@wix/referral 1.0.18 → 1.0.20

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.18",
3
+ "version": "1.0.20",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,11 +18,11 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/referral_customers": "1.0.8",
22
- "@wix/referral_friends": "1.0.6",
23
- "@wix/referral_programs": "1.0.8",
24
- "@wix/referral_rewards": "1.0.7",
25
- "@wix/referral_tracker": "1.0.11"
21
+ "@wix/referral_customers": "1.0.9",
22
+ "@wix/referral_friends": "1.0.7",
23
+ "@wix/referral_programs": "1.0.9",
24
+ "@wix/referral_rewards": "1.0.9",
25
+ "@wix/referral_tracker": "1.0.12"
26
26
  },
27
27
  "devDependencies": {
28
28
  "glob": "^10.4.1",
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "d51c39b89dfcb79fe47576a7cbd4cb0152eaa9801bc66a6f14af9f46"
50
+ "falconPackageHash": "ef20cb5036f8b43430134fb4780b30ddd9fe9a74d1e2a2e6a5c1538f"
51
51
  }
@@ -3252,11 +3252,6 @@ interface QueryReferralRewardsSignature {
3252
3252
  /**
3253
3253
  * Retrieves a list of referral rewards, given the provided paging, filtering, and sorting.
3254
3254
  *
3255
- * You can filter the results by:
3256
- * - `contact_id`: Set to `me` to return rewards for the current identity.
3257
- * - `owner_type`.
3258
- * - `reward_type`.
3259
- *
3260
3255
  * To learn about working with _Query_ endpoints, see
3261
3256
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
3262
3257
  * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),
@@ -3834,7 +3829,7 @@ interface GetReferredFriendByContactIdSignature {
3834
3829
  /**
3835
3830
  * Retrieves a referred friend by contact ID.
3836
3831
  *
3837
- * You can use `"me"` instead of a specific contact ID to get the referred friend for the current identity's contact.
3832
+ * You can use `me` instead of a specific contact ID to get the referred friend for the current identity's contact.
3838
3833
  * @param - Contact ID or "me" to get the current identity's contact.
3839
3834
  * @returns Retrieved referred friend.
3840
3835
  */
@@ -3845,7 +3840,7 @@ interface UpdateReferredFriendSignature {
3845
3840
  /**
3846
3841
  * Updates a referred friend. Supports partial updates.
3847
3842
  *
3848
- * You must pass the latest revision for a successful update.
3843
+ * You must pass the latest `revision` for a successful update.
3849
3844
  * @param - ID of the referred friend.
3850
3845
  * @returns Updated referred friend.
3851
3846
  */
@@ -3865,11 +3860,6 @@ interface QueryReferredFriendSignature {
3865
3860
  *
3866
3861
  * This endpoint supports [WQL (Wix Query Language)](https://dev.wix.com/api/rest/getting-started/api-query-language).
3867
3862
  *
3868
- * You can filter by:
3869
- * - `referring_customer_id`
3870
- * - `status`
3871
- * - `created_date`
3872
- *
3873
3863
  * To learn about working with _Query_ endpoints, see
3874
3864
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
3875
3865
  * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),
@@ -3252,11 +3252,6 @@ interface QueryReferralRewardsSignature {
3252
3252
  /**
3253
3253
  * Retrieves a list of referral rewards, given the provided paging, filtering, and sorting.
3254
3254
  *
3255
- * You can filter the results by:
3256
- * - `contact_id`: Set to `me` to return rewards for the current identity.
3257
- * - `owner_type`.
3258
- * - `reward_type`.
3259
- *
3260
3255
  * To learn about working with _Query_ endpoints, see
3261
3256
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
3262
3257
  * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),
@@ -3834,7 +3829,7 @@ interface GetReferredFriendByContactIdSignature {
3834
3829
  /**
3835
3830
  * Retrieves a referred friend by contact ID.
3836
3831
  *
3837
- * You can use `"me"` instead of a specific contact ID to get the referred friend for the current identity's contact.
3832
+ * You can use `me` instead of a specific contact ID to get the referred friend for the current identity's contact.
3838
3833
  * @param - Contact ID or "me" to get the current identity's contact.
3839
3834
  * @returns Retrieved referred friend.
3840
3835
  */
@@ -3845,7 +3840,7 @@ interface UpdateReferredFriendSignature {
3845
3840
  /**
3846
3841
  * Updates a referred friend. Supports partial updates.
3847
3842
  *
3848
- * You must pass the latest revision for a successful update.
3843
+ * You must pass the latest `revision` for a successful update.
3849
3844
  * @param - ID of the referred friend.
3850
3845
  * @returns Updated referred friend.
3851
3846
  */
@@ -3865,11 +3860,6 @@ interface QueryReferredFriendSignature {
3865
3860
  *
3866
3861
  * This endpoint supports [WQL (Wix Query Language)](https://dev.wix.com/api/rest/getting-started/api-query-language).
3867
3862
  *
3868
- * You can filter by:
3869
- * - `referring_customer_id`
3870
- * - `status`
3871
- * - `created_date`
3872
- *
3873
3863
  * To learn about working with _Query_ endpoints, see
3874
3864
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
3875
3865
  * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),