1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-02-03 13:22:05 +02:00
pigallery2/src/common/QueryParams.ts

24 lines
501 B
TypeScript
Raw Normal View History

export const QueryParams = {
gallery: {
random: {
directory: 'dir',
recursive: 'recursive',
orientation: 'orientation',
fromDate: 'fromDate',
toDate: 'toDate',
minResolution: 'fromRes',
2022-04-04 19:37:31 +02:00
maxResolution: 'toRes',
2018-11-30 15:36:42 +01:00
},
search: {
2021-01-17 15:56:15 +01:00
type: 'type',
2022-04-04 19:37:31 +02:00
query: 'qs',
},
2018-11-30 15:36:42 +01:00
photo: 'p',
2020-01-07 22:17:54 +01:00
sharingKey_query: 'sk',
sharingKey_params: 'sharingKey',
directory: 'directory',
2020-01-07 22:17:54 +01:00
knownLastModified: 'klm',
2022-04-04 19:37:31 +02:00
knownLastScanned: 'kls',
},
};