@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.
- package/client/edge.js +6 -5
- package/client/index-browser.js +1 -0
- package/client/index.d.ts +87 -1
- package/client/index.js +6 -5
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/client/package.json +1 -1
- package/client/schema.prisma +1 -0
- package/client/wasm.js +1 -0
- package/package.json +1 -1
- package/prisma/schema/interview.prisma +1 -0
- package/prisma/.DS_Store +0 -0
|
Binary file
|
package/client/package.json
CHANGED
package/client/schema.prisma
CHANGED
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
package/prisma/.DS_Store
DELETED
|
Binary file
|