@wix/bookings 1.0.436 → 1.0.438

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/bookings",
3
- "version": "1.0.436",
3
+ "version": "1.0.438",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,10 +29,10 @@
29
29
  "@wix/bookings_multi-service-availability-time-slots": "1.0.28",
30
30
  "@wix/bookings_pricing": "1.0.32",
31
31
  "@wix/bookings_resource-types": "1.0.0",
32
- "@wix/bookings_resources": "1.0.35",
32
+ "@wix/bookings_resources": "1.0.37",
33
33
  "@wix/bookings_service-options-and-variants": "1.0.43",
34
34
  "@wix/bookings_services": "1.0.66",
35
- "@wix/bookings_staff-members": "1.0.1"
35
+ "@wix/bookings_staff-members": "1.0.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "glob": "^10.4.1",
@@ -57,5 +57,5 @@
57
57
  "fqdn": ""
58
58
  }
59
59
  },
60
- "falconPackageHash": "0cf9565e3817ceee2eb5651da2e12894972258d7bf91233dec6bfa42"
60
+ "falconPackageHash": "375b472ba92bae74afeaeba55c9baace34b5d82f35594ccdb5d78dac"
61
61
  }
@@ -8866,7 +8866,9 @@ declare enum Namespace$1 {
8866
8866
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
8867
8867
  * The Partners company owns this namespace.
8868
8868
  */
8869
- UGC_TEMPLATE = "UGC_TEMPLATE"
8869
+ UGC_TEMPLATE = "UGC_TEMPLATE",
8870
+ /** Codux Headless Sites */
8871
+ CODUX = "CODUX"
8870
8872
  }
8871
8873
  /** Site transferred to another user. */
8872
8874
  interface SiteTransferred$1 {
@@ -16957,7 +16959,9 @@ declare enum Namespace {
16957
16959
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
16958
16960
  * The Partners company owns this namespace.
16959
16961
  */
16960
- UGC_TEMPLATE = "UGC_TEMPLATE"
16962
+ UGC_TEMPLATE = "UGC_TEMPLATE",
16963
+ /** Codux Headless Sites */
16964
+ CODUX = "CODUX"
16961
16965
  }
16962
16966
  /** Site transferred to another user. */
16963
16967
  interface SiteTransferred {
@@ -8866,7 +8866,9 @@ declare enum Namespace$1 {
8866
8866
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
8867
8867
  * The Partners company owns this namespace.
8868
8868
  */
8869
- UGC_TEMPLATE = "UGC_TEMPLATE"
8869
+ UGC_TEMPLATE = "UGC_TEMPLATE",
8870
+ /** Codux Headless Sites */
8871
+ CODUX = "CODUX"
8870
8872
  }
8871
8873
  /** Site transferred to another user. */
8872
8874
  interface SiteTransferred$1 {
@@ -16957,7 +16959,9 @@ declare enum Namespace {
16957
16959
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
16958
16960
  * The Partners company owns this namespace.
16959
16961
  */
16960
- UGC_TEMPLATE = "UGC_TEMPLATE"
16962
+ UGC_TEMPLATE = "UGC_TEMPLATE",
16963
+ /** Codux Headless Sites */
16964
+ CODUX = "CODUX"
16961
16965
  }
16962
16966
  /** Site transferred to another user. */
16963
16967
  interface SiteTransferred {