@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.
- package/dist/lcn-plugin.cjs.development.js +6 -0
- package/dist/lcn-plugin.cjs.development.js.map +3 -3
- package/dist/lcn-plugin.cjs.production.min.js +4 -4
- package/dist/lcn-plugin.cjs.production.min.js.map +3 -3
- package/dist/lcn-plugin.esm.js +6 -0
- package/dist/lcn-plugin.esm.js.map +3 -3
- package/package.json +5 -5
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -81710,6 +81710,12 @@ var LCNProfileValidator2 = mod2.object({
|
|
|
81710
81710
|
image: mod2.string().optional(),
|
|
81711
81711
|
isServiceProfile: mod2.boolean().default(false).optional()
|
|
81712
81712
|
});
|
|
81713
|
+
var LCNProfileConnectionStatusEnum2 = mod2.enum([
|
|
81714
|
+
"CONNECTED",
|
|
81715
|
+
"PENDING_REQUEST_SENT",
|
|
81716
|
+
"PENDING_REQUEST_RECEIVED",
|
|
81717
|
+
"NOT_CONNECTED"
|
|
81718
|
+
]);
|
|
81713
81719
|
var SentCredentialInfoValidator2 = mod2.object({
|
|
81714
81720
|
uri: mod2.string(),
|
|
81715
81721
|
to: mod2.string(),
|