@blazeo.com/calendar-client 1.0.19 → 1.0.20
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/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -377,6 +377,7 @@ var EventModel = import_mobx_state_tree4.types.model("Event", {
|
|
|
377
377
|
startMinute: self.startMinute,
|
|
378
378
|
endHour: self.endHour,
|
|
379
379
|
endMinute: self.endMinute,
|
|
380
|
+
timeZone: self.timeZone,
|
|
380
381
|
visitorName: self.visitorName ?? void 0,
|
|
381
382
|
visitorEmail: self.visitorEmail ?? void 0,
|
|
382
383
|
visitorPhone: self.visitorPhone ?? void 0
|
package/dist/index.mjs
CHANGED
|
@@ -322,6 +322,7 @@ var EventModel = types4.model("Event", {
|
|
|
322
322
|
startMinute: self.startMinute,
|
|
323
323
|
endHour: self.endHour,
|
|
324
324
|
endMinute: self.endMinute,
|
|
325
|
+
timeZone: self.timeZone,
|
|
325
326
|
visitorName: self.visitorName ?? void 0,
|
|
326
327
|
visitorEmail: self.visitorEmail ?? void 0,
|
|
327
328
|
visitorPhone: self.visitorPhone ?? void 0
|