Updated ShlinkApiClient to support more filtering options for short URLs list

This commit is contained in:
Alejandro Celaya
2022-12-28 22:58:47 +01:00
parent d6d237fc52
commit a3bd10bc82
5 changed files with 44 additions and 8 deletions

View File

@@ -11,3 +11,4 @@ export const supportsNonOrphanVisits = serverMatchesMinVersion('3.0.0');
export const supportsAllTagsFiltering = supportsNonOrphanVisits;
export const supportsDomainVisits = serverMatchesMinVersion('3.1.0');
export const supportsExcludeBotsOnShortUrls = serverMatchesMinVersion('3.4.0');
export const supportsFilterDisabledUrls = supportsExcludeBotsOnShortUrls;