1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00
unleash.unleash/src/lib/schema
Gastón Fournier 92480554dc
feat: incorporate backend as a valid api token type replacing client (#10500)
This PR deprecates `CLIENT` api token type in favor of `BACKEND` but
both will continue working.

Also replaces:
- `INIT_CLIENT_API_TOKENS` with `INIT_BACKEND_API_TOKENS`. The former is
kept for backward compatibility.
2025-08-21 09:43:54 -03:00
..
api-token-schema.test.ts chore: prepare to remove default env (#10087) 2025-06-06 09:20:16 +02:00
api-token-schema.ts feat: incorporate backend as a valid api token type replacing client (#10500) 2025-08-21 09:43:54 -03:00
constraint-value-types.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
constraint-value-types.ts
create-project-api-token-schema.ts feat: incorporate backend as a valid api token type replacing client (#10500) 2025-08-21 09:43:54 -03:00
feature-schema.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
feature-schema.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
role-schema.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
role-schema.ts fix: trim role names before validation (#8277) 2024-09-26 11:52:51 +00:00