@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
|
@@ -76827,6 +76827,21 @@ var LCNNotificationValidator = mod.object({
|
|
|
76827
76827
|
data: LCNNotificationDataValidator.optional(),
|
|
76828
76828
|
sent: mod.string().datetime().optional()
|
|
76829
76829
|
});
|
|
76830
|
+
var LCNBoostClaimLinkSigningAuthorityValidator = mod.object({
|
|
76831
|
+
endpoint: mod.string(),
|
|
76832
|
+
name: mod.string(),
|
|
76833
|
+
did: mod.string().optional()
|
|
76834
|
+
});
|
|
76835
|
+
var LCNSigningAuthorityValidator = mod.object({
|
|
76836
|
+
endpoint: mod.string()
|
|
76837
|
+
});
|
|
76838
|
+
var LCNSigningAuthorityForUserValidator = mod.object({
|
|
76839
|
+
signingAuthority: LCNSigningAuthorityValidator,
|
|
76840
|
+
relationship: mod.object({
|
|
76841
|
+
name: mod.string(),
|
|
76842
|
+
did: mod.string()
|
|
76843
|
+
})
|
|
76844
|
+
});
|
|
76830
76845
|
var JWKValidator = mod.object({
|
|
76831
76846
|
kty: mod.string(),
|
|
76832
76847
|
crv: mod.string(),
|