vms-nest-prisma-api-document 197.0.0 → 200.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 +31 -1
- package/dist/core/Enums.js +38 -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 +1 -1
- 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 +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 +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +644 -378
- 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 +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 +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 +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 +9 -9
- 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 +7 -7
- 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-ByNU_GlC.d.ts → user_organisation_service-CY8xuc2X.d.ts} +988 -482
- package/package.json +1 -1
package/dist/core/Enums.d.ts
CHANGED
|
@@ -678,5 +678,35 @@ declare enum DriverType {
|
|
|
678
678
|
Driver = "Driver",
|
|
679
679
|
Helper = "Helper"
|
|
680
680
|
}
|
|
681
|
+
declare enum SteeringType {
|
|
682
|
+
Manual = "Manual",
|
|
683
|
+
Power = "Power",
|
|
684
|
+
Electric = "Electric",
|
|
685
|
+
Hydraulic = "Hydraulic"
|
|
686
|
+
}
|
|
687
|
+
declare enum WheelDriveType {
|
|
688
|
+
FWD = "FWD",
|
|
689
|
+
RWD = "RWD",
|
|
690
|
+
AWD = "AWD",
|
|
691
|
+
FourWD = "FourWD",
|
|
692
|
+
TwoWD = "TwoWD",
|
|
693
|
+
SixWD = "SixWD",
|
|
694
|
+
EightWD = "EightWD",
|
|
695
|
+
EAWD = "EAWD",
|
|
696
|
+
SelectableFourWD = "SelectableFourWD"
|
|
697
|
+
}
|
|
698
|
+
declare enum VehicleLifeStatus {
|
|
699
|
+
Active = "Active",
|
|
700
|
+
Retired = "Retired",
|
|
701
|
+
Scrapped = "Scrapped",
|
|
702
|
+
Reassigned = "Reassigned",
|
|
703
|
+
Sold = "Sold",
|
|
704
|
+
Inactive = "Inactive"
|
|
705
|
+
}
|
|
706
|
+
declare enum LoanInterestType {
|
|
707
|
+
Simple = "Simple",
|
|
708
|
+
Compound = "Compound",
|
|
709
|
+
Reducing = "Reducing"
|
|
710
|
+
}
|
|
681
711
|
|
|
682
|
-
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, 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, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VerifyStatus, YesNo };
|
|
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 };
|
package/dist/core/Enums.js
CHANGED
|
@@ -763,6 +763,40 @@ var DriverType = /* @__PURE__ */ ((DriverType2) => {
|
|
|
763
763
|
DriverType2["Helper"] = "Helper";
|
|
764
764
|
return DriverType2;
|
|
765
765
|
})(DriverType || {});
|
|
766
|
+
var SteeringType = /* @__PURE__ */ ((SteeringType2) => {
|
|
767
|
+
SteeringType2["Manual"] = "Manual";
|
|
768
|
+
SteeringType2["Power"] = "Power";
|
|
769
|
+
SteeringType2["Electric"] = "Electric";
|
|
770
|
+
SteeringType2["Hydraulic"] = "Hydraulic";
|
|
771
|
+
return SteeringType2;
|
|
772
|
+
})(SteeringType || {});
|
|
773
|
+
var WheelDriveType = /* @__PURE__ */ ((WheelDriveType2) => {
|
|
774
|
+
WheelDriveType2["FWD"] = "FWD";
|
|
775
|
+
WheelDriveType2["RWD"] = "RWD";
|
|
776
|
+
WheelDriveType2["AWD"] = "AWD";
|
|
777
|
+
WheelDriveType2["FourWD"] = "FourWD";
|
|
778
|
+
WheelDriveType2["TwoWD"] = "TwoWD";
|
|
779
|
+
WheelDriveType2["SixWD"] = "SixWD";
|
|
780
|
+
WheelDriveType2["EightWD"] = "EightWD";
|
|
781
|
+
WheelDriveType2["EAWD"] = "EAWD";
|
|
782
|
+
WheelDriveType2["SelectableFourWD"] = "SelectableFourWD";
|
|
783
|
+
return WheelDriveType2;
|
|
784
|
+
})(WheelDriveType || {});
|
|
785
|
+
var VehicleLifeStatus = /* @__PURE__ */ ((VehicleLifeStatus2) => {
|
|
786
|
+
VehicleLifeStatus2["Active"] = "Active";
|
|
787
|
+
VehicleLifeStatus2["Retired"] = "Retired";
|
|
788
|
+
VehicleLifeStatus2["Scrapped"] = "Scrapped";
|
|
789
|
+
VehicleLifeStatus2["Reassigned"] = "Reassigned";
|
|
790
|
+
VehicleLifeStatus2["Sold"] = "Sold";
|
|
791
|
+
VehicleLifeStatus2["Inactive"] = "Inactive";
|
|
792
|
+
return VehicleLifeStatus2;
|
|
793
|
+
})(VehicleLifeStatus || {});
|
|
794
|
+
var LoanInterestType = /* @__PURE__ */ ((LoanInterestType2) => {
|
|
795
|
+
LoanInterestType2["Simple"] = "Simple";
|
|
796
|
+
LoanInterestType2["Compound"] = "Compound";
|
|
797
|
+
LoanInterestType2["Reducing"] = "Reducing";
|
|
798
|
+
return LoanInterestType2;
|
|
799
|
+
})(LoanInterestType || {});
|
|
766
800
|
export {
|
|
767
801
|
AdminRole,
|
|
768
802
|
AlertSubType,
|
|
@@ -804,6 +838,7 @@ export {
|
|
|
804
838
|
LoadChild,
|
|
805
839
|
LoadChildCount,
|
|
806
840
|
LoadParents,
|
|
841
|
+
LoanInterestType,
|
|
807
842
|
LoginFrom,
|
|
808
843
|
MenuType,
|
|
809
844
|
Module,
|
|
@@ -839,6 +874,7 @@ export {
|
|
|
839
874
|
ShareChannel,
|
|
840
875
|
SimStatus,
|
|
841
876
|
Status,
|
|
877
|
+
SteeringType,
|
|
842
878
|
StockType,
|
|
843
879
|
StudentLeaveType,
|
|
844
880
|
TicketStatus,
|
|
@@ -846,6 +882,8 @@ export {
|
|
|
846
882
|
TrackHistoryLinkStatus,
|
|
847
883
|
TransportPlanType,
|
|
848
884
|
TyreStatus,
|
|
885
|
+
VehicleLifeStatus,
|
|
849
886
|
VerifyStatus,
|
|
887
|
+
WheelDriveType,
|
|
850
888
|
YesNo
|
|
851
889
|
};
|
|
@@ -22,15 +22,15 @@ declare const UserLoginAnalyticsSchema: z.ZodObject<{
|
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
23
|
user_id: string;
|
|
24
24
|
organisation_id: string;
|
|
25
|
-
country_id: string;
|
|
26
25
|
login_from: LoginFrom;
|
|
26
|
+
country_id: string;
|
|
27
27
|
os_details: Record<string, any>;
|
|
28
28
|
ip_details: Record<string, any>;
|
|
29
29
|
}, {
|
|
30
30
|
user_id: string;
|
|
31
31
|
organisation_id: string;
|
|
32
|
-
country_id: string;
|
|
33
32
|
login_from: LoginFrom;
|
|
33
|
+
country_id: string;
|
|
34
34
|
os_details?: Record<string, any> | undefined;
|
|
35
35
|
ip_details?: Record<string, any> | undefined;
|
|
36
36
|
}>;
|
|
@@ -48,11 +48,11 @@ declare const UserLoginAnalyticsQuerySchema: z.ZodObject<{
|
|
|
48
48
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
49
49
|
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
-
login_from: LoginFrom;
|
|
52
51
|
search: string;
|
|
53
52
|
paging: PAGING;
|
|
54
53
|
page_count: number;
|
|
55
54
|
page_index: number;
|
|
55
|
+
login_from: LoginFrom;
|
|
56
56
|
date_format_id: string;
|
|
57
57
|
time_zone_id: string;
|
|
58
58
|
user_ids: string[];
|
|
@@ -43,11 +43,11 @@ declare const UserPageAnalyticsQuerySchema: z.ZodObject<{
|
|
|
43
43
|
user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
44
44
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
-
login_from: LoginFrom;
|
|
47
46
|
search: string;
|
|
48
47
|
paging: PAGING;
|
|
49
48
|
page_count: number;
|
|
50
49
|
page_index: number;
|
|
50
|
+
login_from: LoginFrom;
|
|
51
51
|
date_format_id: string;
|
|
52
52
|
time_zone_id: string;
|
|
53
53
|
user_ids: string[];
|
|
@@ -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-CY8xuc2X.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 { 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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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 GPSLiveTrackShareLinkNotificationSchema: 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_live_track_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_live_track_share_link_id: string;
|
|
58
|
+
}, {
|
|
60
59
|
status: Status;
|
|
61
60
|
organisation_id: string;
|
|
61
|
+
gps_live_track_share_link_id: string;
|
|
62
62
|
share_channels?: ShareChannel.Email[] | undefined;
|
|
63
63
|
mobile_numbers?: string | undefined;
|
|
64
64
|
email_ids?: string | undefined;
|
|
@@ -139,6 +139,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
|
140
140
|
link_status: LinkStatus[];
|
|
141
141
|
status: Status[];
|
|
142
|
+
time_zone_id: string;
|
|
142
143
|
search: string;
|
|
143
144
|
paging: PAGING;
|
|
144
145
|
page_count: number;
|
|
@@ -158,13 +159,12 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
158
159
|
}[];
|
|
159
160
|
include_master_data: YesNo;
|
|
160
161
|
date_format_id: string;
|
|
161
|
-
time_zone_id: string;
|
|
162
162
|
organisation_ids: string[];
|
|
163
163
|
vehicle_ids: string[];
|
|
164
164
|
gps_live_track_share_link_ids: string[];
|
|
165
165
|
}, {
|
|
166
|
-
date_format_id: string;
|
|
167
166
|
time_zone_id: string;
|
|
167
|
+
date_format_id: string;
|
|
168
168
|
link_status?: LinkStatus[] | undefined;
|
|
169
169
|
status?: Status[] | undefined;
|
|
170
170
|
search?: string | undefined;
|
|
@@ -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-CY8xuc2X.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;
|
|
51
52
|
status: Status;
|
|
52
53
|
organisation_id: string;
|
|
53
54
|
share_channels: ShareChannel.Email[];
|
|
54
55
|
mobile_numbers: string;
|
|
55
56
|
email_ids: string;
|
|
56
57
|
cc_email_ids: string;
|
|
57
|
-
gps_track_history_share_link_id: string;
|
|
58
58
|
}, {
|
|
59
|
+
gps_track_history_share_link_id: string;
|
|
59
60
|
status: Status;
|
|
60
61
|
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;
|
|
77
79
|
link_status: TrackHistoryLinkStatus;
|
|
78
80
|
status: Status;
|
|
79
81
|
organisation_id: string;
|
|
80
82
|
vehicle_id: string;
|
|
81
83
|
time_zone_id: string;
|
|
84
|
+
}, {
|
|
82
85
|
from_date_time: string;
|
|
83
86
|
to_date_time: string;
|
|
84
|
-
}, {
|
|
85
87
|
link_status: TrackHistoryLinkStatus;
|
|
86
88
|
status: Status;
|
|
87
89
|
organisation_id: string;
|
|
88
90
|
vehicle_id: string;
|
|
89
91
|
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,6 +137,7 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
link_status: TrackHistoryLinkStatus[];
|
|
139
139
|
status: Status[];
|
|
140
|
+
time_zone_id: string;
|
|
140
141
|
search: string;
|
|
141
142
|
paging: PAGING;
|
|
142
143
|
page_count: number;
|
|
@@ -156,13 +157,12 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
156
157
|
}[];
|
|
157
158
|
include_master_data: YesNo;
|
|
158
159
|
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
|
-
date_format_id: string;
|
|
165
164
|
time_zone_id: string;
|
|
165
|
+
date_format_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 { 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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.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-CY8xuc2X.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
8
8
|
interface UserAdmin extends Record<string, unknown> {
|
|
@@ -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, hY as UserOrganisationDTO, i0 as UserOrganisationLogoDTO, h$ as UserOrganisationLogoSchema, h_ as UserOrganisationQueryDTO, hZ as UserOrganisationQuerySchema, hX as UserOrganisationSchema, hW as UserOrganisationSimple, i4 as createUserOrganisation, i6 as deleteUserOrganisation, i8 as deleteUserOrganisationLogo, i3 as findUserOrganisation, ia as getUserOrganisationCache, ib as getUserOrganisationCacheSimple, i9 as get_user_organisation_presigned_url, i2 as newUserOrganisationPayload, i1 as toUserOrganisationPayload, i5 as updateUserOrganisation, i7 as updateUserOrganisationLogo } from '../../../user_organisation_service-CY8xuc2X.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, ht as UserDTO, hF as UserDefaultDateFormatDTO, hE as UserDefaultDateFormatSchema, hB as UserDefaultLanguageDTO, hA as UserDefaultLanguageSchema, hD as UserDefaultTimeZoneDTO, hC as UserDefaultTimeZoneSchema, hr as UserLoginPush, hx as UserLogoDTO, hw as UserLogoSchema, hz as UserProfileDTO, hy as UserProfileSchema, hv as UserQueryDTO, hu as UserQuerySchema, hs as UserSchema, hq as UserVehicleLink, hK as createUser, hM as deleteUser, hO as deleteUserLogo, hJ as findUser, hQ as getUserCache, hR as getUserCacheSimple, hS as get_user_presigned_url, hG as newUserPayload, hH as toUserPayload, hI as toUserProfilePayload, hL as updateUser, hV as updateUserDefaultDateformat, hT as updateUserDefaultLanguage, hU as updateUserDefaultTimezone, hN as updateUserLogo, hP as updateUserProfile } from '../../../user_organisation_service-CY8xuc2X.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-CY8xuc2X.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { M as MasterVehicle, fq as MasterVehicleDropdown,
|
|
5
|
+
export { fD as MasterDeviceFileDTO, fC as MasterDeviceFileSchema, M as MasterVehicle, fV as MasterVehicleDocumentFileDTO, fU as MasterVehicleDocumentFileSchema, fq as MasterVehicleDropdown, fx as MasterVehicleFileDTO, fw as MasterVehicleFileSchema, g1 as SimpleFindQueryDTO, g0 as SimpleFindQuerySchema, fB as VehicleBulkDTO, fA as VehicleBulkSchema, fz as VehicleDTO, ft as VehicleDetailBody, fP as VehicleDetailBodyDTO, fO as VehicleDetailBodySchema, fr as VehicleDetailGPS, fL as VehicleDetailGPSSensorDTO, fK as VehicleDetailGPSSensorSchema, fu as VehicleDetailLifeCycle, fR as VehicleDetailLifeCycleDto, fQ as VehicleDetailLifeCycleSchema, fv as VehicleDetailPurchase, fT as VehicleDetailPurchaseDTO, fS as VehicleDetailPurchaseSchema, fs as VehicleDetailTrip, fN as VehicleDetailTripDTO, fM as VehicleDetailTripSchema, fF as VehicleDeviceLinkDTO, fE as VehicleDeviceLinkSchema, fH as VehicleDeviceUnlinkDTO, fG as VehicleDeviceUnlinkSchema, fX as VehicleDocumentDTO, fZ as VehicleDocumentQueryDTO, fY as VehicleDocumentQuerySchema, fW as VehicleDocumentSchema, fJ as VehicleDriverLinkDTO, fI as VehicleDriverLinkSchema, g3 as VehicleGPSQueryDTO, g2 as VehicleGPSQuerySchema, f$ as VehicleQueryDTO, f_ as VehicleQuerySchema, fy as VehicleSchema, gx as createDocument, gD as createFileDevice, gB as createFileVehicle, gF as createFileVehicleDocument, gh as createVehicle, gj as deleteVehicle, gy as findDocument, gg as findVehicleGPSDetails, ge as findVehicles, gf as findVehiclesLiveDashboard, gw as getDeviceLinkHistoryByDevice, gv as getDeviceLinkHistoryByVehicle, gs as getDriverLinkHistoryByDriver, gr as getDriverLinkHistoryByVehicle, gM as getVehicleByUserCache, gH as getVehicleCache, gO as getVehicleParentByUserCache, gJ as getVehicleParentCache, gN as getVehicleSimpleByUserCache, gI as getVehicleSimpleCache, gP as getVehicleSimpleDropdownByUserCustom, gL as getVehicleSimpleDropdownCacheLiveData, gK as getVehicleSimpleDropdownCustom, gc as get_device_presigned_url, gd as get_master_driver_presigned_url_file, gb as get_vehicle_presigned_url, gt as linkDeviceToVehicle, gp as linkDriverToVehicle, g5 as newVehiclePayload, gA as removeDocument, gE as removeFileDevice, gC as removeFileVehicle, gG as removeFileVehicleDocument, g9 as toVehicleDetailLifeCyclePayload, ga as toVehicleDetailPurchasePayload, g8 as toVehicleDetailsBodyPayload, g6 as toVehicleDetailsGPSPayload, g7 as toVehicleDetailsTripPayload, g4 as toVehiclePayload, gu as unlinkDeviceFromVehicle, gq as unlinkDriverFromVehicle, gk as updateDetailsGpsSensor, gl as updateDetailsTrip, gz as updateDocument, gi as updateVehicle, gm as updateVehicleBodyDetails, gn as updateVehicleLifeCycleDetails, go as updateVehiclePurchaseDetails } from '../../../user_organisation_service-CY8xuc2X.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|