@sprucelabs/heartwood-view-controllers 112.3.30 → 113.0.1
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/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/package.json +11 -11
|
@@ -1737,8 +1737,8 @@ declare const _default: {
|
|
|
1737
1737
|
hint?: string;
|
|
1738
1738
|
minArrayLength?: number;
|
|
1739
1739
|
isArray: true;
|
|
1740
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1741
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1740
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1741
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1742
1742
|
} | {
|
|
1743
1743
|
isRequired: true;
|
|
1744
1744
|
type: "schema";
|
|
@@ -2130,8 +2130,8 @@ declare const _default: {
|
|
|
2130
2130
|
hint?: string;
|
|
2131
2131
|
minArrayLength?: number;
|
|
2132
2132
|
isArray: true;
|
|
2133
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2134
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2133
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2134
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2135
2135
|
} | {
|
|
2136
2136
|
isRequired: true;
|
|
2137
2137
|
type: "schema";
|
|
@@ -2623,8 +2623,8 @@ declare const _default: {
|
|
|
2623
2623
|
hint?: string;
|
|
2624
2624
|
minArrayLength?: number;
|
|
2625
2625
|
isArray: true;
|
|
2626
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2627
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2626
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2627
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2628
2628
|
} | {
|
|
2629
2629
|
isRequired: true;
|
|
2630
2630
|
type: "schema";
|
|
@@ -3016,8 +3016,8 @@ declare const _default: {
|
|
|
3016
3016
|
hint?: string;
|
|
3017
3017
|
minArrayLength?: number;
|
|
3018
3018
|
isArray: true;
|
|
3019
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3020
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3019
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3020
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3021
3021
|
} | {
|
|
3022
3022
|
isRequired: true;
|
|
3023
3023
|
type: "schema";
|
|
@@ -3532,8 +3532,8 @@ declare const _default: {
|
|
|
3532
3532
|
hint?: string;
|
|
3533
3533
|
minArrayLength?: number;
|
|
3534
3534
|
isArray: true;
|
|
3535
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3536
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3535
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3536
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3537
3537
|
} | {
|
|
3538
3538
|
isRequired: true;
|
|
3539
3539
|
type: "schema";
|
|
@@ -3925,8 +3925,8 @@ declare const _default: {
|
|
|
3925
3925
|
hint?: string;
|
|
3926
3926
|
minArrayLength?: number;
|
|
3927
3927
|
isArray: true;
|
|
3928
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3929
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3928
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3929
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3930
3930
|
} | {
|
|
3931
3931
|
isRequired: true;
|
|
3932
3932
|
type: "schema";
|
|
@@ -4415,8 +4415,8 @@ declare const _default: {
|
|
|
4415
4415
|
hint?: string;
|
|
4416
4416
|
minArrayLength?: number;
|
|
4417
4417
|
isArray: true;
|
|
4418
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4419
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4418
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4419
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4420
4420
|
} | {
|
|
4421
4421
|
isRequired: true;
|
|
4422
4422
|
type: "schema";
|
|
@@ -4808,8 +4808,8 @@ declare const _default: {
|
|
|
4808
4808
|
hint?: string;
|
|
4809
4809
|
minArrayLength?: number;
|
|
4810
4810
|
isArray: true;
|
|
4811
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4812
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4811
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4812
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4813
4813
|
} | {
|
|
4814
4814
|
isRequired: true;
|
|
4815
4815
|
type: "schema";
|
|
@@ -5298,8 +5298,8 @@ declare const _default: {
|
|
|
5298
5298
|
hint?: string;
|
|
5299
5299
|
minArrayLength?: number;
|
|
5300
5300
|
isArray: true;
|
|
5301
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5302
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5301
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5302
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5303
5303
|
} | {
|
|
5304
5304
|
isRequired: true;
|
|
5305
5305
|
type: "schema";
|
|
@@ -5691,8 +5691,8 @@ declare const _default: {
|
|
|
5691
5691
|
hint?: string;
|
|
5692
5692
|
minArrayLength?: number;
|
|
5693
5693
|
isArray: true;
|
|
5694
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5695
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5694
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5695
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5696
5696
|
} | {
|
|
5697
5697
|
isRequired: true;
|
|
5698
5698
|
type: "schema";
|
|
@@ -6222,8 +6222,8 @@ declare const _default: {
|
|
|
6222
6222
|
hint?: string;
|
|
6223
6223
|
minArrayLength?: number;
|
|
6224
6224
|
isArray: true;
|
|
6225
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6226
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6225
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6226
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6227
6227
|
} | {
|
|
6228
6228
|
isRequired: true;
|
|
6229
6229
|
type: "schema";
|
|
@@ -6615,8 +6615,8 @@ declare const _default: {
|
|
|
6615
6615
|
hint?: string;
|
|
6616
6616
|
minArrayLength?: number;
|
|
6617
6617
|
isArray: true;
|
|
6618
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6619
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6618
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6619
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6620
6620
|
} | {
|
|
6621
6621
|
isRequired: true;
|
|
6622
6622
|
type: "schema";
|
|
@@ -8828,8 +8828,8 @@ declare const _default: {
|
|
|
8828
8828
|
hint?: string;
|
|
8829
8829
|
minArrayLength?: number;
|
|
8830
8830
|
isArray: true;
|
|
8831
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8832
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8831
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8832
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8833
8833
|
} | {
|
|
8834
8834
|
isRequired: true;
|
|
8835
8835
|
type: "schema";
|
|
@@ -9221,8 +9221,8 @@ declare const _default: {
|
|
|
9221
9221
|
hint?: string;
|
|
9222
9222
|
minArrayLength?: number;
|
|
9223
9223
|
isArray: true;
|
|
9224
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9225
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9224
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9225
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9226
9226
|
} | {
|
|
9227
9227
|
isRequired: true;
|
|
9228
9228
|
type: "schema";
|
|
@@ -9714,8 +9714,8 @@ declare const _default: {
|
|
|
9714
9714
|
hint?: string;
|
|
9715
9715
|
minArrayLength?: number;
|
|
9716
9716
|
isArray: true;
|
|
9717
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9718
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9717
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9718
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9719
9719
|
} | {
|
|
9720
9720
|
isRequired: true;
|
|
9721
9721
|
type: "schema";
|
|
@@ -10107,8 +10107,8 @@ declare const _default: {
|
|
|
10107
10107
|
hint?: string;
|
|
10108
10108
|
minArrayLength?: number;
|
|
10109
10109
|
isArray: true;
|
|
10110
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10111
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10110
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10111
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10112
10112
|
} | {
|
|
10113
10113
|
isRequired: true;
|
|
10114
10114
|
type: "schema";
|
|
@@ -10623,8 +10623,8 @@ declare const _default: {
|
|
|
10623
10623
|
hint?: string;
|
|
10624
10624
|
minArrayLength?: number;
|
|
10625
10625
|
isArray: true;
|
|
10626
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10627
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10626
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10627
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10628
10628
|
} | {
|
|
10629
10629
|
isRequired: true;
|
|
10630
10630
|
type: "schema";
|
|
@@ -11016,8 +11016,8 @@ declare const _default: {
|
|
|
11016
11016
|
hint?: string;
|
|
11017
11017
|
minArrayLength?: number;
|
|
11018
11018
|
isArray: true;
|
|
11019
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11020
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11019
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11020
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11021
11021
|
} | {
|
|
11022
11022
|
isRequired: true;
|
|
11023
11023
|
type: "schema";
|
|
@@ -11506,8 +11506,8 @@ declare const _default: {
|
|
|
11506
11506
|
hint?: string;
|
|
11507
11507
|
minArrayLength?: number;
|
|
11508
11508
|
isArray: true;
|
|
11509
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11510
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11509
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11510
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11511
11511
|
} | {
|
|
11512
11512
|
isRequired: true;
|
|
11513
11513
|
type: "schema";
|
|
@@ -11899,8 +11899,8 @@ declare const _default: {
|
|
|
11899
11899
|
hint?: string;
|
|
11900
11900
|
minArrayLength?: number;
|
|
11901
11901
|
isArray: true;
|
|
11902
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11903
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11902
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11903
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11904
11904
|
} | {
|
|
11905
11905
|
isRequired: true;
|
|
11906
11906
|
type: "schema";
|
|
@@ -12389,8 +12389,8 @@ declare const _default: {
|
|
|
12389
12389
|
hint?: string;
|
|
12390
12390
|
minArrayLength?: number;
|
|
12391
12391
|
isArray: true;
|
|
12392
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12393
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12392
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12393
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12394
12394
|
} | {
|
|
12395
12395
|
isRequired: true;
|
|
12396
12396
|
type: "schema";
|
|
@@ -12782,8 +12782,8 @@ declare const _default: {
|
|
|
12782
12782
|
hint?: string;
|
|
12783
12783
|
minArrayLength?: number;
|
|
12784
12784
|
isArray: true;
|
|
12785
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12786
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12785
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12786
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12787
12787
|
} | {
|
|
12788
12788
|
isRequired: true;
|
|
12789
12789
|
type: "schema";
|
|
@@ -13313,8 +13313,8 @@ declare const _default: {
|
|
|
13313
13313
|
hint?: string;
|
|
13314
13314
|
minArrayLength?: number;
|
|
13315
13315
|
isArray: true;
|
|
13316
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13317
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13316
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13317
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13318
13318
|
} | {
|
|
13319
13319
|
isRequired: true;
|
|
13320
13320
|
type: "schema";
|
|
@@ -13706,8 +13706,8 @@ declare const _default: {
|
|
|
13706
13706
|
hint?: string;
|
|
13707
13707
|
minArrayLength?: number;
|
|
13708
13708
|
isArray: true;
|
|
13709
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13710
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13709
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13710
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13711
13711
|
} | {
|
|
13712
13712
|
isRequired: true;
|
|
13713
13713
|
type: "schema";
|
|
@@ -15917,8 +15917,8 @@ declare const _default: {
|
|
|
15917
15917
|
hint?: string;
|
|
15918
15918
|
minArrayLength?: number;
|
|
15919
15919
|
isArray: true;
|
|
15920
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15921
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15920
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15921
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15922
15922
|
} | {
|
|
15923
15923
|
isRequired: true;
|
|
15924
15924
|
type: "schema";
|
|
@@ -16310,8 +16310,8 @@ declare const _default: {
|
|
|
16310
16310
|
hint?: string;
|
|
16311
16311
|
minArrayLength?: number;
|
|
16312
16312
|
isArray: true;
|
|
16313
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16314
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16313
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16314
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16315
16315
|
} | {
|
|
16316
16316
|
isRequired: true;
|
|
16317
16317
|
type: "schema";
|
|
@@ -16803,8 +16803,8 @@ declare const _default: {
|
|
|
16803
16803
|
hint?: string;
|
|
16804
16804
|
minArrayLength?: number;
|
|
16805
16805
|
isArray: true;
|
|
16806
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16807
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16806
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16807
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16808
16808
|
} | {
|
|
16809
16809
|
isRequired: true;
|
|
16810
16810
|
type: "schema";
|
|
@@ -17196,8 +17196,8 @@ declare const _default: {
|
|
|
17196
17196
|
hint?: string;
|
|
17197
17197
|
minArrayLength?: number;
|
|
17198
17198
|
isArray: true;
|
|
17199
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17200
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17199
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17200
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17201
17201
|
} | {
|
|
17202
17202
|
isRequired: true;
|
|
17203
17203
|
type: "schema";
|
|
@@ -17712,8 +17712,8 @@ declare const _default: {
|
|
|
17712
17712
|
hint?: string;
|
|
17713
17713
|
minArrayLength?: number;
|
|
17714
17714
|
isArray: true;
|
|
17715
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17716
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17715
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17716
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17717
17717
|
} | {
|
|
17718
17718
|
isRequired: true;
|
|
17719
17719
|
type: "schema";
|
|
@@ -18105,8 +18105,8 @@ declare const _default: {
|
|
|
18105
18105
|
hint?: string;
|
|
18106
18106
|
minArrayLength?: number;
|
|
18107
18107
|
isArray: true;
|
|
18108
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18109
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18108
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18109
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18110
18110
|
} | {
|
|
18111
18111
|
isRequired: true;
|
|
18112
18112
|
type: "schema";
|
|
@@ -18595,8 +18595,8 @@ declare const _default: {
|
|
|
18595
18595
|
hint?: string;
|
|
18596
18596
|
minArrayLength?: number;
|
|
18597
18597
|
isArray: true;
|
|
18598
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18599
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18598
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18599
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18600
18600
|
} | {
|
|
18601
18601
|
isRequired: true;
|
|
18602
18602
|
type: "schema";
|
|
@@ -18988,8 +18988,8 @@ declare const _default: {
|
|
|
18988
18988
|
hint?: string;
|
|
18989
18989
|
minArrayLength?: number;
|
|
18990
18990
|
isArray: true;
|
|
18991
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18992
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18991
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18992
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18993
18993
|
} | {
|
|
18994
18994
|
isRequired: true;
|
|
18995
18995
|
type: "schema";
|
|
@@ -19478,8 +19478,8 @@ declare const _default: {
|
|
|
19478
19478
|
hint?: string;
|
|
19479
19479
|
minArrayLength?: number;
|
|
19480
19480
|
isArray: true;
|
|
19481
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19482
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19481
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19482
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19483
19483
|
} | {
|
|
19484
19484
|
isRequired: true;
|
|
19485
19485
|
type: "schema";
|
|
@@ -19871,8 +19871,8 @@ declare const _default: {
|
|
|
19871
19871
|
hint?: string;
|
|
19872
19872
|
minArrayLength?: number;
|
|
19873
19873
|
isArray: true;
|
|
19874
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19875
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19874
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19875
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19876
19876
|
} | {
|
|
19877
19877
|
isRequired: true;
|
|
19878
19878
|
type: "schema";
|
|
@@ -20402,8 +20402,8 @@ declare const _default: {
|
|
|
20402
20402
|
hint?: string;
|
|
20403
20403
|
minArrayLength?: number;
|
|
20404
20404
|
isArray: true;
|
|
20405
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20406
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20405
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20406
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20407
20407
|
} | {
|
|
20408
20408
|
isRequired: true;
|
|
20409
20409
|
type: "schema";
|
|
@@ -20795,8 +20795,8 @@ declare const _default: {
|
|
|
20795
20795
|
hint?: string;
|
|
20796
20796
|
minArrayLength?: number;
|
|
20797
20797
|
isArray: true;
|
|
20798
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20799
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20798
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20799
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20800
20800
|
} | {
|
|
20801
20801
|
isRequired: true;
|
|
20802
20802
|
type: "schema";
|
|
@@ -22961,8 +22961,8 @@ declare const _default: {
|
|
|
22961
22961
|
hint?: string;
|
|
22962
22962
|
minArrayLength?: number;
|
|
22963
22963
|
isArray: true;
|
|
22964
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22965
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22964
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22965
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22966
22966
|
} | {
|
|
22967
22967
|
isRequired: true;
|
|
22968
22968
|
type: "schema";
|
|
@@ -23354,8 +23354,8 @@ declare const _default: {
|
|
|
23354
23354
|
hint?: string;
|
|
23355
23355
|
minArrayLength?: number;
|
|
23356
23356
|
isArray: true;
|
|
23357
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23358
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23357
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23358
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23359
23359
|
} | {
|
|
23360
23360
|
isRequired: true;
|
|
23361
23361
|
type: "schema";
|
|
@@ -23847,8 +23847,8 @@ declare const _default: {
|
|
|
23847
23847
|
hint?: string;
|
|
23848
23848
|
minArrayLength?: number;
|
|
23849
23849
|
isArray: true;
|
|
23850
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23851
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23850
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23851
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23852
23852
|
} | {
|
|
23853
23853
|
isRequired: true;
|
|
23854
23854
|
type: "schema";
|
|
@@ -24240,8 +24240,8 @@ declare const _default: {
|
|
|
24240
24240
|
hint?: string;
|
|
24241
24241
|
minArrayLength?: number;
|
|
24242
24242
|
isArray: true;
|
|
24243
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24244
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24243
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24244
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24245
24245
|
} | {
|
|
24246
24246
|
isRequired: true;
|
|
24247
24247
|
type: "schema";
|
|
@@ -24756,8 +24756,8 @@ declare const _default: {
|
|
|
24756
24756
|
hint?: string;
|
|
24757
24757
|
minArrayLength?: number;
|
|
24758
24758
|
isArray: true;
|
|
24759
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24760
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24759
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24760
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24761
24761
|
} | {
|
|
24762
24762
|
isRequired: true;
|
|
24763
24763
|
type: "schema";
|
|
@@ -25149,8 +25149,8 @@ declare const _default: {
|
|
|
25149
25149
|
hint?: string;
|
|
25150
25150
|
minArrayLength?: number;
|
|
25151
25151
|
isArray: true;
|
|
25152
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25153
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25152
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25153
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25154
25154
|
} | {
|
|
25155
25155
|
isRequired: true;
|
|
25156
25156
|
type: "schema";
|
|
@@ -25639,8 +25639,8 @@ declare const _default: {
|
|
|
25639
25639
|
hint?: string;
|
|
25640
25640
|
minArrayLength?: number;
|
|
25641
25641
|
isArray: true;
|
|
25642
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25643
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25642
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25643
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25644
25644
|
} | {
|
|
25645
25645
|
isRequired: true;
|
|
25646
25646
|
type: "schema";
|
|
@@ -26032,8 +26032,8 @@ declare const _default: {
|
|
|
26032
26032
|
hint?: string;
|
|
26033
26033
|
minArrayLength?: number;
|
|
26034
26034
|
isArray: true;
|
|
26035
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26036
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26035
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26036
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26037
26037
|
} | {
|
|
26038
26038
|
isRequired: true;
|
|
26039
26039
|
type: "schema";
|
|
@@ -26522,8 +26522,8 @@ declare const _default: {
|
|
|
26522
26522
|
hint?: string;
|
|
26523
26523
|
minArrayLength?: number;
|
|
26524
26524
|
isArray: true;
|
|
26525
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26526
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26525
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26526
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26527
26527
|
} | {
|
|
26528
26528
|
isRequired: true;
|
|
26529
26529
|
type: "schema";
|
|
@@ -26915,8 +26915,8 @@ declare const _default: {
|
|
|
26915
26915
|
hint?: string;
|
|
26916
26916
|
minArrayLength?: number;
|
|
26917
26917
|
isArray: true;
|
|
26918
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26919
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26918
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26919
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26920
26920
|
} | {
|
|
26921
26921
|
isRequired: true;
|
|
26922
26922
|
type: "schema";
|
|
@@ -27446,8 +27446,8 @@ declare const _default: {
|
|
|
27446
27446
|
hint?: string;
|
|
27447
27447
|
minArrayLength?: number;
|
|
27448
27448
|
isArray: true;
|
|
27449
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27450
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27449
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27450
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27451
27451
|
} | {
|
|
27452
27452
|
isRequired: true;
|
|
27453
27453
|
type: "schema";
|
|
@@ -27839,8 +27839,8 @@ declare const _default: {
|
|
|
27839
27839
|
hint?: string;
|
|
27840
27840
|
minArrayLength?: number;
|
|
27841
27841
|
isArray: true;
|
|
27842
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27843
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27842
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27843
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27844
27844
|
} | {
|
|
27845
27845
|
isRequired: true;
|
|
27846
27846
|
type: "schema";
|