@timardex/cluemart-server-shared 1.0.268 → 1.0.270
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/{chunk-5235QTJ5.mjs → chunk-IHDFNJDY.mjs} +3 -2
- package/dist/chunk-IHDFNJDY.mjs.map +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +2 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +2 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-5235QTJ5.mjs.map +0 -1
|
@@ -3344,6 +3344,7 @@ var EnumUserLicence = /* @__PURE__ */ ((EnumUserLicence22) => {
|
|
|
3344
3344
|
EnumUserLicence22["STANDARD_VENDOR"] = "standard_vendor";
|
|
3345
3345
|
EnumUserLicence22["STANDARD_PARTNER"] = "standard_partner";
|
|
3346
3346
|
EnumUserLicence22["STANDARD_AFFILIATE"] = "standard_affiliate";
|
|
3347
|
+
EnumUserLicence22["STANDARD_SCHOOL"] = "standard_school";
|
|
3347
3348
|
return EnumUserLicence22;
|
|
3348
3349
|
})(EnumUserLicence || {});
|
|
3349
3350
|
var EnumUserRole = /* @__PURE__ */ ((EnumUserRole22) => {
|
|
@@ -8278,7 +8279,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
8278
8279
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
8279
8280
|
var NotificationModel = mongoose8.models.Notification || mongoose8.model("Notification", schema4);
|
|
8280
8281
|
|
|
8281
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
8282
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-I2V5GDNE.mjs
|
|
8282
8283
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
8283
8284
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
8284
8285
|
EnumOSPlatform22["IOS"] = "ios";
|
|
@@ -9245,4 +9246,4 @@ export {
|
|
|
9245
9246
|
SchoolModel,
|
|
9246
9247
|
AffiliateModel
|
|
9247
9248
|
};
|
|
9248
|
-
//# sourceMappingURL=chunk-
|
|
9249
|
+
//# sourceMappingURL=chunk-IHDFNJDY.mjs.map
|