@connectedxm/client 7.0.0 → 7.0.1

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
@@ -1961,6 +1961,7 @@ interface OrganizationConfig {
1961
1961
  PAYMENT: {
1962
1962
  TYPE: PaymentIntegrationType | "none";
1963
1963
  CONNECTION_ID: string | null;
1964
+ PUBLIC_KEY: string | null;
1964
1965
  CURRENCY: string;
1965
1966
  };
1966
1967
  INTEGRATIONS: Integration[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",