@learncard/init 2.0.11 → 2.0.12
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.
|
@@ -11136,7 +11136,9 @@ var LCNProfileValidator = mod.object({
|
|
|
11136
11136
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
11137
11137
|
type: mod.string().optional(),
|
|
11138
11138
|
notificationsWebhook: mod.string().url().startsWith("http").optional(),
|
|
11139
|
-
display: LCNProfileDisplayValidator.optional()
|
|
11139
|
+
display: LCNProfileDisplayValidator.optional(),
|
|
11140
|
+
role: mod.string().default("").optional(),
|
|
11141
|
+
dob: mod.string().default("").optional()
|
|
11140
11142
|
});
|
|
11141
11143
|
var LCNProfileQueryValidator = mod.object({
|
|
11142
11144
|
profileId: StringQuery,
|
|
@@ -17151,7 +17153,9 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17151
17153
|
isServiceProfile: mod5.boolean().default(false).optional(),
|
|
17152
17154
|
type: mod5.string().optional(),
|
|
17153
17155
|
notificationsWebhook: mod5.string().url().startsWith("http").optional(),
|
|
17154
|
-
display: LCNProfileDisplayValidator5.optional()
|
|
17156
|
+
display: LCNProfileDisplayValidator5.optional(),
|
|
17157
|
+
role: mod5.string().default("").optional(),
|
|
17158
|
+
dob: mod5.string().default("").optional()
|
|
17155
17159
|
});
|
|
17156
17160
|
var LCNProfileQueryValidator5 = mod5.object({
|
|
17157
17161
|
profileId: StringQuery5,
|
|
@@ -29524,7 +29528,9 @@ var require_types_cjs_development2 = __commonJS22({
|
|
|
29524
29528
|
isServiceProfile: mod22.boolean().default(false).optional(),
|
|
29525
29529
|
type: mod22.string().optional(),
|
|
29526
29530
|
notificationsWebhook: mod22.string().url().startsWith("http").optional(),
|
|
29527
|
-
display: LCNProfileDisplayValidator22.optional()
|
|
29531
|
+
display: LCNProfileDisplayValidator22.optional(),
|
|
29532
|
+
role: mod22.string().default("").optional(),
|
|
29533
|
+
dob: mod22.string().default("").optional()
|
|
29528
29534
|
});
|
|
29529
29535
|
var LCNProfileQueryValidator22 = mod22.object({
|
|
29530
29536
|
profileId: StringQuery22,
|
|
@@ -33729,7 +33735,9 @@ var LCNProfileValidator2 = mod2.object({
|
|
|
33729
33735
|
isServiceProfile: mod2.boolean().default(false).optional(),
|
|
33730
33736
|
type: mod2.string().optional(),
|
|
33731
33737
|
notificationsWebhook: mod2.string().url().startsWith("http").optional(),
|
|
33732
|
-
display: LCNProfileDisplayValidator2.optional()
|
|
33738
|
+
display: LCNProfileDisplayValidator2.optional(),
|
|
33739
|
+
role: mod2.string().default("").optional(),
|
|
33740
|
+
dob: mod2.string().default("").optional()
|
|
33733
33741
|
});
|
|
33734
33742
|
var LCNProfileQueryValidator2 = mod2.object({
|
|
33735
33743
|
profileId: StringQuery2,
|
|
@@ -75316,7 +75324,9 @@ var require_helpers_cjs_development = __commonJS6({
|
|
|
75316
75324
|
isServiceProfile: mod22.boolean().default(false).optional(),
|
|
75317
75325
|
type: mod22.string().optional(),
|
|
75318
75326
|
notificationsWebhook: mod22.string().url().startsWith("http").optional(),
|
|
75319
|
-
display: LCNProfileDisplayValidator22.optional()
|
|
75327
|
+
display: LCNProfileDisplayValidator22.optional(),
|
|
75328
|
+
role: mod22.string().default("").optional(),
|
|
75329
|
+
dob: mod22.string().default("").optional()
|
|
75320
75330
|
});
|
|
75321
75331
|
var LCNProfileQueryValidator22 = mod22.object({
|
|
75322
75332
|
profileId: StringQuery22,
|
|
@@ -79644,7 +79654,9 @@ var LCNProfileValidator3 = mod3.object({
|
|
|
79644
79654
|
isServiceProfile: mod3.boolean().default(false).optional(),
|
|
79645
79655
|
type: mod3.string().optional(),
|
|
79646
79656
|
notificationsWebhook: mod3.string().url().startsWith("http").optional(),
|
|
79647
|
-
display: LCNProfileDisplayValidator3.optional()
|
|
79657
|
+
display: LCNProfileDisplayValidator3.optional(),
|
|
79658
|
+
role: mod3.string().default("").optional(),
|
|
79659
|
+
dob: mod3.string().default("").optional()
|
|
79648
79660
|
});
|
|
79649
79661
|
var LCNProfileQueryValidator3 = mod3.object({
|
|
79650
79662
|
profileId: StringQuery3,
|
|
@@ -84891,7 +84903,9 @@ var LCNProfileValidator4 = mod4.object({
|
|
|
84891
84903
|
isServiceProfile: mod4.boolean().default(false).optional(),
|
|
84892
84904
|
type: mod4.string().optional(),
|
|
84893
84905
|
notificationsWebhook: mod4.string().url().startsWith("http").optional(),
|
|
84894
|
-
display: LCNProfileDisplayValidator4.optional()
|
|
84906
|
+
display: LCNProfileDisplayValidator4.optional(),
|
|
84907
|
+
role: mod4.string().default("").optional(),
|
|
84908
|
+
dob: mod4.string().default("").optional()
|
|
84895
84909
|
});
|
|
84896
84910
|
var LCNProfileQueryValidator4 = mod4.object({
|
|
84897
84911
|
profileId: StringQuery4,
|