@connectedxm/admin 1.0.17 → 1.0.18

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
@@ -2845,6 +2845,7 @@ interface EventEmailUpdateInputs {
2845
2845
  body?: string | null;
2846
2846
  replyTo?: string | null;
2847
2847
  calendarFile?: boolean;
2848
+ enabled?: boolean;
2848
2849
  }
2849
2850
  interface EventEmailTranslationUpdateInputs {
2850
2851
  body?: string | null;
package/dist/index.d.ts CHANGED
@@ -2845,6 +2845,7 @@ interface EventEmailUpdateInputs {
2845
2845
  body?: string | null;
2846
2846
  replyTo?: string | null;
2847
2847
  calendarFile?: boolean;
2848
+ enabled?: boolean;
2848
2849
  }
2849
2850
  interface EventEmailTranslationUpdateInputs {
2850
2851
  body?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {