From c9b061ba1679ad6b7c6b5ffe31b37cc3adf452a2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:07:30 +0000 Subject: [PATCH] feat(api): api update (#473) --- .stats.yml | 2 +- src/conductor/resources/qbd/bill_check_payments.py | 8 ++++---- .../resources/qbd/bill_credit_card_payments.py | 8 ++++---- src/conductor/resources/qbd/bills.py | 8 ++++---- src/conductor/resources/qbd/checks.py | 8 ++++---- src/conductor/resources/qbd/credit_card_charges.py | 8 ++++---- src/conductor/resources/qbd/credit_card_credits.py | 8 ++++---- src/conductor/resources/qbd/credit_memos.py | 14 ++++++++------ src/conductor/resources/qbd/customers.py | 8 ++++---- src/conductor/resources/qbd/estimates.py | 8 ++++---- .../resources/qbd/inventory_assembly_items.py | 8 ++++---- src/conductor/resources/qbd/inventory_items.py | 8 ++++---- src/conductor/resources/qbd/invoices.py | 8 ++++---- src/conductor/resources/qbd/journal_entries.py | 8 ++++---- src/conductor/resources/qbd/non_inventory_items.py | 8 ++++---- src/conductor/resources/qbd/purchase_orders.py | 8 ++++---- src/conductor/resources/qbd/receive_payments.py | 8 ++++---- src/conductor/resources/qbd/sales_orders.py | 8 ++++---- src/conductor/resources/qbd/sales_receipts.py | 8 ++++---- src/conductor/resources/qbd/sales_tax_items.py | 8 ++++---- src/conductor/resources/qbd/service_items.py | 8 ++++---- src/conductor/resources/qbd/subtotal_items.py | 8 ++++---- src/conductor/resources/qbd/vendors.py | 8 ++++---- src/conductor/types/qbd/bill.py | 14 +++++--------- src/conductor/types/qbd/bill_check_payment.py | 12 ++++-------- .../types/qbd/bill_check_payment_create_params.py | 4 ++-- src/conductor/types/qbd/bill_create_params.py | 4 ++-- .../types/qbd/bill_credit_card_payment.py | 10 +++------- .../qbd/bill_credit_card_payment_create_params.py | 4 ++-- src/conductor/types/qbd/check.py | 10 +++------- src/conductor/types/qbd/check_create_params.py | 4 ++-- src/conductor/types/qbd/credit_card_charge.py | 12 ++++-------- .../types/qbd/credit_card_charge_create_params.py | 4 ++-- src/conductor/types/qbd/credit_card_credit.py | 12 ++++-------- .../types/qbd/credit_card_credit_create_params.py | 4 ++-- src/conductor/types/qbd/credit_memo.py | 8 ++------ .../types/qbd/credit_memo_create_params.py | 4 ++-- src/conductor/types/qbd/credit_memo_list_params.py | 5 ++++- src/conductor/types/qbd/customer.py | 8 ++------ src/conductor/types/qbd/customer_create_params.py | 4 ++-- src/conductor/types/qbd/estimate.py | 12 ++++-------- src/conductor/types/qbd/estimate_create_params.py | 4 ++-- src/conductor/types/qbd/inventory_assembly_item.py | 8 ++------ .../qbd/inventory_assembly_item_create_params.py | 4 ++-- src/conductor/types/qbd/inventory_item.py | 8 ++------ .../types/qbd/inventory_item_create_params.py | 4 ++-- src/conductor/types/qbd/invoice.py | 8 ++------ src/conductor/types/qbd/invoice_create_params.py | 4 ++-- src/conductor/types/qbd/journal_entry.py | 8 ++------ .../types/qbd/journal_entry_create_params.py | 4 ++-- src/conductor/types/qbd/non_inventory_item.py | 8 ++------ .../types/qbd/non_inventory_item_create_params.py | 4 ++-- src/conductor/types/qbd/purchase_order.py | 10 +++------- .../types/qbd/purchase_order_create_params.py | 4 ++-- src/conductor/types/qbd/receive_payment.py | 12 ++++-------- .../types/qbd/receive_payment_create_params.py | 4 ++-- src/conductor/types/qbd/sales_order.py | 10 +++------- .../types/qbd/sales_order_create_params.py | 4 ++-- src/conductor/types/qbd/sales_receipt.py | 10 +++------- .../types/qbd/sales_receipt_create_params.py | 4 ++-- src/conductor/types/qbd/sales_tax_item.py | 8 ++------ .../types/qbd/sales_tax_item_create_params.py | 4 ++-- src/conductor/types/qbd/service_item.py | 8 ++------ .../types/qbd/service_item_create_params.py | 4 ++-- src/conductor/types/qbd/subtotal_item.py | 8 ++------ .../types/qbd/subtotal_item_create_params.py | 4 ++-- src/conductor/types/qbd/vendor.py | 8 ++------ src/conductor/types/qbd/vendor_create_params.py | 4 ++-- 68 files changed, 203 insertions(+), 286 deletions(-) diff --git a/.stats.yml b/.stats.yml index 671179b3..94ef059d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 121 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-fc8066fe5b78d6eff48c7676701baa90d621e34074ff7474fbc02f29d6963db8.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-5828a9a1072c45d6ed26e08fb08f47f6b9fe3adfa5e99a2a6f477f388cd9cf62.yml diff --git a/src/conductor/resources/qbd/bill_check_payments.py b/src/conductor/resources/qbd/bill_check_payments.py index 8985d0c4..4c69f99d 100644 --- a/src/conductor/resources/qbd/bill_check_payments.py +++ b/src/conductor/resources/qbd/bill_check_payments.py @@ -108,8 +108,8 @@ def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -533,8 +533,8 @@ async def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/bill_credit_card_payments.py b/src/conductor/resources/qbd/bill_credit_card_payments.py index 1b5cf0a0..c11bae42 100644 --- a/src/conductor/resources/qbd/bill_credit_card_payments.py +++ b/src/conductor/resources/qbd/bill_credit_card_payments.py @@ -103,8 +103,8 @@ def create( a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -422,8 +422,8 @@ async def create( a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/bills.py b/src/conductor/resources/qbd/bills.py index f77fb243..8b922512 100644 --- a/src/conductor/resources/qbd/bills.py +++ b/src/conductor/resources/qbd/bills.py @@ -94,8 +94,8 @@ def create( expense_lines: The bill's expense lines, each representing one line in this expense. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -627,8 +627,8 @@ async def create( expense_lines: The bill's expense lines, each representing one line in this expense. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/checks.py b/src/conductor/resources/qbd/checks.py index 0f43a072..cb75d30e 100644 --- a/src/conductor/resources/qbd/checks.py +++ b/src/conductor/resources/qbd/checks.py @@ -103,8 +103,8 @@ def create( expense_lines: The check's expense lines, each representing one line in this expense. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -621,8 +621,8 @@ async def create( expense_lines: The check's expense lines, each representing one line in this expense. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/credit_card_charges.py b/src/conductor/resources/qbd/credit_card_charges.py index fdb1a130..403b29d9 100644 --- a/src/conductor/resources/qbd/credit_card_charges.py +++ b/src/conductor/resources/qbd/credit_card_charges.py @@ -93,8 +93,8 @@ def create( expense_lines: The credit card charge's expense lines, each representing one line in this expense. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -570,8 +570,8 @@ async def create( expense_lines: The credit card charge's expense lines, each representing one line in this expense. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/credit_card_credits.py b/src/conductor/resources/qbd/credit_card_credits.py index bd41627e..b5db29f4 100644 --- a/src/conductor/resources/qbd/credit_card_credits.py +++ b/src/conductor/resources/qbd/credit_card_credits.py @@ -92,8 +92,8 @@ def create( expense_lines: The credit card credit's expense lines, each representing one line in this expense. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -566,8 +566,8 @@ async def create( expense_lines: The credit card credit's expense lines, each representing one line in this expense. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/credit_memos.py b/src/conductor/resources/qbd/credit_memos.py index 978af253..7a669094 100644 --- a/src/conductor/resources/qbd/credit_memos.py +++ b/src/conductor/resources/qbd/credit_memos.py @@ -117,8 +117,8 @@ def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -568,7 +568,8 @@ def list( `limit` parameter. Retrieve this value from the `nextCursor` field in the previous response. If omitted, the API returns the first page of results. - customer_ids: Filter for credit memos addressed to these customers. + customer_ids: Filter for credit memos created for these customers. These are the customers who + are owed money. ids: Filter for specific credit memos by their QuickBooks-assigned unique identifier(s). @@ -765,8 +766,8 @@ async def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -1216,7 +1217,8 @@ def list( `limit` parameter. Retrieve this value from the `nextCursor` field in the previous response. If omitted, the API returns the first page of results. - customer_ids: Filter for credit memos addressed to these customers. + customer_ids: Filter for credit memos created for these customers. These are the customers who + are owed money. ids: Filter for specific credit memos by their QuickBooks-assigned unique identifier(s). diff --git a/src/conductor/resources/qbd/customers.py b/src/conductor/resources/qbd/customers.py index 8c7d745a..62d8d834 100644 --- a/src/conductor/resources/qbd/customers.py +++ b/src/conductor/resources/qbd/customers.py @@ -170,8 +170,8 @@ def create( email: The customer's email address. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -961,8 +961,8 @@ async def create( email: The customer's email address. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/estimates.py b/src/conductor/resources/qbd/estimates.py index 4d11986c..b809b13a 100644 --- a/src/conductor/resources/qbd/estimates.py +++ b/src/conductor/resources/qbd/estimates.py @@ -111,8 +111,8 @@ def create( in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -709,8 +709,8 @@ async def create( in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/inventory_assembly_items.py b/src/conductor/resources/qbd/inventory_assembly_items.py index c1fd993d..2fc7b1a8 100644 --- a/src/conductor/resources/qbd/inventory_assembly_items.py +++ b/src/conductor/resources/qbd/inventory_assembly_items.py @@ -122,8 +122,8 @@ def create( into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -697,8 +697,8 @@ async def create( into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/inventory_items.py b/src/conductor/resources/qbd/inventory_items.py index ca3fa0a5..e7423a03 100644 --- a/src/conductor/resources/qbd/inventory_items.py +++ b/src/conductor/resources/qbd/inventory_items.py @@ -110,8 +110,8 @@ def create( meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -666,8 +666,8 @@ async def create( meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/invoices.py b/src/conductor/resources/qbd/invoices.py index cf0ce93a..4434758d 100644 --- a/src/conductor/resources/qbd/invoices.py +++ b/src/conductor/resources/qbd/invoices.py @@ -132,8 +132,8 @@ def create( in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -847,8 +847,8 @@ async def create( in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/journal_entries.py b/src/conductor/resources/qbd/journal_entries.py index ae0427ea..3da69ff4 100644 --- a/src/conductor/resources/qbd/journal_entries.py +++ b/src/conductor/resources/qbd/journal_entries.py @@ -94,8 +94,8 @@ def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -497,8 +497,8 @@ async def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/non_inventory_items.py b/src/conductor/resources/qbd/non_inventory_items.py index 53662b22..b7c14845 100644 --- a/src/conductor/resources/qbd/non_inventory_items.py +++ b/src/conductor/resources/qbd/non_inventory_items.py @@ -94,8 +94,8 @@ def create( meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -544,8 +544,8 @@ async def create( meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/purchase_orders.py b/src/conductor/resources/qbd/purchase_orders.py index cba43216..e1fe4b1f 100644 --- a/src/conductor/resources/qbd/purchase_orders.py +++ b/src/conductor/resources/qbd/purchase_orders.py @@ -114,8 +114,8 @@ def create( expected_date: The date on which shipment of this purchase order is expected to be completed, in ISO 8601 format (YYYY-MM-DD). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -741,8 +741,8 @@ async def create( expected_date: The date on which shipment of this purchase order is expected to be completed, in ISO 8601 format (YYYY-MM-DD). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/receive_payments.py b/src/conductor/resources/qbd/receive_payments.py index b50672d3..a9f29230 100644 --- a/src/conductor/resources/qbd/receive_payments.py +++ b/src/conductor/resources/qbd/receive_payments.py @@ -116,8 +116,8 @@ def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -593,8 +593,8 @@ async def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/sales_orders.py b/src/conductor/resources/qbd/sales_orders.py index 71743617..81054a9b 100644 --- a/src/conductor/resources/qbd/sales_orders.py +++ b/src/conductor/resources/qbd/sales_orders.py @@ -120,8 +120,8 @@ def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -766,8 +766,8 @@ async def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/sales_receipts.py b/src/conductor/resources/qbd/sales_receipts.py index 6f4e1e96..edd55ed0 100644 --- a/src/conductor/resources/qbd/sales_receipts.py +++ b/src/conductor/resources/qbd/sales_receipts.py @@ -132,8 +132,8 @@ def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -797,8 +797,8 @@ async def create( currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency). - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/sales_tax_items.py b/src/conductor/resources/qbd/sales_tax_items.py index 79b0c9dc..6ee088a2 100644 --- a/src/conductor/resources/qbd/sales_tax_items.py +++ b/src/conductor/resources/qbd/sales_tax_items.py @@ -91,8 +91,8 @@ def create( description: The sales-tax item's description that will appear on sales forms that include this item. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -475,8 +475,8 @@ async def create( description: The sales-tax item's description that will appear on sales forms that include this item. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/service_items.py b/src/conductor/resources/qbd/service_items.py index 50395326..4b3a48be 100644 --- a/src/conductor/resources/qbd/service_items.py +++ b/src/conductor/resources/qbd/service_items.py @@ -89,8 +89,8 @@ def create( meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -526,8 +526,8 @@ async def create( meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/subtotal_items.py b/src/conductor/resources/qbd/subtotal_items.py index 1eb90925..6d087a0f 100644 --- a/src/conductor/resources/qbd/subtotal_items.py +++ b/src/conductor/resources/qbd/subtotal_items.py @@ -83,8 +83,8 @@ def create( description: The subtotal item's description that will appear on sales forms that include this item. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -412,8 +412,8 @@ async def create( description: The subtotal item's description that will appear on sales forms that include this item. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/resources/qbd/vendors.py b/src/conductor/resources/qbd/vendors.py index 8c386a75..7e1bd685 100644 --- a/src/conductor/resources/qbd/vendors.py +++ b/src/conductor/resources/qbd/vendors.py @@ -162,8 +162,8 @@ def create( email: The vendor's email address. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object @@ -902,8 +902,8 @@ async def create( email: The vendor's email address. - external_id: A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + external_id: A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/bill.py b/src/conductor/types/qbd/bill.py index b95f9d31..c651b8b9 100644 --- a/src/conductor/types/qbd/bill.py +++ b/src/conductor/types/qbd/bill.py @@ -1261,12 +1261,8 @@ class Bill(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_paid: Optional[bool] = FieldInfo(alias="isPaid", default=None) @@ -1311,9 +1307,9 @@ class Bill(BaseModel): """The type of object. This value is always `"qbd_bill"`.""" open_amount: str = FieldInfo(alias="openAmount") - """ - The remaining amount owed on this bill after subtracting any credits or - discounts from the `openAmount`. Represented as a decimal string. + """The remaining amount still owed on this bill, represented as a decimal string. + + This equals the bill's amount minus any credits or discounts. """ payables_account: Optional[PayablesAccount] = FieldInfo(alias="payablesAccount", default=None) diff --git a/src/conductor/types/qbd/bill_check_payment.py b/src/conductor/types/qbd/bill_check_payment.py index 56aae4b8..d54cb6f1 100644 --- a/src/conductor/types/qbd/bill_check_payment.py +++ b/src/conductor/types/qbd/bill_check_payment.py @@ -357,8 +357,8 @@ class BillCheckPayment(BaseModel): amount_in_home_currency: Optional[str] = FieldInfo(alias="amountInHomeCurrency", default=None) """ - The monetary amount for this bill check payment converted to the home currency - of the QuickBooks company file. Represented as a decimal string. + The monetary amount of this bill check payment converted to the home currency of + the QuickBooks company file. Represented as a decimal string. """ applied_to_transactions: List[AppliedToTransaction] = FieldInfo(alias="appliedToTransactions") @@ -400,12 +400,8 @@ class BillCheckPayment(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_queued_for_print: Optional[bool] = FieldInfo(alias="isQueuedForPrint", default=None) diff --git a/src/conductor/types/qbd/bill_check_payment_create_params.py b/src/conductor/types/qbd/bill_check_payment_create_params.py index 16d1fc50..b1128b1a 100644 --- a/src/conductor/types/qbd/bill_check_payment_create_params.py +++ b/src/conductor/types/qbd/bill_check_payment_create_params.py @@ -61,8 +61,8 @@ class BillCheckPaymentCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/bill_create_params.py b/src/conductor/types/qbd/bill_create_params.py index 57a41eac..790c51f6 100644 --- a/src/conductor/types/qbd/bill_create_params.py +++ b/src/conductor/types/qbd/bill_create_params.py @@ -49,8 +49,8 @@ class BillCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/bill_credit_card_payment.py b/src/conductor/types/qbd/bill_credit_card_payment.py index 7afa8955..521a190a 100644 --- a/src/conductor/types/qbd/bill_credit_card_payment.py +++ b/src/conductor/types/qbd/bill_credit_card_payment.py @@ -316,7 +316,7 @@ class BillCreditCardPayment(BaseModel): amount_in_home_currency: Optional[str] = FieldInfo(alias="amountInHomeCurrency", default=None) """ - The monetary amount for this bill credit card payment converted to the home + The monetary amount of this bill credit card payment converted to the home currency of the QuickBooks company file. Represented as a decimal string. """ @@ -359,12 +359,8 @@ class BillCreditCardPayment(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ memo: Optional[str] = None diff --git a/src/conductor/types/qbd/bill_credit_card_payment_create_params.py b/src/conductor/types/qbd/bill_credit_card_payment_create_params.py index 887784da..e8802216 100644 --- a/src/conductor/types/qbd/bill_credit_card_payment_create_params.py +++ b/src/conductor/types/qbd/bill_credit_card_payment_create_params.py @@ -62,8 +62,8 @@ class BillCreditCardPaymentCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/check.py b/src/conductor/types/qbd/check.py index 8d19f4b0..63e692f5 100644 --- a/src/conductor/types/qbd/check.py +++ b/src/conductor/types/qbd/check.py @@ -1208,7 +1208,7 @@ class Check(BaseModel): amount_in_home_currency: Optional[str] = FieldInfo(alias="amountInHomeCurrency", default=None) """ - The monetary amount for this check converted to the home currency of the + The monetary amount of this check converted to the home currency of the QuickBooks company file. Represented as a decimal string. """ @@ -1250,12 +1250,8 @@ class Check(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_pending: Optional[bool] = FieldInfo(alias="isPending", default=None) diff --git a/src/conductor/types/qbd/check_create_params.py b/src/conductor/types/qbd/check_create_params.py index d6ec6160..1c031ad9 100644 --- a/src/conductor/types/qbd/check_create_params.py +++ b/src/conductor/types/qbd/check_create_params.py @@ -66,8 +66,8 @@ class CheckCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/credit_card_charge.py b/src/conductor/types/qbd/credit_card_charge.py index 790431b0..c01a2a3e 100644 --- a/src/conductor/types/qbd/credit_card_charge.py +++ b/src/conductor/types/qbd/credit_card_charge.py @@ -1106,8 +1106,8 @@ class CreditCardCharge(BaseModel): amount_in_home_currency: Optional[str] = FieldInfo(alias="amountInHomeCurrency", default=None) """ - The monetary amount for this credit card charge converted to the home currency - of the QuickBooks company file. Represented as a decimal string. + The monetary amount of this credit card charge converted to the home currency of + the QuickBooks company file. Represented as a decimal string. """ created_at: str = FieldInfo(alias="createdAt") @@ -1145,12 +1145,8 @@ class CreditCardCharge(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ item_line_groups: List[ItemLineGroup] = FieldInfo(alias="itemLineGroups") diff --git a/src/conductor/types/qbd/credit_card_charge_create_params.py b/src/conductor/types/qbd/credit_card_charge_create_params.py index d73eb86e..46493081 100644 --- a/src/conductor/types/qbd/credit_card_charge_create_params.py +++ b/src/conductor/types/qbd/credit_card_charge_create_params.py @@ -51,8 +51,8 @@ class CreditCardChargeCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/credit_card_credit.py b/src/conductor/types/qbd/credit_card_credit.py index 41233737..247179b1 100644 --- a/src/conductor/types/qbd/credit_card_credit.py +++ b/src/conductor/types/qbd/credit_card_credit.py @@ -1103,8 +1103,8 @@ class CreditCardCredit(BaseModel): amount_in_home_currency: Optional[str] = FieldInfo(alias="amountInHomeCurrency", default=None) """ - The monetary amount for this credit card credit converted to the home currency - of the QuickBooks company file. Represented as a decimal string. + The monetary amount of this credit card credit converted to the home currency of + the QuickBooks company file. Represented as a decimal string. """ created_at: str = FieldInfo(alias="createdAt") @@ -1142,12 +1142,8 @@ class CreditCardCredit(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ item_line_groups: List[ItemLineGroup] = FieldInfo(alias="itemLineGroups") diff --git a/src/conductor/types/qbd/credit_card_credit_create_params.py b/src/conductor/types/qbd/credit_card_credit_create_params.py index 19b752d7..73b77794 100644 --- a/src/conductor/types/qbd/credit_card_credit_create_params.py +++ b/src/conductor/types/qbd/credit_card_credit_create_params.py @@ -48,8 +48,8 @@ class CreditCardCreditCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/credit_memo.py b/src/conductor/types/qbd/credit_memo.py index e620d8dc..f4da13f9 100644 --- a/src/conductor/types/qbd/credit_memo.py +++ b/src/conductor/types/qbd/credit_memo.py @@ -1205,12 +1205,8 @@ class CreditMemo(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_pending: Optional[bool] = FieldInfo(alias="isPending", default=None) diff --git a/src/conductor/types/qbd/credit_memo_create_params.py b/src/conductor/types/qbd/credit_memo_create_params.py index 2a3ffc58..b782050c 100644 --- a/src/conductor/types/qbd/credit_memo_create_params.py +++ b/src/conductor/types/qbd/credit_memo_create_params.py @@ -68,8 +68,8 @@ class CreditMemoCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/credit_memo_list_params.py b/src/conductor/types/qbd/credit_memo_list_params.py index 27e84a2f..efcc3160 100644 --- a/src/conductor/types/qbd/credit_memo_list_params.py +++ b/src/conductor/types/qbd/credit_memo_list_params.py @@ -32,7 +32,10 @@ class CreditMemoListParams(TypedDict, total=False): """ customer_ids: Annotated[List[str], PropertyInfo(alias="customerIds")] - """Filter for credit memos addressed to these customers.""" + """Filter for credit memos created for these customers. + + These are the customers who are owed money. + """ ids: List[str] """ diff --git a/src/conductor/types/qbd/customer.py b/src/conductor/types/qbd/customer.py index 8b29b560..6410d6d7 100644 --- a/src/conductor/types/qbd/customer.py +++ b/src/conductor/types/qbd/customer.py @@ -595,12 +595,8 @@ class Customer(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ fax: Optional[str] = None diff --git a/src/conductor/types/qbd/customer_create_params.py b/src/conductor/types/qbd/customer_create_params.py index 37bb8c56..6fe5e5ae 100644 --- a/src/conductor/types/qbd/customer_create_params.py +++ b/src/conductor/types/qbd/customer_create_params.py @@ -126,8 +126,8 @@ class CustomerCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/estimate.py b/src/conductor/types/qbd/estimate.py index a6ada9ed..22cc1707 100644 --- a/src/conductor/types/qbd/estimate.py +++ b/src/conductor/types/qbd/estimate.py @@ -1126,12 +1126,8 @@ class Estimate(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_active: bool = FieldInfo(alias="isActive") @@ -1278,8 +1274,8 @@ class Estimate(BaseModel): total_amount_in_home_currency: Optional[str] = FieldInfo(alias="totalAmountInHomeCurrency", default=None) """ - The total monetary amount for this estimate converted to the home currency of - the QuickBooks company file. Represented as a decimal string. + The total monetary amount of this estimate converted to the home currency of the + QuickBooks company file. Represented as a decimal string. """ transaction_date: date = FieldInfo(alias="transactionDate") diff --git a/src/conductor/types/qbd/estimate_create_params.py b/src/conductor/types/qbd/estimate_create_params.py index aef96fe9..9fd4c373 100644 --- a/src/conductor/types/qbd/estimate_create_params.py +++ b/src/conductor/types/qbd/estimate_create_params.py @@ -65,8 +65,8 @@ class EstimateCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/inventory_assembly_item.py b/src/conductor/types/qbd/inventory_assembly_item.py index d8b20654..d9a1424e 100644 --- a/src/conductor/types/qbd/inventory_assembly_item.py +++ b/src/conductor/types/qbd/inventory_assembly_item.py @@ -293,12 +293,8 @@ class InventoryAssemblyItem(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ full_name: str = FieldInfo(alias="fullName") diff --git a/src/conductor/types/qbd/inventory_assembly_item_create_params.py b/src/conductor/types/qbd/inventory_assembly_item_create_params.py index 0b75030f..cff011e8 100644 --- a/src/conductor/types/qbd/inventory_assembly_item_create_params.py +++ b/src/conductor/types/qbd/inventory_assembly_item_create_params.py @@ -68,8 +68,8 @@ class InventoryAssemblyItemCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/inventory_item.py b/src/conductor/types/qbd/inventory_item.py index aa622fdc..899f365f 100644 --- a/src/conductor/types/qbd/inventory_item.py +++ b/src/conductor/types/qbd/inventory_item.py @@ -255,12 +255,8 @@ class InventoryItem(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ full_name: str = FieldInfo(alias="fullName") diff --git a/src/conductor/types/qbd/inventory_item_create_params.py b/src/conductor/types/qbd/inventory_item_create_params.py index b080b649..745107d7 100644 --- a/src/conductor/types/qbd/inventory_item_create_params.py +++ b/src/conductor/types/qbd/inventory_item_create_params.py @@ -56,8 +56,8 @@ class InventoryItemCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/invoice.py b/src/conductor/types/qbd/invoice.py index f0872760..85ab8f98 100644 --- a/src/conductor/types/qbd/invoice.py +++ b/src/conductor/types/qbd/invoice.py @@ -1210,12 +1210,8 @@ class Invoice(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_finance_charge: Optional[bool] = FieldInfo(alias="isFinanceCharge", default=None) diff --git a/src/conductor/types/qbd/invoice_create_params.py b/src/conductor/types/qbd/invoice_create_params.py index dfe4106c..a5547e88 100644 --- a/src/conductor/types/qbd/invoice_create_params.py +++ b/src/conductor/types/qbd/invoice_create_params.py @@ -84,8 +84,8 @@ class InvoiceCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/journal_entry.py b/src/conductor/types/qbd/journal_entry.py index dac83729..16adfa4e 100644 --- a/src/conductor/types/qbd/journal_entry.py +++ b/src/conductor/types/qbd/journal_entry.py @@ -378,12 +378,8 @@ class JournalEntry(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_adjustment: Optional[bool] = FieldInfo(alias="isAdjustment", default=None) diff --git a/src/conductor/types/qbd/journal_entry_create_params.py b/src/conductor/types/qbd/journal_entry_create_params.py index 3df904a3..7c575253 100644 --- a/src/conductor/types/qbd/journal_entry_create_params.py +++ b/src/conductor/types/qbd/journal_entry_create_params.py @@ -50,8 +50,8 @@ class JournalEntryCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/non_inventory_item.py b/src/conductor/types/qbd/non_inventory_item.py index 0618411c..625413d1 100644 --- a/src/conductor/types/qbd/non_inventory_item.py +++ b/src/conductor/types/qbd/non_inventory_item.py @@ -309,12 +309,8 @@ class NonInventoryItem(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ full_name: str = FieldInfo(alias="fullName") diff --git a/src/conductor/types/qbd/non_inventory_item_create_params.py b/src/conductor/types/qbd/non_inventory_item_create_params.py index bf3c0a2c..9035f11c 100644 --- a/src/conductor/types/qbd/non_inventory_item_create_params.py +++ b/src/conductor/types/qbd/non_inventory_item_create_params.py @@ -39,8 +39,8 @@ class NonInventoryItemCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/purchase_order.py b/src/conductor/types/qbd/purchase_order.py index 3eff9fcb..35ebc4ac 100644 --- a/src/conductor/types/qbd/purchase_order.py +++ b/src/conductor/types/qbd/purchase_order.py @@ -1156,12 +1156,8 @@ class PurchaseOrder(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ inventory_site: Optional[InventorySite] = FieldInfo(alias="inventorySite", default=None) @@ -1312,7 +1308,7 @@ class PurchaseOrder(BaseModel): total_amount_in_home_currency: Optional[str] = FieldInfo(alias="totalAmountInHomeCurrency", default=None) """ - The total monetary amount for this purchase order converted to the home currency + The total monetary amount of this purchase order converted to the home currency of the QuickBooks company file. Represented as a decimal string. """ diff --git a/src/conductor/types/qbd/purchase_order_create_params.py b/src/conductor/types/qbd/purchase_order_create_params.py index b5db09f9..a50f92b1 100644 --- a/src/conductor/types/qbd/purchase_order_create_params.py +++ b/src/conductor/types/qbd/purchase_order_create_params.py @@ -68,8 +68,8 @@ class PurchaseOrderCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/receive_payment.py b/src/conductor/types/qbd/receive_payment.py index a502a7b5..73c5fe0c 100644 --- a/src/conductor/types/qbd/receive_payment.py +++ b/src/conductor/types/qbd/receive_payment.py @@ -523,12 +523,8 @@ class ReceivePayment(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ memo: Optional[str] = None @@ -578,8 +574,8 @@ class ReceivePayment(BaseModel): total_amount_in_home_currency: Optional[str] = FieldInfo(alias="totalAmountInHomeCurrency", default=None) """ - The total monetary amount for this receive-payment converted to the home - currency of the QuickBooks company file. Represented as a decimal string. + The total monetary amount of this receive-payment converted to the home currency + of the QuickBooks company file. Represented as a decimal string. """ transaction_date: date = FieldInfo(alias="transactionDate") diff --git a/src/conductor/types/qbd/receive_payment_create_params.py b/src/conductor/types/qbd/receive_payment_create_params.py index b2aef810..c33943eb 100644 --- a/src/conductor/types/qbd/receive_payment_create_params.py +++ b/src/conductor/types/qbd/receive_payment_create_params.py @@ -83,8 +83,8 @@ class ReceivePaymentCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/sales_order.py b/src/conductor/types/qbd/sales_order.py index 74a3e181..f8f44e8f 100644 --- a/src/conductor/types/qbd/sales_order.py +++ b/src/conductor/types/qbd/sales_order.py @@ -1186,12 +1186,8 @@ class SalesOrder(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_fully_invoiced: Optional[bool] = FieldInfo(alias="isFullyInvoiced", default=None) @@ -1366,7 +1362,7 @@ class SalesOrder(BaseModel): total_amount_in_home_currency: Optional[str] = FieldInfo(alias="totalAmountInHomeCurrency", default=None) """ - The total monetary amount for this sales order converted to the home currency of + The total monetary amount of this sales order converted to the home currency of the QuickBooks company file. Represented as a decimal string. """ diff --git a/src/conductor/types/qbd/sales_order_create_params.py b/src/conductor/types/qbd/sales_order_create_params.py index 8430cf2f..18408f48 100644 --- a/src/conductor/types/qbd/sales_order_create_params.py +++ b/src/conductor/types/qbd/sales_order_create_params.py @@ -68,8 +68,8 @@ class SalesOrderCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/sales_receipt.py b/src/conductor/types/qbd/sales_receipt.py index 51e90476..2e5949f2 100644 --- a/src/conductor/types/qbd/sales_receipt.py +++ b/src/conductor/types/qbd/sales_receipt.py @@ -1611,12 +1611,8 @@ class SalesReceipt(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_pending: Optional[bool] = FieldInfo(alias="isPending", default=None) @@ -1769,7 +1765,7 @@ class SalesReceipt(BaseModel): total_amount_in_home_currency: Optional[str] = FieldInfo(alias="totalAmountInHomeCurrency", default=None) """ - The total monetary amount for this sales receipt converted to the home currency + The total monetary amount of this sales receipt converted to the home currency of the QuickBooks company file. Represented as a decimal string. """ diff --git a/src/conductor/types/qbd/sales_receipt_create_params.py b/src/conductor/types/qbd/sales_receipt_create_params.py index 6dec2f52..10e2cc6e 100644 --- a/src/conductor/types/qbd/sales_receipt_create_params.py +++ b/src/conductor/types/qbd/sales_receipt_create_params.py @@ -97,8 +97,8 @@ class SalesReceiptCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/sales_tax_item.py b/src/conductor/types/qbd/sales_tax_item.py index 80f6f784..52b804c4 100644 --- a/src/conductor/types/qbd/sales_tax_item.py +++ b/src/conductor/types/qbd/sales_tax_item.py @@ -135,12 +135,8 @@ class SalesTaxItem(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_active: bool = FieldInfo(alias="isActive") diff --git a/src/conductor/types/qbd/sales_tax_item_create_params.py b/src/conductor/types/qbd/sales_tax_item_create_params.py index bcf7d943..f3112df7 100644 --- a/src/conductor/types/qbd/sales_tax_item_create_params.py +++ b/src/conductor/types/qbd/sales_tax_item_create_params.py @@ -45,8 +45,8 @@ class SalesTaxItemCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/service_item.py b/src/conductor/types/qbd/service_item.py index 7a18bd14..344c6059 100644 --- a/src/conductor/types/qbd/service_item.py +++ b/src/conductor/types/qbd/service_item.py @@ -309,12 +309,8 @@ class ServiceItem(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ full_name: str = FieldInfo(alias="fullName") diff --git a/src/conductor/types/qbd/service_item_create_params.py b/src/conductor/types/qbd/service_item_create_params.py index c3f57993..d297a3d1 100644 --- a/src/conductor/types/qbd/service_item_create_params.py +++ b/src/conductor/types/qbd/service_item_create_params.py @@ -39,8 +39,8 @@ class ServiceItemCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/subtotal_item.py b/src/conductor/types/qbd/subtotal_item.py index f1c25fbe..40113ec8 100644 --- a/src/conductor/types/qbd/subtotal_item.py +++ b/src/conductor/types/qbd/subtotal_item.py @@ -79,12 +79,8 @@ class SubtotalItem(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ is_active: bool = FieldInfo(alias="isActive") diff --git a/src/conductor/types/qbd/subtotal_item_create_params.py b/src/conductor/types/qbd/subtotal_item_create_params.py index ac9411a5..6c660dd2 100644 --- a/src/conductor/types/qbd/subtotal_item_create_params.py +++ b/src/conductor/types/qbd/subtotal_item_create_params.py @@ -37,8 +37,8 @@ class SubtotalItemCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object diff --git a/src/conductor/types/qbd/vendor.py b/src/conductor/types/qbd/vendor.py index 8da1d9c4..814e0b6b 100644 --- a/src/conductor/types/qbd/vendor.py +++ b/src/conductor/types/qbd/vendor.py @@ -495,12 +495,8 @@ class Vendor(BaseModel): external_id: Optional[str] = FieldInfo(alias="externalId", default=None) """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. - - **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will - return an error. This field is immutable and can only be set during object - creation. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. """ fax: Optional[str] = None diff --git a/src/conductor/types/qbd/vendor_create_params.py b/src/conductor/types/qbd/vendor_create_params.py index 9a2a027e..c0b9b4a5 100644 --- a/src/conductor/types/qbd/vendor_create_params.py +++ b/src/conductor/types/qbd/vendor_create_params.py @@ -111,8 +111,8 @@ class VendorCreateParams(TypedDict, total=False): external_id: Annotated[str, PropertyInfo(alias="externalId")] """ - A globally unique identifier (GUID) you can provide for tracking this object in - your external system. + A globally unique identifier (GUID) you, the developer, can provide for tracking + this object in your external system. **IMPORTANT**: Must be formatted as a valid GUID; otherwise, QuickBooks will return an error. This field is immutable and can only be set during object