Skip to content

Commit 089d999

Browse files
authored
Merge pull request #645 from codatio/speakeasy-sdk-regen-1734365164
chore: 🐝 Update SDK - Generate Bank Feeds library BANK-FEEDS-LIBRARY 8.0.0
2 parents 6195241 + 75b356b commit 089d999

File tree

72 files changed

+1058
-324
lines changed

Some content is hidden

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

72 files changed

+1058
-324
lines changed

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.447.0
1+
speakeasyVersion: 1.455.5
22
sources:
33
bank-feeds-source:
44
sourceNamespace: bank-feeds-source
5-
sourceRevisionDigest: sha256:794384f882ec38027d43f5ef6794d221688d9a8bc8834315e5ecda8fdc920aef
6-
sourceBlobDigest: sha256:b5233f0bab180b8aae271a0d5ab149316931ec9e84a140e1c073a2025305eb7d
5+
sourceRevisionDigest: sha256:cbc4eb9dabc8c45452862cd7e2686bf1c0870becfd6ffe103aa796e48a7f1efd
6+
sourceBlobDigest: sha256:d8080d68edd35d878fad42ac6b343ac5c287f2cab63280c281a2adad5ddd117a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1732634522
9+
- speakeasy-sdk-regen-1734365164
1010
- 3.0.0
1111
lending-source:
1212
sourceNamespace: lending-source
@@ -66,10 +66,10 @@ targets:
6666
bank-feeds-library:
6767
source: bank-feeds-source
6868
sourceNamespace: bank-feeds-source
69-
sourceRevisionDigest: sha256:794384f882ec38027d43f5ef6794d221688d9a8bc8834315e5ecda8fdc920aef
70-
sourceBlobDigest: sha256:b5233f0bab180b8aae271a0d5ab149316931ec9e84a140e1c073a2025305eb7d
71-
codeSamplesNamespace: bank-feeds-source-code-samples
72-
codeSamplesRevisionDigest: sha256:292d7c6cf9313dbb735b86d693a9b86446fbc42ffe0c25c6b5ae82f888ee8205
69+
sourceRevisionDigest: sha256:cbc4eb9dabc8c45452862cd7e2686bf1c0870becfd6ffe103aa796e48a7f1efd
70+
sourceBlobDigest: sha256:d8080d68edd35d878fad42ac6b343ac5c287f2cab63280c281a2adad5ddd117a
71+
codeSamplesNamespace: bank-feeds-source-typescript-code-samples
72+
codeSamplesRevisionDigest: sha256:0400fc73ae83174bcfa09840185c5736facb444e76ab39131d45dd14ed0f6902
7373
lending-library:
7474
source: lending-source
7575
sourceNamespace: lending-source
@@ -207,7 +207,7 @@ workflow:
207207
token: $npm_token
208208
codeSamples:
209209
registry:
210-
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
210+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-typescript-code-samples
211211
blocking: false
212212
banking-library:
213213
target: typescript
@@ -246,7 +246,7 @@ workflow:
246246
token: $npm_token
247247
codeSamples:
248248
registry:
249-
location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
249+
location: registry.speakeasyapi.dev/codat/codat/lending-source-typescript-code-samples
250250
blocking: false
251251
platform-library:
252252
target: typescript
@@ -257,7 +257,7 @@ workflow:
257257
token: $npm_token
258258
codeSamples:
259259
registry:
260-
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
260+
location: registry.speakeasyapi.dev/codat/codat/platform-source-typescript-code-samples
261261
blocking: false
262262
sync-for-commerce-library:
263263
target: typescript
@@ -268,7 +268,7 @@ workflow:
268268
token: $npm_token
269269
codeSamples:
270270
registry:
271-
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
271+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-typescript-code-samples
272272
blocking: false
273273
sync-for-commerce-version-1-library:
274274
target: typescript
@@ -286,7 +286,7 @@ workflow:
286286
token: $npm_token
287287
codeSamples:
288288
registry:
289-
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
289+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-typescript-code-samples
290290
blocking: false
291291
sync-for-expenses-version-1-library:
292292
target: typescript
@@ -304,7 +304,7 @@ workflow:
304304
token: $npm_token
305305
codeSamples:
306306
registry:
307-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
307+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-typescript-code-samples
308308
blocking: false
309309
sync-for-payables-version-1-library:
310310
target: typescript
@@ -315,7 +315,7 @@ workflow:
315315
token: $npm_token
316316
codeSamples:
317317
registry:
318-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
318+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-typescript-code-samples
319319
blocking: false
320320
sync-for-payroll-library:
321321
target: typescript
@@ -326,5 +326,5 @@ workflow:
326326
token: $npm_token
327327
codeSamples:
328328
registry:
329-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
329+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-typescript-code-samples
330330
blocking: false

