@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.
- package/dist/learn-cloud-plugin.cjs.development.js +4 -4
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +4 -4
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -7210,7 +7210,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
|
|
|
7210
7210
|
links: [
|
|
7211
7211
|
httpBatchLink({
|
|
7212
7212
|
url,
|
|
7213
|
-
maxURLLength:
|
|
7213
|
+
maxURLLength: 3072,
|
|
7214
7214
|
headers: { Authorization: `Bearer ${await didAuthFunction()}` }
|
|
7215
7215
|
})
|
|
7216
7216
|
]
|
|
@@ -7226,7 +7226,7 @@ var getClient = /* @__PURE__ */ __name2(async (url, didAuthFunction) => {
|
|
|
7226
7226
|
}),
|
|
7227
7227
|
httpBatchLink({
|
|
7228
7228
|
url,
|
|
7229
|
-
maxURLLength:
|
|
7229
|
+
maxURLLength: 3072,
|
|
7230
7230
|
headers: async () => {
|
|
7231
7231
|
if (challenges.length === 0)
|
|
7232
7232
|
challenges.push(...await getChallenges());
|
|
@@ -11123,7 +11123,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11123
11123
|
websiteLink: mod2.string().optional(),
|
|
11124
11124
|
isServiceProfile: mod2.boolean().default(false).optional(),
|
|
11125
11125
|
type: mod2.string().optional(),
|
|
11126
|
-
notificationsWebhook: mod2.string().url().startsWith("
|
|
11126
|
+
notificationsWebhook: mod2.string().url().startsWith("http").optional()
|
|
11127
11127
|
});
|
|
11128
11128
|
var PaginatedLCNProfilesValidator2 = PaginationResponseValidator2.extend({
|
|
11129
11129
|
records: LCNProfileValidator2.array()
|
|
@@ -15079,7 +15079,7 @@ var LCNProfileValidator = mod.object({
|
|
|
15079
15079
|
websiteLink: mod.string().optional(),
|
|
15080
15080
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
15081
15081
|
type: mod.string().optional(),
|
|
15082
|
-
notificationsWebhook: mod.string().url().startsWith("
|
|
15082
|
+
notificationsWebhook: mod.string().url().startsWith("http").optional()
|
|
15083
15083
|
});
|
|
15084
15084
|
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
15085
15085
|
records: LCNProfileValidator.array()
|