Skip to content

Commit 938fafa

Browse files
## Typescript SDK Changes Detected: (#55)
* `sdk.accounts.create()`: * `request.data.attributes.[card].cardAccountDetails.issuer` **Added** **Breaking** ⚠️ Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 6c3b130 commit 938fafa

27 files changed

+94
-88
lines changed

.speakeasy/gen.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 23304fef-40f3-4268-ad52-8df627e80cfa
33
management:
4-
docChecksum: b322e1a9dd709cfe89500aff41c873f0
5-
docVersion: 3.0.0-beta87
6-
speakeasyVersion: 1.657.0
7-
generationVersion: 2.755.0
8-
releaseVersion: 0.8.2
9-
configChecksum: 8d2dd1e725a99808c97a90dd480cd945
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
1010
repoURL: https://github.com/dailypay/dailypay-typescript-sdk.git
1111
installationURL: https://github.com/dailypay/dailypay-typescript-sdk
1212
features:
@@ -743,7 +743,7 @@ examples:
743743
header:
744744
DailyPay-API-Version: 3
745745
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", "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", "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"}}}}}
747747
responses:
748748
"200":
749749
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:
997997
createGenericCardToken: "2025-07-02T14:55:51-03:00"
998998
getHealth: "2025-07-02T14:55:51-03:00"
999999
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` **Removed** **Breaking** :warning:\n"
1000+
releaseNotes: "## Typescript SDK Changes Detected:\n* `sdk.accounts.create()`: \n * `request.data.attributes.[card].cardAccountDetails.issuer` **Added** **Breaking** :warning:\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: true
2727
skipResponseBodyAssertions: false
2828
typescript:
29-
version: 0.8.2
29+
version: 0.8.3
3030
acceptHeaderEnum: true
3131
additionalDependencies:
3232
dependencies: {}

.speakeasy/tests.arazzo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ workflows:
230230
expiration_month: "02"
231231
expiration_year: "2027"
232232
first_name: Edith
233+
issuer: "411600"
233234
last_name: Clarke
234235
token: abc.efg.123
235236
name: Acme Bank Debit Card

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
speakeasyVersion: 1.657.0
1+
speakeasyVersion: 1.658.1
22
sources:
33
cloud:
44
sourceNamespace: xapi
5-
sourceRevisionDigest: sha256:16d6200e08fdabf9632b9026759679fc378dd6347f3f4c8fcc8dd814c64fe85b
6-
sourceBlobDigest: sha256:ab10ebe57e2caa051432661823cb7b954fe1ec1c6dd92d56b9c482e8092679f9
5+
sourceRevisionDigest: sha256:6773b80fac452268c273947c49ba3a09f1576fde5a0e975b308ce948a51eb9b2
6+
sourceBlobDigest: sha256:b22d8187055367d04516104d49378432a21a0fdec37c74f0c798070a2341cd9b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763149895
10-
- 3.0.0-beta87
9+
- speakeasy-sdk-regen-1763156618
10+
- 3.0.0-beta01
1111
local:
1212
sourceNamespace: xapi
1313
sourceRevisionDigest: sha256:c8958a44906d7cb262b5abb70159f73eaf15ae72ac950268b56c7fb49e5085d5
@@ -20,10 +20,10 @@ targets:
2020
typescript:
2121
source: cloud
2222
sourceNamespace: xapi
23-
sourceRevisionDigest: sha256:16d6200e08fdabf9632b9026759679fc378dd6347f3f4c8fcc8dd814c64fe85b
24-
sourceBlobDigest: sha256:ab10ebe57e2caa051432661823cb7b954fe1ec1c6dd92d56b9c482e8092679f9
23+
sourceRevisionDigest: sha256:6773b80fac452268c273947c49ba3a09f1576fde5a0e975b308ce948a51eb9b2
24+
sourceBlobDigest: sha256:b22d8187055367d04516104d49378432a21a0fdec37c74f0c798070a2341cd9b
2525
codeSamplesNamespace: xapi-typescript-code-samples
26-
codeSamplesRevisionDigest: sha256:e9c8b25c9e2d5e04eca2e28394ea6c9a7f7e84f2622efd51ff6c0b6bfeeab098
26+
codeSamplesRevisionDigest: sha256:64b47b8485c2a22410f5e8d60bed9fef333062557819049d19b3c7ea81f77c1c
2727
workflow:
2828
workflowVersion: 1.0.0
2929
speakeasyVersion: latest

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,12 @@ Based on:
166166
- OpenAPI Doc
167167
- Speakeasy CLI 1.657.0 (2.755.0) https://github.com/speakeasy-api/speakeasy
168168
### Generated
169-
- [typescript v0.8.2] .
169+
- [typescript v0.8.2] .
170+
171+
## 2025-11-17 00:05:58
172+
### Changes
173+
Based on:
174+
- OpenAPI Doc
175+
- Speakeasy CLI 1.658.1 (2.755.6) https://github.com/speakeasy-api/speakeasy
176+
### Generated
177+
- [typescript v0.8.3] .

codeSamples.yaml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ actions:
5252
5353
async function run() {
5454
const result = await sdk.accounts.list({
55-
filterPersonId: "aa860051-c411-4709-9685-c1b716df611b",
5655
filterAccountType: "EARNINGS_BALANCE",
57-
filterSubtype: "ODP",
5856
});
5957
6058
console.log(result);
@@ -179,13 +177,7 @@ actions:
179177
});
180178
181179
async function run() {
182-
const result = await sdk.jobs.list({
183-
filterExternalIdentifiersPrimaryIdentifier: "PRIMARY_ID_98765",
184-
filterExternalIdentifiersEmployeeId: "EMP123456",
185-
filterExternalIdentifiersGroup: "12345",
186-
filterPersonId: "aa860051-c411-4709-9685-c1b716df611b",
187-
filterOrganizationId: "f0b30634-108c-439c-a8c1-c6a91197f022",
188-
});
180+
const result = await sdk.jobs.list();
189181
190182
console.log(result);
191183
}
@@ -287,7 +279,7 @@ actions:
287279
});
288280
289281
async function run() {
290-
const result = await sdk.organizations.list({});
282+
const result = await sdk.organizations.list();
291283
292284
console.log(result);
293285
}
@@ -340,8 +332,6 @@ actions:
340332
341333
async function run() {
342334
const result = await sdk.paychecks.list({
343-
filterJobId: "e9d84b0d-92ba-43c9-93bf-7c993313fa6f",
344-
filterStatus: "DEPOSITED",
345335
filterDepositExpectedAtGte: new Date("2023-03-15T04:00:00Z"),
346336
filterDepositExpectedAtLt: new Date("2023-03-15T04:00:00Z"),
347337
filterPayPeriodEndsAtGte: new Date("2023-03-15T04:00:00Z"),
@@ -463,9 +453,7 @@ actions:
463453
});
464454
465455
async function run() {
466-
const result = await sdk.transfers.list({
467-
filterPersonId: "aa860051-c411-4709-9685-c1b716df611b",
468-
});
456+
const result = await sdk.transfers.list();
469457
470458
console.log(result);
471459
}
@@ -491,7 +479,7 @@ actions:
491479
492480
async function run() {
493481
const result = await sdk.transfers.create({
494-
idempotencyKey: "e2736aa1-78c4-4cc6-b0a6-848e733f232a",
482+
idempotencyKey: "ea9f2225-403b-4e2c-93b0-0eda090ffa65",
495483
transferCreateData: {
496484
data: {
497485
type: "transfers",

docs/models/accountattributesinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const value: models.CardInput = {
1414
subtype: "DEBIT",
1515
cardAccountDetails: {
1616
token: "HX46TY794RG",
17+
issuer: "411600",
1718
firstName: "Edith",
1819
lastName: "Clarke",
1920
expirationMonth: "02",

docs/models/accountresourceinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ let value: AccountResourceInput = {
1313
subtype: "DEBIT",
1414
cardAccountDetails: {
1515
token: "HX46TY794RG",
16+
issuer: "411600",
1617
firstName: "Edith",
1718
lastName: "Clarke",
1819
expirationMonth: "02",

docs/models/cardaccountdetailsinput.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { CardAccountDetailsInput } from "@dailypay/dailypay/models";
99

1010
let value: CardAccountDetailsInput = {
1111
token: "HX46TY794RG",
12+
issuer: "411600",
1213
firstName: "Edith",
1314
lastName: "Clarke",
1415
expirationMonth: "02",
@@ -27,6 +28,7 @@ let value: CardAccountDetailsInput = {
2728
| Field | Type | Required | Description | Example |
2829
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
2930
| `token` | *string* | :heavy_check_mark: | A tokenized string replacement for the card data. | HX46TY794RG |
31+
| `issuer` | *string* | :heavy_check_mark: | The issuer of the card. | 411600 |
3032
| `firstName` | *string* | :heavy_check_mark: | The first name of the account holder. | Edith |
3133
| `lastName` | *string* | :heavy_check_mark: | The last name of the account holder. | Clarke |
3234
| `expirationMonth` | *string* | :heavy_check_mark: | The month of the expiration date for the card. | 02 |

docs/models/cardinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ let value: CardInput = {
1313
subtype: "DEBIT",
1414
cardAccountDetails: {
1515
token: "HX46TY794RG",
16+
issuer: "411600",
1617
firstName: "Edith",
1718
lastName: "Clarke",
1819
expirationMonth: "02",

0 commit comments

Comments
 (0)