@adaptware/eagles-db 0.1.60 → 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-640888e10d0da18201273a6734f79e976e51ccd1b623b62751077583a7c413a7",
2
+ "name": "prisma-client-121e3a516f410ee79df521c6b91777aec162855656c96d09b350fff854f75186",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -732,6 +732,7 @@ model Interview {
732
732
  interviewer_feedback Json?
733
733
  section_feedback Json[]
734
734
  interview_preparation Json?
735
+ final_feedback Json?
735
736
  /// Audit fields
736
737
  created_at DateTime @default(now())
737
738
  updated_at DateTime @updatedAt
package/client/wasm.js CHANGED
@@ -515,6 +515,7 @@ exports.Prisma.InterviewScalarFieldEnum = {
515
515
  interviewer_feedback: 'interviewer_feedback',
516
516
  section_feedback: 'section_feedback',
517
517
  interview_preparation: 'interview_preparation',
518
+ final_feedback: 'final_feedback',
518
519
  created_at: 'created_at',
519
520
  updated_at: 'updated_at',
520
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.60",
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",
@@ -46,6 +46,7 @@ model Interview {
46
46
  interviewer_feedback Json?
47
47
  section_feedback Json[]
48
48
  interview_preparation Json?
49
+ final_feedback Json?
49
50
  /// Audit fields
50
51
  created_at DateTime @default(now())
51
52
  updated_at DateTime @updatedAt
package/prisma/.DS_Store DELETED
Binary file