@neutron.co.id/operasional-modules 1.10.7-beta.1 → 1.11.0
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/build/index.d.ts +1 -2
- package/build/index.mjs +1 -1
- package/build/personalia/exports.d.ts +1 -0
- package/build/personalia/exports.mjs +1 -0
- package/build/personalia/resources/attendance/attendance.resource.d.ts +1 -1
- package/build/personalia/resources/attendance/attendance.resource.mjs +2 -3
- package/build/personalia/resources/checkIn/checkIn.resource.d.ts +1 -1
- package/build/personalia/resources/checkIn/checkIn.resource.mjs +4 -2
- package/build/personalia/resources/plan/plan.resource.d.ts +1 -1
- package/build/personalia/resources/plan/plan.resource.mjs +4 -2
- package/build/personalia/resources/planType/planType.resource.d.ts +1 -1
- package/build/personalia/resources/planType/planType.resource.mjs +4 -2
- package/build/personalia/resources/progress/progress.resource.d.ts +1 -1
- package/build/personalia/resources/progress/progress.resource.mjs +4 -2
- package/build/personalia/resources/progressAccess/progressAccess.resource.d.ts +1 -1
- package/build/personalia/resources/progressAccess/progressAccess.resource.mjs +2 -3
- package/build/personalia/resources/responsibility/responsibility.resource.d.ts +1 -1
- package/build/personalia/resources/responsibility/responsibility.resource.mjs +2 -3
- package/build/personalia/resources/responsibilityType/responsibilityType.resource.d.ts +1 -1
- package/build/personalia/resources/responsibilityType/responsibilityType.resource.mjs +2 -3
- package/build/personalia/resources/situation/situation.resource.d.ts +1 -1
- package/build/personalia/resources/situation/situation.resource.mjs +2 -3
- package/build/personalia/resources/situationType/situationType.resource.d.ts +1 -1
- package/build/personalia/resources/situationType/situationType.resource.mjs +2 -3
- package/build/personalia/resources/staff/staff.resource.d.ts +1 -1
- package/build/personalia/resources/staff/staff.resource.mjs +4 -2
- package/build/personalia/resources/submission/submission.resource.d.ts +1 -1
- package/build/personalia/resources/submission/submission.resource.mjs +2 -3
- package/build/personalia/resources/submissionType/submissionType.resource.d.ts +1 -1
- package/build/personalia/resources/submissionType/submissionType.resource.mjs +2 -3
- package/build/personalia/resources/target/target.resource.d.ts +1 -1
- package/build/personalia/resources/target/target.resource.mjs +4 -2
- package/build/personalia/resources/task/task.resource.d.ts +1 -1
- package/build/personalia/resources/task/task.resource.mjs +4 -2
- package/build/personalia/views.mjs +2 -2
- package/build/types/index.d.ts +1 -0
- package/build/types/index.mjs +0 -0
- package/build/types/views.mjs +2 -0
- package/package.json +34 -39
- package/build/index.cjs +0 -2
- package/build/index.d.cts +0 -2
- package/build/index.d.mts +0 -2
- package/build/personalia/resources/attendance/attendance.model.d.ts +0 -6
- package/build/personalia/resources/attendance/attendance.model.mjs +0 -49
- package/build/personalia/resources/checkIn/checkIn.model.d.ts +0 -6
- package/build/personalia/resources/checkIn/checkIn.model.mjs +0 -30
- package/build/personalia/resources/plan/plan.model.d.ts +0 -6
- package/build/personalia/resources/plan/plan.model.mjs +0 -56
- package/build/personalia/resources/planType/planType.model.d.ts +0 -6
- package/build/personalia/resources/planType/planType.model.mjs +0 -31
- package/build/personalia/resources/progress/progress.model.d.ts +0 -6
- package/build/personalia/resources/progress/progress.model.mjs +0 -73
- package/build/personalia/resources/progressAccess/progressAccess.model.d.ts +0 -6
- package/build/personalia/resources/progressAccess/progressAccess.model.mjs +0 -38
- package/build/personalia/resources/responsibility/responsibility.model.d.ts +0 -6
- package/build/personalia/resources/responsibility/responsibility.model.mjs +0 -52
- package/build/personalia/resources/responsibilityType/responsibilityType.model.d.ts +0 -6
- package/build/personalia/resources/responsibilityType/responsibilityType.model.mjs +0 -21
- package/build/personalia/resources/situation/situation.model.d.ts +0 -6
- package/build/personalia/resources/situation/situation.model.mjs +0 -46
- package/build/personalia/resources/situationType/situationType.model.d.ts +0 -6
- package/build/personalia/resources/situationType/situationType.model.mjs +0 -20
- package/build/personalia/resources/staff/staff.model.d.ts +0 -6
- package/build/personalia/resources/staff/staff.model.mjs +0 -50
- package/build/personalia/resources/submission/submission.model.d.ts +0 -6
- package/build/personalia/resources/submission/submission.model.mjs +0 -110
- package/build/personalia/resources/submissionType/submissionType.model.d.ts +0 -6
- package/build/personalia/resources/submissionType/submissionType.model.mjs +0 -21
- package/build/personalia/resources/target/target.model.d.ts +0 -6
- package/build/personalia/resources/target/target.model.mjs +0 -43
- package/build/personalia/resources/task/task.model.d.ts +0 -6
- package/build/personalia/resources/task/task.model.mjs +0 -72
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const AttendanceModel = models.AttendanceModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
status: 1,
|
|
8
|
-
nameStaff: 1,
|
|
9
|
-
decideStaff: {
|
|
10
|
-
id: 1,
|
|
11
|
-
name: 1,
|
|
12
|
-
display: 1,
|
|
13
|
-
flag: 1
|
|
14
|
-
},
|
|
15
|
-
submitStaff: {
|
|
16
|
-
id: 1,
|
|
17
|
-
name: 1,
|
|
18
|
-
display: 1,
|
|
19
|
-
flag: 1
|
|
20
|
-
},
|
|
21
|
-
attendanceAt: 1,
|
|
22
|
-
type: 1,
|
|
23
|
-
notes: 1,
|
|
24
|
-
submittedAt: 1,
|
|
25
|
-
homeAt: 1,
|
|
26
|
-
earlyAt: 1,
|
|
27
|
-
comeAt: 1,
|
|
28
|
-
lateAt: 1,
|
|
29
|
-
startedAt: 1,
|
|
30
|
-
endedAt: 1,
|
|
31
|
-
updatedAt: 1,
|
|
32
|
-
updatedBy: 1,
|
|
33
|
-
delegateStaffs: {
|
|
34
|
-
id: 1,
|
|
35
|
-
name: 1,
|
|
36
|
-
display: 1,
|
|
37
|
-
flag: 1
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
const detail = {
|
|
41
|
-
...item,
|
|
42
|
-
submitStaffId: 1,
|
|
43
|
-
decideStaffId: 1,
|
|
44
|
-
delegateStaffIds: 1
|
|
45
|
-
};
|
|
46
|
-
export const fragments = {
|
|
47
|
-
item,
|
|
48
|
-
detail
|
|
49
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "staff" | "type" | "user" | "branch" | "statusGPS" | "checkInAt" | "building" | "note" | "latitude" | "longitude" | "student" | "teacher" | "virtualStaff" | "informationCheckIn", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TCheckInModel = typeof CheckInModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.CheckIn;
|
|
5
|
-
detail: Schema.CheckIn;
|
|
6
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/tempat-models";
|
|
2
|
-
export const CheckInModel = models.CheckInModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
building: {
|
|
8
|
-
id: 1,
|
|
9
|
-
display: 1
|
|
10
|
-
},
|
|
11
|
-
note: 1,
|
|
12
|
-
type: 1,
|
|
13
|
-
checkInAt: 1,
|
|
14
|
-
staff: {
|
|
15
|
-
id: 1,
|
|
16
|
-
display: 1
|
|
17
|
-
},
|
|
18
|
-
latitude: 1,
|
|
19
|
-
longitude: 1,
|
|
20
|
-
statusGPS: 1
|
|
21
|
-
};
|
|
22
|
-
const detail = {
|
|
23
|
-
...item,
|
|
24
|
-
buildingId: 1,
|
|
25
|
-
staffId: 1
|
|
26
|
-
};
|
|
27
|
-
export const fragments = {
|
|
28
|
-
item,
|
|
29
|
-
detail
|
|
30
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "startedAt" | "endedAt" | "name" | "detail" | "branches" | "domain" | "planTypes" | "stages" | "target" | "staffs", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TPlanModel = typeof PlanModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.Plan;
|
|
5
|
-
detail: Schema.Plan;
|
|
6
|
-
};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const PlanModel = models.PlanModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
updatedAt: 1,
|
|
8
|
-
updatedBy: 1,
|
|
9
|
-
name: 1,
|
|
10
|
-
detail: 1,
|
|
11
|
-
branches: {
|
|
12
|
-
id: 1,
|
|
13
|
-
name: 1,
|
|
14
|
-
display: 1,
|
|
15
|
-
flag: 1
|
|
16
|
-
},
|
|
17
|
-
domain: 1,
|
|
18
|
-
startedAt: 1,
|
|
19
|
-
endedAt: 1,
|
|
20
|
-
planTypes: {
|
|
21
|
-
id: 1,
|
|
22
|
-
name: 1,
|
|
23
|
-
display: 1,
|
|
24
|
-
flag: 1
|
|
25
|
-
},
|
|
26
|
-
stages: {
|
|
27
|
-
id: 1,
|
|
28
|
-
name: 1,
|
|
29
|
-
display: 1,
|
|
30
|
-
flag: 1
|
|
31
|
-
},
|
|
32
|
-
target: {
|
|
33
|
-
id: 1,
|
|
34
|
-
name: 1,
|
|
35
|
-
display: 1,
|
|
36
|
-
flag: 1
|
|
37
|
-
},
|
|
38
|
-
staffs: {
|
|
39
|
-
id: 1,
|
|
40
|
-
name: 1,
|
|
41
|
-
display: 1,
|
|
42
|
-
flag: 1
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
const detail = {
|
|
46
|
-
...item,
|
|
47
|
-
branchIds: 1,
|
|
48
|
-
planTypeIds: 1,
|
|
49
|
-
stageIds: 1,
|
|
50
|
-
targetIds: 1,
|
|
51
|
-
staffIds: 1
|
|
52
|
-
};
|
|
53
|
-
export const fragments = {
|
|
54
|
-
item,
|
|
55
|
-
detail
|
|
56
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const PlanTypeModel: import("@neon.id/model").Model<"neu:personalia:planType", "name" | "nameStaff" | "branches" | "domain" | "staffs", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TPlanTypeModel = typeof PlanTypeModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.PlanType;
|
|
5
|
-
detail: Schema.PlanType;
|
|
6
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const PlanTypeModel = models.PlanTypeModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
name: 1,
|
|
8
|
-
branches: {
|
|
9
|
-
id: 1,
|
|
10
|
-
display: 1,
|
|
11
|
-
name: 1
|
|
12
|
-
},
|
|
13
|
-
domain: 1,
|
|
14
|
-
staffs: {
|
|
15
|
-
id: 1,
|
|
16
|
-
display: 1,
|
|
17
|
-
name: 1
|
|
18
|
-
},
|
|
19
|
-
nameStaff: 1,
|
|
20
|
-
createdAt: 1,
|
|
21
|
-
updatedAt: 1
|
|
22
|
-
};
|
|
23
|
-
const detail = {
|
|
24
|
-
...item,
|
|
25
|
-
branchIds: 1,
|
|
26
|
-
staffIds: 1
|
|
27
|
-
};
|
|
28
|
-
export const fragments = {
|
|
29
|
-
item,
|
|
30
|
-
detail
|
|
31
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "startedAt" | "endedAt" | "nameStaff" | "detail" | "branches" | "staffs" | "plans" | "virtualIsNotes" | "accessStaffs" | "priority" | "isNotes" | "submissions" | "virtualStaffs" | "responsibilities" | "tasks" | "reports", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TProgressModel = typeof ProgressModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.Progress;
|
|
5
|
-
detail: Schema.Progress;
|
|
6
|
-
};
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const ProgressModel = models.ProgressModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
updatedAt: 1,
|
|
8
|
-
updatedBy: 1,
|
|
9
|
-
startedAt: 1,
|
|
10
|
-
endedAt: 1,
|
|
11
|
-
detail: 1,
|
|
12
|
-
responsibilities: {
|
|
13
|
-
id: 1,
|
|
14
|
-
title: 1,
|
|
15
|
-
display: 1,
|
|
16
|
-
flag: 1
|
|
17
|
-
},
|
|
18
|
-
plans: {
|
|
19
|
-
id: 1,
|
|
20
|
-
name: 1,
|
|
21
|
-
display: 1,
|
|
22
|
-
flag: 1
|
|
23
|
-
},
|
|
24
|
-
staffs: {
|
|
25
|
-
id: 1,
|
|
26
|
-
name: 1,
|
|
27
|
-
display: 1,
|
|
28
|
-
flag: 1
|
|
29
|
-
},
|
|
30
|
-
nameStaff: 1,
|
|
31
|
-
submissions: {
|
|
32
|
-
id: 1,
|
|
33
|
-
title: 1,
|
|
34
|
-
display: 1,
|
|
35
|
-
flag: 1
|
|
36
|
-
},
|
|
37
|
-
isNotes: 1,
|
|
38
|
-
createdBy: 1,
|
|
39
|
-
creator: {
|
|
40
|
-
id: 1,
|
|
41
|
-
name: 1,
|
|
42
|
-
display: 1,
|
|
43
|
-
flag: 1
|
|
44
|
-
},
|
|
45
|
-
virtualIsNotes: 1,
|
|
46
|
-
priority: 1,
|
|
47
|
-
accessStaffs: {
|
|
48
|
-
id: 1,
|
|
49
|
-
name: 1,
|
|
50
|
-
display: 1,
|
|
51
|
-
flag: 1
|
|
52
|
-
},
|
|
53
|
-
tasks: {
|
|
54
|
-
id: 1,
|
|
55
|
-
taskName: 1,
|
|
56
|
-
display: 1,
|
|
57
|
-
flag: 1
|
|
58
|
-
},
|
|
59
|
-
reports: 1
|
|
60
|
-
};
|
|
61
|
-
const detail = {
|
|
62
|
-
...item,
|
|
63
|
-
responsibilityIds: 1,
|
|
64
|
-
planIds: 1,
|
|
65
|
-
staffIds: 1,
|
|
66
|
-
submissionIds: 1,
|
|
67
|
-
accessStaffIds: 1,
|
|
68
|
-
taskIds: 1
|
|
69
|
-
};
|
|
70
|
-
export const fragments = {
|
|
71
|
-
item,
|
|
72
|
-
detail
|
|
73
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const ProgressAccessModel: import("@neon.id/model").Model<"neu:personalia:progressAccess", "nameStaff" | "superviseStaff" | "supervisedStaffs", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TProgressAccessModel = typeof ProgressAccessModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.ProgressAccess;
|
|
5
|
-
detail: Schema.ProgressAccess;
|
|
6
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const ProgressAccessModel = models.ProgressAccessModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
updatedAt: 1,
|
|
8
|
-
updatedBy: 1,
|
|
9
|
-
createdAt: 1,
|
|
10
|
-
creator: {
|
|
11
|
-
id: 1,
|
|
12
|
-
name: 1,
|
|
13
|
-
display: 1,
|
|
14
|
-
flag: 1
|
|
15
|
-
},
|
|
16
|
-
supervisedStaffs: {
|
|
17
|
-
id: 1,
|
|
18
|
-
name: 1,
|
|
19
|
-
display: 1,
|
|
20
|
-
flag: 1
|
|
21
|
-
},
|
|
22
|
-
superviseStaff: {
|
|
23
|
-
id: 1,
|
|
24
|
-
name: 1,
|
|
25
|
-
display: 1,
|
|
26
|
-
flag: 1
|
|
27
|
-
},
|
|
28
|
-
nameStaff: 1
|
|
29
|
-
};
|
|
30
|
-
const detail = {
|
|
31
|
-
...item,
|
|
32
|
-
supervisedStaffIds: 1,
|
|
33
|
-
superviseStaffId: 1
|
|
34
|
-
};
|
|
35
|
-
export const fragments = {
|
|
36
|
-
item,
|
|
37
|
-
detail
|
|
38
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "nameStaff" | "title" | "detail" | "branches" | "reports" | "condition" | "responsibilityType" | "staffWorks" | "staffSupervises" | "score" | "lastProgress" | "virtualStaffWorks" | "result", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TResponsibilityModel = typeof ResponsibilityModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.Responsibility;
|
|
5
|
-
detail: Schema.Responsibility;
|
|
6
|
-
};
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const ResponsibilityModel = models.ResponsibilityModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
condition: 1,
|
|
8
|
-
title: 1,
|
|
9
|
-
score: 1,
|
|
10
|
-
responsibilityType: {
|
|
11
|
-
id: 1,
|
|
12
|
-
name: 1,
|
|
13
|
-
flag: 1,
|
|
14
|
-
display: 1
|
|
15
|
-
},
|
|
16
|
-
branches: {
|
|
17
|
-
id: 1,
|
|
18
|
-
name: 1,
|
|
19
|
-
flag: 1,
|
|
20
|
-
display: 1
|
|
21
|
-
},
|
|
22
|
-
staffWorks: {
|
|
23
|
-
id: 1,
|
|
24
|
-
name: 1,
|
|
25
|
-
display: 1,
|
|
26
|
-
flag: 1
|
|
27
|
-
},
|
|
28
|
-
staffSupervises: {
|
|
29
|
-
id: 1,
|
|
30
|
-
name: 1,
|
|
31
|
-
display: 1,
|
|
32
|
-
flag: 1
|
|
33
|
-
},
|
|
34
|
-
detail: 1,
|
|
35
|
-
result: 1,
|
|
36
|
-
lastProgress: 1,
|
|
37
|
-
nameStaff: 1,
|
|
38
|
-
updatedAt: 1,
|
|
39
|
-
updatedBy: 1,
|
|
40
|
-
reports: 1
|
|
41
|
-
};
|
|
42
|
-
const detail = {
|
|
43
|
-
...item,
|
|
44
|
-
responsibilityTypeId: 1,
|
|
45
|
-
branchIds: 1,
|
|
46
|
-
staffWorkIds: 1,
|
|
47
|
-
staffSuperviseIds: 1
|
|
48
|
-
};
|
|
49
|
-
export const fragments = {
|
|
50
|
-
item,
|
|
51
|
-
detail
|
|
52
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const ResponsibilityTypeModel: import("@neon.id/model").Model<"neu:personalia:responsibilityType", "name" | "branches", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TResponsibilityTypeModel = typeof ResponsibilityTypeModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.ResponsibilityType;
|
|
5
|
-
detail: Schema.ResponsibilityType;
|
|
6
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const ResponsibilityTypeModel = models.ResponsibilityTypeModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
name: 1,
|
|
8
|
-
branches: {
|
|
9
|
-
id: 1,
|
|
10
|
-
display: 1,
|
|
11
|
-
name: 1
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
const detail = {
|
|
15
|
-
...item,
|
|
16
|
-
branchIds: 1
|
|
17
|
-
};
|
|
18
|
-
export const fragments = {
|
|
19
|
-
item,
|
|
20
|
-
detail
|
|
21
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const SituationModel: import("@neon.id/model").Model<"neu:personalia:situation", "user" | "branches" | "situationStatus" | "situationType" | "situationReportedBy" | "situationResponse" | "urgentSituationDate" | "situationRelatedBy" | "situationSupportedBy" | "employeeNameTrimmed" | "searchBySituationTypeTrimmed" | "situationDescription" | "supportiveStatus", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TSituationModel = typeof SituationModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.Situation;
|
|
5
|
-
detail: Schema.Situation;
|
|
6
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const SituationModel = models.SituationModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
situationStatus: 1,
|
|
8
|
-
branches: {
|
|
9
|
-
id: 1,
|
|
10
|
-
display: 1
|
|
11
|
-
},
|
|
12
|
-
situationType: {
|
|
13
|
-
id: 1,
|
|
14
|
-
display: 1
|
|
15
|
-
},
|
|
16
|
-
situationReportedBy: {
|
|
17
|
-
id: 1,
|
|
18
|
-
display: 1
|
|
19
|
-
},
|
|
20
|
-
situationDescription: 1,
|
|
21
|
-
situationResponse: 1,
|
|
22
|
-
urgentSituationDate: 1,
|
|
23
|
-
situationRelatedBy: {
|
|
24
|
-
id: 1,
|
|
25
|
-
display: 1
|
|
26
|
-
},
|
|
27
|
-
supportiveStatus: 1,
|
|
28
|
-
situationSupportedBy: {
|
|
29
|
-
id: 1,
|
|
30
|
-
display: 1
|
|
31
|
-
},
|
|
32
|
-
employeeNameTrimmed: 1,
|
|
33
|
-
searchBySituationTypeTrimmed: 1
|
|
34
|
-
};
|
|
35
|
-
const detail = {
|
|
36
|
-
...item,
|
|
37
|
-
branchIds: 1,
|
|
38
|
-
situationTypeId: 1,
|
|
39
|
-
situationReportedByIds: 1,
|
|
40
|
-
situationRelatedByIds: 1,
|
|
41
|
-
situationSupportedByIds: 1
|
|
42
|
-
};
|
|
43
|
-
export const fragments = {
|
|
44
|
-
item,
|
|
45
|
-
detail
|
|
46
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const SituationTypeModel: import("@neon.id/model").Model<"neu:personalia:situationType", "branches" | "situationTypeName", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TSituationTypeModel = typeof SituationTypeModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.SituationType;
|
|
5
|
-
detail: Schema.Task;
|
|
6
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const SituationTypeModel = models.SituationTypeModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
situationTypeName: 1,
|
|
8
|
-
branches: {
|
|
9
|
-
id: 1,
|
|
10
|
-
display: 1
|
|
11
|
-
}
|
|
12
|
-
};
|
|
13
|
-
const detail = {
|
|
14
|
-
...item,
|
|
15
|
-
branchIds: 1
|
|
16
|
-
};
|
|
17
|
-
export const fragments = {
|
|
18
|
-
item,
|
|
19
|
-
detail
|
|
20
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const StaffModel: import("@neon.id/model").Model<"neu:personalia:staff", "status" | "user" | "name" | "branch" | "point" | "image" | "note" | "branches" | "nik" | "birthPlace" | "birthDate" | "virtualRoles", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TStaffModel = typeof StaffModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.Staff;
|
|
5
|
-
detail: Schema.Staff;
|
|
6
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const StaffModel = models.StaffModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
name: 1,
|
|
8
|
-
nik: 1,
|
|
9
|
-
birthDate: 1,
|
|
10
|
-
birthPlace: 1,
|
|
11
|
-
image: 1,
|
|
12
|
-
branch: {
|
|
13
|
-
id: 1,
|
|
14
|
-
display: 1,
|
|
15
|
-
name: 1
|
|
16
|
-
},
|
|
17
|
-
branches: {
|
|
18
|
-
id: 1,
|
|
19
|
-
display: 1,
|
|
20
|
-
name: 1
|
|
21
|
-
},
|
|
22
|
-
note: 1,
|
|
23
|
-
user: {
|
|
24
|
-
id: 1,
|
|
25
|
-
display: 1,
|
|
26
|
-
username: 1,
|
|
27
|
-
email: 1,
|
|
28
|
-
phone: 1,
|
|
29
|
-
roleIds: 1
|
|
30
|
-
},
|
|
31
|
-
status: 1,
|
|
32
|
-
point: 1,
|
|
33
|
-
virtualRoles: {
|
|
34
|
-
id: 1,
|
|
35
|
-
display: 1,
|
|
36
|
-
flag: 1,
|
|
37
|
-
name: 1
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
const detail = {
|
|
41
|
-
...item,
|
|
42
|
-
branchId: 1,
|
|
43
|
-
branchIds: 1,
|
|
44
|
-
userId: 1,
|
|
45
|
-
virtualRoleIds: 1
|
|
46
|
-
};
|
|
47
|
-
export const fragments = {
|
|
48
|
-
item,
|
|
49
|
-
detail
|
|
50
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "status" | "type" | "nameStaff" | "image" | "title" | "branches" | "raisedAt" | "submissionStaffs" | "raiseStaffs" | "decideStaffs" | "followUpStaffs" | "nominal" | "areas" | "preparedAt" | "processedAt" | "agreedStaffs" | "delayStaffs" | "virtualFollowUpStaffs" | "specifications" | "document" | "workingHours" | "hasRaiseStaffs" | "yetRaiseStaffs" | "hasProcessStaffs" | "yetProcessStaffs" | "detailRaise" | "detailProcess" | "detailDecide" | "detailDecideOther", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TSubmissionModel = typeof SubmissionModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.Submission;
|
|
5
|
-
detail: Schema.Submission;
|
|
6
|
-
};
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { models } from "@neutron.co.id/personalia-models";
|
|
2
|
-
export const SubmissionModel = models.SubmissionModel;
|
|
3
|
-
const item = {
|
|
4
|
-
id: 1,
|
|
5
|
-
display: 1,
|
|
6
|
-
flag: 1,
|
|
7
|
-
status: 1,
|
|
8
|
-
type: {
|
|
9
|
-
id: 1,
|
|
10
|
-
display: 1,
|
|
11
|
-
name: 1
|
|
12
|
-
},
|
|
13
|
-
specifications: 1,
|
|
14
|
-
title: 1,
|
|
15
|
-
raisedAt: 1,
|
|
16
|
-
branches: {
|
|
17
|
-
id: 1,
|
|
18
|
-
display: 1,
|
|
19
|
-
name: 1
|
|
20
|
-
},
|
|
21
|
-
submissionStaffs: {
|
|
22
|
-
id: 1,
|
|
23
|
-
// display: 1,
|
|
24
|
-
name: 1
|
|
25
|
-
},
|
|
26
|
-
raiseStaffs: {
|
|
27
|
-
id: 1,
|
|
28
|
-
// display: 1,
|
|
29
|
-
name: 1
|
|
30
|
-
},
|
|
31
|
-
decideStaffs: {
|
|
32
|
-
id: 1,
|
|
33
|
-
// display: 1,
|
|
34
|
-
name: 1
|
|
35
|
-
},
|
|
36
|
-
followUpStaffs: {
|
|
37
|
-
id: 1,
|
|
38
|
-
// display: 1,
|
|
39
|
-
name: 1
|
|
40
|
-
},
|
|
41
|
-
nominal: 1,
|
|
42
|
-
agreedStaffs: {
|
|
43
|
-
id: 1,
|
|
44
|
-
// display: 1,
|
|
45
|
-
name: 1
|
|
46
|
-
},
|
|
47
|
-
delayStaffs: {
|
|
48
|
-
id: 1,
|
|
49
|
-
// display: 1,
|
|
50
|
-
name: 1
|
|
51
|
-
},
|
|
52
|
-
preparedAt: 1,
|
|
53
|
-
processedAt: 1,
|
|
54
|
-
document: 1,
|
|
55
|
-
workingHours: 1,
|
|
56
|
-
updatedAt: 1,
|
|
57
|
-
image: 1,
|
|
58
|
-
nameStaff: 1,
|
|
59
|
-
updatedBy: 1,
|
|
60
|
-
areas: {
|
|
61
|
-
id: 1,
|
|
62
|
-
display: 1,
|
|
63
|
-
flag: 1,
|
|
64
|
-
name: 1
|
|
65
|
-
},
|
|
66
|
-
hasRaiseStaffs: {
|
|
67
|
-
id: 1,
|
|
68
|
-
// display: 1,
|
|
69
|
-
name: 1
|
|
70
|
-
},
|
|
71
|
-
yetRaiseStaffs: {
|
|
72
|
-
id: 1,
|
|
73
|
-
// display: 1,
|
|
74
|
-
name: 1
|
|
75
|
-
},
|
|
76
|
-
hasProcessStaffs: {
|
|
77
|
-
id: 1,
|
|
78
|
-
// display: 1,
|
|
79
|
-
name: 1
|
|
80
|
-
},
|
|
81
|
-
yetProcessStaffs: {
|
|
82
|
-
id: 1,
|
|
83
|
-
// display: 1,
|
|
84
|
-
name: 1
|
|
85
|
-
},
|
|
86
|
-
detailRaise: 1,
|
|
87
|
-
detailProcess: 1,
|
|
88
|
-
detailDecide: 1,
|
|
89
|
-
detailDecideOther: 1
|
|
90
|
-
};
|
|
91
|
-
const detail = {
|
|
92
|
-
...item,
|
|
93
|
-
branchIds: 1,
|
|
94
|
-
submissionStaffIds: 1,
|
|
95
|
-
raiseStaffIds: 1,
|
|
96
|
-
decideStaffIds: 1,
|
|
97
|
-
followUpStaffIds: 1,
|
|
98
|
-
agreedStaffIds: 1,
|
|
99
|
-
delayStaffIds: 1,
|
|
100
|
-
submissionTypeIds: 1,
|
|
101
|
-
areaIds: 1,
|
|
102
|
-
hasRaiseStaffIds: 1,
|
|
103
|
-
yetRaiseStaffIds: 1,
|
|
104
|
-
hasProcessStaffIds: 1,
|
|
105
|
-
yetProcessStaffIds: 1
|
|
106
|
-
};
|
|
107
|
-
export const fragments = {
|
|
108
|
-
item,
|
|
109
|
-
detail
|
|
110
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const SubmissionTypeModel: import("@neon.id/model").Model<"neu:personalia:submissionType", "name" | "branches", import("@neon.id/model").TObject>;
|
|
2
|
-
export type TSubmissionTypeModel = typeof SubmissionTypeModel;
|
|
3
|
-
export declare const fragments: {
|
|
4
|
-
item: Schema.SubmissionType;
|
|
5
|
-
detail: Schema.SubmissionType;
|
|
6
|
-
};
|