Skip to content

Commit 4f70d83

Browse files
authored
Merge pull request #627 from codatio/speakeasy-sdk-regen-1730211565
chore: 🐝 Update SDK - Generate Sync for Payables library SYNC-FOR-PAYABLES-LIBRARY 6.0.0
2 parents ee9fa93 + 2483ed3 commit 4f70d83

37 files changed

+187
-223
lines changed

.speakeasy/workflow.lock

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.405.9
1+
speakeasyVersion: 1.423.1
22
sources:
33
bank-feeds-source:
44
sourceNamespace: bank-feeds-source
@@ -30,8 +30,8 @@ sources:
3030
- main
3131
sync-for-payables-source:
3232
sourceNamespace: sync-for-payables-source
33-
sourceRevisionDigest: sha256:15cdb98984bf13e095abd0570737564feb6d1c56000e3ff22b3dec5e0616315f
34-
sourceBlobDigest: sha256:b2999b2b9b935bfc647fe90125f27429ceca251baba134fe2e1b28ee05204eb6
33+
sourceRevisionDigest: sha256:3a9ba731fa4f982186d2b89357bb2752de1c0fbcff5e63d8909146acf91176e9
34+
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
3535
tags:
3636
- latest
3737
- main
@@ -73,8 +73,8 @@ targets:
7373
sync-for-payables-library:
7474
source: sync-for-payables-source
7575
sourceNamespace: sync-for-payables-source
76-
sourceRevisionDigest: sha256:15cdb98984bf13e095abd0570737564feb6d1c56000e3ff22b3dec5e0616315f
77-
sourceBlobDigest: sha256:b2999b2b9b935bfc647fe90125f27429ceca251baba134fe2e1b28ee05204eb6
76+
sourceRevisionDigest: sha256:3a9ba731fa4f982186d2b89357bb2752de1c0fbcff5e63d8909146acf91176e9
77+
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
7878
sync-for-payables-version-1-library:
7979
source: sync-for-payables-version-1-source
8080
sourceNamespace: sync-for-payables-version-1-source
@@ -173,6 +173,10 @@ workflow:
173173
publish:
174174
npm:
175175
token: $npm_token
176+
codeSamples:
177+
registry:
178+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
179+
blocking: false
176180
banking-library:
177181
target: typescript
178182
source: banking-source
@@ -215,13 +219,21 @@ workflow:
215219
publish:
216220
npm:
217221
token: $npm_token
222+
codeSamples:
223+
registry:
224+
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
225+
blocking: false
218226
sync-for-commerce-library:
219227
target: typescript
220228
source: sync-for-commerce-source
221229
output: sync-for-commerce
222230
publish:
223231
npm:
224232
token: $npm_token
233+
codeSamples:
234+
registry:
235+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
236+
blocking: false
225237
sync-for-commerce-version-1-library:
226238
target: typescript
227239
source: sync-for-commerce-version-1-source
@@ -236,6 +248,10 @@ workflow:
236248
publish:
237249
npm:
238250
token: $npm_token
251+
codeSamples:
252+
registry:
253+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
254+
blocking: false
239255
sync-for-expenses-version-1-library:
240256
target: typescript
241257
source: sync-for-expenses-version-1-source
@@ -250,17 +266,29 @@ workflow:
250266
publish:
251267
npm:
252268
token: $npm_token
269+
codeSamples:
270+
registry:
271+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
272+
blocking: false
253273
sync-for-payables-version-1-library:
254274
target: typescript
255275
source: sync-for-payables-version-1-source
256276
output: previous-versions/sync-for-payables-version-1
257277
publish:
258278
npm:
259279
token: $npm_token
280+
codeSamples:
281+
registry:
282+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
283+
blocking: false
260284
sync-for-payroll-library:
261285
target: typescript
262286
source: sync-for-payroll-source
263287
output: sync-for-payroll
264288
publish:
265289
npm:
266290
token: $npm_token
291+
codeSamples:
292+
registry:
293+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
294+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ targets:
8585
publish:
8686
npm:
8787
token: $npm_token
88+
codeSamples:
89+
registry:
90+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
91+
blocking: false
8892
banking-library:
8993
target: typescript
9094
source: banking-source
@@ -127,13 +131,21 @@ targets:
127131
publish:
128132
npm:
129133
token: $npm_token
134+
codeSamples:
135+
registry:
136+
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
137+
blocking: false
130138
sync-for-commerce-library:
131139
target: typescript
132140
source: sync-for-commerce-source
133141
output: sync-for-commerce
134142
publish:
135143
npm:
136144
token: $npm_token
145+
codeSamples:
146+
registry:
147+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
148+
blocking: false
137149
sync-for-commerce-version-1-library:
138150
target: typescript
139151
source: sync-for-commerce-version-1-source
@@ -148,6 +160,10 @@ targets:
148160
publish:
149161
npm:
150162
token: $npm_token
163+
codeSamples:
164+
registry:
165+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
166+
blocking: false
151167
sync-for-expenses-version-1-library:
152168
target: typescript
153169
source: sync-for-expenses-version-1-source
@@ -162,17 +178,29 @@ targets:
162178
publish:
163179
npm:
164180
token: $npm_token
181+
codeSamples:
182+
registry:
183+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
184+
blocking: false
165185
sync-for-payables-version-1-library:
166186
target: typescript
167187
source: sync-for-payables-version-1-source
168188
output: previous-versions/sync-for-payables-version-1
169189
publish:
170190
npm:
171191
token: $npm_token
192+
codeSamples:
193+
registry:
194+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
195+
blocking: false
172196
sync-for-payroll-library:
173197
target: typescript
174198
source: sync-for-payroll-source
175199
output: sync-for-payroll
176200
publish:
177201
npm:
178202
token: $npm_token
203+
codeSamples:
204+
registry:
205+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
206+
blocking: false

0 commit comments

Comments
 (0)