@supernova-studio/model 0.48.25 → 0.48.27
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 +42 -1
- package/dist/index.d.ts +42 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/group.ts +6 -2
- package/src/export/exporter.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -1919,6 +1919,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
1919
1919
|
}[]> | null | undefined>>;
|
|
1920
1920
|
usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
1921
1921
|
usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
1922
|
+
usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
1922
1923
|
}, {
|
|
1923
1924
|
source: z.ZodEnum<["git", "upload"]>;
|
|
1924
1925
|
gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
|
|
@@ -1967,6 +1968,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
1967
1968
|
}[]>;
|
|
1968
1969
|
usesBrands: boolean;
|
|
1969
1970
|
usesThemes: boolean;
|
|
1971
|
+
usesLocale: boolean;
|
|
1970
1972
|
source: "git" | "upload";
|
|
1971
1973
|
iconURL?: string | undefined;
|
|
1972
1974
|
routingVersion?: string | undefined;
|
|
@@ -2029,6 +2031,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2029
2031
|
}[]> | null | undefined;
|
|
2030
2032
|
usesBrands?: boolean | null | undefined;
|
|
2031
2033
|
usesThemes?: boolean | null | undefined;
|
|
2034
|
+
usesLocale?: boolean | null | undefined;
|
|
2032
2035
|
gitProvider?: GitProviderNames | null | undefined;
|
|
2033
2036
|
gitUrl?: string | null | undefined;
|
|
2034
2037
|
gitBranch?: string | null | undefined;
|
|
@@ -2083,6 +2086,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2083
2086
|
}[]>;
|
|
2084
2087
|
usesBrands: boolean;
|
|
2085
2088
|
usesThemes: boolean;
|
|
2089
|
+
usesLocale: boolean;
|
|
2086
2090
|
source: "git" | "upload";
|
|
2087
2091
|
iconURL?: string | undefined;
|
|
2088
2092
|
routingVersion?: string | undefined;
|
|
@@ -2153,6 +2157,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2153
2157
|
}[]> | null | undefined;
|
|
2154
2158
|
usesBrands?: boolean | null | undefined;
|
|
2155
2159
|
usesThemes?: boolean | null | undefined;
|
|
2160
|
+
usesLocale?: boolean | null | undefined;
|
|
2156
2161
|
gitProvider?: GitProviderNames | null | undefined;
|
|
2157
2162
|
gitUrl?: string | null | undefined;
|
|
2158
2163
|
gitBranch?: string | null | undefined;
|
|
@@ -2486,6 +2491,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2486
2491
|
}[]>;
|
|
2487
2492
|
usesBrands: boolean;
|
|
2488
2493
|
usesThemes: boolean;
|
|
2494
|
+
usesLocale: boolean;
|
|
2489
2495
|
source: "git" | "upload";
|
|
2490
2496
|
iconURL?: string | undefined;
|
|
2491
2497
|
routingVersion?: string | undefined;
|
|
@@ -2622,6 +2628,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
2622
2628
|
}[]> | null | undefined;
|
|
2623
2629
|
usesBrands?: boolean | null | undefined;
|
|
2624
2630
|
usesThemes?: boolean | null | undefined;
|
|
2631
|
+
usesLocale?: boolean | null | undefined;
|
|
2625
2632
|
gitProvider?: GitProviderNames | null | undefined;
|
|
2626
2633
|
gitUrl?: string | null | undefined;
|
|
2627
2634
|
gitBranch?: string | null | undefined;
|
|
@@ -15701,6 +15708,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15701
15708
|
}[]> | null | undefined>>;
|
|
15702
15709
|
usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
15703
15710
|
usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
15711
|
+
usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
15704
15712
|
}, {
|
|
15705
15713
|
source: z.ZodEnum<["git", "upload"]>;
|
|
15706
15714
|
gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
|
|
@@ -15749,6 +15757,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15749
15757
|
}[]>;
|
|
15750
15758
|
usesBrands: boolean;
|
|
15751
15759
|
usesThemes: boolean;
|
|
15760
|
+
usesLocale: boolean;
|
|
15752
15761
|
source: "git" | "upload";
|
|
15753
15762
|
iconURL?: string | undefined;
|
|
15754
15763
|
routingVersion?: string | undefined;
|
|
@@ -15811,6 +15820,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15811
15820
|
}[]> | null | undefined;
|
|
15812
15821
|
usesBrands?: boolean | null | undefined;
|
|
15813
15822
|
usesThemes?: boolean | null | undefined;
|
|
15823
|
+
usesLocale?: boolean | null | undefined;
|
|
15814
15824
|
gitProvider?: GitProviderNames | null | undefined;
|
|
15815
15825
|
gitUrl?: string | null | undefined;
|
|
15816
15826
|
gitBranch?: string | null | undefined;
|
|
@@ -15865,6 +15875,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15865
15875
|
}[]>;
|
|
15866
15876
|
usesBrands: boolean;
|
|
15867
15877
|
usesThemes: boolean;
|
|
15878
|
+
usesLocale: boolean;
|
|
15868
15879
|
source: "git" | "upload";
|
|
15869
15880
|
iconURL?: string | undefined;
|
|
15870
15881
|
routingVersion?: string | undefined;
|
|
@@ -15935,6 +15946,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15935
15946
|
}[]> | null | undefined;
|
|
15936
15947
|
usesBrands?: boolean | null | undefined;
|
|
15937
15948
|
usesThemes?: boolean | null | undefined;
|
|
15949
|
+
usesLocale?: boolean | null | undefined;
|
|
15938
15950
|
gitProvider?: GitProviderNames | null | undefined;
|
|
15939
15951
|
gitUrl?: string | null | undefined;
|
|
15940
15952
|
gitBranch?: string | null | undefined;
|
|
@@ -16268,6 +16280,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16268
16280
|
}[]>;
|
|
16269
16281
|
usesBrands: boolean;
|
|
16270
16282
|
usesThemes: boolean;
|
|
16283
|
+
usesLocale: boolean;
|
|
16271
16284
|
source: "git" | "upload";
|
|
16272
16285
|
iconURL?: string | undefined;
|
|
16273
16286
|
routingVersion?: string | undefined;
|
|
@@ -16404,6 +16417,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16404
16417
|
}[]> | null | undefined;
|
|
16405
16418
|
usesBrands?: boolean | null | undefined;
|
|
16406
16419
|
usesThemes?: boolean | null | undefined;
|
|
16420
|
+
usesLocale?: boolean | null | undefined;
|
|
16407
16421
|
gitProvider?: GitProviderNames | null | undefined;
|
|
16408
16422
|
gitUrl?: string | null | undefined;
|
|
16409
16423
|
gitBranch?: string | null | undefined;
|
|
@@ -17342,6 +17356,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17342
17356
|
}[]>;
|
|
17343
17357
|
usesBrands: boolean;
|
|
17344
17358
|
usesThemes: boolean;
|
|
17359
|
+
usesLocale: boolean;
|
|
17345
17360
|
source: "git" | "upload";
|
|
17346
17361
|
iconURL?: string | undefined;
|
|
17347
17362
|
routingVersion?: string | undefined;
|
|
@@ -18138,6 +18153,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18138
18153
|
}[]> | null | undefined;
|
|
18139
18154
|
usesBrands?: boolean | null | undefined;
|
|
18140
18155
|
usesThemes?: boolean | null | undefined;
|
|
18156
|
+
usesLocale?: boolean | null | undefined;
|
|
18141
18157
|
gitProvider?: GitProviderNames | null | undefined;
|
|
18142
18158
|
gitUrl?: string | null | undefined;
|
|
18143
18159
|
gitBranch?: string | null | undefined;
|
|
@@ -18920,6 +18936,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18920
18936
|
}[]>;
|
|
18921
18937
|
usesBrands: boolean;
|
|
18922
18938
|
usesThemes: boolean;
|
|
18939
|
+
usesLocale: boolean;
|
|
18923
18940
|
source: "git" | "upload";
|
|
18924
18941
|
iconURL?: string | undefined;
|
|
18925
18942
|
routingVersion?: string | undefined;
|
|
@@ -19787,6 +19804,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19787
19804
|
}[]> | null | undefined;
|
|
19788
19805
|
usesBrands?: boolean | null | undefined;
|
|
19789
19806
|
usesThemes?: boolean | null | undefined;
|
|
19807
|
+
usesLocale?: boolean | null | undefined;
|
|
19790
19808
|
gitProvider?: GitProviderNames | null | undefined;
|
|
19791
19809
|
gitUrl?: string | null | undefined;
|
|
19792
19810
|
gitBranch?: string | null | undefined;
|
|
@@ -25464,6 +25482,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25464
25482
|
}[]> | null | undefined>>;
|
|
25465
25483
|
usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
25466
25484
|
usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
25485
|
+
usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
25467
25486
|
}, {
|
|
25468
25487
|
source: z.ZodEnum<["git", "upload"]>;
|
|
25469
25488
|
gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
|
|
@@ -25512,6 +25531,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25512
25531
|
}[]>;
|
|
25513
25532
|
usesBrands: boolean;
|
|
25514
25533
|
usesThemes: boolean;
|
|
25534
|
+
usesLocale: boolean;
|
|
25515
25535
|
source: "git" | "upload";
|
|
25516
25536
|
iconURL?: string | undefined;
|
|
25517
25537
|
routingVersion?: string | undefined;
|
|
@@ -25574,6 +25594,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25574
25594
|
}[]> | null | undefined;
|
|
25575
25595
|
usesBrands?: boolean | null | undefined;
|
|
25576
25596
|
usesThemes?: boolean | null | undefined;
|
|
25597
|
+
usesLocale?: boolean | null | undefined;
|
|
25577
25598
|
gitProvider?: GitProviderNames | null | undefined;
|
|
25578
25599
|
gitUrl?: string | null | undefined;
|
|
25579
25600
|
gitBranch?: string | null | undefined;
|
|
@@ -25628,6 +25649,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25628
25649
|
}[]>;
|
|
25629
25650
|
usesBrands: boolean;
|
|
25630
25651
|
usesThemes: boolean;
|
|
25652
|
+
usesLocale: boolean;
|
|
25631
25653
|
source: "git" | "upload";
|
|
25632
25654
|
iconURL?: string | undefined;
|
|
25633
25655
|
routingVersion?: string | undefined;
|
|
@@ -25698,6 +25720,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25698
25720
|
}[]> | null | undefined;
|
|
25699
25721
|
usesBrands?: boolean | null | undefined;
|
|
25700
25722
|
usesThemes?: boolean | null | undefined;
|
|
25723
|
+
usesLocale?: boolean | null | undefined;
|
|
25701
25724
|
gitProvider?: GitProviderNames | null | undefined;
|
|
25702
25725
|
gitUrl?: string | null | undefined;
|
|
25703
25726
|
gitBranch?: string | null | undefined;
|
|
@@ -26031,6 +26054,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26031
26054
|
}[]>;
|
|
26032
26055
|
usesBrands: boolean;
|
|
26033
26056
|
usesThemes: boolean;
|
|
26057
|
+
usesLocale: boolean;
|
|
26034
26058
|
source: "git" | "upload";
|
|
26035
26059
|
iconURL?: string | undefined;
|
|
26036
26060
|
routingVersion?: string | undefined;
|
|
@@ -26167,6 +26191,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26167
26191
|
}[]> | null | undefined;
|
|
26168
26192
|
usesBrands?: boolean | null | undefined;
|
|
26169
26193
|
usesThemes?: boolean | null | undefined;
|
|
26194
|
+
usesLocale?: boolean | null | undefined;
|
|
26170
26195
|
gitProvider?: GitProviderNames | null | undefined;
|
|
26171
26196
|
gitUrl?: string | null | undefined;
|
|
26172
26197
|
gitBranch?: string | null | undefined;
|
|
@@ -27105,6 +27130,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27105
27130
|
}[]>;
|
|
27106
27131
|
usesBrands: boolean;
|
|
27107
27132
|
usesThemes: boolean;
|
|
27133
|
+
usesLocale: boolean;
|
|
27108
27134
|
source: "git" | "upload";
|
|
27109
27135
|
iconURL?: string | undefined;
|
|
27110
27136
|
routingVersion?: string | undefined;
|
|
@@ -27901,6 +27927,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27901
27927
|
}[]> | null | undefined;
|
|
27902
27928
|
usesBrands?: boolean | null | undefined;
|
|
27903
27929
|
usesThemes?: boolean | null | undefined;
|
|
27930
|
+
usesLocale?: boolean | null | undefined;
|
|
27904
27931
|
gitProvider?: GitProviderNames | null | undefined;
|
|
27905
27932
|
gitUrl?: string | null | undefined;
|
|
27906
27933
|
gitBranch?: string | null | undefined;
|
|
@@ -54393,6 +54420,9 @@ type CreateElementGroup = OmitStrict<DbCreateInputOmit<ElementGroup>, "parentPer
|
|
|
54393
54420
|
type UpdateElementGroup = DbUpdate<OmitStrict<ElementGroup, "brandPersistentId" | "childType" | "designSystemVersionId" | "parentPersistentId"> & {
|
|
54394
54421
|
parentPersistentId: string;
|
|
54395
54422
|
}>;
|
|
54423
|
+
type RestoreElementGroup = OmitStrict<ElementGroup, "parentPersistentId"> & {
|
|
54424
|
+
parentPersistentId: string;
|
|
54425
|
+
};
|
|
54396
54426
|
type ElementGroupsDiff = {
|
|
54397
54427
|
toCreate: CreateElementGroup[];
|
|
54398
54428
|
toUpdate: UpdateElementGroup[];
|
|
@@ -131311,6 +131341,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
|
|
|
131311
131341
|
}[]> | null | undefined>>;
|
|
131312
131342
|
usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131313
131343
|
usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131344
|
+
usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131314
131345
|
}, "strip", z.ZodTypeAny, {
|
|
131315
131346
|
description: string;
|
|
131316
131347
|
version: string;
|
|
@@ -131353,6 +131384,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
|
|
|
131353
131384
|
}[]>;
|
|
131354
131385
|
usesBrands: boolean;
|
|
131355
131386
|
usesThemes: boolean;
|
|
131387
|
+
usesLocale: boolean;
|
|
131356
131388
|
iconURL?: string | undefined;
|
|
131357
131389
|
routingVersion?: string | undefined;
|
|
131358
131390
|
author?: string | undefined;
|
|
@@ -131409,6 +131441,7 @@ declare const ExporterPulsarDetails: z.ZodObject<{
|
|
|
131409
131441
|
}[]> | null | undefined;
|
|
131410
131442
|
usesBrands?: boolean | null | undefined;
|
|
131411
131443
|
usesThemes?: boolean | null | undefined;
|
|
131444
|
+
usesLocale?: boolean | null | undefined;
|
|
131412
131445
|
}>;
|
|
131413
131446
|
type ExporterPulsarDetails = z.infer<typeof ExporterPulsarDetails>;
|
|
131414
131447
|
declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -131559,6 +131592,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
131559
131592
|
}[]> | null | undefined>>;
|
|
131560
131593
|
usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131561
131594
|
usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131595
|
+
usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131562
131596
|
}, {
|
|
131563
131597
|
source: z.ZodEnum<["git", "upload"]>;
|
|
131564
131598
|
gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
|
|
@@ -131607,6 +131641,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
131607
131641
|
}[]>;
|
|
131608
131642
|
usesBrands: boolean;
|
|
131609
131643
|
usesThemes: boolean;
|
|
131644
|
+
usesLocale: boolean;
|
|
131610
131645
|
source: "git" | "upload";
|
|
131611
131646
|
iconURL?: string | undefined;
|
|
131612
131647
|
routingVersion?: string | undefined;
|
|
@@ -131669,6 +131704,7 @@ declare const ExporterDetails: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
131669
131704
|
}[]> | null | undefined;
|
|
131670
131705
|
usesBrands?: boolean | null | undefined;
|
|
131671
131706
|
usesThemes?: boolean | null | undefined;
|
|
131707
|
+
usesLocale?: boolean | null | undefined;
|
|
131672
131708
|
gitProvider?: GitProviderNames | null | undefined;
|
|
131673
131709
|
gitUrl?: string | null | undefined;
|
|
131674
131710
|
gitBranch?: string | null | undefined;
|
|
@@ -131828,6 +131864,7 @@ declare const Exporter: z.ZodObject<{
|
|
|
131828
131864
|
}[]> | null | undefined>>;
|
|
131829
131865
|
usesBrands: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131830
131866
|
usesThemes: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131867
|
+
usesLocale: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>>;
|
|
131831
131868
|
}, {
|
|
131832
131869
|
source: z.ZodEnum<["git", "upload"]>;
|
|
131833
131870
|
gitProvider: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<GitProviderNames, z.ZodTypeDef, GitProviderNames>>>, NonNullable<GitProviderNames> | undefined, GitProviderNames | null | undefined>;
|
|
@@ -131876,6 +131913,7 @@ declare const Exporter: z.ZodObject<{
|
|
|
131876
131913
|
}[]>;
|
|
131877
131914
|
usesBrands: boolean;
|
|
131878
131915
|
usesThemes: boolean;
|
|
131916
|
+
usesLocale: boolean;
|
|
131879
131917
|
source: "git" | "upload";
|
|
131880
131918
|
iconURL?: string | undefined;
|
|
131881
131919
|
routingVersion?: string | undefined;
|
|
@@ -131938,6 +131976,7 @@ declare const Exporter: z.ZodObject<{
|
|
|
131938
131976
|
}[]> | null | undefined;
|
|
131939
131977
|
usesBrands?: boolean | null | undefined;
|
|
131940
131978
|
usesThemes?: boolean | null | undefined;
|
|
131979
|
+
usesLocale?: boolean | null | undefined;
|
|
131941
131980
|
gitProvider?: GitProviderNames | null | undefined;
|
|
131942
131981
|
gitUrl?: string | null | undefined;
|
|
131943
131982
|
gitBranch?: string | null | undefined;
|
|
@@ -131992,6 +132031,7 @@ declare const Exporter: z.ZodObject<{
|
|
|
131992
132031
|
}[]>;
|
|
131993
132032
|
usesBrands: boolean;
|
|
131994
132033
|
usesThemes: boolean;
|
|
132034
|
+
usesLocale: boolean;
|
|
131995
132035
|
source: "git" | "upload";
|
|
131996
132036
|
iconURL?: string | undefined;
|
|
131997
132037
|
routingVersion?: string | undefined;
|
|
@@ -132062,6 +132102,7 @@ declare const Exporter: z.ZodObject<{
|
|
|
132062
132102
|
}[]> | null | undefined;
|
|
132063
132103
|
usesBrands?: boolean | null | undefined;
|
|
132064
132104
|
usesThemes?: boolean | null | undefined;
|
|
132105
|
+
usesLocale?: boolean | null | undefined;
|
|
132065
132106
|
gitProvider?: GitProviderNames | null | undefined;
|
|
132066
132107
|
gitUrl?: string | null | undefined;
|
|
132067
132108
|
gitBranch?: string | null | undefined;
|
|
@@ -162992,4 +163033,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
162992
163033
|
}>;
|
|
162993
163034
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
162994
163035
|
|
|
162995
|
-
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, BaseComponent, 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, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ComponentSet, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, 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 CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, 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, FigmaComponentBooleanProperty, FigmaComponentInstanceSwapProperty, FigmaComponentProperties, FigmaComponentPropertyType, FigmaComponentSetProperties, 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, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, 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 UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
|
163036
|
+
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, BaseComponent, 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, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ComponentSet, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, 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 CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, 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, FigmaComponentBooleanProperty, FigmaComponentInstanceSwapProperty, FigmaComponentProperties, FigmaComponentPropertyType, FigmaComponentSetProperties, 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, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|