File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 1f535c1fa222aacf28b636eed21bec72
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ export interface CostListByExternalIDResponse {
295295
296296export 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
321321export interface CostListByExternalIDParams {
322322 /**
323- * The currency or custom pricing unit to use.
323+ * The currency to use.
324324 */
325325 currency ?: string | null ;
326326
Original file line number Diff line number Diff line change @@ -4532,7 +4532,7 @@ export interface SubscriptionCancelParams {
45324532
45334533export interface SubscriptionFetchCostsParams {
45344534 /**
4535- * The currency or custom pricing unit to use.
4535+ * The currency to use.
45364536 */
45374537 currency ?: string | null ;
45384538
You can’t perform that action at this time.
0 commit comments