mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
chore(web): change license wording and other things (#11309)
This commit is contained in:
parent
bc20710c6d
commit
ef7a6bb246
40 changed files with 1045 additions and 518 deletions
|
|
@ -9775,6 +9775,32 @@
|
|||
],
|
||||
"type": "object"
|
||||
},
|
||||
"PurchaseResponse": {
|
||||
"properties": {
|
||||
"hideBuyButtonUntil": {
|
||||
"type": "string"
|
||||
},
|
||||
"showSupportBadge": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"hideBuyButtonUntil",
|
||||
"showSupportBadge"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"PurchaseUpdate": {
|
||||
"properties": {
|
||||
"hideBuyButtonUntil": {
|
||||
"type": "string"
|
||||
},
|
||||
"showSupportBadge": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"QueueStatusDto": {
|
||||
"properties": {
|
||||
"isActive": {
|
||||
|
|
@ -11742,13 +11768,17 @@
|
|||
},
|
||||
"memories": {
|
||||
"$ref": "#/components/schemas/MemoryResponse"
|
||||
},
|
||||
"purchase": {
|
||||
"$ref": "#/components/schemas/PurchaseResponse"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"avatar",
|
||||
"download",
|
||||
"emailNotifications",
|
||||
"memories"
|
||||
"memories",
|
||||
"purchase"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
|
|
@ -11765,6 +11795,9 @@
|
|||
},
|
||||
"memories": {
|
||||
"$ref": "#/components/schemas/MemoryUpdate"
|
||||
},
|
||||
"purchase": {
|
||||
"$ref": "#/components/schemas/PurchaseUpdate"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue