@a_team/prisma 2.1.9 → 2.1.10

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-cbefe81c15fc836982ecce5a129466eff38d58b8014a7b0abce0e8c3df14c666",
2
+ "name": "prisma-client-f707efccaa05155487464f1904e3137fe85d1bded8943ed57604c20a860cd644",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -316,7 +316,7 @@ model Mission {
316
316
  updatedAt DateTime? @db.Date
317
317
  videoURL String?
318
318
  website String?
319
- startDate DateTime? @db.Date
319
+ plannedStart String?
320
320
  overlapMinutes Int?
321
321
  timezone String?
322
322
  contracts Contract[]
@@ -198,7 +198,7 @@ exports.Prisma.MissionScalarFieldEnum = {
198
198
  updatedAt: 'updatedAt',
199
199
  videoURL: 'videoURL',
200
200
  website: 'website',
201
- startDate: 'startDate',
201
+ plannedStart: 'plannedStart',
202
202
  overlapMinutes: 'overlapMinutes',
203
203
  timezone: 'timezone'
204
204
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "keywords": [],
5
5
  "scripts": {
6
6
  "build": "rm -rf ./dist & npm run generate & tsc",