@arsedizioni/ars-utils 21.2.227 → 21.2.228
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +5 -3
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
|
@@ -1801,11 +1801,11 @@ var ClipperTeamProduct;
|
|
|
1801
1801
|
(function (ClipperTeamProduct) {
|
|
1802
1802
|
ClipperTeamProduct[ClipperTeamProduct["SharedArchive"] = 1004676] = "SharedArchive";
|
|
1803
1803
|
ClipperTeamProduct[ClipperTeamProduct["SharedCalendar"] = 1004683] = "SharedCalendar";
|
|
1804
|
-
ClipperTeamProduct[ClipperTeamProduct["
|
|
1804
|
+
ClipperTeamProduct[ClipperTeamProduct["SharedNotes"] = 1013721] = "SharedNotes";
|
|
1805
1805
|
})(ClipperTeamProduct || (ClipperTeamProduct = {}));
|
|
1806
1806
|
var ClipperTeamProductPermission;
|
|
1807
1807
|
(function (ClipperTeamProductPermission) {
|
|
1808
|
-
ClipperTeamProductPermission[ClipperTeamProductPermission["
|
|
1808
|
+
ClipperTeamProductPermission[ClipperTeamProductPermission["SharedNotes"] = 55] = "SharedNotes";
|
|
1809
1809
|
ClipperTeamProductPermission[ClipperTeamProductPermission["SharedArchive"] = 56] = "SharedArchive";
|
|
1810
1810
|
ClipperTeamProductPermission[ClipperTeamProductPermission["SharedCalendar"] = 57] = "SharedCalendar";
|
|
1811
1811
|
})(ClipperTeamProductPermission || (ClipperTeamProductPermission = {}));
|