@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
package/dist/mongoose/index.cjs
CHANGED
|
@@ -3418,6 +3418,7 @@ var EnumUserLicence = /* @__PURE__ */ ((EnumUserLicence22) => {
|
|
|
3418
3418
|
EnumUserLicence22["STANDARD_EVENT"] = "standard_event";
|
|
3419
3419
|
EnumUserLicence22["STANDARD_VENDOR"] = "standard_vendor";
|
|
3420
3420
|
EnumUserLicence22["STANDARD_PARTNER"] = "standard_partner";
|
|
3421
|
+
EnumUserLicence22["STANDARD_AFFILIATE"] = "standard_affiliate";
|
|
3421
3422
|
return EnumUserLicence22;
|
|
3422
3423
|
})(EnumUserLicence || {});
|
|
3423
3424
|
var EnumUserRole = /* @__PURE__ */ ((EnumUserRole22) => {
|
|
@@ -8348,7 +8349,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
8348
8349
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
8349
8350
|
var NotificationModel = import_mongoose8.default.models.Notification || import_mongoose8.default.model("Notification", schema4);
|
|
8350
8351
|
|
|
8351
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
8352
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-2RPU74Z4.mjs
|
|
8352
8353
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
8353
8354
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
8354
8355
|
EnumOSPlatform22["IOS"] = "ios";
|