Skip to content

Commit 4382970

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.455.5 (#333)
Co-authored-by: speakeasybot <[email protected]>
1 parent 01851b8 commit 4382970

File tree

82 files changed

+3428
-303
lines changed

Some content is hidden

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

82 files changed

+3428
-303
lines changed

.speakeasy/workflow.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
speakeasyVersion: 1.447.0
1+
speakeasyVersion: 1.455.5
22
sources:
33
bank-feeds-source:
44
sourceNamespace: bank-feeds-source
5-
sourceRevisionDigest: sha256:1fbb46311fcd3eeb71e9a09c37090870dc7aecb71ebfde03b840c77b53bcc313
6-
sourceBlobDigest: sha256:a490b555d6f186cd37f72a06e06ba49293a0f371d145db2d9913d5081ecfc5a2
5+
sourceRevisionDigest: sha256:14248114d3d367f96a99063013b4920d5e24d30d62bf60fd810201ee546801a9
6+
sourceBlobDigest: sha256:d8080d68edd35d878fad42ac6b343ac5c287f2cab63280c281a2adad5ddd117a
77
tags:
88
- latest
9-
- main
9+
- speakeasy-sdk-regen-1734365180
10+
- 3.0.0
1011
lending-source:
1112
sourceNamespace: lending-source
1213
sourceRevisionDigest: sha256:a48d41343b4b97f97dae9d9830b93f80ac2306d6e1439c8501f3883040c7c341
@@ -65,8 +66,10 @@ targets:
6566
bank-feeds-library:
6667
source: bank-feeds-source
6768
sourceNamespace: bank-feeds-source
68-
sourceRevisionDigest: sha256:1fbb46311fcd3eeb71e9a09c37090870dc7aecb71ebfde03b840c77b53bcc313
69-
sourceBlobDigest: sha256:a490b555d6f186cd37f72a06e06ba49293a0f371d145db2d9913d5081ecfc5a2
69+
sourceRevisionDigest: sha256:14248114d3d367f96a99063013b4920d5e24d30d62bf60fd810201ee546801a9
70+
sourceBlobDigest: sha256:d8080d68edd35d878fad42ac6b343ac5c287f2cab63280c281a2adad5ddd117a
71+
codeSamplesNamespace: bank-feeds-source-csharp-code-samples
72+
codeSamplesRevisionDigest: sha256:fcef607d6ed9c9815c369eb29fb3bea5ea31f154737870773640d3957bd62758
7073
lending-library:
7174
source: lending-source
7275
sourceNamespace: lending-source
@@ -166,7 +169,7 @@ workflow:
166169
apiKey: $nuget_api_key
167170
codeSamples:
168171
registry:
169-
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
172+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-csharp-code-samples
170173
blocking: false
171174
lending-library:
172175
target: csharp
@@ -177,7 +180,7 @@ workflow:
177180
apiKey: $nuget_api_key
178181
codeSamples:
179182
registry:
180-
location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
183+
location: registry.speakeasyapi.dev/codat/codat/lending-source-csharp-code-samples
181184
blocking: false
182185
platform-library:
183186
target: csharp
@@ -188,7 +191,7 @@ workflow:
188191
apiKey: $nuget_api_key
189192
codeSamples:
190193
registry:
191-
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
194+
location: registry.speakeasyapi.dev/codat/codat/platform-source-csharp-code-samples
192195
blocking: false
193196
sync-for-commerce-library:
194197
target: csharp
@@ -199,7 +202,7 @@ workflow:
199202
apiKey: $nuget_api_key
200203
codeSamples:
201204
registry:
202-
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
205+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-csharp-code-samples
203206
blocking: false
204207
sync-for-expenses-library:
205208
target: csharp
@@ -210,7 +213,7 @@ workflow:
210213
apiKey: $nuget_api_key
211214
codeSamples:
212215
registry:
213-
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
216+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-csharp-code-samples
214217
blocking: false
215218
sync-for-payables-library:
216219
target: csharp
@@ -221,7 +224,7 @@ workflow:
221224
apiKey: $nuget_api_key
222225
codeSamples:
223226
registry:
224-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
227+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-csharp-code-samples
225228
blocking: false
226229
sync-for-payables-version-1-library:
227230
target: csharp
@@ -232,7 +235,7 @@ workflow:
232235
apiKey: $nuget_api_key
233236
codeSamples:
234237
registry:
235-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
238+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-csharp-code-samples
236239
blocking: false
237240
sync-for-payroll-library:
238241
target: csharp
@@ -243,5 +246,5 @@ workflow:
243246
apiKey: $nuget_api_key
244247
codeSamples:
245248
registry:
246-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
249+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-csharp-code-samples
247250
blocking: false

.speakeasy/workflow.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ targets:
5151
apiKey: $nuget_api_key
5252
codeSamples:
5353
registry:
54-
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
54+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-csharp-code-samples
5555
blocking: false
5656
lending-library:
5757
target: csharp
@@ -62,7 +62,7 @@ targets:
6262
apiKey: $nuget_api_key
6363
codeSamples:
6464
registry:
65-
location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
65+
location: registry.speakeasyapi.dev/codat/codat/lending-source-csharp-code-samples
6666
blocking: false
6767
platform-library:
6868
target: csharp
@@ -73,7 +73,7 @@ targets:
7373
apiKey: $nuget_api_key
7474
codeSamples:
7575
registry:
76-
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
76+
location: registry.speakeasyapi.dev/codat/codat/platform-source-csharp-code-samples
7777
blocking: false
7878
sync-for-commerce-library:
7979
target: csharp
@@ -84,7 +84,7 @@ targets:
8484
apiKey: $nuget_api_key
8585
codeSamples:
8686
registry:
87-
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
87+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-csharp-code-samples
8888
blocking: false
8989
sync-for-expenses-library:
9090
target: csharp
@@ -95,7 +95,7 @@ targets:
9595
apiKey: $nuget_api_key
9696
codeSamples:
9797
registry:
98-
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
98+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-csharp-code-samples
9999
blocking: false
100100
sync-for-payables-library:
101101
target: csharp
@@ -106,7 +106,7 @@ targets:
106106
apiKey: $nuget_api_key
107107
codeSamples:
108108
registry:
109-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
109+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-csharp-code-samples
110110
blocking: false
111111
sync-for-payables-version-1-library:
112112
target: csharp
@@ -117,7 +117,7 @@ targets:
117117
apiKey: $nuget_api_key
118118
codeSamples:
119119
registry:
120-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
120+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-csharp-code-samples
121121
blocking: false
122122
sync-for-payroll-library:
123123
target: csharp
@@ -128,5 +128,5 @@ targets:
128128
apiKey: $nuget_api_key
129129
codeSamples:
130130
registry:
131-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
131+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-csharp-code-samples
132132
blocking: false

0 commit comments

Comments
 (0)