β€Ž.speakeasy/workflow.yamlβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ targets:
8989
token: $npm_token
9090
codeSamples:
9191
registry:
92-
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-code-samples
92+
location: registry.speakeasyapi.dev/codat/codat/bank-feeds-source-typescript-code-samples
9393
blocking: false
9494
banking-library:
9595
target: typescript
@@ -128,7 +128,7 @@ targets:
128128
token: $npm_token
129129
codeSamples:
130130
registry:
131-
location: registry.speakeasyapi.dev/codat/codat/lending-source-code-samples
131+
location: registry.speakeasyapi.dev/codat/codat/lending-source-typescript-code-samples
132132
blocking: false
133133
platform-library:
134134
target: typescript
@@ -139,7 +139,7 @@ targets:
139139
token: $npm_token
140140
codeSamples:
141141
registry:
142-
location: registry.speakeasyapi.dev/codat/codat/platform-source-code-samples
142+
location: registry.speakeasyapi.dev/codat/codat/platform-source-typescript-code-samples
143143
blocking: false
144144
sync-for-commerce-library:
145145
target: typescript
@@ -150,7 +150,7 @@ targets:
150150
token: $npm_token
151151
codeSamples:
152152
registry:
153-
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-code-samples
153+
location: registry.speakeasyapi.dev/codat/codat/sync-for-commerce-source-typescript-code-samples
154154
blocking: false
155155
sync-for-commerce-version-1-library:
156156
target: typescript
@@ -168,7 +168,7 @@ targets:
168168
token: $npm_token
169169
codeSamples:
170170
registry:
171-
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-code-samples
171+
location: registry.speakeasyapi.dev/codat/codat/sync-for-expenses-source-typescript-code-samples
172172
blocking: false
173173
sync-for-expenses-version-1-library:
174174
target: typescript
@@ -186,7 +186,7 @@ targets:
186186
token: $npm_token
187187
codeSamples:
188188
registry:
189-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-code-samples
189+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-source-typescript-code-samples
190190
blocking: false
191191
sync-for-payables-version-1-library:
192192
target: typescript
@@ -197,7 +197,7 @@ targets:
197197
token: $npm_token
198198
codeSamples:
199199
registry:
200-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-code-samples
200+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payables-version-1-source-typescript-code-samples
201201
blocking: false
202202
sync-for-payroll-library:
203203
target: typescript
@@ -208,5 +208,5 @@ targets:
208208
token: $npm_token
209209
codeSamples:
210210
registry:
211-
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-code-samples
211+
location: registry.speakeasyapi.dev/codat/codat/sync-for-payroll-source-typescript-code-samples
212212
blocking: false

β€Žbank-feeds/.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/react-query
12
/funcs
23
/core.*
34
/__tests__

β€Žbank-feeds/.npmignoreβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
**/*
2+
!/FUNCTIONS.md
3+
!/RUNTIMES.md
4+
!/REACT_QUERY.md
25
!/**/*.ts
36
!/**/*.js
47
!/**/*.map

0 commit comments

Comments
Β (0)