Skip to content

Commit da12944

Browse files
committed
Add type for allowing org members to view all tasks
1 parent 2170c61 commit da12944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/cloud.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

101102
export type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>

0 commit comments

Comments
 (0)