@wise/dynamic-flow-types 2.15.4 → 2.16.0-export-map-experimental-58f00fb

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.
@@ -1,65 +1,60 @@
1
1
  import { z } from 'zod';
2
- import type { JsonElement, Layout, BoxLayout, ColumnsLayout, ModalLayout, ModalLayoutContent, Step, Schema, AllOfSchema, ArraySchema, BooleanSchema, IntegerSchema, NumberSchema, ObjectSchema, OneOfSchema, StringSchema, ArraySchemaList, PersistAsync, ArraySchemaTuple } from '../next';
3
- export declare const imageSchema: z.ZodObject<{
4
- text: z.ZodOptional<z.ZodString>;
5
- url: z.ZodString;
6
- accessibilityDescription: z.ZodOptional<z.ZodString>;
2
+ import type { JsonElement, ColumnsLayout, Layout, ModalLayout, ModalLayoutContent, BoxLayout, Schema, AllOfSchema, ArraySchema, BooleanSchema, IntegerSchema, NumberSchema, ObjectSchema, OneOfSchema, StringSchema, PersistAsync, ArraySchemaTuple, ArraySchemaList, Step } from '../next';
3
+ export declare const sizeSchema: z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>;
4
+ export declare const contextSchema: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
5
+ export declare const columnsLayoutBiasSchema: z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"left">, z.ZodLiteral<"right">]>;
6
+ export declare const statusListLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>;
7
+ export declare const alignSchema: z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>;
8
+ export declare const formLayoutSchemaReferenceSchema: z.ZodObject<{
9
+ $ref: z.ZodString;
7
10
  }, "strip", z.ZodTypeAny, {
8
- url: string;
9
- text?: string | undefined;
10
- accessibilityDescription?: string | undefined;
11
+ $ref: string;
11
12
  }, {
12
- url: string;
13
- text?: string | undefined;
14
- accessibilityDescription?: string | undefined;
13
+ $ref: string;
15
14
  }>;
