@supernova-studio/model 1.9.9 → 1.9.11

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 CHANGED
@@ -5666,7 +5666,7 @@ declare const DesignSystemDump: z.ZodObject<{
5666
5666
  }>, "many">>;
5667
5667
  linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
5668
5668
  }, "strip", z.ZodTypeAny, {
5669
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
5669
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
5670
5670
  id: string;
5671
5671
  name: string;
5672
5672
  persistentId: string;
@@ -5683,7 +5683,7 @@ declare const DesignSystemDump: z.ZodObject<{
5683
5683
  }[] | undefined;
5684
5684
  linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
5685
5685
  }, {
5686
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
5686
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
5687
5687
  id: string;
5688
5688
  name: string;
5689
5689
  persistentId: string;
@@ -7358,7 +7358,7 @@ declare const DesignSystemDump: z.ZodObject<{
7358
7358
  } | undefined;
7359
7359
  }[];
7360
7360
  elementPropertyDefinitions: {
7361
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
7361
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
7362
7362
  id: string;
7363
7363
  name: string;
7364
7364
  persistentId: string;
@@ -7639,7 +7639,7 @@ declare const DesignSystemDump: z.ZodObject<{
7639
7639
  } | undefined;
7640
7640
  }[];
7641
7641
  elementPropertyDefinitions: {
7642
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
7642
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
7643
7643
  id: string;
7644
7644
  name: string;
7645
7645
  persistentId: string;
@@ -7902,10 +7902,10 @@ declare const DesignSystemDump: z.ZodObject<{
7902
7902
  files: z.ZodArray<z.ZodObject<{
7903
7903
  id: z.ZodString;
7904
7904
  designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7905
- type: z.ZodEnum<["Image", "Font"]>;
7905
+ type: z.ZodEnum<["Image", "Font", "Generic"]>;
7906
7906
  originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7907
7907
  filePath: z.ZodString;
7908
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
7908
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
7909
7909
  properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
7910
7910
  fontProperties: z.ZodArray<z.ZodObject<{
7911
7911
  family: z.ZodString;
@@ -7943,10 +7943,10 @@ declare const DesignSystemDump: z.ZodObject<{
7943
7943
  size: z.ZodOptional<z.ZodNumber>;
7944
7944
  checksum: z.ZodOptional<z.ZodString>;
7945
7945
  }, "strip", z.ZodTypeAny, {
7946
- type: "Image" | "Font";
7946
+ type: "Image" | "Font" | "Generic";
7947
7947
  id: string;
7948
7948
  filePath: string;
7949
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
7949
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
7950
7950
  createdAt?: Date | undefined;
7951
7951
  designSystemId?: string | null | undefined;
7952
7952
  properties?: {
@@ -7964,10 +7964,10 @@ declare const DesignSystemDump: z.ZodObject<{
7964
7964
  size?: number | undefined;
7965
7965
  checksum?: string | undefined;
7966
7966
  }, {
7967
- type: "Image" | "Font";
7967
+ type: "Image" | "Font" | "Generic";
7968
7968
  id: string;
7969
7969
  filePath: string;
7970
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
7970
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
7971
7971
  createdAt?: Date | undefined;
7972
7972
  designSystemId?: string | null | undefined;
7973
7973
  properties?: {
@@ -7987,10 +7987,10 @@ declare const DesignSystemDump: z.ZodObject<{
7987
7987
  }>, "many">;
7988
7988
  }, "strip", z.ZodTypeAny, {
7989
7989
  files: {
7990
- type: "Image" | "Font";
7990
+ type: "Image" | "Font" | "Generic";
7991
7991
  id: string;
7992
7992
  filePath: string;
7993
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
7993
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
7994
7994
  createdAt?: Date | undefined;
7995
7995
  designSystemId?: string | null | undefined;
7996
7996
  properties?: {
@@ -8192,7 +8192,7 @@ declare const DesignSystemDump: z.ZodObject<{
8192
8192
  } | undefined;
8193
8193
  }[];
8194
8194
  elementPropertyDefinitions: {
8195
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
8195
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
8196
8196
  id: string;
8197
8197
  name: string;
8198
8198
  persistentId: string;
@@ -8438,10 +8438,10 @@ declare const DesignSystemDump: z.ZodObject<{
8438
8438
  } | undefined;
8439
8439
  }, {
8440
8440
  files: {
8441
- type: "Image" | "Font";
8441
+ type: "Image" | "Font" | "Generic";
8442
8442
  id: string;
8443
8443
  filePath: string;
8444
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
8444
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
8445
8445
  createdAt?: Date | undefined;
8446
8446
  designSystemId?: string | null | undefined;
8447
8447
  properties?: {
@@ -8643,7 +8643,7 @@ declare const DesignSystemDump: z.ZodObject<{
8643
8643
  } | undefined;
8644
8644
  }[];
8645
8645
  elementPropertyDefinitions: {
8646
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
8646
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
8647
8647
  id: string;
8648
8648
  name: string;
8649
8649
  persistentId: string;
@@ -9666,7 +9666,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
9666
9666
  }>, "many">>;
9667
9667
  linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
9668
9668
  }, "strip", z.ZodTypeAny, {
9669
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
9669
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
9670
9670
  id: string;
9671
9671
  name: string;
9672
9672
  persistentId: string;
@@ -9683,7 +9683,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
9683
9683
  }[] | undefined;
9684
9684
  linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
9685
9685
  }, {
9686
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
9686
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
9687
9687
  id: string;
9688
9688
  name: string;
9689
9689
  persistentId: string;
@@ -11358,7 +11358,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
11358
11358
  } | undefined;
11359
11359
  }[];
11360
11360
  elementPropertyDefinitions: {
11361
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
11361
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
11362
11362
  id: string;
11363
11363
  name: string;
11364
11364
  persistentId: string;
@@ -11639,7 +11639,7 @@ declare const DesignSystemVersionDump: z.ZodObject<{
11639
11639
  } | undefined;
11640
11640
  }[];
11641
11641
  elementPropertyDefinitions: {
11642
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
11642
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
11643
11643
  id: string;
11644
11644
  name: string;
11645
11645
  persistentId: string;
@@ -14792,7 +14792,7 @@ declare const UserDump: z.ZodObject<{
14792
14792
  }>, "many">>;
14793
14793
  linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
14794
14794
  }, "strip", z.ZodTypeAny, {
14795
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
14795
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
14796
14796
  id: string;
14797
14797
  name: string;
14798
14798
  persistentId: string;
@@ -14809,7 +14809,7 @@ declare const UserDump: z.ZodObject<{
14809
14809
  }[] | undefined;
14810
14810
  linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
14811
14811
  }, {
14812
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
14812
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
14813
14813
  id: string;
14814
14814
  name: string;
14815
14815
  persistentId: string;
@@ -16484,7 +16484,7 @@ declare const UserDump: z.ZodObject<{
16484
16484
  } | undefined;
16485
16485
  }[];
16486
16486
  elementPropertyDefinitions: {
16487
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
16487
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
16488
16488
  id: string;
16489
16489
  name: string;
16490
16490
  persistentId: string;
@@ -16765,7 +16765,7 @@ declare const UserDump: z.ZodObject<{
16765
16765
  } | undefined;
16766
16766
  }[];
16767
16767
  elementPropertyDefinitions: {
16768
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
16768
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
16769
16769
  id: string;
16770
16770
  name: string;
16771
16771
  persistentId: string;
@@ -17028,10 +17028,10 @@ declare const UserDump: z.ZodObject<{
17028
17028
  files: z.ZodArray<z.ZodObject<{
17029
17029
  id: z.ZodString;
17030
17030
  designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17031
- type: z.ZodEnum<["Image", "Font"]>;
17031
+ type: z.ZodEnum<["Image", "Font", "Generic"]>;
17032
17032
  originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17033
17033
  filePath: z.ZodString;
17034
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
17034
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
17035
17035
  properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
17036
17036
  fontProperties: z.ZodArray<z.ZodObject<{
17037
17037
  family: z.ZodString;
@@ -17069,10 +17069,10 @@ declare const UserDump: z.ZodObject<{
17069
17069
  size: z.ZodOptional<z.ZodNumber>;
17070
17070
  checksum: z.ZodOptional<z.ZodString>;
17071
17071
  }, "strip", z.ZodTypeAny, {
17072
- type: "Image" | "Font";
17072
+ type: "Image" | "Font" | "Generic";
17073
17073
  id: string;
17074
17074
  filePath: string;
17075
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
17075
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
17076
17076
  createdAt?: Date | undefined;
17077
17077
  designSystemId?: string | null | undefined;
17078
17078
  properties?: {
@@ -17090,10 +17090,10 @@ declare const UserDump: z.ZodObject<{
17090
17090
  size?: number | undefined;
17091
17091
  checksum?: string | undefined;
17092
17092
  }, {
17093
- type: "Image" | "Font";
17093
+ type: "Image" | "Font" | "Generic";
17094
17094
  id: string;
17095
17095
  filePath: string;
17096
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
17096
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
17097
17097
  createdAt?: Date | undefined;
17098
17098
  designSystemId?: string | null | undefined;
17099
17099
  properties?: {
@@ -17113,10 +17113,10 @@ declare const UserDump: z.ZodObject<{
17113
17113
  }>, "many">;
17114
17114
  }, "strip", z.ZodTypeAny, {
17115
17115
  files: {
17116
- type: "Image" | "Font";
17116
+ type: "Image" | "Font" | "Generic";
17117
17117
  id: string;
17118
17118
  filePath: string;
17119
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
17119
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
17120
17120
  createdAt?: Date | undefined;
17121
17121
  designSystemId?: string | null | undefined;
17122
17122
  properties?: {
@@ -17318,7 +17318,7 @@ declare const UserDump: z.ZodObject<{
17318
17318
  } | undefined;
17319
17319
  }[];
17320
17320
  elementPropertyDefinitions: {
17321
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
17321
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
17322
17322
  id: string;
17323
17323
  name: string;
17324
17324
  persistentId: string;
@@ -17564,10 +17564,10 @@ declare const UserDump: z.ZodObject<{
17564
17564
  } | undefined;
17565
17565
  }, {
17566
17566
  files: {
17567
- type: "Image" | "Font";
17567
+ type: "Image" | "Font" | "Generic";
17568
17568
  id: string;
17569
17569
  filePath: string;
17570
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
17570
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
17571
17571
  createdAt?: Date | undefined;
17572
17572
  designSystemId?: string | null | undefined;
17573
17573
  properties?: {
@@ -17769,7 +17769,7 @@ declare const UserDump: z.ZodObject<{
17769
17769
  } | undefined;
17770
17770
  }[];
17771
17771
  elementPropertyDefinitions: {
17772
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
17772
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
17773
17773
  id: string;
17774
17774
  name: string;
17775
17775
  persistentId: string;
@@ -20835,10 +20835,10 @@ declare const UserDump: z.ZodObject<{
20835
20835
  };
20836
20836
  designSystems: {
20837
20837
  files: {
20838
- type: "Image" | "Font";
20838
+ type: "Image" | "Font" | "Generic";
20839
20839
  id: string;
20840
20840
  filePath: string;
20841
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
20841
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
20842
20842
  createdAt?: Date | undefined;
20843
20843
  designSystemId?: string | null | undefined;
20844
20844
  properties?: {
@@ -21040,7 +21040,7 @@ declare const UserDump: z.ZodObject<{
21040
21040
  } | undefined;
21041
21041
  }[];
21042
21042
  elementPropertyDefinitions: {
21043
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
21043
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
21044
21044
  id: string;
21045
21045
  name: string;
21046
21046
  persistentId: string;
@@ -21838,10 +21838,10 @@ declare const UserDump: z.ZodObject<{
21838
21838
  };
21839
21839
  designSystems: {
21840
21840
  files: {
21841
- type: "Image" | "Font";
21841
+ type: "Image" | "Font" | "Generic";
21842
21842
  id: string;
21843
21843
  filePath: string;
21844
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
21844
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
21845
21845
  createdAt?: Date | undefined;
21846
21846
  designSystemId?: string | null | undefined;
21847
21847
  properties?: {
@@ -22043,7 +22043,7 @@ declare const UserDump: z.ZodObject<{
22043
22043
  } | undefined;
22044
22044
  }[];
22045
22045
  elementPropertyDefinitions: {
22046
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
22046
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
22047
22047
  id: string;
22048
22048
  name: string;
22049
22049
  persistentId: string;
@@ -22843,10 +22843,10 @@ declare const UserDump: z.ZodObject<{
22843
22843
  };
22844
22844
  designSystems: {
22845
22845
  files: {
22846
- type: "Image" | "Font";
22846
+ type: "Image" | "Font" | "Generic";
22847
22847
  id: string;
22848
22848
  filePath: string;
22849
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
22849
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
22850
22850
  createdAt?: Date | undefined;
22851
22851
  designSystemId?: string | null | undefined;
22852
22852
  properties?: {
@@ -23048,7 +23048,7 @@ declare const UserDump: z.ZodObject<{
23048
23048
  } | undefined;
23049
23049
  }[];
23050
23050
  elementPropertyDefinitions: {
23051
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
23051
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
23052
23052
  id: string;
23053
23053
  name: string;
23054
23054
  persistentId: string;
@@ -23878,10 +23878,10 @@ declare const UserDump: z.ZodObject<{
23878
23878
  };
23879
23879
  designSystems: {
23880
23880
  files: {
23881
- type: "Image" | "Font";
23881
+ type: "Image" | "Font" | "Generic";
23882
23882
  id: string;
23883
23883
  filePath: string;
23884
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
23884
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
23885
23885
  createdAt?: Date | undefined;
23886
23886
  designSystemId?: string | null | undefined;
23887
23887
  properties?: {
@@ -24083,7 +24083,7 @@ declare const UserDump: z.ZodObject<{
24083
24083
  } | undefined;
24084
24084
  }[];
24085
24085
  elementPropertyDefinitions: {
24086
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
24086
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
24087
24087
  id: string;
24088
24088
  name: string;
24089
24089
  persistentId: string;
@@ -27233,7 +27233,7 @@ declare const WorkspaceDump: z.ZodObject<{
27233
27233
  }>, "many">>;
27234
27234
  linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
27235
27235
  }, "strip", z.ZodTypeAny, {
27236
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
27236
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
27237
27237
  id: string;
27238
27238
  name: string;
27239
27239
  persistentId: string;
@@ -27250,7 +27250,7 @@ declare const WorkspaceDump: z.ZodObject<{
27250
27250
  }[] | undefined;
27251
27251
  linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
27252
27252
  }, {
27253
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
27253
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
27254
27254
  id: string;
27255
27255
  name: string;
27256
27256
  persistentId: string;
@@ -28925,7 +28925,7 @@ declare const WorkspaceDump: z.ZodObject<{
28925
28925
  } | undefined;
28926
28926
  }[];
28927
28927
  elementPropertyDefinitions: {
28928
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
28928
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
28929
28929
  id: string;
28930
28930
  name: string;
28931
28931
  persistentId: string;
@@ -29206,7 +29206,7 @@ declare const WorkspaceDump: z.ZodObject<{
29206
29206
  } | undefined;
29207
29207
  }[];
29208
29208
  elementPropertyDefinitions: {
29209
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
29209
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
29210
29210
  id: string;
29211
29211
  name: string;
29212
29212
  persistentId: string;
@@ -29469,10 +29469,10 @@ declare const WorkspaceDump: z.ZodObject<{
29469
29469
  files: z.ZodArray<z.ZodObject<{
29470
29470
  id: z.ZodString;
29471
29471
  designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29472
- type: z.ZodEnum<["Image", "Font"]>;
29472
+ type: z.ZodEnum<["Image", "Font", "Generic"]>;
29473
29473
  originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29474
29474
  filePath: z.ZodString;
29475
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
29475
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
29476
29476
  properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
29477
29477
  fontProperties: z.ZodArray<z.ZodObject<{
29478
29478
  family: z.ZodString;
@@ -29510,10 +29510,10 @@ declare const WorkspaceDump: z.ZodObject<{
29510
29510
  size: z.ZodOptional<z.ZodNumber>;
29511
29511
  checksum: z.ZodOptional<z.ZodString>;
29512
29512
  }, "strip", z.ZodTypeAny, {
29513
- type: "Image" | "Font";
29513
+ type: "Image" | "Font" | "Generic";
29514
29514
  id: string;
29515
29515
  filePath: string;
29516
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
29516
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
29517
29517
  createdAt?: Date | undefined;
29518
29518
  designSystemId?: string | null | undefined;
29519
29519
  properties?: {
@@ -29531,10 +29531,10 @@ declare const WorkspaceDump: z.ZodObject<{
29531
29531
  size?: number | undefined;
29532
29532
  checksum?: string | undefined;
29533
29533
  }, {
29534
- type: "Image" | "Font";
29534
+ type: "Image" | "Font" | "Generic";
29535
29535
  id: string;
29536
29536
  filePath: string;
29537
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
29537
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
29538
29538
  createdAt?: Date | undefined;
29539
29539
  designSystemId?: string | null | undefined;
29540
29540
  properties?: {
@@ -29554,10 +29554,10 @@ declare const WorkspaceDump: z.ZodObject<{
29554
29554
  }>, "many">;
29555
29555
  }, "strip", z.ZodTypeAny, {
29556
29556
  files: {
29557
- type: "Image" | "Font";
29557
+ type: "Image" | "Font" | "Generic";
29558
29558
  id: string;
29559
29559
  filePath: string;
29560
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
29560
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
29561
29561
  createdAt?: Date | undefined;
29562
29562
  designSystemId?: string | null | undefined;
29563
29563
  properties?: {
@@ -29759,7 +29759,7 @@ declare const WorkspaceDump: z.ZodObject<{
29759
29759
  } | undefined;
29760
29760
  }[];
29761
29761
  elementPropertyDefinitions: {
29762
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
29762
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
29763
29763
  id: string;
29764
29764
  name: string;
29765
29765
  persistentId: string;
@@ -30005,10 +30005,10 @@ declare const WorkspaceDump: z.ZodObject<{
30005
30005
  } | undefined;
30006
30006
  }, {
30007
30007
  files: {
30008
- type: "Image" | "Font";
30008
+ type: "Image" | "Font" | "Generic";
30009
30009
  id: string;
30010
30010
  filePath: string;
30011
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
30011
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
30012
30012
  createdAt?: Date | undefined;
30013
30013
  designSystemId?: string | null | undefined;
30014
30014
  properties?: {
@@ -30210,7 +30210,7 @@ declare const WorkspaceDump: z.ZodObject<{
30210
30210
  } | undefined;
30211
30211
  }[];
30212
30212
  elementPropertyDefinitions: {
30213
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
30213
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
30214
30214
  id: string;
30215
30215
  name: string;
30216
30216
  persistentId: string;
@@ -33276,10 +33276,10 @@ declare const WorkspaceDump: z.ZodObject<{
33276
33276
  };
33277
33277
  designSystems: {
33278
33278
  files: {
33279
- type: "Image" | "Font";
33279
+ type: "Image" | "Font" | "Generic";
33280
33280
  id: string;
33281
33281
  filePath: string;
33282
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
33282
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
33283
33283
  createdAt?: Date | undefined;
33284
33284
  designSystemId?: string | null | undefined;
33285
33285
  properties?: {
@@ -33481,7 +33481,7 @@ declare const WorkspaceDump: z.ZodObject<{
33481
33481
  } | undefined;
33482
33482
  }[];
33483
33483
  elementPropertyDefinitions: {
33484
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
33484
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
33485
33485
  id: string;
33486
33486
  name: string;
33487
33487
  persistentId: string;
@@ -34279,10 +34279,10 @@ declare const WorkspaceDump: z.ZodObject<{
34279
34279
  };
34280
34280
  designSystems: {
34281
34281
  files: {
34282
- type: "Image" | "Font";
34282
+ type: "Image" | "Font" | "Generic";
34283
34283
  id: string;
34284
34284
  filePath: string;
34285
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
34285
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
34286
34286
  createdAt?: Date | undefined;
34287
34287
  designSystemId?: string | null | undefined;
34288
34288
  properties?: {
@@ -34484,7 +34484,7 @@ declare const WorkspaceDump: z.ZodObject<{
34484
34484
  } | undefined;
34485
34485
  }[];
34486
34486
  elementPropertyDefinitions: {
34487
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
34487
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
34488
34488
  id: string;
34489
34489
  name: string;
34490
34490
  persistentId: string;
@@ -35576,9 +35576,9 @@ type AssetReferenceDiff = {
35576
35576
 
35577
35577
  declare const AssetValue: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
35578
35578
 
35579
- declare const AssetType: z.ZodEnum<["Image", "Font"]>;
35579
+ declare const AssetType: z.ZodEnum<["Image", "Font", "Generic"]>;
35580
35580
  type AssetType = z.infer<typeof AssetType>;
35581
- declare const AssetScope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
35581
+ declare const AssetScope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
35582
35582
  type AssetScope = z.infer<typeof AssetScope>;
35583
35583
  declare const AssetFontProperties: z.ZodObject<{
35584
35584
  family: z.ZodString;
@@ -35634,10 +35634,10 @@ type AssetOrigin = z.infer<typeof AssetOrigin>;
35634
35634
  declare const Asset: z.ZodObject<{
35635
35635
  id: z.ZodString;
35636
35636
  designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35637
- type: z.ZodEnum<["Image", "Font"]>;
35637
+ type: z.ZodEnum<["Image", "Font", "Generic"]>;
35638
35638
  originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35639
35639
  filePath: z.ZodString;
35640
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
35640
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
35641
35641
  properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
35642
35642
  fontProperties: z.ZodArray<z.ZodObject<{
35643
35643
  family: z.ZodString;
@@ -35675,10 +35675,10 @@ declare const Asset: z.ZodObject<{
35675
35675
  size: z.ZodOptional<z.ZodNumber>;
35676
35676
  checksum: z.ZodOptional<z.ZodString>;
35677
35677
  }, "strip", z.ZodTypeAny, {
35678
- type: "Image" | "Font";
35678
+ type: "Image" | "Font" | "Generic";
35679
35679
  id: string;
35680
35680
  filePath: string;
35681
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
35681
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
35682
35682
  createdAt?: Date | undefined;
35683
35683
  designSystemId?: string | null | undefined;
35684
35684
  properties?: {
@@ -35696,10 +35696,10 @@ declare const Asset: z.ZodObject<{
35696
35696
  size?: number | undefined;
35697
35697
  checksum?: string | undefined;
35698
35698
  }, {
35699
- type: "Image" | "Font";
35699
+ type: "Image" | "Font" | "Generic";
35700
35700
  id: string;
35701
35701
  filePath: string;
35702
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
35702
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
35703
35703
  createdAt?: Date | undefined;
35704
35704
  designSystemId?: string | null | undefined;
35705
35705
  properties?: {
@@ -35721,10 +35721,10 @@ type Asset = z.infer<typeof Asset>;
35721
35721
  declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
35722
35722
  id: z.ZodString;
35723
35723
  designSystemId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35724
- type: z.ZodEnum<["Image", "Font"]>;
35724
+ type: z.ZodEnum<["Image", "Font", "Generic"]>;
35725
35725
  originalFileName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35726
35726
  filePath: z.ZodString;
35727
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
35727
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
35728
35728
  properties: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
35729
35729
  fontProperties: z.ZodArray<z.ZodObject<{
35730
35730
  family: z.ZodString;
@@ -35764,11 +35764,11 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
35764
35764
  }, {
35765
35765
  url: z.ZodString;
35766
35766
  }>, "strip", z.ZodTypeAny, {
35767
- type: "Image" | "Font";
35767
+ type: "Image" | "Font" | "Generic";
35768
35768
  id: string;
35769
35769
  url: string;
35770
35770
  filePath: string;
35771
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
35771
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
35772
35772
  createdAt?: Date | undefined;
35773
35773
  designSystemId?: string | null | undefined;
35774
35774
  properties?: {
@@ -35786,11 +35786,11 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
35786
35786
  size?: number | undefined;
35787
35787
  checksum?: string | undefined;
35788
35788
  }, {
35789
- type: "Image" | "Font";
35789
+ type: "Image" | "Font" | "Generic";
35790
35790
  id: string;
35791
35791
  url: string;
35792
35792
  filePath: string;
35793
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
35793
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
35794
35794
  createdAt?: Date | undefined;
35795
35795
  designSystemId?: string | null | undefined;
35796
35796
  properties?: {
@@ -93113,7 +93113,7 @@ declare const ImportModelCollection: z.ZodObject<{
93113
93113
  sortOrder: z.ZodNumber;
93114
93114
  }, {
93115
93115
  thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
93116
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
93116
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
93117
93117
  }, {
93118
93118
  type: z.ZodLiteral<"Url">;
93119
93119
  url: z.ZodString;
@@ -93123,16 +93123,16 @@ declare const ImportModelCollection: z.ZodObject<{
93123
93123
  type: "Url";
93124
93124
  url: string;
93125
93125
  originKey: string;
93126
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93126
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93127
93127
  extension: string;
93128
93128
  }, {
93129
93129
  type: "Url";
93130
93130
  url: string;
93131
93131
  originKey: string;
93132
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93132
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93133
93133
  extension: string;
93134
93134
  }>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
93135
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
93135
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
93136
93136
  }, {
93137
93137
  type: z.ZodLiteral<"FigmaRender">;
93138
93138
  fileId: z.ZodString;
@@ -93145,7 +93145,7 @@ declare const ImportModelCollection: z.ZodObject<{
93145
93145
  }>, "strip", z.ZodTypeAny, {
93146
93146
  type: "FigmaRender";
93147
93147
  originKey: string;
93148
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93148
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93149
93149
  format: "Png";
93150
93150
  fileId: string;
93151
93151
  scale: number;
@@ -93154,14 +93154,14 @@ declare const ImportModelCollection: z.ZodObject<{
93154
93154
  }, {
93155
93155
  type: "FigmaRender";
93156
93156
  originKey: string;
93157
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93157
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93158
93158
  format: "Png";
93159
93159
  fileId: string;
93160
93160
  scale: number;
93161
93161
  nodeId: string;
93162
93162
  fileVersionId?: string | undefined;
93163
93163
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
93164
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
93164
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
93165
93165
  }, {
93166
93166
  type: z.ZodLiteral<"FigmaRender">;
93167
93167
  fileId: z.ZodString;
@@ -93173,7 +93173,7 @@ declare const ImportModelCollection: z.ZodObject<{
93173
93173
  }>, "strip", z.ZodTypeAny, {
93174
93174
  type: "FigmaRender";
93175
93175
  originKey: string;
93176
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93176
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93177
93177
  format: "Svg";
93178
93178
  fileId: string;
93179
93179
  nodeId: string;
@@ -93181,7 +93181,7 @@ declare const ImportModelCollection: z.ZodObject<{
93181
93181
  }, {
93182
93182
  type: "FigmaRender";
93183
93183
  originKey: string;
93184
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93184
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93185
93185
  format: "Svg";
93186
93186
  fileId: string;
93187
93187
  nodeId: string;
@@ -93283,7 +93283,7 @@ declare const ImportModelCollection: z.ZodObject<{
93283
93283
  variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
93284
93284
  renderNodeId: z.ZodString;
93285
93285
  svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
93286
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
93286
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
93287
93287
  }, {
93288
93288
  type: z.ZodLiteral<"FigmaRender">;
93289
93289
  fileId: z.ZodString;
@@ -93295,7 +93295,7 @@ declare const ImportModelCollection: z.ZodObject<{
93295
93295
  }>, "strip", z.ZodTypeAny, {
93296
93296
  type: "FigmaRender";
93297
93297
  originKey: string;
93298
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93298
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93299
93299
  format: "Svg";
93300
93300
  fileId: string;
93301
93301
  nodeId: string;
@@ -93303,7 +93303,7 @@ declare const ImportModelCollection: z.ZodObject<{
93303
93303
  }, {
93304
93304
  type: "FigmaRender";
93305
93305
  originKey: string;
93306
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93306
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93307
93307
  format: "Svg";
93308
93308
  fileId: string;
93309
93309
  nodeId: string;
@@ -93356,12 +93356,12 @@ declare const ImportModelCollection: z.ZodObject<{
93356
93356
  type: "Url";
93357
93357
  url: string;
93358
93358
  originKey: string;
93359
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93359
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93360
93360
  extension: string;
93361
93361
  } | {
93362
93362
  type: "FigmaRender";
93363
93363
  originKey: string;
93364
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93364
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93365
93365
  format: "Png";
93366
93366
  fileId: string;
93367
93367
  scale: number;
@@ -93370,7 +93370,7 @@ declare const ImportModelCollection: z.ZodObject<{
93370
93370
  } | {
93371
93371
  type: "FigmaRender";
93372
93372
  originKey: string;
93373
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93373
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93374
93374
  format: "Svg";
93375
93375
  fileId: string;
93376
93376
  nodeId: string;
@@ -93379,7 +93379,7 @@ declare const ImportModelCollection: z.ZodObject<{
93379
93379
  svg?: {
93380
93380
  type: "FigmaRender";
93381
93381
  originKey: string;
93382
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93382
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93383
93383
  format: "Svg";
93384
93384
  fileId: string;
93385
93385
  nodeId: string;
@@ -93436,12 +93436,12 @@ declare const ImportModelCollection: z.ZodObject<{
93436
93436
  type: "Url";
93437
93437
  url: string;
93438
93438
  originKey: string;
93439
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93439
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93440
93440
  extension: string;
93441
93441
  } | {
93442
93442
  type: "FigmaRender";
93443
93443
  originKey: string;
93444
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93444
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93445
93445
  format: "Png";
93446
93446
  fileId: string;
93447
93447
  scale: number;
@@ -93450,7 +93450,7 @@ declare const ImportModelCollection: z.ZodObject<{
93450
93450
  } | {
93451
93451
  type: "FigmaRender";
93452
93452
  originKey: string;
93453
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93453
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93454
93454
  format: "Svg";
93455
93455
  fileId: string;
93456
93456
  nodeId: string;
@@ -93459,7 +93459,7 @@ declare const ImportModelCollection: z.ZodObject<{
93459
93459
  svg?: {
93460
93460
  type: "FigmaRender";
93461
93461
  originKey: string;
93462
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
93462
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
93463
93463
  format: "Svg";
93464
93464
  fileId: string;
93465
93465
  nodeId: string;
@@ -100312,12 +100312,12 @@ declare const ImportModelCollection: z.ZodObject<{
100312
100312
  type: "Url";
100313
100313
  url: string;
100314
100314
  originKey: string;
100315
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
100315
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
100316
100316
  extension: string;
100317
100317
  } | {
100318
100318
  type: "FigmaRender";
100319
100319
  originKey: string;
100320
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
100320
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
100321
100321
  format: "Png";
100322
100322
  fileId: string;
100323
100323
  scale: number;
@@ -100326,7 +100326,7 @@ declare const ImportModelCollection: z.ZodObject<{
100326
100326
  } | {
100327
100327
  type: "FigmaRender";
100328
100328
  originKey: string;
100329
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
100329
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
100330
100330
  format: "Svg";
100331
100331
  fileId: string;
100332
100332
  nodeId: string;
@@ -100335,7 +100335,7 @@ declare const ImportModelCollection: z.ZodObject<{
100335
100335
  svg?: {
100336
100336
  type: "FigmaRender";
100337
100337
  originKey: string;
100338
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
100338
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
100339
100339
  format: "Svg";
100340
100340
  fileId: string;
100341
100341
  nodeId: string;
@@ -101634,12 +101634,12 @@ declare const ImportModelCollection: z.ZodObject<{
101634
101634
  type: "Url";
101635
101635
  url: string;
101636
101636
  originKey: string;
101637
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
101637
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
101638
101638
  extension: string;
101639
101639
  } | {
101640
101640
  type: "FigmaRender";
101641
101641
  originKey: string;
101642
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
101642
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
101643
101643
  format: "Png";
101644
101644
  fileId: string;
101645
101645
  scale: number;
@@ -101648,7 +101648,7 @@ declare const ImportModelCollection: z.ZodObject<{
101648
101648
  } | {
101649
101649
  type: "FigmaRender";
101650
101650
  originKey: string;
101651
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
101651
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
101652
101652
  format: "Svg";
101653
101653
  fileId: string;
101654
101654
  nodeId: string;
@@ -101657,7 +101657,7 @@ declare const ImportModelCollection: z.ZodObject<{
101657
101657
  svg?: {
101658
101658
  type: "FigmaRender";
101659
101659
  originKey: string;
101660
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
101660
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
101661
101661
  format: "Svg";
101662
101662
  fileId: string;
101663
101663
  nodeId: string;
@@ -104816,7 +104816,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
104816
104816
  originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
104817
104817
  }>, {
104818
104818
  thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
104819
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
104819
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
104820
104820
  }, {
104821
104821
  type: z.ZodLiteral<"Url">;
104822
104822
  url: z.ZodString;
@@ -104826,16 +104826,16 @@ declare const ImportModelInputCollection: z.ZodObject<{
104826
104826
  type: "Url";
104827
104827
  url: string;
104828
104828
  originKey: string;
104829
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
104829
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104830
104830
  extension: string;
104831
104831
  }, {
104832
104832
  type: "Url";
104833
104833
  url: string;
104834
104834
  originKey: string;
104835
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
104835
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104836
104836
  extension: string;
104837
104837
  }>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
104838
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
104838
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
104839
104839
  }, {
104840
104840
  type: z.ZodLiteral<"FigmaRender">;
104841
104841
  fileId: z.ZodString;
@@ -104848,7 +104848,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
104848
104848
  }>, "strip", z.ZodTypeAny, {
104849
104849
  type: "FigmaRender";
104850
104850
  originKey: string;
104851
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
104851
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104852
104852
  format: "Png";
104853
104853
  fileId: string;
104854
104854
  scale: number;
@@ -104857,14 +104857,14 @@ declare const ImportModelInputCollection: z.ZodObject<{
104857
104857
  }, {
104858
104858
  type: "FigmaRender";
104859
104859
  originKey: string;
104860
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
104860
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104861
104861
  format: "Png";
104862
104862
  fileId: string;
104863
104863
  scale: number;
104864
104864
  nodeId: string;
104865
104865
  fileVersionId?: string | undefined;
104866
104866
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
104867
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
104867
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
104868
104868
  }, {
104869
104869
  type: z.ZodLiteral<"FigmaRender">;
104870
104870
  fileId: z.ZodString;
@@ -104876,7 +104876,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
104876
104876
  }>, "strip", z.ZodTypeAny, {
104877
104877
  type: "FigmaRender";
104878
104878
  originKey: string;
104879
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
104879
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104880
104880
  format: "Svg";
104881
104881
  fileId: string;
104882
104882
  nodeId: string;
@@ -104884,7 +104884,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
104884
104884
  }, {
104885
104885
  type: "FigmaRender";
104886
104886
  originKey: string;
104887
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
104887
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
104888
104888
  format: "Svg";
104889
104889
  fileId: string;
104890
104890
  nodeId: string;
@@ -104986,7 +104986,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
104986
104986
  variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
104987
104987
  renderNodeId: z.ZodString;
104988
104988
  svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
104989
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
104989
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
104990
104990
  }, {
104991
104991
  type: z.ZodLiteral<"FigmaRender">;
104992
104992
  fileId: z.ZodString;
@@ -104998,7 +104998,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
104998
104998
  }>, "strip", z.ZodTypeAny, {
104999
104999
  type: "FigmaRender";
105000
105000
  originKey: string;
105001
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105001
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105002
105002
  format: "Svg";
105003
105003
  fileId: string;
105004
105004
  nodeId: string;
@@ -105006,7 +105006,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105006
105006
  }, {
105007
105007
  type: "FigmaRender";
105008
105008
  originKey: string;
105009
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105009
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105010
105010
  format: "Svg";
105011
105011
  fileId: string;
105012
105012
  nodeId: string;
@@ -105038,12 +105038,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
105038
105038
  type: "Url";
105039
105039
  url: string;
105040
105040
  originKey: string;
105041
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105041
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105042
105042
  extension: string;
105043
105043
  } | {
105044
105044
  type: "FigmaRender";
105045
105045
  originKey: string;
105046
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105046
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105047
105047
  format: "Png";
105048
105048
  fileId: string;
105049
105049
  scale: number;
@@ -105052,7 +105052,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105052
105052
  } | {
105053
105053
  type: "FigmaRender";
105054
105054
  originKey: string;
105055
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105055
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105056
105056
  format: "Svg";
105057
105057
  fileId: string;
105058
105058
  nodeId: string;
@@ -105067,7 +105067,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105067
105067
  svg?: {
105068
105068
  type: "FigmaRender";
105069
105069
  originKey: string;
105070
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105070
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105071
105071
  format: "Svg";
105072
105072
  fileId: string;
105073
105073
  nodeId: string;
@@ -105114,12 +105114,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
105114
105114
  type: "Url";
105115
105115
  url: string;
105116
105116
  originKey: string;
105117
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105117
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105118
105118
  extension: string;
105119
105119
  } | {
105120
105120
  type: "FigmaRender";
105121
105121
  originKey: string;
105122
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105122
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105123
105123
  format: "Png";
105124
105124
  fileId: string;
105125
105125
  scale: number;
@@ -105128,7 +105128,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105128
105128
  } | {
105129
105129
  type: "FigmaRender";
105130
105130
  originKey: string;
105131
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105131
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105132
105132
  format: "Svg";
105133
105133
  fileId: string;
105134
105134
  nodeId: string;
@@ -105143,7 +105143,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105143
105143
  svg?: {
105144
105144
  type: "FigmaRender";
105145
105145
  originKey: string;
105146
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105146
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105147
105147
  format: "Svg";
105148
105148
  fileId: string;
105149
105149
  nodeId: string;
@@ -105212,7 +105212,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105212
105212
  originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
105213
105213
  }>, {
105214
105214
  thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
105215
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
105215
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
105216
105216
  }, {
105217
105217
  type: z.ZodLiteral<"Url">;
105218
105218
  url: z.ZodString;
@@ -105222,16 +105222,16 @@ declare const ImportModelInputCollection: z.ZodObject<{
105222
105222
  type: "Url";
105223
105223
  url: string;
105224
105224
  originKey: string;
105225
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105225
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105226
105226
  extension: string;
105227
105227
  }, {
105228
105228
  type: "Url";
105229
105229
  url: string;
105230
105230
  originKey: string;
105231
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105231
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105232
105232
  extension: string;
105233
105233
  }>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
105234
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
105234
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
105235
105235
  }, {
105236
105236
  type: z.ZodLiteral<"FigmaRender">;
105237
105237
  fileId: z.ZodString;
@@ -105244,7 +105244,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105244
105244
  }>, "strip", z.ZodTypeAny, {
105245
105245
  type: "FigmaRender";
105246
105246
  originKey: string;
105247
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105247
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105248
105248
  format: "Png";
105249
105249
  fileId: string;
105250
105250
  scale: number;
@@ -105253,14 +105253,14 @@ declare const ImportModelInputCollection: z.ZodObject<{
105253
105253
  }, {
105254
105254
  type: "FigmaRender";
105255
105255
  originKey: string;
105256
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105256
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105257
105257
  format: "Png";
105258
105258
  fileId: string;
105259
105259
  scale: number;
105260
105260
  nodeId: string;
105261
105261
  fileVersionId?: string | undefined;
105262
105262
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
105263
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
105263
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
105264
105264
  }, {
105265
105265
  type: z.ZodLiteral<"FigmaRender">;
105266
105266
  fileId: z.ZodString;
@@ -105272,7 +105272,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105272
105272
  }>, "strip", z.ZodTypeAny, {
105273
105273
  type: "FigmaRender";
105274
105274
  originKey: string;
105275
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105275
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105276
105276
  format: "Svg";
105277
105277
  fileId: string;
105278
105278
  nodeId: string;
@@ -105280,7 +105280,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105280
105280
  }, {
105281
105281
  type: "FigmaRender";
105282
105282
  originKey: string;
105283
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105283
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105284
105284
  format: "Svg";
105285
105285
  fileId: string;
105286
105286
  nodeId: string;
@@ -105382,7 +105382,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105382
105382
  variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
105383
105383
  renderNodeId: z.ZodString;
105384
105384
  svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
105385
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
105385
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
105386
105386
  }, {
105387
105387
  type: z.ZodLiteral<"FigmaRender">;
105388
105388
  fileId: z.ZodString;
@@ -105394,7 +105394,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105394
105394
  }>, "strip", z.ZodTypeAny, {
105395
105395
  type: "FigmaRender";
105396
105396
  originKey: string;
105397
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105397
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105398
105398
  format: "Svg";
105399
105399
  fileId: string;
105400
105400
  nodeId: string;
@@ -105402,7 +105402,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105402
105402
  }, {
105403
105403
  type: "FigmaRender";
105404
105404
  originKey: string;
105405
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105405
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105406
105406
  format: "Svg";
105407
105407
  fileId: string;
105408
105408
  nodeId: string;
@@ -105434,12 +105434,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
105434
105434
  type: "Url";
105435
105435
  url: string;
105436
105436
  originKey: string;
105437
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105437
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105438
105438
  extension: string;
105439
105439
  } | {
105440
105440
  type: "FigmaRender";
105441
105441
  originKey: string;
105442
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105442
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105443
105443
  format: "Png";
105444
105444
  fileId: string;
105445
105445
  scale: number;
@@ -105448,7 +105448,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105448
105448
  } | {
105449
105449
  type: "FigmaRender";
105450
105450
  originKey: string;
105451
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105451
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105452
105452
  format: "Svg";
105453
105453
  fileId: string;
105454
105454
  nodeId: string;
@@ -105463,7 +105463,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105463
105463
  svg?: {
105464
105464
  type: "FigmaRender";
105465
105465
  originKey: string;
105466
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105466
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105467
105467
  format: "Svg";
105468
105468
  fileId: string;
105469
105469
  nodeId: string;
@@ -105510,12 +105510,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
105510
105510
  type: "Url";
105511
105511
  url: string;
105512
105512
  originKey: string;
105513
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105513
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105514
105514
  extension: string;
105515
105515
  } | {
105516
105516
  type: "FigmaRender";
105517
105517
  originKey: string;
105518
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105518
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105519
105519
  format: "Png";
105520
105520
  fileId: string;
105521
105521
  scale: number;
@@ -105524,7 +105524,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105524
105524
  } | {
105525
105525
  type: "FigmaRender";
105526
105526
  originKey: string;
105527
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105527
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105528
105528
  format: "Svg";
105529
105529
  fileId: string;
105530
105530
  nodeId: string;
@@ -105539,7 +105539,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
105539
105539
  svg?: {
105540
105540
  type: "FigmaRender";
105541
105541
  originKey: string;
105542
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
105542
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
105543
105543
  format: "Svg";
105544
105544
  fileId: string;
105545
105545
  nodeId: string;
@@ -111903,12 +111903,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
111903
111903
  type: "Url";
111904
111904
  url: string;
111905
111905
  originKey: string;
111906
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
111906
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
111907
111907
  extension: string;
111908
111908
  } | {
111909
111909
  type: "FigmaRender";
111910
111910
  originKey: string;
111911
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
111911
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
111912
111912
  format: "Png";
111913
111913
  fileId: string;
111914
111914
  scale: number;
@@ -111917,7 +111917,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
111917
111917
  } | {
111918
111918
  type: "FigmaRender";
111919
111919
  originKey: string;
111920
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
111920
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
111921
111921
  format: "Svg";
111922
111922
  fileId: string;
111923
111923
  nodeId: string;
@@ -111932,7 +111932,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
111932
111932
  svg?: {
111933
111933
  type: "FigmaRender";
111934
111934
  originKey: string;
111935
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
111935
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
111936
111936
  format: "Svg";
111937
111937
  fileId: string;
111938
111938
  nodeId: string;
@@ -112366,12 +112366,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
112366
112366
  type: "Url";
112367
112367
  url: string;
112368
112368
  originKey: string;
112369
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
112369
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
112370
112370
  extension: string;
112371
112371
  } | {
112372
112372
  type: "FigmaRender";
112373
112373
  originKey: string;
112374
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
112374
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
112375
112375
  format: "Png";
112376
112376
  fileId: string;
112377
112377
  scale: number;
@@ -112380,7 +112380,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
112380
112380
  } | {
112381
112381
  type: "FigmaRender";
112382
112382
  originKey: string;
112383
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
112383
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
112384
112384
  format: "Svg";
112385
112385
  fileId: string;
112386
112386
  nodeId: string;
@@ -112395,7 +112395,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
112395
112395
  svg?: {
112396
112396
  type: "FigmaRender";
112397
112397
  originKey: string;
112398
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
112398
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
112399
112399
  format: "Svg";
112400
112400
  fileId: string;
112401
112401
  nodeId: string;
@@ -113233,12 +113233,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
113233
113233
  type: "Url";
113234
113234
  url: string;
113235
113235
  originKey: string;
113236
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
113236
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113237
113237
  extension: string;
113238
113238
  } | {
113239
113239
  type: "FigmaRender";
113240
113240
  originKey: string;
113241
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
113241
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113242
113242
  format: "Png";
113243
113243
  fileId: string;
113244
113244
  scale: number;
@@ -113247,7 +113247,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
113247
113247
  } | {
113248
113248
  type: "FigmaRender";
113249
113249
  originKey: string;
113250
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
113250
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113251
113251
  format: "Svg";
113252
113252
  fileId: string;
113253
113253
  nodeId: string;
@@ -113262,7 +113262,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
113262
113262
  svg?: {
113263
113263
  type: "FigmaRender";
113264
113264
  originKey: string;
113265
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
113265
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113266
113266
  format: "Svg";
113267
113267
  fileId: string;
113268
113268
  nodeId: string;
@@ -113691,12 +113691,12 @@ declare const ImportModelInputCollection: z.ZodObject<{
113691
113691
  type: "Url";
113692
113692
  url: string;
113693
113693
  originKey: string;
113694
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
113694
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113695
113695
  extension: string;
113696
113696
  } | {
113697
113697
  type: "FigmaRender";
113698
113698
  originKey: string;
113699
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
113699
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113700
113700
  format: "Png";
113701
113701
  fileId: string;
113702
113702
  scale: number;
@@ -113705,7 +113705,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
113705
113705
  } | {
113706
113706
  type: "FigmaRender";
113707
113707
  originKey: string;
113708
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
113708
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113709
113709
  format: "Svg";
113710
113710
  fileId: string;
113711
113711
  nodeId: string;
@@ -113720,7 +113720,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
113720
113720
  svg?: {
113721
113721
  type: "FigmaRender";
113722
113722
  originKey: string;
113723
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
113723
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
113724
113724
  format: "Svg";
113725
113725
  fileId: string;
113726
113726
  nodeId: string;
@@ -114575,7 +114575,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114575
114575
  sortOrder: z.ZodNumber;
114576
114576
  }, {
114577
114577
  thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
114578
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
114578
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
114579
114579
  }, {
114580
114580
  type: z.ZodLiteral<"Url">;
114581
114581
  url: z.ZodString;
@@ -114585,16 +114585,16 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114585
114585
  type: "Url";
114586
114586
  url: string;
114587
114587
  originKey: string;
114588
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114588
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114589
114589
  extension: string;
114590
114590
  }, {
114591
114591
  type: "Url";
114592
114592
  url: string;
114593
114593
  originKey: string;
114594
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114594
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114595
114595
  extension: string;
114596
114596
  }>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
114597
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
114597
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
114598
114598
  }, {
114599
114599
  type: z.ZodLiteral<"FigmaRender">;
114600
114600
  fileId: z.ZodString;
@@ -114607,7 +114607,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114607
114607
  }>, "strip", z.ZodTypeAny, {
114608
114608
  type: "FigmaRender";
114609
114609
  originKey: string;
114610
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114610
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114611
114611
  format: "Png";
114612
114612
  fileId: string;
114613
114613
  scale: number;
@@ -114616,14 +114616,14 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114616
114616
  }, {
114617
114617
  type: "FigmaRender";
114618
114618
  originKey: string;
114619
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114619
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114620
114620
  format: "Png";
114621
114621
  fileId: string;
114622
114622
  scale: number;
114623
114623
  nodeId: string;
114624
114624
  fileVersionId?: string | undefined;
114625
114625
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
114626
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
114626
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
114627
114627
  }, {
114628
114628
  type: z.ZodLiteral<"FigmaRender">;
114629
114629
  fileId: z.ZodString;
@@ -114635,7 +114635,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114635
114635
  }>, "strip", z.ZodTypeAny, {
114636
114636
  type: "FigmaRender";
114637
114637
  originKey: string;
114638
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114638
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114639
114639
  format: "Svg";
114640
114640
  fileId: string;
114641
114641
  nodeId: string;
@@ -114643,7 +114643,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114643
114643
  }, {
114644
114644
  type: "FigmaRender";
114645
114645
  originKey: string;
114646
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114646
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114647
114647
  format: "Svg";
114648
114648
  fileId: string;
114649
114649
  nodeId: string;
@@ -114745,7 +114745,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114745
114745
  variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
114746
114746
  renderNodeId: z.ZodString;
114747
114747
  svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
114748
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
114748
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
114749
114749
  }, {
114750
114750
  type: z.ZodLiteral<"FigmaRender">;
114751
114751
  fileId: z.ZodString;
@@ -114757,7 +114757,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114757
114757
  }>, "strip", z.ZodTypeAny, {
114758
114758
  type: "FigmaRender";
114759
114759
  originKey: string;
114760
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114760
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114761
114761
  format: "Svg";
114762
114762
  fileId: string;
114763
114763
  nodeId: string;
@@ -114765,7 +114765,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114765
114765
  }, {
114766
114766
  type: "FigmaRender";
114767
114767
  originKey: string;
114768
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114768
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114769
114769
  format: "Svg";
114770
114770
  fileId: string;
114771
114771
  nodeId: string;
@@ -114818,12 +114818,12 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114818
114818
  type: "Url";
114819
114819
  url: string;
114820
114820
  originKey: string;
114821
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114821
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114822
114822
  extension: string;
114823
114823
  } | {
114824
114824
  type: "FigmaRender";
114825
114825
  originKey: string;
114826
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114826
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114827
114827
  format: "Png";
114828
114828
  fileId: string;
114829
114829
  scale: number;
@@ -114832,7 +114832,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114832
114832
  } | {
114833
114833
  type: "FigmaRender";
114834
114834
  originKey: string;
114835
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114835
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114836
114836
  format: "Svg";
114837
114837
  fileId: string;
114838
114838
  nodeId: string;
@@ -114841,7 +114841,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114841
114841
  svg?: {
114842
114842
  type: "FigmaRender";
114843
114843
  originKey: string;
114844
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114844
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114845
114845
  format: "Svg";
114846
114846
  fileId: string;
114847
114847
  nodeId: string;
@@ -114898,12 +114898,12 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114898
114898
  type: "Url";
114899
114899
  url: string;
114900
114900
  originKey: string;
114901
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114901
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114902
114902
  extension: string;
114903
114903
  } | {
114904
114904
  type: "FigmaRender";
114905
114905
  originKey: string;
114906
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114906
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114907
114907
  format: "Png";
114908
114908
  fileId: string;
114909
114909
  scale: number;
@@ -114912,7 +114912,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114912
114912
  } | {
114913
114913
  type: "FigmaRender";
114914
114914
  originKey: string;
114915
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114915
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114916
114916
  format: "Svg";
114917
114917
  fileId: string;
114918
114918
  nodeId: string;
@@ -114921,7 +114921,7 @@ declare const FigmaComponentImportModel: z.ZodObject<z.objectUtil.extendShape<z.
114921
114921
  svg?: {
114922
114922
  type: "FigmaRender";
114923
114923
  originKey: string;
114924
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
114924
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
114925
114925
  format: "Svg";
114926
114926
  fileId: string;
114927
114927
  nodeId: string;
@@ -114990,7 +114990,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
114990
114990
  originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
114991
114991
  }>, {
114992
114992
  thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
114993
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
114993
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
114994
114994
  }, {
114995
114995
  type: z.ZodLiteral<"Url">;
114996
114996
  url: z.ZodString;
@@ -115000,16 +115000,16 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115000
115000
  type: "Url";
115001
115001
  url: string;
115002
115002
  originKey: string;
115003
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115003
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115004
115004
  extension: string;
115005
115005
  }, {
115006
115006
  type: "Url";
115007
115007
  url: string;
115008
115008
  originKey: string;
115009
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115009
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115010
115010
  extension: string;
115011
115011
  }>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115012
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115012
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115013
115013
  }, {
115014
115014
  type: z.ZodLiteral<"FigmaRender">;
115015
115015
  fileId: z.ZodString;
@@ -115022,7 +115022,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115022
115022
  }>, "strip", z.ZodTypeAny, {
115023
115023
  type: "FigmaRender";
115024
115024
  originKey: string;
115025
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115025
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115026
115026
  format: "Png";
115027
115027
  fileId: string;
115028
115028
  scale: number;
@@ -115031,14 +115031,14 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115031
115031
  }, {
115032
115032
  type: "FigmaRender";
115033
115033
  originKey: string;
115034
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115034
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115035
115035
  format: "Png";
115036
115036
  fileId: string;
115037
115037
  scale: number;
115038
115038
  nodeId: string;
115039
115039
  fileVersionId?: string | undefined;
115040
115040
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115041
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115041
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115042
115042
  }, {
115043
115043
  type: z.ZodLiteral<"FigmaRender">;
115044
115044
  fileId: z.ZodString;
@@ -115050,7 +115050,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115050
115050
  }>, "strip", z.ZodTypeAny, {
115051
115051
  type: "FigmaRender";
115052
115052
  originKey: string;
115053
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115053
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115054
115054
  format: "Svg";
115055
115055
  fileId: string;
115056
115056
  nodeId: string;
@@ -115058,7 +115058,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115058
115058
  }, {
115059
115059
  type: "FigmaRender";
115060
115060
  originKey: string;
115061
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115061
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115062
115062
  format: "Svg";
115063
115063
  fileId: string;
115064
115064
  nodeId: string;
@@ -115160,7 +115160,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115160
115160
  variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
115161
115161
  renderNodeId: z.ZodString;
115162
115162
  svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115163
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115163
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115164
115164
  }, {
115165
115165
  type: z.ZodLiteral<"FigmaRender">;
115166
115166
  fileId: z.ZodString;
@@ -115172,7 +115172,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115172
115172
  }>, "strip", z.ZodTypeAny, {
115173
115173
  type: "FigmaRender";
115174
115174
  originKey: string;
115175
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115175
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115176
115176
  format: "Svg";
115177
115177
  fileId: string;
115178
115178
  nodeId: string;
@@ -115180,7 +115180,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115180
115180
  }, {
115181
115181
  type: "FigmaRender";
115182
115182
  originKey: string;
115183
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115183
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115184
115184
  format: "Svg";
115185
115185
  fileId: string;
115186
115186
  nodeId: string;
@@ -115212,12 +115212,12 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115212
115212
  type: "Url";
115213
115213
  url: string;
115214
115214
  originKey: string;
115215
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115215
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115216
115216
  extension: string;
115217
115217
  } | {
115218
115218
  type: "FigmaRender";
115219
115219
  originKey: string;
115220
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115220
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115221
115221
  format: "Png";
115222
115222
  fileId: string;
115223
115223
  scale: number;
@@ -115226,7 +115226,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115226
115226
  } | {
115227
115227
  type: "FigmaRender";
115228
115228
  originKey: string;
115229
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115229
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115230
115230
  format: "Svg";
115231
115231
  fileId: string;
115232
115232
  nodeId: string;
@@ -115241,7 +115241,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115241
115241
  svg?: {
115242
115242
  type: "FigmaRender";
115243
115243
  originKey: string;
115244
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115244
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115245
115245
  format: "Svg";
115246
115246
  fileId: string;
115247
115247
  nodeId: string;
@@ -115288,12 +115288,12 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115288
115288
  type: "Url";
115289
115289
  url: string;
115290
115290
  originKey: string;
115291
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115291
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115292
115292
  extension: string;
115293
115293
  } | {
115294
115294
  type: "FigmaRender";
115295
115295
  originKey: string;
115296
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115296
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115297
115297
  format: "Png";
115298
115298
  fileId: string;
115299
115299
  scale: number;
@@ -115302,7 +115302,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115302
115302
  } | {
115303
115303
  type: "FigmaRender";
115304
115304
  originKey: string;
115305
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115305
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115306
115306
  format: "Svg";
115307
115307
  fileId: string;
115308
115308
  nodeId: string;
@@ -115317,7 +115317,7 @@ declare const FigmaComponentImportModelInput: z.ZodObject<z.objectUtil.extendSha
115317
115317
  svg?: {
115318
115318
  type: "FigmaRender";
115319
115319
  originKey: string;
115320
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115320
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115321
115321
  format: "Svg";
115322
115322
  fileId: string;
115323
115323
  nodeId: string;
@@ -115387,7 +115387,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115387
115387
  originMetadata: z.ZodRecord<z.ZodString, z.ZodAny>;
115388
115388
  }>, {
115389
115389
  thumbnail: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
115390
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115390
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115391
115391
  }, {
115392
115392
  type: z.ZodLiteral<"Url">;
115393
115393
  url: z.ZodString;
@@ -115397,16 +115397,16 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115397
115397
  type: "Url";
115398
115398
  url: string;
115399
115399
  originKey: string;
115400
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115400
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115401
115401
  extension: string;
115402
115402
  }, {
115403
115403
  type: "Url";
115404
115404
  url: string;
115405
115405
  originKey: string;
115406
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115406
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115407
115407
  extension: string;
115408
115408
  }>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115409
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115409
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115410
115410
  }, {
115411
115411
  type: z.ZodLiteral<"FigmaRender">;
115412
115412
  fileId: z.ZodString;
@@ -115419,7 +115419,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115419
115419
  }>, "strip", z.ZodTypeAny, {
115420
115420
  type: "FigmaRender";
115421
115421
  originKey: string;
115422
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115422
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115423
115423
  format: "Png";
115424
115424
  fileId: string;
115425
115425
  scale: number;
@@ -115428,14 +115428,14 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115428
115428
  }, {
115429
115429
  type: "FigmaRender";
115430
115430
  originKey: string;
115431
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115431
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115432
115432
  format: "Png";
115433
115433
  fileId: string;
115434
115434
  scale: number;
115435
115435
  nodeId: string;
115436
115436
  fileVersionId?: string | undefined;
115437
115437
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115438
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115438
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115439
115439
  }, {
115440
115440
  type: z.ZodLiteral<"FigmaRender">;
115441
115441
  fileId: z.ZodString;
@@ -115447,7 +115447,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115447
115447
  }>, "strip", z.ZodTypeAny, {
115448
115448
  type: "FigmaRender";
115449
115449
  originKey: string;
115450
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115450
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115451
115451
  format: "Svg";
115452
115452
  fileId: string;
115453
115453
  nodeId: string;
@@ -115455,7 +115455,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115455
115455
  }, {
115456
115456
  type: "FigmaRender";
115457
115457
  originKey: string;
115458
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115458
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115459
115459
  format: "Svg";
115460
115460
  fileId: string;
115461
115461
  nodeId: string;
@@ -115557,7 +115557,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115557
115557
  variantPropertyValues: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
115558
115558
  renderNodeId: z.ZodString;
115559
115559
  svg: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115560
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115560
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115561
115561
  }, {
115562
115562
  type: z.ZodLiteral<"FigmaRender">;
115563
115563
  fileId: z.ZodString;
@@ -115569,7 +115569,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115569
115569
  }>, "strip", z.ZodTypeAny, {
115570
115570
  type: "FigmaRender";
115571
115571
  originKey: string;
115572
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115572
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115573
115573
  format: "Svg";
115574
115574
  fileId: string;
115575
115575
  nodeId: string;
@@ -115577,7 +115577,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115577
115577
  }, {
115578
115578
  type: "FigmaRender";
115579
115579
  originKey: string;
115580
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115580
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115581
115581
  format: "Svg";
115582
115582
  fileId: string;
115583
115583
  nodeId: string;
@@ -115609,12 +115609,12 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115609
115609
  type: "Url";
115610
115610
  url: string;
115611
115611
  originKey: string;
115612
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115612
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115613
115613
  extension: string;
115614
115614
  } | {
115615
115615
  type: "FigmaRender";
115616
115616
  originKey: string;
115617
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115617
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115618
115618
  format: "Png";
115619
115619
  fileId: string;
115620
115620
  scale: number;
@@ -115623,7 +115623,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115623
115623
  } | {
115624
115624
  type: "FigmaRender";
115625
115625
  originKey: string;
115626
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115626
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115627
115627
  format: "Svg";
115628
115628
  fileId: string;
115629
115629
  nodeId: string;
@@ -115638,7 +115638,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115638
115638
  svg?: {
115639
115639
  type: "FigmaRender";
115640
115640
  originKey: string;
115641
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115641
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115642
115642
  format: "Svg";
115643
115643
  fileId: string;
115644
115644
  nodeId: string;
@@ -115685,12 +115685,12 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115685
115685
  type: "Url";
115686
115686
  url: string;
115687
115687
  originKey: string;
115688
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115688
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115689
115689
  extension: string;
115690
115690
  } | {
115691
115691
  type: "FigmaRender";
115692
115692
  originKey: string;
115693
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115693
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115694
115694
  format: "Png";
115695
115695
  fileId: string;
115696
115696
  scale: number;
@@ -115699,7 +115699,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115699
115699
  } | {
115700
115700
  type: "FigmaRender";
115701
115701
  originKey: string;
115702
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115702
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115703
115703
  format: "Svg";
115704
115704
  fileId: string;
115705
115705
  nodeId: string;
@@ -115714,7 +115714,7 @@ declare const AssetImportModelInput: z.ZodObject<z.objectUtil.extendShape<z.obje
115714
115714
  svg?: {
115715
115715
  type: "FigmaRender";
115716
115716
  originKey: string;
115717
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115717
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115718
115718
  format: "Svg";
115719
115719
  fileId: string;
115720
115720
  nodeId: string;
@@ -115756,7 +115756,7 @@ type AssetImportModelInput = z.infer<typeof AssetImportModelInput>;
115756
115756
  declare const ImageImportModelType: z.ZodEnum<["Url", "FigmaRender"]>;
115757
115757
  type ImageImportModelType = z.infer<typeof ImageImportModelType>;
115758
115758
  declare const UrlImageImportModel: z.ZodObject<z.objectUtil.extendShape<{
115759
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115759
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115760
115760
  }, {
115761
115761
  type: z.ZodLiteral<"Url">;
115762
115762
  url: z.ZodString;
@@ -115766,20 +115766,20 @@ declare const UrlImageImportModel: z.ZodObject<z.objectUtil.extendShape<{
115766
115766
  type: "Url";
115767
115767
  url: string;
115768
115768
  originKey: string;
115769
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115769
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115770
115770
  extension: string;
115771
115771
  }, {
115772
115772
  type: "Url";
115773
115773
  url: string;
115774
115774
  originKey: string;
115775
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115775
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115776
115776
  extension: string;
115777
115777
  }>;
115778
115778
  type UrlImageImportModel = z.infer<typeof UrlImageImportModel>;
115779
115779
  declare const FigmaRenderFormat: z.ZodEnum<["Svg", "Png", "Pdf"]>;
115780
115780
  type FigmaRenderFormat = z.infer<typeof FigmaRenderFormat>;
115781
115781
  declare const FigmaRenderBase: z.ZodObject<z.objectUtil.extendShape<{
115782
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115782
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115783
115783
  }, {
115784
115784
  type: z.ZodLiteral<"FigmaRender">;
115785
115785
  fileId: z.ZodString;
@@ -115789,21 +115789,21 @@ declare const FigmaRenderBase: z.ZodObject<z.objectUtil.extendShape<{
115789
115789
  }>, "strip", z.ZodTypeAny, {
115790
115790
  type: "FigmaRender";
115791
115791
  originKey: string;
115792
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115792
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115793
115793
  fileId: string;
115794
115794
  nodeId: string;
115795
115795
  fileVersionId?: string | undefined;
115796
115796
  }, {
115797
115797
  type: "FigmaRender";
115798
115798
  originKey: string;
115799
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115799
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115800
115800
  fileId: string;
115801
115801
  nodeId: string;
115802
115802
  fileVersionId?: string | undefined;
115803
115803
  }>;
115804
115804
  type FigmaRenderBase = z.infer<typeof FigmaRenderBase>;
115805
115805
  declare const FigmaPngRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115806
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115806
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115807
115807
  }, {
115808
115808
  type: z.ZodLiteral<"FigmaRender">;
115809
115809
  fileId: z.ZodString;
@@ -115816,7 +115816,7 @@ declare const FigmaPngRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
115816
115816
  }>, "strip", z.ZodTypeAny, {
115817
115817
  type: "FigmaRender";
115818
115818
  originKey: string;
115819
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115819
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115820
115820
  format: "Png";
115821
115821
  fileId: string;
115822
115822
  scale: number;
@@ -115825,7 +115825,7 @@ declare const FigmaPngRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
115825
115825
  }, {
115826
115826
  type: "FigmaRender";
115827
115827
  originKey: string;
115828
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115828
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115829
115829
  format: "Png";
115830
115830
  fileId: string;
115831
115831
  scale: number;
@@ -115834,7 +115834,7 @@ declare const FigmaPngRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
115834
115834
  }>;
115835
115835
  type FigmaPngRenderImportModel = z.infer<typeof FigmaPngRenderImportModel>;
115836
115836
  declare const FigmaSvgRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115837
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115837
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115838
115838
  }, {
115839
115839
  type: z.ZodLiteral<"FigmaRender">;
115840
115840
  fileId: z.ZodString;
@@ -115846,7 +115846,7 @@ declare const FigmaSvgRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
115846
115846
  }>, "strip", z.ZodTypeAny, {
115847
115847
  type: "FigmaRender";
115848
115848
  originKey: string;
115849
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115849
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115850
115850
  format: "Svg";
115851
115851
  fileId: string;
115852
115852
  nodeId: string;
@@ -115854,7 +115854,7 @@ declare const FigmaSvgRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
115854
115854
  }, {
115855
115855
  type: "FigmaRender";
115856
115856
  originKey: string;
115857
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115857
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115858
115858
  format: "Svg";
115859
115859
  fileId: string;
115860
115860
  nodeId: string;
@@ -115862,7 +115862,7 @@ declare const FigmaSvgRenderImportModel: z.ZodObject<z.objectUtil.extendShape<z.
115862
115862
  }>;
115863
115863
  type FigmaSvgRenderImportModel = z.infer<typeof FigmaSvgRenderImportModel>;
115864
115864
  declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115865
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115865
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115866
115866
  }, {
115867
115867
  type: z.ZodLiteral<"FigmaRender">;
115868
115868
  fileId: z.ZodString;
@@ -115875,7 +115875,7 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
115875
115875
  }>, "strip", z.ZodTypeAny, {
115876
115876
  type: "FigmaRender";
115877
115877
  originKey: string;
115878
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115878
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115879
115879
  format: "Png";
115880
115880
  fileId: string;
115881
115881
  scale: number;
@@ -115884,14 +115884,14 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
115884
115884
  }, {
115885
115885
  type: "FigmaRender";
115886
115886
  originKey: string;
115887
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115887
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115888
115888
  format: "Png";
115889
115889
  fileId: string;
115890
115890
  scale: number;
115891
115891
  nodeId: string;
115892
115892
  fileVersionId?: string | undefined;
115893
115893
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115894
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115894
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115895
115895
  }, {
115896
115896
  type: z.ZodLiteral<"FigmaRender">;
115897
115897
  fileId: z.ZodString;
@@ -115903,7 +115903,7 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
115903
115903
  }>, "strip", z.ZodTypeAny, {
115904
115904
  type: "FigmaRender";
115905
115905
  originKey: string;
115906
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115906
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115907
115907
  format: "Svg";
115908
115908
  fileId: string;
115909
115909
  nodeId: string;
@@ -115911,7 +115911,7 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
115911
115911
  }, {
115912
115912
  type: "FigmaRender";
115913
115913
  originKey: string;
115914
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115914
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115915
115915
  format: "Svg";
115916
115916
  fileId: string;
115917
115917
  nodeId: string;
@@ -115919,7 +115919,7 @@ declare const FigmaRenderImportModel: z.ZodDiscriminatedUnion<"format", [z.ZodOb
115919
115919
  }>]>;
115920
115920
  type FigmaRenderImportModel = z.infer<typeof FigmaRenderImportModel>;
115921
115921
  declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
115922
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115922
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115923
115923
  }, {
115924
115924
  type: z.ZodLiteral<"Url">;
115925
115925
  url: z.ZodString;
@@ -115929,16 +115929,16 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
115929
115929
  type: "Url";
115930
115930
  url: string;
115931
115931
  originKey: string;
115932
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115932
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115933
115933
  extension: string;
115934
115934
  }, {
115935
115935
  type: "Url";
115936
115936
  url: string;
115937
115937
  originKey: string;
115938
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115938
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115939
115939
  extension: string;
115940
115940
  }>, z.ZodDiscriminatedUnion<"format", [z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115941
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115941
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115942
115942
  }, {
115943
115943
  type: z.ZodLiteral<"FigmaRender">;
115944
115944
  fileId: z.ZodString;
@@ -115951,7 +115951,7 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
115951
115951
  }>, "strip", z.ZodTypeAny, {
115952
115952
  type: "FigmaRender";
115953
115953
  originKey: string;
115954
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115954
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115955
115955
  format: "Png";
115956
115956
  fileId: string;
115957
115957
  scale: number;
@@ -115960,14 +115960,14 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
115960
115960
  }, {
115961
115961
  type: "FigmaRender";
115962
115962
  originKey: string;
115963
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115963
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115964
115964
  format: "Png";
115965
115965
  fileId: string;
115966
115966
  scale: number;
115967
115967
  nodeId: string;
115968
115968
  fileVersionId?: string | undefined;
115969
115969
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115970
- scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
115970
+ scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation", "DocumentationEmbed"]>;
115971
115971
  }, {
115972
115972
  type: z.ZodLiteral<"FigmaRender">;
115973
115973
  fileId: z.ZodString;
@@ -115979,7 +115979,7 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
115979
115979
  }>, "strip", z.ZodTypeAny, {
115980
115980
  type: "FigmaRender";
115981
115981
  originKey: string;
115982
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115982
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115983
115983
  format: "Svg";
115984
115984
  fileId: string;
115985
115985
  nodeId: string;
@@ -115987,7 +115987,7 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
115987
115987
  }, {
115988
115988
  type: "FigmaRender";
115989
115989
  originKey: string;
115990
- scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation";
115990
+ scope: "DocumentationFrame" | "ComponentThumbnail" | "DesignSystem" | "Documentation" | "DocumentationEmbed";
115991
115991
  format: "Svg";
115992
115992
  fileId: string;
115993
115993
  nodeId: string;
@@ -145561,7 +145561,7 @@ declare const ElementPropertyDefinition: z.ZodObject<{
145561
145561
  }>, "many">>;
145562
145562
  linkElementType: z.ZodOptional<z.ZodEnum<["FigmaComponent", "DocumentationPage"]>>;
145563
145563
  }, "strip", z.ZodTypeAny, {
145564
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
145564
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
145565
145565
  id: string;
145566
145566
  name: string;
145567
145567
  persistentId: string;
@@ -145578,7 +145578,7 @@ declare const ElementPropertyDefinition: z.ZodObject<{
145578
145578
  }[] | undefined;
145579
145579
  linkElementType?: "DocumentationPage" | "FigmaComponent" | undefined;
145580
145580
  }, {
145581
- type: "Boolean" | "Number" | "Text" | "Select" | "Generic" | "Link" | "URL";
145581
+ type: "Boolean" | "Number" | "Generic" | "Text" | "Select" | "Link" | "URL";
145582
145582
  id: string;
145583
145583
  name: string;
145584
145584
  persistentId: string;