@wix/calendar 1.0.258 → 1.0.259

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.
@@ -1,3 +1,5 @@
1
+ import * as auto_sdk_calendar_conferencing from '@wix/auto_sdk_calendar_conferencing';
2
+ export { auto_sdk_calendar_conferencing as conferencing };
1
3
  import * as auto_sdk_calendar_events from '@wix/auto_sdk_calendar_events';
2
4
  export { auto_sdk_calendar_events as events };
3
5
  import * as auto_sdk_calendar_eventViews from '@wix/auto_sdk_calendar_event-views';
@@ -8,6 +10,7 @@ import * as auto_sdk_calendar_schedules from '@wix/auto_sdk_calendar_schedules';
8
10
  export { auto_sdk_calendar_schedules as schedules };
9
11
  import * as auto_sdk_calendar_scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';
10
12
  export { auto_sdk_calendar_scheduleTimeFrames as scheduleTimeFrames };
13
+ import '@wix/auto_sdk_calendar_conferencing/meta';
11
14
  import '@wix/auto_sdk_calendar_events/meta';
12
15
  import '@wix/auto_sdk_calendar_event-views/meta';
13
16
  import '@wix/auto_sdk_calendar_participations/meta';
@@ -30,6 +30,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
30
30
  // index.ts
31
31
  var index_exports = {};
