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