vms-nest-prisma-api-document 213.0.0 → 215.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/services/account/bookmark_service.d.ts +11 -11
- package/dist/services/account/notification_preferences.service.d.ts +18 -18
- package/dist/services/account/report_preferences.service.d.ts +7 -7
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +47 -47
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +4 -4
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +3 -3
- 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 +16 -16
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +6 -6
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +8 -8
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +3 -3
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +5 -5
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +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 +3 -3
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -5
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/{user_organisation_service-NFqqAGYh.d.ts → user_organisation_service-Dn5ij2oU.d.ts} +69 -69
- package/package.json +1 -1
package/dist/{user_organisation_service-NFqqAGYh.d.ts → user_organisation_service-Dn5ij2oU.d.ts}
RENAMED
|
@@ -1780,6 +1780,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1780
1780
|
is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
1781
1781
|
}, "strip", z.ZodTypeAny, {
|
|
1782
1782
|
status: Status[];
|
|
1783
|
+
vehicle_ids: string[];
|
|
1783
1784
|
search: string;
|
|
1784
1785
|
paging: PAGING;
|
|
1785
1786
|
page_count: number;
|
|
@@ -1808,12 +1809,12 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1808
1809
|
can_login: YesNo[];
|
|
1809
1810
|
driver_type: DriverType[];
|
|
1810
1811
|
is_vehicle_assigned: YesNo[];
|
|
1811
|
-
vehicle_ids: string[];
|
|
1812
1812
|
driver_ids: string[];
|
|
1813
1813
|
}, {
|
|
1814
1814
|
date_format_id: string;
|
|
1815
1815
|
time_zone_id: string;
|
|
1816
1816
|
status?: Status[] | undefined;
|
|
1817
|
+
vehicle_ids?: string[] | undefined;
|
|
1817
1818
|
search?: string | undefined;
|
|
1818
1819
|
paging?: PAGING | undefined;
|
|
1819
1820
|
page_count?: unknown;
|
|
@@ -1840,7 +1841,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1840
1841
|
can_login?: YesNo[] | undefined;
|
|
1841
1842
|
driver_type?: DriverType[] | undefined;
|
|
1842
1843
|
is_vehicle_assigned?: YesNo[] | undefined;
|
|
1843
|
-
vehicle_ids?: string[] | undefined;
|
|
1844
1844
|
driver_ids?: string[] | undefined;
|
|
1845
1845
|
}>;
|
|
1846
1846
|
type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
|
|
@@ -2665,6 +2665,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2665
2665
|
device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
|
|
2666
2666
|
}, "strip", z.ZodTypeAny, {
|
|
2667
2667
|
status: Status[];
|
|
2668
|
+
vehicle_ids: string[];
|
|
2668
2669
|
search: string;
|
|
2669
2670
|
paging: PAGING;
|
|
2670
2671
|
page_count: number;
|
|
@@ -2688,7 +2689,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2688
2689
|
organisation_ids: string[];
|
|
2689
2690
|
country_ids: string[];
|
|
2690
2691
|
time_zone_ids: string[];
|
|
2691
|
-
vehicle_ids: string[];
|
|
2692
2692
|
device_manufacturer_ids: string[];
|
|
2693
2693
|
device_model_ids: string[];
|
|
2694
2694
|
device_type_ids: string[];
|
|
@@ -2700,6 +2700,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2700
2700
|
date_format_id: string;
|
|
2701
2701
|
time_zone_id: string;
|
|
2702
2702
|
status?: Status[] | undefined;
|
|
2703
|
+
vehicle_ids?: string[] | undefined;
|
|
2703
2704
|
search?: string | undefined;
|
|
2704
2705
|
paging?: PAGING | undefined;
|
|
2705
2706
|
page_count?: unknown;
|
|
@@ -2721,7 +2722,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2721
2722
|
organisation_ids?: string[] | undefined;
|
|
2722
2723
|
country_ids?: string[] | undefined;
|
|
2723
2724
|
time_zone_ids?: string[] | undefined;
|
|
2724
|
-
vehicle_ids?: string[] | undefined;
|
|
2725
2725
|
device_manufacturer_ids?: string[] | undefined;
|
|
2726
2726
|
device_model_ids?: string[] | undefined;
|
|
2727
2727
|
device_type_ids?: string[] | undefined;
|
|
@@ -2784,17 +2784,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
|
|
|
2784
2784
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2785
2785
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2786
2786
|
}, "strip", z.ZodTypeAny, {
|
|
2787
|
-
group_name: string;
|
|
2788
2787
|
status: Status;
|
|
2789
2788
|
organisation_id: string;
|
|
2790
|
-
description: string;
|
|
2791
2789
|
vehicle_ids: string[];
|
|
2792
|
-
|
|
2790
|
+
description: string;
|
|
2793
2791
|
group_name: string;
|
|
2792
|
+
}, {
|
|
2794
2793
|
status: Status;
|
|
2795
2794
|
organisation_id: string;
|
|
2796
|
-
|
|
2795
|
+
group_name: string;
|
|
2797
2796
|
vehicle_ids?: string[] | undefined;
|
|
2797
|
+
description?: string | undefined;
|
|
2798
2798
|
}>;
|
|
2799
2799
|
type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
|
|
2800
2800
|
declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
@@ -2833,6 +2833,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2833
2833
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2834
2834
|
}, "strip", z.ZodTypeAny, {
|
|
2835
2835
|
status: Status[];
|
|
2836
|
+
vehicle_ids: string[];
|
|
2836
2837
|
search: string;
|
|
2837
2838
|
paging: PAGING;
|
|
2838
2839
|
page_count: number;
|
|
@@ -2854,12 +2855,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2854
2855
|
date_format_id: string;
|
|
2855
2856
|
time_zone_id: string;
|
|
2856
2857
|
organisation_ids: string[];
|
|
2857
|
-
vehicle_ids: string[];
|
|
2858
2858
|
organisation_group_ids: string[];
|
|
2859
2859
|
}, {
|
|
2860
2860
|
date_format_id: string;
|
|
2861
2861
|
time_zone_id: string;
|
|
2862
2862
|
status?: Status[] | undefined;
|
|
2863
|
+
vehicle_ids?: string[] | undefined;
|
|
2863
2864
|
search?: string | undefined;
|
|
2864
2865
|
paging?: PAGING | undefined;
|
|
2865
2866
|
page_count?: unknown;
|
|
@@ -2879,7 +2880,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2879
2880
|
}[] | undefined;
|
|
2880
2881
|
include_master_data?: YesNo | undefined;
|
|
2881
2882
|
organisation_ids?: string[] | undefined;
|
|
2882
|
-
vehicle_ids?: string[] | undefined;
|
|
2883
2883
|
organisation_group_ids?: string[] | undefined;
|
|
2884
2884
|
}>;
|
|
2885
2885
|
type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
|
|
@@ -3561,8 +3561,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
3561
3561
|
}, "strip", z.ZodTypeAny, {
|
|
3562
3562
|
status: Status;
|
|
3563
3563
|
organisation_id: string;
|
|
3564
|
-
description: string;
|
|
3565
3564
|
vehicle_type: string;
|
|
3565
|
+
description: string;
|
|
3566
3566
|
}, {
|
|
3567
3567
|
status: Status;
|
|
3568
3568
|
organisation_id: string;
|
|
@@ -4168,8 +4168,8 @@ interface MasterVehicle extends Record<string, unknown> {
|
|
|
4168
4168
|
engine_number?: string;
|
|
4169
4169
|
chassis_number?: string;
|
|
4170
4170
|
vehicle_make_year?: number;
|
|
4171
|
-
db_instance:
|
|
4172
|
-
db_group:
|
|
4171
|
+
db_instance: string;
|
|
4172
|
+
db_group: string;
|
|
4173
4173
|
is_fleet_active: YesNo;
|
|
4174
4174
|
is_gps_active: YesNo;
|
|
4175
4175
|
is_trip_active: YesNo;
|
|
@@ -4635,22 +4635,22 @@ interface VehicleDocument extends Record<string, unknown> {
|
|
|
4635
4635
|
vehicle_document_id: string;
|
|
4636
4636
|
sub_vehicle_document_id: number;
|
|
4637
4637
|
vehicle_document_code?: string;
|
|
4638
|
-
document_number?:
|
|
4639
|
-
document_authorized_name?:
|
|
4638
|
+
document_number?: string;
|
|
4639
|
+
document_authorized_name?: string;
|
|
4640
4640
|
document_cost?: number;
|
|
4641
|
-
document_issue_date?:
|
|
4642
|
-
document_issue_date_f?:
|
|
4643
|
-
document_valid_till_date?:
|
|
4644
|
-
document_valid_till_date_f?:
|
|
4645
|
-
document_renewal_date?:
|
|
4646
|
-
document_renewal_date_f?:
|
|
4641
|
+
document_issue_date?: string;
|
|
4642
|
+
document_issue_date_f?: string;
|
|
4643
|
+
document_valid_till_date?: string;
|
|
4644
|
+
document_valid_till_date_f?: string;
|
|
4645
|
+
document_renewal_date?: string;
|
|
4646
|
+
document_renewal_date_f?: string;
|
|
4647
4647
|
document_validity_status: DocumentValidityStatus;
|
|
4648
4648
|
document_status: DocumentStatus;
|
|
4649
|
-
document_details_1?:
|
|
4650
|
-
document_details_2?:
|
|
4651
|
-
document_details_3?:
|
|
4652
|
-
document_details_4?:
|
|
4653
|
-
document_notes?:
|
|
4649
|
+
document_details_1?: string;
|
|
4650
|
+
document_details_2?: string;
|
|
4651
|
+
document_details_3?: string;
|
|
4652
|
+
document_details_4?: string;
|
|
4653
|
+
document_notes?: string;
|
|
4654
4654
|
status: Status;
|
|
4655
4655
|
added_date_time: string;
|
|
4656
4656
|
modified_date_time: string;
|
|
@@ -4660,11 +4660,11 @@ interface VehicleDocument extends Record<string, unknown> {
|
|
|
4660
4660
|
MasterVehicle?: MasterVehicle;
|
|
4661
4661
|
vehicle_number?: string;
|
|
4662
4662
|
vehicle_type?: string;
|
|
4663
|
-
document_type_id:
|
|
4663
|
+
document_type_id: string;
|
|
4664
4664
|
MasterVehicleDocumentType?: MasterVehicleDocumentType;
|
|
4665
|
-
document_type?:
|
|
4666
|
-
vendor_id?:
|
|
4667
|
-
vendor_name?:
|
|
4665
|
+
document_type?: string;
|
|
4666
|
+
vendor_id?: string;
|
|
4667
|
+
vendor_name?: string;
|
|
4668
4668
|
_count?: object;
|
|
4669
4669
|
}
|
|
4670
4670
|
interface VehicleDocumentFile extends BaseCommonFile {
|
|
@@ -4721,6 +4721,7 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
4721
4721
|
}, "strip", z.ZodTypeAny, {
|
|
4722
4722
|
status: Status;
|
|
4723
4723
|
organisation_id: string;
|
|
4724
|
+
vehicle_id: string;
|
|
4724
4725
|
usage_type: string;
|
|
4725
4726
|
file_type: FileType;
|
|
4726
4727
|
file_url: string;
|
|
@@ -4729,13 +4730,12 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
4729
4730
|
file_description: string;
|
|
4730
4731
|
file_size: number;
|
|
4731
4732
|
file_metadata: Record<string, any>;
|
|
4732
|
-
vehicle_id: string;
|
|
4733
4733
|
}, {
|
|
4734
4734
|
status: Status;
|
|
4735
4735
|
organisation_id: string;
|
|
4736
|
+
vehicle_id: string;
|
|
4736
4737
|
usage_type: string;
|
|
4737
4738
|
file_type: FileType;
|
|
4738
|
-
vehicle_id: string;
|
|
4739
4739
|
file_url?: string | undefined;
|
|
4740
4740
|
file_key?: string | undefined;
|
|
4741
4741
|
file_name?: string | undefined;
|
|
@@ -4795,6 +4795,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4795
4795
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
4796
4796
|
status: Status;
|
|
4797
4797
|
organisation_id: string;
|
|
4798
|
+
vehicle_id: string;
|
|
4798
4799
|
usage_type: string;
|
|
4799
4800
|
file_type: FileType;
|
|
4800
4801
|
file_url: string;
|
|
@@ -4803,13 +4804,12 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4803
4804
|
file_description: string;
|
|
4804
4805
|
file_size: number;
|
|
4805
4806
|
file_metadata: Record<string, any>;
|
|
4806
|
-
vehicle_id: string;
|
|
4807
4807
|
}, {
|
|
4808
4808
|
status: Status;
|
|
4809
4809
|
organisation_id: string;
|
|
4810
|
+
vehicle_id: string;
|
|
4810
4811
|
usage_type: string;
|
|
4811
4812
|
file_type: FileType;
|
|
4812
|
-
vehicle_id: string;
|
|
4813
4813
|
file_url?: string | undefined;
|
|
4814
4814
|
file_key?: string | undefined;
|
|
4815
4815
|
file_name?: string | undefined;
|
|
@@ -4820,6 +4820,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4820
4820
|
}, "strip", z.ZodTypeAny, {
|
|
4821
4821
|
status: Status;
|
|
4822
4822
|
organisation_id: string;
|
|
4823
|
+
vehicle_number: string;
|
|
4823
4824
|
organisation_sub_company_id: string;
|
|
4824
4825
|
organisation_branch_id: string;
|
|
4825
4826
|
organisation_color_id: string;
|
|
@@ -4834,7 +4835,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4834
4835
|
vehicle_fuel_type_id: string;
|
|
4835
4836
|
vehicle_associated_to_id: string;
|
|
4836
4837
|
vehicle_fuel_unit_id: string;
|
|
4837
|
-
vehicle_number: string;
|
|
4838
4838
|
vehicle_name: string;
|
|
4839
4839
|
engine_number: string;
|
|
4840
4840
|
chassis_number: string;
|
|
@@ -4855,6 +4855,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4855
4855
|
MasterVehicleFileSchema: {
|
|
4856
4856
|
status: Status;
|
|
4857
4857
|
organisation_id: string;
|
|
4858
|
+
vehicle_id: string;
|
|
4858
4859
|
usage_type: string;
|
|
4859
4860
|
file_type: FileType;
|
|
4860
4861
|
file_url: string;
|
|
@@ -4863,11 +4864,11 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4863
4864
|
file_description: string;
|
|
4864
4865
|
file_size: number;
|
|
4865
4866
|
file_metadata: Record<string, any>;
|
|
4866
|
-
vehicle_id: string;
|
|
4867
4867
|
}[];
|
|
4868
4868
|
}, {
|
|
4869
4869
|
status: Status;
|
|
4870
4870
|
organisation_id: string;
|
|
4871
|
+
vehicle_number: string;
|
|
4871
4872
|
organisation_sub_company_id: string;
|
|
4872
4873
|
organisation_branch_id: string;
|
|
4873
4874
|
organisation_color_id: string;
|
|
@@ -4881,7 +4882,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4881
4882
|
vehicle_fuel_type_id: string;
|
|
4882
4883
|
vehicle_associated_to_id: string;
|
|
4883
4884
|
vehicle_fuel_unit_id: string;
|
|
4884
|
-
vehicle_number: string;
|
|
4885
4885
|
is_fleet_active: YesNo;
|
|
4886
4886
|
is_gps_active: YesNo;
|
|
4887
4887
|
is_trip_active: YesNo;
|
|
@@ -4903,9 +4903,9 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4903
4903
|
MasterVehicleFileSchema?: {
|
|
4904
4904
|
status: Status;
|
|
4905
4905
|
organisation_id: string;
|
|
4906
|
+
vehicle_id: string;
|
|
4906
4907
|
usage_type: string;
|
|
4907
4908
|
file_type: FileType;
|
|
4908
|
-
vehicle_id: string;
|
|
4909
4909
|
file_url?: string | undefined;
|
|
4910
4910
|
file_key?: string | undefined;
|
|
4911
4911
|
file_name?: string | undefined;
|
|
@@ -4943,13 +4943,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
4943
4943
|
}, "strip", z.ZodTypeAny, {
|
|
4944
4944
|
status: Status;
|
|
4945
4945
|
organisation_id: string;
|
|
4946
|
+
vehicle_number: string;
|
|
4946
4947
|
time_zone_id: string;
|
|
4947
4948
|
country_id: string;
|
|
4948
4949
|
device_type_id: string;
|
|
4949
4950
|
device_manufacturer_id: string;
|
|
4950
4951
|
device_model_id: string;
|
|
4951
4952
|
vehicle_type_id: string;
|
|
4952
|
-
vehicle_number: string;
|
|
4953
4953
|
vehicle_name: string;
|
|
4954
4954
|
engine_number: string;
|
|
4955
4955
|
chassis_number: string;
|
|
@@ -4968,13 +4968,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
4968
4968
|
}, {
|
|
4969
4969
|
status: Status;
|
|
4970
4970
|
organisation_id: string;
|
|
4971
|
+
vehicle_number: string;
|
|
4971
4972
|
time_zone_id: string;
|
|
4972
4973
|
country_id: string;
|
|
4973
4974
|
device_type_id: string;
|
|
4974
4975
|
device_manufacturer_id: string;
|
|
4975
4976
|
device_model_id: string;
|
|
4976
4977
|
vehicle_type_id: string;
|
|
4977
|
-
vehicle_number: string;
|
|
4978
4978
|
is_fleet_active: YesNo;
|
|
4979
4979
|
is_gps_active: YesNo;
|
|
4980
4980
|
is_trip_active: YesNo;
|
|
@@ -5099,9 +5099,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
5099
5099
|
}>, "many">>>;
|
|
5100
5100
|
}, "strip", z.ZodTypeAny, {
|
|
5101
5101
|
organisation_id: string;
|
|
5102
|
+
vehicle_id: string;
|
|
5102
5103
|
time_zone_id: string;
|
|
5103
5104
|
country_id: string;
|
|
5104
|
-
vehicle_id: string;
|
|
5105
5105
|
device_id: string;
|
|
5106
5106
|
device_type_id: string;
|
|
5107
5107
|
device_manufacturer_id: string;
|
|
@@ -5140,9 +5140,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
5140
5140
|
}[];
|
|
5141
5141
|
}, {
|
|
5142
5142
|
organisation_id: string;
|
|
5143
|
+
vehicle_id: string;
|
|
5143
5144
|
time_zone_id: string;
|
|
5144
5145
|
country_id: string;
|
|
5145
|
-
vehicle_id: string;
|
|
5146
5146
|
device_id: string;
|
|
5147
5147
|
device_type_id: string;
|
|
5148
5148
|
device_manufacturer_id: string;
|
|
@@ -5201,12 +5201,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
|
|
|
5201
5201
|
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5202
5202
|
}, "strip", z.ZodTypeAny, {
|
|
5203
5203
|
organisation_id: string;
|
|
5204
|
-
driver_id: string;
|
|
5205
5204
|
vehicle_id: string;
|
|
5205
|
+
driver_id: string;
|
|
5206
5206
|
}, {
|
|
5207
5207
|
organisation_id: string;
|
|
5208
|
-
driver_id: string;
|
|
5209
5208
|
vehicle_id: string;
|
|
5209
|
+
driver_id: string;
|
|
5210
5210
|
}>;
|
|
5211
5211
|
type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
|
|
5212
5212
|
declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
@@ -5821,6 +5821,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5821
5821
|
vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5822
5822
|
}, "strip", z.ZodTypeAny, {
|
|
5823
5823
|
status: Status[];
|
|
5824
|
+
vehicle_ids: string[];
|
|
5824
5825
|
search: string;
|
|
5825
5826
|
paging: PAGING;
|
|
5826
5827
|
page_count: number;
|
|
@@ -5842,7 +5843,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5842
5843
|
date_format_id: string;
|
|
5843
5844
|
time_zone_id: string;
|
|
5844
5845
|
organisation_ids: string[];
|
|
5845
|
-
vehicle_ids: string[];
|
|
5846
5846
|
document_type_ids: string[];
|
|
5847
5847
|
vendor_ids: string[];
|
|
5848
5848
|
vehicle_document_ids: string[];
|
|
@@ -5850,6 +5850,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5850
5850
|
date_format_id: string;
|
|
5851
5851
|
time_zone_id: string;
|
|
5852
5852
|
status?: Status[] | undefined;
|
|
5853
|
+
vehicle_ids?: string[] | undefined;
|
|
5853
5854
|
search?: string | undefined;
|
|
5854
5855
|
paging?: PAGING | undefined;
|
|
5855
5856
|
page_count?: unknown;
|
|
@@ -5869,7 +5870,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
5869
5870
|
}[] | undefined;
|
|
5870
5871
|
include_master_data?: YesNo | undefined;
|
|
5871
5872
|
organisation_ids?: string[] | undefined;
|
|
5872
|
-
vehicle_ids?: string[] | undefined;
|
|
5873
5873
|
document_type_ids?: string[] | undefined;
|
|
5874
5874
|
vendor_ids?: string[] | undefined;
|
|
5875
5875
|
vehicle_document_ids?: string[] | undefined;
|
|
@@ -5933,6 +5933,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
5933
5933
|
expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
|
|
5934
5934
|
}, "strip", z.ZodTypeAny, {
|
|
5935
5935
|
status: Status[];
|
|
5936
|
+
vehicle_ids: string[];
|
|
5936
5937
|
search: string;
|
|
5937
5938
|
paging: PAGING;
|
|
5938
5939
|
page_count: number;
|
|
@@ -5954,7 +5955,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
5954
5955
|
date_format_id: string;
|
|
5955
5956
|
time_zone_id: string;
|
|
5956
5957
|
organisation_ids: string[];
|
|
5957
|
-
vehicle_ids: string[];
|
|
5958
5958
|
expiry_type: ExpiryType[];
|
|
5959
5959
|
vehicle_document_ids: string[];
|
|
5960
5960
|
document_expiry_ids: string[];
|
|
@@ -5962,6 +5962,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
5962
5962
|
date_format_id: string;
|
|
5963
5963
|
time_zone_id: string;
|
|
5964
5964
|
status?: Status[] | undefined;
|
|
5965
|
+
vehicle_ids?: string[] | undefined;
|
|
5965
5966
|
search?: string | undefined;
|
|
5966
5967
|
paging?: PAGING | undefined;
|
|
5967
5968
|
page_count?: unknown;
|
|
@@ -5981,7 +5982,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
5981
5982
|
}[] | undefined;
|
|
5982
5983
|
include_master_data?: YesNo | undefined;
|
|
5983
5984
|
organisation_ids?: string[] | undefined;
|
|
5984
|
-
vehicle_ids?: string[] | undefined;
|
|
5985
5985
|
expiry_type?: ExpiryType[] | undefined;
|
|
5986
5986
|
vehicle_document_ids?: string[] | undefined;
|
|
5987
5987
|
document_expiry_ids?: string[] | undefined;
|
|
@@ -6039,6 +6039,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
6039
6039
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6040
6040
|
}, "strip", z.ZodTypeAny, {
|
|
6041
6041
|
status: Status[];
|
|
6042
|
+
vehicle_ids: string[];
|
|
6042
6043
|
search: string;
|
|
6043
6044
|
paging: PAGING;
|
|
6044
6045
|
page_count: number;
|
|
@@ -6064,7 +6065,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
6064
6065
|
organisation_branch_ids: string[];
|
|
6065
6066
|
organisation_color_ids: string[];
|
|
6066
6067
|
organisation_tag_ids: string[];
|
|
6067
|
-
vehicle_ids: string[];
|
|
6068
6068
|
driver_ids: string[];
|
|
6069
6069
|
device_ids: string[];
|
|
6070
6070
|
vehicle_make_ids: string[];
|
|
@@ -6082,6 +6082,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
6082
6082
|
date_format_id: string;
|
|
6083
6083
|
time_zone_id: string;
|
|
6084
6084
|
status?: Status[] | undefined;
|
|
6085
|
+
vehicle_ids?: string[] | undefined;
|
|
6085
6086
|
search?: string | undefined;
|
|
6086
6087
|
paging?: PAGING | undefined;
|
|
6087
6088
|
page_count?: unknown;
|
|
@@ -6105,7 +6106,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
6105
6106
|
organisation_branch_ids?: string[] | undefined;
|
|
6106
6107
|
organisation_color_ids?: string[] | undefined;
|
|
6107
6108
|
organisation_tag_ids?: string[] | undefined;
|
|
6108
|
-
vehicle_ids?: string[] | undefined;
|
|
6109
6109
|
driver_ids?: string[] | undefined;
|
|
6110
6110
|
device_ids?: string[] | undefined;
|
|
6111
6111
|
vehicle_make_ids?: string[] | undefined;
|
|
@@ -6237,6 +6237,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
6237
6237
|
}, "strip", z.ZodTypeAny, {
|
|
6238
6238
|
status: Status[];
|
|
6239
6239
|
organisation_id: string;
|
|
6240
|
+
vehicle_id: string;
|
|
6240
6241
|
search: string;
|
|
6241
6242
|
paging: PAGING;
|
|
6242
6243
|
page_count: number;
|
|
@@ -6257,12 +6258,11 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
6257
6258
|
include_master_data: YesNo;
|
|
6258
6259
|
date_format_id: string;
|
|
6259
6260
|
time_zone_id: string;
|
|
6260
|
-
vehicle_id: string;
|
|
6261
6261
|
}, {
|
|
6262
6262
|
organisation_id: string;
|
|
6263
|
+
vehicle_id: string;
|
|
6263
6264
|
date_format_id: string;
|
|
6264
6265
|
time_zone_id: string;
|
|
6265
|
-
vehicle_id: string;
|
|
6266
6266
|
status?: Status[] | undefined;
|
|
6267
6267
|
search?: string | undefined;
|
|
6268
6268
|
paging?: PAGING | undefined;
|
|
@@ -6315,20 +6315,20 @@ declare const linkDeviceToVehicle: (payload: VehicleDeviceLinkDTO) => Promise<SB
|
|
|
6315
6315
|
declare const unlinkDeviceFromVehicle: (payload: VehicleDeviceUnlinkDTO) => Promise<SBR>;
|
|
6316
6316
|
declare const getDeviceLinkHistoryByVehicle: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
|
|
6317
6317
|
declare const getDeviceLinkHistoryByDevice: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
|
|
6318
|
-
declare const
|
|
6319
|
-
declare const
|
|
6320
|
-
declare const
|
|
6321
|
-
declare const
|
|
6318
|
+
declare const createVehicleDocument: (payload: VehicleDocumentDTO) => Promise<SBR>;
|
|
6319
|
+
declare const findVehicleDocument: (payload: VehicleDocumentQueryDTO) => Promise<FBR<VehicleDocument>>;
|
|
6320
|
+
declare const updateVehicleDocument: (id: string, payload: VehicleDocumentDTO) => Promise<SBR>;
|
|
6321
|
+
declare const removeVehicleDocument: (id: string) => Promise<SBR>;
|
|
6322
6322
|
declare const createFileVehicle: (payload: MasterVehicleFileDTO) => Promise<SBR>;
|
|
6323
6323
|
declare const removeFileVehicle: (id: string) => Promise<SBR>;
|
|
6324
6324
|
declare const createFileDevice: (payload: MasterDeviceFileDTO) => Promise<SBR>;
|
|
6325
6325
|
declare const removeFileDevice: (id: string) => Promise<SBR>;
|
|
6326
6326
|
declare const createFileVehicleDocument: (payload: MasterVehicleDocumentFileDTO) => Promise<SBR>;
|
|
6327
6327
|
declare const removeFileVehicleDocument: (id: string) => Promise<SBR>;
|
|
6328
|
-
declare const
|
|
6329
|
-
declare const
|
|
6330
|
-
declare const
|
|
6331
|
-
declare const
|
|
6328
|
+
declare const createVehicleDocumentExpiry: (payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
|
|
6329
|
+
declare const findVehicleDocumentExpiry: (payload: VehicleDocumentExpiryQueryDTO) => Promise<FBR<VehicleDocumentExpiry[]>>;
|
|
6330
|
+
declare const updateVehicleDocumentExpiry: (id: string, payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
|
|
6331
|
+
declare const removeVehicleDocumentExpiry: (id: string) => Promise<SBR>;
|
|
6332
6332
|
declare const getVehicleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
6333
6333
|
declare const getVehicleSimpleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
6334
6334
|
declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
|
|
@@ -6789,13 +6789,14 @@ declare const UserSchema: z.ZodObject<{
|
|
|
6789
6789
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6790
6790
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6791
6791
|
}, "strip", z.ZodTypeAny, {
|
|
6792
|
+
all_vehicles: YesNo;
|
|
6792
6793
|
status: Status;
|
|
6793
6794
|
organisation_id: string;
|
|
6795
|
+
vehicle_ids: string[];
|
|
6794
6796
|
date_format_id: string;
|
|
6795
6797
|
time_zone_id: string;
|
|
6796
6798
|
password: string;
|
|
6797
6799
|
can_login: YesNo;
|
|
6798
|
-
vehicle_ids: string[];
|
|
6799
6800
|
user_role_id: string;
|
|
6800
6801
|
user_status_id: string;
|
|
6801
6802
|
language_id: string;
|
|
@@ -6805,11 +6806,11 @@ declare const UserSchema: z.ZodObject<{
|
|
|
6805
6806
|
username: string;
|
|
6806
6807
|
mobile: string;
|
|
6807
6808
|
is_root_user: YesNo;
|
|
6808
|
-
all_vehicles: YesNo;
|
|
6809
6809
|
user_image_url: string;
|
|
6810
6810
|
user_image_key: string;
|
|
6811
6811
|
user_image_name: string;
|
|
6812
6812
|
}, {
|
|
6813
|
+
all_vehicles: YesNo;
|
|
6813
6814
|
status: Status;
|
|
6814
6815
|
organisation_id: string;
|
|
6815
6816
|
date_format_id: string;
|
|
@@ -6821,9 +6822,8 @@ declare const UserSchema: z.ZodObject<{
|
|
|
6821
6822
|
first_name: string;
|
|
6822
6823
|
email: string;
|
|
6823
6824
|
is_root_user: YesNo;
|
|
6824
|
-
all_vehicles: YesNo;
|
|
6825
|
-
password?: string | undefined;
|
|
6826
6825
|
vehicle_ids?: string[] | undefined;
|
|
6826
|
+
password?: string | undefined;
|
|
6827
6827
|
last_name?: string | undefined;
|
|
6828
6828
|
username?: string | undefined;
|
|
6829
6829
|
mobile?: string | undefined;
|
|
@@ -6874,7 +6874,9 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6874
6874
|
is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
6875
6875
|
all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
6876
6876
|
}, "strip", z.ZodTypeAny, {
|
|
6877
|
+
all_vehicles: YesNo[];
|
|
6877
6878
|
status: Status[];
|
|
6879
|
+
user_ids: string[];
|
|
6878
6880
|
search: string;
|
|
6879
6881
|
paging: PAGING;
|
|
6880
6882
|
page_count: number;
|
|
@@ -6896,7 +6898,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6896
6898
|
date_format_id: string;
|
|
6897
6899
|
time_zone_id: string;
|
|
6898
6900
|
organisation_ids: string[];
|
|
6899
|
-
user_ids: string[];
|
|
6900
6901
|
time_zone_ids: string[];
|
|
6901
6902
|
date_format_ids: string[];
|
|
6902
6903
|
can_login: YesNo[];
|
|
@@ -6904,11 +6905,12 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6904
6905
|
user_status_ids: string[];
|
|
6905
6906
|
language_ids: string[];
|
|
6906
6907
|
is_root_user: YesNo[];
|
|
6907
|
-
all_vehicles: YesNo[];
|
|
6908
6908
|
}, {
|
|
6909
6909
|
date_format_id: string;
|
|
6910
6910
|
time_zone_id: string;
|
|
6911
|
+
all_vehicles?: YesNo[] | undefined;
|
|
6911
6912
|
status?: Status[] | undefined;
|
|
6913
|
+
user_ids?: string[] | undefined;
|
|
6912
6914
|
search?: string | undefined;
|
|
6913
6915
|
paging?: PAGING | undefined;
|
|
6914
6916
|
page_count?: unknown;
|
|
@@ -6928,7 +6930,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6928
6930
|
}[] | undefined;
|
|
6929
6931
|
include_master_data?: YesNo | undefined;
|
|
6930
6932
|
organisation_ids?: string[] | undefined;
|
|
6931
|
-
user_ids?: string[] | undefined;
|
|
6932
6933
|
time_zone_ids?: string[] | undefined;
|
|
6933
6934
|
date_format_ids?: string[] | undefined;
|
|
6934
6935
|
can_login?: YesNo[] | undefined;
|
|
@@ -6936,7 +6937,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
6936
6937
|
user_status_ids?: string[] | undefined;
|
|
6937
6938
|
language_ids?: string[] | undefined;
|
|
6938
6939
|
is_root_user?: YesNo[] | undefined;
|
|
6939
|
-
all_vehicles?: YesNo[] | undefined;
|
|
6940
6940
|
}>;
|
|
6941
6941
|
type UserQueryDTO = z.infer<typeof UserQuerySchema>;
|
|
6942
6942
|
declare const UserLogoSchema: z.ZodObject<{
|
|
@@ -7377,4 +7377,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
|
|
|
7377
7377
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
7378
7378
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
7379
7379
|
|
|
7380
|
-
export { findMasterMainStates 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, getMasterMainTimeZoneCacheAll as S, getMasterMainTimeZoneCache as T, type UserOrganisation as U, MasterMainStateSchema as V, type MasterMainStateDTO as W, MasterMainStateQuerySchema as X, type MasterMainStateQueryDTO as Y, toMasterMainStatePayload as Z, newMasterMainStatePayload as _, type User as a, getOrganisationSubCompanyCache as a$, createMasterMainState as a0, updateMasterMainState as a1, deleteMasterMainState as a2, getMasterMainStateCache as a3, MasterMainCountrySchema as a4, type MasterMainCountryDTO as a5, MasterMainCountryQuerySchema as a6, type MasterMainCountryQueryDTO as a7, toMasterMainCountryPayload as a8, newMasterMainCountryPayload as a9, createMasterMainUnitMileage as aA, updateMasterMainUnitMileage as aB, deleteMasterMainUnitMileage as aC, getMasterMainUnitMileageCache as aD, type MasterMainUnitVolume as aE, MasterMainUnitVolumeSchema as aF, type MasterMainUnitVolumeDTO as aG, MasterMainUnitVolumeQuerySchema as aH, type MasterMainUnitVolumeQueryDTO as aI, toMasterMainUnitVolumePayload as aJ, newMasterMainUnitVolumePayload as aK, findMasterMainUnitVolumes as aL, createMasterMainUnitVolume as aM, updateMasterMainUnitVolume as aN, deleteMasterMainUnitVolume as aO, getMasterMainUnitVolumeCache as aP, type OrganisationSubCompany as aQ, OrganisationSubCompanySchema as aR, type OrganisationSubCompanyDTO as aS, OrganisationSubCompanyQuerySchema as aT, type OrganisationSubCompanyQueryDTO as aU, toOrganisationSubCompanyPayload as aV, newOrganisationSubCompanyPayload as aW, findOrganisationSubCompanyies as aX, createOrganisationSubCompany as aY, updateOrganisationSubCompany as aZ, deleteOrganisationSubCompany as a_, findMasterMainCountries as aa, createMasterMainCountry as ab, updateMasterMainCountry as ac, deleteMasterMainCountry as ad, getMasterMainCountryCache as ae, getMasterMainCountryCacheChild as af, type MasterMainDateFormat as ag, MasterMainDateFormatSchema as ah, type MasterMainDateFormatDTO as ai, MasterMainDateFormatQuerySchema as aj, type MasterMainDateFormatQueryDTO as ak, toMasterMainDateFormatPayload as al, newMasterMainDateFormatPayload as am, findMasterMainDateFormats as an, createMasterMainDateFormat as ao, updateMasterMainDateFormat as ap, deleteMasterMainDateFormat as aq, getMasterMainDateFormatCache as ar, type MasterMainUnitMileage as as, MasterMainUnitMileageSchema as at, type MasterMainUnitMileageDTO as au, MasterMainUnitMileageQuerySchema as av, type MasterMainUnitMileageQueryDTO as aw, toMasterMainUnitMileagePayload as ax, newMasterMainUnitMileagePayload as ay, findMasterMainUnitMileages as az, type MasterDriver as b, updateMasterDriverLogo as b$, getOrganisationSubCompanyCacheCount as b0, getOrganisationSubCompanyCacheChild as b1, OrganisationBranchSchema as b2, type OrganisationBranchDTO as b3, OrganisationBranchQuerySchema as b4, type OrganisationBranchQueryDTO as b5, toOrganisationBranchPayload as b6, newOrganisationBranchPayload as b7, findOrganisationBranchs as b8, createOrganisationBranch as b9, findOrganisationTags as bA, createOrganisationTag as bB, updateOrganisationTag as bC, deleteOrganisationTag as bD, getOrganisationTagCache as bE, getOrganisationTagCacheCount as bF, getOrganisationTagCacheChild as bG, type MasterDriverFile as bH, type AssignRemoveDriverHistory as bI, type DriverLoginPush as bJ, MasterDriverFileSchema as bK, type MasterDriverFileDTO as bL, MasterDriverSchema as bM, type MasterDriverDTO as bN, MasterDriverQuerySchema as bO, type MasterDriverQueryDTO as bP, MasterDriverLogoSchema as bQ, type MasterDriverLogoDTO as bR, MasterDriverProfileSchema as bS, type MasterDriverProfileDTO as bT, toDriverPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, deleteMasterDriver as b_, updateOrganisationBranch as ba, deleteOrganisationBranch as bb, getOrganisationBranchCache as bc, getOrganisationBranchCacheCount as bd, getOrganisationBranchCacheChild as be, type OrganisationColor as bf, OrganisationColorSchema as bg, type OrganisationColorDTO as bh, OrganisationColorQuerySchema as bi, type OrganisationColorQueryDTO as bj, toOrganisationColorPayload as bk, newOrganisationColorPayload as bl, findOrganisationColors as bm, createOrganisationColor as bn, updateOrganisationColor as bo, deleteOrganisationColor as bp, getOrganisationColorCache as bq, getOrganisationColorCacheCount as br, getOrganisationColorCacheChild as bs, type OrganisationTag as bt, OrganisationTagSchema as bu, type OrganisationTagDTO as bv, OrganisationTagQuerySchema as bw, type OrganisationTagQueryDTO as bx, toOrganisationTagPayload as by, newOrganisationTagPayload as bz, type MasterDevice as c, MasterDeviceSchema as c$, deleteMasterDriverLogo as c0, updateMasterDriverProfile as c1, getMasterDriverCache as c2, getMasterDriverCacheSimple as c3, get_master_driver_presigned_url as c4, get_master_driver_presigned_url_file as c5, create_file as c6, remove_file as c7, type MasterDeviceType as c8, MasterDeviceTypeSchema as c9, type MasterDeviceManufacturer as cA, MasterDeviceManufacturerSchema as cB, type MasterDeviceManufacturerDTO as cC, MasterDeviceManufacturerQuerySchema as cD, type MasterDeviceManufacturerQueryDTO as cE, toMasterDeviceManufacturerPayload as cF, newMasterDeviceManufacturerPayload as cG, findMasterDeviceManufacturers as cH, createMasterDeviceManufacturer as cI, updateMasterDeviceManufacturer as cJ, deleteMasterDeviceManufacturer as cK, getMasterDeviceManufacturerCache as cL, getMasterDeviceManufacturerCacheCount as cM, getMasterDeviceManufacturerCacheChild as cN, type MasterSim as cO, type AssignRemoveSimHistory as cP, MasterSimSchema as cQ, type MasterSimDTO as cR, MasterSimQuerySchema as cS, type MasterSimQueryDTO as cT, toMasterSimPayload as cU, newMasterSimPayload as cV, findMasterSims as cW, createMasterSim as cX, updateMasterSim as cY, deleteMasterSim as cZ, type AssignRemoveDeviceHistory as c_, type MasterDeviceTypeDTO as ca, MasterDeviceTypeQuerySchema as cb, type MasterDeviceTypeQueryDTO as cc, toMasterDeviceTypePayload as cd, newMasterDeviceTypePayload as ce, findMasterDeviceTypes as cf, createMasterDeviceType as cg, updateMasterDeviceType as ch, deleteMasterDeviceType as ci, getMasterDeviceTypeCache as cj, getMasterDeviceTypeCacheCount as ck, getMasterDeviceTypeCacheChild as cl, type MasterDeviceModel as cm, MasterDeviceModelSchema as cn, type MasterDeviceModelDTO as co, MasterDeviceModelQuerySchema as cp, type MasterDeviceModelQueryDTO as cq, toMasterDeviceModelPayload as cr, newMasterDeviceModelPayload as cs, findMasterDeviceModels as ct, createMasterDeviceModel as cu, updateMasterDeviceModel as cv, deleteMasterDeviceModel as cw, getMasterDeviceModelCache as cx, getMasterDeviceModelCacheCount as cy, getMasterDeviceModelCacheChild as cz, type MasterVehicleFuelType as d, type MasterVehicleMakeQueryDTO as d$, type MasterDeviceDTO as d0, MasterDeviceQuerySchema as d1, type MasterDeviceQueryDTO as d2, DeviceSimLinkSchema as d3, type DeviceSimLinkDTO as d4, toMasterDevicePayload as d5, newMasterDevicePayload as d6, findMasterDevices as d7, createMasterDevice as d8, updateMasterDevice as d9, toMasterVehicleSubModelPayload as dA, newMasterVehicleSubModelPayload as dB, findMasterVehicleSubModels as dC, createMasterVehicleSubModel as dD, updateMasterVehicleSubModel as dE, deleteMasterVehicleSubModel as dF, getMasterVehicleSubModelCache as dG, getMasterVehicleSubModelCacheCount as dH, getMasterVehicleSubModelCacheChild as dI, type MasterVehicleModel as dJ, MasterVehicleModelSchema as dK, type MasterVehicleModelDTO as dL, MasterVehicleModelQuerySchema as dM, type MasterVehicleModelQueryDTO as dN, toMasterVehicleModelPayload as dO, newMasterVehicleModelPayload as dP, findMasterVehicleModels as dQ, createMasterVehicleModel as dR, updateMasterVehicleModel as dS, deleteMasterVehicleModel as dT, getMasterVehicleModelCache as dU, getMasterVehicleModelCacheCount as dV, getMasterVehicleModelCacheChild as dW, type MasterVehicleMake as dX, MasterVehicleMakeSchema as dY, type MasterVehicleMakeDTO as dZ, MasterVehicleMakeQuerySchema as d_, deleteMasterDevice as da, device_sim_link as db, device_sim_unlink as dc, get_device_sim_link_history_by_sim as dd, get_device_sim_link_history_by_device as de, type OrganisationGroup as df, type VehicleOrganisationGroupLink as dg, OrganisationGroupSchema as dh, type OrganisationGroupDTO as di, OrganisationGroupQuerySchema as dj, type OrganisationGroupQueryDTO as dk, toOrganisationGroupPayload as dl, newOrganisationGroupPayload as dm, findOrganisationGroups as dn, createOrganisationGroup as dp, updateOrganisationGroup as dq, deleteOrganisationGroup as dr, getOrganisationGroupCache as ds, getOrganisationGroupCacheCount as dt, getOrganisationGroupCacheChild as du, type MasterVehicleSubModel as dv, MasterVehicleSubModelSchema as dw, type MasterVehicleSubModelDTO as dx, MasterVehicleSubModelQuerySchema as dy, type MasterVehicleSubModelQueryDTO as dz, type MasterVehicleFuelUnit as e, getMasterVehicleFuelTypeCacheChild as e$, toMasterVehicleMakePayload as e0, newMasterVehicleMakePayload as e1, findMasterVehicleMakes as e2, createMasterVehicleMake as e3, updateMasterVehicleMake as e4, deleteMasterVehicleMake as e5, getMasterVehicleMakeCache as e6, getMasterVehicleMakeCacheCount as e7, getMasterVehicleMakeCacheChild as e8, type MasterVehicleStatusType as e9, getMasterVehicleOwnershipTypeCacheChild as eA, type MasterVehicleType as eB, MasterVehicleTypeSchema as eC, type MasterVehicleTypeDTO as eD, MasterVehicleTypeQuerySchema as eE, type MasterVehicleTypeQueryDTO as eF, toMasterVehicleTypePayload as eG, newMasterVehicleTypePayload as eH, findMasterVehicleTypes as eI, createMasterVehicleType as eJ, updateMasterVehicleType as eK, deleteMasterVehicleType as eL, getMasterVehicleTypeCache as eM, getMasterVehicleTypeCacheCount as eN, getMasterVehicleTypeCacheChild as eO, MasterVehicleFuelTypeSchema as eP, type MasterVehicleFuelTypeDTO as eQ, MasterVehicleFuelTypeQuerySchema as eR, type MasterVehicleFuelTypeQueryDTO as eS, toMasterVehicleFuelTypePayload as eT, newMasterVehicleFuelTypePayload as eU, findMasterVehicleFuelTypes as eV, createMasterVehicleFuelType as eW, updateMasterVehicleFuelType as eX, deleteMasterVehicleFuelType as eY, getMasterVehicleFuelTypeCache as eZ, getMasterVehicleFuelTypeCacheCount as e_, MasterVehicleStatusTypeSchema as ea, type MasterVehicleStatusTypeDTO as eb, MasterVehicleStatusTypeQuerySchema as ec, type MasterVehicleStatusTypeQueryDTO as ed, toMasterVehicleStatusTypePayload as ee, newMasterVehicleStatusTypePayload as ef, findMasterVehicleStatusTypes as eg, createMasterVehicleStatusType as eh, updateMasterVehicleStatusType as ei, deleteMasterVehicleStatusType as ej, getMasterVehicleStatusTypeCache as ek, getMasterVehicleStatusTypeCacheCount as el, getMasterVehicleStatusTypeCacheChild as em, type MasterVehicleOwnershipType as en, MasterVehicleOwnershipTypeSchema as eo, type MasterVehicleOwnershipTypeDTO as ep, MasterVehicleOwnershipTypeQuerySchema as eq, type MasterVehicleOwnershipTypeQueryDTO as er, toMasterVehicleOwnershipTypePayload as es, newMasterVehicleOwnershipTypePayload as et, findMasterVehicleOwnershipTypes as eu, createMasterVehicleOwnershipType as ev, updateMasterVehicleOwnershipType as ew, deleteMasterVehicleOwnershipType as ex, getMasterVehicleOwnershipTypeCache as ey, getMasterVehicleOwnershipTypeCacheCount as ez, type MasterMainCountry as f, type VehicleDriverLinkDTO as f$, type MasterVehicleAssociatedTo as f0, MasterVehicleAssociatedToSchema as f1, type MasterVehicleAssociatedToDTO as f2, MasterVehicleAssociatedToQuerySchema as f3, type MasterVehicleAssociatedToQueryDTO as f4, toMasterVehicleAssociatedToPayload as f5, newMasterVehicleAssociatedToPayload as f6, findMasterVehicleAssociatedTos as f7, createMasterVehicleAssociatedTo as f8, updateMasterVehicleAssociatedTo as f9, updateMasterVehicleDocumentType as fA, deleteMasterVehicleDocumentType as fB, getMasterVehicleDocumentTypeCache as fC, type MasterVehicleDropdown as fD, type MasterVehicleFile as fE, type VehicleDetailGPS as fF, type VehicleDetailTrip as fG, type VehicleDetailBody as fH, type VehicleDetailLifeCycle as fI, type VehicleDetailPurchase as fJ, type VehicleDocument as fK, type VehicleDocumentFile as fL, type VehicleDocumentExpiry as fM, type VehicleOdometerHistory as fN, MasterVehicleFileSchema as fO, type MasterVehicleFileDTO as fP, VehicleSchema as fQ, type VehicleDTO as fR, VehicleBulkSchema as fS, type VehicleBulkDTO as fT, MasterDeviceFileSchema as fU, type MasterDeviceFileDTO as fV, VehicleDeviceLinkSchema as fW, type VehicleDeviceLinkDTO as fX, VehicleDeviceUnlinkSchema as fY, type VehicleDeviceUnlinkDTO as fZ, VehicleDriverLinkSchema as f_, deleteMasterVehicleAssociatedTo as fa, getMasterVehicleAssociatedToCache as fb, getMasterVehicleAssociatedToCacheCount as fc, getMasterVehicleAssociatedToCacheChild as fd, MasterVehicleFuelUnitSchema as fe, type MasterVehicleFuelUnitDTO as ff, MasterVehicleFuelUnitQuerySchema as fg, type MasterVehicleFuelUnitQueryDTO as fh, toMasterVehicleFuelUnitPayload as fi, newMasterVehicleFuelUnitPayload as fj, findMasterVehicleFuelUnits as fk, createMasterVehicleFuelUnit as fl, updateMasterVehicleFuelUnit as fm, deleteMasterVehicleFuelUnit as fn, getMasterVehicleFuelUnitCache as fo, getMasterVehicleFuelUnitCacheCount as fp, getMasterVehicleFuelUnitCacheChild as fq, type MasterVehicleDocumentType as fr, MasterVehicleDocumentTypeSchema as fs, type MasterVehicleDocumentTypeDTO as ft, MasterVehicleDocumentTypeQuerySchema as fu, type MasterVehicleDocumentTypeQueryDTO as fv, toMasterVehicleDocumentTypePayload as fw, newMasterVehicleDocumentTypePayload as fx, findMasterVehicleDocumentTypes as fy, createMasterVehicleDocumentType as fz, type MasterMainState as g, createFileDevice as g$, VehicleDetailGPSSensorSchema as g0, type VehicleDetailGPSSensorDTO as g1, VehicleDetailTripSchema as g2, type VehicleDetailTripDTO as g3, VehicleDetailBodySchema as g4, type VehicleDetailBodyDTO as g5, VehicleDetailLifeCycleSchema as g6, type VehicleDetailLifeCycleDto as g7, VehicleDetailPurchaseSchema as g8, type VehicleDetailPurchaseDTO as g9, get_device_file_presigned_url as gA, get_vehicle_document_file_presigned_url as gB, findVehicles as gC, findVehiclesLiveDashboard as gD, findVehicleGPSDetails as gE, createVehicle as gF, updateVehicle as gG, deleteVehicle as gH, updateDetailsGpsSensor as gI, updateDetailsTrip as gJ, updateVehicleBodyDetails as gK, updateVehicleLifeCycleDetails as gL, updateVehiclePurchaseDetails as gM, linkDriverToVehicle as gN, unlinkDriverFromVehicle as gO, getDriverLinkHistoryByVehicle as gP, getDriverLinkHistoryByDriver as gQ, linkDeviceToVehicle as gR, unlinkDeviceFromVehicle as gS, getDeviceLinkHistoryByVehicle as gT, getDeviceLinkHistoryByDevice as gU, createDocument as gV, findDocument as gW, updateDocument as gX, removeDocument as gY, createFileVehicle as gZ, removeFileVehicle as g_, MasterVehicleDocumentFileSchema as ga, type MasterVehicleDocumentFileDTO as gb, VehicleDocumentSchema as gc, type VehicleDocumentDTO as gd, VehicleDocumentQuerySchema as ge, type VehicleDocumentQueryDTO as gf, VehicleDocumentExpirySchema as gg, type VehicleDocumentExpiryDTO as gh, VehicleDocumentExpiryQuerySchema as gi, type VehicleDocumentExpiryQueryDTO as gj, VehicleQuerySchema as gk, type VehicleQueryDTO as gl, SimpleFindQuerySchema as gm, type SimpleFindQueryDTO as gn, VehicleGPSQuerySchema as go, type VehicleGPSQueryDTO as gp, toVehiclePayload as gq, newVehiclePayload as gr, toVehicleDetailsGPSPayload as gs, toVehicleDetailsTripPayload as gt, toVehicleDetailsBodyPayload as gu, toVehicleDetailLifeCyclePayload as gv, toVehicleDetailPurchasePayload as gw, toVehicleDocumentExpiryPayload as gx, newVehicleDocumentExpiryPayload as gy, get_vehicle_file_presigned_url as gz, type MasterMainIndustry as h, type UserDefaultTimeZoneDTO as h$, removeFileDevice as h0, createFileVehicleDocument as h1, removeFileVehicleDocument as h2, createDocumentExpiry as h3, findDocumentExpiry as h4, updateDocumentExpiry as h5, removeDocumentExpiry as h6, getVehicleCache as h7, getVehicleSimpleCache as h8, getVehicleParentCache as h9, getMasterUserStatusCache as hA, getMasterUserStatusCacheCount as hB, type MasterMainLanguage as hC, MasterMainLanguageSchema as hD, type MasterMainLanguageDTO as hE, MasterMainLanguageQuerySchema as hF, type MasterMainLanguageQueryDTO as hG, toMasterMainLanguagePayload as hH, newMasterMainLanguagePayload as hI, findMasterMainLanguages as hJ, createMasterMainLanguage as hK, updateMasterMainLanguage as hL, deleteMasterMainLanguage as hM, getMasterMainLanguageCache as hN, type UserVehicleLink as hO, type UserLoginPush as hP, UserSchema as hQ, type UserDTO as hR, UserQuerySchema as hS, type UserQueryDTO as hT, UserLogoSchema as hU, type UserLogoDTO as hV, UserProfileSchema as hW, type UserProfileDTO as hX, UserDefaultLanguageSchema as hY, type UserDefaultLanguageDTO as hZ, UserDefaultTimeZoneSchema as h_, getVehicleSimpleDropdownCustom as ha, getVehicleSimpleDropdownCacheLiveData as hb, type MasterUserRole as hc, MasterUserRoleSchema as hd, type MasterUserRoleDTO as he, MasterUserRoleQuerySchema as hf, type MasterUserRoleQueryDTO as hg, toMasterUserRolePayload as hh, newMasterUserRolePayload as hi, findMasterUserRoles as hj, createMasterUserRole as hk, updateMasterUserRole as hl, deleteMasterUserRole as hm, getMasterUserRoleCache as hn, getMasterUserRoleCacheCount as ho, type MasterUserStatus as hp, MasterUserStatusSchema as hq, type MasterUserStatusDTO as hr, MasterUserStatusQuerySchema as hs, type MasterUserStatusQueryDTO as ht, toMasterUserStatusPayload as hu, newMasterUserStatusPayload as hv, findMasterUserStatuses as hw, createMasterUserStatus as hx, updateMasterUserStatus as hy, deleteMasterUserStatus as hz, MasterMainIndustrySchema as i, UserDefaultDateFormatSchema as i0, type UserDefaultDateFormatDTO as i1, newUserPayload as i2, toUserPayload as i3, toUserProfilePayload as i4, findUser as i5, createUser as i6, updateUser as i7, deleteUser as i8, updateUserLogo as i9, getUserOrganisationCache as iA, getUserOrganisationCacheSimple as iB, deleteUserLogo as ia, updateUserProfile as ib, getUserCache as ic, getUserCacheSimple as id, get_user_presigned_url as ie, updateUserDefaultLanguage as ig, updateUserDefaultTimezone as ih, updateUserDefaultDateformat as ii, type UserOrganisationSimple as ij, UserOrganisationSchema as ik, type UserOrganisationDTO as il, UserOrganisationQuerySchema as im, type UserOrganisationQueryDTO as io, UserOrganisationLogoSchema as ip, type UserOrganisationLogoDTO as iq, toUserOrganisationPayload as ir, newUserOrganisationPayload as is, findUserOrganisation as it, createUserOrganisation as iu, updateUserOrganisation as iv, deleteUserOrganisation as iw, updateUserOrganisationLogo as ix, deleteUserOrganisationLogo as iy, get_user_organisation_presigned_url as iz, 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 };
|
|
7380
|
+
export { findMasterMainStates 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, getMasterMainTimeZoneCacheAll as S, getMasterMainTimeZoneCache as T, type UserOrganisation as U, MasterMainStateSchema as V, type MasterMainStateDTO as W, MasterMainStateQuerySchema as X, type MasterMainStateQueryDTO as Y, toMasterMainStatePayload as Z, newMasterMainStatePayload as _, type User as a, getOrganisationSubCompanyCache as a$, createMasterMainState as a0, updateMasterMainState as a1, deleteMasterMainState as a2, getMasterMainStateCache as a3, MasterMainCountrySchema as a4, type MasterMainCountryDTO as a5, MasterMainCountryQuerySchema as a6, type MasterMainCountryQueryDTO as a7, toMasterMainCountryPayload as a8, newMasterMainCountryPayload as a9, createMasterMainUnitMileage as aA, updateMasterMainUnitMileage as aB, deleteMasterMainUnitMileage as aC, getMasterMainUnitMileageCache as aD, type MasterMainUnitVolume as aE, MasterMainUnitVolumeSchema as aF, type MasterMainUnitVolumeDTO as aG, MasterMainUnitVolumeQuerySchema as aH, type MasterMainUnitVolumeQueryDTO as aI, toMasterMainUnitVolumePayload as aJ, newMasterMainUnitVolumePayload as aK, findMasterMainUnitVolumes as aL, createMasterMainUnitVolume as aM, updateMasterMainUnitVolume as aN, deleteMasterMainUnitVolume as aO, getMasterMainUnitVolumeCache as aP, type OrganisationSubCompany as aQ, OrganisationSubCompanySchema as aR, type OrganisationSubCompanyDTO as aS, OrganisationSubCompanyQuerySchema as aT, type OrganisationSubCompanyQueryDTO as aU, toOrganisationSubCompanyPayload as aV, newOrganisationSubCompanyPayload as aW, findOrganisationSubCompanyies as aX, createOrganisationSubCompany as aY, updateOrganisationSubCompany as aZ, deleteOrganisationSubCompany as a_, findMasterMainCountries as aa, createMasterMainCountry as ab, updateMasterMainCountry as ac, deleteMasterMainCountry as ad, getMasterMainCountryCache as ae, getMasterMainCountryCacheChild as af, type MasterMainDateFormat as ag, MasterMainDateFormatSchema as ah, type MasterMainDateFormatDTO as ai, MasterMainDateFormatQuerySchema as aj, type MasterMainDateFormatQueryDTO as ak, toMasterMainDateFormatPayload as al, newMasterMainDateFormatPayload as am, findMasterMainDateFormats as an, createMasterMainDateFormat as ao, updateMasterMainDateFormat as ap, deleteMasterMainDateFormat as aq, getMasterMainDateFormatCache as ar, type MasterMainUnitMileage as as, MasterMainUnitMileageSchema as at, type MasterMainUnitMileageDTO as au, MasterMainUnitMileageQuerySchema as av, type MasterMainUnitMileageQueryDTO as aw, toMasterMainUnitMileagePayload as ax, newMasterMainUnitMileagePayload as ay, findMasterMainUnitMileages as az, type MasterDriver as b, updateMasterDriverLogo as b$, getOrganisationSubCompanyCacheCount as b0, getOrganisationSubCompanyCacheChild as b1, OrganisationBranchSchema as b2, type OrganisationBranchDTO as b3, OrganisationBranchQuerySchema as b4, type OrganisationBranchQueryDTO as b5, toOrganisationBranchPayload as b6, newOrganisationBranchPayload as b7, findOrganisationBranchs as b8, createOrganisationBranch as b9, findOrganisationTags as bA, createOrganisationTag as bB, updateOrganisationTag as bC, deleteOrganisationTag as bD, getOrganisationTagCache as bE, getOrganisationTagCacheCount as bF, getOrganisationTagCacheChild as bG, type MasterDriverFile as bH, type AssignRemoveDriverHistory as bI, type DriverLoginPush as bJ, MasterDriverFileSchema as bK, type MasterDriverFileDTO as bL, MasterDriverSchema as bM, type MasterDriverDTO as bN, MasterDriverQuerySchema as bO, type MasterDriverQueryDTO as bP, MasterDriverLogoSchema as bQ, type MasterDriverLogoDTO as bR, MasterDriverProfileSchema as bS, type MasterDriverProfileDTO as bT, toDriverPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, deleteMasterDriver as b_, updateOrganisationBranch as ba, deleteOrganisationBranch as bb, getOrganisationBranchCache as bc, getOrganisationBranchCacheCount as bd, getOrganisationBranchCacheChild as be, type OrganisationColor as bf, OrganisationColorSchema as bg, type OrganisationColorDTO as bh, OrganisationColorQuerySchema as bi, type OrganisationColorQueryDTO as bj, toOrganisationColorPayload as bk, newOrganisationColorPayload as bl, findOrganisationColors as bm, createOrganisationColor as bn, updateOrganisationColor as bo, deleteOrganisationColor as bp, getOrganisationColorCache as bq, getOrganisationColorCacheCount as br, getOrganisationColorCacheChild as bs, type OrganisationTag as bt, OrganisationTagSchema as bu, type OrganisationTagDTO as bv, OrganisationTagQuerySchema as bw, type OrganisationTagQueryDTO as bx, toOrganisationTagPayload as by, newOrganisationTagPayload as bz, type MasterDevice as c, MasterDeviceSchema as c$, deleteMasterDriverLogo as c0, updateMasterDriverProfile as c1, getMasterDriverCache as c2, getMasterDriverCacheSimple as c3, get_master_driver_presigned_url as c4, get_master_driver_presigned_url_file as c5, create_file as c6, remove_file as c7, type MasterDeviceType as c8, MasterDeviceTypeSchema as c9, type MasterDeviceManufacturer as cA, MasterDeviceManufacturerSchema as cB, type MasterDeviceManufacturerDTO as cC, MasterDeviceManufacturerQuerySchema as cD, type MasterDeviceManufacturerQueryDTO as cE, toMasterDeviceManufacturerPayload as cF, newMasterDeviceManufacturerPayload as cG, findMasterDeviceManufacturers as cH, createMasterDeviceManufacturer as cI, updateMasterDeviceManufacturer as cJ, deleteMasterDeviceManufacturer as cK, getMasterDeviceManufacturerCache as cL, getMasterDeviceManufacturerCacheCount as cM, getMasterDeviceManufacturerCacheChild as cN, type MasterSim as cO, type AssignRemoveSimHistory as cP, MasterSimSchema as cQ, type MasterSimDTO as cR, MasterSimQuerySchema as cS, type MasterSimQueryDTO as cT, toMasterSimPayload as cU, newMasterSimPayload as cV, findMasterSims as cW, createMasterSim as cX, updateMasterSim as cY, deleteMasterSim as cZ, type AssignRemoveDeviceHistory as c_, type MasterDeviceTypeDTO as ca, MasterDeviceTypeQuerySchema as cb, type MasterDeviceTypeQueryDTO as cc, toMasterDeviceTypePayload as cd, newMasterDeviceTypePayload as ce, findMasterDeviceTypes as cf, createMasterDeviceType as cg, updateMasterDeviceType as ch, deleteMasterDeviceType as ci, getMasterDeviceTypeCache as cj, getMasterDeviceTypeCacheCount as ck, getMasterDeviceTypeCacheChild as cl, type MasterDeviceModel as cm, MasterDeviceModelSchema as cn, type MasterDeviceModelDTO as co, MasterDeviceModelQuerySchema as cp, type MasterDeviceModelQueryDTO as cq, toMasterDeviceModelPayload as cr, newMasterDeviceModelPayload as cs, findMasterDeviceModels as ct, createMasterDeviceModel as cu, updateMasterDeviceModel as cv, deleteMasterDeviceModel as cw, getMasterDeviceModelCache as cx, getMasterDeviceModelCacheCount as cy, getMasterDeviceModelCacheChild as cz, type MasterVehicleFuelType as d, type MasterVehicleMakeQueryDTO as d$, type MasterDeviceDTO as d0, MasterDeviceQuerySchema as d1, type MasterDeviceQueryDTO as d2, DeviceSimLinkSchema as d3, type DeviceSimLinkDTO as d4, toMasterDevicePayload as d5, newMasterDevicePayload as d6, findMasterDevices as d7, createMasterDevice as d8, updateMasterDevice as d9, toMasterVehicleSubModelPayload as dA, newMasterVehicleSubModelPayload as dB, findMasterVehicleSubModels as dC, createMasterVehicleSubModel as dD, updateMasterVehicleSubModel as dE, deleteMasterVehicleSubModel as dF, getMasterVehicleSubModelCache as dG, getMasterVehicleSubModelCacheCount as dH, getMasterVehicleSubModelCacheChild as dI, type MasterVehicleModel as dJ, MasterVehicleModelSchema as dK, type MasterVehicleModelDTO as dL, MasterVehicleModelQuerySchema as dM, type MasterVehicleModelQueryDTO as dN, toMasterVehicleModelPayload as dO, newMasterVehicleModelPayload as dP, findMasterVehicleModels as dQ, createMasterVehicleModel as dR, updateMasterVehicleModel as dS, deleteMasterVehicleModel as dT, getMasterVehicleModelCache as dU, getMasterVehicleModelCacheCount as dV, getMasterVehicleModelCacheChild as dW, type MasterVehicleMake as dX, MasterVehicleMakeSchema as dY, type MasterVehicleMakeDTO as dZ, MasterVehicleMakeQuerySchema as d_, deleteMasterDevice as da, device_sim_link as db, device_sim_unlink as dc, get_device_sim_link_history_by_sim as dd, get_device_sim_link_history_by_device as de, type OrganisationGroup as df, type VehicleOrganisationGroupLink as dg, OrganisationGroupSchema as dh, type OrganisationGroupDTO as di, OrganisationGroupQuerySchema as dj, type OrganisationGroupQueryDTO as dk, toOrganisationGroupPayload as dl, newOrganisationGroupPayload as dm, findOrganisationGroups as dn, createOrganisationGroup as dp, updateOrganisationGroup as dq, deleteOrganisationGroup as dr, getOrganisationGroupCache as ds, getOrganisationGroupCacheCount as dt, getOrganisationGroupCacheChild as du, type MasterVehicleSubModel as dv, MasterVehicleSubModelSchema as dw, type MasterVehicleSubModelDTO as dx, MasterVehicleSubModelQuerySchema as dy, type MasterVehicleSubModelQueryDTO as dz, type MasterVehicleFuelUnit as e, getMasterVehicleFuelTypeCacheChild as e$, toMasterVehicleMakePayload as e0, newMasterVehicleMakePayload as e1, findMasterVehicleMakes as e2, createMasterVehicleMake as e3, updateMasterVehicleMake as e4, deleteMasterVehicleMake as e5, getMasterVehicleMakeCache as e6, getMasterVehicleMakeCacheCount as e7, getMasterVehicleMakeCacheChild as e8, type MasterVehicleStatusType as e9, getMasterVehicleOwnershipTypeCacheChild as eA, type MasterVehicleType as eB, MasterVehicleTypeSchema as eC, type MasterVehicleTypeDTO as eD, MasterVehicleTypeQuerySchema as eE, type MasterVehicleTypeQueryDTO as eF, toMasterVehicleTypePayload as eG, newMasterVehicleTypePayload as eH, findMasterVehicleTypes as eI, createMasterVehicleType as eJ, updateMasterVehicleType as eK, deleteMasterVehicleType as eL, getMasterVehicleTypeCache as eM, getMasterVehicleTypeCacheCount as eN, getMasterVehicleTypeCacheChild as eO, MasterVehicleFuelTypeSchema as eP, type MasterVehicleFuelTypeDTO as eQ, MasterVehicleFuelTypeQuerySchema as eR, type MasterVehicleFuelTypeQueryDTO as eS, toMasterVehicleFuelTypePayload as eT, newMasterVehicleFuelTypePayload as eU, findMasterVehicleFuelTypes as eV, createMasterVehicleFuelType as eW, updateMasterVehicleFuelType as eX, deleteMasterVehicleFuelType as eY, getMasterVehicleFuelTypeCache as eZ, getMasterVehicleFuelTypeCacheCount as e_, MasterVehicleStatusTypeSchema as ea, type MasterVehicleStatusTypeDTO as eb, MasterVehicleStatusTypeQuerySchema as ec, type MasterVehicleStatusTypeQueryDTO as ed, toMasterVehicleStatusTypePayload as ee, newMasterVehicleStatusTypePayload as ef, findMasterVehicleStatusTypes as eg, createMasterVehicleStatusType as eh, updateMasterVehicleStatusType as ei, deleteMasterVehicleStatusType as ej, getMasterVehicleStatusTypeCache as ek, getMasterVehicleStatusTypeCacheCount as el, getMasterVehicleStatusTypeCacheChild as em, type MasterVehicleOwnershipType as en, MasterVehicleOwnershipTypeSchema as eo, type MasterVehicleOwnershipTypeDTO as ep, MasterVehicleOwnershipTypeQuerySchema as eq, type MasterVehicleOwnershipTypeQueryDTO as er, toMasterVehicleOwnershipTypePayload as es, newMasterVehicleOwnershipTypePayload as et, findMasterVehicleOwnershipTypes as eu, createMasterVehicleOwnershipType as ev, updateMasterVehicleOwnershipType as ew, deleteMasterVehicleOwnershipType as ex, getMasterVehicleOwnershipTypeCache as ey, getMasterVehicleOwnershipTypeCacheCount as ez, type MasterMainCountry as f, type VehicleDriverLinkDTO as f$, type MasterVehicleAssociatedTo as f0, MasterVehicleAssociatedToSchema as f1, type MasterVehicleAssociatedToDTO as f2, MasterVehicleAssociatedToQuerySchema as f3, type MasterVehicleAssociatedToQueryDTO as f4, toMasterVehicleAssociatedToPayload as f5, newMasterVehicleAssociatedToPayload as f6, findMasterVehicleAssociatedTos as f7, createMasterVehicleAssociatedTo as f8, updateMasterVehicleAssociatedTo as f9, updateMasterVehicleDocumentType as fA, deleteMasterVehicleDocumentType as fB, getMasterVehicleDocumentTypeCache as fC, type MasterVehicleDropdown as fD, type MasterVehicleFile as fE, type VehicleDetailGPS as fF, type VehicleDetailTrip as fG, type VehicleDetailBody as fH, type VehicleDetailLifeCycle as fI, type VehicleDetailPurchase as fJ, type VehicleDocument as fK, type VehicleDocumentFile as fL, type VehicleDocumentExpiry as fM, type VehicleOdometerHistory as fN, MasterVehicleFileSchema as fO, type MasterVehicleFileDTO as fP, VehicleSchema as fQ, type VehicleDTO as fR, VehicleBulkSchema as fS, type VehicleBulkDTO as fT, MasterDeviceFileSchema as fU, type MasterDeviceFileDTO as fV, VehicleDeviceLinkSchema as fW, type VehicleDeviceLinkDTO as fX, VehicleDeviceUnlinkSchema as fY, type VehicleDeviceUnlinkDTO as fZ, VehicleDriverLinkSchema as f_, deleteMasterVehicleAssociatedTo as fa, getMasterVehicleAssociatedToCache as fb, getMasterVehicleAssociatedToCacheCount as fc, getMasterVehicleAssociatedToCacheChild as fd, MasterVehicleFuelUnitSchema as fe, type MasterVehicleFuelUnitDTO as ff, MasterVehicleFuelUnitQuerySchema as fg, type MasterVehicleFuelUnitQueryDTO as fh, toMasterVehicleFuelUnitPayload as fi, newMasterVehicleFuelUnitPayload as fj, findMasterVehicleFuelUnits as fk, createMasterVehicleFuelUnit as fl, updateMasterVehicleFuelUnit as fm, deleteMasterVehicleFuelUnit as fn, getMasterVehicleFuelUnitCache as fo, getMasterVehicleFuelUnitCacheCount as fp, getMasterVehicleFuelUnitCacheChild as fq, type MasterVehicleDocumentType as fr, MasterVehicleDocumentTypeSchema as fs, type MasterVehicleDocumentTypeDTO as ft, MasterVehicleDocumentTypeQuerySchema as fu, type MasterVehicleDocumentTypeQueryDTO as fv, toMasterVehicleDocumentTypePayload as fw, newMasterVehicleDocumentTypePayload as fx, findMasterVehicleDocumentTypes as fy, createMasterVehicleDocumentType as fz, type MasterMainState as g, createFileDevice as g$, VehicleDetailGPSSensorSchema as g0, type VehicleDetailGPSSensorDTO as g1, VehicleDetailTripSchema as g2, type VehicleDetailTripDTO as g3, VehicleDetailBodySchema as g4, type VehicleDetailBodyDTO as g5, VehicleDetailLifeCycleSchema as g6, type VehicleDetailLifeCycleDto as g7, VehicleDetailPurchaseSchema as g8, type VehicleDetailPurchaseDTO as g9, get_device_file_presigned_url as gA, get_vehicle_document_file_presigned_url as gB, findVehicles as gC, findVehiclesLiveDashboard as gD, findVehicleGPSDetails as gE, createVehicle as gF, updateVehicle as gG, deleteVehicle as gH, updateDetailsGpsSensor as gI, updateDetailsTrip as gJ, updateVehicleBodyDetails as gK, updateVehicleLifeCycleDetails as gL, updateVehiclePurchaseDetails as gM, linkDriverToVehicle as gN, unlinkDriverFromVehicle as gO, getDriverLinkHistoryByVehicle as gP, getDriverLinkHistoryByDriver as gQ, linkDeviceToVehicle as gR, unlinkDeviceFromVehicle as gS, getDeviceLinkHistoryByVehicle as gT, getDeviceLinkHistoryByDevice as gU, createVehicleDocument as gV, findVehicleDocument as gW, updateVehicleDocument as gX, removeVehicleDocument as gY, createFileVehicle as gZ, removeFileVehicle as g_, MasterVehicleDocumentFileSchema as ga, type MasterVehicleDocumentFileDTO as gb, VehicleDocumentSchema as gc, type VehicleDocumentDTO as gd, VehicleDocumentQuerySchema as ge, type VehicleDocumentQueryDTO as gf, VehicleDocumentExpirySchema as gg, type VehicleDocumentExpiryDTO as gh, VehicleDocumentExpiryQuerySchema as gi, type VehicleDocumentExpiryQueryDTO as gj, VehicleQuerySchema as gk, type VehicleQueryDTO as gl, SimpleFindQuerySchema as gm, type SimpleFindQueryDTO as gn, VehicleGPSQuerySchema as go, type VehicleGPSQueryDTO as gp, toVehiclePayload as gq, newVehiclePayload as gr, toVehicleDetailsGPSPayload as gs, toVehicleDetailsTripPayload as gt, toVehicleDetailsBodyPayload as gu, toVehicleDetailLifeCyclePayload as gv, toVehicleDetailPurchasePayload as gw, toVehicleDocumentExpiryPayload as gx, newVehicleDocumentExpiryPayload as gy, get_vehicle_file_presigned_url as gz, type MasterMainIndustry as h, type UserDefaultTimeZoneDTO as h$, removeFileDevice as h0, createFileVehicleDocument as h1, removeFileVehicleDocument as h2, createVehicleDocumentExpiry as h3, findVehicleDocumentExpiry as h4, updateVehicleDocumentExpiry as h5, removeVehicleDocumentExpiry as h6, getVehicleCache as h7, getVehicleSimpleCache as h8, getVehicleParentCache as h9, getMasterUserStatusCache as hA, getMasterUserStatusCacheCount as hB, type MasterMainLanguage as hC, MasterMainLanguageSchema as hD, type MasterMainLanguageDTO as hE, MasterMainLanguageQuerySchema as hF, type MasterMainLanguageQueryDTO as hG, toMasterMainLanguagePayload as hH, newMasterMainLanguagePayload as hI, findMasterMainLanguages as hJ, createMasterMainLanguage as hK, updateMasterMainLanguage as hL, deleteMasterMainLanguage as hM, getMasterMainLanguageCache as hN, type UserVehicleLink as hO, type UserLoginPush as hP, UserSchema as hQ, type UserDTO as hR, UserQuerySchema as hS, type UserQueryDTO as hT, UserLogoSchema as hU, type UserLogoDTO as hV, UserProfileSchema as hW, type UserProfileDTO as hX, UserDefaultLanguageSchema as hY, type UserDefaultLanguageDTO as hZ, UserDefaultTimeZoneSchema as h_, getVehicleSimpleDropdownCustom as ha, getVehicleSimpleDropdownCacheLiveData as hb, type MasterUserRole as hc, MasterUserRoleSchema as hd, type MasterUserRoleDTO as he, MasterUserRoleQuerySchema as hf, type MasterUserRoleQueryDTO as hg, toMasterUserRolePayload as hh, newMasterUserRolePayload as hi, findMasterUserRoles as hj, createMasterUserRole as hk, updateMasterUserRole as hl, deleteMasterUserRole as hm, getMasterUserRoleCache as hn, getMasterUserRoleCacheCount as ho, type MasterUserStatus as hp, MasterUserStatusSchema as hq, type MasterUserStatusDTO as hr, MasterUserStatusQuerySchema as hs, type MasterUserStatusQueryDTO as ht, toMasterUserStatusPayload as hu, newMasterUserStatusPayload as hv, findMasterUserStatuses as hw, createMasterUserStatus as hx, updateMasterUserStatus as hy, deleteMasterUserStatus as hz, MasterMainIndustrySchema as i, UserDefaultDateFormatSchema as i0, type UserDefaultDateFormatDTO as i1, newUserPayload as i2, toUserPayload as i3, toUserProfilePayload as i4, findUser as i5, createUser as i6, updateUser as i7, deleteUser as i8, updateUserLogo as i9, getUserOrganisationCache as iA, getUserOrganisationCacheSimple as iB, deleteUserLogo as ia, updateUserProfile as ib, getUserCache as ic, getUserCacheSimple as id, get_user_presigned_url as ie, updateUserDefaultLanguage as ig, updateUserDefaultTimezone as ih, updateUserDefaultDateformat as ii, type UserOrganisationSimple as ij, UserOrganisationSchema as ik, type UserOrganisationDTO as il, UserOrganisationQuerySchema as im, type UserOrganisationQueryDTO as io, UserOrganisationLogoSchema as ip, type UserOrganisationLogoDTO as iq, toUserOrganisationPayload as ir, newUserOrganisationPayload as is, findUserOrganisation as it, createUserOrganisation as iu, updateUserOrganisation as iv, deleteUserOrganisation as iw, updateUserOrganisationLogo as ix, deleteUserOrganisationLogo as iy, get_user_organisation_presigned_url as iz, 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 };
|
package/package.json
CHANGED