|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: 23304fef-40f3-4268-ad52-8df627e80cfa |
3 | 3 | management: |
4 | | - docChecksum: 2d24d99543d5376427756737ba505990 |
5 | | - docVersion: 3.0.0-beta01 |
6 | | - speakeasyVersion: 1.658.1 |
7 | | - generationVersion: 2.755.6 |
8 | | - releaseVersion: 0.8.3 |
9 | | - configChecksum: 724243128a243735fffc08d1fc57b52e |
| 4 | + docChecksum: d9c1d6979dedfd658bdd9a2d27d7e852 |
| 5 | + docVersion: 3.0.0-beta93 |
| 6 | + speakeasyVersion: 1.659.0 |
| 7 | + generationVersion: 2.755.9 |
| 8 | + releaseVersion: 0.8.4 |
| 9 | + configChecksum: aec7cd80cf3e2caa6b6399e16070c322 |
10 | 10 | repoURL: https://github.com/dailypay/dailypay-typescript-sdk.git |
11 | 11 | installationURL: https://github.com/dailypay/dailypay-typescript-sdk |
12 | 12 | features: |
@@ -743,7 +743,7 @@ examples: |
743 | 743 | header: |
744 | 744 | DailyPay-API-Version: 3 |
745 | 745 | requestBody: |
746 | | - application/vnd.api+json: {"data": {"type": "accounts", "attributes": {"name": "Acme Bank Debit Card", "account_type": "CARD", "subtype": "DEBIT", "details": {"token": "abc.efg.123", "issuer": "411600", "first_name": "Edith", "last_name": "Clarke", "expiration_month": "02", "expiration_year": "2027", "address_line_one": "123 Kebly Street", "address_city": "Fort Lee", "address_state": "NJ", "address_zip_code": "72374", "address_country": "US"}}, "relationships": {"person": {"data": {"type": "people", "id": "3fa8f641-5717-4562-b3fc-2c963f66afa6"}}}}} |
| 746 | + application/vnd.api+json: {"data": {"type": "accounts", "attributes": {"name": "Acme Bank Debit Card", "account_type": "CARD", "subtype": "DEBIT", "details": {"token": "abc.efg.123", "first_name": "Edith", "last_name": "Clarke", "expiration_month": "02", "expiration_year": "2027", "address_line_one": "123 Kebly Street", "address_city": "Fort Lee", "address_state": "NJ", "address_zip_code": "72374", "address_country": "US"}}, "relationships": {"person": {"data": {"type": "people", "id": "3fa8f641-5717-4562-b3fc-2c963f66afa6"}}}}} |
747 | 747 | responses: |
748 | 748 | "200": |
749 | 749 | application/vnd.api+json: {"data": {"id": "2bc7d781-3247-46f6-b60f-4090d214936a", "type": "accounts", "attributes": {"verification_status": "VERIFIED", "balances": {"available": 12000, "current": 50000, "currency": "USD"}, "capabilities": {"transfer_destination": [{"schedule": "WITHIN_THIRTY_MINUTES", "fee": 300, "currency": "USD"}, {"schedule": "NEXT_BUSINESS_DAY", "fee": 0, "currency": "USD"}]}, "name": "Checking Account", "account_type": "DEPOSITORY", "subtype": "CHECKING", "details": {"first_name": "Edith", "last_name": "Clarke", "routing_number": "XXXXX2021", "account_number": "XXXXXX4321"}}, "links": {"self": "https://api.dailypay.com/rest/accounts/2bc7d781-3247-46f6-b60f-4090d214936a"}, "relationships": {"person": {"data": {"type": "people", "id": "3fa8f641-5717-4562-b3fc-2c963f66afa6"}}}}} |
@@ -997,4 +997,4 @@ generatedTests: |
997 | 997 | createGenericCardToken: "2025-07-02T14:55:51-03:00" |
998 | 998 | getHealth: "2025-07-02T14:55:51-03:00" |
999 | 999 | createAccount: "2025-07-08T13:03:32-03:00" |
1000 | | -releaseNotes: "## Typescript SDK Changes Detected:\n* `sdk.accounts.create()`: \n * `request.data.attributes.[card].cardAccountDetails.issuer` **Added** **Breaking** :warning:\n" |
| 1000 | +releaseNotes: "## Typescript SDK Changes Detected:\n* `sdk.accounts.create()`: \n * `request.data.attributes.[card].cardAccountDetails.issuer` **Removed** **Breaking** :warning:\n" |
0 commit comments