@roo-code/types 1.103.0 → 1.105.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 CHANGED
@@ -6888,7 +6888,8 @@ var organizationCloudSettingsSchema = import_zod16.z.object({
6888
6888
  allowPublicTaskSharing: import_zod16.z.boolean().optional(),
6889
6889
  taskShareExpirationDays: import_zod16.z.number().int().positive().optional(),
6890
6890
  allowMembersViewAllTasks: import_zod16.z.boolean().optional(),
6891
- workspaceTaskVisibility: workspaceTaskVisibilitySchema.optional()
6891
+ workspaceTaskVisibility: workspaceTaskVisibilitySchema.optional(),
6892
+ llmEnhancedFeaturesEnabled: import_zod16.z.boolean().optional()
6892
6893
  });
6893
6894
  var organizationFeaturesSchema = import_zod16.z.object({
6894
6895
  roomoteControlEnabled: import_zod16.z.boolean().optional()
@@ -6927,7 +6928,8 @@ var ORGANIZATION_DEFAULT = {
6927
6928
  enableTaskSharing: true,
6928
6929
  allowPublicTaskSharing: true,
6929
6930
  taskShareExpirationDays: 30,
6930
- allowMembersViewAllTasks: true
6931
+ allowMembersViewAllTasks: true,
6932
+ llmEnhancedFeaturesEnabled: false
6931
6933
  },
6932
6934
  defaultSettings: {},
6933
6935
  allowList: ORGANIZATION_ALLOW_ALL