11lockVersion: 2.0.0
22id: 53ac026a-ff11-435d-914b-31df5268afb0
33management:
4- docChecksum: 42cfc58c3eb68a6a4de4b47956c205b9
4+ docChecksum: 9fd1bbc68b879020d3e55ac2a43fc6b5
55 docVersion: "2.0"
66 speakeasyVersion: 1.658.2
77 generationVersion: 2.755.9
8- releaseVersion: 0.0.1-beta.13
9- configChecksum: 0fc627c25b27407851e489453baa2bf5
8+ releaseVersion: 0.0.1-beta.15
9+ configChecksum: 2b7affc12f6f670fefa83077c6cb0f8d
1010 repoURL: https://github.com/Dwolla/dwolla-typescript.git
1111 installationURL: https://github.com/Dwolla/dwolla-typescript
1212 published: true
@@ -24,12 +24,14 @@ features:
2424 globalSecurityCallbacks: 0.1.0
2525 globalServerURLs: 2.83.0
2626 groups: 2.81.3
27+ methodSecurity: 2.82.6
2728 nameOverrides: 2.81.2
2829 oauth2ClientCredentials: 1.1.0
2930 responseFormat: 0.2.3
3031 retries: 2.83.0
3132 sdkHooks: 0.3.0
3233 serverIDs: 2.81.2
34+ tests: 0.17.3
3335 unions: 2.86.0
3436 uploadStreams: 0.1.0
3537generatedFiles:
@@ -517,6 +519,7 @@ generatedFiles:
517519 - docs/models/operations/createaccountexchangeresponsebody.md
518520 - docs/models/operations/createapplicationaccesstokenrequest.md
519521 - docs/models/operations/createapplicationaccesstokenresponse.md
522+ - docs/models/operations/createapplicationaccesstokensecurity.md
520523 - docs/models/operations/createbeneficialownerdocumentdocumenttype.md
521524 - docs/models/operations/createbeneficialownerdocumentfile.md
522525 - docs/models/operations/createbeneficialownerdocumentrequest.md
@@ -700,7 +703,6 @@ generatedFiles:
700703 - docs/models/operations/simulatebanktransferprocessingrequest.md
701704 - docs/models/operations/simulatebanktransferprocessingresponse.md
702705 - docs/models/operations/to.md
703- - docs/models/operations/tokentype.md
704706 - docs/models/operations/toledgerentry.md
705707 - docs/models/operations/total.md
706708 - docs/models/operations/transaction.md
@@ -1477,7 +1479,7 @@ examples:
14771479 application/x-www-form-urlencoded: {"grant_type": "client_credentials"}
14781480 responses:
14791481 "200":
1480- application/json: {"access_token": "gTm0p62yYXFiB1rOdhV0TsNOinC2V2P1CMaAtojkO9JEGbv3i5", "token_type": "bearer ", "expires_in": 3599}
1482+ application/json: {"access_token": "gTm0p62yYXFiB1rOdhV0TsNOinC2V2P1CMaAtojkO9JEGbv3i5", "token_type": "Bearer ", "expires_in": 3599}
14811483 "401":
14821484 application/json: {"error": "invalid_client"}
14831485 root:
@@ -1551,7 +1553,7 @@ examples:
15511553 speakeasy-default-list-and-search-customers:
15521554 responses:
15531555 "200":
1554- application/vnd.dwolla.v1.hal+json: {"_links": {"key": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}, "key1": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}}, "_embedded": {"customers": [{"_links": {"key": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}, "key1": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}, "key2": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}}, "id": "c41125c5-99c4-4303-a9f6-d066d28a61e3", "firstName": "Jane", "lastName": "Doe", "email": "
[email protected] ", "correlationId": "CID-abe2bb3d-d2ff-433b-95a3-0debd960ed25", "created": "2022-10-07T16:46:13.023Z", "type": "personal", "status": "verified", "address1": "123 Main Street", "address2": "Ste 123", "city": "Des Moines", "state": "IA", "postalCode": "50309"}]}}
1556+ application/vnd.dwolla.v1.hal+json: {"_links": {"key": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}, "key1": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}}, "_embedded": {"customers": [{"_links": {"key": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}, "key1": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}, "key2": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}}, "id": "c41125c5-99c4-4303-a9f6-d066d28a61e3", "firstName": "Jane", "lastName": "Doe", "email": "
[email protected] ", "correlationId": "CID-abe2bb3d-d2ff-433b-95a3-0debd960ed25", "created": "2022-10-07T16:46:13.023Z", "type": "personal", "status": "verified", "address1": "123 Main Street", "address2": "Ste 123", "city": "Des Moines", "state": "IA", "postalCode": "50309"}]}, "total": 2}
15551557 "403":
15561558 application/vnd.dwolla.v1.hal+json: {"code": "Forbidden", "message": "The supplied credentials are not authorized for this resource."}
15571559 createCustomer:
@@ -1976,7 +1978,7 @@ examples:
19761978 id: "<id>"
19771979 responses:
19781980 "200":
1979- application/vnd.dwolla.v1.hal+json: {"transactions": [{"_links": {"key": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}, "key1": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}}, "id": "416a2857-c887-4cca-bd02-8c3f75c4bb0e", "status": "pending", "amount": {"value": "2.00", "currency": "USD"}, "created": "2016-02-22T20:46:38.777Z"}], "total": "1" }
1981+ application/vnd.dwolla.v1.hal+json: {"transactions": [{"_links": {"key": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}, "key1": {"href": "https://api.dwolla.com", "type": "application/vnd.dwolla.v1.hal+json", "resource-type": "resource-type"}}, "id": "416a2857-c887-4cca-bd02-8c3f75c4bb0e", "status": "pending", "amount": {"value": "2.00", "currency": "USD"}, "created": "2016-02-22T20:46:38.777Z"}], "total": 1 }
19801982 "404":
19811983 application/vnd.dwolla.v1.hal+json: {"code": "NotFound", "message": "The requested resource was not found."}
19821984 getTransferFailureReason:
@@ -2526,6 +2528,7 @@ examples:
25262528 responses:
25272529 "200":
25282530 application/json: {"token": "4adF858jPeQ9RnojMHdqSD2KwsvmhO7Ti7cI5woOiBGCpH5krY"}
2531+ application/vnd.dwolla.v1.hal+json: {"token": "4adF858jPeQ9RnojMHdqSD2KwsvmhO7Ti7cI5woOiBGCpH5krY"}
25292532 "400":
25302533 application/vnd.dwolla.v1.hal+json: {"code": "BadRequest", "message": "The request body contains bad syntax or is incomplete."}
25312534 "403":
@@ -2632,4 +2635,69 @@ examples:
26322635 "403":
26332636 application/vnd.dwolla.v1.hal+json: {"code": "forbidden", "message": "Not authorized to simulate transfer processing."}
26342637examplesVersion: 1.0.2
2635- generatedTests: {}
2638+ generatedTests:
2639+ createApplicationAccessToken: "2025-11-24T10:10:12-06:00"
2640+ getRoot: "2025-11-24T10:10:12-06:00"
2641+ getAccount: "2025-11-24T10:10:12-06:00"
2642+ listFundingSources: "2025-11-24T10:10:12-06:00"
2643+ listAndSearchTransfers: "2025-11-24T10:10:12-06:00"
2644+ listMassPayments: "2025-11-24T10:10:12-06:00"
2645+ listAccountExchanges: "2025-11-24T10:10:12-06:00"
2646+ createAccountExchange: "2025-11-24T10:10:12-06:00"
2647+ listAndSearchCustomers: "2025-11-24T10:10:12-06:00"
2648+ getCustomer: "2025-11-24T10:10:12-06:00"
2649+ update: "2025-11-24T10:10:12-06:00"
2650+ listAvailableExchangeConnections: "2025-11-24T10:10:12-06:00"
2651+ listBeneficialOwnersForCustomer: "2025-11-24T10:10:12-06:00"
2652+ getBeneficialOwnershipStatusForCustomer: "2025-11-24T10:10:12-06:00"
2653+ certifyBeneficialOwnershipForCustomer: "2025-11-24T10:10:12-06:00"
2654+ listCustomerDocuments: "2025-11-24T10:10:12-06:00"
2655+ listCustomerFundingSources: "2025-11-24T10:10:12-06:00"
2656+ listCustomerTransfers: "2025-11-24T10:10:12-06:00"
2657+ listCustomerMassPayments: "2025-11-24T10:10:12-06:00"
2658+ listCustomerLabels: "2025-11-24T10:10:12-06:00"
2659+ listCustomerExchanges: "2025-11-24T10:10:12-06:00"
2660+ listBusinessClassifications: "2025-11-24T10:10:12-06:00"
2661+ retrieveBusinessClassification: "2025-11-24T10:10:12-06:00"
2662+ retrieveBeneficialOwner: "2025-11-24T10:10:12-06:00"
2663+ updateBeneficialOwner: "2025-11-24T10:10:12-06:00"
2664+ deleteBeneficialOwner: "2025-11-24T10:10:12-06:00"
2665+ listBeneficialOwnerDocuments: "2025-11-24T10:10:12-06:00"
2666+ retrieveDocument: "2025-11-24T10:10:12-06:00"
2667+ getKbaQuestions: "2025-11-24T10:10:12-06:00"
2668+ verifyKbaQuestions: "2025-11-24T10:10:12-06:00"
2669+ getFundingSource: "2025-11-24T10:10:12-06:00"
2670+ updateOrRemoveFundingSource: "2025-11-24T10:10:12-06:00"
2671+ getVanRouting: "2025-11-24T10:10:12-06:00"
2672+ getMicroDeposits: "2025-11-24T10:10:12-06:00"
2673+ verifyMicroDeposits: "2025-11-24T10:10:12-06:00"
2674+ getFundingSourceBalance: "2025-11-24T10:10:12-06:00"
2675+ createOnDemandTransferAuthorization: "2025-11-24T10:10:12-06:00"
2676+ getTransfer: "2025-11-24T10:10:12-06:00"
2677+ cancelTransfer: "2025-11-24T10:10:12-06:00"
2678+ listTransferFees: "2025-11-24T10:10:12-06:00"
2679+ getTransferFailureReason: "2025-11-24T10:10:12-06:00"
2680+ getMassPayment: "2025-11-24T10:10:12-06:00"
2681+ updateMassPayment: "2025-11-24T10:10:12-06:00"
2682+ listMassPaymentItems: "2025-11-24T10:10:12-06:00"
2683+ getMassPaymentItem: "2025-11-24T10:10:12-06:00"
2684+ getLabel: "2025-11-24T10:10:12-06:00"
2685+ removeLabel: "2025-11-24T10:10:12-06:00"
2686+ listLabelLedgerEntries: "2025-11-24T10:10:12-06:00"
2687+ getLabelLedgerEntry: "2025-11-24T10:10:12-06:00"
2688+ retrieveLabelReallocation: "2025-11-24T10:10:12-06:00"
2689+ listEvents: "2025-11-24T10:10:12-06:00"
2690+ getEvent: "2025-11-24T10:10:12-06:00"
2691+ listWebhookSubscriptions: "2025-11-24T10:10:12-06:00"
2692+ getWebhookSubscription: "2025-11-24T10:10:12-06:00"
2693+ updateWebhookSubscription: "2025-11-24T10:10:12-06:00"
2694+ delete: "2025-11-24T10:10:12-06:00"
2695+ listWebhooks: "2025-11-24T10:10:12-06:00"
2696+ getWebhook: "2025-11-24T10:10:12-06:00"
2697+ listWebhookRetries: "2025-11-24T10:10:12-06:00"
2698+ simulateBankTransferProcessing: "2025-11-24T10:10:12-06:00"
2699+ listExchangePartners: "2025-11-24T10:10:12-06:00"
2700+ getExchangePartner: "2025-11-24T10:10:12-06:00"
2701+ getExchange: "2025-11-24T10:10:12-06:00"
2702+ retrieveCustomerExchangeSession: "2025-11-24T10:10:12-06:00"
2703+ createClientToken: "2025-11-24T10:10:12-06:00"
0 commit comments