@supernova-studio/model 0.58.17 → 0.58.19
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 +320 -19
- package/dist/index.d.ts +320 -19
- package/dist/index.js +15 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/shadow.ts +2 -0
- package/src/dsm/import/support/import-context.ts +8 -1
- package/src/feature-flags/feature-flags.ts +2 -0
- package/src/liveblocks/rooms/room-type.ts +60 -1
package/dist/index.d.mts
CHANGED
|
@@ -50007,6 +50007,186 @@ 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>;
|
|
50010
50190
|
declare const ShadowTokenData: z.ZodObject<z.objectUtil.extendShape<{
|
|
50011
50191
|
aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
50012
50192
|
}, {
|
|
@@ -77886,7 +78066,12 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
77886
78066
|
label?: string | undefined;
|
|
77887
78067
|
} | undefined;
|
|
77888
78068
|
}>>;
|
|
77889
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
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
|
+
*/
|
|
77890
78075
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
77891
78076
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
77892
78077
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -78118,7 +78303,12 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
78118
78303
|
label?: string | undefined;
|
|
78119
78304
|
} | undefined;
|
|
78120
78305
|
}>>;
|
|
78121
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
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
|
+
*/
|
|
78122
78312
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78123
78313
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
78124
78314
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -78384,6 +78574,20 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
78384
78574
|
}[]> | undefined;
|
|
78385
78575
|
}>;
|
|
78386
78576
|
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>;
|
|
78387
78591
|
declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.extendShape<{
|
|
78388
78592
|
designSystemId: z.ZodString;
|
|
78389
78593
|
/**
|
|
@@ -78484,7 +78688,12 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78484
78688
|
label?: string | undefined;
|
|
78485
78689
|
} | undefined;
|
|
78486
78690
|
}>>;
|
|
78487
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
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
|
+
*/
|
|
78488
78697
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78489
78698
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
78490
78699
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -78653,7 +78862,19 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78653
78862
|
}, {
|
|
78654
78863
|
sourcesWithMissingAccess: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
78655
78864
|
shadowOpacityOptional: z.ZodDefault<z.ZodBoolean>;
|
|
78656
|
-
|
|
78865
|
+
featureFlagsKeepAliases: z.ZodDefault<z.ZodObject<{
|
|
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
|
+
}>>;
|
|
78657
78878
|
}>, "strip", z.ZodTypeAny, {
|
|
78658
78879
|
designSystemId: string;
|
|
78659
78880
|
fileAccessByFileId: Record<string, {
|
|
@@ -78705,7 +78926,11 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78705
78926
|
}[]>;
|
|
78706
78927
|
sourcesWithMissingAccess: string[];
|
|
78707
78928
|
shadowOpacityOptional: boolean;
|
|
78708
|
-
|
|
78929
|
+
featureFlagsKeepAliases: {
|
|
78930
|
+
isTypographyPropsKeepAliasesEnabled: boolean;
|
|
78931
|
+
isGradientPropsKeepAliasesEnabled: boolean;
|
|
78932
|
+
isShadowPropsKeepAliasesEnabled: boolean;
|
|
78933
|
+
};
|
|
78709
78934
|
}, {
|
|
78710
78935
|
designSystemId: string;
|
|
78711
78936
|
fileAccessByFileId: Record<string, {
|
|
@@ -78757,7 +78982,11 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78757
78982
|
}[]> | undefined;
|
|
78758
78983
|
sourcesWithMissingAccess?: string[] | undefined;
|
|
78759
78984
|
shadowOpacityOptional?: boolean | undefined;
|
|
78760
|
-
|
|
78985
|
+
featureFlagsKeepAliases?: {
|
|
78986
|
+
isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78987
|
+
isGradientPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78988
|
+
isShadowPropsKeepAliasesEnabled?: boolean | undefined;
|
|
78989
|
+
} | undefined;
|
|
78761
78990
|
}>;
|
|
78762
78991
|
type FigmaImportContextWithSourcesState = z.infer<typeof FigmaImportContextWithSourcesState>;
|
|
78763
78992
|
declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -78837,7 +79066,12 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
|
|
|
78837
79066
|
label?: string | undefined;
|
|
78838
79067
|
} | undefined;
|
|
78839
79068
|
}>>;
|
|
78840
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
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
|
+
*/
|
|
78841
79075
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
78842
79076
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
78843
79077
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -79137,7 +79371,12 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79137
79371
|
label?: string | undefined;
|
|
79138
79372
|
} | undefined;
|
|
79139
79373
|
}>>;
|
|
79140
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
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
|
+
*/
|
|
79141
79380
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79142
79381
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
79143
79382
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -79306,7 +79545,19 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79306
79545
|
}, {
|
|
79307
79546
|
sourcesWithMissingAccess: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
79308
79547
|
shadowOpacityOptional: z.ZodDefault<z.ZodBoolean>;
|
|
79309
|
-
|
|
79548
|
+
featureFlagsKeepAliases: z.ZodDefault<z.ZodObject<{
|
|
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
|
+
}>>;
|
|
79310
79561
|
}>, {
|
|
79311
79562
|
/**
|
|
79312
79563
|
* Describes what to download from each file, this should contain all file id mentioned in
|
|
@@ -79422,7 +79673,12 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79422
79673
|
label?: string | undefined;
|
|
79423
79674
|
} | undefined;
|
|
79424
79675
|
}>>;
|
|
79425
|
-
downloadChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
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
|
+
*/
|
|
79426
79682
|
figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
|
|
79427
79683
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
79428
79684
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -79672,7 +79928,11 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79672
79928
|
}[]>;
|
|
79673
79929
|
sourcesWithMissingAccess: string[];
|
|
79674
79930
|
shadowOpacityOptional: boolean;
|
|
79675
|
-
|
|
79931
|
+
featureFlagsKeepAliases: {
|
|
79932
|
+
isTypographyPropsKeepAliasesEnabled: boolean;
|
|
79933
|
+
isGradientPropsKeepAliasesEnabled: boolean;
|
|
79934
|
+
isShadowPropsKeepAliasesEnabled: boolean;
|
|
79935
|
+
};
|
|
79676
79936
|
fileDownloadScopesByFileId: Record<string, {
|
|
79677
79937
|
styles: boolean;
|
|
79678
79938
|
components: boolean;
|
|
@@ -79832,7 +80092,11 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79832
80092
|
}[]> | undefined;
|
|
79833
80093
|
sourcesWithMissingAccess?: string[] | undefined;
|
|
79834
80094
|
shadowOpacityOptional?: boolean | undefined;
|
|
79835
|
-
|
|
80095
|
+
featureFlagsKeepAliases?: {
|
|
80096
|
+
isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
|
|
80097
|
+
isGradientPropsKeepAliasesEnabled?: boolean | undefined;
|
|
80098
|
+
isShadowPropsKeepAliasesEnabled?: boolean | undefined;
|
|
80099
|
+
} | undefined;
|
|
79836
80100
|
}>;
|
|
79837
80101
|
type FigmaImportContextWithDownloadScopes = z.infer<typeof FigmaImportContextWithDownloadScopes>;
|
|
79838
80102
|
|
|
@@ -147289,13 +147553,13 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
147289
147553
|
}>;
|
|
147290
147554
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
147291
147555
|
|
|
147292
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>;
|
|
147556
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases"]>;
|
|
147293
147557
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
147294
|
-
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>, z.ZodBoolean>;
|
|
147558
|
+
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases"]>, z.ZodBoolean>;
|
|
147295
147559
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
147296
147560
|
declare const FeatureFlag: z.ZodObject<{
|
|
147297
147561
|
id: z.ZodString;
|
|
147298
|
-
feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>;
|
|
147562
|
+
feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases"]>;
|
|
147299
147563
|
createdAt: z.ZodDate;
|
|
147300
147564
|
enabled: z.ZodBoolean;
|
|
147301
147565
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
@@ -147303,13 +147567,13 @@ declare const FeatureFlag: z.ZodObject<{
|
|
|
147303
147567
|
id: string;
|
|
147304
147568
|
createdAt: Date;
|
|
147305
147569
|
enabled: boolean;
|
|
147306
|
-
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases";
|
|
147570
|
+
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases";
|
|
147307
147571
|
designSystemId?: string | undefined;
|
|
147308
147572
|
}, {
|
|
147309
147573
|
id: string;
|
|
147310
147574
|
createdAt: Date;
|
|
147311
147575
|
enabled: boolean;
|
|
147312
|
-
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases";
|
|
147576
|
+
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases";
|
|
147313
147577
|
designSystemId?: string | undefined;
|
|
147314
147578
|
}>;
|
|
147315
147579
|
type FeatureFlag = z.infer<typeof FeatureFlag>;
|
|
@@ -174125,13 +174389,50 @@ declare const RestoredDocumentationGroup: z.ZodObject<{
|
|
|
174125
174389
|
type RestoredDocumentationGroup = z.infer<typeof RestoredDocumentationGroup>;
|
|
174126
174390
|
|
|
174127
174391
|
declare enum RoomTypeEnum {
|
|
174128
|
-
|
|
174392
|
+
DocumentationPageOld = "documentation-page",
|
|
174393
|
+
DocumentationPage = "doc-page",
|
|
174129
174394
|
DesignSystemVersion = "design-system-version",
|
|
174130
174395
|
Workspace = "workspace"
|
|
174131
174396
|
}
|
|
174132
174397
|
declare const RoomTypeSchema: z.ZodNativeEnum<typeof RoomTypeEnum>;
|
|
174133
174398
|
type RoomType = z.infer<typeof RoomTypeSchema>;
|
|
174134
174399
|
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;
|
|
174135
174436
|
|
|
174136
174437
|
declare const WorkspaceRoom: z.ZodObject<z.objectUtil.extendShape<{
|
|
174137
174438
|
id: z.ZodString;
|
|
@@ -175210,4 +175511,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
175210
175511
|
token: PersonalAccessToken;
|
|
175211
175512
|
};
|
|
175212
175513
|
|
|
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 };
|
|
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 };
|