@learncard/network-plugin 1.8.3 → 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.
@@ -4930,7 +4930,7 @@ var LCNProfileValidator = mod.object({
4930
4930
  websiteLink: mod.string().optional(),
4931
4931
  isServiceProfile: mod.boolean().default(false).optional(),
4932
4932
  type: mod.string().optional(),
4933
- notificationsWebhook: mod.string().url().startsWith("https://").optional()
4933
+ notificationsWebhook: mod.string().url().startsWith("http").optional()
4934
4934
  });
4935
4935
  var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
4936
4936
  records: LCNProfileValidator.array()