Skip to content

Commit

Permalink
feat(api): api update (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 5, 2024
1 parent 66adc05 commit 96d6201
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 31 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: 72
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-1eeb4013155ccc760ed7f7d33c403b74e4a1c22db9c98e09fce7a16ae2e6497d.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-9640e89170c0ab0978aad84e29edcd3777691b90d341a0fa4ca5306377f84ad9.yml
12 changes: 6 additions & 6 deletions src/conductor/resources/qbd/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ def create(
will also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
transaction(s) in this endpoint's response even when this request is successful.
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the bill and check the
`linkedTransactions` response field. If fetching a list of bills, you must also
specify the parameter `includeLinkedTransactions` to return the
specify the parameter `includeLinkedTransactions` to see the
`linkedTransactions` response field.
memo: A memo or note for this bill, as entered by the user. Appears in the Accounts
Expand Down Expand Up @@ -625,11 +625,11 @@ async def create(
will also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
transaction(s) in this endpoint's response even when this request is successful.
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the bill and check the
`linkedTransactions` response field. If fetching a list of bills, you must also
specify the parameter `includeLinkedTransactions` to return the
specify the parameter `includeLinkedTransactions` to see the
`linkedTransactions` response field.
memo: A memo or note for this bill, as entered by the user. Appears in the Accounts
Expand Down
20 changes: 10 additions & 10 deletions src/conductor/resources/qbd/invoices.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def create(
apply_credits: Credit memos to apply to this invoice, reducing its balance. This creates a link
between this invoice and the specified credit memos.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
Expand Down Expand Up @@ -167,11 +167,11 @@ def create(
will also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
transaction(s) in this endpoint's response even when this request is successful.
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
also specify the parameter `includeLinkedTransactions` to return the
also specify the parameter `includeLinkedTransactions` to see the
`linkedTransactions` response field.
memo: A memo or note for this invoice, as entered by the user. This appears in
Expand Down Expand Up @@ -380,7 +380,7 @@ def update(
apply_credits: Credit memos to apply to this invoice, reducing its balance. This creates a link
between this invoice and the specified credit memos.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
Expand Down Expand Up @@ -780,7 +780,7 @@ async def create(
apply_credits: Credit memos to apply to this invoice, reducing its balance. This creates a link
between this invoice and the specified credit memos.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
Expand Down Expand Up @@ -843,11 +843,11 @@ async def create(
will also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
transaction(s) in this endpoint's response even when this request is successful.
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
also specify the parameter `includeLinkedTransactions` to return the
also specify the parameter `includeLinkedTransactions` to see the
`linkedTransactions` response field.
memo: A memo or note for this invoice, as entered by the user. This appears in
Expand Down Expand Up @@ -1056,7 +1056,7 @@ async def update(
apply_credits: Credit memos to apply to this invoice, reducing its balance. This creates a link
between this invoice and the specified credit memos.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/types/qbd/bill_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ class BillCreateParams(TypedDict, total=False):
will also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
transaction(s) in this endpoint's response even when this request is successful.
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the bill and check the
`linkedTransactions` response field. If fetching a list of bills, you must also
specify the parameter `includeLinkedTransactions` to return the
specify the parameter `includeLinkedTransactions` to see the
`linkedTransactions` response field.
"""

Expand Down Expand Up @@ -409,7 +409,7 @@ class ItemLine(TypedDict, total=False):
also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transaction line in this endpoint's response even when this request is
successful. To see the transaction line linked via this field, refetch the
parent transaction and check the `linkedTransactions` response field. If
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class ItemLine(TypedDict, total=False):
also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transaction line in this endpoint's response even when this request is
successful. To see the transaction line linked via this field, refetch the
parent transaction and check the `linkedTransactions` response field. If
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class ItemLine(TypedDict, total=False):
also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transaction line in this endpoint's response even when this request is
successful. To see the transaction line linked via this field, refetch the
parent transaction and check the `linkedTransactions` response field. If
Expand Down
14 changes: 7 additions & 7 deletions src/conductor/types/qbd/invoice_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class InvoiceCreateParams(TypedDict, total=False):
This creates a link between this invoice and the specified credit memos.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
Expand Down Expand Up @@ -138,11 +138,11 @@ class InvoiceCreateParams(TypedDict, total=False):
will also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
transaction(s) in this endpoint's response even when this request is successful.
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
also specify the parameter `includeLinkedTransactions` to return the
also specify the parameter `includeLinkedTransactions` to see the
`linkedTransactions` response field.
"""

Expand Down Expand Up @@ -457,11 +457,11 @@ class InvoiceLine(TypedDict, total=False):
will also return an error if you attempt to link a transaction that is empty or
already closed.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transaction line in this endpoint's response even when this request is
successful. To see the transaction line linked via this field, refetch the
parent transaction and check the `linkedTransactions` response field. If
fetching a list of transactions, you must also specify the parameter
parent invoice and check the `linkedTransactions` response field. If fetching a
list of invoices, you must also specify the parameter
`includeLinkedTransactions` to see the `linkedTransactions` response field.
"""

Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/invoice_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class InvoiceUpdateParams(TypedDict, total=False):
This creates a link between this invoice and the specified credit memos.
Note: By default, QuickBooks will not return any information about the linked
NOTE: By default, QuickBooks will not return any information about the linked
transactions in this endpoint's response even when this request is successful.
To see the transactions linked via this field, refetch the invoice and check the
`linkedTransactions` response field. If fetching a list of invoices, you must
Expand Down

0 comments on commit 96d6201

Please sign in to comment.