@trycompai/db 1.3.22-canary.0 → 1.3.22

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.
@@ -1917,6 +1917,9 @@ model Trust {
1917
1917
  overviewContent String? // Markdown content with links
1918
1918
  showOverview Boolean @default(false)
1919
1919
 
1920
+ // Favicon for trust portal (stored in S3)
1921
+ favicon String?
1922
+
1920
1923
  @@id([status, organizationId])
1921
1924
  @@unique([organizationId])
1922
1925
  @@index([organizationId])
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.22-canary.0",
4
+ "version": "1.3.22",
5
5
  "dependencies": {
6
6
  "@prisma/client": "6.18.0",
7
7
  "dotenv": "^16.4.5",