File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @roo-code/types" ,
3
- "version" : " 1.37 .0" ,
3
+ "version" : " 1.39 .0" ,
4
4
"description" : " TypeScript type definitions for Roo Code." ,
5
5
"publishConfig" : {
6
6
"access" : " public" ,
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ export const organizationCloudSettingsSchema = z.object({
96
96
recordTaskMessages : z . boolean ( ) . optional ( ) ,
97
97
enableTaskSharing : z . boolean ( ) . optional ( ) ,
98
98
taskShareExpirationDays : z . number ( ) . int ( ) . positive ( ) . optional ( ) ,
99
+ allowMembersViewAllTasks : z . boolean ( ) . optional ( ) ,
99
100
} )
100
101
101
102
export type OrganizationCloudSettings = z . infer < typeof organizationCloudSettingsSchema >
@@ -128,6 +129,7 @@ export const ORGANIZATION_DEFAULT: OrganizationSettings = {
128
129
recordTaskMessages : true ,
129
130
enableTaskSharing : true ,
130
131
taskShareExpirationDays : 30 ,
132
+ allowMembersViewAllTasks : true ,
131
133
} ,
132
134
defaultSettings : { } ,
133
135
allowList : ORGANIZATION_ALLOW_ALL ,
You can’t perform that action at this time.
0 commit comments