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