@learncard/learn-cloud-plugin 2.3.37 → 2.3.39
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/helpers.d.ts.map +1 -1
- package/dist/learn-cloud-plugin.cjs.development.cjs +2 -1
- package/dist/learn-cloud-plugin.cjs.development.cjs.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.cjs +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.cjs.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +2 -1
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +7 -7
package/dist/helpers.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAIxD,OAAO,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAEvD,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAIxD,OAAO,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAEvD,eAAO,MAAM,IAAI,GACb,WAAW,4BAA4B,EACvC,SAAS,MAAM,KAChB,OAAO,CAAC,MAAM,CAwBhB,CAAC;AAEF,eAAO,MAAM,WAAW,GACpB,WAAW,4BAA4B,EACvC,eAAe,MAAM,EACrB,MAAM,GAAG,KACV,OAAO,CAAC,GAAG,CAEb,CAAC;AAEF,eAAO,MAAM,UAAU,GAAU,CAAC,EAC9B,WAAW,4BAA4B,EACvC,KAAK,GAAG,KACT,OAAO,CAAC,CAAC,CAEX,CAAC;AAEF,eAAO,MAAM,4BAA4B,GACrC,WAAW,4BAA4B,EACvC,QAAQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC3B,oBAAmB,MAAM,EAAO,KACjC,OAAO,CAAC,MAAM,EAAE,CAgBlB,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAChC,WAAW,4BAA4B,EACvC,QAAQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC3B,oBAAmB,MAAM,EAAO,KACjC,OAAO,CAAC,eAAe,CAUzB,CAAC"}
|
|
@@ -21769,7 +21769,8 @@ var LCNAuthedProfileValidator = LCNPublicProfileValidator.extend({
|
|
|
21769
21769
|
did: LCNProfileValidator.shape.did
|
|
21770
21770
|
});
|
|
21771
21771
|
var LCNConnectionProfileValidator = LCNAuthedProfileValidator.extend({
|
|
21772
|
-
email: LCNProfileValidator.shape.email
|
|
21772
|
+
email: LCNProfileValidator.shape.email,
|
|
21773
|
+
connectedAt: external_exports.iso.datetime().optional().describe("When the viewer and this profile became connected.")
|
|
21773
21774
|
});
|
|
21774
21775
|
var LCNVisibleProfileValidator = external_exports.union([
|
|
21775
21776
|
LCNConnectionProfileValidator.strict(),
|