@connectedxm/admin 1.1.8 → 1.1.9

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
@@ -3045,7 +3045,6 @@ interface EventSessionCreateInputs {
3045
3045
  startTime: string;
3046
3046
  endTime: string;
3047
3047
  slug?: string | null;
3048
- location?: string | null;
3049
3048
  description?: string | null;
3050
3049
  longDescription?: string | null;
3051
3050
  nonSession?: boolean;
@@ -3066,7 +3065,6 @@ interface EventSessionUpdateInputs {
3066
3065
  startTime?: string | null;
3067
3066
  endTime?: string | null;
3068
3067
  slug?: string | null;
3069
- location?: string | null;
3070
3068
  description?: string | null;
3071
3069
  longDescription?: string | null;
3072
3070
  nonSession?: boolean;
package/dist/index.d.ts CHANGED
@@ -3045,7 +3045,6 @@ interface EventSessionCreateInputs {
3045
3045
  startTime: string;
3046
3046
  endTime: string;
3047
3047
  slug?: string | null;
3048
- location?: string | null;
3049
3048
  description?: string | null;
3050
3049
  longDescription?: string | null;
3051
3050
  nonSession?: boolean;
@@ -3066,7 +3065,6 @@ interface EventSessionUpdateInputs {
3066
3065
  startTime?: string | null;
3067
3066
  endTime?: string | null;
3068
3067
  slug?: string | null;
3069
- location?: string | null;
3070
3068
  description?: string | null;
3071
3069
  longDescription?: string | null;
3072
3070
  nonSession?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {