@connectedxm/admin 2.7.2 → 2.7.3

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
@@ -562,7 +562,7 @@ interface BaseChannelContent {
562
562
  squareImageId: string | null;
563
563
  squareImage: BaseImage | null;
564
564
  imageUrl: string | null;
565
- audioId: string | null;
565
+ audioId: number | null;
566
566
  audio: BaseFile | null;
567
567
  videoId: string | null;
568
568
  video: BaseVideo | null;
package/dist/index.d.ts CHANGED
@@ -562,7 +562,7 @@ interface BaseChannelContent {
562
562
  squareImageId: string | null;
563
563
  squareImage: BaseImage | null;
564
564
  imageUrl: string | null;
565
- audioId: string | null;
565
+ audioId: number | null;
566
566
  audio: BaseFile | null;
567
567
  videoId: string | null;
568
568
  video: BaseVideo | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",