@a_team/prisma 2.1.0 → 2.1.2

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-d83755ad5fb7ad26a59ed3dadc3a20ce73ae78f297c60609516e4076f06a87d8",
2
+ "name": "prisma-client-1577f33633d0154201a24f75177bcb2bad896b0897716c6d9e3b0d20d73db98e",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -104,6 +104,7 @@ model Contract {
104
104
  custom Boolean?
105
105
  pandadocMetadata PandadocMetadata?
106
106
  source ContractSource?
107
+ documentTitle String?
107
108
 
108
109
  @@index([type, missionId, role, createdAt], map: "type_1_mission_1_role_1_createdAt_-1")
109
110
  @@index([parties.user, status, createdAt], map: "parties.user_1_status_1_createdAt_1")
@@ -447,7 +448,7 @@ datasource db {
447
448
 
448
449
  generator client {
449
450
  provider = "prisma-client-js"
450
- binaryTargets = ["native", "darwin", "darwin-arm64", "windows"]
451
+ binaryTargets = ["native", "darwin", "darwin-arm64", "windows", "linux-musl-openssl-3.0.x"]
451
452
  previewFeatures = ["prismaSchemaFolder"]
452
453
  output = "../../src/client"
453
454
  }
@@ -156,7 +156,8 @@ exports.Prisma.ContractScalarFieldEnum = {
156
156
  missionId: 'missionId',
157
157
  role: 'role',
158
158
  custom: 'custom',
159
- source: 'source'
159
+ source: 'source',
160
+ documentTitle: 'documentTitle'
160
161
  };
161
162
 
162
163
  exports.Prisma.MissionScalarFieldEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "keywords": [],
5
5
  "scripts": {
6
6
  "build": "rm -rf ./dist & npm run generate & tsc",