@wix/calendar 1.0.243 → 1.0.244

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.
@@ -13,3 +13,8 @@ import '@wix/auto_sdk_calendar_event-views/meta';
13
13
  import '@wix/auto_sdk_calendar_participations/meta';
14
14
  import '@wix/auto_sdk_calendar_schedules/meta';
15
15
  import '@wix/auto_sdk_calendar_schedule-time-frames/meta';
16
+ import '@wix/auto_sdk_calendar_events/schemas';
17
+ import '@wix/auto_sdk_calendar_event-views/schemas';
18
+ import '@wix/auto_sdk_calendar_participations/schemas';
19
+ import '@wix/auto_sdk_calendar_schedules/schemas';
20
+ import '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
@@ -0,0 +1,10 @@
1
+ import * as schemas from '@wix/auto_sdk_calendar_events/schemas';
2
+ export { schemas as events };
3
+ import * as schemas$1 from '@wix/auto_sdk_calendar_event-views/schemas';
4
+ export { schemas$1 as eventViews };
5
+ import * as schemas$2 from '@wix/auto_sdk_calendar_participations/schemas';
6
+ export { schemas$2 as participations };
7
+ import * as schemas$3 from '@wix/auto_sdk_calendar_schedules/schemas';
8
+ export { schemas$3 as schedules };
9
+ import * as schemas$4 from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
10
+ export { schemas$4 as scheduleTimeFrames };
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ eventViews: () => eventViews,
34
+ events: () => events,
35
+ participations: () => participations,
36
+ scheduleTimeFrames: () => scheduleTimeFrames,
37
+ schedules: () => schedules
38
+ });
39
+ module.exports = __toCommonJS(schemas_exports);
40
+ var events = __toESM(require("@wix/auto_sdk_calendar_events/schemas"));
41
+ var eventViews = __toESM(require("@wix/auto_sdk_calendar_event-views/schemas"));
42
+ var participations = __toESM(require("@wix/auto_sdk_calendar_participations/schemas"));
43
+ var schedules = __toESM(require("@wix/auto_sdk_calendar_schedules/schemas"));
44
+ var scheduleTimeFrames = __toESM(require("@wix/auto_sdk_calendar_schedule-time-frames/schemas"));
45
+ // Annotate the CommonJS export names for ESM import in node:
46
+ 0 && (module.exports = {
47
+ eventViews,
48
+ events,
49
+ participations,
50
+ scheduleTimeFrames,
51
+ schedules
52
+ });
53
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as events from '@wix/auto_sdk_calendar_events/schemas';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/schemas';\nexport * as participations from '@wix/auto_sdk_calendar_participations/schemas';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/schemas';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,iBAA4B;AAC5B,qBAAgC;AAChC,gBAA2B;AAC3B,yBAAoC;","names":[]}
@@ -13,3 +13,8 @@ import '@wix/auto_sdk_calendar_event-views/meta';
13
13
  import '@wix/auto_sdk_calendar_participations/meta';
14
14
  import '@wix/auto_sdk_calendar_schedules/meta';
15
15
  import '@wix/auto_sdk_calendar_schedule-time-frames/meta';
