vms-nest-prisma-api-document 226.0.0 → 228.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 +21 -21
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +25 -25
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
- package/dist/services/fleet/incident_management/incident_management_service.js +2 -0
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +4 -2
- package/dist/services/fleet/issue_management/issue_management_service.js +9 -9
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +21 -21
- package/dist/services/fleet/service_management/fleet_service_management_task_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +11 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.js +29 -30
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +12 -2
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +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/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_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 +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +3 -3
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +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-DGGuB4hh.d.ts → user_organisation_service-4bBzFQBd.d.ts} +87 -66
- package/package.json +1 -1
package/dist/{user_organisation_service-DGGuB4hh.d.ts → user_organisation_service-4bBzFQBd.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>;
|
|
@@ -1974,8 +1974,8 @@ declare const getMasterDriverCache: (organisation_id: string) => Promise<FBR<Mas
|
|
|
1974
1974
|
declare const getMasterDriverCacheSimple: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
|
|
1975
1975
|
declare const get_master_driver_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
1976
1976
|
declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
1977
|
-
declare const create_file
|
|
1978
|
-
declare const remove_file
|
|
1977
|
+
declare const create_file: (data: MasterDriverFileDTO) => Promise<SBR>;
|
|
1978
|
+
declare const remove_file: (id: string) => Promise<SBR>;
|
|
1979
1979
|
|
|
1980
1980
|
interface MasterDeviceType extends Record<string, unknown> {
|
|
1981
1981
|
device_type_id: string;
|
|
@@ -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;
|
|
@@ -5003,13 +5003,14 @@ declare const UserSchema: z.ZodObject<{
|
|
|
5003
5003
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5004
5004
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5005
5005
|
}, "strip", z.ZodTypeAny, {
|
|
5006
|
+
all_vehicles: YesNo;
|
|
5006
5007
|
status: Status;
|
|
5007
5008
|
organisation_id: string;
|
|
5009
|
+
vehicle_ids: string[];
|
|
5008
5010
|
date_format_id: string;
|
|
5009
5011
|
time_zone_id: string;
|
|
5010
5012
|
password: string;
|
|
5011
5013
|
can_login: YesNo;
|
|
5012
|
-
vehicle_ids: string[];
|
|
5013
5014
|
user_role_id: string;
|
|
5014
5015
|
user_status_id: string;
|
|
5015
5016
|
language_id: string;
|
|
@@ -5019,11 +5020,11 @@ declare const UserSchema: z.ZodObject<{
|
|
|
5019
5020
|
username: string;
|
|
5020
5021
|
mobile: string;
|
|
5021
5022
|
is_root_user: YesNo;
|
|
5022
|
-
all_vehicles: YesNo;
|
|
5023
5023
|
user_image_url: string;
|
|
5024
5024
|
user_image_key: string;
|
|
5025
5025
|
user_image_name: string;
|
|
5026
5026
|
}, {
|
|
5027
|
+
all_vehicles: YesNo;
|
|
5027
5028
|
status: Status;
|
|
5028
5029
|
organisation_id: string;
|
|
5029
5030
|
date_format_id: string;
|
|
@@ -5035,9 +5036,8 @@ declare const UserSchema: z.ZodObject<{
|
|
|
5035
5036
|
first_name: string;
|
|
5036
5037
|
email: string;
|
|
5037
5038
|
is_root_user: YesNo;
|
|
5038
|
-
all_vehicles: YesNo;
|
|
5039
|
-
password?: string | undefined;
|
|
5040
5039
|
vehicle_ids?: string[] | undefined;
|
|
5040
|
+
password?: string | undefined;
|
|
5041
5041
|
last_name?: string | undefined;
|
|
5042
5042
|
username?: string | undefined;
|
|
5043
5043
|
mobile?: string | undefined;
|
|
@@ -5088,7 +5088,9 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5088
5088
|
is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5089
5089
|
all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5090
5090
|
}, "strip", z.ZodTypeAny, {
|
|
5091
|
+
all_vehicles: YesNo[];
|
|
5091
5092
|
status: Status[];
|
|
5093
|
+
user_ids: string[];
|
|
5092
5094
|
search: string;
|
|
5093
5095
|
paging: PAGING;
|
|
5094
5096
|
page_count: number;
|
|
@@ -5110,7 +5112,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5110
5112
|
date_format_id: string;
|
|
5111
5113
|
time_zone_id: string;
|
|
5112
5114
|
organisation_ids: string[];
|
|
5113
|
-
user_ids: string[];
|
|
5114
5115
|
time_zone_ids: string[];
|
|
5115
5116
|
date_format_ids: string[];
|
|
5116
5117
|
can_login: YesNo[];
|
|
@@ -5118,11 +5119,12 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5118
5119
|
user_status_ids: string[];
|
|
5119
5120
|
language_ids: string[];
|
|
5120
5121
|
is_root_user: YesNo[];
|
|
5121
|
-
all_vehicles: YesNo[];
|
|
5122
5122
|
}, {
|
|
5123
5123
|
date_format_id: string;
|
|
5124
5124
|
time_zone_id: string;
|
|
5125
|
+
all_vehicles?: YesNo[] | undefined;
|
|
5125
5126
|
status?: Status[] | undefined;
|
|
5127
|
+
user_ids?: string[] | undefined;
|
|
5126
5128
|
search?: string | undefined;
|
|
5127
5129
|
paging?: PAGING | undefined;
|
|
5128
5130
|
page_count?: unknown;
|
|
@@ -5142,7 +5144,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5142
5144
|
}[] | undefined;
|
|
5143
5145
|
include_master_data?: YesNo | undefined;
|
|
5144
5146
|
organisation_ids?: string[] | undefined;
|
|
5145
|
-
user_ids?: string[] | undefined;
|
|
5146
5147
|
time_zone_ids?: string[] | undefined;
|
|
5147
5148
|
date_format_ids?: string[] | undefined;
|
|
5148
5149
|
can_login?: YesNo[] | undefined;
|
|
@@ -5150,7 +5151,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5150
5151
|
user_status_ids?: string[] | undefined;
|
|
5151
5152
|
language_ids?: string[] | undefined;
|
|
5152
5153
|
is_root_user?: YesNo[] | undefined;
|
|
5153
|
-
all_vehicles?: YesNo[] | undefined;
|
|
5154
5154
|
}>;
|
|
5155
5155
|
type UserQueryDTO = z.infer<typeof UserQuerySchema>;
|
|
5156
5156
|
declare const UserLogoSchema: z.ZodObject<{
|
|
@@ -5414,6 +5414,12 @@ interface FleetVendorServiceCenter extends Record<string, unknown> {
|
|
|
5414
5414
|
FleetServiceJobCard: number;
|
|
5415
5415
|
};
|
|
5416
5416
|
}
|
|
5417
|
+
interface FleetVendorServiceCenterSimple extends Record<string, unknown> {
|
|
5418
|
+
vendor_id: string;
|
|
5419
|
+
service_center_id: string;
|
|
5420
|
+
center_name?: string;
|
|
5421
|
+
center_code?: string;
|
|
5422
|
+
}
|
|
5417
5423
|
declare const FleetVendorServiceCenterSchema: z.ZodObject<{
|
|
5418
5424
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5419
5425
|
vendor_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -5587,7 +5593,7 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
|
|
|
5587
5593
|
service_center_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5588
5594
|
is_company_owned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5589
5595
|
oem_authorised: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5590
|
-
|
|
5596
|
+
is_preferred_center: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5591
5597
|
}, "strip", z.ZodTypeAny, {
|
|
5592
5598
|
status: Status[];
|
|
5593
5599
|
search: string;
|
|
@@ -5613,9 +5619,9 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
|
|
|
5613
5619
|
organisation_ids: string[];
|
|
5614
5620
|
is_company_owned: YesNo[];
|
|
5615
5621
|
oem_authorised: YesNo[];
|
|
5622
|
+
is_preferred_center: YesNo[];
|
|
5616
5623
|
vendor_ids: string[];
|
|
5617
5624
|
service_center_ids: string[];
|
|
5618
|
-
is_preferred_station: YesNo[];
|
|
5619
5625
|
}, {
|
|
5620
5626
|
date_format_id: string;
|
|
5621
5627
|
time_zone_id: string;
|
|
@@ -5641,9 +5647,9 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
|
|
|
5641
5647
|
organisation_ids?: string[] | undefined;
|
|
5642
5648
|
is_company_owned?: YesNo[] | undefined;
|
|
5643
5649
|
oem_authorised?: YesNo[] | undefined;
|
|
5650
|
+
is_preferred_center?: YesNo[] | undefined;
|
|
5644
5651
|
vendor_ids?: string[] | undefined;
|
|
5645
5652
|
service_center_ids?: string[] | undefined;
|
|
5646
|
-
is_preferred_station?: YesNo[] | undefined;
|
|
5647
5653
|
}>;
|
|
5648
5654
|
type FleetVendorServiceCenterQueryDTO = z.infer<typeof FleetVendorServiceCenterQuerySchema>;
|
|
5649
5655
|
declare const toFleetVendorServiceCenterPayload: (row: FleetVendorServiceCenter) => FleetVendorServiceCenterDTO;
|
|
@@ -5652,6 +5658,7 @@ declare const findFleetVendorServiceCenter: (data: FleetVendorServiceCenterQuery
|
|
|
5652
5658
|
declare const createFleetVendorServiceCenter: (data: FleetVendorServiceCenterDTO) => Promise<SBR>;
|
|
5653
5659
|
declare const updateFleetVendorServiceCenter: (id: string, data: FleetVendorServiceCenterDTO) => Promise<SBR>;
|
|
5654
5660
|
declare const deleteFleetVendorServiceCenter: (id: string) => Promise<SBR>;
|
|
5661
|
+
declare const getFleetVendorServiceCenterCacheSimple: (organisation_id: string) => Promise<BR<FleetVendorServiceCenterSimple[]>>;
|
|
5655
5662
|
|
|
5656
5663
|
interface MasterFuelCompany extends Record<string, unknown> {
|
|
5657
5664
|
fuel_company_id: string;
|
|
@@ -5842,6 +5849,12 @@ interface FleetVendorFuelStation extends Record<string, unknown> {
|
|
|
5842
5849
|
FleetFuelRefill: number;
|
|
5843
5850
|
};
|
|
5844
5851
|
}
|
|
5852
|
+
interface FleetVendorFuelStationSimple extends Record<string, unknown> {
|
|
5853
|
+
vendor_id: string;
|
|
5854
|
+
fuel_station_id: string;
|
|
5855
|
+
station_name?: string;
|
|
5856
|
+
station_code?: string;
|
|
5857
|
+
}
|
|
5845
5858
|
declare const FleetVendorFuelStationSchema: z.ZodObject<{
|
|
5846
5859
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5847
5860
|
vendor_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -5900,12 +5913,12 @@ declare const FleetVendorFuelStationSchema: z.ZodObject<{
|
|
|
5900
5913
|
postal_code: string;
|
|
5901
5914
|
country: string;
|
|
5902
5915
|
vendor_id: string;
|
|
5903
|
-
is_preferred_station: YesNo;
|
|
5904
5916
|
fuel_company_id: string;
|
|
5905
5917
|
station_name: string;
|
|
5906
5918
|
station_code: string;
|
|
5907
5919
|
station_notes: string;
|
|
5908
5920
|
station_feedback: string;
|
|
5921
|
+
is_preferred_station: YesNo;
|
|
5909
5922
|
fuel_card_supported: YesNo;
|
|
5910
5923
|
accepted_payment_modes: string;
|
|
5911
5924
|
supported_fuel_types: string;
|
|
@@ -5925,9 +5938,9 @@ declare const FleetVendorFuelStationSchema: z.ZodObject<{
|
|
|
5925
5938
|
is_24x7: YesNo;
|
|
5926
5939
|
supports_credit: YesNo;
|
|
5927
5940
|
vendor_id: string;
|
|
5928
|
-
is_preferred_station: YesNo;
|
|
5929
5941
|
fuel_company_id: string;
|
|
5930
5942
|
station_name: string;
|
|
5943
|
+
is_preferred_station: YesNo;
|
|
5931
5944
|
fuel_card_supported: YesNo;
|
|
5932
5945
|
offers_service: YesNo;
|
|
5933
5946
|
has_weighbridge: YesNo;
|
|
@@ -6020,8 +6033,8 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
|
|
|
6020
6033
|
organisation_ids: string[];
|
|
6021
6034
|
is_company_owned: YesNo[];
|
|
6022
6035
|
vendor_ids: string[];
|
|
6023
|
-
is_preferred_station: YesNo[];
|
|
6024
6036
|
fuel_company_ids: string[];
|
|
6037
|
+
is_preferred_station: YesNo[];
|
|
6025
6038
|
fuel_station_ids: string[];
|
|
6026
6039
|
}, {
|
|
6027
6040
|
date_format_id: string;
|
|
@@ -6048,8 +6061,8 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
|
|
|
6048
6061
|
organisation_ids?: string[] | undefined;
|
|
6049
6062
|
is_company_owned?: YesNo[] | undefined;
|
|
6050
6063
|
vendor_ids?: string[] | undefined;
|
|
6051
|
-
is_preferred_station?: YesNo[] | undefined;
|
|
6052
6064
|
fuel_company_ids?: string[] | undefined;
|
|
6065
|
+
is_preferred_station?: YesNo[] | undefined;
|
|
6053
6066
|
fuel_station_ids?: string[] | undefined;
|
|
6054
6067
|
}>;
|
|
6055
6068
|
type FleetVendorFuelStationQueryDTO = z.infer<typeof FleetVendorFuelStationQuerySchema>;
|
|
@@ -6180,6 +6193,7 @@ declare const findFleetVendorFuelStation: (data: FleetVendorFuelStationQueryDTO)
|
|
|
6180
6193
|
declare const createFleetVendorFuelStation: (data: FleetVendorFuelStationDTO) => Promise<SBR>;
|
|
6181
6194
|
declare const updateFleetVendorFuelStation: (id: string, data: FleetVendorFuelStationDTO) => Promise<SBR>;
|
|
6182
6195
|
declare const deleteFleetVendorFuelStation: (id: string) => Promise<SBR>;
|
|
6196
|
+
declare const getFleetVendorFuelStationCacheSimple: (organisation_id: string) => Promise<BR<FleetVendorFuelStationSimple[]>>;
|
|
6183
6197
|
|
|
6184
6198
|
interface FleetVendor extends Record<string, unknown> {
|
|
6185
6199
|
vendor_id: string;
|
|
@@ -6227,6 +6241,13 @@ interface FleetVendor extends Record<string, unknown> {
|
|
|
6227
6241
|
FleetVendorFuelStation: number;
|
|
6228
6242
|
};
|
|
6229
6243
|
}
|
|
6244
|
+
interface FleetVendorSimple extends Record<string, unknown> {
|
|
6245
|
+
vendor_id: string;
|
|
6246
|
+
vendor_name: string;
|
|
6247
|
+
vendor_code?: string;
|
|
6248
|
+
business_mobile?: string;
|
|
6249
|
+
business_email?: string;
|
|
6250
|
+
}
|
|
6230
6251
|
interface FleetVendorTypeLink extends Record<string, unknown> {
|
|
6231
6252
|
vendor_type_link_id: string;
|
|
6232
6253
|
status: Status;
|
|
@@ -7057,6 +7078,7 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
|
|
|
7057
7078
|
user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7058
7079
|
}, "strip", z.ZodTypeAny, {
|
|
7059
7080
|
status: Status[];
|
|
7081
|
+
user_ids: string[];
|
|
7060
7082
|
search: string;
|
|
7061
7083
|
paging: PAGING;
|
|
7062
7084
|
page_count: number;
|
|
@@ -7078,13 +7100,13 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
|
|
|
7078
7100
|
date_format_id: string;
|
|
7079
7101
|
time_zone_id: string;
|
|
7080
7102
|
organisation_ids: string[];
|
|
7081
|
-
user_ids: string[];
|
|
7082
7103
|
vendor_ids: string[];
|
|
7083
7104
|
vendor_review_ids: string[];
|
|
7084
7105
|
}, {
|
|
7085
7106
|
date_format_id: string;
|
|
7086
7107
|
time_zone_id: string;
|
|
7087
7108
|
status?: Status[] | undefined;
|
|
7109
|
+
user_ids?: string[] | undefined;
|
|
7088
7110
|
search?: string | undefined;
|
|
7089
7111
|
paging?: PAGING | undefined;
|
|
7090
7112
|
page_count?: unknown;
|
|
@@ -7104,7 +7126,6 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
|
|
|
7104
7126
|
}[] | undefined;
|
|
7105
7127
|
include_master_data?: YesNo | undefined;
|
|
7106
7128
|
organisation_ids?: string[] | undefined;
|
|
7107
|
-
user_ids?: string[] | undefined;
|
|
7108
7129
|
vendor_ids?: string[] | undefined;
|
|
7109
7130
|
vendor_review_ids?: string[] | undefined;
|
|
7110
7131
|
}>;
|
|
@@ -7291,6 +7312,7 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7291
7312
|
document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7292
7313
|
}, "strip", z.ZodTypeAny, {
|
|
7293
7314
|
status: Status[];
|
|
7315
|
+
user_ids: string[];
|
|
7294
7316
|
search: string;
|
|
7295
7317
|
paging: PAGING;
|
|
7296
7318
|
page_count: number;
|
|
@@ -7312,7 +7334,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7312
7334
|
date_format_id: string;
|
|
7313
7335
|
time_zone_id: string;
|
|
7314
7336
|
organisation_ids: string[];
|
|
7315
|
-
user_ids: string[];
|
|
7316
7337
|
document_type_ids: string[];
|
|
7317
7338
|
vendor_ids: string[];
|
|
7318
7339
|
fleet_vendor_document_ids: string[];
|
|
@@ -7320,6 +7341,7 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7320
7341
|
date_format_id: string;
|
|
7321
7342
|
time_zone_id: string;
|
|
7322
7343
|
status?: Status[] | undefined;
|
|
7344
|
+
user_ids?: string[] | undefined;
|
|
7323
7345
|
search?: string | undefined;
|
|
7324
7346
|
paging?: PAGING | undefined;
|
|
7325
7347
|
page_count?: unknown;
|
|
@@ -7339,7 +7361,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
|
|
|
7339
7361
|
}[] | undefined;
|
|
7340
7362
|
include_master_data?: YesNo | undefined;
|
|
7341
7363
|
organisation_ids?: string[] | undefined;
|
|
7342
|
-
user_ids?: string[] | undefined;
|
|
7343
7364
|
document_type_ids?: string[] | undefined;
|
|
7344
7365
|
vendor_ids?: string[] | undefined;
|
|
7345
7366
|
fleet_vendor_document_ids?: string[] | undefined;
|
|
@@ -7357,11 +7378,15 @@ declare const toFleetVendorReviewPayload: (row: FleetVendorReview) => FleetVendo
|
|
|
7357
7378
|
declare const newFleetVendorReviewPayload: () => FleetVendorReviewDTO;
|
|
7358
7379
|
declare const toFleetVendorDocumentPayload: (row: FleetVendorDocument) => FleetVendorDocumentDTO;
|
|
7359
7380
|
declare const newFleetVendorDocumentPayload: () => FleetVendorDocumentDTO;
|
|
7360
|
-
declare const
|
|
7361
|
-
declare const
|
|
7381
|
+
declare const get_vendor_logo_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
7382
|
+
declare const get_vendor_contact_person_logo_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
|
|
7362
7383
|
declare const get_vendor_document_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
7363
|
-
declare const
|
|
7364
|
-
declare const
|
|
7384
|
+
declare const update_vendor_logo: (id: string, data: FleetVendorLogoDTO) => Promise<SBR>;
|
|
7385
|
+
declare const delete_vendor_logo: (id: string) => Promise<SBR>;
|
|
7386
|
+
declare const updateFleetVendorContactPersonsLogo: (id: string, data: FleetVendorContactPersonsLogoDTO) => Promise<SBR>;
|
|
7387
|
+
declare const deleteFleetVendorContactPersonsLogo: (id: string) => Promise<SBR>;
|
|
7388
|
+
declare const create_vendor_document_file: (data: FleetVendorDocumentFileDTO) => Promise<SBR>;
|
|
7389
|
+
declare const remove_vendor_document_file: (id: string) => Promise<SBR>;
|
|
7365
7390
|
declare const findFleetVendor: (data: FleetVendorQueryDTO) => Promise<FBR<FleetVendor[]>>;
|
|
7366
7391
|
declare const createFleetVendor: (data: FleetVendorDTO) => Promise<SBR>;
|
|
7367
7392
|
declare const updateFleetVendor: (id: string, data: FleetVendorDTO) => Promise<SBR>;
|
|
@@ -7378,19 +7403,15 @@ declare const createFleetVendorContactPersons: (data: FleetVendorContactPersonsD
|
|
|
7378
7403
|
declare const findFleetVendorContactPersons: (data: FleetVendorContactPersonsQueryDTO) => Promise<FBR<FleetVendorContactPersons[]>>;
|
|
7379
7404
|
declare const updateFleetVendorContactPersons: (id: string, data: FleetVendorContactPersonsDTO) => Promise<SBR>;
|
|
7380
7405
|
declare const deleteFleetVendorContactPersons: (id: string) => Promise<SBR>;
|
|
7381
|
-
declare const updateFleetVendorContactPersonsLogo: (id: string, data: FleetVendorContactPersonsLogoDTO) => Promise<SBR>;
|
|
7382
|
-
declare const deleteFleetVendorContactPersonsLogo: (id: string) => Promise<SBR>;
|
|
7383
7406
|
declare const createFleetVendorReview: (data: FleetVendorReviewDTO) => Promise<SBR>;
|
|
7384
7407
|
declare const findFleetVendorReview: (data: FleetVendorReviewQueryDTO) => Promise<FBR<FleetVendorReview[]>>;
|
|
7385
7408
|
declare const updateFleetVendorReview: (id: string, data: FleetVendorReviewDTO) => Promise<SBR>;
|
|
7386
7409
|
declare const deleteFleetVendorReview: (id: string) => Promise<SBR>;
|
|
7387
|
-
declare const create_file: (data: MasterDriverFileDTO) => Promise<SBR>;
|
|
7388
|
-
declare const remove_file: (id: string) => Promise<SBR>;
|
|
7389
7410
|
declare const createFleetVendorDocument: (data: FleetVendorDocumentDTO) => Promise<SBR>;
|
|
7390
7411
|
declare const findFleetVendorDocument: (data: FleetVendorDocumentQueryDTO) => Promise<FBR<FleetVendorDocument[]>>;
|
|
7391
7412
|
declare const updateFleetVendorDocument: (id: string, data: FleetVendorDocumentDTO) => Promise<SBR>;
|
|
7392
7413
|
declare const deleteFleetVendorDocument: (id: string) => Promise<SBR>;
|
|
7393
|
-
declare const getFleetVendorCacheSimple: (organisation_id: string) => Promise<
|
|
7414
|
+
declare const getFleetVendorCacheSimple: (organisation_id: string) => Promise<BR<FleetVendorSimple[]>>;
|
|
7394
7415
|
|
|
7395
7416
|
interface MasterVehicle extends Record<string, unknown> {
|
|
7396
7417
|
vehicle_id: string;
|
|
@@ -7961,6 +7982,7 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
7961
7982
|
}, "strip", z.ZodTypeAny, {
|
|
7962
7983
|
status: Status;
|
|
7963
7984
|
organisation_id: string;
|
|
7985
|
+
vehicle_id: string;
|
|
7964
7986
|
usage_type: string;
|
|
7965
7987
|
file_type: FileType;
|
|
7966
7988
|
file_url: string;
|
|
@@ -7969,13 +7991,12 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
|
|
|
7969
7991
|
file_description: string;
|
|
7970
7992
|
file_size: number;
|
|
7971
7993
|
file_metadata: Record<string, any>;
|
|
7972
|
-
vehicle_id: string;
|
|
7973
7994
|
}, {
|
|
7974
7995
|
status: Status;
|
|
7975
7996
|
organisation_id: string;
|
|
7997
|
+
vehicle_id: string;
|
|
7976
7998
|
usage_type: string;
|
|
7977
7999
|
file_type: FileType;
|
|
7978
|
-
vehicle_id: string;
|
|
7979
8000
|
file_url?: string | undefined;
|
|
7980
8001
|
file_key?: string | undefined;
|
|
7981
8002
|
file_name?: string | undefined;
|
|
@@ -8035,6 +8056,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8035
8056
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
8036
8057
|
status: Status;
|
|
8037
8058
|
organisation_id: string;
|
|
8059
|
+
vehicle_id: string;
|
|
8038
8060
|
usage_type: string;
|
|
8039
8061
|
file_type: FileType;
|
|
8040
8062
|
file_url: string;
|
|
@@ -8043,13 +8065,12 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8043
8065
|
file_description: string;
|
|
8044
8066
|
file_size: number;
|
|
8045
8067
|
file_metadata: Record<string, any>;
|
|
8046
|
-
vehicle_id: string;
|
|
8047
8068
|
}, {
|
|
8048
8069
|
status: Status;
|
|
8049
8070
|
organisation_id: string;
|
|
8071
|
+
vehicle_id: string;
|
|
8050
8072
|
usage_type: string;
|
|
8051
8073
|
file_type: FileType;
|
|
8052
|
-
vehicle_id: string;
|
|
8053
8074
|
file_url?: string | undefined;
|
|
8054
8075
|
file_key?: string | undefined;
|
|
8055
8076
|
file_name?: string | undefined;
|
|
@@ -8060,6 +8081,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8060
8081
|
}, "strip", z.ZodTypeAny, {
|
|
8061
8082
|
status: Status;
|
|
8062
8083
|
organisation_id: string;
|
|
8084
|
+
vehicle_number: string;
|
|
8063
8085
|
organisation_sub_company_id: string;
|
|
8064
8086
|
organisation_branch_id: string;
|
|
8065
8087
|
organisation_color_id: string;
|
|
@@ -8074,7 +8096,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8074
8096
|
vehicle_fuel_type_id: string;
|
|
8075
8097
|
vehicle_associated_to_id: string;
|
|
8076
8098
|
vehicle_fuel_unit_id: string;
|
|
8077
|
-
vehicle_number: string;
|
|
8078
8099
|
vehicle_name: string;
|
|
8079
8100
|
engine_number: string;
|
|
8080
8101
|
chassis_number: string;
|
|
@@ -8095,6 +8116,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8095
8116
|
MasterVehicleFileSchema: {
|
|
8096
8117
|
status: Status;
|
|
8097
8118
|
organisation_id: string;
|
|
8119
|
+
vehicle_id: string;
|
|
8098
8120
|
usage_type: string;
|
|
8099
8121
|
file_type: FileType;
|
|
8100
8122
|
file_url: string;
|
|
@@ -8103,11 +8125,11 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8103
8125
|
file_description: string;
|
|
8104
8126
|
file_size: number;
|
|
8105
8127
|
file_metadata: Record<string, any>;
|
|
8106
|
-
vehicle_id: string;
|
|
8107
8128
|
}[];
|
|
8108
8129
|
}, {
|
|
8109
8130
|
status: Status;
|
|
8110
8131
|
organisation_id: string;
|
|
8132
|
+
vehicle_number: string;
|
|
8111
8133
|
organisation_sub_company_id: string;
|
|
8112
8134
|
organisation_branch_id: string;
|
|
8113
8135
|
organisation_color_id: string;
|
|
@@ -8121,7 +8143,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8121
8143
|
vehicle_fuel_type_id: string;
|
|
8122
8144
|
vehicle_associated_to_id: string;
|
|
8123
8145
|
vehicle_fuel_unit_id: string;
|
|
8124
|
-
vehicle_number: string;
|
|
8125
8146
|
is_fleet_active: YesNo;
|
|
8126
8147
|
is_gps_active: YesNo;
|
|
8127
8148
|
is_trip_active: YesNo;
|
|
@@ -8143,9 +8164,9 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
8143
8164
|
MasterVehicleFileSchema?: {
|
|
8144
8165
|
status: Status;
|
|
8145
8166
|
organisation_id: string;
|
|
8167
|
+
vehicle_id: string;
|
|
8146
8168
|
usage_type: string;
|
|
8147
8169
|
file_type: FileType;
|
|
8148
|
-
vehicle_id: string;
|
|
8149
8170
|
file_url?: string | undefined;
|
|
8150
8171
|
file_key?: string | undefined;
|
|
8151
8172
|
file_name?: string | undefined;
|
|
@@ -8183,13 +8204,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
8183
8204
|
}, "strip", z.ZodTypeAny, {
|
|
8184
8205
|
status: Status;
|
|
8185
8206
|
organisation_id: string;
|
|
8207
|
+
vehicle_number: string;
|
|
8186
8208
|
time_zone_id: string;
|
|
8187
8209
|
country_id: string;
|
|
8188
8210
|
device_type_id: string;
|
|
8189
8211
|
device_manufacturer_id: string;
|
|
8190
8212
|
device_model_id: string;
|
|
8191
8213
|
vehicle_type_id: string;
|
|
8192
|
-
vehicle_number: string;
|
|
8193
8214
|
vehicle_name: string;
|
|
8194
8215
|
engine_number: string;
|
|
8195
8216
|
chassis_number: string;
|
|
@@ -8208,13 +8229,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
|
|
|
8208
8229
|
}, {
|
|
8209
8230
|
status: Status;
|
|
8210
8231
|
organisation_id: string;
|
|
8232
|
+
vehicle_number: string;
|
|
8211
8233
|
time_zone_id: string;
|
|
8212
8234
|
country_id: string;
|
|
8213
8235
|
device_type_id: string;
|
|
8214
8236
|
device_manufacturer_id: string;
|
|
8215
8237
|
device_model_id: string;
|
|
8216
8238
|
vehicle_type_id: string;
|
|
8217
|
-
vehicle_number: string;
|
|
8218
8239
|
is_fleet_active: YesNo;
|
|
8219
8240
|
is_gps_active: YesNo;
|
|
8220
8241
|
is_trip_active: YesNo;
|
|
@@ -8339,9 +8360,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
8339
8360
|
}>, "many">>>;
|
|
8340
8361
|
}, "strip", z.ZodTypeAny, {
|
|
8341
8362
|
organisation_id: string;
|
|
8363
|
+
vehicle_id: string;
|
|
8342
8364
|
time_zone_id: string;
|
|
8343
8365
|
country_id: string;
|
|
8344
|
-
vehicle_id: string;
|
|
8345
8366
|
device_id: string;
|
|
8346
8367
|
device_type_id: string;
|
|
8347
8368
|
device_manufacturer_id: string;
|
|
@@ -8380,9 +8401,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
8380
8401
|
}[];
|
|
8381
8402
|
}, {
|
|
8382
8403
|
organisation_id: string;
|
|
8404
|
+
vehicle_id: string;
|
|
8383
8405
|
time_zone_id: string;
|
|
8384
8406
|
country_id: string;
|
|
8385
|
-
vehicle_id: string;
|
|
8386
8407
|
device_id: string;
|
|
8387
8408
|
device_type_id: string;
|
|
8388
8409
|
device_manufacturer_id: string;
|
|
@@ -8441,12 +8462,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
|
|
|
8441
8462
|
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
8442
8463
|
}, "strip", z.ZodTypeAny, {
|
|
8443
8464
|
organisation_id: string;
|
|
8444
|
-
driver_id: string;
|
|
8445
8465
|
vehicle_id: string;
|
|
8466
|
+
driver_id: string;
|
|
8446
8467
|
}, {
|
|
8447
8468
|
organisation_id: string;
|
|
8448
|
-
driver_id: string;
|
|
8449
8469
|
vehicle_id: string;
|
|
8470
|
+
driver_id: string;
|
|
8450
8471
|
}>;
|
|
8451
8472
|
type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
|
|
8452
8473
|
declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
|
|
@@ -8959,8 +8980,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
8959
8980
|
}, "strip", z.ZodTypeAny, {
|
|
8960
8981
|
status: Status;
|
|
8961
8982
|
organisation_id: string;
|
|
8962
|
-
time_zone_id: string;
|
|
8963
8983
|
vehicle_id: string;
|
|
8984
|
+
time_zone_id: string;
|
|
8964
8985
|
document_type_id: string;
|
|
8965
8986
|
vendor_id: string;
|
|
8966
8987
|
document_number: string;
|
|
@@ -8993,8 +9014,8 @@ declare const VehicleDocumentSchema: z.ZodObject<{
|
|
|
8993
9014
|
}, {
|
|
8994
9015
|
status: Status;
|
|
8995
9016
|
organisation_id: string;
|
|
8996
|
-
time_zone_id: string;
|
|
8997
9017
|
vehicle_id: string;
|
|
9018
|
+
time_zone_id: string;
|
|
8998
9019
|
document_type_id: string;
|
|
8999
9020
|
vendor_id: string;
|
|
9000
9021
|
document_validity_status: DocumentValidityStatus;
|
|
@@ -9064,6 +9085,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
9064
9085
|
vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9065
9086
|
}, "strip", z.ZodTypeAny, {
|
|
9066
9087
|
status: Status[];
|
|
9088
|
+
vehicle_ids: string[];
|
|
9067
9089
|
search: string;
|
|
9068
9090
|
paging: PAGING;
|
|
9069
9091
|
page_count: number;
|
|
@@ -9085,7 +9107,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
9085
9107
|
date_format_id: string;
|
|
9086
9108
|
time_zone_id: string;
|
|
9087
9109
|
organisation_ids: string[];
|
|
9088
|
-
vehicle_ids: string[];
|
|
9089
9110
|
document_type_ids: string[];
|
|
9090
9111
|
vendor_ids: string[];
|
|
9091
9112
|
vehicle_document_ids: string[];
|
|
@@ -9093,6 +9114,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
9093
9114
|
date_format_id: string;
|
|
9094
9115
|
time_zone_id: string;
|
|
9095
9116
|
status?: Status[] | undefined;
|
|
9117
|
+
vehicle_ids?: string[] | undefined;
|
|
9096
9118
|
search?: string | undefined;
|
|
9097
9119
|
paging?: PAGING | undefined;
|
|
9098
9120
|
page_count?: unknown;
|
|
@@ -9112,7 +9134,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
|
|
|
9112
9134
|
}[] | undefined;
|
|
9113
9135
|
include_master_data?: YesNo | undefined;
|
|
9114
9136
|
organisation_ids?: string[] | undefined;
|
|
9115
|
-
vehicle_ids?: string[] | undefined;
|
|
9116
9137
|
document_type_ids?: string[] | undefined;
|
|
9117
9138
|
vendor_ids?: string[] | undefined;
|
|
9118
9139
|
vehicle_document_ids?: string[] | undefined;
|
|
@@ -9176,6 +9197,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
9176
9197
|
expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
|
|
9177
9198
|
}, "strip", z.ZodTypeAny, {
|
|
9178
9199
|
status: Status[];
|
|
9200
|
+
vehicle_ids: string[];
|
|
9179
9201
|
search: string;
|
|
9180
9202
|
paging: PAGING;
|
|
9181
9203
|
page_count: number;
|
|
@@ -9197,7 +9219,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
9197
9219
|
date_format_id: string;
|
|
9198
9220
|
time_zone_id: string;
|
|
9199
9221
|
organisation_ids: string[];
|
|
9200
|
-
vehicle_ids: string[];
|
|
9201
9222
|
expiry_type: ExpiryType[];
|
|
9202
9223
|
vehicle_document_ids: string[];
|
|
9203
9224
|
document_expiry_ids: string[];
|
|
@@ -9205,6 +9226,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
9205
9226
|
date_format_id: string;
|
|
9206
9227
|
time_zone_id: string;
|
|
9207
9228
|
status?: Status[] | undefined;
|
|
9229
|
+
vehicle_ids?: string[] | undefined;
|
|
9208
9230
|
search?: string | undefined;
|
|
9209
9231
|
paging?: PAGING | undefined;
|
|
9210
9232
|
page_count?: unknown;
|
|
@@ -9224,7 +9246,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
|
|
|
9224
9246
|
}[] | undefined;
|
|
9225
9247
|
include_master_data?: YesNo | undefined;
|
|
9226
9248
|
organisation_ids?: string[] | undefined;
|
|
9227
|
-
vehicle_ids?: string[] | undefined;
|
|
9228
9249
|
expiry_type?: ExpiryType[] | undefined;
|
|
9229
9250
|
vehicle_document_ids?: string[] | undefined;
|
|
9230
9251
|
document_expiry_ids?: string[] | undefined;
|
|
@@ -9282,6 +9303,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
9282
9303
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
9283
9304
|
}, "strip", z.ZodTypeAny, {
|
|
9284
9305
|
status: Status[];
|
|
9306
|
+
vehicle_ids: string[];
|
|
9285
9307
|
search: string;
|
|
9286
9308
|
paging: PAGING;
|
|
9287
9309
|
page_count: number;
|
|
@@ -9307,7 +9329,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
9307
9329
|
organisation_branch_ids: string[];
|
|
9308
9330
|
organisation_color_ids: string[];
|
|
9309
9331
|
organisation_tag_ids: string[];
|
|
9310
|
-
vehicle_ids: string[];
|
|
9311
9332
|
driver_ids: string[];
|
|
9312
9333
|
device_ids: string[];
|
|
9313
9334
|
vehicle_make_ids: string[];
|
|
@@ -9325,6 +9346,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
9325
9346
|
date_format_id: string;
|
|
9326
9347
|
time_zone_id: string;
|
|
9327
9348
|
status?: Status[] | undefined;
|
|
9349
|
+
vehicle_ids?: string[] | undefined;
|
|
9328
9350
|
search?: string | undefined;
|
|
9329
9351
|
paging?: PAGING | undefined;
|
|
9330
9352
|
page_count?: unknown;
|
|
@@ -9348,7 +9370,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
9348
9370
|
organisation_branch_ids?: string[] | undefined;
|
|
9349
9371
|
organisation_color_ids?: string[] | undefined;
|
|
9350
9372
|
organisation_tag_ids?: string[] | undefined;
|
|
9351
|
-
vehicle_ids?: string[] | undefined;
|
|
9352
9373
|
driver_ids?: string[] | undefined;
|
|
9353
9374
|
device_ids?: string[] | undefined;
|
|
9354
9375
|
vehicle_make_ids?: string[] | undefined;
|
|
@@ -9480,6 +9501,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
9480
9501
|
}, "strip", z.ZodTypeAny, {
|
|
9481
9502
|
status: Status[];
|
|
9482
9503
|
organisation_id: string;
|
|
9504
|
+
vehicle_id: string;
|
|
9483
9505
|
search: string;
|
|
9484
9506
|
paging: PAGING;
|
|
9485
9507
|
page_count: number;
|
|
@@ -9500,12 +9522,11 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
9500
9522
|
include_master_data: YesNo;
|
|
9501
9523
|
date_format_id: string;
|
|
9502
9524
|
time_zone_id: string;
|
|
9503
|
-
vehicle_id: string;
|
|
9504
9525
|
}, {
|
|
9505
9526
|
organisation_id: string;
|
|
9527
|
+
vehicle_id: string;
|
|
9506
9528
|
date_format_id: string;
|
|
9507
9529
|
time_zone_id: string;
|
|
9508
|
-
vehicle_id: string;
|
|
9509
9530
|
status?: Status[] | undefined;
|
|
9510
9531
|
search?: string | undefined;
|
|
9511
9532
|
paging?: PAGING | undefined;
|
|
@@ -9934,4 +9955,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
|
|
|
9934
9955
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
9935
9956
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
9936
9957
|
|
|
9937
|
-
export { type MasterMainStateQueryDTO as $, newMasterMainCurrencyPayload as A, findMasterMainCurrencies as B, createMasterMainCurrency as C, updateMasterMainCurrency as D, deleteMasterMainCurrency as E, type FleetVendor as F, getMasterMainCurrencyCache as G, type MasterMainTimeZone as H, MasterMainTimeZoneSchema as I, type MasterMainTimeZoneDTO as J, MasterMainTimeZoneQuerySchema as K, type MasterMainTimeZoneQueryDTO as L, type MasterVehicle as M, toMasterMainTimeZonePayload as N, type OrganisationBranch as O, newMasterMainTimeZonePayload as P, findMasterMainTimeZones as Q, createMasterMainTimeZone as R, updateMasterMainTimeZone as S, deleteMasterMainTimeZone as T, type UserOrganisation as U, getMasterMainTimeZoneCacheAll as V, getMasterMainTimeZoneCache as W, type MasterMainState as X, MasterMainStateSchema as Y, type MasterMainStateDTO as Z, MasterMainStateQuerySchema as _, type User as a, findOrganisationSubCompanyies as a$, toMasterMainStatePayload as a0, newMasterMainStatePayload as a1, findMasterMainStates as a2, createMasterMainState as a3, updateMasterMainState as a4, deleteMasterMainState as a5, getMasterMainStateCache as a6, type MasterMainCountry as a7, MasterMainCountrySchema as a8, type MasterMainCountryDTO as a9, type MasterMainUnitMileageQueryDTO as aA, toMasterMainUnitMileagePayload as aB, newMasterMainUnitMileagePayload as aC, findMasterMainUnitMileages as aD, createMasterMainUnitMileage as aE, updateMasterMainUnitMileage as aF, deleteMasterMainUnitMileage as aG, getMasterMainUnitMileageCache as aH, type MasterMainUnitVolume as aI, MasterMainUnitVolumeSchema as aJ, type MasterMainUnitVolumeDTO as aK, MasterMainUnitVolumeQuerySchema as aL, type MasterMainUnitVolumeQueryDTO as aM, toMasterMainUnitVolumePayload as aN, newMasterMainUnitVolumePayload as aO, findMasterMainUnitVolumes as aP, createMasterMainUnitVolume as aQ, updateMasterMainUnitVolume as aR, deleteMasterMainUnitVolume as aS, getMasterMainUnitVolumeCache as aT, type OrganisationSubCompany as aU, OrganisationSubCompanySchema as aV, type OrganisationSubCompanyDTO as aW, OrganisationSubCompanyQuerySchema as aX, type OrganisationSubCompanyQueryDTO as aY, toOrganisationSubCompanyPayload as aZ, newOrganisationSubCompanyPayload as a_, MasterMainCountryQuerySchema as aa, type MasterMainCountryQueryDTO as ab, toMasterMainCountryPayload as ac, newMasterMainCountryPayload as ad, findMasterMainCountries$1 as ae, createMasterMainCountry$1 as af, updateMasterMainCountry$1 as ag, deleteMasterMainCountry$1 as ah, getMasterMainCountryCache as ai, getMasterMainCountryCacheChild as aj, type MasterMainDateFormat as ak, MasterMainDateFormatSchema as al, type MasterMainDateFormatDTO as am, MasterMainDateFormatQuerySchema as an, type MasterMainDateFormatQueryDTO as ao, toMasterMainDateFormatPayload as ap, newMasterMainDateFormatPayload as aq, findMasterMainDateFormats as ar, createMasterMainDateFormat as as, updateMasterMainDateFormat as at, deleteMasterMainDateFormat as au, getMasterMainDateFormatCache as av, type MasterMainUnitMileage as aw, MasterMainUnitMileageSchema as ax, type MasterMainUnitMileageDTO as ay, MasterMainUnitMileageQuerySchema as az, type MasterDriver as b, findMasterDriver as b$, createOrganisationSubCompany as b0, updateOrganisationSubCompany as b1, deleteOrganisationSubCompany as b2, getOrganisationSubCompanyCache as b3, getOrganisationSubCompanyCacheCount as b4, getOrganisationSubCompanyCacheChild as b5, OrganisationBranchSchema as b6, type OrganisationBranchDTO as b7, OrganisationBranchQuerySchema as b8, type OrganisationBranchQueryDTO as b9, OrganisationTagQuerySchema as bA, type OrganisationTagQueryDTO as bB, toOrganisationTagPayload as bC, newOrganisationTagPayload as bD, findOrganisationTags as bE, createOrganisationTag as bF, updateOrganisationTag as bG, deleteOrganisationTag as bH, getOrganisationTagCache as bI, getOrganisationTagCacheCount as bJ, getOrganisationTagCacheChild as bK, type MasterDriverFile as bL, type AssignRemoveDriverHistory as bM, type DriverLoginPush as bN, MasterDriverFileSchema as bO, type MasterDriverFileDTO as bP, MasterDriverSchema as bQ, type MasterDriverDTO as bR, MasterDriverQuerySchema as bS, type MasterDriverQueryDTO as bT, MasterDriverLogoSchema as bU, type MasterDriverLogoDTO as bV, MasterDriverProfileSchema as bW, type MasterDriverProfileDTO as bX, toDriverPayload as bY, toDriverProfilePayload as bZ, newDriverPayload as b_, toOrganisationBranchPayload as ba, newOrganisationBranchPayload as bb, findOrganisationBranchs as bc, createOrganisationBranch as bd, updateOrganisationBranch as be, deleteOrganisationBranch as bf, getOrganisationBranchCache as bg, getOrganisationBranchCacheCount as bh, getOrganisationBranchCacheChild as bi, type OrganisationColor as bj, OrganisationColorSchema as bk, type OrganisationColorDTO as bl, OrganisationColorQuerySchema as bm, type OrganisationColorQueryDTO as bn, toOrganisationColorPayload as bo, newOrganisationColorPayload as bp, findOrganisationColors as bq, createOrganisationColor as br, updateOrganisationColor as bs, deleteOrganisationColor as bt, getOrganisationColorCache as bu, getOrganisationColorCacheCount as bv, getOrganisationColorCacheChild as bw, type OrganisationTag as bx, OrganisationTagSchema as by, type OrganisationTagDTO as bz, type MasterDevice as c, createMasterSim as c$, createMasterDriver as c0, updateMasterDriver as c1, deleteMasterDriver as c2, updateMasterDriverLogo as c3, deleteMasterDriverLogo as c4, updateMasterDriverProfile as c5, getMasterDriverCache as c6, getMasterDriverCacheSimple as c7, get_master_driver_presigned_url as c8, get_master_driver_presigned_url_file as c9, deleteMasterDeviceModel as cA, getMasterDeviceModelCache as cB, getMasterDeviceModelCacheCount as cC, getMasterDeviceModelCacheChild as cD, type MasterDeviceManufacturer as cE, MasterDeviceManufacturerSchema as cF, type MasterDeviceManufacturerDTO as cG, MasterDeviceManufacturerQuerySchema as cH, type MasterDeviceManufacturerQueryDTO as cI, toMasterDeviceManufacturerPayload as cJ, newMasterDeviceManufacturerPayload as cK, findMasterDeviceManufacturers as cL, createMasterDeviceManufacturer as cM, updateMasterDeviceManufacturer as cN, deleteMasterDeviceManufacturer as cO, getMasterDeviceManufacturerCache as cP, getMasterDeviceManufacturerCacheCount as cQ, getMasterDeviceManufacturerCacheChild as cR, type MasterSim as cS, type AssignRemoveSimHistory as cT, MasterSimSchema as cU, type MasterSimDTO as cV, MasterSimQuerySchema as cW, type MasterSimQueryDTO as cX, toMasterSimPayload as cY, newMasterSimPayload as cZ, findMasterSims as c_, create_file$1 as ca, remove_file$1 as cb, type MasterDeviceType as cc, MasterDeviceTypeSchema as cd, type MasterDeviceTypeDTO as ce, MasterDeviceTypeQuerySchema as cf, type MasterDeviceTypeQueryDTO as cg, toMasterDeviceTypePayload as ch, newMasterDeviceTypePayload as ci, findMasterDeviceTypes as cj, createMasterDeviceType as ck, updateMasterDeviceType as cl, deleteMasterDeviceType as cm, getMasterDeviceTypeCache as cn, getMasterDeviceTypeCacheCount as co, getMasterDeviceTypeCacheChild as cp, type MasterDeviceModel as cq, MasterDeviceModelSchema as cr, type MasterDeviceModelDTO as cs, MasterDeviceModelQuerySchema as ct, type MasterDeviceModelQueryDTO as cu, toMasterDeviceModelPayload as cv, newMasterDeviceModelPayload as cw, findMasterDeviceModels as cx, createMasterDeviceModel as cy, updateMasterDeviceModel as cz, type MasterMainLandmark as d, type MasterVehicleMake as d$, updateMasterSim as d0, deleteMasterSim as d1, type AssignRemoveDeviceHistory as d2, MasterDeviceSchema as d3, type MasterDeviceDTO as d4, MasterDeviceQuerySchema as d5, type MasterDeviceQueryDTO as d6, DeviceSimLinkSchema as d7, type DeviceSimLinkDTO as d8, toMasterDevicePayload as d9, MasterVehicleSubModelSchema as dA, type MasterVehicleSubModelDTO as dB, MasterVehicleSubModelQuerySchema as dC, type MasterVehicleSubModelQueryDTO as dD, toMasterVehicleSubModelPayload as dE, newMasterVehicleSubModelPayload as dF, findMasterVehicleSubModels as dG, createMasterVehicleSubModel as dH, updateMasterVehicleSubModel as dI, deleteMasterVehicleSubModel as dJ, getMasterVehicleSubModelCache as dK, getMasterVehicleSubModelCacheCount as dL, getMasterVehicleSubModelCacheChild as dM, type MasterVehicleModel as dN, MasterVehicleModelSchema as dO, type MasterVehicleModelDTO as dP, MasterVehicleModelQuerySchema as dQ, type MasterVehicleModelQueryDTO as dR, toMasterVehicleModelPayload as dS, newMasterVehicleModelPayload as dT, findMasterVehicleModels as dU, createMasterVehicleModel as dV, updateMasterVehicleModel as dW, deleteMasterVehicleModel as dX, getMasterVehicleModelCache as dY, getMasterVehicleModelCacheCount as dZ, getMasterVehicleModelCacheChild as d_, newMasterDevicePayload as da, findMasterDevices as db, createMasterDevice as dc, updateMasterDevice as dd, deleteMasterDevice as de, device_sim_link as df, device_sim_unlink as dg, get_device_sim_link_history_by_sim as dh, get_device_sim_link_history_by_device as di, type OrganisationGroup as dj, type VehicleOrganisationGroupLink as dk, OrganisationGroupSchema as dl, type OrganisationGroupDTO as dm, OrganisationGroupQuerySchema as dn, type OrganisationGroupQueryDTO as dp, toOrganisationGroupPayload as dq, newOrganisationGroupPayload as dr, findOrganisationGroups as ds, createOrganisationGroup as dt, updateOrganisationGroup as du, deleteOrganisationGroup as dv, getOrganisationGroupCache as dw, getOrganisationGroupCacheCount as dx, getOrganisationGroupCacheChild as dy, type MasterVehicleSubModel as dz, type FleetVendorFuelStation as e, updateMasterVehicleFuelType as e$, MasterVehicleMakeSchema as e0, type MasterVehicleMakeDTO as e1, MasterVehicleMakeQuerySchema as e2, type MasterVehicleMakeQueryDTO as e3, toMasterVehicleMakePayload as e4, newMasterVehicleMakePayload as e5, findMasterVehicleMakes as e6, createMasterVehicleMake as e7, updateMasterVehicleMake as e8, deleteMasterVehicleMake as e9, updateMasterVehicleOwnershipType as eA, deleteMasterVehicleOwnershipType as eB, getMasterVehicleOwnershipTypeCache as eC, getMasterVehicleOwnershipTypeCacheCount as eD, getMasterVehicleOwnershipTypeCacheChild as eE, type MasterVehicleType as eF, MasterVehicleTypeSchema as eG, type MasterVehicleTypeDTO as eH, MasterVehicleTypeQuerySchema as eI, type MasterVehicleTypeQueryDTO as eJ, toMasterVehicleTypePayload as eK, newMasterVehicleTypePayload as eL, findMasterVehicleTypes as eM, createMasterVehicleType as eN, updateMasterVehicleType as eO, deleteMasterVehicleType as eP, getMasterVehicleTypeCache as eQ, getMasterVehicleTypeCacheCount as eR, getMasterVehicleTypeCacheChild as eS, MasterVehicleFuelTypeSchema as eT, type MasterVehicleFuelTypeDTO as eU, MasterVehicleFuelTypeQuerySchema as eV, type MasterVehicleFuelTypeQueryDTO as eW, toMasterVehicleFuelTypePayload as eX, newMasterVehicleFuelTypePayload as eY, findMasterVehicleFuelTypes as eZ, createMasterVehicleFuelType as e_, getMasterVehicleMakeCache as ea, getMasterVehicleMakeCacheCount as eb, getMasterVehicleMakeCacheChild as ec, type MasterVehicleStatusType as ed, MasterVehicleStatusTypeSchema as ee, type MasterVehicleStatusTypeDTO as ef, MasterVehicleStatusTypeQuerySchema as eg, type MasterVehicleStatusTypeQueryDTO as eh, toMasterVehicleStatusTypePayload as ei, newMasterVehicleStatusTypePayload as ej, findMasterVehicleStatusTypes as ek, createMasterVehicleStatusType as el, updateMasterVehicleStatusType as em, deleteMasterVehicleStatusType as en, getMasterVehicleStatusTypeCache as eo, getMasterVehicleStatusTypeCacheCount as ep, getMasterVehicleStatusTypeCacheChild as eq, type MasterVehicleOwnershipType as er, MasterVehicleOwnershipTypeSchema as es, type MasterVehicleOwnershipTypeDTO as et, MasterVehicleOwnershipTypeQuerySchema as eu, type MasterVehicleOwnershipTypeQueryDTO as ev, toMasterVehicleOwnershipTypePayload as ew, newMasterVehicleOwnershipTypePayload as ex, findMasterVehicleOwnershipTypes as ey, createMasterVehicleOwnershipType as ez, type MasterVehicleFuelType as f, createMasterVendorTag as f$, deleteMasterVehicleFuelType as f0, getMasterVehicleFuelTypeCache as f1, getMasterVehicleFuelTypeCacheCount as f2, getMasterVehicleFuelTypeCacheChild as f3, type MasterVehicleAssociatedTo as f4, MasterVehicleAssociatedToSchema as f5, type MasterVehicleAssociatedToDTO as f6, MasterVehicleAssociatedToQuerySchema as f7, type MasterVehicleAssociatedToQueryDTO as f8, toMasterVehicleAssociatedToPayload as f9, toMasterVehicleDocumentTypePayload as fA, newMasterVehicleDocumentTypePayload as fB, findMasterVehicleDocumentTypes as fC, createMasterVehicleDocumentType as fD, updateMasterVehicleDocumentType as fE, deleteMasterVehicleDocumentType as fF, getMasterVehicleDocumentTypeCache as fG, type MasterVendorType as fH, MasterVendorTypeSchema as fI, type MasterVendorTypeDTO as fJ, MasterVendorTypeQuerySchema as fK, type MasterVendorTypeQueryDTO as fL, toMasterVendorTypePayload as fM, newMasterVendorTypePayload as fN, findMasterVendorTypes as fO, createMasterVendorType as fP, updateMasterVendorType as fQ, deleteMasterVendorType as fR, getMasterVendorTypeCache as fS, type MasterVendorTag as fT, MasterVendorTagSchema as fU, type MasterVendorTagDTO as fV, MasterVendorTagQuerySchema as fW, type MasterVendorTagQueryDTO as fX, toMasterVendorTagPayload as fY, newMasterVendorTagPayload as fZ, findMasterVendorTags as f_, newMasterVehicleAssociatedToPayload as fa, findMasterVehicleAssociatedTos as fb, createMasterVehicleAssociatedTo as fc, updateMasterVehicleAssociatedTo as fd, deleteMasterVehicleAssociatedTo as fe, getMasterVehicleAssociatedToCache as ff, getMasterVehicleAssociatedToCacheCount as fg, getMasterVehicleAssociatedToCacheChild as fh, MasterVehicleFuelUnitSchema as fi, type MasterVehicleFuelUnitDTO as fj, MasterVehicleFuelUnitQuerySchema as fk, type MasterVehicleFuelUnitQueryDTO as fl, toMasterVehicleFuelUnitPayload as fm, newMasterVehicleFuelUnitPayload as fn, findMasterVehicleFuelUnits as fo, createMasterVehicleFuelUnit as fp, updateMasterVehicleFuelUnit as fq, deleteMasterVehicleFuelUnit as fr, getMasterVehicleFuelUnitCache as fs, getMasterVehicleFuelUnitCacheCount as ft, getMasterVehicleFuelUnitCacheChild as fu, type MasterVehicleDocumentType as fv, MasterVehicleDocumentTypeSchema as fw, type MasterVehicleDocumentTypeDTO as fx, MasterVehicleDocumentTypeQuerySchema as fy, type MasterVehicleDocumentTypeQueryDTO as fz, type MasterVehicleFuelUnit as g, UserDefaultTimeZoneSchema as g$, updateMasterVendorTag as g0, deleteMasterVendorTag as g1, getMasterVendorTagCache as g2, MasterMainLandmarkSchema as g3, type MasterMainLandmarkDTO as g4, MasterMainLandmarkQuerySchema as g5, type MasterMainLandmarkQueryDTO as g6, toMasterMainLandmarkPayload as g7, newMasterMainLandmarkPayload as g8, findMasterMainCountries as g9, deleteMasterUserStatus as gA, getMasterUserStatusCache as gB, getMasterUserStatusCacheCount as gC, type MasterMainLanguage as gD, MasterMainLanguageSchema as gE, type MasterMainLanguageDTO as gF, MasterMainLanguageQuerySchema as gG, type MasterMainLanguageQueryDTO as gH, toMasterMainLanguagePayload as gI, newMasterMainLanguagePayload as gJ, findMasterMainLanguages as gK, createMasterMainLanguage as gL, updateMasterMainLanguage as gM, deleteMasterMainLanguage as gN, getMasterMainLanguageCache as gO, type UserVehicleLink as gP, type UserLoginPush as gQ, UserSchema as gR, type UserDTO as gS, UserQuerySchema as gT, type UserQueryDTO as gU, UserLogoSchema as gV, type UserLogoDTO as gW, UserProfileSchema as gX, type UserProfileDTO as gY, UserDefaultLanguageSchema as gZ, type UserDefaultLanguageDTO as g_, createMasterMainCountry as ga, updateMasterMainCountry as gb, deleteMasterMainCountry as gc, type MasterUserRole as gd, MasterUserRoleSchema as ge, type MasterUserRoleDTO as gf, MasterUserRoleQuerySchema as gg, type MasterUserRoleQueryDTO as gh, toMasterUserRolePayload as gi, newMasterUserRolePayload as gj, findMasterUserRoles as gk, createMasterUserRole as gl, updateMasterUserRole as gm, deleteMasterUserRole as gn, getMasterUserRoleCache as go, getMasterUserRoleCacheCount as gp, type MasterUserStatus as gq, MasterUserStatusSchema as gr, type MasterUserStatusDTO as gs, MasterUserStatusQuerySchema as gt, type MasterUserStatusQueryDTO as gu, toMasterUserStatusPayload as gv, newMasterUserStatusPayload as gw, findMasterUserStatuses as gx, createMasterUserStatus as gy, updateMasterUserStatus as gz, type FleetVendorServiceCenter as h, findFleetVendorFuelStation as h$, type UserDefaultTimeZoneDTO as h0, UserDefaultDateFormatSchema as h1, type UserDefaultDateFormatDTO as h2, newUserPayload as h3, toUserPayload as h4, toUserProfilePayload as h5, findUser as h6, createUser as h7, updateUser as h8, deleteUser as h9, newFleetVendorServiceCenterPayload as hA, findFleetVendorServiceCenter as hB, createFleetVendorServiceCenter as hC, updateFleetVendorServiceCenter as hD, deleteFleetVendorServiceCenter as hE, type MasterFuelCompany as hF, MasterFuelCompanySchema as hG, type MasterFuelCompanyDTO as hH, MasterFuelCompanyQuerySchema as hI, type MasterFuelCompanyQueryDTO as hJ, toMasterFuelCompanyPayload as hK, newMasterFuelCompanyPayload as hL, findMasterFuelCompanys as hM, createMasterFuelCompany as hN, updateMasterFuelCompany as hO, deleteMasterFuelCompany as hP, getMasterFuelCompanyCache as hQ, FleetVendorFuelStationSchema as hR, type FleetVendorFuelStationDTO as hS, FleetVendorFuelStationQuerySchema as hT, type FleetVendorFuelStationQueryDTO as hU, FleetFuelStationRateSchema as hV, type FleetFuelStationRateDTO as hW, FleetFuelStationRateQuerySchema as hX, type FleetFuelStationRateQueryDTO as hY, toFleetVendorFuelStationPayload as hZ, newFleetVendorFuelStationPayload as h_, updateUserLogo as ha, deleteUserLogo as hb, updateUserProfile as hc, getUserCache as hd, getUserCacheSimple as he, get_user_presigned_url as hf, updateUserDefaultLanguage as hg, updateUserDefaultTimezone as hh, updateUserDefaultDateformat as hi, type MasterVendorDocumentType as hj, MasterVendorDocumentTypeSchema as hk, type MasterVendorDocumentTypeDTO as hl, MasterVendorDocumentTypeQuerySchema as hm, type MasterVendorDocumentTypeQueryDTO as hn, toMasterVendorDocumentTypePayload as ho, newMasterVendorDocumentTypePayload as hp, findMasterVendorDocumentTypes as hq, createMasterVendorDocumentType as hr, updateMasterVendorDocumentType as hs, deleteMasterVendorDocumentType as ht, getMasterVendorDocumentTypeCache as hu, FleetVendorServiceCenterSchema as hv, type FleetVendorServiceCenterDTO as hw, FleetVendorServiceCenterQuerySchema as hx, type FleetVendorServiceCenterQueryDTO as hy, toFleetVendorServiceCenterPayload as hz, type MasterMainIndustry as i, deleteFleetVendor as i$, createFleetVendorFuelStation as i0, updateFleetVendorFuelStation as i1, deleteFleetVendorFuelStation as i2, type FleetVendorTypeLink as i3, type FleetVendorTagLink as i4, type FleetVendorAddress as i5, type FleetVendorBankAccount as i6, type FleetVendorContactPersons as i7, type FleetVendorReview as i8, type FleetVendorDocument as i9, type FleetVendorReviewQueryDTO as iA, FleetVendorDocumentFileSchema as iB, type FleetVendorDocumentFileDTO as iC, FleetVendorDocumentSchema as iD, type FleetVendorDocumentDTO as iE, FleetVendorDocumentQuerySchema as iF, type FleetVendorDocumentQueryDTO as iG, toFleetVendorPayload as iH, newFleetVendorPayload as iI, toFleetVendorAddressPayload as iJ, newFleetVendorAddressPayload as iK, toFleetVendorBankAccountPayload as iL, newFleetVendorBankAccountPayload as iM, toFleetVendorContactPersonsPayload as iN, newFleetVendorContactPersonsPayload as iO, toFleetVendorReviewPayload as iP, newFleetVendorReviewPayload as iQ, toFleetVendorDocumentPayload as iR, newFleetVendorDocumentPayload as iS, vendor_logo_presigned_url as iT, vendor_contact_person_logo_presigned_url as iU, get_vendor_document_file_presigned_url as iV, updateFleetVendorLogo as iW, deleteFleetVendorLogo as iX, findFleetVendor as iY, createFleetVendor as iZ, updateFleetVendor as i_, type FleetVendorDocumentFile as ia, FleetVendorLogoSchema as ib, type FleetVendorLogoDTO as ic, FleetVendorSchema as id, type FleetVendorDTO as ie, FleetVendorQuerySchema as ig, type FleetVendorQueryDTO as ih, FleetVendorAddressSchema as ii, type FleetVendorAddressDTO as ij, FleetVendorAddressQuerySchema as ik, type FleetVendorAddressQueryDTO as il, FleetVendorBankAccountSchema as im, type FleetVendorBankAccountDTO as io, FleetVendorBankAccountQuerySchema as ip, type FleetVendorBankAccountQueryDTO as iq, FleetVendorContactPersonsLogoSchema as ir, type FleetVendorContactPersonsLogoDTO as is, FleetVendorContactPersonsSchema as it, type FleetVendorContactPersonsDTO as iu, FleetVendorContactPersonsQuerySchema as iv, type FleetVendorContactPersonsQueryDTO as iw, FleetVendorReviewSchema as ix, type FleetVendorReviewDTO as iy, FleetVendorReviewQuerySchema as iz, MasterMainIndustrySchema as j, type VehicleDocumentDTO as j$, createFleetVendorAddress as j0, findFleetVendorAddress as j1, updateFleetVendorAddress as j2, deleteFleetVendorAddress as j3, createFleetVendorBankAccount as j4, findFleetVendorBankAccount as j5, updateFleetVendorBankAccount as j6, deleteFleetVendorBankAccount as j7, createFleetVendorContactPersons as j8, findFleetVendorContactPersons as j9, MasterVehicleFileSchema as jA, type MasterVehicleFileDTO as jB, VehicleSchema as jC, type VehicleDTO as jD, VehicleBulkSchema as jE, type VehicleBulkDTO as jF, MasterDeviceFileSchema as jG, type MasterDeviceFileDTO as jH, VehicleDeviceLinkSchema as jI, type VehicleDeviceLinkDTO as jJ, VehicleDeviceUnlinkSchema as jK, type VehicleDeviceUnlinkDTO as jL, VehicleDriverLinkSchema as jM, type VehicleDriverLinkDTO as jN, VehicleDetailGPSSensorSchema as jO, type VehicleDetailGPSSensorDTO as jP, VehicleDetailTripSchema as jQ, type VehicleDetailTripDTO as jR, VehicleDetailBodySchema as jS, type VehicleDetailBodyDTO as jT, VehicleDetailLifeCycleSchema as jU, type VehicleDetailLifeCycleDto as jV, VehicleDetailPurchaseSchema as jW, type VehicleDetailPurchaseDTO as jX, VehicleDocumentFileSchema as jY, type VehicleDocumentFileDTO as jZ, VehicleDocumentSchema as j_, updateFleetVendorContactPersons as ja, deleteFleetVendorContactPersons as jb, updateFleetVendorContactPersonsLogo as jc, deleteFleetVendorContactPersonsLogo as jd, createFleetVendorReview as je, findFleetVendorReview as jf, updateFleetVendorReview as jg, deleteFleetVendorReview as jh, create_file as ji, remove_file as jj, createFleetVendorDocument as jk, findFleetVendorDocument as jl, updateFleetVendorDocument as jm, deleteFleetVendorDocument as jn, getFleetVendorCacheSimple as jo, type MasterVehicleDropdown as jp, type MasterVehicleFile as jq, type VehicleDetailGPS as jr, type VehicleDetailTrip as js, type VehicleDetailBody as jt, type VehicleDetailLifeCycle as ju, type VehicleDetailPurchase as jv, type VehicleDocument as jw, type VehicleDocumentFile as jx, type VehicleDocumentExpiry as jy, type VehicleOdometerHistory as jz, type MasterMainIndustryDTO as k, getVehicleSimpleDropdownCacheLiveData as k$, VehicleDocumentQuerySchema as k0, type VehicleDocumentQueryDTO as k1, VehicleDocumentExpirySchema as k2, type VehicleDocumentExpiryDTO as k3, VehicleDocumentExpiryQuerySchema as k4, type VehicleDocumentExpiryQueryDTO as k5, VehicleQuerySchema as k6, type VehicleQueryDTO as k7, SimpleFindQuerySchema as k8, type SimpleFindQueryDTO as k9, updateVehicle as kA, deleteVehicle as kB, updateDetailsGpsSensor as kC, updateDetailsTrip as kD, updateVehicleBodyDetails as kE, updateVehicleLifeCycleDetails as kF, updateVehiclePurchaseDetails as kG, linkDriverToVehicle as kH, unlinkDriverFromVehicle as kI, getDriverLinkHistoryByVehicle as kJ, getDriverLinkHistoryByDriver as kK, linkDeviceToVehicle as kL, unlinkDeviceFromVehicle as kM, getDeviceLinkHistoryByVehicle as kN, getDeviceLinkHistoryByDevice as kO, createVehicleDocument as kP, findVehicleDocument as kQ, updateVehicleDocument as kR, removeVehicleDocument as kS, createVehicleDocumentExpiry as kT, findVehicleDocumentExpiry as kU, updateVehicleDocumentExpiry as kV, removeVehicleDocumentExpiry as kW, getVehicleCache as kX, getVehicleSimpleCache as kY, getVehicleParentCache as kZ, getVehicleSimpleDropdownCustom as k_, VehicleGPSQuerySchema as ka, type VehicleGPSQueryDTO as kb, toVehiclePayload as kc, newVehiclePayload as kd, toVehicleDetailsGPSPayload as ke, toVehicleDetailsTripPayload as kf, toVehicleDetailsBodyPayload as kg, toVehicleDetailLifeCyclePayload as kh, toVehicleDetailPurchasePayload as ki, toVehicleDocumentPayload as kj, newVehicleDocumentPayload as kk, toVehicleDocumentExpiryPayload as kl, newVehicleDocumentExpiryPayload as km, get_vehicle_file_presigned_url as kn, get_device_file_presigned_url as ko, get_vehicle_document_file_presigned_url as kp, createFileVehicle as kq, removeFileVehicle as kr, createFileDevice as ks, removeFileDevice as kt, createFileVehicleDocument as ku, removeFileVehicleDocument as kv, findVehicles as kw, findVehiclesLiveDashboard as kx, findVehicleGPSDetails as ky, createVehicle as kz, MasterMainIndustryQuerySchema as l, type UserOrganisationSimple as l0, UserOrganisationSchema as l1, type UserOrganisationDTO as l2, UserOrganisationQuerySchema as l3, type UserOrganisationQueryDTO as l4, UserOrganisationLogoSchema as l5, type UserOrganisationLogoDTO as l6, toUserOrganisationPayload as l7, newUserOrganisationPayload as l8, findUserOrganisation as l9, createUserOrganisation as la, updateUserOrganisation as lb, deleteUserOrganisation as lc, updateUserOrganisationLogo as ld, deleteUserOrganisationLogo as le, get_user_organisation_presigned_url as lf, getUserOrganisationCache as lg, getUserOrganisationCacheSimple as lh, type MasterMainIndustryQueryDTO as m, newMasterMainIndustryPayload as n, findMasterMainIndustrys as o, createMasterMainIndustry as p, deleteMasterMainIndustry as q, getMasterMainIndustryCache as r, type MasterMainCurrency as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencySchema as v, type MasterMainCurrencyDTO as w, MasterMainCurrencyQuerySchema as x, type MasterMainCurrencyQueryDTO as y, toMasterMainCurrencyPayload as z };
|
|
9958
|
+
export { type MasterMainStateQueryDTO as $, newMasterMainCurrencyPayload as A, findMasterMainCurrencies as B, createMasterMainCurrency as C, updateMasterMainCurrency as D, deleteMasterMainCurrency as E, type FleetVendor as F, getMasterMainCurrencyCache as G, type MasterMainTimeZone as H, MasterMainTimeZoneSchema as I, type MasterMainTimeZoneDTO as J, MasterMainTimeZoneQuerySchema as K, type MasterMainTimeZoneQueryDTO as L, type MasterVehicle as M, toMasterMainTimeZonePayload as N, type OrganisationBranch as O, newMasterMainTimeZonePayload as P, findMasterMainTimeZones as Q, createMasterMainTimeZone as R, updateMasterMainTimeZone as S, deleteMasterMainTimeZone as T, type UserOrganisation as U, getMasterMainTimeZoneCacheAll as V, getMasterMainTimeZoneCache as W, type MasterMainState as X, MasterMainStateSchema as Y, type MasterMainStateDTO as Z, MasterMainStateQuerySchema as _, type User as a, findOrganisationSubCompanyies as a$, toMasterMainStatePayload as a0, newMasterMainStatePayload as a1, findMasterMainStates as a2, createMasterMainState as a3, updateMasterMainState as a4, deleteMasterMainState as a5, getMasterMainStateCache as a6, type MasterMainCountry as a7, MasterMainCountrySchema as a8, type MasterMainCountryDTO as a9, type MasterMainUnitMileageQueryDTO as aA, toMasterMainUnitMileagePayload as aB, newMasterMainUnitMileagePayload as aC, findMasterMainUnitMileages as aD, createMasterMainUnitMileage as aE, updateMasterMainUnitMileage as aF, deleteMasterMainUnitMileage as aG, getMasterMainUnitMileageCache as aH, type MasterMainUnitVolume as aI, MasterMainUnitVolumeSchema as aJ, type MasterMainUnitVolumeDTO as aK, MasterMainUnitVolumeQuerySchema as aL, type MasterMainUnitVolumeQueryDTO as aM, toMasterMainUnitVolumePayload as aN, newMasterMainUnitVolumePayload as aO, findMasterMainUnitVolumes as aP, createMasterMainUnitVolume as aQ, updateMasterMainUnitVolume as aR, deleteMasterMainUnitVolume as aS, getMasterMainUnitVolumeCache as aT, type OrganisationSubCompany as aU, OrganisationSubCompanySchema as aV, type OrganisationSubCompanyDTO as aW, OrganisationSubCompanyQuerySchema as aX, type OrganisationSubCompanyQueryDTO as aY, toOrganisationSubCompanyPayload as aZ, newOrganisationSubCompanyPayload as a_, MasterMainCountryQuerySchema as aa, type MasterMainCountryQueryDTO as ab, toMasterMainCountryPayload as ac, newMasterMainCountryPayload as ad, findMasterMainCountries$1 as ae, createMasterMainCountry$1 as af, updateMasterMainCountry$1 as ag, deleteMasterMainCountry$1 as ah, getMasterMainCountryCache as ai, getMasterMainCountryCacheChild as aj, type MasterMainDateFormat as ak, MasterMainDateFormatSchema as al, type MasterMainDateFormatDTO as am, MasterMainDateFormatQuerySchema as an, type MasterMainDateFormatQueryDTO as ao, toMasterMainDateFormatPayload as ap, newMasterMainDateFormatPayload as aq, findMasterMainDateFormats as ar, createMasterMainDateFormat as as, updateMasterMainDateFormat as at, deleteMasterMainDateFormat as au, getMasterMainDateFormatCache as av, type MasterMainUnitMileage as aw, MasterMainUnitMileageSchema as ax, type MasterMainUnitMileageDTO as ay, MasterMainUnitMileageQuerySchema as az, type MasterDriver as b, findMasterDriver as b$, createOrganisationSubCompany as b0, updateOrganisationSubCompany as b1, deleteOrganisationSubCompany as b2, getOrganisationSubCompanyCache as b3, getOrganisationSubCompanyCacheCount as b4, getOrganisationSubCompanyCacheChild as b5, OrganisationBranchSchema as b6, type OrganisationBranchDTO as b7, OrganisationBranchQuerySchema as b8, type OrganisationBranchQueryDTO as b9, OrganisationTagQuerySchema as bA, type OrganisationTagQueryDTO as bB, toOrganisationTagPayload as bC, newOrganisationTagPayload as bD, findOrganisationTags as bE, createOrganisationTag as bF, updateOrganisationTag as bG, deleteOrganisationTag as bH, getOrganisationTagCache as bI, getOrganisationTagCacheCount as bJ, getOrganisationTagCacheChild as bK, type MasterDriverFile as bL, type AssignRemoveDriverHistory as bM, type DriverLoginPush as bN, MasterDriverFileSchema as bO, type MasterDriverFileDTO as bP, MasterDriverSchema as bQ, type MasterDriverDTO as bR, MasterDriverQuerySchema as bS, type MasterDriverQueryDTO as bT, MasterDriverLogoSchema as bU, type MasterDriverLogoDTO as bV, MasterDriverProfileSchema as bW, type MasterDriverProfileDTO as bX, toDriverPayload as bY, toDriverProfilePayload as bZ, newDriverPayload as b_, toOrganisationBranchPayload as ba, newOrganisationBranchPayload as bb, findOrganisationBranchs as bc, createOrganisationBranch as bd, updateOrganisationBranch as be, deleteOrganisationBranch as bf, getOrganisationBranchCache as bg, getOrganisationBranchCacheCount as bh, getOrganisationBranchCacheChild as bi, type OrganisationColor as bj, OrganisationColorSchema as bk, type OrganisationColorDTO as bl, OrganisationColorQuerySchema as bm, type OrganisationColorQueryDTO as bn, toOrganisationColorPayload as bo, newOrganisationColorPayload as bp, findOrganisationColors as bq, createOrganisationColor as br, updateOrganisationColor as bs, deleteOrganisationColor as bt, getOrganisationColorCache as bu, getOrganisationColorCacheCount as bv, getOrganisationColorCacheChild as bw, type OrganisationTag as bx, OrganisationTagSchema as by, type OrganisationTagDTO as bz, type MasterDevice as c, createMasterSim as c$, createMasterDriver as c0, updateMasterDriver as c1, deleteMasterDriver as c2, updateMasterDriverLogo as c3, deleteMasterDriverLogo as c4, updateMasterDriverProfile as c5, getMasterDriverCache as c6, getMasterDriverCacheSimple as c7, get_master_driver_presigned_url as c8, get_master_driver_presigned_url_file as c9, deleteMasterDeviceModel as cA, getMasterDeviceModelCache as cB, getMasterDeviceModelCacheCount as cC, getMasterDeviceModelCacheChild as cD, type MasterDeviceManufacturer as cE, MasterDeviceManufacturerSchema as cF, type MasterDeviceManufacturerDTO as cG, MasterDeviceManufacturerQuerySchema as cH, type MasterDeviceManufacturerQueryDTO as cI, toMasterDeviceManufacturerPayload as cJ, newMasterDeviceManufacturerPayload as cK, findMasterDeviceManufacturers as cL, createMasterDeviceManufacturer as cM, updateMasterDeviceManufacturer as cN, deleteMasterDeviceManufacturer as cO, getMasterDeviceManufacturerCache as cP, getMasterDeviceManufacturerCacheCount as cQ, getMasterDeviceManufacturerCacheChild as cR, type MasterSim as cS, type AssignRemoveSimHistory as cT, MasterSimSchema as cU, type MasterSimDTO as cV, MasterSimQuerySchema as cW, type MasterSimQueryDTO as cX, toMasterSimPayload as cY, newMasterSimPayload as cZ, findMasterSims as c_, create_file as ca, remove_file as cb, type MasterDeviceType as cc, MasterDeviceTypeSchema as cd, type MasterDeviceTypeDTO as ce, MasterDeviceTypeQuerySchema as cf, type MasterDeviceTypeQueryDTO as cg, toMasterDeviceTypePayload as ch, newMasterDeviceTypePayload as ci, findMasterDeviceTypes as cj, createMasterDeviceType as ck, updateMasterDeviceType as cl, deleteMasterDeviceType as cm, getMasterDeviceTypeCache as cn, getMasterDeviceTypeCacheCount as co, getMasterDeviceTypeCacheChild as cp, type MasterDeviceModel as cq, MasterDeviceModelSchema as cr, type MasterDeviceModelDTO as cs, MasterDeviceModelQuerySchema as ct, type MasterDeviceModelQueryDTO as cu, toMasterDeviceModelPayload as cv, newMasterDeviceModelPayload as cw, findMasterDeviceModels as cx, createMasterDeviceModel as cy, updateMasterDeviceModel as cz, type MasterMainLandmark as d, type MasterVehicleMake as d$, updateMasterSim as d0, deleteMasterSim as d1, type AssignRemoveDeviceHistory as d2, MasterDeviceSchema as d3, type MasterDeviceDTO as d4, MasterDeviceQuerySchema as d5, type MasterDeviceQueryDTO as d6, DeviceSimLinkSchema as d7, type DeviceSimLinkDTO as d8, toMasterDevicePayload as d9, MasterVehicleSubModelSchema as dA, type MasterVehicleSubModelDTO as dB, MasterVehicleSubModelQuerySchema as dC, type MasterVehicleSubModelQueryDTO as dD, toMasterVehicleSubModelPayload as dE, newMasterVehicleSubModelPayload as dF, findMasterVehicleSubModels as dG, createMasterVehicleSubModel as dH, updateMasterVehicleSubModel as dI, deleteMasterVehicleSubModel as dJ, getMasterVehicleSubModelCache as dK, getMasterVehicleSubModelCacheCount as dL, getMasterVehicleSubModelCacheChild as dM, type MasterVehicleModel as dN, MasterVehicleModelSchema as dO, type MasterVehicleModelDTO as dP, MasterVehicleModelQuerySchema as dQ, type MasterVehicleModelQueryDTO as dR, toMasterVehicleModelPayload as dS, newMasterVehicleModelPayload as dT, findMasterVehicleModels as dU, createMasterVehicleModel as dV, updateMasterVehicleModel as dW, deleteMasterVehicleModel as dX, getMasterVehicleModelCache as dY, getMasterVehicleModelCacheCount as dZ, getMasterVehicleModelCacheChild as d_, newMasterDevicePayload as da, findMasterDevices as db, createMasterDevice as dc, updateMasterDevice as dd, deleteMasterDevice as de, device_sim_link as df, device_sim_unlink as dg, get_device_sim_link_history_by_sim as dh, get_device_sim_link_history_by_device as di, type OrganisationGroup as dj, type VehicleOrganisationGroupLink as dk, OrganisationGroupSchema as dl, type OrganisationGroupDTO as dm, OrganisationGroupQuerySchema as dn, type OrganisationGroupQueryDTO as dp, toOrganisationGroupPayload as dq, newOrganisationGroupPayload as dr, findOrganisationGroups as ds, createOrganisationGroup as dt, updateOrganisationGroup as du, deleteOrganisationGroup as dv, getOrganisationGroupCache as dw, getOrganisationGroupCacheCount as dx, getOrganisationGroupCacheChild as dy, type MasterVehicleSubModel as dz, type FleetVendorFuelStation as e, updateMasterVehicleFuelType as e$, MasterVehicleMakeSchema as e0, type MasterVehicleMakeDTO as e1, MasterVehicleMakeQuerySchema as e2, type MasterVehicleMakeQueryDTO as e3, toMasterVehicleMakePayload as e4, newMasterVehicleMakePayload as e5, findMasterVehicleMakes as e6, createMasterVehicleMake as e7, updateMasterVehicleMake as e8, deleteMasterVehicleMake as e9, updateMasterVehicleOwnershipType as eA, deleteMasterVehicleOwnershipType as eB, getMasterVehicleOwnershipTypeCache as eC, getMasterVehicleOwnershipTypeCacheCount as eD, getMasterVehicleOwnershipTypeCacheChild as eE, type MasterVehicleType as eF, MasterVehicleTypeSchema as eG, type MasterVehicleTypeDTO as eH, MasterVehicleTypeQuerySchema as eI, type MasterVehicleTypeQueryDTO as eJ, toMasterVehicleTypePayload as eK, newMasterVehicleTypePayload as eL, findMasterVehicleTypes as eM, createMasterVehicleType as eN, updateMasterVehicleType as eO, deleteMasterVehicleType as eP, getMasterVehicleTypeCache as eQ, getMasterVehicleTypeCacheCount as eR, getMasterVehicleTypeCacheChild as eS, MasterVehicleFuelTypeSchema as eT, type MasterVehicleFuelTypeDTO as eU, MasterVehicleFuelTypeQuerySchema as eV, type MasterVehicleFuelTypeQueryDTO as eW, toMasterVehicleFuelTypePayload as eX, newMasterVehicleFuelTypePayload as eY, findMasterVehicleFuelTypes as eZ, createMasterVehicleFuelType as e_, getMasterVehicleMakeCache as ea, getMasterVehicleMakeCacheCount as eb, getMasterVehicleMakeCacheChild as ec, type MasterVehicleStatusType as ed, MasterVehicleStatusTypeSchema as ee, type MasterVehicleStatusTypeDTO as ef, MasterVehicleStatusTypeQuerySchema as eg, type MasterVehicleStatusTypeQueryDTO as eh, toMasterVehicleStatusTypePayload as ei, newMasterVehicleStatusTypePayload as ej, findMasterVehicleStatusTypes as ek, createMasterVehicleStatusType as el, updateMasterVehicleStatusType as em, deleteMasterVehicleStatusType as en, getMasterVehicleStatusTypeCache as eo, getMasterVehicleStatusTypeCacheCount as ep, getMasterVehicleStatusTypeCacheChild as eq, type MasterVehicleOwnershipType as er, MasterVehicleOwnershipTypeSchema as es, type MasterVehicleOwnershipTypeDTO as et, MasterVehicleOwnershipTypeQuerySchema as eu, type MasterVehicleOwnershipTypeQueryDTO as ev, toMasterVehicleOwnershipTypePayload as ew, newMasterVehicleOwnershipTypePayload as ex, findMasterVehicleOwnershipTypes as ey, createMasterVehicleOwnershipType as ez, type MasterVehicleFuelType as f, createMasterVendorTag as f$, deleteMasterVehicleFuelType as f0, getMasterVehicleFuelTypeCache as f1, getMasterVehicleFuelTypeCacheCount as f2, getMasterVehicleFuelTypeCacheChild as f3, type MasterVehicleAssociatedTo as f4, MasterVehicleAssociatedToSchema as f5, type MasterVehicleAssociatedToDTO as f6, MasterVehicleAssociatedToQuerySchema as f7, type MasterVehicleAssociatedToQueryDTO as f8, toMasterVehicleAssociatedToPayload as f9, toMasterVehicleDocumentTypePayload as fA, newMasterVehicleDocumentTypePayload as fB, findMasterVehicleDocumentTypes as fC, createMasterVehicleDocumentType as fD, updateMasterVehicleDocumentType as fE, deleteMasterVehicleDocumentType as fF, getMasterVehicleDocumentTypeCache as fG, type MasterVendorType as fH, MasterVendorTypeSchema as fI, type MasterVendorTypeDTO as fJ, MasterVendorTypeQuerySchema as fK, type MasterVendorTypeQueryDTO as fL, toMasterVendorTypePayload as fM, newMasterVendorTypePayload as fN, findMasterVendorTypes as fO, createMasterVendorType as fP, updateMasterVendorType as fQ, deleteMasterVendorType as fR, getMasterVendorTypeCache as fS, type MasterVendorTag as fT, MasterVendorTagSchema as fU, type MasterVendorTagDTO as fV, MasterVendorTagQuerySchema as fW, type MasterVendorTagQueryDTO as fX, toMasterVendorTagPayload as fY, newMasterVendorTagPayload as fZ, findMasterVendorTags as f_, newMasterVehicleAssociatedToPayload as fa, findMasterVehicleAssociatedTos as fb, createMasterVehicleAssociatedTo as fc, updateMasterVehicleAssociatedTo as fd, deleteMasterVehicleAssociatedTo as fe, getMasterVehicleAssociatedToCache as ff, getMasterVehicleAssociatedToCacheCount as fg, getMasterVehicleAssociatedToCacheChild as fh, MasterVehicleFuelUnitSchema as fi, type MasterVehicleFuelUnitDTO as fj, MasterVehicleFuelUnitQuerySchema as fk, type MasterVehicleFuelUnitQueryDTO as fl, toMasterVehicleFuelUnitPayload as fm, newMasterVehicleFuelUnitPayload as fn, findMasterVehicleFuelUnits as fo, createMasterVehicleFuelUnit as fp, updateMasterVehicleFuelUnit as fq, deleteMasterVehicleFuelUnit as fr, getMasterVehicleFuelUnitCache as fs, getMasterVehicleFuelUnitCacheCount as ft, getMasterVehicleFuelUnitCacheChild as fu, type MasterVehicleDocumentType as fv, MasterVehicleDocumentTypeSchema as fw, type MasterVehicleDocumentTypeDTO as fx, MasterVehicleDocumentTypeQuerySchema as fy, type MasterVehicleDocumentTypeQueryDTO as fz, type MasterVehicleFuelUnit as g, UserDefaultTimeZoneSchema as g$, updateMasterVendorTag as g0, deleteMasterVendorTag as g1, getMasterVendorTagCache as g2, MasterMainLandmarkSchema as g3, type MasterMainLandmarkDTO as g4, MasterMainLandmarkQuerySchema as g5, type MasterMainLandmarkQueryDTO as g6, toMasterMainLandmarkPayload as g7, newMasterMainLandmarkPayload as g8, findMasterMainCountries as g9, deleteMasterUserStatus as gA, getMasterUserStatusCache as gB, getMasterUserStatusCacheCount as gC, type MasterMainLanguage as gD, MasterMainLanguageSchema as gE, type MasterMainLanguageDTO as gF, MasterMainLanguageQuerySchema as gG, type MasterMainLanguageQueryDTO as gH, toMasterMainLanguagePayload as gI, newMasterMainLanguagePayload as gJ, findMasterMainLanguages as gK, createMasterMainLanguage as gL, updateMasterMainLanguage as gM, deleteMasterMainLanguage as gN, getMasterMainLanguageCache as gO, type UserVehicleLink as gP, type UserLoginPush as gQ, UserSchema as gR, type UserDTO as gS, UserQuerySchema as gT, type UserQueryDTO as gU, UserLogoSchema as gV, type UserLogoDTO as gW, UserProfileSchema as gX, type UserProfileDTO as gY, UserDefaultLanguageSchema as gZ, type UserDefaultLanguageDTO as g_, createMasterMainCountry as ga, updateMasterMainCountry as gb, deleteMasterMainCountry as gc, type MasterUserRole as gd, MasterUserRoleSchema as ge, type MasterUserRoleDTO as gf, MasterUserRoleQuerySchema as gg, type MasterUserRoleQueryDTO as gh, toMasterUserRolePayload as gi, newMasterUserRolePayload as gj, findMasterUserRoles as gk, createMasterUserRole as gl, updateMasterUserRole as gm, deleteMasterUserRole as gn, getMasterUserRoleCache as go, getMasterUserRoleCacheCount as gp, type MasterUserStatus as gq, MasterUserStatusSchema as gr, type MasterUserStatusDTO as gs, MasterUserStatusQuerySchema as gt, type MasterUserStatusQueryDTO as gu, toMasterUserStatusPayload as gv, newMasterUserStatusPayload as gw, findMasterUserStatuses as gx, createMasterUserStatus as gy, updateMasterUserStatus as gz, type FleetVendorServiceCenter as h, type FleetFuelStationRateQueryDTO as h$, type UserDefaultTimeZoneDTO as h0, UserDefaultDateFormatSchema as h1, type UserDefaultDateFormatDTO as h2, newUserPayload as h3, toUserPayload as h4, toUserProfilePayload as h5, findUser as h6, createUser as h7, updateUser as h8, deleteUser as h9, toFleetVendorServiceCenterPayload as hA, newFleetVendorServiceCenterPayload as hB, findFleetVendorServiceCenter as hC, createFleetVendorServiceCenter as hD, updateFleetVendorServiceCenter as hE, deleteFleetVendorServiceCenter as hF, getFleetVendorServiceCenterCacheSimple as hG, type MasterFuelCompany as hH, MasterFuelCompanySchema as hI, type MasterFuelCompanyDTO as hJ, MasterFuelCompanyQuerySchema as hK, type MasterFuelCompanyQueryDTO as hL, toMasterFuelCompanyPayload as hM, newMasterFuelCompanyPayload as hN, findMasterFuelCompanys as hO, createMasterFuelCompany as hP, updateMasterFuelCompany as hQ, deleteMasterFuelCompany as hR, getMasterFuelCompanyCache as hS, type FleetVendorFuelStationSimple as hT, FleetVendorFuelStationSchema as hU, type FleetVendorFuelStationDTO as hV, FleetVendorFuelStationQuerySchema as hW, type FleetVendorFuelStationQueryDTO as hX, FleetFuelStationRateSchema as hY, type FleetFuelStationRateDTO as hZ, FleetFuelStationRateQuerySchema as h_, updateUserLogo as ha, deleteUserLogo as hb, updateUserProfile as hc, getUserCache as hd, getUserCacheSimple as he, get_user_presigned_url as hf, updateUserDefaultLanguage as hg, updateUserDefaultTimezone as hh, updateUserDefaultDateformat as hi, type MasterVendorDocumentType as hj, MasterVendorDocumentTypeSchema as hk, type MasterVendorDocumentTypeDTO as hl, MasterVendorDocumentTypeQuerySchema as hm, type MasterVendorDocumentTypeQueryDTO as hn, toMasterVendorDocumentTypePayload as ho, newMasterVendorDocumentTypePayload as hp, findMasterVendorDocumentTypes as hq, createMasterVendorDocumentType as hr, updateMasterVendorDocumentType as hs, deleteMasterVendorDocumentType as ht, getMasterVendorDocumentTypeCache as hu, type FleetVendorServiceCenterSimple as hv, FleetVendorServiceCenterSchema as hw, type FleetVendorServiceCenterDTO as hx, FleetVendorServiceCenterQuerySchema as hy, type FleetVendorServiceCenterQueryDTO as hz, type MasterMainIndustry as i, update_vendor_logo as i$, toFleetVendorFuelStationPayload as i0, newFleetVendorFuelStationPayload as i1, findFleetVendorFuelStation as i2, createFleetVendorFuelStation as i3, updateFleetVendorFuelStation as i4, deleteFleetVendorFuelStation as i5, getFleetVendorFuelStationCacheSimple as i6, type FleetVendorSimple as i7, type FleetVendorTypeLink as i8, type FleetVendorTagLink as i9, FleetVendorContactPersonsQuerySchema as iA, type FleetVendorContactPersonsQueryDTO as iB, FleetVendorReviewSchema as iC, type FleetVendorReviewDTO as iD, FleetVendorReviewQuerySchema as iE, type FleetVendorReviewQueryDTO as iF, FleetVendorDocumentFileSchema as iG, type FleetVendorDocumentFileDTO as iH, FleetVendorDocumentSchema as iI, type FleetVendorDocumentDTO as iJ, FleetVendorDocumentQuerySchema as iK, type FleetVendorDocumentQueryDTO as iL, toFleetVendorPayload as iM, newFleetVendorPayload as iN, toFleetVendorAddressPayload as iO, newFleetVendorAddressPayload as iP, toFleetVendorBankAccountPayload as iQ, newFleetVendorBankAccountPayload as iR, toFleetVendorContactPersonsPayload as iS, newFleetVendorContactPersonsPayload as iT, toFleetVendorReviewPayload as iU, newFleetVendorReviewPayload as iV, toFleetVendorDocumentPayload as iW, newFleetVendorDocumentPayload as iX, get_vendor_logo_presigned_url as iY, get_vendor_contact_person_logo_presigned_url as iZ, get_vendor_document_file_presigned_url as i_, type FleetVendorAddress as ia, type FleetVendorBankAccount as ib, type FleetVendorContactPersons as ic, type FleetVendorReview as id, type FleetVendorDocument as ie, type FleetVendorDocumentFile as ig, FleetVendorLogoSchema as ih, type FleetVendorLogoDTO as ii, FleetVendorSchema as ij, type FleetVendorDTO as ik, FleetVendorQuerySchema as il, type FleetVendorQueryDTO as im, FleetVendorAddressSchema as io, type FleetVendorAddressDTO as ip, FleetVendorAddressQuerySchema as iq, type FleetVendorAddressQueryDTO as ir, FleetVendorBankAccountSchema as is, type FleetVendorBankAccountDTO as it, FleetVendorBankAccountQuerySchema as iu, type FleetVendorBankAccountQueryDTO as iv, FleetVendorContactPersonsLogoSchema as iw, type FleetVendorContactPersonsLogoDTO as ix, FleetVendorContactPersonsSchema as iy, type FleetVendorContactPersonsDTO as iz, MasterMainIndustrySchema as j, VehicleDetailPurchaseSchema as j$, delete_vendor_logo as j0, updateFleetVendorContactPersonsLogo as j1, deleteFleetVendorContactPersonsLogo as j2, create_vendor_document_file as j3, remove_vendor_document_file as j4, findFleetVendor as j5, createFleetVendor as j6, updateFleetVendor as j7, deleteFleetVendor as j8, createFleetVendorAddress as j9, type VehicleDetailPurchase as jA, type VehicleDocument as jB, type VehicleDocumentFile as jC, type VehicleDocumentExpiry as jD, type VehicleOdometerHistory as jE, MasterVehicleFileSchema as jF, type MasterVehicleFileDTO as jG, VehicleSchema as jH, type VehicleDTO as jI, VehicleBulkSchema as jJ, type VehicleBulkDTO as jK, MasterDeviceFileSchema as jL, type MasterDeviceFileDTO as jM, VehicleDeviceLinkSchema as jN, type VehicleDeviceLinkDTO as jO, VehicleDeviceUnlinkSchema as jP, type VehicleDeviceUnlinkDTO as jQ, VehicleDriverLinkSchema as jR, type VehicleDriverLinkDTO as jS, VehicleDetailGPSSensorSchema as jT, type VehicleDetailGPSSensorDTO as jU, VehicleDetailTripSchema as jV, type VehicleDetailTripDTO as jW, VehicleDetailBodySchema as jX, type VehicleDetailBodyDTO as jY, VehicleDetailLifeCycleSchema as jZ, type VehicleDetailLifeCycleDto as j_, findFleetVendorAddress as ja, updateFleetVendorAddress as jb, deleteFleetVendorAddress as jc, createFleetVendorBankAccount as jd, findFleetVendorBankAccount as je, updateFleetVendorBankAccount as jf, deleteFleetVendorBankAccount as jg, createFleetVendorContactPersons as jh, findFleetVendorContactPersons as ji, updateFleetVendorContactPersons as jj, deleteFleetVendorContactPersons as jk, createFleetVendorReview as jl, findFleetVendorReview as jm, updateFleetVendorReview as jn, deleteFleetVendorReview as jo, createFleetVendorDocument as jp, findFleetVendorDocument as jq, updateFleetVendorDocument as jr, deleteFleetVendorDocument as js, getFleetVendorCacheSimple as jt, type MasterVehicleDropdown as ju, type MasterVehicleFile as jv, type VehicleDetailGPS as jw, type VehicleDetailTrip as jx, type VehicleDetailBody as jy, type VehicleDetailLifeCycle as jz, type MasterMainIndustryDTO as k, removeVehicleDocumentExpiry as k$, type VehicleDetailPurchaseDTO as k0, VehicleDocumentFileSchema as k1, type VehicleDocumentFileDTO as k2, VehicleDocumentSchema as k3, type VehicleDocumentDTO as k4, VehicleDocumentQuerySchema as k5, type VehicleDocumentQueryDTO as k6, VehicleDocumentExpirySchema as k7, type VehicleDocumentExpiryDTO as k8, VehicleDocumentExpiryQuerySchema as k9, removeFileVehicleDocument as kA, findVehicles as kB, findVehiclesLiveDashboard as kC, findVehicleGPSDetails as kD, createVehicle as kE, updateVehicle as kF, deleteVehicle as kG, updateDetailsGpsSensor as kH, updateDetailsTrip as kI, updateVehicleBodyDetails as kJ, updateVehicleLifeCycleDetails as kK, updateVehiclePurchaseDetails as kL, linkDriverToVehicle as kM, unlinkDriverFromVehicle as kN, getDriverLinkHistoryByVehicle as kO, getDriverLinkHistoryByDriver as kP, linkDeviceToVehicle as kQ, unlinkDeviceFromVehicle as kR, getDeviceLinkHistoryByVehicle as kS, getDeviceLinkHistoryByDevice as kT, createVehicleDocument as kU, findVehicleDocument as kV, updateVehicleDocument as kW, removeVehicleDocument as kX, createVehicleDocumentExpiry as kY, findVehicleDocumentExpiry as kZ, updateVehicleDocumentExpiry as k_, type VehicleDocumentExpiryQueryDTO as ka, VehicleQuerySchema as kb, type VehicleQueryDTO as kc, SimpleFindQuerySchema as kd, type SimpleFindQueryDTO as ke, VehicleGPSQuerySchema as kf, type VehicleGPSQueryDTO as kg, toVehiclePayload as kh, newVehiclePayload as ki, toVehicleDetailsGPSPayload as kj, toVehicleDetailsTripPayload as kk, toVehicleDetailsBodyPayload as kl, toVehicleDetailLifeCyclePayload as km, toVehicleDetailPurchasePayload as kn, toVehicleDocumentPayload as ko, newVehicleDocumentPayload as kp, toVehicleDocumentExpiryPayload as kq, newVehicleDocumentExpiryPayload as kr, get_vehicle_file_presigned_url as ks, get_device_file_presigned_url as kt, get_vehicle_document_file_presigned_url as ku, createFileVehicle as kv, removeFileVehicle as kw, createFileDevice as kx, removeFileDevice as ky, createFileVehicleDocument as kz, MasterMainIndustryQuerySchema as l, getVehicleCache as l0, getVehicleSimpleCache as l1, getVehicleParentCache as l2, getVehicleSimpleDropdownCustom as l3, getVehicleSimpleDropdownCacheLiveData as l4, type UserOrganisationSimple as l5, UserOrganisationSchema as l6, type UserOrganisationDTO as l7, UserOrganisationQuerySchema as l8, type UserOrganisationQueryDTO as l9, UserOrganisationLogoSchema as la, type UserOrganisationLogoDTO as lb, toUserOrganisationPayload as lc, newUserOrganisationPayload as ld, findUserOrganisation as le, createUserOrganisation as lf, updateUserOrganisation as lg, deleteUserOrganisation as lh, updateUserOrganisationLogo as li, deleteUserOrganisationLogo as lj, get_user_organisation_presigned_url as lk, getUserOrganisationCache as ll, getUserOrganisationCacheSimple as lm, type MasterMainIndustryQueryDTO as m, newMasterMainIndustryPayload as n, findMasterMainIndustrys as o, createMasterMainIndustry as p, deleteMasterMainIndustry as q, getMasterMainIndustryCache as r, type MasterMainCurrency as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencySchema as v, type MasterMainCurrencyDTO as w, MasterMainCurrencyQuerySchema as x, type MasterMainCurrencyQueryDTO as y, toMasterMainCurrencyPayload as z };
|