@devvit/protos 0.10.18-next-2024-03-08-61c8c8449.0 → 0.10.18-next-2024-03-11-20fdcbfe4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. package/index.d.ts +5 -2
  2. package/index.d.ts.map +1 -1
  3. package/index.js +2 -0
  4. package/package.json +3 -3
  5. package/schema/devvit/data/api/v1alpha/delivery.proto +8 -2
  6. package/schema/devvit/gateway/custom_post_snapshot.proto +15 -0
  7. package/schema/devvit/gql/snapshot.proto +11 -0
  8. package/schema/devvit/ui/events/v1alpha/event.proto +19 -2
  9. package/types/devvit/actor/reddit/context_action.d.ts +15 -8
  10. package/types/devvit/actor/reddit/context_action.d.ts.map +1 -1
  11. package/types/devvit/gateway/custom_post_snapshot.d.ts +49 -0
  12. package/types/devvit/gateway/custom_post_snapshot.d.ts.map +1 -0
  13. package/types/devvit/gateway/custom_post_snapshot.js +81 -0
  14. package/types/devvit/gql/snapshot.d.ts +25 -0
  15. package/types/devvit/gql/snapshot.d.ts.map +1 -0
  16. package/types/devvit/gql/snapshot.js +65 -0
  17. package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.d.ts +15 -8
  18. package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.d.ts.map +1 -1
  19. package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts +258 -251
  20. package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts.map +1 -1
  21. package/types/devvit/ui/block_kit/v1beta/ui.d.ts +300 -288
  22. package/types/devvit/ui/block_kit/v1beta/ui.d.ts.map +1 -1
  23. package/types/devvit/ui/effects/v1alpha/effect.d.ts +11 -7
  24. package/types/devvit/ui/effects/v1alpha/effect.d.ts.map +1 -1
  25. package/types/devvit/ui/effects/v1alpha/send_event.d.ts +5 -2
  26. package/types/devvit/ui/effects/v1alpha/send_event.d.ts.map +1 -1
  27. package/types/devvit/ui/events/v1alpha/event.d.ts +34 -3
  28. package/types/devvit/ui/events/v1alpha/event.d.ts.map +1 -1
  29. package/types/devvit/ui/events/v1alpha/event.js +48 -0
  30. package/types/devvit/ui/events/v1alpha/handle_ui.d.ts +20 -10
  31. package/types/devvit/ui/events/v1alpha/handle_ui.d.ts.map +1 -1
@@ -139,6 +139,7 @@ export declare const UIRequest: {
139
139
  } | undefined;
140
140
  } | undefined;
141
141
  timer?: {} | undefined;
142
+ blocking?: {} | undefined;
142
143
  queue?: string | undefined;
143
144
  hook?: string | undefined;
144
145
  }[] | undefined;
@@ -212,6 +213,7 @@ export declare const UIRequest: {
212
213
  } | undefined;
213
214
  } | undefined;
214
215
  timer?: {} | undefined;
216
+ blocking?: {} | undefined;
215
217
  queue?: string | undefined;
216
218
  hook?: string | undefined;
217
219
  }[] & ({
@@ -266,6 +268,7 @@ export declare const UIRequest: {
266
268
  } | undefined;
267
269
  } | undefined;
268
270
  timer?: {} | undefined;
271
+ blocking?: {} | undefined;
269
272
  queue?: string | undefined;
270
273
  hook?: string | undefined;
271
274
  } & {
@@ -633,9 +636,10 @@ export declare const UIRequest: {
633
636
  } & { [K_35 in Exclude<keyof I["events"][number]["asyncResponse"]["error"], "$type" | keyof import("../../events/v1alpha/event.js").AsyncError>]: never; }) | undefined;
634
637
  } & { [K_36 in Exclude<keyof I["events"][number]["asyncResponse"], "$type" | keyof import("../../events/v1alpha/event.js").AsyncResponse>]: never; }) | undefined;
635
638
  timer?: ({} & {} & { [K_37 in Exclude<keyof I["events"][number]["timer"], "$type">]: never; }) | undefined;
639
+ blocking?: ({} & {} & { [K_38 in Exclude<keyof I["events"][number]["blocking"], "$type">]: never; }) | undefined;
636
640
  queue?: string | undefined;
637
641
  hook?: string | undefined;
638
- } & { [K_38 in Exclude<keyof I["events"][number], "$type" | keyof UIEvent>]: never; })[] & { [K_39 in Exclude<keyof I["events"], "$type" | keyof {
642
+ } & { [K_39 in Exclude<keyof I["events"][number], "$type" | keyof UIEvent>]: never; })[] & { [K_40 in Exclude<keyof I["events"], "$type" | keyof {
639
643
  realtimeEvent?: {
640
644
  event?: {
641
645
  channel?: string | undefined;
@@ -687,10 +691,11 @@ export declare const UIRequest: {
687
691
  } | undefined;
688
692
  } | undefined;
689
693
  timer?: {} | undefined;
694
+ blocking?: {} | undefined;
690
695
  queue?: string | undefined;
691
696
  hook?: string | undefined;
692
697
  }[]>]: never; }) | undefined;
693
- } & { [K_40 in Exclude<keyof I, "$type" | keyof UIRequest>]: never; }>(object: I): UIRequest;
698
+ } & { [K_41 in Exclude<keyof I, "$type" | keyof UIRequest>]: never; }>(object: I): UIRequest;
694
699
  };
695
700
  export declare const UIResponse: {
696
701
  $type: "devvit.ui.block_kit.v1beta.UIResponse";
@@ -867,6 +872,7 @@ export declare const UIResponse: {
867
872
  } | undefined;
868
873
  } | undefined;
869
874
  timer?: {} | undefined;
875
+ blocking?: {} | undefined;
870
876
  queue?: string | undefined;
871
877
  hook?: string | undefined;
872
878
  } | undefined;
@@ -1215,6 +1221,7 @@ export declare const UIResponse: {
1215
1221
  } | undefined;
1216
1222
  } | undefined;
1217
1223
  timer?: {} | undefined;
1224
+ blocking?: {} | undefined;
1218
1225
  queue?: string | undefined;
1219
1226
  hook?: string | undefined;
1220
1227
  } | undefined;
@@ -1396,6 +1403,7 @@ export declare const UIResponse: {
1396
1403
  } | undefined;
1397
1404
  } | undefined;
1398
1405
  timer?: {} | undefined;
1406
+ blocking?: {} | undefined;
1399
1407
  queue?: string | undefined;
1400
1408
  hook?: string | undefined;
1401
1409
  } | undefined;
@@ -4610,6 +4618,7 @@ export declare const UIResponse: {
4610
4618
  } | undefined;
4611
4619
  } | undefined;
4612
4620
  timer?: {} | undefined;
4621
+ blocking?: {} | undefined;
4613
4622
  queue?: string | undefined;
4614
4623
  hook?: string | undefined;
4615
4624
  } | undefined;
@@ -4666,6 +4675,7 @@ export declare const UIResponse: {
4666
4675
  } | undefined;
4667
4676
  } | undefined;
4668
4677
  timer?: {} | undefined;
4678
+ blocking?: {} | undefined;
4669
4679
  queue?: string | undefined;
4670
4680
  hook?: string | undefined;
4671
4681
  } & {
@@ -4961,10 +4971,11 @@ export declare const UIResponse: {
4961
4971
  } & { [K_143 in Exclude<keyof I["effects"][number]["sendEvent"]["event"]["asyncResponse"]["error"], "$type" | keyof import("../../events/v1alpha/event.js").AsyncError>]: never; }) | undefined;
4962
4972
  } & { [K_144 in Exclude<keyof I["effects"][number]["sendEvent"]["event"]["asyncResponse"], "$type" | keyof import("../../events/v1alpha/event.js").AsyncResponse>]: never; }) | undefined;
4963
4973
  timer?: ({} & {} & { [K_145 in Exclude<keyof I["effects"][number]["sendEvent"]["event"]["timer"], "$type">]: never; }) | undefined;
4974
+ blocking?: ({} & {} & { [K_146 in Exclude<keyof I["effects"][number]["sendEvent"]["event"]["blocking"], "$type">]: never; }) | undefined;
4964
4975
  queue?: string | undefined;
4965
4976
  hook?: string | undefined;
4966
- } & { [K_146 in Exclude<keyof I["effects"][number]["sendEvent"]["event"], "$type" | keyof UIEvent>]: never; }) | undefined;
4967
- } & { [K_147 in Exclude<keyof I["effects"][number]["sendEvent"], "$type" | "event">]: never; }) | undefined;
4977
+ } & { [K_147 in Exclude<keyof I["effects"][number]["sendEvent"]["event"], "$type" | keyof UIEvent>]: never; }) | undefined;
4978
+ } & { [K_148 in Exclude<keyof I["effects"][number]["sendEvent"], "$type" | "event">]: never; }) | undefined;
4968
4979
  interval?: ({
4969
4980
  intervals?: {
4970
4981
  [x: string]: {
@@ -4998,13 +5009,13 @@ export declare const UIResponse: {
4998
5009
  } & {
4999
5010
  seconds?: number | undefined;
5000
5011
  nanos?: number | undefined;
5001
- } & { [K_148 in Exclude<keyof I["effects"][number]["interval"]["intervals"][string]["duration"], "$type" | keyof import("../../../../../index.js").Duration>]: never; }) | undefined;
5012
+ } & { [K_149 in Exclude<keyof I["effects"][number]["interval"]["intervals"][string]["duration"], "$type" | keyof import("../../../../../index.js").Duration>]: never; }) | undefined;
5002
5013
  queue?: string | undefined;
5003
- } & { [K_149 in Exclude<keyof I["effects"][number]["interval"]["intervals"][string], "$type" | keyof import("../../effects/v1alpha/interval.js").IntervalDetails>]: never; }) | undefined;
5004
- } & { [K_150 in Exclude<keyof I["effects"][number]["interval"]["intervals"], string | number>]: never; }) | undefined;
5005
- } & { [K_151 in Exclude<keyof I["effects"][number]["interval"], "$type" | "intervals">]: never; }) | undefined;
5014
+ } & { [K_150 in Exclude<keyof I["effects"][number]["interval"]["intervals"][string], "$type" | keyof import("../../effects/v1alpha/interval.js").IntervalDetails>]: never; }) | undefined;
5015
+ } & { [K_151 in Exclude<keyof I["effects"][number]["interval"]["intervals"], string | number>]: never; }) | undefined;
5016
+ } & { [K_152 in Exclude<keyof I["effects"][number]["interval"], "$type" | "intervals">]: never; }) | undefined;
5006
5017
  type?: import("../../effects/v1alpha/effect.js").EffectType | undefined;
