@connectedxm/client 1.4.12 → 1.4.13

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
@@ -138,7 +138,6 @@ interface BaseAccount {
138
138
  title: string | null;
139
139
  company: string | null;
140
140
  image: BaseImage | null;
141
- chatConnected: boolean;
142
141
  accountTiers: BaseAccountTier[];
143
142
  subscriptions: {
144
143
  subscriptionProduct: {
package/dist/index.d.ts CHANGED
@@ -138,7 +138,6 @@ interface BaseAccount {
138
138
  title: string | null;
139
139
  company: string | null;
140
140
  image: BaseImage | null;
141
- chatConnected: boolean;
142
141
  accountTiers: BaseAccountTier[];
143
142
  subscriptions: {
144
143
  subscriptionProduct: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {