@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
|
@@ -1712,8 +1712,8 @@ declare const _default: {
|
|
|
1712
1712
|
hint?: string;
|
|
1713
1713
|
minArrayLength?: number;
|
|
1714
1714
|
isArray: true;
|
|
1715
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1716
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1715
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1716
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1717
1717
|
} | {
|
|
1718
1718
|
isRequired: true;
|
|
1719
1719
|
type: "schema";
|
|
@@ -2105,8 +2105,8 @@ declare const _default: {
|
|
|
2105
2105
|
hint?: string;
|
|
2106
2106
|
minArrayLength?: number;
|
|
2107
2107
|
isArray: true;
|
|
2108
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2109
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2108
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2109
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2110
2110
|
} | {
|
|
2111
2111
|
isRequired: true;
|
|
2112
2112
|
type: "schema";
|
|
@@ -2598,8 +2598,8 @@ declare const _default: {
|
|
|
2598
2598
|
hint?: string;
|
|
2599
2599
|
minArrayLength?: number;
|
|
2600
2600
|
isArray: true;
|
|
2601
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2602
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2601
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2602
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2603
2603
|
} | {
|
|
2604
2604
|
isRequired: true;
|
|
2605
2605
|
type: "schema";
|
|
@@ -2991,8 +2991,8 @@ declare const _default: {
|
|
|
2991
2991
|
hint?: string;
|
|
2992
2992
|
minArrayLength?: number;
|
|
2993
2993
|
isArray: true;
|
|
2994
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2995
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2994
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2995
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2996
2996
|
} | {
|
|
2997
2997
|
isRequired: true;
|
|
2998
2998
|
type: "schema";
|
|
@@ -3507,8 +3507,8 @@ declare const _default: {
|
|
|
3507
3507
|
hint?: string;
|
|
3508
3508
|
minArrayLength?: number;
|
|
3509
3509
|
isArray: true;
|
|
3510
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3511
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3510
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3511
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3512
3512
|
} | {
|
|
3513
3513
|
isRequired: true;
|
|
3514
3514
|
type: "schema";
|
|
@@ -3900,8 +3900,8 @@ declare const _default: {
|
|
|
3900
3900
|
hint?: string;
|
|
3901
3901
|
minArrayLength?: number;
|
|
3902
3902
|
isArray: true;
|
|
3903
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3904
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3903
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3904
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3905
3905
|
} | {
|
|
3906
3906
|
isRequired: true;
|
|
3907
3907
|
type: "schema";
|
|
@@ -4390,8 +4390,8 @@ declare const _default: {
|
|
|
4390
4390
|
hint?: string;
|
|
4391
4391
|
minArrayLength?: number;
|
|
4392
4392
|
isArray: true;
|
|
4393
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4394
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4393
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4394
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4395
4395
|
} | {
|
|
4396
4396
|
isRequired: true;
|
|
4397
4397
|
type: "schema";
|
|
@@ -4783,8 +4783,8 @@ declare const _default: {
|
|
|
4783
4783
|
hint?: string;
|
|
4784
4784
|
minArrayLength?: number;
|
|
4785
4785
|
isArray: true;
|
|
4786
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4787
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4786
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4787
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4788
4788
|
} | {
|
|
4789
4789
|
isRequired: true;
|
|
4790
4790
|
type: "schema";
|
|
@@ -5273,8 +5273,8 @@ declare const _default: {
|
|
|
5273
5273
|
hint?: string;
|
|
5274
5274
|
minArrayLength?: number;
|
|
5275
5275
|
isArray: true;
|
|
5276
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5277
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5276
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5277
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5278
5278
|
} | {
|
|
5279
5279
|
isRequired: true;
|
|
5280
5280
|
type: "schema";
|
|
@@ -5666,8 +5666,8 @@ declare const _default: {
|
|
|
5666
5666
|
hint?: string;
|
|
5667
5667
|
minArrayLength?: number;
|
|
5668
5668
|
isArray: true;
|
|
5669
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5670
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5669
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5670
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5671
5671
|
} | {
|
|
5672
5672
|
isRequired: true;
|
|
5673
5673
|
type: "schema";
|
|
@@ -6197,8 +6197,8 @@ declare const _default: {
|
|
|
6197
6197
|
hint?: string;
|
|
6198
6198
|
minArrayLength?: number;
|
|
6199
6199
|
isArray: true;
|
|
6200
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6201
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6200
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6201
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6202
6202
|
} | {
|
|
6203
6203
|
isRequired: true;
|
|
6204
6204
|
type: "schema";
|
|
@@ -6590,8 +6590,8 @@ declare const _default: {
|
|
|
6590
6590
|
hint?: string;
|
|
6591
6591
|
minArrayLength?: number;
|
|
6592
6592
|
isArray: true;
|
|
6593
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6594
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6593
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6594
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6595
6595
|
} | {
|
|
6596
6596
|
isRequired: true;
|
|
6597
6597
|
type: "schema";
|
|
@@ -8803,8 +8803,8 @@ declare const _default: {
|
|
|
8803
8803
|
hint?: string;
|
|
8804
8804
|
minArrayLength?: number;
|
|
8805
8805
|
isArray: true;
|
|
8806
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8807
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8806
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8807
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8808
8808
|
} | {
|
|
8809
8809
|
isRequired: true;
|
|
8810
8810
|
type: "schema";
|
|
@@ -9196,8 +9196,8 @@ declare const _default: {
|
|
|
9196
9196
|
hint?: string;
|
|
9197
9197
|
minArrayLength?: number;
|
|
9198
9198
|
isArray: true;
|
|
9199
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9200
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9199
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9200
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9201
9201
|
} | {
|
|
9202
9202
|
isRequired: true;
|
|
9203
9203
|
type: "schema";
|
|
@@ -9689,8 +9689,8 @@ declare const _default: {
|
|
|
9689
9689
|
hint?: string;
|
|
9690
9690
|
minArrayLength?: number;
|
|
9691
9691
|
isArray: true;
|
|
9692
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9693
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9692
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9693
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9694
9694
|
} | {
|
|
9695
9695
|
isRequired: true;
|
|
9696
9696
|
type: "schema";
|
|
@@ -10082,8 +10082,8 @@ declare const _default: {
|
|
|
10082
10082
|
hint?: string;
|
|
10083
10083
|
minArrayLength?: number;
|
|
10084
10084
|
isArray: true;
|
|
10085
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10086
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10085
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10086
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10087
10087
|
} | {
|
|
10088
10088
|
isRequired: true;
|
|
10089
10089
|
type: "schema";
|
|
@@ -10598,8 +10598,8 @@ declare const _default: {
|
|
|
10598
10598
|
hint?: string;
|
|
10599
10599
|
minArrayLength?: number;
|
|
10600
10600
|
isArray: true;
|
|
10601
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10602
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10601
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10602
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10603
10603
|
} | {
|
|
10604
10604
|
isRequired: true;
|
|
10605
10605
|
type: "schema";
|
|
@@ -10991,8 +10991,8 @@ declare const _default: {
|
|
|
10991
10991
|
hint?: string;
|
|
10992
10992
|
minArrayLength?: number;
|
|
10993
10993
|
isArray: true;
|
|
10994
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10995
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10994
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10995
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10996
10996
|
} | {
|
|
10997
10997
|
isRequired: true;
|
|
10998
10998
|
type: "schema";
|
|
@@ -11481,8 +11481,8 @@ declare const _default: {
|
|
|
11481
11481
|
hint?: string;
|
|
11482
11482
|
minArrayLength?: number;
|
|
11483
11483
|
isArray: true;
|
|
11484
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11485
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11484
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11485
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11486
11486
|
} | {
|
|
11487
11487
|
isRequired: true;
|
|
11488
11488
|
type: "schema";
|
|
@@ -11874,8 +11874,8 @@ declare const _default: {
|
|
|
11874
11874
|
hint?: string;
|
|
11875
11875
|
minArrayLength?: number;
|
|
11876
11876
|
isArray: true;
|
|
11877
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11878
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11877
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11878
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11879
11879
|
} | {
|
|
11880
11880
|
isRequired: true;
|
|
11881
11881
|
type: "schema";
|
|
@@ -12364,8 +12364,8 @@ declare const _default: {
|
|
|
12364
12364
|
hint?: string;
|
|
12365
12365
|
minArrayLength?: number;
|
|
12366
12366
|
isArray: true;
|
|
12367
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12368
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12367
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12368
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12369
12369
|
} | {
|
|
12370
12370
|
isRequired: true;
|
|
12371
12371
|
type: "schema";
|
|
@@ -12757,8 +12757,8 @@ declare const _default: {
|
|
|
12757
12757
|
hint?: string;
|
|
12758
12758
|
minArrayLength?: number;
|
|
12759
12759
|
isArray: true;
|
|
12760
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12761
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12760
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12761
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12762
12762
|
} | {
|
|
12763
12763
|
isRequired: true;
|
|
12764
12764
|
type: "schema";
|
|
@@ -13288,8 +13288,8 @@ declare const _default: {
|
|
|
13288
13288
|
hint?: string;
|
|
13289
13289
|
minArrayLength?: number;
|
|
13290
13290
|
isArray: true;
|
|
13291
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13292
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13291
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13292
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13293
13293
|
} | {
|
|
13294
13294
|
isRequired: true;
|
|
13295
13295
|
type: "schema";
|
|
@@ -13681,8 +13681,8 @@ declare const _default: {
|
|
|
13681
13681
|
hint?: string;
|
|
13682
13682
|
minArrayLength?: number;
|
|
13683
13683
|
isArray: true;
|
|
13684
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13685
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13684
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13685
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13686
13686
|
} | {
|
|
13687
13687
|
isRequired: true;
|
|
13688
13688
|
type: "schema";
|
|
@@ -15892,8 +15892,8 @@ declare const _default: {
|
|
|
15892
15892
|
hint?: string;
|
|
15893
15893
|
minArrayLength?: number;
|
|
15894
15894
|
isArray: true;
|
|
15895
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15896
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15895
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15896
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15897
15897
|
} | {
|
|
15898
15898
|
isRequired: true;
|
|
15899
15899
|
type: "schema";
|
|
@@ -16285,8 +16285,8 @@ declare const _default: {
|
|
|
16285
16285
|
hint?: string;
|
|
16286
16286
|
minArrayLength?: number;
|
|
16287
16287
|
isArray: true;
|
|
16288
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16289
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16288
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16289
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16290
16290
|
} | {
|
|
16291
16291
|
isRequired: true;
|
|
16292
16292
|
type: "schema";
|
|
@@ -16778,8 +16778,8 @@ declare const _default: {
|
|
|
16778
16778
|
hint?: string;
|
|
16779
16779
|
minArrayLength?: number;
|
|
16780
16780
|
isArray: true;
|
|
16781
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16782
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16781
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16782
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16783
16783
|
} | {
|
|
16784
16784
|
isRequired: true;
|
|
16785
16785
|
type: "schema";
|
|
@@ -17171,8 +17171,8 @@ declare const _default: {
|
|
|
17171
17171
|
hint?: string;
|
|
17172
17172
|
minArrayLength?: number;
|
|
17173
17173
|
isArray: true;
|
|
17174
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17175
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17174
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17175
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17176
17176
|
} | {
|
|
17177
17177
|
isRequired: true;
|
|
17178
17178
|
type: "schema";
|
|
@@ -17687,8 +17687,8 @@ declare const _default: {
|
|
|
17687
17687
|
hint?: string;
|
|
17688
17688
|
minArrayLength?: number;
|
|
17689
17689
|
isArray: true;
|
|
17690
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17691
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17690
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17691
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17692
17692
|
} | {
|
|
17693
17693
|
isRequired: true;
|
|
17694
17694
|
type: "schema";
|
|
@@ -18080,8 +18080,8 @@ declare const _default: {
|
|
|
18080
18080
|
hint?: string;
|
|
18081
18081
|
minArrayLength?: number;
|
|
18082
18082
|
isArray: true;
|
|
18083
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18084
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18083
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18084
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18085
18085
|
} | {
|
|
18086
18086
|
isRequired: true;
|
|
18087
18087
|
type: "schema";
|
|
@@ -18570,8 +18570,8 @@ declare const _default: {
|
|
|
18570
18570
|
hint?: string;
|
|
18571
18571
|
minArrayLength?: number;
|
|
18572
18572
|
isArray: true;
|
|
18573
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18574
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18573
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18574
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18575
18575
|
} | {
|
|
18576
18576
|
isRequired: true;
|
|
18577
18577
|
type: "schema";
|
|
@@ -18963,8 +18963,8 @@ declare const _default: {
|
|
|
18963
18963
|
hint?: string;
|
|
18964
18964
|
minArrayLength?: number;
|
|
18965
18965
|
isArray: true;
|
|
18966
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18967
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18966
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18967
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18968
18968
|
} | {
|
|
18969
18969
|
isRequired: true;
|
|
18970
18970
|
type: "schema";
|
|
@@ -19453,8 +19453,8 @@ declare const _default: {
|
|
|
19453
19453
|
hint?: string;
|
|
19454
19454
|
minArrayLength?: number;
|
|
19455
19455
|
isArray: true;
|
|
19456
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19457
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19456
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19457
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19458
19458
|
} | {
|
|
19459
19459
|
isRequired: true;
|
|
19460
19460
|
type: "schema";
|
|
@@ -19846,8 +19846,8 @@ declare const _default: {
|
|
|
19846
19846
|
hint?: string;
|
|
19847
19847
|
minArrayLength?: number;
|
|
19848
19848
|
isArray: true;
|
|
19849
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19850
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19849
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19850
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19851
19851
|
} | {
|
|
19852
19852
|
isRequired: true;
|
|
19853
19853
|
type: "schema";
|
|
@@ -20377,8 +20377,8 @@ declare const _default: {
|
|
|
20377
20377
|
hint?: string;
|
|
20378
20378
|
minArrayLength?: number;
|
|
20379
20379
|
isArray: true;
|
|
20380
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20381
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20380
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20381
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20382
20382
|
} | {
|
|
20383
20383
|
isRequired: true;
|
|
20384
20384
|
type: "schema";
|
|
@@ -20770,8 +20770,8 @@ declare const _default: {
|
|
|
20770
20770
|
hint?: string;
|
|
20771
20771
|
minArrayLength?: number;
|
|
20772
20772
|
isArray: true;
|
|
20773
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20774
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20773
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20774
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20775
20775
|
} | {
|
|
20776
20776
|
isRequired: true;
|
|
20777
20777
|
type: "schema";
|
|
@@ -22936,8 +22936,8 @@ declare const _default: {
|
|
|
22936
22936
|
hint?: string;
|
|
22937
22937
|
minArrayLength?: number;
|
|
22938
22938
|
isArray: true;
|
|
22939
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22940
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22939
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22940
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22941
22941
|
} | {
|
|
22942
22942
|
isRequired: true;
|
|
22943
22943
|
type: "schema";
|
|
@@ -23329,8 +23329,8 @@ declare const _default: {
|
|
|
23329
23329
|
hint?: string;
|
|
23330
23330
|
minArrayLength?: number;
|
|
23331
23331
|
isArray: true;
|
|
23332
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23333
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23332
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23333
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23334
23334
|
} | {
|
|
23335
23335
|
isRequired: true;
|
|
23336
23336
|
type: "schema";
|
|
@@ -23822,8 +23822,8 @@ declare const _default: {
|
|
|
23822
23822
|
hint?: string;
|
|
23823
23823
|
minArrayLength?: number;
|
|
23824
23824
|
isArray: true;
|
|
23825
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23826
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23825
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23826
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23827
23827
|
} | {
|
|
23828
23828
|
isRequired: true;
|
|
23829
23829
|
type: "schema";
|
|
@@ -24215,8 +24215,8 @@ declare const _default: {
|
|
|
24215
24215
|
hint?: string;
|
|
24216
24216
|
minArrayLength?: number;
|
|
24217
24217
|
isArray: true;
|
|
24218
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24219
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24218
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24219
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24220
24220
|
} | {
|
|
24221
24221
|
isRequired: true;
|
|
24222
24222
|
type: "schema";
|
|
@@ -24731,8 +24731,8 @@ declare const _default: {
|
|
|
24731
24731
|
hint?: string;
|
|
24732
24732
|
minArrayLength?: number;
|
|
24733
24733
|
isArray: true;
|
|
24734
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24735
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24734
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24735
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24736
24736
|
} | {
|
|
24737
24737
|
isRequired: true;
|
|
24738
24738
|
type: "schema";
|
|
@@ -25124,8 +25124,8 @@ declare const _default: {
|
|
|
25124
25124
|
hint?: string;
|
|
25125
25125
|
minArrayLength?: number;
|
|
25126
25126
|
isArray: true;
|
|
25127
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25128
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25127
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25128
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25129
25129
|
} | {
|
|
25130
25130
|
isRequired: true;
|
|
25131
25131
|
type: "schema";
|
|
@@ -25614,8 +25614,8 @@ declare const _default: {
|
|
|
25614
25614
|
hint?: string;
|
|
25615
25615
|
minArrayLength?: number;
|
|
25616
25616
|
isArray: true;
|
|
25617
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25618
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25617
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25618
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25619
25619
|
} | {
|
|
25620
25620
|
isRequired: true;
|
|
25621
25621
|
type: "schema";
|
|
@@ -26007,8 +26007,8 @@ declare const _default: {
|
|
|
26007
26007
|
hint?: string;
|
|
26008
26008
|
minArrayLength?: number;
|
|
26009
26009
|
isArray: true;
|
|
26010
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26011
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26010
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26011
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26012
26012
|
} | {
|
|
26013
26013
|
isRequired: true;
|
|
26014
26014
|
type: "schema";
|
|
@@ -26497,8 +26497,8 @@ declare const _default: {
|
|
|
26497
26497
|
hint?: string;
|
|
26498
26498
|
minArrayLength?: number;
|
|
26499
26499
|
isArray: true;
|
|
26500
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26501
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26500
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26501
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26502
26502
|
} | {
|
|
26503
26503
|
isRequired: true;
|
|
26504
26504
|
type: "schema";
|
|
@@ -26890,8 +26890,8 @@ declare const _default: {
|
|
|
26890
26890
|
hint?: string;
|
|
26891
26891
|
minArrayLength?: number;
|
|
26892
26892
|
isArray: true;
|
|
26893
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26894
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26893
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26894
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26895
26895
|
} | {
|
|
26896
26896
|
isRequired: true;
|
|
26897
26897
|
type: "schema";
|
|
@@ -27421,8 +27421,8 @@ declare const _default: {
|
|
|
27421
27421
|
hint?: string;
|
|
27422
27422
|
minArrayLength?: number;
|
|
27423
27423
|
isArray: true;
|
|
27424
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27425
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27424
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27425
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27426
27426
|
} | {
|
|
27427
27427
|
isRequired: true;
|
|
27428
27428
|
type: "schema";
|
|
@@ -27814,8 +27814,8 @@ declare const _default: {
|
|
|
27814
27814
|
hint?: string;
|
|
27815
27815
|
minArrayLength?: number;
|
|
27816
27816
|
isArray: true;
|
|
27817
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27818
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27817
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27818
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27819
27819
|
} | {
|
|
27820
27820
|
isRequired: true;
|
|
27821
27821
|
type: "schema";
|