Commit graph

238 commits

Author SHA1 Message Date
CREDO23
86cac96fe0 feat: add getMyAccess request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
fdfba4bb4a feat: add acceptInvite request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
1b41b2ff23 feat: add getInviteInfo request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
e5f5e46312 feat: add deleteInvite request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
134c70f87f feat: add updateInvite request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
a74e69fdc5 feat: add getInvites request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
bec21a7207 feat: add createInvite request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
86b8cd6eff feat: add leaveSearchSpace request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
9ec5b324fd feat: add deleteMembership request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
39c64103ab feat: add updateMembership request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
289cbc627c feat: add getMembers request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
c51612867d feat: add deleteRole request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
6eaf37589d feat: add updateRole request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
f02fc9f4aa feat: add getRoleById request/response schemas 2025-12-16 09:05:54 +00:00
CREDO23
4919b4717c feat: add GetRoles request/response schemas for RBAC 2025-12-16 09:05:54 +00:00
CREDO23
f11215fcef feat: add CreateRole request/response schemas for RBAC 2025-12-16 09:05:54 +00:00
CREDO23
d5af72bed6 feat: add GetPermissionsResponse schema for RBAC 2025-12-16 09:05:54 +00:00
CREDO23
18917519e9 feat: add PermissionInfo type for RBAC 2025-12-16 09:05:54 +00:00
CREDO23
34f0e4514c feat: add Invite type for RBAC 2025-12-16 09:05:54 +00:00
CREDO23
8a9f3e1c18 feat: add Membership type for RBAC 2025-12-16 09:05:54 +00:00
CREDO23
37f2b27451 feat: add Role type for RBAC 2025-12-16 09:05:54 +00:00
CREDO23
42a585d880 feat: add user types with zod schemas 2025-12-16 05:22:45 +00:00
CREDO23
3fafb18089 refactor: remove unnecessary comments from search-space types 2025-12-15 08:18:35 +00:00
CREDO23
3ef860fb1c feat: add delete search space zod schemas 2025-12-15 08:18:35 +00:00
CREDO23
0f531ee723 feat: add search space zod schemas for GET and PUT endpoints 2025-12-15 08:18:35 +00:00
DESKTOP-RTLN3BA\$punk
f0a6c348d1 fix: update llm-config types to allow nullable created_at and updated_at fields 2025-12-14 22:23:16 -08:00
CREDO23
5b7e5770be feat: migrate createLLMConfig to jotai mutation atom and add query atoms for LLM configs 2025-12-14 20:20:57 +02:00
CREDO23
1aa10db910 feat: add deleteLLMConfigMutationAtom and fix cache key usage in all LLM config mutations 2025-12-14 20:17:27 +02:00
CREDO23
506419597e fix: adjust llm-config type constraints for api_base and language fields 2025-12-14 20:17:27 +02:00
CREDO23
66e0d31f68 feat: add update LLM preferences request/response schemas 2025-12-14 20:17:27 +02:00
CREDO23
9395787ac0 feat: add get LLM preferences request/response schemas 2025-12-14 20:17:27 +02:00
CREDO23
ac667efde8 feat: add delete LLM config request/response schemas 2025-12-14 20:17:27 +02:00
CREDO23
1c5fba952d feat: add update LLM config request/response schemas 2025-12-14 20:17:27 +02:00
CREDO23
a8b994241d feat: add get LLM config by ID request/response schemas 2025-12-14 20:17:27 +02:00
CREDO23
c065824d02 feat: add get LLM configs request/response schemas 2025-12-14 20:17:27 +02:00
CREDO23
a4f0b21529 feat: add create LLM config request/response schemas 2025-12-14 20:17:27 +02:00
CREDO23
47efd9c45d feat: add global LLM config schemas with proper structure 2025-12-14 20:17:27 +02:00
CREDO23
1d2d8d8b74 feat: add LLM config types with zod schema 2025-12-14 20:17:27 +02:00
DESKTOP-RTLN3BA\$punk
e6775625ff chore: linting 2025-12-10 14:41:32 -08:00
Rohan Verma
194292a641
Merge pull request #529 from CREDO23/feat/add-jotai-tanstack
[Feat] Documents | Add Jotai & Tanstack
2025-12-10 14:38:00 -08:00
DESKTOP-RTLN3BA\$punk
a27cd2b966 fix(ux): : update onboarding and form components for improved user experience and clarity 2025-12-09 01:49:27 -08:00
CREDO23
55502579e1 fix: minor type adjustments and cleanup
- Added missing Document type export
- Fixed typeCounts usage in DocumentsTable
- Minor formatting adjustments in DocumentsDataTable
2025-12-08 11:02:01 +00:00
CREDO23
42e10bbe55 feat: add useQuery implementation for document fetching in DocumentsDataTable with 3-minute stale time 2025-12-08 11:02:01 +00:00
thierryverse
5a887e9243 add documents api service 2025-12-08 11:02:00 +00:00
thierryverse
6378d27bcb add delete document request / response zod schema 2025-12-08 11:02:00 +00:00
thierryverse
dd652e36fc add update document request / response zod schema 2025-12-08 11:02:00 +00:00
thierryverse
0fa969925a add get document request / response zod schema 2025-12-08 11:02:00 +00:00
thierryverse
557e736a53 add get document by chunks request / response zod schema 2025-12-08 11:02:00 +00:00
thierryverse
6f3b34f38c add getdocuments types counts request / response zod schema 2025-12-08 11:02:00 +00:00
thierryverse
e7693bd19f add seach documents request / response zod schema 2025-12-08 11:02:00 +00:00