mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Release: v1.93.0 (#10190)
This commit is contained in:
parent
d92d729219
commit
e84e3346dd
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@roo-code/types",
|
||||
"version": "1.92.0",
|
||||
"version": "1.93.0",
|
||||
"description": "TypeScript type definitions for Roo Code.",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ export type OrganizationDefaultSettings = z.infer<typeof organizationDefaultSett
|
|||
* WorkspaceTaskVisibility
|
||||
*/
|
||||
|
||||
const workspaceTaskVisibilitySchema = z.enum(["all", "list-only", "full-lockdown"])
|
||||
const workspaceTaskVisibilitySchema = z.enum(["all", "list-only", "admins-and-creator", "creator", "full-lockdown"])
|
||||
|
||||
export type WorkspaceTaskVisibility = z.infer<typeof workspaceTaskVisibilitySchema>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue