@timardex/cluemart-server-shared 1.0.301 → 1.0.302

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/index.d.mts CHANGED
@@ -765,7 +765,7 @@ type AwardAffiliateVendorSubscriptionRewardsResult = {
765
765
  * - Vendor owner has a non-expired Standard / Pro / Pro+ vendor licence
766
766
  *
767
767
  * Reward type follows the owner's highest valid licence + Stripe paying status:
768
- * - Pro / Pro+ with active Stripe → `ACTIVE_VENDOR_PRO_SUBSCRIPTION` (3 pts)
768
+ * - Pro / Pro+ with paying Stripe (ACTIVE/TRIALING) → `ACTIVE_VENDOR_PRO_SUBSCRIPTION` (3 pts)
769
769
  * - Pro / Pro+ without paying Stripe → `ACTIVE_VENDOR_STANDARD_SUBSCRIPTION` (1 pt)
770
770
  * - Standard → `ACTIVE_VENDOR_STANDARD_SUBSCRIPTION` (1 pt)
771
771
  *
package/dist/index.d.ts CHANGED
@@ -765,7 +765,7 @@ type AwardAffiliateVendorSubscriptionRewardsResult = {
765
765
  * - Vendor owner has a non-expired Standard / Pro / Pro+ vendor licence
766
766
  *
767
767
  * Reward type follows the owner's highest valid licence + Stripe paying status:
768
- * - Pro / Pro+ with active Stripe → `ACTIVE_VENDOR_PRO_SUBSCRIPTION` (3 pts)
768
+ * - Pro / Pro+ with paying Stripe (ACTIVE/TRIALING) → `ACTIVE_VENDOR_PRO_SUBSCRIPTION` (3 pts)
769
769
  * - Pro / Pro+ without paying Stripe → `ACTIVE_VENDOR_STANDARD_SUBSCRIPTION` (1 pt)
770
770
  * - Standard → `ACTIVE_VENDOR_STANDARD_SUBSCRIPTION` (1 pt)
771
771
  *
package/dist/index.mjs CHANGED
@@ -9340,8 +9340,8 @@ var AFFILIATE_REWARDS = {
9340
9340
  value: 5
9341
9341
  },
9342
9342
  [EnumAffiliateRewardType.ACTIVE_EVENT_WITH_VENDOR_REGISTRATIONS]: {
9343
- description: "50 points for active event with vendor registrations (one-time reward)",
9344
- value: 50
9343
+ description: "40 points for active event with vendor registrations (one-time reward)",
9344
+ value: 40
9345
9345
  }
9346
9346
  };
9347
9347
  function createAffiliateReward(rewardType, createdAt) {