@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.
package/dist/init.esm.js
CHANGED
|
@@ -11098,7 +11098,9 @@ var LCNProfileValidator = mod.object({
|
|
|
11098
11098
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
11099
11099
|
type: mod.string().optional(),
|
|
11100
11100
|
notificationsWebhook: mod.string().url().startsWith("http").optional(),
|
|
11101
|
-
display: LCNProfileDisplayValidator.optional()
|
|
11101
|
+
display: LCNProfileDisplayValidator.optional(),
|
|
11102
|
+
role: mod.string().default("").optional(),
|
|
11103
|
+
dob: mod.string().default("").optional()
|
|
11102
11104
|
});
|
|
11103
11105
|
var LCNProfileQueryValidator = mod.object({
|
|
11104
11106
|
profileId: StringQuery,
|
|
@@ -17113,7 +17115,9 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17113
17115
|
isServiceProfile: mod5.boolean().default(false).optional(),
|
|
17114
17116
|
type: mod5.string().optional(),
|
|
17115
17117
|
notificationsWebhook: mod5.string().url().startsWith("http").optional(),
|
|
17116
|
-
display: LCNProfileDisplayValidator5.optional()
|
|
17118
|
+
display: LCNProfileDisplayValidator5.optional(),
|
|
17119
|
+
role: mod5.string().default("").optional(),
|
|
17120
|
+
dob: mod5.string().default("").optional()
|
|
17117
17121
|
});
|
|
17118
17122
|
var LCNProfileQueryValidator5 = mod5.object({
|
|
17119
17123
|
profileId: StringQuery5,
|
|
@@ -29486,7 +29490,9 @@ var require_types_cjs_development2 = __commonJS22({
|
|
|
29486
29490
|
isServiceProfile: mod22.boolean().default(false).optional(),
|
|
29487
29491
|
type: mod22.string().optional(),
|
|
29488
29492
|
notificationsWebhook: mod22.string().url().startsWith("http").optional(),
|
|
29489
|
-
display: LCNProfileDisplayValidator22.optional()
|
|
29493
|
+
display: LCNProfileDisplayValidator22.optional(),
|
|
29494
|
+
role: mod22.string().default("").optional(),
|
|
29495
|
+
dob: mod22.string().default("").optional()
|
|
29490
29496
|
});
|
|
29491
29497
|
var LCNProfileQueryValidator22 = mod22.object({
|
|
29492
29498
|
profileId: StringQuery22,
|
|
@@ -33691,7 +33697,9 @@ var LCNProfileValidator2 = mod2.object({
|
|
|
33691
33697
|
isServiceProfile: mod2.boolean().default(false).optional(),
|
|
33692
33698
|
type: mod2.string().optional(),
|
|
33693
33699
|
notificationsWebhook: mod2.string().url().startsWith("http").optional(),
|
|
33694
|
-
display: LCNProfileDisplayValidator2.optional()
|
|
33700
|
+
display: LCNProfileDisplayValidator2.optional(),
|
|
33701
|
+
role: mod2.string().default("").optional(),
|
|
33702
|
+
dob: mod2.string().default("").optional()
|
|
33695
33703
|
});
|
|
33696
33704
|
var LCNProfileQueryValidator2 = mod2.object({
|
|
33697
33705
|
profileId: StringQuery2,
|
|
@@ -75278,7 +75286,9 @@ var require_helpers_cjs_development = __commonJS6({
|
|
|
75278
75286
|
isServiceProfile: mod22.boolean().default(false).optional(),
|
|
75279
75287
|
type: mod22.string().optional(),
|
|
75280
75288
|
notificationsWebhook: mod22.string().url().startsWith("http").optional(),
|
|
75281
|
-
display: LCNProfileDisplayValidator22.optional()
|
|
75289
|
+
display: LCNProfileDisplayValidator22.optional(),
|
|
75290
|
+
role: mod22.string().default("").optional(),
|
|
75291
|
+
dob: mod22.string().default("").optional()
|
|
75282
75292
|
});
|
|
75283
75293
|
var LCNProfileQueryValidator22 = mod22.object({
|
|
75284
75294
|
profileId: StringQuery22,
|
|
@@ -79606,7 +79616,9 @@ var LCNProfileValidator3 = mod3.object({
|
|
|
79606
79616
|
isServiceProfile: mod3.boolean().default(false).optional(),
|
|
79607
79617
|
type: mod3.string().optional(),
|
|
79608
79618
|
notificationsWebhook: mod3.string().url().startsWith("http").optional(),
|
|
79609
|
-
display: LCNProfileDisplayValidator3.optional()
|
|
79619
|
+
display: LCNProfileDisplayValidator3.optional(),
|
|
79620
|
+
role: mod3.string().default("").optional(),
|
|
79621
|
+
dob: mod3.string().default("").optional()
|
|
79610
79622
|
});
|
|
79611
79623
|
var LCNProfileQueryValidator3 = mod3.object({
|
|
79612
79624
|
profileId: StringQuery3,
|
|
@@ -84853,7 +84865,9 @@ var LCNProfileValidator4 = mod4.object({
|
|
|
84853
84865
|
isServiceProfile: mod4.boolean().default(false).optional(),
|
|
84854
84866
|
type: mod4.string().optional(),
|
|
84855
84867
|
notificationsWebhook: mod4.string().url().startsWith("http").optional(),
|
|
84856
|
-
display: LCNProfileDisplayValidator4.optional()
|
|
84868
|
+
display: LCNProfileDisplayValidator4.optional(),
|
|
84869
|
+
role: mod4.string().default("").optional(),
|
|
84870
|
+
dob: mod4.string().default("").optional()
|
|
84857
84871
|
});
|
|
84858
84872
|
var LCNProfileQueryValidator4 = mod4.object({
|
|
84859
84873
|
profileId: StringQuery4,
|