@wise/dynamic-flow-types 4.18.0-experimental-2dcb025 → 4.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/build/renderers/RendererProps.d.ts +2 -3
  2. package/build/renderers/RendererProps.d.ts.map +1 -1
  3. package/build/renderers/constants.d.ts +1 -1
  4. package/build/renderers/constants.d.ts.map +1 -1
  5. package/build/renderers/index.d.ts +0 -1
  6. package/build/renderers/index.d.ts.map +1 -1
  7. package/build/spec/index.d.ts +2 -9
  8. package/build/spec/index.d.ts.map +1 -1
  9. package/build/spec/layout/Layout.d.ts +3 -4
  10. package/build/spec/layout/Layout.d.ts.map +1 -1
  11. package/build/spec/layout/StatusListLayoutItem.d.ts +2 -2
  12. package/build/spec/layout/StatusListLayoutItem.d.ts.map +1 -1
  13. package/build/spec/layout/{ItemCallToAction.d.ts → StatusListLayoutItemCallToAction.d.ts} +2 -2
  14. package/build/spec/layout/StatusListLayoutItemCallToAction.d.ts.map +1 -0
  15. package/build/spec/main.js +48 -115
  16. package/build/spec/main.mjs +48 -115
  17. package/build/spec/misc/Context.d.ts +1 -1
  18. package/build/spec/misc/Context.d.ts.map +1 -1
  19. package/build/spec/misc/media/MediaAvatar.d.ts +2 -2
  20. package/build/spec/misc/media/MediaAvatar.d.ts.map +1 -1
  21. package/build/spec/misc/media/MediaAvatarContent.d.ts +7 -0
  22. package/build/spec/misc/media/MediaAvatarContent.d.ts.map +1 -0
  23. package/build/spec/misc/media/{AvatarTextContent.d.ts → MediaAvatarTextContent.d.ts} +2 -2
  24. package/build/spec/misc/media/MediaAvatarTextContent.d.ts.map +1 -0
  25. package/build/spec/misc/media/{AvatarUriContent.d.ts → MediaAvatarUriContent.d.ts} +2 -2
  26. package/build/spec/misc/media/MediaAvatarUriContent.d.ts.map +1 -0
  27. package/build/spec/responses/search/SearchResultSearch.d.ts +2 -2
  28. package/build/spec/responses/search/SearchResultSearch.d.ts.map +1 -1
  29. package/build/spec/responses/search/{SearchSearchRequest.d.ts → SearchResultSearchSearchRequest.d.ts} +2 -2
  30. package/build/spec/responses/search/SearchResultSearchSearchRequest.d.ts.map +1 -0
  31. package/build/tsconfig.tsbuildinfo +1 -1
  32. package/build/zod/schemas.d.ts +356 -472
  33. package/build/zod/schemas.d.ts.map +1 -1
  34. package/build/zod/schemas.ts +816 -897
  35. package/package.json +3 -3
  36. package/build/renderers/CollectionRendererProps.d.ts +0 -69
  37. package/build/renderers/CollectionRendererProps.d.ts.map +0 -1
  38. package/build/spec/layout/CollectionLayout.d.ts +0 -57
  39. package/build/spec/layout/CollectionLayout.d.ts.map +0 -1
  40. package/build/spec/layout/CollectionLayoutCallToAction.d.ts +0 -19
  41. package/build/spec/layout/CollectionLayoutCallToAction.d.ts.map +0 -1
  42. package/build/spec/layout/CollectionLayoutFilter.d.ts +0 -6
  43. package/build/spec/layout/CollectionLayoutFilter.d.ts.map +0 -1
  44. package/build/spec/layout/CollectionLayoutItem.d.ts +0 -56
  45. package/build/spec/layout/CollectionLayoutItem.d.ts.map +0 -1
  46. package/build/spec/layout/CollectionLayoutSearch.d.ts +0 -18
  47. package/build/spec/layout/CollectionLayoutSearch.d.ts.map +0 -1
  48. package/build/spec/layout/CollectionLayoutSection.d.ts +0 -24
  49. package/build/spec/layout/CollectionLayoutSection.d.ts.map +0 -1
  50. package/build/spec/layout/CollectionLayoutSelectFilter.d.ts +0 -24
  51. package/build/spec/layout/CollectionLayoutSelectFilter.d.ts.map +0 -1
  52. package/build/spec/layout/CollectionLayoutState.d.ts +0 -30
  53. package/build/spec/layout/CollectionLayoutState.d.ts.map +0 -1
  54. package/build/spec/layout/ItemCallToAction.d.ts.map +0 -1
  55. package/build/spec/layout/SelectFilterOption.d.ts +0 -22
  56. package/build/spec/layout/SelectFilterOption.d.ts.map +0 -1
  57. package/build/spec/misc/media/AvatarContent.d.ts +0 -7
  58. package/build/spec/misc/media/AvatarContent.d.ts.map +0 -1
  59. package/build/spec/misc/media/AvatarTextContent.d.ts.map +0 -1
  60. package/build/spec/misc/media/AvatarUriContent.d.ts.map +0 -1
  61. package/build/spec/responses/search/SearchSearchRequest.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import type { JsonElement, AdditionalInfo, Behavior, ReviewLayoutCallToAction, CollectionLayoutState, CollectionLayoutSection, Layout, TabsLayout, TabsLayoutTab, AlertLayout, AlertLayoutCallToAction, CollectionLayoutItem, CollectionLayoutCallToAction, ListLayout, ListLayoutCallToAction, ListLayoutItem, UpsellLayoutCallToAction, UpsellLayout, DecisionLayout, DecisionLayoutOption, SectionLayoutCallToAction, StatusListLayout, StatusListLayoutItem, CollectionLayout, SectionLayout, ItemCallToAction, SearchLayout, SearchInitialState, BoxLayout, ButtonLayout, ColumnsLayout, ModalLayout, ReviewLayout, ReviewLayoutField, ModalLayoutContent, SearchResponse, SearchLayoutResponseBody, SearchInitialLayoutConfig, SubflowResponseBody, ModalResponseBody, Step, Schema, Polling, LinkHandler, Toolbar, AllOfSchema, ArraySchema, BlobSchema, BooleanSchema, ConstSchema, IntegerSchema, NumberSchema, ObjectSchema, OneOfSchema, StringSchema, ArraySchemaList, PersistAsync, ArraySchemaTuple, PollingOnError, ToolbarItem, ToolbarButton, SubflowBehavior, ModalBehavior } from '../spec';
