@learncard/core 8.5.4 → 8.5.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -52737,6 +52737,21 @@ var LCNNotificationValidator = mod.object({
|
|
52737
52737
|
data: LCNNotificationDataValidator.optional(),
|
52738
52738
|
sent: mod.string().datetime().optional()
|
52739
52739
|
});
|
52740
|
+
var LCNBoostClaimLinkSigningAuthorityValidator = mod.object({
|
52741
|
+
endpoint: mod.string(),
|
52742
|
+
name: mod.string(),
|
52743
|
+
did: mod.string().optional()
|
52744
|
+
});
|
52745
|
+
var LCNSigningAuthorityValidator = mod.object({
|
52746
|
+
endpoint: mod.string()
|
52747
|
+
});
|
52748
|
+
var LCNSigningAuthorityForUserValidator = mod.object({
|
52749
|
+
signingAuthority: LCNSigningAuthorityValidator,
|
52750
|
+
relationship: mod.object({
|
52751
|
+
name: mod.string(),
|
52752
|
+
did: mod.string()
|
52753
|
+
})
|
52754
|
+
});
|
52740
52755
|
var JWKValidator = mod.object({
|
52741
52756
|
kty: mod.string(),
|
52742
52757
|
crv: mod.string(),
|