@wise/dynamic-flow-types 3.19.0 → 4.0.0-experimental-8f7ea55

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 (156) hide show
  1. package/build/renderers/BaseInputRendererProps.d.ts +0 -4
  2. package/build/renderers/CallToAction.d.ts +0 -2
  3. package/build/renderers/DecisionRendererProps.d.ts +0 -6
  4. package/build/renderers/FormSectionRendererProps.d.ts +0 -4
  5. package/build/renderers/Icon.d.ts +1 -1
  6. package/build/renderers/InstructionsRendererProps.d.ts +0 -2
  7. package/build/renderers/ListRendererProps.d.ts +1 -13
  8. package/build/renderers/MoneyInputRendererProps.d.ts +1 -1
  9. package/build/renderers/MultiUploadInputRendererProps.d.ts +2 -2
  10. package/build/renderers/RepeatableRendererProps.d.ts +0 -6
  11. package/build/renderers/ReviewRendererProps.d.ts +0 -11
  12. package/build/renderers/SearchRendererProps.d.ts +1 -1
  13. package/build/renderers/SelectInputRendererProps.d.ts +0 -4
  14. package/build/renderers/StatusListRendererProps.d.ts +0 -2
  15. package/build/renderers/StepRendererProps.d.ts +8 -13
  16. package/build/renderers/Suggestions.d.ts +1 -7
  17. package/build/renderers/TabsRendererProps.d.ts +0 -2
  18. package/build/renderers/UploadInputRendererProps.d.ts +2 -2
  19. package/build/renderers/constants.d.ts +1 -1
  20. package/build/renderers/index.d.ts +0 -7
  21. package/build/{next → spec}/index.d.ts +3 -0
  22. package/build/{main.js → spec/main.js} +1 -1
  23. package/build/zod/schemas.d.ts +660 -660
  24. package/build/zod/schemas.ts +1 -1
  25. package/package.json +7 -12
  26. package/build/index.d.ts +0 -16
  27. package/build/spec/Action.d.ts +0 -21
  28. package/build/spec/AutocompleteToken.d.ts +0 -396
  29. package/build/spec/FileUploadSchema.d.ts +0 -19
  30. package/build/spec/LayoutComponent.d.ts +0 -237
  31. package/build/spec/Model.d.ts +0 -6
  32. package/build/spec/Navigation.d.ts +0 -14
  33. package/build/spec/PersistAsync.d.ts +0 -8
  34. package/build/spec/Polling.d.ts +0 -28
  35. package/build/spec/Promotion.d.ts +0 -20
  36. package/build/spec/Schema.d.ts +0 -191
  37. package/build/spec/Search.d.ts +0 -21
  38. package/build/spec/Step.d.ts +0 -112
  39. package/build/spec/ValidationAsync.d.ts +0 -6
  40. package/build/spec/core.d.ts +0 -47
  41. package/build/spec/responses.d.ts +0 -18
  42. /package/build/{next → spec}/JsonElement.d.ts +0 -0
  43. /package/build/{next → spec}/feature/Action.d.ts +0 -0
  44. /package/build/{next → spec}/feature/ActionBehavior.d.ts +0 -0
  45. /package/build/{next → spec}/feature/ActionType.d.ts +0 -0
  46. /package/build/{next → spec}/feature/Behavior.d.ts +0 -0
  47. /package/build/{next → spec}/feature/ContainerBehavior.d.ts +0 -0
  48. /package/build/{next → spec}/feature/CopyBehavior.d.ts +0 -0
  49. /package/build/{next → spec}/feature/DismissBehavior.d.ts +0 -0
  50. /package/build/{next → spec}/feature/External.d.ts +0 -0
  51. /package/build/{next → spec}/feature/Help.d.ts +0 -0
  52. /package/build/{next → spec}/feature/Link.d.ts +0 -0
  53. /package/build/{next → spec}/feature/LinkBehavior.d.ts +0 -0
  54. /package/build/{next → spec}/feature/LinkHandler.d.ts +0 -0
  55. /package/build/{next → spec}/feature/ModalBehavior.d.ts +0 -0
  56. /package/build/{next → spec}/feature/Navigation.d.ts +0 -0
  57. /package/build/{next → spec}/feature/NavigationBackBehavior.d.ts +0 -0
  58. /package/build/{next → spec}/feature/NavigationStackBehavior.d.ts +0 -0
  59. /package/build/{next → spec}/feature/PersistAsync.d.ts +0 -0
  60. /package/build/{next → spec}/feature/Polling.d.ts +0 -0
  61. /package/build/{next → spec}/feature/PollingOnError.d.ts +0 -0
  62. /package/build/{next → spec}/feature/RefreshBehavior.d.ts +0 -0
  63. /package/build/{next → spec}/feature/StepError.d.ts +0 -0
  64. /package/build/{next → spec}/feature/Suggestions.d.ts +0 -0
  65. /package/build/{next → spec}/feature/SuggestionsValue.d.ts +0 -0
  66. /package/build/{next → spec}/feature/Summary.d.ts +0 -0
  67. /package/build/{next → spec}/feature/SummaryProvider.d.ts +0 -0
  68. /package/build/{next → spec}/feature/SummarySummariser.d.ts +0 -0
  69. /package/build/{next → spec}/feature/UploadSource.d.ts +0 -0
  70. /package/build/{next → spec}/feature/ValidateAsync.d.ts +0 -0
  71. /package/build/{next → spec}/feature/toolbar/Toolbar.d.ts +0 -0
  72. /package/build/{next → spec}/feature/toolbar/ToolbarButton.d.ts +0 -0
  73. /package/build/{next → spec}/feature/toolbar/ToolbarItem.d.ts +0 -0
  74. /package/build/{next → spec}/layout/AlertLayout.d.ts +0 -0
  75. /package/build/{next → spec}/layout/AlertLayoutCallToAction.d.ts +0 -0
  76. /package/build/{next → spec}/layout/BoxLayout.d.ts +0 -0
  77. /package/build/{next → spec}/layout/ButtonLayout.d.ts +0 -0
  78. /package/build/{next → spec}/layout/ColumnsLayout.d.ts +0 -0
  79. /package/build/{next → spec}/layout/ColumnsLayoutBias.d.ts +0 -0
  80. /package/build/{next → spec}/layout/DecisionLayout.d.ts +0 -0
  81. /package/build/{next → spec}/layout/DecisionLayoutOption.d.ts +0 -0
  82. /package/build/{next → spec}/layout/DividerLayout.d.ts +0 -0
  83. /package/build/{next → spec}/layout/FormLayout.d.ts +0 -0
  84. /package/build/{next → spec}/layout/FormLayoutSchemaReference.d.ts +0 -0
  85. /package/build/{next → spec}/layout/HeadingLayout.d.ts +0 -0
  86. /package/build/{next → spec}/layout/ImageLayout.d.ts +0 -0
  87. /package/build/{next → spec}/layout/InfoLayout.d.ts +0 -0
  88. /package/build/{next → spec}/layout/InstructionsLayout.d.ts +0 -0
  89. /package/build/{next → spec}/layout/InstructionsLayoutItem.d.ts +0 -0
  90. /package/build/{next → spec}/layout/ItemCallToAction.d.ts +0 -0
  91. /package/build/{next → spec}/layout/Layout.d.ts +0 -0
  92. /package/build/{next → spec}/layout/ListLayout.d.ts +0 -0
  93. /package/build/{next → spec}/layout/ListLayoutCallToAction.d.ts +0 -0
  94. /package/build/{next → spec}/layout/ListLayoutItem.d.ts +0 -0
  95. /package/build/{next → spec}/layout/ListLayoutStatus.d.ts +0 -0
  96. /package/build/{next → spec}/layout/LoadingIndicatorLayout.d.ts +0 -0
  97. /package/build/{next → spec}/layout/MarkdownLayout.d.ts +0 -0
  98. /package/build/{next → spec}/layout/ModalLayout.d.ts +0 -0
  99. /package/build/{next → spec}/layout/ModalLayoutContent.d.ts +0 -0
  100. /package/build/{next → spec}/layout/ModalLayoutTrigger.d.ts +0 -0
  101. /package/build/{next → spec}/layout/ParagraphLayout.d.ts +0 -0
  102. /package/build/{next → spec}/layout/ProgressLayout.d.ts +0 -0
  103. /package/build/{next → spec}/layout/ReviewLayout.d.ts +0 -0
  104. /package/build/{next → spec}/layout/ReviewLayoutCallToAction.d.ts +0 -0
  105. /package/build/{next → spec}/layout/ReviewLayoutField.d.ts +0 -0
  106. /package/build/{next → spec}/layout/SearchLayout.d.ts +0 -0
  107. /package/build/{next → spec}/layout/SectionLayout.d.ts +0 -0
  108. /package/build/{next → spec}/layout/SectionLayoutCallToAction.d.ts +0 -0
  109. /package/build/{next → spec}/layout/StatusListLayout.d.ts +0 -0
  110. /package/build/{next → spec}/layout/StatusListLayoutItem.d.ts +0 -0
  111. /package/build/{next → spec}/layout/StatusListLayoutStatus.d.ts +0 -0
  112. /package/build/{next → spec}/layout/TabsLayout.d.ts +0 -0
  113. /package/build/{next → spec}/layout/TabsLayoutTab.d.ts +0 -0
  114. /package/build/{main.mjs → spec/main.mjs} +0 -0
  115. /package/build/{next → spec}/misc/AdditionalInfo.d.ts +0 -0
  116. /package/build/{next → spec}/misc/Align.d.ts +0 -0
  117. /package/build/{next → spec}/misc/AutocapitalizationType.d.ts +0 -0
  118. /package/build/{next → spec}/misc/AutocompleteToken.d.ts +0 -0
  119. /package/build/{next → spec}/misc/Context.d.ts +0 -0
  120. /package/build/{next → spec}/misc/HttpMethod.d.ts +0 -0
  121. /package/build/{next → spec}/misc/Icon.d.ts +0 -0
  122. /package/build/{next → spec}/misc/IconNamed.d.ts +0 -0
  123. /package/build/{next → spec}/misc/IconText.d.ts +0 -0
  124. /package/build/{next → spec}/misc/Image.d.ts +0 -0
  125. /package/build/{next → spec}/misc/InlineAlert.d.ts +0 -0
  126. /package/build/{next → spec}/misc/Size.d.ts +0 -0
  127. /package/build/{next → spec}/misc/SupportingValues.d.ts +0 -0
  128. /package/build/{next → spec}/misc/media/AvatarContent.d.ts +0 -0
  129. /package/build/{next → spec}/misc/media/AvatarTextContent.d.ts +0 -0
  130. /package/build/{next → spec}/misc/media/AvatarUriContent.d.ts +0 -0
  131. /package/build/{next → spec}/misc/media/Media.d.ts +0 -0
  132. /package/build/{next → spec}/misc/media/MediaAvatar.d.ts +0 -0
  133. /package/build/{next → spec}/misc/media/MediaImage.d.ts +0 -0
  134. /package/build/{next → spec}/responses/action/ActionResponseBody.d.ts +0 -0
  135. /package/build/{next → spec}/responses/error/ErrorResponseBody.d.ts +0 -0
  136. /package/build/{next → spec}/responses/modal/ModalResponseBody.d.ts +0 -0
  137. /package/build/{next → spec}/responses/search/SearchResponseBody.d.ts +0 -0
  138. /package/build/{next → spec}/responses/search/SearchResult.d.ts +0 -0
  139. /package/build/{next → spec}/responses/search/SearchResultAction.d.ts +0 -0
  140. /package/build/{next → spec}/responses/search/SearchResultSearch.d.ts +0 -0
  141. /package/build/{next → spec}/responses/search/SearchSearchRequest.d.ts +0 -0
  142. /package/build/{next → spec}/schema/AllOfSchema.d.ts +0 -0
  143. /package/build/{next → spec}/schema/ArraySchema.d.ts +0 -0
  144. /package/build/{next → spec}/schema/ArraySchemaList.d.ts +0 -0
  145. /package/build/{next → spec}/schema/ArraySchemaTuple.d.ts +0 -0
  146. /package/build/{next → spec}/schema/BlobSchema.d.ts +0 -0
  147. /package/build/{next → spec}/schema/BooleanSchema.d.ts +0 -0
  148. /package/build/{next → spec}/schema/ConstSchema.d.ts +0 -0
  149. /package/build/{next → spec}/schema/IntegerSchema.d.ts +0 -0
  150. /package/build/{next → spec}/schema/NumberSchema.d.ts +0 -0
  151. /package/build/{next → spec}/schema/ObjectSchema.d.ts +0 -0
  152. /package/build/{next → spec}/schema/OneOfSchema.d.ts +0 -0
  153. /package/build/{next → spec}/schema/Schema.d.ts +0 -0
  154. /package/build/{next → spec}/schema/StringSchema.d.ts +0 -0
  155. /package/build/{next → spec}/schema/StringSchemaFormat.d.ts +0 -0
  156. /package/build/{next → spec}/step/Step.d.ts +0 -0
@@ -1,19 +1,19 @@
1
1
  import { z } from 'zod';
2
- import type { JsonElement, AdditionalInfo, Behavior, ReviewLayoutCallToAction, TabsLayout, TabsLayoutTab, AlertLayout, AlertLayoutCallToAction, ListLayout, ListLayoutCallToAction, ListLayoutItem, DecisionLayout, DecisionLayoutOption, SectionLayoutCallToAction, StatusListLayout, StatusListLayoutItem, SectionLayout, Layout, ItemCallToAction, BoxLayout, ButtonLayout, ColumnsLayout, ModalLayout, ReviewLayout, ReviewLayoutField, ModalLayoutContent, ModalResponseBody, Step, Schema, Polling, LinkHandler, Toolbar, AllOfSchema, ArraySchema, BlobSchema, BooleanSchema, ConstSchema, IntegerSchema, NumberSchema, ObjectSchema, OneOfSchema, StringSchema, ArraySchemaList, PersistAsync, ArraySchemaTuple, PollingOnError, ToolbarItem, ToolbarButton, ModalBehavior } from '../next';
2
+ import type { JsonElement, AdditionalInfo, Behavior, ReviewLayoutCallToAction, TabsLayout, TabsLayoutTab, AlertLayout, AlertLayoutCallToAction, ListLayout, ListLayoutCallToAction, ListLayoutItem, DecisionLayout, DecisionLayoutOption, SectionLayoutCallToAction, StatusListLayout, StatusListLayoutItem, SectionLayout, Layout, ItemCallToAction, BoxLayout, ButtonLayout, ColumnsLayout, ModalLayout, ReviewLayout, ReviewLayoutField, ModalLayoutContent, ModalResponseBody, Step, Schema, Polling, LinkHandler, Toolbar, AllOfSchema, ArraySchema, BlobSchema, BooleanSchema, ConstSchema, IntegerSchema, NumberSchema, ObjectSchema, OneOfSchema, StringSchema, ArraySchemaList, PersistAsync, ArraySchemaTuple, PollingOnError, ToolbarItem, ToolbarButton, 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>;
6
6
  uri: z.ZodOptional<z.ZodString>;
7
7
  accessibilityDescription: z.ZodOptional<z.ZodString>;
8
8
  }, "strip", z.ZodTypeAny, {
9
- url?: string | undefined;
10
9
  text?: string | undefined;
11
10
  uri?: string | undefined;
11
+ url?: string | undefined;
12
12
  accessibilityDescription?: string | undefined;
13
13
  }, {
14
- url?: string | undefined;
15
14
  text?: string | undefined;
16
15
  uri?: string | undefined;
16
+ url?: string | undefined;
17
17
  accessibilityDescription?: string | undefined;
18
18
  }>;
19
19
  export declare const httpMethodSchema: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
@@ -40,10 +40,10 @@ export declare const inlineAlertSchema: z.ZodObject<{
40
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">]>>;
41
41
  }, "strip", z.ZodTypeAny, {
42
42
  content: string;
43
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
43
+ context?: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info" | undefined;
44
44
  }, {
45
45
  content: string;
46
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
46
+ context?: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info" | undefined;
47
47
  }>;
