@adaptware/eagles-db 0.1.59 → 0.1.61

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-121e3a516f410ee79df521c6b91777aec162855656c96d09b350fff854f75186",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -731,6 +731,8 @@ model Interview {
731
731
  human_feedback Json?
732
732
  interviewer_feedback Json?
733
733
  section_feedback Json[]
734
+ interview_preparation Json?
735
+ final_feedback Json?
734
736
  /// Audit fields
735
737
  created_at DateTime @default(now())
736
738
  updated_at DateTime @updatedAt
package/client/wasm.js CHANGED
@@ -514,6 +514,8 @@ 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',
518
+ final_feedback: 'final_feedback',
517
519
  created_at: 'created_at',
518
520
  updated_at: 'updated_at',
519
521
  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.61",
4
4
  "description": "A Prisma client package for Treadspace database operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -45,6 +45,8 @@ model Interview {
45
45
  human_feedback Json?
46
46
  interviewer_feedback Json?
47
47
  section_feedback Json[]
48
+ interview_preparation Json?
49
+ final_feedback Json?
48
50
  /// Audit fields
49
51
  created_at DateTime @default(now())
50
52
  updated_at DateTime @updatedAt