@sprucelabs/heartwood-view-controllers 112.3.29 → 113.0.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/esm/schemas/v2021_02_11/addressInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/autocompleteInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/cards/cardBody.builder.d.ts +72 -72
- package/build/esm/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/cards/cardSection.builder.d.ts +72 -72
- package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/formSection.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/bigForm.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/form.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/input.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/phoneInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/ratingsInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/textInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/toggleInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/layout.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/list.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/listCell.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/lockScreen.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/navigation.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/navigationButton.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/progressNavigator.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/selectInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/skillView.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +96 -96
- package/build/esm/tests/utilities/interactor.js +2 -4
- package/build/esm/tests/utilities/navigationAssert.d.ts +1 -0
- package/build/esm/tests/utilities/navigationAssert.js +1 -1
- package/build/schemas/v2021_02_11/addressInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/autocompleteInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/cards/card.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/cards/cardBody.builder.d.ts +72 -72
- package/build/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/cards/cardSection.builder.d.ts +72 -72
- package/build/schemas/v2021_02_11/dialog.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/formSection.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/bigForm.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/form.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/input.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/phoneInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/ratingsInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/textInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/toggleInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/layout.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/list.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/listCell.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/lockScreen.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/navigation.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/navigationButton.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/progressNavigator.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/selectInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/skillView.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/toolBelt.builder.d.ts +96 -96
- package/build/tests/utilities/interactor.js +35 -4
- package/build/tests/utilities/navigationAssert.d.ts +1 -0
- package/build/tests/utilities/navigationAssert.js +1 -0
- package/package.json +11 -11
|
@@ -1692,8 +1692,8 @@ declare const _default: {
|
|
|
1692
1692
|
hint?: string;
|
|
1693
1693
|
minArrayLength?: number;
|
|
1694
1694
|
isArray: true;
|
|
1695
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1696
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1695
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1696
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1697
1697
|
} | {
|
|
1698
1698
|
isRequired: true;
|
|
1699
1699
|
type: "schema";
|
|
@@ -2085,8 +2085,8 @@ declare const _default: {
|
|
|
2085
2085
|
hint?: string;
|
|
2086
2086
|
minArrayLength?: number;
|
|
2087
2087
|
isArray: true;
|
|
2088
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2089
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2088
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2089
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2090
2090
|
} | {
|
|
2091
2091
|
isRequired: true;
|
|
2092
2092
|
type: "schema";
|
|
@@ -2578,8 +2578,8 @@ declare const _default: {
|
|
|
2578
2578
|
hint?: string;
|
|
2579
2579
|
minArrayLength?: number;
|
|
2580
2580
|
isArray: true;
|
|
2581
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2582
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2581
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2582
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2583
2583
|
} | {
|
|
2584
2584
|
isRequired: true;
|
|
2585
2585
|
type: "schema";
|
|
@@ -2971,8 +2971,8 @@ declare const _default: {
|
|
|
2971
2971
|
hint?: string;
|
|
2972
2972
|
minArrayLength?: number;
|
|
2973
2973
|
isArray: true;
|
|
2974
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2975
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2974
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2975
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2976
2976
|
} | {
|
|
2977
2977
|
isRequired: true;
|
|
2978
2978
|
type: "schema";
|
|
@@ -3487,8 +3487,8 @@ declare const _default: {
|
|
|
3487
3487
|
hint?: string;
|
|
3488
3488
|
minArrayLength?: number;
|
|
3489
3489
|
isArray: true;
|
|
3490
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3491
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3490
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3491
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3492
3492
|
} | {
|
|
3493
3493
|
isRequired: true;
|
|
3494
3494
|
type: "schema";
|
|
@@ -3880,8 +3880,8 @@ declare const _default: {
|
|
|
3880
3880
|
hint?: string;
|
|
3881
3881
|
minArrayLength?: number;
|
|
3882
3882
|
isArray: true;
|
|
3883
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3884
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3883
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3884
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3885
3885
|
} | {
|
|
3886
3886
|
isRequired: true;
|
|
3887
3887
|
type: "schema";
|
|
@@ -4370,8 +4370,8 @@ declare const _default: {
|
|
|
4370
4370
|
hint?: string;
|
|
4371
4371
|
minArrayLength?: number;
|
|
4372
4372
|
isArray: true;
|
|
4373
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4374
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4373
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4374
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4375
4375
|
} | {
|
|
4376
4376
|
isRequired: true;
|
|
4377
4377
|
type: "schema";
|
|
@@ -4763,8 +4763,8 @@ declare const _default: {
|
|
|
4763
4763
|
hint?: string;
|
|
4764
4764
|
minArrayLength?: number;
|
|
4765
4765
|
isArray: true;
|
|
4766
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4767
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4766
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4767
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4768
4768
|
} | {
|
|
4769
4769
|
isRequired: true;
|
|
4770
4770
|
type: "schema";
|
|
@@ -5253,8 +5253,8 @@ declare const _default: {
|
|
|
5253
5253
|
hint?: string;
|
|
5254
5254
|
minArrayLength?: number;
|
|
5255
5255
|
isArray: true;
|
|
5256
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5257
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5256
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5257
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5258
5258
|
} | {
|
|
5259
5259
|
isRequired: true;
|
|
5260
5260
|
type: "schema";
|
|
@@ -5646,8 +5646,8 @@ declare const _default: {
|
|
|
5646
5646
|
hint?: string;
|
|
5647
5647
|
minArrayLength?: number;
|
|
5648
5648
|
isArray: true;
|
|
5649
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5650
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5649
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5650
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5651
5651
|
} | {
|
|
5652
5652
|
isRequired: true;
|
|
5653
5653
|
type: "schema";
|
|
@@ -6177,8 +6177,8 @@ declare const _default: {
|
|
|
6177
6177
|
hint?: string;
|
|
6178
6178
|
minArrayLength?: number;
|
|
6179
6179
|
isArray: true;
|
|
6180
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6181
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6180
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6181
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6182
6182
|
} | {
|
|
6183
6183
|
isRequired: true;
|
|
6184
6184
|
type: "schema";
|
|
@@ -6570,8 +6570,8 @@ declare const _default: {
|
|
|
6570
6570
|
hint?: string;
|
|
6571
6571
|
minArrayLength?: number;
|
|
6572
6572
|
isArray: true;
|
|
6573
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6574
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6573
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6574
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6575
6575
|
} | {
|
|
6576
6576
|
isRequired: true;
|
|
6577
6577
|
type: "schema";
|
|
@@ -8783,8 +8783,8 @@ declare const _default: {
|
|
|
8783
8783
|
hint?: string;
|
|
8784
8784
|
minArrayLength?: number;
|
|
8785
8785
|
isArray: true;
|
|
8786
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8787
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8786
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8787
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8788
8788
|
} | {
|
|
8789
8789
|
isRequired: true;
|
|
8790
8790
|
type: "schema";
|
|
@@ -9176,8 +9176,8 @@ declare const _default: {
|
|
|
9176
9176
|
hint?: string;
|
|
9177
9177
|
minArrayLength?: number;
|
|
9178
9178
|
isArray: true;
|
|
9179
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9180
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9179
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9180
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9181
9181
|
} | {
|
|
9182
9182
|
isRequired: true;
|
|
9183
9183
|
type: "schema";
|
|
@@ -9669,8 +9669,8 @@ declare const _default: {
|
|
|
9669
9669
|
hint?: string;
|
|
9670
9670
|
minArrayLength?: number;
|
|
9671
9671
|
isArray: true;
|
|
9672
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9673
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9672
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9673
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9674
9674
|
} | {
|
|
9675
9675
|
isRequired: true;
|
|
9676
9676
|
type: "schema";
|
|
@@ -10062,8 +10062,8 @@ declare const _default: {
|
|
|
10062
10062
|
hint?: string;
|
|
10063
10063
|
minArrayLength?: number;
|
|
10064
10064
|
isArray: true;
|
|
10065
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10066
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10065
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10066
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10067
10067
|
} | {
|
|
10068
10068
|
isRequired: true;
|
|
10069
10069
|
type: "schema";
|
|
@@ -10578,8 +10578,8 @@ declare const _default: {
|
|
|
10578
10578
|
hint?: string;
|
|
10579
10579
|
minArrayLength?: number;
|
|
10580
10580
|
isArray: true;
|
|
10581
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10582
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10581
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10582
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10583
10583
|
} | {
|
|
10584
10584
|
isRequired: true;
|
|
10585
10585
|
type: "schema";
|
|
@@ -10971,8 +10971,8 @@ declare const _default: {
|
|
|
10971
10971
|
hint?: string;
|
|
10972
10972
|
minArrayLength?: number;
|
|
10973
10973
|
isArray: true;
|
|
10974
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10975
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10974
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10975
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10976
10976
|
} | {
|
|
10977
10977
|
isRequired: true;
|
|
10978
10978
|
type: "schema";
|
|
@@ -11461,8 +11461,8 @@ declare const _default: {
|
|
|
11461
11461
|
hint?: string;
|
|
11462
11462
|
minArrayLength?: number;
|
|
11463
11463
|
isArray: true;
|
|
11464
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11465
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11464
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11465
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11466
11466
|
} | {
|
|
11467
11467
|
isRequired: true;
|
|
11468
11468
|
type: "schema";
|
|
@@ -11854,8 +11854,8 @@ declare const _default: {
|
|
|
11854
11854
|
hint?: string;
|
|
11855
11855
|
minArrayLength?: number;
|
|
11856
11856
|
isArray: true;
|
|
11857
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11858
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11857
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11858
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11859
11859
|
} | {
|
|
11860
11860
|
isRequired: true;
|
|
11861
11861
|
type: "schema";
|
|
@@ -12344,8 +12344,8 @@ declare const _default: {
|
|
|
12344
12344
|
hint?: string;
|
|
12345
12345
|
minArrayLength?: number;
|
|
12346
12346
|
isArray: true;
|
|
12347
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12348
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12347
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12348
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12349
12349
|
} | {
|
|
12350
12350
|
isRequired: true;
|
|
12351
12351
|
type: "schema";
|
|
@@ -12737,8 +12737,8 @@ declare const _default: {
|
|
|
12737
12737
|
hint?: string;
|
|
12738
12738
|
minArrayLength?: number;
|
|
12739
12739
|
isArray: true;
|
|
12740
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12741
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12740
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12741
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12742
12742
|
} | {
|
|
12743
12743
|
isRequired: true;
|
|
12744
12744
|
type: "schema";
|
|
@@ -13268,8 +13268,8 @@ declare const _default: {
|
|
|
13268
13268
|
hint?: string;
|
|
13269
13269
|
minArrayLength?: number;
|
|
13270
13270
|
isArray: true;
|
|
13271
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13272
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13271
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13272
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13273
13273
|
} | {
|
|
13274
13274
|
isRequired: true;
|
|
13275
13275
|
type: "schema";
|
|
@@ -13661,8 +13661,8 @@ declare const _default: {
|
|
|
13661
13661
|
hint?: string;
|
|
13662
13662
|
minArrayLength?: number;
|
|
13663
13663
|
isArray: true;
|
|
13664
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13665
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13664
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13665
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13666
13666
|
} | {
|
|
13667
13667
|
isRequired: true;
|
|
13668
13668
|
type: "schema";
|
|
@@ -15872,8 +15872,8 @@ declare const _default: {
|
|
|
15872
15872
|
hint?: string;
|
|
15873
15873
|
minArrayLength?: number;
|
|
15874
15874
|
isArray: true;
|
|
15875
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15876
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15875
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15876
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15877
15877
|
} | {
|
|
15878
15878
|
isRequired: true;
|
|
15879
15879
|
type: "schema";
|
|
@@ -16265,8 +16265,8 @@ declare const _default: {
|
|
|
16265
16265
|
hint?: string;
|
|
16266
16266
|
minArrayLength?: number;
|
|
16267
16267
|
isArray: true;
|
|
16268
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16269
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16268
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16269
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16270
16270
|
} | {
|
|
16271
16271
|
isRequired: true;
|
|
16272
16272
|
type: "schema";
|
|
@@ -16758,8 +16758,8 @@ declare const _default: {
|
|
|
16758
16758
|
hint?: string;
|
|
16759
16759
|
minArrayLength?: number;
|
|
16760
16760
|
isArray: true;
|
|
16761
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16762
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16761
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16762
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16763
16763
|
} | {
|
|
16764
16764
|
isRequired: true;
|
|
16765
16765
|
type: "schema";
|
|
@@ -17151,8 +17151,8 @@ declare const _default: {
|
|
|
17151
17151
|
hint?: string;
|
|
17152
17152
|
minArrayLength?: number;
|
|
17153
17153
|
isArray: true;
|
|
17154
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17155
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17154
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17155
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17156
17156
|
} | {
|
|
17157
17157
|
isRequired: true;
|
|
17158
17158
|
type: "schema";
|
|
@@ -17667,8 +17667,8 @@ declare const _default: {
|
|
|
17667
17667
|
hint?: string;
|
|
17668
17668
|
minArrayLength?: number;
|
|
17669
17669
|
isArray: true;
|
|
17670
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17671
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17670
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17671
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17672
17672
|
} | {
|
|
17673
17673
|
isRequired: true;
|
|
17674
17674
|
type: "schema";
|
|
@@ -18060,8 +18060,8 @@ declare const _default: {
|
|
|
18060
18060
|
hint?: string;
|
|
18061
18061
|
minArrayLength?: number;
|
|
18062
18062
|
isArray: true;
|
|
18063
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18064
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18063
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18064
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18065
18065
|
} | {
|
|
18066
18066
|
isRequired: true;
|
|
18067
18067
|
type: "schema";
|
|
@@ -18550,8 +18550,8 @@ declare const _default: {
|
|
|
18550
18550
|
hint?: string;
|
|
18551
18551
|
minArrayLength?: number;
|
|
18552
18552
|
isArray: true;
|
|
18553
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18554
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18553
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18554
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18555
18555
|
} | {
|
|
18556
18556
|
isRequired: true;
|
|
18557
18557
|
type: "schema";
|
|
@@ -18943,8 +18943,8 @@ declare const _default: {
|
|
|
18943
18943
|
hint?: string;
|
|
18944
18944
|
minArrayLength?: number;
|
|
18945
18945
|
isArray: true;
|
|
18946
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18947
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18946
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18947
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18948
18948
|
} | {
|
|
18949
18949
|
isRequired: true;
|
|
18950
18950
|
type: "schema";
|
|
@@ -19433,8 +19433,8 @@ declare const _default: {
|
|
|
19433
19433
|
hint?: string;
|
|
19434
19434
|
minArrayLength?: number;
|
|
19435
19435
|
isArray: true;
|
|
19436
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19437
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19436
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19437
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19438
19438
|
} | {
|
|
19439
19439
|
isRequired: true;
|
|
19440
19440
|
type: "schema";
|
|
@@ -19826,8 +19826,8 @@ declare const _default: {
|
|
|
19826
19826
|
hint?: string;
|
|
19827
19827
|
minArrayLength?: number;
|
|
19828
19828
|
isArray: true;
|
|
19829
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19830
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19829
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19830
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19831
19831
|
} | {
|
|
19832
19832
|
isRequired: true;
|
|
19833
19833
|
type: "schema";
|
|
@@ -20357,8 +20357,8 @@ declare const _default: {
|
|
|
20357
20357
|
hint?: string;
|
|
20358
20358
|
minArrayLength?: number;
|
|
20359
20359
|
isArray: true;
|
|
20360
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20361
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20360
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20361
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20362
20362
|
} | {
|
|
20363
20363
|
isRequired: true;
|
|
20364
20364
|
type: "schema";
|
|
@@ -20750,8 +20750,8 @@ declare const _default: {
|
|
|
20750
20750
|
hint?: string;
|
|
20751
20751
|
minArrayLength?: number;
|
|
20752
20752
|
isArray: true;
|
|
20753
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20754
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20753
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20754
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20755
20755
|
} | {
|
|
20756
20756
|
isRequired: true;
|
|
20757
20757
|
type: "schema";
|
|
@@ -22916,8 +22916,8 @@ declare const _default: {
|
|
|
22916
22916
|
hint?: string;
|
|
22917
22917
|
minArrayLength?: number;
|
|
22918
22918
|
isArray: true;
|
|
22919
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22920
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22919
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22920
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22921
22921
|
} | {
|
|
22922
22922
|
isRequired: true;
|
|
22923
22923
|
type: "schema";
|
|
@@ -23309,8 +23309,8 @@ declare const _default: {
|
|
|
23309
23309
|
hint?: string;
|
|
23310
23310
|
minArrayLength?: number;
|
|
23311
23311
|
isArray: true;
|
|
23312
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23313
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23312
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23313
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23314
23314
|
} | {
|
|
23315
23315
|
isRequired: true;
|
|
23316
23316
|
type: "schema";
|
|
@@ -23802,8 +23802,8 @@ declare const _default: {
|
|
|
23802
23802
|
hint?: string;
|
|
23803
23803
|
minArrayLength?: number;
|
|
23804
23804
|
isArray: true;
|
|
23805
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23806
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23805
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23806
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23807
23807
|
} | {
|
|
23808
23808
|
isRequired: true;
|
|
23809
23809
|
type: "schema";
|
|
@@ -24195,8 +24195,8 @@ declare const _default: {
|
|
|
24195
24195
|
hint?: string;
|
|
24196
24196
|
minArrayLength?: number;
|
|
24197
24197
|
isArray: true;
|
|
24198
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24199
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24198
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24199
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24200
24200
|
} | {
|
|
24201
24201
|
isRequired: true;
|
|
24202
24202
|
type: "schema";
|
|
@@ -24711,8 +24711,8 @@ declare const _default: {
|
|
|
24711
24711
|
hint?: string;
|
|
24712
24712
|
minArrayLength?: number;
|
|
24713
24713
|
isArray: true;
|
|
24714
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24715
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24714
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24715
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24716
24716
|
} | {
|
|
24717
24717
|
isRequired: true;
|
|
24718
24718
|
type: "schema";
|
|
@@ -25104,8 +25104,8 @@ declare const _default: {
|
|
|
25104
25104
|
hint?: string;
|
|
25105
25105
|
minArrayLength?: number;
|
|
25106
25106
|
isArray: true;
|
|
25107
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25108
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25107
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25108
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25109
25109
|
} | {
|
|
25110
25110
|
isRequired: true;
|
|
25111
25111
|
type: "schema";
|
|
@@ -25594,8 +25594,8 @@ declare const _default: {
|
|
|
25594
25594
|
hint?: string;
|
|
25595
25595
|
minArrayLength?: number;
|
|
25596
25596
|
isArray: true;
|
|
25597
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25598
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25597
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25598
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25599
25599
|
} | {
|
|
25600
25600
|
isRequired: true;
|
|
25601
25601
|
type: "schema";
|
|
@@ -25987,8 +25987,8 @@ declare const _default: {
|
|
|
25987
25987
|
hint?: string;
|
|
25988
25988
|
minArrayLength?: number;
|
|
25989
25989
|
isArray: true;
|
|
25990
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25991
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25990
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25991
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25992
25992
|
} | {
|
|
25993
25993
|
isRequired: true;
|
|
25994
25994
|
type: "schema";
|
|
@@ -26477,8 +26477,8 @@ declare const _default: {
|
|
|
26477
26477
|
hint?: string;
|
|
26478
26478
|
minArrayLength?: number;
|
|
26479
26479
|
isArray: true;
|
|
26480
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26481
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26480
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26481
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26482
26482
|
} | {
|
|
26483
26483
|
isRequired: true;
|
|
26484
26484
|
type: "schema";
|
|
@@ -26870,8 +26870,8 @@ declare const _default: {
|
|
|
26870
26870
|
hint?: string;
|
|
26871
26871
|
minArrayLength?: number;
|
|
26872
26872
|
isArray: true;
|
|
26873
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26874
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26873
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26874
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26875
26875
|
} | {
|
|
26876
26876
|
isRequired: true;
|
|
26877
26877
|
type: "schema";
|
|
@@ -27401,8 +27401,8 @@ declare const _default: {
|
|
|
27401
27401
|
hint?: string;
|
|
27402
27402
|
minArrayLength?: number;
|
|
27403
27403
|
isArray: true;
|
|
27404
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27405
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27404
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27405
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27406
27406
|
} | {
|
|
27407
27407
|
isRequired: true;
|
|
27408
27408
|
type: "schema";
|
|
@@ -27794,8 +27794,8 @@ declare const _default: {
|
|
|
27794
27794
|
hint?: string;
|
|
27795
27795
|
minArrayLength?: number;
|
|
27796
27796
|
isArray: true;
|
|
27797
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27798
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27797
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27798
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27799
27799
|
} | {
|
|
27800
27800
|
isRequired: true;
|
|
27801
27801
|
type: "schema";
|