@supernova-studio/client 1.37.8 → 1.38.0

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/index.d.ts CHANGED
@@ -366,7 +366,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
366
366
  internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
367
367
  stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
368
368
  stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
369
- product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
369
+ product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
370
370
  planPriceId: z$1.ZodString;
371
371
  planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
372
372
  currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -374,7 +374,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
374
374
  cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
375
375
  subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
376
376
  }, "strip", z$1.ZodTypeAny, {
377
- product: "company" | "enterprise" | "free" | "team";
377
+ product: "company" | "enterprise" | "free" | "team" | "pro";
378
378
  seats: number;
379
379
  seatLimit: number;
380
380
  planPriceId: string;
@@ -403,7 +403,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
403
403
  cancelAt?: string | undefined;
404
404
  subscriptionStatusUpdatedAt?: string | undefined;
405
405
  }, {
406
- product: "company" | "enterprise" | "free" | "team";
406
+ product: "company" | "enterprise" | "free" | "team" | "pro";
407
407
  seats: number;
408
408
  seatLimit: number;
409
409
  planPriceId: string;
@@ -494,7 +494,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
494
494
  } | undefined;
495
495
  };
496
496
  subscription: {
497
- product: "company" | "enterprise" | "free" | "team";
497
+ product: "company" | "enterprise" | "free" | "team" | "pro";
498
498
  seats: number;
499
499
  seatLimit: number;
500
500
  planPriceId: string;
@@ -563,7 +563,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
563
563
  } | null | undefined;
564
564
  };
565
565
  subscription: {
566
- product: "company" | "enterprise" | "free" | "team";
566
+ product: "company" | "enterprise" | "free" | "team" | "pro";
567
567
  seats: number;
568
568
  seatLimit: number;
569
569
  planPriceId: string;
@@ -638,7 +638,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
638
638
  } | undefined;
639
639
  };
640
640
  subscription: {
641
- product: "company" | "enterprise" | "free" | "team";
641
+ product: "company" | "enterprise" | "free" | "team" | "pro";
642
642
  seats: number;
643
643
  seatLimit: number;
644
644
  planPriceId: string;
@@ -713,7 +713,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
713
713
  } | null | undefined;
714
714
  };
715
715
  subscription: {
716
- product: "company" | "enterprise" | "free" | "team";
716
+ product: "company" | "enterprise" | "free" | "team" | "pro";
717
717
  seats: number;
718
718
  seatLimit: number;
719
719
  planPriceId: string;
@@ -1019,7 +1019,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
1019
1019
  } | undefined;
1020
1020
  };
1021
1021
  subscription: {
1022
- product: "company" | "enterprise" | "free" | "team";
1022
+ product: "company" | "enterprise" | "free" | "team" | "pro";
1023
1023
  seats: number;
1024
1024
  seatLimit: number;
1025
1025
  planPriceId: string;
@@ -1147,7 +1147,7 @@ declare const DTOAppBootstrapDataResponse: z$1.ZodObject<{
1147
1147
  } | null | undefined;
1148
1148
  };
1149
1149
  subscription: {
1150
- product: "company" | "enterprise" | "free" | "team";
1150
+ product: "company" | "enterprise" | "free" | "team" | "pro";
1151
1151
  seats: number;
1152
1152
  seatLimit: number;
1153
1153
  planPriceId: string;
@@ -10053,7 +10053,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10053
10053
  internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
10054
10054
  stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
10055
10055
  stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
10056
- product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
10056
+ product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
10057
10057
  planPriceId: z$1.ZodString;
10058
10058
  planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
10059
10059
  currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -10061,7 +10061,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10061
10061
  cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
10062
10062
  subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
10063
10063
  }, "strip", z$1.ZodTypeAny, {
10064
- product: "company" | "enterprise" | "free" | "team";
10064
+ product: "company" | "enterprise" | "free" | "team" | "pro";
10065
10065
  seats: number;
10066
10066
  seatLimit: number;
10067
10067
  planPriceId: string;
@@ -10090,7 +10090,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10090
10090
  cancelAt?: string | undefined;
10091
10091
  subscriptionStatusUpdatedAt?: string | undefined;
10092
10092
  }, {
10093
- product: "company" | "enterprise" | "free" | "team";
10093
+ product: "company" | "enterprise" | "free" | "team" | "pro";
10094
10094
  seats: number;
10095
10095
  seatLimit: number;
10096
10096
  planPriceId: string;
@@ -10181,7 +10181,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10181
10181
  } | undefined;
