feat: Modify api key and sales channel link to use modules and add test (#6546)

This commit is contained in:
Stevche Radevski
2024-03-01 10:24:50 +01:00
committed by GitHub
parent 55275f0eba
commit 196e821ff2
12 changed files with 146 additions and 17 deletions
@@ -34,6 +34,13 @@ export class AdminGetApiKeysParams extends extendedFindParamsMixin({
@IsOptional()
title?: string | string[]
/**
* Filter by token
*/
@IsString({ each: true })
@IsOptional()
token?: string | string[]
/**
* Filter by type
*/