@hautechai/sdk 0.3.25 → 0.3.26

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.
@@ -4536,7 +4536,7 @@ export type StackEntityKindEnum = typeof StackEntityKindEnum[keyof typeof StackE
4536
4536
  * @type StackEntityItemsInner
4537
4537
  * @export
4538
4538
  */
4539
- export type StackEntityItemsInner = ImageEntity | OperationEntity;
4539
+ export type StackEntityItemsInner = ImageEntity | OperationEntity | VideoEntity;
4540
4540
  /**
4541
4541
  *
4542
4542
  * @export
@@ -4950,6 +4950,18 @@ export interface VideoEntity {
4950
4950
  * @memberof VideoEntity
4951
4951
  */
4952
4952
  'duration': number;
4953
+ /**
4954
+ *
4955
+ * @type {ImageEntity}
4956
+ * @memberof VideoEntity
4957
+ */
4958
+ 'previewImage'?: ImageEntity;
4959
+ /**
4960
+ *
4961
+ * @type {string}
4962
+ * @memberof VideoEntity
4963
+ */
4964
+ 'previewImageId'?: string;
4953
4965
  /**
4954
4966
  *
4955
4967
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {