@wix/referral 1.0.35 → 1.0.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/referral",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@wix/referral_customers": "1.0.14",
22
22
  "@wix/referral_friends": "1.0.11",
23
- "@wix/referral_programs": "1.0.20",
23
+ "@wix/referral_programs": "1.0.21",
24
24
  "@wix/referral_rewards": "1.0.13",
25
25
  "@wix/referral_tracker": "1.0.16"
26
26
  },
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "0d2d37779fb713ff0f56e4f148745237dd99e7d8bf7f955bf39bd7a9"
50
+ "falconPackageHash": "1c8ce0b59293b714d67857de5bf5f84d3f8afaee7207704b0af31056"
51
51
  }
@@ -451,18 +451,6 @@ interface ReferralProgram {
451
451
  * - `RESTAURANT_ORDER_PLACED`: Referred friend placed and paid for a restaurant order.
452
452
  */
453
453
  successfulReferralActions?: Action[];
454
- /**
455
- * Whether the user has the required plan to use the referral program.
456
- *
457
- * Deprecated: Use [Get Referral Program Premium Features](https://dev.wix.com/docs/velo/api-reference/wix-marketing-v2/referral-program/programs/get-referral-program-premium-features) instead.
458
- * @readonly
459
- * @deprecated Whether the user has the required plan to use the referral program.
460
- *
461
- * Deprecated: Use [Get Referral Program Premium Features](https://dev.wix.com/docs/velo/api-reference/wix-marketing-v2/referral-program/programs/get-referral-program-premium-features) instead.
462
- * @replacedBy GetReferralProgramPremiumFeatures
463
- * @targetRemovalDate 2024-09-01
464
- */
465
- isPremium?: boolean;
466
454
  /** Configures email notifications for the referral program. */
467
455
  emails?: Emails;
468
456
  /**
@@ -1713,7 +1701,6 @@ interface ReferralProgramNonNullableFields {
1713
1701
  referredFriendReward?: RewardNonNullableFields;
1714
1702
  referringCustomerReward?: RewardNonNullableFields;
1715
1703
  successfulReferralActions: Action[];
1716
- isPremium: boolean;
1717
1704
  emails?: EmailsNonNullableFields;
1718
1705
  premiumFeatures?: PremiumFeaturesNonNullableFields;
1719
1706
  }
@@ -451,18 +451,6 @@ interface ReferralProgram {
451
451
  * - `RESTAURANT_ORDER_PLACED`: Referred friend placed and paid for a restaurant order.
452
452
  */
453
453
  successfulReferralActions?: Action[];
454
- /**
455
- * Whether the user has the required plan to use the referral program.
456
- *
457
- * Deprecated: Use [Get Referral Program Premium Features](https://dev.wix.com/docs/velo/api-reference/wix-marketing-v2/referral-program/programs/get-referral-program-premium-features) instead.
458
- * @readonly
459
- * @deprecated Whether the user has the required plan to use the referral program.
460
- *
461
- * Deprecated: Use [Get Referral Program Premium Features](https://dev.wix.com/docs/velo/api-reference/wix-marketing-v2/referral-program/programs/get-referral-program-premium-features) instead.
462
- * @replacedBy GetReferralProgramPremiumFeatures
463
- * @targetRemovalDate 2024-09-01
464
- */
465
- isPremium?: boolean;
466
454
  /** Configures email notifications for the referral program. */
467
455
  emails?: Emails;
468
456
  /**
@@ -1713,7 +1701,6 @@ interface ReferralProgramNonNullableFields {
1713
1701
  referredFriendReward?: RewardNonNullableFields;
1714
1702
  referringCustomerReward?: RewardNonNullableFields;
1715
1703
  successfulReferralActions: Action[];
1716
- isPremium: boolean;
1717
1704
  emails?: EmailsNonNullableFields;
1718
1705
  premiumFeatures?: PremiumFeaturesNonNullableFields;
1719
1706
  }
@@ -41,18 +41,6 @@ interface ReferralProgram$1 {
41
41
  * - `RESTAURANT_ORDER_PLACED`: Referred friend placed and paid for a restaurant order.
42
42
  */
43
43
  successfulReferralActions?: Action$1[];
44
- /**
45
- * Whether the user has the required plan to use the referral program.
46
- *
47
- * Deprecated: Use [Get Referral Program Premium Features](https://dev.wix.com/docs/velo/api-reference/wix-marketing-v2/referral-program/programs/get-referral-program-premium-features) instead.
48
- * @readonly
49
- * @deprecated Whether the user has the required plan to use the referral program.
50
- *
51
- * Deprecated: Use [Get Referral Program Premium Features](https://dev.wix.com/docs/velo/api-reference/wix-marketing-v2/referral-program/programs/get-referral-program-premium-features) instead.
52
- * @replacedBy GetReferralProgramPremiumFeatures
53
- * @targetRemovalDate 2024-09-01
54
- */
55
- isPremium?: boolean;
56
44
  /** Configures email notifications for the referral program. */
57
45
  emails?: Emails$1;
58
46
  /**
@@ -341,7 +329,6 @@ interface ReferralProgramNonNullableFields$1 {
341
329
  referredFriendReward?: RewardNonNullableFields$1;
342
330
  referringCustomerReward?: RewardNonNullableFields$1;
343
331
  successfulReferralActions: Action$1[];
344
- isPremium: boolean;
345
332
  emails?: EmailsNonNullableFields$1;
346
333
  premiumFeatures?: PremiumFeaturesNonNullableFields$1;
347
334
  }
@@ -414,18 +401,6 @@ interface ReferralProgram {
414
401
  * - `RESTAURANT_ORDER_PLACED`: Referred friend placed and paid for a restaurant order.
415
402
  */
416
403
  successfulReferralActions?: Action[];
417
- /**
418
- * Whether the user has the required plan to use the referral program.
419
- *
420
- * Deprecated: Use [Get Referral Program Premium Features](https://dev.wix.com/docs/velo/api-reference/wix-marketing-v2/referral-program/programs/get-referral-program-premium-features) instead.
421
- * @readonly
422
- * @deprecated Whether the user has the required plan to use the referral program.
423
- *
424
- * Deprecated: Use [Get Referral Program Premium Features](https://dev.wix.com/docs/velo/api-reference/wix-marketing-v2/referral-program/programs/get-referral-program-premium-features) instead.
425
- * @replacedBy GetReferralProgramPremiumFeatures
426
- * @targetRemovalDate 2024-09-01
427
- */
428
- isPremium?: boolean;
429
404
  /** Configures email notifications for the referral program. */
430
405
  emails?: Emails;
431
406
  /**
@@ -714,7 +689,6 @@ interface ReferralProgramNonNullableFields {
714
689
  referredFriendReward?: RewardNonNullableFields;
715
690
  referringCustomerReward?: RewardNonNullableFields;
716
691
  successfulReferralActions: Action[];
717
- isPremium: boolean;
718
692
  emails?: EmailsNonNullableFields;
719
693
  premiumFeatures?: PremiumFeaturesNonNullableFields;
720
694
  }