16
+ import '@wix/auto_sdk_calendar_events/schemas';
17
+ import '@wix/auto_sdk_calendar_event-views/schemas';
18
+ import '@wix/auto_sdk_calendar_participations/schemas';
19
+ import '@wix/auto_sdk_calendar_schedules/schemas';
20
+ import '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
@@ -0,0 +1,10 @@
1
+ import * as schemas from '@wix/auto_sdk_calendar_events/schemas';
2
+ export { schemas as events };
3
+ import * as schemas$1 from '@wix/auto_sdk_calendar_event-views/schemas';
4
+ export { schemas$1 as eventViews };
5
+ import * as schemas$2 from '@wix/auto_sdk_calendar_participations/schemas';
6
+ export { schemas$2 as participations };
7
+ import * as schemas$3 from '@wix/auto_sdk_calendar_schedules/schemas';
8
+ export { schemas$3 as schedules };
9
+ import * as schemas$4 from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
10
+ export { schemas$4 as scheduleTimeFrames };
@@ -0,0 +1,14 @@
1
+ // schemas.ts
2
+ import * as events from "@wix/auto_sdk_calendar_events/schemas";
3
+ import * as eventViews from "@wix/auto_sdk_calendar_event-views/schemas";
4
+ import * as participations from "@wix/auto_sdk_calendar_participations/schemas";
5
+ import * as schedules from "@wix/auto_sdk_calendar_schedules/schemas";
6
+ import * as scheduleTimeFrames from "@wix/auto_sdk_calendar_schedule-time-frames/schemas";
7
+ export {
8
+ eventViews,
9
+ events,
10
+ participations,
11
+ scheduleTimeFrames,
12
+ schedules
13
+ };
14
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as events from '@wix/auto_sdk_calendar_events/schemas';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/schemas';\nexport * as participations from '@wix/auto_sdk_calendar_participations/schemas';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/schemas';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
@@ -13,3 +13,8 @@ import '@wix/auto_sdk_calendar_event-views/meta';
13
13
  import '@wix/auto_sdk_calendar_participations/meta';
14
14
  import '@wix/auto_sdk_calendar_schedules/meta';
15
15
  import '@wix/auto_sdk_calendar_schedule-time-frames/meta';
16
+ import '@wix/auto_sdk_calendar_events/schemas';
17
+ import '@wix/auto_sdk_calendar_event-views/schemas';
18
+ import '@wix/auto_sdk_calendar_participations/schemas';
19
+ import '@wix/auto_sdk_calendar_schedules/schemas';
20
+ import '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
@@ -0,0 +1,10 @@
1
+ import * as schemas from '@wix/auto_sdk_calendar_events/schemas';
2
+ export { schemas as events };
3
+ import * as schemas$1 from '@wix/auto_sdk_calendar_event-views/schemas';
4
+ export { schemas$1 as eventViews };
5
+ import * as schemas$2 from '@wix/auto_sdk_calendar_participations/schemas';
6
+ export { schemas$2 as participations };
7
+ import * as schemas$3 from '@wix/auto_sdk_calendar_schedules/schemas';
8
+ export { schemas$3 as schedules };
9
+ import * as schemas$4 from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
10
+ export { schemas$4 as scheduleTimeFrames };
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ eventViews: () => eventViews,
34
+ events: () => events,
35
+ participations: () => participations,
36
+ scheduleTimeFrames: () => scheduleTimeFrames,
37
+ schedules: () => schedules
38
+ });
39
+ module.exports = __toCommonJS(schemas_exports);
40
+ var events = __toESM(require("@wix/auto_sdk_calendar_events/schemas"));
41
+ var eventViews = __toESM(require("@wix/auto_sdk_calendar_event-views/schemas"));
42
+ var participations = __toESM(require("@wix/auto_sdk_calendar_participations/schemas"));
43
+ var schedules = __toESM(require("@wix/auto_sdk_calendar_schedules/schemas"));
44
+ var scheduleTimeFrames = __toESM(require("@wix/auto_sdk_calendar_schedule-time-frames/schemas"));
45
+ // Annotate the CommonJS export names for ESM import in node:
46
+ 0 && (module.exports = {
47
+ eventViews,
48
+ events,
49
+ participations,
50
+ scheduleTimeFrames,
51
+ schedules
52
+ });
53
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as events from '@wix/auto_sdk_calendar_events/schemas';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/schemas';\nexport * as participations from '@wix/auto_sdk_calendar_participations/schemas';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/schemas';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,iBAA4B;AAC5B,qBAAgC;AAChC,gBAA2B;AAC3B,yBAAoC;","names":[]}
@@ -13,3 +13,8 @@ import '@wix/auto_sdk_calendar_event-views/meta';
13
13
  import '@wix/auto_sdk_calendar_participations/meta';
14
14
  import '@wix/auto_sdk_calendar_schedules/meta';
