@roo-code/types 1.37.0 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -12925,14 +12925,17 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
12925
12925
|
recordTaskMessages: z.ZodOptional<z.ZodBoolean>;
|
|
12926
12926
|
enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
12927
12927
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
12928
|
+
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
12928
12929
|
}, "strip", z.ZodTypeAny, {
|
|
12929
12930
|
recordTaskMessages?: boolean | undefined;
|
|
12930
12931
|
enableTaskSharing?: boolean | undefined;
|
|
12931
12932
|
taskShareExpirationDays?: number | undefined;
|
|
12933
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
12932
12934
|
}, {
|
|
12933
12935
|
recordTaskMessages?: boolean | undefined;
|
|
12934
12936
|
enableTaskSharing?: boolean | undefined;
|
|
12935
12937
|
taskShareExpirationDays?: number | undefined;
|
|
12938
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
12936
12939
|
}>;
|
|
12937
12940
|
type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>;
|
|
12938
12941
|
/**
|
|
@@ -12944,14 +12947,17 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
12944
12947
|
recordTaskMessages: z.ZodOptional<z.ZodBoolean>;
|
|
12945
12948
|
enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
12946
12949
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
12950
|
+
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
12947
12951
|
}, "strip", z.ZodTypeAny, {
|
|
12948
12952
|
recordTaskMessages?: boolean | undefined;
|
|
12949
12953
|
enableTaskSharing?: boolean | undefined;
|
|
12950
12954
|
taskShareExpirationDays?: number | undefined;
|
|
12955
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
12951
12956
|
}, {
|
|
12952
12957
|
recordTaskMessages?: boolean | undefined;
|
|
12953
12958
|
enableTaskSharing?: boolean | undefined;
|
|
12954
12959
|
taskShareExpirationDays?: number | undefined;
|
|
12960
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
12955
12961
|
}>>;
|
|
12956
12962
|
defaultSettings: z.ZodObject<{
|
|
12957
12963
|
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13046,6 +13052,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
13046
13052
|
recordTaskMessages?: boolean | undefined;
|
|
13047
13053
|
enableTaskSharing?: boolean | undefined;
|
|
13048
13054
|
taskShareExpirationDays?: number | undefined;
|
|
13055
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
13049
13056
|
} | undefined;
|
|
13050
13057
|
}, {
|
|
13051
13058
|
version: number;
|
|
@@ -13074,6 +13081,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
13074
13081
|
recordTaskMessages?: boolean | undefined;
|
|
13075
13082
|
enableTaskSharing?: boolean | undefined;
|
|
13076
13083
|
taskShareExpirationDays?: number | undefined;
|
|
13084
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
13077
13085
|
} | undefined;
|
|
13078
13086
|
}>;
|
|
13079
13087
|
type OrganizationSettings = z.infer<typeof organizationSettingsSchema>;
|
package/dist/index.d.ts
CHANGED
|
@@ -12925,14 +12925,17 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
12925
12925
|
recordTaskMessages: z.ZodOptional<z.ZodBoolean>;
|
|
12926
12926
|
enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
12927
12927
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
12928
|
+
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
12928
12929
|
}, "strip", z.ZodTypeAny, {
|
|
12929
12930
|
recordTaskMessages?: boolean | undefined;
|
|
12930
12931
|
enableTaskSharing?: boolean | undefined;
|
|
12931
12932
|
taskShareExpirationDays?: number | undefined;
|
|
12933
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
12932
12934
|
}, {
|
|
12933
12935
|
recordTaskMessages?: boolean | undefined;
|
|
12934
12936
|
enableTaskSharing?: boolean | undefined;
|
|
12935
12937
|
taskShareExpirationDays?: number | undefined;
|
|
12938
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
12936
12939
|
}>;
|
|
12937
12940
|
type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>;
|
|
12938
12941
|
/**
|
|
@@ -12944,14 +12947,17 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
12944
12947
|
recordTaskMessages: z.ZodOptional<z.ZodBoolean>;
|
|
12945
12948
|
enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
12946
12949
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
12950
|
+
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
12947
12951
|
}, "strip", z.ZodTypeAny, {
|
|
12948
12952
|
recordTaskMessages?: boolean | undefined;
|
|
12949
12953
|
enableTaskSharing?: boolean | undefined;
|
|
12950
12954
|
taskShareExpirationDays?: number | undefined;
|
|
12955
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
12951
12956
|
}, {
|
|
12952
12957
|
recordTaskMessages?: boolean | undefined;
|
|
12953
12958
|
enableTaskSharing?: boolean | undefined;
|
|
12954
12959
|
taskShareExpirationDays?: number | undefined;
|
|
12960
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
12955
12961
|
}>>;
|
|
12956
12962
|
defaultSettings: z.ZodObject<{
|
|
12957
12963
|
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13046,6 +13052,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
13046
13052
|
recordTaskMessages?: boolean | undefined;
|
|
13047
13053
|
enableTaskSharing?: boolean | undefined;
|
|
13048
13054
|
taskShareExpirationDays?: number | undefined;
|
|
13055
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
13049
13056
|
} | undefined;
|
|
13050
13057
|
}, {
|
|
13051
13058
|
version: number;
|
|
@@ -13074,6 +13081,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
13074
13081
|
recordTaskMessages?: boolean | undefined;
|
|
13075
13082
|
enableTaskSharing?: boolean | undefined;
|
|
13076
13083
|
taskShareExpirationDays?: number | undefined;
|
|
13084
|
+
allowMembersViewAllTasks?: boolean | undefined;
|
|
13077
13085
|
} | undefined;
|
|
13078
13086
|
}>;
|
|
13079
13087
|
type OrganizationSettings = z.infer<typeof organizationSettingsSchema>;
|
package/dist/index.js
CHANGED
|
@@ -3272,7 +3272,8 @@ var organizationDefaultSettingsSchema = globalSettingsSchema.pick({
|
|
|
3272
3272
|
var organizationCloudSettingsSchema = z12.object({
|
|
3273
3273
|
recordTaskMessages: z12.boolean().optional(),
|
|
3274
3274
|
enableTaskSharing: z12.boolean().optional(),
|
|
3275
|
-
taskShareExpirationDays: z12.number().int().positive().optional()
|
|
3275
|
+
taskShareExpirationDays: z12.number().int().positive().optional(),
|
|
3276
|
+
allowMembersViewAllTasks: z12.boolean().optional()
|
|
3276
3277
|
});
|
|
3277
3278
|
var organizationSettingsSchema = z12.object({
|
|
3278
3279
|
version: z12.number(),
|
|
@@ -3289,7 +3290,8 @@ var ORGANIZATION_DEFAULT = {
|
|
|
3289
3290
|
cloudSettings: {
|
|
3290
3291
|
recordTaskMessages: true,
|
|
3291
3292
|
enableTaskSharing: true,
|
|
3292
|
-
taskShareExpirationDays: 30
|
|
3293
|
+
taskShareExpirationDays: 30,
|
|
3294
|
+
allowMembersViewAllTasks: true
|
|
3293
3295
|
},
|
|
3294
3296
|
defaultSettings: {},
|
|
3295
3297
|
allowList: ORGANIZATION_ALLOW_ALL
|