@learncard/helpers 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
package/dist/helpers.esm.js
CHANGED
@@ -87,6 +87,7 @@ var require_types_cjs_development = __commonJS({
|
|
87
87
|
LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator,
|
88
88
|
PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator,
|
89
89
|
PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator,
|
90
|
+
PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator,
|
90
91
|
PaginationOptionsValidator: () => PaginationOptionsValidator,
|
91
92
|
PaginationResponseValidator: () => PaginationResponseValidator,
|
92
93
|
ProfileValidator: () => ProfileValidator,
|
@@ -3814,6 +3815,9 @@ var require_types_cjs_development = __commonJS({
|
|
3814
3815
|
isServiceProfile: mod.boolean().default(false).optional(),
|
3815
3816
|
notificationsWebhook: mod.string().url().startsWith("https://").optional()
|
3816
3817
|
});
|
3818
|
+
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
3819
|
+
records: LCNProfileValidator.array()
|
3820
|
+
});
|
3817
3821
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
3818
3822
|
"CONNECTED",
|
3819
3823
|
"PENDING_REQUEST_SENT",
|