15
15
  import '@wix/auto_sdk_calendar_schedule-time-frames/meta';
16
+ import '@wix/auto_sdk_calendar_events/schemas';
17
+ import '@wix/auto_sdk_calendar_event-views/schemas';
18
+ import '@wix/auto_sdk_calendar_participations/schemas';
19
+ import '@wix/auto_sdk_calendar_schedules/schemas';
20
+ import '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
@@ -0,0 +1,10 @@
1
+ import * as schemas from '@wix/auto_sdk_calendar_events/schemas';
2
+ export { schemas as events };
3
+ import * as schemas$1 from '@wix/auto_sdk_calendar_event-views/schemas';
4
+ export { schemas$1 as eventViews };
5
+ import * as schemas$2 from '@wix/auto_sdk_calendar_participations/schemas';
6
+ export { schemas$2 as participations };
7
+ import * as schemas$3 from '@wix/auto_sdk_calendar_schedules/schemas';
8
+ export { schemas$3 as schedules };
9
+ import * as schemas$4 from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
10
+ export { schemas$4 as scheduleTimeFrames };
@@ -0,0 +1,14 @@
1
+ // schemas.ts
2
+ import * as events from "@wix/auto_sdk_calendar_events/schemas";
3
+ import * as eventViews from "@wix/auto_sdk_calendar_event-views/schemas";
4
+ import * as participations from "@wix/auto_sdk_calendar_participations/schemas";
5
+ import * as schedules from "@wix/auto_sdk_calendar_schedules/schemas";
6
+ import * as scheduleTimeFrames from "@wix/auto_sdk_calendar_schedule-time-frames/schemas";
7
+ export {
8
+ eventViews,
9
+ events,
10
+ participations,
11
+ scheduleTimeFrames,
12
+ schedules
13
+ };
14
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as events from '@wix/auto_sdk_calendar_events/schemas';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/schemas';\nexport * as participations from '@wix/auto_sdk_calendar_participations/schemas';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/schemas';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/calendar",
3
- "version": "1.0.243",
3
+ "version": "1.0.244",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -25,19 +25,25 @@
25
25
  "import": "./build/es/meta.mjs",
26
26
  "require": "./build/cjs/meta.js",
27
27
  "types": "./build/es/meta.d.mts"
28
+ },
29
+ "./schemas": {
30
+ "import": "./build/es/schemas.mjs",
31
+ "require": "./build/cjs/schemas.js",
32
+ "types": "./build/es/schemas.d.mts"
28
33
  }
29
34
  },
30
35
  "files": [
31
36
  "build",
32
37
  "meta",
33
- "service-plugins"
38
+ "service-plugins",
39
+ "schemas"
34
40
  ],
35
41
  "dependencies": {
36
- "@wix/auto_sdk_calendar_event-views": "1.0.42",
37
- "@wix/auto_sdk_calendar_events": "1.0.76",
38
- "@wix/auto_sdk_calendar_participations": "1.0.43",
39
- "@wix/auto_sdk_calendar_schedule-time-frames": "1.0.39",
40
- "@wix/auto_sdk_calendar_schedules": "1.0.143"
42
+ "@wix/auto_sdk_calendar_event-views": "1.0.43",
43
+ "@wix/auto_sdk_calendar_events": "1.0.77",
44
+ "@wix/auto_sdk_calendar_participations": "1.0.44",
45
+ "@wix/auto_sdk_calendar_schedule-time-frames": "1.0.40",
46
+ "@wix/auto_sdk_calendar_schedules": "1.0.144"
41
47
  },
42
48
  "devDependencies": {
43
49
  "tsup": "^8.4.0",
@@ -58,5 +64,5 @@
58
64
  "fqdn": ""
59
65
  }
60
66
  },
61
- "falconPackageHash": "ddc8c01202d2944568533662f82ac18201dca51ad521a536eee3f9b8"
67
+ "falconPackageHash": "1e77de85680cb438bda654646dab2b0fccea0c8cad625555793e8b66"
62
68
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/schemas.js"
3
+ }