@supernova-studio/client 0.54.31 → 0.54.32
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 +24 -24
- package/dist/index.d.ts +24 -24
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2871,7 +2871,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2871
2871
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2872
2872
|
docSlugDeprecated: z.ZodString;
|
|
2873
2873
|
isPublic: z.ZodBoolean;
|
|
2874
|
-
|
|
2874
|
+
isMultibrand: z.ZodBoolean;
|
|
2875
2875
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2876
2876
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
2877
2877
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -2921,7 +2921,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2921
2921
|
docSlug: string;
|
|
2922
2922
|
docSlugDeprecated: string;
|
|
2923
2923
|
isPublic: boolean;
|
|
2924
|
-
|
|
2924
|
+
isMultibrand: boolean;
|
|
2925
2925
|
basePrefixes: string[];
|
|
2926
2926
|
isApprovalFeatureEnabled: boolean;
|
|
2927
2927
|
approvalRequiredForPublishing: boolean;
|
|
@@ -2948,7 +2948,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2948
2948
|
docSlug: string;
|
|
2949
2949
|
docSlugDeprecated: string;
|
|
2950
2950
|
isPublic: boolean;
|
|
2951
|
-
|
|
2951
|
+
isMultibrand: boolean;
|
|
2952
2952
|
basePrefixes: string[];
|
|
2953
2953
|
isApprovalFeatureEnabled: boolean;
|
|
2954
2954
|
approvalRequiredForPublishing: boolean;
|
|
@@ -3057,7 +3057,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3057
3057
|
docSlug: string;
|
|
3058
3058
|
docSlugDeprecated: string;
|
|
3059
3059
|
isPublic: boolean;
|
|
3060
|
-
|
|
3060
|
+
isMultibrand: boolean;
|
|
3061
3061
|
basePrefixes: string[];
|
|
3062
3062
|
isApprovalFeatureEnabled: boolean;
|
|
3063
3063
|
approvalRequiredForPublishing: boolean;
|
|
@@ -3291,7 +3291,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3291
3291
|
docSlug: string;
|
|
3292
3292
|
docSlugDeprecated: string;
|
|
3293
3293
|
isPublic: boolean;
|
|
3294
|
-
|
|
3294
|
+
isMultibrand: boolean;
|
|
3295
3295
|
basePrefixes: string[];
|
|
3296
3296
|
isApprovalFeatureEnabled: boolean;
|
|
3297
3297
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7206,7 +7206,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7206
7206
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7207
7207
|
docSlugDeprecated: z.ZodString;
|
|
7208
7208
|
isPublic: z.ZodBoolean;
|
|
7209
|
-
|
|
7209
|
+
isMultibrand: z.ZodBoolean;
|
|
7210
7210
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7211
7211
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
7212
7212
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -7256,7 +7256,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7256
7256
|
docSlug: string;
|
|
7257
7257
|
docSlugDeprecated: string;
|
|
7258
7258
|
isPublic: boolean;
|
|
7259
|
-
|
|
7259
|
+
isMultibrand: boolean;
|
|
7260
7260
|
basePrefixes: string[];
|
|
7261
7261
|
isApprovalFeatureEnabled: boolean;
|
|
7262
7262
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7283,7 +7283,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7283
7283
|
docSlug: string;
|
|
7284
7284
|
docSlugDeprecated: string;
|
|
7285
7285
|
isPublic: boolean;
|
|
7286
|
-
|
|
7286
|
+
isMultibrand: boolean;
|
|
7287
7287
|
basePrefixes: string[];
|
|
7288
7288
|
isApprovalFeatureEnabled: boolean;
|
|
7289
7289
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7309,7 +7309,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7309
7309
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7310
7310
|
docSlugDeprecated: z.ZodString;
|
|
7311
7311
|
isPublic: z.ZodBoolean;
|
|
7312
|
-
|
|
7312
|
+
isMultibrand: z.ZodBoolean;
|
|
7313
7313
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7314
7314
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
7315
7315
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -7359,7 +7359,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7359
7359
|
docSlug: string;
|
|
7360
7360
|
docSlugDeprecated: string;
|
|
7361
7361
|
isPublic: boolean;
|
|
7362
|
-
|
|
7362
|
+
isMultibrand: boolean;
|
|
7363
7363
|
basePrefixes: string[];
|
|
7364
7364
|
isApprovalFeatureEnabled: boolean;
|
|
7365
7365
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7386,7 +7386,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7386
7386
|
docSlug: string;
|
|
7387
7387
|
docSlugDeprecated: string;
|
|
7388
7388
|
isPublic: boolean;
|
|
7389
|
-
|
|
7389
|
+
isMultibrand: boolean;
|
|
7390
7390
|
basePrefixes: string[];
|
|
7391
7391
|
isApprovalFeatureEnabled: boolean;
|
|
7392
7392
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7415,7 +7415,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7415
7415
|
docSlug: string;
|
|
7416
7416
|
docSlugDeprecated: string;
|
|
7417
7417
|
isPublic: boolean;
|
|
7418
|
-
|
|
7418
|
+
isMultibrand: boolean;
|
|
7419
7419
|
basePrefixes: string[];
|
|
7420
7420
|
isApprovalFeatureEnabled: boolean;
|
|
7421
7421
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7444,7 +7444,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7444
7444
|
docSlug: string;
|
|
7445
7445
|
docSlugDeprecated: string;
|
|
7446
7446
|
isPublic: boolean;
|
|
7447
|
-
|
|
7447
|
+
isMultibrand: boolean;
|
|
7448
7448
|
basePrefixes: string[];
|
|
7449
7449
|
isApprovalFeatureEnabled: boolean;
|
|
7450
7450
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7471,7 +7471,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7471
7471
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7472
7472
|
docSlugDeprecated: z.ZodString;
|
|
7473
7473
|
isPublic: z.ZodBoolean;
|
|
7474
|
-
|
|
7474
|
+
isMultibrand: z.ZodBoolean;
|
|
7475
7475
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7476
7476
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
7477
7477
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -7521,7 +7521,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7521
7521
|
docSlug: string;
|
|
7522
7522
|
docSlugDeprecated: string;
|
|
7523
7523
|
isPublic: boolean;
|
|
7524
|
-
|
|
7524
|
+
isMultibrand: boolean;
|
|
7525
7525
|
basePrefixes: string[];
|
|
7526
7526
|
isApprovalFeatureEnabled: boolean;
|
|
7527
7527
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7548,7 +7548,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7548
7548
|
docSlug: string;
|
|
7549
7549
|
docSlugDeprecated: string;
|
|
7550
7550
|
isPublic: boolean;
|
|
7551
|
-
|
|
7551
|
+
isMultibrand: boolean;
|
|
7552
7552
|
basePrefixes: string[];
|
|
7553
7553
|
isApprovalFeatureEnabled: boolean;
|
|
7554
7554
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7577,7 +7577,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7577
7577
|
docSlug: string;
|
|
7578
7578
|
docSlugDeprecated: string;
|
|
7579
7579
|
isPublic: boolean;
|
|
7580
|
-
|
|
7580
|
+
isMultibrand: boolean;
|
|
7581
7581
|
basePrefixes: string[];
|
|
7582
7582
|
isApprovalFeatureEnabled: boolean;
|
|
7583
7583
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7606,7 +7606,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7606
7606
|
docSlug: string;
|
|
7607
7607
|
docSlugDeprecated: string;
|
|
7608
7608
|
isPublic: boolean;
|
|
7609
|
-
|
|
7609
|
+
isMultibrand: boolean;
|
|
7610
7610
|
basePrefixes: string[];
|
|
7611
7611
|
isApprovalFeatureEnabled: boolean;
|
|
7612
7612
|
approvalRequiredForPublishing: boolean;
|
|
@@ -44935,7 +44935,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
44935
44935
|
docUserSlug: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
|
|
44936
44936
|
docSlugDeprecated: z.ZodOptional<z.ZodString>;
|
|
44937
44937
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
44938
|
-
|
|
44938
|
+
isMultibrand: z.ZodOptional<z.ZodBoolean>;
|
|
44939
44939
|
docViewUrl: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
|
|
44940
44940
|
basePrefixes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
44941
44941
|
designSystemSwitcher: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -44979,7 +44979,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
44979
44979
|
docUserSlug?: string | undefined;
|
|
44980
44980
|
docSlugDeprecated?: string | undefined;
|
|
44981
44981
|
isPublic?: boolean | undefined;
|
|
44982
|
-
|
|
44982
|
+
isMultibrand?: boolean | undefined;
|
|
44983
44983
|
basePrefixes?: string[] | undefined;
|
|
44984
44984
|
designSystemSwitcher?: {
|
|
44985
44985
|
isEnabled: boolean;
|
|
@@ -45000,7 +45000,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
45000
45000
|
docUserSlug?: string | null | undefined;
|
|
45001
45001
|
docSlugDeprecated?: string | undefined;
|
|
45002
45002
|
isPublic?: boolean | undefined;
|
|
45003
|
-
|
|
45003
|
+
isMultibrand?: boolean | undefined;
|
|
45004
45004
|
basePrefixes?: string[] | undefined;
|
|
45005
45005
|
designSystemSwitcher?: {
|
|
45006
45006
|
isEnabled: boolean;
|
|
@@ -47321,7 +47321,7 @@ declare class DesignSystemsEndpoint {
|
|
|
47321
47321
|
docSlug: string;
|
|
47322
47322
|
docSlugDeprecated: string;
|
|
47323
47323
|
isPublic: boolean;
|
|
47324
|
-
|
|
47324
|
+
isMultibrand: boolean;
|
|
47325
47325
|
basePrefixes: string[];
|
|
47326
47326
|
isApprovalFeatureEnabled: boolean;
|
|
47327
47327
|
approvalRequiredForPublishing: boolean;
|
|
@@ -47351,7 +47351,7 @@ declare class DesignSystemsEndpoint {
|
|
|
47351
47351
|
docSlug: string;
|
|
47352
47352
|
docSlugDeprecated: string;
|
|
47353
47353
|
isPublic: boolean;
|
|
47354
|
-
|
|
47354
|
+
isMultibrand: boolean;
|
|
47355
47355
|
basePrefixes: string[];
|
|
47356
47356
|
isApprovalFeatureEnabled: boolean;
|
|
47357
47357
|
approvalRequiredForPublishing: boolean;
|
|
@@ -47383,7 +47383,7 @@ declare class DesignSystemsEndpoint {
|
|
|
47383
47383
|
docSlug: string;
|
|
47384
47384
|
docSlugDeprecated: string;
|
|
47385
47385
|
isPublic: boolean;
|
|
47386
|
-
|
|
47386
|
+
isMultibrand: boolean;
|
|
47387
47387
|
basePrefixes: string[];
|
|
47388
47388
|
isApprovalFeatureEnabled: boolean;
|
|
47389
47389
|
approvalRequiredForPublishing: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -2871,7 +2871,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2871
2871
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2872
2872
|
docSlugDeprecated: z.ZodString;
|
|
2873
2873
|
isPublic: z.ZodBoolean;
|
|
2874
|
-
|
|
2874
|
+
isMultibrand: z.ZodBoolean;
|
|
2875
2875
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2876
2876
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
2877
2877
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -2921,7 +2921,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2921
2921
|
docSlug: string;
|
|
2922
2922
|
docSlugDeprecated: string;
|
|
2923
2923
|
isPublic: boolean;
|
|
2924
|
-
|
|
2924
|
+
isMultibrand: boolean;
|
|
2925
2925
|
basePrefixes: string[];
|
|
2926
2926
|
isApprovalFeatureEnabled: boolean;
|
|
2927
2927
|
approvalRequiredForPublishing: boolean;
|
|
@@ -2948,7 +2948,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2948
2948
|
docSlug: string;
|
|
2949
2949
|
docSlugDeprecated: string;
|
|
2950
2950
|
isPublic: boolean;
|
|
2951
|
-
|
|
2951
|
+
isMultibrand: boolean;
|
|
2952
2952
|
basePrefixes: string[];
|
|
2953
2953
|
isApprovalFeatureEnabled: boolean;
|
|
2954
2954
|
approvalRequiredForPublishing: boolean;
|
|
@@ -3057,7 +3057,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3057
3057
|
docSlug: string;
|
|
3058
3058
|
docSlugDeprecated: string;
|
|
3059
3059
|
isPublic: boolean;
|
|
3060
|
-
|
|
3060
|
+
isMultibrand: boolean;
|
|
3061
3061
|
basePrefixes: string[];
|
|
3062
3062
|
isApprovalFeatureEnabled: boolean;
|
|
3063
3063
|
approvalRequiredForPublishing: boolean;
|
|
@@ -3291,7 +3291,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3291
3291
|
docSlug: string;
|
|
3292
3292
|
docSlugDeprecated: string;
|
|
3293
3293
|
isPublic: boolean;
|
|
3294
|
-
|
|
3294
|
+
isMultibrand: boolean;
|
|
3295
3295
|
basePrefixes: string[];
|
|
3296
3296
|
isApprovalFeatureEnabled: boolean;
|
|
3297
3297
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7206,7 +7206,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7206
7206
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7207
7207
|
docSlugDeprecated: z.ZodString;
|
|
7208
7208
|
isPublic: z.ZodBoolean;
|
|
7209
|
-
|
|
7209
|
+
isMultibrand: z.ZodBoolean;
|
|
7210
7210
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7211
7211
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
7212
7212
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -7256,7 +7256,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7256
7256
|
docSlug: string;
|
|
7257
7257
|
docSlugDeprecated: string;
|
|
7258
7258
|
isPublic: boolean;
|
|
7259
|
-
|
|
7259
|
+
isMultibrand: boolean;
|
|
7260
7260
|
basePrefixes: string[];
|
|
7261
7261
|
isApprovalFeatureEnabled: boolean;
|
|
7262
7262
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7283,7 +7283,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7283
7283
|
docSlug: string;
|
|
7284
7284
|
docSlugDeprecated: string;
|
|
7285
7285
|
isPublic: boolean;
|
|
7286
|
-
|
|
7286
|
+
isMultibrand: boolean;
|
|
7287
7287
|
basePrefixes: string[];
|
|
7288
7288
|
isApprovalFeatureEnabled: boolean;
|
|
7289
7289
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7309,7 +7309,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7309
7309
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7310
7310
|
docSlugDeprecated: z.ZodString;
|
|
7311
7311
|
isPublic: z.ZodBoolean;
|
|
7312
|
-
|
|
7312
|
+
isMultibrand: z.ZodBoolean;
|
|
7313
7313
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7314
7314
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
7315
7315
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -7359,7 +7359,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7359
7359
|
docSlug: string;
|
|
7360
7360
|
docSlugDeprecated: string;
|
|
7361
7361
|
isPublic: boolean;
|
|
7362
|
-
|
|
7362
|
+
isMultibrand: boolean;
|
|
7363
7363
|
basePrefixes: string[];
|
|
7364
7364
|
isApprovalFeatureEnabled: boolean;
|
|
7365
7365
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7386,7 +7386,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7386
7386
|
docSlug: string;
|
|
7387
7387
|
docSlugDeprecated: string;
|
|
7388
7388
|
isPublic: boolean;
|
|
7389
|
-
|
|
7389
|
+
isMultibrand: boolean;
|
|
7390
7390
|
basePrefixes: string[];
|
|
7391
7391
|
isApprovalFeatureEnabled: boolean;
|
|
7392
7392
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7415,7 +7415,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7415
7415
|
docSlug: string;
|
|
7416
7416
|
docSlugDeprecated: string;
|
|
7417
7417
|
isPublic: boolean;
|
|
7418
|
-
|
|
7418
|
+
isMultibrand: boolean;
|
|
7419
7419
|
basePrefixes: string[];
|
|
7420
7420
|
isApprovalFeatureEnabled: boolean;
|
|
7421
7421
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7444,7 +7444,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7444
7444
|
docSlug: string;
|
|
7445
7445
|
docSlugDeprecated: string;
|
|
7446
7446
|
isPublic: boolean;
|
|
7447
|
-
|
|
7447
|
+
isMultibrand: boolean;
|
|
7448
7448
|
basePrefixes: string[];
|
|
7449
7449
|
isApprovalFeatureEnabled: boolean;
|
|
7450
7450
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7471,7 +7471,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7471
7471
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7472
7472
|
docSlugDeprecated: z.ZodString;
|
|
7473
7473
|
isPublic: z.ZodBoolean;
|
|
7474
|
-
|
|
7474
|
+
isMultibrand: z.ZodBoolean;
|
|
7475
7475
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7476
7476
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
7477
7477
|
designSystemSwitcher: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -7521,7 +7521,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7521
7521
|
docSlug: string;
|
|
7522
7522
|
docSlugDeprecated: string;
|
|
7523
7523
|
isPublic: boolean;
|
|
7524
|
-
|
|
7524
|
+
isMultibrand: boolean;
|
|
7525
7525
|
basePrefixes: string[];
|
|
7526
7526
|
isApprovalFeatureEnabled: boolean;
|
|
7527
7527
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7548,7 +7548,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7548
7548
|
docSlug: string;
|
|
7549
7549
|
docSlugDeprecated: string;
|
|
7550
7550
|
isPublic: boolean;
|
|
7551
|
-
|
|
7551
|
+
isMultibrand: boolean;
|
|
7552
7552
|
basePrefixes: string[];
|
|
7553
7553
|
isApprovalFeatureEnabled: boolean;
|
|
7554
7554
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7577,7 +7577,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7577
7577
|
docSlug: string;
|
|
7578
7578
|
docSlugDeprecated: string;
|
|
7579
7579
|
isPublic: boolean;
|
|
7580
|
-
|
|
7580
|
+
isMultibrand: boolean;
|
|
7581
7581
|
basePrefixes: string[];
|
|
7582
7582
|
isApprovalFeatureEnabled: boolean;
|
|
7583
7583
|
approvalRequiredForPublishing: boolean;
|
|
@@ -7606,7 +7606,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7606
7606
|
docSlug: string;
|
|
7607
7607
|
docSlugDeprecated: string;
|
|
7608
7608
|
isPublic: boolean;
|
|
7609
|
-
|
|
7609
|
+
isMultibrand: boolean;
|
|
7610
7610
|
basePrefixes: string[];
|
|
7611
7611
|
isApprovalFeatureEnabled: boolean;
|
|
7612
7612
|
approvalRequiredForPublishing: boolean;
|
|
@@ -44935,7 +44935,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
44935
44935
|
docUserSlug: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
|
|
44936
44936
|
docSlugDeprecated: z.ZodOptional<z.ZodString>;
|
|
44937
44937
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
44938
|
-
|
|
44938
|
+
isMultibrand: z.ZodOptional<z.ZodBoolean>;
|
|
44939
44939
|
docViewUrl: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
|
|
44940
44940
|
basePrefixes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
44941
44941
|
designSystemSwitcher: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -44979,7 +44979,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
44979
44979
|
docUserSlug?: string | undefined;
|
|
44980
44980
|
docSlugDeprecated?: string | undefined;
|
|
44981
44981
|
isPublic?: boolean | undefined;
|
|
44982
|
-
|
|
44982
|
+
isMultibrand?: boolean | undefined;
|
|
44983
44983
|
basePrefixes?: string[] | undefined;
|
|
44984
44984
|
designSystemSwitcher?: {
|
|
44985
44985
|
isEnabled: boolean;
|
|
@@ -45000,7 +45000,7 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
45000
45000
|
docUserSlug?: string | null | undefined;
|
|
45001
45001
|
docSlugDeprecated?: string | undefined;
|
|
45002
45002
|
isPublic?: boolean | undefined;
|
|
45003
|
-
|
|
45003
|
+
isMultibrand?: boolean | undefined;
|
|
45004
45004
|
basePrefixes?: string[] | undefined;
|
|
45005
45005
|
designSystemSwitcher?: {
|
|
45006
45006
|
isEnabled: boolean;
|
|
@@ -47321,7 +47321,7 @@ declare class DesignSystemsEndpoint {
|
|
|
47321
47321
|
docSlug: string;
|
|
47322
47322
|
docSlugDeprecated: string;
|
|
47323
47323
|
isPublic: boolean;
|
|
47324
|
-
|
|
47324
|
+
isMultibrand: boolean;
|
|
47325
47325
|
basePrefixes: string[];
|
|
47326
47326
|
isApprovalFeatureEnabled: boolean;
|
|
47327
47327
|
approvalRequiredForPublishing: boolean;
|
|
@@ -47351,7 +47351,7 @@ declare class DesignSystemsEndpoint {
|
|
|
47351
47351
|
docSlug: string;
|
|
47352
47352
|
docSlugDeprecated: string;
|
|
47353
47353
|
isPublic: boolean;
|
|
47354
|
-
|
|
47354
|
+
isMultibrand: boolean;
|
|
47355
47355
|
basePrefixes: string[];
|
|
47356
47356
|
isApprovalFeatureEnabled: boolean;
|
|
47357
47357
|
approvalRequiredForPublishing: boolean;
|
|
@@ -47383,7 +47383,7 @@ declare class DesignSystemsEndpoint {
|
|
|
47383
47383
|
docSlug: string;
|
|
47384
47384
|
docSlugDeprecated: string;
|
|
47385
47385
|
isPublic: boolean;
|
|
47386
|
-
|
|
47386
|
+
isMultibrand: boolean;
|
|
47387
47387
|
basePrefixes: string[];
|
|
47388
47388
|
isApprovalFeatureEnabled: boolean;
|
|
47389
47389
|
approvalRequiredForPublishing: boolean;
|
package/dist/index.js
CHANGED
|
@@ -3624,7 +3624,7 @@ var DesignSystem = _zod.z.object({
|
|
|
3624
3624
|
docUserSlug: nullishToOptional(_zod.z.string()),
|
|
3625
3625
|
docSlugDeprecated: _zod.z.string(),
|
|
3626
3626
|
isPublic: _zod.z.boolean(),
|
|
3627
|
-
|
|
3627
|
+
isMultibrand: _zod.z.boolean(),
|
|
3628
3628
|
docViewUrl: nullishToOptional(_zod.z.string()),
|
|
3629
3629
|
basePrefixes: _zod.z.array(_zod.z.string()),
|
|
3630
3630
|
designSystemSwitcher: nullishToOptional(DesignSystemSwitcher),
|