Skip to content

Commit

Permalink
feat(api): api update (#299)
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 26b888b commit 26235d6
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 23 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-33d6baf89670c5b34e8cba8211b0ac32cf6ec0c3b8e31bd9ceb48fb1a41cb1ea.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-0cbf38ac402f49c8b9c1f33631e19b705ed57dc9dc5c0d38209db598ec91ce68.yml
4 changes: 2 additions & 2 deletions src/conductor/resources/qbd/bill_payment_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def create(
default Accounts-Payable account.
**IMPORTANT**: If this bill payment check is linked to other transactions, this
A/P account must match the `payablesAccount` used in the other transactions.
A/P account must match the `payablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this bill payment check,
which can be used to identify the transaction in QuickBooks. This value is not
Expand Down Expand Up @@ -547,7 +547,7 @@ async def create(
default Accounts-Payable account.
**IMPORTANT**: If this bill payment check is linked to other transactions, this
A/P account must match the `payablesAccount` used in the other transactions.
A/P account must match the `payablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this bill payment check,
which can be used to identify the transaction in QuickBooks. This value is not
Expand Down
4 changes: 2 additions & 2 deletions src/conductor/resources/qbd/bill_payment_credit_cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def create(
will use its default Accounts-Payable account.
**IMPORTANT**: If this bill payment credit card is linked to other transactions,
this A/P account must match the `payablesAccount` used in the other
this A/P account must match the `payablesAccount` used in those other
transactions.
ref_number: The case-sensitive user-defined reference number for this bill payment credit
Expand Down Expand Up @@ -432,7 +432,7 @@ async def create(
will use its default Accounts-Payable account.
**IMPORTANT**: If this bill payment credit card is linked to other transactions,
this A/P account must match the `payablesAccount` used in the other
this A/P account must match the `payablesAccount` used in those other
transactions.
ref_number: The case-sensitive user-defined reference number for this bill payment credit
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 @@ -138,7 +138,7 @@ def create(
Accounts-Payable account.
**IMPORTANT**: If this bill is linked to other transactions, this A/P account
must match the `payablesAccount` used in the other transactions.
must match the `payablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this bill, which can be
used to identify the transaction in QuickBooks. This value is not required to be
Expand Down Expand Up @@ -325,7 +325,7 @@ def update(
Accounts-Payable account.
**IMPORTANT**: If this bill is linked to other transactions, this A/P account
must match the `payablesAccount` used in the other transactions.
must match the `payablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this bill, which can be
used to identify the transaction in QuickBooks. This value is not required to be
Expand Down Expand Up @@ -648,7 +648,7 @@ async def create(
Accounts-Payable account.
**IMPORTANT**: If this bill is linked to other transactions, this A/P account
must match the `payablesAccount` used in the other transactions.
must match the `payablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this bill, which can be
used to identify the transaction in QuickBooks. This value is not required to be
Expand Down Expand Up @@ -835,7 +835,7 @@ async def update(
Accounts-Payable account.
**IMPORTANT**: If this bill is linked to other transactions, this A/P account
must match the `payablesAccount` used in the other transactions.
must match the `payablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this bill, which can be
used to identify the transaction in QuickBooks. This value is not required to be
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 @@ -196,7 +196,7 @@ def create(
Accounts-Receivable account.
**IMPORTANT**: If this invoice is linked to other transactions, this A/R account
must match the `receivablesAccount` used in the other transactions.
must match the `receivablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this invoice, which can be
used to identify the transaction in QuickBooks. This value is not required to be
Expand Down Expand Up @@ -459,7 +459,7 @@ def update(
Accounts-Receivable account.
**IMPORTANT**: If this invoice is linked to other transactions, this A/R account
must match the `receivablesAccount` used in the other transactions.
must match the `receivablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this invoice, which can be
used to identify the transaction in QuickBooks. This value is not required to be
Expand Down Expand Up @@ -872,7 +872,7 @@ async def create(
Accounts-Receivable account.
**IMPORTANT**: If this invoice is linked to other transactions, this A/R account
must match the `receivablesAccount` used in the other transactions.
must match the `receivablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this invoice, which can be
used to identify the transaction in QuickBooks. This value is not required to be
Expand Down Expand Up @@ -1135,7 +1135,7 @@ async def update(
Accounts-Receivable account.
**IMPORTANT**: If this invoice is linked to other transactions, this A/R account
must match the `receivablesAccount` used in the other transactions.
must match the `receivablesAccount` used in those other transactions.
ref_number: The case-sensitive user-defined reference number for this invoice, which can be
used to identify the transaction in QuickBooks. This value is not required to be
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/bill.py
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ class Bill(BaseModel):
Accounts-Payable account.
**IMPORTANT**: If this bill is linked to other transactions, this A/P account
must match the `payablesAccount` used in the other transactions.
must match the `payablesAccount` used in those other transactions.
"""

ref_number: Optional[str] = FieldInfo(alias="refNumber", default=None)
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/bill_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class BillCreateParams(TypedDict, total=False):
Accounts-Payable account.
**IMPORTANT**: If this bill is linked to other transactions, this A/P account
must match the `payablesAccount` used in the other transactions.
must match the `payablesAccount` used in those other transactions.
"""

ref_number: Annotated[str, PropertyInfo(alias="refNumber")]
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/bill_payment_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class BillPaymentCheck(BaseModel):
default Accounts-Payable account.
**IMPORTANT**: If this bill payment check is linked to other transactions, this
A/P account must match the `payablesAccount` used in the other transactions.
A/P account must match the `payablesAccount` used in those other transactions.
"""

ref_number: Optional[str] = FieldInfo(alias="refNumber", default=None)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class BillPaymentCheckCreateParams(TypedDict, total=False):
default Accounts-Payable account.
**IMPORTANT**: If this bill payment check is linked to other transactions, this
A/P account must match the `payablesAccount` used in the other transactions.
A/P account must match the `payablesAccount` used in those other transactions.
"""

ref_number: Annotated[str, PropertyInfo(alias="refNumber")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class BillPaymentCreditCardCreateParams(TypedDict, total=False):
will use its default Accounts-Payable account.
**IMPORTANT**: If this bill payment credit card is linked to other transactions,
this A/P account must match the `payablesAccount` used in the other
this A/P account must match the `payablesAccount` used in those other
transactions.
"""

Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/bill_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class BillUpdateParams(TypedDict, total=False):
Accounts-Payable account.
**IMPORTANT**: If this bill is linked to other transactions, this A/P account
must match the `payablesAccount` used in the other transactions.
must match the `payablesAccount` used in those other transactions.
"""

ref_number: Annotated[str, PropertyInfo(alias="refNumber")]
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ class Invoice(BaseModel):
Accounts-Receivable account.
**IMPORTANT**: If this invoice is linked to other transactions, this A/R account
must match the `receivablesAccount` used in the other transactions.
must match the `receivablesAccount` used in those other transactions.
"""

ref_number: Optional[str] = FieldInfo(alias="refNumber", default=None)
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/invoice_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class InvoiceCreateParams(TypedDict, total=False):
Accounts-Receivable account.
**IMPORTANT**: If this invoice is linked to other transactions, this A/R account
must match the `receivablesAccount` used in the other transactions.
must match the `receivablesAccount` used in those other transactions.
"""

ref_number: Annotated[str, PropertyInfo(alias="refNumber")]
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 @@ -155,7 +155,7 @@ class InvoiceUpdateParams(TypedDict, total=False):
Accounts-Receivable account.
**IMPORTANT**: If this invoice is linked to other transactions, this A/R account
must match the `receivablesAccount` used in the other transactions.
must match the `receivablesAccount` used in those other transactions.
"""

ref_number: Annotated[str, PropertyInfo(alias="refNumber")]
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/qbd_bill_payment_credit_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ class QbdBillPaymentCreditCard(BaseModel):
will use its default Accounts-Payable account.
**IMPORTANT**: If this bill payment credit card is linked to other transactions,
this A/P account must match the `payablesAccount` used in the other
this A/P account must match the `payablesAccount` used in those other
transactions.
"""

Expand Down

0 comments on commit 26235d6

Please sign in to comment.