@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.
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",
|