@supernova-studio/model 1.0.0-alpha.20 → 1.0.0-alpha.21
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 +357 -774
- package/dist/index.d.ts +357 -774
- package/dist/index.js +25 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11507,7 +11507,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11507
11507
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
11508
11508
|
}>>;
|
|
11509
11509
|
theme: z.ZodOptional<z.ZodObject<{
|
|
11510
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
11510
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
11511
11511
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
11512
11512
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
11513
11513
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11517,7 +11517,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11517
11517
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
11518
11518
|
}, "strip", z.ZodTypeAny, {
|
|
11519
11519
|
backgroundColor?: string | undefined;
|
|
11520
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11520
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11521
11521
|
accentColor?: string | undefined;
|
|
11522
11522
|
contrast?: number | undefined;
|
|
11523
11523
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11526,7 +11526,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11526
11526
|
isEditorWhite?: boolean | undefined;
|
|
11527
11527
|
}, {
|
|
11528
11528
|
backgroundColor?: string | undefined;
|
|
11529
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11529
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11530
11530
|
accentColor?: string | undefined;
|
|
11531
11531
|
contrast?: number | undefined;
|
|
11532
11532
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11540,7 +11540,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11540
11540
|
nickname?: string | undefined;
|
|
11541
11541
|
theme?: {
|
|
11542
11542
|
backgroundColor?: string | undefined;
|
|
11543
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11543
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11544
11544
|
accentColor?: string | undefined;
|
|
11545
11545
|
contrast?: number | undefined;
|
|
11546
11546
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11568,7 +11568,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11568
11568
|
nickname?: string | undefined;
|
|
11569
11569
|
theme?: {
|
|
11570
11570
|
backgroundColor?: string | undefined;
|
|
11571
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11571
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11572
11572
|
accentColor?: string | undefined;
|
|
11573
11573
|
contrast?: number | undefined;
|
|
11574
11574
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11797,7 +11797,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11797
11797
|
nickname?: string | undefined;
|
|
11798
11798
|
theme?: {
|
|
11799
11799
|
backgroundColor?: string | undefined;
|
|
11800
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11800
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11801
11801
|
accentColor?: string | undefined;
|
|
11802
11802
|
contrast?: number | undefined;
|
|
11803
11803
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -11877,7 +11877,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11877
11877
|
nickname?: string | undefined;
|
|
11878
11878
|
theme?: {
|
|
11879
11879
|
backgroundColor?: string | undefined;
|
|
11880
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
11880
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
11881
11881
|
accentColor?: string | undefined;
|
|
11882
11882
|
contrast?: number | undefined;
|
|
11883
11883
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -22636,7 +22636,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
22636
22636
|
nickname?: string | undefined;
|
|
22637
22637
|
theme?: {
|
|
22638
22638
|
backgroundColor?: string | undefined;
|
|
22639
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
22639
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
22640
22640
|
accentColor?: string | undefined;
|
|
22641
22641
|
contrast?: number | undefined;
|
|
22642
22642
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -23652,7 +23652,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
23652
23652
|
nickname?: string | undefined;
|
|
23653
23653
|
theme?: {
|
|
23654
23654
|
backgroundColor?: string | undefined;
|
|
23655
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
23655
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
23656
23656
|
accentColor?: string | undefined;
|
|
23657
23657
|
contrast?: number | undefined;
|
|
23658
23658
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33677,7 +33677,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33677
33677
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
33678
33678
|
}>>;
|
|
33679
33679
|
theme: z.ZodOptional<z.ZodObject<{
|
|
33680
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
33680
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
33681
33681
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
33682
33682
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
33683
33683
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -33687,7 +33687,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33687
33687
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
33688
33688
|
}, "strip", z.ZodTypeAny, {
|
|
33689
33689
|
backgroundColor?: string | undefined;
|
|
33690
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33690
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33691
33691
|
accentColor?: string | undefined;
|
|
33692
33692
|
contrast?: number | undefined;
|
|
33693
33693
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33696,7 +33696,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33696
33696
|
isEditorWhite?: boolean | undefined;
|
|
33697
33697
|
}, {
|
|
33698
33698
|
backgroundColor?: string | undefined;
|
|
33699
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33699
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33700
33700
|
accentColor?: string | undefined;
|
|
33701
33701
|
contrast?: number | undefined;
|
|
33702
33702
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33710,7 +33710,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33710
33710
|
nickname?: string | undefined;
|
|
33711
33711
|
theme?: {
|
|
33712
33712
|
backgroundColor?: string | undefined;
|
|
33713
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33713
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33714
33714
|
accentColor?: string | undefined;
|
|
33715
33715
|
contrast?: number | undefined;
|
|
33716
33716
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33738,7 +33738,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33738
33738
|
nickname?: string | undefined;
|
|
33739
33739
|
theme?: {
|
|
33740
33740
|
backgroundColor?: string | undefined;
|
|
33741
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33741
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33742
33742
|
accentColor?: string | undefined;
|
|
33743
33743
|
contrast?: number | undefined;
|
|
33744
33744
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -33967,7 +33967,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
33967
33967
|
nickname?: string | undefined;
|
|
33968
33968
|
theme?: {
|
|
33969
33969
|
backgroundColor?: string | undefined;
|
|
33970
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
33970
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
33971
33971
|
accentColor?: string | undefined;
|
|
33972
33972
|
contrast?: number | undefined;
|
|
33973
33973
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -34047,7 +34047,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
34047
34047
|
nickname?: string | undefined;
|
|
34048
34048
|
theme?: {
|
|
34049
34049
|
backgroundColor?: string | undefined;
|
|
34050
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
34050
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
34051
34051
|
accentColor?: string | undefined;
|
|
34052
34052
|
contrast?: number | undefined;
|
|
34053
34053
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -34141,7 +34141,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
34141
34141
|
nickname?: string | undefined;
|
|
34142
34142
|
theme?: {
|
|
34143
34143
|
backgroundColor?: string | undefined;
|
|
34144
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
34144
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
34145
34145
|
accentColor?: string | undefined;
|
|
34146
34146
|
contrast?: number | undefined;
|
|
34147
34147
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -34235,7 +34235,7 @@ declare const UserSession: z.ZodObject<{
|
|
|
34235
34235
|
nickname?: string | undefined;
|
|
34236
34236
|
theme?: {
|
|
34237
34237
|
backgroundColor?: string | undefined;
|
|
34238
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
34238
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
34239
34239
|
accentColor?: string | undefined;
|
|
34240
34240
|
contrast?: number | undefined;
|
|
34241
34241
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -82689,15 +82689,15 @@ type FigmaFileAccessData = z.infer<typeof FigmaFileAccessData>;
|
|
|
82689
82689
|
declare const ImportFunctionInput: z.ZodObject<{
|
|
82690
82690
|
importJobId: z.ZodString;
|
|
82691
82691
|
importContextId: z.ZodString;
|
|
82692
|
-
designSystemId: z.
|
|
82692
|
+
designSystemId: z.ZodString;
|
|
82693
82693
|
}, "strip", z.ZodTypeAny, {
|
|
82694
|
+
designSystemId: string;
|
|
82694
82695
|
importContextId: string;
|
|
82695
82696
|
importJobId: string;
|
|
82696
|
-
designSystemId?: string | undefined;
|
|
82697
82697
|
}, {
|
|
82698
|
+
designSystemId: string;
|
|
82698
82699
|
importContextId: string;
|
|
82699
82700
|
importJobId: string;
|
|
82700
|
-
designSystemId?: string | undefined;
|
|
82701
82701
|
}>;
|
|
82702
82702
|
type ImportFunctionInput = z.infer<typeof ImportFunctionInput>;
|
|
82703
82703
|
declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
@@ -93757,25 +93757,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93757
93757
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
93758
93758
|
id: string;
|
|
93759
93759
|
name: string;
|
|
93760
|
-
svg: {
|
|
93761
|
-
type: "FigmaRender";
|
|
93762
|
-
originKey: string;
|
|
93763
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93764
|
-
format: "Svg";
|
|
93765
|
-
fileId: string;
|
|
93766
|
-
nodeId: string;
|
|
93767
|
-
fileVersionId?: string | undefined;
|
|
93768
|
-
};
|
|
93769
|
-
png: {
|
|
93770
|
-
type: "FigmaRender";
|
|
93771
|
-
originKey: string;
|
|
93772
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93773
|
-
format: "Png";
|
|
93774
|
-
fileId: string;
|
|
93775
|
-
scale: number;
|
|
93776
|
-
nodeId: string;
|
|
93777
|
-
fileVersionId?: string | undefined;
|
|
93778
|
-
};
|
|
93779
93760
|
size?: {
|
|
93780
93761
|
width?: number | null | undefined;
|
|
93781
93762
|
height?: number | null | undefined;
|
|
@@ -93786,25 +93767,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93786
93767
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
93787
93768
|
id: string;
|
|
93788
93769
|
name: string;
|
|
93789
|
-
svg: {
|
|
93790
|
-
type: "FigmaRender";
|
|
93791
|
-
originKey: string;
|
|
93792
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93793
|
-
format: "Svg";
|
|
93794
|
-
fileId: string;
|
|
93795
|
-
nodeId: string;
|
|
93796
|
-
fileVersionId?: string | undefined;
|
|
93797
|
-
};
|
|
93798
|
-
png: {
|
|
93799
|
-
type: "FigmaRender";
|
|
93800
|
-
originKey: string;
|
|
93801
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93802
|
-
format: "Png";
|
|
93803
|
-
fileId: string;
|
|
93804
|
-
scale: number;
|
|
93805
|
-
nodeId: string;
|
|
93806
|
-
fileVersionId?: string | undefined;
|
|
93807
|
-
};
|
|
93808
93770
|
size?: {
|
|
93809
93771
|
width?: number | null | undefined;
|
|
93810
93772
|
height?: number | null | undefined;
|
|
@@ -93835,25 +93797,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93835
93797
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
93836
93798
|
id: string;
|
|
93837
93799
|
name: string;
|
|
93838
|
-
svg: {
|
|
93839
|
-
type: "FigmaRender";
|
|
93840
|
-
originKey: string;
|
|
93841
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93842
|
-
format: "Svg";
|
|
93843
|
-
fileId: string;
|
|
93844
|
-
nodeId: string;
|
|
93845
|
-
fileVersionId?: string | undefined;
|
|
93846
|
-
};
|
|
93847
|
-
png: {
|
|
93848
|
-
type: "FigmaRender";
|
|
93849
|
-
originKey: string;
|
|
93850
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93851
|
-
format: "Png";
|
|
93852
|
-
fileId: string;
|
|
93853
|
-
scale: number;
|
|
93854
|
-
nodeId: string;
|
|
93855
|
-
fileVersionId?: string | undefined;
|
|
93856
|
-
};
|
|
93857
93800
|
size?: {
|
|
93858
93801
|
width: number;
|
|
93859
93802
|
height: number;
|
|
@@ -93872,25 +93815,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93872
93815
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
93873
93816
|
id: string;
|
|
93874
93817
|
name: string;
|
|
93875
|
-
svg: {
|
|
93876
|
-
type: "FigmaRender";
|
|
93877
|
-
originKey: string;
|
|
93878
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93879
|
-
format: "Svg";
|
|
93880
|
-
fileId: string;
|
|
93881
|
-
nodeId: string;
|
|
93882
|
-
fileVersionId?: string | undefined;
|
|
93883
|
-
};
|
|
93884
|
-
png: {
|
|
93885
|
-
type: "FigmaRender";
|
|
93886
|
-
originKey: string;
|
|
93887
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93888
|
-
format: "Png";
|
|
93889
|
-
fileId: string;
|
|
93890
|
-
scale: number;
|
|
93891
|
-
nodeId: string;
|
|
93892
|
-
fileVersionId?: string | undefined;
|
|
93893
|
-
};
|
|
93894
93818
|
size?: {
|
|
93895
93819
|
width?: number | null | undefined;
|
|
93896
93820
|
height?: number | null | undefined;
|
|
@@ -93901,25 +93825,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93901
93825
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
93902
93826
|
id: string;
|
|
93903
93827
|
name: string;
|
|
93904
|
-
svg: {
|
|
93905
|
-
type: "FigmaRender";
|
|
93906
|
-
originKey: string;
|
|
93907
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93908
|
-
format: "Svg";
|
|
93909
|
-
fileId: string;
|
|
93910
|
-
nodeId: string;
|
|
93911
|
-
fileVersionId?: string | undefined;
|
|
93912
|
-
};
|
|
93913
|
-
png: {
|
|
93914
|
-
type: "FigmaRender";
|
|
93915
|
-
originKey: string;
|
|
93916
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93917
|
-
format: "Png";
|
|
93918
|
-
fileId: string;
|
|
93919
|
-
scale: number;
|
|
93920
|
-
nodeId: string;
|
|
93921
|
-
fileVersionId?: string | undefined;
|
|
93922
|
-
};
|
|
93923
93828
|
size?: {
|
|
93924
93829
|
width?: number | null | undefined;
|
|
93925
93830
|
height?: number | null | undefined;
|
|
@@ -93950,25 +93855,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
93950
93855
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
93951
93856
|
id: string;
|
|
93952
93857
|
name: string;
|
|
93953
|
-
svg: {
|
|
93954
|
-
type: "FigmaRender";
|
|
93955
|
-
originKey: string;
|
|
93956
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93957
|
-
format: "Svg";
|
|
93958
|
-
fileId: string;
|
|
93959
|
-
nodeId: string;
|
|
93960
|
-
fileVersionId?: string | undefined;
|
|
93961
|
-
};
|
|
93962
|
-
png: {
|
|
93963
|
-
type: "FigmaRender";
|
|
93964
|
-
originKey: string;
|
|
93965
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
93966
|
-
format: "Png";
|
|
93967
|
-
fileId: string;
|
|
93968
|
-
scale: number;
|
|
93969
|
-
nodeId: string;
|
|
93970
|
-
fileVersionId?: string | undefined;
|
|
93971
|
-
};
|
|
93972
93858
|
size?: {
|
|
93973
93859
|
width: number;
|
|
93974
93860
|
height: number;
|
|
@@ -94000,25 +93886,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
94000
93886
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
94001
93887
|
id: string;
|
|
94002
93888
|
name: string;
|
|
94003
|
-
svg: {
|
|
94004
|
-
type: "FigmaRender";
|
|
94005
|
-
originKey: string;
|
|
94006
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
94007
|
-
format: "Svg";
|
|
94008
|
-
fileId: string;
|
|
94009
|
-
nodeId: string;
|
|
94010
|
-
fileVersionId?: string | undefined;
|
|
94011
|
-
};
|
|
94012
|
-
png: {
|
|
94013
|
-
type: "FigmaRender";
|
|
94014
|
-
originKey: string;
|
|
94015
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
94016
|
-
format: "Png";
|
|
94017
|
-
fileId: string;
|
|
94018
|
-
scale: number;
|
|
94019
|
-
nodeId: string;
|
|
94020
|
-
fileVersionId?: string | undefined;
|
|
94021
|
-
};
|
|
94022
93889
|
size?: {
|
|
94023
93890
|
width?: number | null | undefined;
|
|
94024
93891
|
height?: number | null | undefined;
|
|
@@ -94029,25 +93896,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
94029
93896
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
94030
93897
|
id: string;
|
|
94031
93898
|
name: string;
|
|
94032
|
-
svg: {
|
|
94033
|
-
type: "FigmaRender";
|
|
94034
|
-
originKey: string;
|
|
94035
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
94036
|
-
format: "Svg";
|
|
94037
|
-
fileId: string;
|
|
94038
|
-
nodeId: string;
|
|
94039
|
-
fileVersionId?: string | undefined;
|
|
94040
|
-
};
|
|
94041
|
-
png: {
|
|
94042
|
-
type: "FigmaRender";
|
|
94043
|
-
originKey: string;
|
|
94044
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
94045
|
-
format: "Png";
|
|
94046
|
-
fileId: string;
|
|
94047
|
-
scale: number;
|
|
94048
|
-
nodeId: string;
|
|
94049
|
-
fileVersionId?: string | undefined;
|
|
94050
|
-
};
|
|
94051
93899
|
size?: {
|
|
94052
93900
|
width?: number | null | undefined;
|
|
94053
93901
|
height?: number | null | undefined;
|
|
@@ -95343,25 +95191,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
95343
95191
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
95344
95192
|
id: string;
|
|
95345
95193
|
name: string;
|
|
95346
|
-
svg: {
|
|
95347
|
-
type: "FigmaRender";
|
|
95348
|
-
originKey: string;
|
|
95349
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
95350
|
-
format: "Svg";
|
|
95351
|
-
fileId: string;
|
|
95352
|
-
nodeId: string;
|
|
95353
|
-
fileVersionId?: string | undefined;
|
|
95354
|
-
};
|
|
95355
|
-
png: {
|
|
95356
|
-
type: "FigmaRender";
|
|
95357
|
-
originKey: string;
|
|
95358
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
95359
|
-
format: "Png";
|
|
95360
|
-
fileId: string;
|
|
95361
|
-
scale: number;
|
|
95362
|
-
nodeId: string;
|
|
95363
|
-
fileVersionId?: string | undefined;
|
|
95364
|
-
};
|
|
95365
95194
|
size?: {
|
|
95366
95195
|
width: number;
|
|
95367
95196
|
height: number;
|
|
@@ -95408,25 +95237,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
95408
95237
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
95409
95238
|
id: string;
|
|
95410
95239
|
name: string;
|
|
95411
|
-
svg: {
|
|
95412
|
-
type: "FigmaRender";
|
|
95413
|
-
originKey: string;
|
|
95414
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
95415
|
-
format: "Svg";
|
|
95416
|
-
fileId: string;
|
|
95417
|
-
nodeId: string;
|
|
95418
|
-
fileVersionId?: string | undefined;
|
|
95419
|
-
};
|
|
95420
|
-
png: {
|
|
95421
|
-
type: "FigmaRender";
|
|
95422
|
-
originKey: string;
|
|
95423
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
95424
|
-
format: "Png";
|
|
95425
|
-
fileId: string;
|
|
95426
|
-
scale: number;
|
|
95427
|
-
nodeId: string;
|
|
95428
|
-
fileVersionId?: string | undefined;
|
|
95429
|
-
};
|
|
95430
95240
|
size?: {
|
|
95431
95241
|
width?: number | null | undefined;
|
|
95432
95242
|
height?: number | null | undefined;
|
|
@@ -95437,25 +95247,6 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
95437
95247
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
95438
95248
|
id: string;
|
|
95439
95249
|
name: string;
|
|
95440
|
-
svg: {
|
|
95441
|
-
type: "FigmaRender";
|
|
95442
|
-
originKey: string;
|
|
95443
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
95444
|
-
format: "Svg";
|
|
95445
|
-
fileId: string;
|
|
95446
|
-
nodeId: string;
|
|
95447
|
-
fileVersionId?: string | undefined;
|
|
95448
|
-
};
|
|
95449
|
-
png: {
|
|
95450
|
-
type: "FigmaRender";
|
|
95451
|
-
originKey: string;
|
|
95452
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
95453
|
-
format: "Png";
|
|
95454
|
-
fileId: string;
|
|
95455
|
-
scale: number;
|
|
95456
|
-
nodeId: string;
|
|
95457
|
-
fileVersionId?: string | undefined;
|
|
95458
|
-
};
|
|
95459
95250
|
size?: {
|
|
95460
95251
|
width?: number | null | undefined;
|
|
95461
95252
|
height?: number | null | undefined;
|
|
@@ -105938,25 +105729,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105938
105729
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
105939
105730
|
id: string;
|
|
105940
105731
|
name: string;
|
|
105941
|
-
svg: {
|
|
105942
|
-
type: "FigmaRender";
|
|
105943
|
-
originKey: string;
|
|
105944
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105945
|
-
format: "Svg";
|
|
105946
|
-
fileId: string;
|
|
105947
|
-
nodeId: string;
|
|
105948
|
-
fileVersionId?: string | undefined;
|
|
105949
|
-
};
|
|
105950
|
-
png: {
|
|
105951
|
-
type: "FigmaRender";
|
|
105952
|
-
originKey: string;
|
|
105953
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105954
|
-
format: "Png";
|
|
105955
|
-
fileId: string;
|
|
105956
|
-
scale: number;
|
|
105957
|
-
nodeId: string;
|
|
105958
|
-
fileVersionId?: string | undefined;
|
|
105959
|
-
};
|
|
105960
105732
|
size?: {
|
|
105961
105733
|
width?: number | null | undefined;
|
|
105962
105734
|
height?: number | null | undefined;
|
|
@@ -105967,25 +105739,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
105967
105739
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
105968
105740
|
id: string;
|
|
105969
105741
|
name: string;
|
|
105970
|
-
svg: {
|
|
105971
|
-
type: "FigmaRender";
|
|
105972
|
-
originKey: string;
|
|
105973
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105974
|
-
format: "Svg";
|
|
105975
|
-
fileId: string;
|
|
105976
|
-
nodeId: string;
|
|
105977
|
-
fileVersionId?: string | undefined;
|
|
105978
|
-
};
|
|
105979
|
-
png: {
|
|
105980
|
-
type: "FigmaRender";
|
|
105981
|
-
originKey: string;
|
|
105982
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
105983
|
-
format: "Png";
|
|
105984
|
-
fileId: string;
|
|
105985
|
-
scale: number;
|
|
105986
|
-
nodeId: string;
|
|
105987
|
-
fileVersionId?: string | undefined;
|
|
105988
|
-
};
|
|
105989
105742
|
size?: {
|
|
105990
105743
|
width?: number | null | undefined;
|
|
105991
105744
|
height?: number | null | undefined;
|
|
@@ -106016,25 +105769,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
106016
105769
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
106017
105770
|
id: string;
|
|
106018
105771
|
name: string;
|
|
106019
|
-
svg: {
|
|
106020
|
-
type: "FigmaRender";
|
|
106021
|
-
originKey: string;
|
|
106022
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106023
|
-
format: "Svg";
|
|
106024
|
-
fileId: string;
|
|
106025
|
-
nodeId: string;
|
|
106026
|
-
fileVersionId?: string | undefined;
|
|
106027
|
-
};
|
|
106028
|
-
png: {
|
|
106029
|
-
type: "FigmaRender";
|
|
106030
|
-
originKey: string;
|
|
106031
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106032
|
-
format: "Png";
|
|
106033
|
-
fileId: string;
|
|
106034
|
-
scale: number;
|
|
106035
|
-
nodeId: string;
|
|
106036
|
-
fileVersionId?: string | undefined;
|
|
106037
|
-
};
|
|
106038
105772
|
size?: {
|
|
106039
105773
|
width: number;
|
|
106040
105774
|
height: number;
|
|
@@ -106053,25 +105787,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
106053
105787
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
106054
105788
|
id: string;
|
|
106055
105789
|
name: string;
|
|
106056
|
-
svg: {
|
|
106057
|
-
type: "FigmaRender";
|
|
106058
|
-
originKey: string;
|
|
106059
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106060
|
-
format: "Svg";
|
|
106061
|
-
fileId: string;
|
|
106062
|
-
nodeId: string;
|
|
106063
|
-
fileVersionId?: string | undefined;
|
|
106064
|
-
};
|
|
106065
|
-
png: {
|
|
106066
|
-
type: "FigmaRender";
|
|
106067
|
-
originKey: string;
|
|
106068
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106069
|
-
format: "Png";
|
|
106070
|
-
fileId: string;
|
|
106071
|
-
scale: number;
|
|
106072
|
-
nodeId: string;
|
|
106073
|
-
fileVersionId?: string | undefined;
|
|
106074
|
-
};
|
|
106075
105790
|
size?: {
|
|
106076
105791
|
width?: number | null | undefined;
|
|
106077
105792
|
height?: number | null | undefined;
|
|
@@ -106082,25 +105797,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
106082
105797
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
106083
105798
|
id: string;
|
|
106084
105799
|
name: string;
|
|
106085
|
-
svg: {
|
|
106086
|
-
type: "FigmaRender";
|
|
106087
|
-
originKey: string;
|
|
106088
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106089
|
-
format: "Svg";
|
|
106090
|
-
fileId: string;
|
|
106091
|
-
nodeId: string;
|
|
106092
|
-
fileVersionId?: string | undefined;
|
|
106093
|
-
};
|
|
106094
|
-
png: {
|
|
106095
|
-
type: "FigmaRender";
|
|
106096
|
-
originKey: string;
|
|
106097
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106098
|
-
format: "Png";
|
|
106099
|
-
fileId: string;
|
|
106100
|
-
scale: number;
|
|
106101
|
-
nodeId: string;
|
|
106102
|
-
fileVersionId?: string | undefined;
|
|
106103
|
-
};
|
|
106104
105800
|
size?: {
|
|
106105
105801
|
width?: number | null | undefined;
|
|
106106
105802
|
height?: number | null | undefined;
|
|
@@ -106122,25 +105818,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
106122
105818
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
106123
105819
|
id: string;
|
|
106124
105820
|
name: string;
|
|
106125
|
-
svg: {
|
|
106126
|
-
type: "FigmaRender";
|
|
106127
|
-
originKey: string;
|
|
106128
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106129
|
-
format: "Svg";
|
|
106130
|
-
fileId: string;
|
|
106131
|
-
nodeId: string;
|
|
106132
|
-
fileVersionId?: string | undefined;
|
|
106133
|
-
};
|
|
106134
|
-
png: {
|
|
106135
|
-
type: "FigmaRender";
|
|
106136
|
-
originKey: string;
|
|
106137
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106138
|
-
format: "Png";
|
|
106139
|
-
fileId: string;
|
|
106140
|
-
scale: number;
|
|
106141
|
-
nodeId: string;
|
|
106142
|
-
fileVersionId?: string | undefined;
|
|
106143
|
-
};
|
|
106144
105821
|
size?: {
|
|
106145
105822
|
width: number;
|
|
106146
105823
|
height: number;
|
|
@@ -106169,25 +105846,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
106169
105846
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
106170
105847
|
id: string;
|
|
106171
105848
|
name: string;
|
|
106172
|
-
svg: {
|
|
106173
|
-
type: "FigmaRender";
|
|
106174
|
-
originKey: string;
|
|
106175
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106176
|
-
format: "Svg";
|
|
106177
|
-
fileId: string;
|
|
106178
|
-
nodeId: string;
|
|
106179
|
-
fileVersionId?: string | undefined;
|
|
106180
|
-
};
|
|
106181
|
-
png: {
|
|
106182
|
-
type: "FigmaRender";
|
|
106183
|
-
originKey: string;
|
|
106184
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106185
|
-
format: "Png";
|
|
106186
|
-
fileId: string;
|
|
106187
|
-
scale: number;
|
|
106188
|
-
nodeId: string;
|
|
106189
|
-
fileVersionId?: string | undefined;
|
|
106190
|
-
};
|
|
106191
105849
|
size?: {
|
|
106192
105850
|
width?: number | null | undefined;
|
|
106193
105851
|
height?: number | null | undefined;
|
|
@@ -106198,25 +105856,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
106198
105856
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
106199
105857
|
id: string;
|
|
106200
105858
|
name: string;
|
|
106201
|
-
svg: {
|
|
106202
|
-
type: "FigmaRender";
|
|
106203
|
-
originKey: string;
|
|
106204
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106205
|
-
format: "Svg";
|
|
106206
|
-
fileId: string;
|
|
106207
|
-
nodeId: string;
|
|
106208
|
-
fileVersionId?: string | undefined;
|
|
106209
|
-
};
|
|
106210
|
-
png: {
|
|
106211
|
-
type: "FigmaRender";
|
|
106212
|
-
originKey: string;
|
|
106213
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
106214
|
-
format: "Png";
|
|
106215
|
-
fileId: string;
|
|
106216
|
-
scale: number;
|
|
106217
|
-
nodeId: string;
|
|
106218
|
-
fileVersionId?: string | undefined;
|
|
106219
|
-
};
|
|
106220
105859
|
size?: {
|
|
106221
105860
|
width?: number | null | undefined;
|
|
106222
105861
|
height?: number | null | undefined;
|
|
@@ -107536,25 +107175,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
107536
107175
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
107537
107176
|
id: string;
|
|
107538
107177
|
name: string;
|
|
107539
|
-
svg: {
|
|
107540
|
-
type: "FigmaRender";
|
|
107541
|
-
originKey: string;
|
|
107542
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
107543
|
-
format: "Svg";
|
|
107544
|
-
fileId: string;
|
|
107545
|
-
nodeId: string;
|
|
107546
|
-
fileVersionId?: string | undefined;
|
|
107547
|
-
};
|
|
107548
|
-
png: {
|
|
107549
|
-
type: "FigmaRender";
|
|
107550
|
-
originKey: string;
|
|
107551
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
107552
|
-
format: "Png";
|
|
107553
|
-
fileId: string;
|
|
107554
|
-
scale: number;
|
|
107555
|
-
nodeId: string;
|
|
107556
|
-
fileVersionId?: string | undefined;
|
|
107557
|
-
};
|
|
107558
107178
|
size?: {
|
|
107559
107179
|
width: number;
|
|
107560
107180
|
height: number;
|
|
@@ -108865,25 +108485,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108865
108485
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
108866
108486
|
id: string;
|
|
108867
108487
|
name: string;
|
|
108868
|
-
svg: {
|
|
108869
|
-
type: "FigmaRender";
|
|
108870
|
-
originKey: string;
|
|
108871
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
108872
|
-
format: "Svg";
|
|
108873
|
-
fileId: string;
|
|
108874
|
-
nodeId: string;
|
|
108875
|
-
fileVersionId?: string | undefined;
|
|
108876
|
-
};
|
|
108877
|
-
png: {
|
|
108878
|
-
type: "FigmaRender";
|
|
108879
|
-
originKey: string;
|
|
108880
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
108881
|
-
format: "Png";
|
|
108882
|
-
fileId: string;
|
|
108883
|
-
scale: number;
|
|
108884
|
-
nodeId: string;
|
|
108885
|
-
fileVersionId?: string | undefined;
|
|
108886
|
-
};
|
|
108887
108488
|
size?: {
|
|
108888
108489
|
width?: number | null | undefined;
|
|
108889
108490
|
height?: number | null | undefined;
|
|
@@ -108894,25 +108495,6 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
108894
108495
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
108895
108496
|
id: string;
|
|
108896
108497
|
name: string;
|
|
108897
|
-
svg: {
|
|
108898
|
-
type: "FigmaRender";
|
|
108899
|
-
originKey: string;
|
|
108900
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
108901
|
-
format: "Svg";
|
|
108902
|
-
fileId: string;
|
|
108903
|
-
nodeId: string;
|
|
108904
|
-
fileVersionId?: string | undefined;
|
|
108905
|
-
};
|
|
108906
|
-
png: {
|
|
108907
|
-
type: "FigmaRender";
|
|
108908
|
-
originKey: string;
|
|
108909
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
108910
|
-
format: "Png";
|
|
108911
|
-
fileId: string;
|
|
108912
|
-
scale: number;
|
|
108913
|
-
nodeId: string;
|
|
108914
|
-
fileVersionId?: string | undefined;
|
|
108915
|
-
};
|
|
108916
108498
|
size?: {
|
|
108917
108499
|
width?: number | null | undefined;
|
|
108918
108500
|
height?: number | null | undefined;
|
|
@@ -110497,147 +110079,11 @@ declare const DataSourceImportModel: z.ZodObject<{
|
|
|
110497
110079
|
}>;
|
|
110498
110080
|
type DataSourceImportModel = z.infer<typeof DataSourceImportModel>;
|
|
110499
110081
|
|
|
110500
|
-
|
|
110501
|
-
id: z.ZodString;
|
|
110502
|
-
name: z.ZodString;
|
|
110503
|
-
type: z.ZodEnum<["DOCUMENT", "CANVAS", "FRAME", "COMPONENT", "COMPONENT_SET"]>;
|
|
110504
|
-
size: z.ZodEffects<z.ZodOptional<z.ZodObject<{
|
|
110505
|
-
width: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
|
|
110506
|
-
height: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
|
|
110507
|
-
}, "strip", z.ZodTypeAny, {
|
|
110508
|
-
width: number;
|
|
110509
|
-
height: number;
|
|
110510
|
-
}, {
|
|
110511
|
-
width?: number | null | undefined;
|
|
110512
|
-
height?: number | null | undefined;
|
|
110513
|
-
}>>, {
|
|
110514
|
-
width: number;
|
|
110515
|
-
height: number;
|
|
110516
|
-
} | undefined, {
|
|
110517
|
-
width?: number | null | undefined;
|
|
110518
|
-
height?: number | null | undefined;
|
|
110519
|
-
} | undefined>;
|
|
110520
|
-
parentComponentSetId: z.ZodOptional<z.ZodString>;
|
|
110521
|
-
}, {
|
|
110522
|
-
png: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
110523
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
110524
|
-
}, {
|
|
110525
|
-
type: z.ZodLiteral<"FigmaRender">;
|
|
110526
|
-
fileId: z.ZodString;
|
|
110527
|
-
fileVersionId: z.ZodOptional<z.ZodString>;
|
|
110528
|
-
nodeId: z.ZodString;
|
|
110529
|
-
originKey: z.ZodString;
|
|
110530
|
-
}>, {
|
|
110531
|
-
format: z.ZodLiteral<"Png">;
|
|
110532
|
-
scale: z.ZodNumber;
|
|
110533
|
-
}>, "strip", z.ZodTypeAny, {
|
|
110534
|
-
type: "FigmaRender";
|
|
110535
|
-
originKey: string;
|
|
110536
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110537
|
-
format: "Png";
|
|
110538
|
-
fileId: string;
|
|
110539
|
-
scale: number;
|
|
110540
|
-
nodeId: string;
|
|
110541
|
-
fileVersionId?: string | undefined;
|
|
110542
|
-
}, {
|
|
110543
|
-
type: "FigmaRender";
|
|
110544
|
-
originKey: string;
|
|
110545
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110546
|
-
format: "Png";
|
|
110547
|
-
fileId: string;
|
|
110548
|
-
scale: number;
|
|
110549
|
-
nodeId: string;
|
|
110550
|
-
fileVersionId?: string | undefined;
|
|
110551
|
-
}>;
|
|
110552
|
-
svg: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
110553
|
-
scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
|
|
110554
|
-
}, {
|
|
110555
|
-
type: z.ZodLiteral<"FigmaRender">;
|
|
110556
|
-
fileId: z.ZodString;
|
|
110557
|
-
fileVersionId: z.ZodOptional<z.ZodString>;
|
|
110558
|
-
nodeId: z.ZodString;
|
|
110559
|
-
originKey: z.ZodString;
|
|
110560
|
-
}>, {
|
|
110561
|
-
format: z.ZodLiteral<"Svg">;
|
|
110562
|
-
}>, "strip", z.ZodTypeAny, {
|
|
110563
|
-
type: "FigmaRender";
|
|
110564
|
-
originKey: string;
|
|
110565
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110566
|
-
format: "Svg";
|
|
110567
|
-
fileId: string;
|
|
110568
|
-
nodeId: string;
|
|
110569
|
-
fileVersionId?: string | undefined;
|
|
110570
|
-
}, {
|
|
110571
|
-
type: "FigmaRender";
|
|
110572
|
-
originKey: string;
|
|
110573
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110574
|
-
format: "Svg";
|
|
110575
|
-
fileId: string;
|
|
110576
|
-
nodeId: string;
|
|
110577
|
-
fileVersionId?: string | undefined;
|
|
110578
|
-
}>;
|
|
110579
|
-
}>, "strip", z.ZodTypeAny, {
|
|
110580
|
-
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
110581
|
-
id: string;
|
|
110582
|
-
name: string;
|
|
110583
|
-
svg: {
|
|
110584
|
-
type: "FigmaRender";
|
|
110585
|
-
originKey: string;
|
|
110586
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110587
|
-
format: "Svg";
|
|
110588
|
-
fileId: string;
|
|
110589
|
-
nodeId: string;
|
|
110590
|
-
fileVersionId?: string | undefined;
|
|
110591
|
-
};
|
|
110592
|
-
png: {
|
|
110593
|
-
type: "FigmaRender";
|
|
110594
|
-
originKey: string;
|
|
110595
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110596
|
-
format: "Png";
|
|
110597
|
-
fileId: string;
|
|
110598
|
-
scale: number;
|
|
110599
|
-
nodeId: string;
|
|
110600
|
-
fileVersionId?: string | undefined;
|
|
110601
|
-
};
|
|
110602
|
-
size?: {
|
|
110603
|
-
width: number;
|
|
110604
|
-
height: number;
|
|
110605
|
-
} | undefined;
|
|
110606
|
-
parentComponentSetId?: string | undefined;
|
|
110607
|
-
}, {
|
|
110608
|
-
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
110609
|
-
id: string;
|
|
110610
|
-
name: string;
|
|
110611
|
-
svg: {
|
|
110612
|
-
type: "FigmaRender";
|
|
110613
|
-
originKey: string;
|
|
110614
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110615
|
-
format: "Svg";
|
|
110616
|
-
fileId: string;
|
|
110617
|
-
nodeId: string;
|
|
110618
|
-
fileVersionId?: string | undefined;
|
|
110619
|
-
};
|
|
110620
|
-
png: {
|
|
110621
|
-
type: "FigmaRender";
|
|
110622
|
-
originKey: string;
|
|
110623
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110624
|
-
format: "Png";
|
|
110625
|
-
fileId: string;
|
|
110626
|
-
scale: number;
|
|
110627
|
-
nodeId: string;
|
|
110628
|
-
fileVersionId?: string | undefined;
|
|
110629
|
-
};
|
|
110630
|
-
size?: {
|
|
110631
|
-
width?: number | null | undefined;
|
|
110632
|
-
height?: number | null | undefined;
|
|
110633
|
-
} | undefined;
|
|
110634
|
-
parentComponentSetId?: string | undefined;
|
|
110635
|
-
}>;
|
|
110636
|
-
type FigmaFileStructureNodeImportModelBaseInput = z.input<typeof FigmaFileStructureNodeImportModelBase> & {
|
|
110082
|
+
type FigmaFileStructureNodeImportModelBaseInput = z.input<typeof FigmaFileStructureNodeBase> & {
|
|
110637
110083
|
children: FigmaFileStructureNodeImportModelBaseInput[];
|
|
110638
110084
|
};
|
|
110639
110085
|
declare const FigmaFileStructureNodeImportModel: z.ZodType<FigmaFileStructureNodeImportModel, ZodTypeDef, FigmaFileStructureNodeImportModelBaseInput>;
|
|
110640
|
-
type FigmaFileStructureNodeImportModel = z.infer<typeof
|
|
110086
|
+
type FigmaFileStructureNodeImportModel = z.infer<typeof FigmaFileStructureNodeBase> & {
|
|
110641
110087
|
children: FigmaFileStructureNodeImportModel[];
|
|
110642
110088
|
};
|
|
110643
110089
|
declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -110693,25 +110139,6 @@ declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShap
|
|
|
110693
110139
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
110694
110140
|
id: string;
|
|
110695
110141
|
name: string;
|
|
110696
|
-
svg: {
|
|
110697
|
-
type: "FigmaRender";
|
|
110698
|
-
originKey: string;
|
|
110699
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110700
|
-
format: "Svg";
|
|
110701
|
-
fileId: string;
|
|
110702
|
-
nodeId: string;
|
|
110703
|
-
fileVersionId?: string | undefined;
|
|
110704
|
-
};
|
|
110705
|
-
png: {
|
|
110706
|
-
type: "FigmaRender";
|
|
110707
|
-
originKey: string;
|
|
110708
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110709
|
-
format: "Png";
|
|
110710
|
-
fileId: string;
|
|
110711
|
-
scale: number;
|
|
110712
|
-
nodeId: string;
|
|
110713
|
-
fileVersionId?: string | undefined;
|
|
110714
|
-
};
|
|
110715
110142
|
size?: {
|
|
110716
110143
|
width: number;
|
|
110717
110144
|
height: number;
|
|
@@ -110730,25 +110157,6 @@ declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShap
|
|
|
110730
110157
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
110731
110158
|
id: string;
|
|
110732
110159
|
name: string;
|
|
110733
|
-
svg: {
|
|
110734
|
-
type: "FigmaRender";
|
|
110735
|
-
originKey: string;
|
|
110736
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110737
|
-
format: "Svg";
|
|
110738
|
-
fileId: string;
|
|
110739
|
-
nodeId: string;
|
|
110740
|
-
fileVersionId?: string | undefined;
|
|
110741
|
-
};
|
|
110742
|
-
png: {
|
|
110743
|
-
type: "FigmaRender";
|
|
110744
|
-
originKey: string;
|
|
110745
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110746
|
-
format: "Png";
|
|
110747
|
-
fileId: string;
|
|
110748
|
-
scale: number;
|
|
110749
|
-
nodeId: string;
|
|
110750
|
-
fileVersionId?: string | undefined;
|
|
110751
|
-
};
|
|
110752
110160
|
size?: {
|
|
110753
110161
|
width?: number | null | undefined;
|
|
110754
110162
|
height?: number | null | undefined;
|
|
@@ -110780,25 +110188,6 @@ declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShap
|
|
|
110780
110188
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
110781
110189
|
id: string;
|
|
110782
110190
|
name: string;
|
|
110783
|
-
svg: {
|
|
110784
|
-
type: "FigmaRender";
|
|
110785
|
-
originKey: string;
|
|
110786
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110787
|
-
format: "Svg";
|
|
110788
|
-
fileId: string;
|
|
110789
|
-
nodeId: string;
|
|
110790
|
-
fileVersionId?: string | undefined;
|
|
110791
|
-
};
|
|
110792
|
-
png: {
|
|
110793
|
-
type: "FigmaRender";
|
|
110794
|
-
originKey: string;
|
|
110795
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110796
|
-
format: "Png";
|
|
110797
|
-
fileId: string;
|
|
110798
|
-
scale: number;
|
|
110799
|
-
nodeId: string;
|
|
110800
|
-
fileVersionId?: string | undefined;
|
|
110801
|
-
};
|
|
110802
110191
|
size?: {
|
|
110803
110192
|
width: number;
|
|
110804
110193
|
height: number;
|
|
@@ -110830,25 +110219,6 @@ declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShap
|
|
|
110830
110219
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
110831
110220
|
id: string;
|
|
110832
110221
|
name: string;
|
|
110833
|
-
svg: {
|
|
110834
|
-
type: "FigmaRender";
|
|
110835
|
-
originKey: string;
|
|
110836
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110837
|
-
format: "Svg";
|
|
110838
|
-
fileId: string;
|
|
110839
|
-
nodeId: string;
|
|
110840
|
-
fileVersionId?: string | undefined;
|
|
110841
|
-
};
|
|
110842
|
-
png: {
|
|
110843
|
-
type: "FigmaRender";
|
|
110844
|
-
originKey: string;
|
|
110845
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110846
|
-
format: "Png";
|
|
110847
|
-
fileId: string;
|
|
110848
|
-
scale: number;
|
|
110849
|
-
nodeId: string;
|
|
110850
|
-
fileVersionId?: string | undefined;
|
|
110851
|
-
};
|
|
110852
110222
|
size?: {
|
|
110853
110223
|
width?: number | null | undefined;
|
|
110854
110224
|
height?: number | null | undefined;
|
|
@@ -110927,25 +110297,6 @@ declare const FigmaFileStructureImportModelInput: z.ZodObject<z.objectUtil.exten
|
|
|
110927
110297
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
110928
110298
|
id: string;
|
|
110929
110299
|
name: string;
|
|
110930
|
-
svg: {
|
|
110931
|
-
type: "FigmaRender";
|
|
110932
|
-
originKey: string;
|
|
110933
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110934
|
-
format: "Svg";
|
|
110935
|
-
fileId: string;
|
|
110936
|
-
nodeId: string;
|
|
110937
|
-
fileVersionId?: string | undefined;
|
|
110938
|
-
};
|
|
110939
|
-
png: {
|
|
110940
|
-
type: "FigmaRender";
|
|
110941
|
-
originKey: string;
|
|
110942
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110943
|
-
format: "Png";
|
|
110944
|
-
fileId: string;
|
|
110945
|
-
scale: number;
|
|
110946
|
-
nodeId: string;
|
|
110947
|
-
fileVersionId?: string | undefined;
|
|
110948
|
-
};
|
|
110949
110300
|
size?: {
|
|
110950
110301
|
width: number;
|
|
110951
110302
|
height: number;
|
|
@@ -110964,25 +110315,6 @@ declare const FigmaFileStructureImportModelInput: z.ZodObject<z.objectUtil.exten
|
|
|
110964
110315
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
110965
110316
|
id: string;
|
|
110966
110317
|
name: string;
|
|
110967
|
-
svg: {
|
|
110968
|
-
type: "FigmaRender";
|
|
110969
|
-
originKey: string;
|
|
110970
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110971
|
-
format: "Svg";
|
|
110972
|
-
fileId: string;
|
|
110973
|
-
nodeId: string;
|
|
110974
|
-
fileVersionId?: string | undefined;
|
|
110975
|
-
};
|
|
110976
|
-
png: {
|
|
110977
|
-
type: "FigmaRender";
|
|
110978
|
-
originKey: string;
|
|
110979
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
110980
|
-
format: "Png";
|
|
110981
|
-
fileId: string;
|
|
110982
|
-
scale: number;
|
|
110983
|
-
nodeId: string;
|
|
110984
|
-
fileVersionId?: string | undefined;
|
|
110985
|
-
};
|
|
110986
110318
|
size?: {
|
|
110987
110319
|
width?: number | null | undefined;
|
|
110988
110320
|
height?: number | null | undefined;
|
|
@@ -111005,25 +110337,6 @@ declare const FigmaFileStructureImportModelInput: z.ZodObject<z.objectUtil.exten
|
|
|
111005
110337
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
111006
110338
|
id: string;
|
|
111007
110339
|
name: string;
|
|
111008
|
-
svg: {
|
|
111009
|
-
type: "FigmaRender";
|
|
111010
|
-
originKey: string;
|
|
111011
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
111012
|
-
format: "Svg";
|
|
111013
|
-
fileId: string;
|
|
111014
|
-
nodeId: string;
|
|
111015
|
-
fileVersionId?: string | undefined;
|
|
111016
|
-
};
|
|
111017
|
-
png: {
|
|
111018
|
-
type: "FigmaRender";
|
|
111019
|
-
originKey: string;
|
|
111020
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
111021
|
-
format: "Png";
|
|
111022
|
-
fileId: string;
|
|
111023
|
-
scale: number;
|
|
111024
|
-
nodeId: string;
|
|
111025
|
-
fileVersionId?: string | undefined;
|
|
111026
|
-
};
|
|
111027
110340
|
size?: {
|
|
111028
110341
|
width: number;
|
|
111029
110342
|
height: number;
|
|
@@ -111052,25 +110365,6 @@ declare const FigmaFileStructureImportModelInput: z.ZodObject<z.objectUtil.exten
|
|
|
111052
110365
|
type: "DOCUMENT" | "CANVAS" | "FRAME" | "COMPONENT" | "COMPONENT_SET";
|
|
111053
110366
|
id: string;
|
|
111054
110367
|
name: string;
|
|
111055
|
-
svg: {
|
|
111056
|
-
type: "FigmaRender";
|
|
111057
|
-
originKey: string;
|
|
111058
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
111059
|
-
format: "Svg";
|
|
111060
|
-
fileId: string;
|
|
111061
|
-
nodeId: string;
|
|
111062
|
-
fileVersionId?: string | undefined;
|
|
111063
|
-
};
|
|
111064
|
-
png: {
|
|
111065
|
-
type: "FigmaRender";
|
|
111066
|
-
originKey: string;
|
|
111067
|
-
scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
|
|
111068
|
-
format: "Png";
|
|
111069
|
-
fileId: string;
|
|
111070
|
-
scale: number;
|
|
111071
|
-
nodeId: string;
|
|
111072
|
-
fileVersionId?: string | undefined;
|
|
111073
|
-
};
|
|
111074
110368
|
size?: {
|
|
111075
110369
|
width?: number | null | undefined;
|
|
111076
110370
|
height?: number | null | undefined;
|
|
@@ -144712,7 +144006,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144712
144006
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
144713
144007
|
}>>;
|
|
144714
144008
|
theme: z.ZodOptional<z.ZodObject<{
|
|
144715
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
144009
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
144716
144010
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
144717
144011
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
144718
144012
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -144722,7 +144016,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144722
144016
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
144723
144017
|
}, "strip", z.ZodTypeAny, {
|
|
144724
144018
|
backgroundColor?: string | undefined;
|
|
144725
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144019
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
144726
144020
|
accentColor?: string | undefined;
|
|
144727
144021
|
contrast?: number | undefined;
|
|
144728
144022
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -144731,7 +144025,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144731
144025
|
isEditorWhite?: boolean | undefined;
|
|
144732
144026
|
}, {
|
|
144733
144027
|
backgroundColor?: string | undefined;
|
|
144734
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144028
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
144735
144029
|
accentColor?: string | undefined;
|
|
144736
144030
|
contrast?: number | undefined;
|
|
144737
144031
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -144745,7 +144039,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144745
144039
|
nickname?: string | undefined;
|
|
144746
144040
|
theme?: {
|
|
144747
144041
|
backgroundColor?: string | undefined;
|
|
144748
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144042
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
144749
144043
|
accentColor?: string | undefined;
|
|
144750
144044
|
contrast?: number | undefined;
|
|
144751
144045
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -144773,7 +144067,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144773
144067
|
nickname?: string | undefined;
|
|
144774
144068
|
theme?: {
|
|
144775
144069
|
backgroundColor?: string | undefined;
|
|
144776
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144070
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
144777
144071
|
accentColor?: string | undefined;
|
|
144778
144072
|
contrast?: number | undefined;
|
|
144779
144073
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -145002,7 +144296,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145002
144296
|
nickname?: string | undefined;
|
|
145003
144297
|
theme?: {
|
|
145004
144298
|
backgroundColor?: string | undefined;
|
|
145005
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144299
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
145006
144300
|
accentColor?: string | undefined;
|
|
145007
144301
|
contrast?: number | undefined;
|
|
145008
144302
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -145082,7 +144376,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145082
144376
|
nickname?: string | undefined;
|
|
145083
144377
|
theme?: {
|
|
145084
144378
|
backgroundColor?: string | undefined;
|
|
145085
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144379
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
145086
144380
|
accentColor?: string | undefined;
|
|
145087
144381
|
contrast?: number | undefined;
|
|
145088
144382
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -145378,7 +144672,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145378
144672
|
nickname?: string | undefined;
|
|
145379
144673
|
theme?: {
|
|
145380
144674
|
backgroundColor?: string | undefined;
|
|
145381
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144675
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
145382
144676
|
accentColor?: string | undefined;
|
|
145383
144677
|
contrast?: number | undefined;
|
|
145384
144678
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -145697,7 +144991,7 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
145697
144991
|
nickname?: string | undefined;
|
|
145698
144992
|
theme?: {
|
|
145699
144993
|
backgroundColor?: string | undefined;
|
|
145700
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
144994
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
145701
144995
|
accentColor?: string | undefined;
|
|
145702
144996
|
contrast?: number | undefined;
|
|
145703
144997
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147420,7 +146714,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147420
146714
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
147421
146715
|
}>>;
|
|
147422
146716
|
theme: z.ZodOptional<z.ZodObject<{
|
|
147423
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
146717
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
147424
146718
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
147425
146719
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
147426
146720
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -147430,7 +146724,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147430
146724
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
147431
146725
|
}, "strip", z.ZodTypeAny, {
|
|
147432
146726
|
backgroundColor?: string | undefined;
|
|
147433
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
146727
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147434
146728
|
accentColor?: string | undefined;
|
|
147435
146729
|
contrast?: number | undefined;
|
|
147436
146730
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147439,7 +146733,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147439
146733
|
isEditorWhite?: boolean | undefined;
|
|
147440
146734
|
}, {
|
|
147441
146735
|
backgroundColor?: string | undefined;
|
|
147442
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
146736
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147443
146737
|
accentColor?: string | undefined;
|
|
147444
146738
|
contrast?: number | undefined;
|
|
147445
146739
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147453,7 +146747,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147453
146747
|
nickname?: string | undefined;
|
|
147454
146748
|
theme?: {
|
|
147455
146749
|
backgroundColor?: string | undefined;
|
|
147456
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
146750
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147457
146751
|
accentColor?: string | undefined;
|
|
147458
146752
|
contrast?: number | undefined;
|
|
147459
146753
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147481,7 +146775,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147481
146775
|
nickname?: string | undefined;
|
|
147482
146776
|
theme?: {
|
|
147483
146777
|
backgroundColor?: string | undefined;
|
|
147484
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
146778
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147485
146779
|
accentColor?: string | undefined;
|
|
147486
146780
|
contrast?: number | undefined;
|
|
147487
146781
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147710,7 +147004,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147710
147004
|
nickname?: string | undefined;
|
|
147711
147005
|
theme?: {
|
|
147712
147006
|
backgroundColor?: string | undefined;
|
|
147713
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147007
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147714
147008
|
accentColor?: string | undefined;
|
|
147715
147009
|
contrast?: number | undefined;
|
|
147716
147010
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -147790,7 +147084,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
147790
147084
|
nickname?: string | undefined;
|
|
147791
147085
|
theme?: {
|
|
147792
147086
|
backgroundColor?: string | undefined;
|
|
147793
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147087
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
147794
147088
|
accentColor?: string | undefined;
|
|
147795
147089
|
contrast?: number | undefined;
|
|
147796
147090
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -148086,7 +147380,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
148086
147380
|
nickname?: string | undefined;
|
|
148087
147381
|
theme?: {
|
|
148088
147382
|
backgroundColor?: string | undefined;
|
|
148089
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147383
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
148090
147384
|
accentColor?: string | undefined;
|
|
148091
147385
|
contrast?: number | undefined;
|
|
148092
147386
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -148382,7 +147676,7 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
148382
147676
|
nickname?: string | undefined;
|
|
148383
147677
|
theme?: {
|
|
148384
147678
|
backgroundColor?: string | undefined;
|
|
148385
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
147679
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
148386
147680
|
accentColor?: string | undefined;
|
|
148387
147681
|
contrast?: number | undefined;
|
|
148388
147682
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -150541,6 +149835,301 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
150541
149835
|
} | undefined;
|
|
150542
149836
|
}>;
|
|
150543
149837
|
type ExportDestinationsMap = z.infer<typeof ExportDestinationsMap>;
|
|
149838
|
+
declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
149839
|
+
webhookUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
149840
|
+
destinationSnDocs: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
149841
|
+
environment: z.ZodEnum<["Live", "Preview"]>;
|
|
149842
|
+
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
149843
|
+
pagePersistentIds: string[];
|
|
149844
|
+
groupPersistentIds: string[];
|
|
149845
|
+
}, z.ZodTypeDef, {
|
|
149846
|
+
pagePersistentIds: string[];
|
|
149847
|
+
groupPersistentIds: string[];
|
|
149848
|
+
}>>>, {
|
|
149849
|
+
pagePersistentIds: string[];
|
|
149850
|
+
groupPersistentIds: string[];
|
|
149851
|
+
} | undefined, {
|
|
149852
|
+
pagePersistentIds: string[];
|
|
149853
|
+
groupPersistentIds: string[];
|
|
149854
|
+
} | null | undefined>;
|
|
149855
|
+
}, "strip", z.ZodTypeAny, {
|
|
149856
|
+
environment: "Live" | "Preview";
|
|
149857
|
+
changes?: {
|
|
149858
|
+
pagePersistentIds: string[];
|
|
149859
|
+
groupPersistentIds: string[];
|
|
149860
|
+
} | undefined;
|
|
149861
|
+
}, {
|
|
149862
|
+
environment: "Live" | "Preview";
|
|
149863
|
+
changes?: {
|
|
149864
|
+
pagePersistentIds: string[];
|
|
149865
|
+
groupPersistentIds: string[];
|
|
149866
|
+
} | null | undefined;
|
|
149867
|
+
}>>>;
|
|
149868
|
+
destinationS3: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
149869
|
+
destinationGithub: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
149870
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
149871
|
+
url: z.ZodString;
|
|
149872
|
+
branch: z.ZodString;
|
|
149873
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149874
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149875
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149876
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149877
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149878
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
149879
|
+
}, "strip", z.ZodTypeAny, {
|
|
149880
|
+
url: string;
|
|
149881
|
+
branch: string;
|
|
149882
|
+
userId?: number | undefined;
|
|
149883
|
+
credentialId?: string | undefined;
|
|
149884
|
+
relativePath?: string | undefined;
|
|
149885
|
+
purgeDirectory?: boolean | undefined;
|
|
149886
|
+
commitAuthorName?: string | undefined;
|
|
149887
|
+
commitAuthorEmail?: string | undefined;
|
|
149888
|
+
connectionId?: string | undefined;
|
|
149889
|
+
}, {
|
|
149890
|
+
url: string;
|
|
149891
|
+
branch: string;
|
|
149892
|
+
userId?: number | null | undefined;
|
|
149893
|
+
credentialId?: string | undefined;
|
|
149894
|
+
relativePath?: string | null | undefined;
|
|
149895
|
+
purgeDirectory?: boolean | null | undefined;
|
|
149896
|
+
commitAuthorName?: string | null | undefined;
|
|
149897
|
+
commitAuthorEmail?: string | null | undefined;
|
|
149898
|
+
connectionId?: string | null | undefined;
|
|
149899
|
+
}>>>;
|
|
149900
|
+
destinationAzure: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
149901
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
149902
|
+
organizationId: z.ZodString;
|
|
149903
|
+
projectId: z.ZodString;
|
|
149904
|
+
repositoryId: z.ZodString;
|
|
149905
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149906
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149907
|
+
branch: z.ZodString;
|
|
149908
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149909
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149910
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149911
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149912
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
149913
|
+
}, "strip", z.ZodTypeAny, {
|
|
149914
|
+
branch: string;
|
|
149915
|
+
organizationId: string;
|
|
149916
|
+
projectId: string;
|
|
149917
|
+
repositoryId: string;
|
|
149918
|
+
url?: string | undefined;
|
|
149919
|
+
userId?: number | undefined;
|
|
149920
|
+
credentialId?: string | undefined;
|
|
149921
|
+
relativePath?: string | undefined;
|
|
149922
|
+
purgeDirectory?: boolean | undefined;
|
|
149923
|
+
commitAuthorName?: string | undefined;
|
|
149924
|
+
commitAuthorEmail?: string | undefined;
|
|
149925
|
+
connectionId?: string | undefined;
|
|
149926
|
+
}, {
|
|
149927
|
+
branch: string;
|
|
149928
|
+
organizationId: string;
|
|
149929
|
+
projectId: string;
|
|
149930
|
+
repositoryId: string;
|
|
149931
|
+
url?: string | null | undefined;
|
|
149932
|
+
userId?: number | null | undefined;
|
|
149933
|
+
credentialId?: string | undefined;
|
|
149934
|
+
relativePath?: string | null | undefined;
|
|
149935
|
+
purgeDirectory?: boolean | null | undefined;
|
|
149936
|
+
commitAuthorName?: string | null | undefined;
|
|
149937
|
+
commitAuthorEmail?: string | null | undefined;
|
|
149938
|
+
connectionId?: string | null | undefined;
|
|
149939
|
+
}>>>;
|
|
149940
|
+
destinationGitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
149941
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
149942
|
+
projectId: z.ZodString;
|
|
149943
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149944
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149945
|
+
branch: z.ZodString;
|
|
149946
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149947
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149948
|
+
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149949
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149950
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
149951
|
+
}, "strip", z.ZodTypeAny, {
|
|
149952
|
+
branch: string;
|
|
149953
|
+
projectId: string;
|
|
149954
|
+
url?: string | undefined;
|
|
149955
|
+
userId?: number | undefined;
|
|
149956
|
+
credentialId?: string | undefined;
|
|
149957
|
+
relativePath?: string | undefined;
|
|
149958
|
+
purgeDirectory?: boolean | undefined;
|
|
149959
|
+
commitAuthorName?: string | undefined;
|
|
149960
|
+
commitAuthorEmail?: string | undefined;
|
|
149961
|
+
connectionId?: string | undefined;
|
|
149962
|
+
}, {
|
|
149963
|
+
branch: string;
|
|
149964
|
+
projectId: string;
|
|
149965
|
+
url?: string | null | undefined;
|
|
149966
|
+
userId?: number | null | undefined;
|
|
149967
|
+
credentialId?: string | undefined;
|
|
149968
|
+
relativePath?: string | null | undefined;
|
|
149969
|
+
purgeDirectory?: boolean | null | undefined;
|
|
149970
|
+
commitAuthorName?: string | null | undefined;
|
|
149971
|
+
commitAuthorEmail?: string | null | undefined;
|
|
149972
|
+
connectionId?: string | null | undefined;
|
|
149973
|
+
}>>>;
|
|
149974
|
+
destinationBitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
149975
|
+
credentialId: z.ZodOptional<z.ZodString>;
|
|
149976
|
+
workspaceSlug: z.ZodString;
|
|
149977
|
+
projectKey: z.ZodString;
|
|
149978
|
+
repoSlug: z.ZodString;
|
|
149979
|
+
commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149980
|
+
commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149981
|
+
branch: z.ZodString;
|
|
149982
|
+
relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149983
|
+
purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
149984
|
+
connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
149985
|
+
userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
149986
|
+
}, "strip", z.ZodTypeAny, {
|
|
149987
|
+
branch: string;
|
|
149988
|
+
workspaceSlug: string;
|
|
149989
|
+
projectKey: string;
|
|
149990
|
+
repoSlug: string;
|
|
149991
|
+
userId?: number | undefined;
|
|
149992
|
+
credentialId?: string | undefined;
|
|
149993
|
+
relativePath?: string | undefined;
|
|
149994
|
+
purgeDirectory?: boolean | undefined;
|
|
149995
|
+
commitAuthorName?: string | undefined;
|
|
149996
|
+
commitAuthorEmail?: string | undefined;
|
|
149997
|
+
connectionId?: string | undefined;
|
|
149998
|
+
}, {
|
|
149999
|
+
branch: string;
|
|
150000
|
+
workspaceSlug: string;
|
|
150001
|
+
projectKey: string;
|
|
150002
|
+
repoSlug: string;
|
|
150003
|
+
userId?: number | null | undefined;
|
|
150004
|
+
credentialId?: string | undefined;
|
|
150005
|
+
relativePath?: string | null | undefined;
|
|
150006
|
+
purgeDirectory?: boolean | null | undefined;
|
|
150007
|
+
commitAuthorName?: string | null | undefined;
|
|
150008
|
+
commitAuthorEmail?: string | null | undefined;
|
|
150009
|
+
connectionId?: string | null | undefined;
|
|
150010
|
+
}>>>;
|
|
150011
|
+
}, "strip", z.ZodTypeAny, {
|
|
150012
|
+
webhookUrl?: string | null | undefined;
|
|
150013
|
+
destinationSnDocs?: {
|
|
150014
|
+
environment: "Live" | "Preview";
|
|
150015
|
+
changes?: {
|
|
150016
|
+
pagePersistentIds: string[];
|
|
150017
|
+
groupPersistentIds: string[];
|
|
150018
|
+
} | undefined;
|
|
150019
|
+
} | null | undefined;
|
|
150020
|
+
destinationS3?: {} | null | undefined;
|
|
150021
|
+
destinationGithub?: {
|
|
150022
|
+
url: string;
|
|
150023
|
+
branch: string;
|
|
150024
|
+
userId?: number | undefined;
|
|
150025
|
+
credentialId?: string | undefined;
|
|
150026
|
+
relativePath?: string | undefined;
|
|
150027
|
+
purgeDirectory?: boolean | undefined;
|
|
150028
|
+
commitAuthorName?: string | undefined;
|
|
150029
|
+
commitAuthorEmail?: string | undefined;
|
|
150030
|
+
connectionId?: string | undefined;
|
|
150031
|
+
} | null | undefined;
|
|
150032
|
+
destinationAzure?: {
|
|
150033
|
+
branch: string;
|
|
150034
|
+
organizationId: string;
|
|
150035
|
+
projectId: string;
|
|
150036
|
+
repositoryId: string;
|
|
150037
|
+
url?: string | undefined;
|
|
150038
|
+
userId?: number | undefined;
|
|
150039
|
+
credentialId?: string | undefined;
|
|
150040
|
+
relativePath?: string | undefined;
|
|
150041
|
+
purgeDirectory?: boolean | undefined;
|
|
150042
|
+
commitAuthorName?: string | undefined;
|
|
150043
|
+
commitAuthorEmail?: string | undefined;
|
|
150044
|
+
connectionId?: string | undefined;
|
|
150045
|
+
} | null | undefined;
|
|
150046
|
+
destinationGitlab?: {
|
|
150047
|
+
branch: string;
|
|
150048
|
+
projectId: string;
|
|
150049
|
+
url?: string | undefined;
|
|
150050
|
+
userId?: number | undefined;
|
|
150051
|
+
credentialId?: string | undefined;
|
|
150052
|
+
relativePath?: string | undefined;
|
|
150053
|
+
purgeDirectory?: boolean | undefined;
|
|
150054
|
+
commitAuthorName?: string | undefined;
|
|
150055
|
+
commitAuthorEmail?: string | undefined;
|
|
150056
|
+
connectionId?: string | undefined;
|
|
150057
|
+
} | null | undefined;
|
|
150058
|
+
destinationBitbucket?: {
|
|
150059
|
+
branch: string;
|
|
150060
|
+
workspaceSlug: string;
|
|
150061
|
+
projectKey: string;
|
|
150062
|
+
repoSlug: string;
|
|
150063
|
+
userId?: number | undefined;
|
|
150064
|
+
credentialId?: string | undefined;
|
|
150065
|
+
relativePath?: string | undefined;
|
|
150066
|
+
purgeDirectory?: boolean | undefined;
|
|
150067
|
+
commitAuthorName?: string | undefined;
|
|
150068
|
+
commitAuthorEmail?: string | undefined;
|
|
150069
|
+
connectionId?: string | undefined;
|
|
150070
|
+
} | null | undefined;
|
|
150071
|
+
}, {
|
|
150072
|
+
webhookUrl?: string | null | undefined;
|
|
150073
|
+
destinationSnDocs?: {
|
|
150074
|
+
environment: "Live" | "Preview";
|
|
150075
|
+
changes?: {
|
|
150076
|
+
pagePersistentIds: string[];
|
|
150077
|
+
groupPersistentIds: string[];
|
|
150078
|
+
} | null | undefined;
|
|
150079
|
+
} | null | undefined;
|
|
150080
|
+
destinationS3?: {} | null | undefined;
|
|
150081
|
+
destinationGithub?: {
|
|
150082
|
+
url: string;
|
|
150083
|
+
branch: string;
|
|
150084
|
+
userId?: number | null | undefined;
|
|
150085
|
+
credentialId?: string | undefined;
|
|
150086
|
+
relativePath?: string | null | undefined;
|
|
150087
|
+
purgeDirectory?: boolean | null | undefined;
|
|
150088
|
+
commitAuthorName?: string | null | undefined;
|
|
150089
|
+
commitAuthorEmail?: string | null | undefined;
|
|
150090
|
+
connectionId?: string | null | undefined;
|
|
150091
|
+
} | null | undefined;
|
|
150092
|
+
destinationAzure?: {
|
|
150093
|
+
branch: string;
|
|
150094
|
+
organizationId: string;
|
|
150095
|
+
projectId: string;
|
|
150096
|
+
repositoryId: string;
|
|
150097
|
+
url?: string | null | undefined;
|
|
150098
|
+
userId?: number | null | undefined;
|
|
150099
|
+
credentialId?: string | undefined;
|
|
150100
|
+
relativePath?: string | null | undefined;
|
|
150101
|
+
purgeDirectory?: boolean | null | undefined;
|
|
150102
|
+
commitAuthorName?: string | null | undefined;
|
|
150103
|
+
commitAuthorEmail?: string | null | undefined;
|
|
150104
|
+
connectionId?: string | null | undefined;
|
|
150105
|
+
} | null | undefined;
|
|
150106
|
+
destinationGitlab?: {
|
|
150107
|
+
branch: string;
|
|
150108
|
+
projectId: string;
|
|
150109
|
+
url?: string | null | undefined;
|
|
150110
|
+
userId?: number | null | undefined;
|
|
150111
|
+
credentialId?: string | undefined;
|
|
150112
|
+
relativePath?: string | null | undefined;
|
|
150113
|
+
purgeDirectory?: boolean | null | undefined;
|
|
150114
|
+
commitAuthorName?: string | null | undefined;
|
|
150115
|
+
commitAuthorEmail?: string | null | undefined;
|
|
150116
|
+
connectionId?: string | null | undefined;
|
|
150117
|
+
} | null | undefined;
|
|
150118
|
+
destinationBitbucket?: {
|
|
150119
|
+
branch: string;
|
|
150120
|
+
workspaceSlug: string;
|
|
150121
|
+
projectKey: string;
|
|
150122
|
+
repoSlug: string;
|
|
150123
|
+
userId?: number | null | undefined;
|
|
150124
|
+
credentialId?: string | undefined;
|
|
150125
|
+
relativePath?: string | null | undefined;
|
|
150126
|
+
purgeDirectory?: boolean | null | undefined;
|
|
150127
|
+
commitAuthorName?: string | null | undefined;
|
|
150128
|
+
commitAuthorEmail?: string | null | undefined;
|
|
150129
|
+
connectionId?: string | null | undefined;
|
|
150130
|
+
} | null | undefined;
|
|
150131
|
+
}>;
|
|
150132
|
+
type ExportDestinationsMapUpdate = z.infer<typeof ExportDestinationsMapUpdate>;
|
|
150544
150133
|
|
|
150545
150134
|
declare const ExportJobDestinationType: z.ZodEnum<["s3", "webhookUrl", "github", "documentation", "azure", "gitlab", "bitbucket"]>;
|
|
150546
150135
|
type ExportJobDestinationType = z.infer<typeof ExportJobDestinationType>;
|
|
@@ -180282,8 +179871,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
180282
179871
|
})[];
|
|
180283
179872
|
}>;
|
|
180284
179873
|
contentHash: z.ZodString;
|
|
180285
|
-
snapshotId: z.ZodString;
|
|
180286
|
-
roomId: z.ZodOptional<z.ZodString>;
|
|
180287
179874
|
}, "strip", z.ZodTypeAny, {
|
|
180288
179875
|
page: {
|
|
180289
179876
|
data: {
|
|
@@ -180480,8 +180067,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
180480
180067
|
})[];
|
|
180481
180068
|
};
|
|
180482
180069
|
contentHash: string;
|
|
180483
|
-
snapshotId: string;
|
|
180484
|
-
roomId?: string | undefined;
|
|
180485
180070
|
}, {
|
|
180486
180071
|
page: {
|
|
180487
180072
|
data: {
|
|
@@ -181196,8 +180781,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
181196
180781
|
})[];
|
|
181197
180782
|
};
|
|
181198
180783
|
contentHash: string;
|
|
181199
|
-
snapshotId: string;
|
|
181200
|
-
roomId?: string | undefined;
|
|
181201
180784
|
}>;
|
|
181202
180785
|
type RestoredDocumentationPage = z.infer<typeof RestoredDocumentationPage>;
|
|
181203
180786
|
declare const RestoredDocumentationGroup: z.ZodObject<{
|
|
@@ -182589,7 +182172,7 @@ declare const UserOnboarding: z.ZodObject<{
|
|
|
182589
182172
|
}>;
|
|
182590
182173
|
type UserOnboarding = z.infer<typeof UserOnboarding>;
|
|
182591
182174
|
declare const UserTheme: z.ZodObject<{
|
|
182592
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
182175
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
182593
182176
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
182594
182177
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
182595
182178
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -182599,7 +182182,7 @@ declare const UserTheme: z.ZodObject<{
|
|
|
182599
182182
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
182600
182183
|
}, "strip", z.ZodTypeAny, {
|
|
182601
182184
|
backgroundColor?: string | undefined;
|
|
182602
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182185
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182603
182186
|
accentColor?: string | undefined;
|
|
182604
182187
|
contrast?: number | undefined;
|
|
182605
182188
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182608,7 +182191,7 @@ declare const UserTheme: z.ZodObject<{
|
|
|
182608
182191
|
isEditorWhite?: boolean | undefined;
|
|
182609
182192
|
}, {
|
|
182610
182193
|
backgroundColor?: string | undefined;
|
|
182611
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182194
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182612
182195
|
accentColor?: string | undefined;
|
|
182613
182196
|
contrast?: number | undefined;
|
|
182614
182197
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182662,7 +182245,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182662
182245
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
182663
182246
|
}>>;
|
|
182664
182247
|
theme: z.ZodOptional<z.ZodObject<{
|
|
182665
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
182248
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
182666
182249
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
182667
182250
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
182668
182251
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -182672,7 +182255,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182672
182255
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
182673
182256
|
}, "strip", z.ZodTypeAny, {
|
|
182674
182257
|
backgroundColor?: string | undefined;
|
|
182675
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182258
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182676
182259
|
accentColor?: string | undefined;
|
|
182677
182260
|
contrast?: number | undefined;
|
|
182678
182261
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182681,7 +182264,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182681
182264
|
isEditorWhite?: boolean | undefined;
|
|
182682
182265
|
}, {
|
|
182683
182266
|
backgroundColor?: string | undefined;
|
|
182684
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182267
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182685
182268
|
accentColor?: string | undefined;
|
|
182686
182269
|
contrast?: number | undefined;
|
|
182687
182270
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182695,7 +182278,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182695
182278
|
nickname?: string | undefined;
|
|
182696
182279
|
theme?: {
|
|
182697
182280
|
backgroundColor?: string | undefined;
|
|
182698
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182281
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182699
182282
|
accentColor?: string | undefined;
|
|
182700
182283
|
contrast?: number | undefined;
|
|
182701
182284
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182723,7 +182306,7 @@ declare const UserProfile: z.ZodObject<{
|
|
|
182723
182306
|
nickname?: string | undefined;
|
|
182724
182307
|
theme?: {
|
|
182725
182308
|
backgroundColor?: string | undefined;
|
|
182726
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182309
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182727
182310
|
accentColor?: string | undefined;
|
|
182728
182311
|
contrast?: number | undefined;
|
|
182729
182312
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182792,7 +182375,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182792
182375
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
182793
182376
|
}>>>;
|
|
182794
182377
|
theme: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
182795
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
182378
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
182796
182379
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
182797
182380
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
182798
182381
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -182802,7 +182385,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182802
182385
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
182803
182386
|
}, "strip", z.ZodTypeAny, {
|
|
182804
182387
|
backgroundColor?: string | undefined;
|
|
182805
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182388
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182806
182389
|
accentColor?: string | undefined;
|
|
182807
182390
|
contrast?: number | undefined;
|
|
182808
182391
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182811,7 +182394,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182811
182394
|
isEditorWhite?: boolean | undefined;
|
|
182812
182395
|
}, {
|
|
182813
182396
|
backgroundColor?: string | undefined;
|
|
182814
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182397
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182815
182398
|
accentColor?: string | undefined;
|
|
182816
182399
|
contrast?: number | undefined;
|
|
182817
182400
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182824,7 +182407,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182824
182407
|
nickname?: string | undefined;
|
|
182825
182408
|
theme?: {
|
|
182826
182409
|
backgroundColor?: string | undefined;
|
|
182827
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182410
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182828
182411
|
accentColor?: string | undefined;
|
|
182829
182412
|
contrast?: number | undefined;
|
|
182830
182413
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182851,7 +182434,7 @@ declare const UserProfileUpdate: z.ZodObject<Omit<{
|
|
|
182851
182434
|
nickname?: string | undefined;
|
|
182852
182435
|
theme?: {
|
|
182853
182436
|
backgroundColor?: string | undefined;
|
|
182854
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182437
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182855
182438
|
accentColor?: string | undefined;
|
|
182856
182439
|
contrast?: number | undefined;
|
|
182857
182440
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182941,7 +182524,7 @@ declare const User: z.ZodObject<{
|
|
|
182941
182524
|
isApprovalsOnboardingFinished?: boolean | undefined;
|
|
182942
182525
|
}>>;
|
|
182943
182526
|
theme: z.ZodOptional<z.ZodObject<{
|
|
182944
|
-
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey"]>>;
|
|
182527
|
+
preset: z.ZodOptional<z.ZodEnum<["Custom", "Default", "HighContrast", "DefaultDark", "HighContrastDark", "SpaceBlue", "DarkGrey", "SystemPreference", "Sepia"]>>;
|
|
182945
182528
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
182946
182529
|
accentColor: z.ZodOptional<z.ZodString>;
|
|
182947
182530
|
contrast: z.ZodOptional<z.ZodNumber>;
|
|
@@ -182951,7 +182534,7 @@ declare const User: z.ZodObject<{
|
|
|
182951
182534
|
isEditorWhite: z.ZodOptional<z.ZodBoolean>;
|
|
182952
182535
|
}, "strip", z.ZodTypeAny, {
|
|
182953
182536
|
backgroundColor?: string | undefined;
|
|
182954
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182537
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182955
182538
|
accentColor?: string | undefined;
|
|
182956
182539
|
contrast?: number | undefined;
|
|
182957
182540
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182960,7 +182543,7 @@ declare const User: z.ZodObject<{
|
|
|
182960
182543
|
isEditorWhite?: boolean | undefined;
|
|
182961
182544
|
}, {
|
|
182962
182545
|
backgroundColor?: string | undefined;
|
|
182963
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182546
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182964
182547
|
accentColor?: string | undefined;
|
|
182965
182548
|
contrast?: number | undefined;
|
|
182966
182549
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -182974,7 +182557,7 @@ declare const User: z.ZodObject<{
|
|
|
182974
182557
|
nickname?: string | undefined;
|
|
182975
182558
|
theme?: {
|
|
182976
182559
|
backgroundColor?: string | undefined;
|
|
182977
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182560
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
182978
182561
|
accentColor?: string | undefined;
|
|
182979
182562
|
contrast?: number | undefined;
|
|
182980
182563
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -183002,7 +182585,7 @@ declare const User: z.ZodObject<{
|
|
|
183002
182585
|
nickname?: string | undefined;
|
|
183003
182586
|
theme?: {
|
|
183004
182587
|
backgroundColor?: string | undefined;
|
|
183005
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182588
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
183006
182589
|
accentColor?: string | undefined;
|
|
183007
182590
|
contrast?: number | undefined;
|
|
183008
182591
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -183231,7 +182814,7 @@ declare const User: z.ZodObject<{
|
|
|
183231
182814
|
nickname?: string | undefined;
|
|
183232
182815
|
theme?: {
|
|
183233
182816
|
backgroundColor?: string | undefined;
|
|
183234
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182817
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
183235
182818
|
accentColor?: string | undefined;
|
|
183236
182819
|
contrast?: number | undefined;
|
|
183237
182820
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -183311,7 +182894,7 @@ declare const User: z.ZodObject<{
|
|
|
183311
182894
|
nickname?: string | undefined;
|
|
183312
182895
|
theme?: {
|
|
183313
182896
|
backgroundColor?: string | undefined;
|
|
183314
|
-
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | undefined;
|
|
182897
|
+
preset?: "Custom" | "Default" | "HighContrast" | "DefaultDark" | "HighContrastDark" | "SpaceBlue" | "DarkGrey" | "SystemPreference" | "Sepia" | undefined;
|
|
183315
182898
|
accentColor?: string | undefined;
|
|
183316
182899
|
contrast?: number | undefined;
|
|
183317
182900
|
isSecondaryEnabled?: boolean | undefined;
|
|
@@ -183390,4 +182973,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
183390
182973
|
token: PersonalAccessToken;
|
|
183391
182974
|
};
|
|
183392
182975
|
|
|
183393
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, ExporterPropertyDefinitionValue, ExporterPropertyDefinitionValueMap, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|
|
182976
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, ExporterPropertyDefinitionValue, ExporterPropertyDefinitionValueMap, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|