@timardex/cluemart-shared 1.5.797 → 1.5.798
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/{affiliate-BDoo69JY.d.mts → affiliate-CIuny52X.d.mts} +5 -3
- package/dist/{affiliate-BY-BlC9i.d.ts → affiliate-Slb5tO_6.d.ts} +5 -3
- package/dist/{chunk-6UP53CPG.mjs → chunk-BNT4YIYG.mjs} +2 -1
- package/dist/{chunk-6UP53CPG.mjs.map → chunk-BNT4YIYG.mjs.map} +1 -1
- package/dist/{chunk-JCFZV25I.mjs → chunk-EJPMEGZW.mjs} +6 -2
- package/dist/chunk-EJPMEGZW.mjs.map +1 -0
- package/dist/{chunk-R2XNULRY.mjs → chunk-EWSFVF6C.mjs} +4 -1
- package/dist/{chunk-R2XNULRY.mjs.map → chunk-EWSFVF6C.mjs.map} +1 -1
- package/dist/formFields/index.cjs +4 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/graphql/index.cjs +3 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +7 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +10 -4
- package/dist/index.d.ts +10 -4
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs +1 -0
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.cjs +4 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +6 -2
- package/dist/utils/index.d.ts +6 -2
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-JCFZV25I.mjs.map +0 -1
|
@@ -599,6 +599,10 @@ var AFFILIATE_REWARDS = {
|
|
|
599
599
|
description: "1 point for active vendor standard subscription (monthly reward)",
|
|
600
600
|
value: 1
|
|
601
601
|
},
|
|
602
|
+
["ACTIVE_VENDOR_BONUS_REWARD" /* ACTIVE_VENDOR_BONUS_REWARD */]: {
|
|
603
|
+
description: "5 bonus points for every 10th active vendor (one-time reward)",
|
|
604
|
+
value: 5
|
|
605
|
+
},
|
|
602
606
|
["ACTIVE_EVENT_WITH_VENDOR_REGISTRATIONS" /* ACTIVE_EVENT_WITH_VENDOR_REGISTRATIONS */]: {
|
|
603
607
|
description: "50 points for active event with vendor registrations (one-time reward)",
|
|
604
608
|
value: 50
|