@wix/referral 1.0.23 → 1.0.24

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.23",
3
+ "version": "1.0.24",
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.10",
22
22
  "@wix/referral_friends": "1.0.7",
23
- "@wix/referral_programs": "1.0.11",
23
+ "@wix/referral_programs": "1.0.12",
24
24
  "@wix/referral_rewards": "1.0.10",
25
25
  "@wix/referral_tracker": "1.0.12"
26
26
  },
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "d47cf7b84c9699f7dd8b7868602d5fceed3338a9fec7e292989b0fa3"
50
+ "falconPackageHash": "a90e7fdc149c4fdb11a1163ce225affa47608013a8801d9ffe277bb4"
51
51
  }
@@ -702,7 +702,9 @@ declare enum Namespace {
702
702
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
703
703
  * The Partners company owns this namespace.
704
704
  */
705
- UGC_TEMPLATE = "UGC_TEMPLATE"
705
+ UGC_TEMPLATE = "UGC_TEMPLATE",
706
+ /** Codux Headless Sites */
707
+ CODUX = "CODUX"
706
708
  }
707
709
  /** Site transferred to another user. */
708
710
  interface SiteTransferred {
@@ -702,7 +702,9 @@ declare enum Namespace {
702
702
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
703
703
  * The Partners company owns this namespace.
704
704
  */
705
- UGC_TEMPLATE = "UGC_TEMPLATE"
705
+ UGC_TEMPLATE = "UGC_TEMPLATE",
706
+ /** Codux Headless Sites */
707
+ CODUX = "CODUX"
706
708
  }
707
709
  /** Site transferred to another user. */
708
710
  interface SiteTransferred {