@choiceform/os-client-core 3.6.11 → 3.6.12

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
@@ -1348,6 +1348,10 @@ declare const enum EVENT_NAME {
1348
1348
  * 结束恢复答案
1349
1349
  */
1350
1350
  END_MEMORY = 'END_MEMORY',
1351
+ /**
1352
+ * 成功开始答题
1353
+ */
1354
+ START_OK = 'START_OK',
1351
1355
  }
1352
1356
 
1353
1357
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.6.11",
3
+ "version": "3.6.12",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",