@wix/referral 1.0.38 → 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.38",
3
+ "version": "1.0.39",
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.15",
22
22
  "@wix/referral_friends": "1.0.12",
23
- "@wix/referral_programs": "1.0.21",
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": "b03d839c7cbbb1724853a1df58594e8109337930e36cf8fd684d42f4"
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;
@@ -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;