Skip to content

Commit c08bcbb

Browse files
authored
Merge pull request #630 from codatio/speakeasy-sdk-regen-1730295492
chore: 🐝 Update SDK - Generate Sync for Payables library SYNC-FOR-PAYABLES-LIBRARY 7.0.0
2 parents 9e274eb + 26c7c0c commit c08bcbb

20 files changed

+71
-117
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.423.1
1+
speakeasyVersion: 1.423.3
22
sources:
33
bank-feeds-source:
44
sourceNamespace: bank-feeds-source
@@ -30,8 +30,8 @@ sources:
3030
- main
3131
sync-for-payables-source:
3232
sourceNamespace: sync-for-payables-source
33-
sourceRevisionDigest: sha256:3a9ba731fa4f982186d2b89357bb2752de1c0fbcff5e63d8909146acf91176e9
34-
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
33+
sourceRevisionDigest: sha256:3debfab01c0e0453cbf7f64388380b2b1f09f47b46f766da8952a16a47f504a9
34+
sourceBlobDigest: sha256:1ffa6da669abbf5bb7fef62b991e1c237af95f876b930288b8ab14994e0ab0b5
3535
tags:
3636
- latest
3737
- main
@@ -73,8 +73,8 @@ targets:
7373
sync-for-payables-library:
7474
source: sync-for-payables-source
7575
sourceNamespace: sync-for-payables-source
76-
sourceRevisionDigest: sha256:3a9ba731fa4f982186d2b89357bb2752de1c0fbcff5e63d8909146acf91176e9
77-
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
76+
sourceRevisionDigest: sha256:3debfab01c0e0453cbf7f64388380b2b1f09f47b46f766da8952a16a47f504a9
77+
sourceBlobDigest: sha256:1ffa6da669abbf5bb7fef62b991e1c237af95f876b930288b8ab14994e0ab0b5
7878
sync-for-payables-version-1-library:
7979
source: sync-for-payables-version-1-source
8080
sourceNamespace: sync-for-payables-version-1-source

β€Žsync-for-payables/.speakeasy/gen.lockβ€Ž

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: fc401bb0-cd17-4863-8f85-003111be4b43
33
management:
4-
docChecksum: fbf8f2528e5a3e33fc271641da46c916
4+
docChecksum: 16c2aba5060738f14671556b6526c400
55
docVersion: 3.0.0
6-
speakeasyVersion: 1.423.1
6+
speakeasyVersion: 1.423.3
77
generationVersion: 2.442.11
8-
releaseVersion: 6.0.0
9-
configChecksum: 84eecb1c34bb82e86e86b55484ed9b7f
8+
releaseVersion: 7.0.0
9+
configChecksum: 73dc52e1ba65e4f76bf59ca7d42c308a
1010
repoURL: https://github.com/codatio/client-sdk-typescript.git
1111
repoSubDirectory: sync-for-payables
1212
installationURL: https://gitpkg.now.sh/codatio/client-sdk-typescript/sync-for-payables
@@ -72,7 +72,6 @@ generatedFiles:
7272
- docs/sdk/models/operations/uploadbillattachmentrequest.md
7373
- docs/sdk/models/shared/accountmappingoption.md
7474
- docs/sdk/models/shared/accountstatus.md
75-
- docs/sdk/models/shared/accounttype.md
7675
- docs/sdk/models/shared/address.md
7776
- docs/sdk/models/shared/addresstype.md
7877
- docs/sdk/models/shared/attachment.md
@@ -212,7 +211,6 @@ generatedFiles:
212211
- src/sdk/models/operations/uploadbillattachment.ts
213212
- src/sdk/models/shared/accountmappingoption.ts
214213
- src/sdk/models/shared/accountstatus.ts
215-
- src/sdk/models/shared/accounttype.ts
216214
- src/sdk/models/shared/address.ts
217215
- src/sdk/models/shared/addresstype.ts
218216
- src/sdk/models/shared/attachment.ts
@@ -221,6 +219,7 @@ generatedFiles:
221219
- src/sdk/models/shared/bankaccountmappingoption.ts
222220
- src/sdk/models/shared/bankaccountprototype.ts
223221
- src/sdk/models/shared/bankaccountstatus.ts
222+
- src/sdk/models/shared/bankaccounttype.ts
224223
- src/sdk/models/shared/bill.ts
225224
- src/sdk/models/shared/billaccountref.ts
226225
- src/sdk/models/shared/billlineitem.ts

