@choiceform/os-client-core 3.6.36 → 3.6.38

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/index.d.ts CHANGED
@@ -6917,6 +6917,10 @@ interface CCUIEventHandler {
6917
6917
  * @param node
6918
6918
  */
6919
6919
  handleQuickAnswer?(node: CCBNode): Promise<void>;
6920
+ /**
6921
+ * 扫描二维码后领取微信红包需要用户点击网页上的按钮进行授权
6922
+ */
6923
+ handleGetRewardWX?(): Promise<void>;
6920
6924
  }
6921
6925
 
6922
6926
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.6.36",
3
+ "version": "3.6.38",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*
3
- * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
4
- * This devtool is neither made for production nor for readable output files.
5
- * It uses "eval()" calls to create a separate source file in the browser devtools.
6
- * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
- * or disable the default devtool with "devtool: false".
8
- * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
- */
10
- self["webpackHotUpdate_choiceform_os_client_core"]("core",{},
11
- /******/ function(__webpack_require__) { // webpackRuntimeModules
12
- /******/ /* webpack/runtime/getFullHash */
13
- /******/ (() => {
14
- /******/ __webpack_require__.h = () => ("f10d2cac001999e27c6a")
15
- /******/ })();
16
- /******/
17
- /******/ }
18
- );
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*
3
- * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
4
- * This devtool is neither made for production nor for readable output files.
5
- * It uses "eval()" calls to create a separate source file in the browser devtools.
6
- * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
- * or disable the default devtool with "devtool: false".
8
- * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
- */
10
- self["webpackHotUpdate_choiceform_os_client_core"]("support/atcp",{},
11
- /******/ function(__webpack_require__) { // webpackRuntimeModules
12
- /******/ /* webpack/runtime/getFullHash */
13
- /******/ (() => {
14
- /******/ __webpack_require__.h = () => ("f10d2cac001999e27c6a")
15
- /******/ })();
16
- /******/
17
- /******/ }
18
- );
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*
3
- * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
4
- * This devtool is neither made for production nor for readable output files.
5
- * It uses "eval()" calls to create a separate source file in the browser devtools.
6
- * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
- * or disable the default devtool with "devtool: false".
8
- * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
- */
10
- self["webpackHotUpdate_choiceform_os_client_core"]("web-core",{},
11
- /******/ function(__webpack_require__) { // webpackRuntimeModules
12
- /******/ /* webpack/runtime/getFullHash */
13
- /******/ (() => {
14
- /******/ __webpack_require__.h = () => ("f10d2cac001999e27c6a")
15
- /******/ })();
16
- /******/
17
- /******/ }
18
- );