@sprucelabs/heartwood-view-controllers 112.3.29 → 113.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/esm/schemas/v2021_02_11/addressInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/autocompleteInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/cards/card.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/cards/cardBody.builder.d.ts +72 -72
- package/build/esm/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/cards/cardSection.builder.d.ts +72 -72
- package/build/esm/schemas/v2021_02_11/dialog.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/formSection.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/bigForm.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/form.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/forms/input.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/phoneInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/ratingsInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/textInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/forms/toggleInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/layout.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/list.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/listCell.builder.d.ts +24 -24
- package/build/esm/schemas/v2021_02_11/lockScreen.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/navigation.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/navigationButton.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/progressNavigator.builder.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/selectInput.builder.d.ts +4 -4
- package/build/esm/schemas/v2021_02_11/skillView.builder.d.ts +96 -96
- package/build/esm/schemas/v2021_02_11/toolBelt.builder.d.ts +96 -96
- package/build/esm/tests/utilities/interactor.js +2 -4
- package/build/esm/tests/utilities/navigationAssert.d.ts +1 -0
- package/build/esm/tests/utilities/navigationAssert.js +1 -1
- package/build/schemas/v2021_02_11/addressInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/autocompleteInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/cards/card.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/cards/cardBody.builder.d.ts +72 -72
- package/build/schemas/v2021_02_11/cards/cardHeader.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/cards/cardSection.builder.d.ts +72 -72
- package/build/schemas/v2021_02_11/dialog.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/formSection.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/bigForm.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/form.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/forms/input.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/phoneInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/ratingsInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/textInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/forms/toggleInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/layout.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/list.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/listCell.builder.d.ts +24 -24
- package/build/schemas/v2021_02_11/lockScreen.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/navigation.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/navigationButton.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/progressNavigator.builder.d.ts +2 -2
- package/build/schemas/v2021_02_11/selectInput.builder.d.ts +4 -4
- package/build/schemas/v2021_02_11/skillView.builder.d.ts +96 -96
- package/build/schemas/v2021_02_11/toolBelt.builder.d.ts +96 -96
- package/build/tests/utilities/interactor.js +35 -4
- package/build/tests/utilities/navigationAssert.d.ts +1 -0
- package/build/tests/utilities/navigationAssert.js +1 -0
- package/package.json +11 -11
|
@@ -1492,8 +1492,8 @@ declare const _default: {
|
|
|
1492
1492
|
hint?: string;
|
|
1493
1493
|
minArrayLength?: number;
|
|
1494
1494
|
isArray: true;
|
|
1495
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1496
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1495
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1496
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1497
1497
|
} | {
|
|
1498
1498
|
isRequired: true;
|
|
1499
1499
|
type: "schema";
|
|
@@ -1885,8 +1885,8 @@ declare const _default: {
|
|
|
1885
1885
|
hint?: string;
|
|
1886
1886
|
minArrayLength?: number;
|
|
1887
1887
|
isArray: true;
|
|
1888
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1889
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1888
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1889
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1890
1890
|
} | {
|
|
1891
1891
|
isRequired: true;
|
|
1892
1892
|
type: "schema";
|
|
@@ -2378,8 +2378,8 @@ declare const _default: {
|
|
|
2378
2378
|
hint?: string;
|
|
2379
2379
|
minArrayLength?: number;
|
|
2380
2380
|
isArray: true;
|
|
2381
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2382
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2381
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2382
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2383
2383
|
} | {
|
|
2384
2384
|
isRequired: true;
|
|
2385
2385
|
type: "schema";
|
|
@@ -2771,8 +2771,8 @@ declare const _default: {
|
|
|
2771
2771
|
hint?: string;
|
|
2772
2772
|
minArrayLength?: number;
|
|
2773
2773
|
isArray: true;
|
|
2774
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2775
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2774
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2775
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2776
2776
|
} | {
|
|
2777
2777
|
isRequired: true;
|
|
2778
2778
|
type: "schema";
|
|
@@ -3287,8 +3287,8 @@ declare const _default: {
|
|
|
3287
3287
|
hint?: string;
|
|
3288
3288
|
minArrayLength?: number;
|
|
3289
3289
|
isArray: true;
|
|
3290
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3291
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3290
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3291
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3292
3292
|
} | {
|
|
3293
3293
|
isRequired: true;
|
|
3294
3294
|
type: "schema";
|
|
@@ -3680,8 +3680,8 @@ declare const _default: {
|
|
|
3680
3680
|
hint?: string;
|
|
3681
3681
|
minArrayLength?: number;
|
|
3682
3682
|
isArray: true;
|
|
3683
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3684
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3683
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3684
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3685
3685
|
} | {
|
|
3686
3686
|
isRequired: true;
|
|
3687
3687
|
type: "schema";
|
|
@@ -4170,8 +4170,8 @@ declare const _default: {
|
|
|
4170
4170
|
hint?: string;
|
|
4171
4171
|
minArrayLength?: number;
|
|
4172
4172
|
isArray: true;
|
|
4173
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4174
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4173
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4174
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4175
4175
|
} | {
|
|
4176
4176
|
isRequired: true;
|
|
4177
4177
|
type: "schema";
|
|
@@ -4563,8 +4563,8 @@ declare const _default: {
|
|
|
4563
4563
|
hint?: string;
|
|
4564
4564
|
minArrayLength?: number;
|
|
4565
4565
|
isArray: true;
|
|
4566
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4567
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4566
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4567
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4568
4568
|
} | {
|
|
4569
4569
|
isRequired: true;
|
|
4570
4570
|
type: "schema";
|
|
@@ -5053,8 +5053,8 @@ declare const _default: {
|
|
|
5053
5053
|
hint?: string;
|
|
5054
5054
|
minArrayLength?: number;
|
|
5055
5055
|
isArray: true;
|
|
5056
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5057
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5056
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5057
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5058
5058
|
} | {
|
|
5059
5059
|
isRequired: true;
|
|
5060
5060
|
type: "schema";
|
|
@@ -5446,8 +5446,8 @@ declare const _default: {
|
|
|
5446
5446
|
hint?: string;
|
|
5447
5447
|
minArrayLength?: number;
|
|
5448
5448
|
isArray: true;
|
|
5449
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5450
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5449
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5450
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5451
5451
|
} | {
|
|
5452
5452
|
isRequired: true;
|
|
5453
5453
|
type: "schema";
|
|
@@ -5977,8 +5977,8 @@ declare const _default: {
|
|
|
5977
5977
|
hint?: string;
|
|
5978
5978
|
minArrayLength?: number;
|
|
5979
5979
|
isArray: true;
|
|
5980
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5981
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5980
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5981
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5982
5982
|
} | {
|
|
5983
5983
|
isRequired: true;
|
|
5984
5984
|
type: "schema";
|
|
@@ -6370,8 +6370,8 @@ declare const _default: {
|
|
|
6370
6370
|
hint?: string;
|
|
6371
6371
|
minArrayLength?: number;
|
|
6372
6372
|
isArray: true;
|
|
6373
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6374
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6373
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6374
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6375
6375
|
} | {
|
|
6376
6376
|
isRequired: true;
|
|
6377
6377
|
type: "schema";
|
|
@@ -1683,8 +1683,8 @@ declare const _default: {
|
|
|
1683
1683
|
hint?: string;
|
|
1684
1684
|
minArrayLength?: number;
|
|
1685
1685
|
isArray: true;
|
|
1686
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1687
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1686
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1687
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1688
1688
|
} | {
|
|
1689
1689
|
isRequired: true;
|
|
1690
1690
|
type: "schema";
|
|
@@ -2076,8 +2076,8 @@ declare const _default: {
|
|
|
2076
2076
|
hint?: string;
|
|
2077
2077
|
minArrayLength?: number;
|
|
2078
2078
|
isArray: true;
|
|
2079
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2080
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2079
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2080
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2081
2081
|
} | {
|
|
2082
2082
|
isRequired: true;
|
|
2083
2083
|
type: "schema";
|
|
@@ -2569,8 +2569,8 @@ declare const _default: {
|
|
|
2569
2569
|
hint?: string;
|
|
2570
2570
|
minArrayLength?: number;
|
|
2571
2571
|
isArray: true;
|
|
2572
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2573
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2572
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2573
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2574
2574
|
} | {
|
|
2575
2575
|
isRequired: true;
|
|
2576
2576
|
type: "schema";
|
|
@@ -2962,8 +2962,8 @@ declare const _default: {
|
|
|
2962
2962
|
hint?: string;
|
|
2963
2963
|
minArrayLength?: number;
|
|
2964
2964
|
isArray: true;
|
|
2965
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2966
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2965
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2966
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2967
2967
|
} | {
|
|
2968
2968
|
isRequired: true;
|
|
2969
2969
|
type: "schema";
|
|
@@ -3478,8 +3478,8 @@ declare const _default: {
|
|
|
3478
3478
|
hint?: string;
|
|
3479
3479
|
minArrayLength?: number;
|
|
3480
3480
|
isArray: true;
|
|
3481
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3482
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3481
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3482
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3483
3483
|
} | {
|
|
3484
3484
|
isRequired: true;
|
|
3485
3485
|
type: "schema";
|
|
@@ -3871,8 +3871,8 @@ declare const _default: {
|
|
|
3871
3871
|
hint?: string;
|
|
3872
3872
|
minArrayLength?: number;
|
|
3873
3873
|
isArray: true;
|
|
3874
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3875
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3874
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3875
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3876
3876
|
} | {
|
|
3877
3877
|
isRequired: true;
|
|
3878
3878
|
type: "schema";
|
|
@@ -4361,8 +4361,8 @@ declare const _default: {
|
|
|
4361
4361
|
hint?: string;
|
|
4362
4362
|
minArrayLength?: number;
|
|
4363
4363
|
isArray: true;
|
|
4364
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4365
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4364
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4365
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4366
4366
|
} | {
|
|
4367
4367
|
isRequired: true;
|
|
4368
4368
|
type: "schema";
|
|
@@ -4754,8 +4754,8 @@ declare const _default: {
|
|
|
4754
4754
|
hint?: string;
|
|
4755
4755
|
minArrayLength?: number;
|
|
4756
4756
|
isArray: true;
|
|
4757
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4758
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4757
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4758
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4759
4759
|
} | {
|
|
4760
4760
|
isRequired: true;
|
|
4761
4761
|
type: "schema";
|
|
@@ -5244,8 +5244,8 @@ declare const _default: {
|
|
|
5244
5244
|
hint?: string;
|
|
5245
5245
|
minArrayLength?: number;
|
|
5246
5246
|
isArray: true;
|
|
5247
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5248
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5247
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5248
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5249
5249
|
} | {
|
|
5250
5250
|
isRequired: true;
|
|
5251
5251
|
type: "schema";
|
|
@@ -5637,8 +5637,8 @@ declare const _default: {
|
|
|
5637
5637
|
hint?: string;
|
|
5638
5638
|
minArrayLength?: number;
|
|
5639
5639
|
isArray: true;
|
|
5640
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5641
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5640
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5641
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5642
5642
|
} | {
|
|
5643
5643
|
isRequired: true;
|
|
5644
5644
|
type: "schema";
|
|
@@ -6168,8 +6168,8 @@ declare const _default: {
|
|
|
6168
6168
|
hint?: string;
|
|
6169
6169
|
minArrayLength?: number;
|
|
6170
6170
|
isArray: true;
|
|
6171
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6172
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6171
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6172
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6173
6173
|
} | {
|
|
6174
6174
|
isRequired: true;
|
|
6175
6175
|
type: "schema";
|
|
@@ -6561,8 +6561,8 @@ declare const _default: {
|
|
|
6561
6561
|
hint?: string;
|
|
6562
6562
|
minArrayLength?: number;
|
|
6563
6563
|
isArray: true;
|
|
6564
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6565
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6564
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6565
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6566
6566
|
} | {
|
|
6567
6567
|
isRequired: true;
|
|
6568
6568
|
type: "schema";
|
|
@@ -1608,8 +1608,8 @@ declare const _default: {
|
|
|
1608
1608
|
hint?: string;
|
|
1609
1609
|
minArrayLength?: number;
|
|
1610
1610
|
isArray: true;
|
|
1611
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1612
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1611
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1612
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1613
1613
|
} | {
|
|
1614
1614
|
isRequired: true;
|
|
1615
1615
|
type: "schema";
|
|
@@ -2001,8 +2001,8 @@ declare const _default: {
|
|
|
2001
2001
|
hint?: string;
|
|
2002
2002
|
minArrayLength?: number;
|
|
2003
2003
|
isArray: true;
|
|
2004
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2005
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2004
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2005
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2006
2006
|
} | {
|
|
2007
2007
|
isRequired: true;
|
|
2008
2008
|
type: "schema";
|
|
@@ -2494,8 +2494,8 @@ declare const _default: {
|
|
|
2494
2494
|
hint?: string;
|
|
2495
2495
|
minArrayLength?: number;
|
|
2496
2496
|
isArray: true;
|
|
2497
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2498
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2497
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2498
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2499
2499
|
} | {
|
|
2500
2500
|
isRequired: true;
|
|
2501
2501
|
type: "schema";
|
|
@@ -2887,8 +2887,8 @@ declare const _default: {
|
|
|
2887
2887
|
hint?: string;
|
|
2888
2888
|
minArrayLength?: number;
|
|
2889
2889
|
isArray: true;
|
|
2890
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2891
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2890
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2891
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2892
2892
|
} | {
|
|
2893
2893
|
isRequired: true;
|
|
2894
2894
|
type: "schema";
|
|
@@ -3403,8 +3403,8 @@ declare const _default: {
|
|
|
3403
3403
|
hint?: string;
|
|
3404
3404
|
minArrayLength?: number;
|
|
3405
3405
|
isArray: true;
|
|
3406
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3407
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3406
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3407
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3408
3408
|
} | {
|
|
3409
3409
|
isRequired: true;
|
|
3410
3410
|
type: "schema";
|
|
@@ -3796,8 +3796,8 @@ declare const _default: {
|
|
|
3796
3796
|
hint?: string;
|
|
3797
3797
|
minArrayLength?: number;
|
|
3798
3798
|
isArray: true;
|
|
3799
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3800
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3799
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3800
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3801
3801
|
} | {
|
|
3802
3802
|
isRequired: true;
|
|
3803
3803
|
type: "schema";
|
|
@@ -4286,8 +4286,8 @@ declare const _default: {
|
|
|
4286
4286
|
hint?: string;
|
|
4287
4287
|
minArrayLength?: number;
|
|
4288
4288
|
isArray: true;
|
|
4289
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4290
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4289
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4290
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4291
4291
|
} | {
|
|
4292
4292
|
isRequired: true;
|
|
4293
4293
|
type: "schema";
|
|
@@ -4679,8 +4679,8 @@ declare const _default: {
|
|
|
4679
4679
|
hint?: string;
|
|
4680
4680
|
minArrayLength?: number;
|
|
4681
4681
|
isArray: true;
|
|
4682
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4683
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4682
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4683
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4684
4684
|
} | {
|
|
4685
4685
|
isRequired: true;
|
|
4686
4686
|
type: "schema";
|
|
@@ -5169,8 +5169,8 @@ declare const _default: {
|
|
|
5169
5169
|
hint?: string;
|
|
5170
5170
|
minArrayLength?: number;
|
|
5171
5171
|
isArray: true;
|
|
5172
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5173
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5172
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5173
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5174
5174
|
} | {
|
|
5175
5175
|
isRequired: true;
|
|
5176
5176
|
type: "schema";
|
|
@@ -5562,8 +5562,8 @@ declare const _default: {
|
|
|
5562
5562
|
hint?: string;
|
|
5563
5563
|
minArrayLength?: number;
|
|
5564
5564
|
isArray: true;
|
|
5565
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5566
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5565
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5566
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5567
5567
|
} | {
|
|
5568
5568
|
isRequired: true;
|
|
5569
5569
|
type: "schema";
|
|
@@ -6093,8 +6093,8 @@ declare const _default: {
|
|
|
6093
6093
|
hint?: string;
|
|
6094
6094
|
minArrayLength?: number;
|
|
6095
6095
|
isArray: true;
|
|
6096
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6097
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6096
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6097
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6098
6098
|
} | {
|
|
6099
6099
|
isRequired: true;
|
|
6100
6100
|
type: "schema";
|
|
@@ -6486,8 +6486,8 @@ declare const _default: {
|
|
|
6486
6486
|
hint?: string;
|
|
6487
6487
|
minArrayLength?: number;
|
|
6488
6488
|
isArray: true;
|
|
6489
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6490
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6489
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6490
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6491
6491
|
} | {
|
|
6492
6492
|
isRequired: true;
|
|
6493
6493
|
type: "schema";
|
|
@@ -250,8 +250,8 @@ declare const _default: {
|
|
|
250
250
|
hint?: string;
|
|
251
251
|
minArrayLength?: number;
|
|
252
252
|
isArray: true;
|
|
253
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
254
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
253
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
254
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
255
255
|
} | {
|
|
256
256
|
isRequired: true;
|
|
257
257
|
type: "schema";
|
|
@@ -643,8 +643,8 @@ declare const _default: {
|
|
|
643
643
|
hint?: string;
|
|
644
644
|
minArrayLength?: number;
|
|
645
645
|
isArray: true;
|
|
646
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
647
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
646
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
647
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
648
648
|
} | {
|
|
649
649
|
isRequired: true;
|
|
650
650
|
type: "schema";
|
|
@@ -250,8 +250,8 @@ declare const _default: {
|
|
|
250
250
|
hint?: string;
|
|
251
251
|
minArrayLength?: number;
|
|
252
252
|
isArray: true;
|
|
253
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
254
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
253
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
254
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
255
255
|
} | {
|
|
256
256
|
isRequired: true;
|
|
257
257
|
type: "schema";
|
|
@@ -643,8 +643,8 @@ declare const _default: {
|
|
|
643
643
|
hint?: string;
|
|
644
644
|
minArrayLength?: number;
|
|
645
645
|
isArray: true;
|
|
646
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
647
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
646
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
647
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
648
648
|
} | {
|
|
649
649
|
isRequired: true;
|
|
650
650
|
type: "schema";
|
|
@@ -289,8 +289,8 @@ declare const _default: {
|
|
|
289
289
|
hint?: string;
|
|
290
290
|
minArrayLength?: number;
|
|
291
291
|
isArray: true;
|
|
292
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
293
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
292
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
293
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
294
294
|
} | {
|
|
295
295
|
isRequired: true;
|
|
296
296
|
type: "schema";
|
|
@@ -682,8 +682,8 @@ declare const _default: {
|
|
|
682
682
|
hint?: string;
|
|
683
683
|
minArrayLength?: number;
|
|
684
684
|
isArray: true;
|
|
685
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
686
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
685
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
686
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
687
687
|
} | {
|
|
688
688
|
isRequired: true;
|
|
689
689
|
type: "schema";
|
|
@@ -251,8 +251,8 @@ declare const _default: {
|
|
|
251
251
|
hint?: string;
|
|
252
252
|
minArrayLength?: number;
|
|
253
253
|
isArray: true;
|
|
254
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
255
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
254
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
255
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
256
256
|
} | {
|
|
257
257
|
isRequired: true;
|
|
258
258
|
type: "schema";
|
|
@@ -644,8 +644,8 @@ declare const _default: {
|
|
|
644
644
|
hint?: string;
|
|
645
645
|
minArrayLength?: number;
|
|
646
646
|
isArray: true;
|
|
647
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
648
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
647
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
648
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
649
649
|
} | {
|
|
650
650
|
isRequired: true;
|
|
651
651
|
type: "schema";
|
|
@@ -248,8 +248,8 @@ declare const _default: {
|
|
|
248
248
|
hint?: string;
|
|
249
249
|
minArrayLength?: number;
|
|
250
250
|
isArray: true;
|
|
251
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
252
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
251
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
252
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
253
253
|
} | {
|
|
254
254
|
isRequired: true;
|
|
255
255
|
type: "schema";
|
|
@@ -641,8 +641,8 @@ declare const _default: {
|
|
|
641
641
|
hint?: string;
|
|
642
642
|
minArrayLength?: number;
|
|
643
643
|
isArray: true;
|
|
644
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
645
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
644
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
645
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
646
646
|
} | {
|
|
647
647
|
isRequired: true;
|
|
648
648
|
type: "schema";
|