@upscopeio/sdk 2.4.20 → 2.4.22

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/index.d.ts +0 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -99,8 +99,6 @@ type CobrowsingSdkConfiguration = {
99
99
  fromProxy: boolean;
100
100
  sfdcFieldLabel: string;
101
101
  sfdcFieldId: string;
102
- baseProxyUrl: string;
103
- proxyDomain: string;
104
102
  needsProxy: (url: string) => boolean;
105
103
  onSessionRequest: (cb: (accepted: boolean) => void, requestingAgent: string | null) => void;
106
104
  onSessionStart: () => void;
package/package.json CHANGED
@@ -3,5 +3,5 @@
3
3
  "main": "index.js",
4
4
  "type": "module",
5
5
  "dependencies": {},
6
- "version": "2.4.20"
6
+ "version": "2.4.22"
7
7
  }