Skip to content

Commit 48309ab

Browse files
authored
Merge pull request #61 from codatio/speakeasy-sdk-regen-1730211755
chore: 🐝 Update SDK - Generate Sync for Payables library SYNC-FOR-PAYABLES-LIBRARY 2.0.0
2 parents aaccb9d + 3405455 commit 48309ab

File tree

111 files changed

+615
-771
lines changed

Some content is hidden

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

111 files changed

+615
-771
lines changed

.speakeasy/workflow.lock

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.405.10
1+
speakeasyVersion: 1.423.1
22
sources:
33
accounting-source:
44
sourceNamespace: accounting-source
@@ -51,8 +51,8 @@ sources:
5151
- main
5252
sync-for-payables-source:
5353
sourceNamespace: sync-for-payables-source
54-
sourceRevisionDigest: sha256:e0fc4e3f10a69698af316fea9ae50e22390e846326a54bd7688d1921408df711
55-
sourceBlobDigest: sha256:b2999b2b9b935bfc647fe90125f27429ceca251baba134fe2e1b28ee05204eb6
54+
sourceRevisionDigest: sha256:779d37cac16c94d4dfa418bfd8c87c6e4c701c055be9298fba7eed6a5943e145
55+
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
5656
tags:
5757
- latest
5858
- main
@@ -102,8 +102,8 @@ targets:
102102
sync-for-payables-library:
103103
source: sync-for-payables-source
104104
sourceNamespace: sync-for-payables-source
105-
sourceRevisionDigest: sha256:e0fc4e3f10a69698af316fea9ae50e22390e846326a54bd7688d1921408df711
106-
sourceBlobDigest: sha256:b2999b2b9b935bfc647fe90125f27429ceca251baba134fe2e1b28ee05204eb6
105+
sourceRevisionDigest: sha256:779d37cac16c94d4dfa418bfd8c87c6e4c701c055be9298fba7eed6a5943e145
106+
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
107107
sync-for-payroll-library:
108108
source: sync-for-payroll-source
109109
sourceNamespace: sync-for-payroll-source
@@ -169,6 +169,10 @@ workflow:
169169
ossrhPassword: $ossrh_password
170170
gpgSecretKey: $java_gpg_secret_key
171171
gpgPassPhrase: $java_gpg_passphrase
172+
codeSamples:
173+
registry:
174+
location: registry.speakeasyapi.dev/codat/codat/accounting-source-code-samples
175+
blocking: false
172176
bank-feeds-library:
173177
target: java
174178
source: bank-feeds-source
@@ -179,6 +183,10 @@ workflow:
179183
ossrhPassword: $ossrh_password
180184
gpgSecretKey: $java_gpg_secret_key
181185
gpgPassPhrase: $java_gpg_passphrase
186+
codeSamples:
187+
registry:
188+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
189+
blocking: false
182190
banking-library:
183191
target: java
184192
source: banking-source
@@ -189,6 +197,10 @@ workflow:
189197
ossrhPassword: $ossrh_password
190198
gpgSecretKey: $java_gpg_secret_key
191199
gpgPassPhrase: $java_gpg_passphrase
200+
codeSamples:
201+
registry:
202+
location: registry.speakeasyapi.dev/codat/codat/banking-source-code-samples
203+
blocking: false
192204
lending-library:
193205
target: java
194206
source: lending-source
@@ -199,6 +211,10 @@ workflow:
199211
ossrhPassword: $ossrh_password
200212
gpgSecretKey: $java_gpg_secret_key
201213
gpgPassPhrase: $java_gpg_passphrase
214+
codeSamples:
215+
registry:
216+
location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
217+
blocking: false
202218
platform-library:
203219
target: java
204220
source: platform-source
@@ -209,6 +225,10 @@ workflow:
209225
ossrhPassword: $ossrh_password
210226
gpgSecretKey: $java_gpg_secret_key
211227
gpgPassPhrase: $java_gpg_passphrase
228+
codeSamples:
229+
registry:
230+
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
231+
blocking: false
212232
sync-for-commerce-library:
213233
target: java
214234
source: sync-for-commerce-source
@@ -219,6 +239,10 @@ workflow:
219239
ossrhPassword: $ossrh_password
220240
gpgSecretKey: $java_gpg_secret_key
221241
gpgPassPhrase: $java_gpg_passphrase
242+
codeSamples:
243+
registry:
244+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
245+
blocking: false
222246
sync-for-expenses-library:
223247
target: java
224248
source: sync-for-expenses-source
@@ -229,6 +253,10 @@ workflow:
229253
ossrhPassword: $ossrh_password
230254
gpgSecretKey: $java_gpg_secret_key
231255
gpgPassPhrase: $java_gpg_passphrase
256+
codeSamples:
257+
registry:
258+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
259+
blocking: false
232260
sync-for-payables-library:
233261
target: java
234262
source: sync-for-payables-source
@@ -239,6 +267,10 @@ workflow:
239267
ossrhPassword: $ossrh_password
240268
gpgSecretKey: $java_gpg_secret_key
241269
gpgPassPhrase: $java_gpg_passphrase
270+
codeSamples:
271+
registry:
272+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
273+
blocking: false
242274
sync-for-payroll-library:
243275
target: java
244276
source: sync-for-payroll-source
@@ -249,3 +281,7 @@ workflow:
249281
ossrhPassword: $ossrh_password
250282
gpgSecretKey: $java_gpg_secret_key
251283
gpgPassPhrase: $java_gpg_passphrase
284+
codeSamples:
285+
registry:
286+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
287+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ targets:
5757
ossrhPassword: $ossrh_password
5858
gpgSecretKey: $java_gpg_secret_key
5959
gpgPassPhrase: $java_gpg_passphrase
60+
codeSamples:
61+
registry:
62+
location: registry.speakeasyapi.dev/codat/codat/accounting-source-code-samples
63+
blocking: false
6064
bank-feeds-library:
6165
target: java
6266
source: bank-feeds-source
@@ -67,6 +71,10 @@ targets:
6771
ossrhPassword: $ossrh_password
6872
gpgSecretKey: $java_gpg_secret_key
6973
gpgPassPhrase: $java_gpg_passphrase
74+
codeSamples:
75+
registry:
76+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
77+
blocking: false
7078
banking-library:
7179
target: java
7280
source: banking-source
@@ -77,6 +85,10 @@ targets:
7785
ossrhPassword: $ossrh_password
7886
gpgSecretKey: $java_gpg_secret_key
7987
gpgPassPhrase: $java_gpg_passphrase
88+
codeSamples:
89+
registry:
90+
location: registry.speakeasyapi.dev/codat/codat/banking-source-code-samples
91+
blocking: false
8092
lending-library:
8193
target: java
8294
source: lending-source
@@ -87,6 +99,10 @@ targets:
8799
ossrhPassword: $ossrh_password
88100
gpgSecretKey: $java_gpg_secret_key
89101
gpgPassPhrase: $java_gpg_passphrase
102+
codeSamples:
103+
registry:
104+
location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
105+
blocking: false
90106
platform-library:
91107
target: java
92108
source: platform-source
@@ -97,6 +113,10 @@ targets:
97113
ossrhPassword: $ossrh_password
98114
gpgSecretKey: $java_gpg_secret_key
99115
gpgPassPhrase: $java_gpg_passphrase
116+
codeSamples:
117+
registry:
118+
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
119+
blocking: false
100120
sync-for-commerce-library:
101121
target: java
102122
source: sync-for-commerce-source
@@ -107,6 +127,10 @@ targets:
107127
ossrhPassword: $ossrh_password
108128
gpgSecretKey: $java_gpg_secret_key
109129
gpgPassPhrase: $java_gpg_passphrase
130+
codeSamples:
131+
registry:
132+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
133+
blocking: false
110134
sync-for-expenses-library:
111135
target: java
112136
source: sync-for-expenses-source
@@ -117,6 +141,10 @@ targets:
117141
ossrhPassword: $ossrh_password
118142
gpgSecretKey: $java_gpg_secret_key
119143
gpgPassPhrase: $java_gpg_passphrase
144+
codeSamples:
145+
registry:
146+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
147+
blocking: false
120148
sync-for-payables-library:
121149
target: java
122150
source: sync-for-payables-source
@@ -127,6 +155,10 @@ targets:
127155
ossrhPassword: $ossrh_password
128156
gpgSecretKey: $java_gpg_secret_key
129157
gpgPassPhrase: $java_gpg_passphrase
158+
codeSamples:
159+
registry:
160+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
161+
blocking: false
130162
sync-for-payroll-library:
131163
target: java
132164
source: sync-for-payroll-source
@@ -137,3 +169,7 @@ targets:
137169
ossrhPassword: $ossrh_password
138170
gpgSecretKey: $java_gpg_secret_key
139171
gpgPassPhrase: $java_gpg_passphrase
172+
codeSamples:
173+
registry:
174+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
175+
blocking: false

0 commit comments

Comments
 (0)