@choiceform/os-client-core 3.4.50 → 3.4.51

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
@@ -1390,10 +1390,6 @@ declare const enum OPT_ACT_TYPE {
1390
1390
  * 变量解析文字是的图片保留模式
1391
1391
  */
1392
1392
  declare const enum VAR_TEXT_IMG_MODE {
1393
- /**
1394
- * 不保留图片地址,但是保留图片名称
1395
- */
1396
- NAME = 'NAME',
1397
1393
  /**
1398
1394
  * 保留图片信息为url地址
1399
1395
  */
@@ -8270,10 +8266,12 @@ interface CFQueryParams {
8270
8266
  offline_survey_id?: string;
8271
8267
  /**
8272
8268
  * key1的别名
8269
+ * @deprecated 新增自定义URL参数后,这个只为兼容老数据暂时存在
8273
8270
  */
8274
8271
  key?: string;
8275
8272
  /**
8276
8273
  * 系统附加参数1
8274
+ * @deprecated 新增自定义URL参数后,这个只为兼容老数据暂时存在
8277
8275
  */
8278
8276
  key1?: string;
8279
8277
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.4.50",
3
+ "version": "3.4.51",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",