@wix/calendar 1.0.8 → 1.0.9

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.8",
3
+ "version": "1.0.9",
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.5"
23
+ "@wix/calendar_schedules": "1.0.6"
24
24
  },
25
25
  "devDependencies": {
26
26
  "glob": "^10.4.1",
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "5a4909fb5e5fcc6812533bc97d76d94a09082193b87773d93d6c16dd"
48
+ "falconPackageHash": "b88b79d3f9ce909922c045af2a599ff17fcaa103c9e38000b6ea9827"
49
49
  }
@@ -2836,7 +2836,12 @@ declare enum Namespace {
2836
2836
  */
2837
2837
  BRANDED_FIRST = "BRANDED_FIRST",
2838
2838
  /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
2839
- NOWNIA = "NOWNIA"
2839
+ NOWNIA = "NOWNIA",
2840
+ /**
2841
+ * UGC Templates are templates that are created by users for personal use and to sale to other users.
2842
+ * The Partners company owns this namespace.
2843
+ */
2844
+ UGC_TEMPLATE = "UGC_TEMPLATE"
2840
2845
  }
2841
2846
  /** Site transferred to another user. */
2842
2847
  interface SiteTransferred {
@@ -2836,7 +2836,12 @@ declare enum Namespace {
2836
2836
  */
2837
2837
  BRANDED_FIRST = "BRANDED_FIRST",
2838
2838
  /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
2839
- NOWNIA = "NOWNIA"
2839
+ NOWNIA = "NOWNIA",
2840
+ /**
2841
+ * UGC Templates are templates that are created by users for personal use and to sale to other users.
2842
+ * The Partners company owns this namespace.
2843
+ */
2844
+ UGC_TEMPLATE = "UGC_TEMPLATE"
2840
2845
  }
2841
2846
  /** Site transferred to another user. */
2842
2847
  interface SiteTransferred {