@learncard/learn-card-plugin 1.1.2 → 1.1.4
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/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/learn-card-plugin.cjs.development.js +3 -0
- package/dist/learn-card-plugin.cjs.development.js.map +2 -2
- package/dist/learn-card-plugin.cjs.production.min.js +1 -1
- package/dist/learn-card-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-card-plugin.esm.js +3 -0
- package/dist/learn-card-plugin.esm.js.map +2 -2
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/verify.d.ts +1 -0
- package/dist/verify.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -3693,6 +3693,9 @@ var LCNProfileValidator = mod.object({
|
|
|
3693
3693
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
3694
3694
|
notificationsWebhook: mod.string().url().startsWith("https://").optional()
|
|
3695
3695
|
});
|
|
3696
|
+
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
3697
|
+
records: LCNProfileValidator.array()
|
|
3698
|
+
});
|
|
3696
3699
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
|
3697
3700
|
"CONNECTED",
|
|
3698
3701
|
"PENDING_REQUEST_SENT",
|