@a_team/prisma 3.10.0-macos-docker-linux → 3.10.1-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-475eba629bddd3aaf04ec4fb809cd8f839aeefba27f1ee543fe81ddd56e07196",
2
+ "name": "prisma-client-1590c192a25c36e14ddab553e2b88a31d151d1c02d96972d31ed345385db15b6",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -397,6 +397,7 @@ type MissionRole {
397
397
  removalRequest MissionRoleRemovalRequest?
398
398
  productOfferings String[]
399
399
  roleDealType String?
400
+ isExpansion Boolean? @default(false)
400
401
  }
401
402
 
402
403
  type MissionsManager {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.10.0-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.10.1-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {