@hautechai/sdk 0.3.34 → 0.3.35

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.
@@ -588,7 +588,7 @@ export interface CompositeElement {
588
588
  * @type {string}
589
589
  * @memberof CompositeElement
590
590
  */
591
- 'blend': CompositeElementBlendEnum;
591
+ 'blend'?: CompositeElementBlendEnum;
592
592
  /**
593
593
  *
594
594
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "0.3.34",
3
+ "version": "0.3.35",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {