Skip to content

Commit

Permalink
feat(api): api update (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 17, 2024
1 parent 1765972 commit 26b888b
Show file tree
Hide file tree
Showing 55 changed files with 252 additions and 226 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: 85
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-d1be15680fa86f744f06a210bb12c9480feb6537285443033889a0bf84850bd7.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-33d6baf89670c5b34e8cba8211b0ac32cf6ec0c3b8e31bd9ceb48fb1a41cb1ea.yml
14 changes: 8 additions & 6 deletions src/conductor/resources/qbd/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,10 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the account to update.
revision_number: The current revision number of the account you are updating, which you can get
by fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the account object you are updating, which you
can get by fetching the object first. Provide the most recent `revisionNumber`
to ensure you're working with the latest data; otherwise, the update will return
an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down Expand Up @@ -741,9 +742,10 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the account to update.
revision_number: The current revision number of the account you are updating, which you can get
by fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the account object you are updating, which you
can get by fetching the object first. Provide the most recent `revisionNumber`
to ensure you're working with the latest data; otherwise, the update will return
an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/resources/qbd/bill_payment_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the bill payment check to update.
revision_number: The current revision number of the bill payment check you are updating, which
you can get by fetching the object first. Provide the most recent
revision_number: The current revision number of the bill payment check object you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
Expand Down Expand Up @@ -654,8 +654,8 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the bill payment check to update.
revision_number: The current revision number of the bill payment check you are updating, which
you can get by fetching the object first. Provide the most recent
revision_number: The current revision number of the bill payment check object you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
Expand Down
14 changes: 8 additions & 6 deletions src/conductor/resources/qbd/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,10 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the bill to update.
revision_number: The current revision number of the bill you are updating, which you can get by
fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the bill object you are updating, which you can
get by fetching the object first. Provide the most recent `revisionNumber` to
ensure you're working with the latest data; otherwise, the update will return an
error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down Expand Up @@ -776,9 +777,10 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the bill to update.
revision_number: The current revision number of the bill you are updating, which you can get by
fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the bill object you are updating, which you can
get by fetching the object first. Provide the most recent `revisionNumber` to
ensure you're working with the latest data; otherwise, the update will return an
error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down
14 changes: 8 additions & 6 deletions src/conductor/resources/qbd/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,10 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the check to update.
revision_number: The current revision number of the check you are updating, which you can get by
fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the check object you are updating, which you can
get by fetching the object first. Provide the most recent `revisionNumber` to
ensure you're working with the latest data; otherwise, the update will return an
error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down Expand Up @@ -744,9 +745,10 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the check to update.
revision_number: The current revision number of the check you are updating, which you can get by
fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the check object you are updating, which you can
get by fetching the object first. Provide the most recent `revisionNumber` to
ensure you're working with the latest data; otherwise, the update will return an
error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down
14 changes: 8 additions & 6 deletions src/conductor/resources/qbd/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,10 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the class to update.
revision_number: The current revision number of the class you are updating, which you can get by
fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the class object you are updating, which you can
get by fetching the object first. Provide the most recent `revisionNumber` to
ensure you're working with the latest data; otherwise, the update will return an
error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down Expand Up @@ -482,9 +483,10 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the class to update.
revision_number: The current revision number of the class you are updating, which you can get by
fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the class object you are updating, which you can
get by fetching the object first. Provide the most recent `revisionNumber` to
ensure you're working with the latest data; otherwise, the update will return an
error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
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 @@ -228,8 +228,8 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the credit card charge to update.
revision_number: The current revision number of the credit card charge you are updating, which
you can get by fetching the object first. Provide the most recent
revision_number: The current revision number of the credit card charge object you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
Expand Down Expand Up @@ -685,8 +685,8 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the credit card charge to update.
revision_number: The current revision number of the credit card charge you are updating, which
you can get by fetching the object first. Provide the most recent
revision_number: The current revision number of the credit card charge object you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
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 @@ -227,8 +227,8 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the credit card credit to update.
revision_number: The current revision number of the credit card credit you are updating, which
you can get by fetching the object first. Provide the most recent
revision_number: The current revision number of the credit card credit object you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
Expand Down Expand Up @@ -681,8 +681,8 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the credit card credit to update.
revision_number: The current revision number of the credit card credit you are updating, which
you can get by fetching the object first. Provide the most recent
revision_number: The current revision number of the credit card credit object you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
Expand Down
14 changes: 8 additions & 6 deletions src/conductor/resources/qbd/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,10 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the customer to update.
revision_number: The current revision number of the customer you are updating, which you can get
by fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the customer object you are updating, which you
can get by fetching the object first. Provide the most recent `revisionNumber`
to ensure you're working with the latest data; otherwise, the update will return
an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down Expand Up @@ -1230,9 +1231,10 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the customer to update.
revision_number: The current revision number of the customer you are updating, which you can get
by fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the customer object you are updating, which you
can get by fetching the object first. Provide the most recent `revisionNumber`
to ensure you're working with the latest data; otherwise, the update will return
an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down
16 changes: 8 additions & 8 deletions src/conductor/resources/qbd/inventory_assembly_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ def update(
id: The QuickBooks-assigned unique identifier of the inventory assembly item to
update.
revision_number: The current revision number of the inventory assembly item you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
revision_number: The current revision number of the inventory assembly item object you are
updating, which you can get by fetching the object first. Provide the most
recent `revisionNumber` to ensure you're working with the latest data;
otherwise, the update will return an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down Expand Up @@ -890,10 +890,10 @@ async def update(
id: The QuickBooks-assigned unique identifier of the inventory assembly item to
update.
revision_number: The current revision number of the inventory assembly item you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
revision_number: The current revision number of the inventory assembly item object you are
updating, which you can get by fetching the object first. Provide the most
recent `revisionNumber` to ensure you're working with the latest data;
otherwise, the update will return an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down
16 changes: 8 additions & 8 deletions src/conductor/resources/qbd/inventory_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the inventory item to update.
revision_number: The current revision number of the inventory item you are updating, which you
can get by fetching the object first. Provide the most recent `revisionNumber`
to ensure you're working with the latest data; otherwise, the update will return
an error.
revision_number: The current revision number of the inventory item object you are updating, which
you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down Expand Up @@ -860,10 +860,10 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the inventory item to update.
revision_number: The current revision number of the inventory item you are updating, which you
can get by fetching the object first. Provide the most recent `revisionNumber`
to ensure you're working with the latest data; otherwise, the update will return
an error.
revision_number: The current revision number of the inventory item object you are updating, which
you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down
14 changes: 8 additions & 6 deletions src/conductor/resources/qbd/invoices.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,10 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the invoice to update.
revision_number: The current revision number of the invoice you are updating, which you can get
by fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the invoice object you are updating, which you
can get by fetching the object first. Provide the most recent `revisionNumber`
to ensure you're working with the latest data; otherwise, the update will return
an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
Expand Down Expand Up @@ -1047,9 +1048,10 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the invoice to update.
revision_number: The current revision number of the invoice you are updating, which you can get
by fetching the object first. Provide the most recent `revisionNumber` to ensure
you're working with the latest data; otherwise, the update will return an error.
revision_number: The current revision number of the invoice object you are updating, which you
can get by fetching the object first. Provide the most recent `revisionNumber`
to ensure you're working with the latest data; otherwise, the update will return
an error.
conductor_end_user_id: The ID of the EndUser to receive this request (e.g.,
`"Conductor-End-User-Id: {{END_USER_ID}}"`).
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 @@ -243,8 +243,8 @@ def update(
Args:
id: The QuickBooks-assigned unique identifier of the non-inventory item to update.
revision_number: The current revision number of the non-inventory item you are updating, which
you can get by fetching the object first. Provide the most recent
revision_number: The current revision number of the non-inventory item object you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
Expand Down Expand Up @@ -694,8 +694,8 @@ async def update(
Args:
id: The QuickBooks-assigned unique identifier of the non-inventory item to update.
revision_number: The current revision number of the non-inventory item you are updating, which
you can get by fetching the object first. Provide the most recent
revision_number: The current revision number of the non-inventory item object you are updating,
which you can get by fetching the object first. Provide the most recent
`revisionNumber` to ensure you're working with the latest data; otherwise, the
update will return an error.
Expand Down
Loading

0 comments on commit 26b888b

Please sign in to comment.