Skip to content

Commit 63a6517

Browse files
committed
Update version of SDK
1 parent eb902a4 commit 63a6517

Some content is hidden

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

49 files changed

+166
-1255
lines changed

.speakeasy/gen.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ id: 53ac026a-ff11-435d-914b-31df5268afb0
33
management:
44
docChecksum: 9fd1bbc68b879020d3e55ac2a43fc6b5
55
docVersion: "2.0"
6-
speakeasyVersion: 1.658.2
7-
generationVersion: 2.755.9
8-
releaseVersion: 0.0.1-beta.15
9-
configChecksum: 2b7affc12f6f670fefa83077c6cb0f8d
6+
speakeasyVersion: 1.667.0
7+
generationVersion: 2.769.1
8+
releaseVersion: 0.0.1-beta.14
9+
configChecksum: 9dac73ad419b87dc5e478f4041e6ee4b
1010
repoURL: https://github.com/Dwolla/dwolla-typescript.git
1111
installationURL: https://github.com/Dwolla/dwolla-typescript
1212
published: true
1313
features:
1414
typescript:
1515
additionalDependencies: 0.1.0
1616
constsAndDefaults: 0.1.12
17-
core: 3.26.7
17+
core: 3.26.14
1818
defaultEnabledRetries: 0.1.0
1919
devContainers: 2.90.1
2020
enumUnions: 0.1.0
@@ -29,10 +29,10 @@ features:
2929
oauth2ClientCredentials: 1.1.0
3030
responseFormat: 0.2.3
3131
retries: 2.83.0
32-
sdkHooks: 0.3.0
32+
sdkHooks: 0.4.0
3333
serverIDs: 2.81.2
3434
tests: 0.17.3
35-
unions: 2.86.0
35+
unions: 2.86.3
3636
uploadStreams: 0.1.0
3737
generatedFiles:
3838
- .devcontainer/README.md
@@ -1469,8 +1469,9 @@ generatedFiles:
14691469
- src/types/index.ts
14701470
- src/types/operations.ts
14711471
- src/types/rfcdate.ts
1472+
- src/types/smartUnion.ts
14721473
- src/types/streams.ts
1473-
- src/types/union.ts
1474+
- src/types/unrecognized.ts
14741475
- tsconfig.json
14751476
examples:
14761477
createApplicationAccessToken:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: true
3030
skipResponseBodyAssertions: false
3131
typescript:
32-
version: 0.0.1-beta.15
32+
version: 0.0.1-beta.14
3333
acceptHeaderEnum: true
3434
additionalDependencies:
3535
dependencies: {}

.speakeasy/tests.arazzo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
arazzo: 1.0.1
22
info:
3-
title: Test Suite
4-
summary: Created from /Users/sthapa/Documents/Projects/DevRel/speakeasy-sdk-gen/dwolla-typescript/.speakeasy/temp/overlay_gIaoiTbFdA.yaml
3+
title: Dwolla TypeScript SDK Test Suite
4+
summary: Integration tests for the Dwolla TypeScript SDK
55
version: 0.0.1
66
sourceDescriptions:
7-
- name: /Users/sthapa/Documents/Projects/DevRel/speakeasy-sdk-gen/dwolla-typescript/.speakeasy/temp/overlay_gIaoiTbFdA.yaml
8-
url: https://TBD.com
7+
- name: dwolla-openapi
8+
url: https://raw.githubusercontent.com/Dwolla/dwolla-openapi/main/openapi.yml
99
type: openapi
1010
x-speakeasy-test-server:
1111
baseUrl: https://api-sandbox.dwolla.com

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.658.2
1+
speakeasyVersion: 1.667.0
22
sources:
33
Dwolla API:
44
sourceNamespace: dwolla-api
5-
sourceRevisionDigest: sha256:8560f130650477e719c332a5dd7de3491ac607dfacadedf856b431398fe90b54
6-
sourceBlobDigest: sha256:2bcc871656f1bc33551ec6f2d0d26e2a8dbd69adc88c9b10e52c2bf44bf28f11
5+
sourceRevisionDigest: sha256:8cb2abe41e95d73817dac1f48cc94e1731ab7ffab4ac9f4cd244fd41bd551d6e
6+
sourceBlobDigest: sha256:85a12398d13f5d9a11c6d9382157f30fdd58d89b3f5b14d043b2ae4cdb8fc5b6
77
tags:
88
- latest
99
- "2.0"
1010
targets:
1111
dwolla:
1212
source: Dwolla API
1313
sourceNamespace: dwolla-api
14-
sourceRevisionDigest: sha256:8560f130650477e719c332a5dd7de3491ac607dfacadedf856b431398fe90b54
15-
sourceBlobDigest: sha256:2bcc871656f1bc33551ec6f2d0d26e2a8dbd69adc88c9b10e52c2bf44bf28f11
14+
sourceRevisionDigest: sha256:8cb2abe41e95d73817dac1f48cc94e1731ab7ffab4ac9f4cd244fd41bd551d6e
15+
sourceBlobDigest: sha256:85a12398d13f5d9a11c6d9382157f30fdd58d89b3f5b14d043b2ae4cdb8fc5b6
1616
codeSamplesNamespace: dwolla-api-typescript-code-samples
17-
codeSamplesRevisionDigest: sha256:4fd5c3e5927ef16be32904e4ba7e665b7804ed3d799d28de88cda35931c6bc9f
17+
codeSamplesRevisionDigest: sha256:fb7ceb12123821f6441823d3404f0f0bcda81618af11a012fa91eba387766f71
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest
@@ -41,4 +41,4 @@ workflow:
4141
fixedValue: Typescript (SDK)
4242
blocking: false
4343
testing:
44-
enabled: true
44+
enabled: false

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ targets:
2323
fixedValue: Typescript (SDK)
2424
blocking: false
2525
testing:
26-
enabled: true
26+
enabled: false

