vms-nest-prisma-api-document 215.0.0 → 216.0.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/dist/core/Enums.d.ts +8 -1
- package/dist/core/Enums.js +9 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +3 -3
- package/dist/services/account/notification_preferences.service.d.ts +18 -18
- package/dist/services/account/report_preferences.service.d.ts +7 -7
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +47 -47
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +494 -0
- package/dist/services/fleet/issue_management/issue_management_service.js +559 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +290 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +442 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1220 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service.js +957 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +314 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +447 -0
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
- 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_admin_service.d.ts +22 -22
- 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/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_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 +2 -2
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +126 -0
- package/dist/services/master/expense/master_vendor_tag_service.js +307 -0
- package/dist/services/master/expense/master_vendor_type_service.d.ts +5 -5
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
- 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 +3 -3
- 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 +5 -5
- 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 +3 -3
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +3 -3
- 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 +3 -3
- 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 +1 -1
- 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/dist/{user_organisation_service-Dn5ij2oU.d.ts → user_organisation_service-C186BM9A.d.ts} +59 -59
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TrackHistoryLinkStatus, Status, ShareChannel, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, BR, 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-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -48,17 +48,17 @@ declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
|
|
|
48
48
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
49
49
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
-
gps_track_history_share_link_id: string;
|
|
52
51
|
status: Status;
|
|
53
52
|
organisation_id: string;
|
|
54
53
|
share_channels: ShareChannel.Email[];
|
|
55
54
|
mobile_numbers: string;
|
|
56
55
|
email_ids: string;
|
|
57
56
|
cc_email_ids: string;
|
|
58
|
-
}, {
|
|
59
57
|
gps_track_history_share_link_id: string;
|
|
58
|
+
}, {
|
|
60
59
|
status: Status;
|
|
61
60
|
organisation_id: string;
|
|
61
|
+
gps_track_history_share_link_id: string;
|
|
62
62
|
share_channels?: ShareChannel.Email[] | undefined;
|
|
63
63
|
mobile_numbers?: string | undefined;
|
|
64
64
|
email_ids?: string | undefined;
|
|
@@ -74,21 +74,21 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
|
74
74
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
75
75
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
from_date_time: string;
|
|
78
|
-
to_date_time: string;
|
|
79
77
|
link_status: TrackHistoryLinkStatus;
|
|
80
78
|
status: Status;
|
|
81
79
|
organisation_id: string;
|
|
82
80
|
vehicle_id: string;
|
|
83
81
|
time_zone_id: string;
|
|
84
|
-
}, {
|
|
85
82
|
from_date_time: string;
|
|
86
83
|
to_date_time: string;
|
|
84
|
+
}, {
|
|
87
85
|
link_status: TrackHistoryLinkStatus;
|
|
88
86
|
status: Status;
|
|
89
87
|
organisation_id: string;
|
|
90
88
|
vehicle_id: string;
|
|
91
89
|
time_zone_id: string;
|
|
90
|
+
from_date_time: string;
|
|
91
|
+
to_date_time: string;
|
|
92
92
|
}>;
|
|
93
93
|
type GPSTrackHistoryShareLinkDTO = z.infer<typeof GPSTrackHistoryShareLinkSchema>;
|
|
94
94
|
declare const GPSTrackHistoryShareLinkUpdateLinkStatusSchema: z.ZodObject<{
|
|
@@ -137,7 +137,6 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
link_status: TrackHistoryLinkStatus[];
|
|
139
139
|
status: Status[];
|
|
140
|
-
time_zone_id: string;
|
|
141
140
|
search: string;
|
|
142
141
|
paging: PAGING;
|
|
143
142
|
page_count: number;
|
|
@@ -157,12 +156,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
157
156
|
}[];
|
|
158
157
|
include_master_data: YesNo;
|
|
159
158
|
date_format_id: string;
|
|
159
|
+
time_zone_id: string;
|
|
160
160
|
organisation_ids: string[];
|
|
161
161
|
vehicle_ids: string[];
|
|
162
162
|
gps_track_history_share_link_ids: string[];
|
|
163
163
|
}, {
|
|
164
|
-
time_zone_id: string;
|
|
165
164
|
date_format_id: string;
|
|
165
|
+
time_zone_id: string;
|
|
166
166
|
link_status?: TrackHistoryLinkStatus[] | undefined;
|
|
167
167
|
status?: Status[] | undefined;
|
|
168
168
|
search?: string | undefined;
|
|
@@ -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 { c_ as AssignRemoveDeviceHistory, d4 as DeviceSimLinkDTO, d3 as DeviceSimLinkSchema, c as MasterDevice, d0 as MasterDeviceDTO, d2 as MasterDeviceQueryDTO, d1 as MasterDeviceQuerySchema, c$ as MasterDeviceSchema, d8 as createMasterDevice, da as deleteMasterDevice, db as device_sim_link, dc as device_sim_unlink, d7 as findMasterDevices, de as get_device_sim_link_history_by_device, dd as get_device_sim_link_history_by_sim, d6 as newMasterDevicePayload, d5 as toMasterDevicePayload, d9 as updateMasterDevice } from '../../../user_organisation_service-
|
|
5
|
+
export { c_ as AssignRemoveDeviceHistory, d4 as DeviceSimLinkDTO, d3 as DeviceSimLinkSchema, c as MasterDevice, d0 as MasterDeviceDTO, d2 as MasterDeviceQueryDTO, d1 as MasterDeviceQuerySchema, c$ as MasterDeviceSchema, d8 as createMasterDevice, da as deleteMasterDevice, db as device_sim_link, dc as device_sim_unlink, d7 as findMasterDevices, de as get_device_sim_link_history_by_device, dd as get_device_sim_link_history_by_sim, d6 as newMasterDevicePayload, d5 as toMasterDevicePayload, d9 as updateMasterDevice } from '../../../user_organisation_service-C186BM9A.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -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 {
|
|
5
|
+
export { bJ as AssignRemoveDriverHistory, bK as DriverLoginPush, b as MasterDriver, bN as MasterDriverDTO, bI as MasterDriverFile, f as MasterDriverFileDTO, bL as MasterDriverFileSchema, bR as MasterDriverLogoDTO, bQ as MasterDriverLogoSchema, bT as MasterDriverProfileDTO, bS as MasterDriverProfileSchema, bP as MasterDriverQueryDTO, bO as MasterDriverQuerySchema, bM as MasterDriverSchema, bY as createMasterDriver, c6 as create_file, b_ as deleteMasterDriver, c0 as deleteMasterDriverLogo, bX as findMasterDriver, c2 as getMasterDriverCache, c3 as getMasterDriverCacheSimple, c4 as get_master_driver_presigned_url, c5 as get_master_driver_presigned_url_file, bW as newDriverPayload, c7 as remove_file, bU as toDriverPayload, bV as toDriverProfilePayload, bZ as updateMasterDriver, b$ as updateMasterDriverLogo, c1 as updateMasterDriverProfile } from '../../../user_organisation_service-C186BM9A.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 { cP as AssignRemoveSimHistory, cO as MasterSim, cR as MasterSimDTO, cT as MasterSimQueryDTO, cS as MasterSimQuerySchema, cQ as MasterSimSchema, cX as createMasterSim, cZ as deleteMasterSim, cW as findMasterSims, cV as newMasterSimPayload, cU as toMasterSimPayload, cY as updateMasterSim } from '../../../user_organisation_service-
|
|
4
|
+
export { cP as AssignRemoveSimHistory, cO as MasterSim, cR as MasterSimDTO, cT as MasterSimQueryDTO, cS as MasterSimQuerySchema, cQ as MasterSimSchema, cX as createMasterSim, cZ as deleteMasterSim, cW as findMasterSims, cV as newMasterSimPayload, cU as toMasterSimPayload, cY as updateMasterSim } from '../../../user_organisation_service-C186BM9A.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, b as MasterDriver } from '../../../user_organisation_service-
|
|
3
|
+
import { a as User, b as MasterDriver } from '../../../user_organisation_service-C186BM9A.js';
|
|
4
4
|
import { UserAdmin } from './user_admin_service.js';
|
|
5
5
|
import { LoginFrom } from '../../../core/Enums.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -2,7 +2,7 @@ import { AdminRole, Status, LoginFrom, PAGING, LoadParents, LoadChild, LoadChild
|
|
|
2
2
|
import { FBR, SBR, BR, AWSPresignedUrl, BaseCommonFile } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
import { a as User, U as UserOrganisation } from '../../../user_organisation_service-
|
|
5
|
+
import { a as User, U as UserOrganisation } from '../../../user_organisation_service-C186BM9A.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
8
8
|
interface UserAdmin extends Record<string, unknown> {
|
|
@@ -168,8 +168,8 @@ declare const UserAdminQuerySchema: z.ZodObject<{
|
|
|
168
168
|
include_master_data: YesNo;
|
|
169
169
|
date_format_id: string;
|
|
170
170
|
time_zone_id: string;
|
|
171
|
-
admin_role: AdminRole[];
|
|
172
171
|
admin_ids: string[];
|
|
172
|
+
admin_role: AdminRole[];
|
|
173
173
|
}, {
|
|
174
174
|
date_format_id: string;
|
|
175
175
|
time_zone_id: string;
|
|
@@ -192,8 +192,8 @@ declare const UserAdminQuerySchema: z.ZodObject<{
|
|
|
192
192
|
direction: OrderBy;
|
|
193
193
|
}[] | undefined;
|
|
194
194
|
include_master_data?: YesNo | undefined;
|
|
195
|
-
admin_role?: AdminRole[] | undefined;
|
|
196
195
|
admin_ids?: string[] | undefined;
|
|
196
|
+
admin_role?: AdminRole[] | undefined;
|
|
197
197
|
}>;
|
|
198
198
|
type UserAdminQueryDTO = z.infer<typeof UserAdminQuerySchema>;
|
|
199
199
|
declare const toUserAdminPayload: (admin: UserAdmin) => UserAdminDTO;
|
|
@@ -248,6 +248,7 @@ declare const TicketFileSchema: z.ZodObject<{
|
|
|
248
248
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
249
249
|
ticket_id: z.ZodEffects<z.ZodString, string, string>;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
|
+
ticket_id: string;
|
|
251
252
|
status: Status;
|
|
252
253
|
organisation_id: string;
|
|
253
254
|
usage_type: string;
|
|
@@ -258,13 +259,12 @@ declare const TicketFileSchema: z.ZodObject<{
|
|
|
258
259
|
file_description: string;
|
|
259
260
|
file_size: number;
|
|
260
261
|
file_metadata: Record<string, any>;
|
|
261
|
-
ticket_id: string;
|
|
262
262
|
}, {
|
|
263
|
+
ticket_id: string;
|
|
263
264
|
status: Status;
|
|
264
265
|
organisation_id: string;
|
|
265
266
|
usage_type: string;
|
|
266
267
|
file_type: FileType;
|
|
267
|
-
ticket_id: string;
|
|
268
268
|
file_url?: string | undefined;
|
|
269
269
|
file_key?: string | undefined;
|
|
270
270
|
file_name?: string | undefined;
|
|
@@ -292,6 +292,7 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
292
292
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
293
293
|
ticket_id: z.ZodEffects<z.ZodString, string, string>;
|
|
294
294
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
295
|
+
ticket_id: string;
|
|
295
296
|
status: Status;
|
|
296
297
|
organisation_id: string;
|
|
297
298
|
usage_type: string;
|
|
@@ -302,13 +303,12 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
302
303
|
file_description: string;
|
|
303
304
|
file_size: number;
|
|
304
305
|
file_metadata: Record<string, any>;
|
|
305
|
-
ticket_id: string;
|
|
306
306
|
}, {
|
|
307
|
+
ticket_id: string;
|
|
307
308
|
status: Status;
|
|
308
309
|
organisation_id: string;
|
|
309
310
|
usage_type: string;
|
|
310
311
|
file_type: FileType;
|
|
311
|
-
ticket_id: string;
|
|
312
312
|
file_url?: string | undefined;
|
|
313
313
|
file_key?: string | undefined;
|
|
314
314
|
file_name?: string | undefined;
|
|
@@ -318,12 +318,13 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
318
318
|
}>, "many">>>;
|
|
319
319
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
320
320
|
}, "strip", z.ZodTypeAny, {
|
|
321
|
+
subject: string;
|
|
322
|
+
description: string;
|
|
321
323
|
status: Status;
|
|
322
324
|
organisation_id: string;
|
|
323
325
|
user_id: string;
|
|
324
|
-
description: string;
|
|
325
|
-
subject: string;
|
|
326
326
|
TicketFileSchema: {
|
|
327
|
+
ticket_id: string;
|
|
327
328
|
status: Status;
|
|
328
329
|
organisation_id: string;
|
|
329
330
|
usage_type: string;
|
|
@@ -334,20 +335,19 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
334
335
|
file_description: string;
|
|
335
336
|
file_size: number;
|
|
336
337
|
file_metadata: Record<string, any>;
|
|
337
|
-
ticket_id: string;
|
|
338
338
|
}[];
|
|
339
339
|
}, {
|
|
340
|
+
subject: string;
|
|
340
341
|
status: Status;
|
|
341
342
|
organisation_id: string;
|
|
342
343
|
user_id: string;
|
|
343
|
-
subject: string;
|
|
344
344
|
description?: string | undefined;
|
|
345
345
|
TicketFileSchema?: {
|
|
346
|
+
ticket_id: string;
|
|
346
347
|
status: Status;
|
|
347
348
|
organisation_id: string;
|
|
348
349
|
usage_type: string;
|
|
349
350
|
file_type: FileType;
|
|
350
|
-
ticket_id: string;
|
|
351
351
|
file_url?: string | undefined;
|
|
352
352
|
file_key?: string | undefined;
|
|
353
353
|
file_name?: string | undefined;
|
|
@@ -375,6 +375,7 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
375
375
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
376
376
|
ticket_id: z.ZodEffects<z.ZodString, string, string>;
|
|
377
377
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
378
|
+
ticket_id: string;
|
|
378
379
|
status: Status;
|
|
379
380
|
organisation_id: string;
|
|
380
381
|
usage_type: string;
|
|
@@ -385,13 +386,12 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
385
386
|
file_description: string;
|
|
386
387
|
file_size: number;
|
|
387
388
|
file_metadata: Record<string, any>;
|
|
388
|
-
ticket_id: string;
|
|
389
389
|
}, {
|
|
390
|
+
ticket_id: string;
|
|
390
391
|
status: Status;
|
|
391
392
|
organisation_id: string;
|
|
392
393
|
usage_type: string;
|
|
393
394
|
file_type: FileType;
|
|
394
|
-
ticket_id: string;
|
|
395
395
|
file_url?: string | undefined;
|
|
396
396
|
file_key?: string | undefined;
|
|
397
397
|
file_name?: string | undefined;
|
|
@@ -400,10 +400,11 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
400
400
|
file_metadata?: Record<string, any> | undefined;
|
|
401
401
|
}>, "many">>>;
|
|
402
402
|
}, "strip", z.ZodTypeAny, {
|
|
403
|
-
admin_id: string;
|
|
404
403
|
admin_message: string;
|
|
405
404
|
ticket_status: TicketStatus;
|
|
405
|
+
admin_id: string;
|
|
406
406
|
TicketFileSchema: {
|
|
407
|
+
ticket_id: string;
|
|
407
408
|
status: Status;
|
|
408
409
|
organisation_id: string;
|
|
409
410
|
usage_type: string;
|
|
@@ -414,18 +415,17 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
414
415
|
file_description: string;
|
|
415
416
|
file_size: number;
|
|
416
417
|
file_metadata: Record<string, any>;
|
|
417
|
-
ticket_id: string;
|
|
418
418
|
}[];
|
|
419
419
|
}, {
|
|
420
|
-
admin_id: string;
|
|
421
420
|
ticket_status: TicketStatus;
|
|
421
|
+
admin_id: string;
|
|
422
422
|
admin_message?: string | undefined;
|
|
423
423
|
TicketFileSchema?: {
|
|
424
|
+
ticket_id: string;
|
|
424
425
|
status: Status;
|
|
425
426
|
organisation_id: string;
|
|
426
427
|
usage_type: string;
|
|
427
428
|
file_type: FileType;
|
|
428
|
-
ticket_id: string;
|
|
429
429
|
file_url?: string | undefined;
|
|
430
430
|
file_key?: string | undefined;
|
|
431
431
|
file_name?: string | undefined;
|
|
@@ -472,8 +472,8 @@ declare const TicketQuerySchema: z.ZodObject<{
|
|
|
472
472
|
ticket_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
473
473
|
ticket_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TicketStatus>, "many">>>;
|
|
474
474
|
}, "strip", z.ZodTypeAny, {
|
|
475
|
+
ticket_status: TicketStatus[];
|
|
475
476
|
status: Status[];
|
|
476
|
-
user_ids: string[];
|
|
477
477
|
search: string;
|
|
478
478
|
paging: PAGING;
|
|
479
479
|
page_count: number;
|
|
@@ -495,14 +495,14 @@ declare const TicketQuerySchema: z.ZodObject<{
|
|
|
495
495
|
date_format_id: string;
|
|
496
496
|
time_zone_id: string;
|
|
497
497
|
organisation_ids: string[];
|
|
498
|
+
user_ids: string[];
|
|
498
499
|
admin_ids: string[];
|
|
499
|
-
ticket_status: TicketStatus[];
|
|
500
500
|
ticket_ids: string[];
|
|
501
501
|
}, {
|
|
502
502
|
date_format_id: string;
|
|
503
503
|
time_zone_id: string;
|
|
504
|
+
ticket_status?: TicketStatus[] | undefined;
|
|
504
505
|
status?: Status[] | undefined;
|
|
505
|
-
user_ids?: string[] | undefined;
|
|
506
506
|
search?: string | undefined;
|
|
507
507
|
paging?: PAGING | undefined;
|
|
508
508
|
page_count?: unknown;
|
|
@@ -522,8 +522,8 @@ declare const TicketQuerySchema: z.ZodObject<{
|
|
|
522
522
|
}[] | undefined;
|
|
523
523
|
include_master_data?: YesNo | undefined;
|
|
524
524
|
organisation_ids?: string[] | undefined;
|
|
525
|
+
user_ids?: string[] | undefined;
|
|
525
526
|
admin_ids?: string[] | undefined;
|
|
526
|
-
ticket_status?: TicketStatus[] | undefined;
|
|
527
527
|
ticket_ids?: string[] | undefined;
|
|
528
528
|
}>;
|
|
529
529
|
type TicketQueryDTO = z.infer<typeof TicketQuerySchema>;
|
|
@@ -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, il as UserOrganisationDTO, iq as UserOrganisationLogoDTO, ip as UserOrganisationLogoSchema, io as UserOrganisationQueryDTO, im as UserOrganisationQuerySchema, ik as UserOrganisationSchema, ij as UserOrganisationSimple, iu as createUserOrganisation, iw as deleteUserOrganisation, iy as deleteUserOrganisationLogo, it as findUserOrganisation, iA as getUserOrganisationCache, iB as getUserOrganisationCacheSimple, iz as get_user_organisation_presigned_url, is as newUserOrganisationPayload, ir as toUserOrganisationPayload, iv as updateUserOrganisation, ix as updateUserOrganisationLogo } from '../../../user_organisation_service-
|
|
4
|
+
export { U as UserOrganisation, il as UserOrganisationDTO, iq as UserOrganisationLogoDTO, ip as UserOrganisationLogoSchema, io as UserOrganisationQueryDTO, im as UserOrganisationQuerySchema, ik as UserOrganisationSchema, ij as UserOrganisationSimple, iu as createUserOrganisation, iw as deleteUserOrganisation, iy as deleteUserOrganisationLogo, it as findUserOrganisation, iA as getUserOrganisationCache, iB as getUserOrganisationCacheSimple, iz as get_user_organisation_presigned_url, is as newUserOrganisationPayload, ir as toUserOrganisationPayload, iv as updateUserOrganisation, ix as updateUserOrganisationLogo } from '../../../user_organisation_service-C186BM9A.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 { a as User, hR as UserDTO, i1 as UserDefaultDateFormatDTO, i0 as UserDefaultDateFormatSchema, hZ as UserDefaultLanguageDTO, hY as UserDefaultLanguageSchema, h$ as UserDefaultTimeZoneDTO, h_ as UserDefaultTimeZoneSchema, hP as UserLoginPush, hV as UserLogoDTO, hU as UserLogoSchema, hX as UserProfileDTO, hW as UserProfileSchema, hT as UserQueryDTO, hS as UserQuerySchema, hQ as UserSchema, hO as UserVehicleLink, i6 as createUser, i8 as deleteUser, ia as deleteUserLogo, i5 as findUser, ic as getUserCache, id as getUserCacheSimple, ie as get_user_presigned_url, i2 as newUserPayload, i3 as toUserPayload, i4 as toUserProfilePayload, i7 as updateUser, ii as updateUserDefaultDateformat, ig as updateUserDefaultLanguage, ih as updateUserDefaultTimezone, i9 as updateUserLogo, ib as updateUserProfile } from '../../../user_organisation_service-
|
|
4
|
+
export { a as User, hR as UserDTO, i1 as UserDefaultDateFormatDTO, i0 as UserDefaultDateFormatSchema, hZ as UserDefaultLanguageDTO, hY as UserDefaultLanguageSchema, h$ as UserDefaultTimeZoneDTO, h_ as UserDefaultTimeZoneSchema, hP as UserLoginPush, hV as UserLogoDTO, hU as UserLogoSchema, hX as UserProfileDTO, hW as UserProfileSchema, hT as UserQueryDTO, hS as UserQuerySchema, hQ as UserSchema, hO as UserVehicleLink, i6 as createUser, i8 as deleteUser, ia as deleteUserLogo, i5 as findUser, ic as getUserCache, id as getUserCacheSimple, ie as get_user_presigned_url, i2 as newUserPayload, i3 as toUserPayload, i4 as toUserProfilePayload, i7 as updateUser, ii as updateUserDefaultDateformat, ig as updateUserDefaultLanguage, ih as updateUserDefaultTimezone, i9 as updateUserLogo, ib as updateUserProfile } from '../../../user_organisation_service-C186BM9A.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-C186BM9A.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 { fV as MasterDeviceFileDTO, fU as MasterDeviceFileSchema, M as MasterVehicle, gb as MasterVehicleDocumentFileDTO, ga as MasterVehicleDocumentFileSchema, fD as MasterVehicleDropdown, fE as MasterVehicleFile, fP as MasterVehicleFileDTO, fO as MasterVehicleFileSchema, gn as SimpleFindQueryDTO, gm as SimpleFindQuerySchema, fT as VehicleBulkDTO, fS as VehicleBulkSchema, fR as VehicleDTO, fH as VehicleDetailBody, g5 as VehicleDetailBodyDTO, g4 as VehicleDetailBodySchema, fF as VehicleDetailGPS, g1 as VehicleDetailGPSSensorDTO, g0 as VehicleDetailGPSSensorSchema, fI as VehicleDetailLifeCycle, g7 as VehicleDetailLifeCycleDto, g6 as VehicleDetailLifeCycleSchema, fJ as VehicleDetailPurchase, g9 as VehicleDetailPurchaseDTO, g8 as VehicleDetailPurchaseSchema, fG as VehicleDetailTrip, g3 as VehicleDetailTripDTO, g2 as VehicleDetailTripSchema, fX as VehicleDeviceLinkDTO, fW as VehicleDeviceLinkSchema, fZ as VehicleDeviceUnlinkDTO, fY as VehicleDeviceUnlinkSchema, fK as VehicleDocument, gd as VehicleDocumentDTO, fM as VehicleDocumentExpiry, gh as VehicleDocumentExpiryDTO, gj as VehicleDocumentExpiryQueryDTO, gi as VehicleDocumentExpiryQuerySchema, gg as VehicleDocumentExpirySchema, fL as VehicleDocumentFile, gf as VehicleDocumentQueryDTO, ge as VehicleDocumentQuerySchema, gc as VehicleDocumentSchema, f$ as VehicleDriverLinkDTO, f_ as VehicleDriverLinkSchema, gp as VehicleGPSQueryDTO, go as VehicleGPSQuerySchema, fN as VehicleOdometerHistory, gl as VehicleQueryDTO, gk as VehicleQuerySchema, fQ as VehicleSchema, g$ as createFileDevice, gZ as createFileVehicle, h1 as createFileVehicleDocument, gF as createVehicle, gV as createVehicleDocument, h3 as createVehicleDocumentExpiry, gH as deleteVehicle, gW as findVehicleDocument, h4 as findVehicleDocumentExpiry, gE as findVehicleGPSDetails, gC as findVehicles, gD as findVehiclesLiveDashboard, gU as getDeviceLinkHistoryByDevice, gT as getDeviceLinkHistoryByVehicle, gQ as getDriverLinkHistoryByDriver, gP as getDriverLinkHistoryByVehicle, h7 as getVehicleCache, h9 as getVehicleParentCache, h8 as getVehicleSimpleCache, hb as getVehicleSimpleDropdownCacheLiveData, ha as getVehicleSimpleDropdownCustom, gA as get_device_file_presigned_url, gB as get_vehicle_document_file_presigned_url, gz as get_vehicle_file_presigned_url, gR as linkDeviceToVehicle, gN as linkDriverToVehicle, gy as newVehicleDocumentExpiryPayload, gr as newVehiclePayload, h0 as removeFileDevice, g_ as removeFileVehicle, h2 as removeFileVehicleDocument, gY as removeVehicleDocument, h6 as removeVehicleDocumentExpiry, gv as toVehicleDetailLifeCyclePayload, gw as toVehicleDetailPurchasePayload, gu as toVehicleDetailsBodyPayload, gs as toVehicleDetailsGPSPayload, gt as toVehicleDetailsTripPayload, gx as toVehicleDocumentExpiryPayload, gq as toVehiclePayload, gS as unlinkDeviceFromVehicle, gO as unlinkDriverFromVehicle, gI as updateDetailsGpsSensor, gJ as updateDetailsTrip, gG as updateVehicle, gK as updateVehicleBodyDetails, gX as updateVehicleDocument, h5 as updateVehicleDocumentExpiry, gL as updateVehicleLifeCycleDetails, gM as updateVehiclePurchaseDetails } from '../../../user_organisation_service-
|
|
5
|
+
export { fV as MasterDeviceFileDTO, fU as MasterDeviceFileSchema, M as MasterVehicle, gb as MasterVehicleDocumentFileDTO, ga as MasterVehicleDocumentFileSchema, fD as MasterVehicleDropdown, fE as MasterVehicleFile, fP as MasterVehicleFileDTO, fO as MasterVehicleFileSchema, gn as SimpleFindQueryDTO, gm as SimpleFindQuerySchema, fT as VehicleBulkDTO, fS as VehicleBulkSchema, fR as VehicleDTO, fH as VehicleDetailBody, g5 as VehicleDetailBodyDTO, g4 as VehicleDetailBodySchema, fF as VehicleDetailGPS, g1 as VehicleDetailGPSSensorDTO, g0 as VehicleDetailGPSSensorSchema, fI as VehicleDetailLifeCycle, g7 as VehicleDetailLifeCycleDto, g6 as VehicleDetailLifeCycleSchema, fJ as VehicleDetailPurchase, g9 as VehicleDetailPurchaseDTO, g8 as VehicleDetailPurchaseSchema, fG as VehicleDetailTrip, g3 as VehicleDetailTripDTO, g2 as VehicleDetailTripSchema, fX as VehicleDeviceLinkDTO, fW as VehicleDeviceLinkSchema, fZ as VehicleDeviceUnlinkDTO, fY as VehicleDeviceUnlinkSchema, fK as VehicleDocument, gd as VehicleDocumentDTO, fM as VehicleDocumentExpiry, gh as VehicleDocumentExpiryDTO, gj as VehicleDocumentExpiryQueryDTO, gi as VehicleDocumentExpiryQuerySchema, gg as VehicleDocumentExpirySchema, fL as VehicleDocumentFile, gf as VehicleDocumentQueryDTO, ge as VehicleDocumentQuerySchema, gc as VehicleDocumentSchema, f$ as VehicleDriverLinkDTO, f_ as VehicleDriverLinkSchema, gp as VehicleGPSQueryDTO, go as VehicleGPSQuerySchema, fN as VehicleOdometerHistory, gl as VehicleQueryDTO, gk as VehicleQuerySchema, fQ as VehicleSchema, g$ as createFileDevice, gZ as createFileVehicle, h1 as createFileVehicleDocument, gF as createVehicle, gV as createVehicleDocument, h3 as createVehicleDocumentExpiry, gH as deleteVehicle, gW as findVehicleDocument, h4 as findVehicleDocumentExpiry, gE as findVehicleGPSDetails, gC as findVehicles, gD as findVehiclesLiveDashboard, gU as getDeviceLinkHistoryByDevice, gT as getDeviceLinkHistoryByVehicle, gQ as getDriverLinkHistoryByDriver, gP as getDriverLinkHistoryByVehicle, h7 as getVehicleCache, h9 as getVehicleParentCache, h8 as getVehicleSimpleCache, hb as getVehicleSimpleDropdownCacheLiveData, ha as getVehicleSimpleDropdownCustom, gA as get_device_file_presigned_url, gB as get_vehicle_document_file_presigned_url, gz as get_vehicle_file_presigned_url, gR as linkDeviceToVehicle, gN as linkDriverToVehicle, gy as newVehicleDocumentExpiryPayload, gr as newVehiclePayload, h0 as removeFileDevice, g_ as removeFileVehicle, h2 as removeFileVehicleDocument, gY as removeVehicleDocument, h6 as removeVehicleDocumentExpiry, gv as toVehicleDetailLifeCyclePayload, gw as toVehicleDetailPurchasePayload, gu as toVehicleDetailsBodyPayload, gs as toVehicleDetailsGPSPayload, gt as toVehicleDetailsTripPayload, gx as toVehicleDocumentExpiryPayload, gq as toVehiclePayload, gS as unlinkDeviceFromVehicle, gO as unlinkDriverFromVehicle, gI as updateDetailsGpsSensor, gJ as updateDetailsTrip, gG as updateVehicle, gK as updateVehicleBodyDetails, gX as updateVehicleDocument, h5 as updateVehicleDocumentExpiry, gL as updateVehicleLifeCycleDetails, gM as updateVehiclePurchaseDetails } from '../../../user_organisation_service-C186BM9A.js';
|
|
6
6
|
import '../../master/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, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { cA as MasterDeviceManufacturer, cC as MasterDeviceManufacturerDTO, cE as MasterDeviceManufacturerQueryDTO, cD as MasterDeviceManufacturerQuerySchema, cB as MasterDeviceManufacturerSchema, cI as createMasterDeviceManufacturer, cK as deleteMasterDeviceManufacturer, cH as findMasterDeviceManufacturers, cL as getMasterDeviceManufacturerCache, cN as getMasterDeviceManufacturerCacheChild, cM as getMasterDeviceManufacturerCacheCount, cG as newMasterDeviceManufacturerPayload, cF as toMasterDeviceManufacturerPayload, cJ as updateMasterDeviceManufacturer } from '../../../user_organisation_service-
|
|
4
|
+
export { cA as MasterDeviceManufacturer, cC as MasterDeviceManufacturerDTO, cE as MasterDeviceManufacturerQueryDTO, cD as MasterDeviceManufacturerQuerySchema, cB as MasterDeviceManufacturerSchema, cI as createMasterDeviceManufacturer, cK as deleteMasterDeviceManufacturer, cH as findMasterDeviceManufacturers, cL as getMasterDeviceManufacturerCache, cN as getMasterDeviceManufacturerCacheChild, cM as getMasterDeviceManufacturerCacheCount, cG as newMasterDeviceManufacturerPayload, cF as toMasterDeviceManufacturerPayload, cJ as updateMasterDeviceManufacturer } from '../../../user_organisation_service-C186BM9A.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 { cm as MasterDeviceModel, co as MasterDeviceModelDTO, cq as MasterDeviceModelQueryDTO, cp as MasterDeviceModelQuerySchema, cn as MasterDeviceModelSchema, cu as createMasterDeviceModel, cw as deleteMasterDeviceModel, ct as findMasterDeviceModels, cx as getMasterDeviceModelCache, cz as getMasterDeviceModelCacheChild, cy as getMasterDeviceModelCacheCount, cs as newMasterDeviceModelPayload, cr as toMasterDeviceModelPayload, cv as updateMasterDeviceModel } from '../../../user_organisation_service-
|
|
4
|
+
export { cm as MasterDeviceModel, co as MasterDeviceModelDTO, cq as MasterDeviceModelQueryDTO, cp as MasterDeviceModelQuerySchema, cn as MasterDeviceModelSchema, cu as createMasterDeviceModel, cw as deleteMasterDeviceModel, ct as findMasterDeviceModels, cx as getMasterDeviceModelCache, cz as getMasterDeviceModelCacheChild, cy as getMasterDeviceModelCacheCount, cs as newMasterDeviceModelPayload, cr as toMasterDeviceModelPayload, cv as updateMasterDeviceModel } from '../../../user_organisation_service-C186BM9A.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 { c8 as MasterDeviceType, ca as MasterDeviceTypeDTO, cc as MasterDeviceTypeQueryDTO, cb as MasterDeviceTypeQuerySchema, c9 as MasterDeviceTypeSchema, cg as createMasterDeviceType, ci as deleteMasterDeviceType, cf as findMasterDeviceTypes, cj as getMasterDeviceTypeCache, cl as getMasterDeviceTypeCacheChild, ck as getMasterDeviceTypeCacheCount, ce as newMasterDeviceTypePayload, cd as toMasterDeviceTypePayload, ch as updateMasterDeviceType } from '../../../user_organisation_service-
|
|
4
|
+
export { c8 as MasterDeviceType, ca as MasterDeviceTypeDTO, cc as MasterDeviceTypeQueryDTO, cb as MasterDeviceTypeQuerySchema, c9 as MasterDeviceTypeSchema, cg as createMasterDeviceType, ci as deleteMasterDeviceType, cf as findMasterDeviceTypes, cj as getMasterDeviceTypeCache, cl as getMasterDeviceTypeCacheChild, ck as getMasterDeviceTypeCacheCount, ce as newMasterDeviceTypePayload, cd as toMasterDeviceTypePayload, ch as updateMasterDeviceType } from '../../../user_organisation_service-C186BM9A.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 { ExpenseCategory, 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-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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,
|
|
4
|
+
import { U as UserOrganisation, g as MasterMainCountry } from '../../../user_organisation_service-C186BM9A.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
|
-
|
|
31
|
+
logo_url: string;
|
|
32
|
+
logo_key: string;
|
|
32
33
|
status: Status;
|
|
33
34
|
organisation_id: string;
|
|
35
|
+
description: string;
|
|
34
36
|
country_id: string;
|
|
35
|
-
logo_key: string;
|
|
36
|
-
logo_url: string;
|
|
37
37
|
company_name: string;
|
|
38
38
|
}, {
|
|
39
39
|
status: Status;
|
|
40
40
|
organisation_id: string;
|
|
41
41
|
country_id: string;
|
|
42
42
|
company_name: string;
|
|
43
|
-
description?: string | undefined;
|
|
44
|
-
logo_key?: string | undefined;
|
|
45
43
|
logo_url?: string | undefined;
|
|
44
|
+
logo_key?: string | undefined;
|
|
45
|
+
description?: 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-C186BM9A.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -21,10 +21,10 @@ 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
|
-
description: string;
|
|
25
24
|
status: Status;
|
|
26
25
|
organisation_id: string;
|
|
27
26
|
document_type: string;
|
|
27
|
+
description: string;
|
|
28
28
|
}, {
|
|
29
29
|
status: Status;
|
|
30
30
|
organisation_id: string;
|