@supernova-studio/model 0.54.1 → 0.54.3
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 +551 -98
- package/dist/index.d.ts +551 -98
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1145 -1138
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/font.ts +9 -0
- package/src/dsm/elements/data/index.ts +1 -0
- package/src/dsm/elements/tokens.ts +2 -1
package/dist/index.d.mts
CHANGED
|
@@ -46351,6 +46351,21 @@ declare const FontWeightTokenData: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
46351
46351
|
}>;
|
|
46352
46352
|
type FontWeightTokenData = z.infer<typeof FontWeightTokenData>;
|
|
46353
46353
|
|
|
46354
|
+
declare const FontValue: z.ZodUnknown;
|
|
46355
|
+
type FontValue = z.infer<typeof FontValue>;
|
|
46356
|
+
declare const FontTokenData: z.ZodObject<z.objectUtil.extendShape<{
|
|
46357
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
46358
|
+
}, {
|
|
46359
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
46360
|
+
}>, "strip", z.ZodTypeAny, {
|
|
46361
|
+
value?: unknown;
|
|
46362
|
+
aliasTo?: string | undefined;
|
|
46363
|
+
}, {
|
|
46364
|
+
value?: unknown;
|
|
46365
|
+
aliasTo?: string | null | undefined;
|
|
46366
|
+
}>;
|
|
46367
|
+
type FontTokenData = z.infer<typeof FontTokenData>;
|
|
46368
|
+
|
|
46354
46369
|
declare const GradientType: z.ZodEnum<["Linear", "Radial", "Angular"]>;
|
|
46355
46370
|
type GradientType = z.infer<typeof GradientType>;
|
|
46356
46371
|
declare const GradientStop: z.ZodObject<{
|
|
@@ -58783,13 +58798,29 @@ declare const ThemeOverride: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [
|
|
|
58783
58798
|
};
|
|
58784
58799
|
}>, z.ZodObject<{
|
|
58785
58800
|
type: z.ZodLiteral<"Font">;
|
|
58786
|
-
data: z.
|
|
58801
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
58802
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
58803
|
+
}, {
|
|
58804
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
58805
|
+
}>, "strip", z.ZodTypeAny, {
|
|
58806
|
+
value?: unknown;
|
|
58807
|
+
aliasTo?: string | undefined;
|
|
58808
|
+
}, {
|
|
58809
|
+
value?: unknown;
|
|
58810
|
+
aliasTo?: string | null | undefined;
|
|
58811
|
+
}>;
|
|
58787
58812
|
}, "strip", z.ZodTypeAny, {
|
|
58788
58813
|
type: "Font";
|
|
58789
|
-
data:
|
|
58814
|
+
data: {
|
|
58815
|
+
value?: unknown;
|
|
58816
|
+
aliasTo?: string | undefined;
|
|
58817
|
+
};
|
|
58790
58818
|
}, {
|
|
58791
58819
|
type: "Font";
|
|
58792
|
-
data:
|
|
58820
|
+
data: {
|
|
58821
|
+
value?: unknown;
|
|
58822
|
+
aliasTo?: string | null | undefined;
|
|
58823
|
+
};
|
|
58793
58824
|
}>]>, z.ZodObject<{
|
|
58794
58825
|
tokenPersistentId: z.ZodString;
|
|
58795
58826
|
origin: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -61079,13 +61110,29 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
61079
61110
|
};
|
|
61080
61111
|
}>, z.ZodObject<{
|
|
61081
61112
|
type: z.ZodLiteral<"Font">;
|
|
61082
|
-
data: z.
|
|
61113
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
61114
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
61115
|
+
}, {
|
|
61116
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
61117
|
+
}>, "strip", z.ZodTypeAny, {
|
|
61118
|
+
value?: unknown;
|
|
61119
|
+
aliasTo?: string | undefined;
|
|
61120
|
+
}, {
|
|
61121
|
+
value?: unknown;
|
|
61122
|
+
aliasTo?: string | null | undefined;
|
|
61123
|
+
}>;
|
|
61083
61124
|
}, "strip", z.ZodTypeAny, {
|
|
61084
61125
|
type: "Font";
|
|
61085
|
-
data:
|
|
61126
|
+
data: {
|
|
61127
|
+
value?: unknown;
|
|
61128
|
+
aliasTo?: string | undefined;
|
|
61129
|
+
};
|
|
61086
61130
|
}, {
|
|
61087
61131
|
type: "Font";
|
|
61088
|
-
data:
|
|
61132
|
+
data: {
|
|
61133
|
+
value?: unknown;
|
|
61134
|
+
aliasTo?: string | null | undefined;
|
|
61135
|
+
};
|
|
61089
61136
|
}>]>, z.ZodObject<{
|
|
61090
61137
|
tokenPersistentId: z.ZodString;
|
|
61091
61138
|
origin: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -61523,7 +61570,10 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
61523
61570
|
};
|
|
61524
61571
|
} | {
|
|
61525
61572
|
type: "Font";
|
|
61526
|
-
data:
|
|
61573
|
+
data: {
|
|
61574
|
+
value?: unknown;
|
|
61575
|
+
aliasTo?: string | undefined;
|
|
61576
|
+
};
|
|
61527
61577
|
}) & {
|
|
61528
61578
|
tokenPersistentId: string;
|
|
61529
61579
|
origin?: {
|
|
@@ -61888,7 +61938,10 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
61888
61938
|
};
|
|
61889
61939
|
} | {
|
|
61890
61940
|
type: "Font";
|
|
61891
|
-
data:
|
|
61941
|
+
data: {
|
|
61942
|
+
value?: unknown;
|
|
61943
|
+
aliasTo?: string | null | undefined;
|
|
61944
|
+
};
|
|
61892
61945
|
}) & {
|
|
61893
61946
|
tokenPersistentId: string;
|
|
61894
61947
|
origin?: {
|
|
@@ -62255,7 +62308,10 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
62255
62308
|
};
|
|
62256
62309
|
} | {
|
|
62257
62310
|
type: "Font";
|
|
62258
|
-
data:
|
|
62311
|
+
data: {
|
|
62312
|
+
value?: unknown;
|
|
62313
|
+
aliasTo?: string | undefined;
|
|
62314
|
+
};
|
|
62259
62315
|
}) & {
|
|
62260
62316
|
tokenPersistentId: string;
|
|
62261
62317
|
origin?: {
|
|
@@ -62622,7 +62678,10 @@ declare const ThemeElementData: z.ZodObject<{
|
|
|
62622
62678
|
};
|
|
62623
62679
|
} | {
|
|
62624
62680
|
type: "Font";
|
|
62625
|
-
data:
|
|
62681
|
+
data: {
|
|
62682
|
+
value?: unknown;
|
|
62683
|
+
aliasTo?: string | null | undefined;
|
|
62684
|
+
};
|
|
62626
62685
|
}) & {
|
|
62627
62686
|
tokenPersistentId: string;
|
|
62628
62687
|
origin?: {
|
|
@@ -64899,13 +64958,29 @@ declare const Theme: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendSha
|
|
|
64899
64958
|
};
|
|
64900
64959
|
}>, z.ZodObject<{
|
|
64901
64960
|
type: z.ZodLiteral<"Font">;
|
|
64902
|
-
data: z.
|
|
64961
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
64962
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
64963
|
+
}, {
|
|
64964
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
64965
|
+
}>, "strip", z.ZodTypeAny, {
|
|
64966
|
+
value?: unknown;
|
|
64967
|
+
aliasTo?: string | undefined;
|
|
64968
|
+
}, {
|
|
64969
|
+
value?: unknown;
|
|
64970
|
+
aliasTo?: string | null | undefined;
|
|
64971
|
+
}>;
|
|
64903
64972
|
}, "strip", z.ZodTypeAny, {
|
|
64904
64973
|
type: "Font";
|
|
64905
|
-
data:
|
|
64974
|
+
data: {
|
|
64975
|
+
value?: unknown;
|
|
64976
|
+
aliasTo?: string | undefined;
|
|
64977
|
+
};
|
|
64906
64978
|
}, {
|
|
64907
64979
|
type: "Font";
|
|
64908
|
-
data:
|
|
64980
|
+
data: {
|
|
64981
|
+
value?: unknown;
|
|
64982
|
+
aliasTo?: string | null | undefined;
|
|
64983
|
+
};
|
|
64909
64984
|
}>]>, z.ZodObject<{
|
|
64910
64985
|
tokenPersistentId: z.ZodString;
|
|
64911
64986
|
origin: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -65355,7 +65430,10 @@ declare const Theme: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendSha
|
|
|
65355
65430
|
};
|
|
65356
65431
|
} | {
|
|
65357
65432
|
type: "Font";
|
|
65358
|
-
data:
|
|
65433
|
+
data: {
|
|
65434
|
+
value?: unknown;
|
|
65435
|
+
aliasTo?: string | undefined;
|
|
65436
|
+
};
|
|
65359
65437
|
}) & {
|
|
65360
65438
|
tokenPersistentId: string;
|
|
65361
65439
|
origin?: {
|
|
@@ -65740,7 +65818,10 @@ declare const Theme: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendSha
|
|
|
65740
65818
|
};
|
|
65741
65819
|
} | {
|
|
65742
65820
|
type: "Font";
|
|
65743
|
-
data:
|
|
65821
|
+
data: {
|
|
65822
|
+
value?: unknown;
|
|
65823
|
+
aliasTo?: string | null | undefined;
|
|
65824
|
+
};
|
|
65744
65825
|
}) & {
|
|
65745
65826
|
tokenPersistentId: string;
|
|
65746
65827
|
origin?: {
|
|
@@ -68223,13 +68304,29 @@ declare const DesignTokenTypedData: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
|
68223
68304
|
};
|
|
68224
68305
|
}>, z.ZodObject<{
|
|
68225
68306
|
type: z.ZodLiteral<"Font">;
|
|
68226
|
-
data: z.
|
|
68307
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
68308
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
68309
|
+
}, {
|
|
68310
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
68311
|
+
}>, "strip", z.ZodTypeAny, {
|
|
68312
|
+
value?: unknown;
|
|
68313
|
+
aliasTo?: string | undefined;
|
|
68314
|
+
}, {
|
|
68315
|
+
value?: unknown;
|
|
68316
|
+
aliasTo?: string | null | undefined;
|
|
68317
|
+
}>;
|
|
68227
68318
|
}, "strip", z.ZodTypeAny, {
|
|
68228
68319
|
type: "Font";
|
|
68229
|
-
data:
|
|
68320
|
+
data: {
|
|
68321
|
+
value?: unknown;
|
|
68322
|
+
aliasTo?: string | undefined;
|
|
68323
|
+
};
|
|
68230
68324
|
}, {
|
|
68231
68325
|
type: "Font";
|
|
68232
|
-
data:
|
|
68326
|
+
data: {
|
|
68327
|
+
value?: unknown;
|
|
68328
|
+
aliasTo?: string | null | undefined;
|
|
68329
|
+
};
|
|
68233
68330
|
}>]>;
|
|
68234
68331
|
type DesignTokenTypedData = z.infer<typeof DesignTokenTypedData>;
|
|
68235
68332
|
type DesignTokenTypedDataOfType<T extends DesignTokenType> = Extract<DesignTokenTypedData, {
|
|
@@ -70430,13 +70527,29 @@ declare const DesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.
|
|
|
70430
70527
|
};
|
|
70431
70528
|
}>, z.ZodObject<{
|
|
70432
70529
|
type: z.ZodLiteral<"Font">;
|
|
70433
|
-
data: z.
|
|
70530
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
70531
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
70532
|
+
}, {
|
|
70533
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
70534
|
+
}>, "strip", z.ZodTypeAny, {
|
|
70535
|
+
value?: unknown;
|
|
70536
|
+
aliasTo?: string | undefined;
|
|
70537
|
+
}, {
|
|
70538
|
+
value?: unknown;
|
|
70539
|
+
aliasTo?: string | null | undefined;
|
|
70540
|
+
}>;
|
|
70434
70541
|
}, "strip", z.ZodTypeAny, {
|
|
70435
70542
|
type: "Font";
|
|
70436
|
-
data:
|
|
70543
|
+
data: {
|
|
70544
|
+
value?: unknown;
|
|
70545
|
+
aliasTo?: string | undefined;
|
|
70546
|
+
};
|
|
70437
70547
|
}, {
|
|
70438
70548
|
type: "Font";
|
|
70439
|
-
data:
|
|
70549
|
+
data: {
|
|
70550
|
+
value?: unknown;
|
|
70551
|
+
aliasTo?: string | null | undefined;
|
|
70552
|
+
};
|
|
70440
70553
|
}>]>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
70441
70554
|
id: z.ZodString;
|
|
70442
70555
|
persistentId: z.ZodString;
|
|
@@ -72752,13 +72865,29 @@ declare const CreateDesignToken: z.ZodIntersection<z.ZodDiscriminatedUnion<"type
|
|
|
72752
72865
|
};
|
|
72753
72866
|
}>, z.ZodObject<{
|
|
72754
72867
|
type: z.ZodLiteral<"Font">;
|
|
72755
|
-
data: z.
|
|
72868
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
72869
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
72870
|
+
}, {
|
|
72871
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
72872
|
+
}>, "strip", z.ZodTypeAny, {
|
|
72873
|
+
value?: unknown;
|
|
72874
|
+
aliasTo?: string | undefined;
|
|
72875
|
+
}, {
|
|
72876
|
+
value?: unknown;
|
|
72877
|
+
aliasTo?: string | null | undefined;
|
|
72878
|
+
}>;
|
|
72756
72879
|
}, "strip", z.ZodTypeAny, {
|
|
72757
72880
|
type: "Font";
|
|
72758
|
-
data:
|
|
72881
|
+
data: {
|
|
72882
|
+
value?: unknown;
|
|
72883
|
+
aliasTo?: string | undefined;
|
|
72884
|
+
};
|
|
72759
72885
|
}, {
|
|
72760
72886
|
type: "Font";
|
|
72761
|
-
data:
|
|
72887
|
+
data: {
|
|
72888
|
+
value?: unknown;
|
|
72889
|
+
aliasTo?: string | null | undefined;
|
|
72890
|
+
};
|
|
72762
72891
|
}>]>, z.ZodObject<Omit<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
72763
72892
|
id: z.ZodString;
|
|
72764
72893
|
persistentId: z.ZodString;
|
|
@@ -80447,13 +80576,29 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
80447
80576
|
};
|
|
80448
80577
|
}>, z.ZodObject<{
|
|
80449
80578
|
type: z.ZodLiteral<"Font">;
|
|
80450
|
-
data: z.
|
|
80579
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
80580
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
80581
|
+
}, {
|
|
80582
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
80583
|
+
}>, "strip", z.ZodTypeAny, {
|
|
80584
|
+
value?: unknown;
|
|
80585
|
+
aliasTo?: string | undefined;
|
|
80586
|
+
}, {
|
|
80587
|
+
value?: unknown;
|
|
80588
|
+
aliasTo?: string | null | undefined;
|
|
80589
|
+
}>;
|
|
80451
80590
|
}, "strip", z.ZodTypeAny, {
|
|
80452
80591
|
type: "Font";
|
|
80453
|
-
data:
|
|
80592
|
+
data: {
|
|
80593
|
+
value?: unknown;
|
|
80594
|
+
aliasTo?: string | undefined;
|
|
80595
|
+
};
|
|
80454
80596
|
}, {
|
|
80455
80597
|
type: "Font";
|
|
80456
|
-
data:
|
|
80598
|
+
data: {
|
|
80599
|
+
value?: unknown;
|
|
80600
|
+
aliasTo?: string | null | undefined;
|
|
80601
|
+
};
|
|
80457
80602
|
}>]>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
80458
80603
|
id: z.ZodString;
|
|
80459
80604
|
meta: z.ZodObject<{
|
|
@@ -83069,13 +83214,29 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
83069
83214
|
};
|
|
83070
83215
|
}>, z.ZodObject<{
|
|
83071
83216
|
type: z.ZodLiteral<"Font">;
|
|
83072
|
-
data: z.
|
|
83217
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
83218
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
83219
|
+
}, {
|
|
83220
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
83221
|
+
}>, "strip", z.ZodTypeAny, {
|
|
83222
|
+
value?: unknown;
|
|
83223
|
+
aliasTo?: string | undefined;
|
|
83224
|
+
}, {
|
|
83225
|
+
value?: unknown;
|
|
83226
|
+
aliasTo?: string | null | undefined;
|
|
83227
|
+
}>;
|
|
83073
83228
|
}, "strip", z.ZodTypeAny, {
|
|
83074
83229
|
type: "Font";
|
|
83075
|
-
data:
|
|
83230
|
+
data: {
|
|
83231
|
+
value?: unknown;
|
|
83232
|
+
aliasTo?: string | undefined;
|
|
83233
|
+
};
|
|
83076
83234
|
}, {
|
|
83077
83235
|
type: "Font";
|
|
83078
|
-
data:
|
|
83236
|
+
data: {
|
|
83237
|
+
value?: unknown;
|
|
83238
|
+
aliasTo?: string | null | undefined;
|
|
83239
|
+
};
|
|
83079
83240
|
}>]>, z.ZodObject<{
|
|
83080
83241
|
id: z.ZodString;
|
|
83081
83242
|
meta: z.ZodObject<{
|
|
@@ -83512,7 +83673,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
83512
83673
|
};
|
|
83513
83674
|
} | {
|
|
83514
83675
|
type: "Font";
|
|
83515
|
-
data:
|
|
83676
|
+
data: {
|
|
83677
|
+
value?: unknown;
|
|
83678
|
+
aliasTo?: string | undefined;
|
|
83679
|
+
};
|
|
83516
83680
|
}) & {
|
|
83517
83681
|
id: string;
|
|
83518
83682
|
meta: {
|
|
@@ -83883,7 +84047,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
83883
84047
|
};
|
|
83884
84048
|
} | {
|
|
83885
84049
|
type: "Font";
|
|
83886
|
-
data:
|
|
84050
|
+
data: {
|
|
84051
|
+
value?: unknown;
|
|
84052
|
+
aliasTo?: string | null | undefined;
|
|
84053
|
+
};
|
|
83887
84054
|
}) & {
|
|
83888
84055
|
id: string;
|
|
83889
84056
|
meta: {
|
|
@@ -86138,13 +86305,29 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
86138
86305
|
};
|
|
86139
86306
|
}>, z.ZodObject<{
|
|
86140
86307
|
type: z.ZodLiteral<"Font">;
|
|
86141
|
-
data: z.
|
|
86308
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
86309
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
86310
|
+
}, {
|
|
86311
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
86312
|
+
}>, "strip", z.ZodTypeAny, {
|
|
86313
|
+
value?: unknown;
|
|
86314
|
+
aliasTo?: string | undefined;
|
|
86315
|
+
}, {
|
|
86316
|
+
value?: unknown;
|
|
86317
|
+
aliasTo?: string | null | undefined;
|
|
86318
|
+
}>;
|
|
86142
86319
|
}, "strip", z.ZodTypeAny, {
|
|
86143
86320
|
type: "Font";
|
|
86144
|
-
data:
|
|
86321
|
+
data: {
|
|
86322
|
+
value?: unknown;
|
|
86323
|
+
aliasTo?: string | undefined;
|
|
86324
|
+
};
|
|
86145
86325
|
}, {
|
|
86146
86326
|
type: "Font";
|
|
86147
|
-
data:
|
|
86327
|
+
data: {
|
|
86328
|
+
value?: unknown;
|
|
86329
|
+
aliasTo?: string | null | undefined;
|
|
86330
|
+
};
|
|
86148
86331
|
}>]>, z.ZodObject<{
|
|
86149
86332
|
id: z.ZodString;
|
|
86150
86333
|
meta: z.ZodObject<{
|
|
@@ -86588,7 +86771,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
86588
86771
|
};
|
|
86589
86772
|
} | {
|
|
86590
86773
|
type: "Font";
|
|
86591
|
-
data:
|
|
86774
|
+
data: {
|
|
86775
|
+
value?: unknown;
|
|
86776
|
+
aliasTo?: string | undefined;
|
|
86777
|
+
};
|
|
86592
86778
|
}) & {
|
|
86593
86779
|
id: string;
|
|
86594
86780
|
meta: {
|
|
@@ -86971,7 +87157,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
86971
87157
|
};
|
|
86972
87158
|
} | {
|
|
86973
87159
|
type: "Font";
|
|
86974
|
-
data:
|
|
87160
|
+
data: {
|
|
87161
|
+
value?: unknown;
|
|
87162
|
+
aliasTo?: string | null | undefined;
|
|
87163
|
+
};
|
|
86975
87164
|
}) & {
|
|
86976
87165
|
id: string;
|
|
86977
87166
|
meta: {
|
|
@@ -87700,7 +87889,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
87700
87889
|
};
|
|
87701
87890
|
} | {
|
|
87702
87891
|
type: "Font";
|
|
87703
|
-
data:
|
|
87892
|
+
data: {
|
|
87893
|
+
value?: unknown;
|
|
87894
|
+
aliasTo?: string | undefined;
|
|
87895
|
+
};
|
|
87704
87896
|
}) & {
|
|
87705
87897
|
id: string;
|
|
87706
87898
|
meta: {
|
|
@@ -88144,7 +88336,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
88144
88336
|
};
|
|
88145
88337
|
} | {
|
|
88146
88338
|
type: "Font";
|
|
88147
|
-
data:
|
|
88339
|
+
data: {
|
|
88340
|
+
value?: unknown;
|
|
88341
|
+
aliasTo?: string | undefined;
|
|
88342
|
+
};
|
|
88148
88343
|
}) & {
|
|
88149
88344
|
id: string;
|
|
88150
88345
|
origin: {
|
|
@@ -88517,7 +88712,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
88517
88712
|
};
|
|
88518
88713
|
} | {
|
|
88519
88714
|
type: "Font";
|
|
88520
|
-
data:
|
|
88715
|
+
data: {
|
|
88716
|
+
value?: unknown;
|
|
88717
|
+
aliasTo?: string | undefined;
|
|
88718
|
+
};
|
|
88521
88719
|
}) & {
|
|
88522
88720
|
id: string;
|
|
88523
88721
|
meta: {
|
|
@@ -89031,7 +89229,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
89031
89229
|
};
|
|
89032
89230
|
} | {
|
|
89033
89231
|
type: "Font";
|
|
89034
|
-
data:
|
|
89232
|
+
data: {
|
|
89233
|
+
value?: unknown;
|
|
89234
|
+
aliasTo?: string | null | undefined;
|
|
89235
|
+
};
|
|
89035
89236
|
}) & {
|
|
89036
89237
|
id: string;
|
|
89037
89238
|
meta: {
|
|
@@ -89470,7 +89671,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
89470
89671
|
};
|
|
89471
89672
|
} | {
|
|
89472
89673
|
type: "Font";
|
|
89473
|
-
data:
|
|
89674
|
+
data: {
|
|
89675
|
+
value?: unknown;
|
|
89676
|
+
aliasTo?: string | null | undefined;
|
|
89677
|
+
};
|
|
89474
89678
|
}) & {
|
|
89475
89679
|
id: string;
|
|
89476
89680
|
origin: {
|
|
@@ -89843,7 +90047,10 @@ declare const ImportModelCollection: z.ZodObject<{
|
|
|
89843
90047
|
};
|
|
89844
90048
|
} | {
|
|
89845
90049
|
type: "Font";
|
|
89846
|
-
data:
|
|
90050
|
+
data: {
|
|
90051
|
+
value?: unknown;
|
|
90052
|
+
aliasTo?: string | null | undefined;
|
|
90053
|
+
};
|
|
89847
90054
|
}) & {
|
|
89848
90055
|
id: string;
|
|
89849
90056
|
meta: {
|
|
@@ -92077,13 +92284,29 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
92077
92284
|
};
|
|
92078
92285
|
}>, z.ZodObject<{
|
|
92079
92286
|
type: z.ZodLiteral<"Font">;
|
|
92080
|
-
data: z.
|
|
92287
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
92288
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
92289
|
+
}, {
|
|
92290
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
92291
|
+
}>, "strip", z.ZodTypeAny, {
|
|
92292
|
+
value?: unknown;
|
|
92293
|
+
aliasTo?: string | undefined;
|
|
92294
|
+
}, {
|
|
92295
|
+
value?: unknown;
|
|
92296
|
+
aliasTo?: string | null | undefined;
|
|
92297
|
+
}>;
|
|
92081
92298
|
}, "strip", z.ZodTypeAny, {
|
|
92082
92299
|
type: "Font";
|
|
92083
|
-
data:
|
|
92300
|
+
data: {
|
|
92301
|
+
value?: unknown;
|
|
92302
|
+
aliasTo?: string | undefined;
|
|
92303
|
+
};
|
|
92084
92304
|
}, {
|
|
92085
92305
|
type: "Font";
|
|
92086
|
-
data:
|
|
92306
|
+
data: {
|
|
92307
|
+
value?: unknown;
|
|
92308
|
+
aliasTo?: string | null | undefined;
|
|
92309
|
+
};
|
|
92087
92310
|
}>]>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<Omit<{
|
|
92088
92311
|
id: z.ZodString;
|
|
92089
92312
|
meta: z.ZodObject<{
|
|
@@ -94910,13 +95133,29 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
94910
95133
|
};
|
|
94911
95134
|
}>, z.ZodObject<{
|
|
94912
95135
|
type: z.ZodLiteral<"Font">;
|
|
94913
|
-
data: z.
|
|
95136
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
95137
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
95138
|
+
}, {
|
|
95139
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
95140
|
+
}>, "strip", z.ZodTypeAny, {
|
|
95141
|
+
value?: unknown;
|
|
95142
|
+
aliasTo?: string | undefined;
|
|
95143
|
+
}, {
|
|
95144
|
+
value?: unknown;
|
|
95145
|
+
aliasTo?: string | null | undefined;
|
|
95146
|
+
}>;
|
|
94914
95147
|
}, "strip", z.ZodTypeAny, {
|
|
94915
95148
|
type: "Font";
|
|
94916
|
-
data:
|
|
95149
|
+
data: {
|
|
95150
|
+
value?: unknown;
|
|
95151
|
+
aliasTo?: string | undefined;
|
|
95152
|
+
};
|
|
94917
95153
|
}, {
|
|
94918
95154
|
type: "Font";
|
|
94919
|
-
data:
|
|
95155
|
+
data: {
|
|
95156
|
+
value?: unknown;
|
|
95157
|
+
aliasTo?: string | null | undefined;
|
|
95158
|
+
};
|
|
94920
95159
|
}>]>, z.ZodObject<{
|
|
94921
95160
|
id: z.ZodString;
|
|
94922
95161
|
meta: z.ZodObject<{
|
|
@@ -95340,7 +95579,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
95340
95579
|
};
|
|
95341
95580
|
} | {
|
|
95342
95581
|
type: "Font";
|
|
95343
|
-
data:
|
|
95582
|
+
data: {
|
|
95583
|
+
value?: unknown;
|
|
95584
|
+
aliasTo?: string | undefined;
|
|
95585
|
+
};
|
|
95344
95586
|
}) & {
|
|
95345
95587
|
id: string;
|
|
95346
95588
|
meta: {
|
|
@@ -95709,7 +95951,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
95709
95951
|
};
|
|
95710
95952
|
} | {
|
|
95711
95953
|
type: "Font";
|
|
95712
|
-
data:
|
|
95954
|
+
data: {
|
|
95955
|
+
value?: unknown;
|
|
95956
|
+
aliasTo?: string | null | undefined;
|
|
95957
|
+
};
|
|
95713
95958
|
}) & {
|
|
95714
95959
|
id: string;
|
|
95715
95960
|
meta: {
|
|
@@ -97946,13 +98191,29 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
97946
98191
|
};
|
|
97947
98192
|
}>, z.ZodObject<{
|
|
97948
98193
|
type: z.ZodLiteral<"Font">;
|
|
97949
|
-
data: z.
|
|
98194
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
98195
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
98196
|
+
}, {
|
|
98197
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
98198
|
+
}>, "strip", z.ZodTypeAny, {
|
|
98199
|
+
value?: unknown;
|
|
98200
|
+
aliasTo?: string | undefined;
|
|
98201
|
+
}, {
|
|
98202
|
+
value?: unknown;
|
|
98203
|
+
aliasTo?: string | null | undefined;
|
|
98204
|
+
}>;
|
|
97950
98205
|
}, "strip", z.ZodTypeAny, {
|
|
97951
98206
|
type: "Font";
|
|
97952
|
-
data:
|
|
98207
|
+
data: {
|
|
98208
|
+
value?: unknown;
|
|
98209
|
+
aliasTo?: string | undefined;
|
|
98210
|
+
};
|
|
97953
98211
|
}, {
|
|
97954
98212
|
type: "Font";
|
|
97955
|
-
data:
|
|
98213
|
+
data: {
|
|
98214
|
+
value?: unknown;
|
|
98215
|
+
aliasTo?: string | null | undefined;
|
|
98216
|
+
};
|
|
97956
98217
|
}>]>, z.ZodObject<{
|
|
97957
98218
|
id: z.ZodString;
|
|
97958
98219
|
meta: z.ZodObject<{
|
|
@@ -98380,7 +98641,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
98380
98641
|
};
|
|
98381
98642
|
} | {
|
|
98382
98643
|
type: "Font";
|
|
98383
|
-
data:
|
|
98644
|
+
data: {
|
|
98645
|
+
value?: unknown;
|
|
98646
|
+
aliasTo?: string | undefined;
|
|
98647
|
+
};
|
|
98384
98648
|
}) & {
|
|
98385
98649
|
id: string;
|
|
98386
98650
|
meta: {
|
|
@@ -98756,7 +99020,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
98756
99020
|
};
|
|
98757
99021
|
} | {
|
|
98758
99022
|
type: "Font";
|
|
98759
|
-
data:
|
|
99023
|
+
data: {
|
|
99024
|
+
value?: unknown;
|
|
99025
|
+
aliasTo?: string | null | undefined;
|
|
99026
|
+
};
|
|
98760
99027
|
}) & {
|
|
98761
99028
|
id: string;
|
|
98762
99029
|
meta: {
|
|
@@ -99466,7 +99733,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
99466
99733
|
};
|
|
99467
99734
|
} | {
|
|
99468
99735
|
type: "Font";
|
|
99469
|
-
data:
|
|
99736
|
+
data: {
|
|
99737
|
+
value?: unknown;
|
|
99738
|
+
aliasTo?: string | undefined;
|
|
99739
|
+
};
|
|
99470
99740
|
}) & {
|
|
99471
99741
|
id: string;
|
|
99472
99742
|
meta: {
|
|
@@ -99948,7 +100218,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
99948
100218
|
};
|
|
99949
100219
|
} | {
|
|
99950
100220
|
type: "Font";
|
|
99951
|
-
data:
|
|
100221
|
+
data: {
|
|
100222
|
+
value?: unknown;
|
|
100223
|
+
aliasTo?: string | undefined;
|
|
100224
|
+
};
|
|
99952
100225
|
}) & {
|
|
99953
100226
|
id: string;
|
|
99954
100227
|
meta: {
|
|
@@ -100317,7 +100590,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
100317
100590
|
};
|
|
100318
100591
|
} | {
|
|
100319
100592
|
type: "Font";
|
|
100320
|
-
data:
|
|
100593
|
+
data: {
|
|
100594
|
+
value?: unknown;
|
|
100595
|
+
aliasTo?: string | undefined;
|
|
100596
|
+
};
|
|
100321
100597
|
}) & {
|
|
100322
100598
|
id: string;
|
|
100323
100599
|
meta: {
|
|
@@ -100745,7 +101021,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
100745
101021
|
};
|
|
100746
101022
|
} | {
|
|
100747
101023
|
type: "Font";
|
|
100748
|
-
data:
|
|
101024
|
+
data: {
|
|
101025
|
+
value?: unknown;
|
|
101026
|
+
aliasTo?: string | null | undefined;
|
|
101027
|
+
};
|
|
100749
101028
|
}) & {
|
|
100750
101029
|
id: string;
|
|
100751
101030
|
meta: {
|
|
@@ -101222,7 +101501,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
101222
101501
|
};
|
|
101223
101502
|
} | {
|
|
101224
101503
|
type: "Font";
|
|
101225
|
-
data:
|
|
101504
|
+
data: {
|
|
101505
|
+
value?: unknown;
|
|
101506
|
+
aliasTo?: string | null | undefined;
|
|
101507
|
+
};
|
|
101226
101508
|
}) & {
|
|
101227
101509
|
id: string;
|
|
101228
101510
|
meta: {
|
|
@@ -101591,7 +101873,10 @@ declare const ImportModelInputCollection: z.ZodObject<{
|
|
|
101591
101873
|
};
|
|
101592
101874
|
} | {
|
|
101593
101875
|
type: "Font";
|
|
101594
|
-
data:
|
|
101876
|
+
data: {
|
|
101877
|
+
value?: unknown;
|
|
101878
|
+
aliasTo?: string | null | undefined;
|
|
101879
|
+
};
|
|
101595
101880
|
}) & {
|
|
101596
101881
|
id: string;
|
|
101597
101882
|
meta: {
|
|
@@ -105103,13 +105388,29 @@ declare const ThemeOverrideImportModelBase: z.ZodIntersection<z.ZodDiscriminated
|
|
|
105103
105388
|
};
|
|
105104
105389
|
}>, z.ZodObject<{
|
|
105105
105390
|
type: z.ZodLiteral<"Font">;
|
|
105106
|
-
data: z.
|
|
105391
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
105392
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
105393
|
+
}, {
|
|
105394
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
105395
|
+
}>, "strip", z.ZodTypeAny, {
|
|
105396
|
+
value?: unknown;
|
|
105397
|
+
aliasTo?: string | undefined;
|
|
105398
|
+
}, {
|
|
105399
|
+
value?: unknown;
|
|
105400
|
+
aliasTo?: string | null | undefined;
|
|
105401
|
+
}>;
|
|
105107
105402
|
}, "strip", z.ZodTypeAny, {
|
|
105108
105403
|
type: "Font";
|
|
105109
|
-
data:
|
|
105404
|
+
data: {
|
|
105405
|
+
value?: unknown;
|
|
105406
|
+
aliasTo?: string | undefined;
|
|
105407
|
+
};
|
|
105110
105408
|
}, {
|
|
105111
105409
|
type: "Font";
|
|
105112
|
-
data:
|
|
105410
|
+
data: {
|
|
105411
|
+
value?: unknown;
|
|
105412
|
+
aliasTo?: string | null | undefined;
|
|
105413
|
+
};
|
|
105113
105414
|
}>]>, z.ZodObject<{
|
|
105114
105415
|
id: z.ZodString;
|
|
105115
105416
|
meta: z.ZodObject<{
|
|
@@ -107330,13 +107631,29 @@ declare const ThemeOverrideImportModel: z.ZodIntersection<z.ZodIntersection<z.Zo
|
|
|
107330
107631
|
};
|
|
107331
107632
|
}>, z.ZodObject<{
|
|
107332
107633
|
type: z.ZodLiteral<"Font">;
|
|
107333
|
-
data: z.
|
|
107634
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
107635
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
107636
|
+
}, {
|
|
107637
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
107638
|
+
}>, "strip", z.ZodTypeAny, {
|
|
107639
|
+
value?: unknown;
|
|
107640
|
+
aliasTo?: string | undefined;
|
|
107641
|
+
}, {
|
|
107642
|
+
value?: unknown;
|
|
107643
|
+
aliasTo?: string | null | undefined;
|
|
107644
|
+
}>;
|
|
107334
107645
|
}, "strip", z.ZodTypeAny, {
|
|
107335
107646
|
type: "Font";
|
|
107336
|
-
data:
|
|
107647
|
+
data: {
|
|
107648
|
+
value?: unknown;
|
|
107649
|
+
aliasTo?: string | undefined;
|
|
107650
|
+
};
|
|
107337
107651
|
}, {
|
|
107338
107652
|
type: "Font";
|
|
107339
|
-
data:
|
|
107653
|
+
data: {
|
|
107654
|
+
value?: unknown;
|
|
107655
|
+
aliasTo?: string | null | undefined;
|
|
107656
|
+
};
|
|
107340
107657
|
}>]>, z.ZodObject<{
|
|
107341
107658
|
id: z.ZodString;
|
|
107342
107659
|
meta: z.ZodObject<{
|
|
@@ -109623,13 +109940,29 @@ declare const ThemeOverrideImportModelInput: z.ZodIntersection<z.ZodIntersection
|
|
|
109623
109940
|
};
|
|
109624
109941
|
}>, z.ZodObject<{
|
|
109625
109942
|
type: z.ZodLiteral<"Font">;
|
|
109626
|
-
data: z.
|
|
109943
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
109944
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
109945
|
+
}, {
|
|
109946
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
109947
|
+
}>, "strip", z.ZodTypeAny, {
|
|
109948
|
+
value?: unknown;
|
|
109949
|
+
aliasTo?: string | undefined;
|
|
109950
|
+
}, {
|
|
109951
|
+
value?: unknown;
|
|
109952
|
+
aliasTo?: string | null | undefined;
|
|
109953
|
+
}>;
|
|
109627
109954
|
}, "strip", z.ZodTypeAny, {
|
|
109628
109955
|
type: "Font";
|
|
109629
|
-
data:
|
|
109956
|
+
data: {
|
|
109957
|
+
value?: unknown;
|
|
109958
|
+
aliasTo?: string | undefined;
|
|
109959
|
+
};
|
|
109630
109960
|
}, {
|
|
109631
109961
|
type: "Font";
|
|
109632
|
-
data:
|
|
109962
|
+
data: {
|
|
109963
|
+
value?: unknown;
|
|
109964
|
+
aliasTo?: string | null | undefined;
|
|
109965
|
+
};
|
|
109633
109966
|
}>]>, z.ZodObject<{
|
|
109634
109967
|
id: z.ZodString;
|
|
109635
109968
|
meta: z.ZodObject<{
|
|
@@ -111940,13 +112273,29 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
111940
112273
|
};
|
|
111941
112274
|
}>, z.ZodObject<{
|
|
111942
112275
|
type: z.ZodLiteral<"Font">;
|
|
111943
|
-
data: z.
|
|
112276
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
112277
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
112278
|
+
}, {
|
|
112279
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
112280
|
+
}>, "strip", z.ZodTypeAny, {
|
|
112281
|
+
value?: unknown;
|
|
112282
|
+
aliasTo?: string | undefined;
|
|
112283
|
+
}, {
|
|
112284
|
+
value?: unknown;
|
|
112285
|
+
aliasTo?: string | null | undefined;
|
|
112286
|
+
}>;
|
|
111944
112287
|
}, "strip", z.ZodTypeAny, {
|
|
111945
112288
|
type: "Font";
|
|
111946
|
-
data:
|
|
112289
|
+
data: {
|
|
112290
|
+
value?: unknown;
|
|
112291
|
+
aliasTo?: string | undefined;
|
|
112292
|
+
};
|
|
111947
112293
|
}, {
|
|
111948
112294
|
type: "Font";
|
|
111949
|
-
data:
|
|
112295
|
+
data: {
|
|
112296
|
+
value?: unknown;
|
|
112297
|
+
aliasTo?: string | null | undefined;
|
|
112298
|
+
};
|
|
111950
112299
|
}>]>, z.ZodObject<{
|
|
111951
112300
|
id: z.ZodString;
|
|
111952
112301
|
meta: z.ZodObject<{
|
|
@@ -112390,7 +112739,10 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
112390
112739
|
};
|
|
112391
112740
|
} | {
|
|
112392
112741
|
type: "Font";
|
|
112393
|
-
data:
|
|
112742
|
+
data: {
|
|
112743
|
+
value?: unknown;
|
|
112744
|
+
aliasTo?: string | undefined;
|
|
112745
|
+
};
|
|
112394
112746
|
}) & {
|
|
112395
112747
|
id: string;
|
|
112396
112748
|
meta: {
|
|
@@ -112773,7 +113125,10 @@ declare const ThemeImportModel: z.ZodObject<{
|
|
|
112773
113125
|
};
|
|
112774
113126
|
} | {
|
|
112775
113127
|
type: "Font";
|
|
112776
|
-
data:
|
|
113128
|
+
data: {
|
|
113129
|
+
value?: unknown;
|
|
113130
|
+
aliasTo?: string | null | undefined;
|
|
113131
|
+
};
|
|
112777
113132
|
}) & {
|
|
112778
113133
|
id: string;
|
|
112779
113134
|
meta: {
|
|
@@ -115019,13 +115374,29 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
115019
115374
|
};
|
|
115020
115375
|
}>, z.ZodObject<{
|
|
115021
115376
|
type: z.ZodLiteral<"Font">;
|
|
115022
|
-
data: z.
|
|
115377
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
115378
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
115379
|
+
}, {
|
|
115380
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
115381
|
+
}>, "strip", z.ZodTypeAny, {
|
|
115382
|
+
value?: unknown;
|
|
115383
|
+
aliasTo?: string | undefined;
|
|
115384
|
+
}, {
|
|
115385
|
+
value?: unknown;
|
|
115386
|
+
aliasTo?: string | null | undefined;
|
|
115387
|
+
}>;
|
|
115023
115388
|
}, "strip", z.ZodTypeAny, {
|
|
115024
115389
|
type: "Font";
|
|
115025
|
-
data:
|
|
115390
|
+
data: {
|
|
115391
|
+
value?: unknown;
|
|
115392
|
+
aliasTo?: string | undefined;
|
|
115393
|
+
};
|
|
115026
115394
|
}, {
|
|
115027
115395
|
type: "Font";
|
|
115028
|
-
data:
|
|
115396
|
+
data: {
|
|
115397
|
+
value?: unknown;
|
|
115398
|
+
aliasTo?: string | null | undefined;
|
|
115399
|
+
};
|
|
115029
115400
|
}>]>, z.ZodObject<{
|
|
115030
115401
|
id: z.ZodString;
|
|
115031
115402
|
meta: z.ZodObject<{
|
|
@@ -115453,7 +115824,10 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
115453
115824
|
};
|
|
115454
115825
|
} | {
|
|
115455
115826
|
type: "Font";
|
|
115456
|
-
data:
|
|
115827
|
+
data: {
|
|
115828
|
+
value?: unknown;
|
|
115829
|
+
aliasTo?: string | undefined;
|
|
115830
|
+
};
|
|
115457
115831
|
}) & {
|
|
115458
115832
|
id: string;
|
|
115459
115833
|
meta: {
|
|
@@ -115829,7 +116203,10 @@ declare const ThemeImportModelInput: z.ZodObject<{
|
|
|
115829
116203
|
};
|
|
115830
116204
|
} | {
|
|
115831
116205
|
type: "Font";
|
|
115832
|
-
data:
|
|
116206
|
+
data: {
|
|
116207
|
+
value?: unknown;
|
|
116208
|
+
aliasTo?: string | null | undefined;
|
|
116209
|
+
};
|
|
115833
116210
|
}) & {
|
|
115834
116211
|
id: string;
|
|
115835
116212
|
meta: {
|
|
@@ -118051,13 +118428,29 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
118051
118428
|
};
|
|
118052
118429
|
}>, z.ZodObject<{
|
|
118053
118430
|
type: z.ZodLiteral<"Font">;
|
|
118054
|
-
data: z.
|
|
118431
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
118432
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
118433
|
+
}, {
|
|
118434
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
118435
|
+
}>, "strip", z.ZodTypeAny, {
|
|
118436
|
+
value?: unknown;
|
|
118437
|
+
aliasTo?: string | undefined;
|
|
118438
|
+
}, {
|
|
118439
|
+
value?: unknown;
|
|
118440
|
+
aliasTo?: string | null | undefined;
|
|
118441
|
+
}>;
|
|
118055
118442
|
}, "strip", z.ZodTypeAny, {
|
|
118056
118443
|
type: "Font";
|
|
118057
|
-
data:
|
|
118444
|
+
data: {
|
|
118445
|
+
value?: unknown;
|
|
118446
|
+
aliasTo?: string | undefined;
|
|
118447
|
+
};
|
|
118058
118448
|
}, {
|
|
118059
118449
|
type: "Font";
|
|
118060
|
-
data:
|
|
118450
|
+
data: {
|
|
118451
|
+
value?: unknown;
|
|
118452
|
+
aliasTo?: string | null | undefined;
|
|
118453
|
+
};
|
|
118061
118454
|
}>]>, z.ZodObject<{
|
|
118062
118455
|
id: z.ZodString;
|
|
118063
118456
|
meta: z.ZodObject<{
|
|
@@ -118494,7 +118887,10 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
118494
118887
|
};
|
|
118495
118888
|
} | {
|
|
118496
118889
|
type: "Font";
|
|
118497
|
-
data:
|
|
118890
|
+
data: {
|
|
118891
|
+
value?: unknown;
|
|
118892
|
+
aliasTo?: string | undefined;
|
|
118893
|
+
};
|
|
118498
118894
|
}) & {
|
|
118499
118895
|
id: string;
|
|
118500
118896
|
meta: {
|
|
@@ -118865,7 +119261,10 @@ declare const ThemeUpdateImportModel: z.ZodObject<{
|
|
|
118865
119261
|
};
|
|
118866
119262
|
} | {
|
|
118867
119263
|
type: "Font";
|
|
118868
|
-
data:
|
|
119264
|
+
data: {
|
|
119265
|
+
value?: unknown;
|
|
119266
|
+
aliasTo?: string | null | undefined;
|
|
119267
|
+
};
|
|
118869
119268
|
}) & {
|
|
118870
119269
|
id: string;
|
|
118871
119270
|
meta: {
|
|
@@ -121086,13 +121485,29 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
121086
121485
|
};
|
|
121087
121486
|
}>, z.ZodObject<{
|
|
121088
121487
|
type: z.ZodLiteral<"Font">;
|
|
121089
|
-
data: z.
|
|
121488
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
121489
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
121490
|
+
}, {
|
|
121491
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
121492
|
+
}>, "strip", z.ZodTypeAny, {
|
|
121493
|
+
value?: unknown;
|
|
121494
|
+
aliasTo?: string | undefined;
|
|
121495
|
+
}, {
|
|
121496
|
+
value?: unknown;
|
|
121497
|
+
aliasTo?: string | null | undefined;
|
|
121498
|
+
}>;
|
|
121090
121499
|
}, "strip", z.ZodTypeAny, {
|
|
121091
121500
|
type: "Font";
|
|
121092
|
-
data:
|
|
121501
|
+
data: {
|
|
121502
|
+
value?: unknown;
|
|
121503
|
+
aliasTo?: string | undefined;
|
|
121504
|
+
};
|
|
121093
121505
|
}, {
|
|
121094
121506
|
type: "Font";
|
|
121095
|
-
data:
|
|
121507
|
+
data: {
|
|
121508
|
+
value?: unknown;
|
|
121509
|
+
aliasTo?: string | null | undefined;
|
|
121510
|
+
};
|
|
121096
121511
|
}>]>, z.ZodObject<{
|
|
121097
121512
|
id: z.ZodString;
|
|
121098
121513
|
meta: z.ZodObject<{
|
|
@@ -121516,7 +121931,10 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
121516
121931
|
};
|
|
121517
121932
|
} | {
|
|
121518
121933
|
type: "Font";
|
|
121519
|
-
data:
|
|
121934
|
+
data: {
|
|
121935
|
+
value?: unknown;
|
|
121936
|
+
aliasTo?: string | undefined;
|
|
121937
|
+
};
|
|
121520
121938
|
}) & {
|
|
121521
121939
|
id: string;
|
|
121522
121940
|
meta: {
|
|
@@ -121885,7 +122303,10 @@ declare const ThemeUpdateImportModelInput: z.ZodObject<{
|
|
|
121885
122303
|
};
|
|
121886
122304
|
} | {
|
|
121887
122305
|
type: "Font";
|
|
121888
|
-
data:
|
|
122306
|
+
data: {
|
|
122307
|
+
value?: unknown;
|
|
122308
|
+
aliasTo?: string | null | undefined;
|
|
122309
|
+
};
|
|
121889
122310
|
}) & {
|
|
121890
122311
|
id: string;
|
|
121891
122312
|
meta: {
|
|
@@ -124311,13 +124732,29 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
|
|
|
124311
124732
|
};
|
|
124312
124733
|
}>, z.ZodObject<{
|
|
124313
124734
|
type: z.ZodLiteral<"Font">;
|
|
124314
|
-
data: z.
|
|
124735
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
124736
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
124737
|
+
}, {
|
|
124738
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
124739
|
+
}>, "strip", z.ZodTypeAny, {
|
|
124740
|
+
value?: unknown;
|
|
124741
|
+
aliasTo?: string | undefined;
|
|
124742
|
+
}, {
|
|
124743
|
+
value?: unknown;
|
|
124744
|
+
aliasTo?: string | null | undefined;
|
|
124745
|
+
}>;
|
|
124315
124746
|
}, "strip", z.ZodTypeAny, {
|
|
124316
124747
|
type: "Font";
|
|
124317
|
-
data:
|
|
124748
|
+
data: {
|
|
124749
|
+
value?: unknown;
|
|
124750
|
+
aliasTo?: string | undefined;
|
|
124751
|
+
};
|
|
124318
124752
|
}, {
|
|
124319
124753
|
type: "Font";
|
|
124320
|
-
data:
|
|
124754
|
+
data: {
|
|
124755
|
+
value?: unknown;
|
|
124756
|
+
aliasTo?: string | null | undefined;
|
|
124757
|
+
};
|
|
124321
124758
|
}>]>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
124322
124759
|
id: z.ZodString;
|
|
124323
124760
|
meta: z.ZodObject<{
|
|
@@ -126628,13 +127065,29 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
|
|
|
126628
127065
|
};
|
|
126629
127066
|
}>, z.ZodObject<{
|
|
126630
127067
|
type: z.ZodLiteral<"Font">;
|
|
126631
|
-
data: z.
|
|
127068
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
127069
|
+
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
127070
|
+
}, {
|
|
127071
|
+
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>>, unknown, unknown>;
|
|
127072
|
+
}>, "strip", z.ZodTypeAny, {
|
|
127073
|
+
value?: unknown;
|
|
127074
|
+
aliasTo?: string | undefined;
|
|
127075
|
+
}, {
|
|
127076
|
+
value?: unknown;
|
|
127077
|
+
aliasTo?: string | null | undefined;
|
|
127078
|
+
}>;
|
|
126632
127079
|
}, "strip", z.ZodTypeAny, {
|
|
126633
127080
|
type: "Font";
|
|
126634
|
-
data:
|
|
127081
|
+
data: {
|
|
127082
|
+
value?: unknown;
|
|
127083
|
+
aliasTo?: string | undefined;
|
|
127084
|
+
};
|
|
126635
127085
|
}, {
|
|
126636
127086
|
type: "Font";
|
|
126637
|
-
data:
|
|
127087
|
+
data: {
|
|
127088
|
+
value?: unknown;
|
|
127089
|
+
aliasTo?: string | null | undefined;
|
|
127090
|
+
};
|
|
126638
127091
|
}>]>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<Omit<{
|
|
126639
127092
|
id: z.ZodString;
|
|
126640
127093
|
meta: z.ZodObject<{
|
|
@@ -166603,4 +167056,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166603
167056
|
}>;
|
|
166604
167057
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
166605
167058
|
|
|
166606
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
|
167059
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|