|
1 | 1 | lockVersion: 2.0.0
|
2 | 2 | id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
|
3 | 3 | management:
|
4 |
| - docChecksum: 25c9b3bde8afc6d78e6a620449278477 |
5 |
| - docVersion: 10.18.1 |
6 |
| - speakeasyVersion: 1.580.0 |
7 |
| - generationVersion: 2.654.2 |
8 |
| - releaseVersion: 0.20.0 |
9 |
| - configChecksum: 9b8d61e55653038e1963cc1e71e411e6 |
| 4 | + docChecksum: 01cb84705577c94a864dd2999223809e |
| 5 | + docVersion: 10.18.2 |
| 6 | + speakeasyVersion: 1.581.0 |
| 7 | + generationVersion: 2.656.5 |
| 8 | + releaseVersion: 0.20.1 |
| 9 | + configChecksum: 1c04c7d506936ee454f4f37edd35ae42 |
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
|
@@ -492,9 +492,12 @@ generatedFiles:
|
492 | 492 | - docs/models/blocks.md
|
493 | 493 | - docs/models/branch.md
|
494 | 494 | - docs/models/by.md
|
| 495 | + - docs/models/categoriesfilter.md |
| 496 | + - docs/models/categoriesfiltertype.md |
495 | 497 | - docs/models/categoriesmodel.md
|
496 | 498 | - docs/models/category.md
|
497 | 499 | - docs/models/categorystatus.md
|
| 500 | + - docs/models/categorytype.md |
498 | 501 | - docs/models/classification.md
|
499 | 502 | - docs/models/collection.md
|
500 | 503 | - docs/models/collectionssort.md
|
@@ -525,6 +528,7 @@ generatedFiles:
|
525 | 528 | - docs/models/connectionstate.md
|
526 | 529 | - docs/models/connectionstatus.md
|
527 | 530 | - docs/models/connectionvalue.md
|
| 531 | + - docs/models/connectionvalue5.md |
528 | 532 | - docs/models/connector.md
|
529 | 533 | - docs/models/connectorapiresourcecoverageoneglobals.md
|
530 | 534 | - docs/models/connectorapiresourcecoverageonerequest.md
|
@@ -1059,7 +1063,6 @@ generatedFiles:
|
1059 | 1063 | - docs/models/formfieldoptiongroup.md
|
1060 | 1064 | - docs/models/formfieldoptiongroupoptiontype.md
|
1061 | 1065 | - docs/models/formfieldtype.md
|
1062 |
| - - docs/models/four.md |
1063 | 1066 | - docs/models/fulfillmentstatus.md
|
1064 | 1067 | - docs/models/gender.md
|
1065 | 1068 | - docs/models/getaccountingdepartmentresponse.md
|
@@ -1488,7 +1491,6 @@ generatedFiles:
|
1488 | 1491 | - docs/models/showas.md
|
1489 | 1492 | - docs/models/simpleformfieldoption.md
|
1490 | 1493 | - docs/models/simpleformfieldoptionvalue.md
|
1491 |
| - - docs/models/six.md |
1492 | 1494 | - docs/models/smsmessagesaddglobals.md
|
1493 | 1495 | - docs/models/smsmessagesaddrequest.md
|
1494 | 1496 | - docs/models/smsmessagesaddresponse.md
|
@@ -2062,6 +2064,7 @@ generatedFiles:
|
2062 | 2064 | - src/apideck_unify/models/billpayment.py
|
2063 | 2065 | - src/apideck_unify/models/billsfilter.py
|
2064 | 2066 | - src/apideck_unify/models/billssort.py
|
| 2067 | + - src/apideck_unify/models/categoriesfilter.py |
2065 | 2068 | - src/apideck_unify/models/category.py
|
2066 | 2069 | - src/apideck_unify/models/collection.py
|
2067 | 2070 | - src/apideck_unify/models/collectionssort.py
|
@@ -5268,7 +5271,7 @@ examples:
|
5268 | 5271 | parameters:
|
5269 | 5272 | query:
|
5270 | 5273 | pass_through: {"search": "San Francisco"}
|
5271 |
| - filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month"} |
| 5274 | + filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123"} |
5272 | 5275 | raw: false
|
5273 | 5276 | header:
|
5274 | 5277 | x-apideck-consumer-id: "test-consumer"
|
@@ -5320,7 +5323,7 @@ examples:
|
5320 | 5323 | parameters:
|
5321 | 5324 | query:
|
5322 | 5325 | raw: false
|
5323 |
| - filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31"} |
| 5326 | + filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123"} |
5324 | 5327 | pass_through: {"search": "San Francisco"}
|
5325 | 5328 | fields: "id,updated_at"
|
5326 | 5329 | header:
|
@@ -7583,7 +7586,7 @@ examples:
|
7583 | 7586 | x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
|
7584 | 7587 | x-apideck-service-id: "salesforce"
|
7585 | 7588 | requestBody:
|
7586 |
| - application/json: {"number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account_id": "123456", "customer_id": "12345", "supplier_id": "12345", "company_id": "12345", "department_id": "12345", "payment_type": "cash", "currency": "USD", "currency_rate": 0.69, "type": "expense", "memo": "For travel expenses incurred on 2024-05-15", "tax_rate": {"id": "123456", "rate": 10}, "total_amount": 275, "line_items": [], "reference": "INV-2024-001", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} |
| 7589 | + application/json: {"number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account_id": "123456", "customer_id": "12345", "supplier_id": "12345", "company_id": "12345", "department_id": "12345", "payment_type": "cash", "currency": "USD", "currency_rate": 0.69, "type": "expense", "memo": "For travel expenses incurred on 2024-05-15", "tax_rate": {"id": "123456", "rate": 10}, "total_amount": 275, "line_items": [], "reference": "INV-2024-001", "source_document_url": "https://www.invoicesolution.com/expense/123456", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} |
7587 | 7590 | responses:
|
7588 | 7591 | "201":
|
7589 | 7592 | application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "Expenses", "operation": "add", "data": {"id": "12345"}}
|
@@ -7637,7 +7640,7 @@ examples:
|
7637 | 7640 | x-apideck-service-id: "salesforce"
|
7638 | 7641 | responses:
|
7639 | 7642 | "200":
|
7640 |
| - application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "Expenses", "operation": "one", "data": {"id": "12345", "number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account_id": "123456", "customer_id": "12345", "supplier_id": "12345", "company_id": "12345", "department_id": "12345", "payment_type": "cash", "currency": "USD", "currency_rate": 0.69, "type": "expense", "memo": "For travel expenses incurred on 2024-05-15", "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}, "total_amount": 275, "line_items": [{"id": "12345", "tracking_categories": [{"id": "123456", "name": "New York"}], "account_id": "123456", "customer_id": "12345", "department_id": "12345", "location_id": "12345", "subsidiary_id": "12345", "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}, "description": "Travel US.", "total_amount": 275, "billable": true, "line_number": 1}], "reference": "INV-2024-001", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} |
| 7643 | + application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "Expenses", "operation": "one", "data": {"id": "12345", "number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account_id": "123456", "customer_id": "12345", "supplier_id": "12345", "company_id": "12345", "department_id": "12345", "payment_type": "cash", "currency": "USD", "currency_rate": 0.69, "type": "expense", "memo": "For travel expenses incurred on 2024-05-15", "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}, "total_amount": 275, "line_items": [{"id": "12345", "tracking_categories": [{"id": "123456", "name": "New York"}], "account_id": "123456", "customer_id": "12345", "department_id": "12345", "location_id": "12345", "subsidiary_id": "12345", "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}, "description": "Travel US.", "total_amount": 275, "billable": true, "line_number": 1}], "reference": "INV-2024-001", "source_document_url": "https://www.invoicesolution.com/expense/123456", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} |
7641 | 7644 | "400":
|
7642 | 7645 | 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"}
|
7643 | 7646 | "401":
|
@@ -7689,7 +7692,7 @@ examples:
|
7689 | 7692 | x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
|
7690 | 7693 | x-apideck-service-id: "salesforce"
|
7691 | 7694 | requestBody:
|
7692 |
| - application/json: {"number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account_id": "123456", "customer_id": "12345", "supplier_id": "12345", "company_id": "12345", "department_id": "12345", "payment_type": "cash", "currency": "USD", "currency_rate": 0.69, "type": "expense", "memo": "For travel expenses incurred on 2024-05-15", "tax_rate": {"id": "123456", "rate": 10}, "total_amount": 275, "line_items": [], "reference": "INV-2024-001", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} |
| 7695 | + application/json: {"number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account_id": "123456", "customer_id": "12345", "supplier_id": "12345", "company_id": "12345", "department_id": "12345", "payment_type": "cash", "currency": "USD", "currency_rate": 0.69, "type": "expense", "memo": "For travel expenses incurred on 2024-05-15", "tax_rate": {"id": "123456", "rate": 10}, "total_amount": 275, "line_items": [], "reference": "INV-2024-001", "source_document_url": "https://www.invoicesolution.com/expense/123456", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "row_version": "1-12345", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} |
7693 | 7696 | responses:
|
7694 | 7697 | "200":
|
7695 | 7698 | application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "Expenses", "operation": "update", "data": {"id": "12345"}}
|
@@ -17774,6 +17777,7 @@ examples:
|
17774 | 17777 | raw: false
|
17775 | 17778 | limit: 20
|
17776 | 17779 | fields: "id,updated_at"
|
| 17780 | + filter: {"type": "expense"} |
17777 | 17781 | header:
|
17778 | 17782 | x-apideck-consumer-id: "test-consumer"
|
17779 | 17783 | x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
|
@@ -17801,13 +17805,14 @@ examples:
|
17801 | 17805 | query:
|
17802 | 17806 | raw: false
|
17803 | 17807 | fields: "id,updated_at"
|
| 17808 | + filter: {"type": "expense"} |
17804 | 17809 | header:
|
17805 | 17810 | x-apideck-consumer-id: "test-consumer"
|
17806 | 17811 | x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
|
17807 | 17812 | x-apideck-service-id: "salesforce"
|
17808 | 17813 | responses:
|
17809 | 17814 | "200":
|
17810 |
| - application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "categories", "operation": "one", "data": {"id": "12345", "name": "Insurance", "status": "active", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} |
| 17815 | + application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "categories", "operation": "one", "data": {"id": "12345", "name": "Insurance", "type": "expense", "status": "active", "row_version": "1-12345", "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "<id>", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} |
17811 | 17816 | "400":
|
17812 | 17817 | 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"}
|
17813 | 17818 | "401":
|
|
0 commit comments