mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
Version v1.72.0
This commit is contained in:
parent
c73832bd9c
commit
3edb347666
2
cli/src/api/open-api/api.ts
generated
2
cli/src/api/open-api/api.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
2
cli/src/api/open-api/base.ts
generated
2
cli/src/api/open-api/base.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
2
cli/src/api/open-api/common.ts
generated
2
cli/src/api/open-api/common.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
2
cli/src/api/open-api/configuration.ts
generated
2
cli/src/api/open-api/configuration.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
2
cli/src/api/open-api/index.ts
generated
2
cli/src/api/open-api/index.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "machine-learning"
|
||||
version = "1.71.0"
|
||||
version = "1.72.0"
|
||||
description = ""
|
||||
authors = ["Hau Tran <alex.tran1502@gmail.com>"]
|
||||
readme = "README.md"
|
||||
|
@ -35,8 +35,8 @@ platform :android do
|
||||
task: 'bundle',
|
||||
build_type: 'Release',
|
||||
properties: {
|
||||
"android.injected.version.code" => 94,
|
||||
"android.injected.version.name" => "1.71.0",
|
||||
"android.injected.version.code" => 95,
|
||||
"android.injected.version.name" => "1.72.0",
|
||||
}
|
||||
)
|
||||
upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab')
|
||||
|
@ -19,7 +19,7 @@ platform :ios do
|
||||
desc "iOS Beta"
|
||||
lane :beta do
|
||||
increment_version_number(
|
||||
version_number: "1.71.0"
|
||||
version_number: "1.72.0"
|
||||
)
|
||||
increment_build_number(
|
||||
build_number: latest_testflight_build_number + 1,
|
||||
|
2
mobile/openapi/README.md
generated
2
mobile/openapi/README.md
generated
@ -3,7 +3,7 @@ Immich API
|
||||
|
||||
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
||||
|
||||
- API version: 1.71.0
|
||||
- API version: 1.72.0
|
||||
- Build package: org.openapitools.codegen.languages.DartClientCodegen
|
||||
|
||||
## Requirements
|
||||
|
2
mobile/openapi/lib/model/add_users_dto.dart
generated
2
mobile/openapi/lib/model/add_users_dto.dart
generated
@ -20,7 +20,7 @@ class AddUsersDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is AddUsersDto &&
|
||||
other.sharedUserIds == sharedUserIds;
|
||||
_deepEquality.equals(other.sharedUserIds, sharedUserIds);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
4
mobile/openapi/lib/model/album_response_dto.dart
generated
4
mobile/openapi/lib/model/album_response_dto.dart
generated
@ -65,7 +65,7 @@ class AlbumResponseDto {
|
||||
other.albumName == albumName &&
|
||||
other.albumThumbnailAssetId == albumThumbnailAssetId &&
|
||||
other.assetCount == assetCount &&
|
||||
other.assets == assets &&
|
||||
_deepEquality.equals(other.assets, assets) &&
|
||||
other.createdAt == createdAt &&
|
||||
other.description == description &&
|
||||
other.id == id &&
|
||||
@ -73,7 +73,7 @@ class AlbumResponseDto {
|
||||
other.owner == owner &&
|
||||
other.ownerId == ownerId &&
|
||||
other.shared == shared &&
|
||||
other.sharedUsers == sharedUsers &&
|
||||
_deepEquality.equals(other.sharedUsers, sharedUsers) &&
|
||||
other.updatedAt == updatedAt;
|
||||
|
||||
@override
|
||||
|
@ -20,7 +20,7 @@ class AssetBulkUploadCheckDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is AssetBulkUploadCheckDto &&
|
||||
other.assets == assets;
|
||||
_deepEquality.equals(other.assets, assets);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -20,7 +20,7 @@ class AssetBulkUploadCheckResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is AssetBulkUploadCheckResponseDto &&
|
||||
other.results == results;
|
||||
_deepEquality.equals(other.results, results);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
2
mobile/openapi/lib/model/asset_ids_dto.dart
generated
2
mobile/openapi/lib/model/asset_ids_dto.dart
generated
@ -20,7 +20,7 @@ class AssetIdsDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is AssetIdsDto &&
|
||||
other.assetIds == assetIds;
|
||||
_deepEquality.equals(other.assetIds, assetIds);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
4
mobile/openapi/lib/model/asset_response_dto.dart
generated
4
mobile/openapi/lib/model/asset_response_dto.dart
generated
@ -108,10 +108,10 @@ class AssetResponseDto {
|
||||
other.originalFileName == originalFileName &&
|
||||
other.originalPath == originalPath &&
|
||||
other.ownerId == ownerId &&
|
||||
other.people == people &&
|
||||
_deepEquality.equals(other.people, people) &&
|
||||
other.resized == resized &&
|
||||
other.smartInfo == smartInfo &&
|
||||
other.tags == tags &&
|
||||
_deepEquality.equals(other.tags, tags) &&
|
||||
other.thumbhash == thumbhash &&
|
||||
other.type == type &&
|
||||
other.updatedAt == updatedAt;
|
||||
|
2
mobile/openapi/lib/model/bulk_ids_dto.dart
generated
2
mobile/openapi/lib/model/bulk_ids_dto.dart
generated
@ -20,7 +20,7 @@ class BulkIdsDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is BulkIdsDto &&
|
||||
other.ids == ids;
|
||||
_deepEquality.equals(other.ids, ids);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -23,7 +23,7 @@ class CheckExistingAssetsDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is CheckExistingAssetsDto &&
|
||||
other.deviceAssetIds == deviceAssetIds &&
|
||||
_deepEquality.equals(other.deviceAssetIds, deviceAssetIds) &&
|
||||
other.deviceId == deviceId;
|
||||
|
||||
@override
|
||||
|
@ -20,7 +20,7 @@ class CheckExistingAssetsResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is CheckExistingAssetsResponseDto &&
|
||||
other.existingIds == existingIds;
|
||||
_deepEquality.equals(other.existingIds, existingIds);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
4
mobile/openapi/lib/model/create_album_dto.dart
generated
4
mobile/openapi/lib/model/create_album_dto.dart
generated
@ -36,9 +36,9 @@ class CreateAlbumDto {
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is CreateAlbumDto &&
|
||||
other.albumName == albumName &&
|
||||
other.assetIds == assetIds &&
|
||||
_deepEquality.equals(other.assetIds, assetIds) &&
|
||||
other.description == description &&
|
||||
other.sharedWithUserIds == sharedWithUserIds;
|
||||
_deepEquality.equals(other.sharedWithUserIds, sharedWithUserIds);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
2
mobile/openapi/lib/model/delete_asset_dto.dart
generated
2
mobile/openapi/lib/model/delete_asset_dto.dart
generated
@ -20,7 +20,7 @@ class DeleteAssetDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is DeleteAssetDto &&
|
||||
other.ids == ids;
|
||||
_deepEquality.equals(other.ids, ids);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -23,7 +23,7 @@ class DownloadArchiveInfo {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is DownloadArchiveInfo &&
|
||||
other.assetIds == assetIds &&
|
||||
_deepEquality.equals(other.assetIds, assetIds) &&
|
||||
other.size == size;
|
||||
|
||||
@override
|
||||
|
@ -23,7 +23,7 @@ class DownloadResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is DownloadResponseDto &&
|
||||
other.archives == archives &&
|
||||
_deepEquality.equals(other.archives, archives) &&
|
||||
other.totalSize == totalSize;
|
||||
|
||||
@override
|
||||
|
@ -23,7 +23,7 @@ class MemoryLaneResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is MemoryLaneResponseDto &&
|
||||
other.assets == assets &&
|
||||
_deepEquality.equals(other.assets, assets) &&
|
||||
other.title == title;
|
||||
|
||||
@override
|
||||
|
2
mobile/openapi/lib/model/merge_person_dto.dart
generated
2
mobile/openapi/lib/model/merge_person_dto.dart
generated
@ -20,7 +20,7 @@ class MergePersonDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is MergePersonDto &&
|
||||
other.ids == ids;
|
||||
_deepEquality.equals(other.ids, ids);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -26,7 +26,7 @@ class PeopleResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is PeopleResponseDto &&
|
||||
other.people == people &&
|
||||
_deepEquality.equals(other.people, people) &&
|
||||
other.total == total &&
|
||||
other.visible == visible;
|
||||
|
||||
|
2
mobile/openapi/lib/model/people_update_dto.dart
generated
2
mobile/openapi/lib/model/people_update_dto.dart
generated
@ -20,7 +20,7 @@ class PeopleUpdateDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is PeopleUpdateDto &&
|
||||
other.people == people;
|
||||
_deepEquality.equals(other.people, people);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -30,8 +30,8 @@ class SearchAlbumResponseDto {
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SearchAlbumResponseDto &&
|
||||
other.count == count &&
|
||||
other.facets == facets &&
|
||||
other.items == items &&
|
||||
_deepEquality.equals(other.facets, facets) &&
|
||||
_deepEquality.equals(other.items, items) &&
|
||||
other.total == total;
|
||||
|
||||
@override
|
||||
|
@ -30,8 +30,8 @@ class SearchAssetResponseDto {
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SearchAssetResponseDto &&
|
||||
other.count == count &&
|
||||
other.facets == facets &&
|
||||
other.items == items &&
|
||||
_deepEquality.equals(other.facets, facets) &&
|
||||
_deepEquality.equals(other.items, items) &&
|
||||
other.total == total;
|
||||
|
||||
@override
|
||||
|
@ -24,7 +24,7 @@ class SearchExploreResponseDto {
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SearchExploreResponseDto &&
|
||||
other.fieldName == fieldName &&
|
||||
other.items == items;
|
||||
_deepEquality.equals(other.items, items);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -23,7 +23,7 @@ class SearchFacetResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SearchFacetResponseDto &&
|
||||
other.counts == counts &&
|
||||
_deepEquality.equals(other.counts, counts) &&
|
||||
other.fieldName == fieldName;
|
||||
|
||||
@override
|
||||
|
@ -26,9 +26,9 @@ class ServerMediaTypesResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is ServerMediaTypesResponseDto &&
|
||||
other.image == image &&
|
||||
other.sidecar == sidecar &&
|
||||
other.video == video;
|
||||
_deepEquality.equals(other.image, image) &&
|
||||
_deepEquality.equals(other.sidecar, sidecar) &&
|
||||
_deepEquality.equals(other.video, video);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -31,7 +31,7 @@ class ServerStatsResponseDto {
|
||||
bool operator ==(Object other) => identical(this, other) || other is ServerStatsResponseDto &&
|
||||
other.photos == photos &&
|
||||
other.usage == usage &&
|
||||
other.usageByUser == usageByUser &&
|
||||
_deepEquality.equals(other.usageByUser, usageByUser) &&
|
||||
other.videos == videos;
|
||||
|
||||
@override
|
||||
|
@ -56,7 +56,7 @@ class SharedLinkCreateDto {
|
||||
other.albumId == albumId &&
|
||||
other.allowDownload == allowDownload &&
|
||||
other.allowUpload == allowUpload &&
|
||||
other.assetIds == assetIds &&
|
||||
_deepEquality.equals(other.assetIds, assetIds) &&
|
||||
other.description == description &&
|
||||
other.expiresAt == expiresAt &&
|
||||
other.showExif == showExif &&
|
||||
|
@ -62,7 +62,7 @@ class SharedLinkResponseDto {
|
||||
other.album == album &&
|
||||
other.allowDownload == allowDownload &&
|
||||
other.allowUpload == allowUpload &&
|
||||
other.assets == assets &&
|
||||
_deepEquality.equals(other.assets, assets) &&
|
||||
other.createdAt == createdAt &&
|
||||
other.description == description &&
|
||||
other.expiresAt == expiresAt &&
|
||||
|
@ -23,8 +23,8 @@ class SmartInfoResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SmartInfoResponseDto &&
|
||||
other.objects == objects &&
|
||||
other.tags == tags;
|
||||
_deepEquality.equals(other.objects, objects) &&
|
||||
_deepEquality.equals(other.tags, tags);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -38,13 +38,13 @@ class SystemConfigTemplateStorageOptionDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SystemConfigTemplateStorageOptionDto &&
|
||||
other.dayOptions == dayOptions &&
|
||||
other.hourOptions == hourOptions &&
|
||||
other.minuteOptions == minuteOptions &&
|
||||
other.monthOptions == monthOptions &&
|
||||
other.presetOptions == presetOptions &&
|
||||
other.secondOptions == secondOptions &&
|
||||
other.yearOptions == yearOptions;
|
||||
_deepEquality.equals(other.dayOptions, dayOptions) &&
|
||||
_deepEquality.equals(other.hourOptions, hourOptions) &&
|
||||
_deepEquality.equals(other.minuteOptions, minuteOptions) &&
|
||||
_deepEquality.equals(other.monthOptions, monthOptions) &&
|
||||
_deepEquality.equals(other.presetOptions, presetOptions) &&
|
||||
_deepEquality.equals(other.secondOptions, secondOptions) &&
|
||||
_deepEquality.equals(other.yearOptions, yearOptions);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
2
mobile/openapi/lib/model/update_asset_dto.dart
generated
2
mobile/openapi/lib/model/update_asset_dto.dart
generated
@ -50,7 +50,7 @@ class UpdateAssetDto {
|
||||
other.description == description &&
|
||||
other.isArchived == isArchived &&
|
||||
other.isFavorite == isFavorite &&
|
||||
other.tagIds == tagIds;
|
||||
_deepEquality.equals(other.tagIds, tagIds);
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
@ -2,7 +2,7 @@ name: immich_mobile
|
||||
description: Immich - selfhosted backup media file on mobile phone
|
||||
|
||||
publish_to: "none"
|
||||
version: 1.71.0+94
|
||||
version: 1.72.0+95
|
||||
isar_version: &isar_version 3.1.0+1
|
||||
|
||||
environment:
|
||||
|
@ -4582,7 +4582,7 @@
|
||||
"info": {
|
||||
"title": "Immich",
|
||||
"description": "Immich API",
|
||||
"version": "1.71.0",
|
||||
"version": "1.72.0",
|
||||
"contact": {}
|
||||
},
|
||||
"tags": [],
|
||||
|
@ -38,7 +38,7 @@ class {{{classname}}} {
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is {{{classname}}} &&
|
||||
{{#vars}}
|
||||
other.{{{name}}} == {{{name}}}{{^-last}} &&{{/-last}}{{#-last}};{{/-last}}
|
||||
{{#isMap}}_deepEquality.equals(other.{{{name}}}, {{{name}}}){{/isMap}}{{^isMap}}{{#isArray}}_deepEquality.equals(other.{{{name}}}, {{{name}}}){{/isArray}}{{^isArray}}other.{{{name}}} == {{{name}}}{{/isArray}}{{/isMap}}{{^-last}} &&{{/-last}}{{#-last}};{{/-last}}
|
||||
{{/vars}}
|
||||
|
||||
@override
|
||||
|
4
server/package-lock.json
generated
4
server/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "immich",
|
||||
"version": "1.71.0",
|
||||
"version": "1.72.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "immich",
|
||||
"version": "1.71.0",
|
||||
"version": "1.72.0",
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "immich",
|
||||
"version": "1.71.0",
|
||||
"version": "1.72.0",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"private": true,
|
||||
|
2
web/src/api/open-api/api.ts
generated
2
web/src/api/open-api/api.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
2
web/src/api/open-api/base.ts
generated
2
web/src/api/open-api/base.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
2
web/src/api/open-api/common.ts
generated
2
web/src/api/open-api/common.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
2
web/src/api/open-api/configuration.ts
generated
2
web/src/api/open-api/configuration.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
2
web/src/api/open-api/index.ts
generated
2
web/src/api/open-api/index.ts
generated
@ -4,7 +4,7 @@
|
||||
* Immich
|
||||
* Immich API
|
||||
*
|
||||
* The version of the OpenAPI document: 1.71.0
|
||||
* The version of the OpenAPI document: 1.72.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
Loading…
x
Reference in New Issue
Block a user