@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
|
@@ -1753,8 +1753,8 @@ declare const _default: {
|
|
|
1753
1753
|
hint?: string;
|
|
1754
1754
|
minArrayLength?: number;
|
|
1755
1755
|
isArray: true;
|
|
1756
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1757
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1756
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1757
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1758
1758
|
} | {
|
|
1759
1759
|
isRequired: true;
|
|
1760
1760
|
type: "schema";
|
|
@@ -2146,8 +2146,8 @@ declare const _default: {
|
|
|
2146
2146
|
hint?: string;
|
|
2147
2147
|
minArrayLength?: number;
|
|
2148
2148
|
isArray: true;
|
|
2149
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2150
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2149
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2150
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2151
2151
|
} | {
|
|
2152
2152
|
isRequired: true;
|
|
2153
2153
|
type: "schema";
|
|
@@ -2639,8 +2639,8 @@ declare const _default: {
|
|
|
2639
2639
|
hint?: string;
|
|
2640
2640
|
minArrayLength?: number;
|
|
2641
2641
|
isArray: true;
|
|
2642
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2643
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2642
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2643
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2644
2644
|
} | {
|
|
2645
2645
|
isRequired: true;
|
|
2646
2646
|
type: "schema";
|
|
@@ -3032,8 +3032,8 @@ declare const _default: {
|
|
|
3032
3032
|
hint?: string;
|
|
3033
3033
|
minArrayLength?: number;
|
|
3034
3034
|
isArray: true;
|
|
3035
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3036
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3035
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3036
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3037
3037
|
} | {
|
|
3038
3038
|
isRequired: true;
|
|
3039
3039
|
type: "schema";
|
|
@@ -3548,8 +3548,8 @@ declare const _default: {
|
|
|
3548
3548
|
hint?: string;
|
|
3549
3549
|
minArrayLength?: number;
|
|
3550
3550
|
isArray: true;
|
|
3551
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3552
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3551
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3552
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3553
3553
|
} | {
|
|
3554
3554
|
isRequired: true;
|
|
3555
3555
|
type: "schema";
|
|
@@ -3941,8 +3941,8 @@ declare const _default: {
|
|
|
3941
3941
|
hint?: string;
|
|
3942
3942
|
minArrayLength?: number;
|
|
3943
3943
|
isArray: true;
|
|
3944
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3945
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3944
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3945
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3946
3946
|
} | {
|
|
3947
3947
|
isRequired: true;
|
|
3948
3948
|
type: "schema";
|
|
@@ -4431,8 +4431,8 @@ declare const _default: {
|
|
|
4431
4431
|
hint?: string;
|
|
4432
4432
|
minArrayLength?: number;
|
|
4433
4433
|
isArray: true;
|
|
4434
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4435
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4434
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4435
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4436
4436
|
} | {
|
|
4437
4437
|
isRequired: true;
|
|
4438
4438
|
type: "schema";
|
|
@@ -4824,8 +4824,8 @@ declare const _default: {
|
|
|
4824
4824
|
hint?: string;
|
|
4825
4825
|
minArrayLength?: number;
|
|
4826
4826
|
isArray: true;
|
|
4827
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4828
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4827
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4828
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4829
4829
|
} | {
|
|
4830
4830
|
isRequired: true;
|
|
4831
4831
|
type: "schema";
|
|
@@ -5314,8 +5314,8 @@ declare const _default: {
|
|
|
5314
5314
|
hint?: string;
|
|
5315
5315
|
minArrayLength?: number;
|
|
5316
5316
|
isArray: true;
|
|
5317
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5318
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5317
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5318
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5319
5319
|
} | {
|
|
5320
5320
|
isRequired: true;
|
|
5321
5321
|
type: "schema";
|
|
@@ -5707,8 +5707,8 @@ declare const _default: {
|
|
|
5707
5707
|
hint?: string;
|
|
5708
5708
|
minArrayLength?: number;
|
|
5709
5709
|
isArray: true;
|
|
5710
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5711
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5710
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5711
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5712
5712
|
} | {
|
|
5713
5713
|
isRequired: true;
|
|
5714
5714
|
type: "schema";
|
|
@@ -6238,8 +6238,8 @@ declare const _default: {
|
|
|
6238
6238
|
hint?: string;
|
|
6239
6239
|
minArrayLength?: number;
|
|
6240
6240
|
isArray: true;
|
|
6241
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6242
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6241
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6242
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6243
6243
|
} | {
|
|
6244
6244
|
isRequired: true;
|
|
6245
6245
|
type: "schema";
|
|
@@ -6631,8 +6631,8 @@ declare const _default: {
|
|
|
6631
6631
|
hint?: string;
|
|
6632
6632
|
minArrayLength?: number;
|
|
6633
6633
|
isArray: true;
|
|
6634
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6635
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6634
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6635
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6636
6636
|
} | {
|
|
6637
6637
|
isRequired: true;
|
|
6638
6638
|
type: "schema";
|
|
@@ -8844,8 +8844,8 @@ declare const _default: {
|
|
|
8844
8844
|
hint?: string;
|
|
8845
8845
|
minArrayLength?: number;
|
|
8846
8846
|
isArray: true;
|
|
8847
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8848
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8847
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8848
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8849
8849
|
} | {
|
|
8850
8850
|
isRequired: true;
|
|
8851
8851
|
type: "schema";
|
|
@@ -9237,8 +9237,8 @@ declare const _default: {
|
|
|
9237
9237
|
hint?: string;
|
|
9238
9238
|
minArrayLength?: number;
|
|
9239
9239
|
isArray: true;
|
|
9240
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9241
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9240
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9241
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9242
9242
|
} | {
|
|
9243
9243
|
isRequired: true;
|
|
9244
9244
|
type: "schema";
|
|
@@ -9730,8 +9730,8 @@ declare const _default: {
|
|
|
9730
9730
|
hint?: string;
|
|
9731
9731
|
minArrayLength?: number;
|
|
9732
9732
|
isArray: true;
|
|
9733
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9734
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9733
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9734
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9735
9735
|
} | {
|
|
9736
9736
|
isRequired: true;
|
|
9737
9737
|
type: "schema";
|
|
@@ -10123,8 +10123,8 @@ declare const _default: {
|
|
|
10123
10123
|
hint?: string;
|
|
10124
10124
|
minArrayLength?: number;
|
|
10125
10125
|
isArray: true;
|
|
10126
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10127
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10126
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10127
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10128
10128
|
} | {
|
|
10129
10129
|
isRequired: true;
|
|
10130
10130
|
type: "schema";
|
|
@@ -10639,8 +10639,8 @@ declare const _default: {
|
|
|
10639
10639
|
hint?: string;
|
|
10640
10640
|
minArrayLength?: number;
|
|
10641
10641
|
isArray: true;
|
|
10642
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10643
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10642
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10643
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10644
10644
|
} | {
|
|
10645
10645
|
isRequired: true;
|
|
10646
10646
|
type: "schema";
|
|
@@ -11032,8 +11032,8 @@ declare const _default: {
|
|
|
11032
11032
|
hint?: string;
|
|
11033
11033
|
minArrayLength?: number;
|
|
11034
11034
|
isArray: true;
|
|
11035
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11036
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11035
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11036
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11037
11037
|
} | {
|
|
11038
11038
|
isRequired: true;
|
|
11039
11039
|
type: "schema";
|
|
@@ -11522,8 +11522,8 @@ declare const _default: {
|
|
|
11522
11522
|
hint?: string;
|
|
11523
11523
|
minArrayLength?: number;
|
|
11524
11524
|
isArray: true;
|
|
11525
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11526
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11525
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11526
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11527
11527
|
} | {
|
|
11528
11528
|
isRequired: true;
|
|
11529
11529
|
type: "schema";
|
|
@@ -11915,8 +11915,8 @@ declare const _default: {
|
|
|
11915
11915
|
hint?: string;
|
|
11916
11916
|
minArrayLength?: number;
|
|
11917
11917
|
isArray: true;
|
|
11918
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11919
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11918
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11919
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11920
11920
|
} | {
|
|
11921
11921
|
isRequired: true;
|
|
11922
11922
|
type: "schema";
|
|
@@ -12405,8 +12405,8 @@ declare const _default: {
|
|
|
12405
12405
|
hint?: string;
|
|
12406
12406
|
minArrayLength?: number;
|
|
12407
12407
|
isArray: true;
|
|
12408
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12409
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12408
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12409
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12410
12410
|
} | {
|
|
12411
12411
|
isRequired: true;
|
|
12412
12412
|
type: "schema";
|
|
@@ -12798,8 +12798,8 @@ declare const _default: {
|
|
|
12798
12798
|
hint?: string;
|
|
12799
12799
|
minArrayLength?: number;
|
|
12800
12800
|
isArray: true;
|
|
12801
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12802
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12801
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12802
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12803
12803
|
} | {
|
|
12804
12804
|
isRequired: true;
|
|
12805
12805
|
type: "schema";
|
|
@@ -13329,8 +13329,8 @@ declare const _default: {
|
|
|
13329
13329
|
hint?: string;
|
|
13330
13330
|
minArrayLength?: number;
|
|
13331
13331
|
isArray: true;
|
|
13332
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13333
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13332
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13333
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13334
13334
|
} | {
|
|
13335
13335
|
isRequired: true;
|
|
13336
13336
|
type: "schema";
|
|
@@ -13722,8 +13722,8 @@ declare const _default: {
|
|
|
13722
13722
|
hint?: string;
|
|
13723
13723
|
minArrayLength?: number;
|
|
13724
13724
|
isArray: true;
|
|
13725
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13726
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13725
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13726
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13727
13727
|
} | {
|
|
13728
13728
|
isRequired: true;
|
|
13729
13729
|
type: "schema";
|
|
@@ -15933,8 +15933,8 @@ declare const _default: {
|
|
|
15933
15933
|
hint?: string;
|
|
15934
15934
|
minArrayLength?: number;
|
|
15935
15935
|
isArray: true;
|
|
15936
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15937
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15936
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15937
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15938
15938
|
} | {
|
|
15939
15939
|
isRequired: true;
|
|
15940
15940
|
type: "schema";
|
|
@@ -16326,8 +16326,8 @@ declare const _default: {
|
|
|
16326
16326
|
hint?: string;
|
|
16327
16327
|
minArrayLength?: number;
|
|
16328
16328
|
isArray: true;
|
|
16329
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16330
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16329
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16330
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16331
16331
|
} | {
|
|
16332
16332
|
isRequired: true;
|
|
16333
16333
|
type: "schema";
|
|
@@ -16819,8 +16819,8 @@ declare const _default: {
|
|
|
16819
16819
|
hint?: string;
|
|
16820
16820
|
minArrayLength?: number;
|
|
16821
16821
|
isArray: true;
|
|
16822
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16823
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16822
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16823
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16824
16824
|
} | {
|
|
16825
16825
|
isRequired: true;
|
|
16826
16826
|
type: "schema";
|
|
@@ -17212,8 +17212,8 @@ declare const _default: {
|
|
|
17212
17212
|
hint?: string;
|
|
17213
17213
|
minArrayLength?: number;
|
|
17214
17214
|
isArray: true;
|
|
17215
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17216
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17215
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17216
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17217
17217
|
} | {
|
|
17218
17218
|
isRequired: true;
|
|
17219
17219
|
type: "schema";
|
|
@@ -17728,8 +17728,8 @@ declare const _default: {
|
|
|
17728
17728
|
hint?: string;
|
|
17729
17729
|
minArrayLength?: number;
|
|
17730
17730
|
isArray: true;
|
|
17731
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17732
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17731
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17732
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17733
17733
|
} | {
|
|
17734
17734
|
isRequired: true;
|
|
17735
17735
|
type: "schema";
|
|
@@ -18121,8 +18121,8 @@ declare const _default: {
|
|
|
18121
18121
|
hint?: string;
|
|
18122
18122
|
minArrayLength?: number;
|
|
18123
18123
|
isArray: true;
|
|
18124
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18125
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18124
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18125
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18126
18126
|
} | {
|
|
18127
18127
|
isRequired: true;
|
|
18128
18128
|
type: "schema";
|
|
@@ -18611,8 +18611,8 @@ declare const _default: {
|
|
|
18611
18611
|
hint?: string;
|
|
18612
18612
|
minArrayLength?: number;
|
|
18613
18613
|
isArray: true;
|
|
18614
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18615
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18614
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18615
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18616
18616
|
} | {
|
|
18617
18617
|
isRequired: true;
|
|
18618
18618
|
type: "schema";
|
|
@@ -19004,8 +19004,8 @@ declare const _default: {
|
|
|
19004
19004
|
hint?: string;
|
|
19005
19005
|
minArrayLength?: number;
|
|
19006
19006
|
isArray: true;
|
|
19007
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19008
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19007
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19008
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19009
19009
|
} | {
|
|
19010
19010
|
isRequired: true;
|
|
19011
19011
|
type: "schema";
|
|
@@ -19494,8 +19494,8 @@ declare const _default: {
|
|
|
19494
19494
|
hint?: string;
|
|
19495
19495
|
minArrayLength?: number;
|
|
19496
19496
|
isArray: true;
|
|
19497
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19498
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19497
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19498
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19499
19499
|
} | {
|
|
19500
19500
|
isRequired: true;
|
|
19501
19501
|
type: "schema";
|
|
@@ -19887,8 +19887,8 @@ declare const _default: {
|
|
|
19887
19887
|
hint?: string;
|
|
19888
19888
|
minArrayLength?: number;
|
|
19889
19889
|
isArray: true;
|
|
19890
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19891
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19890
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19891
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19892
19892
|
} | {
|
|
19893
19893
|
isRequired: true;
|
|
19894
19894
|
type: "schema";
|
|
@@ -20418,8 +20418,8 @@ declare const _default: {
|
|
|
20418
20418
|
hint?: string;
|
|
20419
20419
|
minArrayLength?: number;
|
|
20420
20420
|
isArray: true;
|
|
20421
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20422
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20421
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20422
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20423
20423
|
} | {
|
|
20424
20424
|
isRequired: true;
|
|
20425
20425
|
type: "schema";
|
|
@@ -20811,8 +20811,8 @@ declare const _default: {
|
|
|
20811
20811
|
hint?: string;
|
|
20812
20812
|
minArrayLength?: number;
|
|
20813
20813
|
isArray: true;
|
|
20814
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20815
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20814
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20815
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20816
20816
|
} | {
|
|
20817
20817
|
isRequired: true;
|
|
20818
20818
|
type: "schema";
|
|
@@ -22977,8 +22977,8 @@ declare const _default: {
|
|
|
22977
22977
|
hint?: string;
|
|
22978
22978
|
minArrayLength?: number;
|
|
22979
22979
|
isArray: true;
|
|
22980
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22981
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22980
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22981
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22982
22982
|
} | {
|
|
22983
22983
|
isRequired: true;
|
|
22984
22984
|
type: "schema";
|
|
@@ -23370,8 +23370,8 @@ declare const _default: {
|
|
|
23370
23370
|
hint?: string;
|
|
23371
23371
|
minArrayLength?: number;
|
|
23372
23372
|
isArray: true;
|
|
23373
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23374
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23373
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23374
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23375
23375
|
} | {
|
|
23376
23376
|
isRequired: true;
|
|
23377
23377
|
type: "schema";
|
|
@@ -23863,8 +23863,8 @@ declare const _default: {
|
|
|
23863
23863
|
hint?: string;
|
|
23864
23864
|
minArrayLength?: number;
|
|
23865
23865
|
isArray: true;
|
|
23866
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23867
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23866
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23867
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23868
23868
|
} | {
|
|
23869
23869
|
isRequired: true;
|
|
23870
23870
|
type: "schema";
|
|
@@ -24256,8 +24256,8 @@ declare const _default: {
|
|
|
24256
24256
|
hint?: string;
|
|
24257
24257
|
minArrayLength?: number;
|
|
24258
24258
|
isArray: true;
|
|
24259
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24260
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24259
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24260
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24261
24261
|
} | {
|
|
24262
24262
|
isRequired: true;
|
|
24263
24263
|
type: "schema";
|
|
@@ -24772,8 +24772,8 @@ declare const _default: {
|
|
|
24772
24772
|
hint?: string;
|
|
24773
24773
|
minArrayLength?: number;
|
|
24774
24774
|
isArray: true;
|
|
24775
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24776
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24775
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24776
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24777
24777
|
} | {
|
|
24778
24778
|
isRequired: true;
|
|
24779
24779
|
type: "schema";
|
|
@@ -25165,8 +25165,8 @@ declare const _default: {
|
|
|
25165
25165
|
hint?: string;
|
|
25166
25166
|
minArrayLength?: number;
|
|
25167
25167
|
isArray: true;
|
|
25168
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25169
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25168
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25169
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25170
25170
|
} | {
|
|
25171
25171
|
isRequired: true;
|
|
25172
25172
|
type: "schema";
|
|
@@ -25655,8 +25655,8 @@ declare const _default: {
|
|
|
25655
25655
|
hint?: string;
|
|
25656
25656
|
minArrayLength?: number;
|
|
25657
25657
|
isArray: true;
|
|
25658
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25659
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25658
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25659
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25660
25660
|
} | {
|
|
25661
25661
|
isRequired: true;
|
|
25662
25662
|
type: "schema";
|
|
@@ -26048,8 +26048,8 @@ declare const _default: {
|
|
|
26048
26048
|
hint?: string;
|
|
26049
26049
|
minArrayLength?: number;
|
|
26050
26050
|
isArray: true;
|
|
26051
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26052
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26051
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26052
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26053
26053
|
} | {
|
|
26054
26054
|
isRequired: true;
|
|
26055
26055
|
type: "schema";
|
|
@@ -26538,8 +26538,8 @@ declare const _default: {
|
|
|
26538
26538
|
hint?: string;
|
|
26539
26539
|
minArrayLength?: number;
|
|
26540
26540
|
isArray: true;
|
|
26541
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26542
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26541
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26542
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26543
26543
|
} | {
|
|
26544
26544
|
isRequired: true;
|
|
26545
26545
|
type: "schema";
|
|
@@ -26931,8 +26931,8 @@ declare const _default: {
|
|
|
26931
26931
|
hint?: string;
|
|
26932
26932
|
minArrayLength?: number;
|
|
26933
26933
|
isArray: true;
|
|
26934
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26935
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26934
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26935
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26936
26936
|
} | {
|
|
26937
26937
|
isRequired: true;
|
|
26938
26938
|
type: "schema";
|
|
@@ -27462,8 +27462,8 @@ declare const _default: {
|
|
|
27462
27462
|
hint?: string;
|
|
27463
27463
|
minArrayLength?: number;
|
|
27464
27464
|
isArray: true;
|
|
27465
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27466
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27465
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27466
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27467
27467
|
} | {
|
|
27468
27468
|
isRequired: true;
|
|
27469
27469
|
type: "schema";
|
|
@@ -27855,8 +27855,8 @@ declare const _default: {
|
|
|
27855
27855
|
hint?: string;
|
|
27856
27856
|
minArrayLength?: number;
|
|
27857
27857
|
isArray: true;
|
|
27858
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27859
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27858
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27859
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27860
27860
|
} | {
|
|
27861
27861
|
isRequired: true;
|
|
27862
27862
|
type: "schema";
|