vms-nest-prisma-api-document 6.0.9 → 6.0.10
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/services/account/bookmark_service.d.ts +3 -3
- package/dist/services/account/notification_service.d.ts +86 -65
- package/dist/services/account/notification_service.js +94 -71
- package/dist/services/account/ticket_service.d.ts +3 -3
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +19 -19
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +41 -41
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +61 -61
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +9 -9
- package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +43 -43
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +7 -7
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +4 -4
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/package.json +1 -1
- package/dist/services/account/alert_service.d.ts +0 -271
- package/dist/services/account/alert_service.js +0 -413
- package/dist/{user_organisation_service-BCKBv8_Z.d.ts → user_organisation_service-0KXI1FiI.d.ts} +19 -19
|
@@ -33,41 +33,41 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
|
|
|
33
33
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
34
34
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
|
-
db_index: string;
|
|
37
|
-
db_instance: string;
|
|
38
|
-
night_driving: NightDriving;
|
|
39
36
|
search: string;
|
|
40
37
|
paging: PAGING;
|
|
41
38
|
page_count: number;
|
|
42
39
|
page_index: number;
|
|
40
|
+
login_from: LoginFrom;
|
|
43
41
|
date_format_id: string;
|
|
44
42
|
time_zone_id: string;
|
|
45
|
-
login_from: LoginFrom;
|
|
46
43
|
organisation_id: string;
|
|
44
|
+
db_instance: string;
|
|
45
|
+
db_index: string;
|
|
47
46
|
vehicle_ids: string[];
|
|
48
47
|
from_date: string;
|
|
49
48
|
to_date: string;
|
|
50
49
|
time_slot: TimeSlot;
|
|
50
|
+
night_driving: NightDriving;
|
|
51
51
|
over_speed: OverSpeed;
|
|
52
52
|
utilization_km: number;
|
|
53
53
|
vehicle_summary: YesNo;
|
|
54
54
|
driver_summary: YesNo;
|
|
55
55
|
}, {
|
|
56
|
-
|
|
57
|
-
db_instance: string;
|
|
56
|
+
login_from: LoginFrom;
|
|
58
57
|
date_format_id: string;
|
|
59
58
|
time_zone_id: string;
|
|
60
|
-
login_from: LoginFrom;
|
|
61
59
|
organisation_id: string;
|
|
60
|
+
db_instance: string;
|
|
61
|
+
db_index: string;
|
|
62
62
|
from_date: string;
|
|
63
63
|
to_date: string;
|
|
64
|
-
night_driving?: NightDriving | undefined;
|
|
65
64
|
search?: string | undefined;
|
|
66
65
|
paging?: PAGING | undefined;
|
|
67
66
|
page_count?: unknown;
|
|
68
67
|
page_index?: unknown;
|
|
69
68
|
vehicle_ids?: string[] | undefined;
|
|
70
69
|
time_slot?: TimeSlot | undefined;
|
|
70
|
+
night_driving?: NightDriving | undefined;
|
|
71
71
|
over_speed?: OverSpeed | undefined;
|
|
72
72
|
utilization_km?: unknown;
|
|
73
73
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -96,40 +96,40 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
|
|
|
96
96
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
97
97
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
db_index: string;
|
|
100
|
-
db_instance: string;
|
|
101
|
-
night_driving: NightDriving;
|
|
102
99
|
search: string;
|
|
103
100
|
paging: PAGING;
|
|
104
101
|
page_count: number;
|
|
105
102
|
page_index: number;
|
|
103
|
+
login_from: LoginFrom;
|
|
106
104
|
date_format_id: string;
|
|
107
105
|
time_zone_id: string;
|
|
108
|
-
login_from: LoginFrom;
|
|
109
106
|
organisation_id: string;
|
|
107
|
+
db_instance: string;
|
|
108
|
+
db_index: string;
|
|
110
109
|
from_date: string;
|
|
111
110
|
to_date: string;
|
|
112
111
|
time_slot: TimeSlot;
|
|
112
|
+
night_driving: NightDriving;
|
|
113
113
|
over_speed: OverSpeed;
|
|
114
114
|
utilization_km: number;
|
|
115
115
|
vehicle_summary: YesNo;
|
|
116
116
|
driver_summary: YesNo;
|
|
117
117
|
driver_ids: string[];
|
|
118
118
|
}, {
|
|
119
|
-
|
|
120
|
-
db_instance: string;
|
|
119
|
+
login_from: LoginFrom;
|
|
121
120
|
date_format_id: string;
|
|
122
121
|
time_zone_id: string;
|
|
123
|
-
login_from: LoginFrom;
|
|
124
122
|
organisation_id: string;
|
|
123
|
+
db_instance: string;
|
|
124
|
+
db_index: string;
|
|
125
125
|
from_date: string;
|
|
126
126
|
to_date: string;
|
|
127
|
-
night_driving?: NightDriving | undefined;
|
|
128
127
|
search?: string | undefined;
|
|
129
128
|
paging?: PAGING | undefined;
|
|
130
129
|
page_count?: unknown;
|
|
131
130
|
page_index?: unknown;
|
|
132
131
|
time_slot?: TimeSlot | undefined;
|
|
132
|
+
night_driving?: NightDriving | undefined;
|
|
133
133
|
over_speed?: OverSpeed | undefined;
|
|
134
134
|
utilization_km?: unknown;
|
|
135
135
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -156,16 +156,16 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
156
156
|
interval_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
157
157
|
boolean_type: z.ZodType<BooleanType, z.ZodTypeDef, BooleanType>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
db_index: string;
|
|
160
|
-
db_instance: string;
|
|
161
159
|
search: string;
|
|
162
160
|
paging: PAGING;
|
|
163
161
|
page_count: number;
|
|
164
162
|
page_index: number;
|
|
163
|
+
login_from: LoginFrom;
|
|
165
164
|
date_format_id: string;
|
|
166
165
|
time_zone_id: string;
|
|
167
|
-
login_from: LoginFrom;
|
|
168
166
|
organisation_id: string;
|
|
167
|
+
db_instance: string;
|
|
168
|
+
db_index: string;
|
|
169
169
|
vehicle_ids: string[];
|
|
170
170
|
from_date: string;
|
|
171
171
|
to_date: string;
|
|
@@ -173,12 +173,12 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
173
173
|
interval_seconds: number;
|
|
174
174
|
boolean_type: BooleanType;
|
|
175
175
|
}, {
|
|
176
|
-
|
|
177
|
-
db_instance: string;
|
|
176
|
+
login_from: LoginFrom;
|
|
178
177
|
date_format_id: string;
|
|
179
178
|
time_zone_id: string;
|
|
180
|
-
login_from: LoginFrom;
|
|
181
179
|
organisation_id: string;
|
|
180
|
+
db_instance: string;
|
|
181
|
+
db_index: string;
|
|
182
182
|
from_date: string;
|
|
183
183
|
to_date: string;
|
|
184
184
|
gps_type: GPSType;
|
|
@@ -207,26 +207,26 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
|
|
|
207
207
|
utilization_km: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
208
208
|
is12am: z.ZodType<Is12AM, z.ZodTypeDef, Is12AM>;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
-
db_index: string;
|
|
211
|
-
db_instance: string;
|
|
212
210
|
search: string;
|
|
213
211
|
paging: PAGING;
|
|
214
212
|
page_count: number;
|
|
215
213
|
page_index: number;
|
|
214
|
+
login_from: LoginFrom;
|
|
216
215
|
date_format_id: string;
|
|
217
216
|
time_zone_id: string;
|
|
218
|
-
login_from: LoginFrom;
|
|
219
217
|
organisation_id: string;
|
|
218
|
+
db_instance: string;
|
|
219
|
+
db_index: string;
|
|
220
220
|
vehicle_ids: string[];
|
|
221
221
|
utilization_km: number;
|
|
222
222
|
is12am: Is12AM;
|
|
223
223
|
}, {
|
|
224
|
-
|
|
225
|
-
db_instance: string;
|
|
224
|
+
login_from: LoginFrom;
|
|
226
225
|
date_format_id: string;
|
|
227
226
|
time_zone_id: string;
|
|
228
|
-
login_from: LoginFrom;
|
|
229
227
|
organisation_id: string;
|
|
228
|
+
db_instance: string;
|
|
229
|
+
db_index: string;
|
|
230
230
|
is12am: Is12AM;
|
|
231
231
|
search?: string | undefined;
|
|
232
232
|
paging?: PAGING | undefined;
|
|
@@ -253,28 +253,28 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
|
|
|
253
253
|
to_date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
254
254
|
interval_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
-
db_index: string;
|
|
257
|
-
db_instance: string;
|
|
258
|
-
vehicle_id: string;
|
|
259
256
|
search: string;
|
|
260
257
|
paging: PAGING;
|
|
261
258
|
page_count: number;
|
|
262
259
|
page_index: number;
|
|
260
|
+
login_from: LoginFrom;
|
|
263
261
|
date_format_id: string;
|
|
264
262
|
time_zone_id: string;
|
|
265
|
-
login_from: LoginFrom;
|
|
266
263
|
organisation_id: string;
|
|
264
|
+
db_instance: string;
|
|
265
|
+
db_index: string;
|
|
267
266
|
interval_seconds: number;
|
|
267
|
+
vehicle_id: string;
|
|
268
268
|
from_date_time: string;
|
|
269
269
|
to_date_time: string;
|
|
270
270
|
}, {
|
|
271
|
-
|
|
272
|
-
db_instance: string;
|
|
273
|
-
vehicle_id: string;
|
|
271
|
+
login_from: LoginFrom;
|
|
274
272
|
date_format_id: string;
|
|
275
273
|
time_zone_id: string;
|
|
276
|
-
login_from: LoginFrom;
|
|
277
274
|
organisation_id: string;
|
|
275
|
+
db_instance: string;
|
|
276
|
+
db_index: string;
|
|
277
|
+
vehicle_id: string;
|
|
278
278
|
from_date_time: string;
|
|
279
279
|
to_date_time: string;
|
|
280
280
|
search?: string | undefined;
|
|
@@ -298,25 +298,25 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
|
|
|
298
298
|
db_index: z.ZodEffects<z.ZodString, string, string>;
|
|
299
299
|
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
|
-
db_index: string;
|
|
302
|
-
db_instance: string;
|
|
303
|
-
vehicle_id: string;
|
|
304
301
|
search: string;
|
|
305
302
|
paging: PAGING;
|
|
306
303
|
page_count: number;
|
|
307
304
|
page_index: number;
|
|
305
|
+
login_from: LoginFrom;
|
|
308
306
|
date_format_id: string;
|
|
309
307
|
time_zone_id: string;
|
|
310
|
-
login_from: LoginFrom;
|
|
311
308
|
organisation_id: string;
|
|
312
|
-
}, {
|
|
313
|
-
db_index: string;
|
|
314
309
|
db_instance: string;
|
|
310
|
+
db_index: string;
|
|
315
311
|
vehicle_id: string;
|
|
312
|
+
}, {
|
|
313
|
+
login_from: LoginFrom;
|
|
316
314
|
date_format_id: string;
|
|
317
315
|
time_zone_id: string;
|
|
318
|
-
login_from: LoginFrom;
|
|
319
316
|
organisation_id: string;
|
|
317
|
+
db_instance: string;
|
|
318
|
+
db_index: string;
|
|
319
|
+
vehicle_id: string;
|
|
320
320
|
search?: string | undefined;
|
|
321
321
|
paging?: PAGING | undefined;
|
|
322
322
|
page_count?: unknown;
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { c1 as AssignRemoveDeviceHistory, c7 as DeviceSimLinkDTO, c6 as DeviceSimLinkSchema, c as MasterDevice, c3 as MasterDeviceDTO, c5 as MasterDeviceQueryDTO, c4 as MasterDeviceQuerySchema, c2 as MasterDeviceSchema, cb as createMasterDevice, cd as deleteMasterDevice, ce as device_sim_link, cf as device_sim_unlink, ca as findMasterDevices, ch as get_device_sim_link_history_by_device, cg as get_device_sim_link_history_by_sim, c9 as newMasterDevicePayload, c8 as toMasterDevicePayload, cc as updateMasterDevice } from '../../../user_organisation_service-
|
|
5
|
+
export { c1 as AssignRemoveDeviceHistory, c7 as DeviceSimLinkDTO, c6 as DeviceSimLinkSchema, c as MasterDevice, c3 as MasterDeviceDTO, c5 as MasterDeviceQueryDTO, c4 as MasterDeviceQuerySchema, c2 as MasterDeviceSchema, cb as createMasterDevice, cd as deleteMasterDevice, ce as device_sim_link, cf as device_sim_unlink, ca as findMasterDevices, ch as get_device_sim_link_history_by_device, cg as get_device_sim_link_history_by_sim, c9 as newMasterDevicePayload, c8 as toMasterDevicePayload, cc as updateMasterDevice } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { aZ as AssignRemoveDriverHistory, b1 as DriverQueryDTO, b0 as DriverQuerySchema, b as MasterDriver, a$ as MasterDriverDTO, a_ as MasterDriverSchema, b5 as createDriver, b7 as deleteDriver, b4 as findDrivers, b9 as getDriverCache, ba as getDriverSimpleCache, b8 as getPresignedUrlForDriver, b3 as newDriverPayload, b2 as toDriverPayload, b6 as updateDriver } from '../../../user_organisation_service-
|
|
4
|
+
export { aZ as AssignRemoveDriverHistory, b1 as DriverQueryDTO, b0 as DriverQuerySchema, b as MasterDriver, a$ as MasterDriverDTO, a_ as MasterDriverSchema, b5 as createDriver, b7 as deleteDriver, b4 as findDrivers, b9 as getDriverCache, ba as getDriverSimpleCache, b8 as getPresignedUrlForDriver, b3 as newDriverPayload, b2 as toDriverPayload, b6 as updateDriver } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { bS as AssignRemoveSimHistory, bR as MasterSim, bU as MasterSimDTO, bW as MasterSimQueryDTO, bV as MasterSimQuerySchema, bT as MasterSimSchema, b_ as createMasterSim, c0 as deleteMasterSim, bZ as findMasterSims, bY as newMasterSimPayload, bX as toMasterSimPayload, b$ as updateMasterSim } from '../../../user_organisation_service-
|
|
4
|
+
export { bS as AssignRemoveSimHistory, bR as MasterSim, bU as MasterSimDTO, bW as MasterSimQueryDTO, bV as MasterSimQuerySchema, bT as MasterSimSchema, b_ as createMasterSim, c0 as deleteMasterSim, bZ as findMasterSims, bY as newMasterSimPayload, bX as toMasterSimPayload, b$ as updateMasterSim } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BR, SBR } from '../../../core/BaseResponse.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { a as User } from '../../../user_organisation_service-
|
|
3
|
+
import { a as User } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
4
4
|
import { UserAdmin } from './user_admin_service.js';
|
|
5
5
|
import '../../../core/Enums.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { U as UserOrganisation, k6 as UserOrganisationDTO, k8 as UserOrganisationQueryDTO, k7 as UserOrganisationQuerySchema, k5 as UserOrganisationSchema, k4 as UserOrganisationSimple, kc as createUserOrganisation, ke as deleteUserOrganisation, kb as findUserOrganisations, kf as getUserOrganisationCache, kg as getUserOrganisationCacheSimple, kh as getUserOrganisationPresignedUrl, ka as newUserOrganisationPayload, k9 as toUserOrganisationPayload, kd as updateUserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
export { U as UserOrganisation, k6 as UserOrganisationDTO, k8 as UserOrganisationQueryDTO, k7 as UserOrganisationQuerySchema, k5 as UserOrganisationSchema, k4 as UserOrganisationSimple, kc as createUserOrganisation, ke as deleteUserOrganisation, kb as findUserOrganisations, kf as getUserOrganisationCache, kg as getUserOrganisationCacheSimple, kh as getUserOrganisationPresignedUrl, ka as newUserOrganisationPayload, k9 as toUserOrganisationPayload, kd as updateUserOrganisation } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { gC as CreateUserDTO, gB as CreateUserSchema, a as User, gy as UserAccessControl, gA as UserAccessControlDTO, gz as UserAccessControlSchema, gO as UserDefaultDateFormatDTO, gN as UserDefaultDateFormatSchema, gK as UserDefaultLanguageDTO, gJ as UserDefaultLanguageSchema, gG as UserDefaultPageDTO, gF as UserDefaultPageSchema, gI as UserDefaultThemeDTO, gH as UserDefaultThemeSchema, gM as UserDefaultTimeZoneDTO, gL as UserDefaultTimeZoneSchema, gQ as UserLoginPushDTO, gP as UserLoginPushSchema, gE as UserQueryDTO, gD as UserQuerySchema, gU as createUser, h3 as createUserLoginPush, gW as deleteUser, h5 as deleteUserLoginPush, gT as findUsers, gX as getUserCache, gY as getUserCacheSimple, gZ as getUserPresignedUrl, gR as newUserPayload, gS as toUserPayload, gV as updateUser, h2 as updateUserDefaultDateformat, h0 as updateUserDefaultLanguage, g_ as updateUserDefaultPage, g$ as updateUserDefaultTheme, h1 as updateUserDefaultTimezone, h4 as updateUserLoginPush } from '../../../user_organisation_service-
|
|
4
|
+
export { gC as CreateUserDTO, gB as CreateUserSchema, a as User, gy as UserAccessControl, gA as UserAccessControlDTO, gz as UserAccessControlSchema, gO as UserDefaultDateFormatDTO, gN as UserDefaultDateFormatSchema, gK as UserDefaultLanguageDTO, gJ as UserDefaultLanguageSchema, gG as UserDefaultPageDTO, gF as UserDefaultPageSchema, gI as UserDefaultThemeDTO, gH as UserDefaultThemeSchema, gM as UserDefaultTimeZoneDTO, gL as UserDefaultTimeZoneSchema, gQ as UserLoginPushDTO, gP as UserLoginPushSchema, gE as UserQueryDTO, gD as UserQuerySchema, gU as createUser, h3 as createUserLoginPush, gW as deleteUser, h5 as deleteUserLoginPush, gT as findUsers, gX as getUserCache, gY as getUserCacheSimple, gZ as getUserPresignedUrl, gR as newUserPayload, gS as toUserPayload, gV as updateUser, h2 as updateUserDefaultDateformat, h0 as updateUserDefaultLanguage, g_ as updateUserDefaultPage, g$ as updateUserDefaultTheme, h1 as updateUserDefaultTimezone, h4 as updateUserLoginPush } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OdometerSource, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { M as MasterVehicle, eX as MasterVehicleDropdown, fa as SimpleFindQueryDTO, f9 as SimpleFindQuerySchema, f2 as VehicleDTO, eY as VehicleDetailBody, fc as VehicleDetailBodyDTO, fb as VehicleDetailBodySchema, e$ as VehicleDetailGPS, fi as VehicleDetailGPSAnalyticsDTO, fh as VehicleDetailGPSAnalyticsSchema, fg as VehicleDetailGPSDataDTO, ff as VehicleDetailGPSDataSchema, fe as VehicleDetailGPSMainDTO, fd as VehicleDetailGPSMainSchema, eZ as VehicleDetailLifeCycle, fk as VehicleDetailLifeCycleDto, fj as VehicleDetailLifeCycleSchema, e_ as VehicleDetailPurchase, fm as VehicleDetailPurchaseDTO, fl as VehicleDetailPurchaseSchema, f0 as VehicleDetailTrip, fo as VehicleDetailTripDTO, fn as VehicleDetailTripSchema, f4 as VehicleDeviceLinkDTO, f3 as VehicleDeviceLinkSchema, f6 as VehicleDeviceUnlinkDTO, f5 as VehicleDeviceUnlinkSchema, f8 as VehicleDriverLinkDTO, f7 as VehicleDriverLinkSchema, fs as VehicleGPSQueryDTO, fr as VehicleGPSQuerySchema, fq as VehicleQueryDTO, fp as VehicleQuerySchema, f1 as VehicleSchema, fC as createVehicle, fE as deleteVehicle, fB as findVehicleGPSDetails, fz as findVehicles, fA as findVehiclesLiveDashboard, fT as getDeviceLinkHistoryByDevice, fS as getDeviceLinkHistoryByVehicle, fP as getDriverLinkHistoryByDriver, fO as getDriverLinkHistoryByVehicle, fU as getVehicleCache, fX as getVehicleParentCache, fV as getVehicleSimpleCache, fW as getVehicleSimpleDropdownCustom, fQ as linkDeviceToVehicle, fM as linkDriverToVehicle, fu as newVehiclePayload, fy as toVehicleDetailLifeCyclePayload, fx as toVehicleDetailPurchasePayload, fw as toVehicleDetailsBodyPayload, fv as toVehicleDetailsGPSPayload, ft as toVehiclePayload, fR as unlinkDeviceFromVehicle, fN as unlinkDriverFromVehicle, fD as updateVehicle, fF as updateVehicleBodyDetails, fK as updateVehicleGPSDetailsAnalytics, fJ as updateVehicleGPSDetailsData, fI as updateVehicleGPSDetailsMain, fG as updateVehicleLifeCycleDetails, fH as updateVehiclePurchaseDetails, fL as updateVehicleTripDetails } from '../../../user_organisation_service-
|
|
5
|
+
export { M as MasterVehicle, eX as MasterVehicleDropdown, fa as SimpleFindQueryDTO, f9 as SimpleFindQuerySchema, f2 as VehicleDTO, eY as VehicleDetailBody, fc as VehicleDetailBodyDTO, fb as VehicleDetailBodySchema, e$ as VehicleDetailGPS, fi as VehicleDetailGPSAnalyticsDTO, fh as VehicleDetailGPSAnalyticsSchema, fg as VehicleDetailGPSDataDTO, ff as VehicleDetailGPSDataSchema, fe as VehicleDetailGPSMainDTO, fd as VehicleDetailGPSMainSchema, eZ as VehicleDetailLifeCycle, fk as VehicleDetailLifeCycleDto, fj as VehicleDetailLifeCycleSchema, e_ as VehicleDetailPurchase, fm as VehicleDetailPurchaseDTO, fl as VehicleDetailPurchaseSchema, f0 as VehicleDetailTrip, fo as VehicleDetailTripDTO, fn as VehicleDetailTripSchema, f4 as VehicleDeviceLinkDTO, f3 as VehicleDeviceLinkSchema, f6 as VehicleDeviceUnlinkDTO, f5 as VehicleDeviceUnlinkSchema, f8 as VehicleDriverLinkDTO, f7 as VehicleDriverLinkSchema, fs as VehicleGPSQueryDTO, fr as VehicleGPSQuerySchema, fq as VehicleQueryDTO, fp as VehicleQuerySchema, f1 as VehicleSchema, fC as createVehicle, fE as deleteVehicle, fB as findVehicleGPSDetails, fz as findVehicles, fA as findVehiclesLiveDashboard, fT as getDeviceLinkHistoryByDevice, fS as getDeviceLinkHistoryByVehicle, fP as getDriverLinkHistoryByDriver, fO as getDriverLinkHistoryByVehicle, fU as getVehicleCache, fX as getVehicleParentCache, fV as getVehicleSimpleCache, fW as getVehicleSimpleDropdownCustom, fQ as linkDeviceToVehicle, fM as linkDriverToVehicle, fu as newVehiclePayload, fy as toVehicleDetailLifeCyclePayload, fx as toVehicleDetailPurchasePayload, fw as toVehicleDetailsBodyPayload, fv as toVehicleDetailsGPSPayload, ft as toVehiclePayload, fR as unlinkDeviceFromVehicle, fN as unlinkDriverFromVehicle, fD as updateVehicle, fF as updateVehicleBodyDetails, fK as updateVehicleGPSDetailsAnalytics, fJ as updateVehicleGPSDetailsData, fI as updateVehicleGPSDetailsMain, fG as updateVehicleLifeCycleDetails, fH as updateVehiclePurchaseDetails, fL as updateVehicleTripDetails } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { bD as MasterDeviceManufacturer, bF as MasterDeviceManufacturerDTO, bH as MasterDeviceManufacturerQueryDTO, bG as MasterDeviceManufacturerQuerySchema, bE as MasterDeviceManufacturerSchema, bL as createMasterDeviceManufacturer, bN as deleteMasterDeviceManufacturer, bK as findMasterDeviceManufacturers, bO as getMasterDeviceManufacturerCache, bQ as getMasterDeviceManufacturerCacheChild, bP as getMasterDeviceManufacturerCacheCount, bJ as newMasterDeviceManufacturerPayload, bI as toMasterDeviceManufacturerPayload, bM as updateMasterDeviceManufacturer } from '../../../user_organisation_service-
|
|
4
|
+
export { bD as MasterDeviceManufacturer, bF as MasterDeviceManufacturerDTO, bH as MasterDeviceManufacturerQueryDTO, bG as MasterDeviceManufacturerQuerySchema, bE as MasterDeviceManufacturerSchema, bL as createMasterDeviceManufacturer, bN as deleteMasterDeviceManufacturer, bK as findMasterDeviceManufacturers, bO as getMasterDeviceManufacturerCache, bQ as getMasterDeviceManufacturerCacheChild, bP as getMasterDeviceManufacturerCacheCount, bJ as newMasterDeviceManufacturerPayload, bI as toMasterDeviceManufacturerPayload, bM as updateMasterDeviceManufacturer } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { bp as MasterDeviceModel, br as MasterDeviceModelDTO, bt as MasterDeviceModelQueryDTO, bs as MasterDeviceModelQuerySchema, bq as MasterDeviceModelSchema, bx as createMasterDeviceModel, bz as deleteMasterDeviceModel, bw as findMasterDeviceModels, bA as getMasterDeviceModelCache, bC as getMasterDeviceModelCacheChild, bB as getMasterDeviceModelCacheCount, bv as newMasterDeviceModelPayload, bu as toMasterDeviceModelPayload, by as updateMasterDeviceModel } from '../../../user_organisation_service-
|
|
4
|
+
export { bp as MasterDeviceModel, br as MasterDeviceModelDTO, bt as MasterDeviceModelQueryDTO, bs as MasterDeviceModelQuerySchema, bq as MasterDeviceModelSchema, bx as createMasterDeviceModel, bz as deleteMasterDeviceModel, bw as findMasterDeviceModels, bA as getMasterDeviceModelCache, bC as getMasterDeviceModelCacheChild, bB as getMasterDeviceModelCacheCount, bv as newMasterDeviceModelPayload, bu as toMasterDeviceModelPayload, by as updateMasterDeviceModel } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { bb as MasterDeviceType, bd as MasterDeviceTypeDTO, bf as MasterDeviceTypeQueryDTO, be as MasterDeviceTypeQuerySchema, bc as MasterDeviceTypeSchema, bj as createMasterDeviceType, bl as deleteMasterDeviceType, bi as findMasterDeviceTypes, bm as getMasterDeviceTypeCache, bo as getMasterDeviceTypeCacheChild, bn as getMasterDeviceTypeCacheCount, bh as newMasterDeviceTypePayload, bg as toMasterDeviceTypePayload, bk as updateMasterDeviceType } from '../../../user_organisation_service-
|
|
4
|
+
export { bb as MasterDeviceType, bd as MasterDeviceTypeDTO, bf as MasterDeviceTypeQueryDTO, be as MasterDeviceTypeQuerySchema, bc as MasterDeviceTypeSchema, bj as createMasterDeviceType, bl as deleteMasterDeviceType, bi as findMasterDeviceTypes, bm as getMasterDeviceTypeCache, bo as getMasterDeviceTypeCacheChild, bn as getMasterDeviceTypeCacheCount, bh as newMasterDeviceTypePayload, bg as toMasterDeviceTypePayload, bk as updateMasterDeviceType } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { h6 as MasterExpenseName, h8 as MasterExpenseNameDTO, ha as MasterExpenseNameQueryDTO, h9 as MasterExpenseNameQuerySchema, h7 as MasterExpenseNameSchema, he as createMasterExpenseName, hg as deleteMasterExpenseName, hd as findMasterExpenseNames, hh as getMasterExpenseNameCache, hc as newMasterExpenseNamePayload, hb as toMasterExpenseNamePayload, hf as updateMasterExpenseName } from '../../../user_organisation_service-
|
|
4
|
+
export { h6 as MasterExpenseName, h8 as MasterExpenseNameDTO, ha as MasterExpenseNameQueryDTO, h9 as MasterExpenseNameQuerySchema, h7 as MasterExpenseNameSchema, he as createMasterExpenseName, hg as deleteMasterExpenseName, hd as findMasterExpenseNames, hh as getMasterExpenseNameCache, hc as newMasterExpenseNamePayload, hb as toMasterExpenseNamePayload, hf as updateMasterExpenseName } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { hi as MasterExpenseType, hk as MasterExpenseTypeDTO, hm as MasterExpenseTypeQueryDTO, hl as MasterExpenseTypeQuerySchema, hj as MasterExpenseTypeSchema, hq as createMasterExpenseType, hs as deleteMasterExpenseType, hp as findMasterExpenseTypes, ht as getMasterExpenseTypeCache, ho as newMasterExpenseTypePayload, hn as toMasterExpenseTypePayload, hr as updateMasterExpenseType } from '../../../user_organisation_service-
|
|
4
|
+
export { hi as MasterExpenseType, hk as MasterExpenseTypeDTO, hm as MasterExpenseTypeQueryDTO, hl as MasterExpenseTypeQuerySchema, hj as MasterExpenseTypeSchema, hq as createMasterExpenseType, hs as deleteMasterExpenseType, hp as findMasterExpenseTypes, ht as getMasterExpenseTypeCache, ho as newMasterExpenseTypePayload, hn as toMasterExpenseTypePayload, hr as updateMasterExpenseType } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, e as MasterMainCountry } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, e as MasterMainCountry } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -28,21 +28,21 @@ declare const MasterFuelCompanySchema: z.ZodObject<{
|
|
|
28
28
|
logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
29
29
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
company_name: string;
|
|
31
32
|
description: string;
|
|
33
|
+
logo_url: string;
|
|
34
|
+
logo_key: string;
|
|
32
35
|
status: Status;
|
|
33
36
|
organisation_id: string;
|
|
34
37
|
country_id: string;
|
|
35
|
-
logo_key: string;
|
|
36
|
-
logo_url: string;
|
|
37
|
-
company_name: string;
|
|
38
38
|
}, {
|
|
39
|
+
company_name: string;
|
|
39
40
|
status: Status;
|
|
40
41
|
organisation_id: string;
|
|
41
42
|
country_id: string;
|
|
42
|
-
company_name: string;
|
|
43
43
|
description?: string | undefined;
|
|
44
|
-
logo_key?: string | undefined;
|
|
45
44
|
logo_url?: string | undefined;
|
|
45
|
+
logo_key?: string | undefined;
|
|
46
46
|
}>;
|
|
47
47
|
type MasterFuelCompanyDTO = z.infer<typeof MasterFuelCompanySchema>;
|
|
48
48
|
declare const MasterFuelCompanyQuerySchema: z.ZodObject<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -21,14 +21,14 @@ declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
|
|
|
21
21
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
22
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
document_type: string;
|
|
25
24
|
description: string;
|
|
26
25
|
status: Status;
|
|
27
26
|
organisation_id: string;
|
|
28
|
-
}, {
|
|
29
27
|
document_type: string;
|
|
28
|
+
}, {
|
|
30
29
|
status: Status;
|
|
31
30
|
organisation_id: string;
|
|
31
|
+
document_type: string;
|
|
32
32
|
description?: string | undefined;
|
|
33
33
|
}>;
|
|
34
34
|
type MasterVendorDocumentTypeDTO = z.infer<typeof MasterVendorDocumentTypeSchema>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { jg as MasterVendorType, ji as MasterVendorTypeDTO, jk as MasterVendorTypeQueryDTO, jj as MasterVendorTypeQuerySchema, jh as MasterVendorTypeSchema, jo as createMasterVendorType, jq as deleteMasterVendorType, jn as findMasterVendorTypes, jr as getMasterVendorTypeCache, jm as newMasterVendorTypePayload, jl as toMasterVendorTypePayload, jp as updateMasterVendorType } from '../../../user_organisation_service-
|
|
4
|
+
export { jg as MasterVendorType, ji as MasterVendorTypeDTO, jk as MasterVendorTypeQueryDTO, jj as MasterVendorTypeQuerySchema, jh as MasterVendorTypeSchema, jo as createMasterVendorType, jq as deleteMasterVendorType, jn as findMasterVendorTypes, jr as getMasterVendorTypeCache, jm as newMasterVendorTypePayload, jl as toMasterVendorTypePayload, jp as updateMasterVendorType } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { iw as MasterFleetIncidentSeverity, iy as MasterFleetIncidentSeverityDTO, iA as MasterFleetIncidentSeverityQueryDTO, iz as MasterFleetIncidentSeverityQuerySchema, ix as MasterFleetIncidentSeveritySchema, iE as createMasterFleetIncidentSeverity, iG as deleteMasterFleetIncidentSeverity, iD as findMasterFleetIncidentSeverities, iH as getMasterFleetIncidentSeverityCache, iC as newMasterFleetIncidentSeverityPayload, iB as toMasterFleetIncidentSeverityPayload, iF as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-
|
|
4
|
+
export { iw as MasterFleetIncidentSeverity, iy as MasterFleetIncidentSeverityDTO, iA as MasterFleetIncidentSeverityQueryDTO, iz as MasterFleetIncidentSeverityQuerySchema, ix as MasterFleetIncidentSeveritySchema, iE as createMasterFleetIncidentSeverity, iG as deleteMasterFleetIncidentSeverity, iD as findMasterFleetIncidentSeverities, iH as getMasterFleetIncidentSeverityCache, iC as newMasterFleetIncidentSeverityPayload, iB as toMasterFleetIncidentSeverityPayload, iF as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { ij as MasterFleetIncidentStatus, il as MasterFleetIncidentStatusDTO, io as MasterFleetIncidentStatusQueryDTO, im as MasterFleetIncidentStatusQuerySchema, ik as MasterFleetIncidentStatusSchema, is as createMasterFleetIncidentStatus, iu as deleteMasterFleetIncidentStatus, ir as findMasterFleetIncidentStatuses, iv as getMasterFleetIncidentStatusCache, iq as newMasterFleetIncidentStatusPayload, ip as toMasterFleetIncidentStatusPayload, it as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-
|
|
4
|
+
export { ij as MasterFleetIncidentStatus, il as MasterFleetIncidentStatusDTO, io as MasterFleetIncidentStatusQueryDTO, im as MasterFleetIncidentStatusQuerySchema, ik as MasterFleetIncidentStatusSchema, is as createMasterFleetIncidentStatus, iu as deleteMasterFleetIncidentStatus, ir as findMasterFleetIncidentStatuses, iv as getMasterFleetIncidentStatusCache, iq as newMasterFleetIncidentStatusPayload, ip as toMasterFleetIncidentStatusPayload, it as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { i6 as MasterFleetIncidentType, i8 as MasterFleetIncidentTypeDTO, ia as MasterFleetIncidentTypeQueryDTO, i9 as MasterFleetIncidentTypeQuerySchema, i7 as MasterFleetIncidentTypeSchema, ie as createMasterFleetIncidentType, ih as deleteMasterFleetIncidentType, id as findMasterFleetIncidentTypes, ii as getMasterFleetIncidentTypeCache, ic as newMasterFleetIncidentTypePayload, ib as toMasterFleetIncidentTypePayload, ig as updateMasterFleetIncidentType } from '../../../user_organisation_service-
|
|
4
|
+
export { i6 as MasterFleetIncidentType, i8 as MasterFleetIncidentTypeDTO, ia as MasterFleetIncidentTypeQueryDTO, i9 as MasterFleetIncidentTypeQuerySchema, i7 as MasterFleetIncidentTypeSchema, ie as createMasterFleetIncidentType, ih as deleteMasterFleetIncidentType, id as findMasterFleetIncidentTypes, ii as getMasterFleetIncidentTypeCache, ic as newMasterFleetIncidentTypePayload, ib as toMasterFleetIncidentTypePayload, ig as updateMasterFleetIncidentType } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { iI as MasterFleetInsuranceClaimStatus, iK as MasterFleetInsuranceClaimStatusDTO, iM as MasterFleetInsuranceClaimStatusQueryDTO, iL as MasterFleetInsuranceClaimStatusQuerySchema, iJ as MasterFleetInsuranceClaimStatusSchema, iQ as createMasterFleetInsuranceClaimStatus, iS as deleteMasterFleetInsuranceClaimStatus, iP as findMasterFleetInsuranceClaimStatuses, iT as getMasterFleetInsuranceClaimStatusCache, iO as newMasterFleetInsuranceClaimStatusPayload, iN as toMasterFleetInsuranceClaimStatusPayload, iR as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-
|
|
4
|
+
export { iI as MasterFleetInsuranceClaimStatus, iK as MasterFleetInsuranceClaimStatusDTO, iM as MasterFleetInsuranceClaimStatusQueryDTO, iL as MasterFleetInsuranceClaimStatusQuerySchema, iJ as MasterFleetInsuranceClaimStatusSchema, iQ as createMasterFleetInsuranceClaimStatus, iS as deleteMasterFleetInsuranceClaimStatus, iP as findMasterFleetInsuranceClaimStatuses, iT as getMasterFleetInsuranceClaimStatusCache, iO as newMasterFleetInsuranceClaimStatusPayload, iN as toMasterFleetInsuranceClaimStatusPayload, iR as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { iU as MasterFleetServiceTask, iW as MasterFleetServiceTaskDTO, iY as MasterFleetServiceTaskQueryDTO, iX as MasterFleetServiceTaskQuerySchema, iV as MasterFleetServiceTaskSchema, j0 as createMasterFleetServiceTask, j2 as deleteMasterFleetServiceTask, i$ as findMasterFleetServiceTasks, j3 as getMasterFleetServiceTaskCache, i_ as newMasterFleetServiceTaskPayload, iZ as toMasterFleetServiceTaskPayload, j1 as updateMasterFleetServiceTask } from '../../../user_organisation_service-
|
|
4
|
+
export { iU as MasterFleetServiceTask, iW as MasterFleetServiceTaskDTO, iY as MasterFleetServiceTaskQueryDTO, iX as MasterFleetServiceTaskQuerySchema, iV as MasterFleetServiceTaskSchema, j0 as createMasterFleetServiceTask, j2 as deleteMasterFleetServiceTask, i$ as findMasterFleetServiceTasks, j3 as getMasterFleetServiceTaskCache, i_ as newMasterFleetServiceTaskPayload, iZ as toMasterFleetServiceTaskPayload, j1 as updateMasterFleetServiceTask } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { e as MasterMainCountry, a2 as MasterMainCountryDTO, a4 as MasterMainCountryQueryDTO, a3 as MasterMainCountryQuerySchema, a1 as MasterMainCountrySchema, a8 as createMasterMainCountry, aa as deleteMasterMainCountry, a7 as findMasterMainCountries, ab as getMasterMainCountryCache, ac as getMasterMainCountryCacheChild, a6 as newMasterMainCountryPayload, a5 as toMasterMainCountryPayload, a9 as updateMasterMainCountry } from '../../../user_organisation_service-
|
|
4
|
+
export { e as MasterMainCountry, a2 as MasterMainCountryDTO, a4 as MasterMainCountryQueryDTO, a3 as MasterMainCountryQuerySchema, a1 as MasterMainCountrySchema, a8 as createMasterMainCountry, aa as deleteMasterMainCountry, a7 as findMasterMainCountries, ab as getMasterMainCountryCache, ac as getMasterMainCountryCacheChild, a6 as newMasterMainCountryPayload, a5 as toMasterMainCountryPayload, a9 as updateMasterMainCountry } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { q as MasterMainCurrency, s as MasterMainCurrencyDTO, w as MasterMainCurrencyQueryDTO, v as MasterMainCurrencyQuerySchema, r as MasterMainCurrencySchema, A as createMasterMainCurrency, C as deleteMasterMainCurrency, z as findMasterMainCurrencies, D as getMasterMainCurrencyCache, y as newMasterMainCurrencyPayload, x as toMasterMainCurrencyPayload, B as updateMasterMainCurrency } from '../../../user_organisation_service-
|
|
4
|
+
export { q as MasterMainCurrency, s as MasterMainCurrencyDTO, w as MasterMainCurrencyQueryDTO, v as MasterMainCurrencyQuerySchema, r as MasterMainCurrencySchema, A as createMasterMainCurrency, C as deleteMasterMainCurrency, z as findMasterMainCurrencies, D as getMasterMainCurrencyCache, y as newMasterMainCurrencyPayload, x as toMasterMainCurrencyPayload, B as updateMasterMainCurrency } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { ad as MasterMainDateFormat, af as MasterMainDateFormatDTO, ah as MasterMainDateFormatQueryDTO, ag as MasterMainDateFormatQuerySchema, ae as MasterMainDateFormatSchema, al as createMasterMainDateFormat, an as deleteMasterMainDateFormat, ak as findMasterMainDateFormats, ao as getMasterMainDateFormatCache, aj as newMasterMainDateFormatPayload, ai as toMasterMainDateFormatPayload, am as updateMasterMainDateFormat } from '../../../user_organisation_service-
|
|
4
|
+
export { ad as MasterMainDateFormat, af as MasterMainDateFormatDTO, ah as MasterMainDateFormatQueryDTO, ag as MasterMainDateFormatQuerySchema, ae as MasterMainDateFormatSchema, al as createMasterMainDateFormat, an as deleteMasterMainDateFormat, ak as findMasterMainDateFormats, ao as getMasterMainDateFormatCache, aj as newMasterMainDateFormatPayload, ai as toMasterMainDateFormatPayload, am as updateMasterMainDateFormat } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { g as MasterMainIndustry, i as MasterMainIndustryDTO, k as MasterMainIndustryQueryDTO, j as MasterMainIndustryQuerySchema, h as MasterMainIndustrySchema, m as createMasterMainIndustry, o as deleteMasterMainIndustry, l as findMasterMainIndustrys, p as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-
|
|
4
|
+
export { g as MasterMainIndustry, i as MasterMainIndustryDTO, k as MasterMainIndustryQueryDTO, j as MasterMainIndustryQuerySchema, h as MasterMainIndustrySchema, m as createMasterMainIndustry, o as deleteMasterMainIndustry, l as findMasterMainIndustrys, p as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { e as MasterMainCountry, f as MasterMainState } from '../../../user_organisation_service-
|
|
4
|
+
import { e as MasterMainCountry, f as MasterMainState } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -39,7 +39,6 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
|
39
39
|
longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
40
40
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
google_location: string;
|
|
43
42
|
status: Status;
|
|
44
43
|
country_id: string;
|
|
45
44
|
state_id: string;
|
|
@@ -48,6 +47,7 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
|
48
47
|
zip_code: string;
|
|
49
48
|
landmark_name: string;
|
|
50
49
|
location: string;
|
|
50
|
+
google_location: string;
|
|
51
51
|
latitude?: number | undefined;
|
|
52
52
|
longitude?: number | undefined;
|
|
53
53
|
}, {
|
|
@@ -55,13 +55,13 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
|
55
55
|
country_id: string;
|
|
56
56
|
state_id: string;
|
|
57
57
|
landmark_name: string;
|
|
58
|
-
latitude?: unknown;
|
|
59
|
-
longitude?: unknown;
|
|
60
|
-
google_location?: string | undefined;
|
|
61
58
|
locality?: string | undefined;
|
|
62
59
|
city_district_town?: string | undefined;
|
|
63
60
|
zip_code?: string | undefined;
|
|
61
|
+
latitude?: unknown;
|
|
62
|
+
longitude?: unknown;
|
|
64
63
|
location?: string | undefined;
|
|
64
|
+
google_location?: string | undefined;
|
|
65
65
|
}>;
|
|
66
66
|
type MasterMainLandmarkDTO = z.infer<typeof MasterMainLandmarkSchema>;
|
|
67
67
|
declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
|
|
@@ -100,7 +100,6 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
|
|
|
100
100
|
landmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
102
|
status: Status[];
|
|
103
|
-
time_zone_id: string;
|
|
104
103
|
search: string;
|
|
105
104
|
paging: PAGING;
|
|
106
105
|
page_count: number;
|
|
@@ -120,12 +119,13 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
|
|
|
120
119
|
}[];
|
|
121
120
|
include_master_data: YesNo;
|
|
122
121
|
date_format_id: string;
|
|
122
|
+
time_zone_id: string;
|
|
123
123
|
country_ids: string[];
|
|
124
124
|
state_ids: string[];
|
|
125
125
|
landmark_ids: string[];
|
|
126
126
|
}, {
|
|
127
|
-
time_zone_id: string;
|
|
128
127
|
date_format_id: string;
|
|
128
|
+
time_zone_id: string;
|
|
129
129
|
status?: Status[] | undefined;
|
|
130
130
|
search?: string | undefined;
|
|
131
131
|
paging?: PAGING | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { gm as MasterMainLanguage, go as MasterMainLanguageDTO, gq as MasterMainLanguageQueryDTO, gp as MasterMainLanguageQuerySchema, gn as MasterMainLanguageSchema, gu as createMasterMainLanguage, gw as deleteMasterMainLanguage, gt as findMasterMainLanguages, gx as getMasterMainLanguageCache, gs as newMasterMainLanguagePayload, gr as toMasterMainLanguagePayload, gv as updateMasterMainLanguage } from '../../../user_organisation_service-
|
|
4
|
+
export { gm as MasterMainLanguage, go as MasterMainLanguageDTO, gq as MasterMainLanguageQueryDTO, gp as MasterMainLanguageQuerySchema, gn as MasterMainLanguageSchema, gu as createMasterMainLanguage, gw as deleteMasterMainLanguage, gt as findMasterMainLanguages, gx as getMasterMainLanguageCache, gs as newMasterMainLanguagePayload, gr as toMasterMainLanguagePayload, gv as updateMasterMainLanguage } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { f as MasterMainState, S as MasterMainStateDTO, V as MasterMainStateQueryDTO, T as MasterMainStateQuerySchema, R as MasterMainStateSchema, Z as createMasterMainState, $ as deleteMasterMainState, Y as findMasterMainStates, a0 as getMasterMainStateCache, X as newMasterMainStatePayload, W as toMasterMainStatePayload, _ as updateMasterMainState } from '../../../user_organisation_service-
|
|
4
|
+
export { f as MasterMainState, S as MasterMainStateDTO, V as MasterMainStateQueryDTO, T as MasterMainStateQuerySchema, R as MasterMainStateSchema, Z as createMasterMainState, $ as deleteMasterMainState, Y as findMasterMainStates, a0 as getMasterMainStateCache, X as newMasterMainStatePayload, W as toMasterMainStatePayload, _ as updateMasterMainState } from '../../../user_organisation_service-0KXI1FiI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|