@schematichq/schematic-components 2.10.0 → 2.10.2

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.
@@ -15,7 +15,7 @@ import { JSX } from 'react/jsx-runtime';
15
15
  import { RefAttributes } from 'react';
16
16
  import { RuleSet } from 'styled-components';
17
17
  import type { Stripe } from '@stripe/stripe-js';
18
- import { Substitute } from 'styled-components/dist/types';
18
+ import { WebTarget } from 'styled-components';
19
19
 
20
20
  export declare const AddOns: ({ addOns, toggle, isLoading, period, currency, }: AddOnsProps) => JSX.Element;
21
21
 
@@ -1090,6 +1090,12 @@ declare interface BillingPriceResponseData {
1090
1090
  * @memberof BillingPriceResponseData
1091
1091
  */
1092
1092
  interval: BillingProductPriceInterval;
1093
+ /**
1094
+ *
1095
+ * @type {string}
1096
+ * @memberof BillingPriceResponseData
1097
+ */
1098
+ nickname?: string | null;
1093
1099
  /**
1094
1100
  *
1095
1101
  * @type {number}
@@ -1146,6 +1152,12 @@ declare interface BillingPriceResponseData_2 {
1146
1152
  * @memberof BillingPriceResponseData
1147
1153
  */
1148
1154
  interval: BillingProductPriceInterval_2;
1155
+ /**
1156
+ *
1157
+ * @type {string}
1158
+ * @memberof BillingPriceResponseData
1159
+ */
1160
+ nickname?: string | null;
1149
1161
  /**
1150
1162
  *
1151
1163
  * @type {number}
@@ -1276,6 +1288,12 @@ declare interface BillingPriceView {
1276
1288
  * @memberof BillingPriceView
1277
1289
  */
1278
1290
  meterId?: string | null;
1291
+ /**
1292
+ *
1293
+ * @type {string}
1294
+ * @memberof BillingPriceView
1295
+ */
1296
+ nickname?: string | null;
1279
1297
  /**
1280
1298
  *
1281
1299
  * @type {number}
@@ -1416,6 +1434,12 @@ declare interface BillingPriceView_2 {
1416
1434
  * @memberof BillingPriceView
1417
1435
  */
1418
1436
  meterId?: string | null;
1437
+ /**
1438
+ *
1439
+ * @type {string}
1440
+ * @memberof BillingPriceView
1441
+ */
1442
+ nickname?: string | null;
1419
1443
  /**
1420
1444
  *
1421
1445
  * @type {number}
@@ -1908,6 +1932,12 @@ declare interface BillingProductPriceResponseData {
1908
1932
  * @memberof BillingProductPriceResponseData
1909
1933
  */
1910
1934
  meterId?: string | null;
1935
+ /**
1936
+ *
1937
+ * @type {string}
1938
+ * @memberof BillingProductPriceResponseData
1939
+ */
1940
+ nickname?: string | null;
1911
1941
  /**
1912
1942
  *
1913
1943
  * @type {number}
@@ -2536,7 +2566,25 @@ declare const BillingTiersMode_2: {
2536
2566
 
2537
2567
  declare type BillingTiersMode_2 = (typeof BillingTiersMode_2)[keyof typeof BillingTiersMode_2];
2538
2568
 
2539
- export declare const Box: IStyledComponentBase<"web", Substitute<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, BoxProps>> & string;
2569
+ export declare const Box: IStyledComponentBase<"web", FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
2570
+ $viewport?: {
2571
+ "sm"?: TransientCSSProperties;
2572
+ "md"?: TransientCSSProperties;
2573
+ "lg"?: TransientCSSProperties;
2574
+ "xl"?: TransientCSSProperties;
2575
+ "2xl"?: TransientCSSProperties;
2576
+ [key: string]: TransientCSSProperties | undefined;
2577
+ };
2578
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
2579
+ $viewport?: {
2580
+ "sm"?: TransientCSSProperties;
2581
+ "md"?: TransientCSSProperties;
2582
+ "lg"?: TransientCSSProperties;
2583
+ "xl"?: TransientCSSProperties;
2584
+ "2xl"?: TransientCSSProperties;
2585
+ [key: string]: TransientCSSProperties | undefined;
2586
+ };
2587
+ }, never>>> & string;
2540
2588
 
2541
2589
  export declare type BoxProps = ComponentProps & {
2542
2590
  $viewport?: {
@@ -2549,7 +2597,7 @@ export declare type BoxProps = ComponentProps & {
2549
2597
  };
2550
2598
  };
2551
2599
 
2552
- export declare const Button: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ButtonProps>> & string;
2600
+ export declare const Button: IStyledComponentBase<"web", FastOmit<FastOmit<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof ButtonProps> & ButtonProps, never> & Partial<Pick<FastOmit<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof ButtonProps> & ButtonProps, never>>> & string;
2553
2601
 
2554
2602
  export declare type ButtonAlignment = "start" | "center" | "end";
2555
2603
 
@@ -3238,17 +3286,6 @@ declare interface CompanyDetailResponseData {
3238
3286
  userCount: number;
3239
3287
  }
3240
3288
 
3241
- /**
3242
- * Schematic API
3243
- * Schematic API
3244
- *
3245
- * The version of the OpenAPI document: 0.1
3246
- *
3247
- *
3248
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
3249
- * https://openapi-generator.tech
3250
- * Do not edit the class manually.
3251
- */
3252
3289
  /**
3253
3290
  *
3254
3291
  * @export
@@ -3299,16 +3336,16 @@ declare interface CompanyEventPeriodMetricsResponseData {
3299
3336
  eventSubtype: string;
3300
3337
  /**
3301
3338
  *
3302
- * @type {string}
3339
+ * @type {MetricPeriodMonthReset}
3303
3340
  * @memberof CompanyEventPeriodMetricsResponseData
3304
3341
  */
3305
- monthReset: string;
3342
+ monthReset: MetricPeriodMonthReset;
3306
3343
  /**
3307
3344
  *
3308
- * @type {string}
3345
+ * @type {MetricPeriod}
3309
3346
  * @memberof CompanyEventPeriodMetricsResponseData
3310
3347
  */
3311
- period: string;
3348
+ period: MetricPeriod;
3312
3349
  /**
3313
3350
  *
3314
3351
  * @type {Date}
@@ -3440,16 +3477,16 @@ declare interface CompanyOverrideResponseData {
3440
3477
  id: string;
3441
3478
  /**
3442
3479
  *
3443
- * @type {string}
3480
+ * @type {MetricPeriod}
3444
3481
  * @memberof CompanyOverrideResponseData
3445
3482
  */
3446
- metricPeriod?: string | null;
3483
+ metricPeriod?: MetricPeriod | null;
3447
3484
  /**
3448
3485
  *
3449
- * @type {string}
3486
+ * @type {MetricPeriodMonthReset}
3450
3487
  * @memberof CompanyOverrideResponseData
3451
3488
  */
3452
- metricPeriodMonthReset?: string | null;
3489
+ metricPeriodMonthReset?: MetricPeriodMonthReset | null;
3453
3490
  /**
3454
3491
  *
3455
3492
  * @type {Array<CompanyOverrideNoteResponseData>}
@@ -3575,10 +3612,10 @@ declare interface CompanyPlanDetailResponseData {
3575
3612
  compatiblePlanIds: Array<string>;
3576
3613
  /**
3577
3614
  *
3578
- * @type {string}
3615
+ * @type {BillingProviderType}
3579
3616
  * @memberof CompanyPlanDetailResponseData
3580
3617
  */
3581
- controlledBy: string;
3618
+ controlledBy: BillingProviderType;
3582
3619
  /**
3583
3620
  *
3584
3621
  * @type {string}
@@ -3635,10 +3672,10 @@ declare interface CompanyPlanDetailResponseData {
3635
3672
  entitlements: Array<PlanEntitlementResponseData>;
3636
3673
  /**
3637
3674
  *
3638
- * @type {Array<FeatureDetailResponseData>}
3675
+ * @type {Array<FeatureInPlanResponseData>}
3639
3676
  * @memberof CompanyPlanDetailResponseData
3640
3677
  */
3641
- features: Array<FeatureDetailResponseData>;
3678
+ features: Array<FeatureInPlanResponseData>;
3642
3679
  /**
3643
3680
  *
3644
3681
  * @type {PlanIcon}
@@ -3901,6 +3938,12 @@ declare interface CompanySubscriptionResponseData {
3901
3938
  * @memberof CompanySubscriptionResponseData
3902
3939
  */
3903
3940
  products: Array<BillingProductForSubscriptionResponseData>;
3941
+ /**
3942
+ *
3943
+ * @type {BillingProviderType}
3944
+ * @memberof CompanySubscriptionResponseData
3945
+ */
3946
+ providerType: BillingProviderType;
3904
3947
  /**
3905
3948
  *
3906
3949
  * @type {string}
@@ -3927,6 +3970,40 @@ declare interface CompanySubscriptionResponseData {
3927
3970
  trialEnd?: Date | null;
3928
3971
  }
3929
3972
 
3973
+ /**
3974
+ *
3975
+ * @export
3976
+ */
3977
+ declare const ComparableOperator: {
3978
+ readonly Eq: "eq";
3979
+ readonly Gt: "gt";
3980
+ readonly Gte: "gte";
3981
+ readonly IsEmpty: "is_empty";
3982
+ readonly Lt: "lt";
3983
+ readonly Lte: "lte";
3984
+ readonly NotEmpty: "not_empty";
3985
+ readonly Ne: "ne";
3986
+ };
3987
+
3988
+ declare type ComparableOperator = (typeof ComparableOperator)[keyof typeof ComparableOperator];
3989
+
3990
+ /**
3991
+ *
3992
+ * @export
3993
+ */
3994
+ declare const ComparableOperator_2: {
3995
+ readonly Eq: "eq";
3996
+ readonly Gt: "gt";
3997
+ readonly Gte: "gte";
3998
+ readonly IsEmpty: "is_empty";
3999
+ readonly Lt: "lt";
4000
+ readonly Lte: "lte";
4001
+ readonly NotEmpty: "not_empty";
4002
+ readonly Ne: "ne";
4003
+ };
4004
+
4005
+ declare type ComparableOperator_2 = (typeof ComparableOperator_2)[keyof typeof ComparableOperator_2];
4006
+
3930
4007
  /**
3931
4008
  * Schematic API
3932
4009
  * Schematic API
@@ -4472,10 +4549,10 @@ declare interface Condition {
4472
4549
  comparisonTraitDefinition?: TraitDefinition;
4473
4550
  /**
4474
4551
  *
4475
- * @type {string}
4552
+ * @type {ConditionType}
4476
4553
  * @memberof Condition
4477
4554
  */
4478
- conditionType: ConditionConditionTypeEnum;
4555
+ conditionType: ConditionType;
4479
4556
  /**
4480
4557
  *
4481
4558
  * @type {number}
@@ -4508,16 +4585,16 @@ declare interface Condition {
4508
4585
  id: string;
4509
4586
  /**
4510
4587
  *
4511
- * @type {string}
4588
+ * @type {MetricPeriod}
4512
4589
  * @memberof Condition
4513
4590
  */
4514
- metricPeriod?: ConditionMetricPeriodEnum | null;
4591
+ metricPeriod?: MetricPeriod | null;
4515
4592
  /**
4516
4593
  *
4517
- * @type {string}
4594
+ * @type {MetricPeriodMonthReset}
4518
4595
  * @memberof Condition
4519
4596
  */
4520
- metricPeriodMonthReset?: ConditionMetricPeriodMonthResetEnum | null;
4597
+ metricPeriodMonthReset?: MetricPeriodMonthReset | null;
4521
4598
  /**
4522
4599
  *
4523
4600
  * @type {number}
@@ -4526,10 +4603,10 @@ declare interface Condition {
4526
4603
  metricValue?: number | null;
4527
4604
  /**
4528
4605
  *
4529
- * @type {string}
4606
+ * @type {ComparableOperator}
4530
4607
  * @memberof Condition
4531
4608
  */
4532
- operator: ConditionOperatorEnum;
4609
+ operator: ComparableOperator;
4533
4610
  /**
4534
4611
  *
4535
4612
  * @type {Array<string>}
@@ -4550,23 +4627,6 @@ declare interface Condition {
4550
4627
  traitValue: string;
4551
4628
  }
4552
4629
 
4553
- /**
4554
- * @export
4555
- */
4556
- declare const ConditionConditionTypeEnum: {
4557
- readonly BasePlan: "base_plan";
4558
- readonly BillingProduct: "billing_product";
4559
- readonly Company: "company";
4560
- readonly Credit: "credit";
4561
- readonly Metric: "metric";
4562
- readonly Plan: "plan";
4563
- readonly PlanVersion: "plan_version";
4564
- readonly Trait: "trait";
4565
- readonly User: "user";
4566
- };
4567
-
4568
- declare type ConditionConditionTypeEnum = (typeof ConditionConditionTypeEnum)[keyof typeof ConditionConditionTypeEnum];
4569
-
4570
4630
  /**
4571
4631
  *
4572
4632
  * @export
@@ -4582,42 +4642,40 @@ declare interface ConditionGroup {
4582
4642
  }
4583
4643
 
4584
4644
  /**
4645
+ *
4585
4646
  * @export
4586
4647
  */
4587
- declare const ConditionMetricPeriodEnum: {
4588
- readonly AllTime: "all_time";
4589
- readonly CurrentDay: "current_day";
4590
- readonly CurrentMonth: "current_month";
4591
- readonly CurrentWeek: "current_week";
4592
- };
4593
-
4594
- declare type ConditionMetricPeriodEnum = (typeof ConditionMetricPeriodEnum)[keyof typeof ConditionMetricPeriodEnum];
4595
-
4596
- /**
4597
- * @export
4598
- */
4599
- declare const ConditionMetricPeriodMonthResetEnum: {
4600
- readonly FirstOfMonth: "first_of_month";
4601
- readonly BillingCycle: "billing_cycle";
4648
+ declare const ConditionType: {
4649
+ readonly BasePlan: "base_plan";
4650
+ readonly BillingProduct: "billing_product";
4651
+ readonly Company: "company";
4652
+ readonly Credit: "credit";
4653
+ readonly Metric: "metric";
4654
+ readonly Plan: "plan";
4655
+ readonly PlanVersion: "plan_version";
4656
+ readonly Trait: "trait";
4657
+ readonly User: "user";
4602
4658
  };
4603
4659
 
4604
- declare type ConditionMetricPeriodMonthResetEnum = (typeof ConditionMetricPeriodMonthResetEnum)[keyof typeof ConditionMetricPeriodMonthResetEnum];
4660
+ declare type ConditionType = (typeof ConditionType)[keyof typeof ConditionType];
4605
4661
 
4606
4662
  /**
4663
+ *
4607
4664
  * @export
4608
4665
  */
4609
- declare const ConditionOperatorEnum: {
4610
- readonly Eq: "eq";
4611
- readonly Ne: "ne";
4612
- readonly Gt: "gt";
4613
- readonly Lt: "lt";
4614
- readonly Gte: "gte";
4615
- readonly Lte: "lte";
4616
- readonly IsEmpty: "is_empty";
4617
- readonly NotEmpty: "not_empty";
4666
+ declare const ConditionType_2: {
4667
+ readonly BasePlan: "base_plan";
4668
+ readonly BillingProduct: "billing_product";
4669
+ readonly Company: "company";
4670
+ readonly Credit: "credit";
4671
+ readonly Metric: "metric";
4672
+ readonly Plan: "plan";
4673
+ readonly PlanVersion: "plan_version";
4674
+ readonly Trait: "trait";
4675
+ readonly User: "user";
4618
4676
  };
4619
4677
 
4620
- declare type ConditionOperatorEnum = (typeof ConditionOperatorEnum)[keyof typeof ConditionOperatorEnum];
4678
+ declare type ConditionType_2 = (typeof ConditionType_2)[keyof typeof ConditionType_2];
4621
4679
 
4622
4680
  declare interface ConfigurationParameters {
4623
4681
  basePath?: string;
@@ -4642,7 +4700,7 @@ declare interface ConfirmPaymentIntentProps_2 {
4642
4700
  callback: (confirmed: boolean) => void;
4643
4701
  }
4644
4702
 
4645
- export declare const Container: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4703
+ export declare const Container: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
4646
4704
 
4647
4705
  export declare const ContainerStyle: RuleSet<object>;
4648
4706
 
@@ -5199,6 +5257,7 @@ declare interface CustomPlanBillingResponseData {
5199
5257
  */
5200
5258
  declare const CustomPlanBillingStatus: {
5201
5259
  readonly Active: "active";
5260
+ readonly Expired: "expired";
5202
5261
  readonly Paid: "paid";
5203
5262
  readonly Pending: "pending";
5204
5263
  };
@@ -5568,7 +5627,37 @@ export declare interface DialogProps extends React.DialogHTMLAttributes<HTMLDial
5568
5627
 
5569
5628
  export declare type DialogSize = "sm" | "md" | "lg" | "auto";
5570
5629
 
5571
- declare const Element_2: IStyledComponentBase<"web", FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
5630
+ declare const Element_2: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
5631
+ $viewport?: {
5632
+ "sm"?: TransientCSSProperties;
5633
+ "md"?: TransientCSSProperties;
5634
+ "lg"?: TransientCSSProperties;
5635
+ "xl"?: TransientCSSProperties;
5636
+ "2xl"?: TransientCSSProperties;
5637
+ [key: string]: TransientCSSProperties | undefined;
5638
+ };
5639
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
5640
+ $viewport?: {
5641
+ "sm"?: TransientCSSProperties;
5642
+ "md"?: TransientCSSProperties;
5643
+ "lg"?: TransientCSSProperties;
5644
+ "xl"?: TransientCSSProperties;
5645
+ "2xl"?: TransientCSSProperties;
5646
+ [key: string]: TransientCSSProperties | undefined;
5647
+ };
5648
+ }, never>> & {
5649
+ as?: WebTarget | undefined;
5650
+ forwardedAs?: WebTarget | undefined;
5651
+ }, never> & Partial<Pick<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
5652
+ $viewport?: {
5653
+ "sm"?: TransientCSSProperties;
5654
+ "md"?: TransientCSSProperties;
5655
+ "lg"?: TransientCSSProperties;
5656
+ "xl"?: TransientCSSProperties;
5657
+ "2xl"?: TransientCSSProperties;
5658
+ [key: string]: TransientCSSProperties | undefined;
5659
+ };
5660
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
5572
5661
  $viewport?: {
5573
5662
  "sm"?: TransientCSSProperties;
5574
5663
  "md"?: TransientCSSProperties;
@@ -5577,7 +5666,10 @@ $viewport?: {
5577
5666
  "2xl"?: TransientCSSProperties;
5578
5667
  [key: string]: TransientCSSProperties | undefined;
5579
5668
  };
5580
- }, never>> & string;
5669
+ }, never>> & {
5670
+ as?: WebTarget | undefined;
5671
+ forwardedAs?: WebTarget | undefined;
5672
+ }, never>>> & string;
5581
5673
  export { Element_2 as Element }
5582
5674
 
5583
5675
  declare interface ElementProps {
@@ -6193,231 +6285,207 @@ declare interface EventSummaryResponseData_2 {
6193
6285
  /**
6194
6286
  *
6195
6287
  * @export
6196
- * @interface FeatureDetailResponseData
6288
+ * @interface FeatureEntitlement
6197
6289
  */
6198
- declare interface FeatureDetailResponseData {
6199
- /**
6200
- *
6201
- * @type {BillingLinkedResourceResponseData}
6202
- * @memberof FeatureDetailResponseData
6203
- */
6204
- billingLinkedResource?: BillingLinkedResourceResponseData;
6290
+ declare interface FeatureEntitlement {
6205
6291
  /**
6206
- *
6207
- * @type {Date}
6208
- * @memberof FeatureDetailResponseData
6292
+ * If the company has a numeric entitlement for this feature, the allocated amount
6293
+ * @type {number}
6294
+ * @memberof FeatureEntitlement
6209
6295
  */
6210
- createdAt: Date;
6296
+ allocation?: number | null;
6211
6297
  /**
6212
- *
6298
+ * If the company has a credit-based entitlement for this feature, the ID of the credit
6213
6299
  * @type {string}
6214
- * @memberof FeatureDetailResponseData
6300
+ * @memberof FeatureEntitlement
6215
6301
  */
6216
- description: string;
6302
+ creditId?: string | null;
6217
6303
  /**
6218
- *
6219
- * @type {string}
6220
- * @memberof FeatureDetailResponseData
6304
+ * If the company has a credit-based entitlement for this feature, the remaining credit amount
6305
+ * @type {number}
6306
+ * @memberof FeatureEntitlement
6221
6307
  */
6222
- eventSubtype?: string | null;
6308
+ creditRemaining?: number | null;
6223
6309
  /**
6224
- *
6225
- * @type {EventSummaryResponseData}
6226
- * @memberof FeatureDetailResponseData
6310
+ * If the company has a credit-based entitlement for this feature, the total credit amount
6311
+ * @type {number}
6312
+ * @memberof FeatureEntitlement
6227
6313
  */
6228
- eventSummary?: EventSummaryResponseData;
6314
+ creditTotal?: number | null;
6229
6315
  /**
6230
- *
6231
- * @type {FeatureType}
6232
- * @memberof FeatureDetailResponseData
6316
+ * If the company has a credit-based entitlement for this feature, the amount of credit used
6317
+ * @type {number}
6318
+ * @memberof FeatureEntitlement
6233
6319
  */
6234
- featureType: FeatureType;
6320
+ creditUsed?: number | null;
6235
6321
  /**
6236
- *
6237
- * @type {Array<FlagDetailResponseData>}
6238
- * @memberof FeatureDetailResponseData
6322
+ * If the feature is event-based, the name of the event tracked for usage
6323
+ * @type {string}
6324
+ * @memberof FeatureEntitlement
6239
6325
  */
6240
- flags: Array<FlagDetailResponseData>;
6326
+ eventName?: string | null;
6241
6327
  /**
6242
- *
6328
+ * The ID of the feature
6243
6329
  * @type {string}
6244
- * @memberof FeatureDetailResponseData
6330
+ * @memberof FeatureEntitlement
6245
6331
  */
6246
- icon: string;
6332
+ featureId: string;
6247
6333
  /**
6248
- *
6334
+ * The key of the flag associated with the feature
6249
6335
  * @type {string}
6250
- * @memberof FeatureDetailResponseData
6336
+ * @memberof FeatureEntitlement
6251
6337
  */
6252
- id: string;
6338
+ featureKey: string;
6253
6339
  /**
6254
- *
6255
- * @type {FeatureLifecyclePhase}
6256
- * @memberof FeatureDetailResponseData
6340
+ * For event-based feature entitlements, the period over which usage is tracked
6341
+ * @type {MetricPeriod}
6342
+ * @memberof FeatureEntitlement
6257
6343
  */
6258
- lifecyclePhase?: FeatureLifecyclePhase | null;
6344
+ metricPeriod?: MetricPeriod | null;
6259
6345
  /**
6260
- *
6261
- * @type {string}
6262
- * @memberof FeatureDetailResponseData
6346
+ * For event-based feature entitlements, when the usage period will reset
6347
+ * @type {Date}
6348
+ * @memberof FeatureEntitlement
6263
6349
  */
6264
- maintainerId?: string | null;
6350
+ metricResetAt?: Date | null;
6265
6351
  /**
6266
- *
6267
- * @type {string}
6268
- * @memberof FeatureDetailResponseData
6352
+ * For event-based feature entitlements that have a monthly period, whether that monthly reset is based on the calendar month or a billing cycle
6353
+ * @type {MetricPeriodMonthReset}
6354
+ * @memberof FeatureEntitlement
6269
6355
  */
6270
- name: string;
6356
+ monthReset?: MetricPeriodMonthReset | null;
6271
6357
  /**
6272
- *
6273
- * @type {Array<PreviewObject>}
6274
- * @memberof FeatureDetailResponseData
6358
+ * For usage-based pricing, the soft limit for overage charges or the next tier boundary
6359
+ * @type {number}
6360
+ * @memberof FeatureEntitlement
6275
6361
  */
6276
- plans: Array<PreviewObject>;
6277
- /**
6278
- *
6279
- * @type {string}
6280
- * @memberof FeatureDetailResponseData
6281
- */
6282
- pluralName?: string | null;
6283
- /**
6284
- *
6285
- * @type {string}
6286
- * @memberof FeatureDetailResponseData
6287
- */
6288
- singularName?: string | null;
6289
- /**
6290
- *
6291
- * @type {EntityTraitDefinitionResponseData}
6292
- * @memberof FeatureDetailResponseData
6293
- */
6294
- trait?: EntityTraitDefinitionResponseData;
6362
+ softLimit?: number | null;
6295
6363
  /**
6296
- *
6297
- * @type {string}
6298
- * @memberof FeatureDetailResponseData
6364
+ * If the company has a numeric entitlement for this feature, the current usage amount
6365
+ * @type {number}
6366
+ * @memberof FeatureEntitlement
6299
6367
  */
6300
- traitId?: string | null;
6368
+ usage?: number | null;
6301
6369
  /**
6302
- *
6303
- * @type {Date}
6304
- * @memberof FeatureDetailResponseData
6370
+ * The type of the entitlement value
6371
+ * @type {EntitlementValueType}
6372
+ * @memberof FeatureEntitlement
6305
6373
  */
6306
- updatedAt: Date;
6374
+ valueType: EntitlementValueType;
6307
6375
  }
6308
6376
 
6309
6377
  /**
6310
6378
  *
6311
6379
  * @export
6312
- * @interface FeatureDetailResponseData
6380
+ * @interface FeatureInPlanResponseData
6313
6381
  */
6314
- declare interface FeatureDetailResponseData_2 {
6382
+ declare interface FeatureInPlanResponseData {
6315
6383
  /**
6316
6384
  *
6317
6385
  * @type {BillingLinkedResourceResponseData}
6318
- * @memberof FeatureDetailResponseData
6386
+ * @memberof FeatureInPlanResponseData
6319
6387
  */
6320
- billingLinkedResource?: BillingLinkedResourceResponseData_2;
6388
+ billingLinkedResource?: BillingLinkedResourceResponseData;
6321
6389
  /**
6322
6390
  *
6323
6391
  * @type {Date}
6324
- * @memberof FeatureDetailResponseData
6392
+ * @memberof FeatureInPlanResponseData
6325
6393
  */
6326
6394
  createdAt: Date;
6327
6395
  /**
6328
6396
  *
6329
6397
  * @type {string}
6330
- * @memberof FeatureDetailResponseData
6398
+ * @memberof FeatureInPlanResponseData
6331
6399
  */
6332
6400
  description: string;
6333
6401
  /**
6334
6402
  *
6335
6403
  * @type {string}
6336
- * @memberof FeatureDetailResponseData
6404
+ * @memberof FeatureInPlanResponseData
6337
6405
  */
6338
6406
  eventSubtype?: string | null;
6339
6407
  /**
6340
6408
  *
6341
6409
  * @type {EventSummaryResponseData}
6342
- * @memberof FeatureDetailResponseData
6410
+ * @memberof FeatureInPlanResponseData
6343
6411
  */
6344
- eventSummary?: EventSummaryResponseData_2;
6412
+ eventSummary?: EventSummaryResponseData;
6345
6413
  /**
6346
6414
  *
6347
6415
  * @type {FeatureType}
6348
- * @memberof FeatureDetailResponseData
6416
+ * @memberof FeatureInPlanResponseData
6349
6417
  */
6350
- featureType: FeatureType_2;
6418
+ featureType: FeatureType;
6351
6419
  /**
6352
6420
  *
6353
- * @type {Array<FlagDetailResponseData>}
6354
- * @memberof FeatureDetailResponseData
6421
+ * @type {Array<FlagInPlanResponseData>}
6422
+ * @memberof FeatureInPlanResponseData
6355
6423
  */
6356
- flags: Array<FlagDetailResponseData_2>;
6424
+ flags: Array<FlagInPlanResponseData>;
6357
6425
  /**
6358
6426
  *
6359
6427
  * @type {string}
6360
- * @memberof FeatureDetailResponseData
6428
+ * @memberof FeatureInPlanResponseData
6361
6429
  */
6362
6430
  icon: string;
6363
6431
  /**
6364
6432
  *
6365
6433
  * @type {string}
6366
- * @memberof FeatureDetailResponseData
6434
+ * @memberof FeatureInPlanResponseData
6367
6435
  */
6368
6436
  id: string;
6369
6437
  /**
6370
6438
  *
6371
6439
  * @type {FeatureLifecyclePhase}
6372
- * @memberof FeatureDetailResponseData
6440
+ * @memberof FeatureInPlanResponseData
6373
6441
  */
6374
- lifecyclePhase?: FeatureLifecyclePhase_2 | null;
6442
+ lifecyclePhase?: FeatureLifecyclePhase | null;
6375
6443
  /**
6376
6444
  *
6377
6445
  * @type {string}
6378
- * @memberof FeatureDetailResponseData
6446
+ * @memberof FeatureInPlanResponseData
6379
6447
  */
6380
- maintainerId?: string | null;
6448
+ maintainerAccountMemberId?: string | null;
6381
6449
  /**
6382
6450
  *
6383
6451
  * @type {string}
6384
- * @memberof FeatureDetailResponseData
6452
+ * @memberof FeatureInPlanResponseData
6385
6453
  */
6386
6454
  name: string;
6387
6455
  /**
6388
6456
  *
6389
6457
  * @type {Array<PreviewObject>}
6390
- * @memberof FeatureDetailResponseData
6458
+ * @memberof FeatureInPlanResponseData
6391
6459
  */
6392
- plans: Array<PreviewObject_2>;
6460
+ plans: Array<PreviewObject>;
6393
6461
  /**
6394
6462
  *
6395
6463
  * @type {string}
6396
- * @memberof FeatureDetailResponseData
6464
+ * @memberof FeatureInPlanResponseData
6397
6465
  */
6398
6466
  pluralName?: string | null;
6399
6467
  /**
6400
6468
  *
6401
6469
  * @type {string}
6402
- * @memberof FeatureDetailResponseData
6470
+ * @memberof FeatureInPlanResponseData
6403
6471
  */
6404
6472
  singularName?: string | null;
6405
6473
  /**
6406
6474
  *
6407
6475
  * @type {EntityTraitDefinitionResponseData}
6408
- * @memberof FeatureDetailResponseData
6476
+ * @memberof FeatureInPlanResponseData
6409
6477
  */
6410
- trait?: EntityTraitDefinitionResponseData_2;
6478
+ trait?: EntityTraitDefinitionResponseData;
6411
6479
  /**
6412
6480
  *
6413
6481
  * @type {string}
6414
- * @memberof FeatureDetailResponseData
6482
+ * @memberof FeatureInPlanResponseData
6415
6483
  */
6416
6484
  traitId?: string | null;
6417
6485
  /**
6418
6486
  *
6419
6487
  * @type {Date}
6420
- * @memberof FeatureDetailResponseData
6488
+ * @memberof FeatureInPlanResponseData
6421
6489
  */
6422
6490
  updatedAt: Date;
6423
6491
  }
@@ -6425,117 +6493,119 @@ declare interface FeatureDetailResponseData_2 {
6425
6493
  /**
6426
6494
  *
6427
6495
  * @export
6428
- * @interface FeatureEntitlement
6496
+ * @interface FeatureInPlanResponseData
6429
6497
  */
6430
- declare interface FeatureEntitlement {
6498
+ declare interface FeatureInPlanResponseData_2 {
6431
6499
  /**
6432
- * If the company has a numeric entitlement for this feature, the allocated amount
6433
- * @type {number}
6434
- * @memberof FeatureEntitlement
6500
+ *
6501
+ * @type {BillingLinkedResourceResponseData}
6502
+ * @memberof FeatureInPlanResponseData
6435
6503
  */
6436
- allocation?: number | null;
6504
+ billingLinkedResource?: BillingLinkedResourceResponseData_2;
6437
6505
  /**
6438
- * If the company has a credit-based entitlement for this feature, the ID of the credit
6506
+ *
6507
+ * @type {Date}
6508
+ * @memberof FeatureInPlanResponseData
6509
+ */
6510
+ createdAt: Date;
6511
+ /**
6512
+ *
6439
6513
  * @type {string}
6440
- * @memberof FeatureEntitlement
6514
+ * @memberof FeatureInPlanResponseData
6441
6515
  */
6442
- creditId?: string | null;
6516
+ description: string;
6443
6517
  /**
6444
- * If the company has a credit-based entitlement for this feature, the remaining credit amount
6445
- * @type {number}
6446
- * @memberof FeatureEntitlement
6518
+ *
6519
+ * @type {string}
6520
+ * @memberof FeatureInPlanResponseData
6447
6521
  */
6448
- creditRemaining?: number | null;
6522
+ eventSubtype?: string | null;
6449
6523
  /**
6450
- * If the company has a credit-based entitlement for this feature, the total credit amount
6451
- * @type {number}
6452
- * @memberof FeatureEntitlement
6524
+ *
6525
+ * @type {EventSummaryResponseData}
6526
+ * @memberof FeatureInPlanResponseData
6453
6527
  */
6454
- creditTotal?: number | null;
6528
+ eventSummary?: EventSummaryResponseData_2;
6455
6529
  /**
6456
- * If the company has a credit-based entitlement for this feature, the amount of credit used
6457
- * @type {number}
6458
- * @memberof FeatureEntitlement
6530
+ *
6531
+ * @type {FeatureType}
6532
+ * @memberof FeatureInPlanResponseData
6459
6533
  */
6460
- creditUsed?: number | null;
6534
+ featureType: FeatureType_2;
6461
6535
  /**
6462
- * If the feature is event-based, the name of the event tracked for usage
6536
+ *
6537
+ * @type {Array<FlagInPlanResponseData>}
6538
+ * @memberof FeatureInPlanResponseData
6539
+ */
6540
+ flags: Array<FlagInPlanResponseData_2>;
6541
+ /**
6542
+ *
6463
6543
  * @type {string}
6464
- * @memberof FeatureEntitlement
6544
+ * @memberof FeatureInPlanResponseData
6465
6545
  */
6466
- eventName?: string | null;
6546
+ icon: string;
6467
6547
  /**
6468
- * The ID of the feature
6548
+ *
6469
6549
  * @type {string}
6470
- * @memberof FeatureEntitlement
6550
+ * @memberof FeatureInPlanResponseData
6471
6551
  */
6472
- featureId: string;
6552
+ id: string;
6473
6553
  /**
6474
- * The key of the flag associated with the feature
6554
+ *
6555
+ * @type {FeatureLifecyclePhase}
6556
+ * @memberof FeatureInPlanResponseData
6557
+ */
6558
+ lifecyclePhase?: FeatureLifecyclePhase_2 | null;
6559
+ /**
6560
+ *
6475
6561
  * @type {string}
6476
- * @memberof FeatureEntitlement
6562
+ * @memberof FeatureInPlanResponseData
6477
6563
  */
6478
- featureKey: string;
6564
+ maintainerAccountMemberId?: string | null;
6479
6565
  /**
6480
- * For event-based feature entitlements, the period over which usage is tracked
6566
+ *
6481
6567
  * @type {string}
6482
- * @memberof FeatureEntitlement
6568
+ * @memberof FeatureInPlanResponseData
6483
6569
  */
6484
- metricPeriod?: FeatureEntitlementMetricPeriodEnum | null;
6570
+ name: string;
6485
6571
  /**
6486
- * For event-based feature entitlements, when the usage period will reset
6487
- * @type {Date}
6488
- * @memberof FeatureEntitlement
6572
+ *
6573
+ * @type {Array<PreviewObject>}
6574
+ * @memberof FeatureInPlanResponseData
6489
6575
  */
6490
- metricResetAt?: Date | null;
6576
+ plans: Array<PreviewObject_2>;
6491
6577
  /**
6492
- * For event-based feature entitlements that have a monthly period, whether that monthly reset is based on the calendar month or a billing cycle
6578
+ *
6493
6579
  * @type {string}
6494
- * @memberof FeatureEntitlement
6580
+ * @memberof FeatureInPlanResponseData
6495
6581
  */
6496
- monthReset?: FeatureEntitlementMonthResetEnum | null;
6582
+ pluralName?: string | null;
6497
6583
  /**
6498
- * For usage-based pricing, the soft limit for overage charges or the next tier boundary
6499
- * @type {number}
6500
- * @memberof FeatureEntitlement
6584
+ *
6585
+ * @type {string}
6586
+ * @memberof FeatureInPlanResponseData
6501
6587
  */
6502
- softLimit?: number | null;
6588
+ singularName?: string | null;
6503
6589
  /**
6504
- * If the company has a numeric entitlement for this feature, the current usage amount
6505
- * @type {number}
6506
- * @memberof FeatureEntitlement
6590
+ *
6591
+ * @type {EntityTraitDefinitionResponseData}
6592
+ * @memberof FeatureInPlanResponseData
6507
6593
  */
6508
- usage?: number | null;
6594
+ trait?: EntityTraitDefinitionResponseData_2;
6509
6595
  /**
6510
- * The type of the entitlement value
6511
- * @type {EntitlementValueType}
6512
- * @memberof FeatureEntitlement
6596
+ *
6597
+ * @type {string}
6598
+ * @memberof FeatureInPlanResponseData
6513
6599
  */
6514
- valueType: EntitlementValueType;
6600
+ traitId?: string | null;
6601
+ /**
6602
+ *
6603
+ * @type {Date}
6604
+ * @memberof FeatureInPlanResponseData
6605
+ */
6606
+ updatedAt: Date;
6515
6607
  }
6516
6608
 
6517
- /**
6518
- * @export
6519
- */
6520
- declare const FeatureEntitlementMetricPeriodEnum: {
6521
- readonly AllTime: "all_time";
6522
- readonly CurrentDay: "current_day";
6523
- readonly CurrentMonth: "current_month";
6524
- readonly CurrentWeek: "current_week";
6525
- };
6526
-
6527
- declare type FeatureEntitlementMetricPeriodEnum = (typeof FeatureEntitlementMetricPeriodEnum)[keyof typeof FeatureEntitlementMetricPeriodEnum];
6528
-
6529
- /**
6530
- * @export
6531
- */
6532
- declare const FeatureEntitlementMonthResetEnum: {
6533
- readonly FirstOfMonth: "first_of_month";
6534
- readonly BillingCycle: "billing_cycle";
6535
- };
6536
-
6537
- declare type FeatureEntitlementMonthResetEnum = (typeof FeatureEntitlementMonthResetEnum)[keyof typeof FeatureEntitlementMonthResetEnum];
6538
-
6539
6609
  /**
6540
6610
  *
6541
6611
  * @export
@@ -6625,7 +6695,7 @@ declare interface FeatureResponseData {
6625
6695
  * @type {string}
6626
6696
  * @memberof FeatureResponseData
6627
6697
  */
6628
- maintainerId?: string | null;
6698
+ maintainerAccountMemberId?: string | null;
6629
6699
  /**
6630
6700
  *
6631
6701
  * @type {string}
@@ -6711,7 +6781,7 @@ declare interface FeatureResponseData_2 {
6711
6781
  * @type {string}
6712
6782
  * @memberof FeatureResponseData
6713
6783
  */
6714
- maintainerId?: string | null;
6784
+ maintainerAccountMemberId?: string | null;
6715
6785
  /**
6716
6786
  *
6717
6787
  * @type {string}
@@ -6907,10 +6977,10 @@ declare interface FeatureUsageResponseData {
6907
6977
  entitlementType: EntitlementType;
6908
6978
  /**
6909
6979
  *
6910
- * @type {FeatureDetailResponseData}
6980
+ * @type {FeatureInPlanResponseData}
6911
6981
  * @memberof FeatureUsageResponseData
6912
6982
  */
6913
- feature?: FeatureDetailResponseData;
6983
+ feature?: FeatureInPlanResponseData;
6914
6984
  /**
6915
6985
  * Whether a valid allocation exists
6916
6986
  * @type {boolean}
@@ -6931,10 +7001,10 @@ declare interface FeatureUsageResponseData {
6931
7001
  metricResetAt?: Date | null;
6932
7002
  /**
6933
7003
  * If the period is current_month, when the month resets.
6934
- * @type {string}
7004
+ * @type {MetricPeriodMonthReset}
6935
7005
  * @memberof FeatureUsageResponseData
6936
7006
  */
6937
- monthReset?: string | null;
7007
+ monthReset?: MetricPeriodMonthReset | null;
6938
7008
  /**
6939
7009
  *
6940
7010
  * @type {BillingPriceView}
@@ -6955,10 +7025,10 @@ declare interface FeatureUsageResponseData {
6955
7025
  percentUsed?: number | null;
6956
7026
  /**
6957
7027
  * The period over which usage is measured.
6958
- * @type {string}
7028
+ * @type {MetricPeriod}
6959
7029
  * @memberof FeatureUsageResponseData
6960
7030
  */
6961
- period?: string | null;
7031
+ period?: MetricPeriod | null;
6962
7032
  /**
6963
7033
  *
6964
7034
  * @type {PlanResponseData}
@@ -7027,85 +7097,85 @@ declare interface FetchParams {
7027
7097
  /**
7028
7098
  *
7029
7099
  * @export
7030
- * @interface FlagDetailResponseData
7100
+ * @interface FlagInPlanResponseData
7031
7101
  */
7032
- declare interface FlagDetailResponseData {
7102
+ declare interface FlagInPlanResponseData {
7033
7103
  /**
7034
7104
  *
7035
7105
  * @type {Date}
7036
- * @memberof FlagDetailResponseData
7106
+ * @memberof FlagInPlanResponseData
7037
7107
  */
7038
7108
  createdAt: Date;
7039
7109
  /**
7040
7110
  *
7041
7111
  * @type {boolean}
7042
- * @memberof FlagDetailResponseData
7112
+ * @memberof FlagInPlanResponseData
7043
7113
  */
7044
7114
  defaultValue: boolean;
7045
7115
  /**
7046
7116
  *
7047
7117
  * @type {string}
7048
- * @memberof FlagDetailResponseData
7118
+ * @memberof FlagInPlanResponseData
7049
7119
  */
7050
7120
  description: string;
7051
7121
  /**
7052
7122
  *
7053
7123
  * @type {FeatureResponseData}
7054
- * @memberof FlagDetailResponseData
7124
+ * @memberof FlagInPlanResponseData
7055
7125
  */
7056
7126
  feature?: FeatureResponseData;
7057
7127
  /**
7058
7128
  *
7059
7129
  * @type {string}
7060
- * @memberof FlagDetailResponseData
7130
+ * @memberof FlagInPlanResponseData
7061
7131
  */
7062
7132
  featureId?: string | null;
7063
7133
  /**
7064
7134
  *
7065
7135
  * @type {FlagType}
7066
- * @memberof FlagDetailResponseData
7136
+ * @memberof FlagInPlanResponseData
7067
7137
  */
7068
7138
  flagType: FlagType;
7069
7139
  /**
7070
7140
  *
7071
7141
  * @type {string}
7072
- * @memberof FlagDetailResponseData
7142
+ * @memberof FlagInPlanResponseData
7073
7143
  */
7074
7144
  id: string;
7075
7145
  /**
7076
7146
  *
7077
7147
  * @type {string}
7078
- * @memberof FlagDetailResponseData
7148
+ * @memberof FlagInPlanResponseData
7079
7149
  */
7080
7150
  key: string;
7081
7151
  /**
7082
7152
  *
7083
7153
  * @type {Date}
7084
- * @memberof FlagDetailResponseData
7154
+ * @memberof FlagInPlanResponseData
7085
7155
  */
7086
7156
  lastCheckedAt?: Date | null;
7087
7157
  /**
7088
7158
  *
7089
7159
  * @type {string}
7090
- * @memberof FlagDetailResponseData
7160
+ * @memberof FlagInPlanResponseData
7091
7161
  */
7092
- maintainerId?: string | null;
7162
+ maintainerAccountMemberId?: string | null;
7093
7163
  /**
7094
7164
  *
7095
7165
  * @type {string}
7096
- * @memberof FlagDetailResponseData
7166
+ * @memberof FlagInPlanResponseData
7097
7167
  */
7098
7168
  name: string;
7099
7169
  /**
7100
7170
  *
7101
7171
  * @type {Array<RuleDetailResponseData>}
7102
- * @memberof FlagDetailResponseData
7172
+ * @memberof FlagInPlanResponseData
7103
7173
  */
7104
7174
  rules: Array<RuleDetailResponseData>;
7105
7175
  /**
7106
7176
  *
7107
7177
  * @type {Date}
7108
- * @memberof FlagDetailResponseData
7178
+ * @memberof FlagInPlanResponseData
7109
7179
  */
7110
7180
  updatedAt: Date;
7111
7181
  }
@@ -7113,85 +7183,85 @@ declare interface FlagDetailResponseData {
7113
7183
  /**
7114
7184
  *
7115
7185
  * @export
7116
- * @interface FlagDetailResponseData
7186
+ * @interface FlagInPlanResponseData
7117
7187
  */
7118
- declare interface FlagDetailResponseData_2 {
7188
+ declare interface FlagInPlanResponseData_2 {
7119
7189
  /**
7120
7190
  *
7121
7191
  * @type {Date}
7122
- * @memberof FlagDetailResponseData
7192
+ * @memberof FlagInPlanResponseData
7123
7193
  */
7124
7194
  createdAt: Date;
7125
7195
  /**
7126
7196
  *
7127
7197
  * @type {boolean}
7128
- * @memberof FlagDetailResponseData
7198
+ * @memberof FlagInPlanResponseData
7129
7199
  */
7130
7200
  defaultValue: boolean;
7131
7201
  /**
7132
7202
  *
7133
7203
  * @type {string}
7134
- * @memberof FlagDetailResponseData
7204
+ * @memberof FlagInPlanResponseData
7135
7205
  */
7136
7206
  description: string;
7137
7207
  /**
7138
7208
  *
7139
7209
  * @type {FeatureResponseData}
7140
- * @memberof FlagDetailResponseData
7210
+ * @memberof FlagInPlanResponseData
7141
7211
  */
7142
7212
  feature?: FeatureResponseData_2;
7143
7213
  /**
7144
7214
  *
7145
7215
  * @type {string}
7146
- * @memberof FlagDetailResponseData
7216
+ * @memberof FlagInPlanResponseData
7147
7217
  */
7148
7218
  featureId?: string | null;
7149
7219
  /**
7150
7220
  *
7151
7221
  * @type {FlagType}
7152
- * @memberof FlagDetailResponseData
7222
+ * @memberof FlagInPlanResponseData
7153
7223
  */
7154
7224
  flagType: FlagType_2;
7155
7225
  /**
7156
7226
  *
7157
7227
  * @type {string}
7158
- * @memberof FlagDetailResponseData
7228
+ * @memberof FlagInPlanResponseData
7159
7229
  */
7160
7230
  id: string;
7161
7231
  /**
7162
7232
  *
7163
7233
  * @type {string}
7164
- * @memberof FlagDetailResponseData
7234
+ * @memberof FlagInPlanResponseData
7165
7235
  */
7166
7236
  key: string;
7167
7237
  /**
7168
7238
  *
7169
7239
  * @type {Date}
7170
- * @memberof FlagDetailResponseData
7240
+ * @memberof FlagInPlanResponseData
7171
7241
  */
7172
7242
  lastCheckedAt?: Date | null;
7173
7243
  /**
7174
7244
  *
7175
7245
  * @type {string}
7176
- * @memberof FlagDetailResponseData
7246
+ * @memberof FlagInPlanResponseData
7177
7247
  */
7178
- maintainerId?: string | null;
7248
+ maintainerAccountMemberId?: string | null;
7179
7249
  /**
7180
7250
  *
7181
7251
  * @type {string}
7182
- * @memberof FlagDetailResponseData
7252
+ * @memberof FlagInPlanResponseData
7183
7253
  */
7184
7254
  name: string;
7185
7255
  /**
7186
7256
  *
7187
7257
  * @type {Array<RuleDetailResponseData>}
7188
- * @memberof FlagDetailResponseData
7258
+ * @memberof FlagInPlanResponseData
7189
7259
  */
7190
7260
  rules: Array<RuleDetailResponseData_2>;
7191
7261
  /**
7192
7262
  *
7193
7263
  * @type {Date}
7194
- * @memberof FlagDetailResponseData
7264
+ * @memberof FlagInPlanResponseData
7195
7265
  */
7196
7266
  updatedAt: Date;
7197
7267
  }
@@ -7216,7 +7286,16 @@ declare const FlagType_2: {
7216
7286
 
7217
7287
  declare type FlagType_2 = (typeof FlagType_2)[keyof typeof FlagType_2];
7218
7288
 
7219
- export declare const Flex: IStyledComponentBase<"web", FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7289
+ export declare const Flex: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7290
+ $viewport?: {
7291
+ "sm"?: TransientCSSProperties;
7292
+ "md"?: TransientCSSProperties;
7293
+ "lg"?: TransientCSSProperties;
7294
+ "xl"?: TransientCSSProperties;
7295
+ "2xl"?: TransientCSSProperties;
7296
+ [key: string]: TransientCSSProperties | undefined;
7297
+ };
7298
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7220
7299
  $viewport?: {
7221
7300
  "sm"?: TransientCSSProperties;
7222
7301
  "md"?: TransientCSSProperties;
@@ -7225,7 +7304,31 @@ $viewport?: {
7225
7304
  "2xl"?: TransientCSSProperties;
7226
7305
  [key: string]: TransientCSSProperties | undefined;
7227
7306
  };
7228
- }, never>> & string;
7307
+ }, never>> & {
7308
+ as?: WebTarget | undefined;
7309
+ forwardedAs?: WebTarget | undefined;
7310
+ }, never> & Partial<Pick<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7311
+ $viewport?: {
7312
+ "sm"?: TransientCSSProperties;
7313
+ "md"?: TransientCSSProperties;
7314
+ "lg"?: TransientCSSProperties;
7315
+ "xl"?: TransientCSSProperties;
7316
+ "2xl"?: TransientCSSProperties;
7317
+ [key: string]: TransientCSSProperties | undefined;
7318
+ };
7319
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7320
+ $viewport?: {
7321
+ "sm"?: TransientCSSProperties;
7322
+ "md"?: TransientCSSProperties;
7323
+ "lg"?: TransientCSSProperties;
7324
+ "xl"?: TransientCSSProperties;
7325
+ "2xl"?: TransientCSSProperties;
7326
+ [key: string]: TransientCSSProperties | undefined;
7327
+ };
7328
+ }, never>> & {
7329
+ as?: WebTarget | undefined;
7330
+ forwardedAs?: WebTarget | undefined;
7331
+ }, never>>> & string;
7229
7332
 
7230
7333
  export declare type FontStyle = keyof ThemeSettings["typography"];
7231
7334
 
@@ -7240,7 +7343,82 @@ export declare function formatInvoices(invoices?: InvoiceResponseData[], options
7240
7343
  url: string | undefined;
7241
7344
  }[];
7242
7345
 
7243
- export declare const FussyChild: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7346
+ export declare const FussyChild: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7347
+ $viewport?: {
7348
+ "sm"?: TransientCSSProperties;
7349
+ "md"?: TransientCSSProperties;
7350
+ "lg"?: TransientCSSProperties;
7351
+ "xl"?: TransientCSSProperties;
7352
+ "2xl"?: TransientCSSProperties;
7353
+ [key: string]: TransientCSSProperties | undefined;
7354
+ };
7355
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7356
+ $viewport?: {
7357
+ "sm"?: TransientCSSProperties;
7358
+ "md"?: TransientCSSProperties;
7359
+ "lg"?: TransientCSSProperties;
7360
+ "xl"?: TransientCSSProperties;
7361
+ "2xl"?: TransientCSSProperties;
7362
+ [key: string]: TransientCSSProperties | undefined;
7363
+ };
7364
+ }, never>> & {
7365
+ as?: WebTarget | undefined;
7366
+ forwardedAs?: WebTarget | undefined;
7367
+ }, never> & Partial<Pick<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7368
+ $viewport?: {
7369
+ "sm"?: TransientCSSProperties;
7370
+ "md"?: TransientCSSProperties;
7371
+ "lg"?: TransientCSSProperties;
7372
+ "xl"?: TransientCSSProperties;
7373
+ "2xl"?: TransientCSSProperties;
7374
+ [key: string]: TransientCSSProperties | undefined;
7375
+ };
7376
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7377
+ $viewport?: {
7378
+ "sm"?: TransientCSSProperties;
7379
+ "md"?: TransientCSSProperties;
7380
+ "lg"?: TransientCSSProperties;
7381
+ "xl"?: TransientCSSProperties;
7382
+ "2xl"?: TransientCSSProperties;
7383
+ [key: string]: TransientCSSProperties | undefined;
7384
+ };
7385
+ }, never>> & {
7386
+ as?: WebTarget | undefined;
7387
+ forwardedAs?: WebTarget | undefined;
7388
+ }, never>> & {
7389
+ as?: WebTarget | undefined;
7390
+ forwardedAs?: WebTarget | undefined;
7391
+ }, never> & Partial<Pick<FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7392
+ $viewport?: {
7393
+ "sm"?: TransientCSSProperties;
7394
+ "md"?: TransientCSSProperties;
7395
+ "lg"?: TransientCSSProperties;
7396
+ "xl"?: TransientCSSProperties;
7397
+ "2xl"?: TransientCSSProperties;
7398
+ [key: string]: TransientCSSProperties | undefined;
7399
+ };
7400
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7401
+ $viewport?: {
7402
+ "sm"?: TransientCSSProperties;
7403
+ "md"?: TransientCSSProperties;
7404
+ "lg"?: TransientCSSProperties;
7405
+ "xl"?: TransientCSSProperties;
7406
+ "2xl"?: TransientCSSProperties;
7407
+ [key: string]: TransientCSSProperties | undefined;
7408
+ };
7409
+ }, never>> & {
7410
+ as?: WebTarget | undefined;
7411
+ forwardedAs?: WebTarget | undefined;
7412
+ }, never> & Partial<Pick<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7413
+ $viewport?: {
7414
+ "sm"?: TransientCSSProperties;
7415
+ "md"?: TransientCSSProperties;
7416
+ "lg"?: TransientCSSProperties;
7417
+ "xl"?: TransientCSSProperties;
7418
+ "2xl"?: TransientCSSProperties;
7419
+ [key: string]: TransientCSSProperties | undefined;
7420
+ };
7421
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7244
7422
  $viewport?: {
7245
7423
  "sm"?: TransientCSSProperties;
7246
7424
  "md"?: TransientCSSProperties;
@@ -7249,7 +7427,13 @@ $viewport?: {
7249
7427
  "2xl"?: TransientCSSProperties;
7250
7428
  [key: string]: TransientCSSProperties | undefined;
7251
7429
  };
7252
- }, never>, never>> & string;
7430
+ }, never>> & {
7431
+ as?: WebTarget | undefined;
7432
+ forwardedAs?: WebTarget | undefined;
7433
+ }, never>> & {
7434
+ as?: WebTarget | undefined;
7435
+ forwardedAs?: WebTarget | undefined;
7436
+ }, never>>> & string;
7253
7437
 
7254
7438
  /**
7255
7439
  * Schematic API
@@ -7443,11 +7627,15 @@ export declare const initialContext: {
7443
7627
 
7444
7628
  export declare const initialState: EmbedState;
7445
7629
 
7446
- export declare const Input: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {
7630
+ export declare const Input: IStyledComponentBase<"web", FastOmit<FastOmit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "$color" | "$variant" | "$size"> & {
7631
+ $size?: "xs" | "sm" | "md" | "lg" | "full";
7632
+ $color?: "primary" | "secondary" | "danger";
7633
+ $variant?: "filled" | "outline" | "ghost" | "text";
7634
+ }, never> & Partial<Pick<FastOmit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "$color" | "$variant" | "$size"> & {
7447
7635
  $size?: "xs" | "sm" | "md" | "lg" | "full";
7448
7636
  $color?: "primary" | "secondary" | "danger";
7449
7637
  $variant?: "filled" | "outline" | "ghost" | "text";
7450
- }>> & string;
7638
+ }, never>>> & string;
7451
7639
 
7452
7640
  /**
7453
7641
  *
@@ -7657,7 +7845,7 @@ declare interface ListInvoicesResponse {
7657
7845
  params: ListInvoicesParams;
7658
7846
  }
7659
7847
 
7660
- export declare const Loader: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, LoaderProps>> & string;
7848
+ export declare const Loader: IStyledComponentBase<"web", FastOmit<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof LoaderProps> & LoaderProps, never> & Partial<Pick<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof LoaderProps> & LoaderProps, never>>> & string;
7661
7849
 
7662
7850
  declare interface LoaderProps {
7663
7851
  $size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl";
@@ -7671,13 +7859,61 @@ export declare const MeteredFeatures: ForwardRefExoticComponent<ElementProps & D
7671
7859
 
7672
7860
  export declare type MeteredFeaturesProps = DesignProps_4;
7673
7861
 
7862
+ /**
7863
+ *
7864
+ * @export
7865
+ */
7866
+ declare const MetricPeriod: {
7867
+ readonly AllTime: "all_time";
7868
+ readonly CurrentDay: "current_day";
7869
+ readonly CurrentMonth: "current_month";
7870
+ readonly CurrentWeek: "current_week";
7871
+ };
7872
+
7873
+ declare type MetricPeriod = (typeof MetricPeriod)[keyof typeof MetricPeriod];
7874
+
7875
+ /**
7876
+ *
7877
+ * @export
7878
+ */
7879
+ declare const MetricPeriod_2: {
7880
+ readonly AllTime: "all_time";
7881
+ readonly CurrentDay: "current_day";
7882
+ readonly CurrentMonth: "current_month";
7883
+ readonly CurrentWeek: "current_week";
7884
+ };
7885
+
7886
+ declare type MetricPeriod_2 = (typeof MetricPeriod_2)[keyof typeof MetricPeriod_2];
7887
+
7888
+ /**
7889
+ *
7890
+ * @export
7891
+ */
7892
+ declare const MetricPeriodMonthReset: {
7893
+ readonly BillingCycle: "billing_cycle";
7894
+ readonly FirstOfMonth: "first_of_month";
7895
+ };
7896
+
7897
+ declare type MetricPeriodMonthReset = (typeof MetricPeriodMonthReset)[keyof typeof MetricPeriodMonthReset];
7898
+
7899
+ /**
7900
+ *
7901
+ * @export
7902
+ */
7903
+ declare const MetricPeriodMonthReset_2: {
7904
+ readonly BillingCycle: "billing_cycle";
7905
+ readonly FirstOfMonth: "first_of_month";
7906
+ };
7907
+
7908
+ declare type MetricPeriodMonthReset_2 = (typeof MetricPeriodMonthReset_2)[keyof typeof MetricPeriodMonthReset_2];
7909
+
7674
7910
  declare interface Middleware {
7675
7911
  pre?(context: RequestContext): Promise<FetchParams | void>;
7676
7912
  post?(context: ResponseContext): Promise<Response | void>;
7677
7913
  onError?(context: ErrorContext): Promise<Response | void>;
7678
7914
  }
7679
7915
 
7680
- export declare const Notice: IStyledComponentBase<"web", FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7916
+ export declare const Notice: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7681
7917
  $viewport?: {
7682
7918
  "sm"?: TransientCSSProperties;
7683
7919
  "md"?: TransientCSSProperties;
@@ -7686,9 +7922,108 @@ $viewport?: {
7686
7922
  "2xl"?: TransientCSSProperties;
7687
7923
  [key: string]: TransientCSSProperties | undefined;
7688
7924
  };
7689
- }, never>> & string;
7925
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7926
+ $viewport?: {
7927
+ "sm"?: TransientCSSProperties;
7928
+ "md"?: TransientCSSProperties;
7929
+ "lg"?: TransientCSSProperties;
7930
+ "xl"?: TransientCSSProperties;
7931
+ "2xl"?: TransientCSSProperties;
7932
+ [key: string]: TransientCSSProperties | undefined;
7933
+ };
7934
+ }, never>> & {
7935
+ as?: WebTarget | undefined;
7936
+ forwardedAs?: WebTarget | undefined;
7937
+ }, never> & Partial<Pick<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7938
+ $viewport?: {
7939
+ "sm"?: TransientCSSProperties;
7940
+ "md"?: TransientCSSProperties;
7941
+ "lg"?: TransientCSSProperties;
7942
+ "xl"?: TransientCSSProperties;
7943
+ "2xl"?: TransientCSSProperties;
7944
+ [key: string]: TransientCSSProperties | undefined;
7945
+ };
7946
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7947
+ $viewport?: {
7948
+ "sm"?: TransientCSSProperties;
7949
+ "md"?: TransientCSSProperties;
7950
+ "lg"?: TransientCSSProperties;
7951
+ "xl"?: TransientCSSProperties;
7952
+ "2xl"?: TransientCSSProperties;
7953
+ [key: string]: TransientCSSProperties | undefined;
7954
+ };
7955
+ }, never>> & {
7956
+ as?: WebTarget | undefined;
7957
+ forwardedAs?: WebTarget | undefined;
7958
+ }, never>>> & string;
7690
7959
 
7691
- export declare const Overlay: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7960
+ export declare const Overlay: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7961
+ $viewport?: {
7962
+ "sm"?: TransientCSSProperties;
7963
+ "md"?: TransientCSSProperties;
7964
+ "lg"?: TransientCSSProperties;
7965
+ "xl"?: TransientCSSProperties;
7966
+ "2xl"?: TransientCSSProperties;
7967
+ [key: string]: TransientCSSProperties | undefined;
7968
+ };
7969
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7970
+ $viewport?: {
7971
+ "sm"?: TransientCSSProperties;
7972
+ "md"?: TransientCSSProperties;
7973
+ "lg"?: TransientCSSProperties;
7974
+ "xl"?: TransientCSSProperties;
7975
+ "2xl"?: TransientCSSProperties;
7976
+ [key: string]: TransientCSSProperties | undefined;
7977
+ };
7978
+ }, never>> & {
7979
+ as?: WebTarget | undefined;
7980
+ forwardedAs?: WebTarget | undefined;
7981
+ }, never> & Partial<Pick<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7982
+ $viewport?: {
7983
+ "sm"?: TransientCSSProperties;
7984
+ "md"?: TransientCSSProperties;
7985
+ "lg"?: TransientCSSProperties;
7986
+ "xl"?: TransientCSSProperties;
7987
+ "2xl"?: TransientCSSProperties;
7988
+ [key: string]: TransientCSSProperties | undefined;
7989
+ };
7990
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7991
+ $viewport?: {
7992
+ "sm"?: TransientCSSProperties;
7993
+ "md"?: TransientCSSProperties;
7994
+ "lg"?: TransientCSSProperties;
7995
+ "xl"?: TransientCSSProperties;
7996
+ "2xl"?: TransientCSSProperties;
7997
+ [key: string]: TransientCSSProperties | undefined;
7998
+ };
7999
+ }, never>> & {
8000
+ as?: WebTarget | undefined;
8001
+ forwardedAs?: WebTarget | undefined;
8002
+ }, never>> & {
8003
+ as?: WebTarget | undefined;
8004
+ forwardedAs?: WebTarget | undefined;
8005
+ }, never> & Partial<Pick<FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
8006
+ $viewport?: {
8007
+ "sm"?: TransientCSSProperties;
8008
+ "md"?: TransientCSSProperties;
8009
+ "lg"?: TransientCSSProperties;
8010
+ "xl"?: TransientCSSProperties;
8011
+ "2xl"?: TransientCSSProperties;
8012
+ [key: string]: TransientCSSProperties | undefined;
8013
+ };
8014
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
8015
+ $viewport?: {
8016
+ "sm"?: TransientCSSProperties;
8017
+ "md"?: TransientCSSProperties;
8018
+ "lg"?: TransientCSSProperties;
8019
+ "xl"?: TransientCSSProperties;
8020
+ "2xl"?: TransientCSSProperties;
8021
+ [key: string]: TransientCSSProperties | undefined;
8022
+ };
8023
+ }, never>> & {
8024
+ as?: WebTarget | undefined;
8025
+ forwardedAs?: WebTarget | undefined;
8026
+ }, never> & Partial<Pick<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
7692
8027
  $viewport?: {
7693
8028
  "sm"?: TransientCSSProperties;
7694
8029
  "md"?: TransientCSSProperties;
@@ -7697,7 +8032,22 @@ $viewport?: {
7697
8032
  "2xl"?: TransientCSSProperties;
7698
8033
  [key: string]: TransientCSSProperties | undefined;
7699
8034
  };
7700
- }, never>, never>> & string;
8035
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
8036
+ $viewport?: {
8037
+ "sm"?: TransientCSSProperties;
8038
+ "md"?: TransientCSSProperties;
8039
+ "lg"?: TransientCSSProperties;
8040
+ "xl"?: TransientCSSProperties;
8041
+ "2xl"?: TransientCSSProperties;
8042
+ [key: string]: TransientCSSProperties | undefined;
8043
+ };
8044
+ }, never>> & {
8045
+ as?: WebTarget | undefined;
8046
+ forwardedAs?: WebTarget | undefined;
8047
+ }, never>> & {
8048
+ as?: WebTarget | undefined;
8049
+ forwardedAs?: WebTarget | undefined;
8050
+ }, never>>> & string;
7701
8051
 
7702
8052
  export declare const PaymentMethod: ForwardRefExoticComponent<ElementProps & DeepPartial<DesignProps_5> & HTMLAttributes<HTMLDivElement> & {
7703
8053
  portal?: HTMLElement | null;
@@ -8327,10 +8677,10 @@ declare interface PlanDetailResponseData {
8327
8677
  companyName?: string | null;
8328
8678
  /**
8329
8679
  *
8330
- * @type {string}
8680
+ * @type {BillingProviderType}
8331
8681
  * @memberof PlanDetailResponseData
8332
8682
  */
8333
- controlledBy: string;
8683
+ controlledBy: BillingProviderType;
8334
8684
  /**
8335
8685
  *
8336
8686
  * @type {string}
@@ -8363,10 +8713,10 @@ declare interface PlanDetailResponseData {
8363
8713
  draftVersion?: PlanVersionResponseData;
8364
8714
  /**
8365
8715
  *
8366
- * @type {Array<FeatureDetailResponseData>}
8716
+ * @type {Array<FeatureInPlanResponseData>}
8367
8717
  * @memberof PlanDetailResponseData
8368
8718
  */
8369
- features: Array<FeatureDetailResponseData>;
8719
+ features: Array<FeatureInPlanResponseData>;
8370
8720
  /**
8371
8721
  *
8372
8722
  * @type {PlanIcon}
@@ -8528,16 +8878,16 @@ declare interface PlanEntitlementResponseData {
8528
8878
  meteredYearlyPrice?: BillingPriceView;
8529
8879
  /**
8530
8880
  *
8531
- * @type {string}
8881
+ * @type {MetricPeriod}
8532
8882
  * @memberof PlanEntitlementResponseData
8533
8883
  */
8534
- metricPeriod?: string | null;
8884
+ metricPeriod?: MetricPeriod | null;
8535
8885
  /**
8536
8886
  *
8537
- * @type {string}
8887
+ * @type {MetricPeriodMonthReset}
8538
8888
  * @memberof PlanEntitlementResponseData
8539
8889
  */
8540
- metricPeriodMonthReset?: string | null;
8890
+ metricPeriodMonthReset?: MetricPeriodMonthReset | null;
8541
8891
  /**
8542
8892
  *
8543
8893
  * @type {PlanResponseData}
@@ -8698,16 +9048,16 @@ declare interface PlanEntitlementResponseData_2 {
8698
9048
  meteredYearlyPrice?: BillingPriceView_2;
8699
9049
  /**
8700
9050
  *
8701
- * @type {string}
9051
+ * @type {MetricPeriod}
8702
9052
  * @memberof PlanEntitlementResponseData
8703
9053
  */
8704
- metricPeriod?: string | null;
9054
+ metricPeriod?: MetricPeriod_2 | null;
8705
9055
  /**
8706
9056
  *
8707
- * @type {string}
9057
+ * @type {MetricPeriodMonthReset}
8708
9058
  * @memberof PlanEntitlementResponseData
8709
9059
  */
8710
- metricPeriodMonthReset?: string | null;
9060
+ metricPeriodMonthReset?: MetricPeriodMonthReset_2 | null;
8711
9061
  /**
8712
9062
  *
8713
9063
  * @type {PlanResponseData}
@@ -9278,10 +9628,10 @@ declare interface PlanViewPublicResponseData {
9278
9628
  compatiblePlanIds: Array<string>;
9279
9629
  /**
9280
9630
  *
9281
- * @type {string}
9631
+ * @type {BillingProviderType}
9282
9632
  * @memberof PlanViewPublicResponseData
9283
9633
  */
9284
- controlledBy: string;
9634
+ controlledBy: BillingProviderType_2;
9285
9635
  /**
9286
9636
  *
9287
9637
  * @type {string}
@@ -9332,10 +9682,10 @@ declare interface PlanViewPublicResponseData {
9332
9682
  entitlements: Array<PlanEntitlementResponseData_2>;
9333
9683
  /**
9334
9684
  *
9335
- * @type {Array<FeatureDetailResponseData>}
9685
+ * @type {Array<FeatureInPlanResponseData>}
9336
9686
  * @memberof PlanViewPublicResponseData
9337
9687
  */
9338
- features: Array<FeatureDetailResponseData_2>;
9688
+ features: Array<FeatureInPlanResponseData_2>;
9339
9689
  /**
9340
9690
  *
9341
9691
  * @type {PlanIcon}
@@ -10038,10 +10388,10 @@ declare interface Rule {
10038
10388
  priority: number;
10039
10389
  /**
10040
10390
  *
10041
- * @type {string}
10391
+ * @type {RuleType}
10042
10392
  * @memberof Rule
10043
10393
  */
10044
- ruleType: RuleRuleTypeEnum;
10394
+ ruleType: RuleType;
10045
10395
  /**
10046
10396
  *
10047
10397
  * @type {boolean}
@@ -10076,10 +10426,10 @@ declare interface RuleConditionDetailResponseData {
10076
10426
  conditionGroupId?: string | null;
10077
10427
  /**
10078
10428
  *
10079
- * @type {string}
10429
+ * @type {ConditionType}
10080
10430
  * @memberof RuleConditionDetailResponseData
10081
10431
  */
10082
- conditionType: string;
10432
+ conditionType: ConditionType;
10083
10433
  /**
10084
10434
  *
10085
10435
  * @type {Date}
@@ -10112,16 +10462,16 @@ declare interface RuleConditionDetailResponseData {
10112
10462
  id: string;
10113
10463
  /**
10114
10464
  *
10115
- * @type {string}
10465
+ * @type {MetricPeriod}
10116
10466
  * @memberof RuleConditionDetailResponseData
10117
10467
  */
10118
- metricPeriod?: string | null;
10468
+ metricPeriod?: MetricPeriod | null;
10119
10469
  /**
10120
10470
  *
10121
- * @type {string}
10471
+ * @type {MetricPeriodMonthReset}
10122
10472
  * @memberof RuleConditionDetailResponseData
10123
10473
  */
10124
- metricPeriodMonthReset?: string | null;
10474
+ metricPeriodMonthReset?: MetricPeriodMonthReset | null;
10125
10475
  /**
10126
10476
  *
10127
10477
  * @type {number}
@@ -10130,10 +10480,10 @@ declare interface RuleConditionDetailResponseData {
10130
10480
  metricValue?: number | null;
10131
10481
  /**
10132
10482
  *
10133
- * @type {string}
10483
+ * @type {ComparableOperator}
10134
10484
  * @memberof RuleConditionDetailResponseData
10135
10485
  */
10136
- operator: string;
10486
+ operator: ComparableOperator;
10137
10487
  /**
10138
10488
  *
10139
10489
  * @type {Array<string>}
@@ -10210,10 +10560,10 @@ declare interface RuleConditionDetailResponseData_2 {
10210
10560
  conditionGroupId?: string | null;
10211
10561
  /**
10212
10562
  *
10213
- * @type {string}
10563
+ * @type {ConditionType}
10214
10564
  * @memberof RuleConditionDetailResponseData
10215
10565
  */
10216
- conditionType: string;
10566
+ conditionType: ConditionType_2;
10217
10567
  /**
10218
10568
  *
10219
10569
  * @type {Date}
@@ -10246,16 +10596,16 @@ declare interface RuleConditionDetailResponseData_2 {
10246
10596
  id: string;
10247
10597
  /**
10248
10598
  *
10249
- * @type {string}
10599
+ * @type {MetricPeriod}
10250
10600
  * @memberof RuleConditionDetailResponseData
10251
10601
  */
10252
- metricPeriod?: string | null;
10602
+ metricPeriod?: MetricPeriod_2 | null;
10253
10603
  /**
10254
10604
  *
10255
- * @type {string}
10605
+ * @type {MetricPeriodMonthReset}
10256
10606
  * @memberof RuleConditionDetailResponseData
10257
10607
  */
10258
- metricPeriodMonthReset?: string | null;
10608
+ metricPeriodMonthReset?: MetricPeriodMonthReset_2 | null;
10259
10609
  /**
10260
10610
  *
10261
10611
  * @type {number}
@@ -10264,10 +10614,10 @@ declare interface RuleConditionDetailResponseData_2 {
10264
10614
  metricValue?: number | null;
10265
10615
  /**
10266
10616
  *
10267
- * @type {string}
10617
+ * @type {ComparableOperator}
10268
10618
  * @memberof RuleConditionDetailResponseData
10269
10619
  */
10270
- operator: string;
10620
+ operator: ComparableOperator_2;
10271
10621
  /**
10272
10622
  *
10273
10623
  * @type {Array<string>}
@@ -10474,10 +10824,10 @@ declare interface RuleDetailResponseData {
10474
10824
  priority: number;
10475
10825
  /**
10476
10826
  *
10477
- * @type {string}
10827
+ * @type {RuleType}
10478
10828
  * @memberof RuleDetailResponseData
10479
10829
  */
10480
- ruleType: string;
10830
+ ruleType: RuleType;
10481
10831
  /**
10482
10832
  *
10483
10833
  * @type {Date}
@@ -10548,10 +10898,10 @@ declare interface RuleDetailResponseData_2 {
10548
10898
  priority: number;
10549
10899
  /**
10550
10900
  *
10551
- * @type {string}
10901
+ * @type {RuleType}
10552
10902
  * @memberof RuleDetailResponseData
10553
10903
  */
10554
- ruleType: string;
10904
+ ruleType: RuleType_2;
10555
10905
  /**
10556
10906
  *
10557
10907
  * @type {Date}
@@ -10567,19 +10917,36 @@ declare interface RuleDetailResponseData_2 {
10567
10917
  }
10568
10918
 
10569
10919
  /**
10920
+ *
10570
10921
  * @export
10571
10922
  */
10572
- declare const RuleRuleTypeEnum: {
10923
+ declare const RuleType: {
10924
+ readonly CompanyOverride: "company_override";
10925
+ readonly CompanyOverrideUsageExceeded: "company_override_usage_exceeded";
10573
10926
  readonly Default: "default";
10574
10927
  readonly GlobalOverride: "global_override";
10928
+ readonly PlanEntitlement: "plan_entitlement";
10929
+ readonly PlanEntitlementUsageExceeded: "plan_entitlement_usage_exceeded";
10930
+ readonly Standard: "standard";
10931
+ };
10932
+
10933
+ declare type RuleType = (typeof RuleType)[keyof typeof RuleType];
10934
+
10935
+ /**
10936
+ *
10937
+ * @export
10938
+ */
10939
+ declare const RuleType_2: {
10575
10940
  readonly CompanyOverride: "company_override";
10576
10941
  readonly CompanyOverrideUsageExceeded: "company_override_usage_exceeded";
10942
+ readonly Default: "default";
10943
+ readonly GlobalOverride: "global_override";
10577
10944
  readonly PlanEntitlement: "plan_entitlement";
10578
10945
  readonly PlanEntitlementUsageExceeded: "plan_entitlement_usage_exceeded";
10579
10946
  readonly Standard: "standard";
10580
10947
  };
10581
10948
 
10582
- declare type RuleRuleTypeEnum = (typeof RuleRuleTypeEnum)[keyof typeof RuleRuleTypeEnum];
10949
+ declare type RuleType_2 = (typeof RuleType_2)[keyof typeof RuleType_2];
10583
10950
 
10584
10951
  /**
10585
10952
  *
@@ -10784,9 +11151,9 @@ declare interface StripeEmbedInfo {
10784
11151
 
10785
11152
  export declare const stub: () => never;
10786
11153
 
10787
- export declare const StyledCard: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11154
+ export declare const StyledCard: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
10788
11155
 
10789
- declare const Text_2: IStyledComponentBase<"web", Substitute<FastOmit<Substitute<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, never>, TextProps>> & string;
11156
+ declare const Text_2: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof ClassAttributes<HTMLSpanElement> | keyof HTMLAttributes<HTMLSpanElement>> & ClassAttributes<HTMLSpanElement> & HTMLAttributes<HTMLSpanElement>, keyof TextProps> & TextProps, "tabIndex"> & Partial<Pick<FastOmit<FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof ClassAttributes<HTMLSpanElement> | keyof HTMLAttributes<HTMLSpanElement>> & ClassAttributes<HTMLSpanElement> & HTMLAttributes<HTMLSpanElement>, keyof TextProps> & TextProps, "tabIndex">>> & string;
10790
11157
  export { Text_2 as Text }
10791
11158
 
10792
11159
  export declare const TextElement: ForwardRefExoticComponent<ElementProps & DeepPartial<DesignProps_8> & HTMLAttributes<HTMLDivElement> & {
@@ -10923,7 +11290,7 @@ declare type TransientCSSProperties = {
10923
11290
  [Property in keyof React.CSSProperties as `$${string & Property}`]: React.CSSProperties[Property];
10924
11291
  };
10925
11292
 
10926
- export declare const TransitionBox: IStyledComponentBase<"web", Substitute<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
11293
+ export declare const TransitionBox: IStyledComponentBase<"web", FastOmit<FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
10927
11294
  $viewport?: {
10928
11295
  "sm"?: TransientCSSProperties;
10929
11296
  "md"?: TransientCSSProperties;
@@ -10932,7 +11299,40 @@ $viewport?: {
10932
11299
  "2xl"?: TransientCSSProperties;
10933
11300
  [key: string]: TransientCSSProperties | undefined;
10934
11301
  };
10935
- }, TransitionBoxProps>> & string;
11302
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
11303
+ $viewport?: {
11304
+ "sm"?: TransientCSSProperties;
11305
+ "md"?: TransientCSSProperties;
11306
+ "lg"?: TransientCSSProperties;
11307
+ "xl"?: TransientCSSProperties;
11308
+ "2xl"?: TransientCSSProperties;
11309
+ [key: string]: TransientCSSProperties | undefined;
11310
+ };
11311
+ }, never>> & {
11312
+ as?: WebTarget | undefined;
11313
+ forwardedAs?: WebTarget | undefined;
11314
+ }, "$isExpanded"> & TransitionBoxProps, never> & Partial<Pick<FastOmit<FastOmit<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
11315
+ $viewport?: {
11316
+ "sm"?: TransientCSSProperties;
11317
+ "md"?: TransientCSSProperties;
11318
+ "lg"?: TransientCSSProperties;
11319
+ "xl"?: TransientCSSProperties;
11320
+ "2xl"?: TransientCSSProperties;
11321
+ [key: string]: TransientCSSProperties | undefined;
11322
+ };
11323
+ }, never> & Partial<Pick<FastOmit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement>, keyof ComponentProps | "$viewport"> & ComponentProps & {
11324
+ $viewport?: {
11325
+ "sm"?: TransientCSSProperties;
11326
+ "md"?: TransientCSSProperties;
11327
+ "lg"?: TransientCSSProperties;
11328
+ "xl"?: TransientCSSProperties;
11329
+ "2xl"?: TransientCSSProperties;
11330
+ [key: string]: TransientCSSProperties | undefined;
11331
+ };
11332
+ }, never>> & {
11333
+ as?: WebTarget | undefined;
11334
+ forwardedAs?: WebTarget | undefined;
11335
+ }, "$isExpanded"> & TransitionBoxProps, never>>> & string;
10936
11336
 
10937
11337
  declare interface TransitionBoxProps {
10938
11338
  $isExpanded?: boolean;
@@ -11102,16 +11502,16 @@ declare interface UsageBasedEntitlementResponseData {
11102
11502
  meteredPrice?: BillingPriceView;
11103
11503
  /**
11104
11504
  *
11105
- * @type {string}
11505
+ * @type {MetricPeriod}
11106
11506
  * @memberof UsageBasedEntitlementResponseData
11107
11507
  */
11108
- metricPeriod?: string | null;
11508
+ metricPeriod?: MetricPeriod | null;
11109
11509
  /**
11110
11510
  *
11111
- * @type {string}
11511
+ * @type {MetricPeriodMonthReset}
11112
11512
  * @memberof UsageBasedEntitlementResponseData
11113
11513
  */
11114
- metricPeriodMonthReset?: string | null;
11514
+ metricPeriodMonthReset?: MetricPeriodMonthReset | null;
11115
11515
  /**
11116
11516
  *
11117
11517
  * @type {BillingPriceView}