@trycompai/db 1.3.7 → 1.3.8

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.
@@ -782,6 +782,7 @@ model Trust {
782
782
  soc2type2 Boolean @default(false)
783
783
  iso27001 Boolean @default(false)
784
784
  iso42001 Boolean @default(false)
785
+ nen7510 Boolean @default(false)
785
786
  gdpr Boolean @default(false)
786
787
  hipaa Boolean @default(false)
787
788
  pci_dss Boolean @default(false)
@@ -791,6 +792,7 @@ model Trust {
791
792
  soc2type2_status FrameworkStatus @default(started)
792
793
  iso27001_status FrameworkStatus @default(started)
793
794
  iso42001_status FrameworkStatus @default(started)
795
+ nen7510_status FrameworkStatus @default(started)
794
796
  gdpr_status FrameworkStatus @default(started)
795
797
  hipaa_status FrameworkStatus @default(started)
796
798
  pci_dss_status FrameworkStatus @default(started)
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.7",
4
+ "version": "1.3.8",
5
5
  "dependencies": {
6
6
  "@prisma/client": "^6.13.0",
7
7
  "dotenv": "^16.4.5"