@immich/sdk 2.6.2 → 2.6.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/build/fetch-client.d.ts +3 -3
- package/build/fetch-client.js +1 -1
- package/package.json +1 -1
package/build/fetch-client.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Immich
|
|
3
|
-
* 2.6.
|
|
3
|
+
* 2.6.3
|
|
4
4
|
* DO NOT MODIFY - This file has been generated using oazapfts.
|
|
5
5
|
* See https://www.npmjs.com/package/oazapfts
|
|
6
6
|
*/
|
|
@@ -1736,7 +1736,7 @@ export type MetadataSearchDto = {
|
|
|
1736
1736
|
withDeleted?: boolean;
|
|
1737
1737
|
/** Include EXIF data in response */
|
|
1738
1738
|
withExif?: boolean;
|
|
1739
|
-
/** Include
|
|
1739
|
+
/** Include people data in response */
|
|
1740
1740
|
withPeople?: boolean;
|
|
1741
1741
|
/** Include stacked assets */
|
|
1742
1742
|
withStacked?: boolean;
|
|
@@ -1850,7 +1850,7 @@ export type RandomSearchDto = {
|
|
|
1850
1850
|
withDeleted?: boolean;
|
|
1851
1851
|
/** Include EXIF data in response */
|
|
1852
1852
|
withExif?: boolean;
|
|
1853
|
-
/** Include
|
|
1853
|
+
/** Include people data in response */
|
|
1854
1854
|
withPeople?: boolean;
|
|
1855
1855
|
/** Include stacked assets */
|
|
1856
1856
|
withStacked?: boolean;
|
package/build/fetch-client.js
CHANGED