@learncard/helpers 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
package/dist/helpers.esm.js
CHANGED
@@ -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",
|