@learncard/helpers 1.0.9 → 1.0.10

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