From 4056d0b7325de30795ce92dfbcbcebf234833fad Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:28:54 +0000 Subject: [PATCH] feat(api): api update (#131) --- .stats.yml | 2 +- src/conductor/resources/qbd/accounts.py | 16 ++++++++-------- src/conductor/resources/qbd/classes.py | 16 ++++++++-------- .../resources/qbd/date_driven_terms.py | 18 ++++++++++-------- src/conductor/resources/qbd/sales_tax_codes.py | 16 ++++++++-------- src/conductor/resources/qbd/standard_terms.py | 16 ++++++++-------- src/conductor/types/qbd/account_list_params.py | 8 ++++---- src/conductor/types/qbd/class_list_params.py | 8 ++++---- .../types/qbd/date_driven_term_list_params.py | 2 +- .../types/qbd/sales_tax_code_list_params.py | 2 +- .../types/qbd/standard_term_list_params.py | 2 +- 11 files changed, 54 insertions(+), 52 deletions(-) diff --git a/.stats.yml b/.stats.yml index be8fb0b8..de799885 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/conductor/resources/qbd/accounts.py b/src/conductor/resources/qbd/accounts.py index 048d5d01..a1c6c414 100644 --- a/src/conductor/resources/qbd/accounts.py +++ b/src/conductor/resources/qbd/accounts.py @@ -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`. @@ -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`. diff --git a/src/conductor/resources/qbd/classes.py b/src/conductor/resources/qbd/classes.py index 81a3617b..d90bf79c 100644 --- a/src/conductor/resources/qbd/classes.py +++ b/src/conductor/resources/qbd/classes.py @@ -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`. @@ -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`. diff --git a/src/conductor/resources/qbd/date_driven_terms.py b/src/conductor/resources/qbd/date_driven_terms.py index e1248a6a..931d255e 100644 --- a/src/conductor/resources/qbd/date_driven_terms.py +++ b/src/conductor/resources/qbd/date_driven_terms.py @@ -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`. @@ -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`. diff --git a/src/conductor/resources/qbd/sales_tax_codes.py b/src/conductor/resources/qbd/sales_tax_codes.py index f1911b51..762df388 100644 --- a/src/conductor/resources/qbd/sales_tax_codes.py +++ b/src/conductor/resources/qbd/sales_tax_codes.py @@ -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`. @@ -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`. diff --git a/src/conductor/resources/qbd/standard_terms.py b/src/conductor/resources/qbd/standard_terms.py index 4a026d81..89bec032 100644 --- a/src/conductor/resources/qbd/standard_terms.py +++ b/src/conductor/resources/qbd/standard_terms.py @@ -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`. @@ -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`. diff --git a/src/conductor/types/qbd/account_list_params.py b/src/conductor/types/qbd/account_list_params.py index dab8b1e2..cd90e5b3 100644 --- a/src/conductor/types/qbd/account_list_params.py +++ b/src/conductor/types/qbd/account_list_params.py @@ -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")] diff --git a/src/conductor/types/qbd/class_list_params.py b/src/conductor/types/qbd/class_list_params.py index 4ce63c1c..1e42e337 100644 --- a/src/conductor/types/qbd/class_list_params.py +++ b/src/conductor/types/qbd/class_list_params.py @@ -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")] diff --git a/src/conductor/types/qbd/date_driven_term_list_params.py b/src/conductor/types/qbd/date_driven_term_list_params.py index 6d681fc4..ff65ed8b 100644 --- a/src/conductor/types/qbd/date_driven_term_list_params.py +++ b/src/conductor/types/qbd/date_driven_term_list_params.py @@ -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. diff --git a/src/conductor/types/qbd/sales_tax_code_list_params.py b/src/conductor/types/qbd/sales_tax_code_list_params.py index 6679fd95..504dfb85 100644 --- a/src/conductor/types/qbd/sales_tax_code_list_params.py +++ b/src/conductor/types/qbd/sales_tax_code_list_params.py @@ -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. diff --git a/src/conductor/types/qbd/standard_term_list_params.py b/src/conductor/types/qbd/standard_term_list_params.py index e9b97f3a..6e11453a 100644 --- a/src/conductor/types/qbd/standard_term_list_params.py +++ b/src/conductor/types/qbd/standard_term_list_params.py @@ -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.