@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.
@@ -125,7 +125,6 @@ var require_types_cjs_development = __commonJS({
125
125
  LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator,
126
126
  PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator,
127
127
  PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator,
128
- PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator,
129
128
  PaginationOptionsValidator: () => PaginationOptionsValidator,
130
129
  PaginationResponseValidator: () => PaginationResponseValidator,
131
130
  ProfileValidator: () => ProfileValidator,
@@ -3868,9 +3867,6 @@ var require_types_cjs_development = __commonJS({
3868
3867
  isServiceProfile: mod.boolean().default(false).optional(),
3869
3868
  notificationsWebhook: mod.string().url().startsWith("https://").optional()
3870
3869
  });
3871
- var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
3872
- records: LCNProfileValidator.array()
3873
- });
3874
3870
  var LCNProfileConnectionStatusEnum = mod.enum([
3875
3871
  "CONNECTED",
3876
3872
  "PENDING_REQUEST_SENT",