@immich/sdk 2.6.1 → 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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Immich
3
- * 2.6.1
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 assets with people */
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 assets with people */
1853
+ /** Include people data in response */
1854
1854
  withPeople?: boolean;
1855
1855
  /** Include stacked assets */
1856
1856
  withStacked?: boolean;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Immich
3
- * 2.6.1
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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immich/sdk",
3
- "version": "2.6.1",
3
+ "version": "2.6.3",
4
4
  "description": "Auto-generated TypeScript SDK for the Immich API",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",