Skip to content

Commit a60102d

Browse files
authored
Merge pull request #49 from codatio/speakeasy-sdk-regen-1726240752
chore: 🐝 Update SDK - Generate Accounting library ACCOUNTING-LIBRARY 0.2.0
2 parents f3efaeb + 89a3242 commit a60102d

File tree

1,221 files changed

+80250
-49218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,221 files changed

+80250
-49218
lines changed

.speakeasy/workflow.lock

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

.speakeasy/workflow.yaml

Lines changed: 121 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1,125 @@
11
workflowVersion: 1.0.0
22
speakeasyVersion: latest
33
sources:
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
3335
targets:
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

Comments
 (0)