@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.
- 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/package.json +1 -1
- package/client/schema.prisma +1 -0
- package/client/wasm.js +1 -0
- package/package.json +1 -1
- package/prisma/.DS_Store +0 -0
- package/prisma/schema/interview.prisma +1 -0
- package/client/libquery_engine-darwin.dylib.node +0 -0
package/client/package.json
CHANGED
package/client/schema.prisma
CHANGED
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
package/prisma/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|