@connectedxm/client 1.4.11 → 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: {
@@ -1797,6 +1796,7 @@ interface OrganizationConfig {
1797
1796
  CONNECTION_ID: string | null;
1798
1797
  };
1799
1798
  INTEGRATIONS: Integration[];
1799
+ GOOGLE_SERVICES: string;
1800
1800
  }
1801
1801
  interface OrganizationModule {
1802
1802
  requireAuth: boolean;
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: {
@@ -1797,6 +1796,7 @@ interface OrganizationConfig {
1797
1796
  CONNECTION_ID: string | null;
1798
1797
  };
1799
1798
  INTEGRATIONS: Integration[];
1799
+ GOOGLE_SERVICES: string;
1800
1800
  }
1801
1801
  interface OrganizationModule {
1802
1802
  requireAuth: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.4.11",
3
+ "version": "1.4.13",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {