mirror of
https://github.com/immich-app/immich.git
synced 2025-06-05 22:56:31 -04:00
* Added stores to get album assetId * Upload assets and add to album * Added comments * resolve conflict when add assets from upload directly * Filtered out duplicate asset before adding to the album
19 lines
352 B
TypeScript
19 lines
352 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/**
|
|
* Immich
|
|
* Immich API
|
|
*
|
|
* The version of the OpenAPI document: 1.17.0
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
|
|
|
|
export * from "./api";
|
|
export * from "./configuration";
|
|
|