From 623572e1f552a7128ee807b9aaf6f136551a3685 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Sun, 28 Dec 2025 00:30:16 +0000 Subject: [PATCH 1/2] ## Python SDK Changes Detected: * `apideck.accounting.bill_payments.list()`: * `request.filter` **Changed** * `response.data.[]` **Changed** **Breaking** :warning: * `apideck.accounting.invoices.create()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.tax_rates.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.tax_rates.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bills.list()`: `response.data.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bills.create()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.bills.get()`: `response.data` **Changed** **Breaking** :warning: * `apideck.accounting.bills.update()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.invoices.list()`: `response.data.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bill_payments.get()`: `response.data` **Changed** **Breaking** :warning: * `apideck.accounting.invoices.get()`: `response.data` **Changed** **Breaking** :warning: * `apideck.accounting.invoices.update()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.ledger_accounts.list()`: * `request.filter` **Changed** * `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.ledger_accounts.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.ledger_accounts.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.ledger_accounts.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bill_payments.create()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.credit_notes.create()`: * `request.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.credit_notes.get()`: `response.data.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.credit_notes.update()`: * `request.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.customers.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.customers.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.customers.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.customers.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.suppliers.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.suppliers.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.suppliers.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.suppliers.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.payments.list()`: * `request.filter` **Changed** * `response.data.[]` **Changed** **Breaking** :warning: * `apideck.accounting.payments.create()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.payments.get()`: `response.data` **Changed** **Breaking** :warning: * `apideck.accounting.payments.update()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.company_info.get()`: `response.data.default_sales_tax.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.journal_entries.list()`: `response.data.[]` **Changed** **Breaking** :warning: * `apideck.accounting.journal_entries.create()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.journal_entries.get()`: `response.data` **Changed** **Breaking** :warning: * `apideck.accounting.journal_entries.update()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.purchase_orders.list()`: `response.data.[].line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.purchase_orders.create()`: * `request.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.purchase_orders.get()`: `response.data.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.purchase_orders.update()`: * `request.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bank_accounts.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.hris.employee_schedules.list()`: `response.data.employee.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.hris.employees.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.hris.employees.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.hris.employees.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.hris.employees.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.activities.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.activities.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.activities.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.activities.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.leads.update()`: `request` **Changed** **Breaking** :warning: * `apideck.crm.leads.get()`: `response.data` **Changed** **Breaking** :warning: * `apideck.crm.leads.create()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.tax_rates.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bank_accounts.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bank_accounts.get()`: * `request.filter` **Added** * `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bank_accounts.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.leads.list()`: `response.data.[]` **Changed** **Breaking** :warning: * `apideck.accounting.credit_notes.list()`: `response.data.[].line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.tax_rates.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bill_payments.update()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.expenses.list()`: `response.data.[]` **Changed** **Breaking** :warning: * `apideck.accounting.expenses.create()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.expenses.get()`: `response.data` **Changed** **Breaking** :warning: * `apideck.accounting.expenses.update()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.bank_feed_accounts.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bank_feed_accounts.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bank_feed_accounts.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.bank_feed_accounts.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.accounting.quotes.list()`: `response.data.[].line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.quotes.create()`: * `request.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.quotes.get()`: `response.data.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.quotes.update()`: * `request.line_items.[]` **Changed** **Breaking** :warning: * `apideck.accounting.projects.list()`: `response.data.[]` **Changed** **Breaking** :warning: * `apideck.accounting.projects.create()`: `request` **Changed** **Breaking** :warning: * `apideck.accounting.projects.get()`: `response.data` **Changed** **Breaking** :warning: * `apideck.accounting.projects.update()`: `request` **Changed** **Breaking** :warning: * `apideck.ats.jobs.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.ats.jobs.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.ats.applicants.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.ats.applicants.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.ats.applicants.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.ats.applicants.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.companies.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.companies.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.companies.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.companies.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.contacts.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.contacts.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.contacts.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.contacts.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.opportunities.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.opportunities.create()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.opportunities.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.opportunities.update()`: * `request.custom_fields.[]` **Changed** **Breaking** :warning: * `apideck.crm.pipelines.get()`: `response.data.stages.[]` **Changed** * `apideck.crm.pipelines.create()`: * `request.stages.[].archived` **Added** * `apideck.accounting.departments.list()`: `response.data.[]` **Changed** * `apideck.accounting.locations.update()`: `request.display_id` **Added** * `apideck.accounting.departments.update()`: `request.display_id` **Added** * `apideck.crm.pipelines.list()`: `response.data.[].stages.[]` **Changed** * `apideck.accounting.locations.list()`: `response.data.[]` **Changed** * `apideck.accounting.locations.create()`: `request.display_id` **Added** * `apideck.crm.pipelines.update()`: * `request.stages.[].archived` **Added** * `apideck.accounting.subsidiaries.get()`: `response.data.downstream_id` **Added** * `apideck.accounting.departments.create()`: `request.display_id` **Added** * `apideck.accounting.locations.get()`: `response.data` **Changed** * `apideck.accounting.departments.get()`: `response.data` **Changed** * `apideck.ecommerce.orders.list()`: `response.data.[].line_items.[].name` **Changed** * `apideck.ecommerce.orders.get()`: `response.data.line_items.[].name` **Changed** * `apideck.file_storage.files.list()`: `request.sort` **Changed** * `apideck.file_storage.folders.get()`: `response.data` **Changed** * `apideck.accounting.subsidiaries.list()`: `response.data.[].downstream_id` **Added** * `apideck.accounting.invoice_items.update()`: `request` **Changed** * `apideck.accounting.invoice_items.get()`: `response.data` **Changed** * `apideck.accounting.invoice_items.create()`: `request` **Changed** * `apideck.accounting.invoice_items.list()`: `response.data.[]` **Changed** --- .speakeasy/gen.lock | 6005 ++++++++++++++++- .speakeasy/gen.yaml | 5 +- .speakeasy/workflow.lock | 14 +- RELEASES.md | 12 +- .../accountingbankaccountsonerequest.md | 1 + .../accountingbillpaymentsallrequest.md | 2 +- docs/models/accountingdepartment.md | 2 + docs/models/accountingdepartmentinput.md | 1 + .../accountingledgeraccountsallrequest.md | 2 +- docs/models/accountinglocation.md | 2 + docs/models/accountinglocationinput.md | 1 + docs/models/accountingpaymentsallrequest.md | 2 +- docs/models/activity.md | 2 +- docs/models/activityinput.md | 2 +- docs/models/applicant.md | 102 +- docs/models/bankaccountfilter.md | 8 + docs/models/bankaccountfilteraccounttype.md | 16 + docs/models/connectionimportdata.md | 10 +- docs/models/connectionvalue.md | 4 +- docs/models/createsessionresponsedata.md | 8 +- docs/models/creditnotestatus.md | 1 + docs/models/customfield.md | 22 +- docs/models/customfield1.md | 11 + docs/models/customfield1value.md | 35 + docs/models/customfield2.md | 11 + docs/models/customfieldvalue.md | 35 + ...ldoptionvalue.md => customfieldvalue25.md} | 12 +- ...nnectionvalue5.md => customfieldvalue5.md} | 16 +- docs/models/ecommerceorderlineitem.md | 2 +- docs/models/expense.md | 5 +- docs/models/expenseinput.md | 5 +- docs/models/expenselineitem.md | 43 +- docs/models/expenselineiteminput.md | 41 +- docs/models/filessortby.md | 1 + docs/models/five.md | 14 +- docs/models/folder.md | 2 + docs/models/invoiceitem.md | 1 + docs/models/invoiceiteminput.md | 1 + docs/models/lead.md | 1 + docs/models/leadinput.md | 1 + docs/models/ledgeraccountsfilter.md | 1 + docs/models/linkeddepartment.md | 11 + docs/models/linkeddepartmentinput.md | 9 + docs/models/linkedfinancialaccount.md | 16 + .../linkedfinancialaccountaccounttype.md | 11 + docs/models/linkedfinancialaccountinput.md | 13 + docs/models/linkedlocation.md | 11 + docs/models/linkedlocationinput.md | 10 + docs/models/linkedtrackingcategory.md | 1 + docs/models/paymentsfilter.md | 11 +- docs/models/paymentsfiltertype.md | 15 + docs/models/pipelinestages.md | 3 +- docs/models/simpleformfieldoption.md | 10 +- docs/models/stages.md | 5 +- docs/models/subsidiary.md | 1 + docs/models/value.md | 16 +- docs/sdks/activities/README.md | 4 +- docs/sdks/bankaccounts/README.md | 6 +- docs/sdks/billpayments/README.md | 2 +- docs/sdks/connections/README.md | 20 +- docs/sdks/departments/README.md | 6 +- docs/sdks/expenses/README.md | 41 +- docs/sdks/invoiceitems/README.md | 6 +- docs/sdks/leads/README.md | 6 +- docs/sdks/ledgeraccounts/README.md | 2 +- docs/sdks/locations/README.md | 6 +- docs/sdks/payments/README.md | 2 +- pyproject.toml | 2 +- src/apideck_unify/_version.py | 6 +- src/apideck_unify/bankaccounts.py | 14 + src/apideck_unify/departments.py | 12 + src/apideck_unify/expenses.py | 88 +- src/apideck_unify/invoiceitems.py | 12 + src/apideck_unify/leads.py | 12 + src/apideck_unify/locations.py | 12 + src/apideck_unify/models/__init__.py | 131 +- .../models/accounting_bankaccountsoneop.py | 19 +- .../models/accountingdepartment.py | 22 +- .../models/accountinglocation.py | 28 +- src/apideck_unify/models/bankaccountfilter.py | 32 + src/apideck_unify/models/connection.py | 11 +- src/apideck_unify/models/creditnote.py | 1 + src/apideck_unify/models/customfield.py | 112 +- .../models/ecommerceorderlineitem.py | 11 +- src/apideck_unify/models/expense.py | 60 +- src/apideck_unify/models/expenselineitem.py | 47 +- .../models/expenselineitem_input.py | 50 +- src/apideck_unify/models/filessort.py | 1 + src/apideck_unify/models/folder.py | 14 + src/apideck_unify/models/invoiceitem.py | 14 + src/apideck_unify/models/lead.py | 7 + src/apideck_unify/models/lead_input.py | 7 + .../models/ledgeraccountsfilter.py | 5 + src/apideck_unify/models/linkeddepartment.py | 68 + .../models/linkeddepartment_input.py | 57 + .../models/linkedfinancialaccount.py | 162 + src/apideck_unify/models/linkedlocation.py | 68 + .../models/linkedlocation_input.py | 63 + .../models/linkedtrackingcategory.py | 9 +- src/apideck_unify/models/paymentsfilter.py | 15 + src/apideck_unify/models/pipeline.py | 37 +- src/apideck_unify/models/pipeline_input.py | 21 +- .../models/simpleformfieldoption.py | 17 +- src/apideck_unify/models/subsidiary.py | 7 + 104 files changed, 7556 insertions(+), 404 deletions(-) create mode 100644 docs/models/bankaccountfilter.md create mode 100644 docs/models/bankaccountfilteraccounttype.md create mode 100644 docs/models/customfield1.md create mode 100644 docs/models/customfield1value.md create mode 100644 docs/models/customfield2.md create mode 100644 docs/models/customfieldvalue.md rename docs/models/{simpleformfieldoptionvalue.md => customfieldvalue25.md} (57%) rename docs/models/{connectionvalue5.md => customfieldvalue5.md} (52%) create mode 100644 docs/models/linkeddepartment.md create mode 100644 docs/models/linkeddepartmentinput.md create mode 100644 docs/models/linkedfinancialaccount.md create mode 100644 docs/models/linkedfinancialaccountaccounttype.md create mode 100644 docs/models/linkedfinancialaccountinput.md create mode 100644 docs/models/linkedlocation.md create mode 100644 docs/models/linkedlocationinput.md create mode 100644 docs/models/paymentsfiltertype.md create mode 100644 src/apideck_unify/models/bankaccountfilter.py create mode 100644 src/apideck_unify/models/linkeddepartment.py create mode 100644 src/apideck_unify/models/linkeddepartment_input.py create mode 100644 src/apideck_unify/models/linkedfinancialaccount.py create mode 100644 src/apideck_unify/models/linkedlocation.py create mode 100644 src/apideck_unify/models/linkedlocation_input.py diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 118c7875..a95240dc 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40 management: - docChecksum: 23d83258e8264348e4b8711a970fbf29 - docVersion: 10.22.0 + docChecksum: 46f937f28d6d516c5a36adcecf65c50a + docVersion: 10.23.3 speakeasyVersion: 1.656.1 generationVersion: 2.753.1 - releaseVersion: 0.28.1 - configChecksum: 9d6ed140cc324b86696b7515a63f03e0 + releaseVersion: 0.29.0 + configChecksum: 17b0818eadc3ee24372318c0ef7fa2f7 repoURL: https://github.com/apideck-libraries/sdk-python.git installationURL: https://github.com/apideck-libraries/sdk-python.git published: true @@ -525,6 +525,8 @@ generatedFiles: - docs/models/bankaccount1accounttype.md - docs/models/bankaccount2.md - docs/models/bankaccount2accounttype.md + - docs/models/bankaccountfilter.md + - docs/models/bankaccountfilteraccounttype.md - docs/models/bankaccountsfilter.md - docs/models/bankaccountsfilteraccounttype.md - docs/models/bankaccountsfilterstatus.md @@ -589,7 +591,6 @@ generatedFiles: - docs/models/connectionstate.md - docs/models/connectionstatus.md - docs/models/connectionvalue.md - - docs/models/connectionvalue5.md - docs/models/connector.md - docs/models/connectorapiresourcecoverageoneglobals.md - docs/models/connectorapiresourcecoverageonerequest.md @@ -872,7 +873,13 @@ generatedFiles: - docs/models/customerstatus.md - docs/models/customerstatusstatus.md - docs/models/customfield.md + - docs/models/customfield1.md + - docs/models/customfield1value.md + - docs/models/customfield2.md - docs/models/customfieldfinder.md + - docs/models/customfieldvalue.md + - docs/models/customfieldvalue25.md + - docs/models/customfieldvalue5.md - docs/models/custommapping.md - docs/models/custommappinginput.md - docs/models/customobject.md @@ -1472,11 +1479,18 @@ generatedFiles: - docs/models/linkedconnectorresource.md - docs/models/linkedcustomer.md - docs/models/linkedcustomerinput.md + - docs/models/linkeddepartment.md + - docs/models/linkeddepartmentinput.md - docs/models/linkedecommercecustomer.md - docs/models/linkedecommerceorder.md + - docs/models/linkedfinancialaccount.md + - docs/models/linkedfinancialaccountaccounttype.md + - docs/models/linkedfinancialaccountinput.md - docs/models/linkedfolder.md - docs/models/linkedinvoiceitem.md - docs/models/linkedledgeraccount.md + - docs/models/linkedlocation.md + - docs/models/linkedlocationinput.md - docs/models/linkedparentcustomer.md - docs/models/linkedpurchaseorder.md - docs/models/linkedresources.md @@ -1537,6 +1551,7 @@ generatedFiles: - docs/models/paymentinput.md - docs/models/paymentrequiredresponse.md - docs/models/paymentsfilter.md + - docs/models/paymentsfiltertype.md - docs/models/paymentssort.md - docs/models/paymentssortby.md - docs/models/paymentstatus.md @@ -1613,7 +1628,6 @@ generatedFiles: - docs/models/sharedlinktarget.md - docs/models/showas.md - docs/models/simpleformfieldoption.md - - docs/models/simpleformfieldoptionvalue.md - docs/models/smsmessagesaddglobals.md - docs/models/smsmessagesaddrequest.md - docs/models/smsmessagesaddresponse.md @@ -2208,6 +2222,7 @@ generatedFiles: - src/apideck_unify/models/bankaccount.py - src/apideck_unify/models/bankaccount1.py - src/apideck_unify/models/bankaccount2.py + - src/apideck_unify/models/bankaccountfilter.py - src/apideck_unify/models/bankaccountsfilter.py - src/apideck_unify/models/bankaccountssort.py - src/apideck_unify/models/bankfeedaccount.py @@ -2734,11 +2749,16 @@ generatedFiles: - src/apideck_unify/models/linkedconnectorresource.py - src/apideck_unify/models/linkedcustomer.py - src/apideck_unify/models/linkedcustomer_input.py + - src/apideck_unify/models/linkeddepartment.py + - src/apideck_unify/models/linkeddepartment_input.py - src/apideck_unify/models/linkedecommercecustomer.py - src/apideck_unify/models/linkedecommerceorder.py + - src/apideck_unify/models/linkedfinancialaccount.py - src/apideck_unify/models/linkedfolder.py - src/apideck_unify/models/linkedinvoiceitem.py - src/apideck_unify/models/linkedledgeraccount.py + - src/apideck_unify/models/linkedlocation.py + - src/apideck_unify/models/linkedlocation_input.py - src/apideck_unify/models/linkedparentcustomer.py - src/apideck_unify/models/linkedpurchaseorder.py - src/apideck_unify/models/linkedsupplier.py @@ -3819,7 +3839,7 @@ examples: query: raw: false limit: 20 - filter: {"updated_since": "2020-09-30T07:43:32.000Z", "classification": "asset"} + filter: {"name": "Sales", "updated_since": "2020-09-30T07:43:32.000Z", "classification": "asset"} sort: {"by": "updated_at", "direction": "desc"} pass_through: {"search": "San Francisco"} fields: "id,updated_at" @@ -4144,7 +4164,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"name": "Model Y", "description": "Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.", "display_id": "12345", "code": "120-C", "sold": true, "purchased": true, "tracked": true, "taxable": true, "inventory_date": "2020-10-30", "type": "inventory", "sales_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "rate": 10}}, "purchase_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "rate": 10}}, "quantity": 1, "unit_price": 27500.5, "currency": "USD", "asset_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "income_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "expense_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "tracking_categories": null, "active": true, "department_id": "12345", "location_id": "12345", "subsidiary_id": "12345", "tax_schedule_id": "123456", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"name": "Model Y", "description": "Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.", "display_id": "12345", "code": "120-C", "sold": true, "purchased": true, "tracked": true, "taxable": true, "inventory_date": "2020-10-30", "type": "inventory", "sales_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "rate": 10}}, "purchase_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "rate": 10}}, "quantity": 1, "unit_price": 27500.5, "currency": "USD", "asset_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "income_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "expense_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "tracking_categories": null, "active": true, "department_id": "12345", "location_id": "12345", "subsidiary_id": "12345", "category_id": "12345", "tax_schedule_id": "123456", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "201": application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "invoice-items", "operation": "add", "data": {"id": "12345"}} @@ -4202,7 +4222,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "invoice-items", "operation": "one", "data": {"id": "123456", "name": "Model Y", "description": "Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.", "display_id": "12345", "code": "120-C", "sold": true, "purchased": true, "tracked": true, "taxable": true, "inventory_date": "2020-10-30", "type": "inventory", "sales_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}}, "purchase_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}}, "quantity": 1, "unit_price": 27500.5, "currency": "USD", "asset_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "income_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "expense_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "tracking_categories": [{"id": "123456", "name": "New York"}], "active": true, "department_id": "12345", "location_id": "12345", "subsidiary_id": "12345", "tax_schedule_id": "123456", "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} + application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "invoice-items", "operation": "one", "data": {"id": "123456", "name": "Model Y", "description": "Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.", "display_id": "12345", "code": "120-C", "sold": true, "purchased": true, "tracked": true, "taxable": true, "inventory_date": "2020-10-30", "type": "inventory", "sales_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}}, "purchase_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}}, "quantity": 1, "unit_price": 27500.5, "currency": "USD", "asset_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "income_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "expense_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "tracking_categories": [{"id": "123456", "name": "New York"}], "active": true, "department_id": "12345", "location_id": "12345", "subsidiary_id": "12345", "category_id": "12345", "tax_schedule_id": "123456", "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} "400": 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"} "401": @@ -4254,7 +4274,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"name": "Model Y", "description": "Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.", "display_id": "12345", "code": "120-C", "sold": true, "purchased": true, "tracked": true, "taxable": true, "inventory_date": "2020-10-30", "type": "inventory", "sales_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "rate": 10}}, "purchase_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "rate": 10}}, "quantity": 1, "unit_price": 27500.5, "currency": "USD", "asset_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "income_account": null, "expense_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "tracking_categories": [{"id": "123456", "name": "New York"}], "active": true, "department_id": "12345", "location_id": "12345", "subsidiary_id": "12345", "tax_schedule_id": "123456", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"name": "Model Y", "description": "Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.", "display_id": "12345", "code": "120-C", "sold": true, "purchased": true, "tracked": true, "taxable": true, "inventory_date": "2020-10-30", "type": "inventory", "sales_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "rate": 10}}, "purchase_details": {"unit_price": 27500.5, "unit_of_measure": "pc.", "tax_inclusive": true, "tax_rate": {"id": "123456", "code": "N-T", "rate": 10}}, "quantity": 1, "unit_price": 27500.5, "currency": "USD", "asset_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "income_account": null, "expense_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "tracking_categories": [{"id": "123456", "name": "New York"}], "active": true, "department_id": "12345", "location_id": "12345", "subsidiary_id": "12345", "category_id": "12345", "tax_schedule_id": "123456", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "200": application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "invoice-items", "operation": "update", "data": {"id": "12345"}} @@ -5156,7 +5176,7 @@ examples: query: raw: false limit: 20 - filter: {"updated_since": "2020-09-30T07:43:32.000Z", "invoice_id": "123", "supplier_id": "123"} + filter: {"updated_since": "2020-09-30T07:43:32.000Z", "invoice_id": "123", "supplier_id": "123", "type": "accounts_receivable"} sort: {"by": "updated_at", "direction": "desc"} pass_through: {"search": "San Francisco"} fields: "id,updated_at" @@ -6214,7 +6234,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "subsidiaries", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "name": "SpaceX", "display_id": "12345", "status": "active", "address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}, "currencies": ["USD"], "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} + application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "subsidiaries", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "name": "SpaceX", "display_id": "12345", "downstream_id": "12345", "status": "active", "address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}, "currencies": ["USD"], "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} "400": 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"} "401": @@ -6421,7 +6441,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"parent_id": "12345", "company_name": "SpaceX", "display_name": "11 UT - South Jordan", "status": "active", "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "subsidiaries": [{"name": "SpaceX"}], "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"parent_id": "12345", "display_id": "123456", "company_name": "SpaceX", "display_name": "11 UT - South Jordan", "status": "active", "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "subsidiaries": [{"name": "SpaceX"}], "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "201": application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "locations", "operation": "add", "data": {"id": "12345"}} @@ -6477,7 +6497,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "subsidiaries", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "company_name": "SpaceX", "display_name": "11 UT - South Jordan", "status": "active", "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "subsidiaries": [{"id": "12345", "name": "SpaceX"}], "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} + application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "subsidiaries", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "display_id": "123456", "downstream_id": "12345", "company_name": "SpaceX", "display_name": "11 UT - South Jordan", "status": "active", "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "subsidiaries": [{"id": "12345", "name": "SpaceX"}], "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} "400": 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"} "401": @@ -6529,7 +6549,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"parent_id": "12345", "company_name": "SpaceX", "display_name": "11 UT - South Jordan", "status": "active", "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "subsidiaries": [{"name": "SpaceX"}], "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"parent_id": "12345", "display_id": "123456", "company_name": "SpaceX", "display_name": "11 UT - South Jordan", "status": "active", "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "subsidiaries": [{"name": "SpaceX"}], "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "200": application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "locations", "operation": "update", "data": {"id": "12345"}} @@ -6684,7 +6704,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"parent_id": "12345", "name": "Sales", "status": "active", "subsidiaries": [{"name": "SpaceX"}], "code": "123", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"parent_id": "12345", "display_id": "123456", "name": "Sales", "status": "active", "subsidiaries": [{"name": "SpaceX"}], "code": "123", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "201": application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "departments", "operation": "add", "data": {"id": "12345"}} @@ -6740,7 +6760,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "subsidiaries", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "name": "Sales", "status": "active", "subsidiaries": [{"id": "12345", "name": "SpaceX"}], "code": "123", "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} + application/json: {"status_code": 200, "status": "OK", "service": "xero", "resource": "subsidiaries", "operation": "one", "data": {"id": "12345", "parent_id": "12345", "display_id": "123456", "name": "Sales", "status": "active", "subsidiaries": [{"id": "12345", "name": "SpaceX"}], "code": "123", "downstream_id": "12345", "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} "400": 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"} "401": @@ -6792,7 +6812,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"parent_id": "12345", "name": "Sales", "status": "active", "subsidiaries": [{"name": "SpaceX"}], "code": "123", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"parent_id": "12345", "display_id": "123456", "name": "Sales", "status": "active", "subsidiaries": [{"name": "SpaceX"}], "code": "123", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "200": application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "departments", "operation": "update", "data": {"id": "12345"}} @@ -7466,7 +7486,7 @@ examples: query: raw: false limit: 20 - filter: {"updated_since": "2020-09-30T07:43:32.000Z", "invoice_id": "123", "supplier_id": "123"} + filter: {"updated_since": "2020-09-30T07:43:32.000Z", "invoice_id": "123", "supplier_id": "123", "type": "accounts_receivable"} sort: {"by": "updated_at", "direction": "desc"} pass_through: {"search": "San Francisco"} fields: "id,updated_at" @@ -7784,7 +7804,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_account": {"id": "ba_123456", "name": "Main Operating Account", "account_number": "123465", "bank_name": "Chase Bank"}, "customer_id": "12345", "supplier": {"id": "12345", "display_name": "Windsurf Shop", "address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-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", "rate": 10}, "tax_inclusive": true, "sub_total": 250, "total_tax": 25, "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"}], "status": "draft", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"display_id": "123456", "number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account": {"id": "123456", "type": "ledger_account", "display_id": "123456", "account_number": "123465"}, "bank_account": {"id": "ba_123456", "name": "Main Operating Account", "account_number": "123465", "bank_name": "Chase Bank"}, "supplier": {"id": "12345", "display_name": "Windsurf Shop", "address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}}, "company_id": "12345", "department_id": "12345", "department": {"display_id": "123456", "name": "Acme Inc."}, "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", "rate": 10}, "tax_inclusive": true, "sub_total": 250, "total_tax": 25, "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"}], "status": "draft", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "201": application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "Expenses", "operation": "add", "data": {"id": "12345"}} @@ -7838,7 +7858,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - 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", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_account": {"id": "ba_123456", "name": "Main Operating Account", "account_number": "123465", "bank_name": "Chase Bank"}, "customer_id": "12345", "supplier": {"id": "12345", "display_id": "SUPP00101", "display_name": "Windsurf Shop", "company_name": "The boring company", "address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-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}, "tax_inclusive": true, "sub_total": 250, "total_tax": 25, "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"}], "status": "draft", "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} + application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "Expenses", "operation": "one", "data": {"id": "12345", "display_id": "123456", "number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account": {"id": "123456", "type": "ledger_account", "code": "1100", "display_id": "123456", "account_number": "123465", "name": "Current assets", "downstream_id": "12345"}, "bank_account": {"id": "ba_123456", "name": "Main Operating Account", "account_number": "123465", "bank_name": "Chase Bank"}, "supplier": {"id": "12345", "display_id": "SUPP00101", "display_name": "Windsurf Shop", "company_name": "The boring company", "address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}}, "company_id": "12345", "department_id": "12345", "department": {"id": "12345", "display_id": "123456", "name": "Acme Inc.", "downstream_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}, "tax_inclusive": true, "sub_total": 250, "total_tax": 25, "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", "tax_rate": {"id": "123456", "code": "N-T", "name": "GST on Purchases", "rate": 10}, "description": "Travel US.", "total_amount": 275, "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"}], "status": "draft", "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} "400": 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"} "401": @@ -7890,7 +7910,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_account": {"id": "ba_123456", "name": "Main Operating Account", "account_number": "123465", "bank_name": "Chase Bank"}, "customer_id": "12345", "supplier": {"id": "12345", "display_name": "Windsurf Shop", "address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-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", "rate": 10}, "tax_inclusive": true, "sub_total": 250, "total_tax": 25, "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"}], "status": "draft", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"display_id": "123456", "number": "OIT00546", "transaction_date": "2021-05-01T12:00:00.000Z", "account": {"id": "123456", "type": "ledger_account", "display_id": "123456", "account_number": "123465"}, "bank_account": {"id": "ba_123456", "name": "Main Operating Account", "account_number": "123465", "bank_name": "Chase Bank"}, "supplier": {"id": "12345", "display_name": "Windsurf Shop", "address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}}, "company_id": "12345", "department_id": "12345", "department": {"display_id": "123456", "name": "Acme Inc."}, "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", "rate": 10}, "tax_inclusive": true, "sub_total": 250, "total_tax": 25, "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"}], "status": "draft", "row_version": "1-12345", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "200": application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "Expenses", "operation": "update", "data": {"id": "12345"}} @@ -8841,7 +8861,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - application/json: {"status_code": 200, "status": "OK", "service": "lever", "resource": "Applicants", "operation": "one", "data": {"id": "12345", "name": "Elon Musk", "salutation": "Mr", "first_name": "Elon", "last_name": "Musk", "middle_name": "D.", "initials": "EM", "birthday": "2000-08-12", "gender": "male", "social_security_number": "123456789", "type": "Candidate", "cover_letter": "I submit this application to express my sincere interest in the API developer position. In the previous role, I was responsible for leadership and ...", "job_url": "https://democompany.recruitee.com/o/example-talent-pool", "photo_url": "https://unavatar.io/elon-musk", "headline": "PepsiCo, Inc, Central Perk", "title": "CEO", "emails": [{"id": "123", "email": "elon@musk.com", "type": "primary"}], "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "phone_numbers": [{"id": "12345", "country_code": "1", "area_code": "323", "number": "111-111-1111", "extension": "105", "type": "primary"}], "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "websites": [{"id": "12345", "url": "http://example.com", "type": "primary"}], "social_links": [{"id": "12345", "url": "https://www.twitter.com/apideck", "type": "twitter"}], "stage_id": "12345", "recruiter_id": "12345", "coordinator_id": "12345", "application_ids": ["a0d636c6-43b3-4bde-8c70-85b707d992f4", "a98lfd96-43b3-4bde-8c70-85b707d992e6"], "followers": ["a0d636c6-43b3-4bde-8c70-85b707d992f4", "a98lfd96-43b3-4bde-8c70-85b707d992e6"], "sources": ["Job site"], "source_id": "12345", "confidential": false, "anonymized": true, "tags": ["New"], "archived": false, "last_interaction_at": "2020-09-30T07:43:32.000Z", "owner_id": "54321", "sourced_by": "12345", "cv_url": "https://recruitee-main.s3.eu-central-1.amazonaws.com/candidates/36615291/pdf_cv_38swhu4w42k1.pdf?response-content-disposition=inline&response-content-type=application%2Fpdf&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQYHB7CA5RLR4Y3ON%2F20220514%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20220514T235654Z&X-Amz-Expires=36000&X-Amz-SignedHeaders=host&X-Amz-Signature=72c0621f5976db75b54de487eb821a8e73480d7f2a6a4a9713ab997944b0561f", "record_url": "https://app.intercom.io/contacts/12345", "rejected_at": "2020-09-30T07:43:32.000Z", "deleted": true, "deleted_by": "12345", "deleted_at": "2020-09-30T07:43:32.000Z", "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} + application/json: {"status_code": 200, "status": "OK", "service": "lever", "resource": "Applicants", "operation": "one", "data": {"id": "12345", "name": "Elon Musk", "salutation": "Mr", "first_name": "Elon", "last_name": "Musk", "middle_name": "D.", "initials": "EM", "birthday": "2000-08-12", "gender": "male", "social_security_number": "123456789", "type": "Candidate", "cover_letter": "I submit this application to express my sincere interest in the API developer position. In the previous role, I was responsible for leadership and ...", "job_url": "https://democompany.recruitee.com/o/example-talent-pool", "photo_url": "https://unavatar.io/elon-musk", "headline": "PepsiCo, Inc, Central Perk", "title": "CEO", "emails": [{"id": "123", "email": "elon@musk.com", "type": "primary"}], "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "phone_numbers": [{"id": "12345", "country_code": "1", "area_code": "323", "number": "111-111-1111", "extension": "105", "type": "primary"}], "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "websites": [{"id": "12345", "url": "http://example.com", "type": "primary"}], "social_links": [{"id": "12345", "url": "https://www.twitter.com/apideck", "type": "twitter"}], "stage_id": "12345", "recruiter_id": "12345", "coordinator_id": "12345", "application_ids": ["a0d636c6-43b3-4bde-8c70-85b707d992f4", "a98lfd96-43b3-4bde-8c70-85b707d992e6"], "followers": ["a0d636c6-43b3-4bde-8c70-85b707d992f4", "a98lfd96-43b3-4bde-8c70-85b707d992e6"], "sources": ["Job site"], "source_id": "12345", "confidential": false, "anonymized": true, "tags": ["New"], "archived": false, "last_interaction_at": "2020-09-30T07:43:32.000Z", "owner_id": "54321", "sourced_by": "12345", "cv_url": "https://files.example.com/candidates/36615291/cv.pdf", "record_url": "https://app.intercom.io/contacts/12345", "rejected_at": "2020-09-30T07:43:32.000Z", "deleted": true, "deleted_by": "12345", "deleted_at": "2020-09-30T07:43:32.000Z", "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} "400": 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"} "401": @@ -10114,7 +10134,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"name": "Elon Musk", "company_name": "Spacex", "owner_id": "54321", "owner_name": "John Doe", "company_id": "2", "lead_id": "2", "lead_source": "Cold Call", "first_name": "Elon", "last_name": "Musk", "description": "A thinker", "prefix": "Sir", "title": "CEO", "language": "EN", "status": "New", "monetary_amount": 75000, "currency": "USD", "fax": "+12129876543", "websites": [{"id": "12345", "url": "http://example.com", "type": "primary"}], "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "social_links": [{"id": "12345", "url": "https://www.twitter.com/apideck", "type": "twitter"}], "phone_numbers": [{"id": "12345", "country_code": "1", "area_code": "323", "number": "111-111-1111", "extension": "105", "type": "primary"}], "emails": [{"id": "123", "email": "elon@musk.com", "type": "primary"}], "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "tags": ["New"], "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"name": "Elon Musk", "company_name": "Spacex", "owner_id": "54321", "owner_name": "John Doe", "company_id": "2", "contact_id": "3", "lead_id": "2", "lead_source": "Cold Call", "first_name": "Elon", "last_name": "Musk", "description": "A thinker", "prefix": "Sir", "title": "CEO", "language": "EN", "status": "New", "monetary_amount": 75000, "currency": "USD", "fax": "+12129876543", "websites": [{"id": "12345", "url": "http://example.com", "type": "primary"}], "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "social_links": [{"id": "12345", "url": "https://www.twitter.com/apideck", "type": "twitter"}], "phone_numbers": [{"id": "12345", "country_code": "1", "area_code": "323", "number": "111-111-1111", "extension": "105", "type": "primary"}], "emails": [{"id": "123", "email": "elon@musk.com", "type": "primary"}], "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "tags": ["New"], "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "201": application/json: {"status_code": 200, "status": "OK", "service": "zoho-crm", "resource": "companies", "operation": "add", "data": {"id": "12345"}} @@ -10170,7 +10190,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - application/json: {"status_code": 200, "status": "OK", "service": "zoho-crm", "resource": "companies", "operation": "one", "data": {"id": "12345", "name": "Elon Musk", "company_name": "Spacex", "owner_id": "54321", "owner_name": "John Doe", "company_id": "2", "lead_id": "2", "lead_source": "Cold Call", "first_name": "Elon", "last_name": "Musk", "description": "A thinker", "prefix": "Sir", "title": "CEO", "language": "EN", "status": "New", "monetary_amount": 75000, "currency": "USD", "fax": "+12129876543", "websites": [{"id": "12345", "url": "http://example.com", "type": "primary"}], "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "social_links": [{"id": "12345", "url": "https://www.twitter.com/apideck", "type": "twitter"}], "phone_numbers": [{"id": "12345", "country_code": "1", "area_code": "323", "number": "111-111-1111", "extension": "105", "type": "primary"}], "emails": [{"id": "123", "email": "elon@musk.com", "type": "primary"}], "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "tags": ["New"], "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} + application/json: {"status_code": 200, "status": "OK", "service": "zoho-crm", "resource": "companies", "operation": "one", "data": {"id": "12345", "name": "Elon Musk", "company_name": "Spacex", "owner_id": "54321", "owner_name": "John Doe", "company_id": "2", "contact_id": "3", "lead_id": "2", "lead_source": "Cold Call", "first_name": "Elon", "last_name": "Musk", "description": "A thinker", "prefix": "Sir", "title": "CEO", "language": "EN", "status": "New", "monetary_amount": 75000, "currency": "USD", "fax": "+12129876543", "websites": [{"id": "12345", "url": "http://example.com", "type": "primary"}], "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "social_links": [{"id": "12345", "url": "https://www.twitter.com/apideck", "type": "twitter"}], "phone_numbers": [{"id": "12345", "country_code": "1", "area_code": "323", "number": "111-111-1111", "extension": "105", "type": "primary"}], "emails": [{"id": "123", "email": "elon@musk.com", "type": "primary"}], "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "tags": ["New"], "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z", "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} "400": 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"} "401": @@ -10222,7 +10242,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"name": "Elon Musk", "company_name": "Spacex", "owner_id": "54321", "owner_name": "John Doe", "company_id": "2", "lead_id": "2", "lead_source": "Cold Call", "first_name": "Elon", "last_name": "Musk", "description": "A thinker", "prefix": "Sir", "title": "CEO", "language": "EN", "status": "New", "monetary_amount": 75000, "currency": "USD", "fax": "+12129876543", "websites": [{"id": "12345", "url": "http://example.com", "type": "primary"}], "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "social_links": [{"id": "12345", "url": "https://www.twitter.com/apideck", "type": "twitter"}], "phone_numbers": [{"id": "12345", "country_code": "1", "area_code": "323", "number": "111-111-1111", "extension": "105", "type": "primary"}], "emails": [{"id": "123", "email": "elon@musk.com", "type": "primary"}], "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "tags": ["New"], "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"name": "Elon Musk", "company_name": "Spacex", "owner_id": "54321", "owner_name": "John Doe", "company_id": "2", "contact_id": "3", "lead_id": "2", "lead_source": "Cold Call", "first_name": "Elon", "last_name": "Musk", "description": "A thinker", "prefix": "Sir", "title": "CEO", "language": "EN", "status": "New", "monetary_amount": 75000, "currency": "USD", "fax": "+12129876543", "websites": [{"id": "12345", "url": "http://example.com", "type": "primary"}], "addresses": [{"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}], "social_links": [{"id": "12345", "url": "https://www.twitter.com/apideck", "type": "twitter"}], "phone_numbers": [{"id": "12345", "country_code": "1", "area_code": "323", "number": "111-111-1111", "extension": "105", "type": "primary"}], "emails": [{"id": "123", "email": "elon@musk.com", "type": "primary"}], "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "tags": ["New"], "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "200": application/json: {"status_code": 200, "status": "OK", "service": "zoho-crm", "resource": "companies", "operation": "update", "data": {"id": "12345"}} @@ -11170,7 +11190,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"activity_datetime": "2021-05-01T12:00:00.000Z", "duration_seconds": 1800, "user_id": "12345", "account_id": "12345", "contact_id": "12345", "company_id": "12345", "opportunity_id": "12345", "lead_id": "12345", "owner_id": "12345", "campaign_id": "12345", "case_id": "12345", "asset_id": "12345", "contract_id": "12345", "product_id": "12345", "solution_id": "12345", "custom_object_id": "12345", "type": "meeting", "title": "Meeting", "description": "More info about the meeting", "note": "An internal note about the meeting", "location": "Space", "location_address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}, "all_day_event": false, "private": true, "group_event": true, "event_sub_type": "debrief", "group_event_type": "Proposed", "child": false, "archived": false, "deleted": false, "show_as": "busy", "done": false, "start_datetime": "2021-05-01T12:00:00.000Z", "end_datetime": "2021-05-01T12:30:00.000Z", "activity_date": "2021-05-01", "end_date": "2021-05-01", "recurrent": false, "reminder_datetime": "2021-05-01T17:00:00.000Z", "reminder_set": false, "video_conference_url": "https://us02web.zoom.us/j/88120759396", "video_conference_id": "zoom:88120759396", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "attendees": [{"name": "Elon Musk", "first_name": "Elon", "middle_name": "D.", "last_name": "Musk", "prefix": "Mr.", "suffix": "PhD", "email_address": "elon@musk.com", "is_organizer": true, "status": "accepted"}], "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"activity_datetime": "2021-05-01T12:00:00.000Z", "duration_seconds": 1800, "user_id": "12345", "account_id": "12345", "contact_id": "12345", "company_id": "12345", "opportunity_id": "12345", "lead_id": "12345", "owner_id": "12345", "campaign_id": "12345", "case_id": "12345", "asset_id": "12345", "contract_id": "12345", "product_id": "12345", "solution_id": "12345", "custom_object_id": "12345", "type": "meeting", "title": "Meeting", "description": "More info about the meeting", "note": "An internal note about the meeting", "location": "Space", "location_address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}, "all_day_event": false, "private": true, "group_event": true, "event_sub_type": "debrief", "group_event_type": "Proposed", "child": false, "archived": false, "deleted": false, "show_as": "busy", "done": false, "start_datetime": "2021-05-01T12:00:00.000Z", "end_datetime": "2021-05-01T12:30:00.000Z", "activity_date": "2021-05-01", "end_date": "2021-05-01", "recurrent": false, "reminder_datetime": "2021-05-01T17:00:00.000Z", "reminder_set": false, "video_conference_url": "https://meet.example.com/j/88120759396", "video_conference_id": "zoom:88120759396", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "attendees": [{"name": "Elon Musk", "first_name": "Elon", "middle_name": "D.", "last_name": "Musk", "prefix": "Mr.", "suffix": "PhD", "email_address": "elon@musk.com", "is_organizer": true, "status": "accepted"}], "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "201": application/json: {"status_code": 200, "status": "OK", "service": "zoho-crm", "resource": "activities", "operation": "add", "data": {"id": "12345"}} @@ -11226,7 +11246,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - application/json: {"status_code": 200, "status": "OK", "service": "zoho-crm", "resource": "activities", "operation": "one", "data": {"id": "12345", "downstream_id": "12345", "activity_datetime": "2021-05-01T12:00:00.000Z", "duration_seconds": 1800, "user_id": "12345", "account_id": "12345", "contact_id": "12345", "company_id": "12345", "opportunity_id": "12345", "lead_id": "12345", "owner_id": "12345", "campaign_id": "12345", "case_id": "12345", "asset_id": "12345", "contract_id": "12345", "product_id": "12345", "solution_id": "12345", "custom_object_id": "12345", "type": "meeting", "title": "Meeting", "description": "More info about the meeting", "note": "An internal note about the meeting", "location": "Space", "location_address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}, "all_day_event": false, "private": true, "group_event": true, "event_sub_type": "debrief", "group_event_type": "Proposed", "child": false, "archived": false, "deleted": false, "show_as": "busy", "done": false, "start_datetime": "2021-05-01T12:00:00.000Z", "end_datetime": "2021-05-01T12:30:00.000Z", "duration_minutes": 30, "activity_date": "2021-05-01", "end_date": "2021-05-01", "recurrent": false, "reminder_datetime": "2021-05-01T17:00:00.000Z", "reminder_set": false, "video_conference_url": "https://us02web.zoom.us/j/88120759396", "video_conference_id": "zoom:88120759396", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "attendees": [{"id": "12345", "name": "Elon Musk", "first_name": "Elon", "middle_name": "D.", "last_name": "Musk", "prefix": "Mr.", "suffix": "PhD", "email_address": "elon@musk.com", "is_organizer": true, "status": "accepted", "user_id": "12345", "contact_id": "12345", "updated_at": "2017-08-12T20:43:21.291Z", "created_at": "2017-08-12T20:43:21.291Z"}], "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} + application/json: {"status_code": 200, "status": "OK", "service": "zoho-crm", "resource": "activities", "operation": "one", "data": {"id": "12345", "downstream_id": "12345", "activity_datetime": "2021-05-01T12:00:00.000Z", "duration_seconds": 1800, "user_id": "12345", "account_id": "12345", "contact_id": "12345", "company_id": "12345", "opportunity_id": "12345", "lead_id": "12345", "owner_id": "12345", "campaign_id": "12345", "case_id": "12345", "asset_id": "12345", "contract_id": "12345", "product_id": "12345", "solution_id": "12345", "custom_object_id": "12345", "type": "meeting", "title": "Meeting", "description": "More info about the meeting", "note": "An internal note about the meeting", "location": "Space", "location_address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}, "all_day_event": false, "private": true, "group_event": true, "event_sub_type": "debrief", "group_event_type": "Proposed", "child": false, "archived": false, "deleted": false, "show_as": "busy", "done": false, "start_datetime": "2021-05-01T12:00:00.000Z", "end_datetime": "2021-05-01T12:30:00.000Z", "duration_minutes": 30, "activity_date": "2021-05-01", "end_date": "2021-05-01", "recurrent": false, "reminder_datetime": "2021-05-01T17:00:00.000Z", "reminder_set": false, "video_conference_url": "https://meet.example.com/j/88120759396", "video_conference_id": "zoom:88120759396", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "attendees": [{"id": "12345", "name": "Elon Musk", "first_name": "Elon", "middle_name": "D.", "last_name": "Musk", "prefix": "Mr.", "suffix": "PhD", "email_address": "elon@musk.com", "is_organizer": true, "status": "accepted", "user_id": "12345", "contact_id": "12345", "updated_at": "2017-08-12T20:43:21.291Z", "created_at": "2017-08-12T20:43:21.291Z"}], "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": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]}} "400": 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"} "401": @@ -11278,7 +11298,7 @@ examples: x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" x-apideck-service-id: "salesforce" requestBody: - application/json: {"activity_datetime": "2021-05-01T12:00:00.000Z", "duration_seconds": 1800, "user_id": "12345", "account_id": "12345", "contact_id": "12345", "company_id": "12345", "opportunity_id": "12345", "lead_id": "12345", "owner_id": "12345", "campaign_id": "12345", "case_id": "12345", "asset_id": "12345", "contract_id": "12345", "product_id": "12345", "solution_id": "12345", "custom_object_id": "12345", "type": "meeting", "title": "Meeting", "description": "More info about the meeting", "note": "An internal note about the meeting", "location": "Space", "location_address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}, "all_day_event": false, "private": true, "group_event": true, "event_sub_type": "debrief", "group_event_type": "Proposed", "child": false, "archived": false, "deleted": false, "show_as": "busy", "done": false, "start_datetime": "2021-05-01T12:00:00.000Z", "end_datetime": "2021-05-01T12:30:00.000Z", "activity_date": "2021-05-01", "end_date": "2021-05-01", "recurrent": false, "reminder_datetime": "2021-05-01T17:00:00.000Z", "reminder_set": false, "video_conference_url": "https://us02web.zoom.us/j/88120759396", "video_conference_id": "zoom:88120759396", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "attendees": [{"name": "Elon Musk", "first_name": "Elon", "middle_name": "D.", "last_name": "Musk", "prefix": "Mr.", "suffix": "PhD", "email_address": "elon@musk.com", "is_organizer": true, "status": "accepted"}], "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} + application/json: {"activity_datetime": "2021-05-01T12:00:00.000Z", "duration_seconds": 1800, "user_id": "12345", "account_id": "12345", "contact_id": "12345", "company_id": "12345", "opportunity_id": "12345", "lead_id": "12345", "owner_id": "12345", "campaign_id": "12345", "case_id": "12345", "asset_id": "12345", "contract_id": "12345", "product_id": "12345", "solution_id": "12345", "custom_object_id": "12345", "type": "meeting", "title": "Meeting", "description": "More info about the meeting", "note": "An internal note about the meeting", "location": "Space", "location_address": {"id": "123", "type": "primary", "string": "25 Spring Street, Blackburn, VIC 3130", "name": "HQ US", "line1": "Main street", "line2": "apt #", "line3": "Suite #", "line4": "delivery instructions", "line5": "Attention: Finance Dept", "street_number": "25", "city": "San Francisco", "state": "CA", "postal_code": "94104", "country": "US", "latitude": "40.759211", "longitude": "-73.984638", "county": "Santa Clara", "contact_name": "Elon Musk", "salutation": "Mr", "phone_number": "111-111-1111", "fax": "122-111-1111", "email": "elon@musk.com", "website": "https://elonmusk.com", "notes": "Address notes or delivery instructions.", "row_version": "1-12345"}, "all_day_event": false, "private": true, "group_event": true, "event_sub_type": "debrief", "group_event_type": "Proposed", "child": false, "archived": false, "deleted": false, "show_as": "busy", "done": false, "start_datetime": "2021-05-01T12:00:00.000Z", "end_datetime": "2021-05-01T12:30:00.000Z", "activity_date": "2021-05-01", "end_date": "2021-05-01", "recurrent": false, "reminder_datetime": "2021-05-01T17:00:00.000Z", "reminder_set": false, "video_conference_url": "https://meet.example.com/j/88120759396", "video_conference_id": "zoom:88120759396", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "attendees": [{"name": "Elon Musk", "first_name": "Elon", "middle_name": "D.", "last_name": "Musk", "prefix": "Mr.", "suffix": "PhD", "email_address": "elon@musk.com", "is_organizer": true, "status": "accepted"}], "pass_through": [{"service_id": "", "extend_paths": [{"path": "$.nested.property", "value": {"TaxClassificationRef": {"value": "EUC-99990201-V1-00020000"}}}]}]} responses: "200": application/json: {"status_code": 200, "status": "OK", "service": "zoho-crm", "resource": "activities", "operation": "update", "data": {"id": "12345"}} @@ -12191,7 +12211,7 @@ examples: x-apideck-service-id: "salesforce" responses: "200": - application/json: {"status_code": 200, "status": "OK", "service": "undefined", "resource": "Folders", "operation": "one", "data": {"id": "12345", "name": "Documents", "description": "My Personal Documents", "path": "/Personal/Documents", "size": 1810673, "owner": {"id": "12345", "email": "hello@apideck.com", "name": "Elon Musk"}, "parent_folders": [], "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z"}} + application/json: {"status_code": 200, "status": "OK", "service": "undefined", "resource": "Folders", "operation": "one", "data": {"id": "12345", "downstream_id": "12345", "name": "Documents", "description": "My Personal Documents", "path": "/Personal/Documents", "size": 1810673, "owner": {"id": "12345", "email": "hello@apideck.com", "name": "Elon Musk"}, "parent_folders": [], "updated_by": "12345", "created_by": "12345", "updated_at": "2020-09-30T07:43:32.000Z", "created_at": "2020-09-30T07:43:32.000Z"}} "400": 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"} "401": @@ -16663,7 +16683,7 @@ examples: x-apideck-consumer-id: "test-consumer" x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" requestBody: - application/json: {"credentials": {"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.cThIIoDvwdueQB468K5xDc5633seEFoqwxjF_xSJyQQ", "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"}, "settings": {"instance_url": "https://eu28.salesforce.com"}, "metadata": {"account": {"name": "My Company", "id": "c01458a5-7276-41ce-bc19-639906b0450a"}, "plan": "enterprise"}} + application/json: {"credentials": {"refresh_token": "", "access_token": ""}, "settings": {"instance_url": "https://eu28.salesforce.com"}, "metadata": {"account": {"name": "My Company", "id": "c01458a5-7276-41ce-bc19-639906b0450a"}, "plan": "enterprise"}} responses: "200": application/json: {"status_code": 201, "status": "OK", "data": {"id": "crm+salesforce", "service_id": "salesforce", "name": "Salesforce", "tag_line": "CRM software solutions and enterprise cloud computing from Salesforce, the leader in customer relationship management (CRM) and PaaS. Free 30 day trial.", "unified_api": "crm", "state": "authorized", "integration_state": "configured", "auth_type": "oauth2", "oauth_grant_type": "authorization_code", "enabled": true, "website": "https://www.salesforce.com", "icon": "https://res.cloudinary.com/apideck/image/upload/v1529456047/catalog/salesforce/icon128x128.png", "logo": "https://c1.sfdcstatic.com/content/dam/web/en_us/www/images/home/logo-salesforce-m.svg", "authorize_url": "https://unify.apideck.com/vault/authorize/salesforce/?state=", "revoke_url": "https://unify.apideck.com/vault/revoke/salesforce/?state=", "settings": {"instance_url": "https://eu28.salesforce.com", "api_key": "12345xxxxxx"}, "metadata": {"account": {"name": "My Company", "id": "c01458a5-7276-41ce-bc19-639906b0450a"}, "plan": "enterprise"}, "form_fields": [{"id": "instance_url", "label": "Instance url", "placeholder": "", "type": "text", "required": true, "custom_field": false, "allow_custom_values": false, "disabled": false, "sensitive": false}, {"id": "api_key", "label": "API Key", "placeholder": "", "type": "text", "required": true, "custom_field": false, "allow_custom_values": false, "disabled": false, "sensitive": true}], "configuration": [{"resource": "leads", "defaults": [{"target": "custom_fields", "id": "ProductInterest", "options": [{"label": "General Channel", "option_type": "simple"}], "value": "GC5000 series"}]}], "configurable_resources": ["opportunities", "companies", "contacts", "leads"], "resource_schema_support": ["leads"], "resource_settings_support": ["leads"], "settings_required_for_authorization": ["client_id", "client_secret"], "subscriptions": [{"downstream_id": "5f5f5f5f5f5f5f5f5f5f5f5f", "unify_event_types": ["crm.contact.created"], "downstream_event_types": ["contacts.CREATED"], "execute_url": "https://unify.apideck.com/webhook/w/{lookupIdToken}/{serviceId}?e={downstreamEventType}", "created_at": "2020-10-01T12:00:00.000Z"}], "has_guide": true, "custom_mappings": [{"id": "hris+employees+first_aid_training", "label": "First Aid Training", "description": "First Aid Training completed after 2019-01-01", "value": "$.root.training.first_aid", "key": "first_aid_training", "required": false, "custom_field": true, "consumer_id": "test_user_id", "example": "Some value"}], "consent_state": "granted", "consents": [{"id": "con_1234567890", "created_at": "2025-04-15T14:30:00Z", "granted": true, "resources": {"hris.employees": {"id": {"read": true, "write": false}, "first_name": {"read": true, "write": true}, "last_name": {"read": true, "write": true}, "email": {"read": true, "write": true}, "addresses[].street": {"read": true, "write": false}, "addresses[].city": {"read": true, "write": false}, "employment.job_title": {"read": true, "write": true}, "custom_fields[].employee_number": {"read": true, "write": false}}, "hris.departments": {"id": {"read": true, "write": false}, "name": {"read": true, "write": true}, "code": {"read": true, "write": false}}}}], "latest_consent": {"id": "con_1234567890", "created_at": "2025-04-15T14:30:00Z", "granted": true, "resources": {"hris.employees": {"id": {"read": true, "write": false}, "first_name": {"read": true, "write": true}, "last_name": {"read": true, "write": true}, "email": {"read": true, "write": true}, "addresses[].street": {"read": true, "write": false}, "addresses[].city": {"read": true, "write": false}, "employment.job_title": {"read": true, "write": true}, "custom_fields[].employee_number": {"read": true, "write": false}}, "hris.departments": {"id": {"read": true, "write": false}, "name": {"read": true, "write": true}, "code": {"read": true, "write": false}}}}, "application_data_scopes": {"enabled": true, "updated_at": "2025-04-15T14:30:00Z", "resources": {"hris.employees": {"id": {"read": true, "write": false}, "first_name": {"read": true, "write": true}, "last_name": {"read": true, "write": true}, "email": {"read": true, "write": true}, "addresses[].street": {"read": true, "write": false}, "addresses[].city": {"read": true, "write": false}, "employment.job_title": {"read": true, "write": true}, "custom_fields[].employee_number": {"read": true, "write": false}}, "hris.departments": {"id": {"read": true, "write": false}, "name": {"read": true, "write": true}, "code": {"read": true, "write": false}}}}, "health": "ok", "credentials_expire_at": 1730172800000, "last_refresh_failed_at": 1730000000000, "created_at": 1615563533390, "updated_at": 1616662325753}} @@ -17111,7 +17131,7 @@ examples: application/json: {"consumer_metadata": {"account_name": "SpaceX", "user_name": "Elon Musk", "email": "elon@musk.com", "image": "https://www.spacex.com/static/images/share.jpg"}, "redirect_uri": "https://mysaas.com/dashboard", "settings": {"unified_apis": ["crm"], "hide_resource_settings": false, "sandbox_mode": false, "isolation_mode": false, "session_length": "30m", "show_logs": true, "show_suggestions": false, "show_sidebar": true, "auto_redirect": false, "hide_guides": false}, "theme": {"favicon": "https://res.cloudinary.com/apideck/icons/intercom", "logo": "https://res.cloudinary.com/apideck/icons/intercom", "primary_color": "#286efa", "sidepanel_background_color": "#286efa", "sidepanel_text_color": "#FFFFFF", "vault_name": "Intercom", "privacy_url": "https://compliance.apideck.com/privacy-policy", "terms_url": "https://www.termsfeed.com/terms-conditions/957c85c1b089ae9e3219c83eff65377e"}, "custom_consumer_settings": {"feature_flag_1": true, "tax_rates": [{"id": "6", "label": "6%"}, {"id": "21", "label": "21%"}]}} responses: "200": - application/json: {"status_code": 200, "status": "OK", "data": {"session_uri": "http://vault.apideck.com/session/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25zdW1lcl9pZCI6InRlc3RfdXNlcl9pZCIsImFwcGxpY2F0aW9uX2lkIj", "session_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25zdW1lcl9pZCI6InRlc3RfdXNlcl9pZCIsImFwcGxpY2F0aW9uX2lkIj"}} + application/json: {"status_code": 200, "status": "OK", "data": {"session_uri": "https://vault.apideck.com/session/", "session_token": ""}} "400": 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"} "401": @@ -18268,6 +18288,7 @@ examples: query: raw: false fields: "id,updated_at" + filter: {"account_type": "checking"} header: x-apideck-consumer-id: "test-consumer" x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" @@ -18478,3 +18499,5923 @@ examples: 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"} examplesVersion: 1.0.2 generatedTests: {} +releaseNotes: "## Python SDK Changes Detected:\n* `apideck.accounting.bill_payments.list()`: \n * `request.filter` **Changed**\n * `response.data.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.invoices.create()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.tax_rates.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.tax_rates.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bills.list()`: `response.data.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bills.create()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.bills.get()`: `response.data` **Changed** **Breaking** :warning:\n* `apideck.accounting.bills.update()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.invoices.list()`: `response.data.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bill_payments.get()`: `response.data` **Changed** **Breaking** :warning:\n* `apideck.accounting.invoices.get()`: `response.data` **Changed** **Breaking** :warning:\n* `apideck.accounting.invoices.update()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.ledger_accounts.list()`: \n * `request.filter` **Changed**\n * `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.ledger_accounts.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.ledger_accounts.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.ledger_accounts.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bill_payments.create()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.credit_notes.create()`: \n * `request.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.credit_notes.get()`: `response.data.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.credit_notes.update()`: \n * `request.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.customers.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.customers.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.customers.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.customers.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.suppliers.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.suppliers.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.suppliers.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.suppliers.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.payments.list()`: \n * `request.filter` **Changed**\n * `response.data.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.payments.create()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.payments.get()`: `response.data` **Changed** **Breaking** :warning:\n* `apideck.accounting.payments.update()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.company_info.get()`: `response.data.default_sales_tax.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.journal_entries.list()`: `response.data.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.journal_entries.create()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.journal_entries.get()`: `response.data` **Changed** **Breaking** :warning:\n* `apideck.accounting.journal_entries.update()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.purchase_orders.list()`: `response.data.[].line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.purchase_orders.create()`: \n * `request.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.purchase_orders.get()`: `response.data.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.purchase_orders.update()`: \n * `request.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bank_accounts.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.hris.employee_schedules.list()`: `response.data.employee.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.hris.employees.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.hris.employees.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.hris.employees.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.hris.employees.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.activities.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.activities.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.activities.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.activities.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.leads.update()`: `request` **Changed** **Breaking** :warning:\n* `apideck.crm.leads.get()`: `response.data` **Changed** **Breaking** :warning:\n* `apideck.crm.leads.create()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.tax_rates.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bank_accounts.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bank_accounts.get()`: \n * `request.filter` **Added**\n * `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bank_accounts.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.leads.list()`: `response.data.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.credit_notes.list()`: `response.data.[].line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.tax_rates.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bill_payments.update()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.expenses.list()`: `response.data.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.expenses.create()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.expenses.get()`: `response.data` **Changed** **Breaking** :warning:\n* `apideck.accounting.expenses.update()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.bank_feed_accounts.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bank_feed_accounts.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bank_feed_accounts.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.bank_feed_accounts.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.quotes.list()`: `response.data.[].line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.quotes.create()`: \n * `request.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.quotes.get()`: `response.data.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.quotes.update()`: \n * `request.line_items.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.projects.list()`: `response.data.[]` **Changed** **Breaking** :warning:\n* `apideck.accounting.projects.create()`: `request` **Changed** **Breaking** :warning:\n* `apideck.accounting.projects.get()`: `response.data` **Changed** **Breaking** :warning:\n* `apideck.accounting.projects.update()`: `request` **Changed** **Breaking** :warning:\n* `apideck.ats.jobs.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.ats.jobs.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.ats.applicants.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.ats.applicants.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.ats.applicants.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.ats.applicants.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.companies.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.companies.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.companies.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.companies.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.contacts.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.contacts.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.contacts.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.contacts.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.opportunities.list()`: `response.data.[].custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.opportunities.create()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.opportunities.get()`: `response.data.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.opportunities.update()`: \n * `request.custom_fields.[]` **Changed** **Breaking** :warning:\n* `apideck.crm.pipelines.get()`: `response.data.stages.[]` **Changed**\n* `apideck.crm.pipelines.create()`: \n * `request.stages.[].archived` **Added**\n* `apideck.accounting.departments.list()`: `response.data.[]` **Changed**\n* `apideck.accounting.locations.update()`: `request.display_id` **Added**\n* `apideck.accounting.departments.update()`: `request.display_id` **Added**\n* `apideck.crm.pipelines.list()`: `response.data.[].stages.[]` **Changed**\n* `apideck.accounting.locations.list()`: `response.data.[]` **Changed**\n* `apideck.accounting.locations.create()`: `request.display_id` **Added**\n* `apideck.crm.pipelines.update()`: \n * `request.stages.[].archived` **Added**\n* `apideck.accounting.subsidiaries.get()`: `response.data.downstream_id` **Added**\n* `apideck.accounting.departments.create()`: `request.display_id` **Added**\n* `apideck.accounting.locations.get()`: `response.data` **Changed**\n* `apideck.accounting.departments.get()`: `response.data` **Changed**\n* `apideck.ecommerce.orders.list()`: `response.data.[].line_items.[].name` **Changed**\n* `apideck.ecommerce.orders.get()`: `response.data.line_items.[].name` **Changed**\n* `apideck.file_storage.files.list()`: `request.sort` **Changed**\n* `apideck.file_storage.folders.get()`: `response.data` **Changed**\n* `apideck.accounting.subsidiaries.list()`: `response.data.[].downstream_id` **Added**\n* `apideck.accounting.invoice_items.update()`: `request` **Changed**\n* `apideck.accounting.invoice_items.get()`: `response.data` **Changed**\n* `apideck.accounting.invoice_items.create()`: `request` **Changed**\n* `apideck.accounting.invoice_items.list()`: `response.data.[]` **Changed**\n" +trackedFiles: + .devcontainer/README.md: + last_write_checksum: sha1:07adb0c0c051a9be4d479ea06461f3a9b3bbeb2f + .devcontainer/devcontainer.json: + last_write_checksum: sha1:fbbce5654b8990b172a9ffe841d7635cd51c495b + .devcontainer/setup.sh: + last_write_checksum: sha1:10c734e95f36c435bb9355126a6f9ee6d8829a98 + .gitattributes: + last_write_checksum: sha1:53134de3ada576f37c22276901e1b5b6d85cd2da + .vscode/settings.json: + last_write_checksum: sha1:f84632c81029fcdda8c3b0c768d02b836fc80526 + USAGE.md: + last_write_checksum: sha1:af0da70d1c337ded2a5145883c15e92f29a982da + docs/models/accountingagedcreditorsoneglobals.md: + last_write_checksum: sha1:744daf98e19a29576d635c3aaebfacf12b9548bf + docs/models/accountingagedcreditorsonerequest.md: + last_write_checksum: sha1:7e417a56fcce5ac9e9d63f0d180c713ae55d0950 + docs/models/accountingagedcreditorsoneresponse.md: + last_write_checksum: sha1:5864ee92528fdd2a2a66ae5b0942817ac6f03d10 + docs/models/accountingageddebtorsoneglobals.md: + last_write_checksum: sha1:cb301b27a1a59243d1439cf6c489c081ad98bdee + docs/models/accountingageddebtorsonerequest.md: + last_write_checksum: sha1:fae09f05785f5ee4b9232bf28fa25f7d8ee6cae6 + docs/models/accountingageddebtorsoneresponse.md: + last_write_checksum: sha1:4b662f67029a4274026857c9913203b431830d07 + docs/models/accountingattachmentsallglobals.md: + last_write_checksum: sha1:f0679380b22af912ad11a95200e6c3891d7c42fa + docs/models/accountingattachmentsallrequest.md: + last_write_checksum: sha1:c2ce56ffb64636af9d69be4e61c3f8984bffb98d + docs/models/accountingattachmentsallresponse.md: + last_write_checksum: sha1:23303369ee524b9b04dceb712f41e97c5940bb46 + docs/models/accountingattachmentsdeleteglobals.md: + last_write_checksum: sha1:26ddaccee8e52d1dfc95c480d9f6f5a66e31b1f4 + docs/models/accountingattachmentsdeleterequest.md: + last_write_checksum: sha1:7a9fe5ba845c3b0adcffc9e1287aa2959952fc17 + docs/models/accountingattachmentsdeleteresponse.md: + last_write_checksum: sha1:518b5addb179309ee48f82a72f3934b0d6d40b86 + docs/models/accountingattachmentsdownloadglobals.md: + last_write_checksum: sha1:d64065eb41a12319fd104e55d9d04fd5477b43fb + docs/models/accountingattachmentsdownloadrequest.md: + last_write_checksum: sha1:89b3005faa0452de309541a146553b5ea04bcb67 + docs/models/accountingattachmentsdownloadresponse.md: + last_write_checksum: sha1:ef45ecab442529876c4ca6a255ef1655cf6bf5cc + docs/models/accountingattachmentsoneglobals.md: + last_write_checksum: sha1:4e914f3de7390a63d30a09b7102c0b3c50ca71aa + docs/models/accountingattachmentsonerequest.md: + last_write_checksum: sha1:0a6c9ea41f9a6f769d34ed6dcf3b80f6ad631cda + docs/models/accountingattachmentsoneresponse.md: + last_write_checksum: sha1:6243d81c5a2d0045d1e2ad70c5f6c711aceb4e15 + docs/models/accountingattachmentsuploadglobals.md: + last_write_checksum: sha1:fed6064e1a995d286fcb7794637f63126f7e1d74 + docs/models/accountingattachmentsuploadrequest.md: + last_write_checksum: sha1:93e2ba3d73295c489b447921e9c2b41b63206cc0 + docs/models/accountingattachmentsuploadresponse.md: + last_write_checksum: sha1:17b5e31953e72e944a0754535eb5723255455831 + docs/models/accountingbalancesheetoneglobals.md: + last_write_checksum: sha1:683ded259ad401009e61db3e1b84d01aae3a2e29 + docs/models/accountingbalancesheetonerequest.md: + last_write_checksum: sha1:285e13a2e0308795ccdef433a18140078ee19aba + docs/models/accountingbalancesheetoneresponse.md: + last_write_checksum: sha1:4f3d037275d0f8df178ef280f5e763b484ee4e33 + docs/models/accountingbankaccount.md: + last_write_checksum: sha1:e2220ba991163ca91127b93b920a9dcd00e114cb + docs/models/accountingbankaccountaccounttype.md: + last_write_checksum: sha1:a18d18cb0bbcc4ae5ca121b54de655d7ebbc81d3 + docs/models/accountingbankaccountinput.md: + last_write_checksum: sha1:ff44b1899c5b686967fa8e52f7bf0c34cd344836 + docs/models/accountingbankaccountsaddglobals.md: + last_write_checksum: sha1:b6302b235f2df2b846a788379ba31b045a560c6f + docs/models/accountingbankaccountsaddrequest.md: + last_write_checksum: sha1:8f1f727614bad7206a6e3ced9de8770b1770ddc6 + docs/models/accountingbankaccountsaddresponse.md: + last_write_checksum: sha1:c34dce5f0944e73cf975ce7503e520c44c166c30 + docs/models/accountingbankaccountsallglobals.md: + last_write_checksum: sha1:b153b5aff9209083cd9c13cee7c470bea37c9f65 + docs/models/accountingbankaccountsallrequest.md: + last_write_checksum: sha1:19540bd49a708b27b8de2ac844e7a872c0c8fe92 + docs/models/accountingbankaccountsallresponse.md: + last_write_checksum: sha1:5dc46572f4934926c95ddc17ccf7b8b0f885757d + docs/models/accountingbankaccountsdeleteglobals.md: + last_write_checksum: sha1:99272b181733b0932e890d50ba04932bbcfd815f + docs/models/accountingbankaccountsdeleterequest.md: + last_write_checksum: sha1:6192797ba21ea7778274cd22fa205d0dd64e909a + docs/models/accountingbankaccountsdeleteresponse.md: + last_write_checksum: sha1:4aee772ae51440214ce3d7a02867b59b47cfc5c4 + docs/models/accountingbankaccountsoneglobals.md: + last_write_checksum: sha1:bfec1fa895ed6551d6e299cf5df728c344db8e16 + docs/models/accountingbankaccountsonerequest.md: + last_write_checksum: sha1:56170a1cc876f8494a9bdc41e7e479de41e7b5cf + docs/models/accountingbankaccountsoneresponse.md: + last_write_checksum: sha1:0ae41e79a6aab1236d87f77b230e10b07bd4882f + docs/models/accountingbankaccountstatus.md: + last_write_checksum: sha1:b7371de9e69e46b221367342bb620088a901fd28 + docs/models/accountingbankaccountsupdateglobals.md: + last_write_checksum: sha1:46525925e74800d0d201c8e8cf0eb98461994cfe + docs/models/accountingbankaccountsupdaterequest.md: + last_write_checksum: sha1:04e8a9ac11fcd45836e79b85bcbb673cb5ea2abd + docs/models/accountingbankaccountsupdateresponse.md: + last_write_checksum: sha1:64293f7bd13c8de2034e01fd752cfc34f3f7606c + docs/models/accountingbankfeedaccountsaddglobals.md: + last_write_checksum: sha1:b4195baa90843631fdaecea66f4da2c616618af2 + docs/models/accountingbankfeedaccountsaddrequest.md: + last_write_checksum: sha1:a0aee0c993e2a85226f8bc7bd61bdd3a728d4228 + docs/models/accountingbankfeedaccountsaddresponse.md: + last_write_checksum: sha1:a6bc006e35a0a3d16e77bf331449713449b32c4e + docs/models/accountingbankfeedaccountsallglobals.md: + last_write_checksum: sha1:16d73bb5df56095413a93f305b89924a836ff73b + docs/models/accountingbankfeedaccountsallrequest.md: + last_write_checksum: sha1:c2bad3c1f262ecf472cee0cf17f9c8891f772f94 + docs/models/accountingbankfeedaccountsallresponse.md: + last_write_checksum: sha1:68980c3eb7868e3a824c386518b7e30c7905627c + docs/models/accountingbankfeedaccountsdeleteglobals.md: + last_write_checksum: sha1:0b925d05b8d7cda77f58c6102281badfebaa2b90 + docs/models/accountingbankfeedaccountsdeleterequest.md: + last_write_checksum: sha1:c572f428fb0384966c63413b8a6569561e26cbf0 + docs/models/accountingbankfeedaccountsdeleteresponse.md: + last_write_checksum: sha1:1941e98320a6e4f5b870b4846ad1d31ffe85dc34 + docs/models/accountingbankfeedaccountsoneglobals.md: + last_write_checksum: sha1:8b93e0ed9fda37566fb61103e0026d8f6057a194 + docs/models/accountingbankfeedaccountsonerequest.md: + last_write_checksum: sha1:569d2edf6390625b139fc4e4c2fb340c6e8880b4 + docs/models/accountingbankfeedaccountsoneresponse.md: + last_write_checksum: sha1:5f53e64750c78984d0bb471a1534fe7a3fc029ac + docs/models/accountingbankfeedaccountsupdateglobals.md: + last_write_checksum: sha1:b85554c6d97a7424c1d9c48bb8b40ad9e11f52dd + docs/models/accountingbankfeedaccountsupdaterequest.md: + last_write_checksum: sha1:b557920867d322e47b6cb884b73b060b62e3909a + docs/models/accountingbankfeedaccountsupdateresponse.md: + last_write_checksum: sha1:51f2579dbecf27fe38b979de0b19c0f8aa258da4 + docs/models/accountingbankfeedstatementsaddglobals.md: + last_write_checksum: sha1:048a831a855d923fd63efe15b82e796d4fdfd909 + docs/models/accountingbankfeedstatementsaddrequest.md: + last_write_checksum: sha1:718c20484cb531bde83cad92dd064c5b8193c92f + docs/models/accountingbankfeedstatementsaddresponse.md: + last_write_checksum: sha1:2e253a267ad83c8bfd3d627074677ff368b133d0 + docs/models/accountingbankfeedstatementsallglobals.md: + last_write_checksum: sha1:2fcc05f9e074136f3571b7270955ccc17a552a01 + docs/models/accountingbankfeedstatementsallrequest.md: + last_write_checksum: sha1:3721d45dc0ef9116899fa69935d274eaf1f1efd0 + docs/models/accountingbankfeedstatementsallresponse.md: + last_write_checksum: sha1:74ab90139961fe8440a1d19d44b09912020650c4 + docs/models/accountingbankfeedstatementsdeleteglobals.md: + last_write_checksum: sha1:c77ed3f1872d21c5eeb419ee72f5b642178194af + docs/models/accountingbankfeedstatementsdeleterequest.md: + last_write_checksum: sha1:fc9d310d730ce35a98e0b8d6cdbe8362466e690c + docs/models/accountingbankfeedstatementsdeleteresponse.md: + last_write_checksum: sha1:43b8a5b48aa25a740991407ae6005d60ddce47bc + docs/models/accountingbankfeedstatementsoneglobals.md: + last_write_checksum: sha1:2ac1584c548f1d122426bb6e1774e3a078d4069c + docs/models/accountingbankfeedstatementsonerequest.md: + last_write_checksum: sha1:12f18546de16172452df9624a4839023dcf2dd7e + docs/models/accountingbankfeedstatementsoneresponse.md: + last_write_checksum: sha1:4e9d3b85fbc8d00d32253853c9584d01ac03edf3 + docs/models/accountingbankfeedstatementsupdateglobals.md: + last_write_checksum: sha1:d465dbb30c3c53dfcdbff98fe291cbc761c62a3c + docs/models/accountingbankfeedstatementsupdaterequest.md: + last_write_checksum: sha1:e934e9410beb5973ff04d1a1444d6749625ea094 + docs/models/accountingbankfeedstatementsupdateresponse.md: + last_write_checksum: sha1:213975f6204bc645d9dd372ea571fbb59fd75621 + docs/models/accountingbillpaymentsaddglobals.md: + last_write_checksum: sha1:8629423b15dd2039d56c736fde3f4ebf17e98736 + docs/models/accountingbillpaymentsaddrequest.md: + last_write_checksum: sha1:eab6535c780b539f634ab117a2a3962c02c791e9 + docs/models/accountingbillpaymentsaddresponse.md: + last_write_checksum: sha1:a3b6d7cfc21b42ef33aa317f414c0be4652fe0ed + docs/models/accountingbillpaymentsallglobals.md: + last_write_checksum: sha1:5be2bf553d2f07fa43fa47ba1ef5e92eb18a78b9 + docs/models/accountingbillpaymentsallrequest.md: + last_write_checksum: sha1:272b951ac5d9a9b2cd202df2c2372666d65c2ea4 + docs/models/accountingbillpaymentsallresponse.md: + last_write_checksum: sha1:0cfd8cc7811e4f63ce22210643372de42d47cbfd + docs/models/accountingbillpaymentsdeleteglobals.md: + last_write_checksum: sha1:46bfdfc8ea6ec4a5703b1c136733df3ee9f852f7 + docs/models/accountingbillpaymentsdeleterequest.md: + last_write_checksum: sha1:61a3b0da49b987c79dc870e8387ecdae6a21a266 + docs/models/accountingbillpaymentsdeleteresponse.md: + last_write_checksum: sha1:49ec0e11ea149d129a5ddf98c26789f4da1cfb9d + docs/models/accountingbillpaymentsoneglobals.md: + last_write_checksum: sha1:313ff36b33efcd867f5c0e3b80fd6a292796a60b + docs/models/accountingbillpaymentsonerequest.md: + last_write_checksum: sha1:f9cecc3836e5451e461bb73dfd87e4ad518756ae + docs/models/accountingbillpaymentsoneresponse.md: + last_write_checksum: sha1:1109f2c2cb1cb7c2da1baed365eaba2afdddc761 + docs/models/accountingbillpaymentsupdateglobals.md: + last_write_checksum: sha1:8a1fbe647f916c6eb1dbab813c929a8f3d8d78fd + docs/models/accountingbillpaymentsupdaterequest.md: + last_write_checksum: sha1:8ca43c5f94db03224a4a61e16aa8d845c07b7a69 + docs/models/accountingbillpaymentsupdateresponse.md: + last_write_checksum: sha1:ce46a6f42376a47136346a773a49ba28bfbca703 + docs/models/accountingbillsaddglobals.md: + last_write_checksum: sha1:888ea8ff384ec3652b9ae269299f5b73e6fbeacc + docs/models/accountingbillsaddrequest.md: + last_write_checksum: sha1:878453f46237691426e289b099685a1ff451c586 + docs/models/accountingbillsaddresponse.md: + last_write_checksum: sha1:5fd2726d27c0f37f7be65cc110cfcafc5c162146 + docs/models/accountingbillsallglobals.md: + last_write_checksum: sha1:47e89d6dd87b191733b6a025f1b1eb46f343de1f + docs/models/accountingbillsallrequest.md: + last_write_checksum: sha1:08019d1ea650d2021550b74f69212416f713f0b3 + docs/models/accountingbillsallresponse.md: + last_write_checksum: sha1:1ab58ea4d9b5bcc4a453fa928e7623ec57145d90 + docs/models/accountingbillsdeleteglobals.md: + last_write_checksum: sha1:43cc15014137dddb389fb46e0db696e69865e1e8 + docs/models/accountingbillsdeleterequest.md: + last_write_checksum: sha1:5b416a2dcda81999352cbee33da705892c6a95b7 + docs/models/accountingbillsdeleteresponse.md: + last_write_checksum: sha1:dc0c115f6843d5579e3b94652ebcf35f36b8ce9c + docs/models/accountingbillsoneglobals.md: + last_write_checksum: sha1:fa250a0df948edcb2674bbc8eb6011902fcdf153 + docs/models/accountingbillsonerequest.md: + last_write_checksum: sha1:93cbc9f7bfdc13ec698a22585ee5e56861f1f367 + docs/models/accountingbillsoneresponse.md: + last_write_checksum: sha1:c808e231cb1f8306ad7b8e4829e85d485f538edd + docs/models/accountingbillsupdateglobals.md: + last_write_checksum: sha1:653adfdaba68409548d7d14e22fca0ecdc92ba79 + docs/models/accountingbillsupdaterequest.md: + last_write_checksum: sha1:2245acd95670b214e53bdc1a3e77a9203c300490 + docs/models/accountingbillsupdateresponse.md: + last_write_checksum: sha1:dff713c9580299df5068f4f89230721536185aa1 + docs/models/accountingcategoriesallglobals.md: + last_write_checksum: sha1:290f1c7b95250e17494bf80b6360ae153a8d349a + docs/models/accountingcategoriesallrequest.md: + last_write_checksum: sha1:9b4ad8f300723f937437a6cc5ad5b206a950267e + docs/models/accountingcategoriesallresponse.md: + last_write_checksum: sha1:3c9265eede3aa5a13f61fe6933d3a79014b7373b + docs/models/accountingcategoriesoneglobals.md: + last_write_checksum: sha1:7bf3ac32c67507a00e56162843fe749418e16600 + docs/models/accountingcategoriesonerequest.md: + last_write_checksum: sha1:b08e98ad921de9413760aad4fa6f29af87aba950 + docs/models/accountingcategoriesoneresponse.md: + last_write_checksum: sha1:6a9a37619ba6a893229a55862d24b53c0e76fc46 + docs/models/accountingcompanyinfooneglobals.md: + last_write_checksum: sha1:9bbfde2053cc8de7df56876322b02bfe2a8ec88b + docs/models/accountingcompanyinfoonerequest.md: + last_write_checksum: sha1:f93fc7b2a99955f4dfa14a80d737b1ad27059a20 + docs/models/accountingcompanyinfooneresponse.md: + last_write_checksum: sha1:af7bb08b40bc0e0f216399afc2bffb4b859e4176 + docs/models/accountingcreditnotesaddglobals.md: + last_write_checksum: sha1:fd145414d6128c4a7fae82a116747c24f6ad93a9 + docs/models/accountingcreditnotesaddrequest.md: + last_write_checksum: sha1:376dd162ff86643c247bd96247b8ac3d619422ae + docs/models/accountingcreditnotesaddresponse.md: + last_write_checksum: sha1:b37e401642e1a6c143ed36ac237c2bbaf4802d21 + docs/models/accountingcreditnotesallglobals.md: + last_write_checksum: sha1:6affe934dd7a3832d96d3d60e51ea03a02a31d57 + docs/models/accountingcreditnotesallrequest.md: + last_write_checksum: sha1:84653b6d67129fe606e385c0a2f7c159779a2d21 + docs/models/accountingcreditnotesallresponse.md: + last_write_checksum: sha1:83e512a7ab79ed3270fc44a04655ade3d47c73f1 + docs/models/accountingcreditnotesdeleteglobals.md: + last_write_checksum: sha1:f1f8c570600f1948647ef11ae242b0993532d9eb + docs/models/accountingcreditnotesdeleterequest.md: + last_write_checksum: sha1:a5e4e0d4bc96e903084902aeb01428f39b55f630 + docs/models/accountingcreditnotesdeleteresponse.md: + last_write_checksum: sha1:3947fe1bd07c0af7057237ead94058a4968c1496 + docs/models/accountingcreditnotesoneglobals.md: + last_write_checksum: sha1:750271e0c629431802167b0685d35947b1d0ff20 + docs/models/accountingcreditnotesonerequest.md: + last_write_checksum: sha1:034fe6813558dbe84c9ff114dd4f7800fbe2b4d0 + docs/models/accountingcreditnotesoneresponse.md: + last_write_checksum: sha1:7c89d56408eee6cba99ea9fa0894550c742a92c5 + docs/models/accountingcreditnotesupdateglobals.md: + last_write_checksum: sha1:caa9541775092318575d4882a9cc0ce66e240a24 + docs/models/accountingcreditnotesupdaterequest.md: + last_write_checksum: sha1:d54df23bb06c5e33286cce321cf3062317f2cef0 + docs/models/accountingcreditnotesupdateresponse.md: + last_write_checksum: sha1:fc62f9297c9a66ea327279b0b820be3a4bd958b5 + docs/models/accountingcustomersaddglobals.md: + last_write_checksum: sha1:2487d8e71952b516384bba1f2f54a1985c487c6d + docs/models/accountingcustomersaddrequest.md: + last_write_checksum: sha1:c7ce93b2fd79cb0363ae1304cdae0bb76ba2f4d6 + docs/models/accountingcustomersaddresponse.md: + last_write_checksum: sha1:a14185f4e92042d3290fd94e6540416949a3ee6c + docs/models/accountingcustomersallglobals.md: + last_write_checksum: sha1:9775de6dc4b3b5a0217076317d2771fce5454b6b + docs/models/accountingcustomersallrequest.md: + last_write_checksum: sha1:889736a12af14a11af6c8791f378f70121ac954d + docs/models/accountingcustomersallresponse.md: + last_write_checksum: sha1:2186f4a80bab19de553ad5fed01d3153c43ce692 + docs/models/accountingcustomersdeleteglobals.md: + last_write_checksum: sha1:a4a13693a257df321799c5204e27b659731b85b9 + docs/models/accountingcustomersdeleterequest.md: + last_write_checksum: sha1:de4311e9a7edd4c63be53918fe88cd0d8925afea + docs/models/accountingcustomersdeleteresponse.md: + last_write_checksum: sha1:bb9689857026e20fdf8212db5fe6538884fc61ff + docs/models/accountingcustomersoneglobals.md: + last_write_checksum: sha1:650c7ed7049c73aee7632278ff5aa064ea80ce6b + docs/models/accountingcustomersonerequest.md: + last_write_checksum: sha1:0e03fb75fe1b79029519d7b9cd0a2cef61c93965 + docs/models/accountingcustomersoneresponse.md: + last_write_checksum: sha1:b044f4c7ab164a795d5840e98cffdb7cb58439db + docs/models/accountingcustomersupdateglobals.md: + last_write_checksum: sha1:bfbabc2a2b9cf98e72cd56288f07725cacb9ea28 + docs/models/accountingcustomersupdaterequest.md: + last_write_checksum: sha1:2e2d8094d0a2040ab734b3fe045907c1608540d9 + docs/models/accountingcustomersupdateresponse.md: + last_write_checksum: sha1:20f388052e9b5bad3cc854609881fdcb9130ae3c + docs/models/accountingdepartment.md: + last_write_checksum: sha1:bc105d95107dd090af414820b536049be2d2cb3c + docs/models/accountingdepartmentinput.md: + last_write_checksum: sha1:4201eb2ff6feb82f9ad365abafd4280536cbfdfc + docs/models/accountingdepartmentsaddglobals.md: + last_write_checksum: sha1:50fc2f84e2627e7cb60e4ada961a997018ed56df + docs/models/accountingdepartmentsaddrequest.md: + last_write_checksum: sha1:214db5a12aa7ec799b47bb71efd676d0944750c0 + docs/models/accountingdepartmentsaddresponse.md: + last_write_checksum: sha1:9368bf43beb8169fec3fb4979705fbbf9d92c76f + docs/models/accountingdepartmentsallglobals.md: + last_write_checksum: sha1:30dc0be9397ce9bce1ae06d125950d1bf35f3641 + docs/models/accountingdepartmentsallrequest.md: + last_write_checksum: sha1:a4656061f0fb4bbaf6080a7da54bba1c62b587a8 + docs/models/accountingdepartmentsallresponse.md: + last_write_checksum: sha1:3ae6a0f568c1db8a383efc953a9cbcacae0aff47 + docs/models/accountingdepartmentsdeleteglobals.md: + last_write_checksum: sha1:6e5ba38f030a4d889c609a4372cc78f40ac24792 + docs/models/accountingdepartmentsdeleterequest.md: + last_write_checksum: sha1:dc42aa2ae82fac59b8046b2638443c241af53d6d + docs/models/accountingdepartmentsdeleteresponse.md: + last_write_checksum: sha1:1c45de2d098362fa2f1e1302ce78cfbfd007f473 + docs/models/accountingdepartmentsfilter.md: + last_write_checksum: sha1:17b402b9b9d68c0ff125ace1f53933993cdd2c53 + docs/models/accountingdepartmentsoneglobals.md: + last_write_checksum: sha1:b34021fac491d4ea1eac1bfbe3cd779c4c528525 + docs/models/accountingdepartmentsonerequest.md: + last_write_checksum: sha1:9b7931ab622782976fde0003a4b2056b45379ea7 + docs/models/accountingdepartmentsoneresponse.md: + last_write_checksum: sha1:d0fd2180db485a83274a3e0bb7ce3a857c69cff8 + docs/models/accountingdepartmentsupdateglobals.md: + last_write_checksum: sha1:d21e39ecd317bb4ceb1703ac052d806892cef234 + docs/models/accountingdepartmentsupdaterequest.md: + last_write_checksum: sha1:519b744f1fd7c6e5159b4d36b233f9259c734dcd + docs/models/accountingdepartmentsupdateresponse.md: + last_write_checksum: sha1:462f499e64cce257ffdd6b69e593c2febae5b360 + docs/models/accountingexpensesaddglobals.md: + last_write_checksum: sha1:5f379f128ddb588e4893f6af81cd5f4754de6689 + docs/models/accountingexpensesaddrequest.md: + last_write_checksum: sha1:d62394f31f1f0d084687d805ddb68a921e546dbd + docs/models/accountingexpensesaddresponse.md: + last_write_checksum: sha1:328b784c0b7ac13deeec870a005a3191636e5aeb + docs/models/accountingexpensesallglobals.md: + last_write_checksum: sha1:3c99749c6ef4aced8ae9fadeba9927beec807554 + docs/models/accountingexpensesallrequest.md: + last_write_checksum: sha1:3b037054359b4e720d9a7cb4ce361e7016017df1 + docs/models/accountingexpensesallresponse.md: + last_write_checksum: sha1:6f3b1f5eac6590647cd71afcbece9319799bd63f + docs/models/accountingexpensesdeleteglobals.md: + last_write_checksum: sha1:e74f7bdb57cefb5dedba24130b82ddf969201ab9 + docs/models/accountingexpensesdeleterequest.md: + last_write_checksum: sha1:14f2dbc7ef9b1eac74a5d3bd9fd03de72e65a2bd + docs/models/accountingexpensesdeleteresponse.md: + last_write_checksum: sha1:55fd923f8b37441a5c2f44afa4d6ea176116e1ca + docs/models/accountingexpensesoneglobals.md: + last_write_checksum: sha1:ee6c0c24b0064463617995c89d99cc6777095e76 + docs/models/accountingexpensesonerequest.md: + last_write_checksum: sha1:cf211a11bc149ad60b3651d10038a629ca89eded + docs/models/accountingexpensesoneresponse.md: + last_write_checksum: sha1:d67d48eadb0119b2baec7053c550dd27e3f43af3 + docs/models/accountingexpensesupdateglobals.md: + last_write_checksum: sha1:7e5728aa32fc1eb7114bc88cde0d2c8c22207b62 + docs/models/accountingexpensesupdaterequest.md: + last_write_checksum: sha1:649afc75e803cce6376bbed159716fe8895b06f1 + docs/models/accountingexpensesupdateresponse.md: + last_write_checksum: sha1:a0abf9ee705650d2635889c9e4290e4e62224020 + docs/models/accountinginvoiceitemsaddglobals.md: + last_write_checksum: sha1:f8592854bba1844b0ead8ed5969c3cad022c1e19 + docs/models/accountinginvoiceitemsaddrequest.md: + last_write_checksum: sha1:6a28bfd88ced7cb5462489666fa4fa8eb78dbf9c + docs/models/accountinginvoiceitemsaddresponse.md: + last_write_checksum: sha1:84bbe5209342aa5cc297eea8572bee7901bea4ac + docs/models/accountinginvoiceitemsallglobals.md: + last_write_checksum: sha1:47d8c4f738a819cd59486d5f9d84559042227171 + docs/models/accountinginvoiceitemsallrequest.md: + last_write_checksum: sha1:2fda01ad801bd49f617dee7d1ef63ccdc425d2e6 + docs/models/accountinginvoiceitemsallresponse.md: + last_write_checksum: sha1:2720cf0d042f6c63a05002d36ec1da9415e3c363 + docs/models/accountinginvoiceitemsdeleteglobals.md: + last_write_checksum: sha1:759f0358ff11e87890d9dab8c38aa1225e95747e + docs/models/accountinginvoiceitemsdeleterequest.md: + last_write_checksum: sha1:673fcb0b493f980828eee39e1b839f7b8f8a546f + docs/models/accountinginvoiceitemsdeleteresponse.md: + last_write_checksum: sha1:8cc723340d619b3ffa9fd43b22784e481aeffd03 + docs/models/accountinginvoiceitemsoneglobals.md: + last_write_checksum: sha1:120aa430b567b70517797c6bb2169bb42228ee7d + docs/models/accountinginvoiceitemsonerequest.md: + last_write_checksum: sha1:1b35bfd1fc2cede83daf1b1a881a6af3681a961e + docs/models/accountinginvoiceitemsoneresponse.md: + last_write_checksum: sha1:8c742bc755ed2ee140069c069f78a5d278b882f7 + docs/models/accountinginvoiceitemsupdateglobals.md: + last_write_checksum: sha1:4d7afef07eb5216811c69e9ac7bade51fcef80a2 + docs/models/accountinginvoiceitemsupdaterequest.md: + last_write_checksum: sha1:c996457e9a9ad338fb10da11fa6a760543627710 + docs/models/accountinginvoiceitemsupdateresponse.md: + last_write_checksum: sha1:ca15b646ff4447d2740c88d97c4b7ede54510b41 + docs/models/accountinginvoicesaddglobals.md: + last_write_checksum: sha1:e873a204090d0a4586781ba27408beb613e35a5d + docs/models/accountinginvoicesaddrequest.md: + last_write_checksum: sha1:58a0870074c953f5967b26ec64916e42531461d7 + docs/models/accountinginvoicesaddresponse.md: + last_write_checksum: sha1:a7501a87b7b3b37b94533ba32a30c65520b8ee2f + docs/models/accountinginvoicesallglobals.md: + last_write_checksum: sha1:f6a2622baadf2627d9b04eae13e49533f66e5b0f + docs/models/accountinginvoicesallrequest.md: + last_write_checksum: sha1:f05a99722ca9eec6377dfe8717d8edba943d9f6d + docs/models/accountinginvoicesallresponse.md: + last_write_checksum: sha1:28be251ab5404d91f259683afee1407dc5bcc6bf + docs/models/accountinginvoicesdeleteglobals.md: + last_write_checksum: sha1:bb2b2965b69c624bf4fe19618fa27265346feeef + docs/models/accountinginvoicesdeleterequest.md: + last_write_checksum: sha1:8c05c1bc6f1f7f87d71a94147fe38cfb137f0611 + docs/models/accountinginvoicesdeleteresponse.md: + last_write_checksum: sha1:d9d3b84531a27b88e6474bd6667ad2a2875cca80 + docs/models/accountinginvoicesoneglobals.md: + last_write_checksum: sha1:bdf808a28c6aef2dc0043550ac3576fe1e4d0ca1 + docs/models/accountinginvoicesonerequest.md: + last_write_checksum: sha1:5c33472065ff0e389c7ae3a123fd3f5682482852 + docs/models/accountinginvoicesoneresponse.md: + last_write_checksum: sha1:2e56eed19d7da10c1b50159d3beedc63c11302da + docs/models/accountinginvoicesupdateglobals.md: + last_write_checksum: sha1:f787f8f1cc0efe18e26b68659f389c0833807801 + docs/models/accountinginvoicesupdaterequest.md: + last_write_checksum: sha1:bb7a9138aa41334f574e2da7df6f84ab80d06ebd + docs/models/accountinginvoicesupdateresponse.md: + last_write_checksum: sha1:fd5d4605a9a0cb031f740c3f421944cab2a8e0db + docs/models/accountingjournalentriesaddglobals.md: + last_write_checksum: sha1:be0d2ebf229403520abeaccf212ce6f301145153 + docs/models/accountingjournalentriesaddrequest.md: + last_write_checksum: sha1:c5d486fcf33f4f538eba9e8a47d8f967e4fe6c4d + docs/models/accountingjournalentriesaddresponse.md: + last_write_checksum: sha1:f8d45d72b95e5fc7becf2d5521ff18ad0f19c04c + docs/models/accountingjournalentriesallglobals.md: + last_write_checksum: sha1:40e073a7eedd074e10952e3c2c8e0fb18a0294dc + docs/models/accountingjournalentriesallrequest.md: + last_write_checksum: sha1:fdbf23a121c9e04830a4c280336b300ff8214fad + docs/models/accountingjournalentriesallresponse.md: + last_write_checksum: sha1:7e20bd6b9ca43aa086c228df3eb5cc65a5fb4bd4 + docs/models/accountingjournalentriesdeleteglobals.md: + last_write_checksum: sha1:923e194bdf60855a49ddb7b7128d45d5b13d0b85 + docs/models/accountingjournalentriesdeleterequest.md: + last_write_checksum: sha1:d42f46be7e9283e103811c0beb43e3c08a886cfa + docs/models/accountingjournalentriesdeleteresponse.md: + last_write_checksum: sha1:cbca2ab8db2e82c4917fa8a7f409830bbf48ca38 + docs/models/accountingjournalentriesoneglobals.md: + last_write_checksum: sha1:c0b9752b9ffc14638e47c041426295c9b56a599c + docs/models/accountingjournalentriesonerequest.md: + last_write_checksum: sha1:367ba429abbd3cd856db982c53cf4dcd46937679 + docs/models/accountingjournalentriesoneresponse.md: + last_write_checksum: sha1:12c9b50551797487684d7b68620061e9825bb75a + docs/models/accountingjournalentriesupdateglobals.md: + last_write_checksum: sha1:b748b585f50204dbdbdc2329cfe34c08cda72b60 + docs/models/accountingjournalentriesupdaterequest.md: + last_write_checksum: sha1:df64882bae08e1015a61d654696922aec2a54af8 + docs/models/accountingjournalentriesupdateresponse.md: + last_write_checksum: sha1:cccc33c0f2658738b23da74d96e1a424c7b52c43 + docs/models/accountingledgeraccountsaddglobals.md: + last_write_checksum: sha1:3a90b77e555ad36982c2e399d5c98ced8e18d143 + docs/models/accountingledgeraccountsaddrequest.md: + last_write_checksum: sha1:b482659d0fa9fc39c9d65407936c1c035a7a7c68 + docs/models/accountingledgeraccountsaddresponse.md: + last_write_checksum: sha1:d71c8264c6a7f1ed5ac3196fd333e98447038637 + docs/models/accountingledgeraccountsallglobals.md: + last_write_checksum: sha1:3b171b7ca4458dd87b30bebe3ca04dd31a9ad8f4 + docs/models/accountingledgeraccountsallrequest.md: + last_write_checksum: sha1:46c5ac175f21383d6512033b3cb084ebfad106c0 + docs/models/accountingledgeraccountsallresponse.md: + last_write_checksum: sha1:f335d35450581d07f9e565b2227c8084435e7002 + docs/models/accountingledgeraccountsdeleteglobals.md: + last_write_checksum: sha1:4b326983c3da8f51de75e57aaffb00561124feb0 + docs/models/accountingledgeraccountsdeleterequest.md: + last_write_checksum: sha1:2b93c08ec66187b85092c8f7809ee0694399d20d + docs/models/accountingledgeraccountsdeleteresponse.md: + last_write_checksum: sha1:ced806478081fa3fbb6d9f1c5c7dd61a6dd9863f + docs/models/accountingledgeraccountsoneglobals.md: + last_write_checksum: sha1:35524f61b221619494b86b8586b2e2fba1de48da + docs/models/accountingledgeraccountsonerequest.md: + last_write_checksum: sha1:0bf82c9b224746dec2c48a6341a71012c7903d63 + docs/models/accountingledgeraccountsoneresponse.md: + last_write_checksum: sha1:380d35d26f041e496ac3979e4beb3338245a7316 + docs/models/accountingledgeraccountsupdateglobals.md: + last_write_checksum: sha1:c483b0be41dd6dbb81ee395a66656e32a535d144 + docs/models/accountingledgeraccountsupdaterequest.md: + last_write_checksum: sha1:e71d264a8d1ca951da86f390396744448fcd7e33 + docs/models/accountingledgeraccountsupdateresponse.md: + last_write_checksum: sha1:6e1b875edb2fb5ba6730a63c3a0a60d3883ea65e + docs/models/accountinglocation.md: + last_write_checksum: sha1:ecfafdc9bdb42c467bdcdcf05fcc4f098340b3fa + docs/models/accountinglocationinput.md: + last_write_checksum: sha1:98545a553c377eac48422a5648ad6a6df720e109 + docs/models/accountinglocationsaddglobals.md: + last_write_checksum: sha1:ba089382d4bb644bd5d52c694e656f77da7289a5 + docs/models/accountinglocationsaddrequest.md: + last_write_checksum: sha1:04d12596db6adb039938a84f595df92fe990f52e + docs/models/accountinglocationsaddresponse.md: + last_write_checksum: sha1:c73c39f80af6e37e3a26a391697a0a97c5cc0de7 + docs/models/accountinglocationsallglobals.md: + last_write_checksum: sha1:4e6d148403ea169561dfdac335d4815a8a4a187a + docs/models/accountinglocationsallrequest.md: + last_write_checksum: sha1:ae399d4e46ac21aeb4f5fe7e893630d14e6d0825 + docs/models/accountinglocationsallresponse.md: + last_write_checksum: sha1:a056ab2184de7ec2d6ff24385e97300cad9ed2e3 + docs/models/accountinglocationsdeleteglobals.md: + last_write_checksum: sha1:473c0608aca5ee4ce532b0ccdfa28bfdd31cc1cd + docs/models/accountinglocationsdeleterequest.md: + last_write_checksum: sha1:5e594dd8bc681d7494571bba54a3b7232b22cef7 + docs/models/accountinglocationsdeleteresponse.md: + last_write_checksum: sha1:55777c087a8738d940d10eaec9e36b19e850a99e + docs/models/accountinglocationsfilter.md: + last_write_checksum: sha1:bc848bab750c235934c77a518e8d07e78a415585 + docs/models/accountinglocationsoneglobals.md: + last_write_checksum: sha1:4c87d9de7be3620d4a8b326ed0304b5eb7141c1f + docs/models/accountinglocationsonerequest.md: + last_write_checksum: sha1:3ab4c7a1e5dfb7ed63b951c2b6fa04e8e1bdb10e + docs/models/accountinglocationsoneresponse.md: + last_write_checksum: sha1:032001c6bb8de4a4539d8c30c274eef982b7c22a + docs/models/accountinglocationsupdateglobals.md: + last_write_checksum: sha1:843b070ac35ed726ed1a469c88aa360f533719a4 + docs/models/accountinglocationsupdaterequest.md: + last_write_checksum: sha1:61787ec48bbcfb3560d71b081f0c2798e71086d4 + docs/models/accountinglocationsupdateresponse.md: + last_write_checksum: sha1:4cd02162cbd609359ee1fc548f247bfecd6cbba2 + docs/models/accountingmethod.md: + last_write_checksum: sha1:2ebd2d5abae28b9b35cb6279b89a86f77f3a0a9c + docs/models/accountingpaymentsaddglobals.md: + last_write_checksum: sha1:d5968c6f81d95414ccef7ae3c9511bb15ac65ba9 + docs/models/accountingpaymentsaddrequest.md: + last_write_checksum: sha1:10f39e78f2026f08792ff537cd5d9b3a01a25a23 + docs/models/accountingpaymentsaddresponse.md: + last_write_checksum: sha1:96c990effdfaca860afd06bfae266f02237f248f + docs/models/accountingpaymentsallglobals.md: + last_write_checksum: sha1:04d2fc2e254081c43037f4848b2d40384660183c + docs/models/accountingpaymentsallrequest.md: + last_write_checksum: sha1:b205837f7f3ca6f674a8a605c309dd787442ea8d + docs/models/accountingpaymentsallresponse.md: + last_write_checksum: sha1:925d90629b866c54f3b5a9eaf39b4027651f603b + docs/models/accountingpaymentsdeleteglobals.md: + last_write_checksum: sha1:59f7e77b7ef38a79cdbac26d51678b48a89fea82 + docs/models/accountingpaymentsdeleterequest.md: + last_write_checksum: sha1:8bfc0bec77beafd671a4c9561a5b89c346e511b1 + docs/models/accountingpaymentsdeleteresponse.md: + last_write_checksum: sha1:e2771e85f16b5f15c376ba881e2eec4ae8fa4e38 + docs/models/accountingpaymentsoneglobals.md: + last_write_checksum: sha1:7e5e1e09be773c48799f8fe86e09d3f40c5747b4 + docs/models/accountingpaymentsonerequest.md: + last_write_checksum: sha1:0beb2dd8bde0044ec0bb83f0b284deb8511b59b7 + docs/models/accountingpaymentsoneresponse.md: + last_write_checksum: sha1:f8abe6c7a8ac1a44b0487f2cbb1cf290c6f7fb6c + docs/models/accountingpaymentsupdateglobals.md: + last_write_checksum: sha1:a0cc628cbacaa17d851d26dc3364b6dc7936df75 + docs/models/accountingpaymentsupdaterequest.md: + last_write_checksum: sha1:a0c2ac4f81387cd873d667123c7cb90b41f63bab + docs/models/accountingpaymentsupdateresponse.md: + last_write_checksum: sha1:a0278bd0a78245f1c822a810f0d9b2b0984145a9 + docs/models/accountingprofitandlossoneglobals.md: + last_write_checksum: sha1:8c32f601b7037cb9121150a53a81570c7258d861 + docs/models/accountingprofitandlossonerequest.md: + last_write_checksum: sha1:1df55b348c8042b737c14a3bbf0bd2bd36959444 + docs/models/accountingprofitandlossoneresponse.md: + last_write_checksum: sha1:f1fde80a5a125d28d9175684e879f66e117a775e + docs/models/accountingprojectsaddglobals.md: + last_write_checksum: sha1:0558a82f00f07b04eb1993e2156d41009956ad52 + docs/models/accountingprojectsaddrequest.md: + last_write_checksum: sha1:126b6a9a4e13d5f33bba6c91433bf61221b836d6 + docs/models/accountingprojectsaddresponse.md: + last_write_checksum: sha1:2f59b83592ef28ffa044b0d23416eba3a51153a7 + docs/models/accountingprojectsallglobals.md: + last_write_checksum: sha1:aa85a397f4f6f67fc309ae0868da204cd7da9277 + docs/models/accountingprojectsallrequest.md: + last_write_checksum: sha1:cf7f867900da7fec995da508b68048d8f58997d5 + docs/models/accountingprojectsallresponse.md: + last_write_checksum: sha1:69f4b34c8e8e69f6b8cb0d5a2d94491b8ef28c18 + docs/models/accountingprojectsdeleteglobals.md: + last_write_checksum: sha1:d40715078d63fb69f1d56be98a9ed393ab031f62 + docs/models/accountingprojectsdeleterequest.md: + last_write_checksum: sha1:8a85e054bcfdf09bad28fdeacd527d510a19e835 + docs/models/accountingprojectsdeleteresponse.md: + last_write_checksum: sha1:ecced5eb9632d12a8595038810dd93095c617cc4 + docs/models/accountingprojectsoneglobals.md: + last_write_checksum: sha1:120aa02bfdb018bf685d27de3f0341b4aee48306 + docs/models/accountingprojectsonerequest.md: + last_write_checksum: sha1:9a958334ee892826c581d81e8f3404bd1b046c0f + docs/models/accountingprojectsoneresponse.md: + last_write_checksum: sha1:af17647ab28e1c9a27669fc108400c66fc0541be + docs/models/accountingprojectsupdateglobals.md: + last_write_checksum: sha1:4d85b1d482f54e712d541375df25226ab014aa35 + docs/models/accountingprojectsupdaterequest.md: + last_write_checksum: sha1:3e3526373242b2b6640d4eb751e28d2bdc4029d1 + docs/models/accountingprojectsupdateresponse.md: + last_write_checksum: sha1:9bb77e35709ec8661d68f56b621019fe4c34d3a9 + docs/models/accountingpurchaseordersaddglobals.md: + last_write_checksum: sha1:615e9d2eadfcb918219f451fe37101654d0fe89d + docs/models/accountingpurchaseordersaddrequest.md: + last_write_checksum: sha1:19655a3fd31011b6e706e2729acd353c2cc84427 + docs/models/accountingpurchaseordersaddresponse.md: + last_write_checksum: sha1:8219de87a03e50de6c59ddf4590e8d2af3e9f529 + docs/models/accountingpurchaseordersallglobals.md: + last_write_checksum: sha1:41289dd2c965e69dfe45d876b789d24be98f0fc6 + docs/models/accountingpurchaseordersallrequest.md: + last_write_checksum: sha1:e21cebb1ddc05f3b168cd6b2aec420ede9017217 + docs/models/accountingpurchaseordersallresponse.md: + last_write_checksum: sha1:ea138a6350a30af815baa7e716fd2e3dfce77219 + docs/models/accountingpurchaseordersdeleteglobals.md: + last_write_checksum: sha1:8ae71d80e425761606ed446f0b22b923f59bee32 + docs/models/accountingpurchaseordersdeleterequest.md: + last_write_checksum: sha1:043b69d16660cccd446518312b92007cccc6c374 + docs/models/accountingpurchaseordersdeleteresponse.md: + last_write_checksum: sha1:87e34855c7542f2f8c87b51c2d284a93f500a543 + docs/models/accountingpurchaseordersoneglobals.md: + last_write_checksum: sha1:2149b39427fd14fc8262fdc509b51202c9e5f5ff + docs/models/accountingpurchaseordersonerequest.md: + last_write_checksum: sha1:0e5925415ccd618eda8e693a606b2f749cff3530 + docs/models/accountingpurchaseordersoneresponse.md: + last_write_checksum: sha1:6fd19dcf74616459b9099a18264ab9b3eb55e6e7 + docs/models/accountingpurchaseordersupdateglobals.md: + last_write_checksum: sha1:0dfb0e969816f4888a3dd0a08795686e8acea6c6 + docs/models/accountingpurchaseordersupdaterequest.md: + last_write_checksum: sha1:54a23ebe614683dd41673fd263bc064524cee694 + docs/models/accountingpurchaseordersupdateresponse.md: + last_write_checksum: sha1:b310cdaceb2cfb596a50fec78baff47941ff60d6 + docs/models/accountingquotesaddglobals.md: + last_write_checksum: sha1:3b15f8a68af6a14a16ab3d5dad92c2b3e4646725 + docs/models/accountingquotesaddrequest.md: + last_write_checksum: sha1:ca0816896d89c9bd1d584276fff86521d1840901 + docs/models/accountingquotesaddresponse.md: + last_write_checksum: sha1:5ae1967e9a495a75f32a90c04a06e22cba355a3c + docs/models/accountingquotesallglobals.md: + last_write_checksum: sha1:3dc0a08da96f7926e90a33a515d7389347c30220 + docs/models/accountingquotesallrequest.md: + last_write_checksum: sha1:a3c9f304264a0d71f74f625fcdc8ea2a62eafb3a + docs/models/accountingquotesallresponse.md: + last_write_checksum: sha1:a7c9586c9cc2b2977614139a7f209f5beeab4ef5 + docs/models/accountingquotesdeleteglobals.md: + last_write_checksum: sha1:5c0a7e830af36113aafd6689f1df4138afcf24eb + docs/models/accountingquotesdeleterequest.md: + last_write_checksum: sha1:e286c0da7437ed74dabd6c57f510af820ece3f7b + docs/models/accountingquotesdeleteresponse.md: + last_write_checksum: sha1:916a578f253e2e0a26076981d84d3f3d0fbd0195 + docs/models/accountingquotesoneglobals.md: + last_write_checksum: sha1:820aca9fe738f7b84a66750d5dc332e617461906 + docs/models/accountingquotesonerequest.md: + last_write_checksum: sha1:61d2a7226fbe416b5992438d87c29ed41de560da + docs/models/accountingquotesoneresponse.md: + last_write_checksum: sha1:78d23b3e5f168114ba95e228e3c148d3c0229642 + docs/models/accountingquotesupdateglobals.md: + last_write_checksum: sha1:83800ec8929637399f911311f80b21baecdd5588 + docs/models/accountingquotesupdaterequest.md: + last_write_checksum: sha1:2391b495bd45251113c757a2e6d123c09d3dddfd + docs/models/accountingquotesupdateresponse.md: + last_write_checksum: sha1:02cc1ccb51ce9ab8f0b71a946dbfa2b732dc5099 + docs/models/accountingsubsidiariesaddglobals.md: + last_write_checksum: sha1:f6227d13ae58a33377d04e533945cdf374da6522 + docs/models/accountingsubsidiariesaddrequest.md: + last_write_checksum: sha1:8af087179d7999659d21223aa2ae973a65ba7d27 + docs/models/accountingsubsidiariesaddresponse.md: + last_write_checksum: sha1:58e966ee7a5f5afd6b15b5bcab17bfdf51854da0 + docs/models/accountingsubsidiariesallglobals.md: + last_write_checksum: sha1:361375cf3886c71e44dbbc412651d3baea309351 + docs/models/accountingsubsidiariesallrequest.md: + last_write_checksum: sha1:75f0314473e70c7f8df1c8a98aebb74ed80e54c0 + docs/models/accountingsubsidiariesallresponse.md: + last_write_checksum: sha1:3dafb970f4b4cb8a4b627a3bf1dc040f6fd4d423 + docs/models/accountingsubsidiariesdeleteglobals.md: + last_write_checksum: sha1:07461164b0ea9e1185a0d9fe5ad33e31479e3b25 + docs/models/accountingsubsidiariesdeleterequest.md: + last_write_checksum: sha1:83ed27496b6a8a2aaefe07ff3fce180c98459049 + docs/models/accountingsubsidiariesdeleteresponse.md: + last_write_checksum: sha1:866fbec251ba825fb05856dd45d8cdea48b795d5 + docs/models/accountingsubsidiariesoneglobals.md: + last_write_checksum: sha1:4660de228052e1929f56717266164022ccb7d892 + docs/models/accountingsubsidiariesonerequest.md: + last_write_checksum: sha1:7511a65c045bb321f2ad47f32e1abb4cce8feb35 + docs/models/accountingsubsidiariesoneresponse.md: + last_write_checksum: sha1:298320116952cd956c07feebb6ba90571acf2c75 + docs/models/accountingsubsidiariesupdateglobals.md: + last_write_checksum: sha1:d58581044da8dd1c6bfcc1ef4b3c2658fa2880bd + docs/models/accountingsubsidiariesupdaterequest.md: + last_write_checksum: sha1:af673b3b1f400bbf8226ec2945c494428804c98c + docs/models/accountingsubsidiariesupdateresponse.md: + last_write_checksum: sha1:ccc9165ca978e4d558e73031edd7e9344d0700e8 + docs/models/accountingsuppliersaddglobals.md: + last_write_checksum: sha1:68a863140b10485d95938af8f97f03fcc2ed5f7b + docs/models/accountingsuppliersaddrequest.md: + last_write_checksum: sha1:bc10052af6c51838e91642e44292a0fa83600eed + docs/models/accountingsuppliersaddresponse.md: + last_write_checksum: sha1:9a88a14e94e7eae2686ef5df585d106a35d99999 + docs/models/accountingsuppliersallglobals.md: + last_write_checksum: sha1:a9b1033e34f95b3315056c670a263a5919b0725c + docs/models/accountingsuppliersallrequest.md: + last_write_checksum: sha1:c0ff71974b5f161f7124a53011245f4fb1b05590 + docs/models/accountingsuppliersallresponse.md: + last_write_checksum: sha1:6dda280599216c55b26ac83fa68523ab06d3edb3 + docs/models/accountingsuppliersdeleteglobals.md: + last_write_checksum: sha1:64fcb2443a5977c3d1b3a3279aa4077c9f81f398 + docs/models/accountingsuppliersdeleterequest.md: + last_write_checksum: sha1:7cfc2a5781fb3663157c46bea151fb060d6b935a + docs/models/accountingsuppliersdeleteresponse.md: + last_write_checksum: sha1:0dcf04dee101a25341685b8b1dcacd1533b1a0c6 + docs/models/accountingsuppliersoneglobals.md: + last_write_checksum: sha1:00c4b887ca58107c9547161b2ddbecae08600dd7 + docs/models/accountingsuppliersonerequest.md: + last_write_checksum: sha1:7a6dd93a94d112e18033381cd58ed3743b11fe48 + docs/models/accountingsuppliersoneresponse.md: + last_write_checksum: sha1:8579e4e8f3a1f73f98abbf3b2b401cb3abf6660a + docs/models/accountingsuppliersupdateglobals.md: + last_write_checksum: sha1:ce2cff07c7ff30c420a5159f090d27f630022588 + docs/models/accountingsuppliersupdaterequest.md: + last_write_checksum: sha1:a1f5e1f17faed33c276f3a7e58f2b2ecf6254981 + docs/models/accountingsuppliersupdateresponse.md: + last_write_checksum: sha1:595bb0b7110ace851acc295d33c1a80d6ccd292f + docs/models/accountingtaxratesaddglobals.md: + last_write_checksum: sha1:0afdc3c8203409a1b6f57b57dae3601f52f883e2 + docs/models/accountingtaxratesaddrequest.md: + last_write_checksum: sha1:e961af4c264ceb8ba8f9a6c8a8e101942ff36c88 + docs/models/accountingtaxratesaddresponse.md: + last_write_checksum: sha1:034cc73a35220c3e91f0665048d47e5f92c3b1f3 + docs/models/accountingtaxratesallglobals.md: + last_write_checksum: sha1:07f444a3697c2119a3c8f7067fc3188141f7b42d + docs/models/accountingtaxratesallrequest.md: + last_write_checksum: sha1:6cf4353125c86e0d73bf29e149c2965b94ba1248 + docs/models/accountingtaxratesallresponse.md: + last_write_checksum: sha1:233b13562399d76e896ca59c18c0c1e7e9bf3c15 + docs/models/accountingtaxratesdeleteglobals.md: + last_write_checksum: sha1:1cd15323b0126b660394409ab9d14f203ee746af + docs/models/accountingtaxratesdeleterequest.md: + last_write_checksum: sha1:d07f01f61be92e50469d7351288f355c6a46abdc + docs/models/accountingtaxratesdeleteresponse.md: + last_write_checksum: sha1:15d5003ab5c8e6b66a94dd40a340161730a2873c + docs/models/accountingtaxratesoneglobals.md: + last_write_checksum: sha1:efb428da5657531235b7b1cb36ad6b6a7f9aa995 + docs/models/accountingtaxratesonerequest.md: + last_write_checksum: sha1:1f6cbd642b048d179b805c8cc6f644b3ed866bf1 + docs/models/accountingtaxratesoneresponse.md: + last_write_checksum: sha1:255e7bb0093a68bb11165c2b30148541c5e005d7 + docs/models/accountingtaxratesupdateglobals.md: + last_write_checksum: sha1:fd7d48b78e99f57dfac21644ec1e321706f042d4 + docs/models/accountingtaxratesupdaterequest.md: + last_write_checksum: sha1:e2a1b778ee6d14e1726255f887d124cfab0d163d + docs/models/accountingtaxratesupdateresponse.md: + last_write_checksum: sha1:60ad176ac87f7405afed5ba146fb7fb548eb3f0e + docs/models/accountingtrackingcategoriesaddglobals.md: + last_write_checksum: sha1:6ae2f9cb52fb26ef4f144115f741ee2b4134fe59 + docs/models/accountingtrackingcategoriesaddrequest.md: + last_write_checksum: sha1:c224fd3ca42deadf6470b456fc6c777cbd2d7dfa + docs/models/accountingtrackingcategoriesaddresponse.md: + last_write_checksum: sha1:44c74038e14e319e814581e67fdb013fa9c075bd + docs/models/accountingtrackingcategoriesallglobals.md: + last_write_checksum: sha1:0bbf5c25de42c623d94ac9b852a39f90268f2876 + docs/models/accountingtrackingcategoriesallrequest.md: + last_write_checksum: sha1:393cd84d5fbdb43003422716a69b38435bb1f70c + docs/models/accountingtrackingcategoriesallresponse.md: + last_write_checksum: sha1:6037e8c9308b207413c6bc33905246cb0ce35fbd + docs/models/accountingtrackingcategoriesdeleteglobals.md: + last_write_checksum: sha1:02f5758295781d570b4c8867d4b19aecf8d0b5eb + docs/models/accountingtrackingcategoriesdeleterequest.md: + last_write_checksum: sha1:7d1a54b2501d1de34c0a2543bc655f32cf45171f + docs/models/accountingtrackingcategoriesdeleteresponse.md: + last_write_checksum: sha1:8b0d9f19261b58de93e673c6aed53d397b449d5c + docs/models/accountingtrackingcategoriesoneglobals.md: + last_write_checksum: sha1:e4e4a8c134e835439e9132694a1af689fc0295b8 + docs/models/accountingtrackingcategoriesonerequest.md: + last_write_checksum: sha1:944fd09b1e6c29532b4a0f884aa48126c3b2b439 + docs/models/accountingtrackingcategoriesoneresponse.md: + last_write_checksum: sha1:ec01e83301c004ef0dc4e07f5b972da1f27476aa + docs/models/accountingtrackingcategoriesupdateglobals.md: + last_write_checksum: sha1:9342632122f11460590bcf8400e13d37d286eb1e + docs/models/accountingtrackingcategoriesupdaterequest.md: + last_write_checksum: sha1:6ae5df10e6d40a5a97f0cf3fb8b7aeeacdcddc2d + docs/models/accountingtrackingcategoriesupdateresponse.md: + last_write_checksum: sha1:dc9ffb19d3bf1cb210cc58903831868245f63c09 + docs/models/accountstatus.md: + last_write_checksum: sha1:b8c7e29dca34e08ba53967f41ebc55ad230fd1af + docs/models/accounttype.md: + last_write_checksum: sha1:19517a7f877d6d39bd20d1c03ef3419069e6e26a + docs/models/activitiesfilter.md: + last_write_checksum: sha1:ebe75ba0de4c173402f35888a3ef0dfc0b18c3bb + docs/models/activitiessort.md: + last_write_checksum: sha1:501c1e2ce1924e4200b1ac901d865131a28e5565 + docs/models/activitiessortby.md: + last_write_checksum: sha1:c29ad7a249d6efbf5629d78a86a0481d7517c0cd + docs/models/activity.md: + last_write_checksum: sha1:c33532a755c2412d031595513cc7584a48fbe2c2 + docs/models/activityattendee.md: + last_write_checksum: sha1:29506e1c729211a7f8fd3e2b9afb6b892363c671 + docs/models/activityattendeeinput.md: + last_write_checksum: sha1:58d49f742a5afd9a00c4d4ba15b078b7e28995ab + docs/models/activityattendeestatus.md: + last_write_checksum: sha1:cf8f2852a53cf92eca18c1540ec3d7bcb6fd6d5c + docs/models/activityinput.md: + last_write_checksum: sha1:4f7b2b0f27d1e6d52cb74141106e3b6187101500 + docs/models/activitytype.md: + last_write_checksum: sha1:7a40efba5711aa678741180386915d22643cb39d + docs/models/address.md: + last_write_checksum: sha1:13341b79350b776eb7d056eb14d46e6581e1f5f1 + docs/models/addresses.md: + last_write_checksum: sha1:3a1d4495bbfa3de48bf92956a405f0a83f787cc3 + docs/models/agedcreditors.md: + last_write_checksum: sha1:35387efc12399af79a589a1da972171388340d80 + docs/models/ageddebtors.md: + last_write_checksum: sha1:705fed6491e60af7a5fd14a1762b0f92c971649c + docs/models/agedreportfilter.md: + last_write_checksum: sha1:f2fcd3363a5fb1be339d21e20a11e8d0aaeb4e00 + docs/models/allocation.md: + last_write_checksum: sha1:4e911fe4d9bcefd090368c49ef3a26f6a7405e36 + docs/models/allocationinput.md: + last_write_checksum: sha1:b0f19d5272fa11b76f9ed42c0e95ec6f43a6f830 + docs/models/allocations.md: + last_write_checksum: sha1:7da506809896ac07469207cc4430dce1c823ea8d + docs/models/allocationtype.md: + last_write_checksum: sha1:3cc52cf49da9cfdfa12fe90903b05d680f2ef520 + docs/models/allowactions.md: + last_write_checksum: sha1:6f9b5ccc19c6d4c6c1026eef293e93f59399a5be + docs/models/amortizationtype.md: + last_write_checksum: sha1:ed8f6d976cd68c0c49170d814cb5a5f4f65afa3b + docs/models/api.md: + last_write_checksum: sha1:c0899e3f067d519424fa8034a8af98af0bb08e96 + docs/models/apiresource.md: + last_write_checksum: sha1:f020871b6f50ac34042f9f2c49fbfcee45b7f06d + docs/models/apiresourcecoverage.md: + last_write_checksum: sha1:e0fc591a745e4f0d3faba31d19d742ef2c9a280b + docs/models/apisfilter.md: + last_write_checksum: sha1:c6cde54f0b6ab53eed7c05fd48203a989eb62b23 + docs/models/apistatus.md: + last_write_checksum: sha1:476f26c3dc1f0d69add4149dccc699021eaa1e12 + docs/models/apitype.md: + last_write_checksum: sha1:c5793066157837fec877749be1e324744b6cafb9 + docs/models/applicant.md: + last_write_checksum: sha1:40b47d22bc399e75d09fc01585b8e8cc35195900 + docs/models/applicantgender.md: + last_write_checksum: sha1:eb8647bace42057faed243982b114e4492be940c + docs/models/applicantinput.md: + last_write_checksum: sha1:75b0db13cd38faac8790995b9f44770cf831b1e7 + docs/models/applicantsfilter.md: + last_write_checksum: sha1:9e2072f846ec26a0f0258c7a9ce4874fbbc21534 + docs/models/applicanttype.md: + last_write_checksum: sha1:a83ada2adcf0690c3a7d0caa420142a058892fd3 + docs/models/application.md: + last_write_checksum: sha1:c7c2f33535cd9717a7f366fbbfc6352ac47f02ea + docs/models/applicationinput.md: + last_write_checksum: sha1:0ee7986f4e339b12b81fc1a360f211842ec681b3 + docs/models/applicationstatus.md: + last_write_checksum: sha1:9e4e2f698accd1d9108574628e75778032541fb6 + docs/models/assignee.md: + last_write_checksum: sha1:79ae2eec09d851bdd45477f09b2c7b31f244aaa5 + docs/models/assigneeinput.md: + last_write_checksum: sha1:72647992f69a52266990363c5198fbff36195b1d + docs/models/atsapplicantsaddglobals.md: + last_write_checksum: sha1:b32802bafcf250ed34d23d604d2d6ff25e177c9c + docs/models/atsapplicantsaddrequest.md: + last_write_checksum: sha1:2858cd2523086b8c27198c8eec01b6c22400881d + docs/models/atsapplicantsaddresponse.md: + last_write_checksum: sha1:02787dea40922be8e89853c851c0d038f99829da + docs/models/atsapplicantsallglobals.md: + last_write_checksum: sha1:87771fc38c389b83da7b476f1a945beba8f3ea25 + docs/models/atsapplicantsallrequest.md: + last_write_checksum: sha1:0619465998b71f76fd1ebe0fa1a2f9c73eee009b + docs/models/atsapplicantsallresponse.md: + last_write_checksum: sha1:5d0d0acccf8c5df457293d9755af1fc033e0319e + docs/models/atsapplicantsdeleteglobals.md: + last_write_checksum: sha1:148d2b7705b173a95d614df38131603577707562 + docs/models/atsapplicantsdeleterequest.md: + last_write_checksum: sha1:bdf5eb5333c9fbd667934cb71d691f522257a657 + docs/models/atsapplicantsdeleteresponse.md: + last_write_checksum: sha1:2333318d9c5d151b35f32d0a102a5b63925d29ce + docs/models/atsapplicantsoneglobals.md: + last_write_checksum: sha1:055a153610746f38ea995f11924edeea56f74051 + docs/models/atsapplicantsonerequest.md: + last_write_checksum: sha1:921619a21db043ebca76dcdf267419acb6275ab0 + docs/models/atsapplicantsoneresponse.md: + last_write_checksum: sha1:710899246b308f85bc02b13f778fade99a295a73 + docs/models/atsapplicantsupdateglobals.md: + last_write_checksum: sha1:e330e866c65d60e8c7ffd27ab6dc5300731c6a3b + docs/models/atsapplicantsupdaterequest.md: + last_write_checksum: sha1:e2272e6cd79ee545c53b391a2aa7ac333ddbef53 + docs/models/atsapplicantsupdateresponse.md: + last_write_checksum: sha1:0e1ec02db82b18d11f1e45e35c337b512b8e2a6c + docs/models/atsapplicationsaddglobals.md: + last_write_checksum: sha1:00b74894df5e582062f05ca05bd618a2393255a2 + docs/models/atsapplicationsaddrequest.md: + last_write_checksum: sha1:57176612573a15fd56d3392a7db7f57119e29153 + docs/models/atsapplicationsaddresponse.md: + last_write_checksum: sha1:fc026dd625cefc92cd54b2894162e0a025404788 + docs/models/atsapplicationsallglobals.md: + last_write_checksum: sha1:f85ce347d3583097f5d7ada94fc45af32a5f4e7f + docs/models/atsapplicationsallrequest.md: + last_write_checksum: sha1:2d62a4f19dca66dd66aaea26feebe747e9c0a0d2 + docs/models/atsapplicationsallresponse.md: + last_write_checksum: sha1:f8e16695d203ae08dcb30a02493a81820811af23 + docs/models/atsapplicationsdeleteglobals.md: + last_write_checksum: sha1:4e237b7f8a789c1153425a51818b38994ed9fb0f + docs/models/atsapplicationsdeleterequest.md: + last_write_checksum: sha1:af10f006d96bba495029032f90ce3857faaf6626 + docs/models/atsapplicationsdeleteresponse.md: + last_write_checksum: sha1:fa61e0a79c61e77a73247188d0993a6b06db7967 + docs/models/atsapplicationsoneglobals.md: + last_write_checksum: sha1:dd2913ac89588497342a74509db8a9f57cc00c01 + docs/models/atsapplicationsonerequest.md: + last_write_checksum: sha1:c4869ec2db92787bc4ae874ebee4476aedd58f0e + docs/models/atsapplicationsoneresponse.md: + last_write_checksum: sha1:f238c5bdfef4e1cef5ff7ac9801779518a1ee9de + docs/models/atsapplicationsupdateglobals.md: + last_write_checksum: sha1:c5996d0f7c690a82cd52bc86c217313fad984378 + docs/models/atsapplicationsupdaterequest.md: + last_write_checksum: sha1:9e7a1f842d9be601feadaf152955fc42812c98e8 + docs/models/atsapplicationsupdateresponse.md: + last_write_checksum: sha1:7a36fde411e2cd462f59c201e7b7c0f45e4e060f + docs/models/atsjobsallglobals.md: + last_write_checksum: sha1:ee3855e520c8ffcbbcc96e15443f51c237be2bf0 + docs/models/atsjobsallrequest.md: + last_write_checksum: sha1:c5e8aed684169f78fcdf66920cd129263af597c7 + docs/models/atsjobsallresponse.md: + last_write_checksum: sha1:e49fe18e89ef7c08abc3c330bf098441187a2d64 + docs/models/atsjobsoneglobals.md: + last_write_checksum: sha1:9b5cf63d73e79634679a8c1906f8060053f1bc77 + docs/models/atsjobsonerequest.md: + last_write_checksum: sha1:596511f5b80fbab7affdb2ac2fc02f9b313c6681 + docs/models/atsjobsoneresponse.md: + last_write_checksum: sha1:992e70377513c34ca6a9877ecb521fd62dc90b56 + docs/models/attachment.md: + last_write_checksum: sha1:73960c48c78ce8693bb7b33aa476cfedf7e24769 + docs/models/attachmentreference.md: + last_write_checksum: sha1:e1309515117268d54df56cf96fcd22651a6b174e + docs/models/attachmentreferencetype.md: + last_write_checksum: sha1:90b5a55b28a168077da87a0ed466ed984f04b02a + docs/models/attempts.md: + last_write_checksum: sha1:c77d6ef2cd3be58eb264dcb91de97fbe662212c8 + docs/models/audience.md: + last_write_checksum: sha1:7dafa82b7c98c275830fa889a4ef42171ac08c4b + docs/models/authtype.md: + last_write_checksum: sha1:70a88872c5ea8168a947795ee420e8685e525f09 + docs/models/badrequestresponse.md: + last_write_checksum: sha1:9b9f6838a5bac4a13e6ecec4b6433fd09a53223b + docs/models/badrequestresponsedetail.md: + last_write_checksum: sha1:e73e32fe0cb963b45de38cdedf230b9fbe9e26b4 + docs/models/balancebyperiod.md: + last_write_checksum: sha1:6ec388e3ae2b43e4a8bc7b2a2cb0530384ec9748 + docs/models/balancebytransaction.md: + last_write_checksum: sha1:537284c3ee37bfb361b04a86fc4273ed6ca33031 + docs/models/balancebytransactiontransactiontype.md: + last_write_checksum: sha1:b4485f5650c98554b140bcba4544238767e04a02 + docs/models/balancesheet.md: + last_write_checksum: sha1:3ab4490a9bccffca8f8f8d2959d2919199714ced + docs/models/balancesheetassetsaccount.md: + last_write_checksum: sha1:636e89725de966eeba43d62d51ead2232b6369d2 + docs/models/balancesheetequityaccount.md: + last_write_checksum: sha1:02285cab042b320d0d5c1e595b2d54f9adf2aa62 + docs/models/balancesheetfilter.md: + last_write_checksum: sha1:9ed35065e15ef13e48cb413b6ee4a15771ca3b6f + docs/models/balancesheetliabilitiesaccount.md: + last_write_checksum: sha1:ad9f4a98d191e2a180b3b07120b2402b0e1077a4 + docs/models/balancesheetuncategorizeditemsaccount.md: + last_write_checksum: sha1:d218ea1b4d71ee370bfdb3d525e92c4e6a879b8f + docs/models/bankaccount.md: + last_write_checksum: sha1:0ae974b22b84f37720cad9d7ae9e82e09d0fc9cc + docs/models/bankaccount1accounttype.md: + last_write_checksum: sha1:ff1bf663d14282510217ccaa14dd4a8708a8ed77 + docs/models/bankaccount1.md: + last_write_checksum: sha1:e3b3b033f129431256773ae557fe247aba43e734 + docs/models/bankaccount2accounttype.md: + last_write_checksum: sha1:4874e08731b10b94c06e2f436ff187e260997ff6 + docs/models/bankaccount2.md: + last_write_checksum: sha1:fe7750534d7b50fef37b6f39ee91f652d4c17551 + docs/models/bankaccountfilter.md: + last_write_checksum: sha1:99ef4ec7b0aec6e59e52e48ffb2feb6e50305a28 + docs/models/bankaccountfilteraccounttype.md: + last_write_checksum: sha1:9725965365c957d87a0fa9d19ec2fd9efc130617 + docs/models/bankaccountsfilter.md: + last_write_checksum: sha1:047c52c8bd780905672fe0f42c7ee67d3e656ead + docs/models/bankaccountsfilteraccounttype.md: + last_write_checksum: sha1:8d92e974a3306677b58b1db6b862b065ab317b76 + docs/models/bankaccountsfilterstatus.md: + last_write_checksum: sha1:da7d3c77a493117c125f1f36f196ed081467de07 + docs/models/bankaccountssort.md: + last_write_checksum: sha1:55737a0831d3290e3a372519c418c7266836da7b + docs/models/bankaccounttype.md: + last_write_checksum: sha1:95a6804c1823d5f3cd906479c4a70ecc8bfd721b + docs/models/bankfeedaccount.md: + last_write_checksum: sha1:20c0daa58d282e51e9ac91248ae11a9c05b4f12c + docs/models/bankfeedaccountinput.md: + last_write_checksum: sha1:5ce8fe9b54522b721e5a632d3f3aacf7b17df691 + docs/models/bankfeedstatement.md: + last_write_checksum: sha1:6192257d44e888e76cfab4d060f33bf0373efbc1 + docs/models/bankfeedstatementinput.md: + last_write_checksum: sha1:351c5b2621709f55231979b337fe0dca1a992d1b + docs/models/bankfeedstatementtransactiontype.md: + last_write_checksum: sha1:ed22c9fd5e1f49c352c26a6430fbaab85d67c89f + docs/models/benefit.md: + last_write_checksum: sha1:b336de5797dac45992cd634a827d5c0c7a7567f8 + docs/models/bill.md: + last_write_checksum: sha1:cc021025811d48e86b006963750d084109277e7b + docs/models/billingmethod.md: + last_write_checksum: sha1:9293ae87193f7d0dc49f85f34f241624771e60fd + docs/models/billinput.md: + last_write_checksum: sha1:c4a1a2f9555450778629983c3c0ac218a1f570cd + docs/models/billlineitem.md: + last_write_checksum: sha1:5a8f4ac05cf4d1ed95ce1f430ae3964508824ff3 + docs/models/billlineiteminput.md: + last_write_checksum: sha1:a7200d2652abf44415feaed1ebe40e575d800dff + docs/models/billpayment.md: + last_write_checksum: sha1:e285640c54d1875edcffdf4aa07b900bb4e2d518 + docs/models/billpaymentallocations.md: + last_write_checksum: sha1:12a7dd0e3972194c70467ed0a6044b90ea0dc537 + docs/models/billpaymentallocationtype.md: + last_write_checksum: sha1:d1cb82f6aa813e5d7f1abbcad7290f7035c506c2 + docs/models/billpaymentinput.md: + last_write_checksum: sha1:e387d88e7a05f513e7afd668740aa5f3ab5bf27f + docs/models/billpaymenttype.md: + last_write_checksum: sha1:8e91cfb880c3a50227a067f1318edf3e1e8c0fe4 + docs/models/billsfilter.md: + last_write_checksum: sha1:e02e5cbe4b43714a05415a98b4f373933611e9ab + docs/models/billsfilterstatus.md: + last_write_checksum: sha1:366a4385a42674077ee57c01d1669fd7095e4ad0 + docs/models/billssort.md: + last_write_checksum: sha1:189cffc67fa8543f7d374871fb6ecdb3c8d7ee42 + docs/models/billstatus.md: + last_write_checksum: sha1:189e003230c9084e49145daaf5b1c778b794b1ba + docs/models/blocks.md: + last_write_checksum: sha1:c61cfe57f30b6694b9ce5814793f9ee13c9749e4 + docs/models/branch.md: + last_write_checksum: sha1:357a1df6509d09f936e36070b1e7c871ef83c4dd + docs/models/by.md: + last_write_checksum: sha1:1bbdd3907d82b5d5f147cf103f8e6dc3161f952b + docs/models/categoriesfilter.md: + last_write_checksum: sha1:b66b75bbf47199ab32356bd91476af9faa83bcf9 + docs/models/categoriesfiltertype.md: + last_write_checksum: sha1:f5254e02c5a23554a2bcc3685d9d877e4e4bc5a5 + docs/models/categoriesmodel.md: + last_write_checksum: sha1:c890210b67eec693138099638a1b38e075d22d0d + docs/models/category.md: + last_write_checksum: sha1:c26701661d6adea2a7838c76da957174af7cc529 + docs/models/categorystatus.md: + last_write_checksum: sha1:bdf3a50ae46feff76a4014a852569581f48e8fb5 + docs/models/categorytype.md: + last_write_checksum: sha1:d08dd77ae8ff14ebc2376217bc0a3c1966267e5e + docs/models/classification.md: + last_write_checksum: sha1:3f3e19eb93ebbacefb9c8554b5638feafc68e227 + docs/models/collection.md: + last_write_checksum: sha1:972d26bf087e2269de352d18fac43479ba305789 + docs/models/collectionssort.md: + last_write_checksum: sha1:718b8ee282fc2697223e6af79f27e88cdca8ec48 + docs/models/collectionssortby.md: + last_write_checksum: sha1:e38aee6f42e915d983894a5a9d79485e70017308 + docs/models/collectiontag.md: + last_write_checksum: sha1:7d3c4def34bbff5c2b449f8e7aaafd39b35f36ce + docs/models/collectiontaginput.md: + last_write_checksum: sha1:b53ebf6aa4528e2a4279fb8f19614ce1e793aefc + docs/models/collectionticketcomment.md: + last_write_checksum: sha1:a9954f36f0113e572bf474548199bd4c8f64c59b + docs/models/collectionticketcommentinput.md: + last_write_checksum: sha1:59e8c7a673c8dae84fc1751d13c68e873ca6b7bf + docs/models/collectionuser.md: + last_write_checksum: sha1:597ffd49583618f071b1164fc579d99142eb7d97 + docs/models/commentssort.md: + last_write_checksum: sha1:72af151b36d32615dbbff8baf3617a180362502e + docs/models/commentssortby.md: + last_write_checksum: sha1:29f2279faee2f168663633f95a0ed56f317e643d + docs/models/companiesfilter.md: + last_write_checksum: sha1:389414ecf11211039eebdd5c247d59a9ba8c2d86 + docs/models/companiessort.md: + last_write_checksum: sha1:7399a042b2b70d0f29dade02260d283590fe0639 + docs/models/companiessortby.md: + last_write_checksum: sha1:608790b28f364f20839012efdeca62a9fa5f4c7f + docs/models/company1input.md: + last_write_checksum: sha1:84343662dfc14333ecb9e8f4ef9f4cf3edfa97c6 + docs/models/company1.md: + last_write_checksum: sha1:d42d87e22c5381feda9dbfe530a3a771bd0f3b88 + docs/models/companyinfo.md: + last_write_checksum: sha1:b005dc86ace08e5cf53d5030353bddf5ec9f87ec + docs/models/companyrowtype.md: + last_write_checksum: sha1:2dc3bcab4c801c314de6d209077dfd1165e873eb + docs/models/companystatus.md: + last_write_checksum: sha1:36c91b54e9f50f69bb8855729b6229a1469bcd13 + docs/models/compensation.md: + last_write_checksum: sha1:72635c286fa9f54ad9477967fd56de2b6dd459b9 + docs/models/components.md: + last_write_checksum: sha1:26d832692cb7ed21fc3cdd834eb10c3453effbed + docs/models/configuration.md: + last_write_checksum: sha1:d7316959670bb33007c8e75596a6b67e3e860b55 + docs/models/connection.md: + last_write_checksum: sha1:c5da6a92731a4a0dcbec102e263dc92f5f2bdc54 + docs/models/connectionconfiguration.md: + last_write_checksum: sha1:b8373ebad4674b14991c53b0b805d1d82739022f + docs/models/connectiondefaults.md: + last_write_checksum: sha1:ffafdb7580a2a9f1fc663fad634a8ee852bb8770 + docs/models/connectionimportdata.md: + last_write_checksum: sha1:0b06e09351ee734a771f4816621486ce38d65f56 + docs/models/connectioninput.md: + last_write_checksum: sha1:7634ec94908c77bcb26fdc8cd3c22b1afa85c0ce + docs/models/connectionstate.md: + last_write_checksum: sha1:0f429e9f0143be2577f5c84357d7be32f2afa304 + docs/models/connectionstatus.md: + last_write_checksum: sha1:2e0a751d49da87443345b3bedaa8dd81afbcf4a5 + docs/models/connectionvalue.md: + last_write_checksum: sha1:b1f1eb6efbf3520c4586c16a6d455515b6599853 + docs/models/connector.md: + last_write_checksum: sha1:dfa87ecd528749a46357f459e21d122acc365634 + docs/models/connectorapiresourcecoverageoneglobals.md: + last_write_checksum: sha1:17406fc857fa169bb17977ce90d2b52701b1f193 + docs/models/connectorapiresourcecoverageonerequest.md: + last_write_checksum: sha1:1ac0d56d47fbf2219f1e27a3161785f1eda4d028 + docs/models/connectorapiresourcecoverageoneresponse.md: + last_write_checksum: sha1:1fff1c7f53f9c3dde0a4d60caf85e39cdd0a5d1d + docs/models/connectorapiresourcesoneglobals.md: + last_write_checksum: sha1:86d60187a1866cc37be21cf80554f297f1dc7dad + docs/models/connectorapiresourcesonerequest.md: + last_write_checksum: sha1:77aa51b93af901f7601746ddd7129e12319f8eb6 + docs/models/connectorapiresourcesoneresponse.md: + last_write_checksum: sha1:fa99515044f6289a37091190f2da64fbe8bbe6f3 + docs/models/connectorapisallglobals.md: + last_write_checksum: sha1:6b698cba3cd90eb3f51f2fe78dc559d928cceb4b + docs/models/connectorapisallrequest.md: + last_write_checksum: sha1:8b3bd24a1420cdfaa5e0f679b07b5aff37f842fd + docs/models/connectorapisallresponse.md: + last_write_checksum: sha1:37face03acaa9695a08531940ea51f79d70f2f36 + docs/models/connectorapisoneglobals.md: + last_write_checksum: sha1:08c2d3f8bb859104c1a75d815e1703931ac64aea + docs/models/connectorapisonerequest.md: + last_write_checksum: sha1:23538a9b78ede032a5cf457e39f3f72d4a2fbce3 + docs/models/connectorapisoneresponse.md: + last_write_checksum: sha1:a9899c985343c772abc5b442a492d7e6eb00e839 + docs/models/connectorauthtype.md: + last_write_checksum: sha1:671604290796cec5497e4d95542e57cd9d02091d + docs/models/connectorconnectordocsoneglobals.md: + last_write_checksum: sha1:6f5e7af5e9d8a37a7b147c4665d47600d482a94a + docs/models/connectorconnectordocsonerequest.md: + last_write_checksum: sha1:fecdcaae65b6b07f81c6793ec674ca07722a89ae + docs/models/connectorconnectordocsoneresponse.md: + last_write_checksum: sha1:7e9535f1b342da920a654e5be938a0c03533f729 + docs/models/connectorconnectorresourcesoneglobals.md: + last_write_checksum: sha1:f778147cfd53c0360af2bb70c2a304d856ac1bdf + docs/models/connectorconnectorresourcesonerequest.md: + last_write_checksum: sha1:eed53b316f7f14d6a3ae446e86d7daf4c1bf2bd9 + docs/models/connectorconnectorresourcesoneresponse.md: + last_write_checksum: sha1:c03056fdee0d4c862fd2d1b2852841f2eb0dc845 + docs/models/connectorconnectorsallglobals.md: + last_write_checksum: sha1:afd0e7a73cf014dd8bc3dd00acbe44bfcac154f8 + docs/models/connectorconnectorsallrequest.md: + last_write_checksum: sha1:5e48fdb060d5eb0f8c48ff53bbd4118dfb17e1a2 + docs/models/connectorconnectorsallresponse.md: + last_write_checksum: sha1:c58ad7018713b905cff89b7845e9248cc952b3e1 + docs/models/connectorconnectorsoneglobals.md: + last_write_checksum: sha1:3cb8f3fdaa2428f37105cb533b4f69dbb22cd1b0 + docs/models/connectorconnectorsonerequest.md: + last_write_checksum: sha1:1742a92b58fb9fe445cb8b129d3b11486820c133 + docs/models/connectorconnectorsoneresponse.md: + last_write_checksum: sha1:a288131455445f85b9c6f7ff9ecab441a81e9a07 + docs/models/connectordoc.md: + last_write_checksum: sha1:174fd1870fcb1ef5894a034653d4f57680a17d36 + docs/models/connectorevent.md: + last_write_checksum: sha1:e90941e013c103074bc6549f30bda17feafa3386 + docs/models/connectoroauthgranttype.md: + last_write_checksum: sha1:6599c1991ba5980156d2f39896787c1834c56415 + docs/models/connectoroauthscopes.md: + last_write_checksum: sha1:38999f9a6b53dfcb8b18d7823757ed48f9500789 + docs/models/connectorresource.md: + last_write_checksum: sha1:7057eda11e9d342bc3fdace427b114d9231c1aca + docs/models/connectorsetting.md: + last_write_checksum: sha1:7507edef250e878dd633ceb06b3668c2a9d6100c + docs/models/connectorsettingtype.md: + last_write_checksum: sha1:0687123629e099b680e631c9922ead2f866e2ca6 + docs/models/connectorsfilter.md: + last_write_checksum: sha1:5ccacb2cc174f182aa61ee9a440ee0d3a608b2d3 + docs/models/connectorstatus.md: + last_write_checksum: sha1:785e71e17020dca1075a4cdd660daed1d8f23747 + docs/models/consentrecord.md: + last_write_checksum: sha1:0cf88bcd9cd3af300651ff8cb137da86086fea83 + docs/models/consentrecordinput.md: + last_write_checksum: sha1:44482a863953935329d9e2187d95a1bb402fb588 + docs/models/consentstate.md: + last_write_checksum: sha1:d1eb9006e0b3dace24df3d5f520a9521167d89ce + docs/models/consumer.md: + last_write_checksum: sha1:f5edfa319764fdf28f036696938f868e7df2ca52 + docs/models/consumerconnection.md: + last_write_checksum: sha1:d6510aca6132524055c89706372de087c2f7f6cf + docs/models/consumermetadata.md: + last_write_checksum: sha1:4860b4b5c0e4db4aece222faae0586fecaaa1309 + docs/models/consumerrequestcountsindaterangeresponse.md: + last_write_checksum: sha1:af32af03d6801037a4ec57754a66cc5b117e9aa1 + docs/models/consumerrequestcountsindaterangeresponsedata.md: + last_write_checksum: sha1:d1ec4a581a3a222b183f921b30b9af237dadb2b9 + docs/models/contact.md: + last_write_checksum: sha1:92d6cbfc10335878c3e229f65942574e9e66c646 + docs/models/contactgender.md: + last_write_checksum: sha1:4db9ee4583a96ae3f5ef5ca9c8b81909409c4454 + docs/models/contactinput.md: + last_write_checksum: sha1:69c27e86bbe0f415c24f74e0c0a1c978cec5ffb7 + docs/models/contactsfilter.md: + last_write_checksum: sha1:e1637276fa0afe50467e5893831c9d9910896f74 + docs/models/contactssort.md: + last_write_checksum: sha1:fd62d14bde6a94d6a4421b7ea2d453ec86bea37d + docs/models/contactssortby.md: + last_write_checksum: sha1:ba9bc352cfeca3013ffcd964786e4c1a0d18c853 + docs/models/contacttype.md: + last_write_checksum: sha1:1252d7ffc231ccbaf134e91b1e8e416aeed3a1c5 + docs/models/copyfolderrequest.md: + last_write_checksum: sha1:aafe5d9c0855cb7b4da8cb0c2c2aa769eeb4fd60 + docs/models/costofgoodssold.md: + last_write_checksum: sha1:16124a4decc232e4b6d1f979205834c7dfca111a + docs/models/coverage.md: + last_write_checksum: sha1:27963d70a82e845ddc2f37b6ea7cf3e60f73c951 + docs/models/createaccountingdepartmentresponse.md: + last_write_checksum: sha1:a1afc4f9c1a14a555f8b40c9435f5cc1fb4294fe + docs/models/createaccountinglocationresponse.md: + last_write_checksum: sha1:7650b6fe1e5f8e3547ea28024fe0b51e0da14cb8 + docs/models/createactivityresponse.md: + last_write_checksum: sha1:b9b787e5341e3837dbecf420917f1f082ac297f7 + docs/models/createapplicantresponse.md: + last_write_checksum: sha1:0ca24234b5462fd18ad79947a5eada6a9ed1cade + docs/models/createapplicationresponse.md: + last_write_checksum: sha1:5fd6f33c74786f56c6e3dc74bddc3e4cd7cab03e + docs/models/createattachmentresponse.md: + last_write_checksum: sha1:0ff520a37a873b4ce1f72ee42e91de5efc84eb4e + docs/models/createbankaccountresponse.md: + last_write_checksum: sha1:c526a90aee1e1402339cbbfef7672f1c2d324a6a + docs/models/createbankfeedaccountresponse.md: + last_write_checksum: sha1:e6af6f5efdad799e26074b7407f1cb35fdade4ac + docs/models/createbankfeedstatementresponse.md: + last_write_checksum: sha1:2573793fa7b377cfd7ab12555806bf2f6f3d9f50 + docs/models/createbillpaymentresponse.md: + last_write_checksum: sha1:4fd0016f15be53e70bd547eaed71d346a53736dc + docs/models/createbillresponse.md: + last_write_checksum: sha1:b257d89c031fd86c85b3d281f8642a81c8e14c01 + docs/models/createcallbackstate.md: + last_write_checksum: sha1:8d8736838aeea357769b69f6e2e4401675c5634f + docs/models/createcallbackstateresponse.md: + last_write_checksum: sha1:0b6853b6e5262985542a3db6a8b8a667b88e1201 + docs/models/createcallbackstateresponsedata.md: + last_write_checksum: sha1:efc23bd9327067a6011047d3495b35829d2d0773 + docs/models/createcommentresponse.md: + last_write_checksum: sha1:0796a4f7d453cb87159cd44aaf423d7072136a98 + docs/models/createcompanyresponse.md: + last_write_checksum: sha1:2a1b89b900b80f74a0b2b82432abfbe7d1364101 + docs/models/createconnectionresponse.md: + last_write_checksum: sha1:4d9fe32864cd933ce01a5925e4657750aa8d280d + docs/models/createconsumerrequest.md: + last_write_checksum: sha1:81c79e54a3025012aa0533991dca840821cf4d27 + docs/models/createconsumerresponse.md: + last_write_checksum: sha1:e74d3249003625203aea2218f0f0a70fd6cc1669 + docs/models/createcontactresponse.md: + last_write_checksum: sha1:96cb56816b1feb5af650424e47810e09bcdb5f25 + docs/models/createcreditnoteresponse.md: + last_write_checksum: sha1:c5685a9285e8907f5d51a50b3e5f9ac48eabc5d3 + docs/models/createcustomerresponse.md: + last_write_checksum: sha1:391cc03cdca6be0a481048adc8770dbe9a8b4944 + docs/models/createcustomobjectresponse.md: + last_write_checksum: sha1:3f625d9e55c8cd9cd80121cccec3308184448ada + docs/models/createcustomobjectschemaresponse.md: + last_write_checksum: sha1:d684abbe451eeb31fc8e2c3a12d3c7588ec02f8f + docs/models/createdepartmentresponse.md: + last_write_checksum: sha1:03d905159b601fde6a7d1193c81e87323b9e20ea + docs/models/createdrivegroupresponse.md: + last_write_checksum: sha1:f5ea4f43882479207ed66a3743d61619b9239e7e + docs/models/createdriveresponse.md: + last_write_checksum: sha1:4748e36cfcc49a14f6318ba2287650f5944ff1bf + docs/models/createemployeeresponse.md: + last_write_checksum: sha1:418c38da48fb82c76d76e2c7cfa48776d3571f13 + docs/models/createexpenseresponse.md: + last_write_checksum: sha1:2a1341e6cf789de02035426136791c338e8162d2 + docs/models/createfolderrequest.md: + last_write_checksum: sha1:a6df6a6ec3118e91fba444982ecf13329d95a907 + docs/models/createfolderresponse.md: + last_write_checksum: sha1:0a843847f6b03c0732ec26c8d8f2904feec6468f + docs/models/createhriscompanyresponse.md: + last_write_checksum: sha1:0c877f093bedc5904a054d6b8056d562545e3453 + docs/models/createinvoiceitemresponse.md: + last_write_checksum: sha1:f71514b717a91084db6e6ee645e87bd52e66faea + docs/models/createinvoiceresponse.md: + last_write_checksum: sha1:a36887b04f055825e037eefb487d4aca11846a3a + docs/models/createjournalentryresponse.md: + last_write_checksum: sha1:6b561ce177321e17576bf06b8e45b88c1d960fb7 + docs/models/createleadresponse.md: + last_write_checksum: sha1:6f9e278db3ff48aa11c5a5044a99e74a92118451 + docs/models/createledgeraccountresponse.md: + last_write_checksum: sha1:bb2f5cac8bd483952c273c8aefa4acf0b2a6d9e1 + docs/models/createmessageresponse.md: + last_write_checksum: sha1:6f340a27ef3fc177dff1489f3db6272c3d9bdaa2 + docs/models/createnoteresponse.md: + last_write_checksum: sha1:9e80122d2f69bcd8d41d12226f23c4aed0154dad + docs/models/createopportunityresponse.md: + last_write_checksum: sha1:0e40997d01afd3e9144b5b5e683f872f149e4f50 + docs/models/createpaymentresponse.md: + last_write_checksum: sha1:d277e8cb9b5d8df206a6ecb84fbf52c08a5c46c2 + docs/models/createpipelineresponse.md: + last_write_checksum: sha1:4285695273fa4bb11cd91ab65d31f5438e9659f3 + docs/models/createprojectresponse.md: + last_write_checksum: sha1:bfa62ec55e6a0f4b8834df32bd614309c9819503 + docs/models/createpurchaseorderresponse.md: + last_write_checksum: sha1:215a055fd82b387a565efec84573982fe3fcddbc + docs/models/createquoteresponse.md: + last_write_checksum: sha1:36b0622ca557b64b7a7d537287b9959e21698e49 + docs/models/createsessionresponse.md: + last_write_checksum: sha1:dd34ea11c50835083f9b4c7012908fc593810920 + docs/models/createsessionresponsedata.md: + last_write_checksum: sha1:69d0ded7f09a2dbf6353370df78b627b506f4120 + docs/models/createsharedlinkresponse.md: + last_write_checksum: sha1:a8d17757bd99cd16cfd36faba015df8fc3c85409 + docs/models/createsubsidiaryresponse.md: + last_write_checksum: sha1:418186edfc3888ad96b328c2bc60a8e7299c10db + docs/models/createsupplierresponse.md: + last_write_checksum: sha1:f46f9569275bcc7ae56e769731d447a823daa08e + docs/models/createtaxrateresponse.md: + last_write_checksum: sha1:6fa909879404e170a65a3e9944f9791654b7fdc8 + docs/models/createticketresponse.md: + last_write_checksum: sha1:3d61d35b8809c7ff914c28f9e5894b01bab2008a + docs/models/createtimeoffrequestresponse.md: + last_write_checksum: sha1:11e36d70dacc04ea71090cd62489a9df00607322 + docs/models/createtrackingcategoryresponse.md: + last_write_checksum: sha1:f7e824a2d0b5fe2bce975e040ee0608ad268af35 + docs/models/createuploadsessionrequest.md: + last_write_checksum: sha1:4b796e59bfd7ac5771085b3a2d264eba54d9f751 + docs/models/createuploadsessionresponse.md: + last_write_checksum: sha1:e3fd1e607895b115ef432a78564c7b852a80b24e + docs/models/createuserresponse.md: + last_write_checksum: sha1:07f2729a03b103b7525f6dd1b97eb2f7990aac34 + docs/models/createwebhookrequest.md: + last_write_checksum: sha1:9bb2947117f0db5d7090b8951e48b762196462af + docs/models/createwebhookresponse.md: + last_write_checksum: sha1:b804abfcf06dba3cb6296e947a50c7b704a96784 + docs/models/credentials.md: + last_write_checksum: sha1:4c8281197850166494653091be7c4b19a5af92c7 + docs/models/creditnote.md: + last_write_checksum: sha1:438864300c2b8cba39d2c2f97b73f09006c137ed + docs/models/creditnoteinput.md: + last_write_checksum: sha1:58a15cb1f9a47e354717a6d9c81a03de01d58ac3 + docs/models/creditnotesfilter.md: + last_write_checksum: sha1:4a08d3d06051cb2cb9ae9378a9dded58bd7662a0 + docs/models/creditnotessort.md: + last_write_checksum: sha1:fd155892f6ca3800b5e3b8f6ba93ccee75ba2255 + docs/models/creditnotessortby.md: + last_write_checksum: sha1:0448ab4891e5524a39a28086ff9df0c02e6d2081 + docs/models/creditnotestatus.md: + last_write_checksum: sha1:4080d86059569254c5c124988f61e5cb9ed4c7fd + docs/models/creditnotetype.md: + last_write_checksum: sha1:a6dfc2c38060e7915c5eadc3f9cf988c9a7c2e69 + docs/models/creditordebit.md: + last_write_checksum: sha1:94571f1bf7f2c8d4023e07a92de17dd638f58ff2 + docs/models/crmactivitiesaddglobals.md: + last_write_checksum: sha1:4bcd162f6fae1916ae8b9e5695b67208290b8754 + docs/models/crmactivitiesaddrequest.md: + last_write_checksum: sha1:72702fa9428c10aab6a0a1b89b278d5634f956d2 + docs/models/crmactivitiesaddresponse.md: + last_write_checksum: sha1:ccb27ce140900b2b8bfb7374d9d42365712c4b2f + docs/models/crmactivitiesallglobals.md: + last_write_checksum: sha1:583d8a156211c9e7b23ec081f3146922688af036 + docs/models/crmactivitiesallrequest.md: + last_write_checksum: sha1:41147e37ce5e8c077dbf89b67424d003be24c330 + docs/models/crmactivitiesallresponse.md: + last_write_checksum: sha1:07feeaa61b82c151d457f6a298c803015243afcf + docs/models/crmactivitiesdeleteglobals.md: + last_write_checksum: sha1:84841e67906c62099f0e355b1b4aac47bb631686 + docs/models/crmactivitiesdeleterequest.md: + last_write_checksum: sha1:054fecf45be81267cdc2be0eac4c532537f9e2b9 + docs/models/crmactivitiesdeleteresponse.md: + last_write_checksum: sha1:745f4ee71a21b359b04877523448738a294923a0 + docs/models/crmactivitiesoneglobals.md: + last_write_checksum: sha1:aa0a792b5e449d8f0efac60dc4eba7fd00a3c1ba + docs/models/crmactivitiesonerequest.md: + last_write_checksum: sha1:532760536a4920e407a87e93caf8d93e25489077 + docs/models/crmactivitiesoneresponse.md: + last_write_checksum: sha1:cce642526ef80156d2b44d9100653409d92737b0 + docs/models/crmactivitiesupdateglobals.md: + last_write_checksum: sha1:727d251b063b1e703e1fe3ad8caf0dfd7ce09618 + docs/models/crmactivitiesupdaterequest.md: + last_write_checksum: sha1:5fe93e00b67483e24cbf02fdabedd6b002f37c15 + docs/models/crmactivitiesupdateresponse.md: + last_write_checksum: sha1:a205d2c740f4692afcac4b6f6688193959072691 + docs/models/crmcompaniesaddglobals.md: + last_write_checksum: sha1:8cdbf4900bf0fa2b96b84865cff64085fb9521de + docs/models/crmcompaniesaddrequest.md: + last_write_checksum: sha1:a21413e0bb74ce1719bf4379f1fa12b02024803b + docs/models/crmcompaniesaddresponse.md: + last_write_checksum: sha1:9ac6ecbce59dbf88f90f59114357728ef72d5f1b + docs/models/crmcompaniesallglobals.md: + last_write_checksum: sha1:58b53cdf344c69343e286f2d281944d8fcf5893d + docs/models/crmcompaniesallrequest.md: + last_write_checksum: sha1:ca0870b40fecdd8c63c9966490545de5f75c977a + docs/models/crmcompaniesallresponse.md: + last_write_checksum: sha1:42bbb947db14b07d8a08c8b36f08a9e861d2ceb3 + docs/models/crmcompaniesdeleteglobals.md: + last_write_checksum: sha1:72323ce4f6141739169ec96c8433fbef2e657b8c + docs/models/crmcompaniesdeleterequest.md: + last_write_checksum: sha1:86c61385fcf2d9733576c221eead7ead83144bde + docs/models/crmcompaniesdeleteresponse.md: + last_write_checksum: sha1:1f1c63f5f423a25b6814305f041400c8ad8c3e1f + docs/models/crmcompaniesoneglobals.md: + last_write_checksum: sha1:318572a82c5201accbe202463a4336c71c565a8b + docs/models/crmcompaniesonerequest.md: + last_write_checksum: sha1:404f910b055693ceb0606f39a2433e6b8b6e8c86 + docs/models/crmcompaniesoneresponse.md: + last_write_checksum: sha1:feb9b59debe820870a70d1b142403b26ff201335 + docs/models/crmcompaniesupdateglobals.md: + last_write_checksum: sha1:aac685a45e12b6732a6b4cdf4a1416a6c48d0aaa + docs/models/crmcompaniesupdaterequest.md: + last_write_checksum: sha1:a2d9004acd065ca847a6d2beba09af707233db9d + docs/models/crmcompaniesupdateresponse.md: + last_write_checksum: sha1:f756475d8f29da6fb2c5743c29bcf7e4b265e0a9 + docs/models/crmcontactsaddglobals.md: + last_write_checksum: sha1:d23e81fee88eba41586b39644546071c3eae07ec + docs/models/crmcontactsaddrequest.md: + last_write_checksum: sha1:6ed09c968e5a7d9e6836b3a0a68bbe77a8b3b188 + docs/models/crmcontactsaddresponse.md: + last_write_checksum: sha1:3928e40e39eadb5111ef10a039abb15a2e444663 + docs/models/crmcontactsallglobals.md: + last_write_checksum: sha1:4af2b3202c6790dfaeb61e8809f15bad91b5755f + docs/models/crmcontactsallrequest.md: + last_write_checksum: sha1:dd7005c076ef7edc6be702317c989037f90394e7 + docs/models/crmcontactsallresponse.md: + last_write_checksum: sha1:e8f8e994de30e154e2d9a736b20d4d1c2854aec9 + docs/models/crmcontactsdeleteglobals.md: + last_write_checksum: sha1:5549440000063b34a0b1cf210653fd01b28bc147 + docs/models/crmcontactsdeleterequest.md: + last_write_checksum: sha1:089b025904e53aa55906b24d556ac2edc6ce4475 + docs/models/crmcontactsdeleteresponse.md: + last_write_checksum: sha1:6e975f18df9e2040281f5e04f05ee365abb18d80 + docs/models/crmcontactsoneglobals.md: + last_write_checksum: sha1:1927032c71cd0746949ad81135bd694ae9bef7d3 + docs/models/crmcontactsonerequest.md: + last_write_checksum: sha1:c4764e0350f79205ed16eb4255b9e20f33155f21 + docs/models/crmcontactsoneresponse.md: + last_write_checksum: sha1:8d24812b18875f0b3c38dbf6bee1f2feefbd9823 + docs/models/crmcontactsupdateglobals.md: + last_write_checksum: sha1:ad409b130e8b281fc2690fdf9bdd6b84a26fcf6f + docs/models/crmcontactsupdaterequest.md: + last_write_checksum: sha1:b9110198e80d4faa0b9f299ee1d69ee54e9640a5 + docs/models/crmcontactsupdateresponse.md: + last_write_checksum: sha1:e7cc96bb1b34cb012676b567aeb9f730bb442844 + docs/models/crmcustomobjectsaddglobals.md: + last_write_checksum: sha1:ee1d363742a3a7cbab01f17344e5666fd7ca3106 + docs/models/crmcustomobjectsaddrequest.md: + last_write_checksum: sha1:6ff9d04b4dba7e48b83fa129e4095c87f2155567 + docs/models/crmcustomobjectsaddresponse.md: + last_write_checksum: sha1:9f10c6fbac1fe78f79a10ab33d62a5228ff943b2 + docs/models/crmcustomobjectsallglobals.md: + last_write_checksum: sha1:3284dadaa250a60002f449a5ad4b989d00251b7e + docs/models/crmcustomobjectsallrequest.md: + last_write_checksum: sha1:0a05f087ad405e3532370811c64e81e72807f36f + docs/models/crmcustomobjectsallresponse.md: + last_write_checksum: sha1:49e8ef6f5de44098b98949437368b7458b7c0c85 + docs/models/crmcustomobjectschemasaddglobals.md: + last_write_checksum: sha1:2e2dd766f4cab50ec84b8f3500b3e64bf9fdd571 + docs/models/crmcustomobjectschemasaddrequest.md: + last_write_checksum: sha1:e099faea3fdc905ee41465af9ecdc27cfd0a7bfa + docs/models/crmcustomobjectschemasaddresponse.md: + last_write_checksum: sha1:e83e8c30a64d2359f8099232137c0a69cf3f1d64 + docs/models/crmcustomobjectschemasallglobals.md: + last_write_checksum: sha1:c3d367edeae7ab762a8d3688b71391c0d5cc7426 + docs/models/crmcustomobjectschemasallrequest.md: + last_write_checksum: sha1:c21649b1a7f419f5a8c1332d069efe6d4b078db6 + docs/models/crmcustomobjectschemasallresponse.md: + last_write_checksum: sha1:c07149e6ce190623a17f1361aa1be309ca1643d6 + docs/models/crmcustomobjectschemasdeleteglobals.md: + last_write_checksum: sha1:a973c6f85c7853e39204245674e5291ad08b4fa4 + docs/models/crmcustomobjectschemasdeleterequest.md: + last_write_checksum: sha1:85b873221ce077bcf61ce462ddbd497eee228aec + docs/models/crmcustomobjectschemasdeleteresponse.md: + last_write_checksum: sha1:81893f59365806d730422cf308722594b2fa2657 + docs/models/crmcustomobjectschemasoneglobals.md: + last_write_checksum: sha1:512fe6373910f6f1d058734f7bf62ced458c53e9 + docs/models/crmcustomobjectschemasonerequest.md: + last_write_checksum: sha1:ff15bfb5813a4f981554919179087956d85bf49f + docs/models/crmcustomobjectschemasoneresponse.md: + last_write_checksum: sha1:00d872d2addff5e75cb35e00e36dd0c557151a0d + docs/models/crmcustomobjectschemasupdateglobals.md: + last_write_checksum: sha1:86535aeac82862347d8993d0b3ccc47053e242ad + docs/models/crmcustomobjectschemasupdaterequest.md: + last_write_checksum: sha1:83e5ac1746b9a130e6b2f2873c29b88be9d6dae8 + docs/models/crmcustomobjectschemasupdateresponse.md: + last_write_checksum: sha1:70436d73e4bd7cf4d29bf7c45b678c69710e190f + docs/models/crmcustomobjectsdeleteglobals.md: + last_write_checksum: sha1:9b839944e5730401105a61824b6d4f7c233dbd42 + docs/models/crmcustomobjectsdeleterequest.md: + last_write_checksum: sha1:67c63778948755fe66815d56691e142385ea36cf + docs/models/crmcustomobjectsdeleteresponse.md: + last_write_checksum: sha1:ddf7546411dbeb787d4e1333678c4b7b80f8ca46 + docs/models/crmcustomobjectsoneglobals.md: + last_write_checksum: sha1:d0c7aaa29aa46ec2d028265bb431710552480af1 + docs/models/crmcustomobjectsonerequest.md: + last_write_checksum: sha1:d190d5bd9d51e79c0d594f9daed05765221f5341 + docs/models/crmcustomobjectsoneresponse.md: + last_write_checksum: sha1:ab65d3d9a09fbfa25b31971da633de8c7d912f2a + docs/models/crmcustomobjectsupdateglobals.md: + last_write_checksum: sha1:b6be512f7ec12aa3c59045f3369f57c6fe8fff29 + docs/models/crmcustomobjectsupdaterequest.md: + last_write_checksum: sha1:d7a766dbfed96cb1da24c938bc3d6d8c8384e8c1 + docs/models/crmcustomobjectsupdateresponse.md: + last_write_checksum: sha1:83e535cf92b825d632f2ad3b1e0a48d6b5d9f6a9 + docs/models/crmleadsaddglobals.md: + last_write_checksum: sha1:d09eeb4e9c77157991a1ab3f04dd8208cf9c6c15 + docs/models/crmleadsaddrequest.md: + last_write_checksum: sha1:0d95aa7c9e71e1e765c28d7b1e4585ff15ba873a + docs/models/crmleadsaddresponse.md: + last_write_checksum: sha1:0a2bd6b2f92cce0853f915956f4116048032397c + docs/models/crmleadsallglobals.md: + last_write_checksum: sha1:ac320274d805a4eed82a16ea3ca55445271568eb + docs/models/crmleadsallrequest.md: + last_write_checksum: sha1:b9ee6de58e95e63c2d35a1165aff99290b7c0cb7 + docs/models/crmleadsallresponse.md: + last_write_checksum: sha1:54aa659c57a9e81d1245ba87a316345cd1391ddd + docs/models/crmleadsdeleteglobals.md: + last_write_checksum: sha1:3e817a53fbd0eb3a2d43ca15fbbd84adf1802e0b + docs/models/crmleadsdeleterequest.md: + last_write_checksum: sha1:0c8776fa2e894f278d370c6d930570f2a1371232 + docs/models/crmleadsdeleteresponse.md: + last_write_checksum: sha1:54a5facb4ae6531f31906d70ba1e8ec9ed8fe99c + docs/models/crmleadsoneglobals.md: + last_write_checksum: sha1:2ef3adcdba45f019dbd60b6dc17cfcb3f9db18ac + docs/models/crmleadsonerequest.md: + last_write_checksum: sha1:873c882f80cc8e560242b9010dffeff112700c36 + docs/models/crmleadsoneresponse.md: + last_write_checksum: sha1:13933e25ee0698e7d46c2d5a9c73b45d6c96292d + docs/models/crmleadsupdateglobals.md: + last_write_checksum: sha1:b75f0d29d1f9ca5979884e50da7daab7e6300fdc + docs/models/crmleadsupdaterequest.md: + last_write_checksum: sha1:32a155860e345df5e809bc1b758d0e69d8d776df + docs/models/crmleadsupdateresponse.md: + last_write_checksum: sha1:b5c8aff63d9dba4574290902992390d816e33e0b + docs/models/crmnotesaddglobals.md: + last_write_checksum: sha1:4e0c27660c3c799a1ea55324ff39ea2163c46160 + docs/models/crmnotesaddrequest.md: + last_write_checksum: sha1:b002b9f5d6449f0abd141ff7292029f743d7acec + docs/models/crmnotesaddresponse.md: + last_write_checksum: sha1:56135cd5dbe999a2541ac32021c78c7c128cd61d + docs/models/crmnotesallglobals.md: + last_write_checksum: sha1:9822cc24a307c9c21bbe133016b167677f9bff81 + docs/models/crmnotesallrequest.md: + last_write_checksum: sha1:770f671550f2c6cc8a5ed9c2f36d142b72d259c0 + docs/models/crmnotesallresponse.md: + last_write_checksum: sha1:9962ac27c0f12ba2bb78dffb357fb800982a8e62 + docs/models/crmnotesdeleteglobals.md: + last_write_checksum: sha1:565ae4893e59fae8df11f837d75231bd891eb1d2 + docs/models/crmnotesdeleterequest.md: + last_write_checksum: sha1:3aba86c0b1bcde8d5182ba106749935a131adc5e + docs/models/crmnotesdeleteresponse.md: + last_write_checksum: sha1:f943701de4dadd613085632c8dae6e83bb322b6c + docs/models/crmnotesoneglobals.md: + last_write_checksum: sha1:f6f5b355ecc04e6a6ae6811eb65cfa6b5d621398 + docs/models/crmnotesonerequest.md: + last_write_checksum: sha1:0e8a021aeeefec895ef0d738466f30541aa0d8bd + docs/models/crmnotesoneresponse.md: + last_write_checksum: sha1:c7c69f68257441587a0b64da82b5ad642f26e17f + docs/models/crmnotesupdateglobals.md: + last_write_checksum: sha1:cf71145b9883bbdab2f0cadd4fa85fabda4787c6 + docs/models/crmnotesupdaterequest.md: + last_write_checksum: sha1:d225c0e41478b01b9f57552dd25a95051503428b + docs/models/crmnotesupdateresponse.md: + last_write_checksum: sha1:907cc580793c57502362a9d64552cdf7154d5423 + docs/models/crmopportunitiesaddglobals.md: + last_write_checksum: sha1:10a6c0b7c461fb8221009ae7e1ae3ff45313d905 + docs/models/crmopportunitiesaddrequest.md: + last_write_checksum: sha1:7541c4f89da1b357e145f361707077e8d95ef417 + docs/models/crmopportunitiesaddresponse.md: + last_write_checksum: sha1:dad3e285d625e0bf5a0abc51288acf325b0e71cb + docs/models/crmopportunitiesallglobals.md: + last_write_checksum: sha1:a751847cfd7b7135b19190213365d533b2ed8387 + docs/models/crmopportunitiesallrequest.md: + last_write_checksum: sha1:bbbfc0a0eda033250ca3a8fa9545d624447ae190 + docs/models/crmopportunitiesallresponse.md: + last_write_checksum: sha1:e8a88f0096055f289d226c0b56c9e1356d27c3dc + docs/models/crmopportunitiesdeleteglobals.md: + last_write_checksum: sha1:0adf2cf94fde4b8391593f7404b802253c31884e + docs/models/crmopportunitiesdeleterequest.md: + last_write_checksum: sha1:5cf9cb3e54e2427feb184f8920af719537c26a45 + docs/models/crmopportunitiesdeleteresponse.md: + last_write_checksum: sha1:3359c73450b0fa04f53d059fab887cef9f25930b + docs/models/crmopportunitiesoneglobals.md: + last_write_checksum: sha1:d31177ab29ed14c06eb1ede1ca13c3e77f431ea2 + docs/models/crmopportunitiesonerequest.md: + last_write_checksum: sha1:64d357a50a059dae04998585d4ca76b5af643ea2 + docs/models/crmopportunitiesoneresponse.md: + last_write_checksum: sha1:7c48ab1de8ac3de75aa89d3d279a9c7b8ae1811e + docs/models/crmopportunitiesupdateglobals.md: + last_write_checksum: sha1:ac8cd05663464f57baf0a49a503083d4be863fb4 + docs/models/crmopportunitiesupdaterequest.md: + last_write_checksum: sha1:524dcd45ed470742be7bd5e5086349642a7611f2 + docs/models/crmopportunitiesupdateresponse.md: + last_write_checksum: sha1:dd9eacc768a28c509f88baa8ccdc7eba53247a38 + docs/models/crmpipelinesaddglobals.md: + last_write_checksum: sha1:6c9aeb11e591742eea1158317a47508c961b7b2b + docs/models/crmpipelinesaddrequest.md: + last_write_checksum: sha1:d58e4d08f1ca68932bd9d4ba2fe1f6dad0e04c45 + docs/models/crmpipelinesaddresponse.md: + last_write_checksum: sha1:3dedcf5da2ee1a53718dcc0c27909ec747cb6c90 + docs/models/crmpipelinesallglobals.md: + last_write_checksum: sha1:f28026c745177af46d8596c9b2e0054739ce34d6 + docs/models/crmpipelinesallrequest.md: + last_write_checksum: sha1:1a52f979cbb61a0886297ee10c91b5613eff9aba + docs/models/crmpipelinesallresponse.md: + last_write_checksum: sha1:2937bcf248ab8e70a4d791c6e32f996b29870936 + docs/models/crmpipelinesdeleteglobals.md: + last_write_checksum: sha1:3a77ee79430d10bc54a81691013eb5e322377689 + docs/models/crmpipelinesdeleterequest.md: + last_write_checksum: sha1:2c7fb7decb6185a7933dd99380529f1ed7d15cf1 + docs/models/crmpipelinesdeleteresponse.md: + last_write_checksum: sha1:f4c3fa7e58df533b5b1786430d7c55cf02c5d0b4 + docs/models/crmpipelinesoneglobals.md: + last_write_checksum: sha1:1950cbe0e39f6c9e6d01a47411a6b98c4947782b + docs/models/crmpipelinesonerequest.md: + last_write_checksum: sha1:ee0eb1804eaee15d749308b60a4170ac8fc543ca + docs/models/crmpipelinesoneresponse.md: + last_write_checksum: sha1:c4ede25d421dbeee499f02e12fab7aa9bedd56a6 + docs/models/crmpipelinesupdateglobals.md: + last_write_checksum: sha1:c4bb87c15d0ba5fb579eaccc263253441117acb2 + docs/models/crmpipelinesupdaterequest.md: + last_write_checksum: sha1:b9ce6b15aba0c218378347562bd41518c098b1e9 + docs/models/crmpipelinesupdateresponse.md: + last_write_checksum: sha1:37f6d29d86a165ee376da0792b2b2508472c064a + docs/models/crmusersaddglobals.md: + last_write_checksum: sha1:eeacdddf4ba31fe9439f020778adf21706e11de9 + docs/models/crmusersaddrequest.md: + last_write_checksum: sha1:36fc5d5de668393e58f072888d6bfc8c33804151 + docs/models/crmusersaddresponse.md: + last_write_checksum: sha1:40c98b9272a387c072240783989bd983c4abe1a3 + docs/models/crmusersallglobals.md: + last_write_checksum: sha1:e8fc705795e57456a3bc3156c7c8034a163a4a1b + docs/models/crmusersallrequest.md: + last_write_checksum: sha1:c58ec64cac29f48c5dabbc08ab24cd82f95789c8 + docs/models/crmusersallresponse.md: + last_write_checksum: sha1:95cae3ae16cf2ead06973715c6aa4e27d5ed6d71 + docs/models/crmusersdeleteglobals.md: + last_write_checksum: sha1:abfb7c78cdee39ed4ebe824fc64adf53fe8f4a5a + docs/models/crmusersdeleterequest.md: + last_write_checksum: sha1:c63049198ab1b29b501328e3142f0d23a2e99e0b + docs/models/crmusersdeleteresponse.md: + last_write_checksum: sha1:ea2c2dc7686de45e5b478d14a4296e366879093c + docs/models/crmusersoneglobals.md: + last_write_checksum: sha1:103955172b3d95e0ff7024cf933649746a5dafb2 + docs/models/crmusersonerequest.md: + last_write_checksum: sha1:9d417f89cc3810592d294d7d292be491b3b6d3f0 + docs/models/crmusersoneresponse.md: + last_write_checksum: sha1:b7abdec446b84d30d61b1a2c1ae72fc511d3e84c + docs/models/crmusersupdateglobals.md: + last_write_checksum: sha1:d8468413b2281eb6e40c22b79114b82b8f468179 + docs/models/crmusersupdaterequest.md: + last_write_checksum: sha1:8076492e4b56dec9f797a127e443dc139b85754b + docs/models/crmusersupdateresponse.md: + last_write_checksum: sha1:89224bba95312c5178e5d593a582eea7ba84c75b + docs/models/currency.md: + last_write_checksum: sha1:5841825a95c956f17c7ed8975c17ff07fb4b8c20 + docs/models/cursors.md: + last_write_checksum: sha1:03acc5cf0730973cb3e794eb013d4f46e9a7aa5b + docs/models/customer.md: + last_write_checksum: sha1:5e00faadf72d6290d0cac97f11d66ae51e559d6c + docs/models/customerinput.md: + last_write_checksum: sha1:9120275724341f2f322e8f7b3e42f1826b9bd18d + docs/models/customersfilter.md: + last_write_checksum: sha1:f493d56c83782449d62cd747eb85e32b387f2020 + docs/models/customersfilterstatus.md: + last_write_checksum: sha1:656647b74886497b14b2ac96e6e82c0bff1f1e3f + docs/models/customerssort.md: + last_write_checksum: sha1:6a0550cfbf9c0b1e7ea94252b16178a57dd4fd25 + docs/models/customerssortby.md: + last_write_checksum: sha1:64b0eea4acb785bd5095d4516eef23fb0aa6f4f5 + docs/models/customerstatus.md: + last_write_checksum: sha1:460941f836b54362d3dee84d5069602dacc13baa + docs/models/customerstatusstatus.md: + last_write_checksum: sha1:1ee64c2f1cf5eae2e59899613d9a01d84a8773e5 + docs/models/customfield.md: + last_write_checksum: sha1:509ddd315587b6e9a82007cdbecbb6e29585c830 + docs/models/customfield1value.md: + last_write_checksum: sha1:8b8a8e2eff2b0f451da1030a328a2cdd8eeba8cb + docs/models/customfield1.md: + last_write_checksum: sha1:66da9e38480f812326bc1672753c781822ce53ae + docs/models/customfield2.md: + last_write_checksum: sha1:80c125b23bb1206e2c2be9f5032f2587c90e1058 + docs/models/customfieldfinder.md: + last_write_checksum: sha1:57e60df631e4df801506a3aae94ad10b0d6df524 + docs/models/customfieldvalue.md: + last_write_checksum: sha1:2776f535a3321b2fc2d262eabde0be3b281e6c73 + docs/models/customfieldvalue5.md: + last_write_checksum: sha1:72b5156dd9df5a6b392d63f2042759c3b0c33649 + docs/models/customfieldvalue25.md: + last_write_checksum: sha1:7731edae9f01d6b53f41d36839e2bedf570724f5 + docs/models/custommapping.md: + last_write_checksum: sha1:81006c36eb6be45da019044b0cfe9e456fc6132a + docs/models/custommappinginput.md: + last_write_checksum: sha1:118148f095dc2ac0fd5fe0319a74ae191c16e289 + docs/models/customobject.md: + last_write_checksum: sha1:df48941c88f34f5506950f43f624b85e58d6e549 + docs/models/customobjectfields.md: + last_write_checksum: sha1:eec69de2e38a4cf5d5567cf9c3c51c92bdc54473 + docs/models/customobjectinput.md: + last_write_checksum: sha1:87bb850144dea0cd80bad506bccce0f5c5383b90 + docs/models/customobjectschema.md: + last_write_checksum: sha1:c565971ed4dacb8d9f69ec0b40570a6d252c7020 + docs/models/customobjectschemainput.md: + last_write_checksum: sha1:a904a47094d7dd6d84d0aee99c4917ba79a74e44 + docs/models/customobjectschemaoptions.md: + last_write_checksum: sha1:632a6475d87772a9228c37d42cc69f894cde017f + docs/models/customobjectschematype.md: + last_write_checksum: sha1:54b9bfc955d57d3ece8ad18c076a69a7c9e726cf + docs/models/data.md: + last_write_checksum: sha1:c804af637bfd718fd9136a7a0d8df891bc39f937 + docs/models/datascopes.md: + last_write_checksum: sha1:b17a2a39a096b1ce007e3328902949df268eab5b + docs/models/datascopesinput.md: + last_write_checksum: sha1:7baffee6e4f5a2c83dcc1a6159883ebe63f52fd0 + docs/models/datascopesresources.md: + last_write_checksum: sha1:9bc5b189bb3aa710db8ed87b1e8bf307be7774aa + docs/models/datascopesresources1.md: + last_write_checksum: sha1:956cb18632cf50e7844b09b1896ee485e5ceac4d + docs/models/datascopesresources2.md: + last_write_checksum: sha1:641e62c82a087d7ca932f72cf6d4bba49a12c7c5 + docs/models/debug.md: + last_write_checksum: sha1:bda9096a4562caa615b385a1e048b951bdf33d7e + docs/models/deduction.md: + last_write_checksum: sha1:a04d5cc4afcb4cd82392b9f38235fcf934fb248f + docs/models/defaults.md: + last_write_checksum: sha1:951f345e7e15afa8b15efecf985614a36a99fe4e + docs/models/deleteaccountingdepartmentresponse.md: + last_write_checksum: sha1:7e90e4c9625ff2ef62f107204f0025137eb2007c + docs/models/deleteaccountinglocationresponse.md: + last_write_checksum: sha1:e7381e85db2b34fdf3e79b74eb8d25548cd7f15d + docs/models/deleteactivityresponse.md: + last_write_checksum: sha1:e3414531744297fad4094d2bc9675c847e0c7850 + docs/models/deleteapplicantresponse.md: + last_write_checksum: sha1:bf7c66f8d59d9ec43da9c3fc17c20032bdb498ae + docs/models/deleteapplicationresponse.md: + last_write_checksum: sha1:d3856bba24ff88c546a0109268b18d5dfdbba5fb + docs/models/deleteattachmentresponse.md: + last_write_checksum: sha1:f06fc7345e0469efc7f5c20388f06c9a35750798 + docs/models/deletebankaccountresponse.md: + last_write_checksum: sha1:0c03cf9f1327a8c6d0503e14a3b591cea025aac8 + docs/models/deletebankfeedaccountresponse.md: + last_write_checksum: sha1:e2be8d362403ca93ce31cf676381f678949150f6 + docs/models/deletebankfeedstatementresponse.md: + last_write_checksum: sha1:ea857a68f33cde00920691a5f8674ee633c00fb7 + docs/models/deletebillpaymentresponse.md: + last_write_checksum: sha1:02949214be40b69ebbc0ac16a9ff40548d464fcf + docs/models/deletebillresponse.md: + last_write_checksum: sha1:c150ae5021b4ad2a8e65ecb78ec8f8e010086cbe + docs/models/deletecommentresponse.md: + last_write_checksum: sha1:ccffda38582d294bdcfcec08f238d98c9ca0e8b6 + docs/models/deletecompanyresponse.md: + last_write_checksum: sha1:578d04b87413d818a854ea526ad800e0c5ba9807 + docs/models/deleteconsumerresponse.md: + last_write_checksum: sha1:7007800e96476d8cd38a6adf8e137a91bf3bb53d + docs/models/deleteconsumerresponsedata.md: + last_write_checksum: sha1:ab9a7ca1c6be59acfd254bba23313bd73d1f6299 + docs/models/deletecontactresponse.md: + last_write_checksum: sha1:22dabd93222f967d12cfdc3f32a7521c718d619b + docs/models/deletecreditnoteresponse.md: + last_write_checksum: sha1:5a78229ac3fbc90c4244d41bcfa7cb690079ea0f + docs/models/deletecustomerresponse.md: + last_write_checksum: sha1:b3c7ac1409e662edd4439a5940afdf85a1f27711 + docs/models/deletecustomobjectresponse.md: + last_write_checksum: sha1:21d1fc6ec15ff63e2636f279e6dae5b12e08f7e3 + docs/models/deletecustomobjectschemaresponse.md: + last_write_checksum: sha1:9d4cfc91156254576f6a247320df56b8c0668730 + docs/models/deletedepartmentresponse.md: + last_write_checksum: sha1:ec33aa0cf7566cb56dff64db0ba846e0a4f6c101 + docs/models/deletedrivegroupresponse.md: + last_write_checksum: sha1:bf6773a10a02c656c71a0841477fa3af2398f95f + docs/models/deletedriveresponse.md: + last_write_checksum: sha1:468cc4b6fdd84afd298cfe0e7588de650629a2df + docs/models/deleteemployeeresponse.md: + last_write_checksum: sha1:0a64f63322c70cbae158e410987937e2308c2353 + docs/models/deleteexpenseresponse.md: + last_write_checksum: sha1:ed7fc8c7f06d5a01656ebdb3a4ba82eefa073093 + docs/models/deletefileresponse.md: + last_write_checksum: sha1:a472dd55826a40e7b4ce1269cfe774f7f33d7ae3 + docs/models/deletefolderresponse.md: + last_write_checksum: sha1:295fa87524888f0c84d43d0b592b5e52df66ada6 + docs/models/deletehriscompanyresponse.md: + last_write_checksum: sha1:eaf5d14333a597b3684b4df73ad117f23de13dca + docs/models/deleteinvoiceresponse.md: + last_write_checksum: sha1:262217a56645416b6c8f42d94f3db135d8eee734 + docs/models/deletejournalentryresponse.md: + last_write_checksum: sha1:d86b835a9f348b91ad96f942eec6df6289af48bb + docs/models/deleteleadresponse.md: + last_write_checksum: sha1:18be471ac3062e5e660090e4f394d5c0d64811f5 + docs/models/deleteledgeraccountresponse.md: + last_write_checksum: sha1:eaeb60cd01c535f4df9272ad2697162a3cb50702 + docs/models/deletemessageresponse.md: + last_write_checksum: sha1:b8a001e313927daa575b979e3887a0edf33ad5fa + docs/models/deletenoteresponse.md: + last_write_checksum: sha1:06d43ab0b372274f86b2d804a2e45c785e5d2df8 + docs/models/deleteopportunityresponse.md: + last_write_checksum: sha1:0f77c392b805fa9bb25f4ca3e6a6b43689c283fe + docs/models/deletepaymentresponse.md: + last_write_checksum: sha1:073cae4a9cd9ac15f22d738d6951b531e308362b + docs/models/deletepipelineresponse.md: + last_write_checksum: sha1:c1a9506996cb144bd4129b4df4585a3610ff6a2d + docs/models/deleteprojectresponse.md: + last_write_checksum: sha1:0c802da138299ee9d100b542822019d7123ff414 + docs/models/deletepurchaseorderresponse.md: + last_write_checksum: sha1:de8c661eacd6e2c55c0fb0441a30454cf38b153d + docs/models/deletequoteresponse.md: + last_write_checksum: sha1:b1e3023de49c59bd25ae8fdcec06ab1e81de34ad + docs/models/deletesharedlinkresponse.md: + last_write_checksum: sha1:6935c7d9958068a8193e4c8daa7bdff8578f2e4a + docs/models/deletesubsidiaryresponse.md: + last_write_checksum: sha1:e7cde70b24b1aa8379da7330829e47c07f3c66a4 + docs/models/deletesupplierresponse.md: + last_write_checksum: sha1:a6b133d474d5d9fd9dee2d47d5a922ff735c3abb + docs/models/deletetaxrateresponse.md: + last_write_checksum: sha1:e99a90be90c9558a6edec97430c99bcbe9f274d8 + docs/models/deleteticketresponse.md: + last_write_checksum: sha1:e5605163b3d6bdf9466b93c0cb62afec3ca1d480 + docs/models/deletetimeoffrequestresponse.md: + last_write_checksum: sha1:15c6408f0fbcd30f84d30096cd07a71c261f42de + docs/models/deletetrackingcategoryresponse.md: + last_write_checksum: sha1:bbb813b57f439396396fe939f4f305b8761b7812 + docs/models/deleteuploadsessionresponse.md: + last_write_checksum: sha1:95bf256d27c512363609f68cd6d49c391667a6e3 + docs/models/deleteuserresponse.md: + last_write_checksum: sha1:32a1c7efa61ff5fe0d1ea95279276d33a0926fa5 + docs/models/deletewebhookresponse.md: + last_write_checksum: sha1:361063f9f9bcb75687f1ab17ccb299cbb580839e + docs/models/department.md: + last_write_checksum: sha1:d68a6adf088e70b03339c6e9dc0c9a8468825bcf + docs/models/departmentinput.md: + last_write_checksum: sha1:780c7d717731aa67d79e6458ba07ed871f8e8ea7 + docs/models/departmentstatus.md: + last_write_checksum: sha1:55bd10e9aa972480479c409e60e42eb094203969 + docs/models/deprecatedlinkedsupplier.md: + last_write_checksum: sha1:4e2d57b0ee4f7698684015a34022d68d7fccf386 + docs/models/deprecatedlinkedsupplierinput.md: + last_write_checksum: sha1:b1ba8c85a7f2a3fde2422e508ad1a97054f38a46 + docs/models/deprecatedlinkedtrackingcategory.md: + last_write_checksum: sha1:427f450ca886cdd4bdaa2b4b64a5aaa60b4d8a35 + docs/models/detail.md: + last_write_checksum: sha1:56a88b38b3c4a179534e99a14811ed6dd58fae5a + docs/models/detail2.md: + last_write_checksum: sha1:9b034f1ab833302b2cf700658f21c0f2013c6521 + docs/models/direction.md: + last_write_checksum: sha1:94d542d759679bb00a25c0e530bed5a7592179b3 + docs/models/disabledreason.md: + last_write_checksum: sha1:e92c4775ade400aa557fe17110ab29b488bc3ddc + docs/models/drive.md: + last_write_checksum: sha1:8b1f60e6f850d1e27be455c600423d40090f86dd + docs/models/drivegroup.md: + last_write_checksum: sha1:79913645f4e6ed4a552c4d5b948965b2c54578e9 + docs/models/drivegroupinput.md: + last_write_checksum: sha1:ba072e1e997c96b9628b6877093315f7c9229e5d + docs/models/drivegroupsfilter.md: + last_write_checksum: sha1:d742a6b83982ccba1d0d7ed15fe5f842b13a5ff5 + docs/models/driveinput.md: + last_write_checksum: sha1:cdad149085dd53dcda0f132b77ad55a7a61e2553 + docs/models/drivesfilter.md: + last_write_checksum: sha1:9986bdb6dcd308598d090f1547f98e582eaa3b9d + docs/models/ecommerceaddress.md: + last_write_checksum: sha1:5c439e9e52ebd59b1439a0770f787d0eb649bb6a + docs/models/ecommercecustomer.md: + last_write_checksum: sha1:36fd82cabd7802baa2f2a300f560248bfe1133cc + docs/models/ecommercecustomersallglobals.md: + last_write_checksum: sha1:da35b96d4c663055097d09f0079d7e260e2d1b58 + docs/models/ecommercecustomersallrequest.md: + last_write_checksum: sha1:2e0bcf72dec57837ff0f163914a9d47193ae686a + docs/models/ecommercecustomersallresponse.md: + last_write_checksum: sha1:ab2abd6aa8fdf19994e06c102e1a658eeecb851d + docs/models/ecommercecustomersfilter.md: + last_write_checksum: sha1:bae019a24c644228f8c0e062fc7bdf5604968514 + docs/models/ecommercecustomersoneglobals.md: + last_write_checksum: sha1:06bc86b000df23a58466263e1cad2a5284cb8f6c + docs/models/ecommercecustomersonerequest.md: + last_write_checksum: sha1:e6461ae2f8f9c54ad2b8613599a688b254e46a85 + docs/models/ecommercecustomersoneresponse.md: + last_write_checksum: sha1:84d716b67d9763feaa46470020afa37414423d32 + docs/models/ecommercecustomertype.md: + last_write_checksum: sha1:2804cf0cf57b3d24372a2aae5003d13046da79c7 + docs/models/ecommercediscount.md: + last_write_checksum: sha1:90214858d852dd6f9a04d246315e3f91011846d7 + docs/models/ecommerceorder.md: + last_write_checksum: sha1:cda9ef060d8bf9f1bba9392da68e6b8ade057975 + docs/models/ecommerceorderlineitem.md: + last_write_checksum: sha1:8fed0b8db7fae5d0469cc590ce49a5db1302c02b + docs/models/ecommerceorderpaymentstatus.md: + last_write_checksum: sha1:394acc1a677d30e1b30723762c284870345d91a2 + docs/models/ecommerceorderrefund.md: + last_write_checksum: sha1:49761e769f445129f4e1ef2a0ca30401c31ba444 + docs/models/ecommerceordersallglobals.md: + last_write_checksum: sha1:5a5d7f5df9d9a0bfc41e79c289f07383122d33df + docs/models/ecommerceordersallrequest.md: + last_write_checksum: sha1:51c462c588d5d62f27de46dcfe6969e6c82dc251 + docs/models/ecommerceordersallresponse.md: + last_write_checksum: sha1:946d4006323ad2b0873b0e39aa8abec1dc1a682e + docs/models/ecommerceordersfilter.md: + last_write_checksum: sha1:12b6a4383473d1b3254d7dc5e0988b57a8ae439e + docs/models/ecommerceordersoneglobals.md: + last_write_checksum: sha1:57ae20926a61bc172ae4e099bbe39f5f67c5fbf3 + docs/models/ecommerceordersonerequest.md: + last_write_checksum: sha1:4e853e9c0d0f2ecb07502e7e1c86623c1364bf01 + docs/models/ecommerceordersoneresponse.md: + last_write_checksum: sha1:93a9de1993012c4f5524a00971359055ea271511 + docs/models/ecommerceorderstatus.md: + last_write_checksum: sha1:ad45b2d14ef9b369bb5a31a9630de29889706fd1 + docs/models/ecommerceproduct.md: + last_write_checksum: sha1:832c8450fb4bd7aaf3c7e381a378c65723f1fa12 + docs/models/ecommerceproductcategories.md: + last_write_checksum: sha1:be8938ffaaf3c67d30e44c8df45b193d056ffca1 + docs/models/ecommerceproductimages.md: + last_write_checksum: sha1:3ef8aa288c0f23ad46c3b649a00a82751a97c28c + docs/models/ecommerceproductoptions.md: + last_write_checksum: sha1:3f81e357dc9ca143bbad2bb9226e385814ac6508 + docs/models/ecommerceproductsallglobals.md: + last_write_checksum: sha1:c16a51cf81d25632c9a1c2af8633913c7c0e4c6f + docs/models/ecommerceproductsallrequest.md: + last_write_checksum: sha1:b08670ba30cd4055f5006ab4b58f6912a74be914 + docs/models/ecommerceproductsallresponse.md: + last_write_checksum: sha1:c818594fbd342a8b743645f53dd5b812ffdd6a66 + docs/models/ecommerceproductsfilter.md: + last_write_checksum: sha1:a3e0bf90755c628305bb9bb3edec0113125477dc + docs/models/ecommerceproductsoneglobals.md: + last_write_checksum: sha1:8f5960f4bfe62e032f881d0a9deea726fb258a3a + docs/models/ecommerceproductsonerequest.md: + last_write_checksum: sha1:0ac68b8d2dbb9163f4ab375d35bd1f35bd81e89a + docs/models/ecommerceproductsoneresponse.md: + last_write_checksum: sha1:78fff87049be190d5ec81126c04958c07fe943f3 + docs/models/ecommerceproductvariantsoptions.md: + last_write_checksum: sha1:d4b9edead72767062a2e7ca8ee3a0180374e314b + docs/models/ecommercestore.md: + last_write_checksum: sha1:cedeebeaacbd982d581a10e8e6c68facd37c4107 + docs/models/ecommercestoresoneglobals.md: + last_write_checksum: sha1:5e3cdffd60b45ada746f3d3efc9ff7efd5419055 + docs/models/ecommercestoresonerequest.md: + last_write_checksum: sha1:e1abd58b61e23bb239a9e18cf8cb5ec6b12bbfa4 + docs/models/ecommercestoresoneresponse.md: + last_write_checksum: sha1:a59b373515db10659e4488b1bb48a97d9e2783f9 + docs/models/email.md: + last_write_checksum: sha1:d38e087eff8a9ba5f3434edba8ef6aaa64252569 + docs/models/emailtype.md: + last_write_checksum: sha1:a5743350a0d013c93ab62c003c3612b207c6b5b5 + docs/models/employee.md: + last_write_checksum: sha1:47cf0124be454b58f0562a07b92444e694041091 + docs/models/employeecompensation.md: + last_write_checksum: sha1:4c5a43c82d3141de2140555290e56424199f9588 + docs/models/employeecompensationinput.md: + last_write_checksum: sha1:0afb810dd1e18f97094ea18b5d6593d257293f3a + docs/models/employeeinput.md: + last_write_checksum: sha1:cb14a855ed54fe49f7c276c2b0372eb414674b3f + docs/models/employeejob.md: + last_write_checksum: sha1:3584bb2331cbee552a85a64dc987577f8b68b214 + docs/models/employeejobinput.md: + last_write_checksum: sha1:4684a816bd82071a273234960491307c981f9875 + docs/models/employeejobstatus.md: + last_write_checksum: sha1:c19703229f104685731c8ed2a4ce5c7ef4a22891 + docs/models/employeepayroll.md: + last_write_checksum: sha1:583a3cbdddcbcc8d701b51c24328e2f723f1f98c + docs/models/employeeschedules.md: + last_write_checksum: sha1:5a5154680c6ac88abaf19d31c3328daf3988e46e + docs/models/employeesfilter.md: + last_write_checksum: sha1:e0dc4358aac854d6a9046df7f2b073f62f814a98 + docs/models/employeesfilteremploymentstatus.md: + last_write_checksum: sha1:1a77f637253329d25d36b8f6e70a4a2dae873c4e + docs/models/employeesonefilter.md: + last_write_checksum: sha1:0b2fa3132db023a974a60b991e918168a15fa8fa + docs/models/employeessort.md: + last_write_checksum: sha1:8aa5ffed2776bee01e08c16634ad035bb7e89d5a + docs/models/employeessortby.md: + last_write_checksum: sha1:7cf5786235746fc9fa1e2877043e0647bd35c236 + docs/models/employmentrole.md: + last_write_checksum: sha1:d1b078da59cde574eb7a64e544f88e45bc57436c + docs/models/employmentstatus.md: + last_write_checksum: sha1:1dd398fc17bfa329e588daa15b01a3d7d518e32a + docs/models/employmentsubtype.md: + last_write_checksum: sha1:f2f2ad52145d0b6d25f63b6a23254a6ab761f6d3 + docs/models/employmentterms.md: + last_write_checksum: sha1:543d8728b71fd493ef44a9db6e1803dc86b2f348 + docs/models/employmenttype.md: + last_write_checksum: sha1:d1bfe1c4accf1fe2d661f23708a8692571cc2ced + docs/models/error.md: + last_write_checksum: sha1:fc00ef551a03eccdc1519acd3ce5ff4ef21f6663 + docs/models/eventsource.md: + last_write_checksum: sha1:92fe39e860d529c528957ea1aacd156c012a81d6 + docs/models/evenweeks.md: + last_write_checksum: sha1:6b3ad70d20c8db8ab8f22ff5caed132d42e44ae9 + docs/models/expense.md: + last_write_checksum: sha1:8c2b143a55b1e0cabacf6f46a8cfd169a037bdf6 + docs/models/expenseinput.md: + last_write_checksum: sha1:de0e2095e76451f742af2acf29df514b6215fa38 + docs/models/expenselineitem.md: + last_write_checksum: sha1:7f51264238723d98bc7e6f7a09c21fc0ef306388 + docs/models/expenselineiteminput.md: + last_write_checksum: sha1:c756974ceb786e1bae32227f8a65c6b90141abf9 + docs/models/expensepaymenttype.md: + last_write_checksum: sha1:317956776f7becd340588a851c75f34d86bb4fe5 + docs/models/expensesfilter.md: + last_write_checksum: sha1:a49160b91222ffd6a18855ed18866cad6b25dffd + docs/models/expensesfilterstatus.md: + last_write_checksum: sha1:fbb7944e3c0a25a911c6857cdd5d72f6285a2e61 + docs/models/expensesfiltertype.md: + last_write_checksum: sha1:75e9709c8faa203dfa44d4037351454609dd5a10 + docs/models/expensesmodel.md: + last_write_checksum: sha1:aca37701850b4e56cff684e05621e0d267e844d4 + docs/models/expensestatus.md: + last_write_checksum: sha1:223efb60b06f4f5b95e2060358d301979daff1e9 + docs/models/expensetype.md: + last_write_checksum: sha1:94f84fc2fb123732887b43a3ef8b16d25c90ad8e + docs/models/extendpaths.md: + last_write_checksum: sha1:22b4c2dfeba68fe7a4ed1fee747d2b98b65bf33f + docs/models/feedstatus.md: + last_write_checksum: sha1:3bdf70005a1d944b33993676dd4f3c98e7265c69 + docs/models/fields.md: + last_write_checksum: sha1:43aa49b0da71b8bcce364388b766db3b47f3a3b2 + docs/models/filesfilter.md: + last_write_checksum: sha1:d2c914b6114adad309cfaf1defc1501238931155 + docs/models/filessearch.md: + last_write_checksum: sha1:064c6174844e7b517b55858ff5cac34c4dde3639 + docs/models/filessort.md: + last_write_checksum: sha1:c737cc68f5b086b3e93cccc594b111a6f92b787b + docs/models/filessortby.md: + last_write_checksum: sha1:88ecfc149de5706a74a6ace1d41595836b6cd5e3 + docs/models/filestoragedrivegroupsaddglobals.md: + last_write_checksum: sha1:08e44f3ef60ec249e6faf2aa3c3e8e9ebf69dcb9 + docs/models/filestoragedrivegroupsaddrequest.md: + last_write_checksum: sha1:de19925b749b6f5bc4919c5f79c165c49c180f65 + docs/models/filestoragedrivegroupsaddresponse.md: + last_write_checksum: sha1:524dabfd5b2e59c0af0f8932c933a1d445b99ba5 + docs/models/filestoragedrivegroupsallglobals.md: + last_write_checksum: sha1:f829db6fba3955051c73115104003323241f261c + docs/models/filestoragedrivegroupsallrequest.md: + last_write_checksum: sha1:174fb35a114f03b41788eaa231cd97bd22c10f7b + docs/models/filestoragedrivegroupsallresponse.md: + last_write_checksum: sha1:4d53423c42b20702f74dfd983d081b65f72851a1 + docs/models/filestoragedrivegroupsdeleteglobals.md: + last_write_checksum: sha1:a6e9f72d7f0954a0c938a7838541765cee09f385 + docs/models/filestoragedrivegroupsdeleterequest.md: + last_write_checksum: sha1:4f69d77f132a14a18e213ed15b577ec32afad4bd + docs/models/filestoragedrivegroupsdeleteresponse.md: + last_write_checksum: sha1:c9ce97a5e3fbc4f9ac9215df8935e66dbf5e86f8 + docs/models/filestoragedrivegroupsoneglobals.md: + last_write_checksum: sha1:6983a24d35e6c5adc82f8921294ce709f7195004 + docs/models/filestoragedrivegroupsonerequest.md: + last_write_checksum: sha1:b6c06cdd06f648cfa9883e509bf1b85acb450b44 + docs/models/filestoragedrivegroupsoneresponse.md: + last_write_checksum: sha1:693382f7d587c01019306e0f4e00220feb4008a5 + docs/models/filestoragedrivegroupsupdateglobals.md: + last_write_checksum: sha1:2be7faa86de5cc9525d609ac4eb8dfe97f5f7892 + docs/models/filestoragedrivegroupsupdaterequest.md: + last_write_checksum: sha1:1a4f03ec5d8d7fac61873198aafb50de54636354 + docs/models/filestoragedrivegroupsupdateresponse.md: + last_write_checksum: sha1:88efc042b30e2579b525e4873e327d44795c9ae6 + docs/models/filestoragedrivesaddglobals.md: + last_write_checksum: sha1:69ec363e882b2acf866a0fd80c815f0583372de8 + docs/models/filestoragedrivesaddrequest.md: + last_write_checksum: sha1:38884be803915b29ba605b088b50eca6dd0b76a1 + docs/models/filestoragedrivesaddresponse.md: + last_write_checksum: sha1:2f5d2b446a004fe57d802e608ffeeacd2d633c1c + docs/models/filestoragedrivesallglobals.md: + last_write_checksum: sha1:6efe316d85a06e2e7e7046dc0bf24f35068f2e3c + docs/models/filestoragedrivesallrequest.md: + last_write_checksum: sha1:cff0146a041d58effd676125064c981c259b1a40 + docs/models/filestoragedrivesallresponse.md: + last_write_checksum: sha1:ed2f0dac339ce7ebd477c53393838260ec4098c5 + docs/models/filestoragedrivesdeleteglobals.md: + last_write_checksum: sha1:1daaf55fc9e41dcd5b2fb75a86f0c5fe86b6d514 + docs/models/filestoragedrivesdeleterequest.md: + last_write_checksum: sha1:161e731154b533770a9e4dc6136dc54130d924c3 + docs/models/filestoragedrivesdeleteresponse.md: + last_write_checksum: sha1:27e62501d35e110f758f12d241e59cc96e4e2a92 + docs/models/filestoragedrivesoneglobals.md: + last_write_checksum: sha1:d80e5ffce48da0a955a757c864c50bd2527e2dc6 + docs/models/filestoragedrivesonerequest.md: + last_write_checksum: sha1:9f17cc9d75940fea8a135d99ae5b2d5a4e1241b6 + docs/models/filestoragedrivesoneresponse.md: + last_write_checksum: sha1:2ee650377177c5068fa08585d542c946cff90f8b + docs/models/filestoragedrivesupdateglobals.md: + last_write_checksum: sha1:368b8afc38d87c6283622d5d099ac5e786597536 + docs/models/filestoragedrivesupdaterequest.md: + last_write_checksum: sha1:475dac3ea1f4b51c3ee68f8c602686126266b230 + docs/models/filestoragedrivesupdateresponse.md: + last_write_checksum: sha1:8f259034983a9d89592fdc26077339e69131e3f2 + docs/models/filestoragefilesallglobals.md: + last_write_checksum: sha1:e3ff5454964f5202be755728fa771204f7156627 + docs/models/filestoragefilesallrequest.md: + last_write_checksum: sha1:65afa49209941cc64db36d013ce58307ed88631e + docs/models/filestoragefilesallresponse.md: + last_write_checksum: sha1:c09bde283a6d3ed5167702413cfbbdc606ef174d + docs/models/filestoragefilesdeleteglobals.md: + last_write_checksum: sha1:dc2c595280fd08c0a5345946641187abadb97566 + docs/models/filestoragefilesdeleterequest.md: + last_write_checksum: sha1:7de090b575f673e795cc0c8975884a73cfe4f06c + docs/models/filestoragefilesdeleteresponse.md: + last_write_checksum: sha1:999e29e0743966e9b5bcce04631a7c0580ded6eb + docs/models/filestoragefilesdownloadglobals.md: + last_write_checksum: sha1:556101bac1aef633083c2248cc6df59d8035837b + docs/models/filestoragefilesdownloadrequest.md: + last_write_checksum: sha1:4dcc000115972c3e2a6e9908b4a05101bd446a26 + docs/models/filestoragefilesdownloadresponse.md: + last_write_checksum: sha1:ba6dbb81552d7d8f4262e88ffb1e49ae9ea97698 + docs/models/filestoragefilesexportglobals.md: + last_write_checksum: sha1:a09eb746cba79aee7e5db2d70d262ba613fbc9c9 + docs/models/filestoragefilesexportrequest.md: + last_write_checksum: sha1:b81a34c2ef98618821e0bc1af4f23c852bb2d6a1 + docs/models/filestoragefilesexportresponse.md: + last_write_checksum: sha1:ebf87eb3716b6649553bc1370e6951482671310b + docs/models/filestoragefilesoneglobals.md: + last_write_checksum: sha1:8667809d227995e38279e7b5c599ac0cd1434f45 + docs/models/filestoragefilesonerequest.md: + last_write_checksum: sha1:6b627bc1a060c3551aee3e52872c8c493b903c3e + docs/models/filestoragefilesoneresponse.md: + last_write_checksum: sha1:0b0c8d2fb4ea6235b1301d7fa7bddd3970650f22 + docs/models/filestoragefilessearchglobals.md: + last_write_checksum: sha1:caf14f1e0e3cc200aedf2ec8bc0962f690d81fd2 + docs/models/filestoragefilessearchrequest.md: + last_write_checksum: sha1:abb6d684c0ad95411a03293d5df20f56846c8bfc + docs/models/filestoragefilessearchresponse.md: + last_write_checksum: sha1:e037e0778ffefa8051d8ff885590d2751eb67d61 + docs/models/filestoragefilesupdateglobals.md: + last_write_checksum: sha1:0b14d63be7d1ca53b2fa25a2fdc1b31d7994443a + docs/models/filestoragefilesupdaterequest.md: + last_write_checksum: sha1:30bee49a2552af0ed6ecd67f85c3e098632807a3 + docs/models/filestoragefilesupdateresponse.md: + last_write_checksum: sha1:b818422d7e3a5b03833812e80135d8222b3f381f + docs/models/filestoragefoldersaddglobals.md: + last_write_checksum: sha1:4e9144b268799c1c06a8c803df7dabc4986cc228 + docs/models/filestoragefoldersaddrequest.md: + last_write_checksum: sha1:317198f673680f0c9e76e4b40050236e84d4b4ff + docs/models/filestoragefoldersaddresponse.md: + last_write_checksum: sha1:d23e2c73b35aed7311bd064b456771108d04bd3c + docs/models/filestoragefolderscopyglobals.md: + last_write_checksum: sha1:4b2a6ca280ab462f1eec2b75f4c5ca2ea6c2558e + docs/models/filestoragefolderscopyrequest.md: + last_write_checksum: sha1:7b8f2e734c9450e62c6b2cd4824e759f35d51837 + docs/models/filestoragefolderscopyresponse.md: + last_write_checksum: sha1:9e335e2d6d1266903443bba0dadda65162723ade + docs/models/filestoragefoldersdeleteglobals.md: + last_write_checksum: sha1:7d19417226bd1ab6b51054d56fea0e60b5ea46e5 + docs/models/filestoragefoldersdeleterequest.md: + last_write_checksum: sha1:a076c26b18ff02f073858f9cac696197f3b29a0a + docs/models/filestoragefoldersdeleteresponse.md: + last_write_checksum: sha1:48e09d8a3735340807c55a563dc40e10c1f600a8 + docs/models/filestoragefoldersoneglobals.md: + last_write_checksum: sha1:41b3a6adcb0ee191d88861046e705b7ff3b7b698 + docs/models/filestoragefoldersonerequest.md: + last_write_checksum: sha1:5cfe2cd54cf4c9b8c56c1dd73910cbe6ac43a051 + docs/models/filestoragefoldersoneresponse.md: + last_write_checksum: sha1:0ae7b0f452eae0b0ff21b91f0db5205883797f6e + docs/models/filestoragefoldersupdateglobals.md: + last_write_checksum: sha1:dc1c56f5ef8a8efba686d994a6c9b6079b51a8d0 + docs/models/filestoragefoldersupdaterequest.md: + last_write_checksum: sha1:6f89b409668f29122daa8a908290fc140785410a + docs/models/filestoragefoldersupdateresponse.md: + last_write_checksum: sha1:71e203f27faabe084f451092dade953ed3f27d0b + docs/models/filestoragesharedlinksaddglobals.md: + last_write_checksum: sha1:9f1ca0c33069a59dda60f19ebc03f0fd76ca7c42 + docs/models/filestoragesharedlinksaddrequest.md: + last_write_checksum: sha1:555088e04f849b484e108c50da47a2c1c2a50555 + docs/models/filestoragesharedlinksaddresponse.md: + last_write_checksum: sha1:f2dec2f4a64dd4751454d0cd412a6dcc2c2eec10 + docs/models/filestoragesharedlinksallglobals.md: + last_write_checksum: sha1:8ce0e372f851a9c4853e5e3cf1e71acc6d5ae647 + docs/models/filestoragesharedlinksallrequest.md: + last_write_checksum: sha1:ca2c5d6ccefb2b7735a0a2a88c44332d8250cc35 + docs/models/filestoragesharedlinksallresponse.md: + last_write_checksum: sha1:f86e14604beb5b41e3dec1beb427473d1e1feeee + docs/models/filestoragesharedlinksdeleteglobals.md: + last_write_checksum: sha1:4ff4dc029625e7e9b9b2206b7e0e0c6a4e991d42 + docs/models/filestoragesharedlinksdeleterequest.md: + last_write_checksum: sha1:63a939a644d8a7ec218ef8d26ccbde6135b7f731 + docs/models/filestoragesharedlinksdeleteresponse.md: + last_write_checksum: sha1:683709721122f5b0aba53531f9e7025ad10b1225 + docs/models/filestoragesharedlinksoneglobals.md: + last_write_checksum: sha1:022b6dfe02eeb9ed6b9aae93f54c2c723932c7d4 + docs/models/filestoragesharedlinksonerequest.md: + last_write_checksum: sha1:0044f017d451e3ca99da6e5ca114189674d6880b + docs/models/filestoragesharedlinksoneresponse.md: + last_write_checksum: sha1:70471741ba19228b0b0a2787c7228888571940e8 + docs/models/filestoragesharedlinksupdateglobals.md: + last_write_checksum: sha1:71859a7cb55914830cc886c98a33975b8aac11de + docs/models/filestoragesharedlinksupdaterequest.md: + last_write_checksum: sha1:0588d0a4ba65e1c8b58b69dedabe7f67ee48c7eb + docs/models/filestoragesharedlinksupdateresponse.md: + last_write_checksum: sha1:aa86f1e4b4f115a74be28426d7b91a0c948be70d + docs/models/filestorageuploadsessionsaddglobals.md: + last_write_checksum: sha1:96995030383ac7276c59a7a0e6b8b50caea25a56 + docs/models/filestorageuploadsessionsaddrequest.md: + last_write_checksum: sha1:252206c18c499d16cef40510d2c3765e6c936565 + docs/models/filestorageuploadsessionsaddresponse.md: + last_write_checksum: sha1:183cefbb0510cf23e84cedc6845f07cb5335b027 + docs/models/filestorageuploadsessionsdeleteglobals.md: + last_write_checksum: sha1:5e897aa1e4b9cd78fb90644b9c53e1fb4c0a04fa + docs/models/filestorageuploadsessionsdeleterequest.md: + last_write_checksum: sha1:709a8a04c96d242c5d4879791eb1960588c2c755 + docs/models/filestorageuploadsessionsdeleteresponse.md: + last_write_checksum: sha1:b15736609043ba8248e9cc213bdcd37b31b0bba3 + docs/models/filestorageuploadsessionsfinishglobals.md: + last_write_checksum: sha1:675479e58ee04f7315f410e3a6d4a6445e34fcd7 + docs/models/filestorageuploadsessionsfinishrequest.md: + last_write_checksum: sha1:c1c1e640531db46a22c83f8c0570848b21313e40 + docs/models/filestorageuploadsessionsfinishrequestbody.md: + last_write_checksum: sha1:77248af68b136465820000955d8a2144da677163 + docs/models/filestorageuploadsessionsfinishresponse.md: + last_write_checksum: sha1:daec4b8cd1671ce67f4a17c1027b9fb3a5a90ff4 + docs/models/filestorageuploadsessionsoneglobals.md: + last_write_checksum: sha1:d3f79bae8342722e8180e983dcc319e9d88a67df + docs/models/filestorageuploadsessionsonerequest.md: + last_write_checksum: sha1:2396299673a390c91ec492a34a9df8086e5c2837 + docs/models/filestorageuploadsessionsoneresponse.md: + last_write_checksum: sha1:be24bab0032d5262694d5861fd4188112857769a + docs/models/filestorageuploadsessionsuploadglobals.md: + last_write_checksum: sha1:600cc8f8c190913ac14490ba41d4aba9a2c70192 + docs/models/filestorageuploadsessionsuploadrequest.md: + last_write_checksum: sha1:08881b5595c8c5dee78ce6738c8b5e030df48a06 + docs/models/filestorageuploadsessionsuploadresponse.md: + last_write_checksum: sha1:744fe7f2b549f9b8a57acd91188974f78a55ae03 + docs/models/filetype.md: + last_write_checksum: sha1:a2526f3418187ac97cbc2f5edfdf87c6d9e62e48 + docs/models/five.md: + last_write_checksum: sha1:a445a6ec6d5ab99cbfe0cecf10b5efa9e4b772cd + docs/models/flsastatus.md: + last_write_checksum: sha1:9a4e8a31951e31e29d638d4a7e2d1f67b064c0f5 + docs/models/folder.md: + last_write_checksum: sha1:5efa872a6d14320e2bbabba75575bf59082fd3e5 + docs/models/format_.md: + last_write_checksum: sha1:bf941c5214116666d19fc05f1913c2cf5472826b + docs/models/formfield.md: + last_write_checksum: sha1:0cfa6b59356e0aa5dc348c22973bd1418dc7b417 + docs/models/formfieldoption.md: + last_write_checksum: sha1:0426675ee662b057a1993aa29746a1b9b34122f0 + docs/models/formfieldoptiongroup.md: + last_write_checksum: sha1:5d2ba7080bf87e769469b349861274cc77db5554 + docs/models/formfieldoptiongroupoptiontype.md: + last_write_checksum: sha1:d2579e836ae7db183c61ffd5fb6977388bd3bbe3 + docs/models/formfieldtype.md: + last_write_checksum: sha1:e8b2a616926186a6fea51afb039f015f89e49e95 + docs/models/fulfillmentstatus.md: + last_write_checksum: sha1:61f29d81c4ea2173603699c490fd58c9409687bf + docs/models/gender.md: + last_write_checksum: sha1:bd8bccfc40e78d0878b95545b1d0e4658b2165d5 + docs/models/getaccountingdepartmentresponse.md: + last_write_checksum: sha1:d9869be1a8ab2046d52d13eea2ea153f9e5f9aa1 + docs/models/getaccountingdepartmentsresponse.md: + last_write_checksum: sha1:e88d0717788a67342850db85a4b1ea7ac5f805af + docs/models/getaccountinglocationresponse.md: + last_write_checksum: sha1:046811e8fec459e95010ce6997a1535c454be4a9 + docs/models/getaccountinglocationsresponse.md: + last_write_checksum: sha1:e98ca5fcbc69cae70fc476193ad4b0e90dab97e4 + docs/models/getactivitiesresponse.md: + last_write_checksum: sha1:04e38ae7df66fb0a167b884fd8482c90281da706 + docs/models/getactivityresponse.md: + last_write_checksum: sha1:e30d8a6e6e95057fcb81345d46492cb654524190 + docs/models/getagedcreditorsresponse.md: + last_write_checksum: sha1:0122d5ac5022b513dba394b63692cb2eecbfac01 + docs/models/getageddebtorsresponse.md: + last_write_checksum: sha1:7f82cef9e1f50d55bcf3b1a468975ae58167ca26 + docs/models/getapiresourcecoverageresponse.md: + last_write_checksum: sha1:7cbeb41baff4e087cdf8d3825fa0a58541c37eb4 + docs/models/getapiresourceresponse.md: + last_write_checksum: sha1:c350f783855f11e6754432501d5dc2665510e234 + docs/models/getapiresponse.md: + last_write_checksum: sha1:f704ccbb180136062e2a9a8e4c0064e97344ace4 + docs/models/getapisresponse.md: + last_write_checksum: sha1:eb5a4eddc5b67d9eeccf011115dd1651ea2cdb0d + docs/models/getapplicantresponse.md: + last_write_checksum: sha1:9c0446f75b09d1389ee4a9dd74300518ce10090b + docs/models/getapplicantsresponse.md: + last_write_checksum: sha1:d7694ac0a4f911e9a3eed0a001495a2b470dc3aa + docs/models/getapplicationresponse.md: + last_write_checksum: sha1:a3d21281a941ba278990f7c478c6bb15bba981ed + docs/models/getapplicationsresponse.md: + last_write_checksum: sha1:156d6c76ea0341a13114315f347ac282f90ed2a5 + docs/models/getattachmentresponse.md: + last_write_checksum: sha1:8b6b56d53179c2ef42970c848cff336248220109 + docs/models/getattachmentsresponse.md: + last_write_checksum: sha1:06d2719f067d9ba5d3920e9ff4416c6e925e1878 + docs/models/getbalancesheetresponse.md: + last_write_checksum: sha1:b71c2b3e2ae4313f204010e6540b4d4d935e450c + docs/models/getbankaccountresponse.md: + last_write_checksum: sha1:4e5026997276980dff1a078dc795cbc56819b446 + docs/models/getbankaccountsresponse.md: + last_write_checksum: sha1:2d0a785fe52a0d07019fdfac66b4ed197f733d84 + docs/models/getbankfeedaccountresponse.md: + last_write_checksum: sha1:96b13592166d4a63727af515cabaa826912023b7 + docs/models/getbankfeedaccountsresponse.md: + last_write_checksum: sha1:d3dc88ec0e7c71a286a74f113701dac171d59fb5 + docs/models/getbankfeedstatementresponse.md: + last_write_checksum: sha1:b5b5fb6d506d6807bd228fd874dbe95556cbd5bf + docs/models/getbankfeedstatementsresponse.md: + last_write_checksum: sha1:38918319557e846bd489bdef6b80af2bf76b9c81 + docs/models/getbillpaymentresponse.md: + last_write_checksum: sha1:dd55a57f0eadb9a4f1edb9a5816d77df181d5735 + docs/models/getbillpaymentsresponse.md: + last_write_checksum: sha1:d02463e7ac89e45305f646abb0f3ed4f5118f1a9 + docs/models/getbillresponse.md: + last_write_checksum: sha1:ca5d7e90ec10e15826a73cbae5bb8e0827512217 + docs/models/getbillsresponse.md: + last_write_checksum: sha1:c6a92e96b9661bcc112d8b860480a87377b46430 + docs/models/getcategoriesresponse.md: + last_write_checksum: sha1:000e703e9fca241509fe3a1028dabf2b6874d9b1 + docs/models/getcategoryresponse.md: + last_write_checksum: sha1:df5613fb9a8fa11c089959436d8f748a97f7b4f4 + docs/models/getcollectionresponse.md: + last_write_checksum: sha1:9524c3db9f49de45a071919ff6fa8a514343b7e6 + docs/models/getcollectionsresponse.md: + last_write_checksum: sha1:bfc67cca54941ef7e3802117bf568eef1c9e2dac + docs/models/getcollectiontagsresponse.md: + last_write_checksum: sha1:b53c613c192612fe06d9e140c4364f02a89ede05 + docs/models/getcollectionuserresponse.md: + last_write_checksum: sha1:e5b3d4a5807b20c626d8041b2846389a91d2779b + docs/models/getcollectionusersresponse.md: + last_write_checksum: sha1:2f460d1a803c6b8df7ac0a981d03f6875c69cd71 + docs/models/getcommentresponse.md: + last_write_checksum: sha1:564d3db81e52288eb196ef36e5b3597a644ad81d + docs/models/getcommentsresponse.md: + last_write_checksum: sha1:26d8b7178e64aa1fb576e634f1fcb5d6ffd0d6ef + docs/models/getcompaniesresponse.md: + last_write_checksum: sha1:61ee303bbbd95212bc5ab7588ed39cdddf149d77 + docs/models/getcompanyinforesponse.md: + last_write_checksum: sha1:0cbd8d490ab30422dff091b74f54b0195f7ffcb6 + docs/models/getcompanyresponse.md: + last_write_checksum: sha1:e40f77903ec4ceeb6889ad5e47801a239f7a9bc4 + docs/models/getconnectionresponse.md: + last_write_checksum: sha1:0cbc36668354946b84909e669ea996651cb43774 + docs/models/getconnectionsresponse.md: + last_write_checksum: sha1:7d126a404267026740f3db94eb3edeef9c0bb427 + docs/models/getconnectorresourceresponse.md: + last_write_checksum: sha1:8fdb39e2c14a56a94a72aa7454d8ce404efe1e18 + docs/models/getconnectorresponse.md: + last_write_checksum: sha1:1ac2ebfc86fad7f176939a688ab357a2eb5fd100 + docs/models/getconnectorsresponse.md: + last_write_checksum: sha1:636633b5d6844e1fc93f2904be0b48f764f57487 + docs/models/getconsentrecordsresponse.md: + last_write_checksum: sha1:7289901f8e274c1a581edd20f0ba41ff97d986a2 + docs/models/getconsumerresponse.md: + last_write_checksum: sha1:09004475a3d56ea02e5a3d9afff690423ca4698f + docs/models/getconsumersresponse.md: + last_write_checksum: sha1:3e4ec10c8878cb4401b58cd88bba914a54341775 + docs/models/getcontactresponse.md: + last_write_checksum: sha1:2af0f8d0c2c6e3465afb5801e3550dfce0d11e55 + docs/models/getcontactsresponse.md: + last_write_checksum: sha1:d07c9a078bf0efa0babe8bf4a33cb1687dcbf3af + docs/models/getcreditnoteresponse.md: + last_write_checksum: sha1:9d644d0bb70402de6b58872770ac0725585d01cf + docs/models/getcreditnotesresponse.md: + last_write_checksum: sha1:5151b36a91f2010f1a724f0f077f4c74769427a2 + docs/models/getcustomerresponse.md: + last_write_checksum: sha1:a7ffa3fbe634284b2deb2d0e0294deb267f6c93b + docs/models/getcustomersresponse.md: + last_write_checksum: sha1:07583241492a4e5e86010c5ad60c78f8b92192d0 + docs/models/getcustomfieldsresponse.md: + last_write_checksum: sha1:f353695e3407546137e2b92b225ce220dfcaeefb + docs/models/getcustommappingsresponse.md: + last_write_checksum: sha1:fc4cfcebb65ff00e898eafaf5bdbc95fc742f5af + docs/models/getcustomobjectresponse.md: + last_write_checksum: sha1:0f3b0fba075dc837933aab3182dfbcc713d40063 + docs/models/getcustomobjectschemaresponse.md: + last_write_checksum: sha1:898f7136ca106e8853a66e72f729bda94b28ed89 + docs/models/getcustomobjectschemasresponse.md: + last_write_checksum: sha1:df6b4e1d4e1e139df6e188d0ed82f00e3df5b7f9 + docs/models/getcustomobjectsresponse.md: + last_write_checksum: sha1:c128b7998ccef94cd475480a2ddda5f226b1248c + docs/models/getdepartmentresponse.md: + last_write_checksum: sha1:701e8d5356e6852f610a3b076e65775d61e41245 + docs/models/getdepartmentsresponse.md: + last_write_checksum: sha1:b2f53c4672e6ebee15c3a2127f1a6129b761477b + docs/models/getdrivegroupresponse.md: + last_write_checksum: sha1:c7e3b2c495e3d190df4dd9f2de6a4d0da6e8b906 + docs/models/getdrivegroupsresponse.md: + last_write_checksum: sha1:987dc65169425a8f50c61b36da378cf88c94088a + docs/models/getdriveresponse.md: + last_write_checksum: sha1:c02a1fb6ca97741d737b68864ce49b8c5f5fbcc7 + docs/models/getdrivesresponse.md: + last_write_checksum: sha1:22fa573bc5faf3f0eb5bd151cecfec81d8529f97 + docs/models/getecommercecustomerresponse.md: + last_write_checksum: sha1:3d42e30554610eb0d40d37cb0825156c4ba61dc2 + docs/models/getecommercecustomersresponse.md: + last_write_checksum: sha1:06b079902d6ac799c8c36a61d31d415dfff2270f + docs/models/getecommerceorderresponse.md: + last_write_checksum: sha1:1b8bc1a9f3553d95544eca6edcb0dbba7c86513b + docs/models/getecommerceordersresponse.md: + last_write_checksum: sha1:2fd6caf9c87522d06970ef6adef84c6c0e0d5c2c + docs/models/getemployeepayrollresponse.md: + last_write_checksum: sha1:b62535fa89ac0214a959871126b87192154bf036 + docs/models/getemployeepayrollsresponse.md: + last_write_checksum: sha1:f613746aca82b4053d4435769602b7f5f688a171 + docs/models/getemployeeresponse.md: + last_write_checksum: sha1:65a5294a430835a1e794442f89c5a179978edbcf + docs/models/getemployeeschedulesresponse.md: + last_write_checksum: sha1:589f0489d9952dee6e2af6737a5d46ad64813408 + docs/models/getemployeesresponse.md: + last_write_checksum: sha1:0800bbbf067d58e32ff9a712d5cfe7e2e44d1bb9 + docs/models/getexpenseresponse.md: + last_write_checksum: sha1:6fb97b03aed89c71a4da5a4253d36e8ad980a264 + docs/models/getexpensesresponse.md: + last_write_checksum: sha1:e3889bbcf77a5cf5aa095fd6ea8b1d1fe6b47b73 + docs/models/getfileresponse.md: + last_write_checksum: sha1:12c1557e3040475972df6fbad26da7ae14d1ec44 + docs/models/getfilesresponse.md: + last_write_checksum: sha1:b1fcde70e8d4eac16675a9c1b65478f6b5b43a26 + docs/models/getfolderresponse.md: + last_write_checksum: sha1:9086812860b8388193aca5493de972854b0e3a83 + docs/models/gethriscompaniesresponse.md: + last_write_checksum: sha1:d7c7a8d91c9249964b5a9e5a6616eeaa68c73d75 + docs/models/gethriscompanyresponse.md: + last_write_checksum: sha1:77469126c7cd6d1e1d560610e1dab5ed5fccce28 + docs/models/getinvoiceitemresponse.md: + last_write_checksum: sha1:ea5c54898e5afb17c353cf95b769f05fe1c508f8 + docs/models/getinvoiceitemsresponse.md: + last_write_checksum: sha1:fc0bf1c5de54608fff9ff0b27a9c0e1cd953f8af + docs/models/getinvoiceresponse.md: + last_write_checksum: sha1:1205a37a44a21f2ab2bd913a54960ee821329b24 + docs/models/getinvoicesresponse.md: + last_write_checksum: sha1:1f8651d981f3058d9888050705ab3da5eb07a3ef + docs/models/getjobresponse.md: + last_write_checksum: sha1:d7a6d84dc64055ed805d01d24f4a224ac42963bc + docs/models/getjobsresponse.md: + last_write_checksum: sha1:9b92a989769d3d0bccdfc65722f8b393eef00dea + docs/models/getjournalentriesresponse.md: + last_write_checksum: sha1:2f811c3d0e00a090a027c27d161fbc9e4c436ed7 + docs/models/getjournalentryresponse.md: + last_write_checksum: sha1:b437b11773517a687c82dc3c2b888a4192a8a10e + docs/models/getleadresponse.md: + last_write_checksum: sha1:dd17c17f4e3ff1ec0a39e82ca95fed76431710bc + docs/models/getleadsresponse.md: + last_write_checksum: sha1:365dee986240cc63284be63d53234a6b0929d1d2 + docs/models/getledgeraccountresponse.md: + last_write_checksum: sha1:e53593752dc44a2129f17ffbc99c1fb554f6e657 + docs/models/getledgeraccountsresponse.md: + last_write_checksum: sha1:1732da4f6dbd356ef365a68a0046408173b8f6f1 + docs/models/getlogsresponse.md: + last_write_checksum: sha1:ab4b9d4b432d087ef9a32b1f1b2b2d0447976881 + docs/models/getmessageresponse.md: + last_write_checksum: sha1:9e550b527caf6be222559a8243442101461d543a + docs/models/getmessagesresponse.md: + last_write_checksum: sha1:b1876b2365b5cf6923f07f48863268789f0db34c + docs/models/getnoteresponse.md: + last_write_checksum: sha1:14a1dabb9da7a512177a3f8220b34872829e5e1d + docs/models/getnotesresponse.md: + last_write_checksum: sha1:fe4ec6da98b51e9dcd0fec43b52077e2b4a82613 + docs/models/getopportunitiesresponse.md: + last_write_checksum: sha1:a8b104cf91f5887ce1d95b0da9268017aa133f84 + docs/models/getopportunityresponse.md: + last_write_checksum: sha1:18169e488eba2dc1963f47e6b63243a468284012 + docs/models/getpaymentresponse.md: + last_write_checksum: sha1:883644f3f77b430ea4652ca5c3ec287344f19101 + docs/models/getpaymentsresponse.md: + last_write_checksum: sha1:e8e21629d7da17d9f6dff520e4ceb4f541506904 + docs/models/getpayrollresponse.md: + last_write_checksum: sha1:f6d2221973324dfe79eff00a26459b98df624917 + docs/models/getpayrollsresponse.md: + last_write_checksum: sha1:5fad66e98bebb2018e7d6a5d9b49806c850d3959 + docs/models/getpipelineresponse.md: + last_write_checksum: sha1:61da192f856b06efdc3b08e7181d27b8435ef42d + docs/models/getpipelinesresponse.md: + last_write_checksum: sha1:0a9ee0b254a68533b6a893db784f585e2ecd7be3 + docs/models/getproductresponse.md: + last_write_checksum: sha1:c175745b62fcffde7f9f12883562fc6271c77e56 + docs/models/getproductsresponse.md: + last_write_checksum: sha1:5102715a2e100e359c76a6f445912813e15b0681 + docs/models/getprofitandlossresponse.md: + last_write_checksum: sha1:1caf39b9560831ff7a005b222f89bfba548346c3 + docs/models/getprojectresponse.md: + last_write_checksum: sha1:e5e76b9f5f48a770bf14bfb59afeb62d7e8dd3b3 + docs/models/getprojectsresponse.md: + last_write_checksum: sha1:1a5093be63f5472e53f364a2071f7d48f4489ba0 + docs/models/getpurchaseorderresponse.md: + last_write_checksum: sha1:4829ed880f814b06e9c2cae2db43cb547457eb75 + docs/models/getpurchaseordersresponse.md: + last_write_checksum: sha1:ea04f4621384e6b52b458381b8f3df9b2d4b2d2d + docs/models/getquoteresponse.md: + last_write_checksum: sha1:7b36b57e11fd080c921bc66005835b43e0d2d3d0 + docs/models/getquotesresponse.md: + last_write_checksum: sha1:e6598713bcb464afb20358160e004599b7d988fe + docs/models/getsharedlinkresponse.md: + last_write_checksum: sha1:c9a44720c3cd34de81badee2d475181da615f368 + docs/models/getsharedlinksresponse.md: + last_write_checksum: sha1:c00f9e7bbdad05c90dcd82f59443da2798363273 + docs/models/getstoreresponse.md: + last_write_checksum: sha1:8e5b6c7ee924720f2b7c502d6b1e02f99e21365f + docs/models/getsubsidiariesresponse.md: + last_write_checksum: sha1:545f39a341d0cbb3c9bc981d87c4d675e34a8cbc + docs/models/getsubsidiaryresponse.md: + last_write_checksum: sha1:1ae174af30570efdfb5d853a8f72903713a0573d + docs/models/getsupplierresponse.md: + last_write_checksum: sha1:a5dc3acd3b27ad1a4108862130261b8d5a9da23d + docs/models/getsuppliersresponse.md: + last_write_checksum: sha1:d538586fbb8673d71e72fa60fbce2e51145236e0 + docs/models/gettaxrateresponse.md: + last_write_checksum: sha1:fab06de7a5f86558e66090fc279a8e577402de01 + docs/models/gettaxratesresponse.md: + last_write_checksum: sha1:f7cffe83f1614649c482dab149d2a8d5c0fd65ec + docs/models/getticketresponse.md: + last_write_checksum: sha1:e234a35abae671b18e32c3209e9a59a93b318cab + docs/models/getticketsresponse.md: + last_write_checksum: sha1:ff6e3cadde2c8eb0c0ab814e283d2e0e18bf2ea8 + docs/models/gettimeoffrequestresponse.md: + last_write_checksum: sha1:384edbed59af5cab9f88ddca71e68b594f4789e9 + docs/models/gettimeoffrequestsresponse.md: + last_write_checksum: sha1:34b12822310ddcbfe66e5980a8211fcbc69a8073 + docs/models/gettrackingcategoriesresponse.md: + last_write_checksum: sha1:07ef63be795559a66063f1087b13b45443251978 + docs/models/gettrackingcategoryresponse.md: + last_write_checksum: sha1:84c7dfc2f2666510ce6cd5ec46439a081dfc2771 + docs/models/getuploadsessionresponse.md: + last_write_checksum: sha1:43fbf12e30e9ebe1df5b2f11c0b40963d1507156 + docs/models/getuserresponse.md: + last_write_checksum: sha1:40313cec8d8c01af4bb7b8dc4c0a9abf41945774 + docs/models/getusersresponse.md: + last_write_checksum: sha1:d188bcdc425289648499315a318e835509b5d880 + docs/models/getwebhookeventlogsresponse.md: + last_write_checksum: sha1:061225bb1b7bb1ba115ad347b3e4daddfe592937 + docs/models/getwebhookresponse.md: + last_write_checksum: sha1:da0205b560815cc0ad3d7eea2eca39585071041f + docs/models/getwebhooksresponse.md: + last_write_checksum: sha1:a495ba205e48edc2ea5609c71348cead73fca625 + docs/models/health.md: + last_write_checksum: sha1:7592f2949c480a23bb310a3d44ab5372a9af0a93 + docs/models/hriscompaniesaddglobals.md: + last_write_checksum: sha1:689667f84b5a3b85a7d09270aab30d7f243f43ea + docs/models/hriscompaniesaddrequest.md: + last_write_checksum: sha1:c9998a8904580e718e299c27df322cf3108ab5aa + docs/models/hriscompaniesaddresponse.md: + last_write_checksum: sha1:bc0ecc6bb9b641827094d7b65423ef2d4d67702e + docs/models/hriscompaniesallglobals.md: + last_write_checksum: sha1:eb00d6d78596b0d705b0549e3691f08b72098d77 + docs/models/hriscompaniesallrequest.md: + last_write_checksum: sha1:aa67737f291072297c7ef5485f850c9fe27b4908 + docs/models/hriscompaniesallresponse.md: + last_write_checksum: sha1:87209a0dd95e97cfca33c629bc5b9cf2f47acba9 + docs/models/hriscompaniesdeleteglobals.md: + last_write_checksum: sha1:fbbaad7510bb6fc3fcaf4ac99f378ac31792d78e + docs/models/hriscompaniesdeleterequest.md: + last_write_checksum: sha1:861f0e005c78af3c18ac3a5ff4132caf4d975602 + docs/models/hriscompaniesdeleteresponse.md: + last_write_checksum: sha1:e18eb3eabec564b37e6757c68fcfb7ccae7dc494 + docs/models/hriscompaniesoneglobals.md: + last_write_checksum: sha1:e83edea82399f4bfb33b5431330a49893f6afe77 + docs/models/hriscompaniesonerequest.md: + last_write_checksum: sha1:49008f2b149a1e2b376e2f1a3cc6ce5c1453e5c1 + docs/models/hriscompaniesoneresponse.md: + last_write_checksum: sha1:74eeeada1316cfca51c3cb6bfa969e81fb5529c8 + docs/models/hriscompaniesupdateglobals.md: + last_write_checksum: sha1:73b6680dddf47abc3b9bcf96adb8a86edd327dcb + docs/models/hriscompaniesupdaterequest.md: + last_write_checksum: sha1:6028afa78b0c3c501efd304a5171e6b4876bd869 + docs/models/hriscompaniesupdateresponse.md: + last_write_checksum: sha1:b9bbdbd2cddbcdb02594e715df5700b7e3002fe2 + docs/models/hriscompany.md: + last_write_checksum: sha1:837191be36d23088c39166f3bc40123eb6946d3d + docs/models/hriscompanyinput.md: + last_write_checksum: sha1:b8c81521743f1a68bd44e93877626cb28b0a549b + docs/models/hriscompanystatus.md: + last_write_checksum: sha1:505de6cd069c683412b34d7d846395b8776980f2 + docs/models/hrisdepartmentsaddglobals.md: + last_write_checksum: sha1:512d30d46fff7ad55cf70b30f3d0eeb4fd3b9cb8 + docs/models/hrisdepartmentsaddrequest.md: + last_write_checksum: sha1:6a3bf57382d1e1ffcb301c574f9ba013ba9d6914 + docs/models/hrisdepartmentsaddresponse.md: + last_write_checksum: sha1:e559544036e9f81e4c791cccf2021a343e4361c8 + docs/models/hrisdepartmentsallglobals.md: + last_write_checksum: sha1:37b618c4bb8496f07c3dda24a9530cb0c2834ecf + docs/models/hrisdepartmentsallrequest.md: + last_write_checksum: sha1:c7b7f56bb15227d15231ff171516563f1cdd12e8 + docs/models/hrisdepartmentsallresponse.md: + last_write_checksum: sha1:2a0dc702e45ac28b4ccaadce2a71ee4b510afd59 + docs/models/hrisdepartmentsdeleteglobals.md: + last_write_checksum: sha1:b78ef1c5bbd14f7029869c92f3b5b9cf952f2b9f + docs/models/hrisdepartmentsdeleterequest.md: + last_write_checksum: sha1:c5e4f904e72b008090e8eea8b768e3dc10d6e345 + docs/models/hrisdepartmentsdeleteresponse.md: + last_write_checksum: sha1:938c81c5ba83de1a9f11b56bc0c702f74debf5df + docs/models/hrisdepartmentsoneglobals.md: + last_write_checksum: sha1:56d9ef77b2bd448fecb01dfb27f1be6b841b1a27 + docs/models/hrisdepartmentsonerequest.md: + last_write_checksum: sha1:bd2888969735512d7d6fe301a804c17027c8443d + docs/models/hrisdepartmentsoneresponse.md: + last_write_checksum: sha1:40e48660ed05b41832a222199b522de8997137e8 + docs/models/hrisdepartmentsupdateglobals.md: + last_write_checksum: sha1:f9bda6beca209d566e1f16d3bd9a16c726e05dc4 + docs/models/hrisdepartmentsupdaterequest.md: + last_write_checksum: sha1:c4efd86c5dca7ee60dc4249a9832cc043a656b91 + docs/models/hrisdepartmentsupdateresponse.md: + last_write_checksum: sha1:885d6a1e6a7b81d526955cd259f3ec164bedfd18 + docs/models/hrisemployeepayrollsallglobals.md: + last_write_checksum: sha1:94d57163c90b714389b720af54bbca241969f919 + docs/models/hrisemployeepayrollsallrequest.md: + last_write_checksum: sha1:055e9995de081448594ca26b164ceea03c2927db + docs/models/hrisemployeepayrollsallresponse.md: + last_write_checksum: sha1:a727fe9f0ad94fa0ca80c02ed0c5c50fe3e59a25 + docs/models/hrisemployeepayrollsoneglobals.md: + last_write_checksum: sha1:7d6af365b278d6a3dfc8463c8355a81058a2eedd + docs/models/hrisemployeepayrollsonerequest.md: + last_write_checksum: sha1:9f6004befec726b043dec51a55b23787be6b4cf6 + docs/models/hrisemployeepayrollsoneresponse.md: + last_write_checksum: sha1:1aa3a7152aa6be40a8d5a28209109725dc5f1777 + docs/models/hrisemployeesaddglobals.md: + last_write_checksum: sha1:22b5b73933b267e613703f1fb3bb1b01514edca8 + docs/models/hrisemployeesaddrequest.md: + last_write_checksum: sha1:cd4415aa82825d0f649dcc3ad000d9cb70a25516 + docs/models/hrisemployeesaddresponse.md: + last_write_checksum: sha1:08323171dd935d28187a5befe87b33ccd4f3f98c + docs/models/hrisemployeesallglobals.md: + last_write_checksum: sha1:4594a5bc419c2f5b52942cf408ebb3b206a0962c + docs/models/hrisemployeesallrequest.md: + last_write_checksum: sha1:10c7cae460b08971078ea0d2c0adea5e4aa801f2 + docs/models/hrisemployeesallresponse.md: + last_write_checksum: sha1:3eb0b653f3219531050d615fe0689bc334a27097 + docs/models/hrisemployeeschedulesallglobals.md: + last_write_checksum: sha1:b57a18a412728aa02f214d2667e7969ba78280ed + docs/models/hrisemployeeschedulesallrequest.md: + last_write_checksum: sha1:6a93b9c3ade8b4b6a45c2264d799b696c31e2048 + docs/models/hrisemployeeschedulesallresponse.md: + last_write_checksum: sha1:31323ed96e6c10f1e1fedf85a4f2a3684152a68a + docs/models/hrisemployeesdeleteglobals.md: + last_write_checksum: sha1:3f561eec7c3c7ef36e3dc8e08682e6c0a09d65e3 + docs/models/hrisemployeesdeleterequest.md: + last_write_checksum: sha1:3abe1f442633043223a24b63e39bd91252454238 + docs/models/hrisemployeesdeleteresponse.md: + last_write_checksum: sha1:a0044833f6f5c611e3d81f2c7e56fe4fe2399845 + docs/models/hrisemployeesoneglobals.md: + last_write_checksum: sha1:d3151b7187931817f901f4b2ae4a2956252b7e0a + docs/models/hrisemployeesonerequest.md: + last_write_checksum: sha1:360057a7875ef2c801a27da1e764bd3bc8887a90 + docs/models/hrisemployeesoneresponse.md: + last_write_checksum: sha1:65bd3a71aeef296d15b027458da37c831a4e6970 + docs/models/hrisemployeesupdateglobals.md: + last_write_checksum: sha1:d3c4b11bcdfe156fed99706df7e885cf65e1f1c3 + docs/models/hrisemployeesupdaterequest.md: + last_write_checksum: sha1:11d8cb28c20c72161a5919c68e3cbbaefd52a568 + docs/models/hrisemployeesupdateresponse.md: + last_write_checksum: sha1:fb0a2561114c51b23cf1cea2c38604b40c3ab563 + docs/models/hrispayrollsallglobals.md: + last_write_checksum: sha1:d526d73dafdace1ba8bf7f9622cde617fe749720 + docs/models/hrispayrollsallrequest.md: + last_write_checksum: sha1:75c870e581583dac35cadd9799f4952fffc01995 + docs/models/hrispayrollsallresponse.md: + last_write_checksum: sha1:4bf1add132bb6d21cc582b0b4dc19b91c8296920 + docs/models/hrispayrollsoneglobals.md: + last_write_checksum: sha1:d61e102e5dffd514239b90a77715eb957f0840fc + docs/models/hrispayrollsonerequest.md: + last_write_checksum: sha1:13b5ab819db8489c1b760fea8a6a689e4fbc3b63 + docs/models/hrispayrollsoneresponse.md: + last_write_checksum: sha1:2a0119be1df16206fcb7056664d90e57fa684622 + docs/models/hristimeoffrequestsaddglobals.md: + last_write_checksum: sha1:a2f7c5adea060753c72bed0823cba044cc13f920 + docs/models/hristimeoffrequestsaddrequest.md: + last_write_checksum: sha1:5f85f704c1d64c44075638103bf504ed69c1a89e + docs/models/hristimeoffrequestsaddresponse.md: + last_write_checksum: sha1:ec558033fdc0a21afe8c3c81451306f4098d3529 + docs/models/hristimeoffrequestsallglobals.md: + last_write_checksum: sha1:3cefb9f1bb5b54c364632797b90004d5acc96564 + docs/models/hristimeoffrequestsallrequest.md: + last_write_checksum: sha1:f2a48dfe10a3ec67661d065ad2603fe073c1e0bd + docs/models/hristimeoffrequestsallresponse.md: + last_write_checksum: sha1:98848d94e73a391522ef529486e372ac6dc7469b + docs/models/hristimeoffrequestsdeleteglobals.md: + last_write_checksum: sha1:558e1e6b887b83305d68ee49e75e07014e9032a2 + docs/models/hristimeoffrequestsdeleterequest.md: + last_write_checksum: sha1:79aeedf575fbe7507487d6d24a0241a9fb34c85a + docs/models/hristimeoffrequestsdeleteresponse.md: + last_write_checksum: sha1:8f009bed649524e8c0c36d2b1a8aa62c314e06e2 + docs/models/hristimeoffrequestsoneglobals.md: + last_write_checksum: sha1:20552676d37fe242ab9405b32b8d1aa20c35cdf8 + docs/models/hristimeoffrequestsonerequest.md: + last_write_checksum: sha1:dcd5834542e3df4a0acfccf383afacde32e4a8cc + docs/models/hristimeoffrequestsoneresponse.md: + last_write_checksum: sha1:adc6fdbe962069d2743caf8e1e570a7239424483 + docs/models/hristimeoffrequestsupdateglobals.md: + last_write_checksum: sha1:fc1a6cbce94e3f1d19c0965746e8bf1fa2c41574 + docs/models/hristimeoffrequestsupdaterequest.md: + last_write_checksum: sha1:a17a6f397ac29d927e7b94d176b131007f6b9fc2 + docs/models/hristimeoffrequestsupdateresponse.md: + last_write_checksum: sha1:88adfaa9434878ba251057d8bed79de973711661 + docs/models/httpmetadata.md: + last_write_checksum: sha1:09d9c91cf41e3b9e867647becda4e437f4f3e3c8 + docs/models/images.md: + last_write_checksum: sha1:14d4a6faf20735dee08971640c1c1810768d7acb + docs/models/income.md: + last_write_checksum: sha1:e2f9b8443818fdb58a18a109f4d46d25f67ec0fe + docs/models/integrationstate.md: + last_write_checksum: sha1:0b99a45f173ad18c891863413ed90f3def5f8e9d + docs/models/internal/globals.md: + last_write_checksum: sha1:5fc57d1d866a32d5ebb24e7b95eb6d657c5df559 + docs/models/invoice.md: + last_write_checksum: sha1:bca661f3cf2c59a5ed6717a5c8a7659a22a9618c + docs/models/invoiceinput.md: + last_write_checksum: sha1:e42447d97003bce60f145e692ac5e2701643fa0f + docs/models/invoiceitem.md: + last_write_checksum: sha1:8ff3750efa7587c1a9afb617b30a8f9dbee96d9d + docs/models/invoiceitemfilter.md: + last_write_checksum: sha1:e92b5b703e3e296160429f9df6010e1a7b230b31 + docs/models/invoiceitemfilterinvoiceitemtype.md: + last_write_checksum: sha1:538b7ec66bc0822d320c841dab03b5c5d2f85ab1 + docs/models/invoiceitemfiltertransactiontype.md: + last_write_checksum: sha1:c40c3d425fec330b01a79eaa31725abe46424883 + docs/models/invoiceiteminput.md: + last_write_checksum: sha1:48939cfc55e77b115ed3cffdb6aa3327b939e1d6 + docs/models/invoiceitempurchasedetails.md: + last_write_checksum: sha1:3c480c905b4b7a93516e765a7beaf23ba7586cc0 + docs/models/invoiceitemsalesdetails.md: + last_write_checksum: sha1:e86574bd1508f782013ad3e72c31f87971524cf1 + docs/models/invoiceitemsfilter.md: + last_write_checksum: sha1:f94c54bfcfbbec102749bc1ac5b96094a8e2df1b + docs/models/invoiceitemssort.md: + last_write_checksum: sha1:69616d3404cad41715adbbeec8fa9bf292faae30 + docs/models/invoiceitemssortby.md: + last_write_checksum: sha1:2d82d645cba986ea73d5a85286950cf22e6cbd85 + docs/models/invoiceitemtype.md: + last_write_checksum: sha1:ee5ed57f4bcd0881cf4955fbdc8a049aefe4149b + docs/models/invoiceitemtypetype.md: + last_write_checksum: sha1:58bc365e70c1186c3f0249e578856e87d48e4331 + docs/models/invoicelineitem.md: + last_write_checksum: sha1:0a7e37a4d9f9cbe9f68507b17006a15128a6f242 + docs/models/invoicelineiteminput.md: + last_write_checksum: sha1:073083ef024983fb55a8053e6e62cc39d85102a3 + docs/models/invoicelineitemtype.md: + last_write_checksum: sha1:4e4e25f9d980c6460477f52935ea2910eef994af + docs/models/invoiceresponse.md: + last_write_checksum: sha1:bc0577dbf4ceec23ec16db3034fd6199ef550dc7 + docs/models/invoicesfilter.md: + last_write_checksum: sha1:d9cd9facfe43f84cf6748ac2763c24d82aeb1b3d + docs/models/invoicessort.md: + last_write_checksum: sha1:1eba528d38a368e93a9d28100a5d7c566bad30a1 + docs/models/invoicessortby.md: + last_write_checksum: sha1:fb5dc0a7574e09d71c171a7cf92f938afebcd64d + docs/models/invoicestatus.md: + last_write_checksum: sha1:03445e10c2c726824622dc0acf135725dff0389d + docs/models/invoicetype.md: + last_write_checksum: sha1:d35aec7edb32d5041abd295ab3238bd35975a8ab + docs/models/issuesfilter.md: + last_write_checksum: sha1:53c54abe828d66d05740259f046f00128ce9697f + docs/models/issuetrackingcollectionsallglobals.md: + last_write_checksum: sha1:59aaa4f53cbd9ee5cc110edf2af5c769f63665e9 + docs/models/issuetrackingcollectionsallrequest.md: + last_write_checksum: sha1:8c196f5ec0e350ae1433dbbae614a6d1f02c5518 + docs/models/issuetrackingcollectionsallresponse.md: + last_write_checksum: sha1:32b8d899cf51bf546a02919452cfea0a1c9837a7 + docs/models/issuetrackingcollectionsoneglobals.md: + last_write_checksum: sha1:2576195ac6753d0f82fdb33cc3ee9efb5de2d3bc + docs/models/issuetrackingcollectionsonerequest.md: + last_write_checksum: sha1:e8f058eb7a0942d4fa3b720ef130f0342a5c0d26 + docs/models/issuetrackingcollectionsoneresponse.md: + last_write_checksum: sha1:45886a7a22a1b275d0e980a66b44dc67416cecc9 + docs/models/issuetrackingcollectiontagsallglobals.md: + last_write_checksum: sha1:1b54357a2044b78b683c5103c11f218cd42f7898 + docs/models/issuetrackingcollectiontagsallrequest.md: + last_write_checksum: sha1:f7792124fd538355a1418f8442dfdca8f10779a7 + docs/models/issuetrackingcollectiontagsallresponse.md: + last_write_checksum: sha1:3d98ca24a806baae7c45ab5bf0835100d1e1adb5 + docs/models/issuetrackingcollectionticketcommentsaddglobals.md: + last_write_checksum: sha1:6ef9928eae748eaba00a4ecbd9b1e6b6af165f8d + docs/models/issuetrackingcollectionticketcommentsaddrequest.md: + last_write_checksum: sha1:277af16827030b539f081cb4af5700ab68c4bc4c + docs/models/issuetrackingcollectionticketcommentsaddresponse.md: + last_write_checksum: sha1:13721d685ad021120a26f3dd7175e3ef16725caf + docs/models/issuetrackingcollectionticketcommentsallglobals.md: + last_write_checksum: sha1:0ef0978577386bd7ee45eeabd8c5a97b4f066f5b + docs/models/issuetrackingcollectionticketcommentsallrequest.md: + last_write_checksum: sha1:3b0a8fdcd25fa5c21a38e81e1d7ba18727e1a596 + docs/models/issuetrackingcollectionticketcommentsallresponse.md: + last_write_checksum: sha1:4765cda744fc3cc8841920c51e218450bcbabbfa + docs/models/issuetrackingcollectionticketcommentsdeleteglobals.md: + last_write_checksum: sha1:64eb5d528ba0b12b569504b0be55e7de48c9d9d2 + docs/models/issuetrackingcollectionticketcommentsdeleterequest.md: + last_write_checksum: sha1:0ff8bbfe88cbefdf1a9bd833d70a8e82949cc981 + docs/models/issuetrackingcollectionticketcommentsdeleteresponse.md: + last_write_checksum: sha1:bc08b660b39c6844d38646cbd0d3b6da9cae2377 + docs/models/issuetrackingcollectionticketcommentsoneglobals.md: + last_write_checksum: sha1:d710c88e5bad19d0c37afce09357b0d004c28922 + docs/models/issuetrackingcollectionticketcommentsonerequest.md: + last_write_checksum: sha1:c00fcbaaddc268ffc22ff1af570ef10ec9985952 + docs/models/issuetrackingcollectionticketcommentsoneresponse.md: + last_write_checksum: sha1:e00875fecc0e4d526c8eab99d206c0a4de26a146 + docs/models/issuetrackingcollectionticketcommentsupdateglobals.md: + last_write_checksum: sha1:291e98f4c9c33af832ddb6c37d5b1fcfe43099e5 + docs/models/issuetrackingcollectionticketcommentsupdaterequest.md: + last_write_checksum: sha1:f649747d83262f40e870c9e1a9cb34241b2a6804 + docs/models/issuetrackingcollectionticketcommentsupdateresponse.md: + last_write_checksum: sha1:0f62adb995046a5c9df52d5071ce6a46a667546a + docs/models/issuetrackingcollectionticketsaddglobals.md: + last_write_checksum: sha1:7186487ba18af228b7173aa9ea301c55d34641e0 + docs/models/issuetrackingcollectionticketsaddrequest.md: + last_write_checksum: sha1:22420e83c8c9b8629d98eba9f94f3d0b7959c054 + docs/models/issuetrackingcollectionticketsaddresponse.md: + last_write_checksum: sha1:46b246f4bffc89dfa4a01c655e048567cded0993 + docs/models/issuetrackingcollectionticketsallglobals.md: + last_write_checksum: sha1:43a58e1c1b2a53de67cd88b76f7457a8aceec0c4 + docs/models/issuetrackingcollectionticketsallrequest.md: + last_write_checksum: sha1:40eafdd7b05244d9b5efaf2ce4988b49de09082b + docs/models/issuetrackingcollectionticketsallresponse.md: + last_write_checksum: sha1:97b4bfd9b6366072b0e603b86cdcf0dfef632048 + docs/models/issuetrackingcollectionticketsdeleteglobals.md: + last_write_checksum: sha1:f6bbc2de4c764ec4f14a272ccfada5429339499b + docs/models/issuetrackingcollectionticketsdeleterequest.md: + last_write_checksum: sha1:dd1c1d0be62b28a28cbdc8b9b6d0146eee9d31af + docs/models/issuetrackingcollectionticketsdeleteresponse.md: + last_write_checksum: sha1:9bd3c471843a5803c90781d7fab22ad7e6c2d4ab + docs/models/issuetrackingcollectionticketsoneglobals.md: + last_write_checksum: sha1:90eed632593e511b496313a393f39147a3665053 + docs/models/issuetrackingcollectionticketsonerequest.md: + last_write_checksum: sha1:2f75810464719a356056b74964bede6e4636d524 + docs/models/issuetrackingcollectionticketsoneresponse.md: + last_write_checksum: sha1:6c69cd3a98b3ff04af78ad4a8b9769de848eed74 + docs/models/issuetrackingcollectionticketsupdateglobals.md: + last_write_checksum: sha1:a1ae957a92a28be5d36f525098aff72f2b766758 + docs/models/issuetrackingcollectionticketsupdaterequest.md: + last_write_checksum: sha1:07da6d85a6d5c7a0ceaed31aa6b9e78c0efdd68b + docs/models/issuetrackingcollectionticketsupdateresponse.md: + last_write_checksum: sha1:e37c95118d02e7669ca66b97b536e770ae248e9c + docs/models/issuetrackingcollectionusersallglobals.md: + last_write_checksum: sha1:fd111d5877c9e1793d7b8170297ecb54efdd3c6e + docs/models/issuetrackingcollectionusersallrequest.md: + last_write_checksum: sha1:51ef942bfc65d8738a84241e4e2288a5e4f6d605 + docs/models/issuetrackingcollectionusersallresponse.md: + last_write_checksum: sha1:85eeabff86122af895c005e45584323c7fcfdae4 + docs/models/issuetrackingcollectionusersoneglobals.md: + last_write_checksum: sha1:dc4a3df3c38e8e3f258002f136d5fb7166728f79 + docs/models/issuetrackingcollectionusersonerequest.md: + last_write_checksum: sha1:adbc94a3938e0edd3e6f49aef871e7dd2276236a + docs/models/issuetrackingcollectionusersoneresponse.md: + last_write_checksum: sha1:78bf504920f88b32b3dfd1e3114d0e9bcb70e4a0 + docs/models/job.md: + last_write_checksum: sha1:dbe56fcb9edb5705c5ca97e2eec279141ce2a999 + docs/models/joblinks.md: + last_write_checksum: sha1:31e6dc0106537c378b03afd2d87c36f4d892c14e + docs/models/jobstatus.md: + last_write_checksum: sha1:85dc63220e73204c2ebeabf4941201d1fb2dbd3e + docs/models/jobtype.md: + last_write_checksum: sha1:429ab20e0f45f99b7a57b844409a97eb1faee9d1 + docs/models/journalentriesfilter.md: + last_write_checksum: sha1:142b451ee4315bb32a360e0cdfe9935b99d7aa2e + docs/models/journalentriesfilterstatus.md: + last_write_checksum: sha1:9748388782de0797a236d89fb988d7d08b3b3d77 + docs/models/journalentriessort.md: + last_write_checksum: sha1:8662a0123fac811849ae33a6794d215fcd237638 + docs/models/journalentriessortby.md: + last_write_checksum: sha1:74585758f61c12b5749c7764a5013b10774f176f + docs/models/journalentry.md: + last_write_checksum: sha1:537a8f0631a53128a0552db1dde08e810af39b30 + docs/models/journalentryinput.md: + last_write_checksum: sha1:fbd6fa998ce9a1a72481cf0c5dc0f05a48487b2b + docs/models/journalentrylineitem.md: + last_write_checksum: sha1:57b253b1137efae7fe03ee6f157a8afddf15345b + docs/models/journalentrylineiteminput.md: + last_write_checksum: sha1:8d1a98b4320947ca074d9401482acac7fd74970a + docs/models/journalentrylineitemtype.md: + last_write_checksum: sha1:6a11670855cb9de72a5db02591d7516948fd2a8d + docs/models/journalentrystatus.md: + last_write_checksum: sha1:8b5d2eb60c5a8820426747d61ea2eaa67d435738 + docs/models/lead.md: + last_write_checksum: sha1:47d4a613713022794d75aba2b74d917c0e4f9bc4 + docs/models/leadinput.md: + last_write_checksum: sha1:33f349585d4e63b45d9ec89429a7e8fffccbc885 + docs/models/leadsfilter.md: + last_write_checksum: sha1:a3f1aad7c7cf659d2db6f6f0a5ac40052f137957 + docs/models/leadssort.md: + last_write_checksum: sha1:fbdd8c7ab61ed1ddda1abaf48d584a0fd33d67c6 + docs/models/leadssortby.md: + last_write_checksum: sha1:c8dde25260aef5ebca9cb6226facaa1a4d0e267c + docs/models/leavingreason.md: + last_write_checksum: sha1:322ade50ba32fcc06fd12979cc8de50118b52d57 + docs/models/ledgeraccount.md: + last_write_checksum: sha1:54f2cfeebc195329b3905b776204a1bfcf1fb935 + docs/models/ledgeraccountclassification.md: + last_write_checksum: sha1:5daf34e7ffcd5e94549cb15f7eb13d25f14d230e + docs/models/ledgeraccountinput.md: + last_write_checksum: sha1:e6c06e4ce9935f4af671ea7ebb4e359d86f9c688 + docs/models/ledgeraccountsfilter.md: + last_write_checksum: sha1:8b320f3ffad8f6dde8aa1ee746b8d1d16ec7c30f + docs/models/ledgeraccountssort.md: + last_write_checksum: sha1:0e5ec030881ee091760439c4dd6497da0698dc0c + docs/models/ledgeraccountssortby.md: + last_write_checksum: sha1:14d8009777c80b82d6078aa7e0dc1ade7b61a630 + docs/models/ledgeraccountsubsidiaries.md: + last_write_checksum: sha1:e61196c3cf3528f1e2ca3fa5a6575ce377d088c0 + docs/models/ledgeraccounttype.md: + last_write_checksum: sha1:c4476cbce288c3412da3d5a3dbcfc5e395e80079 + docs/models/lineitemtype.md: + last_write_checksum: sha1:96a1f93fa2cf0b23b9ccea77cdfe5b691de488da + docs/models/linkedattachment.md: + last_write_checksum: sha1:f097c13cd65385711389f2345148347f7af0a0db + docs/models/linkedbankaccount.md: + last_write_checksum: sha1:08236903b3564330d1a2dbfd6636bc41adaa90d8 + docs/models/linkedconnectorresource.md: + last_write_checksum: sha1:d38b16dfd740efdf41a88c98a2e0efe0aa1b586b + docs/models/linkedcustomer.md: + last_write_checksum: sha1:49d78b2fc822a2829a94040a7dbf244215256b7e + docs/models/linkedcustomerinput.md: + last_write_checksum: sha1:e6b06143ce574fce65f8d0fba9f7b2f432a839be + docs/models/linkeddepartment.md: + last_write_checksum: sha1:0d7b844ec2f93b4b1cc6e125a9467c4df6cb7107 + docs/models/linkeddepartmentinput.md: + last_write_checksum: sha1:10ea6465f28def63764af420aa7589270e9c2585 + docs/models/linkedecommercecustomer.md: + last_write_checksum: sha1:c44165bf83dabea717250cd5169c513b067bd23e + docs/models/linkedecommerceorder.md: + last_write_checksum: sha1:e946b7c60ce04937717ce4adf38a509f0eecb9d8 + docs/models/linkedfinancialaccount.md: + last_write_checksum: sha1:e8d49debf533dcb33a740bcd9a0ef9f121217cc0 + docs/models/linkedfinancialaccountaccounttype.md: + last_write_checksum: sha1:b05f0630435a97370fc250fe0e212f94065489d7 + docs/models/linkedfinancialaccountinput.md: + last_write_checksum: sha1:f7af23d58ab03b2af69f1c8820fdef10e01f266a + docs/models/linkedfolder.md: + last_write_checksum: sha1:69d9ccd71fb043568faa1d23057b01440b382e14 + docs/models/linkedinvoiceitem.md: + last_write_checksum: sha1:def325488acd9050dd60333b1189623f6b7f90a3 + docs/models/linkedledgeraccount.md: + last_write_checksum: sha1:3d6b534bded3b3f601e52b753ba354da660dd636 + docs/models/linkedlocation.md: + last_write_checksum: sha1:06aee8ab384f2f88b6a907ebf0a8ad3b0b76d304 + docs/models/linkedlocationinput.md: + last_write_checksum: sha1:789e522aba47af8509f87abdfc1345486ca47876 + docs/models/linkedparentcustomer.md: + last_write_checksum: sha1:90942eaf091cc1d854d7ca5318492668fd03a9b9 + docs/models/linkedpurchaseorder.md: + last_write_checksum: sha1:9943df5ea1971782389b7de3d2957e04d5c878ff + docs/models/linkedresources.md: + last_write_checksum: sha1:32edc8839219756cf08e96334d1107ad491009a1 + docs/models/linkedsupplier.md: + last_write_checksum: sha1:7da9c88e6a56c51f3c2f015e60451cbc7c241a72 + docs/models/linkedsupplierinput.md: + last_write_checksum: sha1:7a93b6685a148aba143d455c9b1369ee7ccc7401 + docs/models/linkedtaxdetail.md: + last_write_checksum: sha1:93c0b10ce345749be2029dc910c9f4c504d3395c + docs/models/linkedtaxrate.md: + last_write_checksum: sha1:24ab85e57affe338468ed5d160557f75c96e8d35 + docs/models/linkedtaxrateinput.md: + last_write_checksum: sha1:16de68a8b41dabdc84b671d35a74e3c62b2adeab + docs/models/linkedtaxstatusdetail.md: + last_write_checksum: sha1:c7d4812adc3328a9dbf655b4858e560aed3fc049 + docs/models/linkedtrackingcategory.md: + last_write_checksum: sha1:16adcc95be7dfbcaab45586e8a363abf43d97926 + docs/models/linkedworktag.md: + last_write_checksum: sha1:172939293e1ae9cd89024736a9c64f8aaea531c2 + docs/models/links.md: + last_write_checksum: sha1:84288ced7c6386b2e81e9c201ab3c7a363695444 + docs/models/locationstatus.md: + last_write_checksum: sha1:6b5aa11172723f768dd145b1b080e10ace0155d0 + docs/models/log.md: + last_write_checksum: sha1:506642b88d1f23f81860d75b1c03895647674031 + docs/models/logsfilter.md: + last_write_checksum: sha1:f5b4c93b4cccea4fd5610a2adeb676a4e053f8a9 + docs/models/managedvia.md: + last_write_checksum: sha1:130935348319257aadc69f92505ba54137eec842 + docs/models/manager.md: + last_write_checksum: sha1:4a0afc8ef147fdb14065a67a0dfa8cd54498e12a + docs/models/message.md: + last_write_checksum: sha1:533b38354d8b82d9a53038562ac56f9883fcb40e + docs/models/messageinput.md: + last_write_checksum: sha1:95d7217c2778412f9871f5a858398af7981e809c + docs/models/messagestatus.md: + last_write_checksum: sha1:89fb5ebe9a006a6366197c82b710625b2b1efa6f + docs/models/messagetype.md: + last_write_checksum: sha1:7ab46cd2b768e7318ff69fb3f9c93435ca6b10ac + docs/models/meta.md: + last_write_checksum: sha1:2250f45e2572b58e0a3d08bb8f52d2caef72e87c + docs/models/mode.md: + last_write_checksum: sha1:7b2e76f9eccd74ae9c43fbcb8a50a2c24aac096a + docs/models/note.md: + last_write_checksum: sha1:20f2052c5a7c057a750aa49e538524caf930f844 + docs/models/noteinput.md: + last_write_checksum: sha1:9316048e335fb1cd5406658a5a7a0d64d73ce736 + docs/models/notesmodel.md: + last_write_checksum: sha1:088f1a6dba54ce44f94d23fa45fb6831180351a4 + docs/models/notfoundresponse.md: + last_write_checksum: sha1:88d7a0d5174a16de703c338d16a3447a5498e9b1 + docs/models/notfoundresponsedetail.md: + last_write_checksum: sha1:9189a211be6998c195cdb2a80810bb06827cd666 + docs/models/oauthcredentialssource.md: + last_write_checksum: sha1:be82db3fe316073e1ca5ec1e7f47ad55dd3f9d7c + docs/models/oauthgranttype.md: + last_write_checksum: sha1:f6251cc8222d0493254681b2a7b3e16d3938b1f3 + docs/models/oauthscopes.md: + last_write_checksum: sha1:08ad251ce7a56093e57c7a94582fecec49a2bf40 + docs/models/oddweeks.md: + last_write_checksum: sha1:482e4c920f9ac52a53a26665c38614b350ac4885 + docs/models/one.md: + last_write_checksum: sha1:82356de8d47b4d80454cbbf5446f557eec407c75 + docs/models/operation.md: + last_write_checksum: sha1:0bb916ff03757ff278a34e950976495bf414c69d + docs/models/opportunitiesfilter.md: + last_write_checksum: sha1:479867cb7875c69dedecc4e8f067c8367abff764 + docs/models/opportunitiessort.md: + last_write_checksum: sha1:04281c8ddc62185e39d5504421c2076a527988ef + docs/models/opportunitiessortby.md: + last_write_checksum: sha1:9cef99e9a65df6ead9fe4fc05989b7e0d6b86cb4 + docs/models/opportunity.md: + last_write_checksum: sha1:9de07e7db4394de5b9ac0cbccaca63ee27a0a47f + docs/models/opportunityinput.md: + last_write_checksum: sha1:001004029226ad17fdba50036013bf935dd35c96 + docs/models/options.md: + last_write_checksum: sha1:7c507d2c8f529d04afb36a93102a8d8b046b7128 + docs/models/optiontype.md: + last_write_checksum: sha1:c5378c0f24d5648dc6264627e32a58ad7385f949 + docs/models/orderssort.md: + last_write_checksum: sha1:bb79d36ce93423b92444fd830f3f2e9f8d1ef754 + docs/models/orderssortby.md: + last_write_checksum: sha1:19eabeb094e0178bb4714d6dca6253340e0974c3 + docs/models/otherexpenses.md: + last_write_checksum: sha1:e5bc481e2f6d65dd4136cf592fa90b5c65294b97 + docs/models/otherincome.md: + last_write_checksum: sha1:1a73e3976fc84ab2e08c6e1e7982eb29cdab012b + docs/models/outstandingbalancebycurrency.md: + last_write_checksum: sha1:ed70c3463210e3aad16e3b70b2871538ac9935fa + docs/models/outstandingbalancebycustomer.md: + last_write_checksum: sha1:6fc3ef3630547e8d7f3cf35e0d8e731ab1be9fcf + docs/models/outstandingbalancebysupplier.md: + last_write_checksum: sha1:67f5b843823095e803585b2af946702b0c82f63d + docs/models/owner.md: + last_write_checksum: sha1:54f9889eda43efefdde7e5153ce441458665e1ae + docs/models/paginationcoverage.md: + last_write_checksum: sha1:4018d022fe61c0b5e70c3dd19430f87b111b903e + docs/models/paginationcoveragemode.md: + last_write_checksum: sha1:e172ede23a6c4a5bb9c4f968fe1c7d426dd0ff80 + docs/models/parentaccount.md: + last_write_checksum: sha1:4c7aa787b0dafa0cba4994e881752e761060e5ee + docs/models/parentproject.md: + last_write_checksum: sha1:66f35cf116c4b8d78d023afddb6e19651c7e1be6 + docs/models/passthroughbody.md: + last_write_checksum: sha1:c8e8a6790ab0b62e66c9e219b8b68e083d9daab5 + docs/models/payment.md: + last_write_checksum: sha1:70c6c6c08f452eb56e5081f3d408bfaf37e63deb + docs/models/paymentallocations.md: + last_write_checksum: sha1:7a8730f7808470752cd4bb58091a7571968f2d32 + docs/models/paymentfrequency.md: + last_write_checksum: sha1:d6ff749aae1bc32677f66a8eae145ed1a7c027fc + docs/models/paymentinput.md: + last_write_checksum: sha1:ca68fd5b092f6708c67b543eca7e6ba19a08a6aa + docs/models/paymentrequiredresponse.md: + last_write_checksum: sha1:45bb76a00672508387db28b9dce96d3661491594 + docs/models/paymentsfilter.md: + last_write_checksum: sha1:15caa64b2568d98cfd8e63c5f6963dd314f85275 + docs/models/paymentsfiltertype.md: + last_write_checksum: sha1:735c8336a3b8282e1cf8ee22333c8125fa7863e2 + docs/models/paymentssort.md: + last_write_checksum: sha1:e161822220264d7a46e30891281c82da5ba62697 + docs/models/paymentssortby.md: + last_write_checksum: sha1:c28f3b3facb72143c34219b466ad393464695de7 + docs/models/paymentstatus.md: + last_write_checksum: sha1:2daa5fa529aa7601fab390040ed2c43ed3249f5c + docs/models/paymenttype.md: + last_write_checksum: sha1:489e7a8f632c56309196c772084c92d0c6d65643 + docs/models/paymentunit.md: + last_write_checksum: sha1:5078e3e6bdd3815c331d7b82bf0ec82b2198053f + docs/models/payroll.md: + last_write_checksum: sha1:edec2dcd1b151c83076afa9118591d540e0df6cf + docs/models/payrollsfilter.md: + last_write_checksum: sha1:0ac9e540c98ade18800a67eac0739b4ede3f9775 + docs/models/payrolltotals.md: + last_write_checksum: sha1:8f6a2c2986386661266cfc14ab8f7fd368110266 + docs/models/periodtype.md: + last_write_checksum: sha1:30469b4f2def6cbf6e714ab8a47ac68b67005303 + docs/models/permissions.md: + last_write_checksum: sha1:19f2cbbc85ea1ffa79fda286913ee871e4f1424f + docs/models/person.md: + last_write_checksum: sha1:3fbfc9e6f5b7964f71410f7c0aa70d680c891813 + docs/models/personinput.md: + last_write_checksum: sha1:82b79e2a2fe7fe250d20a7059a9b31f0483b95ba + docs/models/phonenumber.md: + last_write_checksum: sha1:95a65312392b5c8ae13d1453e234c790f610a7cb + docs/models/phonenumbertype.md: + last_write_checksum: sha1:24df57202648cd3d9256d3161c5c8d2b11d1c4c6 + docs/models/pipeline.md: + last_write_checksum: sha1:8dd747c4a1e6f65c01bf8f4e3760e87a41fa347a + docs/models/pipelineinput.md: + last_write_checksum: sha1:2104bd83f15023e51ec2877d1e765503003720b9 + docs/models/pipelinestages.md: + last_write_checksum: sha1:d2da702b0316bff8d31aca68e530cd6a28851e58 + docs/models/price.md: + last_write_checksum: sha1:f4bd96bf17fdbdc9b90dfd33ec3ef105920c12d4 + docs/models/priority.md: + last_write_checksum: sha1:155a17104c77c99e08d41e88625633c1f1043f6d + docs/models/probationperiod.md: + last_write_checksum: sha1:a2594f1b42a3004bbcbe36686ff9a30bbe2d2665 + docs/models/productstatus.md: + last_write_checksum: sha1:299046d0a86f8ca4eb332b8993ccd7e3b284d6aa + docs/models/profitandloss.md: + last_write_checksum: sha1:41ffb63c099c411ec87e71a30a41747634fca6fd + docs/models/profitandlossfilter.md: + last_write_checksum: sha1:6fdc053ea231f500eeef16ae567403886c0baab0 + docs/models/profitandlossfilteraccountingmethod.md: + last_write_checksum: sha1:d77d8297a196424feaa3a0d978f01fd385ab2e5d + docs/models/profitandlossindicator.md: + last_write_checksum: sha1:466e379fe22cccde572ece9481e5e80aaf4e4696 + docs/models/profitandlosstype.md: + last_write_checksum: sha1:2e830252085f3863009588b5bd43161bb6c4c124 + docs/models/project.md: + last_write_checksum: sha1:788d62f933f7b3b5aa09354db4b3dd37488ad8a4 + docs/models/projectdepartment.md: + last_write_checksum: sha1:c5f6f2d585cca9269e2eb96be3a650da7e2b055a + docs/models/projectinput.md: + last_write_checksum: sha1:ef4462bb639926ed6ec2acec16dc6402cd982089 + docs/models/projectphase.md: + last_write_checksum: sha1:6cd2bd1996c8a4c38b3eed909ef130e34ce4204a + docs/models/projectprojectstatus.md: + last_write_checksum: sha1:497808b0560084a597285f96df6050943ca6536a + docs/models/projectsfilter.md: + last_write_checksum: sha1:9ba860608648d646ca428c3ec32130cd56ec7bfb + docs/models/projectssort.md: + last_write_checksum: sha1:ce499db64992f0bd86dafbe1b7927d957398f89a + docs/models/projectssortsortby.md: + last_write_checksum: sha1:537ebc299c60ed3f5d125f5ecc17e39effb8a30e + docs/models/projectstatus.md: + last_write_checksum: sha1:860364724234517a10f4df9432b88559e7c20ad2 + docs/models/projecttype.md: + last_write_checksum: sha1:9b7f39d032d4d2525865607ee3fc05c8b3820d5d + docs/models/purchasedetails.md: + last_write_checksum: sha1:a15d102e5f9ce95f490d38d6427b419839c25128 + docs/models/purchaseorder.md: + last_write_checksum: sha1:a8c9629665c934a1b02eb78208cec1bbb86db2af + docs/models/purchaseorderamortizationtype.md: + last_write_checksum: sha1:92b76b4fc52163a84aec5e409d52a0575d2d4cc4 + docs/models/purchaseorderinput.md: + last_write_checksum: sha1:c0d2f2b20cc4f9fffd5c4fc097e3aa848d5dcde8 + docs/models/purchaseordersfilter.md: + last_write_checksum: sha1:fc530b97a1741136edeb4fa6554a735ae0b1692e + docs/models/purchaseorderssort.md: + last_write_checksum: sha1:40955661d0606c8c5b8dffc73fa10c5822d38ea3 + docs/models/purchaseorderssortby.md: + last_write_checksum: sha1:60dca6e9e190c32cce2d5238dac963a580cc2193 + docs/models/purchaseorderstatus.md: + last_write_checksum: sha1:7622c4f122eb6bdb955b7fbab978c6289d548f06 + docs/models/quote.md: + last_write_checksum: sha1:db50a5f896965f2598618b83ebe95172435b7a2b + docs/models/quoteinput.md: + last_write_checksum: sha1:3cac890f509d4e45400446479e7bfd43ae00a7cd + docs/models/quotelineitem.md: + last_write_checksum: sha1:36b9127727c282bce3e9d2bf5e8036455014a6af + docs/models/quotelineiteminput.md: + last_write_checksum: sha1:a543acba9c52a4e16feb2581fff9cf04c6b24aed + docs/models/quotelineitemtype.md: + last_write_checksum: sha1:04ea78d30f4b774871e101e271a4a8066357587a + docs/models/quotestatus.md: + last_write_checksum: sha1:188f70ce50a1f55cccce23ec3c48b0ffa61f8cef + docs/models/rebilling.md: + last_write_checksum: sha1:fe49c840d3e18694762ebd43c327c835af20aa61 + docs/models/rebillstatus.md: + last_write_checksum: sha1:c1e374314d9b3fa81572846030896ea100bf91c1 + docs/models/reports.md: + last_write_checksum: sha1:fb63b4d156c42f27390a3a349d69a949611c45f5 + docs/models/request.md: + last_write_checksum: sha1:cccabed68223d647655f93b2cb92b39a2214c9a7 + docs/models/requestcountallocation.md: + last_write_checksum: sha1:4fe2c419b0a7137c47a6b924efa01d9110672771 + docs/models/requestrate.md: + last_write_checksum: sha1:84c51082161b9cc919cc2c2c9fcd01591e5cafe1 + docs/models/requesttype.md: + last_write_checksum: sha1:92a90824a9a78011c20777245b89d96749a5a883 + docs/models/resources.md: + last_write_checksum: sha1:d1571f688599da373d0f52c6f50675ff38d6fec9 + docs/models/resourcestatus.md: + last_write_checksum: sha1:062313a0ce07c977f7c1cc17390e2f749c59470e + docs/models/response.md: + last_write_checksum: sha1:8af75da8c2a51d968f1faf37b2fafd0cc659746d + docs/models/salary.md: + last_write_checksum: sha1:145626e28eaec2cee61b2ec4135e9319fdd00418 + docs/models/salesdetails.md: + last_write_checksum: sha1:59e01428f27a08d8e73d5b7caf8ecbcadc454174 + docs/models/schedule.md: + last_write_checksum: sha1:ccc6fd5f3721e9dbdaae3d1f47607f54d793652e + docs/models/schedulestatus.md: + last_write_checksum: sha1:626d2b55ac267a4a91c0e98043185bad96ec0a32 + docs/models/schema.md: + last_write_checksum: sha1:17f83d59200d914e45c873ee931018a5b909794c + docs/models/schemasupport.md: + last_write_checksum: sha1:a2ed631e5d307b682b53690c0c55541f5b6d89be + docs/models/scope.md: + last_write_checksum: sha1:fb103e92bd940a611d44660416fb4e2cfd47c4f8 + docs/models/security.md: + last_write_checksum: sha1:45b7b8881a6560a468153662d61b99605a492edf + docs/models/service.md: + last_write_checksum: sha1:7a7ad4acfa74f87ce3f0b9cdb6a14e908ecef817 + docs/models/session.md: + last_write_checksum: sha1:047995a7e8f966cf642ca054caffdece60000e11 + docs/models/settings.md: + last_write_checksum: sha1:a70dd1958a7a42fc9cc266c8de2f18bbeaf0152a + docs/models/sharedlink.md: + last_write_checksum: sha1:33fe5d0110c34cfd1b9e912dbe00ea906df98273 + docs/models/sharedlinkinput.md: + last_write_checksum: sha1:cd37fa6bd342b66c1d91994f4fc4e02b61027338 + docs/models/sharedlinktarget.md: + last_write_checksum: sha1:c3ac3c1ce12fdde6ab2e73ded8b245312fea7a8b + docs/models/showas.md: + last_write_checksum: sha1:78e87e03a99659cfdb54edca2abe6e36c00e6ea0 + docs/models/simpleformfieldoption.md: + last_write_checksum: sha1:4ca684d92cac2fdd927e96d40d7c93ffc573c9cc + docs/models/smsmessagesaddglobals.md: + last_write_checksum: sha1:20cfb19df2828698a7f484036c8758621e7b39bd + docs/models/smsmessagesaddrequest.md: + last_write_checksum: sha1:ac644f609297feda22b976220b962bf11f2086d3 + docs/models/smsmessagesaddresponse.md: + last_write_checksum: sha1:b01c2b519d52b0a6dc637edf8172df25f7dd3a8c + docs/models/smsmessagesallglobals.md: + last_write_checksum: sha1:e75e0abbbf42ff598393d01794a87992f47a3573 + docs/models/smsmessagesallrequest.md: + last_write_checksum: sha1:1f202836b5194c93759f7313471f8f681a03bac3 + docs/models/smsmessagesallresponse.md: + last_write_checksum: sha1:84b021416ac1cc0bd5b008f8620a6bb8df4de754 + docs/models/smsmessagesdeleteglobals.md: + last_write_checksum: sha1:26f60caaa3d3fe7f4f1f47f50c12eb284c6ec4de + docs/models/smsmessagesdeleterequest.md: + last_write_checksum: sha1:40dd5ff4fb26054b80abcfeb6842e7f460fd4513 + docs/models/smsmessagesdeleteresponse.md: + last_write_checksum: sha1:1d40bf30e9a87136669250ba960598feae327209 + docs/models/smsmessagesoneglobals.md: + last_write_checksum: sha1:d4a34974c129b516528e073fd09abf77d392f3d1 + docs/models/smsmessagesonerequest.md: + last_write_checksum: sha1:af9ea217b4dc19e44f5a692c44b940cc240da9e7 + docs/models/smsmessagesoneresponse.md: + last_write_checksum: sha1:6723d42fd9122d70356a9201031589b8113b4244 + docs/models/smsmessagesupdateglobals.md: + last_write_checksum: sha1:ea48a5f8f20fd8198bf7d3ace6f0f890a22ddaaf + docs/models/smsmessagesupdaterequest.md: + last_write_checksum: sha1:10cd46beecf916dbc04ded2e630e12988c1ab882 + docs/models/smsmessagesupdateresponse.md: + last_write_checksum: sha1:d718c6e0bc7514d01b800615b09d9363d97a0a75 + docs/models/sociallink.md: + last_write_checksum: sha1:14e902ae9e8a15f865dad6fe3a12608598612753 + docs/models/sociallinks.md: + last_write_checksum: sha1:f714e52343f38d47428a97cbd2c4262ffb718391 + docs/models/sortby.md: + last_write_checksum: sha1:908684e9840310398dad3e72eb8f2cb0eeb8f63e + docs/models/sortdirection.md: + last_write_checksum: sha1:0a1f2c4fbd840632694bf91e2abf5a4db5771812 + docs/models/stage.md: + last_write_checksum: sha1:7d473faebd54bf8372b4015caf38490029ffc210 + docs/models/stages.md: + last_write_checksum: sha1:768d3f08c815e4f0684a9d8cb8e3cf3a063658d9 + docs/models/statementstatus.md: + last_write_checksum: sha1:b822bb52d4c37d26c306128fc4ba92a63dc8940c + docs/models/status.md: + last_write_checksum: sha1:c8e9126a43a7a650dbddef309c6838b84b7ee9d2 + docs/models/subaccounts.md: + last_write_checksum: sha1:b96438d3d91a7f723dc4627ff3388e840fdbe994 + docs/models/subscriptionlevel.md: + last_write_checksum: sha1:6efb1646d0fc09545e1ab2521538bece96edc9ff + docs/models/subsidiariesmodel.md: + last_write_checksum: sha1:ec08eea28a1ce1f188dcb4851e332912e078bdc1 + docs/models/subsidiary.md: + last_write_checksum: sha1:a90328885512d2095acd9a6f939545b72acd8175 + docs/models/subsidiaryinput.md: + last_write_checksum: sha1:4891a1a9e109d4226af0e25130507f96d617af5d + docs/models/subsidiaryreference.md: + last_write_checksum: sha1:2dd72200a2bea98199b79f28ebe2ede89dc0db67 + docs/models/subsidiaryreferenceinput.md: + last_write_checksum: sha1:caf2801c30d09ac83dda9c13f593aa0ef6418bb1 + docs/models/subsidiarystatus.md: + last_write_checksum: sha1:766d2a80503f9c6460296a774f5f81094629dd67 + docs/models/supplier.md: + last_write_checksum: sha1:322e6d40c69980ff1c7db02041586ea7c5446bff + docs/models/supplierinput.md: + last_write_checksum: sha1:59c2920e226ee2e7ed4b4591a0454c2bdc675e2e + docs/models/suppliersfilter.md: + last_write_checksum: sha1:53ab8c13d14c5d30d9c1f4318a96c97bb5f51a9d + docs/models/supplierssort.md: + last_write_checksum: sha1:c7297fbfe8a2b172a4dd3c2bd3f90b95950bdd3f + docs/models/supplierssortby.md: + last_write_checksum: sha1:9f4e2dd594926f2df53e3849a2682e03872cde2d + docs/models/supplierstatus.md: + last_write_checksum: sha1:d1ce10b6381c2d4999d585b66bfc21db6cd824a4 + docs/models/supportedproperty.md: + last_write_checksum: sha1:b87461d8fcbd4d4588c21393f92dd84e889e9c4d + docs/models/target.md: + last_write_checksum: sha1:e8c1db4c2108577aa253e61325fe0a469c9ce573 + docs/models/tax.md: + last_write_checksum: sha1:15173acab13c90860784304024abc9c78ce19f3e + docs/models/taxrate.md: + last_write_checksum: sha1:37f676988591e1570200fd84dcd8c01ce3446441 + docs/models/taxrateinput.md: + last_write_checksum: sha1:3daf4db832c28ee2a06ee98b514197cd1e1e51c2 + docs/models/taxratesfilter.md: + last_write_checksum: sha1:48f62655599f4789a0ee169e3142109c2e819b31 + docs/models/taxratestatus.md: + last_write_checksum: sha1:d9d3065788c923503ff8782e24523079199d8b61 + docs/models/team.md: + last_write_checksum: sha1:6307c68c023be051ed6997aa3152587f979c7a80 + docs/models/theme.md: + last_write_checksum: sha1:fa9038835bf17dcbfd4068f2b63a75dd095dc77c + docs/models/thestartmonthoffiscalyear.md: + last_write_checksum: sha1:f991e487ba26f74eb7f8b2d111b49e75df141154 + docs/models/ticket.md: + last_write_checksum: sha1:d29f1af46aa03407f3739d864228eb19534cf074 + docs/models/ticketinput.md: + last_write_checksum: sha1:c62e1822044300a09c85fcd7b7737778d19e9459 + docs/models/ticketpriority.md: + last_write_checksum: sha1:b078b11accadc20beb15a1465b24e4cab3ba87d1 + docs/models/ticketssort.md: + last_write_checksum: sha1:26bf397150f91c13c5b8ab4fa8833708e0d34d3c + docs/models/ticketssortby.md: + last_write_checksum: sha1:d7f3cf77d418afb899faa160e943adda636cf7cf + docs/models/timeoffrequest.md: + last_write_checksum: sha1:77effdd9bcb58bc5807ca6a5886aade434fe8380 + docs/models/timeoffrequestinput.md: + last_write_checksum: sha1:d0cb0aff6bdd4d5287a8bf0d6413191d58594e68 + docs/models/timeoffrequestsfilter.md: + last_write_checksum: sha1:c34754daeaceea8e10dd8a34a327f65d703c614c + docs/models/timeoffrequeststatus.md: + last_write_checksum: sha1:1c6a66aff0122f23fc06e51fbcbfa85a944f9832 + docs/models/timeoffrequeststatusstatus.md: + last_write_checksum: sha1:cb24e844b220ce8c00f22c6d8127e512626091e1 + docs/models/tlssupport.md: + last_write_checksum: sha1:5aaf4e7a9e83bde4d57a6e1ee83989dca01a8be8 + docs/models/trackingcategoriesmode.md: + last_write_checksum: sha1:218544b7f4e5c05f9ce1dab1e6bc55389699b245 + docs/models/trackingcategory.md: + last_write_checksum: sha1:6fa8e4943f77b6bd9205cf3a6c1014160ad82775 + docs/models/trackingcategoryinput.md: + last_write_checksum: sha1:794c5d01eca2de4d42bfdc9d3992dfa04056e08f + docs/models/trackingcategorystatus.md: + last_write_checksum: sha1:fd709ea328c55ab3b078c849747b1eccd74a7218 + docs/models/trackingcategorysubsidiaries.md: + last_write_checksum: sha1:efb89443d6db10404cfd53dafc5a248fb9749083 + docs/models/trackingitem.md: + last_write_checksum: sha1:47d20fff20586195a056c87a99dd0e005ff2d472 + docs/models/transactions.md: + last_write_checksum: sha1:2f923ff552a7b75cfb3d22c0127ad02183e383a9 + docs/models/transactiontype.md: + last_write_checksum: sha1:9e0dee8e9ee8abf273f2501ebdea16e038e17d0b + docs/models/two.md: + last_write_checksum: sha1:310084dce57bbc788148b17ec80cd5c922500d38 + docs/models/type.md: + last_write_checksum: sha1:42484d1456811b830bf37cf7e1d53d7437aacdf9 + docs/models/unauthorizedresponse.md: + last_write_checksum: sha1:572013fb53499d09f90d18c89071f9f9d7edbdf5 + docs/models/unauthorizedresponsedetail.md: + last_write_checksum: sha1:4ca78dbc6fdc40a5af35fbe81a49e395fc25aa1c + docs/models/uncategorizedaccounts.md: + last_write_checksum: sha1:ea1c6c7e3084c0c0ee048451a092b7e19d323f2d + docs/models/unexpectederrorresponse.md: + last_write_checksum: sha1:96cc1dd4a939a040afb989cd7dde58536aad55af + docs/models/unifiedapi.md: + last_write_checksum: sha1:410f6fb1283bebe43dc1f5f0d38d1dcb29715919 + docs/models/unifiedapiid.md: + last_write_checksum: sha1:465c6721df8c50c5ec87435d59437a05b72cbd41 + docs/models/unifiedapis.md: + last_write_checksum: sha1:726956c8c68ea94e2e8204b9dc80affa3387115b + docs/models/unifiedfile.md: + last_write_checksum: sha1:ad6b9e7ed1974b03708279e18c14ef66f68dd2c5 + docs/models/unifiedid.md: + last_write_checksum: sha1:dc4a537afc1b9ce6bd3e1e4054d81d129b4e23b8 + docs/models/unit.md: + last_write_checksum: sha1:f359a8278332cfca5ea4078a6d64a662292e03ae + docs/models/units.md: + last_write_checksum: sha1:fbd79307c048155034b80c0b272895f175cbea02 + docs/models/unprocessableresponse.md: + last_write_checksum: sha1:31087938facd634de02b9010a308cab1a0f87a12 + docs/models/unprocessableresponsedetail.md: + last_write_checksum: sha1:0212e80975f1f097e8899272da7c9fb718c310c2 + docs/models/updateaccountingdepartmentresponse.md: + last_write_checksum: sha1:dc3321a9cd94065eae66c24ef850014c53965c0f + docs/models/updateaccountinglocationresponse.md: + last_write_checksum: sha1:a060fa0107c1547bd7f53b096a6df9bbc45e04a5 + docs/models/updateactivityresponse.md: + last_write_checksum: sha1:1b592dbe7da8a6102b7dd45785411ddc00565bae + docs/models/updateapplicantresponse.md: + last_write_checksum: sha1:e7754809fa9a12f5a9f9e8814fd6516ae1877f5d + docs/models/updateapplicationresponse.md: + last_write_checksum: sha1:9f7d7c5f085e1a93c220ee0dc9524b0affcb21a2 + docs/models/updatebankaccountresponse.md: + last_write_checksum: sha1:af8162aa817f490345a24c754ad074032ca08ca3 + docs/models/updatebankfeedaccountresponse.md: + last_write_checksum: sha1:bf32d72b67071a72eb751e65aaad217b37146ecc + docs/models/updatebankfeedstatementresponse.md: + last_write_checksum: sha1:30dfb58567871d7d03b1c7da242bcddf29bc05f5 + docs/models/updatebillpaymentresponse.md: + last_write_checksum: sha1:3de8c1e936c8cc96ae8a2758319b2b55e82e8378 + docs/models/updatebillresponse.md: + last_write_checksum: sha1:493aaaaaf8c3222f6d8b7a4f74eb015eaad23448 + docs/models/updatecommentresponse.md: + last_write_checksum: sha1:c21f58158b03994fabd2a46e0fd946693ba3bc0d + docs/models/updatecompanyresponse.md: + last_write_checksum: sha1:c4f831a376217e7f9e1c95d3e5499072552d543a + docs/models/updateconnectionresponse.md: + last_write_checksum: sha1:d5268b33ad36b16bb5cfd598c1e2fc731db7e58d + docs/models/updateconsentrequest.md: + last_write_checksum: sha1:c5f78967496be916730ce18476a20fbb175ee8f1 + docs/models/updateconsentrequestresources.md: + last_write_checksum: sha1:d1d61d61d5405af50eab84cc353f7c68b507c30d + docs/models/updateconsentresponse.md: + last_write_checksum: sha1:410bf74435410e89b77ed859112aee31cbd02d60 + docs/models/updateconsumerrequest.md: + last_write_checksum: sha1:c43928dde536073714c89a26dea8f18c7bd46390 + docs/models/updateconsumerresponse.md: + last_write_checksum: sha1:2ca6cc7ed1281ef7730d14c58c824bfe15fc61ec + docs/models/updatecontactresponse.md: + last_write_checksum: sha1:0c81199d1ae67a4f5374d2999950ad884f17901d + docs/models/updatecreditnoteresponse.md: + last_write_checksum: sha1:d91513e843a7cca36cd16738d2920ea0ffc2faf2 + docs/models/updatecustomerresponse.md: + last_write_checksum: sha1:550d535f3cf95fa4f4fc2781313bf88c7db3f870 + docs/models/updatecustomobjectresponse.md: + last_write_checksum: sha1:0a65a6b8a9a5551078b0c048fd8a5068427eb250 + docs/models/updatecustomobjectschemaresponse.md: + last_write_checksum: sha1:ad8a40c2f291451a50cb8114810bb828580cf806 + docs/models/updatedepartmentresponse.md: + last_write_checksum: sha1:5bd678d0521cafcc5ea92deba07675ad9a6daa34 + docs/models/updatedrivegroupresponse.md: + last_write_checksum: sha1:ab45077c4f0d98d0809d3377aa97221938d5ae3f + docs/models/updatedriveresponse.md: + last_write_checksum: sha1:0b38fc2b55f588c8cf42577a7212e6a5c93e284b + docs/models/updateemployeeresponse.md: + last_write_checksum: sha1:6a0701596510f46932a47ce4afa9ba39cbb582ba + docs/models/updateexpenseresponse.md: + last_write_checksum: sha1:3298f09bb4655f98ddc108997a43d1dd89aac7b7 + docs/models/updatefilerequest.md: + last_write_checksum: sha1:daecb7cd3c6bd1662d4306b0a37881ea96f6f2e0 + docs/models/updatefileresponse.md: + last_write_checksum: sha1:821662bc76761e615d37e4bec8246997f676fd9d + docs/models/updatefolderrequest.md: + last_write_checksum: sha1:8c3adbe69b273091997680e049df03439395c16c + docs/models/updatefolderresponse.md: + last_write_checksum: sha1:13d9c5fa3e959e756d58e4572611ba685764b691 + docs/models/updatehriscompanyresponse.md: + last_write_checksum: sha1:2996c2a17f39efd0faed754fb78fe5cb757ab9ab + docs/models/updateinvoiceitemsresponse.md: + last_write_checksum: sha1:45719f46a05b8951e9e4f4d32e6efadbe5db8f57 + docs/models/updateinvoiceresponse.md: + last_write_checksum: sha1:918ff6f87a65d6285149108ab35c102b6739195e + docs/models/updatejournalentryresponse.md: + last_write_checksum: sha1:f7ae9e7d996be2ddde5431d4eace226052e5983c + docs/models/updateleadresponse.md: + last_write_checksum: sha1:24d17206ca6668002894662bc7cb8dcd4ddad74e + docs/models/updateledgeraccountresponse.md: + last_write_checksum: sha1:b7c151e90874d57b9418699b59c9d292e2da998e + docs/models/updatemessageresponse.md: + last_write_checksum: sha1:9d87bcf91d5e473f9706eeb3a9c8e1b30a707654 + docs/models/updatenoteresponse.md: + last_write_checksum: sha1:868544261693c7737d8f4bb4a5769fa28e2e8d61 + docs/models/updateopportunityresponse.md: + last_write_checksum: sha1:41622428cc6bec173d0270f5c900bd914f5c178b + docs/models/updatepaymentresponse.md: + last_write_checksum: sha1:4e5dc8c5c60cf9f2c91064e2079ef1cff13b1fe0 + docs/models/updatepipelineresponse.md: + last_write_checksum: sha1:ede699cd2942cd141fc6f34be121d05803919304 + docs/models/updateprojectresponse.md: + last_write_checksum: sha1:1a254249fdf77e3197cecc5dd7bbd0dac14d50db + docs/models/updatepurchaseorderresponse.md: + last_write_checksum: sha1:e9e60672a3c4dd5b1438251e84bcfd1f51372a76 + docs/models/updatequoteresponse.md: + last_write_checksum: sha1:3b33d9c68bac0255ffc11185942448ec2b0b2153 + docs/models/updatesharedlinkresponse.md: + last_write_checksum: sha1:ccd7d33d0d9005e8b36e9f09cda40dfa93ce222c + docs/models/updatesubsidiaryresponse.md: + last_write_checksum: sha1:530fabb6ec35d59ed1b639d464cef24b5373bc1f + docs/models/updatesupplierresponse.md: + last_write_checksum: sha1:7fd82f563daf07c9dd33ebb16ac3bd8af75f9009 + docs/models/updatetaxrateresponse.md: + last_write_checksum: sha1:e6be629b9130f94a07fed6099342217b11d8bf4e + docs/models/updateticketresponse.md: + last_write_checksum: sha1:e10aa9f342a696b3ca96499b3e8f7cf9519e8d47 + docs/models/updatetimeoffrequestresponse.md: + last_write_checksum: sha1:f4c4e3acac903b89729b049b96bff5538126c2bc + docs/models/updatetrackingcategoryresponse.md: + last_write_checksum: sha1:0945ea066967ba5781e5546d80f3789931dd465d + docs/models/updateuploadsessionresponse.md: + last_write_checksum: sha1:ce3fa31d0efbb38187fec1df671544fd0376e7cd + docs/models/updateuserresponse.md: + last_write_checksum: sha1:b525c34dd557bf22699b12e4802f717614502485 + docs/models/updatewebhookrequest.md: + last_write_checksum: sha1:5b35698de20f4e98d69786f5d092cd0235b6175c + docs/models/updatewebhookresponse.md: + last_write_checksum: sha1:82c91558fd19da6925c655b102c04af0f93995f1 + docs/models/uploadsession.md: + last_write_checksum: sha1:66587dc1354a73ad3a29cda79bf5471d35555be8 + docs/models/user.md: + last_write_checksum: sha1:2b8891f3271f23790c95cdad34830f5b10d3674a + docs/models/userinput.md: + last_write_checksum: sha1:41928a1037e5e12f6ff4cbf02ad36292097b31b7 + docs/models/utils/retryconfig.md: + last_write_checksum: sha1:562c0f21e308ad10c27f85f75704c15592c6929d + docs/models/validateconnectionstateresponse.md: + last_write_checksum: sha1:d9d812fb767b697f174b212248c3a17e5da4c822 + docs/models/validateconnectionstateresponsedata.md: + last_write_checksum: sha1:093da717f87e00d21d2e80959e16b8c60368dc1f + docs/models/value.md: + last_write_checksum: sha1:43c74f8fc514d4240cb75342ba5e3df9ab239bfa + docs/models/value5.md: + last_write_checksum: sha1:ab7ddb4e03315f73c3b67a2222d38f47259261d8 + docs/models/variants.md: + last_write_checksum: sha1:a07affadcbcad090ed511f04bfa0f78966a5d9bf + docs/models/vaultconnectionconsentsallglobals.md: + last_write_checksum: sha1:48c284c41a9120265e9280cace80e311c4eef7a1 + docs/models/vaultconnectionconsentsallrequest.md: + last_write_checksum: sha1:02968f33922c2393461a9d6e3da5061bc9ffaf8a + docs/models/vaultconnectionconsentsallresponse.md: + last_write_checksum: sha1:49002338f3a4c60ce089ceb87e087794065f59c4 + docs/models/vaultconnectionconsentupdateglobals.md: + last_write_checksum: sha1:b30fcfc8e09efa993b175237e7b8129a53ba272b + docs/models/vaultconnectionconsentupdaterequest.md: + last_write_checksum: sha1:59507f196b02c7799d747539038403c25f85f517 + docs/models/vaultconnectionconsentupdateresponse.md: + last_write_checksum: sha1:5f1993931d44e6a26ad5ed81518a937ab37b13a2 + docs/models/vaultconnectioncustommappingsallglobals.md: + last_write_checksum: sha1:5431a98d16c8fe06d8e394dac8e1c245844a57ab + docs/models/vaultconnectioncustommappingsallrequest.md: + last_write_checksum: sha1:ab8cdd17632000c68f91dd5c05f4044eba938cd2 + docs/models/vaultconnectioncustommappingsallresponse.md: + last_write_checksum: sha1:c99a2223a4d9f253b65da7a03414324543863ad3 + docs/models/vaultconnectionsallglobals.md: + last_write_checksum: sha1:1163ab0370917e6da0c39b657b2263a643e3f183 + docs/models/vaultconnectionsallrequest.md: + last_write_checksum: sha1:3f7856a009d7655278ce812f9a72e62ff7d67435 + docs/models/vaultconnectionsallresponse.md: + last_write_checksum: sha1:ab239bcf076e8ac3db03a02368879868356dc31c + docs/models/vaultconnectionsdeleteglobals.md: + last_write_checksum: sha1:1c412f5d027f12c851b6666092ecc761e9117186 + docs/models/vaultconnectionsdeleterequest.md: + last_write_checksum: sha1:d72258af52adf94e747eb76dc75b2b779eabc735 + docs/models/vaultconnectionsdeleteresponse.md: + last_write_checksum: sha1:0966fbc0b13ab9d9248faf7c556786739b8d95f2 + docs/models/vaultconnectionsettingsallglobals.md: + last_write_checksum: sha1:caeb1e96217604d2f65a1f9c28a0d7e4067379ba + docs/models/vaultconnectionsettingsallrequest.md: + last_write_checksum: sha1:138503d9988bf2e3bbfc46155062a405684b501f + docs/models/vaultconnectionsettingsallresponse.md: + last_write_checksum: sha1:8e6d27c2686c49f7d529c7318c9726115063b23b + docs/models/vaultconnectionsettingsupdateglobals.md: + last_write_checksum: sha1:8a9540e3accfc2679cc2633a4e5e5fb46f191e98 + docs/models/vaultconnectionsettingsupdaterequest.md: + last_write_checksum: sha1:9138c421441605caea03388717c8b329702a9312 + docs/models/vaultconnectionsettingsupdateresponse.md: + last_write_checksum: sha1:f15762b01ceaaaf78d2dd7345b3fa9e73e8eee1d + docs/models/vaultconnectionsimportglobals.md: + last_write_checksum: sha1:3bddd05ef11e64ce7cd63f114483b3d2eeb72852 + docs/models/vaultconnectionsimportrequest.md: + last_write_checksum: sha1:8538976b484539042aba115d108ab20595c5075a + docs/models/vaultconnectionsimportresponse.md: + last_write_checksum: sha1:1ed441ceaf8da8f18c87fa1cab46d453a3a6f6af + docs/models/vaultconnectionsoneglobals.md: + last_write_checksum: sha1:ad31769e562084646aba08f64ccc9a8db6d38a18 + docs/models/vaultconnectionsonerequest.md: + last_write_checksum: sha1:d55cd9ca8197da96b3c0c43cc4db6c9296c4d03b + docs/models/vaultconnectionsoneresponse.md: + last_write_checksum: sha1:8f475eb3ab0716af8c2ec67ed5fd85ee31a2d0c4 + docs/models/vaultconnectionstokenglobals.md: + last_write_checksum: sha1:d2251737ec79dfe1c326a210f63e1d313982615b + docs/models/vaultconnectionstokenrequest.md: + last_write_checksum: sha1:b055841cf935cc7fde506a52305e1f1f7d134559 + docs/models/vaultconnectionstokenrequestbody.md: + last_write_checksum: sha1:1a144fd1b794cde992105735ec7bb42d312da23c + docs/models/vaultconnectionstokenresponse.md: + last_write_checksum: sha1:4db5b89c3da8f577bf07dc326e4ff8e75e5dd8fc + docs/models/vaultconnectionsupdateglobals.md: + last_write_checksum: sha1:dd3d0d904a7e98927e86283470e9b214e456d80c + docs/models/vaultconnectionsupdaterequest.md: + last_write_checksum: sha1:8321df09f351f7ece9b4bdef69a68d5de2467e52 + docs/models/vaultconnectionsupdateresponse.md: + last_write_checksum: sha1:39c6e57a25b9a5333142ea3e5f10647f7ccdfec5 + docs/models/vaultconsumerrequestcountsallglobals.md: + last_write_checksum: sha1:f1813a8a25d42734e2ceb9622874f31d60837023 + docs/models/vaultconsumerrequestcountsallrequest.md: + last_write_checksum: sha1:bb663166418ce49d785883de3e6a39a9bf52d3b4 + docs/models/vaultconsumerrequestcountsallresponse.md: + last_write_checksum: sha1:47bbb941a6e5f0d6cc4d59bfa611708370993fc1 + docs/models/vaultconsumersaddglobals.md: + last_write_checksum: sha1:d345179ff04b52a251981a9b36517c076217b399 + docs/models/vaultconsumersaddrequest.md: + last_write_checksum: sha1:437a9047798c9e0d66836b74421853af377991e4 + docs/models/vaultconsumersaddresponse.md: + last_write_checksum: sha1:dfaaa1f6dd1a86c2ea648c2ebee4339acf48ff85 + docs/models/vaultconsumersallglobals.md: + last_write_checksum: sha1:e38001b1978cb4f251df1e012bbd7fde1825292e + docs/models/vaultconsumersallrequest.md: + last_write_checksum: sha1:6d44d371b4d9ca48d448b2d4ce080a7a01b4d715 + docs/models/vaultconsumersallresponse.md: + last_write_checksum: sha1:97eff64af890cc42532a359aadba99c9c14e5e4f + docs/models/vaultconsumersdeleteglobals.md: + last_write_checksum: sha1:800af8cda4cbdcb51d42fb62303c37504ee31c27 + docs/models/vaultconsumersdeleterequest.md: + last_write_checksum: sha1:94f555a7e88ffe8be936f3a7fe9db586f583c23e + docs/models/vaultconsumersdeleteresponse.md: + last_write_checksum: sha1:6747baf409975dc4f821fad18a8dc553c4e79b22 + docs/models/vaultconsumersoneglobals.md: + last_write_checksum: sha1:aa0c32258efd312bd7c9efedd471c4b3907bb866 + docs/models/vaultconsumersonerequest.md: + last_write_checksum: sha1:9ea25bc972f0f7961445dc102583185b5f00d8cc + docs/models/vaultconsumersoneresponse.md: + last_write_checksum: sha1:c6852090c57c0304fd6999c7ae302aa08190cb1e + docs/models/vaultconsumersupdateglobals.md: + last_write_checksum: sha1:113f61db56cb693a7b6ac6ec1486b3ed5e5e1a3c + docs/models/vaultconsumersupdaterequest.md: + last_write_checksum: sha1:d1b77b9f03500453c0ee7f972fd23d109b8782e9 + docs/models/vaultconsumersupdateresponse.md: + last_write_checksum: sha1:7bb2430089016782ee084f6ffb55d1082f4ecdcb + docs/models/vaultcreatecallbackstateglobals.md: + last_write_checksum: sha1:bff0260710f1ac82982466d40adecfc4dd73aa03 + docs/models/vaultcreatecallbackstaterequest.md: + last_write_checksum: sha1:075722d1de0a083766f7710c772b939716d242db + docs/models/vaultcreatecallbackstateresponse.md: + last_write_checksum: sha1:eb04f788e3952e7cc1d86e9439e9826fa9794ef7 + docs/models/vaultcustomfieldsallglobals.md: + last_write_checksum: sha1:bab5fbf0f01c03aaa344d8cc02c7d358b4954329 + docs/models/vaultcustomfieldsallrequest.md: + last_write_checksum: sha1:f30c119a1bba2c314eeac01bbf7e901d07495cf7 + docs/models/vaultcustomfieldsallresponse.md: + last_write_checksum: sha1:45efd0fe9cb4d7f0755681b0f42572ef0ac6a9a1 + docs/models/vaultcustommappingsallglobals.md: + last_write_checksum: sha1:024badc9f97a2a86e693e1f2735687279b0a9265 + docs/models/vaultcustommappingsallrequest.md: + last_write_checksum: sha1:0aabee54dc4658ae6a1def40164e64fdbd372e48 + docs/models/vaultcustommappingsallresponse.md: + last_write_checksum: sha1:5eb70cf0d1889f9ed529dce28e4c95634fdcc8f3 + docs/models/vaultlogsallglobals.md: + last_write_checksum: sha1:61d44601f7e12b98fbace998b9f9507bac3b2cbe + docs/models/vaultlogsallrequest.md: + last_write_checksum: sha1:e5968a22845a852e4d507f6158c60f819c61c056 + docs/models/vaultlogsallresponse.md: + last_write_checksum: sha1:b343d1d7c26563d24d75fdeb23c8ae12a9527890 + docs/models/vaultsessionscreateglobals.md: + last_write_checksum: sha1:e2583bb80d8b634f637479ed11fdd1447122c9e5 + docs/models/vaultsessionscreaterequest.md: + last_write_checksum: sha1:1daeee1ed1d406e32e0dafc3ee0b93275632170e + docs/models/vaultsessionscreateresponse.md: + last_write_checksum: sha1:491f487135b909447367021c8e34cddad1519642 + docs/models/vaultvalidateconnectionstateglobals.md: + last_write_checksum: sha1:a2c9f52d03c2c0bafc39e5288d20ed51302ae046 + docs/models/vaultvalidateconnectionstaterequest.md: + last_write_checksum: sha1:26fc180514a816bad0b387082866b73a4e42f2f3 + docs/models/vaultvalidateconnectionstaterequestbody.md: + last_write_checksum: sha1:f2a7ca9500e885a81376994e73f8afc55d510393 + docs/models/vaultvalidateconnectionstateresponse.md: + last_write_checksum: sha1:b3eebcf18b94eefc42aa74a709108250ce7deb5d + docs/models/virtualwebhooks.md: + last_write_checksum: sha1:0d9f011865b3025bf3eebd4f5f5022024012ef9a + docs/models/visibility.md: + last_write_checksum: sha1:b2cb12e115df79b41b25ca5454591e42f7933522 + docs/models/webhook.md: + last_write_checksum: sha1:553e3a2d5c8f0ecdb582278eccd5196da0e89b21 + docs/models/webhookeventlog.md: + last_write_checksum: sha1:b649e5a0a7f7396710985b6403f9efebc019e838 + docs/models/webhookeventlogsallglobals.md: + last_write_checksum: sha1:c04df3d8b1b50866bac889d6d8ce686faa7e4948 + docs/models/webhookeventlogsallrequest.md: + last_write_checksum: sha1:13037a182f9dd691d354a4f6fd604b44d760c648 + docs/models/webhookeventlogsallresponse.md: + last_write_checksum: sha1:c024ef5c63addad3750261a5d90838f6c4ea8dd3 + docs/models/webhookeventlogservice.md: + last_write_checksum: sha1:4c4bf608001bdfd56d273ea0b9326272aa6dfff0 + docs/models/webhookeventlogsfilter.md: + last_write_checksum: sha1:830f2f264edbf7189d57cafebae8abb991cacd3d + docs/models/webhookeventlogsfilterservice.md: + last_write_checksum: sha1:91879316d2b412d23cf082cca77d946dda736357 + docs/models/webhookeventtype.md: + last_write_checksum: sha1:d179825efabddb433ebc8d7ba12ee9e563a7c4a8 + docs/models/webhooksubscription.md: + last_write_checksum: sha1:a698dbef407f125cd3e724b8a0920760f88182cb + docs/models/webhooksupport.md: + last_write_checksum: sha1:387a447c376532356ff3b97b16425c441219420d + docs/models/webhooksupportresources.md: + last_write_checksum: sha1:8569f6b15a33bbc5ccc50bbe6fe65b1113c88ead + docs/models/webhookwebhooksaddglobals.md: + last_write_checksum: sha1:068fc2fc39493b3fd7f681b190f2d10a8389fa48 + docs/models/webhookwebhooksaddrequest.md: + last_write_checksum: sha1:a791a418884238dd77c916717cce1c38a5ef748e + docs/models/webhookwebhooksaddresponse.md: + last_write_checksum: sha1:e1a8531ffa7d27ab62602703737f1759928637ca + docs/models/webhookwebhooksallglobals.md: + last_write_checksum: sha1:5b85ac3a2ab80e7df61665609f18563d9c186776 + docs/models/webhookwebhooksallrequest.md: + last_write_checksum: sha1:18ed6e821e313269ea06e865a0be207aab488775 + docs/models/webhookwebhooksallresponse.md: + last_write_checksum: sha1:a60a7c37b0aa5e8af837bf0365c5575e5340a87d + docs/models/webhookwebhooksdeleteglobals.md: + last_write_checksum: sha1:f61e72ce835938ac6282868dc4f709d0f2586ed3 + docs/models/webhookwebhooksdeleterequest.md: + last_write_checksum: sha1:088d3d24e1813e6d6dbef5538ae9c6d192fe54d9 + docs/models/webhookwebhooksdeleteresponse.md: + last_write_checksum: sha1:92caa9be292cd9b666d849d38f9316317e278cf0 + docs/models/webhookwebhooksoneglobals.md: + last_write_checksum: sha1:9eaa9901518f63cd572396e9df10b42be588678a + docs/models/webhookwebhooksonerequest.md: + last_write_checksum: sha1:541b4ab990f74c78f904a3266fba3adf25cf2c43 + docs/models/webhookwebhooksoneresponse.md: + last_write_checksum: sha1:3448ca16ad963d070fa4418a2812424fc83c7bb1 + docs/models/webhookwebhooksupdateglobals.md: + last_write_checksum: sha1:f32f42d337fe4b697bfbb827e970b18667dcd677 + docs/models/webhookwebhooksupdaterequest.md: + last_write_checksum: sha1:3079278d1fd2fe798a77f6f1af38c645d655cf58 + docs/models/webhookwebhooksupdateresponse.md: + last_write_checksum: sha1:d04a07ea3e0786c1a85df5d0a7c7391e3669cbe7 + docs/models/website.md: + last_write_checksum: sha1:b919d4374c3c561e116598d9404094f189e8684c + docs/models/websites.md: + last_write_checksum: sha1:ec5741824ab421ea3b08c7d51c8b09e3ac607a9d + docs/models/websitetype.md: + last_write_checksum: sha1:cc1de684b52bf15a8e2e65282c3b73d21e34a444 + docs/models/workpattern.md: + last_write_checksum: sha1:c7c900cccfd9569a36468535886cc2dfce89ea5c + docs/sdks/activities/README.md: + last_write_checksum: sha1:6b0657a42c4f81cefd2401b7329edcdffed9d3fa + docs/sdks/agedcreditorssdk/README.md: + last_write_checksum: sha1:0971c2b58c69dc3c6f5ee6645ea0da921762a9fa + docs/sdks/ageddebtorssdk/README.md: + last_write_checksum: sha1:74cd4ab17ef6c0683987dff0e21756c15422538b + docs/sdks/apideckcompanies/README.md: + last_write_checksum: sha1:95db1bd89275bf430df2ab0ce0a077bdb3a87e16 + docs/sdks/apideckcustomers/README.md: + last_write_checksum: sha1:bfbf3af1548503dca47af51edcbafab40c71fe1d + docs/sdks/apideckdepartments/README.md: + last_write_checksum: sha1:f9b2d7e94ad6332c1477b3d4e8e8a3b08a413b72 + docs/sdks/apiresourcecoveragesdk/README.md: + last_write_checksum: sha1:f1f7b50fc87034ce30c208e52670a3db6810f2a0 + docs/sdks/apiresources/README.md: + last_write_checksum: sha1:6c703586ca9fdb69dea2b8e282eaffe809ebcd05 + docs/sdks/apis/README.md: + last_write_checksum: sha1:a70c5b73aa58d8cb7f62387a21f9cba9c54bdbc0 + docs/sdks/applicants/README.md: + last_write_checksum: sha1:f40c7c1a05006b8d1923b2d9321e777e91ab78f3 + docs/sdks/applications/README.md: + last_write_checksum: sha1:46a22b489c4872fb33f7b73705232d893785bc3e + docs/sdks/attachments/README.md: + last_write_checksum: sha1:9b67615199a2e311e7c010a3c506848ad0eb63fa + docs/sdks/balancesheetsdk/README.md: + last_write_checksum: sha1:32c0df3576621049e4ba17623ab773f224cf687a + docs/sdks/bankaccounts/README.md: + last_write_checksum: sha1:c4f7ff4199b007bdcc77e5a2ca55aea6a32c46fb + docs/sdks/bankfeedaccounts/README.md: + last_write_checksum: sha1:08e8d08747ad382b9a4472482069b11877bb8736 + docs/sdks/bankfeedstatements/README.md: + last_write_checksum: sha1:32e017947f707171414935a80eb4601aa67f3a24 + docs/sdks/billpayments/README.md: + last_write_checksum: sha1:7863e51b0d0cebea1ba88f5c8762eead0bd8ef4b + docs/sdks/bills/README.md: + last_write_checksum: sha1:7b83328abe5aca60d67e11f4e66aa73c87cfab60 + docs/sdks/categories/README.md: + last_write_checksum: sha1:adf076a9194ba51d2751c11299875b9231710d91 + docs/sdks/collections/README.md: + last_write_checksum: sha1:80426c06731a91bfafb5240858ef2430ac0a71a6 + docs/sdks/collectiontags/README.md: + last_write_checksum: sha1:364e95d44fb3666f117b2826d70ef3a7bd1ab812 + docs/sdks/collectionticketcomments/README.md: + last_write_checksum: sha1:07f4558f4793ffdbc4a453e3ad2239aa0584ec4a + docs/sdks/collectiontickets/README.md: + last_write_checksum: sha1:be927f57b7f36ddc3a6f5a494452b0710af1c4ea + docs/sdks/collectionusers/README.md: + last_write_checksum: sha1:d98c200b5eb94a6cf2871b68996577ccc6de274a + docs/sdks/companies/README.md: + last_write_checksum: sha1:899bb5c9606b8015720ebd909f837b14fbc16ea1 + docs/sdks/companyinfosdk/README.md: + last_write_checksum: sha1:464db8816ab1d8b81276a876ddf4f0b46502a747 + docs/sdks/connectionconsent/README.md: + last_write_checksum: sha1:6d27cef0733885fd1854b79e4d0772d92a7506ab + docs/sdks/connectionconsents/README.md: + last_write_checksum: sha1:2c9433346417b3c2afb92995179dc8a73d3e13c4 + docs/sdks/connectioncustommappings/README.md: + last_write_checksum: sha1:ee38aaa8e38cf2ef7032c4c5e185d88b21230623 + docs/sdks/connections/README.md: + last_write_checksum: sha1:93a27ba12880b3f65b85f2c1c50528e3af367376 + docs/sdks/connectionsettings/README.md: + last_write_checksum: sha1:3caaca1151c8edac0f0344cae16d2ffa07b3a10f + docs/sdks/connectordocs/README.md: + last_write_checksum: sha1:610ca819f7ee6051b38ec53243d69f2a8e0adf77 + docs/sdks/connectorresources/README.md: + last_write_checksum: sha1:86cc9c9ff1c134d0278d9ae6479c20821fbc965b + docs/sdks/connectors/README.md: + last_write_checksum: sha1:d53adc6bdb7bcf4da542a679c6a40907870e8809 + docs/sdks/consumerrequestcounts/README.md: + last_write_checksum: sha1:dc4768d7aacd3825c68f0bfc9a079e6e4daaf2e1 + docs/sdks/consumers/README.md: + last_write_checksum: sha1:37b728b7e6f3d87014dc70c3487532c68fc68363 + docs/sdks/contacts/README.md: + last_write_checksum: sha1:e49189d2822372061921994b4c03790273b0d6d9 + docs/sdks/createcallback/README.md: + last_write_checksum: sha1:fe7ad7d4efe54f8b2daa4b8d623e67f8b0a4dd6c + docs/sdks/creditnotes/README.md: + last_write_checksum: sha1:109a7abe7856772d8a904473fe77ae28e1f443e3 + docs/sdks/customers/README.md: + last_write_checksum: sha1:9edf50017e3d237f4474fe331dbecf7597c366c6 + docs/sdks/customfields/README.md: + last_write_checksum: sha1:252fc8f3f3e1fa1416362942bd6454885aaf64d9 + docs/sdks/custommappings/README.md: + last_write_checksum: sha1:4a1566895b6309e80ff037558d5c8a8f80d522fc + docs/sdks/customobjects/README.md: + last_write_checksum: sha1:5e23224df8d3b962507ea03b83f2ee8504580bb1 + docs/sdks/customobjectschemas/README.md: + last_write_checksum: sha1:a2b32d27c3ac584114aed28acb506de116856a3a + docs/sdks/departments/README.md: + last_write_checksum: sha1:5506265bf742c101fd9f45ac12ebd03c04b49255 + docs/sdks/drivegroups/README.md: + last_write_checksum: sha1:6f2f443075993d087b78279ba1fb9b88832b9a7d + docs/sdks/drives/README.md: + last_write_checksum: sha1:e0944b95bf1ddde29886ee503ce28b9a3e38b3a1 + docs/sdks/employeepayrolls/README.md: + last_write_checksum: sha1:e09121648dcd0f921c9ca84727e3df556c143136 + docs/sdks/employees/README.md: + last_write_checksum: sha1:a1a468e0582d3d3e48dfca5b27a135c181160c20 + docs/sdks/employeeschedulessdk/README.md: + last_write_checksum: sha1:c1af996d6e52135a93af82e9c705a83d894b165e + docs/sdks/eventlogs/README.md: + last_write_checksum: sha1:d48376fe80b03118f59d1dbcbda4dacee05fa096 + docs/sdks/expenses/README.md: + last_write_checksum: sha1:3fef33151ded93c9c29945336fcb6dcba0e2039c + docs/sdks/files/README.md: + last_write_checksum: sha1:6fafca167285487e1d60275037ff6cb4ac3978f3 + docs/sdks/folders/README.md: + last_write_checksum: sha1:2997e8070c3ac42b86e6a3b8e611ab6a468c54ab + docs/sdks/invoiceitems/README.md: + last_write_checksum: sha1:39c1a4ddf0b8d164ae90b1acb338bd1b668ee3b4 + docs/sdks/invoices/README.md: + last_write_checksum: sha1:998c3645d336c81ffe21d55b869da7ffeb74ecc6 + docs/sdks/jobs/README.md: + last_write_checksum: sha1:6040e15fe00f8be054f8ce1544289b9ecb56c9ad + docs/sdks/journalentries/README.md: + last_write_checksum: sha1:f481cd841c6e3caf88ebdd050e2245e16691c1b9 + docs/sdks/leads/README.md: + last_write_checksum: sha1:e522eeb94afc227e5f89f40f3ac6a28c31246eee + docs/sdks/ledgeraccounts/README.md: + last_write_checksum: sha1:501d4b992c11bf42b46c9825d581827cb4ed7d0e + docs/sdks/locations/README.md: + last_write_checksum: sha1:676051ceb510bbadd6040a7a89e2b90f4b7b65a4 + docs/sdks/logs/README.md: + last_write_checksum: sha1:4ccfaa2fd3ce10de65b4da89332553a2a83b6ab9 + docs/sdks/messages/README.md: + last_write_checksum: sha1:8750f2c90b2b1a0a87c1bc9a91cae70557f28299 + docs/sdks/notes/README.md: + last_write_checksum: sha1:5bc0ba8c3a4015b8edb9c6b93e899e3ace7872ec + docs/sdks/opportunities/README.md: + last_write_checksum: sha1:d90f239920b2833dc8dc548aa9c88c3efc5f4f67 + docs/sdks/orders/README.md: + last_write_checksum: sha1:dcb1b40d536f93c51a86aba423dbf130425ee888 + docs/sdks/payments/README.md: + last_write_checksum: sha1:c4f4217606457be5e0bc04c8569f67541b2678c2 + docs/sdks/payrolls/README.md: + last_write_checksum: sha1:3b19b8c40ca21754ad55d083e19e97a6d7e20a4d + docs/sdks/pipelines/README.md: + last_write_checksum: sha1:6c5ff0ce19a32a0b9b6048bbd1c061e3af414257 + docs/sdks/products/README.md: + last_write_checksum: sha1:756c773868e148b101cbdb30f2d0cfda3e861dde + docs/sdks/profitandlosssdk/README.md: + last_write_checksum: sha1:e8f56e7931185dd7242dbe151c09655e92717998 + docs/sdks/projects/README.md: + last_write_checksum: sha1:336ccd64843b5da8ab64a43b9a38123e90ddb9c0 + docs/sdks/purchaseorders/README.md: + last_write_checksum: sha1:65def9ee36ae37392b4d22ef30fb937f09dc29d6 + docs/sdks/quotes/README.md: + last_write_checksum: sha1:256f5153a1396eb30aecad4b5b1e5f8446b73dee + docs/sdks/sessions/README.md: + last_write_checksum: sha1:d68c81526c32b02dadeaf7b116edf23931eec337 + docs/sdks/sharedlinks/README.md: + last_write_checksum: sha1:9462a9b6f8cf288bfb03245d9b627ca25196b141 + docs/sdks/stores/README.md: + last_write_checksum: sha1:46610e549794eb132d30e441fe6cb54e75108d38 + docs/sdks/subsidiaries/README.md: + last_write_checksum: sha1:a471503552eeffbdb43e3665164c7691b8d98bf4 + docs/sdks/suppliers/README.md: + last_write_checksum: sha1:aeef930a2882b0097db672608b771edfe3ee40de + docs/sdks/taxrates/README.md: + last_write_checksum: sha1:03f3d71d37e6265461e8b52451b2fe0585be7a0a + docs/sdks/timeoffrequests/README.md: + last_write_checksum: sha1:6c2bb0978896d1ea64e809868203853ba8e57255 + docs/sdks/trackingcategories/README.md: + last_write_checksum: sha1:37f8e5482cb7e5ccd4762ce6bfdd2555148194d1 + docs/sdks/uploadsessions/README.md: + last_write_checksum: sha1:839054e372ec33daebf92dd49ee1aee9ffc4c049 + docs/sdks/users/README.md: + last_write_checksum: sha1:223b9dff5ef28b3c925d7a2ec46eb0270d55b39e + docs/sdks/validateconnection/README.md: + last_write_checksum: sha1:405a41f7d2473f616e8a4b75b10b5563880c0074 + docs/sdks/webhooks/README.md: + last_write_checksum: sha1:9146443f57847d1a11b4ad32b6efcec14e8d7cf2 + poetry.toml: + last_write_checksum: sha1:2242305e29dc6921bdf5b200aea5d4bf67830230 + py.typed: + last_write_checksum: sha1:8efc425ffe830805ffcc0f3055871bdcdc542c60 + pylintrc: + last_write_checksum: sha1:7b1b40297729ca6f879ec366a3bc9fd867194306 + pyproject.toml: + last_write_checksum: sha1:6475f021159bc938b13b8332c26a299bc750c565 + scripts/prepare_readme.py: + last_write_checksum: sha1:798a05bafe4fbbfff5b67037866fa25efc52f11a + scripts/publish.sh: + last_write_checksum: sha1:b31bafc19c15ab5ea925fdf8d5d4adce2b115a63 + src/apideck_unify/__init__.py: + last_write_checksum: sha1:36306d1d404b6aeb912d27f1d9c52f098ff7bf9b + src/apideck_unify/_hooks/__init__.py: + last_write_checksum: sha1:e3111289afd28ad557c21d9e2f918caabfb7037d + src/apideck_unify/_hooks/sdkhooks.py: + last_write_checksum: sha1:efe97e5f0103a394d4cd03b38912efd007d71408 + src/apideck_unify/_hooks/types.py: + last_write_checksum: sha1:4b923d3d84d979af6169a9db6b81bfc373079a25 + src/apideck_unify/_version.py: + last_write_checksum: sha1:c249ffe5801927156aadccd05b32aee95645e357 + src/apideck_unify/accounting.py: + last_write_checksum: sha1:bd5b63b1d179c5a3b6b70c782cc3ca47fd46f0a4 + src/apideck_unify/activities.py: + last_write_checksum: sha1:32f7c7f98389a8d245e5de2b33a93193a62845bf + src/apideck_unify/agedcreditors_sdk.py: + last_write_checksum: sha1:83934d93a69441e7131cfaf3a2fa5f07b4e63166 + src/apideck_unify/ageddebtors_sdk.py: + last_write_checksum: sha1:e43e461f982d80a35ef5d556d83f43eefab95b5c + src/apideck_unify/apideck_companies.py: + last_write_checksum: sha1:eba58d30fe56110e36fef95a60a344b16e5e5b1d + src/apideck_unify/apideck_customers.py: + last_write_checksum: sha1:2def5ba958bbe3975cb539b190c9973514f0a0ed + src/apideck_unify/apideck_departments.py: + last_write_checksum: sha1:a87470602413b36d75af919df0388277a3d7d9f9 + src/apideck_unify/apiresourcecoverage_sdk.py: + last_write_checksum: sha1:ecd702a262b28ba6269185c20d9e9edd9e02cbbb + src/apideck_unify/apiresources.py: + last_write_checksum: sha1:d9358708ebed125bc8bbf2dcb794da9cb7a78946 + src/apideck_unify/apis.py: + last_write_checksum: sha1:19801c18caefcc7743cd3d93e660c7da16fca426 + src/apideck_unify/applicants.py: + last_write_checksum: sha1:ac66bf61d83d51baf6e14373e1acdafe1d53feb9 + src/apideck_unify/applications.py: + last_write_checksum: sha1:5c3438ef37315eeca1a6de4ee522fb469d1df944 + src/apideck_unify/ats.py: + last_write_checksum: sha1:0d5c5cedbfeb231840eb69958e0240f2fbb630f8 + src/apideck_unify/attachments.py: + last_write_checksum: sha1:aead81648774292930238d49d5b11c0884790bb2 + src/apideck_unify/balancesheet_sdk.py: + last_write_checksum: sha1:b474cf3f160cf280f1a8295834ae0749dbcc3af8 + src/apideck_unify/bankaccounts.py: + last_write_checksum: sha1:c776dfebf44fa9c032734476c107d12448572197 + src/apideck_unify/bankfeedaccounts.py: + last_write_checksum: sha1:c80b4cd60bb0d46faf5bdbaa36dd8ccaffa35996 + src/apideck_unify/bankfeedstatements.py: + last_write_checksum: sha1:d2cc2ad72d60f36a6e8c3d2948401c563caf6986 + src/apideck_unify/basesdk.py: + last_write_checksum: sha1:52a457100130a7044a607af040991440bca51a99 + src/apideck_unify/billpayments.py: + last_write_checksum: sha1:017105e8b018409a11eadbe04513b521d1c355ac + src/apideck_unify/bills.py: + last_write_checksum: sha1:5312fc6103bcb0274e78ad66ed2b0cb5abf9b75c + src/apideck_unify/categories.py: + last_write_checksum: sha1:efab4f3e7172e7a4b2fc2a739afc80265b832e74 + src/apideck_unify/collections.py: + last_write_checksum: sha1:d7617fa4d3339d84bbc26e99bb8631ebacc4d0d4 + src/apideck_unify/collectiontags.py: + last_write_checksum: sha1:34825728f122cbd1e5f8dd453db9f4065b566dbf + src/apideck_unify/collectionticketcomments.py: + last_write_checksum: sha1:fef31424ffa701a618c9597376dcfebdfe3d61e1 + src/apideck_unify/collectiontickets.py: + last_write_checksum: sha1:dfe9934f7c9532500150a178b185bb435be29eba + src/apideck_unify/collectionusers.py: + last_write_checksum: sha1:73b0d9906db9511bd475b99e6c55307d87b74097 + src/apideck_unify/companies.py: + last_write_checksum: sha1:2d5b77cb3cfc948796bbf4c3ac822ec7a4d94f82 + src/apideck_unify/companyinfo_sdk.py: + last_write_checksum: sha1:c83d3553ece9d6d493251a156bbc6152ed1d4c38 + src/apideck_unify/connectionconsent.py: + last_write_checksum: sha1:be64f128eb60e96b2d02335b4132f0404c036b98 + src/apideck_unify/connectionconsents.py: + last_write_checksum: sha1:416543dea355fc98df12c3e57e51534241ed9487 + src/apideck_unify/connectioncustommappings.py: + last_write_checksum: sha1:ae1aa500e9289f1788cbb3c32d26e6af3b3f88e0 + src/apideck_unify/connections.py: + last_write_checksum: sha1:bcf12cfd114ecf7ba74df763789baab5cc6e049f + src/apideck_unify/connectionsettings.py: + last_write_checksum: sha1:a12e446d032818e423ffd605c81a9055f0e0afc3 + src/apideck_unify/connector_sdk.py: + last_write_checksum: sha1:2612a2326d4070d9551e7865993fee5a42931c89 + src/apideck_unify/connectordocs.py: + last_write_checksum: sha1:547d13c16d2934f2f7668ce3d684fd08fc70fb09 + src/apideck_unify/connectorresources.py: + last_write_checksum: sha1:39cb3172a83d30d7aa09e76f990e9e74d60fae7b + src/apideck_unify/connectors.py: + last_write_checksum: sha1:9a82d4a3bb40803ea0bb74cd9a966c5623a505d6 + src/apideck_unify/consumerrequestcounts.py: + last_write_checksum: sha1:294d000e813110aca7492c024368d13fcc441a18 + src/apideck_unify/consumers.py: + last_write_checksum: sha1:92d9eea29e8fde66432343896fce799ece2964ec + src/apideck_unify/contacts.py: + last_write_checksum: sha1:e5890afd46e2bc5503fba22be227325e08be5bdb + src/apideck_unify/createcallback.py: + last_write_checksum: sha1:5384ca8451670b12d08207ae338517882d8a4909 + src/apideck_unify/creditnotes.py: + last_write_checksum: sha1:c76d9e9450ecb15fc4a08e2f0e503271bac3ab7c + src/apideck_unify/crm.py: + last_write_checksum: sha1:a6516bf4d4aab34badd2a5f746e852d190fdefb0 + src/apideck_unify/customers.py: + last_write_checksum: sha1:9611de3c591f942f83b8ff2178c152e21222c398 + src/apideck_unify/customfields.py: + last_write_checksum: sha1:304180507a5c9e5468774323e33f540f2c0c6a92 + src/apideck_unify/custommappings.py: + last_write_checksum: sha1:3ea35143fef2887e041f0ed466d6b7a160842a9f + src/apideck_unify/customobjects.py: + last_write_checksum: sha1:d195a35bb04b44968f25c33c5fca6db8c5a0abe3 + src/apideck_unify/customobjectschemas.py: + last_write_checksum: sha1:3e8a522951d38772336442993c7b183ba5e346aa + src/apideck_unify/departments.py: + last_write_checksum: sha1:83b300e4518b708567e5981779115b8239ed29ba + src/apideck_unify/drivegroups.py: + last_write_checksum: sha1:bf7fbf682d218892c849f70d8296d170462ae764 + src/apideck_unify/drives.py: + last_write_checksum: sha1:ec8552d85afa9ac769b853ee0500c1cb126fe458 + src/apideck_unify/ecommerce.py: + last_write_checksum: sha1:d78cdad9d7181e3f4be809985221dab72f4c2eba + src/apideck_unify/employeepayrolls.py: + last_write_checksum: sha1:bf6186128162f21acd9169df46348c0b85e49493 + src/apideck_unify/employees.py: + last_write_checksum: sha1:0ea4098cb00f67f58885a9930cb74e4d89bb32ab + src/apideck_unify/employeeschedules_sdk.py: + last_write_checksum: sha1:6c31a3579eaba511d9d2b45e567c41a997a41319 + src/apideck_unify/eventlogs.py: + last_write_checksum: sha1:2ddfd87770cf0fe236aaa8b355fa2cff2d375602 + src/apideck_unify/expenses.py: + last_write_checksum: sha1:49b9e5b27583b57737fa9aa84dface4376fb8342 + src/apideck_unify/files.py: + last_write_checksum: sha1:d4181f9439b5dd9bdf931d8cb19e3e257de0c630 + src/apideck_unify/filestorage.py: + last_write_checksum: sha1:cf935b847c21f965790ff3c0c664c0223aa0d78c + src/apideck_unify/folders.py: + last_write_checksum: sha1:fb1034bbb1e50a93d3a6d8c6a2b5ad3543b6a452 + src/apideck_unify/hris.py: + last_write_checksum: sha1:c909c50d23ccd9a0a8ae121b5890ca85f1e814f7 + src/apideck_unify/httpclient.py: + last_write_checksum: sha1:5e55338d6ee9f01ab648cad4380201a8a3da7dd7 + src/apideck_unify/invoiceitems.py: + last_write_checksum: sha1:3731fcd8403026923c1b856ef115b09635f55007 + src/apideck_unify/invoices.py: + last_write_checksum: sha1:5bf25ec597a529b958cd72102d05a592080a3b81 + src/apideck_unify/issuetracking.py: + last_write_checksum: sha1:a18420473c9ae884dcdc562042a52205924643c5 + src/apideck_unify/jobs.py: + last_write_checksum: sha1:8fdcfb22062692f9be5bd2e4403f68bb9a50550b + src/apideck_unify/journalentries.py: + last_write_checksum: sha1:9877fa31eb8dd26c4f9a231ffadfe5f98498bfae + src/apideck_unify/leads.py: + last_write_checksum: sha1:14cc7f8499da3973dff5ef596b57ac58715ebfe4 + src/apideck_unify/ledgeraccounts.py: + last_write_checksum: sha1:be6d81a6f14b72bf2c5c6bf9ee3c643a56d649b7 + src/apideck_unify/locations.py: + last_write_checksum: sha1:e5a81990105d5aea13df4cb17c9ca59ad05d64c7 + src/apideck_unify/logs.py: + last_write_checksum: sha1:c2156a354e87ba5e4fc0bb6007d9497bee0fa160 + src/apideck_unify/messages.py: + last_write_checksum: sha1:81505e18f3146769dce4b7366e3ab69d2330a80a + src/apideck_unify/models/__init__.py: + last_write_checksum: sha1:7d334c3e6fbb44bb1a433937d6c7ddf45bce4d11 + src/apideck_unify/models/accounting_agedcreditorsoneop.py: + last_write_checksum: sha1:9ee33e788316b69fef0eb97dfe416468bc411111 + src/apideck_unify/models/accounting_ageddebtorsoneop.py: + last_write_checksum: sha1:aa24a250f93fc90100ae78eabecc596a5447b34f + src/apideck_unify/models/accounting_attachmentsallop.py: + last_write_checksum: sha1:e8167047997fdd4485a930eca84eb318c693abbf + src/apideck_unify/models/accounting_attachmentsdeleteop.py: + last_write_checksum: sha1:e2a8fa5ba8f7211118f2b42907ccf3919432609f + src/apideck_unify/models/accounting_attachmentsdownloadop.py: + last_write_checksum: sha1:8036d772466d85c6428d649b8f1cf680c0d0b30d + src/apideck_unify/models/accounting_attachmentsoneop.py: + last_write_checksum: sha1:635472aeddd33b9d9914f4afc1e71e048f50e715 + src/apideck_unify/models/accounting_attachmentsuploadop.py: + last_write_checksum: sha1:3b82bd46cfd71114a0323c066a2eca35efe32c04 + src/apideck_unify/models/accounting_balancesheetoneop.py: + last_write_checksum: sha1:ba86918a1cc33698373a7db59b86730b206e25dd + src/apideck_unify/models/accounting_bankaccountsaddop.py: + last_write_checksum: sha1:0829b8bba65701afcaf03b9399d966cf7fe9ff84 + src/apideck_unify/models/accounting_bankaccountsallop.py: + last_write_checksum: sha1:1b08cdd79682d34ff6c2f16e44be47451aedccab + src/apideck_unify/models/accounting_bankaccountsdeleteop.py: + last_write_checksum: sha1:1f26329cf7a62e36666771f05e81c8d88cace082 + src/apideck_unify/models/accounting_bankaccountsoneop.py: + last_write_checksum: sha1:75e7082b0df3e46d49f97aae023e5de90b76d62b + src/apideck_unify/models/accounting_bankaccountsupdateop.py: + last_write_checksum: sha1:c4c8ae1873e739643a4ec05c190a4a7056dc69fa + src/apideck_unify/models/accounting_bankfeedaccountsaddop.py: + last_write_checksum: sha1:3c745cecc39bb11fc5e8b6b0dac6dea94e5b5c49 + src/apideck_unify/models/accounting_bankfeedaccountsallop.py: + last_write_checksum: sha1:6e1700b6cbb83ba92c2895667cf46f531c8dd1f8 + src/apideck_unify/models/accounting_bankfeedaccountsdeleteop.py: + last_write_checksum: sha1:f31fa83691002f1f6b3217060749f6985346e402 + src/apideck_unify/models/accounting_bankfeedaccountsoneop.py: + last_write_checksum: sha1:45a97315f5df726b48b8f656f5fd06faac1e0618 + src/apideck_unify/models/accounting_bankfeedaccountsupdateop.py: + last_write_checksum: sha1:cb00264fdbf9f699bec8b65257b999e4fa7e2e1d + src/apideck_unify/models/accounting_bankfeedstatementsaddop.py: + last_write_checksum: sha1:c716371b465c9eef5a222e2b562a9f348ef08c9f + src/apideck_unify/models/accounting_bankfeedstatementsallop.py: + last_write_checksum: sha1:9d05cd465b74533a5efa2ccb48502353195dd8dc + src/apideck_unify/models/accounting_bankfeedstatementsdeleteop.py: + last_write_checksum: sha1:708dfe5e59808895a0128b19956ca5da4035452b + src/apideck_unify/models/accounting_bankfeedstatementsoneop.py: + last_write_checksum: sha1:c6e71c6707e858644e152b28453a2975a22e4597 + src/apideck_unify/models/accounting_bankfeedstatementsupdateop.py: + last_write_checksum: sha1:0defe7bb144e662eca25baaa808238967374e4b0 + src/apideck_unify/models/accounting_billpaymentsaddop.py: + last_write_checksum: sha1:fea2b45cc5964528732657f986d67fe91611368e + src/apideck_unify/models/accounting_billpaymentsallop.py: + last_write_checksum: sha1:922e447a914076a9b692003e44d0d09428eabce7 + src/apideck_unify/models/accounting_billpaymentsdeleteop.py: + last_write_checksum: sha1:f38f4a7d1b342f8c420ae2d845f22c18a7c4f104 + src/apideck_unify/models/accounting_billpaymentsoneop.py: + last_write_checksum: sha1:3f2b2a5195947f34a8bee16c057ca44cca783b53 + src/apideck_unify/models/accounting_billpaymentsupdateop.py: + last_write_checksum: sha1:15cb22768060796a0c90a38591e2a9467c29fa55 + src/apideck_unify/models/accounting_billsaddop.py: + last_write_checksum: sha1:81703bd1a5d2c90d021f773e2f7e6bad18aaa2eb + src/apideck_unify/models/accounting_billsallop.py: + last_write_checksum: sha1:540c913f2228b99ec879322731c16fd55a881f03 + src/apideck_unify/models/accounting_billsdeleteop.py: + last_write_checksum: sha1:7ac46d8eab97abaf4cbb944543231405a08b3658 + src/apideck_unify/models/accounting_billsoneop.py: + last_write_checksum: sha1:f9f18e537898abd21a6f330d8ea6927d282cd857 + src/apideck_unify/models/accounting_billsupdateop.py: + last_write_checksum: sha1:5b7404f422f38e99ff6b59d39ef181891b05ee3a + src/apideck_unify/models/accounting_categoriesallop.py: + last_write_checksum: sha1:772412c82b61aaf0c9bf8961e689eae7e688d8dd + src/apideck_unify/models/accounting_categoriesoneop.py: + last_write_checksum: sha1:e2d6ca1ec77ed32a7340eb08ec6965e32e8986ed + src/apideck_unify/models/accounting_companyinfooneop.py: + last_write_checksum: sha1:b70126c9666ad27a306e4c5f059f8f4c3cdd96ee + src/apideck_unify/models/accounting_creditnotesaddop.py: + last_write_checksum: sha1:dbb56ccb57ef571df6cb61338f81b537d8bdac77 + src/apideck_unify/models/accounting_creditnotesallop.py: + last_write_checksum: sha1:7dbbe3af2c94bb92ad82a655c1dbebce6631dc58 + src/apideck_unify/models/accounting_creditnotesdeleteop.py: + last_write_checksum: sha1:7d3746c2c70fde6dc4c5cb9fb275aa8deab4dfa9 + src/apideck_unify/models/accounting_creditnotesoneop.py: + last_write_checksum: sha1:75360a1c16347f3fac7574b5134c9522c62aa6ee + src/apideck_unify/models/accounting_creditnotesupdateop.py: + last_write_checksum: sha1:14930c4c46db8c0681c0142be425d2c8c60f1826 + src/apideck_unify/models/accounting_customersaddop.py: + last_write_checksum: sha1:25218ae4b5a41a82c539baebcbacd07f0d559dc0 + src/apideck_unify/models/accounting_customersallop.py: + last_write_checksum: sha1:46a304aa214b1555981371babdc0ddbbd60f631e + src/apideck_unify/models/accounting_customersdeleteop.py: + last_write_checksum: sha1:6ae45776397dc621b8eba45db63c2b65bcdb10a5 + src/apideck_unify/models/accounting_customersoneop.py: + last_write_checksum: sha1:97417464b7847ed6f8fb335e4a73f0621cc7d786 + src/apideck_unify/models/accounting_customersupdateop.py: + last_write_checksum: sha1:96f8a4a083fdbd5afc7cced93c08b9d861d01963 + src/apideck_unify/models/accounting_departmentsaddop.py: + last_write_checksum: sha1:82b2b0d652b81aa61859086a6906d0ba1762884d + src/apideck_unify/models/accounting_departmentsallop.py: + last_write_checksum: sha1:281f49c774610bca8182cd3f84842374a9b8bfae + src/apideck_unify/models/accounting_departmentsdeleteop.py: + last_write_checksum: sha1:5b66e635365b6b345e8a483be33a5c938b269982 + src/apideck_unify/models/accounting_departmentsoneop.py: + last_write_checksum: sha1:a96048445f6005aea6569556e799e0d51a048744 + src/apideck_unify/models/accounting_departmentsupdateop.py: + last_write_checksum: sha1:b9e891ebb6b0f1e749225351645616e764859401 + src/apideck_unify/models/accounting_expensesaddop.py: + last_write_checksum: sha1:afdc3f4e3b9431c077ec768624ce0f7f92c37e6f + src/apideck_unify/models/accounting_expensesallop.py: + last_write_checksum: sha1:cf51adf58abc1f3377eb91f14847c8b28d64195d + src/apideck_unify/models/accounting_expensesdeleteop.py: + last_write_checksum: sha1:ca27db67dcbd19e06f99cffc4eee76b4f36438ef + src/apideck_unify/models/accounting_expensesoneop.py: + last_write_checksum: sha1:084bc671766cd7d86d7d81846b01b00f93f55746 + src/apideck_unify/models/accounting_expensesupdateop.py: + last_write_checksum: sha1:e738a0eba77787cccdec65907b959627ee1a2a07 + src/apideck_unify/models/accounting_invoiceitemsaddop.py: + last_write_checksum: sha1:74eb85045e12f5a5cc4f77e5c91604d50646cbec + src/apideck_unify/models/accounting_invoiceitemsallop.py: + last_write_checksum: sha1:26c7e1df717216603169c60eb6fb0e53b176f960 + src/apideck_unify/models/accounting_invoiceitemsdeleteop.py: + last_write_checksum: sha1:00a1c4788aa2fc2945f9a490a4a3718a717f4c9b + src/apideck_unify/models/accounting_invoiceitemsoneop.py: + last_write_checksum: sha1:a8ec7b2eebc9be080c905595fac505d7ad0b23c4 + src/apideck_unify/models/accounting_invoiceitemsupdateop.py: + last_write_checksum: sha1:41c1efaf7c8135a4d7a679dca47cd51bf4e9b002 + src/apideck_unify/models/accounting_invoicesaddop.py: + last_write_checksum: sha1:f07debcf3c4d26a92993eab2c9cc4336b778945b + src/apideck_unify/models/accounting_invoicesallop.py: + last_write_checksum: sha1:d594f01cfe7957d071b0f0c21b22af2c2f903324 + src/apideck_unify/models/accounting_invoicesdeleteop.py: + last_write_checksum: sha1:88fe357829aefb56f0fb72ffb04931b66346f51a + src/apideck_unify/models/accounting_invoicesoneop.py: + last_write_checksum: sha1:6ca90c8e7d0eccc5b69358fc45e2af87d9786210 + src/apideck_unify/models/accounting_invoicesupdateop.py: + last_write_checksum: sha1:164cdb9cd751ac92c3984a2f23faaeb6e312b792 + src/apideck_unify/models/accounting_journalentriesaddop.py: + last_write_checksum: sha1:33e1ed50a213f77f83b50df355d015eeafe42c43 + src/apideck_unify/models/accounting_journalentriesallop.py: + last_write_checksum: sha1:961fe68bfb68b042d233c4580af783853a67d635 + src/apideck_unify/models/accounting_journalentriesdeleteop.py: + last_write_checksum: sha1:5c51005b376525c921c6e68768b27245786842c2 + src/apideck_unify/models/accounting_journalentriesoneop.py: + last_write_checksum: sha1:88a49b9491344db9bdd886010a03956fde36b98a + src/apideck_unify/models/accounting_journalentriesupdateop.py: + last_write_checksum: sha1:99cb7bdb57d6d9e381a36dab938ad7e53abbc44a + src/apideck_unify/models/accounting_ledgeraccountsaddop.py: + last_write_checksum: sha1:53112a66fc860ddd6e70f70420495300c40923e0 + src/apideck_unify/models/accounting_ledgeraccountsallop.py: + last_write_checksum: sha1:8c958b1c0314130b427d694069acd924e0f6a250 + src/apideck_unify/models/accounting_ledgeraccountsdeleteop.py: + last_write_checksum: sha1:b6010a636d447569101c8fb7ab7af6c4401e0f1b + src/apideck_unify/models/accounting_ledgeraccountsoneop.py: + last_write_checksum: sha1:44d3d0fcf2bfa90adf0651f4baaf23b58b9e0d03 + src/apideck_unify/models/accounting_ledgeraccountsupdateop.py: + last_write_checksum: sha1:c9ff2a534924e3c420adcc11fe737ac4c9bbecef + src/apideck_unify/models/accounting_locationsaddop.py: + last_write_checksum: sha1:e3886f3bdc7d531de39f688109c6409b43acdee3 + src/apideck_unify/models/accounting_locationsallop.py: + last_write_checksum: sha1:3de81ba2f4e8cb29774be948f29a8a8015ef02de + src/apideck_unify/models/accounting_locationsdeleteop.py: + last_write_checksum: sha1:a8ba0ee6492859ad43fcd5620b77642653221a9d + src/apideck_unify/models/accounting_locationsoneop.py: + last_write_checksum: sha1:766399df85450eddc72046bf7e85a4d56ec67ac9 + src/apideck_unify/models/accounting_locationsupdateop.py: + last_write_checksum: sha1:c55649cf1d698b8639749946586c3924dc83ca00 + src/apideck_unify/models/accounting_paymentsaddop.py: + last_write_checksum: sha1:564dcc82d518bd994af9f8ea93e599a5c3250985 + src/apideck_unify/models/accounting_paymentsallop.py: + last_write_checksum: sha1:f5da32ff31828d68830db182acd89a1e94c92f45 + src/apideck_unify/models/accounting_paymentsdeleteop.py: + last_write_checksum: sha1:25e23ec678f9ee8e26c73ceae58e89e5fb8c5dd5 + src/apideck_unify/models/accounting_paymentsoneop.py: + last_write_checksum: sha1:f0ae257d23d49d5e3d27234958981d37c46f1474 + src/apideck_unify/models/accounting_paymentsupdateop.py: + last_write_checksum: sha1:cb10a2fe41579a39ee2d53a91bd2a9d14ae5c2b7 + src/apideck_unify/models/accounting_profitandlossoneop.py: + last_write_checksum: sha1:5652a8ab38596d464dde3738b2704de1cf2ed841 + src/apideck_unify/models/accounting_projectsaddop.py: + last_write_checksum: sha1:b093c43bfe53c2c62880ad8b07fda63ab9f8ad35 + src/apideck_unify/models/accounting_projectsallop.py: + last_write_checksum: sha1:d2aa104c59314cbfa80329b8ca2f70a8582f6238 + src/apideck_unify/models/accounting_projectsdeleteop.py: + last_write_checksum: sha1:d7c0874eb2664d6ff35c3c25da76c62fce3051fb + src/apideck_unify/models/accounting_projectsoneop.py: + last_write_checksum: sha1:2aaf172ee9bcf2e0be3eda2540472f42e404e5b3 + src/apideck_unify/models/accounting_projectsupdateop.py: + last_write_checksum: sha1:fc47f3f33ed177302e3d9a040a94e64605afb1d0 + src/apideck_unify/models/accounting_purchaseordersaddop.py: + last_write_checksum: sha1:00394af7b6341f0059f05a8b19363727fdedbec2 + src/apideck_unify/models/accounting_purchaseordersallop.py: + last_write_checksum: sha1:2e4e6bed8d9ed2e44ca93c68daf2e22c2057416e + src/apideck_unify/models/accounting_purchaseordersdeleteop.py: + last_write_checksum: sha1:db6cabb9eda0ffaa8760311e10a0356ece174c34 + src/apideck_unify/models/accounting_purchaseordersoneop.py: + last_write_checksum: sha1:05dd7ae28a91173bc29272209dde62f3f4172c94 + src/apideck_unify/models/accounting_purchaseordersupdateop.py: + last_write_checksum: sha1:3604cc4f02e6f708612dee9c794df62469d0ac18 + src/apideck_unify/models/accounting_quotesaddop.py: + last_write_checksum: sha1:b7a75dd8b1e4d6aa695fe110c847074948a862b4 + src/apideck_unify/models/accounting_quotesallop.py: + last_write_checksum: sha1:d2b22e7e815f97e8d686591433acc38df5bfd7f0 + src/apideck_unify/models/accounting_quotesdeleteop.py: + last_write_checksum: sha1:9a61eaa054bfa455636e9f3803be210ac041ccb4 + src/apideck_unify/models/accounting_quotesoneop.py: + last_write_checksum: sha1:2136acfc0cbc954ed8dd91b1a780108b3b8cce55 + src/apideck_unify/models/accounting_quotesupdateop.py: + last_write_checksum: sha1:42ed99d3af760c2b192198f880fa48b782c5b3c2 + src/apideck_unify/models/accounting_subsidiariesaddop.py: + last_write_checksum: sha1:4782f05c208ab2cec1aeca761bafc6803a1f7f2c + src/apideck_unify/models/accounting_subsidiariesallop.py: + last_write_checksum: sha1:2b9bc565786eadf33cc9150d5dae029a4887aeeb + src/apideck_unify/models/accounting_subsidiariesdeleteop.py: + last_write_checksum: sha1:865a9ef231ccaa9dbcb17564dec3aaae9b1dc769 + src/apideck_unify/models/accounting_subsidiariesoneop.py: + last_write_checksum: sha1:a7c7a3ab067e8f4ec36a7d63b7ae001342247185 + src/apideck_unify/models/accounting_subsidiariesupdateop.py: + last_write_checksum: sha1:8618ccdfe32c3b3698e91bc222ab92f4ad82b2e2 + src/apideck_unify/models/accounting_suppliersaddop.py: + last_write_checksum: sha1:caed154f4c54000cb30f3e486edc8da6ebaef2ed + src/apideck_unify/models/accounting_suppliersallop.py: + last_write_checksum: sha1:0667b762398e51d27573db6cbc279442e381041e + src/apideck_unify/models/accounting_suppliersdeleteop.py: + last_write_checksum: sha1:bb46a8fa301ea56f5e2622f786df8c79d96e1ffe + src/apideck_unify/models/accounting_suppliersoneop.py: + last_write_checksum: sha1:920364102fa9883d92dff42245a836858553b876 + src/apideck_unify/models/accounting_suppliersupdateop.py: + last_write_checksum: sha1:940d5713cf1f3a27d74c37aef94d136e71666b52 + src/apideck_unify/models/accounting_taxratesaddop.py: + last_write_checksum: sha1:71ac90189eb54c96e10f4a797f1c0f16fb6f7f04 + src/apideck_unify/models/accounting_taxratesallop.py: + last_write_checksum: sha1:f3669ed0e4f4c0294e3c549c57d5ac312fe696d2 + src/apideck_unify/models/accounting_taxratesdeleteop.py: + last_write_checksum: sha1:485c00edebe1963554e21ccd53531b1ac4ce7b7b + src/apideck_unify/models/accounting_taxratesoneop.py: + last_write_checksum: sha1:aa15bf874c44e78f7848c085a18ca55dc5ca0140 + src/apideck_unify/models/accounting_taxratesupdateop.py: + last_write_checksum: sha1:d249fd48862f17b4f150f4800723fc3e19e2d698 + src/apideck_unify/models/accounting_trackingcategoriesaddop.py: + last_write_checksum: sha1:88fdf4c85f65107e12a9c403faafd6ec970feb4f + src/apideck_unify/models/accounting_trackingcategoriesallop.py: + last_write_checksum: sha1:e3ea92a6d7b94e73f9b211c025f6a5d47d784498 + src/apideck_unify/models/accounting_trackingcategoriesdeleteop.py: + last_write_checksum: sha1:10eb3ade99071e1a6cc7446a750cc52227f55cc7 + src/apideck_unify/models/accounting_trackingcategoriesoneop.py: + last_write_checksum: sha1:fdc9c7789e619ef212c71e4cb9920cb7a4dea30c + src/apideck_unify/models/accounting_trackingcategoriesupdateop.py: + last_write_checksum: sha1:ff03966aa3ca7894f1666164e64eba7be9fc663b + src/apideck_unify/models/accountingbankaccount.py: + last_write_checksum: sha1:6eeeb3fc24fdf0c9b1934138425cebe5953c8a2e + src/apideck_unify/models/accountingdepartment.py: + last_write_checksum: sha1:6f23996cab0e1991b50e798bd5df433509415eed + src/apideck_unify/models/accountingdepartmentsfilter.py: + last_write_checksum: sha1:638091b3719c7f322599e2c67929bf2003979a48 + src/apideck_unify/models/accountinglocation.py: + last_write_checksum: sha1:29fe71bcadc279bcd18ca54770c9608eb4879ed8 + src/apideck_unify/models/accountinglocationsfilter.py: + last_write_checksum: sha1:e0bbbbb5725f84eb69b0781639fb4ced525b5039 + src/apideck_unify/models/activitiesfilter.py: + last_write_checksum: sha1:4cac9b5627bc7718d457b2fbbac1ac677b4d1c9f + src/apideck_unify/models/activitiessort.py: + last_write_checksum: sha1:789b1ff098b41b31d2d8928507bac4302b431d84 + src/apideck_unify/models/activity.py: + last_write_checksum: sha1:7996831c7deaaa0c0184e30b468e3690d528bd4b + src/apideck_unify/models/activityattendee.py: + last_write_checksum: sha1:f1734c4de8b6b161fc4a06054aa9cf75856bfa9f + src/apideck_unify/models/address.py: + last_write_checksum: sha1:7826830670fde7c507c5ed1e6ebea01da1c0a803 + src/apideck_unify/models/agedcreditors.py: + last_write_checksum: sha1:3f69d5474428da9aa9c3a07347b283161ae1fefb + src/apideck_unify/models/ageddebtors.py: + last_write_checksum: sha1:e64794140a34c0d4e237b25bae2b6519963deff4 + src/apideck_unify/models/agedreportfilter.py: + last_write_checksum: sha1:569d79edc9e73580c414abe9b65ca9eb7ac2cf00 + src/apideck_unify/models/allocation.py: + last_write_checksum: sha1:db6967079d504b6950eb3e43b127a0ef54531454 + src/apideck_unify/models/api.py: + last_write_checksum: sha1:998fe07d52c213695781fa382eb34608547196e5 + src/apideck_unify/models/apideckerror.py: + last_write_checksum: sha1:db98f5e0a4cec88a9e912fad5eb1b9fbf3ca8d2c + src/apideck_unify/models/apierror.py: + last_write_checksum: sha1:661a9b4553cf631c94e69d42165a70b5bafebc0e + src/apideck_unify/models/apiresource.py: + last_write_checksum: sha1:c6bc18caf8afa6bd45c7a612c2ebc06216f15487 + src/apideck_unify/models/apiresourcecoverage.py: + last_write_checksum: sha1:cd8a7ed9548dfc14ca9238472d26789e9f2f1319 + src/apideck_unify/models/apisfilter.py: + last_write_checksum: sha1:246c1f2a3067db4dd17d2dd536827748aada2d50 + src/apideck_unify/models/apistatus.py: + last_write_checksum: sha1:ba06b8908414c668dd2f5fc4685bce9b082d74e5 + src/apideck_unify/models/applicant.py: + last_write_checksum: sha1:9c03ea44f82d7e9bf51ab821fa294a993a9e4d80 + src/apideck_unify/models/applicantsfilter.py: + last_write_checksum: sha1:622e9d470ff735698a728060421c60034b8f3b97 + src/apideck_unify/models/application.py: + last_write_checksum: sha1:fd3775bdbb45a4255abc950847a3eee9e3a5fd51 + src/apideck_unify/models/assignee.py: + last_write_checksum: sha1:d611423d7491aca50929a56fac7fec537847acfe + src/apideck_unify/models/assignee_input.py: + last_write_checksum: sha1:070ad425e725c591c8176ca09536db568c708a73 + src/apideck_unify/models/ats_applicantsaddop.py: + last_write_checksum: sha1:8f5357cba1c5e826d422cc0a169f578a0041a414 + src/apideck_unify/models/ats_applicantsallop.py: + last_write_checksum: sha1:a3453806913344e39f926b929076cc89167f76c3 + src/apideck_unify/models/ats_applicantsdeleteop.py: + last_write_checksum: sha1:5be8f7389a9dd2055ee00bb296b12b3de5a960d7 + src/apideck_unify/models/ats_applicantsoneop.py: + last_write_checksum: sha1:e4c18775269c0ae175b259f1ffb52796599a3179 + src/apideck_unify/models/ats_applicantsupdateop.py: + last_write_checksum: sha1:3102e08984030d84a7fac8fccf66554e9bec2062 + src/apideck_unify/models/ats_applicationsaddop.py: + last_write_checksum: sha1:5042a8828b6309a7e8a35b6b6521ad23824267d2 + src/apideck_unify/models/ats_applicationsallop.py: + last_write_checksum: sha1:d2211729f65c8af70d702d05230aabeb622ffb35 + src/apideck_unify/models/ats_applicationsdeleteop.py: + last_write_checksum: sha1:0d143cdd99308cf7c05edef5e5966a2d4020c313 + src/apideck_unify/models/ats_applicationsoneop.py: + last_write_checksum: sha1:3be5f4e4a0315081da3d2370fbfc50163677213d + src/apideck_unify/models/ats_applicationsupdateop.py: + last_write_checksum: sha1:0b111958ce21b241fbaf0288e674529462f7c2db + src/apideck_unify/models/ats_jobsallop.py: + last_write_checksum: sha1:260be34c61b956d2fac8df199edb99f38c1e162f + src/apideck_unify/models/ats_jobsoneop.py: + last_write_checksum: sha1:e371dd0805f146d7b892c8f16f525b85913b2737 + src/apideck_unify/models/attachment.py: + last_write_checksum: sha1:b11471cac470479674a9605ced96f7ac662cbfa9 + src/apideck_unify/models/attachmentreference.py: + last_write_checksum: sha1:992fc071a16b1b14ce32d719dabe933f26996da2 + src/apideck_unify/models/attachmentreferencetype.py: + last_write_checksum: sha1:c511cdf4da1511df697d98bee707a98ff0185649 + src/apideck_unify/models/authtype.py: + last_write_checksum: sha1:16a5afe9bffde1bcc6cacde41cf961310efcd374 + src/apideck_unify/models/badrequestresponse.py: + last_write_checksum: sha1:5a735a58109f547317f52f7bf3267d4ee65dae69 + src/apideck_unify/models/balancebyperiod.py: + last_write_checksum: sha1:59858a3380739c63fd82a33089ce9646bbb009b3 + src/apideck_unify/models/balancebytransaction.py: + last_write_checksum: sha1:9f5b8acc687504ba972e00af26f436be95b0c4e6 + src/apideck_unify/models/balancesheet.py: + last_write_checksum: sha1:72be478abb9f94537d868b542adcefb59288e5cf + src/apideck_unify/models/balancesheetfilter.py: + last_write_checksum: sha1:10022bbd1f3307c2f3739a4c98a484ef6dc0d918 + src/apideck_unify/models/bankaccount.py: + last_write_checksum: sha1:7c8b12725653ff289a5461735024c6172ed1d3a5 + src/apideck_unify/models/bankaccount1.py: + last_write_checksum: sha1:3c8eb3602ba82e50a7b24e7d6da2ff3f61ef234d + src/apideck_unify/models/bankaccount2.py: + last_write_checksum: sha1:5c2c967fea79dd5a189fd30db2fb444fa5d6cd38 + src/apideck_unify/models/bankaccountfilter.py: + last_write_checksum: sha1:8beca87020f50a6b75b2de6768cf2768f4289b4d + src/apideck_unify/models/bankaccountsfilter.py: + last_write_checksum: sha1:79e890581de06b6db834407cf7bbc0cccd6efe3e + src/apideck_unify/models/bankaccountssort.py: + last_write_checksum: sha1:9b7a429b535af40270ff42fd560b3030830cc558 + src/apideck_unify/models/bankfeedaccount.py: + last_write_checksum: sha1:1799f05f1f7d5d93abb9967b4963cee1332863e7 + src/apideck_unify/models/bankfeedstatement.py: + last_write_checksum: sha1:82cd19d6c08a7f2e7bcf6e3f599cf1eb4f2eb8ec + src/apideck_unify/models/benefit.py: + last_write_checksum: sha1:93b183634f8223324c51c5131db7e9cf5b81c82b + src/apideck_unify/models/bill.py: + last_write_checksum: sha1:075d96441cf20de99753369a5523385f515c033d + src/apideck_unify/models/billlineitem.py: + last_write_checksum: sha1:722a7c60193d53dac8209f966c1bba739357bf0b + src/apideck_unify/models/billlineitem_input.py: + last_write_checksum: sha1:473998e2990399f04d411ea8c23973d031649445 + src/apideck_unify/models/billpayment.py: + last_write_checksum: sha1:9e7e3ba76507168caad9d1023371f1d10fb9e4f1 + src/apideck_unify/models/billsfilter.py: + last_write_checksum: sha1:ac8e8c39767cc406795cf7f3f003479bdd4ebcc8 + src/apideck_unify/models/billssort.py: + last_write_checksum: sha1:02b1e85389c5fa310433a3f1da293890d7da5875 + src/apideck_unify/models/categoriesfilter.py: + last_write_checksum: sha1:dc4ef6ba3d64dcf057406bd5210034e56c594300 + src/apideck_unify/models/category.py: + last_write_checksum: sha1:1c5e637262cd3adf17ca795f244d6d59917cb077 + src/apideck_unify/models/collection.py: + last_write_checksum: sha1:9326d77d06103ede13c0aefd721b091a75a5bf7f + src/apideck_unify/models/collectionssort.py: + last_write_checksum: sha1:ed3ecfa68884806581d9904e85b15ef73a552c58 + src/apideck_unify/models/collectiontag.py: + last_write_checksum: sha1:271440395c0f624f940a3baa201d66e8b10f9a7a + src/apideck_unify/models/collectiontag_input.py: + last_write_checksum: sha1:5b00b409b8d553f7a60f0af208125ed2bbaa0aec + src/apideck_unify/models/collectionticketcomment.py: + last_write_checksum: sha1:a53511b3aa20d73e48ea12f52c99f1c44aff2cf0 + src/apideck_unify/models/collectionticketcomment_input.py: + last_write_checksum: sha1:72a627c5418e6e471900a1baf9124c55f137a718 + src/apideck_unify/models/collectionuser.py: + last_write_checksum: sha1:dace5c22be3217c7699d93548d750b186cb20156 + src/apideck_unify/models/commentssort.py: + last_write_checksum: sha1:b67a3bdf4ea314ab817f18b3bef0c61820be0e6a + src/apideck_unify/models/companiesfilter.py: + last_write_checksum: sha1:81898541497567dda265a9eec61c9e594b624199 + src/apideck_unify/models/companiessort.py: + last_write_checksum: sha1:5d8d993b9b210f4f0d66d2456fff075e44e250dc + src/apideck_unify/models/company1.py: + last_write_checksum: sha1:d2c779e194c63d6e7567f30c6f293e756115a705 + src/apideck_unify/models/companyinfo.py: + last_write_checksum: sha1:d5aecc277bc62b62abe9109e58e1ba63d2ef2d59 + src/apideck_unify/models/compensation.py: + last_write_checksum: sha1:716d15c75fc945d64b5f8830d12c636e6cc6f0b3 + src/apideck_unify/models/connection.py: + last_write_checksum: sha1:3e56667fa62eff2c4711d1fe434c3688270cbc7c + src/apideck_unify/models/connectionimportdata.py: + last_write_checksum: sha1:fe2e8a86534f2f25d4472f31d394d125cf21dccf + src/apideck_unify/models/connectionstate.py: + last_write_checksum: sha1:830d71c09652a109ccfa94905b953cefd34a4e21 + src/apideck_unify/models/connector.py: + last_write_checksum: sha1:99ee6110c2b487d5182258bc53cd2badbadc6c11 + src/apideck_unify/models/connector_apiresourcecoverageoneop.py: + last_write_checksum: sha1:385de183a44245df352e310db2d59ef353906540 + src/apideck_unify/models/connector_apiresourcesoneop.py: + last_write_checksum: sha1:b8b0698461ccf5610072730be8e23729d6a4ee98 + src/apideck_unify/models/connector_apisallop.py: + last_write_checksum: sha1:84d5a1e74d4074388f4def60ce1901cdeaacb0da + src/apideck_unify/models/connector_apisoneop.py: + last_write_checksum: sha1:fc8d317f05725daf25c09388127c6a98da6c7b5f + src/apideck_unify/models/connector_connectordocsoneop.py: + last_write_checksum: sha1:c1b8bf8cf30031a4240ccca98053bd98c1b1fbc1 + src/apideck_unify/models/connector_connectorresourcesoneop.py: + last_write_checksum: sha1:c494d0e058aaf160064ff4c271ebe77c8d17c37a + src/apideck_unify/models/connector_connectorsallop.py: + last_write_checksum: sha1:2eb2406ebd7d16654b66758e9c7cc209f1dfc10a + src/apideck_unify/models/connector_connectorsoneop.py: + last_write_checksum: sha1:2c613b107288d4f41a493e53bf51fb4921f698b0 + src/apideck_unify/models/connectordoc.py: + last_write_checksum: sha1:213be55535faa0a793edfd5f672eb78c17cf161f + src/apideck_unify/models/connectorevent.py: + last_write_checksum: sha1:323127e05edaf9286323f53acb30dea1a803fcc7 + src/apideck_unify/models/connectorresource.py: + last_write_checksum: sha1:64cfdfc673a496bcbd86a85a82b6b72d4bbd125f + src/apideck_unify/models/connectorsetting.py: + last_write_checksum: sha1:93ede32f751bde837e29f2edda1782bb2f2ebfc3 + src/apideck_unify/models/connectorsfilter.py: + last_write_checksum: sha1:bd435ee20d15acafa403833d78ccaea71848015a + src/apideck_unify/models/connectorstatus.py: + last_write_checksum: sha1:677c72d160bbc194e557427fbb88bc576ce60974 + src/apideck_unify/models/consentrecord.py: + last_write_checksum: sha1:b6350ccc9665c492b829c240d9758435f9838f01 + src/apideck_unify/models/consentrecord_input.py: + last_write_checksum: sha1:4deab3fd0362202fc68106768e78c1901170f560 + src/apideck_unify/models/consentstate.py: + last_write_checksum: sha1:912c1fceabbd28a9313484c0bebf459ebdb63c56 + src/apideck_unify/models/consumer.py: + last_write_checksum: sha1:0f5f1a69bfed19b17f6ef1f338a3436146f58dfe + src/apideck_unify/models/consumerconnection.py: + last_write_checksum: sha1:780dd1a8d0f0170c94f2c1d07e0f385a9d92c95b + src/apideck_unify/models/consumermetadata.py: + last_write_checksum: sha1:b0ca9ba2625bdf3baf0bc964726aaf18e292a5b8 + src/apideck_unify/models/consumerrequestcountsindaterangeresponse.py: + last_write_checksum: sha1:daa4ae29e3832814c6a934185f65c205334f079e + src/apideck_unify/models/contact.py: + last_write_checksum: sha1:1286c9959ff3d8db75fa1ef032a0b6e73965ebfd + src/apideck_unify/models/contactsfilter.py: + last_write_checksum: sha1:a35145af4ccf32d95cc1fc5b0519bf8057552e14 + src/apideck_unify/models/contactssort.py: + last_write_checksum: sha1:34fb057453a6ffb0deab9d1e7ff4a500ffd9d0d6 + src/apideck_unify/models/copyfolderrequest.py: + last_write_checksum: sha1:b96aea001890801ea9dd5dba3af1c73220d278e5 + src/apideck_unify/models/createaccountingdepartmentresponse.py: + last_write_checksum: sha1:fda26a0ca889075d014a5f5548efb8e5ad5850a0 + src/apideck_unify/models/createaccountinglocationresponse.py: + last_write_checksum: sha1:8aba92446bbd2a951fb3dd8900b6177ba5a6cfd1 + src/apideck_unify/models/createactivityresponse.py: + last_write_checksum: sha1:8bfd5a83ea6794b29bb319b7c6c905631c81482c + src/apideck_unify/models/createapplicantresponse.py: + last_write_checksum: sha1:edaaa733e460cb5c0c259dd9f1afd892609afc60 + src/apideck_unify/models/createapplicationresponse.py: + last_write_checksum: sha1:4f4a9d020f37ff139e943ab211c32efd09539bde + src/apideck_unify/models/createattachmentresponse.py: + last_write_checksum: sha1:72b844ee0b80a3368ad9b9d46630db6473f44c72 + src/apideck_unify/models/createbankaccountresponse.py: + last_write_checksum: sha1:fc117e10b410f7622d6e23da0f49af88cf228cf9 + src/apideck_unify/models/createbankfeedaccountresponse.py: + last_write_checksum: sha1:8b8c695a39bb2284fab78648cccbe911d0739d2f + src/apideck_unify/models/createbankfeedstatementresponse.py: + last_write_checksum: sha1:131deacc4fbf28f82df5d999e6dc3ec7deb6fd79 + src/apideck_unify/models/createbillpaymentresponse.py: + last_write_checksum: sha1:b1d8b25a128b24068b4eebb9b2f1bd8e68acd4a3 + src/apideck_unify/models/createbillresponse.py: + last_write_checksum: sha1:61368abeb568f425e1d6d2d318b1bc92f979fc7c + src/apideck_unify/models/createcallbackstate.py: + last_write_checksum: sha1:3daaa872dd58a733c486d7eb697358a5773ab801 + src/apideck_unify/models/createcallbackstateresponse.py: + last_write_checksum: sha1:ff3a9be3d889a943b244c66f04dfd70fca7403a0 + src/apideck_unify/models/createcommentresponse.py: + last_write_checksum: sha1:3e3ed30451330c469a4e4fbda8592f4aed9e9309 + src/apideck_unify/models/createcompanyresponse.py: + last_write_checksum: sha1:e2288e0796ca0d322caeffda9244289356af994c + src/apideck_unify/models/createconnectionresponse.py: + last_write_checksum: sha1:f043a0ead365826b5d8c2a23ddba2885f728ac91 + src/apideck_unify/models/createconsumerrequest.py: + last_write_checksum: sha1:508c4eae5f1ee8da35718fbdc5a94f35abcebfee + src/apideck_unify/models/createconsumerresponse.py: + last_write_checksum: sha1:df61de39d954be5e881c72e94dad86bfe0ac3307 + src/apideck_unify/models/createcontactresponse.py: + last_write_checksum: sha1:d5a21be641f98fd147a141fb960d2c397553a687 + src/apideck_unify/models/createcreditnoteresponse.py: + last_write_checksum: sha1:42fd0402ad78a569f3212d96c92b76d00dc96a9f + src/apideck_unify/models/createcustomerresponse.py: + last_write_checksum: sha1:2d1f974a1d63cf82dba4c59434400c55d462150d + src/apideck_unify/models/createcustomobjectresponse.py: + last_write_checksum: sha1:8e634be063b8e07c91dcfad530a5fdb3da80cd6f + src/apideck_unify/models/createcustomobjectschemaresponse.py: + last_write_checksum: sha1:18b88236a420c433cfd7ad48a0c1b1be65f0b485 + src/apideck_unify/models/createdepartmentresponse.py: + last_write_checksum: sha1:c2076070b861feb2b9466b3bb6b161eaedc9f4a5 + src/apideck_unify/models/createdrivegroupresponse.py: + last_write_checksum: sha1:7600ddad02081b59a1cb09a9414565b88fc7c037 + src/apideck_unify/models/createdriveresponse.py: + last_write_checksum: sha1:3cda0a46d04c31519327de5fc065938243f98a67 + src/apideck_unify/models/createemployeeresponse.py: + last_write_checksum: sha1:1c117354173ec5a006b699be4555180843792169 + src/apideck_unify/models/createexpenseresponse.py: + last_write_checksum: sha1:79127d6af2120a4dbf66070aa97696614e77291a + src/apideck_unify/models/createfolderrequest.py: + last_write_checksum: sha1:8be01374d8643858a9f9e8ccb234ee9604616451 + src/apideck_unify/models/createfolderresponse.py: + last_write_checksum: sha1:a6aea0f5c97295f34af8ccba5646b9f5ba57a161 + src/apideck_unify/models/createhriscompanyresponse.py: + last_write_checksum: sha1:40dbd2dc974d13460e60bc0fe618a0dd5e0f2153 + src/apideck_unify/models/createinvoiceitemresponse.py: + last_write_checksum: sha1:0e8b5caaf846297aa158a5634be92f875411116f + src/apideck_unify/models/createinvoiceresponse.py: + last_write_checksum: sha1:897d4cbd3bef0233bf005d6d39888ca31f7ba6d1 + src/apideck_unify/models/createjournalentryresponse.py: + last_write_checksum: sha1:ea39e27db27062a26222c558ce69cef47189bf48 + src/apideck_unify/models/createleadresponse.py: + last_write_checksum: sha1:371343e5437437a0844e8c7ee47ca15fa836d512 + src/apideck_unify/models/createledgeraccountresponse.py: + last_write_checksum: sha1:dedb1e46408e60f87a719e38c2abfbdf5f87b7c7 + src/apideck_unify/models/createmessageresponse.py: + last_write_checksum: sha1:b03a4c7153286ab071e8c33d76c52c24c8dc2954 + src/apideck_unify/models/createnoteresponse.py: + last_write_checksum: sha1:bffc57f3aad3f88fb173e7753fc4aec66de10f55 + src/apideck_unify/models/createopportunityresponse.py: + last_write_checksum: sha1:9407ddc58215f5fd4f52bcd9a52fcf87b01e9936 + src/apideck_unify/models/createpaymentresponse.py: + last_write_checksum: sha1:84e8048daf532e4c92e968388007acbd96786b86 + src/apideck_unify/models/createpipelineresponse.py: + last_write_checksum: sha1:80f05bf75a1f2afeb658eaf1f302d3822a4b6ed3 + src/apideck_unify/models/createprojectresponse.py: + last_write_checksum: sha1:c508db950c2b6563ccacbc1acca6e7197190574a + src/apideck_unify/models/createpurchaseorderresponse.py: + last_write_checksum: sha1:8f03a97de6b7817e3e4604f0f93e7a0d9e8d443d + src/apideck_unify/models/createquoteresponse.py: + last_write_checksum: sha1:da1f6a6b634a180dc91f524498275f5de36dfd2f + src/apideck_unify/models/createsessionresponse.py: + last_write_checksum: sha1:628dd000557304e2fa35116ec6526faf3ef6491a + src/apideck_unify/models/createsharedlinkresponse.py: + last_write_checksum: sha1:68957e4b0d562d429f6da9bf3a03990f93a9ec7f + src/apideck_unify/models/createsubsidiaryresponse.py: + last_write_checksum: sha1:4a01db3aaeb50dea78023e90c0b3c80cb5f70a83 + src/apideck_unify/models/createsupplierresponse.py: + last_write_checksum: sha1:ef88b50fd0101c62be665869b7ed2985453f70d2 + src/apideck_unify/models/createtaxrateresponse.py: + last_write_checksum: sha1:b98c6cb27b5fa0ae1e1aab11e58b4321279faadc + src/apideck_unify/models/createticketresponse.py: + last_write_checksum: sha1:3957b3742345b658033c3c8121ca0f5a94133c7c + src/apideck_unify/models/createtimeoffrequestresponse.py: + last_write_checksum: sha1:36153865ab1084d8046c246681f360190c8c88d1 + src/apideck_unify/models/createtrackingcategoryresponse.py: + last_write_checksum: sha1:3f86754f8020d291fbf4ca74d5a5c31a1736c1da + src/apideck_unify/models/createuploadsessionrequest.py: + last_write_checksum: sha1:61828ba0405791649547e6c347038a690c0741db + src/apideck_unify/models/createuploadsessionresponse.py: + last_write_checksum: sha1:8cff2c3fda1f54344db30551b99cf999d2718113 + src/apideck_unify/models/createuserresponse.py: + last_write_checksum: sha1:75aa3651e5ab33292e9b5d4dc516effff56f2712 + src/apideck_unify/models/createwebhookrequest.py: + last_write_checksum: sha1:a40612b03971f2cf50f9fc64b641f3706f3c22dc + src/apideck_unify/models/createwebhookresponse.py: + last_write_checksum: sha1:1d4d76276d8d00bbbac7c2860df4efcb8463bf09 + src/apideck_unify/models/creditnote.py: + last_write_checksum: sha1:885b7b781179f1b6a751b3d260fc8fbe1305096c + src/apideck_unify/models/creditnotesfilter.py: + last_write_checksum: sha1:bd3140cfb61fb885528800ca380005071211e46a + src/apideck_unify/models/creditnotessort.py: + last_write_checksum: sha1:97b98d77013b9e60335a7a752d746798d1c4e127 + src/apideck_unify/models/creditordebit.py: + last_write_checksum: sha1:3dad00e7e024cfab95966d4e6fbb350cae0d11ea + src/apideck_unify/models/crm_activitiesaddop.py: + last_write_checksum: sha1:5f0933c07ff8555be2ba630f5c834052060316e0 + src/apideck_unify/models/crm_activitiesallop.py: + last_write_checksum: sha1:efb9f96c1e2ae44b9acbc8772866247bd593e572 + src/apideck_unify/models/crm_activitiesdeleteop.py: + last_write_checksum: sha1:54e9811990882020eb4c2223a1058e49b490b337 + src/apideck_unify/models/crm_activitiesoneop.py: + last_write_checksum: sha1:aa6fdbd7d30169dabaad4f8156a2679786883f02 + src/apideck_unify/models/crm_activitiesupdateop.py: + last_write_checksum: sha1:3d8d29d9fff11ee8753257177b722ee2fac9b0c3 + src/apideck_unify/models/crm_companiesaddop.py: + last_write_checksum: sha1:5426f1a3d902b9ffc68733e2be5abb8891b6ea7c + src/apideck_unify/models/crm_companiesallop.py: + last_write_checksum: sha1:17bc54a1a02582b0a4f2e45f5e06d1e953fc9dae + src/apideck_unify/models/crm_companiesdeleteop.py: + last_write_checksum: sha1:f9a512fb1ee6fc8d8dfb8b8cc862e0629ad363c1 + src/apideck_unify/models/crm_companiesoneop.py: + last_write_checksum: sha1:caffa4aada998a406369091548dcb235124b0fa4 + src/apideck_unify/models/crm_companiesupdateop.py: + last_write_checksum: sha1:45aa2f67a0cfd5e7c17e6f49679742cea42aecce + src/apideck_unify/models/crm_contactsaddop.py: + last_write_checksum: sha1:978fd0a3291eea370d8770cb4f6c6e5b9acbbff2 + src/apideck_unify/models/crm_contactsallop.py: + last_write_checksum: sha1:8d1f1fe6efa860845e7d17f7af0fea687afdd502 + src/apideck_unify/models/crm_contactsdeleteop.py: + last_write_checksum: sha1:f249e507b5c0c2b95d50819a154dd191b2556560 + src/apideck_unify/models/crm_contactsoneop.py: + last_write_checksum: sha1:f66d0add2acd9fa662bc07858f17986adc79dae7 + src/apideck_unify/models/crm_contactsupdateop.py: + last_write_checksum: sha1:fd9c410eae70254e9557a312142d790f597197bb + src/apideck_unify/models/crm_customobjectsaddop.py: + last_write_checksum: sha1:dafebda1c3294ef7b3fb40a2007d23feee383e4b + src/apideck_unify/models/crm_customobjectsallop.py: + last_write_checksum: sha1:b6328f5b29522c41d3ce092f89f2027d4c073850 + src/apideck_unify/models/crm_customobjectschemasaddop.py: + last_write_checksum: sha1:b7d52efbf1a757e8dc674d35aa53bd7851bb02a3 + src/apideck_unify/models/crm_customobjectschemasallop.py: + last_write_checksum: sha1:2fb2606485ebcb122464cce827fd0cda1b9587d7 + src/apideck_unify/models/crm_customobjectschemasdeleteop.py: + last_write_checksum: sha1:dcb2cdbab7fa5de79af1086375d5ea285124a163 + src/apideck_unify/models/crm_customobjectschemasoneop.py: + last_write_checksum: sha1:dd28bce94beaa7eb5d9c3377f6345ff02074298b + src/apideck_unify/models/crm_customobjectschemasupdateop.py: + last_write_checksum: sha1:4de5383ab4f1b53a5561707fc8326c583b44b38b + src/apideck_unify/models/crm_customobjectsdeleteop.py: + last_write_checksum: sha1:bf5460117bd07728bbfc9595196c31a4d031027b + src/apideck_unify/models/crm_customobjectsoneop.py: + last_write_checksum: sha1:62aad66c815b3cbfb23a4782e937893e3a8a76de + src/apideck_unify/models/crm_customobjectsupdateop.py: + last_write_checksum: sha1:622219d53447c35c39a8ea564fe4d9e6d5dd2df4 + src/apideck_unify/models/crm_leadsaddop.py: + last_write_checksum: sha1:5084e12e3a527d7b109f21db7f885bd5e4a168c7 + src/apideck_unify/models/crm_leadsallop.py: + last_write_checksum: sha1:b6605730f569a7fe73764d32e9aa11e8365e1ecb + src/apideck_unify/models/crm_leadsdeleteop.py: + last_write_checksum: sha1:752dec74bf7bfeac4086e42e546ee4f43858e420 + src/apideck_unify/models/crm_leadsoneop.py: + last_write_checksum: sha1:907112f9ae14c24fafe2e7e5344fb1cb8f00213f + src/apideck_unify/models/crm_leadsupdateop.py: + last_write_checksum: sha1:0796c747dce2eb4fbde35e49f3eee07aac2745f4 + src/apideck_unify/models/crm_notesaddop.py: + last_write_checksum: sha1:e813d3d99d8c2090675c1649f60c815b54132f83 + src/apideck_unify/models/crm_notesallop.py: + last_write_checksum: sha1:36c2139a55eb3ad171f85b87872072982133633e + src/apideck_unify/models/crm_notesdeleteop.py: + last_write_checksum: sha1:6820d255b812df7692d745f4d6d84bd47afae44a + src/apideck_unify/models/crm_notesoneop.py: + last_write_checksum: sha1:8eab3e8fef8b14dbe2b60bb14622dd5e0a24298f + src/apideck_unify/models/crm_notesupdateop.py: + last_write_checksum: sha1:343220e30aa5690dc79f0b002a328fc6a39f3d70 + src/apideck_unify/models/crm_opportunitiesaddop.py: + last_write_checksum: sha1:0f1c3cf64bf47a54dc6934253d7ae4fcf636e46a + src/apideck_unify/models/crm_opportunitiesallop.py: + last_write_checksum: sha1:726c5b6cae4252884d113727bc5b3dd2124a5986 + src/apideck_unify/models/crm_opportunitiesdeleteop.py: + last_write_checksum: sha1:77c5c93f2debca04a0db1ec1a9c527f561cc0e8f + src/apideck_unify/models/crm_opportunitiesoneop.py: + last_write_checksum: sha1:82ae64b496ab0438d8a10b5fb5f5852889fa80a9 + src/apideck_unify/models/crm_opportunitiesupdateop.py: + last_write_checksum: sha1:c6e8723e40af75639c3b8e96a6d17ae059baf1ba + src/apideck_unify/models/crm_pipelinesaddop.py: + last_write_checksum: sha1:75c3e7a2ec75010062444b4f40b60a7f7d63317b + src/apideck_unify/models/crm_pipelinesallop.py: + last_write_checksum: sha1:88b4919d0dcf5852e8aa66f8395c99a0106079eb + src/apideck_unify/models/crm_pipelinesdeleteop.py: + last_write_checksum: sha1:fa442b7182526e3fc3c6b73a75ea7f8bf170f96d + src/apideck_unify/models/crm_pipelinesoneop.py: + last_write_checksum: sha1:ab7519ee769e83f41b0b610fac1c1f1c59ad1418 + src/apideck_unify/models/crm_pipelinesupdateop.py: + last_write_checksum: sha1:894ecc9233c4cba4a894f8c91f498d274942a881 + src/apideck_unify/models/crm_usersaddop.py: + last_write_checksum: sha1:40f0b4024679b5b3c2a53b535c5ea7bf730fe091 + src/apideck_unify/models/crm_usersallop.py: + last_write_checksum: sha1:5558e2a144eec302151fc1dbb7451699f031c77d + src/apideck_unify/models/crm_usersdeleteop.py: + last_write_checksum: sha1:63285c0df32ec3308b374888df8c2589c7a67f41 + src/apideck_unify/models/crm_usersoneop.py: + last_write_checksum: sha1:7a392d7f4cb123137109a410a555e619a262e98f + src/apideck_unify/models/crm_usersupdateop.py: + last_write_checksum: sha1:bd47e7290ad0cf92e606c5e81fb0fef8874d46af + src/apideck_unify/models/currency.py: + last_write_checksum: sha1:9e6cad9ee5bd4b645b27e3542c791576bc5c8ff0 + src/apideck_unify/models/customer.py: + last_write_checksum: sha1:1f7f5821f199f52056fd632ac5eef58067f28b42 + src/apideck_unify/models/customersfilter.py: + last_write_checksum: sha1:6056561719f023025aaa96c4dae83c915549582e + src/apideck_unify/models/customerssort.py: + last_write_checksum: sha1:a92f2bfa92a6d3db55a24cf2fa0ef1f55988d730 + src/apideck_unify/models/customfield.py: + last_write_checksum: sha1:9a5d51825f55d56c0086efc7437c358b2b8985f7 + src/apideck_unify/models/customfieldfinder.py: + last_write_checksum: sha1:0d50dd418ca87059bb00a1760e637a083427843e + src/apideck_unify/models/custommapping.py: + last_write_checksum: sha1:444afe27cb0579f96b9ab51df53306217557cc7d + src/apideck_unify/models/custommapping_input.py: + last_write_checksum: sha1:c7dbe0467c9fe37e6f9ee27bb32cb9f2de0b7435 + src/apideck_unify/models/customobject.py: + last_write_checksum: sha1:ecccc9634e0e410099ec35259c9108bc4aeb85e2 + src/apideck_unify/models/customobjectschema.py: + last_write_checksum: sha1:e35ac70b2abc879acf7e86a21270e8b49979637f + src/apideck_unify/models/datascopes.py: + last_write_checksum: sha1:088bce0dc695a6a73e86dd22e403a77971bbbbc9 + src/apideck_unify/models/datascopes_input.py: + last_write_checksum: sha1:781504af73c5b9cf349d1592051787823218d561 + src/apideck_unify/models/datascopesresources.py: + last_write_checksum: sha1:2ea13ac839edb7a549fc2bc38779a4bfe0652a2f + src/apideck_unify/models/deduction.py: + last_write_checksum: sha1:9b136fee655038681eb0e56cec6cbc09ad0d9386 + src/apideck_unify/models/deleteaccountingdepartmentresponse.py: + last_write_checksum: sha1:582c7a07a1bce14274f41b1688c5c4d9e7dbe51e + src/apideck_unify/models/deleteaccountinglocationresponse.py: + last_write_checksum: sha1:d1d8b24779232e0c04c50868456327fdaa7bdcf6 + src/apideck_unify/models/deleteactivityresponse.py: + last_write_checksum: sha1:7c72fcce2c46370b472601e5b6e99a7a8900b156 + src/apideck_unify/models/deleteapplicantresponse.py: + last_write_checksum: sha1:390249a9d602923a0b48ebbff8e49b1bd2de04de + src/apideck_unify/models/deleteapplicationresponse.py: + last_write_checksum: sha1:b6b67972504634b8435a81360564908b88e358c8 + src/apideck_unify/models/deleteattachmentresponse.py: + last_write_checksum: sha1:f2e8e9e5314c1a77c870d2a830dae2b5a92e1d4b + src/apideck_unify/models/deletebankaccountresponse.py: + last_write_checksum: sha1:8098cc9d090c0842de82ae5e95b72238aab0f0ba + src/apideck_unify/models/deletebankfeedaccountresponse.py: + last_write_checksum: sha1:7e9cbc20824971faf0f49365b2f0402b587cba0b + src/apideck_unify/models/deletebankfeedstatementresponse.py: + last_write_checksum: sha1:dd585037f9a5795f043b6bc257a36ff61a6e5fb7 + src/apideck_unify/models/deletebillpaymentresponse.py: + last_write_checksum: sha1:7c504f45c5a64b69db34024efb002a814d318bee + src/apideck_unify/models/deletebillresponse.py: + last_write_checksum: sha1:c497f2300b9515a1ceae70e638aeb9dee492a6ba + src/apideck_unify/models/deletecommentresponse.py: + last_write_checksum: sha1:180021dbbeb4241dbb6d8bbc83bcc61358d6bedf + src/apideck_unify/models/deletecompanyresponse.py: + last_write_checksum: sha1:a17d93190f7c8f3c11fdb1e87ba08d163f55a9aa + src/apideck_unify/models/deleteconsumerresponse.py: + last_write_checksum: sha1:d857b259ff8b18feb9be4bab553f348eb6461588 + src/apideck_unify/models/deletecontactresponse.py: + last_write_checksum: sha1:046755f7e39a9ef2b425544f24439c61eb43679b + src/apideck_unify/models/deletecreditnoteresponse.py: + last_write_checksum: sha1:4d5aa04d0847623da57e78a2af8ff178a5d5c129 + src/apideck_unify/models/deletecustomerresponse.py: + last_write_checksum: sha1:152be51f349ff68191ad432608dab731152a1867 + src/apideck_unify/models/deletecustomobjectresponse.py: + last_write_checksum: sha1:a29a93fd710d41186da990da2ad19daddfdf8658 + src/apideck_unify/models/deletecustomobjectschemaresponse.py: + last_write_checksum: sha1:76fed641fa1021eea7995d500a8b2807816dcbfc + src/apideck_unify/models/deletedepartmentresponse.py: + last_write_checksum: sha1:22f00a421ce55b26c7cbf10d555f7f25823e4ff7 + src/apideck_unify/models/deletedrivegroupresponse.py: + last_write_checksum: sha1:84f0aaa2bb26bb23bca63acfc58e07459a4a23d8 + src/apideck_unify/models/deletedriveresponse.py: + last_write_checksum: sha1:c52af12c3fd18ea8b23332d809a24062d09d7f14 + src/apideck_unify/models/deleteemployeeresponse.py: + last_write_checksum: sha1:4b42ee5f48ae6ece11beafde29b9624361366014 + src/apideck_unify/models/deleteexpenseresponse.py: + last_write_checksum: sha1:140c9bb8ce1ad5e1a2c93707b6c2a2f07f595994 + src/apideck_unify/models/deletefileresponse.py: + last_write_checksum: sha1:1c064c1de5b1040e72b214c44827dc167f54cb97 + src/apideck_unify/models/deletefolderresponse.py: + last_write_checksum: sha1:014cc545334cac7a57c7b7f42071a573a87a0826 + src/apideck_unify/models/deletehriscompanyresponse.py: + last_write_checksum: sha1:670f2380308b9d109c6ca3c492a1084a490f2c69 + src/apideck_unify/models/deleteinvoiceresponse.py: + last_write_checksum: sha1:a09de960861a4ff3088453bbb4fe105b3a5e09b4 + src/apideck_unify/models/deletejournalentryresponse.py: + last_write_checksum: sha1:65f2a9de4d54a85ea429aeef73aea29eb14806b8 + src/apideck_unify/models/deleteleadresponse.py: + last_write_checksum: sha1:5b4fb2dc50fa2efa0bd26cdd671b2d330f3730be + src/apideck_unify/models/deleteledgeraccountresponse.py: + last_write_checksum: sha1:cf0a085848022e3a98f093c53e16808a3ca22f29 + src/apideck_unify/models/deletemessageresponse.py: + last_write_checksum: sha1:f0d140d9f39efcb63cf23b0f84ba106aaafb308e + src/apideck_unify/models/deletenoteresponse.py: + last_write_checksum: sha1:b4d33384d457fee18019ce147757fed54aaafc83 + src/apideck_unify/models/deleteopportunityresponse.py: + last_write_checksum: sha1:e0186552ad0f484a1b1d24c4d2053636ba0e25a1 + src/apideck_unify/models/deletepaymentresponse.py: + last_write_checksum: sha1:7a166e8e30c88c573af49bc94df7ff4ead1751dc + src/apideck_unify/models/deletepipelineresponse.py: + last_write_checksum: sha1:8395f333b3dc49b569eba0268573f4b1da97c273 + src/apideck_unify/models/deleteprojectresponse.py: + last_write_checksum: sha1:d408ea90a74898321919e0c6cecfa39699bf069b + src/apideck_unify/models/deletepurchaseorderresponse.py: + last_write_checksum: sha1:37e2059fe27ed9e5c6c7c7f685a9907247574ddd + src/apideck_unify/models/deletequoteresponse.py: + last_write_checksum: sha1:492fce611527fcbc20ed23c20d9b57b8606f8534 + src/apideck_unify/models/deletesharedlinkresponse.py: + last_write_checksum: sha1:0aa4b663b7b4d8efc6aaed7471e0a468b1083983 + src/apideck_unify/models/deletesubsidiaryresponse.py: + last_write_checksum: sha1:38d39c9d9671ee33a531ab28c5f8d65a0f1a1c1e + src/apideck_unify/models/deletesupplierresponse.py: + last_write_checksum: sha1:248df3865903a567257196ab90796b2a11f005e5 + src/apideck_unify/models/deletetaxrateresponse.py: + last_write_checksum: sha1:d869e36dea82ab99bcf257ecda30a0fabe2563ef + src/apideck_unify/models/deleteticketresponse.py: + last_write_checksum: sha1:a31c8ad07262fb815d8bb006c65620617b6895ac + src/apideck_unify/models/deletetimeoffrequestresponse.py: + last_write_checksum: sha1:0e0ef84e147f10aaa814130c3b425f691307d271 + src/apideck_unify/models/deletetrackingcategoryresponse.py: + last_write_checksum: sha1:47ce5082c680970a2db13fb51aa9131a9d2b670d + src/apideck_unify/models/deleteuploadsessionresponse.py: + last_write_checksum: sha1:277a281024b9e8fcee3fcdae01fb1d99498aa68a + src/apideck_unify/models/deleteuserresponse.py: + last_write_checksum: sha1:73f6c91e9944132a1c34b49b9c0e019f458386a9 + src/apideck_unify/models/deletewebhookresponse.py: + last_write_checksum: sha1:608c2d46449403f0ea6c54ce28289e9b11a29eda + src/apideck_unify/models/department.py: + last_write_checksum: sha1:bc64dcd29cad2ec9fbae0c9b8bf578ca5e8968d7 + src/apideck_unify/models/department_input.py: + last_write_checksum: sha1:a1e2a2113c83a8b77f6c283bfbb78f7f18005889 + src/apideck_unify/models/deprecatedlinkedsupplier.py: + last_write_checksum: sha1:cd9242528fb20ca5c3c6beabfe9696f8116fbb2a + src/apideck_unify/models/deprecatedlinkedsupplier_input.py: + last_write_checksum: sha1:cf74d7263d298b8c74ae1130b95126ebb354a902 + src/apideck_unify/models/deprecatedlinkedtrackingcategory.py: + last_write_checksum: sha1:18efc8252f753c5d3629f5eb407b499737920cb1 + src/apideck_unify/models/drive.py: + last_write_checksum: sha1:b5e04887ffc4f71d5cb4d3be2ad201541cf1f329 + src/apideck_unify/models/drive_input.py: + last_write_checksum: sha1:9ea7e43627de2ccc5bc0af4fd27e60fa5e7c8482 + src/apideck_unify/models/drivegroup.py: + last_write_checksum: sha1:a2b21c013dbdd3a3dabbe9be1f389e8238909306 + src/apideck_unify/models/drivegroup_input.py: + last_write_checksum: sha1:f57f3daf8dbc7dd7118fa44a13ab62ca1403a78e + src/apideck_unify/models/drivegroupsfilter.py: + last_write_checksum: sha1:44c6b4134ed1a9ae25596b1d7ce48615dd6570bb + src/apideck_unify/models/drivesfilter.py: + last_write_checksum: sha1:3d3101cc47ecf4cffd3caa6257a0627277ad8556 + src/apideck_unify/models/ecommerce_customersallop.py: + last_write_checksum: sha1:911910dbb66863d8bf924b9ee535f21b9800926f + src/apideck_unify/models/ecommerce_customersoneop.py: + last_write_checksum: sha1:d2d5463536dccb8a96304731f196b0ac7a50330e + src/apideck_unify/models/ecommerce_ordersallop.py: + last_write_checksum: sha1:51a1f1651c87bc42474e1acb0e84ade0aa57dc14 + src/apideck_unify/models/ecommerce_ordersoneop.py: + last_write_checksum: sha1:1253f87dd1ca5c49ab136c7c797973b7cf177745 + src/apideck_unify/models/ecommerce_productsallop.py: + last_write_checksum: sha1:127e573307962e747d946f97fd17a1c879a940cb + src/apideck_unify/models/ecommerce_productsoneop.py: + last_write_checksum: sha1:e1402928cfc4b03bba50f7a5d945af78260effcf + src/apideck_unify/models/ecommerce_storesoneop.py: + last_write_checksum: sha1:5c6d8508fd402b5f3fd4f96ac64deb625e4a6edb + src/apideck_unify/models/ecommerceaddress.py: + last_write_checksum: sha1:f4c3877c5b82ceca8079357ef809ee2b99202e3a + src/apideck_unify/models/ecommercecustomer.py: + last_write_checksum: sha1:4bb086187bf8309e972042729a5638b23dbf005c + src/apideck_unify/models/ecommercecustomersfilter.py: + last_write_checksum: sha1:ffa2746c3ec42bae733f1cb5105d4ce245aad012 + src/apideck_unify/models/ecommercediscount.py: + last_write_checksum: sha1:b9693ab902824a62c1c7016d7cf0cd91170945a5 + src/apideck_unify/models/ecommerceorder.py: + last_write_checksum: sha1:1cc7925608a8c070d1e19a78d4bd78873c17c08f + src/apideck_unify/models/ecommerceorderlineitem.py: + last_write_checksum: sha1:208188bf70239016efb29a7aff0b84849eb37bb1 + src/apideck_unify/models/ecommerceorderrefund.py: + last_write_checksum: sha1:686df86a374c04b991b309fb9b7a0cf6c36fc6cc + src/apideck_unify/models/ecommerceordersfilter.py: + last_write_checksum: sha1:627e9e3a87fff921165fe2030fe990562eba9ea0 + src/apideck_unify/models/ecommerceorderstatus.py: + last_write_checksum: sha1:49449f182abdcce0f9fd88849d35424c3a93b694 + src/apideck_unify/models/ecommerceproduct.py: + last_write_checksum: sha1:0c08ddbeb6d91709c3e912f984d87afe46cdb80c + src/apideck_unify/models/ecommerceproductsfilter.py: + last_write_checksum: sha1:505b81f70097891fa6c7255e71ef3cdb71282a55 + src/apideck_unify/models/ecommercestore.py: + last_write_checksum: sha1:e5f8010beddac30dee9384055c36627585651204 + src/apideck_unify/models/email.py: + last_write_checksum: sha1:87daa8c7b98913ed6704d4794d3e4d2dbb30cd56 + src/apideck_unify/models/employee.py: + last_write_checksum: sha1:4672189f581d215d2a2e9caad342d57f723b759b + src/apideck_unify/models/employeecompensation.py: + last_write_checksum: sha1:65df85d838519d703d89a0c7251a9a1a859100a0 + src/apideck_unify/models/employeejob.py: + last_write_checksum: sha1:e58a337d8c4d30e33083a681cb1638a59635cfe5 + src/apideck_unify/models/employeepayroll.py: + last_write_checksum: sha1:ce77389c81ec43189a114bc516a11816e8c77967 + src/apideck_unify/models/employeeschedules.py: + last_write_checksum: sha1:c8aad9ab0568e40bcc513af0f9053f2769f25211 + src/apideck_unify/models/employeesfilter.py: + last_write_checksum: sha1:08f91c58afd4a66491ee361616364f6371ca1e26 + src/apideck_unify/models/employeesonefilter.py: + last_write_checksum: sha1:b50afbcd0a92a9340666de110dc7e39c23dc36f6 + src/apideck_unify/models/employeessort.py: + last_write_checksum: sha1:dc1ff99e2e704887fafb999bb0bba4dcda1bf147 + src/apideck_unify/models/employmentstatus.py: + last_write_checksum: sha1:ae76a2792fcfffc6827b118c11dcfb9ad0b8b916 + src/apideck_unify/models/expense.py: + last_write_checksum: sha1:8825e655d6aefb702b3a8d771693545f87ee954b + src/apideck_unify/models/expenselineitem.py: + last_write_checksum: sha1:2cebb6be12ff19c3957855246b78638cc2874908 + src/apideck_unify/models/expenselineitem_input.py: + last_write_checksum: sha1:25b1cb10b994dd07cc1767c130185a5d071da3bd + src/apideck_unify/models/expensesfilter.py: + last_write_checksum: sha1:a9d2c4afeec04d9d0d39fddeef14ad800bf4d7a9 + src/apideck_unify/models/filesfilter.py: + last_write_checksum: sha1:204229b627c86578082e0225855752c31825ad79 + src/apideck_unify/models/filessearch.py: + last_write_checksum: sha1:9a68ff56f3bdb55d7d220a4fdceae56b0388b920 + src/apideck_unify/models/filessort.py: + last_write_checksum: sha1:497b8ef3ad3d6390ff1158d04311f83e942c5575 + src/apideck_unify/models/filestorage_drivegroupsaddop.py: + last_write_checksum: sha1:ebd34bf9bb34660661edfb2293073b30ed97c0ef + src/apideck_unify/models/filestorage_drivegroupsallop.py: + last_write_checksum: sha1:f03fdaadc7b823474a4c83a0da2c187948fb6470 + src/apideck_unify/models/filestorage_drivegroupsdeleteop.py: + last_write_checksum: sha1:a54179ffbfd54836da697381f1c899897d2781f5 + src/apideck_unify/models/filestorage_drivegroupsoneop.py: + last_write_checksum: sha1:e4dd66446d5102681bdf5917e4865d9bd1b4bb4e + src/apideck_unify/models/filestorage_drivegroupsupdateop.py: + last_write_checksum: sha1:b09870d3531b22f06ec6ac8a20a1eb520caca0aa + src/apideck_unify/models/filestorage_drivesaddop.py: + last_write_checksum: sha1:6df61ce330bbf150d8d0814d44165a7f5cbe2371 + src/apideck_unify/models/filestorage_drivesallop.py: + last_write_checksum: sha1:fd9f995e8f2c2b7efdfb9d9bc0f1beabe50b7ea1 + src/apideck_unify/models/filestorage_drivesdeleteop.py: + last_write_checksum: sha1:4899d969fbd0ae62b731b6d87e7fdf2efa7043e8 + src/apideck_unify/models/filestorage_drivesoneop.py: + last_write_checksum: sha1:851a9e14d5440d9a956b526c12e40e61c47f1073 + src/apideck_unify/models/filestorage_drivesupdateop.py: + last_write_checksum: sha1:bebf19403298d8e5b06307663091d40bcae517a9 + src/apideck_unify/models/filestorage_filesallop.py: + last_write_checksum: sha1:cdd0afb899633641d9d2f1e0e3000826d6e7ac5d + src/apideck_unify/models/filestorage_filesdeleteop.py: + last_write_checksum: sha1:03ad0e39e157d0f77a30e0e88434589d1c36593c + src/apideck_unify/models/filestorage_filesdownloadop.py: + last_write_checksum: sha1:0be5ab94393fa16058f83ceda0919435feed77a9 + src/apideck_unify/models/filestorage_filesexportop.py: + last_write_checksum: sha1:21a865f730a3e04c7cc7002f7033fdf70a94c818 + src/apideck_unify/models/filestorage_filesoneop.py: + last_write_checksum: sha1:7a5a2e77a594e2e199ef65c08641360ab504da69 + src/apideck_unify/models/filestorage_filessearchop.py: + last_write_checksum: sha1:bf8f9398e661a28c1b120d9280c984af9c18bd38 + src/apideck_unify/models/filestorage_filesupdateop.py: + last_write_checksum: sha1:d21dfc7f1e04ccaf8c3b233395c3ab1ba5a3ba40 + src/apideck_unify/models/filestorage_foldersaddop.py: + last_write_checksum: sha1:130400111f5e5bb56ae375edb3a93737cc3f38d0 + src/apideck_unify/models/filestorage_folderscopyop.py: + last_write_checksum: sha1:85dd05853bfdfc83c02199e0265fd0e03feaf848 + src/apideck_unify/models/filestorage_foldersdeleteop.py: + last_write_checksum: sha1:67874e9607516045acd05e2a0b82fd6f7bf13841 + src/apideck_unify/models/filestorage_foldersoneop.py: + last_write_checksum: sha1:e3292a9c76b99cdfd04967147a4e655a7905897c + src/apideck_unify/models/filestorage_foldersupdateop.py: + last_write_checksum: sha1:17d0be753ced0422f9553ad1afc96f75de289291 + src/apideck_unify/models/filestorage_sharedlinksaddop.py: + last_write_checksum: sha1:cfae4f352a4cbe815db9fc8520ffa28e089c010e + src/apideck_unify/models/filestorage_sharedlinksallop.py: + last_write_checksum: sha1:2bbfd5ddd3b9544f3bab27cfd7559a550b760ceb + src/apideck_unify/models/filestorage_sharedlinksdeleteop.py: + last_write_checksum: sha1:4ee81e986e41ac8ed2dfed19e64c1a046ce15425 + src/apideck_unify/models/filestorage_sharedlinksoneop.py: + last_write_checksum: sha1:86f9fdce4600594b160f49040f67ca60bc22bf00 + src/apideck_unify/models/filestorage_sharedlinksupdateop.py: + last_write_checksum: sha1:1a7954b527fc7e715513adb7cf20b230d86de4e5 + src/apideck_unify/models/filestorage_uploadsessionsaddop.py: + last_write_checksum: sha1:e7e4ac99a754657bea7f5e8912d4468dcf8c5b3a + src/apideck_unify/models/filestorage_uploadsessionsdeleteop.py: + last_write_checksum: sha1:2efcbfe385b82817ff5082f365315d01099cb4e7 + src/apideck_unify/models/filestorage_uploadsessionsfinishop.py: + last_write_checksum: sha1:78fa86cea85081da92dcf9337cf45ec135e05e99 + src/apideck_unify/models/filestorage_uploadsessionsoneop.py: + last_write_checksum: sha1:b52ff4e67e76d4c93df169014325b23b6e4d812a + src/apideck_unify/models/filestorage_uploadsessionsuploadop.py: + last_write_checksum: sha1:a13401d3350e2ded858b5f872db2845b19ec6e4c + src/apideck_unify/models/filetype.py: + last_write_checksum: sha1:07603e641ddb462b324446c47e8c7ed0180da64d + src/apideck_unify/models/folder.py: + last_write_checksum: sha1:d490841eeed26cc60a5fd177f35207923b1c8080 + src/apideck_unify/models/formfield.py: + last_write_checksum: sha1:93cf68b55d761100b236cf12d0ef79dc3dbed6d4 + src/apideck_unify/models/formfieldoption.py: + last_write_checksum: sha1:7112154511634b1042ebe34423e5eb3a47bd67f1 + src/apideck_unify/models/formfieldoptiongroup.py: + last_write_checksum: sha1:918800be01de93db0f4c0047116fdf6e9950a818 + src/apideck_unify/models/gender.py: + last_write_checksum: sha1:2a348495bda5535e00822b58b7092be64afb45ab + src/apideck_unify/models/getaccountingdepartmentresponse.py: + last_write_checksum: sha1:53015e70bd786bd920cc2e75b13ca3d8d1332090 + src/apideck_unify/models/getaccountingdepartmentsresponse.py: + last_write_checksum: sha1:b71707f1e776f9fcd7432ff3113c57bf077ae8b1 + src/apideck_unify/models/getaccountinglocationresponse.py: + last_write_checksum: sha1:2650aefb668e4e7760e27a1731380110a725478a + src/apideck_unify/models/getaccountinglocationsresponse.py: + last_write_checksum: sha1:1dcd3baacc68aae440eedbb5984c184767a29559 + src/apideck_unify/models/getactivitiesresponse.py: + last_write_checksum: sha1:a0ccae8748c57e88ac6e760aef40a9fd97d50377 + src/apideck_unify/models/getactivityresponse.py: + last_write_checksum: sha1:ff133faee63fcf83a6ccd480790efd51ae21cc98 + src/apideck_unify/models/getagedcreditorsresponse.py: + last_write_checksum: sha1:4a478ab5263f91b82b5b54fa8abca3f0b3279ea8 + src/apideck_unify/models/getageddebtorsresponse.py: + last_write_checksum: sha1:c331ee3defb49813ab6fbc877225d13d0e95b10b + src/apideck_unify/models/getapiresourcecoverageresponse.py: + last_write_checksum: sha1:3fd43b533a94f99c8a754ca812448ee1801e7a9f + src/apideck_unify/models/getapiresourceresponse.py: + last_write_checksum: sha1:579e167bcd6d67d2d965b3c54ad0531ef37f060e + src/apideck_unify/models/getapiresponse.py: + last_write_checksum: sha1:8638e2af2b782b5901b86403b96a67d722a390af + src/apideck_unify/models/getapisresponse.py: + last_write_checksum: sha1:3e32cc1394ecd644a3c0f7f4cb40e6f32e0a289f + src/apideck_unify/models/getapplicantresponse.py: + last_write_checksum: sha1:fb4f3e18a497b6b60bdba36c4b1ff064fc115598 + src/apideck_unify/models/getapplicantsresponse.py: + last_write_checksum: sha1:1f24fdb80d265b826c48176ec038c7aea95cbd11 + src/apideck_unify/models/getapplicationresponse.py: + last_write_checksum: sha1:810b604df6285446ddb813743cf84d346ad32caf + src/apideck_unify/models/getapplicationsresponse.py: + last_write_checksum: sha1:72b4337a3e28c50964c24d62ab752bdf3536335a + src/apideck_unify/models/getattachmentresponse.py: + last_write_checksum: sha1:741e14fa67a12b7cf59541d998805b317144d018 + src/apideck_unify/models/getattachmentsresponse.py: + last_write_checksum: sha1:2565224826cb1704ab66ff94601fd95fb30afa85 + src/apideck_unify/models/getbalancesheetresponse.py: + last_write_checksum: sha1:fc015272712996b52892b51e87445077acf3ac11 + src/apideck_unify/models/getbankaccountresponse.py: + last_write_checksum: sha1:800195567c5f57afa14c74f8f35c9c2f06e84e05 + src/apideck_unify/models/getbankaccountsresponse.py: + last_write_checksum: sha1:0596919f19f0847a952731a3bef714611a6cc824 + src/apideck_unify/models/getbankfeedaccountresponse.py: + last_write_checksum: sha1:44663a8b5fa48280cf349a0958f9aff731afcd8d + src/apideck_unify/models/getbankfeedaccountsresponse.py: + last_write_checksum: sha1:fa2d4c900f19574123f0dcdaad131fc7509373f9 + src/apideck_unify/models/getbankfeedstatementresponse.py: + last_write_checksum: sha1:40717000632a2daa1e3a01e11531c7a3449a163a + src/apideck_unify/models/getbankfeedstatementsresponse.py: + last_write_checksum: sha1:c228eab0480e786a4a8d2f951f3ecb9644fa999d + src/apideck_unify/models/getbillpaymentresponse.py: + last_write_checksum: sha1:7807df484bce059193cac89897a6813f52d8746a + src/apideck_unify/models/getbillpaymentsresponse.py: + last_write_checksum: sha1:8e85356a64c71b8f2b4df45b3817e492e2c8d0a3 + src/apideck_unify/models/getbillresponse.py: + last_write_checksum: sha1:07ed28ff071b9ef6823c8f5b741f34c298e5c43a + src/apideck_unify/models/getbillsresponse.py: + last_write_checksum: sha1:43618a0943f0a242295ea4c4d74e12a114ab1061 + src/apideck_unify/models/getcategoriesresponse.py: + last_write_checksum: sha1:a2b0d2b12b3cf2c239c7f84b66df117275bda830 + src/apideck_unify/models/getcategoryresponse.py: + last_write_checksum: sha1:b3a71ebe440487912f7cebd8fea99d0ee34c4dcc + src/apideck_unify/models/getcollectionresponse.py: + last_write_checksum: sha1:dff83f0a25728193a1e7ef666c41315184fe297a + src/apideck_unify/models/getcollectionsresponse.py: + last_write_checksum: sha1:57c28a92204679df08f82143224112a8b445be19 + src/apideck_unify/models/getcollectiontagsresponse.py: + last_write_checksum: sha1:bd54f49d5c5fbcf76a3c4d3b67b77227343bbff4 + src/apideck_unify/models/getcollectionuserresponse.py: + last_write_checksum: sha1:becff40b3f850b10fdb95ddf1d7d3c50efdd0265 + src/apideck_unify/models/getcollectionusersresponse.py: + last_write_checksum: sha1:af6b281639665938cb43d9d61222acfbdb17377b + src/apideck_unify/models/getcommentresponse.py: + last_write_checksum: sha1:7deef7d2308f12a914d67e875e6b4079fe949961 + src/apideck_unify/models/getcommentsresponse.py: + last_write_checksum: sha1:c52bb344713b071944eb9130217d02e45543380c + src/apideck_unify/models/getcompaniesresponse.py: + last_write_checksum: sha1:528d5a4ae5e5cd857c2bd2ca27a7fe36321f0a01 + src/apideck_unify/models/getcompanyinforesponse.py: + last_write_checksum: sha1:60a139ea37fa3af23d4c9224947796365b5b36d1 + src/apideck_unify/models/getcompanyresponse.py: + last_write_checksum: sha1:20178cae30f91b16ca335a94f4c1b2d4ba766673 + src/apideck_unify/models/getconnectionresponse.py: + last_write_checksum: sha1:6d57d48dd49cdb5a5caabad9634a16ebed0a21d4 + src/apideck_unify/models/getconnectionsresponse.py: + last_write_checksum: sha1:368ba40f16b103a5fc25a44a7515c913d920e54e + src/apideck_unify/models/getconnectorresourceresponse.py: + last_write_checksum: sha1:f56c2f3bd70f3ccb751cedc3e1c47bb0d390599e + src/apideck_unify/models/getconnectorresponse.py: + last_write_checksum: sha1:110446993a0c5b7d764634545d0625a1d10349f0 + src/apideck_unify/models/getconnectorsresponse.py: + last_write_checksum: sha1:d44026f4344ba105d8af92190bd281b63d1bd207 + src/apideck_unify/models/getconsentrecordsresponse.py: + last_write_checksum: sha1:058a9fe0b757a1285d352a07d1b06cd6f145dab3 + src/apideck_unify/models/getconsumerresponse.py: + last_write_checksum: sha1:7d904a83f16b621dbe659776f9e92f020b5b4ecd + src/apideck_unify/models/getconsumersresponse.py: + last_write_checksum: sha1:bdb2f6e7378c7234b86c685a5650fb5004b7b3a4 + src/apideck_unify/models/getcontactresponse.py: + last_write_checksum: sha1:22f46d34d4e88aae86ae921b241f661c3461998b + src/apideck_unify/models/getcontactsresponse.py: + last_write_checksum: sha1:507e286cc2e15b4f5a99af3d1c5faadabed2f263 + src/apideck_unify/models/getcreditnoteresponse.py: + last_write_checksum: sha1:5d633b04532b37e4f62d48849fe4043b9f7b365f + src/apideck_unify/models/getcreditnotesresponse.py: + last_write_checksum: sha1:1947bc9d3ed2ac877b1a1a48ae28bd9f0eec4912 + src/apideck_unify/models/getcustomerresponse.py: + last_write_checksum: sha1:f8b551224543a5ecdeefc863e68573de764221d7 + src/apideck_unify/models/getcustomersresponse.py: + last_write_checksum: sha1:1f6a362c34be58a1e6515e278f32a14ac7fc08bb + src/apideck_unify/models/getcustomfieldsresponse.py: + last_write_checksum: sha1:61b693e77a9e4fab531615269824634e010dda7f + src/apideck_unify/models/getcustommappingsresponse.py: + last_write_checksum: sha1:78bb9db2e135daa3b1cd4ae0ef486818f17e6dc8 + src/apideck_unify/models/getcustomobjectresponse.py: + last_write_checksum: sha1:b52deb47782661f73c799e325b7fdf56e7bf37ba + src/apideck_unify/models/getcustomobjectschemaresponse.py: + last_write_checksum: sha1:4adfdc0f7101202ff5763710beaa9047a23b759b + src/apideck_unify/models/getcustomobjectschemasresponse.py: + last_write_checksum: sha1:44a1eb590300455a14fd91541f0077aa58c49839 + src/apideck_unify/models/getcustomobjectsresponse.py: + last_write_checksum: sha1:3f5cd9ad68aae2bd0155f27742ab66c62cff2bd0 + src/apideck_unify/models/getdepartmentresponse.py: + last_write_checksum: sha1:e399c3b9474e25644b1c2909511783f0d189f36f + src/apideck_unify/models/getdepartmentsresponse.py: + last_write_checksum: sha1:4608ba0b469b0173a746b3136e0a4f6d94f52f5a + src/apideck_unify/models/getdrivegroupresponse.py: + last_write_checksum: sha1:b09f40509a9c3f207945afdaf9bdc06b69820efe + src/apideck_unify/models/getdrivegroupsresponse.py: + last_write_checksum: sha1:cf9f6866c6c6b91ae55f7247c06c03c5374eead2 + src/apideck_unify/models/getdriveresponse.py: + last_write_checksum: sha1:e03415fe3e26e4a5375b19bcd5326df5a5b6c004 + src/apideck_unify/models/getdrivesresponse.py: + last_write_checksum: sha1:a7a77f50208fdbc0af503b946607e078fa848553 + src/apideck_unify/models/getecommercecustomerresponse.py: + last_write_checksum: sha1:16ac86a98532fabae4ce05bc4f28a597238b2009 + src/apideck_unify/models/getecommercecustomersresponse.py: + last_write_checksum: sha1:7172c0ab1a010f282daf923d34fd230b4e617b6c + src/apideck_unify/models/getecommerceorderresponse.py: + last_write_checksum: sha1:58a6f5049d6d952286378532ac7eee8856a5f2dc + src/apideck_unify/models/getecommerceordersresponse.py: + last_write_checksum: sha1:1917513fd8d4d21915594ef1c0f96fa5a2bfd9d8 + src/apideck_unify/models/getemployeepayrollresponse.py: + last_write_checksum: sha1:778d1ae8faef0014f1c144cd6b294592896464eb + src/apideck_unify/models/getemployeepayrollsresponse.py: + last_write_checksum: sha1:eea0a85b0786d7dbe2021231da9a4e459447960a + src/apideck_unify/models/getemployeeresponse.py: + last_write_checksum: sha1:ebed406aba4ddab44dd631b73b05709fbc4cbd76 + src/apideck_unify/models/getemployeeschedulesresponse.py: + last_write_checksum: sha1:12dd5a3cab2f37a603c0ba322d15dd352b21f2ad + src/apideck_unify/models/getemployeesresponse.py: + last_write_checksum: sha1:2e603d78b6ebcf19d65fbad94f03659e66f076dc + src/apideck_unify/models/getexpenseresponse.py: + last_write_checksum: sha1:b022fe3279124f0bfeff7fe61839c36e1881d186 + src/apideck_unify/models/getexpensesresponse.py: + last_write_checksum: sha1:cb28519da4e149977a9ca50296c2086f7738863b + src/apideck_unify/models/getfileresponse.py: + last_write_checksum: sha1:64724a8a5cebf1ac671adbbbe503bf31a913e617 + src/apideck_unify/models/getfilesresponse.py: + last_write_checksum: sha1:a69f07d2b222d7b7757fa34f43a9fb080f4ad26f + src/apideck_unify/models/getfolderresponse.py: + last_write_checksum: sha1:1f6c78c9dcfad2241eb813aabcb5beb21d2647b1 + src/apideck_unify/models/gethriscompaniesresponse.py: + last_write_checksum: sha1:60c3d9052f3899f6fb15f1ec4cfe4a4347471f7f + src/apideck_unify/models/gethriscompanyresponse.py: + last_write_checksum: sha1:c693fa5e1e4569906d6864da85a8d26ce09960b4 + src/apideck_unify/models/getinvoiceitemresponse.py: + last_write_checksum: sha1:be746438d25e055a7a2fe5ecac5809114ff32c94 + src/apideck_unify/models/getinvoiceitemsresponse.py: + last_write_checksum: sha1:cb7c7405038a996cd8d454ea1a032d9d366a9297 + src/apideck_unify/models/getinvoiceresponse.py: + last_write_checksum: sha1:f642d2e52f3dacfb40defe5aa15f17b6a38a8f81 + src/apideck_unify/models/getinvoicesresponse.py: + last_write_checksum: sha1:9d3e53a19e0397a9d644a346550c95680a73a826 + src/apideck_unify/models/getjobresponse.py: + last_write_checksum: sha1:1cdb2a000a01ca9f0ade213032e624e7740fad27 + src/apideck_unify/models/getjobsresponse.py: + last_write_checksum: sha1:b173a55e78cf29c25ddccabce40f7e89b65a016e + src/apideck_unify/models/getjournalentriesresponse.py: + last_write_checksum: sha1:cf9d910c7850cce3dcf361d7d00b90305e4d62f8 + src/apideck_unify/models/getjournalentryresponse.py: + last_write_checksum: sha1:354b22c4ca670efb2be4cee05672fbb0daf8ea10 + src/apideck_unify/models/getleadresponse.py: + last_write_checksum: sha1:02ed6bce82a844718ab9f3f942f7ed940e36fe23 + src/apideck_unify/models/getleadsresponse.py: + last_write_checksum: sha1:ee6a3302b753b40bddd1d99b4262e7feba30af5d + src/apideck_unify/models/getledgeraccountresponse.py: + last_write_checksum: sha1:f1091715054d1381ae5bba20a52903a8548731e8 + src/apideck_unify/models/getledgeraccountsresponse.py: + last_write_checksum: sha1:c4fdfb4a98d134c468cf6b5cd9ee12eb486d9930 + src/apideck_unify/models/getlogsresponse.py: + last_write_checksum: sha1:c8bd7668c2ebf6de00985f77890be8cb65c61120 + src/apideck_unify/models/getmessageresponse.py: + last_write_checksum: sha1:f041fda4be56e791004f295387527b7c6517579c + src/apideck_unify/models/getmessagesresponse.py: + last_write_checksum: sha1:b4f6cbb4b1a2fb636eaa200f292acc96f15472fb + src/apideck_unify/models/getnoteresponse.py: + last_write_checksum: sha1:9b316285058580e3dbde19276f05203c0a282245 + src/apideck_unify/models/getnotesresponse.py: + last_write_checksum: sha1:13c3d4a3a5129b44bc84c68d52fc4bf6dc9617ee + src/apideck_unify/models/getopportunitiesresponse.py: + last_write_checksum: sha1:bda56871a281901a387ddd06e981d99ec6449a94 + src/apideck_unify/models/getopportunityresponse.py: + last_write_checksum: sha1:55da5ecf61162566659352f9f8c8739ae6864acc + src/apideck_unify/models/getpaymentresponse.py: + last_write_checksum: sha1:5ec740dc281894a3ce15a303db86770c57b0c3a9 + src/apideck_unify/models/getpaymentsresponse.py: + last_write_checksum: sha1:d3bf54ec3cd3234852d92f30ef31efd5dbb7764b + src/apideck_unify/models/getpayrollresponse.py: + last_write_checksum: sha1:5e21e75312db214d5ffd11938bf1fe6025cb2253 + src/apideck_unify/models/getpayrollsresponse.py: + last_write_checksum: sha1:089a52d3b491541484f5bf7127e17fba98188000 + src/apideck_unify/models/getpipelineresponse.py: + last_write_checksum: sha1:c3b8c7332bb55aa4e356de34b1cd0e864cdd00fe + src/apideck_unify/models/getpipelinesresponse.py: + last_write_checksum: sha1:a3202ac7e7a5a933b84b5d2e8c744d215ed8b0ea + src/apideck_unify/models/getproductresponse.py: + last_write_checksum: sha1:116a9aa9953d4b57ab91a36331d9be49176002df + src/apideck_unify/models/getproductsresponse.py: + last_write_checksum: sha1:062414806d9927b129c3bd94da238f04edd5e6f6 + src/apideck_unify/models/getprofitandlossresponse.py: + last_write_checksum: sha1:ec75293f5ef2dbdc45755324020243c1222f9a82 + src/apideck_unify/models/getprojectresponse.py: + last_write_checksum: sha1:bcf0156ad469daadabe2b3de39f19cd80c725334 + src/apideck_unify/models/getprojectsresponse.py: + last_write_checksum: sha1:342a0b20c074d8f08cc98e2883554e951bc0b1f6 + src/apideck_unify/models/getpurchaseorderresponse.py: + last_write_checksum: sha1:b604e2dfec83f88533a8c728198df9051b940918 + src/apideck_unify/models/getpurchaseordersresponse.py: + last_write_checksum: sha1:00c970749fb89f7805df4fd54901067320e50cf8 + src/apideck_unify/models/getquoteresponse.py: + last_write_checksum: sha1:9f4e62dcbe61f9c790eebf7d89e2b6618ae06165 + src/apideck_unify/models/getquotesresponse.py: + last_write_checksum: sha1:f85a63c51381ee96bf505eb5b869c4e2422628ff + src/apideck_unify/models/getsharedlinkresponse.py: + last_write_checksum: sha1:28379cbab63c7e87ad3bdfd16faafc00b12e7a61 + src/apideck_unify/models/getsharedlinksresponse.py: + last_write_checksum: sha1:6154f69685c6acfc6a0fc332289758142155eb6f + src/apideck_unify/models/getstoreresponse.py: + last_write_checksum: sha1:beefb18184c7f070439a78d07bd1baa7a7edf19c + src/apideck_unify/models/getsubsidiariesresponse.py: + last_write_checksum: sha1:ed2d29a9ecbb2ae13a277b269695a55d4ad501a5 + src/apideck_unify/models/getsubsidiaryresponse.py: + last_write_checksum: sha1:47302eb3da384a58fd01844ae56de92205dd1945 + src/apideck_unify/models/getsupplierresponse.py: + last_write_checksum: sha1:25610ff22c5dbf603f7e0b4012e413d1fccd081d + src/apideck_unify/models/getsuppliersresponse.py: + last_write_checksum: sha1:947fc1d062facd0aaa14bd1533d540c5967e7779 + src/apideck_unify/models/gettaxrateresponse.py: + last_write_checksum: sha1:b596ab7898bdd9c1b2b198e3ae97e601f5c10e97 + src/apideck_unify/models/gettaxratesresponse.py: + last_write_checksum: sha1:1d7cacd18406d0ab86b50e92971e9a6982721352 + src/apideck_unify/models/getticketresponse.py: + last_write_checksum: sha1:37aeb51987ec1b594dd6e63794d3113cd85b050a + src/apideck_unify/models/getticketsresponse.py: + last_write_checksum: sha1:bafa60a3ccc2297e2a3444cccfc8601a8806df7a + src/apideck_unify/models/gettimeoffrequestresponse.py: + last_write_checksum: sha1:59b5bca7d2e71c7c8a12e722838c6f722a284afa + src/apideck_unify/models/gettimeoffrequestsresponse.py: + last_write_checksum: sha1:aa20b11f912f51f1c9b25b9c60bcfc2716375b62 + src/apideck_unify/models/gettrackingcategoriesresponse.py: + last_write_checksum: sha1:f3917a6d9fc46a242fdbc583bfbef3426aa0a2e2 + src/apideck_unify/models/gettrackingcategoryresponse.py: + last_write_checksum: sha1:e2849773621da404c24030632993ea53caf25cf6 + src/apideck_unify/models/getuploadsessionresponse.py: + last_write_checksum: sha1:e8cc9a7c9393d2f977285ca6a488be1121578acc + src/apideck_unify/models/getuserresponse.py: + last_write_checksum: sha1:89f60e25fa8eba478159f061c63e44b37dacc657 + src/apideck_unify/models/getusersresponse.py: + last_write_checksum: sha1:b6a93623bb56555492ff85446bbc75ddb10872f7 + src/apideck_unify/models/getwebhookeventlogsresponse.py: + last_write_checksum: sha1:784a9831bb1c0191d4bcb0954d815cfa36becadb + src/apideck_unify/models/getwebhookresponse.py: + last_write_checksum: sha1:c3b3060a998e82f692c7bac74c79cf6129559d08 + src/apideck_unify/models/getwebhooksresponse.py: + last_write_checksum: sha1:d92277d3da868a4eed17d4fb129e14553e3f4a16 + src/apideck_unify/models/hris_companiesaddop.py: + last_write_checksum: sha1:9c28486c38520844b76b374a94020ec1121ac188 + src/apideck_unify/models/hris_companiesallop.py: + last_write_checksum: sha1:751cd48f42ffd6424c0843d0cec17077790ba972 + src/apideck_unify/models/hris_companiesdeleteop.py: + last_write_checksum: sha1:4da9587efae25401c64b3bdcefee4a649f9c0793 + src/apideck_unify/models/hris_companiesoneop.py: + last_write_checksum: sha1:0bf4452e8545eec4586e3c46a175891028e9ac18 + src/apideck_unify/models/hris_companiesupdateop.py: + last_write_checksum: sha1:93029e07622e51108f3cc394b63a2dfe7133dfd3 + src/apideck_unify/models/hris_departmentsaddop.py: + last_write_checksum: sha1:726c767fbccdc6363f9dd958605eb3db8c40191b + src/apideck_unify/models/hris_departmentsallop.py: + last_write_checksum: sha1:d6bd610e28c672465dd59957795e4592e84622fd + src/apideck_unify/models/hris_departmentsdeleteop.py: + last_write_checksum: sha1:ea9e9fd1ee7ff8e1981ea67a4025672513e9e3f1 + src/apideck_unify/models/hris_departmentsoneop.py: + last_write_checksum: sha1:0fe23f053ac9a366f84c3b92beedf174c73a6ba3 + src/apideck_unify/models/hris_departmentsupdateop.py: + last_write_checksum: sha1:e47e089b933d4ee1ed5cc390eb00565766d555a8 + src/apideck_unify/models/hris_employeepayrollsallop.py: + last_write_checksum: sha1:a35761bab48eb61b7d3fa656a79e55da685b0188 + src/apideck_unify/models/hris_employeepayrollsoneop.py: + last_write_checksum: sha1:1bf3dac187ccafd4c102af631d41832502cc4091 + src/apideck_unify/models/hris_employeesaddop.py: + last_write_checksum: sha1:2f77b600c89fa8b8fe6a2e3b344107caca628fa9 + src/apideck_unify/models/hris_employeesallop.py: + last_write_checksum: sha1:ecacf8c0d4643f56fe187a8bf19b52477323fb15 + src/apideck_unify/models/hris_employeeschedulesallop.py: + last_write_checksum: sha1:4348adc17745bfa307c465a0ac80be066c3216ac + src/apideck_unify/models/hris_employeesdeleteop.py: + last_write_checksum: sha1:59a22e02b8a38dea78bf1b4eb4ebb41663d01166 + src/apideck_unify/models/hris_employeesoneop.py: + last_write_checksum: sha1:23c09d8949436103fdfd803258f7c838e3ef92c2 + src/apideck_unify/models/hris_employeesupdateop.py: + last_write_checksum: sha1:145e8679bc2e008ae72d0304c7af98f727572677 + src/apideck_unify/models/hris_payrollsallop.py: + last_write_checksum: sha1:56a5c2c0eae1b169cca728643b24fd8fce884a15 + src/apideck_unify/models/hris_payrollsoneop.py: + last_write_checksum: sha1:43561c13866be6f2effa08f6006f48973a991794 + src/apideck_unify/models/hris_timeoffrequestsaddop.py: + last_write_checksum: sha1:2e832d9e9aa3a74299c168e7dfc7eff474d521c2 + src/apideck_unify/models/hris_timeoffrequestsallop.py: + last_write_checksum: sha1:6edf3894741033f8a9064b7e0666aa935d4f664c + src/apideck_unify/models/hris_timeoffrequestsdeleteop.py: + last_write_checksum: sha1:4d4399b9ce8934f5f424730440330003652c86b9 + src/apideck_unify/models/hris_timeoffrequestsoneop.py: + last_write_checksum: sha1:531ec1c1be5cb78b9504923eba616ba8b7b0faa8 + src/apideck_unify/models/hris_timeoffrequestsupdateop.py: + last_write_checksum: sha1:64b9d760289607477f31d956b8b352e097c453d2 + src/apideck_unify/models/hriscompany.py: + last_write_checksum: sha1:20a8dd9db19d0c900efa4c6ae2c6534e868f8079 + src/apideck_unify/models/httpmetadata.py: + last_write_checksum: sha1:7fda5b92bbbad7ea3f1c3d7535f57daa4a7eea00 + src/apideck_unify/models/integrationstate.py: + last_write_checksum: sha1:a7d41bb320c5224afa0a0f111e99b2e27859fcff + src/apideck_unify/models/internal/__init__.py: + last_write_checksum: sha1:5beaf7e5a713d3eead465c6edcfdeb7f8076175c + src/apideck_unify/models/internal/globals.py: + last_write_checksum: sha1:e77a250de10010da7bb63491fb493d7a443c9cc5 + src/apideck_unify/models/invoice.py: + last_write_checksum: sha1:0735417fca9b657469b8f6334ff8288e56e3c052 + src/apideck_unify/models/invoiceitem.py: + last_write_checksum: sha1:fa4739820bdb07a7ec902ce01334ab15b19162ed + src/apideck_unify/models/invoiceitemfilter.py: + last_write_checksum: sha1:631740784f80a50d2128893817132d94ba437730 + src/apideck_unify/models/invoiceitemsfilter.py: + last_write_checksum: sha1:9ecc7388fce0211c5e30301fa65b7bb4cbedea0a + src/apideck_unify/models/invoiceitemssort.py: + last_write_checksum: sha1:405195c66f6c4e38c252225d84a8e9677af9acac + src/apideck_unify/models/invoicelineitem.py: + last_write_checksum: sha1:8d59f18e0c142c1c244981535efba473cc25000f + src/apideck_unify/models/invoiceresponse.py: + last_write_checksum: sha1:1cb29c2a417b7e6b46e00b3b51375704ed2403f2 + src/apideck_unify/models/invoicesfilter.py: + last_write_checksum: sha1:ac398fd54dc7ba1418cc223611d039749f86b127 + src/apideck_unify/models/invoicessort.py: + last_write_checksum: sha1:d6c6af0ee283d889d030c3286927543fb9905275 + src/apideck_unify/models/issuesfilter.py: + last_write_checksum: sha1:11d5e77340f72865ff3deaab3fed61a89e473e8f + src/apideck_unify/models/issuetracking_collectionsallop.py: + last_write_checksum: sha1:e75e71e7107f5f89442bc2185285834c02293ab6 + src/apideck_unify/models/issuetracking_collectionsoneop.py: + last_write_checksum: sha1:b105d855e72e6613e143dc35c816956f76b1d0af + src/apideck_unify/models/issuetracking_collectiontagsallop.py: + last_write_checksum: sha1:8cd4b37e64e150b21e968e7465e5fd639cd2a6e6 + src/apideck_unify/models/issuetracking_collectionticketcommentsaddop.py: + last_write_checksum: sha1:46a267f442b3f3026d227005b751faf6d9a7e3cc + src/apideck_unify/models/issuetracking_collectionticketcommentsallop.py: + last_write_checksum: sha1:14c32c2c499b16797872441d2b3ac077c75048e0 + src/apideck_unify/models/issuetracking_collectionticketcommentsdeleteop.py: + last_write_checksum: sha1:4582222fd508ace87e13bb08846142d8121ded60 + src/apideck_unify/models/issuetracking_collectionticketcommentsoneop.py: + last_write_checksum: sha1:5aab4da5136173519d6815cd0ddfb454ed80593c + src/apideck_unify/models/issuetracking_collectionticketcommentsupdateop.py: + last_write_checksum: sha1:b649ff2f7adace9be799ba96a1a168e4b91e1506 + src/apideck_unify/models/issuetracking_collectionticketsaddop.py: + last_write_checksum: sha1:b2290f3f27a2f6ce83ab09110f726cf7b1929c40 + src/apideck_unify/models/issuetracking_collectionticketsallop.py: + last_write_checksum: sha1:3574d9e76cf0de63ab18e2696b662d21ad573093 + src/apideck_unify/models/issuetracking_collectionticketsdeleteop.py: + last_write_checksum: sha1:8c1fd718d8a25844ee7cbf433211c3e03c9537da + src/apideck_unify/models/issuetracking_collectionticketsoneop.py: + last_write_checksum: sha1:3076c899b8c1c2c1a9602c1df44240fd6fc4de8c + src/apideck_unify/models/issuetracking_collectionticketsupdateop.py: + last_write_checksum: sha1:344defdf07a461c4c05f996b4b42c938d6c2ace2 + src/apideck_unify/models/issuetracking_collectionusersallop.py: + last_write_checksum: sha1:d385a473801f3802a94636089422b61c44fb473f + src/apideck_unify/models/issuetracking_collectionusersoneop.py: + last_write_checksum: sha1:1ef8c9ea196a4875c0dc77b31eafba2effe2f61b + src/apideck_unify/models/job.py: + last_write_checksum: sha1:083dd99c66628bea133b9611fd8f7968d3a307a5 + src/apideck_unify/models/jobstatus.py: + last_write_checksum: sha1:b2d3aff9b3527c6fe8a07285851f8c8cbc247a53 + src/apideck_unify/models/journalentriesfilter.py: + last_write_checksum: sha1:f40a7923a825c156c2674527e87bb8a2e92788d8 + src/apideck_unify/models/journalentriessort.py: + last_write_checksum: sha1:41c38f8c71634933be5ed426c791430e6b1bbabb + src/apideck_unify/models/journalentry.py: + last_write_checksum: sha1:ab6e336a490e9f1f4a5ed08ea5e228d34a587fc7 + src/apideck_unify/models/journalentrylineitem.py: + last_write_checksum: sha1:b9ee70b99ca3ad21cc222953e98b4cfe68fb260e + src/apideck_unify/models/lead.py: + last_write_checksum: sha1:83522760976eecbd82ebec474cbe806a8eb37708 + src/apideck_unify/models/lead_input.py: + last_write_checksum: sha1:ecdf356088aeeec052afd5de07eac9fcdc60a510 + src/apideck_unify/models/leadsfilter.py: + last_write_checksum: sha1:5c2d0150fd1127f1e92d7b6022948cfb5c8bd0c7 + src/apideck_unify/models/leadssort.py: + last_write_checksum: sha1:b460810ae568d36480128fe02c2fe437547ada7b + src/apideck_unify/models/ledgeraccount.py: + last_write_checksum: sha1:f833989bb58037b45f2a3fd98ad98d093ed6b765 + src/apideck_unify/models/ledgeraccountsfilter.py: + last_write_checksum: sha1:2d0f0b4a552e7ab63353e74b73bc90435f726fd2 + src/apideck_unify/models/ledgeraccountssort.py: + last_write_checksum: sha1:71b191884c925d90002215197b50542b688b5e7f + src/apideck_unify/models/lineitemtype.py: + last_write_checksum: sha1:bfcdad1c3c8ed91ce56710c23b8e370c513bdac2 + src/apideck_unify/models/linkedattachment.py: + last_write_checksum: sha1:19849226fa43503f5106247ed72c7b0727c0d6ad + src/apideck_unify/models/linkedbankaccount.py: + last_write_checksum: sha1:e4ce3e310693d7e2893aefdd6a264590e2e8e3c5 + src/apideck_unify/models/linkedconnectorresource.py: + last_write_checksum: sha1:4bd4e2e76af1822b31b2142e72404595589ff14c + src/apideck_unify/models/linkedcustomer.py: + last_write_checksum: sha1:ce3f94ecffa2e8dc3d76da45357b56d148ba1028 + src/apideck_unify/models/linkedcustomer_input.py: + last_write_checksum: sha1:70f162436449869349ca8bb654979cd166e5fc3c + src/apideck_unify/models/linkeddepartment.py: + last_write_checksum: sha1:e18eeb17c975738bb01235bf38bf1f66519531b6 + src/apideck_unify/models/linkeddepartment_input.py: + last_write_checksum: sha1:ea0a255640931ade4aa57821b9b0a97357e87c94 + src/apideck_unify/models/linkedecommercecustomer.py: + last_write_checksum: sha1:4009d9f02aabe9099128c6d53c611a9e70226bb3 + src/apideck_unify/models/linkedecommerceorder.py: + last_write_checksum: sha1:d8f94acf0ff85cbc3387c7f950315d6efa9d3e8b + src/apideck_unify/models/linkedfinancialaccount.py: + last_write_checksum: sha1:19ff94d050b420ffdbbfe7d2397a3ae6dde27b15 + src/apideck_unify/models/linkedfolder.py: + last_write_checksum: sha1:9bae13450ddcd6b7af64a4e196bcdb4fd254ee06 + src/apideck_unify/models/linkedinvoiceitem.py: + last_write_checksum: sha1:91632590b2c0bf0588bb4586e987d9ef6e6eea42 + src/apideck_unify/models/linkedledgeraccount.py: + last_write_checksum: sha1:173ca772f760dc5895cada7bd6866f6544eb08c0 + src/apideck_unify/models/linkedlocation.py: + last_write_checksum: sha1:b6e437f88363aeb272bfec5cd5fcef06a5b3302a + src/apideck_unify/models/linkedlocation_input.py: + last_write_checksum: sha1:62a38c4d9a58aa6a823d64abc1967ccf7de30336 + src/apideck_unify/models/linkedparentcustomer.py: + last_write_checksum: sha1:a670d07bec1509a200959a277cc6d7883d2fa38d + src/apideck_unify/models/linkedpurchaseorder.py: + last_write_checksum: sha1:a420f649ee6ce2df2625b177d92d7373155d724a + src/apideck_unify/models/linkedsupplier.py: + last_write_checksum: sha1:c4cdb45e91f5f54881f100a1b2e76b6ac0166429 + src/apideck_unify/models/linkedsupplier_input.py: + last_write_checksum: sha1:9147bbc6d095a089cee92c790cbdce8ab5dd1396 + src/apideck_unify/models/linkedtaxdetail.py: + last_write_checksum: sha1:d004387ad9258d61d6df628150670625e8f41bd3 + src/apideck_unify/models/linkedtaxrate.py: + last_write_checksum: sha1:11a83a998a0752394bf96e8ce042e70f508a6e39 + src/apideck_unify/models/linkedtaxrate_input.py: + last_write_checksum: sha1:983c0b8423acb3d4b4d36558af2b070624b61279 + src/apideck_unify/models/linkedtaxstatusdetail.py: + last_write_checksum: sha1:703a9ff98bcf5f9032325a9986beba011bb90511 + src/apideck_unify/models/linkedtrackingcategory.py: + last_write_checksum: sha1:6751eb88d7ae917ae7a61e74a211a633aba63dae + src/apideck_unify/models/linkedworktag.py: + last_write_checksum: sha1:dbd8d2d1920939eb2118fb7f95a3e491adefffd3 + src/apideck_unify/models/links.py: + last_write_checksum: sha1:6d8066ba8d65e5cc1a0cd9364fadabb0d03f5186 + src/apideck_unify/models/log.py: + last_write_checksum: sha1:cf70159617bce091b747dec9756937fe67ac3e5f + src/apideck_unify/models/logsfilter.py: + last_write_checksum: sha1:cae40794e2d2e0279c05f29ec26aa78a011878ab + src/apideck_unify/models/message.py: + last_write_checksum: sha1:760b65bed0bbd7abc182c0488b0ccdec4061aef0 + src/apideck_unify/models/meta.py: + last_write_checksum: sha1:aa5c4ce0eba4b3c8c6cb2a1c89f06b86fbbfca8a + src/apideck_unify/models/no_response_error.py: + last_write_checksum: sha1:7f326424a7d5ae1bcd5c89a0d6b3dbda9138942f + src/apideck_unify/models/note.py: + last_write_checksum: sha1:8edbb2a420f08ceb87c1c5db39ea77eb4a5cab07 + src/apideck_unify/models/note_input.py: + last_write_checksum: sha1:2d28a7f11a983cbde72fe60f553ac1a810a8fc81 + src/apideck_unify/models/notfoundresponse.py: + last_write_checksum: sha1:52ed4f8aa3a73fb1218847916a67bdabd29568be + src/apideck_unify/models/oauthgranttype.py: + last_write_checksum: sha1:5cf819cdb3c4ade022ace80e42827c0fbd1f9676 + src/apideck_unify/models/opportunitiesfilter.py: + last_write_checksum: sha1:17f83fb18a30dfd4d826ad30f7b208652f4931cf + src/apideck_unify/models/opportunitiessort.py: + last_write_checksum: sha1:b4ebaef5e10d44ea7268e210f8d9b64bd5517602 + src/apideck_unify/models/opportunity.py: + last_write_checksum: sha1:d8b5faaf863ddcbfd161a482b089ebba686d92a3 + src/apideck_unify/models/opportunity_input.py: + last_write_checksum: sha1:07419438ec6a2ce962f6f87481563c5e979695fe + src/apideck_unify/models/orderssort.py: + last_write_checksum: sha1:98ec767adfc23d96b7a26ca1fa646abc1c823ec7 + src/apideck_unify/models/outstandingbalancebycurrency.py: + last_write_checksum: sha1:a8661a9e1234a02bf1207085978f8b9b9515fc90 + src/apideck_unify/models/outstandingbalancebycustomer.py: + last_write_checksum: sha1:56df188d1426bce1922991909d741c8ccda87756 + src/apideck_unify/models/outstandingbalancebysupplier.py: + last_write_checksum: sha1:c47ccdbcc8d1649e7315e5b55e703d3fd39884de + src/apideck_unify/models/owner.py: + last_write_checksum: sha1:3931b358d182fabf90fb0e7e867ea0fffd5f6889 + src/apideck_unify/models/paginationcoverage.py: + last_write_checksum: sha1:48bcf5f003f5a994c9b1b6e18a4df9dfaf86fd8e + src/apideck_unify/models/passthroughbody.py: + last_write_checksum: sha1:d84694645e7ee9380973fdae03f885c0c885aa96 + src/apideck_unify/models/payment.py: + last_write_checksum: sha1:bfad86cb60f2628d47d5756b57325525adfc99bd + src/apideck_unify/models/payment_input.py: + last_write_checksum: sha1:b1d8b258c9e33c6231dca8ca095cd3686ca0e990 + src/apideck_unify/models/paymentfrequency.py: + last_write_checksum: sha1:0b8fc737b674874e3f4d0da8f03c77c5528a35bf + src/apideck_unify/models/paymentrequiredresponse.py: + last_write_checksum: sha1:e31a1e7837134fcdab40d81d32da12d59ab651ba + src/apideck_unify/models/paymentsfilter.py: + last_write_checksum: sha1:010b0350abaffcd893db9a8fcfb68392fb7aa80e + src/apideck_unify/models/paymentssort.py: + last_write_checksum: sha1:5e16964d302a999047bf4456e8852d28302f979f + src/apideck_unify/models/paymentstatus.py: + last_write_checksum: sha1:ccf02d2069351afdb39b4a2462086f6982dc8383 + src/apideck_unify/models/paymenttype.py: + last_write_checksum: sha1:1a08c23af258aaba1f43063fdc225e64f3013458 + src/apideck_unify/models/paymentunit.py: + last_write_checksum: sha1:73fc14f7cb7a6643da5833fdb8efbbdecb6ce152 + src/apideck_unify/models/payroll.py: + last_write_checksum: sha1:4c7675e257b597cf14032f9aebb7e457abe015c4 + src/apideck_unify/models/payrollsfilter.py: + last_write_checksum: sha1:c800c5980423f21792b5914489bc96e766d53c8f + src/apideck_unify/models/payrolltotals.py: + last_write_checksum: sha1:d008609245976d7826e5597e6b7f8b81a54cb549 + src/apideck_unify/models/person.py: + last_write_checksum: sha1:2c586b566731d238197dacee2bb8aa5465364255 + src/apideck_unify/models/person_input.py: + last_write_checksum: sha1:f58b75781fadf704e50e8b4feeb1f2e79b0b671f + src/apideck_unify/models/phonenumber.py: + last_write_checksum: sha1:009960503c903c48c4a58652b43c3cffd1c3e325 + src/apideck_unify/models/pipeline.py: + last_write_checksum: sha1:a2f066ea493693ba34fad2c69c1e5145962e2bdf + src/apideck_unify/models/pipeline_input.py: + last_write_checksum: sha1:f3a4140a914e5f58c6e5de6b36ae9957b0563304 + src/apideck_unify/models/profitandloss.py: + last_write_checksum: sha1:72913457d263b3d786242c1f35283fecf5810f04 + src/apideck_unify/models/profitandlossfilter.py: + last_write_checksum: sha1:2b140555137d6c6b893029ec25a473f7b7cc6314 + src/apideck_unify/models/profitandlossindicator.py: + last_write_checksum: sha1:3378be762de1fac94e286a05d9350478ade949d1 + src/apideck_unify/models/profitandlosstype.py: + last_write_checksum: sha1:fee54e331ef0fea7a12f536c5af049fd48c22c29 + src/apideck_unify/models/project.py: + last_write_checksum: sha1:4abbb2e4c62e1b91dc8fc36577656d94a472a0ef + src/apideck_unify/models/projectsfilter.py: + last_write_checksum: sha1:faf08b1a5dfe6125395af865a577ae2d10faefd1 + src/apideck_unify/models/projectssort.py: + last_write_checksum: sha1:40af6f2eb9c72544a35747e38148578ddd4d455f + src/apideck_unify/models/purchaseorder.py: + last_write_checksum: sha1:d3ef06db7a9ca6e44a8401501a5ec725434039f8 + src/apideck_unify/models/purchaseordersfilter.py: + last_write_checksum: sha1:8bb51befd2ff5a38072669658c26f8487f6258e4 + src/apideck_unify/models/purchaseorderssort.py: + last_write_checksum: sha1:a940e4a4ee2d921df38078667ab47e67e60a3626 + src/apideck_unify/models/quote.py: + last_write_checksum: sha1:61f8ec9b1f344725e904a1d67b81e6d86bc0554c + src/apideck_unify/models/quotelineitem.py: + last_write_checksum: sha1:4e08cd518a2aac5f6e37a3a917aff854430222b6 + src/apideck_unify/models/rebilling.py: + last_write_checksum: sha1:7307d4455893f7447c310f29a5c20f33f090be48 + src/apideck_unify/models/requestcountallocation.py: + last_write_checksum: sha1:825d0a0389ce08871fbad8b41274c8292b772797 + src/apideck_unify/models/resourcestatus.py: + last_write_checksum: sha1:596127c0640712fa6e4165c007d994819676b1aa + src/apideck_unify/models/responsevalidationerror.py: + last_write_checksum: sha1:532f05168bca571541f925e27639d6953c628935 + src/apideck_unify/models/schedule.py: + last_write_checksum: sha1:0936d812c99574270c5f98be3f609e7a1d3e89a7 + src/apideck_unify/models/schemasupport.py: + last_write_checksum: sha1:20ed715592dd34440b599d57c01d057b06b2f590 + src/apideck_unify/models/security.py: + last_write_checksum: sha1:56dde727ebd323c956a10e4d4f47c1d8df3b93b8 + src/apideck_unify/models/session.py: + last_write_checksum: sha1:55b06651aeacdd755003f7aebe9b4d508dfd8156 + src/apideck_unify/models/sharedlink.py: + last_write_checksum: sha1:7c5c2fbe940fbe1eb7f76b3f6097119676da3167 + src/apideck_unify/models/sharedlinktarget.py: + last_write_checksum: sha1:62d94a351fbe63a09aadc2be096969bd7477b0ad + src/apideck_unify/models/simpleformfieldoption.py: + last_write_checksum: sha1:f1003a3b73b1b7ef345707da900e1bc0072a7b4d + src/apideck_unify/models/sms_messagesaddop.py: + last_write_checksum: sha1:df7d59e8bdbd27349c38400f6640f64a76b2bf02 + src/apideck_unify/models/sms_messagesallop.py: + last_write_checksum: sha1:6642fcd2ffc1ce4f39129de4ece6e61c62f63dbd + src/apideck_unify/models/sms_messagesdeleteop.py: + last_write_checksum: sha1:c1f6fc6958d6fea60fcacdb5d985505e0a85c1dd + src/apideck_unify/models/sms_messagesoneop.py: + last_write_checksum: sha1:fec539b32f9e9b207bb67154a1c586b1ed52a3ba + src/apideck_unify/models/sms_messagesupdateop.py: + last_write_checksum: sha1:248fa53baaffa7a14de0ce4b7e7bc0e279f58fe5 + src/apideck_unify/models/sociallink.py: + last_write_checksum: sha1:4dcc71d0a1cf64e535ae677ad17bea0a8d009799 + src/apideck_unify/models/sortdirection.py: + last_write_checksum: sha1:4aaa8595573e8ab7fad5649c8182a10311b67eb9 + src/apideck_unify/models/status.py: + last_write_checksum: sha1:f6347c6c97bdad34766d72851df7262053aa5f32 + src/apideck_unify/models/subsidiary.py: + last_write_checksum: sha1:e3c77818c2fa93f17f503c77a1a3212833b64aa5 + src/apideck_unify/models/subsidiaryreference.py: + last_write_checksum: sha1:a138c8fefb06133e77abb8b260536a8017bc13c1 + src/apideck_unify/models/subsidiaryreference_input.py: + last_write_checksum: sha1:a2967548df22aa63d44dd6007978d0ec65a429d6 + src/apideck_unify/models/supplier.py: + last_write_checksum: sha1:9e72bad9ec751014f409452a9aac547025a619ef + src/apideck_unify/models/suppliersfilter.py: + last_write_checksum: sha1:7ee85190471a2bc3a7cc622bf20b49a38597cc1a + src/apideck_unify/models/supplierssort.py: + last_write_checksum: sha1:8eef176ddc5dcfb8162aa8fda11cd386f8e9695d + src/apideck_unify/models/supportedproperty.py: + last_write_checksum: sha1:b4d95fe79e221c5834cd596243d8f41859bdb63c + src/apideck_unify/models/tax.py: + last_write_checksum: sha1:7472e8b5967cb568dcc48f4acaeb95f42730e46e + src/apideck_unify/models/taxrate.py: + last_write_checksum: sha1:1225970d369387f79a1f75acd9034d5637f442e6 + src/apideck_unify/models/taxratesfilter.py: + last_write_checksum: sha1:935a6ae6707dd7ec680f2d6f506dad56fcb1681f + src/apideck_unify/models/team.py: + last_write_checksum: sha1:df925cb27abb4eeabae9331dc40ba544c16782a9 + src/apideck_unify/models/ticket.py: + last_write_checksum: sha1:ff938c948b2c3e0d23c1cd82a53ba50c15b9db80 + src/apideck_unify/models/ticketssort.py: + last_write_checksum: sha1:aadc308624cedd1d3f2f95ce400f835fd0a86064 + src/apideck_unify/models/timeoffrequest.py: + last_write_checksum: sha1:7bc99ee7b8ed47be2ee860a7b596971fb8aa365f + src/apideck_unify/models/timeoffrequestsfilter.py: + last_write_checksum: sha1:fb7e1423887cf891d03d504c17335d7188b7de92 + src/apideck_unify/models/trackingcategory.py: + last_write_checksum: sha1:289d66ccac2023f790864528a0cc3b2b61f58faf + src/apideck_unify/models/trackingitem.py: + last_write_checksum: sha1:f35ecce99a21c9c1e12c99c09e5649b599fa738e + src/apideck_unify/models/unauthorizedresponse.py: + last_write_checksum: sha1:7572f39870114ef112465199382204a500d45181 + src/apideck_unify/models/unexpectederrorresponse.py: + last_write_checksum: sha1:23aee6d26f074a08acd6af4939d771a0f0f428d7 + src/apideck_unify/models/unifiedapiid.py: + last_write_checksum: sha1:3f6f3cb5fe151808ac1e416a871ca09dd99b1f25 + src/apideck_unify/models/unifiedfile.py: + last_write_checksum: sha1:e9ab76a06c0581df230826c04fde2e586da24da0 + src/apideck_unify/models/unifiedid.py: + last_write_checksum: sha1:f7859d52d83edebd60355f018148f323c926a6d2 + src/apideck_unify/models/unprocessableresponse.py: + last_write_checksum: sha1:e5ee35bbf216ade12c35fe47fe2bae42482b1c8f + src/apideck_unify/models/updateaccountingdepartmentresponse.py: + last_write_checksum: sha1:6ed9c03189142554cd3b39022b2081103f7ccd5e + src/apideck_unify/models/updateaccountinglocationresponse.py: + last_write_checksum: sha1:81b2050f007eb55c4e282077a9f9dd7c5f333dc4 + src/apideck_unify/models/updateactivityresponse.py: + last_write_checksum: sha1:cdd297c40aa19b8ab31c10dd3132a66e6e7eb3d7 + src/apideck_unify/models/updateapplicantresponse.py: + last_write_checksum: sha1:485e291a87e05257b812213c5d23593261c5a7ef + src/apideck_unify/models/updateapplicationresponse.py: + last_write_checksum: sha1:bb75ea9d1012f87295ef0fed1b07755e005a5e14 + src/apideck_unify/models/updatebankaccountresponse.py: + last_write_checksum: sha1:f5bcb71a148cb16640ac630f723cbc0d1fb86e89 + src/apideck_unify/models/updatebankfeedaccountresponse.py: + last_write_checksum: sha1:565fdaee335d79e65013cc3fe5507a67894905f7 + src/apideck_unify/models/updatebankfeedstatementresponse.py: + last_write_checksum: sha1:0915cb46c365c943141b0fe577c3aa8d3c89f1db + src/apideck_unify/models/updatebillpaymentresponse.py: + last_write_checksum: sha1:3feefc3c0068f94c31dac3f88df055ba2abbf283 + src/apideck_unify/models/updatebillresponse.py: + last_write_checksum: sha1:8261e3d6929cd8deb6fca0d803f4487f18950a8b + src/apideck_unify/models/updatecommentresponse.py: + last_write_checksum: sha1:a0fa60c6296b4422345d3e989adea3d9f929f878 + src/apideck_unify/models/updatecompanyresponse.py: + last_write_checksum: sha1:21e014e79ebbb54c4e93c81ba057021b023ae9c2 + src/apideck_unify/models/updateconnectionresponse.py: + last_write_checksum: sha1:4378fdb1ac8a6474e241ff39bd8f0b9e8ad72412 + src/apideck_unify/models/updateconsentrequest.py: + last_write_checksum: sha1:0afbeadb803a5c2c0e0c4cb50b426d8377371052 + src/apideck_unify/models/updateconsentresponse.py: + last_write_checksum: sha1:9780d71abcfa0c454341f1c7b9aaca09cc4d551a + src/apideck_unify/models/updateconsumerrequest.py: + last_write_checksum: sha1:f7cb2cd1ba38bd3d314aaf391d9ab2d1a7c87e33 + src/apideck_unify/models/updateconsumerresponse.py: + last_write_checksum: sha1:d37a0b96b99333a705c89711669ce220fc2af713 + src/apideck_unify/models/updatecontactresponse.py: + last_write_checksum: sha1:0267d8ea13619977ed821c97df28cca3ece5b1cb + src/apideck_unify/models/updatecreditnoteresponse.py: + last_write_checksum: sha1:cdc6edd8c1f3ff67b573a3455b76eae5c0a54e8e + src/apideck_unify/models/updatecustomerresponse.py: + last_write_checksum: sha1:b13c0e6a4ed91e926588b46def646af597d2736f + src/apideck_unify/models/updatecustomobjectresponse.py: + last_write_checksum: sha1:ea3c0abc594622bb35f9b0cfb539d5285557e98b + src/apideck_unify/models/updatecustomobjectschemaresponse.py: + last_write_checksum: sha1:c571d4ee5468b2928258337eb8a2376a08edd40f + src/apideck_unify/models/updatedepartmentresponse.py: + last_write_checksum: sha1:6cb6671bca52b6dab1b03aee7e943338ca7bcdfd + src/apideck_unify/models/updatedrivegroupresponse.py: + last_write_checksum: sha1:93622c570f72ffae073e9e28e310372ceb789974 + src/apideck_unify/models/updatedriveresponse.py: + last_write_checksum: sha1:9637eaf71a849b3e0e79507e2d1497769b071924 + src/apideck_unify/models/updateemployeeresponse.py: + last_write_checksum: sha1:c8fbe1d4e73437007bf3faf244fd959cd3d081f2 + src/apideck_unify/models/updateexpenseresponse.py: + last_write_checksum: sha1:1db094c16d07ffdd473926f05bfccb2d92950e39 + src/apideck_unify/models/updatefilerequest.py: + last_write_checksum: sha1:34b3031b6d361000f30820f7164b111a31a45630 + src/apideck_unify/models/updatefileresponse.py: + last_write_checksum: sha1:b48d71b0d50420427fdde267836d171219f001b0 + src/apideck_unify/models/updatefolderrequest.py: + last_write_checksum: sha1:573d2797cc88e3252aac1e8655e1f87594ef87bd + src/apideck_unify/models/updatefolderresponse.py: + last_write_checksum: sha1:fc1da7894b26879c292e8ab8f7d05d49c6e85f7f + src/apideck_unify/models/updatehriscompanyresponse.py: + last_write_checksum: sha1:a9a10f638054710c97eaa32a3df1cf4585a3ccc4 + src/apideck_unify/models/updateinvoiceitemsresponse.py: + last_write_checksum: sha1:649b97d509980c84957853148b4052abcb516835 + src/apideck_unify/models/updateinvoiceresponse.py: + last_write_checksum: sha1:03238b9b5991c19a696fe3afa148226ce692744e + src/apideck_unify/models/updatejournalentryresponse.py: + last_write_checksum: sha1:efa29a0a0b8818c298b862d1442571fe6a64b171 + src/apideck_unify/models/updateleadresponse.py: + last_write_checksum: sha1:1f4a031f9668958af4b19cd5b8ac9a52aad6c39e + src/apideck_unify/models/updateledgeraccountresponse.py: + last_write_checksum: sha1:fecde6229d38fa933ba459add7a591967e0012b1 + src/apideck_unify/models/updatemessageresponse.py: + last_write_checksum: sha1:89c7baa5ce64358dfefe11a4ba749644465fd340 + src/apideck_unify/models/updatenoteresponse.py: + last_write_checksum: sha1:37d069967927b9f62639e5974419e44c2a97782e + src/apideck_unify/models/updateopportunityresponse.py: + last_write_checksum: sha1:60bca806f3068b8ecde4178692879094e65d4261 + src/apideck_unify/models/updatepaymentresponse.py: + last_write_checksum: sha1:79f423728dcb5b52eb6d2cb0d98445e0fced893c + src/apideck_unify/models/updatepipelineresponse.py: + last_write_checksum: sha1:f1cfbace7a909bd76cc3f21240d8e14785a04b8b + src/apideck_unify/models/updateprojectresponse.py: + last_write_checksum: sha1:3118f43573012b3cb732f38e825768dad145aa92 + src/apideck_unify/models/updatepurchaseorderresponse.py: + last_write_checksum: sha1:a8f6aa20ee52527623a13ddbbc0bda5e1bcfa2b9 + src/apideck_unify/models/updatequoteresponse.py: + last_write_checksum: sha1:c75631693dfd661213a5076d8b2be78db52ac87d + src/apideck_unify/models/updatesharedlinkresponse.py: + last_write_checksum: sha1:98b63dcf1c38e1ca0b98422dfb8861d957122fbb + src/apideck_unify/models/updatesubsidiaryresponse.py: + last_write_checksum: sha1:16073571575f2e70003138fdee2e0a1abbd88069 + src/apideck_unify/models/updatesupplierresponse.py: + last_write_checksum: sha1:2b32edcae627dfbf0a02d77566b855fa1bd6e9ba + src/apideck_unify/models/updatetaxrateresponse.py: + last_write_checksum: sha1:831b2b0d36a942cd0f9abe676b5e3f2cabf84a6b + src/apideck_unify/models/updateticketresponse.py: + last_write_checksum: sha1:c3faa70c5b9a02bb098e9f2ec7c59999670ec9aa + src/apideck_unify/models/updatetimeoffrequestresponse.py: + last_write_checksum: sha1:c379c6ae2100e1f025bb4d8c3e30e9b978cbd824 + src/apideck_unify/models/updatetrackingcategoryresponse.py: + last_write_checksum: sha1:8eb76fc5e57d8490fc97106f5e1424578755188e + src/apideck_unify/models/updateuploadsessionresponse.py: + last_write_checksum: sha1:6f1a752f8635f4ddd553c547af3e67711d76d1cb + src/apideck_unify/models/updateuserresponse.py: + last_write_checksum: sha1:ce46b4ebc27af7584c62a2ff0944e22cffaf426f + src/apideck_unify/models/updatewebhookrequest.py: + last_write_checksum: sha1:21906d9330be7a0815be619ff86ec9be44d39367 + src/apideck_unify/models/updatewebhookresponse.py: + last_write_checksum: sha1:8ee96509e32c6610c3c22a73f40d0707d2a0cd60 + src/apideck_unify/models/uploadsession.py: + last_write_checksum: sha1:be0c336182ccec7fa7ff6139273dcb4caf1f268a + src/apideck_unify/models/user.py: + last_write_checksum: sha1:64ac6697c8d0253d0e3efadd3b07319343313bdc + src/apideck_unify/models/user_input.py: + last_write_checksum: sha1:ee4481c8cb36e4512edd18adf92b38d8c9ac23ff + src/apideck_unify/models/validateconnectionstateresponse.py: + last_write_checksum: sha1:d08fd16f42703fcf6fda03d7c7bd2de9b3af4675 + src/apideck_unify/models/vault_connectionconsentsallop.py: + last_write_checksum: sha1:75a30af108779551f443d7ea34feb02ac1c58095 + src/apideck_unify/models/vault_connectionconsentupdateop.py: + last_write_checksum: sha1:63b9ae61645bdf367fa0d7c3aab9a38659055444 + src/apideck_unify/models/vault_connectioncustommappingsallop.py: + last_write_checksum: sha1:31c0a234f892cd751865047d613a345a4394a0ca + src/apideck_unify/models/vault_connectionsallop.py: + last_write_checksum: sha1:69bdf61a0fc60e53c73181db20d282e712738e58 + src/apideck_unify/models/vault_connectionsdeleteop.py: + last_write_checksum: sha1:0392d16c8a7f041bc00deea7ac56d4c04384b504 + src/apideck_unify/models/vault_connectionsettingsallop.py: + last_write_checksum: sha1:0b9008b62f31f88730d88b128f50261b126dd69d + src/apideck_unify/models/vault_connectionsettingsupdateop.py: + last_write_checksum: sha1:37b93b866fdc06f3f0df3726f73cf502b1b28a86 + src/apideck_unify/models/vault_connectionsimportop.py: + last_write_checksum: sha1:b698bc9680c2b8b36fcda46a43e45f315702d2e4 + src/apideck_unify/models/vault_connectionsoneop.py: + last_write_checksum: sha1:8f1e8cc52ec72c959815e4ed4ea4924ac9dc12f1 + src/apideck_unify/models/vault_connectionstokenop.py: + last_write_checksum: sha1:266530000d80f686665962085d8bd4cb14d95237 + src/apideck_unify/models/vault_connectionsupdateop.py: + last_write_checksum: sha1:9f74e4ac4656c799813adf8bac227865c355e05b + src/apideck_unify/models/vault_consumerrequestcountsallop.py: + last_write_checksum: sha1:7bf4d163ffd55efef111cc85a846a2fb14e41ffc + src/apideck_unify/models/vault_consumersaddop.py: + last_write_checksum: sha1:5546bffbc3964746db6ac9d627c4d0f87c213c40 + src/apideck_unify/models/vault_consumersallop.py: + last_write_checksum: sha1:aebbf87fdc05ee50e80878047fa4a78e253686d4 + src/apideck_unify/models/vault_consumersdeleteop.py: + last_write_checksum: sha1:917e604857ea4422bafed5045f33423ce8682b09 + src/apideck_unify/models/vault_consumersoneop.py: + last_write_checksum: sha1:8807ba0bdfa3d03c6037171429faec15bdb97d49 + src/apideck_unify/models/vault_consumersupdateop.py: + last_write_checksum: sha1:fd925449e8dc6854b1a84a25810611c961cd14ce + src/apideck_unify/models/vault_createcallbackstateop.py: + last_write_checksum: sha1:82ec2cbc65b7e6fe6d0998438cb83899f295568f + src/apideck_unify/models/vault_customfieldsallop.py: + last_write_checksum: sha1:7230c87aafcbf2147f08a9bc57d2835a0a5f9b8b + src/apideck_unify/models/vault_custommappingsallop.py: + last_write_checksum: sha1:e89064ef3a5fd32f505a6d89b3e6f601dd4d0cab + src/apideck_unify/models/vault_logsallop.py: + last_write_checksum: sha1:e398c4b7de94fccbe3ec3928221c179d5523f8f3 + src/apideck_unify/models/vault_sessionscreateop.py: + last_write_checksum: sha1:5726eb3dd661be90dce3656ceab5e73ea34d1f61 + src/apideck_unify/models/vault_validateconnectionstateop.py: + last_write_checksum: sha1:91dde40a27744abb2405d949cfb89ffde2b059fb + src/apideck_unify/models/webhook.py: + last_write_checksum: sha1:576b3c533852dada83211d33c88ebd58c239ff39 + src/apideck_unify/models/webhook_eventlogsallop.py: + last_write_checksum: sha1:0d92852cf312cccc0f416755202bde9e2bca5c09 + src/apideck_unify/models/webhook_webhooksaddop.py: + last_write_checksum: sha1:f1860aca0ae2578b523ae48901531525b8efebf4 + src/apideck_unify/models/webhook_webhooksallop.py: + last_write_checksum: sha1:e62a99c8edb2cd43a404b3394358efb0b843a21f + src/apideck_unify/models/webhook_webhooksdeleteop.py: + last_write_checksum: sha1:79aad5d39fcf2e257c385a9c6ff90fea1bb30352 + src/apideck_unify/models/webhook_webhooksoneop.py: + last_write_checksum: sha1:37dda1cc68a6087530b8d325d8f5f2ba4e5cc0e3 + src/apideck_unify/models/webhook_webhooksupdateop.py: + last_write_checksum: sha1:060b260f7f770b3661c2d0d9fd3830832463aae3 + src/apideck_unify/models/webhookeventlog.py: + last_write_checksum: sha1:1d9ecf35e2097b8085cffe1d0ba8635f890214c0 + src/apideck_unify/models/webhookeventlogsfilter.py: + last_write_checksum: sha1:079cc7e5690232de462ae6c95e7ba37abd21fed4 + src/apideck_unify/models/webhookeventtype.py: + last_write_checksum: sha1:29bee5ce9fb42d8df6acf8744d537fbe8f6e0b2b + src/apideck_unify/models/webhooksubscription.py: + last_write_checksum: sha1:3730dd149d8f2dcda9a796391d82c42ec8a54d6e + src/apideck_unify/models/webhooksupport.py: + last_write_checksum: sha1:28b7e21ab2ce1f1cd5fe2369c3600f5754e90390 + src/apideck_unify/models/website.py: + last_write_checksum: sha1:6ccff1700780fe7c00c2b612fc2f1394965ed724 + src/apideck_unify/notes.py: + last_write_checksum: sha1:de5ec9c445d163ec314024bb937ef6a9d0e5e308 + src/apideck_unify/opportunities.py: + last_write_checksum: sha1:4eead00cb46ac2c56f0486cf050063242a6c3698 + src/apideck_unify/orders.py: + last_write_checksum: sha1:aff03393b85b30dbe5b59747d52f543926e7aad2 + src/apideck_unify/payments.py: + last_write_checksum: sha1:dba861b9991c404e686a812a5a12d75b1f5de69b + src/apideck_unify/payrolls.py: + last_write_checksum: sha1:a73ff1655e8a197c88b5b1b65da759c027891196 + src/apideck_unify/pipelines.py: + last_write_checksum: sha1:e1ad48ad15695b3fb6c9ccb22cfc217b3aee174d + src/apideck_unify/products.py: + last_write_checksum: sha1:11b870e1b30799298e46c972f3d736daaa33043e + src/apideck_unify/profitandloss_sdk.py: + last_write_checksum: sha1:4aa70e196e6cac80252327df3076196fd8e034e5 + src/apideck_unify/projects.py: + last_write_checksum: sha1:fe38b2cdda6c45290ba6334b6b53e9b46dcfd60c + src/apideck_unify/purchaseorders.py: + last_write_checksum: sha1:d3fb9b4a9851c476b44e3e4a3437014f5667b4db + src/apideck_unify/py.typed: + last_write_checksum: sha1:8efc425ffe830805ffcc0f3055871bdcdc542c60 + src/apideck_unify/quotes.py: + last_write_checksum: sha1:ffa6cff0cc4451de3f017b1243883dd891a5b9a6 + src/apideck_unify/sdk.py: + last_write_checksum: sha1:3b9f9b9a0d3ad31cd78a00d5439be0f5b486a173 + src/apideck_unify/sdkconfiguration.py: + last_write_checksum: sha1:41dc7958d7c9ad55f49a781091bea6d6d4c8d7ab + src/apideck_unify/sessions.py: + last_write_checksum: sha1:2b85bd8bdefa07aa739c300c74c35620a47b8fef + src/apideck_unify/sharedlinks.py: + last_write_checksum: sha1:9086dbfbf88a68fa3912e71f6de46ebccee33e49 + src/apideck_unify/sms.py: + last_write_checksum: sha1:444ede696d4742704204a55660fd82ef98a1820a + src/apideck_unify/stores.py: + last_write_checksum: sha1:3cae593f27ea85662c2c09ef349f1130742bd04c + src/apideck_unify/subsidiaries.py: + last_write_checksum: sha1:caa968e1a187f3f4284f160f89876d57d1f6e124 + src/apideck_unify/suppliers.py: + last_write_checksum: sha1:b33ec085e858f03876d3e67514f07b3310153cd9 + src/apideck_unify/taxrates.py: + last_write_checksum: sha1:da9f0283f9e05defa086b09c5c59652db5c08610 + src/apideck_unify/timeoffrequests.py: + last_write_checksum: sha1:7de0b7c5ba406d83701605092b20ee77afe57c26 + src/apideck_unify/trackingcategories.py: + last_write_checksum: sha1:85eba57d867b603683c62e977629aa02b5a3b8b3 + src/apideck_unify/types/__init__.py: + last_write_checksum: sha1:140ebdd01a46f92ffc710c52c958c4eba3cf68ed + src/apideck_unify/types/basemodel.py: + last_write_checksum: sha1:615d0b364fa924b0fef719958df34596cc7c1ae2 + src/apideck_unify/uploadsessions.py: + last_write_checksum: sha1:26f81c5cd75c45172fdb154cd35d00da624d4de4 + src/apideck_unify/users.py: + last_write_checksum: sha1:bf9559ff819260cb89eb50c14a8f405ab70f5f12 + src/apideck_unify/utils/__init__.py: + last_write_checksum: sha1:5d88356c206a32c694ae113178ca6325a9fc612a + src/apideck_unify/utils/annotations.py: + last_write_checksum: sha1:a4824ad65f730303e4e1e3ec1febf87b4eb46dbc + src/apideck_unify/utils/datetimes.py: + last_write_checksum: sha1:c721e4123000e7dc61ec52b28a739439d9e17341 + src/apideck_unify/utils/enums.py: + last_write_checksum: sha1:786ba597f79dca6fbc0d87c591752bb8d775ecb7 + src/apideck_unify/utils/eventstreaming.py: + last_write_checksum: sha1:bababae5d54b7efc360db701daa49e18a92c2f3b + src/apideck_unify/utils/forms.py: + last_write_checksum: sha1:15fa7e9ab1611e062a9984cf06cb20969713d295 + src/apideck_unify/utils/headers.py: + last_write_checksum: sha1:7c6df233ee006332b566a8afa9ce9a245941d935 + src/apideck_unify/utils/logger.py: + last_write_checksum: sha1:64eea4d837331fd9a6cb34fb8528b74e92cd66bf + src/apideck_unify/utils/metadata.py: + last_write_checksum: sha1:c6a560bd0c63ab158582f34dadb69433ea73b3d4 + src/apideck_unify/utils/queryparams.py: + last_write_checksum: sha1:b94c3f314fd3da0d1d215afc2731f48748e2aa59 + src/apideck_unify/utils/requestbodies.py: + last_write_checksum: sha1:e0a3a78158eba39880475d62d61be906625676b8 + src/apideck_unify/utils/retries.py: + last_write_checksum: sha1:5b97ac4f59357d70c2529975d50364c88bcad607 + src/apideck_unify/utils/security.py: + last_write_checksum: sha1:da11c92acdccdb9d25e9fe6ca249d992b263a476 + src/apideck_unify/utils/serializers.py: + last_write_checksum: sha1:a0d184ace7371a14a7d005cca7f358a03e3d4b07 + src/apideck_unify/utils/unmarshal_json_response.py: + last_write_checksum: sha1:01ae4a19a6e7d0163c14944e54bc80096dbfe341 + src/apideck_unify/utils/url.py: + last_write_checksum: sha1:6479961baa90432ca25626f8e40a7bbc32e73b41 + src/apideck_unify/utils/values.py: + last_write_checksum: sha1:acaa178a7c41ddd000f58cc691e4632d925b2553 + src/apideck_unify/validateconnection.py: + last_write_checksum: sha1:ba9b094b67bcf617b38697d7812663d6278d547a + src/apideck_unify/vault.py: + last_write_checksum: sha1:3f0371863893f83e4286702b94c3802bb19efd42 + src/apideck_unify/webhook_sdk.py: + last_write_checksum: sha1:56997393a069250fc63b046ad043604263dca61c + src/apideck_unify/webhooks.py: + last_write_checksum: sha1:33cd05f4d72f8b85ad376be13e27befe4202d3be diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 767b6f2f..d2c43b56 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -27,8 +27,9 @@ generation: generateTests: true generateNewTests: false skipResponseBodyAssertions: false + persistentEdits: {} python: - version: 0.28.1 + version: 0.29.0 additionalDependencies: dev: {} main: {} @@ -40,6 +41,7 @@ python: - Speakeasy baseErrorName: ApideckError clientServerStatusCodesAsErrors: true + constFieldCasing: upper defaultErrorName: APIError description: Python Client SDK Generated by Speakeasy. enableCustomCodeRegions: false @@ -69,6 +71,7 @@ python: outputModelSuffix: output packageManager: poetry packageName: apideck-unify + preApplyUnionDiscriminators: false pytestFilterWarnings: [] pytestTimeout: 0 responseFormat: envelope-http diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 1f3affb9..0e88e6b7 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1 sources: Apideck: sourceNamespace: apideck - sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050 - sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df + sourceRevisionDigest: sha256:86e10dbe8b5fadad88a37cf5beb61379e5b108e3bd0bbf9a4fb7f6eac0aa5d7f + sourceBlobDigest: sha256:682247e44d58d6a2ea9bcb94494c2eb234ceec494479e9305358e6a8fc73bb37 tags: - latest - - speakeasy-sdk-regen-1764264833 - - 10.22.0 + - speakeasy-sdk-regen-1766535675 + - 10.23.3 targets: apideck: source: Apideck sourceNamespace: apideck - sourceRevisionDigest: sha256:6cac89caec3303b60ccd873ec7cce13b11bccc8a5f73854f99475844d5327050 - sourceBlobDigest: sha256:720de94b079bf5552c47cae53ff55d41dae55f0ed52a9bd2c8119132a819b5df + sourceRevisionDigest: sha256:86e10dbe8b5fadad88a37cf5beb61379e5b108e3bd0bbf9a4fb7f6eac0aa5d7f + sourceBlobDigest: sha256:682247e44d58d6a2ea9bcb94494c2eb234ceec494479e9305358e6a8fc73bb37 codeSamplesNamespace: apideck-python-code-samples - codeSamplesRevisionDigest: sha256:2c24a354650be92748cd09eaf7306e097a4dcbbae11448efaf6deaa45fa0fe0c + codeSamplesRevisionDigest: sha256:aba04eb775d567dfe3a8af85a7632eb6da95d9fac4314389e05df67ffe89e906 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 17c1ef94..4b3b28a7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1008,4 +1008,14 @@ Based on: ### Generated - [python v0.28.1] . ### Releases -- [PyPI v0.28.1] https://pypi.org/project/apideck-unify/0.28.1 - . \ No newline at end of file +- [PyPI v0.28.1] https://pypi.org/project/apideck-unify/0.28.1 - . + +## 2025-12-28 00:23:47 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.29.0] . +### Releases +- [PyPI v0.29.0] https://pypi.org/project/apideck-unify/0.29.0 - . \ No newline at end of file diff --git a/docs/models/accountingbankaccountsonerequest.md b/docs/models/accountingbankaccountsonerequest.md index a96e7888..8aca6c53 100644 --- a/docs/models/accountingbankaccountsonerequest.md +++ b/docs/models/accountingbankaccountsonerequest.md @@ -6,6 +6,7 @@ | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `id` | *str* | :heavy_check_mark: | ID of the record you are acting upon. | | +| `filter_` | [Optional[models.BankAccountFilter]](../models/bankaccountfilter.md) | :heavy_minus_sign: | Apply filters | | | `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer | | `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX | | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | diff --git a/docs/models/accountingbillpaymentsallrequest.md b/docs/models/accountingbillpaymentsallrequest.md index a161c19b..9a001b3e 100644 --- a/docs/models/accountingbillpaymentsallrequest.md +++ b/docs/models/accountingbillpaymentsallrequest.md @@ -11,7 +11,7 @@ | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | | | `limit` | *Optional[int]* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | | -| `filter_` | [Optional[models.PaymentsFilter]](../models/paymentsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"invoice_id": "123",
"supplier_id": "123"
} | +| `filter_` | [Optional[models.PaymentsFilter]](../models/paymentsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"invoice_id": "123",
"supplier_id": "123",
"type": "accounts_receivable"
} | | `sort` | [Optional[models.PaymentsSort]](../models/paymentssort.md) | :heavy_minus_sign: | Apply sorting | {
"by": "updated_at",
"direction": "desc"
} | | `pass_through` | Dict[str, *Any*] | :heavy_minus_sign: | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | {
"search": "San Francisco"
} | | `fields` | *OptionalNullable[str]* | :heavy_minus_sign: | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded. | id,updated_at | \ No newline at end of file diff --git a/docs/models/accountingdepartment.md b/docs/models/accountingdepartment.md index 34f43df4..f71db983 100644 --- a/docs/models/accountingdepartment.md +++ b/docs/models/accountingdepartment.md @@ -7,10 +7,12 @@ | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales | | `status` | [Optional[models.DepartmentStatus]](../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | | `subsidiaries` | List[[models.SubsidiaryReference](../models/subsidiaryreference.md)] | :heavy_minus_sign: | N/A | | | `code` | *Optional[str]* | :heavy_minus_sign: | The code of the department. | 123 | +| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 | | `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | | | `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 | | `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 | diff --git a/docs/models/accountingdepartmentinput.md b/docs/models/accountingdepartmentinput.md index e6733e69..a404e58d 100644 --- a/docs/models/accountingdepartmentinput.md +++ b/docs/models/accountingdepartmentinput.md @@ -6,6 +6,7 @@ | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales | | `status` | [Optional[models.DepartmentStatus]](../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | | `subsidiaries` | List[[models.SubsidiaryReferenceInput](../models/subsidiaryreferenceinput.md)] | :heavy_minus_sign: | N/A | | diff --git a/docs/models/accountingledgeraccountsallrequest.md b/docs/models/accountingledgeraccountsallrequest.md index 2facae8f..ed1264f1 100644 --- a/docs/models/accountingledgeraccountsallrequest.md +++ b/docs/models/accountingledgeraccountsallrequest.md @@ -11,7 +11,7 @@ | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | | | `limit` | *Optional[int]* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | | -| `filter_` | [Optional[models.LedgerAccountsFilter]](../models/ledgeraccountsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"classification": "asset"
} | +| `filter_` | [Optional[models.LedgerAccountsFilter]](../models/ledgeraccountsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"classification": "asset",
"name": "Sales"
} | | `sort` | [Optional[models.LedgerAccountsSort]](../models/ledgeraccountssort.md) | :heavy_minus_sign: | Apply sorting | {
"by": "updated_at",
"direction": "desc"
} | | `pass_through` | Dict[str, *Any*] | :heavy_minus_sign: | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | {
"search": "San Francisco"
} | | `fields` | *OptionalNullable[str]* | :heavy_minus_sign: | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded. | id,updated_at | \ No newline at end of file diff --git a/docs/models/accountinglocation.md b/docs/models/accountinglocation.md index af5b05d3..8089ba9d 100644 --- a/docs/models/accountinglocation.md +++ b/docs/models/accountinglocation.md @@ -7,6 +7,8 @@ | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | +| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 | | `company_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the company. | SpaceX | | `display_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The display name of the location. | 11 UT - South Jordan | | `status` | [Optional[models.LocationStatus]](../models/locationstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | diff --git a/docs/models/accountinglocationinput.md b/docs/models/accountinglocationinput.md index 3b44f4b8..e4bcdaea 100644 --- a/docs/models/accountinglocationinput.md +++ b/docs/models/accountinglocationinput.md @@ -6,6 +6,7 @@ | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `company_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the company. | SpaceX | | `display_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The display name of the location. | 11 UT - South Jordan | | `status` | [Optional[models.LocationStatus]](../models/locationstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | diff --git a/docs/models/accountingpaymentsallrequest.md b/docs/models/accountingpaymentsallrequest.md index 49247914..2b0e4d21 100644 --- a/docs/models/accountingpaymentsallrequest.md +++ b/docs/models/accountingpaymentsallrequest.md @@ -11,7 +11,7 @@ | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | | | `limit` | *Optional[int]* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | | -| `filter_` | [Optional[models.PaymentsFilter]](../models/paymentsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"invoice_id": "123",
"supplier_id": "123"
} | +| `filter_` | [Optional[models.PaymentsFilter]](../models/paymentsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"invoice_id": "123",
"supplier_id": "123",
"type": "accounts_receivable"
} | | `sort` | [Optional[models.PaymentsSort]](../models/paymentssort.md) | :heavy_minus_sign: | Apply sorting | {
"by": "updated_at",
"direction": "desc"
} | | `pass_through` | Dict[str, *Any*] | :heavy_minus_sign: | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | {
"search": "San Francisco"
} | | `fields` | *OptionalNullable[str]* | :heavy_minus_sign: | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded. | id,updated_at | \ No newline at end of file diff --git a/docs/models/activity.md b/docs/models/activity.md index 217cc438..ac873f40 100644 --- a/docs/models/activity.md +++ b/docs/models/activity.md @@ -47,7 +47,7 @@ | `recurrent` | *Optional[bool]* | :heavy_minus_sign: | Whether the activity is recurrent or not | false | | `reminder_datetime` | *OptionalNullable[str]* | :heavy_minus_sign: | The date and time of the reminder | 2021-05-01T17:00:00.000Z | | `reminder_set` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the reminder is set or not | false | -| `video_conference_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the video conference | https://us02web.zoom.us/j/88120759396 | +| `video_conference_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the video conference | https://meet.example.com/j/88120759396 | | `video_conference_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the video conference | zoom:88120759396 | | `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | Custom fields of the activity | | | `attendees` | List[[models.ActivityAttendee](../models/activityattendee.md)] | :heavy_minus_sign: | N/A | | diff --git a/docs/models/activityinput.md b/docs/models/activityinput.md index 4b730640..4daa8b3b 100644 --- a/docs/models/activityinput.md +++ b/docs/models/activityinput.md @@ -44,7 +44,7 @@ | `recurrent` | *Optional[bool]* | :heavy_minus_sign: | Whether the activity is recurrent or not | false | | `reminder_datetime` | *OptionalNullable[str]* | :heavy_minus_sign: | The date and time of the reminder | 2021-05-01T17:00:00.000Z | | `reminder_set` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the reminder is set or not | false | -| `video_conference_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the video conference | https://us02web.zoom.us/j/88120759396 | +| `video_conference_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the video conference | https://meet.example.com/j/88120759396 | | `video_conference_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the video conference | zoom:88120759396 | | `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | Custom fields of the activity | | | `attendees` | List[[models.ActivityAttendeeInput](../models/activityattendeeinput.md)] | :heavy_minus_sign: | N/A | | diff --git a/docs/models/applicant.md b/docs/models/applicant.md index c89b0827..6212667f 100644 --- a/docs/models/applicant.md +++ b/docs/models/applicant.md @@ -3,54 +3,54 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | -| `name` | *Optional[str]* | :heavy_minus_sign: | The name of an applicant. | Elon Musk | -| `salutation` | *OptionalNullable[str]* | :heavy_minus_sign: | A formal salutation for the person. For example, 'Mr', 'Mrs' | Mr | -| `first_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The first name of the person. | Elon | -| `last_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The last name of the person. | Musk | -| `middle_name` | *OptionalNullable[str]* | :heavy_minus_sign: | Middle name of the person. | D. | -| `initials` | *OptionalNullable[str]* | :heavy_minus_sign: | The initials of the person, usually derived from their first, middle, and last names. | EM | -| `birthday` | [datetime](https://docs.python.org/3/library/datetime.html#datetime-objects) | :heavy_minus_sign: | The date of birth of the person. | 2000-08-12 | -| `gender` | [OptionalNullable[models.ApplicantGender]](../models/applicantgender.md) | :heavy_minus_sign: | The gender represents the gender identity of a person. | male | -| `social_security_number` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier assigned by the government. This field is considered sensitive information and may be subject to special security and privacy restrictions. | 123456789 | -| `type` | *Optional[str]* | :heavy_minus_sign: | N/A | Candidate | -| `cover_letter` | *Optional[str]* | :heavy_minus_sign: | N/A | I submit this application to express my sincere interest in the API developer position. In the previous role, I was responsible for leadership and ... | -| `job_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | https://democompany.recruitee.com/o/example-talent-pool | -| `photo_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the photo of a person. | https://unavatar.io/elon-musk | -| `headline` | *Optional[str]* | :heavy_minus_sign: | Typically a list of previous companies where the contact has worked or schools that the contact has attended | PepsiCo, Inc, Central Perk | -| `title` | *OptionalNullable[str]* | :heavy_minus_sign: | The job title of the person. | CEO | -| `emails` | List[[models.Email](../models/email.md)] | :heavy_minus_sign: | N/A | | -| `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | N/A | | -| `phone_numbers` | List[[models.PhoneNumber](../models/phonenumber.md)] | :heavy_minus_sign: | N/A | | -| `addresses` | List[[models.Address](../models/address.md)] | :heavy_minus_sign: | N/A | | -| `websites` | List[[models.Websites](../models/websites.md)] | :heavy_minus_sign: | N/A | | -| `social_links` | List[[models.SocialLinks](../models/sociallinks.md)] | :heavy_minus_sign: | N/A | | -| `stage_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 12345 | -| `recruiter_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 12345 | -| `coordinator_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 12345 | -| `application_ids` | List[*str*] | :heavy_minus_sign: | N/A | [
"a0d636c6-43b3-4bde-8c70-85b707d992f4",
"a98lfd96-43b3-4bde-8c70-85b707d992e6"
] | -| ~~`applications`~~ | List[*str*] | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Deprecated: Use application_ids instead. Array of application IDs associated with the applicant. | [
"a0d636c6-43b3-4bde-8c70-85b707d992f4",
"a98lfd96-43b3-4bde-8c70-85b707d992e6"
] | -| `followers` | List[*str*] | :heavy_minus_sign: | N/A | [
"a0d636c6-43b3-4bde-8c70-85b707d992f4",
"a98lfd96-43b3-4bde-8c70-85b707d992e6"
] | -| `sources` | List[*str*] | :heavy_minus_sign: | N/A | [
"Job site"
] | -| `source_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 12345 | -| `confidential` | *Optional[bool]* | :heavy_minus_sign: | N/A | false | -| `anonymized` | *Optional[bool]* | :heavy_minus_sign: | N/A | true | -| `tags` | List[*str*] | :heavy_minus_sign: | N/A | [
"New"
] | -| `archived` | *OptionalNullable[bool]* | :heavy_minus_sign: | N/A | false | -| `last_interaction_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z | -| `owner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | 54321 | -| `sourced_by` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | 12345 | -| `cv_url` | *Optional[str]* | :heavy_minus_sign: | N/A | https://recruitee-main.s3.eu-central-1.amazonaws.com/candidates/36615291/pdf_cv_38swhu4w42k1.pdf?response-content-disposition=inline&response-content-type=application%2Fpdf&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQYHB7CA5RLR4Y3ON%2F20220514%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20220514T235654Z&X-Amz-Expires=36000&X-Amz-SignedHeaders=host&X-Amz-Signature=72c0621f5976db75b54de487eb821a8e73480d7f2a6a4a9713ab997944b0561f | -| `record_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | https://app.intercom.io/contacts/12345 | -| `rejected_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z | -| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | | -| `deleted` | *OptionalNullable[bool]* | :heavy_minus_sign: | Flag to indicate if the object is deleted. | true | -| `deleted_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who deleted the object. | 12345 | -| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The time at which the object was deleted. | 2020-09-30T07:43:32.000Z | -| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 | -| `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 | -| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z | -| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z | -| `pass_through` | List[[models.PassThroughBody](../models/passthroughbody.md)] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `name` | *Optional[str]* | :heavy_minus_sign: | The name of an applicant. | Elon Musk | +| `salutation` | *OptionalNullable[str]* | :heavy_minus_sign: | A formal salutation for the person. For example, 'Mr', 'Mrs' | Mr | +| `first_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The first name of the person. | Elon | +| `last_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The last name of the person. | Musk | +| `middle_name` | *OptionalNullable[str]* | :heavy_minus_sign: | Middle name of the person. | D. | +| `initials` | *OptionalNullable[str]* | :heavy_minus_sign: | The initials of the person, usually derived from their first, middle, and last names. | EM | +| `birthday` | [datetime](https://docs.python.org/3/library/datetime.html#datetime-objects) | :heavy_minus_sign: | The date of birth of the person. | 2000-08-12 | +| `gender` | [OptionalNullable[models.ApplicantGender]](../models/applicantgender.md) | :heavy_minus_sign: | The gender represents the gender identity of a person. | male | +| `social_security_number` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier assigned by the government. This field is considered sensitive information and may be subject to special security and privacy restrictions. | 123456789 | +| `type` | *Optional[str]* | :heavy_minus_sign: | N/A | Candidate | +| `cover_letter` | *Optional[str]* | :heavy_minus_sign: | N/A | I submit this application to express my sincere interest in the API developer position. In the previous role, I was responsible for leadership and ... | +| `job_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | https://democompany.recruitee.com/o/example-talent-pool | +| `photo_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the photo of a person. | https://unavatar.io/elon-musk | +| `headline` | *Optional[str]* | :heavy_minus_sign: | Typically a list of previous companies where the contact has worked or schools that the contact has attended | PepsiCo, Inc, Central Perk | +| `title` | *OptionalNullable[str]* | :heavy_minus_sign: | The job title of the person. | CEO | +| `emails` | List[[models.Email](../models/email.md)] | :heavy_minus_sign: | N/A | | +| `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | N/A | | +| `phone_numbers` | List[[models.PhoneNumber](../models/phonenumber.md)] | :heavy_minus_sign: | N/A | | +| `addresses` | List[[models.Address](../models/address.md)] | :heavy_minus_sign: | N/A | | +| `websites` | List[[models.Websites](../models/websites.md)] | :heavy_minus_sign: | N/A | | +| `social_links` | List[[models.SocialLinks](../models/sociallinks.md)] | :heavy_minus_sign: | N/A | | +| `stage_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 12345 | +| `recruiter_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 12345 | +| `coordinator_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 12345 | +| `application_ids` | List[*str*] | :heavy_minus_sign: | N/A | [
"a0d636c6-43b3-4bde-8c70-85b707d992f4",
"a98lfd96-43b3-4bde-8c70-85b707d992e6"
] | +| ~~`applications`~~ | List[*str*] | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Deprecated: Use application_ids instead. Array of application IDs associated with the applicant. | [
"a0d636c6-43b3-4bde-8c70-85b707d992f4",
"a98lfd96-43b3-4bde-8c70-85b707d992e6"
] | +| `followers` | List[*str*] | :heavy_minus_sign: | N/A | [
"a0d636c6-43b3-4bde-8c70-85b707d992f4",
"a98lfd96-43b3-4bde-8c70-85b707d992e6"
] | +| `sources` | List[*str*] | :heavy_minus_sign: | N/A | [
"Job site"
] | +| `source_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 12345 | +| `confidential` | *Optional[bool]* | :heavy_minus_sign: | N/A | false | +| `anonymized` | *Optional[bool]* | :heavy_minus_sign: | N/A | true | +| `tags` | List[*str*] | :heavy_minus_sign: | N/A | [
"New"
] | +| `archived` | *OptionalNullable[bool]* | :heavy_minus_sign: | N/A | false | +| `last_interaction_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z | +| `owner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | 54321 | +| `sourced_by` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | 12345 | +| `cv_url` | *Optional[str]* | :heavy_minus_sign: | N/A | https://files.example.com/candidates/36615291/cv.pdf | +| `record_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | https://app.intercom.io/contacts/12345 | +| `rejected_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z | +| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | | +| `deleted` | *OptionalNullable[bool]* | :heavy_minus_sign: | Flag to indicate if the object is deleted. | true | +| `deleted_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who deleted the object. | 12345 | +| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The time at which the object was deleted. | 2020-09-30T07:43:32.000Z | +| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 | +| `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 | +| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z | +| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z | +| `pass_through` | List[[models.PassThroughBody](../models/passthroughbody.md)] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | | \ No newline at end of file diff --git a/docs/models/bankaccountfilter.md b/docs/models/bankaccountfilter.md new file mode 100644 index 00000000..20812ed5 --- /dev/null +++ b/docs/models/bankaccountfilter.md @@ -0,0 +1,8 @@ +# BankAccountFilter + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | +| `account_type` | [Optional[models.BankAccountFilterAccountType]](../models/bankaccountfilteraccounttype.md) | :heavy_minus_sign: | Filter by account type | checking | \ No newline at end of file diff --git a/docs/models/bankaccountfilteraccounttype.md b/docs/models/bankaccountfilteraccounttype.md new file mode 100644 index 00000000..cd9ed12c --- /dev/null +++ b/docs/models/bankaccountfilteraccounttype.md @@ -0,0 +1,16 @@ +# BankAccountFilterAccountType + +Filter by account type + + +## Values + +| Name | Value | +| ---------------- | ---------------- | +| `CHECKING` | checking | +| `SAVINGS` | savings | +| `CREDIT_CARD` | credit_card | +| `MONEY_MARKET` | money_market | +| `LINE_OF_CREDIT` | line_of_credit | +| `OTHER` | other | +| `CASH` | cash | \ No newline at end of file diff --git a/docs/models/connectionimportdata.md b/docs/models/connectionimportdata.md index d47152b3..88c7cbd9 100644 --- a/docs/models/connectionimportdata.md +++ b/docs/models/connectionimportdata.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `credentials` | [Optional[models.Credentials]](../models/credentials.md) | :heavy_minus_sign: | N/A | {
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.cThIIoDvwdueQB468K5xDc5633seEFoqwxjF_xSJyQQ"
} | -| `settings` | Dict[str, *Any*] | :heavy_minus_sign: | Connection settings. Values will persist to `form_fields` with corresponding id | {
"instance_url": "https://eu28.salesforce.com"
} | -| `metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Attach your own consumer specific metadata | {
"account": {
"name": "My Company",
"id": "c01458a5-7276-41ce-bc19-639906b0450a"
},
"plan": "enterprise"
} | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| `credentials` | [Optional[models.Credentials]](../models/credentials.md) | :heavy_minus_sign: | N/A | {
"access_token": "\u003caccess_token\u003e",
"refresh_token": "\u003crefresh_token\u003e"
} | +| `settings` | Dict[str, *Any*] | :heavy_minus_sign: | Connection settings. Values will persist to `form_fields` with corresponding id | {
"instance_url": "https://eu28.salesforce.com"
} | +| `metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Attach your own consumer specific metadata | {
"account": {
"name": "My Company",
"id": "c01458a5-7276-41ce-bc19-639906b0450a"
},
"plan": "enterprise"
} | \ No newline at end of file diff --git a/docs/models/connectionvalue.md b/docs/models/connectionvalue.md index c3026e64..bb1f9d12 100644 --- a/docs/models/connectionvalue.md +++ b/docs/models/connectionvalue.md @@ -27,9 +27,9 @@ value: float = /* values here */ value: bool = /* values here */ ``` -### `List[models.ConnectionValue5]` +### `List[models.Value5]` ```python -value: List[models.ConnectionValue5] = /* values here */ +value: List[models.Value5] = /* values here */ ``` diff --git a/docs/models/createsessionresponsedata.md b/docs/models/createsessionresponsedata.md index 0f3f3a30..8934bbb5 100644 --- a/docs/models/createsessionresponsedata.md +++ b/docs/models/createsessionresponsedata.md @@ -3,7 +3,7 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | -| `session_uri` | *str* | :heavy_check_mark: | N/A | http://vault.apideck.com/session/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25zdW1lcl9pZCI6InRlc3RfdXNlcl9pZCIsImFwcGxpY2F0aW9uX2lkIj | -| `session_token` | *str* | :heavy_check_mark: | N/A | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25zdW1lcl9pZCI6InRlc3RfdXNlcl9pZCIsImFwcGxpY2F0aW9uX2lkIj | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | +| `session_uri` | *str* | :heavy_check_mark: | N/A | https://vault.apideck.com/session/ | +| `session_token` | *str* | :heavy_check_mark: | N/A | | \ No newline at end of file diff --git a/docs/models/creditnotestatus.md b/docs/models/creditnotestatus.md index 708459fc..f0506485 100644 --- a/docs/models/creditnotestatus.md +++ b/docs/models/creditnotestatus.md @@ -9,6 +9,7 @@ Status of credit notes | ---------------- | ---------------- | | `DRAFT` | draft | | `AUTHORISED` | authorised | +| `POSTED` | posted | | `PARTIALLY_PAID` | partially_paid | | `PAID` | paid | | `VOIDED` | voided | diff --git a/docs/models/customfield.md b/docs/models/customfield.md index 8959ef2d..fd697b98 100644 --- a/docs/models/customfield.md +++ b/docs/models/customfield.md @@ -1,11 +1,17 @@ # CustomField -## Fields - -| Field | Type | Required | Description | Example | -| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | -| `id` | *Nullable[str]* | :heavy_check_mark: | Unique identifier for the custom field. | 2389328923893298 | -| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name of the custom field. | employee_level | -| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | More information about the custom field | Employee Level | -| `value` | [OptionalNullable[models.Value]](../models/value.md) | :heavy_minus_sign: | N/A | | \ No newline at end of file +## Supported Types + +### `models.CustomField1` + +```python +value: models.CustomField1 = /* values here */ +``` + +### `models.CustomField2` + +```python +value: models.CustomField2 = /* values here */ +``` + diff --git a/docs/models/customfield1.md b/docs/models/customfield1.md new file mode 100644 index 00000000..56498f33 --- /dev/null +++ b/docs/models/customfield1.md @@ -0,0 +1,11 @@ +# CustomField1 + + +## Fields + +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | +| `id` | *Nullable[str]* | :heavy_check_mark: | Unique identifier for the custom field. | 2389328923893298 | +| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | Name of the custom field. | employee_level | +| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | More information about the custom field | Employee Level | +| `value` | [OptionalNullable[models.CustomField1Value]](../models/customfield1value.md) | :heavy_minus_sign: | N/A | | \ No newline at end of file diff --git a/docs/models/customfield1value.md b/docs/models/customfield1value.md new file mode 100644 index 00000000..da046dd0 --- /dev/null +++ b/docs/models/customfield1value.md @@ -0,0 +1,35 @@ +# CustomField1Value + + +## Supported Types + +### `str` + +```python +value: str = /* values here */ +``` + +### `float` + +```python +value: float = /* values here */ +``` + +### `bool` + +```python +value: bool = /* values here */ +``` + +### `Dict[str, Any]` + +```python +value: Dict[str, Any] = /* values here */ +``` + +### `List[Nullable[models.CustomFieldValue5]]` + +```python +value: List[Nullable[models.CustomFieldValue5]] = /* values here */ +``` + diff --git a/docs/models/customfield2.md b/docs/models/customfield2.md new file mode 100644 index 00000000..3be92912 --- /dev/null +++ b/docs/models/customfield2.md @@ -0,0 +1,11 @@ +# CustomField2 + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | +| `id` | *OptionalNullable[str]* | :heavy_minus_sign: | Unique identifier for the custom field. | 2389328923893298 | +| `name` | *Nullable[str]* | :heavy_check_mark: | Name of the custom field. | employee_level | +| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | More information about the custom field | Employee Level | +| `value` | [OptionalNullable[models.CustomFieldValue]](../models/customfieldvalue.md) | :heavy_minus_sign: | N/A | | \ No newline at end of file diff --git a/docs/models/customfieldvalue.md b/docs/models/customfieldvalue.md new file mode 100644 index 00000000..80785b93 --- /dev/null +++ b/docs/models/customfieldvalue.md @@ -0,0 +1,35 @@ +# CustomFieldValue + + +## Supported Types + +### `str` + +```python +value: str = /* values here */ +``` + +### `float` + +```python +value: float = /* values here */ +``` + +### `bool` + +```python +value: bool = /* values here */ +``` + +### `Dict[str, Any]` + +```python +value: Dict[str, Any] = /* values here */ +``` + +### `List[Nullable[models.CustomFieldValue25]]` + +```python +value: List[Nullable[models.CustomFieldValue25]] = /* values here */ +``` + diff --git a/docs/models/simpleformfieldoptionvalue.md b/docs/models/customfieldvalue25.md similarity index 57% rename from docs/models/simpleformfieldoptionvalue.md rename to docs/models/customfieldvalue25.md index ab36d1c8..f12cc454 100644 --- a/docs/models/simpleformfieldoptionvalue.md +++ b/docs/models/customfieldvalue25.md @@ -1,4 +1,4 @@ -# SimpleFormFieldOptionValue +# CustomFieldValue25 ## Supported Types @@ -9,12 +9,6 @@ value: str = /* values here */ ``` -### `int` - -```python -value: int = /* values here */ -``` - ### `float` ```python @@ -27,9 +21,9 @@ value: float = /* values here */ value: bool = /* values here */ ``` -### `List[models.Value5]` +### `Dict[str, Any]` ```python -value: List[models.Value5] = /* values here */ +value: Dict[str, Any] = /* values here */ ``` diff --git a/docs/models/connectionvalue5.md b/docs/models/customfieldvalue5.md similarity index 52% rename from docs/models/connectionvalue5.md rename to docs/models/customfieldvalue5.md index b5e8a708..9c54687c 100644 --- a/docs/models/connectionvalue5.md +++ b/docs/models/customfieldvalue5.md @@ -1,4 +1,4 @@ -# ConnectionValue5 +# CustomFieldValue5 ## Supported Types @@ -9,15 +9,21 @@ value: str = /* values here */ ``` -### `int` +### `float` ```python -value: int = /* values here */ +value: float = /* values here */ ``` -### `float` +### `bool` ```python -value: float = /* values here */ +value: bool = /* values here */ +``` + +### `Dict[str, Any]` + +```python +value: Dict[str, Any] = /* values here */ ``` diff --git a/docs/models/ecommerceorderlineitem.md b/docs/models/ecommerceorderlineitem.md index 48719088..443251f2 100644 --- a/docs/models/ecommerceorderlineitem.md +++ b/docs/models/ecommerceorderlineitem.md @@ -11,7 +11,7 @@ A single line item of an ecommerce order, representing a product or variant with | `product_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for the product associated with the line item. | def456 | | `variant_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for the variant of the product associated with the line item, if applicable. | ghi789 | | `sku` | *OptionalNullable[str]* | :heavy_minus_sign: | The SKU of the product or variant associated with the line item. | MBP123-16GB-SILVER-13 | -| `name` | *Nullable[str]* | :heavy_check_mark: | The name of the product or variant associated with the line item. | Midnight 16inch MacBook Pro | +| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the product or variant associated with the line item. | Midnight 16inch MacBook Pro | | `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The description of the product or variant associated with the line item. | Powerful and portable, the MacBook Pro is perfect for professionals and creatives. | | `options` | List[[models.Options](../models/options.md)] | :heavy_minus_sign: | N/A | | | `quantity` | *Nullable[str]* | :heavy_check_mark: | The quantity of the product or variant associated with the line item. | 2 | diff --git a/docs/models/expense.md b/docs/models/expense.md index d85950e2..ca8b83c6 100644 --- a/docs/models/expense.md +++ b/docs/models/expense.md @@ -6,16 +6,17 @@ | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `number` | *OptionalNullable[str]* | :heavy_minus_sign: | Number. | OIT00546 | | `transaction_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD | 2021-05-01T12:00:00.000Z | | ~~`account_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. | 123456 | -| `account` | [OptionalNullable[models.LinkedLedgerAccount]](../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | | +| `account` | [OptionalNullable[models.LinkedFinancialAccount]](../models/linkedfinancialaccount.md) | :heavy_minus_sign: | A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. | | | `bank_account` | [OptionalNullable[models.LinkedBankAccount]](../models/linkedbankaccount.md) | :heavy_minus_sign: | N/A | | -| `customer_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. | 12345 | | ~~`supplier_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ID of the supplier this entity is linked to. Deprecated, use supplier instead. | 12345 | | `supplier` | [OptionalNullable[models.LinkedSupplier]](../models/linkedsupplier.md) | :heavy_minus_sign: | The supplier this entity is linked to. | | | `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 | | `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | +| `department` | [OptionalNullable[models.LinkedDepartment]](../models/linkeddepartment.md) | :heavy_minus_sign: | N/A | | | `payment_type` | [OptionalNullable[models.ExpensePaymentType]](../models/expensepaymenttype.md) | :heavy_minus_sign: | The type of payment for the expense. | cash | | `currency` | [OptionalNullable[models.Currency]](../models/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD | | `currency_rate` | *OptionalNullable[float]* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 | diff --git a/docs/models/expenseinput.md b/docs/models/expenseinput.md index 54b562c5..40093c2b 100644 --- a/docs/models/expenseinput.md +++ b/docs/models/expenseinput.md @@ -5,16 +5,17 @@ | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `number` | *OptionalNullable[str]* | :heavy_minus_sign: | Number. | OIT00546 | | `transaction_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD | 2021-05-01T12:00:00.000Z | | ~~`account_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. | 123456 | -| `account` | [OptionalNullable[models.LinkedLedgerAccount]](../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | | +| `account` | [OptionalNullable[models.LinkedFinancialAccountInput]](../models/linkedfinancialaccountinput.md) | :heavy_minus_sign: | A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. | | | `bank_account` | [OptionalNullable[models.LinkedBankAccount]](../models/linkedbankaccount.md) | :heavy_minus_sign: | N/A | | -| `customer_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. | 12345 | | ~~`supplier_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ID of the supplier this entity is linked to. Deprecated, use supplier instead. | 12345 | | `supplier` | [OptionalNullable[models.LinkedSupplierInput]](../models/linkedsupplierinput.md) | :heavy_minus_sign: | The supplier this entity is linked to. | | | `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 | | `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | +| `department` | [OptionalNullable[models.LinkedDepartmentInput]](../models/linkeddepartmentinput.md) | :heavy_minus_sign: | N/A | | | `payment_type` | [OptionalNullable[models.ExpensePaymentType]](../models/expensepaymenttype.md) | :heavy_minus_sign: | The type of payment for the expense. | cash | | `currency` | [OptionalNullable[models.Currency]](../models/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD | | `currency_rate` | *OptionalNullable[float]* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 | diff --git a/docs/models/expenselineitem.md b/docs/models/expenselineitem.md index 1516ce46..e9a4b0e7 100644 --- a/docs/models/expenselineitem.md +++ b/docs/models/expenselineitem.md @@ -3,24 +3,25 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | -| `tracking_categories` | List[[Nullable[models.LinkedTrackingCategory]](../models/linkedtrackingcategory.md)] | :heavy_minus_sign: | A list of linked tracking categories. | | -| ~~`account_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The unique identifier for the ledger account. Deprecated, use account instead. | 123456 | -| `account` | [OptionalNullable[models.LinkedLedgerAccount]](../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | | -| `customer_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the customer this expense item is linked to. | 12345 | -| `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | -| `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 | -| `subsidiary_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the subsidiary | 12345 | -| `tax_rate` | [Optional[models.LinkedTaxRate]](../models/linkedtaxrate.md) | :heavy_minus_sign: | N/A | | -| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The expense line item description | Travel US. | -| `type` | [OptionalNullable[models.LineItemType]](../models/lineitemtype.md) | :heavy_minus_sign: | Line Item type | expense_account | -| `total_amount` | *Nullable[float]* | :heavy_check_mark: | The total amount of the expense line item. | 275 | -| `tax_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Tax amount | 27.5 | -| `quantity` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A | 1 | -| `unit_price` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A | 27500.5 | -| `item` | [Optional[models.LinkedInvoiceItem]](../models/linkedinvoiceitem.md) | :heavy_minus_sign: | N/A | | -| ~~`billable`~~ | *Optional[bool]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Boolean that indicates if the line item is billable or not. | true | -| `line_number` | *OptionalNullable[int]* | :heavy_minus_sign: | Line number of the resource | 1 | -| `rebilling` | [OptionalNullable[models.Rebilling]](../models/rebilling.md) | :heavy_minus_sign: | Rebilling metadata for this line item. | | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `tracking_categories` | List[[Nullable[models.LinkedTrackingCategory]](../models/linkedtrackingcategory.md)] | :heavy_minus_sign: | A list of linked tracking categories. | | +| ~~`account_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The unique identifier for the ledger account. Deprecated, use account instead. | 123456 | +| `account` | [OptionalNullable[models.LinkedLedgerAccount]](../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | | +| ~~`customer_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ID of the customer this expense item is linked to. Deprecated in favor of `customer`. | 12345 | +| `customer` | [OptionalNullable[models.LinkedCustomer]](../models/linkedcustomer.md) | :heavy_minus_sign: | The customer this entity is linked to. | | +| `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | +| `department` | [OptionalNullable[models.LinkedDepartment]](../models/linkeddepartment.md) | :heavy_minus_sign: | N/A | | +| `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 | +| `location` | [OptionalNullable[models.LinkedLocation]](../models/linkedlocation.md) | :heavy_minus_sign: | N/A | | +| `tax_rate` | [Optional[models.LinkedTaxRate]](../models/linkedtaxrate.md) | :heavy_minus_sign: | N/A | | +| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The expense line item description | Travel US. | +| `type` | [OptionalNullable[models.LineItemType]](../models/lineitemtype.md) | :heavy_minus_sign: | Line Item type | expense_account | +| `total_amount` | *Nullable[float]* | :heavy_check_mark: | The total amount of the expense line item. | 275 | +| `tax_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Tax amount | 27.5 | +| `quantity` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A | 1 | +| `unit_price` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A | 27500.5 | +| `item` | [Optional[models.LinkedInvoiceItem]](../models/linkedinvoiceitem.md) | :heavy_minus_sign: | N/A | | +| `line_number` | *OptionalNullable[int]* | :heavy_minus_sign: | Line number of the resource | 1 | +| `rebilling` | [OptionalNullable[models.Rebilling]](../models/rebilling.md) | :heavy_minus_sign: | Rebilling metadata for this line item. | | \ No newline at end of file diff --git a/docs/models/expenselineiteminput.md b/docs/models/expenselineiteminput.md index feb4ce09..9ea909d6 100644 --- a/docs/models/expenselineiteminput.md +++ b/docs/models/expenselineiteminput.md @@ -3,23 +3,24 @@ ## Fields -| Field | Type | Required | Description | Example | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `tracking_categories` | List[[Nullable[models.LinkedTrackingCategory]](../models/linkedtrackingcategory.md)] | :heavy_minus_sign: | A list of linked tracking categories. | | -| ~~`account_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The unique identifier for the ledger account. Deprecated, use account instead. | 123456 | -| `account` | [OptionalNullable[models.LinkedLedgerAccount]](../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | | -| `customer_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the customer this expense item is linked to. | 12345 | -| `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | -| `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 | -| `subsidiary_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the subsidiary | 12345 | -| `tax_rate` | [Optional[models.LinkedTaxRateInput]](../models/linkedtaxrateinput.md) | :heavy_minus_sign: | N/A | | -| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The expense line item description | Travel US. | -| `type` | [OptionalNullable[models.LineItemType]](../models/lineitemtype.md) | :heavy_minus_sign: | Line Item type | expense_account | -| `total_amount` | *Nullable[float]* | :heavy_check_mark: | The total amount of the expense line item. | 275 | -| `tax_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Tax amount | 27.5 | -| `quantity` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A | 1 | -| `unit_price` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A | 27500.5 | -| `item` | [Optional[models.LinkedInvoiceItem]](../models/linkedinvoiceitem.md) | :heavy_minus_sign: | N/A | | -| ~~`billable`~~ | *Optional[bool]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Boolean that indicates if the line item is billable or not. | true | -| `line_number` | *OptionalNullable[int]* | :heavy_minus_sign: | Line number of the resource | 1 | -| `rebilling` | [OptionalNullable[models.Rebilling]](../models/rebilling.md) | :heavy_minus_sign: | Rebilling metadata for this line item. | | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `tracking_categories` | List[[Nullable[models.LinkedTrackingCategory]](../models/linkedtrackingcategory.md)] | :heavy_minus_sign: | A list of linked tracking categories. | | +| ~~`account_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The unique identifier for the ledger account. Deprecated, use account instead. | 123456 | +| `account` | [OptionalNullable[models.LinkedLedgerAccount]](../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | | +| ~~`customer_id`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ID of the customer this expense item is linked to. Deprecated in favor of `customer`. | 12345 | +| `customer` | [OptionalNullable[models.LinkedCustomerInput]](../models/linkedcustomerinput.md) | :heavy_minus_sign: | The customer this entity is linked to. | | +| `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | +| `department` | [OptionalNullable[models.LinkedDepartmentInput]](../models/linkeddepartmentinput.md) | :heavy_minus_sign: | N/A | | +| `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 | +| `location` | [OptionalNullable[models.LinkedLocationInput]](../models/linkedlocationinput.md) | :heavy_minus_sign: | N/A | | +| `tax_rate` | [Optional[models.LinkedTaxRateInput]](../models/linkedtaxrateinput.md) | :heavy_minus_sign: | N/A | | +| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The expense line item description | Travel US. | +| `type` | [OptionalNullable[models.LineItemType]](../models/lineitemtype.md) | :heavy_minus_sign: | Line Item type | expense_account | +| `total_amount` | *Nullable[float]* | :heavy_check_mark: | The total amount of the expense line item. | 275 | +| `tax_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Tax amount | 27.5 | +| `quantity` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A | 1 | +| `unit_price` | *OptionalNullable[float]* | :heavy_minus_sign: | N/A | 27500.5 | +| `item` | [Optional[models.LinkedInvoiceItem]](../models/linkedinvoiceitem.md) | :heavy_minus_sign: | N/A | | +| `line_number` | *OptionalNullable[int]* | :heavy_minus_sign: | Line number of the resource | 1 | +| `rebilling` | [OptionalNullable[models.Rebilling]](../models/rebilling.md) | :heavy_minus_sign: | Rebilling metadata for this line item. | | \ No newline at end of file diff --git a/docs/models/filessortby.md b/docs/models/filessortby.md index ba7511a0..f2e0498c 100644 --- a/docs/models/filessortby.md +++ b/docs/models/filessortby.md @@ -7,5 +7,6 @@ The field on which to sort the Files | Name | Value | | ------------ | ------------ | +| `CREATED_AT` | created_at | | `UPDATED_AT` | updated_at | | `NAME` | name | \ No newline at end of file diff --git a/docs/models/five.md b/docs/models/five.md index 7f035aa8..c9a4602a 100644 --- a/docs/models/five.md +++ b/docs/models/five.md @@ -9,21 +9,15 @@ value: str = /* values here */ ``` -### `float` - -```python -value: float = /* values here */ -``` - -### `bool` +### `int` ```python -value: bool = /* values here */ +value: int = /* values here */ ``` -### `Dict[str, Any]` +### `float` ```python -value: Dict[str, Any] = /* values here */ +value: float = /* values here */ ``` diff --git a/docs/models/folder.md b/docs/models/folder.md index d5f7ab04..37182b2f 100644 --- a/docs/models/folder.md +++ b/docs/models/folder.md @@ -6,10 +6,12 @@ | Field | Type | Required | Description | Example | | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | | `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 | | `name` | *str* | :heavy_check_mark: | The name of the folder | Documents | | `description` | *OptionalNullable[str]* | :heavy_minus_sign: | Optional description of the folder | My Personal Documents | | `path` | *OptionalNullable[str]* | :heavy_minus_sign: | The full path of the folder (includes the folder name) | /Personal/Documents | | `size` | *OptionalNullable[int]* | :heavy_minus_sign: | The size of the folder in bytes | 1810673 | +| `downloadable` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the current user can download the contents of this folder | | | `owner` | [Optional[models.Owner]](../models/owner.md) | :heavy_minus_sign: | N/A | | | `parent_folders` | List[[models.LinkedFolder](../models/linkedfolder.md)] | :heavy_check_mark: | The parent folders of the file, starting from the root | | | `parent_folders_complete` | *Optional[bool]* | :heavy_minus_sign: | Whether the list of parent folder is complete. Some connectors only return the direct parent of a folder | | diff --git a/docs/models/invoiceitem.md b/docs/models/invoiceitem.md index 06196c28..dd57d4d4 100644 --- a/docs/models/invoiceitem.md +++ b/docs/models/invoiceitem.md @@ -30,6 +30,7 @@ | `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | | `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 | | `subsidiary_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the subsidiary | 12345 | +| `category_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the category of the item | 12345 | | `tax_schedule_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the tax schedule | 123456 | | `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | | | `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 | diff --git a/docs/models/invoiceiteminput.md b/docs/models/invoiceiteminput.md index 871c3d80..f4c9ecc3 100644 --- a/docs/models/invoiceiteminput.md +++ b/docs/models/invoiceiteminput.md @@ -29,6 +29,7 @@ | `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | | `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 | | `subsidiary_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the subsidiary | 12345 | +| `category_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the category of the item | 12345 | | `tax_schedule_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the tax schedule | 123456 | | `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 | | `pass_through` | List[[models.PassThroughBody](../models/passthroughbody.md)] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | | \ No newline at end of file diff --git a/docs/models/lead.md b/docs/models/lead.md index d23b36bd..350d57d0 100644 --- a/docs/models/lead.md +++ b/docs/models/lead.md @@ -11,6 +11,7 @@ | `owner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The owner of the lead. | 54321 | | `owner_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the owner of the lead. | John Doe | | `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company the lead is associated with. | 2 | +| `contact_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The contact the lead is associated with. | 3 | | `lead_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The identifier of the lead. | 2 | | `lead_source` | *OptionalNullable[str]* | :heavy_minus_sign: | The source of the lead. | Cold Call | | `first_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The first name of the lead. | Elon | diff --git a/docs/models/leadinput.md b/docs/models/leadinput.md index 673a2540..f1224c5a 100644 --- a/docs/models/leadinput.md +++ b/docs/models/leadinput.md @@ -10,6 +10,7 @@ | `owner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The owner of the lead. | 54321 | | `owner_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the owner of the lead. | John Doe | | `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company the lead is associated with. | 2 | +| `contact_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The contact the lead is associated with. | 3 | | `lead_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The identifier of the lead. | 2 | | `lead_source` | *OptionalNullable[str]* | :heavy_minus_sign: | The source of the lead. | Cold Call | | `first_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The first name of the lead. | Elon | diff --git a/docs/models/ledgeraccountsfilter.md b/docs/models/ledgeraccountsfilter.md index 100c5cbe..5853329c 100644 --- a/docs/models/ledgeraccountsfilter.md +++ b/docs/models/ledgeraccountsfilter.md @@ -5,5 +5,6 @@ | Field | Type | Required | Description | Example | | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | +| `name` | *Optional[str]* | :heavy_minus_sign: | Filter by ledger account name | Sales | | `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z | | `classification` | [Optional[models.Classification]](../models/classification.md) | :heavy_minus_sign: | Filter by account classification. | asset | \ No newline at end of file diff --git a/docs/models/linkeddepartment.md b/docs/models/linkeddepartment.md new file mode 100644 index 00000000..488fa52a --- /dev/null +++ b/docs/models/linkeddepartment.md @@ -0,0 +1,11 @@ +# LinkedDepartment + + +## Fields + +| Field | Type | Required | Description | Example | +| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | +| `id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | +| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the resource. | Acme Inc. | +| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 | \ No newline at end of file diff --git a/docs/models/linkeddepartmentinput.md b/docs/models/linkeddepartmentinput.md new file mode 100644 index 00000000..50de2dd6 --- /dev/null +++ b/docs/models/linkeddepartmentinput.md @@ -0,0 +1,9 @@ +# LinkedDepartmentInput + + +## Fields + +| Field | Type | Required | Description | Example | +| ------------------------- | ------------------------- | ------------------------- | ------------------------- | ------------------------- | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | +| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the resource. | Acme Inc. | \ No newline at end of file diff --git a/docs/models/linkedfinancialaccount.md b/docs/models/linkedfinancialaccount.md new file mode 100644 index 00000000..1621f752 --- /dev/null +++ b/docs/models/linkedfinancialaccount.md @@ -0,0 +1,16 @@ +# LinkedFinancialAccount + +A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for the account. This can be a ledger account ID or bank account ID depending on the `type` field. | 123456 | +| `type` | [OptionalNullable[models.LinkedFinancialAccountAccountType]](../models/linkedfinancialaccountaccounttype.md) | :heavy_minus_sign: | The type of account being referenced. Use `ledger_account` for GL accounts from the chart of accounts, or `bank_account` for bank account entities. When not specified, the connector will use its default behavior. | ledger_account | +| `code` | *Optional[str]* | :heavy_minus_sign: | The account code of the account | 1100 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | +| `account_number` | *OptionalNullable[str]* | :heavy_minus_sign: | The bank account number | 123465 | +| `name` | *Optional[str]* | :heavy_minus_sign: | The name of the account. | Current assets | +| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 | \ No newline at end of file diff --git a/docs/models/linkedfinancialaccountaccounttype.md b/docs/models/linkedfinancialaccountaccounttype.md new file mode 100644 index 00000000..aa81bead --- /dev/null +++ b/docs/models/linkedfinancialaccountaccounttype.md @@ -0,0 +1,11 @@ +# LinkedFinancialAccountAccountType + +The type of account being referenced. Use `ledger_account` for GL accounts from the chart of accounts, or `bank_account` for bank account entities. When not specified, the connector will use its default behavior. + + +## Values + +| Name | Value | +| ---------------- | ---------------- | +| `LEDGER_ACCOUNT` | ledger_account | +| `BANK_ACCOUNT` | bank_account | \ No newline at end of file diff --git a/docs/models/linkedfinancialaccountinput.md b/docs/models/linkedfinancialaccountinput.md new file mode 100644 index 00000000..a2eaad5d --- /dev/null +++ b/docs/models/linkedfinancialaccountinput.md @@ -0,0 +1,13 @@ +# LinkedFinancialAccountInput + +A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. + + +## Fields + +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for the account. This can be a ledger account ID or bank account ID depending on the `type` field. | 123456 | +| `type` | [OptionalNullable[models.LinkedFinancialAccountAccountType]](../models/linkedfinancialaccountaccounttype.md) | :heavy_minus_sign: | The type of account being referenced. Use `ledger_account` for GL accounts from the chart of accounts, or `bank_account` for bank account entities. When not specified, the connector will use its default behavior. | ledger_account | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | +| `account_number` | *OptionalNullable[str]* | :heavy_minus_sign: | The bank account number | 123465 | \ No newline at end of file diff --git a/docs/models/linkedlocation.md b/docs/models/linkedlocation.md new file mode 100644 index 00000000..569509ce --- /dev/null +++ b/docs/models/linkedlocation.md @@ -0,0 +1,11 @@ +# LinkedLocation + + +## Fields + +| Field | Type | Required | Description | Example | +| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | +| `id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for the location. | 123456 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | +| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the location. | New York Office | +| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 | \ No newline at end of file diff --git a/docs/models/linkedlocationinput.md b/docs/models/linkedlocationinput.md new file mode 100644 index 00000000..4bf1df5a --- /dev/null +++ b/docs/models/linkedlocationinput.md @@ -0,0 +1,10 @@ +# LinkedLocationInput + + +## Fields + +| Field | Type | Required | Description | Example | +| --------------------------------------- | --------------------------------------- | --------------------------------------- | --------------------------------------- | --------------------------------------- | +| `id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for the location. | 123456 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | +| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the location. | New York Office | \ No newline at end of file diff --git a/docs/models/linkedtrackingcategory.md b/docs/models/linkedtrackingcategory.md index 06e30675..78cd5f4a 100644 --- a/docs/models/linkedtrackingcategory.md +++ b/docs/models/linkedtrackingcategory.md @@ -6,6 +6,7 @@ | Field | Type | Required | Description | Example | | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | | `id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for the tracking category. | 123456 | +| `code` | *OptionalNullable[str]* | :heavy_minus_sign: | The code of the tracking category. | 100 | | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the tracking category. | New York | | `parent_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier for the parent tracking category. | 123456 | | `parent_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the parent tracking category. | New York | \ No newline at end of file diff --git a/docs/models/paymentsfilter.md b/docs/models/paymentsfilter.md index d49efcbc..250465c2 100644 --- a/docs/models/paymentsfilter.md +++ b/docs/models/paymentsfilter.md @@ -3,8 +3,9 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z | -| `invoice_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 123 | -| `supplier_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 123 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | +| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z | +| `invoice_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 123 | +| `supplier_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 123 | +| `type` | [Optional[models.PaymentsFilterType]](../models/paymentsfiltertype.md) | :heavy_minus_sign: | N/A | accounts_receivable | \ No newline at end of file diff --git a/docs/models/paymentsfiltertype.md b/docs/models/paymentsfiltertype.md new file mode 100644 index 00000000..f0424fd1 --- /dev/null +++ b/docs/models/paymentsfiltertype.md @@ -0,0 +1,15 @@ +# PaymentsFilterType + + +## Values + +| Name | Value | +| --------------------------------- | --------------------------------- | +| `ACCOUNTS_RECEIVABLE` | accounts_receivable | +| `ACCOUNTS_PAYABLE` | accounts_payable | +| `ACCOUNTS_RECEIVABLE_CREDIT` | accounts_receivable_credit | +| `ACCOUNTS_PAYABLE_CREDIT` | accounts_payable_credit | +| `ACCOUNTS_RECEIVABLE_OVERPAYMENT` | accounts_receivable_overpayment | +| `ACCOUNTS_PAYABLE_OVERPAYMENT` | accounts_payable_overpayment | +| `ACCOUNTS_RECEIVABLE_PREPAYMENT` | accounts_receivable_prepayment | +| `ACCOUNTS_PAYABLE_PREPAYMENT` | accounts_payable_prepayment | \ No newline at end of file diff --git a/docs/models/pipelinestages.md b/docs/models/pipelinestages.md index 5c747fa1..38be1a2b 100644 --- a/docs/models/pipelinestages.md +++ b/docs/models/pipelinestages.md @@ -8,4 +8,5 @@ | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the Pipeline Stage. | Contract Sent | | `value` | *OptionalNullable[str]* | :heavy_minus_sign: | The value of the Pipeline Stage. | CONTRACT_SENT | | `win_probability` | *OptionalNullable[int]* | :heavy_minus_sign: | The expected probability of winning an Opportunity in this Pipeline Stage. Valid values are [0-100]. | 50 | -| `display_order` | *OptionalNullable[int]* | :heavy_minus_sign: | The order in which the Pipeline Stage is displayed in the UI. | 1 | \ No newline at end of file +| `display_order` | *OptionalNullable[int]* | :heavy_minus_sign: | The order in which the Pipeline Stage is displayed in the UI. | 1 | +| `archived` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the Pipeline Stage is archived or not. | false | \ No newline at end of file diff --git a/docs/models/simpleformfieldoption.md b/docs/models/simpleformfieldoption.md index f95e0984..c152768e 100644 --- a/docs/models/simpleformfieldoption.md +++ b/docs/models/simpleformfieldoption.md @@ -3,8 +3,8 @@ ## Fields -| Field | Type | Required | Description | Example | -| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -| `label` | *str* | :heavy_check_mark: | N/A | General Channel | -| `value` | [Optional[models.SimpleFormFieldOptionValue]](../models/simpleformfieldoptionvalue.md) | :heavy_minus_sign: | N/A | | -| `option_type` | [models.OptionType](../models/optiontype.md) | :heavy_check_mark: | N/A | | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | +| `label` | *str* | :heavy_check_mark: | N/A | General Channel | +| `value` | [Optional[models.Value]](../models/value.md) | :heavy_minus_sign: | N/A | | +| `option_type` | [models.OptionType](../models/optiontype.md) | :heavy_check_mark: | N/A | | \ No newline at end of file diff --git a/docs/models/stages.md b/docs/models/stages.md index 85569522..905889fb 100644 --- a/docs/models/stages.md +++ b/docs/models/stages.md @@ -9,4 +9,7 @@ | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the Pipeline Stage. | Contract Sent | | `value` | *OptionalNullable[str]* | :heavy_minus_sign: | The value of the Pipeline Stage. | CONTRACT_SENT | | `win_probability` | *OptionalNullable[int]* | :heavy_minus_sign: | The expected probability of winning an Opportunity in this Pipeline Stage. Valid values are [0-100]. | 50 | -| `display_order` | *OptionalNullable[int]* | :heavy_minus_sign: | The order in which the Pipeline Stage is displayed in the UI. | 1 | \ No newline at end of file +| `display_order` | *OptionalNullable[int]* | :heavy_minus_sign: | The order in which the Pipeline Stage is displayed in the UI. | 1 | +| `archived` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the Pipeline Stage is archived or not. | false | +| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the Pipeline Stage was created. | 2020-09-30T07:43:32.000Z | +| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the Pipeline Stage was last updated. | 2020-09-30T07:43:32.000Z | \ No newline at end of file diff --git a/docs/models/subsidiary.md b/docs/models/subsidiary.md index b9c96531..fc15daa6 100644 --- a/docs/models/subsidiary.md +++ b/docs/models/subsidiary.md @@ -9,6 +9,7 @@ | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the company. | SpaceX | | `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Display ID of the subsidiary | 12345 | +| `downstream_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 | | `status` | [Optional[models.SubsidiaryStatus]](../models/subsidiarystatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | | `address` | [Optional[models.Address]](../models/address.md) | :heavy_minus_sign: | N/A | | | `currencies` | List[[Nullable[models.Currency]](../models/currency.md)] | :heavy_minus_sign: | List of currencies supported by this subsidiary | | diff --git a/docs/models/value.md b/docs/models/value.md index 66ada6dd..1b22011a 100644 --- a/docs/models/value.md +++ b/docs/models/value.md @@ -9,27 +9,27 @@ value: str = /* values here */ ``` -### `float` +### `int` ```python -value: float = /* values here */ +value: int = /* values here */ ``` -### `bool` +### `float` ```python -value: bool = /* values here */ +value: float = /* values here */ ``` -### `Dict[str, Any]` +### `bool` ```python -value: Dict[str, Any] = /* values here */ +value: bool = /* values here */ ``` -### `List[Nullable[models.Five]]` +### `List[models.Five]` ```python -value: List[Nullable[models.Five]] = /* values here */ +value: List[models.Five] = /* values here */ ``` diff --git a/docs/sdks/activities/README.md b/docs/sdks/activities/README.md index ca3e036d..63c8df4c 100644 --- a/docs/sdks/activities/README.md +++ b/docs/sdks/activities/README.md @@ -211,7 +211,7 @@ with Apideck( | `recurrent` | *Optional[bool]* | :heavy_minus_sign: | Whether the activity is recurrent or not | false | | `reminder_datetime` | *OptionalNullable[str]* | :heavy_minus_sign: | The date and time of the reminder | 2021-05-01T17:00:00.000Z | | `reminder_set` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the reminder is set or not | false | -| `video_conference_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the video conference | https://us02web.zoom.us/j/88120759396 | +| `video_conference_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the video conference | https://meet.example.com/j/88120759396 | | `video_conference_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the video conference | zoom:88120759396 | | `custom_fields` | List[[models.CustomField](../../models/customfield.md)] | :heavy_minus_sign: | Custom fields of the activity | | | `attendees` | List[[models.ActivityAttendeeInput](../../models/activityattendeeinput.md)] | :heavy_minus_sign: | N/A | | @@ -503,7 +503,7 @@ with Apideck( | `recurrent` | *Optional[bool]* | :heavy_minus_sign: | Whether the activity is recurrent or not | false | | `reminder_datetime` | *OptionalNullable[str]* | :heavy_minus_sign: | The date and time of the reminder | 2021-05-01T17:00:00.000Z | | `reminder_set` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether the reminder is set or not | false | -| `video_conference_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the video conference | https://us02web.zoom.us/j/88120759396 | +| `video_conference_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The URL of the video conference | https://meet.example.com/j/88120759396 | | `video_conference_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the video conference | zoom:88120759396 | | `custom_fields` | List[[models.CustomField](../../models/customfield.md)] | :heavy_minus_sign: | Custom fields of the activity | | | `attendees` | List[[models.ActivityAttendeeInput](../../models/activityattendeeinput.md)] | :heavy_minus_sign: | N/A | | diff --git a/docs/sdks/bankaccounts/README.md b/docs/sdks/bankaccounts/README.md index 2df8e40b..3f3c86a8 100644 --- a/docs/sdks/bankaccounts/README.md +++ b/docs/sdks/bankaccounts/README.md @@ -171,6 +171,7 @@ Get Bank Account ```python +import apideck_unify from apideck_unify import Apideck import os @@ -181,7 +182,9 @@ with Apideck( api_key=os.getenv("APIDECK_API_KEY", ""), ) as apideck: - res = apideck.accounting.bank_accounts.get(id="", service_id="salesforce", raw=False, fields="id,updated_at") + res = apideck.accounting.bank_accounts.get(id="", filter_={ + "account_type": apideck_unify.BankAccountFilterAccountType.CHECKING, + }, service_id="salesforce", raw=False, fields="id,updated_at") assert res.get_bank_account_response is not None @@ -195,6 +198,7 @@ with Apideck( | Parameter | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `id` | *str* | :heavy_check_mark: | ID of the record you are acting upon. | | +| `filter_` | [Optional[models.BankAccountFilter]](../../models/bankaccountfilter.md) | :heavy_minus_sign: | Apply filters | | | `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer | | `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX | | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | diff --git a/docs/sdks/billpayments/README.md b/docs/sdks/billpayments/README.md index a484c229..d2b59ca3 100644 --- a/docs/sdks/billpayments/README.md +++ b/docs/sdks/billpayments/README.md @@ -58,7 +58,7 @@ with Apideck( | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | | | `limit` | *Optional[int]* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | | -| `filter_` | [Optional[models.PaymentsFilter]](../../models/paymentsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"invoice_id": "123",
"supplier_id": "123"
} | +| `filter_` | [Optional[models.PaymentsFilter]](../../models/paymentsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"invoice_id": "123",
"supplier_id": "123",
"type": "accounts_receivable"
} | | `sort` | [Optional[models.PaymentsSort]](../../models/paymentssort.md) | :heavy_minus_sign: | Apply sorting | {
"by": "updated_at",
"direction": "desc"
} | | `pass_through` | Dict[str, *Any*] | :heavy_minus_sign: | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | {
"search": "San Francisco"
} | | `fields` | *OptionalNullable[str]* | :heavy_minus_sign: | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded. | id,updated_at | diff --git a/docs/sdks/connections/README.md b/docs/sdks/connections/README.md index 38be7ba8..42632da4 100644 --- a/docs/sdks/connections/README.md +++ b/docs/sdks/connections/README.md @@ -481,16 +481,16 @@ with Apideck( ### Parameters -| Parameter | Type | Required | Description | Example | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `service_id` | *str* | :heavy_check_mark: | Service ID of the resource to return | pipedrive | -| `unified_api` | *str* | :heavy_check_mark: | Unified API | crm | -| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer | -| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX | -| `credentials` | [Optional[models.Credentials]](../../models/credentials.md) | :heavy_minus_sign: | N/A | {
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.cThIIoDvwdueQB468K5xDc5633seEFoqwxjF_xSJyQQ"
} | -| `settings` | Dict[str, *Any*] | :heavy_minus_sign: | Connection settings. Values will persist to `form_fields` with corresponding id | {
"instance_url": "https://eu28.salesforce.com"
} | -| `metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Attach your own consumer specific metadata | {
"account": {
"name": "My Company",
"id": "c01458a5-7276-41ce-bc19-639906b0450a"
},
"plan": "enterprise"
} | -| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. | | +| Parameter | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| `service_id` | *str* | :heavy_check_mark: | Service ID of the resource to return | pipedrive | +| `unified_api` | *str* | :heavy_check_mark: | Unified API | crm | +| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer | +| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX | +| `credentials` | [Optional[models.Credentials]](../../models/credentials.md) | :heavy_minus_sign: | N/A | {
"access_token": "\u003caccess_token\u003e",
"refresh_token": "\u003crefresh_token\u003e"
} | +| `settings` | Dict[str, *Any*] | :heavy_minus_sign: | Connection settings. Values will persist to `form_fields` with corresponding id | {
"instance_url": "https://eu28.salesforce.com"
} | +| `metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Attach your own consumer specific metadata | {
"account": {
"name": "My Company",
"id": "c01458a5-7276-41ce-bc19-639906b0450a"
},
"plan": "enterprise"
} | +| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. | | ### Response diff --git a/docs/sdks/departments/README.md b/docs/sdks/departments/README.md index 1f272272..ebab463e 100644 --- a/docs/sdks/departments/README.md +++ b/docs/sdks/departments/README.md @@ -88,7 +88,7 @@ with Apideck( api_key=os.getenv("APIDECK_API_KEY", ""), ) as apideck: - res = apideck.accounting.departments.create(raw=False, service_id="salesforce", parent_id="12345", name="Sales", status=apideck_unify.DepartmentStatus.ACTIVE, subsidiaries=[ + res = apideck.accounting.departments.create(raw=False, service_id="salesforce", parent_id="12345", display_id="123456", name="Sales", status=apideck_unify.DepartmentStatus.ACTIVE, subsidiaries=[ { "name": "SpaceX", }, @@ -130,6 +130,7 @@ with Apideck( | `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX | | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales | | `status` | [Optional[models.DepartmentStatus]](../../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | | `subsidiaries` | List[[models.SubsidiaryReferenceInput](../../models/subsidiaryreferenceinput.md)] | :heavy_minus_sign: | N/A | | @@ -226,7 +227,7 @@ with Apideck( api_key=os.getenv("APIDECK_API_KEY", ""), ) as apideck: - res = apideck.accounting.departments.update(id="", service_id="salesforce", raw=False, parent_id="12345", name="Sales", status=apideck_unify.DepartmentStatus.ACTIVE, subsidiaries=[ + res = apideck.accounting.departments.update(id="", service_id="salesforce", raw=False, parent_id="12345", display_id="123456", name="Sales", status=apideck_unify.DepartmentStatus.ACTIVE, subsidiaries=[ { "name": "SpaceX", }, @@ -285,6 +286,7 @@ with Apideck( | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | | | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales | | `status` | [Optional[models.DepartmentStatus]](../../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | | `subsidiaries` | List[[models.SubsidiaryReferenceInput](../../models/subsidiaryreferenceinput.md)] | :heavy_minus_sign: | N/A | | diff --git a/docs/sdks/expenses/README.md b/docs/sdks/expenses/README.md index 8e43dca1..2b433767 100644 --- a/docs/sdks/expenses/README.md +++ b/docs/sdks/expenses/README.md @@ -108,29 +108,25 @@ with Apideck( "customer_id": "12345", "department_id": "12345", "location_id": "12345", - "subsidiary_id": "12345", "tax_rate": { "id": "123456", "rate": 10, }, "description": "Travel US.", "total_amount": 275, - "billable": True, "line_number": 1, }, - ], raw=False, service_id="salesforce", number="OIT00546", account_id="123456", account={ + ], raw=False, service_id="salesforce", display_id="123456", number="OIT00546", account_id="123456", account={ "id": "123456", - "name": "Bank account", - "nominal_code": "N091", - "code": "453", - "parent_id": "123456", + "type": apideck_unify.LinkedFinancialAccountAccountType.LEDGER_ACCOUNT, "display_id": "123456", + "account_number": "123465", }, bank_account={ "id": "ba_123456", "name": "Main Operating Account", "account_number": "123465", "bank_name": "Chase Bank", - }, customer_id="12345", supplier_id="12345", supplier={ + }, supplier_id="12345", supplier={ "id": "12345", "display_name": "Windsurf Shop", "address": { @@ -160,7 +156,10 @@ with Apideck( "notes": "Address notes or delivery instructions.", "row_version": "1-12345", }, - }, company_id="12345", department_id="12345", payment_type=apideck_unify.ExpensePaymentType.CASH, currency=apideck_unify.Currency.USD, currency_rate=0.69, type_=apideck_unify.ExpenseType.EXPENSE, memo="For travel expenses incurred on 2024-05-15", tax_rate={ + }, company_id="12345", department_id="12345", department={ + "display_id": "123456", + "name": "Acme Inc.", + }, payment_type=apideck_unify.ExpensePaymentType.CASH, currency=apideck_unify.Currency.USD, currency_rate=0.69, type_=apideck_unify.ExpenseType.EXPENSE, memo="For travel expenses incurred on 2024-05-15", tax_rate={ "id": "123456", "rate": 10, }, tax_inclusive=True, sub_total=250, total_tax=25, total_amount=275, reference="INV-2024-001", source_document_url="https://www.invoicesolution.com/expense/123456", custom_fields=[ @@ -272,15 +271,16 @@ with Apideck( | `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer | | `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX | | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `number` | *OptionalNullable[str]* | :heavy_minus_sign: | Number. | OIT00546 | | `account_id` | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. | 123456 | -| `account` | [OptionalNullable[models.LinkedLedgerAccount]](../../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | | +| `account` | [OptionalNullable[models.LinkedFinancialAccountInput]](../../models/linkedfinancialaccountinput.md) | :heavy_minus_sign: | A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. | | | `bank_account` | [OptionalNullable[models.LinkedBankAccount]](../../models/linkedbankaccount.md) | :heavy_minus_sign: | N/A | | -| `customer_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. | 12345 | | `supplier_id` | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ID of the supplier this entity is linked to. Deprecated, use supplier instead. | 12345 | | `supplier` | [OptionalNullable[models.LinkedSupplierInput]](../../models/linkedsupplierinput.md) | :heavy_minus_sign: | The supplier this entity is linked to. | | | `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 | | `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | +| `department` | [OptionalNullable[models.LinkedDepartmentInput]](../../models/linkeddepartmentinput.md) | :heavy_minus_sign: | N/A | | | `payment_type` | [OptionalNullable[models.ExpensePaymentType]](../../models/expensepaymenttype.md) | :heavy_minus_sign: | The type of payment for the expense. | cash | | `currency` | [OptionalNullable[models.Currency]](../../models/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD | | `currency_rate` | *OptionalNullable[float]* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 | @@ -403,29 +403,25 @@ with Apideck( "customer_id": "12345", "department_id": "12345", "location_id": "12345", - "subsidiary_id": "12345", "tax_rate": { "id": "123456", "rate": 10, }, "description": "Travel US.", "total_amount": 275, - "billable": True, "line_number": 1, }, - ], service_id="salesforce", raw=False, number="OIT00546", account_id="123456", account={ + ], service_id="salesforce", raw=False, display_id="123456", number="OIT00546", account_id="123456", account={ "id": "123456", - "name": "Bank account", - "nominal_code": "N091", - "code": "453", - "parent_id": "123456", + "type": apideck_unify.LinkedFinancialAccountAccountType.LEDGER_ACCOUNT, "display_id": "123456", + "account_number": "123465", }, bank_account={ "id": "ba_123456", "name": "Main Operating Account", "account_number": "123465", "bank_name": "Chase Bank", - }, customer_id="12345", supplier_id="12345", supplier={ + }, supplier_id="12345", supplier={ "id": "12345", "display_name": "Windsurf Shop", "address": { @@ -455,7 +451,7 @@ with Apideck( "notes": "Address notes or delivery instructions.", "row_version": "1-12345", }, - }, company_id="12345", department_id="12345", payment_type=apideck_unify.ExpensePaymentType.CASH, currency=apideck_unify.Currency.USD, currency_rate=0.69, type_=apideck_unify.ExpenseType.EXPENSE, memo="For travel expenses incurred on 2024-05-15", tax_rate={ + }, company_id="12345", department_id="12345", department=None, payment_type=apideck_unify.ExpensePaymentType.CASH, currency=apideck_unify.Currency.USD, currency_rate=0.69, type_=apideck_unify.ExpenseType.EXPENSE, memo="For travel expenses incurred on 2024-05-15", tax_rate={ "id": "123456", "rate": 10, }, tax_inclusive=True, sub_total=250, total_tax=25, total_amount=275, reference="INV-2024-001", source_document_url="https://www.invoicesolution.com/expense/123456", custom_fields=[ @@ -585,15 +581,16 @@ with Apideck( | `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX | | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `number` | *OptionalNullable[str]* | :heavy_minus_sign: | Number. | OIT00546 | | `account_id` | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. | 123456 | -| `account` | [OptionalNullable[models.LinkedLedgerAccount]](../../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | | +| `account` | [OptionalNullable[models.LinkedFinancialAccountInput]](../../models/linkedfinancialaccountinput.md) | :heavy_minus_sign: | A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. | | | `bank_account` | [OptionalNullable[models.LinkedBankAccount]](../../models/linkedbankaccount.md) | :heavy_minus_sign: | N/A | | -| `customer_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. | 12345 | | `supplier_id` | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The ID of the supplier this entity is linked to. Deprecated, use supplier instead. | 12345 | | `supplier` | [OptionalNullable[models.LinkedSupplierInput]](../../models/linkedsupplierinput.md) | :heavy_minus_sign: | The supplier this entity is linked to. | | | `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company ID the transaction belongs to | 12345 | | `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | +| `department` | [OptionalNullable[models.LinkedDepartmentInput]](../../models/linkeddepartmentinput.md) | :heavy_minus_sign: | N/A | | | `payment_type` | [OptionalNullable[models.ExpensePaymentType]](../../models/expensepaymenttype.md) | :heavy_minus_sign: | The type of payment for the expense. | cash | | `currency` | [OptionalNullable[models.Currency]](../../models/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD | | `currency_rate` | *OptionalNullable[float]* | :heavy_minus_sign: | Currency Exchange Rate at the time entity was recorded/generated. | 0.69 | diff --git a/docs/sdks/invoiceitems/README.md b/docs/sdks/invoiceitems/README.md index b5d2d173..aa2437e3 100644 --- a/docs/sdks/invoiceitems/README.md +++ b/docs/sdks/invoiceitems/README.md @@ -135,7 +135,7 @@ with Apideck( "id": "123456", "name": "New York", }, - ], active=True, department_id="12345", location_id="12345", subsidiary_id="12345", tax_schedule_id="123456", row_version="1-12345", pass_through=[ + ], active=True, department_id="12345", location_id="12345", subsidiary_id="12345", category_id="12345", tax_schedule_id="123456", row_version="1-12345", pass_through=[ { "service_id": "", "extend_paths": [ @@ -264,6 +264,7 @@ with Apideck( | `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | | `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 | | `subsidiary_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the subsidiary | 12345 | +| `category_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the category of the item | 12345 | | `tax_schedule_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the tax schedule | 123456 | | `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 | | `pass_through` | List[[models.PassThroughBody](../../models/passthroughbody.md)] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | | @@ -395,7 +396,7 @@ with Apideck( "id": "123456", "name": "New York", }, - ], active=True, department_id="12345", location_id="12345", subsidiary_id="12345", tax_schedule_id="123456", row_version="1-12345", pass_through=[ + ], active=True, department_id="12345", location_id="12345", subsidiary_id="12345", category_id="12345", tax_schedule_id="123456", row_version="1-12345", pass_through=[ { "service_id": "", "extend_paths": [ @@ -451,6 +452,7 @@ with Apideck( | `department_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the department | 12345 | | `location_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the location | 12345 | | `subsidiary_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the subsidiary | 12345 | +| `category_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the category of the item | 12345 | | `tax_schedule_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the tax schedule | 123456 | | `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 | | `pass_through` | List[[models.PassThroughBody](../../models/passthroughbody.md)] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | | diff --git a/docs/sdks/leads/README.md b/docs/sdks/leads/README.md index f8d2988a..1e51febf 100644 --- a/docs/sdks/leads/README.md +++ b/docs/sdks/leads/README.md @@ -99,7 +99,7 @@ with Apideck( api_key=os.getenv("APIDECK_API_KEY", ""), ) as apideck: - res = apideck.crm.leads.create(name="Elon Musk", raw=False, service_id="salesforce", company_name="Spacex", owner_id="54321", owner_name="John Doe", company_id="2", lead_id="2", lead_source="Cold Call", first_name="Elon", last_name="Musk", description="A thinker", prefix="Sir", title="CEO", language="EN", status="New", monetary_amount=75000, currency=apideck_unify.Currency.USD, fax="+12129876543", websites=[ + res = apideck.crm.leads.create(name="Elon Musk", raw=False, service_id="salesforce", company_name="Spacex", owner_id="54321", owner_name="John Doe", company_id="2", contact_id="3", lead_id="2", lead_source="Cold Call", first_name="Elon", last_name="Musk", description="A thinker", prefix="Sir", title="CEO", language="EN", status="New", monetary_amount=75000, currency=apideck_unify.Currency.USD, fax="+12129876543", websites=[ { "id": "12345", "url": "http://example.com", @@ -362,6 +362,7 @@ with Apideck( | `owner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The owner of the lead. | 54321 | | `owner_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the owner of the lead. | John Doe | | `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company the lead is associated with. | 2 | +| `contact_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The contact the lead is associated with. | 3 | | `lead_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The identifier of the lead. | 2 | | `lead_source` | *OptionalNullable[str]* | :heavy_minus_sign: | The source of the lead. | Cold Call | | `first_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The first name of the lead. | Elon | @@ -472,7 +473,7 @@ with Apideck( api_key=os.getenv("APIDECK_API_KEY", ""), ) as apideck: - res = apideck.crm.leads.update(id="", name="Elon Musk", service_id="salesforce", raw=False, company_name="Spacex", owner_id="54321", owner_name="John Doe", company_id="2", lead_id="2", lead_source="Cold Call", first_name="Elon", last_name="Musk", description="A thinker", prefix="Sir", title="CEO", language="EN", status="New", monetary_amount=75000, currency=apideck_unify.Currency.USD, fax="+12129876543", websites=[ + res = apideck.crm.leads.update(id="", name="Elon Musk", service_id="salesforce", raw=False, company_name="Spacex", owner_id="54321", owner_name="John Doe", company_id="2", contact_id="3", lead_id="2", lead_source="Cold Call", first_name="Elon", last_name="Musk", description="A thinker", prefix="Sir", title="CEO", language="EN", status="New", monetary_amount=75000, currency=apideck_unify.Currency.USD, fax="+12129876543", websites=[ { "id": "12345", "url": "http://example.com", @@ -670,6 +671,7 @@ with Apideck( | `owner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The owner of the lead. | 54321 | | `owner_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the owner of the lead. | John Doe | | `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company the lead is associated with. | 2 | +| `contact_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The contact the lead is associated with. | 3 | | `lead_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The identifier of the lead. | 2 | | `lead_source` | *OptionalNullable[str]* | :heavy_minus_sign: | The source of the lead. | Cold Call | | `first_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The first name of the lead. | Elon | diff --git a/docs/sdks/ledgeraccounts/README.md b/docs/sdks/ledgeraccounts/README.md index 0f3ff698..80cd38da 100644 --- a/docs/sdks/ledgeraccounts/README.md +++ b/docs/sdks/ledgeraccounts/README.md @@ -57,7 +57,7 @@ with Apideck( | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | | | `limit` | *Optional[int]* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | | -| `filter_` | [Optional[models.LedgerAccountsFilter]](../../models/ledgeraccountsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"classification": "asset"
} | +| `filter_` | [Optional[models.LedgerAccountsFilter]](../../models/ledgeraccountsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"classification": "asset",
"name": "Sales"
} | | `sort` | [Optional[models.LedgerAccountsSort]](../../models/ledgeraccountssort.md) | :heavy_minus_sign: | Apply sorting | {
"by": "updated_at",
"direction": "desc"
} | | `pass_through` | Dict[str, *Any*] | :heavy_minus_sign: | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | {
"search": "San Francisco"
} | | `fields` | *OptionalNullable[str]* | :heavy_minus_sign: | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded. | id,updated_at | diff --git a/docs/sdks/locations/README.md b/docs/sdks/locations/README.md index 60816f30..3a45fcc0 100644 --- a/docs/sdks/locations/README.md +++ b/docs/sdks/locations/README.md @@ -88,7 +88,7 @@ with Apideck( api_key=os.getenv("APIDECK_API_KEY", ""), ) as apideck: - res = apideck.accounting.locations.create(raw=False, service_id="salesforce", parent_id="12345", company_name="SpaceX", display_name="11 UT - South Jordan", status=apideck_unify.LocationStatus.ACTIVE, addresses=[ + res = apideck.accounting.locations.create(raw=False, service_id="salesforce", parent_id="12345", display_id="123456", company_name="SpaceX", display_name="11 UT - South Jordan", status=apideck_unify.LocationStatus.ACTIVE, addresses=[ { "id": "123", "type": apideck_unify.Type.PRIMARY, @@ -154,6 +154,7 @@ with Apideck( | `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX | | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `company_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the company. | SpaceX | | `display_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The display name of the location. | 11 UT - South Jordan | | `status` | [Optional[models.LocationStatus]](../../models/locationstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | @@ -251,7 +252,7 @@ with Apideck( api_key=os.getenv("APIDECK_API_KEY", ""), ) as apideck: - res = apideck.accounting.locations.update(id="", service_id="salesforce", raw=False, parent_id="12345", company_name="SpaceX", display_name="11 UT - South Jordan", status=apideck_unify.LocationStatus.ACTIVE, addresses=[ + res = apideck.accounting.locations.update(id="", service_id="salesforce", raw=False, parent_id="12345", display_id="123456", company_name="SpaceX", display_name="11 UT - South Jordan", status=apideck_unify.LocationStatus.ACTIVE, addresses=[ { "id": "123", "type": apideck_unify.Type.PRIMARY, @@ -389,6 +390,7 @@ with Apideck( | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `raw` | *Optional[bool]* | :heavy_minus_sign: | Include raw response. Mostly used for debugging purposes | | | `parent_id` | *OptionalNullable[str]* | :heavy_minus_sign: | A unique identifier for an object. | 12345 | +| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Id to be displayed. | 123456 | | `company_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the company. | SpaceX | | `display_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The display name of the location. | 11 UT - South Jordan | | `status` | [Optional[models.LocationStatus]](../../models/locationstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active | diff --git a/docs/sdks/payments/README.md b/docs/sdks/payments/README.md index 5d0fd381..9813c9e9 100644 --- a/docs/sdks/payments/README.md +++ b/docs/sdks/payments/README.md @@ -58,7 +58,7 @@ with Apideck( | `service_id` | *Optional[str]* | :heavy_minus_sign: | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce | | `cursor` | *OptionalNullable[str]* | :heavy_minus_sign: | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | | | `limit` | *Optional[int]* | :heavy_minus_sign: | Number of results to return. Minimum 1, Maximum 200, Default 20 | | -| `filter_` | [Optional[models.PaymentsFilter]](../../models/paymentsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"invoice_id": "123",
"supplier_id": "123"
} | +| `filter_` | [Optional[models.PaymentsFilter]](../../models/paymentsfilter.md) | :heavy_minus_sign: | Apply filters | {
"updated_since": "2020-09-30T07:43:32.000Z",
"invoice_id": "123",
"supplier_id": "123",
"type": "accounts_receivable"
} | | `sort` | [Optional[models.PaymentsSort]](../../models/paymentssort.md) | :heavy_minus_sign: | Apply sorting | {
"by": "updated_at",
"direction": "desc"
} | | `pass_through` | Dict[str, *Any*] | :heavy_minus_sign: | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | {
"search": "San Francisco"
} | | `fields` | *OptionalNullable[str]* | :heavy_minus_sign: | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded. | id,updated_at | diff --git a/pyproject.toml b/pyproject.toml index 9558ec09..e4ee5879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "apideck-unify" -version = "0.28.1" +version = "0.29.0" description = "Python Client SDK Generated by Speakeasy." authors = [{ name = "Speakeasy" },] readme = "README-PYPI.md" diff --git a/src/apideck_unify/_version.py b/src/apideck_unify/_version.py index bdbdd1a1..b5c94995 100644 --- a/src/apideck_unify/_version.py +++ b/src/apideck_unify/_version.py @@ -3,10 +3,10 @@ import importlib.metadata __title__: str = "apideck-unify" -__version__: str = "0.28.1" -__openapi_doc_version__: str = "10.22.0" +__version__: str = "0.29.0" +__openapi_doc_version__: str = "10.23.3" __gen_version__: str = "2.753.1" -__user_agent__: str = "speakeasy-sdk/python 0.28.1 2.753.1 10.22.0 apideck-unify" +__user_agent__: str = "speakeasy-sdk/python 0.29.0 2.753.1 10.23.3 apideck-unify" try: if __package__ is not None: diff --git a/src/apideck_unify/bankaccounts.py b/src/apideck_unify/bankaccounts.py index fdf188de..b7b38c9a 100644 --- a/src/apideck_unify/bankaccounts.py +++ b/src/apideck_unify/bankaccounts.py @@ -823,6 +823,9 @@ def get( self, *, id: str, + filter_: Optional[ + Union[models.BankAccountFilter, models.BankAccountFilterTypedDict] + ] = None, consumer_id: Optional[str] = None, app_id: Optional[str] = None, service_id: Optional[str] = None, @@ -838,6 +841,7 @@ def get( Get Bank Account :param id: ID of the record you are acting upon. + :param filter_: Apply filters :param consumer_id: ID of the consumer which you want to get or push data from :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. @@ -860,6 +864,9 @@ def get( request = models.AccountingBankAccountsOneRequest( id=id, + filter_=utils.get_pydantic_model( + filter_, Optional[models.BankAccountFilter] + ), consumer_id=consumer_id, app_id=app_id, service_id=service_id, @@ -967,6 +974,9 @@ async def get_async( self, *, id: str, + filter_: Optional[ + Union[models.BankAccountFilter, models.BankAccountFilterTypedDict] + ] = None, consumer_id: Optional[str] = None, app_id: Optional[str] = None, service_id: Optional[str] = None, @@ -982,6 +992,7 @@ async def get_async( Get Bank Account :param id: ID of the record you are acting upon. + :param filter_: Apply filters :param consumer_id: ID of the consumer which you want to get or push data from :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. @@ -1004,6 +1015,9 @@ async def get_async( request = models.AccountingBankAccountsOneRequest( id=id, + filter_=utils.get_pydantic_model( + filter_, Optional[models.BankAccountFilter] + ), consumer_id=consumer_id, app_id=app_id, service_id=service_id, diff --git a/src/apideck_unify/departments.py b/src/apideck_unify/departments.py index 2ddd2fe0..8192bcc7 100644 --- a/src/apideck_unify/departments.py +++ b/src/apideck_unify/departments.py @@ -383,6 +383,7 @@ def create( app_id: Optional[str] = None, service_id: Optional[str] = None, parent_id: OptionalNullable[str] = UNSET, + display_id: OptionalNullable[str] = UNSET, name: OptionalNullable[str] = UNSET, status: Optional[models.DepartmentStatus] = None, subsidiaries: Optional[ @@ -410,6 +411,7 @@ def create( :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param parent_id: A unique identifier for an object. + :param display_id: Id to be displayed. :param name: The name of the department. :param status: Based on the status some functionality is enabled or disabled. :param subsidiaries: @@ -438,6 +440,7 @@ def create( service_id=service_id, accounting_department=models.AccountingDepartmentInput( parent_id=parent_id, + display_id=display_id, name=name, status=status, subsidiaries=utils.get_pydantic_model( @@ -562,6 +565,7 @@ async def create_async( app_id: Optional[str] = None, service_id: Optional[str] = None, parent_id: OptionalNullable[str] = UNSET, + display_id: OptionalNullable[str] = UNSET, name: OptionalNullable[str] = UNSET, status: Optional[models.DepartmentStatus] = None, subsidiaries: Optional[ @@ -589,6 +593,7 @@ async def create_async( :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param parent_id: A unique identifier for an object. + :param display_id: Id to be displayed. :param name: The name of the department. :param status: Based on the status some functionality is enabled or disabled. :param subsidiaries: @@ -617,6 +622,7 @@ async def create_async( service_id=service_id, accounting_department=models.AccountingDepartmentInput( parent_id=parent_id, + display_id=display_id, name=name, status=status, subsidiaries=utils.get_pydantic_model( @@ -1030,6 +1036,7 @@ def update( service_id: Optional[str] = None, raw: Optional[bool] = False, parent_id: OptionalNullable[str] = UNSET, + display_id: OptionalNullable[str] = UNSET, name: OptionalNullable[str] = UNSET, status: Optional[models.DepartmentStatus] = None, subsidiaries: Optional[ @@ -1058,6 +1065,7 @@ def update( :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param raw: Include raw response. Mostly used for debugging purposes :param parent_id: A unique identifier for an object. + :param display_id: Id to be displayed. :param name: The name of the department. :param status: Based on the status some functionality is enabled or disabled. :param subsidiaries: @@ -1087,6 +1095,7 @@ def update( raw=raw, accounting_department=models.AccountingDepartmentInput( parent_id=parent_id, + display_id=display_id, name=name, status=status, subsidiaries=utils.get_pydantic_model( @@ -1212,6 +1221,7 @@ async def update_async( service_id: Optional[str] = None, raw: Optional[bool] = False, parent_id: OptionalNullable[str] = UNSET, + display_id: OptionalNullable[str] = UNSET, name: OptionalNullable[str] = UNSET, status: Optional[models.DepartmentStatus] = None, subsidiaries: Optional[ @@ -1240,6 +1250,7 @@ async def update_async( :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param raw: Include raw response. Mostly used for debugging purposes :param parent_id: A unique identifier for an object. + :param display_id: Id to be displayed. :param name: The name of the department. :param status: Based on the status some functionality is enabled or disabled. :param subsidiaries: @@ -1269,6 +1280,7 @@ async def update_async( raw=raw, accounting_department=models.AccountingDepartmentInput( parent_id=parent_id, + display_id=display_id, name=name, status=status, subsidiaries=utils.get_pydantic_model( diff --git a/src/apideck_unify/expenses.py b/src/apideck_unify/expenses.py index a8f4462e..3a94cf7a 100644 --- a/src/apideck_unify/expenses.py +++ b/src/apideck_unify/expenses.py @@ -370,21 +370,27 @@ def create( consumer_id: Optional[str] = None, app_id: Optional[str] = None, service_id: Optional[str] = None, + display_id: OptionalNullable[str] = UNSET, number: OptionalNullable[str] = UNSET, account_id: Optional[str] = None, account: OptionalNullable[ - Union[models.LinkedLedgerAccount, models.LinkedLedgerAccountTypedDict] + Union[ + models.LinkedFinancialAccountInput, + models.LinkedFinancialAccountInputTypedDict, + ] ] = UNSET, bank_account: OptionalNullable[ Union[models.LinkedBankAccount, models.LinkedBankAccountTypedDict] ] = UNSET, - customer_id: Optional[str] = None, supplier_id: Optional[str] = None, supplier: OptionalNullable[ Union[models.LinkedSupplierInput, models.LinkedSupplierInputTypedDict] ] = UNSET, company_id: OptionalNullable[str] = UNSET, department_id: OptionalNullable[str] = UNSET, + department: OptionalNullable[ + Union[models.LinkedDepartmentInput, models.LinkedDepartmentInputTypedDict] + ] = UNSET, payment_type: OptionalNullable[models.ExpensePaymentType] = UNSET, currency: OptionalNullable[models.Currency] = UNSET, currency_rate: OptionalNullable[float] = UNSET, @@ -422,15 +428,16 @@ def create( :param consumer_id: ID of the consumer which you want to get or push data from :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. + :param display_id: Id to be displayed. :param number: Number. :param account_id: The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. - :param account: + :param account: A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. :param bank_account: - :param customer_id: The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. :param supplier_id: The ID of the supplier this entity is linked to. Deprecated, use supplier instead. :param supplier: The supplier this entity is linked to. :param company_id: The company ID the transaction belongs to :param department_id: The ID of the department + :param department: :param payment_type: The type of payment for the expense. :param currency: Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). :param currency_rate: Currency Exchange Rate at the time entity was recorded/generated. @@ -468,22 +475,25 @@ def create( app_id=app_id, service_id=service_id, expense=models.ExpenseInput( + display_id=display_id, number=number, transaction_date=transaction_date, account_id=account_id, account=utils.get_pydantic_model( - account, OptionalNullable[models.LinkedLedgerAccount] + account, OptionalNullable[models.LinkedFinancialAccountInput] ), bank_account=utils.get_pydantic_model( bank_account, OptionalNullable[models.LinkedBankAccount] ), - customer_id=customer_id, supplier_id=supplier_id, supplier=utils.get_pydantic_model( supplier, OptionalNullable[models.LinkedSupplierInput] ), company_id=company_id, department_id=department_id, + department=utils.get_pydantic_model( + department, OptionalNullable[models.LinkedDepartmentInput] + ), payment_type=payment_type, currency=currency, currency_rate=currency_rate, @@ -623,21 +633,27 @@ async def create_async( consumer_id: Optional[str] = None, app_id: Optional[str] = None, service_id: Optional[str] = None, + display_id: OptionalNullable[str] = UNSET, number: OptionalNullable[str] = UNSET, account_id: Optional[str] = None, account: OptionalNullable[ - Union[models.LinkedLedgerAccount, models.LinkedLedgerAccountTypedDict] + Union[ + models.LinkedFinancialAccountInput, + models.LinkedFinancialAccountInputTypedDict, + ] ] = UNSET, bank_account: OptionalNullable[ Union[models.LinkedBankAccount, models.LinkedBankAccountTypedDict] ] = UNSET, - customer_id: Optional[str] = None, supplier_id: Optional[str] = None, supplier: OptionalNullable[ Union[models.LinkedSupplierInput, models.LinkedSupplierInputTypedDict] ] = UNSET, company_id: OptionalNullable[str] = UNSET, department_id: OptionalNullable[str] = UNSET, + department: OptionalNullable[ + Union[models.LinkedDepartmentInput, models.LinkedDepartmentInputTypedDict] + ] = UNSET, payment_type: OptionalNullable[models.ExpensePaymentType] = UNSET, currency: OptionalNullable[models.Currency] = UNSET, currency_rate: OptionalNullable[float] = UNSET, @@ -675,15 +691,16 @@ async def create_async( :param consumer_id: ID of the consumer which you want to get or push data from :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. + :param display_id: Id to be displayed. :param number: Number. :param account_id: The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. - :param account: + :param account: A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. :param bank_account: - :param customer_id: The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. :param supplier_id: The ID of the supplier this entity is linked to. Deprecated, use supplier instead. :param supplier: The supplier this entity is linked to. :param company_id: The company ID the transaction belongs to :param department_id: The ID of the department + :param department: :param payment_type: The type of payment for the expense. :param currency: Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). :param currency_rate: Currency Exchange Rate at the time entity was recorded/generated. @@ -721,22 +738,25 @@ async def create_async( app_id=app_id, service_id=service_id, expense=models.ExpenseInput( + display_id=display_id, number=number, transaction_date=transaction_date, account_id=account_id, account=utils.get_pydantic_model( - account, OptionalNullable[models.LinkedLedgerAccount] + account, OptionalNullable[models.LinkedFinancialAccountInput] ), bank_account=utils.get_pydantic_model( bank_account, OptionalNullable[models.LinkedBankAccount] ), - customer_id=customer_id, supplier_id=supplier_id, supplier=utils.get_pydantic_model( supplier, OptionalNullable[models.LinkedSupplierInput] ), company_id=company_id, department_id=department_id, + department=utils.get_pydantic_model( + department, OptionalNullable[models.LinkedDepartmentInput] + ), payment_type=payment_type, currency=currency, currency_rate=currency_rate, @@ -1159,21 +1179,27 @@ def update( app_id: Optional[str] = None, service_id: Optional[str] = None, raw: Optional[bool] = False, + display_id: OptionalNullable[str] = UNSET, number: OptionalNullable[str] = UNSET, account_id: Optional[str] = None, account: OptionalNullable[ - Union[models.LinkedLedgerAccount, models.LinkedLedgerAccountTypedDict] + Union[ + models.LinkedFinancialAccountInput, + models.LinkedFinancialAccountInputTypedDict, + ] ] = UNSET, bank_account: OptionalNullable[ Union[models.LinkedBankAccount, models.LinkedBankAccountTypedDict] ] = UNSET, - customer_id: Optional[str] = None, supplier_id: Optional[str] = None, supplier: OptionalNullable[ Union[models.LinkedSupplierInput, models.LinkedSupplierInputTypedDict] ] = UNSET, company_id: OptionalNullable[str] = UNSET, department_id: OptionalNullable[str] = UNSET, + department: OptionalNullable[ + Union[models.LinkedDepartmentInput, models.LinkedDepartmentInputTypedDict] + ] = UNSET, payment_type: OptionalNullable[models.ExpensePaymentType] = UNSET, currency: OptionalNullable[models.Currency] = UNSET, currency_rate: OptionalNullable[float] = UNSET, @@ -1212,15 +1238,16 @@ def update( :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param raw: Include raw response. Mostly used for debugging purposes + :param display_id: Id to be displayed. :param number: Number. :param account_id: The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. - :param account: + :param account: A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. :param bank_account: - :param customer_id: The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. :param supplier_id: The ID of the supplier this entity is linked to. Deprecated, use supplier instead. :param supplier: The supplier this entity is linked to. :param company_id: The company ID the transaction belongs to :param department_id: The ID of the department + :param department: :param payment_type: The type of payment for the expense. :param currency: Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). :param currency_rate: Currency Exchange Rate at the time entity was recorded/generated. @@ -1259,22 +1286,25 @@ def update( service_id=service_id, raw=raw, expense=models.ExpenseInput( + display_id=display_id, number=number, transaction_date=transaction_date, account_id=account_id, account=utils.get_pydantic_model( - account, OptionalNullable[models.LinkedLedgerAccount] + account, OptionalNullable[models.LinkedFinancialAccountInput] ), bank_account=utils.get_pydantic_model( bank_account, OptionalNullable[models.LinkedBankAccount] ), - customer_id=customer_id, supplier_id=supplier_id, supplier=utils.get_pydantic_model( supplier, OptionalNullable[models.LinkedSupplierInput] ), company_id=company_id, department_id=department_id, + department=utils.get_pydantic_model( + department, OptionalNullable[models.LinkedDepartmentInput] + ), payment_type=payment_type, currency=currency, currency_rate=currency_rate, @@ -1415,21 +1445,27 @@ async def update_async( app_id: Optional[str] = None, service_id: Optional[str] = None, raw: Optional[bool] = False, + display_id: OptionalNullable[str] = UNSET, number: OptionalNullable[str] = UNSET, account_id: Optional[str] = None, account: OptionalNullable[ - Union[models.LinkedLedgerAccount, models.LinkedLedgerAccountTypedDict] + Union[ + models.LinkedFinancialAccountInput, + models.LinkedFinancialAccountInputTypedDict, + ] ] = UNSET, bank_account: OptionalNullable[ Union[models.LinkedBankAccount, models.LinkedBankAccountTypedDict] ] = UNSET, - customer_id: Optional[str] = None, supplier_id: Optional[str] = None, supplier: OptionalNullable[ Union[models.LinkedSupplierInput, models.LinkedSupplierInputTypedDict] ] = UNSET, company_id: OptionalNullable[str] = UNSET, department_id: OptionalNullable[str] = UNSET, + department: OptionalNullable[ + Union[models.LinkedDepartmentInput, models.LinkedDepartmentInputTypedDict] + ] = UNSET, payment_type: OptionalNullable[models.ExpensePaymentType] = UNSET, currency: OptionalNullable[models.Currency] = UNSET, currency_rate: OptionalNullable[float] = UNSET, @@ -1468,15 +1504,16 @@ async def update_async( :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param raw: Include raw response. Mostly used for debugging purposes + :param display_id: Id to be displayed. :param number: Number. :param account_id: The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead. - :param account: + :param account: A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements. :param bank_account: - :param customer_id: The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. :param supplier_id: The ID of the supplier this entity is linked to. Deprecated, use supplier instead. :param supplier: The supplier this entity is linked to. :param company_id: The company ID the transaction belongs to :param department_id: The ID of the department + :param department: :param payment_type: The type of payment for the expense. :param currency: Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). :param currency_rate: Currency Exchange Rate at the time entity was recorded/generated. @@ -1515,22 +1552,25 @@ async def update_async( service_id=service_id, raw=raw, expense=models.ExpenseInput( + display_id=display_id, number=number, transaction_date=transaction_date, account_id=account_id, account=utils.get_pydantic_model( - account, OptionalNullable[models.LinkedLedgerAccount] + account, OptionalNullable[models.LinkedFinancialAccountInput] ), bank_account=utils.get_pydantic_model( bank_account, OptionalNullable[models.LinkedBankAccount] ), - customer_id=customer_id, supplier_id=supplier_id, supplier=utils.get_pydantic_model( supplier, OptionalNullable[models.LinkedSupplierInput] ), company_id=company_id, department_id=department_id, + department=utils.get_pydantic_model( + department, OptionalNullable[models.LinkedDepartmentInput] + ), payment_type=payment_type, currency=currency, currency_rate=currency_rate, diff --git a/src/apideck_unify/invoiceitems.py b/src/apideck_unify/invoiceitems.py index 150f407d..0507ff32 100644 --- a/src/apideck_unify/invoiceitems.py +++ b/src/apideck_unify/invoiceitems.py @@ -446,6 +446,7 @@ def create( department_id: OptionalNullable[str] = UNSET, location_id: OptionalNullable[str] = UNSET, subsidiary_id: OptionalNullable[str] = UNSET, + category_id: OptionalNullable[str] = UNSET, tax_schedule_id: OptionalNullable[str] = UNSET, row_version: OptionalNullable[str] = UNSET, pass_through: Optional[ @@ -488,6 +489,7 @@ def create( :param department_id: The ID of the department :param location_id: The ID of the location :param subsidiary_id: The ID of the subsidiary + :param category_id: ID of the category of the item :param tax_schedule_id: The ID of the tax schedule :param row_version: A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. :param pass_through: The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. @@ -552,6 +554,7 @@ def create( department_id=department_id, location_id=location_id, subsidiary_id=subsidiary_id, + category_id=category_id, tax_schedule_id=tax_schedule_id, row_version=row_version, pass_through=utils.get_pydantic_model( @@ -715,6 +718,7 @@ async def create_async( department_id: OptionalNullable[str] = UNSET, location_id: OptionalNullable[str] = UNSET, subsidiary_id: OptionalNullable[str] = UNSET, + category_id: OptionalNullable[str] = UNSET, tax_schedule_id: OptionalNullable[str] = UNSET, row_version: OptionalNullable[str] = UNSET, pass_through: Optional[ @@ -757,6 +761,7 @@ async def create_async( :param department_id: The ID of the department :param location_id: The ID of the location :param subsidiary_id: The ID of the subsidiary + :param category_id: ID of the category of the item :param tax_schedule_id: The ID of the tax schedule :param row_version: A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. :param pass_through: The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. @@ -821,6 +826,7 @@ async def create_async( department_id=department_id, location_id=location_id, subsidiary_id=subsidiary_id, + category_id=category_id, tax_schedule_id=tax_schedule_id, row_version=row_version, pass_through=utils.get_pydantic_model( @@ -1287,6 +1293,7 @@ def update( department_id: OptionalNullable[str] = UNSET, location_id: OptionalNullable[str] = UNSET, subsidiary_id: OptionalNullable[str] = UNSET, + category_id: OptionalNullable[str] = UNSET, tax_schedule_id: OptionalNullable[str] = UNSET, row_version: OptionalNullable[str] = UNSET, pass_through: Optional[ @@ -1330,6 +1337,7 @@ def update( :param department_id: The ID of the department :param location_id: The ID of the location :param subsidiary_id: The ID of the subsidiary + :param category_id: ID of the category of the item :param tax_schedule_id: The ID of the tax schedule :param row_version: A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. :param pass_through: The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. @@ -1395,6 +1403,7 @@ def update( department_id=department_id, location_id=location_id, subsidiary_id=subsidiary_id, + category_id=category_id, tax_schedule_id=tax_schedule_id, row_version=row_version, pass_through=utils.get_pydantic_model( @@ -1559,6 +1568,7 @@ async def update_async( department_id: OptionalNullable[str] = UNSET, location_id: OptionalNullable[str] = UNSET, subsidiary_id: OptionalNullable[str] = UNSET, + category_id: OptionalNullable[str] = UNSET, tax_schedule_id: OptionalNullable[str] = UNSET, row_version: OptionalNullable[str] = UNSET, pass_through: Optional[ @@ -1602,6 +1612,7 @@ async def update_async( :param department_id: The ID of the department :param location_id: The ID of the location :param subsidiary_id: The ID of the subsidiary + :param category_id: ID of the category of the item :param tax_schedule_id: The ID of the tax schedule :param row_version: A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. :param pass_through: The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. @@ -1667,6 +1678,7 @@ async def update_async( department_id=department_id, location_id=location_id, subsidiary_id=subsidiary_id, + category_id=category_id, tax_schedule_id=tax_schedule_id, row_version=row_version, pass_through=utils.get_pydantic_model( diff --git a/src/apideck_unify/leads.py b/src/apideck_unify/leads.py index 0a3da15e..59d58c48 100644 --- a/src/apideck_unify/leads.py +++ b/src/apideck_unify/leads.py @@ -393,6 +393,7 @@ def create( owner_id: OptionalNullable[str] = UNSET, owner_name: OptionalNullable[str] = UNSET, company_id: OptionalNullable[str] = UNSET, + contact_id: OptionalNullable[str] = UNSET, lead_id: OptionalNullable[str] = UNSET, lead_source: OptionalNullable[str] = UNSET, first_name: OptionalNullable[str] = UNSET, @@ -443,6 +444,7 @@ def create( :param owner_id: The owner of the lead. :param owner_name: The name of the owner of the lead. :param company_id: The company the lead is associated with. + :param contact_id: The contact the lead is associated with. :param lead_id: The identifier of the lead. :param lead_source: The source of the lead. :param first_name: The first name of the lead. @@ -489,6 +491,7 @@ def create( owner_id=owner_id, owner_name=owner_name, company_id=company_id, + contact_id=contact_id, lead_id=lead_id, lead_source=lead_source, first_name=first_name, @@ -635,6 +638,7 @@ async def create_async( owner_id: OptionalNullable[str] = UNSET, owner_name: OptionalNullable[str] = UNSET, company_id: OptionalNullable[str] = UNSET, + contact_id: OptionalNullable[str] = UNSET, lead_id: OptionalNullable[str] = UNSET, lead_source: OptionalNullable[str] = UNSET, first_name: OptionalNullable[str] = UNSET, @@ -685,6 +689,7 @@ async def create_async( :param owner_id: The owner of the lead. :param owner_name: The name of the owner of the lead. :param company_id: The company the lead is associated with. + :param contact_id: The contact the lead is associated with. :param lead_id: The identifier of the lead. :param lead_source: The source of the lead. :param first_name: The first name of the lead. @@ -731,6 +736,7 @@ async def create_async( owner_id=owner_id, owner_name=owner_name, company_id=company_id, + contact_id=contact_id, lead_id=lead_id, lead_source=lead_source, first_name=first_name, @@ -1166,6 +1172,7 @@ def update( owner_id: OptionalNullable[str] = UNSET, owner_name: OptionalNullable[str] = UNSET, company_id: OptionalNullable[str] = UNSET, + contact_id: OptionalNullable[str] = UNSET, lead_id: OptionalNullable[str] = UNSET, lead_source: OptionalNullable[str] = UNSET, first_name: OptionalNullable[str] = UNSET, @@ -1217,6 +1224,7 @@ def update( :param owner_id: The owner of the lead. :param owner_name: The name of the owner of the lead. :param company_id: The company the lead is associated with. + :param contact_id: The contact the lead is associated with. :param lead_id: The identifier of the lead. :param lead_source: The source of the lead. :param first_name: The first name of the lead. @@ -1264,6 +1272,7 @@ def update( owner_id=owner_id, owner_name=owner_name, company_id=company_id, + contact_id=contact_id, lead_id=lead_id, lead_source=lead_source, first_name=first_name, @@ -1411,6 +1420,7 @@ async def update_async( owner_id: OptionalNullable[str] = UNSET, owner_name: OptionalNullable[str] = UNSET, company_id: OptionalNullable[str] = UNSET, + contact_id: OptionalNullable[str] = UNSET, lead_id: OptionalNullable[str] = UNSET, lead_source: OptionalNullable[str] = UNSET, first_name: OptionalNullable[str] = UNSET, @@ -1462,6 +1472,7 @@ async def update_async( :param owner_id: The owner of the lead. :param owner_name: The name of the owner of the lead. :param company_id: The company the lead is associated with. + :param contact_id: The contact the lead is associated with. :param lead_id: The identifier of the lead. :param lead_source: The source of the lead. :param first_name: The first name of the lead. @@ -1509,6 +1520,7 @@ async def update_async( owner_id=owner_id, owner_name=owner_name, company_id=company_id, + contact_id=contact_id, lead_id=lead_id, lead_source=lead_source, first_name=first_name, diff --git a/src/apideck_unify/locations.py b/src/apideck_unify/locations.py index 3abeb285..825bac62 100644 --- a/src/apideck_unify/locations.py +++ b/src/apideck_unify/locations.py @@ -383,6 +383,7 @@ def create( app_id: Optional[str] = None, service_id: Optional[str] = None, parent_id: OptionalNullable[str] = UNSET, + display_id: OptionalNullable[str] = UNSET, company_name: OptionalNullable[str] = UNSET, display_name: OptionalNullable[str] = UNSET, status: Optional[models.LocationStatus] = None, @@ -413,6 +414,7 @@ def create( :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param parent_id: A unique identifier for an object. + :param display_id: Id to be displayed. :param company_name: The name of the company. :param display_name: The display name of the location. :param status: Based on the status some functionality is enabled or disabled. @@ -442,6 +444,7 @@ def create( service_id=service_id, accounting_location=models.AccountingLocationInput( parent_id=parent_id, + display_id=display_id, company_name=company_name, display_name=display_name, status=status, @@ -569,6 +572,7 @@ async def create_async( app_id: Optional[str] = None, service_id: Optional[str] = None, parent_id: OptionalNullable[str] = UNSET, + display_id: OptionalNullable[str] = UNSET, company_name: OptionalNullable[str] = UNSET, display_name: OptionalNullable[str] = UNSET, status: Optional[models.LocationStatus] = None, @@ -599,6 +603,7 @@ async def create_async( :param app_id: The ID of your Unify application :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param parent_id: A unique identifier for an object. + :param display_id: Id to be displayed. :param company_name: The name of the company. :param display_name: The display name of the location. :param status: Based on the status some functionality is enabled or disabled. @@ -628,6 +633,7 @@ async def create_async( service_id=service_id, accounting_location=models.AccountingLocationInput( parent_id=parent_id, + display_id=display_id, company_name=company_name, display_name=display_name, status=status, @@ -1044,6 +1050,7 @@ def update( service_id: Optional[str] = None, raw: Optional[bool] = False, parent_id: OptionalNullable[str] = UNSET, + display_id: OptionalNullable[str] = UNSET, company_name: OptionalNullable[str] = UNSET, display_name: OptionalNullable[str] = UNSET, status: Optional[models.LocationStatus] = None, @@ -1075,6 +1082,7 @@ def update( :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param raw: Include raw response. Mostly used for debugging purposes :param parent_id: A unique identifier for an object. + :param display_id: Id to be displayed. :param company_name: The name of the company. :param display_name: The display name of the location. :param status: Based on the status some functionality is enabled or disabled. @@ -1105,6 +1113,7 @@ def update( raw=raw, accounting_location=models.AccountingLocationInput( parent_id=parent_id, + display_id=display_id, company_name=company_name, display_name=display_name, status=status, @@ -1233,6 +1242,7 @@ async def update_async( service_id: Optional[str] = None, raw: Optional[bool] = False, parent_id: OptionalNullable[str] = UNSET, + display_id: OptionalNullable[str] = UNSET, company_name: OptionalNullable[str] = UNSET, display_name: OptionalNullable[str] = UNSET, status: Optional[models.LocationStatus] = None, @@ -1264,6 +1274,7 @@ async def update_async( :param service_id: Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. :param raw: Include raw response. Mostly used for debugging purposes :param parent_id: A unique identifier for an object. + :param display_id: Id to be displayed. :param company_name: The name of the company. :param display_name: The display name of the location. :param status: Based on the status some functionality is enabled or disabled. @@ -1294,6 +1305,7 @@ async def update_async( raw=raw, accounting_location=models.AccountingLocationInput( parent_id=parent_id, + display_id=display_id, company_name=company_name, display_name=display_name, status=status, diff --git a/src/apideck_unify/models/__init__.py b/src/apideck_unify/models/__init__.py index 18ec7f3b..c2a657d0 100644 --- a/src/apideck_unify/models/__init__.py +++ b/src/apideck_unify/models/__init__.py @@ -1230,6 +1230,11 @@ BankAccount2AccountType, BankAccount2TypedDict, ) + from .bankaccountfilter import ( + BankAccountFilter, + BankAccountFilterAccountType, + BankAccountFilterTypedDict, + ) from .bankaccountsfilter import ( BankAccountsFilter, BankAccountsFilterAccountType, @@ -1335,13 +1340,13 @@ ConnectionStatus, ConnectionTypedDict, ConnectionValue, - ConnectionValue5, - ConnectionValue5TypedDict, ConnectionValueTypedDict, Defaults, DefaultsTypedDict, Health, Target, + Value5, + Value5TypedDict, ) from .connectionimportdata import ( ConnectionImportData, @@ -2101,11 +2106,19 @@ from .customerssort import CustomersSort, CustomersSortBy, CustomersSortTypedDict from .customfield import ( CustomField, + CustomField1, + CustomField1TypedDict, + CustomField1Value, + CustomField1ValueTypedDict, + CustomField2, + CustomField2TypedDict, CustomFieldTypedDict, - Five, - FiveTypedDict, - Value, - ValueTypedDict, + CustomFieldValue, + CustomFieldValue25, + CustomFieldValue25TypedDict, + CustomFieldValue5, + CustomFieldValue5TypedDict, + CustomFieldValueTypedDict, ) from .customfieldfinder import CustomFieldFinder, CustomFieldFinderTypedDict from .custommapping import CustomMapping, CustomMappingTypedDict @@ -3641,6 +3654,11 @@ ) from .linkedcustomer import LinkedCustomer, LinkedCustomerTypedDict from .linkedcustomer_input import LinkedCustomerInput, LinkedCustomerInputTypedDict + from .linkeddepartment import LinkedDepartment, LinkedDepartmentTypedDict + from .linkeddepartment_input import ( + LinkedDepartmentInput, + LinkedDepartmentInputTypedDict, + ) from .linkedecommercecustomer import ( LinkedEcommerceCustomer, LinkedEcommerceCustomerTypedDict, @@ -3649,9 +3667,18 @@ LinkedEcommerceOrder, LinkedEcommerceOrderTypedDict, ) + from .linkedfinancialaccount import ( + LinkedFinancialAccount, + LinkedFinancialAccountAccountType, + LinkedFinancialAccountInput, + LinkedFinancialAccountInputTypedDict, + LinkedFinancialAccountTypedDict, + ) from .linkedfolder import LinkedFolder, LinkedFolderTypedDict from .linkedinvoiceitem import LinkedInvoiceItem, LinkedInvoiceItemTypedDict from .linkedledgeraccount import LinkedLedgerAccount, LinkedLedgerAccountTypedDict + from .linkedlocation import LinkedLocation, LinkedLocationTypedDict + from .linkedlocation_input import LinkedLocationInput, LinkedLocationInputTypedDict from .linkedparentcustomer import ( LinkedParentCustomer, LinkedParentCustomerTypedDict, @@ -3745,7 +3772,11 @@ PaymentRequiredResponse, PaymentRequiredResponseData, ) - from .paymentsfilter import PaymentsFilter, PaymentsFilterTypedDict + from .paymentsfilter import ( + PaymentsFilter, + PaymentsFilterType, + PaymentsFilterTypedDict, + ) from .paymentssort import PaymentsSort, PaymentsSortBy, PaymentsSortTypedDict from .paymentstatus import PaymentStatus from .paymenttype import PaymentType @@ -3875,13 +3906,13 @@ ) from .sharedlinktarget import SharedLinkTarget, SharedLinkTargetTypedDict from .simpleformfieldoption import ( + Five, + FiveTypedDict, OptionType, SimpleFormFieldOption, SimpleFormFieldOptionTypedDict, - SimpleFormFieldOptionValue, - SimpleFormFieldOptionValueTypedDict, - Value5, - Value5TypedDict, + Value, + ValueTypedDict, ) from .sms_messagesaddop import ( SmsMessagesAddGlobals, @@ -5434,6 +5465,9 @@ "BankAccount2", "BankAccount2AccountType", "BankAccount2TypedDict", + "BankAccountFilter", + "BankAccountFilterAccountType", + "BankAccountFilterTypedDict", "BankAccountType", "BankAccountTypedDict", "BankAccountsFilter", @@ -5542,8 +5576,6 @@ "ConnectionStatus", "ConnectionTypedDict", "ConnectionValue", - "ConnectionValue5", - "ConnectionValue5TypedDict", "ConnectionValueTypedDict", "Connector", "ConnectorAPIResourceCoverageOneGlobals", @@ -6079,9 +6111,21 @@ "Cursors", "CursorsTypedDict", "CustomField", + "CustomField1", + "CustomField1TypedDict", + "CustomField1Value", + "CustomField1ValueTypedDict", + "CustomField2", + "CustomField2TypedDict", "CustomFieldFinder", "CustomFieldFinderTypedDict", "CustomFieldTypedDict", + "CustomFieldValue", + "CustomFieldValue25", + "CustomFieldValue25TypedDict", + "CustomFieldValue5", + "CustomFieldValue5TypedDict", + "CustomFieldValueTypedDict", "CustomMapping", "CustomMappingInput", "CustomMappingInputTypedDict", @@ -7239,16 +7283,29 @@ "LinkedCustomerInput", "LinkedCustomerInputTypedDict", "LinkedCustomerTypedDict", + "LinkedDepartment", + "LinkedDepartmentInput", + "LinkedDepartmentInputTypedDict", + "LinkedDepartmentTypedDict", "LinkedEcommerceCustomer", "LinkedEcommerceCustomerTypedDict", "LinkedEcommerceOrder", "LinkedEcommerceOrderTypedDict", + "LinkedFinancialAccount", + "LinkedFinancialAccountAccountType", + "LinkedFinancialAccountInput", + "LinkedFinancialAccountInputTypedDict", + "LinkedFinancialAccountTypedDict", "LinkedFolder", "LinkedFolderTypedDict", "LinkedInvoiceItem", "LinkedInvoiceItemTypedDict", "LinkedLedgerAccount", "LinkedLedgerAccountTypedDict", + "LinkedLocation", + "LinkedLocationInput", + "LinkedLocationInputTypedDict", + "LinkedLocationTypedDict", "LinkedParentCustomer", "LinkedParentCustomerTypedDict", "LinkedPurchaseOrder", @@ -7359,6 +7416,7 @@ "PaymentTypedDict", "PaymentUnit", "PaymentsFilter", + "PaymentsFilterType", "PaymentsFilterTypedDict", "PaymentsSort", "PaymentsSortBy", @@ -7484,8 +7542,6 @@ "ShowAs", "SimpleFormFieldOption", "SimpleFormFieldOptionTypedDict", - "SimpleFormFieldOptionValue", - "SimpleFormFieldOptionValueTypedDict", "SmsMessagesAddGlobals", "SmsMessagesAddGlobalsTypedDict", "SmsMessagesAddRequest", @@ -8896,6 +8952,9 @@ "BankAccount2": ".bankaccount2", "BankAccount2AccountType": ".bankaccount2", "BankAccount2TypedDict": ".bankaccount2", + "BankAccountFilter": ".bankaccountfilter", + "BankAccountFilterAccountType": ".bankaccountfilter", + "BankAccountFilterTypedDict": ".bankaccountfilter", "BankAccountsFilter": ".bankaccountsfilter", "BankAccountsFilterAccountType": ".bankaccountsfilter", "BankAccountsFilterStatus": ".bankaccountsfilter", @@ -9000,13 +9059,13 @@ "ConnectionStatus": ".connection", "ConnectionTypedDict": ".connection", "ConnectionValue": ".connection", - "ConnectionValue5": ".connection", - "ConnectionValue5TypedDict": ".connection", "ConnectionValueTypedDict": ".connection", "Defaults": ".connection", "DefaultsTypedDict": ".connection", "Health": ".connection", "Target": ".connection", + "Value5": ".connection", + "Value5TypedDict": ".connection", "ConnectionImportData": ".connectionimportdata", "ConnectionImportDataTypedDict": ".connectionimportdata", "Credentials": ".connectionimportdata", @@ -9559,11 +9618,19 @@ "CustomersSortBy": ".customerssort", "CustomersSortTypedDict": ".customerssort", "CustomField": ".customfield", + "CustomField1": ".customfield", + "CustomField1TypedDict": ".customfield", + "CustomField1Value": ".customfield", + "CustomField1ValueTypedDict": ".customfield", + "CustomField2": ".customfield", + "CustomField2TypedDict": ".customfield", "CustomFieldTypedDict": ".customfield", - "Five": ".customfield", - "FiveTypedDict": ".customfield", - "Value": ".customfield", - "ValueTypedDict": ".customfield", + "CustomFieldValue": ".customfield", + "CustomFieldValue25": ".customfield", + "CustomFieldValue25TypedDict": ".customfield", + "CustomFieldValue5": ".customfield", + "CustomFieldValue5TypedDict": ".customfield", + "CustomFieldValueTypedDict": ".customfield", "CustomFieldFinder": ".customfieldfinder", "CustomFieldFinderTypedDict": ".customfieldfinder", "CustomMapping": ".custommapping", @@ -10718,16 +10785,29 @@ "LinkedCustomerTypedDict": ".linkedcustomer", "LinkedCustomerInput": ".linkedcustomer_input", "LinkedCustomerInputTypedDict": ".linkedcustomer_input", + "LinkedDepartment": ".linkeddepartment", + "LinkedDepartmentTypedDict": ".linkeddepartment", + "LinkedDepartmentInput": ".linkeddepartment_input", + "LinkedDepartmentInputTypedDict": ".linkeddepartment_input", "LinkedEcommerceCustomer": ".linkedecommercecustomer", "LinkedEcommerceCustomerTypedDict": ".linkedecommercecustomer", "LinkedEcommerceOrder": ".linkedecommerceorder", "LinkedEcommerceOrderTypedDict": ".linkedecommerceorder", + "LinkedFinancialAccount": ".linkedfinancialaccount", + "LinkedFinancialAccountAccountType": ".linkedfinancialaccount", + "LinkedFinancialAccountInput": ".linkedfinancialaccount", + "LinkedFinancialAccountInputTypedDict": ".linkedfinancialaccount", + "LinkedFinancialAccountTypedDict": ".linkedfinancialaccount", "LinkedFolder": ".linkedfolder", "LinkedFolderTypedDict": ".linkedfolder", "LinkedInvoiceItem": ".linkedinvoiceitem", "LinkedInvoiceItemTypedDict": ".linkedinvoiceitem", "LinkedLedgerAccount": ".linkedledgeraccount", "LinkedLedgerAccountTypedDict": ".linkedledgeraccount", + "LinkedLocation": ".linkedlocation", + "LinkedLocationTypedDict": ".linkedlocation", + "LinkedLocationInput": ".linkedlocation_input", + "LinkedLocationInputTypedDict": ".linkedlocation_input", "LinkedParentCustomer": ".linkedparentcustomer", "LinkedParentCustomerTypedDict": ".linkedparentcustomer", "LinkedPurchaseOrder": ".linkedpurchaseorder", @@ -10818,6 +10898,7 @@ "PaymentRequiredResponse": ".paymentrequiredresponse", "PaymentRequiredResponseData": ".paymentrequiredresponse", "PaymentsFilter": ".paymentsfilter", + "PaymentsFilterType": ".paymentsfilter", "PaymentsFilterTypedDict": ".paymentsfilter", "PaymentsSort": ".paymentssort", "PaymentsSortBy": ".paymentssort", @@ -10940,13 +11021,13 @@ "SharedLinkTypedDict": ".sharedlink", "SharedLinkTarget": ".sharedlinktarget", "SharedLinkTargetTypedDict": ".sharedlinktarget", + "Five": ".simpleformfieldoption", + "FiveTypedDict": ".simpleformfieldoption", "OptionType": ".simpleformfieldoption", "SimpleFormFieldOption": ".simpleformfieldoption", "SimpleFormFieldOptionTypedDict": ".simpleformfieldoption", - "SimpleFormFieldOptionValue": ".simpleformfieldoption", - "SimpleFormFieldOptionValueTypedDict": ".simpleformfieldoption", - "Value5": ".simpleformfieldoption", - "Value5TypedDict": ".simpleformfieldoption", + "Value": ".simpleformfieldoption", + "ValueTypedDict": ".simpleformfieldoption", "SmsMessagesAddGlobals": ".sms_messagesaddop", "SmsMessagesAddGlobalsTypedDict": ".sms_messagesaddop", "SmsMessagesAddRequest": ".sms_messagesaddop", diff --git a/src/apideck_unify/models/accounting_bankaccountsoneop.py b/src/apideck_unify/models/accounting_bankaccountsoneop.py index 38102e2f..db87fa51 100644 --- a/src/apideck_unify/models/accounting_bankaccountsoneop.py +++ b/src/apideck_unify/models/accounting_bankaccountsoneop.py @@ -1,6 +1,7 @@ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" from __future__ import annotations +from .bankaccountfilter import BankAccountFilter, BankAccountFilterTypedDict from .getbankaccountresponse import ( GetBankAccountResponse, GetBankAccountResponseTypedDict, @@ -55,6 +56,8 @@ class AccountingBankAccountsOneGlobals(BaseModel): class AccountingBankAccountsOneRequestTypedDict(TypedDict): id: str r"""ID of the record you are acting upon.""" + filter_: NotRequired[BankAccountFilterTypedDict] + r"""Apply filters""" consumer_id: NotRequired[str] r"""ID of the consumer which you want to get or push data from""" app_id: NotRequired[str] @@ -73,6 +76,13 @@ class AccountingBankAccountsOneRequest(BaseModel): ] r"""ID of the record you are acting upon.""" + filter_: Annotated[ + Optional[BankAccountFilter], + pydantic.Field(alias="filter"), + FieldMetadata(query=QueryParamMetadata(style="deepObject", explode=True)), + ] = None + r"""Apply filters""" + consumer_id: Annotated[ Optional[str], pydantic.Field(alias="x-apideck-consumer-id"), @@ -108,7 +118,14 @@ class AccountingBankAccountsOneRequest(BaseModel): @model_serializer(mode="wrap") def serialize_model(self, handler): - optional_fields = ["consumerId", "appId", "serviceId", "raw", "fields"] + optional_fields = [ + "filter", + "consumerId", + "appId", + "serviceId", + "raw", + "fields", + ] nullable_fields = ["fields"] null_default_fields = [] diff --git a/src/apideck_unify/models/accountingdepartment.py b/src/apideck_unify/models/accountingdepartment.py index 38fae25c..3b69961b 100644 --- a/src/apideck_unify/models/accountingdepartment.py +++ b/src/apideck_unify/models/accountingdepartment.py @@ -33,6 +33,8 @@ class AccountingDepartmentTypedDict(TypedDict): r"""A unique identifier for an object.""" parent_id: NotRequired[Nullable[str]] r"""A unique identifier for an object.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" name: NotRequired[Nullable[str]] r"""The name of the department.""" status: NotRequired[DepartmentStatus] @@ -40,6 +42,8 @@ class AccountingDepartmentTypedDict(TypedDict): subsidiaries: NotRequired[List[SubsidiaryReferenceTypedDict]] code: NotRequired[str] r"""The code of the department.""" + downstream_id: NotRequired[Nullable[str]] + r"""The third-party API ID of original entity""" custom_mappings: NotRequired[Nullable[Dict[str, Any]]] r"""When custom mappings are configured on the resource, the result is included here.""" row_version: NotRequired[Nullable[str]] @@ -63,6 +67,9 @@ class AccountingDepartment(BaseModel): parent_id: OptionalNullable[str] = UNSET r"""A unique identifier for an object.""" + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + name: OptionalNullable[str] = UNSET r"""The name of the department.""" @@ -74,6 +81,9 @@ class AccountingDepartment(BaseModel): code: Optional[str] = None r"""The code of the department.""" + downstream_id: OptionalNullable[str] = UNSET + r"""The third-party API ID of original entity""" + custom_mappings: OptionalNullable[Dict[str, Any]] = UNSET r"""When custom mappings are configured on the resource, the result is included here.""" @@ -100,10 +110,12 @@ def serialize_model(self, handler): optional_fields = [ "id", "parent_id", + "display_id", "name", "status", "subsidiaries", "code", + "downstream_id", "custom_mappings", "row_version", "updated_by", @@ -114,7 +126,9 @@ def serialize_model(self, handler): ] nullable_fields = [ "parent_id", + "display_id", "name", + "downstream_id", "custom_mappings", "row_version", "updated_by", @@ -152,6 +166,8 @@ def serialize_model(self, handler): class AccountingDepartmentInputTypedDict(TypedDict): parent_id: NotRequired[Nullable[str]] r"""A unique identifier for an object.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" name: NotRequired[Nullable[str]] r"""The name of the department.""" status: NotRequired[DepartmentStatus] @@ -169,6 +185,9 @@ class AccountingDepartmentInput(BaseModel): parent_id: OptionalNullable[str] = UNSET r"""A unique identifier for an object.""" + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + name: OptionalNullable[str] = UNSET r"""The name of the department.""" @@ -190,6 +209,7 @@ class AccountingDepartmentInput(BaseModel): def serialize_model(self, handler): optional_fields = [ "parent_id", + "display_id", "name", "status", "subsidiaries", @@ -197,7 +217,7 @@ def serialize_model(self, handler): "row_version", "pass_through", ] - nullable_fields = ["parent_id", "name", "row_version"] + nullable_fields = ["parent_id", "display_id", "name", "row_version"] null_default_fields = [] serialized = handler(self) diff --git a/src/apideck_unify/models/accountinglocation.py b/src/apideck_unify/models/accountinglocation.py index 856e80ee..24c27d1b 100644 --- a/src/apideck_unify/models/accountinglocation.py +++ b/src/apideck_unify/models/accountinglocation.py @@ -34,6 +34,10 @@ class AccountingLocationTypedDict(TypedDict): r"""A unique identifier for an object.""" parent_id: NotRequired[Nullable[str]] r"""A unique identifier for an object.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" + downstream_id: NotRequired[Nullable[str]] + r"""The third-party API ID of original entity""" company_name: NotRequired[Nullable[str]] r"""The name of the company.""" display_name: NotRequired[Nullable[str]] @@ -65,6 +69,12 @@ class AccountingLocation(BaseModel): parent_id: OptionalNullable[str] = UNSET r"""A unique identifier for an object.""" + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + + downstream_id: OptionalNullable[str] = UNSET + r"""The third-party API ID of original entity""" + company_name: OptionalNullable[str] = UNSET r"""The name of the company.""" @@ -104,6 +114,8 @@ def serialize_model(self, handler): optional_fields = [ "id", "parent_id", + "display_id", + "downstream_id", "company_name", "display_name", "status", @@ -119,6 +131,8 @@ def serialize_model(self, handler): ] nullable_fields = [ "parent_id", + "display_id", + "downstream_id", "company_name", "display_name", "custom_mappings", @@ -158,6 +172,8 @@ def serialize_model(self, handler): class AccountingLocationInputTypedDict(TypedDict): parent_id: NotRequired[Nullable[str]] r"""A unique identifier for an object.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" company_name: NotRequired[Nullable[str]] r"""The name of the company.""" display_name: NotRequired[Nullable[str]] @@ -176,6 +192,9 @@ class AccountingLocationInput(BaseModel): parent_id: OptionalNullable[str] = UNSET r"""A unique identifier for an object.""" + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + company_name: OptionalNullable[str] = UNSET r"""The name of the company.""" @@ -199,6 +218,7 @@ class AccountingLocationInput(BaseModel): def serialize_model(self, handler): optional_fields = [ "parent_id", + "display_id", "company_name", "display_name", "status", @@ -207,7 +227,13 @@ def serialize_model(self, handler): "row_version", "pass_through", ] - nullable_fields = ["parent_id", "company_name", "display_name", "row_version"] + nullable_fields = [ + "parent_id", + "display_id", + "company_name", + "display_name", + "row_version", + ] null_default_fields = [] serialized = handler(self) diff --git a/src/apideck_unify/models/bankaccountfilter.py b/src/apideck_unify/models/bankaccountfilter.py new file mode 100644 index 00000000..3e4213e8 --- /dev/null +++ b/src/apideck_unify/models/bankaccountfilter.py @@ -0,0 +1,32 @@ +"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" + +from __future__ import annotations +from apideck_unify.types import BaseModel +from apideck_unify.utils import FieldMetadata +from enum import Enum +from typing import Optional +from typing_extensions import Annotated, NotRequired, TypedDict + + +class BankAccountFilterAccountType(str, Enum): + r"""Filter by account type""" + + CHECKING = "checking" + SAVINGS = "savings" + CREDIT_CARD = "credit_card" + MONEY_MARKET = "money_market" + LINE_OF_CREDIT = "line_of_credit" + OTHER = "other" + CASH = "cash" + + +class BankAccountFilterTypedDict(TypedDict): + account_type: NotRequired[BankAccountFilterAccountType] + r"""Filter by account type""" + + +class BankAccountFilter(BaseModel): + account_type: Annotated[ + Optional[BankAccountFilterAccountType], FieldMetadata(query=True) + ] = None + r"""Filter by account type""" diff --git a/src/apideck_unify/models/connection.py b/src/apideck_unify/models/connection.py index f6082e26..d80e03b8 100644 --- a/src/apideck_unify/models/connection.py +++ b/src/apideck_unify/models/connection.py @@ -41,22 +41,19 @@ class Target(str, Enum): RESOURCE = "resource" -ConnectionValue5TypedDict = TypeAliasType( - "ConnectionValue5TypedDict", Union[str, int, float] -) +Value5TypedDict = TypeAliasType("Value5TypedDict", Union[str, int, float]) -ConnectionValue5 = TypeAliasType("ConnectionValue5", Union[str, int, float]) +Value5 = TypeAliasType("Value5", Union[str, int, float]) ConnectionValueTypedDict = TypeAliasType( - "ConnectionValueTypedDict", - Union[str, int, float, bool, List[ConnectionValue5TypedDict]], + "ConnectionValueTypedDict", Union[str, int, float, bool, List[Value5TypedDict]] ) ConnectionValue = TypeAliasType( - "ConnectionValue", Union[str, int, float, bool, List[ConnectionValue5]] + "ConnectionValue", Union[str, int, float, bool, List[Value5]] ) diff --git a/src/apideck_unify/models/creditnote.py b/src/apideck_unify/models/creditnote.py index 80f1ed4c..c32c19a3 100644 --- a/src/apideck_unify/models/creditnote.py +++ b/src/apideck_unify/models/creditnote.py @@ -43,6 +43,7 @@ class CreditNoteStatus(str, Enum): DRAFT = "draft" AUTHORISED = "authorised" + POSTED = "posted" PARTIALLY_PAID = "partially_paid" PAID = "paid" VOIDED = "voided" diff --git a/src/apideck_unify/models/customfield.py b/src/apideck_unify/models/customfield.py index 55a291b0..366946be 100644 --- a/src/apideck_unify/models/customfield.py +++ b/src/apideck_unify/models/customfield.py @@ -13,34 +13,116 @@ from typing_extensions import NotRequired, TypeAliasType, TypedDict -FiveTypedDict = TypeAliasType("FiveTypedDict", Union[str, float, bool, Dict[str, Any]]) +CustomFieldValue25TypedDict = TypeAliasType( + "CustomFieldValue25TypedDict", Union[str, float, bool, Dict[str, Any]] +) -Five = TypeAliasType("Five", Union[str, float, bool, Dict[str, Any]]) +CustomFieldValue25 = TypeAliasType( + "CustomFieldValue25", Union[str, float, bool, Dict[str, Any]] +) -ValueTypedDict = TypeAliasType( - "ValueTypedDict", - Union[str, float, bool, Dict[str, Any], List[Nullable[FiveTypedDict]]], +CustomFieldValueTypedDict = TypeAliasType( + "CustomFieldValueTypedDict", + Union[ + str, float, bool, Dict[str, Any], List[Nullable[CustomFieldValue25TypedDict]] + ], ) -Value = TypeAliasType( - "Value", Union[str, float, bool, Dict[str, Any], List[Nullable[Five]]] +CustomFieldValue = TypeAliasType( + "CustomFieldValue", + Union[str, float, bool, Dict[str, Any], List[Nullable[CustomFieldValue25]]], ) -class CustomFieldTypedDict(TypedDict): +class CustomField2TypedDict(TypedDict): + name: Nullable[str] + r"""Name of the custom field.""" + id: NotRequired[Nullable[str]] + r"""Unique identifier for the custom field.""" + description: NotRequired[Nullable[str]] + r"""More information about the custom field""" + value: NotRequired[Nullable[CustomFieldValueTypedDict]] + + +class CustomField2(BaseModel): + name: Nullable[str] + r"""Name of the custom field.""" + + id: OptionalNullable[str] = UNSET + r"""Unique identifier for the custom field.""" + + description: OptionalNullable[str] = UNSET + r"""More information about the custom field""" + + value: OptionalNullable[CustomFieldValue] = UNSET + + @model_serializer(mode="wrap") + def serialize_model(self, handler): + optional_fields = ["id", "description", "value"] + nullable_fields = ["id", "name", "description", "value"] + null_default_fields = [] + + serialized = handler(self) + + m = {} + + for n, f in type(self).model_fields.items(): + k = f.alias or n + val = serialized.get(k) + serialized.pop(k, None) + + optional_nullable = k in optional_fields and k in nullable_fields + is_set = ( + self.__pydantic_fields_set__.intersection({n}) + or k in null_default_fields + ) # pylint: disable=no-member + + if val is not None and val != UNSET_SENTINEL: + m[k] = val + elif val != UNSET_SENTINEL and ( + not k in optional_fields or (optional_nullable and is_set) + ): + m[k] = val + + return m + + +CustomFieldValue5TypedDict = TypeAliasType( + "CustomFieldValue5TypedDict", Union[str, float, bool, Dict[str, Any]] +) + + +CustomFieldValue5 = TypeAliasType( + "CustomFieldValue5", Union[str, float, bool, Dict[str, Any]] +) + + +CustomField1ValueTypedDict = TypeAliasType( + "CustomField1ValueTypedDict", + Union[str, float, bool, Dict[str, Any], List[Nullable[CustomFieldValue5TypedDict]]], +) + + +CustomField1Value = TypeAliasType( + "CustomField1Value", + Union[str, float, bool, Dict[str, Any], List[Nullable[CustomFieldValue5]]], +) + + +class CustomField1TypedDict(TypedDict): id: Nullable[str] r"""Unique identifier for the custom field.""" name: NotRequired[Nullable[str]] r"""Name of the custom field.""" description: NotRequired[Nullable[str]] r"""More information about the custom field""" - value: NotRequired[Nullable[ValueTypedDict]] + value: NotRequired[Nullable[CustomField1ValueTypedDict]] -class CustomField(BaseModel): +class CustomField1(BaseModel): id: Nullable[str] r"""Unique identifier for the custom field.""" @@ -50,7 +132,7 @@ class CustomField(BaseModel): description: OptionalNullable[str] = UNSET r"""More information about the custom field""" - value: OptionalNullable[Value] = UNSET + value: OptionalNullable[CustomField1Value] = UNSET @model_serializer(mode="wrap") def serialize_model(self, handler): @@ -81,3 +163,11 @@ def serialize_model(self, handler): m[k] = val return m + + +CustomFieldTypedDict = TypeAliasType( + "CustomFieldTypedDict", Union[CustomField1TypedDict, CustomField2TypedDict] +) + + +CustomField = TypeAliasType("CustomField", Union[CustomField1, CustomField2]) diff --git a/src/apideck_unify/models/ecommerceorderlineitem.py b/src/apideck_unify/models/ecommerceorderlineitem.py index cc575c0a..ec850b97 100644 --- a/src/apideck_unify/models/ecommerceorderlineitem.py +++ b/src/apideck_unify/models/ecommerceorderlineitem.py @@ -67,8 +67,6 @@ def serialize_model(self, handler): class EcommerceOrderLineItemTypedDict(TypedDict): r"""A single line item of an ecommerce order, representing a product or variant with associated options, quantity, and pricing information.""" - name: Nullable[str] - r"""The name of the product or variant associated with the line item.""" quantity: Nullable[str] r"""The quantity of the product or variant associated with the line item.""" id: NotRequired[Nullable[str]] @@ -79,6 +77,8 @@ class EcommerceOrderLineItemTypedDict(TypedDict): r"""A unique identifier for the variant of the product associated with the line item, if applicable.""" sku: NotRequired[Nullable[str]] r"""The SKU of the product or variant associated with the line item.""" + name: NotRequired[Nullable[str]] + r"""The name of the product or variant associated with the line item.""" description: NotRequired[Nullable[str]] r"""The description of the product or variant associated with the line item.""" options: NotRequired[List[OptionsTypedDict]] @@ -104,9 +104,6 @@ class EcommerceOrderLineItemTypedDict(TypedDict): class EcommerceOrderLineItem(BaseModel): r"""A single line item of an ecommerce order, representing a product or variant with associated options, quantity, and pricing information.""" - name: Nullable[str] - r"""The name of the product or variant associated with the line item.""" - quantity: Nullable[str] r"""The quantity of the product or variant associated with the line item.""" @@ -122,6 +119,9 @@ class EcommerceOrderLineItem(BaseModel): sku: OptionalNullable[str] = UNSET r"""The SKU of the product or variant associated with the line item.""" + name: OptionalNullable[str] = UNSET + r"""The name of the product or variant associated with the line item.""" + description: OptionalNullable[str] = UNSET r"""The description of the product or variant associated with the line item.""" @@ -160,6 +160,7 @@ def serialize_model(self, handler): "product_id", "variant_id", "sku", + "name", "description", "options", "unit_price", diff --git a/src/apideck_unify/models/expense.py b/src/apideck_unify/models/expense.py index 2183d2ed..0148de6d 100644 --- a/src/apideck_unify/models/expense.py +++ b/src/apideck_unify/models/expense.py @@ -6,7 +6,17 @@ from .expenselineitem import ExpenseLineItem, ExpenseLineItemTypedDict from .expenselineitem_input import ExpenseLineItemInput, ExpenseLineItemInputTypedDict from .linkedbankaccount import LinkedBankAccount, LinkedBankAccountTypedDict -from .linkedledgeraccount import LinkedLedgerAccount, LinkedLedgerAccountTypedDict +from .linkeddepartment import LinkedDepartment, LinkedDepartmentTypedDict +from .linkeddepartment_input import ( + LinkedDepartmentInput, + LinkedDepartmentInputTypedDict, +) +from .linkedfinancialaccount import ( + LinkedFinancialAccount, + LinkedFinancialAccountInput, + LinkedFinancialAccountInputTypedDict, + LinkedFinancialAccountTypedDict, +) from .linkedsupplier import LinkedSupplier, LinkedSupplierTypedDict from .linkedsupplier_input import LinkedSupplierInput, LinkedSupplierInputTypedDict from .linkedtaxrate import LinkedTaxRate, LinkedTaxRateTypedDict @@ -57,14 +67,15 @@ class ExpenseTypedDict(TypedDict): r"""Expense line items linked to this expense.""" id: NotRequired[str] r"""A unique identifier for an object.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" number: NotRequired[Nullable[str]] r"""Number.""" account_id: NotRequired[str] r"""The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead.""" - account: NotRequired[Nullable[LinkedLedgerAccountTypedDict]] + account: NotRequired[Nullable[LinkedFinancialAccountTypedDict]] + r"""A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements.""" bank_account: NotRequired[Nullable[LinkedBankAccountTypedDict]] - customer_id: NotRequired[str] - r"""The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers.""" supplier_id: NotRequired[str] r"""The ID of the supplier this entity is linked to. Deprecated, use supplier instead.""" supplier: NotRequired[Nullable[LinkedSupplierTypedDict]] @@ -73,6 +84,7 @@ class ExpenseTypedDict(TypedDict): r"""The company ID the transaction belongs to""" department_id: NotRequired[Nullable[str]] r"""The ID of the department""" + department: NotRequired[Nullable[LinkedDepartmentTypedDict]] payment_type: NotRequired[Nullable[ExpensePaymentType]] r"""The type of payment for the expense.""" currency: NotRequired[Nullable[Currency]] @@ -125,6 +137,9 @@ class Expense(BaseModel): id: Optional[str] = None r"""A unique identifier for an object.""" + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + number: OptionalNullable[str] = UNSET r"""Number.""" @@ -136,13 +151,11 @@ class Expense(BaseModel): ] = None r"""The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead.""" - account: OptionalNullable[LinkedLedgerAccount] = UNSET + account: OptionalNullable[LinkedFinancialAccount] = UNSET + r"""A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements.""" bank_account: OptionalNullable[LinkedBankAccount] = UNSET - customer_id: Optional[str] = None - r"""The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers.""" - supplier_id: Annotated[ Optional[str], pydantic.Field( @@ -160,6 +173,8 @@ class Expense(BaseModel): department_id: OptionalNullable[str] = UNSET r"""The ID of the department""" + department: OptionalNullable[LinkedDepartment] = UNSET + payment_type: OptionalNullable[ExpensePaymentType] = UNSET r"""The type of payment for the expense.""" @@ -225,15 +240,16 @@ class Expense(BaseModel): def serialize_model(self, handler): optional_fields = [ "id", + "display_id", "number", "account_id", "account", "bank_account", - "customer_id", "supplier_id", "supplier", "company_id", "department_id", + "department", "payment_type", "currency", "currency_rate", @@ -257,6 +273,7 @@ def serialize_model(self, handler): "pass_through", ] nullable_fields = [ + "display_id", "number", "transaction_date", "account", @@ -264,6 +281,7 @@ def serialize_model(self, handler): "supplier", "company_id", "department_id", + "department", "payment_type", "currency", "currency_rate", @@ -315,14 +333,15 @@ class ExpenseInputTypedDict(TypedDict): r"""The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD""" line_items: List[ExpenseLineItemInputTypedDict] r"""Expense line items linked to this expense.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" number: NotRequired[Nullable[str]] r"""Number.""" account_id: NotRequired[str] r"""The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead.""" - account: NotRequired[Nullable[LinkedLedgerAccountTypedDict]] + account: NotRequired[Nullable[LinkedFinancialAccountInputTypedDict]] + r"""A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements.""" bank_account: NotRequired[Nullable[LinkedBankAccountTypedDict]] - customer_id: NotRequired[str] - r"""The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers.""" supplier_id: NotRequired[str] r"""The ID of the supplier this entity is linked to. Deprecated, use supplier instead.""" supplier: NotRequired[Nullable[LinkedSupplierInputTypedDict]] @@ -331,6 +350,7 @@ class ExpenseInputTypedDict(TypedDict): r"""The company ID the transaction belongs to""" department_id: NotRequired[Nullable[str]] r"""The ID of the department""" + department: NotRequired[Nullable[LinkedDepartmentInputTypedDict]] payment_type: NotRequired[Nullable[ExpensePaymentType]] r"""The type of payment for the expense.""" currency: NotRequired[Nullable[Currency]] @@ -370,6 +390,9 @@ class ExpenseInput(BaseModel): line_items: List[ExpenseLineItemInput] r"""Expense line items linked to this expense.""" + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + number: OptionalNullable[str] = UNSET r"""Number.""" @@ -381,13 +404,11 @@ class ExpenseInput(BaseModel): ] = None r"""The unique identifier for the ledger account that this expense should be credited to. Deprecated, use account instead.""" - account: OptionalNullable[LinkedLedgerAccount] = UNSET + account: OptionalNullable[LinkedFinancialAccountInput] = UNSET + r"""A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements.""" bank_account: OptionalNullable[LinkedBankAccount] = UNSET - customer_id: Optional[str] = None - r"""The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers.""" - supplier_id: Annotated[ Optional[str], pydantic.Field( @@ -405,6 +426,8 @@ class ExpenseInput(BaseModel): department_id: OptionalNullable[str] = UNSET r"""The ID of the department""" + department: OptionalNullable[LinkedDepartmentInput] = UNSET + payment_type: OptionalNullable[ExpensePaymentType] = UNSET r"""The type of payment for the expense.""" @@ -454,15 +477,16 @@ class ExpenseInput(BaseModel): @model_serializer(mode="wrap") def serialize_model(self, handler): optional_fields = [ + "display_id", "number", "account_id", "account", "bank_account", - "customer_id", "supplier_id", "supplier", "company_id", "department_id", + "department", "payment_type", "currency", "currency_rate", @@ -481,6 +505,7 @@ def serialize_model(self, handler): "pass_through", ] nullable_fields = [ + "display_id", "number", "transaction_date", "account", @@ -488,6 +513,7 @@ def serialize_model(self, handler): "supplier", "company_id", "department_id", + "department", "payment_type", "currency", "currency_rate", diff --git a/src/apideck_unify/models/expenselineitem.py b/src/apideck_unify/models/expenselineitem.py index a9bdf75d..47ed313a 100644 --- a/src/apideck_unify/models/expenselineitem.py +++ b/src/apideck_unify/models/expenselineitem.py @@ -2,8 +2,11 @@ from __future__ import annotations from .lineitemtype import LineItemType +from .linkedcustomer import LinkedCustomer, LinkedCustomerTypedDict +from .linkeddepartment import LinkedDepartment, LinkedDepartmentTypedDict from .linkedinvoiceitem import LinkedInvoiceItem, LinkedInvoiceItemTypedDict from .linkedledgeraccount import LinkedLedgerAccount, LinkedLedgerAccountTypedDict +from .linkedlocation import LinkedLocation, LinkedLocationTypedDict from .linkedtaxrate import LinkedTaxRate, LinkedTaxRateTypedDict from .linkedtrackingcategory import ( LinkedTrackingCategory, @@ -36,13 +39,15 @@ class ExpenseLineItemTypedDict(TypedDict): r"""The unique identifier for the ledger account. Deprecated, use account instead.""" account: NotRequired[Nullable[LinkedLedgerAccountTypedDict]] customer_id: NotRequired[str] - r"""The ID of the customer this expense item is linked to.""" + r"""The ID of the customer this expense item is linked to. Deprecated in favor of `customer`.""" + customer: NotRequired[Nullable[LinkedCustomerTypedDict]] + r"""The customer this entity is linked to.""" department_id: NotRequired[Nullable[str]] r"""The ID of the department""" + department: NotRequired[Nullable[LinkedDepartmentTypedDict]] location_id: NotRequired[Nullable[str]] r"""The ID of the location""" - subsidiary_id: NotRequired[Nullable[str]] - r"""The ID of the subsidiary""" + location: NotRequired[Nullable[LinkedLocationTypedDict]] tax_rate: NotRequired[LinkedTaxRateTypedDict] description: NotRequired[Nullable[str]] r"""The expense line item description""" @@ -53,8 +58,6 @@ class ExpenseLineItemTypedDict(TypedDict): quantity: NotRequired[Nullable[float]] unit_price: NotRequired[Nullable[float]] item: NotRequired[LinkedInvoiceItemTypedDict] - billable: NotRequired[bool] - r"""Boolean that indicates if the line item is billable or not.""" line_number: NotRequired[Nullable[int]] r"""Line number of the resource""" rebilling: NotRequired[Nullable[RebillingTypedDict]] @@ -83,17 +86,26 @@ class ExpenseLineItem(BaseModel): account: OptionalNullable[LinkedLedgerAccount] = UNSET - customer_id: Optional[str] = None - r"""The ID of the customer this expense item is linked to.""" + customer_id: Annotated[ + Optional[str], + pydantic.Field( + deprecated="warning: ** DEPRECATED ** - This will be removed in a future release, please migrate away from it as soon as possible." + ), + ] = None + r"""The ID of the customer this expense item is linked to. Deprecated in favor of `customer`.""" + + customer: OptionalNullable[LinkedCustomer] = UNSET + r"""The customer this entity is linked to.""" department_id: OptionalNullable[str] = UNSET r"""The ID of the department""" + department: OptionalNullable[LinkedDepartment] = UNSET + location_id: OptionalNullable[str] = UNSET r"""The ID of the location""" - subsidiary_id: OptionalNullable[str] = UNSET - r"""The ID of the subsidiary""" + location: OptionalNullable[LinkedLocation] = UNSET tax_rate: Optional[LinkedTaxRate] = None @@ -112,14 +124,6 @@ class ExpenseLineItem(BaseModel): item: Optional[LinkedInvoiceItem] = None - billable: Annotated[ - Optional[bool], - pydantic.Field( - deprecated="warning: ** DEPRECATED ** - This will be removed in a future release, please migrate away from it as soon as possible." - ), - ] = None - r"""Boolean that indicates if the line item is billable or not.""" - line_number: OptionalNullable[int] = UNSET r"""Line number of the resource""" @@ -134,9 +138,11 @@ def serialize_model(self, handler): "account_id", "account", "customer_id", + "customer", "department_id", + "department", "location_id", - "subsidiary_id", + "location", "tax_rate", "description", "type", @@ -144,16 +150,17 @@ def serialize_model(self, handler): "quantity", "unit_price", "item", - "billable", "line_number", "rebilling", ] nullable_fields = [ "tracking_categories", "account", + "customer", "department_id", + "department", "location_id", - "subsidiary_id", + "location", "description", "type", "total_amount", diff --git a/src/apideck_unify/models/expenselineitem_input.py b/src/apideck_unify/models/expenselineitem_input.py index 62201887..fcf4d925 100644 --- a/src/apideck_unify/models/expenselineitem_input.py +++ b/src/apideck_unify/models/expenselineitem_input.py @@ -2,8 +2,14 @@ from __future__ import annotations from .lineitemtype import LineItemType +from .linkedcustomer_input import LinkedCustomerInput, LinkedCustomerInputTypedDict +from .linkeddepartment_input import ( + LinkedDepartmentInput, + LinkedDepartmentInputTypedDict, +) from .linkedinvoiceitem import LinkedInvoiceItem, LinkedInvoiceItemTypedDict from .linkedledgeraccount import LinkedLedgerAccount, LinkedLedgerAccountTypedDict +from .linkedlocation_input import LinkedLocationInput, LinkedLocationInputTypedDict from .linkedtaxrate_input import LinkedTaxRateInput, LinkedTaxRateInputTypedDict from .linkedtrackingcategory import ( LinkedTrackingCategory, @@ -34,13 +40,15 @@ class ExpenseLineItemInputTypedDict(TypedDict): r"""The unique identifier for the ledger account. Deprecated, use account instead.""" account: NotRequired[Nullable[LinkedLedgerAccountTypedDict]] customer_id: NotRequired[str] - r"""The ID of the customer this expense item is linked to.""" + r"""The ID of the customer this expense item is linked to. Deprecated in favor of `customer`.""" + customer: NotRequired[Nullable[LinkedCustomerInputTypedDict]] + r"""The customer this entity is linked to.""" department_id: NotRequired[Nullable[str]] r"""The ID of the department""" + department: NotRequired[Nullable[LinkedDepartmentInputTypedDict]] location_id: NotRequired[Nullable[str]] r"""The ID of the location""" - subsidiary_id: NotRequired[Nullable[str]] - r"""The ID of the subsidiary""" + location: NotRequired[Nullable[LinkedLocationInputTypedDict]] tax_rate: NotRequired[LinkedTaxRateInputTypedDict] description: NotRequired[Nullable[str]] r"""The expense line item description""" @@ -51,8 +59,6 @@ class ExpenseLineItemInputTypedDict(TypedDict): quantity: NotRequired[Nullable[float]] unit_price: NotRequired[Nullable[float]] item: NotRequired[LinkedInvoiceItemTypedDict] - billable: NotRequired[bool] - r"""Boolean that indicates if the line item is billable or not.""" line_number: NotRequired[Nullable[int]] r"""Line number of the resource""" rebilling: NotRequired[Nullable[RebillingTypedDict]] @@ -78,17 +84,26 @@ class ExpenseLineItemInput(BaseModel): account: OptionalNullable[LinkedLedgerAccount] = UNSET - customer_id: Optional[str] = None - r"""The ID of the customer this expense item is linked to.""" + customer_id: Annotated[ + Optional[str], + pydantic.Field( + deprecated="warning: ** DEPRECATED ** - This will be removed in a future release, please migrate away from it as soon as possible." + ), + ] = None + r"""The ID of the customer this expense item is linked to. Deprecated in favor of `customer`.""" + + customer: OptionalNullable[LinkedCustomerInput] = UNSET + r"""The customer this entity is linked to.""" department_id: OptionalNullable[str] = UNSET r"""The ID of the department""" + department: OptionalNullable[LinkedDepartmentInput] = UNSET + location_id: OptionalNullable[str] = UNSET r"""The ID of the location""" - subsidiary_id: OptionalNullable[str] = UNSET - r"""The ID of the subsidiary""" + location: OptionalNullable[LinkedLocationInput] = UNSET tax_rate: Optional[LinkedTaxRateInput] = None @@ -107,14 +122,6 @@ class ExpenseLineItemInput(BaseModel): item: Optional[LinkedInvoiceItem] = None - billable: Annotated[ - Optional[bool], - pydantic.Field( - deprecated="warning: ** DEPRECATED ** - This will be removed in a future release, please migrate away from it as soon as possible." - ), - ] = None - r"""Boolean that indicates if the line item is billable or not.""" - line_number: OptionalNullable[int] = UNSET r"""Line number of the resource""" @@ -128,9 +135,11 @@ def serialize_model(self, handler): "account_id", "account", "customer_id", + "customer", "department_id", + "department", "location_id", - "subsidiary_id", + "location", "tax_rate", "description", "type", @@ -138,16 +147,17 @@ def serialize_model(self, handler): "quantity", "unit_price", "item", - "billable", "line_number", "rebilling", ] nullable_fields = [ "tracking_categories", "account", + "customer", "department_id", + "department", "location_id", - "subsidiary_id", + "location", "description", "type", "total_amount", diff --git a/src/apideck_unify/models/filessort.py b/src/apideck_unify/models/filessort.py index 59441877..1835d581 100644 --- a/src/apideck_unify/models/filessort.py +++ b/src/apideck_unify/models/filessort.py @@ -12,6 +12,7 @@ class FilesSortBy(str, Enum): r"""The field on which to sort the Files""" + CREATED_AT = "created_at" UPDATED_AT = "updated_at" NAME = "name" diff --git a/src/apideck_unify/models/folder.py b/src/apideck_unify/models/folder.py index a5914fae..e1eb3351 100644 --- a/src/apideck_unify/models/folder.py +++ b/src/apideck_unify/models/folder.py @@ -23,12 +23,16 @@ class FolderTypedDict(TypedDict): r"""The parent folders of the file, starting from the root""" id: NotRequired[str] r"""A unique identifier for an object.""" + downstream_id: NotRequired[Nullable[str]] + r"""The third-party API ID of original entity""" description: NotRequired[Nullable[str]] r"""Optional description of the folder""" path: NotRequired[Nullable[str]] r"""The full path of the folder (includes the folder name)""" size: NotRequired[Nullable[int]] r"""The size of the folder in bytes""" + downloadable: NotRequired[Nullable[bool]] + r"""Whether the current user can download the contents of this folder""" owner: NotRequired[OwnerTypedDict] parent_folders_complete: NotRequired[bool] r"""Whether the list of parent folder is complete. Some connectors only return the direct parent of a folder""" @@ -54,6 +58,9 @@ class Folder(BaseModel): id: Optional[str] = None r"""A unique identifier for an object.""" + downstream_id: OptionalNullable[str] = UNSET + r"""The third-party API ID of original entity""" + description: OptionalNullable[str] = UNSET r"""Optional description of the folder""" @@ -63,6 +70,9 @@ class Folder(BaseModel): size: OptionalNullable[int] = UNSET r"""The size of the folder in bytes""" + downloadable: OptionalNullable[bool] = UNSET + r"""Whether the current user can download the contents of this folder""" + owner: Optional[Owner] = None parent_folders_complete: Optional[bool] = None @@ -87,9 +97,11 @@ class Folder(BaseModel): def serialize_model(self, handler): optional_fields = [ "id", + "downstream_id", "description", "path", "size", + "downloadable", "owner", "parent_folders_complete", "custom_mappings", @@ -99,9 +111,11 @@ def serialize_model(self, handler): "created_at", ] nullable_fields = [ + "downstream_id", "description", "path", "size", + "downloadable", "custom_mappings", "updated_by", "created_by", diff --git a/src/apideck_unify/models/invoiceitem.py b/src/apideck_unify/models/invoiceitem.py index 7151e437..174fa5a0 100644 --- a/src/apideck_unify/models/invoiceitem.py +++ b/src/apideck_unify/models/invoiceitem.py @@ -185,6 +185,8 @@ class InvoiceItemTypedDict(TypedDict): r"""The ID of the location""" subsidiary_id: NotRequired[Nullable[str]] r"""The ID of the subsidiary""" + category_id: NotRequired[Nullable[str]] + r"""ID of the category of the item""" tax_schedule_id: NotRequired[Nullable[str]] r"""The ID of the tax schedule""" custom_mappings: NotRequired[Nullable[Dict[str, Any]]] @@ -277,6 +279,9 @@ class InvoiceItem(BaseModel): subsidiary_id: OptionalNullable[str] = UNSET r"""The ID of the subsidiary""" + category_id: OptionalNullable[str] = UNSET + r"""ID of the category of the item""" + tax_schedule_id: OptionalNullable[str] = UNSET r"""The ID of the tax schedule""" @@ -329,6 +334,7 @@ def serialize_model(self, handler): "department_id", "location_id", "subsidiary_id", + "category_id", "tax_schedule_id", "custom_mappings", "row_version", @@ -361,6 +367,7 @@ def serialize_model(self, handler): "department_id", "location_id", "subsidiary_id", + "category_id", "tax_schedule_id", "custom_mappings", "row_version", @@ -540,6 +547,8 @@ class InvoiceItemInputTypedDict(TypedDict): r"""The ID of the location""" subsidiary_id: NotRequired[Nullable[str]] r"""The ID of the subsidiary""" + category_id: NotRequired[Nullable[str]] + r"""ID of the category of the item""" tax_schedule_id: NotRequired[Nullable[str]] r"""The ID of the tax schedule""" row_version: NotRequired[Nullable[str]] @@ -619,6 +628,9 @@ class InvoiceItemInput(BaseModel): subsidiary_id: OptionalNullable[str] = UNSET r"""The ID of the subsidiary""" + category_id: OptionalNullable[str] = UNSET + r"""ID of the category of the item""" + tax_schedule_id: OptionalNullable[str] = UNSET r"""The ID of the tax schedule""" @@ -655,6 +667,7 @@ def serialize_model(self, handler): "department_id", "location_id", "subsidiary_id", + "category_id", "tax_schedule_id", "row_version", "pass_through", @@ -682,6 +695,7 @@ def serialize_model(self, handler): "department_id", "location_id", "subsidiary_id", + "category_id", "tax_schedule_id", "row_version", ] diff --git a/src/apideck_unify/models/lead.py b/src/apideck_unify/models/lead.py index 160842cb..a5d5138c 100644 --- a/src/apideck_unify/models/lead.py +++ b/src/apideck_unify/models/lead.py @@ -34,6 +34,8 @@ class LeadTypedDict(TypedDict): r"""The name of the owner of the lead.""" company_id: NotRequired[Nullable[str]] r"""The company the lead is associated with.""" + contact_id: NotRequired[Nullable[str]] + r"""The contact the lead is associated with.""" lead_id: NotRequired[Nullable[str]] r"""The identifier of the lead.""" lead_source: NotRequired[Nullable[str]] @@ -93,6 +95,9 @@ class Lead(BaseModel): company_id: OptionalNullable[str] = UNSET r"""The company the lead is associated with.""" + contact_id: OptionalNullable[str] = UNSET + r"""The contact the lead is associated with.""" + lead_id: OptionalNullable[str] = UNSET r"""The identifier of the lead.""" @@ -162,6 +167,7 @@ def serialize_model(self, handler): "owner_id", "owner_name", "company_id", + "contact_id", "lead_id", "lead_source", "first_name", @@ -191,6 +197,7 @@ def serialize_model(self, handler): "owner_id", "owner_name", "company_id", + "contact_id", "lead_id", "lead_source", "first_name", diff --git a/src/apideck_unify/models/lead_input.py b/src/apideck_unify/models/lead_input.py index f64c3561..f7f456da 100644 --- a/src/apideck_unify/models/lead_input.py +++ b/src/apideck_unify/models/lead_input.py @@ -32,6 +32,8 @@ class LeadInputTypedDict(TypedDict): r"""The name of the owner of the lead.""" company_id: NotRequired[Nullable[str]] r"""The company the lead is associated with.""" + contact_id: NotRequired[Nullable[str]] + r"""The contact the lead is associated with.""" lead_id: NotRequired[Nullable[str]] r"""The identifier of the lead.""" lead_source: NotRequired[Nullable[str]] @@ -82,6 +84,9 @@ class LeadInput(BaseModel): company_id: OptionalNullable[str] = UNSET r"""The company the lead is associated with.""" + contact_id: OptionalNullable[str] = UNSET + r"""The contact the lead is associated with.""" + lead_id: OptionalNullable[str] = UNSET r"""The identifier of the lead.""" @@ -141,6 +146,7 @@ def serialize_model(self, handler): "owner_id", "owner_name", "company_id", + "contact_id", "lead_id", "lead_source", "first_name", @@ -167,6 +173,7 @@ def serialize_model(self, handler): "owner_id", "owner_name", "company_id", + "contact_id", "lead_id", "lead_source", "first_name", diff --git a/src/apideck_unify/models/ledgeraccountsfilter.py b/src/apideck_unify/models/ledgeraccountsfilter.py index 4540c4f9..b344ac5b 100644 --- a/src/apideck_unify/models/ledgeraccountsfilter.py +++ b/src/apideck_unify/models/ledgeraccountsfilter.py @@ -25,12 +25,17 @@ class Classification(str, Enum): class LedgerAccountsFilterTypedDict(TypedDict): + name: NotRequired[str] + r"""Filter by ledger account name""" updated_since: NotRequired[datetime] classification: NotRequired[Classification] r"""Filter by account classification.""" class LedgerAccountsFilter(BaseModel): + name: Annotated[Optional[str], FieldMetadata(query=True)] = None + r"""Filter by ledger account name""" + updated_since: Annotated[Optional[datetime], FieldMetadata(query=True)] = None classification: Annotated[Optional[Classification], FieldMetadata(query=True)] = ( diff --git a/src/apideck_unify/models/linkeddepartment.py b/src/apideck_unify/models/linkeddepartment.py new file mode 100644 index 00000000..5af2a0f1 --- /dev/null +++ b/src/apideck_unify/models/linkeddepartment.py @@ -0,0 +1,68 @@ +"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" + +from __future__ import annotations +from apideck_unify.types import ( + BaseModel, + Nullable, + OptionalNullable, + UNSET, + UNSET_SENTINEL, +) +from pydantic import model_serializer +from typing import Optional +from typing_extensions import NotRequired, TypedDict + + +class LinkedDepartmentTypedDict(TypedDict): + id: NotRequired[str] + r"""A unique identifier for an object.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" + name: NotRequired[Nullable[str]] + r"""The name of the resource.""" + downstream_id: NotRequired[Nullable[str]] + r"""The third-party API ID of original entity""" + + +class LinkedDepartment(BaseModel): + id: Optional[str] = None + r"""A unique identifier for an object.""" + + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + + name: OptionalNullable[str] = UNSET + r"""The name of the resource.""" + + downstream_id: OptionalNullable[str] = UNSET + r"""The third-party API ID of original entity""" + + @model_serializer(mode="wrap") + def serialize_model(self, handler): + optional_fields = ["id", "display_id", "name", "downstream_id"] + nullable_fields = ["display_id", "name", "downstream_id"] + null_default_fields = [] + + serialized = handler(self) + + m = {} + + for n, f in type(self).model_fields.items(): + k = f.alias or n + val = serialized.get(k) + serialized.pop(k, None) + + optional_nullable = k in optional_fields and k in nullable_fields + is_set = ( + self.__pydantic_fields_set__.intersection({n}) + or k in null_default_fields + ) # pylint: disable=no-member + + if val is not None and val != UNSET_SENTINEL: + m[k] = val + elif val != UNSET_SENTINEL and ( + not k in optional_fields or (optional_nullable and is_set) + ): + m[k] = val + + return m diff --git a/src/apideck_unify/models/linkeddepartment_input.py b/src/apideck_unify/models/linkeddepartment_input.py new file mode 100644 index 00000000..cfc8f18d --- /dev/null +++ b/src/apideck_unify/models/linkeddepartment_input.py @@ -0,0 +1,57 @@ +"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" + +from __future__ import annotations +from apideck_unify.types import ( + BaseModel, + Nullable, + OptionalNullable, + UNSET, + UNSET_SENTINEL, +) +from pydantic import model_serializer +from typing_extensions import NotRequired, TypedDict + + +class LinkedDepartmentInputTypedDict(TypedDict): + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" + name: NotRequired[Nullable[str]] + r"""The name of the resource.""" + + +class LinkedDepartmentInput(BaseModel): + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + + name: OptionalNullable[str] = UNSET + r"""The name of the resource.""" + + @model_serializer(mode="wrap") + def serialize_model(self, handler): + optional_fields = ["display_id", "name"] + nullable_fields = ["display_id", "name"] + null_default_fields = [] + + serialized = handler(self) + + m = {} + + for n, f in type(self).model_fields.items(): + k = f.alias or n + val = serialized.get(k) + serialized.pop(k, None) + + optional_nullable = k in optional_fields and k in nullable_fields + is_set = ( + self.__pydantic_fields_set__.intersection({n}) + or k in null_default_fields + ) # pylint: disable=no-member + + if val is not None and val != UNSET_SENTINEL: + m[k] = val + elif val != UNSET_SENTINEL and ( + not k in optional_fields or (optional_nullable and is_set) + ): + m[k] = val + + return m diff --git a/src/apideck_unify/models/linkedfinancialaccount.py b/src/apideck_unify/models/linkedfinancialaccount.py new file mode 100644 index 00000000..67831667 --- /dev/null +++ b/src/apideck_unify/models/linkedfinancialaccount.py @@ -0,0 +1,162 @@ +"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" + +from __future__ import annotations +from apideck_unify.types import ( + BaseModel, + Nullable, + OptionalNullable, + UNSET, + UNSET_SENTINEL, +) +from enum import Enum +from pydantic import model_serializer +from typing import Optional +from typing_extensions import NotRequired, TypedDict + + +class LinkedFinancialAccountAccountType(str, Enum): + r"""The type of account being referenced. Use `ledger_account` for GL accounts from the chart of accounts, or `bank_account` for bank account entities. When not specified, the connector will use its default behavior.""" + + LEDGER_ACCOUNT = "ledger_account" + BANK_ACCOUNT = "bank_account" + + +class LinkedFinancialAccountTypedDict(TypedDict): + r"""A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements.""" + + id: NotRequired[str] + r"""The unique identifier for the account. This can be a ledger account ID or bank account ID depending on the `type` field.""" + type: NotRequired[Nullable[LinkedFinancialAccountAccountType]] + r"""The type of account being referenced. Use `ledger_account` for GL accounts from the chart of accounts, or `bank_account` for bank account entities. When not specified, the connector will use its default behavior.""" + code: NotRequired[str] + r"""The account code of the account""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" + account_number: NotRequired[Nullable[str]] + r"""The bank account number""" + name: NotRequired[str] + r"""The name of the account.""" + downstream_id: NotRequired[Nullable[str]] + r"""The third-party API ID of original entity""" + + +class LinkedFinancialAccount(BaseModel): + r"""A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements.""" + + id: Optional[str] = None + r"""The unique identifier for the account. This can be a ledger account ID or bank account ID depending on the `type` field.""" + + type: OptionalNullable[LinkedFinancialAccountAccountType] = UNSET + r"""The type of account being referenced. Use `ledger_account` for GL accounts from the chart of accounts, or `bank_account` for bank account entities. When not specified, the connector will use its default behavior.""" + + code: Optional[str] = None + r"""The account code of the account""" + + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + + account_number: OptionalNullable[str] = UNSET + r"""The bank account number""" + + name: Optional[str] = None + r"""The name of the account.""" + + downstream_id: OptionalNullable[str] = UNSET + r"""The third-party API ID of original entity""" + + @model_serializer(mode="wrap") + def serialize_model(self, handler): + optional_fields = [ + "id", + "type", + "code", + "display_id", + "account_number", + "name", + "downstream_id", + ] + nullable_fields = ["type", "display_id", "account_number", "downstream_id"] + null_default_fields = [] + + serialized = handler(self) + + m = {} + + for n, f in type(self).model_fields.items(): + k = f.alias or n + val = serialized.get(k) + serialized.pop(k, None) + + optional_nullable = k in optional_fields and k in nullable_fields + is_set = ( + self.__pydantic_fields_set__.intersection({n}) + or k in null_default_fields + ) # pylint: disable=no-member + + if val is not None and val != UNSET_SENTINEL: + m[k] = val + elif val != UNSET_SENTINEL and ( + not k in optional_fields or (optional_nullable and is_set) + ): + m[k] = val + + return m + + +class LinkedFinancialAccountInputTypedDict(TypedDict): + r"""A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements.""" + + id: NotRequired[str] + r"""The unique identifier for the account. This can be a ledger account ID or bank account ID depending on the `type` field.""" + type: NotRequired[Nullable[LinkedFinancialAccountAccountType]] + r"""The type of account being referenced. Use `ledger_account` for GL accounts from the chart of accounts, or `bank_account` for bank account entities. When not specified, the connector will use its default behavior.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" + account_number: NotRequired[Nullable[str]] + r"""The bank account number""" + + +class LinkedFinancialAccountInput(BaseModel): + r"""A flexible account reference that can represent either a ledger account (GL account) or a bank account, depending on the connector's requirements.""" + + id: Optional[str] = None + r"""The unique identifier for the account. This can be a ledger account ID or bank account ID depending on the `type` field.""" + + type: OptionalNullable[LinkedFinancialAccountAccountType] = UNSET + r"""The type of account being referenced. Use `ledger_account` for GL accounts from the chart of accounts, or `bank_account` for bank account entities. When not specified, the connector will use its default behavior.""" + + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + + account_number: OptionalNullable[str] = UNSET + r"""The bank account number""" + + @model_serializer(mode="wrap") + def serialize_model(self, handler): + optional_fields = ["id", "type", "display_id", "account_number"] + nullable_fields = ["type", "display_id", "account_number"] + null_default_fields = [] + + serialized = handler(self) + + m = {} + + for n, f in type(self).model_fields.items(): + k = f.alias or n + val = serialized.get(k) + serialized.pop(k, None) + + optional_nullable = k in optional_fields and k in nullable_fields + is_set = ( + self.__pydantic_fields_set__.intersection({n}) + or k in null_default_fields + ) # pylint: disable=no-member + + if val is not None and val != UNSET_SENTINEL: + m[k] = val + elif val != UNSET_SENTINEL and ( + not k in optional_fields or (optional_nullable and is_set) + ): + m[k] = val + + return m diff --git a/src/apideck_unify/models/linkedlocation.py b/src/apideck_unify/models/linkedlocation.py new file mode 100644 index 00000000..83c91ea9 --- /dev/null +++ b/src/apideck_unify/models/linkedlocation.py @@ -0,0 +1,68 @@ +"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" + +from __future__ import annotations +from apideck_unify.types import ( + BaseModel, + Nullable, + OptionalNullable, + UNSET, + UNSET_SENTINEL, +) +from pydantic import model_serializer +from typing import Optional +from typing_extensions import NotRequired, TypedDict + + +class LinkedLocationTypedDict(TypedDict): + id: NotRequired[str] + r"""The unique identifier for the location.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" + name: NotRequired[Nullable[str]] + r"""The name of the location.""" + downstream_id: NotRequired[Nullable[str]] + r"""The third-party API ID of original entity""" + + +class LinkedLocation(BaseModel): + id: Optional[str] = None + r"""The unique identifier for the location.""" + + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + + name: OptionalNullable[str] = UNSET + r"""The name of the location.""" + + downstream_id: OptionalNullable[str] = UNSET + r"""The third-party API ID of original entity""" + + @model_serializer(mode="wrap") + def serialize_model(self, handler): + optional_fields = ["id", "display_id", "name", "downstream_id"] + nullable_fields = ["display_id", "name", "downstream_id"] + null_default_fields = [] + + serialized = handler(self) + + m = {} + + for n, f in type(self).model_fields.items(): + k = f.alias or n + val = serialized.get(k) + serialized.pop(k, None) + + optional_nullable = k in optional_fields and k in nullable_fields + is_set = ( + self.__pydantic_fields_set__.intersection({n}) + or k in null_default_fields + ) # pylint: disable=no-member + + if val is not None and val != UNSET_SENTINEL: + m[k] = val + elif val != UNSET_SENTINEL and ( + not k in optional_fields or (optional_nullable and is_set) + ): + m[k] = val + + return m diff --git a/src/apideck_unify/models/linkedlocation_input.py b/src/apideck_unify/models/linkedlocation_input.py new file mode 100644 index 00000000..bd09d96d --- /dev/null +++ b/src/apideck_unify/models/linkedlocation_input.py @@ -0,0 +1,63 @@ +"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" + +from __future__ import annotations +from apideck_unify.types import ( + BaseModel, + Nullable, + OptionalNullable, + UNSET, + UNSET_SENTINEL, +) +from pydantic import model_serializer +from typing import Optional +from typing_extensions import NotRequired, TypedDict + + +class LinkedLocationInputTypedDict(TypedDict): + id: NotRequired[str] + r"""The unique identifier for the location.""" + display_id: NotRequired[Nullable[str]] + r"""Id to be displayed.""" + name: NotRequired[Nullable[str]] + r"""The name of the location.""" + + +class LinkedLocationInput(BaseModel): + id: Optional[str] = None + r"""The unique identifier for the location.""" + + display_id: OptionalNullable[str] = UNSET + r"""Id to be displayed.""" + + name: OptionalNullable[str] = UNSET + r"""The name of the location.""" + + @model_serializer(mode="wrap") + def serialize_model(self, handler): + optional_fields = ["id", "display_id", "name"] + nullable_fields = ["display_id", "name"] + null_default_fields = [] + + serialized = handler(self) + + m = {} + + for n, f in type(self).model_fields.items(): + k = f.alias or n + val = serialized.get(k) + serialized.pop(k, None) + + optional_nullable = k in optional_fields and k in nullable_fields + is_set = ( + self.__pydantic_fields_set__.intersection({n}) + or k in null_default_fields + ) # pylint: disable=no-member + + if val is not None and val != UNSET_SENTINEL: + m[k] = val + elif val != UNSET_SENTINEL and ( + not k in optional_fields or (optional_nullable and is_set) + ): + m[k] = val + + return m diff --git a/src/apideck_unify/models/linkedtrackingcategory.py b/src/apideck_unify/models/linkedtrackingcategory.py index 068e6f4c..c54b8dd7 100644 --- a/src/apideck_unify/models/linkedtrackingcategory.py +++ b/src/apideck_unify/models/linkedtrackingcategory.py @@ -16,6 +16,8 @@ class LinkedTrackingCategoryTypedDict(TypedDict): id: NotRequired[str] r"""The unique identifier for the tracking category.""" + code: NotRequired[Nullable[str]] + r"""The code of the tracking category.""" name: NotRequired[Nullable[str]] r"""The name of the tracking category.""" parent_id: NotRequired[str] @@ -28,6 +30,9 @@ class LinkedTrackingCategory(BaseModel): id: Optional[str] = None r"""The unique identifier for the tracking category.""" + code: OptionalNullable[str] = UNSET + r"""The code of the tracking category.""" + name: OptionalNullable[str] = UNSET r"""The name of the tracking category.""" @@ -39,8 +44,8 @@ class LinkedTrackingCategory(BaseModel): @model_serializer(mode="wrap") def serialize_model(self, handler): - optional_fields = ["id", "name", "parent_id", "parent_name"] - nullable_fields = ["name", "parent_name"] + optional_fields = ["id", "code", "name", "parent_id", "parent_name"] + nullable_fields = ["code", "name", "parent_name"] null_default_fields = [] serialized = handler(self) diff --git a/src/apideck_unify/models/paymentsfilter.py b/src/apideck_unify/models/paymentsfilter.py index eec9ff48..4e818417 100644 --- a/src/apideck_unify/models/paymentsfilter.py +++ b/src/apideck_unify/models/paymentsfilter.py @@ -4,14 +4,27 @@ from apideck_unify.types import BaseModel from apideck_unify.utils import FieldMetadata from datetime import datetime +from enum import Enum from typing import Optional from typing_extensions import Annotated, NotRequired, TypedDict +class PaymentsFilterType(str, Enum): + ACCOUNTS_RECEIVABLE = "accounts_receivable" + ACCOUNTS_PAYABLE = "accounts_payable" + ACCOUNTS_RECEIVABLE_CREDIT = "accounts_receivable_credit" + ACCOUNTS_PAYABLE_CREDIT = "accounts_payable_credit" + ACCOUNTS_RECEIVABLE_OVERPAYMENT = "accounts_receivable_overpayment" + ACCOUNTS_PAYABLE_OVERPAYMENT = "accounts_payable_overpayment" + ACCOUNTS_RECEIVABLE_PREPAYMENT = "accounts_receivable_prepayment" + ACCOUNTS_PAYABLE_PREPAYMENT = "accounts_payable_prepayment" + + class PaymentsFilterTypedDict(TypedDict): updated_since: NotRequired[datetime] invoice_id: NotRequired[str] supplier_id: NotRequired[str] + type: NotRequired[PaymentsFilterType] class PaymentsFilter(BaseModel): @@ -20,3 +33,5 @@ class PaymentsFilter(BaseModel): invoice_id: Annotated[Optional[str], FieldMetadata(query=True)] = None supplier_id: Annotated[Optional[str], FieldMetadata(query=True)] = None + + type: Annotated[Optional[PaymentsFilterType], FieldMetadata(query=True)] = None diff --git a/src/apideck_unify/models/pipeline.py b/src/apideck_unify/models/pipeline.py index 4e5c50bf..7bc7d198 100644 --- a/src/apideck_unify/models/pipeline.py +++ b/src/apideck_unify/models/pipeline.py @@ -27,6 +27,12 @@ class StagesTypedDict(TypedDict): r"""The expected probability of winning an Opportunity in this Pipeline Stage. Valid values are [0-100].""" display_order: NotRequired[Nullable[int]] r"""The order in which the Pipeline Stage is displayed in the UI.""" + archived: NotRequired[Nullable[bool]] + r"""Whether the Pipeline Stage is archived or not.""" + created_at: NotRequired[Nullable[datetime]] + r"""The date and time when the Pipeline Stage was created.""" + updated_at: NotRequired[Nullable[datetime]] + r"""The date and time when the Pipeline Stage was last updated.""" class Stages(BaseModel): @@ -45,10 +51,37 @@ class Stages(BaseModel): display_order: OptionalNullable[int] = UNSET r"""The order in which the Pipeline Stage is displayed in the UI.""" + archived: OptionalNullable[bool] = UNSET + r"""Whether the Pipeline Stage is archived or not.""" + + created_at: OptionalNullable[datetime] = UNSET + r"""The date and time when the Pipeline Stage was created.""" + + updated_at: OptionalNullable[datetime] = UNSET + r"""The date and time when the Pipeline Stage was last updated.""" + @model_serializer(mode="wrap") def serialize_model(self, handler): - optional_fields = ["id", "name", "value", "win_probability", "display_order"] - nullable_fields = ["id", "name", "value", "win_probability", "display_order"] + optional_fields = [ + "id", + "name", + "value", + "win_probability", + "display_order", + "archived", + "created_at", + "updated_at", + ] + nullable_fields = [ + "id", + "name", + "value", + "win_probability", + "display_order", + "archived", + "created_at", + "updated_at", + ] null_default_fields = [] serialized = handler(self) diff --git a/src/apideck_unify/models/pipeline_input.py b/src/apideck_unify/models/pipeline_input.py index 21983388..e1548a40 100644 --- a/src/apideck_unify/models/pipeline_input.py +++ b/src/apideck_unify/models/pipeline_input.py @@ -24,6 +24,8 @@ class PipelineStagesTypedDict(TypedDict): r"""The expected probability of winning an Opportunity in this Pipeline Stage. Valid values are [0-100].""" display_order: NotRequired[Nullable[int]] r"""The order in which the Pipeline Stage is displayed in the UI.""" + archived: NotRequired[Nullable[bool]] + r"""Whether the Pipeline Stage is archived or not.""" class PipelineStages(BaseModel): @@ -39,10 +41,25 @@ class PipelineStages(BaseModel): display_order: OptionalNullable[int] = UNSET r"""The order in which the Pipeline Stage is displayed in the UI.""" + archived: OptionalNullable[bool] = UNSET + r"""Whether the Pipeline Stage is archived or not.""" + @model_serializer(mode="wrap") def serialize_model(self, handler): - optional_fields = ["name", "value", "win_probability", "display_order"] - nullable_fields = ["name", "value", "win_probability", "display_order"] + optional_fields = [ + "name", + "value", + "win_probability", + "display_order", + "archived", + ] + nullable_fields = [ + "name", + "value", + "win_probability", + "display_order", + "archived", + ] null_default_fields = [] serialized = handler(self) diff --git a/src/apideck_unify/models/simpleformfieldoption.py b/src/apideck_unify/models/simpleformfieldoption.py index ee849c9c..3cc33286 100644 --- a/src/apideck_unify/models/simpleformfieldoption.py +++ b/src/apideck_unify/models/simpleformfieldoption.py @@ -7,21 +7,18 @@ from typing_extensions import NotRequired, TypeAliasType, TypedDict -Value5TypedDict = TypeAliasType("Value5TypedDict", Union[str, int, float]) +FiveTypedDict = TypeAliasType("FiveTypedDict", Union[str, int, float]) -Value5 = TypeAliasType("Value5", Union[str, int, float]) +Five = TypeAliasType("Five", Union[str, int, float]) -SimpleFormFieldOptionValueTypedDict = TypeAliasType( - "SimpleFormFieldOptionValueTypedDict", - Union[str, int, float, bool, List[Value5TypedDict]], +ValueTypedDict = TypeAliasType( + "ValueTypedDict", Union[str, int, float, bool, List[FiveTypedDict]] ) -SimpleFormFieldOptionValue = TypeAliasType( - "SimpleFormFieldOptionValue", Union[str, int, float, bool, List[Value5]] -) +Value = TypeAliasType("Value", Union[str, int, float, bool, List[Five]]) class OptionType(str, Enum): @@ -31,7 +28,7 @@ class OptionType(str, Enum): class SimpleFormFieldOptionTypedDict(TypedDict): label: str option_type: OptionType - value: NotRequired[SimpleFormFieldOptionValueTypedDict] + value: NotRequired[ValueTypedDict] class SimpleFormFieldOption(BaseModel): @@ -39,4 +36,4 @@ class SimpleFormFieldOption(BaseModel): option_type: OptionType - value: Optional[SimpleFormFieldOptionValue] = None + value: Optional[Value] = None diff --git a/src/apideck_unify/models/subsidiary.py b/src/apideck_unify/models/subsidiary.py index 3727a214..06fc9568 100644 --- a/src/apideck_unify/models/subsidiary.py +++ b/src/apideck_unify/models/subsidiary.py @@ -34,6 +34,8 @@ class SubsidiaryTypedDict(TypedDict): r"""The name of the company.""" display_id: NotRequired[Nullable[str]] r"""Display ID of the subsidiary""" + downstream_id: NotRequired[Nullable[str]] + r"""The third-party API ID of original entity""" status: NotRequired[SubsidiaryStatus] r"""Based on the status some functionality is enabled or disabled.""" address: NotRequired[AddressTypedDict] @@ -68,6 +70,9 @@ class Subsidiary(BaseModel): display_id: OptionalNullable[str] = UNSET r"""Display ID of the subsidiary""" + downstream_id: OptionalNullable[str] = UNSET + r"""The third-party API ID of original entity""" + status: Optional[SubsidiaryStatus] = None r"""Based on the status some functionality is enabled or disabled.""" @@ -104,6 +109,7 @@ def serialize_model(self, handler): "parent_id", "name", "display_id", + "downstream_id", "status", "address", "currencies", @@ -119,6 +125,7 @@ def serialize_model(self, handler): "parent_id", "name", "display_id", + "downstream_id", "currencies", "custom_mappings", "row_version", From d0dc14de5733e1247718e701a4f51ed3afb0ed01 Mon Sep 17 00:00:00 2001 From: "speakeasy-github[bot]" <128539517+speakeasy-github[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 00:30:35 +0000 Subject: [PATCH 2/2] empty commit to trigger [run-tests] workflow