48
48
  export declare const iconTextSchema: z.ZodObject<{
49
49
  text: z.ZodString;
@@ -73,12 +73,12 @@ export declare const mediaImageSchema: z.ZodObject<{
73
73
  uri: z.ZodString;
74
74
  accessibilityDescription: z.ZodOptional<z.ZodString>;
75
75
  }, "strip", z.ZodTypeAny, {
76
- type: "image";
77
76
  uri: string;
77
+ type: "image";
78
78
  accessibilityDescription?: string | undefined;
79
79
  }, {
80
- type: "image";
81
80
  uri: string;
81
+ type: "image";
82
82
  accessibilityDescription?: string | undefined;
83
83
  }>;
84
84
  export declare const avatarUriContentSchema: z.ZodObject<{
@@ -86,12 +86,12 @@ export declare const avatarUriContentSchema: z.ZodObject<{
86
86
  uri: z.ZodString;
87
87
  badgeUri: z.ZodOptional<z.ZodString>;
88
88
  }, "strip", z.ZodTypeAny, {
89
- type: "uri";
90
89
  uri: string;
90
+ type: "uri";
91
91
  badgeUri?: string | undefined;
92
92
  }, {
93
- type: "uri";
94
93
  uri: string;
94
+ type: "uri";
95
95
  badgeUri?: string | undefined;
96
96
  }>;
97
97
  export declare const avatarTextContentSchema: z.ZodObject<{
@@ -99,12 +99,12 @@ export declare const avatarTextContentSchema: z.ZodObject<{
99
99
  text: z.ZodString;
100
100
  badgeUri: z.ZodOptional<z.ZodString>;
101
101
  }, "strip", z.ZodTypeAny, {
102
- type: "text";
103
102
  text: string;
103
+ type: "text";
104
104
  badgeUri?: string | undefined;
105
105
  }, {
106
- type: "text";
107
106
  text: string;
107
+ type: "text";
108
108
  badgeUri?: string | undefined;
109
109
  }>;
110
110
  export declare const avatarContentSchema: z.ZodUnion<[z.ZodObject<{
@@ -112,24 +112,24 @@ export declare const avatarContentSchema: z.ZodUnion<[z.ZodObject<{
112
112
  text: z.ZodString;
113
113
  badgeUri: z.ZodOptional<z.ZodString>;
114
114
  }, "strip", z.ZodTypeAny, {
115
- type: "text";
116
115
  text: string;
116
+ type: "text";
117
117
  badgeUri?: string | undefined;
118
118
  }, {
119
- type: "text";
120
119
  text: string;
120
+ type: "text";
121
121
  badgeUri?: string | undefined;
122
122
  }>, z.ZodObject<{
123
123
  type: z.ZodLiteral<"uri">;
124
124
  uri: z.ZodString;
125
125
  badgeUri: z.ZodOptional<z.ZodString>;
126
126
  }, "strip", z.ZodTypeAny, {
127
- type: "uri";
128
127
  uri: string;
128
+ type: "uri";
129
129
  badgeUri?: string | undefined;
130
130
  }, {
131
- type: "uri";
132
131
  uri: string;
132
+ type: "uri";
133
133
  badgeUri?: string | undefined;
134
134
  }>]>;
135
135
  export declare const mediaAvatarSchema: z.ZodObject<{
@@ -139,48 +139,48 @@ export declare const mediaAvatarSchema: z.ZodObject<{
139
139
  text: z.ZodString;
140
140
  badgeUri: z.ZodOptional<z.ZodString>;
141
141
  }, "strip", z.ZodTypeAny, {
142
- type: "text";
143
142
  text: string;
143
+ type: "text";
144
144
  badgeUri?: string | undefined;
145
145
  }, {
146
- type: "text";
147
146
  text: string;
147
+ type: "text";
148
148
  badgeUri?: string | undefined;
149
149
  }>, z.ZodObject<{
150
150
  type: z.ZodLiteral<"uri">;
151
151
  uri: z.ZodString;
152
152
  badgeUri: z.ZodOptional<z.ZodString>;
153
153
  }, "strip", z.ZodTypeAny, {
154
- type: "uri";
155
154
  uri: string;
155
+ type: "uri";
156
156
  badgeUri?: string | undefined;
157
157
  }, {
158
- type: "uri";
159
158
  uri: string;
159
+ type: "uri";
160
160
  badgeUri?: string | undefined;
161
161
  }>]>, "many">;
162
162
  accessibilityDescription: z.ZodOptional<z.ZodString>;
163
163
  }, "strip", z.ZodTypeAny, {
164
164
  type: "avatar";
165
165
  content: ({
166
- type: "uri";
167
166
  uri: string;
167
+ type: "uri";
168
168
  badgeUri?: string | undefined;
169
169
  } | {
170
- type: "text";
171
170
  text: string;
171
+ type: "text";
172
172
  badgeUri?: string | undefined;
173
173
  })[];
174
174
  accessibilityDescription?: string | undefined;
175
175
  }, {
176
176
  type: "avatar";
177
177
  content: ({
178
- type: "uri";
179
178
  uri: string;
179
+ type: "uri";
180
180
  badgeUri?: string | undefined;
181
181
  } | {
182
- type: "text";
183
182
  text: string;
183
+ type: "text";
184
184
  badgeUri?: string | undefined;
185
185
  })[];
186
186
  accessibilityDescription?: string | undefined;
@@ -195,17 +195,17 @@ export declare const loadingIndicatorLayoutSchema: z.ZodObject<{
195
195
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
196
196
  }, "strip", z.ZodTypeAny, {
197
197
  type: "loading-indicator";
198
- analyticsId?: string | undefined;
199
- control?: string | undefined;
200
198
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
199
+ control?: string | undefined;
201
200
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
201
+ analyticsId?: string | undefined;
202
202
  tags?: string[] | undefined;
203
203
  }, {
204
204
  type: "loading-indicator";
205
- analyticsId?: string | undefined;
206
- control?: string | undefined;
207
205
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
206
+ control?: string | undefined;
208
207
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
208
+ analyticsId?: string | undefined;
209
209
  tags?: string[] | undefined;
210
210
  }>;
211
211
  export declare const paragraphLayoutSchema: z.ZodObject<{
@@ -218,21 +218,21 @@ export declare const paragraphLayoutSchema: z.ZodObject<{
218
218
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
219
219
  size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
220
220
  }, "strip", z.ZodTypeAny, {
221
- type: "paragraph";
222
221
  text: string;
223
- analyticsId?: string | undefined;
224
- control?: string | undefined;
222
+ type: "paragraph";
225
223
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
224
+ control?: string | undefined;
226
225
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
226
+ analyticsId?: string | undefined;
227
227
  tags?: string[] | undefined;
228
228
  align?: "left" | "right" | "center" | undefined;
229
229
  }, {
230
- type: "paragraph";
231
230
  text: string;
232
- analyticsId?: string | undefined;
233
- control?: string | undefined;
231
+ type: "paragraph";
234
232
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
233
+ control?: string | undefined;
235
234
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
235
+ analyticsId?: string | undefined;
236
236
  tags?: string[] | undefined;
237
237
  align?: "left" | "right" | "center" | undefined;
238
238
  }>;
@@ -244,15 +244,15 @@ export declare const dividerLayoutSchema: z.ZodObject<{
244
244
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
245
245
  }, "strip", z.ZodTypeAny, {
246
246
  type: "divider";
247
- analyticsId?: string | undefined;
248
247
  control?: string | undefined;
249
248
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
249
+ analyticsId?: string | undefined;
250
250
  tags?: string[] | undefined;
251
251
  }, {
252
252
  type: "divider";
253
- analyticsId?: string | undefined;
254
253
  control?: string | undefined;
255
254
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
255
+ analyticsId?: string | undefined;
256
256
  tags?: string[] | undefined;
257
257
  }>;
258
258
  export declare const listLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>;
@@ -274,14 +274,14 @@ export declare const imageLayoutSchema: z.ZodObject<{
274
274
  uri: z.ZodOptional<z.ZodString>;
275
275
  accessibilityDescription: z.ZodOptional<z.ZodString>;
276
276
  }, "strip", z.ZodTypeAny, {
277
- url?: string | undefined;
278
277
  text?: string | undefined;
279
278
  uri?: string | undefined;
279
+ url?: string | undefined;
280
280
  accessibilityDescription?: string | undefined;
281
281
  }, {
282
- url?: string | undefined;
283
282
  text?: string | undefined;
284
283
  uri?: string | undefined;
284
+ url?: string | undefined;
285
285
  accessibilityDescription?: string | undefined;
286
286
  }>>;
287
287
  size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
@@ -292,36 +292,36 @@ export declare const imageLayoutSchema: z.ZodObject<{
292
292
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
293
293
  }, "strip", z.ZodTypeAny, {
294
294
  type: "image";
295
- url?: string | undefined;
296
- analyticsId?: string | undefined;
297
- control?: string | undefined;
298
295
  text?: string | undefined;
296
+ url?: string | undefined;
299
297
  accessibilityDescription?: string | undefined;
300
298
  content?: {
301
- url?: string | undefined;
302
299
  text?: string | undefined;
303
300
  uri?: string | undefined;
301
+ url?: string | undefined;
304
302
  accessibilityDescription?: string | undefined;
305
303
  } | undefined;
306
304
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
305
+ control?: string | undefined;
307
306
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
307
+ analyticsId?: string | undefined;
308
308
  tags?: string[] | undefined;
309
309
  align?: "left" | "right" | "center" | undefined;
310
310
  }, {
311
311
  type: "image";
312
- url?: string | undefined;
313
- analyticsId?: string | undefined;
314
- control?: string | undefined;
315
312
  text?: string | undefined;
313
+ url?: string | undefined;
316
314
  accessibilityDescription?: string | undefined;
317
315
  content?: {
318
- url?: string | undefined;
319
316
  text?: string | undefined;
320
317
  uri?: string | undefined;
318
+ url?: string | undefined;
321
319
  accessibilityDescription?: string | undefined;
322
320
  } | undefined;
323
321
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
322
+ control?: string | undefined;
324
323
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
324
+ analyticsId?: string | undefined;
325
325
  tags?: string[] | undefined;
326
326
  align?: "left" | "right" | "center" | undefined;
327
327
  }>;
@@ -334,13 +334,13 @@ export declare const instructionsLayoutItemSchema: z.ZodObject<{
334
334
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
335
335
  }, "strip", z.ZodTypeAny, {
336
336
  text: string;
337
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
337
+ context: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info";
338
338
  analyticsId?: string | undefined;
339
339
  tags?: string[] | undefined;
340
340
  tag?: string | undefined;
341
341
  }, {
342
342
  text: string;
343
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
343
+ context: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info";
344
344
  analyticsId?: string | undefined;
345
345
  tags?: string[] | undefined;
346
346
  tag?: string | undefined;
@@ -374,22 +374,22 @@ export declare const searchLayoutSchema: z.ZodObject<{
374
374
  url: string;
375
375
  type: "search";
376
376
  title: string;
377
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
377
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
378
378
  param: string;
379
- analyticsId?: string | undefined;
380
379
  control?: string | undefined;
381
380
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
381
+ analyticsId?: string | undefined;
382
382
  tags?: string[] | undefined;
383
383
  emptyMessage?: string | undefined;
384
384
  }, {
385
385
  url: string;
386
386
  type: "search";
387
387
  title: string;
388
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
388
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
389
389
  param: string;
390
- analyticsId?: string | undefined;
391
390
  control?: string | undefined;
392
391
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
392
+ analyticsId?: string | undefined;
393
393
  tags?: string[] | undefined;
394
394
  emptyMessage?: string | undefined;
395
395
  }>;
@@ -402,19 +402,19 @@ export declare const infoLayoutSchema: z.ZodObject<{
402
402
  margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
403
403
  analyticsId: z.ZodOptional<z.ZodString>;
404
404
  }, "strip", z.ZodTypeAny, {
405
- type: "info";
406
405
  markdown: string;
407
- analyticsId?: string | undefined;
406
+ type: "info";
408
407
  control?: string | undefined;
409
408
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
409
+ analyticsId?: string | undefined;
410
410
  tags?: string[] | undefined;
411
411
  align?: "left" | "right" | "center" | undefined;
412
412
  }, {
413
- type: "info";
414
413
  markdown: string;
415
- analyticsId?: string | undefined;
414
+ type: "info";
416
415
  control?: string | undefined;
417
416
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
417
+ analyticsId?: string | undefined;
418
418
  tags?: string[] | undefined;
419
419
  align?: "left" | "right" | "center" | undefined;
420
420
  }>;
@@ -435,9 +435,9 @@ export declare const formLayoutSchema: z.ZodObject<{
435
435
  }, "strip", z.ZodTypeAny, {
436
436
  type: "form";
437
437
  schemaId: string;
438
- analyticsId?: string | undefined;
439
438
  control?: string | undefined;
440
439
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
440
+ analyticsId?: string | undefined;
441
441
  tags?: string[] | undefined;
442
442
  schema?: {
443
443
  $ref: string;
@@ -445,9 +445,9 @@ export declare const formLayoutSchema: z.ZodObject<{
445
445
  }, {
446
446
  type: "form";
447
447
  schemaId: string;
448
- analyticsId?: string | undefined;
449
448
  control?: string | undefined;
450
449
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
450
+ analyticsId?: string | undefined;
451
451
  tags?: string[] | undefined;
452
452
  schema?: {
453
453
  $ref: string;
@@ -463,21 +463,21 @@ export declare const headingLayoutSchema: z.ZodObject<{
463
463
  analyticsId: z.ZodOptional<z.ZodString>;
464
464
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
465
465
  }, "strip", z.ZodTypeAny, {
466
- type: "heading";
467
466
  text: string;
468
- analyticsId?: string | undefined;
469
- control?: string | undefined;
467
+ type: "heading";
470
468
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
469
+ control?: string | undefined;
471
470
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
471
+ analyticsId?: string | undefined;
472
472
  tags?: string[] | undefined;
473
473
  align?: "left" | "right" | "center" | undefined;
474
474
  }, {
475
- type: "heading";
476
475
  text: string;
477
- analyticsId?: string | undefined;
478
- control?: string | undefined;
476
+ type: "heading";
479
477
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
478
+ control?: string | undefined;
480
479
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
480
+ analyticsId?: string | undefined;
481
481
  tags?: string[] | undefined;
482
482
  align?: "left" | "right" | "center" | undefined;
483
483
  }>;
@@ -492,13 +492,13 @@ export declare const instructionsLayoutSchema: z.ZodObject<{
492
492
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
493
493
  }, "strip", z.ZodTypeAny, {
494
494
  text: string;
495
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
495
+ context: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info";
496
496
  analyticsId?: string | undefined;
497
497
  tags?: string[] | undefined;
498
498
  tag?: string | undefined;
499
499
  }, {
500
500
  text: string;
501
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
501
+ context: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info";
502
502
  analyticsId?: string | undefined;
503
503
  tags?: string[] | undefined;
504
504
  tag?: string | undefined;
@@ -511,30 +511,30 @@ export declare const instructionsLayoutSchema: z.ZodObject<{
511
511
  type: "instructions";
512
512
  items: {
513
513
  text: string;
514
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
514
+ context: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info";
515
515
  analyticsId?: string | undefined;
516
516
  tags?: string[] | undefined;
517
517
  tag?: string | undefined;
518
518
  }[];
519
- analyticsId?: string | undefined;
520
- title?: string | undefined;
521
519
  control?: string | undefined;
522
520
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
521
+ analyticsId?: string | undefined;
523
522
  tags?: string[] | undefined;
523
+ title?: string | undefined;
524
524
  }, {
525
525
  type: "instructions";
526
526
  items: {
527
527
  text: string;
528
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
528
+ context: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info";
529
529
  analyticsId?: string | undefined;
530
530
  tags?: string[] | undefined;
531
531
  tag?: string | undefined;
532
532
  }[];
533
- analyticsId?: string | undefined;
534
- title?: string | undefined;
535
533
  control?: string | undefined;
536
534
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
535
+ analyticsId?: string | undefined;
537
536
  tags?: string[] | undefined;
537
+ title?: string | undefined;
538
538
  }>;
539
539
  export declare const markdownLayoutSchema: z.ZodObject<{
540
540
  type: z.ZodLiteral<"markdown">;
@@ -548,19 +548,19 @@ export declare const markdownLayoutSchema: z.ZodObject<{
548
548
  }, "strip", z.ZodTypeAny, {
549
549
  type: "markdown";
550
550
  content: string;
551
- analyticsId?: string | undefined;
552
- control?: string | undefined;
553
551
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
552
+ control?: string | undefined;
554
553
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
554
+ analyticsId?: string | undefined;
555
555
  tags?: string[] | undefined;
556
556
  align?: "left" | "right" | "center" | undefined;
557
557
  }, {
558
558
  type: "markdown";
559
559
  content: string;
560
- analyticsId?: string | undefined;
561
- control?: string | undefined;
562
560
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
561
+ control?: string | undefined;
563
562
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
563
+ analyticsId?: string | undefined;
564
564
  tags?: string[] | undefined;
565
565
  align?: "left" | "right" | "center" | undefined;
566
566
  }>;
@@ -583,33 +583,33 @@ export declare const progressLayoutSchema: z.ZodObject<{
583
583
  analyticsId: z.ZodOptional<z.ZodString>;
584
584
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
585
585
  }, "strip", z.ZodTypeAny, {
586
- type: "progress";
587
586
  progress: number;
587
+ type: "progress";
588
588
  progressText: string;
589
+ context?: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info" | undefined;
590
+ control?: string | undefined;
591
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
589
592
  analyticsId?: string | undefined;
593
+ tags?: string[] | undefined;
594
+ title?: string | undefined;
590
595
  description?: string | undefined;
591
596
  help?: {
592
597
  markdown: string;
593
598
  } | undefined;
594
- title?: string | undefined;
595
- control?: string | undefined;
596
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
597
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
598
- tags?: string[] | undefined;
599
599
  }, {
600
- type: "progress";
601
600
  progress: number;
601
+ type: "progress";
602
602
  progressText: string;
603
+ context?: "primary" | "positive" | "negative" | "neutral" | "warning" | "success" | "failure" | "info" | undefined;
604
+ control?: string | undefined;
605
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
603
606
  analyticsId?: string | undefined;
607
+ tags?: string[] | undefined;
608
+ title?: string | undefined;
604
609
  description?: string | undefined;
605
610
  help?: {
606
611
  markdown: string;
607
612
  } | undefined;
608
- title?: string | undefined;
609
- control?: string | undefined;
610
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
611
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
612
- tags?: string[] | undefined;
613
613
  }>;
614
614
  export declare const columnsLayoutBiasSchema: z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"left">, z.ZodLiteral<"right">]>;
615
615
  export declare const mediaSchema: z.ZodUnion<[z.ZodObject<{
@@ -619,48 +619,48 @@ export declare const mediaSchema: z.ZodUnion<[z.ZodObject<{
619
619
  text: z.ZodString;
620
620
  badgeUri: z.ZodOptional<z.ZodString>;
621
621
  }, "strip", z.ZodTypeAny, {
622
- type: "text";
623
622
  text: string;
623
+ type: "text";
624
624
  badgeUri?: string | undefined;
625
625
  }, {
626
- type: "text";
627
626
  text: string;
627
+ type: "text";
628
628
  badgeUri?: string | undefined;
629
629
  }>, z.ZodObject<{
630
630
  type: z.ZodLiteral<"uri">;
631
631
  uri: z.ZodString;
632
632
  badgeUri: z.ZodOptional<z.ZodString>;
633
633
  }, "strip", z.ZodTypeAny, {
634
- type: "uri";
635
634
  uri: string;
635
+ type: "uri";
636
636
  badgeUri?: string | undefined;
637
637
  }, {
638
- type: "uri";
639
638
  uri: string;
639
+ type: "uri";
640
640
  badgeUri?: string | undefined;
641
641
  }>]>, "many">;
642
642
  accessibilityDescription: z.ZodOptional<z.ZodString>;
643
643
  }, "strip", z.ZodTypeAny, {
644
644
  type: "avatar";
645
645
  content: ({
646
- type: "uri";
647
646
  uri: string;
647
+ type: "uri";
648
648
  badgeUri?: string | undefined;
649
649
  } | {
650
- type: "text";
651
650
  text: string;
651
+ type: "text";
652
652
  badgeUri?: string | undefined;
653
653
  })[];
654
654
  accessibilityDescription?: string | undefined;
655
655
  }, {
656
656
  type: "avatar";
657
657
  content: ({
658
- type: "uri";
659
658
  uri: string;
659
+ type: "uri";
660
660
  badgeUri?: string | undefined;
661
661
  } | {
662
- type: "text";
663
662
  text: string;
663
+ type: "text";
664
664
  badgeUri?: string | undefined;
665
665
  })[];
666
666
  accessibilityDescription?: string | undefined;
@@ -669,12 +669,12 @@ export declare const mediaSchema: z.ZodUnion<[z.ZodObject<{
669
669
  uri: z.ZodString;
670
670
  accessibilityDescription: z.ZodOptional<z.ZodString>;
671
671
  }, "strip", z.ZodTypeAny, {
672
- type: "image";
673
672
  uri: string;
673
+ type: "image";
674
674
  accessibilityDescription?: string | undefined;
675
675
  }, {
676
- type: "image";
677
676
  uri: string;
677
+ type: "image";
678
678
  accessibilityDescription?: string | undefined;
679
679
  }>]>;
680
680
  export declare const searchSearchRequestSchema: z.ZodObject<{
@@ -684,12 +684,12 @@ export declare const searchSearchRequestSchema: z.ZodObject<{
684
684
  query: z.ZodString;
685
685
  }, "strip", z.ZodTypeAny, {
686
686
  url: string;
687
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
687
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
688
688
  param: string;
689
689
  query: string;
690
690
  }, {
691
691
  url: string;
692
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
692
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
693
693
  param: string;
694
694
  query: string;
695
695
  }>;
@@ -716,14 +716,14 @@ export declare const searchResultSearchSchema: z.ZodObject<{
716
716
  uri: z.ZodOptional<z.ZodString>;
717
717
  accessibilityDescription: z.ZodOptional<z.ZodString>;
718
718
  }, "strip", z.ZodTypeAny, {
719
- url?: string | undefined;
720
719
  text?: string | undefined;
721
720
  uri?: string | undefined;
721
+ url?: string | undefined;
722
722
  accessibilityDescription?: string | undefined;
723
723
  }, {
724
- url?: string | undefined;
725
724
  text?: string | undefined;
726
725
  uri?: string | undefined;
726
+ url?: string | undefined;
727
727
  accessibilityDescription?: string | undefined;
728
728
  }>>;
729
729
  value: z.ZodObject<{
@@ -733,12 +733,12 @@ export declare const searchResultSearchSchema: z.ZodObject<{
733
733
  query: z.ZodString;
734
734
  }, "strip", z.ZodTypeAny, {
735
735
  url: string;
736
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
736
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
737
737
  param: string;
738
738
  query: string;
739
739
  }, {
740
740
  url: string;
741
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
741
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
742
742
  param: string;
743
743
  query: string;
744
744
  }>;
@@ -749,48 +749,48 @@ export declare const searchResultSearchSchema: z.ZodObject<{
749
749
  text: z.ZodString;
750
750
  badgeUri: z.ZodOptional<z.ZodString>;
751
751
  }, "strip", z.ZodTypeAny, {
752
- type: "text";
753
752
  text: string;
753
+ type: "text";
754
754
  badgeUri?: string | undefined;
755
755
  }, {
756
- type: "text";
757
756
  text: string;
757
+ type: "text";
758
758
  badgeUri?: string | undefined;
759
759
  }>, z.ZodObject<{
760
760
  type: z.ZodLiteral<"uri">;
761
761
  uri: z.ZodString;
762
762
  badgeUri: z.ZodOptional<z.ZodString>;
763
763
  }, "strip", z.ZodTypeAny, {
764
- type: "uri";
765
764
  uri: string;
765
+ type: "uri";
766
766
  badgeUri?: string | undefined;
767
767
  }, {
768
- type: "uri";
769
768
  uri: string;
769
+ type: "uri";
770
770
  badgeUri?: string | undefined;
771
771
  }>]>, "many">;
772
772
  accessibilityDescription: z.ZodOptional<z.ZodString>;
773
773
  }, "strip", z.ZodTypeAny, {
774
774
  type: "avatar";
775
775
  content: ({
776
- type: "uri";
777
776
  uri: string;
777
+ type: "uri";
778
778
  badgeUri?: string | undefined;
779
779
  } | {
780
- type: "text";
781
780
  text: string;
781
+ type: "text";
782
782
  badgeUri?: string | undefined;
783
783
  })[];
784
784
  accessibilityDescription?: string | undefined;
785
785
  }, {
786
786
  type: "avatar";
787
787
  content: ({
788
- type: "uri";
789
788
  uri: string;
789
+ type: "uri";
790
790
  badgeUri?: string | undefined;
791
791
  } | {
792
- type: "text";
793
792
  text: string;
793
+ type: "text";
794
794
  badgeUri?: string | undefined;
795
795
  })[];
796
796
  accessibilityDescription?: string | undefined;
@@ -799,27 +799,27 @@ export declare const searchResultSearchSchema: z.ZodObject<{
799
799
  uri: z.ZodString;
800
800
  accessibilityDescription: z.ZodOptional<z.ZodString>;
801
801
  }, "strip", z.ZodTypeAny, {
802
- type: "image";
803
802
  uri: string;
803
+ type: "image";
804
804
  accessibilityDescription?: string | undefined;
805
805
  }, {
806
- type: "image";
807
806
  uri: string;
807
+ type: "image";
808
808
  accessibilityDescription?: string | undefined;
809
809
  }>]>>;
810
810
  }, "strip", z.ZodTypeAny, {
811
- type: "search";
812
- title: string;
813
811
  value: {
814
812
  url: string;
815
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
813
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
816
814
  param: string;
817
815
  query: string;
818
816
  };
817
+ type: "search";
818
+ title: string;
819
819
  image?: {
820
- url?: string | undefined;
821
820
  text?: string | undefined;
822
821
  uri?: string | undefined;
822
+ url?: string | undefined;
823
823
  accessibilityDescription?: string | undefined;
824
824
  } | undefined;
825
825
  description?: string | undefined;
@@ -829,35 +829,35 @@ export declare const searchResultSearchSchema: z.ZodObject<{
829
829
  text: string;
830
830
  } | undefined;
831
831
  media?: {
832
- type: "image";
833
832
  uri: string;
833
+ type: "image";
834
834
  accessibilityDescription?: string | undefined;
835
835
  } | {
836
836
  type: "avatar";
837
837
  content: ({
838
- type: "uri";
839
838
  uri: string;
839
+ type: "uri";
840
840
  badgeUri?: string | undefined;
841
841
  } | {
842
- type: "text";
843
842
  text: string;
843
+ type: "text";
844
844
  badgeUri?: string | undefined;
845
845
  })[];
846
846
  accessibilityDescription?: string | undefined;
847
847
  } | undefined;
848
848
  }, {
849
- type: "search";
850
- title: string;
851
849
  value: {
852
850
  url: string;
853
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
851
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
854
852
  param: string;
855
853
  query: string;
856
854
  };
855
+ type: "search";
856
+ title: string;
857
857
  image?: {
858
- url?: string | undefined;
859
858
  text?: string | undefined;
860
859
  uri?: string | undefined;
860
+ url?: string | undefined;
861
861
  accessibilityDescription?: string | undefined;
862
862
  } | undefined;
863
863
  description?: string | undefined;
@@ -867,18 +867,18 @@ export declare const searchResultSearchSchema: z.ZodObject<{
867
867
  text: string;
868
868
  } | undefined;
869
869
  media?: {
870
- type: "image";
871
870
  uri: string;
871
+ type: "image";
872
872
  accessibilityDescription?: string | undefined;
873
873
  } | {
874
874
  type: "avatar";
875
875
  content: ({
876
- type: "uri";
877
876
  uri: string;
877
+ type: "uri";
878
878
  badgeUri?: string | undefined;
879
879
  } | {
880
- type: "text";
881
880
  text: string;
881
+ type: "text";
882
882
  badgeUri?: string | undefined;
883
883
  })[];
884
884
  accessibilityDescription?: string | undefined;
@@ -925,14 +925,14 @@ export declare const summarySummariserSchema: z.ZodObject<{
925
925
  uri: z.ZodOptional<z.ZodString>;
926
926
  accessibilityDescription: z.ZodOptional<z.ZodString>;
927
927
  }, "strip", z.ZodTypeAny, {
928
- url?: string | undefined;
929
928
  text?: string | undefined;
930
929
  uri?: string | undefined;
930
+ url?: string | undefined;
931
931
  accessibilityDescription?: string | undefined;
932
932
  }, {
933
- url?: string | undefined;
934
933
  text?: string | undefined;
935
934
  uri?: string | undefined;
935
+ url?: string | undefined;
936
936
  accessibilityDescription?: string | undefined;
937
937
  }>>;
938
938
  providesTitle: z.ZodOptional<z.ZodBoolean>;
@@ -946,48 +946,48 @@ export declare const summarySummariserSchema: z.ZodObject<{
946
946
  text: z.ZodString;
947
947
  badgeUri: z.ZodOptional<z.ZodString>;
948
948
  }, "strip", z.ZodTypeAny, {
949
- type: "text";
950
949
  text: string;
950
+ type: "text";
951
951
  badgeUri?: string | undefined;
952
952
  }, {
953
- type: "text";
954
953
  text: string;
954
+ type: "text";
955
955
  badgeUri?: string | undefined;
956
956
  }>, z.ZodObject<{
957
957
  type: z.ZodLiteral<"uri">;
958
958
  uri: z.ZodString;
959
959
  badgeUri: z.ZodOptional<z.ZodString>;
960
960
  }, "strip", z.ZodTypeAny, {
961
- type: "uri";
962
961
  uri: string;
962
+ type: "uri";
963
963
  badgeUri?: string | undefined;
964
964
  }, {
965
- type: "uri";
966
965
  uri: string;
966
+ type: "uri";
967
967
  badgeUri?: string | undefined;
968
968
  }>]>, "many">;
969
969
  accessibilityDescription: z.ZodOptional<z.ZodString>;
970
970
  }, "strip", z.ZodTypeAny, {
971
971
  type: "avatar";
972
972
  content: ({
973
- type: "uri";
974
973
  uri: string;
974
+ type: "uri";
975
975
  badgeUri?: string | undefined;
976
976
  } | {
977
- type: "text";
978
977
  text: string;
978
+ type: "text";
979
979
  badgeUri?: string | undefined;
980
980
  })[];
981
981
  accessibilityDescription?: string | undefined;
982
982
  }, {
983
983
  type: "avatar";
984
984
  content: ({
985
- type: "uri";
986
985
  uri: string;
986
+ type: "uri";
987
987
  badgeUri?: string | undefined;
988
988
  } | {
989
- type: "text";
990
989
  text: string;
990
+ type: "text";
991
991
  badgeUri?: string | undefined;
992
992
  })[];
993
993
  accessibilityDescription?: string | undefined;
@@ -996,12 +996,12 @@ export declare const summarySummariserSchema: z.ZodObject<{
996
996
  uri: z.ZodString;
997
997
  accessibilityDescription: z.ZodOptional<z.ZodString>;
998
998
  }, "strip", z.ZodTypeAny, {
999
- type: "image";
1000
999
  uri: string;
1000
+ type: "image";
1001
1001
  accessibilityDescription?: string | undefined;
1002
1002
  }, {
1003
- type: "image";
1004
1003
  uri: string;
1004
+ type: "image";
1005
1005
  accessibilityDescription?: string | undefined;
1006
1006
  }>]>>;
1007
1007
  providesMedia: z.ZodOptional<z.ZodBoolean>;
@@ -1014,9 +1014,9 @@ export declare const summarySummariserSchema: z.ZodObject<{
1014
1014
  text: string;
1015
1015
  } | undefined;
1016
1016
  defaultImage?: {
1017
- url?: string | undefined;
1018
1017
  text?: string | undefined;
1019
1018
  uri?: string | undefined;
1019
+ url?: string | undefined;
1020
1020
  accessibilityDescription?: string | undefined;
1021
1021
  } | undefined;
1022
1022
  providesTitle?: boolean | undefined;
@@ -1024,18 +1024,18 @@ export declare const summarySummariserSchema: z.ZodObject<{
1024
1024
  providesIcon?: boolean | undefined;
1025
1025
  providesImage?: boolean | undefined;
1026
1026
  defaultMedia?: {
1027
- type: "image";
1028
1027
  uri: string;
1028
+ type: "image";
1029
1029
  accessibilityDescription?: string | undefined;
1030
1030
  } | {
1031
1031
  type: "avatar";
1032
1032
  content: ({
1033
- type: "uri";
1034
1033
  uri: string;
1034
+ type: "uri";
1035
1035
  badgeUri?: string | undefined;
1036
1036
  } | {
1037
- type: "text";
1038
1037
  text: string;
1038
+ type: "text";
1039
1039
  badgeUri?: string | undefined;
1040
1040
  })[];
1041
1041
  accessibilityDescription?: string | undefined;
@@ -1050,9 +1050,9 @@ export declare const summarySummariserSchema: z.ZodObject<{
1050
1050
  text: string;
1051
1051
  } | undefined;
1052
1052
  defaultImage?: {
1053
- url?: string | undefined;
1054
1053
  text?: string | undefined;
1055
1054
  uri?: string | undefined;
1055
+ url?: string | undefined;
1056
1056
  accessibilityDescription?: string | undefined;
1057
1057
  } | undefined;
1058
1058
  providesTitle?: boolean | undefined;
@@ -1060,18 +1060,18 @@ export declare const summarySummariserSchema: z.ZodObject<{
1060
1060
  providesIcon?: boolean | undefined;
1061
1061
  providesImage?: boolean | undefined;
1062
1062
  defaultMedia?: {
1063
- type: "image";
1064
1063
  uri: string;
1064
+ type: "image";
1065
1065
  accessibilityDescription?: string | undefined;
1066
1066
  } | {
1067
1067
  type: "avatar";
1068
1068
  content: ({
1069
- type: "uri";
1070
1069
  uri: string;
1070
+ type: "uri";
1071
1071
  badgeUri?: string | undefined;
1072
1072
  } | {
1073
- type: "text";
1074
1073
  text: string;
1074
+ type: "text";
1075
1075
  badgeUri?: string | undefined;
1076
1076
  })[];
1077
1077
  accessibilityDescription?: string | undefined;
@@ -1084,11 +1084,11 @@ export declare const validateAsyncSchema: z.ZodObject<{
1084
1084
  url: z.ZodString;
1085
1085
  }, "strip", z.ZodTypeAny, {
1086
1086
  url: string;
1087
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1087
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
1088
1088
  param: string;
1089
1089
  }, {
1090
1090
  url: string;
1091
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1091
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
1092
1092
  param: string;
1093
1093
  }>;
1094
1094
  export declare const summaryProviderSchema: z.ZodObject<{
@@ -1133,14 +1133,14 @@ export declare const suggestionsValueSchema: z.ZodObject<{
1133
1133
  uri: z.ZodOptional<z.ZodString>;
1134
1134
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1135
1135
  }, "strip", z.ZodTypeAny, {
1136
- url?: string | undefined;
1137
1136
  text?: string | undefined;
1138
1137
  uri?: string | undefined;
1138
+ url?: string | undefined;
1139
1139
  accessibilityDescription?: string | undefined;
1140
1140
  }, {
1141
- url?: string | undefined;
1142
1141
  text?: string | undefined;
1143
1142
  uri?: string | undefined;
1143
+ url?: string | undefined;
1144
1144
  accessibilityDescription?: string | undefined;
1145
1145
  }>>;
1146
1146
  tag: z.ZodOptional<z.ZodString>;
@@ -1151,48 +1151,48 @@ export declare const suggestionsValueSchema: z.ZodObject<{
1151
1151
  text: z.ZodString;
1152
1152
  badgeUri: z.ZodOptional<z.ZodString>;
1153
1153
  }, "strip", z.ZodTypeAny, {
1154
- type: "text";
1155
1154
  text: string;
1155
+ type: "text";
1156
1156
  badgeUri?: string | undefined;
1157
1157
  }, {
1158
- type: "text";
1159
1158
  text: string;
1159
+ type: "text";
1160
1160
  badgeUri?: string | undefined;
1161
1161
  }>, z.ZodObject<{
1162
1162
  type: z.ZodLiteral<"uri">;
1163
1163
  uri: z.ZodString;
1164
1164
  badgeUri: z.ZodOptional<z.ZodString>;
1165
1165
  }, "strip", z.ZodTypeAny, {
1166
- type: "uri";
1167
1166
  uri: string;
1167
+ type: "uri";
1168
1168
  badgeUri?: string | undefined;
1169
1169
  }, {
1170
- type: "uri";
1171
1170
  uri: string;
1171
+ type: "uri";
1172
1172
  badgeUri?: string | undefined;
1173
1173
  }>]>, "many">;
1174
1174
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1175
1175
  }, "strip", z.ZodTypeAny, {
1176
1176
  type: "avatar";
1177
1177
  content: ({
1178
- type: "uri";
1179
1178
  uri: string;
1179
+ type: "uri";
1180
1180
  badgeUri?: string | undefined;
1181
1181
  } | {
1182
- type: "text";
1183
1182
  text: string;
1183
+ type: "text";
1184
1184
  badgeUri?: string | undefined;
1185
1185
  })[];
1186
1186
  accessibilityDescription?: string | undefined;
1187
1187
  }, {
1188
1188
  type: "avatar";
1189
1189
  content: ({
1190
- type: "uri";
1191
1190
  uri: string;
1191
+ type: "uri";
1192
1192
  badgeUri?: string | undefined;
1193
1193
  } | {
1194
- type: "text";
1195
1194
  text: string;
1195
+ type: "text";
1196
1196
  badgeUri?: string | undefined;
1197
1197
  })[];
1198
1198
  accessibilityDescription?: string | undefined;
@@ -1201,12 +1201,12 @@ export declare const suggestionsValueSchema: z.ZodObject<{
1201
1201
  uri: z.ZodString;
1202
1202
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1203
1203
  }, "strip", z.ZodTypeAny, {
1204
- type: "image";
1205
1204
  uri: string;
1205
+ type: "image";
1206
1206
  accessibilityDescription?: string | undefined;
1207
1207
  }, {
1208
- type: "image";
1209
1208
  uri: string;
1209
+ type: "image";
1210
1210
  accessibilityDescription?: string | undefined;
1211
1211
  }>]>>;
1212
1212
  analyticsId: z.ZodOptional<z.ZodString>;
@@ -1215,32 +1215,32 @@ export declare const suggestionsValueSchema: z.ZodObject<{
1215
1215
  value: JsonElement;
1216
1216
  label: string;
1217
1217
  image?: {
1218
- url?: string | undefined;
1219
1218
  text?: string | undefined;
1220
1219
  uri?: string | undefined;
1220
+ url?: string | undefined;
1221
1221
  accessibilityDescription?: string | undefined;
1222
1222
  } | undefined;
1223
1223
  analyticsId?: string | undefined;
1224
+ tags?: string[] | undefined;
1225
+ tag?: string | undefined;
1224
1226
  icon?: {
1225
1227
  name: string;
1226
1228
  } | {
1227
1229
  text: string;
1228
1230
  } | undefined;
1229
- tags?: string[] | undefined;
1230
- tag?: string | undefined;
1231
1231
  media?: {
1232
- type: "image";
1233
1232
  uri: string;
1233
+ type: "image";
1234
1234
  accessibilityDescription?: string | undefined;
1235
1235
  } | {
1236
1236
  type: "avatar";
1237
1237
  content: ({
1238
- type: "uri";
1239
1238
  uri: string;
1239
+ type: "uri";
1240
1240
  badgeUri?: string | undefined;
1241
1241
  } | {
1242
- type: "text";
1243
1242
  text: string;
1243
+ type: "text";
1244
1244
  badgeUri?: string | undefined;
1245
1245
  })[];
1246
1246
  accessibilityDescription?: string | undefined;
@@ -1249,32 +1249,32 @@ export declare const suggestionsValueSchema: z.ZodObject<{
1249
1249
  value: JsonElement;
1250
1250
  label: string;
1251
1251
  image?: {
1252
- url?: string | undefined;
1253
1252
  text?: string | undefined;
1254
1253
  uri?: string | undefined;
1254
+ url?: string | undefined;
1255
1255
  accessibilityDescription?: string | undefined;
1256
1256
  } | undefined;
1257
1257
  analyticsId?: string | undefined;
1258
+ tags?: string[] | undefined;
1259
+ tag?: string | undefined;
1258
1260
  icon?: {
1259
1261
  name: string;
1260
1262
  } | {
1261
1263
  text: string;
1262
1264
  } | undefined;
1263
- tags?: string[] | undefined;
1264
- tag?: string | undefined;
1265
1265
  media?: {
1266
- type: "image";
1267
1266
  uri: string;
1267
+ type: "image";
1268
1268
  accessibilityDescription?: string | undefined;
1269
1269
  } | {
1270
1270
  type: "avatar";
1271
1271
  content: ({
1272
- type: "uri";
1273
1272
  uri: string;
1273
+ type: "uri";
1274
1274
  badgeUri?: string | undefined;
1275
1275
  } | {
1276
- type: "text";
1277
1276
  text: string;
1277
+ type: "text";
1278
1278
  badgeUri?: string | undefined;
1279
1279
  })[];
1280
1280
  accessibilityDescription?: string | undefined;
@@ -1315,31 +1315,31 @@ export declare const actionSchema: z.ZodObject<{
1315
1315
  skipValidation: z.ZodOptional<z.ZodBoolean>;
1316
1316
  }, "strip", z.ZodTypeAny, {
1317
1317
  url?: string | undefined;
1318
- $id?: string | undefined;
1319
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1320
- disabled?: boolean | undefined;
1318
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1319
+ $ref?: string | undefined;
1321
1320
  title?: string | undefined;
1322
- timeout?: number | undefined;
1321
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1322
+ disabled?: boolean | undefined;
1323
+ $id?: string | undefined;
1323
1324
  id?: string | undefined;
1324
- $ref?: string | undefined;
1325
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1326
1325
  exit?: boolean | undefined;
1327
1326
  result?: JsonElement | undefined;
1328
1327
  data?: JsonElement | undefined;
1328
+ timeout?: number | undefined;
1329
1329
  skipValidation?: boolean | undefined;
1330
1330
  }, {
1331
1331
  url?: string | undefined;
1332
- $id?: string | undefined;
1333
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1334
- disabled?: boolean | undefined;
1332
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1333
+ $ref?: string | undefined;
1335
1334
  title?: string | undefined;
1336
- timeout?: number | undefined;
1335
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1336
+ disabled?: boolean | undefined;
1337
+ $id?: string | undefined;
1337
1338
  id?: string | undefined;
1338
- $ref?: string | undefined;
1339
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1340
1339
  exit?: boolean | undefined;
1341
1340
  result?: JsonElement | undefined;
1342
1341
  data?: JsonElement | undefined;
1342
+ timeout?: number | undefined;
1343
1343
  skipValidation?: boolean | undefined;
1344
1344
  }>;
1345
1345
  export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
@@ -1382,14 +1382,14 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1382
1382
  uri: z.ZodOptional<z.ZodString>;
1383
1383
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1384
1384
  }, "strip", z.ZodTypeAny, {
1385
- url?: string | undefined;
1386
1385
  text?: string | undefined;
1387
1386
  uri?: string | undefined;
1387
+ url?: string | undefined;
1388
1388
  accessibilityDescription?: string | undefined;
1389
1389
  }, {
1390
- url?: string | undefined;
1391
1390
  text?: string | undefined;
1392
1391
  uri?: string | undefined;
1392
+ url?: string | undefined;
1393
1393
  accessibilityDescription?: string | undefined;
1394
1394
  }>>;
1395
1395
  providesTitle: z.ZodOptional<z.ZodBoolean>;
@@ -1403,48 +1403,48 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1403
1403
  text: z.ZodString;
1404
1404
  badgeUri: z.ZodOptional<z.ZodString>;
1405
1405
  }, "strip", z.ZodTypeAny, {
1406
- type: "text";
1407
1406
  text: string;
1407
+ type: "text";
1408
1408
  badgeUri?: string | undefined;
1409
1409
  }, {
1410
- type: "text";
1411
1410
  text: string;
1411
+ type: "text";
1412
1412
  badgeUri?: string | undefined;
1413
1413
  }>, z.ZodObject<{
1414
1414
  type: z.ZodLiteral<"uri">;
1415
1415
  uri: z.ZodString;
1416
1416
  badgeUri: z.ZodOptional<z.ZodString>;
1417
1417
  }, "strip", z.ZodTypeAny, {
1418
- type: "uri";
1419
1418
  uri: string;
1419
+ type: "uri";
1420
1420
  badgeUri?: string | undefined;
1421
1421
  }, {
1422
- type: "uri";
1423
1422
  uri: string;
1423
+ type: "uri";
1424
1424
  badgeUri?: string | undefined;
1425
1425
  }>]>, "many">;
1426
1426
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1427
1427
  }, "strip", z.ZodTypeAny, {
1428
1428
  type: "avatar";
1429
1429
  content: ({
1430
- type: "uri";
1431
1430
  uri: string;
1431
+ type: "uri";
1432
1432
  badgeUri?: string | undefined;
1433
1433
  } | {
1434
- type: "text";
1435
1434
  text: string;
1435
+ type: "text";
1436
1436
  badgeUri?: string | undefined;
1437
1437
  })[];
1438
1438
  accessibilityDescription?: string | undefined;
1439
1439
  }, {
1440
1440
  type: "avatar";
1441
1441
  content: ({
1442
- type: "uri";
1443
1442
  uri: string;
1443
+ type: "uri";
1444
1444
  badgeUri?: string | undefined;
1445
1445
  } | {
1446
- type: "text";
1447
1446
  text: string;
1447
+ type: "text";
1448
1448
  badgeUri?: string | undefined;
1449
1449
  })[];
1450
1450
  accessibilityDescription?: string | undefined;
@@ -1453,12 +1453,12 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1453
1453
  uri: z.ZodString;
1454
1454
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1455
1455
  }, "strip", z.ZodTypeAny, {
1456
- type: "image";
1457
1456
  uri: string;
1457
+ type: "image";
1458
1458
  accessibilityDescription?: string | undefined;
1459
1459
  }, {
1460
- type: "image";
1461
1460
  uri: string;
1461
+ type: "image";
1462
1462
  accessibilityDescription?: string | undefined;
1463
1463
  }>]>>;
1464
1464
  providesMedia: z.ZodOptional<z.ZodBoolean>;
@@ -1471,9 +1471,9 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1471
1471
  text: string;
1472
1472
  } | undefined;
1473
1473
  defaultImage?: {
1474
- url?: string | undefined;
1475
1474
  text?: string | undefined;
1476
1475
  uri?: string | undefined;
1476
+ url?: string | undefined;
1477
1477
  accessibilityDescription?: string | undefined;
1478
1478
  } | undefined;
1479
1479
  providesTitle?: boolean | undefined;
@@ -1481,18 +1481,18 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1481
1481
  providesIcon?: boolean | undefined;
1482
1482
  providesImage?: boolean | undefined;
1483
1483
  defaultMedia?: {
1484
- type: "image";
1485
1484
  uri: string;
1485
+ type: "image";
1486
1486
  accessibilityDescription?: string | undefined;
1487
1487
  } | {
1488
1488
  type: "avatar";
1489
1489
  content: ({
1490
- type: "uri";
1491
1490
  uri: string;
1491
+ type: "uri";
1492
1492
  badgeUri?: string | undefined;
1493
1493
  } | {
1494
- type: "text";
1495
1494
  text: string;
1495
+ type: "text";
1496
1496
  badgeUri?: string | undefined;
1497
1497
  })[];
1498
1498
  accessibilityDescription?: string | undefined;
@@ -1507,9 +1507,9 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1507
1507
  text: string;
1508
1508
  } | undefined;
1509
1509
  defaultImage?: {
1510
- url?: string | undefined;
1511
1510
  text?: string | undefined;
1512
1511
  uri?: string | undefined;
1512
+ url?: string | undefined;
1513
1513
  accessibilityDescription?: string | undefined;
1514
1514
  } | undefined;
1515
1515
  providesTitle?: boolean | undefined;
@@ -1517,18 +1517,18 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1517
1517
  providesIcon?: boolean | undefined;
1518
1518
  providesImage?: boolean | undefined;
1519
1519
  defaultMedia?: {
1520
- type: "image";
1521
1520
  uri: string;
1521
+ type: "image";
1522
1522
  accessibilityDescription?: string | undefined;
1523
1523
  } | {
1524
1524
  type: "avatar";
1525
1525
  content: ({
1526
- type: "uri";
1527
1526
  uri: string;
1527
+ type: "uri";
1528
1528
  badgeUri?: string | undefined;
1529
1529
  } | {
1530
- type: "text";
1531
1530
  text: string;
1531
+ type: "text";
1532
1532
  badgeUri?: string | undefined;
1533
1533
  })[];
1534
1534
  accessibilityDescription?: string | undefined;
@@ -1570,64 +1570,64 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
1570
1570
  skipValidation: z.ZodOptional<z.ZodBoolean>;
1571
1571
  }, "strip", z.ZodTypeAny, {
1572
1572
  url?: string | undefined;
1573
- $id?: string | undefined;
1574
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1575
- disabled?: boolean | undefined;
1573
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1574
+ $ref?: string | undefined;
1576
1575
  title?: string | undefined;
1577
- timeout?: number | undefined;
1576
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1577
+ disabled?: boolean | undefined;
1578
+ $id?: string | undefined;
1578
1579
  id?: string | undefined;
1579
- $ref?: string | undefined;
1580
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1581
1580
  exit?: boolean | undefined;
1582
1581
  result?: JsonElement | undefined;
1583
1582
  data?: JsonElement | undefined;
1583
+ timeout?: number | undefined;
1584
1584
  skipValidation?: boolean | undefined;
1585
1585
  }, {
1586
1586
  url?: string | undefined;
1587
- $id?: string | undefined;
1588
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1589
- disabled?: boolean | undefined;
1587
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1588
+ $ref?: string | undefined;
1590
1589
  title?: string | undefined;
1591
- timeout?: number | undefined;
1590
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1591
+ disabled?: boolean | undefined;
1592
+ $id?: string | undefined;
1592
1593
  id?: string | undefined;
1593
- $ref?: string | undefined;
1594
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1595
1594
  exit?: boolean | undefined;
1596
1595
  result?: JsonElement | undefined;
1597
1596
  data?: JsonElement | undefined;
1597
+ timeout?: number | undefined;
1598
1598
  skipValidation?: boolean | undefined;
1599
1599
  }>;
1600
1600
  }, "strip", z.ZodTypeAny, {
1601
1601
  action: {
1602
1602
  url?: string | undefined;
1603
- $id?: string | undefined;
1604
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1605
- disabled?: boolean | undefined;
1603
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1604
+ $ref?: string | undefined;
1606
1605
  title?: string | undefined;
1607
- timeout?: number | undefined;
1606
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1607
+ disabled?: boolean | undefined;
1608
+ $id?: string | undefined;
1608
1609
  id?: string | undefined;
1609
- $ref?: string | undefined;
1610
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1611
1610
  exit?: boolean | undefined;
1612
1611
  result?: JsonElement | undefined;
1613
1612
  data?: JsonElement | undefined;
1613
+ timeout?: number | undefined;
1614
1614
  skipValidation?: boolean | undefined;
1615
1615
  };
1616
1616
  title?: string | undefined;
1617
1617
  }, {
1618
1618
  action: {
1619
1619
  url?: string | undefined;
1620
- $id?: string | undefined;
1621
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1622
- disabled?: boolean | undefined;
1620
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1621
+ $ref?: string | undefined;
1623
1622
  title?: string | undefined;
1624
- timeout?: number | undefined;
1623
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1624
+ disabled?: boolean | undefined;
1625
+ $id?: string | undefined;
1625
1626
  id?: string | undefined;
1626
- $ref?: string | undefined;
1627
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1628
1627
  exit?: boolean | undefined;
1629
1628
  result?: JsonElement | undefined;
1630
1629
  data?: JsonElement | undefined;
1630
+ timeout?: number | undefined;
1631
1631
  skipValidation?: boolean | undefined;
1632
1632
  };
1633
1633
  title?: string | undefined;
@@ -1657,64 +1657,64 @@ export declare const actionBehaviorSchema: z.ZodObject<{
1657
1657
  skipValidation: z.ZodOptional<z.ZodBoolean>;
1658
1658
  }, "strip", z.ZodTypeAny, {
1659
1659
  url?: string | undefined;
1660
- $id?: string | undefined;
1661
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1662
- disabled?: boolean | undefined;
1660
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1661
+ $ref?: string | undefined;
1663
1662
  title?: string | undefined;
1664
- timeout?: number | undefined;
1663
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1664
+ disabled?: boolean | undefined;
1665
+ $id?: string | undefined;
1665
1666
  id?: string | undefined;
1666
- $ref?: string | undefined;
1667
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1668
1667
  exit?: boolean | undefined;
1669
1668
  result?: JsonElement | undefined;
1670
1669
  data?: JsonElement | undefined;
1670
+ timeout?: number | undefined;
1671
1671
  skipValidation?: boolean | undefined;
1672
1672
  }, {
1673
1673
  url?: string | undefined;
1674
- $id?: string | undefined;
1675
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1676
- disabled?: boolean | undefined;
1674
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1675
+ $ref?: string | undefined;
1677
1676
  title?: string | undefined;
1678
- timeout?: number | undefined;
1677
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1678
+ disabled?: boolean | undefined;
1679
+ $id?: string | undefined;
1679
1680
  id?: string | undefined;
1680
- $ref?: string | undefined;
1681
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1682
1681
  exit?: boolean | undefined;
1683
1682
  result?: JsonElement | undefined;
1684
1683
  data?: JsonElement | undefined;
1684
+ timeout?: number | undefined;
1685
1685
  skipValidation?: boolean | undefined;
1686
1686
  }>;
1687
1687
  }, "strip", z.ZodTypeAny, {
1688
1688
  action: {
1689
1689
  url?: string | undefined;
1690
- $id?: string | undefined;
1691
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1692
- disabled?: boolean | undefined;
1690
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1691
+ $ref?: string | undefined;
1693
1692
  title?: string | undefined;
1694
- timeout?: number | undefined;
1693
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1694
+ disabled?: boolean | undefined;
1695
+ $id?: string | undefined;
1695
1696
  id?: string | undefined;
1696
- $ref?: string | undefined;
1697
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1698
1697
  exit?: boolean | undefined;
1699
1698
  result?: JsonElement | undefined;
1700
1699
  data?: JsonElement | undefined;
1700
+ timeout?: number | undefined;
1701
1701
  skipValidation?: boolean | undefined;
1702
1702
  };
1703
1703
  type: "action";
1704
1704
  }, {
1705
1705
  action: {
1706
1706
  url?: string | undefined;
1707
- $id?: string | undefined;
1708
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1709
- disabled?: boolean | undefined;
1707
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1708
+ $ref?: string | undefined;
1710
1709
  title?: string | undefined;
1711
- timeout?: number | undefined;
1710
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1711
+ disabled?: boolean | undefined;
1712
+ $id?: string | undefined;
1712
1713
  id?: string | undefined;
1713
- $ref?: string | undefined;
1714
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1715
1714
  exit?: boolean | undefined;
1716
1715
  result?: JsonElement | undefined;
1717
1716
  data?: JsonElement | undefined;
1717
+ timeout?: number | undefined;
1718
1718
  skipValidation?: boolean | undefined;
1719
1719
  };
1720
1720
  type: "action";
@@ -1736,31 +1736,31 @@ export declare const containerBehaviorSchema: z.ZodObject<{
1736
1736
  skipValidation: z.ZodOptional<z.ZodBoolean>;
1737
1737
  }, "strip", z.ZodTypeAny, {
1738
1738
  url?: string | undefined;
1739
- $id?: string | undefined;
1740
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1741
- disabled?: boolean | undefined;
1739
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1740
+ $ref?: string | undefined;
1742
1741
  title?: string | undefined;
1743
- timeout?: number | undefined;
1742
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1743
+ disabled?: boolean | undefined;
1744
+ $id?: string | undefined;
1744
1745
  id?: string | undefined;
1745
- $ref?: string | undefined;
1746
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1747
1746
  exit?: boolean | undefined;
1748
1747
  result?: JsonElement | undefined;
1749
1748
  data?: JsonElement | undefined;
1749
+ timeout?: number | undefined;
1750
1750
  skipValidation?: boolean | undefined;
1751
1751
  }, {
1752
1752
  url?: string | undefined;
1753
- $id?: string | undefined;
1754
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1755
- disabled?: boolean | undefined;
1753
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1754
+ $ref?: string | undefined;
1756
1755
  title?: string | undefined;
1757
- timeout?: number | undefined;
1756
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1757
+ disabled?: boolean | undefined;
1758
+ $id?: string | undefined;
1758
1759
  id?: string | undefined;
1759
- $ref?: string | undefined;
1760
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1761
1760
  exit?: boolean | undefined;
1762
1761
  result?: JsonElement | undefined;
1763
1762
  data?: JsonElement | undefined;
1763
+ timeout?: number | undefined;
1764
1764
  skipValidation?: boolean | undefined;
1765
1765
  }>>;
1766
1766
  link: z.ZodOptional<z.ZodObject<{
@@ -1771,43 +1771,43 @@ export declare const containerBehaviorSchema: z.ZodObject<{
1771
1771
  url: string;
1772
1772
  }>>;
1773
1773
  }, "strip", z.ZodTypeAny, {
1774
+ link?: {
1775
+ url: string;
1776
+ } | undefined;
1774
1777
  action?: {
1775
1778
  url?: string | undefined;
1776
- $id?: string | undefined;
1777
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1778
- disabled?: boolean | undefined;
1779
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1780
+ $ref?: string | undefined;
1779
1781
  title?: string | undefined;
1780
- timeout?: number | undefined;
1782
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1783
+ disabled?: boolean | undefined;
1784
+ $id?: string | undefined;
1781
1785
  id?: string | undefined;
1782
- $ref?: string | undefined;
1783
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1784
1786
  exit?: boolean | undefined;
1785
1787
  result?: JsonElement | undefined;
1786
1788
  data?: JsonElement | undefined;
1789
+ timeout?: number | undefined;
1787
1790
  skipValidation?: boolean | undefined;
1788
1791
  } | undefined;
1792
+ }, {
1789
1793
  link?: {
1790
1794
  url: string;
1791
1795
  } | undefined;
1792
- }, {
1793
1796
  action?: {
1794
1797
  url?: string | undefined;
1795
- $id?: string | undefined;
1796
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1797
- disabled?: boolean | undefined;
1798
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
1799
+ $ref?: string | undefined;
1798
1800
  title?: string | undefined;
1799
- timeout?: number | undefined;
1801
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
1802
+ disabled?: boolean | undefined;
1803
+ $id?: string | undefined;
1800
1804
  id?: string | undefined;
1801
- $ref?: string | undefined;
1802
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1803
1805
  exit?: boolean | undefined;
1804
1806
  result?: JsonElement | undefined;
1805
1807
  data?: JsonElement | undefined;
1808
+ timeout?: number | undefined;
1806
1809
  skipValidation?: boolean | undefined;
1807
1810
  } | undefined;
1808
- link?: {
1809
- url: string;
1810
- } | undefined;
1811
1811
  }>;
1812
1812
  export declare const suggestionsSchema: z.ZodObject<{
1813
1813
  values: z.ZodArray<z.ZodObject<{
@@ -1832,14 +1832,14 @@ export declare const suggestionsSchema: z.ZodObject<{
1832
1832
  uri: z.ZodOptional<z.ZodString>;
1833
1833
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1834
1834
  }, "strip", z.ZodTypeAny, {
1835
- url?: string | undefined;
1836
1835
  text?: string | undefined;
1837
1836
  uri?: string | undefined;
1837
+ url?: string | undefined;
1838
1838
  accessibilityDescription?: string | undefined;
1839
1839
  }, {
1840
- url?: string | undefined;
1841
1840
  text?: string | undefined;
1842
1841
  uri?: string | undefined;
1842
+ url?: string | undefined;
1843
1843
  accessibilityDescription?: string | undefined;
1844
1844
  }>>;
1845
1845
  tag: z.ZodOptional<z.ZodString>;
@@ -1850,48 +1850,48 @@ export declare const suggestionsSchema: z.ZodObject<{
1850
1850
  text: z.ZodString;
1851
1851
  badgeUri: z.ZodOptional<z.ZodString>;
1852
1852
  }, "strip", z.ZodTypeAny, {
1853
- type: "text";
1854
1853
  text: string;
1854
+ type: "text";
1855
1855
  badgeUri?: string | undefined;
1856
1856
  }, {
1857
- type: "text";
1858
1857
  text: string;
1858
+ type: "text";
1859
1859
  badgeUri?: string | undefined;
1860
1860
  }>, z.ZodObject<{
1861
1861
  type: z.ZodLiteral<"uri">;
1862
1862
  uri: z.ZodString;
1863
1863
  badgeUri: z.ZodOptional<z.ZodString>;
1864
1864
  }, "strip", z.ZodTypeAny, {
1865
- type: "uri";
1866
1865
  uri: string;
1866
+ type: "uri";
1867
1867
  badgeUri?: string | undefined;
1868
1868
  }, {
1869
- type: "uri";
1870
1869
  uri: string;
1870
+ type: "uri";
1871
1871
  badgeUri?: string | undefined;
1872
1872
  }>]>, "many">;
1873
1873
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1874
1874
  }, "strip", z.ZodTypeAny, {
1875
1875
  type: "avatar";
1876
1876
  content: ({
1877
- type: "uri";
1878
1877
  uri: string;
1878
+ type: "uri";
1879
1879
  badgeUri?: string | undefined;
1880
1880
  } | {
1881
- type: "text";
1882
1881
  text: string;
1882
+ type: "text";
1883
1883
  badgeUri?: string | undefined;
1884
1884
  })[];
1885
1885
  accessibilityDescription?: string | undefined;
1886
1886
  }, {
1887
1887
  type: "avatar";
1888
1888
  content: ({
1889
- type: "uri";
1890
1889
  uri: string;
1890
+ type: "uri";
1891
1891
  badgeUri?: string | undefined;
1892
1892
  } | {
1893
- type: "text";
1894
1893
  text: string;
1894
+ type: "text";
1895
1895
  badgeUri?: string | undefined;
1896
1896
  })[];
1897
1897
  accessibilityDescription?: string | undefined;
@@ -1900,12 +1900,12 @@ export declare const suggestionsSchema: z.ZodObject<{
1900
1900
  uri: z.ZodString;
1901
1901
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1902
1902
  }, "strip", z.ZodTypeAny, {
1903
- type: "image";
1904
1903
  uri: string;
1904
+ type: "image";
1905
1905
  accessibilityDescription?: string | undefined;
1906
1906
  }, {
1907
- type: "image";
1908
1907
  uri: string;
1908
+ type: "image";
1909
1909
  accessibilityDescription?: string | undefined;
1910
1910
  }>]>>;
1911
1911
  analyticsId: z.ZodOptional<z.ZodString>;
@@ -1914,32 +1914,32 @@ export declare const suggestionsSchema: z.ZodObject<{
1914
1914
  value: JsonElement;
1915
1915
  label: string;
1916
1916
  image?: {
1917
- url?: string | undefined;
1918
1917
  text?: string | undefined;
1919
1918
  uri?: string | undefined;
1919
+ url?: string | undefined;
1920
1920
  accessibilityDescription?: string | undefined;
1921
1921
  } | undefined;
1922
1922
  analyticsId?: string | undefined;
1923
+ tags?: string[] | undefined;
1924
+ tag?: string | undefined;
1923
1925
  icon?: {
1924
1926
  name: string;
1925
1927
  } | {
1926
1928
  text: string;
1927
1929
  } | undefined;
1928
- tags?: string[] | undefined;
1929
- tag?: string | undefined;
1930
1930
  media?: {
1931
- type: "image";
1932
1931
  uri: string;
1932
+ type: "image";
1933
1933
  accessibilityDescription?: string | undefined;
1934
1934
  } | {
1935
1935
  type: "avatar";
1936
1936
  content: ({
1937
- type: "uri";
1938
1937
  uri: string;
1938
+ type: "uri";
1939
1939
  badgeUri?: string | undefined;
1940
1940
  } | {
1941
- type: "text";
1942
1941
  text: string;
1942
+ type: "text";
1943
1943
  badgeUri?: string | undefined;
1944
1944
  })[];
1945
1945
  accessibilityDescription?: string | undefined;
@@ -1948,32 +1948,32 @@ export declare const suggestionsSchema: z.ZodObject<{
1948
1948
  value: JsonElement;
1949
1949
  label: string;
1950
1950
  image?: {
1951
- url?: string | undefined;
1952
1951
  text?: string | undefined;
1953
1952
  uri?: string | undefined;
1953
+ url?: string | undefined;
1954
1954
  accessibilityDescription?: string | undefined;
1955
1955
  } | undefined;
1956
1956
  analyticsId?: string | undefined;
1957
+ tags?: string[] | undefined;
1958
+ tag?: string | undefined;
1957
1959
  icon?: {
1958
1960
  name: string;
1959
1961
  } | {
1960
1962
  text: string;
1961
1963
  } | undefined;
1962
- tags?: string[] | undefined;
1963
- tag?: string | undefined;
1964
1964
  media?: {
1965
- type: "image";
1966
1965
  uri: string;
1966
+ type: "image";
1967
1967
  accessibilityDescription?: string | undefined;
1968
1968
  } | {
1969
1969
  type: "avatar";
1970
1970
  content: ({
1971
- type: "uri";
1972
1971
  uri: string;
1972
+ type: "uri";
1973
1973
  badgeUri?: string | undefined;
1974
1974
  } | {
1975
- type: "text";
1976
1975
  text: string;
1976
+ type: "text";
1977
1977
  badgeUri?: string | undefined;
1978
1978
  })[];
1979
1979
  accessibilityDescription?: string | undefined;
@@ -1984,32 +1984,32 @@ export declare const suggestionsSchema: z.ZodObject<{
1984
1984
  value: JsonElement;
1985
1985
  label: string;
1986
1986
  image?: {
1987
- url?: string | undefined;
1988
1987
  text?: string | undefined;
1989
1988
  uri?: string | undefined;
1989
+ url?: string | undefined;
1990
1990
  accessibilityDescription?: string | undefined;
1991
1991
  } | undefined;
1992
1992
  analyticsId?: string | undefined;
1993
+ tags?: string[] | undefined;
1994
+ tag?: string | undefined;
1993
1995
  icon?: {
1994
1996
  name: string;
1995
1997
  } | {
1996
1998
  text: string;
1997
1999
  } | undefined;
1998
- tags?: string[] | undefined;
1999
- tag?: string | undefined;
2000
2000
  media?: {
2001
- type: "image";
2002
2001
  uri: string;
2002
+ type: "image";
2003
2003
  accessibilityDescription?: string | undefined;
2004
2004
  } | {
2005
2005
  type: "avatar";
2006
2006
  content: ({
2007
- type: "uri";
2008
2007
  uri: string;
2008
+ type: "uri";
2009
2009
  badgeUri?: string | undefined;
2010
2010
  } | {
2011
- type: "text";
2012
2011
  text: string;
2012
+ type: "text";
2013
2013
  badgeUri?: string | undefined;
2014
2014
  })[];
2015
2015
  accessibilityDescription?: string | undefined;
@@ -2020,32 +2020,32 @@ export declare const suggestionsSchema: z.ZodObject<{
2020
2020
  value: JsonElement;
2021
2021
  label: string;
2022
2022
  image?: {
2023
- url?: string | undefined;
2024
2023
  text?: string | undefined;
2025
2024
  uri?: string | undefined;
2025
+ url?: string | undefined;
2026
2026
  accessibilityDescription?: string | undefined;
2027
2027
  } | undefined;
2028
2028
  analyticsId?: string | undefined;
2029
+ tags?: string[] | undefined;
2030
+ tag?: string | undefined;
2029
2031
  icon?: {
2030
2032
  name: string;
2031
2033
  } | {
2032
2034
  text: string;
2033
2035
  } | undefined;
2034
- tags?: string[] | undefined;
2035
- tag?: string | undefined;
2036
2036
  media?: {
2037
- type: "image";
2038
2037
  uri: string;
2038
+ type: "image";
2039
2039
  accessibilityDescription?: string | undefined;
2040
2040
  } | {
2041
2041
  type: "avatar";
2042
2042
  content: ({
2043
- type: "uri";
2044
2043
  uri: string;
2044
+ type: "uri";
2045
2045
  badgeUri?: string | undefined;
2046
2046
  } | {
2047
- type: "text";
2048
2047
  text: string;
2048
+ type: "text";
2049
2049
  badgeUri?: string | undefined;
2050
2050
  })[];
2051
2051
  accessibilityDescription?: string | undefined;
@@ -2075,14 +2075,14 @@ export declare const searchResultActionSchema: z.ZodObject<{
2075
2075
  uri: z.ZodOptional<z.ZodString>;
2076
2076
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2077
2077
  }, "strip", z.ZodTypeAny, {
2078
- url?: string | undefined;
2079
2078
  text?: string | undefined;
2080
2079
  uri?: string | undefined;
2080
+ url?: string | undefined;
2081
2081
  accessibilityDescription?: string | undefined;
2082
2082
  }, {
2083
- url?: string | undefined;
2084
2083
  text?: string | undefined;
2085
2084
  uri?: string | undefined;
2085
+ url?: string | undefined;
2086
2086
  accessibilityDescription?: string | undefined;
2087
2087
  }>>;
2088
2088
  value: z.ZodObject<{
@@ -2101,31 +2101,31 @@ export declare const searchResultActionSchema: z.ZodObject<{
2101
2101
  skipValidation: z.ZodOptional<z.ZodBoolean>;
2102
2102
  }, "strip", z.ZodTypeAny, {
2103
2103
  url?: string | undefined;
2104
- $id?: string | undefined;
2105
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2106
- disabled?: boolean | undefined;
2104
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2105
+ $ref?: string | undefined;
2107
2106
  title?: string | undefined;
2108
- timeout?: number | undefined;
2107
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2108
+ disabled?: boolean | undefined;
2109
+ $id?: string | undefined;
2109
2110
  id?: string | undefined;
2110
- $ref?: string | undefined;
2111
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2112
2111
  exit?: boolean | undefined;
2113
2112
  result?: JsonElement | undefined;
2114
2113
  data?: JsonElement | undefined;
2114
+ timeout?: number | undefined;
2115
2115
  skipValidation?: boolean | undefined;
2116
2116
  }, {
2117
2117
  url?: string | undefined;
2118
- $id?: string | undefined;
2119
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2120
- disabled?: boolean | undefined;
2118
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2119
+ $ref?: string | undefined;
2121
2120
  title?: string | undefined;
2122
- timeout?: number | undefined;
2121
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2122
+ disabled?: boolean | undefined;
2123
+ $id?: string | undefined;
2123
2124
  id?: string | undefined;
2124
- $ref?: string | undefined;
2125
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2126
2125
  exit?: boolean | undefined;
2127
2126
  result?: JsonElement | undefined;
2128
2127
  data?: JsonElement | undefined;
2128
+ timeout?: number | undefined;
2129
2129
  skipValidation?: boolean | undefined;
2130
2130
  }>;
2131
2131
  media: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
@@ -2135,48 +2135,48 @@ export declare const searchResultActionSchema: z.ZodObject<{
2135
2135
  text: z.ZodString;
2136
2136
  badgeUri: z.ZodOptional<z.ZodString>;
2137
2137
  }, "strip", z.ZodTypeAny, {
2138
- type: "text";
2139
2138
  text: string;
2139
+ type: "text";
2140
2140
  badgeUri?: string | undefined;
2141
2141
  }, {
2142
- type: "text";
2143
2142
  text: string;
2143
+ type: "text";
2144
2144
  badgeUri?: string | undefined;
2145
2145
  }>, z.ZodObject<{
2146
2146
  type: z.ZodLiteral<"uri">;
2147
2147
  uri: z.ZodString;
2148
2148
  badgeUri: z.ZodOptional<z.ZodString>;
2149
2149
  }, "strip", z.ZodTypeAny, {
2150
- type: "uri";
2151
2150
  uri: string;
2151
+ type: "uri";
2152
2152
  badgeUri?: string | undefined;
2153
2153
  }, {
2154
- type: "uri";
2155
2154
  uri: string;
2155
+ type: "uri";
2156
2156
  badgeUri?: string | undefined;
2157
2157
  }>]>, "many">;
2158
2158
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2159
2159
  }, "strip", z.ZodTypeAny, {
2160
2160
  type: "avatar";
2161
2161
  content: ({
2162
- type: "uri";
2163
2162
  uri: string;
2163
+ type: "uri";
2164
2164
  badgeUri?: string | undefined;
2165
2165
  } | {
2166
- type: "text";
2167
2166
  text: string;
2167
+ type: "text";
2168
2168
  badgeUri?: string | undefined;
2169
2169
  })[];
2170
2170
  accessibilityDescription?: string | undefined;
2171
2171
  }, {
2172
2172
  type: "avatar";
2173
2173
  content: ({
2174
- type: "uri";
2175
2174
  uri: string;
2175
+ type: "uri";
2176
2176
  badgeUri?: string | undefined;
2177
2177
  } | {
2178
- type: "text";
2179
2178
  text: string;
2179
+ type: "text";
2180
2180
  badgeUri?: string | undefined;
2181
2181
  })[];
2182
2182
  accessibilityDescription?: string | undefined;
@@ -2185,36 +2185,36 @@ export declare const searchResultActionSchema: z.ZodObject<{
2185
2185
  uri: z.ZodString;
2186
2186
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2187
2187
  }, "strip", z.ZodTypeAny, {
2188
- type: "image";
2189
2188
  uri: string;
2189
+ type: "image";
2190
2190
  accessibilityDescription?: string | undefined;
2191
2191
  }, {
2192
- type: "image";
2193
2192
  uri: string;
2193
+ type: "image";
2194
2194
  accessibilityDescription?: string | undefined;
2195
2195
  }>]>>;
2196
2196
  }, "strip", z.ZodTypeAny, {
2197
- type: "action";
2198
- title: string;
2199
2197
  value: {
2200
2198
  url?: string | undefined;
2201
- $id?: string | undefined;
2202
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2203
- disabled?: boolean | undefined;
2199
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2200
+ $ref?: string | undefined;
2204
2201
  title?: string | undefined;
2205
- timeout?: number | undefined;
2202
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2203
+ disabled?: boolean | undefined;
2204
+ $id?: string | undefined;
2206
2205
  id?: string | undefined;
2207
- $ref?: string | undefined;
2208
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2209
2206
  exit?: boolean | undefined;
2210
2207
  result?: JsonElement | undefined;
2211
2208
  data?: JsonElement | undefined;
2209
+ timeout?: number | undefined;
2212
2210
  skipValidation?: boolean | undefined;
2213
2211
  };
2212
+ type: "action";
2213
+ title: string;
2214
2214
  image?: {
2215
- url?: string | undefined;
2216
2215
  text?: string | undefined;
2217
2216
  uri?: string | undefined;
2217
+ url?: string | undefined;
2218
2218
  accessibilityDescription?: string | undefined;
2219
2219
  } | undefined;
2220
2220
  description?: string | undefined;
@@ -2224,44 +2224,44 @@ export declare const searchResultActionSchema: z.ZodObject<{
2224
2224
  text: string;
2225
2225
  } | undefined;
2226
2226
  media?: {
2227
- type: "image";
2228
2227
  uri: string;
2228
+ type: "image";
2229
2229
  accessibilityDescription?: string | undefined;
2230
2230
  } | {
2231
2231
  type: "avatar";
2232
2232
  content: ({
2233
- type: "uri";
2234
2233
  uri: string;
2234
+ type: "uri";
2235
2235
  badgeUri?: string | undefined;
2236
2236
  } | {
2237
- type: "text";
2238
2237
  text: string;
2238
+ type: "text";
2239
2239
  badgeUri?: string | undefined;
2240
2240
  })[];
2241
2241
  accessibilityDescription?: string | undefined;
2242
2242
  } | undefined;
2243
2243
  }, {
2244
- type: "action";
2245
- title: string;
2246
2244
  value: {
2247
2245
  url?: string | undefined;
2248
- $id?: string | undefined;
2249
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2250
- disabled?: boolean | undefined;
2246
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2247
+ $ref?: string | undefined;
2251
2248
  title?: string | undefined;
2252
- timeout?: number | undefined;
2249
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2250
+ disabled?: boolean | undefined;
2251
+ $id?: string | undefined;
2253
2252
  id?: string | undefined;
2254
- $ref?: string | undefined;
2255
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2256
2253
  exit?: boolean | undefined;
2257
2254
  result?: JsonElement | undefined;
2258
2255
  data?: JsonElement | undefined;
2256
+ timeout?: number | undefined;
2259
2257
  skipValidation?: boolean | undefined;
2260
2258
  };
2259
+ type: "action";
2260
+ title: string;
2261
2261
  image?: {
2262
- url?: string | undefined;
2263
2262
  text?: string | undefined;
2264
2263
  uri?: string | undefined;
2264
+ url?: string | undefined;
2265
2265
  accessibilityDescription?: string | undefined;
2266
2266
  } | undefined;
2267
2267
  description?: string | undefined;
@@ -2271,18 +2271,18 @@ export declare const searchResultActionSchema: z.ZodObject<{
2271
2271
  text: string;
2272
2272
  } | undefined;
2273
2273
  media?: {
2274
- type: "image";
2275
2274
  uri: string;
2275
+ type: "image";
2276
2276
  accessibilityDescription?: string | undefined;
2277
2277
  } | {
2278
2278
  type: "avatar";
2279
2279
  content: ({
2280
- type: "uri";
2281
2280
  uri: string;
2281
+ type: "uri";
2282
2282
  badgeUri?: string | undefined;
2283
2283
  } | {
2284
- type: "text";
2285
2284
  text: string;
2285
+ type: "text";
2286
2286
  badgeUri?: string | undefined;
2287
2287
  })[];
2288
2288
  accessibilityDescription?: string | undefined;
@@ -2305,63 +2305,63 @@ export declare const actionResponseBodySchema: z.ZodObject<{
2305
2305
  skipValidation: z.ZodOptional<z.ZodBoolean>;
2306
2306
  }, "strip", z.ZodTypeAny, {
2307
2307
  url?: string | undefined;
2308
- $id?: string | undefined;
2309
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2310
- disabled?: boolean | undefined;
2308
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2309
+ $ref?: string | undefined;
2311
2310
  title?: string | undefined;
2312
- timeout?: number | undefined;
2311
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2312
+ disabled?: boolean | undefined;
2313
+ $id?: string | undefined;
2313
2314
  id?: string | undefined;
2314
- $ref?: string | undefined;
2315
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2316
2315
  exit?: boolean | undefined;
2317
2316
  result?: JsonElement | undefined;
2318
2317
  data?: JsonElement | undefined;
2318
+ timeout?: number | undefined;
2319
2319
  skipValidation?: boolean | undefined;
2320
2320
  }, {
2321
2321
  url?: string | undefined;
2322
- $id?: string | undefined;
2323
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2324
- disabled?: boolean | undefined;
2322
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2323
+ $ref?: string | undefined;
2325
2324
  title?: string | undefined;
2326
- timeout?: number | undefined;
2325
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2326
+ disabled?: boolean | undefined;
2327
+ $id?: string | undefined;
2327
2328
  id?: string | undefined;
2328
- $ref?: string | undefined;
2329
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2330
2329
  exit?: boolean | undefined;
2331
2330
  result?: JsonElement | undefined;
2332
2331
  data?: JsonElement | undefined;
2332
+ timeout?: number | undefined;
2333
2333
  skipValidation?: boolean | undefined;
2334
2334
  }>;
2335
2335
  }, "strip", z.ZodTypeAny, {
2336
2336
  action: {
2337
2337
  url?: string | undefined;
2338
- $id?: string | undefined;
2339
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2340
- disabled?: boolean | undefined;
2338
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2339
+ $ref?: string | undefined;
2341
2340
  title?: string | undefined;
2342
- timeout?: number | undefined;
2341
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2342
+ disabled?: boolean | undefined;
2343
+ $id?: string | undefined;
2343
2344
  id?: string | undefined;
2344
- $ref?: string | undefined;
2345
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2346
2345
  exit?: boolean | undefined;
2347
2346
  result?: JsonElement | undefined;
2348
2347
  data?: JsonElement | undefined;
2348
+ timeout?: number | undefined;
2349
2349
  skipValidation?: boolean | undefined;
2350
2350
  };
2351
2351
  }, {
2352
2352
  action: {
2353
2353
  url?: string | undefined;
2354
- $id?: string | undefined;
2355
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2356
- disabled?: boolean | undefined;
2354
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2355
+ $ref?: string | undefined;
2357
2356
  title?: string | undefined;
2358
- timeout?: number | undefined;
2357
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2358
+ disabled?: boolean | undefined;
2359
+ $id?: string | undefined;
2359
2360
  id?: string | undefined;
2360
- $ref?: string | undefined;
2361
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2362
2361
  exit?: boolean | undefined;
2363
2362
  result?: JsonElement | undefined;
2364
2363
  data?: JsonElement | undefined;
2364
+ timeout?: number | undefined;
2365
2365
  skipValidation?: boolean | undefined;
2366
2366
  };
2367
2367
  }>;
@@ -2372,17 +2372,17 @@ export declare const errorResponseBodySchema: z.ZodObject<{
2372
2372
  validation: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2373
2373
  refreshUrl: z.ZodOptional<z.ZodString>;
2374
2374
  }, "strip", z.ZodTypeAny, {
2375
- refreshUrl?: string | undefined;
2376
- refreshFormUrl?: string | undefined;
2377
- analytics?: Record<string, string> | undefined;
2378
2375
  validation?: JsonElement | undefined;
2379
2376
  error?: string | undefined;
2380
- }, {
2381
- refreshUrl?: string | undefined;
2382
2377
  refreshFormUrl?: string | undefined;
2383
2378
  analytics?: Record<string, string> | undefined;
2379
+ refreshUrl?: string | undefined;
2380
+ }, {
2384
2381
  validation?: JsonElement | undefined;
2385
2382
  error?: string | undefined;
2383
+ refreshFormUrl?: string | undefined;
2384
+ analytics?: Record<string, string> | undefined;
2385
+ refreshUrl?: string | undefined;
2386
2386
  }>;
2387
2387
  export declare const navigationSchema: z.ZodObject<{
2388
2388
  backButton: z.ZodOptional<z.ZodObject<{
@@ -2403,64 +2403,64 @@ export declare const navigationSchema: z.ZodObject<{
2403
2403
  skipValidation: z.ZodOptional<z.ZodBoolean>;
2404
2404
  }, "strip", z.ZodTypeAny, {
2405
2405
  url?: string | undefined;
2406
- $id?: string | undefined;
2407
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2408
- disabled?: boolean | undefined;
2406
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2407
+ $ref?: string | undefined;
2409
2408
  title?: string | undefined;
2410
- timeout?: number | undefined;
2409
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2410
+ disabled?: boolean | undefined;
2411
+ $id?: string | undefined;
2411
2412
  id?: string | undefined;
2412
- $ref?: string | undefined;
2413
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2414
2413
  exit?: boolean | undefined;
2415
2414
  result?: JsonElement | undefined;
2416
2415
  data?: JsonElement | undefined;
2416
+ timeout?: number | undefined;
2417
2417
  skipValidation?: boolean | undefined;
2418
2418
  }, {
2419
2419
  url?: string | undefined;
2420
- $id?: string | undefined;
2421
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2422
- disabled?: boolean | undefined;
2420
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2421
+ $ref?: string | undefined;
2423
2422
  title?: string | undefined;
2424
- timeout?: number | undefined;
2423
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2424
+ disabled?: boolean | undefined;
2425
+ $id?: string | undefined;
2425
2426
  id?: string | undefined;
2426
- $ref?: string | undefined;
2427
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2428
2427
  exit?: boolean | undefined;
2429
2428
  result?: JsonElement | undefined;
2430
2429
  data?: JsonElement | undefined;
2430
+ timeout?: number | undefined;
2431
2431
  skipValidation?: boolean | undefined;
2432
2432
  }>;
2433
2433
  }, "strip", z.ZodTypeAny, {
2434
2434
  action: {
2435
2435
  url?: string | undefined;
2436
- $id?: string | undefined;
2437
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2438
- disabled?: boolean | undefined;
2436
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2437
+ $ref?: string | undefined;
2439
2438
  title?: string | undefined;
2440
- timeout?: number | undefined;
2439
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2440
+ disabled?: boolean | undefined;
2441
+ $id?: string | undefined;
2441
2442
  id?: string | undefined;
2442
- $ref?: string | undefined;
2443
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2444
2443
  exit?: boolean | undefined;
2445
2444
  result?: JsonElement | undefined;
2446
2445
  data?: JsonElement | undefined;
2446
+ timeout?: number | undefined;
2447
2447
  skipValidation?: boolean | undefined;
2448
2448
  };
2449
2449
  title?: string | undefined;
2450
2450
  }, {
2451
2451
  action: {
2452
2452
  url?: string | undefined;
2453
- $id?: string | undefined;
2454
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2455
- disabled?: boolean | undefined;
2453
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2454
+ $ref?: string | undefined;
2456
2455
  title?: string | undefined;
2457
- timeout?: number | undefined;
2456
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2457
+ disabled?: boolean | undefined;
2458
+ $id?: string | undefined;
2458
2459
  id?: string | undefined;
2459
- $ref?: string | undefined;
2460
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2461
2460
  exit?: boolean | undefined;
2462
2461
  result?: JsonElement | undefined;
2463
2462
  data?: JsonElement | undefined;
2463
+ timeout?: number | undefined;
2464
2464
  skipValidation?: boolean | undefined;
2465
2465
  };
2466
2466
  title?: string | undefined;
@@ -2483,140 +2483,140 @@ export declare const navigationSchema: z.ZodObject<{
2483
2483
  skipValidation: z.ZodOptional<z.ZodBoolean>;
2484
2484
  }, "strip", z.ZodTypeAny, {
2485
2485
  url?: string | undefined;
2486
- $id?: string | undefined;
2487
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2488
- disabled?: boolean | undefined;
2486
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2487
+ $ref?: string | undefined;
2489
2488
  title?: string | undefined;
2490
- timeout?: number | undefined;
2489
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2490
+ disabled?: boolean | undefined;
2491
+ $id?: string | undefined;
2491
2492
  id?: string | undefined;
2492
- $ref?: string | undefined;
2493
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2494
2493
  exit?: boolean | undefined;
2495
2494
  result?: JsonElement | undefined;
2496
2495
  data?: JsonElement | undefined;
2496
+ timeout?: number | undefined;
2497
2497
  skipValidation?: boolean | undefined;
2498
2498
  }, {
2499
2499
  url?: string | undefined;
2500
- $id?: string | undefined;
2501
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2502
- disabled?: boolean | undefined;
2500
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2501
+ $ref?: string | undefined;
2503
2502
  title?: string | undefined;
2504
- timeout?: number | undefined;
2503
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2504
+ disabled?: boolean | undefined;
2505
+ $id?: string | undefined;
2505
2506
  id?: string | undefined;
2506
- $ref?: string | undefined;
2507
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2508
2507
  exit?: boolean | undefined;
2509
2508
  result?: JsonElement | undefined;
2510
2509
  data?: JsonElement | undefined;
2510
+ timeout?: number | undefined;
2511
2511
  skipValidation?: boolean | undefined;
2512
2512
  }>;
2513
2513
  }, "strip", z.ZodTypeAny, {
2514
2514
  action: {
2515
2515
  url?: string | undefined;
2516
- $id?: string | undefined;
2517
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2518
- disabled?: boolean | undefined;
2516
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2517
+ $ref?: string | undefined;
2519
2518
  title?: string | undefined;
2520
- timeout?: number | undefined;
2519
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2520
+ disabled?: boolean | undefined;
2521
+ $id?: string | undefined;
2521
2522
  id?: string | undefined;
2522
- $ref?: string | undefined;
2523
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2524
2523
  exit?: boolean | undefined;
2525
2524
  result?: JsonElement | undefined;
2526
2525
  data?: JsonElement | undefined;
2526
+ timeout?: number | undefined;
2527
2527
  skipValidation?: boolean | undefined;
2528
2528
  };
2529
2529
  title?: string | undefined;
2530
2530
  }, {
2531
2531
  action: {
2532
2532
  url?: string | undefined;
2533
- $id?: string | undefined;
2534
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2535
- disabled?: boolean | undefined;
2533
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2534
+ $ref?: string | undefined;
2536
2535
  title?: string | undefined;
2537
- timeout?: number | undefined;
2536
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2537
+ disabled?: boolean | undefined;
2538
+ $id?: string | undefined;
2538
2539
  id?: string | undefined;
2539
- $ref?: string | undefined;
2540
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2541
2540
  exit?: boolean | undefined;
2542
2541
  result?: JsonElement | undefined;
2543
2542
  data?: JsonElement | undefined;
2543
+ timeout?: number | undefined;
2544
2544
  skipValidation?: boolean | undefined;
2545
2545
  };
2546
2546
  title?: string | undefined;
2547
2547
  }>>;
2548
2548
  stackBehavior: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"remove-previous">, z.ZodLiteral<"remove-all">, z.ZodLiteral<"replace-current">]>>;
2549
2549
  }, "strip", z.ZodTypeAny, {
2550
- back?: {
2550
+ backButton?: {
2551
2551
  action: {
2552
2552
  url?: string | undefined;
2553
- $id?: string | undefined;
2554
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2555
- disabled?: boolean | undefined;
2553
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2554
+ $ref?: string | undefined;
2556
2555
  title?: string | undefined;
2557
- timeout?: number | undefined;
2556
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2557
+ disabled?: boolean | undefined;
2558
+ $id?: string | undefined;
2558
2559
  id?: string | undefined;
2559
- $ref?: string | undefined;
2560
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2561
2560
  exit?: boolean | undefined;
2562
2561
  result?: JsonElement | undefined;
2563
2562
  data?: JsonElement | undefined;
2563
+ timeout?: number | undefined;
2564
2564
  skipValidation?: boolean | undefined;
2565
2565
  };
2566
2566
  title?: string | undefined;
2567
2567
  } | undefined;
2568
- backButton?: {
2568
+ back?: {
2569
2569
  action: {
2570
2570
  url?: string | undefined;
2571
- $id?: string | undefined;
2572
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2573
- disabled?: boolean | undefined;
2571
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2572
+ $ref?: string | undefined;
2574
2573
  title?: string | undefined;
2575
- timeout?: number | undefined;
2574
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2575
+ disabled?: boolean | undefined;
2576
+ $id?: string | undefined;
2576
2577
  id?: string | undefined;
2577
- $ref?: string | undefined;
2578
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2579
2578
  exit?: boolean | undefined;
2580
2579
  result?: JsonElement | undefined;
2581
2580
  data?: JsonElement | undefined;
2581
+ timeout?: number | undefined;
2582
2582
  skipValidation?: boolean | undefined;
2583
2583
  };
2584
2584
  title?: string | undefined;
2585
2585
  } | undefined;
2586
2586
  stackBehavior?: "default" | "remove-previous" | "remove-all" | "replace-current" | undefined;
2587
2587
  }, {
2588
- back?: {
2588
+ backButton?: {
2589
2589
  action: {
2590
2590
  url?: string | undefined;
2591
- $id?: string | undefined;
2592
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2593
- disabled?: boolean | undefined;
2591
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2592
+ $ref?: string | undefined;
2594
2593
  title?: string | undefined;
2595
- timeout?: number | undefined;
2594
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2595
+ disabled?: boolean | undefined;
2596
+ $id?: string | undefined;
2596
2597
  id?: string | undefined;
2597
- $ref?: string | undefined;
2598
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2599
2598
  exit?: boolean | undefined;
2600
2599
  result?: JsonElement | undefined;
2601
2600
  data?: JsonElement | undefined;
2601
+ timeout?: number | undefined;
2602
2602
  skipValidation?: boolean | undefined;
2603
2603
  };
2604
2604
  title?: string | undefined;
2605
2605
  } | undefined;
2606
- backButton?: {
2606
+ back?: {
2607
2607
  action: {
2608
2608
  url?: string | undefined;
2609
- $id?: string | undefined;
2610
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2611
- disabled?: boolean | undefined;
2609
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2610
+ $ref?: string | undefined;
2612
2611
  title?: string | undefined;
2613
- timeout?: number | undefined;
2612
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2613
+ disabled?: boolean | undefined;
2614
+ $id?: string | undefined;
2614
2615
  id?: string | undefined;
2615
- $ref?: string | undefined;
2616
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2617
2616
  exit?: boolean | undefined;
2618
2617
  result?: JsonElement | undefined;
2619
2618
  data?: JsonElement | undefined;
2619
+ timeout?: number | undefined;
2620
2620
  skipValidation?: boolean | undefined;
2621
2621
  };
2622
2622
  title?: string | undefined;
@@ -2646,14 +2646,14 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2646
2646
  uri: z.ZodOptional<z.ZodString>;
2647
2647
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2648
2648
  }, "strip", z.ZodTypeAny, {
2649
- url?: string | undefined;
2650
2649
  text?: string | undefined;
2651
2650
  uri?: string | undefined;
2651
+ url?: string | undefined;
2652
2652
  accessibilityDescription?: string | undefined;
2653
2653
  }, {
2654
- url?: string | undefined;
2655
2654
  text?: string | undefined;
2656
2655
  uri?: string | undefined;
2656
+ url?: string | undefined;
2657
2657
  accessibilityDescription?: string | undefined;
2658
2658
  }>>;
2659
2659
  value: z.ZodObject<{
@@ -2672,31 +2672,31 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2672
2672
  skipValidation: z.ZodOptional<z.ZodBoolean>;
2673
2673
  }, "strip", z.ZodTypeAny, {
2674
2674
  url?: string | undefined;
2675
- $id?: string | undefined;
2676
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2677
- disabled?: boolean | undefined;
2675
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2676
+ $ref?: string | undefined;
2678
2677
  title?: string | undefined;
2679
- timeout?: number | undefined;
2678
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2679
+ disabled?: boolean | undefined;
2680
+ $id?: string | undefined;
2680
2681
  id?: string | undefined;
2681
- $ref?: string | undefined;
2682
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2683
2682
  exit?: boolean | undefined;
2684
2683
  result?: JsonElement | undefined;
2685
2684
  data?: JsonElement | undefined;
2685
+ timeout?: number | undefined;
2686
2686
  skipValidation?: boolean | undefined;
2687
2687
  }, {
2688
2688
  url?: string | undefined;
2689
- $id?: string | undefined;
2690
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2691
- disabled?: boolean | undefined;
2689
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2690
+ $ref?: string | undefined;
2692
2691
  title?: string | undefined;
2693
- timeout?: number | undefined;
2692
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2693
+ disabled?: boolean | undefined;
2694
+ $id?: string | undefined;
2694
2695
  id?: string | undefined;
2695
- $ref?: string | undefined;
2696
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2697
2696
  exit?: boolean | undefined;
2698
2697
  result?: JsonElement | undefined;
2699
2698
  data?: JsonElement | undefined;
2699
+ timeout?: number | undefined;
2700
2700
  skipValidation?: boolean | undefined;
2701
2701
  }>;
2702
2702
  media: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
@@ -2706,48 +2706,48 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2706
2706
  text: z.ZodString;
2707
2707
  badgeUri: z.ZodOptional<z.ZodString>;
2708
2708
  }, "strip", z.ZodTypeAny, {
2709
- type: "text";
2710
2709
  text: string;
2710
+ type: "text";
2711
2711
  badgeUri?: string | undefined;
2712
2712
  }, {
2713
- type: "text";
2714
2713
  text: string;
2714
+ type: "text";
2715
2715
  badgeUri?: string | undefined;
2716
2716
  }>, z.ZodObject<{
2717
2717
  type: z.ZodLiteral<"uri">;
2718
2718
  uri: z.ZodString;
2719
2719
  badgeUri: z.ZodOptional<z.ZodString>;
2720
2720
  }, "strip", z.ZodTypeAny, {
2721
- type: "uri";
2722
2721
  uri: string;
2722
+ type: "uri";
2723
2723
  badgeUri?: string | undefined;
2724
2724
  }, {
2725
- type: "uri";
2726
2725
  uri: string;
2726
+ type: "uri";
2727
2727
  badgeUri?: string | undefined;
2728
2728
  }>]>, "many">;
2729
2729
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2730
2730
  }, "strip", z.ZodTypeAny, {
2731
2731
  type: "avatar";
2732
2732
  content: ({
2733
- type: "uri";
2734
2733
  uri: string;
2734
+ type: "uri";
2735
2735
  badgeUri?: string | undefined;
2736
2736
  } | {
2737
- type: "text";
2738
2737
  text: string;
2738
+ type: "text";
2739
2739
  badgeUri?: string | undefined;
2740
2740
  })[];
2741
2741
  accessibilityDescription?: string | undefined;
2742
2742
  }, {
2743
2743
  type: "avatar";
2744
2744
  content: ({
2745
- type: "uri";
2746
2745
  uri: string;
2746
+ type: "uri";
2747
2747
  badgeUri?: string | undefined;
2748
2748
  } | {
2749
- type: "text";
2750
2749
  text: string;
2750
+ type: "text";
2751
2751
  badgeUri?: string | undefined;
2752
2752
  })[];
2753
2753
  accessibilityDescription?: string | undefined;
@@ -2756,36 +2756,36 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2756
2756
  uri: z.ZodString;
2757
2757
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2758
2758
  }, "strip", z.ZodTypeAny, {
2759
- type: "image";
2760
2759
  uri: string;
2760
+ type: "image";
2761
2761
  accessibilityDescription?: string | undefined;
2762
2762
  }, {
2763
- type: "image";
2764
2763
  uri: string;
2764
+ type: "image";
2765
2765
  accessibilityDescription?: string | undefined;
2766
2766
  }>]>>;
2767
2767
  }, "strip", z.ZodTypeAny, {
2768
- type: "action";
2769
- title: string;
2770
2768
  value: {
2771
2769
  url?: string | undefined;
2772
- $id?: string | undefined;
2773
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2774
- disabled?: boolean | undefined;
2770
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2771
+ $ref?: string | undefined;
2775
2772
  title?: string | undefined;
2776
- timeout?: number | undefined;
2773
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2774
+ disabled?: boolean | undefined;
2775
+ $id?: string | undefined;
2777
2776
  id?: string | undefined;
2778
- $ref?: string | undefined;
2779
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2780
2777
  exit?: boolean | undefined;
2781
2778
  result?: JsonElement | undefined;
2782
2779
  data?: JsonElement | undefined;
2780
+ timeout?: number | undefined;
2783
2781
  skipValidation?: boolean | undefined;
2784
2782
  };
2783
+ type: "action";
2784
+ title: string;
2785
2785
  image?: {
2786
- url?: string | undefined;
2787
2786
  text?: string | undefined;
2788
2787
  uri?: string | undefined;
2788
+ url?: string | undefined;
2789
2789
  accessibilityDescription?: string | undefined;
2790
2790
  } | undefined;
2791
2791
  description?: string | undefined;
@@ -2795,44 +2795,44 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2795
2795
  text: string;
2796
2796
  } | undefined;
2797
2797
  media?: {
2798
- type: "image";
2799
2798
  uri: string;
2799
+ type: "image";
2800
2800
  accessibilityDescription?: string | undefined;
2801
2801
  } | {
2802
2802
  type: "avatar";
2803
2803
  content: ({
2804
- type: "uri";
2805
2804
  uri: string;
2805
+ type: "uri";
2806
2806
  badgeUri?: string | undefined;
2807
2807
  } | {
2808
- type: "text";
2809
2808
  text: string;
2809
+ type: "text";
2810
2810
  badgeUri?: string | undefined;
2811
2811
  })[];
2812
2812
  accessibilityDescription?: string | undefined;
2813
2813
  } | undefined;
2814
2814
  }, {
2815
- type: "action";
2816
- title: string;
2817
2815
  value: {
2818
2816
  url?: string | undefined;
2819
- $id?: string | undefined;
2820
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2821
- disabled?: boolean | undefined;
2817
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
2818
+ $ref?: string | undefined;
2822
2819
  title?: string | undefined;
2823
- timeout?: number | undefined;
2820
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
2821
+ disabled?: boolean | undefined;
2822
+ $id?: string | undefined;
2824
2823
  id?: string | undefined;
2825
- $ref?: string | undefined;
2826
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2827
2824
  exit?: boolean | undefined;
2828
2825
  result?: JsonElement | undefined;
2829
2826
  data?: JsonElement | undefined;
2827
+ timeout?: number | undefined;
2830
2828
  skipValidation?: boolean | undefined;
2831
2829
  };
2830
+ type: "action";
2831
+ title: string;
2832
2832
  image?: {
2833
- url?: string | undefined;
2834
2833
  text?: string | undefined;
2835
2834
  uri?: string | undefined;
2835
+ url?: string | undefined;
2836
2836
  accessibilityDescription?: string | undefined;
2837
2837
  } | undefined;
2838
2838
  description?: string | undefined;
@@ -2842,18 +2842,18 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2842
2842
  text: string;
2843
2843
  } | undefined;
2844
2844
  media?: {
2845
- type: "image";
2846
2845
  uri: string;
2846
+ type: "image";
2847
2847
  accessibilityDescription?: string | undefined;
2848
2848
  } | {
2849
2849
  type: "avatar";
2850
2850
  content: ({
2851
- type: "uri";
2852
2851
  uri: string;
2852
+ type: "uri";
2853
2853
  badgeUri?: string | undefined;
2854
2854
  } | {
2855
- type: "text";
2856
2855
  text: string;
2856
+ type: "text";
2857
2857
  badgeUri?: string | undefined;
2858
2858
  })[];
2859
2859
  accessibilityDescription?: string | undefined;
@@ -2881,14 +2881,14 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2881
2881
  uri: z.ZodOptional<z.ZodString>;
2882
2882
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2883
2883
  }, "strip", z.ZodTypeAny, {
2884
- url?: string | undefined;
2885
2884
  text?: string | undefined;
2886
2885
  uri?: string | undefined;
2886
+ url?: string | undefined;
2887
2887
  accessibilityDescription?: string | undefined;
2888
2888
  }, {
2889
- url?: string | undefined;
2890
2889
  text?: string | undefined;
2891
2890
  uri?: string | undefined;
2891
+ url?: string | undefined;
2892
2892
  accessibilityDescription?: string | undefined;
2893
2893
  }>>;
2894
2894
  value: z.ZodObject<{
@@ -2898,12 +2898,12 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2898
2898
  query: z.ZodString;
2899
2899
  }, "strip", z.ZodTypeAny, {
2900
2900
  url: string;
2901
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2901
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
2902
2902
  param: string;
2903
2903
  query: string;
2904
2904
  }, {
2905
2905
  url: string;
2906
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2906
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
2907
2907
  param: string;
2908
2908
  query: string;
2909
2909
  }>;
@@ -2914,48 +2914,48 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2914
2914
  text: z.ZodString;
2915
2915
  badgeUri: z.ZodOptional<z.ZodString>;
2916
2916
  }, "strip", z.ZodTypeAny, {
2917
- type: "text";
2918
2917
  text: string;
2918
+ type: "text";
2919
2919
  badgeUri?: string | undefined;
2920
2920
  }, {
2921
- type: "text";
2922
2921
  text: string;
2922
+ type: "text";
2923
2923
  badgeUri?: string | undefined;
2924
2924
  }>, z.ZodObject<{
2925
2925
  type: z.ZodLiteral<"uri">;
2926
2926
  uri: z.ZodString;
2927
2927
  badgeUri: z.ZodOptional<z.ZodString>;
2928
2928
  }, "strip", z.ZodTypeAny, {
2929
- type: "uri";
2930
2929
  uri: string;
2930
+ type: "uri";
2931
2931
  badgeUri?: string | undefined;
2932
2932
  }, {
2933
- type: "uri";
2934
2933
  uri: string;
2934
+ type: "uri";
2935
2935
  badgeUri?: string | undefined;
2936
2936
  }>]>, "many">;
2937
2937
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2938
2938
  }, "strip", z.ZodTypeAny, {
2939
2939
  type: "avatar";
2940
2940
  content: ({
2941
- type: "uri";
2942
2941
  uri: string;
2942
+ type: "uri";
2943
2943
  badgeUri?: string | undefined;
2944
2944
  } | {
2945
- type: "text";
2946
2945
  text: string;
2946
+ type: "text";
2947
2947
  badgeUri?: string | undefined;
2948
2948
  })[];
2949
2949
  accessibilityDescription?: string | undefined;
2950
2950
  }, {
2951
2951
  type: "avatar";
2952
2952
  content: ({
2953
- type: "uri";
2954
2953
  uri: string;
2954
+ type: "uri";
2955
2955
  badgeUri?: string | undefined;
2956
2956
  } | {
2957
- type: "text";
2958
2957
  text: string;
2958
+ type: "text";
2959
2959
  badgeUri?: string | undefined;
2960
2960
  })[];
2961
2961
  accessibilityDescription?: string | undefined;
@@ -2964,27 +2964,27 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2964
2964
  uri: z.ZodString;
2965
2965
  accessibilityDescription: z.ZodOptional<z.ZodString>;
2966
2966
  }, "strip", z.ZodTypeAny, {
2967
- type: "image";
2968
2967
  uri: string;
2968
+ type: "image";
2969
2969
  accessibilityDescription?: string | undefined;
2970
2970
  }, {
2971
- type: "image";
2972
2971
  uri: string;
2972
+ type: "image";
2973
2973
  accessibilityDescription?: string | undefined;
2974
2974
  }>]>>;
2975
2975
  }, "strip", z.ZodTypeAny, {
2976
- type: "search";
2977
- title: string;
2978
2976
  value: {
2979
2977
  url: string;
2980
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2978
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
2981
2979
  param: string;
2982
2980
  query: string;
2983
2981
  };
2982
+ type: "search";
2983
+ title: string;
2984
2984
  image?: {
2985
- url?: string | undefined;
2986
2985
  text?: string | undefined;
2987
2986
  uri?: string | undefined;
2987
+ url?: string | undefined;
2988
2988
  accessibilityDescription?: string | undefined;
2989
2989
  } | undefined;
2990
2990
  description?: string | undefined;
@@ -2994,35 +2994,35 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2994
2994
  text: string;
2995
2995
  } | undefined;
2996
2996
  media?: {
2997
- type: "image";
2998
2997
  uri: string;
2998
+ type: "image";
2999
2999
  accessibilityDescription?: string | undefined;
3000
3000
  } | {
3001
3001
  type: "avatar";
3002
3002
  content: ({
3003
- type: "uri";
3004
3003
  uri: string;
3004
+ type: "uri";
3005
3005
  badgeUri?: string | undefined;
3006
3006
  } | {
3007
- type: "text";
3008
3007
  text: string;
3008
+ type: "text";
3009
3009
  badgeUri?: string | undefined;
3010
3010
  })[];
3011
3011
  accessibilityDescription?: string | undefined;
3012
3012
  } | undefined;
3013
3013
  }, {
3014
- type: "search";
3015
- title: string;
3016
3014
  value: {
3017
3015
  url: string;
3018
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3016
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
3019
3017
  param: string;
3020
3018
  query: string;
3021
3019
  };
3020
+ type: "search";
3021
+ title: string;
3022
3022
  image?: {
3023
- url?: string | undefined;
3024
3023
  text?: string | undefined;
3025
3024
  uri?: string | undefined;
3025
+ url?: string | undefined;
3026
3026
  accessibilityDescription?: string | undefined;
3027
3027
  } | undefined;
3028
3028
  description?: string | undefined;
@@ -3032,18 +3032,18 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
3032
3032
  text: string;
3033
3033
  } | undefined;
3034
3034
  media?: {
3035
- type: "image";
3036
3035
  uri: string;
3036
+ type: "image";
3037
3037
  accessibilityDescription?: string | undefined;
3038
3038
  } | {
3039
3039
  type: "avatar";
3040
3040
  content: ({
3041
- type: "uri";
3042
3041
  uri: string;
3042
+ type: "uri";
3043
3043
  badgeUri?: string | undefined;
3044
3044
  } | {
3045
- type: "text";
3046
3045
  text: string;
3046
+ type: "text";
3047
3047
  badgeUri?: string | undefined;
3048
3048
  })[];
3049
3049
  accessibilityDescription?: string | undefined;
@@ -3073,14 +3073,14 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3073
3073
  uri: z.ZodOptional<z.ZodString>;
3074
3074
  accessibilityDescription: z.ZodOptional<z.ZodString>;
3075
3075
  }, "strip", z.ZodTypeAny, {
3076
- url?: string | undefined;
3077
3076
  text?: string | undefined;
3078
3077
  uri?: string | undefined;
3078
+ url?: string | undefined;
3079
3079
  accessibilityDescription?: string | undefined;
3080
3080
  }, {
3081
- url?: string | undefined;
3082
3081
  text?: string | undefined;
3083
3082
  uri?: string | undefined;
3083
+ url?: string | undefined;
3084
3084
  accessibilityDescription?: string | undefined;
3085
3085
  }>>;
3086
3086
  value: z.ZodObject<{
@@ -3099,31 +3099,31 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3099
3099
  skipValidation: z.ZodOptional<z.ZodBoolean>;
3100
3100
  }, "strip", z.ZodTypeAny, {
3101
3101
  url?: string | undefined;
3102
- $id?: string | undefined;
3103
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3104
- disabled?: boolean | undefined;
3102
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
3103
+ $ref?: string | undefined;
3105
3104
  title?: string | undefined;
3106
- timeout?: number | undefined;
3105
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
3106
+ disabled?: boolean | undefined;
3107
+ $id?: string | undefined;
3107
3108
  id?: string | undefined;
3108
- $ref?: string | undefined;
3109
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3110
3109
  exit?: boolean | undefined;
3111
3110
  result?: JsonElement | undefined;
3112
3111
  data?: JsonElement | undefined;
3112
+ timeout?: number | undefined;
3113
3113
  skipValidation?: boolean | undefined;
3114
3114
  }, {
3115
3115
  url?: string | undefined;
3116
- $id?: string | undefined;
3117
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3118
- disabled?: boolean | undefined;
3116
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
3117
+ $ref?: string | undefined;
3119
3118
  title?: string | undefined;
3120
- timeout?: number | undefined;
3119
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
3120
+ disabled?: boolean | undefined;
3121
+ $id?: string | undefined;
3121
3122
  id?: string | undefined;
3122
- $ref?: string | undefined;
3123
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3124
3123
  exit?: boolean | undefined;
3125
3124
  result?: JsonElement | undefined;
3126
3125
  data?: JsonElement | undefined;
3126
+ timeout?: number | undefined;
3127
3127
  skipValidation?: boolean | undefined;
3128
3128
  }>;
3129
3129
  media: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
@@ -3133,48 +3133,48 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3133
3133
  text: z.ZodString;
3134
3134
  badgeUri: z.ZodOptional<z.ZodString>;
3135
3135
  }, "strip", z.ZodTypeAny, {
3136
- type: "text";
3137
3136
  text: string;
3137
+ type: "text";
3138
3138
  badgeUri?: string | undefined;
3139
3139
  }, {
3140
- type: "text";
3141
3140
  text: string;
3141
+ type: "text";
3142
3142
  badgeUri?: string | undefined;
3143
3143
  }>, z.ZodObject<{
3144
3144
  type: z.ZodLiteral<"uri">;
3145
3145
  uri: z.ZodString;
3146
3146
  badgeUri: z.ZodOptional<z.ZodString>;
3147
3147
  }, "strip", z.ZodTypeAny, {
3148
- type: "uri";
3149
3148
  uri: string;
3149
+ type: "uri";
3150
3150
  badgeUri?: string | undefined;
3151
3151
  }, {
3152
- type: "uri";
3153
3152
  uri: string;
3153
+ type: "uri";
3154
3154
  badgeUri?: string | undefined;
3155
3155
  }>]>, "many">;
3156
3156
  accessibilityDescription: z.ZodOptional<z.ZodString>;
3157
3157
  }, "strip", z.ZodTypeAny, {
3158
3158
  type: "avatar";
3159
3159
  content: ({
3160
- type: "uri";
3161
3160
  uri: string;
3161
+ type: "uri";
3162
3162
  badgeUri?: string | undefined;
3163
3163
  } | {
3164
- type: "text";
3165
3164
  text: string;
3165
+ type: "text";
3166
3166
  badgeUri?: string | undefined;
3167
3167
  })[];
3168
3168
  accessibilityDescription?: string | undefined;
3169
3169
  }, {
3170
3170
  type: "avatar";
3171
3171
  content: ({
3172
- type: "uri";
3173
3172
  uri: string;
3173
+ type: "uri";
3174
3174
  badgeUri?: string | undefined;
3175
3175
  } | {
3176
- type: "text";
3177
3176
  text: string;
3177
+ type: "text";
3178
3178
  badgeUri?: string | undefined;
3179
3179
  })[];
3180
3180
  accessibilityDescription?: string | undefined;
@@ -3183,36 +3183,36 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3183
3183
  uri: z.ZodString;
3184
3184
  accessibilityDescription: z.ZodOptional<z.ZodString>;
3185
3185
  }, "strip", z.ZodTypeAny, {
3186
- type: "image";
3187
3186
  uri: string;
3187
+ type: "image";
3188
3188
  accessibilityDescription?: string | undefined;
3189
3189
  }, {
3190
- type: "image";
3191
3190
  uri: string;
3191
+ type: "image";
3192
3192
  accessibilityDescription?: string | undefined;
3193
3193
  }>]>>;
3194
3194
  }, "strip", z.ZodTypeAny, {
3195
- type: "action";
3196
- title: string;
3197
3195
  value: {
3198
3196
  url?: string | undefined;
3199
- $id?: string | undefined;
3200
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3201
- disabled?: boolean | undefined;
3197
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
3198
+ $ref?: string | undefined;
3202
3199
  title?: string | undefined;
3203
- timeout?: number | undefined;
3200
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
3201
+ disabled?: boolean | undefined;
3202
+ $id?: string | undefined;
3204
3203
  id?: string | undefined;
3205
- $ref?: string | undefined;
3206
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3207
3204
  exit?: boolean | undefined;
3208
3205
  result?: JsonElement | undefined;
3209
3206
  data?: JsonElement | undefined;
3207
+ timeout?: number | undefined;
3210
3208
  skipValidation?: boolean | undefined;
3211
3209
  };
3210
+ type: "action";
3211
+ title: string;
3212
3212
  image?: {
3213
- url?: string | undefined;
3214
3213
  text?: string | undefined;
3215
3214
  uri?: string | undefined;
3215
+ url?: string | undefined;
3216
3216
  accessibilityDescription?: string | undefined;
3217
3217
  } | undefined;
3218
3218
  description?: string | undefined;
@@ -3222,44 +3222,44 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3222
3222
  text: string;
3223
3223
  } | undefined;
3224
3224
  media?: {
3225
- type: "image";
3226
3225
  uri: string;
3226
+ type: "image";
3227
3227
  accessibilityDescription?: string | undefined;
3228
3228
  } | {
3229
3229
  type: "avatar";
3230
3230
  content: ({
3231
- type: "uri";
3232
3231
  uri: string;
3232
+ type: "uri";
3233
3233
  badgeUri?: string | undefined;
3234
3234
  } | {
3235
- type: "text";
3236
3235
  text: string;
3236
+ type: "text";
3237
3237
  badgeUri?: string | undefined;
3238
3238
  })[];
3239
3239
  accessibilityDescription?: string | undefined;
3240
3240
  } | undefined;
3241
3241
  }, {
3242
- type: "action";
3243
- title: string;
3244
3242
  value: {
3245
3243
  url?: string | undefined;
3246
- $id?: string | undefined;
3247
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3248
- disabled?: boolean | undefined;
3244
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
3245
+ $ref?: string | undefined;
3249
3246
  title?: string | undefined;
3250
- timeout?: number | undefined;
3247
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
3248
+ disabled?: boolean | undefined;
3249
+ $id?: string | undefined;
3251
3250
  id?: string | undefined;
3252
- $ref?: string | undefined;
3253
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3254
3251
  exit?: boolean | undefined;
3255
3252
  result?: JsonElement | undefined;
3256
3253
  data?: JsonElement | undefined;
3254
+ timeout?: number | undefined;
3257
3255
  skipValidation?: boolean | undefined;
3258
3256
  };
3257
+ type: "action";
3258
+ title: string;
3259
3259
  image?: {
3260
- url?: string | undefined;
3261
3260
  text?: string | undefined;
3262
3261
  uri?: string | undefined;
3262
+ url?: string | undefined;
3263
3263
  accessibilityDescription?: string | undefined;
3264
3264
  } | undefined;
3265
3265
  description?: string | undefined;
@@ -3269,18 +3269,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3269
3269
  text: string;
3270
3270
  } | undefined;
3271
3271
  media?: {
3272
- type: "image";
3273
3272
  uri: string;
3273
+ type: "image";
3274
3274
  accessibilityDescription?: string | undefined;
3275
3275
  } | {
3276
3276
  type: "avatar";
3277
3277
  content: ({
3278
- type: "uri";
3279
3278
  uri: string;
3279
+ type: "uri";
3280
3280
  badgeUri?: string | undefined;
3281
3281
  } | {
3282
- type: "text";
3283
3282
  text: string;
3283
+ type: "text";
3284
3284
  badgeUri?: string | undefined;
3285
3285
  })[];
3286
3286
  accessibilityDescription?: string | undefined;
@@ -3308,14 +3308,14 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3308
3308
  uri: z.ZodOptional<z.ZodString>;
3309
3309
  accessibilityDescription: z.ZodOptional<z.ZodString>;
3310
3310
  }, "strip", z.ZodTypeAny, {
3311
- url?: string | undefined;
3312
3311
  text?: string | undefined;
3313
3312
  uri?: string | undefined;
3313
+ url?: string | undefined;
3314
3314
  accessibilityDescription?: string | undefined;
3315
3315
  }, {
3316
- url?: string | undefined;
3317
3316
  text?: string | undefined;
3318
3317
  uri?: string | undefined;
3318
+ url?: string | undefined;
3319
3319
  accessibilityDescription?: string | undefined;
3320
3320
  }>>;
3321
3321
  value: z.ZodObject<{
@@ -3325,12 +3325,12 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3325
3325
  query: z.ZodString;
3326
3326
  }, "strip", z.ZodTypeAny, {
3327
3327
  url: string;
3328
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3328
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
3329
3329
  param: string;
3330
3330
  query: string;
3331
3331
  }, {
3332
3332
  url: string;
3333
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3333
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
3334
3334
  param: string;
3335
3335
  query: string;
3336
3336
  }>;
@@ -3341,48 +3341,48 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3341
3341
  text: z.ZodString;
3342
3342
  badgeUri: z.ZodOptional<z.ZodString>;
3343
3343
  }, "strip", z.ZodTypeAny, {
3344
- type: "text";
3345
3344
  text: string;
3345
+ type: "text";
3346
3346
  badgeUri?: string | undefined;
3347
3347
  }, {
3348
- type: "text";
3349
3348
  text: string;
3349
+ type: "text";
3350
3350
  badgeUri?: string | undefined;
3351
3351
  }>, z.ZodObject<{
3352
3352
  type: z.ZodLiteral<"uri">;
3353
3353
  uri: z.ZodString;
3354
3354
  badgeUri: z.ZodOptional<z.ZodString>;
3355
3355
  }, "strip", z.ZodTypeAny, {
3356
- type: "uri";
3357
3356
  uri: string;
3357
+ type: "uri";
3358
3358
  badgeUri?: string | undefined;
3359
3359
  }, {
3360
- type: "uri";
3361
3360
  uri: string;
3361
+ type: "uri";
3362
3362
  badgeUri?: string | undefined;
3363
3363
  }>]>, "many">;
3364
3364
  accessibilityDescription: z.ZodOptional<z.ZodString>;
3365
3365
  }, "strip", z.ZodTypeAny, {
3366
3366
  type: "avatar";
3367
3367
  content: ({
3368
- type: "uri";
3369
3368
  uri: string;
3369
+ type: "uri";
3370
3370
  badgeUri?: string | undefined;
3371
3371
  } | {
3372
- type: "text";
3373
3372
  text: string;
3373
+ type: "text";
3374
3374
  badgeUri?: string | undefined;
3375
3375
  })[];
3376
3376
  accessibilityDescription?: string | undefined;
3377
3377
  }, {
3378
3378
  type: "avatar";
3379
3379
  content: ({
3380
- type: "uri";
3381
3380
  uri: string;
3381
+ type: "uri";
3382
3382
  badgeUri?: string | undefined;
3383
3383
  } | {
3384
- type: "text";
3385
3384
  text: string;
3385
+ type: "text";
3386
3386
  badgeUri?: string | undefined;
3387
3387
  })[];
3388
3388
  accessibilityDescription?: string | undefined;
@@ -3391,27 +3391,27 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3391
3391
  uri: z.ZodString;
3392
3392
  accessibilityDescription: z.ZodOptional<z.ZodString>;
3393
3393
  }, "strip", z.ZodTypeAny, {
3394
- type: "image";
3395
3394
  uri: string;
3395
+ type: "image";
3396
3396
  accessibilityDescription?: string | undefined;
3397
3397
  }, {
3398
- type: "image";
3399
3398
  uri: string;
3399
+ type: "image";
3400
3400
  accessibilityDescription?: string | undefined;
3401
3401
  }>]>>;
3402
3402
  }, "strip", z.ZodTypeAny, {
3403
- type: "search";
3404
- title: string;
3405
3403
  value: {
3406
3404
  url: string;
3407
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3405
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
3408
3406
  param: string;
3409
3407
  query: string;
3410
3408
  };
3409
+ type: "search";
3410
+ title: string;
3411
3411
  image?: {
3412
- url?: string | undefined;
3413
3412
  text?: string | undefined;
3414
3413
  uri?: string | undefined;
3414
+ url?: string | undefined;
3415
3415
  accessibilityDescription?: string | undefined;
3416
3416
  } | undefined;
3417
3417
  description?: string | undefined;
@@ -3421,35 +3421,35 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3421
3421
  text: string;
3422
3422
  } | undefined;
3423
3423
  media?: {
3424
- type: "image";
3425
3424
  uri: string;
3425
+ type: "image";
3426
3426
  accessibilityDescription?: string | undefined;
3427
3427
  } | {
3428
3428
  type: "avatar";
3429
3429
  content: ({
3430
- type: "uri";
3431
3430
  uri: string;
3431
+ type: "uri";
3432
3432
  badgeUri?: string | undefined;
3433
3433
  } | {
3434
- type: "text";
3435
3434
  text: string;
3435
+ type: "text";
3436
3436
  badgeUri?: string | undefined;
3437
3437
  })[];
3438
3438
  accessibilityDescription?: string | undefined;
3439
3439
  } | undefined;
3440
3440
  }, {
3441
- type: "search";
3442
- title: string;
3443
3441
  value: {
3444
3442
  url: string;
3445
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3443
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
3446
3444
  param: string;
3447
3445
  query: string;
3448
3446
  };
3447
+ type: "search";
3448
+ title: string;
3449
3449
  image?: {
3450
- url?: string | undefined;
3451
3450
  text?: string | undefined;
3452
3451
  uri?: string | undefined;
3452
+ url?: string | undefined;
3453
3453
  accessibilityDescription?: string | undefined;
3454
3454
  } | undefined;
3455
3455
  description?: string | undefined;
@@ -3459,18 +3459,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3459
3459
  text: string;
3460
3460
  } | undefined;
3461
3461
  media?: {
3462
- type: "image";
3463
3462
  uri: string;
3463
+ type: "image";
3464
3464
  accessibilityDescription?: string | undefined;
3465
3465
  } | {
3466
3466
  type: "avatar";
3467
3467
  content: ({
3468
- type: "uri";
3469
3468
  uri: string;
3469
+ type: "uri";
3470
3470
  badgeUri?: string | undefined;
3471
3471
  } | {
3472
- type: "text";
3473
3472
  text: string;
3473
+ type: "text";
3474
3474
  badgeUri?: string | undefined;
3475
3475
  })[];
3476
3476
  accessibilityDescription?: string | undefined;
@@ -3478,18 +3478,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3478
3478
  }>]>, "many">;
