@learncard/core 8.5.4 → 8.5.5
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.
|
@@ -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(),
|