@wix/referral 1.0.19 → 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.19",
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.8",
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": "77753d95ce75256aec41ed2ebc95d488f6bbffdba5a7e69348bba0ac"
50
+ "falconPackageHash": "ef20cb5036f8b43430134fb4780b30ddd9fe9a74d1e2a2e6a5c1538f"
51
51
  }
@@ -3829,7 +3829,7 @@ interface GetReferredFriendByContactIdSignature {
3829
3829
  /**
3830
3830
  * Retrieves a referred friend by contact ID.
3831
3831
  *
3832
- * 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.
3833
3833
  * @param - Contact ID or "me" to get the current identity's contact.
3834
3834
  * @returns Retrieved referred friend.
3835
3835
  */
@@ -3840,7 +3840,7 @@ interface UpdateReferredFriendSignature {
3840
3840
  /**
3841
3841
  * Updates a referred friend. Supports partial updates.
3842
3842
  *
3843
- * You must pass the latest revision for a successful update.
3843
+ * You must pass the latest `revision` for a successful update.
3844
3844
  * @param - ID of the referred friend.
3845
3845
  * @returns Updated referred friend.
3846
3846
  */
@@ -3860,11 +3860,6 @@ interface QueryReferredFriendSignature {
3860
3860
  *
3861
3861
  * This endpoint supports [WQL (Wix Query Language)](https://dev.wix.com/api/rest/getting-started/api-query-language).
3862
3862
  *
3863
- * You can filter by:
3864
- * - `referring_customer_id`
3865
- * - `status`
3866
- * - `created_date`
3867
- *
3868
3863
  * To learn about working with _Query_ endpoints, see
3869
3864
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
3870
3865
  * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),
@@ -3829,7 +3829,7 @@ interface GetReferredFriendByContactIdSignature {
3829
3829
  /**
3830
3830
  * Retrieves a referred friend by contact ID.
3831
3831
  *
3832
- * 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.
3833
3833
  * @param - Contact ID or "me" to get the current identity's contact.
3834
3834
  * @returns Retrieved referred friend.
3835
3835
  */
@@ -3840,7 +3840,7 @@ interface UpdateReferredFriendSignature {
3840
3840
  /**
3841
3841
  * Updates a referred friend. Supports partial updates.
3842
3842
  *
3843
- * You must pass the latest revision for a successful update.
3843
+ * You must pass the latest `revision` for a successful update.
3844
3844
  * @param - ID of the referred friend.
3845
3845
  * @returns Updated referred friend.
3846
3846
  */
@@ -3860,11 +3860,6 @@ interface QueryReferredFriendSignature {
3860
3860
  *
3861
3861
  * This endpoint supports [WQL (Wix Query Language)](https://dev.wix.com/api/rest/getting-started/api-query-language).
3862
3862
  *
3863
- * You can filter by:
3864
- * - `referring_customer_id`
3865
- * - `status`
3866
- * - `created_date`
3867
- *
3868
3863
  * To learn about working with _Query_ endpoints, see
3869
3864
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
3870
3865
  * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),