@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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
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;
|