@wix/referral 1.0.52 → 1.0.53

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.52",
3
+ "version": "1.0.53",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@wix/referral_customers": "1.0.18",
25
25
  "@wix/referral_friends": "1.0.22",
26
- "@wix/referral_programs": "1.0.27",
26
+ "@wix/referral_programs": "1.0.28",
27
27
  "@wix/referral_rewards": "1.0.17",
28
28
  "@wix/referral_tracker": "1.0.22"
29
29
  },
@@ -50,5 +50,5 @@
50
50
  "fqdn": ""
51
51
  }
52
52
  },
53
- "falconPackageHash": "8baefe8593b4a8023b748b4db9968551aeae591509d3e5c181986ae6"
53
+ "falconPackageHash": "2f813136d90e7033922d7a275dcb4d773991a7223cf81cfd7daf0074"
54
54
  }
@@ -1014,7 +1014,9 @@ declare enum Namespace {
1014
1014
  */
1015
1015
  UGC_TEMPLATE = "UGC_TEMPLATE",
1016
1016
  /** Codux Headless Sites */
1017
- CODUX = "CODUX"
1017
+ CODUX = "CODUX",
1018
+ /** Bobb - AI Design Creator. */
1019
+ MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
1018
1020
  }
1019
1021
  /** Site transferred to another user. */
1020
1022
  interface SiteTransferred {
@@ -1014,7 +1014,9 @@ declare enum Namespace {
1014
1014
  */
1015
1015
  UGC_TEMPLATE = "UGC_TEMPLATE",
1016
1016
  /** Codux Headless Sites */
1017
- CODUX = "CODUX"
1017
+ CODUX = "CODUX",
1018
+ /** Bobb - AI Design Creator. */
1019
+ MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
1018
1020
  }
1019
1021
  /** Site transferred to another user. */
1020
1022
  interface SiteTransferred {