@sprucelabs/heartwood-view-controllers 112.3.30 → 113.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/esm/schemas/v2021_02_11/addressInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/autocompleteInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/cards/cardBody.builder.d.ts +72 -72
- package/build/esm/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/cards/cardSection.builder.d.ts +72 -72
- package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/formSection.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/bigForm.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/form.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/input.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/phoneInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/ratingsInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/textInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/toggleInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/layout.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/list.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/listCell.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/lockScreen.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/navigation.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/navigationButton.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/progressNavigator.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/selectInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/skillView.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +96 -96
- package/build/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
|
@@ -1731,8 +1731,8 @@ declare const _default: {
|
|
|
1731
1731
|
hint?: string;
|
|
1732
1732
|
minArrayLength?: number;
|
|
1733
1733
|
isArray: true;
|
|
1734
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1735
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1734
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1735
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1736
1736
|
} | {
|
|
1737
1737
|
isRequired: true;
|
|
1738
1738
|
type: "schema";
|
|
@@ -2124,8 +2124,8 @@ declare const _default: {
|
|
|
2124
2124
|
hint?: string;
|
|
2125
2125
|
minArrayLength?: number;
|
|
2126
2126
|
isArray: true;
|
|
2127
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2128
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2127
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2128
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2129
2129
|
} | {
|
|
2130
2130
|
isRequired: true;
|
|
2131
2131
|
type: "schema";
|
|
@@ -2617,8 +2617,8 @@ declare const _default: {
|
|
|
2617
2617
|
hint?: string;
|
|
2618
2618
|
minArrayLength?: number;
|
|
2619
2619
|
isArray: true;
|
|
2620
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2621
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2620
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2621
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2622
2622
|
} | {
|
|
2623
2623
|
isRequired: true;
|
|
2624
2624
|
type: "schema";
|
|
@@ -3010,8 +3010,8 @@ declare const _default: {
|
|
|
3010
3010
|
hint?: string;
|
|
3011
3011
|
minArrayLength?: number;
|
|
3012
3012
|
isArray: true;
|
|
3013
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3014
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3013
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3014
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3015
3015
|
} | {
|
|
3016
3016
|
isRequired: true;
|
|
3017
3017
|
type: "schema";
|
|
@@ -3526,8 +3526,8 @@ declare const _default: {
|
|
|
3526
3526
|
hint?: string;
|
|
3527
3527
|
minArrayLength?: number;
|
|
3528
3528
|
isArray: true;
|
|
3529
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3530
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3529
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3530
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3531
3531
|
} | {
|
|
3532
3532
|
isRequired: true;
|
|
3533
3533
|
type: "schema";
|
|
@@ -3919,8 +3919,8 @@ declare const _default: {
|
|
|
3919
3919
|
hint?: string;
|
|
3920
3920
|
minArrayLength?: number;
|
|
3921
3921
|
isArray: true;
|
|
3922
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3923
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3922
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3923
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3924
3924
|
} | {
|
|
3925
3925
|
isRequired: true;
|
|
3926
3926
|
type: "schema";
|
|
@@ -4409,8 +4409,8 @@ declare const _default: {
|
|
|
4409
4409
|
hint?: string;
|
|
4410
4410
|
minArrayLength?: number;
|
|
4411
4411
|
isArray: true;
|
|
4412
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4413
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4412
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4413
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4414
4414
|
} | {
|
|
4415
4415
|
isRequired: true;
|
|
4416
4416
|
type: "schema";
|
|
@@ -4802,8 +4802,8 @@ declare const _default: {
|
|
|
4802
4802
|
hint?: string;
|
|
4803
4803
|
minArrayLength?: number;
|
|
4804
4804
|
isArray: true;
|
|
4805
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4806
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4805
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4806
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4807
4807
|
} | {
|
|
4808
4808
|
isRequired: true;
|
|
4809
4809
|
type: "schema";
|
|
@@ -5292,8 +5292,8 @@ declare const _default: {
|
|
|
5292
5292
|
hint?: string;
|
|
5293
5293
|
minArrayLength?: number;
|
|
5294
5294
|
isArray: true;
|
|
5295
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5296
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5295
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5296
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5297
5297
|
} | {
|
|
5298
5298
|
isRequired: true;
|
|
5299
5299
|
type: "schema";
|
|
@@ -5685,8 +5685,8 @@ declare const _default: {
|
|
|
5685
5685
|
hint?: string;
|
|
5686
5686
|
minArrayLength?: number;
|
|
5687
5687
|
isArray: true;
|
|
5688
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5689
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5688
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5689
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5690
5690
|
} | {
|
|
5691
5691
|
isRequired: true;
|
|
5692
5692
|
type: "schema";
|
|
@@ -6216,8 +6216,8 @@ declare const _default: {
|
|
|
6216
6216
|
hint?: string;
|
|
6217
6217
|
minArrayLength?: number;
|
|
6218
6218
|
isArray: true;
|
|
6219
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6220
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6219
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6220
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6221
6221
|
} | {
|
|
6222
6222
|
isRequired: true;
|
|
6223
6223
|
type: "schema";
|
|
@@ -6609,8 +6609,8 @@ declare const _default: {
|
|
|
6609
6609
|
hint?: string;
|
|
6610
6610
|
minArrayLength?: number;
|
|
6611
6611
|
isArray: true;
|
|
6612
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6613
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6612
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6613
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6614
6614
|
} | {
|
|
6615
6615
|
isRequired: true;
|
|
6616
6616
|
type: "schema";
|
|
@@ -8822,8 +8822,8 @@ declare const _default: {
|
|
|
8822
8822
|
hint?: string;
|
|
8823
8823
|
minArrayLength?: number;
|
|
8824
8824
|
isArray: true;
|
|
8825
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8826
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8825
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8826
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8827
8827
|
} | {
|
|
8828
8828
|
isRequired: true;
|
|
8829
8829
|
type: "schema";
|
|
@@ -9215,8 +9215,8 @@ declare const _default: {
|
|
|
9215
9215
|
hint?: string;
|
|
9216
9216
|
minArrayLength?: number;
|
|
9217
9217
|
isArray: true;
|
|
9218
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9219
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9218
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9219
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9220
9220
|
} | {
|
|
9221
9221
|
isRequired: true;
|
|
9222
9222
|
type: "schema";
|
|
@@ -9708,8 +9708,8 @@ declare const _default: {
|
|
|
9708
9708
|
hint?: string;
|
|
9709
9709
|
minArrayLength?: number;
|
|
9710
9710
|
isArray: true;
|
|
9711
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9712
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9711
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9712
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9713
9713
|
} | {
|
|
9714
9714
|
isRequired: true;
|
|
9715
9715
|
type: "schema";
|
|
@@ -10101,8 +10101,8 @@ declare const _default: {
|
|
|
10101
10101
|
hint?: string;
|
|
10102
10102
|
minArrayLength?: number;
|
|
10103
10103
|
isArray: true;
|
|
10104
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10105
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10104
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10105
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10106
10106
|
} | {
|
|
10107
10107
|
isRequired: true;
|
|
10108
10108
|
type: "schema";
|
|
@@ -10617,8 +10617,8 @@ declare const _default: {
|
|
|
10617
10617
|
hint?: string;
|
|
10618
10618
|
minArrayLength?: number;
|
|
10619
10619
|
isArray: true;
|
|
10620
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10621
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10620
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10621
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10622
10622
|
} | {
|
|
10623
10623
|
isRequired: true;
|
|
10624
10624
|
type: "schema";
|
|
@@ -11010,8 +11010,8 @@ declare const _default: {
|
|
|
11010
11010
|
hint?: string;
|
|
11011
11011
|
minArrayLength?: number;
|
|
11012
11012
|
isArray: true;
|
|
11013
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11014
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11013
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11014
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11015
11015
|
} | {
|
|
11016
11016
|
isRequired: true;
|
|
11017
11017
|
type: "schema";
|
|
@@ -11500,8 +11500,8 @@ declare const _default: {
|
|
|
11500
11500
|
hint?: string;
|
|
11501
11501
|
minArrayLength?: number;
|
|
11502
11502
|
isArray: true;
|
|
11503
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11504
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11503
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11504
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11505
11505
|
} | {
|
|
11506
11506
|
isRequired: true;
|
|
11507
11507
|
type: "schema";
|
|
@@ -11893,8 +11893,8 @@ declare const _default: {
|
|
|
11893
11893
|
hint?: string;
|
|
11894
11894
|
minArrayLength?: number;
|
|
11895
11895
|
isArray: true;
|
|
11896
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11897
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11896
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11897
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11898
11898
|
} | {
|
|
11899
11899
|
isRequired: true;
|
|
11900
11900
|
type: "schema";
|
|
@@ -12383,8 +12383,8 @@ declare const _default: {
|
|
|
12383
12383
|
hint?: string;
|
|
12384
12384
|
minArrayLength?: number;
|
|
12385
12385
|
isArray: true;
|
|
12386
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12387
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12386
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12387
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12388
12388
|
} | {
|
|
12389
12389
|
isRequired: true;
|
|
12390
12390
|
type: "schema";
|
|
@@ -12776,8 +12776,8 @@ declare const _default: {
|
|
|
12776
12776
|
hint?: string;
|
|
12777
12777
|
minArrayLength?: number;
|
|
12778
12778
|
isArray: true;
|
|
12779
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12780
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12779
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12780
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12781
12781
|
} | {
|
|
12782
12782
|
isRequired: true;
|
|
12783
12783
|
type: "schema";
|
|
@@ -13307,8 +13307,8 @@ declare const _default: {
|
|
|
13307
13307
|
hint?: string;
|
|
13308
13308
|
minArrayLength?: number;
|
|
13309
13309
|
isArray: true;
|
|
13310
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13311
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13310
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13311
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13312
13312
|
} | {
|
|
13313
13313
|
isRequired: true;
|
|
13314
13314
|
type: "schema";
|
|
@@ -13700,8 +13700,8 @@ declare const _default: {
|
|
|
13700
13700
|
hint?: string;
|
|
13701
13701
|
minArrayLength?: number;
|
|
13702
13702
|
isArray: true;
|
|
13703
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13704
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13703
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13704
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13705
13705
|
} | {
|
|
13706
13706
|
isRequired: true;
|
|
13707
13707
|
type: "schema";
|
|
@@ -15911,8 +15911,8 @@ declare const _default: {
|
|
|
15911
15911
|
hint?: string;
|
|
15912
15912
|
minArrayLength?: number;
|
|
15913
15913
|
isArray: true;
|
|
15914
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15915
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15914
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15915
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15916
15916
|
} | {
|
|
15917
15917
|
isRequired: true;
|
|
15918
15918
|
type: "schema";
|
|
@@ -16304,8 +16304,8 @@ declare const _default: {
|
|
|
16304
16304
|
hint?: string;
|
|
16305
16305
|
minArrayLength?: number;
|
|
16306
16306
|
isArray: true;
|
|
16307
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16308
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16307
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16308
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16309
16309
|
} | {
|
|
16310
16310
|
isRequired: true;
|
|
16311
16311
|
type: "schema";
|
|
@@ -16797,8 +16797,8 @@ declare const _default: {
|
|
|
16797
16797
|
hint?: string;
|
|
16798
16798
|
minArrayLength?: number;
|
|
16799
16799
|
isArray: true;
|
|
16800
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16801
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16800
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16801
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16802
16802
|
} | {
|
|
16803
16803
|
isRequired: true;
|
|
16804
16804
|
type: "schema";
|
|
@@ -17190,8 +17190,8 @@ declare const _default: {
|
|
|
17190
17190
|
hint?: string;
|
|
17191
17191
|
minArrayLength?: number;
|
|
17192
17192
|
isArray: true;
|
|
17193
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17194
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17193
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17194
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17195
17195
|
} | {
|
|
17196
17196
|
isRequired: true;
|
|
17197
17197
|
type: "schema";
|
|
@@ -17706,8 +17706,8 @@ declare const _default: {
|
|
|
17706
17706
|
hint?: string;
|
|
17707
17707
|
minArrayLength?: number;
|
|
17708
17708
|
isArray: true;
|
|
17709
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17710
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17709
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17710
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17711
17711
|
} | {
|
|
17712
17712
|
isRequired: true;
|
|
17713
17713
|
type: "schema";
|
|
@@ -18099,8 +18099,8 @@ declare const _default: {
|
|
|
18099
18099
|
hint?: string;
|
|
18100
18100
|
minArrayLength?: number;
|
|
18101
18101
|
isArray: true;
|
|
18102
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18103
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18102
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18103
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18104
18104
|
} | {
|
|
18105
18105
|
isRequired: true;
|
|
18106
18106
|
type: "schema";
|
|
@@ -18589,8 +18589,8 @@ declare const _default: {
|
|
|
18589
18589
|
hint?: string;
|
|
18590
18590
|
minArrayLength?: number;
|
|
18591
18591
|
isArray: true;
|
|
18592
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18593
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18592
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18593
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18594
18594
|
} | {
|
|
18595
18595
|
isRequired: true;
|
|
18596
18596
|
type: "schema";
|
|
@@ -18982,8 +18982,8 @@ declare const _default: {
|
|
|
18982
18982
|
hint?: string;
|
|
18983
18983
|
minArrayLength?: number;
|
|
18984
18984
|
isArray: true;
|
|
18985
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18986
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18985
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18986
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18987
18987
|
} | {
|
|
18988
18988
|
isRequired: true;
|
|
18989
18989
|
type: "schema";
|
|
@@ -19472,8 +19472,8 @@ declare const _default: {
|
|
|
19472
19472
|
hint?: string;
|
|
19473
19473
|
minArrayLength?: number;
|
|
19474
19474
|
isArray: true;
|
|
19475
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19476
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19475
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19476
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19477
19477
|
} | {
|
|
19478
19478
|
isRequired: true;
|
|
19479
19479
|
type: "schema";
|
|
@@ -19865,8 +19865,8 @@ declare const _default: {
|
|
|
19865
19865
|
hint?: string;
|
|
19866
19866
|
minArrayLength?: number;
|
|
19867
19867
|
isArray: true;
|
|
19868
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19869
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19868
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19869
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19870
19870
|
} | {
|
|
19871
19871
|
isRequired: true;
|
|
19872
19872
|
type: "schema";
|
|
@@ -20396,8 +20396,8 @@ declare const _default: {
|
|
|
20396
20396
|
hint?: string;
|
|
20397
20397
|
minArrayLength?: number;
|
|
20398
20398
|
isArray: true;
|
|
20399
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20400
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20399
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20400
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20401
20401
|
} | {
|
|
20402
20402
|
isRequired: true;
|
|
20403
20403
|
type: "schema";
|
|
@@ -20789,8 +20789,8 @@ declare const _default: {
|
|
|
20789
20789
|
hint?: string;
|
|
20790
20790
|
minArrayLength?: number;
|
|
20791
20791
|
isArray: true;
|
|
20792
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20793
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20792
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20793
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20794
20794
|
} | {
|
|
20795
20795
|
isRequired: true;
|
|
20796
20796
|
type: "schema";
|
|
@@ -22955,8 +22955,8 @@ declare const _default: {
|
|
|
22955
22955
|
hint?: string;
|
|
22956
22956
|
minArrayLength?: number;
|
|
22957
22957
|
isArray: true;
|
|
22958
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22959
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22958
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22959
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22960
22960
|
} | {
|
|
22961
22961
|
isRequired: true;
|
|
22962
22962
|
type: "schema";
|
|
@@ -23348,8 +23348,8 @@ declare const _default: {
|
|
|
23348
23348
|
hint?: string;
|
|
23349
23349
|
minArrayLength?: number;
|
|
23350
23350
|
isArray: true;
|
|
23351
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23352
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23351
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23352
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23353
23353
|
} | {
|
|
23354
23354
|
isRequired: true;
|
|
23355
23355
|
type: "schema";
|
|
@@ -23841,8 +23841,8 @@ declare const _default: {
|
|
|
23841
23841
|
hint?: string;
|
|
23842
23842
|
minArrayLength?: number;
|
|
23843
23843
|
isArray: true;
|
|
23844
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23845
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23844
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23845
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23846
23846
|
} | {
|
|
23847
23847
|
isRequired: true;
|
|
23848
23848
|
type: "schema";
|
|
@@ -24234,8 +24234,8 @@ declare const _default: {
|
|
|
24234
24234
|
hint?: string;
|
|
24235
24235
|
minArrayLength?: number;
|
|
24236
24236
|
isArray: true;
|
|
24237
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24238
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24237
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24238
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24239
24239
|
} | {
|
|
24240
24240
|
isRequired: true;
|
|
24241
24241
|
type: "schema";
|
|
@@ -24750,8 +24750,8 @@ declare const _default: {
|
|
|
24750
24750
|
hint?: string;
|
|
24751
24751
|
minArrayLength?: number;
|
|
24752
24752
|
isArray: true;
|
|
24753
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24754
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24753
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24754
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24755
24755
|
} | {
|
|
24756
24756
|
isRequired: true;
|
|
24757
24757
|
type: "schema";
|
|
@@ -25143,8 +25143,8 @@ declare const _default: {
|
|
|
25143
25143
|
hint?: string;
|
|
25144
25144
|
minArrayLength?: number;
|
|
25145
25145
|
isArray: true;
|
|
25146
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25147
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25146
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25147
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25148
25148
|
} | {
|
|
25149
25149
|
isRequired: true;
|
|
25150
25150
|
type: "schema";
|
|
@@ -25633,8 +25633,8 @@ declare const _default: {
|
|
|
25633
25633
|
hint?: string;
|
|
25634
25634
|
minArrayLength?: number;
|
|
25635
25635
|
isArray: true;
|
|
25636
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25637
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25636
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25637
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25638
25638
|
} | {
|
|
25639
25639
|
isRequired: true;
|
|
25640
25640
|
type: "schema";
|
|
@@ -26026,8 +26026,8 @@ declare const _default: {
|
|
|
26026
26026
|
hint?: string;
|
|
26027
26027
|
minArrayLength?: number;
|
|
26028
26028
|
isArray: true;
|
|
26029
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26030
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26029
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26030
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26031
26031
|
} | {
|
|
26032
26032
|
isRequired: true;
|
|
26033
26033
|
type: "schema";
|
|
@@ -26516,8 +26516,8 @@ declare const _default: {
|
|
|
26516
26516
|
hint?: string;
|
|
26517
26517
|
minArrayLength?: number;
|
|
26518
26518
|
isArray: true;
|
|
26519
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26520
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26519
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26520
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26521
26521
|
} | {
|
|
26522
26522
|
isRequired: true;
|
|
26523
26523
|
type: "schema";
|
|
@@ -26909,8 +26909,8 @@ declare const _default: {
|
|
|
26909
26909
|
hint?: string;
|
|
26910
26910
|
minArrayLength?: number;
|
|
26911
26911
|
isArray: true;
|
|
26912
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26913
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26912
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26913
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26914
26914
|
} | {
|
|
26915
26915
|
isRequired: true;
|
|
26916
26916
|
type: "schema";
|
|
@@ -27440,8 +27440,8 @@ declare const _default: {
|
|
|
27440
27440
|
hint?: string;
|
|
27441
27441
|
minArrayLength?: number;
|
|
27442
27442
|
isArray: true;
|
|
27443
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27444
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27443
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27444
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27445
27445
|
} | {
|
|
27446
27446
|
isRequired: true;
|
|
27447
27447
|
type: "schema";
|
|
@@ -27833,8 +27833,8 @@ declare const _default: {
|
|
|
27833
27833
|
hint?: string;
|
|
27834
27834
|
minArrayLength?: number;
|
|
27835
27835
|
isArray: true;
|
|
27836
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27837
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27836
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27837
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27838
27838
|
} | {
|
|
27839
27839
|
isRequired: true;
|
|
27840
27840
|
type: "schema";
|