@choiceform/os-client-core 3.4.20 → 3.4.31
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 +27 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +2 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -3286,7 +3286,7 @@ interface ICFGiftNodeBackEnd extends Omit<ICFGiftNode, 'i18n'> {
|
|
|
3286
3286
|
* 奖励节点
|
|
3287
3287
|
* @ignore
|
|
3288
3288
|
*/
|
|
3289
|
-
interface ICFGiftNode extends ICFInputNodeMixin {
|
|
3289
|
+
interface ICFGiftNode extends ICFInputNodeMixin, CFMediaNodeMixin {
|
|
3290
3290
|
/**
|
|
3291
3291
|
* 自带的多语言翻译包,可以不需要请求大翻译包就实现开始页面的语言切换。
|
|
3292
3292
|
*/
|
|
@@ -6560,6 +6560,7 @@ interface CFRewardState extends CFStateBase, ICFCustomLogo {
|
|
|
6560
6560
|
phoneNumber: string;
|
|
6561
6561
|
rewardId: string;
|
|
6562
6562
|
images: CFImageInNode[];
|
|
6563
|
+
video: CFVideo;
|
|
6563
6564
|
/**
|
|
6564
6565
|
* 奖励类型,包含以下两种类型
|
|
6565
6566
|
* 需要根据该类型渲染不同的内容.
|
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.31",
|
|
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
|
+
}
|