@adaptware/eagles-db 0.4.33 → 0.4.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/package.json
CHANGED
|
@@ -5,6 +5,7 @@ enum ApplicationStatus {
|
|
|
5
5
|
SELECTED
|
|
6
6
|
SHORTLISTED
|
|
7
7
|
REJECTED
|
|
8
|
+
ON_HOLD
|
|
8
9
|
|
|
9
10
|
@@schema("public")
|
|
10
11
|
}
|
|
@@ -23,6 +24,7 @@ model Application {
|
|
|
23
24
|
source_id String?
|
|
24
25
|
round_no Int @default(0)
|
|
25
26
|
is_jaf_completed Boolean @default(false)
|
|
27
|
+
proceed_to_next_round Boolean? @default(false)
|
|
26
28
|
//Screening fields
|
|
27
29
|
on_notice_period Boolean @default(false)
|
|
28
30
|
expected_joining_date DateTime?
|