@immich/sdk 3.0.0-rc.0 → 3.0.0-rc.1

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
- * 3.0.0-rc.0
3
+ * 3.0.0-rc.1
4
4
  * DO NOT MODIFY - This file has been generated using oazapfts.
5
5
  * See https://www.npmjs.com/package/oazapfts
6
6
  */
@@ -668,7 +668,7 @@ export type AssetMediaResponseDto = {
668
668
  export type AssetBulkUpdateDto = {
669
669
  /** Original date and time */
670
670
  dateTimeOriginal?: string;
671
- /** Relative time offset in seconds */
671
+ /** Relative time offset in minutes */
672
672
  dateTimeRelative?: number;
673
673
  /** Asset description */
674
674
  description?: string;
@@ -691,7 +691,7 @@ export type AssetBulkUpdateDto = {
691
691
  export type AssetBulkUploadCheckItem = {
692
692
  /** Base64 or hex encoded SHA1 hash */
693
693
  checksum: string;
694
- /** Asset ID */
694
+ /** Client-side identifier echoed in the response to match results to inputs (e.g. filename) */
695
695
  id: string;
696
696
  };
697
697
  export type AssetBulkUploadCheckDto = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Immich
3
- * 3.0.0-rc.0
3
+ * 3.0.0-rc.1
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": "3.0.0-rc.0",
3
+ "version": "3.0.0-rc.1",
4
4
  "description": "Auto-generated TypeScript SDK for the Immich API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "@oazapfts/runtime": "^1.0.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/node": "^24.12.4",
24
+ "@types/node": "^24.13.2",
25
25
  "typescript": "^6.0.0"
26
26
  },
27
27
  "scripts": {