1- speakeasyVersion: 1.405.10
1+ speakeasyVersion: 1.423.1
22sources:
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
0 commit comments