vms-nest-prisma-api-document 680.0.0 → 690.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/{bookmark_service-Bd5TtOm6.d.ts → bookmark_service-BvGQhcC3.d.ts} +272 -170
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.js +14 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_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_schedule_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_service.js +11 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +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 +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +15 -12
- 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/cache_reset/master_reset_cache_service.d.ts +99 -0
- package/dist/services/master/cache_reset/master_reset_cache_service.js +127 -0
- 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_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_sim_provider_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 +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/package.json +1 -1
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
// src/core/sdk-config.ts
|
|
2
|
+
var KEY = "__vms_axios_instance__";
|
|
3
|
+
var getAxiosInstance = () => {
|
|
4
|
+
const instance = globalThis[KEY];
|
|
5
|
+
if (!instance) {
|
|
6
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
7
|
+
}
|
|
8
|
+
return instance;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
// src/core/apiCall.ts
|
|
12
|
+
var apiGet = async (url, params) => {
|
|
13
|
+
const response = await getAxiosInstance().get(url, { params });
|
|
14
|
+
return response.data;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
// src/services/master/cache_reset/master_reset_cache_service.ts
|
|
18
|
+
var URL = "master";
|
|
19
|
+
var ENDPOINTS = {
|
|
20
|
+
reset_cache: `${URL}/reset_cache`,
|
|
21
|
+
// vehicle cache
|
|
22
|
+
vehicle_cache: (id) => `${URL}/vehicle/cache/${id}`,
|
|
23
|
+
vehicle_cache_count: (id) => `${URL}/vehicle/cache_count/${id}`,
|
|
24
|
+
vehicle_cache_child: (id) => `${URL}/vehicle/cache_child/${id}`,
|
|
25
|
+
// user cache
|
|
26
|
+
user_cache: (id) => `${URL}/user/cache/${id}`,
|
|
27
|
+
user_cache_count: (id) => `${URL}/user/cache_count/${id}`,
|
|
28
|
+
// tyre cache
|
|
29
|
+
tyre_cache: (id) => `${URL}/tyre/cache/${id}`,
|
|
30
|
+
tyre_cache_count: (id) => `${URL}/tyre/cache_count/${id}`,
|
|
31
|
+
// trip cache
|
|
32
|
+
trip_cache: (id) => `${URL}/trip/cache/${id}`,
|
|
33
|
+
// spare_part cache
|
|
34
|
+
spare_part_cache: (id) => `${URL}/spare_parts/cache/${id}`,
|
|
35
|
+
spare_part_cache_count: (id) => `${URL}/spare_parts/cache_count/${id}`,
|
|
36
|
+
// organisation cache
|
|
37
|
+
organisation_cache: (id) => `${URL}/organisation/cache/${id}`,
|
|
38
|
+
organisation_cache_count: (id) => `${URL}/organisation/cache_count/${id}`,
|
|
39
|
+
organisation_cache_child: (id) => `${URL}/organisation/cache_child/${id}`,
|
|
40
|
+
// main cache
|
|
41
|
+
main_cache: (id) => `${URL}/main/cache/${id}`,
|
|
42
|
+
// fleet cache
|
|
43
|
+
fleet_cache: (id) => `${URL}/fleet/cache/${id}`,
|
|
44
|
+
// expense cache
|
|
45
|
+
expense_cache: (id) => `${URL}/expense/cache/${id}`,
|
|
46
|
+
// bus cache
|
|
47
|
+
bus_cache: (id) => `${URL}/bus/cache/${id}`,
|
|
48
|
+
bus_cache_count: (id) => `${URL}/bus/cache_count/${id}`
|
|
49
|
+
};
|
|
50
|
+
var reset_cache_master = async () => {
|
|
51
|
+
return apiGet(ENDPOINTS.reset_cache);
|
|
52
|
+
};
|
|
53
|
+
var vehicle_cache = async (id) => {
|
|
54
|
+
return apiGet(ENDPOINTS.vehicle_cache(id));
|
|
55
|
+
};
|
|
56
|
+
var vehicle_cache_count = async (id) => {
|
|
57
|
+
return apiGet(ENDPOINTS.vehicle_cache_count(id));
|
|
58
|
+
};
|
|
59
|
+
var vehicle_cache_child = async (id) => {
|
|
60
|
+
return apiGet(ENDPOINTS.vehicle_cache_child(id));
|
|
61
|
+
};
|
|
62
|
+
var user_cache = async (id) => {
|
|
63
|
+
return apiGet(ENDPOINTS.user_cache(id));
|
|
64
|
+
};
|
|
65
|
+
var user_cache_count = async (id) => {
|
|
66
|
+
return apiGet(ENDPOINTS.user_cache_count(id));
|
|
67
|
+
};
|
|
68
|
+
var tyre_cache = async (id) => {
|
|
69
|
+
return apiGet(ENDPOINTS.tyre_cache(id));
|
|
70
|
+
};
|
|
71
|
+
var tyre_cache_count = async (id) => {
|
|
72
|
+
return apiGet(ENDPOINTS.tyre_cache_count(id));
|
|
73
|
+
};
|
|
74
|
+
var trip_cache = async (id) => {
|
|
75
|
+
return apiGet(ENDPOINTS.trip_cache(id));
|
|
76
|
+
};
|
|
77
|
+
var spare_part_cache = async (id) => {
|
|
78
|
+
return apiGet(ENDPOINTS.spare_part_cache(id));
|
|
79
|
+
};
|
|
80
|
+
var spare_part_cache_count = async (id) => {
|
|
81
|
+
return apiGet(ENDPOINTS.spare_part_cache_count(id));
|
|
82
|
+
};
|
|
83
|
+
var organisation_cache = async (id) => {
|
|
84
|
+
return apiGet(ENDPOINTS.organisation_cache(id));
|
|
85
|
+
};
|
|
86
|
+
var organisation_cache_count = async (id) => {
|
|
87
|
+
return apiGet(ENDPOINTS.organisation_cache_count(id));
|
|
88
|
+
};
|
|
89
|
+
var organisation_cache_child = async (id) => {
|
|
90
|
+
return apiGet(ENDPOINTS.organisation_cache_child(id));
|
|
91
|
+
};
|
|
92
|
+
var main_cache = async (id) => {
|
|
93
|
+
return apiGet(ENDPOINTS.main_cache(id));
|
|
94
|
+
};
|
|
95
|
+
var fleet_cache = async (id) => {
|
|
96
|
+
return apiGet(ENDPOINTS.fleet_cache(id));
|
|
97
|
+
};
|
|
98
|
+
var expense_cache = async (id) => {
|
|
99
|
+
return apiGet(ENDPOINTS.expense_cache(id));
|
|
100
|
+
};
|
|
101
|
+
var bus_cache = async (id) => {
|
|
102
|
+
return apiGet(ENDPOINTS.bus_cache(id));
|
|
103
|
+
};
|
|
104
|
+
var bus_cache_count = async (id) => {
|
|
105
|
+
return apiGet(ENDPOINTS.bus_cache_count(id));
|
|
106
|
+
};
|
|
107
|
+
export {
|
|
108
|
+
bus_cache,
|
|
109
|
+
bus_cache_count,
|
|
110
|
+
expense_cache,
|
|
111
|
+
fleet_cache,
|
|
112
|
+
main_cache,
|
|
113
|
+
organisation_cache,
|
|
114
|
+
organisation_cache_child,
|
|
115
|
+
organisation_cache_count,
|
|
116
|
+
reset_cache_master,
|
|
117
|
+
spare_part_cache,
|
|
118
|
+
spare_part_cache_count,
|
|
119
|
+
trip_cache,
|
|
120
|
+
tyre_cache,
|
|
121
|
+
tyre_cache_count,
|
|
122
|
+
user_cache,
|
|
123
|
+
user_cache_count,
|
|
124
|
+
vehicle_cache,
|
|
125
|
+
vehicle_cache_child,
|
|
126
|
+
vehicle_cache_count
|
|
127
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { vr as MasterDeviceManufacturer, vt as MasterDeviceManufacturerDTO, vv as MasterDeviceManufacturerQueryDTO, vu as MasterDeviceManufacturerQuerySchema, vs as MasterDeviceManufacturerSchema, vz as createMasterDeviceManufacturer, vB as deleteMasterDeviceManufacturer, vy as findMasterDeviceManufacturers, vC as getMasterDeviceManufacturerCache, vE as getMasterDeviceManufacturerCacheChild, vD as getMasterDeviceManufacturerCacheCount, vx as newMasterDeviceManufacturerPayload, vw as toMasterDeviceManufacturerPayload, vA as updateMasterDeviceManufacturer } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { vh as FindCacheDTO, vg as FindCacheSchema, vb as MasterDeviceModel, vd as MasterDeviceModelDTO, vf as MasterDeviceModelQueryDTO, ve as MasterDeviceModelQuerySchema, vc as MasterDeviceModelSchema, vl as createMasterDeviceModel, vn as deleteMasterDeviceModel, vk as findMasterDeviceModels, vo as getMasterDeviceModelCache, vq as getMasterDeviceModelCacheChild, vp as getMasterDeviceModelCacheCount, vj as newMasterDeviceModelPayload, vi as toMasterDeviceModelPayload, vm as updateMasterDeviceModel } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { v1 as FindCacheDTO, v0 as FindCacheSchema, uX as MasterDeviceType, uZ as MasterDeviceTypeDTO, u$ as MasterDeviceTypeQueryDTO, u_ as MasterDeviceTypeQuerySchema, uY as MasterDeviceTypeSchema, v5 as createMasterDeviceType, v7 as deleteMasterDeviceType, v4 as findMasterDeviceTypes, v8 as getMasterDeviceTypeCache, va as getMasterDeviceTypeCacheChild, v9 as getMasterDeviceTypeCacheCount, v3 as newMasterDeviceTypePayload, v2 as toMasterDeviceTypePayload, v6 as updateMasterDeviceType } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { I as MasterExpenseName, fz as MasterExpenseNameDTO, fB as MasterExpenseNameQueryDTO, fA as MasterExpenseNameQuerySchema, fy as MasterExpenseNameSchema, fF as createMasterExpenseName, fH as deleteMasterExpenseName, fE as findMasterExpenseNames, fI as getMasterExpenseNameCache, fD as newMasterExpenseNamePayload, fC as toMasterExpenseNamePayload, fG as updateMasterExpenseName } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { J as MasterExpenseType, xB as MasterExpenseTypeDTO, xD as MasterExpenseTypeQueryDTO, xC as MasterExpenseTypeQuerySchema, xA as MasterExpenseTypeSchema, xH as createMasterExpenseType, xJ as deleteMasterExpenseType, xG as findMasterExpenseTypes, xK as getMasterExpenseTypeCache, xF as newMasterExpenseTypePayload, xE as toMasterExpenseTypePayload, xI as updateMasterExpenseType } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { ih as FuelCompanyLogoDTO, ig as FuelCompanyLogoSchema, P as MasterFuelCompany, ic as MasterFuelCompanyDTO, ie as MasterFuelCompanyQueryDTO, id as MasterFuelCompanyQuerySchema, ib as MasterFuelCompanySchema, ip as createMasterFuelCompany, ir as deleteMasterFuelCompany, im as delete_master_fuel_company_logo, io as findMasterFuelCompanys, is as getMasterFuelCompanyCache, ik as get_master_fuel_company_presigned_url, ij as newMasterFuelCompanyPayload, ii as toMasterFuelCompanyPayload, iq as updateMasterFuelCompany, il as update_master_fuel_company_logo } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { N as MasterVendorDocumentType, ex as MasterVendorDocumentTypeDTO, ez as MasterVendorDocumentTypeQueryDTO, ey as MasterVendorDocumentTypeQuerySchema, ew as MasterVendorDocumentTypeSchema, eD as createMasterVendorDocumentType, eF as deleteMasterVendorDocumentType, eC as findMasterVendorDocumentTypes, eG as getMasterVendorDocumentTypeCache, eB as newMasterVendorDocumentTypePayload, eA as toMasterVendorDocumentTypePayload, eE as updateMasterVendorDocumentType } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { L as MasterVendorTag, em as MasterVendorTagDTO, eo as MasterVendorTagQueryDTO, en as MasterVendorTagQuerySchema, el as MasterVendorTagSchema, es as createMasterVendorTag, eu as deleteMasterVendorTag, er as findMasterVendorTags, ev as getMasterVendorTagCache, eq as newMasterVendorTagPayload, ep as toMasterVendorTagPayload, et as updateMasterVendorTag } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { K as MasterVendorType, eb as MasterVendorTypeDTO, ed as MasterVendorTypeQueryDTO, ec as MasterVendorTypeQuerySchema, ea as MasterVendorTypeSchema, eh as createMasterVendorType, ej as deleteMasterVendorType, eg as findMasterVendorTypes, ek as getMasterVendorTypeCache, ef as newMasterVendorTypePayload, ee as toMasterVendorTypePayload, ei as updateMasterVendorType } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { F as MasterFleetIncidentSeverity, f2 as MasterFleetIncidentSeverityDTO, f4 as MasterFleetIncidentSeverityQueryDTO, f3 as MasterFleetIncidentSeverityQuerySchema, f1 as MasterFleetIncidentSeveritySchema, f8 as createMasterFleetIncidentSeverity, fa as deleteMasterFleetIncidentSeverity, f7 as findMasterFleetIncidentSeverities, fb as getMasterFleetIncidentSeverityCache, f6 as newMasterFleetIncidentSeverityPayload, f5 as toMasterFleetIncidentSeverityPayload, f9 as updateMasterFleetIncidentSeverity } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { E as MasterFleetIncidentStatus, fd as MasterFleetIncidentStatusDTO, ff as MasterFleetIncidentStatusQueryDTO, fe as MasterFleetIncidentStatusQuerySchema, fc as MasterFleetIncidentStatusSchema, fj as createMasterFleetIncidentStatus, fl as deleteMasterFleetIncidentStatus, fi as findMasterFleetIncidentStatuses, fm as getMasterFleetIncidentStatusCache, fh as newMasterFleetIncidentStatusPayload, fg as toMasterFleetIncidentStatusPayload, fk as updateMasterFleetIncidentStatus } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { D as MasterFleetIncidentType, fo as MasterFleetIncidentTypeDTO, fq as MasterFleetIncidentTypeQueryDTO, fp as MasterFleetIncidentTypeQuerySchema, fn as MasterFleetIncidentTypeSchema, fu as createMasterFleetIncidentType, fw as deleteMasterFleetIncidentType, ft as findMasterFleetIncidentTypes, fx as getMasterFleetIncidentTypeCache, fs as newMasterFleetIncidentTypePayload, fr as toMasterFleetIncidentTypePayload, fv as updateMasterFleetIncidentType } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { G as MasterFleetInsuranceClaimStatus, eT as MasterFleetInsuranceClaimStatusDTO, eV as MasterFleetInsuranceClaimStatusQueryDTO, eU as MasterFleetInsuranceClaimStatusQuerySchema, eS as MasterFleetInsuranceClaimStatusSchema, eZ as createMasterFleetInsuranceClaimStatus, e$ as deleteMasterFleetInsuranceClaimStatus, eY as findMasterFleetInsuranceClaimStatuses, f0 as getMasterFleetInsuranceClaimStatusCache, eX as newMasterFleetInsuranceClaimStatusPayload, eW as toMasterFleetInsuranceClaimStatusPayload, e_ as updateMasterFleetInsuranceClaimStatus } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { H as MasterFleetServiceTask, eI as MasterFleetServiceTaskDTO, eK as MasterFleetServiceTaskQueryDTO, eJ as MasterFleetServiceTaskQuerySchema, eH as MasterFleetServiceTaskSchema, eO as createMasterFleetServiceTask, eQ as deleteMasterFleetServiceTask, eN as findMasterFleetServiceTasks, eR as getMasterFleetServiceTaskCache, eM as newMasterFleetServiceTaskPayload, eL as toMasterFleetServiceTaskPayload, eP as updateMasterFleetServiceTask } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { w as MasterMainCountry, wJ as MasterMainCountryDTO, wL as MasterMainCountryQueryDTO, wK as MasterMainCountryQuerySchema, wI as MasterMainCountrySchema, wP as createMasterMainCountry, wR as deleteMasterMainCountry, wO as findMasterMainCountries, wS as getMasterMainCountryCache, wT as getMasterMainCountryCacheChild, wN as newMasterMainCountryPayload, wM as toMasterMainCountryPayload, wQ as updateMasterMainCountry } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { a9 as MasterMainCurrency, ab as MasterMainCurrencyDTO, ad as MasterMainCurrencyQueryDTO, ac as MasterMainCurrencyQuerySchema, aa as MasterMainCurrencySchema, ah as createMasterMainCurrency, aj as deleteMasterMainCurrency, ag as findMasterMainCurrencies, ak as getMasterMainCurrencyCache, af as newMasterMainCurrencyPayload, ae as toMasterMainCurrencyPayload, ai as updateMasterMainCurrency } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { x as MasterMainDateFormat, bO as MasterMainDateFormatDTO, bQ as MasterMainDateFormatQueryDTO, bP as MasterMainDateFormatQuerySchema, bN as MasterMainDateFormatSchema, bU as createMasterMainDateFormat, bW as deleteMasterMainDateFormat, bT as findMasterMainDateFormats, bX as getMasterMainDateFormatCache, bS as newMasterMainDateFormatPayload, bR as toMasterMainDateFormatPayload, bV as updateMasterMainDateFormat } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -18,12 +18,12 @@ declare const MasterMainEwayBillProviderSchema: z.ZodObject<{
|
|
|
18
18
|
provider_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
19
19
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
status: Status;
|
|
21
22
|
provider_name: string;
|
|
22
23
|
provider_code: string;
|
|
23
|
-
status: Status;
|
|
24
24
|
}, {
|
|
25
|
-
provider_name: string;
|
|
26
25
|
status: Status;
|
|
26
|
+
provider_name: string;
|
|
27
27
|
provider_code?: string | undefined;
|
|
28
28
|
}>;
|
|
29
29
|
type MasterMainEwayBillProviderDTO = z.infer<typeof MasterMainEwayBillProviderSchema>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { v as MasterMainIndustry, $ as MasterMainIndustryDTO, a1 as MasterMainIndustryQueryDTO, a0 as MasterMainIndustryQuerySchema, _ as MasterMainIndustrySchema, a5 as createMasterMainIndustry, a7 as deleteMasterMainIndustry, a4 as findMasterMainIndustry, a8 as getMasterMainIndustryCache, a3 as newMasterMainIndustryPayload, a2 as toMasterMainIndustryPayload, a6 as updateMasterMainIndustry } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { dB as MasterMainLandMark, dD as MasterMainLandmarkDTO, dF as MasterMainLandmarkQueryDTO, dE as MasterMainLandmarkQuerySchema, dC as MasterMainLandmarkSchema, dJ as createMasterMainCountry, dL as deleteMasterMainCountry, dI as findMasterMainCountries, dH as newMasterMainLandmarkPayload, dG as toMasterMainLandmarkPayload, dK as updateMasterMainCountry } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { y as MasterMainLanguage, bD as MasterMainLanguageDTO, bF as MasterMainLanguageQueryDTO, bE as MasterMainLanguageQuerySchema, bC as MasterMainLanguageSchema, bJ as createMasterMainLanguage, bL as deleteMasterMainLanguage, bI as findMasterMainLanguages, bM as getMasterMainLanguageCache, bH as newMasterMainLanguagePayload, bG as toMasterMainLanguagePayload, bK as updateMasterMainLanguage } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { C as MasterMainSimProvider, vG as MasterMainSimProviderDTO, vI as MasterMainSimProviderQueryDTO, vH as MasterMainSimProviderQuerySchema, vF as MasterMainSimProviderSchema, vM as createMasterMainSimProvider, vO as deleteMasterMainSimProvider, vL as findMasterMainSimProviders, vP as getMasterMainSimProviderCache, vK as newMasterMainSimProviderPayload, vJ as toMasterMainSimProviderPayload, vN as updateMasterMainSimProvider } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { ww as MasterMainState, wy as MasterMainStateDTO, wA as MasterMainStateQueryDTO, wz as MasterMainStateQuerySchema, wx as MasterMainStateSchema, wE as createMasterMainState, wG as deleteMasterMainState, wD as findMasterMainStates, wH as getMasterMainStateCache, wC as newMasterMainStatePayload, wB as toMasterMainStatePayload, wF as updateMasterMainState } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { wj as MasterMainTimeZone, wl as MasterMainTimeZoneDTO, wn as MasterMainTimeZoneQueryDTO, wm as MasterMainTimeZoneQuerySchema, wk as MasterMainTimeZoneSchema, wr as createMasterMainTimeZone, wt as deleteMasterMainTimeZone, wq as findMasterMainTimeZones, wv as getMasterMainTimeZoneCache, wu as getMasterMainTimeZoneCacheAll, wp as newMasterMainTimeZonePayload, wo as toMasterMainTimeZonePayload, ws as updateMasterMainTimeZone } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { z as MasterMainUnitDistance, zb as MasterMainUnitDistanceDTO, zd as MasterMainUnitDistanceQueryDTO, zc as MasterMainUnitDistanceQuerySchema, za as MasterMainUnitDistanceSchema, zh as createMasterMainUnitDistance, zj as deleteMasterMainUnitDistance, zg as findMasterMainUnitDistances, zk as getMasterMainUnitDistanceCache, zf as newMasterMainUnitDistancePayload, ze as toMasterMainUnitDistancePayload, zi as updateMasterMainUnitDistance } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { A as MasterMainUnitMileage, wV as MasterMainUnitMileageDTO, wX as MasterMainUnitMileageQueryDTO, wW as MasterMainUnitMileageQuerySchema, wU as MasterMainUnitMileageSchema, w$ as createMasterMainUnitMileage, x1 as deleteMasterMainUnitMileage, w_ as findMasterMainUnitMileages, x2 as getMasterMainUnitMileageCache, wZ as newMasterMainUnitMileagePayload, wY as toMasterMainUnitMileagePayload, x0 as updateMasterMainUnitMileage } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { B as MasterMainUnitVolume, x4 as MasterMainUnitVolumeDTO, x6 as MasterMainUnitVolumeQueryDTO, x5 as MasterMainUnitVolumeQuerySchema, x3 as MasterMainUnitVolumeSchema, xa as createMasterMainUnitVolume, xc as deleteMasterMainUnitVolume, x9 as findMasterMainUnitVolumes, xd as getMasterMainUnitVolumeCache, x8 as newMasterMainUnitVolumePayload, x7 as toMasterMainUnitVolumePayload, xb as updateMasterMainUnitVolume } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { r as OrganisationBranch, aE as OrganisationBranchDTO, aG as OrganisationBranchQueryDTO, aF as OrganisationBranchQuerySchema, aD as OrganisationBranchSchema, aK as createOrganisationBranch, aM as deleteOrganisationBranch, aJ as findOrganisationBranchs, aN as getOrganisationBranchCache, aP as getOrganisationBranchCacheChild, aO as getOrganisationBranchCacheCount, aI as newOrganisationBranchPayload, aH as toOrganisationBranchPayload, aL as updateOrganisationBranch } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { s as OrganisationColor, aR as OrganisationColorDTO, aT as OrganisationColorQueryDTO, aS as OrganisationColorQuerySchema, aQ as OrganisationColorSchema, aX as createOrganisationColor, aZ as deleteOrganisationColor, aW as findOrganisationColors, a_ as getOrganisationColorCache, b0 as getOrganisationColorCacheChild, a$ as getOrganisationColorCacheCount, aV as newOrganisationColorPayload, aU as toOrganisationColorPayload, aY as updateOrganisationColor } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { u as OrganisationGroup, mx as OrganisationGroupDTO, mz as OrganisationGroupQueryDTO, my as OrganisationGroupQuerySchema, mw as OrganisationGroupSchema, mv as VehicleOrganisationGroupLink, mD as createOrganisationGroup, mF as deleteOrganisationGroup, mC as findOrganisationGroups, mG as getOrganisationGroupCache, mI as getOrganisationGroupCacheChild, mH as getOrganisationGroupCacheCount, mB as newOrganisationGroupPayload, mA as toOrganisationGroupPayload, mE as updateOrganisationGroup } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { O as OrganisationSubCompany,
|
|
4
|
+
export { O as OrganisationSubCompany, am as OrganisationSubCompanyDTO, ao as OrganisationSubCompanyQueryDTO, an as OrganisationSubCompanyQuerySchema, al as OrganisationSubCompanySchema, aq as SubCompanyLogoDTO, ap as SubCompanyLogoSchema, ax as createOrganisationSubCompany, az as deleteOrganisationSubCompany, av as delete_organisation_sub_company_logo, aw as findOrganisationSubCompanyies, aA as getOrganisationSubCompanyCache, aC as getOrganisationSubCompanyCacheChild, aB as getOrganisationSubCompanyCacheCount, at as get_organisation_sub_company_logo_presigned_url, as as newOrganisationSubCompanyPayload, ar as toOrganisationSubCompanyPayload, ay as updateOrganisationSubCompany, au as update_organisation_sub_company_logo } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { t as OrganisationTag, b2 as OrganisationTagDTO, b4 as OrganisationTagQueryDTO, b3 as OrganisationTagQuerySchema, b1 as OrganisationTagSchema, b8 as createOrganisationTag, ba as deleteOrganisationTag, b7 as findOrganisationTags, bb as getOrganisationTagCache, bd as getOrganisationTagCacheChild, bc as getOrganisationTagCacheCount, b6 as newOrganisationTagPayload, b5 as toOrganisationTagPayload, b9 as updateOrganisationTag } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { p as MasterSparePartCategory, x$ as MasterSparePartCategoryDTO, x_ as MasterSparePartCategorySchema, y1 as SparePartCategoryQueryDTO, y0 as SparePartCategoryQuerySchema, y5 as createMasterSparePartCategory, y7 as deleteMasterSparePartCategory, y4 as findMasterSparePartCategories, y8 as getMasterSparePartCategoryCache, y9 as getMasterSparePartCategoryCacheChild, ya as getMasterSparePartCategoryCacheCount, y3 as newMasterSparePartCategoryPayload, y2 as toMasterSparePartCategoryPayload, y6 as updateMasterSparePartCategory } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { xR as FindCacheDTO, xQ as FindCacheSchema, xL as MasterSparePartSubCategory, xN as MasterSparePartSubCategoryDTO, xM as MasterSparePartSubCategorySchema, xP as SparePartSubCategoryQueryDTO, xO as SparePartSubCategoryQuerySchema, xV as createMasterSparePartSubCategory, xX as deleteMasterSparePartSubCategory, xU as findMasterSparePartSubCategories, xY as getMasterSparePartSubCategoryCache, xZ as getMasterSparePartSubCategoryCacheCount, xT as newMasterSparePartSubCategoryPayload, xS as toMasterSparePartSubCategoryPayload, xW as updateMasterSparePartSubCategory } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { q as MasterSparePartUnit, yc as MasterSparePartUnitDTO, yb as MasterSparePartUnitSchema, ye as SparePartUnitQueryDTO, yd as SparePartUnitQuerySchema, yi as createMasterSparePartUnit, yk as deleteMasterSparePartUnit, yh as findMasterSparePartUnits, yl as getMasterSparePartUnitCache, ym as getMasterSparePartUnitCacheCount, yg as newMasterSparePartUnitPayload, yf as toMasterSparePartUnitPayload, yj as updateMasterSparePartUnit } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { o as MasterTripPartyType, yo as MasterTripPartyTypeDTO, yq as MasterTripPartyTypeQueryDTO, yp as MasterTripPartyTypeQuerySchema, yn as MasterTripPartyTypeSchema, yu as createMasterTripPartyType, yw as deleteMasterTripPartyType, yt as findMasterTripPartyTypes, yx as getMasterTripPartyTypeCache, ys as newMasterTripPartyTypePayload, yr as toMasterTripPartyTypePayload, yv as updateMasterTripPartyType } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { n as MasterTyreGrade, yz as MasterTyreGradeDTO, yB as MasterTyreGradeQueryDTO, yA as MasterTyreGradeQuerySchema, yy as MasterTyreGradeSchema, yF as createMasterTyreGrade, yH as deleteMasterTyreGrade, yE as findMasterTyreGrades, yI as getMasterTyreGradeCache, yJ as getMasterTyreGradeCacheCount, yD as newMasterTyreGradePayload, yC as toMasterTyreGradePayload, yG as updateMasterTyreGrade } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { m as MasterTyreMake, y_ as MasterTyreMakeDTO, z0 as MasterTyreMakeQueryDTO, y$ as MasterTyreMakeQuerySchema, yZ as MasterTyreMakeSchema, z4 as createMasterTyreMake, z6 as deleteMasterTyreMake, z3 as findMasterTyreMakes, z7 as getMasterTyreMakeCache, z9 as getMasterTyreMakeCacheChild, z8 as getMasterTyreMakeCacheCount, z2 as newMasterTyreMakePayload, z1 as toMasterTyreMakePayload, z5 as updateMasterTyreMake } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { yQ as FindCacheDTO, yP as FindCacheSchema, yK as MasterTyreModel, yM as MasterTyreModelDTO, yO as MasterTyreModelQueryDTO, yN as MasterTyreModelQuerySchema, yL as MasterTyreModelSchema, yU as createMasterTyreModel, yW as deleteMasterTyreModel, yT as findMasterTyreModels, yX as getMasterTyreModelCache, yY as getMasterTyreModelCacheCount, yS as newMasterTyreModelPayload, yR as toMasterTyreModelPayload, yV as updateMasterTyreModel } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { k as MasterUserRole, bf as MasterUserRoleDTO, bh as MasterUserRoleQueryDTO, bg as MasterUserRoleQuerySchema, be as MasterUserRoleSchema, bl as createMasterUserRole, bn as deleteMasterUserRole, bk as findMasterUserRoles, bo as getMasterUserRoleCache, bp as getMasterUserRoleCacheCount, bj as newMasterUserRolePayload, bi as toMasterUserRolePayload, bm as updateMasterUserRole } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|