@supernova-studio/model 0.55.27 → 0.55.29
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 +335 -1
- package/dist/index.d.ts +335 -1
- package/dist/index.js +15 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/assets/asset.ts +1 -0
- package/src/dsm/data-sources/data-source.ts +1 -0
- package/src/dsm/elements/data/documentation-block-v1.ts +2 -0
- package/src/utils/common.ts +8 -0
package/dist/index.d.ts
CHANGED
|
@@ -3335,10 +3335,12 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3335
3335
|
unsupportedStyleValueType?: string | undefined;
|
|
3336
3336
|
referenceId?: string | undefined;
|
|
3337
3337
|
}[] | null | undefined>;
|
|
3338
|
+
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
3338
3339
|
}, "strip", z.ZodTypeAny, {
|
|
3339
3340
|
type: "FigmaVariablesPlugin";
|
|
3340
3341
|
remoteId: string;
|
|
3341
3342
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3343
|
+
isTokenTypeSplitEnabled: boolean;
|
|
3342
3344
|
warnings?: {
|
|
3343
3345
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3344
3346
|
componentId?: string | undefined;
|
|
@@ -3353,6 +3355,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3353
3355
|
type: "FigmaVariablesPlugin";
|
|
3354
3356
|
remoteId: string;
|
|
3355
3357
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3358
|
+
isTokenTypeSplitEnabled: boolean;
|
|
3356
3359
|
warnings?: {
|
|
3357
3360
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3358
3361
|
componentId?: string | undefined;
|
|
@@ -3420,6 +3423,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3420
3423
|
type: "FigmaVariablesPlugin";
|
|
3421
3424
|
remoteId: string;
|
|
3422
3425
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3426
|
+
isTokenTypeSplitEnabled: boolean;
|
|
3423
3427
|
warnings?: {
|
|
3424
3428
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3425
3429
|
componentId?: string | undefined;
|
|
@@ -3514,6 +3518,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
3514
3518
|
type: "FigmaVariablesPlugin";
|
|
3515
3519
|
remoteId: string;
|
|
3516
3520
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
3521
|
+
isTokenTypeSplitEnabled: boolean;
|
|
3517
3522
|
warnings?: {
|
|
3518
3523
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3519
3524
|
componentId?: string | undefined;
|
|
@@ -6006,6 +6011,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6006
6011
|
originKey: string;
|
|
6007
6012
|
}>>;
|
|
6008
6013
|
originKey: z.ZodOptional<z.ZodString>;
|
|
6014
|
+
createdByImportJobId: z.ZodOptional<z.ZodString>;
|
|
6009
6015
|
}, "strip", z.ZodTypeAny, {
|
|
6010
6016
|
id: string;
|
|
6011
6017
|
type: "Image" | "Font";
|
|
@@ -6027,6 +6033,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6027
6033
|
origin?: {
|
|
6028
6034
|
originKey: string;
|
|
6029
6035
|
} | undefined;
|
|
6036
|
+
createdByImportJobId?: string | undefined;
|
|
6030
6037
|
}, {
|
|
6031
6038
|
id: string;
|
|
6032
6039
|
type: "Image" | "Font";
|
|
@@ -6048,6 +6055,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6048
6055
|
origin?: {
|
|
6049
6056
|
originKey: string;
|
|
6050
6057
|
} | undefined;
|
|
6058
|
+
createdByImportJobId?: string | undefined;
|
|
6051
6059
|
}>, "many">;
|
|
6052
6060
|
}, "strip", z.ZodTypeAny, {
|
|
6053
6061
|
files: {
|
|
@@ -6071,6 +6079,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6071
6079
|
origin?: {
|
|
6072
6080
|
originKey: string;
|
|
6073
6081
|
} | undefined;
|
|
6082
|
+
createdByImportJobId?: string | undefined;
|
|
6074
6083
|
}[];
|
|
6075
6084
|
designSystem: {
|
|
6076
6085
|
id: string;
|
|
@@ -6144,6 +6153,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6144
6153
|
type: "FigmaVariablesPlugin";
|
|
6145
6154
|
remoteId: string;
|
|
6146
6155
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6156
|
+
isTokenTypeSplitEnabled: boolean;
|
|
6147
6157
|
warnings?: {
|
|
6148
6158
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
6149
6159
|
componentId?: string | undefined;
|
|
@@ -6501,6 +6511,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6501
6511
|
origin?: {
|
|
6502
6512
|
originKey: string;
|
|
6503
6513
|
} | undefined;
|
|
6514
|
+
createdByImportJobId?: string | undefined;
|
|
6504
6515
|
}[];
|
|
6505
6516
|
designSystem: {
|
|
6506
6517
|
id: string;
|
|
@@ -6574,6 +6585,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6574
6585
|
type: "FigmaVariablesPlugin";
|
|
6575
6586
|
remoteId: string;
|
|
6576
6587
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
6588
|
+
isTokenTypeSplitEnabled: boolean;
|
|
6577
6589
|
warnings?: {
|
|
6578
6590
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
6579
6591
|
componentId?: string | undefined;
|
|
@@ -12378,10 +12390,12 @@ declare const UserDump: z.ZodObject<{
|
|
|
12378
12390
|
unsupportedStyleValueType?: string | undefined;
|
|
12379
12391
|
referenceId?: string | undefined;
|
|
12380
12392
|
}[] | null | undefined>;
|
|
12393
|
+
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
12381
12394
|
}, "strip", z.ZodTypeAny, {
|
|
12382
12395
|
type: "FigmaVariablesPlugin";
|
|
12383
12396
|
remoteId: string;
|
|
12384
12397
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12398
|
+
isTokenTypeSplitEnabled: boolean;
|
|
12385
12399
|
warnings?: {
|
|
12386
12400
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12387
12401
|
componentId?: string | undefined;
|
|
@@ -12396,6 +12410,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12396
12410
|
type: "FigmaVariablesPlugin";
|
|
12397
12411
|
remoteId: string;
|
|
12398
12412
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12413
|
+
isTokenTypeSplitEnabled: boolean;
|
|
12399
12414
|
warnings?: {
|
|
12400
12415
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12401
12416
|
componentId?: string | undefined;
|
|
@@ -12463,6 +12478,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12463
12478
|
type: "FigmaVariablesPlugin";
|
|
12464
12479
|
remoteId: string;
|
|
12465
12480
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12481
|
+
isTokenTypeSplitEnabled: boolean;
|
|
12466
12482
|
warnings?: {
|
|
12467
12483
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12468
12484
|
componentId?: string | undefined;
|
|
@@ -12557,6 +12573,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
12557
12573
|
type: "FigmaVariablesPlugin";
|
|
12558
12574
|
remoteId: string;
|
|
12559
12575
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
12576
|
+
isTokenTypeSplitEnabled: boolean;
|
|
12560
12577
|
warnings?: {
|
|
12561
12578
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
12562
12579
|
componentId?: string | undefined;
|
|
@@ -15049,6 +15066,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15049
15066
|
originKey: string;
|
|
15050
15067
|
}>>;
|
|
15051
15068
|
originKey: z.ZodOptional<z.ZodString>;
|
|
15069
|
+
createdByImportJobId: z.ZodOptional<z.ZodString>;
|
|
15052
15070
|
}, "strip", z.ZodTypeAny, {
|
|
15053
15071
|
id: string;
|
|
15054
15072
|
type: "Image" | "Font";
|
|
@@ -15070,6 +15088,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15070
15088
|
origin?: {
|
|
15071
15089
|
originKey: string;
|
|
15072
15090
|
} | undefined;
|
|
15091
|
+
createdByImportJobId?: string | undefined;
|
|
15073
15092
|
}, {
|
|
15074
15093
|
id: string;
|
|
15075
15094
|
type: "Image" | "Font";
|
|
@@ -15091,6 +15110,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15091
15110
|
origin?: {
|
|
15092
15111
|
originKey: string;
|
|
15093
15112
|
} | undefined;
|
|
15113
|
+
createdByImportJobId?: string | undefined;
|
|
15094
15114
|
}>, "many">;
|
|
15095
15115
|
}, "strip", z.ZodTypeAny, {
|
|
15096
15116
|
files: {
|
|
@@ -15114,6 +15134,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15114
15134
|
origin?: {
|
|
15115
15135
|
originKey: string;
|
|
15116
15136
|
} | undefined;
|
|
15137
|
+
createdByImportJobId?: string | undefined;
|
|
15117
15138
|
}[];
|
|
15118
15139
|
designSystem: {
|
|
15119
15140
|
id: string;
|
|
@@ -15187,6 +15208,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15187
15208
|
type: "FigmaVariablesPlugin";
|
|
15188
15209
|
remoteId: string;
|
|
15189
15210
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
15211
|
+
isTokenTypeSplitEnabled: boolean;
|
|
15190
15212
|
warnings?: {
|
|
15191
15213
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
15192
15214
|
componentId?: string | undefined;
|
|
@@ -15544,6 +15566,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15544
15566
|
origin?: {
|
|
15545
15567
|
originKey: string;
|
|
15546
15568
|
} | undefined;
|
|
15569
|
+
createdByImportJobId?: string | undefined;
|
|
15547
15570
|
}[];
|
|
15548
15571
|
designSystem: {
|
|
15549
15572
|
id: string;
|
|
@@ -15617,6 +15640,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15617
15640
|
type: "FigmaVariablesPlugin";
|
|
15618
15641
|
remoteId: string;
|
|
15619
15642
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
15643
|
+
isTokenTypeSplitEnabled: boolean;
|
|
15620
15644
|
warnings?: {
|
|
15621
15645
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
15622
15646
|
componentId?: string | undefined;
|
|
@@ -17169,6 +17193,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17169
17193
|
origin?: {
|
|
17170
17194
|
originKey: string;
|
|
17171
17195
|
} | undefined;
|
|
17196
|
+
createdByImportJobId?: string | undefined;
|
|
17172
17197
|
}[];
|
|
17173
17198
|
designSystem: {
|
|
17174
17199
|
id: string;
|
|
@@ -17242,6 +17267,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17242
17267
|
type: "FigmaVariablesPlugin";
|
|
17243
17268
|
remoteId: string;
|
|
17244
17269
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
17270
|
+
isTokenTypeSplitEnabled: boolean;
|
|
17245
17271
|
warnings?: {
|
|
17246
17272
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
17247
17273
|
componentId?: string | undefined;
|
|
@@ -17985,6 +18011,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17985
18011
|
origin?: {
|
|
17986
18012
|
originKey: string;
|
|
17987
18013
|
} | undefined;
|
|
18014
|
+
createdByImportJobId?: string | undefined;
|
|
17988
18015
|
}[];
|
|
17989
18016
|
designSystem: {
|
|
17990
18017
|
id: string;
|
|
@@ -18058,6 +18085,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18058
18085
|
type: "FigmaVariablesPlugin";
|
|
18059
18086
|
remoteId: string;
|
|
18060
18087
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
18088
|
+
isTokenTypeSplitEnabled: boolean;
|
|
18061
18089
|
warnings?: {
|
|
18062
18090
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
18063
18091
|
componentId?: string | undefined;
|
|
@@ -18803,6 +18831,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18803
18831
|
origin?: {
|
|
18804
18832
|
originKey: string;
|
|
18805
18833
|
} | undefined;
|
|
18834
|
+
createdByImportJobId?: string | undefined;
|
|
18806
18835
|
}[];
|
|
18807
18836
|
designSystem: {
|
|
18808
18837
|
id: string;
|
|
@@ -18876,6 +18905,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18876
18905
|
type: "FigmaVariablesPlugin";
|
|
18877
18906
|
remoteId: string;
|
|
18878
18907
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
18908
|
+
isTokenTypeSplitEnabled: boolean;
|
|
18879
18909
|
warnings?: {
|
|
18880
18910
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
18881
18911
|
componentId?: string | undefined;
|
|
@@ -19692,6 +19722,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19692
19722
|
origin?: {
|
|
19693
19723
|
originKey: string;
|
|
19694
19724
|
} | undefined;
|
|
19725
|
+
createdByImportJobId?: string | undefined;
|
|
19695
19726
|
}[];
|
|
19696
19727
|
designSystem: {
|
|
19697
19728
|
id: string;
|
|
@@ -19765,6 +19796,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19765
19796
|
type: "FigmaVariablesPlugin";
|
|
19766
19797
|
remoteId: string;
|
|
19767
19798
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
19799
|
+
isTokenTypeSplitEnabled: boolean;
|
|
19768
19800
|
warnings?: {
|
|
19769
19801
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
19770
19802
|
componentId?: string | undefined;
|
|
@@ -22469,10 +22501,12 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22469
22501
|
unsupportedStyleValueType?: string | undefined;
|
|
22470
22502
|
referenceId?: string | undefined;
|
|
22471
22503
|
}[] | null | undefined>;
|
|
22504
|
+
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
22472
22505
|
}, "strip", z.ZodTypeAny, {
|
|
22473
22506
|
type: "FigmaVariablesPlugin";
|
|
22474
22507
|
remoteId: string;
|
|
22475
22508
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22509
|
+
isTokenTypeSplitEnabled: boolean;
|
|
22476
22510
|
warnings?: {
|
|
22477
22511
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22478
22512
|
componentId?: string | undefined;
|
|
@@ -22487,6 +22521,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22487
22521
|
type: "FigmaVariablesPlugin";
|
|
22488
22522
|
remoteId: string;
|
|
22489
22523
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22524
|
+
isTokenTypeSplitEnabled: boolean;
|
|
22490
22525
|
warnings?: {
|
|
22491
22526
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22492
22527
|
componentId?: string | undefined;
|
|
@@ -22554,6 +22589,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22554
22589
|
type: "FigmaVariablesPlugin";
|
|
22555
22590
|
remoteId: string;
|
|
22556
22591
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22592
|
+
isTokenTypeSplitEnabled: boolean;
|
|
22557
22593
|
warnings?: {
|
|
22558
22594
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22559
22595
|
componentId?: string | undefined;
|
|
@@ -22648,6 +22684,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22648
22684
|
type: "FigmaVariablesPlugin";
|
|
22649
22685
|
remoteId: string;
|
|
22650
22686
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
22687
|
+
isTokenTypeSplitEnabled: boolean;
|
|
22651
22688
|
warnings?: {
|
|
22652
22689
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
22653
22690
|
componentId?: string | undefined;
|
|
@@ -25140,6 +25177,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25140
25177
|
originKey: string;
|
|
25141
25178
|
}>>;
|
|
25142
25179
|
originKey: z.ZodOptional<z.ZodString>;
|
|
25180
|
+
createdByImportJobId: z.ZodOptional<z.ZodString>;
|
|
25143
25181
|
}, "strip", z.ZodTypeAny, {
|
|
25144
25182
|
id: string;
|
|
25145
25183
|
type: "Image" | "Font";
|
|
@@ -25161,6 +25199,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25161
25199
|
origin?: {
|
|
25162
25200
|
originKey: string;
|
|
25163
25201
|
} | undefined;
|
|
25202
|
+
createdByImportJobId?: string | undefined;
|
|
25164
25203
|
}, {
|
|
25165
25204
|
id: string;
|
|
25166
25205
|
type: "Image" | "Font";
|
|
@@ -25182,6 +25221,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25182
25221
|
origin?: {
|
|
25183
25222
|
originKey: string;
|
|
25184
25223
|
} | undefined;
|
|
25224
|
+
createdByImportJobId?: string | undefined;
|
|
25185
25225
|
}>, "many">;
|
|
25186
25226
|
}, "strip", z.ZodTypeAny, {
|
|
25187
25227
|
files: {
|
|
@@ -25205,6 +25245,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25205
25245
|
origin?: {
|
|
25206
25246
|
originKey: string;
|
|
25207
25247
|
} | undefined;
|
|
25248
|
+
createdByImportJobId?: string | undefined;
|
|
25208
25249
|
}[];
|
|
25209
25250
|
designSystem: {
|
|
25210
25251
|
id: string;
|
|
@@ -25278,6 +25319,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25278
25319
|
type: "FigmaVariablesPlugin";
|
|
25279
25320
|
remoteId: string;
|
|
25280
25321
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
25322
|
+
isTokenTypeSplitEnabled: boolean;
|
|
25281
25323
|
warnings?: {
|
|
25282
25324
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
25283
25325
|
componentId?: string | undefined;
|
|
@@ -25635,6 +25677,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25635
25677
|
origin?: {
|
|
25636
25678
|
originKey: string;
|
|
25637
25679
|
} | undefined;
|
|
25680
|
+
createdByImportJobId?: string | undefined;
|
|
25638
25681
|
}[];
|
|
25639
25682
|
designSystem: {
|
|
25640
25683
|
id: string;
|
|
@@ -25708,6 +25751,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25708
25751
|
type: "FigmaVariablesPlugin";
|
|
25709
25752
|
remoteId: string;
|
|
25710
25753
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
25754
|
+
isTokenTypeSplitEnabled: boolean;
|
|
25711
25755
|
warnings?: {
|
|
25712
25756
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
25713
25757
|
componentId?: string | undefined;
|
|
@@ -27260,6 +27304,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27260
27304
|
origin?: {
|
|
27261
27305
|
originKey: string;
|
|
27262
27306
|
} | undefined;
|
|
27307
|
+
createdByImportJobId?: string | undefined;
|
|
27263
27308
|
}[];
|
|
27264
27309
|
designSystem: {
|
|
27265
27310
|
id: string;
|
|
@@ -27333,6 +27378,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27333
27378
|
type: "FigmaVariablesPlugin";
|
|
27334
27379
|
remoteId: string;
|
|
27335
27380
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
27381
|
+
isTokenTypeSplitEnabled: boolean;
|
|
27336
27382
|
warnings?: {
|
|
27337
27383
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
27338
27384
|
componentId?: string | undefined;
|
|
@@ -28076,6 +28122,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28076
28122
|
origin?: {
|
|
28077
28123
|
originKey: string;
|
|
28078
28124
|
} | undefined;
|
|
28125
|
+
createdByImportJobId?: string | undefined;
|
|
28079
28126
|
}[];
|
|
28080
28127
|
designSystem: {
|
|
28081
28128
|
id: string;
|
|
@@ -28149,6 +28196,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28149
28196
|
type: "FigmaVariablesPlugin";
|
|
28150
28197
|
remoteId: string;
|
|
28151
28198
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
28199
|
+
isTokenTypeSplitEnabled: boolean;
|
|
28152
28200
|
warnings?: {
|
|
28153
28201
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
28154
28202
|
componentId?: string | undefined;
|
|
@@ -29704,6 +29752,8 @@ declare function promiseWithTimeout<T>(timeoutMs: number, promise: () => Promise
|
|
|
29704
29752
|
declare function sleep(ms: number): Promise<void>;
|
|
29705
29753
|
declare function uniqueBy<K, V>(items: V[], prop: (v: V) => K): V[];
|
|
29706
29754
|
declare function areShallowObjectsEqual<T extends object>(lhs: T | undefined, rhs: T | undefined): boolean;
|
|
29755
|
+
declare function isNotNullish<T>(value: T | null | undefined): value is T;
|
|
29756
|
+
declare function isNullish<T>(value: T | null | undefined): value is null | undefined;
|
|
29707
29757
|
type Pagination = {
|
|
29708
29758
|
skip?: number;
|
|
29709
29759
|
take?: number;
|
|
@@ -29948,6 +29998,7 @@ declare const Asset: z.ZodObject<{
|
|
|
29948
29998
|
originKey: string;
|
|
29949
29999
|
}>>;
|
|
29950
30000
|
originKey: z.ZodOptional<z.ZodString>;
|
|
30001
|
+
createdByImportJobId: z.ZodOptional<z.ZodString>;
|
|
29951
30002
|
}, "strip", z.ZodTypeAny, {
|
|
29952
30003
|
id: string;
|
|
29953
30004
|
type: "Image" | "Font";
|
|
@@ -29969,6 +30020,7 @@ declare const Asset: z.ZodObject<{
|
|
|
29969
30020
|
origin?: {
|
|
29970
30021
|
originKey: string;
|
|
29971
30022
|
} | undefined;
|
|
30023
|
+
createdByImportJobId?: string | undefined;
|
|
29972
30024
|
}, {
|
|
29973
30025
|
id: string;
|
|
29974
30026
|
type: "Image" | "Font";
|
|
@@ -29990,6 +30042,7 @@ declare const Asset: z.ZodObject<{
|
|
|
29990
30042
|
origin?: {
|
|
29991
30043
|
originKey: string;
|
|
29992
30044
|
} | undefined;
|
|
30045
|
+
createdByImportJobId?: string | undefined;
|
|
29993
30046
|
}>;
|
|
29994
30047
|
type Asset = z.infer<typeof Asset>;
|
|
29995
30048
|
declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -30039,6 +30092,7 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
30039
30092
|
originKey: string;
|
|
30040
30093
|
}>>;
|
|
30041
30094
|
originKey: z.ZodOptional<z.ZodString>;
|
|
30095
|
+
createdByImportJobId: z.ZodOptional<z.ZodString>;
|
|
30042
30096
|
}, {
|
|
30043
30097
|
url: z.ZodString;
|
|
30044
30098
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -30063,6 +30117,7 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
30063
30117
|
origin?: {
|
|
30064
30118
|
originKey: string;
|
|
30065
30119
|
} | undefined;
|
|
30120
|
+
createdByImportJobId?: string | undefined;
|
|
30066
30121
|
}, {
|
|
30067
30122
|
id: string;
|
|
30068
30123
|
type: "Image" | "Font";
|
|
@@ -30085,6 +30140,7 @@ declare const ResolvedAsset: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
30085
30140
|
origin?: {
|
|
30086
30141
|
originKey: string;
|
|
30087
30142
|
} | undefined;
|
|
30143
|
+
createdByImportJobId?: string | undefined;
|
|
30088
30144
|
}>;
|
|
30089
30145
|
type ResolvedAsset = z.infer<typeof ResolvedAsset>;
|
|
30090
30146
|
type ImportedAsset = OmitStrict<Asset, "originKey"> & {
|
|
@@ -30462,10 +30518,12 @@ declare const DataSourceUploadRemote: z.ZodObject<{
|
|
|
30462
30518
|
unsupportedStyleValueType?: string | undefined;
|
|
30463
30519
|
referenceId?: string | undefined;
|
|
30464
30520
|
}[] | null | undefined>;
|
|
30521
|
+
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
30465
30522
|
}, "strip", z.ZodTypeAny, {
|
|
30466
30523
|
type: "FigmaVariablesPlugin";
|
|
30467
30524
|
remoteId: string;
|
|
30468
30525
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
30526
|
+
isTokenTypeSplitEnabled: boolean;
|
|
30469
30527
|
warnings?: {
|
|
30470
30528
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
30471
30529
|
componentId?: string | undefined;
|
|
@@ -30480,6 +30538,7 @@ declare const DataSourceUploadRemote: z.ZodObject<{
|
|
|
30480
30538
|
type: "FigmaVariablesPlugin";
|
|
30481
30539
|
remoteId: string;
|
|
30482
30540
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
30541
|
+
isTokenTypeSplitEnabled: boolean;
|
|
30483
30542
|
warnings?: {
|
|
30484
30543
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
30485
30544
|
componentId?: string | undefined;
|
|
@@ -30685,10 +30744,12 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
30685
30744
|
unsupportedStyleValueType?: string | undefined;
|
|
30686
30745
|
referenceId?: string | undefined;
|
|
30687
30746
|
}[] | null | undefined>;
|
|
30747
|
+
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
30688
30748
|
}, "strip", z.ZodTypeAny, {
|
|
30689
30749
|
type: "FigmaVariablesPlugin";
|
|
30690
30750
|
remoteId: string;
|
|
30691
30751
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
30752
|
+
isTokenTypeSplitEnabled: boolean;
|
|
30692
30753
|
warnings?: {
|
|
30693
30754
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
30694
30755
|
componentId?: string | undefined;
|
|
@@ -30703,6 +30764,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
30703
30764
|
type: "FigmaVariablesPlugin";
|
|
30704
30765
|
remoteId: string;
|
|
30705
30766
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
30767
|
+
isTokenTypeSplitEnabled: boolean;
|
|
30706
30768
|
warnings?: {
|
|
30707
30769
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
30708
30770
|
componentId?: string | undefined;
|
|
@@ -31045,10 +31107,12 @@ declare const DataSource: z.ZodObject<{
|
|
|
31045
31107
|
unsupportedStyleValueType?: string | undefined;
|
|
31046
31108
|
referenceId?: string | undefined;
|
|
31047
31109
|
}[] | null | undefined>;
|
|
31110
|
+
isTokenTypeSplitEnabled: z.ZodBoolean;
|
|
31048
31111
|
}, "strip", z.ZodTypeAny, {
|
|
31049
31112
|
type: "FigmaVariablesPlugin";
|
|
31050
31113
|
remoteId: string;
|
|
31051
31114
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31115
|
+
isTokenTypeSplitEnabled: boolean;
|
|
31052
31116
|
warnings?: {
|
|
31053
31117
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31054
31118
|
componentId?: string | undefined;
|
|
@@ -31063,6 +31127,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31063
31127
|
type: "FigmaVariablesPlugin";
|
|
31064
31128
|
remoteId: string;
|
|
31065
31129
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31130
|
+
isTokenTypeSplitEnabled: boolean;
|
|
31066
31131
|
warnings?: {
|
|
31067
31132
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31068
31133
|
componentId?: string | undefined;
|
|
@@ -31130,6 +31195,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31130
31195
|
type: "FigmaVariablesPlugin";
|
|
31131
31196
|
remoteId: string;
|
|
31132
31197
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31198
|
+
isTokenTypeSplitEnabled: boolean;
|
|
31133
31199
|
warnings?: {
|
|
31134
31200
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31135
31201
|
componentId?: string | undefined;
|
|
@@ -31224,6 +31290,7 @@ declare const DataSource: z.ZodObject<{
|
|
|
31224
31290
|
type: "FigmaVariablesPlugin";
|
|
31225
31291
|
remoteId: string;
|
|
31226
31292
|
remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
|
|
31293
|
+
isTokenTypeSplitEnabled: boolean;
|
|
31227
31294
|
warnings?: {
|
|
31228
31295
|
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
31229
31296
|
componentId?: string | undefined;
|
|
@@ -38074,6 +38141,15 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38074
38141
|
persistentId: z.ZodString;
|
|
38075
38142
|
type: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "ComponentAssetGroup", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell", "Guidelines", "Guideline", "FigmaComponents", "FigmaComponentPropsTable"]>;
|
|
38076
38143
|
numberOfColumns: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
38144
|
+
itemBackgroundColor: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
38145
|
+
value: string;
|
|
38146
|
+
}, z.ZodTypeDef, {
|
|
38147
|
+
value: string;
|
|
38148
|
+
}>>>, {
|
|
38149
|
+
value: string;
|
|
38150
|
+
} | undefined, {
|
|
38151
|
+
value: string;
|
|
38152
|
+
} | null | undefined>;
|
|
38077
38153
|
designObjectId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
38078
38154
|
designObjectIds: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string[], z.ZodTypeDef, string[]>>>, string[] | undefined, string[] | null | undefined>;
|
|
38079
38155
|
tokenType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur", z.ZodTypeDef, "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur">>>, NonNullable<"Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur"> | undefined, "Image" | "Font" | "Color" | "Border" | "Gradient" | "Shadow" | "Dimension" | "Duration" | "Size" | "Space" | "Opacity" | "FontSize" | "LineHeight" | "LetterSpacing" | "ParagraphSpacing" | "BorderWidth" | "BorderRadius" | "ZIndex" | "String" | "ProductCopy" | "FontFamily" | "FontWeight" | "TextDecoration" | "TextCase" | "Visibility" | "Typography" | "Blur" | null | undefined>;
|
|
@@ -38970,6 +39046,9 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38970
39046
|
} | undefined;
|
|
38971
39047
|
imageAlt?: string | undefined;
|
|
38972
39048
|
numberOfColumns?: number | undefined;
|
|
39049
|
+
itemBackgroundColor?: {
|
|
39050
|
+
value: string;
|
|
39051
|
+
} | undefined;
|
|
38973
39052
|
designObjectId?: string | undefined;
|
|
38974
39053
|
designObjectIds?: string[] | undefined;
|
|
38975
39054
|
showNestedGroups?: boolean | undefined;
|
|
@@ -39210,6 +39289,9 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
39210
39289
|
} | null | undefined;
|
|
39211
39290
|
imageAlt?: string | null | undefined;
|
|
39212
39291
|
numberOfColumns?: number | null | undefined;
|
|
39292
|
+
itemBackgroundColor?: {
|
|
39293
|
+
value: string;
|
|
39294
|
+
} | null | undefined;
|
|
39213
39295
|
designObjectId?: string | null | undefined;
|
|
39214
39296
|
designObjectIds?: string[] | null | undefined;
|
|
39215
39297
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -43062,6 +43144,9 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43062
43144
|
} | null | undefined;
|
|
43063
43145
|
imageAlt?: string | null | undefined;
|
|
43064
43146
|
numberOfColumns?: number | null | undefined;
|
|
43147
|
+
itemBackgroundColor?: {
|
|
43148
|
+
value: string;
|
|
43149
|
+
} | null | undefined;
|
|
43065
43150
|
designObjectId?: string | null | undefined;
|
|
43066
43151
|
designObjectIds?: string[] | null | undefined;
|
|
43067
43152
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -43303,6 +43388,9 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43303
43388
|
} | null | undefined;
|
|
43304
43389
|
imageAlt?: string | null | undefined;
|
|
43305
43390
|
numberOfColumns?: number | null | undefined;
|
|
43391
|
+
itemBackgroundColor?: {
|
|
43392
|
+
value: string;
|
|
43393
|
+
} | null | undefined;
|
|
43306
43394
|
designObjectId?: string | null | undefined;
|
|
43307
43395
|
designObjectIds?: string[] | null | undefined;
|
|
43308
43396
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -43890,6 +43978,9 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
43890
43978
|
} | null | undefined;
|
|
43891
43979
|
imageAlt?: string | null | undefined;
|
|
43892
43980
|
numberOfColumns?: number | null | undefined;
|
|
43981
|
+
itemBackgroundColor?: {
|
|
43982
|
+
value: string;
|
|
43983
|
+
} | null | undefined;
|
|
43893
43984
|
designObjectId?: string | null | undefined;
|
|
43894
43985
|
designObjectIds?: string[] | null | undefined;
|
|
43895
43986
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -44131,6 +44222,9 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
44131
44222
|
} | null | undefined;
|
|
44132
44223
|
imageAlt?: string | null | undefined;
|
|
44133
44224
|
numberOfColumns?: number | null | undefined;
|
|
44225
|
+
itemBackgroundColor?: {
|
|
44226
|
+
value: string;
|
|
44227
|
+
} | null | undefined;
|
|
44134
44228
|
designObjectId?: string | null | undefined;
|
|
44135
44229
|
designObjectIds?: string[] | null | undefined;
|
|
44136
44230
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -51118,6 +51212,9 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51118
51212
|
} | null | undefined;
|
|
51119
51213
|
imageAlt?: string | null | undefined;
|
|
51120
51214
|
numberOfColumns?: number | null | undefined;
|
|
51215
|
+
itemBackgroundColor?: {
|
|
51216
|
+
value: string;
|
|
51217
|
+
} | null | undefined;
|
|
51121
51218
|
designObjectId?: string | null | undefined;
|
|
51122
51219
|
designObjectIds?: string[] | null | undefined;
|
|
51123
51220
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -51359,6 +51456,9 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51359
51456
|
} | null | undefined;
|
|
51360
51457
|
imageAlt?: string | null | undefined;
|
|
51361
51458
|
numberOfColumns?: number | null | undefined;
|
|
51459
|
+
itemBackgroundColor?: {
|
|
51460
|
+
value: string;
|
|
51461
|
+
} | null | undefined;
|
|
51362
51462
|
designObjectId?: string | null | undefined;
|
|
51363
51463
|
designObjectIds?: string[] | null | undefined;
|
|
51364
51464
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -51946,6 +52046,9 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51946
52046
|
} | null | undefined;
|
|
51947
52047
|
imageAlt?: string | null | undefined;
|
|
51948
52048
|
numberOfColumns?: number | null | undefined;
|
|
52049
|
+
itemBackgroundColor?: {
|
|
52050
|
+
value: string;
|
|
52051
|
+
} | null | undefined;
|
|
51949
52052
|
designObjectId?: string | null | undefined;
|
|
51950
52053
|
designObjectIds?: string[] | null | undefined;
|
|
51951
52054
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -52187,6 +52290,9 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52187
52290
|
} | null | undefined;
|
|
52188
52291
|
imageAlt?: string | null | undefined;
|
|
52189
52292
|
numberOfColumns?: number | null | undefined;
|
|
52293
|
+
itemBackgroundColor?: {
|
|
52294
|
+
value: string;
|
|
52295
|
+
} | null | undefined;
|
|
52190
52296
|
designObjectId?: string | null | undefined;
|
|
52191
52297
|
designObjectIds?: string[] | null | undefined;
|
|
52192
52298
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -52593,6 +52699,9 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52593
52699
|
} | null | undefined;
|
|
52594
52700
|
imageAlt?: string | null | undefined;
|
|
52595
52701
|
numberOfColumns?: number | null | undefined;
|
|
52702
|
+
itemBackgroundColor?: {
|
|
52703
|
+
value: string;
|
|
52704
|
+
} | null | undefined;
|
|
52596
52705
|
designObjectId?: string | null | undefined;
|
|
52597
52706
|
designObjectIds?: string[] | null | undefined;
|
|
52598
52707
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -52834,6 +52943,9 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52834
52943
|
} | null | undefined;
|
|
52835
52944
|
imageAlt?: string | null | undefined;
|
|
52836
52945
|
numberOfColumns?: number | null | undefined;
|
|
52946
|
+
itemBackgroundColor?: {
|
|
52947
|
+
value: string;
|
|
52948
|
+
} | null | undefined;
|
|
52837
52949
|
designObjectId?: string | null | undefined;
|
|
52838
52950
|
designObjectIds?: string[] | null | undefined;
|
|
52839
52951
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -54135,6 +54247,9 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54135
54247
|
} | null | undefined;
|
|
54136
54248
|
imageAlt?: string | null | undefined;
|
|
54137
54249
|
numberOfColumns?: number | null | undefined;
|
|
54250
|
+
itemBackgroundColor?: {
|
|
54251
|
+
value: string;
|
|
54252
|
+
} | null | undefined;
|
|
54138
54253
|
designObjectId?: string | null | undefined;
|
|
54139
54254
|
designObjectIds?: string[] | null | undefined;
|
|
54140
54255
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -54376,6 +54491,9 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54376
54491
|
} | null | undefined;
|
|
54377
54492
|
imageAlt?: string | null | undefined;
|
|
54378
54493
|
numberOfColumns?: number | null | undefined;
|
|
54494
|
+
itemBackgroundColor?: {
|
|
54495
|
+
value: string;
|
|
54496
|
+
} | null | undefined;
|
|
54379
54497
|
designObjectId?: string | null | undefined;
|
|
54380
54498
|
designObjectIds?: string[] | null | undefined;
|
|
54381
54499
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -54685,6 +54803,9 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54685
54803
|
} | null | undefined;
|
|
54686
54804
|
imageAlt?: string | null | undefined;
|
|
54687
54805
|
numberOfColumns?: number | null | undefined;
|
|
54806
|
+
itemBackgroundColor?: {
|
|
54807
|
+
value: string;
|
|
54808
|
+
} | null | undefined;
|
|
54688
54809
|
designObjectId?: string | null | undefined;
|
|
54689
54810
|
designObjectIds?: string[] | null | undefined;
|
|
54690
54811
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -54926,6 +55047,9 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
54926
55047
|
} | null | undefined;
|
|
54927
55048
|
imageAlt?: string | null | undefined;
|
|
54928
55049
|
numberOfColumns?: number | null | undefined;
|
|
55050
|
+
itemBackgroundColor?: {
|
|
55051
|
+
value: string;
|
|
55052
|
+
} | null | undefined;
|
|
54929
55053
|
designObjectId?: string | null | undefined;
|
|
54930
55054
|
designObjectIds?: string[] | null | undefined;
|
|
54931
55055
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -55258,6 +55382,9 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
55258
55382
|
} | null | undefined;
|
|
55259
55383
|
imageAlt?: string | null | undefined;
|
|
55260
55384
|
numberOfColumns?: number | null | undefined;
|
|
55385
|
+
itemBackgroundColor?: {
|
|
55386
|
+
value: string;
|
|
55387
|
+
} | null | undefined;
|
|
55261
55388
|
designObjectId?: string | null | undefined;
|
|
55262
55389
|
designObjectIds?: string[] | null | undefined;
|
|
55263
55390
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -55499,6 +55626,9 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
55499
55626
|
} | null | undefined;
|
|
55500
55627
|
imageAlt?: string | null | undefined;
|
|
55501
55628
|
numberOfColumns?: number | null | undefined;
|
|
55629
|
+
itemBackgroundColor?: {
|
|
55630
|
+
value: string;
|
|
55631
|
+
} | null | undefined;
|
|
55502
55632
|
designObjectId?: string | null | undefined;
|
|
55503
55633
|
designObjectIds?: string[] | null | undefined;
|
|
55504
55634
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -74419,6 +74549,9 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74419
74549
|
} | null | undefined;
|
|
74420
74550
|
imageAlt?: string | null | undefined;
|
|
74421
74551
|
numberOfColumns?: number | null | undefined;
|
|
74552
|
+
itemBackgroundColor?: {
|
|
74553
|
+
value: string;
|
|
74554
|
+
} | null | undefined;
|
|
74422
74555
|
designObjectId?: string | null | undefined;
|
|
74423
74556
|
designObjectIds?: string[] | null | undefined;
|
|
74424
74557
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -74660,6 +74793,9 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74660
74793
|
} | null | undefined;
|
|
74661
74794
|
imageAlt?: string | null | undefined;
|
|
74662
74795
|
numberOfColumns?: number | null | undefined;
|
|
74796
|
+
itemBackgroundColor?: {
|
|
74797
|
+
value: string;
|
|
74798
|
+
} | null | undefined;
|
|
74663
74799
|
designObjectId?: string | null | undefined;
|
|
74664
74800
|
designObjectIds?: string[] | null | undefined;
|
|
74665
74801
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -74969,6 +75105,9 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
74969
75105
|
} | null | undefined;
|
|
74970
75106
|
imageAlt?: string | null | undefined;
|
|
74971
75107
|
numberOfColumns?: number | null | undefined;
|
|
75108
|
+
itemBackgroundColor?: {
|
|
75109
|
+
value: string;
|
|
75110
|
+
} | null | undefined;
|
|
74972
75111
|
designObjectId?: string | null | undefined;
|
|
74973
75112
|
designObjectIds?: string[] | null | undefined;
|
|
74974
75113
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -75210,6 +75349,9 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
75210
75349
|
} | null | undefined;
|
|
75211
75350
|
imageAlt?: string | null | undefined;
|
|
75212
75351
|
numberOfColumns?: number | null | undefined;
|
|
75352
|
+
itemBackgroundColor?: {
|
|
75353
|
+
value: string;
|
|
75354
|
+
} | null | undefined;
|
|
75213
75355
|
designObjectId?: string | null | undefined;
|
|
75214
75356
|
designObjectIds?: string[] | null | undefined;
|
|
75215
75357
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -75542,6 +75684,9 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
75542
75684
|
} | null | undefined;
|
|
75543
75685
|
imageAlt?: string | null | undefined;
|
|
75544
75686
|
numberOfColumns?: number | null | undefined;
|
|
75687
|
+
itemBackgroundColor?: {
|
|
75688
|
+
value: string;
|
|
75689
|
+
} | null | undefined;
|
|
75545
75690
|
designObjectId?: string | null | undefined;
|
|
75546
75691
|
designObjectIds?: string[] | null | undefined;
|
|
75547
75692
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -75783,6 +75928,9 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
75783
75928
|
} | null | undefined;
|
|
75784
75929
|
imageAlt?: string | null | undefined;
|
|
75785
75930
|
numberOfColumns?: number | null | undefined;
|
|
75931
|
+
itemBackgroundColor?: {
|
|
75932
|
+
value: string;
|
|
75933
|
+
} | null | undefined;
|
|
75786
75934
|
designObjectId?: string | null | undefined;
|
|
75787
75935
|
designObjectIds?: string[] | null | undefined;
|
|
75788
75936
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -76144,6 +76292,9 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
76144
76292
|
} | null | undefined;
|
|
76145
76293
|
imageAlt?: string | null | undefined;
|
|
76146
76294
|
numberOfColumns?: number | null | undefined;
|
|
76295
|
+
itemBackgroundColor?: {
|
|
76296
|
+
value: string;
|
|
76297
|
+
} | null | undefined;
|
|
76147
76298
|
designObjectId?: string | null | undefined;
|
|
76148
76299
|
designObjectIds?: string[] | null | undefined;
|
|
76149
76300
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -76385,6 +76536,9 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
76385
76536
|
} | null | undefined;
|
|
76386
76537
|
imageAlt?: string | null | undefined;
|
|
76387
76538
|
numberOfColumns?: number | null | undefined;
|
|
76539
|
+
itemBackgroundColor?: {
|
|
76540
|
+
value: string;
|
|
76541
|
+
} | null | undefined;
|
|
76388
76542
|
designObjectId?: string | null | undefined;
|
|
76389
76543
|
designObjectIds?: string[] | null | undefined;
|
|
76390
76544
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -146824,6 +146978,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
146824
146978
|
} | null | undefined;
|
|
146825
146979
|
imageAlt?: string | null | undefined;
|
|
146826
146980
|
numberOfColumns?: number | null | undefined;
|
|
146981
|
+
itemBackgroundColor?: {
|
|
146982
|
+
value: string;
|
|
146983
|
+
} | null | undefined;
|
|
146827
146984
|
designObjectId?: string | null | undefined;
|
|
146828
146985
|
designObjectIds?: string[] | null | undefined;
|
|
146829
146986
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -147065,6 +147222,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
147065
147222
|
} | null | undefined;
|
|
147066
147223
|
imageAlt?: string | null | undefined;
|
|
147067
147224
|
numberOfColumns?: number | null | undefined;
|
|
147225
|
+
itemBackgroundColor?: {
|
|
147226
|
+
value: string;
|
|
147227
|
+
} | null | undefined;
|
|
147068
147228
|
designObjectId?: string | null | undefined;
|
|
147069
147229
|
designObjectIds?: string[] | null | undefined;
|
|
147070
147230
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -147374,6 +147534,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
147374
147534
|
} | null | undefined;
|
|
147375
147535
|
imageAlt?: string | null | undefined;
|
|
147376
147536
|
numberOfColumns?: number | null | undefined;
|
|
147537
|
+
itemBackgroundColor?: {
|
|
147538
|
+
value: string;
|
|
147539
|
+
} | null | undefined;
|
|
147377
147540
|
designObjectId?: string | null | undefined;
|
|
147378
147541
|
designObjectIds?: string[] | null | undefined;
|
|
147379
147542
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -147615,6 +147778,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
147615
147778
|
} | null | undefined;
|
|
147616
147779
|
imageAlt?: string | null | undefined;
|
|
147617
147780
|
numberOfColumns?: number | null | undefined;
|
|
147781
|
+
itemBackgroundColor?: {
|
|
147782
|
+
value: string;
|
|
147783
|
+
} | null | undefined;
|
|
147618
147784
|
designObjectId?: string | null | undefined;
|
|
147619
147785
|
designObjectIds?: string[] | null | undefined;
|
|
147620
147786
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -147947,6 +148113,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
147947
148113
|
} | null | undefined;
|
|
147948
148114
|
imageAlt?: string | null | undefined;
|
|
147949
148115
|
numberOfColumns?: number | null | undefined;
|
|
148116
|
+
itemBackgroundColor?: {
|
|
148117
|
+
value: string;
|
|
148118
|
+
} | null | undefined;
|
|
147950
148119
|
designObjectId?: string | null | undefined;
|
|
147951
148120
|
designObjectIds?: string[] | null | undefined;
|
|
147952
148121
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -148188,6 +148357,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
148188
148357
|
} | null | undefined;
|
|
148189
148358
|
imageAlt?: string | null | undefined;
|
|
148190
148359
|
numberOfColumns?: number | null | undefined;
|
|
148360
|
+
itemBackgroundColor?: {
|
|
148361
|
+
value: string;
|
|
148362
|
+
} | null | undefined;
|
|
148191
148363
|
designObjectId?: string | null | undefined;
|
|
148192
148364
|
designObjectIds?: string[] | null | undefined;
|
|
148193
148365
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -148931,6 +149103,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
148931
149103
|
} | null | undefined;
|
|
148932
149104
|
imageAlt?: string | null | undefined;
|
|
148933
149105
|
numberOfColumns?: number | null | undefined;
|
|
149106
|
+
itemBackgroundColor?: {
|
|
149107
|
+
value: string;
|
|
149108
|
+
} | null | undefined;
|
|
148934
149109
|
designObjectId?: string | null | undefined;
|
|
148935
149110
|
designObjectIds?: string[] | null | undefined;
|
|
148936
149111
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -149172,6 +149347,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
149172
149347
|
} | null | undefined;
|
|
149173
149348
|
imageAlt?: string | null | undefined;
|
|
149174
149349
|
numberOfColumns?: number | null | undefined;
|
|
149350
|
+
itemBackgroundColor?: {
|
|
149351
|
+
value: string;
|
|
149352
|
+
} | null | undefined;
|
|
149175
149353
|
designObjectId?: string | null | undefined;
|
|
149176
149354
|
designObjectIds?: string[] | null | undefined;
|
|
149177
149355
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -149481,6 +149659,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
149481
149659
|
} | null | undefined;
|
|
149482
149660
|
imageAlt?: string | null | undefined;
|
|
149483
149661
|
numberOfColumns?: number | null | undefined;
|
|
149662
|
+
itemBackgroundColor?: {
|
|
149663
|
+
value: string;
|
|
149664
|
+
} | null | undefined;
|
|
149484
149665
|
designObjectId?: string | null | undefined;
|
|
149485
149666
|
designObjectIds?: string[] | null | undefined;
|
|
149486
149667
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -149722,6 +149903,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
149722
149903
|
} | null | undefined;
|
|
149723
149904
|
imageAlt?: string | null | undefined;
|
|
149724
149905
|
numberOfColumns?: number | null | undefined;
|
|
149906
|
+
itemBackgroundColor?: {
|
|
149907
|
+
value: string;
|
|
149908
|
+
} | null | undefined;
|
|
149725
149909
|
designObjectId?: string | null | undefined;
|
|
149726
149910
|
designObjectIds?: string[] | null | undefined;
|
|
149727
149911
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -150054,6 +150238,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
150054
150238
|
} | null | undefined;
|
|
150055
150239
|
imageAlt?: string | null | undefined;
|
|
150056
150240
|
numberOfColumns?: number | null | undefined;
|
|
150241
|
+
itemBackgroundColor?: {
|
|
150242
|
+
value: string;
|
|
150243
|
+
} | null | undefined;
|
|
150057
150244
|
designObjectId?: string | null | undefined;
|
|
150058
150245
|
designObjectIds?: string[] | null | undefined;
|
|
150059
150246
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -150295,6 +150482,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
150295
150482
|
} | null | undefined;
|
|
150296
150483
|
imageAlt?: string | null | undefined;
|
|
150297
150484
|
numberOfColumns?: number | null | undefined;
|
|
150485
|
+
itemBackgroundColor?: {
|
|
150486
|
+
value: string;
|
|
150487
|
+
} | null | undefined;
|
|
150298
150488
|
designObjectId?: string | null | undefined;
|
|
150299
150489
|
designObjectIds?: string[] | null | undefined;
|
|
150300
150490
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -150656,6 +150846,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
150656
150846
|
} | null | undefined;
|
|
150657
150847
|
imageAlt?: string | null | undefined;
|
|
150658
150848
|
numberOfColumns?: number | null | undefined;
|
|
150849
|
+
itemBackgroundColor?: {
|
|
150850
|
+
value: string;
|
|
150851
|
+
} | null | undefined;
|
|
150659
150852
|
designObjectId?: string | null | undefined;
|
|
150660
150853
|
designObjectIds?: string[] | null | undefined;
|
|
150661
150854
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -150897,6 +151090,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
150897
151090
|
} | null | undefined;
|
|
150898
151091
|
imageAlt?: string | null | undefined;
|
|
150899
151092
|
numberOfColumns?: number | null | undefined;
|
|
151093
|
+
itemBackgroundColor?: {
|
|
151094
|
+
value: string;
|
|
151095
|
+
} | null | undefined;
|
|
150900
151096
|
designObjectId?: string | null | undefined;
|
|
150901
151097
|
designObjectIds?: string[] | null | undefined;
|
|
150902
151098
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -152001,6 +152197,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
152001
152197
|
} | null | undefined;
|
|
152002
152198
|
imageAlt?: string | null | undefined;
|
|
152003
152199
|
numberOfColumns?: number | null | undefined;
|
|
152200
|
+
itemBackgroundColor?: {
|
|
152201
|
+
value: string;
|
|
152202
|
+
} | null | undefined;
|
|
152004
152203
|
designObjectId?: string | null | undefined;
|
|
152005
152204
|
designObjectIds?: string[] | null | undefined;
|
|
152006
152205
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -152242,6 +152441,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
152242
152441
|
} | null | undefined;
|
|
152243
152442
|
imageAlt?: string | null | undefined;
|
|
152244
152443
|
numberOfColumns?: number | null | undefined;
|
|
152444
|
+
itemBackgroundColor?: {
|
|
152445
|
+
value: string;
|
|
152446
|
+
} | null | undefined;
|
|
152245
152447
|
designObjectId?: string | null | undefined;
|
|
152246
152448
|
designObjectIds?: string[] | null | undefined;
|
|
152247
152449
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -152540,6 +152742,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
152540
152742
|
} | null | undefined;
|
|
152541
152743
|
imageAlt?: string | null | undefined;
|
|
152542
152744
|
numberOfColumns?: number | null | undefined;
|
|
152745
|
+
itemBackgroundColor?: {
|
|
152746
|
+
value: string;
|
|
152747
|
+
} | null | undefined;
|
|
152543
152748
|
designObjectId?: string | null | undefined;
|
|
152544
152749
|
designObjectIds?: string[] | null | undefined;
|
|
152545
152750
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -152781,6 +152986,9 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
152781
152986
|
} | null | undefined;
|
|
152782
152987
|
imageAlt?: string | null | undefined;
|
|
152783
152988
|
numberOfColumns?: number | null | undefined;
|
|
152989
|
+
itemBackgroundColor?: {
|
|
152990
|
+
value: string;
|
|
152991
|
+
} | null | undefined;
|
|
152784
152992
|
designObjectId?: string | null | undefined;
|
|
152785
152993
|
designObjectIds?: string[] | null | undefined;
|
|
152786
152994
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -153274,6 +153482,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
153274
153482
|
} | null | undefined;
|
|
153275
153483
|
imageAlt?: string | null | undefined;
|
|
153276
153484
|
numberOfColumns?: number | null | undefined;
|
|
153485
|
+
itemBackgroundColor?: {
|
|
153486
|
+
value: string;
|
|
153487
|
+
} | null | undefined;
|
|
153277
153488
|
designObjectId?: string | null | undefined;
|
|
153278
153489
|
designObjectIds?: string[] | null | undefined;
|
|
153279
153490
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -153515,6 +153726,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
153515
153726
|
} | null | undefined;
|
|
153516
153727
|
imageAlt?: string | null | undefined;
|
|
153517
153728
|
numberOfColumns?: number | null | undefined;
|
|
153729
|
+
itemBackgroundColor?: {
|
|
153730
|
+
value: string;
|
|
153731
|
+
} | null | undefined;
|
|
153518
153732
|
designObjectId?: string | null | undefined;
|
|
153519
153733
|
designObjectIds?: string[] | null | undefined;
|
|
153520
153734
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -153824,6 +154038,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
153824
154038
|
} | null | undefined;
|
|
153825
154039
|
imageAlt?: string | null | undefined;
|
|
153826
154040
|
numberOfColumns?: number | null | undefined;
|
|
154041
|
+
itemBackgroundColor?: {
|
|
154042
|
+
value: string;
|
|
154043
|
+
} | null | undefined;
|
|
153827
154044
|
designObjectId?: string | null | undefined;
|
|
153828
154045
|
designObjectIds?: string[] | null | undefined;
|
|
153829
154046
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -154065,6 +154282,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
154065
154282
|
} | null | undefined;
|
|
154066
154283
|
imageAlt?: string | null | undefined;
|
|
154067
154284
|
numberOfColumns?: number | null | undefined;
|
|
154285
|
+
itemBackgroundColor?: {
|
|
154286
|
+
value: string;
|
|
154287
|
+
} | null | undefined;
|
|
154068
154288
|
designObjectId?: string | null | undefined;
|
|
154069
154289
|
designObjectIds?: string[] | null | undefined;
|
|
154070
154290
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -154397,6 +154617,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
154397
154617
|
} | null | undefined;
|
|
154398
154618
|
imageAlt?: string | null | undefined;
|
|
154399
154619
|
numberOfColumns?: number | null | undefined;
|
|
154620
|
+
itemBackgroundColor?: {
|
|
154621
|
+
value: string;
|
|
154622
|
+
} | null | undefined;
|
|
154400
154623
|
designObjectId?: string | null | undefined;
|
|
154401
154624
|
designObjectIds?: string[] | null | undefined;
|
|
154402
154625
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -154638,6 +154861,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
154638
154861
|
} | null | undefined;
|
|
154639
154862
|
imageAlt?: string | null | undefined;
|
|
154640
154863
|
numberOfColumns?: number | null | undefined;
|
|
154864
|
+
itemBackgroundColor?: {
|
|
154865
|
+
value: string;
|
|
154866
|
+
} | null | undefined;
|
|
154641
154867
|
designObjectId?: string | null | undefined;
|
|
154642
154868
|
designObjectIds?: string[] | null | undefined;
|
|
154643
154869
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -155383,6 +155609,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
155383
155609
|
} | null | undefined;
|
|
155384
155610
|
imageAlt?: string | null | undefined;
|
|
155385
155611
|
numberOfColumns?: number | null | undefined;
|
|
155612
|
+
itemBackgroundColor?: {
|
|
155613
|
+
value: string;
|
|
155614
|
+
} | null | undefined;
|
|
155386
155615
|
designObjectId?: string | null | undefined;
|
|
155387
155616
|
designObjectIds?: string[] | null | undefined;
|
|
155388
155617
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -155624,6 +155853,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
155624
155853
|
} | null | undefined;
|
|
155625
155854
|
imageAlt?: string | null | undefined;
|
|
155626
155855
|
numberOfColumns?: number | null | undefined;
|
|
155856
|
+
itemBackgroundColor?: {
|
|
155857
|
+
value: string;
|
|
155858
|
+
} | null | undefined;
|
|
155627
155859
|
designObjectId?: string | null | undefined;
|
|
155628
155860
|
designObjectIds?: string[] | null | undefined;
|
|
155629
155861
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -155933,6 +156165,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
155933
156165
|
} | null | undefined;
|
|
155934
156166
|
imageAlt?: string | null | undefined;
|
|
155935
156167
|
numberOfColumns?: number | null | undefined;
|
|
156168
|
+
itemBackgroundColor?: {
|
|
156169
|
+
value: string;
|
|
156170
|
+
} | null | undefined;
|
|
155936
156171
|
designObjectId?: string | null | undefined;
|
|
155937
156172
|
designObjectIds?: string[] | null | undefined;
|
|
155938
156173
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -156174,6 +156409,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
156174
156409
|
} | null | undefined;
|
|
156175
156410
|
imageAlt?: string | null | undefined;
|
|
156176
156411
|
numberOfColumns?: number | null | undefined;
|
|
156412
|
+
itemBackgroundColor?: {
|
|
156413
|
+
value: string;
|
|
156414
|
+
} | null | undefined;
|
|
156177
156415
|
designObjectId?: string | null | undefined;
|
|
156178
156416
|
designObjectIds?: string[] | null | undefined;
|
|
156179
156417
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -156506,6 +156744,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
156506
156744
|
} | null | undefined;
|
|
156507
156745
|
imageAlt?: string | null | undefined;
|
|
156508
156746
|
numberOfColumns?: number | null | undefined;
|
|
156747
|
+
itemBackgroundColor?: {
|
|
156748
|
+
value: string;
|
|
156749
|
+
} | null | undefined;
|
|
156509
156750
|
designObjectId?: string | null | undefined;
|
|
156510
156751
|
designObjectIds?: string[] | null | undefined;
|
|
156511
156752
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -156747,6 +156988,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
156747
156988
|
} | null | undefined;
|
|
156748
156989
|
imageAlt?: string | null | undefined;
|
|
156749
156990
|
numberOfColumns?: number | null | undefined;
|
|
156991
|
+
itemBackgroundColor?: {
|
|
156992
|
+
value: string;
|
|
156993
|
+
} | null | undefined;
|
|
156750
156994
|
designObjectId?: string | null | undefined;
|
|
156751
156995
|
designObjectIds?: string[] | null | undefined;
|
|
156752
156996
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -157108,6 +157352,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
157108
157352
|
} | null | undefined;
|
|
157109
157353
|
imageAlt?: string | null | undefined;
|
|
157110
157354
|
numberOfColumns?: number | null | undefined;
|
|
157355
|
+
itemBackgroundColor?: {
|
|
157356
|
+
value: string;
|
|
157357
|
+
} | null | undefined;
|
|
157111
157358
|
designObjectId?: string | null | undefined;
|
|
157112
157359
|
designObjectIds?: string[] | null | undefined;
|
|
157113
157360
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -157349,6 +157596,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
157349
157596
|
} | null | undefined;
|
|
157350
157597
|
imageAlt?: string | null | undefined;
|
|
157351
157598
|
numberOfColumns?: number | null | undefined;
|
|
157599
|
+
itemBackgroundColor?: {
|
|
157600
|
+
value: string;
|
|
157601
|
+
} | null | undefined;
|
|
157352
157602
|
designObjectId?: string | null | undefined;
|
|
157353
157603
|
designObjectIds?: string[] | null | undefined;
|
|
157354
157604
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -158441,6 +158691,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
158441
158691
|
} | null | undefined;
|
|
158442
158692
|
imageAlt?: string | null | undefined;
|
|
158443
158693
|
numberOfColumns?: number | null | undefined;
|
|
158694
|
+
itemBackgroundColor?: {
|
|
158695
|
+
value: string;
|
|
158696
|
+
} | null | undefined;
|
|
158444
158697
|
designObjectId?: string | null | undefined;
|
|
158445
158698
|
designObjectIds?: string[] | null | undefined;
|
|
158446
158699
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -158682,6 +158935,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
158682
158935
|
} | null | undefined;
|
|
158683
158936
|
imageAlt?: string | null | undefined;
|
|
158684
158937
|
numberOfColumns?: number | null | undefined;
|
|
158938
|
+
itemBackgroundColor?: {
|
|
158939
|
+
value: string;
|
|
158940
|
+
} | null | undefined;
|
|
158685
158941
|
designObjectId?: string | null | undefined;
|
|
158686
158942
|
designObjectIds?: string[] | null | undefined;
|
|
158687
158943
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -158980,6 +159236,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
158980
159236
|
} | null | undefined;
|
|
158981
159237
|
imageAlt?: string | null | undefined;
|
|
158982
159238
|
numberOfColumns?: number | null | undefined;
|
|
159239
|
+
itemBackgroundColor?: {
|
|
159240
|
+
value: string;
|
|
159241
|
+
} | null | undefined;
|
|
158983
159242
|
designObjectId?: string | null | undefined;
|
|
158984
159243
|
designObjectIds?: string[] | null | undefined;
|
|
158985
159244
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -159221,6 +159480,9 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
159221
159480
|
} | null | undefined;
|
|
159222
159481
|
imageAlt?: string | null | undefined;
|
|
159223
159482
|
numberOfColumns?: number | null | undefined;
|
|
159483
|
+
itemBackgroundColor?: {
|
|
159484
|
+
value: string;
|
|
159485
|
+
} | null | undefined;
|
|
159224
159486
|
designObjectId?: string | null | undefined;
|
|
159225
159487
|
designObjectIds?: string[] | null | undefined;
|
|
159226
159488
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -160897,6 +161159,9 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
160897
161159
|
} | null | undefined;
|
|
160898
161160
|
imageAlt?: string | null | undefined;
|
|
160899
161161
|
numberOfColumns?: number | null | undefined;
|
|
161162
|
+
itemBackgroundColor?: {
|
|
161163
|
+
value: string;
|
|
161164
|
+
} | null | undefined;
|
|
160900
161165
|
designObjectId?: string | null | undefined;
|
|
160901
161166
|
designObjectIds?: string[] | null | undefined;
|
|
160902
161167
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -161138,6 +161403,9 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
161138
161403
|
} | null | undefined;
|
|
161139
161404
|
imageAlt?: string | null | undefined;
|
|
161140
161405
|
numberOfColumns?: number | null | undefined;
|
|
161406
|
+
itemBackgroundColor?: {
|
|
161407
|
+
value: string;
|
|
161408
|
+
} | null | undefined;
|
|
161141
161409
|
designObjectId?: string | null | undefined;
|
|
161142
161410
|
designObjectIds?: string[] | null | undefined;
|
|
161143
161411
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -161447,6 +161715,9 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
161447
161715
|
} | null | undefined;
|
|
161448
161716
|
imageAlt?: string | null | undefined;
|
|
161449
161717
|
numberOfColumns?: number | null | undefined;
|
|
161718
|
+
itemBackgroundColor?: {
|
|
161719
|
+
value: string;
|
|
161720
|
+
} | null | undefined;
|
|
161450
161721
|
designObjectId?: string | null | undefined;
|
|
161451
161722
|
designObjectIds?: string[] | null | undefined;
|
|
161452
161723
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -161688,6 +161959,9 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
161688
161959
|
} | null | undefined;
|
|
161689
161960
|
imageAlt?: string | null | undefined;
|
|
161690
161961
|
numberOfColumns?: number | null | undefined;
|
|
161962
|
+
itemBackgroundColor?: {
|
|
161963
|
+
value: string;
|
|
161964
|
+
} | null | undefined;
|
|
161691
161965
|
designObjectId?: string | null | undefined;
|
|
161692
161966
|
designObjectIds?: string[] | null | undefined;
|
|
161693
161967
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -162020,6 +162294,9 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
162020
162294
|
} | null | undefined;
|
|
162021
162295
|
imageAlt?: string | null | undefined;
|
|
162022
162296
|
numberOfColumns?: number | null | undefined;
|
|
162297
|
+
itemBackgroundColor?: {
|
|
162298
|
+
value: string;
|
|
162299
|
+
} | null | undefined;
|
|
162023
162300
|
designObjectId?: string | null | undefined;
|
|
162024
162301
|
designObjectIds?: string[] | null | undefined;
|
|
162025
162302
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -162261,6 +162538,9 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
162261
162538
|
} | null | undefined;
|
|
162262
162539
|
imageAlt?: string | null | undefined;
|
|
162263
162540
|
numberOfColumns?: number | null | undefined;
|
|
162541
|
+
itemBackgroundColor?: {
|
|
162542
|
+
value: string;
|
|
162543
|
+
} | null | undefined;
|
|
162264
162544
|
designObjectId?: string | null | undefined;
|
|
162265
162545
|
designObjectIds?: string[] | null | undefined;
|
|
162266
162546
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -162987,6 +163267,9 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
162987
163267
|
} | null | undefined;
|
|
162988
163268
|
imageAlt?: string | null | undefined;
|
|
162989
163269
|
numberOfColumns?: number | null | undefined;
|
|
163270
|
+
itemBackgroundColor?: {
|
|
163271
|
+
value: string;
|
|
163272
|
+
} | null | undefined;
|
|
162990
163273
|
designObjectId?: string | null | undefined;
|
|
162991
163274
|
designObjectIds?: string[] | null | undefined;
|
|
162992
163275
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -163228,6 +163511,9 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
163228
163511
|
} | null | undefined;
|
|
163229
163512
|
imageAlt?: string | null | undefined;
|
|
163230
163513
|
numberOfColumns?: number | null | undefined;
|
|
163514
|
+
itemBackgroundColor?: {
|
|
163515
|
+
value: string;
|
|
163516
|
+
} | null | undefined;
|
|
163231
163517
|
designObjectId?: string | null | undefined;
|
|
163232
163518
|
designObjectIds?: string[] | null | undefined;
|
|
163233
163519
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -163690,6 +163976,9 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
163690
163976
|
} | null | undefined;
|
|
163691
163977
|
imageAlt?: string | null | undefined;
|
|
163692
163978
|
numberOfColumns?: number | null | undefined;
|
|
163979
|
+
itemBackgroundColor?: {
|
|
163980
|
+
value: string;
|
|
163981
|
+
} | null | undefined;
|
|
163693
163982
|
designObjectId?: string | null | undefined;
|
|
163694
163983
|
designObjectIds?: string[] | null | undefined;
|
|
163695
163984
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -163931,6 +164220,9 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
163931
164220
|
} | null | undefined;
|
|
163932
164221
|
imageAlt?: string | null | undefined;
|
|
163933
164222
|
numberOfColumns?: number | null | undefined;
|
|
164223
|
+
itemBackgroundColor?: {
|
|
164224
|
+
value: string;
|
|
164225
|
+
} | null | undefined;
|
|
163934
164226
|
designObjectId?: string | null | undefined;
|
|
163935
164227
|
designObjectIds?: string[] | null | undefined;
|
|
163936
164228
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -164240,6 +164532,9 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
164240
164532
|
} | null | undefined;
|
|
164241
164533
|
imageAlt?: string | null | undefined;
|
|
164242
164534
|
numberOfColumns?: number | null | undefined;
|
|
164535
|
+
itemBackgroundColor?: {
|
|
164536
|
+
value: string;
|
|
164537
|
+
} | null | undefined;
|
|
164243
164538
|
designObjectId?: string | null | undefined;
|
|
164244
164539
|
designObjectIds?: string[] | null | undefined;
|
|
164245
164540
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -164481,6 +164776,9 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
164481
164776
|
} | null | undefined;
|
|
164482
164777
|
imageAlt?: string | null | undefined;
|
|
164483
164778
|
numberOfColumns?: number | null | undefined;
|
|
164779
|
+
itemBackgroundColor?: {
|
|
164780
|
+
value: string;
|
|
164781
|
+
} | null | undefined;
|
|
164484
164782
|
designObjectId?: string | null | undefined;
|
|
164485
164783
|
designObjectIds?: string[] | null | undefined;
|
|
164486
164784
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -164813,6 +165111,9 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
164813
165111
|
} | null | undefined;
|
|
164814
165112
|
imageAlt?: string | null | undefined;
|
|
164815
165113
|
numberOfColumns?: number | null | undefined;
|
|
165114
|
+
itemBackgroundColor?: {
|
|
165115
|
+
value: string;
|
|
165116
|
+
} | null | undefined;
|
|
164816
165117
|
designObjectId?: string | null | undefined;
|
|
164817
165118
|
designObjectIds?: string[] | null | undefined;
|
|
164818
165119
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -165054,6 +165355,9 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
165054
165355
|
} | null | undefined;
|
|
165055
165356
|
imageAlt?: string | null | undefined;
|
|
165056
165357
|
numberOfColumns?: number | null | undefined;
|
|
165358
|
+
itemBackgroundColor?: {
|
|
165359
|
+
value: string;
|
|
165360
|
+
} | null | undefined;
|
|
165057
165361
|
designObjectId?: string | null | undefined;
|
|
165058
165362
|
designObjectIds?: string[] | null | undefined;
|
|
165059
165363
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -167094,6 +167398,9 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
167094
167398
|
} | null | undefined;
|
|
167095
167399
|
imageAlt?: string | null | undefined;
|
|
167096
167400
|
numberOfColumns?: number | null | undefined;
|
|
167401
|
+
itemBackgroundColor?: {
|
|
167402
|
+
value: string;
|
|
167403
|
+
} | null | undefined;
|
|
167097
167404
|
designObjectId?: string | null | undefined;
|
|
167098
167405
|
designObjectIds?: string[] | null | undefined;
|
|
167099
167406
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -167335,6 +167642,9 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
167335
167642
|
} | null | undefined;
|
|
167336
167643
|
imageAlt?: string | null | undefined;
|
|
167337
167644
|
numberOfColumns?: number | null | undefined;
|
|
167645
|
+
itemBackgroundColor?: {
|
|
167646
|
+
value: string;
|
|
167647
|
+
} | null | undefined;
|
|
167338
167648
|
designObjectId?: string | null | undefined;
|
|
167339
167649
|
designObjectIds?: string[] | null | undefined;
|
|
167340
167650
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -167959,6 +168269,9 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
167959
168269
|
} | null | undefined;
|
|
167960
168270
|
imageAlt?: string | null | undefined;
|
|
167961
168271
|
numberOfColumns?: number | null | undefined;
|
|
168272
|
+
itemBackgroundColor?: {
|
|
168273
|
+
value: string;
|
|
168274
|
+
} | null | undefined;
|
|
167962
168275
|
designObjectId?: string | null | undefined;
|
|
167963
168276
|
designObjectIds?: string[] | null | undefined;
|
|
167964
168277
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -168200,6 +168513,9 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
168200
168513
|
} | null | undefined;
|
|
168201
168514
|
imageAlt?: string | null | undefined;
|
|
168202
168515
|
numberOfColumns?: number | null | undefined;
|
|
168516
|
+
itemBackgroundColor?: {
|
|
168517
|
+
value: string;
|
|
168518
|
+
} | null | undefined;
|
|
168203
168519
|
designObjectId?: string | null | undefined;
|
|
168204
168520
|
designObjectIds?: string[] | null | undefined;
|
|
168205
168521
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -168509,6 +168825,9 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
168509
168825
|
} | null | undefined;
|
|
168510
168826
|
imageAlt?: string | null | undefined;
|
|
168511
168827
|
numberOfColumns?: number | null | undefined;
|
|
168828
|
+
itemBackgroundColor?: {
|
|
168829
|
+
value: string;
|
|
168830
|
+
} | null | undefined;
|
|
168512
168831
|
designObjectId?: string | null | undefined;
|
|
168513
168832
|
designObjectIds?: string[] | null | undefined;
|
|
168514
168833
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -168750,6 +169069,9 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
168750
169069
|
} | null | undefined;
|
|
168751
169070
|
imageAlt?: string | null | undefined;
|
|
168752
169071
|
numberOfColumns?: number | null | undefined;
|
|
169072
|
+
itemBackgroundColor?: {
|
|
169073
|
+
value: string;
|
|
169074
|
+
} | null | undefined;
|
|
168753
169075
|
designObjectId?: string | null | undefined;
|
|
168754
169076
|
designObjectIds?: string[] | null | undefined;
|
|
168755
169077
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -169082,6 +169404,9 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
169082
169404
|
} | null | undefined;
|
|
169083
169405
|
imageAlt?: string | null | undefined;
|
|
169084
169406
|
numberOfColumns?: number | null | undefined;
|
|
169407
|
+
itemBackgroundColor?: {
|
|
169408
|
+
value: string;
|
|
169409
|
+
} | null | undefined;
|
|
169085
169410
|
designObjectId?: string | null | undefined;
|
|
169086
169411
|
designObjectIds?: string[] | null | undefined;
|
|
169087
169412
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -169323,6 +169648,9 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
169323
169648
|
} | null | undefined;
|
|
169324
169649
|
imageAlt?: string | null | undefined;
|
|
169325
169650
|
numberOfColumns?: number | null | undefined;
|
|
169651
|
+
itemBackgroundColor?: {
|
|
169652
|
+
value: string;
|
|
169653
|
+
} | null | undefined;
|
|
169326
169654
|
designObjectId?: string | null | undefined;
|
|
169327
169655
|
designObjectIds?: string[] | null | undefined;
|
|
169328
169656
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -171043,6 +171371,9 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
171043
171371
|
} | null | undefined;
|
|
171044
171372
|
imageAlt?: string | null | undefined;
|
|
171045
171373
|
numberOfColumns?: number | null | undefined;
|
|
171374
|
+
itemBackgroundColor?: {
|
|
171375
|
+
value: string;
|
|
171376
|
+
} | null | undefined;
|
|
171046
171377
|
designObjectId?: string | null | undefined;
|
|
171047
171378
|
designObjectIds?: string[] | null | undefined;
|
|
171048
171379
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -171284,6 +171615,9 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
171284
171615
|
} | null | undefined;
|
|
171285
171616
|
imageAlt?: string | null | undefined;
|
|
171286
171617
|
numberOfColumns?: number | null | undefined;
|
|
171618
|
+
itemBackgroundColor?: {
|
|
171619
|
+
value: string;
|
|
171620
|
+
} | null | undefined;
|
|
171287
171621
|
designObjectId?: string | null | undefined;
|
|
171288
171622
|
designObjectIds?: string[] | null | undefined;
|
|
171289
171623
|
showNestedGroups?: boolean | null | undefined;
|
|
@@ -173582,4 +173916,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
173582
173916
|
token: PersonalAccessToken;
|
|
173583
173917
|
};
|
|
173584
173918
|
|
|
173585
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|
|
173919
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|