@learncard/ceramic-plugin 1.0.5 → 1.0.6
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/ceramic-plugin.cjs.development.js +3 -0
- package/dist/ceramic-plugin.cjs.development.js.map +2 -2
- package/dist/ceramic-plugin.cjs.production.min.js +24 -24
- package/dist/ceramic-plugin.cjs.production.min.js.map +2 -2
- package/dist/ceramic-plugin.esm.js +3 -0
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/dist/ceramic.d.ts +1 -0
- package/dist/ceramic.d.ts.map +1 -0
- package/dist/helpers.d.ts +1 -0
- package/dist/helpers.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -51356,6 +51356,9 @@ var LCNProfileValidator = mod.object({
|
|
|
51356
51356
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
51357
51357
|
notificationsWebhook: mod.string().url().startsWith("https://").optional()
|
|
51358
51358
|
});
|
|
51359
|
+
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
51360
|
+
records: LCNProfileValidator.array()
|
|
51361
|
+
});
|
|
51359
51362
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
|
51360
51363
|
"CONNECTED",
|
|
51361
51364
|
"PENDING_REQUEST_SENT",
|