autumn-js 1.2.13 → 1.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/backend/adapters/express.js +419 -69
- package/dist/backend/adapters/express.mjs +5 -5
- package/dist/backend/adapters/fetch.js +419 -69
- package/dist/backend/adapters/fetch.mjs +5 -5
- package/dist/backend/adapters/hono.js +419 -69
- package/dist/backend/adapters/hono.mjs +5 -5
- package/dist/backend/adapters/index.js +419 -69
- package/dist/backend/adapters/index.mjs +8 -8
- package/dist/backend/adapters/next.js +419 -69
- package/dist/backend/adapters/next.mjs +5 -5
- package/dist/backend/{chunk-YSQQKZBU.mjs → chunk-5XWZK7Q6.mjs} +1 -1
- package/dist/backend/{chunk-OUDB34Y7.mjs → chunk-BVJU43R5.mjs} +1 -1
- package/dist/backend/{chunk-T42RZEUZ.mjs → chunk-GE5VY4YO.mjs} +419 -69
- package/dist/backend/{chunk-DNNJOZAT.mjs → chunk-JDJMZQCY.mjs} +1 -1
- package/dist/backend/{chunk-7BVATYGA.mjs → chunk-N2OJ347N.mjs} +1 -1
- package/dist/backend/{chunk-EJGHP7KT.mjs → chunk-QAFNIIBW.mjs} +1 -1
- package/dist/backend/{chunk-RPH5L44S.mjs → chunk-ZOOAE7OJ.mjs} +1 -1
- package/dist/backend/core/handlers/coreHandler.d.mts +1 -1
- package/dist/backend/core/handlers/coreHandler.d.ts +1 -1
- package/dist/backend/core/handlers/coreHandler.js +419 -69
- package/dist/backend/core/handlers/coreHandler.mjs +3 -3
- package/dist/backend/core/handlers/executeRoute.d.mts +1 -1
- package/dist/backend/core/handlers/executeRoute.d.ts +1 -1
- package/dist/backend/core/handlers/executeRoute.mjs +1 -1
- package/dist/backend/core/handlers/handleRouteByName.js +419 -69
- package/dist/backend/core/handlers/handleRouteByName.mjs +3 -3
- package/dist/backend/core/handlers/index.d.mts +1 -1
- package/dist/backend/core/handlers/index.d.ts +1 -1
- package/dist/backend/core/handlers/index.js +419 -69
- package/dist/backend/core/handlers/index.mjs +4 -4
- package/dist/backend/core/index.d.mts +1 -1
- package/dist/backend/core/index.d.ts +1 -1
- package/dist/backend/core/index.js +419 -69
- package/dist/backend/core/index.mjs +6 -6
- package/dist/backend/core/routes/index.d.mts +1 -1
- package/dist/backend/core/routes/index.d.ts +1 -1
- package/dist/backend/core/routes/index.mjs +1 -1
- package/dist/backend/core/routes/routeBuilder.d.mts +1 -1
- package/dist/backend/core/routes/routeBuilder.d.ts +1 -1
- package/dist/backend/core/routes/routeConfigs.d.mts +1 -1
- package/dist/backend/core/routes/routeConfigs.d.ts +1 -1
- package/dist/backend/core/routes/routeConfigs.mjs +1 -1
- package/dist/backend/core/types/handlerTypes.d.mts +1 -1
- package/dist/backend/core/types/handlerTypes.d.ts +1 -1
- package/dist/backend/core/types/index.d.mts +1 -1
- package/dist/backend/core/types/index.d.ts +1 -1
- package/dist/backend/core/types/routeTypes.d.mts +1 -1
- package/dist/backend/core/types/routeTypes.d.ts +1 -1
- package/dist/backend/core/utils/index.mjs +3 -3
- package/dist/backend/index.d.mts +2 -2
- package/dist/backend/index.d.ts +2 -2
- package/dist/backend/index.js +419 -69
- package/dist/backend/index.mjs +6 -6
- package/dist/backend/{routeTypes-DVwngaBn.d.mts → routeTypes-B-X-zb1q.d.mts} +558 -68
- package/dist/backend/{routeTypes-B94_Mq2J.d.ts → routeTypes-bGaZQm24.d.ts} +558 -68
- package/dist/better-auth/{chunk-ZZGFPTHO.mjs → chunk-DNNKTBFL.mjs} +419 -69
- package/dist/better-auth/client.d.mts +2 -4
- package/dist/better-auth/client.d.ts +2 -4
- package/dist/better-auth/{createAutumnEndpoint-CvXRCg-M.d.mts → createAutumnEndpoint-Clm1sxhQ.d.mts} +4 -8
- package/dist/better-auth/{createAutumnEndpoint-CvXRCg-M.d.ts → createAutumnEndpoint-Clm1sxhQ.d.ts} +4 -8
- package/dist/better-auth/index.d.mts +2 -4
- package/dist/better-auth/index.d.ts +2 -4
- package/dist/better-auth/index.js +419 -69
- package/dist/better-auth/index.mjs +1 -1
- package/dist/better-auth/utils/createAutumnEndpoint.d.mts +2 -4
- package/dist/better-auth/utils/createAutumnEndpoint.d.ts +2 -4
- package/dist/better-auth/utils/handleBetterAuthRoute.d.mts +2 -4
- package/dist/better-auth/utils/handleBetterAuthRoute.d.ts +2 -4
- package/dist/better-auth/utils/handleBetterAuthRoute.js +419 -69
- package/dist/better-auth/utils/handleBetterAuthRoute.mjs +1 -1
- package/dist/better-auth/utils/index.d.mts +3 -4
- package/dist/better-auth/utils/index.d.ts +3 -4
- package/dist/better-auth/utils/index.js +419 -69
- package/dist/better-auth/utils/index.mjs +1 -1
- package/dist/react/AutumnContext.d.mts +1 -1
- package/dist/react/AutumnContext.d.ts +1 -1
- package/dist/react/client/AutumnClient.d.mts +1 -1
- package/dist/react/client/AutumnClient.d.ts +1 -1
- package/dist/react/client/IAutumnClient.d.mts +1 -1
- package/dist/react/client/IAutumnClient.d.ts +1 -1
- package/dist/react/client/index.d.mts +1 -1
- package/dist/react/client/index.d.ts +1 -1
- package/dist/react/hooks/index.d.mts +1 -1
- package/dist/react/hooks/index.d.ts +1 -1
- package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +1 -1
- package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +1 -1
- package/dist/react/hooks/internal/useCustomerActions.d.mts +1 -1
- package/dist/react/hooks/internal/useCustomerActions.d.ts +1 -1
- package/dist/react/hooks/useAggregateEvents.d.mts +1 -1
- package/dist/react/hooks/useAggregateEvents.d.ts +1 -1
- package/dist/react/hooks/useCustomer.d.mts +1 -1
- package/dist/react/hooks/useCustomer.d.ts +1 -1
- package/dist/react/hooks/useEntity.d.mts +1 -1
- package/dist/react/hooks/useEntity.d.ts +1 -1
- package/dist/react/hooks/useListEvents.d.mts +1 -1
- package/dist/react/hooks/useListEvents.d.ts +1 -1
- package/dist/react/hooks/useListPlans.d.mts +1 -1
- package/dist/react/hooks/useListPlans.d.ts +1 -1
- package/dist/react/hooks/useReferrals.d.mts +1 -1
- package/dist/react/hooks/useReferrals.d.ts +1 -1
- package/dist/react/index.d.mts +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/{params-B5l9vHfZ.d.ts → params-CTiHT2EX.d.ts} +515 -64
- package/dist/react/{params-BVglT8vT.d.mts → params-ZvrBzzFE.d.mts} +515 -64
- package/dist/sdk/index.d.mts +683 -109
- package/dist/sdk/index.d.ts +683 -109
- package/dist/sdk/index.js +3436 -2889
- package/dist/sdk/index.mjs +3320 -2837
- package/package.json +1 -1
package/dist/sdk/index.d.mts
CHANGED
|
@@ -2233,7 +2233,7 @@ type CheckParams = {
|
|
|
2233
2233
|
/**
|
|
2234
2234
|
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2235
2235
|
*/
|
|
2236
|
-
declare const
|
|
2236
|
+
declare const FlagType2: {
|
|
2237
2237
|
readonly Boolean: "boolean";
|
|
2238
2238
|
readonly Metered: "metered";
|
|
2239
2239
|
readonly CreditSystem: "credit_system";
|
|
@@ -2241,8 +2241,8 @@ declare const FlagType: {
|
|
|
2241
2241
|
/**
|
|
2242
2242
|
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2243
2243
|
*/
|
|
2244
|
-
type
|
|
2245
|
-
type
|
|
2244
|
+
type FlagType2 = OpenEnum<typeof FlagType2>;
|
|
2245
|
+
type CheckCreditSchema2 = {
|
|
2246
2246
|
/**
|
|
2247
2247
|
* ID of the metered feature that draws from this credit system.
|
|
2248
2248
|
*/
|
|
@@ -2255,7 +2255,7 @@ type CheckCreditSchema = {
|
|
|
2255
2255
|
/**
|
|
2256
2256
|
* Display names for the feature in billing UI and customer-facing components.
|
|
2257
2257
|
*/
|
|
2258
|
-
type
|
|
2258
|
+
type FlagDisplay2 = {
|
|
2259
2259
|
/**
|
|
2260
2260
|
* Singular form for UI display (e.g., 'API call', 'seat').
|
|
2261
2261
|
*/
|
|
@@ -2268,7 +2268,7 @@ type FlagDisplay = {
|
|
|
2268
2268
|
/**
|
|
2269
2269
|
* The full feature object if expanded.
|
|
2270
2270
|
*/
|
|
2271
|
-
type
|
|
2271
|
+
type CheckFeature2 = {
|
|
2272
2272
|
/**
|
|
2273
2273
|
* The unique identifier for this feature, used in /check and /track calls.
|
|
2274
2274
|
*/
|
|
@@ -2280,7 +2280,7 @@ type CheckFeature = {
|
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2282
2282
|
*/
|
|
2283
|
-
type:
|
|
2283
|
+
type: FlagType2;
|
|
2284
2284
|
/**
|
|
2285
2285
|
* For metered features: true if usage resets periodically (API calls, credits), false if allocated persistently (seats, storage).
|
|
2286
2286
|
*/
|
|
@@ -2292,17 +2292,17 @@ type CheckFeature = {
|
|
|
2292
2292
|
/**
|
|
2293
2293
|
* For credit_system features: maps metered features to their credit costs.
|
|
2294
2294
|
*/
|
|
2295
|
-
creditSchema?: Array<
|
|
2295
|
+
creditSchema?: Array<CheckCreditSchema2> | undefined;
|
|
2296
2296
|
/**
|
|
2297
2297
|
* Display names for the feature in billing UI and customer-facing components.
|
|
2298
2298
|
*/
|
|
2299
|
-
display?:
|
|
2299
|
+
display?: FlagDisplay2 | undefined;
|
|
2300
2300
|
/**
|
|
2301
2301
|
* Whether the feature is archived and hidden from the dashboard.
|
|
2302
2302
|
*/
|
|
2303
2303
|
archived: boolean;
|
|
2304
2304
|
};
|
|
2305
|
-
type
|
|
2305
|
+
type Flag2 = {
|
|
2306
2306
|
/**
|
|
2307
2307
|
* The unique identifier for this flag.
|
|
2308
2308
|
*/
|
|
@@ -2322,45 +2322,45 @@ type Flag = {
|
|
|
2322
2322
|
/**
|
|
2323
2323
|
* The full feature object if expanded.
|
|
2324
2324
|
*/
|
|
2325
|
-
feature?:
|
|
2325
|
+
feature?: CheckFeature2 | undefined;
|
|
2326
2326
|
};
|
|
2327
2327
|
/**
|
|
2328
2328
|
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
2329
2329
|
*/
|
|
2330
|
-
declare const
|
|
2330
|
+
declare const Scenario2: {
|
|
2331
2331
|
readonly UsageLimit: "usage_limit";
|
|
2332
2332
|
readonly FeatureFlag: "feature_flag";
|
|
2333
2333
|
};
|
|
2334
2334
|
/**
|
|
2335
2335
|
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
2336
2336
|
*/
|
|
2337
|
-
type
|
|
2337
|
+
type Scenario2 = OpenEnum<typeof Scenario2>;
|
|
2338
2338
|
/**
|
|
2339
2339
|
* The environment of the product
|
|
2340
2340
|
*/
|
|
2341
|
-
declare const
|
|
2341
|
+
declare const CheckEnv2: {
|
|
2342
2342
|
readonly Sandbox: "sandbox";
|
|
2343
2343
|
readonly Live: "live";
|
|
2344
2344
|
};
|
|
2345
2345
|
/**
|
|
2346
2346
|
* The environment of the product
|
|
2347
2347
|
*/
|
|
2348
|
-
type
|
|
2349
|
-
declare const
|
|
2348
|
+
type CheckEnv2 = OpenEnum<typeof CheckEnv2>;
|
|
2349
|
+
declare const ProductType2: {
|
|
2350
2350
|
readonly Feature: "feature";
|
|
2351
2351
|
readonly PricedFeature: "priced_feature";
|
|
2352
2352
|
readonly Price: "price";
|
|
2353
2353
|
};
|
|
2354
|
-
type
|
|
2355
|
-
declare const
|
|
2354
|
+
type ProductType2 = OpenEnum<typeof ProductType2>;
|
|
2355
|
+
declare const FeatureType2: {
|
|
2356
2356
|
readonly SingleUse: "single_use";
|
|
2357
2357
|
readonly ContinuousUse: "continuous_use";
|
|
2358
2358
|
readonly Boolean: "boolean";
|
|
2359
2359
|
readonly Static: "static";
|
|
2360
2360
|
};
|
|
2361
|
-
type
|
|
2362
|
-
type
|
|
2363
|
-
declare const
|
|
2361
|
+
type FeatureType2 = OpenEnum<typeof FeatureType2>;
|
|
2362
|
+
type IncludedUsage2 = number | string;
|
|
2363
|
+
declare const CheckInterval2: {
|
|
2364
2364
|
readonly Minute: "minute";
|
|
2365
2365
|
readonly Hour: "hour";
|
|
2366
2366
|
readonly Day: "day";
|
|
@@ -2370,60 +2370,60 @@ declare const CheckInterval: {
|
|
|
2370
2370
|
readonly SemiAnnual: "semi_annual";
|
|
2371
2371
|
readonly Year: "year";
|
|
2372
2372
|
};
|
|
2373
|
-
type
|
|
2374
|
-
declare const
|
|
2373
|
+
type CheckInterval2 = OpenEnum<typeof CheckInterval2>;
|
|
2374
|
+
declare const CheckTierBehavior2: {
|
|
2375
2375
|
readonly Graduated: "graduated";
|
|
2376
2376
|
readonly Volume: "volume";
|
|
2377
2377
|
};
|
|
2378
|
-
type
|
|
2379
|
-
declare const
|
|
2378
|
+
type CheckTierBehavior2 = OpenEnum<typeof CheckTierBehavior2>;
|
|
2379
|
+
declare const UsageModel2: {
|
|
2380
2380
|
readonly Prepaid: "prepaid";
|
|
2381
2381
|
readonly PayPerUse: "pay_per_use";
|
|
2382
2382
|
};
|
|
2383
|
-
type
|
|
2384
|
-
type
|
|
2383
|
+
type UsageModel2 = OpenEnum<typeof UsageModel2>;
|
|
2384
|
+
type ProductDisplay2 = {
|
|
2385
2385
|
primaryText: string;
|
|
2386
2386
|
secondaryText?: string | null | undefined;
|
|
2387
2387
|
};
|
|
2388
|
-
declare const
|
|
2388
|
+
declare const ConfigDuration2: {
|
|
2389
2389
|
readonly Month: "month";
|
|
2390
2390
|
readonly Forever: "forever";
|
|
2391
2391
|
};
|
|
2392
|
-
type
|
|
2393
|
-
type
|
|
2392
|
+
type ConfigDuration2 = OpenEnum<typeof ConfigDuration2>;
|
|
2393
|
+
type CheckRollover2 = {
|
|
2394
2394
|
max?: number | null | undefined;
|
|
2395
2395
|
maxPercentage?: number | null | undefined;
|
|
2396
|
-
duration:
|
|
2396
|
+
duration: ConfigDuration2;
|
|
2397
2397
|
length: number;
|
|
2398
2398
|
};
|
|
2399
|
-
declare const
|
|
2399
|
+
declare const CheckOnIncrease2: {
|
|
2400
2400
|
readonly BillImmediately: "bill_immediately";
|
|
2401
2401
|
readonly ProrateImmediately: "prorate_immediately";
|
|
2402
2402
|
readonly ProrateNextCycle: "prorate_next_cycle";
|
|
2403
2403
|
readonly BillNextCycle: "bill_next_cycle";
|
|
2404
2404
|
};
|
|
2405
|
-
type
|
|
2406
|
-
declare const
|
|
2405
|
+
type CheckOnIncrease2 = OpenEnum<typeof CheckOnIncrease2>;
|
|
2406
|
+
declare const CheckOnDecrease2: {
|
|
2407
2407
|
readonly Prorate: "prorate";
|
|
2408
2408
|
readonly ProrateImmediately: "prorate_immediately";
|
|
2409
2409
|
readonly ProrateNextCycle: "prorate_next_cycle";
|
|
2410
2410
|
readonly None: "none";
|
|
2411
2411
|
readonly NoProrations: "no_prorations";
|
|
2412
2412
|
};
|
|
2413
|
-
type
|
|
2414
|
-
type
|
|
2415
|
-
rollover?:
|
|
2416
|
-
onIncrease?:
|
|
2417
|
-
onDecrease?:
|
|
2413
|
+
type CheckOnDecrease2 = OpenEnum<typeof CheckOnDecrease2>;
|
|
2414
|
+
type CheckConfig2 = {
|
|
2415
|
+
rollover?: CheckRollover2 | null | undefined;
|
|
2416
|
+
onIncrease?: CheckOnIncrease2 | null | undefined;
|
|
2417
|
+
onDecrease?: CheckOnDecrease2 | null | undefined;
|
|
2418
2418
|
};
|
|
2419
2419
|
/**
|
|
2420
2420
|
* Product item defining features and pricing within a product
|
|
2421
2421
|
*/
|
|
2422
|
-
type
|
|
2422
|
+
type CheckItem2 = {
|
|
2423
2423
|
/**
|
|
2424
2424
|
* The type of the product item
|
|
2425
2425
|
*/
|
|
2426
|
-
type?:
|
|
2426
|
+
type?: ProductType2 | null | undefined;
|
|
2427
2427
|
/**
|
|
2428
2428
|
* The feature ID of the product item. If the item is a fixed price, should be `null`
|
|
2429
2429
|
*/
|
|
@@ -2431,7 +2431,7 @@ type CheckItem = {
|
|
|
2431
2431
|
/**
|
|
2432
2432
|
* Single use features are used once and then depleted, like API calls or credits. Continuous use features are those being used on an ongoing-basis, like storage or seats.
|
|
2433
2433
|
*/
|
|
2434
|
-
featureType?:
|
|
2434
|
+
featureType?: FeatureType2 | null | undefined;
|
|
2435
2435
|
/**
|
|
2436
2436
|
* The amount of usage included for this feature.
|
|
2437
2437
|
*/
|
|
@@ -2439,7 +2439,7 @@ type CheckItem = {
|
|
|
2439
2439
|
/**
|
|
2440
2440
|
* The reset or billing interval of the product item. If null, feature will have no reset date, and if there's a price, it will be billed one-off.
|
|
2441
2441
|
*/
|
|
2442
|
-
interval?:
|
|
2442
|
+
interval?: CheckInterval2 | null | undefined;
|
|
2443
2443
|
/**
|
|
2444
2444
|
* The interval count of the product item.
|
|
2445
2445
|
*/
|
|
@@ -2455,11 +2455,11 @@ type CheckItem = {
|
|
|
2455
2455
|
/**
|
|
2456
2456
|
* How tiers are applied: graduated (split across bands) or volume (flat rate for the matched tier). Defaults to graduated.
|
|
2457
2457
|
*/
|
|
2458
|
-
tierBehavior?:
|
|
2458
|
+
tierBehavior?: CheckTierBehavior2 | null | undefined;
|
|
2459
2459
|
/**
|
|
2460
2460
|
* Whether the feature should be prepaid upfront or billed for how much they use end of billing period.
|
|
2461
2461
|
*/
|
|
2462
|
-
usageModel?:
|
|
2462
|
+
usageModel?: UsageModel2 | null | undefined;
|
|
2463
2463
|
/**
|
|
2464
2464
|
* The amount per billing unit (eg. $9 / 250 units)
|
|
2465
2465
|
*/
|
|
@@ -2475,7 +2475,7 @@ type CheckItem = {
|
|
|
2475
2475
|
/**
|
|
2476
2476
|
* The display of the product item.
|
|
2477
2477
|
*/
|
|
2478
|
-
display?:
|
|
2478
|
+
display?: ProductDisplay2 | null | undefined;
|
|
2479
2479
|
/**
|
|
2480
2480
|
* Used in customer context. Quantity of the feature the customer has prepaid for.
|
|
2481
2481
|
*/
|
|
@@ -2487,12 +2487,12 @@ type CheckItem = {
|
|
|
2487
2487
|
/**
|
|
2488
2488
|
* Configuration for rollover and proration behavior of the feature.
|
|
2489
2489
|
*/
|
|
2490
|
-
config?:
|
|
2490
|
+
config?: CheckConfig2 | null | undefined;
|
|
2491
2491
|
};
|
|
2492
2492
|
/**
|
|
2493
2493
|
* The duration type of the free trial
|
|
2494
2494
|
*/
|
|
2495
|
-
declare const
|
|
2495
|
+
declare const FreeTrialDuration2: {
|
|
2496
2496
|
readonly Day: "day";
|
|
2497
2497
|
readonly Month: "month";
|
|
2498
2498
|
readonly Year: "year";
|
|
@@ -2500,12 +2500,12 @@ declare const FreeTrialDuration: {
|
|
|
2500
2500
|
/**
|
|
2501
2501
|
* The duration type of the free trial
|
|
2502
2502
|
*/
|
|
2503
|
-
type
|
|
2504
|
-
type
|
|
2503
|
+
type FreeTrialDuration2 = OpenEnum<typeof FreeTrialDuration2>;
|
|
2504
|
+
type CheckFreeTrial2 = {
|
|
2505
2505
|
/**
|
|
2506
2506
|
* The duration type of the free trial
|
|
2507
2507
|
*/
|
|
2508
|
-
duration:
|
|
2508
|
+
duration: FreeTrialDuration2;
|
|
2509
2509
|
/**
|
|
2510
2510
|
* The length of the duration type specified
|
|
2511
2511
|
*/
|
|
@@ -2526,7 +2526,7 @@ type CheckFreeTrial = {
|
|
|
2526
2526
|
/**
|
|
2527
2527
|
* Scenario for when this product is used in attach flows
|
|
2528
2528
|
*/
|
|
2529
|
-
declare const
|
|
2529
|
+
declare const ProductScenario2: {
|
|
2530
2530
|
readonly Scheduled: "scheduled";
|
|
2531
2531
|
readonly Active: "active";
|
|
2532
2532
|
readonly New: "new";
|
|
@@ -2541,8 +2541,8 @@ declare const ProductScenario: {
|
|
|
2541
2541
|
/**
|
|
2542
2542
|
* Scenario for when this product is used in attach flows
|
|
2543
2543
|
*/
|
|
2544
|
-
type
|
|
2545
|
-
type
|
|
2544
|
+
type ProductScenario2 = OpenEnum<typeof ProductScenario2>;
|
|
2545
|
+
type Properties2 = {
|
|
2546
2546
|
/**
|
|
2547
2547
|
* True if the product has no base price or usage prices
|
|
2548
2548
|
*/
|
|
@@ -2564,7 +2564,7 @@ type Properties = {
|
|
|
2564
2564
|
*/
|
|
2565
2565
|
updateable?: boolean | null | undefined;
|
|
2566
2566
|
};
|
|
2567
|
-
type
|
|
2567
|
+
type Product2 = {
|
|
2568
2568
|
/**
|
|
2569
2569
|
* The ID of the product you set when creating the product
|
|
2570
2570
|
*/
|
|
@@ -2580,7 +2580,7 @@ type Product = {
|
|
|
2580
2580
|
/**
|
|
2581
2581
|
* The environment of the product
|
|
2582
2582
|
*/
|
|
2583
|
-
env:
|
|
2583
|
+
env: CheckEnv2;
|
|
2584
2584
|
/**
|
|
2585
2585
|
* Whether the product is an add-on and can be purchased alongside other products
|
|
2586
2586
|
*/
|
|
@@ -2604,11 +2604,11 @@ type Product = {
|
|
|
2604
2604
|
/**
|
|
2605
2605
|
* Array of product items that define the product's features and pricing
|
|
2606
2606
|
*/
|
|
2607
|
-
items: Array<
|
|
2607
|
+
items: Array<CheckItem2>;
|
|
2608
2608
|
/**
|
|
2609
2609
|
* Free trial configuration for this product, if available
|
|
2610
2610
|
*/
|
|
2611
|
-
freeTrial:
|
|
2611
|
+
freeTrial: CheckFreeTrial2 | null;
|
|
2612
2612
|
/**
|
|
2613
2613
|
* ID of the base variant this product is derived from
|
|
2614
2614
|
*/
|
|
@@ -2616,17 +2616,17 @@ type Product = {
|
|
|
2616
2616
|
/**
|
|
2617
2617
|
* Scenario for when this product is used in attach flows
|
|
2618
2618
|
*/
|
|
2619
|
-
scenario?:
|
|
2620
|
-
properties?:
|
|
2619
|
+
scenario?: ProductScenario2 | undefined;
|
|
2620
|
+
properties?: Properties2 | undefined;
|
|
2621
2621
|
};
|
|
2622
2622
|
/**
|
|
2623
2623
|
* Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
|
|
2624
2624
|
*/
|
|
2625
|
-
type
|
|
2625
|
+
type Preview2 = {
|
|
2626
2626
|
/**
|
|
2627
2627
|
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
2628
2628
|
*/
|
|
2629
|
-
scenario:
|
|
2629
|
+
scenario: Scenario2;
|
|
2630
2630
|
/**
|
|
2631
2631
|
* A title suitable for displaying in a paywall or upgrade modal.
|
|
2632
2632
|
*/
|
|
@@ -2646,12 +2646,463 @@ type Preview = {
|
|
|
2646
2646
|
/**
|
|
2647
2647
|
* Products that would grant access to this feature. Use to display upgrade options.
|
|
2648
2648
|
*/
|
|
2649
|
-
products: Array<
|
|
2649
|
+
products: Array<Product2>;
|
|
2650
|
+
};
|
|
2651
|
+
/**
|
|
2652
|
+
* Accepted. Autumn is experiencing degraded service from a downstream provider, so access was allowed fail-open.
|
|
2653
|
+
*/
|
|
2654
|
+
type CheckResponseBody2 = {
|
|
2655
|
+
/**
|
|
2656
|
+
* Whether the customer is allowed to use the feature. True if they have sufficient balance or the feature is unlimited/boolean.
|
|
2657
|
+
*/
|
|
2658
|
+
allowed: boolean;
|
|
2659
|
+
/**
|
|
2660
|
+
* The ID of the customer that was checked.
|
|
2661
|
+
*/
|
|
2662
|
+
customerId: string;
|
|
2663
|
+
/**
|
|
2664
|
+
* The ID of the entity, if an entity-scoped check was performed.
|
|
2665
|
+
*/
|
|
2666
|
+
entityId?: string | null | undefined;
|
|
2667
|
+
/**
|
|
2668
|
+
* The required balance that was checked against.
|
|
2669
|
+
*/
|
|
2670
|
+
requiredBalance?: number | undefined;
|
|
2671
|
+
/**
|
|
2672
|
+
* The customer's balance for this feature. Null if the customer has no balance for this feature.
|
|
2673
|
+
*/
|
|
2674
|
+
balance: Balance | null;
|
|
2675
|
+
/**
|
|
2676
|
+
* The flag associated with this check, if any.
|
|
2677
|
+
*/
|
|
2678
|
+
flag: Flag2 | null;
|
|
2679
|
+
/**
|
|
2680
|
+
* Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
|
|
2681
|
+
*/
|
|
2682
|
+
preview?: Preview2 | undefined;
|
|
2683
|
+
};
|
|
2684
|
+
/**
|
|
2685
|
+
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2686
|
+
*/
|
|
2687
|
+
declare const FlagType1: {
|
|
2688
|
+
readonly Boolean: "boolean";
|
|
2689
|
+
readonly Metered: "metered";
|
|
2690
|
+
readonly CreditSystem: "credit_system";
|
|
2691
|
+
};
|
|
2692
|
+
/**
|
|
2693
|
+
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2694
|
+
*/
|
|
2695
|
+
type FlagType1 = OpenEnum<typeof FlagType1>;
|
|
2696
|
+
type CheckCreditSchema1 = {
|
|
2697
|
+
/**
|
|
2698
|
+
* ID of the metered feature that draws from this credit system.
|
|
2699
|
+
*/
|
|
2700
|
+
meteredFeatureId: string;
|
|
2701
|
+
/**
|
|
2702
|
+
* Credits consumed per unit of the metered feature.
|
|
2703
|
+
*/
|
|
2704
|
+
creditCost: number;
|
|
2705
|
+
};
|
|
2706
|
+
/**
|
|
2707
|
+
* Display names for the feature in billing UI and customer-facing components.
|
|
2708
|
+
*/
|
|
2709
|
+
type FlagDisplay1 = {
|
|
2710
|
+
/**
|
|
2711
|
+
* Singular form for UI display (e.g., 'API call', 'seat').
|
|
2712
|
+
*/
|
|
2713
|
+
singular?: string | null | undefined;
|
|
2714
|
+
/**
|
|
2715
|
+
* Plural form for UI display (e.g., 'API calls', 'seats').
|
|
2716
|
+
*/
|
|
2717
|
+
plural?: string | null | undefined;
|
|
2718
|
+
};
|
|
2719
|
+
/**
|
|
2720
|
+
* The full feature object if expanded.
|
|
2721
|
+
*/
|
|
2722
|
+
type CheckFeature1 = {
|
|
2723
|
+
/**
|
|
2724
|
+
* The unique identifier for this feature, used in /check and /track calls.
|
|
2725
|
+
*/
|
|
2726
|
+
id: string;
|
|
2727
|
+
/**
|
|
2728
|
+
* Human-readable name displayed in the dashboard and billing UI.
|
|
2729
|
+
*/
|
|
2730
|
+
name: string;
|
|
2731
|
+
/**
|
|
2732
|
+
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2733
|
+
*/
|
|
2734
|
+
type: FlagType1;
|
|
2735
|
+
/**
|
|
2736
|
+
* For metered features: true if usage resets periodically (API calls, credits), false if allocated persistently (seats, storage).
|
|
2737
|
+
*/
|
|
2738
|
+
consumable: boolean;
|
|
2739
|
+
/**
|
|
2740
|
+
* Event names that trigger this feature's balance. Allows multiple features to respond to a single event.
|
|
2741
|
+
*/
|
|
2742
|
+
eventNames?: Array<string> | undefined;
|
|
2743
|
+
/**
|
|
2744
|
+
* For credit_system features: maps metered features to their credit costs.
|
|
2745
|
+
*/
|
|
2746
|
+
creditSchema?: Array<CheckCreditSchema1> | undefined;
|
|
2747
|
+
/**
|
|
2748
|
+
* Display names for the feature in billing UI and customer-facing components.
|
|
2749
|
+
*/
|
|
2750
|
+
display?: FlagDisplay1 | undefined;
|
|
2751
|
+
/**
|
|
2752
|
+
* Whether the feature is archived and hidden from the dashboard.
|
|
2753
|
+
*/
|
|
2754
|
+
archived: boolean;
|
|
2755
|
+
};
|
|
2756
|
+
type Flag1 = {
|
|
2757
|
+
/**
|
|
2758
|
+
* The unique identifier for this flag.
|
|
2759
|
+
*/
|
|
2760
|
+
id: string;
|
|
2761
|
+
/**
|
|
2762
|
+
* The plan ID this flag originates from, or null for standalone flags.
|
|
2763
|
+
*/
|
|
2764
|
+
planId: string | null;
|
|
2765
|
+
/**
|
|
2766
|
+
* Timestamp when this flag expires, or null for no expiration.
|
|
2767
|
+
*/
|
|
2768
|
+
expiresAt: number | null;
|
|
2769
|
+
/**
|
|
2770
|
+
* The feature ID this flag is for.
|
|
2771
|
+
*/
|
|
2772
|
+
featureId: string;
|
|
2773
|
+
/**
|
|
2774
|
+
* The full feature object if expanded.
|
|
2775
|
+
*/
|
|
2776
|
+
feature?: CheckFeature1 | undefined;
|
|
2777
|
+
};
|
|
2778
|
+
/**
|
|
2779
|
+
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
2780
|
+
*/
|
|
2781
|
+
declare const Scenario1: {
|
|
2782
|
+
readonly UsageLimit: "usage_limit";
|
|
2783
|
+
readonly FeatureFlag: "feature_flag";
|
|
2784
|
+
};
|
|
2785
|
+
/**
|
|
2786
|
+
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
2787
|
+
*/
|
|
2788
|
+
type Scenario1 = OpenEnum<typeof Scenario1>;
|
|
2789
|
+
/**
|
|
2790
|
+
* The environment of the product
|
|
2791
|
+
*/
|
|
2792
|
+
declare const CheckEnv1: {
|
|
2793
|
+
readonly Sandbox: "sandbox";
|
|
2794
|
+
readonly Live: "live";
|
|
2795
|
+
};
|
|
2796
|
+
/**
|
|
2797
|
+
* The environment of the product
|
|
2798
|
+
*/
|
|
2799
|
+
type CheckEnv1 = OpenEnum<typeof CheckEnv1>;
|
|
2800
|
+
declare const ProductType1: {
|
|
2801
|
+
readonly Feature: "feature";
|
|
2802
|
+
readonly PricedFeature: "priced_feature";
|
|
2803
|
+
readonly Price: "price";
|
|
2804
|
+
};
|
|
2805
|
+
type ProductType1 = OpenEnum<typeof ProductType1>;
|
|
2806
|
+
declare const FeatureType1: {
|
|
2807
|
+
readonly SingleUse: "single_use";
|
|
2808
|
+
readonly ContinuousUse: "continuous_use";
|
|
2809
|
+
readonly Boolean: "boolean";
|
|
2810
|
+
readonly Static: "static";
|
|
2811
|
+
};
|
|
2812
|
+
type FeatureType1 = OpenEnum<typeof FeatureType1>;
|
|
2813
|
+
type IncludedUsage1 = number | string;
|
|
2814
|
+
declare const CheckInterval1: {
|
|
2815
|
+
readonly Minute: "minute";
|
|
2816
|
+
readonly Hour: "hour";
|
|
2817
|
+
readonly Day: "day";
|
|
2818
|
+
readonly Week: "week";
|
|
2819
|
+
readonly Month: "month";
|
|
2820
|
+
readonly Quarter: "quarter";
|
|
2821
|
+
readonly SemiAnnual: "semi_annual";
|
|
2822
|
+
readonly Year: "year";
|
|
2823
|
+
};
|
|
2824
|
+
type CheckInterval1 = OpenEnum<typeof CheckInterval1>;
|
|
2825
|
+
declare const CheckTierBehavior1: {
|
|
2826
|
+
readonly Graduated: "graduated";
|
|
2827
|
+
readonly Volume: "volume";
|
|
2828
|
+
};
|
|
2829
|
+
type CheckTierBehavior1 = OpenEnum<typeof CheckTierBehavior1>;
|
|
2830
|
+
declare const UsageModel1: {
|
|
2831
|
+
readonly Prepaid: "prepaid";
|
|
2832
|
+
readonly PayPerUse: "pay_per_use";
|
|
2833
|
+
};
|
|
2834
|
+
type UsageModel1 = OpenEnum<typeof UsageModel1>;
|
|
2835
|
+
type ProductDisplay1 = {
|
|
2836
|
+
primaryText: string;
|
|
2837
|
+
secondaryText?: string | null | undefined;
|
|
2838
|
+
};
|
|
2839
|
+
declare const ConfigDuration1: {
|
|
2840
|
+
readonly Month: "month";
|
|
2841
|
+
readonly Forever: "forever";
|
|
2842
|
+
};
|
|
2843
|
+
type ConfigDuration1 = OpenEnum<typeof ConfigDuration1>;
|
|
2844
|
+
type CheckRollover1 = {
|
|
2845
|
+
max?: number | null | undefined;
|
|
2846
|
+
maxPercentage?: number | null | undefined;
|
|
2847
|
+
duration: ConfigDuration1;
|
|
2848
|
+
length: number;
|
|
2849
|
+
};
|
|
2850
|
+
declare const CheckOnIncrease1: {
|
|
2851
|
+
readonly BillImmediately: "bill_immediately";
|
|
2852
|
+
readonly ProrateImmediately: "prorate_immediately";
|
|
2853
|
+
readonly ProrateNextCycle: "prorate_next_cycle";
|
|
2854
|
+
readonly BillNextCycle: "bill_next_cycle";
|
|
2855
|
+
};
|
|
2856
|
+
type CheckOnIncrease1 = OpenEnum<typeof CheckOnIncrease1>;
|
|
2857
|
+
declare const CheckOnDecrease1: {
|
|
2858
|
+
readonly Prorate: "prorate";
|
|
2859
|
+
readonly ProrateImmediately: "prorate_immediately";
|
|
2860
|
+
readonly ProrateNextCycle: "prorate_next_cycle";
|
|
2861
|
+
readonly None: "none";
|
|
2862
|
+
readonly NoProrations: "no_prorations";
|
|
2863
|
+
};
|
|
2864
|
+
type CheckOnDecrease1 = OpenEnum<typeof CheckOnDecrease1>;
|
|
2865
|
+
type CheckConfig1 = {
|
|
2866
|
+
rollover?: CheckRollover1 | null | undefined;
|
|
2867
|
+
onIncrease?: CheckOnIncrease1 | null | undefined;
|
|
2868
|
+
onDecrease?: CheckOnDecrease1 | null | undefined;
|
|
2869
|
+
};
|
|
2870
|
+
/**
|
|
2871
|
+
* Product item defining features and pricing within a product
|
|
2872
|
+
*/
|
|
2873
|
+
type CheckItem1 = {
|
|
2874
|
+
/**
|
|
2875
|
+
* The type of the product item
|
|
2876
|
+
*/
|
|
2877
|
+
type?: ProductType1 | null | undefined;
|
|
2878
|
+
/**
|
|
2879
|
+
* The feature ID of the product item. If the item is a fixed price, should be `null`
|
|
2880
|
+
*/
|
|
2881
|
+
featureId?: string | null | undefined;
|
|
2882
|
+
/**
|
|
2883
|
+
* Single use features are used once and then depleted, like API calls or credits. Continuous use features are those being used on an ongoing-basis, like storage or seats.
|
|
2884
|
+
*/
|
|
2885
|
+
featureType?: FeatureType1 | null | undefined;
|
|
2886
|
+
/**
|
|
2887
|
+
* The amount of usage included for this feature.
|
|
2888
|
+
*/
|
|
2889
|
+
includedUsage?: number | string | null | undefined;
|
|
2890
|
+
/**
|
|
2891
|
+
* The reset or billing interval of the product item. If null, feature will have no reset date, and if there's a price, it will be billed one-off.
|
|
2892
|
+
*/
|
|
2893
|
+
interval?: CheckInterval1 | null | undefined;
|
|
2894
|
+
/**
|
|
2895
|
+
* The interval count of the product item.
|
|
2896
|
+
*/
|
|
2897
|
+
intervalCount?: number | null | undefined;
|
|
2898
|
+
/**
|
|
2899
|
+
* The price of the product item. Should be `null` if tiered pricing is set.
|
|
2900
|
+
*/
|
|
2901
|
+
price?: number | null | undefined;
|
|
2902
|
+
/**
|
|
2903
|
+
* Tiered pricing for the product item. Not applicable for fixed price items.
|
|
2904
|
+
*/
|
|
2905
|
+
tiers?: Array<any | null> | null | undefined;
|
|
2906
|
+
/**
|
|
2907
|
+
* How tiers are applied: graduated (split across bands) or volume (flat rate for the matched tier). Defaults to graduated.
|
|
2908
|
+
*/
|
|
2909
|
+
tierBehavior?: CheckTierBehavior1 | null | undefined;
|
|
2910
|
+
/**
|
|
2911
|
+
* Whether the feature should be prepaid upfront or billed for how much they use end of billing period.
|
|
2912
|
+
*/
|
|
2913
|
+
usageModel?: UsageModel1 | null | undefined;
|
|
2914
|
+
/**
|
|
2915
|
+
* The amount per billing unit (eg. $9 / 250 units)
|
|
2916
|
+
*/
|
|
2917
|
+
billingUnits?: number | null | undefined;
|
|
2918
|
+
/**
|
|
2919
|
+
* Whether the usage should be reset when the product is enabled.
|
|
2920
|
+
*/
|
|
2921
|
+
resetUsageWhenEnabled?: boolean | null | undefined;
|
|
2922
|
+
/**
|
|
2923
|
+
* The entity feature ID of the product item if applicable.
|
|
2924
|
+
*/
|
|
2925
|
+
entityFeatureId?: string | null | undefined;
|
|
2926
|
+
/**
|
|
2927
|
+
* The display of the product item.
|
|
2928
|
+
*/
|
|
2929
|
+
display?: ProductDisplay1 | null | undefined;
|
|
2930
|
+
/**
|
|
2931
|
+
* Used in customer context. Quantity of the feature the customer has prepaid for.
|
|
2932
|
+
*/
|
|
2933
|
+
quantity?: number | null | undefined;
|
|
2934
|
+
/**
|
|
2935
|
+
* Used in customer context. Quantity of the feature the customer will prepay for in the next cycle.
|
|
2936
|
+
*/
|
|
2937
|
+
nextCycleQuantity?: number | null | undefined;
|
|
2938
|
+
/**
|
|
2939
|
+
* Configuration for rollover and proration behavior of the feature.
|
|
2940
|
+
*/
|
|
2941
|
+
config?: CheckConfig1 | null | undefined;
|
|
2942
|
+
};
|
|
2943
|
+
/**
|
|
2944
|
+
* The duration type of the free trial
|
|
2945
|
+
*/
|
|
2946
|
+
declare const FreeTrialDuration1: {
|
|
2947
|
+
readonly Day: "day";
|
|
2948
|
+
readonly Month: "month";
|
|
2949
|
+
readonly Year: "year";
|
|
2950
|
+
};
|
|
2951
|
+
/**
|
|
2952
|
+
* The duration type of the free trial
|
|
2953
|
+
*/
|
|
2954
|
+
type FreeTrialDuration1 = OpenEnum<typeof FreeTrialDuration1>;
|
|
2955
|
+
type CheckFreeTrial1 = {
|
|
2956
|
+
/**
|
|
2957
|
+
* The duration type of the free trial
|
|
2958
|
+
*/
|
|
2959
|
+
duration: FreeTrialDuration1;
|
|
2960
|
+
/**
|
|
2961
|
+
* The length of the duration type specified
|
|
2962
|
+
*/
|
|
2963
|
+
length: number;
|
|
2964
|
+
/**
|
|
2965
|
+
* Whether the free trial is limited to one per customer fingerprint
|
|
2966
|
+
*/
|
|
2967
|
+
uniqueFingerprint: boolean;
|
|
2968
|
+
/**
|
|
2969
|
+
* Whether the free trial requires a card. If false, the customer can attach the product without going through a checkout flow or having a card on file.
|
|
2970
|
+
*/
|
|
2971
|
+
cardRequired: boolean;
|
|
2972
|
+
/**
|
|
2973
|
+
* Used in customer context. Whether the free trial is available for the customer if they were to attach the product.
|
|
2974
|
+
*/
|
|
2975
|
+
trialAvailable: boolean | null;
|
|
2976
|
+
};
|
|
2977
|
+
/**
|
|
2978
|
+
* Scenario for when this product is used in attach flows
|
|
2979
|
+
*/
|
|
2980
|
+
declare const ProductScenario1: {
|
|
2981
|
+
readonly Scheduled: "scheduled";
|
|
2982
|
+
readonly Active: "active";
|
|
2983
|
+
readonly New: "new";
|
|
2984
|
+
readonly Renew: "renew";
|
|
2985
|
+
readonly Upgrade: "upgrade";
|
|
2986
|
+
readonly UpdatePrepaidQuantity: "update_prepaid_quantity";
|
|
2987
|
+
readonly Downgrade: "downgrade";
|
|
2988
|
+
readonly Cancel: "cancel";
|
|
2989
|
+
readonly Expired: "expired";
|
|
2990
|
+
readonly PastDue: "past_due";
|
|
2991
|
+
};
|
|
2992
|
+
/**
|
|
2993
|
+
* Scenario for when this product is used in attach flows
|
|
2994
|
+
*/
|
|
2995
|
+
type ProductScenario1 = OpenEnum<typeof ProductScenario1>;
|
|
2996
|
+
type Properties1 = {
|
|
2997
|
+
/**
|
|
2998
|
+
* True if the product has no base price or usage prices
|
|
2999
|
+
*/
|
|
3000
|
+
isFree: boolean;
|
|
3001
|
+
/**
|
|
3002
|
+
* True if the product only contains a one-time price
|
|
3003
|
+
*/
|
|
3004
|
+
isOneOff: boolean;
|
|
3005
|
+
/**
|
|
3006
|
+
* The billing interval group for recurring products (e.g., 'monthly', 'yearly')
|
|
3007
|
+
*/
|
|
3008
|
+
intervalGroup?: string | null | undefined;
|
|
3009
|
+
/**
|
|
3010
|
+
* True if the product includes a free trial
|
|
3011
|
+
*/
|
|
3012
|
+
hasTrial?: boolean | null | undefined;
|
|
3013
|
+
/**
|
|
3014
|
+
* True if the product can be updated after creation (only applicable if there are prepaid recurring prices)
|
|
3015
|
+
*/
|
|
3016
|
+
updateable?: boolean | null | undefined;
|
|
3017
|
+
};
|
|
3018
|
+
type Product1 = {
|
|
3019
|
+
/**
|
|
3020
|
+
* The ID of the product you set when creating the product
|
|
3021
|
+
*/
|
|
3022
|
+
id: string;
|
|
3023
|
+
/**
|
|
3024
|
+
* The name of the product
|
|
3025
|
+
*/
|
|
3026
|
+
name: string;
|
|
3027
|
+
/**
|
|
3028
|
+
* Product group which this product belongs to
|
|
3029
|
+
*/
|
|
3030
|
+
group: string | null;
|
|
3031
|
+
/**
|
|
3032
|
+
* The environment of the product
|
|
3033
|
+
*/
|
|
3034
|
+
env: CheckEnv1;
|
|
3035
|
+
/**
|
|
3036
|
+
* Whether the product is an add-on and can be purchased alongside other products
|
|
3037
|
+
*/
|
|
3038
|
+
isAddOn: boolean;
|
|
3039
|
+
/**
|
|
3040
|
+
* Whether the product is the default product
|
|
3041
|
+
*/
|
|
3042
|
+
isDefault: boolean;
|
|
3043
|
+
/**
|
|
3044
|
+
* Whether this product has been archived and is no longer available
|
|
3045
|
+
*/
|
|
3046
|
+
archived: boolean;
|
|
3047
|
+
/**
|
|
3048
|
+
* The current version of the product
|
|
3049
|
+
*/
|
|
3050
|
+
version: number;
|
|
3051
|
+
/**
|
|
3052
|
+
* The timestamp of when the product was created in milliseconds since epoch
|
|
3053
|
+
*/
|
|
3054
|
+
createdAt: number;
|
|
3055
|
+
/**
|
|
3056
|
+
* Array of product items that define the product's features and pricing
|
|
3057
|
+
*/
|
|
3058
|
+
items: Array<CheckItem1>;
|
|
3059
|
+
/**
|
|
3060
|
+
* Free trial configuration for this product, if available
|
|
3061
|
+
*/
|
|
3062
|
+
freeTrial: CheckFreeTrial1 | null;
|
|
3063
|
+
/**
|
|
3064
|
+
* ID of the base variant this product is derived from
|
|
3065
|
+
*/
|
|
3066
|
+
baseVariantId: string | null;
|
|
3067
|
+
/**
|
|
3068
|
+
* Scenario for when this product is used in attach flows
|
|
3069
|
+
*/
|
|
3070
|
+
scenario?: ProductScenario1 | undefined;
|
|
3071
|
+
properties?: Properties1 | undefined;
|
|
3072
|
+
};
|
|
3073
|
+
/**
|
|
3074
|
+
* Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
|
|
3075
|
+
*/
|
|
3076
|
+
type Preview1 = {
|
|
3077
|
+
/**
|
|
3078
|
+
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
3079
|
+
*/
|
|
3080
|
+
scenario: Scenario1;
|
|
3081
|
+
/**
|
|
3082
|
+
* A title suitable for displaying in a paywall or upgrade modal.
|
|
3083
|
+
*/
|
|
3084
|
+
title: string;
|
|
3085
|
+
/**
|
|
3086
|
+
* A message explaining why access was denied.
|
|
3087
|
+
*/
|
|
3088
|
+
message: string;
|
|
3089
|
+
/**
|
|
3090
|
+
* The ID of the feature that was checked.
|
|
3091
|
+
*/
|
|
3092
|
+
featureId: string;
|
|
3093
|
+
/**
|
|
3094
|
+
* The display name of the feature.
|
|
3095
|
+
*/
|
|
3096
|
+
featureName: string;
|
|
3097
|
+
/**
|
|
3098
|
+
* Products that would grant access to this feature. Use to display upgrade options.
|
|
3099
|
+
*/
|
|
3100
|
+
products: Array<Product1>;
|
|
2650
3101
|
};
|
|
2651
3102
|
/**
|
|
2652
3103
|
* OK
|
|
2653
3104
|
*/
|
|
2654
|
-
type
|
|
3105
|
+
type CheckResponseBody1 = {
|
|
2655
3106
|
/**
|
|
2656
3107
|
* Whether the customer is allowed to use the feature. True if they have sufficient balance or the feature is unlimited/boolean.
|
|
2657
3108
|
*/
|
|
@@ -2675,12 +3126,13 @@ type CheckResponse = {
|
|
|
2675
3126
|
/**
|
|
2676
3127
|
* The flag associated with this check, if any.
|
|
2677
3128
|
*/
|
|
2678
|
-
flag:
|
|
3129
|
+
flag: Flag1 | null;
|
|
2679
3130
|
/**
|
|
2680
3131
|
* Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
|
|
2681
3132
|
*/
|
|
2682
|
-
preview?:
|
|
3133
|
+
preview?: Preview1 | undefined;
|
|
2683
3134
|
};
|
|
3135
|
+
type CheckResponse = CheckResponseBody1 | CheckResponseBody2;
|
|
2684
3136
|
/** @internal */
|
|
2685
3137
|
type CheckLock$Outbound = {
|
|
2686
3138
|
lock_id: string;
|
|
@@ -2707,70 +3159,141 @@ type CheckParams$Outbound = {
|
|
|
2707
3159
|
declare const CheckParams$outboundSchema: z$1.ZodMiniType<CheckParams$Outbound, CheckParams>;
|
|
2708
3160
|
declare function checkParamsToJSON(checkParams: CheckParams): string;
|
|
2709
3161
|
/** @internal */
|
|
2710
|
-
declare const
|
|
3162
|
+
declare const FlagType2$inboundSchema: z$1.ZodMiniType<FlagType2, unknown>;
|
|
3163
|
+
/** @internal */
|
|
3164
|
+
declare const CheckCreditSchema2$inboundSchema: z$1.ZodMiniType<CheckCreditSchema2, unknown>;
|
|
3165
|
+
declare function checkCreditSchema2FromJSON(jsonString: string): Result<CheckCreditSchema2, SDKValidationError>;
|
|
3166
|
+
/** @internal */
|
|
3167
|
+
declare const FlagDisplay2$inboundSchema: z$1.ZodMiniType<FlagDisplay2, unknown>;
|
|
3168
|
+
declare function flagDisplay2FromJSON(jsonString: string): Result<FlagDisplay2, SDKValidationError>;
|
|
3169
|
+
/** @internal */
|
|
3170
|
+
declare const CheckFeature2$inboundSchema: z$1.ZodMiniType<CheckFeature2, unknown>;
|
|
3171
|
+
declare function checkFeature2FromJSON(jsonString: string): Result<CheckFeature2, SDKValidationError>;
|
|
3172
|
+
/** @internal */
|
|
3173
|
+
declare const Flag2$inboundSchema: z$1.ZodMiniType<Flag2, unknown>;
|
|
3174
|
+
declare function flag2FromJSON(jsonString: string): Result<Flag2, SDKValidationError>;
|
|
3175
|
+
/** @internal */
|
|
3176
|
+
declare const Scenario2$inboundSchema: z$1.ZodMiniType<Scenario2, unknown>;
|
|
3177
|
+
/** @internal */
|
|
3178
|
+
declare const CheckEnv2$inboundSchema: z$1.ZodMiniType<CheckEnv2, unknown>;
|
|
3179
|
+
/** @internal */
|
|
3180
|
+
declare const ProductType2$inboundSchema: z$1.ZodMiniType<ProductType2, unknown>;
|
|
3181
|
+
/** @internal */
|
|
3182
|
+
declare const FeatureType2$inboundSchema: z$1.ZodMiniType<FeatureType2, unknown>;
|
|
3183
|
+
/** @internal */
|
|
3184
|
+
declare const IncludedUsage2$inboundSchema: z$1.ZodMiniType<IncludedUsage2, unknown>;
|
|
3185
|
+
declare function includedUsage2FromJSON(jsonString: string): Result<IncludedUsage2, SDKValidationError>;
|
|
2711
3186
|
/** @internal */
|
|
2712
|
-
declare const
|
|
2713
|
-
declare function checkCreditSchemaFromJSON(jsonString: string): Result<CheckCreditSchema, SDKValidationError>;
|
|
3187
|
+
declare const CheckInterval2$inboundSchema: z$1.ZodMiniType<CheckInterval2, unknown>;
|
|
2714
3188
|
/** @internal */
|
|
2715
|
-
declare const
|
|
2716
|
-
declare function flagDisplayFromJSON(jsonString: string): Result<FlagDisplay, SDKValidationError>;
|
|
3189
|
+
declare const CheckTierBehavior2$inboundSchema: z$1.ZodMiniType<CheckTierBehavior2, unknown>;
|
|
2717
3190
|
/** @internal */
|
|
2718
|
-
declare const
|
|
2719
|
-
declare function checkFeatureFromJSON(jsonString: string): Result<CheckFeature, SDKValidationError>;
|
|
3191
|
+
declare const UsageModel2$inboundSchema: z$1.ZodMiniType<UsageModel2, unknown>;
|
|
2720
3192
|
/** @internal */
|
|
2721
|
-
declare const
|
|
2722
|
-
declare function
|
|
3193
|
+
declare const ProductDisplay2$inboundSchema: z$1.ZodMiniType<ProductDisplay2, unknown>;
|
|
3194
|
+
declare function productDisplay2FromJSON(jsonString: string): Result<ProductDisplay2, SDKValidationError>;
|
|
2723
3195
|
/** @internal */
|
|
2724
|
-
declare const
|
|
3196
|
+
declare const ConfigDuration2$inboundSchema: z$1.ZodMiniType<ConfigDuration2, unknown>;
|
|
2725
3197
|
/** @internal */
|
|
2726
|
-
declare const
|
|
3198
|
+
declare const CheckRollover2$inboundSchema: z$1.ZodMiniType<CheckRollover2, unknown>;
|
|
3199
|
+
declare function checkRollover2FromJSON(jsonString: string): Result<CheckRollover2, SDKValidationError>;
|
|
2727
3200
|
/** @internal */
|
|
2728
|
-
declare const
|
|
3201
|
+
declare const CheckOnIncrease2$inboundSchema: z$1.ZodMiniType<CheckOnIncrease2, unknown>;
|
|
2729
3202
|
/** @internal */
|
|
2730
|
-
declare const
|
|
3203
|
+
declare const CheckOnDecrease2$inboundSchema: z$1.ZodMiniType<CheckOnDecrease2, unknown>;
|
|
2731
3204
|
/** @internal */
|
|
2732
|
-
declare const
|
|
2733
|
-
declare function
|
|
3205
|
+
declare const CheckConfig2$inboundSchema: z$1.ZodMiniType<CheckConfig2, unknown>;
|
|
3206
|
+
declare function checkConfig2FromJSON(jsonString: string): Result<CheckConfig2, SDKValidationError>;
|
|
2734
3207
|
/** @internal */
|
|
2735
|
-
declare const
|
|
3208
|
+
declare const CheckItem2$inboundSchema: z$1.ZodMiniType<CheckItem2, unknown>;
|
|
3209
|
+
declare function checkItem2FromJSON(jsonString: string): Result<CheckItem2, SDKValidationError>;
|
|
2736
3210
|
/** @internal */
|
|
2737
|
-
declare const
|
|
3211
|
+
declare const FreeTrialDuration2$inboundSchema: z$1.ZodMiniType<FreeTrialDuration2, unknown>;
|
|
2738
3212
|
/** @internal */
|
|
2739
|
-
declare const
|
|
3213
|
+
declare const CheckFreeTrial2$inboundSchema: z$1.ZodMiniType<CheckFreeTrial2, unknown>;
|
|
3214
|
+
declare function checkFreeTrial2FromJSON(jsonString: string): Result<CheckFreeTrial2, SDKValidationError>;
|
|
2740
3215
|
/** @internal */
|
|
2741
|
-
declare const
|
|
2742
|
-
declare function productDisplayFromJSON(jsonString: string): Result<ProductDisplay, SDKValidationError>;
|
|
3216
|
+
declare const ProductScenario2$inboundSchema: z$1.ZodMiniType<ProductScenario2, unknown>;
|
|
2743
3217
|
/** @internal */
|
|
2744
|
-
declare const
|
|
3218
|
+
declare const Properties2$inboundSchema: z$1.ZodMiniType<Properties2, unknown>;
|
|
3219
|
+
declare function properties2FromJSON(jsonString: string): Result<Properties2, SDKValidationError>;
|
|
2745
3220
|
/** @internal */
|
|
2746
|
-
declare const
|
|
2747
|
-
declare function
|
|
3221
|
+
declare const Product2$inboundSchema: z$1.ZodMiniType<Product2, unknown>;
|
|
3222
|
+
declare function product2FromJSON(jsonString: string): Result<Product2, SDKValidationError>;
|
|
2748
3223
|
/** @internal */
|
|
2749
|
-
declare const
|
|
3224
|
+
declare const Preview2$inboundSchema: z$1.ZodMiniType<Preview2, unknown>;
|
|
3225
|
+
declare function preview2FromJSON(jsonString: string): Result<Preview2, SDKValidationError>;
|
|
2750
3226
|
/** @internal */
|
|
2751
|
-
declare const
|
|
3227
|
+
declare const CheckResponseBody2$inboundSchema: z$1.ZodMiniType<CheckResponseBody2, unknown>;
|
|
3228
|
+
declare function checkResponseBody2FromJSON(jsonString: string): Result<CheckResponseBody2, SDKValidationError>;
|
|
2752
3229
|
/** @internal */
|
|
2753
|
-
declare const
|
|
2754
|
-
declare function checkConfigFromJSON(jsonString: string): Result<CheckConfig, SDKValidationError>;
|
|
3230
|
+
declare const FlagType1$inboundSchema: z$1.ZodMiniType<FlagType1, unknown>;
|
|
2755
3231
|
/** @internal */
|
|
2756
|
-
declare const
|
|
2757
|
-
declare function
|
|
3232
|
+
declare const CheckCreditSchema1$inboundSchema: z$1.ZodMiniType<CheckCreditSchema1, unknown>;
|
|
3233
|
+
declare function checkCreditSchema1FromJSON(jsonString: string): Result<CheckCreditSchema1, SDKValidationError>;
|
|
2758
3234
|
/** @internal */
|
|
2759
|
-
declare const
|
|
3235
|
+
declare const FlagDisplay1$inboundSchema: z$1.ZodMiniType<FlagDisplay1, unknown>;
|
|
3236
|
+
declare function flagDisplay1FromJSON(jsonString: string): Result<FlagDisplay1, SDKValidationError>;
|
|
2760
3237
|
/** @internal */
|
|
2761
|
-
declare const
|
|
2762
|
-
declare function
|
|
3238
|
+
declare const CheckFeature1$inboundSchema: z$1.ZodMiniType<CheckFeature1, unknown>;
|
|
3239
|
+
declare function checkFeature1FromJSON(jsonString: string): Result<CheckFeature1, SDKValidationError>;
|
|
2763
3240
|
/** @internal */
|
|
2764
|
-
declare const
|
|
3241
|
+
declare const Flag1$inboundSchema: z$1.ZodMiniType<Flag1, unknown>;
|
|
3242
|
+
declare function flag1FromJSON(jsonString: string): Result<Flag1, SDKValidationError>;
|
|
2765
3243
|
/** @internal */
|
|
2766
|
-
declare const
|
|
2767
|
-
declare function propertiesFromJSON(jsonString: string): Result<Properties, SDKValidationError>;
|
|
3244
|
+
declare const Scenario1$inboundSchema: z$1.ZodMiniType<Scenario1, unknown>;
|
|
2768
3245
|
/** @internal */
|
|
2769
|
-
declare const
|
|
2770
|
-
declare function productFromJSON(jsonString: string): Result<Product, SDKValidationError>;
|
|
3246
|
+
declare const CheckEnv1$inboundSchema: z$1.ZodMiniType<CheckEnv1, unknown>;
|
|
2771
3247
|
/** @internal */
|
|
2772
|
-
declare const
|
|
2773
|
-
|
|
3248
|
+
declare const ProductType1$inboundSchema: z$1.ZodMiniType<ProductType1, unknown>;
|
|
3249
|
+
/** @internal */
|
|
3250
|
+
declare const FeatureType1$inboundSchema: z$1.ZodMiniType<FeatureType1, unknown>;
|
|
3251
|
+
/** @internal */
|
|
3252
|
+
declare const IncludedUsage1$inboundSchema: z$1.ZodMiniType<IncludedUsage1, unknown>;
|
|
3253
|
+
declare function includedUsage1FromJSON(jsonString: string): Result<IncludedUsage1, SDKValidationError>;
|
|
3254
|
+
/** @internal */
|
|
3255
|
+
declare const CheckInterval1$inboundSchema: z$1.ZodMiniType<CheckInterval1, unknown>;
|
|
3256
|
+
/** @internal */
|
|
3257
|
+
declare const CheckTierBehavior1$inboundSchema: z$1.ZodMiniType<CheckTierBehavior1, unknown>;
|
|
3258
|
+
/** @internal */
|
|
3259
|
+
declare const UsageModel1$inboundSchema: z$1.ZodMiniType<UsageModel1, unknown>;
|
|
3260
|
+
/** @internal */
|
|
3261
|
+
declare const ProductDisplay1$inboundSchema: z$1.ZodMiniType<ProductDisplay1, unknown>;
|
|
3262
|
+
declare function productDisplay1FromJSON(jsonString: string): Result<ProductDisplay1, SDKValidationError>;
|
|
3263
|
+
/** @internal */
|
|
3264
|
+
declare const ConfigDuration1$inboundSchema: z$1.ZodMiniType<ConfigDuration1, unknown>;
|
|
3265
|
+
/** @internal */
|
|
3266
|
+
declare const CheckRollover1$inboundSchema: z$1.ZodMiniType<CheckRollover1, unknown>;
|
|
3267
|
+
declare function checkRollover1FromJSON(jsonString: string): Result<CheckRollover1, SDKValidationError>;
|
|
3268
|
+
/** @internal */
|
|
3269
|
+
declare const CheckOnIncrease1$inboundSchema: z$1.ZodMiniType<CheckOnIncrease1, unknown>;
|
|
3270
|
+
/** @internal */
|
|
3271
|
+
declare const CheckOnDecrease1$inboundSchema: z$1.ZodMiniType<CheckOnDecrease1, unknown>;
|
|
3272
|
+
/** @internal */
|
|
3273
|
+
declare const CheckConfig1$inboundSchema: z$1.ZodMiniType<CheckConfig1, unknown>;
|
|
3274
|
+
declare function checkConfig1FromJSON(jsonString: string): Result<CheckConfig1, SDKValidationError>;
|
|
3275
|
+
/** @internal */
|
|
3276
|
+
declare const CheckItem1$inboundSchema: z$1.ZodMiniType<CheckItem1, unknown>;
|
|
3277
|
+
declare function checkItem1FromJSON(jsonString: string): Result<CheckItem1, SDKValidationError>;
|
|
3278
|
+
/** @internal */
|
|
3279
|
+
declare const FreeTrialDuration1$inboundSchema: z$1.ZodMiniType<FreeTrialDuration1, unknown>;
|
|
3280
|
+
/** @internal */
|
|
3281
|
+
declare const CheckFreeTrial1$inboundSchema: z$1.ZodMiniType<CheckFreeTrial1, unknown>;
|
|
3282
|
+
declare function checkFreeTrial1FromJSON(jsonString: string): Result<CheckFreeTrial1, SDKValidationError>;
|
|
3283
|
+
/** @internal */
|
|
3284
|
+
declare const ProductScenario1$inboundSchema: z$1.ZodMiniType<ProductScenario1, unknown>;
|
|
3285
|
+
/** @internal */
|
|
3286
|
+
declare const Properties1$inboundSchema: z$1.ZodMiniType<Properties1, unknown>;
|
|
3287
|
+
declare function properties1FromJSON(jsonString: string): Result<Properties1, SDKValidationError>;
|
|
3288
|
+
/** @internal */
|
|
3289
|
+
declare const Product1$inboundSchema: z$1.ZodMiniType<Product1, unknown>;
|
|
3290
|
+
declare function product1FromJSON(jsonString: string): Result<Product1, SDKValidationError>;
|
|
3291
|
+
/** @internal */
|
|
3292
|
+
declare const Preview1$inboundSchema: z$1.ZodMiniType<Preview1, unknown>;
|
|
3293
|
+
declare function preview1FromJSON(jsonString: string): Result<Preview1, SDKValidationError>;
|
|
3294
|
+
/** @internal */
|
|
3295
|
+
declare const CheckResponseBody1$inboundSchema: z$1.ZodMiniType<CheckResponseBody1, unknown>;
|
|
3296
|
+
declare function checkResponseBody1FromJSON(jsonString: string): Result<CheckResponseBody1, SDKValidationError>;
|
|
2774
3297
|
/** @internal */
|
|
2775
3298
|
declare const CheckResponse$inboundSchema: z$1.ZodMiniType<CheckResponse, unknown>;
|
|
2776
3299
|
declare function checkResponseFromJSON(jsonString: string): Result<CheckResponse, SDKValidationError>;
|
|
@@ -6287,12 +6810,19 @@ type FinalizeBalanceParams = {
|
|
|
6287
6810
|
[k: string]: any;
|
|
6288
6811
|
} | undefined;
|
|
6289
6812
|
};
|
|
6813
|
+
/**
|
|
6814
|
+
* Accepted. Autumn is experiencing degraded service from a downstream provider, so the finalize request was allowed fail-open.
|
|
6815
|
+
*/
|
|
6816
|
+
type FinalizeLockResponseBody2 = {
|
|
6817
|
+
success: boolean;
|
|
6818
|
+
};
|
|
6290
6819
|
/**
|
|
6291
6820
|
* OK
|
|
6292
6821
|
*/
|
|
6293
|
-
type
|
|
6822
|
+
type FinalizeLockResponseBody1 = {
|
|
6294
6823
|
success: boolean;
|
|
6295
6824
|
};
|
|
6825
|
+
type FinalizeLockResponse = FinalizeLockResponseBody1 | FinalizeLockResponseBody2;
|
|
6296
6826
|
/** @internal */
|
|
6297
6827
|
declare const Action$outboundSchema: z$1.ZodMiniEnum<typeof Action>;
|
|
6298
6828
|
/** @internal */
|
|
@@ -6308,6 +6838,12 @@ type FinalizeBalanceParams$Outbound = {
|
|
|
6308
6838
|
declare const FinalizeBalanceParams$outboundSchema: z$1.ZodMiniType<FinalizeBalanceParams$Outbound, FinalizeBalanceParams>;
|
|
6309
6839
|
declare function finalizeBalanceParamsToJSON(finalizeBalanceParams: FinalizeBalanceParams): string;
|
|
6310
6840
|
/** @internal */
|
|
6841
|
+
declare const FinalizeLockResponseBody2$inboundSchema: z$1.ZodMiniType<FinalizeLockResponseBody2, unknown>;
|
|
6842
|
+
declare function finalizeLockResponseBody2FromJSON(jsonString: string): Result<FinalizeLockResponseBody2, SDKValidationError>;
|
|
6843
|
+
/** @internal */
|
|
6844
|
+
declare const FinalizeLockResponseBody1$inboundSchema: z$1.ZodMiniType<FinalizeLockResponseBody1, unknown>;
|
|
6845
|
+
declare function finalizeLockResponseBody1FromJSON(jsonString: string): Result<FinalizeLockResponseBody1, SDKValidationError>;
|
|
6846
|
+
/** @internal */
|
|
6311
6847
|
declare const FinalizeLockResponse$inboundSchema: z$1.ZodMiniType<FinalizeLockResponse, unknown>;
|
|
6312
6848
|
declare function finalizeLockResponseFromJSON(jsonString: string): Result<FinalizeLockResponse, SDKValidationError>;
|
|
6313
6849
|
|
|
@@ -13665,10 +14201,41 @@ type TrackParams = {
|
|
|
13665
14201
|
} | undefined;
|
|
13666
14202
|
lock?: TrackLock | undefined;
|
|
13667
14203
|
};
|
|
14204
|
+
/**
|
|
14205
|
+
* Accepted. Autumn is experiencing degraded service from a downstream provider, so the event was accepted for replay and will be tracked as soon as the service is restored.
|
|
14206
|
+
*/
|
|
14207
|
+
type TrackResponseBody2 = {
|
|
14208
|
+
/**
|
|
14209
|
+
* The ID of the customer whose usage was tracked.
|
|
14210
|
+
*/
|
|
14211
|
+
customerId: string;
|
|
14212
|
+
/**
|
|
14213
|
+
* The ID of the entity, if entity-scoped tracking was performed.
|
|
14214
|
+
*/
|
|
14215
|
+
entityId?: string | undefined;
|
|
14216
|
+
/**
|
|
14217
|
+
* The event name that was tracked, if event_name was used instead of feature_id.
|
|
14218
|
+
*/
|
|
14219
|
+
eventName?: string | undefined;
|
|
14220
|
+
/**
|
|
14221
|
+
* The amount of usage that was recorded.
|
|
14222
|
+
*/
|
|
14223
|
+
value: number;
|
|
14224
|
+
/**
|
|
14225
|
+
* The updated balance for the tracked feature. Null if tracking by event_name that affects multiple features.
|
|
14226
|
+
*/
|
|
14227
|
+
balance: Balance | null;
|
|
14228
|
+
/**
|
|
14229
|
+
* Map of feature_id to updated balance when tracking by event_name affects multiple features.
|
|
14230
|
+
*/
|
|
14231
|
+
balances?: {
|
|
14232
|
+
[k: string]: Balance;
|
|
14233
|
+
} | undefined;
|
|
14234
|
+
};
|
|
13668
14235
|
/**
|
|
13669
14236
|
* OK
|
|
13670
14237
|
*/
|
|
13671
|
-
type
|
|
14238
|
+
type TrackResponseBody1 = {
|
|
13672
14239
|
/**
|
|
13673
14240
|
* The ID of the customer whose usage was tracked.
|
|
13674
14241
|
*/
|
|
@@ -13696,6 +14263,7 @@ type TrackResponse = {
|
|
|
13696
14263
|
[k: string]: Balance;
|
|
13697
14264
|
} | undefined;
|
|
13698
14265
|
};
|
|
14266
|
+
type TrackResponse = TrackResponseBody1 | TrackResponseBody2;
|
|
13699
14267
|
/** @internal */
|
|
13700
14268
|
type TrackLock$Outbound = {
|
|
13701
14269
|
lock_id: string;
|
|
@@ -13721,6 +14289,12 @@ type TrackParams$Outbound = {
|
|
|
13721
14289
|
declare const TrackParams$outboundSchema: z$1.ZodMiniType<TrackParams$Outbound, TrackParams>;
|
|
13722
14290
|
declare function trackParamsToJSON(trackParams: TrackParams): string;
|
|
13723
14291
|
/** @internal */
|
|
14292
|
+
declare const TrackResponseBody2$inboundSchema: z$1.ZodMiniType<TrackResponseBody2, unknown>;
|
|
14293
|
+
declare function trackResponseBody2FromJSON(jsonString: string): Result<TrackResponseBody2, SDKValidationError>;
|
|
14294
|
+
/** @internal */
|
|
14295
|
+
declare const TrackResponseBody1$inboundSchema: z$1.ZodMiniType<TrackResponseBody1, unknown>;
|
|
14296
|
+
declare function trackResponseBody1FromJSON(jsonString: string): Result<TrackResponseBody1, SDKValidationError>;
|
|
14297
|
+
/** @internal */
|
|
13724
14298
|
declare const TrackResponse$inboundSchema: z$1.ZodMiniType<TrackResponse, unknown>;
|
|
13725
14299
|
declare function trackResponseFromJSON(jsonString: string): Result<TrackResponse, SDKValidationError>;
|
|
13726
14300
|
|
|
@@ -17143,7 +17717,7 @@ declare class Autumn extends ClientSDK {
|
|
|
17143
17717
|
* @param lock - Reserve units of a feature upfront by passing a lock_id, then call balances.finalize to confirm or release the hold. (optional)
|
|
17144
17718
|
* @param withPreview - If true, includes upgrade/upsell information in the response when access is denied. Useful for displaying paywalls. (optional)
|
|
17145
17719
|
*
|
|
17146
|
-
* @returns Whether access is allowed, plus the current balance for that feature.
|
|
17720
|
+
* @returns Whether access is allowed, plus the current balance for that feature. If Autumn is experiencing degraded service from a downstream provider, the API may return 202 and allow access fail-open.
|
|
17147
17721
|
*/
|
|
17148
17722
|
check(request: CheckParams, options?: RequestOptions): Promise<CheckResponse>;
|
|
17149
17723
|
/**
|
|
@@ -17170,7 +17744,7 @@ declare class Autumn extends ClientSDK {
|
|
|
17170
17744
|
* @param value - The amount of usage to record. Defaults to 1. Use negative values to credit balance (e.g., when removing a seat). (optional)
|
|
17171
17745
|
* @param properties - Additional properties to attach to this usage event. (optional)
|
|
17172
17746
|
*
|
|
17173
|
-
* @returns The usage value recorded, with either a single updated balance or a map of updated balances.
|
|
17747
|
+
* @returns The usage value recorded, with either a single updated balance or a map of updated balances. If Autumn is experiencing degraded service from a downstream provider, the API may return 202 after accepting the event for replay so it can be tracked as soon as the service is restored.
|
|
17174
17748
|
*/
|
|
17175
17749
|
track(request: TrackParams, options?: RequestOptions): Promise<TrackResponse>;
|
|
17176
17750
|
}
|
|
@@ -17262,4 +17836,4 @@ declare namespace index {
|
|
|
17262
17836
|
export { type index_ClosedEnum as ClosedEnum, type index_OpenEnum as OpenEnum, type index_PageIterator as PageIterator, type index_Paginator as Paginator, index_RFCDate as RFCDate, type index_Result as Result, type index_Unrecognized as Unrecognized, index_bigint as bigint, index_blobLikeSchema as blobLikeSchema, index_boolean as boolean, index_createPageIterator as createPageIterator, index_date as date, index_defaultToZeroValue as defaultToZeroValue, index_isBlobLike as isBlobLike, index_literal as literal, index_literalBigInt as literalBigInt, index_nullable as nullable, index_number as number, index_optional as optional, index_startCountingDefaultToZeroValue as startCountingDefaultToZeroValue, index_startCountingUnrecognized as startCountingUnrecognized, index_string as string, index_unrecognized as unrecognized };
|
|
17263
17837
|
}
|
|
17264
17838
|
|
|
17265
|
-
export { Action, Action$outboundSchema, type AggregateEventsCustomRange, type AggregateEventsCustomRange$Outbound, AggregateEventsCustomRange$outboundSchema, type AggregateEventsFeatureId, type AggregateEventsFeatureId$Outbound, AggregateEventsFeatureId$outboundSchema, type AggregateEventsGlobals, type AggregateEventsList, AggregateEventsList$inboundSchema, type AggregateEventsResponse, AggregateEventsResponse$inboundSchema, AttachAction, AttachAction$inboundSchema, type AttachAttachDiscount, type AttachAttachDiscount$Outbound, AttachAttachDiscount$outboundSchema, type AttachBasePrice, type AttachBasePrice$Outbound, AttachBasePrice$outboundSchema, AttachBillingMethod, AttachBillingMethod$outboundSchema, type AttachCarryOverBalances, type AttachCarryOverBalances$Outbound, AttachCarryOverBalances$outboundSchema, type AttachCarryOverUsages, type AttachCarryOverUsages$Outbound, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, type AttachCustomLineItem, type AttachCustomLineItem$Outbound, AttachCustomLineItem$outboundSchema, type AttachCustomize, type AttachCustomize$Outbound, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachExpiryDurationType, AttachExpiryDurationType$outboundSchema, type AttachFeatureQuantity, type AttachFeatureQuantity$Outbound, AttachFeatureQuantity$outboundSchema, type AttachFreeTrialParams, type AttachFreeTrialParams$Outbound, AttachFreeTrialParams$outboundSchema, type AttachGlobals, type AttachInvoice, AttachInvoice$inboundSchema, type AttachInvoiceMode, type AttachInvoiceMode$Outbound, AttachInvoiceMode$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, AttachOnDecrease, AttachOnDecrease$outboundSchema, AttachOnIncrease, AttachOnIncrease$outboundSchema, type AttachParams, type AttachParams$Outbound, AttachParams$outboundSchema, type AttachPlanItem, type AttachPlanItem$Outbound, AttachPlanItem$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, type AttachPrice, type AttachPrice$Outbound, AttachPrice$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, type AttachProration, type AttachProration$Outbound, AttachProration$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, type AttachRequiredAction, AttachRequiredAction$inboundSchema, type AttachReset, type AttachReset$Outbound, AttachReset$outboundSchema, AttachResetInterval, AttachResetInterval$outboundSchema, type AttachResponse, AttachResponse$inboundSchema, type AttachRollover, type AttachRollover$Outbound, AttachRollover$outboundSchema, type AttachTier, type AttachTier$Outbound, AttachTier$outboundSchema, AttachTierBehavior, AttachTierBehavior$outboundSchema, type AttachTo, type AttachTo$Outbound, AttachTo$outboundSchema, Autumn, AutumnDefaultError, AutumnError, type Balance, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, type BalanceCreditSchema, BalanceCreditSchema$inboundSchema, type BalanceDisplay, BalanceDisplay$inboundSchema, type BalanceFeature, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, type BalancePrice, BalancePrice$inboundSchema, type BalanceReset, BalanceReset$inboundSchema, type BalanceRollover, BalanceRollover$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceType, BalanceType$inboundSchema, type BillingUpdateAttachDiscount, type BillingUpdateAttachDiscount$Outbound, BillingUpdateAttachDiscount$outboundSchema, type BillingUpdateBasePrice, type BillingUpdateBasePrice$Outbound, BillingUpdateBasePrice$outboundSchema, BillingUpdateBillingMethod, BillingUpdateBillingMethod$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, type BillingUpdateCustomize, type BillingUpdateCustomize$Outbound, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateExpiryDurationType, BillingUpdateExpiryDurationType$outboundSchema, type BillingUpdateFeatureQuantity, type BillingUpdateFeatureQuantity$Outbound, BillingUpdateFeatureQuantity$outboundSchema, type BillingUpdateFreeTrialParams, type BillingUpdateFreeTrialParams$Outbound, BillingUpdateFreeTrialParams$outboundSchema, type BillingUpdateGlobals, type BillingUpdateInvoice, BillingUpdateInvoice$inboundSchema, type BillingUpdateInvoiceMode, type BillingUpdateInvoiceMode$Outbound, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, BillingUpdateOnDecrease, BillingUpdateOnDecrease$outboundSchema, BillingUpdateOnIncrease, BillingUpdateOnIncrease$outboundSchema, type BillingUpdatePlanItem, type BillingUpdatePlanItem$Outbound, BillingUpdatePlanItem$outboundSchema, type BillingUpdatePrice, type BillingUpdatePrice$Outbound, BillingUpdatePrice$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, type BillingUpdateProration, type BillingUpdateProration$Outbound, BillingUpdateProration$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, type BillingUpdateRecalculateBalances, type BillingUpdateRecalculateBalances$Outbound, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, type BillingUpdateRequiredAction, BillingUpdateRequiredAction$inboundSchema, type BillingUpdateReset, type BillingUpdateReset$Outbound, BillingUpdateReset$outboundSchema, BillingUpdateResetInterval, BillingUpdateResetInterval$outboundSchema, type BillingUpdateResponse, BillingUpdateResponse$inboundSchema, type BillingUpdateRollover, type BillingUpdateRollover$Outbound, BillingUpdateRollover$outboundSchema, type BillingUpdateTier, type BillingUpdateTier$Outbound, BillingUpdateTier$outboundSchema, BillingUpdateTierBehavior, BillingUpdateTierBehavior$outboundSchema, type BillingUpdateTo, type BillingUpdateTo$Outbound, BillingUpdateTo$outboundSchema, BinSize, BinSize$outboundSchema, type Breakdown, Breakdown$inboundSchema, type CheckConfig, CheckConfig$inboundSchema, type CheckCreditSchema, CheckCreditSchema$inboundSchema, CheckEnv, CheckEnv$inboundSchema, type CheckFeature, CheckFeature$inboundSchema, type CheckFreeTrial, CheckFreeTrial$inboundSchema, type CheckGlobals, CheckInterval, CheckInterval$inboundSchema, type CheckItem, CheckItem$inboundSchema, type CheckLock, type CheckLock$Outbound, CheckLock$outboundSchema, CheckOnDecrease, CheckOnDecrease$inboundSchema, CheckOnIncrease, CheckOnIncrease$inboundSchema, type CheckParams, type CheckParams$Outbound, CheckParams$outboundSchema, type CheckResponse, CheckResponse$inboundSchema, type CheckRollover, CheckRollover$inboundSchema, CheckTierBehavior, CheckTierBehavior$inboundSchema, ConfigDuration, ConfigDuration$inboundSchema, ConnectionError, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, type CreateBalanceGlobals, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, type CreateBalanceParams, type CreateBalanceParams$Outbound, CreateBalanceParams$outboundSchema, type CreateBalanceReset, type CreateBalanceReset$Outbound, CreateBalanceReset$outboundSchema, type CreateBalanceResponse, CreateBalanceResponse$inboundSchema, type CreateBalanceRollover, type CreateBalanceRollover$Outbound, CreateBalanceRollover$outboundSchema, type CreateEntityBillingControlsRequest, type CreateEntityBillingControlsRequest$Outbound, CreateEntityBillingControlsRequest$outboundSchema, type CreateEntityBillingControlsResponse, CreateEntityBillingControlsResponse$inboundSchema, type CreateEntityCreditSchema, CreateEntityCreditSchema$inboundSchema, type CreateEntityDisplay, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, type CreateEntityFeature, CreateEntityFeature$inboundSchema, type CreateEntityFlags, CreateEntityFlags$inboundSchema, type CreateEntityGlobals, type CreateEntityInvoice, CreateEntityInvoice$inboundSchema, type CreateEntityOverageAllowedRequest, type CreateEntityOverageAllowedRequest$Outbound, CreateEntityOverageAllowedRequest$outboundSchema, type CreateEntityOverageAllowedResponse, CreateEntityOverageAllowedResponse$inboundSchema, type CreateEntityParams, type CreateEntityParams$Outbound, CreateEntityParams$outboundSchema, type CreateEntityPurchase, CreateEntityPurchase$inboundSchema, type CreateEntityResponse, CreateEntityResponse$inboundSchema, type CreateEntitySpendLimitRequest, type CreateEntitySpendLimitRequest$Outbound, CreateEntitySpendLimitRequest$outboundSchema, type CreateEntitySpendLimitResponse, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, type CreateEntitySubscription, CreateEntitySubscription$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, type CreateEntityUsageAlertRequestBody, type CreateEntityUsageAlertRequestBody$Outbound, CreateEntityUsageAlertRequestBody$outboundSchema, type CreateEntityUsageAlertResponse, CreateEntityUsageAlertResponse$inboundSchema, type CreateFeatureCreditSchemaRequest, type CreateFeatureCreditSchemaRequest$Outbound, CreateFeatureCreditSchemaRequest$outboundSchema, type CreateFeatureCreditSchemaResponse, CreateFeatureCreditSchemaResponse$inboundSchema, type CreateFeatureDisplayRequest, type CreateFeatureDisplayRequest$Outbound, CreateFeatureDisplayRequest$outboundSchema, type CreateFeatureDisplayResponse, CreateFeatureDisplayResponse$inboundSchema, type CreateFeatureGlobals, type CreateFeatureParams, type CreateFeatureParams$Outbound, CreateFeatureParams$outboundSchema, type CreateFeatureResponse, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequest, CreateFeatureTypeRequest$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanBillingMethodRequest, CreatePlanBillingMethodRequest$outboundSchema, CreatePlanBillingMethodResponse, CreatePlanBillingMethodResponse$inboundSchema, type CreatePlanConfigRequest, type CreatePlanConfigRequest$Outbound, CreatePlanConfigRequest$outboundSchema, type CreatePlanConfigResponse, CreatePlanConfigResponse$inboundSchema, type CreatePlanCreditSchema, CreatePlanCreditSchema$inboundSchema, type CreatePlanCustomerEligibility, CreatePlanCustomerEligibility$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequest, CreatePlanExpiryDurationTypeRequest$outboundSchema, CreatePlanExpiryDurationTypeResponse, CreatePlanExpiryDurationTypeResponse$inboundSchema, type CreatePlanFeature, CreatePlanFeature$inboundSchema, type CreatePlanFeatureDisplay, CreatePlanFeatureDisplay$inboundSchema, type CreatePlanFreeTrialResponse, CreatePlanFreeTrialResponse$inboundSchema, type CreatePlanGlobals, type CreatePlanItem, CreatePlanItem$inboundSchema, type CreatePlanItemDisplay, CreatePlanItemDisplay$inboundSchema, CreatePlanItemPriceIntervalRequest, CreatePlanItemPriceIntervalRequest$outboundSchema, type CreatePlanItemPriceRequest, type CreatePlanItemPriceRequest$Outbound, CreatePlanItemPriceRequest$outboundSchema, type CreatePlanItemPriceResponse, CreatePlanItemPriceResponse$inboundSchema, CreatePlanOnDecrease, CreatePlanOnDecrease$outboundSchema, CreatePlanOnIncrease, CreatePlanOnIncrease$outboundSchema, type CreatePlanParams, type CreatePlanParams$Outbound, CreatePlanParams$outboundSchema, type CreatePlanPlanItem, type CreatePlanPlanItem$Outbound, CreatePlanPlanItem$outboundSchema, type CreatePlanPriceDisplay, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequest, CreatePlanPriceIntervalRequest$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, type CreatePlanPriceRequest, type CreatePlanPriceRequest$Outbound, CreatePlanPriceRequest$outboundSchema, type CreatePlanPriceResponse, CreatePlanPriceResponse$inboundSchema, type CreatePlanProration, type CreatePlanProration$Outbound, CreatePlanProration$outboundSchema, CreatePlanResetIntervalRequest, CreatePlanResetIntervalRequest$outboundSchema, CreatePlanResetIntervalResponse, CreatePlanResetIntervalResponse$inboundSchema, type CreatePlanResetRequest, type CreatePlanResetRequest$Outbound, CreatePlanResetRequest$outboundSchema, type CreatePlanResetResponse, CreatePlanResetResponse$inboundSchema, type CreatePlanResponse, CreatePlanResponse$inboundSchema, type CreatePlanRolloverRequest, type CreatePlanRolloverRequest$Outbound, CreatePlanRolloverRequest$outboundSchema, type CreatePlanRolloverResponse, CreatePlanRolloverResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, type CreatePlanTier, type CreatePlanTier$Outbound, CreatePlanTier$outboundSchema, CreatePlanTierBehaviorRequest, CreatePlanTierBehaviorRequest$outboundSchema, CreatePlanTierBehaviorResponse, CreatePlanTierBehaviorResponse$inboundSchema, type CreatePlanTo, type CreatePlanTo$Outbound, CreatePlanTo$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, type CreateReferralCodeGlobals, type CreateReferralCodeParams, type CreateReferralCodeParams$Outbound, CreateReferralCodeParams$outboundSchema, type CreateReferralCodeResponse, CreateReferralCodeResponse$inboundSchema, type Customer, Customer$inboundSchema, type CustomerAutoTopup, CustomerAutoTopup$inboundSchema, type CustomerBillingControls, CustomerBillingControls$inboundSchema, type CustomerConfig, CustomerConfig$inboundSchema, type CustomerCreditSchema, CustomerCreditSchema$inboundSchema, type CustomerData, type CustomerData$Outbound, CustomerData$outboundSchema, type CustomerDataAutoTopup, type CustomerDataAutoTopup$Outbound, CustomerDataAutoTopup$outboundSchema, type CustomerDataBillingControls, type CustomerDataBillingControls$Outbound, CustomerDataBillingControls$outboundSchema, type CustomerDataConfig, type CustomerDataConfig$Outbound, CustomerDataConfig$outboundSchema, CustomerDataInterval, CustomerDataInterval$outboundSchema, type CustomerDataOverageAllowed, type CustomerDataOverageAllowed$Outbound, CustomerDataOverageAllowed$outboundSchema, type CustomerDataPurchaseLimit, type CustomerDataPurchaseLimit$Outbound, CustomerDataPurchaseLimit$outboundSchema, type CustomerDataSpendLimit, type CustomerDataSpendLimit$Outbound, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, type CustomerDataUsageAlert, type CustomerDataUsageAlert$Outbound, CustomerDataUsageAlert$outboundSchema, type CustomerDisplay, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, type CustomerEligibility, CustomerEligibility$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, type CustomerFeature, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerInterval, CustomerInterval$inboundSchema, type CustomerOverageAllowed, CustomerOverageAllowed$inboundSchema, type CustomerPurchaseLimit, CustomerPurchaseLimit$inboundSchema, type CustomerSpendLimit, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, type CustomerUsageAlert, CustomerUsageAlert$inboundSchema, type DeleteBalanceGlobals, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, type DeleteBalanceParams, type DeleteBalanceParams$Outbound, DeleteBalanceParams$outboundSchema, type DeleteBalanceResponse, DeleteBalanceResponse$inboundSchema, type DeleteCustomerGlobals, type DeleteCustomerParams, type DeleteCustomerParams$Outbound, DeleteCustomerParams$outboundSchema, type DeleteCustomerResponse, DeleteCustomerResponse$inboundSchema, type DeleteEntityGlobals, type DeleteEntityParams, type DeleteEntityParams$Outbound, DeleteEntityParams$outboundSchema, type DeleteEntityResponse, DeleteEntityResponse$inboundSchema, type DeleteFeatureGlobals, type DeleteFeatureParams, type DeleteFeatureParams$Outbound, DeleteFeatureParams$outboundSchema, type DeleteFeatureResponse, DeleteFeatureResponse$inboundSchema, type DeletePlanGlobals, type DeletePlanParams, type DeletePlanParams$Outbound, DeletePlanParams$outboundSchema, type DeletePlanResponse, DeletePlanResponse$inboundSchema, type Discount, Discount$inboundSchema, type Entity, Entity$inboundSchema, EntityEnv, EntityEnv$inboundSchema, type EventsAggregateParams, type EventsAggregateParams$Outbound, EventsAggregateParams$outboundSchema, type EventsListParams, type EventsListParams$Outbound, EventsListParams$outboundSchema, ExpiryDurationType, ExpiryDurationType$inboundSchema, FeatureType, FeatureType$inboundSchema, type Fetcher, type FinalizeBalanceParams, type FinalizeBalanceParams$Outbound, FinalizeBalanceParams$outboundSchema, type FinalizeLockGlobals, type FinalizeLockResponse, FinalizeLockResponse$inboundSchema, type Flag, Flag$inboundSchema, type FlagDisplay, FlagDisplay$inboundSchema, FlagType, FlagType$inboundSchema, type Flags, Flags$inboundSchema, type FreeTrial, FreeTrial$inboundSchema, FreeTrialDuration, FreeTrialDuration$inboundSchema, type FreeTrialRequest, type FreeTrialRequest$Outbound, FreeTrialRequest$outboundSchema, type GetEntityBillingControls, GetEntityBillingControls$inboundSchema, type GetEntityCreditSchema, GetEntityCreditSchema$inboundSchema, type GetEntityDisplay, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, type GetEntityFeature, GetEntityFeature$inboundSchema, type GetEntityFlags, GetEntityFlags$inboundSchema, type GetEntityGlobals, type GetEntityInvoice, GetEntityInvoice$inboundSchema, type GetEntityOverageAllowed, GetEntityOverageAllowed$inboundSchema, type GetEntityParams, type GetEntityParams$Outbound, GetEntityParams$outboundSchema, type GetEntityPurchase, GetEntityPurchase$inboundSchema, type GetEntityResponse, GetEntityResponse$inboundSchema, type GetEntitySpendLimit, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, type GetEntitySubscription, GetEntitySubscription$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, type GetEntityUsageAlert, GetEntityUsageAlert$inboundSchema, type GetFeatureCreditSchema, GetFeatureCreditSchema$inboundSchema, type GetFeatureDisplay, GetFeatureDisplay$inboundSchema, type GetFeatureGlobals, type GetFeatureParams, type GetFeatureParams$Outbound, GetFeatureParams$outboundSchema, type GetFeatureResponse, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, type GetOrCreateCustomerAutoTopup, type GetOrCreateCustomerAutoTopup$Outbound, GetOrCreateCustomerAutoTopup$outboundSchema, type GetOrCreateCustomerBillingControls, type GetOrCreateCustomerBillingControls$Outbound, GetOrCreateCustomerBillingControls$outboundSchema, type GetOrCreateCustomerConfig, type GetOrCreateCustomerConfig$Outbound, GetOrCreateCustomerConfig$outboundSchema, type GetOrCreateCustomerGlobals, GetOrCreateCustomerInterval, GetOrCreateCustomerInterval$outboundSchema, type GetOrCreateCustomerOverageAllowed, type GetOrCreateCustomerOverageAllowed$Outbound, GetOrCreateCustomerOverageAllowed$outboundSchema, type GetOrCreateCustomerParams, type GetOrCreateCustomerParams$Outbound, GetOrCreateCustomerParams$outboundSchema, type GetOrCreateCustomerPurchaseLimit, type GetOrCreateCustomerPurchaseLimit$Outbound, GetOrCreateCustomerPurchaseLimit$outboundSchema, type GetOrCreateCustomerSpendLimit, type GetOrCreateCustomerSpendLimit$Outbound, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, type GetOrCreateCustomerUsageAlert, type GetOrCreateCustomerUsageAlert$Outbound, GetOrCreateCustomerUsageAlert$outboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanBillingMethod, GetPlanBillingMethod$inboundSchema, type GetPlanConfig, GetPlanConfig$inboundSchema, type GetPlanCreditSchema, GetPlanCreditSchema$inboundSchema, type GetPlanCustomerEligibility, GetPlanCustomerEligibility$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanExpiryDurationType, GetPlanExpiryDurationType$inboundSchema, type GetPlanFeature, GetPlanFeature$inboundSchema, type GetPlanFeatureDisplay, GetPlanFeatureDisplay$inboundSchema, type GetPlanFreeTrial, GetPlanFreeTrial$inboundSchema, type GetPlanGlobals, type GetPlanItem, GetPlanItem$inboundSchema, type GetPlanItemDisplay, GetPlanItemDisplay$inboundSchema, type GetPlanItemPrice, GetPlanItemPrice$inboundSchema, type GetPlanParams, type GetPlanParams$Outbound, GetPlanParams$outboundSchema, type GetPlanPrice, GetPlanPrice$inboundSchema, type GetPlanPriceDisplay, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, type GetPlanReset, GetPlanReset$inboundSchema, GetPlanResetInterval, GetPlanResetInterval$inboundSchema, type GetPlanResponse, GetPlanResponse$inboundSchema, type GetPlanRollover, GetPlanRollover$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanTierBehavior, GetPlanTierBehavior$inboundSchema, GetPlanType, GetPlanType$inboundSchema, HTTPClient, HTTPClientError, type HTTPClientOptions, type IncludedUsage, IncludedUsage$inboundSchema, Intent, Intent$inboundSchema, type Interval, Interval$inboundSchema, InvalidRequestError, type Invoice, Invoice$inboundSchema, type Item, Item$inboundSchema, type ListCustomersAutoTopup, ListCustomersAutoTopup$inboundSchema, type ListCustomersBillingControls, ListCustomersBillingControls$inboundSchema, type ListCustomersConfig, ListCustomersConfig$inboundSchema, type ListCustomersCreditSchema, ListCustomersCreditSchema$inboundSchema, type ListCustomersDisplay, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, type ListCustomersFeature, ListCustomersFeature$inboundSchema, type ListCustomersFlags, ListCustomersFlags$inboundSchema, type ListCustomersGlobals, ListCustomersInterval, ListCustomersInterval$inboundSchema, type ListCustomersList, ListCustomersList$inboundSchema, type ListCustomersOverageAllowed, ListCustomersOverageAllowed$inboundSchema, type ListCustomersParams, type ListCustomersParams$Outbound, ListCustomersParams$outboundSchema, type ListCustomersPlan, type ListCustomersPlan$Outbound, ListCustomersPlan$outboundSchema, type ListCustomersPurchase, ListCustomersPurchase$inboundSchema, type ListCustomersPurchaseLimit, ListCustomersPurchaseLimit$inboundSchema, type ListCustomersResponse, ListCustomersResponse$inboundSchema, type ListCustomersSpendLimit, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, type ListCustomersSubscription, ListCustomersSubscription$inboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, type ListCustomersUsageAlert, ListCustomersUsageAlert$inboundSchema, type ListEventsCustomRange, type ListEventsCustomRange$Outbound, ListEventsCustomRange$outboundSchema, type ListEventsFeatureId, type ListEventsFeatureId$Outbound, ListEventsFeatureId$outboundSchema, type ListEventsGlobals, type ListEventsList, ListEventsList$inboundSchema, type ListEventsResponse, ListEventsResponse$inboundSchema, type ListFeaturesCreditSchema, ListFeaturesCreditSchema$inboundSchema, type ListFeaturesDisplay, ListFeaturesDisplay$inboundSchema, type ListFeaturesGlobals, type ListFeaturesList, ListFeaturesList$inboundSchema, type ListFeaturesRequest, type ListFeaturesRequest$Outbound, ListFeaturesRequest$outboundSchema, type ListFeaturesResponse, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansBillingMethod, ListPlansBillingMethod$inboundSchema, type ListPlansConfig, ListPlansConfig$inboundSchema, type ListPlansCreditSchema, ListPlansCreditSchema$inboundSchema, type ListPlansCustomerEligibility, ListPlansCustomerEligibility$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansExpiryDurationType, ListPlansExpiryDurationType$inboundSchema, type ListPlansFeature, ListPlansFeature$inboundSchema, type ListPlansFeatureDisplay, ListPlansFeatureDisplay$inboundSchema, type ListPlansFreeTrial, ListPlansFreeTrial$inboundSchema, type ListPlansGlobals, type ListPlansItem, ListPlansItem$inboundSchema, type ListPlansItemDisplay, ListPlansItemDisplay$inboundSchema, type ListPlansItemPrice, ListPlansItemPrice$inboundSchema, type ListPlansList, ListPlansList$inboundSchema, type ListPlansParams, type ListPlansParams$Outbound, ListPlansParams$outboundSchema, type ListPlansPrice, ListPlansPrice$inboundSchema, type ListPlansPriceDisplay, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, type ListPlansReset, ListPlansReset$inboundSchema, ListPlansResetInterval, ListPlansResetInterval$inboundSchema, type ListPlansResponse, ListPlansResponse$inboundSchema, type ListPlansRollover, ListPlansRollover$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansTierBehavior, ListPlansTierBehavior$inboundSchema, ListPlansType, ListPlansType$inboundSchema, type MultiAttachAttachDiscount, type MultiAttachAttachDiscount$Outbound, MultiAttachAttachDiscount$outboundSchema, type MultiAttachBasePrice, type MultiAttachBasePrice$Outbound, MultiAttachBasePrice$outboundSchema, type MultiAttachBillingControls, type MultiAttachBillingControls$Outbound, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, type MultiAttachCustomize, type MultiAttachCustomize$Outbound, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, type MultiAttachEntityData, type MultiAttachEntityData$Outbound, MultiAttachEntityData$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, type MultiAttachFeatureQuantity, type MultiAttachFeatureQuantity$Outbound, MultiAttachFeatureQuantity$outboundSchema, type MultiAttachFreeTrialParams, type MultiAttachFreeTrialParams$Outbound, MultiAttachFreeTrialParams$outboundSchema, type MultiAttachGlobals, type MultiAttachInvoice, MultiAttachInvoice$inboundSchema, type MultiAttachInvoiceMode, type MultiAttachInvoiceMode$Outbound, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, type MultiAttachOverageAllowed, type MultiAttachOverageAllowed$Outbound, MultiAttachOverageAllowed$outboundSchema, type MultiAttachParams, type MultiAttachParams$Outbound, MultiAttachParams$outboundSchema, type MultiAttachPlan, type MultiAttachPlan$Outbound, MultiAttachPlan$outboundSchema, type MultiAttachPlanItem, type MultiAttachPlanItem$Outbound, MultiAttachPlanItem$outboundSchema, type MultiAttachPrice, type MultiAttachPrice$Outbound, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, type MultiAttachProration, type MultiAttachProration$Outbound, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, type MultiAttachRequiredAction, MultiAttachRequiredAction$inboundSchema, type MultiAttachReset, type MultiAttachReset$Outbound, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, type MultiAttachResponse, MultiAttachResponse$inboundSchema, type MultiAttachRollover, type MultiAttachRollover$Outbound, MultiAttachRollover$outboundSchema, type MultiAttachSpendLimit, type MultiAttachSpendLimit$Outbound, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, type MultiAttachTier, type MultiAttachTier$Outbound, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, type MultiAttachTo, type MultiAttachTo$Outbound, MultiAttachTo$outboundSchema, type MultiAttachUsageAlert, type MultiAttachUsageAlert$Outbound, MultiAttachUsageAlert$outboundSchema, type OpenCustomerPortalGlobals, type OpenCustomerPortalParams, type OpenCustomerPortalParams$Outbound, OpenCustomerPortalParams$outboundSchema, type OpenCustomerPortalResponse, OpenCustomerPortalResponse$inboundSchema, type Plan, Plan$inboundSchema, PlanBillingMethod, PlanBillingMethod$inboundSchema, type PlanConfig, PlanConfig$inboundSchema, type PlanCreditSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, type PlanFeature, PlanFeature$inboundSchema, type PlanFeatureDisplay, PlanFeatureDisplay$inboundSchema, type PlanItemDisplay, PlanItemDisplay$inboundSchema, type PlanItemPrice, PlanItemPrice$inboundSchema, type PlanPrice, PlanPrice$inboundSchema, type PlanPriceDisplay, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, type PlanReset, PlanReset$inboundSchema, PlanResetInterval, PlanResetInterval$inboundSchema, type PlanRollover, PlanRollover$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanTierBehavior, PlanTierBehavior$inboundSchema, PlanType, PlanType$inboundSchema, type Preview, Preview$inboundSchema, type PreviewAttachAttachDiscount, type PreviewAttachAttachDiscount$Outbound, PreviewAttachAttachDiscount$outboundSchema, type PreviewAttachBasePrice, type PreviewAttachBasePrice$Outbound, PreviewAttachBasePrice$outboundSchema, PreviewAttachBillingMethod, PreviewAttachBillingMethod$outboundSchema, type PreviewAttachCarryOverBalances, type PreviewAttachCarryOverBalances$Outbound, PreviewAttachCarryOverBalances$outboundSchema, type PreviewAttachCarryOverUsages, type PreviewAttachCarryOverUsages$Outbound, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, type PreviewAttachCustomLineItem, type PreviewAttachCustomLineItem$Outbound, PreviewAttachCustomLineItem$outboundSchema, type PreviewAttachCustomize, type PreviewAttachCustomize$Outbound, PreviewAttachCustomize$outboundSchema, type PreviewAttachDiscount, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachExpiryDurationType, PreviewAttachExpiryDurationType$outboundSchema, type PreviewAttachFeatureQuantityRequest, type PreviewAttachFeatureQuantityRequest$Outbound, PreviewAttachFeatureQuantityRequest$outboundSchema, type PreviewAttachFreeTrialParams, type PreviewAttachFreeTrialParams$Outbound, PreviewAttachFreeTrialParams$outboundSchema, type PreviewAttachGlobals, type PreviewAttachIncoming, PreviewAttachIncoming$inboundSchema, type PreviewAttachIncomingFeatureQuantity, PreviewAttachIncomingFeatureQuantity$inboundSchema, type PreviewAttachInvoiceMode, type PreviewAttachInvoiceMode$Outbound, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, type PreviewAttachLineItem, PreviewAttachLineItem$inboundSchema, type PreviewAttachLineItemPeriod, PreviewAttachLineItemPeriod$inboundSchema, type PreviewAttachNextCycle, PreviewAttachNextCycle$inboundSchema, type PreviewAttachNextCycleDiscount, PreviewAttachNextCycleDiscount$inboundSchema, type PreviewAttachNextCycleLineItem, PreviewAttachNextCycleLineItem$inboundSchema, type PreviewAttachNextCycleLineItemPeriod, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnDecrease, PreviewAttachOnDecrease$outboundSchema, PreviewAttachOnIncrease, PreviewAttachOnIncrease$outboundSchema, type PreviewAttachOutgoing, PreviewAttachOutgoing$inboundSchema, type PreviewAttachOutgoingFeatureQuantity, PreviewAttachOutgoingFeatureQuantity$inboundSchema, type PreviewAttachParams, type PreviewAttachParams$Outbound, PreviewAttachParams$outboundSchema, type PreviewAttachPlanItem, type PreviewAttachPlanItem$Outbound, PreviewAttachPlanItem$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, type PreviewAttachPrice, type PreviewAttachPrice$Outbound, PreviewAttachPrice$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, type PreviewAttachProration, type PreviewAttachProration$Outbound, PreviewAttachProration$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, type PreviewAttachReset, type PreviewAttachReset$Outbound, PreviewAttachReset$outboundSchema, PreviewAttachResetInterval, PreviewAttachResetInterval$outboundSchema, type PreviewAttachResponse, PreviewAttachResponse$inboundSchema, type PreviewAttachRollover, type PreviewAttachRollover$Outbound, PreviewAttachRollover$outboundSchema, type PreviewAttachTier, type PreviewAttachTier$Outbound, PreviewAttachTier$outboundSchema, PreviewAttachTierBehavior, PreviewAttachTierBehavior$outboundSchema, type PreviewAttachTo, type PreviewAttachTo$Outbound, PreviewAttachTo$outboundSchema, type PreviewAttachUsageLineItem, PreviewAttachUsageLineItem$inboundSchema, type PreviewAttachUsageLineItemPeriod, PreviewAttachUsageLineItemPeriod$inboundSchema, type PreviewMultiAttachAttachDiscount, type PreviewMultiAttachAttachDiscount$Outbound, PreviewMultiAttachAttachDiscount$outboundSchema, type PreviewMultiAttachBasePrice, type PreviewMultiAttachBasePrice$Outbound, PreviewMultiAttachBasePrice$outboundSchema, type PreviewMultiAttachBillingControls, type PreviewMultiAttachBillingControls$Outbound, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, type PreviewMultiAttachCustomize, type PreviewMultiAttachCustomize$Outbound, PreviewMultiAttachCustomize$outboundSchema, type PreviewMultiAttachDiscount, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, type PreviewMultiAttachEntityData, type PreviewMultiAttachEntityData$Outbound, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, type PreviewMultiAttachFreeTrialParams, type PreviewMultiAttachFreeTrialParams$Outbound, PreviewMultiAttachFreeTrialParams$outboundSchema, type PreviewMultiAttachGlobals, type PreviewMultiAttachIncoming, PreviewMultiAttachIncoming$inboundSchema, type PreviewMultiAttachIncomingFeatureQuantity, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, type PreviewMultiAttachInvoiceMode, type PreviewMultiAttachInvoiceMode$Outbound, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, type PreviewMultiAttachLineItem, PreviewMultiAttachLineItem$inboundSchema, type PreviewMultiAttachLineItemPeriod, PreviewMultiAttachLineItemPeriod$inboundSchema, type PreviewMultiAttachNextCycle, PreviewMultiAttachNextCycle$inboundSchema, type PreviewMultiAttachNextCycleDiscount, PreviewMultiAttachNextCycleDiscount$inboundSchema, type PreviewMultiAttachNextCycleLineItem, PreviewMultiAttachNextCycleLineItem$inboundSchema, type PreviewMultiAttachNextCycleLineItemPeriod, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, type PreviewMultiAttachOutgoing, PreviewMultiAttachOutgoing$inboundSchema, type PreviewMultiAttachOutgoingFeatureQuantity, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, type PreviewMultiAttachOverageAllowed, type PreviewMultiAttachOverageAllowed$Outbound, PreviewMultiAttachOverageAllowed$outboundSchema, type PreviewMultiAttachParams, type PreviewMultiAttachParams$Outbound, PreviewMultiAttachParams$outboundSchema, type PreviewMultiAttachPlan, type PreviewMultiAttachPlan$Outbound, PreviewMultiAttachPlan$outboundSchema, type PreviewMultiAttachPlanFeatureQuantity, type PreviewMultiAttachPlanFeatureQuantity$Outbound, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, type PreviewMultiAttachPlanItem, type PreviewMultiAttachPlanItem$Outbound, PreviewMultiAttachPlanItem$outboundSchema, type PreviewMultiAttachPrice, type PreviewMultiAttachPrice$Outbound, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, type PreviewMultiAttachProration, type PreviewMultiAttachProration$Outbound, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, type PreviewMultiAttachReset, type PreviewMultiAttachReset$Outbound, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, type PreviewMultiAttachResponse, PreviewMultiAttachResponse$inboundSchema, type PreviewMultiAttachRollover, type PreviewMultiAttachRollover$Outbound, PreviewMultiAttachRollover$outboundSchema, type PreviewMultiAttachSpendLimit, type PreviewMultiAttachSpendLimit$Outbound, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, type PreviewMultiAttachTier, type PreviewMultiAttachTier$Outbound, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, type PreviewMultiAttachTo, type PreviewMultiAttachTo$Outbound, PreviewMultiAttachTo$outboundSchema, type PreviewMultiAttachUsageAlert, type PreviewMultiAttachUsageAlert$Outbound, PreviewMultiAttachUsageAlert$outboundSchema, type PreviewMultiAttachUsageLineItem, PreviewMultiAttachUsageLineItem$inboundSchema, type PreviewMultiAttachUsageLineItemPeriod, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, type PreviewUpdateAttachDiscount, type PreviewUpdateAttachDiscount$Outbound, PreviewUpdateAttachDiscount$outboundSchema, type PreviewUpdateBasePrice, type PreviewUpdateBasePrice$Outbound, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateBillingMethod, PreviewUpdateBillingMethod$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, type PreviewUpdateCustomize, type PreviewUpdateCustomize$Outbound, PreviewUpdateCustomize$outboundSchema, type PreviewUpdateDiscount, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateExpiryDurationType, PreviewUpdateExpiryDurationType$outboundSchema, type PreviewUpdateFeatureQuantityRequest, type PreviewUpdateFeatureQuantityRequest$Outbound, PreviewUpdateFeatureQuantityRequest$outboundSchema, type PreviewUpdateFreeTrialParams, type PreviewUpdateFreeTrialParams$Outbound, PreviewUpdateFreeTrialParams$outboundSchema, type PreviewUpdateGlobals, type PreviewUpdateIncoming, PreviewUpdateIncoming$inboundSchema, type PreviewUpdateIncomingFeatureQuantity, PreviewUpdateIncomingFeatureQuantity$inboundSchema, type PreviewUpdateInvoiceMode, type PreviewUpdateInvoiceMode$Outbound, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, type PreviewUpdateLineItem, PreviewUpdateLineItem$inboundSchema, type PreviewUpdateLineItemPeriod, PreviewUpdateLineItemPeriod$inboundSchema, type PreviewUpdateNextCycle, PreviewUpdateNextCycle$inboundSchema, type PreviewUpdateNextCycleDiscount, PreviewUpdateNextCycleDiscount$inboundSchema, type PreviewUpdateNextCycleLineItem, PreviewUpdateNextCycleLineItem$inboundSchema, type PreviewUpdateNextCycleLineItemPeriod, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnDecrease, PreviewUpdateOnDecrease$outboundSchema, PreviewUpdateOnIncrease, PreviewUpdateOnIncrease$outboundSchema, type PreviewUpdateOutgoing, PreviewUpdateOutgoing$inboundSchema, type PreviewUpdateOutgoingFeatureQuantity, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, type PreviewUpdateParams, type PreviewUpdateParams$Outbound, PreviewUpdateParams$outboundSchema, type PreviewUpdatePlanItem, type PreviewUpdatePlanItem$Outbound, PreviewUpdatePlanItem$outboundSchema, type PreviewUpdatePrice, type PreviewUpdatePrice$Outbound, PreviewUpdatePrice$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, type PreviewUpdateProration, type PreviewUpdateProration$Outbound, PreviewUpdateProration$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, type PreviewUpdateRecalculateBalances, type PreviewUpdateRecalculateBalances$Outbound, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, type PreviewUpdateReset, type PreviewUpdateReset$Outbound, PreviewUpdateReset$outboundSchema, PreviewUpdateResetInterval, PreviewUpdateResetInterval$outboundSchema, type PreviewUpdateResponse, PreviewUpdateResponse$inboundSchema, type PreviewUpdateRollover, type PreviewUpdateRollover$Outbound, PreviewUpdateRollover$outboundSchema, type PreviewUpdateTier, type PreviewUpdateTier$Outbound, PreviewUpdateTier$outboundSchema, PreviewUpdateTierBehavior, PreviewUpdateTierBehavior$outboundSchema, type PreviewUpdateTo, type PreviewUpdateTo$Outbound, PreviewUpdateTo$outboundSchema, type PreviewUpdateUsageLineItem, PreviewUpdateUsageLineItem$inboundSchema, type PreviewUpdateUsageLineItemPeriod, PreviewUpdateUsageLineItemPeriod$inboundSchema, Processor, Processor$outboundSchema, type Product, Product$inboundSchema, type ProductDisplay, ProductDisplay$inboundSchema, ProductScenario, ProductScenario$inboundSchema, ProductType, ProductType$inboundSchema, type Properties, Properties$inboundSchema, type Purchase, Purchase$inboundSchema, Range, Range$outboundSchema, type RedeemReferralCodeGlobals, type RedeemReferralCodeParams, type RedeemReferralCodeParams$Outbound, RedeemReferralCodeParams$outboundSchema, type RedeemReferralCodeResponse, RedeemReferralCodeResponse$inboundSchema, type Referral, Referral$inboundSchema, type ReferralCustomer, ReferralCustomer$inboundSchema, RequestAbortedError, RequestTimeoutError, ResponseValidationError, type Rewards, Rewards$inboundSchema, RewardsType, RewardsType$inboundSchema, type SDKOptions, SDKValidationError, SDK_METADATA, Scenario, Scenario$inboundSchema, type Security, type Security$Outbound, Security$outboundSchema, ServerList, type SetupPaymentAttachDiscount, type SetupPaymentAttachDiscount$Outbound, SetupPaymentAttachDiscount$outboundSchema, type SetupPaymentBasePrice, type SetupPaymentBasePrice$Outbound, SetupPaymentBasePrice$outboundSchema, SetupPaymentBillingMethod, SetupPaymentBillingMethod$outboundSchema, type SetupPaymentCarryOverBalances, type SetupPaymentCarryOverBalances$Outbound, SetupPaymentCarryOverBalances$outboundSchema, type SetupPaymentCarryOverUsages, type SetupPaymentCarryOverUsages$Outbound, SetupPaymentCarryOverUsages$outboundSchema, type SetupPaymentCustomLineItem, type SetupPaymentCustomLineItem$Outbound, SetupPaymentCustomLineItem$outboundSchema, type SetupPaymentCustomize, type SetupPaymentCustomize$Outbound, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentExpiryDurationType, SetupPaymentExpiryDurationType$outboundSchema, type SetupPaymentFeatureQuantity, type SetupPaymentFeatureQuantity$Outbound, SetupPaymentFeatureQuantity$outboundSchema, type SetupPaymentFreeTrialParams, type SetupPaymentFreeTrialParams$Outbound, SetupPaymentFreeTrialParams$outboundSchema, type SetupPaymentGlobals, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, SetupPaymentOnDecrease, SetupPaymentOnDecrease$outboundSchema, SetupPaymentOnIncrease, SetupPaymentOnIncrease$outboundSchema, type SetupPaymentParams, type SetupPaymentParams$Outbound, SetupPaymentParams$outboundSchema, type SetupPaymentPlanItem, type SetupPaymentPlanItem$Outbound, SetupPaymentPlanItem$outboundSchema, type SetupPaymentPrice, type SetupPaymentPrice$Outbound, SetupPaymentPrice$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, type SetupPaymentProration, type SetupPaymentProration$Outbound, SetupPaymentProration$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, type SetupPaymentReset, type SetupPaymentReset$Outbound, SetupPaymentReset$outboundSchema, SetupPaymentResetInterval, SetupPaymentResetInterval$outboundSchema, type SetupPaymentResponse, SetupPaymentResponse$inboundSchema, type SetupPaymentRollover, type SetupPaymentRollover$Outbound, SetupPaymentRollover$outboundSchema, type SetupPaymentTier, type SetupPaymentTier$Outbound, SetupPaymentTier$outboundSchema, SetupPaymentTierBehavior, SetupPaymentTierBehavior$outboundSchema, type SetupPaymentTo, type SetupPaymentTo$Outbound, SetupPaymentTo$outboundSchema, type Subscription, Subscription$inboundSchema, SubscriptionStatus, SubscriptionStatus$outboundSchema, type Total, Total$inboundSchema, type TrackGlobals, type TrackLock, type TrackLock$Outbound, TrackLock$outboundSchema, type TrackParams, type TrackParams$Outbound, TrackParams$outboundSchema, type TrackResponse, TrackResponse$inboundSchema, type TrialsUsed, TrialsUsed$inboundSchema, UnexpectedClientError, type UpdateBalanceGlobals, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, type UpdateBalanceParams, type UpdateBalanceParams$Outbound, UpdateBalanceParams$outboundSchema, type UpdateBalanceResponse, UpdateBalanceResponse$inboundSchema, type UpdateCustomerAutoTopupRequest, type UpdateCustomerAutoTopupRequest$Outbound, UpdateCustomerAutoTopupRequest$outboundSchema, type UpdateCustomerAutoTopupResponse, UpdateCustomerAutoTopupResponse$inboundSchema, type UpdateCustomerBillingControlsRequest, type UpdateCustomerBillingControlsRequest$Outbound, UpdateCustomerBillingControlsRequest$outboundSchema, type UpdateCustomerBillingControlsResponse, UpdateCustomerBillingControlsResponse$inboundSchema, type UpdateCustomerConfigRequest, type UpdateCustomerConfigRequest$Outbound, UpdateCustomerConfigRequest$outboundSchema, type UpdateCustomerConfigResponse, UpdateCustomerConfigResponse$inboundSchema, type UpdateCustomerCreditSchema, UpdateCustomerCreditSchema$inboundSchema, type UpdateCustomerDisplay, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, type UpdateCustomerFeature, UpdateCustomerFeature$inboundSchema, type UpdateCustomerFlags, UpdateCustomerFlags$inboundSchema, type UpdateCustomerGlobals, UpdateCustomerIntervalRequest, UpdateCustomerIntervalRequest$outboundSchema, UpdateCustomerIntervalResponse, UpdateCustomerIntervalResponse$inboundSchema, type UpdateCustomerOverageAllowedRequest, type UpdateCustomerOverageAllowedRequest$Outbound, UpdateCustomerOverageAllowedRequest$outboundSchema, type UpdateCustomerOverageAllowedResponse, UpdateCustomerOverageAllowedResponse$inboundSchema, type UpdateCustomerParams, type UpdateCustomerParams$Outbound, UpdateCustomerParams$outboundSchema, type UpdateCustomerPurchase, UpdateCustomerPurchase$inboundSchema, type UpdateCustomerPurchaseLimitRequest, type UpdateCustomerPurchaseLimitRequest$Outbound, UpdateCustomerPurchaseLimitRequest$outboundSchema, type UpdateCustomerPurchaseLimitResponse, UpdateCustomerPurchaseLimitResponse$inboundSchema, type UpdateCustomerResponse, UpdateCustomerResponse$inboundSchema, type UpdateCustomerSpendLimitRequest, type UpdateCustomerSpendLimitRequest$Outbound, UpdateCustomerSpendLimitRequest$outboundSchema, type UpdateCustomerSpendLimitResponse, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, type UpdateCustomerSubscription, UpdateCustomerSubscription$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, type UpdateCustomerUsageAlertRequestBody, type UpdateCustomerUsageAlertRequestBody$Outbound, UpdateCustomerUsageAlertRequestBody$outboundSchema, type UpdateCustomerUsageAlertResponse, UpdateCustomerUsageAlertResponse$inboundSchema, type UpdateEntityBillingControlsRequest, type UpdateEntityBillingControlsRequest$Outbound, UpdateEntityBillingControlsRequest$outboundSchema, type UpdateEntityBillingControlsResponse, UpdateEntityBillingControlsResponse$inboundSchema, type UpdateEntityCreditSchema, UpdateEntityCreditSchema$inboundSchema, type UpdateEntityDisplay, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, type UpdateEntityFeature, UpdateEntityFeature$inboundSchema, type UpdateEntityFlags, UpdateEntityFlags$inboundSchema, type UpdateEntityGlobals, type UpdateEntityInvoice, UpdateEntityInvoice$inboundSchema, type UpdateEntityOverageAllowedRequest, type UpdateEntityOverageAllowedRequest$Outbound, UpdateEntityOverageAllowedRequest$outboundSchema, type UpdateEntityOverageAllowedResponse, UpdateEntityOverageAllowedResponse$inboundSchema, type UpdateEntityParams, type UpdateEntityParams$Outbound, UpdateEntityParams$outboundSchema, type UpdateEntityPurchase, UpdateEntityPurchase$inboundSchema, type UpdateEntityResponse, UpdateEntityResponse$inboundSchema, type UpdateEntitySpendLimitRequest, type UpdateEntitySpendLimitRequest$Outbound, UpdateEntitySpendLimitRequest$outboundSchema, type UpdateEntitySpendLimitResponse, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, type UpdateEntitySubscription, UpdateEntitySubscription$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, type UpdateEntityUsageAlertRequestBody, type UpdateEntityUsageAlertRequestBody$Outbound, UpdateEntityUsageAlertRequestBody$outboundSchema, type UpdateEntityUsageAlertResponse, UpdateEntityUsageAlertResponse$inboundSchema, type UpdateFeatureCreditSchemaRequest, type UpdateFeatureCreditSchemaRequest$Outbound, UpdateFeatureCreditSchemaRequest$outboundSchema, type UpdateFeatureCreditSchemaResponse, UpdateFeatureCreditSchemaResponse$inboundSchema, type UpdateFeatureDisplayRequest, type UpdateFeatureDisplayRequest$Outbound, UpdateFeatureDisplayRequest$outboundSchema, type UpdateFeatureDisplayResponse, UpdateFeatureDisplayResponse$inboundSchema, type UpdateFeatureGlobals, type UpdateFeatureParams, type UpdateFeatureParams$Outbound, UpdateFeatureParams$outboundSchema, type UpdateFeatureResponse, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequest, UpdateFeatureTypeRequest$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, type UpdatePlanBasePrice, type UpdatePlanBasePrice$Outbound, UpdatePlanBasePrice$outboundSchema, UpdatePlanBillingMethodRequest, UpdatePlanBillingMethodRequest$outboundSchema, UpdatePlanBillingMethodResponse, UpdatePlanBillingMethodResponse$inboundSchema, type UpdatePlanConfigRequest, type UpdatePlanConfigRequest$Outbound, UpdatePlanConfigRequest$outboundSchema, type UpdatePlanConfigResponse, UpdatePlanConfigResponse$inboundSchema, type UpdatePlanCreditSchema, UpdatePlanCreditSchema$inboundSchema, type UpdatePlanCustomerEligibility, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanExpiryDurationTypeRequest, UpdatePlanExpiryDurationTypeRequest$outboundSchema, UpdatePlanExpiryDurationTypeResponse, UpdatePlanExpiryDurationTypeResponse$inboundSchema, type UpdatePlanFeature, UpdatePlanFeature$inboundSchema, type UpdatePlanFeatureDisplay, UpdatePlanFeatureDisplay$inboundSchema, type UpdatePlanFreeTrial, UpdatePlanFreeTrial$inboundSchema, type UpdatePlanFreeTrialParams, type UpdatePlanFreeTrialParams$Outbound, UpdatePlanFreeTrialParams$outboundSchema, type UpdatePlanGlobals, type UpdatePlanItem, UpdatePlanItem$inboundSchema, type UpdatePlanItemDisplay, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemPriceIntervalRequest, UpdatePlanItemPriceIntervalRequest$outboundSchema, type UpdatePlanItemPriceResponse, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanOnDecrease, UpdatePlanOnDecrease$outboundSchema, UpdatePlanOnIncrease, UpdatePlanOnIncrease$outboundSchema, type UpdatePlanParams, type UpdatePlanParams$Outbound, UpdatePlanParams$outboundSchema, type UpdatePlanPlanItem, type UpdatePlanPlanItem$Outbound, UpdatePlanPlanItem$outboundSchema, type UpdatePlanPriceDisplay, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequest, UpdatePlanPriceIntervalRequest$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, type UpdatePlanPriceRequest, type UpdatePlanPriceRequest$Outbound, UpdatePlanPriceRequest$outboundSchema, type UpdatePlanPriceResponse, UpdatePlanPriceResponse$inboundSchema, type UpdatePlanProration, type UpdatePlanProration$Outbound, UpdatePlanProration$outboundSchema, UpdatePlanResetIntervalRequest, UpdatePlanResetIntervalRequest$outboundSchema, UpdatePlanResetIntervalResponse, UpdatePlanResetIntervalResponse$inboundSchema, type UpdatePlanResetRequest, type UpdatePlanResetRequest$Outbound, UpdatePlanResetRequest$outboundSchema, type UpdatePlanResetResponse, UpdatePlanResetResponse$inboundSchema, type UpdatePlanResponse, UpdatePlanResponse$inboundSchema, type UpdatePlanRolloverRequest, type UpdatePlanRolloverRequest$Outbound, UpdatePlanRolloverRequest$outboundSchema, type UpdatePlanRolloverResponse, UpdatePlanRolloverResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, type UpdatePlanTier, type UpdatePlanTier$Outbound, UpdatePlanTier$outboundSchema, UpdatePlanTierBehaviorRequest, UpdatePlanTierBehaviorRequest$outboundSchema, UpdatePlanTierBehaviorResponse, UpdatePlanTierBehaviorResponse$inboundSchema, type UpdatePlanTo, type UpdatePlanTo$Outbound, UpdatePlanTo$outboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, type UpdateSubscriptionParams, type UpdateSubscriptionParams$Outbound, UpdateSubscriptionParams$outboundSchema, UsageModel, UsageModel$inboundSchema, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, attachAttachDiscountToJSON, attachBasePriceToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFreeTrialParamsToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachParamsToJSON, attachPlanItemToJSON, attachPriceToJSON, attachProrationToJSON, attachRequiredActionFromJSON, attachResetToJSON, attachResponseFromJSON, attachRolloverToJSON, attachTierToJSON, attachToToJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balancePriceFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, billingUpdateAttachDiscountToJSON, billingUpdateBasePriceToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdatePlanItemToJSON, billingUpdatePriceToJSON, billingUpdateProrationToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResetToJSON, billingUpdateResponseFromJSON, billingUpdateRolloverToJSON, billingUpdateTierToJSON, billingUpdateToToJSON, breakdownFromJSON, checkConfigFromJSON, checkCreditSchemaFromJSON, checkFeatureFromJSON, checkFreeTrialFromJSON, checkItemFromJSON, checkLockToJSON, checkParamsToJSON, checkResponseFromJSON, checkRolloverFromJSON, createBalanceParamsToJSON, createBalanceResetToJSON, createBalanceResponseFromJSON, createBalanceRolloverToJSON, createEntityBillingControlsRequestToJSON, createEntityBillingControlsResponseFromJSON, createEntityCreditSchemaFromJSON, createEntityDisplayFromJSON, createEntityFeatureFromJSON, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityOverageAllowedRequestToJSON, createEntityOverageAllowedResponseFromJSON, createEntityParamsToJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createFeatureCreditSchemaRequestToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestToJSON, createFeatureDisplayResponseFromJSON, createFeatureParamsToJSON, createFeatureResponseFromJSON, createPlanConfigRequestToJSON, createPlanConfigResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFreeTrialResponseFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPriceRequestToJSON, createPlanItemPriceResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemToJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestToJSON, createPlanPriceResponseFromJSON, createPlanProrationToJSON, createPlanResetRequestToJSON, createPlanResetResponseFromJSON, createPlanResponseFromJSON, createPlanRolloverRequestToJSON, createPlanRolloverResponseFromJSON, createPlanTierToJSON, createPlanToToJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerConfigFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataConfigToJSON, customerDataOverageAllowedToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, customerFromJSON, customerOverageAllowedFromJSON, customerPurchaseLimitFromJSON, customerSpendLimitFromJSON, customerUsageAlertFromJSON, deleteBalanceParamsToJSON, deleteBalanceResponseFromJSON, deleteCustomerParamsToJSON, deleteCustomerResponseFromJSON, deleteEntityParamsToJSON, deleteEntityResponseFromJSON, deleteFeatureParamsToJSON, deleteFeatureResponseFromJSON, deletePlanParamsToJSON, deletePlanResponseFromJSON, discountFromJSON, entityFromJSON, eventsAggregateParamsToJSON, eventsListParamsToJSON, files, finalizeBalanceParamsToJSON, finalizeLockResponseFromJSON, flagDisplayFromJSON, flagFromJSON, flagsFromJSON, formatZodError, freeTrialFromJSON, freeTrialRequestToJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityOverageAllowedFromJSON, getEntityParamsToJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureParamsToJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerConfigToJSON, getOrCreateCustomerOverageAllowedToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getPlanConfigFromJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFreeTrialFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanParamsToJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanResetFromJSON, getPlanResponseFromJSON, getPlanRolloverFromJSON, includedUsageFromJSON, intervalFromJSON, invoiceFromJSON, itemFromJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersConfigFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFlagsFromJSON, listCustomersListFromJSON, listCustomersOverageAllowedFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimitFromJSON, listCustomersResponseFromJSON, listCustomersSpendLimitFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listEventsCustomRangeToJSON, listEventsFeatureIdToJSON, listEventsListFromJSON, listEventsResponseFromJSON, listFeaturesCreditSchemaFromJSON, listFeaturesDisplayFromJSON, listFeaturesListFromJSON, listFeaturesRequestToJSON, listFeaturesResponseFromJSON, listPlansConfigFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFreeTrialFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansListFromJSON, listPlansParamsToJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansResetFromJSON, listPlansResponseFromJSON, listPlansRolloverFromJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, planConfigFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFromJSON, planItemDisplayFromJSON, planItemPriceFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planResetFromJSON, planRolloverFromJSON, previewAttachAttachDiscountToJSON, previewAttachBasePriceToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachInvoiceModeToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachParamsToJSON, previewAttachPlanItemToJSON, previewAttachPriceToJSON, previewAttachProrationToJSON, previewAttachResetToJSON, previewAttachResponseFromJSON, previewAttachRolloverToJSON, previewAttachTierToJSON, previewAttachToToJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewFromJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewUpdateAttachDiscountToJSON, previewUpdateBasePriceToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateParamsToJSON, previewUpdatePlanItemToJSON, previewUpdatePriceToJSON, previewUpdateProrationToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResetToJSON, previewUpdateResponseFromJSON, previewUpdateRolloverToJSON, previewUpdateTierToJSON, previewUpdateToToJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, productDisplayFromJSON, productFromJSON, propertiesFromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, rewardsFromJSON, securityToJSON, serverURLFromOptions, setupPaymentAttachDiscountToJSON, setupPaymentBasePriceToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemToJSON, setupPaymentPriceToJSON, setupPaymentProrationToJSON, setupPaymentResetToJSON, setupPaymentResponseFromJSON, setupPaymentRolloverToJSON, setupPaymentTierToJSON, setupPaymentToToJSON, subscriptionFromJSON, totalFromJSON, trackLockToJSON, trackParamsToJSON, trackResponseFromJSON, trialsUsedFromJSON, index as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerConfigRequestToJSON, updateCustomerConfigResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFlagsFromJSON, updateCustomerOverageAllowedRequestToJSON, updateCustomerOverageAllowedResponseFromJSON, updateCustomerParamsToJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponseFromJSON, updateCustomerResponseFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityOverageAllowedRequestToJSON, updateEntityOverageAllowedResponseFromJSON, updateEntityParamsToJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateFeatureCreditSchemaRequestToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureParamsToJSON, updateFeatureResponseFromJSON, updatePlanBasePriceToJSON, updatePlanConfigRequestToJSON, updatePlanConfigResponseFromJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsToJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPriceResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemToJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceRequestToJSON, updatePlanPriceResponseFromJSON, updatePlanProrationToJSON, updatePlanResetRequestToJSON, updatePlanResetResponseFromJSON, updatePlanResponseFromJSON, updatePlanRolloverRequestToJSON, updatePlanRolloverResponseFromJSON, updatePlanTierToJSON, updatePlanToToJSON, updateSubscriptionParamsToJSON };
|
|
17839
|
+
export { Action, Action$outboundSchema, type AggregateEventsCustomRange, type AggregateEventsCustomRange$Outbound, AggregateEventsCustomRange$outboundSchema, type AggregateEventsFeatureId, type AggregateEventsFeatureId$Outbound, AggregateEventsFeatureId$outboundSchema, type AggregateEventsGlobals, type AggregateEventsList, AggregateEventsList$inboundSchema, type AggregateEventsResponse, AggregateEventsResponse$inboundSchema, AttachAction, AttachAction$inboundSchema, type AttachAttachDiscount, type AttachAttachDiscount$Outbound, AttachAttachDiscount$outboundSchema, type AttachBasePrice, type AttachBasePrice$Outbound, AttachBasePrice$outboundSchema, AttachBillingMethod, AttachBillingMethod$outboundSchema, type AttachCarryOverBalances, type AttachCarryOverBalances$Outbound, AttachCarryOverBalances$outboundSchema, type AttachCarryOverUsages, type AttachCarryOverUsages$Outbound, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, type AttachCustomLineItem, type AttachCustomLineItem$Outbound, AttachCustomLineItem$outboundSchema, type AttachCustomize, type AttachCustomize$Outbound, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachExpiryDurationType, AttachExpiryDurationType$outboundSchema, type AttachFeatureQuantity, type AttachFeatureQuantity$Outbound, AttachFeatureQuantity$outboundSchema, type AttachFreeTrialParams, type AttachFreeTrialParams$Outbound, AttachFreeTrialParams$outboundSchema, type AttachGlobals, type AttachInvoice, AttachInvoice$inboundSchema, type AttachInvoiceMode, type AttachInvoiceMode$Outbound, AttachInvoiceMode$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, AttachOnDecrease, AttachOnDecrease$outboundSchema, AttachOnIncrease, AttachOnIncrease$outboundSchema, type AttachParams, type AttachParams$Outbound, AttachParams$outboundSchema, type AttachPlanItem, type AttachPlanItem$Outbound, AttachPlanItem$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, type AttachPrice, type AttachPrice$Outbound, AttachPrice$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, type AttachProration, type AttachProration$Outbound, AttachProration$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, type AttachRequiredAction, AttachRequiredAction$inboundSchema, type AttachReset, type AttachReset$Outbound, AttachReset$outboundSchema, AttachResetInterval, AttachResetInterval$outboundSchema, type AttachResponse, AttachResponse$inboundSchema, type AttachRollover, type AttachRollover$Outbound, AttachRollover$outboundSchema, type AttachTier, type AttachTier$Outbound, AttachTier$outboundSchema, AttachTierBehavior, AttachTierBehavior$outboundSchema, type AttachTo, type AttachTo$Outbound, AttachTo$outboundSchema, Autumn, AutumnDefaultError, AutumnError, type Balance, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, type BalanceCreditSchema, BalanceCreditSchema$inboundSchema, type BalanceDisplay, BalanceDisplay$inboundSchema, type BalanceFeature, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, type BalancePrice, BalancePrice$inboundSchema, type BalanceReset, BalanceReset$inboundSchema, type BalanceRollover, BalanceRollover$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceType, BalanceType$inboundSchema, type BillingUpdateAttachDiscount, type BillingUpdateAttachDiscount$Outbound, BillingUpdateAttachDiscount$outboundSchema, type BillingUpdateBasePrice, type BillingUpdateBasePrice$Outbound, BillingUpdateBasePrice$outboundSchema, BillingUpdateBillingMethod, BillingUpdateBillingMethod$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, type BillingUpdateCustomize, type BillingUpdateCustomize$Outbound, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateExpiryDurationType, BillingUpdateExpiryDurationType$outboundSchema, type BillingUpdateFeatureQuantity, type BillingUpdateFeatureQuantity$Outbound, BillingUpdateFeatureQuantity$outboundSchema, type BillingUpdateFreeTrialParams, type BillingUpdateFreeTrialParams$Outbound, BillingUpdateFreeTrialParams$outboundSchema, type BillingUpdateGlobals, type BillingUpdateInvoice, BillingUpdateInvoice$inboundSchema, type BillingUpdateInvoiceMode, type BillingUpdateInvoiceMode$Outbound, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, BillingUpdateOnDecrease, BillingUpdateOnDecrease$outboundSchema, BillingUpdateOnIncrease, BillingUpdateOnIncrease$outboundSchema, type BillingUpdatePlanItem, type BillingUpdatePlanItem$Outbound, BillingUpdatePlanItem$outboundSchema, type BillingUpdatePrice, type BillingUpdatePrice$Outbound, BillingUpdatePrice$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, type BillingUpdateProration, type BillingUpdateProration$Outbound, BillingUpdateProration$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, type BillingUpdateRecalculateBalances, type BillingUpdateRecalculateBalances$Outbound, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, type BillingUpdateRequiredAction, BillingUpdateRequiredAction$inboundSchema, type BillingUpdateReset, type BillingUpdateReset$Outbound, BillingUpdateReset$outboundSchema, BillingUpdateResetInterval, BillingUpdateResetInterval$outboundSchema, type BillingUpdateResponse, BillingUpdateResponse$inboundSchema, type BillingUpdateRollover, type BillingUpdateRollover$Outbound, BillingUpdateRollover$outboundSchema, type BillingUpdateTier, type BillingUpdateTier$Outbound, BillingUpdateTier$outboundSchema, BillingUpdateTierBehavior, BillingUpdateTierBehavior$outboundSchema, type BillingUpdateTo, type BillingUpdateTo$Outbound, BillingUpdateTo$outboundSchema, BinSize, BinSize$outboundSchema, type Breakdown, Breakdown$inboundSchema, type CheckConfig1, CheckConfig1$inboundSchema, type CheckConfig2, CheckConfig2$inboundSchema, type CheckCreditSchema1, CheckCreditSchema1$inboundSchema, type CheckCreditSchema2, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, type CheckFeature1, CheckFeature1$inboundSchema, type CheckFeature2, CheckFeature2$inboundSchema, type CheckFreeTrial1, CheckFreeTrial1$inboundSchema, type CheckFreeTrial2, CheckFreeTrial2$inboundSchema, type CheckGlobals, CheckInterval1, CheckInterval1$inboundSchema, CheckInterval2, CheckInterval2$inboundSchema, type CheckItem1, CheckItem1$inboundSchema, type CheckItem2, CheckItem2$inboundSchema, type CheckLock, type CheckLock$Outbound, CheckLock$outboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, type CheckParams, type CheckParams$Outbound, CheckParams$outboundSchema, type CheckResponse, CheckResponse$inboundSchema, type CheckResponseBody1, CheckResponseBody1$inboundSchema, type CheckResponseBody2, CheckResponseBody2$inboundSchema, type CheckRollover1, CheckRollover1$inboundSchema, type CheckRollover2, CheckRollover2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, type CreateBalanceGlobals, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, type CreateBalanceParams, type CreateBalanceParams$Outbound, CreateBalanceParams$outboundSchema, type CreateBalanceReset, type CreateBalanceReset$Outbound, CreateBalanceReset$outboundSchema, type CreateBalanceResponse, CreateBalanceResponse$inboundSchema, type CreateBalanceRollover, type CreateBalanceRollover$Outbound, CreateBalanceRollover$outboundSchema, type CreateEntityBillingControlsRequest, type CreateEntityBillingControlsRequest$Outbound, CreateEntityBillingControlsRequest$outboundSchema, type CreateEntityBillingControlsResponse, CreateEntityBillingControlsResponse$inboundSchema, type CreateEntityCreditSchema, CreateEntityCreditSchema$inboundSchema, type CreateEntityDisplay, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, type CreateEntityFeature, CreateEntityFeature$inboundSchema, type CreateEntityFlags, CreateEntityFlags$inboundSchema, type CreateEntityGlobals, type CreateEntityInvoice, CreateEntityInvoice$inboundSchema, type CreateEntityOverageAllowedRequest, type CreateEntityOverageAllowedRequest$Outbound, CreateEntityOverageAllowedRequest$outboundSchema, type CreateEntityOverageAllowedResponse, CreateEntityOverageAllowedResponse$inboundSchema, type CreateEntityParams, type CreateEntityParams$Outbound, CreateEntityParams$outboundSchema, type CreateEntityPurchase, CreateEntityPurchase$inboundSchema, type CreateEntityResponse, CreateEntityResponse$inboundSchema, type CreateEntitySpendLimitRequest, type CreateEntitySpendLimitRequest$Outbound, CreateEntitySpendLimitRequest$outboundSchema, type CreateEntitySpendLimitResponse, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, type CreateEntitySubscription, CreateEntitySubscription$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, type CreateEntityUsageAlertRequestBody, type CreateEntityUsageAlertRequestBody$Outbound, CreateEntityUsageAlertRequestBody$outboundSchema, type CreateEntityUsageAlertResponse, CreateEntityUsageAlertResponse$inboundSchema, type CreateFeatureCreditSchemaRequest, type CreateFeatureCreditSchemaRequest$Outbound, CreateFeatureCreditSchemaRequest$outboundSchema, type CreateFeatureCreditSchemaResponse, CreateFeatureCreditSchemaResponse$inboundSchema, type CreateFeatureDisplayRequest, type CreateFeatureDisplayRequest$Outbound, CreateFeatureDisplayRequest$outboundSchema, type CreateFeatureDisplayResponse, CreateFeatureDisplayResponse$inboundSchema, type CreateFeatureGlobals, type CreateFeatureParams, type CreateFeatureParams$Outbound, CreateFeatureParams$outboundSchema, type CreateFeatureResponse, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequest, CreateFeatureTypeRequest$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanBillingMethodRequest, CreatePlanBillingMethodRequest$outboundSchema, CreatePlanBillingMethodResponse, CreatePlanBillingMethodResponse$inboundSchema, type CreatePlanConfigRequest, type CreatePlanConfigRequest$Outbound, CreatePlanConfigRequest$outboundSchema, type CreatePlanConfigResponse, CreatePlanConfigResponse$inboundSchema, type CreatePlanCreditSchema, CreatePlanCreditSchema$inboundSchema, type CreatePlanCustomerEligibility, CreatePlanCustomerEligibility$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequest, CreatePlanExpiryDurationTypeRequest$outboundSchema, CreatePlanExpiryDurationTypeResponse, CreatePlanExpiryDurationTypeResponse$inboundSchema, type CreatePlanFeature, CreatePlanFeature$inboundSchema, type CreatePlanFeatureDisplay, CreatePlanFeatureDisplay$inboundSchema, type CreatePlanFreeTrialResponse, CreatePlanFreeTrialResponse$inboundSchema, type CreatePlanGlobals, type CreatePlanItem, CreatePlanItem$inboundSchema, type CreatePlanItemDisplay, CreatePlanItemDisplay$inboundSchema, CreatePlanItemPriceIntervalRequest, CreatePlanItemPriceIntervalRequest$outboundSchema, type CreatePlanItemPriceRequest, type CreatePlanItemPriceRequest$Outbound, CreatePlanItemPriceRequest$outboundSchema, type CreatePlanItemPriceResponse, CreatePlanItemPriceResponse$inboundSchema, CreatePlanOnDecrease, CreatePlanOnDecrease$outboundSchema, CreatePlanOnIncrease, CreatePlanOnIncrease$outboundSchema, type CreatePlanParams, type CreatePlanParams$Outbound, CreatePlanParams$outboundSchema, type CreatePlanPlanItem, type CreatePlanPlanItem$Outbound, CreatePlanPlanItem$outboundSchema, type CreatePlanPriceDisplay, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequest, CreatePlanPriceIntervalRequest$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, type CreatePlanPriceRequest, type CreatePlanPriceRequest$Outbound, CreatePlanPriceRequest$outboundSchema, type CreatePlanPriceResponse, CreatePlanPriceResponse$inboundSchema, type CreatePlanProration, type CreatePlanProration$Outbound, CreatePlanProration$outboundSchema, CreatePlanResetIntervalRequest, CreatePlanResetIntervalRequest$outboundSchema, CreatePlanResetIntervalResponse, CreatePlanResetIntervalResponse$inboundSchema, type CreatePlanResetRequest, type CreatePlanResetRequest$Outbound, CreatePlanResetRequest$outboundSchema, type CreatePlanResetResponse, CreatePlanResetResponse$inboundSchema, type CreatePlanResponse, CreatePlanResponse$inboundSchema, type CreatePlanRolloverRequest, type CreatePlanRolloverRequest$Outbound, CreatePlanRolloverRequest$outboundSchema, type CreatePlanRolloverResponse, CreatePlanRolloverResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, type CreatePlanTier, type CreatePlanTier$Outbound, CreatePlanTier$outboundSchema, CreatePlanTierBehaviorRequest, CreatePlanTierBehaviorRequest$outboundSchema, CreatePlanTierBehaviorResponse, CreatePlanTierBehaviorResponse$inboundSchema, type CreatePlanTo, type CreatePlanTo$Outbound, CreatePlanTo$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, type CreateReferralCodeGlobals, type CreateReferralCodeParams, type CreateReferralCodeParams$Outbound, CreateReferralCodeParams$outboundSchema, type CreateReferralCodeResponse, CreateReferralCodeResponse$inboundSchema, type Customer, Customer$inboundSchema, type CustomerAutoTopup, CustomerAutoTopup$inboundSchema, type CustomerBillingControls, CustomerBillingControls$inboundSchema, type CustomerConfig, CustomerConfig$inboundSchema, type CustomerCreditSchema, CustomerCreditSchema$inboundSchema, type CustomerData, type CustomerData$Outbound, CustomerData$outboundSchema, type CustomerDataAutoTopup, type CustomerDataAutoTopup$Outbound, CustomerDataAutoTopup$outboundSchema, type CustomerDataBillingControls, type CustomerDataBillingControls$Outbound, CustomerDataBillingControls$outboundSchema, type CustomerDataConfig, type CustomerDataConfig$Outbound, CustomerDataConfig$outboundSchema, CustomerDataInterval, CustomerDataInterval$outboundSchema, type CustomerDataOverageAllowed, type CustomerDataOverageAllowed$Outbound, CustomerDataOverageAllowed$outboundSchema, type CustomerDataPurchaseLimit, type CustomerDataPurchaseLimit$Outbound, CustomerDataPurchaseLimit$outboundSchema, type CustomerDataSpendLimit, type CustomerDataSpendLimit$Outbound, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, type CustomerDataUsageAlert, type CustomerDataUsageAlert$Outbound, CustomerDataUsageAlert$outboundSchema, type CustomerDisplay, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, type CustomerEligibility, CustomerEligibility$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, type CustomerFeature, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerInterval, CustomerInterval$inboundSchema, type CustomerOverageAllowed, CustomerOverageAllowed$inboundSchema, type CustomerPurchaseLimit, CustomerPurchaseLimit$inboundSchema, type CustomerSpendLimit, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, type CustomerUsageAlert, CustomerUsageAlert$inboundSchema, type DeleteBalanceGlobals, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, type DeleteBalanceParams, type DeleteBalanceParams$Outbound, DeleteBalanceParams$outboundSchema, type DeleteBalanceResponse, DeleteBalanceResponse$inboundSchema, type DeleteCustomerGlobals, type DeleteCustomerParams, type DeleteCustomerParams$Outbound, DeleteCustomerParams$outboundSchema, type DeleteCustomerResponse, DeleteCustomerResponse$inboundSchema, type DeleteEntityGlobals, type DeleteEntityParams, type DeleteEntityParams$Outbound, DeleteEntityParams$outboundSchema, type DeleteEntityResponse, DeleteEntityResponse$inboundSchema, type DeleteFeatureGlobals, type DeleteFeatureParams, type DeleteFeatureParams$Outbound, DeleteFeatureParams$outboundSchema, type DeleteFeatureResponse, DeleteFeatureResponse$inboundSchema, type DeletePlanGlobals, type DeletePlanParams, type DeletePlanParams$Outbound, DeletePlanParams$outboundSchema, type DeletePlanResponse, DeletePlanResponse$inboundSchema, type Discount, Discount$inboundSchema, type Entity, Entity$inboundSchema, EntityEnv, EntityEnv$inboundSchema, type EventsAggregateParams, type EventsAggregateParams$Outbound, EventsAggregateParams$outboundSchema, type EventsListParams, type EventsListParams$Outbound, EventsListParams$outboundSchema, ExpiryDurationType, ExpiryDurationType$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, type Fetcher, type FinalizeBalanceParams, type FinalizeBalanceParams$Outbound, FinalizeBalanceParams$outboundSchema, type FinalizeLockGlobals, type FinalizeLockResponse, FinalizeLockResponse$inboundSchema, type FinalizeLockResponseBody1, FinalizeLockResponseBody1$inboundSchema, type FinalizeLockResponseBody2, FinalizeLockResponseBody2$inboundSchema, type Flag1, Flag1$inboundSchema, type Flag2, Flag2$inboundSchema, type FlagDisplay1, FlagDisplay1$inboundSchema, type FlagDisplay2, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, type Flags, Flags$inboundSchema, type FreeTrial, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, type FreeTrialRequest, type FreeTrialRequest$Outbound, FreeTrialRequest$outboundSchema, type GetEntityBillingControls, GetEntityBillingControls$inboundSchema, type GetEntityCreditSchema, GetEntityCreditSchema$inboundSchema, type GetEntityDisplay, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, type GetEntityFeature, GetEntityFeature$inboundSchema, type GetEntityFlags, GetEntityFlags$inboundSchema, type GetEntityGlobals, type GetEntityInvoice, GetEntityInvoice$inboundSchema, type GetEntityOverageAllowed, GetEntityOverageAllowed$inboundSchema, type GetEntityParams, type GetEntityParams$Outbound, GetEntityParams$outboundSchema, type GetEntityPurchase, GetEntityPurchase$inboundSchema, type GetEntityResponse, GetEntityResponse$inboundSchema, type GetEntitySpendLimit, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, type GetEntitySubscription, GetEntitySubscription$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, type GetEntityUsageAlert, GetEntityUsageAlert$inboundSchema, type GetFeatureCreditSchema, GetFeatureCreditSchema$inboundSchema, type GetFeatureDisplay, GetFeatureDisplay$inboundSchema, type GetFeatureGlobals, type GetFeatureParams, type GetFeatureParams$Outbound, GetFeatureParams$outboundSchema, type GetFeatureResponse, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, type GetOrCreateCustomerAutoTopup, type GetOrCreateCustomerAutoTopup$Outbound, GetOrCreateCustomerAutoTopup$outboundSchema, type GetOrCreateCustomerBillingControls, type GetOrCreateCustomerBillingControls$Outbound, GetOrCreateCustomerBillingControls$outboundSchema, type GetOrCreateCustomerConfig, type GetOrCreateCustomerConfig$Outbound, GetOrCreateCustomerConfig$outboundSchema, type GetOrCreateCustomerGlobals, GetOrCreateCustomerInterval, GetOrCreateCustomerInterval$outboundSchema, type GetOrCreateCustomerOverageAllowed, type GetOrCreateCustomerOverageAllowed$Outbound, GetOrCreateCustomerOverageAllowed$outboundSchema, type GetOrCreateCustomerParams, type GetOrCreateCustomerParams$Outbound, GetOrCreateCustomerParams$outboundSchema, type GetOrCreateCustomerPurchaseLimit, type GetOrCreateCustomerPurchaseLimit$Outbound, GetOrCreateCustomerPurchaseLimit$outboundSchema, type GetOrCreateCustomerSpendLimit, type GetOrCreateCustomerSpendLimit$Outbound, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, type GetOrCreateCustomerUsageAlert, type GetOrCreateCustomerUsageAlert$Outbound, GetOrCreateCustomerUsageAlert$outboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanBillingMethod, GetPlanBillingMethod$inboundSchema, type GetPlanConfig, GetPlanConfig$inboundSchema, type GetPlanCreditSchema, GetPlanCreditSchema$inboundSchema, type GetPlanCustomerEligibility, GetPlanCustomerEligibility$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanExpiryDurationType, GetPlanExpiryDurationType$inboundSchema, type GetPlanFeature, GetPlanFeature$inboundSchema, type GetPlanFeatureDisplay, GetPlanFeatureDisplay$inboundSchema, type GetPlanFreeTrial, GetPlanFreeTrial$inboundSchema, type GetPlanGlobals, type GetPlanItem, GetPlanItem$inboundSchema, type GetPlanItemDisplay, GetPlanItemDisplay$inboundSchema, type GetPlanItemPrice, GetPlanItemPrice$inboundSchema, type GetPlanParams, type GetPlanParams$Outbound, GetPlanParams$outboundSchema, type GetPlanPrice, GetPlanPrice$inboundSchema, type GetPlanPriceDisplay, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, type GetPlanReset, GetPlanReset$inboundSchema, GetPlanResetInterval, GetPlanResetInterval$inboundSchema, type GetPlanResponse, GetPlanResponse$inboundSchema, type GetPlanRollover, GetPlanRollover$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanTierBehavior, GetPlanTierBehavior$inboundSchema, GetPlanType, GetPlanType$inboundSchema, HTTPClient, HTTPClientError, type HTTPClientOptions, type IncludedUsage1, IncludedUsage1$inboundSchema, type IncludedUsage2, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, type Interval, Interval$inboundSchema, InvalidRequestError, type Invoice, Invoice$inboundSchema, type Item, Item$inboundSchema, type ListCustomersAutoTopup, ListCustomersAutoTopup$inboundSchema, type ListCustomersBillingControls, ListCustomersBillingControls$inboundSchema, type ListCustomersConfig, ListCustomersConfig$inboundSchema, type ListCustomersCreditSchema, ListCustomersCreditSchema$inboundSchema, type ListCustomersDisplay, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, type ListCustomersFeature, ListCustomersFeature$inboundSchema, type ListCustomersFlags, ListCustomersFlags$inboundSchema, type ListCustomersGlobals, ListCustomersInterval, ListCustomersInterval$inboundSchema, type ListCustomersList, ListCustomersList$inboundSchema, type ListCustomersOverageAllowed, ListCustomersOverageAllowed$inboundSchema, type ListCustomersParams, type ListCustomersParams$Outbound, ListCustomersParams$outboundSchema, type ListCustomersPlan, type ListCustomersPlan$Outbound, ListCustomersPlan$outboundSchema, type ListCustomersPurchase, ListCustomersPurchase$inboundSchema, type ListCustomersPurchaseLimit, ListCustomersPurchaseLimit$inboundSchema, type ListCustomersResponse, ListCustomersResponse$inboundSchema, type ListCustomersSpendLimit, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, type ListCustomersSubscription, ListCustomersSubscription$inboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, type ListCustomersUsageAlert, ListCustomersUsageAlert$inboundSchema, type ListEventsCustomRange, type ListEventsCustomRange$Outbound, ListEventsCustomRange$outboundSchema, type ListEventsFeatureId, type ListEventsFeatureId$Outbound, ListEventsFeatureId$outboundSchema, type ListEventsGlobals, type ListEventsList, ListEventsList$inboundSchema, type ListEventsResponse, ListEventsResponse$inboundSchema, type ListFeaturesCreditSchema, ListFeaturesCreditSchema$inboundSchema, type ListFeaturesDisplay, ListFeaturesDisplay$inboundSchema, type ListFeaturesGlobals, type ListFeaturesList, ListFeaturesList$inboundSchema, type ListFeaturesRequest, type ListFeaturesRequest$Outbound, ListFeaturesRequest$outboundSchema, type ListFeaturesResponse, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansBillingMethod, ListPlansBillingMethod$inboundSchema, type ListPlansConfig, ListPlansConfig$inboundSchema, type ListPlansCreditSchema, ListPlansCreditSchema$inboundSchema, type ListPlansCustomerEligibility, ListPlansCustomerEligibility$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansExpiryDurationType, ListPlansExpiryDurationType$inboundSchema, type ListPlansFeature, ListPlansFeature$inboundSchema, type ListPlansFeatureDisplay, ListPlansFeatureDisplay$inboundSchema, type ListPlansFreeTrial, ListPlansFreeTrial$inboundSchema, type ListPlansGlobals, type ListPlansItem, ListPlansItem$inboundSchema, type ListPlansItemDisplay, ListPlansItemDisplay$inboundSchema, type ListPlansItemPrice, ListPlansItemPrice$inboundSchema, type ListPlansList, ListPlansList$inboundSchema, type ListPlansParams, type ListPlansParams$Outbound, ListPlansParams$outboundSchema, type ListPlansPrice, ListPlansPrice$inboundSchema, type ListPlansPriceDisplay, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, type ListPlansReset, ListPlansReset$inboundSchema, ListPlansResetInterval, ListPlansResetInterval$inboundSchema, type ListPlansResponse, ListPlansResponse$inboundSchema, type ListPlansRollover, ListPlansRollover$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansTierBehavior, ListPlansTierBehavior$inboundSchema, ListPlansType, ListPlansType$inboundSchema, type MultiAttachAttachDiscount, type MultiAttachAttachDiscount$Outbound, MultiAttachAttachDiscount$outboundSchema, type MultiAttachBasePrice, type MultiAttachBasePrice$Outbound, MultiAttachBasePrice$outboundSchema, type MultiAttachBillingControls, type MultiAttachBillingControls$Outbound, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, type MultiAttachCustomize, type MultiAttachCustomize$Outbound, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, type MultiAttachEntityData, type MultiAttachEntityData$Outbound, MultiAttachEntityData$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, type MultiAttachFeatureQuantity, type MultiAttachFeatureQuantity$Outbound, MultiAttachFeatureQuantity$outboundSchema, type MultiAttachFreeTrialParams, type MultiAttachFreeTrialParams$Outbound, MultiAttachFreeTrialParams$outboundSchema, type MultiAttachGlobals, type MultiAttachInvoice, MultiAttachInvoice$inboundSchema, type MultiAttachInvoiceMode, type MultiAttachInvoiceMode$Outbound, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, type MultiAttachOverageAllowed, type MultiAttachOverageAllowed$Outbound, MultiAttachOverageAllowed$outboundSchema, type MultiAttachParams, type MultiAttachParams$Outbound, MultiAttachParams$outboundSchema, type MultiAttachPlan, type MultiAttachPlan$Outbound, MultiAttachPlan$outboundSchema, type MultiAttachPlanItem, type MultiAttachPlanItem$Outbound, MultiAttachPlanItem$outboundSchema, type MultiAttachPrice, type MultiAttachPrice$Outbound, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, type MultiAttachProration, type MultiAttachProration$Outbound, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, type MultiAttachRequiredAction, MultiAttachRequiredAction$inboundSchema, type MultiAttachReset, type MultiAttachReset$Outbound, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, type MultiAttachResponse, MultiAttachResponse$inboundSchema, type MultiAttachRollover, type MultiAttachRollover$Outbound, MultiAttachRollover$outboundSchema, type MultiAttachSpendLimit, type MultiAttachSpendLimit$Outbound, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, type MultiAttachTier, type MultiAttachTier$Outbound, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, type MultiAttachTo, type MultiAttachTo$Outbound, MultiAttachTo$outboundSchema, type MultiAttachUsageAlert, type MultiAttachUsageAlert$Outbound, MultiAttachUsageAlert$outboundSchema, type OpenCustomerPortalGlobals, type OpenCustomerPortalParams, type OpenCustomerPortalParams$Outbound, OpenCustomerPortalParams$outboundSchema, type OpenCustomerPortalResponse, OpenCustomerPortalResponse$inboundSchema, type Plan, Plan$inboundSchema, PlanBillingMethod, PlanBillingMethod$inboundSchema, type PlanConfig, PlanConfig$inboundSchema, type PlanCreditSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, type PlanFeature, PlanFeature$inboundSchema, type PlanFeatureDisplay, PlanFeatureDisplay$inboundSchema, type PlanItemDisplay, PlanItemDisplay$inboundSchema, type PlanItemPrice, PlanItemPrice$inboundSchema, type PlanPrice, PlanPrice$inboundSchema, type PlanPriceDisplay, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, type PlanReset, PlanReset$inboundSchema, PlanResetInterval, PlanResetInterval$inboundSchema, type PlanRollover, PlanRollover$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanTierBehavior, PlanTierBehavior$inboundSchema, PlanType, PlanType$inboundSchema, type Preview1, Preview1$inboundSchema, type Preview2, Preview2$inboundSchema, type PreviewAttachAttachDiscount, type PreviewAttachAttachDiscount$Outbound, PreviewAttachAttachDiscount$outboundSchema, type PreviewAttachBasePrice, type PreviewAttachBasePrice$Outbound, PreviewAttachBasePrice$outboundSchema, PreviewAttachBillingMethod, PreviewAttachBillingMethod$outboundSchema, type PreviewAttachCarryOverBalances, type PreviewAttachCarryOverBalances$Outbound, PreviewAttachCarryOverBalances$outboundSchema, type PreviewAttachCarryOverUsages, type PreviewAttachCarryOverUsages$Outbound, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, type PreviewAttachCustomLineItem, type PreviewAttachCustomLineItem$Outbound, PreviewAttachCustomLineItem$outboundSchema, type PreviewAttachCustomize, type PreviewAttachCustomize$Outbound, PreviewAttachCustomize$outboundSchema, type PreviewAttachDiscount, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachExpiryDurationType, PreviewAttachExpiryDurationType$outboundSchema, type PreviewAttachFeatureQuantityRequest, type PreviewAttachFeatureQuantityRequest$Outbound, PreviewAttachFeatureQuantityRequest$outboundSchema, type PreviewAttachFreeTrialParams, type PreviewAttachFreeTrialParams$Outbound, PreviewAttachFreeTrialParams$outboundSchema, type PreviewAttachGlobals, type PreviewAttachIncoming, PreviewAttachIncoming$inboundSchema, type PreviewAttachIncomingFeatureQuantity, PreviewAttachIncomingFeatureQuantity$inboundSchema, type PreviewAttachInvoiceMode, type PreviewAttachInvoiceMode$Outbound, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, type PreviewAttachLineItem, PreviewAttachLineItem$inboundSchema, type PreviewAttachLineItemPeriod, PreviewAttachLineItemPeriod$inboundSchema, type PreviewAttachNextCycle, PreviewAttachNextCycle$inboundSchema, type PreviewAttachNextCycleDiscount, PreviewAttachNextCycleDiscount$inboundSchema, type PreviewAttachNextCycleLineItem, PreviewAttachNextCycleLineItem$inboundSchema, type PreviewAttachNextCycleLineItemPeriod, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnDecrease, PreviewAttachOnDecrease$outboundSchema, PreviewAttachOnIncrease, PreviewAttachOnIncrease$outboundSchema, type PreviewAttachOutgoing, PreviewAttachOutgoing$inboundSchema, type PreviewAttachOutgoingFeatureQuantity, PreviewAttachOutgoingFeatureQuantity$inboundSchema, type PreviewAttachParams, type PreviewAttachParams$Outbound, PreviewAttachParams$outboundSchema, type PreviewAttachPlanItem, type PreviewAttachPlanItem$Outbound, PreviewAttachPlanItem$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, type PreviewAttachPrice, type PreviewAttachPrice$Outbound, PreviewAttachPrice$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, type PreviewAttachProration, type PreviewAttachProration$Outbound, PreviewAttachProration$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, type PreviewAttachReset, type PreviewAttachReset$Outbound, PreviewAttachReset$outboundSchema, PreviewAttachResetInterval, PreviewAttachResetInterval$outboundSchema, type PreviewAttachResponse, PreviewAttachResponse$inboundSchema, type PreviewAttachRollover, type PreviewAttachRollover$Outbound, PreviewAttachRollover$outboundSchema, type PreviewAttachTier, type PreviewAttachTier$Outbound, PreviewAttachTier$outboundSchema, PreviewAttachTierBehavior, PreviewAttachTierBehavior$outboundSchema, type PreviewAttachTo, type PreviewAttachTo$Outbound, PreviewAttachTo$outboundSchema, type PreviewAttachUsageLineItem, PreviewAttachUsageLineItem$inboundSchema, type PreviewAttachUsageLineItemPeriod, PreviewAttachUsageLineItemPeriod$inboundSchema, type PreviewMultiAttachAttachDiscount, type PreviewMultiAttachAttachDiscount$Outbound, PreviewMultiAttachAttachDiscount$outboundSchema, type PreviewMultiAttachBasePrice, type PreviewMultiAttachBasePrice$Outbound, PreviewMultiAttachBasePrice$outboundSchema, type PreviewMultiAttachBillingControls, type PreviewMultiAttachBillingControls$Outbound, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, type PreviewMultiAttachCustomize, type PreviewMultiAttachCustomize$Outbound, PreviewMultiAttachCustomize$outboundSchema, type PreviewMultiAttachDiscount, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, type PreviewMultiAttachEntityData, type PreviewMultiAttachEntityData$Outbound, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, type PreviewMultiAttachFreeTrialParams, type PreviewMultiAttachFreeTrialParams$Outbound, PreviewMultiAttachFreeTrialParams$outboundSchema, type PreviewMultiAttachGlobals, type PreviewMultiAttachIncoming, PreviewMultiAttachIncoming$inboundSchema, type PreviewMultiAttachIncomingFeatureQuantity, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, type PreviewMultiAttachInvoiceMode, type PreviewMultiAttachInvoiceMode$Outbound, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, type PreviewMultiAttachLineItem, PreviewMultiAttachLineItem$inboundSchema, type PreviewMultiAttachLineItemPeriod, PreviewMultiAttachLineItemPeriod$inboundSchema, type PreviewMultiAttachNextCycle, PreviewMultiAttachNextCycle$inboundSchema, type PreviewMultiAttachNextCycleDiscount, PreviewMultiAttachNextCycleDiscount$inboundSchema, type PreviewMultiAttachNextCycleLineItem, PreviewMultiAttachNextCycleLineItem$inboundSchema, type PreviewMultiAttachNextCycleLineItemPeriod, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, type PreviewMultiAttachOutgoing, PreviewMultiAttachOutgoing$inboundSchema, type PreviewMultiAttachOutgoingFeatureQuantity, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, type PreviewMultiAttachOverageAllowed, type PreviewMultiAttachOverageAllowed$Outbound, PreviewMultiAttachOverageAllowed$outboundSchema, type PreviewMultiAttachParams, type PreviewMultiAttachParams$Outbound, PreviewMultiAttachParams$outboundSchema, type PreviewMultiAttachPlan, type PreviewMultiAttachPlan$Outbound, PreviewMultiAttachPlan$outboundSchema, type PreviewMultiAttachPlanFeatureQuantity, type PreviewMultiAttachPlanFeatureQuantity$Outbound, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, type PreviewMultiAttachPlanItem, type PreviewMultiAttachPlanItem$Outbound, PreviewMultiAttachPlanItem$outboundSchema, type PreviewMultiAttachPrice, type PreviewMultiAttachPrice$Outbound, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, type PreviewMultiAttachProration, type PreviewMultiAttachProration$Outbound, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, type PreviewMultiAttachReset, type PreviewMultiAttachReset$Outbound, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, type PreviewMultiAttachResponse, PreviewMultiAttachResponse$inboundSchema, type PreviewMultiAttachRollover, type PreviewMultiAttachRollover$Outbound, PreviewMultiAttachRollover$outboundSchema, type PreviewMultiAttachSpendLimit, type PreviewMultiAttachSpendLimit$Outbound, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, type PreviewMultiAttachTier, type PreviewMultiAttachTier$Outbound, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, type PreviewMultiAttachTo, type PreviewMultiAttachTo$Outbound, PreviewMultiAttachTo$outboundSchema, type PreviewMultiAttachUsageAlert, type PreviewMultiAttachUsageAlert$Outbound, PreviewMultiAttachUsageAlert$outboundSchema, type PreviewMultiAttachUsageLineItem, PreviewMultiAttachUsageLineItem$inboundSchema, type PreviewMultiAttachUsageLineItemPeriod, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, type PreviewUpdateAttachDiscount, type PreviewUpdateAttachDiscount$Outbound, PreviewUpdateAttachDiscount$outboundSchema, type PreviewUpdateBasePrice, type PreviewUpdateBasePrice$Outbound, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateBillingMethod, PreviewUpdateBillingMethod$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, type PreviewUpdateCustomize, type PreviewUpdateCustomize$Outbound, PreviewUpdateCustomize$outboundSchema, type PreviewUpdateDiscount, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateExpiryDurationType, PreviewUpdateExpiryDurationType$outboundSchema, type PreviewUpdateFeatureQuantityRequest, type PreviewUpdateFeatureQuantityRequest$Outbound, PreviewUpdateFeatureQuantityRequest$outboundSchema, type PreviewUpdateFreeTrialParams, type PreviewUpdateFreeTrialParams$Outbound, PreviewUpdateFreeTrialParams$outboundSchema, type PreviewUpdateGlobals, type PreviewUpdateIncoming, PreviewUpdateIncoming$inboundSchema, type PreviewUpdateIncomingFeatureQuantity, PreviewUpdateIncomingFeatureQuantity$inboundSchema, type PreviewUpdateInvoiceMode, type PreviewUpdateInvoiceMode$Outbound, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, type PreviewUpdateLineItem, PreviewUpdateLineItem$inboundSchema, type PreviewUpdateLineItemPeriod, PreviewUpdateLineItemPeriod$inboundSchema, type PreviewUpdateNextCycle, PreviewUpdateNextCycle$inboundSchema, type PreviewUpdateNextCycleDiscount, PreviewUpdateNextCycleDiscount$inboundSchema, type PreviewUpdateNextCycleLineItem, PreviewUpdateNextCycleLineItem$inboundSchema, type PreviewUpdateNextCycleLineItemPeriod, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnDecrease, PreviewUpdateOnDecrease$outboundSchema, PreviewUpdateOnIncrease, PreviewUpdateOnIncrease$outboundSchema, type PreviewUpdateOutgoing, PreviewUpdateOutgoing$inboundSchema, type PreviewUpdateOutgoingFeatureQuantity, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, type PreviewUpdateParams, type PreviewUpdateParams$Outbound, PreviewUpdateParams$outboundSchema, type PreviewUpdatePlanItem, type PreviewUpdatePlanItem$Outbound, PreviewUpdatePlanItem$outboundSchema, type PreviewUpdatePrice, type PreviewUpdatePrice$Outbound, PreviewUpdatePrice$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, type PreviewUpdateProration, type PreviewUpdateProration$Outbound, PreviewUpdateProration$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, type PreviewUpdateRecalculateBalances, type PreviewUpdateRecalculateBalances$Outbound, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, type PreviewUpdateReset, type PreviewUpdateReset$Outbound, PreviewUpdateReset$outboundSchema, PreviewUpdateResetInterval, PreviewUpdateResetInterval$outboundSchema, type PreviewUpdateResponse, PreviewUpdateResponse$inboundSchema, type PreviewUpdateRollover, type PreviewUpdateRollover$Outbound, PreviewUpdateRollover$outboundSchema, type PreviewUpdateTier, type PreviewUpdateTier$Outbound, PreviewUpdateTier$outboundSchema, PreviewUpdateTierBehavior, PreviewUpdateTierBehavior$outboundSchema, type PreviewUpdateTo, type PreviewUpdateTo$Outbound, PreviewUpdateTo$outboundSchema, type PreviewUpdateUsageLineItem, PreviewUpdateUsageLineItem$inboundSchema, type PreviewUpdateUsageLineItemPeriod, PreviewUpdateUsageLineItemPeriod$inboundSchema, Processor, Processor$outboundSchema, type Product1, Product1$inboundSchema, type Product2, Product2$inboundSchema, type ProductDisplay1, ProductDisplay1$inboundSchema, type ProductDisplay2, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, type Properties1, Properties1$inboundSchema, type Properties2, Properties2$inboundSchema, type Purchase, Purchase$inboundSchema, Range, Range$outboundSchema, type RedeemReferralCodeGlobals, type RedeemReferralCodeParams, type RedeemReferralCodeParams$Outbound, RedeemReferralCodeParams$outboundSchema, type RedeemReferralCodeResponse, RedeemReferralCodeResponse$inboundSchema, type Referral, Referral$inboundSchema, type ReferralCustomer, ReferralCustomer$inboundSchema, RequestAbortedError, RequestTimeoutError, ResponseValidationError, type Rewards, Rewards$inboundSchema, RewardsType, RewardsType$inboundSchema, type SDKOptions, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, type Security, type Security$Outbound, Security$outboundSchema, ServerList, type SetupPaymentAttachDiscount, type SetupPaymentAttachDiscount$Outbound, SetupPaymentAttachDiscount$outboundSchema, type SetupPaymentBasePrice, type SetupPaymentBasePrice$Outbound, SetupPaymentBasePrice$outboundSchema, SetupPaymentBillingMethod, SetupPaymentBillingMethod$outboundSchema, type SetupPaymentCarryOverBalances, type SetupPaymentCarryOverBalances$Outbound, SetupPaymentCarryOverBalances$outboundSchema, type SetupPaymentCarryOverUsages, type SetupPaymentCarryOverUsages$Outbound, SetupPaymentCarryOverUsages$outboundSchema, type SetupPaymentCustomLineItem, type SetupPaymentCustomLineItem$Outbound, SetupPaymentCustomLineItem$outboundSchema, type SetupPaymentCustomize, type SetupPaymentCustomize$Outbound, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentExpiryDurationType, SetupPaymentExpiryDurationType$outboundSchema, type SetupPaymentFeatureQuantity, type SetupPaymentFeatureQuantity$Outbound, SetupPaymentFeatureQuantity$outboundSchema, type SetupPaymentFreeTrialParams, type SetupPaymentFreeTrialParams$Outbound, SetupPaymentFreeTrialParams$outboundSchema, type SetupPaymentGlobals, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, SetupPaymentOnDecrease, SetupPaymentOnDecrease$outboundSchema, SetupPaymentOnIncrease, SetupPaymentOnIncrease$outboundSchema, type SetupPaymentParams, type SetupPaymentParams$Outbound, SetupPaymentParams$outboundSchema, type SetupPaymentPlanItem, type SetupPaymentPlanItem$Outbound, SetupPaymentPlanItem$outboundSchema, type SetupPaymentPrice, type SetupPaymentPrice$Outbound, SetupPaymentPrice$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, type SetupPaymentProration, type SetupPaymentProration$Outbound, SetupPaymentProration$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, type SetupPaymentReset, type SetupPaymentReset$Outbound, SetupPaymentReset$outboundSchema, SetupPaymentResetInterval, SetupPaymentResetInterval$outboundSchema, type SetupPaymentResponse, SetupPaymentResponse$inboundSchema, type SetupPaymentRollover, type SetupPaymentRollover$Outbound, SetupPaymentRollover$outboundSchema, type SetupPaymentTier, type SetupPaymentTier$Outbound, SetupPaymentTier$outboundSchema, SetupPaymentTierBehavior, SetupPaymentTierBehavior$outboundSchema, type SetupPaymentTo, type SetupPaymentTo$Outbound, SetupPaymentTo$outboundSchema, type Subscription, Subscription$inboundSchema, SubscriptionStatus, SubscriptionStatus$outboundSchema, type Total, Total$inboundSchema, type TrackGlobals, type TrackLock, type TrackLock$Outbound, TrackLock$outboundSchema, type TrackParams, type TrackParams$Outbound, TrackParams$outboundSchema, type TrackResponse, TrackResponse$inboundSchema, type TrackResponseBody1, TrackResponseBody1$inboundSchema, type TrackResponseBody2, TrackResponseBody2$inboundSchema, type TrialsUsed, TrialsUsed$inboundSchema, UnexpectedClientError, type UpdateBalanceGlobals, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, type UpdateBalanceParams, type UpdateBalanceParams$Outbound, UpdateBalanceParams$outboundSchema, type UpdateBalanceResponse, UpdateBalanceResponse$inboundSchema, type UpdateCustomerAutoTopupRequest, type UpdateCustomerAutoTopupRequest$Outbound, UpdateCustomerAutoTopupRequest$outboundSchema, type UpdateCustomerAutoTopupResponse, UpdateCustomerAutoTopupResponse$inboundSchema, type UpdateCustomerBillingControlsRequest, type UpdateCustomerBillingControlsRequest$Outbound, UpdateCustomerBillingControlsRequest$outboundSchema, type UpdateCustomerBillingControlsResponse, UpdateCustomerBillingControlsResponse$inboundSchema, type UpdateCustomerConfigRequest, type UpdateCustomerConfigRequest$Outbound, UpdateCustomerConfigRequest$outboundSchema, type UpdateCustomerConfigResponse, UpdateCustomerConfigResponse$inboundSchema, type UpdateCustomerCreditSchema, UpdateCustomerCreditSchema$inboundSchema, type UpdateCustomerDisplay, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, type UpdateCustomerFeature, UpdateCustomerFeature$inboundSchema, type UpdateCustomerFlags, UpdateCustomerFlags$inboundSchema, type UpdateCustomerGlobals, UpdateCustomerIntervalRequest, UpdateCustomerIntervalRequest$outboundSchema, UpdateCustomerIntervalResponse, UpdateCustomerIntervalResponse$inboundSchema, type UpdateCustomerOverageAllowedRequest, type UpdateCustomerOverageAllowedRequest$Outbound, UpdateCustomerOverageAllowedRequest$outboundSchema, type UpdateCustomerOverageAllowedResponse, UpdateCustomerOverageAllowedResponse$inboundSchema, type UpdateCustomerParams, type UpdateCustomerParams$Outbound, UpdateCustomerParams$outboundSchema, type UpdateCustomerPurchase, UpdateCustomerPurchase$inboundSchema, type UpdateCustomerPurchaseLimitRequest, type UpdateCustomerPurchaseLimitRequest$Outbound, UpdateCustomerPurchaseLimitRequest$outboundSchema, type UpdateCustomerPurchaseLimitResponse, UpdateCustomerPurchaseLimitResponse$inboundSchema, type UpdateCustomerResponse, UpdateCustomerResponse$inboundSchema, type UpdateCustomerSpendLimitRequest, type UpdateCustomerSpendLimitRequest$Outbound, UpdateCustomerSpendLimitRequest$outboundSchema, type UpdateCustomerSpendLimitResponse, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, type UpdateCustomerSubscription, UpdateCustomerSubscription$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, type UpdateCustomerUsageAlertRequestBody, type UpdateCustomerUsageAlertRequestBody$Outbound, UpdateCustomerUsageAlertRequestBody$outboundSchema, type UpdateCustomerUsageAlertResponse, UpdateCustomerUsageAlertResponse$inboundSchema, type UpdateEntityBillingControlsRequest, type UpdateEntityBillingControlsRequest$Outbound, UpdateEntityBillingControlsRequest$outboundSchema, type UpdateEntityBillingControlsResponse, UpdateEntityBillingControlsResponse$inboundSchema, type UpdateEntityCreditSchema, UpdateEntityCreditSchema$inboundSchema, type UpdateEntityDisplay, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, type UpdateEntityFeature, UpdateEntityFeature$inboundSchema, type UpdateEntityFlags, UpdateEntityFlags$inboundSchema, type UpdateEntityGlobals, type UpdateEntityInvoice, UpdateEntityInvoice$inboundSchema, type UpdateEntityOverageAllowedRequest, type UpdateEntityOverageAllowedRequest$Outbound, UpdateEntityOverageAllowedRequest$outboundSchema, type UpdateEntityOverageAllowedResponse, UpdateEntityOverageAllowedResponse$inboundSchema, type UpdateEntityParams, type UpdateEntityParams$Outbound, UpdateEntityParams$outboundSchema, type UpdateEntityPurchase, UpdateEntityPurchase$inboundSchema, type UpdateEntityResponse, UpdateEntityResponse$inboundSchema, type UpdateEntitySpendLimitRequest, type UpdateEntitySpendLimitRequest$Outbound, UpdateEntitySpendLimitRequest$outboundSchema, type UpdateEntitySpendLimitResponse, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, type UpdateEntitySubscription, UpdateEntitySubscription$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, type UpdateEntityUsageAlertRequestBody, type UpdateEntityUsageAlertRequestBody$Outbound, UpdateEntityUsageAlertRequestBody$outboundSchema, type UpdateEntityUsageAlertResponse, UpdateEntityUsageAlertResponse$inboundSchema, type UpdateFeatureCreditSchemaRequest, type UpdateFeatureCreditSchemaRequest$Outbound, UpdateFeatureCreditSchemaRequest$outboundSchema, type UpdateFeatureCreditSchemaResponse, UpdateFeatureCreditSchemaResponse$inboundSchema, type UpdateFeatureDisplayRequest, type UpdateFeatureDisplayRequest$Outbound, UpdateFeatureDisplayRequest$outboundSchema, type UpdateFeatureDisplayResponse, UpdateFeatureDisplayResponse$inboundSchema, type UpdateFeatureGlobals, type UpdateFeatureParams, type UpdateFeatureParams$Outbound, UpdateFeatureParams$outboundSchema, type UpdateFeatureResponse, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequest, UpdateFeatureTypeRequest$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, type UpdatePlanBasePrice, type UpdatePlanBasePrice$Outbound, UpdatePlanBasePrice$outboundSchema, UpdatePlanBillingMethodRequest, UpdatePlanBillingMethodRequest$outboundSchema, UpdatePlanBillingMethodResponse, UpdatePlanBillingMethodResponse$inboundSchema, type UpdatePlanConfigRequest, type UpdatePlanConfigRequest$Outbound, UpdatePlanConfigRequest$outboundSchema, type UpdatePlanConfigResponse, UpdatePlanConfigResponse$inboundSchema, type UpdatePlanCreditSchema, UpdatePlanCreditSchema$inboundSchema, type UpdatePlanCustomerEligibility, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanExpiryDurationTypeRequest, UpdatePlanExpiryDurationTypeRequest$outboundSchema, UpdatePlanExpiryDurationTypeResponse, UpdatePlanExpiryDurationTypeResponse$inboundSchema, type UpdatePlanFeature, UpdatePlanFeature$inboundSchema, type UpdatePlanFeatureDisplay, UpdatePlanFeatureDisplay$inboundSchema, type UpdatePlanFreeTrial, UpdatePlanFreeTrial$inboundSchema, type UpdatePlanFreeTrialParams, type UpdatePlanFreeTrialParams$Outbound, UpdatePlanFreeTrialParams$outboundSchema, type UpdatePlanGlobals, type UpdatePlanItem, UpdatePlanItem$inboundSchema, type UpdatePlanItemDisplay, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemPriceIntervalRequest, UpdatePlanItemPriceIntervalRequest$outboundSchema, type UpdatePlanItemPriceResponse, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanOnDecrease, UpdatePlanOnDecrease$outboundSchema, UpdatePlanOnIncrease, UpdatePlanOnIncrease$outboundSchema, type UpdatePlanParams, type UpdatePlanParams$Outbound, UpdatePlanParams$outboundSchema, type UpdatePlanPlanItem, type UpdatePlanPlanItem$Outbound, UpdatePlanPlanItem$outboundSchema, type UpdatePlanPriceDisplay, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequest, UpdatePlanPriceIntervalRequest$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, type UpdatePlanPriceRequest, type UpdatePlanPriceRequest$Outbound, UpdatePlanPriceRequest$outboundSchema, type UpdatePlanPriceResponse, UpdatePlanPriceResponse$inboundSchema, type UpdatePlanProration, type UpdatePlanProration$Outbound, UpdatePlanProration$outboundSchema, UpdatePlanResetIntervalRequest, UpdatePlanResetIntervalRequest$outboundSchema, UpdatePlanResetIntervalResponse, UpdatePlanResetIntervalResponse$inboundSchema, type UpdatePlanResetRequest, type UpdatePlanResetRequest$Outbound, UpdatePlanResetRequest$outboundSchema, type UpdatePlanResetResponse, UpdatePlanResetResponse$inboundSchema, type UpdatePlanResponse, UpdatePlanResponse$inboundSchema, type UpdatePlanRolloverRequest, type UpdatePlanRolloverRequest$Outbound, UpdatePlanRolloverRequest$outboundSchema, type UpdatePlanRolloverResponse, UpdatePlanRolloverResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, type UpdatePlanTier, type UpdatePlanTier$Outbound, UpdatePlanTier$outboundSchema, UpdatePlanTierBehaviorRequest, UpdatePlanTierBehaviorRequest$outboundSchema, UpdatePlanTierBehaviorResponse, UpdatePlanTierBehaviorResponse$inboundSchema, type UpdatePlanTo, type UpdatePlanTo$Outbound, UpdatePlanTo$outboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, type UpdateSubscriptionParams, type UpdateSubscriptionParams$Outbound, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, attachAttachDiscountToJSON, attachBasePriceToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFreeTrialParamsToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachParamsToJSON, attachPlanItemToJSON, attachPriceToJSON, attachProrationToJSON, attachRequiredActionFromJSON, attachResetToJSON, attachResponseFromJSON, attachRolloverToJSON, attachTierToJSON, attachToToJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balancePriceFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, billingUpdateAttachDiscountToJSON, billingUpdateBasePriceToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdatePlanItemToJSON, billingUpdatePriceToJSON, billingUpdateProrationToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResetToJSON, billingUpdateResponseFromJSON, billingUpdateRolloverToJSON, billingUpdateTierToJSON, billingUpdateToToJSON, breakdownFromJSON, checkConfig1FromJSON, checkConfig2FromJSON, checkCreditSchema1FromJSON, checkCreditSchema2FromJSON, checkFeature1FromJSON, checkFeature2FromJSON, checkFreeTrial1FromJSON, checkFreeTrial2FromJSON, checkItem1FromJSON, checkItem2FromJSON, checkLockToJSON, checkParamsToJSON, checkResponseBody1FromJSON, checkResponseBody2FromJSON, checkResponseFromJSON, checkRollover1FromJSON, checkRollover2FromJSON, createBalanceParamsToJSON, createBalanceResetToJSON, createBalanceResponseFromJSON, createBalanceRolloverToJSON, createEntityBillingControlsRequestToJSON, createEntityBillingControlsResponseFromJSON, createEntityCreditSchemaFromJSON, createEntityDisplayFromJSON, createEntityFeatureFromJSON, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityOverageAllowedRequestToJSON, createEntityOverageAllowedResponseFromJSON, createEntityParamsToJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createFeatureCreditSchemaRequestToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestToJSON, createFeatureDisplayResponseFromJSON, createFeatureParamsToJSON, createFeatureResponseFromJSON, createPlanConfigRequestToJSON, createPlanConfigResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFreeTrialResponseFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPriceRequestToJSON, createPlanItemPriceResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemToJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestToJSON, createPlanPriceResponseFromJSON, createPlanProrationToJSON, createPlanResetRequestToJSON, createPlanResetResponseFromJSON, createPlanResponseFromJSON, createPlanRolloverRequestToJSON, createPlanRolloverResponseFromJSON, createPlanTierToJSON, createPlanToToJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerConfigFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataConfigToJSON, customerDataOverageAllowedToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, customerFromJSON, customerOverageAllowedFromJSON, customerPurchaseLimitFromJSON, customerSpendLimitFromJSON, customerUsageAlertFromJSON, deleteBalanceParamsToJSON, deleteBalanceResponseFromJSON, deleteCustomerParamsToJSON, deleteCustomerResponseFromJSON, deleteEntityParamsToJSON, deleteEntityResponseFromJSON, deleteFeatureParamsToJSON, deleteFeatureResponseFromJSON, deletePlanParamsToJSON, deletePlanResponseFromJSON, discountFromJSON, entityFromJSON, eventsAggregateParamsToJSON, eventsListParamsToJSON, files, finalizeBalanceParamsToJSON, finalizeLockResponseBody1FromJSON, finalizeLockResponseBody2FromJSON, finalizeLockResponseFromJSON, flag1FromJSON, flag2FromJSON, flagDisplay1FromJSON, flagDisplay2FromJSON, flagsFromJSON, formatZodError, freeTrialFromJSON, freeTrialRequestToJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityOverageAllowedFromJSON, getEntityParamsToJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureParamsToJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerConfigToJSON, getOrCreateCustomerOverageAllowedToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getPlanConfigFromJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFreeTrialFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanParamsToJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanResetFromJSON, getPlanResponseFromJSON, getPlanRolloverFromJSON, includedUsage1FromJSON, includedUsage2FromJSON, intervalFromJSON, invoiceFromJSON, itemFromJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersConfigFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFlagsFromJSON, listCustomersListFromJSON, listCustomersOverageAllowedFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimitFromJSON, listCustomersResponseFromJSON, listCustomersSpendLimitFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listEventsCustomRangeToJSON, listEventsFeatureIdToJSON, listEventsListFromJSON, listEventsResponseFromJSON, listFeaturesCreditSchemaFromJSON, listFeaturesDisplayFromJSON, listFeaturesListFromJSON, listFeaturesRequestToJSON, listFeaturesResponseFromJSON, listPlansConfigFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFreeTrialFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansListFromJSON, listPlansParamsToJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansResetFromJSON, listPlansResponseFromJSON, listPlansRolloverFromJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, planConfigFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFromJSON, planItemDisplayFromJSON, planItemPriceFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planResetFromJSON, planRolloverFromJSON, preview1FromJSON, preview2FromJSON, previewAttachAttachDiscountToJSON, previewAttachBasePriceToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachInvoiceModeToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachParamsToJSON, previewAttachPlanItemToJSON, previewAttachPriceToJSON, previewAttachProrationToJSON, previewAttachResetToJSON, previewAttachResponseFromJSON, previewAttachRolloverToJSON, previewAttachTierToJSON, previewAttachToToJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewUpdateAttachDiscountToJSON, previewUpdateBasePriceToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateParamsToJSON, previewUpdatePlanItemToJSON, previewUpdatePriceToJSON, previewUpdateProrationToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResetToJSON, previewUpdateResponseFromJSON, previewUpdateRolloverToJSON, previewUpdateTierToJSON, previewUpdateToToJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, product1FromJSON, product2FromJSON, productDisplay1FromJSON, productDisplay2FromJSON, properties1FromJSON, properties2FromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, rewardsFromJSON, securityToJSON, serverURLFromOptions, setupPaymentAttachDiscountToJSON, setupPaymentBasePriceToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemToJSON, setupPaymentPriceToJSON, setupPaymentProrationToJSON, setupPaymentResetToJSON, setupPaymentResponseFromJSON, setupPaymentRolloverToJSON, setupPaymentTierToJSON, setupPaymentToToJSON, subscriptionFromJSON, totalFromJSON, trackLockToJSON, trackParamsToJSON, trackResponseBody1FromJSON, trackResponseBody2FromJSON, trackResponseFromJSON, trialsUsedFromJSON, index as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerConfigRequestToJSON, updateCustomerConfigResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFlagsFromJSON, updateCustomerOverageAllowedRequestToJSON, updateCustomerOverageAllowedResponseFromJSON, updateCustomerParamsToJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponseFromJSON, updateCustomerResponseFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityOverageAllowedRequestToJSON, updateEntityOverageAllowedResponseFromJSON, updateEntityParamsToJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateFeatureCreditSchemaRequestToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureParamsToJSON, updateFeatureResponseFromJSON, updatePlanBasePriceToJSON, updatePlanConfigRequestToJSON, updatePlanConfigResponseFromJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsToJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPriceResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemToJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceRequestToJSON, updatePlanPriceResponseFromJSON, updatePlanProrationToJSON, updatePlanResetRequestToJSON, updatePlanResetResponseFromJSON, updatePlanResponseFromJSON, updatePlanRolloverRequestToJSON, updatePlanRolloverResponseFromJSON, updatePlanTierToJSON, updatePlanToToJSON, updateSubscriptionParamsToJSON };
|