@supernova-studio/model 0.55.35 → 0.57.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 +387 -6
- package/dist/index.d.ts +387 -6
- package/dist/index.js +42 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +41 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/billing/features.ts +1 -0
- package/src/dsm/elements/raw-element.ts +30 -0
- package/src/dsm/import/support/import-context.ts +1 -0
- package/src/feature-flags/feature-flags.ts +7 -1
package/dist/index.d.mts
CHANGED
|
@@ -576,6 +576,19 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
576
576
|
errorReason: string;
|
|
577
577
|
enabled: boolean;
|
|
578
578
|
}>;
|
|
579
|
+
designSystemRoles: z.ZodObject<{
|
|
580
|
+
enabled: z.ZodBoolean;
|
|
581
|
+
errorMessage: z.ZodString;
|
|
582
|
+
errorReason: z.ZodString;
|
|
583
|
+
}, "strip", z.ZodTypeAny, {
|
|
584
|
+
errorMessage: string;
|
|
585
|
+
errorReason: string;
|
|
586
|
+
enabled: boolean;
|
|
587
|
+
}, {
|
|
588
|
+
errorMessage: string;
|
|
589
|
+
errorReason: string;
|
|
590
|
+
enabled: boolean;
|
|
591
|
+
}>;
|
|
579
592
|
}, "strip", z.ZodTypeAny, {
|
|
580
593
|
designSystems: {
|
|
581
594
|
max: number;
|
|
@@ -684,6 +697,11 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
684
697
|
errorReason: string;
|
|
685
698
|
enabled: boolean;
|
|
686
699
|
};
|
|
700
|
+
designSystemRoles: {
|
|
701
|
+
errorMessage: string;
|
|
702
|
+
errorReason: string;
|
|
703
|
+
enabled: boolean;
|
|
704
|
+
};
|
|
687
705
|
}, {
|
|
688
706
|
designSystems: {
|
|
689
707
|
max: number;
|
|
@@ -792,6 +810,11 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
792
810
|
errorReason: string;
|
|
793
811
|
enabled: boolean;
|
|
794
812
|
};
|
|
813
|
+
designSystemRoles: {
|
|
814
|
+
errorMessage: string;
|
|
815
|
+
errorReason: string;
|
|
816
|
+
enabled: boolean;
|
|
817
|
+
};
|
|
795
818
|
}>;
|
|
796
819
|
type FeaturesSummary = z.infer<typeof FeaturesSummary>;
|
|
797
820
|
|
|
@@ -1318,6 +1341,19 @@ declare const Subscription: z.ZodObject<{
|
|
|
1318
1341
|
errorReason: string;
|
|
1319
1342
|
enabled: boolean;
|
|
1320
1343
|
}>;
|
|
1344
|
+
designSystemRoles: z.ZodObject<{
|
|
1345
|
+
enabled: z.ZodBoolean;
|
|
1346
|
+
errorMessage: z.ZodString;
|
|
1347
|
+
errorReason: z.ZodString;
|
|
1348
|
+
}, "strip", z.ZodTypeAny, {
|
|
1349
|
+
errorMessage: string;
|
|
1350
|
+
errorReason: string;
|
|
1351
|
+
enabled: boolean;
|
|
1352
|
+
}, {
|
|
1353
|
+
errorMessage: string;
|
|
1354
|
+
errorReason: string;
|
|
1355
|
+
enabled: boolean;
|
|
1356
|
+
}>;
|
|
1321
1357
|
}, "strip", z.ZodTypeAny, {
|
|
1322
1358
|
designSystems: {
|
|
1323
1359
|
max: number;
|
|
@@ -1426,6 +1462,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1426
1462
|
errorReason: string;
|
|
1427
1463
|
enabled: boolean;
|
|
1428
1464
|
};
|
|
1465
|
+
designSystemRoles: {
|
|
1466
|
+
errorMessage: string;
|
|
1467
|
+
errorReason: string;
|
|
1468
|
+
enabled: boolean;
|
|
1469
|
+
};
|
|
1429
1470
|
}, {
|
|
1430
1471
|
designSystems: {
|
|
1431
1472
|
max: number;
|
|
@@ -1534,6 +1575,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1534
1575
|
errorReason: string;
|
|
1535
1576
|
enabled: boolean;
|
|
1536
1577
|
};
|
|
1578
|
+
designSystemRoles: {
|
|
1579
|
+
errorMessage: string;
|
|
1580
|
+
errorReason: string;
|
|
1581
|
+
enabled: boolean;
|
|
1582
|
+
};
|
|
1537
1583
|
}>>;
|
|
1538
1584
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
1539
1585
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1709,6 +1755,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1709
1755
|
errorReason: string;
|
|
1710
1756
|
enabled: boolean;
|
|
1711
1757
|
};
|
|
1758
|
+
designSystemRoles: {
|
|
1759
|
+
errorMessage: string;
|
|
1760
|
+
errorReason: string;
|
|
1761
|
+
enabled: boolean;
|
|
1762
|
+
};
|
|
1712
1763
|
} | undefined;
|
|
1713
1764
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1714
1765
|
currentPeriodStart?: string | undefined;
|
|
@@ -1851,6 +1902,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1851
1902
|
errorReason: string;
|
|
1852
1903
|
enabled: boolean;
|
|
1853
1904
|
};
|
|
1905
|
+
designSystemRoles: {
|
|
1906
|
+
errorMessage: string;
|
|
1907
|
+
errorReason: string;
|
|
1908
|
+
enabled: boolean;
|
|
1909
|
+
};
|
|
1854
1910
|
} | undefined;
|
|
1855
1911
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1856
1912
|
currentPeriodStart?: string | undefined;
|
|
@@ -10881,6 +10937,19 @@ declare const UserDump: z.ZodObject<{
|
|
|
10881
10937
|
errorReason: string;
|
|
10882
10938
|
enabled: boolean;
|
|
10883
10939
|
}>;
|
|
10940
|
+
designSystemRoles: z.ZodObject<{
|
|
10941
|
+
enabled: z.ZodBoolean;
|
|
10942
|
+
errorMessage: z.ZodString;
|
|
10943
|
+
errorReason: z.ZodString;
|
|
10944
|
+
}, "strip", z.ZodTypeAny, {
|
|
10945
|
+
errorMessage: string;
|
|
10946
|
+
errorReason: string;
|
|
10947
|
+
enabled: boolean;
|
|
10948
|
+
}, {
|
|
10949
|
+
errorMessage: string;
|
|
10950
|
+
errorReason: string;
|
|
10951
|
+
enabled: boolean;
|
|
10952
|
+
}>;
|
|
10884
10953
|
}, "strip", z.ZodTypeAny, {
|
|
10885
10954
|
designSystems: {
|
|
10886
10955
|
max: number;
|
|
@@ -10989,6 +11058,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
10989
11058
|
errorReason: string;
|
|
10990
11059
|
enabled: boolean;
|
|
10991
11060
|
};
|
|
11061
|
+
designSystemRoles: {
|
|
11062
|
+
errorMessage: string;
|
|
11063
|
+
errorReason: string;
|
|
11064
|
+
enabled: boolean;
|
|
11065
|
+
};
|
|
10992
11066
|
}, {
|
|
10993
11067
|
designSystems: {
|
|
10994
11068
|
max: number;
|
|
@@ -11097,6 +11171,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11097
11171
|
errorReason: string;
|
|
11098
11172
|
enabled: boolean;
|
|
11099
11173
|
};
|
|
11174
|
+
designSystemRoles: {
|
|
11175
|
+
errorMessage: string;
|
|
11176
|
+
errorReason: string;
|
|
11177
|
+
enabled: boolean;
|
|
11178
|
+
};
|
|
11100
11179
|
}>>;
|
|
11101
11180
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
11102
11181
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -11272,6 +11351,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11272
11351
|
errorReason: string;
|
|
11273
11352
|
enabled: boolean;
|
|
11274
11353
|
};
|
|
11354
|
+
designSystemRoles: {
|
|
11355
|
+
errorMessage: string;
|
|
11356
|
+
errorReason: string;
|
|
11357
|
+
enabled: boolean;
|
|
11358
|
+
};
|
|
11275
11359
|
} | undefined;
|
|
11276
11360
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
11277
11361
|
currentPeriodStart?: string | undefined;
|
|
@@ -11414,6 +11498,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11414
11498
|
errorReason: string;
|
|
11415
11499
|
enabled: boolean;
|
|
11416
11500
|
};
|
|
11501
|
+
designSystemRoles: {
|
|
11502
|
+
errorMessage: string;
|
|
11503
|
+
errorReason: string;
|
|
11504
|
+
enabled: boolean;
|
|
11505
|
+
};
|
|
11417
11506
|
} | undefined;
|
|
11418
11507
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
11419
11508
|
currentPeriodStart?: string | undefined;
|
|
@@ -11732,6 +11821,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11732
11821
|
errorReason: string;
|
|
11733
11822
|
enabled: boolean;
|
|
11734
11823
|
};
|
|
11824
|
+
designSystemRoles: {
|
|
11825
|
+
errorMessage: string;
|
|
11826
|
+
errorReason: string;
|
|
11827
|
+
enabled: boolean;
|
|
11828
|
+
};
|
|
11735
11829
|
} | undefined;
|
|
11736
11830
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
11737
11831
|
currentPeriodStart?: string | undefined;
|
|
@@ -11939,6 +12033,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11939
12033
|
errorReason: string;
|
|
11940
12034
|
enabled: boolean;
|
|
11941
12035
|
};
|
|
12036
|
+
designSystemRoles: {
|
|
12037
|
+
errorMessage: string;
|
|
12038
|
+
errorReason: string;
|
|
12039
|
+
enabled: boolean;
|
|
12040
|
+
};
|
|
11942
12041
|
} | undefined;
|
|
11943
12042
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
11944
12043
|
currentPeriodStart?: string | undefined;
|
|
@@ -17762,6 +17861,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
17762
17861
|
errorReason: string;
|
|
17763
17862
|
enabled: boolean;
|
|
17764
17863
|
};
|
|
17864
|
+
designSystemRoles: {
|
|
17865
|
+
errorMessage: string;
|
|
17866
|
+
errorReason: string;
|
|
17867
|
+
enabled: boolean;
|
|
17868
|
+
};
|
|
17765
17869
|
} | undefined;
|
|
17766
17870
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
17767
17871
|
currentPeriodStart?: string | undefined;
|
|
@@ -18580,6 +18684,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
18580
18684
|
errorReason: string;
|
|
18581
18685
|
enabled: boolean;
|
|
18582
18686
|
};
|
|
18687
|
+
designSystemRoles: {
|
|
18688
|
+
errorMessage: string;
|
|
18689
|
+
errorReason: string;
|
|
18690
|
+
enabled: boolean;
|
|
18691
|
+
};
|
|
18583
18692
|
} | undefined;
|
|
18584
18693
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
18585
18694
|
currentPeriodStart?: string | undefined;
|
|
@@ -19400,6 +19509,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
19400
19509
|
errorReason: string;
|
|
19401
19510
|
enabled: boolean;
|
|
19402
19511
|
};
|
|
19512
|
+
designSystemRoles: {
|
|
19513
|
+
errorMessage: string;
|
|
19514
|
+
errorReason: string;
|
|
19515
|
+
enabled: boolean;
|
|
19516
|
+
};
|
|
19403
19517
|
} | undefined;
|
|
19404
19518
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
19405
19519
|
currentPeriodStart?: string | undefined;
|
|
@@ -20291,6 +20405,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
20291
20405
|
errorReason: string;
|
|
20292
20406
|
enabled: boolean;
|
|
20293
20407
|
};
|
|
20408
|
+
designSystemRoles: {
|
|
20409
|
+
errorMessage: string;
|
|
20410
|
+
errorReason: string;
|
|
20411
|
+
enabled: boolean;
|
|
20412
|
+
};
|
|
20294
20413
|
} | undefined;
|
|
20295
20414
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
20296
20415
|
currentPeriodStart?: string | undefined;
|
|
@@ -20992,6 +21111,19 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
20992
21111
|
errorReason: string;
|
|
20993
21112
|
enabled: boolean;
|
|
20994
21113
|
}>;
|
|
21114
|
+
designSystemRoles: z.ZodObject<{
|
|
21115
|
+
enabled: z.ZodBoolean;
|
|
21116
|
+
errorMessage: z.ZodString;
|
|
21117
|
+
errorReason: z.ZodString;
|
|
21118
|
+
}, "strip", z.ZodTypeAny, {
|
|
21119
|
+
errorMessage: string;
|
|
21120
|
+
errorReason: string;
|
|
21121
|
+
enabled: boolean;
|
|
21122
|
+
}, {
|
|
21123
|
+
errorMessage: string;
|
|
21124
|
+
errorReason: string;
|
|
21125
|
+
enabled: boolean;
|
|
21126
|
+
}>;
|
|
20995
21127
|
}, "strip", z.ZodTypeAny, {
|
|
20996
21128
|
designSystems: {
|
|
20997
21129
|
max: number;
|
|
@@ -21100,6 +21232,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21100
21232
|
errorReason: string;
|
|
21101
21233
|
enabled: boolean;
|
|
21102
21234
|
};
|
|
21235
|
+
designSystemRoles: {
|
|
21236
|
+
errorMessage: string;
|
|
21237
|
+
errorReason: string;
|
|
21238
|
+
enabled: boolean;
|
|
21239
|
+
};
|
|
21103
21240
|
}, {
|
|
21104
21241
|
designSystems: {
|
|
21105
21242
|
max: number;
|
|
@@ -21208,6 +21345,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21208
21345
|
errorReason: string;
|
|
21209
21346
|
enabled: boolean;
|
|
21210
21347
|
};
|
|
21348
|
+
designSystemRoles: {
|
|
21349
|
+
errorMessage: string;
|
|
21350
|
+
errorReason: string;
|
|
21351
|
+
enabled: boolean;
|
|
21352
|
+
};
|
|
21211
21353
|
}>>;
|
|
21212
21354
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
21213
21355
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -21383,6 +21525,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21383
21525
|
errorReason: string;
|
|
21384
21526
|
enabled: boolean;
|
|
21385
21527
|
};
|
|
21528
|
+
designSystemRoles: {
|
|
21529
|
+
errorMessage: string;
|
|
21530
|
+
errorReason: string;
|
|
21531
|
+
enabled: boolean;
|
|
21532
|
+
};
|
|
21386
21533
|
} | undefined;
|
|
21387
21534
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
21388
21535
|
currentPeriodStart?: string | undefined;
|
|
@@ -21525,6 +21672,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21525
21672
|
errorReason: string;
|
|
21526
21673
|
enabled: boolean;
|
|
21527
21674
|
};
|
|
21675
|
+
designSystemRoles: {
|
|
21676
|
+
errorMessage: string;
|
|
21677
|
+
errorReason: string;
|
|
21678
|
+
enabled: boolean;
|
|
21679
|
+
};
|
|
21528
21680
|
} | undefined;
|
|
21529
21681
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
21530
21682
|
currentPeriodStart?: string | undefined;
|
|
@@ -21843,6 +21995,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21843
21995
|
errorReason: string;
|
|
21844
21996
|
enabled: boolean;
|
|
21845
21997
|
};
|
|
21998
|
+
designSystemRoles: {
|
|
21999
|
+
errorMessage: string;
|
|
22000
|
+
errorReason: string;
|
|
22001
|
+
enabled: boolean;
|
|
22002
|
+
};
|
|
21846
22003
|
} | undefined;
|
|
21847
22004
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
21848
22005
|
currentPeriodStart?: string | undefined;
|
|
@@ -22050,6 +22207,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22050
22207
|
errorReason: string;
|
|
22051
22208
|
enabled: boolean;
|
|
22052
22209
|
};
|
|
22210
|
+
designSystemRoles: {
|
|
22211
|
+
errorMessage: string;
|
|
22212
|
+
errorReason: string;
|
|
22213
|
+
enabled: boolean;
|
|
22214
|
+
};
|
|
22053
22215
|
} | undefined;
|
|
22054
22216
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
22055
22217
|
currentPeriodStart?: string | undefined;
|
|
@@ -27873,6 +28035,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27873
28035
|
errorReason: string;
|
|
27874
28036
|
enabled: boolean;
|
|
27875
28037
|
};
|
|
28038
|
+
designSystemRoles: {
|
|
28039
|
+
errorMessage: string;
|
|
28040
|
+
errorReason: string;
|
|
28041
|
+
enabled: boolean;
|
|
28042
|
+
};
|
|
27876
28043
|
} | undefined;
|
|
27877
28044
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
27878
28045
|
currentPeriodStart?: string | undefined;
|
|
@@ -28691,6 +28858,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28691
28858
|
errorReason: string;
|
|
28692
28859
|
enabled: boolean;
|
|
28693
28860
|
};
|
|
28861
|
+
designSystemRoles: {
|
|
28862
|
+
errorMessage: string;
|
|
28863
|
+
errorReason: string;
|
|
28864
|
+
enabled: boolean;
|
|
28865
|
+
};
|
|
28694
28866
|
} | undefined;
|
|
28695
28867
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
28696
28868
|
currentPeriodStart?: string | undefined;
|
|
@@ -57701,6 +57873,7 @@ type DesignTokenType = z.infer<typeof DesignTokenType>;
|
|
|
57701
57873
|
declare const DesignElementType: z.ZodUnion<[z.ZodEnum<["Color", "Border", "Gradient", "Shadow", "Dimension", "Duration", "Size", "Space", "Opacity", "FontSize", "LineHeight", "LetterSpacing", "ParagraphSpacing", "BorderWidth", "BorderRadius", "ZIndex", "Image", "String", "ProductCopy", "FontFamily", "FontWeight", "TextDecoration", "TextCase", "Visibility", "Typography", "Blur", "Font"]>, z.ZodEnum<["Component", "Theme", "Documentation", "DocumentationPage", "DesignSystemComponent", "ElementGroup", "FigmaNodeStructure", "FigmaNodeReference", "PageBlock"]>]>;
|
|
57702
57874
|
type DesignElementType = z.infer<typeof DesignElementType>;
|
|
57703
57875
|
declare function isTokenType(type: DesignElementType): type is DesignTokenType;
|
|
57876
|
+
declare function areTokenTypesCompatible(lhs: DesignTokenType, rhs: DesignTokenType): boolean;
|
|
57704
57877
|
declare const DesignElementCategory: z.ZodEnum<["Token", "Component", "DesignSystemComponent", "DocumentationPage", "Theme", "PageBlock"]>;
|
|
57705
57878
|
type DesignElementCategory = z.infer<typeof DesignElementCategory>;
|
|
57706
57879
|
declare const DesignSystemElementExportProps: z.ZodObject<{
|
|
@@ -78097,6 +78270,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78097
78270
|
}, {
|
|
78098
78271
|
sourcesWithMissingAccess: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
78099
78272
|
shadowOpacityOptional: z.ZodDefault<z.ZodBoolean>;
|
|
78273
|
+
typographyPropsKeepAliases: z.ZodDefault<z.ZodBoolean>;
|
|
78100
78274
|
}>, "strip", z.ZodTypeAny, {
|
|
78101
78275
|
designSystemId: string;
|
|
78102
78276
|
fileAccessByFileId: Record<string, {
|
|
@@ -78147,6 +78321,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78147
78321
|
}[]>;
|
|
78148
78322
|
sourcesWithMissingAccess: string[];
|
|
78149
78323
|
shadowOpacityOptional: boolean;
|
|
78324
|
+
typographyPropsKeepAliases: boolean;
|
|
78150
78325
|
}, {
|
|
78151
78326
|
designSystemId: string;
|
|
78152
78327
|
fileAccessByFileId: Record<string, {
|
|
@@ -78197,6 +78372,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78197
78372
|
}[]> | undefined;
|
|
78198
78373
|
sourcesWithMissingAccess?: string[] | undefined;
|
|
78199
78374
|
shadowOpacityOptional?: boolean | undefined;
|
|
78375
|
+
typographyPropsKeepAliases?: boolean | undefined;
|
|
78200
78376
|
}>;
|
|
78201
78377
|
type FigmaImportContextWithSourcesState = z.infer<typeof FigmaImportContextWithSourcesState>;
|
|
78202
78378
|
declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -78742,6 +78918,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
78742
78918
|
}, {
|
|
78743
78919
|
sourcesWithMissingAccess: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
78744
78920
|
shadowOpacityOptional: z.ZodDefault<z.ZodBoolean>;
|
|
78921
|
+
typographyPropsKeepAliases: z.ZodDefault<z.ZodBoolean>;
|
|
78745
78922
|
}>, {
|
|
78746
78923
|
/**
|
|
78747
78924
|
* Describes what to download from each file, this should contain all file id mentioned in
|
|
@@ -79106,6 +79283,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79106
79283
|
}[]>;
|
|
79107
79284
|
sourcesWithMissingAccess: string[];
|
|
79108
79285
|
shadowOpacityOptional: boolean;
|
|
79286
|
+
typographyPropsKeepAliases: boolean;
|
|
79109
79287
|
fileDownloadScopesByFileId: Record<string, {
|
|
79110
79288
|
styles: boolean;
|
|
79111
79289
|
components: boolean;
|
|
@@ -79264,6 +79442,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79264
79442
|
}[]> | undefined;
|
|
79265
79443
|
sourcesWithMissingAccess?: string[] | undefined;
|
|
79266
79444
|
shadowOpacityOptional?: boolean | undefined;
|
|
79445
|
+
typographyPropsKeepAliases?: boolean | undefined;
|
|
79267
79446
|
}>;
|
|
79268
79447
|
type FigmaImportContextWithDownloadScopes = z.infer<typeof FigmaImportContextWithDownloadScopes>;
|
|
79269
79448
|
|
|
@@ -130863,6 +131042,19 @@ declare const Workspace: z.ZodObject<{
|
|
|
130863
131042
|
errorReason: string;
|
|
130864
131043
|
enabled: boolean;
|
|
130865
131044
|
}>;
|
|
131045
|
+
designSystemRoles: z.ZodObject<{
|
|
131046
|
+
enabled: z.ZodBoolean;
|
|
131047
|
+
errorMessage: z.ZodString;
|
|
131048
|
+
errorReason: z.ZodString;
|
|
131049
|
+
}, "strip", z.ZodTypeAny, {
|
|
131050
|
+
errorMessage: string;
|
|
131051
|
+
errorReason: string;
|
|
131052
|
+
enabled: boolean;
|
|
131053
|
+
}, {
|
|
131054
|
+
errorMessage: string;
|
|
131055
|
+
errorReason: string;
|
|
131056
|
+
enabled: boolean;
|
|
131057
|
+
}>;
|
|
130866
131058
|
}, "strip", z.ZodTypeAny, {
|
|
130867
131059
|
designSystems: {
|
|
130868
131060
|
max: number;
|
|
@@ -130971,6 +131163,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
130971
131163
|
errorReason: string;
|
|
130972
131164
|
enabled: boolean;
|
|
130973
131165
|
};
|
|
131166
|
+
designSystemRoles: {
|
|
131167
|
+
errorMessage: string;
|
|
131168
|
+
errorReason: string;
|
|
131169
|
+
enabled: boolean;
|
|
131170
|
+
};
|
|
130974
131171
|
}, {
|
|
130975
131172
|
designSystems: {
|
|
130976
131173
|
max: number;
|
|
@@ -131079,6 +131276,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131079
131276
|
errorReason: string;
|
|
131080
131277
|
enabled: boolean;
|
|
131081
131278
|
};
|
|
131279
|
+
designSystemRoles: {
|
|
131280
|
+
errorMessage: string;
|
|
131281
|
+
errorReason: string;
|
|
131282
|
+
enabled: boolean;
|
|
131283
|
+
};
|
|
131082
131284
|
}>>;
|
|
131083
131285
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
131084
131286
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -131254,6 +131456,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131254
131456
|
errorReason: string;
|
|
131255
131457
|
enabled: boolean;
|
|
131256
131458
|
};
|
|
131459
|
+
designSystemRoles: {
|
|
131460
|
+
errorMessage: string;
|
|
131461
|
+
errorReason: string;
|
|
131462
|
+
enabled: boolean;
|
|
131463
|
+
};
|
|
131257
131464
|
} | undefined;
|
|
131258
131465
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
131259
131466
|
currentPeriodStart?: string | undefined;
|
|
@@ -131396,6 +131603,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131396
131603
|
errorReason: string;
|
|
131397
131604
|
enabled: boolean;
|
|
131398
131605
|
};
|
|
131606
|
+
designSystemRoles: {
|
|
131607
|
+
errorMessage: string;
|
|
131608
|
+
errorReason: string;
|
|
131609
|
+
enabled: boolean;
|
|
131610
|
+
};
|
|
131399
131611
|
} | undefined;
|
|
131400
131612
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
131401
131613
|
currentPeriodStart?: string | undefined;
|
|
@@ -131714,6 +131926,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131714
131926
|
errorReason: string;
|
|
131715
131927
|
enabled: boolean;
|
|
131716
131928
|
};
|
|
131929
|
+
designSystemRoles: {
|
|
131930
|
+
errorMessage: string;
|
|
131931
|
+
errorReason: string;
|
|
131932
|
+
enabled: boolean;
|
|
131933
|
+
};
|
|
131717
131934
|
} | undefined;
|
|
131718
131935
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
131719
131936
|
currentPeriodStart?: string | undefined;
|
|
@@ -131921,6 +132138,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131921
132138
|
errorReason: string;
|
|
131922
132139
|
enabled: boolean;
|
|
131923
132140
|
};
|
|
132141
|
+
designSystemRoles: {
|
|
132142
|
+
errorMessage: string;
|
|
132143
|
+
errorReason: string;
|
|
132144
|
+
enabled: boolean;
|
|
132145
|
+
};
|
|
131924
132146
|
} | undefined;
|
|
131925
132147
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
131926
132148
|
currentPeriodStart?: string | undefined;
|
|
@@ -132372,6 +132594,19 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132372
132594
|
errorReason: string;
|
|
132373
132595
|
enabled: boolean;
|
|
132374
132596
|
}>;
|
|
132597
|
+
designSystemRoles: z.ZodObject<{
|
|
132598
|
+
enabled: z.ZodBoolean;
|
|
132599
|
+
errorMessage: z.ZodString;
|
|
132600
|
+
errorReason: z.ZodString;
|
|
132601
|
+
}, "strip", z.ZodTypeAny, {
|
|
132602
|
+
errorMessage: string;
|
|
132603
|
+
errorReason: string;
|
|
132604
|
+
enabled: boolean;
|
|
132605
|
+
}, {
|
|
132606
|
+
errorMessage: string;
|
|
132607
|
+
errorReason: string;
|
|
132608
|
+
enabled: boolean;
|
|
132609
|
+
}>;
|
|
132375
132610
|
}, "strip", z.ZodTypeAny, {
|
|
132376
132611
|
designSystems: {
|
|
132377
132612
|
max: number;
|
|
@@ -132480,6 +132715,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132480
132715
|
errorReason: string;
|
|
132481
132716
|
enabled: boolean;
|
|
132482
132717
|
};
|
|
132718
|
+
designSystemRoles: {
|
|
132719
|
+
errorMessage: string;
|
|
132720
|
+
errorReason: string;
|
|
132721
|
+
enabled: boolean;
|
|
132722
|
+
};
|
|
132483
132723
|
}, {
|
|
132484
132724
|
designSystems: {
|
|
132485
132725
|
max: number;
|
|
@@ -132588,6 +132828,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132588
132828
|
errorReason: string;
|
|
132589
132829
|
enabled: boolean;
|
|
132590
132830
|
};
|
|
132831
|
+
designSystemRoles: {
|
|
132832
|
+
errorMessage: string;
|
|
132833
|
+
errorReason: string;
|
|
132834
|
+
enabled: boolean;
|
|
132835
|
+
};
|
|
132591
132836
|
}>>;
|
|
132592
132837
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
132593
132838
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -132763,6 +133008,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132763
133008
|
errorReason: string;
|
|
132764
133009
|
enabled: boolean;
|
|
132765
133010
|
};
|
|
133011
|
+
designSystemRoles: {
|
|
133012
|
+
errorMessage: string;
|
|
133013
|
+
errorReason: string;
|
|
133014
|
+
enabled: boolean;
|
|
133015
|
+
};
|
|
132766
133016
|
} | undefined;
|
|
132767
133017
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
132768
133018
|
currentPeriodStart?: string | undefined;
|
|
@@ -132905,6 +133155,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132905
133155
|
errorReason: string;
|
|
132906
133156
|
enabled: boolean;
|
|
132907
133157
|
};
|
|
133158
|
+
designSystemRoles: {
|
|
133159
|
+
errorMessage: string;
|
|
133160
|
+
errorReason: string;
|
|
133161
|
+
enabled: boolean;
|
|
133162
|
+
};
|
|
132908
133163
|
} | undefined;
|
|
132909
133164
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
132910
133165
|
currentPeriodStart?: string | undefined;
|
|
@@ -133223,6 +133478,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
133223
133478
|
errorReason: string;
|
|
133224
133479
|
enabled: boolean;
|
|
133225
133480
|
};
|
|
133481
|
+
designSystemRoles: {
|
|
133482
|
+
errorMessage: string;
|
|
133483
|
+
errorReason: string;
|
|
133484
|
+
enabled: boolean;
|
|
133485
|
+
};
|
|
133226
133486
|
} | undefined;
|
|
133227
133487
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
133228
133488
|
currentPeriodStart?: string | undefined;
|
|
@@ -133430,6 +133690,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
133430
133690
|
errorReason: string;
|
|
133431
133691
|
enabled: boolean;
|
|
133432
133692
|
};
|
|
133693
|
+
designSystemRoles: {
|
|
133694
|
+
errorMessage: string;
|
|
133695
|
+
errorReason: string;
|
|
133696
|
+
enabled: boolean;
|
|
133697
|
+
};
|
|
133433
133698
|
} | undefined;
|
|
133434
133699
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
133435
133700
|
currentPeriodStart?: string | undefined;
|
|
@@ -133738,6 +134003,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
133738
134003
|
errorReason: string;
|
|
133739
134004
|
enabled: boolean;
|
|
133740
134005
|
};
|
|
134006
|
+
designSystemRoles: {
|
|
134007
|
+
errorMessage: string;
|
|
134008
|
+
errorReason: string;
|
|
134009
|
+
enabled: boolean;
|
|
134010
|
+
};
|
|
133741
134011
|
} | undefined;
|
|
133742
134012
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
133743
134013
|
currentPeriodStart?: string | undefined;
|
|
@@ -133970,6 +134240,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
133970
134240
|
errorReason: string;
|
|
133971
134241
|
enabled: boolean;
|
|
133972
134242
|
};
|
|
134243
|
+
designSystemRoles: {
|
|
134244
|
+
errorMessage: string;
|
|
134245
|
+
errorReason: string;
|
|
134246
|
+
enabled: boolean;
|
|
134247
|
+
};
|
|
133973
134248
|
} | undefined;
|
|
133974
134249
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
133975
134250
|
currentPeriodStart?: string | undefined;
|
|
@@ -137462,6 +137737,19 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137462
137737
|
errorReason: string;
|
|
137463
137738
|
enabled: boolean;
|
|
137464
137739
|
}>;
|
|
137740
|
+
designSystemRoles: z.ZodObject<{
|
|
137741
|
+
enabled: z.ZodBoolean;
|
|
137742
|
+
errorMessage: z.ZodString;
|
|
137743
|
+
errorReason: z.ZodString;
|
|
137744
|
+
}, "strip", z.ZodTypeAny, {
|
|
137745
|
+
errorMessage: string;
|
|
137746
|
+
errorReason: string;
|
|
137747
|
+
enabled: boolean;
|
|
137748
|
+
}, {
|
|
137749
|
+
errorMessage: string;
|
|
137750
|
+
errorReason: string;
|
|
137751
|
+
enabled: boolean;
|
|
137752
|
+
}>;
|
|
137465
137753
|
}, "strip", z.ZodTypeAny, {
|
|
137466
137754
|
designSystems: {
|
|
137467
137755
|
max: number;
|
|
@@ -137570,6 +137858,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137570
137858
|
errorReason: string;
|
|
137571
137859
|
enabled: boolean;
|
|
137572
137860
|
};
|
|
137861
|
+
designSystemRoles: {
|
|
137862
|
+
errorMessage: string;
|
|
137863
|
+
errorReason: string;
|
|
137864
|
+
enabled: boolean;
|
|
137865
|
+
};
|
|
137573
137866
|
}, {
|
|
137574
137867
|
designSystems: {
|
|
137575
137868
|
max: number;
|
|
@@ -137678,6 +137971,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137678
137971
|
errorReason: string;
|
|
137679
137972
|
enabled: boolean;
|
|
137680
137973
|
};
|
|
137974
|
+
designSystemRoles: {
|
|
137975
|
+
errorMessage: string;
|
|
137976
|
+
errorReason: string;
|
|
137977
|
+
enabled: boolean;
|
|
137978
|
+
};
|
|
137681
137979
|
}>>;
|
|
137682
137980
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
137683
137981
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -137853,6 +138151,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137853
138151
|
errorReason: string;
|
|
137854
138152
|
enabled: boolean;
|
|
137855
138153
|
};
|
|
138154
|
+
designSystemRoles: {
|
|
138155
|
+
errorMessage: string;
|
|
138156
|
+
errorReason: string;
|
|
138157
|
+
enabled: boolean;
|
|
138158
|
+
};
|
|
137856
138159
|
} | undefined;
|
|
137857
138160
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
137858
138161
|
currentPeriodStart?: string | undefined;
|
|
@@ -137995,6 +138298,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137995
138298
|
errorReason: string;
|
|
137996
138299
|
enabled: boolean;
|
|
137997
138300
|
};
|
|
138301
|
+
designSystemRoles: {
|
|
138302
|
+
errorMessage: string;
|
|
138303
|
+
errorReason: string;
|
|
138304
|
+
enabled: boolean;
|
|
138305
|
+
};
|
|
137998
138306
|
} | undefined;
|
|
137999
138307
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138000
138308
|
currentPeriodStart?: string | undefined;
|
|
@@ -138313,6 +138621,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
138313
138621
|
errorReason: string;
|
|
138314
138622
|
enabled: boolean;
|
|
138315
138623
|
};
|
|
138624
|
+
designSystemRoles: {
|
|
138625
|
+
errorMessage: string;
|
|
138626
|
+
errorReason: string;
|
|
138627
|
+
enabled: boolean;
|
|
138628
|
+
};
|
|
138316
138629
|
} | undefined;
|
|
138317
138630
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138318
138631
|
currentPeriodStart?: string | undefined;
|
|
@@ -138520,6 +138833,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
138520
138833
|
errorReason: string;
|
|
138521
138834
|
enabled: boolean;
|
|
138522
138835
|
};
|
|
138836
|
+
designSystemRoles: {
|
|
138837
|
+
errorMessage: string;
|
|
138838
|
+
errorReason: string;
|
|
138839
|
+
enabled: boolean;
|
|
138840
|
+
};
|
|
138523
138841
|
} | undefined;
|
|
138524
138842
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138525
138843
|
currentPeriodStart?: string | undefined;
|
|
@@ -139231,6 +139549,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
139231
139549
|
errorReason: string;
|
|
139232
139550
|
enabled: boolean;
|
|
139233
139551
|
};
|
|
139552
|
+
designSystemRoles: {
|
|
139553
|
+
errorMessage: string;
|
|
139554
|
+
errorReason: string;
|
|
139555
|
+
enabled: boolean;
|
|
139556
|
+
};
|
|
139234
139557
|
} | undefined;
|
|
139235
139558
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
139236
139559
|
currentPeriodStart?: string | undefined;
|
|
@@ -139535,6 +139858,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
139535
139858
|
errorReason: string;
|
|
139536
139859
|
enabled: boolean;
|
|
139537
139860
|
};
|
|
139861
|
+
designSystemRoles: {
|
|
139862
|
+
errorMessage: string;
|
|
139863
|
+
errorReason: string;
|
|
139864
|
+
enabled: boolean;
|
|
139865
|
+
};
|
|
139538
139866
|
} | undefined;
|
|
139539
139867
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
139540
139868
|
currentPeriodStart?: string | undefined;
|
|
@@ -140105,6 +140433,19 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140105
140433
|
errorReason: string;
|
|
140106
140434
|
enabled: boolean;
|
|
140107
140435
|
}>;
|
|
140436
|
+
designSystemRoles: z.ZodObject<{
|
|
140437
|
+
enabled: z.ZodBoolean;
|
|
140438
|
+
errorMessage: z.ZodString;
|
|
140439
|
+
errorReason: z.ZodString;
|
|
140440
|
+
}, "strip", z.ZodTypeAny, {
|
|
140441
|
+
errorMessage: string;
|
|
140442
|
+
errorReason: string;
|
|
140443
|
+
enabled: boolean;
|
|
140444
|
+
}, {
|
|
140445
|
+
errorMessage: string;
|
|
140446
|
+
errorReason: string;
|
|
140447
|
+
enabled: boolean;
|
|
140448
|
+
}>;
|
|
140108
140449
|
}, "strip", z.ZodTypeAny, {
|
|
140109
140450
|
designSystems: {
|
|
140110
140451
|
max: number;
|
|
@@ -140213,6 +140554,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140213
140554
|
errorReason: string;
|
|
140214
140555
|
enabled: boolean;
|
|
140215
140556
|
};
|
|
140557
|
+
designSystemRoles: {
|
|
140558
|
+
errorMessage: string;
|
|
140559
|
+
errorReason: string;
|
|
140560
|
+
enabled: boolean;
|
|
140561
|
+
};
|
|
140216
140562
|
}, {
|
|
140217
140563
|
designSystems: {
|
|
140218
140564
|
max: number;
|
|
@@ -140321,6 +140667,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140321
140667
|
errorReason: string;
|
|
140322
140668
|
enabled: boolean;
|
|
140323
140669
|
};
|
|
140670
|
+
designSystemRoles: {
|
|
140671
|
+
errorMessage: string;
|
|
140672
|
+
errorReason: string;
|
|
140673
|
+
enabled: boolean;
|
|
140674
|
+
};
|
|
140324
140675
|
}>>;
|
|
140325
140676
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
140326
140677
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -140496,6 +140847,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140496
140847
|
errorReason: string;
|
|
140497
140848
|
enabled: boolean;
|
|
140498
140849
|
};
|
|
140850
|
+
designSystemRoles: {
|
|
140851
|
+
errorMessage: string;
|
|
140852
|
+
errorReason: string;
|
|
140853
|
+
enabled: boolean;
|
|
140854
|
+
};
|
|
140499
140855
|
} | undefined;
|
|
140500
140856
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
140501
140857
|
currentPeriodStart?: string | undefined;
|
|
@@ -140638,6 +140994,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140638
140994
|
errorReason: string;
|
|
140639
140995
|
enabled: boolean;
|
|
140640
140996
|
};
|
|
140997
|
+
designSystemRoles: {
|
|
140998
|
+
errorMessage: string;
|
|
140999
|
+
errorReason: string;
|
|
141000
|
+
enabled: boolean;
|
|
141001
|
+
};
|
|
140641
141002
|
} | undefined;
|
|
140642
141003
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
140643
141004
|
currentPeriodStart?: string | undefined;
|
|
@@ -140956,6 +141317,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140956
141317
|
errorReason: string;
|
|
140957
141318
|
enabled: boolean;
|
|
140958
141319
|
};
|
|
141320
|
+
designSystemRoles: {
|
|
141321
|
+
errorMessage: string;
|
|
141322
|
+
errorReason: string;
|
|
141323
|
+
enabled: boolean;
|
|
141324
|
+
};
|
|
140959
141325
|
} | undefined;
|
|
140960
141326
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
140961
141327
|
currentPeriodStart?: string | undefined;
|
|
@@ -141163,6 +141529,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
141163
141529
|
errorReason: string;
|
|
141164
141530
|
enabled: boolean;
|
|
141165
141531
|
};
|
|
141532
|
+
designSystemRoles: {
|
|
141533
|
+
errorMessage: string;
|
|
141534
|
+
errorReason: string;
|
|
141535
|
+
enabled: boolean;
|
|
141536
|
+
};
|
|
141166
141537
|
} | undefined;
|
|
141167
141538
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
141168
141539
|
currentPeriodStart?: string | undefined;
|
|
@@ -141798,6 +142169,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
141798
142169
|
errorReason: string;
|
|
141799
142170
|
enabled: boolean;
|
|
141800
142171
|
};
|
|
142172
|
+
designSystemRoles: {
|
|
142173
|
+
errorMessage: string;
|
|
142174
|
+
errorReason: string;
|
|
142175
|
+
enabled: boolean;
|
|
142176
|
+
};
|
|
141801
142177
|
} | undefined;
|
|
141802
142178
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
141803
142179
|
currentPeriodStart?: string | undefined;
|
|
@@ -142079,6 +142455,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
142079
142455
|
errorReason: string;
|
|
142080
142456
|
enabled: boolean;
|
|
142081
142457
|
};
|
|
142458
|
+
designSystemRoles: {
|
|
142459
|
+
errorMessage: string;
|
|
142460
|
+
errorReason: string;
|
|
142461
|
+
enabled: boolean;
|
|
142462
|
+
};
|
|
142082
142463
|
} | undefined;
|
|
142083
142464
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
142084
142465
|
currentPeriodStart?: string | undefined;
|
|
@@ -146074,13 +146455,13 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
146074
146455
|
}>;
|
|
146075
146456
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
146076
146457
|
|
|
146077
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder"]>;
|
|
146458
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>;
|
|
146078
146459
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
146079
|
-
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder"]>, z.ZodBoolean>;
|
|
146460
|
+
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>, z.ZodBoolean>;
|
|
146080
146461
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
146081
146462
|
declare const FeatureFlag: z.ZodObject<{
|
|
146082
146463
|
id: z.ZodString;
|
|
146083
|
-
feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder"]>;
|
|
146464
|
+
feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>;
|
|
146084
146465
|
createdAt: z.ZodDate;
|
|
146085
146466
|
enabled: z.ZodBoolean;
|
|
146086
146467
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
@@ -146088,13 +146469,13 @@ declare const FeatureFlag: z.ZodObject<{
|
|
|
146088
146469
|
id: string;
|
|
146089
146470
|
createdAt: Date;
|
|
146090
146471
|
enabled: boolean;
|
|
146091
|
-
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder";
|
|
146472
|
+
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases";
|
|
146092
146473
|
designSystemId?: string | undefined;
|
|
146093
146474
|
}, {
|
|
146094
146475
|
id: string;
|
|
146095
146476
|
createdAt: Date;
|
|
146096
146477
|
enabled: boolean;
|
|
146097
|
-
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder";
|
|
146478
|
+
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases";
|
|
146098
146479
|
designSystemId?: string | undefined;
|
|
146099
146480
|
}>;
|
|
146100
146481
|
type FeatureFlag = z.infer<typeof FeatureFlag>;
|
|
@@ -173932,4 +174313,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
173932
174313
|
token: PersonalAccessToken;
|
|
173933
174314
|
};
|
|
173934
174315
|
|
|
173935
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type 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 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, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, 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, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateDataSource, type UpdateDesignElement, type 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, buildConstantEnum, 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 };
|
|
174316
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type 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 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, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, 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, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateDataSource, type UpdateDesignElement, type 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, 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 };
|