Skip to content

Commit

Permalink
Merge pull request #606 from codatio/speakeasy-sdk-regen-1730295517
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Sync for Payables library SYNC-FOR-PAYABLES-LIBRARY 6.0.0
  • Loading branch information
dcoplowe authored Oct 30, 2024
2 parents 12f9f7b + b4ff13b commit 2e6dcec
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 56 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.423.1
speakeasyVersion: 1.423.3
sources:
accounting-source:
sourceNamespace: accounting-source
Expand Down Expand Up @@ -65,8 +65,8 @@ sources:
- main
sync-for-payables-source:
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:7acbfc07ed039c8ecd50bb449bff9beb1dc68249d750d7b5ac14b0706ea179f2
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
sourceRevisionDigest: sha256:666b91d3454006f19097463c442428b273b95d632e0bc0099b6db10194f7284e
sourceBlobDigest: sha256:1ffa6da669abbf5bb7fef62b991e1c237af95f876b930288b8ab14994e0ab0b5
tags:
- latest
- main
Expand Down Expand Up @@ -126,8 +126,8 @@ targets:
sync-for-payables-library:
source: sync-for-payables-source
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:7acbfc07ed039c8ecd50bb449bff9beb1dc68249d750d7b5ac14b0706ea179f2
sourceBlobDigest: sha256:f16cfaff947469b23c5b6017dd1069909876cdb15b2ab4ed49cbf9c272a1896b
sourceRevisionDigest: sha256:666b91d3454006f19097463c442428b273b95d632e0bc0099b6db10194f7284e
sourceBlobDigest: sha256:1ffa6da669abbf5bb7fef62b991e1c237af95f876b930288b8ab14994e0ab0b5
sync-for-payables-version-1-library:
source: sync-for-payables-version-1-source
sourceNamespace: sync-for-payables-version-1-source
Expand Down
11 changes: 5 additions & 6 deletions sync-for-payables/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 0722f07c-657c-4062-93f1-39ee3fe757d0
management:
docChecksum: fbf8f2528e5a3e33fc271641da46c916
docChecksum: 16c2aba5060738f14671556b6526c400
docVersion: 3.0.0
speakeasyVersion: 1.423.1
speakeasyVersion: 1.423.3
generationVersion: 2.442.11
releaseVersion: 5.0.0
configChecksum: b486ff3d7b57c3e5c67ee0c5958295e6
releaseVersion: 6.0.0
configChecksum: 969122e26723670a0043a6789d53d844
repoURL: https://github.com/codatio/client-sdk-python.git
repoSubDirectory: sync-for-payables
installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=sync-for-payables
Expand Down Expand Up @@ -69,7 +69,6 @@ generatedFiles:
- docs/models/operations/uploadbillattachmentrequest.md
- docs/models/shared/accountmappingoption.md
- docs/models/shared/accountstatus.md
- docs/models/shared/accounttype.md
- docs/models/shared/address.md
- docs/models/shared/addresstype.md
- docs/models/shared/attachment.md
Expand Down Expand Up @@ -178,7 +177,6 @@ generatedFiles:
- src/codat_sync_for_payables/models/shared/__init__.py
- src/codat_sync_for_payables/models/shared/accountmappingoption.py
- src/codat_sync_for_payables/models/shared/accountstatus.py
- src/codat_sync_for_payables/models/shared/accounttype.py
- src/codat_sync_for_payables/models/shared/address.py
- src/codat_sync_for_payables/models/shared/addresstype.py
- src/codat_sync_for_payables/models/shared/attachment.py
Expand All @@ -187,6 +185,7 @@ generatedFiles:
- src/codat_sync_for_payables/models/shared/bankaccountmappingoption.py
- src/codat_sync_for_payables/models/shared/bankaccountprototype.py
- src/codat_sync_for_payables/models/shared/bankaccountstatus.py
- src/codat_sync_for_payables/models/shared/bankaccounttype.py
- src/codat_sync_for_payables/models/shared/bill.py
- src/codat_sync_for_payables/models/shared/billaccountref.py
- src/codat_sync_for_payables/models/shared/billlineitem.py
Expand Down
2 changes: 1 addition & 1 deletion sync-for-payables/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 5.0.0
version: 6.0.0
additionalDependencies:
dev: {}
main: {}
Expand Down
12 changes: 11 additions & 1 deletion sync-for-payables/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Based on:
### Generated
- [python v5.0.0] sync-for-payables
### Releases
- [PyPI v5.0.0] https://pypi.org/project/codat-sync-for-payables/5.0.0 - sync-for-payables
- [PyPI v5.0.0] https://pypi.org/project/codat-sync-for-payables/5.0.0 - sync-for-payables

## 2024-10-30 13:38:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.423.3 (2.442.11) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v6.0.0] sync-for-payables
### Releases
- [PyPI v6.0.0] https://pypi.org/project/codat-sync-for-payables/6.0.0 - sync-for-payables
14 changes: 0 additions & 14 deletions sync-for-payables/docs/models/shared/accounttype.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
| `sort_code` | *OptionalNullable[str]* | :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. | |
| `currency` | *OptionalNullable[str]* | :heavy_minus_sign: | The bank account's base currency. | |
| `status` | [Optional[shared.BankAccountStatus]](../../models/shared/bankaccountstatus.md) | :heavy_minus_sign: | The current status of the bank account. | Active |
| `account_type` | [Optional[shared.AccountType]](../../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. | |
| `account_type` | [Optional[shared.BankAccountType]](../../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. | |
| `source_modified_date` | *Optional[str]* | :heavy_minus_sign: | N/A | 2022-10-23 00:00:00 +0000 UTC |
Loading

0 comments on commit 2e6dcec

Please sign in to comment.