@supernova-studio/client 1.44.6 → 1.44.7
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.mts +114 -1
- package/dist/index.d.ts +114 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -367,6 +367,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
367
367
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.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>;
|
|
368
368
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
369
369
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
370
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
370
371
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
371
372
|
planPriceId: z.ZodString;
|
|
372
373
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -403,6 +404,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
403
404
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
404
405
|
stripeSubscriptionId?: string | undefined;
|
|
405
406
|
stripeCustomerId?: string | undefined;
|
|
407
|
+
stripeScheduleId?: string | undefined;
|
|
406
408
|
currentPeriodStart?: string | undefined;
|
|
407
409
|
currentPeriodEnd?: string | undefined;
|
|
408
410
|
cancelAt?: string | undefined;
|
|
@@ -436,6 +438,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
436
438
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
437
439
|
stripeSubscriptionId?: string | null | undefined;
|
|
438
440
|
stripeCustomerId?: string | null | undefined;
|
|
441
|
+
stripeScheduleId?: string | null | undefined;
|
|
439
442
|
currentPeriodStart?: string | null | undefined;
|
|
440
443
|
currentPeriodEnd?: string | null | undefined;
|
|
441
444
|
cancelAt?: string | null | undefined;
|
|
@@ -531,6 +534,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
531
534
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
532
535
|
stripeSubscriptionId?: string | undefined;
|
|
533
536
|
stripeCustomerId?: string | undefined;
|
|
537
|
+
stripeScheduleId?: string | undefined;
|
|
534
538
|
currentPeriodStart?: string | undefined;
|
|
535
539
|
currentPeriodEnd?: string | undefined;
|
|
536
540
|
cancelAt?: string | undefined;
|
|
@@ -604,6 +608,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
604
608
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
605
609
|
stripeSubscriptionId?: string | null | undefined;
|
|
606
610
|
stripeCustomerId?: string | null | undefined;
|
|
611
|
+
stripeScheduleId?: string | null | undefined;
|
|
607
612
|
currentPeriodStart?: string | null | undefined;
|
|
608
613
|
currentPeriodEnd?: string | null | undefined;
|
|
609
614
|
cancelAt?: string | null | undefined;
|
|
@@ -683,6 +688,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
683
688
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
684
689
|
stripeSubscriptionId?: string | undefined;
|
|
685
690
|
stripeCustomerId?: string | undefined;
|
|
691
|
+
stripeScheduleId?: string | undefined;
|
|
686
692
|
currentPeriodStart?: string | undefined;
|
|
687
693
|
currentPeriodEnd?: string | undefined;
|
|
688
694
|
cancelAt?: string | undefined;
|
|
@@ -762,6 +768,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
762
768
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
763
769
|
stripeSubscriptionId?: string | null | undefined;
|
|
764
770
|
stripeCustomerId?: string | null | undefined;
|
|
771
|
+
stripeScheduleId?: string | null | undefined;
|
|
765
772
|
currentPeriodStart?: string | null | undefined;
|
|
766
773
|
currentPeriodEnd?: string | null | undefined;
|
|
767
774
|
cancelAt?: string | null | undefined;
|
|
@@ -1072,6 +1079,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1072
1079
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
1073
1080
|
stripeSubscriptionId?: string | undefined;
|
|
1074
1081
|
stripeCustomerId?: string | undefined;
|
|
1082
|
+
stripeScheduleId?: string | undefined;
|
|
1075
1083
|
currentPeriodStart?: string | undefined;
|
|
1076
1084
|
currentPeriodEnd?: string | undefined;
|
|
1077
1085
|
cancelAt?: string | undefined;
|
|
@@ -1204,6 +1212,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
1204
1212
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
1205
1213
|
stripeSubscriptionId?: string | null | undefined;
|
|
1206
1214
|
stripeCustomerId?: string | null | undefined;
|
|
1215
|
+
stripeScheduleId?: string | null | undefined;
|
|
1207
1216
|
currentPeriodStart?: string | null | undefined;
|
|
1208
1217
|
currentPeriodEnd?: string | null | undefined;
|
|
1209
1218
|
cancelAt?: string | null | undefined;
|
|
@@ -10093,6 +10102,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10093
10102
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.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>;
|
|
10094
10103
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10095
10104
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10105
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10096
10106
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
10097
10107
|
planPriceId: z.ZodString;
|
|
10098
10108
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -10129,6 +10139,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10129
10139
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
10130
10140
|
stripeSubscriptionId?: string | undefined;
|
|
10131
10141
|
stripeCustomerId?: string | undefined;
|
|
10142
|
+
stripeScheduleId?: string | undefined;
|
|
10132
10143
|
currentPeriodStart?: string | undefined;
|
|
10133
10144
|
currentPeriodEnd?: string | undefined;
|
|
10134
10145
|
cancelAt?: string | undefined;
|
|
@@ -10162,6 +10173,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10162
10173
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
10163
10174
|
stripeSubscriptionId?: string | null | undefined;
|
|
10164
10175
|
stripeCustomerId?: string | null | undefined;
|
|
10176
|
+
stripeScheduleId?: string | null | undefined;
|
|
10165
10177
|
currentPeriodStart?: string | null | undefined;
|
|
10166
10178
|
currentPeriodEnd?: string | null | undefined;
|
|
10167
10179
|
cancelAt?: string | null | undefined;
|
|
@@ -10257,6 +10269,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10257
10269
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
10258
10270
|
stripeSubscriptionId?: string | undefined;
|
|
10259
10271
|
stripeCustomerId?: string | undefined;
|
|
10272
|
+
stripeScheduleId?: string | undefined;
|
|
10260
10273
|
currentPeriodStart?: string | undefined;
|
|
10261
10274
|
currentPeriodEnd?: string | undefined;
|
|
10262
10275
|
cancelAt?: string | undefined;
|
|
@@ -10330,6 +10343,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10330
10343
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
10331
10344
|
stripeSubscriptionId?: string | null | undefined;
|
|
10332
10345
|
stripeCustomerId?: string | null | undefined;
|
|
10346
|
+
stripeScheduleId?: string | null | undefined;
|
|
10333
10347
|
currentPeriodStart?: string | null | undefined;
|
|
10334
10348
|
currentPeriodEnd?: string | null | undefined;
|
|
10335
10349
|
cancelAt?: string | null | undefined;
|
|
@@ -10435,6 +10449,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10435
10449
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
10436
10450
|
stripeSubscriptionId?: string | undefined;
|
|
10437
10451
|
stripeCustomerId?: string | undefined;
|
|
10452
|
+
stripeScheduleId?: string | undefined;
|
|
10438
10453
|
currentPeriodStart?: string | undefined;
|
|
10439
10454
|
currentPeriodEnd?: string | undefined;
|
|
10440
10455
|
cancelAt?: string | undefined;
|
|
@@ -10540,6 +10555,7 @@ declare const DTOUserDesignSystemsResponse: z.ZodObject<{
|
|
|
10540
10555
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
10541
10556
|
stripeSubscriptionId?: string | null | undefined;
|
|
10542
10557
|
stripeCustomerId?: string | null | undefined;
|
|
10558
|
+
stripeScheduleId?: string | null | undefined;
|
|
10543
10559
|
currentPeriodStart?: string | null | undefined;
|
|
10544
10560
|
currentPeriodEnd?: string | null | undefined;
|
|
10545
10561
|
cancelAt?: string | null | undefined;
|
|
@@ -229719,6 +229735,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229719
229735
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.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>;
|
|
229720
229736
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
229721
229737
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
229738
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
229722
229739
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
229723
229740
|
planPriceId: z.ZodString;
|
|
229724
229741
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -229755,6 +229772,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229755
229772
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
229756
229773
|
stripeSubscriptionId?: string | undefined;
|
|
229757
229774
|
stripeCustomerId?: string | undefined;
|
|
229775
|
+
stripeScheduleId?: string | undefined;
|
|
229758
229776
|
currentPeriodStart?: string | undefined;
|
|
229759
229777
|
currentPeriodEnd?: string | undefined;
|
|
229760
229778
|
cancelAt?: string | undefined;
|
|
@@ -229788,6 +229806,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229788
229806
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
229789
229807
|
stripeSubscriptionId?: string | null | undefined;
|
|
229790
229808
|
stripeCustomerId?: string | null | undefined;
|
|
229809
|
+
stripeScheduleId?: string | null | undefined;
|
|
229791
229810
|
currentPeriodStart?: string | null | undefined;
|
|
229792
229811
|
currentPeriodEnd?: string | null | undefined;
|
|
229793
229812
|
cancelAt?: string | null | undefined;
|
|
@@ -229883,6 +229902,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229883
229902
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
229884
229903
|
stripeSubscriptionId?: string | undefined;
|
|
229885
229904
|
stripeCustomerId?: string | undefined;
|
|
229905
|
+
stripeScheduleId?: string | undefined;
|
|
229886
229906
|
currentPeriodStart?: string | undefined;
|
|
229887
229907
|
currentPeriodEnd?: string | undefined;
|
|
229888
229908
|
cancelAt?: string | undefined;
|
|
@@ -229956,6 +229976,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
229956
229976
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
229957
229977
|
stripeSubscriptionId?: string | null | undefined;
|
|
229958
229978
|
stripeCustomerId?: string | null | undefined;
|
|
229979
|
+
stripeScheduleId?: string | null | undefined;
|
|
229959
229980
|
currentPeriodStart?: string | null | undefined;
|
|
229960
229981
|
currentPeriodEnd?: string | null | undefined;
|
|
229961
229982
|
cancelAt?: string | null | undefined;
|
|
@@ -230035,6 +230056,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
230035
230056
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
230036
230057
|
stripeSubscriptionId?: string | undefined;
|
|
230037
230058
|
stripeCustomerId?: string | undefined;
|
|
230059
|
+
stripeScheduleId?: string | undefined;
|
|
230038
230060
|
currentPeriodStart?: string | undefined;
|
|
230039
230061
|
currentPeriodEnd?: string | undefined;
|
|
230040
230062
|
cancelAt?: string | undefined;
|
|
@@ -230114,6 +230136,7 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
230114
230136
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
230115
230137
|
stripeSubscriptionId?: string | null | undefined;
|
|
230116
230138
|
stripeCustomerId?: string | null | undefined;
|
|
230139
|
+
stripeScheduleId?: string | null | undefined;
|
|
230117
230140
|
currentPeriodStart?: string | null | undefined;
|
|
230118
230141
|
currentPeriodEnd?: string | null | undefined;
|
|
230119
230142
|
cancelAt?: string | null | undefined;
|
|
@@ -230739,6 +230762,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230739
230762
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.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>;
|
|
230740
230763
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
230741
230764
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
230765
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
230742
230766
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
230743
230767
|
planPriceId: z.ZodString;
|
|
230744
230768
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -230775,6 +230799,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230775
230799
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
230776
230800
|
stripeSubscriptionId?: string | undefined;
|
|
230777
230801
|
stripeCustomerId?: string | undefined;
|
|
230802
|
+
stripeScheduleId?: string | undefined;
|
|
230778
230803
|
currentPeriodStart?: string | undefined;
|
|
230779
230804
|
currentPeriodEnd?: string | undefined;
|
|
230780
230805
|
cancelAt?: string | undefined;
|
|
@@ -230808,6 +230833,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230808
230833
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
230809
230834
|
stripeSubscriptionId?: string | null | undefined;
|
|
230810
230835
|
stripeCustomerId?: string | null | undefined;
|
|
230836
|
+
stripeScheduleId?: string | null | undefined;
|
|
230811
230837
|
currentPeriodStart?: string | null | undefined;
|
|
230812
230838
|
currentPeriodEnd?: string | null | undefined;
|
|
230813
230839
|
cancelAt?: string | null | undefined;
|
|
@@ -230903,6 +230929,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230903
230929
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
230904
230930
|
stripeSubscriptionId?: string | undefined;
|
|
230905
230931
|
stripeCustomerId?: string | undefined;
|
|
230932
|
+
stripeScheduleId?: string | undefined;
|
|
230906
230933
|
currentPeriodStart?: string | undefined;
|
|
230907
230934
|
currentPeriodEnd?: string | undefined;
|
|
230908
230935
|
cancelAt?: string | undefined;
|
|
@@ -230976,6 +231003,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
230976
231003
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
230977
231004
|
stripeSubscriptionId?: string | null | undefined;
|
|
230978
231005
|
stripeCustomerId?: string | null | undefined;
|
|
231006
|
+
stripeScheduleId?: string | null | undefined;
|
|
230979
231007
|
currentPeriodStart?: string | null | undefined;
|
|
230980
231008
|
currentPeriodEnd?: string | null | undefined;
|
|
230981
231009
|
cancelAt?: string | null | undefined;
|
|
@@ -231055,6 +231083,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
231055
231083
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
231056
231084
|
stripeSubscriptionId?: string | undefined;
|
|
231057
231085
|
stripeCustomerId?: string | undefined;
|
|
231086
|
+
stripeScheduleId?: string | undefined;
|
|
231058
231087
|
currentPeriodStart?: string | undefined;
|
|
231059
231088
|
currentPeriodEnd?: string | undefined;
|
|
231060
231089
|
cancelAt?: string | undefined;
|
|
@@ -231134,6 +231163,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
231134
231163
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
231135
231164
|
stripeSubscriptionId?: string | null | undefined;
|
|
231136
231165
|
stripeCustomerId?: string | null | undefined;
|
|
231166
|
+
stripeScheduleId?: string | null | undefined;
|
|
231137
231167
|
currentPeriodStart?: string | null | undefined;
|
|
231138
231168
|
currentPeriodEnd?: string | null | undefined;
|
|
231139
231169
|
cancelAt?: string | null | undefined;
|
|
@@ -231215,6 +231245,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
231215
231245
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
231216
231246
|
stripeSubscriptionId?: string | undefined;
|
|
231217
231247
|
stripeCustomerId?: string | undefined;
|
|
231248
|
+
stripeScheduleId?: string | undefined;
|
|
231218
231249
|
currentPeriodStart?: string | undefined;
|
|
231219
231250
|
currentPeriodEnd?: string | undefined;
|
|
231220
231251
|
cancelAt?: string | undefined;
|
|
@@ -231296,6 +231327,7 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
231296
231327
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
231297
231328
|
stripeSubscriptionId?: string | null | undefined;
|
|
231298
231329
|
stripeCustomerId?: string | null | undefined;
|
|
231330
|
+
stripeScheduleId?: string | null | undefined;
|
|
231299
231331
|
currentPeriodStart?: string | null | undefined;
|
|
231300
231332
|
currentPeriodEnd?: string | null | undefined;
|
|
231301
231333
|
cancelAt?: string | null | undefined;
|
|
@@ -232471,6 +232503,7 @@ type DTOCreditBalance = z$1.infer<typeof DTOCreditBalance>;
|
|
|
232471
232503
|
declare const DTOSubscription: z$1.ZodObject<{
|
|
232472
232504
|
stripeSubscriptionId: z$1.ZodOptional<z$1.ZodString>;
|
|
232473
232505
|
stripeCustomerId: z$1.ZodOptional<z$1.ZodString>;
|
|
232506
|
+
stripeScheduleId: z$1.ZodOptional<z$1.ZodString>;
|
|
232474
232507
|
status: z$1.ZodOptional<z$1.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
232475
232508
|
subscriptionStatus: z$1.ZodOptional<z$1.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
|
|
232476
232509
|
internalStatus: z$1.ZodOptional<z$1.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
@@ -233184,6 +233217,7 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
233184
233217
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
233185
233218
|
stripeSubscriptionId?: string | undefined;
|
|
233186
233219
|
stripeCustomerId?: string | undefined;
|
|
233220
|
+
stripeScheduleId?: string | undefined;
|
|
233187
233221
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
233188
233222
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
233189
233223
|
featuresSummary?: {
|
|
@@ -233364,6 +233398,7 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
233364
233398
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
233365
233399
|
stripeSubscriptionId?: string | undefined;
|
|
233366
233400
|
stripeCustomerId?: string | undefined;
|
|
233401
|
+
stripeScheduleId?: string | undefined;
|
|
233367
233402
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
233368
233403
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
233369
233404
|
featuresSummary?: {
|
|
@@ -233528,6 +233563,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
233528
233563
|
subscription: z$1.ZodObject<{
|
|
233529
233564
|
stripeSubscriptionId: z$1.ZodOptional<z$1.ZodString>;
|
|
233530
233565
|
stripeCustomerId: z$1.ZodOptional<z$1.ZodString>;
|
|
233566
|
+
stripeScheduleId: z$1.ZodOptional<z$1.ZodString>;
|
|
233531
233567
|
status: z$1.ZodOptional<z$1.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
233532
233568
|
subscriptionStatus: z$1.ZodOptional<z$1.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
|
|
233533
233569
|
internalStatus: z$1.ZodOptional<z$1.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
@@ -234241,6 +234277,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234241
234277
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
234242
234278
|
stripeSubscriptionId?: string | undefined;
|
|
234243
234279
|
stripeCustomerId?: string | undefined;
|
|
234280
|
+
stripeScheduleId?: string | undefined;
|
|
234244
234281
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
234245
234282
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
234246
234283
|
featuresSummary?: {
|
|
@@ -234421,6 +234458,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234421
234458
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
234422
234459
|
stripeSubscriptionId?: string | undefined;
|
|
234423
234460
|
stripeCustomerId?: string | undefined;
|
|
234461
|
+
stripeScheduleId?: string | undefined;
|
|
234424
234462
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
234425
234463
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
234426
234464
|
featuresSummary?: {
|
|
@@ -234580,6 +234618,22 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234580
234618
|
builderSeatPriceId?: string | undefined;
|
|
234581
234619
|
additionalCreditsPriceId?: string | undefined;
|
|
234582
234620
|
}>;
|
|
234621
|
+
subscriptionUpcomingChange: z$1.ZodOptional<z$1.ZodObject<{
|
|
234622
|
+
effectiveAt: z$1.ZodString;
|
|
234623
|
+
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
234624
|
+
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
234625
|
+
additionalCredits: z$1.ZodOptional<z$1.ZodNumber>;
|
|
234626
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
234627
|
+
effectiveAt: string;
|
|
234628
|
+
additionalCredits?: number | undefined;
|
|
234629
|
+
fullSeatLimit?: number | undefined;
|
|
234630
|
+
builderSeatLimit?: number | undefined;
|
|
234631
|
+
}, {
|
|
234632
|
+
effectiveAt: string;
|
|
234633
|
+
additionalCredits?: number | undefined;
|
|
234634
|
+
fullSeatLimit?: number | undefined;
|
|
234635
|
+
builderSeatLimit?: number | undefined;
|
|
234636
|
+
}>>;
|
|
234583
234637
|
creditBalance: z$1.ZodOptional<z$1.ZodObject<{
|
|
234584
234638
|
paidTopUp: z$1.ZodOptional<z$1.ZodObject<{
|
|
234585
234639
|
total: z$1.ZodNumber;
|
|
@@ -234756,6 +234810,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234756
234810
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
234757
234811
|
stripeSubscriptionId?: string | undefined;
|
|
234758
234812
|
stripeCustomerId?: string | undefined;
|
|
234813
|
+
stripeScheduleId?: string | undefined;
|
|
234759
234814
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
234760
234815
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
234761
234816
|
featuresSummary?: {
|
|
@@ -234919,6 +234974,12 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234919
234974
|
creditsToCentsConversionRate: number;
|
|
234920
234975
|
purchaseTopUpCreditsToCentsConversionRate: number;
|
|
234921
234976
|
};
|
|
234977
|
+
subscriptionUpcomingChange?: {
|
|
234978
|
+
effectiveAt: string;
|
|
234979
|
+
additionalCredits?: number | undefined;
|
|
234980
|
+
fullSeatLimit?: number | undefined;
|
|
234981
|
+
builderSeatLimit?: number | undefined;
|
|
234982
|
+
} | undefined;
|
|
234922
234983
|
creditBalance?: {
|
|
234923
234984
|
free?: {
|
|
234924
234985
|
credits: {
|
|
@@ -234969,6 +235030,7 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
234969
235030
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
234970
235031
|
stripeSubscriptionId?: string | undefined;
|
|
234971
235032
|
stripeCustomerId?: string | undefined;
|
|
235033
|
+
stripeScheduleId?: string | undefined;
|
|
234972
235034
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
234973
235035
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
234974
235036
|
featuresSummary?: {
|
|
@@ -235132,6 +235194,12 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
235132
235194
|
creditsToCentsConversionRate: number;
|
|
235133
235195
|
purchaseTopUpCreditsToCentsConversionRate: number;
|
|
235134
235196
|
};
|
|
235197
|
+
subscriptionUpcomingChange?: {
|
|
235198
|
+
effectiveAt: string;
|
|
235199
|
+
additionalCredits?: number | undefined;
|
|
235200
|
+
fullSeatLimit?: number | undefined;
|
|
235201
|
+
builderSeatLimit?: number | undefined;
|
|
235202
|
+
} | undefined;
|
|
235135
235203
|
creditBalance?: {
|
|
235136
235204
|
free?: {
|
|
235137
235205
|
credits: {
|
|
@@ -235254,6 +235322,23 @@ declare const DTOSubscriptionUpdatePreviewResponse: z$1.ZodObject<{
|
|
|
235254
235322
|
};
|
|
235255
235323
|
}>;
|
|
235256
235324
|
type DTOSubscriptionUpdatePreviewResponse = z$1.infer<typeof DTOSubscriptionUpdatePreviewResponse>;
|
|
235325
|
+
declare const DTOSubscriptionUpcomingChange: z$1.ZodObject<{
|
|
235326
|
+
effectiveAt: z$1.ZodString;
|
|
235327
|
+
fullSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235328
|
+
builderSeatLimit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235329
|
+
additionalCredits: z$1.ZodOptional<z$1.ZodNumber>;
|
|
235330
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
235331
|
+
effectiveAt: string;
|
|
235332
|
+
additionalCredits?: number | undefined;
|
|
235333
|
+
fullSeatLimit?: number | undefined;
|
|
235334
|
+
builderSeatLimit?: number | undefined;
|
|
235335
|
+
}, {
|
|
235336
|
+
effectiveAt: string;
|
|
235337
|
+
additionalCredits?: number | undefined;
|
|
235338
|
+
fullSeatLimit?: number | undefined;
|
|
235339
|
+
builderSeatLimit?: number | undefined;
|
|
235340
|
+
}>;
|
|
235341
|
+
type DTOSubscriptionUpcomingChange = z$1.infer<typeof DTOSubscriptionUpcomingChange>;
|
|
235257
235342
|
declare const DTOSubscriptionUpdateInput: z$1.ZodObject<{
|
|
235258
235343
|
additionalCredits: z$1.ZodNumber;
|
|
235259
235344
|
builderSeats: z$1.ZodNumber;
|
|
@@ -235656,6 +235741,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235656
235741
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.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>;
|
|
235657
235742
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
235658
235743
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
235744
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
235659
235745
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
235660
235746
|
planPriceId: z.ZodString;
|
|
235661
235747
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -235692,6 +235778,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235692
235778
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
235693
235779
|
stripeSubscriptionId?: string | undefined;
|
|
235694
235780
|
stripeCustomerId?: string | undefined;
|
|
235781
|
+
stripeScheduleId?: string | undefined;
|
|
235695
235782
|
currentPeriodStart?: string | undefined;
|
|
235696
235783
|
currentPeriodEnd?: string | undefined;
|
|
235697
235784
|
cancelAt?: string | undefined;
|
|
@@ -235725,6 +235812,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235725
235812
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
235726
235813
|
stripeSubscriptionId?: string | null | undefined;
|
|
235727
235814
|
stripeCustomerId?: string | null | undefined;
|
|
235815
|
+
stripeScheduleId?: string | null | undefined;
|
|
235728
235816
|
currentPeriodStart?: string | null | undefined;
|
|
235729
235817
|
currentPeriodEnd?: string | null | undefined;
|
|
235730
235818
|
cancelAt?: string | null | undefined;
|
|
@@ -235820,6 +235908,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235820
235908
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
235821
235909
|
stripeSubscriptionId?: string | undefined;
|
|
235822
235910
|
stripeCustomerId?: string | undefined;
|
|
235911
|
+
stripeScheduleId?: string | undefined;
|
|
235823
235912
|
currentPeriodStart?: string | undefined;
|
|
235824
235913
|
currentPeriodEnd?: string | undefined;
|
|
235825
235914
|
cancelAt?: string | undefined;
|
|
@@ -235893,6 +235982,7 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
235893
235982
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
235894
235983
|
stripeSubscriptionId?: string | null | undefined;
|
|
235895
235984
|
stripeCustomerId?: string | null | undefined;
|
|
235985
|
+
stripeScheduleId?: string | null | undefined;
|
|
235896
235986
|
currentPeriodStart?: string | null | undefined;
|
|
235897
235987
|
currentPeriodEnd?: string | null | undefined;
|
|
235898
235988
|
cancelAt?: string | null | undefined;
|
|
@@ -236082,6 +236172,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236082
236172
|
internalStatus: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free", z.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>;
|
|
236083
236173
|
stripeSubscriptionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
236084
236174
|
stripeCustomerId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
236175
|
+
stripeScheduleId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
236085
236176
|
product: z.ZodEnum<["free", "team", "company", "enterprise", "pro"]>;
|
|
236086
236177
|
planPriceId: z.ZodString;
|
|
236087
236178
|
planInterval: z.ZodEnum<["daily", "monthly", "yearly"]>;
|
|
@@ -236118,6 +236209,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236118
236209
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
236119
236210
|
stripeSubscriptionId?: string | undefined;
|
|
236120
236211
|
stripeCustomerId?: string | undefined;
|
|
236212
|
+
stripeScheduleId?: string | undefined;
|
|
236121
236213
|
currentPeriodStart?: string | undefined;
|
|
236122
236214
|
currentPeriodEnd?: string | undefined;
|
|
236123
236215
|
cancelAt?: string | undefined;
|
|
@@ -236151,6 +236243,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236151
236243
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
236152
236244
|
stripeSubscriptionId?: string | null | undefined;
|
|
236153
236245
|
stripeCustomerId?: string | null | undefined;
|
|
236246
|
+
stripeScheduleId?: string | null | undefined;
|
|
236154
236247
|
currentPeriodStart?: string | null | undefined;
|
|
236155
236248
|
currentPeriodEnd?: string | null | undefined;
|
|
236156
236249
|
cancelAt?: string | null | undefined;
|
|
@@ -236246,6 +236339,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236246
236339
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
236247
236340
|
stripeSubscriptionId?: string | undefined;
|
|
236248
236341
|
stripeCustomerId?: string | undefined;
|
|
236342
|
+
stripeScheduleId?: string | undefined;
|
|
236249
236343
|
currentPeriodStart?: string | undefined;
|
|
236250
236344
|
currentPeriodEnd?: string | undefined;
|
|
236251
236345
|
cancelAt?: string | undefined;
|
|
@@ -236319,6 +236413,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236319
236413
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
236320
236414
|
stripeSubscriptionId?: string | null | undefined;
|
|
236321
236415
|
stripeCustomerId?: string | null | undefined;
|
|
236416
|
+
stripeScheduleId?: string | null | undefined;
|
|
236322
236417
|
currentPeriodStart?: string | null | undefined;
|
|
236323
236418
|
currentPeriodEnd?: string | null | undefined;
|
|
236324
236419
|
cancelAt?: string | null | undefined;
|
|
@@ -236394,6 +236489,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236394
236489
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
236395
236490
|
stripeSubscriptionId?: string | undefined;
|
|
236396
236491
|
stripeCustomerId?: string | undefined;
|
|
236492
|
+
stripeScheduleId?: string | undefined;
|
|
236397
236493
|
currentPeriodStart?: string | undefined;
|
|
236398
236494
|
currentPeriodEnd?: string | undefined;
|
|
236399
236495
|
cancelAt?: string | undefined;
|
|
@@ -236469,6 +236565,7 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
236469
236565
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | null | undefined;
|
|
236470
236566
|
stripeSubscriptionId?: string | null | undefined;
|
|
236471
236567
|
stripeCustomerId?: string | null | undefined;
|
|
236568
|
+
stripeScheduleId?: string | null | undefined;
|
|
236472
236569
|
currentPeriodStart?: string | null | undefined;
|
|
236473
236570
|
currentPeriodEnd?: string | null | undefined;
|
|
236474
236571
|
cancelAt?: string | null | undefined;
|
|
@@ -247160,6 +247257,7 @@ declare class DesignSystemsEndpoint {
|
|
|
247160
247257
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
247161
247258
|
stripeSubscriptionId?: string | undefined;
|
|
247162
247259
|
stripeCustomerId?: string | undefined;
|
|
247260
|
+
stripeScheduleId?: string | undefined;
|
|
247163
247261
|
currentPeriodStart?: string | undefined;
|
|
247164
247262
|
currentPeriodEnd?: string | undefined;
|
|
247165
247263
|
cancelAt?: string | undefined;
|
|
@@ -253619,6 +253717,7 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
253619
253717
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
253620
253718
|
stripeSubscriptionId?: string | undefined;
|
|
253621
253719
|
stripeCustomerId?: string | undefined;
|
|
253720
|
+
stripeScheduleId?: string | undefined;
|
|
253622
253721
|
currentPeriodStart?: string | undefined;
|
|
253623
253722
|
currentPeriodEnd?: string | undefined;
|
|
253624
253723
|
cancelAt?: string | undefined;
|
|
@@ -253758,6 +253857,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
253758
253857
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
253759
253858
|
stripeSubscriptionId?: string | undefined;
|
|
253760
253859
|
stripeCustomerId?: string | undefined;
|
|
253860
|
+
stripeScheduleId?: string | undefined;
|
|
253761
253861
|
currentPeriodStart?: string | undefined;
|
|
253762
253862
|
currentPeriodEnd?: string | undefined;
|
|
253763
253863
|
cancelAt?: string | undefined;
|
|
@@ -253835,6 +253935,7 @@ declare class WorkspaceMembersEndpoint {
|
|
|
253835
253935
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
253836
253936
|
stripeSubscriptionId?: string | undefined;
|
|
253837
253937
|
stripeCustomerId?: string | undefined;
|
|
253938
|
+
stripeScheduleId?: string | undefined;
|
|
253838
253939
|
currentPeriodStart?: string | undefined;
|
|
253839
253940
|
currentPeriodEnd?: string | undefined;
|
|
253840
253941
|
cancelAt?: string | undefined;
|
|
@@ -253912,6 +254013,7 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
253912
254013
|
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
253913
254014
|
stripeSubscriptionId?: string | undefined;
|
|
253914
254015
|
stripeCustomerId?: string | undefined;
|
|
254016
|
+
stripeScheduleId?: string | undefined;
|
|
253915
254017
|
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
253916
254018
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
253917
254019
|
featuresSummary?: {
|
|
@@ -254075,6 +254177,12 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
254075
254177
|
creditsToCentsConversionRate: number;
|
|
254076
254178
|
purchaseTopUpCreditsToCentsConversionRate: number;
|
|
254077
254179
|
};
|
|
254180
|
+
subscriptionUpcomingChange?: {
|
|
254181
|
+
effectiveAt: string;
|
|
254182
|
+
additionalCredits?: number | undefined;
|
|
254183
|
+
fullSeatLimit?: number | undefined;
|
|
254184
|
+
builderSeatLimit?: number | undefined;
|
|
254185
|
+
} | undefined;
|
|
254078
254186
|
creditBalance?: {
|
|
254079
254187
|
free?: {
|
|
254080
254188
|
credits: {
|
|
@@ -254176,6 +254284,7 @@ declare class WorkspacesEndpoint {
|
|
|
254176
254284
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254177
254285
|
stripeSubscriptionId?: string | undefined;
|
|
254178
254286
|
stripeCustomerId?: string | undefined;
|
|
254287
|
+
stripeScheduleId?: string | undefined;
|
|
254179
254288
|
currentPeriodStart?: string | undefined;
|
|
254180
254289
|
currentPeriodEnd?: string | undefined;
|
|
254181
254290
|
cancelAt?: string | undefined;
|
|
@@ -254253,6 +254362,7 @@ declare class WorkspacesEndpoint {
|
|
|
254253
254362
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254254
254363
|
stripeSubscriptionId?: string | undefined;
|
|
254255
254364
|
stripeCustomerId?: string | undefined;
|
|
254365
|
+
stripeScheduleId?: string | undefined;
|
|
254256
254366
|
currentPeriodStart?: string | undefined;
|
|
254257
254367
|
currentPeriodEnd?: string | undefined;
|
|
254258
254368
|
cancelAt?: string | undefined;
|
|
@@ -254334,6 +254444,7 @@ declare class WorkspacesEndpoint {
|
|
|
254334
254444
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254335
254445
|
stripeSubscriptionId?: string | undefined;
|
|
254336
254446
|
stripeCustomerId?: string | undefined;
|
|
254447
|
+
stripeScheduleId?: string | undefined;
|
|
254337
254448
|
currentPeriodStart?: string | undefined;
|
|
254338
254449
|
currentPeriodEnd?: string | undefined;
|
|
254339
254450
|
cancelAt?: string | undefined;
|
|
@@ -254467,6 +254578,7 @@ declare class WorkspacesEndpoint {
|
|
|
254467
254578
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254468
254579
|
stripeSubscriptionId?: string | undefined;
|
|
254469
254580
|
stripeCustomerId?: string | undefined;
|
|
254581
|
+
stripeScheduleId?: string | undefined;
|
|
254470
254582
|
currentPeriodStart?: string | undefined;
|
|
254471
254583
|
currentPeriodEnd?: string | undefined;
|
|
254472
254584
|
cancelAt?: string | undefined;
|
|
@@ -254763,6 +254875,7 @@ declare class UsersEndpoint {
|
|
|
254763
254875
|
internalStatus?: NonNullable<"active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free"> | undefined;
|
|
254764
254876
|
stripeSubscriptionId?: string | undefined;
|
|
254765
254877
|
stripeCustomerId?: string | undefined;
|
|
254878
|
+
stripeScheduleId?: string | undefined;
|
|
254766
254879
|
currentPeriodStart?: string | undefined;
|
|
254767
254880
|
currentPeriodEnd?: string | undefined;
|
|
254768
254881
|
cancelAt?: string | undefined;
|
|
@@ -257659,4 +257772,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
257659
257772
|
reason: ValidationErrorReason | undefined;
|
|
257660
257773
|
};
|
|
257661
257774
|
|
|
257662
|
-
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };
|
|
257775
|
+
export { BackendFeatureRoomYDoc, BackendForgeProjectRoomYDoc, BackendThreadRoomYDoc, BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAddMembersToForgeProject, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOAvailableProductListResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBillingCheckoutCreditsTopUpInput, DTOBillingCheckoutInput, DTOBillingCheckoutMode, DTOBillingCheckoutOldInput, DTOBillingCheckoutResponse, DTOBillingCheckoutSubscriptionChangeInput, DTOBillingCreditsCheckIfCanSpendResponse, DTOBillingCreditsSpendAction, DTOBillingCreditsSpendInput, DTOBillingCreditsSpendResponse, DTOBillingInterval, DTOBillingSubscriptionChangePreviewInput, DTOBillingSupportedModels, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProjectContext, DTOCreateForgeProjectInvitation, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTOCreditBalance, DTOCreditsPrices, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFeatureAgentResponseTracker, DTOFeatureAgentWorkFinalizeInput, DTOFeatureArtifact, DTOFeatureArtifactCreateInput, DTOFeatureArtifactDeleteInput, DTOFeatureArtifactListResponse, DTOFeatureArtifactResponse, DTOFeatureEvent, DTOFeatureEventMessagesSent, DTOFeatureEventReactionsDeleted, DTOFeatureEventReactionsSent, DTOFeatureIteration, DTOFeatureIterationArtifactDiff, DTOFeatureIterationArtifactsDiff, DTOFeatureIterationCreateInput, DTOFeatureIterationListResponse, DTOFeatureIterationPromoteInput, DTOFeatureIterationResponse, DTOFeatureIterationSetLatestInput, DTOFeatureIterationState, DTOFeatureIterationTag, DTOFeatureIterationTagCreateInput, DTOFeatureIterationTagListResponse, DTOFeatureIterationTagResponse, DTOFeatureIterationUpdateArtifactsByMessageInput, DTOFeatureIterationUpdateArtifactsInput, DTOFeatureIterationUpdateInput, DTOFeatureMessage, DTOFeatureMessageAgentSender, DTOFeatureMessageAttachments, DTOFeatureMessageCreateInput, DTOFeatureMessageListResponse, DTOFeatureMessageReaction, DTOFeatureMessageReactionCreateInput, DTOFeatureMessageReactionDeleteInput, DTOFeatureMessageReactionResponse, DTOFeatureMessageResponse, DTOFeatureMessageSender, DTOFeatureMessageSystemSender, DTOFeatureMessageUpdateInput, DTOFeatureMessageUserSender, DTOFeatureSandbox, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaExportNodeConfiguration, DTOFigmaExportNodeFormat, DTOFigmaExportNodePayload, DTOFigmaExportNodeResponse, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFile, DTOFileFigmaRenderMode, DTOFileFinalizeBulkPayload, DTOFileFinalizeBulkResponse, DTOFileListResponse, DTOFileReference, DTOFileResponseItem, DTOFileSource, DTOFileSourceFigma, DTOFileSourceUpload, DTOFileUploadBulkPayload, DTOFileUploadBulkResponse, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatExportResponse, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatMessageTagInput, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeComponentSet, DTOForgeComponentSetTypeV2, DTOForgeFeatureRoom, DTOForgeFeatureRoomResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIconSet, DTOForgeIconSetTypeV2, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectAccessMode, DTOForgeProjectAction, DTOForgeProjectActionArtifactCreate, DTOForgeProjectActionArtifactDelete, DTOForgeProjectActionArtifactMove, DTOForgeProjectActionArtifactUpdate, DTOForgeProjectActionFeatureCreate, DTOForgeProjectActionFeatureDelete, DTOForgeProjectActionFeatureMove, DTOForgeProjectActionFeatureUpdate, type DTOForgeProjectActionOfType, DTOForgeProjectActionSectionCreate, DTOForgeProjectActionSectionDelete, DTOForgeProjectActionSectionMove, DTOForgeProjectActionSectionUpdate, type DTOForgeProjectActionType, DTOForgeProjectArtifact, DTOForgeProjectArtifactContentResponse, DTOForgeProjectArtifactCreateInput, DTOForgeProjectArtifactCreateResponse, DTOForgeProjectArtifactDeleteInput, DTOForgeProjectArtifactDeleteResponse, DTOForgeProjectArtifactGetResponse, DTOForgeProjectArtifactMoveInput, DTOForgeProjectArtifactMoveResponse, DTOForgeProjectArtifactRoom, DTOForgeProjectArtifactRoomResponse, DTOForgeProjectArtifactUpdateInput, DTOForgeProjectArtifactUpdateResponse, DTOForgeProjectArtifactsListResponse, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextCreateV2, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListQueryV2, DTOForgeProjectContextListResponse, DTOForgeProjectContextListResponseV2, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextResponseV2, DTOForgeProjectContextUpdateResponse, DTOForgeProjectContextUpdateV2, DTOForgeProjectContextV2, DTOForgeProjectCreate, DTOForgeProjectDefaultRole, DTOForgeProjectFeature, DTOForgeProjectFeatureCreateInput, DTOForgeProjectFeatureDeleteInput, DTOForgeProjectFeatureGetResponse, DTOForgeProjectFeatureListResponse, DTOForgeProjectFeatureMoveInput, DTOForgeProjectFeatureUpdateInput, DTOForgeProjectFigmaNode, DTOForgeProjectFigmaNodeRenderInput, DTOForgeProjectFile, DTOForgeProjectFileListResponse, DTOForgeProjectFileUploadFinalizePayload, DTOForgeProjectFileUploadFinalizeResponse, DTOForgeProjectFileUploadPayload, DTOForgeProjectFileUploadPayloadItem, DTOForgeProjectFileUploadResponse, DTOForgeProjectInvitation, DTOForgeProjectInvitationCreateResponse, DTOForgeProjectInvitationGetResponse, DTOForgeProjectInvitationRemoveResponse, DTOForgeProjectInvitationUpdateResponse, DTOForgeProjectInvitationsListResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectListResponse, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectResponse, DTOForgeProjectRole, DTOForgeProjectRoom, DTOForgeProjectRoomResponse, DTOForgeProjectTheme, DTOForgeProjectUpdate, DTOForgeRelation, DTOForgeRelationCreate, DTOForgeRelationDelete, DTOForgeRelationListInput, DTOForgeRelationListResponse, DTOForgeRelationType, DTOForgeSection, DTOForgeSectionCreateInput, DTOForgeSectionDeleteInput, DTOForgeSectionItemMoveInput, DTOForgeSectionMoveInput, DTOForgeSectionUpdateInput, DTOForgeSpecArtifact, DTOForgeThemeKnownPreset, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, DTOProduct, DTOProductCode, DTOProductPrice, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectInvitation, DTORemoveForgeProjectMember, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOSubscription, DTOSubscriptionResponse, DTOSubscriptionUpcomingChange, DTOSubscriptionUpdateInput, DTOSubscriptionUpdatePreview, DTOSubscriptionUpdatePreviewResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOThread, DTOThreadAgentResponseTracker, DTOThreadAgentType, DTOThreadEvent, DTOThreadEventMessagesSent, DTOThreadEventMessagesUpdated, DTOThreadEventReactionsDeleted, DTOThreadEventReactionsSent, DTOThreadMessage, DTOThreadMessageAgentSender, DTOThreadMessageAttachments, DTOThreadMessageAttachmentsCreateInput, DTOThreadMessageCreateInput, DTOThreadMessageFinalizeInput, DTOThreadMessageListResponse, DTOThreadMessageResponse, DTOThreadMessageSender, DTOThreadMessageSystemSender, DTOThreadMessageUpdateInput, DTOThreadMessageUserSender, DTOThreadPromptState, DTOThreadReaction, DTOThreadReactionCreateInput, DTOThreadReactionDeleteInput, DTOThreadReactionResponse, DTOThreadSubjectType, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTrailEvent, DTOTrailEventCreate, DTOTrailEventListInput, DTOTrailEventListResponse, DTOTrailEventType, DTOTrailEventWithDetails, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectInvitation, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserEmailSettings, DTOUserEmailSettingsUpdatePayload, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserPortalTheme, DTOUserProfile, DTOUserProfileUpdatePayload, DTOUserSource, DTOUserTheme, DTOUserUpdatePayload, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceBilledSeatType, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitation, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceSeatType, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemFilesEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FeatureRoomBaseYDoc, type FeatureRoomBaseYDocState, type FeatureRoomUpdate, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeEndpoint, ForgeFeatureArtifactsEndpoint, ForgeFeatureIterationsEndpoint, ForgeFeatureMessagesEndpoint, ForgeProjectContentRepository, ForgeProjectContextsEndpoint, ForgeProjectFeaturesEndpoint, ForgeProjectFilesEndpoint, ForgeProjectInvitationsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectRoomBaseYDoc, type ForgeProjectRoomBaseYDocState, ForgeProjectsEndpoint, FormattedCollections, FrontendFeatureRoomYDoc, FrontendThreadRoomYDoc, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, LocalProjectActionExecutor, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProjectContentState, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedElementActionType, ThemesEndpoint, ThreadRoomBaseYDoc, type ThreadRoomBaseYDocState, type ThreadRoomUpdate, ThreadsEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspaceSubscriptionEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, applyProjectActionsLocally, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, zodQueryBoolean };
|