@adaptware/eagles-db 0.1.33 → 0.1.34
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 +64 -21
- package/client/index-browser.js +61 -18
- package/client/index.d.ts +4006 -978
- package/client/index.js +64 -21
- package/client/package.json +1 -1
- package/client/schema.prisma +94 -41
- package/client/wasm.js +61 -18
- package/package.json +1 -1
- package/prisma/schema/promise.prisma +4 -0
package/client/index-browser.js
CHANGED
|
@@ -332,7 +332,6 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
|
|
|
332
332
|
title: 'title',
|
|
333
333
|
description: 'description',
|
|
334
334
|
format: 'format',
|
|
335
|
-
weightage: 'weightage',
|
|
336
335
|
topics: 'topics',
|
|
337
336
|
assignee: 'assignee',
|
|
338
337
|
elimination_round: 'elimination_round',
|
|
@@ -341,7 +340,7 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
|
|
|
341
340
|
timeline: 'timeline',
|
|
342
341
|
order_no: 'order_no',
|
|
343
342
|
details: 'details',
|
|
344
|
-
|
|
343
|
+
plan_type: 'plan_type',
|
|
345
344
|
created_by: 'created_by',
|
|
346
345
|
updated_by: 'updated_by',
|
|
347
346
|
created_at: 'created_at',
|
|
@@ -380,6 +379,8 @@ exports.Prisma.FitCheckScalarFieldEnum = {
|
|
|
380
379
|
overall_analysis: 'overall_analysis',
|
|
381
380
|
fit: 'fit',
|
|
382
381
|
fit_check_status: 'fit_check_status',
|
|
382
|
+
skills_analysis: 'skills_analysis',
|
|
383
|
+
experience_analysis: 'experience_analysis',
|
|
383
384
|
overall_score: 'overall_score',
|
|
384
385
|
short_match_analysis: 'short_match_analysis',
|
|
385
386
|
candidate_analysis: 'candidate_analysis',
|
|
@@ -478,21 +479,23 @@ exports.Prisma.InterviewNotesScalarFieldEnum = {
|
|
|
478
479
|
|
|
479
480
|
exports.Prisma.JobDescriptionScalarFieldEnum = {
|
|
480
481
|
id: 'id',
|
|
482
|
+
organisation_id: 'organisation_id',
|
|
481
483
|
hiring_manager_id: 'hiring_manager_id',
|
|
482
484
|
status: 'status',
|
|
483
|
-
organisation_id: 'organisation_id',
|
|
484
485
|
screeningQuestions: 'screeningQuestions',
|
|
485
486
|
recommendedQuestions: 'recommendedQuestions',
|
|
487
|
+
uploaded_job_description_path: 'uploaded_job_description_path',
|
|
488
|
+
is_plan_locked: 'is_plan_locked',
|
|
489
|
+
is_plan_published: 'is_plan_published',
|
|
490
|
+
is_posted: 'is_posted',
|
|
491
|
+
ai_insight: 'ai_insight',
|
|
492
|
+
fit_comparison: 'fit_comparison',
|
|
486
493
|
created_at: 'created_at',
|
|
487
494
|
updated_at: 'updated_at',
|
|
488
495
|
created_by: 'created_by',
|
|
489
496
|
updated_by: 'updated_by',
|
|
490
|
-
uploaded_job_description_path: 'uploaded_job_description_path',
|
|
491
497
|
is_active: 'is_active',
|
|
492
|
-
|
|
493
|
-
is_posted: 'is_posted',
|
|
494
|
-
openings: 'openings',
|
|
495
|
-
ai_insight: 'ai_insight'
|
|
498
|
+
openings: 'openings'
|
|
496
499
|
};
|
|
497
500
|
|
|
498
501
|
exports.Prisma.JobDescriptionDataScalarFieldEnum = {
|
|
@@ -537,7 +540,18 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
|
|
|
537
540
|
created_by: 'created_by',
|
|
538
541
|
updated_by: 'updated_by',
|
|
539
542
|
is_active: 'is_active',
|
|
540
|
-
is_current: 'is_current'
|
|
543
|
+
is_current: 'is_current',
|
|
544
|
+
title: 'title',
|
|
545
|
+
description: 'description',
|
|
546
|
+
order_no: 'order_no',
|
|
547
|
+
format: 'format',
|
|
548
|
+
topics: 'topics',
|
|
549
|
+
assignee: 'assignee',
|
|
550
|
+
elimination_round: 'elimination_round',
|
|
551
|
+
evaluation_type: 'evaluation_type',
|
|
552
|
+
type_of_round: 'type_of_round',
|
|
553
|
+
timeline: 'timeline',
|
|
554
|
+
details: 'details'
|
|
541
555
|
};
|
|
542
556
|
|
|
543
557
|
exports.Prisma.OrganisationScalarFieldEnum = {
|
|
@@ -602,6 +616,26 @@ exports.Prisma.PermissionScalarFieldEnum = {
|
|
|
602
616
|
is_active: 'is_active'
|
|
603
617
|
};
|
|
604
618
|
|
|
619
|
+
exports.Prisma.AsyncOperationScalarFieldEnum = {
|
|
620
|
+
id: 'id',
|
|
621
|
+
operation_name: 'operation_name',
|
|
622
|
+
status: 'status',
|
|
623
|
+
started_at: 'started_at',
|
|
624
|
+
completed_at: 'completed_at',
|
|
625
|
+
payload: 'payload',
|
|
626
|
+
metadata: 'metadata',
|
|
627
|
+
correlationId: 'correlationId',
|
|
628
|
+
sourceService: 'sourceService',
|
|
629
|
+
retry_count: 'retry_count',
|
|
630
|
+
max_retries: 'max_retries',
|
|
631
|
+
next_retry_at: 'next_retry_at',
|
|
632
|
+
error_message: 'error_message',
|
|
633
|
+
error_details: 'error_details',
|
|
634
|
+
created_at: 'created_at',
|
|
635
|
+
updated_at: 'updated_at',
|
|
636
|
+
is_active: 'is_active'
|
|
637
|
+
};
|
|
638
|
+
|
|
605
639
|
exports.Prisma.QuestionScalarFieldEnum = {
|
|
606
640
|
id: 'id',
|
|
607
641
|
assessment_library_id: 'assessment_library_id',
|
|
@@ -705,7 +739,9 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
705
739
|
salary: 'salary',
|
|
706
740
|
work_experience: 'work_experience',
|
|
707
741
|
education: 'education',
|
|
742
|
+
skills: 'skills',
|
|
708
743
|
notice_period: 'notice_period',
|
|
744
|
+
preferred_work_mode: 'preferred_work_mode',
|
|
709
745
|
gender: 'gender',
|
|
710
746
|
ethnicity: 'ethnicity',
|
|
711
747
|
veteran_status: 'veteran_status',
|
|
@@ -827,16 +863,7 @@ exports.EvaluationRoundFormat = exports.$Enums.EvaluationRoundFormat = {
|
|
|
827
863
|
EXTERNAL_VIDEO_UNASSISTED: 'EXTERNAL_VIDEO_UNASSISTED'
|
|
828
864
|
};
|
|
829
865
|
|
|
830
|
-
exports.WeightageLevel = exports.$Enums.WeightageLevel = {
|
|
831
|
-
LOW: 'LOW',
|
|
832
|
-
MEDIUM: 'MEDIUM',
|
|
833
|
-
HIGH: 'HIGH'
|
|
834
|
-
};
|
|
835
|
-
|
|
836
866
|
exports.EvaluationType = exports.$Enums.EvaluationType = {
|
|
837
|
-
HUMAN_AI: 'HUMAN_AI',
|
|
838
|
-
AI: 'AI',
|
|
839
|
-
HUMAN: 'HUMAN',
|
|
840
867
|
TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
|
|
841
868
|
EXTERNAL_AI_ASSISTED: 'EXTERNAL_AI_ASSISTED',
|
|
842
869
|
NON_AI_ASSISTED: 'NON_AI_ASSISTED'
|
|
@@ -849,6 +876,12 @@ exports.RoundType = exports.$Enums.RoundType = {
|
|
|
849
876
|
SCREENING: 'SCREENING'
|
|
850
877
|
};
|
|
851
878
|
|
|
879
|
+
exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
|
|
880
|
+
CUSTOM: 'CUSTOM',
|
|
881
|
+
GENERIC: 'GENERIC',
|
|
882
|
+
DELETED: 'DELETED'
|
|
883
|
+
};
|
|
884
|
+
|
|
852
885
|
exports.InterviewFeedback = exports.$Enums.InterviewFeedback = {
|
|
853
886
|
STRONG_HIRE: 'STRONG_HIRE',
|
|
854
887
|
HIRE: 'HIRE',
|
|
@@ -933,6 +966,15 @@ exports.OverallRecommendation = exports.$Enums.OverallRecommendation = {
|
|
|
933
966
|
StrongNoHire: 'StrongNoHire'
|
|
934
967
|
};
|
|
935
968
|
|
|
969
|
+
exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
|
|
970
|
+
PENDING: 'PENDING',
|
|
971
|
+
IN_PROGRESS: 'IN_PROGRESS',
|
|
972
|
+
SUCCESS: 'SUCCESS',
|
|
973
|
+
FAILED: 'FAILED',
|
|
974
|
+
RETRYING: 'RETRYING',
|
|
975
|
+
CANCELLED: 'CANCELLED'
|
|
976
|
+
};
|
|
977
|
+
|
|
936
978
|
exports.QuestionType = exports.$Enums.QuestionType = {
|
|
937
979
|
MCQ: 'MCQ',
|
|
938
980
|
TRUE_FALSE: 'TRUE_FALSE',
|
|
@@ -981,6 +1023,7 @@ exports.Prisma.ModelName = {
|
|
|
981
1023
|
OverallFeedback: 'OverallFeedback',
|
|
982
1024
|
Panelist: 'Panelist',
|
|
983
1025
|
Permission: 'Permission',
|
|
1026
|
+
AsyncOperation: 'AsyncOperation',
|
|
984
1027
|
Question: 'Question',
|
|
985
1028
|
Resume: 'Resume',
|
|
986
1029
|
ResumeData: 'ResumeData',
|