@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.
@@ -11135,7 +11135,7 @@ var require_types_cjs_development = __commonJS2({
11135
11135
  websiteLink: mod2.string().optional(),
11136
11136
  isServiceProfile: mod2.boolean().default(false).optional(),
11137
11137
  type: mod2.string().optional(),
11138
- notificationsWebhook: mod2.string().url().startsWith("https://").optional()
11138
+ notificationsWebhook: mod2.string().url().startsWith("http").optional()
11139
11139
  });
11140
11140
  var PaginatedLCNProfilesValidator2 = PaginationResponseValidator2.extend({
11141
11141
  records: LCNProfileValidator2.array()
@@ -15091,7 +15091,7 @@ var LCNProfileValidator = mod.object({
15091
15091
  websiteLink: mod.string().optional(),
15092
15092
  isServiceProfile: mod.boolean().default(false).optional(),
15093
15093
  type: mod.string().optional(),
15094
- notificationsWebhook: mod.string().url().startsWith("https://").optional()
15094
+ notificationsWebhook: mod.string().url().startsWith("http").optional()
15095
15095
  });
15096
15096
  var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
15097
15097
  records: LCNProfileValidator.array()