@choiceform/os-client-core 3.4.31 → 3.4.32
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/changelog.md +10 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +10 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1507,11 +1507,19 @@ declare const enum DATA_TRANSFER_NAME {
|
|
|
1507
1507
|
/**
|
|
1508
1508
|
* 甄别失败转移url
|
|
1509
1509
|
*/
|
|
1510
|
-
|
|
1510
|
+
EXAMINE_SKIPPED = 'examine_skipped_url',
|
|
1511
1511
|
/**
|
|
1512
1512
|
* 配置满转移url
|
|
1513
1513
|
*/
|
|
1514
|
-
|
|
1514
|
+
EXAMINE_FAILED = 'examine_failed_url',
|
|
1515
|
+
/**
|
|
1516
|
+
* 正式提交时发生配额失败
|
|
1517
|
+
*/
|
|
1518
|
+
EXAMINE_FAILED_ON_COMMIT = 'examine_failed_on_commit_url',
|
|
1519
|
+
/**
|
|
1520
|
+
* 数据已满
|
|
1521
|
+
*/
|
|
1522
|
+
OVERFLOW = 'overflow_url',
|
|
1515
1523
|
/**
|
|
1516
1524
|
* 提交成功转移url
|
|
1517
1525
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@choiceform/os-client-core",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.32",
|
|
4
4
|
"description": "choiceform survey client core",
|
|
5
5
|
"main": "./dist/core.js",
|
|
6
6
|
"repository": "https://github.com/choice-form/os-client-core",
|
|
@@ -75,4 +75,4 @@
|
|
|
75
75
|
"webpack-cli": "^4.8.0",
|
|
76
76
|
"webpack-dev-server": "^4.1.1"
|
|
77
77
|
}
|
|
78
|
-
}
|
|
78
|
+
}
|