@learncard/helpers 1.0.8 → 1.0.9

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.
@@ -92,6 +92,7 @@ var require_types_cjs_development = __commonJS({
92
92
  LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator,
93
93
  PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator,
94
94
  PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator,
95
+ PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator,
95
96
  PaginationOptionsValidator: () => PaginationOptionsValidator,
96
97
  PaginationResponseValidator: () => PaginationResponseValidator,
97
98
  ProfileValidator: () => ProfileValidator,
@@ -3819,6 +3820,9 @@ var require_types_cjs_development = __commonJS({
3819
3820
  isServiceProfile: mod.boolean().default(false).optional(),
3820
3821
  notificationsWebhook: mod.string().url().startsWith("https://").optional()
3821
3822
  });
3823
+ var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
3824
+ records: LCNProfileValidator.array()
3825
+ });
3822
3826
  var LCNProfileConnectionStatusEnum = mod.enum([
3823
3827
  "CONNECTED",
3824
3828
  "PENDING_REQUEST_SENT",