@learncard/didkey-plugin 1.0.5 → 1.0.6
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/didkey-plugin.cjs.development.js +4 -0
- package/dist/didkey-plugin.cjs.development.js.map +2 -2
- package/dist/didkey-plugin.cjs.production.min.js +1 -1
- package/dist/didkey-plugin.cjs.production.min.js.map +2 -2
- package/dist/didkey-plugin.esm.js +4 -0
- package/dist/didkey-plugin.esm.js.map +2 -2
- package/dist/helpers.d.ts +1 -0
- package/dist/helpers.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -125,6 +125,7 @@ var require_types_cjs_development = __commonJS({
|
|
|
125
125
|
LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator,
|
|
126
126
|
PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator,
|
|
127
127
|
PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator,
|
|
128
|
+
PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator,
|
|
128
129
|
PaginationOptionsValidator: () => PaginationOptionsValidator,
|
|
129
130
|
PaginationResponseValidator: () => PaginationResponseValidator,
|
|
130
131
|
ProfileValidator: () => ProfileValidator,
|
|
@@ -3867,6 +3868,9 @@ var require_types_cjs_development = __commonJS({
|
|
|
3867
3868
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
3868
3869
|
notificationsWebhook: mod.string().url().startsWith("https://").optional()
|
|
3869
3870
|
});
|
|
3871
|
+
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
3872
|
+
records: LCNProfileValidator.array()
|
|
3873
|
+
});
|
|
3870
3874
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
|
3871
3875
|
"CONNECTED",
|
|
3872
3876
|
"PENDING_REQUEST_SENT",
|