@learncard/learn-card-plugin 1.1.3 → 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
package/dist/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,+BAA+B,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG3E,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,kBAAkB,cAChB,UAAU,GAAG,EAAE,GAAG,EAAE,+BAA+B,CAAC,KAChE,eAOD,CAAC"}
|
|
@@ -3716,6 +3716,9 @@ 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
|
+
});
|
|
3719
3722
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
|
3720
3723
|
"CONNECTED",
|
|
3721
3724
|
"PENDING_REQUEST_SENT",
|