β€Žsync-for-payables/.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
telemetryEnabled: true
1515
typescript:
16-
version: 6.0.0
16+
version: 7.0.0
1717
additionalDependencies:
1818
dependencies: {}
1919
devDependencies: {}

β€Žsync-for-payables/RELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [typescript v6.0.0] sync-for-payables
3030
### Releases
31-
- [NPM v6.0.0] https://www.npmjs.com/package/@codat/sync-for-payables/v/6.0.0 - sync-for-payables
31+
- [NPM v6.0.0] https://www.npmjs.com/package/@codat/sync-for-payables/v/6.0.0 - sync-for-payables
32+
33+
## 2024-10-30 13:38:03
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.423.3 (2.442.11) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [typescript v7.0.0] sync-for-payables
40+
### Releases
41+
- [NPM v7.0.0] https://www.npmjs.com/package/@codat/sync-for-payables/v/7.0.0 - sync-for-payables

β€Žsync-for-payables/docs/sdk/models/operations/createbillpaymentrequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Decimal } from "@codat/sync-for-payables/sdk/types";
99
let value: CreateBillPaymentRequest = {
1010
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
1111
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
12-
billId: "7110701885",
12+
billId: "13d946f0-c5d5-42bc-b092-97ece17923ab",
1313
billPaymentPrototype: {
1414
amount: new Decimal("1329.54"),
1515
date: "2022-10-23T00:00:00Z",

β€Žsync-for-payables/docs/sdk/models/operations/createbillrequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let value: CreateBillRequest = {
1414
},
1515
issueDate: "2022-10-23T00:00:00Z",
1616
dueDate: "2022-10-23T00:00:00Z",
17-
currency: "GBP",
17+
currency: "EUR",
1818
status: "Open",
1919
},
2020
};

β€Žsync-for-payables/docs/sdk/models/operations/createsupplierrequest.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let value: CreateSupplierRequest = {
1010
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
1111
supplierPrototype: {
1212
supplierName: "<value>",
13-
phone: "(877) 492-8687",
14-
status: "Unknown",
13+
phone: "+44 25691 154789",
14+
status: "Active",
1515
},
1616
};
1717
```

β€Žsync-for-payables/docs/sdk/models/shared/accounttype.mdβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žsync-for-payables/docs/sdk/models/shared/bankaccountmappingoption.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ let value: BankAccountMappingOption = {
2424
| `sortCode` | *string* | :heavy_minus_sign: | Sort code for the bank account.<br/><br/>Xero integrations<br/>The sort code is only displayed when the currency = GBP and the sort code and account number sum to 14 digits. For non-GBP accounts, this field is not populated. | |
2525
| `currency` | *string* | :heavy_minus_sign: | The bank account's base currency. | |
2626
| `status` | [shared.BankAccountStatus](../../../sdk/models/shared/bankaccountstatus.md) | :heavy_minus_sign: | The current status of the bank account. | Active |
27-
| `accountType` | [shared.AccountType](../../../sdk/models/shared/accounttype.md) | :heavy_minus_sign: | The type of transactions and balances on the account. <br/>For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities. <br/>For Debit accounts, positive balances are assets, and positive transactions **increase** assets. | |
27+
| `accountType` | [shared.BankAccountType](../../../sdk/models/shared/bankaccounttype.md) | :heavy_minus_sign: | The type of transactions and balances on the account. <br/>For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities. <br/>For Debit accounts, positive balances are assets, and positive transactions **increase** assets. | |
2828
| `sourceModifiedDate` | *string* | :heavy_minus_sign: | N/A | 2022-10-23 00:00:00 +0000 UTC |

0 commit comments

Comments
Β (0)