@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
|
@@ -1681,8 +1681,8 @@ declare const _default: {
|
|
|
1681
1681
|
hint?: string;
|
|
1682
1682
|
minArrayLength?: number;
|
|
1683
1683
|
isArray: true;
|
|
1684
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1685
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
1684
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1685
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
1686
1686
|
} | {
|
|
1687
1687
|
isRequired: true;
|
|
1688
1688
|
type: "schema";
|
|
@@ -2074,8 +2074,8 @@ declare const _default: {
|
|
|
2074
2074
|
hint?: string;
|
|
2075
2075
|
minArrayLength?: number;
|
|
2076
2076
|
isArray: true;
|
|
2077
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2078
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2077
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2078
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2079
2079
|
} | {
|
|
2080
2080
|
isRequired: true;
|
|
2081
2081
|
type: "schema";
|
|
@@ -2567,8 +2567,8 @@ declare const _default: {
|
|
|
2567
2567
|
hint?: string;
|
|
2568
2568
|
minArrayLength?: number;
|
|
2569
2569
|
isArray: true;
|
|
2570
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2571
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2570
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2571
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2572
2572
|
} | {
|
|
2573
2573
|
isRequired: true;
|
|
2574
2574
|
type: "schema";
|
|
@@ -2960,8 +2960,8 @@ declare const _default: {
|
|
|
2960
2960
|
hint?: string;
|
|
2961
2961
|
minArrayLength?: number;
|
|
2962
2962
|
isArray: true;
|
|
2963
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2964
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
2963
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2964
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
2965
2965
|
} | {
|
|
2966
2966
|
isRequired: true;
|
|
2967
2967
|
type: "schema";
|
|
@@ -3476,8 +3476,8 @@ declare const _default: {
|
|
|
3476
3476
|
hint?: string;
|
|
3477
3477
|
minArrayLength?: number;
|
|
3478
3478
|
isArray: true;
|
|
3479
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3480
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3479
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3480
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3481
3481
|
} | {
|
|
3482
3482
|
isRequired: true;
|
|
3483
3483
|
type: "schema";
|
|
@@ -3869,8 +3869,8 @@ declare const _default: {
|
|
|
3869
3869
|
hint?: string;
|
|
3870
3870
|
minArrayLength?: number;
|
|
3871
3871
|
isArray: true;
|
|
3872
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3873
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
3872
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3873
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
3874
3874
|
} | {
|
|
3875
3875
|
isRequired: true;
|
|
3876
3876
|
type: "schema";
|
|
@@ -4359,8 +4359,8 @@ declare const _default: {
|
|
|
4359
4359
|
hint?: string;
|
|
4360
4360
|
minArrayLength?: number;
|
|
4361
4361
|
isArray: true;
|
|
4362
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4363
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4362
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4363
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4364
4364
|
} | {
|
|
4365
4365
|
isRequired: true;
|
|
4366
4366
|
type: "schema";
|
|
@@ -4752,8 +4752,8 @@ declare const _default: {
|
|
|
4752
4752
|
hint?: string;
|
|
4753
4753
|
minArrayLength?: number;
|
|
4754
4754
|
isArray: true;
|
|
4755
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4756
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
4755
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4756
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
4757
4757
|
} | {
|
|
4758
4758
|
isRequired: true;
|
|
4759
4759
|
type: "schema";
|
|
@@ -5242,8 +5242,8 @@ declare const _default: {
|
|
|
5242
5242
|
hint?: string;
|
|
5243
5243
|
minArrayLength?: number;
|
|
5244
5244
|
isArray: true;
|
|
5245
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5246
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5245
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5246
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5247
5247
|
} | {
|
|
5248
5248
|
isRequired: true;
|
|
5249
5249
|
type: "schema";
|
|
@@ -5635,8 +5635,8 @@ declare const _default: {
|
|
|
5635
5635
|
hint?: string;
|
|
5636
5636
|
minArrayLength?: number;
|
|
5637
5637
|
isArray: true;
|
|
5638
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5639
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
5638
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5639
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
5640
5640
|
} | {
|
|
5641
5641
|
isRequired: true;
|
|
5642
5642
|
type: "schema";
|
|
@@ -6166,8 +6166,8 @@ declare const _default: {
|
|
|
6166
6166
|
hint?: string;
|
|
6167
6167
|
minArrayLength?: number;
|
|
6168
6168
|
isArray: true;
|
|
6169
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6170
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6169
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6170
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6171
6171
|
} | {
|
|
6172
6172
|
isRequired: true;
|
|
6173
6173
|
type: "schema";
|
|
@@ -6559,8 +6559,8 @@ declare const _default: {
|
|
|
6559
6559
|
hint?: string;
|
|
6560
6560
|
minArrayLength?: number;
|
|
6561
6561
|
isArray: true;
|
|
6562
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6563
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
6562
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6563
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
6564
6564
|
} | {
|
|
6565
6565
|
isRequired: true;
|
|
6566
6566
|
type: "schema";
|
|
@@ -8772,8 +8772,8 @@ declare const _default: {
|
|
|
8772
8772
|
hint?: string;
|
|
8773
8773
|
minArrayLength?: number;
|
|
8774
8774
|
isArray: true;
|
|
8775
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8776
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
8775
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8776
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
8777
8777
|
} | {
|
|
8778
8778
|
isRequired: true;
|
|
8779
8779
|
type: "schema";
|
|
@@ -9165,8 +9165,8 @@ declare const _default: {
|
|
|
9165
9165
|
hint?: string;
|
|
9166
9166
|
minArrayLength?: number;
|
|
9167
9167
|
isArray: true;
|
|
9168
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9169
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9168
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9169
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9170
9170
|
} | {
|
|
9171
9171
|
isRequired: true;
|
|
9172
9172
|
type: "schema";
|
|
@@ -9658,8 +9658,8 @@ declare const _default: {
|
|
|
9658
9658
|
hint?: string;
|
|
9659
9659
|
minArrayLength?: number;
|
|
9660
9660
|
isArray: true;
|
|
9661
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9662
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
9661
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9662
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
9663
9663
|
} | {
|
|
9664
9664
|
isRequired: true;
|
|
9665
9665
|
type: "schema";
|
|
@@ -10051,8 +10051,8 @@ declare const _default: {
|
|
|
10051
10051
|
hint?: string;
|
|
10052
10052
|
minArrayLength?: number;
|
|
10053
10053
|
isArray: true;
|
|
10054
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10055
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10054
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10055
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10056
10056
|
} | {
|
|
10057
10057
|
isRequired: true;
|
|
10058
10058
|
type: "schema";
|
|
@@ -10567,8 +10567,8 @@ declare const _default: {
|
|
|
10567
10567
|
hint?: string;
|
|
10568
10568
|
minArrayLength?: number;
|
|
10569
10569
|
isArray: true;
|
|
10570
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10571
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10570
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10571
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10572
10572
|
} | {
|
|
10573
10573
|
isRequired: true;
|
|
10574
10574
|
type: "schema";
|
|
@@ -10960,8 +10960,8 @@ declare const _default: {
|
|
|
10960
10960
|
hint?: string;
|
|
10961
10961
|
minArrayLength?: number;
|
|
10962
10962
|
isArray: true;
|
|
10963
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10964
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
10963
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10964
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
10965
10965
|
} | {
|
|
10966
10966
|
isRequired: true;
|
|
10967
10967
|
type: "schema";
|
|
@@ -11450,8 +11450,8 @@ declare const _default: {
|
|
|
11450
11450
|
hint?: string;
|
|
11451
11451
|
minArrayLength?: number;
|
|
11452
11452
|
isArray: true;
|
|
11453
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11454
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11453
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11454
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11455
11455
|
} | {
|
|
11456
11456
|
isRequired: true;
|
|
11457
11457
|
type: "schema";
|
|
@@ -11843,8 +11843,8 @@ declare const _default: {
|
|
|
11843
11843
|
hint?: string;
|
|
11844
11844
|
minArrayLength?: number;
|
|
11845
11845
|
isArray: true;
|
|
11846
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11847
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
11846
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11847
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
11848
11848
|
} | {
|
|
11849
11849
|
isRequired: true;
|
|
11850
11850
|
type: "schema";
|
|
@@ -12333,8 +12333,8 @@ declare const _default: {
|
|
|
12333
12333
|
hint?: string;
|
|
12334
12334
|
minArrayLength?: number;
|
|
12335
12335
|
isArray: true;
|
|
12336
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12337
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12336
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12337
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12338
12338
|
} | {
|
|
12339
12339
|
isRequired: true;
|
|
12340
12340
|
type: "schema";
|
|
@@ -12726,8 +12726,8 @@ declare const _default: {
|
|
|
12726
12726
|
hint?: string;
|
|
12727
12727
|
minArrayLength?: number;
|
|
12728
12728
|
isArray: true;
|
|
12729
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12730
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
12729
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12730
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
12731
12731
|
} | {
|
|
12732
12732
|
isRequired: true;
|
|
12733
12733
|
type: "schema";
|
|
@@ -13257,8 +13257,8 @@ declare const _default: {
|
|
|
13257
13257
|
hint?: string;
|
|
13258
13258
|
minArrayLength?: number;
|
|
13259
13259
|
isArray: true;
|
|
13260
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13261
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13260
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13261
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13262
13262
|
} | {
|
|
13263
13263
|
isRequired: true;
|
|
13264
13264
|
type: "schema";
|
|
@@ -13650,8 +13650,8 @@ declare const _default: {
|
|
|
13650
13650
|
hint?: string;
|
|
13651
13651
|
minArrayLength?: number;
|
|
13652
13652
|
isArray: true;
|
|
13653
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13654
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
13653
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13654
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
13655
13655
|
} | {
|
|
13656
13656
|
isRequired: true;
|
|
13657
13657
|
type: "schema";
|
|
@@ -15861,8 +15861,8 @@ declare const _default: {
|
|
|
15861
15861
|
hint?: string;
|
|
15862
15862
|
minArrayLength?: number;
|
|
15863
15863
|
isArray: true;
|
|
15864
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15865
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
15864
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15865
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
15866
15866
|
} | {
|
|
15867
15867
|
isRequired: true;
|
|
15868
15868
|
type: "schema";
|
|
@@ -16254,8 +16254,8 @@ declare const _default: {
|
|
|
16254
16254
|
hint?: string;
|
|
16255
16255
|
minArrayLength?: number;
|
|
16256
16256
|
isArray: true;
|
|
16257
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16258
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16257
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16258
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16259
16259
|
} | {
|
|
16260
16260
|
isRequired: true;
|
|
16261
16261
|
type: "schema";
|
|
@@ -16747,8 +16747,8 @@ declare const _default: {
|
|
|
16747
16747
|
hint?: string;
|
|
16748
16748
|
minArrayLength?: number;
|
|
16749
16749
|
isArray: true;
|
|
16750
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16751
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
16750
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16751
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
16752
16752
|
} | {
|
|
16753
16753
|
isRequired: true;
|
|
16754
16754
|
type: "schema";
|
|
@@ -17140,8 +17140,8 @@ declare const _default: {
|
|
|
17140
17140
|
hint?: string;
|
|
17141
17141
|
minArrayLength?: number;
|
|
17142
17142
|
isArray: true;
|
|
17143
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17144
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17143
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17144
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17145
17145
|
} | {
|
|
17146
17146
|
isRequired: true;
|
|
17147
17147
|
type: "schema";
|
|
@@ -17656,8 +17656,8 @@ declare const _default: {
|
|
|
17656
17656
|
hint?: string;
|
|
17657
17657
|
minArrayLength?: number;
|
|
17658
17658
|
isArray: true;
|
|
17659
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17660
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
17659
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17660
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
17661
17661
|
} | {
|
|
17662
17662
|
isRequired: true;
|
|
17663
17663
|
type: "schema";
|
|
@@ -18049,8 +18049,8 @@ declare const _default: {
|
|
|
18049
18049
|
hint?: string;
|
|
18050
18050
|
minArrayLength?: number;
|
|
18051
18051
|
isArray: true;
|
|
18052
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18053
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18052
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18053
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18054
18054
|
} | {
|
|
18055
18055
|
isRequired: true;
|
|
18056
18056
|
type: "schema";
|
|
@@ -18539,8 +18539,8 @@ declare const _default: {
|
|
|
18539
18539
|
hint?: string;
|
|
18540
18540
|
minArrayLength?: number;
|
|
18541
18541
|
isArray: true;
|
|
18542
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18543
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18542
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18543
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18544
18544
|
} | {
|
|
18545
18545
|
isRequired: true;
|
|
18546
18546
|
type: "schema";
|
|
@@ -18932,8 +18932,8 @@ declare const _default: {
|
|
|
18932
18932
|
hint?: string;
|
|
18933
18933
|
minArrayLength?: number;
|
|
18934
18934
|
isArray: true;
|
|
18935
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18936
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
18935
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18936
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
18937
18937
|
} | {
|
|
18938
18938
|
isRequired: true;
|
|
18939
18939
|
type: "schema";
|
|
@@ -19422,8 +19422,8 @@ declare const _default: {
|
|
|
19422
19422
|
hint?: string;
|
|
19423
19423
|
minArrayLength?: number;
|
|
19424
19424
|
isArray: true;
|
|
19425
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19426
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19425
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19426
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19427
19427
|
} | {
|
|
19428
19428
|
isRequired: true;
|
|
19429
19429
|
type: "schema";
|
|
@@ -19815,8 +19815,8 @@ declare const _default: {
|
|
|
19815
19815
|
hint?: string;
|
|
19816
19816
|
minArrayLength?: number;
|
|
19817
19817
|
isArray: true;
|
|
19818
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19819
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
19818
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19819
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
19820
19820
|
} | {
|
|
19821
19821
|
isRequired: true;
|
|
19822
19822
|
type: "schema";
|
|
@@ -20346,8 +20346,8 @@ declare const _default: {
|
|
|
20346
20346
|
hint?: string;
|
|
20347
20347
|
minArrayLength?: number;
|
|
20348
20348
|
isArray: true;
|
|
20349
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20350
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20349
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20350
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20351
20351
|
} | {
|
|
20352
20352
|
isRequired: true;
|
|
20353
20353
|
type: "schema";
|
|
@@ -20739,8 +20739,8 @@ declare const _default: {
|
|
|
20739
20739
|
hint?: string;
|
|
20740
20740
|
minArrayLength?: number;
|
|
20741
20741
|
isArray: true;
|
|
20742
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20743
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
20742
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20743
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
20744
20744
|
} | {
|
|
20745
20745
|
isRequired: true;
|
|
20746
20746
|
type: "schema";
|
|
@@ -22905,8 +22905,8 @@ declare const _default: {
|
|
|
22905
22905
|
hint?: string;
|
|
22906
22906
|
minArrayLength?: number;
|
|
22907
22907
|
isArray: true;
|
|
22908
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22909
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
22908
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22909
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
22910
22910
|
} | {
|
|
22911
22911
|
isRequired: true;
|
|
22912
22912
|
type: "schema";
|
|
@@ -23298,8 +23298,8 @@ declare const _default: {
|
|
|
23298
23298
|
hint?: string;
|
|
23299
23299
|
minArrayLength?: number;
|
|
23300
23300
|
isArray: true;
|
|
23301
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23302
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23301
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23302
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23303
23303
|
} | {
|
|
23304
23304
|
isRequired: true;
|
|
23305
23305
|
type: "schema";
|
|
@@ -23791,8 +23791,8 @@ declare const _default: {
|
|
|
23791
23791
|
hint?: string;
|
|
23792
23792
|
minArrayLength?: number;
|
|
23793
23793
|
isArray: true;
|
|
23794
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23795
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
23794
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23795
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
23796
23796
|
} | {
|
|
23797
23797
|
isRequired: true;
|
|
23798
23798
|
type: "schema";
|
|
@@ -24184,8 +24184,8 @@ declare const _default: {
|
|
|
24184
24184
|
hint?: string;
|
|
24185
24185
|
minArrayLength?: number;
|
|
24186
24186
|
isArray: true;
|
|
24187
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24188
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24187
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24188
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24189
24189
|
} | {
|
|
24190
24190
|
isRequired: true;
|
|
24191
24191
|
type: "schema";
|
|
@@ -24700,8 +24700,8 @@ declare const _default: {
|
|
|
24700
24700
|
hint?: string;
|
|
24701
24701
|
minArrayLength?: number;
|
|
24702
24702
|
isArray: true;
|
|
24703
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24704
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
24703
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24704
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
24705
24705
|
} | {
|
|
24706
24706
|
isRequired: true;
|
|
24707
24707
|
type: "schema";
|
|
@@ -25093,8 +25093,8 @@ declare const _default: {
|
|
|
25093
25093
|
hint?: string;
|
|
25094
25094
|
minArrayLength?: number;
|
|
25095
25095
|
isArray: true;
|
|
25096
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25097
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25096
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25097
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25098
25098
|
} | {
|
|
25099
25099
|
isRequired: true;
|
|
25100
25100
|
type: "schema";
|
|
@@ -25583,8 +25583,8 @@ declare const _default: {
|
|
|
25583
25583
|
hint?: string;
|
|
25584
25584
|
minArrayLength?: number;
|
|
25585
25585
|
isArray: true;
|
|
25586
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25587
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25586
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25587
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25588
25588
|
} | {
|
|
25589
25589
|
isRequired: true;
|
|
25590
25590
|
type: "schema";
|
|
@@ -25976,8 +25976,8 @@ declare const _default: {
|
|
|
25976
25976
|
hint?: string;
|
|
25977
25977
|
minArrayLength?: number;
|
|
25978
25978
|
isArray: true;
|
|
25979
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25980
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
25979
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25980
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
25981
25981
|
} | {
|
|
25982
25982
|
isRequired: true;
|
|
25983
25983
|
type: "schema";
|
|
@@ -26466,8 +26466,8 @@ declare const _default: {
|
|
|
26466
26466
|
hint?: string;
|
|
26467
26467
|
minArrayLength?: number;
|
|
26468
26468
|
isArray: true;
|
|
26469
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26470
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26469
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26470
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26471
26471
|
} | {
|
|
26472
26472
|
isRequired: true;
|
|
26473
26473
|
type: "schema";
|
|
@@ -26859,8 +26859,8 @@ declare const _default: {
|
|
|
26859
26859
|
hint?: string;
|
|
26860
26860
|
minArrayLength?: number;
|
|
26861
26861
|
isArray: true;
|
|
26862
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26863
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
26862
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26863
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
26864
26864
|
} | {
|
|
26865
26865
|
isRequired: true;
|
|
26866
26866
|
type: "schema";
|
|
@@ -27390,8 +27390,8 @@ declare const _default: {
|
|
|
27390
27390
|
hint?: string;
|
|
27391
27391
|
minArrayLength?: number;
|
|
27392
27392
|
isArray: true;
|
|
27393
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27394
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27393
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27394
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27395
27395
|
} | {
|
|
27396
27396
|
isRequired: true;
|
|
27397
27397
|
type: "schema";
|
|
@@ -27783,8 +27783,8 @@ declare const _default: {
|
|
|
27783
27783
|
hint?: string;
|
|
27784
27784
|
minArrayLength?: number;
|
|
27785
27785
|
isArray: true;
|
|
27786
|
-
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27787
|
-
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any
|
|
27786
|
+
defaultValue?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27787
|
+
value?: import("@sprucelabs/schema").SchemaFieldValueUnion<Record<string, any>, string, undefined>[] | null | undefined;
|
|
27788
27788
|
} | {
|
|
27789
27789
|
isRequired: true;
|
|
27790
27790
|
type: "schema";
|