@learncard/core 8.5.1 → 8.5.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/core.esm.js CHANGED
@@ -52660,6 +52660,12 @@ var LCNProfileValidator = mod.object({
52660
52660
  image: mod.string().optional(),
52661
52661
  isServiceProfile: mod.boolean().default(false).optional()
52662
52662
  });
52663
+ var LCNProfileConnectionStatusEnum = mod.enum([
52664
+ "CONNECTED",
52665
+ "PENDING_REQUEST_SENT",
52666
+ "PENDING_REQUEST_RECEIVED",
52667
+ "NOT_CONNECTED"
52668
+ ]);
52663
52669
  var SentCredentialInfoValidator = mod.object({
52664
52670
  uri: mod.string(),
52665
52671
  to: mod.string(),
@@ -72079,6 +72085,7 @@ export {
72079
72085
  getDidKitPlugin,
72080
72086
  getEthereumPlugin,
72081
72087
  getIDXPlugin,
72088
+ getLearnCardPlugin,
72082
72089
  getTestCache,
72083
72090
  getTestStorage,
72084
72091
  getVCAPIPlugin,