@connectedxm/admin 1.0.18 → 1.0.19

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.d.mts CHANGED
@@ -737,7 +737,7 @@ declare enum EventEmailType {
737
737
  interface BaseEventEmail {
738
738
  type: EventEmailType;
739
739
  eventId: string;
740
- body: string;
740
+ body: string | null;
741
741
  replyTo: string | null;
742
742
  enabled: boolean;
743
743
  calendarFile: boolean;
package/dist/index.d.ts CHANGED
@@ -737,7 +737,7 @@ declare enum EventEmailType {
737
737
  interface BaseEventEmail {
738
738
  type: EventEmailType;
739
739
  eventId: string;
740
- body: string;
740
+ body: string | null;
741
741
  replyTo: string | null;
742
742
  enabled: boolean;
743
743
  calendarFile: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {