autumn-js 1.2.13 → 1.2.15
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 +623 -108
- package/dist/backend/adapters/express.mjs +8 -8
- package/dist/backend/adapters/fetch.js +623 -108
- package/dist/backend/adapters/fetch.mjs +8 -8
- package/dist/backend/adapters/hono.js +623 -108
- package/dist/backend/adapters/hono.mjs +8 -8
- package/dist/backend/adapters/index.js +623 -108
- package/dist/backend/adapters/index.mjs +11 -11
- package/dist/backend/adapters/next.js +623 -108
- package/dist/backend/adapters/next.mjs +8 -8
- package/dist/backend/{chunk-DNNJOZAT.mjs → chunk-BQVZ6GCE.mjs} +1 -1
- package/dist/backend/{chunk-YSQQKZBU.mjs → chunk-IEOQUAJY.mjs} +7 -7
- package/dist/backend/{chunk-MANTLPDT.mjs → chunk-IQS3LQVP.mjs} +36 -8
- package/dist/backend/{chunk-7BVATYGA.mjs → chunk-NDB3VKT4.mjs} +1 -1
- package/dist/backend/{chunk-RPH5L44S.mjs → chunk-NRTK5YZK.mjs} +1 -1
- package/dist/backend/{chunk-T42RZEUZ.mjs → chunk-OXCQHLZX.mjs} +587 -100
- package/dist/backend/{chunk-EJGHP7KT.mjs → chunk-RSIOYTRW.mjs} +5 -5
- package/dist/backend/{chunk-OUDB34Y7.mjs → chunk-X7LDYBKC.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 +623 -108
- package/dist/backend/core/handlers/coreHandler.mjs +6 -6
- 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 +3 -3
- package/dist/backend/core/handlers/handleRouteByName.js +623 -108
- package/dist/backend/core/handlers/handleRouteByName.mjs +6 -6
- 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 +623 -108
- package/dist/backend/core/handlers/index.mjs +10 -10
- package/dist/backend/core/index.d.mts +1 -1
- package/dist/backend/core/index.d.ts +1 -1
- package/dist/backend/core/index.js +623 -108
- package/dist/backend/core/index.mjs +7 -7
- 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.js +36 -8
- 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.js +36 -8
- 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/index.d.mts +2 -2
- package/dist/backend/index.d.ts +2 -2
- package/dist/backend/index.js +623 -108
- package/dist/backend/index.mjs +7 -7
- package/dist/backend/{routeTypes-DVwngaBn.d.mts → routeTypes-CIspXIZ4.d.mts} +841 -169
- package/dist/backend/{routeTypes-B94_Mq2J.d.ts → routeTypes-COwIJFNS.d.ts} +841 -169
- package/dist/better-auth/{chunk-4OWECHZC.mjs → chunk-L6XX4ONM.mjs} +1 -1
- package/dist/better-auth/{chunk-ZZGFPTHO.mjs → chunk-QT6R3AXQ.mjs} +588 -101
- package/dist/better-auth/{chunk-JIFD4TSN.mjs → chunk-ZO3KGM5W.mjs} +36 -8
- 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.ts → createAutumnEndpoint-Clm1sxhQ.d.mts} +4 -8
- package/dist/better-auth/{createAutumnEndpoint-CvXRCg-M.d.mts → 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 +623 -108
- package/dist/better-auth/index.mjs +3 -3
- 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/createAutumnEndpoint.js +36 -8
- package/dist/better-auth/utils/createAutumnEndpoint.mjs +2 -2
- 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 +623 -108
- package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
- 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 +623 -108
- package/dist/better-auth/utils/index.mjs +3 -3
- package/dist/react/AutumnContext.d.mts +2 -2
- package/dist/react/AutumnContext.d.ts +2 -2
- package/dist/react/client/AutumnClient.d.mts +2 -2
- package/dist/react/client/AutumnClient.d.ts +2 -2
- package/dist/react/client/IAutumnClient.d.mts +2 -2
- package/dist/react/client/IAutumnClient.d.ts +2 -2
- package/dist/react/client/index.d.mts +2 -2
- package/dist/react/client/index.d.ts +2 -2
- package/dist/react/{customer-DB8vL_m7.d.mts → customer-BDxW2bu6.d.mts} +35 -9
- package/dist/react/{customer-CaGJEN5J.d.ts → customer-BPUObmME.d.ts} +35 -9
- package/dist/react/hooks/index.d.mts +2 -2
- package/dist/react/hooks/index.d.ts +2 -2
- package/dist/react/hooks/internal/check/balanceToAllowed.d.mts +1 -1
- package/dist/react/hooks/internal/check/balanceToAllowed.d.ts +1 -1
- package/dist/react/hooks/internal/check/customerToFeatures.d.mts +1 -1
- package/dist/react/hooks/internal/check/customerToFeatures.d.ts +1 -1
- package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.mts +1 -1
- package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.ts +1 -1
- package/dist/react/hooks/internal/check/getCreditCost.d.mts +1 -1
- package/dist/react/hooks/internal/check/getCreditCost.d.ts +1 -1
- package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +2 -2
- package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +2 -2
- package/dist/react/hooks/internal/useCustomerActions.d.mts +2 -2
- package/dist/react/hooks/internal/useCustomerActions.d.ts +2 -2
- 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 +2 -2
- package/dist/react/hooks/useCustomer.d.ts +2 -2
- 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 +2 -2
- package/dist/react/index.d.ts +2 -2
- package/dist/react/{params-B5l9vHfZ.d.ts → params-D4cEukOJ.d.ts} +615 -64
- package/dist/react/{params-BVglT8vT.d.mts → params-DzbSUS8O.d.mts} +615 -64
- package/dist/sdk/index.d.mts +980 -173
- package/dist/sdk/index.d.ts +980 -173
- package/dist/sdk/index.js +978 -212
- package/dist/sdk/index.mjs +825 -149
- package/package.json +1 -1
- package/dist/backend/{chunk-S5HPMJ4U.mjs → chunk-55C2WWXQ.mjs} +3 -3
package/dist/sdk/index.d.ts
CHANGED
|
@@ -111,8 +111,8 @@ declare const SDK_METADATA: {
|
|
|
111
111
|
readonly language: "typescript";
|
|
112
112
|
readonly openapiDocVersion: "2.2.0";
|
|
113
113
|
readonly sdkVersion: "0.10.17";
|
|
114
|
-
readonly genVersion: "2.881.
|
|
115
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.10.17 2.881.
|
|
114
|
+
readonly genVersion: "2.881.16";
|
|
115
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.10.17 2.881.16 2.2.0 @useautumn/sdk";
|
|
116
116
|
};
|
|
117
117
|
|
|
118
118
|
/**
|
|
@@ -874,6 +874,10 @@ type AttachParams = {
|
|
|
874
874
|
* If true, skips any billing changes for the attach operation.
|
|
875
875
|
*/
|
|
876
876
|
noBillingChanges?: boolean | undefined;
|
|
877
|
+
/**
|
|
878
|
+
* If true, the customer's plan is activated immediately even when payment is deferred (invoice mode) or pending (Stripe checkout). For Stripe checkout, the customer_product is inserted before the customer completes the hosted form.
|
|
879
|
+
*/
|
|
880
|
+
enablePlanImmediately?: boolean | undefined;
|
|
877
881
|
};
|
|
878
882
|
/**
|
|
879
883
|
* Invoice details if an invoice was created. Only present when a charge was made.
|
|
@@ -1146,6 +1150,7 @@ type AttachParams$Outbound = {
|
|
|
1146
1150
|
[k: string]: string;
|
|
1147
1151
|
} | undefined;
|
|
1148
1152
|
no_billing_changes?: boolean | undefined;
|
|
1153
|
+
enable_plan_immediately?: boolean | undefined;
|
|
1149
1154
|
};
|
|
1150
1155
|
/** @internal */
|
|
1151
1156
|
declare const AttachParams$outboundSchema: z$1.ZodMiniType<AttachParams$Outbound, AttachParams>;
|
|
@@ -2182,58 +2187,509 @@ type CheckGlobals = {
|
|
|
2182
2187
|
*/
|
|
2183
2188
|
type CheckLock = {
|
|
2184
2189
|
/**
|
|
2185
|
-
* A unique identifier for this lock. Used to finalize the lock later via balances.finalize.
|
|
2190
|
+
* A unique identifier for this lock. Used to finalize the lock later via balances.finalize.
|
|
2191
|
+
*/
|
|
2192
|
+
lockId: string;
|
|
2193
|
+
/**
|
|
2194
|
+
* Must be true to enable locking.
|
|
2195
|
+
*/
|
|
2196
|
+
enabled: true;
|
|
2197
|
+
/**
|
|
2198
|
+
* Unix timestamp (ms) when the lock automatically expires and releases the held balance.
|
|
2199
|
+
*/
|
|
2200
|
+
expiresAt?: number | undefined;
|
|
2201
|
+
};
|
|
2202
|
+
type CheckParams = {
|
|
2203
|
+
/**
|
|
2204
|
+
* The ID of the customer.
|
|
2205
|
+
*/
|
|
2206
|
+
customerId: string;
|
|
2207
|
+
/**
|
|
2208
|
+
* The ID of the feature.
|
|
2209
|
+
*/
|
|
2210
|
+
featureId: string;
|
|
2211
|
+
/**
|
|
2212
|
+
* The ID of the entity for entity-scoped balances (e.g., per-seat limits).
|
|
2213
|
+
*/
|
|
2214
|
+
entityId?: string | undefined;
|
|
2215
|
+
/**
|
|
2216
|
+
* Minimum balance required for access. Returns allowed: false if the customer's balance is below this value. Defaults to 1.
|
|
2217
|
+
*/
|
|
2218
|
+
requiredBalance?: number | undefined;
|
|
2219
|
+
/**
|
|
2220
|
+
* Additional properties to attach to the usage event if send_event is true.
|
|
2221
|
+
*/
|
|
2222
|
+
properties?: {
|
|
2223
|
+
[k: string]: any;
|
|
2224
|
+
} | undefined;
|
|
2225
|
+
/**
|
|
2226
|
+
* If true, atomically records a usage event while checking access. The required_balance value is used as the usage amount. Combines check + track in one call.
|
|
2227
|
+
*/
|
|
2228
|
+
sendEvent?: boolean | undefined;
|
|
2229
|
+
/**
|
|
2230
|
+
* Reserve units of a feature upfront by passing a lock_id, then call balances.finalize to confirm or release the hold.
|
|
2231
|
+
*/
|
|
2232
|
+
lock?: CheckLock | undefined;
|
|
2233
|
+
/**
|
|
2234
|
+
* If true, includes upgrade/upsell information in the response when access is denied. Useful for displaying paywalls.
|
|
2235
|
+
*/
|
|
2236
|
+
withPreview?: boolean | undefined;
|
|
2237
|
+
};
|
|
2238
|
+
/**
|
|
2239
|
+
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2240
|
+
*/
|
|
2241
|
+
declare const FlagType2: {
|
|
2242
|
+
readonly Boolean: "boolean";
|
|
2243
|
+
readonly Metered: "metered";
|
|
2244
|
+
readonly CreditSystem: "credit_system";
|
|
2245
|
+
};
|
|
2246
|
+
/**
|
|
2247
|
+
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2248
|
+
*/
|
|
2249
|
+
type FlagType2 = OpenEnum<typeof FlagType2>;
|
|
2250
|
+
type CheckCreditSchema2 = {
|
|
2251
|
+
/**
|
|
2252
|
+
* ID of the metered feature that draws from this credit system.
|
|
2253
|
+
*/
|
|
2254
|
+
meteredFeatureId: string;
|
|
2255
|
+
/**
|
|
2256
|
+
* Credits consumed per unit of the metered feature.
|
|
2257
|
+
*/
|
|
2258
|
+
creditCost: number;
|
|
2259
|
+
};
|
|
2260
|
+
/**
|
|
2261
|
+
* Display names for the feature in billing UI and customer-facing components.
|
|
2262
|
+
*/
|
|
2263
|
+
type FlagDisplay2 = {
|
|
2264
|
+
/**
|
|
2265
|
+
* Singular form for UI display (e.g., 'API call', 'seat').
|
|
2266
|
+
*/
|
|
2267
|
+
singular?: string | null | undefined;
|
|
2268
|
+
/**
|
|
2269
|
+
* Plural form for UI display (e.g., 'API calls', 'seats').
|
|
2270
|
+
*/
|
|
2271
|
+
plural?: string | null | undefined;
|
|
2272
|
+
};
|
|
2273
|
+
/**
|
|
2274
|
+
* The full feature object if expanded.
|
|
2275
|
+
*/
|
|
2276
|
+
type CheckFeature2 = {
|
|
2277
|
+
/**
|
|
2278
|
+
* The unique identifier for this feature, used in /check and /track calls.
|
|
2279
|
+
*/
|
|
2280
|
+
id: string;
|
|
2281
|
+
/**
|
|
2282
|
+
* Human-readable name displayed in the dashboard and billing UI.
|
|
2283
|
+
*/
|
|
2284
|
+
name: string;
|
|
2285
|
+
/**
|
|
2286
|
+
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2287
|
+
*/
|
|
2288
|
+
type: FlagType2;
|
|
2289
|
+
/**
|
|
2290
|
+
* For metered features: true if usage resets periodically (API calls, credits), false if allocated persistently (seats, storage).
|
|
2291
|
+
*/
|
|
2292
|
+
consumable: boolean;
|
|
2293
|
+
/**
|
|
2294
|
+
* Event names that trigger this feature's balance. Allows multiple features to respond to a single event.
|
|
2295
|
+
*/
|
|
2296
|
+
eventNames?: Array<string> | undefined;
|
|
2297
|
+
/**
|
|
2298
|
+
* For credit_system features: maps metered features to their credit costs.
|
|
2299
|
+
*/
|
|
2300
|
+
creditSchema?: Array<CheckCreditSchema2> | undefined;
|
|
2301
|
+
/**
|
|
2302
|
+
* Display names for the feature in billing UI and customer-facing components.
|
|
2303
|
+
*/
|
|
2304
|
+
display?: FlagDisplay2 | undefined;
|
|
2305
|
+
/**
|
|
2306
|
+
* Whether the feature is archived and hidden from the dashboard.
|
|
2307
|
+
*/
|
|
2308
|
+
archived: boolean;
|
|
2309
|
+
};
|
|
2310
|
+
type Flag2 = {
|
|
2311
|
+
/**
|
|
2312
|
+
* The unique identifier for this flag.
|
|
2313
|
+
*/
|
|
2314
|
+
id: string;
|
|
2315
|
+
/**
|
|
2316
|
+
* The plan ID this flag originates from, or null for standalone flags.
|
|
2317
|
+
*/
|
|
2318
|
+
planId: string | null;
|
|
2319
|
+
/**
|
|
2320
|
+
* Timestamp when this flag expires, or null for no expiration.
|
|
2321
|
+
*/
|
|
2322
|
+
expiresAt: number | null;
|
|
2323
|
+
/**
|
|
2324
|
+
* The feature ID this flag is for.
|
|
2325
|
+
*/
|
|
2326
|
+
featureId: string;
|
|
2327
|
+
/**
|
|
2328
|
+
* The full feature object if expanded.
|
|
2329
|
+
*/
|
|
2330
|
+
feature?: CheckFeature2 | undefined;
|
|
2331
|
+
};
|
|
2332
|
+
/**
|
|
2333
|
+
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
2334
|
+
*/
|
|
2335
|
+
declare const Scenario2: {
|
|
2336
|
+
readonly UsageLimit: "usage_limit";
|
|
2337
|
+
readonly FeatureFlag: "feature_flag";
|
|
2338
|
+
};
|
|
2339
|
+
/**
|
|
2340
|
+
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
2341
|
+
*/
|
|
2342
|
+
type Scenario2 = OpenEnum<typeof Scenario2>;
|
|
2343
|
+
/**
|
|
2344
|
+
* The environment of the product
|
|
2345
|
+
*/
|
|
2346
|
+
declare const CheckEnv2: {
|
|
2347
|
+
readonly Sandbox: "sandbox";
|
|
2348
|
+
readonly Live: "live";
|
|
2349
|
+
};
|
|
2350
|
+
/**
|
|
2351
|
+
* The environment of the product
|
|
2352
|
+
*/
|
|
2353
|
+
type CheckEnv2 = OpenEnum<typeof CheckEnv2>;
|
|
2354
|
+
declare const ProductType2: {
|
|
2355
|
+
readonly Feature: "feature";
|
|
2356
|
+
readonly PricedFeature: "priced_feature";
|
|
2357
|
+
readonly Price: "price";
|
|
2358
|
+
};
|
|
2359
|
+
type ProductType2 = OpenEnum<typeof ProductType2>;
|
|
2360
|
+
declare const FeatureType2: {
|
|
2361
|
+
readonly SingleUse: "single_use";
|
|
2362
|
+
readonly ContinuousUse: "continuous_use";
|
|
2363
|
+
readonly Boolean: "boolean";
|
|
2364
|
+
readonly Static: "static";
|
|
2365
|
+
};
|
|
2366
|
+
type FeatureType2 = OpenEnum<typeof FeatureType2>;
|
|
2367
|
+
type IncludedUsage2 = number | string;
|
|
2368
|
+
declare const CheckInterval2: {
|
|
2369
|
+
readonly Minute: "minute";
|
|
2370
|
+
readonly Hour: "hour";
|
|
2371
|
+
readonly Day: "day";
|
|
2372
|
+
readonly Week: "week";
|
|
2373
|
+
readonly Month: "month";
|
|
2374
|
+
readonly Quarter: "quarter";
|
|
2375
|
+
readonly SemiAnnual: "semi_annual";
|
|
2376
|
+
readonly Year: "year";
|
|
2377
|
+
};
|
|
2378
|
+
type CheckInterval2 = OpenEnum<typeof CheckInterval2>;
|
|
2379
|
+
declare const CheckTierBehavior2: {
|
|
2380
|
+
readonly Graduated: "graduated";
|
|
2381
|
+
readonly Volume: "volume";
|
|
2382
|
+
};
|
|
2383
|
+
type CheckTierBehavior2 = OpenEnum<typeof CheckTierBehavior2>;
|
|
2384
|
+
declare const UsageModel2: {
|
|
2385
|
+
readonly Prepaid: "prepaid";
|
|
2386
|
+
readonly PayPerUse: "pay_per_use";
|
|
2387
|
+
};
|
|
2388
|
+
type UsageModel2 = OpenEnum<typeof UsageModel2>;
|
|
2389
|
+
type ProductDisplay2 = {
|
|
2390
|
+
primaryText: string;
|
|
2391
|
+
secondaryText?: string | null | undefined;
|
|
2392
|
+
};
|
|
2393
|
+
declare const ConfigDuration2: {
|
|
2394
|
+
readonly Month: "month";
|
|
2395
|
+
readonly Forever: "forever";
|
|
2396
|
+
};
|
|
2397
|
+
type ConfigDuration2 = OpenEnum<typeof ConfigDuration2>;
|
|
2398
|
+
type CheckRollover2 = {
|
|
2399
|
+
max?: number | null | undefined;
|
|
2400
|
+
maxPercentage?: number | null | undefined;
|
|
2401
|
+
duration: ConfigDuration2;
|
|
2402
|
+
length: number;
|
|
2403
|
+
};
|
|
2404
|
+
declare const CheckOnIncrease2: {
|
|
2405
|
+
readonly BillImmediately: "bill_immediately";
|
|
2406
|
+
readonly ProrateImmediately: "prorate_immediately";
|
|
2407
|
+
readonly ProrateNextCycle: "prorate_next_cycle";
|
|
2408
|
+
readonly BillNextCycle: "bill_next_cycle";
|
|
2409
|
+
};
|
|
2410
|
+
type CheckOnIncrease2 = OpenEnum<typeof CheckOnIncrease2>;
|
|
2411
|
+
declare const CheckOnDecrease2: {
|
|
2412
|
+
readonly Prorate: "prorate";
|
|
2413
|
+
readonly ProrateImmediately: "prorate_immediately";
|
|
2414
|
+
readonly ProrateNextCycle: "prorate_next_cycle";
|
|
2415
|
+
readonly None: "none";
|
|
2416
|
+
readonly NoProrations: "no_prorations";
|
|
2417
|
+
};
|
|
2418
|
+
type CheckOnDecrease2 = OpenEnum<typeof CheckOnDecrease2>;
|
|
2419
|
+
type CheckConfig2 = {
|
|
2420
|
+
rollover?: CheckRollover2 | null | undefined;
|
|
2421
|
+
onIncrease?: CheckOnIncrease2 | null | undefined;
|
|
2422
|
+
onDecrease?: CheckOnDecrease2 | null | undefined;
|
|
2423
|
+
};
|
|
2424
|
+
/**
|
|
2425
|
+
* Product item defining features and pricing within a product
|
|
2426
|
+
*/
|
|
2427
|
+
type CheckItem2 = {
|
|
2428
|
+
/**
|
|
2429
|
+
* The type of the product item
|
|
2430
|
+
*/
|
|
2431
|
+
type?: ProductType2 | null | undefined;
|
|
2432
|
+
/**
|
|
2433
|
+
* The feature ID of the product item. If the item is a fixed price, should be `null`
|
|
2434
|
+
*/
|
|
2435
|
+
featureId?: string | null | undefined;
|
|
2436
|
+
/**
|
|
2437
|
+
* 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.
|
|
2438
|
+
*/
|
|
2439
|
+
featureType?: FeatureType2 | null | undefined;
|
|
2440
|
+
/**
|
|
2441
|
+
* The amount of usage included for this feature.
|
|
2442
|
+
*/
|
|
2443
|
+
includedUsage?: number | string | null | undefined;
|
|
2444
|
+
/**
|
|
2445
|
+
* 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.
|
|
2446
|
+
*/
|
|
2447
|
+
interval?: CheckInterval2 | null | undefined;
|
|
2448
|
+
/**
|
|
2449
|
+
* The interval count of the product item.
|
|
2450
|
+
*/
|
|
2451
|
+
intervalCount?: number | null | undefined;
|
|
2452
|
+
/**
|
|
2453
|
+
* The price of the product item. Should be `null` if tiered pricing is set.
|
|
2454
|
+
*/
|
|
2455
|
+
price?: number | null | undefined;
|
|
2456
|
+
/**
|
|
2457
|
+
* Tiered pricing for the product item. Not applicable for fixed price items.
|
|
2458
|
+
*/
|
|
2459
|
+
tiers?: Array<any | null> | null | undefined;
|
|
2460
|
+
/**
|
|
2461
|
+
* How tiers are applied: graduated (split across bands) or volume (flat rate for the matched tier). Defaults to graduated.
|
|
2462
|
+
*/
|
|
2463
|
+
tierBehavior?: CheckTierBehavior2 | null | undefined;
|
|
2464
|
+
/**
|
|
2465
|
+
* Whether the feature should be prepaid upfront or billed for how much they use end of billing period.
|
|
2466
|
+
*/
|
|
2467
|
+
usageModel?: UsageModel2 | null | undefined;
|
|
2468
|
+
/**
|
|
2469
|
+
* The amount per billing unit (eg. $9 / 250 units)
|
|
2470
|
+
*/
|
|
2471
|
+
billingUnits?: number | null | undefined;
|
|
2472
|
+
/**
|
|
2473
|
+
* Whether the usage should be reset when the product is enabled.
|
|
2474
|
+
*/
|
|
2475
|
+
resetUsageWhenEnabled?: boolean | null | undefined;
|
|
2476
|
+
/**
|
|
2477
|
+
* The entity feature ID of the product item if applicable.
|
|
2478
|
+
*/
|
|
2479
|
+
entityFeatureId?: string | null | undefined;
|
|
2480
|
+
/**
|
|
2481
|
+
* The display of the product item.
|
|
2482
|
+
*/
|
|
2483
|
+
display?: ProductDisplay2 | null | undefined;
|
|
2484
|
+
/**
|
|
2485
|
+
* Used in customer context. Quantity of the feature the customer has prepaid for.
|
|
2486
|
+
*/
|
|
2487
|
+
quantity?: number | null | undefined;
|
|
2488
|
+
/**
|
|
2489
|
+
* Used in customer context. Quantity of the feature the customer will prepay for in the next cycle.
|
|
2490
|
+
*/
|
|
2491
|
+
nextCycleQuantity?: number | null | undefined;
|
|
2492
|
+
/**
|
|
2493
|
+
* Configuration for rollover and proration behavior of the feature.
|
|
2494
|
+
*/
|
|
2495
|
+
config?: CheckConfig2 | null | undefined;
|
|
2496
|
+
};
|
|
2497
|
+
/**
|
|
2498
|
+
* The duration type of the free trial
|
|
2499
|
+
*/
|
|
2500
|
+
declare const FreeTrialDuration2: {
|
|
2501
|
+
readonly Day: "day";
|
|
2502
|
+
readonly Month: "month";
|
|
2503
|
+
readonly Year: "year";
|
|
2504
|
+
};
|
|
2505
|
+
/**
|
|
2506
|
+
* The duration type of the free trial
|
|
2507
|
+
*/
|
|
2508
|
+
type FreeTrialDuration2 = OpenEnum<typeof FreeTrialDuration2>;
|
|
2509
|
+
type CheckFreeTrial2 = {
|
|
2510
|
+
/**
|
|
2511
|
+
* The duration type of the free trial
|
|
2512
|
+
*/
|
|
2513
|
+
duration: FreeTrialDuration2;
|
|
2514
|
+
/**
|
|
2515
|
+
* The length of the duration type specified
|
|
2516
|
+
*/
|
|
2517
|
+
length: number;
|
|
2518
|
+
/**
|
|
2519
|
+
* Whether the free trial is limited to one per customer fingerprint
|
|
2520
|
+
*/
|
|
2521
|
+
uniqueFingerprint: boolean;
|
|
2522
|
+
/**
|
|
2523
|
+
* 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.
|
|
2524
|
+
*/
|
|
2525
|
+
cardRequired: boolean;
|
|
2526
|
+
/**
|
|
2527
|
+
* Used in customer context. Whether the free trial is available for the customer if they were to attach the product.
|
|
2528
|
+
*/
|
|
2529
|
+
trialAvailable: boolean | null;
|
|
2530
|
+
};
|
|
2531
|
+
/**
|
|
2532
|
+
* Scenario for when this product is used in attach flows
|
|
2533
|
+
*/
|
|
2534
|
+
declare const ProductScenario2: {
|
|
2535
|
+
readonly Scheduled: "scheduled";
|
|
2536
|
+
readonly Active: "active";
|
|
2537
|
+
readonly New: "new";
|
|
2538
|
+
readonly Renew: "renew";
|
|
2539
|
+
readonly Upgrade: "upgrade";
|
|
2540
|
+
readonly UpdatePrepaidQuantity: "update_prepaid_quantity";
|
|
2541
|
+
readonly Downgrade: "downgrade";
|
|
2542
|
+
readonly Cancel: "cancel";
|
|
2543
|
+
readonly Expired: "expired";
|
|
2544
|
+
readonly PastDue: "past_due";
|
|
2545
|
+
};
|
|
2546
|
+
/**
|
|
2547
|
+
* Scenario for when this product is used in attach flows
|
|
2548
|
+
*/
|
|
2549
|
+
type ProductScenario2 = OpenEnum<typeof ProductScenario2>;
|
|
2550
|
+
type Properties2 = {
|
|
2551
|
+
/**
|
|
2552
|
+
* True if the product has no base price or usage prices
|
|
2553
|
+
*/
|
|
2554
|
+
isFree: boolean;
|
|
2555
|
+
/**
|
|
2556
|
+
* True if the product only contains a one-time price
|
|
2557
|
+
*/
|
|
2558
|
+
isOneOff: boolean;
|
|
2559
|
+
/**
|
|
2560
|
+
* The billing interval group for recurring products (e.g., 'monthly', 'yearly')
|
|
2561
|
+
*/
|
|
2562
|
+
intervalGroup?: string | null | undefined;
|
|
2563
|
+
/**
|
|
2564
|
+
* True if the product includes a free trial
|
|
2565
|
+
*/
|
|
2566
|
+
hasTrial?: boolean | null | undefined;
|
|
2567
|
+
/**
|
|
2568
|
+
* True if the product can be updated after creation (only applicable if there are prepaid recurring prices)
|
|
2569
|
+
*/
|
|
2570
|
+
updateable?: boolean | null | undefined;
|
|
2571
|
+
};
|
|
2572
|
+
type Product2 = {
|
|
2573
|
+
/**
|
|
2574
|
+
* The ID of the product you set when creating the product
|
|
2575
|
+
*/
|
|
2576
|
+
id: string;
|
|
2577
|
+
/**
|
|
2578
|
+
* The name of the product
|
|
2579
|
+
*/
|
|
2580
|
+
name: string;
|
|
2581
|
+
/**
|
|
2582
|
+
* Product group which this product belongs to
|
|
2583
|
+
*/
|
|
2584
|
+
group: string | null;
|
|
2585
|
+
/**
|
|
2586
|
+
* The environment of the product
|
|
2587
|
+
*/
|
|
2588
|
+
env: CheckEnv2;
|
|
2589
|
+
/**
|
|
2590
|
+
* Whether the product is an add-on and can be purchased alongside other products
|
|
2591
|
+
*/
|
|
2592
|
+
isAddOn: boolean;
|
|
2593
|
+
/**
|
|
2594
|
+
* Whether the product is the default product
|
|
2595
|
+
*/
|
|
2596
|
+
isDefault: boolean;
|
|
2597
|
+
/**
|
|
2598
|
+
* Whether this product has been archived and is no longer available
|
|
2599
|
+
*/
|
|
2600
|
+
archived: boolean;
|
|
2601
|
+
/**
|
|
2602
|
+
* The current version of the product
|
|
2603
|
+
*/
|
|
2604
|
+
version: number;
|
|
2605
|
+
/**
|
|
2606
|
+
* The timestamp of when the product was created in milliseconds since epoch
|
|
2607
|
+
*/
|
|
2608
|
+
createdAt: number;
|
|
2609
|
+
/**
|
|
2610
|
+
* Array of product items that define the product's features and pricing
|
|
2611
|
+
*/
|
|
2612
|
+
items: Array<CheckItem2>;
|
|
2613
|
+
/**
|
|
2614
|
+
* Free trial configuration for this product, if available
|
|
2615
|
+
*/
|
|
2616
|
+
freeTrial: CheckFreeTrial2 | null;
|
|
2617
|
+
/**
|
|
2618
|
+
* ID of the base variant this product is derived from
|
|
2619
|
+
*/
|
|
2620
|
+
baseVariantId: string | null;
|
|
2621
|
+
/**
|
|
2622
|
+
* Scenario for when this product is used in attach flows
|
|
2623
|
+
*/
|
|
2624
|
+
scenario?: ProductScenario2 | undefined;
|
|
2625
|
+
properties?: Properties2 | undefined;
|
|
2626
|
+
};
|
|
2627
|
+
/**
|
|
2628
|
+
* Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
|
|
2629
|
+
*/
|
|
2630
|
+
type Preview2 = {
|
|
2631
|
+
/**
|
|
2632
|
+
* The reason access was denied. 'usage_limit' means the customer exceeded their balance, 'feature_flag' means the feature is not included in their plan.
|
|
2633
|
+
*/
|
|
2634
|
+
scenario: Scenario2;
|
|
2635
|
+
/**
|
|
2636
|
+
* A title suitable for displaying in a paywall or upgrade modal.
|
|
2186
2637
|
*/
|
|
2187
|
-
|
|
2638
|
+
title: string;
|
|
2188
2639
|
/**
|
|
2189
|
-
*
|
|
2640
|
+
* A message explaining why access was denied.
|
|
2190
2641
|
*/
|
|
2191
|
-
|
|
2642
|
+
message: string;
|
|
2192
2643
|
/**
|
|
2193
|
-
*
|
|
2644
|
+
* The ID of the feature that was checked.
|
|
2194
2645
|
*/
|
|
2195
|
-
|
|
2196
|
-
};
|
|
2197
|
-
type CheckParams = {
|
|
2646
|
+
featureId: string;
|
|
2198
2647
|
/**
|
|
2199
|
-
* The
|
|
2648
|
+
* The display name of the feature.
|
|
2200
2649
|
*/
|
|
2201
|
-
|
|
2650
|
+
featureName: string;
|
|
2202
2651
|
/**
|
|
2203
|
-
*
|
|
2652
|
+
* Products that would grant access to this feature. Use to display upgrade options.
|
|
2204
2653
|
*/
|
|
2205
|
-
|
|
2654
|
+
products: Array<Product2>;
|
|
2655
|
+
};
|
|
2656
|
+
/**
|
|
2657
|
+
* Accepted. Autumn is experiencing degraded service from a downstream provider, so access was allowed fail-open.
|
|
2658
|
+
*/
|
|
2659
|
+
type CheckResponseBody2 = {
|
|
2206
2660
|
/**
|
|
2207
|
-
*
|
|
2661
|
+
* Whether the customer is allowed to use the feature. True if they have sufficient balance or the feature is unlimited/boolean.
|
|
2208
2662
|
*/
|
|
2209
|
-
|
|
2663
|
+
allowed: boolean;
|
|
2210
2664
|
/**
|
|
2211
|
-
*
|
|
2665
|
+
* The ID of the customer that was checked.
|
|
2212
2666
|
*/
|
|
2213
|
-
|
|
2667
|
+
customerId: string;
|
|
2214
2668
|
/**
|
|
2215
|
-
*
|
|
2669
|
+
* The ID of the entity, if an entity-scoped check was performed.
|
|
2216
2670
|
*/
|
|
2217
|
-
|
|
2218
|
-
[k: string]: any;
|
|
2219
|
-
} | undefined;
|
|
2671
|
+
entityId?: string | null | undefined;
|
|
2220
2672
|
/**
|
|
2221
|
-
*
|
|
2673
|
+
* The required balance that was checked against.
|
|
2222
2674
|
*/
|
|
2223
|
-
|
|
2675
|
+
requiredBalance?: number | undefined;
|
|
2224
2676
|
/**
|
|
2225
|
-
*
|
|
2677
|
+
* The customer's balance for this feature. Null if the customer has no balance for this feature.
|
|
2226
2678
|
*/
|
|
2227
|
-
|
|
2679
|
+
balance: Balance | null;
|
|
2228
2680
|
/**
|
|
2229
|
-
*
|
|
2681
|
+
* The flag associated with this check, if any.
|
|
2230
2682
|
*/
|
|
2231
|
-
|
|
2683
|
+
flag: Flag2 | null;
|
|
2684
|
+
/**
|
|
2685
|
+
* Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
|
|
2686
|
+
*/
|
|
2687
|
+
preview?: Preview2 | undefined;
|
|
2232
2688
|
};
|
|
2233
2689
|
/**
|
|
2234
2690
|
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2235
2691
|
*/
|
|
2236
|
-
declare const
|
|
2692
|
+
declare const FlagType1: {
|
|
2237
2693
|
readonly Boolean: "boolean";
|
|
2238
2694
|
readonly Metered: "metered";
|
|
2239
2695
|
readonly CreditSystem: "credit_system";
|
|
@@ -2241,8 +2697,8 @@ declare const FlagType: {
|
|
|
2241
2697
|
/**
|
|
2242
2698
|
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2243
2699
|
*/
|
|
2244
|
-
type
|
|
2245
|
-
type
|
|
2700
|
+
type FlagType1 = OpenEnum<typeof FlagType1>;
|
|
2701
|
+
type CheckCreditSchema1 = {
|
|
2246
2702
|
/**
|
|
2247
2703
|
* ID of the metered feature that draws from this credit system.
|
|
2248
2704
|
*/
|
|
@@ -2255,7 +2711,7 @@ type CheckCreditSchema = {
|
|
|
2255
2711
|
/**
|
|
2256
2712
|
* Display names for the feature in billing UI and customer-facing components.
|
|
2257
2713
|
*/
|
|
2258
|
-
type
|
|
2714
|
+
type FlagDisplay1 = {
|
|
2259
2715
|
/**
|
|
2260
2716
|
* Singular form for UI display (e.g., 'API call', 'seat').
|
|
2261
2717
|
*/
|
|
@@ -2268,7 +2724,7 @@ type FlagDisplay = {
|
|
|
2268
2724
|
/**
|
|
2269
2725
|
* The full feature object if expanded.
|
|
2270
2726
|
*/
|
|
2271
|
-
type
|
|
2727
|
+
type CheckFeature1 = {
|
|
2272
2728
|
/**
|
|
2273
2729
|
* The unique identifier for this feature, used in /check and /track calls.
|
|
2274
2730
|
*/
|
|
@@ -2280,7 +2736,7 @@ type CheckFeature = {
|
|
|
2280
2736
|
/**
|
|
2281
2737
|
* Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
|
|
2282
2738
|
*/
|
|
2283
|
-
type:
|
|
2739
|
+
type: FlagType1;
|
|
2284
2740
|
/**
|
|
2285
2741
|
* For metered features: true if usage resets periodically (API calls, credits), false if allocated persistently (seats, storage).
|
|
2286
2742
|
*/
|
|
@@ -2292,17 +2748,17 @@ type CheckFeature = {
|
|
|
2292
2748
|
/**
|
|
2293
2749
|
* For credit_system features: maps metered features to their credit costs.
|
|
2294
2750
|
*/
|
|
2295
|
-
creditSchema?: Array<
|
|
2751
|
+
creditSchema?: Array<CheckCreditSchema1> | undefined;
|
|
2296
2752
|
/**
|
|
2297
2753
|
* Display names for the feature in billing UI and customer-facing components.
|
|
2298
2754
|
*/
|
|
2299
|
-
display?:
|
|
2755
|
+
display?: FlagDisplay1 | undefined;
|
|
2300
2756
|
/**
|
|
2301
2757
|
* Whether the feature is archived and hidden from the dashboard.
|
|
2302
2758
|
*/
|
|
2303
2759
|
archived: boolean;
|
|
2304
2760
|
};
|
|
2305
|
-
type
|
|
2761
|
+
type Flag1 = {
|
|
2306
2762
|
/**
|
|
2307
2763
|
* The unique identifier for this flag.
|
|
2308
2764
|
*/
|
|
@@ -2322,45 +2778,45 @@ type Flag = {
|
|
|
2322
2778
|
/**
|
|
2323
2779
|
* The full feature object if expanded.
|
|
2324
2780
|
*/
|
|
2325
|
-
feature?:
|
|
2781
|
+
feature?: CheckFeature1 | undefined;
|
|
2326
2782
|
};
|
|
2327
2783
|
/**
|
|
2328
2784
|
* 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
2785
|
*/
|
|
2330
|
-
declare const
|
|
2786
|
+
declare const Scenario1: {
|
|
2331
2787
|
readonly UsageLimit: "usage_limit";
|
|
2332
2788
|
readonly FeatureFlag: "feature_flag";
|
|
2333
2789
|
};
|
|
2334
2790
|
/**
|
|
2335
2791
|
* 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
2792
|
*/
|
|
2337
|
-
type
|
|
2793
|
+
type Scenario1 = OpenEnum<typeof Scenario1>;
|
|
2338
2794
|
/**
|
|
2339
2795
|
* The environment of the product
|
|
2340
2796
|
*/
|
|
2341
|
-
declare const
|
|
2797
|
+
declare const CheckEnv1: {
|
|
2342
2798
|
readonly Sandbox: "sandbox";
|
|
2343
2799
|
readonly Live: "live";
|
|
2344
2800
|
};
|
|
2345
2801
|
/**
|
|
2346
2802
|
* The environment of the product
|
|
2347
2803
|
*/
|
|
2348
|
-
type
|
|
2349
|
-
declare const
|
|
2804
|
+
type CheckEnv1 = OpenEnum<typeof CheckEnv1>;
|
|
2805
|
+
declare const ProductType1: {
|
|
2350
2806
|
readonly Feature: "feature";
|
|
2351
2807
|
readonly PricedFeature: "priced_feature";
|
|
2352
2808
|
readonly Price: "price";
|
|
2353
2809
|
};
|
|
2354
|
-
type
|
|
2355
|
-
declare const
|
|
2810
|
+
type ProductType1 = OpenEnum<typeof ProductType1>;
|
|
2811
|
+
declare const FeatureType1: {
|
|
2356
2812
|
readonly SingleUse: "single_use";
|
|
2357
2813
|
readonly ContinuousUse: "continuous_use";
|
|
2358
2814
|
readonly Boolean: "boolean";
|
|
2359
2815
|
readonly Static: "static";
|
|
2360
2816
|
};
|
|
2361
|
-
type
|
|
2362
|
-
type
|
|
2363
|
-
declare const
|
|
2817
|
+
type FeatureType1 = OpenEnum<typeof FeatureType1>;
|
|
2818
|
+
type IncludedUsage1 = number | string;
|
|
2819
|
+
declare const CheckInterval1: {
|
|
2364
2820
|
readonly Minute: "minute";
|
|
2365
2821
|
readonly Hour: "hour";
|
|
2366
2822
|
readonly Day: "day";
|
|
@@ -2370,60 +2826,60 @@ declare const CheckInterval: {
|
|
|
2370
2826
|
readonly SemiAnnual: "semi_annual";
|
|
2371
2827
|
readonly Year: "year";
|
|
2372
2828
|
};
|
|
2373
|
-
type
|
|
2374
|
-
declare const
|
|
2829
|
+
type CheckInterval1 = OpenEnum<typeof CheckInterval1>;
|
|
2830
|
+
declare const CheckTierBehavior1: {
|
|
2375
2831
|
readonly Graduated: "graduated";
|
|
2376
2832
|
readonly Volume: "volume";
|
|
2377
2833
|
};
|
|
2378
|
-
type
|
|
2379
|
-
declare const
|
|
2834
|
+
type CheckTierBehavior1 = OpenEnum<typeof CheckTierBehavior1>;
|
|
2835
|
+
declare const UsageModel1: {
|
|
2380
2836
|
readonly Prepaid: "prepaid";
|
|
2381
2837
|
readonly PayPerUse: "pay_per_use";
|
|
2382
2838
|
};
|
|
2383
|
-
type
|
|
2384
|
-
type
|
|
2839
|
+
type UsageModel1 = OpenEnum<typeof UsageModel1>;
|
|
2840
|
+
type ProductDisplay1 = {
|
|
2385
2841
|
primaryText: string;
|
|
2386
2842
|
secondaryText?: string | null | undefined;
|
|
2387
2843
|
};
|
|
2388
|
-
declare const
|
|
2844
|
+
declare const ConfigDuration1: {
|
|
2389
2845
|
readonly Month: "month";
|
|
2390
2846
|
readonly Forever: "forever";
|
|
2391
2847
|
};
|
|
2392
|
-
type
|
|
2393
|
-
type
|
|
2848
|
+
type ConfigDuration1 = OpenEnum<typeof ConfigDuration1>;
|
|
2849
|
+
type CheckRollover1 = {
|
|
2394
2850
|
max?: number | null | undefined;
|
|
2395
2851
|
maxPercentage?: number | null | undefined;
|
|
2396
|
-
duration:
|
|
2852
|
+
duration: ConfigDuration1;
|
|
2397
2853
|
length: number;
|
|
2398
2854
|
};
|
|
2399
|
-
declare const
|
|
2855
|
+
declare const CheckOnIncrease1: {
|
|
2400
2856
|
readonly BillImmediately: "bill_immediately";
|
|
2401
2857
|
readonly ProrateImmediately: "prorate_immediately";
|
|
2402
2858
|
readonly ProrateNextCycle: "prorate_next_cycle";
|
|
2403
2859
|
readonly BillNextCycle: "bill_next_cycle";
|
|
2404
2860
|
};
|
|
2405
|
-
type
|
|
2406
|
-
declare const
|
|
2861
|
+
type CheckOnIncrease1 = OpenEnum<typeof CheckOnIncrease1>;
|
|
2862
|
+
declare const CheckOnDecrease1: {
|
|
2407
2863
|
readonly Prorate: "prorate";
|
|
2408
2864
|
readonly ProrateImmediately: "prorate_immediately";
|
|
2409
2865
|
readonly ProrateNextCycle: "prorate_next_cycle";
|
|
2410
2866
|
readonly None: "none";
|
|
2411
2867
|
readonly NoProrations: "no_prorations";
|
|
2412
2868
|
};
|
|
2413
|
-
type
|
|
2414
|
-
type
|
|
2415
|
-
rollover?:
|
|
2416
|
-
onIncrease?:
|
|
2417
|
-
onDecrease?:
|
|
2869
|
+
type CheckOnDecrease1 = OpenEnum<typeof CheckOnDecrease1>;
|
|
2870
|
+
type CheckConfig1 = {
|
|
2871
|
+
rollover?: CheckRollover1 | null | undefined;
|
|
2872
|
+
onIncrease?: CheckOnIncrease1 | null | undefined;
|
|
2873
|
+
onDecrease?: CheckOnDecrease1 | null | undefined;
|
|
2418
2874
|
};
|
|
2419
2875
|
/**
|
|
2420
2876
|
* Product item defining features and pricing within a product
|
|
2421
2877
|
*/
|
|
2422
|
-
type
|
|
2878
|
+
type CheckItem1 = {
|
|
2423
2879
|
/**
|
|
2424
2880
|
* The type of the product item
|
|
2425
2881
|
*/
|
|
2426
|
-
type?:
|
|
2882
|
+
type?: ProductType1 | null | undefined;
|
|
2427
2883
|
/**
|
|
2428
2884
|
* The feature ID of the product item. If the item is a fixed price, should be `null`
|
|
2429
2885
|
*/
|
|
@@ -2431,7 +2887,7 @@ type CheckItem = {
|
|
|
2431
2887
|
/**
|
|
2432
2888
|
* 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
2889
|
*/
|
|
2434
|
-
featureType?:
|
|
2890
|
+
featureType?: FeatureType1 | null | undefined;
|
|
2435
2891
|
/**
|
|
2436
2892
|
* The amount of usage included for this feature.
|
|
2437
2893
|
*/
|
|
@@ -2439,7 +2895,7 @@ type CheckItem = {
|
|
|
2439
2895
|
/**
|
|
2440
2896
|
* 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
2897
|
*/
|
|
2442
|
-
interval?:
|
|
2898
|
+
interval?: CheckInterval1 | null | undefined;
|
|
2443
2899
|
/**
|
|
2444
2900
|
* The interval count of the product item.
|
|
2445
2901
|
*/
|
|
@@ -2455,11 +2911,11 @@ type CheckItem = {
|
|
|
2455
2911
|
/**
|
|
2456
2912
|
* How tiers are applied: graduated (split across bands) or volume (flat rate for the matched tier). Defaults to graduated.
|
|
2457
2913
|
*/
|
|
2458
|
-
tierBehavior?:
|
|
2914
|
+
tierBehavior?: CheckTierBehavior1 | null | undefined;
|
|
2459
2915
|
/**
|
|
2460
2916
|
* Whether the feature should be prepaid upfront or billed for how much they use end of billing period.
|
|
2461
2917
|
*/
|
|
2462
|
-
usageModel?:
|
|
2918
|
+
usageModel?: UsageModel1 | null | undefined;
|
|
2463
2919
|
/**
|
|
2464
2920
|
* The amount per billing unit (eg. $9 / 250 units)
|
|
2465
2921
|
*/
|
|
@@ -2475,7 +2931,7 @@ type CheckItem = {
|
|
|
2475
2931
|
/**
|
|
2476
2932
|
* The display of the product item.
|
|
2477
2933
|
*/
|
|
2478
|
-
display?:
|
|
2934
|
+
display?: ProductDisplay1 | null | undefined;
|
|
2479
2935
|
/**
|
|
2480
2936
|
* Used in customer context. Quantity of the feature the customer has prepaid for.
|
|
2481
2937
|
*/
|
|
@@ -2487,12 +2943,12 @@ type CheckItem = {
|
|
|
2487
2943
|
/**
|
|
2488
2944
|
* Configuration for rollover and proration behavior of the feature.
|
|
2489
2945
|
*/
|
|
2490
|
-
config?:
|
|
2946
|
+
config?: CheckConfig1 | null | undefined;
|
|
2491
2947
|
};
|
|
2492
2948
|
/**
|
|
2493
2949
|
* The duration type of the free trial
|
|
2494
2950
|
*/
|
|
2495
|
-
declare const
|
|
2951
|
+
declare const FreeTrialDuration1: {
|
|
2496
2952
|
readonly Day: "day";
|
|
2497
2953
|
readonly Month: "month";
|
|
2498
2954
|
readonly Year: "year";
|
|
@@ -2500,12 +2956,12 @@ declare const FreeTrialDuration: {
|
|
|
2500
2956
|
/**
|
|
2501
2957
|
* The duration type of the free trial
|
|
2502
2958
|
*/
|
|
2503
|
-
type
|
|
2504
|
-
type
|
|
2959
|
+
type FreeTrialDuration1 = OpenEnum<typeof FreeTrialDuration1>;
|
|
2960
|
+
type CheckFreeTrial1 = {
|
|
2505
2961
|
/**
|
|
2506
2962
|
* The duration type of the free trial
|
|
2507
2963
|
*/
|
|
2508
|
-
duration:
|
|
2964
|
+
duration: FreeTrialDuration1;
|
|
2509
2965
|
/**
|
|
2510
2966
|
* The length of the duration type specified
|
|
2511
2967
|
*/
|
|
@@ -2526,7 +2982,7 @@ type CheckFreeTrial = {
|
|
|
2526
2982
|
/**
|
|
2527
2983
|
* Scenario for when this product is used in attach flows
|
|
2528
2984
|
*/
|
|
2529
|
-
declare const
|
|
2985
|
+
declare const ProductScenario1: {
|
|
2530
2986
|
readonly Scheduled: "scheduled";
|
|
2531
2987
|
readonly Active: "active";
|
|
2532
2988
|
readonly New: "new";
|
|
@@ -2541,8 +2997,8 @@ declare const ProductScenario: {
|
|
|
2541
2997
|
/**
|
|
2542
2998
|
* Scenario for when this product is used in attach flows
|
|
2543
2999
|
*/
|
|
2544
|
-
type
|
|
2545
|
-
type
|
|
3000
|
+
type ProductScenario1 = OpenEnum<typeof ProductScenario1>;
|
|
3001
|
+
type Properties1 = {
|
|
2546
3002
|
/**
|
|
2547
3003
|
* True if the product has no base price or usage prices
|
|
2548
3004
|
*/
|
|
@@ -2564,7 +3020,7 @@ type Properties = {
|
|
|
2564
3020
|
*/
|
|
2565
3021
|
updateable?: boolean | null | undefined;
|
|
2566
3022
|
};
|
|
2567
|
-
type
|
|
3023
|
+
type Product1 = {
|
|
2568
3024
|
/**
|
|
2569
3025
|
* The ID of the product you set when creating the product
|
|
2570
3026
|
*/
|
|
@@ -2580,7 +3036,7 @@ type Product = {
|
|
|
2580
3036
|
/**
|
|
2581
3037
|
* The environment of the product
|
|
2582
3038
|
*/
|
|
2583
|
-
env:
|
|
3039
|
+
env: CheckEnv1;
|
|
2584
3040
|
/**
|
|
2585
3041
|
* Whether the product is an add-on and can be purchased alongside other products
|
|
2586
3042
|
*/
|
|
@@ -2604,11 +3060,11 @@ type Product = {
|
|
|
2604
3060
|
/**
|
|
2605
3061
|
* Array of product items that define the product's features and pricing
|
|
2606
3062
|
*/
|
|
2607
|
-
items: Array<
|
|
3063
|
+
items: Array<CheckItem1>;
|
|
2608
3064
|
/**
|
|
2609
3065
|
* Free trial configuration for this product, if available
|
|
2610
3066
|
*/
|
|
2611
|
-
freeTrial:
|
|
3067
|
+
freeTrial: CheckFreeTrial1 | null;
|
|
2612
3068
|
/**
|
|
2613
3069
|
* ID of the base variant this product is derived from
|
|
2614
3070
|
*/
|
|
@@ -2616,17 +3072,17 @@ type Product = {
|
|
|
2616
3072
|
/**
|
|
2617
3073
|
* Scenario for when this product is used in attach flows
|
|
2618
3074
|
*/
|
|
2619
|
-
scenario?:
|
|
2620
|
-
properties?:
|
|
3075
|
+
scenario?: ProductScenario1 | undefined;
|
|
3076
|
+
properties?: Properties1 | undefined;
|
|
2621
3077
|
};
|
|
2622
3078
|
/**
|
|
2623
3079
|
* Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
|
|
2624
3080
|
*/
|
|
2625
|
-
type
|
|
3081
|
+
type Preview1 = {
|
|
2626
3082
|
/**
|
|
2627
3083
|
* 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
3084
|
*/
|
|
2629
|
-
scenario:
|
|
3085
|
+
scenario: Scenario1;
|
|
2630
3086
|
/**
|
|
2631
3087
|
* A title suitable for displaying in a paywall or upgrade modal.
|
|
2632
3088
|
*/
|
|
@@ -2646,12 +3102,12 @@ type Preview = {
|
|
|
2646
3102
|
/**
|
|
2647
3103
|
* Products that would grant access to this feature. Use to display upgrade options.
|
|
2648
3104
|
*/
|
|
2649
|
-
products: Array<
|
|
3105
|
+
products: Array<Product1>;
|
|
2650
3106
|
};
|
|
2651
3107
|
/**
|
|
2652
3108
|
* OK
|
|
2653
3109
|
*/
|
|
2654
|
-
type
|
|
3110
|
+
type CheckResponseBody1 = {
|
|
2655
3111
|
/**
|
|
2656
3112
|
* Whether the customer is allowed to use the feature. True if they have sufficient balance or the feature is unlimited/boolean.
|
|
2657
3113
|
*/
|
|
@@ -2675,12 +3131,13 @@ type CheckResponse = {
|
|
|
2675
3131
|
/**
|
|
2676
3132
|
* The flag associated with this check, if any.
|
|
2677
3133
|
*/
|
|
2678
|
-
flag:
|
|
3134
|
+
flag: Flag1 | null;
|
|
2679
3135
|
/**
|
|
2680
3136
|
* Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
|
|
2681
3137
|
*/
|
|
2682
|
-
preview?:
|
|
3138
|
+
preview?: Preview1 | undefined;
|
|
2683
3139
|
};
|
|
3140
|
+
type CheckResponse = CheckResponseBody1 | CheckResponseBody2;
|
|
2684
3141
|
/** @internal */
|
|
2685
3142
|
type CheckLock$Outbound = {
|
|
2686
3143
|
lock_id: string;
|
|
@@ -2707,70 +3164,141 @@ type CheckParams$Outbound = {
|
|
|
2707
3164
|
declare const CheckParams$outboundSchema: z$1.ZodMiniType<CheckParams$Outbound, CheckParams>;
|
|
2708
3165
|
declare function checkParamsToJSON(checkParams: CheckParams): string;
|
|
2709
3166
|
/** @internal */
|
|
2710
|
-
declare const
|
|
3167
|
+
declare const FlagType2$inboundSchema: z$1.ZodMiniType<FlagType2, unknown>;
|
|
3168
|
+
/** @internal */
|
|
3169
|
+
declare const CheckCreditSchema2$inboundSchema: z$1.ZodMiniType<CheckCreditSchema2, unknown>;
|
|
3170
|
+
declare function checkCreditSchema2FromJSON(jsonString: string): Result<CheckCreditSchema2, SDKValidationError>;
|
|
3171
|
+
/** @internal */
|
|
3172
|
+
declare const FlagDisplay2$inboundSchema: z$1.ZodMiniType<FlagDisplay2, unknown>;
|
|
3173
|
+
declare function flagDisplay2FromJSON(jsonString: string): Result<FlagDisplay2, SDKValidationError>;
|
|
3174
|
+
/** @internal */
|
|
3175
|
+
declare const CheckFeature2$inboundSchema: z$1.ZodMiniType<CheckFeature2, unknown>;
|
|
3176
|
+
declare function checkFeature2FromJSON(jsonString: string): Result<CheckFeature2, SDKValidationError>;
|
|
3177
|
+
/** @internal */
|
|
3178
|
+
declare const Flag2$inboundSchema: z$1.ZodMiniType<Flag2, unknown>;
|
|
3179
|
+
declare function flag2FromJSON(jsonString: string): Result<Flag2, SDKValidationError>;
|
|
3180
|
+
/** @internal */
|
|
3181
|
+
declare const Scenario2$inboundSchema: z$1.ZodMiniType<Scenario2, unknown>;
|
|
3182
|
+
/** @internal */
|
|
3183
|
+
declare const CheckEnv2$inboundSchema: z$1.ZodMiniType<CheckEnv2, unknown>;
|
|
3184
|
+
/** @internal */
|
|
3185
|
+
declare const ProductType2$inboundSchema: z$1.ZodMiniType<ProductType2, unknown>;
|
|
3186
|
+
/** @internal */
|
|
3187
|
+
declare const FeatureType2$inboundSchema: z$1.ZodMiniType<FeatureType2, unknown>;
|
|
3188
|
+
/** @internal */
|
|
3189
|
+
declare const IncludedUsage2$inboundSchema: z$1.ZodMiniType<IncludedUsage2, unknown>;
|
|
3190
|
+
declare function includedUsage2FromJSON(jsonString: string): Result<IncludedUsage2, SDKValidationError>;
|
|
3191
|
+
/** @internal */
|
|
3192
|
+
declare const CheckInterval2$inboundSchema: z$1.ZodMiniType<CheckInterval2, unknown>;
|
|
3193
|
+
/** @internal */
|
|
3194
|
+
declare const CheckTierBehavior2$inboundSchema: z$1.ZodMiniType<CheckTierBehavior2, unknown>;
|
|
2711
3195
|
/** @internal */
|
|
2712
|
-
declare const
|
|
2713
|
-
declare function checkCreditSchemaFromJSON(jsonString: string): Result<CheckCreditSchema, SDKValidationError>;
|
|
3196
|
+
declare const UsageModel2$inboundSchema: z$1.ZodMiniType<UsageModel2, unknown>;
|
|
2714
3197
|
/** @internal */
|
|
2715
|
-
declare const
|
|
2716
|
-
declare function
|
|
3198
|
+
declare const ProductDisplay2$inboundSchema: z$1.ZodMiniType<ProductDisplay2, unknown>;
|
|
3199
|
+
declare function productDisplay2FromJSON(jsonString: string): Result<ProductDisplay2, SDKValidationError>;
|
|
2717
3200
|
/** @internal */
|
|
2718
|
-
declare const
|
|
2719
|
-
declare function checkFeatureFromJSON(jsonString: string): Result<CheckFeature, SDKValidationError>;
|
|
3201
|
+
declare const ConfigDuration2$inboundSchema: z$1.ZodMiniType<ConfigDuration2, unknown>;
|
|
2720
3202
|
/** @internal */
|
|
2721
|
-
declare const
|
|
2722
|
-
declare function
|
|
3203
|
+
declare const CheckRollover2$inboundSchema: z$1.ZodMiniType<CheckRollover2, unknown>;
|
|
3204
|
+
declare function checkRollover2FromJSON(jsonString: string): Result<CheckRollover2, SDKValidationError>;
|
|
2723
3205
|
/** @internal */
|
|
2724
|
-
declare const
|
|
3206
|
+
declare const CheckOnIncrease2$inboundSchema: z$1.ZodMiniType<CheckOnIncrease2, unknown>;
|
|
2725
3207
|
/** @internal */
|
|
2726
|
-
declare const
|
|
3208
|
+
declare const CheckOnDecrease2$inboundSchema: z$1.ZodMiniType<CheckOnDecrease2, unknown>;
|
|
2727
3209
|
/** @internal */
|
|
2728
|
-
declare const
|
|
3210
|
+
declare const CheckConfig2$inboundSchema: z$1.ZodMiniType<CheckConfig2, unknown>;
|
|
3211
|
+
declare function checkConfig2FromJSON(jsonString: string): Result<CheckConfig2, SDKValidationError>;
|
|
2729
3212
|
/** @internal */
|
|
2730
|
-
declare const
|
|
3213
|
+
declare const CheckItem2$inboundSchema: z$1.ZodMiniType<CheckItem2, unknown>;
|
|
3214
|
+
declare function checkItem2FromJSON(jsonString: string): Result<CheckItem2, SDKValidationError>;
|
|
2731
3215
|
/** @internal */
|
|
2732
|
-
declare const
|
|
2733
|
-
declare function includedUsageFromJSON(jsonString: string): Result<IncludedUsage, SDKValidationError>;
|
|
3216
|
+
declare const FreeTrialDuration2$inboundSchema: z$1.ZodMiniType<FreeTrialDuration2, unknown>;
|
|
2734
3217
|
/** @internal */
|
|
2735
|
-
declare const
|
|
3218
|
+
declare const CheckFreeTrial2$inboundSchema: z$1.ZodMiniType<CheckFreeTrial2, unknown>;
|
|
3219
|
+
declare function checkFreeTrial2FromJSON(jsonString: string): Result<CheckFreeTrial2, SDKValidationError>;
|
|
2736
3220
|
/** @internal */
|
|
2737
|
-
declare const
|
|
3221
|
+
declare const ProductScenario2$inboundSchema: z$1.ZodMiniType<ProductScenario2, unknown>;
|
|
2738
3222
|
/** @internal */
|
|
2739
|
-
declare const
|
|
3223
|
+
declare const Properties2$inboundSchema: z$1.ZodMiniType<Properties2, unknown>;
|
|
3224
|
+
declare function properties2FromJSON(jsonString: string): Result<Properties2, SDKValidationError>;
|
|
2740
3225
|
/** @internal */
|
|
2741
|
-
declare const
|
|
2742
|
-
declare function
|
|
3226
|
+
declare const Product2$inboundSchema: z$1.ZodMiniType<Product2, unknown>;
|
|
3227
|
+
declare function product2FromJSON(jsonString: string): Result<Product2, SDKValidationError>;
|
|
2743
3228
|
/** @internal */
|
|
2744
|
-
declare const
|
|
3229
|
+
declare const Preview2$inboundSchema: z$1.ZodMiniType<Preview2, unknown>;
|
|
3230
|
+
declare function preview2FromJSON(jsonString: string): Result<Preview2, SDKValidationError>;
|
|
2745
3231
|
/** @internal */
|
|
2746
|
-
declare const
|
|
2747
|
-
declare function
|
|
3232
|
+
declare const CheckResponseBody2$inboundSchema: z$1.ZodMiniType<CheckResponseBody2, unknown>;
|
|
3233
|
+
declare function checkResponseBody2FromJSON(jsonString: string): Result<CheckResponseBody2, SDKValidationError>;
|
|
2748
3234
|
/** @internal */
|
|
2749
|
-
declare const
|
|
3235
|
+
declare const FlagType1$inboundSchema: z$1.ZodMiniType<FlagType1, unknown>;
|
|
2750
3236
|
/** @internal */
|
|
2751
|
-
declare const
|
|
3237
|
+
declare const CheckCreditSchema1$inboundSchema: z$1.ZodMiniType<CheckCreditSchema1, unknown>;
|
|
3238
|
+
declare function checkCreditSchema1FromJSON(jsonString: string): Result<CheckCreditSchema1, SDKValidationError>;
|
|
2752
3239
|
/** @internal */
|
|
2753
|
-
declare const
|
|
2754
|
-
declare function
|
|
3240
|
+
declare const FlagDisplay1$inboundSchema: z$1.ZodMiniType<FlagDisplay1, unknown>;
|
|
3241
|
+
declare function flagDisplay1FromJSON(jsonString: string): Result<FlagDisplay1, SDKValidationError>;
|
|
2755
3242
|
/** @internal */
|
|
2756
|
-
declare const
|
|
2757
|
-
declare function
|
|
3243
|
+
declare const CheckFeature1$inboundSchema: z$1.ZodMiniType<CheckFeature1, unknown>;
|
|
3244
|
+
declare function checkFeature1FromJSON(jsonString: string): Result<CheckFeature1, SDKValidationError>;
|
|
2758
3245
|
/** @internal */
|
|
2759
|
-
declare const
|
|
3246
|
+
declare const Flag1$inboundSchema: z$1.ZodMiniType<Flag1, unknown>;
|
|
3247
|
+
declare function flag1FromJSON(jsonString: string): Result<Flag1, SDKValidationError>;
|
|
2760
3248
|
/** @internal */
|
|
2761
|
-
declare const
|
|
2762
|
-
declare function checkFreeTrialFromJSON(jsonString: string): Result<CheckFreeTrial, SDKValidationError>;
|
|
3249
|
+
declare const Scenario1$inboundSchema: z$1.ZodMiniType<Scenario1, unknown>;
|
|
2763
3250
|
/** @internal */
|
|
2764
|
-
declare const
|
|
3251
|
+
declare const CheckEnv1$inboundSchema: z$1.ZodMiniType<CheckEnv1, unknown>;
|
|
2765
3252
|
/** @internal */
|
|
2766
|
-
declare const
|
|
2767
|
-
declare function propertiesFromJSON(jsonString: string): Result<Properties, SDKValidationError>;
|
|
3253
|
+
declare const ProductType1$inboundSchema: z$1.ZodMiniType<ProductType1, unknown>;
|
|
2768
3254
|
/** @internal */
|
|
2769
|
-
declare const
|
|
2770
|
-
declare function productFromJSON(jsonString: string): Result<Product, SDKValidationError>;
|
|
3255
|
+
declare const FeatureType1$inboundSchema: z$1.ZodMiniType<FeatureType1, unknown>;
|
|
2771
3256
|
/** @internal */
|
|
2772
|
-
declare const
|
|
2773
|
-
declare function
|
|
3257
|
+
declare const IncludedUsage1$inboundSchema: z$1.ZodMiniType<IncludedUsage1, unknown>;
|
|
3258
|
+
declare function includedUsage1FromJSON(jsonString: string): Result<IncludedUsage1, SDKValidationError>;
|
|
3259
|
+
/** @internal */
|
|
3260
|
+
declare const CheckInterval1$inboundSchema: z$1.ZodMiniType<CheckInterval1, unknown>;
|
|
3261
|
+
/** @internal */
|
|
3262
|
+
declare const CheckTierBehavior1$inboundSchema: z$1.ZodMiniType<CheckTierBehavior1, unknown>;
|
|
3263
|
+
/** @internal */
|
|
3264
|
+
declare const UsageModel1$inboundSchema: z$1.ZodMiniType<UsageModel1, unknown>;
|
|
3265
|
+
/** @internal */
|
|
3266
|
+
declare const ProductDisplay1$inboundSchema: z$1.ZodMiniType<ProductDisplay1, unknown>;
|
|
3267
|
+
declare function productDisplay1FromJSON(jsonString: string): Result<ProductDisplay1, SDKValidationError>;
|
|
3268
|
+
/** @internal */
|
|
3269
|
+
declare const ConfigDuration1$inboundSchema: z$1.ZodMiniType<ConfigDuration1, unknown>;
|
|
3270
|
+
/** @internal */
|
|
3271
|
+
declare const CheckRollover1$inboundSchema: z$1.ZodMiniType<CheckRollover1, unknown>;
|
|
3272
|
+
declare function checkRollover1FromJSON(jsonString: string): Result<CheckRollover1, SDKValidationError>;
|
|
3273
|
+
/** @internal */
|
|
3274
|
+
declare const CheckOnIncrease1$inboundSchema: z$1.ZodMiniType<CheckOnIncrease1, unknown>;
|
|
3275
|
+
/** @internal */
|
|
3276
|
+
declare const CheckOnDecrease1$inboundSchema: z$1.ZodMiniType<CheckOnDecrease1, unknown>;
|
|
3277
|
+
/** @internal */
|
|
3278
|
+
declare const CheckConfig1$inboundSchema: z$1.ZodMiniType<CheckConfig1, unknown>;
|
|
3279
|
+
declare function checkConfig1FromJSON(jsonString: string): Result<CheckConfig1, SDKValidationError>;
|
|
3280
|
+
/** @internal */
|
|
3281
|
+
declare const CheckItem1$inboundSchema: z$1.ZodMiniType<CheckItem1, unknown>;
|
|
3282
|
+
declare function checkItem1FromJSON(jsonString: string): Result<CheckItem1, SDKValidationError>;
|
|
3283
|
+
/** @internal */
|
|
3284
|
+
declare const FreeTrialDuration1$inboundSchema: z$1.ZodMiniType<FreeTrialDuration1, unknown>;
|
|
3285
|
+
/** @internal */
|
|
3286
|
+
declare const CheckFreeTrial1$inboundSchema: z$1.ZodMiniType<CheckFreeTrial1, unknown>;
|
|
3287
|
+
declare function checkFreeTrial1FromJSON(jsonString: string): Result<CheckFreeTrial1, SDKValidationError>;
|
|
3288
|
+
/** @internal */
|
|
3289
|
+
declare const ProductScenario1$inboundSchema: z$1.ZodMiniType<ProductScenario1, unknown>;
|
|
3290
|
+
/** @internal */
|
|
3291
|
+
declare const Properties1$inboundSchema: z$1.ZodMiniType<Properties1, unknown>;
|
|
3292
|
+
declare function properties1FromJSON(jsonString: string): Result<Properties1, SDKValidationError>;
|
|
3293
|
+
/** @internal */
|
|
3294
|
+
declare const Product1$inboundSchema: z$1.ZodMiniType<Product1, unknown>;
|
|
3295
|
+
declare function product1FromJSON(jsonString: string): Result<Product1, SDKValidationError>;
|
|
3296
|
+
/** @internal */
|
|
3297
|
+
declare const Preview1$inboundSchema: z$1.ZodMiniType<Preview1, unknown>;
|
|
3298
|
+
declare function preview1FromJSON(jsonString: string): Result<Preview1, SDKValidationError>;
|
|
3299
|
+
/** @internal */
|
|
3300
|
+
declare const CheckResponseBody1$inboundSchema: z$1.ZodMiniType<CheckResponseBody1, unknown>;
|
|
3301
|
+
declare function checkResponseBody1FromJSON(jsonString: string): Result<CheckResponseBody1, SDKValidationError>;
|
|
2774
3302
|
/** @internal */
|
|
2775
3303
|
declare const CheckResponse$inboundSchema: z$1.ZodMiniType<CheckResponse, unknown>;
|
|
2776
3304
|
declare function checkResponseFromJSON(jsonString: string): Result<CheckResponse, SDKValidationError>;
|
|
@@ -5407,10 +5935,39 @@ declare const CustomerEnv: {
|
|
|
5407
5935
|
* The environment this customer was created in.
|
|
5408
5936
|
*/
|
|
5409
5937
|
type CustomerEnv = OpenEnum<typeof CustomerEnv>;
|
|
5938
|
+
declare const CustomerInterval2: {
|
|
5939
|
+
readonly Hour: "hour";
|
|
5940
|
+
readonly Day: "day";
|
|
5941
|
+
readonly Week: "week";
|
|
5942
|
+
readonly Month: "month";
|
|
5943
|
+
};
|
|
5944
|
+
type CustomerInterval2 = OpenEnum<typeof CustomerInterval2>;
|
|
5945
|
+
type CustomerPurchaseLimit2 = {
|
|
5946
|
+
/**
|
|
5947
|
+
* The time interval for the purchase limit window. Null when no purchase limit is configured.
|
|
5948
|
+
*/
|
|
5949
|
+
interval: CustomerInterval2 | null;
|
|
5950
|
+
/**
|
|
5951
|
+
* Number of intervals in the purchase limit window. Null when no purchase limit is configured.
|
|
5952
|
+
*/
|
|
5953
|
+
intervalCount: number | null;
|
|
5954
|
+
/**
|
|
5955
|
+
* Maximum number of auto top-ups allowed within the interval. Null when no purchase limit is configured.
|
|
5956
|
+
*/
|
|
5957
|
+
limit: number | null;
|
|
5958
|
+
/**
|
|
5959
|
+
* Number of auto top-ups already consumed in the current window.
|
|
5960
|
+
*/
|
|
5961
|
+
count: number;
|
|
5962
|
+
/**
|
|
5963
|
+
* Unix ms timestamp when the current purchase window ends and the count resets.
|
|
5964
|
+
*/
|
|
5965
|
+
nextResetAt: number;
|
|
5966
|
+
};
|
|
5410
5967
|
/**
|
|
5411
5968
|
* The time interval for the purchase limit window.
|
|
5412
5969
|
*/
|
|
5413
|
-
declare const
|
|
5970
|
+
declare const CustomerInterval1: {
|
|
5414
5971
|
readonly Hour: "hour";
|
|
5415
5972
|
readonly Day: "day";
|
|
5416
5973
|
readonly Week: "week";
|
|
@@ -5419,15 +5976,12 @@ declare const CustomerInterval: {
|
|
|
5419
5976
|
/**
|
|
5420
5977
|
* The time interval for the purchase limit window.
|
|
5421
5978
|
*/
|
|
5422
|
-
type
|
|
5423
|
-
|
|
5424
|
-
* Optional rate limit to cap how often auto top-ups occur.
|
|
5425
|
-
*/
|
|
5426
|
-
type CustomerPurchaseLimit = {
|
|
5979
|
+
type CustomerInterval1 = OpenEnum<typeof CustomerInterval1>;
|
|
5980
|
+
type CustomerPurchaseLimit1 = {
|
|
5427
5981
|
/**
|
|
5428
5982
|
* The time interval for the purchase limit window.
|
|
5429
5983
|
*/
|
|
5430
|
-
interval:
|
|
5984
|
+
interval: CustomerInterval1;
|
|
5431
5985
|
/**
|
|
5432
5986
|
* Number of intervals in the purchase limit window.
|
|
5433
5987
|
*/
|
|
@@ -5437,6 +5991,10 @@ type CustomerPurchaseLimit = {
|
|
|
5437
5991
|
*/
|
|
5438
5992
|
limit: number;
|
|
5439
5993
|
};
|
|
5994
|
+
/**
|
|
5995
|
+
* Optional rate limit to cap how often auto top-ups occur. Expand billing_controls.auto_topups.purchase_limit for a count of top ups and the next_reset_at.
|
|
5996
|
+
*/
|
|
5997
|
+
type CustomerPurchaseLimitUnion = CustomerPurchaseLimit2 | CustomerPurchaseLimit1;
|
|
5440
5998
|
type CustomerAutoTopup = {
|
|
5441
5999
|
/**
|
|
5442
6000
|
* The ID of the feature (credit balance) to auto top-up.
|
|
@@ -5455,9 +6013,9 @@ type CustomerAutoTopup = {
|
|
|
5455
6013
|
*/
|
|
5456
6014
|
quantity: number;
|
|
5457
6015
|
/**
|
|
5458
|
-
* Optional rate limit to cap how often auto top-ups occur.
|
|
6016
|
+
* Optional rate limit to cap how often auto top-ups occur. Expand billing_controls.auto_topups.purchase_limit for a count of top ups and the next_reset_at.
|
|
5459
6017
|
*/
|
|
5460
|
-
purchaseLimit?:
|
|
6018
|
+
purchaseLimit?: CustomerPurchaseLimit2 | CustomerPurchaseLimit1 | undefined;
|
|
5461
6019
|
/**
|
|
5462
6020
|
* When true, auto top-up creates a send_invoice invoice instead of auto-charging.
|
|
5463
6021
|
*/
|
|
@@ -5986,10 +6544,18 @@ type Customer = {
|
|
|
5986
6544
|
/** @internal */
|
|
5987
6545
|
declare const CustomerEnv$inboundSchema: z$1.ZodMiniType<CustomerEnv, unknown>;
|
|
5988
6546
|
/** @internal */
|
|
5989
|
-
declare const
|
|
6547
|
+
declare const CustomerInterval2$inboundSchema: z$1.ZodMiniType<CustomerInterval2, unknown>;
|
|
5990
6548
|
/** @internal */
|
|
5991
|
-
declare const
|
|
5992
|
-
declare function
|
|
6549
|
+
declare const CustomerPurchaseLimit2$inboundSchema: z$1.ZodMiniType<CustomerPurchaseLimit2, unknown>;
|
|
6550
|
+
declare function customerPurchaseLimit2FromJSON(jsonString: string): Result<CustomerPurchaseLimit2, SDKValidationError>;
|
|
6551
|
+
/** @internal */
|
|
6552
|
+
declare const CustomerInterval1$inboundSchema: z$1.ZodMiniType<CustomerInterval1, unknown>;
|
|
6553
|
+
/** @internal */
|
|
6554
|
+
declare const CustomerPurchaseLimit1$inboundSchema: z$1.ZodMiniType<CustomerPurchaseLimit1, unknown>;
|
|
6555
|
+
declare function customerPurchaseLimit1FromJSON(jsonString: string): Result<CustomerPurchaseLimit1, SDKValidationError>;
|
|
6556
|
+
/** @internal */
|
|
6557
|
+
declare const CustomerPurchaseLimitUnion$inboundSchema: z$1.ZodMiniType<CustomerPurchaseLimitUnion, unknown>;
|
|
6558
|
+
declare function customerPurchaseLimitUnionFromJSON(jsonString: string): Result<CustomerPurchaseLimitUnion, SDKValidationError>;
|
|
5993
6559
|
/** @internal */
|
|
5994
6560
|
declare const CustomerAutoTopup$inboundSchema: z$1.ZodMiniType<CustomerAutoTopup, unknown>;
|
|
5995
6561
|
declare function customerAutoTopupFromJSON(jsonString: string): Result<CustomerAutoTopup, SDKValidationError>;
|
|
@@ -6287,12 +6853,19 @@ type FinalizeBalanceParams = {
|
|
|
6287
6853
|
[k: string]: any;
|
|
6288
6854
|
} | undefined;
|
|
6289
6855
|
};
|
|
6856
|
+
/**
|
|
6857
|
+
* Accepted. Autumn is experiencing degraded service from a downstream provider, so the finalize request was allowed fail-open.
|
|
6858
|
+
*/
|
|
6859
|
+
type FinalizeLockResponseBody2 = {
|
|
6860
|
+
success: boolean;
|
|
6861
|
+
};
|
|
6290
6862
|
/**
|
|
6291
6863
|
* OK
|
|
6292
6864
|
*/
|
|
6293
|
-
type
|
|
6865
|
+
type FinalizeLockResponseBody1 = {
|
|
6294
6866
|
success: boolean;
|
|
6295
6867
|
};
|
|
6868
|
+
type FinalizeLockResponse = FinalizeLockResponseBody1 | FinalizeLockResponseBody2;
|
|
6296
6869
|
/** @internal */
|
|
6297
6870
|
declare const Action$outboundSchema: z$1.ZodMiniEnum<typeof Action>;
|
|
6298
6871
|
/** @internal */
|
|
@@ -6308,6 +6881,12 @@ type FinalizeBalanceParams$Outbound = {
|
|
|
6308
6881
|
declare const FinalizeBalanceParams$outboundSchema: z$1.ZodMiniType<FinalizeBalanceParams$Outbound, FinalizeBalanceParams>;
|
|
6309
6882
|
declare function finalizeBalanceParamsToJSON(finalizeBalanceParams: FinalizeBalanceParams): string;
|
|
6310
6883
|
/** @internal */
|
|
6884
|
+
declare const FinalizeLockResponseBody2$inboundSchema: z$1.ZodMiniType<FinalizeLockResponseBody2, unknown>;
|
|
6885
|
+
declare function finalizeLockResponseBody2FromJSON(jsonString: string): Result<FinalizeLockResponseBody2, SDKValidationError>;
|
|
6886
|
+
/** @internal */
|
|
6887
|
+
declare const FinalizeLockResponseBody1$inboundSchema: z$1.ZodMiniType<FinalizeLockResponseBody1, unknown>;
|
|
6888
|
+
declare function finalizeLockResponseBody1FromJSON(jsonString: string): Result<FinalizeLockResponseBody1, SDKValidationError>;
|
|
6889
|
+
/** @internal */
|
|
6311
6890
|
declare const FinalizeLockResponse$inboundSchema: z$1.ZodMiniType<FinalizeLockResponse, unknown>;
|
|
6312
6891
|
declare function finalizeLockResponseFromJSON(jsonString: string): Result<FinalizeLockResponse, SDKValidationError>;
|
|
6313
6892
|
|
|
@@ -7737,10 +8316,39 @@ declare const ListCustomersEnv: {
|
|
|
7737
8316
|
* The environment this customer was created in.
|
|
7738
8317
|
*/
|
|
7739
8318
|
type ListCustomersEnv = OpenEnum<typeof ListCustomersEnv>;
|
|
8319
|
+
declare const ListCustomersInterval2: {
|
|
8320
|
+
readonly Hour: "hour";
|
|
8321
|
+
readonly Day: "day";
|
|
8322
|
+
readonly Week: "week";
|
|
8323
|
+
readonly Month: "month";
|
|
8324
|
+
};
|
|
8325
|
+
type ListCustomersInterval2 = OpenEnum<typeof ListCustomersInterval2>;
|
|
8326
|
+
type ListCustomersPurchaseLimit2 = {
|
|
8327
|
+
/**
|
|
8328
|
+
* The time interval for the purchase limit window. Null when no purchase limit is configured.
|
|
8329
|
+
*/
|
|
8330
|
+
interval: ListCustomersInterval2 | null;
|
|
8331
|
+
/**
|
|
8332
|
+
* Number of intervals in the purchase limit window. Null when no purchase limit is configured.
|
|
8333
|
+
*/
|
|
8334
|
+
intervalCount: number | null;
|
|
8335
|
+
/**
|
|
8336
|
+
* Maximum number of auto top-ups allowed within the interval. Null when no purchase limit is configured.
|
|
8337
|
+
*/
|
|
8338
|
+
limit: number | null;
|
|
8339
|
+
/**
|
|
8340
|
+
* Number of auto top-ups already consumed in the current window.
|
|
8341
|
+
*/
|
|
8342
|
+
count: number;
|
|
8343
|
+
/**
|
|
8344
|
+
* Unix ms timestamp when the current purchase window ends and the count resets.
|
|
8345
|
+
*/
|
|
8346
|
+
nextResetAt: number;
|
|
8347
|
+
};
|
|
7740
8348
|
/**
|
|
7741
8349
|
* The time interval for the purchase limit window.
|
|
7742
8350
|
*/
|
|
7743
|
-
declare const
|
|
8351
|
+
declare const ListCustomersInterval1: {
|
|
7744
8352
|
readonly Hour: "hour";
|
|
7745
8353
|
readonly Day: "day";
|
|
7746
8354
|
readonly Week: "week";
|
|
@@ -7749,15 +8357,12 @@ declare const ListCustomersInterval: {
|
|
|
7749
8357
|
/**
|
|
7750
8358
|
* The time interval for the purchase limit window.
|
|
7751
8359
|
*/
|
|
7752
|
-
type
|
|
7753
|
-
|
|
7754
|
-
* Optional rate limit to cap how often auto top-ups occur.
|
|
7755
|
-
*/
|
|
7756
|
-
type ListCustomersPurchaseLimit = {
|
|
8360
|
+
type ListCustomersInterval1 = OpenEnum<typeof ListCustomersInterval1>;
|
|
8361
|
+
type ListCustomersPurchaseLimit1 = {
|
|
7757
8362
|
/**
|
|
7758
8363
|
* The time interval for the purchase limit window.
|
|
7759
8364
|
*/
|
|
7760
|
-
interval:
|
|
8365
|
+
interval: ListCustomersInterval1;
|
|
7761
8366
|
/**
|
|
7762
8367
|
* Number of intervals in the purchase limit window.
|
|
7763
8368
|
*/
|
|
@@ -7767,6 +8372,10 @@ type ListCustomersPurchaseLimit = {
|
|
|
7767
8372
|
*/
|
|
7768
8373
|
limit: number;
|
|
7769
8374
|
};
|
|
8375
|
+
/**
|
|
8376
|
+
* Optional rate limit to cap how often auto top-ups occur. Expand billing_controls.auto_topups.purchase_limit for a count of top ups and the next_reset_at.
|
|
8377
|
+
*/
|
|
8378
|
+
type ListCustomersPurchaseLimitUnion = ListCustomersPurchaseLimit2 | ListCustomersPurchaseLimit1;
|
|
7770
8379
|
type ListCustomersAutoTopup = {
|
|
7771
8380
|
/**
|
|
7772
8381
|
* The ID of the feature (credit balance) to auto top-up.
|
|
@@ -7785,9 +8394,9 @@ type ListCustomersAutoTopup = {
|
|
|
7785
8394
|
*/
|
|
7786
8395
|
quantity: number;
|
|
7787
8396
|
/**
|
|
7788
|
-
* Optional rate limit to cap how often auto top-ups occur.
|
|
8397
|
+
* Optional rate limit to cap how often auto top-ups occur. Expand billing_controls.auto_topups.purchase_limit for a count of top ups and the next_reset_at.
|
|
7789
8398
|
*/
|
|
7790
|
-
purchaseLimit?:
|
|
8399
|
+
purchaseLimit?: ListCustomersPurchaseLimit2 | ListCustomersPurchaseLimit1 | undefined;
|
|
7791
8400
|
/**
|
|
7792
8401
|
* When true, auto top-up creates a send_invoice invoice instead of auto-charging.
|
|
7793
8402
|
*/
|
|
@@ -8189,10 +8798,18 @@ declare function listCustomersParamsToJSON(listCustomersParams: ListCustomersPar
|
|
|
8189
8798
|
/** @internal */
|
|
8190
8799
|
declare const ListCustomersEnv$inboundSchema: z$1.ZodMiniType<ListCustomersEnv, unknown>;
|
|
8191
8800
|
/** @internal */
|
|
8192
|
-
declare const
|
|
8801
|
+
declare const ListCustomersInterval2$inboundSchema: z$1.ZodMiniType<ListCustomersInterval2, unknown>;
|
|
8193
8802
|
/** @internal */
|
|
8194
|
-
declare const
|
|
8195
|
-
declare function
|
|
8803
|
+
declare const ListCustomersPurchaseLimit2$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimit2, unknown>;
|
|
8804
|
+
declare function listCustomersPurchaseLimit2FromJSON(jsonString: string): Result<ListCustomersPurchaseLimit2, SDKValidationError>;
|
|
8805
|
+
/** @internal */
|
|
8806
|
+
declare const ListCustomersInterval1$inboundSchema: z$1.ZodMiniType<ListCustomersInterval1, unknown>;
|
|
8807
|
+
/** @internal */
|
|
8808
|
+
declare const ListCustomersPurchaseLimit1$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimit1, unknown>;
|
|
8809
|
+
declare function listCustomersPurchaseLimit1FromJSON(jsonString: string): Result<ListCustomersPurchaseLimit1, SDKValidationError>;
|
|
8810
|
+
/** @internal */
|
|
8811
|
+
declare const ListCustomersPurchaseLimitUnion$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimitUnion, unknown>;
|
|
8812
|
+
declare function listCustomersPurchaseLimitUnionFromJSON(jsonString: string): Result<ListCustomersPurchaseLimitUnion, SDKValidationError>;
|
|
8196
8813
|
/** @internal */
|
|
8197
8814
|
declare const ListCustomersAutoTopup$inboundSchema: z$1.ZodMiniType<ListCustomersAutoTopup, unknown>;
|
|
8198
8815
|
declare function listCustomersAutoTopupFromJSON(jsonString: string): Result<ListCustomersAutoTopup, SDKValidationError>;
|
|
@@ -9510,6 +10127,10 @@ type MultiAttachParams = {
|
|
|
9510
10127
|
* Only applicable when the customer has an existing Stripe subscription. If true, creates a new separate subscription instead of merging into the existing one.
|
|
9511
10128
|
*/
|
|
9512
10129
|
newBillingSubscription?: boolean | undefined;
|
|
10130
|
+
/**
|
|
10131
|
+
* If true, the cusProducts are activated immediately even when payment is pending via Stripe checkout.
|
|
10132
|
+
*/
|
|
10133
|
+
enablePlanImmediately?: boolean | undefined;
|
|
9513
10134
|
/**
|
|
9514
10135
|
* Customer details to set when creating a customer
|
|
9515
10136
|
*/
|
|
@@ -9803,6 +10424,7 @@ type MultiAttachParams$Outbound = {
|
|
|
9803
10424
|
} | undefined;
|
|
9804
10425
|
redirect_mode: string;
|
|
9805
10426
|
new_billing_subscription?: boolean | undefined;
|
|
10427
|
+
enable_plan_immediately?: boolean | undefined;
|
|
9806
10428
|
customer_data?: CustomerData$Outbound | undefined;
|
|
9807
10429
|
entity_data?: MultiAttachEntityData$Outbound | undefined;
|
|
9808
10430
|
};
|
|
@@ -10362,6 +10984,10 @@ type PreviewAttachParams = {
|
|
|
10362
10984
|
* If true, skips any billing changes for the attach operation.
|
|
10363
10985
|
*/
|
|
10364
10986
|
noBillingChanges?: boolean | undefined;
|
|
10987
|
+
/**
|
|
10988
|
+
* If true, the customer's plan is activated immediately even when payment is deferred (invoice mode) or pending (Stripe checkout). For Stripe checkout, the customer_product is inserted before the customer completes the hosted form.
|
|
10989
|
+
*/
|
|
10990
|
+
enablePlanImmediately?: boolean | undefined;
|
|
10365
10991
|
};
|
|
10366
10992
|
type PreviewAttachDiscount = {
|
|
10367
10993
|
amountOff: number;
|
|
@@ -10604,6 +11230,42 @@ declare const PreviewAttachCheckoutType: {
|
|
|
10604
11230
|
readonly AutumnCheckout: "autumn_checkout";
|
|
10605
11231
|
};
|
|
10606
11232
|
type PreviewAttachCheckoutType = OpenEnum<typeof PreviewAttachCheckoutType>;
|
|
11233
|
+
/**
|
|
11234
|
+
* Calculation status ('complete' when Stripe Tax succeeds or 'incomplete' when Stripe Tax returned 0 or errored).
|
|
11235
|
+
*/
|
|
11236
|
+
declare const PreviewAttachStatus: {
|
|
11237
|
+
readonly Complete: "complete";
|
|
11238
|
+
readonly Incomplete: "incomplete";
|
|
11239
|
+
};
|
|
11240
|
+
/**
|
|
11241
|
+
* Calculation status ('complete' when Stripe Tax succeeds or 'incomplete' when Stripe Tax returned 0 or errored).
|
|
11242
|
+
*/
|
|
11243
|
+
type PreviewAttachStatus = OpenEnum<typeof PreviewAttachStatus>;
|
|
11244
|
+
/**
|
|
11245
|
+
* Tax preview for the immediate charge. Contact us to enable the tax flag on your organisation. Shows only with flag enabled, a Stripe customer exists and has a location.
|
|
11246
|
+
*/
|
|
11247
|
+
type PreviewAttachTax = {
|
|
11248
|
+
/**
|
|
11249
|
+
* Total tax amount in major currency units.
|
|
11250
|
+
*/
|
|
11251
|
+
total: number;
|
|
11252
|
+
/**
|
|
11253
|
+
* Tax included in line item subtotals.
|
|
11254
|
+
*/
|
|
11255
|
+
amountInclusive: number;
|
|
11256
|
+
/**
|
|
11257
|
+
* Tax added on top of subtotals.
|
|
11258
|
+
*/
|
|
11259
|
+
amountExclusive: number;
|
|
11260
|
+
/**
|
|
11261
|
+
* Three-letter currency code.
|
|
11262
|
+
*/
|
|
11263
|
+
currency: string;
|
|
11264
|
+
/**
|
|
11265
|
+
* Calculation status ('complete' when Stripe Tax succeeds or 'incomplete' when Stripe Tax returned 0 or errored).
|
|
11266
|
+
*/
|
|
11267
|
+
status: PreviewAttachStatus;
|
|
11268
|
+
};
|
|
10607
11269
|
/**
|
|
10608
11270
|
* OK
|
|
10609
11271
|
*/
|
|
@@ -10649,6 +11311,10 @@ type PreviewAttachResponse = {
|
|
|
10649
11311
|
* The type of checkout that will be used if the customer is redirected to a checkout page.
|
|
10650
11312
|
*/
|
|
10651
11313
|
checkoutType: PreviewAttachCheckoutType | null;
|
|
11314
|
+
/**
|
|
11315
|
+
* Tax preview for the immediate charge. Contact us to enable the tax flag on your organisation. Shows only with flag enabled, a Stripe customer exists and has a location.
|
|
11316
|
+
*/
|
|
11317
|
+
tax?: PreviewAttachTax | undefined;
|
|
10652
11318
|
};
|
|
10653
11319
|
/** @internal */
|
|
10654
11320
|
type PreviewAttachFeatureQuantityRequest$Outbound = {
|
|
@@ -10846,6 +11512,7 @@ type PreviewAttachParams$Outbound = {
|
|
|
10846
11512
|
[k: string]: string;
|
|
10847
11513
|
} | undefined;
|
|
10848
11514
|
no_billing_changes?: boolean | undefined;
|
|
11515
|
+
enable_plan_immediately?: boolean | undefined;
|
|
10849
11516
|
};
|
|
10850
11517
|
/** @internal */
|
|
10851
11518
|
declare const PreviewAttachParams$outboundSchema: z$1.ZodMiniType<PreviewAttachParams$Outbound, PreviewAttachParams>;
|
|
@@ -10892,6 +11559,11 @@ declare function previewAttachOutgoingFromJSON(jsonString: string): Result<Previ
|
|
|
10892
11559
|
/** @internal */
|
|
10893
11560
|
declare const PreviewAttachCheckoutType$inboundSchema: z$1.ZodMiniType<PreviewAttachCheckoutType, unknown>;
|
|
10894
11561
|
/** @internal */
|
|
11562
|
+
declare const PreviewAttachStatus$inboundSchema: z$1.ZodMiniType<PreviewAttachStatus, unknown>;
|
|
11563
|
+
/** @internal */
|
|
11564
|
+
declare const PreviewAttachTax$inboundSchema: z$1.ZodMiniType<PreviewAttachTax, unknown>;
|
|
11565
|
+
declare function previewAttachTaxFromJSON(jsonString: string): Result<PreviewAttachTax, SDKValidationError>;
|
|
11566
|
+
/** @internal */
|
|
10895
11567
|
declare const PreviewAttachResponse$inboundSchema: z$1.ZodMiniType<PreviewAttachResponse, unknown>;
|
|
10896
11568
|
declare function previewAttachResponseFromJSON(jsonString: string): Result<PreviewAttachResponse, SDKValidationError>;
|
|
10897
11569
|
|
|
@@ -11393,6 +12065,10 @@ type PreviewMultiAttachParams = {
|
|
|
11393
12065
|
* Only applicable when the customer has an existing Stripe subscription. If true, creates a new separate subscription instead of merging into the existing one.
|
|
11394
12066
|
*/
|
|
11395
12067
|
newBillingSubscription?: boolean | undefined;
|
|
12068
|
+
/**
|
|
12069
|
+
* If true, the cusProducts are activated immediately even when payment is pending via Stripe checkout.
|
|
12070
|
+
*/
|
|
12071
|
+
enablePlanImmediately?: boolean | undefined;
|
|
11396
12072
|
/**
|
|
11397
12073
|
* Customer details to set when creating a customer
|
|
11398
12074
|
*/
|
|
@@ -11640,6 +12316,42 @@ declare const PreviewMultiAttachCheckoutType: {
|
|
|
11640
12316
|
readonly AutumnCheckout: "autumn_checkout";
|
|
11641
12317
|
};
|
|
11642
12318
|
type PreviewMultiAttachCheckoutType = OpenEnum<typeof PreviewMultiAttachCheckoutType>;
|
|
12319
|
+
/**
|
|
12320
|
+
* Calculation status ('complete' when Stripe Tax succeeds or 'incomplete' when Stripe Tax returned 0 or errored).
|
|
12321
|
+
*/
|
|
12322
|
+
declare const PreviewMultiAttachStatus: {
|
|
12323
|
+
readonly Complete: "complete";
|
|
12324
|
+
readonly Incomplete: "incomplete";
|
|
12325
|
+
};
|
|
12326
|
+
/**
|
|
12327
|
+
* Calculation status ('complete' when Stripe Tax succeeds or 'incomplete' when Stripe Tax returned 0 or errored).
|
|
12328
|
+
*/
|
|
12329
|
+
type PreviewMultiAttachStatus = OpenEnum<typeof PreviewMultiAttachStatus>;
|
|
12330
|
+
/**
|
|
12331
|
+
* Tax preview for the immediate charge. Contact us to enable the tax flag on your organisation. Shows only with flag enabled, a Stripe customer exists and has a location.
|
|
12332
|
+
*/
|
|
12333
|
+
type PreviewMultiAttachTax = {
|
|
12334
|
+
/**
|
|
12335
|
+
* Total tax amount in major currency units.
|
|
12336
|
+
*/
|
|
12337
|
+
total: number;
|
|
12338
|
+
/**
|
|
12339
|
+
* Tax included in line item subtotals.
|
|
12340
|
+
*/
|
|
12341
|
+
amountInclusive: number;
|
|
12342
|
+
/**
|
|
12343
|
+
* Tax added on top of subtotals.
|
|
12344
|
+
*/
|
|
12345
|
+
amountExclusive: number;
|
|
12346
|
+
/**
|
|
12347
|
+
* Three-letter currency code.
|
|
12348
|
+
*/
|
|
12349
|
+
currency: string;
|
|
12350
|
+
/**
|
|
12351
|
+
* Calculation status ('complete' when Stripe Tax succeeds or 'incomplete' when Stripe Tax returned 0 or errored).
|
|
12352
|
+
*/
|
|
12353
|
+
status: PreviewMultiAttachStatus;
|
|
12354
|
+
};
|
|
11643
12355
|
/**
|
|
11644
12356
|
* OK
|
|
11645
12357
|
*/
|
|
@@ -11685,6 +12397,10 @@ type PreviewMultiAttachResponse = {
|
|
|
11685
12397
|
* The type of checkout that will be used if the customer is redirected to a checkout page.
|
|
11686
12398
|
*/
|
|
11687
12399
|
checkoutType: PreviewMultiAttachCheckoutType | null;
|
|
12400
|
+
/**
|
|
12401
|
+
* Tax preview for the immediate charge. Contact us to enable the tax flag on your organisation. Shows only with flag enabled, a Stripe customer exists and has a location.
|
|
12402
|
+
*/
|
|
12403
|
+
tax?: PreviewMultiAttachTax | undefined;
|
|
11688
12404
|
};
|
|
11689
12405
|
/** @internal */
|
|
11690
12406
|
declare const PreviewMultiAttachPriceInterval$outboundSchema: z$1.ZodMiniEnum<typeof PreviewMultiAttachPriceInterval>;
|
|
@@ -11898,6 +12614,7 @@ type PreviewMultiAttachParams$Outbound = {
|
|
|
11898
12614
|
} | undefined;
|
|
11899
12615
|
redirect_mode: string;
|
|
11900
12616
|
new_billing_subscription?: boolean | undefined;
|
|
12617
|
+
enable_plan_immediately?: boolean | undefined;
|
|
11901
12618
|
customer_data?: CustomerData$Outbound | undefined;
|
|
11902
12619
|
entity_data?: PreviewMultiAttachEntityData$Outbound | undefined;
|
|
11903
12620
|
};
|
|
@@ -11946,6 +12663,11 @@ declare function previewMultiAttachOutgoingFromJSON(jsonString: string): Result<
|
|
|
11946
12663
|
/** @internal */
|
|
11947
12664
|
declare const PreviewMultiAttachCheckoutType$inboundSchema: z$1.ZodMiniType<PreviewMultiAttachCheckoutType, unknown>;
|
|
11948
12665
|
/** @internal */
|
|
12666
|
+
declare const PreviewMultiAttachStatus$inboundSchema: z$1.ZodMiniType<PreviewMultiAttachStatus, unknown>;
|
|
12667
|
+
/** @internal */
|
|
12668
|
+
declare const PreviewMultiAttachTax$inboundSchema: z$1.ZodMiniType<PreviewMultiAttachTax, unknown>;
|
|
12669
|
+
declare function previewMultiAttachTaxFromJSON(jsonString: string): Result<PreviewMultiAttachTax, SDKValidationError>;
|
|
12670
|
+
/** @internal */
|
|
11949
12671
|
declare const PreviewMultiAttachResponse$inboundSchema: z$1.ZodMiniType<PreviewMultiAttachResponse, unknown>;
|
|
11950
12672
|
declare function previewMultiAttachResponseFromJSON(jsonString: string): Result<PreviewMultiAttachResponse, SDKValidationError>;
|
|
11951
12673
|
|
|
@@ -13414,6 +14136,10 @@ type SetupPaymentParams = {
|
|
|
13414
14136
|
* If true, skips any billing changes for the attach operation.
|
|
13415
14137
|
*/
|
|
13416
14138
|
noBillingChanges?: boolean | undefined;
|
|
14139
|
+
/**
|
|
14140
|
+
* If true, the customer's plan is activated immediately even when payment is deferred (invoice mode) or pending (Stripe checkout). For Stripe checkout, the customer_product is inserted before the customer completes the hosted form.
|
|
14141
|
+
*/
|
|
14142
|
+
enablePlanImmediately?: boolean | undefined;
|
|
13417
14143
|
};
|
|
13418
14144
|
/**
|
|
13419
14145
|
* OK
|
|
@@ -13611,6 +14337,7 @@ type SetupPaymentParams$Outbound = {
|
|
|
13611
14337
|
[k: string]: string;
|
|
13612
14338
|
} | undefined;
|
|
13613
14339
|
no_billing_changes?: boolean | undefined;
|
|
14340
|
+
enable_plan_immediately?: boolean | undefined;
|
|
13614
14341
|
};
|
|
13615
14342
|
/** @internal */
|
|
13616
14343
|
declare const SetupPaymentParams$outboundSchema: z$1.ZodMiniType<SetupPaymentParams$Outbound, SetupPaymentParams>;
|
|
@@ -13665,10 +14392,41 @@ type TrackParams = {
|
|
|
13665
14392
|
} | undefined;
|
|
13666
14393
|
lock?: TrackLock | undefined;
|
|
13667
14394
|
};
|
|
14395
|
+
/**
|
|
14396
|
+
* 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.
|
|
14397
|
+
*/
|
|
14398
|
+
type TrackResponseBody2 = {
|
|
14399
|
+
/**
|
|
14400
|
+
* The ID of the customer whose usage was tracked.
|
|
14401
|
+
*/
|
|
14402
|
+
customerId: string;
|
|
14403
|
+
/**
|
|
14404
|
+
* The ID of the entity, if entity-scoped tracking was performed.
|
|
14405
|
+
*/
|
|
14406
|
+
entityId?: string | undefined;
|
|
14407
|
+
/**
|
|
14408
|
+
* The event name that was tracked, if event_name was used instead of feature_id.
|
|
14409
|
+
*/
|
|
14410
|
+
eventName?: string | undefined;
|
|
14411
|
+
/**
|
|
14412
|
+
* The amount of usage that was recorded.
|
|
14413
|
+
*/
|
|
14414
|
+
value: number;
|
|
14415
|
+
/**
|
|
14416
|
+
* The updated balance for the tracked feature. Null if tracking by event_name that affects multiple features.
|
|
14417
|
+
*/
|
|
14418
|
+
balance: Balance | null;
|
|
14419
|
+
/**
|
|
14420
|
+
* Map of feature_id to updated balance when tracking by event_name affects multiple features.
|
|
14421
|
+
*/
|
|
14422
|
+
balances?: {
|
|
14423
|
+
[k: string]: Balance;
|
|
14424
|
+
} | undefined;
|
|
14425
|
+
};
|
|
13668
14426
|
/**
|
|
13669
14427
|
* OK
|
|
13670
14428
|
*/
|
|
13671
|
-
type
|
|
14429
|
+
type TrackResponseBody1 = {
|
|
13672
14430
|
/**
|
|
13673
14431
|
* The ID of the customer whose usage was tracked.
|
|
13674
14432
|
*/
|
|
@@ -13696,6 +14454,7 @@ type TrackResponse = {
|
|
|
13696
14454
|
[k: string]: Balance;
|
|
13697
14455
|
} | undefined;
|
|
13698
14456
|
};
|
|
14457
|
+
type TrackResponse = TrackResponseBody1 | TrackResponseBody2;
|
|
13699
14458
|
/** @internal */
|
|
13700
14459
|
type TrackLock$Outbound = {
|
|
13701
14460
|
lock_id: string;
|
|
@@ -13721,6 +14480,12 @@ type TrackParams$Outbound = {
|
|
|
13721
14480
|
declare const TrackParams$outboundSchema: z$1.ZodMiniType<TrackParams$Outbound, TrackParams>;
|
|
13722
14481
|
declare function trackParamsToJSON(trackParams: TrackParams): string;
|
|
13723
14482
|
/** @internal */
|
|
14483
|
+
declare const TrackResponseBody2$inboundSchema: z$1.ZodMiniType<TrackResponseBody2, unknown>;
|
|
14484
|
+
declare function trackResponseBody2FromJSON(jsonString: string): Result<TrackResponseBody2, SDKValidationError>;
|
|
14485
|
+
/** @internal */
|
|
14486
|
+
declare const TrackResponseBody1$inboundSchema: z$1.ZodMiniType<TrackResponseBody1, unknown>;
|
|
14487
|
+
declare function trackResponseBody1FromJSON(jsonString: string): Result<TrackResponseBody1, SDKValidationError>;
|
|
14488
|
+
/** @internal */
|
|
13724
14489
|
declare const TrackResponse$inboundSchema: z$1.ZodMiniType<TrackResponse, unknown>;
|
|
13725
14490
|
declare function trackResponseFromJSON(jsonString: string): Result<TrackResponse, SDKValidationError>;
|
|
13726
14491
|
|
|
@@ -14018,10 +14783,39 @@ declare const UpdateCustomerEnv: {
|
|
|
14018
14783
|
* The environment this customer was created in.
|
|
14019
14784
|
*/
|
|
14020
14785
|
type UpdateCustomerEnv = OpenEnum<typeof UpdateCustomerEnv>;
|
|
14786
|
+
declare const UpdateCustomerIntervalResponse2: {
|
|
14787
|
+
readonly Hour: "hour";
|
|
14788
|
+
readonly Day: "day";
|
|
14789
|
+
readonly Week: "week";
|
|
14790
|
+
readonly Month: "month";
|
|
14791
|
+
};
|
|
14792
|
+
type UpdateCustomerIntervalResponse2 = OpenEnum<typeof UpdateCustomerIntervalResponse2>;
|
|
14793
|
+
type UpdateCustomerPurchaseLimitResponse2 = {
|
|
14794
|
+
/**
|
|
14795
|
+
* The time interval for the purchase limit window. Null when no purchase limit is configured.
|
|
14796
|
+
*/
|
|
14797
|
+
interval: UpdateCustomerIntervalResponse2 | null;
|
|
14798
|
+
/**
|
|
14799
|
+
* Number of intervals in the purchase limit window. Null when no purchase limit is configured.
|
|
14800
|
+
*/
|
|
14801
|
+
intervalCount: number | null;
|
|
14802
|
+
/**
|
|
14803
|
+
* Maximum number of auto top-ups allowed within the interval. Null when no purchase limit is configured.
|
|
14804
|
+
*/
|
|
14805
|
+
limit: number | null;
|
|
14806
|
+
/**
|
|
14807
|
+
* Number of auto top-ups already consumed in the current window.
|
|
14808
|
+
*/
|
|
14809
|
+
count: number;
|
|
14810
|
+
/**
|
|
14811
|
+
* Unix ms timestamp when the current purchase window ends and the count resets.
|
|
14812
|
+
*/
|
|
14813
|
+
nextResetAt: number;
|
|
14814
|
+
};
|
|
14021
14815
|
/**
|
|
14022
14816
|
* The time interval for the purchase limit window.
|
|
14023
14817
|
*/
|
|
14024
|
-
declare const
|
|
14818
|
+
declare const UpdateCustomerIntervalResponse1: {
|
|
14025
14819
|
readonly Hour: "hour";
|
|
14026
14820
|
readonly Day: "day";
|
|
14027
14821
|
readonly Week: "week";
|
|
@@ -14030,15 +14824,12 @@ declare const UpdateCustomerIntervalResponse: {
|
|
|
14030
14824
|
/**
|
|
14031
14825
|
* The time interval for the purchase limit window.
|
|
14032
14826
|
*/
|
|
14033
|
-
type
|
|
14034
|
-
|
|
14035
|
-
* Optional rate limit to cap how often auto top-ups occur.
|
|
14036
|
-
*/
|
|
14037
|
-
type UpdateCustomerPurchaseLimitResponse = {
|
|
14827
|
+
type UpdateCustomerIntervalResponse1 = OpenEnum<typeof UpdateCustomerIntervalResponse1>;
|
|
14828
|
+
type UpdateCustomerPurchaseLimitResponse1 = {
|
|
14038
14829
|
/**
|
|
14039
14830
|
* The time interval for the purchase limit window.
|
|
14040
14831
|
*/
|
|
14041
|
-
interval:
|
|
14832
|
+
interval: UpdateCustomerIntervalResponse1;
|
|
14042
14833
|
/**
|
|
14043
14834
|
* Number of intervals in the purchase limit window.
|
|
14044
14835
|
*/
|
|
@@ -14048,6 +14839,10 @@ type UpdateCustomerPurchaseLimitResponse = {
|
|
|
14048
14839
|
*/
|
|
14049
14840
|
limit: number;
|
|
14050
14841
|
};
|
|
14842
|
+
/**
|
|
14843
|
+
* Optional rate limit to cap how often auto top-ups occur. Expand billing_controls.auto_topups.purchase_limit for a count of top ups and the next_reset_at.
|
|
14844
|
+
*/
|
|
14845
|
+
type UpdateCustomerPurchaseLimitUnion = UpdateCustomerPurchaseLimitResponse2 | UpdateCustomerPurchaseLimitResponse1;
|
|
14051
14846
|
type UpdateCustomerAutoTopupResponse = {
|
|
14052
14847
|
/**
|
|
14053
14848
|
* The ID of the feature (credit balance) to auto top-up.
|
|
@@ -14066,9 +14861,9 @@ type UpdateCustomerAutoTopupResponse = {
|
|
|
14066
14861
|
*/
|
|
14067
14862
|
quantity: number;
|
|
14068
14863
|
/**
|
|
14069
|
-
* Optional rate limit to cap how often auto top-ups occur.
|
|
14864
|
+
* Optional rate limit to cap how often auto top-ups occur. Expand billing_controls.auto_topups.purchase_limit for a count of top ups and the next_reset_at.
|
|
14070
14865
|
*/
|
|
14071
|
-
purchaseLimit?:
|
|
14866
|
+
purchaseLimit?: UpdateCustomerPurchaseLimitResponse2 | UpdateCustomerPurchaseLimitResponse1 | undefined;
|
|
14072
14867
|
/**
|
|
14073
14868
|
* When true, auto top-up creates a send_invoice invoice instead of auto-charging.
|
|
14074
14869
|
*/
|
|
@@ -14504,10 +15299,18 @@ declare function updateCustomerParamsToJSON(updateCustomerParams: UpdateCustomer
|
|
|
14504
15299
|
/** @internal */
|
|
14505
15300
|
declare const UpdateCustomerEnv$inboundSchema: z$1.ZodMiniType<UpdateCustomerEnv, unknown>;
|
|
14506
15301
|
/** @internal */
|
|
14507
|
-
declare const
|
|
15302
|
+
declare const UpdateCustomerIntervalResponse2$inboundSchema: z$1.ZodMiniType<UpdateCustomerIntervalResponse2, unknown>;
|
|
15303
|
+
/** @internal */
|
|
15304
|
+
declare const UpdateCustomerPurchaseLimitResponse2$inboundSchema: z$1.ZodMiniType<UpdateCustomerPurchaseLimitResponse2, unknown>;
|
|
15305
|
+
declare function updateCustomerPurchaseLimitResponse2FromJSON(jsonString: string): Result<UpdateCustomerPurchaseLimitResponse2, SDKValidationError>;
|
|
15306
|
+
/** @internal */
|
|
15307
|
+
declare const UpdateCustomerIntervalResponse1$inboundSchema: z$1.ZodMiniType<UpdateCustomerIntervalResponse1, unknown>;
|
|
15308
|
+
/** @internal */
|
|
15309
|
+
declare const UpdateCustomerPurchaseLimitResponse1$inboundSchema: z$1.ZodMiniType<UpdateCustomerPurchaseLimitResponse1, unknown>;
|
|
15310
|
+
declare function updateCustomerPurchaseLimitResponse1FromJSON(jsonString: string): Result<UpdateCustomerPurchaseLimitResponse1, SDKValidationError>;
|
|
14508
15311
|
/** @internal */
|
|
14509
|
-
declare const
|
|
14510
|
-
declare function
|
|
15312
|
+
declare const UpdateCustomerPurchaseLimitUnion$inboundSchema: z$1.ZodMiniType<UpdateCustomerPurchaseLimitUnion, unknown>;
|
|
15313
|
+
declare function updateCustomerPurchaseLimitUnionFromJSON(jsonString: string): Result<UpdateCustomerPurchaseLimitUnion, SDKValidationError>;
|
|
14511
15314
|
/** @internal */
|
|
14512
15315
|
declare const UpdateCustomerAutoTopupResponse$inboundSchema: z$1.ZodMiniType<UpdateCustomerAutoTopupResponse, unknown>;
|
|
14513
15316
|
declare function updateCustomerAutoTopupResponseFromJSON(jsonString: string): Result<UpdateCustomerAutoTopupResponse, SDKValidationError>;
|
|
@@ -16453,6 +17256,7 @@ declare class Billing extends ClientSDK {
|
|
|
16453
17256
|
* @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
|
|
16454
17257
|
* @param metadata - Key-value metadata to attach to the Stripe subscription, invoice, and checkout session created during this attach flow. Keys prefixed with 'autumn_' are reserved and will be stripped. (optional)
|
|
16455
17258
|
* @param noBillingChanges - If true, skips any billing changes for the attach operation. (optional)
|
|
17259
|
+
* @param enablePlanImmediately - If true, the customer's plan is activated immediately even when payment is deferred (invoice mode) or pending (Stripe checkout). For Stripe checkout, the customer_product is inserted before the customer completes the hosted form. (optional)
|
|
16456
17260
|
*
|
|
16457
17261
|
* @returns A billing response with customer ID, invoice details, and payment URL (if checkout required).
|
|
16458
17262
|
*/
|
|
@@ -16490,6 +17294,7 @@ declare class Billing extends ClientSDK {
|
|
|
16490
17294
|
* @param checkoutSessionParams - Additional parameters to pass into the creation of the Stripe checkout session. (optional)
|
|
16491
17295
|
* @param redirectMode - Controls when to return a checkout URL. 'always' returns a URL even if payment succeeds, 'if_required' only when payment action is needed, 'never' disables redirects. (optional)
|
|
16492
17296
|
* @param newBillingSubscription - Only applicable when the customer has an existing Stripe subscription. If true, creates a new separate subscription instead of merging into the existing one. (optional)
|
|
17297
|
+
* @param enablePlanImmediately - If true, the cusProducts are activated immediately even when payment is pending via Stripe checkout. (optional)
|
|
16493
17298
|
*
|
|
16494
17299
|
* @returns A billing response with customer ID, invoice details, and payment URL (if checkout required).
|
|
16495
17300
|
*/
|
|
@@ -16527,6 +17332,7 @@ declare class Billing extends ClientSDK {
|
|
|
16527
17332
|
* @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
|
|
16528
17333
|
* @param metadata - Key-value metadata to attach to the Stripe subscription, invoice, and checkout session created during this attach flow. Keys prefixed with 'autumn_' are reserved and will be stripped. (optional)
|
|
16529
17334
|
* @param noBillingChanges - If true, skips any billing changes for the attach operation. (optional)
|
|
17335
|
+
* @param enablePlanImmediately - If true, the customer's plan is activated immediately even when payment is deferred (invoice mode) or pending (Stripe checkout). For Stripe checkout, the customer_product is inserted before the customer completes the hosted form. (optional)
|
|
16530
17336
|
*
|
|
16531
17337
|
* @returns A preview response with line items, totals, and effective dates for the proposed changes.
|
|
16532
17338
|
*/
|
|
@@ -16552,6 +17358,7 @@ declare class Billing extends ClientSDK {
|
|
|
16552
17358
|
* @param checkoutSessionParams - Additional parameters to pass into the creation of the Stripe checkout session. (optional)
|
|
16553
17359
|
* @param redirectMode - Controls when to return a checkout URL. 'always' returns a URL even if payment succeeds, 'if_required' only when payment action is needed, 'never' disables redirects. (optional)
|
|
16554
17360
|
* @param newBillingSubscription - Only applicable when the customer has an existing Stripe subscription. If true, creates a new separate subscription instead of merging into the existing one. (optional)
|
|
17361
|
+
* @param enablePlanImmediately - If true, the cusProducts are activated immediately even when payment is pending via Stripe checkout. (optional)
|
|
16555
17362
|
*
|
|
16556
17363
|
* @returns A preview response with line items, totals, and effective dates for the proposed multi-plan attachment.
|
|
16557
17364
|
*/
|
|
@@ -17143,7 +17950,7 @@ declare class Autumn extends ClientSDK {
|
|
|
17143
17950
|
* @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
17951
|
* @param withPreview - If true, includes upgrade/upsell information in the response when access is denied. Useful for displaying paywalls. (optional)
|
|
17145
17952
|
*
|
|
17146
|
-
* @returns Whether access is allowed, plus the current balance for that feature.
|
|
17953
|
+
* @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
17954
|
*/
|
|
17148
17955
|
check(request: CheckParams, options?: RequestOptions): Promise<CheckResponse>;
|
|
17149
17956
|
/**
|
|
@@ -17170,7 +17977,7 @@ declare class Autumn extends ClientSDK {
|
|
|
17170
17977
|
* @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
17978
|
* @param properties - Additional properties to attach to this usage event. (optional)
|
|
17172
17979
|
*
|
|
17173
|
-
* @returns The usage value recorded, with either a single updated balance or a map of updated balances.
|
|
17980
|
+
* @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
17981
|
*/
|
|
17175
17982
|
track(request: TrackParams, options?: RequestOptions): Promise<TrackResponse>;
|
|
17176
17983
|
}
|
|
@@ -17262,4 +18069,4 @@ declare namespace index {
|
|
|
17262
18069
|
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
18070
|
}
|
|
17264
18071
|
|
|
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 };
|
|
18072
|
+
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, CustomerInterval1, CustomerInterval1$inboundSchema, CustomerInterval2, CustomerInterval2$inboundSchema, type CustomerOverageAllowed, CustomerOverageAllowed$inboundSchema, type CustomerPurchaseLimit1, CustomerPurchaseLimit1$inboundSchema, type CustomerPurchaseLimit2, CustomerPurchaseLimit2$inboundSchema, type CustomerPurchaseLimitUnion, CustomerPurchaseLimitUnion$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, ListCustomersInterval1, ListCustomersInterval1$inboundSchema, ListCustomersInterval2, ListCustomersInterval2$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 ListCustomersPurchaseLimit1, ListCustomersPurchaseLimit1$inboundSchema, type ListCustomersPurchaseLimit2, ListCustomersPurchaseLimit2$inboundSchema, type ListCustomersPurchaseLimitUnion, ListCustomersPurchaseLimitUnion$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, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, type PreviewAttachTax, PreviewAttachTax$inboundSchema, 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, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, type PreviewMultiAttachTax, PreviewMultiAttachTax$inboundSchema, 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, UpdateCustomerIntervalResponse1, UpdateCustomerIntervalResponse1$inboundSchema, UpdateCustomerIntervalResponse2, UpdateCustomerIntervalResponse2$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 UpdateCustomerPurchaseLimitResponse1, UpdateCustomerPurchaseLimitResponse1$inboundSchema, type UpdateCustomerPurchaseLimitResponse2, UpdateCustomerPurchaseLimitResponse2$inboundSchema, type UpdateCustomerPurchaseLimitUnion, UpdateCustomerPurchaseLimitUnion$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, customerPurchaseLimit1FromJSON, customerPurchaseLimit2FromJSON, customerPurchaseLimitUnionFromJSON, 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, listCustomersPurchaseLimit1FromJSON, listCustomersPurchaseLimit2FromJSON, listCustomersPurchaseLimitUnionFromJSON, 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, previewAttachTaxFromJSON, 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, previewMultiAttachTaxFromJSON, 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, updateCustomerPurchaseLimitResponse1FromJSON, updateCustomerPurchaseLimitResponse2FromJSON, updateCustomerPurchaseLimitUnionFromJSON, 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 };
|