@wix/calendar 1.0.276 → 1.0.278
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/build/cjs/index.d.ts +1 -0
- package/build/cjs/schemas.d.ts +2 -0
- package/build/cjs/schemas.js +3 -0
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +1 -0
- package/build/es/schemas.d.mts +2 -0
- package/build/es/schemas.mjs +2 -0
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/schemas.d.ts +2 -0
- package/build/internal/cjs/schemas.js +3 -0
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -0
- package/build/internal/es/schemas.d.mts +2 -0
- package/build/internal/es/schemas.mjs +2 -0
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +3 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -21,3 +21,4 @@ import '@wix/auto_sdk_calendar_event-views/schemas';
|
|
|
21
21
|
import '@wix/auto_sdk_calendar_participations/schemas';
|
|
22
22
|
import '@wix/auto_sdk_calendar_schedules/schemas';
|
|
23
23
|
import '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
|
|
24
|
+
import '@wix/auto_sdk_calendar_conferencing/schemas';
|
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -8,3 +8,5 @@ import * as schemas$3 from '@wix/auto_sdk_calendar_schedules/schemas';
|
|
|
8
8
|
export { schemas$3 as schedules };
|
|
9
9
|
import * as schemas$4 from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
|
|
10
10
|
export { schemas$4 as scheduleTimeFrames };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_calendar_conferencing/schemas';
|
|
12
|
+
export { schemas$5 as conferencing };
|
package/build/cjs/schemas.js
CHANGED
|
@@ -30,6 +30,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// schemas.ts
|
|
31
31
|
var schemas_exports = {};
|
|
32
32
|
__export(schemas_exports, {
|
|
33
|
+
conferencing: () => conferencing,
|
|
33
34
|
eventViews: () => eventViews,
|
|
34
35
|
events: () => events,
|
|
35
36
|
participations: () => participations,
|
|
@@ -42,8 +43,10 @@ var eventViews = __toESM(require("@wix/auto_sdk_calendar_event-views/schemas"));
|
|
|
42
43
|
var participations = __toESM(require("@wix/auto_sdk_calendar_participations/schemas"));
|
|
43
44
|
var schedules = __toESM(require("@wix/auto_sdk_calendar_schedules/schemas"));
|
|
44
45
|
var scheduleTimeFrames = __toESM(require("@wix/auto_sdk_calendar_schedule-time-frames/schemas"));
|
|
46
|
+
var conferencing = __toESM(require("@wix/auto_sdk_calendar_conferencing/schemas"));
|
|
45
47
|
// Annotate the CommonJS export names for ESM import in node:
|
|
46
48
|
0 && (module.exports = {
|
|
49
|
+
conferencing,
|
|
47
50
|
eventViews,
|
|
48
51
|
events,
|
|
49
52
|
participations,
|
package/build/cjs/schemas.js.map
CHANGED
|
@@ -1 +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":[]}
|
|
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';\nexport * as conferencing from '@wix/auto_sdk_calendar_conferencing/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,iBAA4B;AAC5B,qBAAgC;AAChC,gBAA2B;AAC3B,yBAAoC;AACpC,mBAA8B;","names":[]}
|
package/build/es/index.d.mts
CHANGED
|
@@ -21,3 +21,4 @@ import '@wix/auto_sdk_calendar_event-views/schemas';
|
|
|
21
21
|
import '@wix/auto_sdk_calendar_participations/schemas';
|
|
22
22
|
import '@wix/auto_sdk_calendar_schedules/schemas';
|
|
23
23
|
import '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
|
|
24
|
+
import '@wix/auto_sdk_calendar_conferencing/schemas';
|
package/build/es/schemas.d.mts
CHANGED
|
@@ -8,3 +8,5 @@ import * as schemas$3 from '@wix/auto_sdk_calendar_schedules/schemas';
|
|
|
8
8
|
export { schemas$3 as schedules };
|
|
9
9
|
import * as schemas$4 from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
|
|
10
10
|
export { schemas$4 as scheduleTimeFrames };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_calendar_conferencing/schemas';
|
|
12
|
+
export { schemas$5 as conferencing };
|
package/build/es/schemas.mjs
CHANGED
|
@@ -4,7 +4,9 @@ import * as eventViews from "@wix/auto_sdk_calendar_event-views/schemas";
|
|
|
4
4
|
import * as participations from "@wix/auto_sdk_calendar_participations/schemas";
|
|
5
5
|
import * as schedules from "@wix/auto_sdk_calendar_schedules/schemas";
|
|
6
6
|
import * as scheduleTimeFrames from "@wix/auto_sdk_calendar_schedule-time-frames/schemas";
|
|
7
|
+
import * as conferencing from "@wix/auto_sdk_calendar_conferencing/schemas";
|
|
7
8
|
export {
|
|
9
|
+
conferencing,
|
|
8
10
|
eventViews,
|
|
9
11
|
events,
|
|
10
12
|
participations,
|
package/build/es/schemas.mjs.map
CHANGED
|
@@ -1 +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":[]}
|
|
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';\nexport * as conferencing from '@wix/auto_sdk_calendar_conferencing/schemas';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;AACpC,YAAY,kBAAkB;","names":[]}
|
|
@@ -21,3 +21,4 @@ import '@wix/auto_sdk_calendar_event-views/schemas';
|
|
|
21
21
|
import '@wix/auto_sdk_calendar_participations/schemas';
|
|
22
22
|
import '@wix/auto_sdk_calendar_schedules/schemas';
|
|
23
23
|
import '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
|
|
24
|
+
import '@wix/auto_sdk_calendar_conferencing/schemas';
|
|
@@ -8,3 +8,5 @@ import * as schemas$3 from '@wix/auto_sdk_calendar_schedules/schemas';
|
|
|
8
8
|
export { schemas$3 as schedules };
|
|
9
9
|
import * as schemas$4 from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
|
|
10
10
|
export { schemas$4 as scheduleTimeFrames };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_calendar_conferencing/schemas';
|
|
12
|
+
export { schemas$5 as conferencing };
|
|
@@ -30,6 +30,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// schemas.ts
|
|
31
31
|
var schemas_exports = {};
|
|
32
32
|
__export(schemas_exports, {
|
|
33
|
+
conferencing: () => conferencing,
|
|
33
34
|
eventViews: () => eventViews,
|
|
34
35
|
events: () => events,
|
|
35
36
|
participations: () => participations,
|
|
@@ -42,8 +43,10 @@ var eventViews = __toESM(require("@wix/auto_sdk_calendar_event-views/schemas"));
|
|
|
42
43
|
var participations = __toESM(require("@wix/auto_sdk_calendar_participations/schemas"));
|
|
43
44
|
var schedules = __toESM(require("@wix/auto_sdk_calendar_schedules/schemas"));
|
|
44
45
|
var scheduleTimeFrames = __toESM(require("@wix/auto_sdk_calendar_schedule-time-frames/schemas"));
|
|
46
|
+
var conferencing = __toESM(require("@wix/auto_sdk_calendar_conferencing/schemas"));
|
|
45
47
|
// Annotate the CommonJS export names for ESM import in node:
|
|
46
48
|
0 && (module.exports = {
|
|
49
|
+
conferencing,
|
|
47
50
|
eventViews,
|
|
48
51
|
events,
|
|
49
52
|
participations,
|
|
@@ -1 +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":[]}
|
|
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';\nexport * as conferencing from '@wix/auto_sdk_calendar_conferencing/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,iBAA4B;AAC5B,qBAAgC;AAChC,gBAA2B;AAC3B,yBAAoC;AACpC,mBAA8B;","names":[]}
|
|
@@ -21,3 +21,4 @@ import '@wix/auto_sdk_calendar_event-views/schemas';
|
|
|
21
21
|
import '@wix/auto_sdk_calendar_participations/schemas';
|
|
22
22
|
import '@wix/auto_sdk_calendar_schedules/schemas';
|
|
23
23
|
import '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
|
|
24
|
+
import '@wix/auto_sdk_calendar_conferencing/schemas';
|
|
@@ -8,3 +8,5 @@ import * as schemas$3 from '@wix/auto_sdk_calendar_schedules/schemas';
|
|
|
8
8
|
export { schemas$3 as schedules };
|
|
9
9
|
import * as schemas$4 from '@wix/auto_sdk_calendar_schedule-time-frames/schemas';
|
|
10
10
|
export { schemas$4 as scheduleTimeFrames };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_calendar_conferencing/schemas';
|
|
12
|
+
export { schemas$5 as conferencing };
|
|
@@ -4,7 +4,9 @@ import * as eventViews from "@wix/auto_sdk_calendar_event-views/schemas";
|
|
|
4
4
|
import * as participations from "@wix/auto_sdk_calendar_participations/schemas";
|
|
5
5
|
import * as schedules from "@wix/auto_sdk_calendar_schedules/schemas";
|
|
6
6
|
import * as scheduleTimeFrames from "@wix/auto_sdk_calendar_schedule-time-frames/schemas";
|
|
7
|
+
import * as conferencing from "@wix/auto_sdk_calendar_conferencing/schemas";
|
|
7
8
|
export {
|
|
9
|
+
conferencing,
|
|
8
10
|
eventViews,
|
|
9
11
|
events,
|
|
10
12
|
participations,
|
|
@@ -1 +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":[]}
|
|
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';\nexport * as conferencing from '@wix/auto_sdk_calendar_conferencing/schemas';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;AACpC,YAAY,kBAAkB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/calendar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.278",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"schemas"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@wix/auto_sdk_calendar_conferencing": "1.0.
|
|
42
|
+
"@wix/auto_sdk_calendar_conferencing": "1.0.3",
|
|
43
43
|
"@wix/auto_sdk_calendar_event-views": "1.0.50",
|
|
44
44
|
"@wix/auto_sdk_calendar_events": "1.0.86",
|
|
45
45
|
"@wix/auto_sdk_calendar_participations": "1.0.48",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"fqdn": ""
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"falconPackageHash": "
|
|
68
|
+
"falconPackageHash": "e71182a63083253c317fca8c2705bff970f35e41df01d773648eaac7"
|
|
69
69
|
}
|