@adaptware/eagles-db 0.5.14 → 0.5.15
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 +42 -28
- package/client/index-browser.js +39 -25
- package/client/index.d.ts +3825 -2180
- package/client/index.js +42 -28
- package/client/package.json +1 -1
- package/client/schema.prisma +95 -61
- package/client/wasm.js +42 -28
- package/package.json +1 -1
package/client/index-browser.js
CHANGED
|
@@ -254,26 +254,26 @@ exports.Prisma.ApplicationAnalyticsDailyScalarFieldEnum = {
|
|
|
254
254
|
|
|
255
255
|
exports.Prisma.ApplicationScalarFieldEnum = {
|
|
256
256
|
id: 'id',
|
|
257
|
+
organisation_id: 'organisation_id',
|
|
257
258
|
candidate_id: 'candidate_id',
|
|
258
259
|
resume_id: 'resume_id',
|
|
259
|
-
organisation_id: 'organisation_id',
|
|
260
260
|
job_description_id: 'job_description_id',
|
|
261
|
-
fit_check_score: 'fit_check_score',
|
|
262
|
-
applied_at: 'applied_at',
|
|
263
261
|
evaluation_plan_id: 'evaluation_plan_id',
|
|
264
|
-
fit_check_id: 'fit_check_id',
|
|
265
262
|
recruiter_id: 'recruiter_id',
|
|
266
263
|
source_id: 'source_id',
|
|
264
|
+
fit_check_score: 'fit_check_score',
|
|
265
|
+
applied_at: 'applied_at',
|
|
267
266
|
round_no: 'round_no',
|
|
268
267
|
is_jaf_completed: 'is_jaf_completed',
|
|
269
268
|
proceed_to_next_round: 'proceed_to_next_round',
|
|
270
|
-
on_notice_period: 'on_notice_period',
|
|
271
|
-
expected_joining_date: 'expected_joining_date',
|
|
272
|
-
current_ctc: 'current_ctc',
|
|
273
|
-
expected_ctc: 'expected_ctc',
|
|
274
|
-
notice_period: 'notice_period',
|
|
275
|
-
preferred_location: 'preferred_location',
|
|
276
269
|
evaluationComment: 'evaluationComment',
|
|
270
|
+
is_flagged: 'is_flagged',
|
|
271
|
+
flag_comment: 'flag_comment',
|
|
272
|
+
flagged_at: 'flagged_at',
|
|
273
|
+
flagged_by: 'flagged_by',
|
|
274
|
+
unflag_comment: 'unflag_comment',
|
|
275
|
+
unflagged_at: 'unflagged_at',
|
|
276
|
+
unflagged_by: 'unflagged_by',
|
|
277
277
|
fit_check_status: 'fit_check_status',
|
|
278
278
|
status: 'status',
|
|
279
279
|
offer_status: 'offer_status',
|
|
@@ -673,6 +673,26 @@ exports.Prisma.CommunicationMessageScalarFieldEnum = {
|
|
|
673
673
|
updated_at: 'updated_at'
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
+
exports.Prisma.CompetencyDictionaryScalarFieldEnum = {
|
|
677
|
+
id: 'id',
|
|
678
|
+
organisation_id: 'organisation_id',
|
|
679
|
+
category: 'category',
|
|
680
|
+
industry: 'industry',
|
|
681
|
+
name: 'name',
|
|
682
|
+
description: 'description',
|
|
683
|
+
level1: 'level1',
|
|
684
|
+
level2: 'level2',
|
|
685
|
+
level3: 'level3',
|
|
686
|
+
level4: 'level4',
|
|
687
|
+
level5: 'level5',
|
|
688
|
+
metadata: 'metadata',
|
|
689
|
+
created_by: 'created_by',
|
|
690
|
+
updated_by: 'updated_by',
|
|
691
|
+
created_at: 'created_at',
|
|
692
|
+
updated_at: 'updated_at',
|
|
693
|
+
is_active: 'is_active'
|
|
694
|
+
};
|
|
695
|
+
|
|
676
696
|
exports.Prisma.ContactUsScalarFieldEnum = {
|
|
677
697
|
id: 'id',
|
|
678
698
|
name: 'name',
|
|
@@ -818,27 +838,14 @@ exports.Prisma.FitCheckScalarFieldEnum = {
|
|
|
818
838
|
candidate_id: 'candidate_id',
|
|
819
839
|
resume_id: 'resume_id',
|
|
820
840
|
job_description_id: 'job_description_id',
|
|
821
|
-
|
|
822
|
-
responsibilities_match: 'responsibilities_match',
|
|
823
|
-
responsibilities_score: 'responsibilities_score',
|
|
824
|
-
experience_match: 'experience_match',
|
|
825
|
-
experience_score: 'experience_score',
|
|
826
|
-
organisation_value_score: 'organisation_value_score',
|
|
827
|
-
organisation_value_match: 'organisation_value_match',
|
|
828
|
-
qualifications_match: 'qualifications_match',
|
|
829
|
-
qualifications_score: 'qualifications_score',
|
|
830
|
-
fit: 'fit',
|
|
831
|
-
fit_check_status: 'fit_check_status',
|
|
841
|
+
application_id: 'application_id',
|
|
832
842
|
skills_analysis: 'skills_analysis',
|
|
833
843
|
overall_analysis: 'overall_analysis',
|
|
834
|
-
skills_score: 'skills_score',
|
|
835
844
|
overall_score: 'overall_score',
|
|
836
845
|
short_match_analysis: 'short_match_analysis',
|
|
837
846
|
fit_comparison: 'fit_comparison',
|
|
838
847
|
recommendation: 'recommendation',
|
|
839
|
-
|
|
840
|
-
technical_analysis: 'technical_analysis',
|
|
841
|
-
competency_analysis: 'competency_analysis',
|
|
848
|
+
competencies_analysis: 'competencies_analysis',
|
|
842
849
|
created_by: 'created_by',
|
|
843
850
|
updated_by: 'updated_by',
|
|
844
851
|
is_active: 'is_active',
|
|
@@ -2437,6 +2444,12 @@ exports.CommMessageStatus = exports.$Enums.CommMessageStatus = {
|
|
|
2437
2444
|
RECEIVED: 'RECEIVED'
|
|
2438
2445
|
};
|
|
2439
2446
|
|
|
2447
|
+
exports.CompetencyCategory = exports.$Enums.CompetencyCategory = {
|
|
2448
|
+
TECHNICAL: 'TECHNICAL',
|
|
2449
|
+
BEHAVIOURAL: 'BEHAVIOURAL',
|
|
2450
|
+
AI: 'AI'
|
|
2451
|
+
};
|
|
2452
|
+
|
|
2440
2453
|
exports.HiringPlanSectionStatus = exports.$Enums.HiringPlanSectionStatus = {
|
|
2441
2454
|
DRAFT: 'DRAFT',
|
|
2442
2455
|
REQUESTED: 'REQUESTED',
|
|
@@ -2761,6 +2774,7 @@ exports.Prisma.ModelName = {
|
|
|
2761
2774
|
ChannelProviderConfig: 'ChannelProviderConfig',
|
|
2762
2775
|
Conversation: 'Conversation',
|
|
2763
2776
|
CommunicationMessage: 'CommunicationMessage',
|
|
2777
|
+
CompetencyDictionary: 'CompetencyDictionary',
|
|
2764
2778
|
ContactUs: 'ContactUs',
|
|
2765
2779
|
Department: 'Department',
|
|
2766
2780
|
DepartmentMember: 'DepartmentMember',
|