@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.
package/dist/core.esm.js CHANGED
@@ -52711,6 +52711,21 @@ var LCNNotificationValidator = mod.object({
52711
52711
  data: LCNNotificationDataValidator.optional(),
52712
52712
  sent: mod.string().datetime().optional()
52713
52713
  });
52714
+ var LCNBoostClaimLinkSigningAuthorityValidator = mod.object({
52715
+ endpoint: mod.string(),
52716
+ name: mod.string(),
52717
+ did: mod.string().optional()
52718
+ });
52719
+ var LCNSigningAuthorityValidator = mod.object({
52720
+ endpoint: mod.string()
52721
+ });
52722
+ var LCNSigningAuthorityForUserValidator = mod.object({
52723
+ signingAuthority: LCNSigningAuthorityValidator,
52724
+ relationship: mod.object({
52725
+ name: mod.string(),
52726
+ did: mod.string()
52727
+ })
52728
+ });
52714
52729
  var JWKValidator = mod.object({
52715
52730
  kty: mod.string(),
52716
52731
  crv: mod.string(),