@wise/dynamic-flow-types 4.14.0-experimental-a850677 → 4.14.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/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 +1 -0
- package/build/spec/feature/ActionBehavior.d.ts.map +1 -1
- package/build/spec/feature/CopyBehavior.d.ts +1 -0
- package/build/spec/feature/CopyBehavior.d.ts.map +1 -1
- package/build/spec/feature/DismissBehavior.d.ts +1 -0
- package/build/spec/feature/DismissBehavior.d.ts.map +1 -1
- package/build/spec/feature/External.d.ts +1 -1
- package/build/spec/feature/LinkBehavior.d.ts +1 -0
- package/build/spec/feature/LinkBehavior.d.ts.map +1 -1
- package/build/spec/feature/ModalBehavior.d.ts +1 -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 +1 -0
- package/build/spec/feature/RefreshBehavior.d.ts.map +1 -1
- package/build/spec/feature/SubflowBehavior.d.ts +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 +3 -2
- package/build/spec/feature/subflow/LaunchConfig.d.ts.map +1 -1
- package/build/spec/feature/subflow/NativeLaunchConfig.d.ts +22 -0
- package/build/spec/feature/subflow/NativeLaunchConfig.d.ts.map +1 -0
- package/build/spec/index.d.ts +0 -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 +11 -89
- package/build/spec/main.mjs +11 -89
- 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 +14 -1
- package/build/spec/step/Step.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/zod/schemas.d.ts +85 -120
- package/build/zod/schemas.d.ts.map +1 -1
- package/build/zod/schemas.ts +7 -98
- package/package.json +1 -1
- package/build/renderers/CollectionRendererProps.d.ts +0 -59
- package/build/renderers/CollectionRendererProps.d.ts.map +0 -1
- package/build/spec/layout/CollectionLayout.d.ts +0 -85
- 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>;
|
|
@@ -408,60 +408,6 @@ export declare const imageLayoutSchema: z.ZodObject<{
|
|
|
408
408
|
align?: "left" | "right" | "center" | undefined;
|
|
409
409
|
}>;
|
|
410
410
|
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
411
|
export declare const instructionsLayoutItemSchema: z.ZodObject<{
|
|
466
412
|
text: z.ZodString;
|
|
467
413
|
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">]>;
|
|
@@ -1501,9 +1447,9 @@ export declare const actionSchema: z.ZodObject<{
|
|
|
1501
1447
|
prefetch?: boolean | undefined;
|
|
1502
1448
|
$ref?: string | undefined;
|
|
1503
1449
|
title?: string | undefined;
|
|
1504
|
-
id?: string | undefined;
|
|
1505
1450
|
disabled?: boolean | undefined;
|
|
1506
1451
|
$id?: string | undefined;
|
|
1452
|
+
id?: string | undefined;
|
|
1507
1453
|
exit?: boolean | undefined;
|
|
1508
1454
|
result?: JsonElement | undefined;
|
|
1509
1455
|
data?: JsonElement | undefined;
|
|
@@ -1516,9 +1462,9 @@ export declare const actionSchema: z.ZodObject<{
|
|
|
1516
1462
|
prefetch?: boolean | undefined;
|
|
1517
1463
|
$ref?: string | undefined;
|
|
1518
1464
|
title?: string | undefined;
|
|
1519
|
-
id?: string | undefined;
|
|
1520
1465
|
disabled?: boolean | undefined;
|
|
1521
1466
|
$id?: string | undefined;
|
|
1467
|
+
id?: string | undefined;
|
|
1522
1468
|
exit?: boolean | undefined;
|
|
1523
1469
|
result?: JsonElement | undefined;
|
|
1524
1470
|
data?: JsonElement | undefined;
|
|
@@ -1732,6 +1678,19 @@ export declare const pushPresentationSchema: z.ZodObject<{
|
|
|
1732
1678
|
}, {
|
|
1733
1679
|
type: "push";
|
|
1734
1680
|
}>;
|
|
1681
|
+
export declare const nativeLaunchConfigSchema: z.ZodObject<{
|
|
1682
|
+
type: z.ZodLiteral<"native">;
|
|
1683
|
+
id: z.ZodString;
|
|
1684
|
+
payload: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
1685
|
+
}, "strip", z.ZodTypeAny, {
|
|
1686
|
+
type: "native";
|
|
1687
|
+
id: string;
|
|
1688
|
+
payload?: JsonElement | undefined;
|
|
1689
|
+
}, {
|
|
1690
|
+
type: "native";
|
|
1691
|
+
id: string;
|
|
1692
|
+
payload?: JsonElement | undefined;
|
|
1693
|
+
}>;
|
|
1735
1694
|
export declare const linkBehaviorSchema: z.ZodObject<{
|
|
1736
1695
|
type: z.ZodLiteral<"link">;
|
|
1737
1696
|
url: z.ZodString;
|
|
@@ -1773,9 +1732,9 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
|
1773
1732
|
prefetch?: boolean | undefined;
|
|
1774
1733
|
$ref?: string | undefined;
|
|
1775
1734
|
title?: string | undefined;
|
|
1776
|
-
id?: string | undefined;
|
|
1777
1735
|
disabled?: boolean | undefined;
|
|
1778
1736
|
$id?: string | undefined;
|
|
1737
|
+
id?: string | undefined;
|
|
1779
1738
|
exit?: boolean | undefined;
|
|
1780
1739
|
result?: JsonElement | undefined;
|
|
1781
1740
|
data?: JsonElement | undefined;
|
|
@@ -1788,9 +1747,9 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
|
1788
1747
|
prefetch?: boolean | undefined;
|
|
1789
1748
|
$ref?: string | undefined;
|
|
1790
1749
|
title?: string | undefined;
|
|
1791
|
-
id?: string | undefined;
|
|
1792
1750
|
disabled?: boolean | undefined;
|
|
1793
1751
|
$id?: string | undefined;
|
|
1752
|
+
id?: string | undefined;
|
|
1794
1753
|
exit?: boolean | undefined;
|
|
1795
1754
|
result?: JsonElement | undefined;
|
|
1796
1755
|
data?: JsonElement | undefined;
|
|
@@ -1805,9 +1764,9 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
|
1805
1764
|
prefetch?: boolean | undefined;
|
|
1806
1765
|
$ref?: string | undefined;
|
|
1807
1766
|
title?: string | undefined;
|
|
1808
|
-
id?: string | undefined;
|
|
1809
1767
|
disabled?: boolean | undefined;
|
|
1810
1768
|
$id?: string | undefined;
|
|
1769
|
+
id?: string | undefined;
|
|
1811
1770
|
exit?: boolean | undefined;
|
|
1812
1771
|
result?: JsonElement | undefined;
|
|
1813
1772
|
data?: JsonElement | undefined;
|
|
@@ -1823,9 +1782,9 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
|
|
|
1823
1782
|
prefetch?: boolean | undefined;
|
|
1824
1783
|
$ref?: string | undefined;
|
|
1825
1784
|
title?: string | undefined;
|
|
1826
|
-
id?: string | undefined;
|
|
1827
1785
|
disabled?: boolean | undefined;
|
|
1828
1786
|
$id?: string | undefined;
|
|
1787
|
+
id?: string | undefined;
|
|
1829
1788
|
exit?: boolean | undefined;
|
|
1830
1789
|
result?: JsonElement | undefined;
|
|
1831
1790
|
data?: JsonElement | undefined;
|
|
@@ -1865,9 +1824,9 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1865
1824
|
prefetch?: boolean | undefined;
|
|
1866
1825
|
$ref?: string | undefined;
|
|
1867
1826
|
title?: string | undefined;
|
|
1868
|
-
id?: string | undefined;
|
|
1869
1827
|
disabled?: boolean | undefined;
|
|
1870
1828
|
$id?: string | undefined;
|
|
1829
|
+
id?: string | undefined;
|
|
1871
1830
|
exit?: boolean | undefined;
|
|
1872
1831
|
result?: JsonElement | undefined;
|
|
1873
1832
|
data?: JsonElement | undefined;
|
|
@@ -1880,9 +1839,9 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1880
1839
|
prefetch?: boolean | undefined;
|
|
1881
1840
|
$ref?: string | undefined;
|
|
1882
1841
|
title?: string | undefined;
|
|
1883
|
-
id?: string | undefined;
|
|
1884
1842
|
disabled?: boolean | undefined;
|
|
1885
1843
|
$id?: string | undefined;
|
|
1844
|
+
id?: string | undefined;
|
|
1886
1845
|
exit?: boolean | undefined;
|
|
1887
1846
|
result?: JsonElement | undefined;
|
|
1888
1847
|
data?: JsonElement | undefined;
|
|
@@ -1897,9 +1856,9 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1897
1856
|
prefetch?: boolean | undefined;
|
|
1898
1857
|
$ref?: string | undefined;
|
|
1899
1858
|
title?: string | undefined;
|
|
1900
|
-
id?: string | undefined;
|
|
1901
1859
|
disabled?: boolean | undefined;
|
|
1902
1860
|
$id?: string | undefined;
|
|
1861
|
+
id?: string | undefined;
|
|
1903
1862
|
exit?: boolean | undefined;
|
|
1904
1863
|
result?: JsonElement | undefined;
|
|
1905
1864
|
data?: JsonElement | undefined;
|
|
@@ -1915,9 +1874,9 @@ export declare const actionBehaviorSchema: z.ZodObject<{
|
|
|
1915
1874
|
prefetch?: boolean | undefined;
|
|
1916
1875
|
$ref?: string | undefined;
|
|
1917
1876
|
title?: string | undefined;
|
|
1918
|
-
id?: string | undefined;
|
|
1919
1877
|
disabled?: boolean | undefined;
|
|
1920
1878
|
$id?: string | undefined;
|
|
1879
|
+
id?: string | undefined;
|
|
1921
1880
|
exit?: boolean | undefined;
|
|
1922
1881
|
result?: JsonElement | undefined;
|
|
1923
1882
|
data?: JsonElement | undefined;
|
|
@@ -1949,9 +1908,9 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
1949
1908
|
prefetch?: boolean | undefined;
|
|
1950
1909
|
$ref?: string | undefined;
|
|
1951
1910
|
title?: string | undefined;
|
|
1952
|
-
id?: string | undefined;
|
|
1953
1911
|
disabled?: boolean | undefined;
|
|
1954
1912
|
$id?: string | undefined;
|
|
1913
|
+
id?: string | undefined;
|
|
1955
1914
|
exit?: boolean | undefined;
|
|
1956
1915
|
result?: JsonElement | undefined;
|
|
1957
1916
|
data?: JsonElement | undefined;
|
|
@@ -1964,9 +1923,9 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
1964
1923
|
prefetch?: boolean | undefined;
|
|
1965
1924
|
$ref?: string | undefined;
|
|
1966
1925
|
title?: string | undefined;
|
|
1967
|
-
id?: string | undefined;
|
|
1968
1926
|
disabled?: boolean | undefined;
|
|
1969
1927
|
$id?: string | undefined;
|
|
1928
|
+
id?: string | undefined;
|
|
1970
1929
|
exit?: boolean | undefined;
|
|
1971
1930
|
result?: JsonElement | undefined;
|
|
1972
1931
|
data?: JsonElement | undefined;
|
|
@@ -1991,9 +1950,9 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
1991
1950
|
prefetch?: boolean | undefined;
|
|
1992
1951
|
$ref?: string | undefined;
|
|
1993
1952
|
title?: string | undefined;
|
|
1994
|
-
id?: string | undefined;
|
|
1995
1953
|
disabled?: boolean | undefined;
|
|
1996
1954
|
$id?: string | undefined;
|
|
1955
|
+
id?: string | undefined;
|
|
1997
1956
|
exit?: boolean | undefined;
|
|
1998
1957
|
result?: JsonElement | undefined;
|
|
1999
1958
|
data?: JsonElement | undefined;
|
|
@@ -2011,9 +1970,9 @@ export declare const containerBehaviorSchema: z.ZodObject<{
|
|
|
2011
1970
|
prefetch?: boolean | undefined;
|
|
2012
1971
|
$ref?: string | undefined;
|
|
2013
1972
|
title?: string | undefined;
|
|
2014
|
-
id?: string | undefined;
|
|
2015
1973
|
disabled?: boolean | undefined;
|
|
2016
1974
|
$id?: string | undefined;
|
|
1975
|
+
id?: string | undefined;
|
|
2017
1976
|
exit?: boolean | undefined;
|
|
2018
1977
|
result?: JsonElement | undefined;
|
|
2019
1978
|
data?: JsonElement | undefined;
|
|
@@ -2319,9 +2278,9 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2319
2278
|
prefetch?: boolean | undefined;
|
|
2320
2279
|
$ref?: string | undefined;
|
|
2321
2280
|
title?: string | undefined;
|
|
2322
|
-
id?: string | undefined;
|
|
2323
2281
|
disabled?: boolean | undefined;
|
|
2324
2282
|
$id?: string | undefined;
|
|
2283
|
+
id?: string | undefined;
|
|
2325
2284
|
exit?: boolean | undefined;
|
|
2326
2285
|
result?: JsonElement | undefined;
|
|
2327
2286
|
data?: JsonElement | undefined;
|
|
@@ -2334,9 +2293,9 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2334
2293
|
prefetch?: boolean | undefined;
|
|
2335
2294
|
$ref?: string | undefined;
|
|
2336
2295
|
title?: string | undefined;
|
|
2337
|
-
id?: string | undefined;
|
|
2338
2296
|
disabled?: boolean | undefined;
|
|
2339
2297
|
$id?: string | undefined;
|
|
2298
|
+
id?: string | undefined;
|
|
2340
2299
|
exit?: boolean | undefined;
|
|
2341
2300
|
result?: JsonElement | undefined;
|
|
2342
2301
|
data?: JsonElement | undefined;
|
|
@@ -2416,9 +2375,9 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2416
2375
|
prefetch?: boolean | undefined;
|
|
2417
2376
|
$ref?: string | undefined;
|
|
2418
2377
|
title?: string | undefined;
|
|
2419
|
-
id?: string | undefined;
|
|
2420
2378
|
disabled?: boolean | undefined;
|
|
2421
2379
|
$id?: string | undefined;
|
|
2380
|
+
id?: string | undefined;
|
|
2422
2381
|
exit?: boolean | undefined;
|
|
2423
2382
|
result?: JsonElement | undefined;
|
|
2424
2383
|
data?: JsonElement | undefined;
|
|
@@ -2464,9 +2423,9 @@ export declare const searchResultActionSchema: z.ZodObject<{
|
|
|
2464
2423
|
prefetch?: boolean | undefined;
|
|
2465
2424
|
$ref?: string | undefined;
|
|
2466
2425
|
title?: string | undefined;
|
|
2467
|
-
id?: string | undefined;
|
|
2468
2426
|
disabled?: boolean | undefined;
|
|
2469
2427
|
$id?: string | undefined;
|
|
2428
|
+
id?: string | undefined;
|
|
2470
2429
|
exit?: boolean | undefined;
|
|
2471
2430
|
result?: JsonElement | undefined;
|
|
2472
2431
|
data?: JsonElement | undefined;
|
|
@@ -2560,9 +2519,9 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2560
2519
|
prefetch?: boolean | undefined;
|
|
2561
2520
|
$ref?: string | undefined;
|
|
2562
2521
|
title?: string | undefined;
|
|
2563
|
-
id?: string | undefined;
|
|
2564
2522
|
disabled?: boolean | undefined;
|
|
2565
2523
|
$id?: string | undefined;
|
|
2524
|
+
id?: string | undefined;
|
|
2566
2525
|
exit?: boolean | undefined;
|
|
2567
2526
|
result?: JsonElement | undefined;
|
|
2568
2527
|
data?: JsonElement | undefined;
|
|
@@ -2575,9 +2534,9 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2575
2534
|
prefetch?: boolean | undefined;
|
|
2576
2535
|
$ref?: string | undefined;
|
|
2577
2536
|
title?: string | undefined;
|
|
2578
|
-
id?: string | undefined;
|
|
2579
2537
|
disabled?: boolean | undefined;
|
|
2580
2538
|
$id?: string | undefined;
|
|
2539
|
+
id?: string | undefined;
|
|
2581
2540
|
exit?: boolean | undefined;
|
|
2582
2541
|
result?: JsonElement | undefined;
|
|
2583
2542
|
data?: JsonElement | undefined;
|
|
@@ -2657,9 +2616,9 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2657
2616
|
prefetch?: boolean | undefined;
|
|
2658
2617
|
$ref?: string | undefined;
|
|
2659
2618
|
title?: string | undefined;
|
|
2660
|
-
id?: string | undefined;
|
|
2661
2619
|
disabled?: boolean | undefined;
|
|
2662
2620
|
$id?: string | undefined;
|
|
2621
|
+
id?: string | undefined;
|
|
2663
2622
|
exit?: boolean | undefined;
|
|
2664
2623
|
result?: JsonElement | undefined;
|
|
2665
2624
|
data?: JsonElement | undefined;
|
|
@@ -2705,9 +2664,9 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2705
2664
|
prefetch?: boolean | undefined;
|
|
2706
2665
|
$ref?: string | undefined;
|
|
2707
2666
|
title?: string | undefined;
|
|
2708
|
-
id?: string | undefined;
|
|
2709
2667
|
disabled?: boolean | undefined;
|
|
2710
2668
|
$id?: string | undefined;
|
|
2669
|
+
id?: string | undefined;
|
|
2711
2670
|
exit?: boolean | undefined;
|
|
2712
2671
|
result?: JsonElement | undefined;
|
|
2713
2672
|
data?: JsonElement | undefined;
|
|
@@ -2959,9 +2918,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
|
|
|
2959
2918
|
prefetch?: boolean | undefined;
|
|
2960
2919
|
$ref?: string | undefined;
|
|
2961
2920
|
title?: string | undefined;
|
|
2962
|
-
id?: string | undefined;
|
|
2963
2921
|
disabled?: boolean | undefined;
|
|
2964
2922
|
$id?: string | undefined;
|
|
2923
|
+
id?: string | undefined;
|
|
2965
2924
|
exit?: boolean | undefined;
|
|
2966
2925
|
result?: JsonElement | undefined;
|
|
2967
2926
|
data?: JsonElement | undefined;
|
|
@@ -2974,9 +2933,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
|
|
|
2974
2933
|
prefetch?: boolean | undefined;
|
|
2975
2934
|
$ref?: string | undefined;
|
|
2976
2935
|
title?: string | undefined;
|
|
2977
|
-
id?: string | undefined;
|
|
2978
2936
|
disabled?: boolean | undefined;
|
|
2979
2937
|
$id?: string | undefined;
|
|
2938
|
+
id?: string | undefined;
|
|
2980
2939
|
exit?: boolean | undefined;
|
|
2981
2940
|
result?: JsonElement | undefined;
|
|
2982
2941
|
data?: JsonElement | undefined;
|
|
@@ -2991,9 +2950,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
|
|
|
2991
2950
|
prefetch?: boolean | undefined;
|
|
2992
2951
|
$ref?: string | undefined;
|
|
2993
2952
|
title?: string | undefined;
|
|
2994
|
-
id?: string | undefined;
|
|
2995
2953
|
disabled?: boolean | undefined;
|
|
2996
2954
|
$id?: string | undefined;
|
|
2955
|
+
id?: string | undefined;
|
|
2997
2956
|
exit?: boolean | undefined;
|
|
2998
2957
|
result?: JsonElement | undefined;
|
|
2999
2958
|
data?: JsonElement | undefined;
|
|
@@ -3008,9 +2967,9 @@ export declare const actionResponseBodySchema: z.ZodObject<{
|
|
|
3008
2967
|
prefetch?: boolean | undefined;
|
|
3009
2968
|
$ref?: string | undefined;
|
|
3010
2969
|
title?: string | undefined;
|
|
3011
|
-
id?: string | undefined;
|
|
3012
2970
|
disabled?: boolean | undefined;
|
|
3013
2971
|
$id?: string | undefined;
|
|
2972
|
+
id?: string | undefined;
|
|
3014
2973
|
exit?: boolean | undefined;
|
|
3015
2974
|
result?: JsonElement | undefined;
|
|
3016
2975
|
data?: JsonElement | undefined;
|
|
@@ -3043,9 +3002,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3043
3002
|
prefetch?: boolean | undefined;
|
|
3044
3003
|
$ref?: string | undefined;
|
|
3045
3004
|
title?: string | undefined;
|
|
3046
|
-
id?: string | undefined;
|
|
3047
3005
|
disabled?: boolean | undefined;
|
|
3048
3006
|
$id?: string | undefined;
|
|
3007
|
+
id?: string | undefined;
|
|
3049
3008
|
exit?: boolean | undefined;
|
|
3050
3009
|
result?: JsonElement | undefined;
|
|
3051
3010
|
data?: JsonElement | undefined;
|
|
@@ -3058,9 +3017,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3058
3017
|
prefetch?: boolean | undefined;
|
|
3059
3018
|
$ref?: string | undefined;
|
|
3060
3019
|
title?: string | undefined;
|
|
3061
|
-
id?: string | undefined;
|
|
3062
3020
|
disabled?: boolean | undefined;
|
|
3063
3021
|
$id?: string | undefined;
|
|
3022
|
+
id?: string | undefined;
|
|
3064
3023
|
exit?: boolean | undefined;
|
|
3065
3024
|
result?: JsonElement | undefined;
|
|
3066
3025
|
data?: JsonElement | undefined;
|
|
@@ -3075,9 +3034,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3075
3034
|
prefetch?: boolean | undefined;
|
|
3076
3035
|
$ref?: string | undefined;
|
|
3077
3036
|
title?: string | undefined;
|
|
3078
|
-
id?: string | undefined;
|
|
3079
3037
|
disabled?: boolean | undefined;
|
|
3080
3038
|
$id?: string | undefined;
|
|
3039
|
+
id?: string | undefined;
|
|
3081
3040
|
exit?: boolean | undefined;
|
|
3082
3041
|
result?: JsonElement | undefined;
|
|
3083
3042
|
data?: JsonElement | undefined;
|
|
@@ -3093,9 +3052,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3093
3052
|
prefetch?: boolean | undefined;
|
|
3094
3053
|
$ref?: string | undefined;
|
|
3095
3054
|
title?: string | undefined;
|
|
3096
|
-
id?: string | undefined;
|
|
3097
3055
|
disabled?: boolean | undefined;
|
|
3098
3056
|
$id?: string | undefined;
|
|
3057
|
+
id?: string | undefined;
|
|
3099
3058
|
exit?: boolean | undefined;
|
|
3100
3059
|
result?: JsonElement | undefined;
|
|
3101
3060
|
data?: JsonElement | undefined;
|
|
@@ -3128,9 +3087,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3128
3087
|
prefetch?: boolean | undefined;
|
|
3129
3088
|
$ref?: string | undefined;
|
|
3130
3089
|
title?: string | undefined;
|
|
3131
|
-
id?: string | undefined;
|
|
3132
3090
|
disabled?: boolean | undefined;
|
|
3133
3091
|
$id?: string | undefined;
|
|
3092
|
+
id?: string | undefined;
|
|
3134
3093
|
exit?: boolean | undefined;
|
|
3135
3094
|
result?: JsonElement | undefined;
|
|
3136
3095
|
data?: JsonElement | undefined;
|
|
@@ -3143,9 +3102,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3143
3102
|
prefetch?: boolean | undefined;
|
|
3144
3103
|
$ref?: string | undefined;
|
|
3145
3104
|
title?: string | undefined;
|
|
3146
|
-
id?: string | undefined;
|
|
3147
3105
|
disabled?: boolean | undefined;
|
|
3148
3106
|
$id?: string | undefined;
|
|
3107
|
+
id?: string | undefined;
|
|
3149
3108
|
exit?: boolean | undefined;
|
|
3150
3109
|
result?: JsonElement | undefined;
|
|
3151
3110
|
data?: JsonElement | undefined;
|
|
@@ -3160,9 +3119,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3160
3119
|
prefetch?: boolean | undefined;
|
|
3161
3120
|
$ref?: string | undefined;
|
|
3162
3121
|
title?: string | undefined;
|
|
3163
|
-
id?: string | undefined;
|
|
3164
3122
|
disabled?: boolean | undefined;
|
|
3165
3123
|
$id?: string | undefined;
|
|
3124
|
+
id?: string | undefined;
|
|
3166
3125
|
exit?: boolean | undefined;
|
|
3167
3126
|
result?: JsonElement | undefined;
|
|
3168
3127
|
data?: JsonElement | undefined;
|
|
@@ -3178,9 +3137,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3178
3137
|
prefetch?: boolean | undefined;
|
|
3179
3138
|
$ref?: string | undefined;
|
|
3180
3139
|
title?: string | undefined;
|
|
3181
|
-
id?: string | undefined;
|
|
3182
3140
|
disabled?: boolean | undefined;
|
|
3183
3141
|
$id?: string | undefined;
|
|
3142
|
+
id?: string | undefined;
|
|
3184
3143
|
exit?: boolean | undefined;
|
|
3185
3144
|
result?: JsonElement | undefined;
|
|
3186
3145
|
data?: JsonElement | undefined;
|
|
@@ -3199,9 +3158,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3199
3158
|
prefetch?: boolean | undefined;
|
|
3200
3159
|
$ref?: string | undefined;
|
|
3201
3160
|
title?: string | undefined;
|
|
3202
|
-
id?: string | undefined;
|
|
3203
3161
|
disabled?: boolean | undefined;
|
|
3204
3162
|
$id?: string | undefined;
|
|
3163
|
+
id?: string | undefined;
|
|
3205
3164
|
exit?: boolean | undefined;
|
|
3206
3165
|
result?: JsonElement | undefined;
|
|
3207
3166
|
data?: JsonElement | undefined;
|
|
@@ -3218,9 +3177,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3218
3177
|
prefetch?: boolean | undefined;
|
|
3219
3178
|
$ref?: string | undefined;
|
|
3220
3179
|
title?: string | undefined;
|
|
3221
|
-
id?: string | undefined;
|
|
3222
3180
|
disabled?: boolean | undefined;
|
|
3223
3181
|
$id?: string | undefined;
|
|
3182
|
+
id?: string | undefined;
|
|
3224
3183
|
exit?: boolean | undefined;
|
|
3225
3184
|
result?: JsonElement | undefined;
|
|
3226
3185
|
data?: JsonElement | undefined;
|
|
@@ -3239,9 +3198,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3239
3198
|
prefetch?: boolean | undefined;
|
|
3240
3199
|
$ref?: string | undefined;
|
|
3241
3200
|
title?: string | undefined;
|
|
3242
|
-
id?: string | undefined;
|
|
3243
3201
|
disabled?: boolean | undefined;
|
|
3244
3202
|
$id?: string | undefined;
|
|
3203
|
+
id?: string | undefined;
|
|
3245
3204
|
exit?: boolean | undefined;
|
|
3246
3205
|
result?: JsonElement | undefined;
|
|
3247
3206
|
data?: JsonElement | undefined;
|
|
@@ -3258,9 +3217,9 @@ export declare const navigationSchema: z.ZodObject<{
|
|
|
3258
3217
|
prefetch?: boolean | undefined;
|
|
3259
3218
|
$ref?: string | undefined;
|
|
3260
3219
|
title?: string | undefined;
|
|
3261
|
-
id?: string | undefined;
|
|
3262
3220
|
disabled?: boolean | undefined;
|
|
3263
3221
|
$id?: string | undefined;
|
|
3222
|
+
id?: string | undefined;
|
|
3264
3223
|
exit?: boolean | undefined;
|
|
3265
3224
|
result?: JsonElement | undefined;
|
|
3266
3225
|
data?: JsonElement | undefined;
|
|
@@ -3342,7 +3301,7 @@ export declare const dynamicLaunchConfigSchema: z.ZodObject<{
|
|
|
3342
3301
|
type: "push";
|
|
3343
3302
|
};
|
|
3344
3303
|
}>;
|
|
3345
|
-
export declare const launchConfigSchema: z.ZodObject<{
|
|
3304
|
+
export declare const launchConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
3346
3305
|
type: z.ZodLiteral<"dynamic">;
|
|
3347
3306
|
request: z.ZodObject<{
|
|
3348
3307
|
url: z.ZodString;
|
|
@@ -3399,7 +3358,19 @@ export declare const launchConfigSchema: z.ZodObject<{
|
|
|
3399
3358
|
} | {
|
|
3400
3359
|
type: "push";
|
|
3401
3360
|
};
|
|
3402
|
-
}
|
|
3361
|
+
}>, z.ZodObject<{
|
|
3362
|
+
type: z.ZodLiteral<"native">;
|
|
3363
|
+
id: z.ZodString;
|
|
3364
|
+
payload: z.ZodOptional<z.ZodType<JsonElement, z.ZodTypeDef, JsonElement>>;
|
|
3365
|
+
}, "strip", z.ZodTypeAny, {
|
|
3366
|
+
type: "native";
|
|
3367
|
+
id: string;
|
|
3368
|
+
payload?: JsonElement | undefined;
|
|
3369
|
+
}, {
|
|
3370
|
+
type: "native";
|
|
3371
|
+
id: string;
|
|
3372
|
+
payload?: JsonElement | undefined;
|
|
3373
|
+
}>]>;
|
|
3403
3374
|
export declare const searchResponseBodySchema: z.ZodObject<{
|
|
3404
3375
|
type: z.ZodOptional<z.ZodLiteral<"results">>;
|
|
3405
3376
|
results: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -3457,9 +3428,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3457
3428
|
prefetch?: boolean | undefined;
|
|
3458
3429
|
$ref?: string | undefined;
|
|
3459
3430
|
title?: string | undefined;
|
|
3460
|
-
id?: string | undefined;
|
|
3461
3431
|
disabled?: boolean | undefined;
|
|
3462
3432
|
$id?: string | undefined;
|
|
3433
|
+
id?: string | undefined;
|
|
3463
3434
|
exit?: boolean | undefined;
|
|
3464
3435
|
result?: JsonElement | undefined;
|
|
3465
3436
|
data?: JsonElement | undefined;
|
|
@@ -3472,9 +3443,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3472
3443
|
prefetch?: boolean | undefined;
|
|
3473
3444
|
$ref?: string | undefined;
|
|
3474
3445
|
title?: string | undefined;
|
|
3475
|
-
id?: string | undefined;
|
|
3476
3446
|
disabled?: boolean | undefined;
|
|
3477
3447
|
$id?: string | undefined;
|
|
3448
|
+
id?: string | undefined;
|
|
3478
3449
|
exit?: boolean | undefined;
|
|
3479
3450
|
result?: JsonElement | undefined;
|
|
3480
3451
|
data?: JsonElement | undefined;
|
|
@@ -3554,9 +3525,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3554
3525
|
prefetch?: boolean | undefined;
|
|
3555
3526
|
$ref?: string | undefined;
|
|
3556
3527
|
title?: string | undefined;
|
|
3557
|
-
id?: string | undefined;
|
|
3558
3528
|
disabled?: boolean | undefined;
|
|
3559
3529
|
$id?: string | undefined;
|
|
3530
|
+
id?: string | undefined;
|
|
3560
3531
|
exit?: boolean | undefined;
|
|
3561
3532
|
result?: JsonElement | undefined;
|
|
3562
3533
|
data?: JsonElement | undefined;
|
|
@@ -3602,9 +3573,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3602
3573
|
prefetch?: boolean | undefined;
|
|
3603
3574
|
$ref?: string | undefined;
|
|
3604
3575
|
title?: string | undefined;
|
|
3605
|
-
id?: string | undefined;
|
|
3606
3576
|
disabled?: boolean | undefined;
|
|
3607
3577
|
$id?: string | undefined;
|
|
3578
|
+
id?: string | undefined;
|
|
3608
3579
|
exit?: boolean | undefined;
|
|
3609
3580
|
result?: JsonElement | undefined;
|
|
3610
3581
|
data?: JsonElement | undefined;
|
|
@@ -3880,9 +3851,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3880
3851
|
prefetch?: boolean | undefined;
|
|
3881
3852
|
$ref?: string | undefined;
|
|
3882
3853
|
title?: string | undefined;
|
|
3883
|
-
id?: string | undefined;
|
|
3884
3854
|
disabled?: boolean | undefined;
|
|
3885
3855
|
$id?: string | undefined;
|
|
3856
|
+
id?: string | undefined;
|
|
3886
3857
|
exit?: boolean | undefined;
|
|
3887
3858
|
result?: JsonElement | undefined;
|
|
3888
3859
|
data?: JsonElement | undefined;
|
|
@@ -3969,9 +3940,9 @@ export declare const searchResponseBodySchema: z.ZodObject<{
|
|
|
3969
3940
|
prefetch?: boolean | undefined;
|
|
3970
3941
|
$ref?: string | undefined;
|
|
3971
3942
|
title?: string | undefined;
|
|
3972
|
-
id?: string | undefined;
|
|
3973
3943
|
disabled?: boolean | undefined;
|
|
3974
3944
|
$id?: string | undefined;
|
|
3945
|
+
id?: string | undefined;
|
|
3975
3946
|
exit?: boolean | undefined;
|
|
3976
3947
|
result?: JsonElement | undefined;
|
|
3977
3948
|
data?: JsonElement | undefined;
|
|
@@ -4069,9 +4040,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4069
4040
|
prefetch?: boolean | undefined;
|
|
4070
4041
|
$ref?: string | undefined;
|
|
4071
4042
|
title?: string | undefined;
|
|
4072
|
-
id?: string | undefined;
|
|
4073
4043
|
disabled?: boolean | undefined;
|
|
4074
4044
|
$id?: string | undefined;
|
|
4045
|
+
id?: string | undefined;
|
|
4075
4046
|
exit?: boolean | undefined;
|
|
4076
4047
|
result?: JsonElement | undefined;
|
|
4077
4048
|
data?: JsonElement | undefined;
|
|
@@ -4084,9 +4055,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4084
4055
|
prefetch?: boolean | undefined;
|
|
4085
4056
|
$ref?: string | undefined;
|
|
4086
4057
|
title?: string | undefined;
|
|
4087
|
-
id?: string | undefined;
|
|
4088
4058
|
disabled?: boolean | undefined;
|
|
4089
4059
|
$id?: string | undefined;
|
|
4060
|
+
id?: string | undefined;
|
|
4090
4061
|
exit?: boolean | undefined;
|
|
4091
4062
|
result?: JsonElement | undefined;
|
|
4092
4063
|
data?: JsonElement | undefined;
|
|
@@ -4166,9 +4137,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4166
4137
|
prefetch?: boolean | undefined;
|
|
4167
4138
|
$ref?: string | undefined;
|
|
4168
4139
|
title?: string | undefined;
|
|
4169
|
-
id?: string | undefined;
|
|
4170
4140
|
disabled?: boolean | undefined;
|
|
4171
4141
|
$id?: string | undefined;
|
|
4142
|
+
id?: string | undefined;
|
|
4172
4143
|
exit?: boolean | undefined;
|
|
4173
4144
|
result?: JsonElement | undefined;
|
|
4174
4145
|
data?: JsonElement | undefined;
|
|
@@ -4214,9 +4185,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4214
4185
|
prefetch?: boolean | undefined;
|
|
4215
4186
|
$ref?: string | undefined;
|
|
4216
4187
|
title?: string | undefined;
|
|
4217
|
-
id?: string | undefined;
|
|
4218
4188
|
disabled?: boolean | undefined;
|
|
4219
4189
|
$id?: string | undefined;
|
|
4190
|
+
id?: string | undefined;
|
|
4220
4191
|
exit?: boolean | undefined;
|
|
4221
4192
|
result?: JsonElement | undefined;
|
|
4222
4193
|
data?: JsonElement | undefined;
|
|
@@ -4492,9 +4463,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4492
4463
|
prefetch?: boolean | undefined;
|
|
4493
4464
|
$ref?: string | undefined;
|
|
4494
4465
|
title?: string | undefined;
|
|
4495
|
-
id?: string | undefined;
|
|
4496
4466
|
disabled?: boolean | undefined;
|
|
4497
4467
|
$id?: string | undefined;
|
|
4468
|
+
id?: string | undefined;
|
|
4498
4469
|
exit?: boolean | undefined;
|
|
4499
4470
|
result?: JsonElement | undefined;
|
|
4500
4471
|
data?: JsonElement | undefined;
|
|
@@ -4581,9 +4552,9 @@ export declare const searchResultsResponseBodySchema: z.ZodObject<{
|
|
|
4581
4552
|
prefetch?: boolean | undefined;
|
|
4582
4553
|
$ref?: string | undefined;
|
|
4583
4554
|
title?: string | undefined;
|
|
4584
|
-
id?: string | undefined;
|
|
4585
4555
|
disabled?: boolean | undefined;
|
|
4586
4556
|
$id?: string | undefined;
|
|
4557
|
+
id?: string | undefined;
|
|
4587
4558
|
exit?: boolean | undefined;
|
|
4588
4559
|
result?: JsonElement | undefined;
|
|
4589
4560
|
data?: JsonElement | undefined;
|
|
@@ -4681,9 +4652,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4681
4652
|
prefetch?: boolean | undefined;
|
|
4682
4653
|
$ref?: string | undefined;
|
|
4683
4654
|
title?: string | undefined;
|
|
4684
|
-
id?: string | undefined;
|
|
4685
4655
|
disabled?: boolean | undefined;
|
|
4686
4656
|
$id?: string | undefined;
|
|
4657
|
+
id?: string | undefined;
|
|
4687
4658
|
exit?: boolean | undefined;
|
|
4688
4659
|
result?: JsonElement | undefined;
|
|
4689
4660
|
data?: JsonElement | undefined;
|
|
@@ -4696,9 +4667,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4696
4667
|
prefetch?: boolean | undefined;
|
|
4697
4668
|
$ref?: string | undefined;
|
|
4698
4669
|
title?: string | undefined;
|
|
4699
|
-
id?: string | undefined;
|
|
4700
4670
|
disabled?: boolean | undefined;
|
|
4701
4671
|
$id?: string | undefined;
|
|
4672
|
+
id?: string | undefined;
|
|
4702
4673
|
exit?: boolean | undefined;
|
|
4703
4674
|
result?: JsonElement | undefined;
|
|
4704
4675
|
data?: JsonElement | undefined;
|
|
@@ -4778,9 +4749,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4778
4749
|
prefetch?: boolean | undefined;
|
|
4779
4750
|
$ref?: string | undefined;
|
|
4780
4751
|
title?: string | undefined;
|
|
4781
|
-
id?: string | undefined;
|
|
4782
4752
|
disabled?: boolean | undefined;
|
|
4783
4753
|
$id?: string | undefined;
|
|
4754
|
+
id?: string | undefined;
|
|
4784
4755
|
exit?: boolean | undefined;
|
|
4785
4756
|
result?: JsonElement | undefined;
|
|
4786
4757
|
data?: JsonElement | undefined;
|
|
@@ -4826,9 +4797,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
4826
4797
|
prefetch?: boolean | undefined;
|
|
4827
4798
|
$ref?: string | undefined;
|
|
4828
4799
|
title?: string | undefined;
|
|
4829
|
-
id?: string | undefined;
|
|
4830
4800
|
disabled?: boolean | undefined;
|
|
4831
4801
|
$id?: string | undefined;
|
|
4802
|
+
id?: string | undefined;
|
|
4832
4803
|
exit?: boolean | undefined;
|
|
4833
4804
|
result?: JsonElement | undefined;
|
|
4834
4805
|
data?: JsonElement | undefined;
|
|
@@ -5104,9 +5075,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5104
5075
|
prefetch?: boolean | undefined;
|
|
5105
5076
|
$ref?: string | undefined;
|
|
5106
5077
|
title?: string | undefined;
|
|
5107
|
-
id?: string | undefined;
|
|
5108
5078
|
disabled?: boolean | undefined;
|
|
5109
5079
|
$id?: string | undefined;
|
|
5080
|
+
id?: string | undefined;
|
|
5110
5081
|
exit?: boolean | undefined;
|
|
5111
5082
|
result?: JsonElement | undefined;
|
|
5112
5083
|
data?: JsonElement | undefined;
|
|
@@ -5193,9 +5164,9 @@ export declare const searchInitialResultsConfigSchema: z.ZodObject<{
|
|
|
5193
5164
|
prefetch?: boolean | undefined;
|
|
5194
5165
|
$ref?: string | undefined;
|
|
5195
5166
|
title?: string | undefined;
|
|
5196
|
-
id?: string | undefined;
|
|
5197
5167
|
disabled?: boolean | undefined;
|
|
5198
5168
|
$id?: string | undefined;
|
|
5169
|
+
id?: string | undefined;
|
|
5199
5170
|
exit?: boolean | undefined;
|
|
5200
5171
|
result?: JsonElement | undefined;
|
|
5201
5172
|
data?: JsonElement | undefined;
|
|
@@ -5253,14 +5224,8 @@ export declare const decisionLayoutOptionSchema: z.ZodSchema<DecisionLayoutOptio
|
|
|
5253
5224
|
export declare const sectionLayoutCallToActionSchema: z.ZodSchema<SectionLayoutCallToAction>;
|
|
5254
5225
|
export declare const statusListLayoutSchema: z.ZodSchema<StatusListLayout>;
|
|
5255
5226
|
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
5227
|
export declare const sectionLayoutSchema: z.ZodSchema<SectionLayout>;
|
|
5228
|
+
export declare const layoutSchema: z.ZodSchema<Layout>;
|
|
5264
5229
|
export declare const itemCallToActionSchema: z.ZodSchema<ItemCallToAction>;
|
|
5265
5230
|
export declare const searchLayoutSchema: z.ZodSchema<SearchLayout>;
|
|
5266
5231
|
export declare const searchInitialStateSchema: z.ZodSchema<SearchInitialState>;
|