docs/models/createreceiveonlyuser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let value: CreateReceiveOnlyUser = {
2626
| `firstName` | *string* | :heavy_check_mark: | N/A | Account |
2727
| `lastName` | *string* | :heavy_check_mark: | N/A | Admin |
2828
| `email` | *string* | :heavy_check_mark: | N/A | [email protected] |
29-
| `type` | *string* | :heavy_check_mark: | N/A | |
29+
| `type` | *"receive-only"* | :heavy_check_mark: | N/A | |
3030
| `ipAddress` | *string* | :heavy_minus_sign: | N/A | 143.156.7.8 |
3131
| `phone` | *string* | :heavy_minus_sign: | N/A | 5555555555 |
3232
| `correlationId` | *string* | :heavy_minus_sign: | N/A | fc451a7a-ae30-4404-aB95-e3553fcd733 |

docs/models/createunverifiedcustomer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let value: CreateUnverifiedCustomer = {
2626
| `firstName` | *string* | :heavy_check_mark: | N/A | Account |
2727
| `lastName` | *string* | :heavy_check_mark: | N/A | Admin |
2828
| `email` | *string* | :heavy_check_mark: | N/A | [email protected] |
29-
| `type` | *string* | :heavy_check_mark: | N/A | |
29+
| `type` | *"unverified"* | :heavy_check_mark: | N/A | |
3030
| `ipAddress` | *string* | :heavy_minus_sign: | N/A | 143.156.7.8 |
3131
| `phone` | *string* | :heavy_minus_sign: | N/A | 5555555555 |
3232
| `correlationId` | *string* | :heavy_minus_sign: | N/A | fc451a7a-ae30-4404-aB95-e3553fcd733 |

docs/models/createverifiedbusinesscustomerwithcontroller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let value: CreateVerifiedBusinessCustomerWithController = {
5555
| `ipAddress` | *string* | :heavy_minus_sign: | N/A | 143.156.7.8 |
5656
| `phone` | *string* | :heavy_minus_sign: | N/A | 5555555555 |
5757
| `correlationId` | *string* | :heavy_minus_sign: | N/A | fc451a7a-ae30-4404-aB95-e3553fcd733 |
58-
| `type` | *string* | :heavy_check_mark: | N/A | |
58+
| `type` | *"business"* | :heavy_check_mark: | N/A | |
5959
| `address1` | *string* | :heavy_check_mark: | N/A | 99-99 33rd St |
6060
| `address2` | *string* | :heavy_minus_sign: | N/A | 99-99 33rd St |
6161
| `city` | *string* | :heavy_check_mark: | N/A | Some City |

docs/models/createverifiedbusinesscustomerwithinternationalcontroller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let value: CreateVerifiedBusinessCustomerWithInternationalController = {
5858
| `ipAddress` | *string* | :heavy_minus_sign: | N/A | 143.156.7.8 |
5959
| `phone` | *string* | :heavy_minus_sign: | N/A | 5555555555 |
6060
| `correlationId` | *string* | :heavy_minus_sign: | N/A | fc451a7a-ae30-4404-aB95-e3553fcd733 |
61-
| `type` | *string* | :heavy_check_mark: | N/A | |
61+
| `type` | *"business"* | :heavy_check_mark: | N/A | |
6262
| `address1` | *string* | :heavy_check_mark: | N/A | 99-99 33rd St |
6363
| `address2` | *string* | :heavy_minus_sign: | N/A | 99-99 33rd St |
6464
| `city` | *string* | :heavy_check_mark: | N/A | Some City |

0 commit comments

Comments
 (0)