@wise/dynamic-flow-types 4.14.0-experimental-2996a75 → 4.15.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/BaseInputRendererProps.d.ts +5 -0
- package/build/renderers/BaseInputRendererProps.d.ts.map +1 -1
- package/build/renderers/RendererProps.d.ts +4 -5
- package/build/renderers/RendererProps.d.ts.map +1 -1
- package/build/renderers/SubflowRendererProps.d.ts +17 -7
- package/build/renderers/SubflowRendererProps.d.ts.map +1 -1
- package/build/renderers/index.d.ts +12 -4
- package/build/renderers/index.d.ts.map +1 -1
- package/build/spec/feature/Action.d.ts +6 -6
- package/build/spec/feature/ActionBehavior.d.ts +6 -0
- package/build/spec/feature/ActionBehavior.d.ts.map +1 -1
- package/build/spec/feature/Behavior.d.ts +2 -1
- package/build/spec/feature/Behavior.d.ts.map +1 -1
- package/build/spec/feature/ContainerBehavior.d.ts +5 -0
- package/build/spec/feature/ContainerBehavior.d.ts.map +1 -1
- package/build/spec/feature/CopyBehavior.d.ts +6 -0
- package/build/spec/feature/CopyBehavior.d.ts.map +1 -1
- package/build/spec/feature/DismissBehavior.d.ts +6 -0
- package/build/spec/feature/DismissBehavior.d.ts.map +1 -1
- package/build/spec/feature/DownloadBehavior.d.ts +21 -0
- package/build/spec/feature/DownloadBehavior.d.ts.map +1 -0
- package/build/spec/feature/External.d.ts +1 -1
- package/build/spec/feature/LinkBehavior.d.ts +6 -0
- package/build/spec/feature/LinkBehavior.d.ts.map +1 -1
- package/build/spec/feature/ModalBehavior.d.ts +6 -0
- package/build/spec/feature/ModalBehavior.d.ts.map +1 -1
- package/build/spec/feature/NavigationBackBehavior.d.ts +8 -1
- package/build/spec/feature/NavigationBackBehavior.d.ts.map +1 -1
- package/build/spec/feature/NavigationStackBehavior.d.ts +4 -0
- package/build/spec/feature/NavigationStackBehavior.d.ts.map +1 -1
- package/build/spec/feature/PersistAsync.d.ts +1 -0
- package/build/spec/feature/PersistAsync.d.ts.map +1 -1
- package/build/spec/feature/Polling.d.ts +2 -2
- package/build/spec/feature/RefreshBehavior.d.ts +6 -0
- package/build/spec/feature/RefreshBehavior.d.ts.map +1 -1
- package/build/spec/feature/SubflowBehavior.d.ts +6 -1
- package/build/spec/feature/SubflowBehavior.d.ts.map +1 -1
- package/build/spec/feature/ValidateAsync.d.ts +1 -0
- package/build/spec/feature/ValidateAsync.d.ts.map +1 -1
- package/build/spec/feature/subflow/DynamicLaunchConfig.d.ts +1 -1
- package/build/spec/feature/subflow/LaunchConfig.d.ts +9 -2
- package/build/spec/feature/subflow/LaunchConfig.d.ts.map +1 -1
- package/build/spec/feature/subflow/NativeLaunchConfig.d.ts +58 -0
- package/build/spec/feature/subflow/NativeLaunchConfig.d.ts.map +1 -0
- package/build/spec/index.d.ts +1 -1
- package/build/spec/index.d.ts.map +1 -1
- package/build/spec/layout/AlertLayout.d.ts +5 -0
- package/build/spec/layout/AlertLayout.d.ts.map +1 -1
- package/build/spec/layout/AlertLayoutCallToAction.d.ts +2 -2
- package/build/spec/layout/BoxLayout.d.ts +1 -0
- package/build/spec/layout/BoxLayout.d.ts.map +1 -1
- package/build/spec/layout/ButtonLayout.d.ts +1 -1
- package/build/spec/layout/ColumnsLayout.d.ts +1 -0
- package/build/spec/layout/ColumnsLayout.d.ts.map +1 -1
- package/build/spec/layout/DecisionLayout.d.ts +8 -1
- package/build/spec/layout/DecisionLayout.d.ts.map +1 -1
- package/build/spec/layout/DividerLayout.d.ts +1 -0
- package/build/spec/layout/DividerLayout.d.ts.map +1 -1
- package/build/spec/layout/HeadingLayout.d.ts +1 -0
- package/build/spec/layout/HeadingLayout.d.ts.map +1 -1
- package/build/spec/layout/ImageLayout.d.ts +2 -0
- package/build/spec/layout/ImageLayout.d.ts.map +1 -1
- package/build/spec/layout/InstructionsLayout.d.ts +7 -0
- package/build/spec/layout/InstructionsLayout.d.ts.map +1 -1
- package/build/spec/layout/ItemCallToAction.d.ts +2 -2
- package/build/spec/layout/Layout.d.ts +3 -4
- package/build/spec/layout/Layout.d.ts.map +1 -1
- package/build/spec/layout/ListLayout.d.ts +7 -0
- package/build/spec/layout/ListLayout.d.ts.map +1 -1
- package/build/spec/layout/ListLayoutCallToAction.d.ts +1 -1
- package/build/spec/layout/LoadingIndicatorLayout.d.ts +1 -0
- package/build/spec/layout/LoadingIndicatorLayout.d.ts.map +1 -1
- package/build/spec/layout/MarkdownLayout.d.ts +1 -0
- package/build/spec/layout/MarkdownLayout.d.ts.map +1 -1
- package/build/spec/layout/MediaLayout.d.ts +1 -1
- package/build/spec/layout/ModalLayout.d.ts +5 -0
- package/build/spec/layout/ModalLayout.d.ts.map +1 -1
- package/build/spec/layout/ParagraphLayout.d.ts +1 -0
- package/build/spec/layout/ParagraphLayout.d.ts.map +1 -1
- package/build/spec/layout/ProgressLayout.d.ts +6 -0
- package/build/spec/layout/ProgressLayout.d.ts.map +1 -1
- package/build/spec/layout/ReviewLayout.d.ts +8 -0
- package/build/spec/layout/ReviewLayout.d.ts.map +1 -1
- package/build/spec/layout/ReviewLayoutCallToAction.d.ts +1 -1
- package/build/spec/layout/ReviewLayoutField.d.ts +1 -1
- package/build/spec/layout/SearchLayout.d.ts +6 -1
- package/build/spec/layout/SearchLayout.d.ts.map +1 -1
- package/build/spec/layout/SectionLayout.d.ts +5 -0
- package/build/spec/layout/SectionLayout.d.ts.map +1 -1
- package/build/spec/layout/SectionLayoutCallToAction.d.ts +1 -1
- package/build/spec/layout/StatusListLayout.d.ts +5 -0
- package/build/spec/layout/StatusListLayout.d.ts.map +1 -1
- package/build/spec/layout/TabsLayout.d.ts +1 -0
- package/build/spec/layout/TabsLayout.d.ts.map +1 -1
- package/build/spec/layout/UpsellLayout.d.ts +5 -0
- package/build/spec/layout/UpsellLayout.d.ts.map +1 -1
- package/build/spec/layout/UpsellLayoutCallToAction.d.ts +2 -2
- package/build/spec/main.js +37 -100
- package/build/spec/main.mjs +37 -100
- package/build/spec/misc/Request.d.ts +4 -0
- package/build/spec/misc/Request.d.ts.map +1 -1
- package/build/spec/responses/NoOpResponseBody.d.ts +4 -1
- package/build/spec/responses/NoOpResponseBody.d.ts.map +1 -1
- package/build/spec/responses/search/SearchInitialLayoutConfig.d.ts +1 -1
- package/build/spec/responses/subflow/SubflowResponseBody.d.ts +2 -2
- package/build/spec/schema/ArraySchema.d.ts +1 -0
- package/build/spec/schema/ArraySchema.d.ts.map +1 -1
- package/build/spec/schema/BlobSchema.d.ts +1 -0
- package/build/spec/schema/BlobSchema.d.ts.map +1 -1
- package/build/spec/schema/BooleanSchema.d.ts +1 -0
- package/build/spec/schema/BooleanSchema.d.ts.map +1 -1
- package/build/spec/schema/IntegerSchema.d.ts +1 -0
- package/build/spec/schema/IntegerSchema.d.ts.map +1 -1
- package/build/spec/schema/NumberSchema.d.ts +1 -0
- package/build/spec/schema/NumberSchema.d.ts.map +1 -1
- package/build/spec/schema/ObjectSchema.d.ts +1 -0
- package/build/spec/schema/ObjectSchema.d.ts.map +1 -1
- package/build/spec/schema/OneOfSchema.d.ts +15 -3
- package/build/spec/schema/OneOfSchema.d.ts.map +1 -1
- package/build/spec/schema/StringSchema.d.ts +20 -0
- package/build/spec/schema/StringSchema.d.ts.map +1 -1
- package/build/spec/step/Step.d.ts +19 -1
- package/build/spec/step/Step.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/zod/schemas.d.ts +159 -120
- package/build/zod/schemas.d.ts.map +1 -1
- package/build/zod/schemas.ts +643 -718
- package/package.json +3 -3
- package/build/renderers/CollectionRendererProps.d.ts +0 -62
- package/build/renderers/CollectionRendererProps.d.ts.map +0 -1
- package/build/spec/layout/CollectionLayout.d.ts +0 -86
- package/build/spec/layout/CollectionLayout.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, TabsLayout, TabsLayoutTab, AlertLayout, AlertLayoutCallToAction, ListLayout, ListLayoutCallToAction, ListLayoutItem, UpsellLayoutCallToAction, UpsellLayout, DecisionLayout, DecisionLayoutOption, SectionLayoutCallToAction, StatusListLayout, StatusListLayoutItem,
|
|
2
|
+
import type { JsonElement, AdditionalInfo, Behavior, ReviewLayoutCallToAction, TabsLayout, TabsLayoutTab, AlertLayout, AlertLayoutCallToAction, ListLayout, ListLayoutCallToAction, ListLayoutItem, UpsellLayoutCallToAction, UpsellLayout, DecisionLayout, DecisionLayoutOption, SectionLayoutCallToAction, StatusListLayout, StatusListLayoutItem, SectionLayout, Layout, ItemCallToAction, SearchLayout, SearchInitialState, BoxLayout, ButtonLayout, ColumnsLayout, ModalLayout, ReviewLayout, ReviewLayoutField, ModalLayoutContent, SearchResponse, SearchLayoutResponseBody, SearchInitialLayoutConfig, SubflowResponseBody, ModalResponseBody, Step, Schema, Polling, LinkHandler, Toolbar, AllOfSchema, ArraySchema, BlobSchema, BooleanSchema, ConstSchema, IntegerSchema, NumberSchema, ObjectSchema, OneOfSchema, StringSchema, ArraySchemaList, PersistAsync, ArraySchemaTuple, PollingOnError, ToolbarItem, ToolbarButton, SubflowBehavior, ModalBehavior } from '../spec';
|
|
3
3
|
export declare const imageSchema: z.ZodObject<{
|
|
4
4
|
text: z.ZodOptional<z.ZodString>;
|
|
5
5
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -327,16 +327,19 @@ export declare const requestSchema: z.ZodObject<{
|
|
|
327
327
|
method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
|
|
328
328
|
body: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
329
329
|
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
330
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
330
331
|
}, "strip", z.ZodTypeAny, {
|
|
331
332
|
url: string;
|
|
332
333
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
333
334
|
body?: JsonElement | undefined;
|
|
334
335
|
prefetch?: boolean | undefined;
|
|
336
|
+
headers?: Record<string, string> | undefined;
|
|
335
337
|
}, {
|
|
336
338
|
url: string;
|
|
337
339
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
338
340
|
body?: JsonElement | undefined;
|
|
339
341
|
prefetch?: boolean | undefined;
|
|
342
|
+
headers?: Record<string, string> | undefined;
|
|
340
343
|
}>;
|
|
341
344
|
export declare const formLayoutSchemaReferenceSchema: z.ZodObject<{
|
|
342
345
|
$ref: z.ZodString;
|
|
@@ -408,60 +411,6 @@ export declare const imageLayoutSchema: z.ZodObject<{
|
|
|
408
411
|
align?: "left" | "right" | "center" | undefined;
|
|
409
412
|
}>;
|
|
410
413
|
export declare const statusListLayoutStatusSchema: z.ZodUnion<[z.ZodLiteral<"not-done">, z.ZodLiteral<"pending">, z.ZodLiteral<"done">]>;
|
|
411
|
-
export declare const collectionSearchSchema: z.ZodObject<{
|
|
412
|
-
param: z.ZodString;
|
|
413
|
-
title: z.ZodOptional<z.ZodString>;
|
|
414
|
-
hint: z.ZodOptional<z.ZodString>;
|
|
415
|
-
}, "strip", z.ZodTypeAny, {
|
|
416
|
-
param: string;
|
|
417
|
-
title?: string | undefined;
|
|
418
|
-
hint?: string | undefined;
|
|
419
|
-
}, {
|
|
420
|
-
param: string;
|
|
421
|
-
title?: string | undefined;
|
|
422
|
-
hint?: string | undefined;
|
|
423
|
-
}>;
|
|
424
|
-
export declare const collectionFilterSchema: z.ZodObject<{
|
|
425
|
-
type: z.ZodLiteral<"select">;
|
|
426
|
-
param: z.ZodString;
|
|
427
|
-
options: z.ZodArray<z.ZodObject<{
|
|
428
|
-
id: z.ZodString;
|
|
429
|
-
title: z.ZodString;
|
|
430
|
-
accessibilityDescription: z.ZodOptional<z.ZodString>;
|
|
431
|
-
selected: z.ZodOptional<z.ZodBoolean>;
|
|
432
|
-
}, "strip", z.ZodTypeAny, {
|
|
433
|
-
title: string;
|
|
434
|
-
id: string;
|
|
435
|
-
accessibilityDescription?: string | undefined;
|
|
436
|
-
selected?: boolean | undefined;
|
|
437
|
-
}, {
|
|
438
|
-
title: string;
|
|
439
|
-
id: string;
|
|
440
|
-
accessibilityDescription?: string | undefined;
|
|
441
|
-
selected?: boolean | undefined;
|
|
442
|
-
}>, "many">;
|
|
443
|
-
multiSelection: z.ZodOptional<z.ZodBoolean>;
|
|
444
|
-
}, "strip", z.ZodTypeAny, {
|
|
445
|
-
options: {
|
|
446
|
-
title: string;
|
|
447
|
-
id: string;
|
|
448
|
-
accessibilityDescription?: string | undefined;
|
|
449
|
-
selected?: boolean | undefined;
|
|
450
|
-
}[];
|
|
451
|
-
type: "select";
|
|
452
|
-
param: string;
|
|
453
|
-
multiSelection?: boolean | undefined;
|
|
454
|
-
}, {
|
|
455
|
-
options: {
|
|
456
|
-
title: string;
|
|
457
|
-
id: string;
|
|
458
|
-
accessibilityDescription?: string | undefined;
|
|
459
|
-
selected?: boolean | undefined;
|
|
460
|
-
}[];
|
|
461
|
-
type: "select";
|
|
462
|
-
param: string;
|
|
463
|
-
multiSelection?: boolean | undefined;
|
|
464
|
-
}>;
|
|
465
414
|
export declare const instructionsLayoutItemSchema: z.ZodObject<{
|
|
466
415
|
text: z.ZodString;
|
|
467
416
|
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">]>;
|
|
@@ -1462,20 +1411,26 @@ export declare const suggestionsValueSchema: z.ZodObject<{
|
|
|
1462
1411
|
}>;
|
|
1463
1412
|
export declare const dismissBehaviorSchema: z.ZodObject<{
|
|
1464
1413
|
type: z.ZodLiteral<"dismiss">;
|
|
1414
|
+
analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1465
1415
|
}, "strip", z.ZodTypeAny, {
|
|
1466
1416
|
type: "dismiss";
|
|
1417
|
+
analytics?: Record<string, string> | undefined;
|
|
1467
1418
|
}, {
|
|
1468
1419
|
type: "dismiss";
|
|
1420
|
+
analytics?: Record<string, string> | undefined;
|
|
1469
1421
|
}>;
|
|
1470
1422
|
export declare const copyBehaviorSchema: z.ZodObject<{
|
|
1471
1423
|
type: z.ZodLiteral<"copy">;
|
|
1472
1424
|
content: z.ZodString;
|
|
1425
|
+
analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1473
1426
|
}, "strip", z.ZodTypeAny, {
|
|
1474
1427
|
type: "copy";
|
|
1475
1428
|
content: string;
|
|
1429
|
+
analytics?: Record<string, string> | undefined;
|
|
1476
1430
|
}, {
|
|
1477
1431
|
type: "copy";
|
|
1478
1432
|
content: string;
|
|
1433
|
+
analytics?: Record<string, string> | undefined;
|
|
1479
1434
|
}>;
|
|
1480
1435
|
export declare const navigationStackBehaviorSchema: z.ZodUnion<[z.ZodLiteral<"default">, z.ZodLiteral<"remove-previous">, z.ZodLiteral<"remove-all">, z.ZodLiteral<"replace-current">]>;
|
|
1481
1436
|
export declare const actionTypeSchema: z.ZodUnion<[z.ZodLiteral<"primary">, z.ZodLiteral<"secondary">, z.ZodLiteral<"link">, z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>;
|
|
@@ -1501,9 +1456,9 @@ export declare const actionSchema: z.ZodObject<{
|
|
|
1501
1456
|
prefetch?: boolean | undefined;
|
|
1502
1457
|
$ref?: string | undefined;
|
|
1503
1458
|
title?: string | undefined;
|
|
1504
|
-
id?: string | undefined;
|
|
1505
1459
|
disabled?: boolean | undefined;
|
|
1506
1460
|
$id?: string | undefined;
|
|
1461
|
+
id?: string | undefined;
|
|
1507
1462
|
exit?: boolean | undefined;
|
|
1508
1463
|
result?: JsonElement | undefined;
|
|
1509
1464
|
data?: JsonElement | undefined;
|
|
@@ -1516,15 +1471,58 @@ export declare const actionSchema: z.ZodObject<{
|
|
|
1516
1471
|
prefetch?: boolean | undefined;
|
|
1517
1472
|
$ref?: string | undefined;
|
|
1518
1473
|
title?: string | undefined;
|
|
1519
|
-
id?: string | undefined;
|
|
1520
1474
|
disabled?: boolean | undefined;
|
|
1521
1475
|
$id?: string | undefined;
|
|
1476
|
+
id?: string | undefined;
|
|
1522
1477
|
exit?: boolean | undefined;
|
|
1523
1478
|
result?: JsonElement | undefined;
|
|
1524
1479
|
data?: JsonElement | undefined;
|
|
1525
1480
|
timeout?: number | undefined;
|
|
1526
1481
|
skipValidation?: boolean | undefined;
|
|
1527
1482
|
}>;
|
|
1483
|
+
export declare const downloadBehaviorSchema: z.ZodObject<{
|
|
1484
|
+
type: z.ZodLiteral<"download">;
|
|
1485
|
+
request: z.ZodObject<{
|
|
1486
|
+
url: z.ZodString;
|
|
1487
|
+
method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
|
|
1488
|
+
body: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
1489
|
+
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
1490
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1491
|
+
}, "strip", z.ZodTypeAny, {
|
|
1492
|
+
url: string;
|
|
1493
|
+
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
1494
|
+
body?: JsonElement | undefined;
|
|
1495
|
+
prefetch?: boolean | undefined;
|
|
1496
|
+
headers?: Record<string, string> | undefined;
|
|
1497
|
+
}, {
|
|
1498
|
+
url: string;
|
|
1499
|
+
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
1500
|
+
body?: JsonElement | undefined;
|
|
1501
|
+
prefetch?: boolean | undefined;
|
|
1502
|
+
headers?: Record<string, string> | undefined;
|
|
1503
|
+
}>;
|
|
1504
|
+
analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1505
|
+
}, "strip", z.ZodTypeAny, {
|
|
1506
|
+
type: "download";
|
|
1507
|
+
request: {
|
|
1508
|
+
url: string;
|
|
1509
|
+
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
1510
|
+
body?: JsonElement | undefined;
|
|
1511
|
+
prefetch?: boolean | undefined;
|
|
1512
|
+
headers?: Record<string, string> | undefined;
|
|
1513
|
+
};
|
|
1514
|
+
analytics?: Record<string, string> | undefined;
|
|
1515
|
+
}, {
|
|
1516
|
+
type: "download";
|
|
1517
|
+
request: {
|
|
1518
|
+
url: string;
|
|
1519
|
+
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
1520
|
+
body?: JsonElement | undefined;
|
|
1521
|
+
prefetch?: boolean | undefined;
|
|
1522
|
+
headers?: Record<string, string> | undefined;
|
|
1523
|
+
};
|
|
1524
|
+
analytics?: Record<string, string> | undefined;
|
|
1525
|
+
}>;
|
|
1528
1526
|
export declare const summarySchema: z.ZodUnion<[z.ZodObject<{
|
|
1529
1527
|
providesTitle: z.ZodOptional<z.ZodBoolean>;
|
|
1530
1528
|
providesDescription: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1732,22 +1730,41 @@ export declare const pushPresentationSchema: z.ZodObject<{
|
|
|
1732
1730
|
}, {
|
|
1733
1731
|
type: "push";
|
|
1734
1732
|
}>;
|
|
1733
|
+
export declare const nativeLaunchConfigSchema: z.ZodObject<{
|
|
1734
|
+
type: z.ZodLiteral<"native">;
|
|
1735
|
+
id: z.ZodString;
|
|
1736
|
+
payload: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
1737
|
+
}, "strip", z.ZodTypeAny, {
|
|
1738
|
+
type: "native";
|
|
1739
|
+
id: string;
|
|
1740
|
+
payload?: JsonElement | undefined;
|
|
1741
|
+
}, {
|
|
1742
|
+
type: "native";
|
|
1743
|
+
id: string;
|
|
1744
|
+
payload?: JsonElement | undefined;
|
|
1745
|
+
}>;
|
|
1735
1746
|
export declare const linkBehaviorSchema: z.ZodObject<{
|
|
1736
1747
|
type: z.ZodLiteral<"link">;
|
|
1737
1748
|
url: z.ZodString;
|
|
1749
|
+
analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1738
1750
|
}, "strip", z.ZodTypeAny, {
|
|
1739
1751
|
url: string;
|
|
1740
1752
|
type: "link";
|
|
1753
|
+
analytics?: Record<string, string> | undefined;
|
|
1741
1754
|
}, {
|
|
1742
1755
|
url: string;
|
|
1743
1756
|
type: "link";
|
|
1757
|
+
analytics?: Record<string, string> | undefined;
|
|
1744
1758
|
}>;
|
|
1745
1759
|
export declare const refreshBehaviorSchema: z.ZodObject<{
|
|
1746
1760
|
type: z.ZodLiteral<"refresh">;
|
|
1761
|
+
analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1747
1762
|
}, "strip", z.ZodTypeAny, {
|
|
1748
1763
|
type: "refresh";
|
|
1764
|
+
analytics?: Record<string, string> | undefined;
|
|
1749
1765
|
}, {
|
|
1750
1766
|
type: "refresh";
|
|
1767
|
+
analytics?: Record<string, string> | undefined;
|
|
1751
1768
|
}>;
|
|
1752
1769
|
export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
1753
1770
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -1773,9 +1790,9 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
|
1773
1790
|
prefetch?: boolean | undefined;
|
|
1774
1791
|
$ref?: string | undefined;
|
|
1775
1792
|
title?: string | undefined;
|
|
1776
|
-
id?: string | undefined;
|
|
1777
1793
|
disabled?: boolean | undefined;
|
|
1778
1794
|
$id?: string | undefined;
|
|
1795
|
+
id?: string | undefined;
|
|
1779
1796
|
exit?: boolean | undefined;
|
|
1780
1797
|
result?: JsonElement | undefined;
|
|
1781
1798
|
data?: JsonElement | undefined;
|
|
@@ -1788,9 +1805,9 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
|
1788
1805
|
prefetch?: boolean | undefined;
|
|
1789
1806
|
$ref?: string | undefined;
|
|
1790
1807
|
title?: string | undefined;
|
|
1791
|
-
id?: string | undefined;
|
|
1792
1808
|
disabled?: boolean | undefined;
|
|
1793
1809
|
$id?: string | undefined;
|
|
1810
|
+
id?: string | undefined;
|
|
1794
1811
|
exit?: boolean | undefined;
|
|
1795
1812
|
result?: JsonElement | undefined;
|
|
1796
1813
|
data?: JsonElement | undefined;
|
|
@@ -1805,9 +1822,9 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
|
1805
1822
|
prefetch?: boolean | undefined;
|
|
1806
1823
|
$ref?: string | undefined;
|
|
1807
1824
|
title?: string | undefined;
|
|
1808
|
-
id?: string | undefined;
|
|
1809
1825
|
disabled?: boolean | undefined;
|
|
1810
1826
|
$id?: string | undefined;
|
|
1827
|
+
id?: string | undefined;
|
|
1811
1828
|
exit?: boolean | undefined;
|
|
1812
1829
|
result?: JsonElement | undefined;
|
|
1813
1830
|
data?: JsonElement | undefined;
|
|
@@ -1823,9 +1840,9 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
|
1823
1840
|
prefetch?: boolean | undefined;
|
|
1824
1841
|
$ref?: string | undefined;
|
|
1825
1842
|
title?: string | undefined;
|
|
1826
|
-
id?: string | undefined;
|
|
1827
1843
|
disabled?: boolean | undefined;
|
|
1828
1844
|
$id?: string | undefined;
|
|
1845
|
+
id?: string | undefined;
|
|
1829
1846
|
exit?: boolean | undefined;
|
|
1830
1847
|
result?: JsonElement | undefined;
|
|
1831
1848
|
data?: JsonElement | undefined;
|
|
@@ -1865,9 +1882,9 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1865
1882
|
prefetch?: boolean | undefined;
|
|
1866
1883
|
$ref?: string | undefined;
|
|
1867
1884
|
title?: string | undefined;
|
|
1868
|
-
id?: string | undefined;
|
|
1869
1885
|
disabled?: boolean | undefined;
|
|
1870
1886
|
$id?: string | undefined;
|
|
1887
|
+
id?: string | undefined;
|
|
1871
1888
|
exit?: boolean | undefined;
|
|
1872
1889
|
result?: JsonElement | undefined;
|
|
1873
1890
|
data?: JsonElement | undefined;
|
|
@@ -1880,15 +1897,16 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1880
1897
|
prefetch?: boolean | undefined;
|
|
1881
1898
|
$ref?: string | undefined;
|
|
1882
1899
|
title?: string | undefined;
|
|
1883
|
-
id?: string | undefined;
|
|
1884
1900
|
disabled?: boolean | undefined;
|
|
1885
1901
|
$id?: string | undefined;
|
|
1902
|
+
id?: string | undefined;
|
|
1886
1903
|
exit?: boolean | undefined;
|
|
1887
1904
|
result?: JsonElement | undefined;
|
|
1888
1905
|
data?: JsonElement | undefined;
|
|
1889
1906
|
timeout?: number | undefined;
|
|
1890
1907
|
skipValidation?: boolean | undefined;
|
|
1891
1908
|
}>;
|
|
1909
|
+
analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1892
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1893
1911
|
action: {
|
|
1894
1912
|
url?: string | undefined;
|
|
@@ -1897,9 +1915,9 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1897
1915
|
prefetch?: boolean | undefined;
|
|
1898
1916
|
$ref?: string | undefined;
|
|
1899
1917
|
title?: string | undefined;
|
|
1900
|
-
id?: string | undefined;
|
|
1901
1918
|
disabled?: boolean | undefined;
|
|
1902
1919
|
$id?: string | undefined;
|
|
1920
|
+
id?: string | undefined;
|
|
1903
1921
|
exit?: boolean | undefined;
|
|
1904
1922
|
result?: JsonElement | undefined;
|
|
1905
1923
|
data?: JsonElement | undefined;
|
|
@@ -1907,6 +1925,7 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1907
1925
|
skipValidation?: boolean | undefined;
|
|
1908
1926
|
};
|
|
1909
1927
|
type: "action";
|
|
1928
|
+
analytics?: Record<string, string> | undefined;
|
|
1910
1929
|
}, {
|
|
1911
1930
|
action: {
|
|
1912
1931
|
url?: string | undefined;
|
|
@@ -1915,9 +1934,9 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1915
1934
|
prefetch?: boolean | undefined;
|
|
1916
1935
|
$ref?: string | undefined;
|
|
1917
1936
|
title?: string | undefined;
|
|
1918
|
-
id?: string | undefined;
|
|
1919
1937
|
disabled?: boolean | undefined;
|
|
1920
1938
|
$id?: string | undefined;
|
|
1939
|
+
id?: string | undefined;
|
|
1921
1940
|
exit?: boolean | undefined;
|
|
1922
1941
|
result?: JsonElement | undefined;
|
|
1923
1942
|
data?: JsonElement | undefined;
|
|
@@ -1925,6 +1944,7 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1925
1944
|
skipValidation?: boolean | undefined;
|
|
1926
1945
|
};
|
|
1927
1946
|
type: "action";
|
|
1947
|
+
analytics?: Record<string, string> | undefined;
|
|
1928
1948
|
}>;
|
|
1929
1949
|
export declare const containerBehaviorSchema: z.ZodObject<{
|
|
1930
1950
|
action: z.ZodOptional<z.ZodObject<{
|
|
@@ -1949,9 +1969,9 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
1949
1969
|
prefetch?: boolean | undefined;
|
|
1950
1970
|
$ref?: string | undefined;
|
|
1951
1971
|
title?: string | undefined;
|
|
1952
|
-
id?: string | undefined;
|
|
1953
1972
|
disabled?: boolean | undefined;
|
|
1954
1973
|
$id?: string | undefined;
|
|
1974
|
+
id?: string | undefined;
|
|
1955
1975
|
exit?: boolean | undefined;
|
|
1956
1976
|
result?: JsonElement | undefined;
|
|
1957
1977
|
data?: JsonElement | undefined;
|
|
@@ -1964,9 +1984,9 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
1964
1984
|
prefetch?: boolean | undefined;
|
|
1965
1985
|
$ref?: string | undefined;
|
|
1966
1986
|
title?: string | undefined;
|
|
1967
|
-
id?: string | undefined;
|
|
1968
1987
|
disabled?: boolean | undefined;
|
|
1969
1988
|
$id?: string | undefined;
|
|
1989
|
+
id?: string | undefined;
|
|
1970
1990
|
exit?: boolean | undefined;
|
|
1971
1991
|
result?: JsonElement | undefined;
|
|
1972
1992
|
data?: JsonElement | undefined;
|
|
@@ -1980,6 +2000,7 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
1980
2000
|
}, {
|
|
1981
2001
|
url: string;
|
|
1982
2002
|
}>>;
|
|
2003
|
+
analytics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1983
2004
|
}, "strip", z.ZodTypeAny, {
|
|
1984
2005
|
link?: {
|
|
1985
2006
|
url: string;
|
|
@@ -1991,15 +2012,16 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
1991
2012
|
prefetch?: boolean | undefined;
|
|
1992
2013
|
$ref?: string | undefined;
|
|
1993
2014
|
title?: string | undefined;
|
|
1994
|
-
id?: string | undefined;
|
|
1995
2015
|
disabled?: boolean | undefined;
|
|
1996
2016
|
$id?: string | undefined;
|
|
2017
|
+
id?: string | undefined;
|
|
1997
2018
|
exit?: boolean | undefined;
|
|
1998
2019
|
result?: JsonElement | undefined;
|
|
1999
2020
|
data?: JsonElement | undefined;
|
|
2000
2021
|
timeout?: number | undefined;
|
|
2001
2022
|
skipValidation?: boolean | undefined;
|
|
2002
2023
|
} | undefined;
|
|
2024
|
+
analytics?: Record<string, string> | undefined;
|
|
2003
2025
|
}, {
|
|
2004
2026
|
link?: {
|
|
2005
2027
|
url: string;
|
|
@@ -2011,15 +2033,16 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
2011
2033
|
prefetch?: boolean | undefined;
|
|
2012
2034
|
$ref?: string | undefined;
|
|
2013
2035
|
title?: string | undefined;
|
|
2014
|
-
id?: string | undefined;
|
|
2015
2036
|
disabled?: boolean | undefined;
|
|
2016
2037
|
$id?: string | undefined;
|
|
2038
|
+
id?: string | undefined;
|
|
2017
2039
|
exit?: boolean | undefined;
|
|
2018
2040
|
result?: JsonElement | undefined;
|
|
2019
2041
|
data?: JsonElement | undefined;
|
|
2020
2042
|
timeout?: number | undefined;
|
|
2021
2043
|
skipValidation?: boolean | undefined;
|
|
2022
2044
|
} | undefined;
|
|
2045
|
+
analytics?: Record<string, string> | undefined;
|
|
2023
2046
|
}>;
|
|
2024
2047
|
export declare const suggestionsSchema: z.ZodObject<{
|
|
2025
2048
|
values: z.ZodArray<z.ZodObject<{
|
|
@@ -2319,9 +2342,9 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2319
2342
|
prefetch?: boolean | undefined;
|
|
2320
2343
|
$ref?: string | undefined;
|
|
2321
2344
|
title?: string | undefined;
|
|
2322
|
-
id?: string | undefined;
|
|
2323
2345
|
disabled?: boolean | undefined;
|
|
2324
2346
|
$id?: string | undefined;
|
|
2347
|
+
id?: string | undefined;
|
|
2325
2348
|
exit?: boolean | undefined;
|
|
2326
2349
|
result?: JsonElement | undefined;
|
|
2327
2350
|
data?: JsonElement | undefined;
|
|
@@ -2334,9 +2357,9 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2334
2357
|
prefetch?: boolean | undefined;
|
|
2335
2358
|
$ref?: string | undefined;
|
|
2336
2359
|
title?: string | undefined;
|
|
2337
|
-
id?: string | undefined;
|
|
2338
2360
|
disabled?: boolean | undefined;
|
|
2339
2361
|
$id?: string | undefined;
|
|
2362
|
+
id?: string | undefined;
|
|
2340
2363
|
exit?: boolean | undefined;
|
|
2341
2364
|
result?: JsonElement | undefined;
|
|
2342
2365
|
data?: JsonElement | undefined;
|
|
@@ -2416,9 +2439,9 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2416
2439
|
prefetch?: boolean | undefined;
|
|
2417
2440
|
$ref?: string | undefined;
|
|
2418
2441
|
title?: string | undefined;
|
|
2419
|
-
id?: string | undefined;
|
|
2420
2442
|
disabled?: boolean | undefined;
|
|
2421
2443
|
$id?: string | undefined;
|
|
2444
|
+
id?: string | undefined;
|
|
2422
2445
|
exit?: boolean | undefined;
|
|
2423
2446
|
result?: JsonElement | undefined;
|
|
2424
2447
|
data?: JsonElement | undefined;
|
|
@@ -2464,9 +2487,9 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2464
2487
|
prefetch?: boolean | undefined;
|
|
2465
2488
|
$ref?: string | undefined;
|
|
2466
2489
|
title?: string | undefined;
|
|
2467
|
-
id?: string | undefined;
|
|
2468
2490
|
disabled?: boolean | undefined;
|
|
2469
2491
|
$id?: string | undefined;
|
|
2492
|
+
id?: string | undefined;
|
|
2470
2493
|
exit?: boolean | undefined;
|
|
2471
2494
|
result?: JsonElement | undefined;
|
|
2472
2495
|
data?: JsonElement | undefined;
|
|
@@ -2560,9 +2583,9 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2560
2583
|
prefetch?: boolean | undefined;
|
|
2561
2584
|
$ref?: string | undefined;
|
|
2562
2585
|
title?: string | undefined;
|
|
2563
|
-
id?: string | undefined;
|
|
2564
2586
|
disabled?: boolean | undefined;
|
|
2565
2587
|
$id?: string | undefined;
|
|
2588
|
+
id?: string | undefined;
|
|
2566
2589
|
exit?: boolean | undefined;
|
|
2567
2590
|
result?: JsonElement | undefined;
|
|
2568
2591
|
data?: JsonElement | undefined;
|
|
@@ -2575,9 +2598,9 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2575
2598
|
prefetch?: boolean | undefined;
|
|
2576
2599
|
$ref?: string | undefined;
|
|
2577
2600
|
title?: string | undefined;
|
|
2578
|
-
id?: string | undefined;
|
|
2579
2601
|
disabled?: boolean | undefined;
|
|
2580
2602
|
$id?: string | undefined;
|
|
2603
|
+
id?: string | undefined;
|
|
2581
2604
|
exit?: boolean | undefined;
|
|
2582
2605
|
result?: JsonElement | undefined;
|
|
2583
2606
|
data?: JsonElement | undefined;
|
|
@@ -2657,9 +2680,9 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2657
2680
|
prefetch?: boolean | undefined;
|
|
2658
2681
|
$ref?: string | undefined;
|
|
2659
2682
|
title?: string | undefined;
|
|
2660
|
-
id?: string | undefined;
|
|
2661
2683
|
disabled?: boolean | undefined;
|
|
2662
2684
|
$id?: string | undefined;
|
|
2685
|
+
id?: string | undefined;
|
|
2663
2686
|
exit?: boolean | undefined;
|
|
2664
2687
|
result?: JsonElement | undefined;
|
|
2665
2688
|
data?: JsonElement | undefined;
|
|
@@ -2705,9 +2728,9 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2705
2728
|
prefetch?: boolean | undefined;
|
|
2706
2729
|
$ref?: string | undefined;
|
|
2707
2730
|
title?: string | undefined;
|
|
2708
|
-
id?: string | undefined;
|
|
2709
2731
|
disabled?: boolean | undefined;
|
|
2710
2732
|
$id?: string | undefined;
|
|
2733
|
+
id?: string | undefined;
|
|
2711
2734
|
exit?: boolean | undefined;
|
|
2712
2735
|
result?: JsonElement | undefined;
|
|
2713
2736
|
data?: JsonElement | undefined;
|
|
@@ -2959,9 +2982,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
|
|
|
2959
2982
|
prefetch?: boolean | undefined;
|
|
2960
2983
|
$ref?: string | undefined;
|
|
2961
2984
|
title?: string | undefined;
|
|
2962
|
-
id?: string | undefined;
|
|
2963
2985
|
disabled?: boolean | undefined;
|
|
2964
2986
|
$id?: string | undefined;
|
|
2987
|
+
id?: string | undefined;
|
|
2965
2988
|
exit?: boolean | undefined;
|
|
2966
2989
|
result?: JsonElement | undefined;
|
|
2967
2990
|
data?: JsonElement | undefined;
|
|
@@ -2974,9 +2997,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
|
|
|
2974
2997
|
prefetch?: boolean | undefined;
|
|
2975
2998
|
$ref?: string | undefined;
|
|
2976
2999
|
title?: string | undefined;
|
|
2977
|
-
id?: string | undefined;
|
|
2978
3000
|
disabled?: boolean | undefined;
|
|
2979
3001
|
$id?: string | undefined;
|
|
3002
|
+
id?: string | undefined;
|
|
2980
3003
|
exit?: boolean | undefined;
|
|
2981
3004
|
result?: JsonElement | undefined;
|
|
2982
3005
|
data?: JsonElement | undefined;
|
|
@@ -2991,9 +3014,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
|
|
|
2991
3014
|
prefetch?: boolean | undefined;
|
|
2992
3015
|
$ref?: string | undefined;
|
|
2993
3016
|
title?: string | undefined;
|
|
2994
|
-
id?: string | undefined;
|
|
2995
3017
|
disabled?: boolean | undefined;
|
|
2996
3018
|
$id?: string | undefined;
|
|
3019
|
+
id?: string | undefined;
|
|
2997
3020
|
exit?: boolean | undefined;
|
|
2998
3021
|
result?: JsonElement | undefined;
|
|
2999
3022
|
data?: JsonElement | undefined;
|
|
@@ -3008,9 +3031,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
|
|
|
3008
3031
|
prefetch?: boolean | undefined;
|
|
3009
3032
|
$ref?: string | undefined;
|
|
3010
3033
|
title?: string | undefined;
|
|
3011
|
-
id?: string | undefined;
|
|
3012
3034
|
disabled?: boolean | undefined;
|
|
3013
3035
|
$id?: string | undefined;
|
|
3036
|
+
id?: string | undefined;
|
|
3014
3037
|
exit?: boolean | undefined;
|
|
3015
3038
|
result?: JsonElement | undefined;
|
|
3016
3039
|
data?: JsonElement | undefined;
|
|
@@ -3043,9 +3066,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3043
3066
|
prefetch?: boolean | undefined;
|
|
3044
3067
|
$ref?: string | undefined;
|
|
3045
3068
|
title?: string | undefined;
|
|
3046
|
-
id?: string | undefined;
|
|
3047
3069
|
disabled?: boolean | undefined;
|
|
3048
3070
|
$id?: string | undefined;
|
|
3071
|
+
id?: string | undefined;
|
|
3049
3072
|
exit?: boolean | undefined;
|
|
3050
3073
|
result?: JsonElement | undefined;
|
|
3051
3074
|
data?: JsonElement | undefined;
|
|
@@ -3058,9 +3081,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3058
3081
|
prefetch?: boolean | undefined;
|
|
3059
3082
|
$ref?: string | undefined;
|
|
3060
3083
|
title?: string | undefined;
|
|
3061
|
-
id?: string | undefined;
|
|
3062
3084
|
disabled?: boolean | undefined;
|
|
3063
3085
|
$id?: string | undefined;
|
|
3086
|
+
id?: string | undefined;
|
|
3064
3087
|
exit?: boolean | undefined;
|
|
3065
3088
|
result?: JsonElement | undefined;
|
|
3066
3089
|
data?: JsonElement | undefined;
|
|
@@ -3075,9 +3098,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3075
3098
|
prefetch?: boolean | undefined;
|
|
3076
3099
|
$ref?: string | undefined;
|
|
3077
3100
|
title?: string | undefined;
|
|
3078
|
-
id?: string | undefined;
|
|
3079
3101
|
disabled?: boolean | undefined;
|
|
3080
3102
|
$id?: string | undefined;
|
|
3103
|
+
id?: string | undefined;
|
|
3081
3104
|
exit?: boolean | undefined;
|
|
3082
3105
|
result?: JsonElement | undefined;
|
|
3083
3106
|
data?: JsonElement | undefined;
|
|
@@ -3093,9 +3116,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3093
3116
|
prefetch?: boolean | undefined;
|
|
3094
3117
|
$ref?: string | undefined;
|
|
3095
3118
|
title?: string | undefined;
|
|
3096
|
-
id?: string | undefined;
|
|
3097
3119
|
disabled?: boolean | undefined;
|
|
3098
3120
|
$id?: string | undefined;
|
|
3121
|
+
id?: string | undefined;
|
|
3099
3122
|
exit?: boolean | undefined;
|
|
3100
3123
|
result?: JsonElement | undefined;
|
|
3101
3124
|
data?: JsonElement | undefined;
|
|
@@ -3128,9 +3151,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3128
3151
|
prefetch?: boolean | undefined;
|
|
3129
3152
|
$ref?: string | undefined;
|
|
3130
3153
|
title?: string | undefined;
|
|
3131
|
-
id?: string | undefined;
|
|
3132
3154
|
disabled?: boolean | undefined;
|
|
3133
3155
|
$id?: string | undefined;
|
|
3156
|
+
id?: string | undefined;
|
|
3134
3157
|
exit?: boolean | undefined;
|
|
3135
3158
|
result?: JsonElement | undefined;
|
|
3136
3159
|
data?: JsonElement | undefined;
|
|
@@ -3143,9 +3166,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3143
3166
|
prefetch?: boolean | undefined;
|
|
3144
3167
|
$ref?: string | undefined;
|
|
3145
3168
|
title?: string | undefined;
|
|
3146
|
-
id?: string | undefined;
|
|
3147
3169
|
disabled?: boolean | undefined;
|
|
3148
3170
|
$id?: string | undefined;
|
|
3171
|
+
id?: string | undefined;
|
|
3149
3172
|
exit?: boolean | undefined;
|
|
3150
3173
|
result?: JsonElement | undefined;
|
|
3151
3174
|
data?: JsonElement | undefined;
|
|
@@ -3160,9 +3183,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3160
3183
|
prefetch?: boolean | undefined;
|
|
3161
3184
|
$ref?: string | undefined;
|
|
3162
3185
|
title?: string | undefined;
|
|
3163
|
-
id?: string | undefined;
|
|
3164
3186
|
disabled?: boolean | undefined;
|
|
3165
3187
|
$id?: string | undefined;
|
|
3188
|
+
id?: string | undefined;
|
|
3166
3189
|
exit?: boolean | undefined;
|
|
3167
3190
|
result?: JsonElement | undefined;
|
|
3168
3191
|
data?: JsonElement | undefined;
|
|
@@ -3178,9 +3201,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3178
3201
|
prefetch?: boolean | undefined;
|
|
3179
3202
|
$ref?: string | undefined;
|
|
3180
3203
|
title?: string | undefined;
|
|
3181
|
-
id?: string | undefined;
|
|
3182
3204
|
disabled?: boolean | undefined;
|
|
3183
3205
|
$id?: string | undefined;
|
|
3206
|
+
id?: string | undefined;
|
|
3184
3207
|
exit?: boolean | undefined;
|
|
3185
3208
|
result?: JsonElement | undefined;
|
|
3186
3209
|
data?: JsonElement | undefined;
|
|
@@ -3199,9 +3222,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3199
3222
|
prefetch?: boolean | undefined;
|
|
3200
3223
|
$ref?: string | undefined;
|
|
3201
3224
|
title?: string | undefined;
|
|
3202
|
-
id?: string | undefined;
|
|
3203
3225
|
disabled?: boolean | undefined;
|
|
3204
3226
|
$id?: string | undefined;
|
|
3227
|
+
id?: string | undefined;
|
|
3205
3228
|
exit?: boolean | undefined;
|
|
3206
3229
|
result?: JsonElement | undefined;
|
|
3207
3230
|
data?: JsonElement | undefined;
|
|
@@ -3218,9 +3241,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3218
3241
|
prefetch?: boolean | undefined;
|
|
3219
3242
|
$ref?: string | undefined;
|
|
3220
3243
|
title?: string | undefined;
|
|
3221
|
-
id?: string | undefined;
|
|
3222
3244
|
disabled?: boolean | undefined;
|
|
3223
3245
|
$id?: string | undefined;
|
|
3246
|
+
id?: string | undefined;
|
|
3224
3247
|
exit?: boolean | undefined;
|
|
3225
3248
|
result?: JsonElement | undefined;
|
|
3226
3249
|
data?: JsonElement | undefined;
|
|
@@ -3239,9 +3262,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3239
3262
|
prefetch?: boolean | undefined;
|
|
3240
3263
|
$ref?: string | undefined;
|
|
3241
3264
|
title?: string | undefined;
|
|
3242
|
-
id?: string | undefined;
|
|
3243
3265
|
disabled?: boolean | undefined;
|
|
3244
3266
|
$id?: string | undefined;
|
|
3267
|
+
id?: string | undefined;
|
|
3245
3268
|
exit?: boolean | undefined;
|
|
3246
3269
|
result?: JsonElement | undefined;
|
|
3247
3270
|
data?: JsonElement | undefined;
|
|
@@ -3258,9 +3281,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3258
3281
|
prefetch?: boolean | undefined;
|
|
3259
3282
|
$ref?: string | undefined;
|
|
3260
3283
|
title?: string | undefined;
|
|
3261
|
-
id?: string | undefined;
|
|
3262
3284
|
disabled?: boolean | undefined;
|
|
3263
3285
|
$id?: string | undefined;
|
|
3286
|
+
id?: string | undefined;
|
|
3264
3287
|
exit?: boolean | undefined;
|
|
3265
3288
|
result?: JsonElement | undefined;
|
|
3266
3289
|
data?: JsonElement | undefined;
|
|
@@ -3291,16 +3314,19 @@ export declare const dynamicLaunchConfigSchema: z.ZodObject<{
|
|
|
3291
3314
|
method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
|
|
3292
3315
|
body: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
3293
3316
|
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
3317
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3294
3318
|
}, "strip", z.ZodTypeAny, {
|
|
3295
3319
|
url: string;
|
|
3296
3320
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
3297
3321
|
body?: JsonElement | undefined;
|
|
3298
3322
|
prefetch?: boolean | undefined;
|
|
3323
|
+
headers?: Record<string, string> | undefined;
|
|
3299
3324
|
}, {
|
|
3300
3325
|
url: string;
|
|
3301
3326
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
3302
3327
|
body?: JsonElement | undefined;
|
|
3303
3328
|
prefetch?: boolean | undefined;
|
|
3329
|
+
headers?: Record<string, string> | undefined;
|
|
3304
3330
|
}>;
|
|
3305
3331
|
presentation: z.ZodUnion<[z.ZodObject<{
|
|
3306
3332
|
type: z.ZodLiteral<"modal">;
|
|
@@ -3322,6 +3348,7 @@ export declare const dynamicLaunchConfigSchema: z.ZodObject<{
|
|
|
3322
3348
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
3323
3349
|
body?: JsonElement | undefined;
|
|
3324
3350
|
prefetch?: boolean | undefined;
|
|
3351
|
+
headers?: Record<string, string> | undefined;
|
|
3325
3352
|
};
|
|
3326
3353
|
presentation: {
|
|
3327
3354
|
type: "modal";
|
|
@@ -3335,6 +3362,7 @@ export declare const dynamicLaunchConfigSchema: z.ZodObject<{
|
|
|
3335
3362
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
3336
3363
|
body?: JsonElement | undefined;
|
|
3337
3364
|
prefetch?: boolean | undefined;
|
|
3365
|
+
headers?: Record<string, string> | undefined;
|
|
3338
3366
|
};
|
|
3339
3367
|
presentation: {
|
|
3340
3368
|
type: "modal";
|
|
@@ -3342,23 +3370,26 @@ export declare const dynamicLaunchConfigSchema: z.ZodObject<{
|
|
|
3342
3370
|
type: "push";
|
|
3343
3371
|
};
|
|
3344
3372
|
}>;
|
|
3345
|
-
export declare const launchConfigSchema: z.ZodObject<{
|
|
3373
|
+
export declare const launchConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
3346
3374
|
type: z.ZodLiteral<"dynamic">;
|
|
3347
3375
|
request: z.ZodObject<{
|
|
3348
3376
|
url: z.ZodString;
|
|
3349
3377
|
method: z.ZodUnion<[z.ZodLiteral<"GET">, z.ZodLiteral<"POST">, z.ZodLiteral<"PUT">, z.ZodLiteral<"PATCH">, z.ZodLiteral<"DELETE">]>;
|
|
3350
3378
|
body: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
3351
3379
|
prefetch: z.ZodOptional<z.ZodBoolean>;
|
|
3380
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3352
3381
|
}, "strip", z.ZodTypeAny, {
|
|
3353
3382
|
url: string;
|
|
3354
3383
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
3355
3384
|
body?: JsonElement | undefined;
|
|
3356
3385
|
prefetch?: boolean | undefined;
|
|
3386
|
+
headers?: Record<string, string> | undefined;
|
|
3357
3387
|
}, {
|
|
3358
3388
|
url: string;
|
|
3359
3389
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
3360
3390
|
body?: JsonElement | undefined;
|
|
3361
3391
|
prefetch?: boolean | undefined;
|
|
3392
|
+
headers?: Record<string, string> | undefined;
|
|
3362
3393
|
}>;
|
|
3363
3394
|
presentation: z.ZodUnion<[z.ZodObject<{
|
|
3364
3395
|
type: z.ZodLiteral<"modal">;
|
|
@@ -3380,6 +3411,7 @@ export declare const launchConfigSchema: z.ZodObject<{
|
|
|
3380
3411
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
3381
3412
|
body?: JsonElement | undefined;
|
|
3382
3413
|
prefetch?: boolean | undefined;
|
|
3414
|
+
headers?: Record<string, string> | undefined;
|
|
3383
3415
|
};
|
|
3384
3416
|
presentation: {
|
|
3385
3417
|
type: "modal";
|
|
@@ -3393,13 +3425,26 @@ export declare const launchConfigSchema: z.ZodObject<{
|
|
|
3393
3425
|
method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
3394
3426
|
body?: JsonElement | undefined;
|
|
3395
3427
|
prefetch?: boolean | undefined;
|
|
3428
|
+
headers?: Record<string, string> | undefined;
|
|
3396
3429
|
};
|
|
3397
3430
|
presentation: {
|
|
3398
3431
|
type: "modal";
|
|
3399
3432
|
} | {
|
|
3400
3433
|
type: "push";
|
|
3401
3434
|
};
|
|
3402
|
-
}
|
|
3435
|
+
}>, z.ZodObject<{
|
|
3436
|
+
type: z.ZodLiteral<"native">;
|
|
3437
|
+
id: z.ZodString;
|
|
3438
|
+
payload: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
3439
|
+
}, "strip", z.ZodTypeAny, {
|
|
3440
|
+
type: "native";
|
|
3441
|
+
id: string;
|
|
3442
|
+
payload?: JsonElement | undefined;
|
|
3443
|
+
}, {
|
|
3444
|
+
type: "native";
|
|
3445
|
+
id: string;
|
|
3446
|
+
payload?: JsonElement | undefined;
|
|
3447
|
+
}>]>;
|
|
3403
3448
|
export declare const searchResponseBodySchema: z.ZodObject<{
|
|
3404
3449
|
type: z.ZodOptional<z.ZodLiteral<"results">>;
|
|
3405
3450
|
results: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -3457,9 +3502,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3457
3502
|
prefetch?: boolean | undefined;
|
|
3458
3503
|
$ref?: string | undefined;
|
|
3459
3504
|
title?: string | undefined;
|
|
3460
|
-
id?: string | undefined;
|
|
3461
3505
|
disabled?: boolean | undefined;
|
|
3462
3506
|
$id?: string | undefined;
|
|
3507
|
+
id?: string | undefined;
|
|
3463
3508
|
exit?: boolean | undefined;
|
|
3464
3509
|
result?: JsonElement | undefined;
|
|
3465
3510
|
data?: JsonElement | undefined;
|
|
@@ -3472,9 +3517,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3472
3517
|
prefetch?: boolean | undefined;
|
|
3473
3518
|
$ref?: string | undefined;
|
|
3474
3519
|
title?: string | undefined;
|
|
3475
|
-
id?: string | undefined;
|
|
3476
3520
|
disabled?: boolean | undefined;
|
|
3477
3521
|
$id?: string | undefined;
|
|
3522
|
+
id?: string | undefined;
|
|
3478
3523
|
exit?: boolean | undefined;
|
|
3479
3524
|
result?: JsonElement | undefined;
|
|
3480
3525
|
data?: JsonElement | undefined;
|
|
@@ -3554,9 +3599,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3554
3599
|
prefetch?: boolean | undefined;
|
|
3555
3600
|
$ref?: string | undefined;
|
|
3556
3601
|
title?: string | undefined;
|
|
3557
|
-
id?: string | undefined;
|
|
3558
3602
|
disabled?: boolean | undefined;
|
|
3559
3603
|
$id?: string | undefined;
|
|
3604
|
+
id?: string | undefined;
|
|
3560
3605
|
exit?: boolean | undefined;
|
|
3561
3606
|
result?: JsonElement | undefined;
|
|
3562
3607
|
data?: JsonElement | undefined;
|
|
@@ -3602,9 +3647,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3602
3647
|
prefetch?: boolean | undefined;
|
|
3603
3648
|
$ref?: string | undefined;
|
|
3604
3649
|
title?: string | undefined;
|
|
3605
|
-
id?: string | undefined;
|
|
3606
3650
|
disabled?: boolean | undefined;
|
|
3607
3651
|
$id?: string | undefined;
|
|
3652
|
+
id?: string | undefined;
|
|
3608
3653
|
exit?: boolean | undefined;
|
|
3609
3654
|
result?: JsonElement | undefined;
|
|
3610
3655
|
data?: JsonElement | undefined;
|
|
@@ -3880,9 +3925,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3880
3925
|
prefetch?: boolean | undefined;
|
|
3881
3926
|
$ref?: string | undefined;
|
|
3882
3927
|
title?: string | undefined;
|
|
3883
|
-
id?: string | undefined;
|
|
3884
3928
|
disabled?: boolean | undefined;
|
|
3885
3929
|
$id?: string | undefined;
|
|
3930
|
+
id?: string | undefined;
|
|
3886
3931
|
exit?: boolean | undefined;
|
|
3887
3932
|
result?: JsonElement | undefined;
|
|
3888
3933
|
data?: JsonElement | undefined;
|
|
@@ -3969,9 +4014,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3969
4014
|
prefetch?: boolean | undefined;
|
|
3970
4015
|
$ref?: string | undefined;
|
|
3971
4016
|
title?: string | undefined;
|
|
3972
|
-
id?: string | undefined;
|
|
3973
4017
|
disabled?: boolean | undefined;
|
|
3974
4018
|
$id?: string | undefined;
|
|
4019
|
+
id?: string | undefined;
|
|
3975
4020
|
exit?: boolean | undefined;
|
|
3976
4021
|
result?: JsonElement | undefined;
|
|
3977
4022
|
data?: JsonElement | undefined;
|
|
@@ -4069,9 +4114,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4069
4114
|
prefetch?: boolean | undefined;
|
|
4070
4115
|
$ref?: string | undefined;
|
|
4071
4116
|
title?: string | undefined;
|
|
4072
|
-
id?: string | undefined;
|
|
4073
4117
|
disabled?: boolean | undefined;
|
|
4074
4118
|
$id?: string | undefined;
|
|
4119
|
+
id?: string | undefined;
|
|
4075
4120
|
exit?: boolean | undefined;
|
|
4076
4121
|
result?: JsonElement | undefined;
|
|
4077
4122
|
data?: JsonElement | undefined;
|
|
@@ -4084,9 +4129,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4084
4129
|
prefetch?: boolean | undefined;
|
|
4085
4130
|
$ref?: string | undefined;
|
|
4086
4131
|
title?: string | undefined;
|
|
4087
|
-
id?: string | undefined;
|
|
4088
4132
|
disabled?: boolean | undefined;
|
|
4089
4133
|
$id?: string | undefined;
|
|
4134
|
+
id?: string | undefined;
|
|
4090
4135
|
exit?: boolean | undefined;
|
|
4091
4136
|
result?: JsonElement | undefined;
|
|
4092
4137
|
data?: JsonElement | undefined;
|
|
@@ -4166,9 +4211,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4166
4211
|
prefetch?: boolean | undefined;
|
|
4167
4212
|
$ref?: string | undefined;
|
|
4168
4213
|
title?: string | undefined;
|
|
4169
|
-
id?: string | undefined;
|
|
4170
4214
|
disabled?: boolean | undefined;
|
|
4171
4215
|
$id?: string | undefined;
|
|
4216
|
+
id?: string | undefined;
|
|
4172
4217
|
exit?: boolean | undefined;
|
|
4173
4218
|
result?: JsonElement | undefined;
|
|
4174
4219
|
data?: JsonElement | undefined;
|
|
@@ -4214,9 +4259,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4214
4259
|
prefetch?: boolean | undefined;
|
|
4215
4260
|
$ref?: string | undefined;
|
|
4216
4261
|
title?: string | undefined;
|
|
4217
|
-
id?: string | undefined;
|
|
4218
4262
|
disabled?: boolean | undefined;
|
|
4219
4263
|
$id?: string | undefined;
|
|
4264
|
+
id?: string | undefined;
|
|
4220
4265
|
exit?: boolean | undefined;
|
|
4221
4266
|
result?: JsonElement | undefined;
|
|
4222
4267
|
data?: JsonElement | undefined;
|
|
@@ -4492,9 +4537,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4492
4537
|
prefetch?: boolean | undefined;
|
|
4493
4538
|
$ref?: string | undefined;
|
|
4494
4539
|
title?: string | undefined;
|
|
4495
|
-
id?: string | undefined;
|
|
4496
4540
|
disabled?: boolean | undefined;
|
|
4497
4541
|
$id?: string | undefined;
|
|
4542
|
+
id?: string | undefined;
|
|
4498
4543
|
exit?: boolean | undefined;
|
|
4499
4544
|
result?: JsonElement | undefined;
|
|
4500
4545
|
data?: JsonElement | undefined;
|
|
@@ -4581,9 +4626,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4581
4626
|
prefetch?: boolean | undefined;
|
|
4582
4627
|
$ref?: string | undefined;
|
|
4583
4628
|
title?: string | undefined;
|
|
4584
|
-
id?: string | undefined;
|
|
4585
4629
|
disabled?: boolean | undefined;
|
|
4586
4630
|
$id?: string | undefined;
|
|
4631
|
+
id?: string | undefined;
|
|
4587
4632
|
exit?: boolean | undefined;
|
|
4588
4633
|
result?: JsonElement | undefined;
|
|
4589
4634
|
data?: JsonElement | undefined;
|
|
@@ -4681,9 +4726,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4681
4726
|
prefetch?: boolean | undefined;
|
|
4682
4727
|
$ref?: string | undefined;
|
|
4683
4728
|
title?: string | undefined;
|
|
4684
|
-
id?: string | undefined;
|
|
4685
4729
|
disabled?: boolean | undefined;
|
|
4686
4730
|
$id?: string | undefined;
|
|
4731
|
+
id?: string | undefined;
|
|
4687
4732
|
exit?: boolean | undefined;
|
|
4688
4733
|
result?: JsonElement | undefined;
|
|
4689
4734
|
data?: JsonElement | undefined;
|
|
@@ -4696,9 +4741,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4696
4741
|
prefetch?: boolean | undefined;
|
|
4697
4742
|
$ref?: string | undefined;
|
|
4698
4743
|
title?: string | undefined;
|
|
4699
|
-
id?: string | undefined;
|
|
4700
4744
|
disabled?: boolean | undefined;
|
|
4701
4745
|
$id?: string | undefined;
|
|
4746
|
+
id?: string | undefined;
|
|
4702
4747
|
exit?: boolean | undefined;
|
|
4703
4748
|
result?: JsonElement | undefined;
|
|
4704
4749
|
data?: JsonElement | undefined;
|
|
@@ -4778,9 +4823,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4778
4823
|
prefetch?: boolean | undefined;
|
|
4779
4824
|
$ref?: string | undefined;
|
|
4780
4825
|
title?: string | undefined;
|
|
4781
|
-
id?: string | undefined;
|
|
4782
4826
|
disabled?: boolean | undefined;
|
|
4783
4827
|
$id?: string | undefined;
|
|
4828
|
+
id?: string | undefined;
|
|
4784
4829
|
exit?: boolean | undefined;
|
|
4785
4830
|
result?: JsonElement | undefined;
|
|
4786
4831
|
data?: JsonElement | undefined;
|
|
@@ -4826,9 +4871,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4826
4871
|
prefetch?: boolean | undefined;
|
|
4827
4872
|
$ref?: string | undefined;
|
|
4828
4873
|
title?: string | undefined;
|
|
4829
|
-
id?: string | undefined;
|
|
4830
4874
|
disabled?: boolean | undefined;
|
|
4831
4875
|
$id?: string | undefined;
|
|
4876
|
+
id?: string | undefined;
|
|
4832
4877
|
exit?: boolean | undefined;
|
|
4833
4878
|
result?: JsonElement | undefined;
|
|
4834
4879
|
data?: JsonElement | undefined;
|
|
@@ -5104,9 +5149,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5104
5149
|
prefetch?: boolean | undefined;
|
|
5105
5150
|
$ref?: string | undefined;
|
|
5106
5151
|
title?: string | undefined;
|
|
5107
|
-
id?: string | undefined;
|
|
5108
5152
|
disabled?: boolean | undefined;
|
|
5109
5153
|
$id?: string | undefined;
|
|
5154
|
+
id?: string | undefined;
|
|
5110
5155
|
exit?: boolean | undefined;
|
|
5111
5156
|
result?: JsonElement | undefined;
|
|
5112
5157
|
data?: JsonElement | undefined;
|
|
@@ -5193,9 +5238,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5193
5238
|
prefetch?: boolean | undefined;
|
|
5194
5239
|
$ref?: string | undefined;
|
|
5195
5240
|
title?: string | undefined;
|
|
5196
|
-
id?: string | undefined;
|
|
5197
5241
|
disabled?: boolean | undefined;
|
|
5198
5242
|
$id?: string | undefined;
|
|
5243
|
+
id?: string | undefined;
|
|
5199
5244
|
exit?: boolean | undefined;
|
|
5200
5245
|
result?: JsonElement | undefined;
|
|
5201
5246
|
data?: JsonElement | undefined;
|
|
@@ -5253,14 +5298,8 @@ export declare const decisionLayoutOptionSchema: z.ZodSchema<DecisionLayoutOptio
|
|
|
5253
5298
|
export declare const sectionLayoutCallToActionSchema: z.ZodSchema<SectionLayoutCallToAction>;
|
|
5254
5299
|
export declare const statusListLayoutSchema: z.ZodSchema<StatusListLayout>;
|
|
5255
5300
|
export declare const statusListLayoutItemSchema: z.ZodSchema<StatusListLayoutItem>;
|
|
5256
|
-
export declare const collectionLayoutSchema: z.ZodSchema<CollectionLayout>;
|
|
5257
|
-
export declare const collectionStateSchema: z.ZodSchema<CollectionState>;
|
|
5258
|
-
export declare const collectionSectionSchema: z.ZodSchema<CollectionSection>;
|
|
5259
|
-
export declare const collectionCallToActionSchema: z.ZodSchema<CollectionCallToAction>;
|
|
5260
|
-
export declare const collectionItemSchema: z.ZodSchema<CollectionItem>;
|
|
5261
|
-
export declare const collectionResponseSchema: z.ZodSchema<CollectionResponse>;
|
|
5262
|
-
export declare const layoutSchema: z.ZodSchema<Layout>;
|
|
5263
5301
|
export declare const sectionLayoutSchema: z.ZodSchema<SectionLayout>;
|
|
5302
|
+
export declare const layoutSchema: z.ZodSchema<Layout>;
|
|
5264
5303
|
export declare const itemCallToActionSchema: z.ZodSchema<ItemCallToAction>;
|
|
5265
5304
|
export declare const searchLayoutSchema: z.ZodSchema<SearchLayout>;
|
|
5266
5305
|
export declare const searchInitialStateSchema: z.ZodSchema<SearchInitialState>;
|