32
32
  __export(index_exports, {
33
+ conferencing: () => conferencing,
33
34
  eventViews: () => eventViews,
34
35
  events: () => events,
35
36
  participations: () => participations,
@@ -37,6 +38,7 @@ __export(index_exports, {
37
38
  schedules: () => schedules
38
39
  });
39
40
  module.exports = __toCommonJS(index_exports);
41
+ var conferencing = __toESM(require("@wix/auto_sdk_calendar_conferencing"));
40
42
  var events = __toESM(require("@wix/auto_sdk_calendar_events"));
41
43
  var eventViews = __toESM(require("@wix/auto_sdk_calendar_event-views"));
42
44
  var participations = __toESM(require("@wix/auto_sdk_calendar_participations"));
@@ -44,6 +46,7 @@ var schedules = __toESM(require("@wix/auto_sdk_calendar_schedules"));
44
46
  var scheduleTimeFrames = __toESM(require("@wix/auto_sdk_calendar_schedule-time-frames"));
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":["../../index.ts"],"sourcesContent":["import * as events from '@wix/auto_sdk_calendar_events';\nimport * as eventViews from '@wix/auto_sdk_calendar_event-views';\nimport * as participations from '@wix/auto_sdk_calendar_participations';\nimport * as schedules from '@wix/auto_sdk_calendar_schedules';\nimport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';\n\nexport { events, eventViews, participations, schedules, scheduleTimeFrames };\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":["../../index.ts"],"sourcesContent":["import * as conferencing from '@wix/auto_sdk_calendar_conferencing';\nimport * as events from '@wix/auto_sdk_calendar_events';\nimport * as eventViews from '@wix/auto_sdk_calendar_event-views';\nimport * as participations from '@wix/auto_sdk_calendar_participations';\nimport * as schedules from '@wix/auto_sdk_calendar_schedules';\nimport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';\n\nexport {\n conferencing,\n events,\n eventViews,\n participations,\n schedules,\n scheduleTimeFrames,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,aAAwB;AACxB,iBAA4B;AAC5B,qBAAgC;AAChC,gBAA2B;AAC3B,yBAAoC;","names":[]}
@@ -1,10 +1,12 @@
1
- import * as meta from '@wix/auto_sdk_calendar_events/meta';
2
- export { meta as events };
3
- import * as meta$1 from '@wix/auto_sdk_calendar_event-views/meta';
4
- export { meta$1 as eventViews };
5
- import * as meta$2 from '@wix/auto_sdk_calendar_participations/meta';
6
- export { meta$2 as participations };
7
- import * as meta$3 from '@wix/auto_sdk_calendar_schedules/meta';
8
- export { meta$3 as schedules };
9
- import * as meta$4 from '@wix/auto_sdk_calendar_schedule-time-frames/meta';
10
- export { meta$4 as scheduleTimeFrames };
1
+ import * as meta from '@wix/auto_sdk_calendar_conferencing/meta';
2
+ export { meta as conferencing };
3
+ import * as meta$1 from '@wix/auto_sdk_calendar_events/meta';
4
+ export { meta$1 as events };
5
+ import * as meta$2 from '@wix/auto_sdk_calendar_event-views/meta';
6
+ export { meta$2 as eventViews };
7
+ import * as meta$3 from '@wix/auto_sdk_calendar_participations/meta';
8
+ export { meta$3 as participations };
9
+ import * as meta$4 from '@wix/auto_sdk_calendar_schedules/meta';
10
+ export { meta$4 as schedules };
11
+ import * as meta$5 from '@wix/auto_sdk_calendar_schedule-time-frames/meta';
12
+ export { meta$5 as scheduleTimeFrames };
package/build/cjs/meta.js CHANGED
@@ -30,6 +30,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
30
30
  // meta.ts
31
31
  var meta_exports = {};
32
32
  __export(meta_exports, {
33
+ conferencing: () => conferencing,
33
34
  eventViews: () => eventViews,
34
35
  events: () => events,
35
36
  participations: () => participations,
@@ -37,6 +38,7 @@ __export(meta_exports, {
37
38
  schedules: () => schedules
38
39
  });
39
40
  module.exports = __toCommonJS(meta_exports);
41
+ var conferencing = __toESM(require("@wix/auto_sdk_calendar_conferencing/meta"));
40
42
  var events = __toESM(require("@wix/auto_sdk_calendar_events/meta"));
41
43
  var eventViews = __toESM(require("@wix/auto_sdk_calendar_event-views/meta"));
42
44
  var participations = __toESM(require("@wix/auto_sdk_calendar_participations/meta"));
@@ -44,6 +46,7 @@ var schedules = __toESM(require("@wix/auto_sdk_calendar_schedules/meta"));
44
46
  var scheduleTimeFrames = __toESM(require("@wix/auto_sdk_calendar_schedule-time-frames/meta"));
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":["../../meta.ts"],"sourcesContent":["export * as events from '@wix/auto_sdk_calendar_events/meta';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/meta';\nexport * as participations from '@wix/auto_sdk_calendar_participations/meta';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/meta';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/meta';\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":["../../meta.ts"],"sourcesContent":["export * as conferencing from '@wix/auto_sdk_calendar_conferencing/meta';\nexport * as events from '@wix/auto_sdk_calendar_events/meta';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/meta';\nexport * as participations from '@wix/auto_sdk_calendar_participations/meta';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/meta';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,aAAwB;AACxB,iBAA4B;AAC5B,qBAAgC;AAChC,gBAA2B;AAC3B,yBAAoC;","names":[]}
@@ -1,3 +1,5 @@
1
+ import * as auto_sdk_calendar_conferencing from '@wix/auto_sdk_calendar_conferencing';
2
+ export { auto_sdk_calendar_conferencing as conferencing };
1
3
  import * as auto_sdk_calendar_events from '@wix/auto_sdk_calendar_events';
2
4
  export { auto_sdk_calendar_events as events };
3
5
  import * as auto_sdk_calendar_eventViews from '@wix/auto_sdk_calendar_event-views';
@@ -8,6 +10,7 @@ import * as auto_sdk_calendar_schedules from '@wix/auto_sdk_calendar_schedules';
8
10
  export { auto_sdk_calendar_schedules as schedules };
9
11
  import * as auto_sdk_calendar_scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';
10
12
  export { auto_sdk_calendar_scheduleTimeFrames as scheduleTimeFrames };
13
+ import '@wix/auto_sdk_calendar_conferencing/meta';
11
14
  import '@wix/auto_sdk_calendar_events/meta';
12
15
  import '@wix/auto_sdk_calendar_event-views/meta';
13
16
  import '@wix/auto_sdk_calendar_participations/meta';
@@ -1,10 +1,12 @@
1
1
  // index.ts
2
+ import * as conferencing from "@wix/auto_sdk_calendar_conferencing";
2
3
  import * as events from "@wix/auto_sdk_calendar_events";
3
4
  import * as eventViews from "@wix/auto_sdk_calendar_event-views";
4
5
  import * as participations from "@wix/auto_sdk_calendar_participations";
5
6
  import * as schedules from "@wix/auto_sdk_calendar_schedules";
6
7
  import * as scheduleTimeFrames from "@wix/auto_sdk_calendar_schedule-time-frames";
7
8
  export {
9
+ conferencing,
8
10
  eventViews,
9
11
  events,
10
12
  participations,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as events from '@wix/auto_sdk_calendar_events';\nimport * as eventViews from '@wix/auto_sdk_calendar_event-views';\nimport * as participations from '@wix/auto_sdk_calendar_participations';\nimport * as schedules from '@wix/auto_sdk_calendar_schedules';\nimport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';\n\nexport { events, eventViews, participations, schedules, scheduleTimeFrames };\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as conferencing from '@wix/auto_sdk_calendar_conferencing';\nimport * as events from '@wix/auto_sdk_calendar_events';\nimport * as eventViews from '@wix/auto_sdk_calendar_event-views';\nimport * as participations from '@wix/auto_sdk_calendar_participations';\nimport * as schedules from '@wix/auto_sdk_calendar_schedules';\nimport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';\n\nexport {\n conferencing,\n events,\n eventViews,\n participations,\n schedules,\n scheduleTimeFrames,\n};\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
@@ -1,10 +1,12 @@
1
- import * as meta from '@wix/auto_sdk_calendar_events/meta';
2
- export { meta as events };
3
- import * as meta$1 from '@wix/auto_sdk_calendar_event-views/meta';
4
- export { meta$1 as eventViews };
5
- import * as meta$2 from '@wix/auto_sdk_calendar_participations/meta';
6
- export { meta$2 as participations };
7
- import * as meta$3 from '@wix/auto_sdk_calendar_schedules/meta';
8
- export { meta$3 as schedules };
9
- import * as meta$4 from '@wix/auto_sdk_calendar_schedule-time-frames/meta';
10
- export { meta$4 as scheduleTimeFrames };
1
+ import * as meta from '@wix/auto_sdk_calendar_conferencing/meta';
2
+ export { meta as conferencing };
3
+ import * as meta$1 from '@wix/auto_sdk_calendar_events/meta';
4
+ export { meta$1 as events };
5
+ import * as meta$2 from '@wix/auto_sdk_calendar_event-views/meta';
6
+ export { meta$2 as eventViews };
7
+ import * as meta$3 from '@wix/auto_sdk_calendar_participations/meta';
8
+ export { meta$3 as participations };
9
+ import * as meta$4 from '@wix/auto_sdk_calendar_schedules/meta';
10
+ export { meta$4 as schedules };
11
+ import * as meta$5 from '@wix/auto_sdk_calendar_schedule-time-frames/meta';
12
+ export { meta$5 as scheduleTimeFrames };
package/build/es/meta.mjs CHANGED
@@ -1,10 +1,12 @@
1
1
  // meta.ts
2
+ import * as conferencing from "@wix/auto_sdk_calendar_conferencing/meta";
2
3
  import * as events from "@wix/auto_sdk_calendar_events/meta";
3
4
  import * as eventViews from "@wix/auto_sdk_calendar_event-views/meta";
4
5
  import * as participations from "@wix/auto_sdk_calendar_participations/meta";
5
6
  import * as schedules from "@wix/auto_sdk_calendar_schedules/meta";
6
7
  import * as scheduleTimeFrames from "@wix/auto_sdk_calendar_schedule-time-frames/meta";
7
8
  export {
9
+ conferencing,
8
10
  eventViews,
9
11
  events,
10
12
  participations,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as events from '@wix/auto_sdk_calendar_events/meta';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/meta';\nexport * as participations from '@wix/auto_sdk_calendar_participations/meta';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/meta';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as conferencing from '@wix/auto_sdk_calendar_conferencing/meta';\nexport * as events from '@wix/auto_sdk_calendar_events/meta';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/meta';\nexport * as participations from '@wix/auto_sdk_calendar_participations/meta';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/meta';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
@@ -1,3 +1,5 @@
1
+ import * as auto_sdk_calendar_conferencing from '@wix/auto_sdk_calendar_conferencing';
2
+ export { auto_sdk_calendar_conferencing as conferencing };
1
3
  import * as auto_sdk_calendar_events from '@wix/auto_sdk_calendar_events';
2
4
  export { auto_sdk_calendar_events as events };
3
5
  import * as auto_sdk_calendar_eventViews from '@wix/auto_sdk_calendar_event-views';
@@ -8,6 +10,7 @@ import * as auto_sdk_calendar_schedules from '@wix/auto_sdk_calendar_schedules';
8
10
  export { auto_sdk_calendar_schedules as schedules };
9
11
  import * as auto_sdk_calendar_scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';
10
12
  export { auto_sdk_calendar_scheduleTimeFrames as scheduleTimeFrames };
13
+ import '@wix/auto_sdk_calendar_conferencing/meta';
11
14
  import '@wix/auto_sdk_calendar_events/meta';
12
15
  import '@wix/auto_sdk_calendar_event-views/meta';
13
16
  import '@wix/auto_sdk_calendar_participations/meta';
@@ -30,6 +30,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
30
30
  // index.ts
31
31
  var index_exports = {};
32
32
  __export(index_exports, {
33
+ conferencing: () => conferencing,
33
34
  eventViews: () => eventViews,
34
35
  events: () => events,
35
36
  participations: () => participations,
@@ -37,6 +38,7 @@ __export(index_exports, {
37
38
  schedules: () => schedules
38
39
  });
39
40
  module.exports = __toCommonJS(index_exports);
41
+ var conferencing = __toESM(require("@wix/auto_sdk_calendar_conferencing"));
40
42
  var events = __toESM(require("@wix/auto_sdk_calendar_events"));
41
43
  var eventViews = __toESM(require("@wix/auto_sdk_calendar_event-views"));
42
44
  var participations = __toESM(require("@wix/auto_sdk_calendar_participations"));
@@ -44,6 +46,7 @@ var schedules = __toESM(require("@wix/auto_sdk_calendar_schedules"));
44
46
  var scheduleTimeFrames = __toESM(require("@wix/auto_sdk_calendar_schedule-time-frames"));
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":["../../../index.ts"],"sourcesContent":["import * as events from '@wix/auto_sdk_calendar_events';\nimport * as eventViews from '@wix/auto_sdk_calendar_event-views';\nimport * as participations from '@wix/auto_sdk_calendar_participations';\nimport * as schedules from '@wix/auto_sdk_calendar_schedules';\nimport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';\n\nexport { events, eventViews, participations, schedules, scheduleTimeFrames };\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":["../../../index.ts"],"sourcesContent":["import * as conferencing from '@wix/auto_sdk_calendar_conferencing';\nimport * as events from '@wix/auto_sdk_calendar_events';\nimport * as eventViews from '@wix/auto_sdk_calendar_event-views';\nimport * as participations from '@wix/auto_sdk_calendar_participations';\nimport * as schedules from '@wix/auto_sdk_calendar_schedules';\nimport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';\n\nexport {\n conferencing,\n events,\n eventViews,\n participations,\n schedules,\n scheduleTimeFrames,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,aAAwB;AACxB,iBAA4B;AAC5B,qBAAgC;AAChC,gBAA2B;AAC3B,yBAAoC;","names":[]}
@@ -1,10 +1,12 @@
1
- import * as meta from '@wix/auto_sdk_calendar_events/meta';
2
- export { meta as events };
3
- import * as meta$1 from '@wix/auto_sdk_calendar_event-views/meta';
4
- export { meta$1 as eventViews };
5
- import * as meta$2 from '@wix/auto_sdk_calendar_participations/meta';
6
- export { meta$2 as participations };
7
- import * as meta$3 from '@wix/auto_sdk_calendar_schedules/meta';
8
- export { meta$3 as schedules };
9
- import * as meta$4 from '@wix/auto_sdk_calendar_schedule-time-frames/meta';
10
- export { meta$4 as scheduleTimeFrames };
1
+ import * as meta from '@wix/auto_sdk_calendar_conferencing/meta';
2
+ export { meta as conferencing };
3
+ import * as meta$1 from '@wix/auto_sdk_calendar_events/meta';
4
+ export { meta$1 as events };
5
+ import * as meta$2 from '@wix/auto_sdk_calendar_event-views/meta';
6
+ export { meta$2 as eventViews };
7
+ import * as meta$3 from '@wix/auto_sdk_calendar_participations/meta';
8
+ export { meta$3 as participations };
9
+ import * as meta$4 from '@wix/auto_sdk_calendar_schedules/meta';
10
+ export { meta$4 as schedules };
11
+ import * as meta$5 from '@wix/auto_sdk_calendar_schedule-time-frames/meta';
12
+ export { meta$5 as scheduleTimeFrames };
@@ -30,6 +30,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
30
30
  // meta.ts
31
31
  var meta_exports = {};
32
32
  __export(meta_exports, {
33
+ conferencing: () => conferencing,
33
34
  eventViews: () => eventViews,
34
35
  events: () => events,
35
36
  participations: () => participations,
@@ -37,6 +38,7 @@ __export(meta_exports, {
37
38
  schedules: () => schedules
38
39
  });
39
40
  module.exports = __toCommonJS(meta_exports);
41
+ var conferencing = __toESM(require("@wix/auto_sdk_calendar_conferencing/meta"));
40
42
  var events = __toESM(require("@wix/auto_sdk_calendar_events/meta"));
41
43
  var eventViews = __toESM(require("@wix/auto_sdk_calendar_event-views/meta"));
42
44
  var participations = __toESM(require("@wix/auto_sdk_calendar_participations/meta"));
@@ -44,6 +46,7 @@ var schedules = __toESM(require("@wix/auto_sdk_calendar_schedules/meta"));
44
46
  var scheduleTimeFrames = __toESM(require("@wix/auto_sdk_calendar_schedule-time-frames/meta"));
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":["../../../meta.ts"],"sourcesContent":["export * as events from '@wix/auto_sdk_calendar_events/meta';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/meta';\nexport * as participations from '@wix/auto_sdk_calendar_participations/meta';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/meta';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/meta';\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":["../../../meta.ts"],"sourcesContent":["export * as conferencing from '@wix/auto_sdk_calendar_conferencing/meta';\nexport * as events from '@wix/auto_sdk_calendar_events/meta';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/meta';\nexport * as participations from '@wix/auto_sdk_calendar_participations/meta';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/meta';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,aAAwB;AACxB,iBAA4B;AAC5B,qBAAgC;AAChC,gBAA2B;AAC3B,yBAAoC;","names":[]}
@@ -1,3 +1,5 @@
1
+ import * as auto_sdk_calendar_conferencing from '@wix/auto_sdk_calendar_conferencing';
2
+ export { auto_sdk_calendar_conferencing as conferencing };
1
3
  import * as auto_sdk_calendar_events from '@wix/auto_sdk_calendar_events';
2
4
  export { auto_sdk_calendar_events as events };
3
5
  import * as auto_sdk_calendar_eventViews from '@wix/auto_sdk_calendar_event-views';
@@ -8,6 +10,7 @@ import * as auto_sdk_calendar_schedules from '@wix/auto_sdk_calendar_schedules';
8
10
  export { auto_sdk_calendar_schedules as schedules };
9
11
  import * as auto_sdk_calendar_scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';
10
12
  export { auto_sdk_calendar_scheduleTimeFrames as scheduleTimeFrames };
13
+ import '@wix/auto_sdk_calendar_conferencing/meta';
11
14
  import '@wix/auto_sdk_calendar_events/meta';
12
15
  import '@wix/auto_sdk_calendar_event-views/meta';
13
16
  import '@wix/auto_sdk_calendar_participations/meta';
@@ -1,10 +1,12 @@
1
1
  // index.ts
2
+ import * as conferencing from "@wix/auto_sdk_calendar_conferencing";
2
3
  import * as events from "@wix/auto_sdk_calendar_events";
3
4
  import * as eventViews from "@wix/auto_sdk_calendar_event-views";
4
5
  import * as participations from "@wix/auto_sdk_calendar_participations";
5
6
  import * as schedules from "@wix/auto_sdk_calendar_schedules";
6
7
  import * as scheduleTimeFrames from "@wix/auto_sdk_calendar_schedule-time-frames";
7
8
  export {
9
+ conferencing,
8
10
  eventViews,
9
11
  events,
10
12
  participations,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as events from '@wix/auto_sdk_calendar_events';\nimport * as eventViews from '@wix/auto_sdk_calendar_event-views';\nimport * as participations from '@wix/auto_sdk_calendar_participations';\nimport * as schedules from '@wix/auto_sdk_calendar_schedules';\nimport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';\n\nexport { events, eventViews, participations, schedules, scheduleTimeFrames };\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as conferencing from '@wix/auto_sdk_calendar_conferencing';\nimport * as events from '@wix/auto_sdk_calendar_events';\nimport * as eventViews from '@wix/auto_sdk_calendar_event-views';\nimport * as participations from '@wix/auto_sdk_calendar_participations';\nimport * as schedules from '@wix/auto_sdk_calendar_schedules';\nimport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames';\n\nexport {\n conferencing,\n events,\n eventViews,\n participations,\n schedules,\n scheduleTimeFrames,\n};\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
@@ -1,10 +1,12 @@
1
- import * as meta from '@wix/auto_sdk_calendar_events/meta';
2
- export { meta as events };
3
- import * as meta$1 from '@wix/auto_sdk_calendar_event-views/meta';
4
- export { meta$1 as eventViews };
5
- import * as meta$2 from '@wix/auto_sdk_calendar_participations/meta';
6
- export { meta$2 as participations };
7
- import * as meta$3 from '@wix/auto_sdk_calendar_schedules/meta';
8
- export { meta$3 as schedules };
9
- import * as meta$4 from '@wix/auto_sdk_calendar_schedule-time-frames/meta';
10
- export { meta$4 as scheduleTimeFrames };
1
+ import * as meta from '@wix/auto_sdk_calendar_conferencing/meta';
2
+ export { meta as conferencing };
3
+ import * as meta$1 from '@wix/auto_sdk_calendar_events/meta';
4
+ export { meta$1 as events };
5
+ import * as meta$2 from '@wix/auto_sdk_calendar_event-views/meta';
6
+ export { meta$2 as eventViews };
7
+ import * as meta$3 from '@wix/auto_sdk_calendar_participations/meta';
8
+ export { meta$3 as participations };
9
+ import * as meta$4 from '@wix/auto_sdk_calendar_schedules/meta';
10
+ export { meta$4 as schedules };
11
+ import * as meta$5 from '@wix/auto_sdk_calendar_schedule-time-frames/meta';
12
+ export { meta$5 as scheduleTimeFrames };
@@ -1,10 +1,12 @@
1
1
  // meta.ts
2
+ import * as conferencing from "@wix/auto_sdk_calendar_conferencing/meta";
2
3
  import * as events from "@wix/auto_sdk_calendar_events/meta";
3
4
  import * as eventViews from "@wix/auto_sdk_calendar_event-views/meta";
4
5
  import * as participations from "@wix/auto_sdk_calendar_participations/meta";
5
6
  import * as schedules from "@wix/auto_sdk_calendar_schedules/meta";
6
7
  import * as scheduleTimeFrames from "@wix/auto_sdk_calendar_schedule-time-frames/meta";
7
8
  export {
9
+ conferencing,
8
10
  eventViews,
9
11
  events,
10
12
  participations,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as events from '@wix/auto_sdk_calendar_events/meta';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/meta';\nexport * as participations from '@wix/auto_sdk_calendar_participations/meta';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/meta';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,eAAe;AAC3B,YAAY,wBAAwB;","names":[]}
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as conferencing from '@wix/auto_sdk_calendar_conferencing/meta';\nexport * as events from '@wix/auto_sdk_calendar_events/meta';\nexport * as eventViews from '@wix/auto_sdk_calendar_event-views/meta';\nexport * as participations from '@wix/auto_sdk_calendar_participations/meta';\nexport * as schedules from '@wix/auto_sdk_calendar_schedules/meta';\nexport * as scheduleTimeFrames from '@wix/auto_sdk_calendar_schedule-time-frames/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,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.258",
3
+ "version": "1.0.259",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -39,6 +39,7 @@
39
39
  "schemas"
40
40
  ],
41
41
  "dependencies": {
42
+ "@wix/auto_sdk_calendar_conferencing": "1.0.0",
42
43
  "@wix/auto_sdk_calendar_event-views": "1.0.48",
43
44
  "@wix/auto_sdk_calendar_events": "1.0.85",
44
45
  "@wix/auto_sdk_calendar_participations": "1.0.46",
@@ -64,5 +65,5 @@
64
65
  "fqdn": ""
65
66
  }
66
67
  },
67
- "falconPackageHash": "941c840b551c3966ca049ba60383e60c88bd0a17a3eefec8acca32a1"
68
+ "falconPackageHash": "d65b53d0e359083da500bd61b952da87c9c8dfac7ce1ad359430d55a"
68
69
  }