Skip to content

Commit 79a09a3

Browse files
feat(api): api update
1 parent 3497bb8 commit 79a09a3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 116
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-612316c13276a207f56e2e2c7bbc68f4bb73de85e3661595a23f23d9ccc80276.yml
3-
openapi_spec_hash: 6e125f05e40521ec485edf6e15beec2e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-373ca3e805c414f75a90b0088c57cbb60ff207abdca0a8e397c551de88606c4a.yml
3+
openapi_spec_hash: 1c30d01bd9c38f8a2aa4bd088fbe69bc
44
config_hash: 1f535c1fa222aacf28b636eed21bec72

src/resources/customers/costs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export interface CostListByExternalIDResponse {
295295

296296
export interface CostListParams {
297297
/**
298-
* The currency or custom pricing unit to use.
298+
* The currency to use.
299299
*/
300300
currency?: string | null;
301301

@@ -320,7 +320,7 @@ export interface CostListParams {
320320

321321
export interface CostListByExternalIDParams {
322322
/**
323-
* The currency or custom pricing unit to use.
323+
* The currency to use.
324324
*/
325325
currency?: string | null;
326326

src/resources/subscriptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4532,7 +4532,7 @@ export interface SubscriptionCancelParams {
45324532

45334533
export interface SubscriptionFetchCostsParams {
45344534
/**
4535-
* The currency or custom pricing unit to use.
4535+
* The currency to use.
45364536
*/
45374537
currency?: string | null;
45384538

0 commit comments

Comments
 (0)