@vvfx/sdk 0.1.19-alpha.1 → 0.1.19-alpha.3

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/dist/index.d.cts CHANGED
@@ -1706,7 +1706,7 @@ type SpriteCreateInfo = {
1706
1706
  /**
1707
1707
  * @description 图片资源地址 | 数据
1708
1708
  */
1709
- image: string;
1709
+ image?: string;
1710
1710
  /**
1711
1711
  * @description 图层像素宽度
1712
1712
  */
@@ -1895,7 +1895,7 @@ type VideoCreateInfo = {
1895
1895
  /**
1896
1896
  * @description 视频资源地址 | 数据
1897
1897
  */
1898
- video: string;
1898
+ video?: string;
1899
1899
  /**
1900
1900
  * @description 视频元素像素宽度
1901
1901
  */
@@ -2092,7 +2092,7 @@ type EffectsCreateInfo = {
2092
2092
  /**
2093
2093
  * @description 动效资源地址
2094
2094
  */
2095
- effects: string | spec.JSONScene;
2095
+ effects: string;
2096
2096
  };
2097
2097
  /**
2098
2098
  * @description 扩展属性
package/dist/index.d.ts CHANGED
@@ -1706,7 +1706,7 @@ type SpriteCreateInfo = {
1706
1706
  /**
1707
1707
  * @description 图片资源地址 | 数据
1708
1708
  */
1709
- image: string;
1709
+ image?: string;
1710
1710
  /**
1711
1711
  * @description 图层像素宽度
1712
1712
  */
@@ -1895,7 +1895,7 @@ type VideoCreateInfo = {
1895
1895
  /**
1896
1896
  * @description 视频资源地址 | 数据
1897
1897
  */
1898
- video: string;
1898
+ video?: string;
1899
1899
  /**
1900
1900
  * @description 视频元素像素宽度
1901
1901
  */
@@ -2092,7 +2092,7 @@ type EffectsCreateInfo = {
2092
2092
  /**
2093
2093
  * @description 动效资源地址
2094
2094
  */
2095
- effects: string | spec.JSONScene;
2095
+ effects: string;
2096
2096
  };
2097
2097
  /**
2098
2098
  * @description 扩展属性