10182
10182
  };
10183
10183
  subscription: {
10184
- product: "company" | "enterprise" | "free" | "team";
10184
+ product: "company" | "enterprise" | "free" | "team" | "pro";
10185
10185
  seats: number;
10186
10186
  seatLimit: number;
10187
10187
  planPriceId: string;
@@ -10250,7 +10250,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10250
10250
  } | null | undefined;
10251
10251
  };
10252
10252
  subscription: {
10253
- product: "company" | "enterprise" | "free" | "team";
10253
+ product: "company" | "enterprise" | "free" | "team" | "pro";
10254
10254
  seats: number;
10255
10255
  seatLimit: number;
10256
10256
  planPriceId: string;
@@ -10351,7 +10351,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10351
10351
  } | undefined;
10352
10352
  };
10353
10353
  subscription: {
10354
- product: "company" | "enterprise" | "free" | "team";
10354
+ product: "company" | "enterprise" | "free" | "team" | "pro";
10355
10355
  seats: number;
10356
10356
  seatLimit: number;
10357
10357
  planPriceId: string;
@@ -10452,7 +10452,7 @@ declare const DTOUserDesignSystemsResponse: z$1.ZodObject<{
10452
10452
  } | null | undefined;
10453
10453
  };
10454
10454
  subscription: {
10455
- product: "company" | "enterprise" | "free" | "team";
10455
+ product: "company" | "enterprise" | "free" | "team" | "pro";
10456
10456
  seats: number;
10457
10457
  seatLimit: number;
10458
10458
  planPriceId: string;
@@ -124368,7 +124368,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124368
124368
  internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
124369
124369
  stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
124370
124370
  stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
124371
- product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
124371
+ product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
124372
124372
  planPriceId: z$1.ZodString;
124373
124373
  planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
124374
124374
  currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -124376,7 +124376,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124376
124376
  cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
124377
124377
  subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
124378
124378
  }, "strip", z$1.ZodTypeAny, {
124379
- product: "company" | "enterprise" | "free" | "team";
124379
+ product: "company" | "enterprise" | "free" | "team" | "pro";
124380
124380
  seats: number;
124381
124381
  seatLimit: number;
124382
124382
  planPriceId: string;
@@ -124405,7 +124405,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124405
124405
  cancelAt?: string | undefined;
124406
124406
  subscriptionStatusUpdatedAt?: string | undefined;
124407
124407
  }, {
124408
- product: "company" | "enterprise" | "free" | "team";
124408
+ product: "company" | "enterprise" | "free" | "team" | "pro";
124409
124409
  seats: number;
124410
124410
  seatLimit: number;
124411
124411
  planPriceId: string;
@@ -124496,7 +124496,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124496
124496
  } | undefined;
124497
124497
  };
124498
124498
  subscription: {
124499
- product: "company" | "enterprise" | "free" | "team";
124499
+ product: "company" | "enterprise" | "free" | "team" | "pro";
124500
124500
  seats: number;
124501
124501
  seatLimit: number;
124502
124502
  planPriceId: string;
@@ -124565,7 +124565,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124565
124565
  } | null | undefined;
124566
124566
  };
124567
124567
  subscription: {
124568
- product: "company" | "enterprise" | "free" | "team";
124568
+ product: "company" | "enterprise" | "free" | "team" | "pro";
124569
124569
  seats: number;
124570
124570
  seatLimit: number;
124571
124571
  planPriceId: string;
@@ -124640,7 +124640,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124640
124640
  } | undefined;
124641
124641
  };
124642
124642
  subscription: {
124643
- product: "company" | "enterprise" | "free" | "team";
124643
+ product: "company" | "enterprise" | "free" | "team" | "pro";
124644
124644
  seats: number;
124645
124645
  seatLimit: number;
124646
124646
  planPriceId: string;
@@ -124715,7 +124715,7 @@ declare const DTOUserWorkspaceMembership: z$1.ZodObject<{
124715
124715
  } | null | undefined;
124716
124716
  };
