@supernova-studio/model 0.33.0 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +187 -187
- package/dist/index.d.ts +187 -187
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/documentation/block-definitions/item.ts +0 -1
- package/src/dsm/elements/data/documentation-block-v2.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6105,7 +6105,7 @@ declare const DocumentationLinkPreview: z.ZodObject<{
|
|
|
6105
6105
|
url: string;
|
|
6106
6106
|
resourceId: string;
|
|
6107
6107
|
}>>;
|
|
6108
|
-
|
|
6108
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
6109
6109
|
sourceId: z.ZodString;
|
|
6110
6110
|
frameReferenceId: z.ZodString;
|
|
6111
6111
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6121,7 +6121,7 @@ declare const DocumentationLinkPreview: z.ZodObject<{
|
|
|
6121
6121
|
url: string;
|
|
6122
6122
|
resourceId: string;
|
|
6123
6123
|
} | undefined;
|
|
6124
|
-
|
|
6124
|
+
figmaNode?: {
|
|
6125
6125
|
sourceId: string;
|
|
6126
6126
|
frameReferenceId: string;
|
|
6127
6127
|
} | undefined;
|
|
@@ -6131,7 +6131,7 @@ declare const DocumentationLinkPreview: z.ZodObject<{
|
|
|
6131
6131
|
url: string;
|
|
6132
6132
|
resourceId: string;
|
|
6133
6133
|
} | undefined;
|
|
6134
|
-
|
|
6134
|
+
figmaNode?: {
|
|
6135
6135
|
sourceId: string;
|
|
6136
6136
|
frameReferenceId: string;
|
|
6137
6137
|
} | undefined;
|
|
@@ -6145,7 +6145,7 @@ declare const DocumentationLinkPreview: z.ZodObject<{
|
|
|
6145
6145
|
url: string;
|
|
6146
6146
|
resourceId: string;
|
|
6147
6147
|
} | undefined;
|
|
6148
|
-
|
|
6148
|
+
figmaNode?: {
|
|
6149
6149
|
sourceId: string;
|
|
6150
6150
|
frameReferenceId: string;
|
|
6151
6151
|
} | undefined;
|
|
@@ -6159,7 +6159,7 @@ declare const DocumentationLinkPreview: z.ZodObject<{
|
|
|
6159
6159
|
url: string;
|
|
6160
6160
|
resourceId: string;
|
|
6161
6161
|
} | undefined;
|
|
6162
|
-
|
|
6162
|
+
figmaNode?: {
|
|
6163
6163
|
sourceId: string;
|
|
6164
6164
|
frameReferenceId: string;
|
|
6165
6165
|
} | undefined;
|
|
@@ -11906,7 +11906,7 @@ declare const PageBlockImageReference: z.ZodObject<{
|
|
|
11906
11906
|
url: string;
|
|
11907
11907
|
resourceId: string;
|
|
11908
11908
|
}>>;
|
|
11909
|
-
|
|
11909
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
11910
11910
|
sourceId: z.ZodString;
|
|
11911
11911
|
frameReferenceId: z.ZodString;
|
|
11912
11912
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11922,7 +11922,7 @@ declare const PageBlockImageReference: z.ZodObject<{
|
|
|
11922
11922
|
url: string;
|
|
11923
11923
|
resourceId: string;
|
|
11924
11924
|
} | undefined;
|
|
11925
|
-
|
|
11925
|
+
figmaNode?: {
|
|
11926
11926
|
sourceId: string;
|
|
11927
11927
|
frameReferenceId: string;
|
|
11928
11928
|
} | undefined;
|
|
@@ -11932,7 +11932,7 @@ declare const PageBlockImageReference: z.ZodObject<{
|
|
|
11932
11932
|
url: string;
|
|
11933
11933
|
resourceId: string;
|
|
11934
11934
|
} | undefined;
|
|
11935
|
-
|
|
11935
|
+
figmaNode?: {
|
|
11936
11936
|
sourceId: string;
|
|
11937
11937
|
frameReferenceId: string;
|
|
11938
11938
|
} | undefined;
|
|
@@ -12606,7 +12606,7 @@ declare const PageBlockItemImageValue: z.ZodObject<{
|
|
|
12606
12606
|
url: string;
|
|
12607
12607
|
resourceId: string;
|
|
12608
12608
|
}>>;
|
|
12609
|
-
|
|
12609
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
12610
12610
|
sourceId: z.ZodString;
|
|
12611
12611
|
frameReferenceId: z.ZodString;
|
|
12612
12612
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12622,7 +12622,7 @@ declare const PageBlockItemImageValue: z.ZodObject<{
|
|
|
12622
12622
|
url: string;
|
|
12623
12623
|
resourceId: string;
|
|
12624
12624
|
} | undefined;
|
|
12625
|
-
|
|
12625
|
+
figmaNode?: {
|
|
12626
12626
|
sourceId: string;
|
|
12627
12627
|
frameReferenceId: string;
|
|
12628
12628
|
} | undefined;
|
|
@@ -12632,7 +12632,7 @@ declare const PageBlockItemImageValue: z.ZodObject<{
|
|
|
12632
12632
|
url: string;
|
|
12633
12633
|
resourceId: string;
|
|
12634
12634
|
} | undefined;
|
|
12635
|
-
|
|
12635
|
+
figmaNode?: {
|
|
12636
12636
|
sourceId: string;
|
|
12637
12637
|
frameReferenceId: string;
|
|
12638
12638
|
} | undefined;
|
|
@@ -12647,7 +12647,7 @@ declare const PageBlockItemImageValue: z.ZodObject<{
|
|
|
12647
12647
|
url: string;
|
|
12648
12648
|
resourceId: string;
|
|
12649
12649
|
} | undefined;
|
|
12650
|
-
|
|
12650
|
+
figmaNode?: {
|
|
12651
12651
|
sourceId: string;
|
|
12652
12652
|
frameReferenceId: string;
|
|
12653
12653
|
} | undefined;
|
|
@@ -12662,7 +12662,7 @@ declare const PageBlockItemImageValue: z.ZodObject<{
|
|
|
12662
12662
|
url: string;
|
|
12663
12663
|
resourceId: string;
|
|
12664
12664
|
} | undefined;
|
|
12665
|
-
|
|
12665
|
+
figmaNode?: {
|
|
12666
12666
|
sourceId: string;
|
|
12667
12667
|
frameReferenceId: string;
|
|
12668
12668
|
} | undefined;
|
|
@@ -13171,7 +13171,7 @@ declare const PageBlockItemTableImageNode: z.ZodObject<{
|
|
|
13171
13171
|
url: string;
|
|
13172
13172
|
resourceId: string;
|
|
13173
13173
|
}>>;
|
|
13174
|
-
|
|
13174
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
13175
13175
|
sourceId: z.ZodString;
|
|
13176
13176
|
frameReferenceId: z.ZodString;
|
|
13177
13177
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13187,7 +13187,7 @@ declare const PageBlockItemTableImageNode: z.ZodObject<{
|
|
|
13187
13187
|
url: string;
|
|
13188
13188
|
resourceId: string;
|
|
13189
13189
|
} | undefined;
|
|
13190
|
-
|
|
13190
|
+
figmaNode?: {
|
|
13191
13191
|
sourceId: string;
|
|
13192
13192
|
frameReferenceId: string;
|
|
13193
13193
|
} | undefined;
|
|
@@ -13197,7 +13197,7 @@ declare const PageBlockItemTableImageNode: z.ZodObject<{
|
|
|
13197
13197
|
url: string;
|
|
13198
13198
|
resourceId: string;
|
|
13199
13199
|
} | undefined;
|
|
13200
|
-
|
|
13200
|
+
figmaNode?: {
|
|
13201
13201
|
sourceId: string;
|
|
13202
13202
|
frameReferenceId: string;
|
|
13203
13203
|
} | undefined;
|
|
@@ -13212,7 +13212,7 @@ declare const PageBlockItemTableImageNode: z.ZodObject<{
|
|
|
13212
13212
|
url: string;
|
|
13213
13213
|
resourceId: string;
|
|
13214
13214
|
} | undefined;
|
|
13215
|
-
|
|
13215
|
+
figmaNode?: {
|
|
13216
13216
|
sourceId: string;
|
|
13217
13217
|
frameReferenceId: string;
|
|
13218
13218
|
} | undefined;
|
|
@@ -13227,7 +13227,7 @@ declare const PageBlockItemTableImageNode: z.ZodObject<{
|
|
|
13227
13227
|
url: string;
|
|
13228
13228
|
resourceId: string;
|
|
13229
13229
|
} | undefined;
|
|
13230
|
-
|
|
13230
|
+
figmaNode?: {
|
|
13231
13231
|
sourceId: string;
|
|
13232
13232
|
frameReferenceId: string;
|
|
13233
13233
|
} | undefined;
|
|
@@ -13338,7 +13338,7 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
13338
13338
|
url: string;
|
|
13339
13339
|
resourceId: string;
|
|
13340
13340
|
}>>;
|
|
13341
|
-
|
|
13341
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
13342
13342
|
sourceId: z.ZodString;
|
|
13343
13343
|
frameReferenceId: z.ZodString;
|
|
13344
13344
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13354,7 +13354,7 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
13354
13354
|
url: string;
|
|
13355
13355
|
resourceId: string;
|
|
13356
13356
|
} | undefined;
|
|
13357
|
-
|
|
13357
|
+
figmaNode?: {
|
|
13358
13358
|
sourceId: string;
|
|
13359
13359
|
frameReferenceId: string;
|
|
13360
13360
|
} | undefined;
|
|
@@ -13364,7 +13364,7 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
13364
13364
|
url: string;
|
|
13365
13365
|
resourceId: string;
|
|
13366
13366
|
} | undefined;
|
|
13367
|
-
|
|
13367
|
+
figmaNode?: {
|
|
13368
13368
|
sourceId: string;
|
|
13369
13369
|
frameReferenceId: string;
|
|
13370
13370
|
} | undefined;
|
|
@@ -13379,7 +13379,7 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
13379
13379
|
url: string;
|
|
13380
13380
|
resourceId: string;
|
|
13381
13381
|
} | undefined;
|
|
13382
|
-
|
|
13382
|
+
figmaNode?: {
|
|
13383
13383
|
sourceId: string;
|
|
13384
13384
|
frameReferenceId: string;
|
|
13385
13385
|
} | undefined;
|
|
@@ -13394,7 +13394,7 @@ declare const PageBlockItemTableNode: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
13394
13394
|
url: string;
|
|
13395
13395
|
resourceId: string;
|
|
13396
13396
|
} | undefined;
|
|
13397
|
-
|
|
13397
|
+
figmaNode?: {
|
|
13398
13398
|
sourceId: string;
|
|
13399
13399
|
frameReferenceId: string;
|
|
13400
13400
|
} | undefined;
|
|
@@ -13507,7 +13507,7 @@ declare const PageBlockItemTableCell: z.ZodObject<{
|
|
|
13507
13507
|
url: string;
|
|
13508
13508
|
resourceId: string;
|
|
13509
13509
|
}>>;
|
|
13510
|
-
|
|
13510
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
13511
13511
|
sourceId: z.ZodString;
|
|
13512
13512
|
frameReferenceId: z.ZodString;
|
|
13513
13513
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13523,7 +13523,7 @@ declare const PageBlockItemTableCell: z.ZodObject<{
|
|
|
13523
13523
|
url: string;
|
|
13524
13524
|
resourceId: string;
|
|
13525
13525
|
} | undefined;
|
|
13526
|
-
|
|
13526
|
+
figmaNode?: {
|
|
13527
13527
|
sourceId: string;
|
|
13528
13528
|
frameReferenceId: string;
|
|
13529
13529
|
} | undefined;
|
|
@@ -13533,7 +13533,7 @@ declare const PageBlockItemTableCell: z.ZodObject<{
|
|
|
13533
13533
|
url: string;
|
|
13534
13534
|
resourceId: string;
|
|
13535
13535
|
} | undefined;
|
|
13536
|
-
|
|
13536
|
+
figmaNode?: {
|
|
13537
13537
|
sourceId: string;
|
|
13538
13538
|
frameReferenceId: string;
|
|
13539
13539
|
} | undefined;
|
|
@@ -13548,7 +13548,7 @@ declare const PageBlockItemTableCell: z.ZodObject<{
|
|
|
13548
13548
|
url: string;
|
|
13549
13549
|
resourceId: string;
|
|
13550
13550
|
} | undefined;
|
|
13551
|
-
|
|
13551
|
+
figmaNode?: {
|
|
13552
13552
|
sourceId: string;
|
|
13553
13553
|
frameReferenceId: string;
|
|
13554
13554
|
} | undefined;
|
|
@@ -13563,7 +13563,7 @@ declare const PageBlockItemTableCell: z.ZodObject<{
|
|
|
13563
13563
|
url: string;
|
|
13564
13564
|
resourceId: string;
|
|
13565
13565
|
} | undefined;
|
|
13566
|
-
|
|
13566
|
+
figmaNode?: {
|
|
13567
13567
|
sourceId: string;
|
|
13568
13568
|
frameReferenceId: string;
|
|
13569
13569
|
} | undefined;
|
|
@@ -13598,7 +13598,7 @@ declare const PageBlockItemTableCell: z.ZodObject<{
|
|
|
13598
13598
|
url: string;
|
|
13599
13599
|
resourceId: string;
|
|
13600
13600
|
} | undefined;
|
|
13601
|
-
|
|
13601
|
+
figmaNode?: {
|
|
13602
13602
|
sourceId: string;
|
|
13603
13603
|
frameReferenceId: string;
|
|
13604
13604
|
} | undefined;
|
|
@@ -13632,7 +13632,7 @@ declare const PageBlockItemTableCell: z.ZodObject<{
|
|
|
13632
13632
|
url: string;
|
|
13633
13633
|
resourceId: string;
|
|
13634
13634
|
} | undefined;
|
|
13635
|
-
|
|
13635
|
+
figmaNode?: {
|
|
13636
13636
|
sourceId: string;
|
|
13637
13637
|
frameReferenceId: string;
|
|
13638
13638
|
} | undefined;
|
|
@@ -13748,7 +13748,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13748
13748
|
url: string;
|
|
13749
13749
|
resourceId: string;
|
|
13750
13750
|
}>>;
|
|
13751
|
-
|
|
13751
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
13752
13752
|
sourceId: z.ZodString;
|
|
13753
13753
|
frameReferenceId: z.ZodString;
|
|
13754
13754
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13764,7 +13764,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13764
13764
|
url: string;
|
|
13765
13765
|
resourceId: string;
|
|
13766
13766
|
} | undefined;
|
|
13767
|
-
|
|
13767
|
+
figmaNode?: {
|
|
13768
13768
|
sourceId: string;
|
|
13769
13769
|
frameReferenceId: string;
|
|
13770
13770
|
} | undefined;
|
|
@@ -13774,7 +13774,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13774
13774
|
url: string;
|
|
13775
13775
|
resourceId: string;
|
|
13776
13776
|
} | undefined;
|
|
13777
|
-
|
|
13777
|
+
figmaNode?: {
|
|
13778
13778
|
sourceId: string;
|
|
13779
13779
|
frameReferenceId: string;
|
|
13780
13780
|
} | undefined;
|
|
@@ -13789,7 +13789,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13789
13789
|
url: string;
|
|
13790
13790
|
resourceId: string;
|
|
13791
13791
|
} | undefined;
|
|
13792
|
-
|
|
13792
|
+
figmaNode?: {
|
|
13793
13793
|
sourceId: string;
|
|
13794
13794
|
frameReferenceId: string;
|
|
13795
13795
|
} | undefined;
|
|
@@ -13804,7 +13804,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13804
13804
|
url: string;
|
|
13805
13805
|
resourceId: string;
|
|
13806
13806
|
} | undefined;
|
|
13807
|
-
|
|
13807
|
+
figmaNode?: {
|
|
13808
13808
|
sourceId: string;
|
|
13809
13809
|
frameReferenceId: string;
|
|
13810
13810
|
} | undefined;
|
|
@@ -13839,7 +13839,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13839
13839
|
url: string;
|
|
13840
13840
|
resourceId: string;
|
|
13841
13841
|
} | undefined;
|
|
13842
|
-
|
|
13842
|
+
figmaNode?: {
|
|
13843
13843
|
sourceId: string;
|
|
13844
13844
|
frameReferenceId: string;
|
|
13845
13845
|
} | undefined;
|
|
@@ -13873,7 +13873,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13873
13873
|
url: string;
|
|
13874
13874
|
resourceId: string;
|
|
13875
13875
|
} | undefined;
|
|
13876
|
-
|
|
13876
|
+
figmaNode?: {
|
|
13877
13877
|
sourceId: string;
|
|
13878
13878
|
frameReferenceId: string;
|
|
13879
13879
|
} | undefined;
|
|
@@ -13909,7 +13909,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13909
13909
|
url: string;
|
|
13910
13910
|
resourceId: string;
|
|
13911
13911
|
} | undefined;
|
|
13912
|
-
|
|
13912
|
+
figmaNode?: {
|
|
13913
13913
|
sourceId: string;
|
|
13914
13914
|
frameReferenceId: string;
|
|
13915
13915
|
} | undefined;
|
|
@@ -13945,7 +13945,7 @@ declare const PageBlockItemTableRow: z.ZodObject<{
|
|
|
13945
13945
|
url: string;
|
|
13946
13946
|
resourceId: string;
|
|
13947
13947
|
} | undefined;
|
|
13948
|
-
|
|
13948
|
+
figmaNode?: {
|
|
13949
13949
|
sourceId: string;
|
|
13950
13950
|
frameReferenceId: string;
|
|
13951
13951
|
} | undefined;
|
|
@@ -14066,7 +14066,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14066
14066
|
url: string;
|
|
14067
14067
|
resourceId: string;
|
|
14068
14068
|
}>>;
|
|
14069
|
-
|
|
14069
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
14070
14070
|
sourceId: z.ZodString;
|
|
14071
14071
|
frameReferenceId: z.ZodString;
|
|
14072
14072
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14082,7 +14082,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14082
14082
|
url: string;
|
|
14083
14083
|
resourceId: string;
|
|
14084
14084
|
} | undefined;
|
|
14085
|
-
|
|
14085
|
+
figmaNode?: {
|
|
14086
14086
|
sourceId: string;
|
|
14087
14087
|
frameReferenceId: string;
|
|
14088
14088
|
} | undefined;
|
|
@@ -14092,7 +14092,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14092
14092
|
url: string;
|
|
14093
14093
|
resourceId: string;
|
|
14094
14094
|
} | undefined;
|
|
14095
|
-
|
|
14095
|
+
figmaNode?: {
|
|
14096
14096
|
sourceId: string;
|
|
14097
14097
|
frameReferenceId: string;
|
|
14098
14098
|
} | undefined;
|
|
@@ -14107,7 +14107,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14107
14107
|
url: string;
|
|
14108
14108
|
resourceId: string;
|
|
14109
14109
|
} | undefined;
|
|
14110
|
-
|
|
14110
|
+
figmaNode?: {
|
|
14111
14111
|
sourceId: string;
|
|
14112
14112
|
frameReferenceId: string;
|
|
14113
14113
|
} | undefined;
|
|
@@ -14122,7 +14122,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14122
14122
|
url: string;
|
|
14123
14123
|
resourceId: string;
|
|
14124
14124
|
} | undefined;
|
|
14125
|
-
|
|
14125
|
+
figmaNode?: {
|
|
14126
14126
|
sourceId: string;
|
|
14127
14127
|
frameReferenceId: string;
|
|
14128
14128
|
} | undefined;
|
|
@@ -14157,7 +14157,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14157
14157
|
url: string;
|
|
14158
14158
|
resourceId: string;
|
|
14159
14159
|
} | undefined;
|
|
14160
|
-
|
|
14160
|
+
figmaNode?: {
|
|
14161
14161
|
sourceId: string;
|
|
14162
14162
|
frameReferenceId: string;
|
|
14163
14163
|
} | undefined;
|
|
@@ -14191,7 +14191,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14191
14191
|
url: string;
|
|
14192
14192
|
resourceId: string;
|
|
14193
14193
|
} | undefined;
|
|
14194
|
-
|
|
14194
|
+
figmaNode?: {
|
|
14195
14195
|
sourceId: string;
|
|
14196
14196
|
frameReferenceId: string;
|
|
14197
14197
|
} | undefined;
|
|
@@ -14227,7 +14227,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14227
14227
|
url: string;
|
|
14228
14228
|
resourceId: string;
|
|
14229
14229
|
} | undefined;
|
|
14230
|
-
|
|
14230
|
+
figmaNode?: {
|
|
14231
14231
|
sourceId: string;
|
|
14232
14232
|
frameReferenceId: string;
|
|
14233
14233
|
} | undefined;
|
|
@@ -14263,7 +14263,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14263
14263
|
url: string;
|
|
14264
14264
|
resourceId: string;
|
|
14265
14265
|
} | undefined;
|
|
14266
|
-
|
|
14266
|
+
figmaNode?: {
|
|
14267
14267
|
sourceId: string;
|
|
14268
14268
|
frameReferenceId: string;
|
|
14269
14269
|
} | undefined;
|
|
@@ -14301,7 +14301,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14301
14301
|
url: string;
|
|
14302
14302
|
resourceId: string;
|
|
14303
14303
|
} | undefined;
|
|
14304
|
-
|
|
14304
|
+
figmaNode?: {
|
|
14305
14305
|
sourceId: string;
|
|
14306
14306
|
frameReferenceId: string;
|
|
14307
14307
|
} | undefined;
|
|
@@ -14342,7 +14342,7 @@ declare const PageBlockItemTableValue: z.ZodObject<{
|
|
|
14342
14342
|
url: string;
|
|
14343
14343
|
resourceId: string;
|
|
14344
14344
|
} | undefined;
|
|
14345
|
-
|
|
14345
|
+
figmaNode?: {
|
|
14346
14346
|
sourceId: string;
|
|
14347
14347
|
frameReferenceId: string;
|
|
14348
14348
|
} | undefined;
|
|
@@ -15527,7 +15527,7 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15527
15527
|
url: string;
|
|
15528
15528
|
resourceId: string;
|
|
15529
15529
|
} | undefined;
|
|
15530
|
-
|
|
15530
|
+
figmaNode?: {
|
|
15531
15531
|
sourceId: string;
|
|
15532
15532
|
frameReferenceId: string;
|
|
15533
15533
|
} | undefined;
|
|
@@ -15556,7 +15556,7 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15556
15556
|
url: string;
|
|
15557
15557
|
resourceId: string;
|
|
15558
15558
|
} | undefined;
|
|
15559
|
-
|
|
15559
|
+
figmaNode?: {
|
|
15560
15560
|
sourceId: string;
|
|
15561
15561
|
frameReferenceId: string;
|
|
15562
15562
|
} | undefined;
|
|
@@ -15585,7 +15585,7 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15585
15585
|
url: string;
|
|
15586
15586
|
resourceId: string;
|
|
15587
15587
|
} | undefined;
|
|
15588
|
-
|
|
15588
|
+
figmaNode?: {
|
|
15589
15589
|
sourceId: string;
|
|
15590
15590
|
frameReferenceId: string;
|
|
15591
15591
|
} | undefined;
|
|
@@ -15614,7 +15614,7 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15614
15614
|
url: string;
|
|
15615
15615
|
resourceId: string;
|
|
15616
15616
|
} | undefined;
|
|
15617
|
-
|
|
15617
|
+
figmaNode?: {
|
|
15618
15618
|
sourceId: string;
|
|
15619
15619
|
frameReferenceId: string;
|
|
15620
15620
|
} | undefined;
|
|
@@ -15645,7 +15645,7 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15645
15645
|
url: string;
|
|
15646
15646
|
resourceId: string;
|
|
15647
15647
|
} | undefined;
|
|
15648
|
-
|
|
15648
|
+
figmaNode?: {
|
|
15649
15649
|
sourceId: string;
|
|
15650
15650
|
frameReferenceId: string;
|
|
15651
15651
|
} | undefined;
|
|
@@ -15676,7 +15676,7 @@ declare const DocumentationPageDataV2: z.ZodObject<{
|
|
|
15676
15676
|
url: string;
|
|
15677
15677
|
resourceId: string;
|
|
15678
15678
|
} | undefined;
|
|
15679
|
-
|
|
15679
|
+
figmaNode?: {
|
|
15680
15680
|
sourceId: string;
|
|
15681
15681
|
frameReferenceId: string;
|
|
15682
15682
|
} | undefined;
|
|
@@ -17535,7 +17535,7 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17535
17535
|
url: string;
|
|
17536
17536
|
resourceId: string;
|
|
17537
17537
|
}>>;
|
|
17538
|
-
|
|
17538
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
17539
17539
|
sourceId: z.ZodString;
|
|
17540
17540
|
frameReferenceId: z.ZodString;
|
|
17541
17541
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -17551,7 +17551,7 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17551
17551
|
url: string;
|
|
17552
17552
|
resourceId: string;
|
|
17553
17553
|
} | undefined;
|
|
17554
|
-
|
|
17554
|
+
figmaNode?: {
|
|
17555
17555
|
sourceId: string;
|
|
17556
17556
|
frameReferenceId: string;
|
|
17557
17557
|
} | undefined;
|
|
@@ -17561,7 +17561,7 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17561
17561
|
url: string;
|
|
17562
17562
|
resourceId: string;
|
|
17563
17563
|
} | undefined;
|
|
17564
|
-
|
|
17564
|
+
figmaNode?: {
|
|
17565
17565
|
sourceId: string;
|
|
17566
17566
|
frameReferenceId: string;
|
|
17567
17567
|
} | undefined;
|
|
@@ -17590,7 +17590,7 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17590
17590
|
url: string;
|
|
17591
17591
|
resourceId: string;
|
|
17592
17592
|
} | undefined;
|
|
17593
|
-
|
|
17593
|
+
figmaNode?: {
|
|
17594
17594
|
sourceId: string;
|
|
17595
17595
|
frameReferenceId: string;
|
|
17596
17596
|
} | undefined;
|
|
@@ -17616,7 +17616,7 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17616
17616
|
url: string;
|
|
17617
17617
|
resourceId: string;
|
|
17618
17618
|
} | undefined;
|
|
17619
|
-
|
|
17619
|
+
figmaNode?: {
|
|
17620
17620
|
sourceId: string;
|
|
17621
17621
|
frameReferenceId: string;
|
|
17622
17622
|
} | undefined;
|
|
@@ -17645,7 +17645,7 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17645
17645
|
url: string;
|
|
17646
17646
|
resourceId: string;
|
|
17647
17647
|
} | undefined;
|
|
17648
|
-
|
|
17648
|
+
figmaNode?: {
|
|
17649
17649
|
sourceId: string;
|
|
17650
17650
|
frameReferenceId: string;
|
|
17651
17651
|
} | undefined;
|
|
@@ -17674,7 +17674,7 @@ declare const DocumentationItemConfigurationV2: z.ZodObject<{
|
|
|
17674
17674
|
url: string;
|
|
17675
17675
|
resourceId: string;
|
|
17676
17676
|
} | undefined;
|
|
17677
|
-
|
|
17677
|
+
figmaNode?: {
|
|
17678
17678
|
sourceId: string;
|
|
17679
17679
|
frameReferenceId: string;
|
|
17680
17680
|
} | undefined;
|
|
@@ -19043,7 +19043,7 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19043
19043
|
url: string;
|
|
19044
19044
|
resourceId: string;
|
|
19045
19045
|
} | undefined;
|
|
19046
|
-
|
|
19046
|
+
figmaNode?: {
|
|
19047
19047
|
sourceId: string;
|
|
19048
19048
|
frameReferenceId: string;
|
|
19049
19049
|
} | undefined;
|
|
@@ -19072,7 +19072,7 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19072
19072
|
url: string;
|
|
19073
19073
|
resourceId: string;
|
|
19074
19074
|
} | undefined;
|
|
19075
|
-
|
|
19075
|
+
figmaNode?: {
|
|
19076
19076
|
sourceId: string;
|
|
19077
19077
|
frameReferenceId: string;
|
|
19078
19078
|
} | undefined;
|
|
@@ -19101,7 +19101,7 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19101
19101
|
url: string;
|
|
19102
19102
|
resourceId: string;
|
|
19103
19103
|
} | undefined;
|
|
19104
|
-
|
|
19104
|
+
figmaNode?: {
|
|
19105
19105
|
sourceId: string;
|
|
19106
19106
|
frameReferenceId: string;
|
|
19107
19107
|
} | undefined;
|
|
@@ -19130,7 +19130,7 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19130
19130
|
url: string;
|
|
19131
19131
|
resourceId: string;
|
|
19132
19132
|
} | undefined;
|
|
19133
|
-
|
|
19133
|
+
figmaNode?: {
|
|
19134
19134
|
sourceId: string;
|
|
19135
19135
|
frameReferenceId: string;
|
|
19136
19136
|
} | undefined;
|
|
@@ -19162,7 +19162,7 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19162
19162
|
url: string;
|
|
19163
19163
|
resourceId: string;
|
|
19164
19164
|
} | undefined;
|
|
19165
|
-
|
|
19165
|
+
figmaNode?: {
|
|
19166
19166
|
sourceId: string;
|
|
19167
19167
|
frameReferenceId: string;
|
|
19168
19168
|
} | undefined;
|
|
@@ -19194,7 +19194,7 @@ declare const ElementGroupDataV2: z.ZodObject<{
|
|
|
19194
19194
|
url: string;
|
|
19195
19195
|
resourceId: string;
|
|
19196
19196
|
} | undefined;
|
|
19197
|
-
|
|
19197
|
+
figmaNode?: {
|
|
19198
19198
|
sourceId: string;
|
|
19199
19199
|
frameReferenceId: string;
|
|
19200
19200
|
} | undefined;
|
|
@@ -19697,7 +19697,7 @@ declare const DocumentationItemHeaderV2: z.ZodObject<{
|
|
|
19697
19697
|
url: string;
|
|
19698
19698
|
resourceId: string;
|
|
19699
19699
|
}>>;
|
|
19700
|
-
|
|
19700
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
19701
19701
|
sourceId: z.ZodString;
|
|
19702
19702
|
frameReferenceId: z.ZodString;
|
|
19703
19703
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19713,7 +19713,7 @@ declare const DocumentationItemHeaderV2: z.ZodObject<{
|
|
|
19713
19713
|
url: string;
|
|
19714
19714
|
resourceId: string;
|
|
19715
19715
|
} | undefined;
|
|
19716
|
-
|
|
19716
|
+
figmaNode?: {
|
|
19717
19717
|
sourceId: string;
|
|
19718
19718
|
frameReferenceId: string;
|
|
19719
19719
|
} | undefined;
|
|
@@ -19723,7 +19723,7 @@ declare const DocumentationItemHeaderV2: z.ZodObject<{
|
|
|
19723
19723
|
url: string;
|
|
19724
19724
|
resourceId: string;
|
|
19725
19725
|
} | undefined;
|
|
19726
|
-
|
|
19726
|
+
figmaNode?: {
|
|
19727
19727
|
sourceId: string;
|
|
19728
19728
|
frameReferenceId: string;
|
|
19729
19729
|
} | undefined;
|
|
@@ -19752,7 +19752,7 @@ declare const DocumentationItemHeaderV2: z.ZodObject<{
|
|
|
19752
19752
|
url: string;
|
|
19753
19753
|
resourceId: string;
|
|
19754
19754
|
} | undefined;
|
|
19755
|
-
|
|
19755
|
+
figmaNode?: {
|
|
19756
19756
|
sourceId: string;
|
|
19757
19757
|
frameReferenceId: string;
|
|
19758
19758
|
} | undefined;
|
|
@@ -19778,7 +19778,7 @@ declare const DocumentationItemHeaderV2: z.ZodObject<{
|
|
|
19778
19778
|
url: string;
|
|
19779
19779
|
resourceId: string;
|
|
19780
19780
|
} | undefined;
|
|
19781
|
-
|
|
19781
|
+
figmaNode?: {
|
|
19782
19782
|
sourceId: string;
|
|
19783
19783
|
frameReferenceId: string;
|
|
19784
19784
|
} | undefined;
|
|
@@ -23395,7 +23395,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23395
23395
|
url: string;
|
|
23396
23396
|
resourceId: string;
|
|
23397
23397
|
} | undefined;
|
|
23398
|
-
|
|
23398
|
+
figmaNode?: {
|
|
23399
23399
|
sourceId: string;
|
|
23400
23400
|
frameReferenceId: string;
|
|
23401
23401
|
} | undefined;
|
|
@@ -23424,7 +23424,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23424
23424
|
url: string;
|
|
23425
23425
|
resourceId: string;
|
|
23426
23426
|
} | undefined;
|
|
23427
|
-
|
|
23427
|
+
figmaNode?: {
|
|
23428
23428
|
sourceId: string;
|
|
23429
23429
|
frameReferenceId: string;
|
|
23430
23430
|
} | undefined;
|
|
@@ -23453,7 +23453,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23453
23453
|
url: string;
|
|
23454
23454
|
resourceId: string;
|
|
23455
23455
|
} | undefined;
|
|
23456
|
-
|
|
23456
|
+
figmaNode?: {
|
|
23457
23457
|
sourceId: string;
|
|
23458
23458
|
frameReferenceId: string;
|
|
23459
23459
|
} | undefined;
|
|
@@ -23482,7 +23482,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23482
23482
|
url: string;
|
|
23483
23483
|
resourceId: string;
|
|
23484
23484
|
} | undefined;
|
|
23485
|
-
|
|
23485
|
+
figmaNode?: {
|
|
23486
23486
|
sourceId: string;
|
|
23487
23487
|
frameReferenceId: string;
|
|
23488
23488
|
} | undefined;
|
|
@@ -23872,7 +23872,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23872
23872
|
url: string;
|
|
23873
23873
|
resourceId: string;
|
|
23874
23874
|
} | undefined;
|
|
23875
|
-
|
|
23875
|
+
figmaNode?: {
|
|
23876
23876
|
sourceId: string;
|
|
23877
23877
|
frameReferenceId: string;
|
|
23878
23878
|
} | undefined;
|
|
@@ -23904,7 +23904,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
23904
23904
|
url: string;
|
|
23905
23905
|
resourceId: string;
|
|
23906
23906
|
} | undefined;
|
|
23907
|
-
|
|
23907
|
+
figmaNode?: {
|
|
23908
23908
|
sourceId: string;
|
|
23909
23909
|
frameReferenceId: string;
|
|
23910
23910
|
} | undefined;
|
|
@@ -24300,7 +24300,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24300
24300
|
url: string;
|
|
24301
24301
|
resourceId: string;
|
|
24302
24302
|
} | undefined;
|
|
24303
|
-
|
|
24303
|
+
figmaNode?: {
|
|
24304
24304
|
sourceId: string;
|
|
24305
24305
|
frameReferenceId: string;
|
|
24306
24306
|
} | undefined;
|
|
@@ -24348,7 +24348,7 @@ declare const DocumentationPageV2: z.ZodObject<{
|
|
|
24348
24348
|
url: string;
|
|
24349
24349
|
resourceId: string;
|
|
24350
24350
|
} | undefined;
|
|
24351
|
-
|
|
24351
|
+
figmaNode?: {
|
|
24352
24352
|
sourceId: string;
|
|
24353
24353
|
frameReferenceId: string;
|
|
24354
24354
|
} | undefined;
|
|
@@ -25186,7 +25186,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
25186
25186
|
url: string;
|
|
25187
25187
|
resourceId: string;
|
|
25188
25188
|
} | undefined;
|
|
25189
|
-
|
|
25189
|
+
figmaNode?: {
|
|
25190
25190
|
sourceId: string;
|
|
25191
25191
|
frameReferenceId: string;
|
|
25192
25192
|
} | undefined;
|
|
@@ -25215,7 +25215,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
25215
25215
|
url: string;
|
|
25216
25216
|
resourceId: string;
|
|
25217
25217
|
} | undefined;
|
|
25218
|
-
|
|
25218
|
+
figmaNode?: {
|
|
25219
25219
|
sourceId: string;
|
|
25220
25220
|
frameReferenceId: string;
|
|
25221
25221
|
} | undefined;
|
|
@@ -25244,7 +25244,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
25244
25244
|
url: string;
|
|
25245
25245
|
resourceId: string;
|
|
25246
25246
|
} | undefined;
|
|
25247
|
-
|
|
25247
|
+
figmaNode?: {
|
|
25248
25248
|
sourceId: string;
|
|
25249
25249
|
frameReferenceId: string;
|
|
25250
25250
|
} | undefined;
|
|
@@ -25273,7 +25273,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
25273
25273
|
url: string;
|
|
25274
25274
|
resourceId: string;
|
|
25275
25275
|
} | undefined;
|
|
25276
|
-
|
|
25276
|
+
figmaNode?: {
|
|
25277
25277
|
sourceId: string;
|
|
25278
25278
|
frameReferenceId: string;
|
|
25279
25279
|
} | undefined;
|
|
@@ -25305,7 +25305,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
25305
25305
|
url: string;
|
|
25306
25306
|
resourceId: string;
|
|
25307
25307
|
} | undefined;
|
|
25308
|
-
|
|
25308
|
+
figmaNode?: {
|
|
25309
25309
|
sourceId: string;
|
|
25310
25310
|
frameReferenceId: string;
|
|
25311
25311
|
} | undefined;
|
|
@@ -25337,7 +25337,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
25337
25337
|
url: string;
|
|
25338
25338
|
resourceId: string;
|
|
25339
25339
|
} | undefined;
|
|
25340
|
-
|
|
25340
|
+
figmaNode?: {
|
|
25341
25341
|
sourceId: string;
|
|
25342
25342
|
frameReferenceId: string;
|
|
25343
25343
|
} | undefined;
|
|
@@ -25387,7 +25387,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
25387
25387
|
url: string;
|
|
25388
25388
|
resourceId: string;
|
|
25389
25389
|
} | undefined;
|
|
25390
|
-
|
|
25390
|
+
figmaNode?: {
|
|
25391
25391
|
sourceId: string;
|
|
25392
25392
|
frameReferenceId: string;
|
|
25393
25393
|
} | undefined;
|
|
@@ -25437,7 +25437,7 @@ declare const ElementGroup: z.ZodObject<{
|
|
|
25437
25437
|
url: string;
|
|
25438
25438
|
resourceId: string;
|
|
25439
25439
|
} | undefined;
|
|
25440
|
-
|
|
25440
|
+
figmaNode?: {
|
|
25441
25441
|
sourceId: string;
|
|
25442
25442
|
frameReferenceId: string;
|
|
25443
25443
|
} | undefined;
|
|
@@ -25477,7 +25477,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
25477
25477
|
url: string;
|
|
25478
25478
|
resourceId: string;
|
|
25479
25479
|
} | undefined;
|
|
25480
|
-
|
|
25480
|
+
figmaNode?: {
|
|
25481
25481
|
sourceId: string;
|
|
25482
25482
|
frameReferenceId: string;
|
|
25483
25483
|
} | undefined;
|
|
@@ -25506,7 +25506,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
25506
25506
|
url: string;
|
|
25507
25507
|
resourceId: string;
|
|
25508
25508
|
} | undefined;
|
|
25509
|
-
|
|
25509
|
+
figmaNode?: {
|
|
25510
25510
|
sourceId: string;
|
|
25511
25511
|
frameReferenceId: string;
|
|
25512
25512
|
} | undefined;
|
|
@@ -25535,7 +25535,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
25535
25535
|
url: string;
|
|
25536
25536
|
resourceId: string;
|
|
25537
25537
|
} | undefined;
|
|
25538
|
-
|
|
25538
|
+
figmaNode?: {
|
|
25539
25539
|
sourceId: string;
|
|
25540
25540
|
frameReferenceId: string;
|
|
25541
25541
|
} | undefined;
|
|
@@ -25564,7 +25564,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
25564
25564
|
url: string;
|
|
25565
25565
|
resourceId: string;
|
|
25566
25566
|
} | undefined;
|
|
25567
|
-
|
|
25567
|
+
figmaNode?: {
|
|
25568
25568
|
sourceId: string;
|
|
25569
25569
|
frameReferenceId: string;
|
|
25570
25570
|
} | undefined;
|
|
@@ -25596,7 +25596,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
25596
25596
|
url: string;
|
|
25597
25597
|
resourceId: string;
|
|
25598
25598
|
} | undefined;
|
|
25599
|
-
|
|
25599
|
+
figmaNode?: {
|
|
25600
25600
|
sourceId: string;
|
|
25601
25601
|
frameReferenceId: string;
|
|
25602
25602
|
} | undefined;
|
|
@@ -25628,7 +25628,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
25628
25628
|
url: string;
|
|
25629
25629
|
resourceId: string;
|
|
25630
25630
|
} | undefined;
|
|
25631
|
-
|
|
25631
|
+
figmaNode?: {
|
|
25632
25632
|
sourceId: string;
|
|
25633
25633
|
frameReferenceId: string;
|
|
25634
25634
|
} | undefined;
|
|
@@ -25692,7 +25692,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
25692
25692
|
url: string;
|
|
25693
25693
|
resourceId: string;
|
|
25694
25694
|
} | undefined;
|
|
25695
|
-
|
|
25695
|
+
figmaNode?: {
|
|
25696
25696
|
sourceId: string;
|
|
25697
25697
|
frameReferenceId: string;
|
|
25698
25698
|
} | undefined;
|
|
@@ -25742,7 +25742,7 @@ declare const BrandedElementGroup: z.ZodObject<{
|
|
|
25742
25742
|
url: string;
|
|
25743
25743
|
resourceId: string;
|
|
25744
25744
|
} | undefined;
|
|
25745
|
-
|
|
25745
|
+
figmaNode?: {
|
|
25746
25746
|
sourceId: string;
|
|
25747
25747
|
frameReferenceId: string;
|
|
25748
25748
|
} | undefined;
|
|
@@ -92967,7 +92967,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
92967
92967
|
url: string;
|
|
92968
92968
|
resourceId: string;
|
|
92969
92969
|
} | undefined;
|
|
92970
|
-
|
|
92970
|
+
figmaNode?: {
|
|
92971
92971
|
sourceId: string;
|
|
92972
92972
|
frameReferenceId: string;
|
|
92973
92973
|
} | undefined;
|
|
@@ -92996,7 +92996,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
92996
92996
|
url: string;
|
|
92997
92997
|
resourceId: string;
|
|
92998
92998
|
} | undefined;
|
|
92999
|
-
|
|
92999
|
+
figmaNode?: {
|
|
93000
93000
|
sourceId: string;
|
|
93001
93001
|
frameReferenceId: string;
|
|
93002
93002
|
} | undefined;
|
|
@@ -93025,7 +93025,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
93025
93025
|
url: string;
|
|
93026
93026
|
resourceId: string;
|
|
93027
93027
|
} | undefined;
|
|
93028
|
-
|
|
93028
|
+
figmaNode?: {
|
|
93029
93029
|
sourceId: string;
|
|
93030
93030
|
frameReferenceId: string;
|
|
93031
93031
|
} | undefined;
|
|
@@ -93054,7 +93054,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
93054
93054
|
url: string;
|
|
93055
93055
|
resourceId: string;
|
|
93056
93056
|
} | undefined;
|
|
93057
|
-
|
|
93057
|
+
figmaNode?: {
|
|
93058
93058
|
sourceId: string;
|
|
93059
93059
|
frameReferenceId: string;
|
|
93060
93060
|
} | undefined;
|
|
@@ -93444,7 +93444,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
93444
93444
|
url: string;
|
|
93445
93445
|
resourceId: string;
|
|
93446
93446
|
} | undefined;
|
|
93447
|
-
|
|
93447
|
+
figmaNode?: {
|
|
93448
93448
|
sourceId: string;
|
|
93449
93449
|
frameReferenceId: string;
|
|
93450
93450
|
} | undefined;
|
|
@@ -93476,7 +93476,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
93476
93476
|
url: string;
|
|
93477
93477
|
resourceId: string;
|
|
93478
93478
|
} | undefined;
|
|
93479
|
-
|
|
93479
|
+
figmaNode?: {
|
|
93480
93480
|
sourceId: string;
|
|
93481
93481
|
frameReferenceId: string;
|
|
93482
93482
|
} | undefined;
|
|
@@ -93872,7 +93872,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
93872
93872
|
url: string;
|
|
93873
93873
|
resourceId: string;
|
|
93874
93874
|
} | undefined;
|
|
93875
|
-
|
|
93875
|
+
figmaNode?: {
|
|
93876
93876
|
sourceId: string;
|
|
93877
93877
|
frameReferenceId: string;
|
|
93878
93878
|
} | undefined;
|
|
@@ -93920,7 +93920,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
93920
93920
|
url: string;
|
|
93921
93921
|
resourceId: string;
|
|
93922
93922
|
} | undefined;
|
|
93923
|
-
|
|
93923
|
+
figmaNode?: {
|
|
93924
93924
|
sourceId: string;
|
|
93925
93925
|
frameReferenceId: string;
|
|
93926
93926
|
} | undefined;
|
|
@@ -94346,7 +94346,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94346
94346
|
url: string;
|
|
94347
94347
|
resourceId: string;
|
|
94348
94348
|
} | undefined;
|
|
94349
|
-
|
|
94349
|
+
figmaNode?: {
|
|
94350
94350
|
sourceId: string;
|
|
94351
94351
|
frameReferenceId: string;
|
|
94352
94352
|
} | undefined;
|
|
@@ -94375,7 +94375,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94375
94375
|
url: string;
|
|
94376
94376
|
resourceId: string;
|
|
94377
94377
|
} | undefined;
|
|
94378
|
-
|
|
94378
|
+
figmaNode?: {
|
|
94379
94379
|
sourceId: string;
|
|
94380
94380
|
frameReferenceId: string;
|
|
94381
94381
|
} | undefined;
|
|
@@ -94404,7 +94404,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94404
94404
|
url: string;
|
|
94405
94405
|
resourceId: string;
|
|
94406
94406
|
} | undefined;
|
|
94407
|
-
|
|
94407
|
+
figmaNode?: {
|
|
94408
94408
|
sourceId: string;
|
|
94409
94409
|
frameReferenceId: string;
|
|
94410
94410
|
} | undefined;
|
|
@@ -94433,7 +94433,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94433
94433
|
url: string;
|
|
94434
94434
|
resourceId: string;
|
|
94435
94435
|
} | undefined;
|
|
94436
|
-
|
|
94436
|
+
figmaNode?: {
|
|
94437
94437
|
sourceId: string;
|
|
94438
94438
|
frameReferenceId: string;
|
|
94439
94439
|
} | undefined;
|
|
@@ -94465,7 +94465,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94465
94465
|
url: string;
|
|
94466
94466
|
resourceId: string;
|
|
94467
94467
|
} | undefined;
|
|
94468
|
-
|
|
94468
|
+
figmaNode?: {
|
|
94469
94469
|
sourceId: string;
|
|
94470
94470
|
frameReferenceId: string;
|
|
94471
94471
|
} | undefined;
|
|
@@ -94497,7 +94497,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94497
94497
|
url: string;
|
|
94498
94498
|
resourceId: string;
|
|
94499
94499
|
} | undefined;
|
|
94500
|
-
|
|
94500
|
+
figmaNode?: {
|
|
94501
94501
|
sourceId: string;
|
|
94502
94502
|
frameReferenceId: string;
|
|
94503
94503
|
} | undefined;
|
|
@@ -94547,7 +94547,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94547
94547
|
url: string;
|
|
94548
94548
|
resourceId: string;
|
|
94549
94549
|
} | undefined;
|
|
94550
|
-
|
|
94550
|
+
figmaNode?: {
|
|
94551
94551
|
sourceId: string;
|
|
94552
94552
|
frameReferenceId: string;
|
|
94553
94553
|
} | undefined;
|
|
@@ -94597,7 +94597,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94597
94597
|
url: string;
|
|
94598
94598
|
resourceId: string;
|
|
94599
94599
|
} | undefined;
|
|
94600
|
-
|
|
94600
|
+
figmaNode?: {
|
|
94601
94601
|
sourceId: string;
|
|
94602
94602
|
frameReferenceId: string;
|
|
94603
94603
|
} | undefined;
|
|
@@ -94649,7 +94649,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94649
94649
|
url: string;
|
|
94650
94650
|
resourceId: string;
|
|
94651
94651
|
} | undefined;
|
|
94652
|
-
|
|
94652
|
+
figmaNode?: {
|
|
94653
94653
|
sourceId: string;
|
|
94654
94654
|
frameReferenceId: string;
|
|
94655
94655
|
} | undefined;
|
|
@@ -94687,7 +94687,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94687
94687
|
url: string;
|
|
94688
94688
|
resourceId: string;
|
|
94689
94689
|
} | undefined;
|
|
94690
|
-
|
|
94690
|
+
figmaNode?: {
|
|
94691
94691
|
sourceId: string;
|
|
94692
94692
|
frameReferenceId: string;
|
|
94693
94693
|
} | undefined;
|
|
@@ -94750,7 +94750,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94750
94750
|
url: string;
|
|
94751
94751
|
resourceId: string;
|
|
94752
94752
|
} | undefined;
|
|
94753
|
-
|
|
94753
|
+
figmaNode?: {
|
|
94754
94754
|
sourceId: string;
|
|
94755
94755
|
frameReferenceId: string;
|
|
94756
94756
|
} | undefined;
|
|
@@ -94788,7 +94788,7 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
94788
94788
|
url: string;
|
|
94789
94789
|
resourceId: string;
|
|
94790
94790
|
} | undefined;
|
|
94791
|
-
|
|
94791
|
+
figmaNode?: {
|
|
94792
94792
|
sourceId: string;
|
|
94793
94793
|
frameReferenceId: string;
|
|
94794
94794
|
} | undefined;
|
|
@@ -95217,7 +95217,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95217
95217
|
url: string;
|
|
95218
95218
|
resourceId: string;
|
|
95219
95219
|
} | undefined;
|
|
95220
|
-
|
|
95220
|
+
figmaNode?: {
|
|
95221
95221
|
sourceId: string;
|
|
95222
95222
|
frameReferenceId: string;
|
|
95223
95223
|
} | undefined;
|
|
@@ -95246,7 +95246,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95246
95246
|
url: string;
|
|
95247
95247
|
resourceId: string;
|
|
95248
95248
|
} | undefined;
|
|
95249
|
-
|
|
95249
|
+
figmaNode?: {
|
|
95250
95250
|
sourceId: string;
|
|
95251
95251
|
frameReferenceId: string;
|
|
95252
95252
|
} | undefined;
|
|
@@ -95275,7 +95275,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95275
95275
|
url: string;
|
|
95276
95276
|
resourceId: string;
|
|
95277
95277
|
} | undefined;
|
|
95278
|
-
|
|
95278
|
+
figmaNode?: {
|
|
95279
95279
|
sourceId: string;
|
|
95280
95280
|
frameReferenceId: string;
|
|
95281
95281
|
} | undefined;
|
|
@@ -95304,7 +95304,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95304
95304
|
url: string;
|
|
95305
95305
|
resourceId: string;
|
|
95306
95306
|
} | undefined;
|
|
95307
|
-
|
|
95307
|
+
figmaNode?: {
|
|
95308
95308
|
sourceId: string;
|
|
95309
95309
|
frameReferenceId: string;
|
|
95310
95310
|
} | undefined;
|
|
@@ -95336,7 +95336,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95336
95336
|
url: string;
|
|
95337
95337
|
resourceId: string;
|
|
95338
95338
|
} | undefined;
|
|
95339
|
-
|
|
95339
|
+
figmaNode?: {
|
|
95340
95340
|
sourceId: string;
|
|
95341
95341
|
frameReferenceId: string;
|
|
95342
95342
|
} | undefined;
|
|
@@ -95368,7 +95368,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95368
95368
|
url: string;
|
|
95369
95369
|
resourceId: string;
|
|
95370
95370
|
} | undefined;
|
|
95371
|
-
|
|
95371
|
+
figmaNode?: {
|
|
95372
95372
|
sourceId: string;
|
|
95373
95373
|
frameReferenceId: string;
|
|
95374
95374
|
} | undefined;
|
|
@@ -95418,7 +95418,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95418
95418
|
url: string;
|
|
95419
95419
|
resourceId: string;
|
|
95420
95420
|
} | undefined;
|
|
95421
|
-
|
|
95421
|
+
figmaNode?: {
|
|
95422
95422
|
sourceId: string;
|
|
95423
95423
|
frameReferenceId: string;
|
|
95424
95424
|
} | undefined;
|
|
@@ -95468,7 +95468,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95468
95468
|
url: string;
|
|
95469
95469
|
resourceId: string;
|
|
95470
95470
|
} | undefined;
|
|
95471
|
-
|
|
95471
|
+
figmaNode?: {
|
|
95472
95472
|
sourceId: string;
|
|
95473
95473
|
frameReferenceId: string;
|
|
95474
95474
|
} | undefined;
|
|
@@ -95522,7 +95522,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95522
95522
|
url: string;
|
|
95523
95523
|
resourceId: string;
|
|
95524
95524
|
} | undefined;
|
|
95525
|
-
|
|
95525
|
+
figmaNode?: {
|
|
95526
95526
|
sourceId: string;
|
|
95527
95527
|
frameReferenceId: string;
|
|
95528
95528
|
} | undefined;
|
|
@@ -95551,7 +95551,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95551
95551
|
url: string;
|
|
95552
95552
|
resourceId: string;
|
|
95553
95553
|
} | undefined;
|
|
95554
|
-
|
|
95554
|
+
figmaNode?: {
|
|
95555
95555
|
sourceId: string;
|
|
95556
95556
|
frameReferenceId: string;
|
|
95557
95557
|
} | undefined;
|
|
@@ -95580,7 +95580,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95580
95580
|
url: string;
|
|
95581
95581
|
resourceId: string;
|
|
95582
95582
|
} | undefined;
|
|
95583
|
-
|
|
95583
|
+
figmaNode?: {
|
|
95584
95584
|
sourceId: string;
|
|
95585
95585
|
frameReferenceId: string;
|
|
95586
95586
|
} | undefined;
|
|
@@ -95609,7 +95609,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95609
95609
|
url: string;
|
|
95610
95610
|
resourceId: string;
|
|
95611
95611
|
} | undefined;
|
|
95612
|
-
|
|
95612
|
+
figmaNode?: {
|
|
95613
95613
|
sourceId: string;
|
|
95614
95614
|
frameReferenceId: string;
|
|
95615
95615
|
} | undefined;
|
|
@@ -95999,7 +95999,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
95999
95999
|
url: string;
|
|
96000
96000
|
resourceId: string;
|
|
96001
96001
|
} | undefined;
|
|
96002
|
-
|
|
96002
|
+
figmaNode?: {
|
|
96003
96003
|
sourceId: string;
|
|
96004
96004
|
frameReferenceId: string;
|
|
96005
96005
|
} | undefined;
|
|
@@ -96031,7 +96031,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96031
96031
|
url: string;
|
|
96032
96032
|
resourceId: string;
|
|
96033
96033
|
} | undefined;
|
|
96034
|
-
|
|
96034
|
+
figmaNode?: {
|
|
96035
96035
|
sourceId: string;
|
|
96036
96036
|
frameReferenceId: string;
|
|
96037
96037
|
} | undefined;
|
|
@@ -96427,7 +96427,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96427
96427
|
url: string;
|
|
96428
96428
|
resourceId: string;
|
|
96429
96429
|
} | undefined;
|
|
96430
|
-
|
|
96430
|
+
figmaNode?: {
|
|
96431
96431
|
sourceId: string;
|
|
96432
96432
|
frameReferenceId: string;
|
|
96433
96433
|
} | undefined;
|
|
@@ -96475,7 +96475,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96475
96475
|
url: string;
|
|
96476
96476
|
resourceId: string;
|
|
96477
96477
|
} | undefined;
|
|
96478
|
-
|
|
96478
|
+
figmaNode?: {
|
|
96479
96479
|
sourceId: string;
|
|
96480
96480
|
frameReferenceId: string;
|
|
96481
96481
|
} | undefined;
|
|
@@ -96898,7 +96898,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96898
96898
|
url: string;
|
|
96899
96899
|
resourceId: string;
|
|
96900
96900
|
} | undefined;
|
|
96901
|
-
|
|
96901
|
+
figmaNode?: {
|
|
96902
96902
|
sourceId: string;
|
|
96903
96903
|
frameReferenceId: string;
|
|
96904
96904
|
} | undefined;
|
|
@@ -96936,7 +96936,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
96936
96936
|
url: string;
|
|
96937
96937
|
resourceId: string;
|
|
96938
96938
|
} | undefined;
|
|
96939
|
-
|
|
96939
|
+
figmaNode?: {
|
|
96940
96940
|
sourceId: string;
|
|
96941
96941
|
frameReferenceId: string;
|
|
96942
96942
|
} | undefined;
|
|
@@ -97001,7 +97001,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97001
97001
|
url: string;
|
|
97002
97002
|
resourceId: string;
|
|
97003
97003
|
} | undefined;
|
|
97004
|
-
|
|
97004
|
+
figmaNode?: {
|
|
97005
97005
|
sourceId: string;
|
|
97006
97006
|
frameReferenceId: string;
|
|
97007
97007
|
} | undefined;
|
|
@@ -97039,7 +97039,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
97039
97039
|
url: string;
|
|
97040
97040
|
resourceId: string;
|
|
97041
97041
|
} | undefined;
|
|
97042
|
-
|
|
97042
|
+
figmaNode?: {
|
|
97043
97043
|
sourceId: string;
|
|
97044
97044
|
frameReferenceId: string;
|
|
97045
97045
|
} | undefined;
|
|
@@ -98207,7 +98207,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98207
98207
|
url: string;
|
|
98208
98208
|
resourceId: string;
|
|
98209
98209
|
}>>;
|
|
98210
|
-
|
|
98210
|
+
figmaNode: z.ZodOptional<z.ZodObject<{
|
|
98211
98211
|
sourceId: z.ZodString;
|
|
98212
98212
|
frameReferenceId: z.ZodString;
|
|
98213
98213
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -98223,7 +98223,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98223
98223
|
url: string;
|
|
98224
98224
|
resourceId: string;
|
|
98225
98225
|
} | undefined;
|
|
98226
|
-
|
|
98226
|
+
figmaNode?: {
|
|
98227
98227
|
sourceId: string;
|
|
98228
98228
|
frameReferenceId: string;
|
|
98229
98229
|
} | undefined;
|
|
@@ -98233,7 +98233,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98233
98233
|
url: string;
|
|
98234
98234
|
resourceId: string;
|
|
98235
98235
|
} | undefined;
|
|
98236
|
-
|
|
98236
|
+
figmaNode?: {
|
|
98237
98237
|
sourceId: string;
|
|
98238
98238
|
frameReferenceId: string;
|
|
98239
98239
|
} | undefined;
|
|
@@ -98262,7 +98262,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98262
98262
|
url: string;
|
|
98263
98263
|
resourceId: string;
|
|
98264
98264
|
} | undefined;
|
|
98265
|
-
|
|
98265
|
+
figmaNode?: {
|
|
98266
98266
|
sourceId: string;
|
|
98267
98267
|
frameReferenceId: string;
|
|
98268
98268
|
} | undefined;
|
|
@@ -98288,7 +98288,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98288
98288
|
url: string;
|
|
98289
98289
|
resourceId: string;
|
|
98290
98290
|
} | undefined;
|
|
98291
|
-
|
|
98291
|
+
figmaNode?: {
|
|
98292
98292
|
sourceId: string;
|
|
98293
98293
|
frameReferenceId: string;
|
|
98294
98294
|
} | undefined;
|
|
@@ -98317,7 +98317,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98317
98317
|
url: string;
|
|
98318
98318
|
resourceId: string;
|
|
98319
98319
|
} | undefined;
|
|
98320
|
-
|
|
98320
|
+
figmaNode?: {
|
|
98321
98321
|
sourceId: string;
|
|
98322
98322
|
frameReferenceId: string;
|
|
98323
98323
|
} | undefined;
|
|
@@ -98346,7 +98346,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98346
98346
|
url: string;
|
|
98347
98347
|
resourceId: string;
|
|
98348
98348
|
} | undefined;
|
|
98349
|
-
|
|
98349
|
+
figmaNode?: {
|
|
98350
98350
|
sourceId: string;
|
|
98351
98351
|
frameReferenceId: string;
|
|
98352
98352
|
} | undefined;
|
|
@@ -98465,7 +98465,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98465
98465
|
url: string;
|
|
98466
98466
|
resourceId: string;
|
|
98467
98467
|
} | undefined;
|
|
98468
|
-
|
|
98468
|
+
figmaNode?: {
|
|
98469
98469
|
sourceId: string;
|
|
98470
98470
|
frameReferenceId: string;
|
|
98471
98471
|
} | undefined;
|
|
@@ -98584,7 +98584,7 @@ declare const DocumentationPageRoomState: z.ZodObject<{
|
|
|
98584
98584
|
url: string;
|
|
98585
98585
|
resourceId: string;
|
|
98586
98586
|
} | undefined;
|
|
98587
|
-
|
|
98587
|
+
figmaNode?: {
|
|
98588
98588
|
sourceId: string;
|
|
98589
98589
|
frameReferenceId: string;
|
|
98590
98590
|
} | undefined;
|
|
@@ -98639,7 +98639,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
98639
98639
|
url: string;
|
|
98640
98640
|
resourceId: string;
|
|
98641
98641
|
} | undefined;
|
|
98642
|
-
|
|
98642
|
+
figmaNode?: {
|
|
98643
98643
|
sourceId: string;
|
|
98644
98644
|
frameReferenceId: string;
|
|
98645
98645
|
} | undefined;
|
|
@@ -98668,7 +98668,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
98668
98668
|
url: string;
|
|
98669
98669
|
resourceId: string;
|
|
98670
98670
|
} | undefined;
|
|
98671
|
-
|
|
98671
|
+
figmaNode?: {
|
|
98672
98672
|
sourceId: string;
|
|
98673
98673
|
frameReferenceId: string;
|
|
98674
98674
|
} | undefined;
|
|
@@ -98697,7 +98697,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
98697
98697
|
url: string;
|
|
98698
98698
|
resourceId: string;
|
|
98699
98699
|
} | undefined;
|
|
98700
|
-
|
|
98700
|
+
figmaNode?: {
|
|
98701
98701
|
sourceId: string;
|
|
98702
98702
|
frameReferenceId: string;
|
|
98703
98703
|
} | undefined;
|
|
@@ -98726,7 +98726,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
98726
98726
|
url: string;
|
|
98727
98727
|
resourceId: string;
|
|
98728
98728
|
} | undefined;
|
|
98729
|
-
|
|
98729
|
+
figmaNode?: {
|
|
98730
98730
|
sourceId: string;
|
|
98731
98731
|
frameReferenceId: string;
|
|
98732
98732
|
} | undefined;
|
|
@@ -99116,7 +99116,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
99116
99116
|
url: string;
|
|
99117
99117
|
resourceId: string;
|
|
99118
99118
|
} | undefined;
|
|
99119
|
-
|
|
99119
|
+
figmaNode?: {
|
|
99120
99120
|
sourceId: string;
|
|
99121
99121
|
frameReferenceId: string;
|
|
99122
99122
|
} | undefined;
|
|
@@ -99148,7 +99148,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
99148
99148
|
url: string;
|
|
99149
99149
|
resourceId: string;
|
|
99150
99150
|
} | undefined;
|
|
99151
|
-
|
|
99151
|
+
figmaNode?: {
|
|
99152
99152
|
sourceId: string;
|
|
99153
99153
|
frameReferenceId: string;
|
|
99154
99154
|
} | undefined;
|
|
@@ -99544,7 +99544,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
99544
99544
|
url: string;
|
|
99545
99545
|
resourceId: string;
|
|
99546
99546
|
} | undefined;
|
|
99547
|
-
|
|
99547
|
+
figmaNode?: {
|
|
99548
99548
|
sourceId: string;
|
|
99549
99549
|
frameReferenceId: string;
|
|
99550
99550
|
} | undefined;
|
|
@@ -99592,7 +99592,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
99592
99592
|
url: string;
|
|
99593
99593
|
resourceId: string;
|
|
99594
99594
|
} | undefined;
|
|
99595
|
-
|
|
99595
|
+
figmaNode?: {
|
|
99596
99596
|
sourceId: string;
|
|
99597
99597
|
frameReferenceId: string;
|
|
99598
99598
|
} | undefined;
|
|
@@ -100018,7 +100018,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100018
100018
|
url: string;
|
|
100019
100019
|
resourceId: string;
|
|
100020
100020
|
} | undefined;
|
|
100021
|
-
|
|
100021
|
+
figmaNode?: {
|
|
100022
100022
|
sourceId: string;
|
|
100023
100023
|
frameReferenceId: string;
|
|
100024
100024
|
} | undefined;
|
|
@@ -100047,7 +100047,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100047
100047
|
url: string;
|
|
100048
100048
|
resourceId: string;
|
|
100049
100049
|
} | undefined;
|
|
100050
|
-
|
|
100050
|
+
figmaNode?: {
|
|
100051
100051
|
sourceId: string;
|
|
100052
100052
|
frameReferenceId: string;
|
|
100053
100053
|
} | undefined;
|
|
@@ -100076,7 +100076,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100076
100076
|
url: string;
|
|
100077
100077
|
resourceId: string;
|
|
100078
100078
|
} | undefined;
|
|
100079
|
-
|
|
100079
|
+
figmaNode?: {
|
|
100080
100080
|
sourceId: string;
|
|
100081
100081
|
frameReferenceId: string;
|
|
100082
100082
|
} | undefined;
|
|
@@ -100105,7 +100105,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100105
100105
|
url: string;
|
|
100106
100106
|
resourceId: string;
|
|
100107
100107
|
} | undefined;
|
|
100108
|
-
|
|
100108
|
+
figmaNode?: {
|
|
100109
100109
|
sourceId: string;
|
|
100110
100110
|
frameReferenceId: string;
|
|
100111
100111
|
} | undefined;
|
|
@@ -100137,7 +100137,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100137
100137
|
url: string;
|
|
100138
100138
|
resourceId: string;
|
|
100139
100139
|
} | undefined;
|
|
100140
|
-
|
|
100140
|
+
figmaNode?: {
|
|
100141
100141
|
sourceId: string;
|
|
100142
100142
|
frameReferenceId: string;
|
|
100143
100143
|
} | undefined;
|
|
@@ -100169,7 +100169,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100169
100169
|
url: string;
|
|
100170
100170
|
resourceId: string;
|
|
100171
100171
|
} | undefined;
|
|
100172
|
-
|
|
100172
|
+
figmaNode?: {
|
|
100173
100173
|
sourceId: string;
|
|
100174
100174
|
frameReferenceId: string;
|
|
100175
100175
|
} | undefined;
|
|
@@ -100219,7 +100219,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100219
100219
|
url: string;
|
|
100220
100220
|
resourceId: string;
|
|
100221
100221
|
} | undefined;
|
|
100222
|
-
|
|
100222
|
+
figmaNode?: {
|
|
100223
100223
|
sourceId: string;
|
|
100224
100224
|
frameReferenceId: string;
|
|
100225
100225
|
} | undefined;
|
|
@@ -100269,7 +100269,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100269
100269
|
url: string;
|
|
100270
100270
|
resourceId: string;
|
|
100271
100271
|
} | undefined;
|
|
100272
|
-
|
|
100272
|
+
figmaNode?: {
|
|
100273
100273
|
sourceId: string;
|
|
100274
100274
|
frameReferenceId: string;
|
|
100275
100275
|
} | undefined;
|
|
@@ -100308,7 +100308,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100308
100308
|
url: string;
|
|
100309
100309
|
resourceId: string;
|
|
100310
100310
|
} | undefined;
|
|
100311
|
-
|
|
100311
|
+
figmaNode?: {
|
|
100312
100312
|
sourceId: string;
|
|
100313
100313
|
frameReferenceId: string;
|
|
100314
100314
|
} | undefined;
|
|
@@ -100370,7 +100370,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100370
100370
|
url: string;
|
|
100371
100371
|
resourceId: string;
|
|
100372
100372
|
} | undefined;
|
|
100373
|
-
|
|
100373
|
+
figmaNode?: {
|
|
100374
100374
|
sourceId: string;
|
|
100375
100375
|
frameReferenceId: string;
|
|
100376
100376
|
} | undefined;
|
|
@@ -100409,7 +100409,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100409
100409
|
url: string;
|
|
100410
100410
|
resourceId: string;
|
|
100411
100411
|
} | undefined;
|
|
100412
|
-
|
|
100412
|
+
figmaNode?: {
|
|
100413
100413
|
sourceId: string;
|
|
100414
100414
|
frameReferenceId: string;
|
|
100415
100415
|
} | undefined;
|
|
@@ -100829,7 +100829,7 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
100829
100829
|
url: string;
|
|
100830
100830
|
resourceId: string;
|
|
100831
100831
|
} | undefined;
|
|
100832
|
-
|
|
100832
|
+
figmaNode?: {
|
|
100833
100833
|
sourceId: string;
|
|
100834
100834
|
frameReferenceId: string;
|
|
100835
100835
|
} | undefined;
|
|
@@ -100886,7 +100886,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
100886
100886
|
url: string;
|
|
100887
100887
|
resourceId: string;
|
|
100888
100888
|
} | undefined;
|
|
100889
|
-
|
|
100889
|
+
figmaNode?: {
|
|
100890
100890
|
sourceId: string;
|
|
100891
100891
|
frameReferenceId: string;
|
|
100892
100892
|
} | undefined;
|
|
@@ -100915,7 +100915,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
100915
100915
|
url: string;
|
|
100916
100916
|
resourceId: string;
|
|
100917
100917
|
} | undefined;
|
|
100918
|
-
|
|
100918
|
+
figmaNode?: {
|
|
100919
100919
|
sourceId: string;
|
|
100920
100920
|
frameReferenceId: string;
|
|
100921
100921
|
} | undefined;
|
|
@@ -100944,7 +100944,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
100944
100944
|
url: string;
|
|
100945
100945
|
resourceId: string;
|
|
100946
100946
|
} | undefined;
|
|
100947
|
-
|
|
100947
|
+
figmaNode?: {
|
|
100948
100948
|
sourceId: string;
|
|
100949
100949
|
frameReferenceId: string;
|
|
100950
100950
|
} | undefined;
|
|
@@ -100973,7 +100973,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
100973
100973
|
url: string;
|
|
100974
100974
|
resourceId: string;
|
|
100975
100975
|
} | undefined;
|
|
100976
|
-
|
|
100976
|
+
figmaNode?: {
|
|
100977
100977
|
sourceId: string;
|
|
100978
100978
|
frameReferenceId: string;
|
|
100979
100979
|
} | undefined;
|
|
@@ -101363,7 +101363,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
101363
101363
|
url: string;
|
|
101364
101364
|
resourceId: string;
|
|
101365
101365
|
} | undefined;
|
|
101366
|
-
|
|
101366
|
+
figmaNode?: {
|
|
101367
101367
|
sourceId: string;
|
|
101368
101368
|
frameReferenceId: string;
|
|
101369
101369
|
} | undefined;
|
|
@@ -101395,7 +101395,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
101395
101395
|
url: string;
|
|
101396
101396
|
resourceId: string;
|
|
101397
101397
|
} | undefined;
|
|
101398
|
-
|
|
101398
|
+
figmaNode?: {
|
|
101399
101399
|
sourceId: string;
|
|
101400
101400
|
frameReferenceId: string;
|
|
101401
101401
|
} | undefined;
|
|
@@ -101791,7 +101791,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
101791
101791
|
url: string;
|
|
101792
101792
|
resourceId: string;
|
|
101793
101793
|
} | undefined;
|
|
101794
|
-
|
|
101794
|
+
figmaNode?: {
|
|
101795
101795
|
sourceId: string;
|
|
101796
101796
|
frameReferenceId: string;
|
|
101797
101797
|
} | undefined;
|
|
@@ -101839,7 +101839,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
101839
101839
|
url: string;
|
|
101840
101840
|
resourceId: string;
|
|
101841
101841
|
} | undefined;
|
|
101842
|
-
|
|
101842
|
+
figmaNode?: {
|
|
101843
101843
|
sourceId: string;
|
|
101844
101844
|
frameReferenceId: string;
|
|
101845
101845
|
} | undefined;
|
|
@@ -102265,7 +102265,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102265
102265
|
url: string;
|
|
102266
102266
|
resourceId: string;
|
|
102267
102267
|
} | undefined;
|
|
102268
|
-
|
|
102268
|
+
figmaNode?: {
|
|
102269
102269
|
sourceId: string;
|
|
102270
102270
|
frameReferenceId: string;
|
|
102271
102271
|
} | undefined;
|
|
@@ -102294,7 +102294,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102294
102294
|
url: string;
|
|
102295
102295
|
resourceId: string;
|
|
102296
102296
|
} | undefined;
|
|
102297
|
-
|
|
102297
|
+
figmaNode?: {
|
|
102298
102298
|
sourceId: string;
|
|
102299
102299
|
frameReferenceId: string;
|
|
102300
102300
|
} | undefined;
|
|
@@ -102323,7 +102323,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102323
102323
|
url: string;
|
|
102324
102324
|
resourceId: string;
|
|
102325
102325
|
} | undefined;
|
|
102326
|
-
|
|
102326
|
+
figmaNode?: {
|
|
102327
102327
|
sourceId: string;
|
|
102328
102328
|
frameReferenceId: string;
|
|
102329
102329
|
} | undefined;
|
|
@@ -102352,7 +102352,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102352
102352
|
url: string;
|
|
102353
102353
|
resourceId: string;
|
|
102354
102354
|
} | undefined;
|
|
102355
|
-
|
|
102355
|
+
figmaNode?: {
|
|
102356
102356
|
sourceId: string;
|
|
102357
102357
|
frameReferenceId: string;
|
|
102358
102358
|
} | undefined;
|
|
@@ -102384,7 +102384,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102384
102384
|
url: string;
|
|
102385
102385
|
resourceId: string;
|
|
102386
102386
|
} | undefined;
|
|
102387
|
-
|
|
102387
|
+
figmaNode?: {
|
|
102388
102388
|
sourceId: string;
|
|
102389
102389
|
frameReferenceId: string;
|
|
102390
102390
|
} | undefined;
|
|
@@ -102416,7 +102416,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102416
102416
|
url: string;
|
|
102417
102417
|
resourceId: string;
|
|
102418
102418
|
} | undefined;
|
|
102419
|
-
|
|
102419
|
+
figmaNode?: {
|
|
102420
102420
|
sourceId: string;
|
|
102421
102421
|
frameReferenceId: string;
|
|
102422
102422
|
} | undefined;
|
|
@@ -102466,7 +102466,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102466
102466
|
url: string;
|
|
102467
102467
|
resourceId: string;
|
|
102468
102468
|
} | undefined;
|
|
102469
|
-
|
|
102469
|
+
figmaNode?: {
|
|
102470
102470
|
sourceId: string;
|
|
102471
102471
|
frameReferenceId: string;
|
|
102472
102472
|
} | undefined;
|
|
@@ -102516,7 +102516,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
102516
102516
|
url: string;
|
|
102517
102517
|
resourceId: string;
|
|
102518
102518
|
} | undefined;
|
|
102519
|
-
|
|
102519
|
+
figmaNode?: {
|
|
102520
102520
|
sourceId: string;
|
|
102521
102521
|
frameReferenceId: string;
|
|
102522
102522
|
} | undefined;
|
|
@@ -103694,7 +103694,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103694
103694
|
url: string;
|
|
103695
103695
|
resourceId: string;
|
|
103696
103696
|
} | undefined;
|
|
103697
|
-
|
|
103697
|
+
figmaNode?: {
|
|
103698
103698
|
sourceId: string;
|
|
103699
103699
|
frameReferenceId: string;
|
|
103700
103700
|
} | undefined;
|
|
@@ -103844,7 +103844,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103844
103844
|
url: string;
|
|
103845
103845
|
resourceId: string;
|
|
103846
103846
|
} | undefined;
|
|
103847
|
-
|
|
103847
|
+
figmaNode?: {
|
|
103848
103848
|
sourceId: string;
|
|
103849
103849
|
frameReferenceId: string;
|
|
103850
103850
|
} | undefined;
|
|
@@ -103955,7 +103955,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
103955
103955
|
url: string;
|
|
103956
103956
|
resourceId: string;
|
|
103957
103957
|
} | undefined;
|
|
103958
|
-
|
|
103958
|
+
figmaNode?: {
|
|
103959
103959
|
sourceId: string;
|
|
103960
103960
|
frameReferenceId: string;
|
|
103961
103961
|
} | undefined;
|
|
@@ -104463,7 +104463,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<{
|
|
|
104463
104463
|
url: string;
|
|
104464
104464
|
resourceId: string;
|
|
104465
104465
|
} | undefined;
|
|
104466
|
-
|
|
104466
|
+
figmaNode?: {
|
|
104467
104467
|
sourceId: string;
|
|
104468
104468
|
frameReferenceId: string;
|
|
104469
104469
|
} | undefined;
|