@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
|
@@ -102,7 +102,6 @@ var require_types_cjs_development = __commonJS({
|
|
|
102
102
|
LCNSigningAuthorityValidator: () => LCNSigningAuthorityValidator,
|
|
103
103
|
PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator,
|
|
104
104
|
PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator,
|
|
105
|
-
PaginatedLCNProfilesValidator: () => PaginatedLCNProfilesValidator,
|
|
106
105
|
PaginationOptionsValidator: () => PaginationOptionsValidator,
|
|
107
106
|
PaginationResponseValidator: () => PaginationResponseValidator,
|
|
108
107
|
ProfileValidator: () => ProfileValidator,
|
|
@@ -3845,9 +3844,6 @@ var require_types_cjs_development = __commonJS({
|
|
|
3845
3844
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
3846
3845
|
notificationsWebhook: mod.string().url().startsWith("https://").optional()
|
|
3847
3846
|
});
|
|
3848
|
-
var PaginatedLCNProfilesValidator = PaginationResponseValidator.extend({
|
|
3849
|
-
records: LCNProfileValidator.array()
|
|
3850
|
-
});
|
|
3851
3847
|
var LCNProfileConnectionStatusEnum = mod.enum([
|
|
3852
3848
|
"CONNECTED",
|
|
3853
3849
|
"PENDING_REQUEST_SENT",
|