11workflowVersion : 1.0.0
22speakeasyVersion : latest
33sources :
4- accounting-source :
5- inputs :
6- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
7- bank-feeds-source :
8- inputs :
9- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
10- registry :
11- location : registry.speakeasyapi.dev/codat/codat/bank-feeds-source
12- banking-source :
13- inputs :
14- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
15- lending-source :
16- inputs :
17- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
18- platform-source :
19- inputs :
20- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
21- sync-for-commerce-source :
22- inputs :
23- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
24- sync-for-expenses-source :
25- inputs :
26- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
27- sync-for-payables-source :
28- inputs :
29- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
30- sync-for-payroll-source :
31- inputs :
32- - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
4+ accounting-source :
5+ inputs :
6+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
7+ registry :
8+ location : registry.speakeasyapi.dev/codat/codat/accounting-source
9+ bank-feeds-source :
10+ inputs :
11+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
12+ registry :
13+ location : registry.speakeasyapi.dev/codat/codat/bank-feeds-source
14+ banking-source :
15+ inputs :
16+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
17+ lending-source :
18+ inputs :
19+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
20+ platform-source :
21+ inputs :
22+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
23+ sync-for-commerce-source :
24+ inputs :
25+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
26+ sync-for-expenses-source :
27+ inputs :
28+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Expenses.yaml
29+ sync-for-payables-source :
30+ inputs :
31+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
32+ sync-for-payroll-source :
33+ inputs :
34+ - location : https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payroll.yaml
3335targets :
34- accounting-library :
35- target : java
36- source : accounting-source
37- output : previous-versions/accounting
38- publish :
39- java :
40- useSonatypeLegacy : false
41- ossrhUsername : $ossrh_username
42- ossrhPassword : $ossrh_password
43- gpgSecretKey : $java_gpg_secret_key
44- gpgPassPhrase : $java_gpg_passphrase
45- bank-feeds-library :
46- target : java
47- source : bank-feeds-source
48- output : bank-feeds
49- publish :
50- java :
51- useSonatypeLegacy : false
52- ossrhUsername : $ossrh_username
53- ossrhPassword : $ossrh_password
54- gpgSecretKey : $java_gpg_secret_key
55- gpgPassPhrase : $java_gpg_passphrase
56- banking-library :
57- target : java
58- source : banking-source
59- output : previous-versions/banking
60- publish :
61- java :
62- useSonatypeLegacy : false
63- ossrhUsername : $ossrh_username
64- ossrhPassword : $ossrh_password
65- gpgSecretKey : $java_gpg_secret_key
66- gpgPassPhrase : $java_gpg_passphrase
67- lending-library :
68- target : java
69- source : lending-source
70- output : lending
71- publish :
72- java :
73- useSonatypeLegacy : false
74- ossrhUsername : $ossrh_username
75- ossrhPassword : $ossrh_password
76- gpgSecretKey : $java_gpg_secret_key
77- gpgPassPhrase : $java_gpg_passphrase
78- platform-library :
79- target : java
80- source : platform-source
81- output : platform
82- publish :
83- java :
84- useSonatypeLegacy : false
85- ossrhUsername : $ossrh_username
86- ossrhPassword : $ossrh_password
87- gpgSecretKey : $java_gpg_secret_key
88- gpgPassPhrase : $java_gpg_passphrase
89- sync-for-commerce-library :
90- target : java
91- source : sync-for-commerce-source
92- output : sync-for-commerce
93- publish :
94- java :
95- useSonatypeLegacy : false
96- ossrhUsername : $ossrh_username
97- ossrhPassword : $ossrh_password
98- gpgSecretKey : $java_gpg_secret_key
99- gpgPassPhrase : $java_gpg_passphrase
100- sync-for-expenses-library :
101- target : java
102- source : sync-for-expenses-source
103- output : sync-for-expenses
104- publish :
105- java :
106- useSonatypeLegacy : false
107- ossrhUsername : $ossrh_username
108- ossrhPassword : $ossrh_password
109- gpgSecretKey : $java_gpg_secret_key
110- gpgPassPhrase : $java_gpg_passphrase
111- sync-for-payables-library :
112- target : java
113- source : sync-for-payables-source
114- output : sync-for-payables
115- publish :
116- java :
117- useSonatypeLegacy : false
118- ossrhUsername : $ossrh_username
119- ossrhPassword : $ossrh_password
120- gpgSecretKey : $java_gpg_secret_key
121- gpgPassPhrase : $java_gpg_passphrase
122- sync-for-payroll-library :
123- target : java
124- source : sync-for-payroll-source
125- output : sync-for-payroll
126- publish :
127- java :
128- useSonatypeLegacy : false
129- ossrhUsername : $ossrh_username
130- ossrhPassword : $ossrh_password
131- gpgSecretKey : $java_gpg_secret_key
132- gpgPassPhrase : $java_gpg_passphrase
36+ accounting-library :
37+ target : java
38+ source : accounting-source
39+ output : previous-versions/accounting
40+ publish :
41+ java :
42+ ossrhUsername : $ossrh_username
43+ ossrhPassword : $ossrh_password
44+ gpgSecretKey : $java_gpg_secret_key
45+ gpgPassPhrase : $java_gpg_passphrase
46+ bank-feeds-library :
47+ target : java
48+ source : bank-feeds-source
49+ output : bank-feeds
50+ publish :
51+ java :
52+ ossrhUsername : $ossrh_username
53+ ossrhPassword : $ossrh_password
54+ gpgSecretKey : $java_gpg_secret_key
55+ gpgPassPhrase : $java_gpg_passphrase
56+ banking-library :
57+ target : java
58+ source : banking-source
59+ output : previous-versions/banking
60+ publish :
61+ java :
62+ ossrhUsername : $ossrh_username
63+ ossrhPassword : $ossrh_password
64+ gpgSecretKey : $java_gpg_secret_key
65+ gpgPassPhrase : $java_gpg_passphrase
66+ lending-library :
67+ target : java
68+ source : lending-source
69+ output : lending
70+ publish :
71+ java :
72+ ossrhUsername : $ossrh_username
73+ ossrhPassword : $ossrh_password
74+ gpgSecretKey : $java_gpg_secret_key
75+ gpgPassPhrase : $java_gpg_passphrase
76+ platform-library :
77+ target : java
78+ source : platform-source
79+ output : platform
80+ publish :
81+ java :
82+ ossrhUsername : $ossrh_username
83+ ossrhPassword : $ossrh_password
84+ gpgSecretKey : $java_gpg_secret_key
85+ gpgPassPhrase : $java_gpg_passphrase
86+ sync-for-commerce-library :
87+ target : java
88+ source : sync-for-commerce-source
89+ output : sync-for-commerce
90+ publish :
91+ java :
92+ ossrhUsername : $ossrh_username
93+ ossrhPassword : $ossrh_password
94+ gpgSecretKey : $java_gpg_secret_key
95+ gpgPassPhrase : $java_gpg_passphrase
96+ sync-for-expenses-library :
97+ target : java
98+ source : sync-for-expenses-source
99+ output : sync-for-expenses
100+ publish :
101+ java :
102+ ossrhUsername : $ossrh_username
103+ ossrhPassword : $ossrh_password
104+ gpgSecretKey : $java_gpg_secret_key
105+ gpgPassPhrase : $java_gpg_passphrase
106+ sync-for-payables-library :
107+ target : java
108+ source : sync-for-payables-source
109+ output : sync-for-payables
110+ publish :
111+ java :
112+ ossrhUsername : $ossrh_username
113+ ossrhPassword : $ossrh_password
114+ gpgSecretKey : $java_gpg_secret_key
115+ gpgPassPhrase : $java_gpg_passphrase
116+ sync-for-payroll-library :
117+ target : java
118+ source : sync-for-payroll-source
119+ output : sync-for-payroll
120+ publish :
121+ java :
122+ ossrhUsername : $ossrh_username
123+ ossrhPassword : $ossrh_password
124+ gpgSecretKey : $java_gpg_secret_key
125+ gpgPassPhrase : $java_gpg_passphrase
0 commit comments