@learncard/network-plugin 1.8.4 → 1.8.5
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/lcn-plugin.cjs.development.js +1 -1
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +1 -1
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
|
@@ -4954,7 +4954,7 @@ var LCNProfileValidator = mod.object({
|
|
|
4954
4954
|
websiteLink: mod.string().optional(),
|
|
4955
4955
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
4956
4956
|
type: mod.string().optional(),
|
|
4957
|
-
notificationsWebhook: mod.string().url().startsWith("
|
|
4957
|
+
notificationsWebhook: mod.string().url().startsWith("http").optional()
|
|
4958
4958
|
});
|
|
4959
4959
|
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
4960
4960
|
records: LCNProfileValidator.array()
|