@supernova-studio/model 0.48.30 → 0.48.32
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 +66 -33
- package/dist/index.d.ts +66 -33
- package/dist/index.js +18 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +687 -670
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/documentation/index.ts +1 -0
- package/src/dsm/documentation/settings.ts +18 -0
package/dist/index.d.mts
CHANGED
|
@@ -2739,10 +2739,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2739
2739
|
updatedAt: Date;
|
|
2740
2740
|
name: string;
|
|
2741
2741
|
description: string;
|
|
2742
|
+
isPublic: boolean;
|
|
2742
2743
|
workspaceId: string;
|
|
2743
2744
|
docSlug: string;
|
|
2744
2745
|
docSlugDeprecated: string;
|
|
2745
|
-
isPublic: boolean;
|
|
2746
2746
|
isMultibrand: boolean;
|
|
2747
2747
|
basePrefixes: string[];
|
|
2748
2748
|
docExporterId?: string | undefined;
|
|
@@ -2758,10 +2758,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2758
2758
|
updatedAt: Date;
|
|
2759
2759
|
name: string;
|
|
2760
2760
|
description: string;
|
|
2761
|
+
isPublic: boolean;
|
|
2761
2762
|
workspaceId: string;
|
|
2762
2763
|
docSlug: string;
|
|
2763
2764
|
docSlugDeprecated: string;
|
|
2764
|
-
isPublic: boolean;
|
|
2765
2765
|
isMultibrand: boolean;
|
|
2766
2766
|
basePrefixes: string[];
|
|
2767
2767
|
docExporterId?: string | null | undefined;
|
|
@@ -5839,10 +5839,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5839
5839
|
updatedAt: Date;
|
|
5840
5840
|
name: string;
|
|
5841
5841
|
description: string;
|
|
5842
|
+
isPublic: boolean;
|
|
5842
5843
|
workspaceId: string;
|
|
5843
5844
|
docSlug: string;
|
|
5844
5845
|
docSlugDeprecated: string;
|
|
5845
|
-
isPublic: boolean;
|
|
5846
5846
|
isMultibrand: boolean;
|
|
5847
5847
|
basePrefixes: string[];
|
|
5848
5848
|
docExporterId?: string | undefined;
|
|
@@ -6266,10 +6266,10 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6266
6266
|
updatedAt: Date;
|
|
6267
6267
|
name: string;
|
|
6268
6268
|
description: string;
|
|
6269
|
+
isPublic: boolean;
|
|
6269
6270
|
workspaceId: string;
|
|
6270
6271
|
docSlug: string;
|
|
6271
6272
|
docSlugDeprecated: string;
|
|
6272
|
-
isPublic: boolean;
|
|
6273
6273
|
isMultibrand: boolean;
|
|
6274
6274
|
basePrefixes: string[];
|
|
6275
6275
|
docExporterId?: string | null | undefined;
|
|
@@ -11628,10 +11628,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
11628
11628
|
updatedAt: Date;
|
|
11629
11629
|
name: string;
|
|
11630
11630
|
description: string;
|
|
11631
|
+
isPublic: boolean;
|
|
11631
11632
|
workspaceId: string;
|
|
11632
11633
|
docSlug: string;
|
|
11633
11634
|
docSlugDeprecated: string;
|
|
11634
|
-
isPublic: boolean;
|
|
11635
11635
|
isMultibrand: boolean;
|
|
11636
11636
|
basePrefixes: string[];
|
|
11637
11637
|
docExporterId?: string | undefined;
|
|
@@ -11647,10 +11647,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
11647
11647
|
updatedAt: Date;
|
|
11648
11648
|
name: string;
|
|
11649
11649
|
description: string;
|
|
11650
|
+
isPublic: boolean;
|
|
11650
11651
|
workspaceId: string;
|
|
11651
11652
|
docSlug: string;
|
|
11652
11653
|
docSlugDeprecated: string;
|
|
11653
|
-
isPublic: boolean;
|
|
11654
11654
|
isMultibrand: boolean;
|
|
11655
11655
|
basePrefixes: string[];
|
|
11656
11656
|
docExporterId?: string | null | undefined;
|
|
@@ -14728,10 +14728,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
14728
14728
|
updatedAt: Date;
|
|
14729
14729
|
name: string;
|
|
14730
14730
|
description: string;
|
|
14731
|
+
isPublic: boolean;
|
|
14731
14732
|
workspaceId: string;
|
|
14732
14733
|
docSlug: string;
|
|
14733
14734
|
docSlugDeprecated: string;
|
|
14734
|
-
isPublic: boolean;
|
|
14735
14735
|
isMultibrand: boolean;
|
|
14736
14736
|
basePrefixes: string[];
|
|
14737
14737
|
docExporterId?: string | undefined;
|
|
@@ -15155,10 +15155,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
15155
15155
|
updatedAt: Date;
|
|
15156
15156
|
name: string;
|
|
15157
15157
|
description: string;
|
|
15158
|
+
isPublic: boolean;
|
|
15158
15159
|
workspaceId: string;
|
|
15159
15160
|
docSlug: string;
|
|
15160
15161
|
docSlugDeprecated: string;
|
|
15161
|
-
isPublic: boolean;
|
|
15162
15162
|
isMultibrand: boolean;
|
|
15163
15163
|
basePrefixes: string[];
|
|
15164
15164
|
docExporterId?: string | null | undefined;
|
|
@@ -16716,10 +16716,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
16716
16716
|
updatedAt: Date;
|
|
16717
16717
|
name: string;
|
|
16718
16718
|
description: string;
|
|
16719
|
+
isPublic: boolean;
|
|
16719
16720
|
workspaceId: string;
|
|
16720
16721
|
docSlug: string;
|
|
16721
16722
|
docSlugDeprecated: string;
|
|
16722
|
-
isPublic: boolean;
|
|
16723
16723
|
isMultibrand: boolean;
|
|
16724
16724
|
basePrefixes: string[];
|
|
16725
16725
|
docExporterId?: string | undefined;
|
|
@@ -17505,10 +17505,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
17505
17505
|
updatedAt: Date;
|
|
17506
17506
|
name: string;
|
|
17507
17507
|
description: string;
|
|
17508
|
+
isPublic: boolean;
|
|
17508
17509
|
workspaceId: string;
|
|
17509
17510
|
docSlug: string;
|
|
17510
17511
|
docSlugDeprecated: string;
|
|
17511
|
-
isPublic: boolean;
|
|
17512
17512
|
isMultibrand: boolean;
|
|
17513
17513
|
basePrefixes: string[];
|
|
17514
17514
|
docExporterId?: string | null | undefined;
|
|
@@ -18296,10 +18296,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
18296
18296
|
updatedAt: Date;
|
|
18297
18297
|
name: string;
|
|
18298
18298
|
description: string;
|
|
18299
|
+
isPublic: boolean;
|
|
18299
18300
|
workspaceId: string;
|
|
18300
18301
|
docSlug: string;
|
|
18301
18302
|
docSlugDeprecated: string;
|
|
18302
|
-
isPublic: boolean;
|
|
18303
18303
|
isMultibrand: boolean;
|
|
18304
18304
|
basePrefixes: string[];
|
|
18305
18305
|
docExporterId?: string | undefined;
|
|
@@ -19156,10 +19156,10 @@ declare const UserDump: z.ZodObject<{
|
|
|
19156
19156
|
updatedAt: Date;
|
|
19157
19157
|
name: string;
|
|
19158
19158
|
description: string;
|
|
19159
|
+
isPublic: boolean;
|
|
19159
19160
|
workspaceId: string;
|
|
19160
19161
|
docSlug: string;
|
|
19161
19162
|
docSlugDeprecated: string;
|
|
19162
|
-
isPublic: boolean;
|
|
19163
19163
|
isMultibrand: boolean;
|
|
19164
19164
|
basePrefixes: string[];
|
|
19165
19165
|
docExporterId?: string | null | undefined;
|
|
@@ -21402,10 +21402,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21402
21402
|
updatedAt: Date;
|
|
21403
21403
|
name: string;
|
|
21404
21404
|
description: string;
|
|
21405
|
+
isPublic: boolean;
|
|
21405
21406
|
workspaceId: string;
|
|
21406
21407
|
docSlug: string;
|
|
21407
21408
|
docSlugDeprecated: string;
|
|
21408
|
-
isPublic: boolean;
|
|
21409
21409
|
isMultibrand: boolean;
|
|
21410
21410
|
basePrefixes: string[];
|
|
21411
21411
|
docExporterId?: string | undefined;
|
|
@@ -21421,10 +21421,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21421
21421
|
updatedAt: Date;
|
|
21422
21422
|
name: string;
|
|
21423
21423
|
description: string;
|
|
21424
|
+
isPublic: boolean;
|
|
21424
21425
|
workspaceId: string;
|
|
21425
21426
|
docSlug: string;
|
|
21426
21427
|
docSlugDeprecated: string;
|
|
21427
|
-
isPublic: boolean;
|
|
21428
21428
|
isMultibrand: boolean;
|
|
21429
21429
|
basePrefixes: string[];
|
|
21430
21430
|
docExporterId?: string | null | undefined;
|
|
@@ -24502,10 +24502,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24502
24502
|
updatedAt: Date;
|
|
24503
24503
|
name: string;
|
|
24504
24504
|
description: string;
|
|
24505
|
+
isPublic: boolean;
|
|
24505
24506
|
workspaceId: string;
|
|
24506
24507
|
docSlug: string;
|
|
24507
24508
|
docSlugDeprecated: string;
|
|
24508
|
-
isPublic: boolean;
|
|
24509
24509
|
isMultibrand: boolean;
|
|
24510
24510
|
basePrefixes: string[];
|
|
24511
24511
|
docExporterId?: string | undefined;
|
|
@@ -24929,10 +24929,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24929
24929
|
updatedAt: Date;
|
|
24930
24930
|
name: string;
|
|
24931
24931
|
description: string;
|
|
24932
|
+
isPublic: boolean;
|
|
24932
24933
|
workspaceId: string;
|
|
24933
24934
|
docSlug: string;
|
|
24934
24935
|
docSlugDeprecated: string;
|
|
24935
|
-
isPublic: boolean;
|
|
24936
24936
|
isMultibrand: boolean;
|
|
24937
24937
|
basePrefixes: string[];
|
|
24938
24938
|
docExporterId?: string | null | undefined;
|
|
@@ -26490,10 +26490,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26490
26490
|
updatedAt: Date;
|
|
26491
26491
|
name: string;
|
|
26492
26492
|
description: string;
|
|
26493
|
+
isPublic: boolean;
|
|
26493
26494
|
workspaceId: string;
|
|
26494
26495
|
docSlug: string;
|
|
26495
26496
|
docSlugDeprecated: string;
|
|
26496
|
-
isPublic: boolean;
|
|
26497
26497
|
isMultibrand: boolean;
|
|
26498
26498
|
basePrefixes: string[];
|
|
26499
26499
|
docExporterId?: string | undefined;
|
|
@@ -27279,10 +27279,10 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27279
27279
|
updatedAt: Date;
|
|
27280
27280
|
name: string;
|
|
27281
27281
|
description: string;
|
|
27282
|
+
isPublic: boolean;
|
|
27282
27283
|
workspaceId: string;
|
|
27283
27284
|
docSlug: string;
|
|
27284
27285
|
docSlugDeprecated: string;
|
|
27285
|
-
isPublic: boolean;
|
|
27286
27286
|
isMultibrand: boolean;
|
|
27287
27287
|
basePrefixes: string[];
|
|
27288
27288
|
docExporterId?: string | null | undefined;
|
|
@@ -34640,6 +34640,39 @@ declare const DocumentationPage: z.ZodObject<{
|
|
|
34640
34640
|
}>;
|
|
34641
34641
|
type DocumentationPage = z.infer<typeof DocumentationPage>;
|
|
34642
34642
|
|
|
34643
|
+
declare const DocumentationSettings: z.ZodObject<{
|
|
34644
|
+
designSystemVersionId: z.ZodString;
|
|
34645
|
+
createdAt: z.ZodDate;
|
|
34646
|
+
updatedAt: z.ZodDate;
|
|
34647
|
+
isTabbedLayoutEnabled: z.ZodBoolean;
|
|
34648
|
+
storybookEmbedErrorMessage: z.ZodOptional<z.ZodString>;
|
|
34649
|
+
renderCodePackageJson: z.ZodOptional<z.ZodString>;
|
|
34650
|
+
selectedBrandPersistentId: z.ZodOptional<z.ZodString>;
|
|
34651
|
+
serveDefaultVersionOnly: z.ZodBoolean;
|
|
34652
|
+
isPublic: z.ZodBoolean;
|
|
34653
|
+
}, "strip", z.ZodTypeAny, {
|
|
34654
|
+
createdAt: Date;
|
|
34655
|
+
updatedAt: Date;
|
|
34656
|
+
designSystemVersionId: string;
|
|
34657
|
+
isTabbedLayoutEnabled: boolean;
|
|
34658
|
+
serveDefaultVersionOnly: boolean;
|
|
34659
|
+
isPublic: boolean;
|
|
34660
|
+
storybookEmbedErrorMessage?: string | undefined;
|
|
34661
|
+
renderCodePackageJson?: string | undefined;
|
|
34662
|
+
selectedBrandPersistentId?: string | undefined;
|
|
34663
|
+
}, {
|
|
34664
|
+
createdAt: Date;
|
|
34665
|
+
updatedAt: Date;
|
|
34666
|
+
designSystemVersionId: string;
|
|
34667
|
+
isTabbedLayoutEnabled: boolean;
|
|
34668
|
+
serveDefaultVersionOnly: boolean;
|
|
34669
|
+
isPublic: boolean;
|
|
34670
|
+
storybookEmbedErrorMessage?: string | undefined;
|
|
34671
|
+
renderCodePackageJson?: string | undefined;
|
|
34672
|
+
selectedBrandPersistentId?: string | undefined;
|
|
34673
|
+
}>;
|
|
34674
|
+
type DocumentationSettings = z.infer<typeof DocumentationSettings>;
|
|
34675
|
+
|
|
34643
34676
|
declare const DocumentationComment: z.ZodObject<{
|
|
34644
34677
|
id: z.ZodString;
|
|
34645
34678
|
authorId: z.ZodString;
|
|
@@ -124879,10 +124912,10 @@ declare const DesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<Omit
|
|
|
124879
124912
|
name?: string | undefined;
|
|
124880
124913
|
description?: string | undefined;
|
|
124881
124914
|
} | undefined;
|
|
124915
|
+
isPublic?: boolean | undefined;
|
|
124882
124916
|
docExporterId?: string | undefined;
|
|
124883
124917
|
docUserSlug?: string | undefined;
|
|
124884
124918
|
docSlugDeprecated?: string | undefined;
|
|
124885
|
-
isPublic?: boolean | undefined;
|
|
124886
124919
|
isMultibrand?: boolean | undefined;
|
|
124887
124920
|
basePrefixes?: string[] | undefined;
|
|
124888
124921
|
designSystemSwitcher?: {
|
|
@@ -124896,10 +124929,10 @@ declare const DesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<Omit
|
|
|
124896
124929
|
name?: string | undefined;
|
|
124897
124930
|
description?: string | undefined;
|
|
124898
124931
|
} | undefined;
|
|
124932
|
+
isPublic?: boolean | undefined;
|
|
124899
124933
|
docExporterId?: string | null | undefined;
|
|
124900
124934
|
docUserSlug?: string | null | undefined;
|
|
124901
124935
|
docSlugDeprecated?: string | undefined;
|
|
124902
|
-
isPublic?: boolean | undefined;
|
|
124903
124936
|
isMultibrand?: boolean | undefined;
|
|
124904
124937
|
basePrefixes?: string[] | undefined;
|
|
124905
124938
|
designSystemSwitcher?: {
|
|
@@ -124965,10 +124998,10 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
124965
124998
|
updatedAt: Date;
|
|
124966
124999
|
name: string;
|
|
124967
125000
|
description: string;
|
|
125001
|
+
isPublic: boolean;
|
|
124968
125002
|
workspaceId: string;
|
|
124969
125003
|
docSlug: string;
|
|
124970
125004
|
docSlugDeprecated: string;
|
|
124971
|
-
isPublic: boolean;
|
|
124972
125005
|
isMultibrand: boolean;
|
|
124973
125006
|
basePrefixes: string[];
|
|
124974
125007
|
docExporterId?: string | undefined;
|
|
@@ -124984,10 +125017,10 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
124984
125017
|
updatedAt: Date;
|
|
124985
125018
|
name: string;
|
|
124986
125019
|
description: string;
|
|
125020
|
+
isPublic: boolean;
|
|
124987
125021
|
workspaceId: string;
|
|
124988
125022
|
docSlug: string;
|
|
124989
125023
|
docSlugDeprecated: string;
|
|
124990
|
-
isPublic: boolean;
|
|
124991
125024
|
isMultibrand: boolean;
|
|
124992
125025
|
basePrefixes: string[];
|
|
124993
125026
|
docExporterId?: string | null | undefined;
|
|
@@ -125034,10 +125067,10 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
125034
125067
|
updatedAt: Date;
|
|
125035
125068
|
name: string;
|
|
125036
125069
|
description: string;
|
|
125070
|
+
isPublic: boolean;
|
|
125037
125071
|
workspaceId: string;
|
|
125038
125072
|
docSlug: string;
|
|
125039
125073
|
docSlugDeprecated: string;
|
|
125040
|
-
isPublic: boolean;
|
|
125041
125074
|
isMultibrand: boolean;
|
|
125042
125075
|
basePrefixes: string[];
|
|
125043
125076
|
docExporterId?: string | undefined;
|
|
@@ -125053,10 +125086,10 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
125053
125086
|
updatedAt: Date;
|
|
125054
125087
|
name: string;
|
|
125055
125088
|
description: string;
|
|
125089
|
+
isPublic: boolean;
|
|
125056
125090
|
workspaceId: string;
|
|
125057
125091
|
docSlug: string;
|
|
125058
125092
|
docSlugDeprecated: string;
|
|
125059
|
-
isPublic: boolean;
|
|
125060
125093
|
isMultibrand: boolean;
|
|
125061
125094
|
basePrefixes: string[];
|
|
125062
125095
|
docExporterId?: string | null | undefined;
|
|
@@ -126645,10 +126678,10 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
126645
126678
|
updatedAt: Date;
|
|
126646
126679
|
name: string;
|
|
126647
126680
|
description: string;
|
|
126681
|
+
isPublic: boolean;
|
|
126648
126682
|
workspaceId: string;
|
|
126649
126683
|
docSlug: string;
|
|
126650
126684
|
docSlugDeprecated: string;
|
|
126651
|
-
isPublic: boolean;
|
|
126652
126685
|
isMultibrand: boolean;
|
|
126653
126686
|
basePrefixes: string[];
|
|
126654
126687
|
docExporterId?: string | undefined;
|
|
@@ -126859,10 +126892,10 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
126859
126892
|
updatedAt: Date;
|
|
126860
126893
|
name: string;
|
|
126861
126894
|
description: string;
|
|
126895
|
+
isPublic: boolean;
|
|
126862
126896
|
workspaceId: string;
|
|
126863
126897
|
docSlug: string;
|
|
126864
126898
|
docSlugDeprecated: string;
|
|
126865
|
-
isPublic: boolean;
|
|
126866
126899
|
isMultibrand: boolean;
|
|
126867
126900
|
basePrefixes: string[];
|
|
126868
126901
|
docExporterId?: string | null | undefined;
|
|
@@ -126899,8 +126932,8 @@ declare const DesignSystemCreateInput: z.ZodObject<{
|
|
|
126899
126932
|
};
|
|
126900
126933
|
workspaceId: string;
|
|
126901
126934
|
source?: string[] | undefined;
|
|
126902
|
-
docUserSlug?: string | null | undefined;
|
|
126903
126935
|
isPublic?: boolean | undefined;
|
|
126936
|
+
docUserSlug?: string | null | undefined;
|
|
126904
126937
|
basePrefixes?: string[] | undefined;
|
|
126905
126938
|
}, {
|
|
126906
126939
|
meta: {
|
|
@@ -126909,8 +126942,8 @@ declare const DesignSystemCreateInput: z.ZodObject<{
|
|
|
126909
126942
|
};
|
|
126910
126943
|
workspaceId: string;
|
|
126911
126944
|
source?: string[] | undefined;
|
|
126912
|
-
docUserSlug?: string | null | undefined;
|
|
126913
126945
|
isPublic?: boolean | undefined;
|
|
126946
|
+
docUserSlug?: string | null | undefined;
|
|
126914
126947
|
basePrefixes?: string[] | undefined;
|
|
126915
126948
|
}>;
|
|
126916
126949
|
type DesignSystemCreateInput = z.infer<typeof DesignSystemCreateInput>;
|
|
@@ -162949,10 +162982,10 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
162949
162982
|
updatedAt: Date;
|
|
162950
162983
|
name: string;
|
|
162951
162984
|
description: string;
|
|
162985
|
+
isPublic: boolean;
|
|
162952
162986
|
workspaceId: string;
|
|
162953
162987
|
docSlug: string;
|
|
162954
162988
|
docSlugDeprecated: string;
|
|
162955
|
-
isPublic: boolean;
|
|
162956
162989
|
isMultibrand: boolean;
|
|
162957
162990
|
basePrefixes: string[];
|
|
162958
162991
|
docExporterId?: string | undefined;
|
|
@@ -162968,10 +163001,10 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
162968
163001
|
updatedAt: Date;
|
|
162969
163002
|
name: string;
|
|
162970
163003
|
description: string;
|
|
163004
|
+
isPublic: boolean;
|
|
162971
163005
|
workspaceId: string;
|
|
162972
163006
|
docSlug: string;
|
|
162973
163007
|
docSlugDeprecated: string;
|
|
162974
|
-
isPublic: boolean;
|
|
162975
163008
|
isMultibrand: boolean;
|
|
162976
163009
|
basePrefixes: string[];
|
|
162977
163010
|
docExporterId?: string | null | undefined;
|
|
@@ -162989,10 +163022,10 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
162989
163022
|
updatedAt: Date;
|
|
162990
163023
|
name: string;
|
|
162991
163024
|
description: string;
|
|
163025
|
+
isPublic: boolean;
|
|
162992
163026
|
workspaceId: string;
|
|
162993
163027
|
docSlug: string;
|
|
162994
163028
|
docSlugDeprecated: string;
|
|
162995
|
-
isPublic: boolean;
|
|
162996
163029
|
isMultibrand: boolean;
|
|
162997
163030
|
basePrefixes: string[];
|
|
162998
163031
|
docExporterId?: string | undefined;
|
|
@@ -163203,10 +163236,10 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
163203
163236
|
updatedAt: Date;
|
|
163204
163237
|
name: string;
|
|
163205
163238
|
description: string;
|
|
163239
|
+
isPublic: boolean;
|
|
163206
163240
|
workspaceId: string;
|
|
163207
163241
|
docSlug: string;
|
|
163208
163242
|
docSlugDeprecated: string;
|
|
163209
|
-
isPublic: boolean;
|
|
163210
163243
|
isMultibrand: boolean;
|
|
163211
163244
|
basePrefixes: string[];
|
|
163212
163245
|
docExporterId?: string | null | undefined;
|
|
@@ -163413,4 +163446,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
163413
163446
|
}>;
|
|
163414
163447
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
163415
163448
|
|
|
163416
|
-
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, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
|
163449
|
+
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, 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, 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, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|