2
+ import type { JsonElement, AdditionalInfo, Behavior, ReviewLayoutCallToAction, TabsLayout, TabsLayoutTab, AlertLayout, AlertLayoutCallToAction, StatusListLayoutItemCallToAction, ListLayout, ListLayoutCallToAction, ListLayoutItem, UpsellLayoutCallToAction, UpsellLayout, DecisionLayout, DecisionLayoutOption, SectionLayoutCallToAction, StatusListLayout, StatusListLayoutItem, SectionLayout, Layout, SearchLayout, SearchInitialState, BoxLayout, ButtonLayout, ColumnsLayout, ModalLayout, ReviewLayout, ReviewLayoutField, ModalLayoutContent, SearchResponse, SearchLayoutResponseBody, SearchInitialLayoutConfig, SubflowResponseBody, ModalResponseBody, Step, Schema, Polling, LinkHandler, Toolbar, AllOfSchema, ArraySchema, BlobSchema, BooleanSchema, ConstSchema, IntegerSchema, NumberSchema, ObjectSchema, OneOfSchema, StringSchema, ArraySchemaList, PersistAsync, ArraySchemaTuple, PollingOnError, ToolbarItem, ToolbarButton, SubflowBehavior, ModalBehavior } from '../spec';
3
3
  export declare const imageSchema: z.ZodObject<{
4
4
  text: z.ZodOptional<z.ZodString>;
5
5
  url: z.ZodOptional<z.ZodString>;
@@ -34,16 +34,16 @@ export declare const supportingValuesSchema: z.ZodObject<{
34
34
  value?: string | undefined;
35
35
  subvalue?: string | undefined;
36
36
  }>;
37
- export declare const contextSchema: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
37
+ export declare const contextSchema: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
38
38
  export declare const inlineAlertSchema: z.ZodObject<{
39
39
  content: z.ZodString;
40
- context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
40
+ context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
41
41
  }, "strip", z.ZodTypeAny, {
42
42
  content: string;
43
- context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning" | undefined;
43
+ context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning" | undefined;
44
44
  }, {
45
45
  content: string;
46
- context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning" | undefined;
46
+ context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning" | undefined;
47
47
  }>;
48
48
  export declare const iconTextSchema: z.ZodObject<{
49
49
  text: z.ZodString;
@@ -69,20 +69,20 @@ export declare const iconSchema: z.ZodUnion<[z.ZodObject<{
69
69
  }, {
70
70
  text: string;
71
71
  }>]>;
72
- export declare const mediaImageSchema: z.ZodObject<{
73
- type: z.ZodLiteral<"image">;
74
- uri: z.ZodString;
75
- accessibilityDescription: z.ZodOptional<z.ZodString>;
72
+ export declare const mediaAvatarTextContentSchema: z.ZodObject<{
73
+ type: z.ZodLiteral<"text">;
74
+ text: z.ZodString;
75
+ badgeUri: z.ZodOptional<z.ZodString>;
76
76
  }, "strip", z.ZodTypeAny, {
77
- type: "image";
78
- uri: string;
79
- accessibilityDescription?: string | undefined;
77
+ type: "text";
78
+ text: string;
79
+ badgeUri?: string | undefined;
80
80
  }, {
81
- type: "image";
82
- uri: string;
83
- accessibilityDescription?: string | undefined;
81
+ type: "text";
82
+ text: string;
83
+ badgeUri?: string | undefined;
84
84
  }>;
85
- export declare const avatarUriContentSchema: z.ZodObject<{
85
+ export declare const mediaAvatarUriContentSchema: z.ZodObject<{
86
86
  type: z.ZodLiteral<"uri">;
87
87
  uri: z.ZodString;
88
88
  badgeUri: z.ZodOptional<z.ZodString>;
@@ -95,20 +95,7 @@ export declare const avatarUriContentSchema: z.ZodObject<{
95
95
  uri: string;
96
96
  badgeUri?: string | undefined;
97
97
  }>;
98
- export declare const avatarTextContentSchema: z.ZodObject<{
99
- type: z.ZodLiteral<"text">;
100
- text: z.ZodString;
101
- badgeUri: z.ZodOptional<z.ZodString>;
102
- }, "strip", z.ZodTypeAny, {
103
- type: "text";
104
- text: string;
105
- badgeUri?: string | undefined;
106
- }, {
107
- type: "text";
108
- text: string;
109
- badgeUri?: string | undefined;
110
- }>;
111
- export declare const avatarContentSchema: z.ZodUnion<[z.ZodObject<{
98
+ export declare const mediaAvatarContentSchema: z.ZodUnion<[z.ZodObject<{
112
99
  type: z.ZodLiteral<"text">;
113
100
  text: z.ZodString;
114
101
  badgeUri: z.ZodOptional<z.ZodString>;
@@ -133,6 +120,19 @@ export declare const avatarContentSchema: z.ZodUnion<[z.ZodObject<{
133
120
  uri: string;
134
121
  badgeUri?: string | undefined;
135
122
  }>]>;
123
+ export declare const mediaImageSchema: z.ZodObject<{
124
+ type: z.ZodLiteral<"image">;
125
+ uri: z.ZodString;
126
+ accessibilityDescription: z.ZodOptional<z.ZodString>;
127
+ }, "strip", z.ZodTypeAny, {
128
+ type: "image";
129
+ uri: string;
130
+ accessibilityDescription?: string | undefined;
131
+ }, {
132
+ type: "image";
133
+ uri: string;
134
+ accessibilityDescription?: string | undefined;
135
+ }>;
136
136
  export declare const mediaAvatarSchema: z.ZodObject<{
137
137
  type: z.ZodLiteral<"avatar">;
138
138
  content: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -164,25 +164,25 @@ export declare const mediaAvatarSchema: z.ZodObject<{
164
164
  }, "strip", z.ZodTypeAny, {
165
165
  type: "avatar";
166
166
  content: ({
167
- type: "uri";
168
- uri: string;
169
- badgeUri?: string | undefined;
170
- } | {
171
167
  type: "text";
172
168
  text: string;
173
169
  badgeUri?: string | undefined;
170
+ } | {
171
+ type: "uri";
172
+ uri: string;
173
+ badgeUri?: string | undefined;
174
174
  })[];
175
175
  accessibilityDescription?: string | undefined;
176
176
  }, {
177
177
  type: "avatar";
178
178
  content: ({
179
- type: "uri";
180
- uri: string;
181
- badgeUri?: string | undefined;
182
- } | {
183
179
  type: "text";
184
180
  text: string;
185
181
  badgeUri?: string | undefined;
182
+ } | {
183
+ type: "uri";
184
+ uri: string;
185
+ badgeUri?: string | undefined;
186
186
  })[];
187
187
  accessibilityDescription?: string | undefined;
188
188
  }>;
@@ -240,25 +240,25 @@ export declare const mediaSchema: z.ZodUnion<[z.ZodObject<{
240
240
  }, "strip", z.ZodTypeAny, {
241
241
  type: "avatar";
242
242
  content: ({
243
- type: "uri";
244
- uri: string;
245
- badgeUri?: string | undefined;
246
- } | {
247
243
  type: "text";
248
244
  text: string;
249
245
  badgeUri?: string | undefined;
246
+ } | {
247
+ type: "uri";
248
+ uri: string;
249
+ badgeUri?: string | undefined;
250
250
  })[];
251
251
  accessibilityDescription?: string | undefined;
252
252
  }, {
253
253
  type: "avatar";
254
254
  content: ({
255
- type: "uri";
256
- uri: string;
257
- badgeUri?: string | undefined;
258
- } | {
259
255
  type: "text";
260
256
  text: string;
261
257
  badgeUri?: string | undefined;
258
+ } | {
259
+ type: "uri";
260
+ uri: string;
261
+ badgeUri?: string | undefined;
262
262
  })[];
263
263
  accessibilityDescription?: string | undefined;
264
264
  }>, z.ZodObject<{
@@ -274,19 +274,6 @@ export declare const mediaSchema: z.ZodUnion<[z.ZodObject<{
274
274
  uri: string;
275
275
  accessibilityDescription?: string | undefined;
276
276
  }>]>;
277
- export declare const collectionLayoutSearchSchema: z.ZodObject<{
278
- param: z.ZodString;
279
- title: z.ZodOptional<z.ZodString>;
280
- hint: z.ZodOptional<z.ZodString>;
281
- }, "strip", z.ZodTypeAny, {
282
- param: string;
283
- title?: string | undefined;
284
- hint?: string | undefined;
285
- }, {
286
- param: string;
287
- title?: string | undefined;
288
- hint?: string | undefined;
289
- }>;
290
277
  export declare const paragraphLayoutSchema: z.ZodObject<{
291
278
  type: z.ZodLiteral<"paragraph">;
292
279
  text: z.ZodString;
@@ -335,22 +322,6 @@ export declare const dividerLayoutSchema: z.ZodObject<{
335
322
  tags?: string[] | undefined;
336
323
  }>;
337
324
  export declare const listLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>;
338
- export declare const selectFilterOptionSchema: z.ZodObject<{
339
- value: z.ZodString;
340
- title: z.ZodString;
341
- accessibilityDescription: z.ZodOptional<z.ZodString>;
342
- selected: z.ZodOptional<z.ZodBoolean>;
343
- }, "strip", z.ZodTypeAny, {
344
- value: string;
345
- title: string;
346
- accessibilityDescription?: string | undefined;
347
- selected?: boolean | undefined;
348
- }, {
349
- value: string;
350
- title: string;
351
- accessibilityDescription?: string | undefined;
352
- selected?: boolean | undefined;
353
- }>;
354
325
  export declare const requestSchema: z.ZodObject<{
355
326
  url: z.ZodString;
356
327
  method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
@@ -442,19 +413,19 @@ export declare const imageLayoutSchema: z.ZodObject<{
442
413
  export declare const statusListLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>;
443
414
  export declare const instructionsLayoutItemSchema: z.ZodObject<{
444
415
  text: z.ZodString;
445
- context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
416
+ context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
446
417
  tag: z.ZodOptional<z.ZodString>;
447
418
  analyticsId: z.ZodOptional<z.ZodString>;
448
419
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
449
420
  }, "strip", z.ZodTypeAny, {
450
421
  text: string;
451
- context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
422
+ context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
452
423
  tag?: string | undefined;
453
424
  analyticsId?: string | undefined;
454
425
  tags?: string[] | undefined;
455
426
  }, {
456
427
  text: string;
457
- context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
428
+ context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
458
429
  tag?: string | undefined;
459
430
  analyticsId?: string | undefined;
460
431
  tags?: string[] | undefined;
@@ -566,19 +537,19 @@ export declare const instructionsLayoutSchema: z.ZodObject<{
566
537
  title: z.ZodOptional<z.ZodString>;
567
538
  items: z.ZodArray<z.ZodObject<{
568
539
  text: z.ZodString;
569
- context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
540
+ context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
570
541
  tag: z.ZodOptional<z.ZodString>;
571
542
  analyticsId: z.ZodOptional<z.ZodString>;
572
543
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
573
544
  }, "strip", z.ZodTypeAny, {
574
545
  text: string;
575
- context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
546
+ context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
576
547
  tag?: string | undefined;
577
548
  analyticsId?: string | undefined;
578
549
  tags?: string[] | undefined;
579
550
  }, {
580
551
  text: string;
581
- context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
552
+ context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
582
553
  tag?: string | undefined;
583
554
  analyticsId?: string | undefined;
584
555
  tags?: string[] | undefined;
@@ -592,7 +563,7 @@ export declare const instructionsLayoutSchema: z.ZodObject<{
592
563
  title?: string | undefined;
593
564
  items: {
594
565
  text: string;
595
- context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
566
+ context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
596
567
  tag?: string | undefined;
597
568
  analyticsId?: string | undefined;
598
569
  tags?: string[] | undefined;
@@ -606,7 +577,7 @@ export declare const instructionsLayoutSchema: z.ZodObject<{
606
577
  title?: string | undefined;
607
578
  items: {
608
579
  text: string;
609
- context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
580
+ context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
610
581
  tag?: string | undefined;
611
582
  analyticsId?: string | undefined;
612
583
  tags?: string[] | undefined;
@@ -677,25 +648,25 @@ export declare const mediaLayoutSchema: z.ZodObject<{
677
648
  }, "strip", z.ZodTypeAny, {
678
649
  type: "avatar";
679
650
  content: ({
680
- type: "uri";
681
- uri: string;
682
- badgeUri?: string | undefined;
683
- } | {
684
651
  type: "text";
685
652
  text: string;
686
653
  badgeUri?: string | undefined;
654
+ } | {
655
+ type: "uri";
656
+ uri: string;
657
+ badgeUri?: string | undefined;
687
658
  })[];
688
659
  accessibilityDescription?: string | undefined;
689
660
  }, {
690
661
  type: "avatar";
691
662
  content: ({
692
- type: "uri";
693
- uri: string;
694
- badgeUri?: string | undefined;
695
- } | {
696
663
  type: "text";
697
664
  text: string;
698
665
  badgeUri?: string | undefined;
666
+ } | {
667
+ type: "uri";
668
+ uri: string;
669
+ badgeUri?: string | undefined;
699
670
  })[];
700
671
  accessibilityDescription?: string | undefined;
701
672
  }>, z.ZodObject<{
@@ -726,13 +697,13 @@ export declare const mediaLayoutSchema: z.ZodObject<{
726
697
  } | {
727
698
  type: "avatar";
728
699
  content: ({
729
- type: "uri";
730
- uri: string;
731
- badgeUri?: string | undefined;
732
- } | {
733
700
  type: "text";
734
701
  text: string;
735
702
  badgeUri?: string | undefined;
703
+ } | {
704
+ type: "uri";
705
+ uri: string;
706
+ badgeUri?: string | undefined;
736
707
  })[];
737
708
  accessibilityDescription?: string | undefined;
738
709
  };
@@ -751,13 +722,13 @@ export declare const mediaLayoutSchema: z.ZodObject<{
751
722
  } | {
752
723
  type: "avatar";
753
724
  content: ({
754
- type: "uri";
755
- uri: string;
756
- badgeUri?: string | undefined;
757
- } | {
758
725
  type: "text";
759
726
  text: string;
760
727
  badgeUri?: string | undefined;
728
+ } | {
729
+ type: "uri";
730
+ uri: string;
731
+ badgeUri?: string | undefined;
761
732
  })[];
762
733
  accessibilityDescription?: string | undefined;
763
734
  };
@@ -774,7 +745,7 @@ export declare const progressLayoutSchema: z.ZodObject<{
774
745
  description: z.ZodOptional<z.ZodString>;
775
746
  progress: z.ZodNumber;
776
747
  progressText: z.ZodString;
777
- context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
748
+ context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
778
749
  help: z.ZodOptional<z.ZodObject<{
779
750
  markdown: z.ZodString;
780
751
  }, "strip", z.ZodTypeAny, {
@@ -792,7 +763,7 @@ export declare const progressLayoutSchema: z.ZodObject<{
792
763
  description?: string | undefined;
793
764
  progress: number;
794
765
  progressText: string;
795
- context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning" | undefined;
766
+ context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning" | undefined;
796
767
  help?: {
797
768
  markdown: string;
798
769
  } | undefined;
@@ -806,7 +777,7 @@ export declare const progressLayoutSchema: z.ZodObject<{
806
777
  description?: string | undefined;
807
778
  progress: number;
808
779
  progressText: string;
809
- context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning" | undefined;
780
+ context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning" | undefined;
810
781
  help?: {
811
782
  markdown: string;
812
783
  } | undefined;
@@ -817,7 +788,7 @@ export declare const progressLayoutSchema: z.ZodObject<{
817
788
  }>;
818
789
  export declare const columnsLayoutBiasSchema: z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"left">, z.ZodLiteral<"right">]>;
819
790
  export declare const noOpResponseBodySchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
820
- export declare const searchSearchRequestSchema: z.ZodObject<{
791
+ export declare const searchResultSearchSearchRequestSchema: z.ZodObject<{
821
792
  url: z.ZodString;
822
793
  method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
823
794
  param: z.ZodString;
@@ -913,25 +884,25 @@ export declare const searchResultSearchSchema: z.ZodObject<{
913
884
  }, "strip", z.ZodTypeAny, {
914
885
  type: "avatar";
915
886
  content: ({
916
- type: "uri";
917
- uri: string;
918
- badgeUri?: string | undefined;
919
- } | {
920
887
  type: "text";
921
888
  text: string;
922
889
  badgeUri?: string | undefined;
890
+ } | {
891
+ type: "uri";
892
+ uri: string;
893
+ badgeUri?: string | undefined;
923
894
  })[];
924
895
  accessibilityDescription?: string | undefined;
925
896
  }, {
926
897
  type: "avatar";
927
898
  content: ({
928
- type: "uri";
929
- uri: string;
930
- badgeUri?: string | undefined;
931
- } | {
932
899
  type: "text";
933
900
  text: string;
934
901
  badgeUri?: string | undefined;
902
+ } | {
903
+ type: "uri";
904
+ uri: string;
905
+ badgeUri?: string | undefined;
935
906
  })[];
936
907
  accessibilityDescription?: string | undefined;
937
908
  }>, z.ZodObject<{
@@ -975,13 +946,13 @@ export declare const searchResultSearchSchema: z.ZodObject<{
975
946
  } | {
976
947
  type: "avatar";
977
948
  content: ({
978
- type: "uri";
979
- uri: string;
980
- badgeUri?: string | undefined;
981
- } | {
982
949
  type: "text";
983
950
  text: string;
984
951
  badgeUri?: string | undefined;
952
+ } | {
953
+ type: "uri";
954
+ uri: string;
955
+ badgeUri?: string | undefined;
985
956
  })[];
986
957
  accessibilityDescription?: string | undefined;
987
958
  } | undefined;
@@ -1013,13 +984,13 @@ export declare const searchResultSearchSchema: z.ZodObject<{
1013
984
  } | {
1014
985
  type: "avatar";
1015
986
  content: ({
1016
- type: "uri";
1017
- uri: string;
1018
- badgeUri?: string | undefined;
1019
- } | {
1020
987
  type: "text";
1021
988
  text: string;
1022
989
  badgeUri?: string | undefined;
990
+ } | {
991
+ type: "uri";
992
+ uri: string;
993
+ badgeUri?: string | undefined;
1023
994
  })[];
1024
995
  accessibilityDescription?: string | undefined;
1025
996
  } | undefined;
@@ -1128,25 +1099,25 @@ export declare const summarySummariserSchema: z.ZodObject<{
1128
1099
  }, "strip", z.ZodTypeAny, {
1129
1100
  type: "avatar";
1130
1101
  content: ({
1131
- type: "uri";
1132
- uri: string;
1133
- badgeUri?: string | undefined;
1134
- } | {
1135
1102
  type: "text";
1136
1103
  text: string;
1137
1104
  badgeUri?: string | undefined;
1105
+ } | {
1106
+ type: "uri";
1107
+ uri: string;
1108
+ badgeUri?: string | undefined;
1138
1109
  })[];
1139
1110
  accessibilityDescription?: string | undefined;
1140
1111
  }, {
1141
1112
  type: "avatar";
1142
1113
  content: ({
1143
- type: "uri";
1144
- uri: string;
1145
- badgeUri?: string | undefined;
1146
- } | {
1147
1114
  type: "text";
1148
1115
  text: string;
1149
1116
  badgeUri?: string | undefined;
1117
+ } | {
1118
+ type: "uri";
1119
+ uri: string;
1120
+ badgeUri?: string | undefined;
1150
1121
  })[];
1151
1122
  accessibilityDescription?: string | undefined;
1152
1123
  }>, z.ZodObject<{
@@ -1188,13 +1159,13 @@ export declare const summarySummariserSchema: z.ZodObject<{
1188
1159
  } | {
1189
1160
  type: "avatar";
1190
1161
  content: ({
1191
- type: "uri";
1192
- uri: string;
1193
- badgeUri?: string | undefined;
1194
- } | {
1195
1162
  type: "text";
1196
1163
  text: string;
1197
1164
  badgeUri?: string | undefined;
1165
+ } | {
1166
+ type: "uri";
1167
+ uri: string;
1168
+ badgeUri?: string | undefined;
1198
1169
  })[];
1199
1170
  accessibilityDescription?: string | undefined;
1200
1171
  } | undefined;
@@ -1224,13 +1195,13 @@ export declare const summarySummariserSchema: z.ZodObject<{
1224
1195
  } | {
1225
1196
  type: "avatar";
1226
1197
  content: ({
1227
- type: "uri";
1228
- uri: string;
1229
- badgeUri?: string | undefined;
1230
- } | {
1231
1198
  type: "text";
1232
1199
  text: string;
1233
1200
  badgeUri?: string | undefined;
1201
+ } | {
1202
+ type: "uri";
1203
+ uri: string;
1204
+ badgeUri?: string | undefined;
1234
1205
  })[];
1235
1206
  accessibilityDescription?: string | undefined;
1236
1207
  } | undefined;
@@ -1333,25 +1304,25 @@ export declare const suggestionsValueSchema: z.ZodObject<{
1333
1304
  }, "strip", z.ZodTypeAny, {
1334
1305
  type: "avatar";
1335
1306
  content: ({
1336
- type: "uri";
1337
- uri: string;
1338
- badgeUri?: string | undefined;
1339
- } | {
1340
1307
  type: "text";
1341
1308
  text: string;
1342
1309
  badgeUri?: string | undefined;
1310
+ } | {
1311
+ type: "uri";
1312
+ uri: string;
1313
+ badgeUri?: string | undefined;
1343
1314
  })[];
1344
1315
  accessibilityDescription?: string | undefined;
1345
1316
  }, {
1346
1317
  type: "avatar";
1347
1318
  content: ({
1348
- type: "uri";
1349
- uri: string;
1350
- badgeUri?: string | undefined;
1351
- } | {
1352
1319
  type: "text";
1353
1320
  text: string;
1354
1321
  badgeUri?: string | undefined;
1322
+ } | {
1323
+ type: "uri";
1324
+ uri: string;
1325
+ badgeUri?: string | undefined;
1355
1326
  })[];
1356
1327
  accessibilityDescription?: string | undefined;
1357
1328
  }>, z.ZodObject<{
@@ -1391,13 +1362,13 @@ export declare const suggestionsValueSchema: z.ZodObject<{
1391
1362
  } | {
1392
1363
  type: "avatar";
1393
1364
  content: ({
1394
- type: "uri";
1395
- uri: string;
1396
- badgeUri?: string | undefined;
1397
- } | {
1398
1365
  type: "text";
1399
1366
  text: string;
1400
1367
  badgeUri?: string | undefined;
1368
+ } | {
1369
+ type: "uri";
1370
+ uri: string;
1371
+ badgeUri?: string | undefined;
1401
1372
  })[];
1402
1373
  accessibilityDescription?: string | undefined;
1403
1374
  } | undefined;
@@ -1425,13 +1396,13 @@ export declare const suggestionsValueSchema: z.ZodObject<{
1425
1396
  } | {
1426
1397
  type: "avatar";
1427
1398
  content: ({
1428
- type: "uri";
1429
- uri: string;
1430
- badgeUri?: string | undefined;
1431
- } | {
1432
1399
  type: "text";
1433
1400
  text: string;
1434
1401
  badgeUri?: string | undefined;
1402
+ } | {
1403
+ type: "uri";
1404
+ uri: string;
1405
+ badgeUri?: string | undefined;
1435
1406
  })[];
1436
1407
  accessibilityDescription?: string | undefined;
1437
1408
  } | undefined;
@@ -1637,25 +1608,25 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1637
1608
  }, "strip", z.ZodTypeAny, {
1638
1609
  type: "avatar";
1639
1610
  content: ({
1640
- type: "uri";
1641
- uri: string;
1642
- badgeUri?: string | undefined;
1643
- } | {
1644
1611
  type: "text";
1645
1612
  text: string;
1646
1613
  badgeUri?: string | undefined;
1614
+ } | {
1615
+ type: "uri";
1616
+ uri: string;
1617
+ badgeUri?: string | undefined;
1647
1618
  })[];
1648
1619
  accessibilityDescription?: string | undefined;
1649
1620
  }, {
1650
1621
  type: "avatar";
1651
1622
  content: ({
1652
- type: "uri";
1653
- uri: string;
1654
- badgeUri?: string | undefined;
1655
- } | {
1656
1623
  type: "text";
1657
1624
  text: string;
1658
1625
  badgeUri?: string | undefined;
1626
+ } | {
1627
+ type: "uri";
1628
+ uri: string;
1629
+ badgeUri?: string | undefined;
1659
1630
  })[];
1660
1631
  accessibilityDescription?: string | undefined;
1661
1632
  }>, z.ZodObject<{
@@ -1697,13 +1668,13 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1697
1668
  } | {
1698
1669
  type: "avatar";
1699
1670
  content: ({
1700
- type: "uri";
1701
- uri: string;
1702
- badgeUri?: string | undefined;
1703
- } | {
1704
1671
  type: "text";
1705
1672
  text: string;
1706
1673
  badgeUri?: string | undefined;
1674
+ } | {
1675
+ type: "uri";
1676
+ uri: string;
1677
+ badgeUri?: string | undefined;
1707
1678
  })[];
1708
1679
  accessibilityDescription?: string | undefined;
1709
1680
  } | undefined;
@@ -1733,13 +1704,13 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1733
1704
  } | {
1734
1705
  type: "avatar";
1735
1706
  content: ({
1736
- type: "uri";
1737
- uri: string;
1738
- badgeUri?: string | undefined;
1739
- } | {
1740
1707
  type: "text";
1741
1708
  text: string;
1742
1709
  badgeUri?: string | undefined;
1710
+ } | {
1711
+ type: "uri";
1712
+ uri: string;
1713
+ badgeUri?: string | undefined;
1743
1714
  })[];
1744
1715
  accessibilityDescription?: string | undefined;
1745
1716
  } | undefined;
@@ -2138,25 +2109,25 @@ export declare const suggestionsSchema: z.ZodObject<{
2138
2109
  }, "strip", z.ZodTypeAny, {
2139
2110
  type: "avatar";
2140
2111
  content: ({
2141
- type: "uri";
2142
- uri: string;
2143
- badgeUri?: string | undefined;
2144
- } | {
2145
2112
  type: "text";
2146
2113
  text: string;
2147
2114
  badgeUri?: string | undefined;
2115
+ } | {
2116
+ type: "uri";
2117
+ uri: string;
2118
+ badgeUri?: string | undefined;
2148
2119
  })[];
2149
2120
  accessibilityDescription?: string | undefined;
2150
2121
  }, {
2151
2122
  type: "avatar";
2152
2123
  content: ({
2153
- type: "uri";
2154
- uri: string;
2155
- badgeUri?: string | undefined;
2156
- } | {
2157
2124
  type: "text";
2158
2125
  text: string;
2159
2126
  badgeUri?: string | undefined;
2127
+ } | {
2128
+ type: "uri";
2129
+ uri: string;
2130
+ badgeUri?: string | undefined;
2160
2131
  })[];
2161
2132
  accessibilityDescription?: string | undefined;
2162
2133
  }>, z.ZodObject<{
@@ -2196,13 +2167,13 @@ export declare const suggestionsSchema: z.ZodObject<{
2196
2167
  } | {
2197
2168
  type: "avatar";
2198
2169
  content: ({
2199
- type: "uri";
2200
- uri: string;
2201
- badgeUri?: string | undefined;
2202
- } | {
2203
2170
  type: "text";
2204
2171
  text: string;
2205
2172
  badgeUri?: string | undefined;
2173
+ } | {
2174
+ type: "uri";
2175
+ uri: string;
2176
+ badgeUri?: string | undefined;
2206
2177
  })[];
2207
2178
  accessibilityDescription?: string | undefined;
2208
2179
  } | undefined;
@@ -2230,13 +2201,13 @@ export declare const suggestionsSchema: z.ZodObject<{
2230
2201
  } | {
2231
2202
  type: "avatar";
2232
2203
  content: ({
2233
- type: "uri";
2234
- uri: string;
2235
- badgeUri?: string | undefined;
2236
- } | {
2237
2204
  type: "text";
2238
2205
  text: string;
2239
2206
  badgeUri?: string | undefined;
2207
+ } | {
2208
+ type: "uri";
2209
+ uri: string;
2210
+ badgeUri?: string | undefined;
2240
2211
  })[];
2241
2212
  accessibilityDescription?: string | undefined;
2242
2213
  } | undefined;
@@ -2266,13 +2237,13 @@ export declare const suggestionsSchema: z.ZodObject<{
2266
2237
  } | {
2267
2238
  type: "avatar";
2268
2239
  content: ({
2269
- type: "uri";
2270
- uri: string;
2271
- badgeUri?: string | undefined;
2272
- } | {
2273
2240
  type: "text";
2274
2241
  text: string;
2275
2242
  badgeUri?: string | undefined;
2243
+ } | {
2244
+ type: "uri";
2245
+ uri: string;
2246
+ badgeUri?: string | undefined;
2276
2247
  })[];
2277
2248
  accessibilityDescription?: string | undefined;
2278
2249
  } | undefined;
@@ -2302,13 +2273,13 @@ export declare const suggestionsSchema: z.ZodObject<{
2302
2273
  } | {
2303
2274
  type: "avatar";
2304
2275
  content: ({
2305
- type: "uri";
2306
- uri: string;
2307
- badgeUri?: string | undefined;
2308
- } | {
2309
2276
  type: "text";
2310
2277
  text: string;
2311
2278
  badgeUri?: string | undefined;
2279
+ } | {
2280
+ type: "uri";
2281
+ uri: string;
2282
+ badgeUri?: string | undefined;
2312
2283
  })[];
2313
2284
  accessibilityDescription?: string | undefined;
2314
2285
  } | undefined;
@@ -2316,47 +2287,6 @@ export declare const suggestionsSchema: z.ZodObject<{
2316
2287
  tags?: string[] | undefined;
2317
2288
  }[];
2318
2289
  }>;
2319
- export declare const collectionLayoutSelectFilterSchema: z.ZodObject<{
2320
- type: z.ZodLiteral<"select">;
2321
- param: z.ZodString;
2322
- options: z.ZodArray<z.ZodObject<{
2323
- value: z.ZodString;
2324
- title: z.ZodString;
2325
- accessibilityDescription: z.ZodOptional<z.ZodString>;
2326
- selected: z.ZodOptional<z.ZodBoolean>;
2327
- }, "strip", z.ZodTypeAny, {
2328
- value: string;
2329
- title: string;
2330
- accessibilityDescription?: string | undefined;
2331
- selected?: boolean | undefined;
2332
- }, {
2333
- value: string;
2334
- title: string;
2335
- accessibilityDescription?: string | undefined;
2336
- selected?: boolean | undefined;
2337
- }>, "many">;
2338
- multiSelect: z.ZodOptional<z.ZodBoolean>;
2339
- }, "strip", z.ZodTypeAny, {
2340
- type: "select";
2341
- param: string;
2342
- options: {
2343
- value: string;
2344
- title: string;
2345
- accessibilityDescription?: string | undefined;
2346
- selected?: boolean | undefined;
2347
- }[];
2348
- multiSelect?: boolean | undefined;
2349
- }, {
2350
- type: "select";
2351
- param: string;
2352
- options: {
2353
- value: string;
2354
- title: string;
2355
- accessibilityDescription?: string | undefined;
2356
- selected?: boolean | undefined;
2357
- }[];
2358
- multiSelect?: boolean | undefined;
2359
- }>;
2360
2290
  export declare const searchResultActionSchema: z.ZodObject<{
2361
2291
  type: z.ZodLiteral<"action">;
2362
2292
  title: z.ZodString;
@@ -2467,25 +2397,25 @@ export declare const searchResultActionSchema: z.ZodObject<{
2467
2397
  }, "strip", z.ZodTypeAny, {
2468
2398
  type: "avatar";
2469
2399
  content: ({
2470
- type: "uri";
2471
- uri: string;
2472
- badgeUri?: string | undefined;
2473
- } | {
2474
2400
  type: "text";
2475
2401
  text: string;
2476
2402
  badgeUri?: string | undefined;
2403
+ } | {
2404
+ type: "uri";
2405
+ uri: string;
2406
+ badgeUri?: string | undefined;
2477
2407
  })[];
2478
2408
  accessibilityDescription?: string | undefined;
2479
2409
  }, {
2480
2410
  type: "avatar";
2481
2411
  content: ({
2482
- type: "uri";
2483
- uri: string;
2484
- badgeUri?: string | undefined;
2485
- } | {
2486
2412
  type: "text";
2487
2413
  text: string;
2488
2414
  badgeUri?: string | undefined;
2415
+ } | {
2416
+ type: "uri";
2417
+ uri: string;
2418
+ badgeUri?: string | undefined;
2489
2419
  })[];
2490
2420
  accessibilityDescription?: string | undefined;
2491
2421
  }>, z.ZodObject<{
@@ -2539,13 +2469,13 @@ export declare const searchResultActionSchema: z.ZodObject<{
2539
2469
  } | {
2540
2470
  type: "avatar";
2541
2471
  content: ({
2542
- type: "uri";
2543
- uri: string;
2544
- badgeUri?: string | undefined;
2545
- } | {
2546
2472
  type: "text";
2547
2473
  text: string;
2548
2474
  badgeUri?: string | undefined;
2475
+ } | {
2476
+ type: "uri";
2477
+ uri: string;
2478
+ badgeUri?: string | undefined;
2549
2479
  })[];
2550
2480
  accessibilityDescription?: string | undefined;
2551
2481
  } | undefined;
@@ -2587,13 +2517,13 @@ export declare const searchResultActionSchema: z.ZodObject<{
2587
2517
  } | {
2588
2518
  type: "avatar";
2589
2519
  content: ({
2590
- type: "uri";
2591
- uri: string;
2592
- badgeUri?: string | undefined;
2593
- } | {
2594
2520
  type: "text";
2595
2521
  text: string;
2596
2522
  badgeUri?: string | undefined;
2523
+ } | {
2524
+ type: "uri";
2525
+ uri: string;
2526
+ badgeUri?: string | undefined;
2597
2527
  })[];
2598
2528
  accessibilityDescription?: string | undefined;
2599
2529
  } | undefined;
@@ -2708,25 +2638,25 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2708
2638
  }, "strip", z.ZodTypeAny, {
2709
2639
  type: "avatar";
2710
2640
  content: ({
2711
- type: "uri";
2712
- uri: string;
2713
- badgeUri?: string | undefined;
2714
- } | {
2715
2641
  type: "text";
2716
2642
  text: string;
2717
2643
  badgeUri?: string | undefined;
2644
+ } | {
2645
+ type: "uri";
2646
+ uri: string;
2647
+ badgeUri?: string | undefined;
2718
2648
  })[];
2719
2649
  accessibilityDescription?: string | undefined;
2720
2650
  }, {
2721
2651
  type: "avatar";
2722
2652
  content: ({
2723
- type: "uri";
2724
- uri: string;
2725
- badgeUri?: string | undefined;
2726
- } | {
2727
2653
  type: "text";
2728
2654
  text: string;
2729
2655
  badgeUri?: string | undefined;
2656
+ } | {
2657
+ type: "uri";
2658
+ uri: string;
2659
+ badgeUri?: string | undefined;
2730
2660
  })[];
2731
2661
  accessibilityDescription?: string | undefined;
2732
2662
  }>, z.ZodObject<{
@@ -2780,13 +2710,13 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2780
2710
  } | {
2781
2711
  type: "avatar";
2782
2712
  content: ({
2783
- type: "uri";
2784
- uri: string;
2785
- badgeUri?: string | undefined;
2786
- } | {
2787
2713
  type: "text";
2788
2714
  text: string;
2789
2715
  badgeUri?: string | undefined;
2716
+ } | {
2717
+ type: "uri";
2718
+ uri: string;
2719
+ badgeUri?: string | undefined;
2790
2720
  })[];
2791
2721
  accessibilityDescription?: string | undefined;
2792
2722
  } | undefined;
@@ -2828,13 +2758,13 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2828
2758
  } | {
2829
2759
  type: "avatar";
2830
2760
  content: ({
2831
- type: "uri";
2832
- uri: string;
2833
- badgeUri?: string | undefined;
2834
- } | {
2835
2761
  type: "text";
2836
2762
  text: string;
2837
2763
  badgeUri?: string | undefined;
2764
+ } | {
2765
+ type: "uri";
2766
+ uri: string;
2767
+ badgeUri?: string | undefined;
2838
2768
  })[];
2839
2769
  accessibilityDescription?: string | undefined;
2840
2770
  } | undefined;
@@ -2918,25 +2848,25 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2918
2848
  }, "strip", z.ZodTypeAny, {
2919
2849
  type: "avatar";
2920
2850
  content: ({
2921
- type: "uri";
2922
- uri: string;
2923
- badgeUri?: string | undefined;
2924
- } | {
2925
2851
  type: "text";
2926
2852
  text: string;
2927
2853
  badgeUri?: string | undefined;
2854
+ } | {
2855
+ type: "uri";
2856
+ uri: string;
2857
+ badgeUri?: string | undefined;
2928
2858
  })[];
2929
2859
  accessibilityDescription?: string | undefined;
2930
2860
  }, {
2931
2861
  type: "avatar";
2932
2862
  content: ({
2933
- type: "uri";
2934
- uri: string;
2935
- badgeUri?: string | undefined;
2936
- } | {
2937
2863
  type: "text";
2938
2864
  text: string;
2939
2865
  badgeUri?: string | undefined;
2866
+ } | {
2867
+ type: "uri";
2868
+ uri: string;
2869
+ badgeUri?: string | undefined;
2940
2870
  })[];
2941
2871
  accessibilityDescription?: string | undefined;
2942
2872
  }>, z.ZodObject<{
@@ -2980,13 +2910,13 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2980
2910
  } | {
2981
2911
  type: "avatar";
2982
2912
  content: ({
2983
- type: "uri";
2984
- uri: string;
2985
- badgeUri?: string | undefined;
2986
- } | {
2987
2913
  type: "text";
2988
2914
  text: string;
2989
2915
  badgeUri?: string | undefined;
2916
+ } | {
2917
+ type: "uri";
2918
+ uri: string;
2919
+ badgeUri?: string | undefined;
2990
2920
  })[];
2991
2921
  accessibilityDescription?: string | undefined;
2992
2922
  } | undefined;
@@ -3018,13 +2948,13 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
3018
2948
  } | {
3019
2949
  type: "avatar";
3020
2950
  content: ({
3021
- type: "uri";
3022
- uri: string;
3023
- badgeUri?: string | undefined;
3024
- } | {
3025
2951
  type: "text";
3026
2952
  text: string;
3027
2953
  badgeUri?: string | undefined;
2954
+ } | {
2955
+ type: "uri";
2956
+ uri: string;
2957
+ badgeUri?: string | undefined;
3028
2958
  })[];
3029
2959
  accessibilityDescription?: string | undefined;
3030
2960
  } | undefined;
@@ -3515,47 +3445,6 @@ export declare const launchConfigSchema: z.ZodUnion<[z.ZodObject<{
3515
3445
  id: string;
3516
3446
  payload?: JsonElement | undefined;
3517
3447
  }>]>;
3518
- export declare const collectionLayoutFilterSchema: z.ZodObject<{
3519
- type: z.ZodLiteral<"select">;
3520
- param: z.ZodString;
3521
- options: z.ZodArray<z.ZodObject<{
3522
- value: z.ZodString;
3523
- title: z.ZodString;
3524
- accessibilityDescription: z.ZodOptional<z.ZodString>;
3525
- selected: z.ZodOptional<z.ZodBoolean>;
3526
- }, "strip", z.ZodTypeAny, {
3527
- value: string;
3528
- title: string;
3529
- accessibilityDescription?: string | undefined;
3530
- selected?: boolean | undefined;
3531
- }, {
3532
- value: string;
3533
- title: string;
3534
- accessibilityDescription?: string | undefined;
3535
- selected?: boolean | undefined;
3536
- }>, "many">;
3537
- multiSelect: z.ZodOptional<z.ZodBoolean>;
3538
- }, "strip", z.ZodTypeAny, {
3539
- type: "select";
3540
- param: string;
3541
- options: {
3542
- value: string;
3543
- title: string;
3544
- accessibilityDescription?: string | undefined;
3545
- selected?: boolean | undefined;
3546
- }[];
3547
- multiSelect?: boolean | undefined;
3548
- }, {
3549
- type: "select";
3550
- param: string;
3551
- options: {
3552
- value: string;
3553
- title: string;
3554
- accessibilityDescription?: string | undefined;
3555
- selected?: boolean | undefined;
3556
- }[];
3557
- multiSelect?: boolean | undefined;
3558
- }>;
3559
3448
  export declare const searchResponseBodySchema: z.ZodObject<{
3560
3449
  type: z.ZodOptional<z.ZodLiteral<"results">>;
3561
3450
  results: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -3668,25 +3557,25 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3668
3557
  }, "strip", z.ZodTypeAny, {
3669
3558
  type: "avatar";
3670
3559
  content: ({
3671
- type: "uri";
3672
- uri: string;
3673
- badgeUri?: string | undefined;
3674
- } | {
3675
3560
  type: "text";
3676
3561
  text: string;
3677
3562
  badgeUri?: string | undefined;
3563
+ } | {
3564
+ type: "uri";
3565
+ uri: string;
3566
+ badgeUri?: string | undefined;
3678
3567
  })[];
3679
3568
  accessibilityDescription?: string | undefined;
3680
3569
  }, {
3681
3570
  type: "avatar";
3682
3571
  content: ({
3683
- type: "uri";
3684
- uri: string;
3685
- badgeUri?: string | undefined;
3686
- } | {
3687
3572
  type: "text";
3688
3573
  text: string;
3689
3574
  badgeUri?: string | undefined;
3575
+ } | {
3576
+ type: "uri";
3577
+ uri: string;
3578
+ badgeUri?: string | undefined;
3690
3579
  })[];
3691
3580
  accessibilityDescription?: string | undefined;
3692
3581
  }>, z.ZodObject<{
@@ -3740,13 +3629,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3740
3629
  } | {
3741
3630
  type: "avatar";
3742
3631
  content: ({
3743
- type: "uri";
3744
- uri: string;
3745
- badgeUri?: string | undefined;
3746
- } | {
3747
3632
  type: "text";
3748
3633
  text: string;
3749
3634
  badgeUri?: string | undefined;
3635
+ } | {
3636
+ type: "uri";
3637
+ uri: string;
3638
+ badgeUri?: string | undefined;
3750
3639
  })[];
3751
3640
  accessibilityDescription?: string | undefined;
3752
3641
  } | undefined;
@@ -3788,13 +3677,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3788
3677
  } | {
3789
3678
  type: "avatar";
3790
3679
  content: ({
3791
- type: "uri";
3792
- uri: string;
3793
- badgeUri?: string | undefined;
3794
- } | {
3795
3680
  type: "text";
3796
3681
  text: string;
3797
3682
  badgeUri?: string | undefined;
3683
+ } | {
3684
+ type: "uri";
3685
+ uri: string;
3686
+ badgeUri?: string | undefined;
3798
3687
  })[];
3799
3688
  accessibilityDescription?: string | undefined;
3800
3689
  } | undefined;
@@ -3878,25 +3767,25 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3878
3767
  }, "strip", z.ZodTypeAny, {
3879
3768
  type: "avatar";
3880
3769
  content: ({
3881
- type: "uri";
3882
- uri: string;
3883
- badgeUri?: string | undefined;
3884
- } | {
3885
3770
  type: "text";
3886
3771
  text: string;
3887
3772
  badgeUri?: string | undefined;
3773
+ } | {
3774
+ type: "uri";
3775
+ uri: string;
3776
+ badgeUri?: string | undefined;
3888
3777
  })[];
3889
3778
  accessibilityDescription?: string | undefined;
3890
3779
  }, {
3891
3780
  type: "avatar";
3892
3781
  content: ({
3893
- type: "uri";
3894
- uri: string;
3895
- badgeUri?: string | undefined;
3896
- } | {
3897
3782
  type: "text";
3898
3783
  text: string;
3899
3784
  badgeUri?: string | undefined;
3785
+ } | {
3786
+ type: "uri";
3787
+ uri: string;
3788
+ badgeUri?: string | undefined;
3900
3789
  })[];
3901
3790
  accessibilityDescription?: string | undefined;
3902
3791
  }>, z.ZodObject<{
@@ -3940,13 +3829,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3940
3829
  } | {
3941
3830
  type: "avatar";
3942
3831
  content: ({
3943
- type: "uri";
3944
- uri: string;
3945
- badgeUri?: string | undefined;
3946
- } | {
3947
3832
  type: "text";
3948
3833
  text: string;
3949
3834
  badgeUri?: string | undefined;
3835
+ } | {
3836
+ type: "uri";
3837
+ uri: string;
3838
+ badgeUri?: string | undefined;
3950
3839
  })[];
3951
3840
  accessibilityDescription?: string | undefined;
3952
3841
  } | undefined;
@@ -3978,13 +3867,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3978
3867
  } | {
3979
3868
  type: "avatar";
3980
3869
  content: ({
3981
- type: "uri";
3982
- uri: string;
3983
- badgeUri?: string | undefined;
3984
- } | {
3985
3870
  type: "text";
3986
3871
  text: string;
3987
3872
  badgeUri?: string | undefined;
3873
+ } | {
3874
+ type: "uri";
3875
+ uri: string;
3876
+ badgeUri?: string | undefined;
3988
3877
  })[];
3989
3878
  accessibilityDescription?: string | undefined;
3990
3879
  } | undefined;
@@ -4019,13 +3908,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
4019
3908
  } | {
4020
3909
  type: "avatar";
4021
3910
  content: ({
4022
- type: "uri";
4023
- uri: string;
4024
- badgeUri?: string | undefined;
4025
- } | {
4026
3911
  type: "text";
4027
3912
  text: string;
4028
3913
  badgeUri?: string | undefined;
3914
+ } | {
3915
+ type: "uri";
3916
+ uri: string;
3917
+ badgeUri?: string | undefined;
4029
3918
  })[];
4030
3919
  accessibilityDescription?: string | undefined;
4031
3920
  } | undefined;
@@ -4067,13 +3956,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
4067
3956
  } | {
4068
3957
  type: "avatar";
4069
3958
  content: ({
4070
- type: "uri";
4071
- uri: string;
4072
- badgeUri?: string | undefined;
4073
- } | {
4074
3959
  type: "text";
4075
3960
  text: string;
4076
3961
  badgeUri?: string | undefined;
3962
+ } | {
3963
+ type: "uri";
3964
+ uri: string;
3965
+ badgeUri?: string | undefined;
4077
3966
  })[];
4078
3967
  accessibilityDescription?: string | undefined;
4079
3968
  } | undefined;
@@ -4108,13 +3997,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
4108
3997
  } | {
4109
3998
  type: "avatar";
4110
3999
  content: ({
4111
- type: "uri";
4112
- uri: string;
4113
- badgeUri?: string | undefined;
4114
- } | {
4115
4000
  type: "text";
4116
4001
  text: string;
4117
4002
  badgeUri?: string | undefined;
4003
+ } | {
4004
+ type: "uri";
4005
+ uri: string;
4006
+ badgeUri?: string | undefined;
4118
4007
  })[];
4119
4008
  accessibilityDescription?: string | undefined;
4120
4009
  } | undefined;
@@ -4156,13 +4045,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
4156
4045
  } | {
4157
4046
  type: "avatar";
4158
4047
  content: ({
4159
- type: "uri";
4160
- uri: string;
4161
- badgeUri?: string | undefined;
4162
- } | {
4163
4048
  type: "text";
4164
4049
  text: string;
4165
4050
  badgeUri?: string | undefined;
4051
+ } | {
4052
+ type: "uri";
4053
+ uri: string;
4054
+ badgeUri?: string | undefined;
4166
4055
  })[];
4167
4056
  accessibilityDescription?: string | undefined;
4168
4057
  } | undefined;
@@ -4280,25 +4169,25 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4280
4169
  }, "strip", z.ZodTypeAny, {
4281
4170
  type: "avatar";
4282
4171
  content: ({
4283
- type: "uri";
4284
- uri: string;
4285
- badgeUri?: string | undefined;
4286
- } | {
4287
4172
  type: "text";
4288
4173
  text: string;
4289
4174
  badgeUri?: string | undefined;
4175
+ } | {
4176
+ type: "uri";
4177
+ uri: string;
4178
+ badgeUri?: string | undefined;
4290
4179
  })[];
4291
4180
  accessibilityDescription?: string | undefined;
4292
4181
  }, {
4293
4182
  type: "avatar";
4294
4183
  content: ({
4295
- type: "uri";
4296
- uri: string;
4297
- badgeUri?: string | undefined;
4298
- } | {
4299
4184
  type: "text";
4300
4185
  text: string;
4301
4186
  badgeUri?: string | undefined;
4187
+ } | {
4188
+ type: "uri";
4189
+ uri: string;
4190
+ badgeUri?: string | undefined;
4302
4191
  })[];
4303
4192
  accessibilityDescription?: string | undefined;
4304
4193
  }>, z.ZodObject<{
@@ -4352,13 +4241,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4352
4241
  } | {
4353
4242
  type: "avatar";
4354
4243
  content: ({
4355
- type: "uri";
4356
- uri: string;
4357
- badgeUri?: string | undefined;
4358
- } | {
4359
4244
  type: "text";
4360
4245
  text: string;
4361
4246
  badgeUri?: string | undefined;
4247
+ } | {
4248
+ type: "uri";
4249
+ uri: string;
4250
+ badgeUri?: string | undefined;
4362
4251
  })[];
4363
4252
  accessibilityDescription?: string | undefined;
4364
4253
  } | undefined;
@@ -4400,13 +4289,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4400
4289
  } | {
4401
4290
  type: "avatar";
4402
4291
  content: ({
4403
- type: "uri";
4404
- uri: string;
4405
- badgeUri?: string | undefined;
4406
- } | {
4407
4292
  type: "text";
4408
4293
  text: string;
4409
4294
  badgeUri?: string | undefined;
4295
+ } | {
4296
+ type: "uri";
4297
+ uri: string;
4298
+ badgeUri?: string | undefined;
4410
4299
  })[];
4411
4300
  accessibilityDescription?: string | undefined;
4412
4301
  } | undefined;
@@ -4490,25 +4379,25 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4490
4379
  }, "strip", z.ZodTypeAny, {
4491
4380
  type: "avatar";
4492
4381
  content: ({
4493
- type: "uri";
4494
- uri: string;
4495
- badgeUri?: string | undefined;
4496
- } | {
4497
4382
  type: "text";
4498
4383
  text: string;
4499
4384
  badgeUri?: string | undefined;
4385
+ } | {
4386
+ type: "uri";
4387
+ uri: string;
4388
+ badgeUri?: string | undefined;
4500
4389
  })[];
4501
4390
  accessibilityDescription?: string | undefined;
4502
4391
  }, {
4503
4392
  type: "avatar";
4504
4393
  content: ({
4505
- type: "uri";
4506
- uri: string;
4507
- badgeUri?: string | undefined;
4508
- } | {
4509
4394
  type: "text";
4510
4395
  text: string;
4511
4396
  badgeUri?: string | undefined;
4397
+ } | {
4398
+ type: "uri";
4399
+ uri: string;
4400
+ badgeUri?: string | undefined;
4512
4401
  })[];
4513
4402
  accessibilityDescription?: string | undefined;
4514
4403
  }>, z.ZodObject<{
@@ -4552,13 +4441,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4552
4441
  } | {
4553
4442
  type: "avatar";
4554
4443
  content: ({
4555
- type: "uri";
4556
- uri: string;
4557
- badgeUri?: string | undefined;
4558
- } | {
4559
4444
  type: "text";
4560
4445
  text: string;
4561
4446
  badgeUri?: string | undefined;
4447
+ } | {
4448
+ type: "uri";
4449
+ uri: string;
4450
+ badgeUri?: string | undefined;
4562
4451
  })[];
4563
4452
  accessibilityDescription?: string | undefined;
4564
4453
  } | undefined;
@@ -4590,13 +4479,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4590
4479
  } | {
4591
4480
  type: "avatar";
4592
4481
  content: ({
4593
- type: "uri";
4594
- uri: string;
4595
- badgeUri?: string | undefined;
4596
- } | {
4597
4482
  type: "text";
4598
4483
  text: string;
4599
4484
  badgeUri?: string | undefined;
4485
+ } | {
4486
+ type: "uri";
4487
+ uri: string;
4488
+ badgeUri?: string | undefined;
4600
4489
  })[];
4601
4490
  accessibilityDescription?: string | undefined;
4602
4491
  } | undefined;
@@ -4631,13 +4520,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4631
4520
  } | {
4632
4521
  type: "avatar";
4633
4522
  content: ({
4634
- type: "uri";
4635
- uri: string;
4636
- badgeUri?: string | undefined;
4637
- } | {
4638
4523
  type: "text";
4639
4524
  text: string;
4640
4525
  badgeUri?: string | undefined;
4526
+ } | {
4527
+ type: "uri";
4528
+ uri: string;
4529
+ badgeUri?: string | undefined;
4641
4530
  })[];
4642
4531
  accessibilityDescription?: string | undefined;
4643
4532
  } | undefined;
@@ -4679,13 +4568,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4679
4568
  } | {
4680
4569
  type: "avatar";
4681
4570
  content: ({
4682
- type: "uri";
4683
- uri: string;
4684
- badgeUri?: string | undefined;
4685
- } | {
4686
4571
  type: "text";
4687
4572
  text: string;
4688
4573
  badgeUri?: string | undefined;
4574
+ } | {
4575
+ type: "uri";
4576
+ uri: string;
4577
+ badgeUri?: string | undefined;
4689
4578
  })[];
4690
4579
  accessibilityDescription?: string | undefined;
4691
4580
  } | undefined;
@@ -4720,13 +4609,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4720
4609
  } | {
4721
4610
  type: "avatar";
4722
4611
  content: ({
4723
- type: "uri";
4724
- uri: string;
4725
- badgeUri?: string | undefined;
4726
- } | {
4727
4612
  type: "text";
4728
4613
  text: string;
4729
4614
  badgeUri?: string | undefined;
4615
+ } | {
4616
+ type: "uri";
4617
+ uri: string;
4618
+ badgeUri?: string | undefined;
4730
4619
  })[];
4731
4620
  accessibilityDescription?: string | undefined;
4732
4621
  } | undefined;
@@ -4768,13 +4657,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
4768
4657
  } | {
4769
4658
  type: "avatar";
4770
4659
  content: ({
4771
- type: "uri";
4772
- uri: string;
4773
- badgeUri?: string | undefined;
4774
- } | {
4775
4660
  type: "text";
4776
4661
  text: string;
4777
4662
  badgeUri?: string | undefined;
4663
+ } | {
4664
+ type: "uri";
4665
+ uri: string;
4666
+ badgeUri?: string | undefined;
4778
4667
  })[];
4779
4668
  accessibilityDescription?: string | undefined;
4780
4669
  } | undefined;
@@ -4892,25 +4781,25 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
4892
4781
  }, "strip", z.ZodTypeAny, {
4893
4782
  type: "avatar";
4894
4783
  content: ({
4895
- type: "uri";
4896
- uri: string;
4897
- badgeUri?: string | undefined;
4898
- } | {
4899
4784
  type: "text";
4900
4785
  text: string;
4901
4786
  badgeUri?: string | undefined;
4787
+ } | {
4788
+ type: "uri";
4789
+ uri: string;
4790
+ badgeUri?: string | undefined;
4902
4791
  })[];
4903
4792
  accessibilityDescription?: string | undefined;
4904
4793
  }, {
4905
4794
  type: "avatar";
4906
4795
  content: ({
4907
- type: "uri";
4908
- uri: string;
4909
- badgeUri?: string | undefined;
4910
- } | {
4911
4796
  type: "text";
4912
4797
  text: string;
4913
4798
  badgeUri?: string | undefined;
4799
+ } | {
4800
+ type: "uri";
4801
+ uri: string;
4802
+ badgeUri?: string | undefined;
4914
4803
  })[];
4915
4804
  accessibilityDescription?: string | undefined;
4916
4805
  }>, z.ZodObject<{
@@ -4964,13 +4853,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
4964
4853
  } | {
4965
4854
  type: "avatar";
4966
4855
  content: ({
4967
- type: "uri";
4968
- uri: string;
4969
- badgeUri?: string | undefined;
4970
- } | {
4971
4856
  type: "text";
4972
4857
  text: string;
4973
4858
  badgeUri?: string | undefined;
4859
+ } | {
4860
+ type: "uri";
4861
+ uri: string;
4862
+ badgeUri?: string | undefined;
4974
4863
  })[];
4975
4864
  accessibilityDescription?: string | undefined;
4976
4865
  } | undefined;
@@ -5012,13 +4901,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5012
4901
  } | {
5013
4902
  type: "avatar";
5014
4903
  content: ({
5015
- type: "uri";
5016
- uri: string;
5017
- badgeUri?: string | undefined;
5018
- } | {
5019
4904
  type: "text";
5020
4905
  text: string;
5021
4906
  badgeUri?: string | undefined;
4907
+ } | {
4908
+ type: "uri";
4909
+ uri: string;
4910
+ badgeUri?: string | undefined;
5022
4911
  })[];
5023
4912
  accessibilityDescription?: string | undefined;
5024
4913
  } | undefined;
@@ -5102,25 +4991,25 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5102
4991
  }, "strip", z.ZodTypeAny, {
5103
4992
  type: "avatar";
5104
4993
  content: ({
5105
- type: "uri";
5106
- uri: string;
5107
- badgeUri?: string | undefined;
5108
- } | {
5109
4994
  type: "text";
5110
4995
  text: string;
5111
4996
  badgeUri?: string | undefined;
4997
+ } | {
4998
+ type: "uri";
4999
+ uri: string;
5000
+ badgeUri?: string | undefined;
5112
5001
  })[];
5113
5002
  accessibilityDescription?: string | undefined;
5114
5003
  }, {
5115
5004
  type: "avatar";
5116
5005
  content: ({
5117
- type: "uri";
5118
- uri: string;
5119
- badgeUri?: string | undefined;
5120
- } | {
5121
5006
  type: "text";
5122
5007
  text: string;
5123
5008
  badgeUri?: string | undefined;
5009
+ } | {
5010
+ type: "uri";
5011
+ uri: string;
5012
+ badgeUri?: string | undefined;
5124
5013
  })[];
5125
5014
  accessibilityDescription?: string | undefined;
5126
5015
  }>, z.ZodObject<{
@@ -5164,13 +5053,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5164
5053
  } | {
5165
5054
  type: "avatar";
5166
5055
  content: ({
5167
- type: "uri";
5168
- uri: string;
5169
- badgeUri?: string | undefined;
5170
- } | {
5171
5056
  type: "text";
5172
5057
  text: string;
5173
5058
  badgeUri?: string | undefined;
5059
+ } | {
5060
+ type: "uri";
5061
+ uri: string;
5062
+ badgeUri?: string | undefined;
5174
5063
  })[];
5175
5064
  accessibilityDescription?: string | undefined;
5176
5065
  } | undefined;
@@ -5202,13 +5091,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5202
5091
  } | {
5203
5092
  type: "avatar";
5204
5093
  content: ({
5205
- type: "uri";
5206
- uri: string;
5207
- badgeUri?: string | undefined;
5208
- } | {
5209
5094
  type: "text";
5210
5095
  text: string;
5211
5096
  badgeUri?: string | undefined;
5097
+ } | {
5098
+ type: "uri";
5099
+ uri: string;
5100
+ badgeUri?: string | undefined;
5212
5101
  })[];
5213
5102
  accessibilityDescription?: string | undefined;
5214
5103
  } | undefined;
@@ -5243,13 +5132,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5243
5132
  } | {
5244
5133
  type: "avatar";
5245
5134
  content: ({
5246
- type: "uri";
5247
- uri: string;
5248
- badgeUri?: string | undefined;
5249
- } | {
5250
5135
  type: "text";
5251
5136
  text: string;
5252
5137
  badgeUri?: string | undefined;
5138
+ } | {
5139
+ type: "uri";
5140
+ uri: string;
5141
+ badgeUri?: string | undefined;
5253
5142
  })[];
5254
5143
  accessibilityDescription?: string | undefined;
5255
5144
  } | undefined;
@@ -5291,13 +5180,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5291
5180
  } | {
5292
5181
  type: "avatar";
5293
5182
  content: ({
5294
- type: "uri";
5295
- uri: string;
5296
- badgeUri?: string | undefined;
5297
- } | {
5298
5183
  type: "text";
5299
5184
  text: string;
5300
5185
  badgeUri?: string | undefined;
5186
+ } | {
5187
+ type: "uri";
5188
+ uri: string;
5189
+ badgeUri?: string | undefined;
5301
5190
  })[];
5302
5191
  accessibilityDescription?: string | undefined;
5303
5192
  } | undefined;
@@ -5332,13 +5221,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5332
5221
  } | {
5333
5222
  type: "avatar";
5334
5223
  content: ({
5335
- type: "uri";
5336
- uri: string;
5337
- badgeUri?: string | undefined;
5338
- } | {
5339
5224
  type: "text";
5340
5225
  text: string;
5341
5226
  badgeUri?: string | undefined;
5227
+ } | {
5228
+ type: "uri";
5229
+ uri: string;
5230
+ badgeUri?: string | undefined;
5342
5231
  })[];
5343
5232
  accessibilityDescription?: string | undefined;
5344
5233
  } | undefined;
@@ -5380,13 +5269,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5380
5269
  } | {
5381
5270
  type: "avatar";
5382
5271
  content: ({
5383
- type: "uri";
5384
- uri: string;
5385
- badgeUri?: string | undefined;
5386
- } | {
5387
5272
  type: "text";
5388
5273
  text: string;
5389
5274
  badgeUri?: string | undefined;
5275
+ } | {
5276
+ type: "uri";
5277
+ uri: string;
5278
+ badgeUri?: string | undefined;
5390
5279
  })[];
5391
5280
  accessibilityDescription?: string | undefined;
5392
5281
  } | undefined;
@@ -5395,15 +5284,11 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
5395
5284
  export declare const additionalInfoSchema: z.ZodSchema<AdditionalInfo>;
5396
5285
  export declare const behaviorSchema: z.ZodSchema<Behavior>;
5397
5286
  export declare const reviewLayoutCallToActionSchema: z.ZodSchema<ReviewLayoutCallToAction>;
5398
- export declare const collectionLayoutStateSchema: z.ZodSchema<CollectionLayoutState>;
5399
- export declare const collectionLayoutSectionSchema: z.ZodSchema<CollectionLayoutSection>;
5400
- export declare const layoutSchema: z.ZodSchema<Layout>;
5401
5287
  export declare const tabsLayoutSchema: z.ZodSchema<TabsLayout>;
5402
5288
  export declare const tabsLayoutTabSchema: z.ZodSchema<TabsLayoutTab>;
5403
5289
  export declare const alertLayoutSchema: z.ZodSchema<AlertLayout>;
5404
5290
  export declare const alertLayoutCallToActionSchema: z.ZodSchema<AlertLayoutCallToAction>;
5405
- export declare const collectionLayoutItemSchema: z.ZodSchema<CollectionLayoutItem>;
5406
- export declare const collectionLayoutCallToActionSchema: z.ZodSchema<CollectionLayoutCallToAction>;
5291
+ export declare const statusListLayoutItemCallToActionSchema: z.ZodSchema<StatusListLayoutItemCallToAction>;
5407
5292
  export declare const listLayoutSchema: z.ZodSchema<ListLayout>;
5408
5293
  export declare const listLayoutCallToActionSchema: z.ZodSchema<ListLayoutCallToAction>;
5409
5294
  export declare const listLayoutItemSchema: z.ZodSchema<ListLayoutItem>;
@@ -5414,9 +5299,8 @@ export declare const decisionLayoutOptionSchema: z.ZodSchema<DecisionLayoutOptio
5414
5299
  export declare const sectionLayoutCallToActionSchema: z.ZodSchema<SectionLayoutCallToAction>;
5415
5300
  export declare const statusListLayoutSchema: z.ZodSchema<StatusListLayout>;
5416
5301
  export declare const statusListLayoutItemSchema: z.ZodSchema<StatusListLayoutItem>;
5417
- export declare const collectionLayoutSchema: z.ZodSchema<CollectionLayout>;
5418
5302
  export declare const sectionLayoutSchema: z.ZodSchema<SectionLayout>;
5419
- export declare const itemCallToActionSchema: z.ZodSchema<ItemCallToAction>;
5303
+ export declare const layoutSchema: z.ZodSchema<Layout>;
5420
5304
  export declare const searchLayoutSchema: z.ZodSchema<SearchLayout>;
5421
5305
  export declare const searchInitialStateSchema: z.ZodSchema<SearchInitialState>;
5422
5306
  export declare const boxLayoutSchema: z.ZodSchema<BoxLayout>;