vms-nest-prisma-api-document 223.0.0 → 224.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 +9 -9
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +23 -23
- package/dist/services/fleet/bus_mangement/calender.d.ts +8 -8
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +21 -21
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +36 -34
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +48 -48
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
- 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_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +9 -9
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +12 -12
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +20 -20
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/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_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
- 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-CJhn--xh.d.ts → user_organisation_service-gB6DgPZW.d.ts} +28 -28
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { dN as MasterVehicleModel, dP as MasterVehicleModelDTO, dR as MasterVehicleModelQueryDTO, dQ as MasterVehicleModelQuerySchema, dO as MasterVehicleModelSchema, dV as createMasterVehicleModel, dX as deleteMasterVehicleModel, dU as findMasterVehicleModels, dY as getMasterVehicleModelCache, d_ as getMasterVehicleModelCacheChild, dZ as getMasterVehicleModelCacheCount, dT as newMasterVehicleModelPayload, dS as toMasterVehicleModelPayload, dW as updateMasterVehicleModel } from '../../../user_organisation_service-
|
|
4
|
+
export { dN as MasterVehicleModel, dP as MasterVehicleModelDTO, dR as MasterVehicleModelQueryDTO, dQ as MasterVehicleModelQuerySchema, dO as MasterVehicleModelSchema, dV as createMasterVehicleModel, dX as deleteMasterVehicleModel, dU as findMasterVehicleModels, dY as getMasterVehicleModelCache, d_ as getMasterVehicleModelCacheChild, dZ as getMasterVehicleModelCacheCount, dT as newMasterVehicleModelPayload, dS as toMasterVehicleModelPayload, dW as updateMasterVehicleModel } from '../../../user_organisation_service-gB6DgPZW.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { er as MasterVehicleOwnershipType, et as MasterVehicleOwnershipTypeDTO, ev as MasterVehicleOwnershipTypeQueryDTO, eu as MasterVehicleOwnershipTypeQuerySchema, es as MasterVehicleOwnershipTypeSchema, ez as createMasterVehicleOwnershipType, eB as deleteMasterVehicleOwnershipType, ey as findMasterVehicleOwnershipTypes, eC as getMasterVehicleOwnershipTypeCache, eE as getMasterVehicleOwnershipTypeCacheChild, eD as getMasterVehicleOwnershipTypeCacheCount, ex as newMasterVehicleOwnershipTypePayload, ew as toMasterVehicleOwnershipTypePayload, eA as updateMasterVehicleOwnershipType } from '../../../user_organisation_service-
|
|
4
|
+
export { er as MasterVehicleOwnershipType, et as MasterVehicleOwnershipTypeDTO, ev as MasterVehicleOwnershipTypeQueryDTO, eu as MasterVehicleOwnershipTypeQuerySchema, es as MasterVehicleOwnershipTypeSchema, ez as createMasterVehicleOwnershipType, eB as deleteMasterVehicleOwnershipType, ey as findMasterVehicleOwnershipTypes, eC as getMasterVehicleOwnershipTypeCache, eE as getMasterVehicleOwnershipTypeCacheChild, eD as getMasterVehicleOwnershipTypeCacheCount, ex as newMasterVehicleOwnershipTypePayload, ew as toMasterVehicleOwnershipTypePayload, eA as updateMasterVehicleOwnershipType } from '../../../user_organisation_service-gB6DgPZW.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { ed as MasterVehicleStatusType, ef as MasterVehicleStatusTypeDTO, eh as MasterVehicleStatusTypeQueryDTO, eg as MasterVehicleStatusTypeQuerySchema, ee as MasterVehicleStatusTypeSchema, el as createMasterVehicleStatusType, en as deleteMasterVehicleStatusType, ek as findMasterVehicleStatusTypes, eo as getMasterVehicleStatusTypeCache, eq as getMasterVehicleStatusTypeCacheChild, ep as getMasterVehicleStatusTypeCacheCount, ej as newMasterVehicleStatusTypePayload, ei as toMasterVehicleStatusTypePayload, em as updateMasterVehicleStatusType } from '../../../user_organisation_service-
|
|
4
|
+
export { ed as MasterVehicleStatusType, ef as MasterVehicleStatusTypeDTO, eh as MasterVehicleStatusTypeQueryDTO, eg as MasterVehicleStatusTypeQuerySchema, ee as MasterVehicleStatusTypeSchema, el as createMasterVehicleStatusType, en as deleteMasterVehicleStatusType, ek as findMasterVehicleStatusTypes, eo as getMasterVehicleStatusTypeCache, eq as getMasterVehicleStatusTypeCacheChild, ep as getMasterVehicleStatusTypeCacheCount, ej as newMasterVehicleStatusTypePayload, ei as toMasterVehicleStatusTypePayload, em as updateMasterVehicleStatusType } from '../../../user_organisation_service-gB6DgPZW.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { dz as MasterVehicleSubModel, dB as MasterVehicleSubModelDTO, dD as MasterVehicleSubModelQueryDTO, dC as MasterVehicleSubModelQuerySchema, dA as MasterVehicleSubModelSchema, dH as createMasterVehicleSubModel, dJ as deleteMasterVehicleSubModel, dG as findMasterVehicleSubModels, dK as getMasterVehicleSubModelCache, dM as getMasterVehicleSubModelCacheChild, dL as getMasterVehicleSubModelCacheCount, dF as newMasterVehicleSubModelPayload, dE as toMasterVehicleSubModelPayload, dI as updateMasterVehicleSubModel } from '../../../user_organisation_service-
|
|
4
|
+
export { dz as MasterVehicleSubModel, dB as MasterVehicleSubModelDTO, dD as MasterVehicleSubModelQueryDTO, dC as MasterVehicleSubModelQuerySchema, dA as MasterVehicleSubModelSchema, dH as createMasterVehicleSubModel, dJ as deleteMasterVehicleSubModel, dG as findMasterVehicleSubModels, dK as getMasterVehicleSubModelCache, dM as getMasterVehicleSubModelCacheChild, dL as getMasterVehicleSubModelCacheCount, dF as newMasterVehicleSubModelPayload, dE as toMasterVehicleSubModelPayload, dI as updateMasterVehicleSubModel } from '../../../user_organisation_service-gB6DgPZW.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { eF as MasterVehicleType, eH as MasterVehicleTypeDTO, eJ as MasterVehicleTypeQueryDTO, eI as MasterVehicleTypeQuerySchema, eG as MasterVehicleTypeSchema, eN as createMasterVehicleType, eP as deleteMasterVehicleType, eM as findMasterVehicleTypes, eQ as getMasterVehicleTypeCache, eS as getMasterVehicleTypeCacheChild, eR as getMasterVehicleTypeCacheCount, eL as newMasterVehicleTypePayload, eK as toMasterVehicleTypePayload, eO as updateMasterVehicleType } from '../../../user_organisation_service-
|
|
4
|
+
export { eF as MasterVehicleType, eH as MasterVehicleTypeDTO, eJ as MasterVehicleTypeQueryDTO, eI as MasterVehicleTypeQuerySchema, eG as MasterVehicleTypeSchema, eN as createMasterVehicleType, eP as deleteMasterVehicleType, eM as findMasterVehicleTypes, eQ as getMasterVehicleTypeCache, eS as getMasterVehicleTypeCacheChild, eR as getMasterVehicleTypeCacheCount, eL as newMasterVehicleTypePayload, eK as toMasterVehicleTypePayload, eO as updateMasterVehicleType } from '../../../user_organisation_service-gB6DgPZW.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -31,6 +31,7 @@ declare const ContactUsDetailSchema: z.ZodObject<{
|
|
|
31
31
|
telegram_chat_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
32
32
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
|
+
status: Status;
|
|
34
35
|
mobile_number: string;
|
|
35
36
|
email: string;
|
|
36
37
|
facebook_link: string;
|
|
@@ -41,7 +42,6 @@ declare const ContactUsDetailSchema: z.ZodObject<{
|
|
|
41
42
|
pinterest_link: string;
|
|
42
43
|
whats_app_chat_url: string;
|
|
43
44
|
telegram_chat_url: string;
|
|
44
|
-
status: Status;
|
|
45
45
|
}, {
|
|
46
46
|
status: Status;
|
|
47
47
|
mobile_number?: string | undefined;
|
|
@@ -17,10 +17,10 @@ declare const FaqSchema: z.ZodObject<{
|
|
|
17
17
|
faq_content: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
18
18
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
status: Status;
|
|
21
20
|
faq_section: string;
|
|
22
21
|
faq_header: string;
|
|
23
22
|
faq_content: string;
|
|
23
|
+
status: Status;
|
|
24
24
|
}, {
|
|
25
25
|
status: Status;
|
|
26
26
|
faq_section?: string | undefined;
|
package/dist/{user_organisation_service-CJhn--xh.d.ts → user_organisation_service-gB6DgPZW.d.ts}
RENAMED
|
@@ -21,9 +21,9 @@ declare const MasterMainIndustrySchema: z.ZodObject<{
|
|
|
21
21
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
22
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
description: string;
|
|
24
25
|
status: Status;
|
|
25
26
|
industry_name: string;
|
|
26
|
-
description: string;
|
|
27
27
|
}, {
|
|
28
28
|
status: Status;
|
|
29
29
|
industry_name: string;
|
|
@@ -994,9 +994,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
|
|
|
994
994
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
995
995
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
996
996
|
}, "strip", z.ZodTypeAny, {
|
|
997
|
+
description: string;
|
|
997
998
|
status: Status;
|
|
998
999
|
organisation_id: string;
|
|
999
|
-
description: string;
|
|
1000
1000
|
sub_company_name: string;
|
|
1001
1001
|
sub_company_GSTIN: string;
|
|
1002
1002
|
}, {
|
|
@@ -1124,9 +1124,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
|
|
|
1124
1124
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1125
1125
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
+
description: string;
|
|
1127
1128
|
status: Status;
|
|
1128
1129
|
organisation_id: string;
|
|
1129
|
-
description: string;
|
|
1130
1130
|
branch_name: string;
|
|
1131
1131
|
branch_city: string;
|
|
1132
1132
|
branch_address: string;
|
|
@@ -1254,9 +1254,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
|
|
|
1254
1254
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1255
1255
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1256
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
|
+
description: string;
|
|
1257
1258
|
status: Status;
|
|
1258
1259
|
organisation_id: string;
|
|
1259
|
-
description: string;
|
|
1260
1260
|
color_name: string;
|
|
1261
1261
|
color_code: string;
|
|
1262
1262
|
}, {
|
|
@@ -1380,9 +1380,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
|
|
|
1380
1380
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1381
1381
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1382
1382
|
}, "strip", z.ZodTypeAny, {
|
|
1383
|
+
description: string;
|
|
1383
1384
|
status: Status;
|
|
1384
1385
|
organisation_id: string;
|
|
1385
|
-
description: string;
|
|
1386
1386
|
tag_name: string;
|
|
1387
1387
|
}, {
|
|
1388
1388
|
status: Status;
|
|
@@ -2002,8 +2002,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
|
|
|
2002
2002
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2003
2003
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2004
2004
|
}, "strip", z.ZodTypeAny, {
|
|
2005
|
-
status: Status;
|
|
2006
2005
|
description: string;
|
|
2006
|
+
status: Status;
|
|
2007
2007
|
device_type_name: string;
|
|
2008
2008
|
device_type_code: string;
|
|
2009
2009
|
device_manufacturer_id: string;
|
|
@@ -2137,8 +2137,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
|
|
|
2137
2137
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2138
2138
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2139
2139
|
}, "strip", z.ZodTypeAny, {
|
|
2140
|
-
status: Status;
|
|
2141
2140
|
description: string;
|
|
2141
|
+
status: Status;
|
|
2142
2142
|
device_manufacturer_id: string;
|
|
2143
2143
|
device_model_name: string;
|
|
2144
2144
|
device_model_code: string;
|
|
@@ -2266,8 +2266,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
|
|
|
2266
2266
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2267
2267
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2268
2268
|
}, "strip", z.ZodTypeAny, {
|
|
2269
|
-
status: Status;
|
|
2270
2269
|
description: string;
|
|
2270
|
+
status: Status;
|
|
2271
2271
|
device_manufacturer_name: string;
|
|
2272
2272
|
device_manufacturer_code: string;
|
|
2273
2273
|
}, {
|
|
@@ -2784,15 +2784,15 @@ 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
|
-
|
|
2787
|
+
description: string;
|
|
2788
2788
|
status: Status;
|
|
2789
2789
|
organisation_id: string;
|
|
2790
|
-
description: string;
|
|
2791
2790
|
vehicle_ids: string[];
|
|
2792
|
-
}, {
|
|
2793
2791
|
group_name: string;
|
|
2792
|
+
}, {
|
|
2794
2793
|
status: Status;
|
|
2795
2794
|
organisation_id: string;
|
|
2795
|
+
group_name: string;
|
|
2796
2796
|
description?: string | undefined;
|
|
2797
2797
|
vehicle_ids?: string[] | undefined;
|
|
2798
2798
|
}>;
|
|
@@ -2917,9 +2917,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
|
|
|
2917
2917
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2918
2918
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2919
2919
|
}, "strip", z.ZodTypeAny, {
|
|
2920
|
+
description: string;
|
|
2920
2921
|
status: Status;
|
|
2921
2922
|
organisation_id: string;
|
|
2922
|
-
description: string;
|
|
2923
2923
|
vehicle_sub_model: string;
|
|
2924
2924
|
vehicle_model_id: string;
|
|
2925
2925
|
vehicle_make_id: string;
|
|
@@ -3056,9 +3056,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
|
|
|
3056
3056
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3057
3057
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3058
3058
|
}, "strip", z.ZodTypeAny, {
|
|
3059
|
+
description: string;
|
|
3059
3060
|
status: Status;
|
|
3060
3061
|
organisation_id: string;
|
|
3061
|
-
description: string;
|
|
3062
3062
|
vehicle_make_id: string;
|
|
3063
3063
|
vehicle_model: string;
|
|
3064
3064
|
}, {
|
|
@@ -3187,9 +3187,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
|
|
|
3187
3187
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3188
3188
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3189
3189
|
}, "strip", z.ZodTypeAny, {
|
|
3190
|
+
description: string;
|
|
3190
3191
|
status: Status;
|
|
3191
3192
|
organisation_id: string;
|
|
3192
|
-
description: string;
|
|
3193
3193
|
vehicle_make: string;
|
|
3194
3194
|
}, {
|
|
3195
3195
|
status: Status;
|
|
@@ -3311,9 +3311,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
|
|
|
3311
3311
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3312
3312
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3313
3313
|
}, "strip", z.ZodTypeAny, {
|
|
3314
|
+
description: string;
|
|
3314
3315
|
status: Status;
|
|
3315
3316
|
organisation_id: string;
|
|
3316
|
-
description: string;
|
|
3317
3317
|
status_type: string;
|
|
3318
3318
|
}, {
|
|
3319
3319
|
status: Status;
|
|
@@ -3435,9 +3435,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
|
|
|
3435
3435
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3436
3436
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3437
3437
|
}, "strip", z.ZodTypeAny, {
|
|
3438
|
+
description: string;
|
|
3438
3439
|
status: Status;
|
|
3439
3440
|
organisation_id: string;
|
|
3440
|
-
description: string;
|
|
3441
3441
|
ownership_type: string;
|
|
3442
3442
|
}, {
|
|
3443
3443
|
status: Status;
|
|
@@ -3559,9 +3559,9 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
3559
3559
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3560
3560
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3561
3561
|
}, "strip", z.ZodTypeAny, {
|
|
3562
|
+
description: string;
|
|
3562
3563
|
status: Status;
|
|
3563
3564
|
organisation_id: string;
|
|
3564
|
-
description: string;
|
|
3565
3565
|
vehicle_type: string;
|
|
3566
3566
|
}, {
|
|
3567
3567
|
status: Status;
|
|
@@ -3683,9 +3683,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
|
|
|
3683
3683
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3684
3684
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3685
3685
|
}, "strip", z.ZodTypeAny, {
|
|
3686
|
+
description: string;
|
|
3686
3687
|
status: Status;
|
|
3687
3688
|
organisation_id: string;
|
|
3688
|
-
description: string;
|
|
3689
3689
|
fuel_type: string;
|
|
3690
3690
|
}, {
|
|
3691
3691
|
status: Status;
|
|
@@ -3807,9 +3807,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
|
|
|
3807
3807
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3808
3808
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3809
3809
|
}, "strip", z.ZodTypeAny, {
|
|
3810
|
+
description: string;
|
|
3810
3811
|
status: Status;
|
|
3811
3812
|
organisation_id: string;
|
|
3812
|
-
description: string;
|
|
3813
3813
|
associated_to: string;
|
|
3814
3814
|
}, {
|
|
3815
3815
|
status: Status;
|
|
@@ -3936,9 +3936,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
|
|
|
3936
3936
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3937
3937
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3938
3938
|
}, "strip", z.ZodTypeAny, {
|
|
3939
|
+
description: string;
|
|
3939
3940
|
status: Status;
|
|
3940
3941
|
organisation_id: string;
|
|
3941
|
-
description: string;
|
|
3942
3942
|
fuel_unit: string;
|
|
3943
3943
|
}, {
|
|
3944
3944
|
status: Status;
|
|
@@ -4059,9 +4059,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
|
|
|
4059
4059
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4060
4060
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4061
4061
|
}, "strip", z.ZodTypeAny, {
|
|
4062
|
+
description: string;
|
|
4062
4063
|
status: Status;
|
|
4063
4064
|
organisation_id: string;
|
|
4064
|
-
description: string;
|
|
4065
4065
|
document_type: string;
|
|
4066
4066
|
}, {
|
|
4067
4067
|
status: Status;
|
|
@@ -4177,9 +4177,9 @@ declare const MasterVendorTypeSchema: z.ZodObject<{
|
|
|
4177
4177
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4178
4178
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4179
4179
|
}, "strip", z.ZodTypeAny, {
|
|
4180
|
+
description: string;
|
|
4180
4181
|
status: Status;
|
|
4181
4182
|
organisation_id: string;
|
|
4182
|
-
description: string;
|
|
4183
4183
|
vendor_type: string;
|
|
4184
4184
|
}, {
|
|
4185
4185
|
status: Status;
|
|
@@ -4295,9 +4295,9 @@ declare const MasterVendorTagSchema: z.ZodObject<{
|
|
|
4295
4295
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4296
4296
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4297
4297
|
}, "strip", z.ZodTypeAny, {
|
|
4298
|
+
description: string;
|
|
4298
4299
|
status: Status;
|
|
4299
4300
|
organisation_id: string;
|
|
4300
|
-
description: string;
|
|
4301
4301
|
vendor_tag: string;
|
|
4302
4302
|
}, {
|
|
4303
4303
|
status: Status;
|
|
@@ -4569,9 +4569,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
|
|
|
4569
4569
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4570
4570
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4571
4571
|
}, "strip", z.ZodTypeAny, {
|
|
4572
|
+
description: string;
|
|
4572
4573
|
status: Status;
|
|
4573
4574
|
organisation_id: string;
|
|
4574
|
-
description: string;
|
|
4575
4575
|
user_role: string;
|
|
4576
4576
|
}, {
|
|
4577
4577
|
status: Status;
|
|
@@ -4692,9 +4692,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
|
|
|
4692
4692
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4693
4693
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4694
4694
|
}, "strip", z.ZodTypeAny, {
|
|
4695
|
+
description: string;
|
|
4695
4696
|
status: Status;
|
|
4696
4697
|
organisation_id: string;
|
|
4697
|
-
description: string;
|
|
4698
4698
|
user_status: string;
|
|
4699
4699
|
}, {
|
|
4700
4700
|
status: Status;
|
|
@@ -5253,9 +5253,9 @@ declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
|
|
|
5253
5253
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5254
5254
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5255
5255
|
}, "strip", z.ZodTypeAny, {
|
|
5256
|
+
description: string;
|
|
5256
5257
|
status: Status;
|
|
5257
5258
|
organisation_id: string;
|
|
5258
|
-
description: string;
|
|
5259
5259
|
document_type: string;
|
|
5260
5260
|
}, {
|
|
5261
5261
|
status: Status;
|
|
@@ -5676,9 +5676,9 @@ declare const MasterFuelCompanySchema: z.ZodObject<{
|
|
|
5676
5676
|
logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5677
5677
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5678
5678
|
}, "strip", z.ZodTypeAny, {
|
|
5679
|
+
description: string;
|
|
5679
5680
|
status: Status;
|
|
5680
5681
|
organisation_id: string;
|
|
5681
|
-
description: string;
|
|
5682
5682
|
country_id: string;
|
|
5683
5683
|
logo_key: string;
|
|
5684
5684
|
logo_url: string;
|
|
@@ -9934,4 +9934,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
|
|
|
9934
9934
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
9935
9935
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
9936
9936
|
|
|
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 FleetVendorServiceCenter 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 MasterDevice 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 MasterMainLandmark 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 FleetVendorFuelStation 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 MasterVehicleFuelType 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 MasterVehicleFuelUnit 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 };
|
|
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 };
|
package/package.json
CHANGED