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 11{
22 "name" : " @roo-code/types" ,
3- "version" : " 1.37 .0" ,
3+ "version" : " 1.39 .0" ,
44 "description" : " TypeScript type definitions for Roo Code." ,
55 "publishConfig" : {
66 "access" : " public" ,
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ export const organizationCloudSettingsSchema = z.object({
9696 recordTaskMessages : z . boolean ( ) . optional ( ) ,
9797 enableTaskSharing : z . boolean ( ) . optional ( ) ,
9898 taskShareExpirationDays : z . number ( ) . int ( ) . positive ( ) . optional ( ) ,
99+ allowMembersViewAllTasks : z . boolean ( ) . optional ( ) ,
99100} )
100101
101102export type OrganizationCloudSettings = z . infer < typeof organizationCloudSettingsSchema >
@@ -128,6 +129,7 @@ export const ORGANIZATION_DEFAULT: OrganizationSettings = {
128129 recordTaskMessages : true ,
129130 enableTaskSharing : true ,
130131 taskShareExpirationDays : 30 ,
132+ allowMembersViewAllTasks : true ,
131133 } ,
132134 defaultSettings : { } ,
133135 allowList : ORGANIZATION_ALLOW_ALL ,
You can’t perform that action at this time.
0 commit comments