@connectedxm/client 1.0.9 → 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
@@ -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
@@ -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.9",
3
+ "version": "1.0.10",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {