@learncard/network-plugin 1.8.4 → 1.8.6

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.
@@ -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("https://").optional()
4957
+ notificationsWebhook: mod.string().url().startsWith("http").optional()
4958
4958
  });
4959
4959
  var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
4960
4960
  records: LCNProfileValidator.array()