@supernova-studio/model 0.46.0 → 0.46.1
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 +91 -4
- package/dist/index.d.ts +91 -4
- package/dist/index.js +18 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v1.ts +1 -0
- package/src/dsm/elements/figma-node-reference.ts +3 -2
- package/src/dsm/published-doc-page.ts +0 -1
- package/src/dsm/version.ts +19 -1
package/dist/index.d.mts
CHANGED
|
@@ -10675,6 +10675,7 @@ declare const PageBlockShortcut: z.ZodObject<{
|
|
|
10675
10675
|
} | null | undefined;
|
|
10676
10676
|
} | null | undefined>;
|
|
10677
10677
|
documentationItemId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10678
|
+
pageHeadingId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10678
10679
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
10679
10680
|
openInNewTab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
10680
10681
|
urlPreview: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -10738,6 +10739,7 @@ declare const PageBlockShortcut: z.ZodObject<{
|
|
|
10738
10739
|
} | undefined;
|
|
10739
10740
|
} | undefined;
|
|
10740
10741
|
documentationItemId?: string | undefined;
|
|
10742
|
+
pageHeadingId?: string | undefined;
|
|
10741
10743
|
url?: string | undefined;
|
|
10742
10744
|
openInNewTab?: boolean | undefined;
|
|
10743
10745
|
urlPreview?: {
|
|
@@ -10780,6 +10782,7 @@ declare const PageBlockShortcut: z.ZodObject<{
|
|
|
10780
10782
|
} | null | undefined;
|
|
10781
10783
|
} | null | undefined;
|
|
10782
10784
|
documentationItemId?: string | null | undefined;
|
|
10785
|
+
pageHeadingId?: string | null | undefined;
|
|
10783
10786
|
url?: string | null | undefined;
|
|
10784
10787
|
openInNewTab?: boolean | null | undefined;
|
|
10785
10788
|
urlPreview?: {
|
|
@@ -11177,6 +11180,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11177
11180
|
} | undefined;
|
|
11178
11181
|
} | undefined;
|
|
11179
11182
|
documentationItemId?: string | undefined;
|
|
11183
|
+
pageHeadingId?: string | undefined;
|
|
11180
11184
|
url?: string | undefined;
|
|
11181
11185
|
openInNewTab?: boolean | undefined;
|
|
11182
11186
|
urlPreview?: {
|
|
@@ -11219,6 +11223,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11219
11223
|
} | null | undefined;
|
|
11220
11224
|
} | null | undefined;
|
|
11221
11225
|
documentationItemId?: string | null | undefined;
|
|
11226
|
+
pageHeadingId?: string | null | undefined;
|
|
11222
11227
|
url?: string | null | undefined;
|
|
11223
11228
|
openInNewTab?: boolean | null | undefined;
|
|
11224
11229
|
urlPreview?: {
|
|
@@ -11261,6 +11266,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11261
11266
|
} | undefined;
|
|
11262
11267
|
} | undefined;
|
|
11263
11268
|
documentationItemId?: string | undefined;
|
|
11269
|
+
pageHeadingId?: string | undefined;
|
|
11264
11270
|
url?: string | undefined;
|
|
11265
11271
|
openInNewTab?: boolean | undefined;
|
|
11266
11272
|
urlPreview?: {
|
|
@@ -11303,6 +11309,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11303
11309
|
} | null | undefined;
|
|
11304
11310
|
} | null | undefined;
|
|
11305
11311
|
documentationItemId?: string | null | undefined;
|
|
11312
|
+
pageHeadingId?: string | null | undefined;
|
|
11306
11313
|
url?: string | null | undefined;
|
|
11307
11314
|
openInNewTab?: boolean | null | undefined;
|
|
11308
11315
|
urlPreview?: {
|
|
@@ -11678,6 +11685,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11678
11685
|
} | undefined;
|
|
11679
11686
|
} | undefined;
|
|
11680
11687
|
documentationItemId?: string | undefined;
|
|
11688
|
+
pageHeadingId?: string | undefined;
|
|
11681
11689
|
url?: string | undefined;
|
|
11682
11690
|
openInNewTab?: boolean | undefined;
|
|
11683
11691
|
urlPreview?: {
|
|
@@ -11858,6 +11866,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
11858
11866
|
} | null | undefined;
|
|
11859
11867
|
} | null | undefined;
|
|
11860
11868
|
documentationItemId?: string | null | undefined;
|
|
11869
|
+
pageHeadingId?: string | null | undefined;
|
|
11861
11870
|
url?: string | null | undefined;
|
|
11862
11871
|
openInNewTab?: boolean | null | undefined;
|
|
11863
11872
|
urlPreview?: {
|
|
@@ -14630,6 +14639,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
14630
14639
|
} | null | undefined;
|
|
14631
14640
|
} | null | undefined;
|
|
14632
14641
|
documentationItemId?: string | null | undefined;
|
|
14642
|
+
pageHeadingId?: string | null | undefined;
|
|
14633
14643
|
url?: string | null | undefined;
|
|
14634
14644
|
openInNewTab?: boolean | null | undefined;
|
|
14635
14645
|
urlPreview?: {
|
|
@@ -14811,6 +14821,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
14811
14821
|
} | null | undefined;
|
|
14812
14822
|
} | null | undefined;
|
|
14813
14823
|
documentationItemId?: string | null | undefined;
|
|
14824
|
+
pageHeadingId?: string | null | undefined;
|
|
14814
14825
|
url?: string | null | undefined;
|
|
14815
14826
|
openInNewTab?: boolean | null | undefined;
|
|
14816
14827
|
urlPreview?: {
|
|
@@ -15358,6 +15369,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
15358
15369
|
} | null | undefined;
|
|
15359
15370
|
} | null | undefined;
|
|
15360
15371
|
documentationItemId?: string | null | undefined;
|
|
15372
|
+
pageHeadingId?: string | null | undefined;
|
|
15361
15373
|
url?: string | null | undefined;
|
|
15362
15374
|
openInNewTab?: boolean | null | undefined;
|
|
15363
15375
|
urlPreview?: {
|
|
@@ -15539,6 +15551,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
15539
15551
|
} | null | undefined;
|
|
15540
15552
|
} | null | undefined;
|
|
15541
15553
|
documentationItemId?: string | null | undefined;
|
|
15554
|
+
pageHeadingId?: string | null | undefined;
|
|
15542
15555
|
url?: string | null | undefined;
|
|
15543
15556
|
openInNewTab?: boolean | null | undefined;
|
|
15544
15557
|
urlPreview?: {
|
|
@@ -22467,6 +22480,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22467
22480
|
} | null | undefined;
|
|
22468
22481
|
} | null | undefined;
|
|
22469
22482
|
documentationItemId?: string | null | undefined;
|
|
22483
|
+
pageHeadingId?: string | null | undefined;
|
|
22470
22484
|
url?: string | null | undefined;
|
|
22471
22485
|
openInNewTab?: boolean | null | undefined;
|
|
22472
22486
|
urlPreview?: {
|
|
@@ -22648,6 +22662,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22648
22662
|
} | null | undefined;
|
|
22649
22663
|
} | null | undefined;
|
|
22650
22664
|
documentationItemId?: string | null | undefined;
|
|
22665
|
+
pageHeadingId?: string | null | undefined;
|
|
22651
22666
|
url?: string | null | undefined;
|
|
22652
22667
|
openInNewTab?: boolean | null | undefined;
|
|
22653
22668
|
urlPreview?: {
|
|
@@ -23195,6 +23210,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
23195
23210
|
} | null | undefined;
|
|
23196
23211
|
} | null | undefined;
|
|
23197
23212
|
documentationItemId?: string | null | undefined;
|
|
23213
|
+
pageHeadingId?: string | null | undefined;
|
|
23198
23214
|
url?: string | null | undefined;
|
|
23199
23215
|
openInNewTab?: boolean | null | undefined;
|
|
23200
23216
|
urlPreview?: {
|
|
@@ -23376,6 +23392,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
23376
23392
|
} | null | undefined;
|
|
23377
23393
|
} | null | undefined;
|
|
23378
23394
|
documentationItemId?: string | null | undefined;
|
|
23395
|
+
pageHeadingId?: string | null | undefined;
|
|
23379
23396
|
url?: string | null | undefined;
|
|
23380
23397
|
openInNewTab?: boolean | null | undefined;
|
|
23381
23398
|
urlPreview?: {
|
|
@@ -23729,6 +23746,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
23729
23746
|
} | null | undefined;
|
|
23730
23747
|
} | null | undefined;
|
|
23731
23748
|
documentationItemId?: string | null | undefined;
|
|
23749
|
+
pageHeadingId?: string | null | undefined;
|
|
23732
23750
|
url?: string | null | undefined;
|
|
23733
23751
|
openInNewTab?: boolean | null | undefined;
|
|
23734
23752
|
urlPreview?: {
|
|
@@ -23910,6 +23928,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
23910
23928
|
} | null | undefined;
|
|
23911
23929
|
} | null | undefined;
|
|
23912
23930
|
documentationItemId?: string | null | undefined;
|
|
23931
|
+
pageHeadingId?: string | null | undefined;
|
|
23913
23932
|
url?: string | null | undefined;
|
|
23914
23933
|
openInNewTab?: boolean | null | undefined;
|
|
23915
23934
|
urlPreview?: {
|
|
@@ -24981,6 +25000,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24981
25000
|
} | null | undefined;
|
|
24982
25001
|
} | null | undefined;
|
|
24983
25002
|
documentationItemId?: string | null | undefined;
|
|
25003
|
+
pageHeadingId?: string | null | undefined;
|
|
24984
25004
|
url?: string | null | undefined;
|
|
24985
25005
|
openInNewTab?: boolean | null | undefined;
|
|
24986
25006
|
urlPreview?: {
|
|
@@ -25162,6 +25182,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25162
25182
|
} | null | undefined;
|
|
25163
25183
|
} | null | undefined;
|
|
25164
25184
|
documentationItemId?: string | null | undefined;
|
|
25185
|
+
pageHeadingId?: string | null | undefined;
|
|
25165
25186
|
url?: string | null | undefined;
|
|
25166
25187
|
openInNewTab?: boolean | null | undefined;
|
|
25167
25188
|
urlPreview?: {
|
|
@@ -25411,6 +25432,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25411
25432
|
} | null | undefined;
|
|
25412
25433
|
} | null | undefined;
|
|
25413
25434
|
documentationItemId?: string | null | undefined;
|
|
25435
|
+
pageHeadingId?: string | null | undefined;
|
|
25414
25436
|
url?: string | null | undefined;
|
|
25415
25437
|
openInNewTab?: boolean | null | undefined;
|
|
25416
25438
|
urlPreview?: {
|
|
@@ -25592,6 +25614,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25592
25614
|
} | null | undefined;
|
|
25593
25615
|
} | null | undefined;
|
|
25594
25616
|
documentationItemId?: string | null | undefined;
|
|
25617
|
+
pageHeadingId?: string | null | undefined;
|
|
25595
25618
|
url?: string | null | undefined;
|
|
25596
25619
|
openInNewTab?: boolean | null | undefined;
|
|
25597
25620
|
urlPreview?: {
|
|
@@ -25863,6 +25886,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
25863
25886
|
} | null | undefined;
|
|
25864
25887
|
} | null | undefined;
|
|
25865
25888
|
documentationItemId?: string | null | undefined;
|
|
25889
|
+
pageHeadingId?: string | null | undefined;
|
|
25866
25890
|
url?: string | null | undefined;
|
|
25867
25891
|
openInNewTab?: boolean | null | undefined;
|
|
25868
25892
|
urlPreview?: {
|
|
@@ -26044,6 +26068,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
26044
26068
|
} | null | undefined;
|
|
26045
26069
|
} | null | undefined;
|
|
26046
26070
|
documentationItemId?: string | null | undefined;
|
|
26071
|
+
pageHeadingId?: string | null | undefined;
|
|
26047
26072
|
url?: string | null | undefined;
|
|
26048
26073
|
openInNewTab?: boolean | null | undefined;
|
|
26049
26074
|
urlPreview?: {
|
|
@@ -26440,10 +26465,13 @@ declare function traverseStructure(node: FigmaFileStructureNode, action: (node:
|
|
|
26440
26465
|
|
|
26441
26466
|
declare const FigmaNodeReferenceOrigin: z.ZodObject<{
|
|
26442
26467
|
sourceId: z.ZodString;
|
|
26468
|
+
parentName: z.ZodOptional<z.ZodString>;
|
|
26443
26469
|
}, "strip", z.ZodTypeAny, {
|
|
26444
26470
|
sourceId: string;
|
|
26471
|
+
parentName?: string | undefined;
|
|
26445
26472
|
}, {
|
|
26446
26473
|
sourceId: string;
|
|
26474
|
+
parentName?: string | undefined;
|
|
26447
26475
|
}>;
|
|
26448
26476
|
type FigmaNodeReferenceOrigin = z.infer<typeof FigmaNodeReferenceOrigin>;
|
|
26449
26477
|
declare const FigmaNodeReference: z.ZodObject<{
|
|
@@ -26498,10 +26526,13 @@ declare const FigmaNodeReference: z.ZodObject<{
|
|
|
26498
26526
|
}>;
|
|
26499
26527
|
origin: z.ZodObject<{
|
|
26500
26528
|
sourceId: z.ZodString;
|
|
26529
|
+
parentName: z.ZodOptional<z.ZodString>;
|
|
26501
26530
|
}, "strip", z.ZodTypeAny, {
|
|
26502
26531
|
sourceId: string;
|
|
26532
|
+
parentName?: string | undefined;
|
|
26503
26533
|
}, {
|
|
26504
26534
|
sourceId: string;
|
|
26535
|
+
parentName?: string | undefined;
|
|
26505
26536
|
}>;
|
|
26506
26537
|
}, "strip", z.ZodTypeAny, {
|
|
26507
26538
|
id: string;
|
|
@@ -26523,6 +26554,7 @@ declare const FigmaNodeReference: z.ZodObject<{
|
|
|
26523
26554
|
designSystemVersionId: string;
|
|
26524
26555
|
origin: {
|
|
26525
26556
|
sourceId: string;
|
|
26557
|
+
parentName?: string | undefined;
|
|
26526
26558
|
};
|
|
26527
26559
|
meta: {
|
|
26528
26560
|
name: string;
|
|
@@ -26548,6 +26580,7 @@ declare const FigmaNodeReference: z.ZodObject<{
|
|
|
26548
26580
|
designSystemVersionId: string;
|
|
26549
26581
|
origin: {
|
|
26550
26582
|
sourceId: string;
|
|
26583
|
+
parentName?: string | undefined;
|
|
26551
26584
|
};
|
|
26552
26585
|
meta: {
|
|
26553
26586
|
name: string;
|
|
@@ -94644,6 +94677,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94644
94677
|
} | null | undefined;
|
|
94645
94678
|
} | null | undefined;
|
|
94646
94679
|
documentationItemId?: string | null | undefined;
|
|
94680
|
+
pageHeadingId?: string | null | undefined;
|
|
94647
94681
|
url?: string | null | undefined;
|
|
94648
94682
|
openInNewTab?: boolean | null | undefined;
|
|
94649
94683
|
urlPreview?: {
|
|
@@ -94825,6 +94859,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94825
94859
|
} | null | undefined;
|
|
94826
94860
|
} | null | undefined;
|
|
94827
94861
|
documentationItemId?: string | null | undefined;
|
|
94862
|
+
pageHeadingId?: string | null | undefined;
|
|
94828
94863
|
url?: string | null | undefined;
|
|
94829
94864
|
openInNewTab?: boolean | null | undefined;
|
|
94830
94865
|
urlPreview?: {
|
|
@@ -95074,6 +95109,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95074
95109
|
} | null | undefined;
|
|
95075
95110
|
} | null | undefined;
|
|
95076
95111
|
documentationItemId?: string | null | undefined;
|
|
95112
|
+
pageHeadingId?: string | null | undefined;
|
|
95077
95113
|
url?: string | null | undefined;
|
|
95078
95114
|
openInNewTab?: boolean | null | undefined;
|
|
95079
95115
|
urlPreview?: {
|
|
@@ -95255,6 +95291,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95255
95291
|
} | null | undefined;
|
|
95256
95292
|
} | null | undefined;
|
|
95257
95293
|
documentationItemId?: string | null | undefined;
|
|
95294
|
+
pageHeadingId?: string | null | undefined;
|
|
95258
95295
|
url?: string | null | undefined;
|
|
95259
95296
|
openInNewTab?: boolean | null | undefined;
|
|
95260
95297
|
urlPreview?: {
|
|
@@ -95526,6 +95563,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95526
95563
|
} | null | undefined;
|
|
95527
95564
|
} | null | undefined;
|
|
95528
95565
|
documentationItemId?: string | null | undefined;
|
|
95566
|
+
pageHeadingId?: string | null | undefined;
|
|
95529
95567
|
url?: string | null | undefined;
|
|
95530
95568
|
openInNewTab?: boolean | null | undefined;
|
|
95531
95569
|
urlPreview?: {
|
|
@@ -95707,6 +95745,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
95707
95745
|
} | null | undefined;
|
|
95708
95746
|
} | null | undefined;
|
|
95709
95747
|
documentationItemId?: string | null | undefined;
|
|
95748
|
+
pageHeadingId?: string | null | undefined;
|
|
95710
95749
|
url?: string | null | undefined;
|
|
95711
95750
|
openInNewTab?: boolean | null | undefined;
|
|
95712
95751
|
urlPreview?: {
|
|
@@ -96432,6 +96471,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96432
96471
|
} | null | undefined;
|
|
96433
96472
|
} | null | undefined;
|
|
96434
96473
|
documentationItemId?: string | null | undefined;
|
|
96474
|
+
pageHeadingId?: string | null | undefined;
|
|
96435
96475
|
url?: string | null | undefined;
|
|
96436
96476
|
openInNewTab?: boolean | null | undefined;
|
|
96437
96477
|
urlPreview?: {
|
|
@@ -96613,6 +96653,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
96613
96653
|
} | null | undefined;
|
|
96614
96654
|
} | null | undefined;
|
|
96615
96655
|
documentationItemId?: string | null | undefined;
|
|
96656
|
+
pageHeadingId?: string | null | undefined;
|
|
96616
96657
|
url?: string | null | undefined;
|
|
96617
96658
|
openInNewTab?: boolean | null | undefined;
|
|
96618
96659
|
urlPreview?: {
|
|
@@ -96960,6 +97001,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96960
97001
|
} | null | undefined;
|
|
96961
97002
|
} | null | undefined;
|
|
96962
97003
|
documentationItemId?: string | null | undefined;
|
|
97004
|
+
pageHeadingId?: string | null | undefined;
|
|
96963
97005
|
url?: string | null | undefined;
|
|
96964
97006
|
openInNewTab?: boolean | null | undefined;
|
|
96965
97007
|
urlPreview?: {
|
|
@@ -97141,6 +97183,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97141
97183
|
} | null | undefined;
|
|
97142
97184
|
} | null | undefined;
|
|
97143
97185
|
documentationItemId?: string | null | undefined;
|
|
97186
|
+
pageHeadingId?: string | null | undefined;
|
|
97144
97187
|
url?: string | null | undefined;
|
|
97145
97188
|
openInNewTab?: boolean | null | undefined;
|
|
97146
97189
|
urlPreview?: {
|
|
@@ -97390,6 +97433,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97390
97433
|
} | null | undefined;
|
|
97391
97434
|
} | null | undefined;
|
|
97392
97435
|
documentationItemId?: string | null | undefined;
|
|
97436
|
+
pageHeadingId?: string | null | undefined;
|
|
97393
97437
|
url?: string | null | undefined;
|
|
97394
97438
|
openInNewTab?: boolean | null | undefined;
|
|
97395
97439
|
urlPreview?: {
|
|
@@ -97571,6 +97615,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97571
97615
|
} | null | undefined;
|
|
97572
97616
|
} | null | undefined;
|
|
97573
97617
|
documentationItemId?: string | null | undefined;
|
|
97618
|
+
pageHeadingId?: string | null | undefined;
|
|
97574
97619
|
url?: string | null | undefined;
|
|
97575
97620
|
openInNewTab?: boolean | null | undefined;
|
|
97576
97621
|
urlPreview?: {
|
|
@@ -97842,6 +97887,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97842
97887
|
} | null | undefined;
|
|
97843
97888
|
} | null | undefined;
|
|
97844
97889
|
documentationItemId?: string | null | undefined;
|
|
97890
|
+
pageHeadingId?: string | null | undefined;
|
|
97845
97891
|
url?: string | null | undefined;
|
|
97846
97892
|
openInNewTab?: boolean | null | undefined;
|
|
97847
97893
|
urlPreview?: {
|
|
@@ -98023,6 +98069,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98023
98069
|
} | null | undefined;
|
|
98024
98070
|
} | null | undefined;
|
|
98025
98071
|
documentationItemId?: string | null | undefined;
|
|
98072
|
+
pageHeadingId?: string | null | undefined;
|
|
98026
98073
|
url?: string | null | undefined;
|
|
98027
98074
|
openInNewTab?: boolean | null | undefined;
|
|
98028
98075
|
urlPreview?: {
|
|
@@ -98742,6 +98789,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98742
98789
|
} | null | undefined;
|
|
98743
98790
|
} | null | undefined;
|
|
98744
98791
|
documentationItemId?: string | null | undefined;
|
|
98792
|
+
pageHeadingId?: string | null | undefined;
|
|
98745
98793
|
url?: string | null | undefined;
|
|
98746
98794
|
openInNewTab?: boolean | null | undefined;
|
|
98747
98795
|
urlPreview?: {
|
|
@@ -98923,6 +98971,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
98923
98971
|
} | null | undefined;
|
|
98924
98972
|
} | null | undefined;
|
|
98925
98973
|
documentationItemId?: string | null | undefined;
|
|
98974
|
+
pageHeadingId?: string | null | undefined;
|
|
98926
98975
|
url?: string | null | undefined;
|
|
98927
98976
|
openInNewTab?: boolean | null | undefined;
|
|
98928
98977
|
urlPreview?: {
|
|
@@ -100451,6 +100500,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100451
100500
|
} | null | undefined;
|
|
100452
100501
|
} | null | undefined;
|
|
100453
100502
|
documentationItemId?: string | null | undefined;
|
|
100503
|
+
pageHeadingId?: string | null | undefined;
|
|
100454
100504
|
url?: string | null | undefined;
|
|
100455
100505
|
openInNewTab?: boolean | null | undefined;
|
|
100456
100506
|
urlPreview?: {
|
|
@@ -100632,6 +100682,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100632
100682
|
} | null | undefined;
|
|
100633
100683
|
} | null | undefined;
|
|
100634
100684
|
documentationItemId?: string | null | undefined;
|
|
100685
|
+
pageHeadingId?: string | null | undefined;
|
|
100635
100686
|
url?: string | null | undefined;
|
|
100636
100687
|
openInNewTab?: boolean | null | undefined;
|
|
100637
100688
|
urlPreview?: {
|
|
@@ -100881,6 +100932,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100881
100932
|
} | null | undefined;
|
|
100882
100933
|
} | null | undefined;
|
|
100883
100934
|
documentationItemId?: string | null | undefined;
|
|
100935
|
+
pageHeadingId?: string | null | undefined;
|
|
100884
100936
|
url?: string | null | undefined;
|
|
100885
100937
|
openInNewTab?: boolean | null | undefined;
|
|
100886
100938
|
urlPreview?: {
|
|
@@ -101062,6 +101114,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101062
101114
|
} | null | undefined;
|
|
101063
101115
|
} | null | undefined;
|
|
101064
101116
|
documentationItemId?: string | null | undefined;
|
|
101117
|
+
pageHeadingId?: string | null | undefined;
|
|
101065
101118
|
url?: string | null | undefined;
|
|
101066
101119
|
openInNewTab?: boolean | null | undefined;
|
|
101067
101120
|
urlPreview?: {
|
|
@@ -101333,6 +101386,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101333
101386
|
} | null | undefined;
|
|
101334
101387
|
} | null | undefined;
|
|
101335
101388
|
documentationItemId?: string | null | undefined;
|
|
101389
|
+
pageHeadingId?: string | null | undefined;
|
|
101336
101390
|
url?: string | null | undefined;
|
|
101337
101391
|
openInNewTab?: boolean | null | undefined;
|
|
101338
101392
|
urlPreview?: {
|
|
@@ -101514,6 +101568,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
101514
101568
|
} | null | undefined;
|
|
101515
101569
|
} | null | undefined;
|
|
101516
101570
|
documentationItemId?: string | null | undefined;
|
|
101571
|
+
pageHeadingId?: string | null | undefined;
|
|
101517
101572
|
url?: string | null | undefined;
|
|
101518
101573
|
openInNewTab?: boolean | null | undefined;
|
|
101519
101574
|
urlPreview?: {
|
|
@@ -102176,6 +102231,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102176
102231
|
} | null | undefined;
|
|
102177
102232
|
} | null | undefined;
|
|
102178
102233
|
documentationItemId?: string | null | undefined;
|
|
102234
|
+
pageHeadingId?: string | null | undefined;
|
|
102179
102235
|
url?: string | null | undefined;
|
|
102180
102236
|
openInNewTab?: boolean | null | undefined;
|
|
102181
102237
|
urlPreview?: {
|
|
@@ -102357,6 +102413,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
102357
102413
|
} | null | undefined;
|
|
102358
102414
|
} | null | undefined;
|
|
102359
102415
|
documentationItemId?: string | null | undefined;
|
|
102416
|
+
pageHeadingId?: string | null | undefined;
|
|
102360
102417
|
url?: string | null | undefined;
|
|
102361
102418
|
openInNewTab?: boolean | null | undefined;
|
|
102362
102419
|
urlPreview?: {
|
|
@@ -102754,6 +102811,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102754
102811
|
} | null | undefined;
|
|
102755
102812
|
} | null | undefined;
|
|
102756
102813
|
documentationItemId?: string | null | undefined;
|
|
102814
|
+
pageHeadingId?: string | null | undefined;
|
|
102757
102815
|
url?: string | null | undefined;
|
|
102758
102816
|
openInNewTab?: boolean | null | undefined;
|
|
102759
102817
|
urlPreview?: {
|
|
@@ -102935,6 +102993,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102935
102993
|
} | null | undefined;
|
|
102936
102994
|
} | null | undefined;
|
|
102937
102995
|
documentationItemId?: string | null | undefined;
|
|
102996
|
+
pageHeadingId?: string | null | undefined;
|
|
102938
102997
|
url?: string | null | undefined;
|
|
102939
102998
|
openInNewTab?: boolean | null | undefined;
|
|
102940
102999
|
urlPreview?: {
|
|
@@ -103184,6 +103243,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103184
103243
|
} | null | undefined;
|
|
103185
103244
|
} | null | undefined;
|
|
103186
103245
|
documentationItemId?: string | null | undefined;
|
|
103246
|
+
pageHeadingId?: string | null | undefined;
|
|
103187
103247
|
url?: string | null | undefined;
|
|
103188
103248
|
openInNewTab?: boolean | null | undefined;
|
|
103189
103249
|
urlPreview?: {
|
|
@@ -103365,6 +103425,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103365
103425
|
} | null | undefined;
|
|
103366
103426
|
} | null | undefined;
|
|
103367
103427
|
documentationItemId?: string | null | undefined;
|
|
103428
|
+
pageHeadingId?: string | null | undefined;
|
|
103368
103429
|
url?: string | null | undefined;
|
|
103369
103430
|
openInNewTab?: boolean | null | undefined;
|
|
103370
103431
|
urlPreview?: {
|
|
@@ -103636,6 +103697,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103636
103697
|
} | null | undefined;
|
|
103637
103698
|
} | null | undefined;
|
|
103638
103699
|
documentationItemId?: string | null | undefined;
|
|
103700
|
+
pageHeadingId?: string | null | undefined;
|
|
103639
103701
|
url?: string | null | undefined;
|
|
103640
103702
|
openInNewTab?: boolean | null | undefined;
|
|
103641
103703
|
urlPreview?: {
|
|
@@ -103817,6 +103879,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103817
103879
|
} | null | undefined;
|
|
103818
103880
|
} | null | undefined;
|
|
103819
103881
|
documentationItemId?: string | null | undefined;
|
|
103882
|
+
pageHeadingId?: string | null | undefined;
|
|
103820
103883
|
url?: string | null | undefined;
|
|
103821
103884
|
openInNewTab?: boolean | null | undefined;
|
|
103822
103885
|
urlPreview?: {
|
|
@@ -105778,6 +105841,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105778
105841
|
} | null | undefined;
|
|
105779
105842
|
} | null | undefined;
|
|
105780
105843
|
documentationItemId?: string | null | undefined;
|
|
105844
|
+
pageHeadingId?: string | null | undefined;
|
|
105781
105845
|
url?: string | null | undefined;
|
|
105782
105846
|
openInNewTab?: boolean | null | undefined;
|
|
105783
105847
|
urlPreview?: {
|
|
@@ -105959,6 +106023,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
105959
106023
|
} | null | undefined;
|
|
105960
106024
|
} | null | undefined;
|
|
105961
106025
|
documentationItemId?: string | null | undefined;
|
|
106026
|
+
pageHeadingId?: string | null | undefined;
|
|
105962
106027
|
url?: string | null | undefined;
|
|
105963
106028
|
openInNewTab?: boolean | null | undefined;
|
|
105964
106029
|
urlPreview?: {
|
|
@@ -111369,7 +111434,6 @@ declare const PublishedDocPage: z.ZodObject<{
|
|
|
111369
111434
|
pathV1: z.ZodString;
|
|
111370
111435
|
pathV2: z.ZodString;
|
|
111371
111436
|
storagePath: z.ZodString;
|
|
111372
|
-
fallbackPublicPath: z.ZodOptional<z.ZodString>;
|
|
111373
111437
|
locale: z.ZodOptional<z.ZodString>;
|
|
111374
111438
|
isPrivate: z.ZodBoolean;
|
|
111375
111439
|
isHidden: z.ZodBoolean;
|
|
@@ -111386,7 +111450,6 @@ declare const PublishedDocPage: z.ZodObject<{
|
|
|
111386
111450
|
pageShortPersistentId: string;
|
|
111387
111451
|
pathV1: string;
|
|
111388
111452
|
pathV2: string;
|
|
111389
|
-
fallbackPublicPath?: string | undefined;
|
|
111390
111453
|
locale?: string | undefined;
|
|
111391
111454
|
}, {
|
|
111392
111455
|
id: string;
|
|
@@ -111399,7 +111462,6 @@ declare const PublishedDocPage: z.ZodObject<{
|
|
|
111399
111462
|
pageShortPersistentId: string;
|
|
111400
111463
|
pathV1: string;
|
|
111401
111464
|
pathV2: string;
|
|
111402
|
-
fallbackPublicPath?: string | undefined;
|
|
111403
111465
|
locale?: string | undefined;
|
|
111404
111466
|
}>;
|
|
111405
111467
|
type PublishedDocPage = z.infer<typeof PublishedDocPage>;
|
|
@@ -111502,6 +111564,31 @@ declare const DesignSystemVersion: z.ZodObject<{
|
|
|
111502
111564
|
type DesignSystemVersion = z.infer<typeof DesignSystemVersion>;
|
|
111503
111565
|
type CreateDesignSystemVersion = DbCreateInputOmit<DesignSystemVersion>;
|
|
111504
111566
|
type UpdateDesignSystemVersion = OmitStrict<DbUpdate<DesignSystemVersion>, "designSystemId" | "isReadonly" | "version" | "parentId">;
|
|
111567
|
+
declare const VersionCreationJobStatus: z.ZodEnum<["Success", "InProgress", "Error"]>;
|
|
111568
|
+
type VersionCreationJobStatus = z.infer<typeof VersionCreationJobStatus>;
|
|
111569
|
+
declare const VersionCreationJob: z.ZodObject<{
|
|
111570
|
+
_id: z.ZodOptional<z.ZodString>;
|
|
111571
|
+
version: z.ZodString;
|
|
111572
|
+
designSystemId: z.ZodString;
|
|
111573
|
+
designSystemVersionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
111574
|
+
status: z.ZodEnum<["Success", "InProgress", "Error"]>;
|
|
111575
|
+
errorMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
111576
|
+
}, "strip", z.ZodTypeAny, {
|
|
111577
|
+
status: "Success" | "Error" | "InProgress";
|
|
111578
|
+
designSystemId: string;
|
|
111579
|
+
version: string;
|
|
111580
|
+
_id?: string | undefined;
|
|
111581
|
+
designSystemVersionId?: string | undefined;
|
|
111582
|
+
errorMessage?: string | undefined;
|
|
111583
|
+
}, {
|
|
111584
|
+
status: "Success" | "Error" | "InProgress";
|
|
111585
|
+
designSystemId: string;
|
|
111586
|
+
version: string;
|
|
111587
|
+
_id?: string | undefined;
|
|
111588
|
+
designSystemVersionId?: string | null | undefined;
|
|
111589
|
+
errorMessage?: string | null | undefined;
|
|
111590
|
+
}>;
|
|
111591
|
+
type VersionCreationJob = z.infer<typeof VersionCreationJob>;
|
|
111505
111592
|
|
|
111506
111593
|
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter"]>;
|
|
111507
111594
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
@@ -116944,4 +117031,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
116944
117031
|
}>;
|
|
116945
117032
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
116946
117033
|
|
|
116947
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, 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, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDestinationSnDocs, ExporterDetails, ExporterJob, ExporterJobDestination, ExporterJobFindByFilter, ExporterJobLogEntry, ExporterJobLogEntryType, ExporterJobResult, ExporterJobResultDocsDestination, ExporterJobResultPullRequestDestination, ExporterJobResultS3Destination, ExporterJobStatus, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, 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, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, 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, IntegrationCredentialsType, type IntegrationToken, IntegrationTokenResponse, IntegrationTokenSchema, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, 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, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, 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, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, type ResolvedAsset, 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 UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserTest, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };
|
|
117034
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, 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, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDestinationSnDocs, ExporterDetails, ExporterJob, ExporterJobDestination, ExporterJobFindByFilter, ExporterJobLogEntry, ExporterJobLogEntryType, ExporterJobResult, ExporterJobResultDocsDestination, ExporterJobResultPullRequestDestination, ExporterJobResultS3Destination, ExporterJobStatus, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, 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, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, 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, IntegrationCredentialsType, type IntegrationToken, IntegrationTokenResponse, IntegrationTokenSchema, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, 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, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, 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, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, type ResolvedAsset, 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 UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };
|