@supernova-studio/client 1.3.2 → 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 +310 -0
- package/dist/index.d.ts +310 -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
|
@@ -2290,6 +2290,19 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2290
2290
|
errorReason: string;
|
|
2291
2291
|
enabled: boolean;
|
|
2292
2292
|
}>;
|
|
2293
|
+
documentationPageRedirects: z.ZodObject<{
|
|
2294
|
+
enabled: z.ZodBoolean;
|
|
2295
|
+
errorMessage: z.ZodString;
|
|
2296
|
+
errorReason: z.ZodString;
|
|
2297
|
+
}, "strip", z.ZodTypeAny, {
|
|
2298
|
+
errorMessage: string;
|
|
2299
|
+
errorReason: string;
|
|
2300
|
+
enabled: boolean;
|
|
2301
|
+
}, {
|
|
2302
|
+
errorMessage: string;
|
|
2303
|
+
errorReason: string;
|
|
2304
|
+
enabled: boolean;
|
|
2305
|
+
}>;
|
|
2293
2306
|
}, "strip", z.ZodTypeAny, {
|
|
2294
2307
|
themes: {
|
|
2295
2308
|
max: number;
|
|
@@ -2403,6 +2416,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2403
2416
|
errorReason: string;
|
|
2404
2417
|
enabled: boolean;
|
|
2405
2418
|
};
|
|
2419
|
+
documentationPageRedirects: {
|
|
2420
|
+
errorMessage: string;
|
|
2421
|
+
errorReason: string;
|
|
2422
|
+
enabled: boolean;
|
|
2423
|
+
};
|
|
2406
2424
|
}, {
|
|
2407
2425
|
themes: {
|
|
2408
2426
|
max: number;
|
|
@@ -2516,6 +2534,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2516
2534
|
errorReason: string;
|
|
2517
2535
|
enabled: boolean;
|
|
2518
2536
|
};
|
|
2537
|
+
documentationPageRedirects: {
|
|
2538
|
+
errorMessage: string;
|
|
2539
|
+
errorReason: string;
|
|
2540
|
+
enabled: boolean;
|
|
2541
|
+
};
|
|
2519
2542
|
}>>;
|
|
2520
2543
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
2521
2544
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -2696,6 +2719,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2696
2719
|
errorReason: string;
|
|
2697
2720
|
enabled: boolean;
|
|
2698
2721
|
};
|
|
2722
|
+
documentationPageRedirects: {
|
|
2723
|
+
errorMessage: string;
|
|
2724
|
+
errorReason: string;
|
|
2725
|
+
enabled: boolean;
|
|
2726
|
+
};
|
|
2699
2727
|
} | undefined;
|
|
2700
2728
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
2701
2729
|
currentPeriodStart?: string | undefined;
|
|
@@ -2843,6 +2871,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2843
2871
|
errorReason: string;
|
|
2844
2872
|
enabled: boolean;
|
|
2845
2873
|
};
|
|
2874
|
+
documentationPageRedirects: {
|
|
2875
|
+
errorMessage: string;
|
|
2876
|
+
errorReason: string;
|
|
2877
|
+
enabled: boolean;
|
|
2878
|
+
};
|
|
2846
2879
|
} | undefined;
|
|
2847
2880
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
2848
2881
|
currentPeriodStart?: string | undefined;
|
|
@@ -3049,6 +3082,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3049
3082
|
errorReason: string;
|
|
3050
3083
|
enabled: boolean;
|
|
3051
3084
|
};
|
|
3085
|
+
documentationPageRedirects: {
|
|
3086
|
+
errorMessage: string;
|
|
3087
|
+
errorReason: string;
|
|
3088
|
+
enabled: boolean;
|
|
3089
|
+
};
|
|
3052
3090
|
} | undefined;
|
|
3053
3091
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
3054
3092
|
currentPeriodStart?: string | undefined;
|
|
@@ -3233,6 +3271,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3233
3271
|
errorReason: string;
|
|
3234
3272
|
enabled: boolean;
|
|
3235
3273
|
};
|
|
3274
|
+
documentationPageRedirects: {
|
|
3275
|
+
errorMessage: string;
|
|
3276
|
+
errorReason: string;
|
|
3277
|
+
enabled: boolean;
|
|
3278
|
+
};
|
|
3236
3279
|
} | undefined;
|
|
3237
3280
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
3238
3281
|
currentPeriodStart?: string | undefined;
|
|
@@ -3421,6 +3464,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3421
3464
|
errorReason: string;
|
|
3422
3465
|
enabled: boolean;
|
|
3423
3466
|
};
|
|
3467
|
+
documentationPageRedirects: {
|
|
3468
|
+
errorMessage: string;
|
|
3469
|
+
errorReason: string;
|
|
3470
|
+
enabled: boolean;
|
|
3471
|
+
};
|
|
3424
3472
|
} | undefined;
|
|
3425
3473
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
3426
3474
|
currentPeriodStart?: string | undefined;
|
|
@@ -3609,6 +3657,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3609
3657
|
errorReason: string;
|
|
3610
3658
|
enabled: boolean;
|
|
3611
3659
|
};
|
|
3660
|
+
documentationPageRedirects: {
|
|
3661
|
+
errorMessage: string;
|
|
3662
|
+
errorReason: string;
|
|
3663
|
+
enabled: boolean;
|
|
3664
|
+
};
|
|
3612
3665
|
} | undefined;
|
|
3613
3666
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
3614
3667
|
currentPeriodStart?: string | undefined;
|
|
@@ -4028,6 +4081,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
4028
4081
|
errorReason: string;
|
|
4029
4082
|
enabled: boolean;
|
|
4030
4083
|
};
|
|
4084
|
+
documentationPageRedirects: {
|
|
4085
|
+
errorMessage: string;
|
|
4086
|
+
errorReason: string;
|
|
4087
|
+
enabled: boolean;
|
|
4088
|
+
};
|
|
4031
4089
|
} | undefined;
|
|
4032
4090
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
4033
4091
|
currentPeriodStart?: string | undefined;
|
|
@@ -4269,6 +4327,11 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
4269
4327
|
errorReason: string;
|
|
4270
4328
|
enabled: boolean;
|
|
4271
4329
|
};
|
|
4330
|
+
documentationPageRedirects: {
|
|
4331
|
+
errorMessage: string;
|
|
4332
|
+
errorReason: string;
|
|
4333
|
+
enabled: boolean;
|
|
4334
|
+
};
|
|
4272
4335
|
} | undefined;
|
|
4273
4336
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
4274
4337
|
currentPeriodStart?: string | undefined;
|
|
@@ -84328,6 +84391,19 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
84328
84391
|
errorReason: string;
|
|
84329
84392
|
enabled: boolean;
|
|
84330
84393
|
}>;
|
|
84394
|
+
documentationPageRedirects: z.ZodObject<{
|
|
84395
|
+
enabled: z.ZodBoolean;
|
|
84396
|
+
errorMessage: z.ZodString;
|
|
84397
|
+
errorReason: z.ZodString;
|
|
84398
|
+
}, "strip", z.ZodTypeAny, {
|
|
84399
|
+
errorMessage: string;
|
|
84400
|
+
errorReason: string;
|
|
84401
|
+
enabled: boolean;
|
|
84402
|
+
}, {
|
|
84403
|
+
errorMessage: string;
|
|
84404
|
+
errorReason: string;
|
|
84405
|
+
enabled: boolean;
|
|
84406
|
+
}>;
|
|
84331
84407
|
}, "strip", z.ZodTypeAny, {
|
|
84332
84408
|
themes: {
|
|
84333
84409
|
max: number;
|
|
@@ -84441,6 +84517,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
84441
84517
|
errorReason: string;
|
|
84442
84518
|
enabled: boolean;
|
|
84443
84519
|
};
|
|
84520
|
+
documentationPageRedirects: {
|
|
84521
|
+
errorMessage: string;
|
|
84522
|
+
errorReason: string;
|
|
84523
|
+
enabled: boolean;
|
|
84524
|
+
};
|
|
84444
84525
|
}, {
|
|
84445
84526
|
themes: {
|
|
84446
84527
|
max: number;
|
|
@@ -84554,6 +84635,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
84554
84635
|
errorReason: string;
|
|
84555
84636
|
enabled: boolean;
|
|
84556
84637
|
};
|
|
84638
|
+
documentationPageRedirects: {
|
|
84639
|
+
errorMessage: string;
|
|
84640
|
+
errorReason: string;
|
|
84641
|
+
enabled: boolean;
|
|
84642
|
+
};
|
|
84557
84643
|
}>>;
|
|
84558
84644
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
84559
84645
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -84734,6 +84820,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
84734
84820
|
errorReason: string;
|
|
84735
84821
|
enabled: boolean;
|
|
84736
84822
|
};
|
|
84823
|
+
documentationPageRedirects: {
|
|
84824
|
+
errorMessage: string;
|
|
84825
|
+
errorReason: string;
|
|
84826
|
+
enabled: boolean;
|
|
84827
|
+
};
|
|
84737
84828
|
} | undefined;
|
|
84738
84829
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
84739
84830
|
currentPeriodStart?: string | undefined;
|
|
@@ -84881,6 +84972,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
84881
84972
|
errorReason: string;
|
|
84882
84973
|
enabled: boolean;
|
|
84883
84974
|
};
|
|
84975
|
+
documentationPageRedirects: {
|
|
84976
|
+
errorMessage: string;
|
|
84977
|
+
errorReason: string;
|
|
84978
|
+
enabled: boolean;
|
|
84979
|
+
};
|
|
84884
84980
|
} | undefined;
|
|
84885
84981
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
84886
84982
|
currentPeriodStart?: string | undefined;
|
|
@@ -85087,6 +85183,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85087
85183
|
errorReason: string;
|
|
85088
85184
|
enabled: boolean;
|
|
85089
85185
|
};
|
|
85186
|
+
documentationPageRedirects: {
|
|
85187
|
+
errorMessage: string;
|
|
85188
|
+
errorReason: string;
|
|
85189
|
+
enabled: boolean;
|
|
85190
|
+
};
|
|
85090
85191
|
} | undefined;
|
|
85091
85192
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
85092
85193
|
currentPeriodStart?: string | undefined;
|
|
@@ -85271,6 +85372,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85271
85372
|
errorReason: string;
|
|
85272
85373
|
enabled: boolean;
|
|
85273
85374
|
};
|
|
85375
|
+
documentationPageRedirects: {
|
|
85376
|
+
errorMessage: string;
|
|
85377
|
+
errorReason: string;
|
|
85378
|
+
enabled: boolean;
|
|
85379
|
+
};
|
|
85274
85380
|
} | undefined;
|
|
85275
85381
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
85276
85382
|
currentPeriodStart?: string | undefined;
|
|
@@ -85459,6 +85565,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85459
85565
|
errorReason: string;
|
|
85460
85566
|
enabled: boolean;
|
|
85461
85567
|
};
|
|
85568
|
+
documentationPageRedirects: {
|
|
85569
|
+
errorMessage: string;
|
|
85570
|
+
errorReason: string;
|
|
85571
|
+
enabled: boolean;
|
|
85572
|
+
};
|
|
85462
85573
|
} | undefined;
|
|
85463
85574
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
85464
85575
|
currentPeriodStart?: string | undefined;
|
|
@@ -85647,6 +85758,11 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85647
85758
|
errorReason: string;
|
|
85648
85759
|
enabled: boolean;
|
|
85649
85760
|
};
|
|
85761
|
+
documentationPageRedirects: {
|
|
85762
|
+
errorMessage: string;
|
|
85763
|
+
errorReason: string;
|
|
85764
|
+
enabled: boolean;
|
|
85765
|
+
};
|
|
85650
85766
|
} | undefined;
|
|
85651
85767
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
85652
85768
|
currentPeriodStart?: string | undefined;
|
|
@@ -86087,6 +86203,19 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
86087
86203
|
errorReason: string;
|
|
86088
86204
|
enabled: boolean;
|
|
86089
86205
|
}>;
|
|
86206
|
+
documentationPageRedirects: z.ZodObject<{
|
|
86207
|
+
enabled: z.ZodBoolean;
|
|
86208
|
+
errorMessage: z.ZodString;
|
|
86209
|
+
errorReason: z.ZodString;
|
|
86210
|
+
}, "strip", z.ZodTypeAny, {
|
|
86211
|
+
errorMessage: string;
|
|
86212
|
+
errorReason: string;
|
|
86213
|
+
enabled: boolean;
|
|
86214
|
+
}, {
|
|
86215
|
+
errorMessage: string;
|
|
86216
|
+
errorReason: string;
|
|
86217
|
+
enabled: boolean;
|
|
86218
|
+
}>;
|
|
86090
86219
|
}, "strip", z.ZodTypeAny, {
|
|
86091
86220
|
themes: {
|
|
86092
86221
|
max: number;
|
|
@@ -86200,6 +86329,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
86200
86329
|
errorReason: string;
|
|
86201
86330
|
enabled: boolean;
|
|
86202
86331
|
};
|
|
86332
|
+
documentationPageRedirects: {
|
|
86333
|
+
errorMessage: string;
|
|
86334
|
+
errorReason: string;
|
|
86335
|
+
enabled: boolean;
|
|
86336
|
+
};
|
|
86203
86337
|
}, {
|
|
86204
86338
|
themes: {
|
|
86205
86339
|
max: number;
|
|
@@ -86313,6 +86447,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
86313
86447
|
errorReason: string;
|
|
86314
86448
|
enabled: boolean;
|
|
86315
86449
|
};
|
|
86450
|
+
documentationPageRedirects: {
|
|
86451
|
+
errorMessage: string;
|
|
86452
|
+
errorReason: string;
|
|
86453
|
+
enabled: boolean;
|
|
86454
|
+
};
|
|
86316
86455
|
}>>;
|
|
86317
86456
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
86318
86457
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -86493,6 +86632,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
86493
86632
|
errorReason: string;
|
|
86494
86633
|
enabled: boolean;
|
|
86495
86634
|
};
|
|
86635
|
+
documentationPageRedirects: {
|
|
86636
|
+
errorMessage: string;
|
|
86637
|
+
errorReason: string;
|
|
86638
|
+
enabled: boolean;
|
|
86639
|
+
};
|
|
86496
86640
|
} | undefined;
|
|
86497
86641
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
86498
86642
|
currentPeriodStart?: string | undefined;
|
|
@@ -86640,6 +86784,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
86640
86784
|
errorReason: string;
|
|
86641
86785
|
enabled: boolean;
|
|
86642
86786
|
};
|
|
86787
|
+
documentationPageRedirects: {
|
|
86788
|
+
errorMessage: string;
|
|
86789
|
+
errorReason: string;
|
|
86790
|
+
enabled: boolean;
|
|
86791
|
+
};
|
|
86643
86792
|
} | undefined;
|
|
86644
86793
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
86645
86794
|
currentPeriodStart?: string | undefined;
|
|
@@ -86846,6 +86995,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
86846
86995
|
errorReason: string;
|
|
86847
86996
|
enabled: boolean;
|
|
86848
86997
|
};
|
|
86998
|
+
documentationPageRedirects: {
|
|
86999
|
+
errorMessage: string;
|
|
87000
|
+
errorReason: string;
|
|
87001
|
+
enabled: boolean;
|
|
87002
|
+
};
|
|
86849
87003
|
} | undefined;
|
|
86850
87004
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
86851
87005
|
currentPeriodStart?: string | undefined;
|
|
@@ -87030,6 +87184,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87030
87184
|
errorReason: string;
|
|
87031
87185
|
enabled: boolean;
|
|
87032
87186
|
};
|
|
87187
|
+
documentationPageRedirects: {
|
|
87188
|
+
errorMessage: string;
|
|
87189
|
+
errorReason: string;
|
|
87190
|
+
enabled: boolean;
|
|
87191
|
+
};
|
|
87033
87192
|
} | undefined;
|
|
87034
87193
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
87035
87194
|
currentPeriodStart?: string | undefined;
|
|
@@ -87218,6 +87377,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87218
87377
|
errorReason: string;
|
|
87219
87378
|
enabled: boolean;
|
|
87220
87379
|
};
|
|
87380
|
+
documentationPageRedirects: {
|
|
87381
|
+
errorMessage: string;
|
|
87382
|
+
errorReason: string;
|
|
87383
|
+
enabled: boolean;
|
|
87384
|
+
};
|
|
87221
87385
|
} | undefined;
|
|
87222
87386
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
87223
87387
|
currentPeriodStart?: string | undefined;
|
|
@@ -87406,6 +87570,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87406
87570
|
errorReason: string;
|
|
87407
87571
|
enabled: boolean;
|
|
87408
87572
|
};
|
|
87573
|
+
documentationPageRedirects: {
|
|
87574
|
+
errorMessage: string;
|
|
87575
|
+
errorReason: string;
|
|
87576
|
+
enabled: boolean;
|
|
87577
|
+
};
|
|
87409
87578
|
} | undefined;
|
|
87410
87579
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
87411
87580
|
currentPeriodStart?: string | undefined;
|
|
@@ -87596,6 +87765,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87596
87765
|
errorReason: string;
|
|
87597
87766
|
enabled: boolean;
|
|
87598
87767
|
};
|
|
87768
|
+
documentationPageRedirects: {
|
|
87769
|
+
errorMessage: string;
|
|
87770
|
+
errorReason: string;
|
|
87771
|
+
enabled: boolean;
|
|
87772
|
+
};
|
|
87599
87773
|
} | undefined;
|
|
87600
87774
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
87601
87775
|
currentPeriodStart?: string | undefined;
|
|
@@ -87786,6 +87960,11 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87786
87960
|
errorReason: string;
|
|
87787
87961
|
enabled: boolean;
|
|
87788
87962
|
};
|
|
87963
|
+
documentationPageRedirects: {
|
|
87964
|
+
errorMessage: string;
|
|
87965
|
+
errorReason: string;
|
|
87966
|
+
enabled: boolean;
|
|
87967
|
+
};
|
|
87789
87968
|
} | undefined;
|
|
87790
87969
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
87791
87970
|
currentPeriodStart?: string | undefined;
|
|
@@ -89215,6 +89394,19 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
89215
89394
|
errorReason: string;
|
|
89216
89395
|
enabled: boolean;
|
|
89217
89396
|
}>;
|
|
89397
|
+
documentationPageRedirects: z.ZodObject<{
|
|
89398
|
+
enabled: z.ZodBoolean;
|
|
89399
|
+
errorMessage: z.ZodString;
|
|
89400
|
+
errorReason: z.ZodString;
|
|
89401
|
+
}, "strip", z.ZodTypeAny, {
|
|
89402
|
+
errorMessage: string;
|
|
89403
|
+
errorReason: string;
|
|
89404
|
+
enabled: boolean;
|
|
89405
|
+
}, {
|
|
89406
|
+
errorMessage: string;
|
|
89407
|
+
errorReason: string;
|
|
89408
|
+
enabled: boolean;
|
|
89409
|
+
}>;
|
|
89218
89410
|
}, "strip", z.ZodTypeAny, {
|
|
89219
89411
|
themes: {
|
|
89220
89412
|
max: number;
|
|
@@ -89328,6 +89520,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
89328
89520
|
errorReason: string;
|
|
89329
89521
|
enabled: boolean;
|
|
89330
89522
|
};
|
|
89523
|
+
documentationPageRedirects: {
|
|
89524
|
+
errorMessage: string;
|
|
89525
|
+
errorReason: string;
|
|
89526
|
+
enabled: boolean;
|
|
89527
|
+
};
|
|
89331
89528
|
}, {
|
|
89332
89529
|
themes: {
|
|
89333
89530
|
max: number;
|
|
@@ -89441,6 +89638,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
89441
89638
|
errorReason: string;
|
|
89442
89639
|
enabled: boolean;
|
|
89443
89640
|
};
|
|
89641
|
+
documentationPageRedirects: {
|
|
89642
|
+
errorMessage: string;
|
|
89643
|
+
errorReason: string;
|
|
89644
|
+
enabled: boolean;
|
|
89645
|
+
};
|
|
89444
89646
|
}>>;
|
|
89445
89647
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
89446
89648
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -89621,6 +89823,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
89621
89823
|
errorReason: string;
|
|
89622
89824
|
enabled: boolean;
|
|
89623
89825
|
};
|
|
89826
|
+
documentationPageRedirects: {
|
|
89827
|
+
errorMessage: string;
|
|
89828
|
+
errorReason: string;
|
|
89829
|
+
enabled: boolean;
|
|
89830
|
+
};
|
|
89624
89831
|
} | undefined;
|
|
89625
89832
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
89626
89833
|
currentPeriodStart?: string | undefined;
|
|
@@ -89768,6 +89975,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
89768
89975
|
errorReason: string;
|
|
89769
89976
|
enabled: boolean;
|
|
89770
89977
|
};
|
|
89978
|
+
documentationPageRedirects: {
|
|
89979
|
+
errorMessage: string;
|
|
89980
|
+
errorReason: string;
|
|
89981
|
+
enabled: boolean;
|
|
89982
|
+
};
|
|
89771
89983
|
} | undefined;
|
|
89772
89984
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
89773
89985
|
currentPeriodStart?: string | undefined;
|
|
@@ -89974,6 +90186,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
89974
90186
|
errorReason: string;
|
|
89975
90187
|
enabled: boolean;
|
|
89976
90188
|
};
|
|
90189
|
+
documentationPageRedirects: {
|
|
90190
|
+
errorMessage: string;
|
|
90191
|
+
errorReason: string;
|
|
90192
|
+
enabled: boolean;
|
|
90193
|
+
};
|
|
89977
90194
|
} | undefined;
|
|
89978
90195
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
89979
90196
|
currentPeriodStart?: string | undefined;
|
|
@@ -90158,6 +90375,11 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90158
90375
|
errorReason: string;
|
|
90159
90376
|
enabled: boolean;
|
|
90160
90377
|
};
|
|
90378
|
+
documentationPageRedirects: {
|
|
90379
|
+
errorMessage: string;
|
|
90380
|
+
errorReason: string;
|
|
90381
|
+
enabled: boolean;
|
|
90382
|
+
};
|
|
90161
90383
|
} | undefined;
|
|
90162
90384
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
90163
90385
|
currentPeriodStart?: string | undefined;
|
|
@@ -90602,6 +90824,19 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
90602
90824
|
errorReason: string;
|
|
90603
90825
|
enabled: boolean;
|
|
90604
90826
|
}>;
|
|
90827
|
+
documentationPageRedirects: z.ZodObject<{
|
|
90828
|
+
enabled: z.ZodBoolean;
|
|
90829
|
+
errorMessage: z.ZodString;
|
|
90830
|
+
errorReason: z.ZodString;
|
|
90831
|
+
}, "strip", z.ZodTypeAny, {
|
|
90832
|
+
errorMessage: string;
|
|
90833
|
+
errorReason: string;
|
|
90834
|
+
enabled: boolean;
|
|
90835
|
+
}, {
|
|
90836
|
+
errorMessage: string;
|
|
90837
|
+
errorReason: string;
|
|
90838
|
+
enabled: boolean;
|
|
90839
|
+
}>;
|
|
90605
90840
|
}, "strip", z.ZodTypeAny, {
|
|
90606
90841
|
themes: {
|
|
90607
90842
|
max: number;
|
|
@@ -90715,6 +90950,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
90715
90950
|
errorReason: string;
|
|
90716
90951
|
enabled: boolean;
|
|
90717
90952
|
};
|
|
90953
|
+
documentationPageRedirects: {
|
|
90954
|
+
errorMessage: string;
|
|
90955
|
+
errorReason: string;
|
|
90956
|
+
enabled: boolean;
|
|
90957
|
+
};
|
|
90718
90958
|
}, {
|
|
90719
90959
|
themes: {
|
|
90720
90960
|
max: number;
|
|
@@ -90828,6 +91068,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
90828
91068
|
errorReason: string;
|
|
90829
91069
|
enabled: boolean;
|
|
90830
91070
|
};
|
|
91071
|
+
documentationPageRedirects: {
|
|
91072
|
+
errorMessage: string;
|
|
91073
|
+
errorReason: string;
|
|
91074
|
+
enabled: boolean;
|
|
91075
|
+
};
|
|
90831
91076
|
}>>;
|
|
90832
91077
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
90833
91078
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -91008,6 +91253,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91008
91253
|
errorReason: string;
|
|
91009
91254
|
enabled: boolean;
|
|
91010
91255
|
};
|
|
91256
|
+
documentationPageRedirects: {
|
|
91257
|
+
errorMessage: string;
|
|
91258
|
+
errorReason: string;
|
|
91259
|
+
enabled: boolean;
|
|
91260
|
+
};
|
|
91011
91261
|
} | undefined;
|
|
91012
91262
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91013
91263
|
currentPeriodStart?: string | undefined;
|
|
@@ -91155,6 +91405,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91155
91405
|
errorReason: string;
|
|
91156
91406
|
enabled: boolean;
|
|
91157
91407
|
};
|
|
91408
|
+
documentationPageRedirects: {
|
|
91409
|
+
errorMessage: string;
|
|
91410
|
+
errorReason: string;
|
|
91411
|
+
enabled: boolean;
|
|
91412
|
+
};
|
|
91158
91413
|
} | undefined;
|
|
91159
91414
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91160
91415
|
currentPeriodStart?: string | undefined;
|
|
@@ -91361,6 +91616,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91361
91616
|
errorReason: string;
|
|
91362
91617
|
enabled: boolean;
|
|
91363
91618
|
};
|
|
91619
|
+
documentationPageRedirects: {
|
|
91620
|
+
errorMessage: string;
|
|
91621
|
+
errorReason: string;
|
|
91622
|
+
enabled: boolean;
|
|
91623
|
+
};
|
|
91364
91624
|
} | undefined;
|
|
91365
91625
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91366
91626
|
currentPeriodStart?: string | undefined;
|
|
@@ -91545,6 +91805,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91545
91805
|
errorReason: string;
|
|
91546
91806
|
enabled: boolean;
|
|
91547
91807
|
};
|
|
91808
|
+
documentationPageRedirects: {
|
|
91809
|
+
errorMessage: string;
|
|
91810
|
+
errorReason: string;
|
|
91811
|
+
enabled: boolean;
|
|
91812
|
+
};
|
|
91548
91813
|
} | undefined;
|
|
91549
91814
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91550
91815
|
currentPeriodStart?: string | undefined;
|
|
@@ -91731,6 +91996,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91731
91996
|
errorReason: string;
|
|
91732
91997
|
enabled: boolean;
|
|
91733
91998
|
};
|
|
91999
|
+
documentationPageRedirects: {
|
|
92000
|
+
errorMessage: string;
|
|
92001
|
+
errorReason: string;
|
|
92002
|
+
enabled: boolean;
|
|
92003
|
+
};
|
|
91734
92004
|
} | undefined;
|
|
91735
92005
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91736
92006
|
currentPeriodStart?: string | undefined;
|
|
@@ -91917,6 +92187,11 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91917
92187
|
errorReason: string;
|
|
91918
92188
|
enabled: boolean;
|
|
91919
92189
|
};
|
|
92190
|
+
documentationPageRedirects: {
|
|
92191
|
+
errorMessage: string;
|
|
92192
|
+
errorReason: string;
|
|
92193
|
+
enabled: boolean;
|
|
92194
|
+
};
|
|
91920
92195
|
} | undefined;
|
|
91921
92196
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
91922
92197
|
currentPeriodStart?: string | undefined;
|
|
@@ -99802,6 +100077,11 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
99802
100077
|
errorReason: string;
|
|
99803
100078
|
enabled: boolean;
|
|
99804
100079
|
};
|
|
100080
|
+
documentationPageRedirects: {
|
|
100081
|
+
errorMessage: string;
|
|
100082
|
+
errorReason: string;
|
|
100083
|
+
enabled: boolean;
|
|
100084
|
+
};
|
|
99805
100085
|
} | undefined;
|
|
99806
100086
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
99807
100087
|
currentPeriodStart?: string | undefined;
|
|
@@ -100081,6 +100361,11 @@ declare class WorkspaceMembersEndpoint {
|
|
|
100081
100361
|
errorReason: string;
|
|
100082
100362
|
enabled: boolean;
|
|
100083
100363
|
};
|
|
100364
|
+
documentationPageRedirects: {
|
|
100365
|
+
errorMessage: string;
|
|
100366
|
+
errorReason: string;
|
|
100367
|
+
enabled: boolean;
|
|
100368
|
+
};
|
|
100084
100369
|
} | undefined;
|
|
100085
100370
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
100086
100371
|
currentPeriodStart?: string | undefined;
|
|
@@ -100269,6 +100554,11 @@ declare class WorkspaceMembersEndpoint {
|
|
|
100269
100554
|
errorReason: string;
|
|
100270
100555
|
enabled: boolean;
|
|
100271
100556
|
};
|
|
100557
|
+
documentationPageRedirects: {
|
|
100558
|
+
errorMessage: string;
|
|
100559
|
+
errorReason: string;
|
|
100560
|
+
enabled: boolean;
|
|
100561
|
+
};
|
|
100272
100562
|
} | undefined;
|
|
100273
100563
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
100274
100564
|
currentPeriodStart?: string | undefined;
|
|
@@ -100463,6 +100753,11 @@ declare class WorkspacesEndpoint {
|
|
|
100463
100753
|
errorReason: string;
|
|
100464
100754
|
enabled: boolean;
|
|
100465
100755
|
};
|
|
100756
|
+
documentationPageRedirects: {
|
|
100757
|
+
errorMessage: string;
|
|
100758
|
+
errorReason: string;
|
|
100759
|
+
enabled: boolean;
|
|
100760
|
+
};
|
|
100466
100761
|
} | undefined;
|
|
100467
100762
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
100468
100763
|
currentPeriodStart?: string | undefined;
|
|
@@ -100650,6 +100945,11 @@ declare class WorkspacesEndpoint {
|
|
|
100650
100945
|
errorReason: string;
|
|
100651
100946
|
enabled: boolean;
|
|
100652
100947
|
};
|
|
100948
|
+
documentationPageRedirects: {
|
|
100949
|
+
errorMessage: string;
|
|
100950
|
+
errorReason: string;
|
|
100951
|
+
enabled: boolean;
|
|
100952
|
+
};
|
|
100653
100953
|
} | undefined;
|
|
100654
100954
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
100655
100955
|
currentPeriodStart?: string | undefined;
|
|
@@ -100839,6 +101139,11 @@ declare class WorkspacesEndpoint {
|
|
|
100839
101139
|
errorReason: string;
|
|
100840
101140
|
enabled: boolean;
|
|
100841
101141
|
};
|
|
101142
|
+
documentationPageRedirects: {
|
|
101143
|
+
errorMessage: string;
|
|
101144
|
+
errorReason: string;
|
|
101145
|
+
enabled: boolean;
|
|
101146
|
+
};
|
|
100842
101147
|
} | undefined;
|
|
100843
101148
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
100844
101149
|
currentPeriodStart?: string | undefined;
|
|
@@ -101076,6 +101381,11 @@ declare class UsersEndpoint {
|
|
|
101076
101381
|
errorReason: string;
|
|
101077
101382
|
enabled: boolean;
|
|
101078
101383
|
};
|
|
101384
|
+
documentationPageRedirects: {
|
|
101385
|
+
errorMessage: string;
|
|
101386
|
+
errorReason: string;
|
|
101387
|
+
enabled: boolean;
|
|
101388
|
+
};
|
|
101079
101389
|
} | undefined;
|
|
101080
101390
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
101081
101391
|
currentPeriodStart?: string | undefined;
|