Skip to content

Commit

Permalink
feat(api): api update (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Oct 23, 2024
1 parent 4e539c0 commit 63dbd3e
Show file tree
Hide file tree
Showing 15 changed files with 167 additions and 167 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: 57
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-be74e9ee47a70f3a0b38b7d39273d2cd07c197b67a41eed9672f41ce1974566f.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-4e7e39f28dfb9f9bfb9e0ef17e5fb67ce8a911e20974b122e8104d0768a33f42.yml
54 changes: 27 additions & 27 deletions src/conductor/types/qbd/credit_card_credit.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

class Account(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -67,7 +67,7 @@ class Account(BaseModel):

class Currency(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -120,7 +120,7 @@ class CustomField(BaseModel):

class ExpenseLineAccount(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -136,7 +136,7 @@ class ExpenseLineAccount(BaseModel):

class ExpenseLineClass(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -189,7 +189,7 @@ class ExpenseLineCustomField(BaseModel):

class ExpenseLinePayee(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -205,7 +205,7 @@ class ExpenseLinePayee(BaseModel):

class ExpenseLineSalesRepresentative(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -221,7 +221,7 @@ class ExpenseLineSalesRepresentative(BaseModel):

class ExpenseLineSalesTaxCode(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -345,7 +345,7 @@ class ItemGroupLineCustomField(BaseModel):

class ItemGroupLineItemGroup(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -361,7 +361,7 @@ class ItemGroupLineItemGroup(BaseModel):

class ItemGroupLineItemLineClass(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -377,7 +377,7 @@ class ItemGroupLineItemLineClass(BaseModel):

class ItemGroupLineItemLineCustomer(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -430,7 +430,7 @@ class ItemGroupLineItemLineCustomField(BaseModel):

class ItemGroupLineItemLineInventorySite(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -446,7 +446,7 @@ class ItemGroupLineItemLineInventorySite(BaseModel):

class ItemGroupLineItemLineInventorySiteLocation(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -462,7 +462,7 @@ class ItemGroupLineItemLineInventorySiteLocation(BaseModel):

class ItemGroupLineItemLineItem(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -478,7 +478,7 @@ class ItemGroupLineItemLineItem(BaseModel):

class ItemGroupLineItemLineOverrideUnitOfMeasureSet(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -494,7 +494,7 @@ class ItemGroupLineItemLineOverrideUnitOfMeasureSet(BaseModel):

class ItemGroupLineItemLineSalesRepresentative(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -510,7 +510,7 @@ class ItemGroupLineItemLineSalesRepresentative(BaseModel):

class ItemGroupLineItemLineSalesTaxCode(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -663,7 +663,7 @@ class ItemGroupLineItemLine(BaseModel):

class ItemGroupLineOverrideUnitOfMeasureSet(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -739,7 +739,7 @@ class ItemGroupLine(BaseModel):

class ItemLineClass(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -755,7 +755,7 @@ class ItemLineClass(BaseModel):

class ItemLineCustomer(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -808,7 +808,7 @@ class ItemLineCustomField(BaseModel):

class ItemLineInventorySite(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -824,7 +824,7 @@ class ItemLineInventorySite(BaseModel):

class ItemLineInventorySiteLocation(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -840,7 +840,7 @@ class ItemLineInventorySiteLocation(BaseModel):

class ItemLineItem(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -856,7 +856,7 @@ class ItemLineItem(BaseModel):

class ItemLineOverrideUnitOfMeasureSet(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -872,7 +872,7 @@ class ItemLineOverrideUnitOfMeasureSet(BaseModel):

class ItemLineSalesRepresentative(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -888,7 +888,7 @@ class ItemLineSalesRepresentative(BaseModel):

class ItemLineSalesTaxCode(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -1039,7 +1039,7 @@ class ItemLine(BaseModel):

class Payee(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -1055,7 +1055,7 @@ class Payee(BaseModel):

class SalesTaxCode(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down
18 changes: 9 additions & 9 deletions src/conductor/types/qbd/inventory_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class AssetAccount(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -40,7 +40,7 @@ class AssetAccount(BaseModel):

class Class(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -56,7 +56,7 @@ class Class(BaseModel):

class CogsAccount(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down Expand Up @@ -109,7 +109,7 @@ class CustomField(BaseModel):

class IncomeAccount(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -125,7 +125,7 @@ class IncomeAccount(BaseModel):

class Parent(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -141,7 +141,7 @@ class Parent(BaseModel):

class PreferredVendor(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -157,7 +157,7 @@ class PreferredVendor(BaseModel):

class PurchaseTaxCode(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -173,7 +173,7 @@ class PurchaseTaxCode(BaseModel):

class SalesTaxCode(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand All @@ -189,7 +189,7 @@ class SalesTaxCode(BaseModel):

class UnitOfMeasureSet(BaseModel):
id: Optional[str] = None
"""The unique identifier assigned by QuickBooks for this object.
"""The unique identifier assigned by QuickBooks to this object.
This ID is unique across all objects of the same type, but not across different
QuickBooks object types.
Expand Down
Loading

0 comments on commit 63dbd3e

Please sign in to comment.