mirror of
https://github.com/immich-app/immich.git
synced 2025-11-09 07:32:36 +09:00
feat(server): Add week numbers for templating (#4263)
* add week numbers as template option * generate api * fix tests * change example date to show week padding * change example date to immich birthday
This commit is contained in:
6
cli/src/api/open-api/api.ts
generated
6
cli/src/api/open-api/api.ts
generated
@@ -3542,6 +3542,12 @@ export interface SystemConfigTemplateStorageOptionDto {
|
||||
* @memberof SystemConfigTemplateStorageOptionDto
|
||||
*/
|
||||
'secondOptions': Array<string>;
|
||||
/**
|
||||
*
|
||||
* @type {Array<string>}
|
||||
* @memberof SystemConfigTemplateStorageOptionDto
|
||||
*/
|
||||
'weekOptions': Array<string>;
|
||||
/**
|
||||
*
|
||||
* @type {Array<string>}
|
||||
|
||||
Reference in New Issue
Block a user