@choiceform/os-client-core 3.4.21 → 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/index.d.ts CHANGED
@@ -1507,11 +1507,19 @@ declare const enum DATA_TRANSFER_NAME {
1507
1507
  /**
1508
1508
  * 甄别失败转移url
1509
1509
  */
1510
- EXAMINE_SKIP = 'examine_skipped_url',
1510
+ EXAMINE_SKIPPED = 'examine_skipped_url',
1511
1511
  /**
1512
1512
  * 配置满转移url
1513
1513
  */
1514
- EXAMINE_FAIL = 'examine_failed_url',
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
  */
@@ -3286,7 +3294,7 @@ interface ICFGiftNodeBackEnd extends Omit<ICFGiftNode, 'i18n'> {
3286
3294
  * 奖励节点
3287
3295
  * @ignore
3288
3296
  */
3289
- interface ICFGiftNode extends ICFInputNodeMixin {
3297
+ interface ICFGiftNode extends ICFInputNodeMixin, CFMediaNodeMixin {
3290
3298
  /**
3291
3299
  * 自带的多语言翻译包,可以不需要请求大翻译包就实现开始页面的语言切换。
3292
3300
  */
@@ -6560,6 +6568,7 @@ interface CFRewardState extends CFStateBase, ICFCustomLogo {
6560
6568
  phoneNumber: string;
6561
6569
  rewardId: string;
6562
6570
  images: CFImageInNode[];
6571
+ video: CFVideo;
6563
6572
  /**
6564
6573
  * 奖励类型,包含以下两种类型
6565
6574
  * 需要根据该类型渲染不同的内容.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.4.21",
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",