@supernova-studio/model 1.3.1 → 1.3.3
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 +374 -0
- package/dist/index.d.ts +374 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -786,6 +786,19 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
786
786
|
errorReason: string;
|
|
787
787
|
enabled: boolean;
|
|
788
788
|
}>;
|
|
789
|
+
documentationPageRedirects: z.ZodObject<{
|
|
790
|
+
enabled: z.ZodBoolean;
|
|
791
|
+
errorMessage: z.ZodString;
|
|
792
|
+
errorReason: z.ZodString;
|
|
793
|
+
}, "strip", z.ZodTypeAny, {
|
|
794
|
+
errorMessage: string;
|
|
795
|
+
errorReason: string;
|
|
796
|
+
enabled: boolean;
|
|
797
|
+
}, {
|
|
798
|
+
errorMessage: string;
|
|
799
|
+
errorReason: string;
|
|
800
|
+
enabled: boolean;
|
|
801
|
+
}>;
|
|
789
802
|
}, "strip", z.ZodTypeAny, {
|
|
790
803
|
themes: {
|
|
791
804
|
max: number;
|
|
@@ -899,6 +912,11 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
899
912
|
errorReason: string;
|
|
900
913
|
enabled: boolean;
|
|
901
914
|
};
|
|
915
|
+
documentationPageRedirects: {
|
|
916
|
+
errorMessage: string;
|
|
917
|
+
errorReason: string;
|
|
918
|
+
enabled: boolean;
|
|
919
|
+
};
|
|
902
920
|
}, {
|
|
903
921
|
themes: {
|
|
904
922
|
max: number;
|
|
@@ -1012,6 +1030,11 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
1012
1030
|
errorReason: string;
|
|
1013
1031
|
enabled: boolean;
|
|
1014
1032
|
};
|
|
1033
|
+
documentationPageRedirects: {
|
|
1034
|
+
errorMessage: string;
|
|
1035
|
+
errorReason: string;
|
|
1036
|
+
enabled: boolean;
|
|
1037
|
+
};
|
|
1015
1038
|
}>;
|
|
1016
1039
|
type FeaturesSummary = z.infer<typeof FeaturesSummary>;
|
|
1017
1040
|
|
|
@@ -1551,6 +1574,19 @@ declare const Subscription: z.ZodObject<{
|
|
|
1551
1574
|
errorReason: string;
|
|
1552
1575
|
enabled: boolean;
|
|
1553
1576
|
}>;
|
|
1577
|
+
documentationPageRedirects: z.ZodObject<{
|
|
1578
|
+
enabled: z.ZodBoolean;
|
|
1579
|
+
errorMessage: z.ZodString;
|
|
1580
|
+
errorReason: z.ZodString;
|
|
1581
|
+
}, "strip", z.ZodTypeAny, {
|
|
1582
|
+
errorMessage: string;
|
|
1583
|
+
errorReason: string;
|
|
1584
|
+
enabled: boolean;
|
|
1585
|
+
}, {
|
|
1586
|
+
errorMessage: string;
|
|
1587
|
+
errorReason: string;
|
|
1588
|
+
enabled: boolean;
|
|
1589
|
+
}>;
|
|
1554
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1555
1591
|
themes: {
|
|
1556
1592
|
max: number;
|
|
@@ -1664,6 +1700,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1664
1700
|
errorReason: string;
|
|
1665
1701
|
enabled: boolean;
|
|
1666
1702
|
};
|
|
1703
|
+
documentationPageRedirects: {
|
|
1704
|
+
errorMessage: string;
|
|
1705
|
+
errorReason: string;
|
|
1706
|
+
enabled: boolean;
|
|
1707
|
+
};
|
|
1667
1708
|
}, {
|
|
1668
1709
|
themes: {
|
|
1669
1710
|
max: number;
|
|
@@ -1777,6 +1818,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1777
1818
|
errorReason: string;
|
|
1778
1819
|
enabled: boolean;
|
|
1779
1820
|
};
|
|
1821
|
+
documentationPageRedirects: {
|
|
1822
|
+
errorMessage: string;
|
|
1823
|
+
errorReason: string;
|
|
1824
|
+
enabled: boolean;
|
|
1825
|
+
};
|
|
1780
1826
|
}>>;
|
|
1781
1827
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
1782
1828
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1957,6 +2003,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1957
2003
|
errorReason: string;
|
|
1958
2004
|
enabled: boolean;
|
|
1959
2005
|
};
|
|
2006
|
+
documentationPageRedirects: {
|
|
2007
|
+
errorMessage: string;
|
|
2008
|
+
errorReason: string;
|
|
2009
|
+
enabled: boolean;
|
|
2010
|
+
};
|
|
1960
2011
|
} | undefined;
|
|
1961
2012
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1962
2013
|
currentPeriodStart?: string | undefined;
|
|
@@ -2104,6 +2155,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
2104
2155
|
errorReason: string;
|
|
2105
2156
|
enabled: boolean;
|
|
2106
2157
|
};
|
|
2158
|
+
documentationPageRedirects: {
|
|
2159
|
+
errorMessage: string;
|
|
2160
|
+
errorReason: string;
|
|
2161
|
+
enabled: boolean;
|
|
2162
|
+
};
|
|
2107
2163
|
} | undefined;
|
|
2108
2164
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
2109
2165
|
currentPeriodStart?: string | undefined;
|
|
@@ -12382,6 +12438,19 @@ declare const UserDump: z.ZodObject<{
|
|
|
12382
12438
|
errorReason: string;
|
|
12383
12439
|
enabled: boolean;
|
|
12384
12440
|
}>;
|
|
12441
|
+
documentationPageRedirects: z.ZodObject<{
|
|
12442
|
+
enabled: z.ZodBoolean;
|
|
12443
|
+
errorMessage: z.ZodString;
|
|
12444
|
+
errorReason: z.ZodString;
|
|
12445
|
+
}, "strip", z.ZodTypeAny, {
|
|
12446
|
+
errorMessage: string;
|
|
12447
|
+
errorReason: string;
|
|
12448
|
+
enabled: boolean;
|
|
12449
|
+
}, {
|
|
12450
|
+
errorMessage: string;
|
|
12451
|
+
errorReason: string;
|
|
12452
|
+
enabled: boolean;
|
|
12453
|
+
}>;
|
|
12385
12454
|
}, "strip", z.ZodTypeAny, {
|
|
12386
12455
|
themes: {
|
|
12387
12456
|
max: number;
|
|
@@ -12495,6 +12564,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
12495
12564
|
errorReason: string;
|
|
12496
12565
|
enabled: boolean;
|
|
12497
12566
|
};
|
|
12567
|
+
documentationPageRedirects: {
|
|
12568
|
+
errorMessage: string;
|
|
12569
|
+
errorReason: string;
|
|
12570
|
+
enabled: boolean;
|
|
12571
|
+
};
|
|
12498
12572
|
}, {
|
|
12499
12573
|
themes: {
|
|
12500
12574
|
max: number;
|
|
@@ -12608,6 +12682,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
12608
12682
|
errorReason: string;
|
|
12609
12683
|
enabled: boolean;
|
|
12610
12684
|
};
|
|
12685
|
+
documentationPageRedirects: {
|
|
12686
|
+
errorMessage: string;
|
|
12687
|
+
errorReason: string;
|
|
12688
|
+
enabled: boolean;
|
|
12689
|
+
};
|
|
12611
12690
|
}>>;
|
|
12612
12691
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
12613
12692
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -12788,6 +12867,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
12788
12867
|
errorReason: string;
|
|
12789
12868
|
enabled: boolean;
|
|
12790
12869
|
};
|
|
12870
|
+
documentationPageRedirects: {
|
|
12871
|
+
errorMessage: string;
|
|
12872
|
+
errorReason: string;
|
|
12873
|
+
enabled: boolean;
|
|
12874
|
+
};
|
|
12791
12875
|
} | undefined;
|
|
12792
12876
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12793
12877
|
currentPeriodStart?: string | undefined;
|
|
@@ -12935,6 +13019,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
12935
13019
|
errorReason: string;
|
|
12936
13020
|
enabled: boolean;
|
|
12937
13021
|
};
|
|
13022
|
+
documentationPageRedirects: {
|
|
13023
|
+
errorMessage: string;
|
|
13024
|
+
errorReason: string;
|
|
13025
|
+
enabled: boolean;
|
|
13026
|
+
};
|
|
12938
13027
|
} | undefined;
|
|
12939
13028
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
12940
13029
|
currentPeriodStart?: string | undefined;
|
|
@@ -13258,6 +13347,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
13258
13347
|
errorReason: string;
|
|
13259
13348
|
enabled: boolean;
|
|
13260
13349
|
};
|
|
13350
|
+
documentationPageRedirects: {
|
|
13351
|
+
errorMessage: string;
|
|
13352
|
+
errorReason: string;
|
|
13353
|
+
enabled: boolean;
|
|
13354
|
+
};
|
|
13261
13355
|
} | undefined;
|
|
13262
13356
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
13263
13357
|
currentPeriodStart?: string | undefined;
|
|
@@ -13470,6 +13564,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
13470
13564
|
errorReason: string;
|
|
13471
13565
|
enabled: boolean;
|
|
13472
13566
|
};
|
|
13567
|
+
documentationPageRedirects: {
|
|
13568
|
+
errorMessage: string;
|
|
13569
|
+
errorReason: string;
|
|
13570
|
+
enabled: boolean;
|
|
13571
|
+
};
|
|
13473
13572
|
} | undefined;
|
|
13474
13573
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
13475
13574
|
currentPeriodStart?: string | undefined;
|
|
@@ -20015,6 +20114,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
20015
20114
|
errorReason: string;
|
|
20016
20115
|
enabled: boolean;
|
|
20017
20116
|
};
|
|
20117
|
+
documentationPageRedirects: {
|
|
20118
|
+
errorMessage: string;
|
|
20119
|
+
errorReason: string;
|
|
20120
|
+
enabled: boolean;
|
|
20121
|
+
};
|
|
20018
20122
|
} | undefined;
|
|
20019
20123
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
20020
20124
|
currentPeriodStart?: string | undefined;
|
|
@@ -20959,6 +21063,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
20959
21063
|
errorReason: string;
|
|
20960
21064
|
enabled: boolean;
|
|
20961
21065
|
};
|
|
21066
|
+
documentationPageRedirects: {
|
|
21067
|
+
errorMessage: string;
|
|
21068
|
+
errorReason: string;
|
|
21069
|
+
enabled: boolean;
|
|
21070
|
+
};
|
|
20962
21071
|
} | undefined;
|
|
20963
21072
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
20964
21073
|
currentPeriodStart?: string | undefined;
|
|
@@ -21905,6 +22014,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
21905
22014
|
errorReason: string;
|
|
21906
22015
|
enabled: boolean;
|
|
21907
22016
|
};
|
|
22017
|
+
documentationPageRedirects: {
|
|
22018
|
+
errorMessage: string;
|
|
22019
|
+
errorReason: string;
|
|
22020
|
+
enabled: boolean;
|
|
22021
|
+
};
|
|
21908
22022
|
} | undefined;
|
|
21909
22023
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
21910
22024
|
currentPeriodStart?: string | undefined;
|
|
@@ -22925,6 +23039,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
22925
23039
|
errorReason: string;
|
|
22926
23040
|
enabled: boolean;
|
|
22927
23041
|
};
|
|
23042
|
+
documentationPageRedirects: {
|
|
23043
|
+
errorMessage: string;
|
|
23044
|
+
errorReason: string;
|
|
23045
|
+
enabled: boolean;
|
|
23046
|
+
};
|
|
22928
23047
|
} | undefined;
|
|
22929
23048
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
22930
23049
|
currentPeriodStart?: string | undefined;
|
|
@@ -24196,6 +24315,19 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24196
24315
|
errorReason: string;
|
|
24197
24316
|
enabled: boolean;
|
|
24198
24317
|
}>;
|
|
24318
|
+
documentationPageRedirects: z.ZodObject<{
|
|
24319
|
+
enabled: z.ZodBoolean;
|
|
24320
|
+
errorMessage: z.ZodString;
|
|
24321
|
+
errorReason: z.ZodString;
|
|
24322
|
+
}, "strip", z.ZodTypeAny, {
|
|
24323
|
+
errorMessage: string;
|
|
24324
|
+
errorReason: string;
|
|
24325
|
+
enabled: boolean;
|
|
24326
|
+
}, {
|
|
24327
|
+
errorMessage: string;
|
|
24328
|
+
errorReason: string;
|
|
24329
|
+
enabled: boolean;
|
|
24330
|
+
}>;
|
|
24199
24331
|
}, "strip", z.ZodTypeAny, {
|
|
24200
24332
|
themes: {
|
|
24201
24333
|
max: number;
|
|
@@ -24309,6 +24441,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24309
24441
|
errorReason: string;
|
|
24310
24442
|
enabled: boolean;
|
|
24311
24443
|
};
|
|
24444
|
+
documentationPageRedirects: {
|
|
24445
|
+
errorMessage: string;
|
|
24446
|
+
errorReason: string;
|
|
24447
|
+
enabled: boolean;
|
|
24448
|
+
};
|
|
24312
24449
|
}, {
|
|
24313
24450
|
themes: {
|
|
24314
24451
|
max: number;
|
|
@@ -24422,6 +24559,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24422
24559
|
errorReason: string;
|
|
24423
24560
|
enabled: boolean;
|
|
24424
24561
|
};
|
|
24562
|
+
documentationPageRedirects: {
|
|
24563
|
+
errorMessage: string;
|
|
24564
|
+
errorReason: string;
|
|
24565
|
+
enabled: boolean;
|
|
24566
|
+
};
|
|
24425
24567
|
}>>;
|
|
24426
24568
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
24427
24569
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -24602,6 +24744,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24602
24744
|
errorReason: string;
|
|
24603
24745
|
enabled: boolean;
|
|
24604
24746
|
};
|
|
24747
|
+
documentationPageRedirects: {
|
|
24748
|
+
errorMessage: string;
|
|
24749
|
+
errorReason: string;
|
|
24750
|
+
enabled: boolean;
|
|
24751
|
+
};
|
|
24605
24752
|
} | undefined;
|
|
24606
24753
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
24607
24754
|
currentPeriodStart?: string | undefined;
|
|
@@ -24749,6 +24896,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24749
24896
|
errorReason: string;
|
|
24750
24897
|
enabled: boolean;
|
|
24751
24898
|
};
|
|
24899
|
+
documentationPageRedirects: {
|
|
24900
|
+
errorMessage: string;
|
|
24901
|
+
errorReason: string;
|
|
24902
|
+
enabled: boolean;
|
|
24903
|
+
};
|
|
24752
24904
|
} | undefined;
|
|
24753
24905
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
24754
24906
|
currentPeriodStart?: string | undefined;
|
|
@@ -25072,6 +25224,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25072
25224
|
errorReason: string;
|
|
25073
25225
|
enabled: boolean;
|
|
25074
25226
|
};
|
|
25227
|
+
documentationPageRedirects: {
|
|
25228
|
+
errorMessage: string;
|
|
25229
|
+
errorReason: string;
|
|
25230
|
+
enabled: boolean;
|
|
25231
|
+
};
|
|
25075
25232
|
} | undefined;
|
|
25076
25233
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
25077
25234
|
currentPeriodStart?: string | undefined;
|
|
@@ -25284,6 +25441,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25284
25441
|
errorReason: string;
|
|
25285
25442
|
enabled: boolean;
|
|
25286
25443
|
};
|
|
25444
|
+
documentationPageRedirects: {
|
|
25445
|
+
errorMessage: string;
|
|
25446
|
+
errorReason: string;
|
|
25447
|
+
enabled: boolean;
|
|
25448
|
+
};
|
|
25287
25449
|
} | undefined;
|
|
25288
25450
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
25289
25451
|
currentPeriodStart?: string | undefined;
|
|
@@ -31829,6 +31991,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
31829
31991
|
errorReason: string;
|
|
31830
31992
|
enabled: boolean;
|
|
31831
31993
|
};
|
|
31994
|
+
documentationPageRedirects: {
|
|
31995
|
+
errorMessage: string;
|
|
31996
|
+
errorReason: string;
|
|
31997
|
+
enabled: boolean;
|
|
31998
|
+
};
|
|
31832
31999
|
} | undefined;
|
|
31833
32000
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
31834
32001
|
currentPeriodStart?: string | undefined;
|
|
@@ -32773,6 +32940,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32773
32940
|
errorReason: string;
|
|
32774
32941
|
enabled: boolean;
|
|
32775
32942
|
};
|
|
32943
|
+
documentationPageRedirects: {
|
|
32944
|
+
errorMessage: string;
|
|
32945
|
+
errorReason: string;
|
|
32946
|
+
enabled: boolean;
|
|
32947
|
+
};
|
|
32776
32948
|
} | undefined;
|
|
32777
32949
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
32778
32950
|
currentPeriodStart?: string | undefined;
|
|
@@ -136024,6 +136196,19 @@ declare const Workspace: z.ZodObject<{
|
|
|
136024
136196
|
errorReason: string;
|
|
136025
136197
|
enabled: boolean;
|
|
136026
136198
|
}>;
|
|
136199
|
+
documentationPageRedirects: z.ZodObject<{
|
|
136200
|
+
enabled: z.ZodBoolean;
|
|
136201
|
+
errorMessage: z.ZodString;
|
|
136202
|
+
errorReason: z.ZodString;
|
|
136203
|
+
}, "strip", z.ZodTypeAny, {
|
|
136204
|
+
errorMessage: string;
|
|
136205
|
+
errorReason: string;
|
|
136206
|
+
enabled: boolean;
|
|
136207
|
+
}, {
|
|
136208
|
+
errorMessage: string;
|
|
136209
|
+
errorReason: string;
|
|
136210
|
+
enabled: boolean;
|
|
136211
|
+
}>;
|
|
136027
136212
|
}, "strip", z.ZodTypeAny, {
|
|
136028
136213
|
themes: {
|
|
136029
136214
|
max: number;
|
|
@@ -136137,6 +136322,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
136137
136322
|
errorReason: string;
|
|
136138
136323
|
enabled: boolean;
|
|
136139
136324
|
};
|
|
136325
|
+
documentationPageRedirects: {
|
|
136326
|
+
errorMessage: string;
|
|
136327
|
+
errorReason: string;
|
|
136328
|
+
enabled: boolean;
|
|
136329
|
+
};
|
|
136140
136330
|
}, {
|
|
136141
136331
|
themes: {
|
|
136142
136332
|
max: number;
|
|
@@ -136250,6 +136440,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
136250
136440
|
errorReason: string;
|
|
136251
136441
|
enabled: boolean;
|
|
136252
136442
|
};
|
|
136443
|
+
documentationPageRedirects: {
|
|
136444
|
+
errorMessage: string;
|
|
136445
|
+
errorReason: string;
|
|
136446
|
+
enabled: boolean;
|
|
136447
|
+
};
|
|
136253
136448
|
}>>;
|
|
136254
136449
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
136255
136450
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -136430,6 +136625,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
136430
136625
|
errorReason: string;
|
|
136431
136626
|
enabled: boolean;
|
|
136432
136627
|
};
|
|
136628
|
+
documentationPageRedirects: {
|
|
136629
|
+
errorMessage: string;
|
|
136630
|
+
errorReason: string;
|
|
136631
|
+
enabled: boolean;
|
|
136632
|
+
};
|
|
136433
136633
|
} | undefined;
|
|
136434
136634
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
136435
136635
|
currentPeriodStart?: string | undefined;
|
|
@@ -136577,6 +136777,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
136577
136777
|
errorReason: string;
|
|
136578
136778
|
enabled: boolean;
|
|
136579
136779
|
};
|
|
136780
|
+
documentationPageRedirects: {
|
|
136781
|
+
errorMessage: string;
|
|
136782
|
+
errorReason: string;
|
|
136783
|
+
enabled: boolean;
|
|
136784
|
+
};
|
|
136580
136785
|
} | undefined;
|
|
136581
136786
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
136582
136787
|
currentPeriodStart?: string | undefined;
|
|
@@ -136900,6 +137105,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
136900
137105
|
errorReason: string;
|
|
136901
137106
|
enabled: boolean;
|
|
136902
137107
|
};
|
|
137108
|
+
documentationPageRedirects: {
|
|
137109
|
+
errorMessage: string;
|
|
137110
|
+
errorReason: string;
|
|
137111
|
+
enabled: boolean;
|
|
137112
|
+
};
|
|
136903
137113
|
} | undefined;
|
|
136904
137114
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
136905
137115
|
currentPeriodStart?: string | undefined;
|
|
@@ -137112,6 +137322,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
137112
137322
|
errorReason: string;
|
|
137113
137323
|
enabled: boolean;
|
|
137114
137324
|
};
|
|
137325
|
+
documentationPageRedirects: {
|
|
137326
|
+
errorMessage: string;
|
|
137327
|
+
errorReason: string;
|
|
137328
|
+
enabled: boolean;
|
|
137329
|
+
};
|
|
137115
137330
|
} | undefined;
|
|
137116
137331
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
137117
137332
|
currentPeriodStart?: string | undefined;
|
|
@@ -137576,6 +137791,19 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
137576
137791
|
errorReason: string;
|
|
137577
137792
|
enabled: boolean;
|
|
137578
137793
|
}>;
|
|
137794
|
+
documentationPageRedirects: z.ZodObject<{
|
|
137795
|
+
enabled: z.ZodBoolean;
|
|
137796
|
+
errorMessage: z.ZodString;
|
|
137797
|
+
errorReason: z.ZodString;
|
|
137798
|
+
}, "strip", z.ZodTypeAny, {
|
|
137799
|
+
errorMessage: string;
|
|
137800
|
+
errorReason: string;
|
|
137801
|
+
enabled: boolean;
|
|
137802
|
+
}, {
|
|
137803
|
+
errorMessage: string;
|
|
137804
|
+
errorReason: string;
|
|
137805
|
+
enabled: boolean;
|
|
137806
|
+
}>;
|
|
137579
137807
|
}, "strip", z.ZodTypeAny, {
|
|
137580
137808
|
themes: {
|
|
137581
137809
|
max: number;
|
|
@@ -137689,6 +137917,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
137689
137917
|
errorReason: string;
|
|
137690
137918
|
enabled: boolean;
|
|
137691
137919
|
};
|
|
137920
|
+
documentationPageRedirects: {
|
|
137921
|
+
errorMessage: string;
|
|
137922
|
+
errorReason: string;
|
|
137923
|
+
enabled: boolean;
|
|
137924
|
+
};
|
|
137692
137925
|
}, {
|
|
137693
137926
|
themes: {
|
|
137694
137927
|
max: number;
|
|
@@ -137802,6 +138035,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
137802
138035
|
errorReason: string;
|
|
137803
138036
|
enabled: boolean;
|
|
137804
138037
|
};
|
|
138038
|
+
documentationPageRedirects: {
|
|
138039
|
+
errorMessage: string;
|
|
138040
|
+
errorReason: string;
|
|
138041
|
+
enabled: boolean;
|
|
138042
|
+
};
|
|
137805
138043
|
}>>;
|
|
137806
138044
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
137807
138045
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -137982,6 +138220,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
137982
138220
|
errorReason: string;
|
|
137983
138221
|
enabled: boolean;
|
|
137984
138222
|
};
|
|
138223
|
+
documentationPageRedirects: {
|
|
138224
|
+
errorMessage: string;
|
|
138225
|
+
errorReason: string;
|
|
138226
|
+
enabled: boolean;
|
|
138227
|
+
};
|
|
137985
138228
|
} | undefined;
|
|
137986
138229
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
137987
138230
|
currentPeriodStart?: string | undefined;
|
|
@@ -138129,6 +138372,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
138129
138372
|
errorReason: string;
|
|
138130
138373
|
enabled: boolean;
|
|
138131
138374
|
};
|
|
138375
|
+
documentationPageRedirects: {
|
|
138376
|
+
errorMessage: string;
|
|
138377
|
+
errorReason: string;
|
|
138378
|
+
enabled: boolean;
|
|
138379
|
+
};
|
|
138132
138380
|
} | undefined;
|
|
138133
138381
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138134
138382
|
currentPeriodStart?: string | undefined;
|
|
@@ -138452,6 +138700,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
138452
138700
|
errorReason: string;
|
|
138453
138701
|
enabled: boolean;
|
|
138454
138702
|
};
|
|
138703
|
+
documentationPageRedirects: {
|
|
138704
|
+
errorMessage: string;
|
|
138705
|
+
errorReason: string;
|
|
138706
|
+
enabled: boolean;
|
|
138707
|
+
};
|
|
138455
138708
|
} | undefined;
|
|
138456
138709
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138457
138710
|
currentPeriodStart?: string | undefined;
|
|
@@ -138664,6 +138917,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
138664
138917
|
errorReason: string;
|
|
138665
138918
|
enabled: boolean;
|
|
138666
138919
|
};
|
|
138920
|
+
documentationPageRedirects: {
|
|
138921
|
+
errorMessage: string;
|
|
138922
|
+
errorReason: string;
|
|
138923
|
+
enabled: boolean;
|
|
138924
|
+
};
|
|
138667
138925
|
} | undefined;
|
|
138668
138926
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138669
138927
|
currentPeriodStart?: string | undefined;
|
|
@@ -138954,6 +139212,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
138954
139212
|
errorReason: string;
|
|
138955
139213
|
enabled: boolean;
|
|
138956
139214
|
};
|
|
139215
|
+
documentationPageRedirects: {
|
|
139216
|
+
errorMessage: string;
|
|
139217
|
+
errorReason: string;
|
|
139218
|
+
enabled: boolean;
|
|
139219
|
+
};
|
|
138957
139220
|
} | undefined;
|
|
138958
139221
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138959
139222
|
currentPeriodStart?: string | undefined;
|
|
@@ -139191,6 +139454,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
139191
139454
|
errorReason: string;
|
|
139192
139455
|
enabled: boolean;
|
|
139193
139456
|
};
|
|
139457
|
+
documentationPageRedirects: {
|
|
139458
|
+
errorMessage: string;
|
|
139459
|
+
errorReason: string;
|
|
139460
|
+
enabled: boolean;
|
|
139461
|
+
};
|
|
139194
139462
|
} | undefined;
|
|
139195
139463
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
139196
139464
|
currentPeriodStart?: string | undefined;
|
|
@@ -142843,6 +143111,19 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
142843
143111
|
errorReason: string;
|
|
142844
143112
|
enabled: boolean;
|
|
142845
143113
|
}>;
|
|
143114
|
+
documentationPageRedirects: z.ZodObject<{
|
|
143115
|
+
enabled: z.ZodBoolean;
|
|
143116
|
+
errorMessage: z.ZodString;
|
|
143117
|
+
errorReason: z.ZodString;
|
|
143118
|
+
}, "strip", z.ZodTypeAny, {
|
|
143119
|
+
errorMessage: string;
|
|
143120
|
+
errorReason: string;
|
|
143121
|
+
enabled: boolean;
|
|
143122
|
+
}, {
|
|
143123
|
+
errorMessage: string;
|
|
143124
|
+
errorReason: string;
|
|
143125
|
+
enabled: boolean;
|
|
143126
|
+
}>;
|
|
142846
143127
|
}, "strip", z.ZodTypeAny, {
|
|
142847
143128
|
themes: {
|
|
142848
143129
|
max: number;
|
|
@@ -142956,6 +143237,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
142956
143237
|
errorReason: string;
|
|
142957
143238
|
enabled: boolean;
|
|
142958
143239
|
};
|
|
143240
|
+
documentationPageRedirects: {
|
|
143241
|
+
errorMessage: string;
|
|
143242
|
+
errorReason: string;
|
|
143243
|
+
enabled: boolean;
|
|
143244
|
+
};
|
|
142959
143245
|
}, {
|
|
142960
143246
|
themes: {
|
|
142961
143247
|
max: number;
|
|
@@ -143069,6 +143355,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143069
143355
|
errorReason: string;
|
|
143070
143356
|
enabled: boolean;
|
|
143071
143357
|
};
|
|
143358
|
+
documentationPageRedirects: {
|
|
143359
|
+
errorMessage: string;
|
|
143360
|
+
errorReason: string;
|
|
143361
|
+
enabled: boolean;
|
|
143362
|
+
};
|
|
143072
143363
|
}>>;
|
|
143073
143364
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
143074
143365
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -143249,6 +143540,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143249
143540
|
errorReason: string;
|
|
143250
143541
|
enabled: boolean;
|
|
143251
143542
|
};
|
|
143543
|
+
documentationPageRedirects: {
|
|
143544
|
+
errorMessage: string;
|
|
143545
|
+
errorReason: string;
|
|
143546
|
+
enabled: boolean;
|
|
143547
|
+
};
|
|
143252
143548
|
} | undefined;
|
|
143253
143549
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
143254
143550
|
currentPeriodStart?: string | undefined;
|
|
@@ -143396,6 +143692,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143396
143692
|
errorReason: string;
|
|
143397
143693
|
enabled: boolean;
|
|
143398
143694
|
};
|
|
143695
|
+
documentationPageRedirects: {
|
|
143696
|
+
errorMessage: string;
|
|
143697
|
+
errorReason: string;
|
|
143698
|
+
enabled: boolean;
|
|
143699
|
+
};
|
|
143399
143700
|
} | undefined;
|
|
143400
143701
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
143401
143702
|
currentPeriodStart?: string | undefined;
|
|
@@ -143719,6 +144020,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143719
144020
|
errorReason: string;
|
|
143720
144021
|
enabled: boolean;
|
|
143721
144022
|
};
|
|
144023
|
+
documentationPageRedirects: {
|
|
144024
|
+
errorMessage: string;
|
|
144025
|
+
errorReason: string;
|
|
144026
|
+
enabled: boolean;
|
|
144027
|
+
};
|
|
143722
144028
|
} | undefined;
|
|
143723
144029
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
143724
144030
|
currentPeriodStart?: string | undefined;
|
|
@@ -143931,6 +144237,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143931
144237
|
errorReason: string;
|
|
143932
144238
|
enabled: boolean;
|
|
143933
144239
|
};
|
|
144240
|
+
documentationPageRedirects: {
|
|
144241
|
+
errorMessage: string;
|
|
144242
|
+
errorReason: string;
|
|
144243
|
+
enabled: boolean;
|
|
144244
|
+
};
|
|
143934
144245
|
} | undefined;
|
|
143935
144246
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
143936
144247
|
currentPeriodStart?: string | undefined;
|
|
@@ -144715,6 +145026,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144715
145026
|
errorReason: string;
|
|
144716
145027
|
enabled: boolean;
|
|
144717
145028
|
};
|
|
145029
|
+
documentationPageRedirects: {
|
|
145030
|
+
errorMessage: string;
|
|
145031
|
+
errorReason: string;
|
|
145032
|
+
enabled: boolean;
|
|
145033
|
+
};
|
|
144718
145034
|
} | undefined;
|
|
144719
145035
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
144720
145036
|
currentPeriodStart?: string | undefined;
|
|
@@ -145034,6 +145350,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145034
145350
|
errorReason: string;
|
|
145035
145351
|
enabled: boolean;
|
|
145036
145352
|
};
|
|
145353
|
+
documentationPageRedirects: {
|
|
145354
|
+
errorMessage: string;
|
|
145355
|
+
errorReason: string;
|
|
145356
|
+
enabled: boolean;
|
|
145357
|
+
};
|
|
145037
145358
|
} | undefined;
|
|
145038
145359
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
145039
145360
|
currentPeriodStart?: string | undefined;
|
|
@@ -145627,6 +145948,19 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145627
145948
|
errorReason: string;
|
|
145628
145949
|
enabled: boolean;
|
|
145629
145950
|
}>;
|
|
145951
|
+
documentationPageRedirects: z.ZodObject<{
|
|
145952
|
+
enabled: z.ZodBoolean;
|
|
145953
|
+
errorMessage: z.ZodString;
|
|
145954
|
+
errorReason: z.ZodString;
|
|
145955
|
+
}, "strip", z.ZodTypeAny, {
|
|
145956
|
+
errorMessage: string;
|
|
145957
|
+
errorReason: string;
|
|
145958
|
+
enabled: boolean;
|
|
145959
|
+
}, {
|
|
145960
|
+
errorMessage: string;
|
|
145961
|
+
errorReason: string;
|
|
145962
|
+
enabled: boolean;
|
|
145963
|
+
}>;
|
|
145630
145964
|
}, "strip", z.ZodTypeAny, {
|
|
145631
145965
|
themes: {
|
|
145632
145966
|
max: number;
|
|
@@ -145740,6 +146074,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145740
146074
|
errorReason: string;
|
|
145741
146075
|
enabled: boolean;
|
|
145742
146076
|
};
|
|
146077
|
+
documentationPageRedirects: {
|
|
146078
|
+
errorMessage: string;
|
|
146079
|
+
errorReason: string;
|
|
146080
|
+
enabled: boolean;
|
|
146081
|
+
};
|
|
145743
146082
|
}, {
|
|
145744
146083
|
themes: {
|
|
145745
146084
|
max: number;
|
|
@@ -145853,6 +146192,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145853
146192
|
errorReason: string;
|
|
145854
146193
|
enabled: boolean;
|
|
145855
146194
|
};
|
|
146195
|
+
documentationPageRedirects: {
|
|
146196
|
+
errorMessage: string;
|
|
146197
|
+
errorReason: string;
|
|
146198
|
+
enabled: boolean;
|
|
146199
|
+
};
|
|
145856
146200
|
}>>;
|
|
145857
146201
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
145858
146202
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -146033,6 +146377,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
146033
146377
|
errorReason: string;
|
|
146034
146378
|
enabled: boolean;
|
|
146035
146379
|
};
|
|
146380
|
+
documentationPageRedirects: {
|
|
146381
|
+
errorMessage: string;
|
|
146382
|
+
errorReason: string;
|
|
146383
|
+
enabled: boolean;
|
|
146384
|
+
};
|
|
146036
146385
|
} | undefined;
|
|
146037
146386
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
146038
146387
|
currentPeriodStart?: string | undefined;
|
|
@@ -146180,6 +146529,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
146180
146529
|
errorReason: string;
|
|
146181
146530
|
enabled: boolean;
|
|
146182
146531
|
};
|
|
146532
|
+
documentationPageRedirects: {
|
|
146533
|
+
errorMessage: string;
|
|
146534
|
+
errorReason: string;
|
|
146535
|
+
enabled: boolean;
|
|
146536
|
+
};
|
|
146183
146537
|
} | undefined;
|
|
146184
146538
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
146185
146539
|
currentPeriodStart?: string | undefined;
|
|
@@ -146503,6 +146857,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
146503
146857
|
errorReason: string;
|
|
146504
146858
|
enabled: boolean;
|
|
146505
146859
|
};
|
|
146860
|
+
documentationPageRedirects: {
|
|
146861
|
+
errorMessage: string;
|
|
146862
|
+
errorReason: string;
|
|
146863
|
+
enabled: boolean;
|
|
146864
|
+
};
|
|
146506
146865
|
} | undefined;
|
|
146507
146866
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
146508
146867
|
currentPeriodStart?: string | undefined;
|
|
@@ -146715,6 +147074,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
146715
147074
|
errorReason: string;
|
|
146716
147075
|
enabled: boolean;
|
|
146717
147076
|
};
|
|
147077
|
+
documentationPageRedirects: {
|
|
147078
|
+
errorMessage: string;
|
|
147079
|
+
errorReason: string;
|
|
147080
|
+
enabled: boolean;
|
|
147081
|
+
};
|
|
146718
147082
|
} | undefined;
|
|
146719
147083
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
146720
147084
|
currentPeriodStart?: string | undefined;
|
|
@@ -147423,6 +147787,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147423
147787
|
errorReason: string;
|
|
147424
147788
|
enabled: boolean;
|
|
147425
147789
|
};
|
|
147790
|
+
documentationPageRedirects: {
|
|
147791
|
+
errorMessage: string;
|
|
147792
|
+
errorReason: string;
|
|
147793
|
+
enabled: boolean;
|
|
147794
|
+
};
|
|
147426
147795
|
} | undefined;
|
|
147427
147796
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
147428
147797
|
currentPeriodStart?: string | undefined;
|
|
@@ -147719,6 +148088,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147719
148088
|
errorReason: string;
|
|
147720
148089
|
enabled: boolean;
|
|
147721
148090
|
};
|
|
148091
|
+
documentationPageRedirects: {
|
|
148092
|
+
errorMessage: string;
|
|
148093
|
+
errorReason: string;
|
|
148094
|
+
enabled: boolean;
|
|
148095
|
+
};
|
|
147722
148096
|
} | undefined;
|
|
147723
148097
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
147724
148098
|
currentPeriodStart?: string | undefined;
|