@connectedxm/admin 2.5.0 → 2.5.1

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.cts CHANGED
@@ -3909,6 +3909,7 @@ interface EventCreateInputs {
3909
3909
  externalUrl?: string | null;
3910
3910
  imageId?: string | null;
3911
3911
  backgroundImageId?: string | null;
3912
+ venue?: string | null;
3912
3913
  address1?: string | null;
3913
3914
  address2?: string | null;
3914
3915
  city?: string | null;
@@ -4268,6 +4269,7 @@ interface EventUpdateInputs {
4268
4269
  externalUrl?: string | null;
4269
4270
  imageId?: string | null;
4270
4271
  backgroundImageId?: string | null;
4272
+ venue?: string | null;
4271
4273
  address1?: string | null;
4272
4274
  address2?: string | null;
4273
4275
  city?: string | null;
package/dist/index.d.ts CHANGED
@@ -3909,6 +3909,7 @@ interface EventCreateInputs {
3909
3909
  externalUrl?: string | null;
3910
3910
  imageId?: string | null;
3911
3911
  backgroundImageId?: string | null;
3912
+ venue?: string | null;
3912
3913
  address1?: string | null;
3913
3914
  address2?: string | null;
3914
3915
  city?: string | null;
@@ -4268,6 +4269,7 @@ interface EventUpdateInputs {
4268
4269
  externalUrl?: string | null;
4269
4270
  imageId?: string | null;
4270
4271
  backgroundImageId?: string | null;
4272
+ venue?: string | null;
4271
4273
  address1?: string | null;
4272
4274
  address2?: string | null;
4273
4275
  city?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",