@learncard/didkey-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.
@@ -102,7 +102,6 @@ var require_types_cjs_development = __commonJS({
102
102
  LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator,
103
103
  PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator,
104
104
  PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator,
105
- PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator,
106
105
  PaginationOptionsValidator: () => PaginationOptionsValidator,
107
106
  PaginationResponseValidator: () => PaginationResponseValidator,
108
107
  ProfileValidator: () => ProfileValidator,
@@ -3845,9 +3844,6 @@ var require_types_cjs_development = __commonJS({
3845
3844
  isServiceProfile: mod.boolean().default(false).optional(),
3846
3845
  notificationsWebhook: mod.string().url().startsWith("https://").optional()
3847
3846
  });
3848
- var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
3849
- records: LCNProfileValidator.array()
3850
- });
3851
3847
  var LCNProfileConnectionStatusEnum = mod.enum([
3852
3848
  "CONNECTED",
3853
3849
  "PENDING_REQUEST_SENT",