@connectedxm/client 1.0.8 → 1.0.10

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
@@ -1246,7 +1246,7 @@ interface BaseVideo {
1246
1246
  height: number;
1247
1247
  thumbnailUrl: string;
1248
1248
  previewUrl: string;
1249
- readyToStream: string;
1249
+ readyToStream: boolean;
1250
1250
  hlsUrl: string;
1251
1251
  dashUrl: string;
1252
1252
  }
@@ -4027,7 +4027,7 @@ interface CreateListing {
4027
4027
  externalUrl?: string;
4028
4028
  meetingUrl?: string;
4029
4029
  registration?: boolean;
4030
- registrationLimit?: string;
4030
+ registrationLimit?: number | null;
4031
4031
  groupOnly?: boolean;
4032
4032
  }
4033
4033
  declare const CreateListing: ({ event, imageDataUri, groupId, sponsorIds, speakers, sessions, clientApiParams, queryClient, }: CreateListingParams) => Promise<ConnectedXMResponse<EventListing>>;
package/dist/index.d.ts CHANGED
@@ -1246,7 +1246,7 @@ interface BaseVideo {
1246
1246
  height: number;
1247
1247
  thumbnailUrl: string;
1248
1248
  previewUrl: string;
1249
- readyToStream: string;
1249
+ readyToStream: boolean;
1250
1250
  hlsUrl: string;
1251
1251
  dashUrl: string;
1252
1252
  }
@@ -4027,7 +4027,7 @@ interface CreateListing {
4027
4027
  externalUrl?: string;
4028
4028
  meetingUrl?: string;
4029
4029
  registration?: boolean;
4030
- registrationLimit?: string;
4030
+ registrationLimit?: number | null;
4031
4031
  groupOnly?: boolean;
4032
4032
  }
4033
4033
  declare const CreateListing: ({ event, imageDataUri, groupId, sponsorIds, speakers, sessions, clientApiParams, queryClient, }: CreateListingParams) => Promise<ConnectedXMResponse<EventListing>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {