@a_team/prisma 3.31.2-win → 3.31.3-linux-debian

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-69c4bdcb0e33c2ca4a29e354c060ad592dd4311090dab8c7cb98dfb48195bc6e",
2
+ "name": "prisma-client-48778c59c652d4f62b9c4584a063a6b9f85d2f19922920bbf55b91fa319c97e3",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -2141,6 +2141,7 @@ type AdminNoteAuthor {
2141
2141
  }
2142
2142
 
2143
2143
  type AdminNote {
2144
+ id String? @map("_id") @db.ObjectId
2144
2145
  text String
2145
2146
  category String?
2146
2147
  createdAt DateTime? @default(now())
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.31.2-win",
3
+ "version": "3.31.3-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],