@wix/table-reservations 1.0.128 → 1.0.129

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/table-reservations",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/table-reservations_reservation-locations": "1.0.46",
21
+ "@wix/table-reservations_reservation-locations": "1.0.47",
22
22
  "@wix/table-reservations_reservations": "1.0.43",
23
23
  "@wix/table-reservations_time-slots": "1.0.42"
24
24
  },
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "304731ecdd76ed0c5ae3647d46ce777e5d95c86c1c49d906614127b0"
48
+ "falconPackageHash": "4020f130f1c8d44167ab4c620b135b7fe8a4f8ff357e43e971c9cff0"
49
49
  }
@@ -2882,7 +2882,9 @@ declare enum Namespace {
2882
2882
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
2883
2883
  * The Partners company owns this namespace.
2884
2884
  */
2885
- UGC_TEMPLATE = "UGC_TEMPLATE"
2885
+ UGC_TEMPLATE = "UGC_TEMPLATE",
2886
+ /** Codux Headless Sites */
2887
+ CODUX = "CODUX"
2886
2888
  }
2887
2889
  /** Site transferred to another user. */
2888
2890
  interface SiteTransferred {
@@ -2882,7 +2882,9 @@ declare enum Namespace {
2882
2882
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
2883
2883
  * The Partners company owns this namespace.
2884
2884
  */
2885
- UGC_TEMPLATE = "UGC_TEMPLATE"
2885
+ UGC_TEMPLATE = "UGC_TEMPLATE",
2886
+ /** Codux Headless Sites */
2887
+ CODUX = "CODUX"
2886
2888
  }
2887
2889
  /** Site transferred to another user. */
2888
2890
  interface SiteTransferred {