@learncard/learn-cloud-plugin 2.0.5 → 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.
@@ -7222,7 +7222,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
7222
7222
  links: [
7223
7223
  httpBatchLink({
7224
7224
  url,
7225
- maxURLLength: 2048,
7225
+ maxURLLength: 3072,
7226
7226
  headers: { Authorization: `Bearer ${await didAuthFunction()}` }
7227
7227
  })
7228
7228
  ]
@@ -7238,7 +7238,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
7238
7238
  }),
7239
7239
  httpBatchLink({
7240
7240
  url,
7241
- maxURLLength: 2048,
7241
+ maxURLLength: 3072,
7242
7242
  headers: async () => {
7243
7243
  if (challenges.length === 0)
7244
7244
  challenges.push(...await getChallenges());
@@ -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()