3479
3479
  }, "strip", z.ZodTypeAny, {
3480
3480
  results: ({
3481
- type: "search";
3482
- title: string;
3483
3481
  value: {
3484
3482
  url: string;
3485
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3483
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
3486
3484
  param: string;
3487
3485
  query: string;
3488
3486
  };
3487
+ type: "search";
3488
+ title: string;
3489
3489
  image?: {
3490
- url?: string | undefined;
3491
3490
  text?: string | undefined;
3492
3491
  uri?: string | undefined;
3492
+ url?: string | undefined;
3493
3493
  accessibilityDescription?: string | undefined;
3494
3494
  } | undefined;
3495
3495
  description?: string | undefined;
@@ -3499,44 +3499,44 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3499
3499
  text: string;
3500
3500
  } | undefined;
3501
3501
  media?: {
3502
- type: "image";
3503
3502
  uri: string;
3503
+ type: "image";
3504
3504
  accessibilityDescription?: string | undefined;
3505
3505
  } | {
3506
3506
  type: "avatar";
3507
3507
  content: ({
3508
- type: "uri";
3509
3508
  uri: string;
3509
+ type: "uri";
3510
3510
  badgeUri?: string | undefined;
3511
3511
  } | {
3512
- type: "text";
3513
3512
  text: string;
3513
+ type: "text";
3514
3514
  badgeUri?: string | undefined;
3515
3515
  })[];
3516
3516
  accessibilityDescription?: string | undefined;
3517
3517
  } | undefined;
3518
3518
  } | {
3519
- type: "action";
3520
- title: string;
3521
3519
  value: {
3522
3520
  url?: string | undefined;
3523
- $id?: string | undefined;
3524
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3525
- disabled?: boolean | undefined;
3521
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
3522
+ $ref?: string | undefined;
3526
3523
  title?: string | undefined;
3527
- timeout?: number | undefined;
3524
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
3525
+ disabled?: boolean | undefined;
3526
+ $id?: string | undefined;
3528
3527
  id?: string | undefined;
3529
- $ref?: string | undefined;
3530
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3531
3528
  exit?: boolean | undefined;
3532
3529
  result?: JsonElement | undefined;
3533
3530
  data?: JsonElement | undefined;
3531
+ timeout?: number | undefined;
3534
3532
  skipValidation?: boolean | undefined;
3535
3533
  };
3534
+ type: "action";
3535
+ title: string;
3536
3536
  image?: {
3537
- url?: string | undefined;
3538
3537
  text?: string | undefined;
3539
3538
  uri?: string | undefined;
3539
+ url?: string | undefined;
3540
3540
  accessibilityDescription?: string | undefined;
3541
3541
  } | undefined;
3542
3542
  description?: string | undefined;
@@ -3546,18 +3546,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3546
3546
  text: string;
3547
3547
  } | undefined;
3548
3548
  media?: {
3549
- type: "image";
3550
3549
  uri: string;
3550
+ type: "image";
3551
3551
  accessibilityDescription?: string | undefined;
3552
3552
  } | {
3553
3553
  type: "avatar";
3554
3554
  content: ({
3555
- type: "uri";
3556
3555
  uri: string;
3556
+ type: "uri";
3557
3557
  badgeUri?: string | undefined;
3558
3558
  } | {
3559
- type: "text";
3560
3559
  text: string;
3560
+ type: "text";
3561
3561
  badgeUri?: string | undefined;
3562
3562
  })[];
3563
3563
  accessibilityDescription?: string | undefined;
@@ -3565,18 +3565,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3565
3565
  })[];
