Skip to content

Commit

Permalink
feat(api): api update (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and DannyNemer committed Oct 23, 2024
1 parent bcff41c commit 4056d0b
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 52 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-b745c49791a6beecf04eac9f3298ae8b241e79f7b935012b93160aefff9bd1d6.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-d652d77a4f818b175e46f6dd9a08d3cf76cf3d233752d408a1b9fb8eead69dc2.yml
16 changes: 8 additions & 8 deletions src/conductor/resources/qbd/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ def list(
will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for accounts.
Hence, this parameter will limit the response size, but you will not be able to
fetch the next set of results. To paginate through the results for this
endpoint, try fetching batches via the date-range query parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down Expand Up @@ -614,10 +614,10 @@ async def list(
will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for accounts.
Hence, this parameter will limit the response size, but you will not be able to
fetch the next set of results. To paginate through the results for this
endpoint, try fetching batches via the date-range query parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down
16 changes: 8 additions & 8 deletions src/conductor/resources/qbd/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ def list(
will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for classes.
Hence, this parameter will limit the response size, but you will not be able to
fetch the next set of results. To paginate through the results for this
endpoint, try fetching batches via the date-range query parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down Expand Up @@ -424,10 +424,10 @@ async def list(
will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for classes.
Hence, this parameter will limit the response size, but you will not be able to
fetch the next set of results. To paginate through the results for this
endpoint, try fetching batches via the date-range query parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down
18 changes: 10 additions & 8 deletions src/conductor/resources/qbd/date_driven_terms.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,11 @@ def list(
parameters will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for
date-driven terms. Hence, this parameter will limit the response size, but you
will not be able to fetch the next set of results. To paginate through the
results for this endpoint, try fetching batches via the date-range query
parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down Expand Up @@ -448,10 +449,11 @@ async def list(
parameters will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for
date-driven terms. Hence, this parameter will limit the response size, but you
will not be able to fetch the next set of results. To paginate through the
results for this endpoint, try fetching batches via the date-range query
parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down
16 changes: 8 additions & 8 deletions src/conductor/resources/qbd/sales_tax_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ def list(
parameters will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for sales-tax
codes. Hence, this parameter will limit the response size, but you will not be
able to fetch the next set of results. To paginate through the results for this
endpoint, try fetching batches via the date-range query parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down Expand Up @@ -448,10 +448,10 @@ async def list(
parameters will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for sales-tax
codes. Hence, this parameter will limit the response size, but you will not be
able to fetch the next set of results. To paginate through the results for this
endpoint, try fetching batches via the date-range query parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down
16 changes: 8 additions & 8 deletions src/conductor/resources/qbd/standard_terms.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ def list(
parameters will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for standard
terms. Hence, this parameter will limit the response size, but you will not be
able to fetch the next set of results. To paginate through the results for this
endpoint, try fetching batches via the date-range query parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down Expand Up @@ -432,10 +432,10 @@ async def list(
parameters will be ignored.
limit: The maximum number of objects to return, ranging from 1 to 500. Defaults to 500.
NOTE: QuickBooks Desktop does not support cursor-based pagination for this
object type. Hence, this parameter will limit the response size, but you will
not be able to fetch the next set of results. To paginate through the results
for this endpoint, try fetching batches via the date-range query parameters.
NOTE: QuickBooks Desktop does not support cursor-based pagination for standard
terms. Hence, this parameter will limit the response size, but you will not be
able to fetch the next set of results. To paginate through the results for this
endpoint, try fetching batches via the date-range query parameters.
name_contains: Filter for objects whose `name` contains this substring. If you use this
parameter, you cannot use `nameStartsWith` or `nameEndsWith`.
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/types/qbd/account_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ class AccountListParams(TypedDict, total=False):
"""The maximum number of objects to return, ranging from 1 to 500.
Defaults to 500. NOTE: QuickBooks Desktop does not support cursor-based
pagination for this object type. Hence, this parameter will limit the response
size, but you will not be able to fetch the next set of results. To paginate
through the results for this endpoint, try fetching batches via the date-range
query parameters.
pagination for accounts. Hence, this parameter will limit the response size, but
you will not be able to fetch the next set of results. To paginate through the
results for this endpoint, try fetching batches via the date-range query
parameters.
"""

name_contains: Annotated[str, PropertyInfo(alias="nameContains")]
Expand Down
8 changes: 4 additions & 4 deletions src/conductor/types/qbd/class_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ class ClassListParams(TypedDict, total=False):
"""The maximum number of objects to return, ranging from 1 to 500.
Defaults to 500. NOTE: QuickBooks Desktop does not support cursor-based
pagination for this object type. Hence, this parameter will limit the response
size, but you will not be able to fetch the next set of results. To paginate
through the results for this endpoint, try fetching batches via the date-range
query parameters.
pagination for classes. Hence, this parameter will limit the response size, but
you will not be able to fetch the next set of results. To paginate through the
results for this endpoint, try fetching batches via the date-range query
parameters.
"""

name_contains: Annotated[str, PropertyInfo(alias="nameContains")]
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/date_driven_term_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class DateDrivenTermListParams(TypedDict, total=False):
"""The maximum number of objects to return, ranging from 1 to 500.
Defaults to 500. NOTE: QuickBooks Desktop does not support cursor-based
pagination for this object type. Hence, this parameter will limit the response
pagination for date-driven terms. Hence, this parameter will limit the response
size, but you will not be able to fetch the next set of results. To paginate
through the results for this endpoint, try fetching batches via the date-range
query parameters.
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/sales_tax_code_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SalesTaxCodeListParams(TypedDict, total=False):
"""The maximum number of objects to return, ranging from 1 to 500.
Defaults to 500. NOTE: QuickBooks Desktop does not support cursor-based
pagination for this object type. Hence, this parameter will limit the response
pagination for sales-tax codes. Hence, this parameter will limit the response
size, but you will not be able to fetch the next set of results. To paginate
through the results for this endpoint, try fetching batches via the date-range
query parameters.
Expand Down
2 changes: 1 addition & 1 deletion src/conductor/types/qbd/standard_term_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class StandardTermListParams(TypedDict, total=False):
"""The maximum number of objects to return, ranging from 1 to 500.
Defaults to 500. NOTE: QuickBooks Desktop does not support cursor-based
pagination for this object type. Hence, this parameter will limit the response
pagination for standard terms. Hence, this parameter will limit the response
size, but you will not be able to fetch the next set of results. To paginate
through the results for this endpoint, try fetching batches via the date-range
query parameters.
Expand Down

0 comments on commit 4056d0b

Please sign in to comment.