@a_team/prisma 3.31.1-macos-docker-linux → 3.31.2-linux

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-bc6f678976a8ffb1627ae383a6fde5d6fc447589dd4601b7e9bead27ce4b14a3",
2
+ "name": "prisma-client-69c4bdcb0e33c2ca4a29e354c060ad592dd4311090dab8c7cb98dfb48195bc6e",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -2134,9 +2134,18 @@ type DefaultRates {
2134
2134
  monthlyRate Float?
2135
2135
  }
2136
2136
 
2137
+ type AdminNoteAuthor {
2138
+ fullName String?
2139
+ username String?
2140
+ pictureUrl String?
2141
+ }
2142
+
2137
2143
  type AdminNote {
2138
- text String
2139
- category String?
2144
+ text String
2145
+ category String?
2146
+ createdAt DateTime? @default(now())
2147
+ updatedAt DateTime? @default(now())
2148
+ author AdminNoteAuthor?
2140
2149
  }
2141
2150
 
2142
2151
  type AdminNotesObject {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.31.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.31.2-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {