@learncard/did-web-plugin 1.0.1 → 1.0.2
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/did-web-plugin.cjs.development.js +15 -0
- package/dist/did-web-plugin.cjs.development.js.map +2 -2
- package/dist/did-web-plugin.cjs.production.min.js +17 -17
- package/dist/did-web-plugin.cjs.production.min.js.map +3 -3
- package/dist/did-web-plugin.esm.js +15 -0
- package/dist/did-web-plugin.esm.js.map +2 -2
- package/package.json +3 -3
|
@@ -76831,6 +76831,21 @@ var LCNNotificationValidator = mod.object({
|
|
|
76831
76831
|
data: LCNNotificationDataValidator.optional(),
|
|
76832
76832
|
sent: mod.string().datetime().optional()
|
|
76833
76833
|
});
|
|
76834
|
+
var LCNBoostClaimLinkSigningAuthorityValidator = mod.object({
|
|
76835
|
+
endpoint: mod.string(),
|
|
76836
|
+
name: mod.string(),
|
|
76837
|
+
did: mod.string().optional()
|
|
76838
|
+
});
|
|
76839
|
+
var LCNSigningAuthorityValidator = mod.object({
|
|
76840
|
+
endpoint: mod.string()
|
|
76841
|
+
});
|
|
76842
|
+
var LCNSigningAuthorityForUserValidator = mod.object({
|
|
76843
|
+
signingAuthority: LCNSigningAuthorityValidator,
|
|
76844
|
+
relationship: mod.object({
|
|
76845
|
+
name: mod.string(),
|
|
76846
|
+
did: mod.string()
|
|
76847
|
+
})
|
|
76848
|
+
});
|
|
76834
76849
|
var JWKValidator = mod.object({
|
|
76835
76850
|
kty: mod.string(),
|
|
76836
76851
|
crv: mod.string(),
|