@wix/referral 1.0.37 → 1.0.39
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.39",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/referral_customers": "1.0.
|
|
21
|
+
"@wix/referral_customers": "1.0.15",
|
|
22
22
|
"@wix/referral_friends": "1.0.12",
|
|
23
|
-
"@wix/referral_programs": "1.0.
|
|
23
|
+
"@wix/referral_programs": "1.0.22",
|
|
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": "
|
|
50
|
+
"falconPackageHash": "670107f57c39619c04e78eea8437085d271e70ae6dcf09c3fa00e508"
|
|
51
51
|
}
|
|
@@ -1881,7 +1881,9 @@ declare const generateAiSocialMediaPostsSuggestions: MaybeContext<BuildRESTFunct
|
|
|
1881
1881
|
declare const getReferralProgramPremiumFeatures: MaybeContext<BuildRESTFunction<typeof getReferralProgramPremiumFeatures$1> & typeof getReferralProgramPremiumFeatures$1>;
|
|
1882
1882
|
|
|
1883
1883
|
type _publicOnProgramUpdatedType = typeof onProgramUpdated$1;
|
|
1884
|
-
/**
|
|
1884
|
+
/**
|
|
1885
|
+
* Triggered when a referral program is updated.
|
|
1886
|
+
*/
|
|
1885
1887
|
declare const onProgramUpdated: ReturnType<typeof createEventModule$3<_publicOnProgramUpdatedType>>;
|
|
1886
1888
|
|
|
1887
1889
|
type context$4_AISocialMediaPostSuggestion = AISocialMediaPostSuggestion;
|
|
@@ -4804,11 +4806,15 @@ declare const queryReferringCustomers: MaybeContext<BuildRESTFunction<typeof que
|
|
|
4804
4806
|
declare const deleteReferringCustomer: MaybeContext<BuildRESTFunction<typeof deleteReferringCustomer$1> & typeof deleteReferringCustomer$1>;
|
|
4805
4807
|
|
|
4806
4808
|
type _publicOnReferringCustomerCreatedType = typeof onReferringCustomerCreated$1;
|
|
4807
|
-
/**
|
|
4809
|
+
/**
|
|
4810
|
+
* Triggered when a referring customer is created.
|
|
4811
|
+
*/
|
|
4808
4812
|
declare const onReferringCustomerCreated: ReturnType<typeof createEventModule<_publicOnReferringCustomerCreatedType>>;
|
|
4809
4813
|
|
|
4810
4814
|
type _publicOnReferringCustomerDeletedType = typeof onReferringCustomerDeleted$1;
|
|
4811
|
-
/**
|
|
4815
|
+
/**
|
|
4816
|
+
* Triggered when a referring customer is deleted.
|
|
4817
|
+
*/
|
|
4812
4818
|
declare const onReferringCustomerDeleted: ReturnType<typeof createEventModule<_publicOnReferringCustomerDeletedType>>;
|
|
4813
4819
|
|
|
4814
4820
|
type context_ActionEvent = ActionEvent;
|
|
@@ -1881,7 +1881,9 @@ declare const generateAiSocialMediaPostsSuggestions: MaybeContext<BuildRESTFunct
|
|
|
1881
1881
|
declare const getReferralProgramPremiumFeatures: MaybeContext<BuildRESTFunction<typeof getReferralProgramPremiumFeatures$1> & typeof getReferralProgramPremiumFeatures$1>;
|
|
1882
1882
|
|
|
1883
1883
|
type _publicOnProgramUpdatedType = typeof onProgramUpdated$1;
|
|
1884
|
-
/**
|
|
1884
|
+
/**
|
|
1885
|
+
* Triggered when a referral program is updated.
|
|
1886
|
+
*/
|
|
1885
1887
|
declare const onProgramUpdated: ReturnType<typeof createEventModule$3<_publicOnProgramUpdatedType>>;
|
|
1886
1888
|
|
|
1887
1889
|
type index_d$4_AISocialMediaPostSuggestion = AISocialMediaPostSuggestion;
|
|
@@ -4804,11 +4806,15 @@ declare const queryReferringCustomers: MaybeContext<BuildRESTFunction<typeof que
|
|
|
4804
4806
|
declare const deleteReferringCustomer: MaybeContext<BuildRESTFunction<typeof deleteReferringCustomer$1> & typeof deleteReferringCustomer$1>;
|
|
4805
4807
|
|
|
4806
4808
|
type _publicOnReferringCustomerCreatedType = typeof onReferringCustomerCreated$1;
|
|
4807
|
-
/**
|
|
4809
|
+
/**
|
|
4810
|
+
* Triggered when a referring customer is created.
|
|
4811
|
+
*/
|
|
4808
4812
|
declare const onReferringCustomerCreated: ReturnType<typeof createEventModule<_publicOnReferringCustomerCreatedType>>;
|
|
4809
4813
|
|
|
4810
4814
|
type _publicOnReferringCustomerDeletedType = typeof onReferringCustomerDeleted$1;
|
|
4811
|
-
/**
|
|
4815
|
+
/**
|
|
4816
|
+
* Triggered when a referring customer is deleted.
|
|
4817
|
+
*/
|
|
4812
4818
|
declare const onReferringCustomerDeleted: ReturnType<typeof createEventModule<_publicOnReferringCustomerDeletedType>>;
|
|
4813
4819
|
|
|
4814
4820
|
type index_d_ActionEvent = ActionEvent;
|