@connectedxm/client 2.3.6 → 2.3.7

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.cts CHANGED
@@ -1888,7 +1888,6 @@ interface OrganizationConfig {
1888
1888
  CURRENCY: string;
1889
1889
  };
1890
1890
  INTEGRATIONS: Integration[];
1891
- GOOGLE_SERVICES: string;
1892
1891
  }
1893
1892
  interface OrganizationModule {
1894
1893
  requireAuth: boolean;
package/dist/index.d.ts CHANGED
@@ -1888,7 +1888,6 @@ interface OrganizationConfig {
1888
1888
  CURRENCY: string;
1889
1889
  };
1890
1890
  INTEGRATIONS: Integration[];
1891
- GOOGLE_SERVICES: string;
1892
1891
  }
1893
1892
  interface OrganizationModule {
1894
1893
  requireAuth: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",