@trycompai/db 1.3.21-canary.0 → 1.3.21

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.
@@ -543,11 +543,12 @@ model FrameworkEditorPolicyTemplate {
543
543
  }
544
544
 
545
545
  model FrameworkEditorTaskTemplate {
546
- id String @id @default(dbgenerated("generate_prefixed_cuid('frk_tt'::text)"))
547
- name String
548
- description String
549
- frequency Frequency // Using the enum from shared.prisma
550
- department Departments // Using the enum from shared.prisma
546
+ id String @id @default(dbgenerated("generate_prefixed_cuid('frk_tt'::text)"))
547
+ name String
548
+ description String
549
+ frequency Frequency // Using the enum from shared.prisma
550
+ department Departments // Using the enum from shared.prisma
551
+ automationStatus TaskAutomationStatus @default(AUTOMATED)
551
552
 
552
553
  controlTemplates FrameworkEditorControlTemplate[]
553
554
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trycompai/db",
3
3
  "description": "Database package with Prisma client and schema for Comp AI",
4
- "version": "1.3.21-canary.0",
4
+ "version": "1.3.21",
5
5
  "dependencies": {
6
6
  "@prisma/client": "^6.13.0",
7
7
  "dotenv": "^16.4.5",