1- speakeasyVersion: 1.420.0
1+ speakeasyVersion: 1.423.1
22sources:
33 accounting-source:
44 sourceNamespace: accounting-source
@@ -65,8 +65,8 @@ sources:
6565 - main
6666 sync-for-payables-source:
6767 sourceNamespace: sync-for-payables-source
68- sourceRevisionDigest: sha256:7c3fb539b32980f17c61cbe8bbe409b4057d4716e8cef551dd8ec88317143f70
69- sourceBlobDigest: sha256:8df2e8138c36c7caf1549554e034c740c7e5b0250b1b001e86cb5fb1b9377447
68+ sourceRevisionDigest: sha256:7acbfc07ed039c8ecd50bb449bff9beb1dc68249d750d7b5ac14b0706ea179f2
69+ sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
7070 tags:
7171 - latest
7272 - main
@@ -126,8 +126,8 @@ targets:
126126 sync-for-payables-library:
127127 source: sync-for-payables-source
128128 sourceNamespace: sync-for-payables-source
129- sourceRevisionDigest: sha256:7c3fb539b32980f17c61cbe8bbe409b4057d4716e8cef551dd8ec88317143f70
130- sourceBlobDigest: sha256:8df2e8138c36c7caf1549554e034c740c7e5b0250b1b001e86cb5fb1b9377447
129+ sourceRevisionDigest: sha256:7acbfc07ed039c8ecd50bb449bff9beb1dc68249d750d7b5ac14b0706ea179f2
130+ sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
131131 sync-for-payables-version-1-library:
132132 source: sync-for-payables-version-1-source
133133 sourceNamespace: sync-for-payables-version-1-source
@@ -221,69 +221,109 @@ workflow:
221221 publish:
222222 pypi:
223223 token: $pypi_token
224+ codeSamples:
225+ registry:
226+ location: registry.speakeasyapi.dev/codat/codat/accounting-source-code-samples
227+ blocking: false
224228 assess-library:
225229 target: python
226230 source: assess-source
227231 output: previous-versions/assess
228232 publish:
229233 pypi:
230234 token: $pypi_token
235+ codeSamples:
236+ registry:
237+ location: registry.speakeasyapi.dev/codat/codat/assess-source-code-samples
238+ blocking: false
231239 bank-feeds-library:
232240 target: python
233241 source: bank-feeds-source
234242 output: bank-feeds
235243 publish:
236244 pypi:
237245 token: $pypi_token
246+ codeSamples:
247+ registry:
248+ location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
249+ blocking: false
238250 banking-library:
239251 target: python
240252 source: banking-source
241253 output: previous-versions/banking
242254 publish:
243255 pypi:
244256 token: $pypi_token
257+ codeSamples:
258+ registry:
259+ location: registry.speakeasyapi.dev/codat/codat/banking-source-code-samples
260+ blocking: false
245261 commerce-library:
246262 target: python
247263 source: commerce-source
248264 output: previous-versions/commerce
249265 publish:
250266 pypi:
251267 token: $pypi_token
268+ codeSamples:
269+ registry:
270+ location: registry.speakeasyapi.dev/codat/codat/commerce-source-code-samples
271+ blocking: false
252272 common-library:
253273 target: python
254274 source: common-source
255275 output: previous-versions/common
256276 publish:
257277 pypi:
258278 token: $pypi_token
279+ codeSamples:
280+ registry:
281+ location: registry.speakeasyapi.dev/codat/codat/common-source-code-samples
282+ blocking: false
259283 files-library:
260284 target: python
261285 source: files-source
262286 output: previous-versions/files
263287 publish:
264288 pypi:
265289 token: $pypi_token
290+ codeSamples:
291+ registry:
292+ location: registry.speakeasyapi.dev/codat/codat/files-source-code-samples
293+ blocking: false
266294 lending-library:
267295 target: python
268296 source: lending-source
269297 output: lending
270298 publish:
271299 pypi:
272300 token: $pypi_token
301+ codeSamples:
302+ registry:
303+ location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
304+ blocking: false
273305 platform-library:
274306 target: python
275307 source: platform-source
276308 output: platform
277309 publish:
278310 pypi:
279311 token: $pypi_token
312+ codeSamples:
313+ registry:
314+ location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
315+ blocking: false
280316 sync-for-commerce-library:
281317 target: python
282318 source: sync-for-commerce-source
283319 output: sync-for-commerce
284320 publish:
285321 pypi:
286322 token: $pypi_token
323+ codeSamples:
324+ registry:
325+ location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
326+ blocking: false
287327 sync-for-commerce-version-1-library:
288328 target: python
289329 source: sync-for-commerce-version-1-source
@@ -298,6 +338,10 @@ workflow:
298338 publish:
299339 pypi:
300340 token: $pypi_token
341+ codeSamples:
342+ registry:
343+ location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
344+ blocking: false
301345 sync-for-expenses-version-1-library:
302346 target: python
303347 source: sync-for-expenses-version-1-source
@@ -312,17 +356,29 @@ workflow:
312356 publish:
313357 pypi:
314358 token: $pypi_token
359+ codeSamples:
360+ registry:
361+ location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
362+ blocking: false
315363 sync-for-payables-version-1-library:
316364 target: python
317365 source: sync-for-payables-version-1-source
318366 output: previous-versions/sync-for-payables-version-1
319367 publish:
320368 pypi:
321369 token: $pypi_token
370+ codeSamples:
371+ registry:
372+ location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
373+ blocking: false
322374 sync-for-payroll-library:
323375 target: python
324376 source: sync-for-payroll-source
325377 output: sync-for-payroll
326378 publish:
327379 pypi:
328380 token: $pypi_token
381+ codeSamples:
382+ registry:
383+ location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
384+ blocking: false
0 commit comments