124717
124717
  subscription: {
124718
- product: "company" | "enterprise" | "free" | "team";
124718
+ product: "company" | "enterprise" | "free" | "team" | "pro";
124719
124719
  seats: number;
124720
124720
  seatLimit: number;
124721
124721
  planPriceId: string;
@@ -125312,7 +125312,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125312
125312
  internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
125313
125313
  stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
125314
125314
  stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
125315
- product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
125315
+ product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
125316
125316
  planPriceId: z$1.ZodString;
125317
125317
  planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
125318
125318
  currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -125320,7 +125320,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125320
125320
  cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
125321
125321
  subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
125322
125322
  }, "strip", z$1.ZodTypeAny, {
125323
- product: "company" | "enterprise" | "free" | "team";
125323
+ product: "company" | "enterprise" | "free" | "team" | "pro";
125324
125324
  seats: number;
125325
125325
  seatLimit: number;
125326
125326
  planPriceId: string;
@@ -125349,7 +125349,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125349
125349
  cancelAt?: string | undefined;
125350
125350
  subscriptionStatusUpdatedAt?: string | undefined;
125351
125351
  }, {
125352
- product: "company" | "enterprise" | "free" | "team";
125352
+ product: "company" | "enterprise" | "free" | "team" | "pro";
125353
125353
  seats: number;
125354
125354
  seatLimit: number;
125355
125355
  planPriceId: string;
@@ -125440,7 +125440,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125440
125440
  } | undefined;
125441
125441
  };
125442
125442
  subscription: {
125443
- product: "company" | "enterprise" | "free" | "team";
125443
+ product: "company" | "enterprise" | "free" | "team" | "pro";
125444
125444
  seats: number;
125445
125445
  seatLimit: number;
125446
125446
  planPriceId: string;
@@ -125509,7 +125509,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125509
125509
  } | null | undefined;
125510
125510
  };
125511
125511
  subscription: {
125512
- product: "company" | "enterprise" | "free" | "team";
125512
+ product: "company" | "enterprise" | "free" | "team" | "pro";
125513
125513
  seats: number;
125514
125514
  seatLimit: number;
125515
125515
  planPriceId: string;
@@ -125584,7 +125584,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125584
125584
  } | undefined;
125585
125585
  };
125586
125586
  subscription: {
125587
- product: "company" | "enterprise" | "free" | "team";
125587
+ product: "company" | "enterprise" | "free" | "team" | "pro";
125588
125588
  seats: number;
125589
125589
  seatLimit: number;
125590
125590
  planPriceId: string;
@@ -125659,7 +125659,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125659
125659
  } | null | undefined;
125660
125660
  };
125661
125661
  subscription: {
125662
- product: "company" | "enterprise" | "free" | "team";
125662
+ product: "company" | "enterprise" | "free" | "team" | "pro";
125663
125663
  seats: number;
125664
125664
  seatLimit: number;
125665
125665
  planPriceId: string;
@@ -125736,7 +125736,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125736
125736
  } | undefined;
125737
125737
  };
125738
125738
  subscription: {
125739
- product: "company" | "enterprise" | "free" | "team";
125739
+ product: "company" | "enterprise" | "free" | "team" | "pro";
125740
125740
  seats: number;
125741
125741
  seatLimit: number;
125742
125742
  planPriceId: string;
@@ -125813,7 +125813,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z$1.ZodObject<{
125813
125813
  } | null | undefined;
125814
125814
  };
