@supernova-studio/model 0.49.1 → 0.50.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 +186 -0
- package/dist/index.d.ts +186 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v1.ts +2 -0
package/dist/index.d.mts
CHANGED
|
@@ -36149,6 +36149,8 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36149
36149
|
} | null | undefined;
|
|
36150
36150
|
} | null | undefined>;
|
|
36151
36151
|
type: z.ZodString;
|
|
36152
|
+
imageAlt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
36153
|
+
imageCaption: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
36152
36154
|
}, "strip", z.ZodTypeAny, {
|
|
36153
36155
|
type: string;
|
|
36154
36156
|
description?: string | undefined;
|
|
@@ -36178,6 +36180,8 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36178
36180
|
} | undefined;
|
|
36179
36181
|
} | undefined;
|
|
36180
36182
|
} | undefined;
|
|
36183
|
+
imageAlt?: string | undefined;
|
|
36184
|
+
imageCaption?: string | undefined;
|
|
36181
36185
|
}, {
|
|
36182
36186
|
type: string;
|
|
36183
36187
|
description?: string | null | undefined;
|
|
@@ -36207,6 +36211,8 @@ declare const PageBlockGuideline: z.ZodObject<{
|
|
|
36207
36211
|
} | null | undefined;
|
|
36208
36212
|
} | null | undefined;
|
|
36209
36213
|
} | null | undefined;
|
|
36214
|
+
imageAlt?: string | null | undefined;
|
|
36215
|
+
imageCaption?: string | null | undefined;
|
|
36210
36216
|
}>;
|
|
36211
36217
|
type PageBlockGuideline = z.infer<typeof PageBlockGuideline>;
|
|
36212
36218
|
declare const PageBlockFrame: z.ZodObject<{
|
|
@@ -37329,6 +37335,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37329
37335
|
} | undefined;
|
|
37330
37336
|
} | undefined;
|
|
37331
37337
|
} | undefined;
|
|
37338
|
+
imageAlt?: string | undefined;
|
|
37339
|
+
imageCaption?: string | undefined;
|
|
37332
37340
|
}[], z.ZodTypeDef, {
|
|
37333
37341
|
type: string;
|
|
37334
37342
|
description?: string | null | undefined;
|
|
@@ -37358,6 +37366,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37358
37366
|
} | null | undefined;
|
|
37359
37367
|
} | null | undefined;
|
|
37360
37368
|
} | null | undefined;
|
|
37369
|
+
imageAlt?: string | null | undefined;
|
|
37370
|
+
imageCaption?: string | null | undefined;
|
|
37361
37371
|
}[]>>>, {
|
|
37362
37372
|
type: string;
|
|
37363
37373
|
description?: string | undefined;
|
|
@@ -37387,6 +37397,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37387
37397
|
} | undefined;
|
|
37388
37398
|
} | undefined;
|
|
37389
37399
|
} | undefined;
|
|
37400
|
+
imageAlt?: string | undefined;
|
|
37401
|
+
imageCaption?: string | undefined;
|
|
37390
37402
|
}[] | undefined, {
|
|
37391
37403
|
type: string;
|
|
37392
37404
|
description?: string | null | undefined;
|
|
@@ -37416,6 +37428,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37416
37428
|
} | null | undefined;
|
|
37417
37429
|
} | null | undefined;
|
|
37418
37430
|
} | null | undefined;
|
|
37431
|
+
imageAlt?: string | null | undefined;
|
|
37432
|
+
imageCaption?: string | null | undefined;
|
|
37419
37433
|
}[] | null | undefined>;
|
|
37420
37434
|
customBlockKey: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
37421
37435
|
customBlockProperties: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -37836,6 +37850,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
37836
37850
|
} | undefined;
|
|
37837
37851
|
} | undefined;
|
|
37838
37852
|
} | undefined;
|
|
37853
|
+
imageAlt?: string | undefined;
|
|
37854
|
+
imageCaption?: string | undefined;
|
|
37839
37855
|
}[] | undefined;
|
|
37840
37856
|
customBlockKey?: string | undefined;
|
|
37841
37857
|
customBlockProperties?: {
|
|
@@ -38051,6 +38067,8 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
38051
38067
|
} | null | undefined;
|
|
38052
38068
|
} | null | undefined;
|
|
38053
38069
|
} | null | undefined;
|
|
38070
|
+
imageAlt?: string | null | undefined;
|
|
38071
|
+
imageCaption?: string | null | undefined;
|
|
38054
38072
|
}[] | null | undefined;
|
|
38055
38073
|
customBlockKey?: string | null | undefined;
|
|
38056
38074
|
customBlockProperties?: {
|
|
@@ -41179,6 +41197,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
41179
41197
|
} | null | undefined;
|
|
41180
41198
|
} | null | undefined;
|
|
41181
41199
|
} | null | undefined;
|
|
41200
|
+
imageAlt?: string | null | undefined;
|
|
41201
|
+
imageCaption?: string | null | undefined;
|
|
41182
41202
|
}[] | null | undefined;
|
|
41183
41203
|
customBlockKey?: string | null | undefined;
|
|
41184
41204
|
customBlockProperties?: {
|
|
@@ -41395,6 +41415,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
41395
41415
|
} | null | undefined;
|
|
41396
41416
|
} | null | undefined;
|
|
41397
41417
|
} | null | undefined;
|
|
41418
|
+
imageAlt?: string | null | undefined;
|
|
41419
|
+
imageCaption?: string | null | undefined;
|
|
41398
41420
|
}[] | null | undefined;
|
|
41399
41421
|
customBlockKey?: string | null | undefined;
|
|
41400
41422
|
customBlockProperties?: {
|
|
@@ -41957,6 +41979,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
41957
41979
|
} | null | undefined;
|
|
41958
41980
|
} | null | undefined;
|
|
41959
41981
|
} | null | undefined;
|
|
41982
|
+
imageAlt?: string | null | undefined;
|
|
41983
|
+
imageCaption?: string | null | undefined;
|
|
41960
41984
|
}[] | null | undefined;
|
|
41961
41985
|
customBlockKey?: string | null | undefined;
|
|
41962
41986
|
customBlockProperties?: {
|
|
@@ -42173,6 +42197,8 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
42173
42197
|
} | null | undefined;
|
|
42174
42198
|
} | null | undefined;
|
|
42175
42199
|
} | null | undefined;
|
|
42200
|
+
imageAlt?: string | null | undefined;
|
|
42201
|
+
imageCaption?: string | null | undefined;
|
|
42176
42202
|
}[] | null | undefined;
|
|
42177
42203
|
customBlockKey?: string | null | undefined;
|
|
42178
42204
|
customBlockProperties?: {
|
|
@@ -49469,6 +49495,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
49469
49495
|
} | null | undefined;
|
|
49470
49496
|
} | null | undefined;
|
|
49471
49497
|
} | null | undefined;
|
|
49498
|
+
imageAlt?: string | null | undefined;
|
|
49499
|
+
imageCaption?: string | null | undefined;
|
|
49472
49500
|
}[] | null | undefined;
|
|
49473
49501
|
customBlockKey?: string | null | undefined;
|
|
49474
49502
|
customBlockProperties?: {
|
|
@@ -49685,6 +49713,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
49685
49713
|
} | null | undefined;
|
|
49686
49714
|
} | null | undefined;
|
|
49687
49715
|
} | null | undefined;
|
|
49716
|
+
imageAlt?: string | null | undefined;
|
|
49717
|
+
imageCaption?: string | null | undefined;
|
|
49688
49718
|
}[] | null | undefined;
|
|
49689
49719
|
customBlockKey?: string | null | undefined;
|
|
49690
49720
|
customBlockProperties?: {
|
|
@@ -50247,6 +50277,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50247
50277
|
} | null | undefined;
|
|
50248
50278
|
} | null | undefined;
|
|
50249
50279
|
} | null | undefined;
|
|
50280
|
+
imageAlt?: string | null | undefined;
|
|
50281
|
+
imageCaption?: string | null | undefined;
|
|
50250
50282
|
}[] | null | undefined;
|
|
50251
50283
|
customBlockKey?: string | null | undefined;
|
|
50252
50284
|
customBlockProperties?: {
|
|
@@ -50463,6 +50495,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50463
50495
|
} | null | undefined;
|
|
50464
50496
|
} | null | undefined;
|
|
50465
50497
|
} | null | undefined;
|
|
50498
|
+
imageAlt?: string | null | undefined;
|
|
50499
|
+
imageCaption?: string | null | undefined;
|
|
50466
50500
|
}[] | null | undefined;
|
|
50467
50501
|
customBlockKey?: string | null | undefined;
|
|
50468
50502
|
customBlockProperties?: {
|
|
@@ -50844,6 +50878,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
50844
50878
|
} | null | undefined;
|
|
50845
50879
|
} | null | undefined;
|
|
50846
50880
|
} | null | undefined;
|
|
50881
|
+
imageAlt?: string | null | undefined;
|
|
50882
|
+
imageCaption?: string | null | undefined;
|
|
50847
50883
|
}[] | null | undefined;
|
|
50848
50884
|
customBlockKey?: string | null | undefined;
|
|
50849
50885
|
customBlockProperties?: {
|
|
@@ -51060,6 +51096,8 @@ declare const DocumentationPageV1: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
51060
51096
|
} | null | undefined;
|
|
51061
51097
|
} | null | undefined;
|
|
51062
51098
|
} | null | undefined;
|
|
51099
|
+
imageAlt?: string | null | undefined;
|
|
51100
|
+
imageCaption?: string | null | undefined;
|
|
51063
51101
|
}[] | null | undefined;
|
|
51064
51102
|
customBlockKey?: string | null | undefined;
|
|
51065
51103
|
customBlockProperties?: {
|
|
@@ -52336,6 +52374,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52336
52374
|
} | null | undefined;
|
|
52337
52375
|
} | null | undefined;
|
|
52338
52376
|
} | null | undefined;
|
|
52377
|
+
imageAlt?: string | null | undefined;
|
|
52378
|
+
imageCaption?: string | null | undefined;
|
|
52339
52379
|
}[] | null | undefined;
|
|
52340
52380
|
customBlockKey?: string | null | undefined;
|
|
52341
52381
|
customBlockProperties?: {
|
|
@@ -52552,6 +52592,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52552
52592
|
} | null | undefined;
|
|
52553
52593
|
} | null | undefined;
|
|
52554
52594
|
} | null | undefined;
|
|
52595
|
+
imageAlt?: string | null | undefined;
|
|
52596
|
+
imageCaption?: string | null | undefined;
|
|
52555
52597
|
}[] | null | undefined;
|
|
52556
52598
|
customBlockKey?: string | null | undefined;
|
|
52557
52599
|
customBlockProperties?: {
|
|
@@ -52836,6 +52878,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
52836
52878
|
} | null | undefined;
|
|
52837
52879
|
} | null | undefined;
|
|
52838
52880
|
} | null | undefined;
|
|
52881
|
+
imageAlt?: string | null | undefined;
|
|
52882
|
+
imageCaption?: string | null | undefined;
|
|
52839
52883
|
}[] | null | undefined;
|
|
52840
52884
|
customBlockKey?: string | null | undefined;
|
|
52841
52885
|
customBlockProperties?: {
|
|
@@ -53052,6 +53096,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53052
53096
|
} | null | undefined;
|
|
53053
53097
|
} | null | undefined;
|
|
53054
53098
|
} | null | undefined;
|
|
53099
|
+
imageAlt?: string | null | undefined;
|
|
53100
|
+
imageCaption?: string | null | undefined;
|
|
53055
53101
|
}[] | null | undefined;
|
|
53056
53102
|
customBlockKey?: string | null | undefined;
|
|
53057
53103
|
customBlockProperties?: {
|
|
@@ -53359,6 +53405,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53359
53405
|
} | null | undefined;
|
|
53360
53406
|
} | null | undefined;
|
|
53361
53407
|
} | null | undefined;
|
|
53408
|
+
imageAlt?: string | null | undefined;
|
|
53409
|
+
imageCaption?: string | null | undefined;
|
|
53362
53410
|
}[] | null | undefined;
|
|
53363
53411
|
customBlockKey?: string | null | undefined;
|
|
53364
53412
|
customBlockProperties?: {
|
|
@@ -53575,6 +53623,8 @@ declare const DocumentationPageV2: z.ZodObject<z.objectUtil.extendShape<z.object
|
|
|
53575
53623
|
} | null | undefined;
|
|
53576
53624
|
} | null | undefined;
|
|
53577
53625
|
} | null | undefined;
|
|
53626
|
+
imageAlt?: string | null | undefined;
|
|
53627
|
+
imageCaption?: string | null | undefined;
|
|
53578
53628
|
}[] | null | undefined;
|
|
53579
53629
|
customBlockKey?: string | null | undefined;
|
|
53580
53630
|
customBlockProperties?: {
|
|
@@ -71901,6 +71951,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
71901
71951
|
} | null | undefined;
|
|
71902
71952
|
} | null | undefined;
|
|
71903
71953
|
} | null | undefined;
|
|
71954
|
+
imageAlt?: string | null | undefined;
|
|
71955
|
+
imageCaption?: string | null | undefined;
|
|
71904
71956
|
}[] | null | undefined;
|
|
71905
71957
|
customBlockKey?: string | null | undefined;
|
|
71906
71958
|
customBlockProperties?: {
|
|
@@ -72117,6 +72169,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72117
72169
|
} | null | undefined;
|
|
72118
72170
|
} | null | undefined;
|
|
72119
72171
|
} | null | undefined;
|
|
72172
|
+
imageAlt?: string | null | undefined;
|
|
72173
|
+
imageCaption?: string | null | undefined;
|
|
72120
72174
|
}[] | null | undefined;
|
|
72121
72175
|
customBlockKey?: string | null | undefined;
|
|
72122
72176
|
customBlockProperties?: {
|
|
@@ -72401,6 +72455,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72401
72455
|
} | null | undefined;
|
|
72402
72456
|
} | null | undefined;
|
|
72403
72457
|
} | null | undefined;
|
|
72458
|
+
imageAlt?: string | null | undefined;
|
|
72459
|
+
imageCaption?: string | null | undefined;
|
|
72404
72460
|
}[] | null | undefined;
|
|
72405
72461
|
customBlockKey?: string | null | undefined;
|
|
72406
72462
|
customBlockProperties?: {
|
|
@@ -72617,6 +72673,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72617
72673
|
} | null | undefined;
|
|
72618
72674
|
} | null | undefined;
|
|
72619
72675
|
} | null | undefined;
|
|
72676
|
+
imageAlt?: string | null | undefined;
|
|
72677
|
+
imageCaption?: string | null | undefined;
|
|
72620
72678
|
}[] | null | undefined;
|
|
72621
72679
|
customBlockKey?: string | null | undefined;
|
|
72622
72680
|
customBlockProperties?: {
|
|
@@ -72924,6 +72982,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
72924
72982
|
} | null | undefined;
|
|
72925
72983
|
} | null | undefined;
|
|
72926
72984
|
} | null | undefined;
|
|
72985
|
+
imageAlt?: string | null | undefined;
|
|
72986
|
+
imageCaption?: string | null | undefined;
|
|
72927
72987
|
}[] | null | undefined;
|
|
72928
72988
|
customBlockKey?: string | null | undefined;
|
|
72929
72989
|
customBlockProperties?: {
|
|
@@ -73140,6 +73200,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73140
73200
|
} | null | undefined;
|
|
73141
73201
|
} | null | undefined;
|
|
73142
73202
|
} | null | undefined;
|
|
73203
|
+
imageAlt?: string | null | undefined;
|
|
73204
|
+
imageCaption?: string | null | undefined;
|
|
73143
73205
|
}[] | null | undefined;
|
|
73144
73206
|
customBlockKey?: string | null | undefined;
|
|
73145
73207
|
customBlockProperties?: {
|
|
@@ -73476,6 +73538,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73476
73538
|
} | null | undefined;
|
|
73477
73539
|
} | null | undefined;
|
|
73478
73540
|
} | null | undefined;
|
|
73541
|
+
imageAlt?: string | null | undefined;
|
|
73542
|
+
imageCaption?: string | null | undefined;
|
|
73479
73543
|
}[] | null | undefined;
|
|
73480
73544
|
customBlockKey?: string | null | undefined;
|
|
73481
73545
|
customBlockProperties?: {
|
|
@@ -73692,6 +73756,8 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
73692
73756
|
} | null | undefined;
|
|
73693
73757
|
} | null | undefined;
|
|
73694
73758
|
} | null | undefined;
|
|
73759
|
+
imageAlt?: string | null | undefined;
|
|
73760
|
+
imageCaption?: string | null | undefined;
|
|
73695
73761
|
}[] | null | undefined;
|
|
73696
73762
|
customBlockKey?: string | null | undefined;
|
|
73697
73763
|
customBlockProperties?: {
|
|
@@ -133927,6 +133993,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
133927
133993
|
} | null | undefined;
|
|
133928
133994
|
} | null | undefined;
|
|
133929
133995
|
} | null | undefined;
|
|
133996
|
+
imageAlt?: string | null | undefined;
|
|
133997
|
+
imageCaption?: string | null | undefined;
|
|
133930
133998
|
}[] | null | undefined;
|
|
133931
133999
|
customBlockKey?: string | null | undefined;
|
|
133932
134000
|
customBlockProperties?: {
|
|
@@ -134143,6 +134211,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
134143
134211
|
} | null | undefined;
|
|
134144
134212
|
} | null | undefined;
|
|
134145
134213
|
} | null | undefined;
|
|
134214
|
+
imageAlt?: string | null | undefined;
|
|
134215
|
+
imageCaption?: string | null | undefined;
|
|
134146
134216
|
}[] | null | undefined;
|
|
134147
134217
|
customBlockKey?: string | null | undefined;
|
|
134148
134218
|
customBlockProperties?: {
|
|
@@ -134427,6 +134497,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
134427
134497
|
} | null | undefined;
|
|
134428
134498
|
} | null | undefined;
|
|
134429
134499
|
} | null | undefined;
|
|
134500
|
+
imageAlt?: string | null | undefined;
|
|
134501
|
+
imageCaption?: string | null | undefined;
|
|
134430
134502
|
}[] | null | undefined;
|
|
134431
134503
|
customBlockKey?: string | null | undefined;
|
|
134432
134504
|
customBlockProperties?: {
|
|
@@ -134643,6 +134715,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
134643
134715
|
} | null | undefined;
|
|
134644
134716
|
} | null | undefined;
|
|
134645
134717
|
} | null | undefined;
|
|
134718
|
+
imageAlt?: string | null | undefined;
|
|
134719
|
+
imageCaption?: string | null | undefined;
|
|
134646
134720
|
}[] | null | undefined;
|
|
134647
134721
|
customBlockKey?: string | null | undefined;
|
|
134648
134722
|
customBlockProperties?: {
|
|
@@ -134950,6 +135024,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
134950
135024
|
} | null | undefined;
|
|
134951
135025
|
} | null | undefined;
|
|
134952
135026
|
} | null | undefined;
|
|
135027
|
+
imageAlt?: string | null | undefined;
|
|
135028
|
+
imageCaption?: string | null | undefined;
|
|
134953
135029
|
}[] | null | undefined;
|
|
134954
135030
|
customBlockKey?: string | null | undefined;
|
|
134955
135031
|
customBlockProperties?: {
|
|
@@ -135166,6 +135242,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
135166
135242
|
} | null | undefined;
|
|
135167
135243
|
} | null | undefined;
|
|
135168
135244
|
} | null | undefined;
|
|
135245
|
+
imageAlt?: string | null | undefined;
|
|
135246
|
+
imageCaption?: string | null | undefined;
|
|
135169
135247
|
}[] | null | undefined;
|
|
135170
135248
|
customBlockKey?: string | null | undefined;
|
|
135171
135249
|
customBlockProperties?: {
|
|
@@ -135884,6 +135962,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
135884
135962
|
} | null | undefined;
|
|
135885
135963
|
} | null | undefined;
|
|
135886
135964
|
} | null | undefined;
|
|
135965
|
+
imageAlt?: string | null | undefined;
|
|
135966
|
+
imageCaption?: string | null | undefined;
|
|
135887
135967
|
}[] | null | undefined;
|
|
135888
135968
|
customBlockKey?: string | null | undefined;
|
|
135889
135969
|
customBlockProperties?: {
|
|
@@ -136100,6 +136180,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136100
136180
|
} | null | undefined;
|
|
136101
136181
|
} | null | undefined;
|
|
136102
136182
|
} | null | undefined;
|
|
136183
|
+
imageAlt?: string | null | undefined;
|
|
136184
|
+
imageCaption?: string | null | undefined;
|
|
136103
136185
|
}[] | null | undefined;
|
|
136104
136186
|
customBlockKey?: string | null | undefined;
|
|
136105
136187
|
customBlockProperties?: {
|
|
@@ -136384,6 +136466,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136384
136466
|
} | null | undefined;
|
|
136385
136467
|
} | null | undefined;
|
|
136386
136468
|
} | null | undefined;
|
|
136469
|
+
imageAlt?: string | null | undefined;
|
|
136470
|
+
imageCaption?: string | null | undefined;
|
|
136387
136471
|
}[] | null | undefined;
|
|
136388
136472
|
customBlockKey?: string | null | undefined;
|
|
136389
136473
|
customBlockProperties?: {
|
|
@@ -136600,6 +136684,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136600
136684
|
} | null | undefined;
|
|
136601
136685
|
} | null | undefined;
|
|
136602
136686
|
} | null | undefined;
|
|
136687
|
+
imageAlt?: string | null | undefined;
|
|
136688
|
+
imageCaption?: string | null | undefined;
|
|
136603
136689
|
}[] | null | undefined;
|
|
136604
136690
|
customBlockKey?: string | null | undefined;
|
|
136605
136691
|
customBlockProperties?: {
|
|
@@ -136907,6 +136993,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
136907
136993
|
} | null | undefined;
|
|
136908
136994
|
} | null | undefined;
|
|
136909
136995
|
} | null | undefined;
|
|
136996
|
+
imageAlt?: string | null | undefined;
|
|
136997
|
+
imageCaption?: string | null | undefined;
|
|
136910
136998
|
}[] | null | undefined;
|
|
136911
136999
|
customBlockKey?: string | null | undefined;
|
|
136912
137000
|
customBlockProperties?: {
|
|
@@ -137123,6 +137211,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137123
137211
|
} | null | undefined;
|
|
137124
137212
|
} | null | undefined;
|
|
137125
137213
|
} | null | undefined;
|
|
137214
|
+
imageAlt?: string | null | undefined;
|
|
137215
|
+
imageCaption?: string | null | undefined;
|
|
137126
137216
|
}[] | null | undefined;
|
|
137127
137217
|
customBlockKey?: string | null | undefined;
|
|
137128
137218
|
customBlockProperties?: {
|
|
@@ -137459,6 +137549,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137459
137549
|
} | null | undefined;
|
|
137460
137550
|
} | null | undefined;
|
|
137461
137551
|
} | null | undefined;
|
|
137552
|
+
imageAlt?: string | null | undefined;
|
|
137553
|
+
imageCaption?: string | null | undefined;
|
|
137462
137554
|
}[] | null | undefined;
|
|
137463
137555
|
customBlockKey?: string | null | undefined;
|
|
137464
137556
|
customBlockProperties?: {
|
|
@@ -137675,6 +137767,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
137675
137767
|
} | null | undefined;
|
|
137676
137768
|
} | null | undefined;
|
|
137677
137769
|
} | null | undefined;
|
|
137770
|
+
imageAlt?: string | null | undefined;
|
|
137771
|
+
imageCaption?: string | null | undefined;
|
|
137678
137772
|
}[] | null | undefined;
|
|
137679
137773
|
customBlockKey?: string | null | undefined;
|
|
137680
137774
|
customBlockProperties?: {
|
|
@@ -138750,6 +138844,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138750
138844
|
} | null | undefined;
|
|
138751
138845
|
} | null | undefined;
|
|
138752
138846
|
} | null | undefined;
|
|
138847
|
+
imageAlt?: string | null | undefined;
|
|
138848
|
+
imageCaption?: string | null | undefined;
|
|
138753
138849
|
}[] | null | undefined;
|
|
138754
138850
|
customBlockKey?: string | null | undefined;
|
|
138755
138851
|
customBlockProperties?: {
|
|
@@ -138966,6 +139062,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138966
139062
|
} | null | undefined;
|
|
138967
139063
|
} | null | undefined;
|
|
138968
139064
|
} | null | undefined;
|
|
139065
|
+
imageAlt?: string | null | undefined;
|
|
139066
|
+
imageCaption?: string | null | undefined;
|
|
138969
139067
|
}[] | null | undefined;
|
|
138970
139068
|
customBlockKey?: string | null | undefined;
|
|
138971
139069
|
customBlockProperties?: {
|
|
@@ -139239,6 +139337,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139239
139337
|
} | null | undefined;
|
|
139240
139338
|
} | null | undefined;
|
|
139241
139339
|
} | null | undefined;
|
|
139340
|
+
imageAlt?: string | null | undefined;
|
|
139341
|
+
imageCaption?: string | null | undefined;
|
|
139242
139342
|
}[] | null | undefined;
|
|
139243
139343
|
customBlockKey?: string | null | undefined;
|
|
139244
139344
|
customBlockProperties?: {
|
|
@@ -139455,6 +139555,8 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139455
139555
|
} | null | undefined;
|
|
139456
139556
|
} | null | undefined;
|
|
139457
139557
|
} | null | undefined;
|
|
139558
|
+
imageAlt?: string | null | undefined;
|
|
139559
|
+
imageCaption?: string | null | undefined;
|
|
139458
139560
|
}[] | null | undefined;
|
|
139459
139561
|
customBlockKey?: string | null | undefined;
|
|
139460
139562
|
customBlockProperties?: {
|
|
@@ -139922,6 +140024,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
139922
140024
|
} | null | undefined;
|
|
139923
140025
|
} | null | undefined;
|
|
139924
140026
|
} | null | undefined;
|
|
140027
|
+
imageAlt?: string | null | undefined;
|
|
140028
|
+
imageCaption?: string | null | undefined;
|
|
139925
140029
|
}[] | null | undefined;
|
|
139926
140030
|
customBlockKey?: string | null | undefined;
|
|
139927
140031
|
customBlockProperties?: {
|
|
@@ -140138,6 +140242,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
140138
140242
|
} | null | undefined;
|
|
140139
140243
|
} | null | undefined;
|
|
140140
140244
|
} | null | undefined;
|
|
140245
|
+
imageAlt?: string | null | undefined;
|
|
140246
|
+
imageCaption?: string | null | undefined;
|
|
140141
140247
|
}[] | null | undefined;
|
|
140142
140248
|
customBlockKey?: string | null | undefined;
|
|
140143
140249
|
customBlockProperties?: {
|
|
@@ -140422,6 +140528,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
140422
140528
|
} | null | undefined;
|
|
140423
140529
|
} | null | undefined;
|
|
140424
140530
|
} | null | undefined;
|
|
140531
|
+
imageAlt?: string | null | undefined;
|
|
140532
|
+
imageCaption?: string | null | undefined;
|
|
140425
140533
|
}[] | null | undefined;
|
|
140426
140534
|
customBlockKey?: string | null | undefined;
|
|
140427
140535
|
customBlockProperties?: {
|
|
@@ -140638,6 +140746,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
140638
140746
|
} | null | undefined;
|
|
140639
140747
|
} | null | undefined;
|
|
140640
140748
|
} | null | undefined;
|
|
140749
|
+
imageAlt?: string | null | undefined;
|
|
140750
|
+
imageCaption?: string | null | undefined;
|
|
140641
140751
|
}[] | null | undefined;
|
|
140642
140752
|
customBlockKey?: string | null | undefined;
|
|
140643
140753
|
customBlockProperties?: {
|
|
@@ -140945,6 +141055,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
140945
141055
|
} | null | undefined;
|
|
140946
141056
|
} | null | undefined;
|
|
140947
141057
|
} | null | undefined;
|
|
141058
|
+
imageAlt?: string | null | undefined;
|
|
141059
|
+
imageCaption?: string | null | undefined;
|
|
140948
141060
|
}[] | null | undefined;
|
|
140949
141061
|
customBlockKey?: string | null | undefined;
|
|
140950
141062
|
customBlockProperties?: {
|
|
@@ -141161,6 +141273,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
141161
141273
|
} | null | undefined;
|
|
141162
141274
|
} | null | undefined;
|
|
141163
141275
|
} | null | undefined;
|
|
141276
|
+
imageAlt?: string | null | undefined;
|
|
141277
|
+
imageCaption?: string | null | undefined;
|
|
141164
141278
|
}[] | null | undefined;
|
|
141165
141279
|
customBlockKey?: string | null | undefined;
|
|
141166
141280
|
customBlockProperties?: {
|
|
@@ -141881,6 +141995,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
141881
141995
|
} | null | undefined;
|
|
141882
141996
|
} | null | undefined;
|
|
141883
141997
|
} | null | undefined;
|
|
141998
|
+
imageAlt?: string | null | undefined;
|
|
141999
|
+
imageCaption?: string | null | undefined;
|
|
141884
142000
|
}[] | null | undefined;
|
|
141885
142001
|
customBlockKey?: string | null | undefined;
|
|
141886
142002
|
customBlockProperties?: {
|
|
@@ -142097,6 +142213,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142097
142213
|
} | null | undefined;
|
|
142098
142214
|
} | null | undefined;
|
|
142099
142215
|
} | null | undefined;
|
|
142216
|
+
imageAlt?: string | null | undefined;
|
|
142217
|
+
imageCaption?: string | null | undefined;
|
|
142100
142218
|
}[] | null | undefined;
|
|
142101
142219
|
customBlockKey?: string | null | undefined;
|
|
142102
142220
|
customBlockProperties?: {
|
|
@@ -142381,6 +142499,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142381
142499
|
} | null | undefined;
|
|
142382
142500
|
} | null | undefined;
|
|
142383
142501
|
} | null | undefined;
|
|
142502
|
+
imageAlt?: string | null | undefined;
|
|
142503
|
+
imageCaption?: string | null | undefined;
|
|
142384
142504
|
}[] | null | undefined;
|
|
142385
142505
|
customBlockKey?: string | null | undefined;
|
|
142386
142506
|
customBlockProperties?: {
|
|
@@ -142597,6 +142717,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142597
142717
|
} | null | undefined;
|
|
142598
142718
|
} | null | undefined;
|
|
142599
142719
|
} | null | undefined;
|
|
142720
|
+
imageAlt?: string | null | undefined;
|
|
142721
|
+
imageCaption?: string | null | undefined;
|
|
142600
142722
|
}[] | null | undefined;
|
|
142601
142723
|
customBlockKey?: string | null | undefined;
|
|
142602
142724
|
customBlockProperties?: {
|
|
@@ -142904,6 +143026,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
142904
143026
|
} | null | undefined;
|
|
142905
143027
|
} | null | undefined;
|
|
142906
143028
|
} | null | undefined;
|
|
143029
|
+
imageAlt?: string | null | undefined;
|
|
143030
|
+
imageCaption?: string | null | undefined;
|
|
142907
143031
|
}[] | null | undefined;
|
|
142908
143032
|
customBlockKey?: string | null | undefined;
|
|
142909
143033
|
customBlockProperties?: {
|
|
@@ -143120,6 +143244,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143120
143244
|
} | null | undefined;
|
|
143121
143245
|
} | null | undefined;
|
|
143122
143246
|
} | null | undefined;
|
|
143247
|
+
imageAlt?: string | null | undefined;
|
|
143248
|
+
imageCaption?: string | null | undefined;
|
|
143123
143249
|
}[] | null | undefined;
|
|
143124
143250
|
customBlockKey?: string | null | undefined;
|
|
143125
143251
|
customBlockProperties?: {
|
|
@@ -143456,6 +143582,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143456
143582
|
} | null | undefined;
|
|
143457
143583
|
} | null | undefined;
|
|
143458
143584
|
} | null | undefined;
|
|
143585
|
+
imageAlt?: string | null | undefined;
|
|
143586
|
+
imageCaption?: string | null | undefined;
|
|
143459
143587
|
}[] | null | undefined;
|
|
143460
143588
|
customBlockKey?: string | null | undefined;
|
|
143461
143589
|
customBlockProperties?: {
|
|
@@ -143672,6 +143800,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
143672
143800
|
} | null | undefined;
|
|
143673
143801
|
} | null | undefined;
|
|
143674
143802
|
} | null | undefined;
|
|
143803
|
+
imageAlt?: string | null | undefined;
|
|
143804
|
+
imageCaption?: string | null | undefined;
|
|
143675
143805
|
}[] | null | undefined;
|
|
143676
143806
|
customBlockKey?: string | null | undefined;
|
|
143677
143807
|
customBlockProperties?: {
|
|
@@ -144739,6 +144869,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144739
144869
|
} | null | undefined;
|
|
144740
144870
|
} | null | undefined;
|
|
144741
144871
|
} | null | undefined;
|
|
144872
|
+
imageAlt?: string | null | undefined;
|
|
144873
|
+
imageCaption?: string | null | undefined;
|
|
144742
144874
|
}[] | null | undefined;
|
|
144743
144875
|
customBlockKey?: string | null | undefined;
|
|
144744
144876
|
customBlockProperties?: {
|
|
@@ -144955,6 +145087,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144955
145087
|
} | null | undefined;
|
|
144956
145088
|
} | null | undefined;
|
|
144957
145089
|
} | null | undefined;
|
|
145090
|
+
imageAlt?: string | null | undefined;
|
|
145091
|
+
imageCaption?: string | null | undefined;
|
|
144958
145092
|
}[] | null | undefined;
|
|
144959
145093
|
customBlockKey?: string | null | undefined;
|
|
144960
145094
|
customBlockProperties?: {
|
|
@@ -145228,6 +145362,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145228
145362
|
} | null | undefined;
|
|
145229
145363
|
} | null | undefined;
|
|
145230
145364
|
} | null | undefined;
|
|
145365
|
+
imageAlt?: string | null | undefined;
|
|
145366
|
+
imageCaption?: string | null | undefined;
|
|
145231
145367
|
}[] | null | undefined;
|
|
145232
145368
|
customBlockKey?: string | null | undefined;
|
|
145233
145369
|
customBlockProperties?: {
|
|
@@ -145444,6 +145580,8 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145444
145580
|
} | null | undefined;
|
|
145445
145581
|
} | null | undefined;
|
|
145446
145582
|
} | null | undefined;
|
|
145583
|
+
imageAlt?: string | null | undefined;
|
|
145584
|
+
imageCaption?: string | null | undefined;
|
|
145447
145585
|
}[] | null | undefined;
|
|
145448
145586
|
customBlockKey?: string | null | undefined;
|
|
145449
145587
|
customBlockProperties?: {
|
|
@@ -147095,6 +147233,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
147095
147233
|
} | null | undefined;
|
|
147096
147234
|
} | null | undefined;
|
|
147097
147235
|
} | null | undefined;
|
|
147236
|
+
imageAlt?: string | null | undefined;
|
|
147237
|
+
imageCaption?: string | null | undefined;
|
|
147098
147238
|
}[] | null | undefined;
|
|
147099
147239
|
customBlockKey?: string | null | undefined;
|
|
147100
147240
|
customBlockProperties?: {
|
|
@@ -147311,6 +147451,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
147311
147451
|
} | null | undefined;
|
|
147312
147452
|
} | null | undefined;
|
|
147313
147453
|
} | null | undefined;
|
|
147454
|
+
imageAlt?: string | null | undefined;
|
|
147455
|
+
imageCaption?: string | null | undefined;
|
|
147314
147456
|
}[] | null | undefined;
|
|
147315
147457
|
customBlockKey?: string | null | undefined;
|
|
147316
147458
|
customBlockProperties?: {
|
|
@@ -147595,6 +147737,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
147595
147737
|
} | null | undefined;
|
|
147596
147738
|
} | null | undefined;
|
|
147597
147739
|
} | null | undefined;
|
|
147740
|
+
imageAlt?: string | null | undefined;
|
|
147741
|
+
imageCaption?: string | null | undefined;
|
|
147598
147742
|
}[] | null | undefined;
|
|
147599
147743
|
customBlockKey?: string | null | undefined;
|
|
147600
147744
|
customBlockProperties?: {
|
|
@@ -147811,6 +147955,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
147811
147955
|
} | null | undefined;
|
|
147812
147956
|
} | null | undefined;
|
|
147813
147957
|
} | null | undefined;
|
|
147958
|
+
imageAlt?: string | null | undefined;
|
|
147959
|
+
imageCaption?: string | null | undefined;
|
|
147814
147960
|
}[] | null | undefined;
|
|
147815
147961
|
customBlockKey?: string | null | undefined;
|
|
147816
147962
|
customBlockProperties?: {
|
|
@@ -148118,6 +148264,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
148118
148264
|
} | null | undefined;
|
|
148119
148265
|
} | null | undefined;
|
|
148120
148266
|
} | null | undefined;
|
|
148267
|
+
imageAlt?: string | null | undefined;
|
|
148268
|
+
imageCaption?: string | null | undefined;
|
|
148121
148269
|
}[] | null | undefined;
|
|
148122
148270
|
customBlockKey?: string | null | undefined;
|
|
148123
148271
|
customBlockProperties?: {
|
|
@@ -148334,6 +148482,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
148334
148482
|
} | null | undefined;
|
|
148335
148483
|
} | null | undefined;
|
|
148336
148484
|
} | null | undefined;
|
|
148485
|
+
imageAlt?: string | null | undefined;
|
|
148486
|
+
imageCaption?: string | null | undefined;
|
|
148337
148487
|
}[] | null | undefined;
|
|
148338
148488
|
customBlockKey?: string | null | undefined;
|
|
148339
148489
|
customBlockProperties?: {
|
|
@@ -149035,6 +149185,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149035
149185
|
} | null | undefined;
|
|
149036
149186
|
} | null | undefined;
|
|
149037
149187
|
} | null | undefined;
|
|
149188
|
+
imageAlt?: string | null | undefined;
|
|
149189
|
+
imageCaption?: string | null | undefined;
|
|
149038
149190
|
}[] | null | undefined;
|
|
149039
149191
|
customBlockKey?: string | null | undefined;
|
|
149040
149192
|
customBlockProperties?: {
|
|
@@ -149251,6 +149403,8 @@ declare const DocumentationPageRoomRoomUpdate: z.ZodObject<{
|
|
|
149251
149403
|
} | null | undefined;
|
|
149252
149404
|
} | null | undefined;
|
|
149253
149405
|
} | null | undefined;
|
|
149406
|
+
imageAlt?: string | null | undefined;
|
|
149407
|
+
imageCaption?: string | null | undefined;
|
|
149254
149408
|
}[] | null | undefined;
|
|
149255
149409
|
customBlockKey?: string | null | undefined;
|
|
149256
149410
|
customBlockProperties?: {
|
|
@@ -149688,6 +149842,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
149688
149842
|
} | null | undefined;
|
|
149689
149843
|
} | null | undefined;
|
|
149690
149844
|
} | null | undefined;
|
|
149845
|
+
imageAlt?: string | null | undefined;
|
|
149846
|
+
imageCaption?: string | null | undefined;
|
|
149691
149847
|
}[] | null | undefined;
|
|
149692
149848
|
customBlockKey?: string | null | undefined;
|
|
149693
149849
|
customBlockProperties?: {
|
|
@@ -149904,6 +150060,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
149904
150060
|
} | null | undefined;
|
|
149905
150061
|
} | null | undefined;
|
|
149906
150062
|
} | null | undefined;
|
|
150063
|
+
imageAlt?: string | null | undefined;
|
|
150064
|
+
imageCaption?: string | null | undefined;
|
|
149907
150065
|
}[] | null | undefined;
|
|
149908
150066
|
customBlockKey?: string | null | undefined;
|
|
149909
150067
|
customBlockProperties?: {
|
|
@@ -150188,6 +150346,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
150188
150346
|
} | null | undefined;
|
|
150189
150347
|
} | null | undefined;
|
|
150190
150348
|
} | null | undefined;
|
|
150349
|
+
imageAlt?: string | null | undefined;
|
|
150350
|
+
imageCaption?: string | null | undefined;
|
|
150191
150351
|
}[] | null | undefined;
|
|
150192
150352
|
customBlockKey?: string | null | undefined;
|
|
150193
150353
|
customBlockProperties?: {
|
|
@@ -150404,6 +150564,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
150404
150564
|
} | null | undefined;
|
|
150405
150565
|
} | null | undefined;
|
|
150406
150566
|
} | null | undefined;
|
|
150567
|
+
imageAlt?: string | null | undefined;
|
|
150568
|
+
imageCaption?: string | null | undefined;
|
|
150407
150569
|
}[] | null | undefined;
|
|
150408
150570
|
customBlockKey?: string | null | undefined;
|
|
150409
150571
|
customBlockProperties?: {
|
|
@@ -150711,6 +150873,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
150711
150873
|
} | null | undefined;
|
|
150712
150874
|
} | null | undefined;
|
|
150713
150875
|
} | null | undefined;
|
|
150876
|
+
imageAlt?: string | null | undefined;
|
|
150877
|
+
imageCaption?: string | null | undefined;
|
|
150714
150878
|
}[] | null | undefined;
|
|
150715
150879
|
customBlockKey?: string | null | undefined;
|
|
150716
150880
|
customBlockProperties?: {
|
|
@@ -150927,6 +151091,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
150927
151091
|
} | null | undefined;
|
|
150928
151092
|
} | null | undefined;
|
|
150929
151093
|
} | null | undefined;
|
|
151094
|
+
imageAlt?: string | null | undefined;
|
|
151095
|
+
imageCaption?: string | null | undefined;
|
|
150930
151096
|
}[] | null | undefined;
|
|
150931
151097
|
customBlockKey?: string | null | undefined;
|
|
150932
151098
|
customBlockProperties?: {
|
|
@@ -152942,6 +153108,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
152942
153108
|
} | null | undefined;
|
|
152943
153109
|
} | null | undefined;
|
|
152944
153110
|
} | null | undefined;
|
|
153111
|
+
imageAlt?: string | null | undefined;
|
|
153112
|
+
imageCaption?: string | null | undefined;
|
|
152945
153113
|
}[] | null | undefined;
|
|
152946
153114
|
customBlockKey?: string | null | undefined;
|
|
152947
153115
|
customBlockProperties?: {
|
|
@@ -153158,6 +153326,8 @@ declare const DocumentationPageRoomInitialStateUpdate: z.ZodObject<z.objectUtil.
|
|
|
153158
153326
|
} | null | undefined;
|
|
153159
153327
|
} | null | undefined;
|
|
153160
153328
|
} | null | undefined;
|
|
153329
|
+
imageAlt?: string | null | undefined;
|
|
153330
|
+
imageCaption?: string | null | undefined;
|
|
153161
153331
|
}[] | null | undefined;
|
|
153162
153332
|
customBlockKey?: string | null | undefined;
|
|
153163
153333
|
customBlockProperties?: {
|
|
@@ -153757,6 +153927,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
153757
153927
|
} | null | undefined;
|
|
153758
153928
|
} | null | undefined;
|
|
153759
153929
|
} | null | undefined;
|
|
153930
|
+
imageAlt?: string | null | undefined;
|
|
153931
|
+
imageCaption?: string | null | undefined;
|
|
153760
153932
|
}[] | null | undefined;
|
|
153761
153933
|
customBlockKey?: string | null | undefined;
|
|
153762
153934
|
customBlockProperties?: {
|
|
@@ -153973,6 +154145,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
153973
154145
|
} | null | undefined;
|
|
153974
154146
|
} | null | undefined;
|
|
153975
154147
|
} | null | undefined;
|
|
154148
|
+
imageAlt?: string | null | undefined;
|
|
154149
|
+
imageCaption?: string | null | undefined;
|
|
153976
154150
|
}[] | null | undefined;
|
|
153977
154151
|
customBlockKey?: string | null | undefined;
|
|
153978
154152
|
customBlockProperties?: {
|
|
@@ -154257,6 +154431,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
154257
154431
|
} | null | undefined;
|
|
154258
154432
|
} | null | undefined;
|
|
154259
154433
|
} | null | undefined;
|
|
154434
|
+
imageAlt?: string | null | undefined;
|
|
154435
|
+
imageCaption?: string | null | undefined;
|
|
154260
154436
|
}[] | null | undefined;
|
|
154261
154437
|
customBlockKey?: string | null | undefined;
|
|
154262
154438
|
customBlockProperties?: {
|
|
@@ -154473,6 +154649,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
154473
154649
|
} | null | undefined;
|
|
154474
154650
|
} | null | undefined;
|
|
154475
154651
|
} | null | undefined;
|
|
154652
|
+
imageAlt?: string | null | undefined;
|
|
154653
|
+
imageCaption?: string | null | undefined;
|
|
154476
154654
|
}[] | null | undefined;
|
|
154477
154655
|
customBlockKey?: string | null | undefined;
|
|
154478
154656
|
customBlockProperties?: {
|
|
@@ -154780,6 +154958,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
154780
154958
|
} | null | undefined;
|
|
154781
154959
|
} | null | undefined;
|
|
154782
154960
|
} | null | undefined;
|
|
154961
|
+
imageAlt?: string | null | undefined;
|
|
154962
|
+
imageCaption?: string | null | undefined;
|
|
154783
154963
|
}[] | null | undefined;
|
|
154784
154964
|
customBlockKey?: string | null | undefined;
|
|
154785
154965
|
customBlockProperties?: {
|
|
@@ -154996,6 +155176,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
154996
155176
|
} | null | undefined;
|
|
154997
155177
|
} | null | undefined;
|
|
154998
155178
|
} | null | undefined;
|
|
155179
|
+
imageAlt?: string | null | undefined;
|
|
155180
|
+
imageCaption?: string | null | undefined;
|
|
154999
155181
|
}[] | null | undefined;
|
|
155000
155182
|
customBlockKey?: string | null | undefined;
|
|
155001
155183
|
customBlockProperties?: {
|
|
@@ -156691,6 +156873,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156691
156873
|
} | null | undefined;
|
|
156692
156874
|
} | null | undefined;
|
|
156693
156875
|
} | null | undefined;
|
|
156876
|
+
imageAlt?: string | null | undefined;
|
|
156877
|
+
imageCaption?: string | null | undefined;
|
|
156694
156878
|
}[] | null | undefined;
|
|
156695
156879
|
customBlockKey?: string | null | undefined;
|
|
156696
156880
|
customBlockProperties?: {
|
|
@@ -156907,6 +157091,8 @@ declare const RestoredDocumentationPage: z.ZodObject<{
|
|
|
156907
157091
|
} | null | undefined;
|
|
156908
157092
|
} | null | undefined;
|
|
156909
157093
|
} | null | undefined;
|
|
157094
|
+
imageAlt?: string | null | undefined;
|
|
157095
|
+
imageCaption?: string | null | undefined;
|
|
156910
157096
|
}[] | null | undefined;
|
|
156911
157097
|
customBlockKey?: string | null | undefined;
|
|
156912
157098
|
customBlockProperties?: {
|