Skip to content

Commit

Permalink
feat(api): api update (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Dec 31, 2024
1 parent bd6a52e commit c9b061b
Show file tree
Hide file tree
Showing 68 changed files with 203 additions and 286 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/bill_check_payments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/bill_credit_card_payments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/credit_card_charges.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/credit_card_credits.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
14 changes: 8 additions & 6 deletions src/conductor/resources/qbd/credit_memos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/estimates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/inventory_assembly_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/inventory_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/invoices.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/journal_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/non_inventory_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit c9b061b

Please sign in to comment.