Skip to content

Commit

Permalink
chore(schema): Add describe blocks in tests for each kind of schema (k…
Browse files Browse the repository at this point in the history
  • Loading branch information
muntaxir4 committed Jan 1, 2025
1 parent cb0ed7c commit 9517f67
Show file tree
Hide file tree
Showing 15 changed files with 3,387 additions and 3,225 deletions.
2 changes: 1 addition & 1 deletion packages/schema/src/secret/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const RollBackSecretRequestSchema = z.object({
})

export const RollBackSecretResponseSchema = z.object({
count: z.string()
count: z.number()
})

export const GetAllSecretsOfProjectRequestSchema = PageRequestSchema.extend({
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/src/variable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const RollBackVariableRequestSchema = z.object({
})

export const RollBackVariableResponseSchema = z.object({
count: z.string()
count: z.number()
})

export const DeleteVariableRequestSchema = z.object({
Expand Down
Loading

0 comments on commit 9517f67

Please sign in to comment.