@wix/referral 1.0.18 → 1.0.19
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.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@wix/referral_customers": "1.0.8",
|
|
22
22
|
"@wix/referral_friends": "1.0.6",
|
|
23
23
|
"@wix/referral_programs": "1.0.8",
|
|
24
|
-
"@wix/referral_rewards": "1.0.
|
|
24
|
+
"@wix/referral_rewards": "1.0.8",
|
|
25
25
|
"@wix/referral_tracker": "1.0.11"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "77753d95ce75256aec41ed2ebc95d488f6bbffdba5a7e69348bba0ac"
|
|
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),
|
|
@@ -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),
|