@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.
@@ -87,7 +87,6 @@ var require_types_cjs_development = __commonJS({
87
87
  LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator,
88
88
  PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator,
89
89
  PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator,
90
- PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator,
91
90
  PaginationOptionsValidator: () => PaginationOptionsValidator,
92
91
  PaginationResponseValidator: () => PaginationResponseValidator,
93
92
  ProfileValidator: () => ProfileValidator,
@@ -3815,9 +3814,6 @@ var require_types_cjs_development = __commonJS({
3815
3814
  isServiceProfile: mod.boolean().default(false).optional(),
3816
3815
  notificationsWebhook: mod.string().url().startsWith("https://").optional()
3817
3816
  });
3818
- var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
3819
- records: LCNProfileValidator.array()
3820
- });
3821
3817
  var LCNProfileConnectionStatusEnum = mod.enum([
3822
3818
  "CONNECTED",
3823
3819
  "PENDING_REQUEST_SENT",