@wise/dynamic-flow-types 2.11.0-experimental-ed080a1 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3652 +0,0 @@
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>;
7
- }, "strip", z.ZodTypeAny, {
8
- url: string;
9
- text?: string | undefined;
10
- accessibilityDescription?: string | undefined;
11
- }, {
12
- url: string;
13
- text?: string | undefined;
14
- accessibilityDescription?: string | undefined;
15
- }>;
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;
19
- }, "strip", z.ZodTypeAny, {
20
- name: string;
21
- }, {
22
- name: string;
23
- }>;
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;
27
- }, "strip", z.ZodTypeAny, {
28
- text: string;
29
- }, {
30
- text: string;
31
- }>;
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<{
41
- 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
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
51
- control: z.ZodOptional<z.ZodString>;
52
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
53
- }, "strip", z.ZodTypeAny, {
54
- type: "loading-indicator";
55
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
56
- control?: string | undefined;
57
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
58
- }, {
59
- type: "loading-indicator";
60
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
61
- control?: string | undefined;
62
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
63
- }>;
64
- export declare const alertLayoutSchema: z.ZodObject<{
65
- type: z.ZodLiteral<"alert">;
66
- markdown: z.ZodString;
67
- 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">]>>;
68
- control: z.ZodOptional<z.ZodString>;
69
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
70
- }, "strip", z.ZodTypeAny, {
71
- type: "alert";
72
- markdown: string;
73
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
74
- control?: string | undefined;
75
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
76
- }, {
77
- type: "alert";
78
- markdown: string;
79
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
80
- control?: string | undefined;
81
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
82
- }>;
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
- align?: "left" | "right" | "center" | undefined;
93
- control?: string | undefined;
94
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
95
- }, {
96
- type: "paragraph";
97
- text: string;
98
- align?: "left" | "right" | "center" | undefined;
99
- control?: string | undefined;
100
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
101
- }>;
102
- export declare const dividerLayoutSchema: z.ZodObject<{
103
- type: z.ZodLiteral<"divider">;
104
- control: z.ZodOptional<z.ZodString>;
105
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
106
- }, "strip", z.ZodTypeAny, {
107
- type: "divider";
108
- control?: string | undefined;
109
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
110
- }, {
111
- type: "divider";
112
- control?: string | undefined;
113
- 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;
122
- }>;
123
- export declare const imageLayoutSchema: z.ZodObject<{
124
- type: z.ZodLiteral<"image">;
125
- text: z.ZodOptional<z.ZodString>;
126
- url: z.ZodString;
127
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
128
- accessibilityDescription: z.ZodOptional<z.ZodString>;
129
- control: z.ZodOptional<z.ZodString>;
130
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
131
- }, "strip", z.ZodTypeAny, {
132
- url: string;
133
- type: "image";
134
- text?: string | undefined;
135
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
136
- accessibilityDescription?: string | undefined;
137
- control?: string | undefined;
138
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
139
- }, {
140
- url: string;
141
- type: "image";
142
- text?: string | undefined;
143
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
144
- accessibilityDescription?: string | undefined;
145
- control?: string | 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
- emptyMessage?: string | undefined;
182
- control?: string | undefined;
183
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
184
- }, {
185
- url: string;
186
- type: "search";
187
- title: string;
188
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
189
- param: string;
190
- emptyMessage?: string | undefined;
191
- control?: string | undefined;
192
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
193
- }>;
194
- export declare const infoLayoutSchema: z.ZodObject<{
195
- type: z.ZodLiteral<"info">;
196
- markdown: z.ZodString;
197
- align: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>>;
198
- control: z.ZodOptional<z.ZodString>;
199
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
200
- }, "strip", z.ZodTypeAny, {
201
- type: "info";
202
- markdown: string;
203
- align?: "left" | "right" | "center" | undefined;
204
- control?: string | undefined;
205
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
206
- }, {
207
- type: "info";
208
- markdown: string;
209
- align?: "left" | "right" | "center" | undefined;
210
- control?: string | undefined;
211
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
212
- }>;
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;
223
- control: z.ZodOptional<z.ZodString>;
224
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
225
- }, "strip", z.ZodTypeAny, {
226
- type: "form";
227
- schemaId: string;
228
- schema?: {
229
- $ref: string;
230
- } | undefined;
231
- control?: string | undefined;
232
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
233
- }, {
234
- type: "form";
235
- schemaId: string;
236
- schema?: {
237
- $ref: string;
238
- } | undefined;
239
- control?: string | undefined;
240
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
241
- }>;
242
- export declare const headingLayoutSchema: z.ZodObject<{
243
- type: z.ZodLiteral<"heading">;
244
- 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
- align: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"left">, z.ZodLiteral<"center">, z.ZodLiteral<"right">]>>;
247
- control: z.ZodOptional<z.ZodString>;
248
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
249
- }, "strip", z.ZodTypeAny, {
250
- type: "heading";
251
- text: string;
252
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
253
- align?: "left" | "right" | "center" | undefined;
254
- control?: string | undefined;
255
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
256
- }, {
257
- type: "heading";
258
- text: string;
259
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
260
- align?: "left" | "right" | "center" | undefined;
261
- control?: string | undefined;
262
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
263
- }>;
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">]>>;
270
- }, "strip", z.ZodTypeAny, {
271
- type: "markdown";
272
- content: string;
273
- align?: "left" | "right" | "center" | undefined;
274
- control?: string | undefined;
275
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
276
- }, {
277
- type: "markdown";
278
- content: string;
279
- align?: "left" | "right" | "center" | undefined;
280
- control?: string | undefined;
281
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
282
- }>;
283
- export declare const columnsLayoutBiasSchema: z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"left">, z.ZodLiteral<"right">]>;
284
- export declare const helpSchema: z.ZodObject<{
285
- markdown: z.ZodString;
286
- }, "strip", z.ZodTypeAny, {
287
- markdown: string;
288
- }, {
289
- markdown: string;
290
- }>;
291
- export declare const searchSearchRequestSchema: z.ZodObject<{
292
- 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;
296
- }, "strip", z.ZodTypeAny, {
297
- url: string;
298
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
299
- param: string;
300
- query: string;
301
- }, {
302
- url: string;
303
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
304
- param: string;
305
- query: string;
306
- }>;
307
- export declare const jsonElementSchema: z.ZodSchema<JsonElement>;
308
- export declare const externalSchema: z.ZodObject<{
309
- url: z.ZodString;
310
- }, "strip", z.ZodTypeAny, {
311
- url: string;
312
- }, {
313
- url: string;
314
- }>;
315
- export declare const stepErrorSchema: z.ZodObject<{
316
- error: z.ZodOptional<z.ZodString>;
317
- validation: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
318
- }, "strip", z.ZodTypeAny, {
319
- error?: string | undefined;
320
- validation?: JsonElement | undefined;
321
- }, {
322
- error?: string | undefined;
323
- validation?: JsonElement | undefined;
324
- }>;
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
- text?: string | undefined;
354
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
355
- accessibilityDescription?: string | undefined;
356
- control?: string | undefined;
357
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
358
- }, {
359
- url: string;
360
- type: "image";
361
- text?: string | undefined;
362
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
363
- accessibilityDescription?: string | undefined;
364
- control?: string | 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>;
371
- }, "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
- text?: string | undefined;
383
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
384
- accessibilityDescription?: string | undefined;
385
- control?: string | 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;
392
- }, {
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
- text?: string | undefined;
404
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
405
- accessibilityDescription?: string | undefined;
406
- control?: string | 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;
413
- }>;
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">]>;
417
- url: z.ZodString;
418
- }, "strip", z.ZodTypeAny, {
419
- url: string;
420
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
421
- param: string;
422
- }, {
423
- url: string;
424
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
425
- param: string;
426
- }>;
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
- export declare const navigationStackBehaviorSchema: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"remove-previous">, z.ZodLiteral<"remove-all">, z.ZodLiteral<"replace-current">]>;
445
- 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>;
451
- }, "strip", z.ZodTypeAny, {
452
- providesTitle?: boolean | undefined;
453
- providesDescription?: boolean | undefined;
454
- providesIcon?: boolean | undefined;
455
- providesImage?: boolean | undefined;
456
- }, {
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
- text?: string | undefined;
489
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
490
- accessibilityDescription?: string | undefined;
491
- control?: string | undefined;
492
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
493
- }, {
494
- url: string;
495
- type: "image";
496
- text?: string | undefined;
497
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
498
- accessibilityDescription?: string | undefined;
499
- control?: string | 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>;
506
- }, "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
- text?: string | undefined;
518
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
519
- accessibilityDescription?: string | undefined;
520
- control?: string | 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;
527
- }, {
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
- text?: string | undefined;
539
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
540
- accessibilityDescription?: string | undefined;
541
- control?: string | 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
- }>]>;
549
- export declare const actionSchema: z.ZodObject<{
550
- title: z.ZodOptional<z.ZodString>;
551
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
552
- disabled: z.ZodOptional<z.ZodBoolean>;
553
- $id: z.ZodOptional<z.ZodString>;
554
- $ref: z.ZodOptional<z.ZodString>;
555
- id: z.ZodOptional<z.ZodString>;
556
- url: z.ZodOptional<z.ZodString>;
557
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
558
- exit: z.ZodOptional<z.ZodBoolean>;
559
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
560
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
561
- timeout: z.ZodOptional<z.ZodNumber>;
562
- skipValidation: z.ZodOptional<z.ZodBoolean>;
563
- }, "strip", z.ZodTypeAny, {
564
- title?: string | undefined;
565
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
566
- disabled?: boolean | undefined;
567
- $id?: string | undefined;
568
- $ref?: string | undefined;
569
- id?: string | undefined;
570
- url?: string | undefined;
571
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
572
- exit?: boolean | undefined;
573
- result?: JsonElement | undefined;
574
- data?: JsonElement | undefined;
575
- timeout?: number | undefined;
576
- skipValidation?: boolean | undefined;
577
- }, {
578
- title?: string | undefined;
579
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
580
- disabled?: boolean | undefined;
581
- $id?: string | undefined;
582
- $ref?: string | undefined;
583
- id?: string | undefined;
584
- url?: string | undefined;
585
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
586
- exit?: boolean | undefined;
587
- result?: JsonElement | undefined;
588
- data?: JsonElement | undefined;
589
- timeout?: number | undefined;
590
- skipValidation?: boolean | undefined;
591
- }>;
592
- export declare const listLayoutItemSchema: z.ZodObject<{
593
- 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">]>>;
609
- }, "strip", z.ZodTypeAny, {
610
- icon: ({
611
- name: string;
612
- } | {
613
- text: string;
614
- }) & ({
615
- name: string;
616
- } | {
617
- text: string;
618
- } | undefined);
619
- title: string;
620
- description?: string | undefined;
621
- status?: "neutral" | "warning" | "positive" | undefined;
622
- }, {
623
- icon: ({
624
- name: string;
625
- } | {
626
- text: string;
627
- }) & ({
628
- name: string;
629
- } | {
630
- text: string;
631
- } | undefined);
632
- title: string;
633
- description?: string | undefined;
634
- status?: "neutral" | "warning" | "positive" | undefined;
635
- }>;
636
- export declare const decisionLayoutOptionSchema: z.ZodObject<{
637
- action: z.ZodObject<{
638
- title: z.ZodOptional<z.ZodString>;
639
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
640
- disabled: z.ZodOptional<z.ZodBoolean>;
641
- $id: z.ZodOptional<z.ZodString>;
642
- $ref: z.ZodOptional<z.ZodString>;
643
- id: z.ZodOptional<z.ZodString>;
644
- url: z.ZodOptional<z.ZodString>;
645
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
646
- exit: z.ZodOptional<z.ZodBoolean>;
647
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
648
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
649
- timeout: z.ZodOptional<z.ZodNumber>;
650
- skipValidation: z.ZodOptional<z.ZodBoolean>;
651
- }, "strip", z.ZodTypeAny, {
652
- title?: string | undefined;
653
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
654
- disabled?: boolean | undefined;
655
- $id?: string | undefined;
656
- $ref?: string | undefined;
657
- id?: string | undefined;
658
- url?: string | undefined;
659
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
660
- exit?: boolean | undefined;
661
- result?: JsonElement | undefined;
662
- data?: JsonElement | undefined;
663
- timeout?: number | undefined;
664
- skipValidation?: boolean | undefined;
665
- }, {
666
- title?: string | undefined;
667
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
668
- disabled?: boolean | undefined;
669
- $id?: string | undefined;
670
- $ref?: string | undefined;
671
- id?: string | undefined;
672
- url?: string | undefined;
673
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
674
- exit?: boolean | undefined;
675
- result?: JsonElement | undefined;
676
- data?: JsonElement | undefined;
677
- timeout?: number | undefined;
678
- skipValidation?: boolean | undefined;
679
- }>;
680
- title: z.ZodString;
681
- description: z.ZodOptional<z.ZodString>;
682
- disabled: z.ZodOptional<z.ZodBoolean>;
683
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
684
- name: z.ZodString;
685
- }, "strip", z.ZodTypeAny, {
686
- name: string;
687
- }, {
688
- name: string;
689
- }>, z.ZodObject<{
690
- text: z.ZodString;
691
- }, "strip", z.ZodTypeAny, {
692
- text: string;
693
- }, {
694
- text: string;
695
- }>]>>;
696
- image: z.ZodOptional<z.ZodObject<{
697
- type: z.ZodLiteral<"image">;
698
- text: z.ZodOptional<z.ZodString>;
699
- url: z.ZodString;
700
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
701
- accessibilityDescription: z.ZodOptional<z.ZodString>;
702
- control: z.ZodOptional<z.ZodString>;
703
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
704
- }, "strip", z.ZodTypeAny, {
705
- url: string;
706
- type: "image";
707
- text?: string | undefined;
708
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
709
- accessibilityDescription?: string | undefined;
710
- control?: string | undefined;
711
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
712
- }, {
713
- url: string;
714
- type: "image";
715
- text?: string | undefined;
716
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
717
- accessibilityDescription?: string | undefined;
718
- control?: string | undefined;
719
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
720
- }>>;
721
- }, "strip", z.ZodTypeAny, {
722
- action: {
723
- title?: string | undefined;
724
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
725
- disabled?: boolean | undefined;
726
- $id?: string | undefined;
727
- $ref?: string | undefined;
728
- id?: string | undefined;
729
- url?: string | undefined;
730
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
731
- exit?: boolean | undefined;
732
- result?: JsonElement | undefined;
733
- data?: JsonElement | undefined;
734
- timeout?: number | undefined;
735
- skipValidation?: boolean | undefined;
736
- };
737
- title: string;
738
- description?: string | undefined;
739
- disabled?: boolean | undefined;
740
- icon?: {
741
- name: string;
742
- } | {
743
- text: string;
744
- } | undefined;
745
- image?: {
746
- url: string;
747
- type: "image";
748
- text?: string | undefined;
749
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
750
- accessibilityDescription?: string | undefined;
751
- control?: string | undefined;
752
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
753
- } | undefined;
754
- }, {
755
- action: {
756
- title?: string | undefined;
757
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
758
- disabled?: boolean | undefined;
759
- $id?: string | undefined;
760
- $ref?: string | undefined;
761
- id?: string | undefined;
762
- url?: string | undefined;
763
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
764
- exit?: boolean | undefined;
765
- result?: JsonElement | undefined;
766
- data?: JsonElement | undefined;
767
- timeout?: number | undefined;
768
- skipValidation?: boolean | undefined;
769
- };
770
- title: string;
771
- description?: string | undefined;
772
- disabled?: boolean | undefined;
773
- icon?: {
774
- name: string;
775
- } | {
776
- text: string;
777
- } | undefined;
778
- image?: {
779
- url: string;
780
- type: "image";
781
- text?: string | undefined;
782
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
783
- accessibilityDescription?: string | undefined;
784
- control?: string | undefined;
785
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
786
- } | undefined;
787
- }>;
788
- export declare const statusListLayoutItemSchema: z.ZodObject<{
789
- title: z.ZodString;
790
- description: z.ZodOptional<z.ZodString>;
791
- icon: z.ZodUnion<[z.ZodObject<{
792
- name: z.ZodString;
793
- }, "strip", z.ZodTypeAny, {
794
- name: string;
795
- }, {
796
- name: string;
797
- }>, z.ZodObject<{
798
- text: z.ZodString;
799
- }, "strip", z.ZodTypeAny, {
800
- text: string;
801
- }, {
802
- text: string;
803
- }>]>;
804
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>>;
805
- }, "strip", z.ZodTypeAny, {
806
- icon: ({
807
- name: string;
808
- } | {
809
- text: string;
810
- }) & ({
811
- name: string;
812
- } | {
813
- text: string;
814
- } | undefined);
815
- title: string;
816
- description?: string | undefined;
817
- status?: "done" | "not-done" | "pending" | undefined;
818
- }, {
819
- icon: ({
820
- name: string;
821
- } | {
822
- text: string;
823
- }) & ({
824
- name: string;
825
- } | {
826
- text: string;
827
- } | undefined);
828
- title: string;
829
- description?: string | undefined;
830
- status?: "done" | "not-done" | "pending" | undefined;
831
- }>;
832
- export declare const instructionsLayoutSchema: z.ZodObject<{
833
- type: z.ZodLiteral<"instructions">;
834
- title: z.ZodOptional<z.ZodString>;
835
- items: z.ZodArray<z.ZodObject<{
836
- text: z.ZodString;
837
- 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">]>;
838
- }, "strip", z.ZodTypeAny, {
839
- text: string;
840
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
841
- }, {
842
- text: string;
843
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
844
- }>, "many">;
845
- control: z.ZodOptional<z.ZodString>;
846
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
847
- }, "strip", z.ZodTypeAny, {
848
- type: "instructions";
849
- items: {
850
- text: string;
851
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
852
- }[];
853
- title?: string | undefined;
854
- control?: string | undefined;
855
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
856
- }, {
857
- type: "instructions";
858
- items: {
859
- text: string;
860
- context: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary";
861
- }[];
862
- title?: string | undefined;
863
- control?: string | undefined;
864
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
865
- }>;
866
- export declare const buttonLayoutSchema: z.ZodObject<{
867
- type: z.ZodLiteral<"button">;
868
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
869
- title: z.ZodOptional<z.ZodString>;
870
- action: z.ZodObject<{
871
- title: z.ZodOptional<z.ZodString>;
872
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
873
- disabled: z.ZodOptional<z.ZodBoolean>;
874
- $id: z.ZodOptional<z.ZodString>;
875
- $ref: z.ZodOptional<z.ZodString>;
876
- id: z.ZodOptional<z.ZodString>;
877
- url: z.ZodOptional<z.ZodString>;
878
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
879
- exit: z.ZodOptional<z.ZodBoolean>;
880
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
881
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
882
- timeout: z.ZodOptional<z.ZodNumber>;
883
- skipValidation: z.ZodOptional<z.ZodBoolean>;
884
- }, "strip", z.ZodTypeAny, {
885
- title?: string | undefined;
886
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
887
- disabled?: boolean | undefined;
888
- $id?: string | undefined;
889
- $ref?: string | undefined;
890
- id?: string | undefined;
891
- url?: string | undefined;
892
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
893
- exit?: boolean | undefined;
894
- result?: JsonElement | undefined;
895
- data?: JsonElement | undefined;
896
- timeout?: number | undefined;
897
- skipValidation?: boolean | undefined;
898
- }, {
899
- title?: string | undefined;
900
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
901
- disabled?: boolean | undefined;
902
- $id?: string | undefined;
903
- $ref?: string | undefined;
904
- id?: string | undefined;
905
- url?: string | undefined;
906
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
907
- exit?: boolean | undefined;
908
- result?: JsonElement | undefined;
909
- data?: JsonElement | undefined;
910
- timeout?: number | undefined;
911
- skipValidation?: boolean | undefined;
912
- }>;
913
- 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">]>>;
914
- disabled: z.ZodOptional<z.ZodBoolean>;
915
- pinOrder: z.ZodOptional<z.ZodNumber>;
916
- control: z.ZodOptional<z.ZodString>;
917
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
918
- }, "strip", z.ZodTypeAny, {
919
- action: {
920
- title?: string | undefined;
921
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
922
- disabled?: boolean | undefined;
923
- $id?: string | undefined;
924
- $ref?: string | undefined;
925
- id?: string | undefined;
926
- url?: string | undefined;
927
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
928
- exit?: boolean | undefined;
929
- result?: JsonElement | undefined;
930
- data?: JsonElement | undefined;
931
- timeout?: number | undefined;
932
- skipValidation?: boolean | undefined;
933
- };
934
- type: "button";
935
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
936
- title?: string | undefined;
937
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
938
- disabled?: boolean | undefined;
939
- pinOrder?: number | undefined;
940
- control?: string | undefined;
941
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
942
- }, {
943
- action: {
944
- title?: string | undefined;
945
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
946
- disabled?: boolean | undefined;
947
- $id?: string | undefined;
948
- $ref?: string | undefined;
949
- id?: string | undefined;
950
- url?: string | undefined;
951
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
952
- exit?: boolean | undefined;
953
- result?: JsonElement | undefined;
954
- data?: JsonElement | undefined;
955
- timeout?: number | undefined;
956
- skipValidation?: boolean | undefined;
957
- };
958
- type: "button";
959
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
960
- title?: string | undefined;
961
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
962
- disabled?: boolean | undefined;
963
- pinOrder?: number | undefined;
964
- control?: string | undefined;
965
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
966
- }>;
967
- export declare const reviewLayoutFieldSchema: z.ZodObject<{
968
- label: z.ZodString;
969
- value: z.ZodString;
970
- help: z.ZodOptional<z.ZodObject<{
971
- markdown: z.ZodString;
972
- }, "strip", z.ZodTypeAny, {
973
- markdown: string;
974
- }, {
975
- markdown: string;
976
- }>>;
977
- }, "strip", z.ZodTypeAny, {
978
- value: string;
979
- label: string;
980
- help?: {
981
- markdown: string;
982
- } | undefined;
983
- }, {
984
- value: string;
985
- label: string;
986
- help?: {
987
- markdown: string;
988
- } | undefined;
989
- }>;
990
- export declare const searchResultSearchSchema: z.ZodObject<{
991
- type: z.ZodLiteral<"search">;
992
- title: z.ZodString;
993
- description: z.ZodOptional<z.ZodString>;
994
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
995
- name: z.ZodString;
996
- }, "strip", z.ZodTypeAny, {
997
- name: string;
998
- }, {
999
- name: string;
1000
- }>, z.ZodObject<{
1001
- text: z.ZodString;
1002
- }, "strip", z.ZodTypeAny, {
1003
- text: string;
1004
- }, {
1005
- text: string;
1006
- }>]>>;
1007
- image: z.ZodOptional<z.ZodObject<{
1008
- type: z.ZodLiteral<"image">;
1009
- text: z.ZodOptional<z.ZodString>;
1010
- url: z.ZodString;
1011
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1012
- accessibilityDescription: z.ZodOptional<z.ZodString>;
1013
- control: z.ZodOptional<z.ZodString>;
1014
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1015
- }, "strip", z.ZodTypeAny, {
1016
- url: string;
1017
- type: "image";
1018
- text?: string | undefined;
1019
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1020
- accessibilityDescription?: string | undefined;
1021
- control?: string | undefined;
1022
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1023
- }, {
1024
- url: string;
1025
- type: "image";
1026
- text?: string | undefined;
1027
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1028
- accessibilityDescription?: string | undefined;
1029
- control?: string | undefined;
1030
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1031
- }>>;
1032
- value: z.ZodObject<{
1033
- url: z.ZodString;
1034
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
1035
- param: z.ZodString;
1036
- query: z.ZodString;
1037
- }, "strip", z.ZodTypeAny, {
1038
- url: string;
1039
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1040
- param: string;
1041
- query: string;
1042
- }, {
1043
- url: string;
1044
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1045
- param: string;
1046
- query: string;
1047
- }>;
1048
- }, "strip", z.ZodTypeAny, {
1049
- type: "search";
1050
- title: string;
1051
- value: {
1052
- url: string;
1053
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1054
- param: string;
1055
- query: string;
1056
- };
1057
- description?: string | undefined;
1058
- icon?: {
1059
- name: string;
1060
- } | {
1061
- text: string;
1062
- } | undefined;
1063
- image?: {
1064
- url: string;
1065
- type: "image";
1066
- text?: string | undefined;
1067
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1068
- accessibilityDescription?: string | undefined;
1069
- control?: string | undefined;
1070
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1071
- } | undefined;
1072
- }, {
1073
- type: "search";
1074
- title: string;
1075
- value: {
1076
- url: string;
1077
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1078
- param: string;
1079
- query: string;
1080
- };
1081
- description?: string | undefined;
1082
- icon?: {
1083
- name: string;
1084
- } | {
1085
- text: string;
1086
- } | undefined;
1087
- image?: {
1088
- url: string;
1089
- type: "image";
1090
- text?: string | undefined;
1091
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1092
- accessibilityDescription?: string | undefined;
1093
- control?: string | undefined;
1094
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1095
- } | undefined;
1096
- }>;
1097
- export declare const searchResultActionSchema: z.ZodObject<{
1098
- type: z.ZodLiteral<"action">;
1099
- title: z.ZodString;
1100
- description: z.ZodOptional<z.ZodString>;
1101
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1102
- name: z.ZodString;
1103
- }, "strip", z.ZodTypeAny, {
1104
- name: string;
1105
- }, {
1106
- name: string;
1107
- }>, z.ZodObject<{
1108
- text: z.ZodString;
1109
- }, "strip", z.ZodTypeAny, {
1110
- text: string;
1111
- }, {
1112
- text: string;
1113
- }>]>>;
1114
- image: z.ZodOptional<z.ZodObject<{
1115
- type: z.ZodLiteral<"image">;
1116
- text: z.ZodOptional<z.ZodString>;
1117
- url: z.ZodString;
1118
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1119
- accessibilityDescription: z.ZodOptional<z.ZodString>;
1120
- control: z.ZodOptional<z.ZodString>;
1121
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1122
- }, "strip", z.ZodTypeAny, {
1123
- url: string;
1124
- type: "image";
1125
- text?: string | undefined;
1126
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1127
- accessibilityDescription?: string | undefined;
1128
- control?: string | undefined;
1129
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1130
- }, {
1131
- url: string;
1132
- type: "image";
1133
- text?: string | undefined;
1134
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1135
- accessibilityDescription?: string | undefined;
1136
- control?: string | undefined;
1137
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1138
- }>>;
1139
- value: z.ZodObject<{
1140
- title: z.ZodOptional<z.ZodString>;
1141
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1142
- disabled: z.ZodOptional<z.ZodBoolean>;
1143
- $id: z.ZodOptional<z.ZodString>;
1144
- $ref: z.ZodOptional<z.ZodString>;
1145
- id: z.ZodOptional<z.ZodString>;
1146
- url: z.ZodOptional<z.ZodString>;
1147
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1148
- exit: z.ZodOptional<z.ZodBoolean>;
1149
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1150
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1151
- timeout: z.ZodOptional<z.ZodNumber>;
1152
- skipValidation: z.ZodOptional<z.ZodBoolean>;
1153
- }, "strip", z.ZodTypeAny, {
1154
- title?: string | undefined;
1155
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1156
- disabled?: boolean | undefined;
1157
- $id?: string | undefined;
1158
- $ref?: string | undefined;
1159
- id?: string | undefined;
1160
- url?: string | undefined;
1161
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1162
- exit?: boolean | undefined;
1163
- result?: JsonElement | undefined;
1164
- data?: JsonElement | undefined;
1165
- timeout?: number | undefined;
1166
- skipValidation?: boolean | undefined;
1167
- }, {
1168
- title?: string | undefined;
1169
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1170
- disabled?: boolean | undefined;
1171
- $id?: string | undefined;
1172
- $ref?: string | undefined;
1173
- id?: string | undefined;
1174
- url?: string | undefined;
1175
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1176
- exit?: boolean | undefined;
1177
- result?: JsonElement | undefined;
1178
- data?: JsonElement | undefined;
1179
- timeout?: number | undefined;
1180
- skipValidation?: boolean | undefined;
1181
- }>;
1182
- }, "strip", z.ZodTypeAny, {
1183
- type: "action";
1184
- title: string;
1185
- value: {
1186
- title?: string | undefined;
1187
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1188
- disabled?: boolean | undefined;
1189
- $id?: string | undefined;
1190
- $ref?: string | undefined;
1191
- id?: string | undefined;
1192
- url?: string | undefined;
1193
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1194
- exit?: boolean | undefined;
1195
- result?: JsonElement | undefined;
1196
- data?: JsonElement | undefined;
1197
- timeout?: number | undefined;
1198
- skipValidation?: boolean | undefined;
1199
- };
1200
- description?: string | undefined;
1201
- icon?: {
1202
- name: string;
1203
- } | {
1204
- text: string;
1205
- } | undefined;
1206
- image?: {
1207
- url: string;
1208
- type: "image";
1209
- text?: string | undefined;
1210
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1211
- accessibilityDescription?: string | undefined;
1212
- control?: string | undefined;
1213
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1214
- } | undefined;
1215
- }, {
1216
- type: "action";
1217
- title: string;
1218
- value: {
1219
- title?: string | undefined;
1220
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1221
- disabled?: boolean | undefined;
1222
- $id?: string | undefined;
1223
- $ref?: string | undefined;
1224
- id?: string | undefined;
1225
- url?: string | undefined;
1226
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1227
- exit?: boolean | undefined;
1228
- result?: JsonElement | undefined;
1229
- data?: JsonElement | undefined;
1230
- timeout?: number | undefined;
1231
- skipValidation?: boolean | undefined;
1232
- };
1233
- description?: string | undefined;
1234
- icon?: {
1235
- name: string;
1236
- } | {
1237
- text: string;
1238
- } | undefined;
1239
- image?: {
1240
- url: string;
1241
- type: "image";
1242
- text?: string | undefined;
1243
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1244
- accessibilityDescription?: string | undefined;
1245
- control?: string | undefined;
1246
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1247
- } | undefined;
1248
- }>;
1249
- export declare const actionResponseBodySchema: z.ZodObject<{
1250
- action: z.ZodObject<{
1251
- title: z.ZodOptional<z.ZodString>;
1252
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1253
- disabled: z.ZodOptional<z.ZodBoolean>;
1254
- $id: z.ZodOptional<z.ZodString>;
1255
- $ref: z.ZodOptional<z.ZodString>;
1256
- id: z.ZodOptional<z.ZodString>;
1257
- url: z.ZodOptional<z.ZodString>;
1258
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1259
- exit: z.ZodOptional<z.ZodBoolean>;
1260
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1261
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1262
- timeout: z.ZodOptional<z.ZodNumber>;
1263
- skipValidation: z.ZodOptional<z.ZodBoolean>;
1264
- }, "strip", z.ZodTypeAny, {
1265
- title?: string | undefined;
1266
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1267
- disabled?: boolean | undefined;
1268
- $id?: string | undefined;
1269
- $ref?: string | undefined;
1270
- id?: string | undefined;
1271
- url?: string | undefined;
1272
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1273
- exit?: boolean | undefined;
1274
- result?: JsonElement | undefined;
1275
- data?: JsonElement | undefined;
1276
- timeout?: number | undefined;
1277
- skipValidation?: boolean | undefined;
1278
- }, {
1279
- title?: string | undefined;
1280
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1281
- disabled?: boolean | undefined;
1282
- $id?: string | undefined;
1283
- $ref?: string | undefined;
1284
- id?: string | undefined;
1285
- url?: string | undefined;
1286
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1287
- exit?: boolean | undefined;
1288
- result?: JsonElement | undefined;
1289
- data?: JsonElement | undefined;
1290
- timeout?: number | undefined;
1291
- skipValidation?: boolean | undefined;
1292
- }>;
1293
- }, "strip", z.ZodTypeAny, {
1294
- action: {
1295
- title?: string | undefined;
1296
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1297
- disabled?: boolean | undefined;
1298
- $id?: string | undefined;
1299
- $ref?: string | undefined;
1300
- id?: string | undefined;
1301
- url?: string | undefined;
1302
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1303
- exit?: boolean | undefined;
1304
- result?: JsonElement | undefined;
1305
- data?: JsonElement | undefined;
1306
- timeout?: number | undefined;
1307
- skipValidation?: boolean | undefined;
1308
- };
1309
- }, {
1310
- action: {
1311
- title?: string | undefined;
1312
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1313
- disabled?: boolean | undefined;
1314
- $id?: string | undefined;
1315
- $ref?: string | undefined;
1316
- id?: string | undefined;
1317
- url?: string | undefined;
1318
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1319
- exit?: boolean | undefined;
1320
- result?: JsonElement | undefined;
1321
- data?: JsonElement | undefined;
1322
- timeout?: number | undefined;
1323
- skipValidation?: boolean | undefined;
1324
- };
1325
- }>;
1326
- export declare const errorResponseBodySchema: z.ZodObject<{
1327
- refreshFormUrl: z.ZodOptional<z.ZodString>;
1328
- analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1329
- error: z.ZodOptional<z.ZodString>;
1330
- validation: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1331
- refreshUrl: z.ZodOptional<z.ZodString>;
1332
- }, "strip", z.ZodTypeAny, {
1333
- refreshFormUrl?: string | undefined;
1334
- analytics?: Record<string, string> | undefined;
1335
- error?: string | undefined;
1336
- validation?: JsonElement | undefined;
1337
- refreshUrl?: string | undefined;
1338
- }, {
1339
- refreshFormUrl?: string | undefined;
1340
- analytics?: Record<string, string> | undefined;
1341
- error?: string | undefined;
1342
- validation?: JsonElement | undefined;
1343
- refreshUrl?: string | undefined;
1344
- }>;
1345
- export declare const linkHandlerSchema: z.ZodObject<{
1346
- regexPattern: z.ZodString;
1347
- action: z.ZodObject<{
1348
- title: z.ZodOptional<z.ZodString>;
1349
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1350
- disabled: z.ZodOptional<z.ZodBoolean>;
1351
- $id: z.ZodOptional<z.ZodString>;
1352
- $ref: z.ZodOptional<z.ZodString>;
1353
- id: z.ZodOptional<z.ZodString>;
1354
- url: z.ZodOptional<z.ZodString>;
1355
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1356
- exit: z.ZodOptional<z.ZodBoolean>;
1357
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1358
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1359
- timeout: z.ZodOptional<z.ZodNumber>;
1360
- skipValidation: z.ZodOptional<z.ZodBoolean>;
1361
- }, "strip", z.ZodTypeAny, {
1362
- title?: string | undefined;
1363
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1364
- disabled?: boolean | undefined;
1365
- $id?: string | undefined;
1366
- $ref?: string | undefined;
1367
- id?: string | undefined;
1368
- url?: string | undefined;
1369
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1370
- exit?: boolean | undefined;
1371
- result?: JsonElement | undefined;
1372
- data?: JsonElement | undefined;
1373
- timeout?: number | undefined;
1374
- skipValidation?: boolean | undefined;
1375
- }, {
1376
- title?: string | undefined;
1377
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1378
- disabled?: boolean | undefined;
1379
- $id?: string | undefined;
1380
- $ref?: string | undefined;
1381
- id?: string | undefined;
1382
- url?: string | undefined;
1383
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1384
- exit?: boolean | undefined;
1385
- result?: JsonElement | undefined;
1386
- data?: JsonElement | undefined;
1387
- timeout?: number | undefined;
1388
- skipValidation?: boolean | undefined;
1389
- }>;
1390
- }, "strip", z.ZodTypeAny, {
1391
- action: {
1392
- title?: string | undefined;
1393
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1394
- disabled?: boolean | undefined;
1395
- $id?: string | undefined;
1396
- $ref?: string | undefined;
1397
- id?: string | undefined;
1398
- url?: string | undefined;
1399
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1400
- exit?: boolean | undefined;
1401
- result?: JsonElement | undefined;
1402
- data?: JsonElement | undefined;
1403
- timeout?: number | undefined;
1404
- skipValidation?: boolean | undefined;
1405
- };
1406
- regexPattern: string;
1407
- }, {
1408
- action: {
1409
- title?: string | undefined;
1410
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1411
- disabled?: boolean | undefined;
1412
- $id?: string | undefined;
1413
- $ref?: string | undefined;
1414
- id?: string | undefined;
1415
- url?: string | undefined;
1416
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1417
- exit?: boolean | undefined;
1418
- result?: JsonElement | undefined;
1419
- data?: JsonElement | undefined;
1420
- timeout?: number | undefined;
1421
- skipValidation?: boolean | undefined;
1422
- };
1423
- regexPattern: string;
1424
- }>;
1425
- export declare const blobSchemaSchema: z.ZodObject<{
1426
- type: z.ZodLiteral<"blob">;
1427
- promoted: z.ZodOptional<z.ZodBoolean>;
1428
- $id: z.ZodOptional<z.ZodString>;
1429
- title: z.ZodOptional<z.ZodString>;
1430
- description: z.ZodOptional<z.ZodString>;
1431
- control: z.ZodOptional<z.ZodString>;
1432
- hidden: z.ZodOptional<z.ZodBoolean>;
1433
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1434
- name: z.ZodString;
1435
- }, "strip", z.ZodTypeAny, {
1436
- name: string;
1437
- }, {
1438
- name: string;
1439
- }>, z.ZodObject<{
1440
- text: z.ZodString;
1441
- }, "strip", z.ZodTypeAny, {
1442
- text: string;
1443
- }, {
1444
- text: string;
1445
- }>]>>;
1446
- image: z.ZodOptional<z.ZodObject<{
1447
- text: z.ZodOptional<z.ZodString>;
1448
- url: z.ZodString;
1449
- accessibilityDescription: z.ZodOptional<z.ZodString>;
1450
- }, "strip", z.ZodTypeAny, {
1451
- url: string;
1452
- text?: string | undefined;
1453
- accessibilityDescription?: string | undefined;
1454
- }, {
1455
- url: string;
1456
- text?: string | undefined;
1457
- accessibilityDescription?: string | undefined;
1458
- }>>;
1459
- keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1460
- summary: z.ZodOptional<z.ZodObject<{
1461
- providesTitle: z.ZodOptional<z.ZodBoolean>;
1462
- providesDescription: z.ZodOptional<z.ZodBoolean>;
1463
- providesIcon: z.ZodOptional<z.ZodBoolean>;
1464
- providesImage: z.ZodOptional<z.ZodBoolean>;
1465
- }, "strip", z.ZodTypeAny, {
1466
- providesTitle?: boolean | undefined;
1467
- providesDescription?: boolean | undefined;
1468
- providesIcon?: boolean | undefined;
1469
- providesImage?: boolean | undefined;
1470
- }, {
1471
- providesTitle?: boolean | undefined;
1472
- providesDescription?: boolean | undefined;
1473
- providesIcon?: boolean | undefined;
1474
- providesImage?: boolean | undefined;
1475
- }>>;
1476
- analyticsId: z.ZodOptional<z.ZodString>;
1477
- validationAsync: z.ZodOptional<z.ZodObject<{
1478
- param: z.ZodString;
1479
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
1480
- url: z.ZodString;
1481
- }, "strip", z.ZodTypeAny, {
1482
- url: string;
1483
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1484
- param: string;
1485
- }, {
1486
- url: string;
1487
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1488
- param: string;
1489
- }>>;
1490
- validationMessages: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1491
- alert: z.ZodOptional<z.ZodObject<{
1492
- type: z.ZodLiteral<"alert">;
1493
- markdown: z.ZodString;
1494
- 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">]>>;
1495
- control: z.ZodOptional<z.ZodString>;
1496
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1497
- }, "strip", z.ZodTypeAny, {
1498
- type: "alert";
1499
- markdown: string;
1500
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1501
- control?: string | undefined;
1502
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1503
- }, {
1504
- type: "alert";
1505
- markdown: string;
1506
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1507
- control?: string | undefined;
1508
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1509
- }>>;
1510
- cameraConfig: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1511
- accepts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1512
- maxSize: z.ZodOptional<z.ZodNumber>;
1513
- source: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"camera">, z.ZodLiteral<"file">]>>;
1514
- disabled: z.ZodOptional<z.ZodBoolean>;
1515
- }, "strip", z.ZodTypeAny, {
1516
- type: "blob";
1517
- promoted?: boolean | undefined;
1518
- $id?: string | undefined;
1519
- title?: string | undefined;
1520
- description?: string | undefined;
1521
- control?: string | undefined;
1522
- hidden?: boolean | undefined;
1523
- icon?: {
1524
- name: string;
1525
- } | {
1526
- text: string;
1527
- } | undefined;
1528
- image?: {
1529
- url: string;
1530
- text?: string | undefined;
1531
- accessibilityDescription?: string | undefined;
1532
- } | undefined;
1533
- keywords?: string[] | undefined;
1534
- summary?: {
1535
- providesTitle?: boolean | undefined;
1536
- providesDescription?: boolean | undefined;
1537
- providesIcon?: boolean | undefined;
1538
- providesImage?: boolean | undefined;
1539
- } | undefined;
1540
- analyticsId?: string | undefined;
1541
- validationAsync?: {
1542
- url: string;
1543
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1544
- param: string;
1545
- } | undefined;
1546
- validationMessages?: Record<string, string> | undefined;
1547
- alert?: {
1548
- type: "alert";
1549
- markdown: string;
1550
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1551
- control?: string | undefined;
1552
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1553
- } | undefined;
1554
- cameraConfig?: JsonElement | undefined;
1555
- accepts?: string[] | undefined;
1556
- maxSize?: number | undefined;
1557
- source?: "camera" | "file" | undefined;
1558
- disabled?: boolean | undefined;
1559
- }, {
1560
- type: "blob";
1561
- promoted?: boolean | undefined;
1562
- $id?: string | undefined;
1563
- title?: string | undefined;
1564
- description?: string | undefined;
1565
- control?: string | undefined;
1566
- hidden?: boolean | undefined;
1567
- icon?: {
1568
- name: string;
1569
- } | {
1570
- text: string;
1571
- } | undefined;
1572
- image?: {
1573
- url: string;
1574
- text?: string | undefined;
1575
- accessibilityDescription?: string | undefined;
1576
- } | undefined;
1577
- keywords?: string[] | undefined;
1578
- summary?: {
1579
- providesTitle?: boolean | undefined;
1580
- providesDescription?: boolean | undefined;
1581
- providesIcon?: boolean | undefined;
1582
- providesImage?: boolean | undefined;
1583
- } | undefined;
1584
- analyticsId?: string | undefined;
1585
- validationAsync?: {
1586
- url: string;
1587
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
1588
- param: string;
1589
- } | undefined;
1590
- validationMessages?: Record<string, string> | undefined;
1591
- alert?: {
1592
- type: "alert";
1593
- markdown: string;
1594
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1595
- control?: string | undefined;
1596
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1597
- } | undefined;
1598
- cameraConfig?: JsonElement | undefined;
1599
- accepts?: string[] | undefined;
1600
- maxSize?: number | undefined;
1601
- source?: "camera" | "file" | undefined;
1602
- disabled?: boolean | undefined;
1603
- }>;
1604
- export declare const constSchemaSchema: z.ZodObject<{
1605
- hidden: z.ZodOptional<z.ZodBoolean>;
1606
- alert: z.ZodOptional<z.ZodObject<{
1607
- type: z.ZodLiteral<"alert">;
1608
- markdown: z.ZodString;
1609
- 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">]>>;
1610
- control: z.ZodOptional<z.ZodString>;
1611
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
1612
- }, "strip", z.ZodTypeAny, {
1613
- type: "alert";
1614
- markdown: string;
1615
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1616
- control?: string | undefined;
1617
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1618
- }, {
1619
- type: "alert";
1620
- markdown: string;
1621
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1622
- control?: string | undefined;
1623
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1624
- }>>;
1625
- control: z.ZodOptional<z.ZodString>;
1626
- promoted: z.ZodOptional<z.ZodBoolean>;
1627
- $id: z.ZodOptional<z.ZodString>;
1628
- const: z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>;
1629
- title: z.ZodOptional<z.ZodString>;
1630
- description: z.ZodOptional<z.ZodString>;
1631
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1632
- name: z.ZodString;
1633
- }, "strip", z.ZodTypeAny, {
1634
- name: string;
1635
- }, {
1636
- name: string;
1637
- }>, z.ZodObject<{
1638
- text: z.ZodString;
1639
- }, "strip", z.ZodTypeAny, {
1640
- text: string;
1641
- }, {
1642
- text: string;
1643
- }>]>>;
1644
- image: z.ZodOptional<z.ZodObject<{
1645
- text: z.ZodOptional<z.ZodString>;
1646
- url: z.ZodString;
1647
- accessibilityDescription: z.ZodOptional<z.ZodString>;
1648
- }, "strip", z.ZodTypeAny, {
1649
- url: string;
1650
- text?: string | undefined;
1651
- accessibilityDescription?: string | undefined;
1652
- }, {
1653
- url: string;
1654
- text?: string | undefined;
1655
- accessibilityDescription?: string | undefined;
1656
- }>>;
1657
- keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1658
- summary: z.ZodOptional<z.ZodObject<{
1659
- providesTitle: z.ZodOptional<z.ZodBoolean>;
1660
- providesDescription: z.ZodOptional<z.ZodBoolean>;
1661
- providesIcon: z.ZodOptional<z.ZodBoolean>;
1662
- providesImage: z.ZodOptional<z.ZodBoolean>;
1663
- }, "strip", z.ZodTypeAny, {
1664
- providesTitle?: boolean | undefined;
1665
- providesDescription?: boolean | undefined;
1666
- providesIcon?: boolean | undefined;
1667
- providesImage?: boolean | undefined;
1668
- }, {
1669
- providesTitle?: boolean | undefined;
1670
- providesDescription?: boolean | undefined;
1671
- providesIcon?: boolean | undefined;
1672
- providesImage?: boolean | undefined;
1673
- }>>;
1674
- analyticsId: z.ZodOptional<z.ZodString>;
1675
- disabled: z.ZodOptional<z.ZodBoolean>;
1676
- }, "strip", z.ZodTypeAny, {
1677
- const: ((string | number | boolean | import("../next").JsonObject | import("../next").JsonArray) & (string | number | boolean | import("../next").JsonObject | import("../next").JsonArray | undefined)) | null;
1678
- hidden?: boolean | undefined;
1679
- alert?: {
1680
- type: "alert";
1681
- markdown: string;
1682
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1683
- control?: string | undefined;
1684
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1685
- } | undefined;
1686
- control?: string | undefined;
1687
- promoted?: boolean | undefined;
1688
- $id?: string | undefined;
1689
- title?: string | undefined;
1690
- description?: string | undefined;
1691
- icon?: {
1692
- name: string;
1693
- } | {
1694
- text: string;
1695
- } | undefined;
1696
- image?: {
1697
- url: string;
1698
- text?: string | undefined;
1699
- accessibilityDescription?: string | undefined;
1700
- } | undefined;
1701
- keywords?: string[] | undefined;
1702
- summary?: {
1703
- providesTitle?: boolean | undefined;
1704
- providesDescription?: boolean | undefined;
1705
- providesIcon?: boolean | undefined;
1706
- providesImage?: boolean | undefined;
1707
- } | undefined;
1708
- analyticsId?: string | undefined;
1709
- disabled?: boolean | undefined;
1710
- }, {
1711
- const: ((string | number | boolean | import("../next").JsonObject | import("../next").JsonArray) & (string | number | boolean | import("../next").JsonObject | import("../next").JsonArray | undefined)) | null;
1712
- hidden?: boolean | undefined;
1713
- alert?: {
1714
- type: "alert";
1715
- markdown: string;
1716
- context?: "neutral" | "warning" | "positive" | "negative" | "success" | "failure" | "info" | "primary" | undefined;
1717
- control?: string | undefined;
1718
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
1719
- } | undefined;
1720
- control?: string | undefined;
1721
- promoted?: boolean | undefined;
1722
- $id?: string | undefined;
1723
- title?: string | undefined;
1724
- description?: string | undefined;
1725
- icon?: {
1726
- name: string;
1727
- } | {
1728
- text: string;
1729
- } | undefined;
1730
- image?: {
1731
- url: string;
1732
- text?: string | undefined;
1733
- accessibilityDescription?: string | undefined;
1734
- } | undefined;
1735
- keywords?: string[] | undefined;
1736
- summary?: {
1737
- providesTitle?: boolean | undefined;
1738
- providesDescription?: boolean | undefined;
1739
- providesIcon?: boolean | undefined;
1740
- providesImage?: boolean | undefined;
1741
- } | undefined;
1742
- analyticsId?: string | undefined;
1743
- disabled?: boolean | undefined;
1744
- }>;
1745
- export declare const pollingOnErrorSchema: z.ZodObject<{
1746
- action: z.ZodObject<{
1747
- title: z.ZodOptional<z.ZodString>;
1748
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1749
- disabled: z.ZodOptional<z.ZodBoolean>;
1750
- $id: z.ZodOptional<z.ZodString>;
1751
- $ref: z.ZodOptional<z.ZodString>;
1752
- id: z.ZodOptional<z.ZodString>;
1753
- url: z.ZodOptional<z.ZodString>;
1754
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1755
- exit: z.ZodOptional<z.ZodBoolean>;
1756
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1757
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1758
- timeout: z.ZodOptional<z.ZodNumber>;
1759
- skipValidation: z.ZodOptional<z.ZodBoolean>;
1760
- }, "strip", z.ZodTypeAny, {
1761
- title?: string | undefined;
1762
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1763
- disabled?: boolean | undefined;
1764
- $id?: string | undefined;
1765
- $ref?: string | undefined;
1766
- id?: string | undefined;
1767
- url?: string | undefined;
1768
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1769
- exit?: boolean | undefined;
1770
- result?: JsonElement | undefined;
1771
- data?: JsonElement | undefined;
1772
- timeout?: number | undefined;
1773
- skipValidation?: boolean | undefined;
1774
- }, {
1775
- title?: string | undefined;
1776
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1777
- disabled?: boolean | undefined;
1778
- $id?: string | undefined;
1779
- $ref?: string | undefined;
1780
- id?: string | undefined;
1781
- url?: string | undefined;
1782
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1783
- exit?: boolean | undefined;
1784
- result?: JsonElement | undefined;
1785
- data?: JsonElement | undefined;
1786
- timeout?: number | undefined;
1787
- skipValidation?: boolean | undefined;
1788
- }>;
1789
- }, "strip", z.ZodTypeAny, {
1790
- action: {
1791
- title?: string | undefined;
1792
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1793
- disabled?: boolean | undefined;
1794
- $id?: string | undefined;
1795
- $ref?: string | undefined;
1796
- id?: string | undefined;
1797
- url?: string | undefined;
1798
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1799
- exit?: boolean | undefined;
1800
- result?: JsonElement | undefined;
1801
- data?: JsonElement | undefined;
1802
- timeout?: number | undefined;
1803
- skipValidation?: boolean | undefined;
1804
- };
1805
- }, {
1806
- action: {
1807
- title?: string | undefined;
1808
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1809
- disabled?: boolean | undefined;
1810
- $id?: string | undefined;
1811
- $ref?: string | undefined;
1812
- id?: string | undefined;
1813
- url?: string | undefined;
1814
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1815
- exit?: boolean | undefined;
1816
- result?: JsonElement | undefined;
1817
- data?: JsonElement | undefined;
1818
- timeout?: number | undefined;
1819
- skipValidation?: boolean | undefined;
1820
- };
1821
- }>;
1822
- export declare const navigationBackBehaviourSchema: z.ZodObject<{
1823
- title: z.ZodOptional<z.ZodString>;
1824
- action: z.ZodObject<{
1825
- title: z.ZodOptional<z.ZodString>;
1826
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1827
- disabled: z.ZodOptional<z.ZodBoolean>;
1828
- $id: z.ZodOptional<z.ZodString>;
1829
- $ref: z.ZodOptional<z.ZodString>;
1830
- id: z.ZodOptional<z.ZodString>;
1831
- url: z.ZodOptional<z.ZodString>;
1832
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1833
- exit: z.ZodOptional<z.ZodBoolean>;
1834
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1835
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1836
- timeout: z.ZodOptional<z.ZodNumber>;
1837
- skipValidation: z.ZodOptional<z.ZodBoolean>;
1838
- }, "strip", z.ZodTypeAny, {
1839
- title?: string | undefined;
1840
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1841
- disabled?: boolean | undefined;
1842
- $id?: string | undefined;
1843
- $ref?: string | undefined;
1844
- id?: string | undefined;
1845
- url?: string | undefined;
1846
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1847
- exit?: boolean | undefined;
1848
- result?: JsonElement | undefined;
1849
- data?: JsonElement | undefined;
1850
- timeout?: number | undefined;
1851
- skipValidation?: boolean | undefined;
1852
- }, {
1853
- title?: string | undefined;
1854
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1855
- disabled?: boolean | undefined;
1856
- $id?: string | undefined;
1857
- $ref?: string | undefined;
1858
- id?: string | undefined;
1859
- url?: string | undefined;
1860
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1861
- exit?: boolean | undefined;
1862
- result?: JsonElement | undefined;
1863
- data?: JsonElement | undefined;
1864
- timeout?: number | undefined;
1865
- skipValidation?: boolean | undefined;
1866
- }>;
1867
- }, "strip", z.ZodTypeAny, {
1868
- action: {
1869
- title?: string | undefined;
1870
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1871
- disabled?: boolean | undefined;
1872
- $id?: string | undefined;
1873
- $ref?: string | undefined;
1874
- id?: string | undefined;
1875
- url?: string | undefined;
1876
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1877
- exit?: boolean | undefined;
1878
- result?: JsonElement | undefined;
1879
- data?: JsonElement | undefined;
1880
- timeout?: number | undefined;
1881
- skipValidation?: boolean | undefined;
1882
- };
1883
- title?: string | undefined;
1884
- }, {
1885
- action: {
1886
- title?: string | undefined;
1887
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1888
- disabled?: boolean | undefined;
1889
- $id?: string | undefined;
1890
- $ref?: string | undefined;
1891
- id?: string | undefined;
1892
- url?: string | undefined;
1893
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1894
- exit?: boolean | undefined;
1895
- result?: JsonElement | undefined;
1896
- data?: JsonElement | undefined;
1897
- timeout?: number | undefined;
1898
- skipValidation?: boolean | undefined;
1899
- };
1900
- title?: string | undefined;
1901
- }>;
1902
- export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1903
- title: z.ZodString;
1904
- action: z.ZodObject<{
1905
- title: z.ZodOptional<z.ZodString>;
1906
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
1907
- disabled: z.ZodOptional<z.ZodBoolean>;
1908
- $id: z.ZodOptional<z.ZodString>;
1909
- $ref: z.ZodOptional<z.ZodString>;
1910
- id: z.ZodOptional<z.ZodString>;
1911
- url: z.ZodOptional<z.ZodString>;
1912
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
1913
- exit: z.ZodOptional<z.ZodBoolean>;
1914
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1915
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
1916
- timeout: z.ZodOptional<z.ZodNumber>;
1917
- skipValidation: z.ZodOptional<z.ZodBoolean>;
1918
- }, "strip", z.ZodTypeAny, {
1919
- title?: string | undefined;
1920
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1921
- disabled?: boolean | undefined;
1922
- $id?: string | undefined;
1923
- $ref?: string | undefined;
1924
- id?: string | undefined;
1925
- url?: string | undefined;
1926
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1927
- exit?: boolean | undefined;
1928
- result?: JsonElement | undefined;
1929
- data?: JsonElement | undefined;
1930
- timeout?: number | undefined;
1931
- skipValidation?: boolean | undefined;
1932
- }, {
1933
- title?: string | undefined;
1934
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1935
- disabled?: boolean | undefined;
1936
- $id?: string | undefined;
1937
- $ref?: string | undefined;
1938
- id?: string | undefined;
1939
- url?: string | undefined;
1940
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1941
- exit?: boolean | undefined;
1942
- result?: JsonElement | undefined;
1943
- data?: JsonElement | undefined;
1944
- timeout?: number | undefined;
1945
- skipValidation?: boolean | undefined;
1946
- }>;
1947
- }, "strip", z.ZodTypeAny, {
1948
- action: {
1949
- title?: string | undefined;
1950
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1951
- disabled?: boolean | undefined;
1952
- $id?: string | undefined;
1953
- $ref?: string | undefined;
1954
- id?: string | undefined;
1955
- url?: string | undefined;
1956
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1957
- exit?: boolean | undefined;
1958
- result?: JsonElement | undefined;
1959
- data?: JsonElement | undefined;
1960
- timeout?: number | undefined;
1961
- skipValidation?: boolean | undefined;
1962
- };
1963
- title: string;
1964
- }, {
1965
- action: {
1966
- title?: string | undefined;
1967
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1968
- disabled?: boolean | undefined;
1969
- $id?: string | undefined;
1970
- $ref?: string | undefined;
1971
- id?: string | undefined;
1972
- url?: string | undefined;
1973
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
1974
- exit?: boolean | undefined;
1975
- result?: JsonElement | undefined;
1976
- data?: JsonElement | undefined;
1977
- timeout?: number | undefined;
1978
- skipValidation?: boolean | undefined;
1979
- };
1980
- title: string;
1981
- }>;
1982
- export declare const listLayoutSchema: z.ZodObject<{
1983
- type: z.ZodLiteral<"list">;
1984
- items: z.ZodArray<z.ZodObject<{
1985
- title: z.ZodString;
1986
- description: z.ZodOptional<z.ZodString>;
1987
- icon: z.ZodUnion<[z.ZodObject<{
1988
- name: z.ZodString;
1989
- }, "strip", z.ZodTypeAny, {
1990
- name: string;
1991
- }, {
1992
- name: string;
1993
- }>, z.ZodObject<{
1994
- text: z.ZodString;
1995
- }, "strip", z.ZodTypeAny, {
1996
- text: string;
1997
- }, {
1998
- text: string;
1999
- }>]>;
2000
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>>;
2001
- }, "strip", z.ZodTypeAny, {
2002
- icon: ({
2003
- name: string;
2004
- } | {
2005
- text: string;
2006
- }) & ({
2007
- name: string;
2008
- } | {
2009
- text: string;
2010
- } | undefined);
2011
- title: string;
2012
- description?: string | undefined;
2013
- status?: "neutral" | "warning" | "positive" | undefined;
2014
- }, {
2015
- icon: ({
2016
- name: string;
2017
- } | {
2018
- text: string;
2019
- }) & ({
2020
- name: string;
2021
- } | {
2022
- text: string;
2023
- } | undefined);
2024
- title: string;
2025
- description?: string | undefined;
2026
- status?: "neutral" | "warning" | "positive" | undefined;
2027
- }>, "many">;
2028
- title: z.ZodOptional<z.ZodString>;
2029
- control: z.ZodOptional<z.ZodString>;
2030
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2031
- }, "strip", z.ZodTypeAny, {
2032
- type: "list";
2033
- items: {
2034
- icon: ({
2035
- name: string;
2036
- } | {
2037
- text: string;
2038
- }) & ({
2039
- name: string;
2040
- } | {
2041
- text: string;
2042
- } | undefined);
2043
- title: string;
2044
- description?: string | undefined;
2045
- status?: "neutral" | "warning" | "positive" | undefined;
2046
- }[];
2047
- title?: string | undefined;
2048
- control?: string | undefined;
2049
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2050
- }, {
2051
- type: "list";
2052
- items: {
2053
- icon: ({
2054
- name: string;
2055
- } | {
2056
- text: string;
2057
- }) & ({
2058
- name: string;
2059
- } | {
2060
- text: string;
2061
- } | undefined);
2062
- title: string;
2063
- description?: string | undefined;
2064
- status?: "neutral" | "warning" | "positive" | undefined;
2065
- }[];
2066
- title?: string | undefined;
2067
- control?: string | undefined;
2068
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2069
- }>;
2070
- export declare const decisionLayoutSchema: z.ZodObject<{
2071
- type: z.ZodLiteral<"decision">;
2072
- options: z.ZodArray<z.ZodObject<{
2073
- action: z.ZodObject<{
2074
- title: z.ZodOptional<z.ZodString>;
2075
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2076
- disabled: z.ZodOptional<z.ZodBoolean>;
2077
- $id: z.ZodOptional<z.ZodString>;
2078
- $ref: z.ZodOptional<z.ZodString>;
2079
- id: z.ZodOptional<z.ZodString>;
2080
- url: z.ZodOptional<z.ZodString>;
2081
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2082
- exit: z.ZodOptional<z.ZodBoolean>;
2083
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2084
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2085
- timeout: z.ZodOptional<z.ZodNumber>;
2086
- skipValidation: z.ZodOptional<z.ZodBoolean>;
2087
- }, "strip", z.ZodTypeAny, {
2088
- title?: string | undefined;
2089
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2090
- disabled?: boolean | undefined;
2091
- $id?: string | undefined;
2092
- $ref?: string | undefined;
2093
- id?: string | undefined;
2094
- url?: string | undefined;
2095
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2096
- exit?: boolean | undefined;
2097
- result?: JsonElement | undefined;
2098
- data?: JsonElement | undefined;
2099
- timeout?: number | undefined;
2100
- skipValidation?: boolean | undefined;
2101
- }, {
2102
- title?: string | undefined;
2103
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2104
- disabled?: boolean | undefined;
2105
- $id?: string | undefined;
2106
- $ref?: string | undefined;
2107
- id?: string | undefined;
2108
- url?: string | undefined;
2109
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2110
- exit?: boolean | undefined;
2111
- result?: JsonElement | undefined;
2112
- data?: JsonElement | undefined;
2113
- timeout?: number | undefined;
2114
- skipValidation?: boolean | undefined;
2115
- }>;
2116
- title: z.ZodString;
2117
- description: z.ZodOptional<z.ZodString>;
2118
- disabled: z.ZodOptional<z.ZodBoolean>;
2119
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2120
- name: z.ZodString;
2121
- }, "strip", z.ZodTypeAny, {
2122
- name: string;
2123
- }, {
2124
- name: string;
2125
- }>, z.ZodObject<{
2126
- text: z.ZodString;
2127
- }, "strip", z.ZodTypeAny, {
2128
- text: string;
2129
- }, {
2130
- text: string;
2131
- }>]>>;
2132
- image: z.ZodOptional<z.ZodObject<{
2133
- type: z.ZodLiteral<"image">;
2134
- text: z.ZodOptional<z.ZodString>;
2135
- url: z.ZodString;
2136
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2137
- accessibilityDescription: z.ZodOptional<z.ZodString>;
2138
- control: z.ZodOptional<z.ZodString>;
2139
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2140
- }, "strip", z.ZodTypeAny, {
2141
- url: string;
2142
- type: "image";
2143
- text?: string | undefined;
2144
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2145
- accessibilityDescription?: string | undefined;
2146
- control?: string | undefined;
2147
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2148
- }, {
2149
- url: string;
2150
- type: "image";
2151
- text?: string | undefined;
2152
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2153
- accessibilityDescription?: string | undefined;
2154
- control?: string | undefined;
2155
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2156
- }>>;
2157
- }, "strip", z.ZodTypeAny, {
2158
- action: {
2159
- title?: string | undefined;
2160
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2161
- disabled?: boolean | undefined;
2162
- $id?: string | undefined;
2163
- $ref?: string | undefined;
2164
- id?: string | undefined;
2165
- url?: string | undefined;
2166
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2167
- exit?: boolean | undefined;
2168
- result?: JsonElement | undefined;
2169
- data?: JsonElement | undefined;
2170
- timeout?: number | undefined;
2171
- skipValidation?: boolean | undefined;
2172
- };
2173
- title: string;
2174
- description?: string | undefined;
2175
- disabled?: boolean | undefined;
2176
- icon?: {
2177
- name: string;
2178
- } | {
2179
- text: string;
2180
- } | undefined;
2181
- image?: {
2182
- url: string;
2183
- type: "image";
2184
- text?: string | undefined;
2185
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2186
- accessibilityDescription?: string | undefined;
2187
- control?: string | undefined;
2188
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2189
- } | undefined;
2190
- }, {
2191
- action: {
2192
- title?: string | undefined;
2193
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2194
- disabled?: boolean | undefined;
2195
- $id?: string | undefined;
2196
- $ref?: string | undefined;
2197
- id?: string | undefined;
2198
- url?: string | undefined;
2199
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2200
- exit?: boolean | undefined;
2201
- result?: JsonElement | undefined;
2202
- data?: JsonElement | undefined;
2203
- timeout?: number | undefined;
2204
- skipValidation?: boolean | undefined;
2205
- };
2206
- title: string;
2207
- description?: string | undefined;
2208
- disabled?: boolean | undefined;
2209
- icon?: {
2210
- name: string;
2211
- } | {
2212
- text: string;
2213
- } | undefined;
2214
- image?: {
2215
- url: string;
2216
- type: "image";
2217
- text?: string | undefined;
2218
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2219
- accessibilityDescription?: string | undefined;
2220
- control?: string | undefined;
2221
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2222
- } | undefined;
2223
- }>, "many">;
2224
- control: z.ZodOptional<z.ZodString>;
2225
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2226
- }, "strip", z.ZodTypeAny, {
2227
- type: "decision";
2228
- options: {
2229
- action: {
2230
- title?: string | undefined;
2231
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2232
- disabled?: boolean | undefined;
2233
- $id?: string | undefined;
2234
- $ref?: string | undefined;
2235
- id?: string | undefined;
2236
- url?: string | undefined;
2237
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2238
- exit?: boolean | undefined;
2239
- result?: JsonElement | undefined;
2240
- data?: JsonElement | undefined;
2241
- timeout?: number | undefined;
2242
- skipValidation?: boolean | undefined;
2243
- };
2244
- title: string;
2245
- description?: string | undefined;
2246
- disabled?: boolean | undefined;
2247
- icon?: {
2248
- name: string;
2249
- } | {
2250
- text: string;
2251
- } | undefined;
2252
- image?: {
2253
- url: string;
2254
- type: "image";
2255
- text?: string | undefined;
2256
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2257
- accessibilityDescription?: string | undefined;
2258
- control?: string | undefined;
2259
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2260
- } | undefined;
2261
- }[];
2262
- control?: string | undefined;
2263
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2264
- }, {
2265
- type: "decision";
2266
- options: {
2267
- action: {
2268
- title?: string | undefined;
2269
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2270
- disabled?: boolean | undefined;
2271
- $id?: string | undefined;
2272
- $ref?: string | undefined;
2273
- id?: string | undefined;
2274
- url?: string | undefined;
2275
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2276
- exit?: boolean | undefined;
2277
- result?: JsonElement | undefined;
2278
- data?: JsonElement | undefined;
2279
- timeout?: number | undefined;
2280
- skipValidation?: boolean | undefined;
2281
- };
2282
- title: string;
2283
- description?: string | undefined;
2284
- disabled?: boolean | undefined;
2285
- icon?: {
2286
- name: string;
2287
- } | {
2288
- text: string;
2289
- } | undefined;
2290
- image?: {
2291
- url: string;
2292
- type: "image";
2293
- text?: string | undefined;
2294
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2295
- accessibilityDescription?: string | undefined;
2296
- control?: string | undefined;
2297
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2298
- } | undefined;
2299
- }[];
2300
- control?: string | undefined;
2301
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2302
- }>;
2303
- export declare const statusListLayoutSchema: z.ZodObject<{
2304
- type: z.ZodLiteral<"status-list">;
2305
- items: z.ZodArray<z.ZodObject<{
2306
- title: z.ZodString;
2307
- description: z.ZodOptional<z.ZodString>;
2308
- icon: z.ZodUnion<[z.ZodObject<{
2309
- name: z.ZodString;
2310
- }, "strip", z.ZodTypeAny, {
2311
- name: string;
2312
- }, {
2313
- name: string;
2314
- }>, z.ZodObject<{
2315
- text: z.ZodString;
2316
- }, "strip", z.ZodTypeAny, {
2317
- text: string;
2318
- }, {
2319
- text: string;
2320
- }>]>;
2321
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>>;
2322
- }, "strip", z.ZodTypeAny, {
2323
- icon: ({
2324
- name: string;
2325
- } | {
2326
- text: string;
2327
- }) & ({
2328
- name: string;
2329
- } | {
2330
- text: string;
2331
- } | undefined);
2332
- title: string;
2333
- description?: string | undefined;
2334
- status?: "done" | "not-done" | "pending" | undefined;
2335
- }, {
2336
- icon: ({
2337
- name: string;
2338
- } | {
2339
- text: string;
2340
- }) & ({
2341
- name: string;
2342
- } | {
2343
- text: string;
2344
- } | undefined);
2345
- title: string;
2346
- description?: string | undefined;
2347
- status?: "done" | "not-done" | "pending" | undefined;
2348
- }>, "many">;
2349
- title: z.ZodOptional<z.ZodString>;
2350
- control: z.ZodOptional<z.ZodString>;
2351
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2352
- }, "strip", z.ZodTypeAny, {
2353
- type: "status-list";
2354
- items: {
2355
- icon: ({
2356
- name: string;
2357
- } | {
2358
- text: string;
2359
- }) & ({
2360
- name: string;
2361
- } | {
2362
- text: string;
2363
- } | undefined);
2364
- title: string;
2365
- description?: string | undefined;
2366
- status?: "done" | "not-done" | "pending" | undefined;
2367
- }[];
2368
- title?: string | undefined;
2369
- control?: string | undefined;
2370
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2371
- }, {
2372
- type: "status-list";
2373
- items: {
2374
- icon: ({
2375
- name: string;
2376
- } | {
2377
- text: string;
2378
- }) & ({
2379
- name: string;
2380
- } | {
2381
- text: string;
2382
- } | undefined);
2383
- title: string;
2384
- description?: string | undefined;
2385
- status?: "done" | "not-done" | "pending" | undefined;
2386
- }[];
2387
- title?: string | undefined;
2388
- control?: string | undefined;
2389
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2390
- }>;
2391
- export declare const reviewLayoutSchema: z.ZodObject<{
2392
- type: z.ZodLiteral<"review">;
2393
- orientation: z.ZodOptional<z.ZodString>;
2394
- action: z.ZodOptional<z.ZodObject<{
2395
- title: z.ZodOptional<z.ZodString>;
2396
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2397
- disabled: z.ZodOptional<z.ZodBoolean>;
2398
- $id: z.ZodOptional<z.ZodString>;
2399
- $ref: z.ZodOptional<z.ZodString>;
2400
- id: z.ZodOptional<z.ZodString>;
2401
- url: z.ZodOptional<z.ZodString>;
2402
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2403
- exit: z.ZodOptional<z.ZodBoolean>;
2404
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2405
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2406
- timeout: z.ZodOptional<z.ZodNumber>;
2407
- skipValidation: z.ZodOptional<z.ZodBoolean>;
2408
- }, "strip", z.ZodTypeAny, {
2409
- title?: string | undefined;
2410
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2411
- disabled?: boolean | undefined;
2412
- $id?: string | undefined;
2413
- $ref?: string | undefined;
2414
- id?: string | undefined;
2415
- url?: string | undefined;
2416
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2417
- exit?: boolean | undefined;
2418
- result?: JsonElement | undefined;
2419
- data?: JsonElement | undefined;
2420
- timeout?: number | undefined;
2421
- skipValidation?: boolean | undefined;
2422
- }, {
2423
- title?: string | undefined;
2424
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2425
- disabled?: boolean | undefined;
2426
- $id?: string | undefined;
2427
- $ref?: string | undefined;
2428
- id?: string | undefined;
2429
- url?: string | undefined;
2430
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2431
- exit?: boolean | undefined;
2432
- result?: JsonElement | undefined;
2433
- data?: JsonElement | undefined;
2434
- timeout?: number | undefined;
2435
- skipValidation?: boolean | undefined;
2436
- }>>;
2437
- fields: z.ZodArray<z.ZodObject<{
2438
- label: z.ZodString;
2439
- value: z.ZodString;
2440
- help: z.ZodOptional<z.ZodObject<{
2441
- markdown: z.ZodString;
2442
- }, "strip", z.ZodTypeAny, {
2443
- markdown: string;
2444
- }, {
2445
- markdown: string;
2446
- }>>;
2447
- }, "strip", z.ZodTypeAny, {
2448
- value: string;
2449
- label: string;
2450
- help?: {
2451
- markdown: string;
2452
- } | undefined;
2453
- }, {
2454
- value: string;
2455
- label: string;
2456
- help?: {
2457
- markdown: string;
2458
- } | undefined;
2459
- }>, "many">;
2460
- title: z.ZodOptional<z.ZodString>;
2461
- callToAction: z.ZodOptional<z.ZodObject<{
2462
- title: z.ZodString;
2463
- action: z.ZodObject<{
2464
- title: z.ZodOptional<z.ZodString>;
2465
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2466
- disabled: z.ZodOptional<z.ZodBoolean>;
2467
- $id: z.ZodOptional<z.ZodString>;
2468
- $ref: z.ZodOptional<z.ZodString>;
2469
- id: z.ZodOptional<z.ZodString>;
2470
- url: z.ZodOptional<z.ZodString>;
2471
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2472
- exit: z.ZodOptional<z.ZodBoolean>;
2473
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2474
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2475
- timeout: z.ZodOptional<z.ZodNumber>;
2476
- skipValidation: z.ZodOptional<z.ZodBoolean>;
2477
- }, "strip", z.ZodTypeAny, {
2478
- title?: string | undefined;
2479
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2480
- disabled?: boolean | undefined;
2481
- $id?: string | undefined;
2482
- $ref?: string | undefined;
2483
- id?: string | undefined;
2484
- url?: string | undefined;
2485
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2486
- exit?: boolean | undefined;
2487
- result?: JsonElement | undefined;
2488
- data?: JsonElement | undefined;
2489
- timeout?: number | undefined;
2490
- skipValidation?: boolean | undefined;
2491
- }, {
2492
- title?: string | undefined;
2493
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2494
- disabled?: boolean | undefined;
2495
- $id?: string | undefined;
2496
- $ref?: string | undefined;
2497
- id?: string | undefined;
2498
- url?: string | undefined;
2499
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2500
- exit?: boolean | undefined;
2501
- result?: JsonElement | undefined;
2502
- data?: JsonElement | undefined;
2503
- timeout?: number | undefined;
2504
- skipValidation?: boolean | undefined;
2505
- }>;
2506
- }, "strip", z.ZodTypeAny, {
2507
- action: {
2508
- title?: string | undefined;
2509
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2510
- disabled?: boolean | undefined;
2511
- $id?: string | undefined;
2512
- $ref?: string | undefined;
2513
- id?: string | undefined;
2514
- url?: string | undefined;
2515
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2516
- exit?: boolean | undefined;
2517
- result?: JsonElement | undefined;
2518
- data?: JsonElement | undefined;
2519
- timeout?: number | undefined;
2520
- skipValidation?: boolean | undefined;
2521
- };
2522
- title: string;
2523
- }, {
2524
- action: {
2525
- title?: string | undefined;
2526
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2527
- disabled?: boolean | undefined;
2528
- $id?: string | undefined;
2529
- $ref?: string | undefined;
2530
- id?: string | undefined;
2531
- url?: string | undefined;
2532
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2533
- exit?: boolean | undefined;
2534
- result?: JsonElement | undefined;
2535
- data?: JsonElement | undefined;
2536
- timeout?: number | undefined;
2537
- skipValidation?: boolean | undefined;
2538
- };
2539
- title: string;
2540
- }>>;
2541
- control: z.ZodOptional<z.ZodString>;
2542
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2543
- }, "strip", z.ZodTypeAny, {
2544
- type: "review";
2545
- fields: {
2546
- value: string;
2547
- label: string;
2548
- help?: {
2549
- markdown: string;
2550
- } | undefined;
2551
- }[];
2552
- orientation?: string | undefined;
2553
- action?: {
2554
- title?: string | undefined;
2555
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2556
- disabled?: boolean | undefined;
2557
- $id?: string | undefined;
2558
- $ref?: string | undefined;
2559
- id?: string | undefined;
2560
- url?: string | undefined;
2561
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2562
- exit?: boolean | undefined;
2563
- result?: JsonElement | undefined;
2564
- data?: JsonElement | undefined;
2565
- timeout?: number | undefined;
2566
- skipValidation?: boolean | undefined;
2567
- } | undefined;
2568
- title?: string | undefined;
2569
- callToAction?: {
2570
- action: {
2571
- title?: string | undefined;
2572
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2573
- disabled?: boolean | undefined;
2574
- $id?: string | undefined;
2575
- $ref?: string | undefined;
2576
- id?: string | undefined;
2577
- url?: string | undefined;
2578
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2579
- exit?: boolean | undefined;
2580
- result?: JsonElement | undefined;
2581
- data?: JsonElement | undefined;
2582
- timeout?: number | undefined;
2583
- skipValidation?: boolean | undefined;
2584
- };
2585
- title: string;
2586
- } | undefined;
2587
- control?: string | undefined;
2588
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2589
- }, {
2590
- type: "review";
2591
- fields: {
2592
- value: string;
2593
- label: string;
2594
- help?: {
2595
- markdown: string;
2596
- } | undefined;
2597
- }[];
2598
- orientation?: string | undefined;
2599
- action?: {
2600
- title?: string | undefined;
2601
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2602
- disabled?: boolean | undefined;
2603
- $id?: string | undefined;
2604
- $ref?: string | undefined;
2605
- id?: string | undefined;
2606
- url?: string | undefined;
2607
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2608
- exit?: boolean | undefined;
2609
- result?: JsonElement | undefined;
2610
- data?: JsonElement | undefined;
2611
- timeout?: number | undefined;
2612
- skipValidation?: boolean | undefined;
2613
- } | undefined;
2614
- title?: string | undefined;
2615
- callToAction?: {
2616
- action: {
2617
- title?: string | undefined;
2618
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2619
- disabled?: boolean | undefined;
2620
- $id?: string | undefined;
2621
- $ref?: string | undefined;
2622
- id?: string | undefined;
2623
- url?: string | undefined;
2624
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2625
- exit?: boolean | undefined;
2626
- result?: JsonElement | undefined;
2627
- data?: JsonElement | undefined;
2628
- timeout?: number | undefined;
2629
- skipValidation?: boolean | undefined;
2630
- };
2631
- title: string;
2632
- } | undefined;
2633
- control?: string | undefined;
2634
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2635
- }>;
2636
- export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2637
- type: z.ZodLiteral<"action">;
2638
- title: z.ZodString;
2639
- description: z.ZodOptional<z.ZodString>;
2640
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2641
- name: z.ZodString;
2642
- }, "strip", z.ZodTypeAny, {
2643
- name: string;
2644
- }, {
2645
- name: string;
2646
- }>, z.ZodObject<{
2647
- text: z.ZodString;
2648
- }, "strip", z.ZodTypeAny, {
2649
- text: string;
2650
- }, {
2651
- text: string;
2652
- }>]>>;
2653
- image: z.ZodOptional<z.ZodObject<{
2654
- type: z.ZodLiteral<"image">;
2655
- text: z.ZodOptional<z.ZodString>;
2656
- url: z.ZodString;
2657
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2658
- accessibilityDescription: z.ZodOptional<z.ZodString>;
2659
- control: z.ZodOptional<z.ZodString>;
2660
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2661
- }, "strip", z.ZodTypeAny, {
2662
- url: string;
2663
- type: "image";
2664
- text?: string | undefined;
2665
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2666
- accessibilityDescription?: string | undefined;
2667
- control?: string | undefined;
2668
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2669
- }, {
2670
- url: string;
2671
- type: "image";
2672
- text?: string | undefined;
2673
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2674
- accessibilityDescription?: string | undefined;
2675
- control?: string | undefined;
2676
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2677
- }>>;
2678
- value: z.ZodObject<{
2679
- title: z.ZodOptional<z.ZodString>;
2680
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2681
- disabled: z.ZodOptional<z.ZodBoolean>;
2682
- $id: z.ZodOptional<z.ZodString>;
2683
- $ref: z.ZodOptional<z.ZodString>;
2684
- id: z.ZodOptional<z.ZodString>;
2685
- url: z.ZodOptional<z.ZodString>;
2686
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2687
- exit: z.ZodOptional<z.ZodBoolean>;
2688
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2689
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2690
- timeout: z.ZodOptional<z.ZodNumber>;
2691
- skipValidation: z.ZodOptional<z.ZodBoolean>;
2692
- }, "strip", z.ZodTypeAny, {
2693
- title?: string | undefined;
2694
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2695
- disabled?: boolean | undefined;
2696
- $id?: string | undefined;
2697
- $ref?: string | undefined;
2698
- id?: string | undefined;
2699
- url?: string | undefined;
2700
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2701
- exit?: boolean | undefined;
2702
- result?: JsonElement | undefined;
2703
- data?: JsonElement | undefined;
2704
- timeout?: number | undefined;
2705
- skipValidation?: boolean | undefined;
2706
- }, {
2707
- title?: string | undefined;
2708
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2709
- disabled?: boolean | undefined;
2710
- $id?: string | undefined;
2711
- $ref?: string | undefined;
2712
- id?: string | undefined;
2713
- url?: string | undefined;
2714
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2715
- exit?: boolean | undefined;
2716
- result?: JsonElement | undefined;
2717
- data?: JsonElement | undefined;
2718
- timeout?: number | undefined;
2719
- skipValidation?: boolean | undefined;
2720
- }>;
2721
- }, "strip", z.ZodTypeAny, {
2722
- type: "action";
2723
- title: string;
2724
- value: {
2725
- title?: string | undefined;
2726
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2727
- disabled?: boolean | undefined;
2728
- $id?: string | undefined;
2729
- $ref?: string | undefined;
2730
- id?: string | undefined;
2731
- url?: string | undefined;
2732
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2733
- exit?: boolean | undefined;
2734
- result?: JsonElement | undefined;
2735
- data?: JsonElement | undefined;
2736
- timeout?: number | undefined;
2737
- skipValidation?: boolean | undefined;
2738
- };
2739
- description?: string | undefined;
2740
- icon?: {
2741
- name: string;
2742
- } | {
2743
- text: string;
2744
- } | undefined;
2745
- image?: {
2746
- url: string;
2747
- type: "image";
2748
- text?: string | undefined;
2749
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2750
- accessibilityDescription?: string | undefined;
2751
- control?: string | undefined;
2752
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2753
- } | undefined;
2754
- }, {
2755
- type: "action";
2756
- title: string;
2757
- value: {
2758
- title?: string | undefined;
2759
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2760
- disabled?: boolean | undefined;
2761
- $id?: string | undefined;
2762
- $ref?: string | undefined;
2763
- id?: string | undefined;
2764
- url?: string | undefined;
2765
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2766
- exit?: boolean | undefined;
2767
- result?: JsonElement | undefined;
2768
- data?: JsonElement | undefined;
2769
- timeout?: number | undefined;
2770
- skipValidation?: boolean | undefined;
2771
- };
2772
- description?: string | undefined;
2773
- icon?: {
2774
- name: string;
2775
- } | {
2776
- text: string;
2777
- } | undefined;
2778
- image?: {
2779
- url: string;
2780
- type: "image";
2781
- text?: string | undefined;
2782
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2783
- accessibilityDescription?: string | undefined;
2784
- control?: string | undefined;
2785
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2786
- } | undefined;
2787
- }>, z.ZodObject<{
2788
- type: z.ZodLiteral<"search">;
2789
- title: z.ZodString;
2790
- description: z.ZodOptional<z.ZodString>;
2791
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2792
- name: z.ZodString;
2793
- }, "strip", z.ZodTypeAny, {
2794
- name: string;
2795
- }, {
2796
- name: string;
2797
- }>, z.ZodObject<{
2798
- text: z.ZodString;
2799
- }, "strip", z.ZodTypeAny, {
2800
- text: string;
2801
- }, {
2802
- text: string;
2803
- }>]>>;
2804
- image: z.ZodOptional<z.ZodObject<{
2805
- type: z.ZodLiteral<"image">;
2806
- text: z.ZodOptional<z.ZodString>;
2807
- url: z.ZodString;
2808
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2809
- accessibilityDescription: z.ZodOptional<z.ZodString>;
2810
- control: z.ZodOptional<z.ZodString>;
2811
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
2812
- }, "strip", z.ZodTypeAny, {
2813
- url: string;
2814
- type: "image";
2815
- text?: string | undefined;
2816
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2817
- accessibilityDescription?: string | undefined;
2818
- control?: string | undefined;
2819
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2820
- }, {
2821
- url: string;
2822
- type: "image";
2823
- text?: string | undefined;
2824
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2825
- accessibilityDescription?: string | undefined;
2826
- control?: string | undefined;
2827
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2828
- }>>;
2829
- value: z.ZodObject<{
2830
- url: z.ZodString;
2831
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
2832
- param: z.ZodString;
2833
- query: z.ZodString;
2834
- }, "strip", z.ZodTypeAny, {
2835
- url: string;
2836
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2837
- param: string;
2838
- query: string;
2839
- }, {
2840
- url: string;
2841
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2842
- param: string;
2843
- query: string;
2844
- }>;
2845
- }, "strip", z.ZodTypeAny, {
2846
- type: "search";
2847
- title: string;
2848
- value: {
2849
- url: string;
2850
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2851
- param: string;
2852
- query: string;
2853
- };
2854
- description?: string | undefined;
2855
- icon?: {
2856
- name: string;
2857
- } | {
2858
- text: string;
2859
- } | undefined;
2860
- image?: {
2861
- url: string;
2862
- type: "image";
2863
- text?: string | undefined;
2864
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2865
- accessibilityDescription?: string | undefined;
2866
- control?: string | undefined;
2867
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2868
- } | undefined;
2869
- }, {
2870
- type: "search";
2871
- title: string;
2872
- value: {
2873
- url: string;
2874
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
2875
- param: string;
2876
- query: string;
2877
- };
2878
- description?: string | undefined;
2879
- icon?: {
2880
- name: string;
2881
- } | {
2882
- text: string;
2883
- } | undefined;
2884
- image?: {
2885
- url: string;
2886
- type: "image";
2887
- text?: string | undefined;
2888
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2889
- accessibilityDescription?: string | undefined;
2890
- control?: string | undefined;
2891
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2892
- } | undefined;
2893
- }>]>;
2894
- export declare const pollingSchema: z.ZodObject<{
2895
- url: z.ZodString;
2896
- interval: z.ZodNumber;
2897
- maxAttempts: z.ZodNumber;
2898
- onError: z.ZodObject<{
2899
- action: z.ZodObject<{
2900
- title: z.ZodOptional<z.ZodString>;
2901
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
2902
- disabled: z.ZodOptional<z.ZodBoolean>;
2903
- $id: z.ZodOptional<z.ZodString>;
2904
- $ref: z.ZodOptional<z.ZodString>;
2905
- id: z.ZodOptional<z.ZodString>;
2906
- url: z.ZodOptional<z.ZodString>;
2907
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
2908
- exit: z.ZodOptional<z.ZodBoolean>;
2909
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2910
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
2911
- timeout: z.ZodOptional<z.ZodNumber>;
2912
- skipValidation: z.ZodOptional<z.ZodBoolean>;
2913
- }, "strip", z.ZodTypeAny, {
2914
- title?: string | undefined;
2915
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2916
- disabled?: boolean | undefined;
2917
- $id?: string | undefined;
2918
- $ref?: string | undefined;
2919
- id?: string | undefined;
2920
- url?: string | undefined;
2921
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2922
- exit?: boolean | undefined;
2923
- result?: JsonElement | undefined;
2924
- data?: JsonElement | undefined;
2925
- timeout?: number | undefined;
2926
- skipValidation?: boolean | undefined;
2927
- }, {
2928
- title?: string | undefined;
2929
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2930
- disabled?: boolean | undefined;
2931
- $id?: string | undefined;
2932
- $ref?: string | undefined;
2933
- id?: string | undefined;
2934
- url?: string | undefined;
2935
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2936
- exit?: boolean | undefined;
2937
- result?: JsonElement | undefined;
2938
- data?: JsonElement | undefined;
2939
- timeout?: number | undefined;
2940
- skipValidation?: boolean | undefined;
2941
- }>;
2942
- }, "strip", z.ZodTypeAny, {
2943
- action: {
2944
- title?: string | undefined;
2945
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2946
- disabled?: boolean | undefined;
2947
- $id?: string | undefined;
2948
- $ref?: string | undefined;
2949
- id?: string | undefined;
2950
- url?: string | undefined;
2951
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2952
- exit?: boolean | undefined;
2953
- result?: JsonElement | undefined;
2954
- data?: JsonElement | undefined;
2955
- timeout?: number | undefined;
2956
- skipValidation?: boolean | undefined;
2957
- };
2958
- }, {
2959
- action: {
2960
- title?: string | undefined;
2961
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2962
- disabled?: boolean | undefined;
2963
- $id?: string | undefined;
2964
- $ref?: string | undefined;
2965
- id?: string | undefined;
2966
- url?: string | undefined;
2967
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2968
- exit?: boolean | undefined;
2969
- result?: JsonElement | undefined;
2970
- data?: JsonElement | undefined;
2971
- timeout?: number | undefined;
2972
- skipValidation?: boolean | undefined;
2973
- };
2974
- }>;
2975
- }, "strip", z.ZodTypeAny, {
2976
- url: string;
2977
- interval: number;
2978
- maxAttempts: number;
2979
- onError: {
2980
- action: {
2981
- title?: string | undefined;
2982
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2983
- disabled?: boolean | undefined;
2984
- $id?: string | undefined;
2985
- $ref?: string | undefined;
2986
- id?: string | undefined;
2987
- url?: string | undefined;
2988
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
2989
- exit?: boolean | undefined;
2990
- result?: JsonElement | undefined;
2991
- data?: JsonElement | undefined;
2992
- timeout?: number | undefined;
2993
- skipValidation?: boolean | undefined;
2994
- };
2995
- };
2996
- }, {
2997
- url: string;
2998
- interval: number;
2999
- maxAttempts: number;
3000
- onError: {
3001
- action: {
3002
- title?: string | undefined;
3003
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3004
- disabled?: boolean | undefined;
3005
- $id?: string | undefined;
3006
- $ref?: string | undefined;
3007
- id?: string | undefined;
3008
- url?: string | undefined;
3009
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3010
- exit?: boolean | undefined;
3011
- result?: JsonElement | undefined;
3012
- data?: JsonElement | undefined;
3013
- timeout?: number | undefined;
3014
- skipValidation?: boolean | undefined;
3015
- };
3016
- };
3017
- }>;
3018
- export declare const navigationSchema: z.ZodObject<{
3019
- backButton: z.ZodOptional<z.ZodObject<{
3020
- title: z.ZodOptional<z.ZodString>;
3021
- action: z.ZodObject<{
3022
- title: z.ZodOptional<z.ZodString>;
3023
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
3024
- disabled: z.ZodOptional<z.ZodBoolean>;
3025
- $id: z.ZodOptional<z.ZodString>;
3026
- $ref: z.ZodOptional<z.ZodString>;
3027
- id: z.ZodOptional<z.ZodString>;
3028
- url: z.ZodOptional<z.ZodString>;
3029
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
3030
- exit: z.ZodOptional<z.ZodBoolean>;
3031
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
3032
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
3033
- timeout: z.ZodOptional<z.ZodNumber>;
3034
- skipValidation: z.ZodOptional<z.ZodBoolean>;
3035
- }, "strip", z.ZodTypeAny, {
3036
- title?: string | undefined;
3037
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3038
- disabled?: boolean | undefined;
3039
- $id?: string | undefined;
3040
- $ref?: string | undefined;
3041
- id?: string | undefined;
3042
- url?: string | undefined;
3043
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3044
- exit?: boolean | undefined;
3045
- result?: JsonElement | undefined;
3046
- data?: JsonElement | undefined;
3047
- timeout?: number | undefined;
3048
- skipValidation?: boolean | undefined;
3049
- }, {
3050
- title?: string | undefined;
3051
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3052
- disabled?: boolean | undefined;
3053
- $id?: string | undefined;
3054
- $ref?: string | undefined;
3055
- id?: string | undefined;
3056
- url?: string | undefined;
3057
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3058
- exit?: boolean | undefined;
3059
- result?: JsonElement | undefined;
3060
- data?: JsonElement | undefined;
3061
- timeout?: number | undefined;
3062
- skipValidation?: boolean | undefined;
3063
- }>;
3064
- }, "strip", z.ZodTypeAny, {
3065
- action: {
3066
- title?: string | undefined;
3067
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3068
- disabled?: boolean | undefined;
3069
- $id?: string | undefined;
3070
- $ref?: string | undefined;
3071
- id?: string | undefined;
3072
- url?: string | undefined;
3073
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3074
- exit?: boolean | undefined;
3075
- result?: JsonElement | undefined;
3076
- data?: JsonElement | undefined;
3077
- timeout?: number | undefined;
3078
- skipValidation?: boolean | undefined;
3079
- };
3080
- title?: string | undefined;
3081
- }, {
3082
- action: {
3083
- title?: string | undefined;
3084
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3085
- disabled?: boolean | undefined;
3086
- $id?: string | undefined;
3087
- $ref?: string | undefined;
3088
- id?: string | undefined;
3089
- url?: string | undefined;
3090
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3091
- exit?: boolean | undefined;
3092
- result?: JsonElement | undefined;
3093
- data?: JsonElement | undefined;
3094
- timeout?: number | undefined;
3095
- skipValidation?: boolean | undefined;
3096
- };
3097
- title?: string | undefined;
3098
- }>>;
3099
- back: z.ZodOptional<z.ZodObject<{
3100
- title: z.ZodOptional<z.ZodString>;
3101
- action: z.ZodObject<{
3102
- title: z.ZodOptional<z.ZodString>;
3103
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
3104
- disabled: z.ZodOptional<z.ZodBoolean>;
3105
- $id: z.ZodOptional<z.ZodString>;
3106
- $ref: z.ZodOptional<z.ZodString>;
3107
- id: z.ZodOptional<z.ZodString>;
3108
- url: z.ZodOptional<z.ZodString>;
3109
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
3110
- exit: z.ZodOptional<z.ZodBoolean>;
3111
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
3112
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
3113
- timeout: z.ZodOptional<z.ZodNumber>;
3114
- skipValidation: z.ZodOptional<z.ZodBoolean>;
3115
- }, "strip", z.ZodTypeAny, {
3116
- title?: string | undefined;
3117
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3118
- disabled?: boolean | undefined;
3119
- $id?: string | undefined;
3120
- $ref?: string | undefined;
3121
- id?: string | undefined;
3122
- url?: string | undefined;
3123
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3124
- exit?: boolean | undefined;
3125
- result?: JsonElement | undefined;
3126
- data?: JsonElement | undefined;
3127
- timeout?: number | undefined;
3128
- skipValidation?: boolean | undefined;
3129
- }, {
3130
- title?: string | undefined;
3131
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3132
- disabled?: boolean | undefined;
3133
- $id?: string | undefined;
3134
- $ref?: string | undefined;
3135
- id?: string | undefined;
3136
- url?: string | undefined;
3137
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3138
- exit?: boolean | undefined;
3139
- result?: JsonElement | undefined;
3140
- data?: JsonElement | undefined;
3141
- timeout?: number | undefined;
3142
- skipValidation?: boolean | undefined;
3143
- }>;
3144
- }, "strip", z.ZodTypeAny, {
3145
- action: {
3146
- title?: string | undefined;
3147
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3148
- disabled?: boolean | undefined;
3149
- $id?: string | undefined;
3150
- $ref?: string | undefined;
3151
- id?: string | undefined;
3152
- url?: string | undefined;
3153
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3154
- exit?: boolean | undefined;
3155
- result?: JsonElement | undefined;
3156
- data?: JsonElement | undefined;
3157
- timeout?: number | undefined;
3158
- skipValidation?: boolean | undefined;
3159
- };
3160
- title?: string | undefined;
3161
- }, {
3162
- action: {
3163
- title?: string | undefined;
3164
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3165
- disabled?: boolean | undefined;
3166
- $id?: string | undefined;
3167
- $ref?: string | undefined;
3168
- id?: string | undefined;
3169
- url?: string | undefined;
3170
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3171
- exit?: boolean | undefined;
3172
- result?: JsonElement | undefined;
3173
- data?: JsonElement | undefined;
3174
- timeout?: number | undefined;
3175
- skipValidation?: boolean | undefined;
3176
- };
3177
- title?: string | undefined;
3178
- }>>;
3179
- stackBehavior: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"remove-previous">, z.ZodLiteral<"remove-all">, z.ZodLiteral<"replace-current">]>>;
3180
- }, "strip", z.ZodTypeAny, {
3181
- backButton?: {
3182
- action: {
3183
- title?: string | undefined;
3184
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3185
- disabled?: boolean | undefined;
3186
- $id?: string | undefined;
3187
- $ref?: string | undefined;
3188
- id?: string | undefined;
3189
- url?: string | undefined;
3190
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3191
- exit?: boolean | undefined;
3192
- result?: JsonElement | undefined;
3193
- data?: JsonElement | undefined;
3194
- timeout?: number | undefined;
3195
- skipValidation?: boolean | undefined;
3196
- };
3197
- title?: string | undefined;
3198
- } | undefined;
3199
- back?: {
3200
- action: {
3201
- title?: string | undefined;
3202
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3203
- disabled?: boolean | undefined;
3204
- $id?: string | undefined;
3205
- $ref?: string | undefined;
3206
- id?: string | undefined;
3207
- url?: string | undefined;
3208
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3209
- exit?: boolean | undefined;
3210
- result?: JsonElement | undefined;
3211
- data?: JsonElement | undefined;
3212
- timeout?: number | undefined;
3213
- skipValidation?: boolean | undefined;
3214
- };
3215
- title?: string | undefined;
3216
- } | undefined;
3217
- stackBehavior?: "default" | "remove-previous" | "remove-all" | "replace-current" | undefined;
3218
- }, {
3219
- backButton?: {
3220
- action: {
3221
- title?: string | undefined;
3222
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3223
- disabled?: boolean | undefined;
3224
- $id?: string | undefined;
3225
- $ref?: string | undefined;
3226
- id?: string | undefined;
3227
- url?: string | undefined;
3228
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3229
- exit?: boolean | undefined;
3230
- result?: JsonElement | undefined;
3231
- data?: JsonElement | undefined;
3232
- timeout?: number | undefined;
3233
- skipValidation?: boolean | undefined;
3234
- };
3235
- title?: string | undefined;
3236
- } | undefined;
3237
- back?: {
3238
- action: {
3239
- title?: string | undefined;
3240
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3241
- disabled?: boolean | undefined;
3242
- $id?: string | undefined;
3243
- $ref?: string | undefined;
3244
- id?: string | undefined;
3245
- url?: string | undefined;
3246
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3247
- exit?: boolean | undefined;
3248
- result?: JsonElement | undefined;
3249
- data?: JsonElement | undefined;
3250
- timeout?: number | undefined;
3251
- skipValidation?: boolean | undefined;
3252
- };
3253
- title?: string | undefined;
3254
- } | undefined;
3255
- stackBehavior?: "default" | "remove-previous" | "remove-all" | "replace-current" | undefined;
3256
- }>;
3257
- export declare const searchResponseBodySchema: z.ZodObject<{
3258
- results: z.ZodArray<z.ZodUnion<[z.ZodObject<{
3259
- type: z.ZodLiteral<"action">;
3260
- title: z.ZodString;
3261
- description: z.ZodOptional<z.ZodString>;
3262
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3263
- name: z.ZodString;
3264
- }, "strip", z.ZodTypeAny, {
3265
- name: string;
3266
- }, {
3267
- name: string;
3268
- }>, z.ZodObject<{
3269
- text: z.ZodString;
3270
- }, "strip", z.ZodTypeAny, {
3271
- text: string;
3272
- }, {
3273
- text: string;
3274
- }>]>>;
3275
- image: z.ZodOptional<z.ZodObject<{
3276
- type: z.ZodLiteral<"image">;
3277
- text: z.ZodOptional<z.ZodString>;
3278
- url: z.ZodString;
3279
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
3280
- accessibilityDescription: z.ZodOptional<z.ZodString>;
3281
- control: z.ZodOptional<z.ZodString>;
3282
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
3283
- }, "strip", z.ZodTypeAny, {
3284
- url: string;
3285
- type: "image";
3286
- text?: string | undefined;
3287
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3288
- accessibilityDescription?: string | undefined;
3289
- control?: string | undefined;
3290
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3291
- }, {
3292
- url: string;
3293
- type: "image";
3294
- text?: string | undefined;
3295
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3296
- accessibilityDescription?: string | undefined;
3297
- control?: string | undefined;
3298
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3299
- }>>;
3300
- value: z.ZodObject<{
3301
- title: z.ZodOptional<z.ZodString>;
3302
- type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>>;
3303
- disabled: z.ZodOptional<z.ZodBoolean>;
3304
- $id: z.ZodOptional<z.ZodString>;
3305
- $ref: z.ZodOptional<z.ZodString>;
3306
- id: z.ZodOptional<z.ZodString>;
3307
- url: z.ZodOptional<z.ZodString>;
3308
- method: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>>;
3309
- exit: z.ZodOptional<z.ZodBoolean>;
3310
- result: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
3311
- data: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
3312
- timeout: z.ZodOptional<z.ZodNumber>;
3313
- skipValidation: z.ZodOptional<z.ZodBoolean>;
3314
- }, "strip", z.ZodTypeAny, {
3315
- title?: string | undefined;
3316
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3317
- disabled?: boolean | undefined;
3318
- $id?: string | undefined;
3319
- $ref?: string | undefined;
3320
- id?: string | undefined;
3321
- url?: string | undefined;
3322
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3323
- exit?: boolean | undefined;
3324
- result?: JsonElement | undefined;
3325
- data?: JsonElement | undefined;
3326
- timeout?: number | undefined;
3327
- skipValidation?: boolean | undefined;
3328
- }, {
3329
- title?: string | undefined;
3330
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3331
- disabled?: boolean | undefined;
3332
- $id?: string | undefined;
3333
- $ref?: string | undefined;
3334
- id?: string | undefined;
3335
- url?: string | undefined;
3336
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3337
- exit?: boolean | undefined;
3338
- result?: JsonElement | undefined;
3339
- data?: JsonElement | undefined;
3340
- timeout?: number | undefined;
3341
- skipValidation?: boolean | undefined;
3342
- }>;
3343
- }, "strip", z.ZodTypeAny, {
3344
- type: "action";
3345
- title: string;
3346
- value: {
3347
- title?: string | undefined;
3348
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3349
- disabled?: boolean | undefined;
3350
- $id?: string | undefined;
3351
- $ref?: string | undefined;
3352
- id?: string | undefined;
3353
- url?: string | undefined;
3354
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3355
- exit?: boolean | undefined;
3356
- result?: JsonElement | undefined;
3357
- data?: JsonElement | undefined;
3358
- timeout?: number | undefined;
3359
- skipValidation?: boolean | undefined;
3360
- };
3361
- description?: string | undefined;
3362
- icon?: {
3363
- name: string;
3364
- } | {
3365
- text: string;
3366
- } | undefined;
3367
- image?: {
3368
- url: string;
3369
- type: "image";
3370
- text?: string | undefined;
3371
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3372
- accessibilityDescription?: string | undefined;
3373
- control?: string | undefined;
3374
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3375
- } | undefined;
3376
- }, {
3377
- type: "action";
3378
- title: string;
3379
- value: {
3380
- title?: string | undefined;
3381
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3382
- disabled?: boolean | undefined;
3383
- $id?: string | undefined;
3384
- $ref?: string | undefined;
3385
- id?: string | undefined;
3386
- url?: string | undefined;
3387
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3388
- exit?: boolean | undefined;
3389
- result?: JsonElement | undefined;
3390
- data?: JsonElement | undefined;
3391
- timeout?: number | undefined;
3392
- skipValidation?: boolean | undefined;
3393
- };
3394
- description?: string | undefined;
3395
- icon?: {
3396
- name: string;
3397
- } | {
3398
- text: string;
3399
- } | undefined;
3400
- image?: {
3401
- url: string;
3402
- type: "image";
3403
- text?: string | undefined;
3404
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3405
- accessibilityDescription?: string | undefined;
3406
- control?: string | undefined;
3407
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3408
- } | undefined;
3409
- }>, z.ZodObject<{
3410
- type: z.ZodLiteral<"search">;
3411
- title: z.ZodString;
3412
- description: z.ZodOptional<z.ZodString>;
3413
- icon: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3414
- name: z.ZodString;
3415
- }, "strip", z.ZodTypeAny, {
3416
- name: string;
3417
- }, {
3418
- name: string;
3419
- }>, z.ZodObject<{
3420
- text: z.ZodString;
3421
- }, "strip", z.ZodTypeAny, {
3422
- text: string;
3423
- }, {
3424
- text: string;
3425
- }>]>>;
3426
- image: z.ZodOptional<z.ZodObject<{
3427
- type: z.ZodLiteral<"image">;
3428
- text: z.ZodOptional<z.ZodString>;
3429
- url: z.ZodString;
3430
- size: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
3431
- accessibilityDescription: z.ZodOptional<z.ZodString>;
3432
- control: z.ZodOptional<z.ZodString>;
3433
- margin: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"xs">, z.ZodLiteral<"sm">, z.ZodLiteral<"md">, z.ZodLiteral<"lg">, z.ZodLiteral<"xl">]>>;
3434
- }, "strip", z.ZodTypeAny, {
3435
- url: string;
3436
- type: "image";
3437
- text?: string | undefined;
3438
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3439
- accessibilityDescription?: string | undefined;
3440
- control?: string | undefined;
3441
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3442
- }, {
3443
- url: string;
3444
- type: "image";
3445
- text?: string | undefined;
3446
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3447
- accessibilityDescription?: string | undefined;
3448
- control?: string | undefined;
3449
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3450
- }>>;
3451
- value: z.ZodObject<{
3452
- url: z.ZodString;
3453
- method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
3454
- param: z.ZodString;
3455
- query: z.ZodString;
3456
- }, "strip", z.ZodTypeAny, {
3457
- url: string;
3458
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3459
- param: string;
3460
- query: string;
3461
- }, {
3462
- url: string;
3463
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3464
- param: string;
3465
- query: string;
3466
- }>;
3467
- }, "strip", z.ZodTypeAny, {
3468
- type: "search";
3469
- title: string;
3470
- value: {
3471
- url: string;
3472
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3473
- param: string;
3474
- query: string;
3475
- };
3476
- description?: string | undefined;
3477
- icon?: {
3478
- name: string;
3479
- } | {
3480
- text: string;
3481
- } | undefined;
3482
- image?: {
3483
- url: string;
3484
- type: "image";
3485
- text?: string | undefined;
3486
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3487
- accessibilityDescription?: string | undefined;
3488
- control?: string | undefined;
3489
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3490
- } | undefined;
3491
- }, {
3492
- type: "search";
3493
- title: string;
3494
- value: {
3495
- url: string;
3496
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3497
- param: string;
3498
- query: string;
3499
- };
3500
- description?: string | undefined;
3501
- icon?: {
3502
- name: string;
3503
- } | {
3504
- text: string;
3505
- } | undefined;
3506
- image?: {
3507
- url: string;
3508
- type: "image";
3509
- text?: string | undefined;
3510
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3511
- accessibilityDescription?: string | undefined;
3512
- control?: string | undefined;
3513
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3514
- } | undefined;
3515
- }>]>, "many">;
3516
- }, "strip", z.ZodTypeAny, {
3517
- results: ({
3518
- type: "search";
3519
- title: string;
3520
- value: {
3521
- url: string;
3522
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3523
- param: string;
3524
- query: string;
3525
- };
3526
- description?: string | undefined;
3527
- icon?: {
3528
- name: string;
3529
- } | {
3530
- text: string;
3531
- } | undefined;
3532
- image?: {
3533
- url: string;
3534
- type: "image";
3535
- text?: string | undefined;
3536
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3537
- accessibilityDescription?: string | undefined;
3538
- control?: string | undefined;
3539
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3540
- } | undefined;
3541
- } | {
3542
- type: "action";
3543
- title: string;
3544
- value: {
3545
- title?: string | undefined;
3546
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3547
- disabled?: boolean | undefined;
3548
- $id?: string | undefined;
3549
- $ref?: string | undefined;
3550
- id?: string | undefined;
3551
- url?: string | undefined;
3552
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3553
- exit?: boolean | undefined;
3554
- result?: JsonElement | undefined;
3555
- data?: JsonElement | undefined;
3556
- timeout?: number | undefined;
3557
- skipValidation?: boolean | undefined;
3558
- };
3559
- description?: string | undefined;
3560
- icon?: {
3561
- name: string;
3562
- } | {
3563
- text: string;
3564
- } | undefined;
3565
- image?: {
3566
- url: string;
3567
- type: "image";
3568
- text?: string | undefined;
3569
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3570
- accessibilityDescription?: string | undefined;
3571
- control?: string | undefined;
3572
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3573
- } | undefined;
3574
- })[];
3575
- }, {
3576
- results: ({
3577
- type: "search";
3578
- title: string;
3579
- value: {
3580
- url: string;
3581
- method: "POST" | "GET" | "PUT" | "PATCH" | "DELETE";
3582
- param: string;
3583
- query: string;
3584
- };
3585
- description?: string | undefined;
3586
- icon?: {
3587
- name: string;
3588
- } | {
3589
- text: string;
3590
- } | undefined;
3591
- image?: {
3592
- url: string;
3593
- type: "image";
3594
- text?: string | undefined;
3595
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3596
- accessibilityDescription?: string | undefined;
3597
- control?: string | undefined;
3598
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3599
- } | undefined;
3600
- } | {
3601
- type: "action";
3602
- title: string;
3603
- value: {
3604
- title?: string | undefined;
3605
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3606
- disabled?: boolean | undefined;
3607
- $id?: string | undefined;
3608
- $ref?: string | undefined;
3609
- id?: string | undefined;
3610
- url?: string | undefined;
3611
- method?: "POST" | "GET" | "PUT" | "PATCH" | "DELETE" | undefined;
3612
- exit?: boolean | undefined;
3613
- result?: JsonElement | undefined;
3614
- data?: JsonElement | undefined;
3615
- timeout?: number | undefined;
3616
- skipValidation?: boolean | undefined;
3617
- };
3618
- description?: string | undefined;
3619
- icon?: {
3620
- name: string;
3621
- } | {
3622
- text: string;
3623
- } | undefined;
3624
- image?: {
3625
- url: string;
3626
- type: "image";
3627
- text?: string | undefined;
3628
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3629
- accessibilityDescription?: string | undefined;
3630
- control?: string | undefined;
3631
- margin?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3632
- } | undefined;
3633
- })[];
3634
- }>;
3635
- export declare const layoutSchema: z.ZodSchema<Layout>;
3636
- export declare const boxLayoutSchema: z.ZodSchema<BoxLayout>;
3637
- export declare const columnsLayoutSchema: z.ZodSchema<ColumnsLayout>;
3638
- export declare const modalLayoutSchema: z.ZodSchema<ModalLayout>;
3639
- export declare const modalLayoutContentSchema: z.ZodSchema<ModalLayoutContent>;
3640
- export declare const stepSchema: z.ZodSchema<Step>;
3641
- export declare const schemaSchema: z.ZodSchema<Schema>;
3642
- export declare const allOfSchemaSchema: z.ZodSchema<AllOfSchema>;
3643
- export declare const arraySchemaSchema: z.ZodSchema<ArraySchema>;
3644
- export declare const booleanSchemaSchema: z.ZodSchema<BooleanSchema>;
3645
- export declare const integerSchemaSchema: z.ZodSchema<IntegerSchema>;
3646
- export declare const numberSchemaSchema: z.ZodSchema<NumberSchema>;
3647
- export declare const objectSchemaSchema: z.ZodSchema<ObjectSchema>;
3648
- export declare const oneOfSchemaSchema: z.ZodSchema<OneOfSchema>;
3649
- export declare const stringSchemaSchema: z.ZodSchema<StringSchema>;
3650
- export declare const arraySchemaListSchema: z.ZodSchema<ArraySchemaList>;
3651
- export declare const persistAsyncSchema: z.ZodSchema<PersistAsync>;
3652
- export declare const arraySchemaTupleSchema: z.ZodSchema<ArraySchemaTuple>;