@learncard/learn-cloud-plugin 2.0.6 → 2.0.7
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/learn-cloud-plugin.cjs.development.js +2 -2
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +2 -2
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -11123,7 +11123,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11123
11123
|
websiteLink: mod2.string().optional(),
|
|
11124
11124
|
isServiceProfile: mod2.boolean().default(false).optional(),
|
|
11125
11125
|
type: mod2.string().optional(),
|
|
11126
|
-
notificationsWebhook: mod2.string().url().startsWith("
|
|
11126
|
+
notificationsWebhook: mod2.string().url().startsWith("http").optional()
|
|
11127
11127
|
});
|
|
11128
11128
|
var PaginatedLCNProfilesValidator2 = PaginationResponseValidator2.extend({
|
|
11129
11129
|
records: LCNProfileValidator2.array()
|
|
@@ -15079,7 +15079,7 @@ var LCNProfileValidator = mod.object({
|
|
|
15079
15079
|
websiteLink: mod.string().optional(),
|
|
15080
15080
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
15081
15081
|
type: mod.string().optional(),
|
|
15082
|
-
notificationsWebhook: mod.string().url().startsWith("
|
|
15082
|
+
notificationsWebhook: mod.string().url().startsWith("http").optional()
|
|
15083
15083
|
});
|
|
15084
15084
|
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
15085
15085
|
records: LCNProfileValidator.array()
|