@zoom/cobrowsesdk 2.8.0 → 2.8.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.
- package/README.md +1 -1
- package/esm/agent.js +1 -1
- package/esm/customer.js +1 -1
- package/esm/sdk-channel.js +1 -1
- package/esm/sdk-client-agent.js +1 -1
- package/esm/sdk-client.js +1 -1
- package/esm/sdk-controller.js +1 -1
- package/esm/sdk-core.js +1 -1
- package/esm/sdk-portal-agent.js +1 -1
- package/esm/sdk-portal-customer.js +1 -1
- package/package.json +1 -1
- package/types/customer-umd.d.ts +4 -0
- package/types/customer.d.ts +4 -0
- package/umd/agent.js +1 -1
- package/umd/customer.js +1 -1
package/package.json
CHANGED
package/types/customer-umd.d.ts
CHANGED
|
@@ -1065,6 +1065,10 @@ export type Settings = {
|
|
|
1065
1065
|
* @description Whether to enable customer consent, the default is true.
|
|
1066
1066
|
*/
|
|
1067
1067
|
enableCustomerConsent?: boolean;
|
|
1068
|
+
/**
|
|
1069
|
+
* @description Whether to enable secondary confirmation, the default is false.
|
|
1070
|
+
*/
|
|
1071
|
+
requireStopConfirmation?: boolean;
|
|
1068
1072
|
/**
|
|
1069
1073
|
* @description Remote assist type, currently only support 'scroll_page', the default is 'scroll_page'.
|
|
1070
1074
|
*/
|
package/types/customer.d.ts
CHANGED
|
@@ -1059,6 +1059,10 @@ export type Settings = {
|
|
|
1059
1059
|
* @description Whether to enable customer consent, the default is true.
|
|
1060
1060
|
*/
|
|
1061
1061
|
enableCustomerConsent?: boolean;
|
|
1062
|
+
/**
|
|
1063
|
+
* @description Whether to enable secondary confirmation, the default is false.
|
|
1064
|
+
*/
|
|
1065
|
+
requireStopConfirmation?: boolean;
|
|
1062
1066
|
/**
|
|
1063
1067
|
* @description Remote assist type, currently only support 'scroll_page', the default is 'scroll_page'.
|
|
1064
1068
|
*/
|