3566
3566
  }, {
3567
3567
  results: ({
3568
- type: "search";
3569
- title: string;
3570
3568
  value: {
3571
3569
  url: string;
3572
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3570
+ method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
3573
3571
  param: string;
3574
3572
  query: string;
3575
3573
  };
3574
+ type: "search";
3575
+ title: string;
3576
3576
  image?: {
3577
- url?: string | undefined;
3578
3577
  text?: string | undefined;
3579
3578
  uri?: string | undefined;
3579
+ url?: string | undefined;
3580
3580
  accessibilityDescription?: string | undefined;
3581
3581
  } | undefined;
3582
3582
  description?: string | undefined;
@@ -3586,44 +3586,44 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3586
3586
  text: string;
3587
3587
  } | undefined;
3588
3588
  media?: {
3589
- type: "image";
3590
3589
  uri: string;
3590
+ type: "image";
3591
3591
  accessibilityDescription?: string | undefined;
3592
3592
  } | {
3593
3593
  type: "avatar";
3594
3594
  content: ({
3595
- type: "uri";
3596
3595
  uri: string;
3596
+ type: "uri";
3597
3597
  badgeUri?: string | undefined;
3598
3598
  } | {
3599
- type: "text";
3600
3599
  text: string;
3600
+ type: "text";
3601
3601
  badgeUri?: string | undefined;
3602
3602
  })[];
3603
3603
  accessibilityDescription?: string | undefined;
3604
3604
  } | undefined;
3605
3605
  } | {
3606
- type: "action";
3607
- title: string;
3608
3606
  value: {
3609
3607
  url?: string | undefined;
3610
- $id?: string | undefined;
3611
- type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3612
- disabled?: boolean | undefined;
3608
+ type?: "primary" | "secondary" | "link" | "positive" | "negative" | undefined;
3609
+ $ref?: string | undefined;
3613
3610
  title?: string | undefined;
3614
- timeout?: number | undefined;
3611
+ method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | undefined;
3612
+ disabled?: boolean | undefined;
3613
+ $id?: string | undefined;
3615
3614
  id?: string | undefined;
3616
- $ref?: string | undefined;
3617
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3618
3615
  exit?: boolean | undefined;
3619
3616
  result?: JsonElement | undefined;
3620
3617
  data?: JsonElement | undefined;
3618
+ timeout?: number | undefined;
3621
3619
  skipValidation?: boolean | undefined;
3622
3620
  };
3621
+ type: "action";
3622
+ title: string;
3623
3623
  image?: {
3624
- url?: string | undefined;
3625
3624
  text?: string | undefined;
3626
3625
  uri?: string | undefined;
3626
+ url?: string | undefined;
3627
3627
  accessibilityDescription?: string | undefined;
3628
3628
  } | undefined;
3629
3629
  description?: string | undefined;
@@ -3633,18 +3633,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3633
3633
  text: string;
3634
3634
  } | undefined;
3635
3635
  media?: {
3636
- type: "image";
3637
3636
  uri: string;
3637
+ type: "image";
3638
3638
  accessibilityDescription?: string | undefined;
3639
3639
  } | {
3640
3640
  type: "avatar";
3641
3641
  content: ({
3642
- type: "uri";
3643
3642
  uri: string;
3643
+ type: "uri";
3644
3644
  badgeUri?: string | undefined;
3645
3645
  } | {
3646
- type: "text";
3647
3646
  text: string;
3647
+ type: "text";
3648
3648
  badgeUri?: string | undefined;
3649
3649
  })[];
3650
3650
  accessibilityDescription?: string | undefined;