@supernova-studio/model 0.57.14 → 0.57.15
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 +99 -52
- package/dist/index.d.ts +99 -52
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/raw-element.ts +1 -0
- package/src/dsm/elements/tokens.ts +1 -0
- package/src/dsm/import/tokens.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3709,6 +3709,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3709
3709
|
designSystemVersionId: z.ZodString;
|
|
3710
3710
|
type: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
3711
3711
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
3712
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
3712
3713
|
parentPersistentId: z.ZodOptional<z.ZodString>;
|
|
3713
3714
|
shortPersistentId: z.ZodOptional<z.ZodString>;
|
|
3714
3715
|
childType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -3756,6 +3757,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3756
3757
|
};
|
|
3757
3758
|
origin?: Record<string, any> | undefined;
|
|
3758
3759
|
brandPersistentId?: string | undefined;
|
|
3760
|
+
collectionPersistentId?: string | undefined;
|
|
3759
3761
|
parentPersistentId?: string | undefined;
|
|
3760
3762
|
shortPersistentId?: string | undefined;
|
|
3761
3763
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -3780,6 +3782,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3780
3782
|
};
|
|
3781
3783
|
origin?: Record<string, any> | undefined;
|
|
3782
3784
|
brandPersistentId?: string | undefined;
|
|
3785
|
+
collectionPersistentId?: string | undefined;
|
|
3783
3786
|
parentPersistentId?: string | undefined;
|
|
3784
3787
|
shortPersistentId?: string | undefined;
|
|
3785
3788
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -5499,6 +5502,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5499
5502
|
};
|
|
5500
5503
|
origin?: Record<string, any> | undefined;
|
|
5501
5504
|
brandPersistentId?: string | undefined;
|
|
5505
|
+
collectionPersistentId?: string | undefined;
|
|
5502
5506
|
parentPersistentId?: string | undefined;
|
|
5503
5507
|
shortPersistentId?: string | undefined;
|
|
5504
5508
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -5778,6 +5782,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5778
5782
|
};
|
|
5779
5783
|
origin?: Record<string, any> | undefined;
|
|
5780
5784
|
brandPersistentId?: string | undefined;
|
|
5785
|
+
collectionPersistentId?: string | undefined;
|
|
5781
5786
|
parentPersistentId?: string | undefined;
|
|
5782
5787
|
shortPersistentId?: string | undefined;
|
|
5783
5788
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -6319,6 +6324,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6319
6324
|
};
|
|
6320
6325
|
origin?: Record<string, any> | undefined;
|
|
6321
6326
|
brandPersistentId?: string | undefined;
|
|
6327
|
+
collectionPersistentId?: string | undefined;
|
|
6322
6328
|
parentPersistentId?: string | undefined;
|
|
6323
6329
|
shortPersistentId?: string | undefined;
|
|
6324
6330
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -6751,6 +6757,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6751
6757
|
};
|
|
6752
6758
|
origin?: Record<string, any> | undefined;
|
|
6753
6759
|
brandPersistentId?: string | undefined;
|
|
6760
|
+
collectionPersistentId?: string | undefined;
|
|
6754
6761
|
parentPersistentId?: string | undefined;
|
|
6755
6762
|
shortPersistentId?: string | undefined;
|
|
6756
6763
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -7666,6 +7673,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7666
7673
|
designSystemVersionId: z.ZodString;
|
|
7667
7674
|
type: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
7668
7675
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
7676
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
7669
7677
|
parentPersistentId: z.ZodOptional<z.ZodString>;
|
|
7670
7678
|
shortPersistentId: z.ZodOptional<z.ZodString>;
|
|
7671
7679
|
childType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -7713,6 +7721,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7713
7721
|
};
|
|
7714
7722
|
origin?: Record<string, any> | undefined;
|
|
7715
7723
|
brandPersistentId?: string | undefined;
|
|
7724
|
+
collectionPersistentId?: string | undefined;
|
|
7716
7725
|
parentPersistentId?: string | undefined;
|
|
7717
7726
|
shortPersistentId?: string | undefined;
|
|
7718
7727
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -7737,6 +7746,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
7737
7746
|
};
|
|
7738
7747
|
origin?: Record<string, any> | undefined;
|
|
7739
7748
|
brandPersistentId?: string | undefined;
|
|
7749
|
+
collectionPersistentId?: string | undefined;
|
|
7740
7750
|
parentPersistentId?: string | undefined;
|
|
7741
7751
|
shortPersistentId?: string | undefined;
|
|
7742
7752
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -9456,6 +9466,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9456
9466
|
};
|
|
9457
9467
|
origin?: Record<string, any> | undefined;
|
|
9458
9468
|
brandPersistentId?: string | undefined;
|
|
9469
|
+
collectionPersistentId?: string | undefined;
|
|
9459
9470
|
parentPersistentId?: string | undefined;
|
|
9460
9471
|
shortPersistentId?: string | undefined;
|
|
9461
9472
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -9735,6 +9746,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9735
9746
|
};
|
|
9736
9747
|
origin?: Record<string, any> | undefined;
|
|
9737
9748
|
brandPersistentId?: string | undefined;
|
|
9749
|
+
collectionPersistentId?: string | undefined;
|
|
9738
9750
|
parentPersistentId?: string | undefined;
|
|
9739
9751
|
shortPersistentId?: string | undefined;
|
|
9740
9752
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -12807,6 +12819,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12807
12819
|
designSystemVersionId: z.ZodString;
|
|
12808
12820
|
type: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
12809
12821
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
12822
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
12810
12823
|
parentPersistentId: z.ZodOptional<z.ZodString>;
|
|
12811
12824
|
shortPersistentId: z.ZodOptional<z.ZodString>;
|
|
12812
12825
|
childType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -12854,6 +12867,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12854
12867
|
};
|
|
12855
12868
|
origin?: Record<string, any> | undefined;
|
|
12856
12869
|
brandPersistentId?: string | undefined;
|
|
12870
|
+
collectionPersistentId?: string | undefined;
|
|
12857
12871
|
parentPersistentId?: string | undefined;
|
|
12858
12872
|
shortPersistentId?: string | undefined;
|
|
12859
12873
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -12878,6 +12892,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12878
12892
|
};
|
|
12879
12893
|
origin?: Record<string, any> | undefined;
|
|
12880
12894
|
brandPersistentId?: string | undefined;
|
|
12895
|
+
collectionPersistentId?: string | undefined;
|
|
12881
12896
|
parentPersistentId?: string | undefined;
|
|
12882
12897
|
shortPersistentId?: string | undefined;
|
|
12883
12898
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -14597,6 +14612,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14597
14612
|
};
|
|
14598
14613
|
origin?: Record<string, any> | undefined;
|
|
14599
14614
|
brandPersistentId?: string | undefined;
|
|
14615
|
+
collectionPersistentId?: string | undefined;
|
|
14600
14616
|
parentPersistentId?: string | undefined;
|
|
14601
14617
|
shortPersistentId?: string | undefined;
|
|
14602
14618
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -14876,6 +14892,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14876
14892
|
};
|
|
14877
14893
|
origin?: Record<string, any> | undefined;
|
|
14878
14894
|
brandPersistentId?: string | undefined;
|
|
14895
|
+
collectionPersistentId?: string | undefined;
|
|
14879
14896
|
parentPersistentId?: string | undefined;
|
|
14880
14897
|
shortPersistentId?: string | undefined;
|
|
14881
14898
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -15417,6 +15434,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15417
15434
|
};
|
|
15418
15435
|
origin?: Record<string, any> | undefined;
|
|
15419
15436
|
brandPersistentId?: string | undefined;
|
|
15437
|
+
collectionPersistentId?: string | undefined;
|
|
15420
15438
|
parentPersistentId?: string | undefined;
|
|
15421
15439
|
shortPersistentId?: string | undefined;
|
|
15422
15440
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -15849,6 +15867,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15849
15867
|
};
|
|
15850
15868
|
origin?: Record<string, any> | undefined;
|
|
15851
15869
|
brandPersistentId?: string | undefined;
|
|
15870
|
+
collectionPersistentId?: string | undefined;
|
|
15852
15871
|
parentPersistentId?: string | undefined;
|
|
15853
15872
|
shortPersistentId?: string | undefined;
|
|
15854
15873
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -17161,17 +17180,17 @@ declare const UserDump: z.ZodObject<{
|
|
|
17161
17180
|
type?: string | undefined;
|
|
17162
17181
|
email?: string | undefined;
|
|
17163
17182
|
organization?: string | undefined;
|
|
17164
|
-
collection?: string | undefined;
|
|
17165
17183
|
handle?: string | undefined;
|
|
17166
17184
|
avatarUrl?: string | undefined;
|
|
17185
|
+
collection?: string | undefined;
|
|
17167
17186
|
}, {
|
|
17168
17187
|
id?: string | null | undefined;
|
|
17169
17188
|
type?: string | null | undefined;
|
|
17170
17189
|
email?: string | null | undefined;
|
|
17171
17190
|
organization?: string | null | undefined;
|
|
17172
|
-
collection?: string | null | undefined;
|
|
17173
17191
|
handle?: string | null | undefined;
|
|
17174
17192
|
avatarUrl?: string | null | undefined;
|
|
17193
|
+
collection?: string | null | undefined;
|
|
17175
17194
|
}>>;
|
|
17176
17195
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
17177
17196
|
state: z.ZodEnum<["Active", "Inactive"]>;
|
|
@@ -17205,9 +17224,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
17205
17224
|
type?: string | undefined;
|
|
17206
17225
|
email?: string | undefined;
|
|
17207
17226
|
organization?: string | undefined;
|
|
17208
|
-
collection?: string | undefined;
|
|
17209
17227
|
handle?: string | undefined;
|
|
17210
17228
|
avatarUrl?: string | undefined;
|
|
17229
|
+
collection?: string | undefined;
|
|
17211
17230
|
} | undefined;
|
|
17212
17231
|
user?: {
|
|
17213
17232
|
id: string;
|
|
@@ -17235,9 +17254,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
17235
17254
|
type?: string | null | undefined;
|
|
17236
17255
|
email?: string | null | undefined;
|
|
17237
17256
|
organization?: string | null | undefined;
|
|
17238
|
-
collection?: string | null | undefined;
|
|
17239
17257
|
handle?: string | null | undefined;
|
|
17240
17258
|
avatarUrl?: string | null | undefined;
|
|
17259
|
+
collection?: string | null | undefined;
|
|
17241
17260
|
} | undefined;
|
|
17242
17261
|
user?: {
|
|
17243
17262
|
id: string;
|
|
@@ -17271,9 +17290,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
17271
17290
|
type?: string | undefined;
|
|
17272
17291
|
email?: string | undefined;
|
|
17273
17292
|
organization?: string | undefined;
|
|
17274
|
-
collection?: string | undefined;
|
|
17275
17293
|
handle?: string | undefined;
|
|
17276
17294
|
avatarUrl?: string | undefined;
|
|
17295
|
+
collection?: string | undefined;
|
|
17277
17296
|
} | undefined;
|
|
17278
17297
|
user?: {
|
|
17279
17298
|
id: string;
|
|
@@ -17307,9 +17326,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
17307
17326
|
type?: string | null | undefined;
|
|
17308
17327
|
email?: string | null | undefined;
|
|
17309
17328
|
organization?: string | null | undefined;
|
|
17310
|
-
collection?: string | null | undefined;
|
|
17311
17329
|
handle?: string | null | undefined;
|
|
17312
17330
|
avatarUrl?: string | null | undefined;
|
|
17331
|
+
collection?: string | null | undefined;
|
|
17313
17332
|
} | undefined;
|
|
17314
17333
|
user?: {
|
|
17315
17334
|
id: string;
|
|
@@ -17504,6 +17523,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17504
17523
|
};
|
|
17505
17524
|
origin?: Record<string, any> | undefined;
|
|
17506
17525
|
brandPersistentId?: string | undefined;
|
|
17526
|
+
collectionPersistentId?: string | undefined;
|
|
17507
17527
|
parentPersistentId?: string | undefined;
|
|
17508
17528
|
shortPersistentId?: string | undefined;
|
|
17509
17529
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -18134,9 +18154,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
18134
18154
|
type?: string | undefined;
|
|
18135
18155
|
email?: string | undefined;
|
|
18136
18156
|
organization?: string | undefined;
|
|
18137
|
-
collection?: string | undefined;
|
|
18138
18157
|
handle?: string | undefined;
|
|
18139
18158
|
avatarUrl?: string | undefined;
|
|
18159
|
+
collection?: string | undefined;
|
|
18140
18160
|
} | undefined;
|
|
18141
18161
|
user?: {
|
|
18142
18162
|
id: string;
|
|
@@ -18331,6 +18351,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18331
18351
|
};
|
|
18332
18352
|
origin?: Record<string, any> | undefined;
|
|
18333
18353
|
brandPersistentId?: string | undefined;
|
|
18354
|
+
collectionPersistentId?: string | undefined;
|
|
18334
18355
|
parentPersistentId?: string | undefined;
|
|
18335
18356
|
shortPersistentId?: string | undefined;
|
|
18336
18357
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -18961,9 +18982,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
18961
18982
|
type?: string | null | undefined;
|
|
18962
18983
|
email?: string | null | undefined;
|
|
18963
18984
|
organization?: string | null | undefined;
|
|
18964
|
-
collection?: string | null | undefined;
|
|
18965
18985
|
handle?: string | null | undefined;
|
|
18966
18986
|
avatarUrl?: string | null | undefined;
|
|
18987
|
+
collection?: string | null | undefined;
|
|
18967
18988
|
} | undefined;
|
|
18968
18989
|
user?: {
|
|
18969
18990
|
id: string;
|
|
@@ -19160,6 +19181,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19160
19181
|
};
|
|
19161
19182
|
origin?: Record<string, any> | undefined;
|
|
19162
19183
|
brandPersistentId?: string | undefined;
|
|
19184
|
+
collectionPersistentId?: string | undefined;
|
|
19163
19185
|
parentPersistentId?: string | undefined;
|
|
19164
19186
|
shortPersistentId?: string | undefined;
|
|
19165
19187
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -19790,9 +19812,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19790
19812
|
type?: string | undefined;
|
|
19791
19813
|
email?: string | undefined;
|
|
19792
19814
|
organization?: string | undefined;
|
|
19793
|
-
collection?: string | undefined;
|
|
19794
19815
|
handle?: string | undefined;
|
|
19795
19816
|
avatarUrl?: string | undefined;
|
|
19817
|
+
collection?: string | undefined;
|
|
19796
19818
|
} | undefined;
|
|
19797
19819
|
user?: {
|
|
19798
19820
|
id: string;
|
|
@@ -20060,6 +20082,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20060
20082
|
};
|
|
20061
20083
|
origin?: Record<string, any> | undefined;
|
|
20062
20084
|
brandPersistentId?: string | undefined;
|
|
20085
|
+
collectionPersistentId?: string | undefined;
|
|
20063
20086
|
parentPersistentId?: string | undefined;
|
|
20064
20087
|
shortPersistentId?: string | undefined;
|
|
20065
20088
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -20690,9 +20713,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20690
20713
|
type?: string | null | undefined;
|
|
20691
20714
|
email?: string | null | undefined;
|
|
20692
20715
|
organization?: string | null | undefined;
|
|
20693
|
-
collection?: string | null | undefined;
|
|
20694
20716
|
handle?: string | null | undefined;
|
|
20695
20717
|
avatarUrl?: string | null | undefined;
|
|
20718
|
+
collection?: string | null | undefined;
|
|
20696
20719
|
} | undefined;
|
|
20697
20720
|
user?: {
|
|
20698
20721
|
id: string;
|
|
@@ -23025,6 +23048,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23025
23048
|
designSystemVersionId: z.ZodString;
|
|
23026
23049
|
type: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
23027
23050
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
23051
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
23028
23052
|
parentPersistentId: z.ZodOptional<z.ZodString>;
|
|
23029
23053
|
shortPersistentId: z.ZodOptional<z.ZodString>;
|
|
23030
23054
|
childType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -23072,6 +23096,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23072
23096
|
};
|
|
23073
23097
|
origin?: Record<string, any> | undefined;
|
|
23074
23098
|
brandPersistentId?: string | undefined;
|
|
23099
|
+
collectionPersistentId?: string | undefined;
|
|
23075
23100
|
parentPersistentId?: string | undefined;
|
|
23076
23101
|
shortPersistentId?: string | undefined;
|
|
23077
23102
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -23096,6 +23121,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23096
23121
|
};
|
|
23097
23122
|
origin?: Record<string, any> | undefined;
|
|
23098
23123
|
brandPersistentId?: string | undefined;
|
|
23124
|
+
collectionPersistentId?: string | undefined;
|
|
23099
23125
|
parentPersistentId?: string | undefined;
|
|
23100
23126
|
shortPersistentId?: string | undefined;
|
|
23101
23127
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -24815,6 +24841,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24815
24841
|
};
|
|
24816
24842
|
origin?: Record<string, any> | undefined;
|
|
24817
24843
|
brandPersistentId?: string | undefined;
|
|
24844
|
+
collectionPersistentId?: string | undefined;
|
|
24818
24845
|
parentPersistentId?: string | undefined;
|
|
24819
24846
|
shortPersistentId?: string | undefined;
|
|
24820
24847
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -25094,6 +25121,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25094
25121
|
};
|
|
25095
25122
|
origin?: Record<string, any> | undefined;
|
|
25096
25123
|
brandPersistentId?: string | undefined;
|
|
25124
|
+
collectionPersistentId?: string | undefined;
|
|
25097
25125
|
parentPersistentId?: string | undefined;
|
|
25098
25126
|
shortPersistentId?: string | undefined;
|
|
25099
25127
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -25635,6 +25663,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25635
25663
|
};
|
|
25636
25664
|
origin?: Record<string, any> | undefined;
|
|
25637
25665
|
brandPersistentId?: string | undefined;
|
|
25666
|
+
collectionPersistentId?: string | undefined;
|
|
25638
25667
|
parentPersistentId?: string | undefined;
|
|
25639
25668
|
shortPersistentId?: string | undefined;
|
|
25640
25669
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -26067,6 +26096,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26067
26096
|
};
|
|
26068
26097
|
origin?: Record<string, any> | undefined;
|
|
26069
26098
|
brandPersistentId?: string | undefined;
|
|
26099
|
+
collectionPersistentId?: string | undefined;
|
|
26070
26100
|
parentPersistentId?: string | undefined;
|
|
26071
26101
|
shortPersistentId?: string | undefined;
|
|
26072
26102
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -27379,17 +27409,17 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27379
27409
|
type?: string | undefined;
|
|
27380
27410
|
email?: string | undefined;
|
|
27381
27411
|
organization?: string | undefined;
|
|
27382
|
-
collection?: string | undefined;
|
|
27383
27412
|
handle?: string | undefined;
|
|
27384
27413
|
avatarUrl?: string | undefined;
|
|
27414
|
+
collection?: string | undefined;
|
|
27385
27415
|
}, {
|
|
27386
27416
|
id?: string | null | undefined;
|
|
27387
27417
|
type?: string | null | undefined;
|
|
27388
27418
|
email?: string | null | undefined;
|
|
27389
27419
|
organization?: string | null | undefined;
|
|
27390
|
-
collection?: string | null | undefined;
|
|
27391
27420
|
handle?: string | null | undefined;
|
|
27392
27421
|
avatarUrl?: string | null | undefined;
|
|
27422
|
+
collection?: string | null | undefined;
|
|
27393
27423
|
}>>;
|
|
27394
27424
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
27395
27425
|
state: z.ZodEnum<["Active", "Inactive"]>;
|
|
@@ -27423,9 +27453,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27423
27453
|
type?: string | undefined;
|
|
27424
27454
|
email?: string | undefined;
|
|
27425
27455
|
organization?: string | undefined;
|
|
27426
|
-
collection?: string | undefined;
|
|
27427
27456
|
handle?: string | undefined;
|
|
27428
27457
|
avatarUrl?: string | undefined;
|
|
27458
|
+
collection?: string | undefined;
|
|
27429
27459
|
} | undefined;
|
|
27430
27460
|
user?: {
|
|
27431
27461
|
id: string;
|
|
@@ -27453,9 +27483,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27453
27483
|
type?: string | null | undefined;
|
|
27454
27484
|
email?: string | null | undefined;
|
|
27455
27485
|
organization?: string | null | undefined;
|
|
27456
|
-
collection?: string | null | undefined;
|
|
27457
27486
|
handle?: string | null | undefined;
|
|
27458
27487
|
avatarUrl?: string | null | undefined;
|
|
27488
|
+
collection?: string | null | undefined;
|
|
27459
27489
|
} | undefined;
|
|
27460
27490
|
user?: {
|
|
27461
27491
|
id: string;
|
|
@@ -27489,9 +27519,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27489
27519
|
type?: string | undefined;
|
|
27490
27520
|
email?: string | undefined;
|
|
27491
27521
|
organization?: string | undefined;
|
|
27492
|
-
collection?: string | undefined;
|
|
27493
27522
|
handle?: string | undefined;
|
|
27494
27523
|
avatarUrl?: string | undefined;
|
|
27524
|
+
collection?: string | undefined;
|
|
27495
27525
|
} | undefined;
|
|
27496
27526
|
user?: {
|
|
27497
27527
|
id: string;
|
|
@@ -27525,9 +27555,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27525
27555
|
type?: string | null | undefined;
|
|
27526
27556
|
email?: string | null | undefined;
|
|
27527
27557
|
organization?: string | null | undefined;
|
|
27528
|
-
collection?: string | null | undefined;
|
|
27529
27558
|
handle?: string | null | undefined;
|
|
27530
27559
|
avatarUrl?: string | null | undefined;
|
|
27560
|
+
collection?: string | null | undefined;
|
|
27531
27561
|
} | undefined;
|
|
27532
27562
|
user?: {
|
|
27533
27563
|
id: string;
|
|
@@ -27722,6 +27752,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27722
27752
|
};
|
|
27723
27753
|
origin?: Record<string, any> | undefined;
|
|
27724
27754
|
brandPersistentId?: string | undefined;
|
|
27755
|
+
collectionPersistentId?: string | undefined;
|
|
27725
27756
|
parentPersistentId?: string | undefined;
|
|
27726
27757
|
shortPersistentId?: string | undefined;
|
|
27727
27758
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -28352,9 +28383,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28352
28383
|
type?: string | undefined;
|
|
28353
28384
|
email?: string | undefined;
|
|
28354
28385
|
organization?: string | undefined;
|
|
28355
|
-
collection?: string | undefined;
|
|
28356
28386
|
handle?: string | undefined;
|
|
28357
28387
|
avatarUrl?: string | undefined;
|
|
28388
|
+
collection?: string | undefined;
|
|
28358
28389
|
} | undefined;
|
|
28359
28390
|
user?: {
|
|
28360
28391
|
id: string;
|
|
@@ -28549,6 +28580,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28549
28580
|
};
|
|
28550
28581
|
origin?: Record<string, any> | undefined;
|
|
28551
28582
|
brandPersistentId?: string | undefined;
|
|
28583
|
+
collectionPersistentId?: string | undefined;
|
|
28552
28584
|
parentPersistentId?: string | undefined;
|
|
28553
28585
|
shortPersistentId?: string | undefined;
|
|
28554
28586
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -29179,9 +29211,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
29179
29211
|
type?: string | null | undefined;
|
|
29180
29212
|
email?: string | null | undefined;
|
|
29181
29213
|
organization?: string | null | undefined;
|
|
29182
|
-
collection?: string | null | undefined;
|
|
29183
29214
|
handle?: string | null | undefined;
|
|
29184
29215
|
avatarUrl?: string | null | undefined;
|
|
29216
|
+
collection?: string | null | undefined;
|
|
29185
29217
|
} | undefined;
|
|
29186
29218
|
user?: {
|
|
29187
29219
|
id: string;
|
|
@@ -58040,6 +58072,7 @@ declare const ShallowDesignElement: z.ZodObject<{
|
|
|
58040
58072
|
designSystemVersionId: z.ZodString;
|
|
58041
58073
|
type: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
58042
58074
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
58075
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
58043
58076
|
parentPersistentId: z.ZodOptional<z.ZodString>;
|
|
58044
58077
|
shortPersistentId: z.ZodOptional<z.ZodString>;
|
|
58045
58078
|
childType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -58057,6 +58090,7 @@ declare const ShallowDesignElement: z.ZodObject<{
|
|
|
58057
58090
|
sortOrder: number;
|
|
58058
58091
|
origin?: Record<string, any> | undefined;
|
|
58059
58092
|
brandPersistentId?: string | undefined;
|
|
58093
|
+
collectionPersistentId?: string | undefined;
|
|
58060
58094
|
parentPersistentId?: string | undefined;
|
|
58061
58095
|
shortPersistentId?: string | undefined;
|
|
58062
58096
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -58070,6 +58104,7 @@ declare const ShallowDesignElement: z.ZodObject<{
|
|
|
58070
58104
|
sortOrder: number;
|
|
58071
58105
|
origin?: Record<string, any> | undefined;
|
|
58072
58106
|
brandPersistentId?: string | undefined;
|
|
58107
|
+
collectionPersistentId?: string | undefined;
|
|
58073
58108
|
parentPersistentId?: string | undefined;
|
|
58074
58109
|
shortPersistentId?: string | undefined;
|
|
58075
58110
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -58081,6 +58116,7 @@ declare const DesignElement: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
58081
58116
|
designSystemVersionId: z.ZodString;
|
|
58082
58117
|
type: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
58083
58118
|
brandPersistentId: z.ZodOptional<z.ZodString>;
|
|
58119
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
58084
58120
|
parentPersistentId: z.ZodOptional<z.ZodString>;
|
|
58085
58121
|
shortPersistentId: z.ZodOptional<z.ZodString>;
|
|
58086
58122
|
childType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>>;
|
|
@@ -58128,6 +58164,7 @@ declare const DesignElement: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
58128
58164
|
};
|
|
58129
58165
|
origin?: Record<string, any> | undefined;
|
|
58130
58166
|
brandPersistentId?: string | undefined;
|
|
58167
|
+
collectionPersistentId?: string | undefined;
|
|
58131
58168
|
parentPersistentId?: string | undefined;
|
|
58132
58169
|
shortPersistentId?: string | undefined;
|
|
58133
58170
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -58152,6 +58189,7 @@ declare const DesignElement: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
58152
58189
|
};
|
|
58153
58190
|
origin?: Record<string, any> | undefined;
|
|
58154
58191
|
brandPersistentId?: string | undefined;
|
|
58192
|
+
collectionPersistentId?: string | undefined;
|
|
58155
58193
|
parentPersistentId?: string | undefined;
|
|
58156
58194
|
shortPersistentId?: string | undefined;
|
|
58157
58195
|
childType?: "Image" | "Font" | "Documentation" | "Component" | "DocumentationPage" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | "Theme" | "DesignSystemComponent" | "ElementGroup" | "FigmaNodeStructure" | "FigmaNodeReference" | "PageBlock" | undefined;
|
|
@@ -67680,6 +67718,7 @@ declare const DesignTokenBase: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
67680
67718
|
referencePersistentId?: string | undefined;
|
|
67681
67719
|
referenceResolutionFailed?: boolean | undefined;
|
|
67682
67720
|
}>>;
|
|
67721
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
67683
67722
|
}>, "strip", z.ZodTypeAny, {
|
|
67684
67723
|
id: string;
|
|
67685
67724
|
createdAt: Date;
|
|
@@ -67705,6 +67744,7 @@ declare const DesignTokenBase: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
67705
67744
|
referencePersistentId?: string | undefined;
|
|
67706
67745
|
referenceResolutionFailed?: boolean | undefined;
|
|
67707
67746
|
} | undefined;
|
|
67747
|
+
collectionPersistentId?: string | undefined;
|
|
67708
67748
|
}, {
|
|
67709
67749
|
id: string;
|
|
67710
67750
|
createdAt: Date;
|
|
@@ -67730,6 +67770,7 @@ declare const DesignTokenBase: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
67730
67770
|
referencePersistentId?: string | undefined;
|
|
67731
67771
|
referenceResolutionFailed?: boolean | undefined;
|
|
67732
67772
|
} | undefined;
|
|
67773
|
+
collectionPersistentId?: string | undefined;
|
|
67733
67774
|
}>;
|
|
67734
67775
|
type DesignTokenBase = z.infer<typeof DesignTokenBase>;
|
|
67735
67776
|
declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -72232,6 +72273,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
72232
72273
|
referencePersistentId?: string | undefined;
|
|
72233
72274
|
referenceResolutionFailed?: boolean | undefined;
|
|
72234
72275
|
}>>;
|
|
72276
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
72235
72277
|
}>, "strip", z.ZodTypeAny, {
|
|
72236
72278
|
id: string;
|
|
72237
72279
|
createdAt: Date;
|
|
@@ -72257,6 +72299,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
72257
72299
|
referencePersistentId?: string | undefined;
|
|
72258
72300
|
referenceResolutionFailed?: boolean | undefined;
|
|
72259
72301
|
} | undefined;
|
|
72302
|
+
collectionPersistentId?: string | undefined;
|
|
72260
72303
|
}, {
|
|
72261
72304
|
id: string;
|
|
72262
72305
|
createdAt: Date;
|
|
@@ -72282,6 +72325,7 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
72282
72325
|
referencePersistentId?: string | undefined;
|
|
72283
72326
|
referenceResolutionFailed?: boolean | undefined;
|
|
72284
72327
|
} | undefined;
|
|
72328
|
+
collectionPersistentId?: string | undefined;
|
|
72285
72329
|
}>>;
|
|
72286
72330
|
type DesignToken = z.infer<typeof DesignToken>;
|
|
72287
72331
|
type ImportedDesignToken = OmitStrict<DesignToken, "origin"> & {
|
|
@@ -74570,6 +74614,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
74570
74614
|
referencePersistentId?: string | undefined;
|
|
74571
74615
|
referenceResolutionFailed?: boolean | undefined;
|
|
74572
74616
|
}>>;
|
|
74617
|
+
collectionPersistentId: z.ZodOptional<z.ZodString>;
|
|
74573
74618
|
}>, "id" | "createdAt" | "updatedAt">, "strip", z.ZodTypeAny, {
|
|
74574
74619
|
persistentId: string;
|
|
74575
74620
|
designSystemVersionId: string;
|
|
@@ -74592,6 +74637,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
74592
74637
|
referencePersistentId?: string | undefined;
|
|
74593
74638
|
referenceResolutionFailed?: boolean | undefined;
|
|
74594
74639
|
} | undefined;
|
|
74640
|
+
collectionPersistentId?: string | undefined;
|
|
74595
74641
|
}, {
|
|
74596
74642
|
persistentId: string;
|
|
74597
74643
|
designSystemVersionId: string;
|
|
@@ -74614,6 +74660,7 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
74614
74660
|
referencePersistentId?: string | undefined;
|
|
74615
74661
|
referenceResolutionFailed?: boolean | undefined;
|
|
74616
74662
|
} | undefined;
|
|
74663
|
+
collectionPersistentId?: string | undefined;
|
|
74617
74664
|
}>>;
|
|
74618
74665
|
type CreateDesignToken = z.infer<typeof CreateDesignToken>;
|
|
74619
74666
|
type UpdateDesignToken = OmitStrict<DbUpdate<DesignToken>, "brandPersistentId" | "designSystemVersionId">;
|
|
@@ -82457,7 +82504,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
82457
82504
|
brandPersistentId: z.ZodString;
|
|
82458
82505
|
sortOrder: z.ZodNumber;
|
|
82459
82506
|
}, {
|
|
82460
|
-
|
|
82507
|
+
collectionId: z.ZodOptional<z.ZodString>;
|
|
82461
82508
|
codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
82462
82509
|
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
82463
82510
|
}>, {
|
|
@@ -82516,7 +82563,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
82516
82563
|
name: string;
|
|
82517
82564
|
description?: string | undefined;
|
|
82518
82565
|
};
|
|
82519
|
-
|
|
82566
|
+
collectionId?: string | undefined;
|
|
82520
82567
|
codeSyntax?: Record<string, string> | undefined;
|
|
82521
82568
|
scopes?: string[] | undefined;
|
|
82522
82569
|
}, {
|
|
@@ -82539,7 +82586,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
82539
82586
|
name: string;
|
|
82540
82587
|
description?: string | undefined;
|
|
82541
82588
|
};
|
|
82542
|
-
|
|
82589
|
+
collectionId?: string | undefined;
|
|
82543
82590
|
codeSyntax?: Record<string, string> | undefined;
|
|
82544
82591
|
scopes?: string[] | undefined;
|
|
82545
82592
|
}>>, "many">>;
|
|
@@ -90344,7 +90391,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
90344
90391
|
name: string;
|
|
90345
90392
|
description?: string | undefined;
|
|
90346
90393
|
};
|
|
90347
|
-
|
|
90394
|
+
collectionId?: string | undefined;
|
|
90348
90395
|
codeSyntax?: Record<string, string> | undefined;
|
|
90349
90396
|
scopes?: string[] | undefined;
|
|
90350
90397
|
})[];
|
|
@@ -91715,7 +91762,7 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
91715
91762
|
name: string;
|
|
91716
91763
|
description?: string | undefined;
|
|
91717
91764
|
};
|
|
91718
|
-
|
|
91765
|
+
collectionId?: string | undefined;
|
|
91719
91766
|
codeSyntax?: Record<string, string> | undefined;
|
|
91720
91767
|
scopes?: string[] | undefined;
|
|
91721
91768
|
})[] | undefined;
|
|
@@ -94359,7 +94406,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
94359
94406
|
originId: z.ZodString;
|
|
94360
94407
|
originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
94361
94408
|
}>, {
|
|
94362
|
-
|
|
94409
|
+
collectionId: z.ZodOptional<z.ZodString>;
|
|
94363
94410
|
codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
94364
94411
|
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
94365
94412
|
}>, {
|
|
@@ -94404,7 +94451,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
94404
94451
|
referencePersistentId?: string | undefined;
|
|
94405
94452
|
referenceResolutionFailed?: boolean | undefined;
|
|
94406
94453
|
};
|
|
94407
|
-
|
|
94454
|
+
collectionId?: string | undefined;
|
|
94408
94455
|
codeSyntax?: Record<string, string> | undefined;
|
|
94409
94456
|
scopes?: string[] | undefined;
|
|
94410
94457
|
}, {
|
|
@@ -94423,7 +94470,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
94423
94470
|
referencePersistentId?: string | undefined;
|
|
94424
94471
|
referenceResolutionFailed?: boolean | undefined;
|
|
94425
94472
|
};
|
|
94426
|
-
|
|
94473
|
+
collectionId?: string | undefined;
|
|
94427
94474
|
codeSyntax?: Record<string, string> | undefined;
|
|
94428
94475
|
scopes?: string[] | undefined;
|
|
94429
94476
|
}>>, "many">>;
|
|
@@ -102518,7 +102565,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
102518
102565
|
referencePersistentId?: string | undefined;
|
|
102519
102566
|
referenceResolutionFailed?: boolean | undefined;
|
|
102520
102567
|
};
|
|
102521
|
-
|
|
102568
|
+
collectionId?: string | undefined;
|
|
102522
102569
|
codeSyntax?: Record<string, string> | undefined;
|
|
102523
102570
|
scopes?: string[] | undefined;
|
|
102524
102571
|
})[];
|
|
@@ -103848,7 +103895,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
103848
103895
|
referencePersistentId?: string | undefined;
|
|
103849
103896
|
referenceResolutionFailed?: boolean | undefined;
|
|
103850
103897
|
};
|
|
103851
|
-
|
|
103898
|
+
collectionId?: string | undefined;
|
|
103852
103899
|
codeSyntax?: Record<string, string> | undefined;
|
|
103853
103900
|
scopes?: string[] | undefined;
|
|
103854
103901
|
})[] | undefined;
|
|
@@ -125038,7 +125085,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
125038
125085
|
brandPersistentId: z.ZodString;
|
|
125039
125086
|
sortOrder: z.ZodNumber;
|
|
125040
125087
|
}, {
|
|
125041
|
-
|
|
125088
|
+
collectionId: z.ZodOptional<z.ZodString>;
|
|
125042
125089
|
codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
125043
125090
|
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
125044
125091
|
}>, {
|
|
@@ -125097,7 +125144,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
125097
125144
|
name: string;
|
|
125098
125145
|
description?: string | undefined;
|
|
125099
125146
|
};
|
|
125100
|
-
|
|
125147
|
+
collectionId?: string | undefined;
|
|
125101
125148
|
codeSyntax?: Record<string, string> | undefined;
|
|
125102
125149
|
scopes?: string[] | undefined;
|
|
125103
125150
|
}, {
|
|
@@ -125120,7 +125167,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
125120
125167
|
name: string;
|
|
125121
125168
|
description?: string | undefined;
|
|
125122
125169
|
};
|
|
125123
|
-
|
|
125170
|
+
collectionId?: string | undefined;
|
|
125124
125171
|
codeSyntax?: Record<string, string> | undefined;
|
|
125125
125172
|
scopes?: string[] | undefined;
|
|
125126
125173
|
}>;
|
|
@@ -125155,7 +125202,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
|
|
|
125155
125202
|
originId: z.ZodString;
|
|
125156
125203
|
originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
125157
125204
|
}>, {
|
|
125158
|
-
|
|
125205
|
+
collectionId: z.ZodOptional<z.ZodString>;
|
|
125159
125206
|
codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
125160
125207
|
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
125161
125208
|
}>, {
|
|
@@ -125200,7 +125247,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
|
|
|
125200
125247
|
referencePersistentId?: string | undefined;
|
|
125201
125248
|
referenceResolutionFailed?: boolean | undefined;
|
|
125202
125249
|
};
|
|
125203
|
-
|
|
125250
|
+
collectionId?: string | undefined;
|
|
125204
125251
|
codeSyntax?: Record<string, string> | undefined;
|
|
125205
125252
|
scopes?: string[] | undefined;
|
|
125206
125253
|
}, {
|
|
@@ -125219,7 +125266,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
|
|
|
125219
125266
|
referencePersistentId?: string | undefined;
|
|
125220
125267
|
referenceResolutionFailed?: boolean | undefined;
|
|
125221
125268
|
};
|
|
125222
|
-
|
|
125269
|
+
collectionId?: string | undefined;
|
|
125223
125270
|
codeSyntax?: Record<string, string> | undefined;
|
|
125224
125271
|
scopes?: string[] | undefined;
|
|
125225
125272
|
}>;
|
|
@@ -127470,7 +127517,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
127470
127517
|
brandPersistentId: z.ZodString;
|
|
127471
127518
|
sortOrder: z.ZodNumber;
|
|
127472
127519
|
}, {
|
|
127473
|
-
|
|
127520
|
+
collectionId: z.ZodOptional<z.ZodString>;
|
|
127474
127521
|
codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
127475
127522
|
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
127476
127523
|
}>, {
|
|
@@ -127529,7 +127576,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
127529
127576
|
name: string;
|
|
127530
127577
|
description?: string | undefined;
|
|
127531
127578
|
};
|
|
127532
|
-
|
|
127579
|
+
collectionId?: string | undefined;
|
|
127533
127580
|
codeSyntax?: Record<string, string> | undefined;
|
|
127534
127581
|
scopes?: string[] | undefined;
|
|
127535
127582
|
}, {
|
|
@@ -127552,7 +127599,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
127552
127599
|
name: string;
|
|
127553
127600
|
description?: string | undefined;
|
|
127554
127601
|
};
|
|
127555
|
-
|
|
127602
|
+
collectionId?: string | undefined;
|
|
127556
127603
|
codeSyntax?: Record<string, string> | undefined;
|
|
127557
127604
|
scopes?: string[] | undefined;
|
|
127558
127605
|
}>>;
|
|
@@ -129809,7 +129856,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
129809
129856
|
originId: z.ZodString;
|
|
129810
129857
|
originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
129811
129858
|
}>, {
|
|
129812
|
-
|
|
129859
|
+
collectionId: z.ZodOptional<z.ZodString>;
|
|
129813
129860
|
codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
129814
129861
|
scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
129815
129862
|
}>, {
|
|
@@ -129854,7 +129901,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
129854
129901
|
referencePersistentId?: string | undefined;
|
|
129855
129902
|
referenceResolutionFailed?: boolean | undefined;
|
|
129856
129903
|
};
|
|
129857
|
-
|
|
129904
|
+
collectionId?: string | undefined;
|
|
129858
129905
|
codeSyntax?: Record<string, string> | undefined;
|
|
129859
129906
|
scopes?: string[] | undefined;
|
|
129860
129907
|
}, {
|
|
@@ -129873,7 +129920,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
129873
129920
|
referencePersistentId?: string | undefined;
|
|
129874
129921
|
referenceResolutionFailed?: boolean | undefined;
|
|
129875
129922
|
};
|
|
129876
|
-
|
|
129923
|
+
collectionId?: string | undefined;
|
|
129877
129924
|
codeSyntax?: Record<string, string> | undefined;
|
|
129878
129925
|
scopes?: string[] | undefined;
|
|
129879
129926
|
}>>;
|
|
@@ -147090,17 +147137,17 @@ declare const IntegrationCredentialsProfile: z.ZodObject<{
|
|
|
147090
147137
|
type?: string | undefined;
|
|
147091
147138
|
email?: string | undefined;
|
|
147092
147139
|
organization?: string | undefined;
|
|
147093
|
-
collection?: string | undefined;
|
|
147094
147140
|
handle?: string | undefined;
|
|
147095
147141
|
avatarUrl?: string | undefined;
|
|
147142
|
+
collection?: string | undefined;
|
|
147096
147143
|
}, {
|
|
147097
147144
|
id?: string | null | undefined;
|
|
147098
147145
|
type?: string | null | undefined;
|
|
147099
147146
|
email?: string | null | undefined;
|
|
147100
147147
|
organization?: string | null | undefined;
|
|
147101
|
-
collection?: string | null | undefined;
|
|
147102
147148
|
handle?: string | null | undefined;
|
|
147103
147149
|
avatarUrl?: string | null | undefined;
|
|
147150
|
+
collection?: string | null | undefined;
|
|
147104
147151
|
}>;
|
|
147105
147152
|
type IntegrationCredentialsProfile = z.infer<typeof IntegrationCredentialsProfile>;
|
|
147106
147153
|
declare const IntegrationCredentials: z.ZodObject<{
|
|
@@ -147129,17 +147176,17 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
147129
147176
|
type?: string | undefined;
|
|
147130
147177
|
email?: string | undefined;
|
|
147131
147178
|
organization?: string | undefined;
|
|
147132
|
-
collection?: string | undefined;
|
|
147133
147179
|
handle?: string | undefined;
|
|
147134
147180
|
avatarUrl?: string | undefined;
|
|
147181
|
+
collection?: string | undefined;
|
|
147135
147182
|
}, {
|
|
147136
147183
|
id?: string | null | undefined;
|
|
147137
147184
|
type?: string | null | undefined;
|
|
147138
147185
|
email?: string | null | undefined;
|
|
147139
147186
|
organization?: string | null | undefined;
|
|
147140
|
-
collection?: string | null | undefined;
|
|
147141
147187
|
handle?: string | null | undefined;
|
|
147142
147188
|
avatarUrl?: string | null | undefined;
|
|
147189
|
+
collection?: string | null | undefined;
|
|
147143
147190
|
}>>;
|
|
147144
147191
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
147145
147192
|
state: z.ZodEnum<["Active", "Inactive"]>;
|
|
@@ -147173,9 +147220,9 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
147173
147220
|
type?: string | undefined;
|
|
147174
147221
|
email?: string | undefined;
|
|
147175
147222
|
organization?: string | undefined;
|
|
147176
|
-
collection?: string | undefined;
|
|
147177
147223
|
handle?: string | undefined;
|
|
147178
147224
|
avatarUrl?: string | undefined;
|
|
147225
|
+
collection?: string | undefined;
|
|
147179
147226
|
} | undefined;
|
|
147180
147227
|
user?: {
|
|
147181
147228
|
id: string;
|
|
@@ -147203,9 +147250,9 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
147203
147250
|
type?: string | null | undefined;
|
|
147204
147251
|
email?: string | null | undefined;
|
|
147205
147252
|
organization?: string | null | undefined;
|
|
147206
|
-
collection?: string | null | undefined;
|
|
147207
147253
|
handle?: string | null | undefined;
|
|
147208
147254
|
avatarUrl?: string | null | undefined;
|
|
147255
|
+
collection?: string | null | undefined;
|
|
147209
147256
|
} | undefined;
|
|
147210
147257
|
user?: {
|
|
147211
147258
|
id: string;
|
|
@@ -147258,17 +147305,17 @@ declare const Integration: z.ZodObject<{
|
|
|
147258
147305
|
type?: string | undefined;
|
|
147259
147306
|
email?: string | undefined;
|
|
147260
147307
|
organization?: string | undefined;
|
|
147261
|
-
collection?: string | undefined;
|
|
147262
147308
|
handle?: string | undefined;
|
|
147263
147309
|
avatarUrl?: string | undefined;
|
|
147310
|
+
collection?: string | undefined;
|
|
147264
147311
|
}, {
|
|
147265
147312
|
id?: string | null | undefined;
|
|
147266
147313
|
type?: string | null | undefined;
|
|
147267
147314
|
email?: string | null | undefined;
|
|
147268
147315
|
organization?: string | null | undefined;
|
|
147269
|
-
collection?: string | null | undefined;
|
|
147270
147316
|
handle?: string | null | undefined;
|
|
147271
147317
|
avatarUrl?: string | null | undefined;
|
|
147318
|
+
collection?: string | null | undefined;
|
|
147272
147319
|
}>>;
|
|
147273
147320
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
147274
147321
|
state: z.ZodEnum<["Active", "Inactive"]>;
|
|
@@ -147302,9 +147349,9 @@ declare const Integration: z.ZodObject<{
|
|
|
147302
147349
|
type?: string | undefined;
|
|
147303
147350
|
email?: string | undefined;
|
|
147304
147351
|
organization?: string | undefined;
|
|
147305
|
-
collection?: string | undefined;
|
|
147306
147352
|
handle?: string | undefined;
|
|
147307
147353
|
avatarUrl?: string | undefined;
|
|
147354
|
+
collection?: string | undefined;
|
|
147308
147355
|
} | undefined;
|
|
147309
147356
|
user?: {
|
|
147310
147357
|
id: string;
|
|
@@ -147332,9 +147379,9 @@ declare const Integration: z.ZodObject<{
|
|
|
147332
147379
|
type?: string | null | undefined;
|
|
147333
147380
|
email?: string | null | undefined;
|
|
147334
147381
|
organization?: string | null | undefined;
|
|
147335
|
-
collection?: string | null | undefined;
|
|
147336
147382
|
handle?: string | null | undefined;
|
|
147337
147383
|
avatarUrl?: string | null | undefined;
|
|
147384
|
+
collection?: string | null | undefined;
|
|
147338
147385
|
} | undefined;
|
|
147339
147386
|
user?: {
|
|
147340
147387
|
id: string;
|
|
@@ -147368,9 +147415,9 @@ declare const Integration: z.ZodObject<{
|
|
|
147368
147415
|
type?: string | undefined;
|
|
147369
147416
|
email?: string | undefined;
|
|
147370
147417
|
organization?: string | undefined;
|
|
147371
|
-
collection?: string | undefined;
|
|
147372
147418
|
handle?: string | undefined;
|
|
147373
147419
|
avatarUrl?: string | undefined;
|
|
147420
|
+
collection?: string | undefined;
|
|
147374
147421
|
} | undefined;
|
|
147375
147422
|
user?: {
|
|
147376
147423
|
id: string;
|
|
@@ -147404,9 +147451,9 @@ declare const Integration: z.ZodObject<{
|
|
|
147404
147451
|
type?: string | null | undefined;
|
|
147405
147452
|
email?: string | null | undefined;
|
|
147406
147453
|
organization?: string | null | undefined;
|
|
147407
|
-
collection?: string | null | undefined;
|
|
147408
147454
|
handle?: string | null | undefined;
|
|
147409
147455
|
avatarUrl?: string | null | undefined;
|
|
147456
|
+
collection?: string | null | undefined;
|
|
147410
147457
|
} | undefined;
|
|
147411
147458
|
user?: {
|
|
147412
147459
|
id: string;
|