@learncard/learn-card-plugin 1.1.4 → 1.1.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.
- package/dist/index.d.ts +0 -1
- package/dist/learn-card-plugin.cjs.development.js +0 -3
- 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 +0 -3
- package/dist/learn-card-plugin.esm.js.map +2 -2
- package/dist/types.d.ts +0 -1
- package/dist/verify.d.ts +0 -1
- package/package.json +4 -4
- package/dist/index.d.ts.map +0 -1
- package/dist/types.d.ts.map +0 -1
- package/dist/verify.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -3716,9 +3716,6 @@ var LCNProfileValidator = mod.object({
|
|
|
3716
3716
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
3717
3717
|
notificationsWebhook: mod.string().url().startsWith("https://").optional()
|
|
3718
3718
|
});
|
|
3719
|
-
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
3720
|
-
records: LCNProfileValidator.array()
|
|
3721
|
-
});
|
|
3722
3719
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
|
3723
3720
|
"CONNECTED",
|
|
3724
3721
|
"PENDING_REQUEST_SENT",
|