16
- export declare const httpMethodSchema: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
17
- export declare const iconNamedSchema: z.ZodObject<{
18
- name: z.ZodString;
15
+ export declare const modalLayoutTriggerSchema: z.ZodObject<{
16
+ title: z.ZodString;
19
17
  }, "strip", z.ZodTypeAny, {
20
- name: string;
18
+ title: string;
21
19
  }, {
22
- name: string;
20
+ title: string;
23
21
  }>;
24
- export declare const contextSchema: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
25
- export declare const iconTextSchema: z.ZodObject<{
26
- text: z.ZodString;
22
+ export declare const httpMethodSchema: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
23
+ export declare const dividerLayoutSchema: z.ZodObject<{
24
+ type: z.ZodLiteral<"divider">;
25
+ control: z.ZodOptional<z.ZodString>;
26
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- text: string;
28
+ type: "divider";
29
+ control?: string | undefined;
30
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
29
31
  }, {
30
- text: string;
32
+ type: "divider";
33
+ control?: string | undefined;
34
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
31
35
  }>;
32
- export declare const sizeSchema: z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>;
33
- export declare const alignSchema: z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>;
34
- export declare const iconSchema: z.ZodUnion<[z.ZodObject<{
35
- name: z.ZodString;
36
- }, "strip", z.ZodTypeAny, {
37
- name: string;
38
- }, {
39
- name: string;
40
- }>, z.ZodObject<{
36
+ export declare const listLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>;
37
+ export declare const headingLayoutSchema: z.ZodObject<{
38
+ type: z.ZodLiteral<"heading">;
41
39
  text: z.ZodString;
42
- }, "strip", z.ZodTypeAny, {
43
- text: string;
44
- }, {
45
- text: string;
46
- }>]>;
47
- export declare const autocompleteTokenSchema: z.ZodUnion<[z.ZodLiteral<"on">, z.ZodLiteral<"name">, z.ZodLiteral<"name-prefix">, z.ZodLiteral<"given-name">, z.ZodLiteral<"additional-name">, z.ZodLiteral<"family-name">, z.ZodLiteral<"name-suffix">, z.ZodLiteral<"nickname">, z.ZodLiteral<"email">, z.ZodLiteral<"username">, z.ZodLiteral<"new-username">, z.ZodLiteral<"new-password">, z.ZodLiteral<"password">, z.ZodLiteral<"one-time-code">, z.ZodLiteral<"job-title">, z.ZodLiteral<"organization-name">, z.ZodLiteral<"full-street-address">, z.ZodLiteral<"street-address-line-1">, z.ZodLiteral<"street-address-line-2">, z.ZodLiteral<"street-address-line-3">, z.ZodLiteral<"address-level-1">, z.ZodLiteral<"address-level-2">, z.ZodLiteral<"address-level-3">, z.ZodLiteral<"address-level-4">, z.ZodLiteral<"country-code">, z.ZodLiteral<"country-name">, z.ZodLiteral<"postal-code">, z.ZodLiteral<"credit-card-name">, z.ZodLiteral<"credit-card-given-name">, z.ZodLiteral<"credit-card-middle-name">, z.ZodLiteral<"credit-card-family-name">, z.ZodLiteral<"credit-card-number">, z.ZodLiteral<"credit-card-expiration">, z.ZodLiteral<"credit-card-expiration-month">, z.ZodLiteral<"credit-card-expiration-year">, z.ZodLiteral<"credit-card-security-code">, z.ZodLiteral<"credit-card-type">, z.ZodLiteral<"transaction-currency">, z.ZodLiteral<"transaction-amount">, z.ZodLiteral<"language">, z.ZodLiteral<"birthdate">, z.ZodLiteral<"birthdate-day">, z.ZodLiteral<"birthdate-month">, z.ZodLiteral<"birthdate-year">, z.ZodLiteral<"gender">, z.ZodLiteral<"phone-number">, z.ZodLiteral<"phone-country-code">, z.ZodLiteral<"phone-national">, z.ZodLiteral<"phone-area-code">, z.ZodLiteral<"phone-local">, z.ZodLiteral<"phone-local-prefix">, z.ZodLiteral<"phone-local-suffix">, z.ZodLiteral<"phone-extension">, z.ZodLiteral<"url">, z.ZodLiteral<"photo">, z.ZodLiteral<"impp">, z.ZodLiteral<"shipping">, z.ZodLiteral<"billing">, z.ZodLiteral<"home">, z.ZodLiteral<"work">, z.ZodLiteral<"mobile">, z.ZodLiteral<"fax">, z.ZodLiteral<"pager">]>;
48
- export declare const loadingIndicatorLayoutSchema: z.ZodObject<{
49
- type: z.ZodLiteral<"loading-indicator">;
50
40
  size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
41
+ align: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>>;
51
42
  control: z.ZodOptional<z.ZodString>;
52
43
  margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
53
44
  }, "strip", z.ZodTypeAny, {
54
- type: "loading-indicator";
45
+ type: "heading";
46
+ text: string;
55
47
  control?: string | undefined;
56
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
57
48
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
49
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
50
+ align?: "left" | "right" | "center" | undefined;
58
51
  }, {
59
- type: "loading-indicator";
52
+ type: "heading";
53
+ text: string;
60
54
  control?: string | undefined;
61
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
62
55
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
56
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
57
+ align?: "left" | "right" | "center" | undefined;
63
58
  }>;
64
59
  export declare const alertLayoutSchema: z.ZodObject<{
65
60
  type: z.ZodLiteral<"alert">;
@@ -80,45 +75,34 @@ export declare const alertLayoutSchema: z.ZodObject<{
80
75
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
81
76
  context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
82
77
  }>;
83
- export declare const paragraphLayoutSchema: z.ZodObject<{
84
- type: z.ZodLiteral<"paragraph">;
85
- text: z.ZodString;
86
- align: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>>;
87
- control: z.ZodOptional<z.ZodString>;
88
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
89
- }, "strip", z.ZodTypeAny, {
90
- type: "paragraph";
91
- text: string;
92
- control?: string | undefined;
93
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
94
- align?: "left" | "right" | "center" | undefined;
95
- }, {
96
- type: "paragraph";
97
- text: string;
98
- control?: string | undefined;
99
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
100
- align?: "left" | "right" | "center" | undefined;
101
- }>;
102
- export declare const dividerLayoutSchema: z.ZodObject<{
103
- type: z.ZodLiteral<"divider">;
78
+ export declare const formLayoutSchema: z.ZodObject<{
79
+ type: z.ZodLiteral<"form">;
80
+ schema: z.ZodOptional<z.ZodObject<{
81
+ $ref: z.ZodString;
82
+ }, "strip", z.ZodTypeAny, {
83
+ $ref: string;
84
+ }, {
85
+ $ref: string;
86
+ }>>;
87
+ schemaId: z.ZodString;
104
88
  control: z.ZodOptional<z.ZodString>;
105
89
  margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
106
90
  }, "strip", z.ZodTypeAny, {
107
- type: "divider";
91
+ type: "form";
92
+ schemaId: string;
108
93
  control?: string | undefined;
109
94
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
95
+ schema?: {
96
+ $ref: string;
97
+ } | undefined;
110
98
  }, {
111
- type: "divider";
99
+ type: "form";
100
+ schemaId: string;
112
101
  control?: string | undefined;
113
102
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
114
- }>;
115
- export declare const listLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>;
116
- export declare const formLayoutSchemaReferenceSchema: z.ZodObject<{
117
- $ref: z.ZodString;
118
- }, "strip", z.ZodTypeAny, {
119
- $ref: string;
120
- }, {
121
- $ref: string;
103
+ schema?: {
104
+ $ref: string;
105
+ } | undefined;
122
106
  }>;
123
107
  export declare const imageLayoutSchema: z.ZodObject<{
124
108
  type: z.ZodLiteral<"image">;
@@ -132,64 +116,18 @@ export declare const imageLayoutSchema: z.ZodObject<{
132
116
  url: string;
133
117
  type: "image";
134
118
  control?: string | undefined;
119
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
135
120
  text?: string | undefined;
136
- accessibilityDescription?: string | undefined;
137
121
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
138
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
122
+ accessibilityDescription?: string | undefined;
139
123
  }, {
140
124
  url: string;
141
125
  type: "image";
142
126
  control?: string | undefined;
127
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
143
128
  text?: string | undefined;
144
- accessibilityDescription?: string | undefined;
145
129
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
146
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
147
- }>;
148
- export declare const statusListLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>;
149
- export declare const instructionsLayoutItemSchema: z.ZodObject<{
150
- text: z.ZodString;
151
- context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
152
- }, "strip", z.ZodTypeAny, {
153
- text: string;
154
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
155
- }, {
156
- text: string;
157
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
158
- }>;
159
- export declare const modalLayoutTriggerSchema: z.ZodObject<{
160
- title: z.ZodString;
161
- }, "strip", z.ZodTypeAny, {
162
- title: string;
163
- }, {
164
- title: string;
165
- }>;
166
- export declare const searchLayoutSchema: z.ZodObject<{
167
- type: z.ZodLiteral<"search">;
168
- title: z.ZodString;
169
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
170
- url: z.ZodString;
171
- param: z.ZodString;
172
- emptyMessage: z.ZodOptional<z.ZodString>;
173
- control: z.ZodOptional<z.ZodString>;
174
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
175
- }, "strip", z.ZodTypeAny, {
176
- url: string;
177
- type: "search";
178
- title: string;
179
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
180
- param: string;
181
- control?: string | undefined;
182
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
183
- emptyMessage?: string | undefined;
184
- }, {
185
- url: string;
186
- type: "search";
187
- title: string;
188
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
189
- param: string;
190
- control?: string | undefined;
191
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
192
- emptyMessage?: string | undefined;
130
+ accessibilityDescription?: string | undefined;
193
131
  }>;
194
132
  export declare const infoLayoutSchema: z.ZodObject<{
195
133
  type: z.ZodLiteral<"info">;
@@ -210,77 +148,51 @@ export declare const infoLayoutSchema: z.ZodObject<{
210
148
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
211
149
  align?: "left" | "right" | "center" | undefined;
212
150
  }>;
213
- export declare const formLayoutSchema: z.ZodObject<{
214
- type: z.ZodLiteral<"form">;
215
- schema: z.ZodOptional<z.ZodObject<{
216
- $ref: z.ZodString;
217
- }, "strip", z.ZodTypeAny, {
218
- $ref: string;
219
- }, {
220
- $ref: string;
221
- }>>;
222
- schemaId: z.ZodString;
151
+ export declare const loadingIndicatorLayoutSchema: z.ZodObject<{
152
+ type: z.ZodLiteral<"loading-indicator">;
153
+ size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
223
154
  control: z.ZodOptional<z.ZodString>;
224
155
  margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
225
156
  }, "strip", z.ZodTypeAny, {
226
- type: "form";
227
- schemaId: string;
157
+ type: "loading-indicator";
228
158
  control?: string | undefined;
229
159
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
230
- schema?: {
231
- $ref: string;
232
- } | undefined;
160
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
233
161
  }, {
234
- type: "form";
235
- schemaId: string;
162
+ type: "loading-indicator";
236
163
  control?: string | undefined;
237
164
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
238
- schema?: {
239
- $ref: string;
240
- } | undefined;
165
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
241
166
  }>;
242
- export declare const headingLayoutSchema: z.ZodObject<{
243
- type: z.ZodLiteral<"heading">;
167
+ export declare const paragraphLayoutSchema: z.ZodObject<{
168
+ type: z.ZodLiteral<"paragraph">;
244
169
  text: z.ZodString;
245
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
246
170
  align: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>>;
247
171
  control: z.ZodOptional<z.ZodString>;
248
172
  margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
249
173
  }, "strip", z.ZodTypeAny, {
250
- type: "heading";
174
+ type: "paragraph";
251
175
  text: string;
252
176
  control?: string | undefined;
253
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
254
177
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
255
178
  align?: "left" | "right" | "center" | undefined;
256
179
  }, {
257
- type: "heading";
180
+ type: "paragraph";
258
181
  text: string;
259
182
  control?: string | undefined;
260
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
261
183
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
262
184
  align?: "left" | "right" | "center" | undefined;
263
185
  }>;
264
- export declare const markdownLayoutSchema: z.ZodObject<{
265
- type: z.ZodLiteral<"markdown">;
266
- content: z.ZodString;
267
- align: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>>;
268
- control: z.ZodOptional<z.ZodString>;
269
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
186
+ export declare const instructionsLayoutItemSchema: z.ZodObject<{
187
+ text: z.ZodString;
188
+ context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
270
189
  }, "strip", z.ZodTypeAny, {
271
- type: "markdown";
272
- content: string;
273
- control?: string | undefined;
274
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
275
- align?: "left" | "right" | "center" | undefined;
190
+ text: string;
191
+ context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
276
192
  }, {
277
- type: "markdown";
278
- content: string;
279
- control?: string | undefined;
280
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
281
- align?: "left" | "right" | "center" | undefined;
193
+ text: string;
194
+ context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
282
195
  }>;
283
- export declare const columnsLayoutBiasSchema: z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"left">, z.ZodLiteral<"right">]>;
284
196
  export declare const helpSchema: z.ZodObject<{
285
197
  markdown: z.ZodString;
286
198
  }, "strip", z.ZodTypeAny, {
@@ -288,23 +200,52 @@ export declare const helpSchema: z.ZodObject<{
288
200
  }, {
289
201
  markdown: string;
290
202
  }>;
291
- export declare const searchSearchRequestSchema: z.ZodObject<{
203
+ export declare const imageSchema: z.ZodObject<{
204
+ text: z.ZodOptional<z.ZodString>;
292
205
  url: z.ZodString;
293
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
294
- param: z.ZodString;
295
- query: z.ZodString;
206
+ accessibilityDescription: z.ZodOptional<z.ZodString>;
296
207
  }, "strip", z.ZodTypeAny, {
297
208
  url: string;
298
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
299
- param: string;
300
- query: string;
209
+ text?: string | undefined;
210
+ accessibilityDescription?: string | undefined;
301
211
  }, {
302
212
  url: string;
213
+ text?: string | undefined;
214
+ accessibilityDescription?: string | undefined;
215
+ }>;
216
+ export declare const summaryProviderSchema: z.ZodObject<{
217
+ providesTitle: z.ZodOptional<z.ZodBoolean>;
218
+ providesDescription: z.ZodOptional<z.ZodBoolean>;
219
+ providesIcon: z.ZodOptional<z.ZodBoolean>;
220
+ providesImage: z.ZodOptional<z.ZodBoolean>;
221
+ }, "strip", z.ZodTypeAny, {
222
+ providesTitle?: boolean | undefined;
223
+ providesDescription?: boolean | undefined;
224
+ providesIcon?: boolean | undefined;
225
+ providesImage?: boolean | undefined;
226
+ }, {
227
+ providesTitle?: boolean | undefined;
228
+ providesDescription?: boolean | undefined;
229
+ providesIcon?: boolean | undefined;
230
+ providesImage?: boolean | undefined;
231
+ }>;
232
+ export declare const validateAsyncSchema: z.ZodObject<{
233
+ param: z.ZodString;
234
+ method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
235
+ url: z.ZodString;
236
+ }, "strip", z.ZodTypeAny, {
237
+ url: string;
238
+ param: string;
303
239
  method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
240
+ }, {
241
+ url: string;
304
242
  param: string;
305
- query: string;
243
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
306
244
  }>;
245
+ export declare const autocompleteTokenSchema: z.ZodUnion<[z.ZodLiteral<"on">, z.ZodLiteral<"name">, z.ZodLiteral<"name-prefix">, z.ZodLiteral<"given-name">, z.ZodLiteral<"additional-name">, z.ZodLiteral<"family-name">, z.ZodLiteral<"name-suffix">, z.ZodLiteral<"nickname">, z.ZodLiteral<"email">, z.ZodLiteral<"username">, z.ZodLiteral<"new-username">, z.ZodLiteral<"new-password">, z.ZodLiteral<"password">, z.ZodLiteral<"one-time-code">, z.ZodLiteral<"job-title">, z.ZodLiteral<"organization-name">, z.ZodLiteral<"full-street-address">, z.ZodLiteral<"street-address-line-1">, z.ZodLiteral<"street-address-line-2">, z.ZodLiteral<"street-address-line-3">, z.ZodLiteral<"address-level-1">, z.ZodLiteral<"address-level-2">, z.ZodLiteral<"address-level-3">, z.ZodLiteral<"address-level-4">, z.ZodLiteral<"country-code">, z.ZodLiteral<"country-name">, z.ZodLiteral<"postal-code">, z.ZodLiteral<"credit-card-name">, z.ZodLiteral<"credit-card-given-name">, z.ZodLiteral<"credit-card-middle-name">, z.ZodLiteral<"credit-card-family-name">, z.ZodLiteral<"credit-card-number">, z.ZodLiteral<"credit-card-expiration">, z.ZodLiteral<"credit-card-expiration-month">, z.ZodLiteral<"credit-card-expiration-year">, z.ZodLiteral<"credit-card-security-code">, z.ZodLiteral<"credit-card-type">, z.ZodLiteral<"transaction-currency">, z.ZodLiteral<"transaction-amount">, z.ZodLiteral<"language">, z.ZodLiteral<"birthdate">, z.ZodLiteral<"birthdate-day">, z.ZodLiteral<"birthdate-month">, z.ZodLiteral<"birthdate-year">, z.ZodLiteral<"gender">, z.ZodLiteral<"phone-number">, z.ZodLiteral<"phone-country-code">, z.ZodLiteral<"phone-national">, z.ZodLiteral<"phone-area-code">, z.ZodLiteral<"phone-local">, z.ZodLiteral<"phone-local-prefix">, z.ZodLiteral<"phone-local-suffix">, z.ZodLiteral<"phone-extension">, z.ZodLiteral<"url">, z.ZodLiteral<"photo">, z.ZodLiteral<"impp">, z.ZodLiteral<"shipping">, z.ZodLiteral<"billing">, z.ZodLiteral<"home">, z.ZodLiteral<"work">, z.ZodLiteral<"mobile">, z.ZodLiteral<"fax">, z.ZodLiteral<"pager">]>;
246
+ export declare const stringSchemaFormatSchema: z.ZodUnion<[z.ZodLiteral<"date">, z.ZodLiteral<"email">, z.ZodLiteral<"numeric">, z.ZodLiteral<"password">, z.ZodLiteral<"phone-number">, z.ZodLiteral<"base64url">]>;
307
247
  export declare const jsonElementSchema: z.ZodSchema<JsonElement>;
248
+ export declare const uploadSourceSchema: z.ZodUnion<[z.ZodLiteral<"camera">, z.ZodLiteral<"file">]>;
308
249
  export declare const externalSchema: z.ZodObject<{
309
250
  url: z.ZodString;
310
251
  }, "strip", z.ZodTypeAny, {
@@ -322,230 +263,57 @@ export declare const stepErrorSchema: z.ZodObject<{
322
263
  validation?: JsonElement | undefined;
323
264
  error?: string | undefined;
324
265
  }>;
325
- export declare const stringSchemaFormatSchema: z.ZodUnion<[z.ZodLiteral<"date">, z.ZodLiteral<"email">, z.ZodLiteral<"numeric">, z.ZodLiteral<"password">, z.ZodLiteral<"phone-number">, z.ZodLiteral<"base64url">]>;
326
- export declare const summarySummariserSchema: z.ZodObject<{
327
- defaultTitle: z.ZodOptional<z.ZodString>;
328
- defaultDescription: z.ZodOptional<z.ZodString>;
329
- defaultIcon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
330
- name: z.ZodString;
331
- }, "strip", z.ZodTypeAny, {
332
- name: string;
333
- }, {
334
- name: string;
335
- }>, z.ZodObject<{
336
- text: z.ZodString;
337
- }, "strip", z.ZodTypeAny, {
338
- text: string;
339
- }, {
340
- text: string;
341
- }>]>>;
342
- defaultImage: z.ZodOptional<z.ZodObject<{
343
- type: z.ZodLiteral<"image">;
344
- text: z.ZodOptional<z.ZodString>;
345
- url: z.ZodString;
346
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
347
- accessibilityDescription: z.ZodOptional<z.ZodString>;
348
- control: z.ZodOptional<z.ZodString>;
349
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
350
- }, "strip", z.ZodTypeAny, {
351
- url: string;
352
- type: "image";
353
- control?: string | undefined;
354
- text?: string | undefined;
355
- accessibilityDescription?: string | undefined;
356
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
357
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
358
- }, {
359
- url: string;
360
- type: "image";
361
- control?: string | undefined;
362
- text?: string | undefined;
363
- accessibilityDescription?: string | undefined;
364
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
365
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
366
- }>>;
367
- providesTitle: z.ZodOptional<z.ZodBoolean>;
368
- providesDescription: z.ZodOptional<z.ZodBoolean>;
369
- providesIcon: z.ZodOptional<z.ZodBoolean>;
370
- providesImage: z.ZodOptional<z.ZodBoolean>;
266
+ export declare const errorResponseBodySchema: z.ZodObject<{
267
+ refreshFormUrl: z.ZodOptional<z.ZodString>;
268
+ analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
269
+ error: z.ZodOptional<z.ZodString>;
270
+ validation: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
271
+ refreshUrl: z.ZodOptional<z.ZodString>;
371
272
  }, "strip", z.ZodTypeAny, {
372
- defaultTitle?: string | undefined;
373
- defaultDescription?: string | undefined;
374
- defaultIcon?: {
375
- name: string;
376
- } | {
377
- text: string;
378
- } | undefined;
379
- defaultImage?: {
380
- url: string;
381
- type: "image";
382
- control?: string | undefined;
383
- text?: string | undefined;
384
- accessibilityDescription?: string | undefined;
385
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
386
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
387
- } | undefined;
388
- providesTitle?: boolean | undefined;
389
- providesDescription?: boolean | undefined;
390
- providesIcon?: boolean | undefined;
391
- providesImage?: boolean | undefined;
273
+ refreshUrl?: string | undefined;
274
+ refreshFormUrl?: string | undefined;
275
+ analytics?: Record<string, string> | undefined;
276
+ validation?: JsonElement | undefined;
277
+ error?: string | undefined;
392
278
  }, {
393
- defaultTitle?: string | undefined;
394
- defaultDescription?: string | undefined;
395
- defaultIcon?: {
396
- name: string;
397
- } | {
398
- text: string;
399
- } | undefined;
400
- defaultImage?: {
401
- url: string;
402
- type: "image";
403
- control?: string | undefined;
404
- text?: string | undefined;
405
- accessibilityDescription?: string | undefined;
406
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
407
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
408
- } | undefined;
409
- providesTitle?: boolean | undefined;
410
- providesDescription?: boolean | undefined;
411
- providesIcon?: boolean | undefined;
412
- providesImage?: boolean | undefined;
279
+ refreshUrl?: string | undefined;
280
+ refreshFormUrl?: string | undefined;
281
+ analytics?: Record<string, string> | undefined;
282
+ validation?: JsonElement | undefined;
283
+ error?: string | undefined;
413
284
  }>;
414
- export declare const validateAsyncSchema: z.ZodObject<{
415
- param: z.ZodString;
416
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
285
+ export declare const searchSearchRequestSchema: z.ZodObject<{
417
286
  url: z.ZodString;
287
+ method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
288
+ param: z.ZodString;
289
+ query: z.ZodString;
418
290
  }, "strip", z.ZodTypeAny, {
419
291
  url: string;
420
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
421
292
  param: string;
293
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
294
+ query: string;
422
295
  }, {
423
296
  url: string;
424
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
425
297
  param: string;
298
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
299
+ query: string;
426
300
  }>;
427
- export declare const summaryProviderSchema: z.ZodObject<{
428
- providesTitle: z.ZodOptional<z.ZodBoolean>;
429
- providesDescription: z.ZodOptional<z.ZodBoolean>;
430
- providesIcon: z.ZodOptional<z.ZodBoolean>;
431
- providesImage: z.ZodOptional<z.ZodBoolean>;
432
- }, "strip", z.ZodTypeAny, {
433
- providesTitle?: boolean | undefined;
434
- providesDescription?: boolean | undefined;
435
- providesIcon?: boolean | undefined;
436
- providesImage?: boolean | undefined;
437
- }, {
438
- providesTitle?: boolean | undefined;
439
- providesDescription?: boolean | undefined;
440
- providesIcon?: boolean | undefined;
441
- providesImage?: boolean | undefined;
442
- }>;
443
- export declare const uploadSourceSchema: z.ZodUnion<[z.ZodLiteral<"camera">, z.ZodLiteral<"file">]>;
444
301
  export declare const navigationStackBehaviorSchema: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"remove-previous">, z.ZodLiteral<"remove-all">, z.ZodLiteral<"replace-current">]>;
445
302
  export declare const actionTypeSchema: z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>;
446
- export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
447
- providesTitle: z.ZodOptional<z.ZodBoolean>;
448
- providesDescription: z.ZodOptional<z.ZodBoolean>;
449
- providesIcon: z.ZodOptional<z.ZodBoolean>;
450
- providesImage: z.ZodOptional<z.ZodBoolean>;
303
+ export declare const iconNamedSchema: z.ZodObject<{
304
+ name: z.ZodString;
451
305
  }, "strip", z.ZodTypeAny, {
452
- providesTitle?: boolean | undefined;
453
- providesDescription?: boolean | undefined;
454
- providesIcon?: boolean | undefined;
455
- providesImage?: boolean | undefined;
306
+ name: string;
456
307
  }, {
457
- providesTitle?: boolean | undefined;
458
- providesDescription?: boolean | undefined;
459
- providesIcon?: boolean | undefined;
460
- providesImage?: boolean | undefined;
461
- }>, z.ZodObject<{
462
- defaultTitle: z.ZodOptional<z.ZodString>;
463
- defaultDescription: z.ZodOptional<z.ZodString>;
464
- defaultIcon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
465
- name: z.ZodString;
466
- }, "strip", z.ZodTypeAny, {
467
- name: string;
468
- }, {
469
- name: string;
470
- }>, z.ZodObject<{
471
- text: z.ZodString;
472
- }, "strip", z.ZodTypeAny, {
473
- text: string;
474
- }, {
475
- text: string;
476
- }>]>>;
477
- defaultImage: z.ZodOptional<z.ZodObject<{
478
- type: z.ZodLiteral<"image">;
479
- text: z.ZodOptional<z.ZodString>;
480
- url: z.ZodString;
481
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
482
- accessibilityDescription: z.ZodOptional<z.ZodString>;
483
- control: z.ZodOptional<z.ZodString>;
484
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
485
- }, "strip", z.ZodTypeAny, {
486
- url: string;
487
- type: "image";
488
- control?: string | undefined;
489
- text?: string | undefined;
490
- accessibilityDescription?: string | undefined;
491
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
492
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
493
- }, {
494
- url: string;
495
- type: "image";
496
- control?: string | undefined;
497
- text?: string | undefined;
498
- accessibilityDescription?: string | undefined;
499
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
500
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
501
- }>>;
502
- providesTitle: z.ZodOptional<z.ZodBoolean>;
503
- providesDescription: z.ZodOptional<z.ZodBoolean>;
504
- providesIcon: z.ZodOptional<z.ZodBoolean>;
505
- providesImage: z.ZodOptional<z.ZodBoolean>;
308
+ name: string;
309
+ }>;
310
+ export declare const iconTextSchema: z.ZodObject<{
311
+ text: z.ZodString;
506
312
  }, "strip", z.ZodTypeAny, {
507
- defaultTitle?: string | undefined;
508
- defaultDescription?: string | undefined;
509
- defaultIcon?: {
510
- name: string;
511
- } | {
512
- text: string;
513
- } | undefined;
514
- defaultImage?: {
515
- url: string;
516
- type: "image";
517
- control?: string | undefined;
518
- text?: string | undefined;
519
- accessibilityDescription?: string | undefined;
520
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
521
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
522
- } | undefined;
523
- providesTitle?: boolean | undefined;
524
- providesDescription?: boolean | undefined;
525
- providesIcon?: boolean | undefined;
526
- providesImage?: boolean | undefined;
313
+ text: string;
527
314
  }, {
528
- defaultTitle?: string | undefined;
529
- defaultDescription?: string | undefined;
530
- defaultIcon?: {
531
- name: string;
532
- } | {
533
- text: string;
534
- } | undefined;
535
- defaultImage?: {
536
- url: string;
537
- type: "image";
538
- control?: string | undefined;
539
- text?: string | undefined;
540
- accessibilityDescription?: string | undefined;
541
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
542
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
543
- } | undefined;
544
- providesTitle?: boolean | undefined;
545
- providesDescription?: boolean | undefined;
546
- providesIcon?: boolean | undefined;
547
- providesImage?: boolean | undefined;
548
- }>]>;
315
+ text: string;
316
+ }>;
549
317
  export declare const actionSchema: z.ZodObject<{
550
318
  title: z.ZodOptional<z.ZodString>;
551
319
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
@@ -589,43 +357,55 @@ export declare const actionSchema: z.ZodObject<{
589
357
  timeout?: number | undefined;
590
358
  skipValidation?: boolean | undefined;
591
359
  }>;
592
- export declare const listLayoutItemSchema: z.ZodObject<{
360
+ export declare const markdownLayoutSchema: z.ZodObject<{
361
+ type: z.ZodLiteral<"markdown">;
362
+ content: z.ZodString;
363
+ align: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>>;
364
+ control: z.ZodOptional<z.ZodString>;
365
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
366
+ }, "strip", z.ZodTypeAny, {
367
+ type: "markdown";
368
+ content: string;
369
+ control?: string | undefined;
370
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
371
+ align?: "left" | "right" | "center" | undefined;
372
+ }, {
373
+ type: "markdown";
374
+ content: string;
375
+ control?: string | undefined;
376
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
377
+ align?: "left" | "right" | "center" | undefined;
378
+ }>;
379
+ export declare const searchLayoutSchema: z.ZodObject<{
380
+ type: z.ZodLiteral<"search">;
593
381
  title: z.ZodString;
594
- description: z.ZodOptional<z.ZodString>;
595
- icon: z.ZodUnion<[z.ZodObject<{
596
- name: z.ZodString;
597
- }, "strip", z.ZodTypeAny, {
598
- name: string;
599
- }, {
600
- name: string;
601
- }>, z.ZodObject<{
602
- text: z.ZodString;
603
- }, "strip", z.ZodTypeAny, {
604
- text: string;
605
- }, {
606
- text: string;
607
- }>]>;
608
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>>;
382
+ method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
383
+ url: z.ZodString;
384
+ param: z.ZodString;
385
+ emptyMessage: z.ZodOptional<z.ZodString>;
386
+ control: z.ZodOptional<z.ZodString>;
387
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
609
388
  }, "strip", z.ZodTypeAny, {
610
- icon: {
611
- name: string;
612
- } | {
613
- text: string;
614
- };
389
+ url: string;
390
+ type: "search";
615
391
  title: string;
616
- description?: string | undefined;
617
- status?: "neutral" | "warning" | "positive" | undefined;
392
+ param: string;
393
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
394
+ control?: string | undefined;
395
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
396
+ emptyMessage?: string | undefined;
618
397
  }, {
619
- icon: {
620
- name: string;
621
- } | {
622
- text: string;
623
- };
398
+ url: string;
399
+ type: "search";
624
400
  title: string;
625
- description?: string | undefined;
626
- status?: "neutral" | "warning" | "positive" | undefined;
401
+ param: string;
402
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
403
+ control?: string | undefined;
404
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
405
+ emptyMessage?: string | undefined;
627
406
  }>;
628
- export declare const decisionLayoutOptionSchema: z.ZodObject<{
407
+ export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
408
+ title: z.ZodString;
629
409
  action: z.ZodObject<{
630
410
  title: z.ZodOptional<z.ZodString>;
631
411
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
@@ -669,47 +449,6 @@ export declare const decisionLayoutOptionSchema: z.ZodObject<{
669
449
  timeout?: number | undefined;
670
450
  skipValidation?: boolean | undefined;
671
451
  }>;
672
- title: z.ZodString;
673
- description: z.ZodOptional<z.ZodString>;
674
- disabled: z.ZodOptional<z.ZodBoolean>;
675
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
676
- name: z.ZodString;
677
- }, "strip", z.ZodTypeAny, {
678
- name: string;
679
- }, {
680
- name: string;
681
- }>, z.ZodObject<{
682
- text: z.ZodString;
683
- }, "strip", z.ZodTypeAny, {
684
- text: string;
685
- }, {
686
- text: string;
687
- }>]>>;
688
- image: z.ZodOptional<z.ZodObject<{
689
- type: z.ZodLiteral<"image">;
690
- text: z.ZodOptional<z.ZodString>;
691
- url: z.ZodString;
692
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
693
- accessibilityDescription: z.ZodOptional<z.ZodString>;
694
- control: z.ZodOptional<z.ZodString>;
695
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
696
- }, "strip", z.ZodTypeAny, {
697
- url: string;
698
- type: "image";
699
- control?: string | undefined;
700
- text?: string | undefined;
701
- accessibilityDescription?: string | undefined;
702
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
703
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
704
- }, {
705
- url: string;
706
- type: "image";
707
- control?: string | undefined;
708
- text?: string | undefined;
709
- accessibilityDescription?: string | undefined;
710
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
711
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
712
- }>>;
713
452
  }, "strip", z.ZodTypeAny, {
714
453
  action: {
715
454
  url?: string | undefined;
@@ -727,22 +466,6 @@ export declare const decisionLayoutOptionSchema: z.ZodObject<{
727
466
  skipValidation?: boolean | undefined;
728
467
  };
729
468
  title: string;
730
- image?: {
731
- url: string;
732
- type: "image";
733
- control?: string | undefined;
734
- text?: string | undefined;
735
- accessibilityDescription?: string | undefined;
736
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
737
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
738
- } | undefined;
739
- description?: string | undefined;
740
- disabled?: boolean | undefined;
741
- icon?: {
742
- name: string;
743
- } | {
744
- text: string;
745
- } | undefined;
746
469
  }, {
747
470
  action: {
748
471
  url?: string | undefined;
@@ -760,21 +483,75 @@ export declare const decisionLayoutOptionSchema: z.ZodObject<{
760
483
  skipValidation?: boolean | undefined;
761
484
  };
762
485
  title: string;
763
- image?: {
764
- url: string;
765
- type: "image";
766
- control?: string | undefined;
767
- text?: string | undefined;
768
- accessibilityDescription?: string | undefined;
769
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
770
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
771
- } | undefined;
772
- description?: string | undefined;
773
- disabled?: boolean | undefined;
774
- icon?: {
775
- name: string;
776
- } | {
486
+ }>;
487
+ export declare const instructionsLayoutSchema: z.ZodObject<{
488
+ type: z.ZodLiteral<"instructions">;
489
+ title: z.ZodOptional<z.ZodString>;
490
+ items: z.ZodArray<z.ZodObject<{
491
+ text: z.ZodString;
492
+ context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
493
+ }, "strip", z.ZodTypeAny, {
494
+ text: string;
495
+ context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
496
+ }, {
497
+ text: string;
498
+ context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
499
+ }>, "many">;
500
+ control: z.ZodOptional<z.ZodString>;
501
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
502
+ }, "strip", z.ZodTypeAny, {
503
+ type: "instructions";
504
+ items: {
505
+ text: string;
506
+ context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
507
+ }[];
508
+ title?: string | undefined;
509
+ control?: string | undefined;
510
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
511
+ }, {
512
+ type: "instructions";
513
+ items: {
777
514
  text: string;
515
+ context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
516
+ }[];
517
+ title?: string | undefined;
518
+ control?: string | undefined;
519
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
520
+ }>;
521
+ export declare const iconSchema: z.ZodUnion<[z.ZodObject<{
522
+ name: z.ZodString;
523
+ }, "strip", z.ZodTypeAny, {
524
+ name: string;
525
+ }, {
526
+ name: string;
527
+ }>, z.ZodObject<{
528
+ text: z.ZodString;
529
+ }, "strip", z.ZodTypeAny, {
530
+ text: string;
531
+ }, {
532
+ text: string;
533
+ }>]>;
534
+ export declare const reviewLayoutFieldSchema: z.ZodObject<{
535
+ label: z.ZodString;
536
+ value: z.ZodString;
537
+ help: z.ZodOptional<z.ZodObject<{
538
+ markdown: z.ZodString;
539
+ }, "strip", z.ZodTypeAny, {
540
+ markdown: string;
541
+ }, {
542
+ markdown: string;
543
+ }>>;
544
+ }, "strip", z.ZodTypeAny, {
545
+ value: string;
546
+ label: string;
547
+ help?: {
548
+ markdown: string;
549
+ } | undefined;
550
+ }, {
551
+ value: string;
552
+ label: string;
553
+ help?: {
554
+ markdown: string;
778
555
  } | undefined;
779
556
  }>;
780
557
  export declare const statusListLayoutItemSchema: z.ZodObject<{
@@ -813,175 +590,21 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
813
590
  description?: string | undefined;
814
591
  status?: "done" | "not-done" | "pending" | undefined;
815
592
  }>;
816
- export declare const instructionsLayoutSchema: z.ZodObject<{
817
- type: z.ZodLiteral<"instructions">;
593
+ export declare const blobSchemaSchema: z.ZodObject<{
594
+ type: z.ZodLiteral<"blob">;
595
+ promoted: z.ZodOptional<z.ZodBoolean>;
596
+ $id: z.ZodOptional<z.ZodString>;
818
597
  title: z.ZodOptional<z.ZodString>;
819
- items: z.ZodArray<z.ZodObject<{
820
- text: z.ZodString;
821
- context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
822
- }, "strip", z.ZodTypeAny, {
823
- text: string;
824
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
825
- }, {
826
- text: string;
827
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
828
- }>, "many">;
829
- control: z.ZodOptional<z.ZodString>;
830
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
831
- }, "strip", z.ZodTypeAny, {
832
- type: "instructions";
833
- items: {
834
- text: string;
835
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
836
- }[];
837
- title?: string | undefined;
838
- control?: string | undefined;
839
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
840
- }, {
841
- type: "instructions";
842
- items: {
843
- text: string;
844
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
845
- }[];
846
- title?: string | undefined;
847
- control?: string | undefined;
848
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
849
- }>;
850
- export declare const buttonLayoutSchema: z.ZodObject<{
851
- type: z.ZodLiteral<"button">;
852
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
853
- title: z.ZodOptional<z.ZodString>;
854
- action: z.ZodObject<{
855
- title: z.ZodOptional<z.ZodString>;
856
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
857
- disabled: z.ZodOptional<z.ZodBoolean>;
858
- $id: z.ZodOptional<z.ZodString>;
859
- $ref: z.ZodOptional<z.ZodString>;
860
- id: z.ZodOptional<z.ZodString>;
861
- url: z.ZodOptional<z.ZodString>;
862
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
863
- exit: z.ZodOptional<z.ZodBoolean>;
864
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
865
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
866
- timeout: z.ZodOptional<z.ZodNumber>;
867
- skipValidation: z.ZodOptional<z.ZodBoolean>;
868
- }, "strip", z.ZodTypeAny, {
869
- url?: string | undefined;
870
- $id?: string | undefined;
871
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
872
- disabled?: boolean | undefined;
873
- title?: string | undefined;
874
- id?: string | undefined;
875
- $ref?: string | undefined;
876
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
877
- exit?: boolean | undefined;
878
- result?: JsonElement | undefined;
879
- data?: JsonElement | undefined;
880
- timeout?: number | undefined;
881
- skipValidation?: boolean | undefined;
882
- }, {
883
- url?: string | undefined;
884
- $id?: string | undefined;
885
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
886
- disabled?: boolean | undefined;
887
- title?: string | undefined;
888
- id?: string | undefined;
889
- $ref?: string | undefined;
890
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
891
- exit?: boolean | undefined;
892
- result?: JsonElement | undefined;
893
- data?: JsonElement | undefined;
894
- timeout?: number | undefined;
895
- skipValidation?: boolean | undefined;
896
- }>;
897
- 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">]>>;
898
- disabled: z.ZodOptional<z.ZodBoolean>;
899
- pinOrder: z.ZodOptional<z.ZodNumber>;
900
- control: z.ZodOptional<z.ZodString>;
901
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
902
- }, "strip", z.ZodTypeAny, {
903
- action: {
904
- url?: string | undefined;
905
- $id?: string | undefined;
906
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
907
- disabled?: boolean | undefined;
908
- title?: string | undefined;
909
- id?: string | undefined;
910
- $ref?: string | undefined;
911
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
912
- exit?: boolean | undefined;
913
- result?: JsonElement | undefined;
914
- data?: JsonElement | undefined;
915
- timeout?: number | undefined;
916
- skipValidation?: boolean | undefined;
917
- };
918
- type: "button";
919
- disabled?: boolean | undefined;
920
- title?: string | undefined;
921
- control?: string | undefined;
922
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
923
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
924
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
925
- pinOrder?: number | undefined;
926
- }, {
927
- action: {
928
- url?: string | undefined;
929
- $id?: string | undefined;
930
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
931
- disabled?: boolean | undefined;
932
- title?: string | undefined;
933
- id?: string | undefined;
934
- $ref?: string | undefined;
935
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
936
- exit?: boolean | undefined;
937
- result?: JsonElement | undefined;
938
- data?: JsonElement | undefined;
939
- timeout?: number | undefined;
940
- skipValidation?: boolean | undefined;
941
- };
942
- type: "button";
943
- disabled?: boolean | undefined;
944
- title?: string | undefined;
945
- control?: string | undefined;
946
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
947
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
948
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
949
- pinOrder?: number | undefined;
950
- }>;
951
- export declare const reviewLayoutFieldSchema: z.ZodObject<{
952
- label: z.ZodString;
953
- value: z.ZodString;
954
- help: z.ZodOptional<z.ZodObject<{
955
- markdown: z.ZodString;
956
- }, "strip", z.ZodTypeAny, {
957
- markdown: string;
958
- }, {
959
- markdown: string;
960
- }>>;
961
- }, "strip", z.ZodTypeAny, {
962
- value: string;
963
- label: string;
964
- help?: {
965
- markdown: string;
966
- } | undefined;
967
- }, {
968
- value: string;
969
- label: string;
970
- help?: {
971
- markdown: string;
972
- } | undefined;
973
- }>;
974
- export declare const searchResultSearchSchema: z.ZodObject<{
975
- type: z.ZodLiteral<"search">;
976
- title: z.ZodString;
977
- description: z.ZodOptional<z.ZodString>;
978
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
979
- name: z.ZodString;
980
- }, "strip", z.ZodTypeAny, {
981
- name: string;
982
- }, {
983
- name: string;
984
- }>, z.ZodObject<{
598
+ description: z.ZodOptional<z.ZodString>;
599
+ control: z.ZodOptional<z.ZodString>;
600
+ hidden: z.ZodOptional<z.ZodBoolean>;
601
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
602
+ name: z.ZodString;
603
+ }, "strip", z.ZodTypeAny, {
604
+ name: string;
605
+ }, {
606
+ name: string;
607
+ }>, z.ZodObject<{
985
608
  text: z.ZodString;
986
609
  }, "strip", z.ZodTypeAny, {
987
610
  text: string;
@@ -989,98 +612,189 @@ export declare const searchResultSearchSchema: z.ZodObject<{
989
612
  text: string;
990
613
  }>]>>;
991
614
  image: z.ZodOptional<z.ZodObject<{
992
- type: z.ZodLiteral<"image">;
993
615
  text: z.ZodOptional<z.ZodString>;
994
616
  url: z.ZodString;
995
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
996
617
  accessibilityDescription: z.ZodOptional<z.ZodString>;
997
- control: z.ZodOptional<z.ZodString>;
998
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
999
618
  }, "strip", z.ZodTypeAny, {
1000
619
  url: string;
1001
- type: "image";
1002
- control?: string | undefined;
1003
620
  text?: string | undefined;
1004
621
  accessibilityDescription?: string | undefined;
1005
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1006
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1007
622
  }, {
1008
623
  url: string;
1009
- type: "image";
1010
- control?: string | undefined;
1011
624
  text?: string | undefined;
1012
625
  accessibilityDescription?: string | undefined;
1013
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1014
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1015
626
  }>>;
1016
- value: z.ZodObject<{
1017
- url: z.ZodString;
1018
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
627
+ keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
628
+ summary: z.ZodOptional<z.ZodObject<{
629
+ providesTitle: z.ZodOptional<z.ZodBoolean>;
630
+ providesDescription: z.ZodOptional<z.ZodBoolean>;
631
+ providesIcon: z.ZodOptional<z.ZodBoolean>;
632
+ providesImage: z.ZodOptional<z.ZodBoolean>;
633
+ }, "strip", z.ZodTypeAny, {
634
+ providesTitle?: boolean | undefined;
635
+ providesDescription?: boolean | undefined;
636
+ providesIcon?: boolean | undefined;
637
+ providesImage?: boolean | undefined;
638
+ }, {
639
+ providesTitle?: boolean | undefined;
640
+ providesDescription?: boolean | undefined;
641
+ providesIcon?: boolean | undefined;
642
+ providesImage?: boolean | undefined;
643
+ }>>;
644
+ analyticsId: z.ZodOptional<z.ZodString>;
645
+ validationAsync: z.ZodOptional<z.ZodObject<{
1019
646
  param: z.ZodString;
1020
- query: z.ZodString;
647
+ method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
648
+ url: z.ZodString;
1021
649
  }, "strip", z.ZodTypeAny, {
1022
650
  url: string;
1023
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1024
651
  param: string;
1025
- query: string;
652
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1026
653
  }, {
1027
654
  url: string;
1028
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1029
655
  param: string;
1030
- query: string;
1031
- }>;
1032
- }, "strip", z.ZodTypeAny, {
1033
- type: "search";
1034
- title: string;
1035
- value: {
1036
- url: string;
1037
656
  method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1038
- param: string;
1039
- query: string;
1040
- };
657
+ }>>;
658
+ validationMessages: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
659
+ alert: z.ZodOptional<z.ZodObject<{
660
+ type: z.ZodLiteral<"alert">;
661
+ markdown: z.ZodString;
662
+ 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">]>>;
663
+ control: z.ZodOptional<z.ZodString>;
664
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
665
+ }, "strip", z.ZodTypeAny, {
666
+ type: "alert";
667
+ markdown: string;
668
+ control?: string | undefined;
669
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
670
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
671
+ }, {
672
+ type: "alert";
673
+ markdown: string;
674
+ control?: string | undefined;
675
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
676
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
677
+ }>>;
678
+ cameraConfig: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
679
+ accepts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
680
+ maxSize: z.ZodOptional<z.ZodNumber>;
681
+ source: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"camera">, z.ZodLiteral<"file">]>>;
682
+ disabled: z.ZodOptional<z.ZodBoolean>;
683
+ }, "strip", z.ZodTypeAny, {
684
+ type: "blob";
1041
685
  image?: {
1042
686
  url: string;
1043
- type: "image";
1044
- control?: string | undefined;
1045
687
  text?: string | undefined;
1046
688
  accessibilityDescription?: string | undefined;
1047
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
689
+ } | undefined;
690
+ alert?: {
691
+ type: "alert";
692
+ markdown: string;
693
+ control?: string | undefined;
1048
694
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
695
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1049
696
  } | undefined;
697
+ $id?: string | undefined;
698
+ analyticsId?: string | undefined;
1050
699
  description?: string | undefined;
700
+ disabled?: boolean | undefined;
701
+ hidden?: boolean | undefined;
1051
702
  icon?: {
1052
703
  name: string;
1053
704
  } | {
1054
705
  text: string;
1055
706
  } | undefined;
1056
- }, {
1057
- type: "search";
1058
- title: string;
1059
- value: {
1060
- url: string;
1061
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1062
- param: string;
1063
- query: string;
1064
- };
707
+ promoted?: boolean | undefined;
708
+ summary?: {
709
+ providesTitle?: boolean | undefined;
710
+ providesDescription?: boolean | undefined;
711
+ providesIcon?: boolean | undefined;
712
+ providesImage?: boolean | undefined;
713
+ } | undefined;
714
+ title?: string | undefined;
715
+ validationAsync?: {
716
+ url: string;
717
+ param: string;
718
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
719
+ } | undefined;
720
+ validationMessages?: Record<string, string> | undefined;
721
+ keywords?: string[] | undefined;
722
+ source?: "camera" | "file" | undefined;
723
+ cameraConfig?: JsonElement | undefined;
724
+ control?: string | undefined;
725
+ maxSize?: number | undefined;
726
+ accepts?: string[] | undefined;
727
+ }, {
728
+ type: "blob";
1065
729
  image?: {
1066
730
  url: string;
1067
- type: "image";
1068
- control?: string | undefined;
1069
731
  text?: string | undefined;
1070
732
  accessibilityDescription?: string | undefined;
1071
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
733
+ } | undefined;
734
+ alert?: {
735
+ type: "alert";
736
+ markdown: string;
737
+ control?: string | undefined;
1072
738
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
739
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1073
740
  } | undefined;
741
+ $id?: string | undefined;
742
+ analyticsId?: string | undefined;
1074
743
  description?: string | undefined;
744
+ disabled?: boolean | undefined;
745
+ hidden?: boolean | undefined;
1075
746
  icon?: {
1076
747
  name: string;
1077
748
  } | {
1078
749
  text: string;
1079
750
  } | undefined;
751
+ promoted?: boolean | undefined;
752
+ summary?: {
753
+ providesTitle?: boolean | undefined;
754
+ providesDescription?: boolean | undefined;
755
+ providesIcon?: boolean | undefined;
756
+ providesImage?: boolean | undefined;
757
+ } | undefined;
758
+ title?: string | undefined;
759
+ validationAsync?: {
760
+ url: string;
761
+ param: string;
762
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
763
+ } | undefined;
764
+ validationMessages?: Record<string, string> | undefined;
765
+ keywords?: string[] | undefined;
766
+ source?: "camera" | "file" | undefined;
767
+ cameraConfig?: JsonElement | undefined;
768
+ control?: string | undefined;
769
+ maxSize?: number | undefined;
770
+ accepts?: string[] | undefined;
1080
771
  }>;
1081
- export declare const searchResultActionSchema: z.ZodObject<{
1082
- type: z.ZodLiteral<"action">;
1083
- title: z.ZodString;
772
+ export declare const constSchemaSchema: z.ZodObject<{
773
+ hidden: z.ZodOptional<z.ZodBoolean>;
774
+ alert: z.ZodOptional<z.ZodObject<{
775
+ type: z.ZodLiteral<"alert">;
776
+ markdown: z.ZodString;
777
+ context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
778
+ control: z.ZodOptional<z.ZodString>;
779
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
780
+ }, "strip", z.ZodTypeAny, {
781
+ type: "alert";
782
+ markdown: string;
783
+ control?: string | undefined;
784
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
785
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
786
+ }, {
787
+ type: "alert";
788
+ markdown: string;
789
+ control?: string | undefined;
790
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
791
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
792
+ }>>;
793
+ control: z.ZodOptional<z.ZodString>;
794
+ promoted: z.ZodOptional<z.ZodBoolean>;
795
+ $id: z.ZodOptional<z.ZodString>;
796
+ const: z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>;
797
+ title: z.ZodOptional<z.ZodString>;
1084
798
  description: z.ZodOptional<z.ZodString>;
1085
799
  icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1086
800
  name: z.ZodString;
@@ -1096,158 +810,213 @@ export declare const searchResultActionSchema: z.ZodObject<{
1096
810
  text: string;
1097
811
  }>]>>;
1098
812
  image: z.ZodOptional<z.ZodObject<{
1099
- type: z.ZodLiteral<"image">;
1100
813
  text: z.ZodOptional<z.ZodString>;
1101
814
  url: z.ZodString;
1102
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1103
815
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1104
- control: z.ZodOptional<z.ZodString>;
1105
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1106
816
  }, "strip", z.ZodTypeAny, {
1107
817
  url: string;
1108
- type: "image";
1109
- control?: string | undefined;
1110
818
  text?: string | undefined;
1111
819
  accessibilityDescription?: string | undefined;
1112
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1113
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1114
820
  }, {
1115
821
  url: string;
1116
- type: "image";
1117
- control?: string | undefined;
1118
822
  text?: string | undefined;
1119
823
  accessibilityDescription?: string | undefined;
1120
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1121
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1122
824
  }>>;
1123
- value: z.ZodObject<{
1124
- title: z.ZodOptional<z.ZodString>;
1125
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1126
- disabled: z.ZodOptional<z.ZodBoolean>;
1127
- $id: z.ZodOptional<z.ZodString>;
1128
- $ref: z.ZodOptional<z.ZodString>;
1129
- id: z.ZodOptional<z.ZodString>;
1130
- url: z.ZodOptional<z.ZodString>;
1131
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1132
- exit: z.ZodOptional<z.ZodBoolean>;
1133
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1134
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1135
- timeout: z.ZodOptional<z.ZodNumber>;
1136
- skipValidation: z.ZodOptional<z.ZodBoolean>;
825
+ keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
826
+ summary: z.ZodOptional<z.ZodObject<{
827
+ providesTitle: z.ZodOptional<z.ZodBoolean>;
828
+ providesDescription: z.ZodOptional<z.ZodBoolean>;
829
+ providesIcon: z.ZodOptional<z.ZodBoolean>;
830
+ providesImage: z.ZodOptional<z.ZodBoolean>;
1137
831
  }, "strip", z.ZodTypeAny, {
1138
- url?: string | undefined;
1139
- $id?: string | undefined;
1140
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1141
- disabled?: boolean | undefined;
1142
- title?: string | undefined;
1143
- id?: string | undefined;
1144
- $ref?: string | undefined;
1145
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1146
- exit?: boolean | undefined;
1147
- result?: JsonElement | undefined;
1148
- data?: JsonElement | undefined;
1149
- timeout?: number | undefined;
1150
- skipValidation?: boolean | undefined;
832
+ providesTitle?: boolean | undefined;
833
+ providesDescription?: boolean | undefined;
834
+ providesIcon?: boolean | undefined;
835
+ providesImage?: boolean | undefined;
1151
836
  }, {
1152
- url?: string | undefined;
1153
- $id?: string | undefined;
1154
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1155
- disabled?: boolean | undefined;
1156
- title?: string | undefined;
1157
- id?: string | undefined;
1158
- $ref?: string | undefined;
1159
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1160
- exit?: boolean | undefined;
1161
- result?: JsonElement | undefined;
1162
- data?: JsonElement | undefined;
1163
- timeout?: number | undefined;
1164
- skipValidation?: boolean | undefined;
1165
- }>;
837
+ providesTitle?: boolean | undefined;
838
+ providesDescription?: boolean | undefined;
839
+ providesIcon?: boolean | undefined;
840
+ providesImage?: boolean | undefined;
841
+ }>>;
842
+ analyticsId: z.ZodOptional<z.ZodString>;
843
+ disabled: z.ZodOptional<z.ZodBoolean>;
1166
844
  }, "strip", z.ZodTypeAny, {
1167
- type: "action";
1168
- title: string;
1169
- value: {
1170
- url?: string | undefined;
1171
- $id?: string | undefined;
1172
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1173
- disabled?: boolean | undefined;
1174
- title?: string | undefined;
1175
- id?: string | undefined;
1176
- $ref?: string | undefined;
1177
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1178
- exit?: boolean | undefined;
1179
- result?: JsonElement | undefined;
1180
- data?: JsonElement | undefined;
1181
- timeout?: number | undefined;
1182
- skipValidation?: boolean | undefined;
1183
- };
845
+ const: JsonElement;
1184
846
  image?: {
1185
847
  url: string;
1186
- type: "image";
1187
- control?: string | undefined;
1188
848
  text?: string | undefined;
1189
849
  accessibilityDescription?: string | undefined;
1190
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
850
+ } | undefined;
851
+ alert?: {
852
+ type: "alert";
853
+ markdown: string;
854
+ control?: string | undefined;
1191
855
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
856
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1192
857
  } | undefined;
858
+ $id?: string | undefined;
859
+ analyticsId?: string | undefined;
1193
860
  description?: string | undefined;
861
+ disabled?: boolean | undefined;
862
+ hidden?: boolean | undefined;
1194
863
  icon?: {
1195
864
  name: string;
1196
865
  } | {
1197
866
  text: string;
1198
867
  } | undefined;
868
+ promoted?: boolean | undefined;
869
+ summary?: {
870
+ providesTitle?: boolean | undefined;
871
+ providesDescription?: boolean | undefined;
872
+ providesIcon?: boolean | undefined;
873
+ providesImage?: boolean | undefined;
874
+ } | undefined;
875
+ title?: string | undefined;
876
+ keywords?: string[] | undefined;
877
+ control?: string | undefined;
1199
878
  }, {
1200
- type: "action";
1201
- title: string;
1202
- value: {
1203
- url?: string | undefined;
1204
- $id?: string | undefined;
1205
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1206
- disabled?: boolean | undefined;
1207
- title?: string | undefined;
1208
- id?: string | undefined;
1209
- $ref?: string | undefined;
1210
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1211
- exit?: boolean | undefined;
1212
- result?: JsonElement | undefined;
1213
- data?: JsonElement | undefined;
1214
- timeout?: number | undefined;
1215
- skipValidation?: boolean | undefined;
1216
- };
879
+ const: JsonElement;
1217
880
  image?: {
1218
881
  url: string;
1219
- type: "image";
1220
- control?: string | undefined;
1221
882
  text?: string | undefined;
1222
883
  accessibilityDescription?: string | undefined;
1223
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
884
+ } | undefined;
885
+ alert?: {
886
+ type: "alert";
887
+ markdown: string;
888
+ control?: string | undefined;
1224
889
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
890
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1225
891
  } | undefined;
892
+ $id?: string | undefined;
893
+ analyticsId?: string | undefined;
1226
894
  description?: string | undefined;
895
+ disabled?: boolean | undefined;
896
+ hidden?: boolean | undefined;
1227
897
  icon?: {
1228
898
  name: string;
1229
899
  } | {
1230
900
  text: string;
1231
901
  } | undefined;
902
+ promoted?: boolean | undefined;
903
+ summary?: {
904
+ providesTitle?: boolean | undefined;
905
+ providesDescription?: boolean | undefined;
906
+ providesIcon?: boolean | undefined;
907
+ providesImage?: boolean | undefined;
908
+ } | undefined;
909
+ title?: string | undefined;
910
+ keywords?: string[] | undefined;
911
+ control?: string | undefined;
1232
912
  }>;
1233
- export declare const actionResponseBodySchema: z.ZodObject<{
1234
- action: z.ZodObject<{
1235
- title: z.ZodOptional<z.ZodString>;
1236
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1237
- disabled: z.ZodOptional<z.ZodBoolean>;
1238
- $id: z.ZodOptional<z.ZodString>;
1239
- $ref: z.ZodOptional<z.ZodString>;
1240
- id: z.ZodOptional<z.ZodString>;
1241
- url: z.ZodOptional<z.ZodString>;
1242
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1243
- exit: z.ZodOptional<z.ZodBoolean>;
1244
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1245
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1246
- timeout: z.ZodOptional<z.ZodNumber>;
1247
- skipValidation: z.ZodOptional<z.ZodBoolean>;
1248
- }, "strip", z.ZodTypeAny, {
1249
- url?: string | undefined;
1250
- $id?: string | undefined;
913
+ export declare const summarySummariserSchema: z.ZodObject<{
914
+ defaultTitle: z.ZodOptional<z.ZodString>;
915
+ defaultDescription: z.ZodOptional<z.ZodString>;
916
+ defaultIcon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
917
+ name: z.ZodString;
918
+ }, "strip", z.ZodTypeAny, {
919
+ name: string;
920
+ }, {
921
+ name: string;
922
+ }>, z.ZodObject<{
923
+ text: z.ZodString;
924
+ }, "strip", z.ZodTypeAny, {
925
+ text: string;
926
+ }, {
927
+ text: string;
928
+ }>]>>;
929
+ defaultImage: z.ZodOptional<z.ZodObject<{
930
+ type: z.ZodLiteral<"image">;
931
+ text: z.ZodOptional<z.ZodString>;
932
+ url: z.ZodString;
933
+ size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
934
+ accessibilityDescription: z.ZodOptional<z.ZodString>;
935
+ control: z.ZodOptional<z.ZodString>;
936
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
937
+ }, "strip", z.ZodTypeAny, {
938
+ url: string;
939
+ type: "image";
940
+ control?: string | undefined;
941
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
942
+ text?: string | undefined;
943
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
944
+ accessibilityDescription?: string | undefined;
945
+ }, {
946
+ url: string;
947
+ type: "image";
948
+ control?: string | undefined;
949
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
950
+ text?: string | undefined;
951
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
952
+ accessibilityDescription?: string | undefined;
953
+ }>>;
954
+ providesTitle: z.ZodOptional<z.ZodBoolean>;
955
+ providesDescription: z.ZodOptional<z.ZodBoolean>;
956
+ providesIcon: z.ZodOptional<z.ZodBoolean>;
957
+ providesImage: z.ZodOptional<z.ZodBoolean>;
958
+ }, "strip", z.ZodTypeAny, {
959
+ providesTitle?: boolean | undefined;
960
+ providesDescription?: boolean | undefined;
961
+ providesIcon?: boolean | undefined;
962
+ providesImage?: boolean | undefined;
963
+ defaultTitle?: string | undefined;
964
+ defaultDescription?: string | undefined;
965
+ defaultIcon?: {
966
+ name: string;
967
+ } | {
968
+ text: string;
969
+ } | undefined;
970
+ defaultImage?: {
971
+ url: string;
972
+ type: "image";
973
+ control?: string | undefined;
974
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
975
+ text?: string | undefined;
976
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
977
+ accessibilityDescription?: string | undefined;
978
+ } | undefined;
979
+ }, {
980
+ providesTitle?: boolean | undefined;
981
+ providesDescription?: boolean | undefined;
982
+ providesIcon?: boolean | undefined;
983
+ providesImage?: boolean | undefined;
984
+ defaultTitle?: string | undefined;
985
+ defaultDescription?: string | undefined;
986
+ defaultIcon?: {
987
+ name: string;
988
+ } | {
989
+ text: string;
990
+ } | undefined;
991
+ defaultImage?: {
992
+ url: string;
993
+ type: "image";
994
+ control?: string | undefined;
995
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
996
+ text?: string | undefined;
997
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
998
+ accessibilityDescription?: string | undefined;
999
+ } | undefined;
1000
+ }>;
1001
+ export declare const linkHandlerSchema: z.ZodObject<{
1002
+ regexPattern: z.ZodString;
1003
+ action: z.ZodObject<{
1004
+ title: z.ZodOptional<z.ZodString>;
1005
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1006
+ disabled: z.ZodOptional<z.ZodBoolean>;
1007
+ $id: z.ZodOptional<z.ZodString>;
1008
+ $ref: z.ZodOptional<z.ZodString>;
1009
+ id: z.ZodOptional<z.ZodString>;
1010
+ url: z.ZodOptional<z.ZodString>;
1011
+ method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1012
+ exit: z.ZodOptional<z.ZodBoolean>;
1013
+ result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1014
+ data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1015
+ timeout: z.ZodOptional<z.ZodNumber>;
1016
+ skipValidation: z.ZodOptional<z.ZodBoolean>;
1017
+ }, "strip", z.ZodTypeAny, {
1018
+ url?: string | undefined;
1019
+ $id?: string | undefined;
1251
1020
  type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1252
1021
  disabled?: boolean | undefined;
1253
1022
  title?: string | undefined;
@@ -1290,6 +1059,7 @@ export declare const actionResponseBodySchema: z.ZodObject<{
1290
1059
  timeout?: number | undefined;
1291
1060
  skipValidation?: boolean | undefined;
1292
1061
  };
1062
+ regexPattern: string;
1293
1063
  }, {
1294
1064
  action: {
1295
1065
  url?: string | undefined;
@@ -1306,28 +1076,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
1306
1076
  timeout?: number | undefined;
1307
1077
  skipValidation?: boolean | undefined;
1308
1078
  };
1079
+ regexPattern: string;
1309
1080
  }>;
1310
- export declare const errorResponseBodySchema: z.ZodObject<{
1311
- refreshFormUrl: z.ZodOptional<z.ZodString>;
1312
- analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1313
- error: z.ZodOptional<z.ZodString>;
1314
- validation: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1315
- refreshUrl: z.ZodOptional<z.ZodString>;
1316
- }, "strip", z.ZodTypeAny, {
1317
- refreshUrl?: string | undefined;
1318
- refreshFormUrl?: string | undefined;
1319
- analytics?: Record<string, string> | undefined;
1320
- validation?: JsonElement | undefined;
1321
- error?: string | undefined;
1322
- }, {
1323
- refreshUrl?: string | undefined;
1324
- refreshFormUrl?: string | undefined;
1325
- analytics?: Record<string, string> | undefined;
1326
- validation?: JsonElement | undefined;
1327
- error?: string | undefined;
1328
- }>;
1329
- export declare const linkHandlerSchema: z.ZodObject<{
1330
- regexPattern: z.ZodString;
1081
+ export declare const actionResponseBodySchema: z.ZodObject<{
1331
1082
  action: z.ZodObject<{
1332
1083
  title: z.ZodOptional<z.ZodString>;
1333
1084
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
@@ -1387,7 +1138,6 @@ export declare const linkHandlerSchema: z.ZodObject<{
1387
1138
  timeout?: number | undefined;
1388
1139
  skipValidation?: boolean | undefined;
1389
1140
  };
1390
- regexPattern: string;
1391
1141
  }, {
1392
1142
  action: {
1393
1143
  url?: string | undefined;
@@ -1404,16 +1154,11 @@ export declare const linkHandlerSchema: z.ZodObject<{
1404
1154
  timeout?: number | undefined;
1405
1155
  skipValidation?: boolean | undefined;
1406
1156
  };
1407
- regexPattern: string;
1408
1157
  }>;
1409
- export declare const blobSchemaSchema: z.ZodObject<{
1410
- type: z.ZodLiteral<"blob">;
1411
- promoted: z.ZodOptional<z.ZodBoolean>;
1412
- $id: z.ZodOptional<z.ZodString>;
1413
- title: z.ZodOptional<z.ZodString>;
1158
+ export declare const searchResultSearchSchema: z.ZodObject<{
1159
+ type: z.ZodLiteral<"search">;
1160
+ title: z.ZodString;
1414
1161
  description: z.ZodOptional<z.ZodString>;
1415
- control: z.ZodOptional<z.ZodString>;
1416
- hidden: z.ZodOptional<z.ZodBoolean>;
1417
1162
  icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1418
1163
  name: z.ZodString;
1419
1164
  }, "strip", z.ZodTypeAny, {
@@ -1428,189 +1173,98 @@ export declare const blobSchemaSchema: z.ZodObject<{
1428
1173
  text: string;
1429
1174
  }>]>>;
1430
1175
  image: z.ZodOptional<z.ZodObject<{
1176
+ type: z.ZodLiteral<"image">;
1431
1177
  text: z.ZodOptional<z.ZodString>;
1432
1178
  url: z.ZodString;
1179
+ size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1433
1180
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1181
+ control: z.ZodOptional<z.ZodString>;
1182
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1434
1183
  }, "strip", z.ZodTypeAny, {
1435
1184
  url: string;
1185
+ type: "image";
1186
+ control?: string | undefined;
1187
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1436
1188
  text?: string | undefined;
1189
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1437
1190
  accessibilityDescription?: string | undefined;
1438
1191
  }, {
1439
1192
  url: string;
1193
+ type: "image";
1194
+ control?: string | undefined;
1195
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1440
1196
  text?: string | undefined;
1197
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1441
1198
  accessibilityDescription?: string | undefined;
1442
1199
  }>>;
1443
- keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1444
- summary: z.ZodOptional<z.ZodObject<{
1445
- providesTitle: z.ZodOptional<z.ZodBoolean>;
1446
- providesDescription: z.ZodOptional<z.ZodBoolean>;
1447
- providesIcon: z.ZodOptional<z.ZodBoolean>;
1448
- providesImage: z.ZodOptional<z.ZodBoolean>;
1449
- }, "strip", z.ZodTypeAny, {
1450
- providesTitle?: boolean | undefined;
1451
- providesDescription?: boolean | undefined;
1452
- providesIcon?: boolean | undefined;
1453
- providesImage?: boolean | undefined;
1454
- }, {
1455
- providesTitle?: boolean | undefined;
1456
- providesDescription?: boolean | undefined;
1457
- providesIcon?: boolean | undefined;
1458
- providesImage?: boolean | undefined;
1459
- }>>;
1460
- analyticsId: z.ZodOptional<z.ZodString>;
1461
- validationAsync: z.ZodOptional<z.ZodObject<{
1462
- param: z.ZodString;
1463
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
1200
+ value: z.ZodObject<{
1464
1201
  url: z.ZodString;
1202
+ method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
1203
+ param: z.ZodString;
1204
+ query: z.ZodString;
1465
1205
  }, "strip", z.ZodTypeAny, {
1466
1206
  url: string;
1467
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1468
1207
  param: string;
1208
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1209
+ query: string;
1469
1210
  }, {
1470
1211
  url: string;
1471
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1472
1212
  param: string;
1473
- }>>;
1474
- validationMessages: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1475
- alert: z.ZodOptional<z.ZodObject<{
1476
- type: z.ZodLiteral<"alert">;
1477
- markdown: z.ZodString;
1478
- 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">]>>;
1479
- control: z.ZodOptional<z.ZodString>;
1480
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1481
- }, "strip", z.ZodTypeAny, {
1482
- type: "alert";
1483
- markdown: string;
1484
- control?: string | undefined;
1485
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1486
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1487
- }, {
1488
- type: "alert";
1489
- markdown: string;
1490
- control?: string | undefined;
1491
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1492
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1493
- }>>;
1494
- cameraConfig: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1495
- accepts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1496
- maxSize: z.ZodOptional<z.ZodNumber>;
1497
- source: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"camera">, z.ZodLiteral<"file">]>>;
1498
- disabled: z.ZodOptional<z.ZodBoolean>;
1213
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1214
+ query: string;
1215
+ }>;
1499
1216
  }, "strip", z.ZodTypeAny, {
1500
- type: "blob";
1217
+ type: "search";
1218
+ title: string;
1219
+ value: {
1220
+ url: string;
1221
+ param: string;
1222
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1223
+ query: string;
1224
+ };
1501
1225
  image?: {
1502
1226
  url: string;
1227
+ type: "image";
1228
+ control?: string | undefined;
1229
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1503
1230
  text?: string | undefined;
1231
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1504
1232
  accessibilityDescription?: string | undefined;
1505
1233
  } | undefined;
1506
- alert?: {
1507
- type: "alert";
1508
- markdown: string;
1234
+ description?: string | undefined;
1235
+ icon?: {
1236
+ name: string;
1237
+ } | {
1238
+ text: string;
1239
+ } | undefined;
1240
+ }, {
1241
+ type: "search";
1242
+ title: string;
1243
+ value: {
1244
+ url: string;
1245
+ param: string;
1246
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1247
+ query: string;
1248
+ };
1249
+ image?: {
1250
+ url: string;
1251
+ type: "image";
1509
1252
  control?: string | undefined;
1510
1253
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1511
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1254
+ text?: string | undefined;
1255
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1256
+ accessibilityDescription?: string | undefined;
1512
1257
  } | undefined;
1513
- $id?: string | undefined;
1514
- analyticsId?: string | undefined;
1515
1258
  description?: string | undefined;
1516
- disabled?: boolean | undefined;
1517
- hidden?: boolean | undefined;
1518
1259
  icon?: {
1519
1260
  name: string;
1520
1261
  } | {
1521
1262
  text: string;
1522
1263
  } | undefined;
1523
- promoted?: boolean | undefined;
1524
- summary?: {
1525
- providesTitle?: boolean | undefined;
1526
- providesDescription?: boolean | undefined;
1527
- providesIcon?: boolean | undefined;
1528
- providesImage?: boolean | undefined;
1529
- } | undefined;
1530
- title?: string | undefined;
1531
- validationAsync?: {
1532
- url: string;
1533
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1534
- param: string;
1535
- } | undefined;
1536
- validationMessages?: Record<string, string> | undefined;
1537
- keywords?: string[] | undefined;
1538
- source?: "camera" | "file" | undefined;
1539
- cameraConfig?: JsonElement | undefined;
1540
- control?: string | undefined;
1541
- maxSize?: number | undefined;
1542
- accepts?: string[] | undefined;
1543
- }, {
1544
- type: "blob";
1545
- image?: {
1546
- url: string;
1547
- text?: string | undefined;
1548
- accessibilityDescription?: string | undefined;
1549
- } | undefined;
1550
- alert?: {
1551
- type: "alert";
1552
- markdown: string;
1553
- control?: string | undefined;
1554
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1555
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1556
- } | undefined;
1557
- $id?: string | undefined;
1558
- analyticsId?: string | undefined;
1559
- description?: string | undefined;
1560
- disabled?: boolean | undefined;
1561
- hidden?: boolean | undefined;
1562
- icon?: {
1563
- name: string;
1564
- } | {
1565
- text: string;
1566
- } | undefined;
1567
- promoted?: boolean | undefined;
1568
- summary?: {
1569
- providesTitle?: boolean | undefined;
1570
- providesDescription?: boolean | undefined;
1571
- providesIcon?: boolean | undefined;
1572
- providesImage?: boolean | undefined;
1573
- } | undefined;
1574
- title?: string | undefined;
1575
- validationAsync?: {
1576
- url: string;
1577
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1578
- param: string;
1579
- } | undefined;
1580
- validationMessages?: Record<string, string> | undefined;
1581
- keywords?: string[] | undefined;
1582
- source?: "camera" | "file" | undefined;
1583
- cameraConfig?: JsonElement | undefined;
1584
- control?: string | undefined;
1585
- maxSize?: number | undefined;
1586
- accepts?: string[] | undefined;
1587
1264
  }>;
1588
- export declare const constSchemaSchema: z.ZodObject<{
1589
- hidden: z.ZodOptional<z.ZodBoolean>;
1590
- alert: z.ZodOptional<z.ZodObject<{
1591
- type: z.ZodLiteral<"alert">;
1592
- markdown: z.ZodString;
1593
- 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">]>>;
1594
- control: z.ZodOptional<z.ZodString>;
1595
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1596
- }, "strip", z.ZodTypeAny, {
1597
- type: "alert";
1598
- markdown: string;
1599
- control?: string | undefined;
1600
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1601
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1602
- }, {
1603
- type: "alert";
1604
- markdown: string;
1605
- control?: string | undefined;
1606
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1607
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1608
- }>>;
1609
- control: z.ZodOptional<z.ZodString>;
1610
- promoted: z.ZodOptional<z.ZodBoolean>;
1611
- $id: z.ZodOptional<z.ZodString>;
1612
- const: z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>;
1613
- title: z.ZodOptional<z.ZodString>;
1265
+ export declare const searchResultActionSchema: z.ZodObject<{
1266
+ type: z.ZodLiteral<"action">;
1267
+ title: z.ZodString;
1614
1268
  description: z.ZodOptional<z.ZodString>;
1615
1269
  icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1616
1270
  name: z.ZodString;
@@ -1626,107 +1280,404 @@ export declare const constSchemaSchema: z.ZodObject<{
1626
1280
  text: string;
1627
1281
  }>]>>;
1628
1282
  image: z.ZodOptional<z.ZodObject<{
1283
+ type: z.ZodLiteral<"image">;
1629
1284
  text: z.ZodOptional<z.ZodString>;
1630
1285
  url: z.ZodString;
1286
+ size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1631
1287
  accessibilityDescription: z.ZodOptional<z.ZodString>;
1288
+ control: z.ZodOptional<z.ZodString>;
1289
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1632
1290
  }, "strip", z.ZodTypeAny, {
1633
1291
  url: string;
1292
+ type: "image";
1293
+ control?: string | undefined;
1294
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1634
1295
  text?: string | undefined;
1296
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1635
1297
  accessibilityDescription?: string | undefined;
1636
1298
  }, {
1637
1299
  url: string;
1300
+ type: "image";
1301
+ control?: string | undefined;
1302
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1638
1303
  text?: string | undefined;
1304
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1639
1305
  accessibilityDescription?: string | undefined;
1640
1306
  }>>;
1641
- keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1642
- summary: z.ZodOptional<z.ZodObject<{
1643
- providesTitle: z.ZodOptional<z.ZodBoolean>;
1644
- providesDescription: z.ZodOptional<z.ZodBoolean>;
1645
- providesIcon: z.ZodOptional<z.ZodBoolean>;
1646
- providesImage: z.ZodOptional<z.ZodBoolean>;
1307
+ value: z.ZodObject<{
1308
+ title: z.ZodOptional<z.ZodString>;
1309
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1310
+ disabled: z.ZodOptional<z.ZodBoolean>;
1311
+ $id: z.ZodOptional<z.ZodString>;
1312
+ $ref: z.ZodOptional<z.ZodString>;
1313
+ id: z.ZodOptional<z.ZodString>;
1314
+ url: z.ZodOptional<z.ZodString>;
1315
+ method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1316
+ exit: z.ZodOptional<z.ZodBoolean>;
1317
+ result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1318
+ data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1319
+ timeout: z.ZodOptional<z.ZodNumber>;
1320
+ skipValidation: z.ZodOptional<z.ZodBoolean>;
1647
1321
  }, "strip", z.ZodTypeAny, {
1648
- providesTitle?: boolean | undefined;
1649
- providesDescription?: boolean | undefined;
1650
- providesIcon?: boolean | undefined;
1651
- providesImage?: boolean | undefined;
1322
+ url?: string | undefined;
1323
+ $id?: string | undefined;
1324
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1325
+ disabled?: boolean | undefined;
1326
+ title?: string | undefined;
1327
+ id?: string | undefined;
1328
+ $ref?: string | undefined;
1329
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1330
+ exit?: boolean | undefined;
1331
+ result?: JsonElement | undefined;
1332
+ data?: JsonElement | undefined;
1333
+ timeout?: number | undefined;
1334
+ skipValidation?: boolean | undefined;
1652
1335
  }, {
1653
- providesTitle?: boolean | undefined;
1654
- providesDescription?: boolean | undefined;
1655
- providesIcon?: boolean | undefined;
1656
- providesImage?: boolean | undefined;
1657
- }>>;
1658
- analyticsId: z.ZodOptional<z.ZodString>;
1659
- disabled: z.ZodOptional<z.ZodBoolean>;
1336
+ url?: string | undefined;
1337
+ $id?: string | undefined;
1338
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1339
+ disabled?: boolean | undefined;
1340
+ title?: string | undefined;
1341
+ id?: string | undefined;
1342
+ $ref?: string | undefined;
1343
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1344
+ exit?: boolean | undefined;
1345
+ result?: JsonElement | undefined;
1346
+ data?: JsonElement | undefined;
1347
+ timeout?: number | undefined;
1348
+ skipValidation?: boolean | undefined;
1349
+ }>;
1660
1350
  }, "strip", z.ZodTypeAny, {
1661
- const: JsonElement;
1351
+ type: "action";
1352
+ title: string;
1353
+ value: {
1354
+ url?: string | undefined;
1355
+ $id?: string | undefined;
1356
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1357
+ disabled?: boolean | undefined;
1358
+ title?: string | undefined;
1359
+ id?: string | undefined;
1360
+ $ref?: string | undefined;
1361
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1362
+ exit?: boolean | undefined;
1363
+ result?: JsonElement | undefined;
1364
+ data?: JsonElement | undefined;
1365
+ timeout?: number | undefined;
1366
+ skipValidation?: boolean | undefined;
1367
+ };
1662
1368
  image?: {
1663
1369
  url: string;
1370
+ type: "image";
1371
+ control?: string | undefined;
1372
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1664
1373
  text?: string | undefined;
1374
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1665
1375
  accessibilityDescription?: string | undefined;
1666
1376
  } | undefined;
1667
- alert?: {
1668
- type: "alert";
1669
- markdown: string;
1377
+ description?: string | undefined;
1378
+ icon?: {
1379
+ name: string;
1380
+ } | {
1381
+ text: string;
1382
+ } | undefined;
1383
+ }, {
1384
+ type: "action";
1385
+ title: string;
1386
+ value: {
1387
+ url?: string | undefined;
1388
+ $id?: string | undefined;
1389
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1390
+ disabled?: boolean | undefined;
1391
+ title?: string | undefined;
1392
+ id?: string | undefined;
1393
+ $ref?: string | undefined;
1394
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1395
+ exit?: boolean | undefined;
1396
+ result?: JsonElement | undefined;
1397
+ data?: JsonElement | undefined;
1398
+ timeout?: number | undefined;
1399
+ skipValidation?: boolean | undefined;
1400
+ };
1401
+ image?: {
1402
+ url: string;
1403
+ type: "image";
1670
1404
  control?: string | undefined;
1671
1405
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1672
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1406
+ text?: string | undefined;
1407
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1408
+ accessibilityDescription?: string | undefined;
1673
1409
  } | undefined;
1674
- $id?: string | undefined;
1675
- analyticsId?: string | undefined;
1676
1410
  description?: string | undefined;
1677
- disabled?: boolean | undefined;
1678
- hidden?: boolean | undefined;
1679
1411
  icon?: {
1680
1412
  name: string;
1681
1413
  } | {
1682
1414
  text: string;
1683
1415
  } | undefined;
1684
- promoted?: boolean | undefined;
1685
- summary?: {
1686
- providesTitle?: boolean | undefined;
1687
- providesDescription?: boolean | undefined;
1688
- providesIcon?: boolean | undefined;
1689
- providesImage?: boolean | undefined;
1690
- } | undefined;
1416
+ }>;
1417
+ export declare const pollingOnErrorSchema: z.ZodObject<{
1418
+ action: z.ZodObject<{
1419
+ title: z.ZodOptional<z.ZodString>;
1420
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1421
+ disabled: z.ZodOptional<z.ZodBoolean>;
1422
+ $id: z.ZodOptional<z.ZodString>;
1423
+ $ref: z.ZodOptional<z.ZodString>;
1424
+ id: z.ZodOptional<z.ZodString>;
1425
+ url: z.ZodOptional<z.ZodString>;
1426
+ method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1427
+ exit: z.ZodOptional<z.ZodBoolean>;
1428
+ result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1429
+ data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1430
+ timeout: z.ZodOptional<z.ZodNumber>;
1431
+ skipValidation: z.ZodOptional<z.ZodBoolean>;
1432
+ }, "strip", z.ZodTypeAny, {
1433
+ url?: string | undefined;
1434
+ $id?: string | undefined;
1435
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1436
+ disabled?: boolean | undefined;
1437
+ title?: string | undefined;
1438
+ id?: string | undefined;
1439
+ $ref?: string | undefined;
1440
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1441
+ exit?: boolean | undefined;
1442
+ result?: JsonElement | undefined;
1443
+ data?: JsonElement | undefined;
1444
+ timeout?: number | undefined;
1445
+ skipValidation?: boolean | undefined;
1446
+ }, {
1447
+ url?: string | undefined;
1448
+ $id?: string | undefined;
1449
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1450
+ disabled?: boolean | undefined;
1451
+ title?: string | undefined;
1452
+ id?: string | undefined;
1453
+ $ref?: string | undefined;
1454
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1455
+ exit?: boolean | undefined;
1456
+ result?: JsonElement | undefined;
1457
+ data?: JsonElement | undefined;
1458
+ timeout?: number | undefined;
1459
+ skipValidation?: boolean | undefined;
1460
+ }>;
1461
+ }, "strip", z.ZodTypeAny, {
1462
+ action: {
1463
+ url?: string | undefined;
1464
+ $id?: string | undefined;
1465
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1466
+ disabled?: boolean | undefined;
1467
+ title?: string | undefined;
1468
+ id?: string | undefined;
1469
+ $ref?: string | undefined;
1470
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1471
+ exit?: boolean | undefined;
1472
+ result?: JsonElement | undefined;
1473
+ data?: JsonElement | undefined;
1474
+ timeout?: number | undefined;
1475
+ skipValidation?: boolean | undefined;
1476
+ };
1477
+ }, {
1478
+ action: {
1479
+ url?: string | undefined;
1480
+ $id?: string | undefined;
1481
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1482
+ disabled?: boolean | undefined;
1483
+ title?: string | undefined;
1484
+ id?: string | undefined;
1485
+ $ref?: string | undefined;
1486
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1487
+ exit?: boolean | undefined;
1488
+ result?: JsonElement | undefined;
1489
+ data?: JsonElement | undefined;
1490
+ timeout?: number | undefined;
1491
+ skipValidation?: boolean | undefined;
1492
+ };
1493
+ }>;
1494
+ export declare const navigationBackBehaviourSchema: z.ZodObject<{
1495
+ title: z.ZodOptional<z.ZodString>;
1496
+ action: z.ZodObject<{
1497
+ title: z.ZodOptional<z.ZodString>;
1498
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1499
+ disabled: z.ZodOptional<z.ZodBoolean>;
1500
+ $id: z.ZodOptional<z.ZodString>;
1501
+ $ref: z.ZodOptional<z.ZodString>;
1502
+ id: z.ZodOptional<z.ZodString>;
1503
+ url: z.ZodOptional<z.ZodString>;
1504
+ method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1505
+ exit: z.ZodOptional<z.ZodBoolean>;
1506
+ result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1507
+ data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1508
+ timeout: z.ZodOptional<z.ZodNumber>;
1509
+ skipValidation: z.ZodOptional<z.ZodBoolean>;
1510
+ }, "strip", z.ZodTypeAny, {
1511
+ url?: string | undefined;
1512
+ $id?: string | undefined;
1513
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1514
+ disabled?: boolean | undefined;
1515
+ title?: string | undefined;
1516
+ id?: string | undefined;
1517
+ $ref?: string | undefined;
1518
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1519
+ exit?: boolean | undefined;
1520
+ result?: JsonElement | undefined;
1521
+ data?: JsonElement | undefined;
1522
+ timeout?: number | undefined;
1523
+ skipValidation?: boolean | undefined;
1524
+ }, {
1525
+ url?: string | undefined;
1526
+ $id?: string | undefined;
1527
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1528
+ disabled?: boolean | undefined;
1529
+ title?: string | undefined;
1530
+ id?: string | undefined;
1531
+ $ref?: string | undefined;
1532
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1533
+ exit?: boolean | undefined;
1534
+ result?: JsonElement | undefined;
1535
+ data?: JsonElement | undefined;
1536
+ timeout?: number | undefined;
1537
+ skipValidation?: boolean | undefined;
1538
+ }>;
1539
+ }, "strip", z.ZodTypeAny, {
1540
+ action: {
1541
+ url?: string | undefined;
1542
+ $id?: string | undefined;
1543
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1544
+ disabled?: boolean | undefined;
1545
+ title?: string | undefined;
1546
+ id?: string | undefined;
1547
+ $ref?: string | undefined;
1548
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1549
+ exit?: boolean | undefined;
1550
+ result?: JsonElement | undefined;
1551
+ data?: JsonElement | undefined;
1552
+ timeout?: number | undefined;
1553
+ skipValidation?: boolean | undefined;
1554
+ };
1691
1555
  title?: string | undefined;
1692
- keywords?: string[] | undefined;
1693
- control?: string | undefined;
1694
1556
  }, {
1695
- const: JsonElement;
1696
- image?: {
1557
+ action: {
1558
+ url?: string | undefined;
1559
+ $id?: string | undefined;
1560
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1561
+ disabled?: boolean | undefined;
1562
+ title?: string | undefined;
1563
+ id?: string | undefined;
1564
+ $ref?: string | undefined;
1565
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1566
+ exit?: boolean | undefined;
1567
+ result?: JsonElement | undefined;
1568
+ data?: JsonElement | undefined;
1569
+ timeout?: number | undefined;
1570
+ skipValidation?: boolean | undefined;
1571
+ };
1572
+ title?: string | undefined;
1573
+ }>;
1574
+ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
1575
+ providesTitle: z.ZodOptional<z.ZodBoolean>;
1576
+ providesDescription: z.ZodOptional<z.ZodBoolean>;
1577
+ providesIcon: z.ZodOptional<z.ZodBoolean>;
1578
+ providesImage: z.ZodOptional<z.ZodBoolean>;
1579
+ }, "strip", z.ZodTypeAny, {
1580
+ providesTitle?: boolean | undefined;
1581
+ providesDescription?: boolean | undefined;
1582
+ providesIcon?: boolean | undefined;
1583
+ providesImage?: boolean | undefined;
1584
+ }, {
1585
+ providesTitle?: boolean | undefined;
1586
+ providesDescription?: boolean | undefined;
1587
+ providesIcon?: boolean | undefined;
1588
+ providesImage?: boolean | undefined;
1589
+ }>, z.ZodObject<{
1590
+ defaultTitle: z.ZodOptional<z.ZodString>;
1591
+ defaultDescription: z.ZodOptional<z.ZodString>;
1592
+ defaultIcon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1593
+ name: z.ZodString;
1594
+ }, "strip", z.ZodTypeAny, {
1595
+ name: string;
1596
+ }, {
1597
+ name: string;
1598
+ }>, z.ZodObject<{
1599
+ text: z.ZodString;
1600
+ }, "strip", z.ZodTypeAny, {
1601
+ text: string;
1602
+ }, {
1603
+ text: string;
1604
+ }>]>>;
1605
+ defaultImage: z.ZodOptional<z.ZodObject<{
1606
+ type: z.ZodLiteral<"image">;
1607
+ text: z.ZodOptional<z.ZodString>;
1608
+ url: z.ZodString;
1609
+ size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1610
+ accessibilityDescription: z.ZodOptional<z.ZodString>;
1611
+ control: z.ZodOptional<z.ZodString>;
1612
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1613
+ }, "strip", z.ZodTypeAny, {
1697
1614
  url: string;
1615
+ type: "image";
1616
+ control?: string | undefined;
1617
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1698
1618
  text?: string | undefined;
1619
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1699
1620
  accessibilityDescription?: string | undefined;
1700
- } | undefined;
1701
- alert?: {
1702
- type: "alert";
1703
- markdown: string;
1621
+ }, {
1622
+ url: string;
1623
+ type: "image";
1624
+ control?: string | undefined;
1625
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1626
+ text?: string | undefined;
1627
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1628
+ accessibilityDescription?: string | undefined;
1629
+ }>>;
1630
+ providesTitle: z.ZodOptional<z.ZodBoolean>;
1631
+ providesDescription: z.ZodOptional<z.ZodBoolean>;
1632
+ providesIcon: z.ZodOptional<z.ZodBoolean>;
1633
+ providesImage: z.ZodOptional<z.ZodBoolean>;
1634
+ }, "strip", z.ZodTypeAny, {
1635
+ providesTitle?: boolean | undefined;
1636
+ providesDescription?: boolean | undefined;
1637
+ providesIcon?: boolean | undefined;
1638
+ providesImage?: boolean | undefined;
1639
+ defaultTitle?: string | undefined;
1640
+ defaultDescription?: string | undefined;
1641
+ defaultIcon?: {
1642
+ name: string;
1643
+ } | {
1644
+ text: string;
1645
+ } | undefined;
1646
+ defaultImage?: {
1647
+ url: string;
1648
+ type: "image";
1704
1649
  control?: string | undefined;
1705
1650
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1706
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1651
+ text?: string | undefined;
1652
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1653
+ accessibilityDescription?: string | undefined;
1707
1654
  } | undefined;
1708
- $id?: string | undefined;
1709
- analyticsId?: string | undefined;
1710
- description?: string | undefined;
1711
- disabled?: boolean | undefined;
1712
- hidden?: boolean | undefined;
1713
- icon?: {
1655
+ }, {
1656
+ providesTitle?: boolean | undefined;
1657
+ providesDescription?: boolean | undefined;
1658
+ providesIcon?: boolean | undefined;
1659
+ providesImage?: boolean | undefined;
1660
+ defaultTitle?: string | undefined;
1661
+ defaultDescription?: string | undefined;
1662
+ defaultIcon?: {
1714
1663
  name: string;
1715
1664
  } | {
1716
1665
  text: string;
1717
1666
  } | undefined;
1718
- promoted?: boolean | undefined;
1719
- summary?: {
1720
- providesTitle?: boolean | undefined;
1721
- providesDescription?: boolean | undefined;
1722
- providesIcon?: boolean | undefined;
1723
- providesImage?: boolean | undefined;
1667
+ defaultImage?: {
1668
+ url: string;
1669
+ type: "image";
1670
+ control?: string | undefined;
1671
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1672
+ text?: string | undefined;
1673
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1674
+ accessibilityDescription?: string | undefined;
1724
1675
  } | undefined;
1725
- title?: string | undefined;
1726
- keywords?: string[] | undefined;
1727
- control?: string | undefined;
1728
- }>;
1729
- export declare const pollingOnErrorSchema: z.ZodObject<{
1676
+ }>]>;
1677
+ export declare const buttonLayoutSchema: z.ZodObject<{
1678
+ type: z.ZodLiteral<"button">;
1679
+ size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1680
+ title: z.ZodOptional<z.ZodString>;
1730
1681
  action: z.ZodObject<{
1731
1682
  title: z.ZodOptional<z.ZodString>;
1732
1683
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
@@ -1770,6 +1721,11 @@ export declare const pollingOnErrorSchema: z.ZodObject<{
1770
1721
  timeout?: number | undefined;
1771
1722
  skipValidation?: boolean | undefined;
1772
1723
  }>;
1724
+ 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">]>>;
1725
+ disabled: z.ZodOptional<z.ZodBoolean>;
1726
+ pinOrder: z.ZodOptional<z.ZodNumber>;
1727
+ control: z.ZodOptional<z.ZodString>;
1728
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1773
1729
  }, "strip", z.ZodTypeAny, {
1774
1730
  action: {
1775
1731
  url?: string | undefined;
@@ -1786,6 +1742,14 @@ export declare const pollingOnErrorSchema: z.ZodObject<{
1786
1742
  timeout?: number | undefined;
1787
1743
  skipValidation?: boolean | undefined;
1788
1744
  };
1745
+ type: "button";
1746
+ disabled?: boolean | undefined;
1747
+ title?: string | undefined;
1748
+ control?: string | undefined;
1749
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1750
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1751
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1752
+ pinOrder?: number | undefined;
1789
1753
  }, {
1790
1754
  action: {
1791
1755
  url?: string | undefined;
@@ -1802,9 +1766,16 @@ export declare const pollingOnErrorSchema: z.ZodObject<{
1802
1766
  timeout?: number | undefined;
1803
1767
  skipValidation?: boolean | undefined;
1804
1768
  };
1769
+ type: "button";
1770
+ disabled?: boolean | undefined;
1771
+ title?: string | undefined;
1772
+ control?: string | undefined;
1773
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1774
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1775
+ context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1776
+ pinOrder?: number | undefined;
1805
1777
  }>;
1806
- export declare const navigationBackBehaviourSchema: z.ZodObject<{
1807
- title: z.ZodOptional<z.ZodString>;
1778
+ export declare const decisionLayoutOptionSchema: z.ZodObject<{
1808
1779
  action: z.ZodObject<{
1809
1780
  title: z.ZodOptional<z.ZodString>;
1810
1781
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
@@ -1848,6 +1819,47 @@ export declare const navigationBackBehaviourSchema: z.ZodObject<{
1848
1819
  timeout?: number | undefined;
1849
1820
  skipValidation?: boolean | undefined;
1850
1821
  }>;
1822
+ title: z.ZodString;
1823
+ description: z.ZodOptional<z.ZodString>;
1824
+ disabled: z.ZodOptional<z.ZodBoolean>;
1825
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1826
+ name: z.ZodString;
1827
+ }, "strip", z.ZodTypeAny, {
1828
+ name: string;
1829
+ }, {
1830
+ name: string;
1831
+ }>, z.ZodObject<{
1832
+ text: z.ZodString;
1833
+ }, "strip", z.ZodTypeAny, {
1834
+ text: string;
1835
+ }, {
1836
+ text: string;
1837
+ }>]>>;
1838
+ image: z.ZodOptional<z.ZodObject<{
1839
+ type: z.ZodLiteral<"image">;
1840
+ text: z.ZodOptional<z.ZodString>;
1841
+ url: z.ZodString;
1842
+ size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1843
+ accessibilityDescription: z.ZodOptional<z.ZodString>;
1844
+ control: z.ZodOptional<z.ZodString>;
1845
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1846
+ }, "strip", z.ZodTypeAny, {
1847
+ url: string;
1848
+ type: "image";
1849
+ control?: string | undefined;
1850
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1851
+ text?: string | undefined;
1852
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1853
+ accessibilityDescription?: string | undefined;
1854
+ }, {
1855
+ url: string;
1856
+ type: "image";
1857
+ control?: string | undefined;
1858
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1859
+ text?: string | undefined;
1860
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1861
+ accessibilityDescription?: string | undefined;
1862
+ }>>;
1851
1863
  }, "strip", z.ZodTypeAny, {
1852
1864
  action: {
1853
1865
  url?: string | undefined;
@@ -1864,7 +1876,23 @@ export declare const navigationBackBehaviourSchema: z.ZodObject<{
1864
1876
  timeout?: number | undefined;
1865
1877
  skipValidation?: boolean | undefined;
1866
1878
  };
1867
- title?: string | undefined;
1879
+ title: string;
1880
+ image?: {
1881
+ url: string;
1882
+ type: "image";
1883
+ control?: string | undefined;
1884
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1885
+ text?: string | undefined;
1886
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1887
+ accessibilityDescription?: string | undefined;
1888
+ } | undefined;
1889
+ description?: string | undefined;
1890
+ disabled?: boolean | undefined;
1891
+ icon?: {
1892
+ name: string;
1893
+ } | {
1894
+ text: string;
1895
+ } | undefined;
1868
1896
  }, {
1869
1897
  action: {
1870
1898
  url?: string | undefined;
@@ -1881,11 +1909,28 @@ export declare const navigationBackBehaviourSchema: z.ZodObject<{
1881
1909
  timeout?: number | undefined;
1882
1910
  skipValidation?: boolean | undefined;
1883
1911
  };
1884
- title?: string | undefined;
1912
+ title: string;
1913
+ image?: {
1914
+ url: string;
1915
+ type: "image";
1916
+ control?: string | undefined;
1917
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1918
+ text?: string | undefined;
1919
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1920
+ accessibilityDescription?: string | undefined;
1921
+ } | undefined;
1922
+ description?: string | undefined;
1923
+ disabled?: boolean | undefined;
1924
+ icon?: {
1925
+ name: string;
1926
+ } | {
1927
+ text: string;
1928
+ } | undefined;
1885
1929
  }>;
1886
- export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1887
- title: z.ZodString;
1888
- action: z.ZodObject<{
1930
+ export declare const reviewLayoutSchema: z.ZodObject<{
1931
+ type: z.ZodLiteral<"review">;
1932
+ orientation: z.ZodOptional<z.ZodString>;
1933
+ action: z.ZodOptional<z.ZodObject<{
1889
1934
  title: z.ZodOptional<z.ZodString>;
1890
1935
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1891
1936
  disabled: z.ZodOptional<z.ZodBoolean>;
@@ -1927,9 +1972,123 @@ export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1927
1972
  data?: JsonElement | undefined;
1928
1973
  timeout?: number | undefined;
1929
1974
  skipValidation?: boolean | undefined;
1930
- }>;
1975
+ }>>;
1976
+ fields: z.ZodArray<z.ZodObject<{
1977
+ label: z.ZodString;
1978
+ value: z.ZodString;
1979
+ help: z.ZodOptional<z.ZodObject<{
1980
+ markdown: z.ZodString;
1981
+ }, "strip", z.ZodTypeAny, {
1982
+ markdown: string;
1983
+ }, {
1984
+ markdown: string;
1985
+ }>>;
1986
+ }, "strip", z.ZodTypeAny, {
1987
+ value: string;
1988
+ label: string;
1989
+ help?: {
1990
+ markdown: string;
1991
+ } | undefined;
1992
+ }, {
1993
+ value: string;
1994
+ label: string;
1995
+ help?: {
1996
+ markdown: string;
1997
+ } | undefined;
1998
+ }>, "many">;
1999
+ title: z.ZodOptional<z.ZodString>;
2000
+ callToAction: z.ZodOptional<z.ZodObject<{
2001
+ title: z.ZodString;
2002
+ action: z.ZodObject<{
2003
+ title: z.ZodOptional<z.ZodString>;
2004
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2005
+ disabled: z.ZodOptional<z.ZodBoolean>;
2006
+ $id: z.ZodOptional<z.ZodString>;
2007
+ $ref: z.ZodOptional<z.ZodString>;
2008
+ id: z.ZodOptional<z.ZodString>;
2009
+ url: z.ZodOptional<z.ZodString>;
2010
+ method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2011
+ exit: z.ZodOptional<z.ZodBoolean>;
2012
+ result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2013
+ data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2014
+ timeout: z.ZodOptional<z.ZodNumber>;
2015
+ skipValidation: z.ZodOptional<z.ZodBoolean>;
2016
+ }, "strip", z.ZodTypeAny, {
2017
+ url?: string | undefined;
2018
+ $id?: string | undefined;
2019
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2020
+ disabled?: boolean | undefined;
2021
+ title?: string | undefined;
2022
+ id?: string | undefined;
2023
+ $ref?: string | undefined;
2024
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2025
+ exit?: boolean | undefined;
2026
+ result?: JsonElement | undefined;
2027
+ data?: JsonElement | undefined;
2028
+ timeout?: number | undefined;
2029
+ skipValidation?: boolean | undefined;
2030
+ }, {
2031
+ url?: string | undefined;
2032
+ $id?: string | undefined;
2033
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2034
+ disabled?: boolean | undefined;
2035
+ title?: string | undefined;
2036
+ id?: string | undefined;
2037
+ $ref?: string | undefined;
2038
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2039
+ exit?: boolean | undefined;
2040
+ result?: JsonElement | undefined;
2041
+ data?: JsonElement | undefined;
2042
+ timeout?: number | undefined;
2043
+ skipValidation?: boolean | undefined;
2044
+ }>;
2045
+ }, "strip", z.ZodTypeAny, {
2046
+ action: {
2047
+ url?: string | undefined;
2048
+ $id?: string | undefined;
2049
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2050
+ disabled?: boolean | undefined;
2051
+ title?: string | undefined;
2052
+ id?: string | undefined;
2053
+ $ref?: string | undefined;
2054
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2055
+ exit?: boolean | undefined;
2056
+ result?: JsonElement | undefined;
2057
+ data?: JsonElement | undefined;
2058
+ timeout?: number | undefined;
2059
+ skipValidation?: boolean | undefined;
2060
+ };
2061
+ title: string;
2062
+ }, {
2063
+ action: {
2064
+ url?: string | undefined;
2065
+ $id?: string | undefined;
2066
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2067
+ disabled?: boolean | undefined;
2068
+ title?: string | undefined;
2069
+ id?: string | undefined;
2070
+ $ref?: string | undefined;
2071
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2072
+ exit?: boolean | undefined;
2073
+ result?: JsonElement | undefined;
2074
+ data?: JsonElement | undefined;
2075
+ timeout?: number | undefined;
2076
+ skipValidation?: boolean | undefined;
2077
+ };
2078
+ title: string;
2079
+ }>>;
2080
+ control: z.ZodOptional<z.ZodString>;
2081
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1931
2082
  }, "strip", z.ZodTypeAny, {
1932
- action: {
2083
+ type: "review";
2084
+ fields: {
2085
+ value: string;
2086
+ label: string;
2087
+ help?: {
2088
+ markdown: string;
2089
+ } | undefined;
2090
+ }[];
2091
+ action?: {
1933
2092
  url?: string | undefined;
1934
2093
  $id?: string | undefined;
1935
2094
  type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
@@ -1943,10 +2102,39 @@ export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1943
2102
  data?: JsonElement | undefined;
1944
2103
  timeout?: number | undefined;
1945
2104
  skipValidation?: boolean | undefined;
1946
- };
1947
- title: string;
2105
+ } | undefined;
2106
+ title?: string | undefined;
2107
+ control?: string | undefined;
2108
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2109
+ orientation?: string | undefined;
2110
+ callToAction?: {
2111
+ action: {
2112
+ url?: string | undefined;
2113
+ $id?: string | undefined;
2114
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2115
+ disabled?: boolean | undefined;
2116
+ title?: string | undefined;
2117
+ id?: string | undefined;
2118
+ $ref?: string | undefined;
2119
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2120
+ exit?: boolean | undefined;
2121
+ result?: JsonElement | undefined;
2122
+ data?: JsonElement | undefined;
2123
+ timeout?: number | undefined;
2124
+ skipValidation?: boolean | undefined;
2125
+ };
2126
+ title: string;
2127
+ } | undefined;
1948
2128
  }, {
1949
- action: {
2129
+ type: "review";
2130
+ fields: {
2131
+ value: string;
2132
+ label: string;
2133
+ help?: {
2134
+ markdown: string;
2135
+ } | undefined;
2136
+ }[];
2137
+ action?: {
1950
2138
  url?: string | undefined;
1951
2139
  $id?: string | undefined;
1952
2140
  type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
@@ -1960,11 +2148,32 @@ export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1960
2148
  data?: JsonElement | undefined;
1961
2149
  timeout?: number | undefined;
1962
2150
  skipValidation?: boolean | undefined;
1963
- };
1964
- title: string;
2151
+ } | undefined;
2152
+ title?: string | undefined;
2153
+ control?: string | undefined;
2154
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2155
+ orientation?: string | undefined;
2156
+ callToAction?: {
2157
+ action: {
2158
+ url?: string | undefined;
2159
+ $id?: string | undefined;
2160
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2161
+ disabled?: boolean | undefined;
2162
+ title?: string | undefined;
2163
+ id?: string | undefined;
2164
+ $ref?: string | undefined;
2165
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2166
+ exit?: boolean | undefined;
2167
+ result?: JsonElement | undefined;
2168
+ data?: JsonElement | undefined;
2169
+ timeout?: number | undefined;
2170
+ skipValidation?: boolean | undefined;
2171
+ };
2172
+ title: string;
2173
+ } | undefined;
1965
2174
  }>;
1966
- export declare const listLayoutSchema: z.ZodObject<{
1967
- type: z.ZodLiteral<"list">;
2175
+ export declare const statusListLayoutSchema: z.ZodObject<{
2176
+ type: z.ZodLiteral<"status-list">;
1968
2177
  items: z.ZodArray<z.ZodObject<{
1969
2178
  title: z.ZodString;
1970
2179
  description: z.ZodOptional<z.ZodString>;
@@ -1981,7 +2190,7 @@ export declare const listLayoutSchema: z.ZodObject<{
1981
2190
  }, {
1982
2191
  text: string;
1983
2192
  }>]>;
1984
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>>;
2193
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>>;
1985
2194
  }, "strip", z.ZodTypeAny, {
1986
2195
  icon: {
1987
2196
  name: string;
@@ -1990,7 +2199,7 @@ export declare const listLayoutSchema: z.ZodObject<{
1990
2199
  };
1991
2200
  title: string;
1992
2201
  description?: string | undefined;
1993
- status?: "neutral" | "warning" | "positive" | undefined;
2202
+ status?: "done" | "not-done" | "pending" | undefined;
1994
2203
  }, {
1995
2204
  icon: {
1996
2205
  name: string;
@@ -1999,13 +2208,13 @@ export declare const listLayoutSchema: z.ZodObject<{
1999
2208
  };
2000
2209
  title: string;
2001
2210
  description?: string | undefined;
2002
- status?: "neutral" | "warning" | "positive" | undefined;
2211
+ status?: "done" | "not-done" | "pending" | undefined;
2003
2212
  }>, "many">;
2004
2213
  title: z.ZodOptional<z.ZodString>;
2005
2214
  control: z.ZodOptional<z.ZodString>;
2006
2215
  margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2007
2216
  }, "strip", z.ZodTypeAny, {
2008
- type: "list";
2217
+ type: "status-list";
2009
2218
  items: {
2010
2219
  icon: {
2011
2220
  name: string;
@@ -2014,13 +2223,13 @@ export declare const listLayoutSchema: z.ZodObject<{
2014
2223
  };
2015
2224
  title: string;
2016
2225
  description?: string | undefined;
2017
- status?: "neutral" | "warning" | "positive" | undefined;
2226
+ status?: "done" | "not-done" | "pending" | undefined;
2018
2227
  }[];
2019
2228
  title?: string | undefined;
2020
2229
  control?: string | undefined;
2021
2230
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2022
2231
  }, {
2023
- type: "list";
2232
+ type: "status-list";
2024
2233
  items: {
2025
2234
  icon: {
2026
2235
  name: string;
@@ -2029,15 +2238,53 @@ export declare const listLayoutSchema: z.ZodObject<{
2029
2238
  };
2030
2239
  title: string;
2031
2240
  description?: string | undefined;
2032
- status?: "neutral" | "warning" | "positive" | undefined;
2241
+ status?: "done" | "not-done" | "pending" | undefined;
2033
2242
  }[];
2034
2243
  title?: string | undefined;
2035
2244
  control?: string | undefined;
2036
2245
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2037
2246
  }>;
2038
- export declare const decisionLayoutSchema: z.ZodObject<{
2039
- type: z.ZodLiteral<"decision">;
2040
- options: z.ZodArray<z.ZodObject<{
2247
+ export declare const listLayoutItemSchema: z.ZodObject<{
2248
+ title: z.ZodString;
2249
+ description: z.ZodOptional<z.ZodString>;
2250
+ icon: z.ZodUnion<[z.ZodObject<{
2251
+ name: z.ZodString;
2252
+ }, "strip", z.ZodTypeAny, {
2253
+ name: string;
2254
+ }, {
2255
+ name: string;
2256
+ }>, z.ZodObject<{
2257
+ text: z.ZodString;
2258
+ }, "strip", z.ZodTypeAny, {
2259
+ text: string;
2260
+ }, {
2261
+ text: string;
2262
+ }>]>;
2263
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>>;
2264
+ }, "strip", z.ZodTypeAny, {
2265
+ icon: {
2266
+ name: string;
2267
+ } | {
2268
+ text: string;
2269
+ };
2270
+ title: string;
2271
+ description?: string | undefined;
2272
+ status?: "neutral" | "warning" | "positive" | undefined;
2273
+ }, {
2274
+ icon: {
2275
+ name: string;
2276
+ } | {
2277
+ text: string;
2278
+ };
2279
+ title: string;
2280
+ description?: string | undefined;
2281
+ status?: "neutral" | "warning" | "positive" | undefined;
2282
+ }>;
2283
+ export declare const pollingSchema: z.ZodObject<{
2284
+ url: z.ZodString;
2285
+ interval: z.ZodNumber;
2286
+ maxAttempts: z.ZodNumber;
2287
+ onError: z.ZodObject<{
2041
2288
  action: z.ZodObject<{
2042
2289
  title: z.ZodOptional<z.ZodString>;
2043
2290
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
@@ -2081,47 +2328,6 @@ export declare const decisionLayoutSchema: z.ZodObject<{
2081
2328
  timeout?: number | undefined;
2082
2329
  skipValidation?: boolean | undefined;
2083
2330
  }>;
2084
- title: z.ZodString;
2085
- description: z.ZodOptional<z.ZodString>;
2086
- disabled: z.ZodOptional<z.ZodBoolean>;
2087
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2088
- name: z.ZodString;
2089
- }, "strip", z.ZodTypeAny, {
2090
- name: string;
2091
- }, {
2092
- name: string;
2093
- }>, z.ZodObject<{
2094
- text: z.ZodString;
2095
- }, "strip", z.ZodTypeAny, {
2096
- text: string;
2097
- }, {
2098
- text: string;
2099
- }>]>>;
2100
- image: z.ZodOptional<z.ZodObject<{
2101
- type: z.ZodLiteral<"image">;
2102
- text: z.ZodOptional<z.ZodString>;
2103
- url: z.ZodString;
2104
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2105
- accessibilityDescription: z.ZodOptional<z.ZodString>;
2106
- control: z.ZodOptional<z.ZodString>;
2107
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2108
- }, "strip", z.ZodTypeAny, {
2109
- url: string;
2110
- type: "image";
2111
- control?: string | undefined;
2112
- text?: string | undefined;
2113
- accessibilityDescription?: string | undefined;
2114
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2115
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2116
- }, {
2117
- url: string;
2118
- type: "image";
2119
- control?: string | undefined;
2120
- text?: string | undefined;
2121
- accessibilityDescription?: string | undefined;
2122
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2123
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2124
- }>>;
2125
2331
  }, "strip", z.ZodTypeAny, {
2126
2332
  action: {
2127
2333
  url?: string | undefined;
@@ -2137,26 +2343,99 @@ export declare const decisionLayoutSchema: z.ZodObject<{
2137
2343
  data?: JsonElement | undefined;
2138
2344
  timeout?: number | undefined;
2139
2345
  skipValidation?: boolean | undefined;
2140
- };
2141
- title: string;
2142
- image?: {
2143
- url: string;
2144
- type: "image";
2145
- control?: string | undefined;
2146
- text?: string | undefined;
2147
- accessibilityDescription?: string | undefined;
2148
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2149
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2150
- } | undefined;
2151
- description?: string | undefined;
2152
- disabled?: boolean | undefined;
2153
- icon?: {
2154
- name: string;
2155
- } | {
2156
- text: string;
2157
- } | undefined;
2158
- }, {
2159
- action: {
2346
+ };
2347
+ }, {
2348
+ action: {
2349
+ url?: string | undefined;
2350
+ $id?: string | undefined;
2351
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2352
+ disabled?: boolean | undefined;
2353
+ title?: string | undefined;
2354
+ id?: string | undefined;
2355
+ $ref?: string | undefined;
2356
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2357
+ exit?: boolean | undefined;
2358
+ result?: JsonElement | undefined;
2359
+ data?: JsonElement | undefined;
2360
+ timeout?: number | undefined;
2361
+ skipValidation?: boolean | undefined;
2362
+ };
2363
+ }>;
2364
+ }, "strip", z.ZodTypeAny, {
2365
+ url: string;
2366
+ interval: number;
2367
+ maxAttempts: number;
2368
+ onError: {
2369
+ action: {
2370
+ url?: string | undefined;
2371
+ $id?: string | undefined;
2372
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2373
+ disabled?: boolean | undefined;
2374
+ title?: string | undefined;
2375
+ id?: string | undefined;
2376
+ $ref?: string | undefined;
2377
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2378
+ exit?: boolean | undefined;
2379
+ result?: JsonElement | undefined;
2380
+ data?: JsonElement | undefined;
2381
+ timeout?: number | undefined;
2382
+ skipValidation?: boolean | undefined;
2383
+ };
2384
+ };
2385
+ }, {
2386
+ url: string;
2387
+ interval: number;
2388
+ maxAttempts: number;
2389
+ onError: {
2390
+ action: {
2391
+ url?: string | undefined;
2392
+ $id?: string | undefined;
2393
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2394
+ disabled?: boolean | undefined;
2395
+ title?: string | undefined;
2396
+ id?: string | undefined;
2397
+ $ref?: string | undefined;
2398
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2399
+ exit?: boolean | undefined;
2400
+ result?: JsonElement | undefined;
2401
+ data?: JsonElement | undefined;
2402
+ timeout?: number | undefined;
2403
+ skipValidation?: boolean | undefined;
2404
+ };
2405
+ };
2406
+ }>;
2407
+ export declare const navigationSchema: z.ZodObject<{
2408
+ backButton: z.ZodOptional<z.ZodObject<{
2409
+ title: z.ZodOptional<z.ZodString>;
2410
+ action: z.ZodObject<{
2411
+ title: z.ZodOptional<z.ZodString>;
2412
+ type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2413
+ disabled: z.ZodOptional<z.ZodBoolean>;
2414
+ $id: z.ZodOptional<z.ZodString>;
2415
+ $ref: z.ZodOptional<z.ZodString>;
2416
+ id: z.ZodOptional<z.ZodString>;
2417
+ url: z.ZodOptional<z.ZodString>;
2418
+ method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2419
+ exit: z.ZodOptional<z.ZodBoolean>;
2420
+ result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2421
+ data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2422
+ timeout: z.ZodOptional<z.ZodNumber>;
2423
+ skipValidation: z.ZodOptional<z.ZodBoolean>;
2424
+ }, "strip", z.ZodTypeAny, {
2425
+ url?: string | undefined;
2426
+ $id?: string | undefined;
2427
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2428
+ disabled?: boolean | undefined;
2429
+ title?: string | undefined;
2430
+ id?: string | undefined;
2431
+ $ref?: string | undefined;
2432
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2433
+ exit?: boolean | undefined;
2434
+ result?: JsonElement | undefined;
2435
+ data?: JsonElement | undefined;
2436
+ timeout?: number | undefined;
2437
+ skipValidation?: boolean | undefined;
2438
+ }, {
2160
2439
  url?: string | undefined;
2161
2440
  $id?: string | undefined;
2162
2441
  type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
@@ -2170,30 +2449,8 @@ export declare const decisionLayoutSchema: z.ZodObject<{
2170
2449
  data?: JsonElement | undefined;
2171
2450
  timeout?: number | undefined;
2172
2451
  skipValidation?: boolean | undefined;
2173
- };
2174
- title: string;
2175
- image?: {
2176
- url: string;
2177
- type: "image";
2178
- control?: string | undefined;
2179
- text?: string | undefined;
2180
- accessibilityDescription?: string | undefined;
2181
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2182
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2183
- } | undefined;
2184
- description?: string | undefined;
2185
- disabled?: boolean | undefined;
2186
- icon?: {
2187
- name: string;
2188
- } | {
2189
- text: string;
2190
- } | undefined;
2191
- }>, "many">;
2192
- control: z.ZodOptional<z.ZodString>;
2193
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2194
- }, "strip", z.ZodTypeAny, {
2195
- type: "decision";
2196
- options: {
2452
+ }>;
2453
+ }, "strip", z.ZodTypeAny, {
2197
2454
  action: {
2198
2455
  url?: string | undefined;
2199
2456
  $id?: string | undefined;
@@ -2209,29 +2466,8 @@ export declare const decisionLayoutSchema: z.ZodObject<{
2209
2466
  timeout?: number | undefined;
2210
2467
  skipValidation?: boolean | undefined;
2211
2468
  };
2212
- title: string;
2213
- image?: {
2214
- url: string;
2215
- type: "image";
2216
- control?: string | undefined;
2217
- text?: string | undefined;
2218
- accessibilityDescription?: string | undefined;
2219
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2220
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2221
- } | undefined;
2222
- description?: string | undefined;
2223
- disabled?: boolean | undefined;
2224
- icon?: {
2225
- name: string;
2226
- } | {
2227
- text: string;
2228
- } | undefined;
2229
- }[];
2230
- control?: string | undefined;
2231
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2232
- }, {
2233
- type: "decision";
2234
- options: {
2469
+ title?: string | undefined;
2470
+ }, {
2235
2471
  action: {
2236
2472
  url?: string | undefined;
2237
2473
  $id?: string | undefined;
@@ -2244,174 +2480,13 @@ export declare const decisionLayoutSchema: z.ZodObject<{
2244
2480
  exit?: boolean | undefined;
2245
2481
  result?: JsonElement | undefined;
2246
2482
  data?: JsonElement | undefined;
2247
- timeout?: number | undefined;
2248
- skipValidation?: boolean | undefined;
2249
- };
2250
- title: string;
2251
- image?: {
2252
- url: string;
2253
- type: "image";
2254
- control?: string | undefined;
2255
- text?: string | undefined;
2256
- accessibilityDescription?: string | undefined;
2257
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2258
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2259
- } | undefined;
2260
- description?: string | undefined;
2261
- disabled?: boolean | undefined;
2262
- icon?: {
2263
- name: string;
2264
- } | {
2265
- text: string;
2266
- } | undefined;
2267
- }[];
2268
- control?: string | undefined;
2269
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2270
- }>;
2271
- export declare const statusListLayoutSchema: z.ZodObject<{
2272
- type: z.ZodLiteral<"status-list">;
2273
- items: z.ZodArray<z.ZodObject<{
2274
- title: z.ZodString;
2275
- description: z.ZodOptional<z.ZodString>;
2276
- icon: z.ZodUnion<[z.ZodObject<{
2277
- name: z.ZodString;
2278
- }, "strip", z.ZodTypeAny, {
2279
- name: string;
2280
- }, {
2281
- name: string;
2282
- }>, z.ZodObject<{
2283
- text: z.ZodString;
2284
- }, "strip", z.ZodTypeAny, {
2285
- text: string;
2286
- }, {
2287
- text: string;
2288
- }>]>;
2289
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>>;
2290
- }, "strip", z.ZodTypeAny, {
2291
- icon: {
2292
- name: string;
2293
- } | {
2294
- text: string;
2295
- };
2296
- title: string;
2297
- description?: string | undefined;
2298
- status?: "done" | "not-done" | "pending" | undefined;
2299
- }, {
2300
- icon: {
2301
- name: string;
2302
- } | {
2303
- text: string;
2304
- };
2305
- title: string;
2306
- description?: string | undefined;
2307
- status?: "done" | "not-done" | "pending" | undefined;
2308
- }>, "many">;
2309
- title: z.ZodOptional<z.ZodString>;
2310
- control: z.ZodOptional<z.ZodString>;
2311
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2312
- }, "strip", z.ZodTypeAny, {
2313
- type: "status-list";
2314
- items: {
2315
- icon: {
2316
- name: string;
2317
- } | {
2318
- text: string;
2319
- };
2320
- title: string;
2321
- description?: string | undefined;
2322
- status?: "done" | "not-done" | "pending" | undefined;
2323
- }[];
2324
- title?: string | undefined;
2325
- control?: string | undefined;
2326
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2327
- }, {
2328
- type: "status-list";
2329
- items: {
2330
- icon: {
2331
- name: string;
2332
- } | {
2333
- text: string;
2334
- };
2335
- title: string;
2336
- description?: string | undefined;
2337
- status?: "done" | "not-done" | "pending" | undefined;
2338
- }[];
2339
- title?: string | undefined;
2340
- control?: string | undefined;
2341
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2342
- }>;
2343
- export declare const reviewLayoutSchema: z.ZodObject<{
2344
- type: z.ZodLiteral<"review">;
2345
- orientation: z.ZodOptional<z.ZodString>;
2346
- action: z.ZodOptional<z.ZodObject<{
2347
- title: z.ZodOptional<z.ZodString>;
2348
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2349
- disabled: z.ZodOptional<z.ZodBoolean>;
2350
- $id: z.ZodOptional<z.ZodString>;
2351
- $ref: z.ZodOptional<z.ZodString>;
2352
- id: z.ZodOptional<z.ZodString>;
2353
- url: z.ZodOptional<z.ZodString>;
2354
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2355
- exit: z.ZodOptional<z.ZodBoolean>;
2356
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2357
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2358
- timeout: z.ZodOptional<z.ZodNumber>;
2359
- skipValidation: z.ZodOptional<z.ZodBoolean>;
2360
- }, "strip", z.ZodTypeAny, {
2361
- url?: string | undefined;
2362
- $id?: string | undefined;
2363
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2364
- disabled?: boolean | undefined;
2365
- title?: string | undefined;
2366
- id?: string | undefined;
2367
- $ref?: string | undefined;
2368
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2369
- exit?: boolean | undefined;
2370
- result?: JsonElement | undefined;
2371
- data?: JsonElement | undefined;
2372
- timeout?: number | undefined;
2373
- skipValidation?: boolean | undefined;
2374
- }, {
2375
- url?: string | undefined;
2376
- $id?: string | undefined;
2377
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2378
- disabled?: boolean | undefined;
2379
- title?: string | undefined;
2380
- id?: string | undefined;
2381
- $ref?: string | undefined;
2382
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2383
- exit?: boolean | undefined;
2384
- result?: JsonElement | undefined;
2385
- data?: JsonElement | undefined;
2386
- timeout?: number | undefined;
2387
- skipValidation?: boolean | undefined;
2388
- }>>;
2389
- fields: z.ZodArray<z.ZodObject<{
2390
- label: z.ZodString;
2391
- value: z.ZodString;
2392
- help: z.ZodOptional<z.ZodObject<{
2393
- markdown: z.ZodString;
2394
- }, "strip", z.ZodTypeAny, {
2395
- markdown: string;
2396
- }, {
2397
- markdown: string;
2398
- }>>;
2399
- }, "strip", z.ZodTypeAny, {
2400
- value: string;
2401
- label: string;
2402
- help?: {
2403
- markdown: string;
2404
- } | undefined;
2405
- }, {
2406
- value: string;
2407
- label: string;
2408
- help?: {
2409
- markdown: string;
2410
- } | undefined;
2411
- }>, "many">;
2412
- title: z.ZodOptional<z.ZodString>;
2413
- callToAction: z.ZodOptional<z.ZodObject<{
2414
- title: z.ZodString;
2483
+ timeout?: number | undefined;
2484
+ skipValidation?: boolean | undefined;
2485
+ };
2486
+ title?: string | undefined;
2487
+ }>>;
2488
+ back: z.ZodOptional<z.ZodObject<{
2489
+ title: z.ZodOptional<z.ZodString>;
2415
2490
  action: z.ZodObject<{
2416
2491
  title: z.ZodOptional<z.ZodString>;
2417
2492
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
@@ -2471,7 +2546,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2471
2546
  timeout?: number | undefined;
2472
2547
  skipValidation?: boolean | undefined;
2473
2548
  };
2474
- title: string;
2549
+ title?: string | undefined;
2475
2550
  }, {
2476
2551
  action: {
2477
2552
  url?: string | undefined;
@@ -2488,39 +2563,29 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2488
2563
  timeout?: number | undefined;
2489
2564
  skipValidation?: boolean | undefined;
2490
2565
  };
2491
- title: string;
2566
+ title?: string | undefined;
2492
2567
  }>>;
2493
- control: z.ZodOptional<z.ZodString>;
2494
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2568
+ stackBehavior: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"remove-previous">, z.ZodLiteral<"remove-all">, z.ZodLiteral<"replace-current">]>>;
2495
2569
  }, "strip", z.ZodTypeAny, {
2496
- type: "review";
2497
- fields: {
2498
- value: string;
2499
- label: string;
2500
- help?: {
2501
- markdown: string;
2502
- } | undefined;
2503
- }[];
2504
- action?: {
2505
- url?: string | undefined;
2506
- $id?: string | undefined;
2507
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2508
- disabled?: boolean | undefined;
2570
+ back?: {
2571
+ action: {
2572
+ url?: string | undefined;
2573
+ $id?: string | undefined;
2574
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2575
+ disabled?: boolean | undefined;
2576
+ title?: string | undefined;
2577
+ id?: string | undefined;
2578
+ $ref?: string | undefined;
2579
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2580
+ exit?: boolean | undefined;
2581
+ result?: JsonElement | undefined;
2582
+ data?: JsonElement | undefined;
2583
+ timeout?: number | undefined;
2584
+ skipValidation?: boolean | undefined;
2585
+ };
2509
2586
  title?: string | undefined;
2510
- id?: string | undefined;
2511
- $ref?: string | undefined;
2512
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2513
- exit?: boolean | undefined;
2514
- result?: JsonElement | undefined;
2515
- data?: JsonElement | undefined;
2516
- timeout?: number | undefined;
2517
- skipValidation?: boolean | undefined;
2518
2587
  } | undefined;
2519
- title?: string | undefined;
2520
- control?: string | undefined;
2521
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2522
- orientation?: string | undefined;
2523
- callToAction?: {
2588
+ backButton?: {
2524
2589
  action: {
2525
2590
  url?: string | undefined;
2526
2591
  $id?: string | undefined;
@@ -2536,37 +2601,29 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2536
2601
  timeout?: number | undefined;
2537
2602
  skipValidation?: boolean | undefined;
2538
2603
  };
2539
- title: string;
2604
+ title?: string | undefined;
2540
2605
  } | undefined;
2606
+ stackBehavior?: "default" | "remove-previous" | "remove-all" | "replace-current" | undefined;
2541
2607
  }, {
2542
- type: "review";
2543
- fields: {
2544
- value: string;
2545
- label: string;
2546
- help?: {
2547
- markdown: string;
2548
- } | undefined;
2549
- }[];
2550
- action?: {
2551
- url?: string | undefined;
2552
- $id?: string | undefined;
2553
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2554
- disabled?: boolean | undefined;
2608
+ back?: {
2609
+ action: {
2610
+ url?: string | undefined;
2611
+ $id?: string | undefined;
2612
+ type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2613
+ disabled?: boolean | undefined;
2614
+ title?: string | undefined;
2615
+ id?: string | undefined;
2616
+ $ref?: string | undefined;
2617
+ method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2618
+ exit?: boolean | undefined;
2619
+ result?: JsonElement | undefined;
2620
+ data?: JsonElement | undefined;
2621
+ timeout?: number | undefined;
2622
+ skipValidation?: boolean | undefined;
2623
+ };
2555
2624
  title?: string | undefined;
2556
- id?: string | undefined;
2557
- $ref?: string | undefined;
2558
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2559
- exit?: boolean | undefined;
2560
- result?: JsonElement | undefined;
2561
- data?: JsonElement | undefined;
2562
- timeout?: number | undefined;
2563
- skipValidation?: boolean | undefined;
2564
2625
  } | undefined;
2565
- title?: string | undefined;
2566
- control?: string | undefined;
2567
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2568
- orientation?: string | undefined;
2569
- callToAction?: {
2626
+ backButton?: {
2570
2627
  action: {
2571
2628
  url?: string | undefined;
2572
2629
  $id?: string | undefined;
@@ -2582,8 +2639,9 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2582
2639
  timeout?: number | undefined;
2583
2640
  skipValidation?: boolean | undefined;
2584
2641
  };
2585
- title: string;
2642
+ title?: string | undefined;
2586
2643
  } | undefined;
2644
+ stackBehavior?: "default" | "remove-previous" | "remove-all" | "replace-current" | undefined;
2587
2645
  }>;
2588
2646
  export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2589
2647
  type: z.ZodLiteral<"action">;
@@ -2614,18 +2672,18 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2614
2672
  url: string;
2615
2673
  type: "image";
2616
2674
  control?: string | undefined;
2675
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2617
2676
  text?: string | undefined;
2618
- accessibilityDescription?: string | undefined;
2619
2677
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2620
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2678
+ accessibilityDescription?: string | undefined;
2621
2679
  }, {
2622
2680
  url: string;
2623
2681
  type: "image";
2624
2682
  control?: string | undefined;
2683
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2625
2684
  text?: string | undefined;
2626
- accessibilityDescription?: string | undefined;
2627
2685
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2628
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2686
+ accessibilityDescription?: string | undefined;
2629
2687
  }>>;
2630
2688
  value: z.ZodObject<{
2631
2689
  title: z.ZodOptional<z.ZodString>;
@@ -2692,10 +2750,10 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2692
2750
  url: string;
2693
2751
  type: "image";
2694
2752
  control?: string | undefined;
2753
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2695
2754
  text?: string | undefined;
2696
- accessibilityDescription?: string | undefined;
2697
2755
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2698
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2756
+ accessibilityDescription?: string | undefined;
2699
2757
  } | undefined;
2700
2758
  description?: string | undefined;
2701
2759
  icon?: {
@@ -2725,10 +2783,10 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2725
2783
  url: string;
2726
2784
  type: "image";
2727
2785
  control?: string | undefined;
2786
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2728
2787
  text?: string | undefined;
2729
- accessibilityDescription?: string | undefined;
2730
2788
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2731
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2789
+ accessibilityDescription?: string | undefined;
2732
2790
  } | undefined;
2733
2791
  description?: string | undefined;
2734
2792
  icon?: {
@@ -2765,211 +2823,87 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2765
2823
  url: string;
2766
2824
  type: "image";
2767
2825
  control?: string | undefined;
2768
- text?: string | undefined;
2769
- accessibilityDescription?: string | undefined;
2770
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2771
2826
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2772
- }, {
2773
- url: string;
2774
- type: "image";
2775
- control?: string | undefined;
2776
2827
  text?: string | undefined;
2777
- accessibilityDescription?: string | undefined;
2778
2828
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2779
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2780
- }>>;
2781
- value: z.ZodObject<{
2782
- url: z.ZodString;
2783
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
2784
- param: z.ZodString;
2785
- query: z.ZodString;
2786
- }, "strip", z.ZodTypeAny, {
2787
- url: string;
2788
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2789
- param: string;
2790
- query: string;
2829
+ accessibilityDescription?: string | undefined;
2791
2830
  }, {
2792
- url: string;
2793
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2794
- param: string;
2795
- query: string;
2796
- }>;
2797
- }, "strip", z.ZodTypeAny, {
2798
- type: "search";
2799
- title: string;
2800
- value: {
2801
- url: string;
2802
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2803
- param: string;
2804
- query: string;
2805
- };
2806
- image?: {
2807
2831
  url: string;
2808
2832
  type: "image";
2809
2833
  control?: string | undefined;
2810
- text?: string | undefined;
2811
- accessibilityDescription?: string | undefined;
2812
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2813
2834
  margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2814
- } | undefined;
2815
- description?: string | undefined;
2816
- icon?: {
2817
- name: string;
2818
- } | {
2819
- text: string;
2820
- } | undefined;
2821
- }, {
2822
- type: "search";
2823
- title: string;
2824
- value: {
2825
- url: string;
2826
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2827
- param: string;
2828
- query: string;
2829
- };
2830
- image?: {
2831
- url: string;
2832
- type: "image";
2833
- control?: string | undefined;
2834
2835
  text?: string | undefined;
2835
- accessibilityDescription?: string | undefined;
2836
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2837
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2838
- } | undefined;
2839
- description?: string | undefined;
2840
- icon?: {
2841
- name: string;
2842
- } | {
2843
- text: string;
2844
- } | undefined;
2845
- }>]>;
2846
- export declare const pollingSchema: z.ZodObject<{
2847
- url: z.ZodString;
2848
- interval: z.ZodNumber;
2849
- maxAttempts: z.ZodNumber;
2850
- onError: z.ZodObject<{
2851
- action: z.ZodObject<{
2852
- title: z.ZodOptional<z.ZodString>;
2853
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2854
- disabled: z.ZodOptional<z.ZodBoolean>;
2855
- $id: z.ZodOptional<z.ZodString>;
2856
- $ref: z.ZodOptional<z.ZodString>;
2857
- id: z.ZodOptional<z.ZodString>;
2858
- url: z.ZodOptional<z.ZodString>;
2859
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2860
- exit: z.ZodOptional<z.ZodBoolean>;
2861
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2862
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2863
- timeout: z.ZodOptional<z.ZodNumber>;
2864
- skipValidation: z.ZodOptional<z.ZodBoolean>;
2865
- }, "strip", z.ZodTypeAny, {
2866
- url?: string | undefined;
2867
- $id?: string | undefined;
2868
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2869
- disabled?: boolean | undefined;
2870
- title?: string | undefined;
2871
- id?: string | undefined;
2872
- $ref?: string | undefined;
2873
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2874
- exit?: boolean | undefined;
2875
- result?: JsonElement | undefined;
2876
- data?: JsonElement | undefined;
2877
- timeout?: number | undefined;
2878
- skipValidation?: boolean | undefined;
2879
- }, {
2880
- url?: string | undefined;
2881
- $id?: string | undefined;
2882
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2883
- disabled?: boolean | undefined;
2884
- title?: string | undefined;
2885
- id?: string | undefined;
2886
- $ref?: string | undefined;
2887
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2888
- exit?: boolean | undefined;
2889
- result?: JsonElement | undefined;
2890
- data?: JsonElement | undefined;
2891
- timeout?: number | undefined;
2892
- skipValidation?: boolean | undefined;
2893
- }>;
2894
- }, "strip", z.ZodTypeAny, {
2895
- action: {
2896
- url?: string | undefined;
2897
- $id?: string | undefined;
2898
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2899
- disabled?: boolean | undefined;
2900
- title?: string | undefined;
2901
- id?: string | undefined;
2902
- $ref?: string | undefined;
2903
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2904
- exit?: boolean | undefined;
2905
- result?: JsonElement | undefined;
2906
- data?: JsonElement | undefined;
2907
- timeout?: number | undefined;
2908
- skipValidation?: boolean | undefined;
2909
- };
2836
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2837
+ accessibilityDescription?: string | undefined;
2838
+ }>>;
2839
+ value: z.ZodObject<{
2840
+ url: z.ZodString;
2841
+ method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
2842
+ param: z.ZodString;
2843
+ query: z.ZodString;
2844
+ }, "strip", z.ZodTypeAny, {
2845
+ url: string;
2846
+ param: string;
2847
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2848
+ query: string;
2910
2849
  }, {
2911
- action: {
2912
- url?: string | undefined;
2913
- $id?: string | undefined;
2914
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2915
- disabled?: boolean | undefined;
2916
- title?: string | undefined;
2917
- id?: string | undefined;
2918
- $ref?: string | undefined;
2919
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2920
- exit?: boolean | undefined;
2921
- result?: JsonElement | undefined;
2922
- data?: JsonElement | undefined;
2923
- timeout?: number | undefined;
2924
- skipValidation?: boolean | undefined;
2925
- };
2850
+ url: string;
2851
+ param: string;
2852
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2853
+ query: string;
2926
2854
  }>;
2927
2855
  }, "strip", z.ZodTypeAny, {
2928
- url: string;
2929
- interval: number;
2930
- maxAttempts: number;
2931
- onError: {
2932
- action: {
2933
- url?: string | undefined;
2934
- $id?: string | undefined;
2935
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2936
- disabled?: boolean | undefined;
2937
- title?: string | undefined;
2938
- id?: string | undefined;
2939
- $ref?: string | undefined;
2940
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2941
- exit?: boolean | undefined;
2942
- result?: JsonElement | undefined;
2943
- data?: JsonElement | undefined;
2944
- timeout?: number | undefined;
2945
- skipValidation?: boolean | undefined;
2946
- };
2856
+ type: "search";
2857
+ title: string;
2858
+ value: {
2859
+ url: string;
2860
+ param: string;
2861
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2862
+ query: string;
2947
2863
  };
2864
+ image?: {
2865
+ url: string;
2866
+ type: "image";
2867
+ control?: string | undefined;
2868
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2869
+ text?: string | undefined;
2870
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2871
+ accessibilityDescription?: string | undefined;
2872
+ } | undefined;
2873
+ description?: string | undefined;
2874
+ icon?: {
2875
+ name: string;
2876
+ } | {
2877
+ text: string;
2878
+ } | undefined;
2948
2879
  }, {
2949
- url: string;
2950
- interval: number;
2951
- maxAttempts: number;
2952
- onError: {
2953
- action: {
2954
- url?: string | undefined;
2955
- $id?: string | undefined;
2956
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2957
- disabled?: boolean | undefined;
2958
- title?: string | undefined;
2959
- id?: string | undefined;
2960
- $ref?: string | undefined;
2961
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2962
- exit?: boolean | undefined;
2963
- result?: JsonElement | undefined;
2964
- data?: JsonElement | undefined;
2965
- timeout?: number | undefined;
2966
- skipValidation?: boolean | undefined;
2967
- };
2880
+ type: "search";
2881
+ title: string;
2882
+ value: {
2883
+ url: string;
2884
+ param: string;
2885
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2886
+ query: string;
2968
2887
  };
2969
- }>;
2970
- export declare const navigationSchema: z.ZodObject<{
2971
- backButton: z.ZodOptional<z.ZodObject<{
2972
- title: z.ZodOptional<z.ZodString>;
2888
+ image?: {
2889
+ url: string;
2890
+ type: "image";
2891
+ control?: string | undefined;
2892
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2893
+ text?: string | undefined;
2894
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2895
+ accessibilityDescription?: string | undefined;
2896
+ } | undefined;
2897
+ description?: string | undefined;
2898
+ icon?: {
2899
+ name: string;
2900
+ } | {
2901
+ text: string;
2902
+ } | undefined;
2903
+ }>]>;
2904
+ export declare const decisionLayoutSchema: z.ZodObject<{
2905
+ type: z.ZodLiteral<"decision">;
2906
+ options: z.ZodArray<z.ZodObject<{
2973
2907
  action: z.ZodObject<{
2974
2908
  title: z.ZodOptional<z.ZodString>;
2975
2909
  type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
@@ -3013,104 +2947,48 @@ export declare const navigationSchema: z.ZodObject<{
3013
2947
  timeout?: number | undefined;
3014
2948
  skipValidation?: boolean | undefined;
3015
2949
  }>;
3016
- }, "strip", z.ZodTypeAny, {
3017
- action: {
3018
- url?: string | undefined;
3019
- $id?: string | undefined;
3020
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3021
- disabled?: boolean | undefined;
3022
- title?: string | undefined;
3023
- id?: string | undefined;
3024
- $ref?: string | undefined;
3025
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3026
- exit?: boolean | undefined;
3027
- result?: JsonElement | undefined;
3028
- data?: JsonElement | undefined;
3029
- timeout?: number | undefined;
3030
- skipValidation?: boolean | undefined;
3031
- };
3032
- title?: string | undefined;
3033
- }, {
3034
- action: {
3035
- url?: string | undefined;
3036
- $id?: string | undefined;
3037
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3038
- disabled?: boolean | undefined;
3039
- title?: string | undefined;
3040
- id?: string | undefined;
3041
- $ref?: string | undefined;
3042
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3043
- exit?: boolean | undefined;
3044
- result?: JsonElement | undefined;
3045
- data?: JsonElement | undefined;
3046
- timeout?: number | undefined;
3047
- skipValidation?: boolean | undefined;
3048
- };
3049
- title?: string | undefined;
3050
- }>>;
3051
- back: z.ZodOptional<z.ZodObject<{
3052
- title: z.ZodOptional<z.ZodString>;
3053
- action: z.ZodObject<{
3054
- title: z.ZodOptional<z.ZodString>;
3055
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
3056
- disabled: z.ZodOptional<z.ZodBoolean>;
3057
- $id: z.ZodOptional<z.ZodString>;
3058
- $ref: z.ZodOptional<z.ZodString>;
3059
- id: z.ZodOptional<z.ZodString>;
3060
- url: z.ZodOptional<z.ZodString>;
3061
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
3062
- exit: z.ZodOptional<z.ZodBoolean>;
3063
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
3064
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
3065
- timeout: z.ZodOptional<z.ZodNumber>;
3066
- skipValidation: z.ZodOptional<z.ZodBoolean>;
2950
+ title: z.ZodString;
2951
+ description: z.ZodOptional<z.ZodString>;
2952
+ disabled: z.ZodOptional<z.ZodBoolean>;
2953
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2954
+ name: z.ZodString;
3067
2955
  }, "strip", z.ZodTypeAny, {
3068
- url?: string | undefined;
3069
- $id?: string | undefined;
3070
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3071
- disabled?: boolean | undefined;
3072
- title?: string | undefined;
3073
- id?: string | undefined;
3074
- $ref?: string | undefined;
3075
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3076
- exit?: boolean | undefined;
3077
- result?: JsonElement | undefined;
3078
- data?: JsonElement | undefined;
3079
- timeout?: number | undefined;
3080
- skipValidation?: boolean | undefined;
2956
+ name: string;
3081
2957
  }, {
3082
- url?: string | undefined;
3083
- $id?: string | undefined;
3084
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3085
- disabled?: boolean | undefined;
3086
- title?: string | undefined;
3087
- id?: string | undefined;
3088
- $ref?: string | undefined;
3089
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3090
- exit?: boolean | undefined;
3091
- result?: JsonElement | undefined;
3092
- data?: JsonElement | undefined;
3093
- timeout?: number | undefined;
3094
- skipValidation?: boolean | undefined;
3095
- }>;
3096
- }, "strip", z.ZodTypeAny, {
3097
- action: {
3098
- url?: string | undefined;
3099
- $id?: string | undefined;
3100
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3101
- disabled?: boolean | undefined;
3102
- title?: string | undefined;
3103
- id?: string | undefined;
3104
- $ref?: string | undefined;
3105
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3106
- exit?: boolean | undefined;
3107
- result?: JsonElement | undefined;
3108
- data?: JsonElement | undefined;
3109
- timeout?: number | undefined;
3110
- skipValidation?: boolean | undefined;
3111
- };
3112
- title?: string | undefined;
3113
- }, {
2958
+ name: string;
2959
+ }>, z.ZodObject<{
2960
+ text: z.ZodString;
2961
+ }, "strip", z.ZodTypeAny, {
2962
+ text: string;
2963
+ }, {
2964
+ text: string;
2965
+ }>]>>;
2966
+ image: z.ZodOptional<z.ZodObject<{
2967
+ type: z.ZodLiteral<"image">;
2968
+ text: z.ZodOptional<z.ZodString>;
2969
+ url: z.ZodString;
2970
+ size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2971
+ accessibilityDescription: z.ZodOptional<z.ZodString>;
2972
+ control: z.ZodOptional<z.ZodString>;
2973
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2974
+ }, "strip", z.ZodTypeAny, {
2975
+ url: string;
2976
+ type: "image";
2977
+ control?: string | undefined;
2978
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2979
+ text?: string | undefined;
2980
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2981
+ accessibilityDescription?: string | undefined;
2982
+ }, {
2983
+ url: string;
2984
+ type: "image";
2985
+ control?: string | undefined;
2986
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2987
+ text?: string | undefined;
2988
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2989
+ accessibilityDescription?: string | undefined;
2990
+ }>>;
2991
+ }, "strip", z.ZodTypeAny, {
3114
2992
  action: {
3115
2993
  url?: string | undefined;
3116
2994
  $id?: string | undefined;
@@ -3126,11 +3004,24 @@ export declare const navigationSchema: z.ZodObject<{
3126
3004
  timeout?: number | undefined;
3127
3005
  skipValidation?: boolean | undefined;
3128
3006
  };
3129
- title?: string | undefined;
3130
- }>>;
3131
- stackBehavior: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"remove-previous">, z.ZodLiteral<"remove-all">, z.ZodLiteral<"replace-current">]>>;
3132
- }, "strip", z.ZodTypeAny, {
3133
- back?: {
3007
+ title: string;
3008
+ image?: {
3009
+ url: string;
3010
+ type: "image";
3011
+ control?: string | undefined;
3012
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3013
+ text?: string | undefined;
3014
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3015
+ accessibilityDescription?: string | undefined;
3016
+ } | undefined;
3017
+ description?: string | undefined;
3018
+ disabled?: boolean | undefined;
3019
+ icon?: {
3020
+ name: string;
3021
+ } | {
3022
+ text: string;
3023
+ } | undefined;
3024
+ }, {
3134
3025
  action: {
3135
3026
  url?: string | undefined;
3136
3027
  $id?: string | undefined;
@@ -3146,9 +3037,29 @@ export declare const navigationSchema: z.ZodObject<{
3146
3037
  timeout?: number | undefined;
3147
3038
  skipValidation?: boolean | undefined;
3148
3039
  };
3149
- title?: string | undefined;
3150
- } | undefined;
3151
- backButton?: {
3040
+ title: string;
3041
+ image?: {
3042
+ url: string;
3043
+ type: "image";
3044
+ control?: string | undefined;
3045
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3046
+ text?: string | undefined;
3047
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3048
+ accessibilityDescription?: string | undefined;
3049
+ } | undefined;
3050
+ description?: string | undefined;
3051
+ disabled?: boolean | undefined;
3052
+ icon?: {
3053
+ name: string;
3054
+ } | {
3055
+ text: string;
3056
+ } | undefined;
3057
+ }>, "many">;
3058
+ control: z.ZodOptional<z.ZodString>;
3059
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
3060
+ }, "strip", z.ZodTypeAny, {
3061
+ type: "decision";
3062
+ options: {
3152
3063
  action: {
3153
3064
  url?: string | undefined;
3154
3065
  $id?: string | undefined;
@@ -3164,11 +3075,29 @@ export declare const navigationSchema: z.ZodObject<{
3164
3075
  timeout?: number | undefined;
3165
3076
  skipValidation?: boolean | undefined;
3166
3077
  };
3167
- title?: string | undefined;
3168
- } | undefined;
3169
- stackBehavior?: "default" | "remove-previous" | "remove-all" | "replace-current" | undefined;
3078
+ title: string;
3079
+ image?: {
3080
+ url: string;
3081
+ type: "image";
3082
+ control?: string | undefined;
3083
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3084
+ text?: string | undefined;
3085
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3086
+ accessibilityDescription?: string | undefined;
3087
+ } | undefined;
3088
+ description?: string | undefined;
3089
+ disabled?: boolean | undefined;
3090
+ icon?: {
3091
+ name: string;
3092
+ } | {
3093
+ text: string;
3094
+ } | undefined;
3095
+ }[];
3096
+ control?: string | undefined;
3097
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3170
3098
  }, {
3171
- back?: {
3099
+ type: "decision";
3100
+ options: {
3172
3101
  action: {
3173
3102
  url?: string | undefined;
3174
3103
  $id?: string | undefined;
@@ -3184,27 +3113,98 @@ export declare const navigationSchema: z.ZodObject<{
3184
3113
  timeout?: number | undefined;
3185
3114
  skipValidation?: boolean | undefined;
3186
3115
  };
3187
- title?: string | undefined;
3188
- } | undefined;
3189
- backButton?: {
3190
- action: {
3191
- url?: string | undefined;
3192
- $id?: string | undefined;
3193
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3194
- disabled?: boolean | undefined;
3195
- title?: string | undefined;
3196
- id?: string | undefined;
3197
- $ref?: string | undefined;
3198
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3199
- exit?: boolean | undefined;
3200
- result?: JsonElement | undefined;
3201
- data?: JsonElement | undefined;
3202
- timeout?: number | undefined;
3203
- skipValidation?: boolean | undefined;
3116
+ title: string;
3117
+ image?: {
3118
+ url: string;
3119
+ type: "image";
3120
+ control?: string | undefined;
3121
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3122
+ text?: string | undefined;
3123
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3124
+ accessibilityDescription?: string | undefined;
3125
+ } | undefined;
3126
+ description?: string | undefined;
3127
+ disabled?: boolean | undefined;
3128
+ icon?: {
3129
+ name: string;
3130
+ } | {
3131
+ text: string;
3132
+ } | undefined;
3133
+ }[];
3134
+ control?: string | undefined;
3135
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3136
+ }>;
3137
+ export declare const listLayoutSchema: z.ZodObject<{
3138
+ type: z.ZodLiteral<"list">;
3139
+ items: z.ZodArray<z.ZodObject<{
3140
+ title: z.ZodString;
3141
+ description: z.ZodOptional<z.ZodString>;
3142
+ icon: z.ZodUnion<[z.ZodObject<{
3143
+ name: z.ZodString;
3144
+ }, "strip", z.ZodTypeAny, {
3145
+ name: string;
3146
+ }, {
3147
+ name: string;
3148
+ }>, z.ZodObject<{
3149
+ text: z.ZodString;
3150
+ }, "strip", z.ZodTypeAny, {
3151
+ text: string;
3152
+ }, {
3153
+ text: string;
3154
+ }>]>;
3155
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>>;
3156
+ }, "strip", z.ZodTypeAny, {
3157
+ icon: {
3158
+ name: string;
3159
+ } | {
3160
+ text: string;
3204
3161
  };
3205
- title?: string | undefined;
3206
- } | undefined;
3207
- stackBehavior?: "default" | "remove-previous" | "remove-all" | "replace-current" | undefined;
3162
+ title: string;
3163
+ description?: string | undefined;
3164
+ status?: "neutral" | "warning" | "positive" | undefined;
3165
+ }, {
3166
+ icon: {
3167
+ name: string;
3168
+ } | {
3169
+ text: string;
3170
+ };
3171
+ title: string;
3172
+ description?: string | undefined;
3173
+ status?: "neutral" | "warning" | "positive" | undefined;
3174
+ }>, "many">;
3175
+ title: z.ZodOptional<z.ZodString>;
3176
+ control: z.ZodOptional<z.ZodString>;
3177
+ margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
3178
+ }, "strip", z.ZodTypeAny, {
3179
+ type: "list";
3180
+ items: {
3181
+ icon: {
3182
+ name: string;
3183
+ } | {
3184
+ text: string;
3185
+ };
3186
+ title: string;
3187
+ description?: string | undefined;
3188
+ status?: "neutral" | "warning" | "positive" | undefined;
3189
+ }[];
3190
+ title?: string | undefined;
3191
+ control?: string | undefined;
3192
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3193
+ }, {
3194
+ type: "list";
3195
+ items: {
3196
+ icon: {
3197
+ name: string;
3198
+ } | {
3199
+ text: string;
3200
+ };
3201
+ title: string;
3202
+ description?: string | undefined;
3203
+ status?: "neutral" | "warning" | "positive" | undefined;
3204
+ }[];
3205
+ title?: string | undefined;
3206
+ control?: string | undefined;
3207
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3208
3208
  }>;
3209
3209
  export declare const searchResponseBodySchema: z.ZodObject<{
3210
3210
  results: z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -3236,18 +3236,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3236
3236
  url: string;
3237
3237
  type: "image";
3238
3238
  control?: string | undefined;
3239
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3239
3240
  text?: string | undefined;
3240
- accessibilityDescription?: string | undefined;
3241
3241
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3242
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3242
+ accessibilityDescription?: string | undefined;
3243
3243
  }, {
3244
3244
  url: string;
3245
3245
  type: "image";
3246
3246
  control?: string | undefined;
3247
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3247
3248
  text?: string | undefined;
3248
- accessibilityDescription?: string | undefined;
3249
3249
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3250
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3250
+ accessibilityDescription?: string | undefined;
3251
3251
  }>>;
3252
3252
  value: z.ZodObject<{
3253
3253
  title: z.ZodOptional<z.ZodString>;
@@ -3314,10 +3314,10 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3314
3314
  url: string;
3315
3315
  type: "image";
3316
3316
  control?: string | undefined;
3317
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3317
3318
  text?: string | undefined;
3318
- accessibilityDescription?: string | undefined;
3319
3319
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3320
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3320
+ accessibilityDescription?: string | undefined;
3321
3321
  } | undefined;
3322
3322
  description?: string | undefined;
3323
3323
  icon?: {
@@ -3347,10 +3347,10 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3347
3347
  url: string;
3348
3348
  type: "image";
3349
3349
  control?: string | undefined;
3350
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3350
3351
  text?: string | undefined;
3351
- accessibilityDescription?: string | undefined;
3352
3352
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3353
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3353
+ accessibilityDescription?: string | undefined;
3354
3354
  } | undefined;
3355
3355
  description?: string | undefined;
3356
3356
  icon?: {
@@ -3387,18 +3387,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3387
3387
  url: string;
3388
3388
  type: "image";
3389
3389
  control?: string | undefined;
3390
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3390
3391
  text?: string | undefined;
3391
- accessibilityDescription?: string | undefined;
3392
3392
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3393
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3393
+ accessibilityDescription?: string | undefined;
3394
3394
  }, {
3395
3395
  url: string;
3396
3396
  type: "image";
3397
3397
  control?: string | undefined;
3398
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3398
3399
  text?: string | undefined;
3399
- accessibilityDescription?: string | undefined;
3400
3400
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3401
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3401
+ accessibilityDescription?: string | undefined;
3402
3402
  }>>;
3403
3403
  value: z.ZodObject<{
3404
3404
  url: z.ZodString;
@@ -3407,13 +3407,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3407
3407
  query: z.ZodString;
3408
3408
  }, "strip", z.ZodTypeAny, {
3409
3409
  url: string;
3410
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3411
3410
  param: string;
3411
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3412
3412
  query: string;
3413
3413
  }, {
3414
3414
  url: string;
3415
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3416
3415
  param: string;
3416
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3417
3417
  query: string;
3418
3418
  }>;
3419
3419
  }, "strip", z.ZodTypeAny, {
@@ -3421,18 +3421,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3421
3421
  title: string;
3422
3422
  value: {
3423
3423
  url: string;
3424
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3425
3424
  param: string;
3425
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3426
3426
  query: string;
3427
3427
  };
3428
3428
  image?: {
3429
3429
  url: string;
3430
3430
  type: "image";
3431
3431
  control?: string | undefined;
3432
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3432
3433
  text?: string | undefined;
3433
- accessibilityDescription?: string | undefined;
3434
3434
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3435
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3435
+ accessibilityDescription?: string | undefined;
3436
3436
  } | undefined;
3437
3437
  description?: string | undefined;
3438
3438
  icon?: {
@@ -3445,18 +3445,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3445
3445
  title: string;
3446
3446
  value: {
3447
3447
  url: string;
3448
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3449
3448
  param: string;
3449
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3450
3450
  query: string;
3451
3451
  };
3452
3452
  image?: {
3453
3453
  url: string;
3454
3454
  type: "image";
3455
3455
  control?: string | undefined;
3456
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3456
3457
  text?: string | undefined;
3457
- accessibilityDescription?: string | undefined;
3458
3458
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3459
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3459
+ accessibilityDescription?: string | undefined;
3460
3460
  } | undefined;
3461
3461
  description?: string | undefined;
3462
3462
  icon?: {
@@ -3471,18 +3471,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3471
3471
  title: string;
3472
3472
  value: {
3473
3473
  url: string;
3474
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3475
3474
  param: string;
3475
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3476
3476
  query: string;
3477
3477
  };
3478
3478
  image?: {
3479
3479
  url: string;
3480
3480
  type: "image";
3481
3481
  control?: string | undefined;
3482
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3482
3483
  text?: string | undefined;
3483
- accessibilityDescription?: string | undefined;
3484
3484
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3485
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3485
+ accessibilityDescription?: string | undefined;
3486
3486
  } | undefined;
3487
3487
  description?: string | undefined;
3488
3488
  icon?: {
@@ -3512,10 +3512,10 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3512
3512
  url: string;
3513
3513
  type: "image";
3514
3514
  control?: string | undefined;
3515
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3515
3516
  text?: string | undefined;
3516
- accessibilityDescription?: string | undefined;
3517
3517
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3518
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3518
+ accessibilityDescription?: string | undefined;
3519
3519
  } | undefined;
3520
3520
  description?: string | undefined;
3521
3521
  icon?: {
@@ -3530,18 +3530,18 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3530
3530
  title: string;
3531
3531
  value: {
3532
3532
  url: string;
3533
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3534
3533
  param: string;
3534
+ method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3535
3535
  query: string;
3536
3536
  };
3537
3537
  image?: {
3538
3538
  url: string;
3539
3539
  type: "image";
3540
3540
  control?: string | undefined;
3541
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3541
3542
  text?: string | undefined;
3542
- accessibilityDescription?: string | undefined;
3543
3543
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3544
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3544
+ accessibilityDescription?: string | undefined;
3545
3545
  } | undefined;
3546
3546
  description?: string | undefined;
3547
3547
  icon?: {
@@ -3571,10 +3571,10 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3571
3571
  url: string;
3572
3572
  type: "image";
3573
3573
  control?: string | undefined;
3574
+ margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3574
3575
  text?: string | undefined;
3575
- accessibilityDescription?: string | undefined;
3576
3576
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3577
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3577
+ accessibilityDescription?: string | undefined;
3578
3578
  } | undefined;
3579
3579
  description?: string | undefined;
3580
3580
  icon?: {
@@ -3584,12 +3584,11 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3584
3584
  } | undefined;
3585
3585
  })[];
3586
3586
  }>;
3587
- export declare const layoutSchema: z.ZodSchema<Layout>;
3588
- export declare const boxLayoutSchema: z.ZodSchema<BoxLayout>;
3589
3587
  export declare const columnsLayoutSchema: z.ZodSchema<ColumnsLayout>;
3588
+ export declare const layoutSchema: z.ZodSchema<Layout>;
3590
3589
  export declare const modalLayoutSchema: z.ZodSchema<ModalLayout>;
3591
3590
  export declare const modalLayoutContentSchema: z.ZodSchema<ModalLayoutContent>;
3592
- export declare const stepSchema: z.ZodSchema<Step>;
3591
+ export declare const boxLayoutSchema: z.ZodSchema<BoxLayout>;
3593
3592
  export declare const schemaSchema: z.ZodSchema<Schema>;
3594
3593
  export declare const allOfSchemaSchema: z.ZodSchema<AllOfSchema>;
3595
3594
  export declare const arraySchemaSchema: z.ZodSchema<ArraySchema>;
@@ -3599,6 +3598,7 @@ export declare const numberSchemaSchema: z.ZodSchema<NumberSchema>;
3599
3598
  export declare const objectSchemaSchema: z.ZodSchema<ObjectSchema>;
3600
3599
  export declare const oneOfSchemaSchema: z.ZodSchema<OneOfSchema>;
3601
3600
  export declare const stringSchemaSchema: z.ZodSchema<StringSchema>;
3602
- export declare const arraySchemaListSchema: z.ZodSchema<ArraySchemaList>;
3603
3601
  export declare const persistAsyncSchema: z.ZodSchema<PersistAsync>;
3604
3602
  export declare const arraySchemaTupleSchema: z.ZodSchema<ArraySchemaTuple>;
3603
+ export declare const arraySchemaListSchema: z.ZodSchema<ArraySchemaList>;
3604
+ export declare const stepSchema: z.ZodSchema<Step>;