mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore!: remove unused token response param (#27805)
This commit is contained in:
@@ -22127,27 +22127,6 @@
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"token": {
|
||||
"deprecated": true,
|
||||
"description": "Access token",
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"x-immich-history": [
|
||||
{
|
||||
"version": "v1",
|
||||
"state": "Added"
|
||||
},
|
||||
{
|
||||
"version": "v2",
|
||||
"state": "Stable"
|
||||
},
|
||||
{
|
||||
"version": "v2.6.0",
|
||||
"state": "Deprecated"
|
||||
}
|
||||
],
|
||||
"x-immich-state": "Deprecated"
|
||||
},
|
||||
"type": {
|
||||
"$ref": "#/components/schemas/SharedLinkType"
|
||||
},
|
||||
|
||||
@@ -2235,8 +2235,6 @@ export type SharedLinkResponseDto = {
|
||||
showMetadata: boolean;
|
||||
/** Custom URL slug */
|
||||
slug: string | null;
|
||||
/** Access token */
|
||||
token?: string | null;
|
||||
"type": SharedLinkType;
|
||||
/** Owner user ID */
|
||||
userId: string;
|
||||
|
||||
Reference in New Issue
Block a user