@timardex/cluemart-server-shared 1.0.266 → 1.0.267
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-OZZRI2C2.mjs → chunk-WFGXT6EI.mjs} +3 -2
- package/dist/chunk-WFGXT6EI.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-OZZRI2C2.mjs.map +0 -1
|
@@ -3342,6 +3342,7 @@ var EnumUserLicence = /* @__PURE__ */ ((EnumUserLicence22) => {
|
|
|
3342
3342
|
EnumUserLicence22["STANDARD_EVENT"] = "standard_event";
|
|
3343
3343
|
EnumUserLicence22["STANDARD_VENDOR"] = "standard_vendor";
|
|
3344
3344
|
EnumUserLicence22["STANDARD_PARTNER"] = "standard_partner";
|
|
3345
|
+
EnumUserLicence22["STANDARD_AFFILIATE"] = "standard_affiliate";
|
|
3345
3346
|
return EnumUserLicence22;
|
|
3346
3347
|
})(EnumUserLicence || {});
|
|
3347
3348
|
var EnumUserRole = /* @__PURE__ */ ((EnumUserRole22) => {
|
|
@@ -8274,7 +8275,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
8274
8275
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
8275
8276
|
var NotificationModel = mongoose8.models.Notification || mongoose8.model("Notification", schema4);
|
|
8276
8277
|
|
|
8277
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
8278
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-2RPU74Z4.mjs
|
|
8278
8279
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
8279
8280
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
8280
8281
|
EnumOSPlatform22["IOS"] = "ios";
|
|
@@ -9241,4 +9242,4 @@ export {
|
|
|
9241
9242
|
SchoolModel,
|
|
9242
9243
|
AffiliateModel
|
|
9243
9244
|
};
|
|
9244
|
-
//# sourceMappingURL=chunk-
|
|
9245
|
+
//# sourceMappingURL=chunk-WFGXT6EI.mjs.map
|