@adaptware/eagles-db 0.1.59 → 0.1.60

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-30e9dcd45a2a14cc242b16439021baba76b6154dc6a8ca0e72618d6a8d208a26",
2
+ "name": "prisma-client-640888e10d0da18201273a6734f79e976e51ccd1b623b62751077583a7c413a7",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -731,6 +731,7 @@ model Interview {
731
731
  human_feedback Json?
732
732
  interviewer_feedback Json?
733
733
  section_feedback Json[]
734
+ interview_preparation Json?
734
735
  /// Audit fields
735
736
  created_at DateTime @default(now())
736
737
  updated_at DateTime @updatedAt
package/client/wasm.js CHANGED
@@ -514,6 +514,7 @@ exports.Prisma.InterviewScalarFieldEnum = {
514
514
  human_feedback: 'human_feedback',
515
515
  interviewer_feedback: 'interviewer_feedback',
516
516
  section_feedback: 'section_feedback',
517
+ interview_preparation: 'interview_preparation',
517
518
  created_at: 'created_at',
518
519
  updated_at: 'updated_at',
519
520
  created_by: 'created_by',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptware/eagles-db",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "description": "A Prisma client package for Treadspace database operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
Binary file
@@ -45,6 +45,7 @@ model Interview {
45
45
  human_feedback Json?
46
46
  interviewer_feedback Json?
47
47
  section_feedback Json[]
48
+ interview_preparation Json?
48
49
  /// Audit fields
49
50
  created_at DateTime @default(now())
50
51
  updated_at DateTime @updatedAt