@supernova-studio/client 0.55.17 → 0.55.19
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 +76 -79
- package/dist/index.d.ts +76 -79
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/design-systems/design-system.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -516,7 +516,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
516
516
|
};
|
|
517
517
|
opacity: {
|
|
518
518
|
value?: {
|
|
519
|
-
unit: "Pixels" | "
|
|
519
|
+
unit: "Pixels" | "Raw";
|
|
520
520
|
measure: number;
|
|
521
521
|
} | undefined;
|
|
522
522
|
aliasTo?: string | undefined;
|
|
@@ -527,7 +527,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
527
527
|
};
|
|
528
528
|
opacity: {
|
|
529
529
|
value?: {
|
|
530
|
-
unit: "Pixels" | "
|
|
530
|
+
unit: "Pixels" | "Raw";
|
|
531
531
|
measure: number;
|
|
532
532
|
} | null | undefined;
|
|
533
533
|
aliasTo?: string | null | undefined;
|
|
@@ -538,7 +538,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
538
538
|
};
|
|
539
539
|
opacity: {
|
|
540
540
|
value?: {
|
|
541
|
-
unit: "Pixels" | "
|
|
541
|
+
unit: "Pixels" | "Raw";
|
|
542
542
|
measure: number;
|
|
543
543
|
} | undefined;
|
|
544
544
|
aliasTo?: string | undefined;
|
|
@@ -549,7 +549,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
549
549
|
};
|
|
550
550
|
opacity: {
|
|
551
551
|
value?: {
|
|
552
|
-
unit: "Pixels" | "
|
|
552
|
+
unit: "Pixels" | "Raw";
|
|
553
553
|
measure: number;
|
|
554
554
|
} | null | undefined;
|
|
555
555
|
aliasTo?: string | null | undefined;
|
|
@@ -562,7 +562,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
562
562
|
};
|
|
563
563
|
opacity: {
|
|
564
564
|
value?: {
|
|
565
|
-
unit: "Pixels" | "
|
|
565
|
+
unit: "Pixels" | "Raw";
|
|
566
566
|
measure: number;
|
|
567
567
|
} | undefined;
|
|
568
568
|
aliasTo?: string | undefined;
|
|
@@ -576,7 +576,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
576
576
|
};
|
|
577
577
|
opacity: {
|
|
578
578
|
value?: {
|
|
579
|
-
unit: "Pixels" | "
|
|
579
|
+
unit: "Pixels" | "Raw";
|
|
580
580
|
measure: number;
|
|
581
581
|
} | null | undefined;
|
|
582
582
|
aliasTo?: string | null | undefined;
|
|
@@ -593,7 +593,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
593
593
|
};
|
|
594
594
|
opacity: {
|
|
595
595
|
value?: {
|
|
596
|
-
unit: "Pixels" | "
|
|
596
|
+
unit: "Pixels" | "Raw";
|
|
597
597
|
measure: number;
|
|
598
598
|
} | undefined;
|
|
599
599
|
aliasTo?: string | undefined;
|
|
@@ -604,7 +604,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
604
604
|
};
|
|
605
605
|
opacity: {
|
|
606
606
|
value?: {
|
|
607
|
-
unit: "Pixels" | "
|
|
607
|
+
unit: "Pixels" | "Raw";
|
|
608
608
|
measure: number;
|
|
609
609
|
} | null | undefined;
|
|
610
610
|
aliasTo?: string | null | undefined;
|
|
@@ -615,7 +615,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
615
615
|
};
|
|
616
616
|
opacity: {
|
|
617
617
|
value?: {
|
|
618
|
-
unit: "Pixels" | "
|
|
618
|
+
unit: "Pixels" | "Raw";
|
|
619
619
|
measure: number;
|
|
620
620
|
} | undefined;
|
|
621
621
|
aliasTo?: string | undefined;
|
|
@@ -626,7 +626,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
626
626
|
};
|
|
627
627
|
opacity: {
|
|
628
628
|
value?: {
|
|
629
|
-
unit: "Pixels" | "
|
|
629
|
+
unit: "Pixels" | "Raw";
|
|
630
630
|
measure: number;
|
|
631
631
|
} | null | undefined;
|
|
632
632
|
aliasTo?: string | null | undefined;
|
|
@@ -639,7 +639,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
639
639
|
};
|
|
640
640
|
opacity: {
|
|
641
641
|
value?: {
|
|
642
|
-
unit: "Pixels" | "
|
|
642
|
+
unit: "Pixels" | "Raw";
|
|
643
643
|
measure: number;
|
|
644
644
|
} | undefined;
|
|
645
645
|
aliasTo?: string | undefined;
|
|
@@ -653,7 +653,7 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
653
653
|
};
|
|
654
654
|
opacity: {
|
|
655
655
|
value?: {
|
|
656
|
-
unit: "Pixels" | "
|
|
656
|
+
unit: "Pixels" | "Raw";
|
|
657
657
|
measure: number;
|
|
658
658
|
} | null | undefined;
|
|
659
659
|
aliasTo?: string | null | undefined;
|
|
@@ -2870,7 +2870,6 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2870
2870
|
docSlug: z.ZodString;
|
|
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
|
-
isPublic: z.ZodBoolean;
|
|
2874
2873
|
isMultibrand: z.ZodBoolean;
|
|
2875
2874
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2876
2875
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2906,6 +2905,7 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2906
2905
|
}>;
|
|
2907
2906
|
docExporterId: z.ZodString;
|
|
2908
2907
|
sources: z.ZodArray<z.ZodAny, "many">;
|
|
2908
|
+
isPublic: z.ZodLiteral<true>;
|
|
2909
2909
|
isAvailableToUser: z.ZodBoolean;
|
|
2910
2910
|
role: z.ZodOptional<z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
2911
2911
|
effectiveRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
@@ -2922,13 +2922,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2922
2922
|
docExporterId: string;
|
|
2923
2923
|
docSlug: string;
|
|
2924
2924
|
docSlugDeprecated: string;
|
|
2925
|
-
isPublic: boolean;
|
|
2926
2925
|
isMultibrand: boolean;
|
|
2927
2926
|
basePrefixes: string[];
|
|
2928
2927
|
isApprovalFeatureEnabled: boolean;
|
|
2929
2928
|
approvalRequiredForPublishing: boolean;
|
|
2930
2929
|
accessMode: "Open" | "InviteOnly";
|
|
2931
2930
|
membersGenerated: boolean;
|
|
2931
|
+
isPublic: true;
|
|
2932
2932
|
isAvailableToUser: boolean;
|
|
2933
2933
|
docUserSlug?: string | undefined;
|
|
2934
2934
|
docViewUrl?: string | undefined;
|
|
@@ -2951,13 +2951,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
2951
2951
|
docExporterId: string;
|
|
2952
2952
|
docSlug: string;
|
|
2953
2953
|
docSlugDeprecated: string;
|
|
2954
|
-
isPublic: boolean;
|
|
2955
2954
|
isMultibrand: boolean;
|
|
2956
2955
|
basePrefixes: string[];
|
|
2957
2956
|
isApprovalFeatureEnabled: boolean;
|
|
2958
2957
|
approvalRequiredForPublishing: boolean;
|
|
2959
2958
|
accessMode: "Open" | "InviteOnly";
|
|
2960
2959
|
membersGenerated: boolean;
|
|
2960
|
+
isPublic: true;
|
|
2961
2961
|
isAvailableToUser: boolean;
|
|
2962
2962
|
docUserSlug?: string | null | undefined;
|
|
2963
2963
|
docViewUrl?: string | null | undefined;
|
|
@@ -3062,13 +3062,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3062
3062
|
docExporterId: string;
|
|
3063
3063
|
docSlug: string;
|
|
3064
3064
|
docSlugDeprecated: string;
|
|
3065
|
-
isPublic: boolean;
|
|
3066
3065
|
isMultibrand: boolean;
|
|
3067
3066
|
basePrefixes: string[];
|
|
3068
3067
|
isApprovalFeatureEnabled: boolean;
|
|
3069
3068
|
approvalRequiredForPublishing: boolean;
|
|
3070
3069
|
accessMode: "Open" | "InviteOnly";
|
|
3071
3070
|
membersGenerated: boolean;
|
|
3071
|
+
isPublic: true;
|
|
3072
3072
|
isAvailableToUser: boolean;
|
|
3073
3073
|
docUserSlug?: string | undefined;
|
|
3074
3074
|
docViewUrl?: string | undefined;
|
|
@@ -3298,13 +3298,13 @@ declare const DTOAppBootstrapDataResponse: z.ZodObject<{
|
|
|
3298
3298
|
docExporterId: string;
|
|
3299
3299
|
docSlug: string;
|
|
3300
3300
|
docSlugDeprecated: string;
|
|
3301
|
-
isPublic: boolean;
|
|
3302
3301
|
isMultibrand: boolean;
|
|
3303
3302
|
basePrefixes: string[];
|
|
3304
3303
|
isApprovalFeatureEnabled: boolean;
|
|
3305
3304
|
approvalRequiredForPublishing: boolean;
|
|
3306
3305
|
accessMode: "Open" | "InviteOnly";
|
|
3307
3306
|
membersGenerated: boolean;
|
|
3307
|
+
isPublic: true;
|
|
3308
3308
|
isAvailableToUser: boolean;
|
|
3309
3309
|
docUserSlug?: string | null | undefined;
|
|
3310
3310
|
docViewUrl?: string | null | undefined;
|
|
@@ -7362,7 +7362,6 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7362
7362
|
docSlug: z.ZodString;
|
|
7363
7363
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7364
7364
|
docSlugDeprecated: z.ZodString;
|
|
7365
|
-
isPublic: z.ZodBoolean;
|
|
7366
7365
|
isMultibrand: z.ZodBoolean;
|
|
7367
7366
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7368
7367
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -7398,6 +7397,7 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7398
7397
|
}>;
|
|
7399
7398
|
docExporterId: z.ZodString;
|
|
7400
7399
|
sources: z.ZodArray<z.ZodAny, "many">;
|
|
7400
|
+
isPublic: z.ZodLiteral<true>;
|
|
7401
7401
|
/**
|
|
7402
7402
|
* Whether or not user who is requesting the design system
|
|
7403
7403
|
* has access to the design system's contents.
|
|
@@ -7425,13 +7425,13 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7425
7425
|
docExporterId: string;
|
|
7426
7426
|
docSlug: string;
|
|
7427
7427
|
docSlugDeprecated: string;
|
|
7428
|
-
isPublic: boolean;
|
|
7429
7428
|
isMultibrand: boolean;
|
|
7430
7429
|
basePrefixes: string[];
|
|
7431
7430
|
isApprovalFeatureEnabled: boolean;
|
|
7432
7431
|
approvalRequiredForPublishing: boolean;
|
|
7433
7432
|
accessMode: "Open" | "InviteOnly";
|
|
7434
7433
|
membersGenerated: boolean;
|
|
7434
|
+
isPublic: true;
|
|
7435
7435
|
isAvailableToUser: boolean;
|
|
7436
7436
|
docUserSlug?: string | undefined;
|
|
7437
7437
|
docViewUrl?: string | undefined;
|
|
@@ -7454,13 +7454,13 @@ declare const DTODesignSystem: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
|
|
7454
7454
|
docExporterId: string;
|
|
7455
7455
|
docSlug: string;
|
|
7456
7456
|
docSlugDeprecated: string;
|
|
7457
|
-
isPublic: boolean;
|
|
7458
7457
|
isMultibrand: boolean;
|
|
7459
7458
|
basePrefixes: string[];
|
|
7460
7459
|
isApprovalFeatureEnabled: boolean;
|
|
7461
7460
|
approvalRequiredForPublishing: boolean;
|
|
7462
7461
|
accessMode: "Open" | "InviteOnly";
|
|
7463
7462
|
membersGenerated: boolean;
|
|
7463
|
+
isPublic: true;
|
|
7464
7464
|
isAvailableToUser: boolean;
|
|
7465
7465
|
docUserSlug?: string | null | undefined;
|
|
7466
7466
|
docViewUrl?: string | null | undefined;
|
|
@@ -7482,7 +7482,6 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7482
7482
|
docSlug: z.ZodString;
|
|
7483
7483
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7484
7484
|
docSlugDeprecated: z.ZodString;
|
|
7485
|
-
isPublic: z.ZodBoolean;
|
|
7486
7485
|
isMultibrand: z.ZodBoolean;
|
|
7487
7486
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7488
7487
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -7518,6 +7517,7 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7518
7517
|
}>;
|
|
7519
7518
|
docExporterId: z.ZodString;
|
|
7520
7519
|
sources: z.ZodArray<z.ZodAny, "many">;
|
|
7520
|
+
isPublic: z.ZodLiteral<true>;
|
|
7521
7521
|
/**
|
|
7522
7522
|
* Whether or not user who is requesting the design system
|
|
7523
7523
|
* has access to the design system's contents.
|
|
@@ -7545,13 +7545,13 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7545
7545
|
docExporterId: string;
|
|
7546
7546
|
docSlug: string;
|
|
7547
7547
|
docSlugDeprecated: string;
|
|
7548
|
-
isPublic: boolean;
|
|
7549
7548
|
isMultibrand: boolean;
|
|
7550
7549
|
basePrefixes: string[];
|
|
7551
7550
|
isApprovalFeatureEnabled: boolean;
|
|
7552
7551
|
approvalRequiredForPublishing: boolean;
|
|
7553
7552
|
accessMode: "Open" | "InviteOnly";
|
|
7554
7553
|
membersGenerated: boolean;
|
|
7554
|
+
isPublic: true;
|
|
7555
7555
|
isAvailableToUser: boolean;
|
|
7556
7556
|
docUserSlug?: string | undefined;
|
|
7557
7557
|
docViewUrl?: string | undefined;
|
|
@@ -7574,13 +7574,13 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7574
7574
|
docExporterId: string;
|
|
7575
7575
|
docSlug: string;
|
|
7576
7576
|
docSlugDeprecated: string;
|
|
7577
|
-
isPublic: boolean;
|
|
7578
7577
|
isMultibrand: boolean;
|
|
7579
7578
|
basePrefixes: string[];
|
|
7580
7579
|
isApprovalFeatureEnabled: boolean;
|
|
7581
7580
|
approvalRequiredForPublishing: boolean;
|
|
7582
7581
|
accessMode: "Open" | "InviteOnly";
|
|
7583
7582
|
membersGenerated: boolean;
|
|
7583
|
+
isPublic: true;
|
|
7584
7584
|
isAvailableToUser: boolean;
|
|
7585
7585
|
docUserSlug?: string | null | undefined;
|
|
7586
7586
|
docViewUrl?: string | null | undefined;
|
|
@@ -7605,13 +7605,13 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7605
7605
|
docExporterId: string;
|
|
7606
7606
|
docSlug: string;
|
|
7607
7607
|
docSlugDeprecated: string;
|
|
7608
|
-
isPublic: boolean;
|
|
7609
7608
|
isMultibrand: boolean;
|
|
7610
7609
|
basePrefixes: string[];
|
|
7611
7610
|
isApprovalFeatureEnabled: boolean;
|
|
7612
7611
|
approvalRequiredForPublishing: boolean;
|
|
7613
7612
|
accessMode: "Open" | "InviteOnly";
|
|
7614
7613
|
membersGenerated: boolean;
|
|
7614
|
+
isPublic: true;
|
|
7615
7615
|
isAvailableToUser: boolean;
|
|
7616
7616
|
docUserSlug?: string | undefined;
|
|
7617
7617
|
docViewUrl?: string | undefined;
|
|
@@ -7636,13 +7636,13 @@ declare const DTODesignSystemResponse: z.ZodObject<{
|
|
|
7636
7636
|
docExporterId: string;
|
|
7637
7637
|
docSlug: string;
|
|
7638
7638
|
docSlugDeprecated: string;
|
|
7639
|
-
isPublic: boolean;
|
|
7640
7639
|
isMultibrand: boolean;
|
|
7641
7640
|
basePrefixes: string[];
|
|
7642
7641
|
isApprovalFeatureEnabled: boolean;
|
|
7643
7642
|
approvalRequiredForPublishing: boolean;
|
|
7644
7643
|
accessMode: "Open" | "InviteOnly";
|
|
7645
7644
|
membersGenerated: boolean;
|
|
7645
|
+
isPublic: true;
|
|
7646
7646
|
isAvailableToUser: boolean;
|
|
7647
7647
|
docUserSlug?: string | null | undefined;
|
|
7648
7648
|
docViewUrl?: string | null | undefined;
|
|
@@ -7665,7 +7665,6 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7665
7665
|
docSlug: z.ZodString;
|
|
7666
7666
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7667
7667
|
docSlugDeprecated: z.ZodString;
|
|
7668
|
-
isPublic: z.ZodBoolean;
|
|
7669
7668
|
isMultibrand: z.ZodBoolean;
|
|
7670
7669
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7671
7670
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -7701,6 +7700,7 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7701
7700
|
}>;
|
|
7702
7701
|
docExporterId: z.ZodString;
|
|
7703
7702
|
sources: z.ZodArray<z.ZodAny, "many">;
|
|
7703
|
+
isPublic: z.ZodLiteral<true>;
|
|
7704
7704
|
/**
|
|
7705
7705
|
* Whether or not user who is requesting the design system
|
|
7706
7706
|
* has access to the design system's contents.
|
|
@@ -7728,13 +7728,13 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7728
7728
|
docExporterId: string;
|
|
7729
7729
|
docSlug: string;
|
|
7730
7730
|
docSlugDeprecated: string;
|
|
7731
|
-
isPublic: boolean;
|
|
7732
7731
|
isMultibrand: boolean;
|
|
7733
7732
|
basePrefixes: string[];
|
|
7734
7733
|
isApprovalFeatureEnabled: boolean;
|
|
7735
7734
|
approvalRequiredForPublishing: boolean;
|
|
7736
7735
|
accessMode: "Open" | "InviteOnly";
|
|
7737
7736
|
membersGenerated: boolean;
|
|
7737
|
+
isPublic: true;
|
|
7738
7738
|
isAvailableToUser: boolean;
|
|
7739
7739
|
docUserSlug?: string | undefined;
|
|
7740
7740
|
docViewUrl?: string | undefined;
|
|
@@ -7757,13 +7757,13 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7757
7757
|
docExporterId: string;
|
|
7758
7758
|
docSlug: string;
|
|
7759
7759
|
docSlugDeprecated: string;
|
|
7760
|
-
isPublic: boolean;
|
|
7761
7760
|
isMultibrand: boolean;
|
|
7762
7761
|
basePrefixes: string[];
|
|
7763
7762
|
isApprovalFeatureEnabled: boolean;
|
|
7764
7763
|
approvalRequiredForPublishing: boolean;
|
|
7765
7764
|
accessMode: "Open" | "InviteOnly";
|
|
7766
7765
|
membersGenerated: boolean;
|
|
7766
|
+
isPublic: true;
|
|
7767
7767
|
isAvailableToUser: boolean;
|
|
7768
7768
|
docUserSlug?: string | null | undefined;
|
|
7769
7769
|
docViewUrl?: string | null | undefined;
|
|
@@ -7788,13 +7788,13 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7788
7788
|
docExporterId: string;
|
|
7789
7789
|
docSlug: string;
|
|
7790
7790
|
docSlugDeprecated: string;
|
|
7791
|
-
isPublic: boolean;
|
|
7792
7791
|
isMultibrand: boolean;
|
|
7793
7792
|
basePrefixes: string[];
|
|
7794
7793
|
isApprovalFeatureEnabled: boolean;
|
|
7795
7794
|
approvalRequiredForPublishing: boolean;
|
|
7796
7795
|
accessMode: "Open" | "InviteOnly";
|
|
7797
7796
|
membersGenerated: boolean;
|
|
7797
|
+
isPublic: true;
|
|
7798
7798
|
isAvailableToUser: boolean;
|
|
7799
7799
|
docUserSlug?: string | undefined;
|
|
7800
7800
|
docViewUrl?: string | undefined;
|
|
@@ -7819,13 +7819,13 @@ declare const DTODesignSystemsListResponse: z.ZodObject<{
|
|
|
7819
7819
|
docExporterId: string;
|
|
7820
7820
|
docSlug: string;
|
|
7821
7821
|
docSlugDeprecated: string;
|
|
7822
|
-
isPublic: boolean;
|
|
7823
7822
|
isMultibrand: boolean;
|
|
7824
7823
|
basePrefixes: string[];
|
|
7825
7824
|
isApprovalFeatureEnabled: boolean;
|
|
7826
7825
|
approvalRequiredForPublishing: boolean;
|
|
7827
7826
|
accessMode: "Open" | "InviteOnly";
|
|
7828
7827
|
membersGenerated: boolean;
|
|
7828
|
+
isPublic: true;
|
|
7829
7829
|
isAvailableToUser: boolean;
|
|
7830
7830
|
docUserSlug?: string | null | undefined;
|
|
7831
7831
|
docViewUrl?: string | null | undefined;
|
|
@@ -19265,7 +19265,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19265
19265
|
};
|
|
19266
19266
|
opacity: {
|
|
19267
19267
|
value?: {
|
|
19268
|
-
unit: "Pixels" | "
|
|
19268
|
+
unit: "Pixels" | "Raw";
|
|
19269
19269
|
measure: number;
|
|
19270
19270
|
} | undefined;
|
|
19271
19271
|
aliasTo?: string | undefined;
|
|
@@ -19276,7 +19276,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19276
19276
|
};
|
|
19277
19277
|
opacity: {
|
|
19278
19278
|
value?: {
|
|
19279
|
-
unit: "Pixels" | "
|
|
19279
|
+
unit: "Pixels" | "Raw";
|
|
19280
19280
|
measure: number;
|
|
19281
19281
|
} | null | undefined;
|
|
19282
19282
|
aliasTo?: string | null | undefined;
|
|
@@ -19287,7 +19287,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19287
19287
|
};
|
|
19288
19288
|
opacity: {
|
|
19289
19289
|
value?: {
|
|
19290
|
-
unit: "Pixels" | "
|
|
19290
|
+
unit: "Pixels" | "Raw";
|
|
19291
19291
|
measure: number;
|
|
19292
19292
|
} | undefined;
|
|
19293
19293
|
aliasTo?: string | undefined;
|
|
@@ -19298,7 +19298,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19298
19298
|
};
|
|
19299
19299
|
opacity: {
|
|
19300
19300
|
value?: {
|
|
19301
|
-
unit: "Pixels" | "
|
|
19301
|
+
unit: "Pixels" | "Raw";
|
|
19302
19302
|
measure: number;
|
|
19303
19303
|
} | null | undefined;
|
|
19304
19304
|
aliasTo?: string | null | undefined;
|
|
@@ -19311,7 +19311,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19311
19311
|
};
|
|
19312
19312
|
opacity: {
|
|
19313
19313
|
value?: {
|
|
19314
|
-
unit: "Pixels" | "
|
|
19314
|
+
unit: "Pixels" | "Raw";
|
|
19315
19315
|
measure: number;
|
|
19316
19316
|
} | undefined;
|
|
19317
19317
|
aliasTo?: string | undefined;
|
|
@@ -19325,7 +19325,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19325
19325
|
};
|
|
19326
19326
|
opacity: {
|
|
19327
19327
|
value?: {
|
|
19328
|
-
unit: "Pixels" | "
|
|
19328
|
+
unit: "Pixels" | "Raw";
|
|
19329
19329
|
measure: number;
|
|
19330
19330
|
} | null | undefined;
|
|
19331
19331
|
aliasTo?: string | null | undefined;
|
|
@@ -19342,7 +19342,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19342
19342
|
};
|
|
19343
19343
|
opacity: {
|
|
19344
19344
|
value?: {
|
|
19345
|
-
unit: "Pixels" | "
|
|
19345
|
+
unit: "Pixels" | "Raw";
|
|
19346
19346
|
measure: number;
|
|
19347
19347
|
} | undefined;
|
|
19348
19348
|
aliasTo?: string | undefined;
|
|
@@ -19353,7 +19353,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19353
19353
|
};
|
|
19354
19354
|
opacity: {
|
|
19355
19355
|
value?: {
|
|
19356
|
-
unit: "Pixels" | "
|
|
19356
|
+
unit: "Pixels" | "Raw";
|
|
19357
19357
|
measure: number;
|
|
19358
19358
|
} | null | undefined;
|
|
19359
19359
|
aliasTo?: string | null | undefined;
|
|
@@ -19364,7 +19364,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19364
19364
|
};
|
|
19365
19365
|
opacity: {
|
|
19366
19366
|
value?: {
|
|
19367
|
-
unit: "Pixels" | "
|
|
19367
|
+
unit: "Pixels" | "Raw";
|
|
19368
19368
|
measure: number;
|
|
19369
19369
|
} | undefined;
|
|
19370
19370
|
aliasTo?: string | undefined;
|
|
@@ -19375,7 +19375,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19375
19375
|
};
|
|
19376
19376
|
opacity: {
|
|
19377
19377
|
value?: {
|
|
19378
|
-
unit: "Pixels" | "
|
|
19378
|
+
unit: "Pixels" | "Raw";
|
|
19379
19379
|
measure: number;
|
|
19380
19380
|
} | null | undefined;
|
|
19381
19381
|
aliasTo?: string | null | undefined;
|
|
@@ -19388,7 +19388,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19388
19388
|
};
|
|
19389
19389
|
opacity: {
|
|
19390
19390
|
value?: {
|
|
19391
|
-
unit: "Pixels" | "
|
|
19391
|
+
unit: "Pixels" | "Raw";
|
|
19392
19392
|
measure: number;
|
|
19393
19393
|
} | undefined;
|
|
19394
19394
|
aliasTo?: string | undefined;
|
|
@@ -19402,7 +19402,7 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
19402
19402
|
};
|
|
19403
19403
|
opacity: {
|
|
19404
19404
|
value?: {
|
|
19405
|
-
unit: "Pixels" | "
|
|
19405
|
+
unit: "Pixels" | "Raw";
|
|
19406
19406
|
measure: number;
|
|
19407
19407
|
} | null | undefined;
|
|
19408
19408
|
aliasTo?: string | null | undefined;
|
|
@@ -23740,7 +23740,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23740
23740
|
id: string;
|
|
23741
23741
|
width: {
|
|
23742
23742
|
value?: {
|
|
23743
|
-
unit: "Pixels" | "
|
|
23743
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
23744
23744
|
measure: number;
|
|
23745
23745
|
} | null | undefined;
|
|
23746
23746
|
aliasTo?: string | null | undefined;
|
|
@@ -23789,7 +23789,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23789
23789
|
};
|
|
23790
23790
|
opacity: {
|
|
23791
23791
|
value?: {
|
|
23792
|
-
unit: "Pixels" | "
|
|
23792
|
+
unit: "Pixels" | "Raw";
|
|
23793
23793
|
measure: number;
|
|
23794
23794
|
} | undefined;
|
|
23795
23795
|
aliasTo?: string | undefined;
|
|
@@ -23804,7 +23804,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23804
23804
|
};
|
|
23805
23805
|
opacity: {
|
|
23806
23806
|
value?: {
|
|
23807
|
-
unit: "Pixels" | "
|
|
23807
|
+
unit: "Pixels" | "Raw";
|
|
23808
23808
|
measure: number;
|
|
23809
23809
|
} | undefined;
|
|
23810
23810
|
aliasTo?: string | undefined;
|
|
@@ -23857,7 +23857,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23857
23857
|
};
|
|
23858
23858
|
opacity: {
|
|
23859
23859
|
value?: {
|
|
23860
|
-
unit: "Pixels" | "
|
|
23860
|
+
unit: "Pixels" | "Raw";
|
|
23861
23861
|
measure: number;
|
|
23862
23862
|
} | null | undefined;
|
|
23863
23863
|
aliasTo?: string | null | undefined;
|
|
@@ -23872,7 +23872,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23872
23872
|
};
|
|
23873
23873
|
opacity: {
|
|
23874
23874
|
value?: {
|
|
23875
|
-
unit: "Pixels" | "
|
|
23875
|
+
unit: "Pixels" | "Raw";
|
|
23876
23876
|
measure: number;
|
|
23877
23877
|
} | null | undefined;
|
|
23878
23878
|
aliasTo?: string | null | undefined;
|
|
@@ -23925,7 +23925,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23925
23925
|
};
|
|
23926
23926
|
opacity: {
|
|
23927
23927
|
value?: {
|
|
23928
|
-
unit: "Pixels" | "
|
|
23928
|
+
unit: "Pixels" | "Raw";
|
|
23929
23929
|
measure: number;
|
|
23930
23930
|
} | undefined;
|
|
23931
23931
|
aliasTo?: string | undefined;
|
|
@@ -23940,7 +23940,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23940
23940
|
};
|
|
23941
23941
|
opacity: {
|
|
23942
23942
|
value?: {
|
|
23943
|
-
unit: "Pixels" | "
|
|
23943
|
+
unit: "Pixels" | "Raw";
|
|
23944
23944
|
measure: number;
|
|
23945
23945
|
} | undefined;
|
|
23946
23946
|
aliasTo?: string | undefined;
|
|
@@ -23993,7 +23993,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
23993
23993
|
};
|
|
23994
23994
|
opacity: {
|
|
23995
23995
|
value?: {
|
|
23996
|
-
unit: "Pixels" | "
|
|
23996
|
+
unit: "Pixels" | "Raw";
|
|
23997
23997
|
measure: number;
|
|
23998
23998
|
} | null | undefined;
|
|
23999
23999
|
aliasTo?: string | null | undefined;
|
|
@@ -24008,7 +24008,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24008
24008
|
};
|
|
24009
24009
|
opacity: {
|
|
24010
24010
|
value?: {
|
|
24011
|
-
unit: "Pixels" | "
|
|
24011
|
+
unit: "Pixels" | "Raw";
|
|
24012
24012
|
measure: number;
|
|
24013
24013
|
} | null | undefined;
|
|
24014
24014
|
aliasTo?: string | null | undefined;
|
|
@@ -24064,7 +24064,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24064
24064
|
};
|
|
24065
24065
|
opacity: {
|
|
24066
24066
|
value?: {
|
|
24067
|
-
unit: "Pixels" | "
|
|
24067
|
+
unit: "Pixels" | "Raw";
|
|
24068
24068
|
measure: number;
|
|
24069
24069
|
} | undefined;
|
|
24070
24070
|
aliasTo?: string | undefined;
|
|
@@ -24079,7 +24079,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24079
24079
|
};
|
|
24080
24080
|
opacity: {
|
|
24081
24081
|
value?: {
|
|
24082
|
-
unit: "Pixels" | "
|
|
24082
|
+
unit: "Pixels" | "Raw";
|
|
24083
24083
|
measure: number;
|
|
24084
24084
|
} | undefined;
|
|
24085
24085
|
aliasTo?: string | undefined;
|
|
@@ -24328,7 +24328,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24328
24328
|
id: string;
|
|
24329
24329
|
width: {
|
|
24330
24330
|
value?: {
|
|
24331
|
-
unit: "Pixels" | "
|
|
24331
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
24332
24332
|
measure: number;
|
|
24333
24333
|
} | null | undefined;
|
|
24334
24334
|
aliasTo?: string | null | undefined;
|
|
@@ -24377,7 +24377,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24377
24377
|
};
|
|
24378
24378
|
opacity: {
|
|
24379
24379
|
value?: {
|
|
24380
|
-
unit: "Pixels" | "
|
|
24380
|
+
unit: "Pixels" | "Raw";
|
|
24381
24381
|
measure: number;
|
|
24382
24382
|
} | null | undefined;
|
|
24383
24383
|
aliasTo?: string | null | undefined;
|
|
@@ -24392,7 +24392,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24392
24392
|
};
|
|
24393
24393
|
opacity: {
|
|
24394
24394
|
value?: {
|
|
24395
|
-
unit: "Pixels" | "
|
|
24395
|
+
unit: "Pixels" | "Raw";
|
|
24396
24396
|
measure: number;
|
|
24397
24397
|
} | null | undefined;
|
|
24398
24398
|
aliasTo?: string | null | undefined;
|
|
@@ -24449,7 +24449,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24449
24449
|
};
|
|
24450
24450
|
opacity: {
|
|
24451
24451
|
value?: {
|
|
24452
|
-
unit: "Pixels" | "
|
|
24452
|
+
unit: "Pixels" | "Raw";
|
|
24453
24453
|
measure: number;
|
|
24454
24454
|
} | undefined;
|
|
24455
24455
|
aliasTo?: string | undefined;
|
|
@@ -24460,7 +24460,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24460
24460
|
};
|
|
24461
24461
|
opacity: {
|
|
24462
24462
|
value?: {
|
|
24463
|
-
unit: "Pixels" | "
|
|
24463
|
+
unit: "Pixels" | "Raw";
|
|
24464
24464
|
measure: number;
|
|
24465
24465
|
} | null | undefined;
|
|
24466
24466
|
aliasTo?: string | null | undefined;
|
|
@@ -24471,7 +24471,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24471
24471
|
};
|
|
24472
24472
|
opacity: {
|
|
24473
24473
|
value?: {
|
|
24474
|
-
unit: "Pixels" | "
|
|
24474
|
+
unit: "Pixels" | "Raw";
|
|
24475
24475
|
measure: number;
|
|
24476
24476
|
} | undefined;
|
|
24477
24477
|
aliasTo?: string | undefined;
|
|
@@ -24482,7 +24482,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24482
24482
|
};
|
|
24483
24483
|
opacity: {
|
|
24484
24484
|
value?: {
|
|
24485
|
-
unit: "Pixels" | "
|
|
24485
|
+
unit: "Pixels" | "Raw";
|
|
24486
24486
|
measure: number;
|
|
24487
24487
|
} | null | undefined;
|
|
24488
24488
|
aliasTo?: string | null | undefined;
|
|
@@ -24495,7 +24495,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24495
24495
|
};
|
|
24496
24496
|
opacity: {
|
|
24497
24497
|
value?: {
|
|
24498
|
-
unit: "Pixels" | "
|
|
24498
|
+
unit: "Pixels" | "Raw";
|
|
24499
24499
|
measure: number;
|
|
24500
24500
|
} | undefined;
|
|
24501
24501
|
aliasTo?: string | undefined;
|
|
@@ -24509,7 +24509,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24509
24509
|
};
|
|
24510
24510
|
opacity: {
|
|
24511
24511
|
value?: {
|
|
24512
|
-
unit: "Pixels" | "
|
|
24512
|
+
unit: "Pixels" | "Raw";
|
|
24513
24513
|
measure: number;
|
|
24514
24514
|
} | null | undefined;
|
|
24515
24515
|
aliasTo?: string | null | undefined;
|
|
@@ -24526,7 +24526,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24526
24526
|
};
|
|
24527
24527
|
opacity: {
|
|
24528
24528
|
value?: {
|
|
24529
|
-
unit: "Pixels" | "
|
|
24529
|
+
unit: "Pixels" | "Raw";
|
|
24530
24530
|
measure: number;
|
|
24531
24531
|
} | undefined;
|
|
24532
24532
|
aliasTo?: string | undefined;
|
|
@@ -24537,7 +24537,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24537
24537
|
};
|
|
24538
24538
|
opacity: {
|
|
24539
24539
|
value?: {
|
|
24540
|
-
unit: "Pixels" | "
|
|
24540
|
+
unit: "Pixels" | "Raw";
|
|
24541
24541
|
measure: number;
|
|
24542
24542
|
} | null | undefined;
|
|
24543
24543
|
aliasTo?: string | null | undefined;
|
|
@@ -24548,7 +24548,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24548
24548
|
};
|
|
24549
24549
|
opacity: {
|
|
24550
24550
|
value?: {
|
|
24551
|
-
unit: "Pixels" | "
|
|
24551
|
+
unit: "Pixels" | "Raw";
|
|
24552
24552
|
measure: number;
|
|
24553
24553
|
} | undefined;
|
|
24554
24554
|
aliasTo?: string | undefined;
|
|
@@ -24559,7 +24559,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24559
24559
|
};
|
|
24560
24560
|
opacity: {
|
|
24561
24561
|
value?: {
|
|
24562
|
-
unit: "Pixels" | "
|
|
24562
|
+
unit: "Pixels" | "Raw";
|
|
24563
24563
|
measure: number;
|
|
24564
24564
|
} | null | undefined;
|
|
24565
24565
|
aliasTo?: string | null | undefined;
|
|
@@ -24572,7 +24572,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24572
24572
|
};
|
|
24573
24573
|
opacity: {
|
|
24574
24574
|
value?: {
|
|
24575
|
-
unit: "Pixels" | "
|
|
24575
|
+
unit: "Pixels" | "Raw";
|
|
24576
24576
|
measure: number;
|
|
24577
24577
|
} | undefined;
|
|
24578
24578
|
aliasTo?: string | undefined;
|
|
@@ -24586,7 +24586,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
24586
24586
|
};
|
|
24587
24587
|
opacity: {
|
|
24588
24588
|
value?: {
|
|
24589
|
-
unit: "Pixels" | "
|
|
24589
|
+
unit: "Pixels" | "Raw";
|
|
24590
24590
|
measure: number;
|
|
24591
24591
|
} | null | undefined;
|
|
24592
24592
|
aliasTo?: string | null | undefined;
|
|
@@ -25140,7 +25140,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25140
25140
|
id: string;
|
|
25141
25141
|
width: {
|
|
25142
25142
|
value?: {
|
|
25143
|
-
unit: "Pixels" | "
|
|
25143
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
25144
25144
|
measure: number;
|
|
25145
25145
|
} | null | undefined;
|
|
25146
25146
|
aliasTo?: string | null | undefined;
|
|
@@ -25381,7 +25381,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25381
25381
|
id: string;
|
|
25382
25382
|
width: {
|
|
25383
25383
|
value?: {
|
|
25384
|
-
unit: "Pixels" | "
|
|
25384
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
25385
25385
|
measure: number;
|
|
25386
25386
|
} | null | undefined;
|
|
25387
25387
|
aliasTo?: string | null | undefined;
|
|
@@ -25740,7 +25740,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25740
25740
|
id: string;
|
|
25741
25741
|
width: {
|
|
25742
25742
|
value?: {
|
|
25743
|
-
unit: "Pixels" | "
|
|
25743
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
25744
25744
|
measure: number;
|
|
25745
25745
|
} | null | undefined;
|
|
25746
25746
|
aliasTo?: string | null | undefined;
|
|
@@ -25981,7 +25981,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
25981
25981
|
id: string;
|
|
25982
25982
|
width: {
|
|
25983
25983
|
value?: {
|
|
25984
|
-
unit: "Pixels" | "
|
|
25984
|
+
unit: "Pixels" | "Raw" | "Percent" | "Rem" | "Ms" | "Points";
|
|
25985
25985
|
measure: number;
|
|
25986
25986
|
} | null | undefined;
|
|
25987
25987
|
aliasTo?: string | null | undefined;
|
|
@@ -45620,7 +45620,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
45620
45620
|
docSlug: z.ZodOptional<z.ZodString>;
|
|
45621
45621
|
docUserSlug: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
|
|
45622
45622
|
docSlugDeprecated: z.ZodOptional<z.ZodString>;
|
|
45623
|
-
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
45624
45623
|
isMultibrand: z.ZodOptional<z.ZodBoolean>;
|
|
45625
45624
|
docViewUrl: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>>;
|
|
45626
45625
|
basePrefixes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -45664,7 +45663,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
45664
45663
|
docExporterId?: string | undefined;
|
|
45665
45664
|
docUserSlug?: string | undefined;
|
|
45666
45665
|
docSlugDeprecated?: string | undefined;
|
|
45667
|
-
isPublic?: boolean | undefined;
|
|
45668
45666
|
isMultibrand?: boolean | undefined;
|
|
45669
45667
|
basePrefixes?: string[] | undefined;
|
|
45670
45668
|
designSystemSwitcher?: {
|
|
@@ -45684,7 +45682,6 @@ declare const DTODesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<O
|
|
|
45684
45682
|
docExporterId?: string | null | undefined;
|
|
45685
45683
|
docUserSlug?: string | null | undefined;
|
|
45686
45684
|
docSlugDeprecated?: string | undefined;
|
|
45687
|
-
isPublic?: boolean | undefined;
|
|
45688
45685
|
isMultibrand?: boolean | undefined;
|
|
45689
45686
|
basePrefixes?: string[] | undefined;
|
|
45690
45687
|
designSystemSwitcher?: {
|
|
@@ -48031,13 +48028,13 @@ declare class DesignSystemsEndpoint {
|
|
|
48031
48028
|
docExporterId: string;
|
|
48032
48029
|
docSlug: string;
|
|
48033
48030
|
docSlugDeprecated: string;
|
|
48034
|
-
isPublic: boolean;
|
|
48035
48031
|
isMultibrand: boolean;
|
|
48036
48032
|
basePrefixes: string[];
|
|
48037
48033
|
isApprovalFeatureEnabled: boolean;
|
|
48038
48034
|
approvalRequiredForPublishing: boolean;
|
|
48039
48035
|
accessMode: "Open" | "InviteOnly";
|
|
48040
48036
|
membersGenerated: boolean;
|
|
48037
|
+
isPublic: true;
|
|
48041
48038
|
isAvailableToUser: boolean;
|
|
48042
48039
|
docUserSlug?: string | undefined;
|
|
48043
48040
|
docViewUrl?: string | undefined;
|
|
@@ -48063,13 +48060,13 @@ declare class DesignSystemsEndpoint {
|
|
|
48063
48060
|
docExporterId: string;
|
|
48064
48061
|
docSlug: string;
|
|
48065
48062
|
docSlugDeprecated: string;
|
|
48066
|
-
isPublic: boolean;
|
|
48067
48063
|
isMultibrand: boolean;
|
|
48068
48064
|
basePrefixes: string[];
|
|
48069
48065
|
isApprovalFeatureEnabled: boolean;
|
|
48070
48066
|
approvalRequiredForPublishing: boolean;
|
|
48071
48067
|
accessMode: "Open" | "InviteOnly";
|
|
48072
48068
|
membersGenerated: boolean;
|
|
48069
|
+
isPublic: true;
|
|
48073
48070
|
isAvailableToUser: boolean;
|
|
48074
48071
|
docUserSlug?: string | undefined;
|
|
48075
48072
|
docViewUrl?: string | undefined;
|
|
@@ -48097,13 +48094,13 @@ declare class DesignSystemsEndpoint {
|
|
|
48097
48094
|
docExporterId: string;
|
|
48098
48095
|
docSlug: string;
|
|
48099
48096
|
docSlugDeprecated: string;
|
|
48100
|
-
isPublic: boolean;
|
|
48101
48097
|
isMultibrand: boolean;
|
|
48102
48098
|
basePrefixes: string[];
|
|
48103
48099
|
isApprovalFeatureEnabled: boolean;
|
|
48104
48100
|
approvalRequiredForPublishing: boolean;
|
|
48105
48101
|
accessMode: "Open" | "InviteOnly";
|
|
48106
48102
|
membersGenerated: boolean;
|
|
48103
|
+
isPublic: true;
|
|
48107
48104
|
isAvailableToUser: boolean;
|
|
48108
48105
|
docUserSlug?: string | undefined;
|
|
48109
48106
|
docViewUrl?: string | undefined;
|
|
@@ -48129,13 +48126,13 @@ declare class DesignSystemsEndpoint {
|
|
|
48129
48126
|
docExporterId: string;
|
|
48130
48127
|
docSlug: string;
|
|
48131
48128
|
docSlugDeprecated: string;
|
|
48132
|
-
isPublic: boolean;
|
|
48133
48129
|
isMultibrand: boolean;
|
|
48134
48130
|
basePrefixes: string[];
|
|
48135
48131
|
isApprovalFeatureEnabled: boolean;
|
|
48136
48132
|
approvalRequiredForPublishing: boolean;
|
|
48137
48133
|
accessMode: "Open" | "InviteOnly";
|
|
48138
48134
|
membersGenerated: boolean;
|
|
48135
|
+
isPublic: true;
|
|
48139
48136
|
isAvailableToUser: boolean;
|
|
48140
48137
|
docUserSlug?: string | undefined;
|
|
48141
48138
|
docViewUrl?: string | undefined;
|