@learncard/did-web-plugin 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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(),