@connectedxm/client 6.1.3 → 6.1.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1977,6 +1977,7 @@ interface OrganizationConfig {
1977
1977
  CURRENCY: string;
1978
1978
  };
1979
1979
  INTEGRATIONS: Integration[];
1980
+ OPTIONS: object | null;
1980
1981
  }
1981
1982
  interface OrganizationModule {
1982
1983
  requireAuth: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "6.1.3",
3
+ "version": "6.1.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",