@connectedxm/client 1.4.11 → 1.4.12

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
@@ -1797,6 +1797,7 @@ interface OrganizationConfig {
1797
1797
  CONNECTION_ID: string | null;
1798
1798
  };
1799
1799
  INTEGRATIONS: Integration[];
1800
+ GOOGLE_SERVICES: string;
1800
1801
  }
1801
1802
  interface OrganizationModule {
1802
1803
  requireAuth: boolean;
package/dist/index.d.ts CHANGED
@@ -1797,6 +1797,7 @@ interface OrganizationConfig {
1797
1797
  CONNECTION_ID: string | null;
1798
1798
  };
1799
1799
  INTEGRATIONS: Integration[];
1800
+ GOOGLE_SERVICES: string;
1800
1801
  }
1801
1802
  interface OrganizationModule {
1802
1803
  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.12",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {