@learncard/learn-cloud-plugin 2.3.37 → 2.3.38
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
|
@@ -21760,7 +21760,8 @@ var LCNAuthedProfileValidator = LCNPublicProfileValidator.extend({
|
|
|
21760
21760
|
did: LCNProfileValidator.shape.did
|
|
21761
21761
|
});
|
|
21762
21762
|
var LCNConnectionProfileValidator = LCNAuthedProfileValidator.extend({
|
|
21763
|
-
email: LCNProfileValidator.shape.email
|
|
21763
|
+
email: LCNProfileValidator.shape.email,
|
|
21764
|
+
connectedAt: external_exports.iso.datetime().optional().describe("When the viewer and this profile became connected.")
|
|
21764
21765
|
});
|
|
21765
21766
|
var LCNVisibleProfileValidator = external_exports.union([
|
|
21766
21767
|
LCNConnectionProfileValidator.strict(),
|