sudmgp-sdk-js 1.0.2 → 1.1.0

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 (3) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
  3. package/type.d.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sudmgp-sdk-js",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -51,4 +51,4 @@
51
51
  "dependencies": {
52
52
  "microsoft-cognitiveservices-speech-sdk": "^1.27.0"
53
53
  }
54
- }
54
+ }
package/type.d.ts CHANGED
@@ -235,6 +235,9 @@ export interface ISudCfg {
235
235
  * 最低版本:v1.1.52.xx
236
236
  */
237
237
  setShowCustomLoading(show: boolean): void;
238
+
239
+ getTouchEnable (): boolean
240
+ setTouchEnable(value: boolean): void
238
241
  }
239
242
 
240
243
  export interface ISudLogger {