Skip to content

Commit 96e765c

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
feat(api): api update
1 parent 0784b34 commit 96e765c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 206
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-3f815c1e6e8b3eb8c12d8621278e8232ff15c03dfa9bacbb5bc9212fb44148bd.yml
3-
openapi_spec_hash: be925280a939ee88ffffd1f9f2bdba51
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-e0df354abe5a956fba5559c3de7d698b70e0dad1ed4b80ef0c882c481e33c492.yml
3+
openapi_spec_hash: a56a35b021037f8bdd534c24b3a1a877
44
config_hash: 84b0ad4f7fcc6e63d010cd4998788092

src/conductor/resources/qbd/unit_of_measure_sets.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,11 @@ def list(
196196
extra_body: Body | None = None,
197197
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
198198
) -> UnitOfMeasureSetListResponse:
199-
"""
200-
Lists all unit-of-measure sets.
199+
"""Lists all unit-of-measure sets.
200+
201+
NOTE: QuickBooks Desktop does not support
202+
pagination for unit-of-measure sets; hence, there is no cursor parameter. Users
203+
typically have few unit-of-measure sets.
201204
202205
NOTE: The QuickBooks company file must have unit-of-measure enabled (either a
203206
single unit per item or multiple units per item).
@@ -477,8 +480,11 @@ async def list(
477480
extra_body: Body | None = None,
478481
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
479482
) -> UnitOfMeasureSetListResponse:
480-
"""
481-
Lists all unit-of-measure sets.
483+
"""Lists all unit-of-measure sets.
484+
485+
NOTE: QuickBooks Desktop does not support
486+
pagination for unit-of-measure sets; hence, there is no cursor parameter. Users
487+
typically have few unit-of-measure sets.
482488
483489
NOTE: The QuickBooks company file must have unit-of-measure enabled (either a
484490
single unit per item or multiple units per item).

0 commit comments

Comments
 (0)