@pexip-engage-public/plugin-events
Advanced tools
Comparing version 1.0.17-canary-20230509155657 to 1.0.17-canary-20230512121355
# @pexip-engage-public/plugin-events | ||
## 1.0.17-canary-20230509155657 | ||
## 1.0.17-canary-20230512121355 | ||
### Patch Changes | ||
- b41dff659: SKED-10893: fix CA events for timetable timeZone & employee "Show all slots" | ||
- 0bc0faf16: feature: limit data sent to CA about customer step updates | ||
@@ -8,0 +9,0 @@ |
{ | ||
"name": "@pexip-engage-public/plugin-events", | ||
"version": "1.0.17-canary-20230509155657", | ||
"version": "1.0.17-canary-20230512121355", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-events#readme", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -80,3 +80,3 @@ import type { PluginStateInput } from "@pexip-engage-public/plugin-state"; | ||
endDay: string; | ||
timeZone: string | null; | ||
timeZone: string; | ||
} | ||
@@ -142,3 +142,3 @@ | { | ||
end: string; | ||
timeZone: string | null; | ||
timeZone: string; | ||
employeeIds: number[]; | ||
@@ -145,0 +145,0 @@ }; |
@@ -57,3 +57,3 @@ import type { PluginStateInput } from "@pexip-engage-public/plugin-state"; | ||
endDay: string; | ||
timeZone: string | null; | ||
timeZone: string; | ||
} | { | ||
@@ -108,3 +108,3 @@ subtype: "office"; | ||
end: string; | ||
timeZone: string | null; | ||
timeZone: string; | ||
employeeIds: number[]; | ||
@@ -111,0 +111,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55370