@learncard/ceramic-plugin 1.0.6 → 1.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.
@@ -51356,9 +51356,6 @@ 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
- });
51362
51359
  var LCNProfileConnectionStatusEnum = mod.enum([
51363
51360
  "CONNECTED",
51364
51361
  "PENDING_REQUEST_SENT",