vms-nest-prisma-api-document 170.0.0 → 190.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/BaseResponse.d.ts +2 -2
- 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 +6 -267
- package/dist/services/account/ticket_service.js +57 -31
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +21 -21
- package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
- 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 +13 -13
- 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 +3 -3
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +3 -3
- 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 +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 +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- 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/drivers/master_driver_service.js +169 -143
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +94 -4
- package/dist/services/main/users/auth_service.js +54 -1
- package/dist/services/main/users/user_admin_service.d.ts +410 -5
- package/dist/services/main/users/user_admin_service.js +64 -20
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.js +62 -48
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/users/user_service.js +94 -39
- 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 +7 -7
- package/dist/services/master/expense/master_expense_type_service.d.ts +2 -2
- 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 +2 -2
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +2 -2
- 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_timezone_service.js +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +120 -4
- 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 +7 -7
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +2 -2
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +4 -4
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +4 -4
- 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 +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/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/faq_service.d.ts +1 -1
- package/dist/{user_organisation_service-CEtTkdF3.d.ts → user_organisation_service-D0LL8hds.d.ts} +385 -223
- package/package.json +1 -1
package/dist/{user_organisation_service-CEtTkdF3.d.ts → user_organisation_service-D0LL8hds.d.ts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, FleetSize } from './core/Enums.js';
|
|
2
|
-
import { FBR, SBR, BR } from './core/BaseResponse.js';
|
|
1
|
+
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, FleetSize } from './core/Enums.js';
|
|
2
|
+
import { FBR, SBR, BaseCommonFile, BR, AWSPresignedUrl } from './core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { BaseQueryDTO } from './zod_utils/zod_base_schema.js';
|
|
4
|
+
import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
|
|
5
5
|
import { MasterMainSimProvider } from './services/master/main/master_main_sim_provider_service.js';
|
|
6
6
|
|
|
7
7
|
interface MasterMainIndustry extends Record<string, unknown> {
|
|
@@ -263,7 +263,7 @@ interface MasterMainTimeZone extends Record<string, unknown> {
|
|
|
263
263
|
}
|
|
264
264
|
declare const MasterMainTimeZoneSchema: z.ZodObject<{
|
|
265
265
|
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
266
|
-
time_zone_identifier: z.
|
|
266
|
+
time_zone_identifier: z.ZodEffects<z.ZodString, string, string>;
|
|
267
267
|
time_zone_code: z.ZodEffects<z.ZodString, string, string>;
|
|
268
268
|
time_zone_abbrevation: z.ZodEffects<z.ZodString, string, string>;
|
|
269
269
|
time_zone_offset: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -281,9 +281,9 @@ declare const MasterMainTimeZoneSchema: z.ZodObject<{
|
|
|
281
281
|
status: Status;
|
|
282
282
|
country_id: string;
|
|
283
283
|
time_zone_code: string;
|
|
284
|
+
time_zone_identifier: string;
|
|
284
285
|
time_zone_abbrevation: string;
|
|
285
286
|
time_zone_offset: string;
|
|
286
|
-
time_zone_identifier?: string | undefined;
|
|
287
287
|
time_zone_offset_seconds?: unknown;
|
|
288
288
|
}>;
|
|
289
289
|
type MasterMainTimeZoneDTO = z.infer<typeof MasterMainTimeZoneSchema>;
|
|
@@ -741,120 +741,6 @@ declare const updateMasterMainDateFormat: (id: string, data: MasterMainDateForma
|
|
|
741
741
|
declare const deleteMasterMainDateFormat: (id: string) => Promise<SBR>;
|
|
742
742
|
declare const getMasterMainDateFormatCache: () => Promise<FBR<MasterMainDateFormat[]>>;
|
|
743
743
|
|
|
744
|
-
interface MasterMainUnitDistance extends Record<string, unknown> {
|
|
745
|
-
unit_id: string;
|
|
746
|
-
unit_name: string;
|
|
747
|
-
unit_code: string;
|
|
748
|
-
status: Status;
|
|
749
|
-
added_date_time: string;
|
|
750
|
-
modified_date_time: string;
|
|
751
|
-
UserOrganisation: UserOrganisation[];
|
|
752
|
-
_count?: {
|
|
753
|
-
UserOrganisation: number;
|
|
754
|
-
};
|
|
755
|
-
}
|
|
756
|
-
declare const MasterMainUnitDistanceSchema: z.ZodObject<{
|
|
757
|
-
unit_name: z.ZodEffects<z.ZodString, string, string>;
|
|
758
|
-
unit_code: z.ZodEffects<z.ZodString, string, string>;
|
|
759
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
760
|
-
}, "strip", z.ZodTypeAny, {
|
|
761
|
-
status: Status;
|
|
762
|
-
unit_name: string;
|
|
763
|
-
unit_code: string;
|
|
764
|
-
}, {
|
|
765
|
-
status: Status;
|
|
766
|
-
unit_name: string;
|
|
767
|
-
unit_code: string;
|
|
768
|
-
}>;
|
|
769
|
-
type MasterMainUnitDistanceDTO = z.infer<typeof MasterMainUnitDistanceSchema>;
|
|
770
|
-
declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
|
|
771
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
772
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
773
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
774
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
775
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
776
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
777
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
778
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
779
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
780
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
781
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
782
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
783
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
784
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
785
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
786
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
787
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
788
|
-
}, "strip", z.ZodTypeAny, {
|
|
789
|
-
name: string;
|
|
790
|
-
field: string;
|
|
791
|
-
direction: OrderBy;
|
|
792
|
-
}, {
|
|
793
|
-
name: string;
|
|
794
|
-
field: string;
|
|
795
|
-
direction: OrderBy;
|
|
796
|
-
}>, "many">>>;
|
|
797
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
798
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
799
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
800
|
-
} & {
|
|
801
|
-
unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
802
|
-
}, "strip", z.ZodTypeAny, {
|
|
803
|
-
status: Status[];
|
|
804
|
-
search: string;
|
|
805
|
-
paging: PAGING;
|
|
806
|
-
page_count: number;
|
|
807
|
-
page_index: number;
|
|
808
|
-
load_parents: LoadParents;
|
|
809
|
-
load_parents_list: string[];
|
|
810
|
-
load_child: LoadChild;
|
|
811
|
-
load_child_list: string[];
|
|
812
|
-
load_child_count: LoadChildCount;
|
|
813
|
-
load_child_count_list: string[];
|
|
814
|
-
include_details: Record<string, any>;
|
|
815
|
-
where_relations: Record<string, any>;
|
|
816
|
-
order_by: {
|
|
817
|
-
name: string;
|
|
818
|
-
field: string;
|
|
819
|
-
direction: OrderBy;
|
|
820
|
-
}[];
|
|
821
|
-
include_master_data: YesNo;
|
|
822
|
-
date_format_id: string;
|
|
823
|
-
time_zone_id: string;
|
|
824
|
-
unit_ids: string[];
|
|
825
|
-
}, {
|
|
826
|
-
date_format_id: string;
|
|
827
|
-
time_zone_id: string;
|
|
828
|
-
status?: Status[] | undefined;
|
|
829
|
-
search?: string | undefined;
|
|
830
|
-
paging?: PAGING | undefined;
|
|
831
|
-
page_count?: unknown;
|
|
832
|
-
page_index?: unknown;
|
|
833
|
-
load_parents?: LoadParents | undefined;
|
|
834
|
-
load_parents_list?: string[] | undefined;
|
|
835
|
-
load_child?: LoadChild | undefined;
|
|
836
|
-
load_child_list?: string[] | undefined;
|
|
837
|
-
load_child_count?: LoadChildCount | undefined;
|
|
838
|
-
load_child_count_list?: string[] | undefined;
|
|
839
|
-
include_details?: Record<string, any> | undefined;
|
|
840
|
-
where_relations?: Record<string, any> | undefined;
|
|
841
|
-
order_by?: {
|
|
842
|
-
name: string;
|
|
843
|
-
field: string;
|
|
844
|
-
direction: OrderBy;
|
|
845
|
-
}[] | undefined;
|
|
846
|
-
include_master_data?: YesNo | undefined;
|
|
847
|
-
unit_ids?: string[] | undefined;
|
|
848
|
-
}>;
|
|
849
|
-
type MasterMainUnitDistanceQueryDTO = z.infer<typeof MasterMainUnitDistanceQuerySchema>;
|
|
850
|
-
declare const toMasterMainUnitDistancePayload: (row: MasterMainUnitDistance) => MasterMainUnitDistanceDTO;
|
|
851
|
-
declare const newMasterMainUnitDistancePayload: () => MasterMainUnitDistanceDTO;
|
|
852
|
-
declare const findMasterMainUnitDistances: (data: MasterMainUnitDistanceQueryDTO) => Promise<FBR<MasterMainUnitDistance[]>>;
|
|
853
|
-
declare const createMasterMainUnitDistance: (data: MasterMainUnitDistanceDTO) => Promise<SBR>;
|
|
854
|
-
declare const updateMasterMainUnitDistance: (id: string, data: MasterMainUnitDistanceDTO) => Promise<SBR>;
|
|
855
|
-
declare const deleteMasterMainUnitDistance: (id: string) => Promise<SBR>;
|
|
856
|
-
declare const getMasterMainUnitDistanceCache: () => Promise<FBR<MasterMainUnitDistance[]>>;
|
|
857
|
-
|
|
858
744
|
interface MasterMainUnitMileage extends Record<string, unknown> {
|
|
859
745
|
unit_id: string;
|
|
860
746
|
unit_name: string;
|
|
@@ -1614,21 +1500,6 @@ interface MasterDriver extends Record<string, unknown> {
|
|
|
1614
1500
|
driver_image_url?: string;
|
|
1615
1501
|
driver_image_key?: string;
|
|
1616
1502
|
driver_image_name?: string;
|
|
1617
|
-
driver_aadhaar_front_image_url?: string;
|
|
1618
|
-
driver_aadhaar_front_image_key?: string;
|
|
1619
|
-
driver_aadhaar_front_image_name?: string;
|
|
1620
|
-
driver_aadhaar_back_image_url?: string;
|
|
1621
|
-
driver_aadhaar_back_image_key?: string;
|
|
1622
|
-
driver_aadhaar_back_image_name?: string;
|
|
1623
|
-
driver_pan_image_url?: string;
|
|
1624
|
-
driver_pan_image_key?: string;
|
|
1625
|
-
driver_pan_image_name?: string;
|
|
1626
|
-
driver_license_back_image_url?: string;
|
|
1627
|
-
driver_license_back_image_key?: string;
|
|
1628
|
-
driver_license_back_image_name?: string;
|
|
1629
|
-
driver_license_front_image_url?: string;
|
|
1630
|
-
driver_license_front_image_key?: string;
|
|
1631
|
-
driver_license_front_image_name?: string;
|
|
1632
1503
|
status: Status;
|
|
1633
1504
|
added_date_time: string;
|
|
1634
1505
|
modified_date_time: string;
|
|
@@ -1648,29 +1519,19 @@ interface MasterDriver extends Record<string, unknown> {
|
|
|
1648
1519
|
organisation_tag_id?: string;
|
|
1649
1520
|
OrganisationTag?: OrganisationTag;
|
|
1650
1521
|
Dummy_MasterVehicle?: MasterVehicle[];
|
|
1522
|
+
DriverLoginPush?: DriverLoginPush[];
|
|
1523
|
+
MasterDriverFile?: MasterDriverFile[];
|
|
1651
1524
|
_count?: {
|
|
1652
1525
|
AssignRemoveDriverHistory: number;
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
GPSFuelVehicleDailySummary: number;
|
|
1656
|
-
GPSFuelVehicleRefill: number;
|
|
1657
|
-
GPSFuelVehicleRemoval: number;
|
|
1658
|
-
GPSLockRelayLog: number;
|
|
1659
|
-
GPSLockDigitalDoorLog: number;
|
|
1660
|
-
GPSGeofenceTransactionSummary: number;
|
|
1661
|
-
Inspection: number;
|
|
1662
|
-
IncidentManagement: number;
|
|
1663
|
-
IssueManagement: number;
|
|
1664
|
-
FleetServiceSchedule: number;
|
|
1665
|
-
FleetServiceJobCard: number;
|
|
1666
|
-
FleetReminders: number;
|
|
1667
|
-
FleetFuelRefills: number;
|
|
1668
|
-
FleetFuelRemovals: number;
|
|
1669
|
-
FleetTyreDamageRepair: number;
|
|
1670
|
-
FleetTyreRotation: number;
|
|
1671
|
-
AlertDriverLink: number;
|
|
1526
|
+
DriverLoginPush: number;
|
|
1527
|
+
MasterDriverFile: number;
|
|
1672
1528
|
};
|
|
1673
1529
|
}
|
|
1530
|
+
interface MasterDriverFile extends BaseCommonFile {
|
|
1531
|
+
driver_file_id: string;
|
|
1532
|
+
driver_id: string;
|
|
1533
|
+
organisation_id: string;
|
|
1534
|
+
}
|
|
1674
1535
|
interface AssignRemoveDriverHistory extends Record<string, unknown> {
|
|
1675
1536
|
history_id: string;
|
|
1676
1537
|
assign_date?: string;
|
|
@@ -1683,6 +1544,66 @@ interface AssignRemoveDriverHistory extends Record<string, unknown> {
|
|
|
1683
1544
|
driver_id: string;
|
|
1684
1545
|
MasterDriver?: MasterDriver;
|
|
1685
1546
|
}
|
|
1547
|
+
interface DriverLoginPush extends Record<string, unknown> {
|
|
1548
|
+
driver_login_push_id: string;
|
|
1549
|
+
fcm_token: string;
|
|
1550
|
+
platform: LoginFrom;
|
|
1551
|
+
MasterDriver_agent?: string;
|
|
1552
|
+
ip_address?: string;
|
|
1553
|
+
device_id?: string;
|
|
1554
|
+
device_model?: string;
|
|
1555
|
+
os_name?: string;
|
|
1556
|
+
os_version?: string;
|
|
1557
|
+
browser_name?: string;
|
|
1558
|
+
browser_version?: string;
|
|
1559
|
+
app_version?: string;
|
|
1560
|
+
status: Status;
|
|
1561
|
+
added_date_time: string;
|
|
1562
|
+
modified_date_time: string;
|
|
1563
|
+
organisation_id: string;
|
|
1564
|
+
UserOrganisation: UserOrganisation;
|
|
1565
|
+
driver_id: string;
|
|
1566
|
+
MasterDriver?: MasterDriver;
|
|
1567
|
+
}
|
|
1568
|
+
declare const MasterDriverFileSchema: z.ZodObject<{
|
|
1569
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
1570
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
1571
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1572
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1573
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1574
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1575
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
1576
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
1577
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1578
|
+
} & {
|
|
1579
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1580
|
+
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1581
|
+
}, "strip", z.ZodTypeAny, {
|
|
1582
|
+
status: Status;
|
|
1583
|
+
organisation_id: string;
|
|
1584
|
+
usage_type: string;
|
|
1585
|
+
file_type: FileType;
|
|
1586
|
+
file_url: string;
|
|
1587
|
+
file_key: string;
|
|
1588
|
+
file_name: string;
|
|
1589
|
+
file_description: string;
|
|
1590
|
+
file_size: number;
|
|
1591
|
+
file_metadata: Record<string, any>;
|
|
1592
|
+
driver_id: string;
|
|
1593
|
+
}, {
|
|
1594
|
+
status: Status;
|
|
1595
|
+
organisation_id: string;
|
|
1596
|
+
usage_type: string;
|
|
1597
|
+
file_type: FileType;
|
|
1598
|
+
driver_id: string;
|
|
1599
|
+
file_url?: string | undefined;
|
|
1600
|
+
file_key?: string | undefined;
|
|
1601
|
+
file_name?: string | undefined;
|
|
1602
|
+
file_description?: string | undefined;
|
|
1603
|
+
file_size?: unknown;
|
|
1604
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1605
|
+
}>;
|
|
1606
|
+
type MasterDriverFileDTO = z.infer<typeof MasterDriverFileSchema>;
|
|
1686
1607
|
declare const MasterDriverSchema: z.ZodObject<{
|
|
1687
1608
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1688
1609
|
organisation_sub_company_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1703,22 +1624,45 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
1703
1624
|
driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1704
1625
|
driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1705
1626
|
driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1706
|
-
driver_aadhaar_front_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1707
|
-
driver_aadhaar_front_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1708
|
-
driver_aadhaar_front_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1709
|
-
driver_aadhaar_back_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1710
|
-
driver_aadhaar_back_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1711
|
-
driver_aadhaar_back_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1712
|
-
driver_pan_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1713
|
-
driver_pan_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1714
|
-
driver_pan_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1715
|
-
driver_license_back_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1716
|
-
driver_license_back_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1717
|
-
driver_license_back_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1718
|
-
driver_license_front_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1719
|
-
driver_license_front_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1720
|
-
driver_license_front_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1721
1627
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1628
|
+
MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1629
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
1630
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
1631
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1632
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1633
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1634
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1635
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
1636
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
1637
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1638
|
+
} & {
|
|
1639
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1640
|
+
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1641
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1642
|
+
status: Status;
|
|
1643
|
+
organisation_id: string;
|
|
1644
|
+
usage_type: string;
|
|
1645
|
+
file_type: FileType;
|
|
1646
|
+
file_url: string;
|
|
1647
|
+
file_key: string;
|
|
1648
|
+
file_name: string;
|
|
1649
|
+
file_description: string;
|
|
1650
|
+
file_size: number;
|
|
1651
|
+
file_metadata: Record<string, any>;
|
|
1652
|
+
driver_id: string;
|
|
1653
|
+
}, {
|
|
1654
|
+
status: Status;
|
|
1655
|
+
organisation_id: string;
|
|
1656
|
+
usage_type: string;
|
|
1657
|
+
file_type: FileType;
|
|
1658
|
+
driver_id: string;
|
|
1659
|
+
file_url?: string | undefined;
|
|
1660
|
+
file_key?: string | undefined;
|
|
1661
|
+
file_name?: string | undefined;
|
|
1662
|
+
file_description?: string | undefined;
|
|
1663
|
+
file_size?: unknown;
|
|
1664
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1665
|
+
}>, "many">>>;
|
|
1722
1666
|
}, "strip", z.ZodTypeAny, {
|
|
1723
1667
|
status: Status;
|
|
1724
1668
|
organisation_id: string;
|
|
@@ -1740,21 +1684,19 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
1740
1684
|
driver_image_url: string;
|
|
1741
1685
|
driver_image_key: string;
|
|
1742
1686
|
driver_image_name: string;
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
driver_license_front_image_key: string;
|
|
1757
|
-
driver_license_front_image_name: string;
|
|
1687
|
+
MasterDriverFileSchema: {
|
|
1688
|
+
status: Status;
|
|
1689
|
+
organisation_id: string;
|
|
1690
|
+
usage_type: string;
|
|
1691
|
+
file_type: FileType;
|
|
1692
|
+
file_url: string;
|
|
1693
|
+
file_key: string;
|
|
1694
|
+
file_name: string;
|
|
1695
|
+
file_description: string;
|
|
1696
|
+
file_size: number;
|
|
1697
|
+
file_metadata: Record<string, any>;
|
|
1698
|
+
driver_id: string;
|
|
1699
|
+
}[];
|
|
1758
1700
|
}, {
|
|
1759
1701
|
status: Status;
|
|
1760
1702
|
organisation_id: string;
|
|
@@ -1776,24 +1718,141 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
1776
1718
|
driver_image_url?: string | undefined;
|
|
1777
1719
|
driver_image_key?: string | undefined;
|
|
1778
1720
|
driver_image_name?: string | undefined;
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
driver_license_front_image_key?: string | undefined;
|
|
1793
|
-
driver_license_front_image_name?: string | undefined;
|
|
1721
|
+
MasterDriverFileSchema?: {
|
|
1722
|
+
status: Status;
|
|
1723
|
+
organisation_id: string;
|
|
1724
|
+
usage_type: string;
|
|
1725
|
+
file_type: FileType;
|
|
1726
|
+
driver_id: string;
|
|
1727
|
+
file_url?: string | undefined;
|
|
1728
|
+
file_key?: string | undefined;
|
|
1729
|
+
file_name?: string | undefined;
|
|
1730
|
+
file_description?: string | undefined;
|
|
1731
|
+
file_size?: unknown;
|
|
1732
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1733
|
+
}[] | undefined;
|
|
1794
1734
|
}>;
|
|
1795
1735
|
type MasterDriverDTO = z.infer<typeof MasterDriverSchema>;
|
|
1796
|
-
declare const
|
|
1736
|
+
declare const MasterDriverLogoSchema: z.ZodObject<{
|
|
1737
|
+
driver_image_url: z.ZodEffects<z.ZodString, string, string>;
|
|
1738
|
+
driver_image_key: z.ZodEffects<z.ZodString, string, string>;
|
|
1739
|
+
driver_image_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1740
|
+
}, "strip", z.ZodTypeAny, {
|
|
1741
|
+
driver_image_url: string;
|
|
1742
|
+
driver_image_key: string;
|
|
1743
|
+
driver_image_name: string;
|
|
1744
|
+
}, {
|
|
1745
|
+
driver_image_url: string;
|
|
1746
|
+
driver_image_key: string;
|
|
1747
|
+
driver_image_name: string;
|
|
1748
|
+
}>;
|
|
1749
|
+
type MasterDriverLogoDTO = z.infer<typeof MasterDriverLogoSchema>;
|
|
1750
|
+
declare const MasterDriverProfileSchema: z.ZodObject<{
|
|
1751
|
+
driver_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1752
|
+
driver_first_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1753
|
+
driver_last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1754
|
+
driver_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1755
|
+
driver_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1756
|
+
driver_license: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1757
|
+
driver_pan: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1758
|
+
driver_aadhaar: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1759
|
+
driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1760
|
+
driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1761
|
+
driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1762
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1763
|
+
MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1764
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
1765
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
1766
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1767
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1768
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1769
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1770
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
1771
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
1772
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1773
|
+
} & {
|
|
1774
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1775
|
+
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1776
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1777
|
+
status: Status;
|
|
1778
|
+
organisation_id: string;
|
|
1779
|
+
usage_type: string;
|
|
1780
|
+
file_type: FileType;
|
|
1781
|
+
file_url: string;
|
|
1782
|
+
file_key: string;
|
|
1783
|
+
file_name: string;
|
|
1784
|
+
file_description: string;
|
|
1785
|
+
file_size: number;
|
|
1786
|
+
file_metadata: Record<string, any>;
|
|
1787
|
+
driver_id: string;
|
|
1788
|
+
}, {
|
|
1789
|
+
status: Status;
|
|
1790
|
+
organisation_id: string;
|
|
1791
|
+
usage_type: string;
|
|
1792
|
+
file_type: FileType;
|
|
1793
|
+
driver_id: string;
|
|
1794
|
+
file_url?: string | undefined;
|
|
1795
|
+
file_key?: string | undefined;
|
|
1796
|
+
file_name?: string | undefined;
|
|
1797
|
+
file_description?: string | undefined;
|
|
1798
|
+
file_size?: unknown;
|
|
1799
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1800
|
+
}>, "many">>>;
|
|
1801
|
+
}, "strip", z.ZodTypeAny, {
|
|
1802
|
+
status: Status;
|
|
1803
|
+
driver_code: string;
|
|
1804
|
+
driver_first_name: string;
|
|
1805
|
+
driver_last_name: string;
|
|
1806
|
+
driver_mobile: string;
|
|
1807
|
+
driver_email: string;
|
|
1808
|
+
driver_license: string;
|
|
1809
|
+
driver_pan: string;
|
|
1810
|
+
driver_aadhaar: string;
|
|
1811
|
+
driver_image_url: string;
|
|
1812
|
+
driver_image_key: string;
|
|
1813
|
+
driver_image_name: string;
|
|
1814
|
+
MasterDriverFileSchema: {
|
|
1815
|
+
status: Status;
|
|
1816
|
+
organisation_id: string;
|
|
1817
|
+
usage_type: string;
|
|
1818
|
+
file_type: FileType;
|
|
1819
|
+
file_url: string;
|
|
1820
|
+
file_key: string;
|
|
1821
|
+
file_name: string;
|
|
1822
|
+
file_description: string;
|
|
1823
|
+
file_size: number;
|
|
1824
|
+
file_metadata: Record<string, any>;
|
|
1825
|
+
driver_id: string;
|
|
1826
|
+
}[];
|
|
1827
|
+
}, {
|
|
1828
|
+
status: Status;
|
|
1829
|
+
driver_first_name: string;
|
|
1830
|
+
driver_code?: string | undefined;
|
|
1831
|
+
driver_last_name?: string | undefined;
|
|
1832
|
+
driver_mobile?: string | undefined;
|
|
1833
|
+
driver_email?: string | undefined;
|
|
1834
|
+
driver_license?: string | undefined;
|
|
1835
|
+
driver_pan?: string | undefined;
|
|
1836
|
+
driver_aadhaar?: string | undefined;
|
|
1837
|
+
driver_image_url?: string | undefined;
|
|
1838
|
+
driver_image_key?: string | undefined;
|
|
1839
|
+
driver_image_name?: string | undefined;
|
|
1840
|
+
MasterDriverFileSchema?: {
|
|
1841
|
+
status: Status;
|
|
1842
|
+
organisation_id: string;
|
|
1843
|
+
usage_type: string;
|
|
1844
|
+
file_type: FileType;
|
|
1845
|
+
driver_id: string;
|
|
1846
|
+
file_url?: string | undefined;
|
|
1847
|
+
file_key?: string | undefined;
|
|
1848
|
+
file_name?: string | undefined;
|
|
1849
|
+
file_description?: string | undefined;
|
|
1850
|
+
file_size?: unknown;
|
|
1851
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1852
|
+
}[] | undefined;
|
|
1853
|
+
}>;
|
|
1854
|
+
type MasterDriverProfileDTO = z.infer<typeof MasterDriverProfileSchema>;
|
|
1855
|
+
declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
1797
1856
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1798
1857
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
1799
1858
|
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
@@ -1899,16 +1958,23 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1899
1958
|
vehicle_ids?: string[] | undefined;
|
|
1900
1959
|
driver_ids?: string[] | undefined;
|
|
1901
1960
|
}>;
|
|
1902
|
-
type
|
|
1961
|
+
type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
|
|
1903
1962
|
declare const toDriverPayload: (driver?: MasterDriver) => MasterDriverDTO;
|
|
1963
|
+
declare const toDriverLogoPayload: (driver?: MasterDriver) => MasterDriverLogoDTO;
|
|
1964
|
+
declare const toDriverProfilePayload: (driver?: MasterDriver) => MasterDriverProfileDTO;
|
|
1904
1965
|
declare const newDriverPayload: () => MasterDriverDTO;
|
|
1905
|
-
declare const
|
|
1906
|
-
declare const
|
|
1907
|
-
declare const
|
|
1908
|
-
declare const
|
|
1909
|
-
declare const
|
|
1910
|
-
declare const
|
|
1911
|
-
declare const
|
|
1966
|
+
declare const findMasterDriver: (data: MasterDriverQueryDTO) => Promise<FBR<MasterDriver[]>>;
|
|
1967
|
+
declare const createMasterDriver: (data: MasterDriverDTO) => Promise<SBR>;
|
|
1968
|
+
declare const updateMasterDriver: (id: string, data: MasterDriverDTO) => Promise<SBR>;
|
|
1969
|
+
declare const updateMasterDriverLogo: (id: string, data: MasterDriverLogoDTO) => Promise<SBR>;
|
|
1970
|
+
declare const updateMasterDriverProfile: (id: string, data: MasterDriverProfileDTO) => Promise<SBR>;
|
|
1971
|
+
declare const deleteMasterDriver: (id: string) => Promise<SBR>;
|
|
1972
|
+
declare const getMasterDriverCache: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
|
|
1973
|
+
declare const getMasterDriverCacheSimple: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
|
|
1974
|
+
declare const getMasterDriver_presigned_url: (fileName: string) => Promise<SBR>;
|
|
1975
|
+
declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
1976
|
+
declare const create_file: (data: MasterDriverFileDTO) => Promise<SBR>;
|
|
1977
|
+
declare const remove_file: (id: string) => Promise<SBR>;
|
|
1912
1978
|
|
|
1913
1979
|
interface MasterDeviceType extends Record<string, unknown> {
|
|
1914
1980
|
device_type_id: string;
|
|
@@ -2662,11 +2728,11 @@ declare const DeviceSimLinkSchema: z.ZodObject<{
|
|
|
2662
2728
|
device_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2663
2729
|
sim_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2664
2730
|
}, "strip", z.ZodTypeAny, {
|
|
2665
|
-
sim_id: string;
|
|
2666
2731
|
device_id: string;
|
|
2667
|
-
}, {
|
|
2668
2732
|
sim_id: string;
|
|
2733
|
+
}, {
|
|
2669
2734
|
device_id: string;
|
|
2735
|
+
sim_id: string;
|
|
2670
2736
|
}>;
|
|
2671
2737
|
type DeviceSimLinkDTO = z.infer<typeof DeviceSimLinkSchema>;
|
|
2672
2738
|
declare const toMasterDevicePayload: (device: MasterDevice) => MasterDeviceDTO;
|
|
@@ -4510,10 +4576,10 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4510
4576
|
time_zone_id: string;
|
|
4511
4577
|
country_id: string;
|
|
4512
4578
|
vehicle_id: string;
|
|
4579
|
+
device_id: string;
|
|
4513
4580
|
device_type_id: string;
|
|
4514
4581
|
device_manufacturer_id: string;
|
|
4515
4582
|
device_model_id: string;
|
|
4516
|
-
device_id: string;
|
|
4517
4583
|
device_image_url: string;
|
|
4518
4584
|
device_image_key: string;
|
|
4519
4585
|
vehicle_image_url: string;
|
|
@@ -4533,10 +4599,10 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4533
4599
|
time_zone_id: string;
|
|
4534
4600
|
country_id: string;
|
|
4535
4601
|
vehicle_id: string;
|
|
4602
|
+
device_id: string;
|
|
4536
4603
|
device_type_id: string;
|
|
4537
4604
|
device_manufacturer_id: string;
|
|
4538
4605
|
device_model_id: string;
|
|
4539
|
-
device_id: string;
|
|
4540
4606
|
device_image_url?: string | undefined;
|
|
4541
4607
|
device_image_key?: string | undefined;
|
|
4542
4608
|
vehicle_image_url?: string | undefined;
|
|
@@ -5671,6 +5737,7 @@ interface User extends Record<string, unknown> {
|
|
|
5671
5737
|
user_details?: string;
|
|
5672
5738
|
user_image_url?: string;
|
|
5673
5739
|
user_image_key?: string;
|
|
5740
|
+
user_image_name?: string;
|
|
5674
5741
|
status: Status;
|
|
5675
5742
|
added_date_time: string;
|
|
5676
5743
|
modified_date_time: string;
|
|
@@ -5689,8 +5756,10 @@ interface User extends Record<string, unknown> {
|
|
|
5689
5756
|
time_zone_id?: string;
|
|
5690
5757
|
MasterMainTimeZone?: MasterMainTimeZone;
|
|
5691
5758
|
UserVehicleLink: UserVehicleLink[];
|
|
5759
|
+
UserLoginPush: UserLoginPush[];
|
|
5692
5760
|
_count?: {
|
|
5693
5761
|
UserVehicleLink: number;
|
|
5762
|
+
UserLoginPush: number;
|
|
5694
5763
|
};
|
|
5695
5764
|
}
|
|
5696
5765
|
interface UserVehicleLink extends Record<string, unknown> {
|
|
@@ -5705,7 +5774,28 @@ interface UserVehicleLink extends Record<string, unknown> {
|
|
|
5705
5774
|
user_id: string;
|
|
5706
5775
|
User?: User;
|
|
5707
5776
|
}
|
|
5708
|
-
|
|
5777
|
+
interface UserLoginPush extends Record<string, unknown> {
|
|
5778
|
+
user_login_push_id: string;
|
|
5779
|
+
fcm_token: string;
|
|
5780
|
+
platform: LoginFrom;
|
|
5781
|
+
user_agent?: string;
|
|
5782
|
+
ip_address?: string;
|
|
5783
|
+
device_id?: string;
|
|
5784
|
+
device_model?: string;
|
|
5785
|
+
os_name?: string;
|
|
5786
|
+
os_version?: string;
|
|
5787
|
+
browser_name?: string;
|
|
5788
|
+
browser_version?: string;
|
|
5789
|
+
app_version?: string;
|
|
5790
|
+
status: Status;
|
|
5791
|
+
added_date_time: string;
|
|
5792
|
+
modified_date_time: string;
|
|
5793
|
+
organisation_id: string;
|
|
5794
|
+
UserOrganisation?: UserOrganisation;
|
|
5795
|
+
user_id: string;
|
|
5796
|
+
User?: User;
|
|
5797
|
+
}
|
|
5798
|
+
declare const UserSchema: z.ZodObject<{
|
|
5709
5799
|
first_name: z.ZodEffects<z.ZodString, string, string>;
|
|
5710
5800
|
last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5711
5801
|
email: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -5718,6 +5808,7 @@ declare const CreateUserSchema: z.ZodObject<{
|
|
|
5718
5808
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5719
5809
|
user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5720
5810
|
user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5811
|
+
user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5721
5812
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5722
5813
|
user_role_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5723
5814
|
user_status_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -5745,6 +5836,7 @@ declare const CreateUserSchema: z.ZodObject<{
|
|
|
5745
5836
|
all_vehicles: YesNo;
|
|
5746
5837
|
user_image_url: string;
|
|
5747
5838
|
user_image_key: string;
|
|
5839
|
+
user_image_name: string;
|
|
5748
5840
|
}, {
|
|
5749
5841
|
status: Status;
|
|
5750
5842
|
organisation_id: string;
|
|
@@ -5765,8 +5857,58 @@ declare const CreateUserSchema: z.ZodObject<{
|
|
|
5765
5857
|
mobile?: string | undefined;
|
|
5766
5858
|
user_image_url?: string | undefined;
|
|
5767
5859
|
user_image_key?: string | undefined;
|
|
5860
|
+
user_image_name?: string | undefined;
|
|
5861
|
+
}>;
|
|
5862
|
+
type UserDTO = z.infer<typeof UserSchema>;
|
|
5863
|
+
declare const UserLogoSchema: z.ZodObject<{
|
|
5864
|
+
user_image_url: z.ZodEffects<z.ZodString, string, string>;
|
|
5865
|
+
user_image_key: z.ZodEffects<z.ZodString, string, string>;
|
|
5866
|
+
user_image_name: z.ZodEffects<z.ZodString, string, string>;
|
|
5867
|
+
}, "strip", z.ZodTypeAny, {
|
|
5868
|
+
user_image_url: string;
|
|
5869
|
+
user_image_key: string;
|
|
5870
|
+
user_image_name: string;
|
|
5871
|
+
}, {
|
|
5872
|
+
user_image_url: string;
|
|
5873
|
+
user_image_key: string;
|
|
5874
|
+
user_image_name: string;
|
|
5875
|
+
}>;
|
|
5876
|
+
type UserLogoDTO = z.infer<typeof UserLogoSchema>;
|
|
5877
|
+
declare const UserProfileSchema: z.ZodObject<{
|
|
5878
|
+
first_name: z.ZodEffects<z.ZodString, string, string>;
|
|
5879
|
+
last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5880
|
+
email: z.ZodEffects<z.ZodString, string, string>;
|
|
5881
|
+
username: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5882
|
+
mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5883
|
+
password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5884
|
+
user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5885
|
+
user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5886
|
+
user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5887
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5888
|
+
}, "strip", z.ZodTypeAny, {
|
|
5889
|
+
status: Status;
|
|
5890
|
+
password: string;
|
|
5891
|
+
first_name: string;
|
|
5892
|
+
last_name: string;
|
|
5893
|
+
email: string;
|
|
5894
|
+
username: string;
|
|
5895
|
+
mobile: string;
|
|
5896
|
+
user_image_url: string;
|
|
5897
|
+
user_image_key: string;
|
|
5898
|
+
user_image_name: string;
|
|
5899
|
+
}, {
|
|
5900
|
+
status: Status;
|
|
5901
|
+
first_name: string;
|
|
5902
|
+
email: string;
|
|
5903
|
+
password?: string | undefined;
|
|
5904
|
+
last_name?: string | undefined;
|
|
5905
|
+
username?: string | undefined;
|
|
5906
|
+
mobile?: string | undefined;
|
|
5907
|
+
user_image_url?: string | undefined;
|
|
5908
|
+
user_image_key?: string | undefined;
|
|
5909
|
+
user_image_name?: string | undefined;
|
|
5768
5910
|
}>;
|
|
5769
|
-
type
|
|
5911
|
+
type UserProfileDTO = z.infer<typeof UserProfileSchema>;
|
|
5770
5912
|
declare const UserQuerySchema: z.ZodObject<{
|
|
5771
5913
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5772
5914
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -5898,15 +6040,19 @@ declare const UserDefaultDateFormatSchema: z.ZodObject<{
|
|
|
5898
6040
|
date_format_id: string;
|
|
5899
6041
|
}>;
|
|
5900
6042
|
type UserDefaultDateFormatDTO = z.infer<typeof UserDefaultDateFormatSchema>;
|
|
5901
|
-
declare const newUserPayload: () =>
|
|
5902
|
-
declare const toUserPayload: (data: User) =>
|
|
5903
|
-
declare const
|
|
5904
|
-
declare const
|
|
5905
|
-
declare const
|
|
6043
|
+
declare const newUserPayload: () => UserDTO;
|
|
6044
|
+
declare const toUserPayload: (data: User) => UserDTO;
|
|
6045
|
+
declare const toUserLogoPayload: (data: User) => UserLogoDTO;
|
|
6046
|
+
declare const toUserProfilePayload: (data: User) => UserProfileDTO;
|
|
6047
|
+
declare const findUser: (data: UserQueryDTO) => Promise<FBR<User[]>>;
|
|
6048
|
+
declare const createUser: (data: UserDTO) => Promise<SBR>;
|
|
6049
|
+
declare const updateUser: (id: string, data: UserDTO) => Promise<SBR>;
|
|
6050
|
+
declare const updateUserLogo: (id: string, data: UserLogoDTO) => Promise<SBR>;
|
|
6051
|
+
declare const updateUserProfile: (id: string, data: UserProfileDTO) => Promise<SBR>;
|
|
5906
6052
|
declare const deleteUser: (id: string) => Promise<SBR>;
|
|
5907
6053
|
declare const getUserCache: (organisation_id: string) => Promise<FBR<User[]>>;
|
|
5908
6054
|
declare const getUserCacheSimple: (organisation_id: string) => Promise<FBR<User[]>>;
|
|
5909
|
-
declare const
|
|
6055
|
+
declare const getUser_presigned_url: (fileName: string) => Promise<SBR>;
|
|
5910
6056
|
declare const updateUserDefaultLanguage: (id: string, data: UserDefaultLanguageDTO) => Promise<SBR>;
|
|
5911
6057
|
declare const updateUserDefaultTimezone: (id: string, data: UserDefaultTimeZoneDTO) => Promise<SBR>;
|
|
5912
6058
|
declare const updateUserDefaultDateformat: (id: string, data: UserDefaultDateFormatDTO) => Promise<SBR>;
|
|
@@ -5964,7 +6110,7 @@ interface UserOrganisation extends Record<string, unknown> {
|
|
|
5964
6110
|
date_format_id?: string;
|
|
5965
6111
|
MasterMainDateFormat?: MasterMainDateFormat;
|
|
5966
6112
|
distance_unit_id?: string;
|
|
5967
|
-
|
|
6113
|
+
UserOrganisation?: UserOrganisation;
|
|
5968
6114
|
mileage_unit_id?: string;
|
|
5969
6115
|
MasterMainUnitMileage?: MasterMainUnitMileage;
|
|
5970
6116
|
volume_unit_id?: string;
|
|
@@ -6132,6 +6278,20 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
6132
6278
|
country?: string | undefined;
|
|
6133
6279
|
}>;
|
|
6134
6280
|
type UserOrganisationDTO = z.infer<typeof UserOrganisationSchema>;
|
|
6281
|
+
declare const UserOrganisationLogoSchema: z.ZodObject<{
|
|
6282
|
+
logo_url: z.ZodEffects<z.ZodString, string, string>;
|
|
6283
|
+
logo_key: z.ZodEffects<z.ZodString, string, string>;
|
|
6284
|
+
logo_name: z.ZodEffects<z.ZodString, string, string>;
|
|
6285
|
+
}, "strip", z.ZodTypeAny, {
|
|
6286
|
+
logo_key: string;
|
|
6287
|
+
logo_url: string;
|
|
6288
|
+
logo_name: string;
|
|
6289
|
+
}, {
|
|
6290
|
+
logo_key: string;
|
|
6291
|
+
logo_url: string;
|
|
6292
|
+
logo_name: string;
|
|
6293
|
+
}>;
|
|
6294
|
+
type UserOrganisationLogoDTO = z.infer<typeof UserOrganisationLogoSchema>;
|
|
6135
6295
|
declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
6136
6296
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6137
6297
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -6237,13 +6397,15 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
6237
6397
|
}>;
|
|
6238
6398
|
type UserOrganisationQueryDTO = z.infer<typeof UserOrganisationQuerySchema>;
|
|
6239
6399
|
declare const toUserOrganisationPayload: (organisation: UserOrganisation) => UserOrganisationDTO;
|
|
6400
|
+
declare const toUserOrganisationLogoPayload: (organisation: UserOrganisation) => UserOrganisationLogoDTO;
|
|
6240
6401
|
declare const newUserOrganisationPayload: () => UserOrganisationDTO;
|
|
6241
|
-
declare const
|
|
6402
|
+
declare const findUserOrganisation: (data: UserOrganisationQueryDTO) => Promise<FBR<UserOrganisation[]>>;
|
|
6242
6403
|
declare const createUserOrganisation: (data: UserOrganisationDTO) => Promise<SBR>;
|
|
6243
6404
|
declare const updateUserOrganisation: (id: string, data: UserOrganisationDTO) => Promise<SBR>;
|
|
6405
|
+
declare const updateUserOrganisationLogo: (id: string, data: UserOrganisationLogoDTO) => Promise<SBR>;
|
|
6244
6406
|
declare const deleteUserOrganisation: (id: string) => Promise<SBR>;
|
|
6245
6407
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
6246
6408
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
6247
|
-
declare const
|
|
6409
|
+
declare const getUserOrganisation_presigned_url: (file_name: string) => Promise<SBR>;
|
|
6248
6410
|
|
|
6249
|
-
export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, type OrganisationSubCompany as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitDistance as aA, deleteMasterMainUnitDistance as aB, getMasterMainUnitDistanceCache as aC, type MasterMainUnitMileage as aD, MasterMainUnitMileageSchema as aE, type MasterMainUnitMileageDTO as aF, MasterMainUnitMileageQuerySchema as aG, type MasterMainUnitMileageQueryDTO as aH, toMasterMainUnitMileagePayload as aI, newMasterMainUnitMileagePayload as aJ, findMasterMainUnitMileages as aK, createMasterMainUnitMileage as aL, updateMasterMainUnitMileage as aM, deleteMasterMainUnitMileage as aN, getMasterMainUnitMileageCache as aO, type MasterMainUnitVolume as aP, MasterMainUnitVolumeSchema as aQ, type MasterMainUnitVolumeDTO as aR, MasterMainUnitVolumeQuerySchema as aS, type MasterMainUnitVolumeQueryDTO as aT, toMasterMainUnitVolumePayload as aU, newMasterMainUnitVolumePayload as aV, findMasterMainUnitVolumes as aW, createMasterMainUnitVolume as aX, updateMasterMainUnitVolume as aY, deleteMasterMainUnitVolume as aZ, getMasterMainUnitVolumeCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitDistance as ar, MasterMainUnitDistanceSchema as as, type MasterMainUnitDistanceDTO as at, MasterMainUnitDistanceQuerySchema as au, type MasterMainUnitDistanceQueryDTO as av, toMasterMainUnitDistancePayload as aw, newMasterMainUnitDistancePayload as ax, findMasterMainUnitDistances as ay, createMasterMainUnitDistance as az, type MasterDriver as b, updateDriver as b$, OrganisationSubCompanySchema as b0, type OrganisationSubCompanyDTO as b1, OrganisationSubCompanyQuerySchema as b2, type OrganisationSubCompanyQueryDTO as b3, toOrganisationSubCompanyPayload as b4, newOrganisationSubCompanyPayload as b5, findOrganisationSubCompanyies as b6, createOrganisationSubCompany as b7, updateOrganisationSubCompany as b8, deleteOrganisationSubCompany as b9, deleteOrganisationColor as bA, getOrganisationColorCache as bB, getOrganisationColorCacheCount as bC, getOrganisationColorCacheChild as bD, type OrganisationTag as bE, OrganisationTagSchema as bF, type OrganisationTagDTO as bG, OrganisationTagQuerySchema as bH, type OrganisationTagQueryDTO as bI, toOrganisationTagPayload as bJ, newOrganisationTagPayload as bK, findOrganisationTags as bL, createOrganisationTag as bM, updateOrganisationTag as bN, deleteOrganisationTag as bO, getOrganisationTagCache as bP, getOrganisationTagCacheCount as bQ, getOrganisationTagCacheChild as bR, type AssignRemoveDriverHistory as bS, MasterDriverSchema as bT, type MasterDriverDTO as bU, DriverQuerySchema as bV, type DriverQueryDTO as bW, toDriverPayload as bX, newDriverPayload as bY, findDrivers as bZ, createDriver as b_, getOrganisationSubCompanyCache as ba, getOrganisationSubCompanyCacheCount as bb, getOrganisationSubCompanyCacheChild as bc, OrganisationBranchSchema as bd, type OrganisationBranchDTO as be, OrganisationBranchQuerySchema as bf, type OrganisationBranchQueryDTO as bg, toOrganisationBranchPayload as bh, newOrganisationBranchPayload as bi, findOrganisationBranchs as bj, createOrganisationBranch as bk, updateOrganisationBranch as bl, deleteOrganisationBranch as bm, getOrganisationBranchCache as bn, getOrganisationBranchCacheCount as bo, getOrganisationBranchCacheChild as bp, type OrganisationColor as bq, OrganisationColorSchema as br, type OrganisationColorDTO as bs, OrganisationColorQuerySchema as bt, type OrganisationColorQueryDTO as bu, toOrganisationColorPayload as bv, newOrganisationColorPayload as bw, findOrganisationColors as bx, createOrganisationColor as by, updateOrganisationColor as bz, type MasterDevice as c, DeviceSimLinkSchema as c$, deleteDriver as c0, getPresignedUrlForDriver as c1, getDriverCache as c2, getDriverSimpleCache as c3, type MasterDeviceType as c4, MasterDeviceTypeSchema as c5, type MasterDeviceTypeDTO as c6, MasterDeviceTypeQuerySchema as c7, type MasterDeviceTypeQueryDTO as c8, toMasterDeviceTypePayload as c9, type MasterDeviceManufacturerQueryDTO as cA, toMasterDeviceManufacturerPayload as cB, newMasterDeviceManufacturerPayload as cC, findMasterDeviceManufacturers as cD, createMasterDeviceManufacturer as cE, updateMasterDeviceManufacturer as cF, deleteMasterDeviceManufacturer as cG, getMasterDeviceManufacturerCache as cH, getMasterDeviceManufacturerCacheCount as cI, getMasterDeviceManufacturerCacheChild as cJ, type MasterSim as cK, type AssignRemoveSimHistory as cL, MasterSimSchema as cM, type MasterSimDTO as cN, MasterSimQuerySchema as cO, type MasterSimQueryDTO as cP, toMasterSimPayload as cQ, newMasterSimPayload as cR, findMasterSims as cS, createMasterSim as cT, updateMasterSim as cU, deleteMasterSim as cV, type AssignRemoveDeviceHistory as cW, MasterDeviceSchema as cX, type MasterDeviceDTO as cY, MasterDeviceQuerySchema as cZ, type MasterDeviceQueryDTO as c_, newMasterDeviceTypePayload as ca, findMasterDeviceTypes as cb, createMasterDeviceType as cc, updateMasterDeviceType as cd, deleteMasterDeviceType as ce, getMasterDeviceTypeCache as cf, getMasterDeviceTypeCacheCount as cg, getMasterDeviceTypeCacheChild as ch, type MasterDeviceModel as ci, MasterDeviceModelSchema as cj, type MasterDeviceModelDTO as ck, MasterDeviceModelQuerySchema as cl, type MasterDeviceModelQueryDTO as cm, toMasterDeviceModelPayload as cn, newMasterDeviceModelPayload as co, findMasterDeviceModels as cp, createMasterDeviceModel as cq, updateMasterDeviceModel as cr, deleteMasterDeviceModel as cs, getMasterDeviceModelCache as ct, getMasterDeviceModelCacheCount as cu, getMasterDeviceModelCacheChild as cv, type MasterDeviceManufacturer as cw, MasterDeviceManufacturerSchema as cx, type MasterDeviceManufacturerDTO as cy, MasterDeviceManufacturerQuerySchema as cz, type MasterVehicleFuelType as d, createMasterVehicleMake as d$, type DeviceSimLinkDTO as d0, toMasterDevicePayload as d1, newMasterDevicePayload as d2, findMasterDevices as d3, createMasterDevice as d4, updateMasterDevice as d5, deleteMasterDevice as d6, device_sim_link as d7, device_sim_unlink as d8, get_device_sim_link_history_by_sim as d9, updateMasterVehicleSubModel as dA, deleteMasterVehicleSubModel as dB, getMasterVehicleSubModelCache as dC, getMasterVehicleSubModelCacheCount as dD, getMasterVehicleSubModelCacheChild as dE, type MasterVehicleModel as dF, MasterVehicleModelSchema as dG, type MasterVehicleModelDTO as dH, MasterVehicleModelQuerySchema as dI, type MasterVehicleModelQueryDTO as dJ, toMasterVehicleModelPayload as dK, newMasterVehicleModelPayload as dL, findMasterVehicleModels as dM, createMasterVehicleModel as dN, updateMasterVehicleModel as dO, deleteMasterVehicleModel as dP, getMasterVehicleModelCache as dQ, getMasterVehicleModelCacheCount as dR, getMasterVehicleModelCacheChild as dS, type MasterVehicleMake as dT, MasterVehicleMakeSchema as dU, type MasterVehicleMakeDTO as dV, MasterVehicleMakeQuerySchema as dW, type MasterVehicleMakeQueryDTO as dX, toMasterVehicleMakePayload as dY, newMasterVehicleMakePayload as dZ, findMasterVehicleMakes as d_, get_device_sim_link_history_by_device as da, type OrganisationGroup as db, type VehicleOrganisationGroupLink as dc, OrganisationGroupSchema as dd, type OrganisationGroupDTO as de, OrganisationGroupQuerySchema as df, type OrganisationGroupQueryDTO as dg, toOrganisationGroupPayload as dh, newOrganisationGroupPayload as di, findOrganisationGroups as dj, createOrganisationGroup as dk, updateOrganisationGroup as dl, deleteOrganisationGroup as dm, getOrganisationGroupCache as dn, getOrganisationGroupCacheCount as dp, getOrganisationGroupCacheChild as dq, type MasterVehicleSubModel as dr, MasterVehicleSubModelSchema as ds, type MasterVehicleSubModelDTO as dt, MasterVehicleSubModelQuerySchema as du, type MasterVehicleSubModelQueryDTO as dv, toMasterVehicleSubModelPayload as dw, newMasterVehicleSubModelPayload as dx, findMasterVehicleSubModels as dy, createMasterVehicleSubModel as dz, type MasterVehicleFuelUnit as e, MasterVehicleAssociatedToQuerySchema as e$, updateMasterVehicleMake as e0, deleteMasterVehicleMake as e1, getMasterVehicleMakeCache as e2, getMasterVehicleMakeCacheCount as e3, getMasterVehicleMakeCacheChild as e4, type MasterVehicleStatusType as e5, MasterVehicleStatusTypeSchema as e6, type MasterVehicleStatusTypeDTO as e7, MasterVehicleStatusTypeQuerySchema as e8, type MasterVehicleStatusTypeQueryDTO as e9, MasterVehicleTypeQuerySchema as eA, type MasterVehicleTypeQueryDTO as eB, toMasterVehicleTypePayload as eC, newMasterVehicleTypePayload as eD, findMasterVehicleTypes as eE, createMasterVehicleType as eF, updateMasterVehicleType as eG, deleteMasterVehicleType as eH, getMasterVehicleTypeCache as eI, getMasterVehicleTypeCacheCount as eJ, getMasterVehicleTypeCacheChild as eK, MasterVehicleFuelTypeSchema as eL, type MasterVehicleFuelTypeDTO as eM, MasterVehicleFuelTypeQuerySchema as eN, type MasterVehicleFuelTypeQueryDTO as eO, toMasterVehicleFuelTypePayload as eP, newMasterVehicleFuelTypePayload as eQ, findMasterVehicleFuelTypes as eR, createMasterVehicleFuelType as eS, updateMasterVehicleFuelType as eT, deleteMasterVehicleFuelType as eU, getMasterVehicleFuelTypeCache as eV, getMasterVehicleFuelTypeCacheCount as eW, getMasterVehicleFuelTypeCacheChild as eX, type MasterVehicleAssociatedTo as eY, MasterVehicleAssociatedToSchema as eZ, type MasterVehicleAssociatedToDTO as e_, toMasterVehicleStatusTypePayload as ea, newMasterVehicleStatusTypePayload as eb, findMasterVehicleStatusTypes as ec, createMasterVehicleStatusType as ed, updateMasterVehicleStatusType as ee, deleteMasterVehicleStatusType as ef, getMasterVehicleStatusTypeCache as eg, getMasterVehicleStatusTypeCacheCount as eh, getMasterVehicleStatusTypeCacheChild as ei, type MasterVehicleOwnershipType as ej, MasterVehicleOwnershipTypeSchema as ek, type MasterVehicleOwnershipTypeDTO as el, MasterVehicleOwnershipTypeQuerySchema as em, type MasterVehicleOwnershipTypeQueryDTO as en, toMasterVehicleOwnershipTypePayload as eo, newMasterVehicleOwnershipTypePayload as ep, findMasterVehicleOwnershipTypes as eq, createMasterVehicleOwnershipType as er, updateMasterVehicleOwnershipType as es, deleteMasterVehicleOwnershipType as et, getMasterVehicleOwnershipTypeCache as eu, getMasterVehicleOwnershipTypeCacheCount as ev, getMasterVehicleOwnershipTypeCacheChild as ew, type MasterVehicleType as ex, MasterVehicleTypeSchema as ey, type MasterVehicleTypeDTO as ez, type MasterMainCountry as f, findVehicles as f$, type MasterVehicleAssociatedToQueryDTO as f0, toMasterVehicleAssociatedToPayload as f1, newMasterVehicleAssociatedToPayload as f2, findMasterVehicleAssociatedTos as f3, createMasterVehicleAssociatedTo as f4, updateMasterVehicleAssociatedTo as f5, deleteMasterVehicleAssociatedTo as f6, getMasterVehicleAssociatedToCache as f7, getMasterVehicleAssociatedToCacheCount as f8, getMasterVehicleAssociatedToCacheChild as f9, type VehicleDriverLinkDTO as fA, SimpleFindQuerySchema as fB, type SimpleFindQueryDTO as fC, VehicleDetailBodySchema as fD, type VehicleDetailBodyDTO as fE, VehicleDetailGPSMainSchema as fF, type VehicleDetailGPSMainDTO as fG, VehicleDetailGPSDataSchema as fH, type VehicleDetailGPSDataDTO as fI, VehicleDetailGPSAnalyticsSchema as fJ, type VehicleDetailGPSAnalyticsDTO as fK, VehicleDetailLifeCycleSchema as fL, type VehicleDetailLifeCycleDto as fM, VehicleDetailPurchaseSchema as fN, type VehicleDetailPurchaseDTO as fO, VehicleDetailTripSchema as fP, type VehicleDetailTripDTO as fQ, VehicleQuerySchema as fR, type VehicleQueryDTO as fS, VehicleGPSQuerySchema as fT, type VehicleGPSQueryDTO as fU, toVehiclePayload as fV, newVehiclePayload as fW, toVehicleDetailsGPSPayload as fX, toVehicleDetailsBodyPayload as fY, toVehicleDetailPurchasePayload as fZ, toVehicleDetailLifeCyclePayload as f_, MasterVehicleFuelUnitSchema as fa, type MasterVehicleFuelUnitDTO as fb, MasterVehicleFuelUnitQuerySchema as fc, type MasterVehicleFuelUnitQueryDTO as fd, toMasterVehicleFuelUnitPayload as fe, newMasterVehicleFuelUnitPayload as ff, findMasterVehicleFuelUnits as fg, createMasterVehicleFuelUnit as fh, updateMasterVehicleFuelUnit as fi, deleteMasterVehicleFuelUnit as fj, getMasterVehicleFuelUnitCache as fk, getMasterVehicleFuelUnitCacheCount as fl, getMasterVehicleFuelUnitCacheChild as fm, type MasterVehicleDropdown as fn, type VehicleDetailBody as fo, type VehicleDetailLifeCycle as fp, type VehicleDetailPurchase as fq, type VehicleDetailGPS as fr, type VehicleDetailTrip as fs, VehicleSchema as ft, type VehicleDTO as fu, VehicleDeviceLinkSchema as fv, type VehicleDeviceLinkDTO as fw, VehicleDeviceUnlinkSchema as fx, type VehicleDeviceUnlinkDTO as fy, VehicleDriverLinkSchema as fz, type MasterMainState as g, type UserVehicleLink as g$, findVehiclesLiveDashboard as g0, findVehicleGPSDetails as g1, createVehicle as g2, updateVehicle as g3, deleteVehicle as g4, updateVehicleBodyDetails as g5, updateVehicleLifeCycleDetails as g6, updateVehiclePurchaseDetails as g7, updateVehicleGPSDetailsMain as g8, updateVehicleGPSDetailsData as g9, getMasterUserRoleCache as gA, getMasterUserRoleCacheCount as gB, type MasterUserStatus as gC, MasterUserStatusSchema as gD, type MasterUserStatusDTO as gE, MasterUserStatusQuerySchema as gF, type MasterUserStatusQueryDTO as gG, toMasterUserStatusPayload as gH, newMasterUserStatusPayload as gI, findMasterUserStatuses as gJ, createMasterUserStatus as gK, updateMasterUserStatus as gL, deleteMasterUserStatus as gM, getMasterUserStatusCache as gN, getMasterUserStatusCacheCount as gO, type MasterMainLanguage as gP, MasterMainLanguageSchema as gQ, type MasterMainLanguageDTO as gR, MasterMainLanguageQuerySchema as gS, type MasterMainLanguageQueryDTO as gT, toMasterMainLanguagePayload as gU, newMasterMainLanguagePayload as gV, findMasterMainLanguages as gW, createMasterMainLanguage as gX, updateMasterMainLanguage as gY, deleteMasterMainLanguage as gZ, getMasterMainLanguageCache as g_, updateVehicleGPSDetailsAnalytics as ga, updateVehicleTripDetails as gb, linkDriverToVehicle as gc, unlinkDriverFromVehicle as gd, getDriverLinkHistoryByVehicle as ge, getDriverLinkHistoryByDriver as gf, linkDeviceToVehicle as gg, unlinkDeviceFromVehicle as gh, getDeviceLinkHistoryByVehicle as gi, getDeviceLinkHistoryByDevice as gj, getVehicleCache as gk, getVehicleSimpleCache as gl, getVehicleSimpleDropdownCustom as gm, getVehicleSimpleDropdownCacheLiveData as gn, getVehicleParentCache as go, type MasterUserRole as gp, MasterUserRoleSchema as gq, type MasterUserRoleDTO as gr, MasterUserRoleQuerySchema as gs, type MasterUserRoleQueryDTO as gt, toMasterUserRolePayload as gu, newMasterUserRolePayload as gv, findMasterUserRoles as gw, createMasterUserRole as gx, updateMasterUserRole as gy, deleteMasterUserRole as gz, type MasterMainIndustry as h, CreateUserSchema as h0, type CreateUserDTO as h1, UserQuerySchema as h2, type UserQueryDTO as h3, UserDefaultLanguageSchema as h4, type UserDefaultLanguageDTO as h5, UserDefaultTimeZoneSchema as h6, type UserDefaultTimeZoneDTO as h7, UserDefaultDateFormatSchema as h8, type UserDefaultDateFormatDTO as h9, newUserPayload as ha, toUserPayload as hb, findUsers as hc, createUser as hd, updateUser as he, deleteUser as hf, getUserCache as hg, getUserCacheSimple as hh, getUserPresignedUrl as hi, updateUserDefaultLanguage as hj, updateUserDefaultTimezone as hk, updateUserDefaultDateformat as hl, type UserOrganisationSimple as hm, UserOrganisationSchema as hn, type UserOrganisationDTO as ho, UserOrganisationQuerySchema as hp, type UserOrganisationQueryDTO as hq, toUserOrganisationPayload as hr, newUserOrganisationPayload as hs, findUserOrganisations as ht, createUserOrganisation as hu, updateUserOrganisation as hv, deleteUserOrganisation as hw, getUserOrganisationCache as hx, getUserOrganisationCacheSimple as hy, getUserOrganisationPresignedUrl as hz, MasterMainIndustrySchema as i, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
|
|
6411
|
+
export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, updateMasterDriverProfile as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverLogoSchema as bN, type MasterDriverLogoDTO as bO, MasterDriverProfileSchema as bP, type MasterDriverProfileDTO as bQ, MasterDriverQuerySchema as bR, type MasterDriverQueryDTO as bS, toDriverPayload as bT, toDriverLogoPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, deleteMasterDriver as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, getMasterDriver_presigned_url as c3, get_master_driver_presigned_url_file as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, toVehicleDetailsBodyPayload as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, VehicleDeviceUnlinkSchema as fA, type VehicleDeviceUnlinkDTO as fB, VehicleDriverLinkSchema as fC, type VehicleDriverLinkDTO as fD, SimpleFindQuerySchema as fE, type SimpleFindQueryDTO as fF, VehicleDetailBodySchema as fG, type VehicleDetailBodyDTO as fH, VehicleDetailGPSMainSchema as fI, type VehicleDetailGPSMainDTO as fJ, VehicleDetailGPSDataSchema as fK, type VehicleDetailGPSDataDTO as fL, VehicleDetailGPSAnalyticsSchema as fM, type VehicleDetailGPSAnalyticsDTO as fN, VehicleDetailLifeCycleSchema as fO, type VehicleDetailLifeCycleDto as fP, VehicleDetailPurchaseSchema as fQ, type VehicleDetailPurchaseDTO as fR, VehicleDetailTripSchema as fS, type VehicleDetailTripDTO as fT, VehicleQuerySchema as fU, type VehicleQueryDTO as fV, VehicleGPSQuerySchema as fW, type VehicleGPSQueryDTO as fX, toVehiclePayload as fY, newVehiclePayload as fZ, toVehicleDetailsGPSPayload as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDropdown as fq, type VehicleDetailBody as fr, type VehicleDetailLifeCycle as fs, type VehicleDetailPurchase as ft, type VehicleDetailGPS as fu, type VehicleDetailTrip as fv, VehicleSchema as fw, type VehicleDTO as fx, VehicleDeviceLinkSchema as fy, type VehicleDeviceLinkDTO as fz, type MasterMainState as g, updateMasterMainLanguage as g$, toVehicleDetailPurchasePayload as g0, toVehicleDetailLifeCyclePayload as g1, findVehicles as g2, findVehiclesLiveDashboard as g3, findVehicleGPSDetails as g4, createVehicle as g5, updateVehicle as g6, deleteVehicle as g7, updateVehicleBodyDetails as g8, updateVehicleLifeCycleDetails as g9, createMasterUserRole as gA, updateMasterUserRole as gB, deleteMasterUserRole as gC, getMasterUserRoleCache as gD, getMasterUserRoleCacheCount as gE, type MasterUserStatus as gF, MasterUserStatusSchema as gG, type MasterUserStatusDTO as gH, MasterUserStatusQuerySchema as gI, type MasterUserStatusQueryDTO as gJ, toMasterUserStatusPayload as gK, newMasterUserStatusPayload as gL, findMasterUserStatuses as gM, createMasterUserStatus as gN, updateMasterUserStatus as gO, deleteMasterUserStatus as gP, getMasterUserStatusCache as gQ, getMasterUserStatusCacheCount as gR, type MasterMainLanguage as gS, MasterMainLanguageSchema as gT, type MasterMainLanguageDTO as gU, MasterMainLanguageQuerySchema as gV, type MasterMainLanguageQueryDTO as gW, toMasterMainLanguagePayload as gX, newMasterMainLanguagePayload as gY, findMasterMainLanguages as gZ, createMasterMainLanguage as g_, updateVehiclePurchaseDetails as ga, updateVehicleGPSDetailsMain as gb, updateVehicleGPSDetailsData as gc, updateVehicleGPSDetailsAnalytics as gd, updateVehicleTripDetails as ge, linkDriverToVehicle as gf, unlinkDriverFromVehicle as gg, getDriverLinkHistoryByVehicle as gh, getDriverLinkHistoryByDriver as gi, linkDeviceToVehicle as gj, unlinkDeviceFromVehicle as gk, getDeviceLinkHistoryByVehicle as gl, getDeviceLinkHistoryByDevice as gm, getVehicleCache as gn, getVehicleSimpleCache as go, getVehicleSimpleDropdownCustom as gp, getVehicleSimpleDropdownCacheLiveData as gq, getVehicleParentCache as gr, type MasterUserRole as gs, MasterUserRoleSchema as gt, type MasterUserRoleDTO as gu, MasterUserRoleQuerySchema as gv, type MasterUserRoleQueryDTO as gw, toMasterUserRolePayload as gx, newMasterUserRolePayload as gy, findMasterUserRoles as gz, type MasterMainIndustry as h, deleteMasterMainLanguage as h0, getMasterMainLanguageCache as h1, type UserVehicleLink as h2, type UserLoginPush as h3, UserSchema as h4, type UserDTO as h5, UserLogoSchema as h6, type UserLogoDTO as h7, UserProfileSchema as h8, type UserProfileDTO as h9, type UserOrganisationDTO as hA, UserOrganisationLogoSchema as hB, type UserOrganisationLogoDTO as hC, UserOrganisationQuerySchema as hD, type UserOrganisationQueryDTO as hE, toUserOrganisationPayload as hF, toUserOrganisationLogoPayload as hG, newUserOrganisationPayload as hH, findUserOrganisation as hI, createUserOrganisation as hJ, updateUserOrganisation as hK, updateUserOrganisationLogo as hL, deleteUserOrganisation as hM, getUserOrganisationCache as hN, getUserOrganisationCacheSimple as hO, getUserOrganisation_presigned_url as hP, UserQuerySchema as ha, type UserQueryDTO as hb, UserDefaultLanguageSchema as hc, type UserDefaultLanguageDTO as hd, UserDefaultTimeZoneSchema as he, type UserDefaultTimeZoneDTO as hf, UserDefaultDateFormatSchema as hg, type UserDefaultDateFormatDTO as hh, newUserPayload as hi, toUserPayload as hj, toUserLogoPayload as hk, toUserProfilePayload as hl, findUser as hm, createUser as hn, updateUser as ho, updateUserLogo as hp, updateUserProfile as hq, deleteUser as hr, getUserCache as hs, getUserCacheSimple as ht, getUser_presigned_url as hu, updateUserDefaultLanguage as hv, updateUserDefaultTimezone as hw, updateUserDefaultDateformat as hx, type UserOrganisationSimple as hy, UserOrganisationSchema as hz, MasterMainIndustrySchema as i, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
|