@wise/dynamic-flow-types 4.18.0-experimental-9265cac → 4.19.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.
- package/build/renderers/AlertRendererProps.d.ts +5 -0
- package/build/renderers/AlertRendererProps.d.ts.map +1 -1
- package/build/renderers/CollectionRendererProps.d.ts +19 -5
- package/build/renderers/CollectionRendererProps.d.ts.map +1 -1
- package/build/renderers/RendererProps.d.ts +2 -2
- package/build/renderers/RendererProps.d.ts.map +1 -1
- package/build/renderers/SectionRendererProps.d.ts +1 -0
- package/build/renderers/SectionRendererProps.d.ts.map +1 -1
- package/build/renderers/constants.d.ts +1 -1
- package/build/renderers/constants.d.ts.map +1 -1
- package/build/renderers/index.d.ts +1 -1
- package/build/renderers/index.d.ts.map +1 -1
- package/build/spec/index.d.ts +2 -2
- package/build/spec/index.d.ts.map +1 -1
- package/build/spec/layout/AlertLayout.d.ts +18 -0
- package/build/spec/layout/AlertLayout.d.ts.map +1 -1
- package/build/spec/layout/CollectionLayout.d.ts +3 -8
- package/build/spec/layout/CollectionLayout.d.ts.map +1 -1
- package/build/spec/layout/CollectionLayoutCallToAction.d.ts +8 -8
- package/build/spec/layout/CollectionLayoutCallToAction.d.ts.map +1 -1
- package/build/spec/layout/CollectionLayoutItem.d.ts +5 -1
- package/build/spec/layout/CollectionLayoutItem.d.ts.map +1 -1
- package/build/spec/layout/CollectionLayoutSelectFilter.d.ts +2 -2
- package/build/spec/layout/CollectionLayoutSelectFilter.d.ts.map +1 -1
- package/build/spec/layout/{SelectFilterOption.d.ts → CollectionLayoutSelectFilterOption.d.ts} +3 -3
- package/build/spec/layout/CollectionLayoutSelectFilterOption.d.ts.map +1 -0
- package/build/spec/layout/CollectionLayoutState.d.ts +2 -2
- package/build/spec/layout/Layout.d.ts +3 -3
- package/build/spec/layout/Layout.d.ts.map +1 -1
- package/build/spec/layout/SectionLayout.d.ts +4 -0
- package/build/spec/layout/SectionLayout.d.ts.map +1 -1
- package/build/spec/layout/StatusListLayoutItem.d.ts +2 -2
- package/build/spec/layout/StatusListLayoutItem.d.ts.map +1 -1
- package/build/spec/layout/{ItemCallToAction.d.ts → StatusListLayoutItemCallToAction.d.ts} +2 -2
- package/build/spec/layout/StatusListLayoutItemCallToAction.d.ts.map +1 -0
- package/build/spec/main.js +42 -34
- package/build/spec/main.mjs +42 -34
- package/build/spec/misc/Context.d.ts +1 -1
- package/build/spec/misc/Context.d.ts.map +1 -1
- package/build/spec/misc/media/MediaAvatar.d.ts +2 -2
- package/build/spec/misc/media/MediaAvatar.d.ts.map +1 -1
- package/build/spec/misc/media/MediaAvatarContent.d.ts +7 -0
- package/build/spec/misc/media/MediaAvatarContent.d.ts.map +1 -0
- package/build/spec/misc/media/{AvatarTextContent.d.ts → MediaAvatarTextContent.d.ts} +2 -2
- package/build/spec/misc/media/MediaAvatarTextContent.d.ts.map +1 -0
- package/build/spec/misc/media/{AvatarUriContent.d.ts → MediaAvatarUriContent.d.ts} +2 -2
- package/build/spec/misc/media/MediaAvatarUriContent.d.ts.map +1 -0
- package/build/spec/responses/search/SearchResultSearch.d.ts +2 -2
- package/build/spec/responses/search/SearchResultSearch.d.ts.map +1 -1
- package/build/spec/responses/search/{SearchSearchRequest.d.ts → SearchResultSearchSearchRequest.d.ts} +2 -2
- package/build/spec/responses/search/SearchResultSearchSearchRequest.d.ts.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/zod/schemas.d.ts +375 -375
- package/build/zod/schemas.d.ts.map +1 -1
- package/build/zod/schemas.ts +780 -770
- package/package.json +1 -1
- package/build/spec/layout/ItemCallToAction.d.ts.map +0 -1
- package/build/spec/layout/SelectFilterOption.d.ts.map +0 -1
- package/build/spec/misc/media/AvatarContent.d.ts +0 -7
- package/build/spec/misc/media/AvatarContent.d.ts.map +0 -1
- package/build/spec/misc/media/AvatarTextContent.d.ts.map +0 -1
- package/build/spec/misc/media/AvatarUriContent.d.ts.map +0 -1
- package/build/spec/responses/search/SearchSearchRequest.d.ts.map +0 -1
package/build/zod/schemas.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import type { JsonElement, AdditionalInfo, Behavior, ReviewLayoutCallToAction, CollectionLayoutState, CollectionLayoutSection, Layout, TabsLayout, TabsLayoutTab, AlertLayout, AlertLayoutCallToAction, CollectionLayoutItem, CollectionLayoutCallToAction, ListLayout, ListLayoutCallToAction, ListLayoutItem, UpsellLayoutCallToAction, UpsellLayout, DecisionLayout, DecisionLayoutOption, SectionLayoutCallToAction, StatusListLayout, StatusListLayoutItem, CollectionLayout, SectionLayout,
|
|
2
|
+
import type { JsonElement, AdditionalInfo, Behavior, ReviewLayoutCallToAction, CollectionLayoutState, CollectionLayoutSection, Layout, TabsLayout, TabsLayoutTab, AlertLayout, AlertLayoutCallToAction, CollectionLayoutItem, CollectionLayoutCallToAction, StatusListLayoutItemCallToAction, ListLayout, ListLayoutCallToAction, ListLayoutItem, UpsellLayoutCallToAction, UpsellLayout, DecisionLayout, DecisionLayoutOption, SectionLayoutCallToAction, StatusListLayout, StatusListLayoutItem, CollectionLayout, SectionLayout, SearchLayout, SearchInitialState, BoxLayout, ButtonLayout, ColumnsLayout, ModalLayout, ReviewLayout, ReviewLayoutField, ModalLayoutContent, SearchResponse, SearchLayoutResponseBody, SearchInitialLayoutConfig, SubflowResponseBody, ModalResponseBody, Step, Schema, Polling, LinkHandler, Toolbar, AllOfSchema, ArraySchema, BlobSchema, BooleanSchema, ConstSchema, IntegerSchema, NumberSchema, ObjectSchema, OneOfSchema, StringSchema, ArraySchemaList, PersistAsync, ArraySchemaTuple, PollingOnError, ToolbarItem, ToolbarButton, SubflowBehavior, ModalBehavior } from '../spec';
|
|
3
3
|
export declare const imageSchema: z.ZodObject<{
|
|
4
4
|
text: z.ZodOptional<z.ZodString>;
|
|
5
5
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -34,16 +34,16 @@ export declare const supportingValuesSchema: z.ZodObject<{
|
|
|
34
34
|
value?: string | undefined;
|
|
35
35
|
subvalue?: string | undefined;
|
|
36
36
|
}>;
|
|
37
|
-
export declare const contextSchema: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
|
|
37
|
+
export declare const contextSchema: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
|
|
38
38
|
export declare const inlineAlertSchema: z.ZodObject<{
|
|
39
39
|
content: z.ZodString;
|
|
40
|
-
context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
|
|
40
|
+
context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
42
|
content: string;
|
|
43
|
-
context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning" | undefined;
|
|
43
|
+
context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning" | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
content: string;
|
|
46
|
-
context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning" | undefined;
|
|
46
|
+
context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning" | undefined;
|
|
47
47
|
}>;
|
|
48
48
|
export declare const iconTextSchema: z.ZodObject<{
|
|
49
49
|
text: z.ZodString;
|
|
@@ -69,20 +69,20 @@ export declare const iconSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
69
69
|
}, {
|
|
70
70
|
text: string;
|
|
71
71
|
}>]>;
|
|
72
|
-
export declare const
|
|
73
|
-
type: z.ZodLiteral<"
|
|
74
|
-
|
|
75
|
-
|
|
72
|
+
export declare const mediaAvatarTextContentSchema: z.ZodObject<{
|
|
73
|
+
type: z.ZodLiteral<"text">;
|
|
74
|
+
text: z.ZodString;
|
|
75
|
+
badgeUri: z.ZodOptional<z.ZodString>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
type: "
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
type: "text";
|
|
78
|
+
text: string;
|
|
79
|
+
badgeUri?: string | undefined;
|
|
80
80
|
}, {
|
|
81
|
-
type: "
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
type: "text";
|
|
82
|
+
text: string;
|
|
83
|
+
badgeUri?: string | undefined;
|
|
84
84
|
}>;
|
|
85
|
-
export declare const
|
|
85
|
+
export declare const mediaAvatarUriContentSchema: z.ZodObject<{
|
|
86
86
|
type: z.ZodLiteral<"uri">;
|
|
87
87
|
uri: z.ZodString;
|
|
88
88
|
badgeUri: z.ZodOptional<z.ZodString>;
|
|
@@ -95,20 +95,7 @@ export declare const avatarUriContentSchema: z.ZodObject<{
|
|
|
95
95
|
uri: string;
|
|
96
96
|
badgeUri?: string | undefined;
|
|
97
97
|
}>;
|
|
98
|
-
export declare const
|
|
99
|
-
type: z.ZodLiteral<"text">;
|
|
100
|
-
text: z.ZodString;
|
|
101
|
-
badgeUri: z.ZodOptional<z.ZodString>;
|
|
102
|
-
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
type: "text";
|
|
104
|
-
text: string;
|
|
105
|
-
badgeUri?: string | undefined;
|
|
106
|
-
}, {
|
|
107
|
-
type: "text";
|
|
108
|
-
text: string;
|
|
109
|
-
badgeUri?: string | undefined;
|
|
110
|
-
}>;
|
|
111
|
-
export declare const avatarContentSchema: z.ZodUnion<[z.ZodObject<{
|
|
98
|
+
export declare const mediaAvatarContentSchema: z.ZodUnion<[z.ZodObject<{
|
|
112
99
|
type: z.ZodLiteral<"text">;
|
|
113
100
|
text: z.ZodString;
|
|
114
101
|
badgeUri: z.ZodOptional<z.ZodString>;
|
|
@@ -133,6 +120,19 @@ export declare const avatarContentSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
133
120
|
uri: string;
|
|
134
121
|
badgeUri?: string | undefined;
|
|
135
122
|
}>]>;
|
|
123
|
+
export declare const mediaImageSchema: z.ZodObject<{
|
|
124
|
+
type: z.ZodLiteral<"image">;
|
|
125
|
+
uri: z.ZodString;
|
|
126
|
+
accessibilityDescription: z.ZodOptional<z.ZodString>;
|
|
127
|
+
}, "strip", z.ZodTypeAny, {
|
|
128
|
+
type: "image";
|
|
129
|
+
uri: string;
|
|
130
|
+
accessibilityDescription?: string | undefined;
|
|
131
|
+
}, {
|
|
132
|
+
type: "image";
|
|
133
|
+
uri: string;
|
|
134
|
+
accessibilityDescription?: string | undefined;
|
|
135
|
+
}>;
|
|
136
136
|
export declare const mediaAvatarSchema: z.ZodObject<{
|
|
137
137
|
type: z.ZodLiteral<"avatar">;
|
|
138
138
|
content: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -164,25 +164,25 @@ export declare const mediaAvatarSchema: z.ZodObject<{
|
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
165
|
type: "avatar";
|
|
166
166
|
content: ({
|
|
167
|
-
type: "uri";
|
|
168
|
-
uri: string;
|
|
169
|
-
badgeUri?: string | undefined;
|
|
170
|
-
} | {
|
|
171
167
|
type: "text";
|
|
172
168
|
text: string;
|
|
173
169
|
badgeUri?: string | undefined;
|
|
170
|
+
} | {
|
|
171
|
+
type: "uri";
|
|
172
|
+
uri: string;
|
|
173
|
+
badgeUri?: string | undefined;
|
|
174
174
|
})[];
|
|
175
175
|
accessibilityDescription?: string | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
type: "avatar";
|
|
178
178
|
content: ({
|
|
179
|
-
type: "uri";
|
|
180
|
-
uri: string;
|
|
181
|
-
badgeUri?: string | undefined;
|
|
182
|
-
} | {
|
|
183
179
|
type: "text";
|
|
184
180
|
text: string;
|
|
185
181
|
badgeUri?: string | undefined;
|
|
182
|
+
} | {
|
|
183
|
+
type: "uri";
|
|
184
|
+
uri: string;
|
|
185
|
+
badgeUri?: string | undefined;
|
|
186
186
|
})[];
|
|
187
187
|
accessibilityDescription?: string | undefined;
|
|
188
188
|
}>;
|
|
@@ -240,25 +240,25 @@ export declare const mediaSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
240
240
|
}, "strip", z.ZodTypeAny, {
|
|
241
241
|
type: "avatar";
|
|
242
242
|
content: ({
|
|
243
|
-
type: "uri";
|
|
244
|
-
uri: string;
|
|
245
|
-
badgeUri?: string | undefined;
|
|
246
|
-
} | {
|
|
247
243
|
type: "text";
|
|
248
244
|
text: string;
|
|
249
245
|
badgeUri?: string | undefined;
|
|
246
|
+
} | {
|
|
247
|
+
type: "uri";
|
|
248
|
+
uri: string;
|
|
249
|
+
badgeUri?: string | undefined;
|
|
250
250
|
})[];
|
|
251
251
|
accessibilityDescription?: string | undefined;
|
|
252
252
|
}, {
|
|
253
253
|
type: "avatar";
|
|
254
254
|
content: ({
|
|
255
|
-
type: "uri";
|
|
256
|
-
uri: string;
|
|
257
|
-
badgeUri?: string | undefined;
|
|
258
|
-
} | {
|
|
259
255
|
type: "text";
|
|
260
256
|
text: string;
|
|
261
257
|
badgeUri?: string | undefined;
|
|
258
|
+
} | {
|
|
259
|
+
type: "uri";
|
|
260
|
+
uri: string;
|
|
261
|
+
badgeUri?: string | undefined;
|
|
262
262
|
})[];
|
|
263
263
|
accessibilityDescription?: string | undefined;
|
|
264
264
|
}>, z.ZodObject<{
|
|
@@ -287,6 +287,25 @@ export declare const collectionLayoutSearchSchema: z.ZodObject<{
|
|
|
287
287
|
title?: string | undefined;
|
|
288
288
|
hint?: string | undefined;
|
|
289
289
|
}>;
|
|
290
|
+
export declare const requestSchema: z.ZodObject<{
|
|
291
|
+
url: z.ZodString;
|
|
292
|
+
method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
|
|
293
|
+
body: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
294
|
+
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
295
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
296
|
+
}, "strip", z.ZodTypeAny, {
|
|
297
|
+
url: string;
|
|
298
|
+
method: "DELETE" | "GET" | "PATCH" | "POST" | "PUT";
|
|
299
|
+
body?: JsonElement | undefined;
|
|
300
|
+
prefetch?: boolean | undefined;
|
|
301
|
+
headers?: Record<string, string> | undefined;
|
|
302
|
+
}, {
|
|
303
|
+
url: string;
|
|
304
|
+
method: "DELETE" | "GET" | "PATCH" | "POST" | "PUT";
|
|
305
|
+
body?: JsonElement | undefined;
|
|
306
|
+
prefetch?: boolean | undefined;
|
|
307
|
+
headers?: Record<string, string> | undefined;
|
|
308
|
+
}>;
|
|
290
309
|
export declare const paragraphLayoutSchema: z.ZodObject<{
|
|
291
310
|
type: z.ZodLiteral<"paragraph">;
|
|
292
311
|
text: z.ZodString;
|
|
@@ -335,7 +354,7 @@ export declare const dividerLayoutSchema: z.ZodObject<{
|
|
|
335
354
|
tags?: string[] | undefined;
|
|
336
355
|
}>;
|
|
337
356
|
export declare const listLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"warning">, z.ZodLiteral<"neutral">, z.ZodLiteral<"positive">]>;
|
|
338
|
-
export declare const
|
|
357
|
+
export declare const collectionLayoutSelectFilterOptionSchema: z.ZodObject<{
|
|
339
358
|
value: z.ZodString;
|
|
340
359
|
title: z.ZodString;
|
|
341
360
|
accessibilityDescription: z.ZodOptional<z.ZodString>;
|
|
@@ -351,25 +370,6 @@ export declare const selectFilterOptionSchema: z.ZodObject<{
|
|
|
351
370
|
accessibilityDescription?: string | undefined;
|
|
352
371
|
selected?: boolean | undefined;
|
|
353
372
|
}>;
|
|
354
|
-
export declare const requestSchema: z.ZodObject<{
|
|
355
|
-
url: z.ZodString;
|
|
356
|
-
method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
|
|
357
|
-
body: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
358
|
-
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
359
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
360
|
-
}, "strip", z.ZodTypeAny, {
|
|
361
|
-
url: string;
|
|
362
|
-
method: "DELETE" | "GET" | "PATCH" | "POST" | "PUT";
|
|
363
|
-
body?: JsonElement | undefined;
|
|
364
|
-
prefetch?: boolean | undefined;
|
|
365
|
-
headers?: Record<string, string> | undefined;
|
|
366
|
-
}, {
|
|
367
|
-
url: string;
|
|
368
|
-
method: "DELETE" | "GET" | "PATCH" | "POST" | "PUT";
|
|
369
|
-
body?: JsonElement | undefined;
|
|
370
|
-
prefetch?: boolean | undefined;
|
|
371
|
-
headers?: Record<string, string> | undefined;
|
|
372
|
-
}>;
|
|
373
373
|
export declare const formLayoutSchemaReferenceSchema: z.ZodObject<{
|
|
374
374
|
$ref: z.ZodString;
|
|
375
375
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -442,19 +442,19 @@ export declare const imageLayoutSchema: z.ZodObject<{
|
|
|
442
442
|
export declare const statusListLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>;
|
|
443
443
|
export declare const instructionsLayoutItemSchema: z.ZodObject<{
|
|
444
444
|
text: z.ZodString;
|
|
445
|
-
context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
|
|
445
|
+
context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
|
|
446
446
|
tag: z.ZodOptional<z.ZodString>;
|
|
447
447
|
analyticsId: z.ZodOptional<z.ZodString>;
|
|
448
448
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
449
449
|
}, "strip", z.ZodTypeAny, {
|
|
450
450
|
text: string;
|
|
451
|
-
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
|
|
451
|
+
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
|
|
452
452
|
tag?: string | undefined;
|
|
453
453
|
analyticsId?: string | undefined;
|
|
454
454
|
tags?: string[] | undefined;
|
|
455
455
|
}, {
|
|
456
456
|
text: string;
|
|
457
|
-
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
|
|
457
|
+
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
|
|
458
458
|
tag?: string | undefined;
|
|
459
459
|
analyticsId?: string | undefined;
|
|
460
460
|
tags?: string[] | undefined;
|
|
@@ -566,19 +566,19 @@ export declare const instructionsLayoutSchema: z.ZodObject<{
|
|
|
566
566
|
title: z.ZodOptional<z.ZodString>;
|
|
567
567
|
items: z.ZodArray<z.ZodObject<{
|
|
568
568
|
text: z.ZodString;
|
|
569
|
-
context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
|
|
569
|
+
context: z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>;
|
|
570
570
|
tag: z.ZodOptional<z.ZodString>;
|
|
571
571
|
analyticsId: z.ZodOptional<z.ZodString>;
|
|
572
572
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
573
573
|
}, "strip", z.ZodTypeAny, {
|
|
574
574
|
text: string;
|
|
575
|
-
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
|
|
575
|
+
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
|
|
576
576
|
tag?: string | undefined;
|
|
577
577
|
analyticsId?: string | undefined;
|
|
578
578
|
tags?: string[] | undefined;
|
|
579
579
|
}, {
|
|
580
580
|
text: string;
|
|
581
|
-
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
|
|
581
|
+
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
|
|
582
582
|
tag?: string | undefined;
|
|
583
583
|
analyticsId?: string | undefined;
|
|
584
584
|
tags?: string[] | undefined;
|
|
@@ -592,7 +592,7 @@ export declare const instructionsLayoutSchema: z.ZodObject<{
|
|
|
592
592
|
title?: string | undefined;
|
|
593
593
|
items: {
|
|
594
594
|
text: string;
|
|
595
|
-
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
|
|
595
|
+
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
|
|
596
596
|
tag?: string | undefined;
|
|
597
597
|
analyticsId?: string | undefined;
|
|
598
598
|
tags?: string[] | undefined;
|
|
@@ -606,7 +606,7 @@ export declare const instructionsLayoutSchema: z.ZodObject<{
|
|
|
606
606
|
title?: string | undefined;
|
|
607
607
|
items: {
|
|
608
608
|
text: string;
|
|
609
|
-
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning";
|
|
609
|
+
context: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning";
|
|
610
610
|
tag?: string | undefined;
|
|
611
611
|
analyticsId?: string | undefined;
|
|
612
612
|
tags?: string[] | undefined;
|
|
@@ -677,25 +677,25 @@ export declare const mediaLayoutSchema: z.ZodObject<{
|
|
|
677
677
|
}, "strip", z.ZodTypeAny, {
|
|
678
678
|
type: "avatar";
|
|
679
679
|
content: ({
|
|
680
|
-
type: "uri";
|
|
681
|
-
uri: string;
|
|
682
|
-
badgeUri?: string | undefined;
|
|
683
|
-
} | {
|
|
684
680
|
type: "text";
|
|
685
681
|
text: string;
|
|
686
682
|
badgeUri?: string | undefined;
|
|
683
|
+
} | {
|
|
684
|
+
type: "uri";
|
|
685
|
+
uri: string;
|
|
686
|
+
badgeUri?: string | undefined;
|
|
687
687
|
})[];
|
|
688
688
|
accessibilityDescription?: string | undefined;
|
|
689
689
|
}, {
|
|
690
690
|
type: "avatar";
|
|
691
691
|
content: ({
|
|
692
|
-
type: "uri";
|
|
693
|
-
uri: string;
|
|
694
|
-
badgeUri?: string | undefined;
|
|
695
|
-
} | {
|
|
696
692
|
type: "text";
|
|
697
693
|
text: string;
|
|
698
694
|
badgeUri?: string | undefined;
|
|
695
|
+
} | {
|
|
696
|
+
type: "uri";
|
|
697
|
+
uri: string;
|
|
698
|
+
badgeUri?: string | undefined;
|
|
699
699
|
})[];
|
|
700
700
|
accessibilityDescription?: string | undefined;
|
|
701
701
|
}>, z.ZodObject<{
|
|
@@ -726,13 +726,13 @@ export declare const mediaLayoutSchema: z.ZodObject<{
|
|
|
726
726
|
} | {
|
|
727
727
|
type: "avatar";
|
|
728
728
|
content: ({
|
|
729
|
-
type: "uri";
|
|
730
|
-
uri: string;
|
|
731
|
-
badgeUri?: string | undefined;
|
|
732
|
-
} | {
|
|
733
729
|
type: "text";
|
|
734
730
|
text: string;
|
|
735
731
|
badgeUri?: string | undefined;
|
|
732
|
+
} | {
|
|
733
|
+
type: "uri";
|
|
734
|
+
uri: string;
|
|
735
|
+
badgeUri?: string | undefined;
|
|
736
736
|
})[];
|
|
737
737
|
accessibilityDescription?: string | undefined;
|
|
738
738
|
};
|
|
@@ -751,13 +751,13 @@ export declare const mediaLayoutSchema: z.ZodObject<{
|
|
|
751
751
|
} | {
|
|
752
752
|
type: "avatar";
|
|
753
753
|
content: ({
|
|
754
|
-
type: "uri";
|
|
755
|
-
uri: string;
|
|
756
|
-
badgeUri?: string | undefined;
|
|
757
|
-
} | {
|
|
758
754
|
type: "text";
|
|
759
755
|
text: string;
|
|
760
756
|
badgeUri?: string | undefined;
|
|
757
|
+
} | {
|
|
758
|
+
type: "uri";
|
|
759
|
+
uri: string;
|
|
760
|
+
badgeUri?: string | undefined;
|
|
761
761
|
})[];
|
|
762
762
|
accessibilityDescription?: string | undefined;
|
|
763
763
|
};
|
|
@@ -774,7 +774,7 @@ export declare const progressLayoutSchema: z.ZodObject<{
|
|
|
774
774
|
description: z.ZodOptional<z.ZodString>;
|
|
775
775
|
progress: z.ZodNumber;
|
|
776
776
|
progressText: z.ZodString;
|
|
777
|
-
context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
|
|
777
|
+
context: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"warning">, z.ZodLiteral<"negative">, z.ZodLiteral<"proposition">, z.ZodLiteral<"success">, z.ZodLiteral<"failure">, z.ZodLiteral<"info">, z.ZodLiteral<"primary">]>>;
|
|
778
778
|
help: z.ZodOptional<z.ZodObject<{
|
|
779
779
|
markdown: z.ZodString;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -792,7 +792,7 @@ export declare const progressLayoutSchema: z.ZodObject<{
|
|
|
792
792
|
description?: string | undefined;
|
|
793
793
|
progress: number;
|
|
794
794
|
progressText: string;
|
|
795
|
-
context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning" | undefined;
|
|
795
|
+
context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning" | undefined;
|
|
796
796
|
help?: {
|
|
797
797
|
markdown: string;
|
|
798
798
|
} | undefined;
|
|
@@ -806,7 +806,7 @@ export declare const progressLayoutSchema: z.ZodObject<{
|
|
|
806
806
|
description?: string | undefined;
|
|
807
807
|
progress: number;
|
|
808
808
|
progressText: string;
|
|
809
|
-
context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "success" | "warning" | undefined;
|
|
809
|
+
context?: "failure" | "info" | "negative" | "neutral" | "positive" | "primary" | "proposition" | "success" | "warning" | undefined;
|
|
810
810
|
help?: {
|
|
811
811
|
markdown: string;
|
|
812
812
|
} | undefined;
|
|
@@ -817,7 +817,7 @@ export declare const progressLayoutSchema: z.ZodObject<{
|
|
|
817
817
|
}>;
|
|
818
818
|
export declare const columnsLayoutBiasSchema: z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"left">, z.ZodLiteral<"right">]>;
|
|
819
819
|
export declare const noOpResponseBodySchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
820
|
-
export declare const
|
|
820
|
+
export declare const searchResultSearchSearchRequestSchema: z.ZodObject<{
|
|
821
821
|
url: z.ZodString;
|
|
822
822
|
method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
|
|
823
823
|
param: z.ZodString;
|
|
@@ -913,25 +913,25 @@ export declare const searchResultSearchSchema: z.ZodObject<{
|
|
|
913
913
|
}, "strip", z.ZodTypeAny, {
|
|
914
914
|
type: "avatar";
|
|
915
915
|
content: ({
|
|
916
|
-
type: "uri";
|
|
917
|
-
uri: string;
|
|
918
|
-
badgeUri?: string | undefined;
|
|
919
|
-
} | {
|
|
920
916
|
type: "text";
|
|
921
917
|
text: string;
|
|
922
918
|
badgeUri?: string | undefined;
|
|
919
|
+
} | {
|
|
920
|
+
type: "uri";
|
|
921
|
+
uri: string;
|
|
922
|
+
badgeUri?: string | undefined;
|
|
923
923
|
})[];
|
|
924
924
|
accessibilityDescription?: string | undefined;
|
|
925
925
|
}, {
|
|
926
926
|
type: "avatar";
|
|
927
927
|
content: ({
|
|
928
|
-
type: "uri";
|
|
929
|
-
uri: string;
|
|
930
|
-
badgeUri?: string | undefined;
|
|
931
|
-
} | {
|
|
932
928
|
type: "text";
|
|
933
929
|
text: string;
|
|
934
930
|
badgeUri?: string | undefined;
|
|
931
|
+
} | {
|
|
932
|
+
type: "uri";
|
|
933
|
+
uri: string;
|
|
934
|
+
badgeUri?: string | undefined;
|
|
935
935
|
})[];
|
|
936
936
|
accessibilityDescription?: string | undefined;
|
|
937
937
|
}>, z.ZodObject<{
|
|
@@ -975,13 +975,13 @@ export declare const searchResultSearchSchema: z.ZodObject<{
|
|
|
975
975
|
} | {
|
|
976
976
|
type: "avatar";
|
|
977
977
|
content: ({
|
|
978
|
-
type: "uri";
|
|
979
|
-
uri: string;
|
|
980
|
-
badgeUri?: string | undefined;
|
|
981
|
-
} | {
|
|
982
978
|
type: "text";
|
|
983
979
|
text: string;
|
|
984
980
|
badgeUri?: string | undefined;
|
|
981
|
+
} | {
|
|
982
|
+
type: "uri";
|
|
983
|
+
uri: string;
|
|
984
|
+
badgeUri?: string | undefined;
|
|
985
985
|
})[];
|
|
986
986
|
accessibilityDescription?: string | undefined;
|
|
987
987
|
} | undefined;
|
|
@@ -1013,13 +1013,13 @@ export declare const searchResultSearchSchema: z.ZodObject<{
|
|
|
1013
1013
|
} | {
|
|
1014
1014
|
type: "avatar";
|
|
1015
1015
|
content: ({
|
|
1016
|
-
type: "uri";
|
|
1017
|
-
uri: string;
|
|
1018
|
-
badgeUri?: string | undefined;
|
|
1019
|
-
} | {
|
|
1020
1016
|
type: "text";
|
|
1021
1017
|
text: string;
|
|
1022
1018
|
badgeUri?: string | undefined;
|
|
1019
|
+
} | {
|
|
1020
|
+
type: "uri";
|
|
1021
|
+
uri: string;
|
|
1022
|
+
badgeUri?: string | undefined;
|
|
1023
1023
|
})[];
|
|
1024
1024
|
accessibilityDescription?: string | undefined;
|
|
1025
1025
|
} | undefined;
|
|
@@ -1128,25 +1128,25 @@ export declare const summarySummariserSchema: z.ZodObject<{
|
|
|
1128
1128
|
}, "strip", z.ZodTypeAny, {
|
|
1129
1129
|
type: "avatar";
|
|
1130
1130
|
content: ({
|
|
1131
|
-
type: "uri";
|
|
1132
|
-
uri: string;
|
|
1133
|
-
badgeUri?: string | undefined;
|
|
1134
|
-
} | {
|
|
1135
1131
|
type: "text";
|
|
1136
1132
|
text: string;
|
|
1137
1133
|
badgeUri?: string | undefined;
|
|
1134
|
+
} | {
|
|
1135
|
+
type: "uri";
|
|
1136
|
+
uri: string;
|
|
1137
|
+
badgeUri?: string | undefined;
|
|
1138
1138
|
})[];
|
|
1139
1139
|
accessibilityDescription?: string | undefined;
|
|
1140
1140
|
}, {
|
|
1141
1141
|
type: "avatar";
|
|
1142
1142
|
content: ({
|
|
1143
|
-
type: "uri";
|
|
1144
|
-
uri: string;
|
|
1145
|
-
badgeUri?: string | undefined;
|
|
1146
|
-
} | {
|
|
1147
1143
|
type: "text";
|
|
1148
1144
|
text: string;
|
|
1149
1145
|
badgeUri?: string | undefined;
|
|
1146
|
+
} | {
|
|
1147
|
+
type: "uri";
|
|
1148
|
+
uri: string;
|
|
1149
|
+
badgeUri?: string | undefined;
|
|
1150
1150
|
})[];
|
|
1151
1151
|
accessibilityDescription?: string | undefined;
|
|
1152
1152
|
}>, z.ZodObject<{
|
|
@@ -1188,13 +1188,13 @@ export declare const summarySummariserSchema: z.ZodObject<{
|
|
|
1188
1188
|
} | {
|
|
1189
1189
|
type: "avatar";
|
|
1190
1190
|
content: ({
|
|
1191
|
-
type: "uri";
|
|
1192
|
-
uri: string;
|
|
1193
|
-
badgeUri?: string | undefined;
|
|
1194
|
-
} | {
|
|
1195
1191
|
type: "text";
|
|
1196
1192
|
text: string;
|
|
1197
1193
|
badgeUri?: string | undefined;
|
|
1194
|
+
} | {
|
|
1195
|
+
type: "uri";
|
|
1196
|
+
uri: string;
|
|
1197
|
+
badgeUri?: string | undefined;
|
|
1198
1198
|
})[];
|
|
1199
1199
|
accessibilityDescription?: string | undefined;
|
|
1200
1200
|
} | undefined;
|
|
@@ -1224,13 +1224,13 @@ export declare const summarySummariserSchema: z.ZodObject<{
|
|
|
1224
1224
|
} | {
|
|
1225
1225
|
type: "avatar";
|
|
1226
1226
|
content: ({
|
|
1227
|
-
type: "uri";
|
|
1228
|
-
uri: string;
|
|
1229
|
-
badgeUri?: string | undefined;
|
|
1230
|
-
} | {
|
|
1231
1227
|
type: "text";
|
|
1232
1228
|
text: string;
|
|
1233
1229
|
badgeUri?: string | undefined;
|
|
1230
|
+
} | {
|
|
1231
|
+
type: "uri";
|
|
1232
|
+
uri: string;
|
|
1233
|
+
badgeUri?: string | undefined;
|
|
1234
1234
|
})[];
|
|
1235
1235
|
accessibilityDescription?: string | undefined;
|
|
1236
1236
|
} | undefined;
|
|
@@ -1333,25 +1333,25 @@ export declare const suggestionsValueSchema: z.ZodObject<{
|
|
|
1333
1333
|
}, "strip", z.ZodTypeAny, {
|
|
1334
1334
|
type: "avatar";
|
|
1335
1335
|
content: ({
|
|
1336
|
-
type: "uri";
|
|
1337
|
-
uri: string;
|
|
1338
|
-
badgeUri?: string | undefined;
|
|
1339
|
-
} | {
|
|
1340
1336
|
type: "text";
|
|
1341
1337
|
text: string;
|
|
1342
1338
|
badgeUri?: string | undefined;
|
|
1339
|
+
} | {
|
|
1340
|
+
type: "uri";
|
|
1341
|
+
uri: string;
|
|
1342
|
+
badgeUri?: string | undefined;
|
|
1343
1343
|
})[];
|
|
1344
1344
|
accessibilityDescription?: string | undefined;
|
|
1345
1345
|
}, {
|
|
1346
1346
|
type: "avatar";
|
|
1347
1347
|
content: ({
|
|
1348
|
-
type: "uri";
|
|
1349
|
-
uri: string;
|
|
1350
|
-
badgeUri?: string | undefined;
|
|
1351
|
-
} | {
|
|
1352
1348
|
type: "text";
|
|
1353
1349
|
text: string;
|
|
1354
1350
|
badgeUri?: string | undefined;
|
|
1351
|
+
} | {
|
|
1352
|
+
type: "uri";
|
|
1353
|
+
uri: string;
|
|
1354
|
+
badgeUri?: string | undefined;
|
|
1355
1355
|
})[];
|
|
1356
1356
|
accessibilityDescription?: string | undefined;
|
|
1357
1357
|
}>, z.ZodObject<{
|
|
@@ -1391,13 +1391,13 @@ export declare const suggestionsValueSchema: z.ZodObject<{
|
|
|
1391
1391
|
} | {
|
|
1392
1392
|
type: "avatar";
|
|
1393
1393
|
content: ({
|
|
1394
|
-
type: "uri";
|
|
1395
|
-
uri: string;
|
|
1396
|
-
badgeUri?: string | undefined;
|
|
1397
|
-
} | {
|
|
1398
1394
|
type: "text";
|
|
1399
1395
|
text: string;
|
|
1400
1396
|
badgeUri?: string | undefined;
|
|
1397
|
+
} | {
|
|
1398
|
+
type: "uri";
|
|
1399
|
+
uri: string;
|
|
1400
|
+
badgeUri?: string | undefined;
|
|
1401
1401
|
})[];
|
|
1402
1402
|
accessibilityDescription?: string | undefined;
|
|
1403
1403
|
} | undefined;
|
|
@@ -1425,13 +1425,13 @@ export declare const suggestionsValueSchema: z.ZodObject<{
|
|
|
1425
1425
|
} | {
|
|
1426
1426
|
type: "avatar";
|
|
1427
1427
|
content: ({
|
|
1428
|
-
type: "uri";
|
|
1429
|
-
uri: string;
|
|
1430
|
-
badgeUri?: string | undefined;
|
|
1431
|
-
} | {
|
|
1432
1428
|
type: "text";
|
|
1433
1429
|
text: string;
|
|
1434
1430
|
badgeUri?: string | undefined;
|
|
1431
|
+
} | {
|
|
1432
|
+
type: "uri";
|
|
1433
|
+
uri: string;
|
|
1434
|
+
badgeUri?: string | undefined;
|
|
1435
1435
|
})[];
|
|
1436
1436
|
accessibilityDescription?: string | undefined;
|
|
1437
1437
|
} | undefined;
|
|
@@ -1637,25 +1637,25 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1637
1637
|
}, "strip", z.ZodTypeAny, {
|
|
1638
1638
|
type: "avatar";
|
|
1639
1639
|
content: ({
|
|
1640
|
-
type: "uri";
|
|
1641
|
-
uri: string;
|
|
1642
|
-
badgeUri?: string | undefined;
|
|
1643
|
-
} | {
|
|
1644
1640
|
type: "text";
|
|
1645
1641
|
text: string;
|
|
1646
1642
|
badgeUri?: string | undefined;
|
|
1643
|
+
} | {
|
|
1644
|
+
type: "uri";
|
|
1645
|
+
uri: string;
|
|
1646
|
+
badgeUri?: string | undefined;
|
|
1647
1647
|
})[];
|
|
1648
1648
|
accessibilityDescription?: string | undefined;
|
|
1649
1649
|
}, {
|
|
1650
1650
|
type: "avatar";
|
|
1651
1651
|
content: ({
|
|
1652
|
-
type: "uri";
|
|
1653
|
-
uri: string;
|
|
1654
|
-
badgeUri?: string | undefined;
|
|
1655
|
-
} | {
|
|
1656
1652
|
type: "text";
|
|
1657
1653
|
text: string;
|
|
1658
1654
|
badgeUri?: string | undefined;
|
|
1655
|
+
} | {
|
|
1656
|
+
type: "uri";
|
|
1657
|
+
uri: string;
|
|
1658
|
+
badgeUri?: string | undefined;
|
|
1659
1659
|
})[];
|
|
1660
1660
|
accessibilityDescription?: string | undefined;
|
|
1661
1661
|
}>, z.ZodObject<{
|
|
@@ -1697,13 +1697,13 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1697
1697
|
} | {
|
|
1698
1698
|
type: "avatar";
|
|
1699
1699
|
content: ({
|
|
1700
|
-
type: "uri";
|
|
1701
|
-
uri: string;
|
|
1702
|
-
badgeUri?: string | undefined;
|
|
1703
|
-
} | {
|
|
1704
1700
|
type: "text";
|
|
1705
1701
|
text: string;
|
|
1706
1702
|
badgeUri?: string | undefined;
|
|
1703
|
+
} | {
|
|
1704
|
+
type: "uri";
|
|
1705
|
+
uri: string;
|
|
1706
|
+
badgeUri?: string | undefined;
|
|
1707
1707
|
})[];
|
|
1708
1708
|
accessibilityDescription?: string | undefined;
|
|
1709
1709
|
} | undefined;
|
|
@@ -1733,13 +1733,13 @@ export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1733
1733
|
} | {
|
|
1734
1734
|
type: "avatar";
|
|
1735
1735
|
content: ({
|
|
1736
|
-
type: "uri";
|
|
1737
|
-
uri: string;
|
|
1738
|
-
badgeUri?: string | undefined;
|
|
1739
|
-
} | {
|
|
1740
1736
|
type: "text";
|
|
1741
1737
|
text: string;
|
|
1742
1738
|
badgeUri?: string | undefined;
|
|
1739
|
+
} | {
|
|
1740
|
+
type: "uri";
|
|
1741
|
+
uri: string;
|
|
1742
|
+
badgeUri?: string | undefined;
|
|
1743
1743
|
})[];
|
|
1744
1744
|
accessibilityDescription?: string | undefined;
|
|
1745
1745
|
} | undefined;
|
|
@@ -2138,25 +2138,25 @@ export declare const suggestionsSchema: z.ZodObject<{
|
|
|
2138
2138
|
}, "strip", z.ZodTypeAny, {
|
|
2139
2139
|
type: "avatar";
|
|
2140
2140
|
content: ({
|
|
2141
|
-
type: "uri";
|
|
2142
|
-
uri: string;
|
|
2143
|
-
badgeUri?: string | undefined;
|
|
2144
|
-
} | {
|
|
2145
2141
|
type: "text";
|
|
2146
2142
|
text: string;
|
|
2147
2143
|
badgeUri?: string | undefined;
|
|
2144
|
+
} | {
|
|
2145
|
+
type: "uri";
|
|
2146
|
+
uri: string;
|
|
2147
|
+
badgeUri?: string | undefined;
|
|
2148
2148
|
})[];
|
|
2149
2149
|
accessibilityDescription?: string | undefined;
|
|
2150
2150
|
}, {
|
|
2151
2151
|
type: "avatar";
|
|
2152
2152
|
content: ({
|
|
2153
|
-
type: "uri";
|
|
2154
|
-
uri: string;
|
|
2155
|
-
badgeUri?: string | undefined;
|
|
2156
|
-
} | {
|
|
2157
2153
|
type: "text";
|
|
2158
2154
|
text: string;
|
|
2159
2155
|
badgeUri?: string | undefined;
|
|
2156
|
+
} | {
|
|
2157
|
+
type: "uri";
|
|
2158
|
+
uri: string;
|
|
2159
|
+
badgeUri?: string | undefined;
|
|
2160
2160
|
})[];
|
|
2161
2161
|
accessibilityDescription?: string | undefined;
|
|
2162
2162
|
}>, z.ZodObject<{
|
|
@@ -2196,13 +2196,13 @@ export declare const suggestionsSchema: z.ZodObject<{
|
|
|
2196
2196
|
} | {
|
|
2197
2197
|
type: "avatar";
|
|
2198
2198
|
content: ({
|
|
2199
|
-
type: "uri";
|
|
2200
|
-
uri: string;
|
|
2201
|
-
badgeUri?: string | undefined;
|
|
2202
|
-
} | {
|
|
2203
2199
|
type: "text";
|
|
2204
2200
|
text: string;
|
|
2205
2201
|
badgeUri?: string | undefined;
|
|
2202
|
+
} | {
|
|
2203
|
+
type: "uri";
|
|
2204
|
+
uri: string;
|
|
2205
|
+
badgeUri?: string | undefined;
|
|
2206
2206
|
})[];
|
|
2207
2207
|
accessibilityDescription?: string | undefined;
|
|
2208
2208
|
} | undefined;
|
|
@@ -2230,13 +2230,13 @@ export declare const suggestionsSchema: z.ZodObject<{
|
|
|
2230
2230
|
} | {
|
|
2231
2231
|
type: "avatar";
|
|
2232
2232
|
content: ({
|
|
2233
|
-
type: "uri";
|
|
2234
|
-
uri: string;
|
|
2235
|
-
badgeUri?: string | undefined;
|
|
2236
|
-
} | {
|
|
2237
2233
|
type: "text";
|
|
2238
2234
|
text: string;
|
|
2239
2235
|
badgeUri?: string | undefined;
|
|
2236
|
+
} | {
|
|
2237
|
+
type: "uri";
|
|
2238
|
+
uri: string;
|
|
2239
|
+
badgeUri?: string | undefined;
|
|
2240
2240
|
})[];
|
|
2241
2241
|
accessibilityDescription?: string | undefined;
|
|
2242
2242
|
} | undefined;
|
|
@@ -2266,13 +2266,13 @@ export declare const suggestionsSchema: z.ZodObject<{
|
|
|
2266
2266
|
} | {
|
|
2267
2267
|
type: "avatar";
|
|
2268
2268
|
content: ({
|
|
2269
|
-
type: "uri";
|
|
2270
|
-
uri: string;
|
|
2271
|
-
badgeUri?: string | undefined;
|
|
2272
|
-
} | {
|
|
2273
2269
|
type: "text";
|
|
2274
2270
|
text: string;
|
|
2275
2271
|
badgeUri?: string | undefined;
|
|
2272
|
+
} | {
|
|
2273
|
+
type: "uri";
|
|
2274
|
+
uri: string;
|
|
2275
|
+
badgeUri?: string | undefined;
|
|
2276
2276
|
})[];
|
|
2277
2277
|
accessibilityDescription?: string | undefined;
|
|
2278
2278
|
} | undefined;
|
|
@@ -2302,13 +2302,13 @@ export declare const suggestionsSchema: z.ZodObject<{
|
|
|
2302
2302
|
} | {
|
|
2303
2303
|
type: "avatar";
|
|
2304
2304
|
content: ({
|
|
2305
|
-
type: "uri";
|
|
2306
|
-
uri: string;
|
|
2307
|
-
badgeUri?: string | undefined;
|
|
2308
|
-
} | {
|
|
2309
2305
|
type: "text";
|
|
2310
2306
|
text: string;
|
|
2311
2307
|
badgeUri?: string | undefined;
|
|
2308
|
+
} | {
|
|
2309
|
+
type: "uri";
|
|
2310
|
+
uri: string;
|
|
2311
|
+
badgeUri?: string | undefined;
|
|
2312
2312
|
})[];
|
|
2313
2313
|
accessibilityDescription?: string | undefined;
|
|
2314
2314
|
} | undefined;
|
|
@@ -2467,25 +2467,25 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2467
2467
|
}, "strip", z.ZodTypeAny, {
|
|
2468
2468
|
type: "avatar";
|
|
2469
2469
|
content: ({
|
|
2470
|
-
type: "uri";
|
|
2471
|
-
uri: string;
|
|
2472
|
-
badgeUri?: string | undefined;
|
|
2473
|
-
} | {
|
|
2474
2470
|
type: "text";
|
|
2475
2471
|
text: string;
|
|
2476
2472
|
badgeUri?: string | undefined;
|
|
2473
|
+
} | {
|
|
2474
|
+
type: "uri";
|
|
2475
|
+
uri: string;
|
|
2476
|
+
badgeUri?: string | undefined;
|
|
2477
2477
|
})[];
|
|
2478
2478
|
accessibilityDescription?: string | undefined;
|
|
2479
2479
|
}, {
|
|
2480
2480
|
type: "avatar";
|
|
2481
2481
|
content: ({
|
|
2482
|
-
type: "uri";
|
|
2483
|
-
uri: string;
|
|
2484
|
-
badgeUri?: string | undefined;
|
|
2485
|
-
} | {
|
|
2486
2482
|
type: "text";
|
|
2487
2483
|
text: string;
|
|
2488
2484
|
badgeUri?: string | undefined;
|
|
2485
|
+
} | {
|
|
2486
|
+
type: "uri";
|
|
2487
|
+
uri: string;
|
|
2488
|
+
badgeUri?: string | undefined;
|
|
2489
2489
|
})[];
|
|
2490
2490
|
accessibilityDescription?: string | undefined;
|
|
2491
2491
|
}>, z.ZodObject<{
|
|
@@ -2539,13 +2539,13 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2539
2539
|
} | {
|
|
2540
2540
|
type: "avatar";
|
|
2541
2541
|
content: ({
|
|
2542
|
-
type: "uri";
|
|
2543
|
-
uri: string;
|
|
2544
|
-
badgeUri?: string | undefined;
|
|
2545
|
-
} | {
|
|
2546
2542
|
type: "text";
|
|
2547
2543
|
text: string;
|
|
2548
2544
|
badgeUri?: string | undefined;
|
|
2545
|
+
} | {
|
|
2546
|
+
type: "uri";
|
|
2547
|
+
uri: string;
|
|
2548
|
+
badgeUri?: string | undefined;
|
|
2549
2549
|
})[];
|
|
2550
2550
|
accessibilityDescription?: string | undefined;
|
|
2551
2551
|
} | undefined;
|
|
@@ -2587,13 +2587,13 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2587
2587
|
} | {
|
|
2588
2588
|
type: "avatar";
|
|
2589
2589
|
content: ({
|
|
2590
|
-
type: "uri";
|
|
2591
|
-
uri: string;
|
|
2592
|
-
badgeUri?: string | undefined;
|
|
2593
|
-
} | {
|
|
2594
2590
|
type: "text";
|
|
2595
2591
|
text: string;
|
|
2596
2592
|
badgeUri?: string | undefined;
|
|
2593
|
+
} | {
|
|
2594
|
+
type: "uri";
|
|
2595
|
+
uri: string;
|
|
2596
|
+
badgeUri?: string | undefined;
|
|
2597
2597
|
})[];
|
|
2598
2598
|
accessibilityDescription?: string | undefined;
|
|
2599
2599
|
} | undefined;
|
|
@@ -2708,25 +2708,25 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2708
2708
|
}, "strip", z.ZodTypeAny, {
|
|
2709
2709
|
type: "avatar";
|
|
2710
2710
|
content: ({
|
|
2711
|
-
type: "uri";
|
|
2712
|
-
uri: string;
|
|
2713
|
-
badgeUri?: string | undefined;
|
|
2714
|
-
} | {
|
|
2715
2711
|
type: "text";
|
|
2716
2712
|
text: string;
|
|
2717
2713
|
badgeUri?: string | undefined;
|
|
2714
|
+
} | {
|
|
2715
|
+
type: "uri";
|
|
2716
|
+
uri: string;
|
|
2717
|
+
badgeUri?: string | undefined;
|
|
2718
2718
|
})[];
|
|
2719
2719
|
accessibilityDescription?: string | undefined;
|
|
2720
2720
|
}, {
|
|
2721
2721
|
type: "avatar";
|
|
2722
2722
|
content: ({
|
|
2723
|
-
type: "uri";
|
|
2724
|
-
uri: string;
|
|
2725
|
-
badgeUri?: string | undefined;
|
|
2726
|
-
} | {
|
|
2727
2723
|
type: "text";
|
|
2728
2724
|
text: string;
|
|
2729
2725
|
badgeUri?: string | undefined;
|
|
2726
|
+
} | {
|
|
2727
|
+
type: "uri";
|
|
2728
|
+
uri: string;
|
|
2729
|
+
badgeUri?: string | undefined;
|
|
2730
2730
|
})[];
|
|
2731
2731
|
accessibilityDescription?: string | undefined;
|
|
2732
2732
|
}>, z.ZodObject<{
|
|
@@ -2780,13 +2780,13 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2780
2780
|
} | {
|
|
2781
2781
|
type: "avatar";
|
|
2782
2782
|
content: ({
|
|
2783
|
-
type: "uri";
|
|
2784
|
-
uri: string;
|
|
2785
|
-
badgeUri?: string | undefined;
|
|
2786
|
-
} | {
|
|
2787
2783
|
type: "text";
|
|
2788
2784
|
text: string;
|
|
2789
2785
|
badgeUri?: string | undefined;
|
|
2786
|
+
} | {
|
|
2787
|
+
type: "uri";
|
|
2788
|
+
uri: string;
|
|
2789
|
+
badgeUri?: string | undefined;
|
|
2790
2790
|
})[];
|
|
2791
2791
|
accessibilityDescription?: string | undefined;
|
|
2792
2792
|
} | undefined;
|
|
@@ -2828,13 +2828,13 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2828
2828
|
} | {
|
|
2829
2829
|
type: "avatar";
|
|
2830
2830
|
content: ({
|
|
2831
|
-
type: "uri";
|
|
2832
|
-
uri: string;
|
|
2833
|
-
badgeUri?: string | undefined;
|
|
2834
|
-
} | {
|
|
2835
2831
|
type: "text";
|
|
2836
2832
|
text: string;
|
|
2837
2833
|
badgeUri?: string | undefined;
|
|
2834
|
+
} | {
|
|
2835
|
+
type: "uri";
|
|
2836
|
+
uri: string;
|
|
2837
|
+
badgeUri?: string | undefined;
|
|
2838
2838
|
})[];
|
|
2839
2839
|
accessibilityDescription?: string | undefined;
|
|
2840
2840
|
} | undefined;
|
|
@@ -2918,25 +2918,25 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2918
2918
|
}, "strip", z.ZodTypeAny, {
|
|
2919
2919
|
type: "avatar";
|
|
2920
2920
|
content: ({
|
|
2921
|
-
type: "uri";
|
|
2922
|
-
uri: string;
|
|
2923
|
-
badgeUri?: string | undefined;
|
|
2924
|
-
} | {
|
|
2925
2921
|
type: "text";
|
|
2926
2922
|
text: string;
|
|
2927
2923
|
badgeUri?: string | undefined;
|
|
2924
|
+
} | {
|
|
2925
|
+
type: "uri";
|
|
2926
|
+
uri: string;
|
|
2927
|
+
badgeUri?: string | undefined;
|
|
2928
2928
|
})[];
|
|
2929
2929
|
accessibilityDescription?: string | undefined;
|
|
2930
2930
|
}, {
|
|
2931
2931
|
type: "avatar";
|
|
2932
2932
|
content: ({
|
|
2933
|
-
type: "uri";
|
|
2934
|
-
uri: string;
|
|
2935
|
-
badgeUri?: string | undefined;
|
|
2936
|
-
} | {
|
|
2937
2933
|
type: "text";
|
|
2938
2934
|
text: string;
|
|
2939
2935
|
badgeUri?: string | undefined;
|
|
2936
|
+
} | {
|
|
2937
|
+
type: "uri";
|
|
2938
|
+
uri: string;
|
|
2939
|
+
badgeUri?: string | undefined;
|
|
2940
2940
|
})[];
|
|
2941
2941
|
accessibilityDescription?: string | undefined;
|
|
2942
2942
|
}>, z.ZodObject<{
|
|
@@ -2980,13 +2980,13 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2980
2980
|
} | {
|
|
2981
2981
|
type: "avatar";
|
|
2982
2982
|
content: ({
|
|
2983
|
-
type: "uri";
|
|
2984
|
-
uri: string;
|
|
2985
|
-
badgeUri?: string | undefined;
|
|
2986
|
-
} | {
|
|
2987
2983
|
type: "text";
|
|
2988
2984
|
text: string;
|
|
2989
2985
|
badgeUri?: string | undefined;
|
|
2986
|
+
} | {
|
|
2987
|
+
type: "uri";
|
|
2988
|
+
uri: string;
|
|
2989
|
+
badgeUri?: string | undefined;
|
|
2990
2990
|
})[];
|
|
2991
2991
|
accessibilityDescription?: string | undefined;
|
|
2992
2992
|
} | undefined;
|
|
@@ -3018,13 +3018,13 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3018
3018
|
} | {
|
|
3019
3019
|
type: "avatar";
|
|
3020
3020
|
content: ({
|
|
3021
|
-
type: "uri";
|
|
3022
|
-
uri: string;
|
|
3023
|
-
badgeUri?: string | undefined;
|
|
3024
|
-
} | {
|
|
3025
3021
|
type: "text";
|
|
3026
3022
|
text: string;
|
|
3027
3023
|
badgeUri?: string | undefined;
|
|
3024
|
+
} | {
|
|
3025
|
+
type: "uri";
|
|
3026
|
+
uri: string;
|
|
3027
|
+
badgeUri?: string | undefined;
|
|
3028
3028
|
})[];
|
|
3029
3029
|
accessibilityDescription?: string | undefined;
|
|
3030
3030
|
} | undefined;
|
|
@@ -3668,25 +3668,25 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3668
3668
|
}, "strip", z.ZodTypeAny, {
|
|
3669
3669
|
type: "avatar";
|
|
3670
3670
|
content: ({
|
|
3671
|
-
type: "uri";
|
|
3672
|
-
uri: string;
|
|
3673
|
-
badgeUri?: string | undefined;
|
|
3674
|
-
} | {
|
|
3675
3671
|
type: "text";
|
|
3676
3672
|
text: string;
|
|
3677
3673
|
badgeUri?: string | undefined;
|
|
3674
|
+
} | {
|
|
3675
|
+
type: "uri";
|
|
3676
|
+
uri: string;
|
|
3677
|
+
badgeUri?: string | undefined;
|
|
3678
3678
|
})[];
|
|
3679
3679
|
accessibilityDescription?: string | undefined;
|
|
3680
3680
|
}, {
|
|
3681
3681
|
type: "avatar";
|
|
3682
3682
|
content: ({
|
|
3683
|
-
type: "uri";
|
|
3684
|
-
uri: string;
|
|
3685
|
-
badgeUri?: string | undefined;
|
|
3686
|
-
} | {
|
|
3687
3683
|
type: "text";
|
|
3688
3684
|
text: string;
|
|
3689
3685
|
badgeUri?: string | undefined;
|
|
3686
|
+
} | {
|
|
3687
|
+
type: "uri";
|
|
3688
|
+
uri: string;
|
|
3689
|
+
badgeUri?: string | undefined;
|
|
3690
3690
|
})[];
|
|
3691
3691
|
accessibilityDescription?: string | undefined;
|
|
3692
3692
|
}>, z.ZodObject<{
|
|
@@ -3740,13 +3740,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3740
3740
|
} | {
|
|
3741
3741
|
type: "avatar";
|
|
3742
3742
|
content: ({
|
|
3743
|
-
type: "uri";
|
|
3744
|
-
uri: string;
|
|
3745
|
-
badgeUri?: string | undefined;
|
|
3746
|
-
} | {
|
|
3747
3743
|
type: "text";
|
|
3748
3744
|
text: string;
|
|
3749
3745
|
badgeUri?: string | undefined;
|
|
3746
|
+
} | {
|
|
3747
|
+
type: "uri";
|
|
3748
|
+
uri: string;
|
|
3749
|
+
badgeUri?: string | undefined;
|
|
3750
3750
|
})[];
|
|
3751
3751
|
accessibilityDescription?: string | undefined;
|
|
3752
3752
|
} | undefined;
|
|
@@ -3788,13 +3788,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3788
3788
|
} | {
|
|
3789
3789
|
type: "avatar";
|
|
3790
3790
|
content: ({
|
|
3791
|
-
type: "uri";
|
|
3792
|
-
uri: string;
|
|
3793
|
-
badgeUri?: string | undefined;
|
|
3794
|
-
} | {
|
|
3795
3791
|
type: "text";
|
|
3796
3792
|
text: string;
|
|
3797
3793
|
badgeUri?: string | undefined;
|
|
3794
|
+
} | {
|
|
3795
|
+
type: "uri";
|
|
3796
|
+
uri: string;
|
|
3797
|
+
badgeUri?: string | undefined;
|
|
3798
3798
|
})[];
|
|
3799
3799
|
accessibilityDescription?: string | undefined;
|
|
3800
3800
|
} | undefined;
|
|
@@ -3878,25 +3878,25 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3878
3878
|
}, "strip", z.ZodTypeAny, {
|
|
3879
3879
|
type: "avatar";
|
|
3880
3880
|
content: ({
|
|
3881
|
-
type: "uri";
|
|
3882
|
-
uri: string;
|
|
3883
|
-
badgeUri?: string | undefined;
|
|
3884
|
-
} | {
|
|
3885
3881
|
type: "text";
|
|
3886
3882
|
text: string;
|
|
3887
3883
|
badgeUri?: string | undefined;
|
|
3884
|
+
} | {
|
|
3885
|
+
type: "uri";
|
|
3886
|
+
uri: string;
|
|
3887
|
+
badgeUri?: string | undefined;
|
|
3888
3888
|
})[];
|
|
3889
3889
|
accessibilityDescription?: string | undefined;
|
|
3890
3890
|
}, {
|
|
3891
3891
|
type: "avatar";
|
|
3892
3892
|
content: ({
|
|
3893
|
-
type: "uri";
|
|
3894
|
-
uri: string;
|
|
3895
|
-
badgeUri?: string | undefined;
|
|
3896
|
-
} | {
|
|
3897
3893
|
type: "text";
|
|
3898
3894
|
text: string;
|
|
3899
3895
|
badgeUri?: string | undefined;
|
|
3896
|
+
} | {
|
|
3897
|
+
type: "uri";
|
|
3898
|
+
uri: string;
|
|
3899
|
+
badgeUri?: string | undefined;
|
|
3900
3900
|
})[];
|
|
3901
3901
|
accessibilityDescription?: string | undefined;
|
|
3902
3902
|
}>, z.ZodObject<{
|
|
@@ -3940,13 +3940,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3940
3940
|
} | {
|
|
3941
3941
|
type: "avatar";
|
|
3942
3942
|
content: ({
|
|
3943
|
-
type: "uri";
|
|
3944
|
-
uri: string;
|
|
3945
|
-
badgeUri?: string | undefined;
|
|
3946
|
-
} | {
|
|
3947
3943
|
type: "text";
|
|
3948
3944
|
text: string;
|
|
3949
3945
|
badgeUri?: string | undefined;
|
|
3946
|
+
} | {
|
|
3947
|
+
type: "uri";
|
|
3948
|
+
uri: string;
|
|
3949
|
+
badgeUri?: string | undefined;
|
|
3950
3950
|
})[];
|
|
3951
3951
|
accessibilityDescription?: string | undefined;
|
|
3952
3952
|
} | undefined;
|
|
@@ -3978,13 +3978,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3978
3978
|
} | {
|
|
3979
3979
|
type: "avatar";
|
|
3980
3980
|
content: ({
|
|
3981
|
-
type: "uri";
|
|
3982
|
-
uri: string;
|
|
3983
|
-
badgeUri?: string | undefined;
|
|
3984
|
-
} | {
|
|
3985
3981
|
type: "text";
|
|
3986
3982
|
text: string;
|
|
3987
3983
|
badgeUri?: string | undefined;
|
|
3984
|
+
} | {
|
|
3985
|
+
type: "uri";
|
|
3986
|
+
uri: string;
|
|
3987
|
+
badgeUri?: string | undefined;
|
|
3988
3988
|
})[];
|
|
3989
3989
|
accessibilityDescription?: string | undefined;
|
|
3990
3990
|
} | undefined;
|
|
@@ -4019,13 +4019,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
4019
4019
|
} | {
|
|
4020
4020
|
type: "avatar";
|
|
4021
4021
|
content: ({
|
|
4022
|
-
type: "uri";
|
|
4023
|
-
uri: string;
|
|
4024
|
-
badgeUri?: string | undefined;
|
|
4025
|
-
} | {
|
|
4026
4022
|
type: "text";
|
|
4027
4023
|
text: string;
|
|
4028
4024
|
badgeUri?: string | undefined;
|
|
4025
|
+
} | {
|
|
4026
|
+
type: "uri";
|
|
4027
|
+
uri: string;
|
|
4028
|
+
badgeUri?: string | undefined;
|
|
4029
4029
|
})[];
|
|
4030
4030
|
accessibilityDescription?: string | undefined;
|
|
4031
4031
|
} | undefined;
|
|
@@ -4067,13 +4067,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
4067
4067
|
} | {
|
|
4068
4068
|
type: "avatar";
|
|
4069
4069
|
content: ({
|
|
4070
|
-
type: "uri";
|
|
4071
|
-
uri: string;
|
|
4072
|
-
badgeUri?: string | undefined;
|
|
4073
|
-
} | {
|
|
4074
4070
|
type: "text";
|
|
4075
4071
|
text: string;
|
|
4076
4072
|
badgeUri?: string | undefined;
|
|
4073
|
+
} | {
|
|
4074
|
+
type: "uri";
|
|
4075
|
+
uri: string;
|
|
4076
|
+
badgeUri?: string | undefined;
|
|
4077
4077
|
})[];
|
|
4078
4078
|
accessibilityDescription?: string | undefined;
|
|
4079
4079
|
} | undefined;
|
|
@@ -4108,13 +4108,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
4108
4108
|
} | {
|
|
4109
4109
|
type: "avatar";
|
|
4110
4110
|
content: ({
|
|
4111
|
-
type: "uri";
|
|
4112
|
-
uri: string;
|
|
4113
|
-
badgeUri?: string | undefined;
|
|
4114
|
-
} | {
|
|
4115
4111
|
type: "text";
|
|
4116
4112
|
text: string;
|
|
4117
4113
|
badgeUri?: string | undefined;
|
|
4114
|
+
} | {
|
|
4115
|
+
type: "uri";
|
|
4116
|
+
uri: string;
|
|
4117
|
+
badgeUri?: string | undefined;
|
|
4118
4118
|
})[];
|
|
4119
4119
|
accessibilityDescription?: string | undefined;
|
|
4120
4120
|
} | undefined;
|
|
@@ -4156,13 +4156,13 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
4156
4156
|
} | {
|
|
4157
4157
|
type: "avatar";
|
|
4158
4158
|
content: ({
|
|
4159
|
-
type: "uri";
|
|
4160
|
-
uri: string;
|
|
4161
|
-
badgeUri?: string | undefined;
|
|
4162
|
-
} | {
|
|
4163
4159
|
type: "text";
|
|
4164
4160
|
text: string;
|
|
4165
4161
|
badgeUri?: string | undefined;
|
|
4162
|
+
} | {
|
|
4163
|
+
type: "uri";
|
|
4164
|
+
uri: string;
|
|
4165
|
+
badgeUri?: string | undefined;
|
|
4166
4166
|
})[];
|
|
4167
4167
|
accessibilityDescription?: string | undefined;
|
|
4168
4168
|
} | undefined;
|
|
@@ -4280,25 +4280,25 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4280
4280
|
}, "strip", z.ZodTypeAny, {
|
|
4281
4281
|
type: "avatar";
|
|
4282
4282
|
content: ({
|
|
4283
|
-
type: "uri";
|
|
4284
|
-
uri: string;
|
|
4285
|
-
badgeUri?: string | undefined;
|
|
4286
|
-
} | {
|
|
4287
4283
|
type: "text";
|
|
4288
4284
|
text: string;
|
|
4289
4285
|
badgeUri?: string | undefined;
|
|
4286
|
+
} | {
|
|
4287
|
+
type: "uri";
|
|
4288
|
+
uri: string;
|
|
4289
|
+
badgeUri?: string | undefined;
|
|
4290
4290
|
})[];
|
|
4291
4291
|
accessibilityDescription?: string | undefined;
|
|
4292
4292
|
}, {
|
|
4293
4293
|
type: "avatar";
|
|
4294
4294
|
content: ({
|
|
4295
|
-
type: "uri";
|
|
4296
|
-
uri: string;
|
|
4297
|
-
badgeUri?: string | undefined;
|
|
4298
|
-
} | {
|
|
4299
4295
|
type: "text";
|
|
4300
4296
|
text: string;
|
|
4301
4297
|
badgeUri?: string | undefined;
|
|
4298
|
+
} | {
|
|
4299
|
+
type: "uri";
|
|
4300
|
+
uri: string;
|
|
4301
|
+
badgeUri?: string | undefined;
|
|
4302
4302
|
})[];
|
|
4303
4303
|
accessibilityDescription?: string | undefined;
|
|
4304
4304
|
}>, z.ZodObject<{
|
|
@@ -4352,13 +4352,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4352
4352
|
} | {
|
|
4353
4353
|
type: "avatar";
|
|
4354
4354
|
content: ({
|
|
4355
|
-
type: "uri";
|
|
4356
|
-
uri: string;
|
|
4357
|
-
badgeUri?: string | undefined;
|
|
4358
|
-
} | {
|
|
4359
4355
|
type: "text";
|
|
4360
4356
|
text: string;
|
|
4361
4357
|
badgeUri?: string | undefined;
|
|
4358
|
+
} | {
|
|
4359
|
+
type: "uri";
|
|
4360
|
+
uri: string;
|
|
4361
|
+
badgeUri?: string | undefined;
|
|
4362
4362
|
})[];
|
|
4363
4363
|
accessibilityDescription?: string | undefined;
|
|
4364
4364
|
} | undefined;
|
|
@@ -4400,13 +4400,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4400
4400
|
} | {
|
|
4401
4401
|
type: "avatar";
|
|
4402
4402
|
content: ({
|
|
4403
|
-
type: "uri";
|
|
4404
|
-
uri: string;
|
|
4405
|
-
badgeUri?: string | undefined;
|
|
4406
|
-
} | {
|
|
4407
4403
|
type: "text";
|
|
4408
4404
|
text: string;
|
|
4409
4405
|
badgeUri?: string | undefined;
|
|
4406
|
+
} | {
|
|
4407
|
+
type: "uri";
|
|
4408
|
+
uri: string;
|
|
4409
|
+
badgeUri?: string | undefined;
|
|
4410
4410
|
})[];
|
|
4411
4411
|
accessibilityDescription?: string | undefined;
|
|
4412
4412
|
} | undefined;
|
|
@@ -4490,25 +4490,25 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4490
4490
|
}, "strip", z.ZodTypeAny, {
|
|
4491
4491
|
type: "avatar";
|
|
4492
4492
|
content: ({
|
|
4493
|
-
type: "uri";
|
|
4494
|
-
uri: string;
|
|
4495
|
-
badgeUri?: string | undefined;
|
|
4496
|
-
} | {
|
|
4497
4493
|
type: "text";
|
|
4498
4494
|
text: string;
|
|
4499
4495
|
badgeUri?: string | undefined;
|
|
4496
|
+
} | {
|
|
4497
|
+
type: "uri";
|
|
4498
|
+
uri: string;
|
|
4499
|
+
badgeUri?: string | undefined;
|
|
4500
4500
|
})[];
|
|
4501
4501
|
accessibilityDescription?: string | undefined;
|
|
4502
4502
|
}, {
|
|
4503
4503
|
type: "avatar";
|
|
4504
4504
|
content: ({
|
|
4505
|
-
type: "uri";
|
|
4506
|
-
uri: string;
|
|
4507
|
-
badgeUri?: string | undefined;
|
|
4508
|
-
} | {
|
|
4509
4505
|
type: "text";
|
|
4510
4506
|
text: string;
|
|
4511
4507
|
badgeUri?: string | undefined;
|
|
4508
|
+
} | {
|
|
4509
|
+
type: "uri";
|
|
4510
|
+
uri: string;
|
|
4511
|
+
badgeUri?: string | undefined;
|
|
4512
4512
|
})[];
|
|
4513
4513
|
accessibilityDescription?: string | undefined;
|
|
4514
4514
|
}>, z.ZodObject<{
|
|
@@ -4552,13 +4552,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4552
4552
|
} | {
|
|
4553
4553
|
type: "avatar";
|
|
4554
4554
|
content: ({
|
|
4555
|
-
type: "uri";
|
|
4556
|
-
uri: string;
|
|
4557
|
-
badgeUri?: string | undefined;
|
|
4558
|
-
} | {
|
|
4559
4555
|
type: "text";
|
|
4560
4556
|
text: string;
|
|
4561
4557
|
badgeUri?: string | undefined;
|
|
4558
|
+
} | {
|
|
4559
|
+
type: "uri";
|
|
4560
|
+
uri: string;
|
|
4561
|
+
badgeUri?: string | undefined;
|
|
4562
4562
|
})[];
|
|
4563
4563
|
accessibilityDescription?: string | undefined;
|
|
4564
4564
|
} | undefined;
|
|
@@ -4590,13 +4590,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4590
4590
|
} | {
|
|
4591
4591
|
type: "avatar";
|
|
4592
4592
|
content: ({
|
|
4593
|
-
type: "uri";
|
|
4594
|
-
uri: string;
|
|
4595
|
-
badgeUri?: string | undefined;
|
|
4596
|
-
} | {
|
|
4597
4593
|
type: "text";
|
|
4598
4594
|
text: string;
|
|
4599
4595
|
badgeUri?: string | undefined;
|
|
4596
|
+
} | {
|
|
4597
|
+
type: "uri";
|
|
4598
|
+
uri: string;
|
|
4599
|
+
badgeUri?: string | undefined;
|
|
4600
4600
|
})[];
|
|
4601
4601
|
accessibilityDescription?: string | undefined;
|
|
4602
4602
|
} | undefined;
|
|
@@ -4631,13 +4631,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4631
4631
|
} | {
|
|
4632
4632
|
type: "avatar";
|
|
4633
4633
|
content: ({
|
|
4634
|
-
type: "uri";
|
|
4635
|
-
uri: string;
|
|
4636
|
-
badgeUri?: string | undefined;
|
|
4637
|
-
} | {
|
|
4638
4634
|
type: "text";
|
|
4639
4635
|
text: string;
|
|
4640
4636
|
badgeUri?: string | undefined;
|
|
4637
|
+
} | {
|
|
4638
|
+
type: "uri";
|
|
4639
|
+
uri: string;
|
|
4640
|
+
badgeUri?: string | undefined;
|
|
4641
4641
|
})[];
|
|
4642
4642
|
accessibilityDescription?: string | undefined;
|
|
4643
4643
|
} | undefined;
|
|
@@ -4679,13 +4679,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4679
4679
|
} | {
|
|
4680
4680
|
type: "avatar";
|
|
4681
4681
|
content: ({
|
|
4682
|
-
type: "uri";
|
|
4683
|
-
uri: string;
|
|
4684
|
-
badgeUri?: string | undefined;
|
|
4685
|
-
} | {
|
|
4686
4682
|
type: "text";
|
|
4687
4683
|
text: string;
|
|
4688
4684
|
badgeUri?: string | undefined;
|
|
4685
|
+
} | {
|
|
4686
|
+
type: "uri";
|
|
4687
|
+
uri: string;
|
|
4688
|
+
badgeUri?: string | undefined;
|
|
4689
4689
|
})[];
|
|
4690
4690
|
accessibilityDescription?: string | undefined;
|
|
4691
4691
|
} | undefined;
|
|
@@ -4720,13 +4720,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4720
4720
|
} | {
|
|
4721
4721
|
type: "avatar";
|
|
4722
4722
|
content: ({
|
|
4723
|
-
type: "uri";
|
|
4724
|
-
uri: string;
|
|
4725
|
-
badgeUri?: string | undefined;
|
|
4726
|
-
} | {
|
|
4727
4723
|
type: "text";
|
|
4728
4724
|
text: string;
|
|
4729
4725
|
badgeUri?: string | undefined;
|
|
4726
|
+
} | {
|
|
4727
|
+
type: "uri";
|
|
4728
|
+
uri: string;
|
|
4729
|
+
badgeUri?: string | undefined;
|
|
4730
4730
|
})[];
|
|
4731
4731
|
accessibilityDescription?: string | undefined;
|
|
4732
4732
|
} | undefined;
|
|
@@ -4768,13 +4768,13 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4768
4768
|
} | {
|
|
4769
4769
|
type: "avatar";
|
|
4770
4770
|
content: ({
|
|
4771
|
-
type: "uri";
|
|
4772
|
-
uri: string;
|
|
4773
|
-
badgeUri?: string | undefined;
|
|
4774
|
-
} | {
|
|
4775
4771
|
type: "text";
|
|
4776
4772
|
text: string;
|
|
4777
4773
|
badgeUri?: string | undefined;
|
|
4774
|
+
} | {
|
|
4775
|
+
type: "uri";
|
|
4776
|
+
uri: string;
|
|
4777
|
+
badgeUri?: string | undefined;
|
|
4778
4778
|
})[];
|
|
4779
4779
|
accessibilityDescription?: string | undefined;
|
|
4780
4780
|
} | undefined;
|
|
@@ -4892,25 +4892,25 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4892
4892
|
}, "strip", z.ZodTypeAny, {
|
|
4893
4893
|
type: "avatar";
|
|
4894
4894
|
content: ({
|
|
4895
|
-
type: "uri";
|
|
4896
|
-
uri: string;
|
|
4897
|
-
badgeUri?: string | undefined;
|
|
4898
|
-
} | {
|
|
4899
4895
|
type: "text";
|
|
4900
4896
|
text: string;
|
|
4901
4897
|
badgeUri?: string | undefined;
|
|
4898
|
+
} | {
|
|
4899
|
+
type: "uri";
|
|
4900
|
+
uri: string;
|
|
4901
|
+
badgeUri?: string | undefined;
|
|
4902
4902
|
})[];
|
|
4903
4903
|
accessibilityDescription?: string | undefined;
|
|
4904
4904
|
}, {
|
|
4905
4905
|
type: "avatar";
|
|
4906
4906
|
content: ({
|
|
4907
|
-
type: "uri";
|
|
4908
|
-
uri: string;
|
|
4909
|
-
badgeUri?: string | undefined;
|
|
4910
|
-
} | {
|
|
4911
4907
|
type: "text";
|
|
4912
4908
|
text: string;
|
|
4913
4909
|
badgeUri?: string | undefined;
|
|
4910
|
+
} | {
|
|
4911
|
+
type: "uri";
|
|
4912
|
+
uri: string;
|
|
4913
|
+
badgeUri?: string | undefined;
|
|
4914
4914
|
})[];
|
|
4915
4915
|
accessibilityDescription?: string | undefined;
|
|
4916
4916
|
}>, z.ZodObject<{
|
|
@@ -4964,13 +4964,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4964
4964
|
} | {
|
|
4965
4965
|
type: "avatar";
|
|
4966
4966
|
content: ({
|
|
4967
|
-
type: "uri";
|
|
4968
|
-
uri: string;
|
|
4969
|
-
badgeUri?: string | undefined;
|
|
4970
|
-
} | {
|
|
4971
4967
|
type: "text";
|
|
4972
4968
|
text: string;
|
|
4973
4969
|
badgeUri?: string | undefined;
|
|
4970
|
+
} | {
|
|
4971
|
+
type: "uri";
|
|
4972
|
+
uri: string;
|
|
4973
|
+
badgeUri?: string | undefined;
|
|
4974
4974
|
})[];
|
|
4975
4975
|
accessibilityDescription?: string | undefined;
|
|
4976
4976
|
} | undefined;
|
|
@@ -5012,13 +5012,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5012
5012
|
} | {
|
|
5013
5013
|
type: "avatar";
|
|
5014
5014
|
content: ({
|
|
5015
|
-
type: "uri";
|
|
5016
|
-
uri: string;
|
|
5017
|
-
badgeUri?: string | undefined;
|
|
5018
|
-
} | {
|
|
5019
5015
|
type: "text";
|
|
5020
5016
|
text: string;
|
|
5021
5017
|
badgeUri?: string | undefined;
|
|
5018
|
+
} | {
|
|
5019
|
+
type: "uri";
|
|
5020
|
+
uri: string;
|
|
5021
|
+
badgeUri?: string | undefined;
|
|
5022
5022
|
})[];
|
|
5023
5023
|
accessibilityDescription?: string | undefined;
|
|
5024
5024
|
} | undefined;
|
|
@@ -5102,25 +5102,25 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5102
5102
|
}, "strip", z.ZodTypeAny, {
|
|
5103
5103
|
type: "avatar";
|
|
5104
5104
|
content: ({
|
|
5105
|
-
type: "uri";
|
|
5106
|
-
uri: string;
|
|
5107
|
-
badgeUri?: string | undefined;
|
|
5108
|
-
} | {
|
|
5109
5105
|
type: "text";
|
|
5110
5106
|
text: string;
|
|
5111
5107
|
badgeUri?: string | undefined;
|
|
5108
|
+
} | {
|
|
5109
|
+
type: "uri";
|
|
5110
|
+
uri: string;
|
|
5111
|
+
badgeUri?: string | undefined;
|
|
5112
5112
|
})[];
|
|
5113
5113
|
accessibilityDescription?: string | undefined;
|
|
5114
5114
|
}, {
|
|
5115
5115
|
type: "avatar";
|
|
5116
5116
|
content: ({
|
|
5117
|
-
type: "uri";
|
|
5118
|
-
uri: string;
|
|
5119
|
-
badgeUri?: string | undefined;
|
|
5120
|
-
} | {
|
|
5121
5117
|
type: "text";
|
|
5122
5118
|
text: string;
|
|
5123
5119
|
badgeUri?: string | undefined;
|
|
5120
|
+
} | {
|
|
5121
|
+
type: "uri";
|
|
5122
|
+
uri: string;
|
|
5123
|
+
badgeUri?: string | undefined;
|
|
5124
5124
|
})[];
|
|
5125
5125
|
accessibilityDescription?: string | undefined;
|
|
5126
5126
|
}>, z.ZodObject<{
|
|
@@ -5164,13 +5164,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5164
5164
|
} | {
|
|
5165
5165
|
type: "avatar";
|
|
5166
5166
|
content: ({
|
|
5167
|
-
type: "uri";
|
|
5168
|
-
uri: string;
|
|
5169
|
-
badgeUri?: string | undefined;
|
|
5170
|
-
} | {
|
|
5171
5167
|
type: "text";
|
|
5172
5168
|
text: string;
|
|
5173
5169
|
badgeUri?: string | undefined;
|
|
5170
|
+
} | {
|
|
5171
|
+
type: "uri";
|
|
5172
|
+
uri: string;
|
|
5173
|
+
badgeUri?: string | undefined;
|
|
5174
5174
|
})[];
|
|
5175
5175
|
accessibilityDescription?: string | undefined;
|
|
5176
5176
|
} | undefined;
|
|
@@ -5202,13 +5202,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5202
5202
|
} | {
|
|
5203
5203
|
type: "avatar";
|
|
5204
5204
|
content: ({
|
|
5205
|
-
type: "uri";
|
|
5206
|
-
uri: string;
|
|
5207
|
-
badgeUri?: string | undefined;
|
|
5208
|
-
} | {
|
|
5209
5205
|
type: "text";
|
|
5210
5206
|
text: string;
|
|
5211
5207
|
badgeUri?: string | undefined;
|
|
5208
|
+
} | {
|
|
5209
|
+
type: "uri";
|
|
5210
|
+
uri: string;
|
|
5211
|
+
badgeUri?: string | undefined;
|
|
5212
5212
|
})[];
|
|
5213
5213
|
accessibilityDescription?: string | undefined;
|
|
5214
5214
|
} | undefined;
|
|
@@ -5243,13 +5243,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5243
5243
|
} | {
|
|
5244
5244
|
type: "avatar";
|
|
5245
5245
|
content: ({
|
|
5246
|
-
type: "uri";
|
|
5247
|
-
uri: string;
|
|
5248
|
-
badgeUri?: string | undefined;
|
|
5249
|
-
} | {
|
|
5250
5246
|
type: "text";
|
|
5251
5247
|
text: string;
|
|
5252
5248
|
badgeUri?: string | undefined;
|
|
5249
|
+
} | {
|
|
5250
|
+
type: "uri";
|
|
5251
|
+
uri: string;
|
|
5252
|
+
badgeUri?: string | undefined;
|
|
5253
5253
|
})[];
|
|
5254
5254
|
accessibilityDescription?: string | undefined;
|
|
5255
5255
|
} | undefined;
|
|
@@ -5291,13 +5291,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5291
5291
|
} | {
|
|
5292
5292
|
type: "avatar";
|
|
5293
5293
|
content: ({
|
|
5294
|
-
type: "uri";
|
|
5295
|
-
uri: string;
|
|
5296
|
-
badgeUri?: string | undefined;
|
|
5297
|
-
} | {
|
|
5298
5294
|
type: "text";
|
|
5299
5295
|
text: string;
|
|
5300
5296
|
badgeUri?: string | undefined;
|
|
5297
|
+
} | {
|
|
5298
|
+
type: "uri";
|
|
5299
|
+
uri: string;
|
|
5300
|
+
badgeUri?: string | undefined;
|
|
5301
5301
|
})[];
|
|
5302
5302
|
accessibilityDescription?: string | undefined;
|
|
5303
5303
|
} | undefined;
|
|
@@ -5332,13 +5332,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5332
5332
|
} | {
|
|
5333
5333
|
type: "avatar";
|
|
5334
5334
|
content: ({
|
|
5335
|
-
type: "uri";
|
|
5336
|
-
uri: string;
|
|
5337
|
-
badgeUri?: string | undefined;
|
|
5338
|
-
} | {
|
|
5339
5335
|
type: "text";
|
|
5340
5336
|
text: string;
|
|
5341
5337
|
badgeUri?: string | undefined;
|
|
5338
|
+
} | {
|
|
5339
|
+
type: "uri";
|
|
5340
|
+
uri: string;
|
|
5341
|
+
badgeUri?: string | undefined;
|
|
5342
5342
|
})[];
|
|
5343
5343
|
accessibilityDescription?: string | undefined;
|
|
5344
5344
|
} | undefined;
|
|
@@ -5380,13 +5380,13 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5380
5380
|
} | {
|
|
5381
5381
|
type: "avatar";
|
|
5382
5382
|
content: ({
|
|
5383
|
-
type: "uri";
|
|
5384
|
-
uri: string;
|
|
5385
|
-
badgeUri?: string | undefined;
|
|
5386
|
-
} | {
|
|
5387
5383
|
type: "text";
|
|
5388
5384
|
text: string;
|
|
5389
5385
|
badgeUri?: string | undefined;
|
|
5386
|
+
} | {
|
|
5387
|
+
type: "uri";
|
|
5388
|
+
uri: string;
|
|
5389
|
+
badgeUri?: string | undefined;
|
|
5390
5390
|
})[];
|
|
5391
5391
|
accessibilityDescription?: string | undefined;
|
|
5392
5392
|
} | undefined;
|
|
@@ -5404,6 +5404,7 @@ export declare const alertLayoutSchema: z.ZodSchema<AlertLayout>;
|
|
|
5404
5404
|
export declare const alertLayoutCallToActionSchema: z.ZodSchema<AlertLayoutCallToAction>;
|
|
5405
5405
|
export declare const collectionLayoutItemSchema: z.ZodSchema<CollectionLayoutItem>;
|
|
5406
5406
|
export declare const collectionLayoutCallToActionSchema: z.ZodSchema<CollectionLayoutCallToAction>;
|
|
5407
|
+
export declare const statusListLayoutItemCallToActionSchema: z.ZodSchema<StatusListLayoutItemCallToAction>;
|
|
5407
5408
|
export declare const listLayoutSchema: z.ZodSchema<ListLayout>;
|
|
5408
5409
|
export declare const listLayoutCallToActionSchema: z.ZodSchema<ListLayoutCallToAction>;
|
|
5409
5410
|
export declare const listLayoutItemSchema: z.ZodSchema<ListLayoutItem>;
|
|
@@ -5416,7 +5417,6 @@ export declare const statusListLayoutSchema: z.ZodSchema<StatusListLayout>;
|
|
|
5416
5417
|
export declare const statusListLayoutItemSchema: z.ZodSchema<StatusListLayoutItem>;
|
|
5417
5418
|
export declare const collectionLayoutSchema: z.ZodSchema<CollectionLayout>;
|
|
5418
5419
|
export declare const sectionLayoutSchema: z.ZodSchema<SectionLayout>;
|
|
5419
|
-
export declare const itemCallToActionSchema: z.ZodSchema<ItemCallToAction>;
|
|
5420
5420
|
export declare const searchLayoutSchema: z.ZodSchema<SearchLayout>;
|
|
5421
5421
|
export declare const searchInitialStateSchema: z.ZodSchema<SearchInitialState>;
|
|
5422
5422
|
export declare const boxLayoutSchema: z.ZodSchema<BoxLayout>;
|