@automateinc/fleet-types 1.0.72-dev.deb23ec → 1.0.72-dev.e27aa67
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/dist/types/models.d.ts
CHANGED
|
@@ -12,14 +12,16 @@ export type IModel =
|
|
|
12
12
|
| "loanInstallment"
|
|
13
13
|
| "employee"
|
|
14
14
|
| "file"
|
|
15
|
+
| "fileAccessHistory"
|
|
15
16
|
| "user"
|
|
16
|
-
| "
|
|
17
|
-
| "
|
|
18
|
-
| "
|
|
19
|
-
| "
|
|
20
|
-
| "
|
|
21
|
-
| "
|
|
22
|
-
| "
|
|
17
|
+
| "zoneSupervisor"
|
|
18
|
+
| "employeeRequestType"
|
|
19
|
+
| "employeeRequestAction"
|
|
20
|
+
| "employeeRequestCategory"
|
|
21
|
+
| "employeeRequestActionExecution"
|
|
22
|
+
| "employeeRequestVerification"
|
|
23
|
+
| "employeeRequestValue"
|
|
24
|
+
| "employeeRequest"
|
|
23
25
|
| "recruitmentPersonalInformation"
|
|
24
26
|
| "recruitmentEmploymentInformation"
|
|
25
27
|
| "recruitmentPassportInformation"
|
|
@@ -40,18 +42,38 @@ export type IModel =
|
|
|
40
42
|
| "ceiling"
|
|
41
43
|
| "tag"
|
|
42
44
|
| "client"
|
|
45
|
+
| "clientStatus"
|
|
46
|
+
| "clientStatusCheck"
|
|
47
|
+
| "clientStatusCheckRequirement"
|
|
48
|
+
| "clientRequest"
|
|
49
|
+
| "clientRequestValue"
|
|
50
|
+
| "clientRequestVerification"
|
|
51
|
+
| "clientRequestAction"
|
|
52
|
+
| "clientRequestActionExecution"
|
|
53
|
+
| "clientRequestType"
|
|
54
|
+
| "clientRequestCategory"
|
|
55
|
+
| "clientRequestCategoryField"
|
|
56
|
+
| "clientFieldCategory"
|
|
57
|
+
| "clientField"
|
|
58
|
+
| "clientContract"
|
|
59
|
+
| "clientQuotation"
|
|
60
|
+
| "clientQuotationLine"
|
|
43
61
|
| "clientClass"
|
|
44
62
|
| "clientContact"
|
|
63
|
+
| "clientDocumentDefinition"
|
|
45
64
|
| "zone"
|
|
46
65
|
| "siteClass"
|
|
47
66
|
| "clientSite"
|
|
48
|
-
| "
|
|
49
|
-
| "
|
|
67
|
+
| "positionTemplate"
|
|
68
|
+
| "positionTemplateItem"
|
|
50
69
|
| "position"
|
|
51
70
|
| "positionVersion"
|
|
52
71
|
| "shiftType"
|
|
53
72
|
| "shift"
|
|
73
|
+
| "scheduleDayOff"
|
|
54
74
|
| "schedule"
|
|
75
|
+
| "scheduleDraft"
|
|
76
|
+
| "attendanceDraft"
|
|
55
77
|
| "scheduleSite"
|
|
56
78
|
| "standardOperatingProcedure"
|
|
57
79
|
| "nFCTag"
|
|
@@ -59,5 +81,64 @@ export type IModel =
|
|
|
59
81
|
| "dispatchAttendance"
|
|
60
82
|
| "attendanceLeaveReason"
|
|
61
83
|
| "attendance"
|
|
84
|
+
| "attendancePresenceCheck"
|
|
85
|
+
| "patrol"
|
|
86
|
+
| "patrolPoint"
|
|
87
|
+
| "attendancePatrol"
|
|
88
|
+
| "attendancePatrolPoint"
|
|
89
|
+
| "clusterPatrol"
|
|
90
|
+
| "clusterPatrolPoint"
|
|
91
|
+
| "statistics"
|
|
92
|
+
| "employeeComment"
|
|
93
|
+
| "employeeCommentReaction"
|
|
62
94
|
| "oneTimePasswordAttempt"
|
|
63
|
-
| "oneTimePassword"
|
|
95
|
+
| "oneTimePassword"
|
|
96
|
+
| "building"
|
|
97
|
+
| "buildingContact"
|
|
98
|
+
| "buildingLease"
|
|
99
|
+
| "buildingLeasePayment"
|
|
100
|
+
| "unit"
|
|
101
|
+
| "unitRoom"
|
|
102
|
+
| "bunk"
|
|
103
|
+
| "paymentCycleConfig"
|
|
104
|
+
| "paymentCycleDocument"
|
|
105
|
+
| "paymentCycle"
|
|
106
|
+
| "employeeMonthlyPay"
|
|
107
|
+
| "payrollConfig"
|
|
108
|
+
| "vendor"
|
|
109
|
+
| "vendorContact"
|
|
110
|
+
| "vehicleMake"
|
|
111
|
+
| "vehicleModel"
|
|
112
|
+
| "vehicleStatus"
|
|
113
|
+
| "vehicle"
|
|
114
|
+
| "vehicleInsurance"
|
|
115
|
+
| "vehicleRegistration"
|
|
116
|
+
| "vehicleContract"
|
|
117
|
+
| "vehicleContractPayment"
|
|
118
|
+
| "phoneLinePackage"
|
|
119
|
+
| "phoneLineContract"
|
|
120
|
+
| "phoneLine"
|
|
121
|
+
| "phoneLineCommitment"
|
|
122
|
+
| "assetType"
|
|
123
|
+
| "assetCategory"
|
|
124
|
+
| "assetValue"
|
|
125
|
+
| "asset"
|
|
126
|
+
| "reportType"
|
|
127
|
+
| "reportCategory"
|
|
128
|
+
| "reportValue"
|
|
129
|
+
| "report"
|
|
130
|
+
| "reportComment"
|
|
131
|
+
| "reportCommentReaction"
|
|
132
|
+
| "callLog"
|
|
133
|
+
| "notificationToken"
|
|
134
|
+
| "notification"
|
|
135
|
+
| "employeeLabel"
|
|
136
|
+
| "employeeLabelAssignment"
|
|
137
|
+
| "leaveType"
|
|
138
|
+
| "leave"
|
|
139
|
+
| "leaveEvent"
|
|
140
|
+
| "employeeSettlementPay"
|
|
141
|
+
| "companyFile"
|
|
142
|
+
| "attendanceAction"
|
|
143
|
+
| "log"
|
|
144
|
+
| "employeeGroup";
|
package/package.json
CHANGED