|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40 |
3 | 3 | management: |
4 | | - docChecksum: 61df122cba17c214e57e21a31256463e |
5 | | - docVersion: 10.21.18 |
| 4 | + docChecksum: 931d63edaff2267943df0de38e5fa2ad |
| 5 | + docVersion: 10.21.19 |
6 | 6 | speakeasyVersion: 1.656.1 |
7 | 7 | generationVersion: 2.753.1 |
8 | | - releaseVersion: 0.27.86 |
9 | | - configChecksum: 7919bdb35bb8fe074c0b4973c2144f4d |
| 8 | + releaseVersion: 0.27.88 |
| 9 | + configChecksum: e5678354c0361164e8aab420971d241a |
10 | 10 | repoURL: https://github.com/apideck-libraries/sdk-python.git |
11 | 11 | installationURL: https://github.com/apideck-libraries/sdk-python.git |
12 | 12 | published: true |
@@ -305,6 +305,7 @@ generatedFiles: |
305 | 305 | - docs/models/accountinglocationsupdateglobals.md |
306 | 306 | - docs/models/accountinglocationsupdaterequest.md |
307 | 307 | - docs/models/accountinglocationsupdateresponse.md |
| 308 | + - docs/models/accountingmethod.md |
308 | 309 | - docs/models/accountingpaymentsaddglobals.md |
309 | 310 | - docs/models/accountingpaymentsaddrequest.md |
310 | 311 | - docs/models/accountingpaymentsaddresponse.md |
@@ -525,6 +526,7 @@ generatedFiles: |
525 | 526 | - docs/models/bankaccount2.md |
526 | 527 | - docs/models/bankaccount2accounttype.md |
527 | 528 | - docs/models/bankaccountsfilter.md |
| 529 | + - docs/models/bankaccountsfilteraccounttype.md |
528 | 530 | - docs/models/bankaccountsfilterstatus.md |
529 | 531 | - docs/models/bankaccountssort.md |
530 | 532 | - docs/models/bankaccounttype.md |
@@ -1558,6 +1560,7 @@ generatedFiles: |
1558 | 1560 | - docs/models/productstatus.md |
1559 | 1561 | - docs/models/profitandloss.md |
1560 | 1562 | - docs/models/profitandlossfilter.md |
| 1563 | + - docs/models/profitandlossfilteraccountingmethod.md |
1561 | 1564 | - docs/models/profitandlossindicator.md |
1562 | 1565 | - docs/models/profitandlosstype.md |
1563 | 1566 | - docs/models/project.md |
@@ -5465,7 +5468,7 @@ examples: |
5465 | 5468 | parameters: |
5466 | 5469 | query: |
5467 | 5470 | pass_through: {"search": "San Francisco"} |
5468 | | - filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123"} |
| 5471 | + filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123", "accounting_method": "accrual"} |
5469 | 5472 | raw: false |
5470 | 5473 | header: |
5471 | 5474 | x-apideck-consumer-id: "test-consumer" |
@@ -5517,7 +5520,7 @@ examples: |
5517 | 5520 | parameters: |
5518 | 5521 | query: |
5519 | 5522 | raw: false |
5520 | | - filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123"} |
| 5523 | + filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123", "accounting_method": "accrual"} |
5521 | 5524 | pass_through: {"search": "San Francisco"} |
5522 | 5525 | fields: "id,updated_at" |
5523 | 5526 | header: |
@@ -18208,7 +18211,7 @@ examples: |
18208 | 18211 | query: |
18209 | 18212 | raw: false |
18210 | 18213 | limit: 20 |
18211 | | - filter: {"name": "Main Operating", "status": "active"} |
| 18214 | + filter: {"name": "Main Operating", "account_type": "checking", "status": "active"} |
18212 | 18215 | sort: {"by": "updated_at", "direction": "asc"} |
18213 | 18216 | pass_through: {"search": "San Francisco"} |
18214 | 18217 | fields: "id,updated_at" |
@@ -18271,7 +18274,7 @@ examples: |
18271 | 18274 | x-apideck-service-id: "salesforce" |
18272 | 18275 | responses: |
18273 | 18276 | "200": |
18274 | | - application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "bank-accounts", "operation": "one", "data": {"id": "12345", "display_id": "BA-001", "name": "Main Operating Account", "account_number": "123465", "account_type": "checking", "ledger_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_name": "Chase Bank", "currency": "USD", "balance": 25000, "available_balance": 24500, "overdraft_limit": 5000, "routing_number": "021000021", "iban": "GB33BUKB20201555555555", "bic": "CHASUS33", "bsb_number": "062-001", "branch_identifier": "001", "bank_code": "BNH", "country": "US", "status": "active", "description": "Primary operating account for daily transactions", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "created_at": "2020-09-30T07:43:32.000Z", "updated_at": "2020-09-30T07:43:32.000Z", "created_by": "12345", "updated_by": "12345"}} |
| 18277 | + application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "bank-accounts", "operation": "one", "data": {"id": "12345", "downstream_id": "12345", "display_id": "BA-001", "name": "Main Operating Account", "account_number": "123465", "account_type": "checking", "ledger_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_name": "Chase Bank", "currency": "USD", "balance": 25000, "available_balance": 24500, "overdraft_limit": 5000, "routing_number": "021000021", "iban": "GB33BUKB20201555555555", "bic": "CHASUS33", "bsb_number": "062-001", "branch_identifier": "001", "bank_code": "BNH", "country": "US", "status": "active", "description": "Primary operating account for daily transactions", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "created_at": "2020-09-30T07:43:32.000Z", "updated_at": "2020-09-30T07:43:32.000Z", "created_by": "12345", "updated_by": "12345"}} |
18275 | 18278 | "400": |
18276 | 18279 | application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestValidationError", "message": "Invalid Params", "detail": "Missing property foobar", "ref": "https://developers.apideck.com/errors#requestvalidationerror"} |
18277 | 18280 | "401": |
@@ -18475,3 +18478,4 @@ examples: |
18475 | 18478 | application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"} |
18476 | 18479 | examplesVersion: 1.0.2 |
18477 | 18480 | generatedTests: {} |
| 18481 | +releaseNotes: "## Python SDK Changes Detected:\n* `apideck.accounting.balance_sheet.get()`: `request.filter` **Changed**\n* `apideck.accounting.profit_and_loss.get()`: `request.filter` **Changed**\n* `apideck.accounting.bank_accounts.list()`: \n * `request.filter` **Changed**\n * `response.data.[].downstream_id` **Added**\n* `apideck.accounting.bank_accounts.get()`: `response.data.downstream_id` **Added**\n" |
0 commit comments