@supernova-studio/client 1.3.7 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +788 -658
- package/dist/index.d.ts +788 -658
- package/dist/index.js +21 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2857 -2846
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1824,7 +1824,7 @@ type LocalDocsPageGroup = OmitStrict<ElementGroup, "id" | "brandPersistentId" |
|
|
|
1824
1824
|
};
|
|
1825
1825
|
type LocalApproval = OmitStrict<DocumentationPageApproval, "id" | "pageId" | "persistentId">;
|
|
1826
1826
|
type NarrowedUnion<T, U extends T> = U;
|
|
1827
|
-
type SupportedActionType = NarrowedUnion<DTOElementActionInput["type"], "DocumentationPageCreate" | "DocumentationPageUpdate" | "DocumentationPageDelete" | "DocumentationPageMove" | "DocumentationGroupCreate" | "DocumentationGroupUpdate" | "
|
|
1827
|
+
type SupportedActionType = NarrowedUnion<DTOElementActionInput["type"], "DocumentationPageCreate" | "DocumentationPageUpdate" | "DocumentationPageDelete" | "DocumentationPageMove" | "DocumentationGroupCreate" | "DocumentationGroupUpdate" | "DocumentationGroupMove" | "DocumentationPageApprovalStateChange" | "DocumentationTabCreate">;
|
|
1828
1828
|
|
|
1829
1829
|
declare const DTOColorTokenInlineData: z.ZodObject<{
|
|
1830
1830
|
value: z.ZodString;
|
|
@@ -2002,12 +2002,12 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2002
2002
|
errorMessage: z.ZodString;
|
|
2003
2003
|
errorReason: z.ZodString;
|
|
2004
2004
|
}, "strip", z.ZodTypeAny, {
|
|
2005
|
-
max: number;
|
|
2006
2005
|
errorMessage: string;
|
|
2006
|
+
max: number;
|
|
2007
2007
|
errorReason: string;
|
|
2008
2008
|
}, {
|
|
2009
|
-
max: number;
|
|
2010
2009
|
errorMessage: string;
|
|
2010
|
+
max: number;
|
|
2011
2011
|
errorReason: string;
|
|
2012
2012
|
}>;
|
|
2013
2013
|
designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -2018,14 +2018,14 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2018
2018
|
noImportJobsErrorMessage: z.ZodString;
|
|
2019
2019
|
noImportJobsErrorReason: z.ZodString;
|
|
2020
2020
|
}>, "strip", z.ZodTypeAny, {
|
|
2021
|
-
max: number;
|
|
2022
2021
|
errorMessage: string;
|
|
2022
|
+
max: number;
|
|
2023
2023
|
errorReason: string;
|
|
2024
2024
|
noImportJobsErrorMessage: string;
|
|
2025
2025
|
noImportJobsErrorReason: string;
|
|
2026
2026
|
}, {
|
|
2027
|
-
max: number;
|
|
2028
2027
|
errorMessage: string;
|
|
2028
|
+
max: number;
|
|
2029
2029
|
errorReason: string;
|
|
2030
2030
|
noImportJobsErrorMessage: string;
|
|
2031
2031
|
noImportJobsErrorReason: string;
|
|
@@ -2035,12 +2035,12 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2035
2035
|
errorMessage: z.ZodString;
|
|
2036
2036
|
errorReason: z.ZodString;
|
|
2037
2037
|
}, "strip", z.ZodTypeAny, {
|
|
2038
|
-
max: number;
|
|
2039
2038
|
errorMessage: string;
|
|
2039
|
+
max: number;
|
|
2040
2040
|
errorReason: string;
|
|
2041
2041
|
}, {
|
|
2042
|
-
max: number;
|
|
2043
2042
|
errorMessage: string;
|
|
2043
|
+
max: number;
|
|
2044
2044
|
errorReason: string;
|
|
2045
2045
|
}>;
|
|
2046
2046
|
themes: z.ZodObject<{
|
|
@@ -2048,12 +2048,12 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2048
2048
|
errorMessage: z.ZodString;
|
|
2049
2049
|
errorReason: z.ZodString;
|
|
2050
2050
|
}, "strip", z.ZodTypeAny, {
|
|
2051
|
-
max: number;
|
|
2052
2051
|
errorMessage: string;
|
|
2052
|
+
max: number;
|
|
2053
2053
|
errorReason: string;
|
|
2054
2054
|
}, {
|
|
2055
|
-
max: number;
|
|
2056
2055
|
errorMessage: string;
|
|
2056
|
+
max: number;
|
|
2057
2057
|
errorReason: string;
|
|
2058
2058
|
}>;
|
|
2059
2059
|
brands: z.ZodObject<{
|
|
@@ -2061,12 +2061,12 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2061
2061
|
errorMessage: z.ZodString;
|
|
2062
2062
|
errorReason: z.ZodString;
|
|
2063
2063
|
}, "strip", z.ZodTypeAny, {
|
|
2064
|
-
max: number;
|
|
2065
2064
|
errorMessage: string;
|
|
2065
|
+
max: number;
|
|
2066
2066
|
errorReason: string;
|
|
2067
2067
|
}, {
|
|
2068
|
-
max: number;
|
|
2069
2068
|
errorMessage: string;
|
|
2069
|
+
max: number;
|
|
2070
2070
|
errorReason: string;
|
|
2071
2071
|
}>;
|
|
2072
2072
|
codegenSchedules: z.ZodObject<{
|
|
@@ -2074,12 +2074,12 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2074
2074
|
errorMessage: z.ZodString;
|
|
2075
2075
|
errorReason: z.ZodString;
|
|
2076
2076
|
}, "strip", z.ZodTypeAny, {
|
|
2077
|
-
max: number;
|
|
2078
2077
|
errorMessage: string;
|
|
2078
|
+
max: number;
|
|
2079
2079
|
errorReason: string;
|
|
2080
2080
|
}, {
|
|
2081
|
-
max: number;
|
|
2082
2081
|
errorMessage: string;
|
|
2082
|
+
max: number;
|
|
2083
2083
|
errorReason: string;
|
|
2084
2084
|
}>;
|
|
2085
2085
|
publicDocumentation: z.ZodObject<{
|
|
@@ -2191,12 +2191,12 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2191
2191
|
errorMessage: z.ZodString;
|
|
2192
2192
|
errorReason: z.ZodString;
|
|
2193
2193
|
}, "strip", z.ZodTypeAny, {
|
|
2194
|
-
max: number;
|
|
2195
2194
|
errorMessage: string;
|
|
2195
|
+
max: number;
|
|
2196
2196
|
errorReason: string;
|
|
2197
2197
|
}, {
|
|
2198
|
-
max: number;
|
|
2199
2198
|
errorMessage: string;
|
|
2199
|
+
max: number;
|
|
2200
2200
|
errorReason: string;
|
|
2201
2201
|
}>;
|
|
2202
2202
|
workspaceViewers: z.ZodObject<{
|
|
@@ -2204,12 +2204,12 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2204
2204
|
errorMessage: z.ZodString;
|
|
2205
2205
|
errorReason: z.ZodString;
|
|
2206
2206
|
}, "strip", z.ZodTypeAny, {
|
|
2207
|
-
max: number;
|
|
2208
2207
|
errorMessage: string;
|
|
2208
|
+
max: number;
|
|
2209
2209
|
errorReason: string;
|
|
2210
2210
|
}, {
|
|
2211
|
-
max: number;
|
|
2212
2211
|
errorMessage: string;
|
|
2212
|
+
max: number;
|
|
2213
2213
|
errorReason: string;
|
|
2214
2214
|
}>;
|
|
2215
2215
|
customDocumentationExporter: z.ZodObject<{
|
|
@@ -2305,35 +2305,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2305
2305
|
}>;
|
|
2306
2306
|
}, "strip", z.ZodTypeAny, {
|
|
2307
2307
|
themes: {
|
|
2308
|
-
max: number;
|
|
2309
2308
|
errorMessage: string;
|
|
2309
|
+
max: number;
|
|
2310
2310
|
errorReason: string;
|
|
2311
2311
|
};
|
|
2312
2312
|
designSystems: {
|
|
2313
|
-
max: number;
|
|
2314
2313
|
errorMessage: string;
|
|
2314
|
+
max: number;
|
|
2315
2315
|
errorReason: string;
|
|
2316
2316
|
};
|
|
2317
2317
|
designSystemSources: {
|
|
2318
|
-
max: number;
|
|
2319
2318
|
errorMessage: string;
|
|
2319
|
+
max: number;
|
|
2320
2320
|
errorReason: string;
|
|
2321
2321
|
noImportJobsErrorMessage: string;
|
|
2322
2322
|
noImportJobsErrorReason: string;
|
|
2323
2323
|
};
|
|
2324
2324
|
designSystemVersions: {
|
|
2325
|
-
max: number;
|
|
2326
2325
|
errorMessage: string;
|
|
2326
|
+
max: number;
|
|
2327
2327
|
errorReason: string;
|
|
2328
2328
|
};
|
|
2329
2329
|
brands: {
|
|
2330
|
-
max: number;
|
|
2331
2330
|
errorMessage: string;
|
|
2331
|
+
max: number;
|
|
2332
2332
|
errorReason: string;
|
|
2333
2333
|
};
|
|
2334
2334
|
codegenSchedules: {
|
|
2335
|
-
max: number;
|
|
2336
2335
|
errorMessage: string;
|
|
2336
|
+
max: number;
|
|
2337
2337
|
errorReason: string;
|
|
2338
2338
|
};
|
|
2339
2339
|
publicDocumentation: {
|
|
@@ -2377,13 +2377,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2377
2377
|
enabled: boolean;
|
|
2378
2378
|
};
|
|
2379
2379
|
workspacePaidSeats: {
|
|
2380
|
-
max: number;
|
|
2381
2380
|
errorMessage: string;
|
|
2381
|
+
max: number;
|
|
2382
2382
|
errorReason: string;
|
|
2383
2383
|
};
|
|
2384
2384
|
workspaceViewers: {
|
|
2385
|
-
max: number;
|
|
2386
2385
|
errorMessage: string;
|
|
2386
|
+
max: number;
|
|
2387
2387
|
errorReason: string;
|
|
2388
2388
|
};
|
|
2389
2389
|
customDocumentationExporter: {
|
|
@@ -2423,35 +2423,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2423
2423
|
};
|
|
2424
2424
|
}, {
|
|
2425
2425
|
themes: {
|
|
2426
|
-
max: number;
|
|
2427
2426
|
errorMessage: string;
|
|
2427
|
+
max: number;
|
|
2428
2428
|
errorReason: string;
|
|
2429
2429
|
};
|
|
2430
2430
|
designSystems: {
|
|
2431
|
-
max: number;
|
|
2432
2431
|
errorMessage: string;
|
|
2432
|
+
max: number;
|
|
2433
2433
|
errorReason: string;
|
|
2434
2434
|
};
|
|
2435
2435
|
designSystemSources: {
|
|
2436
|
-
max: number;
|
|
2437
2436
|
errorMessage: string;
|
|
2437
|
+
max: number;
|
|
2438
2438
|
errorReason: string;
|
|
2439
2439
|
noImportJobsErrorMessage: string;
|
|
2440
2440
|
noImportJobsErrorReason: string;
|
|
2441
2441
|
};
|
|
2442
2442
|
designSystemVersions: {
|
|
2443
|
-
max: number;
|
|
2444
2443
|
errorMessage: string;
|
|
2444
|
+
max: number;
|
|
2445
2445
|
errorReason: string;
|
|
2446
2446
|
};
|
|
2447
2447
|
brands: {
|
|
2448
|
-
max: number;
|
|
2449
2448
|
errorMessage: string;
|
|
2449
|
+
max: number;
|
|
2450
2450
|
errorReason: string;
|
|
2451
2451
|
};
|
|
2452
2452
|
codegenSchedules: {
|
|
2453
|
-
max: number;
|
|
2454
2453
|
errorMessage: string;
|
|
2454
|
+
max: number;
|
|
2455
2455
|
errorReason: string;
|
|
2456
2456
|
};
|
|
2457
2457
|
publicDocumentation: {
|
|
@@ -2495,13 +2495,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2495
2495
|
enabled: boolean;
|
|
2496
2496
|
};
|
|
2497
2497
|
workspacePaidSeats: {
|
|
2498
|
-
max: number;
|
|
2499
2498
|
errorMessage: string;
|
|
2499
|
+
max: number;
|
|
2500
2500
|
errorReason: string;
|
|
2501
2501
|
};
|
|
2502
2502
|
workspaceViewers: {
|
|
2503
|
-
max: number;
|
|
2504
2503
|
errorMessage: string;
|
|
2504
|
+
max: number;
|
|
2505
2505
|
errorReason: string;
|
|
2506
2506
|
};
|
|
2507
2507
|
customDocumentationExporter: {
|
|
@@ -2608,35 +2608,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2608
2608
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
2609
2609
|
featuresSummary?: {
|
|
2610
2610
|
themes: {
|
|
2611
|
-
max: number;
|
|
2612
2611
|
errorMessage: string;
|
|
2612
|
+
max: number;
|
|
2613
2613
|
errorReason: string;
|
|
2614
2614
|
};
|
|
2615
2615
|
designSystems: {
|
|
2616
|
-
max: number;
|
|
2617
2616
|
errorMessage: string;
|
|
2617
|
+
max: number;
|
|
2618
2618
|
errorReason: string;
|
|
2619
2619
|
};
|
|
2620
2620
|
designSystemSources: {
|
|
2621
|
-
max: number;
|
|
2622
2621
|
errorMessage: string;
|
|
2622
|
+
max: number;
|
|
2623
2623
|
errorReason: string;
|
|
2624
2624
|
noImportJobsErrorMessage: string;
|
|
2625
2625
|
noImportJobsErrorReason: string;
|
|
2626
2626
|
};
|
|
2627
2627
|
designSystemVersions: {
|
|
2628
|
-
max: number;
|
|
2629
2628
|
errorMessage: string;
|
|
2629
|
+
max: number;
|
|
2630
2630
|
errorReason: string;
|
|
2631
2631
|
};
|
|
2632
2632
|
brands: {
|
|
2633
|
-
max: number;
|
|
2634
2633
|
errorMessage: string;
|
|
2634
|
+
max: number;
|
|
2635
2635
|
errorReason: string;
|
|
2636
2636
|
};
|
|
2637
2637
|
codegenSchedules: {
|
|
2638
|
-
max: number;
|
|
2639
2638
|
errorMessage: string;
|
|
2639
|
+
max: number;
|
|
2640
2640
|
errorReason: string;
|
|
2641
2641
|
};
|
|
2642
2642
|
publicDocumentation: {
|
|
@@ -2680,13 +2680,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2680
2680
|
enabled: boolean;
|
|
2681
2681
|
};
|
|
2682
2682
|
workspacePaidSeats: {
|
|
2683
|
-
max: number;
|
|
2684
2683
|
errorMessage: string;
|
|
2684
|
+
max: number;
|
|
2685
2685
|
errorReason: string;
|
|
2686
2686
|
};
|
|
2687
2687
|
workspaceViewers: {
|
|
2688
|
-
max: number;
|
|
2689
2688
|
errorMessage: string;
|
|
2689
|
+
max: number;
|
|
2690
2690
|
errorReason: string;
|
|
2691
2691
|
};
|
|
2692
2692
|
customDocumentationExporter: {
|
|
@@ -2760,35 +2760,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2760
2760
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
2761
2761
|
featuresSummary?: {
|
|
2762
2762
|
themes: {
|
|
2763
|
-
max: number;
|
|
2764
2763
|
errorMessage: string;
|
|
2764
|
+
max: number;
|
|
2765
2765
|
errorReason: string;
|
|
2766
2766
|
};
|
|
2767
2767
|
designSystems: {
|
|
2768
|
-
max: number;
|
|
2769
2768
|
errorMessage: string;
|
|
2769
|
+
max: number;
|
|
2770
2770
|
errorReason: string;
|
|
2771
2771
|
};
|
|
2772
2772
|
designSystemSources: {
|
|
2773
|
-
max: number;
|
|
2774
2773
|
errorMessage: string;
|
|
2774
|
+
max: number;
|
|
2775
2775
|
errorReason: string;
|
|
2776
2776
|
noImportJobsErrorMessage: string;
|
|
2777
2777
|
noImportJobsErrorReason: string;
|
|
2778
2778
|
};
|
|
2779
2779
|
designSystemVersions: {
|
|
2780
|
-
max: number;
|
|
2781
2780
|
errorMessage: string;
|
|
2781
|
+
max: number;
|
|
2782
2782
|
errorReason: string;
|
|
2783
2783
|
};
|
|
2784
2784
|
brands: {
|
|
2785
|
-
max: number;
|
|
2786
2785
|
errorMessage: string;
|
|
2786
|
+
max: number;
|
|
2787
2787
|
errorReason: string;
|
|
2788
2788
|
};
|
|
2789
2789
|
codegenSchedules: {
|
|
2790
|
-
max: number;
|
|
2791
2790
|
errorMessage: string;
|
|
2791
|
+
max: number;
|
|
2792
2792
|
errorReason: string;
|
|
2793
2793
|
};
|
|
2794
2794
|
publicDocumentation: {
|
|
@@ -2832,13 +2832,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2832
2832
|
enabled: boolean;
|
|
2833
2833
|
};
|
|
2834
2834
|
workspacePaidSeats: {
|
|
2835
|
-
max: number;
|
|
2836
2835
|
errorMessage: string;
|
|
2836
|
+
max: number;
|
|
2837
2837
|
errorReason: string;
|
|
2838
2838
|
};
|
|
2839
2839
|
workspaceViewers: {
|
|
2840
|
-
max: number;
|
|
2841
2840
|
errorMessage: string;
|
|
2841
|
+
max: number;
|
|
2842
2842
|
errorReason: string;
|
|
2843
2843
|
};
|
|
2844
2844
|
customDocumentationExporter: {
|
|
@@ -2971,35 +2971,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2971
2971
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
2972
2972
|
featuresSummary?: {
|
|
2973
2973
|
themes: {
|
|
2974
|
-
max: number;
|
|
2975
2974
|
errorMessage: string;
|
|
2975
|
+
max: number;
|
|
2976
2976
|
errorReason: string;
|
|
2977
2977
|
};
|
|
2978
2978
|
designSystems: {
|
|
2979
|
-
max: number;
|
|
2980
2979
|
errorMessage: string;
|
|
2980
|
+
max: number;
|
|
2981
2981
|
errorReason: string;
|
|
2982
2982
|
};
|
|
2983
2983
|
designSystemSources: {
|
|
2984
|
-
max: number;
|
|
2985
2984
|
errorMessage: string;
|
|
2985
|
+
max: number;
|
|
2986
2986
|
errorReason: string;
|
|
2987
2987
|
noImportJobsErrorMessage: string;
|
|
2988
2988
|
noImportJobsErrorReason: string;
|
|
2989
2989
|
};
|
|
2990
2990
|
designSystemVersions: {
|
|
2991
|
-
max: number;
|
|
2992
2991
|
errorMessage: string;
|
|
2992
|
+
max: number;
|
|
2993
2993
|
errorReason: string;
|
|
2994
2994
|
};
|
|
2995
2995
|
brands: {
|
|
2996
|
-
max: number;
|
|
2997
2996
|
errorMessage: string;
|
|
2997
|
+
max: number;
|
|
2998
2998
|
errorReason: string;
|
|
2999
2999
|
};
|
|
3000
3000
|
codegenSchedules: {
|
|
3001
|
-
max: number;
|
|
3002
3001
|
errorMessage: string;
|
|
3002
|
+
max: number;
|
|
3003
3003
|
errorReason: string;
|
|
3004
3004
|
};
|
|
3005
3005
|
publicDocumentation: {
|
|
@@ -3043,13 +3043,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3043
3043
|
enabled: boolean;
|
|
3044
3044
|
};
|
|
3045
3045
|
workspacePaidSeats: {
|
|
3046
|
-
max: number;
|
|
3047
3046
|
errorMessage: string;
|
|
3047
|
+
max: number;
|
|
3048
3048
|
errorReason: string;
|
|
3049
3049
|
};
|
|
3050
3050
|
workspaceViewers: {
|
|
3051
|
-
max: number;
|
|
3052
3051
|
errorMessage: string;
|
|
3052
|
+
max: number;
|
|
3053
3053
|
errorReason: string;
|
|
3054
3054
|
};
|
|
3055
3055
|
customDocumentationExporter: {
|
|
@@ -3160,35 +3160,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3160
3160
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
3161
3161
|
featuresSummary?: {
|
|
3162
3162
|
themes: {
|
|
3163
|
-
max: number;
|
|
3164
3163
|
errorMessage: string;
|
|
3164
|
+
max: number;
|
|
3165
3165
|
errorReason: string;
|
|
3166
3166
|
};
|
|
3167
3167
|
designSystems: {
|
|
3168
|
-
max: number;
|
|
3169
3168
|
errorMessage: string;
|
|
3169
|
+
max: number;
|
|
3170
3170
|
errorReason: string;
|
|
3171
3171
|
};
|
|
3172
3172
|
designSystemSources: {
|
|
3173
|
-
max: number;
|
|
3174
3173
|
errorMessage: string;
|
|
3174
|
+
max: number;
|
|
3175
3175
|
errorReason: string;
|
|
3176
3176
|
noImportJobsErrorMessage: string;
|
|
3177
3177
|
noImportJobsErrorReason: string;
|
|
3178
3178
|
};
|
|
3179
3179
|
designSystemVersions: {
|
|
3180
|
-
max: number;
|
|
3181
3180
|
errorMessage: string;
|
|
3181
|
+
max: number;
|
|
3182
3182
|
errorReason: string;
|
|
3183
3183
|
};
|
|
3184
3184
|
brands: {
|
|
3185
|
-
max: number;
|
|
3186
3185
|
errorMessage: string;
|
|
3186
|
+
max: number;
|
|
3187
3187
|
errorReason: string;
|
|
3188
3188
|
};
|
|
3189
3189
|
codegenSchedules: {
|
|
3190
|
-
max: number;
|
|
3191
3190
|
errorMessage: string;
|
|
3191
|
+
max: number;
|
|
3192
3192
|
errorReason: string;
|
|
3193
3193
|
};
|
|
3194
3194
|
publicDocumentation: {
|
|
@@ -3232,13 +3232,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3232
3232
|
enabled: boolean;
|
|
3233
3233
|
};
|
|
3234
3234
|
workspacePaidSeats: {
|
|
3235
|
-
max: number;
|
|
3236
3235
|
errorMessage: string;
|
|
3236
|
+
max: number;
|
|
3237
3237
|
errorReason: string;
|
|
3238
3238
|
};
|
|
3239
3239
|
workspaceViewers: {
|
|
3240
|
-
max: number;
|
|
3241
3240
|
errorMessage: string;
|
|
3241
|
+
max: number;
|
|
3242
3242
|
errorReason: string;
|
|
3243
3243
|
};
|
|
3244
3244
|
customDocumentationExporter: {
|
|
@@ -3353,35 +3353,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3353
3353
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
3354
3354
|
featuresSummary?: {
|
|
3355
3355
|
themes: {
|
|
3356
|
-
max: number;
|
|
3357
3356
|
errorMessage: string;
|
|
3357
|
+
max: number;
|
|
3358
3358
|
errorReason: string;
|
|
3359
3359
|
};
|
|
3360
3360
|
designSystems: {
|
|
3361
|
-
max: number;
|
|
3362
3361
|
errorMessage: string;
|
|
3362
|
+
max: number;
|
|
3363
3363
|
errorReason: string;
|
|
3364
3364
|
};
|
|
3365
3365
|
designSystemSources: {
|
|
3366
|
-
max: number;
|
|
3367
3366
|
errorMessage: string;
|
|
3367
|
+
max: number;
|
|
3368
3368
|
errorReason: string;
|
|
3369
3369
|
noImportJobsErrorMessage: string;
|
|
3370
3370
|
noImportJobsErrorReason: string;
|
|
3371
3371
|
};
|
|
3372
3372
|
designSystemVersions: {
|
|
3373
|
-
max: number;
|
|
3374
3373
|
errorMessage: string;
|
|
3374
|
+
max: number;
|
|
3375
3375
|
errorReason: string;
|
|
3376
3376
|
};
|
|
3377
3377
|
brands: {
|
|
3378
|
-
max: number;
|
|
3379
3378
|
errorMessage: string;
|
|
3379
|
+
max: number;
|
|
3380
3380
|
errorReason: string;
|
|
3381
3381
|
};
|
|
3382
3382
|
codegenSchedules: {
|
|
3383
|
-
max: number;
|
|
3384
3383
|
errorMessage: string;
|
|
3384
|
+
max: number;
|
|
3385
3385
|
errorReason: string;
|
|
3386
3386
|
};
|
|
3387
3387
|
publicDocumentation: {
|
|
@@ -3425,13 +3425,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3425
3425
|
enabled: boolean;
|
|
3426
3426
|
};
|
|
3427
3427
|
workspacePaidSeats: {
|
|
3428
|
-
max: number;
|
|
3429
3428
|
errorMessage: string;
|
|
3429
|
+
max: number;
|
|
3430
3430
|
errorReason: string;
|
|
3431
3431
|
};
|
|
3432
3432
|
workspaceViewers: {
|
|
3433
|
-
max: number;
|
|
3434
3433
|
errorMessage: string;
|
|
3434
|
+
max: number;
|
|
3435
3435
|
errorReason: string;
|
|
3436
3436
|
};
|
|
3437
3437
|
customDocumentationExporter: {
|
|
@@ -3546,35 +3546,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3546
3546
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
3547
3547
|
featuresSummary?: {
|
|
3548
3548
|
themes: {
|
|
3549
|
-
max: number;
|
|
3550
3549
|
errorMessage: string;
|
|
3550
|
+
max: number;
|
|
3551
3551
|
errorReason: string;
|
|
3552
3552
|
};
|
|
3553
3553
|
designSystems: {
|
|
3554
|
-
max: number;
|
|
3555
3554
|
errorMessage: string;
|
|
3555
|
+
max: number;
|
|
3556
3556
|
errorReason: string;
|
|
3557
3557
|
};
|
|
3558
3558
|
designSystemSources: {
|
|
3559
|
-
max: number;
|
|
3560
3559
|
errorMessage: string;
|
|
3560
|
+
max: number;
|
|
3561
3561
|
errorReason: string;
|
|
3562
3562
|
noImportJobsErrorMessage: string;
|
|
3563
3563
|
noImportJobsErrorReason: string;
|
|
3564
3564
|
};
|
|
3565
3565
|
designSystemVersions: {
|
|
3566
|
-
max: number;
|
|
3567
3566
|
errorMessage: string;
|
|
3567
|
+
max: number;
|
|
3568
3568
|
errorReason: string;
|
|
3569
3569
|
};
|
|
3570
3570
|
brands: {
|
|
3571
|
-
max: number;
|
|
3572
3571
|
errorMessage: string;
|
|
3572
|
+
max: number;
|
|
3573
3573
|
errorReason: string;
|
|
3574
3574
|
};
|
|
3575
3575
|
codegenSchedules: {
|
|
3576
|
-
max: number;
|
|
3577
3576
|
errorMessage: string;
|
|
3577
|
+
max: number;
|
|
3578
3578
|
errorReason: string;
|
|
3579
3579
|
};
|
|
3580
3580
|
publicDocumentation: {
|
|
@@ -3618,13 +3618,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3618
3618
|
enabled: boolean;
|
|
3619
3619
|
};
|
|
3620
3620
|
workspacePaidSeats: {
|
|
3621
|
-
max: number;
|
|
3622
3621
|
errorMessage: string;
|
|
3622
|
+
max: number;
|
|
3623
3623
|
errorReason: string;
|
|
3624
3624
|
};
|
|
3625
3625
|
workspaceViewers: {
|
|
3626
|
-
max: number;
|
|
3627
3626
|
errorMessage: string;
|
|
3627
|
+
max: number;
|
|
3628
3628
|
errorReason: string;
|
|
3629
3629
|
};
|
|
3630
3630
|
customDocumentationExporter: {
|
|
@@ -3970,35 +3970,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3970
3970
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
3971
3971
|
featuresSummary?: {
|
|
3972
3972
|
themes: {
|
|
3973
|
-
max: number;
|
|
3974
3973
|
errorMessage: string;
|
|
3974
|
+
max: number;
|
|
3975
3975
|
errorReason: string;
|
|
3976
3976
|
};
|
|
3977
3977
|
designSystems: {
|
|
3978
|
-
max: number;
|
|
3979
3978
|
errorMessage: string;
|
|
3979
|
+
max: number;
|
|
3980
3980
|
errorReason: string;
|
|
3981
3981
|
};
|
|
3982
3982
|
designSystemSources: {
|
|
3983
|
-
max: number;
|
|
3984
3983
|
errorMessage: string;
|
|
3984
|
+
max: number;
|
|
3985
3985
|
errorReason: string;
|
|
3986
3986
|
noImportJobsErrorMessage: string;
|
|
3987
3987
|
noImportJobsErrorReason: string;
|
|
3988
3988
|
};
|
|
3989
3989
|
designSystemVersions: {
|
|
3990
|
-
max: number;
|
|
3991
3990
|
errorMessage: string;
|
|
3991
|
+
max: number;
|
|
3992
3992
|
errorReason: string;
|
|
3993
3993
|
};
|
|
3994
3994
|
brands: {
|
|
3995
|
-
max: number;
|
|
3996
3995
|
errorMessage: string;
|
|
3996
|
+
max: number;
|
|
3997
3997
|
errorReason: string;
|
|
3998
3998
|
};
|
|
3999
3999
|
codegenSchedules: {
|
|
4000
|
-
max: number;
|
|
4001
4000
|
errorMessage: string;
|
|
4001
|
+
max: number;
|
|
4002
4002
|
errorReason: string;
|
|
4003
4003
|
};
|
|
4004
4004
|
publicDocumentation: {
|
|
@@ -4042,13 +4042,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
4042
4042
|
enabled: boolean;
|
|
4043
4043
|
};
|
|
4044
4044
|
workspacePaidSeats: {
|
|
4045
|
-
max: number;
|
|
4046
4045
|
errorMessage: string;
|
|
4046
|
+
max: number;
|
|
4047
4047
|
errorReason: string;
|
|
4048
4048
|
};
|
|
4049
4049
|
workspaceViewers: {
|
|
4050
|
-
max: number;
|
|
4051
4050
|
errorMessage: string;
|
|
4051
|
+
max: number;
|
|
4052
4052
|
errorReason: string;
|
|
4053
4053
|
};
|
|
4054
4054
|
customDocumentationExporter: {
|
|
@@ -4216,35 +4216,35 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
4216
4216
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
4217
4217
|
featuresSummary?: {
|
|
4218
4218
|
themes: {
|
|
4219
|
-
max: number;
|
|
4220
4219
|
errorMessage: string;
|
|
4220
|
+
max: number;
|
|
4221
4221
|
errorReason: string;
|
|
4222
4222
|
};
|
|
4223
4223
|
designSystems: {
|
|
4224
|
-
max: number;
|
|
4225
4224
|
errorMessage: string;
|
|
4225
|
+
max: number;
|
|
4226
4226
|
errorReason: string;
|
|
4227
4227
|
};
|
|
4228
4228
|
designSystemSources: {
|
|
4229
|
-
max: number;
|
|
4230
4229
|
errorMessage: string;
|
|
4230
|
+
max: number;
|
|
4231
4231
|
errorReason: string;
|
|
4232
4232
|
noImportJobsErrorMessage: string;
|
|
4233
4233
|
noImportJobsErrorReason: string;
|
|
4234
4234
|
};
|
|
4235
4235
|
designSystemVersions: {
|
|
4236
|
-
max: number;
|
|
4237
4236
|
errorMessage: string;
|
|
4237
|
+
max: number;
|
|
4238
4238
|
errorReason: string;
|
|
4239
4239
|
};
|
|
4240
4240
|
brands: {
|
|
4241
|
-
max: number;
|
|
4242
4241
|
errorMessage: string;
|
|
4242
|
+
max: number;
|
|
4243
4243
|
errorReason: string;
|
|
4244
4244
|
};
|
|
4245
4245
|
codegenSchedules: {
|
|
4246
|
-
max: number;
|
|
4247
4246
|
errorMessage: string;
|
|
4247
|
+
max: number;
|
|
4248
4248
|
errorReason: string;
|
|
4249
4249
|
};
|
|
4250
4250
|
publicDocumentation: {
|
|
@@ -4288,13 +4288,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
4288
4288
|
enabled: boolean;
|
|
4289
4289
|
};
|
|
4290
4290
|
workspacePaidSeats: {
|
|
4291
|
-
max: number;
|
|
4292
4291
|
errorMessage: string;
|
|
4292
|
+
max: number;
|
|
4293
4293
|
errorReason: string;
|
|
4294
4294
|
};
|
|
4295
4295
|
workspaceViewers: {
|
|
4296
|
-
max: number;
|
|
4297
4296
|
errorMessage: string;
|
|
4297
|
+
max: number;
|
|
4298
4298
|
errorReason: string;
|
|
4299
4299
|
};
|
|
4300
4300
|
customDocumentationExporter: {
|
|
@@ -85191,12 +85191,12 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85191
85191
|
errorMessage: z.ZodString;
|
|
85192
85192
|
errorReason: z.ZodString;
|
|
85193
85193
|
}, "strip", z.ZodTypeAny, {
|
|
85194
|
-
max: number;
|
|
85195
85194
|
errorMessage: string;
|
|
85195
|
+
max: number;
|
|
85196
85196
|
errorReason: string;
|
|
85197
85197
|
}, {
|
|
85198
|
-
max: number;
|
|
85199
85198
|
errorMessage: string;
|
|
85199
|
+
max: number;
|
|
85200
85200
|
errorReason: string;
|
|
85201
85201
|
}>;
|
|
85202
85202
|
designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -85207,14 +85207,14 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85207
85207
|
noImportJobsErrorMessage: z.ZodString;
|
|
85208
85208
|
noImportJobsErrorReason: z.ZodString;
|
|
85209
85209
|
}>, "strip", z.ZodTypeAny, {
|
|
85210
|
-
max: number;
|
|
85211
85210
|
errorMessage: string;
|
|
85211
|
+
max: number;
|
|
85212
85212
|
errorReason: string;
|
|
85213
85213
|
noImportJobsErrorMessage: string;
|
|
85214
85214
|
noImportJobsErrorReason: string;
|
|
85215
85215
|
}, {
|
|
85216
|
-
max: number;
|
|
85217
85216
|
errorMessage: string;
|
|
85217
|
+
max: number;
|
|
85218
85218
|
errorReason: string;
|
|
85219
85219
|
noImportJobsErrorMessage: string;
|
|
85220
85220
|
noImportJobsErrorReason: string;
|
|
@@ -85224,12 +85224,12 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85224
85224
|
errorMessage: z.ZodString;
|
|
85225
85225
|
errorReason: z.ZodString;
|
|
85226
85226
|
}, "strip", z.ZodTypeAny, {
|
|
85227
|
-
max: number;
|
|
85228
85227
|
errorMessage: string;
|
|
85228
|
+
max: number;
|
|
85229
85229
|
errorReason: string;
|
|
85230
85230
|
}, {
|
|
85231
|
-
max: number;
|
|
85232
85231
|
errorMessage: string;
|
|
85232
|
+
max: number;
|
|
85233
85233
|
errorReason: string;
|
|
85234
85234
|
}>;
|
|
85235
85235
|
themes: z.ZodObject<{
|
|
@@ -85237,12 +85237,12 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85237
85237
|
errorMessage: z.ZodString;
|
|
85238
85238
|
errorReason: z.ZodString;
|
|
85239
85239
|
}, "strip", z.ZodTypeAny, {
|
|
85240
|
-
max: number;
|
|
85241
85240
|
errorMessage: string;
|
|
85241
|
+
max: number;
|
|
85242
85242
|
errorReason: string;
|
|
85243
85243
|
}, {
|
|
85244
|
-
max: number;
|
|
85245
85244
|
errorMessage: string;
|
|
85245
|
+
max: number;
|
|
85246
85246
|
errorReason: string;
|
|
85247
85247
|
}>;
|
|
85248
85248
|
brands: z.ZodObject<{
|
|
@@ -85250,12 +85250,12 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85250
85250
|
errorMessage: z.ZodString;
|
|
85251
85251
|
errorReason: z.ZodString;
|
|
85252
85252
|
}, "strip", z.ZodTypeAny, {
|
|
85253
|
-
max: number;
|
|
85254
85253
|
errorMessage: string;
|
|
85254
|
+
max: number;
|
|
85255
85255
|
errorReason: string;
|
|
85256
85256
|
}, {
|
|
85257
|
-
max: number;
|
|
85258
85257
|
errorMessage: string;
|
|
85258
|
+
max: number;
|
|
85259
85259
|
errorReason: string;
|
|
85260
85260
|
}>;
|
|
85261
85261
|
codegenSchedules: z.ZodObject<{
|
|
@@ -85263,12 +85263,12 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85263
85263
|
errorMessage: z.ZodString;
|
|
85264
85264
|
errorReason: z.ZodString;
|
|
85265
85265
|
}, "strip", z.ZodTypeAny, {
|
|
85266
|
-
max: number;
|
|
85267
85266
|
errorMessage: string;
|
|
85267
|
+
max: number;
|
|
85268
85268
|
errorReason: string;
|
|
85269
85269
|
}, {
|
|
85270
|
-
max: number;
|
|
85271
85270
|
errorMessage: string;
|
|
85271
|
+
max: number;
|
|
85272
85272
|
errorReason: string;
|
|
85273
85273
|
}>;
|
|
85274
85274
|
publicDocumentation: z.ZodObject<{
|
|
@@ -85380,12 +85380,12 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85380
85380
|
errorMessage: z.ZodString;
|
|
85381
85381
|
errorReason: z.ZodString;
|
|
85382
85382
|
}, "strip", z.ZodTypeAny, {
|
|
85383
|
-
max: number;
|
|
85384
85383
|
errorMessage: string;
|
|
85384
|
+
max: number;
|
|
85385
85385
|
errorReason: string;
|
|
85386
85386
|
}, {
|
|
85387
|
-
max: number;
|
|
85388
85387
|
errorMessage: string;
|
|
85388
|
+
max: number;
|
|
85389
85389
|
errorReason: string;
|
|
85390
85390
|
}>;
|
|
85391
85391
|
workspaceViewers: z.ZodObject<{
|
|
@@ -85393,12 +85393,12 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85393
85393
|
errorMessage: z.ZodString;
|
|
85394
85394
|
errorReason: z.ZodString;
|
|
85395
85395
|
}, "strip", z.ZodTypeAny, {
|
|
85396
|
-
max: number;
|
|
85397
85396
|
errorMessage: string;
|
|
85397
|
+
max: number;
|
|
85398
85398
|
errorReason: string;
|
|
85399
85399
|
}, {
|
|
85400
|
-
max: number;
|
|
85401
85400
|
errorMessage: string;
|
|
85401
|
+
max: number;
|
|
85402
85402
|
errorReason: string;
|
|
85403
85403
|
}>;
|
|
85404
85404
|
customDocumentationExporter: z.ZodObject<{
|
|
@@ -85494,35 +85494,35 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85494
85494
|
}>;
|
|
85495
85495
|
}, "strip", z.ZodTypeAny, {
|
|
85496
85496
|
themes: {
|
|
85497
|
-
max: number;
|
|
85498
85497
|
errorMessage: string;
|
|
85498
|
+
max: number;
|
|
85499
85499
|
errorReason: string;
|
|
85500
85500
|
};
|
|
85501
85501
|
designSystems: {
|
|
85502
|
-
max: number;
|
|
85503
85502
|
errorMessage: string;
|
|
85503
|
+
max: number;
|
|
85504
85504
|
errorReason: string;
|
|
85505
85505
|
};
|
|
85506
85506
|
designSystemSources: {
|
|
85507
|
-
max: number;
|
|
85508
85507
|
errorMessage: string;
|
|
85508
|
+
max: number;
|
|
85509
85509
|
errorReason: string;
|
|
85510
85510
|
noImportJobsErrorMessage: string;
|
|
85511
85511
|
noImportJobsErrorReason: string;
|
|
85512
85512
|
};
|
|
85513
85513
|
designSystemVersions: {
|
|
85514
|
-
max: number;
|
|
85515
85514
|
errorMessage: string;
|
|
85515
|
+
max: number;
|
|
85516
85516
|
errorReason: string;
|
|
85517
85517
|
};
|
|
85518
85518
|
brands: {
|
|
85519
|
-
max: number;
|
|
85520
85519
|
errorMessage: string;
|
|
85520
|
+
max: number;
|
|
85521
85521
|
errorReason: string;
|
|
85522
85522
|
};
|
|
85523
85523
|
codegenSchedules: {
|
|
85524
|
-
max: number;
|
|
85525
85524
|
errorMessage: string;
|
|
85525
|
+
max: number;
|
|
85526
85526
|
errorReason: string;
|
|
85527
85527
|
};
|
|
85528
85528
|
publicDocumentation: {
|
|
@@ -85566,13 +85566,13 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85566
85566
|
enabled: boolean;
|
|
85567
85567
|
};
|
|
85568
85568
|
workspacePaidSeats: {
|
|
85569
|
-
max: number;
|
|
85570
85569
|
errorMessage: string;
|
|
85570
|
+
max: number;
|
|
85571
85571
|
errorReason: string;
|
|
85572
85572
|
};
|
|
85573
85573
|
workspaceViewers: {
|
|
85574
|
-
max: number;
|
|
85575
85574
|
errorMessage: string;
|
|
85575
|
+
max: number;
|
|
85576
85576
|
errorReason: string;
|
|
85577
85577
|
};
|
|
85578
85578
|
customDocumentationExporter: {
|
|
@@ -85612,35 +85612,35 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85612
85612
|
};
|
|
85613
85613
|
}, {
|
|
85614
85614
|
themes: {
|
|
85615
|
-
max: number;
|
|
85616
85615
|
errorMessage: string;
|
|
85616
|
+
max: number;
|
|
85617
85617
|
errorReason: string;
|
|
85618
85618
|
};
|
|
85619
85619
|
designSystems: {
|
|
85620
|
-
max: number;
|
|
85621
85620
|
errorMessage: string;
|
|
85621
|
+
max: number;
|
|
85622
85622
|
errorReason: string;
|
|
85623
85623
|
};
|
|
85624
85624
|
designSystemSources: {
|
|
85625
|
-
max: number;
|
|
85626
85625
|
errorMessage: string;
|
|
85626
|
+
max: number;
|
|
85627
85627
|
errorReason: string;
|
|
85628
85628
|
noImportJobsErrorMessage: string;
|
|
85629
85629
|
noImportJobsErrorReason: string;
|
|
85630
85630
|
};
|
|
85631
85631
|
designSystemVersions: {
|
|
85632
|
-
max: number;
|
|
85633
85632
|
errorMessage: string;
|
|
85633
|
+
max: number;
|
|
85634
85634
|
errorReason: string;
|
|
85635
85635
|
};
|
|
85636
85636
|
brands: {
|
|
85637
|
-
max: number;
|
|
85638
85637
|
errorMessage: string;
|
|
85638
|
+
max: number;
|
|
85639
85639
|
errorReason: string;
|
|
85640
85640
|
};
|
|
85641
85641
|
codegenSchedules: {
|
|
85642
|
-
max: number;
|
|
85643
85642
|
errorMessage: string;
|
|
85643
|
+
max: number;
|
|
85644
85644
|
errorReason: string;
|
|
85645
85645
|
};
|
|
85646
85646
|
publicDocumentation: {
|
|
@@ -85684,13 +85684,13 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85684
85684
|
enabled: boolean;
|
|
85685
85685
|
};
|
|
85686
85686
|
workspacePaidSeats: {
|
|
85687
|
-
max: number;
|
|
85688
85687
|
errorMessage: string;
|
|
85688
|
+
max: number;
|
|
85689
85689
|
errorReason: string;
|
|
85690
85690
|
};
|
|
85691
85691
|
workspaceViewers: {
|
|
85692
|
-
max: number;
|
|
85693
85692
|
errorMessage: string;
|
|
85693
|
+
max: number;
|
|
85694
85694
|
errorReason: string;
|
|
85695
85695
|
};
|
|
85696
85696
|
customDocumentationExporter: {
|
|
@@ -85797,35 +85797,35 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85797
85797
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
85798
85798
|
featuresSummary?: {
|
|
85799
85799
|
themes: {
|
|
85800
|
-
max: number;
|
|
85801
85800
|
errorMessage: string;
|
|
85801
|
+
max: number;
|
|
85802
85802
|
errorReason: string;
|
|
85803
85803
|
};
|
|
85804
85804
|
designSystems: {
|
|
85805
|
-
max: number;
|
|
85806
85805
|
errorMessage: string;
|
|
85806
|
+
max: number;
|
|
85807
85807
|
errorReason: string;
|
|
85808
85808
|
};
|
|
85809
85809
|
designSystemSources: {
|
|
85810
|
-
max: number;
|
|
85811
85810
|
errorMessage: string;
|
|
85811
|
+
max: number;
|
|
85812
85812
|
errorReason: string;
|
|
85813
85813
|
noImportJobsErrorMessage: string;
|
|
85814
85814
|
noImportJobsErrorReason: string;
|
|
85815
85815
|
};
|
|
85816
85816
|
designSystemVersions: {
|
|
85817
|
-
max: number;
|
|
85818
85817
|
errorMessage: string;
|
|
85818
|
+
max: number;
|
|
85819
85819
|
errorReason: string;
|
|
85820
85820
|
};
|
|
85821
85821
|
brands: {
|
|
85822
|
-
max: number;
|
|
85823
85822
|
errorMessage: string;
|
|
85823
|
+
max: number;
|
|
85824
85824
|
errorReason: string;
|
|
85825
85825
|
};
|
|
85826
85826
|
codegenSchedules: {
|
|
85827
|
-
max: number;
|
|
85828
85827
|
errorMessage: string;
|
|
85828
|
+
max: number;
|
|
85829
85829
|
errorReason: string;
|
|
85830
85830
|
};
|
|
85831
85831
|
publicDocumentation: {
|
|
@@ -85869,13 +85869,13 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85869
85869
|
enabled: boolean;
|
|
85870
85870
|
};
|
|
85871
85871
|
workspacePaidSeats: {
|
|
85872
|
-
max: number;
|
|
85873
85872
|
errorMessage: string;
|
|
85873
|
+
max: number;
|
|
85874
85874
|
errorReason: string;
|
|
85875
85875
|
};
|
|
85876
85876
|
workspaceViewers: {
|
|
85877
|
-
max: number;
|
|
85878
85877
|
errorMessage: string;
|
|
85878
|
+
max: number;
|
|
85879
85879
|
errorReason: string;
|
|
85880
85880
|
};
|
|
85881
85881
|
customDocumentationExporter: {
|
|
@@ -85949,35 +85949,35 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
85949
85949
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
85950
85950
|
featuresSummary?: {
|
|
85951
85951
|
themes: {
|
|
85952
|
-
max: number;
|
|
85953
85952
|
errorMessage: string;
|
|
85953
|
+
max: number;
|
|
85954
85954
|
errorReason: string;
|
|
85955
85955
|
};
|
|
85956
85956
|
designSystems: {
|
|
85957
|
-
max: number;
|
|
85958
85957
|
errorMessage: string;
|
|
85958
|
+
max: number;
|
|
85959
85959
|
errorReason: string;
|
|
85960
85960
|
};
|
|
85961
85961
|
designSystemSources: {
|
|
85962
|
-
max: number;
|
|
85963
85962
|
errorMessage: string;
|
|
85963
|
+
max: number;
|
|
85964
85964
|
errorReason: string;
|
|
85965
85965
|
noImportJobsErrorMessage: string;
|
|
85966
85966
|
noImportJobsErrorReason: string;
|
|
85967
85967
|
};
|
|
85968
85968
|
designSystemVersions: {
|
|
85969
|
-
max: number;
|
|
85970
85969
|
errorMessage: string;
|
|
85970
|
+
max: number;
|
|
85971
85971
|
errorReason: string;
|
|
85972
85972
|
};
|
|
85973
85973
|
brands: {
|
|
85974
|
-
max: number;
|
|
85975
85974
|
errorMessage: string;
|
|
85975
|
+
max: number;
|
|
85976
85976
|
errorReason: string;
|
|
85977
85977
|
};
|
|
85978
85978
|
codegenSchedules: {
|
|
85979
|
-
max: number;
|
|
85980
85979
|
errorMessage: string;
|
|
85980
|
+
max: number;
|
|
85981
85981
|
errorReason: string;
|
|
85982
85982
|
};
|
|
85983
85983
|
publicDocumentation: {
|
|
@@ -86021,13 +86021,13 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
86021
86021
|
enabled: boolean;
|
|
86022
86022
|
};
|
|
86023
86023
|
workspacePaidSeats: {
|
|
86024
|
-
max: number;
|
|
86025
86024
|
errorMessage: string;
|
|
86025
|
+
max: number;
|
|
86026
86026
|
errorReason: string;
|
|
86027
86027
|
};
|
|
86028
86028
|
workspaceViewers: {
|
|
86029
|
-
max: number;
|
|
86030
86029
|
errorMessage: string;
|
|
86030
|
+
max: number;
|
|
86031
86031
|
errorReason: string;
|
|
86032
86032
|
};
|
|
86033
86033
|
customDocumentationExporter: {
|
|
@@ -86160,35 +86160,35 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
86160
86160
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
86161
86161
|
featuresSummary?: {
|
|
86162
86162
|
themes: {
|
|
86163
|
-
max: number;
|
|
86164
86163
|
errorMessage: string;
|
|
86164
|
+
max: number;
|
|
86165
86165
|
errorReason: string;
|
|
86166
86166
|
};
|
|
86167
86167
|
designSystems: {
|
|
86168
|
-
max: number;
|
|
86169
86168
|
errorMessage: string;
|
|
86169
|
+
max: number;
|
|
86170
86170
|
errorReason: string;
|
|
86171
86171
|
};
|
|
86172
86172
|
designSystemSources: {
|
|
86173
|
-
max: number;
|
|
86174
86173
|
errorMessage: string;
|
|
86174
|
+
max: number;
|
|
86175
86175
|
errorReason: string;
|
|
86176
86176
|
noImportJobsErrorMessage: string;
|
|
86177
86177
|
noImportJobsErrorReason: string;
|
|
86178
86178
|
};
|
|
86179
86179
|
designSystemVersions: {
|
|
86180
|
-
max: number;
|
|
86181
86180
|
errorMessage: string;
|
|
86181
|
+
max: number;
|
|
86182
86182
|
errorReason: string;
|
|
86183
86183
|
};
|
|
86184
86184
|
brands: {
|
|
86185
|
-
max: number;
|
|
86186
86185
|
errorMessage: string;
|
|
86186
|
+
max: number;
|
|
86187
86187
|
errorReason: string;
|
|
86188
86188
|
};
|
|
86189
86189
|
codegenSchedules: {
|
|
86190
|
-
max: number;
|
|
86191
86190
|
errorMessage: string;
|
|
86191
|
+
max: number;
|
|
86192
86192
|
errorReason: string;
|
|
86193
86193
|
};
|
|
86194
86194
|
publicDocumentation: {
|
|
@@ -86232,13 +86232,13 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
86232
86232
|
enabled: boolean;
|
|
86233
86233
|
};
|
|
86234
86234
|
workspacePaidSeats: {
|
|
86235
|
-
max: number;
|
|
86236
86235
|
errorMessage: string;
|
|
86236
|
+
max: number;
|
|
86237
86237
|
errorReason: string;
|
|
86238
86238
|
};
|
|
86239
86239
|
workspaceViewers: {
|
|
86240
|
-
max: number;
|
|
86241
86240
|
errorMessage: string;
|
|
86241
|
+
max: number;
|
|
86242
86242
|
errorReason: string;
|
|
86243
86243
|
};
|
|
86244
86244
|
customDocumentationExporter: {
|
|
@@ -86349,35 +86349,35 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
86349
86349
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
86350
86350
|
featuresSummary?: {
|
|
86351
86351
|
themes: {
|
|
86352
|
-
max: number;
|
|
86353
86352
|
errorMessage: string;
|
|
86353
|
+
max: number;
|
|
86354
86354
|
errorReason: string;
|
|
86355
86355
|
};
|
|
86356
86356
|
designSystems: {
|
|
86357
|
-
max: number;
|
|
86358
86357
|
errorMessage: string;
|
|
86358
|
+
max: number;
|
|
86359
86359
|
errorReason: string;
|
|
86360
86360
|
};
|
|
86361
86361
|
designSystemSources: {
|
|
86362
|
-
max: number;
|
|
86363
86362
|
errorMessage: string;
|
|
86363
|
+
max: number;
|
|
86364
86364
|
errorReason: string;
|
|
86365
86365
|
noImportJobsErrorMessage: string;
|
|
86366
86366
|
noImportJobsErrorReason: string;
|
|
86367
86367
|
};
|
|
86368
86368
|
designSystemVersions: {
|
|
86369
|
-
max: number;
|
|
86370
86369
|
errorMessage: string;
|
|
86370
|
+
max: number;
|
|
86371
86371
|
errorReason: string;
|
|
86372
86372
|
};
|
|
86373
86373
|
brands: {
|
|
86374
|
-
max: number;
|
|
86375
86374
|
errorMessage: string;
|
|
86375
|
+
max: number;
|
|
86376
86376
|
errorReason: string;
|
|
86377
86377
|
};
|
|
86378
86378
|
codegenSchedules: {
|
|
86379
|
-
max: number;
|
|
86380
86379
|
errorMessage: string;
|
|
86380
|
+
max: number;
|
|
86381
86381
|
errorReason: string;
|
|
86382
86382
|
};
|
|
86383
86383
|
publicDocumentation: {
|
|
@@ -86421,13 +86421,13 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
86421
86421
|
enabled: boolean;
|
|
86422
86422
|
};
|
|
86423
86423
|
workspacePaidSeats: {
|
|
86424
|
-
max: number;
|
|
86425
86424
|
errorMessage: string;
|
|
86425
|
+
max: number;
|
|
86426
86426
|
errorReason: string;
|
|
86427
86427
|
};
|
|
86428
86428
|
workspaceViewers: {
|
|
86429
|
-
max: number;
|
|
86430
86429
|
errorMessage: string;
|
|
86430
|
+
max: number;
|
|
86431
86431
|
errorReason: string;
|
|
86432
86432
|
};
|
|
86433
86433
|
customDocumentationExporter: {
|
|
@@ -86542,228 +86542,35 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
86542
86542
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
86543
86543
|
featuresSummary?: {
|
|
86544
86544
|
themes: {
|
|
86545
|
-
max: number;
|
|
86546
|
-
errorMessage: string;
|
|
86547
|
-
errorReason: string;
|
|
86548
|
-
};
|
|
86549
|
-
designSystems: {
|
|
86550
|
-
max: number;
|
|
86551
|
-
errorMessage: string;
|
|
86552
|
-
errorReason: string;
|
|
86553
|
-
};
|
|
86554
|
-
designSystemSources: {
|
|
86555
|
-
max: number;
|
|
86556
|
-
errorMessage: string;
|
|
86557
|
-
errorReason: string;
|
|
86558
|
-
noImportJobsErrorMessage: string;
|
|
86559
|
-
noImportJobsErrorReason: string;
|
|
86560
|
-
};
|
|
86561
|
-
designSystemVersions: {
|
|
86562
|
-
max: number;
|
|
86563
86545
|
errorMessage: string;
|
|
86564
|
-
errorReason: string;
|
|
86565
|
-
};
|
|
86566
|
-
brands: {
|
|
86567
86546
|
max: number;
|
|
86568
|
-
errorMessage: string;
|
|
86569
|
-
errorReason: string;
|
|
86570
|
-
};
|
|
86571
|
-
codegenSchedules: {
|
|
86572
|
-
max: number;
|
|
86573
|
-
errorMessage: string;
|
|
86574
|
-
errorReason: string;
|
|
86575
|
-
};
|
|
86576
|
-
publicDocumentation: {
|
|
86577
|
-
errorMessage: string;
|
|
86578
|
-
errorReason: string;
|
|
86579
|
-
enabled: boolean;
|
|
86580
|
-
};
|
|
86581
|
-
customDocumentationUrl: {
|
|
86582
|
-
errorMessage: string;
|
|
86583
|
-
errorReason: string;
|
|
86584
|
-
enabled: boolean;
|
|
86585
|
-
};
|
|
86586
|
-
customDocumentationViewButton: {
|
|
86587
|
-
errorMessage: string;
|
|
86588
|
-
errorReason: string;
|
|
86589
|
-
enabled: boolean;
|
|
86590
|
-
};
|
|
86591
|
-
designSystemSourceAutoImport: {
|
|
86592
|
-
errorMessage: string;
|
|
86593
|
-
errorReason: string;
|
|
86594
|
-
enabled: boolean;
|
|
86595
|
-
};
|
|
86596
|
-
designSystemSlug: {
|
|
86597
|
-
errorMessage: string;
|
|
86598
|
-
errorReason: string;
|
|
86599
|
-
enabled: boolean;
|
|
86600
|
-
};
|
|
86601
|
-
ipWhitelisting: {
|
|
86602
|
-
errorMessage: string;
|
|
86603
|
-
errorReason: string;
|
|
86604
|
-
enabled: boolean;
|
|
86605
|
-
};
|
|
86606
|
-
npmRegistry: {
|
|
86607
|
-
errorMessage: string;
|
|
86608
|
-
errorReason: string;
|
|
86609
|
-
enabled: boolean;
|
|
86610
|
-
};
|
|
86611
|
-
sso: {
|
|
86612
|
-
errorMessage: string;
|
|
86613
|
-
errorReason: string;
|
|
86614
|
-
enabled: boolean;
|
|
86615
|
-
};
|
|
86616
|
-
workspacePaidSeats: {
|
|
86617
|
-
max: number;
|
|
86618
|
-
errorMessage: string;
|
|
86619
|
-
errorReason: string;
|
|
86620
|
-
};
|
|
86621
|
-
workspaceViewers: {
|
|
86622
|
-
max: number;
|
|
86623
|
-
errorMessage: string;
|
|
86624
|
-
errorReason: string;
|
|
86625
|
-
};
|
|
86626
|
-
customDocumentationExporter: {
|
|
86627
|
-
errorMessage: string;
|
|
86628
|
-
errorReason: string;
|
|
86629
|
-
enabled: boolean;
|
|
86630
|
-
};
|
|
86631
|
-
protectedPages: {
|
|
86632
|
-
errorMessage: string;
|
|
86633
|
-
errorReason: string;
|
|
86634
|
-
enabled: boolean;
|
|
86635
|
-
};
|
|
86636
|
-
approvals: {
|
|
86637
|
-
errorMessage: string;
|
|
86638
|
-
errorReason: string;
|
|
86639
|
-
enabled: boolean;
|
|
86640
|
-
};
|
|
86641
|
-
selectivePublishing: {
|
|
86642
|
-
errorMessage: string;
|
|
86643
|
-
errorReason: string;
|
|
86644
|
-
enabled: boolean;
|
|
86645
|
-
};
|
|
86646
|
-
designSystemAccessModes: {
|
|
86647
|
-
errorMessage: string;
|
|
86648
|
-
errorReason: string;
|
|
86649
|
-
enabled: boolean;
|
|
86650
|
-
};
|
|
86651
|
-
designSystemRoles: {
|
|
86652
|
-
errorMessage: string;
|
|
86653
|
-
errorReason: string;
|
|
86654
|
-
enabled: boolean;
|
|
86655
|
-
};
|
|
86656
|
-
documentationPageRedirects: {
|
|
86657
|
-
errorMessage: string;
|
|
86658
|
-
errorReason: string;
|
|
86659
|
-
enabled: boolean;
|
|
86660
|
-
};
|
|
86661
|
-
} | undefined;
|
|
86662
|
-
stripeSubscriptionMainItemId?: string | undefined;
|
|
86663
|
-
currentPeriodStart?: string | undefined;
|
|
86664
|
-
currentPeriodEnd?: string | undefined;
|
|
86665
|
-
subscriptionStatusUpdatedAt?: string | undefined;
|
|
86666
|
-
cancelAt?: string | null | undefined;
|
|
86667
|
-
billingType?: "Auto" | "Invoice" | undefined;
|
|
86668
|
-
daysUntilDue?: number | undefined;
|
|
86669
|
-
};
|
|
86670
|
-
npmRegistry?: {
|
|
86671
|
-
enabledScopes: string[];
|
|
86672
|
-
bypassProxy: boolean;
|
|
86673
|
-
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
86674
|
-
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
86675
|
-
registryUrl: string;
|
|
86676
|
-
proxyUrl: string;
|
|
86677
|
-
customRegistryUrl?: string | undefined;
|
|
86678
|
-
accessToken?: string | undefined;
|
|
86679
|
-
username?: string | undefined;
|
|
86680
|
-
password?: string | undefined;
|
|
86681
|
-
} | undefined;
|
|
86682
|
-
};
|
|
86683
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
86684
|
-
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
86685
|
-
}, {
|
|
86686
|
-
workspace: {
|
|
86687
|
-
id: string;
|
|
86688
|
-
profile: {
|
|
86689
|
-
name: string;
|
|
86690
|
-
color: string;
|
|
86691
|
-
handle: string;
|
|
86692
|
-
avatar?: string | null | undefined;
|
|
86693
|
-
billingDetails?: {
|
|
86694
|
-
address?: {
|
|
86695
|
-
state?: string | null | undefined;
|
|
86696
|
-
street1?: string | null | undefined;
|
|
86697
|
-
street2?: string | null | undefined;
|
|
86698
|
-
city?: string | null | undefined;
|
|
86699
|
-
postal?: string | null | undefined;
|
|
86700
|
-
country?: string | null | undefined;
|
|
86701
|
-
} | null | undefined;
|
|
86702
|
-
email?: string | null | undefined;
|
|
86703
|
-
notes?: string | null | undefined;
|
|
86704
|
-
companyName?: string | null | undefined;
|
|
86705
|
-
companyId?: string | null | undefined;
|
|
86706
|
-
vat?: string | null | undefined;
|
|
86707
|
-
poNumber?: string | null | undefined;
|
|
86708
|
-
} | null | undefined;
|
|
86709
|
-
};
|
|
86710
|
-
subscription: {
|
|
86711
|
-
product: "company" | "enterprise" | "free" | "team";
|
|
86712
|
-
planPriceId: string;
|
|
86713
|
-
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
86714
|
-
seats: number;
|
|
86715
|
-
seatLimit: number;
|
|
86716
|
-
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
86717
|
-
card?: {
|
|
86718
|
-
name?: string | null | undefined;
|
|
86719
|
-
cardId?: string | null | undefined;
|
|
86720
|
-
last4?: string | null | undefined;
|
|
86721
|
-
expiryMonth?: string | null | undefined;
|
|
86722
|
-
expiryYear?: string | null | undefined;
|
|
86723
|
-
brand?: string | null | undefined;
|
|
86724
|
-
} | undefined;
|
|
86725
|
-
amount?: number | null | undefined;
|
|
86726
|
-
stripeProductDescription?: string | undefined;
|
|
86727
|
-
isPricePerCreator?: boolean | undefined;
|
|
86728
|
-
isTrial?: boolean | undefined;
|
|
86729
|
-
legacyVersion?: string | undefined;
|
|
86730
|
-
stripeProductFeatures?: string[] | undefined;
|
|
86731
|
-
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
86732
|
-
stripeSubscriptionId?: string | null | undefined;
|
|
86733
|
-
stripeCustomerId?: string | null | undefined;
|
|
86734
|
-
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
86735
|
-
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
86736
|
-
featuresSummary?: {
|
|
86737
|
-
themes: {
|
|
86738
|
-
max: number;
|
|
86739
|
-
errorMessage: string;
|
|
86740
86547
|
errorReason: string;
|
|
86741
86548
|
};
|
|
86742
86549
|
designSystems: {
|
|
86743
|
-
max: number;
|
|
86744
86550
|
errorMessage: string;
|
|
86551
|
+
max: number;
|
|
86745
86552
|
errorReason: string;
|
|
86746
86553
|
};
|
|
86747
86554
|
designSystemSources: {
|
|
86748
|
-
max: number;
|
|
86749
86555
|
errorMessage: string;
|
|
86556
|
+
max: number;
|
|
86750
86557
|
errorReason: string;
|
|
86751
86558
|
noImportJobsErrorMessage: string;
|
|
86752
86559
|
noImportJobsErrorReason: string;
|
|
86753
86560
|
};
|
|
86754
86561
|
designSystemVersions: {
|
|
86755
|
-
max: number;
|
|
86756
86562
|
errorMessage: string;
|
|
86563
|
+
max: number;
|
|
86757
86564
|
errorReason: string;
|
|
86758
86565
|
};
|
|
86759
86566
|
brands: {
|
|
86760
|
-
max: number;
|
|
86761
86567
|
errorMessage: string;
|
|
86568
|
+
max: number;
|
|
86762
86569
|
errorReason: string;
|
|
86763
86570
|
};
|
|
86764
86571
|
codegenSchedules: {
|
|
86765
|
-
max: number;
|
|
86766
86572
|
errorMessage: string;
|
|
86573
|
+
max: number;
|
|
86767
86574
|
errorReason: string;
|
|
86768
86575
|
};
|
|
86769
86576
|
publicDocumentation: {
|
|
@@ -86807,13 +86614,206 @@ declare const DTOUserWorkspaceMembership: z.ZodObject<{
|
|
|
86807
86614
|
enabled: boolean;
|
|
86808
86615
|
};
|
|
86809
86616
|
workspacePaidSeats: {
|
|
86810
|
-
max: number;
|
|
86811
86617
|
errorMessage: string;
|
|
86618
|
+
max: number;
|
|
86812
86619
|
errorReason: string;
|
|
86813
86620
|
};
|
|
86814
86621
|
workspaceViewers: {
|
|
86815
|
-
max: number;
|
|
86816
86622
|
errorMessage: string;
|
|
86623
|
+
max: number;
|
|
86624
|
+
errorReason: string;
|
|
86625
|
+
};
|
|
86626
|
+
customDocumentationExporter: {
|
|
86627
|
+
errorMessage: string;
|
|
86628
|
+
errorReason: string;
|
|
86629
|
+
enabled: boolean;
|
|
86630
|
+
};
|
|
86631
|
+
protectedPages: {
|
|
86632
|
+
errorMessage: string;
|
|
86633
|
+
errorReason: string;
|
|
86634
|
+
enabled: boolean;
|
|
86635
|
+
};
|
|
86636
|
+
approvals: {
|
|
86637
|
+
errorMessage: string;
|
|
86638
|
+
errorReason: string;
|
|
86639
|
+
enabled: boolean;
|
|
86640
|
+
};
|
|
86641
|
+
selectivePublishing: {
|
|
86642
|
+
errorMessage: string;
|
|
86643
|
+
errorReason: string;
|
|
86644
|
+
enabled: boolean;
|
|
86645
|
+
};
|
|
86646
|
+
designSystemAccessModes: {
|
|
86647
|
+
errorMessage: string;
|
|
86648
|
+
errorReason: string;
|
|
86649
|
+
enabled: boolean;
|
|
86650
|
+
};
|
|
86651
|
+
designSystemRoles: {
|
|
86652
|
+
errorMessage: string;
|
|
86653
|
+
errorReason: string;
|
|
86654
|
+
enabled: boolean;
|
|
86655
|
+
};
|
|
86656
|
+
documentationPageRedirects: {
|
|
86657
|
+
errorMessage: string;
|
|
86658
|
+
errorReason: string;
|
|
86659
|
+
enabled: boolean;
|
|
86660
|
+
};
|
|
86661
|
+
} | undefined;
|
|
86662
|
+
stripeSubscriptionMainItemId?: string | undefined;
|
|
86663
|
+
currentPeriodStart?: string | undefined;
|
|
86664
|
+
currentPeriodEnd?: string | undefined;
|
|
86665
|
+
subscriptionStatusUpdatedAt?: string | undefined;
|
|
86666
|
+
cancelAt?: string | null | undefined;
|
|
86667
|
+
billingType?: "Auto" | "Invoice" | undefined;
|
|
86668
|
+
daysUntilDue?: number | undefined;
|
|
86669
|
+
};
|
|
86670
|
+
npmRegistry?: {
|
|
86671
|
+
enabledScopes: string[];
|
|
86672
|
+
bypassProxy: boolean;
|
|
86673
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
86674
|
+
authType: "Custom" | "None" | "Basic" | "Bearer";
|
|
86675
|
+
registryUrl: string;
|
|
86676
|
+
proxyUrl: string;
|
|
86677
|
+
customRegistryUrl?: string | undefined;
|
|
86678
|
+
accessToken?: string | undefined;
|
|
86679
|
+
username?: string | undefined;
|
|
86680
|
+
password?: string | undefined;
|
|
86681
|
+
} | undefined;
|
|
86682
|
+
};
|
|
86683
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
86684
|
+
effectiveRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Contributor";
|
|
86685
|
+
}, {
|
|
86686
|
+
workspace: {
|
|
86687
|
+
id: string;
|
|
86688
|
+
profile: {
|
|
86689
|
+
name: string;
|
|
86690
|
+
color: string;
|
|
86691
|
+
handle: string;
|
|
86692
|
+
avatar?: string | null | undefined;
|
|
86693
|
+
billingDetails?: {
|
|
86694
|
+
address?: {
|
|
86695
|
+
state?: string | null | undefined;
|
|
86696
|
+
street1?: string | null | undefined;
|
|
86697
|
+
street2?: string | null | undefined;
|
|
86698
|
+
city?: string | null | undefined;
|
|
86699
|
+
postal?: string | null | undefined;
|
|
86700
|
+
country?: string | null | undefined;
|
|
86701
|
+
} | null | undefined;
|
|
86702
|
+
email?: string | null | undefined;
|
|
86703
|
+
notes?: string | null | undefined;
|
|
86704
|
+
companyName?: string | null | undefined;
|
|
86705
|
+
companyId?: string | null | undefined;
|
|
86706
|
+
vat?: string | null | undefined;
|
|
86707
|
+
poNumber?: string | null | undefined;
|
|
86708
|
+
} | null | undefined;
|
|
86709
|
+
};
|
|
86710
|
+
subscription: {
|
|
86711
|
+
product: "company" | "enterprise" | "free" | "team";
|
|
86712
|
+
planPriceId: string;
|
|
86713
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
86714
|
+
seats: number;
|
|
86715
|
+
seatLimit: number;
|
|
86716
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
86717
|
+
card?: {
|
|
86718
|
+
name?: string | null | undefined;
|
|
86719
|
+
cardId?: string | null | undefined;
|
|
86720
|
+
last4?: string | null | undefined;
|
|
86721
|
+
expiryMonth?: string | null | undefined;
|
|
86722
|
+
expiryYear?: string | null | undefined;
|
|
86723
|
+
brand?: string | null | undefined;
|
|
86724
|
+
} | undefined;
|
|
86725
|
+
amount?: number | null | undefined;
|
|
86726
|
+
stripeProductDescription?: string | undefined;
|
|
86727
|
+
isPricePerCreator?: boolean | undefined;
|
|
86728
|
+
isTrial?: boolean | undefined;
|
|
86729
|
+
legacyVersion?: string | undefined;
|
|
86730
|
+
stripeProductFeatures?: string[] | undefined;
|
|
86731
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
86732
|
+
stripeSubscriptionId?: string | null | undefined;
|
|
86733
|
+
stripeCustomerId?: string | null | undefined;
|
|
86734
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
86735
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
86736
|
+
featuresSummary?: {
|
|
86737
|
+
themes: {
|
|
86738
|
+
errorMessage: string;
|
|
86739
|
+
max: number;
|
|
86740
|
+
errorReason: string;
|
|
86741
|
+
};
|
|
86742
|
+
designSystems: {
|
|
86743
|
+
errorMessage: string;
|
|
86744
|
+
max: number;
|
|
86745
|
+
errorReason: string;
|
|
86746
|
+
};
|
|
86747
|
+
designSystemSources: {
|
|
86748
|
+
errorMessage: string;
|
|
86749
|
+
max: number;
|
|
86750
|
+
errorReason: string;
|
|
86751
|
+
noImportJobsErrorMessage: string;
|
|
86752
|
+
noImportJobsErrorReason: string;
|
|
86753
|
+
};
|
|
86754
|
+
designSystemVersions: {
|
|
86755
|
+
errorMessage: string;
|
|
86756
|
+
max: number;
|
|
86757
|
+
errorReason: string;
|
|
86758
|
+
};
|
|
86759
|
+
brands: {
|
|
86760
|
+
errorMessage: string;
|
|
86761
|
+
max: number;
|
|
86762
|
+
errorReason: string;
|
|
86763
|
+
};
|
|
86764
|
+
codegenSchedules: {
|
|
86765
|
+
errorMessage: string;
|
|
86766
|
+
max: number;
|
|
86767
|
+
errorReason: string;
|
|
86768
|
+
};
|
|
86769
|
+
publicDocumentation: {
|
|
86770
|
+
errorMessage: string;
|
|
86771
|
+
errorReason: string;
|
|
86772
|
+
enabled: boolean;
|
|
86773
|
+
};
|
|
86774
|
+
customDocumentationUrl: {
|
|
86775
|
+
errorMessage: string;
|
|
86776
|
+
errorReason: string;
|
|
86777
|
+
enabled: boolean;
|
|
86778
|
+
};
|
|
86779
|
+
customDocumentationViewButton: {
|
|
86780
|
+
errorMessage: string;
|
|
86781
|
+
errorReason: string;
|
|
86782
|
+
enabled: boolean;
|
|
86783
|
+
};
|
|
86784
|
+
designSystemSourceAutoImport: {
|
|
86785
|
+
errorMessage: string;
|
|
86786
|
+
errorReason: string;
|
|
86787
|
+
enabled: boolean;
|
|
86788
|
+
};
|
|
86789
|
+
designSystemSlug: {
|
|
86790
|
+
errorMessage: string;
|
|
86791
|
+
errorReason: string;
|
|
86792
|
+
enabled: boolean;
|
|
86793
|
+
};
|
|
86794
|
+
ipWhitelisting: {
|
|
86795
|
+
errorMessage: string;
|
|
86796
|
+
errorReason: string;
|
|
86797
|
+
enabled: boolean;
|
|
86798
|
+
};
|
|
86799
|
+
npmRegistry: {
|
|
86800
|
+
errorMessage: string;
|
|
86801
|
+
errorReason: string;
|
|
86802
|
+
enabled: boolean;
|
|
86803
|
+
};
|
|
86804
|
+
sso: {
|
|
86805
|
+
errorMessage: string;
|
|
86806
|
+
errorReason: string;
|
|
86807
|
+
enabled: boolean;
|
|
86808
|
+
};
|
|
86809
|
+
workspacePaidSeats: {
|
|
86810
|
+
errorMessage: string;
|
|
86811
|
+
max: number;
|
|
86812
|
+
errorReason: string;
|
|
86813
|
+
};
|
|
86814
|
+
workspaceViewers: {
|
|
86815
|
+
errorMessage: string;
|
|
86816
|
+
max: number;
|
|
86817
86817
|
errorReason: string;
|
|
86818
86818
|
};
|
|
86819
86819
|
customDocumentationExporter: {
|
|
@@ -87003,12 +87003,12 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87003
87003
|
errorMessage: z.ZodString;
|
|
87004
87004
|
errorReason: z.ZodString;
|
|
87005
87005
|
}, "strip", z.ZodTypeAny, {
|
|
87006
|
-
max: number;
|
|
87007
87006
|
errorMessage: string;
|
|
87007
|
+
max: number;
|
|
87008
87008
|
errorReason: string;
|
|
87009
87009
|
}, {
|
|
87010
|
-
max: number;
|
|
87011
87010
|
errorMessage: string;
|
|
87011
|
+
max: number;
|
|
87012
87012
|
errorReason: string;
|
|
87013
87013
|
}>;
|
|
87014
87014
|
designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -87019,14 +87019,14 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87019
87019
|
noImportJobsErrorMessage: z.ZodString;
|
|
87020
87020
|
noImportJobsErrorReason: z.ZodString;
|
|
87021
87021
|
}>, "strip", z.ZodTypeAny, {
|
|
87022
|
-
max: number;
|
|
87023
87022
|
errorMessage: string;
|
|
87023
|
+
max: number;
|
|
87024
87024
|
errorReason: string;
|
|
87025
87025
|
noImportJobsErrorMessage: string;
|
|
87026
87026
|
noImportJobsErrorReason: string;
|
|
87027
87027
|
}, {
|
|
87028
|
-
max: number;
|
|
87029
87028
|
errorMessage: string;
|
|
87029
|
+
max: number;
|
|
87030
87030
|
errorReason: string;
|
|
87031
87031
|
noImportJobsErrorMessage: string;
|
|
87032
87032
|
noImportJobsErrorReason: string;
|
|
@@ -87036,12 +87036,12 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87036
87036
|
errorMessage: z.ZodString;
|
|
87037
87037
|
errorReason: z.ZodString;
|
|
87038
87038
|
}, "strip", z.ZodTypeAny, {
|
|
87039
|
-
max: number;
|
|
87040
87039
|
errorMessage: string;
|
|
87040
|
+
max: number;
|
|
87041
87041
|
errorReason: string;
|
|
87042
87042
|
}, {
|
|
87043
|
-
max: number;
|
|
87044
87043
|
errorMessage: string;
|
|
87044
|
+
max: number;
|
|
87045
87045
|
errorReason: string;
|
|
87046
87046
|
}>;
|
|
87047
87047
|
themes: z.ZodObject<{
|
|
@@ -87049,12 +87049,12 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87049
87049
|
errorMessage: z.ZodString;
|
|
87050
87050
|
errorReason: z.ZodString;
|
|
87051
87051
|
}, "strip", z.ZodTypeAny, {
|
|
87052
|
-
max: number;
|
|
87053
87052
|
errorMessage: string;
|
|
87053
|
+
max: number;
|
|
87054
87054
|
errorReason: string;
|
|
87055
87055
|
}, {
|
|
87056
|
-
max: number;
|
|
87057
87056
|
errorMessage: string;
|
|
87057
|
+
max: number;
|
|
87058
87058
|
errorReason: string;
|
|
87059
87059
|
}>;
|
|
87060
87060
|
brands: z.ZodObject<{
|
|
@@ -87062,12 +87062,12 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87062
87062
|
errorMessage: z.ZodString;
|
|
87063
87063
|
errorReason: z.ZodString;
|
|
87064
87064
|
}, "strip", z.ZodTypeAny, {
|
|
87065
|
-
max: number;
|
|
87066
87065
|
errorMessage: string;
|
|
87066
|
+
max: number;
|
|
87067
87067
|
errorReason: string;
|
|
87068
87068
|
}, {
|
|
87069
|
-
max: number;
|
|
87070
87069
|
errorMessage: string;
|
|
87070
|
+
max: number;
|
|
87071
87071
|
errorReason: string;
|
|
87072
87072
|
}>;
|
|
87073
87073
|
codegenSchedules: z.ZodObject<{
|
|
@@ -87075,12 +87075,12 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87075
87075
|
errorMessage: z.ZodString;
|
|
87076
87076
|
errorReason: z.ZodString;
|
|
87077
87077
|
}, "strip", z.ZodTypeAny, {
|
|
87078
|
-
max: number;
|
|
87079
87078
|
errorMessage: string;
|
|
87079
|
+
max: number;
|
|
87080
87080
|
errorReason: string;
|
|
87081
87081
|
}, {
|
|
87082
|
-
max: number;
|
|
87083
87082
|
errorMessage: string;
|
|
87083
|
+
max: number;
|
|
87084
87084
|
errorReason: string;
|
|
87085
87085
|
}>;
|
|
87086
87086
|
publicDocumentation: z.ZodObject<{
|
|
@@ -87192,12 +87192,12 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87192
87192
|
errorMessage: z.ZodString;
|
|
87193
87193
|
errorReason: z.ZodString;
|
|
87194
87194
|
}, "strip", z.ZodTypeAny, {
|
|
87195
|
-
max: number;
|
|
87196
87195
|
errorMessage: string;
|
|
87196
|
+
max: number;
|
|
87197
87197
|
errorReason: string;
|
|
87198
87198
|
}, {
|
|
87199
|
-
max: number;
|
|
87200
87199
|
errorMessage: string;
|
|
87200
|
+
max: number;
|
|
87201
87201
|
errorReason: string;
|
|
87202
87202
|
}>;
|
|
87203
87203
|
workspaceViewers: z.ZodObject<{
|
|
@@ -87205,12 +87205,12 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87205
87205
|
errorMessage: z.ZodString;
|
|
87206
87206
|
errorReason: z.ZodString;
|
|
87207
87207
|
}, "strip", z.ZodTypeAny, {
|
|
87208
|
-
max: number;
|
|
87209
87208
|
errorMessage: string;
|
|
87209
|
+
max: number;
|
|
87210
87210
|
errorReason: string;
|
|
87211
87211
|
}, {
|
|
87212
|
-
max: number;
|
|
87213
87212
|
errorMessage: string;
|
|
87213
|
+
max: number;
|
|
87214
87214
|
errorReason: string;
|
|
87215
87215
|
}>;
|
|
87216
87216
|
customDocumentationExporter: z.ZodObject<{
|
|
@@ -87306,35 +87306,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87306
87306
|
}>;
|
|
87307
87307
|
}, "strip", z.ZodTypeAny, {
|
|
87308
87308
|
themes: {
|
|
87309
|
-
max: number;
|
|
87310
87309
|
errorMessage: string;
|
|
87310
|
+
max: number;
|
|
87311
87311
|
errorReason: string;
|
|
87312
87312
|
};
|
|
87313
87313
|
designSystems: {
|
|
87314
|
-
max: number;
|
|
87315
87314
|
errorMessage: string;
|
|
87315
|
+
max: number;
|
|
87316
87316
|
errorReason: string;
|
|
87317
87317
|
};
|
|
87318
87318
|
designSystemSources: {
|
|
87319
|
-
max: number;
|
|
87320
87319
|
errorMessage: string;
|
|
87320
|
+
max: number;
|
|
87321
87321
|
errorReason: string;
|
|
87322
87322
|
noImportJobsErrorMessage: string;
|
|
87323
87323
|
noImportJobsErrorReason: string;
|
|
87324
87324
|
};
|
|
87325
87325
|
designSystemVersions: {
|
|
87326
|
-
max: number;
|
|
87327
87326
|
errorMessage: string;
|
|
87327
|
+
max: number;
|
|
87328
87328
|
errorReason: string;
|
|
87329
87329
|
};
|
|
87330
87330
|
brands: {
|
|
87331
|
-
max: number;
|
|
87332
87331
|
errorMessage: string;
|
|
87332
|
+
max: number;
|
|
87333
87333
|
errorReason: string;
|
|
87334
87334
|
};
|
|
87335
87335
|
codegenSchedules: {
|
|
87336
|
-
max: number;
|
|
87337
87336
|
errorMessage: string;
|
|
87337
|
+
max: number;
|
|
87338
87338
|
errorReason: string;
|
|
87339
87339
|
};
|
|
87340
87340
|
publicDocumentation: {
|
|
@@ -87378,13 +87378,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87378
87378
|
enabled: boolean;
|
|
87379
87379
|
};
|
|
87380
87380
|
workspacePaidSeats: {
|
|
87381
|
-
max: number;
|
|
87382
87381
|
errorMessage: string;
|
|
87382
|
+
max: number;
|
|
87383
87383
|
errorReason: string;
|
|
87384
87384
|
};
|
|
87385
87385
|
workspaceViewers: {
|
|
87386
|
-
max: number;
|
|
87387
87386
|
errorMessage: string;
|
|
87387
|
+
max: number;
|
|
87388
87388
|
errorReason: string;
|
|
87389
87389
|
};
|
|
87390
87390
|
customDocumentationExporter: {
|
|
@@ -87424,35 +87424,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87424
87424
|
};
|
|
87425
87425
|
}, {
|
|
87426
87426
|
themes: {
|
|
87427
|
-
max: number;
|
|
87428
87427
|
errorMessage: string;
|
|
87428
|
+
max: number;
|
|
87429
87429
|
errorReason: string;
|
|
87430
87430
|
};
|
|
87431
87431
|
designSystems: {
|
|
87432
|
-
max: number;
|
|
87433
87432
|
errorMessage: string;
|
|
87433
|
+
max: number;
|
|
87434
87434
|
errorReason: string;
|
|
87435
87435
|
};
|
|
87436
87436
|
designSystemSources: {
|
|
87437
|
-
max: number;
|
|
87438
87437
|
errorMessage: string;
|
|
87438
|
+
max: number;
|
|
87439
87439
|
errorReason: string;
|
|
87440
87440
|
noImportJobsErrorMessage: string;
|
|
87441
87441
|
noImportJobsErrorReason: string;
|
|
87442
87442
|
};
|
|
87443
87443
|
designSystemVersions: {
|
|
87444
|
-
max: number;
|
|
87445
87444
|
errorMessage: string;
|
|
87445
|
+
max: number;
|
|
87446
87446
|
errorReason: string;
|
|
87447
87447
|
};
|
|
87448
87448
|
brands: {
|
|
87449
|
-
max: number;
|
|
87450
87449
|
errorMessage: string;
|
|
87450
|
+
max: number;
|
|
87451
87451
|
errorReason: string;
|
|
87452
87452
|
};
|
|
87453
87453
|
codegenSchedules: {
|
|
87454
|
-
max: number;
|
|
87455
87454
|
errorMessage: string;
|
|
87455
|
+
max: number;
|
|
87456
87456
|
errorReason: string;
|
|
87457
87457
|
};
|
|
87458
87458
|
publicDocumentation: {
|
|
@@ -87496,13 +87496,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87496
87496
|
enabled: boolean;
|
|
87497
87497
|
};
|
|
87498
87498
|
workspacePaidSeats: {
|
|
87499
|
-
max: number;
|
|
87500
87499
|
errorMessage: string;
|
|
87500
|
+
max: number;
|
|
87501
87501
|
errorReason: string;
|
|
87502
87502
|
};
|
|
87503
87503
|
workspaceViewers: {
|
|
87504
|
-
max: number;
|
|
87505
87504
|
errorMessage: string;
|
|
87505
|
+
max: number;
|
|
87506
87506
|
errorReason: string;
|
|
87507
87507
|
};
|
|
87508
87508
|
customDocumentationExporter: {
|
|
@@ -87609,35 +87609,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87609
87609
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
87610
87610
|
featuresSummary?: {
|
|
87611
87611
|
themes: {
|
|
87612
|
-
max: number;
|
|
87613
87612
|
errorMessage: string;
|
|
87613
|
+
max: number;
|
|
87614
87614
|
errorReason: string;
|
|
87615
87615
|
};
|
|
87616
87616
|
designSystems: {
|
|
87617
|
-
max: number;
|
|
87618
87617
|
errorMessage: string;
|
|
87618
|
+
max: number;
|
|
87619
87619
|
errorReason: string;
|
|
87620
87620
|
};
|
|
87621
87621
|
designSystemSources: {
|
|
87622
|
-
max: number;
|
|
87623
87622
|
errorMessage: string;
|
|
87623
|
+
max: number;
|
|
87624
87624
|
errorReason: string;
|
|
87625
87625
|
noImportJobsErrorMessage: string;
|
|
87626
87626
|
noImportJobsErrorReason: string;
|
|
87627
87627
|
};
|
|
87628
87628
|
designSystemVersions: {
|
|
87629
|
-
max: number;
|
|
87630
87629
|
errorMessage: string;
|
|
87630
|
+
max: number;
|
|
87631
87631
|
errorReason: string;
|
|
87632
87632
|
};
|
|
87633
87633
|
brands: {
|
|
87634
|
-
max: number;
|
|
87635
87634
|
errorMessage: string;
|
|
87635
|
+
max: number;
|
|
87636
87636
|
errorReason: string;
|
|
87637
87637
|
};
|
|
87638
87638
|
codegenSchedules: {
|
|
87639
|
-
max: number;
|
|
87640
87639
|
errorMessage: string;
|
|
87640
|
+
max: number;
|
|
87641
87641
|
errorReason: string;
|
|
87642
87642
|
};
|
|
87643
87643
|
publicDocumentation: {
|
|
@@ -87681,13 +87681,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87681
87681
|
enabled: boolean;
|
|
87682
87682
|
};
|
|
87683
87683
|
workspacePaidSeats: {
|
|
87684
|
-
max: number;
|
|
87685
87684
|
errorMessage: string;
|
|
87685
|
+
max: number;
|
|
87686
87686
|
errorReason: string;
|
|
87687
87687
|
};
|
|
87688
87688
|
workspaceViewers: {
|
|
87689
|
-
max: number;
|
|
87690
87689
|
errorMessage: string;
|
|
87690
|
+
max: number;
|
|
87691
87691
|
errorReason: string;
|
|
87692
87692
|
};
|
|
87693
87693
|
customDocumentationExporter: {
|
|
@@ -87761,35 +87761,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87761
87761
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
87762
87762
|
featuresSummary?: {
|
|
87763
87763
|
themes: {
|
|
87764
|
-
max: number;
|
|
87765
87764
|
errorMessage: string;
|
|
87765
|
+
max: number;
|
|
87766
87766
|
errorReason: string;
|
|
87767
87767
|
};
|
|
87768
87768
|
designSystems: {
|
|
87769
|
-
max: number;
|
|
87770
87769
|
errorMessage: string;
|
|
87770
|
+
max: number;
|
|
87771
87771
|
errorReason: string;
|
|
87772
87772
|
};
|
|
87773
87773
|
designSystemSources: {
|
|
87774
|
-
max: number;
|
|
87775
87774
|
errorMessage: string;
|
|
87775
|
+
max: number;
|
|
87776
87776
|
errorReason: string;
|
|
87777
87777
|
noImportJobsErrorMessage: string;
|
|
87778
87778
|
noImportJobsErrorReason: string;
|
|
87779
87779
|
};
|
|
87780
87780
|
designSystemVersions: {
|
|
87781
|
-
max: number;
|
|
87782
87781
|
errorMessage: string;
|
|
87782
|
+
max: number;
|
|
87783
87783
|
errorReason: string;
|
|
87784
87784
|
};
|
|
87785
87785
|
brands: {
|
|
87786
|
-
max: number;
|
|
87787
87786
|
errorMessage: string;
|
|
87787
|
+
max: number;
|
|
87788
87788
|
errorReason: string;
|
|
87789
87789
|
};
|
|
87790
87790
|
codegenSchedules: {
|
|
87791
|
-
max: number;
|
|
87792
87791
|
errorMessage: string;
|
|
87792
|
+
max: number;
|
|
87793
87793
|
errorReason: string;
|
|
87794
87794
|
};
|
|
87795
87795
|
publicDocumentation: {
|
|
@@ -87833,13 +87833,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87833
87833
|
enabled: boolean;
|
|
87834
87834
|
};
|
|
87835
87835
|
workspacePaidSeats: {
|
|
87836
|
-
max: number;
|
|
87837
87836
|
errorMessage: string;
|
|
87837
|
+
max: number;
|
|
87838
87838
|
errorReason: string;
|
|
87839
87839
|
};
|
|
87840
87840
|
workspaceViewers: {
|
|
87841
|
-
max: number;
|
|
87842
87841
|
errorMessage: string;
|
|
87842
|
+
max: number;
|
|
87843
87843
|
errorReason: string;
|
|
87844
87844
|
};
|
|
87845
87845
|
customDocumentationExporter: {
|
|
@@ -87972,35 +87972,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
87972
87972
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
87973
87973
|
featuresSummary?: {
|
|
87974
87974
|
themes: {
|
|
87975
|
-
max: number;
|
|
87976
87975
|
errorMessage: string;
|
|
87976
|
+
max: number;
|
|
87977
87977
|
errorReason: string;
|
|
87978
87978
|
};
|
|
87979
87979
|
designSystems: {
|
|
87980
|
-
max: number;
|
|
87981
87980
|
errorMessage: string;
|
|
87981
|
+
max: number;
|
|
87982
87982
|
errorReason: string;
|
|
87983
87983
|
};
|
|
87984
87984
|
designSystemSources: {
|
|
87985
|
-
max: number;
|
|
87986
87985
|
errorMessage: string;
|
|
87986
|
+
max: number;
|
|
87987
87987
|
errorReason: string;
|
|
87988
87988
|
noImportJobsErrorMessage: string;
|
|
87989
87989
|
noImportJobsErrorReason: string;
|
|
87990
87990
|
};
|
|
87991
87991
|
designSystemVersions: {
|
|
87992
|
-
max: number;
|
|
87993
87992
|
errorMessage: string;
|
|
87993
|
+
max: number;
|
|
87994
87994
|
errorReason: string;
|
|
87995
87995
|
};
|
|
87996
87996
|
brands: {
|
|
87997
|
-
max: number;
|
|
87998
87997
|
errorMessage: string;
|
|
87998
|
+
max: number;
|
|
87999
87999
|
errorReason: string;
|
|
88000
88000
|
};
|
|
88001
88001
|
codegenSchedules: {
|
|
88002
|
-
max: number;
|
|
88003
88002
|
errorMessage: string;
|
|
88003
|
+
max: number;
|
|
88004
88004
|
errorReason: string;
|
|
88005
88005
|
};
|
|
88006
88006
|
publicDocumentation: {
|
|
@@ -88044,13 +88044,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88044
88044
|
enabled: boolean;
|
|
88045
88045
|
};
|
|
88046
88046
|
workspacePaidSeats: {
|
|
88047
|
-
max: number;
|
|
88048
88047
|
errorMessage: string;
|
|
88048
|
+
max: number;
|
|
88049
88049
|
errorReason: string;
|
|
88050
88050
|
};
|
|
88051
88051
|
workspaceViewers: {
|
|
88052
|
-
max: number;
|
|
88053
88052
|
errorMessage: string;
|
|
88053
|
+
max: number;
|
|
88054
88054
|
errorReason: string;
|
|
88055
88055
|
};
|
|
88056
88056
|
customDocumentationExporter: {
|
|
@@ -88161,35 +88161,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88161
88161
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
88162
88162
|
featuresSummary?: {
|
|
88163
88163
|
themes: {
|
|
88164
|
-
max: number;
|
|
88165
88164
|
errorMessage: string;
|
|
88165
|
+
max: number;
|
|
88166
88166
|
errorReason: string;
|
|
88167
88167
|
};
|
|
88168
88168
|
designSystems: {
|
|
88169
|
-
max: number;
|
|
88170
88169
|
errorMessage: string;
|
|
88170
|
+
max: number;
|
|
88171
88171
|
errorReason: string;
|
|
88172
88172
|
};
|
|
88173
88173
|
designSystemSources: {
|
|
88174
|
-
max: number;
|
|
88175
88174
|
errorMessage: string;
|
|
88175
|
+
max: number;
|
|
88176
88176
|
errorReason: string;
|
|
88177
88177
|
noImportJobsErrorMessage: string;
|
|
88178
88178
|
noImportJobsErrorReason: string;
|
|
88179
88179
|
};
|
|
88180
88180
|
designSystemVersions: {
|
|
88181
|
-
max: number;
|
|
88182
88181
|
errorMessage: string;
|
|
88182
|
+
max: number;
|
|
88183
88183
|
errorReason: string;
|
|
88184
88184
|
};
|
|
88185
88185
|
brands: {
|
|
88186
|
-
max: number;
|
|
88187
88186
|
errorMessage: string;
|
|
88187
|
+
max: number;
|
|
88188
88188
|
errorReason: string;
|
|
88189
88189
|
};
|
|
88190
88190
|
codegenSchedules: {
|
|
88191
|
-
max: number;
|
|
88192
88191
|
errorMessage: string;
|
|
88192
|
+
max: number;
|
|
88193
88193
|
errorReason: string;
|
|
88194
88194
|
};
|
|
88195
88195
|
publicDocumentation: {
|
|
@@ -88233,13 +88233,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88233
88233
|
enabled: boolean;
|
|
88234
88234
|
};
|
|
88235
88235
|
workspacePaidSeats: {
|
|
88236
|
-
max: number;
|
|
88237
88236
|
errorMessage: string;
|
|
88237
|
+
max: number;
|
|
88238
88238
|
errorReason: string;
|
|
88239
88239
|
};
|
|
88240
88240
|
workspaceViewers: {
|
|
88241
|
-
max: number;
|
|
88242
88241
|
errorMessage: string;
|
|
88242
|
+
max: number;
|
|
88243
88243
|
errorReason: string;
|
|
88244
88244
|
};
|
|
88245
88245
|
customDocumentationExporter: {
|
|
@@ -88354,35 +88354,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88354
88354
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
88355
88355
|
featuresSummary?: {
|
|
88356
88356
|
themes: {
|
|
88357
|
-
max: number;
|
|
88358
88357
|
errorMessage: string;
|
|
88358
|
+
max: number;
|
|
88359
88359
|
errorReason: string;
|
|
88360
88360
|
};
|
|
88361
88361
|
designSystems: {
|
|
88362
|
-
max: number;
|
|
88363
88362
|
errorMessage: string;
|
|
88363
|
+
max: number;
|
|
88364
88364
|
errorReason: string;
|
|
88365
88365
|
};
|
|
88366
88366
|
designSystemSources: {
|
|
88367
|
-
max: number;
|
|
88368
88367
|
errorMessage: string;
|
|
88368
|
+
max: number;
|
|
88369
88369
|
errorReason: string;
|
|
88370
88370
|
noImportJobsErrorMessage: string;
|
|
88371
88371
|
noImportJobsErrorReason: string;
|
|
88372
88372
|
};
|
|
88373
88373
|
designSystemVersions: {
|
|
88374
|
-
max: number;
|
|
88375
88374
|
errorMessage: string;
|
|
88375
|
+
max: number;
|
|
88376
88376
|
errorReason: string;
|
|
88377
88377
|
};
|
|
88378
88378
|
brands: {
|
|
88379
|
-
max: number;
|
|
88380
88379
|
errorMessage: string;
|
|
88380
|
+
max: number;
|
|
88381
88381
|
errorReason: string;
|
|
88382
88382
|
};
|
|
88383
88383
|
codegenSchedules: {
|
|
88384
|
-
max: number;
|
|
88385
88384
|
errorMessage: string;
|
|
88385
|
+
max: number;
|
|
88386
88386
|
errorReason: string;
|
|
88387
88387
|
};
|
|
88388
88388
|
publicDocumentation: {
|
|
@@ -88426,13 +88426,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88426
88426
|
enabled: boolean;
|
|
88427
88427
|
};
|
|
88428
88428
|
workspacePaidSeats: {
|
|
88429
|
-
max: number;
|
|
88430
88429
|
errorMessage: string;
|
|
88430
|
+
max: number;
|
|
88431
88431
|
errorReason: string;
|
|
88432
88432
|
};
|
|
88433
88433
|
workspaceViewers: {
|
|
88434
|
-
max: number;
|
|
88435
88434
|
errorMessage: string;
|
|
88435
|
+
max: number;
|
|
88436
88436
|
errorReason: string;
|
|
88437
88437
|
};
|
|
88438
88438
|
customDocumentationExporter: {
|
|
@@ -88547,35 +88547,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88547
88547
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
88548
88548
|
featuresSummary?: {
|
|
88549
88549
|
themes: {
|
|
88550
|
-
max: number;
|
|
88551
88550
|
errorMessage: string;
|
|
88551
|
+
max: number;
|
|
88552
88552
|
errorReason: string;
|
|
88553
88553
|
};
|
|
88554
88554
|
designSystems: {
|
|
88555
|
-
max: number;
|
|
88556
88555
|
errorMessage: string;
|
|
88556
|
+
max: number;
|
|
88557
88557
|
errorReason: string;
|
|
88558
88558
|
};
|
|
88559
88559
|
designSystemSources: {
|
|
88560
|
-
max: number;
|
|
88561
88560
|
errorMessage: string;
|
|
88561
|
+
max: number;
|
|
88562
88562
|
errorReason: string;
|
|
88563
88563
|
noImportJobsErrorMessage: string;
|
|
88564
88564
|
noImportJobsErrorReason: string;
|
|
88565
88565
|
};
|
|
88566
88566
|
designSystemVersions: {
|
|
88567
|
-
max: number;
|
|
88568
88567
|
errorMessage: string;
|
|
88568
|
+
max: number;
|
|
88569
88569
|
errorReason: string;
|
|
88570
88570
|
};
|
|
88571
88571
|
brands: {
|
|
88572
|
-
max: number;
|
|
88573
88572
|
errorMessage: string;
|
|
88573
|
+
max: number;
|
|
88574
88574
|
errorReason: string;
|
|
88575
88575
|
};
|
|
88576
88576
|
codegenSchedules: {
|
|
88577
|
-
max: number;
|
|
88578
88577
|
errorMessage: string;
|
|
88578
|
+
max: number;
|
|
88579
88579
|
errorReason: string;
|
|
88580
88580
|
};
|
|
88581
88581
|
publicDocumentation: {
|
|
@@ -88619,13 +88619,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88619
88619
|
enabled: boolean;
|
|
88620
88620
|
};
|
|
88621
88621
|
workspacePaidSeats: {
|
|
88622
|
-
max: number;
|
|
88623
88622
|
errorMessage: string;
|
|
88623
|
+
max: number;
|
|
88624
88624
|
errorReason: string;
|
|
88625
88625
|
};
|
|
88626
88626
|
workspaceViewers: {
|
|
88627
|
-
max: number;
|
|
88628
88627
|
errorMessage: string;
|
|
88628
|
+
max: number;
|
|
88629
88629
|
errorReason: string;
|
|
88630
88630
|
};
|
|
88631
88631
|
customDocumentationExporter: {
|
|
@@ -88742,35 +88742,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88742
88742
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
88743
88743
|
featuresSummary?: {
|
|
88744
88744
|
themes: {
|
|
88745
|
-
max: number;
|
|
88746
88745
|
errorMessage: string;
|
|
88746
|
+
max: number;
|
|
88747
88747
|
errorReason: string;
|
|
88748
88748
|
};
|
|
88749
88749
|
designSystems: {
|
|
88750
|
-
max: number;
|
|
88751
88750
|
errorMessage: string;
|
|
88751
|
+
max: number;
|
|
88752
88752
|
errorReason: string;
|
|
88753
88753
|
};
|
|
88754
88754
|
designSystemSources: {
|
|
88755
|
-
max: number;
|
|
88756
88755
|
errorMessage: string;
|
|
88756
|
+
max: number;
|
|
88757
88757
|
errorReason: string;
|
|
88758
88758
|
noImportJobsErrorMessage: string;
|
|
88759
88759
|
noImportJobsErrorReason: string;
|
|
88760
88760
|
};
|
|
88761
88761
|
designSystemVersions: {
|
|
88762
|
-
max: number;
|
|
88763
88762
|
errorMessage: string;
|
|
88763
|
+
max: number;
|
|
88764
88764
|
errorReason: string;
|
|
88765
88765
|
};
|
|
88766
88766
|
brands: {
|
|
88767
|
-
max: number;
|
|
88768
88767
|
errorMessage: string;
|
|
88768
|
+
max: number;
|
|
88769
88769
|
errorReason: string;
|
|
88770
88770
|
};
|
|
88771
88771
|
codegenSchedules: {
|
|
88772
|
-
max: number;
|
|
88773
88772
|
errorMessage: string;
|
|
88773
|
+
max: number;
|
|
88774
88774
|
errorReason: string;
|
|
88775
88775
|
};
|
|
88776
88776
|
publicDocumentation: {
|
|
@@ -88814,13 +88814,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88814
88814
|
enabled: boolean;
|
|
88815
88815
|
};
|
|
88816
88816
|
workspacePaidSeats: {
|
|
88817
|
-
max: number;
|
|
88818
88817
|
errorMessage: string;
|
|
88818
|
+
max: number;
|
|
88819
88819
|
errorReason: string;
|
|
88820
88820
|
};
|
|
88821
88821
|
workspaceViewers: {
|
|
88822
|
-
max: number;
|
|
88823
88822
|
errorMessage: string;
|
|
88823
|
+
max: number;
|
|
88824
88824
|
errorReason: string;
|
|
88825
88825
|
};
|
|
88826
88826
|
customDocumentationExporter: {
|
|
@@ -88937,35 +88937,35 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
88937
88937
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
88938
88938
|
featuresSummary?: {
|
|
88939
88939
|
themes: {
|
|
88940
|
-
max: number;
|
|
88941
88940
|
errorMessage: string;
|
|
88941
|
+
max: number;
|
|
88942
88942
|
errorReason: string;
|
|
88943
88943
|
};
|
|
88944
88944
|
designSystems: {
|
|
88945
|
-
max: number;
|
|
88946
88945
|
errorMessage: string;
|
|
88946
|
+
max: number;
|
|
88947
88947
|
errorReason: string;
|
|
88948
88948
|
};
|
|
88949
88949
|
designSystemSources: {
|
|
88950
|
-
max: number;
|
|
88951
88950
|
errorMessage: string;
|
|
88951
|
+
max: number;
|
|
88952
88952
|
errorReason: string;
|
|
88953
88953
|
noImportJobsErrorMessage: string;
|
|
88954
88954
|
noImportJobsErrorReason: string;
|
|
88955
88955
|
};
|
|
88956
88956
|
designSystemVersions: {
|
|
88957
|
-
max: number;
|
|
88958
88957
|
errorMessage: string;
|
|
88958
|
+
max: number;
|
|
88959
88959
|
errorReason: string;
|
|
88960
88960
|
};
|
|
88961
88961
|
brands: {
|
|
88962
|
-
max: number;
|
|
88963
88962
|
errorMessage: string;
|
|
88963
|
+
max: number;
|
|
88964
88964
|
errorReason: string;
|
|
88965
88965
|
};
|
|
88966
88966
|
codegenSchedules: {
|
|
88967
|
-
max: number;
|
|
88968
88967
|
errorMessage: string;
|
|
88968
|
+
max: number;
|
|
88969
88969
|
errorReason: string;
|
|
88970
88970
|
};
|
|
88971
88971
|
publicDocumentation: {
|
|
@@ -89009,13 +89009,13 @@ declare const DTOUserWorkspaceMembershipsResponse: z.ZodObject<{
|
|
|
89009
89009
|
enabled: boolean;
|
|
89010
89010
|
};
|
|
89011
89011
|
workspacePaidSeats: {
|
|
89012
|
-
max: number;
|
|
89013
89012
|
errorMessage: string;
|
|
89013
|
+
max: number;
|
|
89014
89014
|
errorReason: string;
|
|
89015
89015
|
};
|
|
89016
89016
|
workspaceViewers: {
|
|
89017
|
-
max: number;
|
|
89018
89017
|
errorMessage: string;
|
|
89018
|
+
max: number;
|
|
89019
89019
|
errorReason: string;
|
|
89020
89020
|
};
|
|
89021
89021
|
customDocumentationExporter: {
|
|
@@ -90194,12 +90194,12 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90194
90194
|
errorMessage: z.ZodString;
|
|
90195
90195
|
errorReason: z.ZodString;
|
|
90196
90196
|
}, "strip", z.ZodTypeAny, {
|
|
90197
|
-
max: number;
|
|
90198
90197
|
errorMessage: string;
|
|
90198
|
+
max: number;
|
|
90199
90199
|
errorReason: string;
|
|
90200
90200
|
}, {
|
|
90201
|
-
max: number;
|
|
90202
90201
|
errorMessage: string;
|
|
90202
|
+
max: number;
|
|
90203
90203
|
errorReason: string;
|
|
90204
90204
|
}>;
|
|
90205
90205
|
designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -90210,14 +90210,14 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90210
90210
|
noImportJobsErrorMessage: z.ZodString;
|
|
90211
90211
|
noImportJobsErrorReason: z.ZodString;
|
|
90212
90212
|
}>, "strip", z.ZodTypeAny, {
|
|
90213
|
-
max: number;
|
|
90214
90213
|
errorMessage: string;
|
|
90214
|
+
max: number;
|
|
90215
90215
|
errorReason: string;
|
|
90216
90216
|
noImportJobsErrorMessage: string;
|
|
90217
90217
|
noImportJobsErrorReason: string;
|
|
90218
90218
|
}, {
|
|
90219
|
-
max: number;
|
|
90220
90219
|
errorMessage: string;
|
|
90220
|
+
max: number;
|
|
90221
90221
|
errorReason: string;
|
|
90222
90222
|
noImportJobsErrorMessage: string;
|
|
90223
90223
|
noImportJobsErrorReason: string;
|
|
@@ -90227,12 +90227,12 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90227
90227
|
errorMessage: z.ZodString;
|
|
90228
90228
|
errorReason: z.ZodString;
|
|
90229
90229
|
}, "strip", z.ZodTypeAny, {
|
|
90230
|
-
max: number;
|
|
90231
90230
|
errorMessage: string;
|
|
90231
|
+
max: number;
|
|
90232
90232
|
errorReason: string;
|
|
90233
90233
|
}, {
|
|
90234
|
-
max: number;
|
|
90235
90234
|
errorMessage: string;
|
|
90235
|
+
max: number;
|
|
90236
90236
|
errorReason: string;
|
|
90237
90237
|
}>;
|
|
90238
90238
|
themes: z.ZodObject<{
|
|
@@ -90240,12 +90240,12 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90240
90240
|
errorMessage: z.ZodString;
|
|
90241
90241
|
errorReason: z.ZodString;
|
|
90242
90242
|
}, "strip", z.ZodTypeAny, {
|
|
90243
|
-
max: number;
|
|
90244
90243
|
errorMessage: string;
|
|
90244
|
+
max: number;
|
|
90245
90245
|
errorReason: string;
|
|
90246
90246
|
}, {
|
|
90247
|
-
max: number;
|
|
90248
90247
|
errorMessage: string;
|
|
90248
|
+
max: number;
|
|
90249
90249
|
errorReason: string;
|
|
90250
90250
|
}>;
|
|
90251
90251
|
brands: z.ZodObject<{
|
|
@@ -90253,12 +90253,12 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90253
90253
|
errorMessage: z.ZodString;
|
|
90254
90254
|
errorReason: z.ZodString;
|
|
90255
90255
|
}, "strip", z.ZodTypeAny, {
|
|
90256
|
-
max: number;
|
|
90257
90256
|
errorMessage: string;
|
|
90257
|
+
max: number;
|
|
90258
90258
|
errorReason: string;
|
|
90259
90259
|
}, {
|
|
90260
|
-
max: number;
|
|
90261
90260
|
errorMessage: string;
|
|
90261
|
+
max: number;
|
|
90262
90262
|
errorReason: string;
|
|
90263
90263
|
}>;
|
|
90264
90264
|
codegenSchedules: z.ZodObject<{
|
|
@@ -90266,12 +90266,12 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90266
90266
|
errorMessage: z.ZodString;
|
|
90267
90267
|
errorReason: z.ZodString;
|
|
90268
90268
|
}, "strip", z.ZodTypeAny, {
|
|
90269
|
-
max: number;
|
|
90270
90269
|
errorMessage: string;
|
|
90270
|
+
max: number;
|
|
90271
90271
|
errorReason: string;
|
|
90272
90272
|
}, {
|
|
90273
|
-
max: number;
|
|
90274
90273
|
errorMessage: string;
|
|
90274
|
+
max: number;
|
|
90275
90275
|
errorReason: string;
|
|
90276
90276
|
}>;
|
|
90277
90277
|
publicDocumentation: z.ZodObject<{
|
|
@@ -90383,12 +90383,12 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90383
90383
|
errorMessage: z.ZodString;
|
|
90384
90384
|
errorReason: z.ZodString;
|
|
90385
90385
|
}, "strip", z.ZodTypeAny, {
|
|
90386
|
-
max: number;
|
|
90387
90386
|
errorMessage: string;
|
|
90387
|
+
max: number;
|
|
90388
90388
|
errorReason: string;
|
|
90389
90389
|
}, {
|
|
90390
|
-
max: number;
|
|
90391
90390
|
errorMessage: string;
|
|
90391
|
+
max: number;
|
|
90392
90392
|
errorReason: string;
|
|
90393
90393
|
}>;
|
|
90394
90394
|
workspaceViewers: z.ZodObject<{
|
|
@@ -90396,12 +90396,12 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90396
90396
|
errorMessage: z.ZodString;
|
|
90397
90397
|
errorReason: z.ZodString;
|
|
90398
90398
|
}, "strip", z.ZodTypeAny, {
|
|
90399
|
-
max: number;
|
|
90400
90399
|
errorMessage: string;
|
|
90400
|
+
max: number;
|
|
90401
90401
|
errorReason: string;
|
|
90402
90402
|
}, {
|
|
90403
|
-
max: number;
|
|
90404
90403
|
errorMessage: string;
|
|
90404
|
+
max: number;
|
|
90405
90405
|
errorReason: string;
|
|
90406
90406
|
}>;
|
|
90407
90407
|
customDocumentationExporter: z.ZodObject<{
|
|
@@ -90497,35 +90497,35 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90497
90497
|
}>;
|
|
90498
90498
|
}, "strip", z.ZodTypeAny, {
|
|
90499
90499
|
themes: {
|
|
90500
|
-
max: number;
|
|
90501
90500
|
errorMessage: string;
|
|
90501
|
+
max: number;
|
|
90502
90502
|
errorReason: string;
|
|
90503
90503
|
};
|
|
90504
90504
|
designSystems: {
|
|
90505
|
-
max: number;
|
|
90506
90505
|
errorMessage: string;
|
|
90506
|
+
max: number;
|
|
90507
90507
|
errorReason: string;
|
|
90508
90508
|
};
|
|
90509
90509
|
designSystemSources: {
|
|
90510
|
-
max: number;
|
|
90511
90510
|
errorMessage: string;
|
|
90511
|
+
max: number;
|
|
90512
90512
|
errorReason: string;
|
|
90513
90513
|
noImportJobsErrorMessage: string;
|
|
90514
90514
|
noImportJobsErrorReason: string;
|
|
90515
90515
|
};
|
|
90516
90516
|
designSystemVersions: {
|
|
90517
|
-
max: number;
|
|
90518
90517
|
errorMessage: string;
|
|
90518
|
+
max: number;
|
|
90519
90519
|
errorReason: string;
|
|
90520
90520
|
};
|
|
90521
90521
|
brands: {
|
|
90522
|
-
max: number;
|
|
90523
90522
|
errorMessage: string;
|
|
90523
|
+
max: number;
|
|
90524
90524
|
errorReason: string;
|
|
90525
90525
|
};
|
|
90526
90526
|
codegenSchedules: {
|
|
90527
|
-
max: number;
|
|
90528
90527
|
errorMessage: string;
|
|
90528
|
+
max: number;
|
|
90529
90529
|
errorReason: string;
|
|
90530
90530
|
};
|
|
90531
90531
|
publicDocumentation: {
|
|
@@ -90569,13 +90569,13 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90569
90569
|
enabled: boolean;
|
|
90570
90570
|
};
|
|
90571
90571
|
workspacePaidSeats: {
|
|
90572
|
-
max: number;
|
|
90573
90572
|
errorMessage: string;
|
|
90573
|
+
max: number;
|
|
90574
90574
|
errorReason: string;
|
|
90575
90575
|
};
|
|
90576
90576
|
workspaceViewers: {
|
|
90577
|
-
max: number;
|
|
90578
90577
|
errorMessage: string;
|
|
90578
|
+
max: number;
|
|
90579
90579
|
errorReason: string;
|
|
90580
90580
|
};
|
|
90581
90581
|
customDocumentationExporter: {
|
|
@@ -90615,35 +90615,35 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90615
90615
|
};
|
|
90616
90616
|
}, {
|
|
90617
90617
|
themes: {
|
|
90618
|
-
max: number;
|
|
90619
90618
|
errorMessage: string;
|
|
90619
|
+
max: number;
|
|
90620
90620
|
errorReason: string;
|
|
90621
90621
|
};
|
|
90622
90622
|
designSystems: {
|
|
90623
|
-
max: number;
|
|
90624
90623
|
errorMessage: string;
|
|
90624
|
+
max: number;
|
|
90625
90625
|
errorReason: string;
|
|
90626
90626
|
};
|
|
90627
90627
|
designSystemSources: {
|
|
90628
|
-
max: number;
|
|
90629
90628
|
errorMessage: string;
|
|
90629
|
+
max: number;
|
|
90630
90630
|
errorReason: string;
|
|
90631
90631
|
noImportJobsErrorMessage: string;
|
|
90632
90632
|
noImportJobsErrorReason: string;
|
|
90633
90633
|
};
|
|
90634
90634
|
designSystemVersions: {
|
|
90635
|
-
max: number;
|
|
90636
90635
|
errorMessage: string;
|
|
90636
|
+
max: number;
|
|
90637
90637
|
errorReason: string;
|
|
90638
90638
|
};
|
|
90639
90639
|
brands: {
|
|
90640
|
-
max: number;
|
|
90641
90640
|
errorMessage: string;
|
|
90641
|
+
max: number;
|
|
90642
90642
|
errorReason: string;
|
|
90643
90643
|
};
|
|
90644
90644
|
codegenSchedules: {
|
|
90645
|
-
max: number;
|
|
90646
90645
|
errorMessage: string;
|
|
90646
|
+
max: number;
|
|
90647
90647
|
errorReason: string;
|
|
90648
90648
|
};
|
|
90649
90649
|
publicDocumentation: {
|
|
@@ -90687,13 +90687,13 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90687
90687
|
enabled: boolean;
|
|
90688
90688
|
};
|
|
90689
90689
|
workspacePaidSeats: {
|
|
90690
|
-
max: number;
|
|
90691
90690
|
errorMessage: string;
|
|
90691
|
+
max: number;
|
|
90692
90692
|
errorReason: string;
|
|
90693
90693
|
};
|
|
90694
90694
|
workspaceViewers: {
|
|
90695
|
-
max: number;
|
|
90696
90695
|
errorMessage: string;
|
|
90696
|
+
max: number;
|
|
90697
90697
|
errorReason: string;
|
|
90698
90698
|
};
|
|
90699
90699
|
customDocumentationExporter: {
|
|
@@ -90800,35 +90800,35 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90800
90800
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
90801
90801
|
featuresSummary?: {
|
|
90802
90802
|
themes: {
|
|
90803
|
-
max: number;
|
|
90804
90803
|
errorMessage: string;
|
|
90804
|
+
max: number;
|
|
90805
90805
|
errorReason: string;
|
|
90806
90806
|
};
|
|
90807
90807
|
designSystems: {
|
|
90808
|
-
max: number;
|
|
90809
90808
|
errorMessage: string;
|
|
90809
|
+
max: number;
|
|
90810
90810
|
errorReason: string;
|
|
90811
90811
|
};
|
|
90812
90812
|
designSystemSources: {
|
|
90813
|
-
max: number;
|
|
90814
90813
|
errorMessage: string;
|
|
90814
|
+
max: number;
|
|
90815
90815
|
errorReason: string;
|
|
90816
90816
|
noImportJobsErrorMessage: string;
|
|
90817
90817
|
noImportJobsErrorReason: string;
|
|
90818
90818
|
};
|
|
90819
90819
|
designSystemVersions: {
|
|
90820
|
-
max: number;
|
|
90821
90820
|
errorMessage: string;
|
|
90821
|
+
max: number;
|
|
90822
90822
|
errorReason: string;
|
|
90823
90823
|
};
|
|
90824
90824
|
brands: {
|
|
90825
|
-
max: number;
|
|
90826
90825
|
errorMessage: string;
|
|
90826
|
+
max: number;
|
|
90827
90827
|
errorReason: string;
|
|
90828
90828
|
};
|
|
90829
90829
|
codegenSchedules: {
|
|
90830
|
-
max: number;
|
|
90831
90830
|
errorMessage: string;
|
|
90831
|
+
max: number;
|
|
90832
90832
|
errorReason: string;
|
|
90833
90833
|
};
|
|
90834
90834
|
publicDocumentation: {
|
|
@@ -90872,13 +90872,13 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90872
90872
|
enabled: boolean;
|
|
90873
90873
|
};
|
|
90874
90874
|
workspacePaidSeats: {
|
|
90875
|
-
max: number;
|
|
90876
90875
|
errorMessage: string;
|
|
90876
|
+
max: number;
|
|
90877
90877
|
errorReason: string;
|
|
90878
90878
|
};
|
|
90879
90879
|
workspaceViewers: {
|
|
90880
|
-
max: number;
|
|
90881
90880
|
errorMessage: string;
|
|
90881
|
+
max: number;
|
|
90882
90882
|
errorReason: string;
|
|
90883
90883
|
};
|
|
90884
90884
|
customDocumentationExporter: {
|
|
@@ -90952,35 +90952,35 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
90952
90952
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
90953
90953
|
featuresSummary?: {
|
|
90954
90954
|
themes: {
|
|
90955
|
-
max: number;
|
|
90956
90955
|
errorMessage: string;
|
|
90956
|
+
max: number;
|
|
90957
90957
|
errorReason: string;
|
|
90958
90958
|
};
|
|
90959
90959
|
designSystems: {
|
|
90960
|
-
max: number;
|
|
90961
90960
|
errorMessage: string;
|
|
90961
|
+
max: number;
|
|
90962
90962
|
errorReason: string;
|
|
90963
90963
|
};
|
|
90964
90964
|
designSystemSources: {
|
|
90965
|
-
max: number;
|
|
90966
90965
|
errorMessage: string;
|
|
90966
|
+
max: number;
|
|
90967
90967
|
errorReason: string;
|
|
90968
90968
|
noImportJobsErrorMessage: string;
|
|
90969
90969
|
noImportJobsErrorReason: string;
|
|
90970
90970
|
};
|
|
90971
90971
|
designSystemVersions: {
|
|
90972
|
-
max: number;
|
|
90973
90972
|
errorMessage: string;
|
|
90973
|
+
max: number;
|
|
90974
90974
|
errorReason: string;
|
|
90975
90975
|
};
|
|
90976
90976
|
brands: {
|
|
90977
|
-
max: number;
|
|
90978
90977
|
errorMessage: string;
|
|
90978
|
+
max: number;
|
|
90979
90979
|
errorReason: string;
|
|
90980
90980
|
};
|
|
90981
90981
|
codegenSchedules: {
|
|
90982
|
-
max: number;
|
|
90983
90982
|
errorMessage: string;
|
|
90983
|
+
max: number;
|
|
90984
90984
|
errorReason: string;
|
|
90985
90985
|
};
|
|
90986
90986
|
publicDocumentation: {
|
|
@@ -91024,13 +91024,13 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
91024
91024
|
enabled: boolean;
|
|
91025
91025
|
};
|
|
91026
91026
|
workspacePaidSeats: {
|
|
91027
|
-
max: number;
|
|
91028
91027
|
errorMessage: string;
|
|
91028
|
+
max: number;
|
|
91029
91029
|
errorReason: string;
|
|
91030
91030
|
};
|
|
91031
91031
|
workspaceViewers: {
|
|
91032
|
-
max: number;
|
|
91033
91032
|
errorMessage: string;
|
|
91033
|
+
max: number;
|
|
91034
91034
|
errorReason: string;
|
|
91035
91035
|
};
|
|
91036
91036
|
customDocumentationExporter: {
|
|
@@ -91163,35 +91163,35 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
91163
91163
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
91164
91164
|
featuresSummary?: {
|
|
91165
91165
|
themes: {
|
|
91166
|
-
max: number;
|
|
91167
91166
|
errorMessage: string;
|
|
91167
|
+
max: number;
|
|
91168
91168
|
errorReason: string;
|
|
91169
91169
|
};
|
|
91170
91170
|
designSystems: {
|
|
91171
|
-
max: number;
|
|
91172
91171
|
errorMessage: string;
|
|
91172
|
+
max: number;
|
|
91173
91173
|
errorReason: string;
|
|
91174
91174
|
};
|
|
91175
91175
|
designSystemSources: {
|
|
91176
|
-
max: number;
|
|
91177
91176
|
errorMessage: string;
|
|
91177
|
+
max: number;
|
|
91178
91178
|
errorReason: string;
|
|
91179
91179
|
noImportJobsErrorMessage: string;
|
|
91180
91180
|
noImportJobsErrorReason: string;
|
|
91181
91181
|
};
|
|
91182
91182
|
designSystemVersions: {
|
|
91183
|
-
max: number;
|
|
91184
91183
|
errorMessage: string;
|
|
91184
|
+
max: number;
|
|
91185
91185
|
errorReason: string;
|
|
91186
91186
|
};
|
|
91187
91187
|
brands: {
|
|
91188
|
-
max: number;
|
|
91189
91188
|
errorMessage: string;
|
|
91189
|
+
max: number;
|
|
91190
91190
|
errorReason: string;
|
|
91191
91191
|
};
|
|
91192
91192
|
codegenSchedules: {
|
|
91193
|
-
max: number;
|
|
91194
91193
|
errorMessage: string;
|
|
91194
|
+
max: number;
|
|
91195
91195
|
errorReason: string;
|
|
91196
91196
|
};
|
|
91197
91197
|
publicDocumentation: {
|
|
@@ -91235,13 +91235,13 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
91235
91235
|
enabled: boolean;
|
|
91236
91236
|
};
|
|
91237
91237
|
workspacePaidSeats: {
|
|
91238
|
-
max: number;
|
|
91239
91238
|
errorMessage: string;
|
|
91239
|
+
max: number;
|
|
91240
91240
|
errorReason: string;
|
|
91241
91241
|
};
|
|
91242
91242
|
workspaceViewers: {
|
|
91243
|
-
max: number;
|
|
91244
91243
|
errorMessage: string;
|
|
91244
|
+
max: number;
|
|
91245
91245
|
errorReason: string;
|
|
91246
91246
|
};
|
|
91247
91247
|
customDocumentationExporter: {
|
|
@@ -91352,35 +91352,35 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
91352
91352
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
91353
91353
|
featuresSummary?: {
|
|
91354
91354
|
themes: {
|
|
91355
|
-
max: number;
|
|
91356
91355
|
errorMessage: string;
|
|
91356
|
+
max: number;
|
|
91357
91357
|
errorReason: string;
|
|
91358
91358
|
};
|
|
91359
91359
|
designSystems: {
|
|
91360
|
-
max: number;
|
|
91361
91360
|
errorMessage: string;
|
|
91361
|
+
max: number;
|
|
91362
91362
|
errorReason: string;
|
|
91363
91363
|
};
|
|
91364
91364
|
designSystemSources: {
|
|
91365
|
-
max: number;
|
|
91366
91365
|
errorMessage: string;
|
|
91366
|
+
max: number;
|
|
91367
91367
|
errorReason: string;
|
|
91368
91368
|
noImportJobsErrorMessage: string;
|
|
91369
91369
|
noImportJobsErrorReason: string;
|
|
91370
91370
|
};
|
|
91371
91371
|
designSystemVersions: {
|
|
91372
|
-
max: number;
|
|
91373
91372
|
errorMessage: string;
|
|
91373
|
+
max: number;
|
|
91374
91374
|
errorReason: string;
|
|
91375
91375
|
};
|
|
91376
91376
|
brands: {
|
|
91377
|
-
max: number;
|
|
91378
91377
|
errorMessage: string;
|
|
91378
|
+
max: number;
|
|
91379
91379
|
errorReason: string;
|
|
91380
91380
|
};
|
|
91381
91381
|
codegenSchedules: {
|
|
91382
|
-
max: number;
|
|
91383
91382
|
errorMessage: string;
|
|
91383
|
+
max: number;
|
|
91384
91384
|
errorReason: string;
|
|
91385
91385
|
};
|
|
91386
91386
|
publicDocumentation: {
|
|
@@ -91424,13 +91424,13 @@ declare const DTOWorkspace: z.ZodObject<{
|
|
|
91424
91424
|
enabled: boolean;
|
|
91425
91425
|
};
|
|
91426
91426
|
workspacePaidSeats: {
|
|
91427
|
-
max: number;
|
|
91428
91427
|
errorMessage: string;
|
|
91428
|
+
max: number;
|
|
91429
91429
|
errorReason: string;
|
|
91430
91430
|
};
|
|
91431
91431
|
workspaceViewers: {
|
|
91432
|
-
max: number;
|
|
91433
91432
|
errorMessage: string;
|
|
91433
|
+
max: number;
|
|
91434
91434
|
errorReason: string;
|
|
91435
91435
|
};
|
|
91436
91436
|
customDocumentationExporter: {
|
|
@@ -91624,12 +91624,12 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91624
91624
|
errorMessage: z.ZodString;
|
|
91625
91625
|
errorReason: z.ZodString;
|
|
91626
91626
|
}, "strip", z.ZodTypeAny, {
|
|
91627
|
-
max: number;
|
|
91628
91627
|
errorMessage: string;
|
|
91628
|
+
max: number;
|
|
91629
91629
|
errorReason: string;
|
|
91630
91630
|
}, {
|
|
91631
|
-
max: number;
|
|
91632
91631
|
errorMessage: string;
|
|
91632
|
+
max: number;
|
|
91633
91633
|
errorReason: string;
|
|
91634
91634
|
}>;
|
|
91635
91635
|
designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -91640,14 +91640,14 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91640
91640
|
noImportJobsErrorMessage: z.ZodString;
|
|
91641
91641
|
noImportJobsErrorReason: z.ZodString;
|
|
91642
91642
|
}>, "strip", z.ZodTypeAny, {
|
|
91643
|
-
max: number;
|
|
91644
91643
|
errorMessage: string;
|
|
91644
|
+
max: number;
|
|
91645
91645
|
errorReason: string;
|
|
91646
91646
|
noImportJobsErrorMessage: string;
|
|
91647
91647
|
noImportJobsErrorReason: string;
|
|
91648
91648
|
}, {
|
|
91649
|
-
max: number;
|
|
91650
91649
|
errorMessage: string;
|
|
91650
|
+
max: number;
|
|
91651
91651
|
errorReason: string;
|
|
91652
91652
|
noImportJobsErrorMessage: string;
|
|
91653
91653
|
noImportJobsErrorReason: string;
|
|
@@ -91657,12 +91657,12 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91657
91657
|
errorMessage: z.ZodString;
|
|
91658
91658
|
errorReason: z.ZodString;
|
|
91659
91659
|
}, "strip", z.ZodTypeAny, {
|
|
91660
|
-
max: number;
|
|
91661
91660
|
errorMessage: string;
|
|
91661
|
+
max: number;
|
|
91662
91662
|
errorReason: string;
|
|
91663
91663
|
}, {
|
|
91664
|
-
max: number;
|
|
91665
91664
|
errorMessage: string;
|
|
91665
|
+
max: number;
|
|
91666
91666
|
errorReason: string;
|
|
91667
91667
|
}>;
|
|
91668
91668
|
themes: z.ZodObject<{
|
|
@@ -91670,12 +91670,12 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91670
91670
|
errorMessage: z.ZodString;
|
|
91671
91671
|
errorReason: z.ZodString;
|
|
91672
91672
|
}, "strip", z.ZodTypeAny, {
|
|
91673
|
-
max: number;
|
|
91674
91673
|
errorMessage: string;
|
|
91674
|
+
max: number;
|
|
91675
91675
|
errorReason: string;
|
|
91676
91676
|
}, {
|
|
91677
|
-
max: number;
|
|
91678
91677
|
errorMessage: string;
|
|
91678
|
+
max: number;
|
|
91679
91679
|
errorReason: string;
|
|
91680
91680
|
}>;
|
|
91681
91681
|
brands: z.ZodObject<{
|
|
@@ -91683,12 +91683,12 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91683
91683
|
errorMessage: z.ZodString;
|
|
91684
91684
|
errorReason: z.ZodString;
|
|
91685
91685
|
}, "strip", z.ZodTypeAny, {
|
|
91686
|
-
max: number;
|
|
91687
91686
|
errorMessage: string;
|
|
91687
|
+
max: number;
|
|
91688
91688
|
errorReason: string;
|
|
91689
91689
|
}, {
|
|
91690
|
-
max: number;
|
|
91691
91690
|
errorMessage: string;
|
|
91691
|
+
max: number;
|
|
91692
91692
|
errorReason: string;
|
|
91693
91693
|
}>;
|
|
91694
91694
|
codegenSchedules: z.ZodObject<{
|
|
@@ -91696,12 +91696,12 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91696
91696
|
errorMessage: z.ZodString;
|
|
91697
91697
|
errorReason: z.ZodString;
|
|
91698
91698
|
}, "strip", z.ZodTypeAny, {
|
|
91699
|
-
max: number;
|
|
91700
91699
|
errorMessage: string;
|
|
91700
|
+
max: number;
|
|
91701
91701
|
errorReason: string;
|
|
91702
91702
|
}, {
|
|
91703
|
-
max: number;
|
|
91704
91703
|
errorMessage: string;
|
|
91704
|
+
max: number;
|
|
91705
91705
|
errorReason: string;
|
|
91706
91706
|
}>;
|
|
91707
91707
|
publicDocumentation: z.ZodObject<{
|
|
@@ -91813,12 +91813,12 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91813
91813
|
errorMessage: z.ZodString;
|
|
91814
91814
|
errorReason: z.ZodString;
|
|
91815
91815
|
}, "strip", z.ZodTypeAny, {
|
|
91816
|
-
max: number;
|
|
91817
91816
|
errorMessage: string;
|
|
91817
|
+
max: number;
|
|
91818
91818
|
errorReason: string;
|
|
91819
91819
|
}, {
|
|
91820
|
-
max: number;
|
|
91821
91820
|
errorMessage: string;
|
|
91821
|
+
max: number;
|
|
91822
91822
|
errorReason: string;
|
|
91823
91823
|
}>;
|
|
91824
91824
|
workspaceViewers: z.ZodObject<{
|
|
@@ -91826,12 +91826,12 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91826
91826
|
errorMessage: z.ZodString;
|
|
91827
91827
|
errorReason: z.ZodString;
|
|
91828
91828
|
}, "strip", z.ZodTypeAny, {
|
|
91829
|
-
max: number;
|
|
91830
91829
|
errorMessage: string;
|
|
91830
|
+
max: number;
|
|
91831
91831
|
errorReason: string;
|
|
91832
91832
|
}, {
|
|
91833
|
-
max: number;
|
|
91834
91833
|
errorMessage: string;
|
|
91834
|
+
max: number;
|
|
91835
91835
|
errorReason: string;
|
|
91836
91836
|
}>;
|
|
91837
91837
|
customDocumentationExporter: z.ZodObject<{
|
|
@@ -91927,35 +91927,35 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91927
91927
|
}>;
|
|
91928
91928
|
}, "strip", z.ZodTypeAny, {
|
|
91929
91929
|
themes: {
|
|
91930
|
-
max: number;
|
|
91931
91930
|
errorMessage: string;
|
|
91931
|
+
max: number;
|
|
91932
91932
|
errorReason: string;
|
|
91933
91933
|
};
|
|
91934
91934
|
designSystems: {
|
|
91935
|
-
max: number;
|
|
91936
91935
|
errorMessage: string;
|
|
91936
|
+
max: number;
|
|
91937
91937
|
errorReason: string;
|
|
91938
91938
|
};
|
|
91939
91939
|
designSystemSources: {
|
|
91940
|
-
max: number;
|
|
91941
91940
|
errorMessage: string;
|
|
91941
|
+
max: number;
|
|
91942
91942
|
errorReason: string;
|
|
91943
91943
|
noImportJobsErrorMessage: string;
|
|
91944
91944
|
noImportJobsErrorReason: string;
|
|
91945
91945
|
};
|
|
91946
91946
|
designSystemVersions: {
|
|
91947
|
-
max: number;
|
|
91948
91947
|
errorMessage: string;
|
|
91948
|
+
max: number;
|
|
91949
91949
|
errorReason: string;
|
|
91950
91950
|
};
|
|
91951
91951
|
brands: {
|
|
91952
|
-
max: number;
|
|
91953
91952
|
errorMessage: string;
|
|
91953
|
+
max: number;
|
|
91954
91954
|
errorReason: string;
|
|
91955
91955
|
};
|
|
91956
91956
|
codegenSchedules: {
|
|
91957
|
-
max: number;
|
|
91958
91957
|
errorMessage: string;
|
|
91958
|
+
max: number;
|
|
91959
91959
|
errorReason: string;
|
|
91960
91960
|
};
|
|
91961
91961
|
publicDocumentation: {
|
|
@@ -91999,13 +91999,13 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
91999
91999
|
enabled: boolean;
|
|
92000
92000
|
};
|
|
92001
92001
|
workspacePaidSeats: {
|
|
92002
|
-
max: number;
|
|
92003
92002
|
errorMessage: string;
|
|
92003
|
+
max: number;
|
|
92004
92004
|
errorReason: string;
|
|
92005
92005
|
};
|
|
92006
92006
|
workspaceViewers: {
|
|
92007
|
-
max: number;
|
|
92008
92007
|
errorMessage: string;
|
|
92008
|
+
max: number;
|
|
92009
92009
|
errorReason: string;
|
|
92010
92010
|
};
|
|
92011
92011
|
customDocumentationExporter: {
|
|
@@ -92045,35 +92045,35 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92045
92045
|
};
|
|
92046
92046
|
}, {
|
|
92047
92047
|
themes: {
|
|
92048
|
-
max: number;
|
|
92049
92048
|
errorMessage: string;
|
|
92049
|
+
max: number;
|
|
92050
92050
|
errorReason: string;
|
|
92051
92051
|
};
|
|
92052
92052
|
designSystems: {
|
|
92053
|
-
max: number;
|
|
92054
92053
|
errorMessage: string;
|
|
92054
|
+
max: number;
|
|
92055
92055
|
errorReason: string;
|
|
92056
92056
|
};
|
|
92057
92057
|
designSystemSources: {
|
|
92058
|
-
max: number;
|
|
92059
92058
|
errorMessage: string;
|
|
92059
|
+
max: number;
|
|
92060
92060
|
errorReason: string;
|
|
92061
92061
|
noImportJobsErrorMessage: string;
|
|
92062
92062
|
noImportJobsErrorReason: string;
|
|
92063
92063
|
};
|
|
92064
92064
|
designSystemVersions: {
|
|
92065
|
-
max: number;
|
|
92066
92065
|
errorMessage: string;
|
|
92066
|
+
max: number;
|
|
92067
92067
|
errorReason: string;
|
|
92068
92068
|
};
|
|
92069
92069
|
brands: {
|
|
92070
|
-
max: number;
|
|
92071
92070
|
errorMessage: string;
|
|
92071
|
+
max: number;
|
|
92072
92072
|
errorReason: string;
|
|
92073
92073
|
};
|
|
92074
92074
|
codegenSchedules: {
|
|
92075
|
-
max: number;
|
|
92076
92075
|
errorMessage: string;
|
|
92076
|
+
max: number;
|
|
92077
92077
|
errorReason: string;
|
|
92078
92078
|
};
|
|
92079
92079
|
publicDocumentation: {
|
|
@@ -92117,13 +92117,13 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92117
92117
|
enabled: boolean;
|
|
92118
92118
|
};
|
|
92119
92119
|
workspacePaidSeats: {
|
|
92120
|
-
max: number;
|
|
92121
92120
|
errorMessage: string;
|
|
92121
|
+
max: number;
|
|
92122
92122
|
errorReason: string;
|
|
92123
92123
|
};
|
|
92124
92124
|
workspaceViewers: {
|
|
92125
|
-
max: number;
|
|
92126
92125
|
errorMessage: string;
|
|
92126
|
+
max: number;
|
|
92127
92127
|
errorReason: string;
|
|
92128
92128
|
};
|
|
92129
92129
|
customDocumentationExporter: {
|
|
@@ -92230,35 +92230,35 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92230
92230
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
92231
92231
|
featuresSummary?: {
|
|
92232
92232
|
themes: {
|
|
92233
|
-
max: number;
|
|
92234
92233
|
errorMessage: string;
|
|
92234
|
+
max: number;
|
|
92235
92235
|
errorReason: string;
|
|
92236
92236
|
};
|
|
92237
92237
|
designSystems: {
|
|
92238
|
-
max: number;
|
|
92239
92238
|
errorMessage: string;
|
|
92239
|
+
max: number;
|
|
92240
92240
|
errorReason: string;
|
|
92241
92241
|
};
|
|
92242
92242
|
designSystemSources: {
|
|
92243
|
-
max: number;
|
|
92244
92243
|
errorMessage: string;
|
|
92244
|
+
max: number;
|
|
92245
92245
|
errorReason: string;
|
|
92246
92246
|
noImportJobsErrorMessage: string;
|
|
92247
92247
|
noImportJobsErrorReason: string;
|
|
92248
92248
|
};
|
|
92249
92249
|
designSystemVersions: {
|
|
92250
|
-
max: number;
|
|
92251
92250
|
errorMessage: string;
|
|
92251
|
+
max: number;
|
|
92252
92252
|
errorReason: string;
|
|
92253
92253
|
};
|
|
92254
92254
|
brands: {
|
|
92255
|
-
max: number;
|
|
92256
92255
|
errorMessage: string;
|
|
92256
|
+
max: number;
|
|
92257
92257
|
errorReason: string;
|
|
92258
92258
|
};
|
|
92259
92259
|
codegenSchedules: {
|
|
92260
|
-
max: number;
|
|
92261
92260
|
errorMessage: string;
|
|
92261
|
+
max: number;
|
|
92262
92262
|
errorReason: string;
|
|
92263
92263
|
};
|
|
92264
92264
|
publicDocumentation: {
|
|
@@ -92302,13 +92302,13 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92302
92302
|
enabled: boolean;
|
|
92303
92303
|
};
|
|
92304
92304
|
workspacePaidSeats: {
|
|
92305
|
-
max: number;
|
|
92306
92305
|
errorMessage: string;
|
|
92306
|
+
max: number;
|
|
92307
92307
|
errorReason: string;
|
|
92308
92308
|
};
|
|
92309
92309
|
workspaceViewers: {
|
|
92310
|
-
max: number;
|
|
92311
92310
|
errorMessage: string;
|
|
92311
|
+
max: number;
|
|
92312
92312
|
errorReason: string;
|
|
92313
92313
|
};
|
|
92314
92314
|
customDocumentationExporter: {
|
|
@@ -92382,35 +92382,35 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92382
92382
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
92383
92383
|
featuresSummary?: {
|
|
92384
92384
|
themes: {
|
|
92385
|
-
max: number;
|
|
92386
92385
|
errorMessage: string;
|
|
92386
|
+
max: number;
|
|
92387
92387
|
errorReason: string;
|
|
92388
92388
|
};
|
|
92389
92389
|
designSystems: {
|
|
92390
|
-
max: number;
|
|
92391
92390
|
errorMessage: string;
|
|
92391
|
+
max: number;
|
|
92392
92392
|
errorReason: string;
|
|
92393
92393
|
};
|
|
92394
92394
|
designSystemSources: {
|
|
92395
|
-
max: number;
|
|
92396
92395
|
errorMessage: string;
|
|
92396
|
+
max: number;
|
|
92397
92397
|
errorReason: string;
|
|
92398
92398
|
noImportJobsErrorMessage: string;
|
|
92399
92399
|
noImportJobsErrorReason: string;
|
|
92400
92400
|
};
|
|
92401
92401
|
designSystemVersions: {
|
|
92402
|
-
max: number;
|
|
92403
92402
|
errorMessage: string;
|
|
92403
|
+
max: number;
|
|
92404
92404
|
errorReason: string;
|
|
92405
92405
|
};
|
|
92406
92406
|
brands: {
|
|
92407
|
-
max: number;
|
|
92408
92407
|
errorMessage: string;
|
|
92408
|
+
max: number;
|
|
92409
92409
|
errorReason: string;
|
|
92410
92410
|
};
|
|
92411
92411
|
codegenSchedules: {
|
|
92412
|
-
max: number;
|
|
92413
92412
|
errorMessage: string;
|
|
92413
|
+
max: number;
|
|
92414
92414
|
errorReason: string;
|
|
92415
92415
|
};
|
|
92416
92416
|
publicDocumentation: {
|
|
@@ -92454,13 +92454,13 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92454
92454
|
enabled: boolean;
|
|
92455
92455
|
};
|
|
92456
92456
|
workspacePaidSeats: {
|
|
92457
|
-
max: number;
|
|
92458
92457
|
errorMessage: string;
|
|
92458
|
+
max: number;
|
|
92459
92459
|
errorReason: string;
|
|
92460
92460
|
};
|
|
92461
92461
|
workspaceViewers: {
|
|
92462
|
-
max: number;
|
|
92463
92462
|
errorMessage: string;
|
|
92463
|
+
max: number;
|
|
92464
92464
|
errorReason: string;
|
|
92465
92465
|
};
|
|
92466
92466
|
customDocumentationExporter: {
|
|
@@ -92593,35 +92593,35 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92593
92593
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
92594
92594
|
featuresSummary?: {
|
|
92595
92595
|
themes: {
|
|
92596
|
-
max: number;
|
|
92597
92596
|
errorMessage: string;
|
|
92597
|
+
max: number;
|
|
92598
92598
|
errorReason: string;
|
|
92599
92599
|
};
|
|
92600
92600
|
designSystems: {
|
|
92601
|
-
max: number;
|
|
92602
92601
|
errorMessage: string;
|
|
92602
|
+
max: number;
|
|
92603
92603
|
errorReason: string;
|
|
92604
92604
|
};
|
|
92605
92605
|
designSystemSources: {
|
|
92606
|
-
max: number;
|
|
92607
92606
|
errorMessage: string;
|
|
92607
|
+
max: number;
|
|
92608
92608
|
errorReason: string;
|
|
92609
92609
|
noImportJobsErrorMessage: string;
|
|
92610
92610
|
noImportJobsErrorReason: string;
|
|
92611
92611
|
};
|
|
92612
92612
|
designSystemVersions: {
|
|
92613
|
-
max: number;
|
|
92614
92613
|
errorMessage: string;
|
|
92614
|
+
max: number;
|
|
92615
92615
|
errorReason: string;
|
|
92616
92616
|
};
|
|
92617
92617
|
brands: {
|
|
92618
|
-
max: number;
|
|
92619
92618
|
errorMessage: string;
|
|
92619
|
+
max: number;
|
|
92620
92620
|
errorReason: string;
|
|
92621
92621
|
};
|
|
92622
92622
|
codegenSchedules: {
|
|
92623
|
-
max: number;
|
|
92624
92623
|
errorMessage: string;
|
|
92624
|
+
max: number;
|
|
92625
92625
|
errorReason: string;
|
|
92626
92626
|
};
|
|
92627
92627
|
publicDocumentation: {
|
|
@@ -92665,13 +92665,13 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92665
92665
|
enabled: boolean;
|
|
92666
92666
|
};
|
|
92667
92667
|
workspacePaidSeats: {
|
|
92668
|
-
max: number;
|
|
92669
92668
|
errorMessage: string;
|
|
92669
|
+
max: number;
|
|
92670
92670
|
errorReason: string;
|
|
92671
92671
|
};
|
|
92672
92672
|
workspaceViewers: {
|
|
92673
|
-
max: number;
|
|
92674
92673
|
errorMessage: string;
|
|
92674
|
+
max: number;
|
|
92675
92675
|
errorReason: string;
|
|
92676
92676
|
};
|
|
92677
92677
|
customDocumentationExporter: {
|
|
@@ -92782,35 +92782,35 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92782
92782
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
92783
92783
|
featuresSummary?: {
|
|
92784
92784
|
themes: {
|
|
92785
|
-
max: number;
|
|
92786
92785
|
errorMessage: string;
|
|
92786
|
+
max: number;
|
|
92787
92787
|
errorReason: string;
|
|
92788
92788
|
};
|
|
92789
92789
|
designSystems: {
|
|
92790
|
-
max: number;
|
|
92791
92790
|
errorMessage: string;
|
|
92791
|
+
max: number;
|
|
92792
92792
|
errorReason: string;
|
|
92793
92793
|
};
|
|
92794
92794
|
designSystemSources: {
|
|
92795
|
-
max: number;
|
|
92796
92795
|
errorMessage: string;
|
|
92796
|
+
max: number;
|
|
92797
92797
|
errorReason: string;
|
|
92798
92798
|
noImportJobsErrorMessage: string;
|
|
92799
92799
|
noImportJobsErrorReason: string;
|
|
92800
92800
|
};
|
|
92801
92801
|
designSystemVersions: {
|
|
92802
|
-
max: number;
|
|
92803
92802
|
errorMessage: string;
|
|
92803
|
+
max: number;
|
|
92804
92804
|
errorReason: string;
|
|
92805
92805
|
};
|
|
92806
92806
|
brands: {
|
|
92807
|
-
max: number;
|
|
92808
92807
|
errorMessage: string;
|
|
92808
|
+
max: number;
|
|
92809
92809
|
errorReason: string;
|
|
92810
92810
|
};
|
|
92811
92811
|
codegenSchedules: {
|
|
92812
|
-
max: number;
|
|
92813
92812
|
errorMessage: string;
|
|
92813
|
+
max: number;
|
|
92814
92814
|
errorReason: string;
|
|
92815
92815
|
};
|
|
92816
92816
|
publicDocumentation: {
|
|
@@ -92854,13 +92854,13 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92854
92854
|
enabled: boolean;
|
|
92855
92855
|
};
|
|
92856
92856
|
workspacePaidSeats: {
|
|
92857
|
-
max: number;
|
|
92858
92857
|
errorMessage: string;
|
|
92858
|
+
max: number;
|
|
92859
92859
|
errorReason: string;
|
|
92860
92860
|
};
|
|
92861
92861
|
workspaceViewers: {
|
|
92862
|
-
max: number;
|
|
92863
92862
|
errorMessage: string;
|
|
92863
|
+
max: number;
|
|
92864
92864
|
errorReason: string;
|
|
92865
92865
|
};
|
|
92866
92866
|
customDocumentationExporter: {
|
|
@@ -92973,35 +92973,35 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
92973
92973
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
92974
92974
|
featuresSummary?: {
|
|
92975
92975
|
themes: {
|
|
92976
|
-
max: number;
|
|
92977
92976
|
errorMessage: string;
|
|
92977
|
+
max: number;
|
|
92978
92978
|
errorReason: string;
|
|
92979
92979
|
};
|
|
92980
92980
|
designSystems: {
|
|
92981
|
-
max: number;
|
|
92982
92981
|
errorMessage: string;
|
|
92982
|
+
max: number;
|
|
92983
92983
|
errorReason: string;
|
|
92984
92984
|
};
|
|
92985
92985
|
designSystemSources: {
|
|
92986
|
-
max: number;
|
|
92987
92986
|
errorMessage: string;
|
|
92987
|
+
max: number;
|
|
92988
92988
|
errorReason: string;
|
|
92989
92989
|
noImportJobsErrorMessage: string;
|
|
92990
92990
|
noImportJobsErrorReason: string;
|
|
92991
92991
|
};
|
|
92992
92992
|
designSystemVersions: {
|
|
92993
|
-
max: number;
|
|
92994
92993
|
errorMessage: string;
|
|
92994
|
+
max: number;
|
|
92995
92995
|
errorReason: string;
|
|
92996
92996
|
};
|
|
92997
92997
|
brands: {
|
|
92998
|
-
max: number;
|
|
92999
92998
|
errorMessage: string;
|
|
92999
|
+
max: number;
|
|
93000
93000
|
errorReason: string;
|
|
93001
93001
|
};
|
|
93002
93002
|
codegenSchedules: {
|
|
93003
|
-
max: number;
|
|
93004
93003
|
errorMessage: string;
|
|
93004
|
+
max: number;
|
|
93005
93005
|
errorReason: string;
|
|
93006
93006
|
};
|
|
93007
93007
|
publicDocumentation: {
|
|
@@ -93045,13 +93045,13 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
93045
93045
|
enabled: boolean;
|
|
93046
93046
|
};
|
|
93047
93047
|
workspacePaidSeats: {
|
|
93048
|
-
max: number;
|
|
93049
93048
|
errorMessage: string;
|
|
93049
|
+
max: number;
|
|
93050
93050
|
errorReason: string;
|
|
93051
93051
|
};
|
|
93052
93052
|
workspaceViewers: {
|
|
93053
|
-
max: number;
|
|
93054
93053
|
errorMessage: string;
|
|
93054
|
+
max: number;
|
|
93055
93055
|
errorReason: string;
|
|
93056
93056
|
};
|
|
93057
93057
|
customDocumentationExporter: {
|
|
@@ -93164,35 +93164,35 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
93164
93164
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
93165
93165
|
featuresSummary?: {
|
|
93166
93166
|
themes: {
|
|
93167
|
-
max: number;
|
|
93168
93167
|
errorMessage: string;
|
|
93168
|
+
max: number;
|
|
93169
93169
|
errorReason: string;
|
|
93170
93170
|
};
|
|
93171
93171
|
designSystems: {
|
|
93172
|
-
max: number;
|
|
93173
93172
|
errorMessage: string;
|
|
93173
|
+
max: number;
|
|
93174
93174
|
errorReason: string;
|
|
93175
93175
|
};
|
|
93176
93176
|
designSystemSources: {
|
|
93177
|
-
max: number;
|
|
93178
93177
|
errorMessage: string;
|
|
93178
|
+
max: number;
|
|
93179
93179
|
errorReason: string;
|
|
93180
93180
|
noImportJobsErrorMessage: string;
|
|
93181
93181
|
noImportJobsErrorReason: string;
|
|
93182
93182
|
};
|
|
93183
93183
|
designSystemVersions: {
|
|
93184
|
-
max: number;
|
|
93185
93184
|
errorMessage: string;
|
|
93185
|
+
max: number;
|
|
93186
93186
|
errorReason: string;
|
|
93187
93187
|
};
|
|
93188
93188
|
brands: {
|
|
93189
|
-
max: number;
|
|
93190
93189
|
errorMessage: string;
|
|
93190
|
+
max: number;
|
|
93191
93191
|
errorReason: string;
|
|
93192
93192
|
};
|
|
93193
93193
|
codegenSchedules: {
|
|
93194
|
-
max: number;
|
|
93195
93194
|
errorMessage: string;
|
|
93195
|
+
max: number;
|
|
93196
93196
|
errorReason: string;
|
|
93197
93197
|
};
|
|
93198
93198
|
publicDocumentation: {
|
|
@@ -93236,13 +93236,13 @@ declare const DTOWorkspaceResponse: z.ZodObject<{
|
|
|
93236
93236
|
enabled: boolean;
|
|
93237
93237
|
};
|
|
93238
93238
|
workspacePaidSeats: {
|
|
93239
|
-
max: number;
|
|
93240
93239
|
errorMessage: string;
|
|
93240
|
+
max: number;
|
|
93241
93241
|
errorReason: string;
|
|
93242
93242
|
};
|
|
93243
93243
|
workspaceViewers: {
|
|
93244
|
-
max: number;
|
|
93245
93244
|
errorMessage: string;
|
|
93245
|
+
max: number;
|
|
93246
93246
|
errorReason: string;
|
|
93247
93247
|
};
|
|
93248
93248
|
customDocumentationExporter: {
|
|
@@ -93919,6 +93919,137 @@ declare class ExportersEndpoint {
|
|
|
93919
93919
|
deprecationNote?: string | undefined;
|
|
93920
93920
|
replacementExporterId?: string | undefined;
|
|
93921
93921
|
}>;
|
|
93922
|
+
pullChanges(workspaceId: string, exporterId: string): Promise<{
|
|
93923
|
+
membership: {
|
|
93924
|
+
workspaceId: string;
|
|
93925
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
93926
|
+
exporterId: string;
|
|
93927
|
+
};
|
|
93928
|
+
exporter: {
|
|
93929
|
+
description: string;
|
|
93930
|
+
isPrivate: boolean;
|
|
93931
|
+
id: string;
|
|
93932
|
+
name: string;
|
|
93933
|
+
source: "upload" | "git";
|
|
93934
|
+
version: string;
|
|
93935
|
+
exporterType: "code" | "documentation";
|
|
93936
|
+
isDefaultDocumentationExporter: boolean;
|
|
93937
|
+
configurationProperties: {
|
|
93938
|
+
key: string;
|
|
93939
|
+
type: "string" | "number" | "boolean" | "image" | "enum" | "color" | "typography" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
93940
|
+
category: string;
|
|
93941
|
+
label: string;
|
|
93942
|
+
values?: string[] | null | undefined;
|
|
93943
|
+
default?: string | number | boolean | null | undefined;
|
|
93944
|
+
description?: string | null | undefined;
|
|
93945
|
+
inputType?: "code" | "plain" | undefined;
|
|
93946
|
+
isMultiline?: boolean | null | undefined;
|
|
93947
|
+
}[];
|
|
93948
|
+
customBlocks: {
|
|
93949
|
+
key: string;
|
|
93950
|
+
properties: {
|
|
93951
|
+
key: string;
|
|
93952
|
+
type: "string" | "number" | "boolean" | "image" | "enum" | "color" | "typography" | "component" | "componentProperties" | "tokenProperties" | "tokenType";
|
|
93953
|
+
label: string;
|
|
93954
|
+
values?: string[] | null | undefined;
|
|
93955
|
+
default?: string | number | boolean | null | undefined;
|
|
93956
|
+
description?: string | null | undefined;
|
|
93957
|
+
inputType?: "code" | "plain" | undefined;
|
|
93958
|
+
isMultiline?: boolean | null | undefined;
|
|
93959
|
+
}[];
|
|
93960
|
+
category?: string | undefined;
|
|
93961
|
+
description?: string | undefined;
|
|
93962
|
+
title?: string | undefined;
|
|
93963
|
+
iconURL?: string | undefined;
|
|
93964
|
+
mode?: NonNullable<"array" | "block"> | undefined;
|
|
93965
|
+
}[];
|
|
93966
|
+
blockVariants: Record<string, {
|
|
93967
|
+
key: string;
|
|
93968
|
+
name: string;
|
|
93969
|
+
description?: string | undefined;
|
|
93970
|
+
isDefault?: boolean | undefined;
|
|
93971
|
+
thumbnailURL?: string | undefined;
|
|
93972
|
+
}[]>;
|
|
93973
|
+
tags: string[];
|
|
93974
|
+
usesLocale: boolean;
|
|
93975
|
+
usesBrands: boolean;
|
|
93976
|
+
usesThemes: boolean;
|
|
93977
|
+
isDeprecated: boolean;
|
|
93978
|
+
properties?: ({
|
|
93979
|
+
options: Record<string, {
|
|
93980
|
+
description: string;
|
|
93981
|
+
label: string;
|
|
93982
|
+
}>;
|
|
93983
|
+
type: "Enum";
|
|
93984
|
+
description: string;
|
|
93985
|
+
title: string;
|
|
93986
|
+
key: string;
|
|
93987
|
+
default: string;
|
|
93988
|
+
category?: string | undefined;
|
|
93989
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
93990
|
+
} | {
|
|
93991
|
+
type: "Boolean";
|
|
93992
|
+
description: string;
|
|
93993
|
+
title: string;
|
|
93994
|
+
key: string;
|
|
93995
|
+
default: boolean;
|
|
93996
|
+
category?: string | undefined;
|
|
93997
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
93998
|
+
} | {
|
|
93999
|
+
type: "String";
|
|
94000
|
+
description: string;
|
|
94001
|
+
title: string;
|
|
94002
|
+
key: string;
|
|
94003
|
+
default: string;
|
|
94004
|
+
category?: string | undefined;
|
|
94005
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
94006
|
+
} | {
|
|
94007
|
+
type: "Number";
|
|
94008
|
+
description: string;
|
|
94009
|
+
title: string;
|
|
94010
|
+
key: string;
|
|
94011
|
+
default: number;
|
|
94012
|
+
category?: string | undefined;
|
|
94013
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
94014
|
+
} | {
|
|
94015
|
+
type: "Array";
|
|
94016
|
+
description: string;
|
|
94017
|
+
title: string;
|
|
94018
|
+
key: string;
|
|
94019
|
+
default: string[];
|
|
94020
|
+
category?: string | undefined;
|
|
94021
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
94022
|
+
} | {
|
|
94023
|
+
type: "Object";
|
|
94024
|
+
description: string;
|
|
94025
|
+
title: string;
|
|
94026
|
+
key: string;
|
|
94027
|
+
default: Record<string, string>;
|
|
94028
|
+
category?: string | undefined;
|
|
94029
|
+
dependsOn?: Record<string, boolean> | undefined;
|
|
94030
|
+
allowedKeys?: {
|
|
94031
|
+
options: string[];
|
|
94032
|
+
type: string;
|
|
94033
|
+
} | undefined;
|
|
94034
|
+
allowedValues?: {
|
|
94035
|
+
type: string;
|
|
94036
|
+
} | undefined;
|
|
94037
|
+
})[] | undefined;
|
|
94038
|
+
organization?: string | undefined;
|
|
94039
|
+
iconURL?: string | undefined;
|
|
94040
|
+
homepage?: string | undefined;
|
|
94041
|
+
packageId?: string | undefined;
|
|
94042
|
+
author?: string | undefined;
|
|
94043
|
+
readme?: string | undefined;
|
|
94044
|
+
routingVersion?: string | undefined;
|
|
94045
|
+
gitProvider?: string | undefined;
|
|
94046
|
+
gitUrl?: string | undefined;
|
|
94047
|
+
gitBranch?: string | undefined;
|
|
94048
|
+
gitDirectory?: string | undefined;
|
|
94049
|
+
deprecationNote?: string | undefined;
|
|
94050
|
+
replacementExporterId?: string | undefined;
|
|
94051
|
+
};
|
|
94052
|
+
}>;
|
|
93922
94053
|
}
|
|
93923
94054
|
|
|
93924
94055
|
declare class ExporterJobsEndpoint {
|
|
@@ -101536,35 +101667,35 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
101536
101667
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
101537
101668
|
featuresSummary?: {
|
|
101538
101669
|
themes: {
|
|
101539
|
-
max: number;
|
|
101540
101670
|
errorMessage: string;
|
|
101671
|
+
max: number;
|
|
101541
101672
|
errorReason: string;
|
|
101542
101673
|
};
|
|
101543
101674
|
designSystems: {
|
|
101544
|
-
max: number;
|
|
101545
101675
|
errorMessage: string;
|
|
101676
|
+
max: number;
|
|
101546
101677
|
errorReason: string;
|
|
101547
101678
|
};
|
|
101548
101679
|
designSystemSources: {
|
|
101549
|
-
max: number;
|
|
101550
101680
|
errorMessage: string;
|
|
101681
|
+
max: number;
|
|
101551
101682
|
errorReason: string;
|
|
101552
101683
|
noImportJobsErrorMessage: string;
|
|
101553
101684
|
noImportJobsErrorReason: string;
|
|
101554
101685
|
};
|
|
101555
101686
|
designSystemVersions: {
|
|
101556
|
-
max: number;
|
|
101557
101687
|
errorMessage: string;
|
|
101688
|
+
max: number;
|
|
101558
101689
|
errorReason: string;
|
|
101559
101690
|
};
|
|
101560
101691
|
brands: {
|
|
101561
|
-
max: number;
|
|
101562
101692
|
errorMessage: string;
|
|
101693
|
+
max: number;
|
|
101563
101694
|
errorReason: string;
|
|
101564
101695
|
};
|
|
101565
101696
|
codegenSchedules: {
|
|
101566
|
-
max: number;
|
|
101567
101697
|
errorMessage: string;
|
|
101698
|
+
max: number;
|
|
101568
101699
|
errorReason: string;
|
|
101569
101700
|
};
|
|
101570
101701
|
publicDocumentation: {
|
|
@@ -101608,13 +101739,13 @@ declare class WorkspaceInvitationsEndpoint {
|
|
|
101608
101739
|
enabled: boolean;
|
|
101609
101740
|
};
|
|
101610
101741
|
workspacePaidSeats: {
|
|
101611
|
-
max: number;
|
|
101612
101742
|
errorMessage: string;
|
|
101743
|
+
max: number;
|
|
101613
101744
|
errorReason: string;
|
|
101614
101745
|
};
|
|
101615
101746
|
workspaceViewers: {
|
|
101616
|
-
max: number;
|
|
101617
101747
|
errorMessage: string;
|
|
101748
|
+
max: number;
|
|
101618
101749
|
errorReason: string;
|
|
101619
101750
|
};
|
|
101620
101751
|
customDocumentationExporter: {
|
|
@@ -101820,35 +101951,35 @@ declare class WorkspaceMembersEndpoint {
|
|
|
101820
101951
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
101821
101952
|
featuresSummary?: {
|
|
101822
101953
|
themes: {
|
|
101823
|
-
max: number;
|
|
101824
101954
|
errorMessage: string;
|
|
101955
|
+
max: number;
|
|
101825
101956
|
errorReason: string;
|
|
101826
101957
|
};
|
|
101827
101958
|
designSystems: {
|
|
101828
|
-
max: number;
|
|
101829
101959
|
errorMessage: string;
|
|
101960
|
+
max: number;
|
|
101830
101961
|
errorReason: string;
|
|
101831
101962
|
};
|
|
101832
101963
|
designSystemSources: {
|
|
101833
|
-
max: number;
|
|
101834
101964
|
errorMessage: string;
|
|
101965
|
+
max: number;
|
|
101835
101966
|
errorReason: string;
|
|
101836
101967
|
noImportJobsErrorMessage: string;
|
|
101837
101968
|
noImportJobsErrorReason: string;
|
|
101838
101969
|
};
|
|
101839
101970
|
designSystemVersions: {
|
|
101840
|
-
max: number;
|
|
101841
101971
|
errorMessage: string;
|
|
101972
|
+
max: number;
|
|
101842
101973
|
errorReason: string;
|
|
101843
101974
|
};
|
|
101844
101975
|
brands: {
|
|
101845
|
-
max: number;
|
|
101846
101976
|
errorMessage: string;
|
|
101977
|
+
max: number;
|
|
101847
101978
|
errorReason: string;
|
|
101848
101979
|
};
|
|
101849
101980
|
codegenSchedules: {
|
|
101850
|
-
max: number;
|
|
101851
101981
|
errorMessage: string;
|
|
101982
|
+
max: number;
|
|
101852
101983
|
errorReason: string;
|
|
101853
101984
|
};
|
|
101854
101985
|
publicDocumentation: {
|
|
@@ -101892,13 +102023,13 @@ declare class WorkspaceMembersEndpoint {
|
|
|
101892
102023
|
enabled: boolean;
|
|
101893
102024
|
};
|
|
101894
102025
|
workspacePaidSeats: {
|
|
101895
|
-
max: number;
|
|
101896
102026
|
errorMessage: string;
|
|
102027
|
+
max: number;
|
|
101897
102028
|
errorReason: string;
|
|
101898
102029
|
};
|
|
101899
102030
|
workspaceViewers: {
|
|
101900
|
-
max: number;
|
|
101901
102031
|
errorMessage: string;
|
|
102032
|
+
max: number;
|
|
101902
102033
|
errorReason: string;
|
|
101903
102034
|
};
|
|
101904
102035
|
customDocumentationExporter: {
|
|
@@ -102013,35 +102144,35 @@ declare class WorkspaceMembersEndpoint {
|
|
|
102013
102144
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
102014
102145
|
featuresSummary?: {
|
|
102015
102146
|
themes: {
|
|
102016
|
-
max: number;
|
|
102017
102147
|
errorMessage: string;
|
|
102148
|
+
max: number;
|
|
102018
102149
|
errorReason: string;
|
|
102019
102150
|
};
|
|
102020
102151
|
designSystems: {
|
|
102021
|
-
max: number;
|
|
102022
102152
|
errorMessage: string;
|
|
102153
|
+
max: number;
|
|
102023
102154
|
errorReason: string;
|
|
102024
102155
|
};
|
|
102025
102156
|
designSystemSources: {
|
|
102026
|
-
max: number;
|
|
102027
102157
|
errorMessage: string;
|
|
102158
|
+
max: number;
|
|
102028
102159
|
errorReason: string;
|
|
102029
102160
|
noImportJobsErrorMessage: string;
|
|
102030
102161
|
noImportJobsErrorReason: string;
|
|
102031
102162
|
};
|
|
102032
102163
|
designSystemVersions: {
|
|
102033
|
-
max: number;
|
|
102034
102164
|
errorMessage: string;
|
|
102165
|
+
max: number;
|
|
102035
102166
|
errorReason: string;
|
|
102036
102167
|
};
|
|
102037
102168
|
brands: {
|
|
102038
|
-
max: number;
|
|
102039
102169
|
errorMessage: string;
|
|
102170
|
+
max: number;
|
|
102040
102171
|
errorReason: string;
|
|
102041
102172
|
};
|
|
102042
102173
|
codegenSchedules: {
|
|
102043
|
-
max: number;
|
|
102044
102174
|
errorMessage: string;
|
|
102175
|
+
max: number;
|
|
102045
102176
|
errorReason: string;
|
|
102046
102177
|
};
|
|
102047
102178
|
publicDocumentation: {
|
|
@@ -102085,13 +102216,13 @@ declare class WorkspaceMembersEndpoint {
|
|
|
102085
102216
|
enabled: boolean;
|
|
102086
102217
|
};
|
|
102087
102218
|
workspacePaidSeats: {
|
|
102088
|
-
max: number;
|
|
102089
102219
|
errorMessage: string;
|
|
102220
|
+
max: number;
|
|
102090
102221
|
errorReason: string;
|
|
102091
102222
|
};
|
|
102092
102223
|
workspaceViewers: {
|
|
102093
|
-
max: number;
|
|
102094
102224
|
errorMessage: string;
|
|
102225
|
+
max: number;
|
|
102095
102226
|
errorReason: string;
|
|
102096
102227
|
};
|
|
102097
102228
|
customDocumentationExporter: {
|
|
@@ -102212,35 +102343,35 @@ declare class WorkspacesEndpoint {
|
|
|
102212
102343
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
102213
102344
|
featuresSummary?: {
|
|
102214
102345
|
themes: {
|
|
102215
|
-
max: number;
|
|
102216
102346
|
errorMessage: string;
|
|
102347
|
+
max: number;
|
|
102217
102348
|
errorReason: string;
|
|
102218
102349
|
};
|
|
102219
102350
|
designSystems: {
|
|
102220
|
-
max: number;
|
|
102221
102351
|
errorMessage: string;
|
|
102352
|
+
max: number;
|
|
102222
102353
|
errorReason: string;
|
|
102223
102354
|
};
|
|
102224
102355
|
designSystemSources: {
|
|
102225
|
-
max: number;
|
|
102226
102356
|
errorMessage: string;
|
|
102357
|
+
max: number;
|
|
102227
102358
|
errorReason: string;
|
|
102228
102359
|
noImportJobsErrorMessage: string;
|
|
102229
102360
|
noImportJobsErrorReason: string;
|
|
102230
102361
|
};
|
|
102231
102362
|
designSystemVersions: {
|
|
102232
|
-
max: number;
|
|
102233
102363
|
errorMessage: string;
|
|
102364
|
+
max: number;
|
|
102234
102365
|
errorReason: string;
|
|
102235
102366
|
};
|
|
102236
102367
|
brands: {
|
|
102237
|
-
max: number;
|
|
102238
102368
|
errorMessage: string;
|
|
102369
|
+
max: number;
|
|
102239
102370
|
errorReason: string;
|
|
102240
102371
|
};
|
|
102241
102372
|
codegenSchedules: {
|
|
102242
|
-
max: number;
|
|
102243
102373
|
errorMessage: string;
|
|
102374
|
+
max: number;
|
|
102244
102375
|
errorReason: string;
|
|
102245
102376
|
};
|
|
102246
102377
|
publicDocumentation: {
|
|
@@ -102284,13 +102415,13 @@ declare class WorkspacesEndpoint {
|
|
|
102284
102415
|
enabled: boolean;
|
|
102285
102416
|
};
|
|
102286
102417
|
workspacePaidSeats: {
|
|
102287
|
-
max: number;
|
|
102288
102418
|
errorMessage: string;
|
|
102419
|
+
max: number;
|
|
102289
102420
|
errorReason: string;
|
|
102290
102421
|
};
|
|
102291
102422
|
workspaceViewers: {
|
|
102292
|
-
max: number;
|
|
102293
102423
|
errorMessage: string;
|
|
102424
|
+
max: number;
|
|
102294
102425
|
errorReason: string;
|
|
102295
102426
|
};
|
|
102296
102427
|
customDocumentationExporter: {
|
|
@@ -102404,35 +102535,35 @@ declare class WorkspacesEndpoint {
|
|
|
102404
102535
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
102405
102536
|
featuresSummary?: {
|
|
102406
102537
|
themes: {
|
|
102407
|
-
max: number;
|
|
102408
102538
|
errorMessage: string;
|
|
102539
|
+
max: number;
|
|
102409
102540
|
errorReason: string;
|
|
102410
102541
|
};
|
|
102411
102542
|
designSystems: {
|
|
102412
|
-
max: number;
|
|
102413
102543
|
errorMessage: string;
|
|
102544
|
+
max: number;
|
|
102414
102545
|
errorReason: string;
|
|
102415
102546
|
};
|
|
102416
102547
|
designSystemSources: {
|
|
102417
|
-
max: number;
|
|
102418
102548
|
errorMessage: string;
|
|
102549
|
+
max: number;
|
|
102419
102550
|
errorReason: string;
|
|
102420
102551
|
noImportJobsErrorMessage: string;
|
|
102421
102552
|
noImportJobsErrorReason: string;
|
|
102422
102553
|
};
|
|
102423
102554
|
designSystemVersions: {
|
|
102424
|
-
max: number;
|
|
102425
102555
|
errorMessage: string;
|
|
102556
|
+
max: number;
|
|
102426
102557
|
errorReason: string;
|
|
102427
102558
|
};
|
|
102428
102559
|
brands: {
|
|
102429
|
-
max: number;
|
|
102430
102560
|
errorMessage: string;
|
|
102561
|
+
max: number;
|
|
102431
102562
|
errorReason: string;
|
|
102432
102563
|
};
|
|
102433
102564
|
codegenSchedules: {
|
|
102434
|
-
max: number;
|
|
102435
102565
|
errorMessage: string;
|
|
102566
|
+
max: number;
|
|
102436
102567
|
errorReason: string;
|
|
102437
102568
|
};
|
|
102438
102569
|
publicDocumentation: {
|
|
@@ -102476,13 +102607,13 @@ declare class WorkspacesEndpoint {
|
|
|
102476
102607
|
enabled: boolean;
|
|
102477
102608
|
};
|
|
102478
102609
|
workspacePaidSeats: {
|
|
102479
|
-
max: number;
|
|
102480
102610
|
errorMessage: string;
|
|
102611
|
+
max: number;
|
|
102481
102612
|
errorReason: string;
|
|
102482
102613
|
};
|
|
102483
102614
|
workspaceViewers: {
|
|
102484
|
-
max: number;
|
|
102485
102615
|
errorMessage: string;
|
|
102616
|
+
max: number;
|
|
102486
102617
|
errorReason: string;
|
|
102487
102618
|
};
|
|
102488
102619
|
customDocumentationExporter: {
|
|
@@ -102598,35 +102729,35 @@ declare class WorkspacesEndpoint {
|
|
|
102598
102729
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
102599
102730
|
featuresSummary?: {
|
|
102600
102731
|
themes: {
|
|
102601
|
-
max: number;
|
|
102602
102732
|
errorMessage: string;
|
|
102733
|
+
max: number;
|
|
102603
102734
|
errorReason: string;
|
|
102604
102735
|
};
|
|
102605
102736
|
designSystems: {
|
|
102606
|
-
max: number;
|
|
102607
102737
|
errorMessage: string;
|
|
102738
|
+
max: number;
|
|
102608
102739
|
errorReason: string;
|
|
102609
102740
|
};
|
|
102610
102741
|
designSystemSources: {
|
|
102611
|
-
max: number;
|
|
102612
102742
|
errorMessage: string;
|
|
102743
|
+
max: number;
|
|
102613
102744
|
errorReason: string;
|
|
102614
102745
|
noImportJobsErrorMessage: string;
|
|
102615
102746
|
noImportJobsErrorReason: string;
|
|
102616
102747
|
};
|
|
102617
102748
|
designSystemVersions: {
|
|
102618
|
-
max: number;
|
|
102619
102749
|
errorMessage: string;
|
|
102750
|
+
max: number;
|
|
102620
102751
|
errorReason: string;
|
|
102621
102752
|
};
|
|
102622
102753
|
brands: {
|
|
102623
|
-
max: number;
|
|
102624
102754
|
errorMessage: string;
|
|
102755
|
+
max: number;
|
|
102625
102756
|
errorReason: string;
|
|
102626
102757
|
};
|
|
102627
102758
|
codegenSchedules: {
|
|
102628
|
-
max: number;
|
|
102629
102759
|
errorMessage: string;
|
|
102760
|
+
max: number;
|
|
102630
102761
|
errorReason: string;
|
|
102631
102762
|
};
|
|
102632
102763
|
publicDocumentation: {
|
|
@@ -102670,13 +102801,13 @@ declare class WorkspacesEndpoint {
|
|
|
102670
102801
|
enabled: boolean;
|
|
102671
102802
|
};
|
|
102672
102803
|
workspacePaidSeats: {
|
|
102673
|
-
max: number;
|
|
102674
102804
|
errorMessage: string;
|
|
102805
|
+
max: number;
|
|
102675
102806
|
errorReason: string;
|
|
102676
102807
|
};
|
|
102677
102808
|
workspaceViewers: {
|
|
102678
|
-
max: number;
|
|
102679
102809
|
errorMessage: string;
|
|
102810
|
+
max: number;
|
|
102680
102811
|
errorReason: string;
|
|
102681
102812
|
};
|
|
102682
102813
|
customDocumentationExporter: {
|
|
@@ -102840,35 +102971,35 @@ declare class UsersEndpoint {
|
|
|
102840
102971
|
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
102841
102972
|
featuresSummary?: {
|
|
102842
102973
|
themes: {
|
|
102843
|
-
max: number;
|
|
102844
102974
|
errorMessage: string;
|
|
102975
|
+
max: number;
|
|
102845
102976
|
errorReason: string;
|
|
102846
102977
|
};
|
|
102847
102978
|
designSystems: {
|
|
102848
|
-
max: number;
|
|
102849
102979
|
errorMessage: string;
|
|
102980
|
+
max: number;
|
|
102850
102981
|
errorReason: string;
|
|
102851
102982
|
};
|
|
102852
102983
|
designSystemSources: {
|
|
102853
|
-
max: number;
|
|
102854
102984
|
errorMessage: string;
|
|
102985
|
+
max: number;
|
|
102855
102986
|
errorReason: string;
|
|
102856
102987
|
noImportJobsErrorMessage: string;
|
|
102857
102988
|
noImportJobsErrorReason: string;
|
|
102858
102989
|
};
|
|
102859
102990
|
designSystemVersions: {
|
|
102860
|
-
max: number;
|
|
102861
102991
|
errorMessage: string;
|
|
102992
|
+
max: number;
|
|
102862
102993
|
errorReason: string;
|
|
102863
102994
|
};
|
|
102864
102995
|
brands: {
|
|
102865
|
-
max: number;
|
|
102866
102996
|
errorMessage: string;
|
|
102997
|
+
max: number;
|
|
102867
102998
|
errorReason: string;
|
|
102868
102999
|
};
|
|
102869
103000
|
codegenSchedules: {
|
|
102870
|
-
max: number;
|
|
102871
103001
|
errorMessage: string;
|
|
103002
|
+
max: number;
|
|
102872
103003
|
errorReason: string;
|
|
102873
103004
|
};
|
|
102874
103005
|
publicDocumentation: {
|
|
@@ -102912,13 +103043,13 @@ declare class UsersEndpoint {
|
|
|
102912
103043
|
enabled: boolean;
|
|
102913
103044
|
};
|
|
102914
103045
|
workspacePaidSeats: {
|
|
102915
|
-
max: number;
|
|
102916
103046
|
errorMessage: string;
|
|
103047
|
+
max: number;
|
|
102917
103048
|
errorReason: string;
|
|
102918
103049
|
};
|
|
102919
103050
|
workspaceViewers: {
|
|
102920
|
-
max: number;
|
|
102921
103051
|
errorMessage: string;
|
|
103052
|
+
max: number;
|
|
102922
103053
|
errorReason: string;
|
|
102923
103054
|
};
|
|
102924
103055
|
customDocumentationExporter: {
|
|
@@ -105131,7 +105262,6 @@ declare class LocalDocsElementActionExecutor {
|
|
|
105131
105262
|
private documentationGroupCreate;
|
|
105132
105263
|
private documentationGroupUpdate;
|
|
105133
105264
|
private documentationGroupMove;
|
|
105134
|
-
private documentationGroupDelete;
|
|
105135
105265
|
private documentationTabCreate;
|
|
105136
105266
|
private documentationApprovalStateUpdate;
|
|
105137
105267
|
private calculateSortOrder;
|