vms-nest-prisma-api-document 204.0.0 → 205.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 +5 -1
- package/dist/core/Enums.js +6 -0
- package/dist/services/account/bookmark_service.d.ts +9 -9
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- 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 +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_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/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 +20 -20
- 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/main/vehicle/master_vehicle_service.js +69 -0
- 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 +6 -6
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- 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 +3 -3
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
- 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_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- 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 +1 -1
- 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-DsYI7h9f.d.ts → user_organisation_service-C4kcSPYe.d.ts} +149 -26
- package/package.json +1 -1
package/dist/core/Enums.d.ts
CHANGED
|
@@ -708,5 +708,9 @@ declare enum LoanInterestType {
|
|
|
708
708
|
Compound = "Compound",
|
|
709
709
|
Reducing = "Reducing"
|
|
710
710
|
}
|
|
711
|
+
declare enum ExpiryType {
|
|
712
|
+
Expiring = "Expiring",
|
|
713
|
+
Expired = "Expired"
|
|
714
|
+
}
|
|
711
715
|
|
|
712
|
-
export { AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, EnrollmentStatus, ExpenseCategory, FileType, FleetSize, GPSFuelApproveStatus, GPSSource, GPSType, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, InspectionActionStatus, InspectionStatus, InspectionType, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, ScheduleStatus, ScheduleType, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
|
|
716
|
+
export { AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, EnrollmentStatus, ExpenseCategory, ExpiryType, FileType, FleetSize, GPSFuelApproveStatus, GPSSource, GPSType, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, InspectionActionStatus, InspectionStatus, InspectionType, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, ScheduleStatus, ScheduleType, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
|
package/dist/core/Enums.js
CHANGED
|
@@ -797,6 +797,11 @@ var LoanInterestType = /* @__PURE__ */ ((LoanInterestType2) => {
|
|
|
797
797
|
LoanInterestType2["Reducing"] = "Reducing";
|
|
798
798
|
return LoanInterestType2;
|
|
799
799
|
})(LoanInterestType || {});
|
|
800
|
+
var ExpiryType = /* @__PURE__ */ ((ExpiryType2) => {
|
|
801
|
+
ExpiryType2["Expiring"] = "Expiring";
|
|
802
|
+
ExpiryType2["Expired"] = "Expired";
|
|
803
|
+
return ExpiryType2;
|
|
804
|
+
})(ExpiryType || {});
|
|
800
805
|
export {
|
|
801
806
|
AdminRole,
|
|
802
807
|
AlertSubType,
|
|
@@ -815,6 +820,7 @@ export {
|
|
|
815
820
|
DriverType,
|
|
816
821
|
EnrollmentStatus,
|
|
817
822
|
ExpenseCategory,
|
|
823
|
+
ExpiryType,
|
|
818
824
|
FileType,
|
|
819
825
|
FleetSize,
|
|
820
826
|
GPSFuelApproveStatus,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MenuType, 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-C4kcSPYe.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -40,12 +40,9 @@ declare const BookMarkSchema: z.ZodObject<{
|
|
|
40
40
|
sub_item_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
41
41
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
status: Status;
|
|
44
|
-
organisation_id: string;
|
|
45
|
-
user_id: string;
|
|
46
|
-
group_name: string;
|
|
47
43
|
module_name: string;
|
|
48
44
|
menu_type: MenuType;
|
|
45
|
+
group_name: string;
|
|
49
46
|
group_name_language: string;
|
|
50
47
|
group_icon: string;
|
|
51
48
|
group_url: string;
|
|
@@ -53,16 +50,19 @@ declare const BookMarkSchema: z.ZodObject<{
|
|
|
53
50
|
sub_item_name_language: string;
|
|
54
51
|
sub_item_icon: string;
|
|
55
52
|
sub_item_url: string;
|
|
56
|
-
}, {
|
|
57
53
|
status: Status;
|
|
58
54
|
organisation_id: string;
|
|
59
55
|
user_id: string;
|
|
60
|
-
|
|
56
|
+
}, {
|
|
61
57
|
module_name: string;
|
|
62
58
|
menu_type: MenuType;
|
|
59
|
+
group_name: string;
|
|
63
60
|
group_name_language: string;
|
|
64
61
|
group_icon: string;
|
|
65
62
|
group_url: string;
|
|
63
|
+
status: Status;
|
|
64
|
+
organisation_id: string;
|
|
65
|
+
user_id: string;
|
|
66
66
|
sub_item_name?: string | undefined;
|
|
67
67
|
sub_item_name_language?: string | undefined;
|
|
68
68
|
sub_item_icon?: string | undefined;
|
|
@@ -105,6 +105,7 @@ declare const BookMarkQuerySchema: z.ZodObject<{
|
|
|
105
105
|
bookmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
106
106
|
menu_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof MenuType>, "many">>>;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
|
+
menu_type: MenuType[];
|
|
108
109
|
status: Status[];
|
|
109
110
|
search: string;
|
|
110
111
|
paging: PAGING;
|
|
@@ -128,11 +129,11 @@ declare const BookMarkQuerySchema: z.ZodObject<{
|
|
|
128
129
|
time_zone_id: string;
|
|
129
130
|
organisation_ids: string[];
|
|
130
131
|
user_ids: string[];
|
|
131
|
-
menu_type: MenuType[];
|
|
132
132
|
bookmark_ids: string[];
|
|
133
133
|
}, {
|
|
134
134
|
date_format_id: string;
|
|
135
135
|
time_zone_id: string;
|
|
136
|
+
menu_type?: MenuType[] | undefined;
|
|
136
137
|
status?: Status[] | undefined;
|
|
137
138
|
search?: string | undefined;
|
|
138
139
|
paging?: PAGING | undefined;
|
|
@@ -154,7 +155,6 @@ declare const BookMarkQuerySchema: z.ZodObject<{
|
|
|
154
155
|
include_master_data?: YesNo | undefined;
|
|
155
156
|
organisation_ids?: string[] | undefined;
|
|
156
157
|
user_ids?: string[] | undefined;
|
|
157
|
-
menu_type?: MenuType[] | undefined;
|
|
158
158
|
bookmark_ids?: string[] | undefined;
|
|
159
159
|
}>;
|
|
160
160
|
type BookMarkQueryDTO = z.infer<typeof BookMarkQuerySchema>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnOff, NotificationChannel, YesNo, NotificationList, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } 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, a as User } from '../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, a as User } from '../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import { GPSGeofence } from '../gps/features/geofence/gps_geofence_service.js';
|
|
6
6
|
import '../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnOff, ReportType, ReportList, ReportChannel, YesNo, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } 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-C4kcSPYe.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -2,6 +2,6 @@ import '../../core/Enums.js';
|
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../zod_utils/zod_base_schema.js';
|
|
5
|
-
import '../../user_organisation_service-
|
|
5
|
+
import '../../user_organisation_service-C4kcSPYe.js';
|
|
6
6
|
export { T as Ticket, e as TicketDTO, a as TicketFile, c as TicketFileDTO, b as TicketFileSchema, i as TicketQueryDTO, h as TicketQuerySchema, d as TicketSchema, g as TicketVerifyDTO, f as TicketVerifySchema, l as createTicket, q as createTicketFile, o as deleteTicket, k as findTickets, p as getTicketFilePresignedUrl, n as newTicketPayload, r as removeTicketFile, t as toTicketPayload, j as toVerifyTicketPayload, u as updateTicket, m as updateVerifyStatus } from '../main/users/user_admin_service.js';
|
|
7
7
|
import '../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BusStopType, GeofenceType, 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, O as OrganisationBranch } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HolidayType, 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, O as OrganisationBranch } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, BusLeg, YesNo, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import { BusStop } from './bus_stop.js';
|
|
6
6
|
import { Student } from './student.js';
|
|
7
7
|
import '../../../zod_utils/zod_base_schema.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, O as OrganisationBranch } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EnrollmentStatus, TransportPlanType, Status, YesNo, StudentLeaveType, ApprovalStatus, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import { MasterClass } from '../../master/bus/master_class_service.js';
|
|
6
6
|
import { MasterProgram } from '../../master/bus/master_program_service.js';
|
|
7
7
|
import { MasterSection } from '../../master/bus/master_section_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, M as MasterVehicle, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import { FuelConsumptionMonthly } from '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -2,7 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, RefillMethod, PaymentMode, Pay
|
|
|
2
2
|
import { BaseCommonFile, FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-
|
|
5
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
6
6
|
import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
|
|
7
7
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, Status, FileType, PAGING, Load
|
|
|
2
2
|
import { BaseCommonFile, FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-
|
|
5
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
6
6
|
import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
|
|
7
7
|
import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
|
|
8
8
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofencePurposeType, GeofenceType, 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-C4kcSPYe.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofenceStatusType, 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, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import { GPSGeofence } from './gps_geofence_service.js';
|
|
6
6
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
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, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import { GPSGeofence } from './gps_geofence_service.js';
|
|
6
6
|
import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
|
|
7
7
|
import '../../../../zod_utils/zod_base_schema.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, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-C4kcSPYe.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LinkType, LinkStatus, 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-C4kcSPYe.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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-C4kcSPYe.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 { cZ as AssignRemoveDeviceHistory, d3 as DeviceSimLinkDTO, d2 as DeviceSimLinkSchema, c as MasterDevice, c$ as MasterDeviceDTO, d1 as MasterDeviceQueryDTO, d0 as MasterDeviceQuerySchema, c_ as MasterDeviceSchema, d7 as createMasterDevice, d9 as deleteMasterDevice, da as device_sim_link, db as device_sim_unlink, d6 as findMasterDevices, dd as get_device_sim_link_history_by_device, dc as get_device_sim_link_history_by_sim, d5 as newMasterDevicePayload, d4 as toMasterDevicePayload, d8 as updateMasterDevice } from '../../../user_organisation_service-
|
|
5
|
+
export { cZ as AssignRemoveDeviceHistory, d3 as DeviceSimLinkDTO, d2 as DeviceSimLinkSchema, c as MasterDevice, c$ as MasterDeviceDTO, d1 as MasterDeviceQueryDTO, d0 as MasterDeviceQuerySchema, c_ as MasterDeviceSchema, d7 as createMasterDevice, d9 as deleteMasterDevice, da as device_sim_link, db as device_sim_unlink, d6 as findMasterDevices, dd as get_device_sim_link_history_by_device, dc as get_device_sim_link_history_by_sim, d5 as newMasterDevicePayload, d4 as toMasterDevicePayload, d8 as updateMasterDevice } from '../../../user_organisation_service-C4kcSPYe.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 { bH as AssignRemoveDriverHistory, bI as DriverLoginPush, b as MasterDriver, bM as MasterDriverDTO, bG as MasterDriverFile, bK as MasterDriverFileDTO, bJ as MasterDriverFileSchema, bQ as MasterDriverLogoDTO, bP as MasterDriverLogoSchema, bS as MasterDriverProfileDTO, bR as MasterDriverProfileSchema, bO as MasterDriverQueryDTO, bN as MasterDriverQuerySchema, bL as MasterDriverSchema, bX as createMasterDriver, c5 as create_file, bZ as deleteMasterDriver, b$ as deleteMasterDriverLogo, bW as findMasterDriver, c1 as getMasterDriverCache, c2 as getMasterDriverCacheSimple, c3 as get_master_driver_presigned_url, c4 as get_master_driver_presigned_url_file, bV as newDriverPayload, c6 as remove_file, bT as toDriverPayload, bU as toDriverProfilePayload, bY as updateMasterDriver, b_ as updateMasterDriverLogo, c0 as updateMasterDriverProfile } from '../../../user_organisation_service-
|
|
5
|
+
export { bH as AssignRemoveDriverHistory, bI as DriverLoginPush, b as MasterDriver, bM as MasterDriverDTO, bG as MasterDriverFile, bK as MasterDriverFileDTO, bJ as MasterDriverFileSchema, bQ as MasterDriverLogoDTO, bP as MasterDriverLogoSchema, bS as MasterDriverProfileDTO, bR as MasterDriverProfileSchema, bO as MasterDriverQueryDTO, bN as MasterDriverQuerySchema, bL as MasterDriverSchema, bX as createMasterDriver, c5 as create_file, bZ as deleteMasterDriver, b$ as deleteMasterDriverLogo, bW as findMasterDriver, c1 as getMasterDriverCache, c2 as getMasterDriverCacheSimple, c3 as get_master_driver_presigned_url, c4 as get_master_driver_presigned_url_file, bV as newDriverPayload, c6 as remove_file, bT as toDriverPayload, bU as toDriverProfilePayload, bY as updateMasterDriver, b_ as updateMasterDriverLogo, c0 as updateMasterDriverProfile } from '../../../user_organisation_service-C4kcSPYe.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 { cO as AssignRemoveSimHistory, cN as MasterSim, cQ as MasterSimDTO, cS as MasterSimQueryDTO, cR as MasterSimQuerySchema, cP as MasterSimSchema, cW as createMasterSim, cY as deleteMasterSim, cV as findMasterSims, cU as newMasterSimPayload, cT as toMasterSimPayload, cX as updateMasterSim } from '../../../user_organisation_service-
|
|
4
|
+
export { cO as AssignRemoveSimHistory, cN as MasterSim, cQ as MasterSimDTO, cS as MasterSimQueryDTO, cR as MasterSimQuerySchema, cP as MasterSimSchema, cW as createMasterSim, cY as deleteMasterSim, cV as findMasterSims, cU as newMasterSimPayload, cT as toMasterSimPayload, cX as updateMasterSim } from '../../../user_organisation_service-C4kcSPYe.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-C4kcSPYe.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-C4kcSPYe.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_ids: string[];
|
|
172
171
|
admin_role: AdminRole[];
|
|
172
|
+
admin_ids: string[];
|
|
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_ids?: string[] | undefined;
|
|
196
195
|
admin_role?: AdminRole[] | undefined;
|
|
196
|
+
admin_ids?: string[] | undefined;
|
|
197
197
|
}>;
|
|
198
198
|
type UserAdminQueryDTO = z.infer<typeof UserAdminQuerySchema>;
|
|
199
199
|
declare const toUserAdminPayload: (admin: UserAdmin) => UserAdminDTO;
|
|
@@ -248,7 +248,6 @@ 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;
|
|
252
251
|
status: Status;
|
|
253
252
|
organisation_id: string;
|
|
254
253
|
usage_type: string;
|
|
@@ -259,12 +258,13 @@ declare const TicketFileSchema: z.ZodObject<{
|
|
|
259
258
|
file_description: string;
|
|
260
259
|
file_size: number;
|
|
261
260
|
file_metadata: Record<string, any>;
|
|
262
|
-
}, {
|
|
263
261
|
ticket_id: string;
|
|
262
|
+
}, {
|
|
264
263
|
status: Status;
|
|
265
264
|
organisation_id: string;
|
|
266
265
|
usage_type: string;
|
|
267
266
|
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,7 +292,6 @@ 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;
|
|
296
295
|
status: Status;
|
|
297
296
|
organisation_id: string;
|
|
298
297
|
usage_type: string;
|
|
@@ -303,12 +302,13 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
303
302
|
file_description: string;
|
|
304
303
|
file_size: number;
|
|
305
304
|
file_metadata: Record<string, any>;
|
|
306
|
-
}, {
|
|
307
305
|
ticket_id: string;
|
|
306
|
+
}, {
|
|
308
307
|
status: Status;
|
|
309
308
|
organisation_id: string;
|
|
310
309
|
usage_type: string;
|
|
311
310
|
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,13 +318,12 @@ 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;
|
|
323
321
|
status: Status;
|
|
324
322
|
organisation_id: string;
|
|
325
323
|
user_id: string;
|
|
324
|
+
description: string;
|
|
325
|
+
subject: string;
|
|
326
326
|
TicketFileSchema: {
|
|
327
|
-
ticket_id: string;
|
|
328
327
|
status: Status;
|
|
329
328
|
organisation_id: string;
|
|
330
329
|
usage_type: string;
|
|
@@ -335,19 +334,20 @@ declare const TicketSchema: z.ZodObject<{
|
|
|
335
334
|
file_description: string;
|
|
336
335
|
file_size: number;
|
|
337
336
|
file_metadata: Record<string, any>;
|
|
337
|
+
ticket_id: string;
|
|
338
338
|
}[];
|
|
339
339
|
}, {
|
|
340
|
-
subject: string;
|
|
341
340
|
status: Status;
|
|
342
341
|
organisation_id: string;
|
|
343
342
|
user_id: string;
|
|
343
|
+
subject: string;
|
|
344
344
|
description?: string | undefined;
|
|
345
345
|
TicketFileSchema?: {
|
|
346
|
-
ticket_id: string;
|
|
347
346
|
status: Status;
|
|
348
347
|
organisation_id: string;
|
|
349
348
|
usage_type: string;
|
|
350
349
|
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,7 +375,6 @@ 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;
|
|
379
378
|
status: Status;
|
|
380
379
|
organisation_id: string;
|
|
381
380
|
usage_type: string;
|
|
@@ -386,12 +385,13 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
386
385
|
file_description: string;
|
|
387
386
|
file_size: number;
|
|
388
387
|
file_metadata: Record<string, any>;
|
|
389
|
-
}, {
|
|
390
388
|
ticket_id: string;
|
|
389
|
+
}, {
|
|
391
390
|
status: Status;
|
|
392
391
|
organisation_id: string;
|
|
393
392
|
usage_type: string;
|
|
394
393
|
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,11 +400,10 @@ 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;
|
|
403
404
|
admin_message: string;
|
|
404
405
|
ticket_status: TicketStatus;
|
|
405
|
-
admin_id: string;
|
|
406
406
|
TicketFileSchema: {
|
|
407
|
-
ticket_id: string;
|
|
408
407
|
status: Status;
|
|
409
408
|
organisation_id: string;
|
|
410
409
|
usage_type: string;
|
|
@@ -415,17 +414,18 @@ declare const TicketVerifySchema: z.ZodObject<{
|
|
|
415
414
|
file_description: string;
|
|
416
415
|
file_size: number;
|
|
417
416
|
file_metadata: Record<string, any>;
|
|
417
|
+
ticket_id: string;
|
|
418
418
|
}[];
|
|
419
419
|
}, {
|
|
420
|
-
ticket_status: TicketStatus;
|
|
421
420
|
admin_id: string;
|
|
421
|
+
ticket_status: TicketStatus;
|
|
422
422
|
admin_message?: string | undefined;
|
|
423
423
|
TicketFileSchema?: {
|
|
424
|
-
ticket_id: string;
|
|
425
424
|
status: Status;
|
|
426
425
|
organisation_id: string;
|
|
427
426
|
usage_type: string;
|
|
428
427
|
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,7 +472,6 @@ 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[];
|
|
476
475
|
status: Status[];
|
|
477
476
|
search: string;
|
|
478
477
|
paging: PAGING;
|
|
@@ -497,11 +496,11 @@ declare const TicketQuerySchema: z.ZodObject<{
|
|
|
497
496
|
organisation_ids: string[];
|
|
498
497
|
user_ids: string[];
|
|
499
498
|
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;
|
|
505
504
|
status?: Status[] | undefined;
|
|
506
505
|
search?: string | undefined;
|
|
507
506
|
paging?: PAGING | undefined;
|
|
@@ -524,6 +523,7 @@ declare const TicketQuerySchema: z.ZodObject<{
|
|
|
524
523
|
organisation_ids?: string[] | undefined;
|
|
525
524
|
user_ids?: string[] | undefined;
|
|
526
525
|
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,
|
|
4
|
+
export { U as UserOrganisation, ik as UserOrganisationDTO, ip as UserOrganisationLogoDTO, io as UserOrganisationLogoSchema, im as UserOrganisationQueryDTO, il as UserOrganisationQuerySchema, ij as UserOrganisationSchema, ii as UserOrganisationSimple, it as createUserOrganisation, iv as deleteUserOrganisation, ix as deleteUserOrganisationLogo, is as findUserOrganisation, iz as getUserOrganisationCache, iA as getUserOrganisationCacheSimple, iy as get_user_organisation_presigned_url, ir as newUserOrganisationPayload, iq as toUserOrganisationPayload, iu as updateUserOrganisation, iw as updateUserOrganisationLogo } from '../../../user_organisation_service-C4kcSPYe.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,
|
|
4
|
+
export { a as User, hQ as UserDTO, i0 as UserDefaultDateFormatDTO, h$ as UserDefaultDateFormatSchema, hY as UserDefaultLanguageDTO, hX as UserDefaultLanguageSchema, h_ as UserDefaultTimeZoneDTO, hZ as UserDefaultTimeZoneSchema, hO as UserLoginPush, hU as UserLogoDTO, hT as UserLogoSchema, hW as UserProfileDTO, hV as UserProfileSchema, hS as UserQueryDTO, hR as UserQuerySchema, hP as UserSchema, hN as UserVehicleLink, i5 as createUser, i7 as deleteUser, i9 as deleteUserLogo, i4 as findUser, ib as getUserCache, ic as getUserCacheSimple, id as get_user_presigned_url, i1 as newUserPayload, i2 as toUserPayload, i3 as toUserProfilePayload, i6 as updateUser, ih as updateUserDefaultDateformat, ie as updateUserDefaultLanguage, ig as updateUserDefaultTimezone, i8 as updateUserLogo, ia as updateUserProfile } from '../../../user_organisation_service-C4kcSPYe.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-C4kcSPYe.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 { fU as MasterDeviceFileDTO, fT as MasterDeviceFileSchema, M as MasterVehicle, ga as MasterVehicleDocumentFileDTO, g9 as MasterVehicleDocumentFileSchema, fC as MasterVehicleDropdown, fD as MasterVehicleFile, fO as MasterVehicleFileDTO, fN as MasterVehicleFileSchema,
|
|
5
|
+
export { fU as MasterDeviceFileDTO, fT as MasterDeviceFileSchema, M as MasterVehicle, ga as MasterVehicleDocumentFileDTO, g9 as MasterVehicleDocumentFileSchema, fC as MasterVehicleDropdown, fD as MasterVehicleFile, fO as MasterVehicleFileDTO, fN as MasterVehicleFileSchema, gm as SimpleFindQueryDTO, gl as SimpleFindQuerySchema, fS as VehicleBulkDTO, fR as VehicleBulkSchema, fQ as VehicleDTO, fG as VehicleDetailBody, g4 as VehicleDetailBodyDTO, g3 as VehicleDetailBodySchema, fE as VehicleDetailGPS, g0 as VehicleDetailGPSSensorDTO, f$ as VehicleDetailGPSSensorSchema, fH as VehicleDetailLifeCycle, g6 as VehicleDetailLifeCycleDto, g5 as VehicleDetailLifeCycleSchema, fI as VehicleDetailPurchase, g8 as VehicleDetailPurchaseDTO, g7 as VehicleDetailPurchaseSchema, fF as VehicleDetailTrip, g2 as VehicleDetailTripDTO, g1 as VehicleDetailTripSchema, fW as VehicleDeviceLinkDTO, fV as VehicleDeviceLinkSchema, fY as VehicleDeviceUnlinkDTO, fX as VehicleDeviceUnlinkSchema, fJ as VehicleDocument, gc as VehicleDocumentDTO, fL as VehicleDocumentExpiry, gg as VehicleDocumentExpiryDTO, gi as VehicleDocumentExpiryQueryDTO, gh as VehicleDocumentExpiryQuerySchema, gf as VehicleDocumentExpirySchema, fK as VehicleDocumentFile, ge as VehicleDocumentQueryDTO, gd as VehicleDocumentQuerySchema, gb as VehicleDocumentSchema, f_ as VehicleDriverLinkDTO, fZ as VehicleDriverLinkSchema, go as VehicleGPSQueryDTO, gn as VehicleGPSQuerySchema, fM as VehicleOdometerHistory, gk as VehicleQueryDTO, gj as VehicleQuerySchema, fP as VehicleSchema, gU as createDocument, h2 as createDocumentExpiry, g_ as createFileDevice, gY as createFileVehicle, h0 as createFileVehicleDocument, gE as createVehicle, gG as deleteVehicle, gV as findDocument, h3 as findDocumentExpiry, gD as findVehicleGPSDetails, gB as findVehicles, gC as findVehiclesLiveDashboard, gT as getDeviceLinkHistoryByDevice, gS as getDeviceLinkHistoryByVehicle, gP as getDriverLinkHistoryByDriver, gO as getDriverLinkHistoryByVehicle, h6 as getVehicleCache, h8 as getVehicleParentCache, h7 as getVehicleSimpleCache, ha as getVehicleSimpleDropdownCacheLiveData, h9 as getVehicleSimpleDropdownCustom, gz as get_device_presigned_url, gA as get_master_driver_presigned_url_file, gy as get_vehicle_presigned_url, gQ as linkDeviceToVehicle, gM as linkDriverToVehicle, gx as newVehicleDocumentExpiryPayload, gq as newVehiclePayload, gX as removeDocument, h5 as removeDocumentExpiry, g$ as removeFileDevice, gZ as removeFileVehicle, h1 as removeFileVehicleDocument, gu as toVehicleDetailLifeCyclePayload, gv as toVehicleDetailPurchasePayload, gt as toVehicleDetailsBodyPayload, gr as toVehicleDetailsGPSPayload, gs as toVehicleDetailsTripPayload, gw as toVehicleDocumentExpiryPayload, gp as toVehiclePayload, gR as unlinkDeviceFromVehicle, gN as unlinkDriverFromVehicle, gH as updateDetailsGpsSensor, gI as updateDetailsTrip, gW as updateDocument, h4 as updateDocumentExpiry, gF as updateVehicle, gJ as updateVehicleBodyDetails, gK as updateVehicleLifeCycleDetails, gL as updateVehiclePurchaseDetails } from '../../../user_organisation_service-C4kcSPYe.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|