@connectedxm/client 1.3.7 → 1.3.9

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
@@ -481,6 +481,7 @@ interface BaseTicket {
481
481
  minCouponQuantity: number | null;
482
482
  maxCouponQuantity: number | null;
483
483
  sortOrder: number;
484
+ overrideStartDate: string | null;
484
485
  }
485
486
  interface Ticket extends BaseTicket {
486
487
  visibility: TicketVisibility;
@@ -1715,7 +1716,7 @@ interface OrganizationConfig {
1715
1716
  EXPO_SLUG: string | null;
1716
1717
  API_URL: "https://client-api.connected.dev" | "https://staging-client-api.connected.dev";
1717
1718
  OPENGRAPH_URL: "https://opengraph-api.connected.dev" | "https://staging-opengraph-api.connected.dev";
1718
- CHAT_URL: "wss://chat.connected.dev" | "wss://staging-chat.connected.dev";
1719
+ CHAT_URL: "wss://websocket.connected.dev" | "wss://staging-websocket.connected.dev";
1719
1720
  APPLE_APPSTORE_LINK: string | null;
1720
1721
  GOOGLE_PLAYSTORE_LINK: string | null;
1721
1722
  NAME: string;
package/dist/index.d.ts CHANGED
@@ -481,6 +481,7 @@ interface BaseTicket {
481
481
  minCouponQuantity: number | null;
482
482
  maxCouponQuantity: number | null;
483
483
  sortOrder: number;
484
+ overrideStartDate: string | null;
484
485
  }
485
486
  interface Ticket extends BaseTicket {
486
487
  visibility: TicketVisibility;
@@ -1715,7 +1716,7 @@ interface OrganizationConfig {
1715
1716
  EXPO_SLUG: string | null;
1716
1717
  API_URL: "https://client-api.connected.dev" | "https://staging-client-api.connected.dev";
1717
1718
  OPENGRAPH_URL: "https://opengraph-api.connected.dev" | "https://staging-opengraph-api.connected.dev";
1718
- CHAT_URL: "wss://chat.connected.dev" | "wss://staging-chat.connected.dev";
1719
+ CHAT_URL: "wss://websocket.connected.dev" | "wss://staging-websocket.connected.dev";
1719
1720
  APPLE_APPSTORE_LINK: string | null;
1720
1721
  GOOGLE_PLAYSTORE_LINK: string | null;
1721
1722
  NAME: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {