@learncard/network-plugin 1.2.0 → 1.2.1

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.
@@ -81715,6 +81715,12 @@ var LCNProfileValidator2 = mod2.object({
81715
81715
  image: mod2.string().optional(),
81716
81716
  isServiceProfile: mod2.boolean().default(false).optional()
81717
81717
  });
81718
+ var LCNProfileConnectionStatusEnum2 = mod2.enum([
81719
+ "CONNECTED",
81720
+ "PENDING_REQUEST_SENT",
81721
+ "PENDING_REQUEST_RECEIVED",
81722
+ "NOT_CONNECTED"
81723
+ ]);
81718
81724
  var SentCredentialInfoValidator2 = mod2.object({
81719
81725
  uri: mod2.string(),
81720
81726
  to: mod2.string(),