@hautechai/sdk 2.21.9 → 2.21.10

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.mts CHANGED
@@ -7600,6 +7600,10 @@ interface ImageEntity {
7600
7600
  createdAt: string;
7601
7601
  updatedAt: string;
7602
7602
  format: string;
7603
+ /** @nullable */
7604
+ originalFilenameBase?: string | null;
7605
+ /** @nullable */
7606
+ originalFilenameExt?: string | null;
7603
7607
  width: number;
7604
7608
  height: number;
7605
7609
  url: string;
package/dist/index.d.ts CHANGED
@@ -7600,6 +7600,10 @@ interface ImageEntity {
7600
7600
  createdAt: string;
7601
7601
  updatedAt: string;
7602
7602
  format: string;
7603
+ /** @nullable */
7604
+ originalFilenameBase?: string | null;
7605
+ /** @nullable */
7606
+ originalFilenameExt?: string | null;
7603
7607
  width: number;
7604
7608
  height: number;
7605
7609
  url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "2.21.9",
3
+ "version": "2.21.10",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {