1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src/lib/features
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
..
access refactor: prefer eventService.storeEvent methods (#4830) 2023-09-27 14:23:05 +01:00
change-request-access-service chore: import IUser instead of User for auth (#5269) 2023-11-06 10:46:59 +01:00
client-feature-toggles Client instance service (#5126) 2023-10-23 15:22:30 +02:00
dependent-features chore: import IUser instead of User for auth (#5269) 2023-11-06 10:46:59 +01:00
export-import-toggles chore: import IUser instead of User for auth (#5269) 2023-11-06 10:46:59 +01:00
feature-naming-pattern refactor: remove check for feature naming data object (#4745) 2023-09-15 12:51:47 +02:00
feature-search feat: Server side sort by (#5250) 2023-11-03 13:15:12 +01:00
feature-toggle chore: import IUser instead of User for auth (#5269) 2023-11-06 10:46:59 +01:00
group refactor: prefer eventService.storeEvent methods (#4830) 2023-09-27 14:23:05 +01:00
instance-stats chore: expose instanceId so it can be used from addons (#5231) 2023-10-31 12:38:21 +01:00
playground fix: variant hashing in playground (#5213) 2023-10-30 12:38:32 +01:00
private-project fix: private projects early exit when not root viewer (#5232) 2023-10-31 13:37:09 +02:00
project feat: ensure at least one owner on remove user/group access (#5085) 2023-10-19 14:14:59 +02:00
segment fix: do not allow segment deletion when used in private projects (#5236) 2023-11-01 11:01:23 +02:00
index.ts feat: allow to delete dependencies when no orphans (#4952) 2023-10-06 13:39:16 +02:00