@connectedxm/admin 5.4.1 → 5.4.2

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
@@ -4026,6 +4026,7 @@ interface BaseStreamInput {
4026
4026
  groupId: string | null;
4027
4027
  imageId: string | null;
4028
4028
  image: BaseImage | null;
4029
+ locale: string;
4029
4030
  }
4030
4031
  interface StreamInput extends BaseStreamInput {
4031
4032
  eventId: string | null;
package/dist/index.d.ts CHANGED
@@ -4026,6 +4026,7 @@ interface BaseStreamInput {
4026
4026
  groupId: string | null;
4027
4027
  imageId: string | null;
4028
4028
  image: BaseImage | null;
4029
+ locale: string;
4029
4030
  }
4030
4031
  interface StreamInput extends BaseStreamInput {
4031
4032
  eventId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "5.4.1",
3
+ "version": "5.4.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",