5007
- } & { [K_152 in Exclude<keyof I["effects"][number], "$type" | keyof Effect>]: never; })[] & { [K_153 in Exclude<keyof I["effects"], "$type" | keyof {
5018
+ } & { [K_153 in Exclude<keyof I["effects"][number], "$type" | keyof Effect>]: never; })[] & { [K_154 in Exclude<keyof I["effects"], "$type" | keyof {
5008
5019
  realtimeSubscriptions?: {
5009
5020
  subscriptionIds?: string[] | undefined;
5010
5021
  } | undefined;
@@ -5169,6 +5180,7 @@ export declare const UIResponse: {
5169
5180
  } | undefined;
5170
5181
  } | undefined;
5171
5182
  timer?: {} | undefined;
5183
+ blocking?: {} | undefined;
5172
5184
  queue?: string | undefined;
5173
5185
  hook?: string | undefined;
5174
5186
  } | undefined;
@@ -5359,7 +5371,7 @@ export declare const UIResponse: {
5359
5371
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
5360
5372
  height?: number | undefined;
5361
5373
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
5362
- } & { [K_154 in Exclude<keyof I["blocks"]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
5374
+ } & { [K_155 in Exclude<keyof I["blocks"]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
5363
5375
  sizes?: ({
5364
5376
  grow?: boolean | undefined;
5365
5377
  width?: {
@@ -5412,22 +5424,22 @@ export declare const UIResponse: {
5412
5424
  } & {
5413
5425
  value?: number | undefined;
5414
5426
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5415
- } & { [K_155 in Exclude<keyof I["blocks"]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5427
+ } & { [K_156 in Exclude<keyof I["blocks"]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5416
5428
  min?: ({
5417
5429
  value?: number | undefined;
5418
5430
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5419
5431
  } & {
5420
5432
  value?: number | undefined;
5421
5433
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5422
- } & { [K_156 in Exclude<keyof I["blocks"]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5434
+ } & { [K_157 in Exclude<keyof I["blocks"]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5423
5435
  max?: ({
5424
5436
  value?: number | undefined;
5425
5437
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5426
5438
  } & {
5427
5439
  value?: number | undefined;
5428
5440
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5429
- } & { [K_157 in Exclude<keyof I["blocks"]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5430
- } & { [K_158 in Exclude<keyof I["blocks"]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
5441
+ } & { [K_158 in Exclude<keyof I["blocks"]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5442
+ } & { [K_159 in Exclude<keyof I["blocks"]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
5431
5443
  height?: ({
5432
5444
  value?: {
5433
5445
  value?: number | undefined;
@@ -5448,23 +5460,23 @@ export declare const UIResponse: {
5448
5460
  } & {
5449
5461
  value?: number | undefined;
5450
5462
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5451
- } & { [K_159 in Exclude<keyof I["blocks"]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5463
+ } & { [K_160 in Exclude<keyof I["blocks"]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5452
5464
  min?: ({
5453
5465
  value?: number | undefined;
5454
5466
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5455
5467
  } & {
5456
5468
  value?: number | undefined;
5457
5469
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5458
- } & { [K_160 in Exclude<keyof I["blocks"]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5470
+ } & { [K_161 in Exclude<keyof I["blocks"]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5459
5471
  max?: ({
5460
5472
  value?: number | undefined;
5461
5473
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5462
5474
  } & {
5463
5475
  value?: number | undefined;
5464
5476
  unit?: import("./enums.js").BlockSizeUnit | undefined;
5465
- } & { [K_161 in Exclude<keyof I["blocks"]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5466
- } & { [K_162 in Exclude<keyof I["blocks"]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
5467
- } & { [K_163 in Exclude<keyof I["blocks"]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
5477
+ } & { [K_162 in Exclude<keyof I["blocks"]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
5478
+ } & { [K_163 in Exclude<keyof I["blocks"]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
5479
+ } & { [K_164 in Exclude<keyof I["blocks"]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
5468
5480
  config?: ({
5469
5481
  rootConfig?: {
5470
5482
  children?: {
@@ -6165,7 +6177,7 @@ export declare const UIResponse: {
6165
6177
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
6166
6178
  height?: number | undefined;
6167
6179
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
6168
- } & { [K_164 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
6180
+ } & { [K_165 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
6169
6181
  sizes?: ({
6170
6182
  grow?: boolean | undefined;
6171
6183
  width?: {
@@ -6218,22 +6230,22 @@ export declare const UIResponse: {
6218
6230
  } & {
6219
6231
  value?: number | undefined;
6220
6232
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6221
- } & { [K_165 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6233
+ } & { [K_166 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6222
6234
  min?: ({
6223
6235
  value?: number | undefined;
6224
6236
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6225
6237
  } & {
6226
6238
  value?: number | undefined;
6227
6239
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6228
- } & { [K_166 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6240
+ } & { [K_167 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6229
6241
  max?: ({
6230
6242
  value?: number | undefined;
6231
6243
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6232
6244
  } & {
6233
6245
  value?: number | undefined;
6234
6246
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6235
- } & { [K_167 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6236
- } & { [K_168 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
6247
+ } & { [K_168 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6248
+ } & { [K_169 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
6237
6249
  height?: ({
6238
6250
  value?: {
6239
6251
  value?: number | undefined;
@@ -6254,23 +6266,23 @@ export declare const UIResponse: {
6254
6266
  } & {
6255
6267
  value?: number | undefined;
6256
6268
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6257
- } & { [K_169 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6269
+ } & { [K_170 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6258
6270
  min?: ({
6259
6271
  value?: number | undefined;
6260
6272
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6261
6273
  } & {
6262
6274
  value?: number | undefined;
6263
6275
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6264
- } & { [K_170 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6276
+ } & { [K_171 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6265
6277
  max?: ({
6266
6278
  value?: number | undefined;
6267
6279
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6268
6280
  } & {
6269
6281
  value?: number | undefined;
6270
6282
  unit?: import("./enums.js").BlockSizeUnit | undefined;
6271
- } & { [K_171 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6272
- } & { [K_172 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
6273
- } & { [K_173 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
6283
+ } & { [K_172 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
6284
+ } & { [K_173 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
6285
+ } & { [K_174 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
6274
6286
  config?: ({
6275
6287
  rootConfig?: {
6276
6288
  children?: {
@@ -6971,7 +6983,7 @@ export declare const UIResponse: {
6971
6983
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
6972
6984
  height?: number | undefined;
6973
6985
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
6974
- } & { [K_174 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
6986
+ } & { [K_175 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
6975
6987
  sizes?: ({
6976
6988
  grow?: boolean | undefined;
6977
6989
  width?: {
@@ -7024,22 +7036,22 @@ export declare const UIResponse: {
7024
7036
  } & {
7025
7037
  value?: number | undefined;
7026
7038
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7027
- } & { [K_175 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7039
+ } & { [K_176 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7028
7040
  min?: ({
7029
7041
  value?: number | undefined;
7030
7042
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7031
7043
  } & {
7032
7044
  value?: number | undefined;
7033
7045
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7034
- } & { [K_176 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7046
+ } & { [K_177 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7035
7047
  max?: ({
7036
7048
  value?: number | undefined;
7037
7049
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7038
7050
  } & {
7039
7051
  value?: number | undefined;
7040
7052
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7041
- } & { [K_177 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7042
- } & { [K_178 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
7053
+ } & { [K_178 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7054
+ } & { [K_179 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
7043
7055
  height?: ({
7044
7056
  value?: {
7045
7057
  value?: number | undefined;
@@ -7060,23 +7072,23 @@ export declare const UIResponse: {
7060
7072
  } & {
7061
7073
  value?: number | undefined;
7062
7074
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7063
- } & { [K_179 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7075
+ } & { [K_180 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7064
7076
  min?: ({
7065
7077
  value?: number | undefined;
7066
7078
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7067
7079
  } & {
7068
7080
  value?: number | undefined;
7069
7081
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7070
- } & { [K_180 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7082
+ } & { [K_181 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7071
7083
  max?: ({
7072
7084
  value?: number | undefined;
7073
7085
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7074
7086
  } & {
7075
7087
  value?: number | undefined;
7076
7088
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7077
- } & { [K_181 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7078
- } & { [K_182 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
7079
- } & { [K_183 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
7089
+ } & { [K_182 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
7090
+ } & { [K_183 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
7091
+ } & { [K_184 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
7080
7092
  config?: ({
7081
7093
  rootConfig?: {
7082
7094
  children?: {
@@ -7771,7 +7783,7 @@ export declare const UIResponse: {
7771
7783
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
7772
7784
  height?: number | undefined;
7773
7785
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
7774
- } & any & { [K_184 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
7786
+ } & any & { [K_185 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
7775
7787
  sizes?: ({
7776
7788
  grow?: boolean | undefined;
7777
7789
  width?: {
@@ -7802,7 +7814,7 @@ export declare const UIResponse: {
7802
7814
  unit?: import("./enums.js").BlockSizeUnit | undefined;
7803
7815
  } | undefined;
7804
7816
  } | undefined;
7805
- } & any & { [K_185 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
7817
+ } & any & { [K_186 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
7806
7818
  config?: ({
7807
7819
  rootConfig?: {
7808
7820
  children?: {
@@ -8010,7 +8022,7 @@ export declare const UIResponse: {
8010
8022
  webviewConfig?: {
8011
8023
  url?: string | undefined;
8012
8024
  } | undefined;
8013
- } & any & { [K_186 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
8025
+ } & any & { [K_187 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
8014
8026
  actions?: ({
8015
8027
  type?: import("./enums.js").BlockActionType | undefined;
8016
8028
  id?: string | undefined;
@@ -8023,14 +8035,14 @@ export declare const UIResponse: {
8023
8035
  data?: {
8024
8036
  [x: string]: any;
8025
8037
  } | undefined;
8026
- } & any & { [K_187 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_188 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
8038
+ } & any & { [K_188 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_189 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
8027
8039
  type?: import("./enums.js").BlockActionType | undefined;
8028
8040
  id?: string | undefined;
8029
8041
  data?: {
8030
8042
  [x: string]: any;
8031
8043
  } | undefined;
8032
8044
  }[]>]: never; }) | undefined;
8033
- } & { [K_189 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_190 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
8045
+ } & { [K_190 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_191 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
8034
8046
  type?: import("./enums.js").BlockType | undefined;
8035
8047
  size?: {
8036
8048
  grow?: boolean | undefined;
@@ -8191,7 +8203,7 @@ export declare const UIResponse: {
8191
8203
  }[] | undefined;
8192
8204
  }[]>]: never; }) | undefined;
8193
8205
  height?: number | undefined;
8194
- } & { [K_191 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
8206
+ } & { [K_192 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
8195
8207
  stackConfig?: ({
8196
8208
  direction?: import("./enums.js").BlockStackDirection | undefined;
8197
8209
  children?: {
@@ -8679,7 +8691,7 @@ export declare const UIResponse: {
8679
8691
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
8680
8692
  height?: number | undefined;
8681
8693
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
8682
- } & any & { [K_192 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
8694
+ } & any & { [K_193 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
8683
8695
  sizes?: ({
8684
8696
  grow?: boolean | undefined;
8685
8697
  width?: {
@@ -8710,7 +8722,7 @@ export declare const UIResponse: {
8710
8722
  unit?: import("./enums.js").BlockSizeUnit | undefined;
8711
8723
  } | undefined;
8712
8724
  } | undefined;
8713
- } & any & { [K_193 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
8725
+ } & any & { [K_194 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
8714
8726
  config?: ({
8715
8727
  rootConfig?: {
8716
8728
  children?: {
@@ -8918,7 +8930,7 @@ export declare const UIResponse: {
8918
8930
  webviewConfig?: {
8919
8931
  url?: string | undefined;
8920
8932
  } | undefined;
8921
- } & any & { [K_194 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
8933
+ } & any & { [K_195 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
8922
8934
  actions?: ({
8923
8935
  type?: import("./enums.js").BlockActionType | undefined;
8924
8936
  id?: string | undefined;
@@ -8931,14 +8943,14 @@ export declare const UIResponse: {
8931
8943
  data?: {
8932
8944
  [x: string]: any;
8933
8945
  } | undefined;
8934
- } & any & { [K_195 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_196 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
8946
+ } & any & { [K_196 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_197 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
8935
8947
  type?: import("./enums.js").BlockActionType | undefined;
8936
8948
  id?: string | undefined;
8937
8949
  data?: {
8938
8950
  [x: string]: any;
8939
8951
  } | undefined;
8940
8952
  }[]>]: never; }) | undefined;
8941
- } & { [K_197 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_198 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
8953
+ } & { [K_198 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_199 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
8942
8954
  type?: import("./enums.js").BlockType | undefined;
8943
8955
  size?: {
8944
8956
  grow?: boolean | undefined;
@@ -9105,7 +9117,7 @@ export declare const UIResponse: {
9105
9117
  } & {
9106
9118
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
9107
9119
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
9108
- } & { [K_199 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
9120
+ } & { [K_200 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
9109
9121
  padding?: import("./enums.js").BlockPadding | undefined;
9110
9122
  gap?: import("./enums.js").BlockGap | undefined;
9111
9123
  border?: ({
@@ -9121,8 +9133,8 @@ export declare const UIResponse: {
9121
9133
  colors?: ({
9122
9134
  light?: string | undefined;
9123
9135
  dark?: string | undefined;
9124
- } & any & { [K_200 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9125
- } & { [K_201 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
9136
+ } & any & { [K_201 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9137
+ } & { [K_202 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
9126
9138
  cornerRadius?: import("./enums.js").BlockRadius | undefined;
9127
9139
  backgroundColor?: string | undefined;
9128
9140
  backgroundColors?: ({
@@ -9131,8 +9143,8 @@ export declare const UIResponse: {
9131
9143
  } & {
9132
9144
  light?: string | undefined;
9133
9145
  dark?: string | undefined;
9134
- } & { [K_202 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9135
- } & { [K_203 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
9146
+ } & { [K_203 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9147
+ } & { [K_204 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
9136
9148
  textConfig?: ({
9137
9149
  text?: string | undefined;
9138
9150
  size?: import("./enums.js").BlockTextSize | undefined;
@@ -9162,7 +9174,7 @@ export declare const UIResponse: {
9162
9174
  } & {
9163
9175
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
9164
9176
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
9165
- } & { [K_204 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
9177
+ } & { [K_205 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
9166
9178
  outline?: import("./enums.js").BlockTextOutline | undefined;
9167
9179
  style?: import("./enums.js").BlockTextStyle | undefined;
9168
9180
  selectable?: boolean | undefined;
@@ -9172,10 +9184,10 @@ export declare const UIResponse: {
9172
9184
  } & {
9173
9185
  light?: string | undefined;
9174
9186
  dark?: string | undefined;
9175
- } & { [K_205 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9187
+ } & { [K_206 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9176
9188
  wrap?: boolean | undefined;
9177
9189
  overflow?: import("./enums.js").BlockTextOverflow | undefined;
9178
- } & { [K_206 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
9190
+ } & { [K_207 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
9179
9191
  buttonConfig?: ({
9180
9192
  text?: string | undefined;
9181
9193
  icon?: string | undefined;
@@ -9206,15 +9218,15 @@ export declare const UIResponse: {
9206
9218
  } & {
9207
9219
  light?: string | undefined;
9208
9220
  dark?: string | undefined;
9209
- } & { [K_207 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9221
+ } & { [K_208 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9210
9222
  backgroundColors?: ({
9211
9223
  light?: string | undefined;
9212
9224
  dark?: string | undefined;
9213
9225
  } & {
9214
9226
  light?: string | undefined;
9215
9227
  dark?: string | undefined;
9216
- } & { [K_208 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9217
- } & { [K_209 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
9228
+ } & { [K_209 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9229
+ } & { [K_210 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
9218
9230
  imageConfig?: ({
9219
9231
  url?: string | undefined;
9220
9232
  width?: number | undefined;
@@ -9227,14 +9239,14 @@ export declare const UIResponse: {
9227
9239
  height?: number | undefined;
9228
9240
  description?: string | undefined;
9229
9241
  resizeMode?: import("./enums.js").BlockImageResizeMode | undefined;
9230
- } & { [K_210 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
9242
+ } & { [K_211 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
9231
9243
  spacerConfig?: ({
9232
9244
  size?: import("./enums.js").BlockSpacerSize | undefined;
9233
9245
  shape?: import("./enums.js").BlockSpacerShape | undefined;
9234
9246
  } & {
9235
9247
  size?: import("./enums.js").BlockSpacerSize | undefined;
9236
9248
  shape?: import("./enums.js").BlockSpacerShape | undefined;
9237
- } & { [K_211 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
9249
+ } & { [K_212 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
9238
9250
  iconConfig?: ({
9239
9251
  icon?: string | undefined;
9240
9252
  color?: string | undefined;
@@ -9253,8 +9265,8 @@ export declare const UIResponse: {
9253
9265
  } & {
9254
9266
  light?: string | undefined;
9255
9267
  dark?: string | undefined;
9256
- } & { [K_212 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9257
- } & { [K_213 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
9268
+ } & { [K_213 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
9269
+ } & { [K_214 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
9258
9270
  avatarConfig?: ({
9259
9271
  thingId?: string | undefined;
9260
9272
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -9265,7 +9277,7 @@ export declare const UIResponse: {
9265
9277
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
9266
9278
  size?: import("./enums.js").BlockAvatarSize | undefined;
9267
9279
  background?: import("./enums.js").BlockAvatarBackground | undefined;
9268
- } & { [K_214 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
9280
+ } & { [K_215 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
9269
9281
  fullsnooConfig?: ({
9270
9282
  userId?: string | undefined;
9271
9283
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -9274,7 +9286,7 @@ export declare const UIResponse: {
9274
9286
  userId?: string | undefined;
9275
9287
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
9276
9288
  size?: import("./enums.js").BlockFullSnooSize | undefined;
9277
- } & { [K_215 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
9289
+ } & { [K_216 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
9278
9290
  animationConfig?: ({
9279
9291
  url?: string | undefined;
9280
9292
  width?: number | undefined;
@@ -9295,13 +9307,13 @@ export declare const UIResponse: {
9295
9307
  autoplay?: boolean | undefined;
9296
9308
  speed?: number | undefined;
9297
9309
  direction?: import("./enums.js").BlockAnimationDirection | undefined;
9298
- } & { [K_216 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
9310
+ } & { [K_217 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
9299
9311
  webviewConfig?: ({
9300
9312
  url?: string | undefined;
9301
9313
  } & {
9302
9314
  url?: string | undefined;
9303
- } & { [K_217 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
9304
- } & { [K_218 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
9315
+ } & { [K_218 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
9316
+ } & { [K_219 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
9305
9317
  actions?: ({
9306
9318
  type?: import("./enums.js").BlockActionType | undefined;
9307
9319
  id?: string | undefined;
@@ -9321,15 +9333,15 @@ export declare const UIResponse: {
9321
9333
  [x: string]: any;
9322
9334
  } & {
9323
9335
  [x: string]: any;
9324
- } & { [K_219 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
9325
- } & { [K_220 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_221 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
9336
+ } & { [K_220 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
9337
+ } & { [K_221 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_222 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
9326
9338
  type?: import("./enums.js").BlockActionType | undefined;
9327
9339
  id?: string | undefined;
9328
9340
  data?: {
9329
9341
  [x: string]: any;
9330
9342
  } | undefined;
9331
9343
  }[]>]: never; }) | undefined;
9332
- } & { [K_222 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_223 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
9344
+ } & { [K_223 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_224 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
9333
9345
  type?: import("./enums.js").BlockType | undefined;
9334
9346
  size?: {
9335
9347
  grow?: boolean | undefined;
@@ -9490,7 +9502,7 @@ export declare const UIResponse: {
9490
9502
  }[] | undefined;
9491
9503
  }[]>]: never; }) | undefined;
9492
9504
  height?: number | undefined;
9493
- } & { [K_224 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
9505
+ } & { [K_225 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
9494
9506
  stackConfig?: ({
9495
9507
  direction?: import("./enums.js").BlockStackDirection | undefined;
9496
9508
  children?: {
@@ -9984,7 +9996,7 @@ export declare const UIResponse: {
9984
9996
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
9985
9997
  height?: number | undefined;
9986
9998
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
9987
- } & { [K_225 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
9999
+ } & { [K_226 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
9988
10000
  sizes?: ({
9989
10001
  grow?: boolean | undefined;
9990
10002
  width?: {
@@ -10037,22 +10049,22 @@ export declare const UIResponse: {
10037
10049
  } & {
10038
10050
  value?: number | undefined;
10039
10051
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10040
- } & { [K_226 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10052
+ } & { [K_227 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10041
10053
  min?: ({
10042
10054
  value?: number | undefined;
10043
10055
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10044
10056
  } & {
10045
10057
  value?: number | undefined;
10046
10058
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10047
- } & { [K_227 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10059
+ } & { [K_228 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10048
10060
  max?: ({
10049
10061
  value?: number | undefined;
10050
10062
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10051
10063
  } & {
10052
10064
  value?: number | undefined;
10053
10065
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10054
- } & { [K_228 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10055
- } & { [K_229 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
10066
+ } & { [K_229 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10067
+ } & { [K_230 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
10056
10068
  height?: ({
10057
10069
  value?: {
10058
10070
  value?: number | undefined;
@@ -10073,23 +10085,23 @@ export declare const UIResponse: {
10073
10085
  } & {
10074
10086
  value?: number | undefined;
10075
10087
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10076
- } & { [K_230 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10088
+ } & { [K_231 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10077
10089
  min?: ({
10078
10090
  value?: number | undefined;
10079
10091
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10080
10092
  } & {
10081
10093
  value?: number | undefined;
10082
10094
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10083
- } & { [K_231 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10095
+ } & { [K_232 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10084
10096
  max?: ({
10085
10097
  value?: number | undefined;
10086
10098
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10087
10099
  } & {
10088
10100
  value?: number | undefined;
10089
10101
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10090
- } & { [K_232 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10091
- } & { [K_233 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
10092
- } & { [K_234 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
10102
+ } & { [K_233 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
10103
+ } & { [K_234 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
10104
+ } & { [K_235 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
10093
10105
  config?: ({
10094
10106
  rootConfig?: {
10095
10107
  children?: {
@@ -10784,7 +10796,7 @@ export declare const UIResponse: {
10784
10796
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
10785
10797
  height?: number | undefined;
10786
10798
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
10787
- } & any & { [K_235 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
10799
+ } & any & { [K_236 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
10788
10800
  sizes?: ({
10789
10801
  grow?: boolean | undefined;
10790
10802
  width?: {
@@ -10815,7 +10827,7 @@ export declare const UIResponse: {
10815
10827
  unit?: import("./enums.js").BlockSizeUnit | undefined;
10816
10828
  } | undefined;
10817
10829
  } | undefined;
10818
- } & any & { [K_236 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
10830
+ } & any & { [K_237 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
10819
10831
  config?: ({
10820
10832
  rootConfig?: {
10821
10833
  children?: {
@@ -11023,7 +11035,7 @@ export declare const UIResponse: {
11023
11035
  webviewConfig?: {
11024
11036
  url?: string | undefined;
11025
11037
  } | undefined;
11026
- } & any & { [K_237 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
11038
+ } & any & { [K_238 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
11027
11039
  actions?: ({
11028
11040
  type?: import("./enums.js").BlockActionType | undefined;
11029
11041
  id?: string | undefined;
@@ -11036,14 +11048,14 @@ export declare const UIResponse: {
11036
11048
  data?: {
11037
11049
  [x: string]: any;
11038
11050
  } | undefined;
11039
- } & any & { [K_238 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_239 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
11051
+ } & any & { [K_239 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_240 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
11040
11052
  type?: import("./enums.js").BlockActionType | undefined;
11041
11053
  id?: string | undefined;
11042
11054
  data?: {
11043
11055
  [x: string]: any;
11044
11056
  } | undefined;
11045
11057
  }[]>]: never; }) | undefined;
11046
- } & { [K_240 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_241 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
11058
+ } & { [K_241 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_242 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
11047
11059
  type?: import("./enums.js").BlockType | undefined;
11048
11060
  size?: {
11049
11061
  grow?: boolean | undefined;
@@ -11204,7 +11216,7 @@ export declare const UIResponse: {
11204
11216
  }[] | undefined;
11205
11217
  }[]>]: never; }) | undefined;
11206
11218
  height?: number | undefined;
11207
- } & { [K_242 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
11219
+ } & { [K_243 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
11208
11220
  stackConfig?: ({
11209
11221
  direction?: import("./enums.js").BlockStackDirection | undefined;
11210
11222
  children?: {
@@ -11692,7 +11704,7 @@ export declare const UIResponse: {
11692
11704
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
11693
11705
  height?: number | undefined;
11694
11706
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
11695
- } & any & { [K_243 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
11707
+ } & any & { [K_244 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
11696
11708
  sizes?: ({
11697
11709
  grow?: boolean | undefined;
11698
11710
  width?: {
@@ -11723,7 +11735,7 @@ export declare const UIResponse: {
11723
11735
  unit?: import("./enums.js").BlockSizeUnit | undefined;
11724
11736
  } | undefined;
11725
11737
  } | undefined;
11726
- } & any & { [K_244 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
11738
+ } & any & { [K_245 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
11727
11739
  config?: ({
11728
11740
  rootConfig?: {
11729
11741
  children?: {
@@ -11931,7 +11943,7 @@ export declare const UIResponse: {
11931
11943
  webviewConfig?: {
11932
11944
  url?: string | undefined;
11933
11945
  } | undefined;
11934
- } & any & { [K_245 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
11946
+ } & any & { [K_246 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
11935
11947
  actions?: ({
11936
11948
  type?: import("./enums.js").BlockActionType | undefined;
11937
11949
  id?: string | undefined;
@@ -11944,14 +11956,14 @@ export declare const UIResponse: {
11944
11956
  data?: {
11945
11957
  [x: string]: any;
11946
11958
  } | undefined;
11947
- } & any & { [K_246 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_247 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
11959
+ } & any & { [K_247 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_248 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
11948
11960
  type?: import("./enums.js").BlockActionType | undefined;
11949
11961
  id?: string | undefined;
11950
11962
  data?: {
11951
11963
  [x: string]: any;
11952
11964
  } | undefined;
11953
11965
  }[]>]: never; }) | undefined;
11954
- } & { [K_248 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_249 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
11966
+ } & { [K_249 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_250 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
11955
11967
  type?: import("./enums.js").BlockType | undefined;
11956
11968
  size?: {
11957
11969
  grow?: boolean | undefined;
@@ -12118,7 +12130,7 @@ export declare const UIResponse: {
12118
12130
  } & {
12119
12131
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
12120
12132
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
12121
- } & { [K_250 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
12133
+ } & { [K_251 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
12122
12134
  padding?: import("./enums.js").BlockPadding | undefined;
12123
12135
  gap?: import("./enums.js").BlockGap | undefined;
12124
12136
  border?: ({
@@ -12134,8 +12146,8 @@ export declare const UIResponse: {
12134
12146
  colors?: ({
12135
12147
  light?: string | undefined;
12136
12148
  dark?: string | undefined;
12137
- } & any & { [K_251 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12138
- } & { [K_252 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
12149
+ } & any & { [K_252 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12150
+ } & { [K_253 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
12139
12151
  cornerRadius?: import("./enums.js").BlockRadius | undefined;
12140
12152
  backgroundColor?: string | undefined;
12141
12153
  backgroundColors?: ({
@@ -12144,8 +12156,8 @@ export declare const UIResponse: {
12144
12156
  } & {
12145
12157
  light?: string | undefined;
12146
12158
  dark?: string | undefined;
12147
- } & { [K_253 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12148
- } & { [K_254 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
12159
+ } & { [K_254 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12160
+ } & { [K_255 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
12149
12161
  textConfig?: ({
12150
12162
  text?: string | undefined;
12151
12163
  size?: import("./enums.js").BlockTextSize | undefined;
@@ -12175,7 +12187,7 @@ export declare const UIResponse: {
12175
12187
  } & {
12176
12188
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
12177
12189
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
12178
- } & { [K_255 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
12190
+ } & { [K_256 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
12179
12191
  outline?: import("./enums.js").BlockTextOutline | undefined;
12180
12192
  style?: import("./enums.js").BlockTextStyle | undefined;
12181
12193
  selectable?: boolean | undefined;
@@ -12185,10 +12197,10 @@ export declare const UIResponse: {
12185
12197
  } & {
12186
12198
  light?: string | undefined;
12187
12199
  dark?: string | undefined;
12188
- } & { [K_256 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12200
+ } & { [K_257 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12189
12201
  wrap?: boolean | undefined;
12190
12202
  overflow?: import("./enums.js").BlockTextOverflow | undefined;
12191
- } & { [K_257 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
12203
+ } & { [K_258 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
12192
12204
  buttonConfig?: ({
12193
12205
  text?: string | undefined;
12194
12206
  icon?: string | undefined;
@@ -12219,15 +12231,15 @@ export declare const UIResponse: {
12219
12231
  } & {
12220
12232
  light?: string | undefined;
12221
12233
  dark?: string | undefined;
12222
- } & { [K_258 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12234
+ } & { [K_259 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12223
12235
  backgroundColors?: ({
12224
12236
  light?: string | undefined;
12225
12237
  dark?: string | undefined;
12226
12238
  } & {
12227
12239
  light?: string | undefined;
12228
12240
  dark?: string | undefined;
12229
- } & { [K_259 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12230
- } & { [K_260 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
12241
+ } & { [K_260 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12242
+ } & { [K_261 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
12231
12243
  imageConfig?: ({
12232
12244
  url?: string | undefined;
12233
12245
  width?: number | undefined;
@@ -12240,14 +12252,14 @@ export declare const UIResponse: {
12240
12252
  height?: number | undefined;
12241
12253
  description?: string | undefined;
12242
12254
  resizeMode?: import("./enums.js").BlockImageResizeMode | undefined;
12243
- } & { [K_261 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
12255
+ } & { [K_262 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
12244
12256
  spacerConfig?: ({
12245
12257
  size?: import("./enums.js").BlockSpacerSize | undefined;
12246
12258
  shape?: import("./enums.js").BlockSpacerShape | undefined;
12247
12259
  } & {
12248
12260
  size?: import("./enums.js").BlockSpacerSize | undefined;
12249
12261
  shape?: import("./enums.js").BlockSpacerShape | undefined;
12250
- } & { [K_262 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
12262
+ } & { [K_263 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
12251
12263
  iconConfig?: ({
12252
12264
  icon?: string | undefined;
12253
12265
  color?: string | undefined;
@@ -12266,8 +12278,8 @@ export declare const UIResponse: {
12266
12278
  } & {
12267
12279
  light?: string | undefined;
12268
12280
  dark?: string | undefined;
12269
- } & { [K_263 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12270
- } & { [K_264 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
12281
+ } & { [K_264 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12282
+ } & { [K_265 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
12271
12283
  avatarConfig?: ({
12272
12284
  thingId?: string | undefined;
12273
12285
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -12278,7 +12290,7 @@ export declare const UIResponse: {
12278
12290
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
12279
12291
  size?: import("./enums.js").BlockAvatarSize | undefined;
12280
12292
  background?: import("./enums.js").BlockAvatarBackground | undefined;
12281
- } & { [K_265 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
12293
+ } & { [K_266 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
12282
12294
  fullsnooConfig?: ({
12283
12295
  userId?: string | undefined;
12284
12296
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -12287,7 +12299,7 @@ export declare const UIResponse: {
12287
12299
  userId?: string | undefined;
12288
12300
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
12289
12301
  size?: import("./enums.js").BlockFullSnooSize | undefined;
12290
- } & { [K_266 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
12302
+ } & { [K_267 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
12291
12303
  animationConfig?: ({
12292
12304
  url?: string | undefined;
12293
12305
  width?: number | undefined;
@@ -12308,13 +12320,13 @@ export declare const UIResponse: {
12308
12320
  autoplay?: boolean | undefined;
12309
12321
  speed?: number | undefined;
12310
12322
  direction?: import("./enums.js").BlockAnimationDirection | undefined;
12311
- } & { [K_267 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
12323
+ } & { [K_268 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
12312
12324
  webviewConfig?: ({
12313
12325
  url?: string | undefined;
12314
12326
  } & {
12315
12327
  url?: string | undefined;
12316
- } & { [K_268 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
12317
- } & { [K_269 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
12328
+ } & { [K_269 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
12329
+ } & { [K_270 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
12318
12330
  actions?: ({
12319
12331
  type?: import("./enums.js").BlockActionType | undefined;
12320
12332
  id?: string | undefined;
@@ -12334,15 +12346,15 @@ export declare const UIResponse: {
12334
12346
  [x: string]: any;
12335
12347
  } & {
12336
12348
  [x: string]: any;
12337
- } & { [K_270 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
12338
- } & { [K_271 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_272 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
12349
+ } & { [K_271 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
12350
+ } & { [K_272 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_273 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
12339
12351
  type?: import("./enums.js").BlockActionType | undefined;
12340
12352
  id?: string | undefined;
12341
12353
  data?: {
12342
12354
  [x: string]: any;
12343
12355
  } | undefined;
12344
12356
  }[]>]: never; }) | undefined;
12345
- } & { [K_273 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_274 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
12357
+ } & { [K_274 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_275 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
12346
12358
  type?: import("./enums.js").BlockType | undefined;
12347
12359
  size?: {
12348
12360
  grow?: boolean | undefined;
@@ -12509,7 +12521,7 @@ export declare const UIResponse: {
12509
12521
  } & {
12510
12522
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
12511
12523
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
12512
- } & { [K_275 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
12524
+ } & { [K_276 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
12513
12525
  padding?: import("./enums.js").BlockPadding | undefined;
12514
12526
  gap?: import("./enums.js").BlockGap | undefined;
12515
12527
  border?: ({
@@ -12528,8 +12540,8 @@ export declare const UIResponse: {
12528
12540
  } & {
12529
12541
  light?: string | undefined;
12530
12542
  dark?: string | undefined;
12531
- } & { [K_276 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12532
- } & { [K_277 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
12543
+ } & { [K_277 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12544
+ } & { [K_278 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
12533
12545
  cornerRadius?: import("./enums.js").BlockRadius | undefined;
12534
12546
  backgroundColor?: string | undefined;
12535
12547
  backgroundColors?: ({
@@ -12538,8 +12550,8 @@ export declare const UIResponse: {
12538
12550
  } & {
12539
12551
  light?: string | undefined;
12540
12552
  dark?: string | undefined;
12541
- } & { [K_278 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12542
- } & { [K_279 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
12553
+ } & { [K_279 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12554
+ } & { [K_280 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
12543
12555
  textConfig?: ({
12544
12556
  text?: string | undefined;
12545
12557
  size?: import("./enums.js").BlockTextSize | undefined;
@@ -12569,7 +12581,7 @@ export declare const UIResponse: {
12569
12581
  } & {
12570
12582
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
12571
12583
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
12572
- } & { [K_280 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
12584
+ } & { [K_281 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
12573
12585
  outline?: import("./enums.js").BlockTextOutline | undefined;
12574
12586
  style?: import("./enums.js").BlockTextStyle | undefined;
12575
12587
  selectable?: boolean | undefined;
@@ -12579,10 +12591,10 @@ export declare const UIResponse: {
12579
12591
  } & {
12580
12592
  light?: string | undefined;
12581
12593
  dark?: string | undefined;
12582
- } & { [K_281 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12594
+ } & { [K_282 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12583
12595
  wrap?: boolean | undefined;
12584
12596
  overflow?: import("./enums.js").BlockTextOverflow | undefined;
12585
- } & { [K_282 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
12597
+ } & { [K_283 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
12586
12598
  buttonConfig?: ({
12587
12599
  text?: string | undefined;
12588
12600
  icon?: string | undefined;
@@ -12613,15 +12625,15 @@ export declare const UIResponse: {
12613
12625
  } & {
12614
12626
  light?: string | undefined;
12615
12627
  dark?: string | undefined;
12616
- } & { [K_283 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12628
+ } & { [K_284 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12617
12629
  backgroundColors?: ({
12618
12630
  light?: string | undefined;
12619
12631
  dark?: string | undefined;
12620
12632
  } & {
12621
12633
  light?: string | undefined;
12622
12634
  dark?: string | undefined;
12623
- } & { [K_284 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12624
- } & { [K_285 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
12635
+ } & { [K_285 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12636
+ } & { [K_286 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
12625
12637
  imageConfig?: ({
12626
12638
  url?: string | undefined;
12627
12639
  width?: number | undefined;
@@ -12634,14 +12646,14 @@ export declare const UIResponse: {
12634
12646
  height?: number | undefined;
12635
12647
  description?: string | undefined;
12636
12648
  resizeMode?: import("./enums.js").BlockImageResizeMode | undefined;
12637
- } & { [K_286 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
12649
+ } & { [K_287 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
12638
12650
  spacerConfig?: ({
12639
12651
  size?: import("./enums.js").BlockSpacerSize | undefined;
12640
12652
  shape?: import("./enums.js").BlockSpacerShape | undefined;
12641
12653
  } & {
12642
12654
  size?: import("./enums.js").BlockSpacerSize | undefined;
12643
12655
  shape?: import("./enums.js").BlockSpacerShape | undefined;
12644
- } & { [K_287 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
12656
+ } & { [K_288 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
12645
12657
  iconConfig?: ({
12646
12658
  icon?: string | undefined;
12647
12659
  color?: string | undefined;
@@ -12660,8 +12672,8 @@ export declare const UIResponse: {
12660
12672
  } & {
12661
12673
  light?: string | undefined;
12662
12674
  dark?: string | undefined;
12663
- } & { [K_288 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12664
- } & { [K_289 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
12675
+ } & { [K_289 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
12676
+ } & { [K_290 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
12665
12677
  avatarConfig?: ({
12666
12678
  thingId?: string | undefined;
12667
12679
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -12672,7 +12684,7 @@ export declare const UIResponse: {
12672
12684
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
12673
12685
  size?: import("./enums.js").BlockAvatarSize | undefined;
12674
12686
  background?: import("./enums.js").BlockAvatarBackground | undefined;
12675
- } & { [K_290 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
12687
+ } & { [K_291 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
12676
12688
  fullsnooConfig?: ({
12677
12689
  userId?: string | undefined;
12678
12690
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -12681,7 +12693,7 @@ export declare const UIResponse: {
12681
12693
  userId?: string | undefined;
12682
12694
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
12683
12695
  size?: import("./enums.js").BlockFullSnooSize | undefined;
12684
- } & { [K_291 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
12696
+ } & { [K_292 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
12685
12697
  animationConfig?: ({
12686
12698
  url?: string | undefined;
12687
12699
  width?: number | undefined;
@@ -12702,13 +12714,13 @@ export declare const UIResponse: {
12702
12714
  autoplay?: boolean | undefined;
12703
12715
  speed?: number | undefined;
12704
12716
  direction?: import("./enums.js").BlockAnimationDirection | undefined;
12705
- } & { [K_292 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
12717
+ } & { [K_293 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
12706
12718
  webviewConfig?: ({
12707
12719
  url?: string | undefined;
12708
12720
  } & {
12709
12721
  url?: string | undefined;
12710
- } & { [K_293 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
12711
- } & { [K_294 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
12722
+ } & { [K_294 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
12723
+ } & { [K_295 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
12712
12724
  actions?: ({
12713
12725
  type?: import("./enums.js").BlockActionType | undefined;
12714
12726
  id?: string | undefined;
@@ -12728,15 +12740,15 @@ export declare const UIResponse: {
12728
12740
  [x: string]: any;
12729
12741
  } & {
12730
12742
  [x: string]: any;
12731
- } & { [K_295 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
12732
- } & { [K_296 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_297 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
12743
+ } & { [K_296 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
12744
+ } & { [K_297 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_298 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
12733
12745
  type?: import("./enums.js").BlockActionType | undefined;
12734
12746
  id?: string | undefined;
12735
12747
  data?: {
12736
12748
  [x: string]: any;
12737
12749
  } | undefined;
12738
12750
  }[]>]: never; }) | undefined;
12739
- } & { [K_298 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_299 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"], "$type" | keyof {
12751
+ } & { [K_299 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_300 in Exclude<keyof I["blocks"]["config"]["rootConfig"]["children"], "$type" | keyof {
12740
12752
  type?: import("./enums.js").BlockType | undefined;
12741
12753
  size?: {
12742
12754
  grow?: boolean | undefined;
@@ -12897,7 +12909,7 @@ export declare const UIResponse: {
12897
12909
  }[] | undefined;
12898
12910
  }[]>]: never; }) | undefined;
12899
12911
  height?: number | undefined;
12900
- } & { [K_300 in Exclude<keyof I["blocks"]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
12912
+ } & { [K_301 in Exclude<keyof I["blocks"]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
12901
12913
  stackConfig?: ({
12902
12914
  direction?: import("./enums.js").BlockStackDirection | undefined;
12903
12915
  children?: {
@@ -13391,7 +13403,7 @@ export declare const UIResponse: {
13391
13403
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
13392
13404
  height?: number | undefined;
13393
13405
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
13394
- } & { [K_301 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
13406
+ } & { [K_302 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
13395
13407
  sizes?: ({
13396
13408
  grow?: boolean | undefined;
13397
13409
  width?: {
@@ -13444,22 +13456,22 @@ export declare const UIResponse: {
13444
13456
  } & {
13445
13457
  value?: number | undefined;
13446
13458
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13447
- } & { [K_302 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13459
+ } & { [K_303 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13448
13460
  min?: ({
13449
13461
  value?: number | undefined;
13450
13462
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13451
13463
  } & {
13452
13464
  value?: number | undefined;
13453
13465
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13454
- } & { [K_303 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13466
+ } & { [K_304 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13455
13467
  max?: ({
13456
13468
  value?: number | undefined;
13457
13469
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13458
13470
  } & {
13459
13471
  value?: number | undefined;
13460
13472
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13461
- } & { [K_304 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13462
- } & { [K_305 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
13473
+ } & { [K_305 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13474
+ } & { [K_306 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
13463
13475
  height?: ({
13464
13476
  value?: {
13465
13477
  value?: number | undefined;
@@ -13480,23 +13492,23 @@ export declare const UIResponse: {
13480
13492
  } & {
13481
13493
  value?: number | undefined;
13482
13494
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13483
- } & { [K_306 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13495
+ } & { [K_307 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13484
13496
  min?: ({
13485
13497
  value?: number | undefined;
13486
13498
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13487
13499
  } & {
13488
13500
  value?: number | undefined;
13489
13501
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13490
- } & { [K_307 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13502
+ } & { [K_308 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13491
13503
  max?: ({
13492
13504
  value?: number | undefined;
13493
13505
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13494
13506
  } & {
13495
13507
  value?: number | undefined;
13496
13508
  unit?: import("./enums.js").BlockSizeUnit | undefined;
13497
- } & { [K_308 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13498
- } & { [K_309 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
13499
- } & { [K_310 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
13509
+ } & { [K_309 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
13510
+ } & { [K_310 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
13511
+ } & { [K_311 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
13500
13512
  config?: ({
13501
13513
  rootConfig?: {
13502
13514
  children?: {
@@ -14197,7 +14209,7 @@ export declare const UIResponse: {
14197
14209
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
14198
14210
  height?: number | undefined;
14199
14211
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
14200
- } & { [K_311 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
14212
+ } & { [K_312 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
14201
14213
  sizes?: ({
14202
14214
  grow?: boolean | undefined;
14203
14215
  width?: {
@@ -14250,22 +14262,22 @@ export declare const UIResponse: {
14250
14262
  } & {
14251
14263
  value?: number | undefined;
14252
14264
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14253
- } & { [K_312 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14265
+ } & { [K_313 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14254
14266
  min?: ({
14255
14267
  value?: number | undefined;
14256
14268
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14257
14269
  } & {
14258
14270
  value?: number | undefined;
14259
14271
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14260
- } & { [K_313 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14272
+ } & { [K_314 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14261
14273
  max?: ({
14262
14274
  value?: number | undefined;
14263
14275
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14264
14276
  } & {
14265
14277
  value?: number | undefined;
14266
14278
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14267
- } & { [K_314 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14268
- } & { [K_315 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
14279
+ } & { [K_315 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14280
+ } & { [K_316 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
14269
14281
  height?: ({
14270
14282
  value?: {
14271
14283
  value?: number | undefined;
@@ -14286,23 +14298,23 @@ export declare const UIResponse: {
14286
14298
  } & {
14287
14299
  value?: number | undefined;
14288
14300
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14289
- } & { [K_316 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14301
+ } & { [K_317 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14290
14302
  min?: ({
14291
14303
  value?: number | undefined;
14292
14304
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14293
14305
  } & {
14294
14306
  value?: number | undefined;
14295
14307
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14296
- } & { [K_317 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14308
+ } & { [K_318 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14297
14309
  max?: ({
14298
14310
  value?: number | undefined;
14299
14311
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14300
14312
  } & {
14301
14313
  value?: number | undefined;
14302
14314
  unit?: import("./enums.js").BlockSizeUnit | undefined;
14303
- } & { [K_318 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14304
- } & { [K_319 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
14305
- } & { [K_320 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
14315
+ } & { [K_319 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
14316
+ } & { [K_320 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
14317
+ } & { [K_321 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
14306
14318
  config?: ({
14307
14319
  rootConfig?: {
14308
14320
  children?: {
@@ -14997,7 +15009,7 @@ export declare const UIResponse: {
14997
15009
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
14998
15010
  height?: number | undefined;
14999
15011
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
15000
- } & any & { [K_321 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
15012
+ } & any & { [K_322 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
15001
15013
  sizes?: ({
15002
15014
  grow?: boolean | undefined;
15003
15015
  width?: {
@@ -15028,7 +15040,7 @@ export declare const UIResponse: {
15028
15040
  unit?: import("./enums.js").BlockSizeUnit | undefined;
15029
15041
  } | undefined;
15030
15042
  } | undefined;
15031
- } & any & { [K_322 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
15043
+ } & any & { [K_323 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
15032
15044
  config?: ({
15033
15045
  rootConfig?: {
15034
15046
  children?: {
@@ -15236,7 +15248,7 @@ export declare const UIResponse: {
15236
15248
  webviewConfig?: {
15237
15249
  url?: string | undefined;
15238
15250
  } | undefined;
15239
- } & any & { [K_323 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
15251
+ } & any & { [K_324 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
15240
15252
  actions?: ({
15241
15253
  type?: import("./enums.js").BlockActionType | undefined;
15242
15254
  id?: string | undefined;
@@ -15249,14 +15261,14 @@ export declare const UIResponse: {
15249
15261
  data?: {
15250
15262
  [x: string]: any;
15251
15263
  } | undefined;
15252
- } & any & { [K_324 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_325 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
15264
+ } & any & { [K_325 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_326 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
15253
15265
  type?: import("./enums.js").BlockActionType | undefined;
15254
15266
  id?: string | undefined;
15255
15267
  data?: {
15256
15268
  [x: string]: any;
15257
15269
  } | undefined;
15258
15270
  }[]>]: never; }) | undefined;
15259
- } & { [K_326 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_327 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
15271
+ } & { [K_327 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_328 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
15260
15272
  type?: import("./enums.js").BlockType | undefined;
15261
15273
  size?: {
15262
15274
  grow?: boolean | undefined;
@@ -15417,7 +15429,7 @@ export declare const UIResponse: {
15417
15429
  }[] | undefined;
15418
15430
  }[]>]: never; }) | undefined;
15419
15431
  height?: number | undefined;
15420
- } & { [K_328 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
15432
+ } & { [K_329 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
15421
15433
  stackConfig?: ({
15422
15434
  direction?: import("./enums.js").BlockStackDirection | undefined;
15423
15435
  children?: {
@@ -15905,7 +15917,7 @@ export declare const UIResponse: {
15905
15917
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
15906
15918
  height?: number | undefined;
15907
15919
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
15908
- } & any & { [K_329 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
15920
+ } & any & { [K_330 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
15909
15921
  sizes?: ({
15910
15922
  grow?: boolean | undefined;
15911
15923
  width?: {
@@ -15936,7 +15948,7 @@ export declare const UIResponse: {
15936
15948
  unit?: import("./enums.js").BlockSizeUnit | undefined;
15937
15949
  } | undefined;
15938
15950
  } | undefined;
15939
- } & any & { [K_330 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
15951
+ } & any & { [K_331 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
15940
15952
  config?: ({
15941
15953
  rootConfig?: {
15942
15954
  children?: {
@@ -16144,7 +16156,7 @@ export declare const UIResponse: {
16144
16156
  webviewConfig?: {
16145
16157
  url?: string | undefined;
16146
16158
  } | undefined;
16147
- } & any & { [K_331 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
16159
+ } & any & { [K_332 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
16148
16160
  actions?: ({
16149
16161
  type?: import("./enums.js").BlockActionType | undefined;
16150
16162
  id?: string | undefined;
@@ -16157,14 +16169,14 @@ export declare const UIResponse: {
16157
16169
  data?: {
16158
16170
  [x: string]: any;
16159
16171
  } | undefined;
16160
- } & any & { [K_332 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_333 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
16172
+ } & any & { [K_333 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_334 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
16161
16173
  type?: import("./enums.js").BlockActionType | undefined;
16162
16174
  id?: string | undefined;
16163
16175
  data?: {
16164
16176
  [x: string]: any;
16165
16177
  } | undefined;
16166
16178
  }[]>]: never; }) | undefined;
16167
- } & { [K_334 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_335 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
16179
+ } & { [K_335 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_336 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
16168
16180
  type?: import("./enums.js").BlockType | undefined;
16169
16181
  size?: {
16170
16182
  grow?: boolean | undefined;
@@ -16331,7 +16343,7 @@ export declare const UIResponse: {
16331
16343
  } & {
16332
16344
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
16333
16345
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
16334
- } & { [K_336 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
16346
+ } & { [K_337 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
16335
16347
  padding?: import("./enums.js").BlockPadding | undefined;
16336
16348
  gap?: import("./enums.js").BlockGap | undefined;
16337
16349
  border?: ({
@@ -16347,8 +16359,8 @@ export declare const UIResponse: {
16347
16359
  colors?: ({
16348
16360
  light?: string | undefined;
16349
16361
  dark?: string | undefined;
16350
- } & any & { [K_337 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16351
- } & { [K_338 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
16362
+ } & any & { [K_338 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16363
+ } & { [K_339 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
16352
16364
  cornerRadius?: import("./enums.js").BlockRadius | undefined;
16353
16365
  backgroundColor?: string | undefined;
16354
16366
  backgroundColors?: ({
@@ -16357,8 +16369,8 @@ export declare const UIResponse: {
16357
16369
  } & {
16358
16370
  light?: string | undefined;
16359
16371
  dark?: string | undefined;
16360
- } & { [K_339 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16361
- } & { [K_340 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
16372
+ } & { [K_340 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16373
+ } & { [K_341 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
16362
16374
  textConfig?: ({
16363
16375
  text?: string | undefined;
16364
16376
  size?: import("./enums.js").BlockTextSize | undefined;
@@ -16388,7 +16400,7 @@ export declare const UIResponse: {
16388
16400
  } & {
16389
16401
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
16390
16402
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
16391
- } & { [K_341 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
16403
+ } & { [K_342 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
16392
16404
  outline?: import("./enums.js").BlockTextOutline | undefined;
16393
16405
  style?: import("./enums.js").BlockTextStyle | undefined;
16394
16406
  selectable?: boolean | undefined;
@@ -16398,10 +16410,10 @@ export declare const UIResponse: {
16398
16410
  } & {
16399
16411
  light?: string | undefined;
16400
16412
  dark?: string | undefined;
16401
- } & { [K_342 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16413
+ } & { [K_343 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16402
16414
  wrap?: boolean | undefined;
16403
16415
  overflow?: import("./enums.js").BlockTextOverflow | undefined;
16404
- } & { [K_343 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
16416
+ } & { [K_344 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
16405
16417
  buttonConfig?: ({
16406
16418
  text?: string | undefined;
16407
16419
  icon?: string | undefined;
@@ -16432,15 +16444,15 @@ export declare const UIResponse: {
16432
16444
  } & {
16433
16445
  light?: string | undefined;
16434
16446
  dark?: string | undefined;
16435
- } & { [K_344 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16447
+ } & { [K_345 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16436
16448
  backgroundColors?: ({
16437
16449
  light?: string | undefined;
16438
16450
  dark?: string | undefined;
16439
16451
  } & {
16440
16452
  light?: string | undefined;
16441
16453
  dark?: string | undefined;
16442
- } & { [K_345 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16443
- } & { [K_346 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
16454
+ } & { [K_346 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16455
+ } & { [K_347 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
16444
16456
  imageConfig?: ({
16445
16457
  url?: string | undefined;
16446
16458
  width?: number | undefined;
@@ -16453,14 +16465,14 @@ export declare const UIResponse: {
16453
16465
  height?: number | undefined;
16454
16466
  description?: string | undefined;
16455
16467
  resizeMode?: import("./enums.js").BlockImageResizeMode | undefined;
16456
- } & { [K_347 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
16468
+ } & { [K_348 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
16457
16469
  spacerConfig?: ({
16458
16470
  size?: import("./enums.js").BlockSpacerSize | undefined;
16459
16471
  shape?: import("./enums.js").BlockSpacerShape | undefined;
16460
16472
  } & {
16461
16473
  size?: import("./enums.js").BlockSpacerSize | undefined;
16462
16474
  shape?: import("./enums.js").BlockSpacerShape | undefined;
16463
- } & { [K_348 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
16475
+ } & { [K_349 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
16464
16476
  iconConfig?: ({
16465
16477
  icon?: string | undefined;
16466
16478
  color?: string | undefined;
@@ -16479,8 +16491,8 @@ export declare const UIResponse: {
16479
16491
  } & {
16480
16492
  light?: string | undefined;
16481
16493
  dark?: string | undefined;
16482
- } & { [K_349 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16483
- } & { [K_350 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
16494
+ } & { [K_350 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
16495
+ } & { [K_351 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
16484
16496
  avatarConfig?: ({
16485
16497
  thingId?: string | undefined;
16486
16498
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -16491,7 +16503,7 @@ export declare const UIResponse: {
16491
16503
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
16492
16504
  size?: import("./enums.js").BlockAvatarSize | undefined;
16493
16505
  background?: import("./enums.js").BlockAvatarBackground | undefined;
16494
- } & { [K_351 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
16506
+ } & { [K_352 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
16495
16507
  fullsnooConfig?: ({
16496
16508
  userId?: string | undefined;
16497
16509
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -16500,7 +16512,7 @@ export declare const UIResponse: {
16500
16512
  userId?: string | undefined;
16501
16513
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
16502
16514
  size?: import("./enums.js").BlockFullSnooSize | undefined;
16503
- } & { [K_352 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
16515
+ } & { [K_353 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
16504
16516
  animationConfig?: ({
16505
16517
  url?: string | undefined;
16506
16518
  width?: number | undefined;
@@ -16521,13 +16533,13 @@ export declare const UIResponse: {
16521
16533
  autoplay?: boolean | undefined;
16522
16534
  speed?: number | undefined;
16523
16535
  direction?: import("./enums.js").BlockAnimationDirection | undefined;
16524
- } & { [K_353 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
16536
+ } & { [K_354 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
16525
16537
  webviewConfig?: ({
16526
16538
  url?: string | undefined;
16527
16539
  } & {
16528
16540
  url?: string | undefined;
16529
- } & { [K_354 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
16530
- } & { [K_355 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
16541
+ } & { [K_355 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
16542
+ } & { [K_356 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
16531
16543
  actions?: ({
16532
16544
  type?: import("./enums.js").BlockActionType | undefined;
16533
16545
  id?: string | undefined;
@@ -16547,15 +16559,15 @@ export declare const UIResponse: {
16547
16559
  [x: string]: any;
16548
16560
  } & {
16549
16561
  [x: string]: any;
16550
- } & { [K_356 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
16551
- } & { [K_357 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_358 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
16562
+ } & { [K_357 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
16563
+ } & { [K_358 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_359 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
16552
16564
  type?: import("./enums.js").BlockActionType | undefined;
16553
16565
  id?: string | undefined;
16554
16566
  data?: {
16555
16567
  [x: string]: any;
16556
16568
  } | undefined;
16557
16569
  }[]>]: never; }) | undefined;
16558
- } & { [K_359 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_360 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
16570
+ } & { [K_360 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_361 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
16559
16571
  type?: import("./enums.js").BlockType | undefined;
16560
16572
  size?: {
16561
16573
  grow?: boolean | undefined;
@@ -16716,7 +16728,7 @@ export declare const UIResponse: {
16716
16728
  }[] | undefined;
16717
16729
  }[]>]: never; }) | undefined;
16718
16730
  height?: number | undefined;
16719
- } & { [K_361 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
16731
+ } & { [K_362 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
16720
16732
  stackConfig?: ({
16721
16733
  direction?: import("./enums.js").BlockStackDirection | undefined;
16722
16734
  children?: {
@@ -17210,7 +17222,7 @@ export declare const UIResponse: {
17210
17222
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
17211
17223
  height?: number | undefined;
17212
17224
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
17213
- } & { [K_362 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
17225
+ } & { [K_363 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
17214
17226
  sizes?: ({
17215
17227
  grow?: boolean | undefined;
17216
17228
  width?: {
@@ -17263,22 +17275,22 @@ export declare const UIResponse: {
17263
17275
  } & {
17264
17276
  value?: number | undefined;
17265
17277
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17266
- } & { [K_363 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17278
+ } & { [K_364 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17267
17279
  min?: ({
17268
17280
  value?: number | undefined;
17269
17281
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17270
17282
  } & {
17271
17283
  value?: number | undefined;
17272
17284
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17273
- } & { [K_364 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17285
+ } & { [K_365 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17274
17286
  max?: ({
17275
17287
  value?: number | undefined;
17276
17288
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17277
17289
  } & {
17278
17290
  value?: number | undefined;
17279
17291
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17280
- } & { [K_365 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17281
- } & { [K_366 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
17292
+ } & { [K_366 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17293
+ } & { [K_367 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["width"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
17282
17294
  height?: ({
17283
17295
  value?: {
17284
17296
  value?: number | undefined;
@@ -17299,23 +17311,23 @@ export declare const UIResponse: {
17299
17311
  } & {
17300
17312
  value?: number | undefined;
17301
17313
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17302
- } & { [K_367 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17314
+ } & { [K_368 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["value"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17303
17315
  min?: ({
17304
17316
  value?: number | undefined;
17305
17317
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17306
17318
  } & {
17307
17319
  value?: number | undefined;
17308
17320
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17309
- } & { [K_368 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17321
+ } & { [K_369 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["min"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17310
17322
  max?: ({
17311
17323
  value?: number | undefined;
17312
17324
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17313
17325
  } & {
17314
17326
  value?: number | undefined;
17315
17327
  unit?: import("./enums.js").BlockSizeUnit | undefined;
17316
- } & { [K_369 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17317
- } & { [K_370 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
17318
- } & { [K_371 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
17328
+ } & { [K_370 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"]["max"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension_Value>]: never; }) | undefined;
17329
+ } & { [K_371 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"]["height"], "$type" | keyof import("./attributes.js").BlockSizes_Dimension>]: never; }) | undefined;
17330
+ } & { [K_372 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
17319
17331
  config?: ({
17320
17332
  rootConfig?: {
17321
17333
  children?: {
@@ -18010,7 +18022,7 @@ export declare const UIResponse: {
18010
18022
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
18011
18023
  height?: number | undefined;
18012
18024
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
18013
- } & any & { [K_372 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
18025
+ } & any & { [K_373 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
18014
18026
  sizes?: ({
18015
18027
  grow?: boolean | undefined;
18016
18028
  width?: {
@@ -18041,7 +18053,7 @@ export declare const UIResponse: {
18041
18053
  unit?: import("./enums.js").BlockSizeUnit | undefined;
18042
18054
  } | undefined;
18043
18055
  } | undefined;
18044
- } & any & { [K_373 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
18056
+ } & any & { [K_374 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
18045
18057
  config?: ({
18046
18058
  rootConfig?: {
18047
18059
  children?: {
@@ -18249,7 +18261,7 @@ export declare const UIResponse: {
18249
18261
  webviewConfig?: {
18250
18262
  url?: string | undefined;
18251
18263
  } | undefined;
18252
- } & any & { [K_374 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
18264
+ } & any & { [K_375 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
18253
18265
  actions?: ({
18254
18266
  type?: import("./enums.js").BlockActionType | undefined;
18255
18267
  id?: string | undefined;
@@ -18262,14 +18274,14 @@ export declare const UIResponse: {
18262
18274
  data?: {
18263
18275
  [x: string]: any;
18264
18276
  } | undefined;
18265
- } & any & { [K_375 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_376 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
18277
+ } & any & { [K_376 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_377 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number]["actions"], "$type" | keyof {
18266
18278
  type?: import("./enums.js").BlockActionType | undefined;
18267
18279
  id?: string | undefined;
18268
18280
  data?: {
18269
18281
  [x: string]: any;
18270
18282
  } | undefined;
18271
18283
  }[]>]: never; }) | undefined;
18272
- } & { [K_377 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_378 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
18284
+ } & { [K_378 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_379 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"]["children"], "$type" | keyof {
18273
18285
  type?: import("./enums.js").BlockType | undefined;
18274
18286
  size?: {
18275
18287
  grow?: boolean | undefined;
@@ -18430,7 +18442,7 @@ export declare const UIResponse: {
18430
18442
  }[] | undefined;
18431
18443
  }[]>]: never; }) | undefined;
18432
18444
  height?: number | undefined;
18433
- } & { [K_379 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
18445
+ } & { [K_380 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["rootConfig"], "$type" | keyof import("./block.js").BlockConfig_Root>]: never; }) | undefined;
18434
18446
  stackConfig?: ({
18435
18447
  direction?: import("./enums.js").BlockStackDirection | undefined;
18436
18448
  children?: {
@@ -18918,7 +18930,7 @@ export declare const UIResponse: {
18918
18930
  widthUnit?: import("./enums.js").BlockSizeUnit | undefined;
18919
18931
  height?: number | undefined;
18920
18932
  heightUnit?: import("./enums.js").BlockSizeUnit | undefined;
18921
- } & any & { [K_380 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
18933
+ } & any & { [K_381 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["size"], "$type" | keyof import("./attributes.js").BlockSize>]: never; }) | undefined;
18922
18934
  sizes?: ({
18923
18935
  grow?: boolean | undefined;
18924
18936
  width?: {
@@ -18949,7 +18961,7 @@ export declare const UIResponse: {
18949
18961
  unit?: import("./enums.js").BlockSizeUnit | undefined;
18950
18962
  } | undefined;
18951
18963
  } | undefined;
18952
- } & any & { [K_381 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
18964
+ } & any & { [K_382 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["sizes"], "$type" | keyof import("./attributes.js").BlockSizes>]: never; }) | undefined;
18953
18965
  config?: ({
18954
18966
  rootConfig?: {
18955
18967
  children?: {
@@ -19157,7 +19169,7 @@ export declare const UIResponse: {
19157
19169
  webviewConfig?: {
19158
19170
  url?: string | undefined;
19159
19171
  } | undefined;
19160
- } & any & { [K_382 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
19172
+ } & any & { [K_383 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
19161
19173
  actions?: ({
19162
19174
  type?: import("./enums.js").BlockActionType | undefined;
19163
19175
  id?: string | undefined;
@@ -19170,14 +19182,14 @@ export declare const UIResponse: {
19170
19182
  data?: {
19171
19183
  [x: string]: any;
19172
19184
  } | undefined;
19173
- } & any & { [K_383 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_384 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
19185
+ } & any & { [K_384 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_385 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
19174
19186
  type?: import("./enums.js").BlockActionType | undefined;
19175
19187
  id?: string | undefined;
19176
19188
  data?: {
19177
19189
  [x: string]: any;
19178
19190
  } | undefined;
19179
19191
  }[]>]: never; }) | undefined;
19180
- } & { [K_385 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_386 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
19192
+ } & { [K_386 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_387 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
19181
19193
  type?: import("./enums.js").BlockType | undefined;
19182
19194
  size?: {
19183
19195
  grow?: boolean | undefined;
@@ -19344,7 +19356,7 @@ export declare const UIResponse: {
19344
19356
  } & {
19345
19357
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
19346
19358
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
19347
- } & { [K_387 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
19359
+ } & { [K_388 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
19348
19360
  padding?: import("./enums.js").BlockPadding | undefined;
19349
19361
  gap?: import("./enums.js").BlockGap | undefined;
19350
19362
  border?: ({
@@ -19360,8 +19372,8 @@ export declare const UIResponse: {
19360
19372
  colors?: ({
19361
19373
  light?: string | undefined;
19362
19374
  dark?: string | undefined;
19363
- } & any & { [K_388 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19364
- } & { [K_389 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
19375
+ } & any & { [K_389 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19376
+ } & { [K_390 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
19365
19377
  cornerRadius?: import("./enums.js").BlockRadius | undefined;
19366
19378
  backgroundColor?: string | undefined;
19367
19379
  backgroundColors?: ({
@@ -19370,8 +19382,8 @@ export declare const UIResponse: {
19370
19382
  } & {
19371
19383
  light?: string | undefined;
19372
19384
  dark?: string | undefined;
19373
- } & { [K_390 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19374
- } & { [K_391 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
19385
+ } & { [K_391 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19386
+ } & { [K_392 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
19375
19387
  textConfig?: ({
19376
19388
  text?: string | undefined;
19377
19389
  size?: import("./enums.js").BlockTextSize | undefined;
@@ -19401,7 +19413,7 @@ export declare const UIResponse: {
19401
19413
  } & {
19402
19414
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
19403
19415
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
19404
- } & { [K_392 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
19416
+ } & { [K_393 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
19405
19417
  outline?: import("./enums.js").BlockTextOutline | undefined;
19406
19418
  style?: import("./enums.js").BlockTextStyle | undefined;
19407
19419
  selectable?: boolean | undefined;
@@ -19411,10 +19423,10 @@ export declare const UIResponse: {
19411
19423
  } & {
19412
19424
  light?: string | undefined;
19413
19425
  dark?: string | undefined;
19414
- } & { [K_393 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19426
+ } & { [K_394 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19415
19427
  wrap?: boolean | undefined;
19416
19428
  overflow?: import("./enums.js").BlockTextOverflow | undefined;
19417
- } & { [K_394 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
19429
+ } & { [K_395 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
19418
19430
  buttonConfig?: ({
19419
19431
  text?: string | undefined;
19420
19432
  icon?: string | undefined;
@@ -19445,15 +19457,15 @@ export declare const UIResponse: {
19445
19457
  } & {
19446
19458
  light?: string | undefined;
19447
19459
  dark?: string | undefined;
19448
- } & { [K_395 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19460
+ } & { [K_396 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19449
19461
  backgroundColors?: ({
19450
19462
  light?: string | undefined;
19451
19463
  dark?: string | undefined;
19452
19464
  } & {
19453
19465
  light?: string | undefined;
19454
19466
  dark?: string | undefined;
19455
- } & { [K_396 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19456
- } & { [K_397 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
19467
+ } & { [K_397 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19468
+ } & { [K_398 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
19457
19469
  imageConfig?: ({
19458
19470
  url?: string | undefined;
19459
19471
  width?: number | undefined;
@@ -19466,14 +19478,14 @@ export declare const UIResponse: {
19466
19478
  height?: number | undefined;
19467
19479
  description?: string | undefined;
19468
19480
  resizeMode?: import("./enums.js").BlockImageResizeMode | undefined;
19469
- } & { [K_398 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
19481
+ } & { [K_399 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
19470
19482
  spacerConfig?: ({
19471
19483
  size?: import("./enums.js").BlockSpacerSize | undefined;
19472
19484
  shape?: import("./enums.js").BlockSpacerShape | undefined;
19473
19485
  } & {
19474
19486
  size?: import("./enums.js").BlockSpacerSize | undefined;
19475
19487
  shape?: import("./enums.js").BlockSpacerShape | undefined;
19476
- } & { [K_399 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
19488
+ } & { [K_400 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
19477
19489
  iconConfig?: ({
19478
19490
  icon?: string | undefined;
19479
19491
  color?: string | undefined;
@@ -19492,8 +19504,8 @@ export declare const UIResponse: {
19492
19504
  } & {
19493
19505
  light?: string | undefined;
19494
19506
  dark?: string | undefined;
19495
- } & { [K_400 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19496
- } & { [K_401 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
19507
+ } & { [K_401 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19508
+ } & { [K_402 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
19497
19509
  avatarConfig?: ({
19498
19510
  thingId?: string | undefined;
19499
19511
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -19504,7 +19516,7 @@ export declare const UIResponse: {
19504
19516
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
19505
19517
  size?: import("./enums.js").BlockAvatarSize | undefined;
19506
19518
  background?: import("./enums.js").BlockAvatarBackground | undefined;
19507
- } & { [K_402 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
19519
+ } & { [K_403 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
19508
19520
  fullsnooConfig?: ({
19509
19521
  userId?: string | undefined;
19510
19522
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -19513,7 +19525,7 @@ export declare const UIResponse: {
19513
19525
  userId?: string | undefined;
19514
19526
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
19515
19527
  size?: import("./enums.js").BlockFullSnooSize | undefined;
19516
- } & { [K_403 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
19528
+ } & { [K_404 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
19517
19529
  animationConfig?: ({
19518
19530
  url?: string | undefined;
19519
19531
  width?: number | undefined;
@@ -19534,13 +19546,13 @@ export declare const UIResponse: {
19534
19546
  autoplay?: boolean | undefined;
19535
19547
  speed?: number | undefined;
19536
19548
  direction?: import("./enums.js").BlockAnimationDirection | undefined;
19537
- } & { [K_404 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
19549
+ } & { [K_405 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
19538
19550
  webviewConfig?: ({
19539
19551
  url?: string | undefined;
19540
19552
  } & {
19541
19553
  url?: string | undefined;
19542
- } & { [K_405 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
19543
- } & { [K_406 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
19554
+ } & { [K_406 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
19555
+ } & { [K_407 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
19544
19556
  actions?: ({
19545
19557
  type?: import("./enums.js").BlockActionType | undefined;
19546
19558
  id?: string | undefined;
@@ -19560,15 +19572,15 @@ export declare const UIResponse: {
19560
19572
  [x: string]: any;
19561
19573
  } & {
19562
19574
  [x: string]: any;
19563
- } & { [K_407 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
19564
- } & { [K_408 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_409 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
19575
+ } & { [K_408 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
19576
+ } & { [K_409 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_410 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
19565
19577
  type?: import("./enums.js").BlockActionType | undefined;
19566
19578
  id?: string | undefined;
19567
19579
  data?: {
19568
19580
  [x: string]: any;
19569
19581
  } | undefined;
19570
19582
  }[]>]: never; }) | undefined;
19571
- } & { [K_410 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_411 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
19583
+ } & { [K_411 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_412 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["children"], "$type" | keyof {
19572
19584
  type?: import("./enums.js").BlockType | undefined;
19573
19585
  size?: {
19574
19586
  grow?: boolean | undefined;
@@ -19735,7 +19747,7 @@ export declare const UIResponse: {
19735
19747
  } & {
19736
19748
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
19737
19749
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
19738
- } & { [K_412 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
19750
+ } & { [K_413 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
19739
19751
  padding?: import("./enums.js").BlockPadding | undefined;
19740
19752
  gap?: import("./enums.js").BlockGap | undefined;
19741
19753
  border?: ({
@@ -19754,8 +19766,8 @@ export declare const UIResponse: {
19754
19766
  } & {
19755
19767
  light?: string | undefined;
19756
19768
  dark?: string | undefined;
19757
- } & { [K_413 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19758
- } & { [K_414 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
19769
+ } & { [K_414 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19770
+ } & { [K_415 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
19759
19771
  cornerRadius?: import("./enums.js").BlockRadius | undefined;
19760
19772
  backgroundColor?: string | undefined;
19761
19773
  backgroundColors?: ({
@@ -19764,8 +19776,8 @@ export declare const UIResponse: {
19764
19776
  } & {
19765
19777
  light?: string | undefined;
19766
19778
  dark?: string | undefined;
19767
- } & { [K_415 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19768
- } & { [K_416 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
19779
+ } & { [K_416 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19780
+ } & { [K_417 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
19769
19781
  textConfig?: ({
19770
19782
  text?: string | undefined;
19771
19783
  size?: import("./enums.js").BlockTextSize | undefined;
@@ -19795,7 +19807,7 @@ export declare const UIResponse: {
19795
19807
  } & {
19796
19808
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
19797
19809
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
19798
- } & { [K_417 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
19810
+ } & { [K_418 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
19799
19811
  outline?: import("./enums.js").BlockTextOutline | undefined;
19800
19812
  style?: import("./enums.js").BlockTextStyle | undefined;
19801
19813
  selectable?: boolean | undefined;
@@ -19805,10 +19817,10 @@ export declare const UIResponse: {
19805
19817
  } & {
19806
19818
  light?: string | undefined;
19807
19819
  dark?: string | undefined;
19808
- } & { [K_418 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19820
+ } & { [K_419 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19809
19821
  wrap?: boolean | undefined;
19810
19822
  overflow?: import("./enums.js").BlockTextOverflow | undefined;
19811
- } & { [K_419 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
19823
+ } & { [K_420 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
19812
19824
  buttonConfig?: ({
19813
19825
  text?: string | undefined;
19814
19826
  icon?: string | undefined;
@@ -19839,15 +19851,15 @@ export declare const UIResponse: {
19839
19851
  } & {
19840
19852
  light?: string | undefined;
19841
19853
  dark?: string | undefined;
19842
- } & { [K_420 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19854
+ } & { [K_421 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19843
19855
  backgroundColors?: ({
19844
19856
  light?: string | undefined;
19845
19857
  dark?: string | undefined;
19846
19858
  } & {
19847
19859
  light?: string | undefined;
19848
19860
  dark?: string | undefined;
19849
- } & { [K_421 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19850
- } & { [K_422 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
19861
+ } & { [K_422 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19862
+ } & { [K_423 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
19851
19863
  imageConfig?: ({
19852
19864
  url?: string | undefined;
19853
19865
  width?: number | undefined;
@@ -19860,14 +19872,14 @@ export declare const UIResponse: {
19860
19872
  height?: number | undefined;
19861
19873
  description?: string | undefined;
19862
19874
  resizeMode?: import("./enums.js").BlockImageResizeMode | undefined;
19863
- } & { [K_423 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
19875
+ } & { [K_424 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
19864
19876
  spacerConfig?: ({
19865
19877
  size?: import("./enums.js").BlockSpacerSize | undefined;
19866
19878
  shape?: import("./enums.js").BlockSpacerShape | undefined;
19867
19879
  } & {
19868
19880
  size?: import("./enums.js").BlockSpacerSize | undefined;
19869
19881
  shape?: import("./enums.js").BlockSpacerShape | undefined;
19870
- } & { [K_424 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
19882
+ } & { [K_425 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
19871
19883
  iconConfig?: ({
19872
19884
  icon?: string | undefined;
19873
19885
  color?: string | undefined;
@@ -19886,8 +19898,8 @@ export declare const UIResponse: {
19886
19898
  } & {
19887
19899
  light?: string | undefined;
19888
19900
  dark?: string | undefined;
19889
- } & { [K_425 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19890
- } & { [K_426 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
19901
+ } & { [K_426 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
19902
+ } & { [K_427 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
19891
19903
  avatarConfig?: ({
19892
19904
  thingId?: string | undefined;
19893
19905
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -19898,7 +19910,7 @@ export declare const UIResponse: {
19898
19910
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
19899
19911
  size?: import("./enums.js").BlockAvatarSize | undefined;
19900
19912
  background?: import("./enums.js").BlockAvatarBackground | undefined;
19901
- } & { [K_427 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
19913
+ } & { [K_428 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
19902
19914
  fullsnooConfig?: ({
19903
19915
  userId?: string | undefined;
19904
19916
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -19907,7 +19919,7 @@ export declare const UIResponse: {
19907
19919
  userId?: string | undefined;
19908
19920
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
19909
19921
  size?: import("./enums.js").BlockFullSnooSize | undefined;
19910
- } & { [K_428 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
19922
+ } & { [K_429 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
19911
19923
  animationConfig?: ({
19912
19924
  url?: string | undefined;
19913
19925
  width?: number | undefined;
@@ -19928,13 +19940,13 @@ export declare const UIResponse: {
19928
19940
  autoplay?: boolean | undefined;
19929
19941
  speed?: number | undefined;
19930
19942
  direction?: import("./enums.js").BlockAnimationDirection | undefined;
19931
- } & { [K_429 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
19943
+ } & { [K_430 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
19932
19944
  webviewConfig?: ({
19933
19945
  url?: string | undefined;
19934
19946
  } & {
19935
19947
  url?: string | undefined;
19936
- } & { [K_430 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
19937
- } & { [K_431 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
19948
+ } & { [K_431 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
19949
+ } & { [K_432 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
19938
19950
  actions?: ({
19939
19951
  type?: import("./enums.js").BlockActionType | undefined;
19940
19952
  id?: string | undefined;
@@ -19954,15 +19966,15 @@ export declare const UIResponse: {
19954
19966
  [x: string]: any;
19955
19967
  } & {
19956
19968
  [x: string]: any;
19957
- } & { [K_432 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
19958
- } & { [K_433 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_434 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
19969
+ } & { [K_433 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["actions"][number]["data"], string | number>]: never; }) | undefined;
19970
+ } & { [K_434 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_435 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number]["actions"], "$type" | keyof {
19959
19971
  type?: import("./enums.js").BlockActionType | undefined;
19960
19972
  id?: string | undefined;
19961
19973
  data?: {
19962
19974
  [x: string]: any;
19963
19975
  } | undefined;
19964
19976
  }[]>]: never; }) | undefined;
19965
- } & { [K_435 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_436 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"], "$type" | keyof {
19977
+ } & { [K_436 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"][number], "$type" | keyof Block>]: never; })[] & { [K_437 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["children"], "$type" | keyof {
19966
19978
  type?: import("./enums.js").BlockType | undefined;
19967
19979
  size?: {
19968
19980
  grow?: boolean | undefined;
@@ -20129,7 +20141,7 @@ export declare const UIResponse: {
20129
20141
  } & {
20130
20142
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
20131
20143
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
20132
- } & { [K_437 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
20144
+ } & { [K_438 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
20133
20145
  padding?: import("./enums.js").BlockPadding | undefined;
20134
20146
  gap?: import("./enums.js").BlockGap | undefined;
20135
20147
  border?: ({
@@ -20148,8 +20160,8 @@ export declare const UIResponse: {
20148
20160
  } & {
20149
20161
  light?: string | undefined;
20150
20162
  dark?: string | undefined;
20151
- } & { [K_438 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20152
- } & { [K_439 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
20163
+ } & { [K_439 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["border"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20164
+ } & { [K_440 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["border"], "$type" | keyof import("./attributes.js").BlockBorder>]: never; }) | undefined;
20153
20165
  cornerRadius?: import("./enums.js").BlockRadius | undefined;
20154
20166
  backgroundColor?: string | undefined;
20155
20167
  backgroundColors?: ({
@@ -20158,8 +20170,8 @@ export declare const UIResponse: {
20158
20170
  } & {
20159
20171
  light?: string | undefined;
20160
20172
  dark?: string | undefined;
20161
- } & { [K_440 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20162
- } & { [K_441 in Exclude<keyof I["blocks"]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
20173
+ } & { [K_441 in Exclude<keyof I["blocks"]["config"]["stackConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20174
+ } & { [K_442 in Exclude<keyof I["blocks"]["config"]["stackConfig"], "$type" | keyof import("./block.js").BlockConfig_Stack>]: never; }) | undefined;
20163
20175
  textConfig?: ({
20164
20176
  text?: string | undefined;
20165
20177
  size?: import("./enums.js").BlockTextSize | undefined;
@@ -20189,7 +20201,7 @@ export declare const UIResponse: {
20189
20201
  } & {
20190
20202
  vertical?: import("./enums.js").BlockVerticalAlignment | undefined;
20191
20203
  horizontal?: import("./enums.js").BlockHorizontalAlignment | undefined;
20192
- } & { [K_442 in Exclude<keyof I["blocks"]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
20204
+ } & { [K_443 in Exclude<keyof I["blocks"]["config"]["textConfig"]["alignment"], "$type" | keyof import("./attributes.js").BlockAlignment>]: never; }) | undefined;
20193
20205
  outline?: import("./enums.js").BlockTextOutline | undefined;
20194
20206
  style?: import("./enums.js").BlockTextStyle | undefined;
20195
20207
  selectable?: boolean | undefined;
@@ -20199,10 +20211,10 @@ export declare const UIResponse: {
20199
20211
  } & {
20200
20212
  light?: string | undefined;
20201
20213
  dark?: string | undefined;
20202
- } & { [K_443 in Exclude<keyof I["blocks"]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20214
+ } & { [K_444 in Exclude<keyof I["blocks"]["config"]["textConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20203
20215
  wrap?: boolean | undefined;
20204
20216
  overflow?: import("./enums.js").BlockTextOverflow | undefined;
20205
- } & { [K_444 in Exclude<keyof I["blocks"]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
20217
+ } & { [K_445 in Exclude<keyof I["blocks"]["config"]["textConfig"], "$type" | keyof import("./block.js").BlockConfig_Text>]: never; }) | undefined;
20206
20218
  buttonConfig?: ({
20207
20219
  text?: string | undefined;
20208
20220
  icon?: string | undefined;
@@ -20233,15 +20245,15 @@ export declare const UIResponse: {
20233
20245
  } & {
20234
20246
  light?: string | undefined;
20235
20247
  dark?: string | undefined;
20236
- } & { [K_445 in Exclude<keyof I["blocks"]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20248
+ } & { [K_446 in Exclude<keyof I["blocks"]["config"]["buttonConfig"]["textColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20237
20249
  backgroundColors?: ({
20238
20250
  light?: string | undefined;
20239
20251
  dark?: string | undefined;
20240
20252
  } & {
20241
20253
  light?: string | undefined;
20242
20254
  dark?: string | undefined;
20243
- } & { [K_446 in Exclude<keyof I["blocks"]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20244
- } & { [K_447 in Exclude<keyof I["blocks"]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
20255
+ } & { [K_447 in Exclude<keyof I["blocks"]["config"]["buttonConfig"]["backgroundColors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20256
+ } & { [K_448 in Exclude<keyof I["blocks"]["config"]["buttonConfig"], "$type" | keyof import("./block.js").BlockConfig_Button>]: never; }) | undefined;
20245
20257
  imageConfig?: ({
20246
20258
  url?: string | undefined;
20247
20259
  width?: number | undefined;
@@ -20254,14 +20266,14 @@ export declare const UIResponse: {
20254
20266
  height?: number | undefined;
20255
20267
  description?: string | undefined;
20256
20268
  resizeMode?: import("./enums.js").BlockImageResizeMode | undefined;
20257
- } & { [K_448 in Exclude<keyof I["blocks"]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
20269
+ } & { [K_449 in Exclude<keyof I["blocks"]["config"]["imageConfig"], "$type" | keyof import("./block.js").BlockConfig_Image>]: never; }) | undefined;
20258
20270
  spacerConfig?: ({
20259
20271
  size?: import("./enums.js").BlockSpacerSize | undefined;
20260
20272
  shape?: import("./enums.js").BlockSpacerShape | undefined;
20261
20273
  } & {
20262
20274
  size?: import("./enums.js").BlockSpacerSize | undefined;
20263
20275
  shape?: import("./enums.js").BlockSpacerShape | undefined;
20264
- } & { [K_449 in Exclude<keyof I["blocks"]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
20276
+ } & { [K_450 in Exclude<keyof I["blocks"]["config"]["spacerConfig"], "$type" | keyof import("./block.js").BlockConfig_Spacer>]: never; }) | undefined;
20265
20277
  iconConfig?: ({
20266
20278
  icon?: string | undefined;
20267
20279
  color?: string | undefined;
@@ -20280,8 +20292,8 @@ export declare const UIResponse: {
20280
20292
  } & {
20281
20293
  light?: string | undefined;
20282
20294
  dark?: string | undefined;
20283
- } & { [K_450 in Exclude<keyof I["blocks"]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20284
- } & { [K_451 in Exclude<keyof I["blocks"]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
20295
+ } & { [K_451 in Exclude<keyof I["blocks"]["config"]["iconConfig"]["colors"], "$type" | keyof import("./attributes.js").BlockColor>]: never; }) | undefined;
20296
+ } & { [K_452 in Exclude<keyof I["blocks"]["config"]["iconConfig"], "$type" | keyof import("./block.js").BlockConfig_Icon>]: never; }) | undefined;
20285
20297
  avatarConfig?: ({
20286
20298
  thingId?: string | undefined;
20287
20299
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -20292,7 +20304,7 @@ export declare const UIResponse: {
20292
20304
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
20293
20305
  size?: import("./enums.js").BlockAvatarSize | undefined;
20294
20306
  background?: import("./enums.js").BlockAvatarBackground | undefined;
20295
- } & { [K_452 in Exclude<keyof I["blocks"]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
20307
+ } & { [K_453 in Exclude<keyof I["blocks"]["config"]["avatarConfig"], "$type" | keyof import("./block.js").BlockConfig_Avatar>]: never; }) | undefined;
20296
20308
  fullsnooConfig?: ({
20297
20309
  userId?: string | undefined;
20298
20310
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
@@ -20301,7 +20313,7 @@ export declare const UIResponse: {
20301
20313
  userId?: string | undefined;
20302
20314
  facing?: import("./enums.js").BlockAvatarFacing | undefined;
20303
20315
  size?: import("./enums.js").BlockFullSnooSize | undefined;
20304
- } & { [K_453 in Exclude<keyof I["blocks"]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
20316
+ } & { [K_454 in Exclude<keyof I["blocks"]["config"]["fullsnooConfig"], "$type" | keyof import("./block.js").BlockConfig_FullSnoo>]: never; }) | undefined;
20305
20317
  animationConfig?: ({
20306
20318
  url?: string | undefined;
20307
20319
  width?: number | undefined;
@@ -20322,13 +20334,13 @@ export declare const UIResponse: {
20322
20334
  autoplay?: boolean | undefined;
20323
20335
  speed?: number | undefined;
20324
20336
  direction?: import("./enums.js").BlockAnimationDirection | undefined;
20325
- } & { [K_454 in Exclude<keyof I["blocks"]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
20337
+ } & { [K_455 in Exclude<keyof I["blocks"]["config"]["animationConfig"], "$type" | keyof import("./block.js").BlockConfig_Animation>]: never; }) | undefined;
20326
20338
  webviewConfig?: ({
20327
20339
  url?: string | undefined;
20328
20340
  } & {
20329
20341
  url?: string | undefined;
20330
- } & { [K_455 in Exclude<keyof I["blocks"]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
20331
- } & { [K_456 in Exclude<keyof I["blocks"]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
20342
+ } & { [K_456 in Exclude<keyof I["blocks"]["config"]["webviewConfig"], "$type" | "url">]: never; }) | undefined;
20343
+ } & { [K_457 in Exclude<keyof I["blocks"]["config"], "$type" | keyof import("./block.js").BlockConfig>]: never; }) | undefined;
20332
20344
  actions?: ({
20333
20345
  type?: import("./enums.js").BlockActionType | undefined;
20334
20346
  id?: string | undefined;
@@ -20348,16 +20360,16 @@ export declare const UIResponse: {
20348
20360
  [x: string]: any;
20349
20361
  } & {
20350
20362
  [x: string]: any;
20351
- } & { [K_457 in Exclude<keyof I["blocks"]["actions"][number]["data"], string | number>]: never; }) | undefined;
20352
- } & { [K_458 in Exclude<keyof I["blocks"]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_459 in Exclude<keyof I["blocks"]["actions"], "$type" | keyof {
20363
+ } & { [K_458 in Exclude<keyof I["blocks"]["actions"][number]["data"], string | number>]: never; }) | undefined;
20364
+ } & { [K_459 in Exclude<keyof I["blocks"]["actions"][number], "$type" | keyof import("./attributes.js").BlockAction>]: never; })[] & { [K_460 in Exclude<keyof I["blocks"]["actions"], "$type" | keyof {
20353
20365
  type?: import("./enums.js").BlockActionType | undefined;
20354
20366
  id?: string | undefined;
20355
20367
  data?: {
20356
20368
  [x: string]: any;
20357
20369
  } | undefined;
20358
20370
  }[]>]: never; }) | undefined;
20359
- } & { [K_460 in Exclude<keyof I["blocks"], "$type" | keyof Block>]: never; }) | undefined;
20360
- } & { [K_461 in Exclude<keyof I, "$type" | keyof UIResponse>]: never; }>(object: I): UIResponse;
20371
+ } & { [K_461 in Exclude<keyof I["blocks"], "$type" | keyof Block>]: never; }) | undefined;
20372
+ } & { [K_462 in Exclude<keyof I, "$type" | keyof UIResponse>]: never; }>(object: I): UIResponse;
20361
20373
  };
20362
20374
  export declare const UIEnvironment: {
20363
20375
  $type: "devvit.ui.block_kit.v1beta.UIEnvironment";