125815
125815
  subscription: {
125816
- product: "company" | "enterprise" | "free" | "team";
125816
+ product: "company" | "enterprise" | "free" | "team" | "pro";
125817
125817
  seats: number;
125818
125818
  seatLimit: number;
125819
125819
  planPriceId: string;
@@ -126670,7 +126670,7 @@ declare const DTOSubscription: z__default.ZodObject<{
126670
126670
  status: z__default.ZodOptional<z__default.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
126671
126671
  subscriptionStatus: z__default.ZodOptional<z__default.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
126672
126672
  internalStatus: z__default.ZodOptional<z__default.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
126673
- product: z__default.ZodEnum<["free", "team", "company", "enterprise"]>;
126673
+ product: z__default.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
126674
126674
  featuresSummary: z__default.ZodOptional<z__default.ZodObject<{
126675
126675
  designSystems: z__default.ZodObject<{
126676
126676
  max: z__default.ZodOptional<z__default.ZodNumber>;
@@ -127352,7 +127352,7 @@ declare const DTOSubscription: z__default.ZodObject<{
127352
127352
  billingType: z__default.ZodOptional<z__default.ZodEnum<["Auto", "Invoice"]>>;
127353
127353
  daysUntilDue: z__default.ZodOptional<z__default.ZodNumber>;
127354
127354
  }, "strip", z__default.ZodTypeAny, {
127355
- product: "free" | "team" | "company" | "enterprise";
127355
+ product: "free" | "team" | "company" | "enterprise" | "pro";
127356
127356
  planPriceId: string;
127357
127357
  planInterval: "daily" | "monthly" | "weekly" | "yearly";
127358
127358
  seats: number;
@@ -127528,7 +127528,7 @@ declare const DTOSubscription: z__default.ZodObject<{
127528
127528
  billingType?: "Auto" | "Invoice" | undefined;
127529
127529
  daysUntilDue?: number | undefined;
127530
127530
  }, {
127531
- product: "free" | "team" | "company" | "enterprise";
127531
+ product: "free" | "team" | "company" | "enterprise" | "pro";
127532
127532
  planPriceId: string;
127533
127533
  planInterval: "daily" | "monthly" | "weekly" | "yearly";
127534
127534
  seats: number;
@@ -127712,7 +127712,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
127712
127712
  status: z__default.ZodOptional<z__default.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
127713
127713
  subscriptionStatus: z__default.ZodOptional<z__default.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
127714
127714
  internalStatus: z__default.ZodOptional<z__default.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
127715
- product: z__default.ZodEnum<["free", "team", "company", "enterprise"]>;
127715
+ product: z__default.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
127716
127716
  featuresSummary: z__default.ZodOptional<z__default.ZodObject<{
127717
127717
  designSystems: z__default.ZodObject<{
127718
127718
  max: z__default.ZodOptional<z__default.ZodNumber>;
@@ -128394,7 +128394,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
128394
128394
  billingType: z__default.ZodOptional<z__default.ZodEnum<["Auto", "Invoice"]>>;
128395
128395
  daysUntilDue: z__default.ZodOptional<z__default.ZodNumber>;
128396
128396
  }, "strip", z__default.ZodTypeAny, {
128397
- product: "free" | "team" | "company" | "enterprise";
128397
+ product: "free" | "team" | "company" | "enterprise" | "pro";
128398
128398
  planPriceId: string;
128399
128399
  planInterval: "daily" | "monthly" | "weekly" | "yearly";
128400
128400
  seats: number;
@@ -128570,7 +128570,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
128570
128570
  billingType?: "Auto" | "Invoice" | undefined;
128571
128571
  daysUntilDue?: number | undefined;
128572
128572
  }, {
128573
- product: "free" | "team" | "company" | "enterprise";
128573
+ product: "free" | "team" | "company" | "enterprise" | "pro";
128574
128574
  planPriceId: string;
128575
128575
  planInterval: "daily" | "monthly" | "weekly" | "yearly";
128576
128576
  seats: number;
@@ -128901,7 +128901,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
128901
128901
  }>;
128902
128902
  }, "strip", z__default.ZodTypeAny, {
128903
128903
  subscription: {
128904
- product: "free" | "team" | "company" | "enterprise";
128904
+ product: "free" | "team" | "company" | "enterprise" | "pro";
128905
128905
  planPriceId: string;
128906
128906
  planInterval: "daily" | "monthly" | "weekly" | "yearly";
128907
128907
  seats: number;
@@ -129110,7 +129110,7 @@ declare const DTOSubscriptionResponse: z__default.ZodObject<{
129110
129110
  } | undefined;
129111
129111
  }, {
129112
129112
  subscription: {
129113
- product: "free" | "team" | "company" | "enterprise";
129113
+ product: "free" | "team" | "company" | "enterprise" | "pro";
129114
129114
  planPriceId: string;
129115
129115
  planInterval: "daily" | "monthly" | "weekly" | "yearly";
129116
129116
  seats: number;
@@ -129717,7 +129717,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
129717
129717
  internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
129718
129718
  stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129719
129719
  stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129720
- product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
129720
+ product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
129721
129721
  planPriceId: z$1.ZodString;
129722
129722
  planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
129723
129723
  currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -129725,7 +129725,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
129725
129725
  cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129726
129726
  subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
129727
129727
  }, "strip", z$1.ZodTypeAny, {
129728
- product: "company" | "enterprise" | "free" | "team";
129728
+ product: "company" | "enterprise" | "free" | "team" | "pro";
129729
129729
  seats: number;
129730
129730
  seatLimit: number;
129731
129731
  planPriceId: string;
@@ -129754,7 +129754,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
129754
129754
  cancelAt?: string | undefined;
129755
129755
  subscriptionStatusUpdatedAt?: string | undefined;
129756
129756
  }, {
129757
- product: "company" | "enterprise" | "free" | "team";
129757
+ product: "company" | "enterprise" | "free" | "team" | "pro";
129758
129758
  seats: number;
129759
129759
  seatLimit: number;
129760
129760
  planPriceId: string;
@@ -129845,7 +129845,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
129845
129845
  } | undefined;
129846
129846
  };
129847
129847
  subscription: {
129848
- product: "company" | "enterprise" | "free" | "team";
129848
+ product: "company" | "enterprise" | "free" | "team" | "pro";
129849
129849
  seats: number;
129850
129850
  seatLimit: number;
129851
129851
  planPriceId: string;
@@ -129914,7 +129914,7 @@ declare const DTOWorkspace: z$1.ZodObject<{
129914
129914
  } | null | undefined;
129915
129915
  };
129916
129916
  subscription: {
129917
- product: "company" | "enterprise" | "free" | "team";
129917
+ product: "company" | "enterprise" | "free" | "team" | "pro";
129918
129918
  seats: number;
129919
129919
  seatLimit: number;
129920
129920
  planPriceId: string;
@@ -130123,7 +130123,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130123
130123
  internalStatus: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z$1.ZodTypeDef, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free">>>, NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined, "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined>;
130124
130124
  stripeSubscriptionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
130125
130125
  stripeCustomerId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
130126
- product: z$1.ZodEnum<["free", "team", "company", "enterprise"]>;
130126
+ product: z$1.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
130127
130127
  planPriceId: z$1.ZodString;
130128
130128
  planInterval: z$1.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
130129
130129
  currentPeriodStart: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -130131,7 +130131,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130131
130131
  cancelAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
130132
130132
  subscriptionStatusUpdatedAt: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
130133
130133
  }, "strip", z$1.ZodTypeAny, {
130134
- product: "company" | "enterprise" | "free" | "team";
130134
+ product: "company" | "enterprise" | "free" | "team" | "pro";
130135
130135
  seats: number;
130136
130136
  seatLimit: number;
130137
130137
  planPriceId: string;
@@ -130160,7 +130160,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130160
130160
  cancelAt?: string | undefined;
130161
130161
  subscriptionStatusUpdatedAt?: string | undefined;
130162
130162
  }, {
130163
- product: "company" | "enterprise" | "free" | "team";
130163
+ product: "company" | "enterprise" | "free" | "team" | "pro";
130164
130164
  seats: number;
130165
130165
  seatLimit: number;
130166
130166
  planPriceId: string;
@@ -130251,7 +130251,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130251
130251
  } | undefined;
130252
130252
  };
130253
130253
  subscription: {
130254
- product: "company" | "enterprise" | "free" | "team";
130254
+ product: "company" | "enterprise" | "free" | "team" | "pro";
130255
130255
  seats: number;
130256
130256
  seatLimit: number;
130257
130257
  planPriceId: string;
@@ -130320,7 +130320,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130320
130320
  } | null | undefined;
130321
130321
  };
130322
130322
  subscription: {
130323
- product: "company" | "enterprise" | "free" | "team";
130323
+ product: "company" | "enterprise" | "free" | "team" | "pro";
130324
130324
  seats: number;
130325
130325
  seatLimit: number;
130326
130326
  planPriceId: string;
@@ -130391,7 +130391,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130391
130391
  } | undefined;
130392
130392
  };
130393
130393
  subscription: {
130394
- product: "company" | "enterprise" | "free" | "team";
130394
+ product: "company" | "enterprise" | "free" | "team" | "pro";
130395
130395
  seats: number;
130396
130396
  seatLimit: number;
130397
130397
  planPriceId: string;
@@ -130462,7 +130462,7 @@ declare const DTOWorkspaceResponse: z$1.ZodObject<{
130462
130462
  } | null | undefined;
130463
130463
  };
130464
130464
  subscription: {
130465
- product: "company" | "enterprise" | "free" | "team";
130465
+ product: "company" | "enterprise" | "free" | "team" | "pro";
130466
130466
  seats: number;
130467
130467
  seatLimit: number;
130468
130468
  planPriceId: string;
@@ -141327,7 +141327,7 @@ declare class DesignSystemsEndpoint {
141327
141327
  } | undefined;
141328
141328
  };
141329
141329
  subscription: {
141330
- product: "company" | "enterprise" | "free" | "team";
141330
+ product: "company" | "enterprise" | "free" | "team" | "pro";
141331
141331
  seats: number;
141332
141332
  seatLimit: number;
141333
141333
  planPriceId: string;
@@ -143070,7 +143070,7 @@ declare class WorkspaceInvitationsEndpoint {
143070
143070
  } | undefined;
143071
143071
  };
143072
143072
  subscription: {
143073
- product: "company" | "enterprise" | "free" | "team";
143073
+ product: "company" | "enterprise" | "free" | "team" | "pro";
143074
143074
  seats: number;
143075
143075
  seatLimit: number;
143076
143076
  planPriceId: string;
@@ -143202,7 +143202,7 @@ declare class WorkspaceMembersEndpoint {
143202
143202
  } | undefined;
143203
143203
  };
143204
143204
  subscription: {
143205
- product: "company" | "enterprise" | "free" | "team";
143205
+ product: "company" | "enterprise" | "free" | "team" | "pro";
143206
143206
  seats: number;
143207
143207
  seatLimit: number;
143208
143208
  planPriceId: string;
@@ -143275,7 +143275,7 @@ declare class WorkspaceMembersEndpoint {
143275
143275
  } | undefined;
143276
143276
  };
143277
143277
  subscription: {
143278
- product: "company" | "enterprise" | "free" | "team";
143278
+ product: "company" | "enterprise" | "free" | "team" | "pro";
143279
143279
  seats: number;
143280
143280
  seatLimit: number;
143281
143281
  planPriceId: string;
@@ -143381,7 +143381,7 @@ declare class WorkspacesEndpoint {
143381
143381
  } | undefined;
143382
143382
  };
143383
143383
  subscription: {
143384
- product: "company" | "enterprise" | "free" | "team";
143384
+ product: "company" | "enterprise" | "free" | "team" | "pro";
143385
143385
  seats: number;
143386
143386
  seatLimit: number;
143387
143387
  planPriceId: string;
@@ -143454,7 +143454,7 @@ declare class WorkspacesEndpoint {
143454
143454
  } | undefined;
143455
143455
  };
143456
143456
  subscription: {
143457
- product: "company" | "enterprise" | "free" | "team";
143457
+ product: "company" | "enterprise" | "free" | "team" | "pro";
143458
143458
  seats: number;
143459
143459
  seatLimit: number;
143460
143460
  planPriceId: string;
@@ -143531,7 +143531,7 @@ declare class WorkspacesEndpoint {
143531
143531
  } | undefined;
143532
143532
  };
143533
143533
  subscription: {
143534
- product: "company" | "enterprise" | "free" | "team";
143534
+ product: "company" | "enterprise" | "free" | "team" | "pro";
143535
143535
  seats: number;
143536
143536
  seatLimit: number;
143537
143537
  planPriceId: string;
@@ -143661,7 +143661,7 @@ declare class WorkspacesEndpoint {
143661
143661
  } | undefined;
143662
143662
  };
143663
143663
  subscription: {
143664
- product: "company" | "enterprise" | "free" | "team";
143664
+ product: "company" | "enterprise" | "free" | "team" | "pro";
143665
143665
  seats: number;
143666
143666
  seatLimit: number;
143667
143667
  planPriceId: string;
@@ -143783,7 +143783,7 @@ declare class UsersEndpoint {
143783
143783
  } | undefined;
143784
143784
  };
143785
143785
  subscription: {
143786
- product: "company" | "enterprise" | "free" | "team";
143786
+ product: "company" | "enterprise" | "free" | "team" | "pro";
143787
143787
  seats: number;
143788
143788
  seatLimit: number;
143789
143789
  planPriceId: string;
package/dist/index.js CHANGED
@@ -406,7 +406,7 @@ var PriceSchema = _zod.z.object({
406
406
  seatType: WorkspaceSeatType.optional(),
407
407
  monthlyCreditGrant: _zod.z.number().optional()
408
408
  });
409
- var ProductCodeSchema = _zod.z.enum(["free", "team", "company", "enterprise"]);
409
+ var ProductCodeSchema = _zod.z.enum(["free", "team", "company", "enterprise", "pro"]);
410
410
  var ProductCode = ProductCodeSchema.enum;
411
411
  var StripeSubscriptionStatusSchema = _zod.z.enum([
412
412
  "trialing",