@wix/calendar 1.0.9 → 1.0.11

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/calendar",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@wix/calendar_events": "1.0.6",
22
22
  "@wix/calendar_schedule-time-frames": "1.0.5",
23
- "@wix/calendar_schedules": "1.0.6"
23
+ "@wix/calendar_schedules": "1.0.8"
24
24
  },
25
25
  "devDependencies": {
26
26
  "glob": "^10.4.1",
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "b88b79d3f9ce909922c045af2a599ff17fcaa103c9e38000b6ea9827"
48
+ "falconPackageHash": "7ec53a54801e3650a1e8474f1ec98de54ced2e990eedfab17f03b935"
49
49
  }
@@ -2841,7 +2841,9 @@ declare enum Namespace {
2841
2841
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
2842
2842
  * The Partners company owns this namespace.
2843
2843
  */
2844
- UGC_TEMPLATE = "UGC_TEMPLATE"
2844
+ UGC_TEMPLATE = "UGC_TEMPLATE",
2845
+ /** Codux Headless Sites */
2846
+ CODUX = "CODUX"
2845
2847
  }
2846
2848
  /** Site transferred to another user. */
2847
2849
  interface SiteTransferred {
@@ -2894,6 +2896,8 @@ interface ServiceProvisioned {
2894
2896
  originInstanceId?: string;
2895
2897
  /** A version. */
2896
2898
  version?: string | null;
2899
+ /** The origin meta site id */
2900
+ originMetaSiteId?: string | null;
2897
2901
  }
2898
2902
  interface ServiceRemoved {
2899
2903
  /** Either UUID or EmbeddedServiceType. */
@@ -2841,7 +2841,9 @@ declare enum Namespace {
2841
2841
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
2842
2842
  * The Partners company owns this namespace.
2843
2843
  */
2844
- UGC_TEMPLATE = "UGC_TEMPLATE"
2844
+ UGC_TEMPLATE = "UGC_TEMPLATE",
2845
+ /** Codux Headless Sites */
2846
+ CODUX = "CODUX"
2845
2847
  }
2846
2848
  /** Site transferred to another user. */
2847
2849
  interface SiteTransferred {
@@ -2894,6 +2896,8 @@ interface ServiceProvisioned {
2894
2896
  originInstanceId?: string;
2895
2897
  /** A version. */
2896
2898
  version?: string | null;
2899
+ /** The origin meta site id */
2900
+ originMetaSiteId?: string | null;
2897
2901
  }
2898
2902
  interface ServiceRemoved {
2899
2903
  /** Either UUID or EmbeddedServiceType. */