1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/features/export-import-toggles
Gastón Fournier f16ad4e899
chore: import IUser instead of User for auth (#5269)
## About the changes
A very subtle change in the way we import IUser makes a huge difference
because previously, instead of importing IUser interface we were
importing User and naming it IUser here:

6f8f21fd48/src/lib/routes/unleash-types.ts (L2)
whereas the correct way of importing the interface is:

eec64b119e/src/lib/routes/unleash-types.ts (L2)
2023-11-06 10:46:59 +01:00
..
createExportImportService.ts fix: add sort to deep diff (#5084) 2023-10-18 16:34:42 +02:00
export-import-api-usage.test.ts fix: reject API admin tokens when importing features (#4016) 2023-06-20 12:57:59 +00:00
export-import-controller.ts chore: GA transactional decorator (#5020) 2023-10-17 10:47:18 +02:00
export-import-permissions.e2e.test.ts feat: dependencies import validation (#5023) 2023-10-13 14:17:54 +03:00
export-import-service.ts chore: import IUser instead of User for auth (#5269) 2023-11-06 10:46:59 +01:00
export-import.e2e.test.ts chore: GA transactional decorator (#5020) 2023-10-17 10:47:18 +02:00
import-context-validation.test.ts
import-context-validation.ts fix: import duplicate features (#4550) 2023-08-23 11:11:16 +02:00
import-permissions-service.ts chore: import IUser instead of User for auth (#5269) 2023-11-06 10:46:59 +01:00
import-toggles-store-type.ts feat: Import limit validation (#4669) 2023-09-12 15:36:19 +02:00
import-toggles-store.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
import-validation-messages.ts feat: dependencies import validation (#5023) 2023-10-13 14:17:54 +03:00