@supernova-studio/model 0.58.19 → 1.0.0
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 +19 -320
- package/dist/index.d.ts +19 -320
- package/dist/index.js +4 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/shadow.ts +0 -2
- package/src/dsm/import/support/import-context.ts +1 -8
- package/src/feature-flags/feature-flags.ts +0 -2
- package/src/liveblocks/rooms/room-type.ts +1 -60
package/dist/index.d.mts
CHANGED
|
@@ -50007,186 +50007,6 @@ declare const ShadowLayerValue: z.ZodObject<{
|
|
|
50007
50007
|
} | undefined;
|
|
50008
50008
|
}>;
|
|
50009
50009
|
type ShadowLayerValue = z.infer<typeof ShadowLayerValue>;
|
|
50010
|
-
declare const ShadowValue: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
50011
|
-
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
50012
|
-
}, {
|
|
50013
|
-
value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<{
|
|
50014
|
-
type: "Drop" | "Inner";
|
|
50015
|
-
color: {
|
|
50016
|
-
value?: {
|
|
50017
|
-
color: string | {
|
|
50018
|
-
aliasTo?: string | undefined;
|
|
50019
|
-
};
|
|
50020
|
-
opacity: {
|
|
50021
|
-
value?: {
|
|
50022
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50023
|
-
measure: number;
|
|
50024
|
-
} | undefined;
|
|
50025
|
-
aliasTo?: string | undefined;
|
|
50026
|
-
};
|
|
50027
|
-
} | undefined;
|
|
50028
|
-
aliasTo?: string | undefined;
|
|
50029
|
-
};
|
|
50030
|
-
radius: number;
|
|
50031
|
-
x: number;
|
|
50032
|
-
y: number;
|
|
50033
|
-
spread: number;
|
|
50034
|
-
opacity?: {
|
|
50035
|
-
value?: {
|
|
50036
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50037
|
-
measure: number;
|
|
50038
|
-
} | undefined;
|
|
50039
|
-
aliasTo?: string | undefined;
|
|
50040
|
-
} | undefined;
|
|
50041
|
-
}, z.ZodTypeDef, {
|
|
50042
|
-
type: "Drop" | "Inner";
|
|
50043
|
-
color: {
|
|
50044
|
-
value?: {
|
|
50045
|
-
color: string | {
|
|
50046
|
-
aliasTo?: string | null | undefined;
|
|
50047
|
-
};
|
|
50048
|
-
opacity: {
|
|
50049
|
-
value?: {
|
|
50050
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50051
|
-
measure: number;
|
|
50052
|
-
} | null | undefined;
|
|
50053
|
-
aliasTo?: string | null | undefined;
|
|
50054
|
-
};
|
|
50055
|
-
} | null | undefined;
|
|
50056
|
-
aliasTo?: string | null | undefined;
|
|
50057
|
-
};
|
|
50058
|
-
radius: number;
|
|
50059
|
-
x: number;
|
|
50060
|
-
y: number;
|
|
50061
|
-
spread: number;
|
|
50062
|
-
opacity?: {
|
|
50063
|
-
value?: {
|
|
50064
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50065
|
-
measure: number;
|
|
50066
|
-
} | null | undefined;
|
|
50067
|
-
aliasTo?: string | null | undefined;
|
|
50068
|
-
} | undefined;
|
|
50069
|
-
}>>>, {
|
|
50070
|
-
type: "Drop" | "Inner";
|
|
50071
|
-
color: {
|
|
50072
|
-
value?: {
|
|
50073
|
-
color: string | {
|
|
50074
|
-
aliasTo?: string | undefined;
|
|
50075
|
-
};
|
|
50076
|
-
opacity: {
|
|
50077
|
-
value?: {
|
|
50078
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50079
|
-
measure: number;
|
|
50080
|
-
} | undefined;
|
|
50081
|
-
aliasTo?: string | undefined;
|
|
50082
|
-
};
|
|
50083
|
-
} | undefined;
|
|
50084
|
-
aliasTo?: string | undefined;
|
|
50085
|
-
};
|
|
50086
|
-
radius: number;
|
|
50087
|
-
x: number;
|
|
50088
|
-
y: number;
|
|
50089
|
-
spread: number;
|
|
50090
|
-
opacity?: {
|
|
50091
|
-
value?: {
|
|
50092
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50093
|
-
measure: number;
|
|
50094
|
-
} | undefined;
|
|
50095
|
-
aliasTo?: string | undefined;
|
|
50096
|
-
} | undefined;
|
|
50097
|
-
} | undefined, {
|
|
50098
|
-
type: "Drop" | "Inner";
|
|
50099
|
-
color: {
|
|
50100
|
-
value?: {
|
|
50101
|
-
color: string | {
|
|
50102
|
-
aliasTo?: string | null | undefined;
|
|
50103
|
-
};
|
|
50104
|
-
opacity: {
|
|
50105
|
-
value?: {
|
|
50106
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50107
|
-
measure: number;
|
|
50108
|
-
} | null | undefined;
|
|
50109
|
-
aliasTo?: string | null | undefined;
|
|
50110
|
-
};
|
|
50111
|
-
} | null | undefined;
|
|
50112
|
-
aliasTo?: string | null | undefined;
|
|
50113
|
-
};
|
|
50114
|
-
radius: number;
|
|
50115
|
-
x: number;
|
|
50116
|
-
y: number;
|
|
50117
|
-
spread: number;
|
|
50118
|
-
opacity?: {
|
|
50119
|
-
value?: {
|
|
50120
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50121
|
-
measure: number;
|
|
50122
|
-
} | null | undefined;
|
|
50123
|
-
aliasTo?: string | null | undefined;
|
|
50124
|
-
} | undefined;
|
|
50125
|
-
} | null | undefined>;
|
|
50126
|
-
}>, "strip", z.ZodTypeAny, {
|
|
50127
|
-
value?: {
|
|
50128
|
-
type: "Drop" | "Inner";
|
|
50129
|
-
color: {
|
|
50130
|
-
value?: {
|
|
50131
|
-
color: string | {
|
|
50132
|
-
aliasTo?: string | undefined;
|
|
50133
|
-
};
|
|
50134
|
-
opacity: {
|
|
50135
|
-
value?: {
|
|
50136
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50137
|
-
measure: number;
|
|
50138
|
-
} | undefined;
|
|
50139
|
-
aliasTo?: string | undefined;
|
|
50140
|
-
};
|
|
50141
|
-
} | undefined;
|
|
50142
|
-
aliasTo?: string | undefined;
|
|
50143
|
-
};
|
|
50144
|
-
radius: number;
|
|
50145
|
-
x: number;
|
|
50146
|
-
y: number;
|
|
50147
|
-
spread: number;
|
|
50148
|
-
opacity?: {
|
|
50149
|
-
value?: {
|
|
50150
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50151
|
-
measure: number;
|
|
50152
|
-
} | undefined;
|
|
50153
|
-
aliasTo?: string | undefined;
|
|
50154
|
-
} | undefined;
|
|
50155
|
-
} | undefined;
|
|
50156
|
-
aliasTo?: string | undefined;
|
|
50157
|
-
}, {
|
|
50158
|
-
value?: {
|
|
50159
|
-
type: "Drop" | "Inner";
|
|
50160
|
-
color: {
|
|
50161
|
-
value?: {
|
|
50162
|
-
color: string | {
|
|
50163
|
-
aliasTo?: string | null | undefined;
|
|
50164
|
-
};
|
|
50165
|
-
opacity: {
|
|
50166
|
-
value?: {
|
|
50167
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50168
|
-
measure: number;
|
|
50169
|
-
} | null | undefined;
|
|
50170
|
-
aliasTo?: string | null | undefined;
|
|
50171
|
-
};
|
|
50172
|
-
} | null | undefined;
|
|
50173
|
-
aliasTo?: string | null | undefined;
|
|
50174
|
-
};
|
|
50175
|
-
radius: number;
|
|
50176
|
-
x: number;
|
|
50177
|
-
y: number;
|
|
50178
|
-
spread: number;
|
|
50179
|
-
opacity?: {
|
|
50180
|
-
value?: {
|
|
50181
|
-
unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
|
|
50182
|
-
measure: number;
|
|
50183
|
-
} | null | undefined;
|
|
50184
|
-
aliasTo?: string | null | undefined;
|
|
50185
|
-
} | undefined;
|
|
50186
|
-
} | null | undefined;
|
|
50187
|
-
aliasTo?: string | null | undefined;
|
|
50188
|
-
}>, "many">;
|
|
50189
|
-
type ShadowValue = z.infer<typeof ShadowValue>;
|
|
50190
50010
|
declare const ShadowTokenData: z.ZodObject<z.objectUtil.extendShape<{
|
|
50191
50011
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
50192
50012
|
}, {
|
|
@@ -78066,12 +77886,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
78066
77886
|
label?: string | undefined;
|
|
78067
77887
|
} | undefined;
|
|
78068
77888
|
}>>;
|
|
78069
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78070
|
-
* Describes what to download from each file, this should contain all file id mentioned in
|
|
78071
|
-
* importMetadataBySourceId.
|
|
78072
|
-
*
|
|
78073
|
-
* File id -> file download scope
|
|
78074
|
-
*/
|
|
77889
|
+
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78075
77890
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78076
77891
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
78077
77892
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -78303,12 +78118,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
78303
78118
|
label?: string | undefined;
|
|
78304
78119
|
} | undefined;
|
|
78305
78120
|
}>>;
|
|
78306
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78307
|
-
* Describes what to download from each file, this should contain all file id mentioned in
|
|
78308
|
-
* importMetadataBySourceId.
|
|
78309
|
-
*
|
|
78310
|
-
* File id -> file download scope
|
|
78311
|
-
*/
|
|
78121
|
+
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78312
78122
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78313
78123
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
78314
78124
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -78574,20 +78384,6 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
78574
78384
|
}[]> | undefined;
|
|
78575
78385
|
}>;
|
|
78576
78386
|
type FigmaImportBaseContext = z.infer<typeof FigmaImportBaseContext>;
|
|
78577
|
-
declare const FeatureFlagsKeepAliases: z.ZodObject<{
|
|
78578
|
-
isTypographyPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
78579
|
-
isGradientPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
78580
|
-
isShadowPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
78581
|
-
}, "strip", z.ZodTypeAny, {
|
|
78582
|
-
isTypographyPropsKeepAliasesEnabled: boolean;
|
|
78583
|
-
isGradientPropsKeepAliasesEnabled: boolean;
|
|
78584
|
-
isShadowPropsKeepAliasesEnabled: boolean;
|
|
78585
|
-
}, {
|
|
78586
|
-
isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78587
|
-
isGradientPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78588
|
-
isShadowPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78589
|
-
}>;
|
|
78590
|
-
type FeatureFlagsKeepAliases = z.infer<typeof FeatureFlagsKeepAliases>;
|
|
78591
78387
|
declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.extendShape<{
|
|
78592
78388
|
designSystemId: z.ZodString;
|
|
78593
78389
|
/**
|
|
@@ -78688,12 +78484,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78688
78484
|
label?: string | undefined;
|
|
78689
78485
|
} | undefined;
|
|
78690
78486
|
}>>;
|
|
78691
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78692
|
-
* Describes what to download from each file, this should contain all file id mentioned in
|
|
78693
|
-
* importMetadataBySourceId.
|
|
78694
|
-
*
|
|
78695
|
-
* File id -> file download scope
|
|
78696
|
-
*/
|
|
78487
|
+
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78697
78488
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78698
78489
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
78699
78490
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -78862,19 +78653,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78862
78653
|
}, {
|
|
78863
78654
|
sourcesWithMissingAccess: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
78864
78655
|
shadowOpacityOptional: z.ZodDefault<z.ZodBoolean>;
|
|
78865
|
-
|
|
78866
|
-
isTypographyPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
78867
|
-
isGradientPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
78868
|
-
isShadowPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
78869
|
-
}, "strip", z.ZodTypeAny, {
|
|
78870
|
-
isTypographyPropsKeepAliasesEnabled: boolean;
|
|
78871
|
-
isGradientPropsKeepAliasesEnabled: boolean;
|
|
78872
|
-
isShadowPropsKeepAliasesEnabled: boolean;
|
|
78873
|
-
}, {
|
|
78874
|
-
isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78875
|
-
isGradientPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78876
|
-
isShadowPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78877
|
-
}>>;
|
|
78656
|
+
typographyPropsKeepAliases: z.ZodDefault<z.ZodBoolean>;
|
|
78878
78657
|
}>, "strip", z.ZodTypeAny, {
|
|
78879
78658
|
designSystemId: string;
|
|
78880
78659
|
fileAccessByFileId: Record<string, {
|
|
@@ -78926,11 +78705,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78926
78705
|
}[]>;
|
|
78927
78706
|
sourcesWithMissingAccess: string[];
|
|
78928
78707
|
shadowOpacityOptional: boolean;
|
|
78929
|
-
|
|
78930
|
-
isTypographyPropsKeepAliasesEnabled: boolean;
|
|
78931
|
-
isGradientPropsKeepAliasesEnabled: boolean;
|
|
78932
|
-
isShadowPropsKeepAliasesEnabled: boolean;
|
|
78933
|
-
};
|
|
78708
|
+
typographyPropsKeepAliases: boolean;
|
|
78934
78709
|
}, {
|
|
78935
78710
|
designSystemId: string;
|
|
78936
78711
|
fileAccessByFileId: Record<string, {
|
|
@@ -78982,11 +78757,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78982
78757
|
}[]> | undefined;
|
|
78983
78758
|
sourcesWithMissingAccess?: string[] | undefined;
|
|
78984
78759
|
shadowOpacityOptional?: boolean | undefined;
|
|
78985
|
-
|
|
78986
|
-
isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78987
|
-
isGradientPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78988
|
-
isShadowPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78989
|
-
} | undefined;
|
|
78760
|
+
typographyPropsKeepAliases?: boolean | undefined;
|
|
78990
78761
|
}>;
|
|
78991
78762
|
type FigmaImportContextWithSourcesState = z.infer<typeof FigmaImportContextWithSourcesState>;
|
|
78992
78763
|
declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -79066,12 +78837,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
|
|
|
79066
78837
|
label?: string | undefined;
|
|
79067
78838
|
} | undefined;
|
|
79068
78839
|
}>>;
|
|
79069
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79070
|
-
* Describes what to download from each file, this should contain all file id mentioned in
|
|
79071
|
-
* importMetadataBySourceId.
|
|
79072
|
-
*
|
|
79073
|
-
* File id -> file download scope
|
|
79074
|
-
*/
|
|
78840
|
+
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79075
78841
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79076
78842
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
79077
78843
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -79371,12 +79137,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79371
79137
|
label?: string | undefined;
|
|
79372
79138
|
} | undefined;
|
|
79373
79139
|
}>>;
|
|
79374
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79375
|
-
* Describes what to download from each file, this should contain all file id mentioned in
|
|
79376
|
-
* importMetadataBySourceId.
|
|
79377
|
-
*
|
|
79378
|
-
* File id -> file download scope
|
|
79379
|
-
*/
|
|
79140
|
+
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79380
79141
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79381
79142
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
79382
79143
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -79545,19 +79306,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79545
79306
|
}, {
|
|
79546
79307
|
sourcesWithMissingAccess: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
79547
79308
|
shadowOpacityOptional: z.ZodDefault<z.ZodBoolean>;
|
|
79548
|
-
|
|
79549
|
-
isTypographyPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
79550
|
-
isGradientPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
79551
|
-
isShadowPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
79552
|
-
}, "strip", z.ZodTypeAny, {
|
|
79553
|
-
isTypographyPropsKeepAliasesEnabled: boolean;
|
|
79554
|
-
isGradientPropsKeepAliasesEnabled: boolean;
|
|
79555
|
-
isShadowPropsKeepAliasesEnabled: boolean;
|
|
79556
|
-
}, {
|
|
79557
|
-
isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
|
|
79558
|
-
isGradientPropsKeepAliasesEnabled?: boolean | undefined;
|
|
79559
|
-
isShadowPropsKeepAliasesEnabled?: boolean | undefined;
|
|
79560
|
-
}>>;
|
|
79309
|
+
typographyPropsKeepAliases: z.ZodDefault<z.ZodBoolean>;
|
|
79561
79310
|
}>, {
|
|
79562
79311
|
/**
|
|
79563
79312
|
* Describes what to download from each file, this should contain all file id mentioned in
|
|
@@ -79673,12 +79422,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79673
79422
|
label?: string | undefined;
|
|
79674
79423
|
} | undefined;
|
|
79675
79424
|
}>>;
|
|
79676
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79677
|
-
* Describes what to download from each file, this should contain all file id mentioned in
|
|
79678
|
-
* importMetadataBySourceId.
|
|
79679
|
-
*
|
|
79680
|
-
* File id -> file download scope
|
|
79681
|
-
*/
|
|
79425
|
+
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79682
79426
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79683
79427
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
79684
79428
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -79928,11 +79672,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79928
79672
|
}[]>;
|
|
79929
79673
|
sourcesWithMissingAccess: string[];
|
|
79930
79674
|
shadowOpacityOptional: boolean;
|
|
79931
|
-
|
|
79932
|
-
isTypographyPropsKeepAliasesEnabled: boolean;
|
|
79933
|
-
isGradientPropsKeepAliasesEnabled: boolean;
|
|
79934
|
-
isShadowPropsKeepAliasesEnabled: boolean;
|
|
79935
|
-
};
|
|
79675
|
+
typographyPropsKeepAliases: boolean;
|
|
79936
79676
|
fileDownloadScopesByFileId: Record<string, {
|
|
79937
79677
|
styles: boolean;
|
|
79938
79678
|
components: boolean;
|
|
@@ -80092,11 +79832,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
80092
79832
|
}[]> | undefined;
|
|
80093
79833
|
sourcesWithMissingAccess?: string[] | undefined;
|
|
80094
79834
|
shadowOpacityOptional?: boolean | undefined;
|
|
80095
|
-
|
|
80096
|
-
isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
|
|
80097
|
-
isGradientPropsKeepAliasesEnabled?: boolean | undefined;
|
|
80098
|
-
isShadowPropsKeepAliasesEnabled?: boolean | undefined;
|
|
80099
|
-
} | undefined;
|
|
79835
|
+
typographyPropsKeepAliases?: boolean | undefined;
|
|
80100
79836
|
}>;
|
|
80101
79837
|
type FigmaImportContextWithDownloadScopes = z.infer<typeof FigmaImportContextWithDownloadScopes>;
|
|
80102
79838
|
|
|
@@ -147553,13 +147289,13 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
147553
147289
|
}>;
|
|
147554
147290
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
147555
147291
|
|
|
147556
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"
|
|
147292
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>;
|
|
147557
147293
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
147558
|
-
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"
|
|
147294
|
+
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>, z.ZodBoolean>;
|
|
147559
147295
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
147560
147296
|
declare const FeatureFlag: z.ZodObject<{
|
|
147561
147297
|
id: z.ZodString;
|
|
147562
|
-
feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"
|
|
147298
|
+
feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>;
|
|
147563
147299
|
createdAt: z.ZodDate;
|
|
147564
147300
|
enabled: z.ZodBoolean;
|
|
147565
147301
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
@@ -147567,13 +147303,13 @@ declare const FeatureFlag: z.ZodObject<{
|
|
|
147567
147303
|
id: string;
|
|
147568
147304
|
createdAt: Date;
|
|
147569
147305
|
enabled: boolean;
|
|
147570
|
-
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases"
|
|
147306
|
+
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases";
|
|
147571
147307
|
designSystemId?: string | undefined;
|
|
147572
147308
|
}, {
|
|
147573
147309
|
id: string;
|
|
147574
147310
|
createdAt: Date;
|
|
147575
147311
|
enabled: boolean;
|
|
147576
|
-
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases"
|
|
147312
|
+
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases";
|
|
147577
147313
|
designSystemId?: string | undefined;
|
|
147578
147314
|
}>;
|
|
147579
147315
|
type FeatureFlag = z.infer<typeof FeatureFlag>;
|
|
@@ -174389,50 +174125,13 @@ declare const RestoredDocumentationGroup: z.ZodObject<{
|
|
|
174389
174125
|
type RestoredDocumentationGroup = z.infer<typeof RestoredDocumentationGroup>;
|
|
174390
174126
|
|
|
174391
174127
|
declare enum RoomTypeEnum {
|
|
174392
|
-
|
|
174393
|
-
DocumentationPage = "doc-page",
|
|
174128
|
+
DocumentationPage = "documentation-page",
|
|
174394
174129
|
DesignSystemVersion = "design-system-version",
|
|
174395
174130
|
Workspace = "workspace"
|
|
174396
174131
|
}
|
|
174397
174132
|
declare const RoomTypeSchema: z.ZodNativeEnum<typeof RoomTypeEnum>;
|
|
174398
174133
|
type RoomType = z.infer<typeof RoomTypeSchema>;
|
|
174399
174134
|
declare const RoomType: typeof RoomTypeEnum;
|
|
174400
|
-
type WorkspaceRoomOwner = {
|
|
174401
|
-
type: "Workspace";
|
|
174402
|
-
workspaceId: string;
|
|
174403
|
-
};
|
|
174404
|
-
type VersionRoomOwner = {
|
|
174405
|
-
type: "DesignSystemVersion";
|
|
174406
|
-
workspaceId: string;
|
|
174407
|
-
designSystemId: string;
|
|
174408
|
-
designSystemVersionId: string;
|
|
174409
|
-
};
|
|
174410
|
-
type RoomOwner = WorkspaceRoomOwner | VersionRoomOwner;
|
|
174411
|
-
type WorkspaceParsedRoomId = {
|
|
174412
|
-
type: RoomTypeEnum.Workspace;
|
|
174413
|
-
raw: string;
|
|
174414
|
-
};
|
|
174415
|
-
type DesignSystemVersionParsedRoomId = {
|
|
174416
|
-
type: RoomTypeEnum.DesignSystemVersion;
|
|
174417
|
-
raw: string;
|
|
174418
|
-
};
|
|
174419
|
-
type DocumentationPageOldParsedRoomId = {
|
|
174420
|
-
type: RoomTypeEnum.DocumentationPageOld;
|
|
174421
|
-
raw: string;
|
|
174422
|
-
};
|
|
174423
|
-
type DocumentationPageParsedRoomId = {
|
|
174424
|
-
type: RoomTypeEnum.DocumentationPage;
|
|
174425
|
-
raw: string;
|
|
174426
|
-
/**
|
|
174427
|
-
* Id of DS version, cannot be a wildcard (always a specific ID)
|
|
174428
|
-
*/
|
|
174429
|
-
designSystemVersionId: string;
|
|
174430
|
-
/**
|
|
174431
|
-
* Documentation page persistent ID or wildcard `*`
|
|
174432
|
-
*/
|
|
174433
|
-
pagePersistentId: string;
|
|
174434
|
-
};
|
|
174435
|
-
type ParsedRoomId = WorkspaceParsedRoomId | DesignSystemVersionParsedRoomId | DocumentationPageOldParsedRoomId | DocumentationPageParsedRoomId;
|
|
174436
174135
|
|
|
174437
174136
|
declare const WorkspaceRoom: z.ZodObject<z.objectUtil.extendShape<{
|
|
174438
174137
|
id: z.ZodString;
|
|
@@ -175511,4 +175210,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
175511
175210
|
token: PersonalAccessToken;
|
|
175512
175211
|
};
|
|
175513
175212
|
|
|
175514
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, 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, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, 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, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|
|
175213
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, 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, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, 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, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenNameFormat, PageBlockTokenValueFormat, 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, PublishedDocPageVisitsEntry, 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 UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, 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, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|