keyshade-xyz / keyshade

Realtime secret and configuration management tool, with the best in class security and seamless integration support
https://keyshade.xyz
Mozilla Public License 2.0
212 stars 105 forks source link

PACKAGE: Update `schema` package to contain all the zod types #519

Open rajdip-b opened 2 weeks ago

rajdip-b commented 2 weeks ago

Description

The schema package is meant to be used by all the other apps and packages. We would like it to have the type definitions and the zod schemas.

The api-client is currently holding the request and response types. We would like to move them out to schema package.

Solution

For every module, we would like to do this:

Tasks

Here are the modules which we need to work on:

rajdip-b commented 3 days ago

@muntaxir4 thanks for the prompt work!

rajdip-b commented 3 days ago

@muntaxir4 updated the details

muntaxir4 commented 3 days ago

@muntaxir4 thanks for the prompt work!

My pleasure. I will try to implement the 3 more schemas from today onwards.