@a_team/prisma 3.25.0-win → 3.26.0-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-e143b8732031bf1c2f6ca94efa0b2c155528441626922a5a52fc7aab43563003",
2
+ "name": "prisma-client-1aa7619c74efa3010f686fdb2b4c5b25fe0a37505e753fe52a597cf3d035e9cb",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -892,6 +892,7 @@ type MissionRole {
892
892
  hiddenFromUserIds String[] @db.ObjectId
893
893
  hubspotDealId String?
894
894
  crm MissionRoleCrmData?
895
+ taNotes String?
895
896
  }
896
897
 
897
898
  type MissionsManager {
@@ -1253,6 +1254,7 @@ type MissionSpecRole {
1253
1254
  typicalHourlyRate Int?
1254
1255
  user String? @db.ObjectId
1255
1256
  availability MissionRoleAvailability?
1257
+ taNotes String?
1256
1258
  }
1257
1259
 
1258
1260
  type AttachedLink {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.25.0-win",
3
+ "version": "3.26.0-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],