@wix/calendar 1.0.276 → 1.0.277

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.
@@ -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":[]}
@@ -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.276",
3
+ "version": "1.0.277",
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.1",
42
+ "@wix/auto_sdk_calendar_conferencing": "1.0.2",
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": "60ee49ce686691be65d023f7bd0cecaa4e92e8047b1c373f5bb0cbe3"
68
+ "falconPackageHash": "5aceebe10d89a02c29b2ba29966f175dc26d6fc33a3f3bd6d56524d2"
69
69
  }