Skip to content

Commit

Permalink
feat(api): api update (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Oct 28, 2024
1 parent c4698eb commit f20a401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: 62
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-c9e79e1797145fe6272c10698e75db758b37dfa98ed8d3a1aa7c5e3f032f640e.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-8d5c551aa7786c59e0f2109aef3e8e324b2dcd3d3d3fc00df6e7e758e31c911b.yml
10 changes: 4 additions & 6 deletions src/conductor/types/qbd/bill_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ExpenseLine(TypedDict, total=False):
"""
The QuickBooks-assigned unique identifier of an existing expense line you wish
to retain or update. Set this field to `-1` for new expense lines you wish to
add to the parent transaction.
add.
"""

account_id: Annotated[str, PropertyInfo(alias="accountId")]
Expand Down Expand Up @@ -196,8 +196,7 @@ class ItemGroupLineItemLine(TypedDict, total=False):
id: Required[str]
"""
The QuickBooks-assigned unique identifier of an existing item line you wish to
retain or update. Set this field to `-1` for new item lines you wish to add to
the parent transaction.
retain or update. Set this field to `-1` for new item lines you wish to add.
"""

amount: str
Expand Down Expand Up @@ -326,7 +325,7 @@ class ItemGroupLine(TypedDict, total=False):
"""
The QuickBooks-assigned unique identifier of an existing item group line you
wish to retain or update. Set this field to `-1` for new item group lines you
wish to add to the parent transaction.
wish to add.
"""

item_group_id: Annotated[str, PropertyInfo(alias="itemGroupId")]
Expand Down Expand Up @@ -373,8 +372,7 @@ class ItemLine(TypedDict, total=False):
id: Required[str]
"""
The QuickBooks-assigned unique identifier of an existing item line you wish to
retain or update. Set this field to `-1` for new item lines you wish to add to
the parent transaction.
retain or update. Set this field to `-1` for new item lines you wish to add.
"""

amount: str
Expand Down

0 comments on commit f20a401

Please sign in to comment.