vms-nest-prisma-api-document 670.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-DO1wqmLL.d.ts → bookmark_service-BvGQhcC3.d.ts} +290 -170
- 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/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 +28 -14
- 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
|
@@ -614,6 +614,10 @@ var VehicleDeviceLinkSchema = z3.object({
|
|
|
614
614
|
is_front_cam: enumOptional("Is Front Cam", YesNo, "No" /* No */),
|
|
615
615
|
camera_extra_count: numberOptional("Camera Extra Count"),
|
|
616
616
|
fuel_mapping: dynamicJsonSchema("Fuel Mapping"),
|
|
617
|
+
// Profile Image/Logo
|
|
618
|
+
calibration_file_url: stringMandatory("Calibration File URL", 0, 300),
|
|
619
|
+
calibration_file_key: stringMandatory("Calibration File Key", 0, 300),
|
|
620
|
+
calibration_file_name: stringMandatory("Calibration File Name", 0, 300),
|
|
617
621
|
// Metadata
|
|
618
622
|
MasterDeviceFileSchema: nestedArrayOfObjectsOptional(
|
|
619
623
|
"MasterDeviceFileSchema",
|
|
@@ -664,7 +668,11 @@ var VehicleDetailGPSSensorSchema = z3.object({
|
|
|
664
668
|
is_rear_cam: enumOptional("Is Rear Cam", YesNo, "No" /* No */),
|
|
665
669
|
is_front_cam: enumOptional("Is Front Cam", YesNo, "No" /* No */),
|
|
666
670
|
camera_extra_count: numberOptional("Camera Extra Count"),
|
|
667
|
-
fuel_mapping: dynamicJsonSchema("Fuel Mapping")
|
|
671
|
+
fuel_mapping: dynamicJsonSchema("Fuel Mapping"),
|
|
672
|
+
// Profile Image/Logo
|
|
673
|
+
calibration_file_url: stringMandatory("Calibration File URL", 0, 300),
|
|
674
|
+
calibration_file_key: stringMandatory("Calibration File Key", 0, 300),
|
|
675
|
+
calibration_file_name: stringMandatory("Calibration File Name", 0, 300)
|
|
668
676
|
});
|
|
669
677
|
var VehicleDetailTripSchema = z3.object({
|
|
670
678
|
// Main Field Details
|
|
@@ -980,20 +988,14 @@ var VehicleDocumentExpiryQuerySchema = BaseQuerySchema.extend({
|
|
|
980
988
|
)
|
|
981
989
|
});
|
|
982
990
|
var VehicleQuerySchema = BaseQuerySchema.extend({
|
|
991
|
+
// Self Table
|
|
992
|
+
vehicle_ids: multi_select_optional("MasterVehicle"),
|
|
993
|
+
// Multi-Selection -> MasterVehicle
|
|
994
|
+
// Relations - Parent
|
|
983
995
|
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
984
996
|
// Multi-Selection -> UserOrganisation
|
|
985
|
-
is_driver_assigned: enumArrayOptional(
|
|
986
|
-
"Is Device Installed",
|
|
987
|
-
YesNo,
|
|
988
|
-
getAllEnums(YesNo)
|
|
989
|
-
),
|
|
990
997
|
driver_ids: multi_select_optional("MasterDriver"),
|
|
991
998
|
// Multi-Selection -> MasterDriver
|
|
992
|
-
is_device_installed: enumArrayOptional(
|
|
993
|
-
"Is Device Installed",
|
|
994
|
-
YesNo,
|
|
995
|
-
getAllEnums(YesNo)
|
|
996
|
-
),
|
|
997
999
|
device_ids: multi_select_optional("MasterDevice"),
|
|
998
1000
|
// Multi-Selection -> MasterDevice
|
|
999
1001
|
organisation_sub_company_ids: multi_select_optional("OrganisationSubCompany"),
|
|
@@ -1024,8 +1026,17 @@ var VehicleQuerySchema = BaseQuerySchema.extend({
|
|
|
1024
1026
|
// Multi-Selection -> MasterVehicleFuelType
|
|
1025
1027
|
vehicle_fuel_unit_ids: multi_select_optional("MasterVehicleFuelUnit"),
|
|
1026
1028
|
// Multi-Selection -> MasterVehicleFuelUnit
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
+
// Enums
|
|
1030
|
+
is_device_installed: enumArrayOptional(
|
|
1031
|
+
"Is Device Installed",
|
|
1032
|
+
YesNo,
|
|
1033
|
+
getAllEnums(YesNo)
|
|
1034
|
+
),
|
|
1035
|
+
is_driver_assigned: enumArrayOptional(
|
|
1036
|
+
"Is Driver Assigned",
|
|
1037
|
+
YesNo,
|
|
1038
|
+
getAllEnums(YesNo)
|
|
1039
|
+
),
|
|
1029
1040
|
gps_vehicle_category: enumOptional(
|
|
1030
1041
|
"GPS Vehicle Category",
|
|
1031
1042
|
GPSVehicleCategory,
|
|
@@ -1151,7 +1162,10 @@ var toVehicleDetailsGPSPayload = (vehicleGPS) => ({
|
|
|
1151
1162
|
is_rear_cam: vehicleGPS?.is_rear_cam || "No" /* No */,
|
|
1152
1163
|
is_front_cam: vehicleGPS?.is_front_cam || "No" /* No */,
|
|
1153
1164
|
camera_extra_count: vehicleGPS?.camera_extra_count || 0,
|
|
1154
|
-
fuel_mapping: vehicleGPS?.fuel_mapping || {}
|
|
1165
|
+
fuel_mapping: vehicleGPS?.fuel_mapping || {},
|
|
1166
|
+
calibration_file_url: vehicleGPS?.calibration_file_url || "",
|
|
1167
|
+
calibration_file_key: vehicleGPS?.calibration_file_key || "",
|
|
1168
|
+
calibration_file_name: vehicleGPS?.calibration_file_name || ""
|
|
1155
1169
|
});
|
|
1156
1170
|
var toVehicleDetailsTripPayload = (trip) => ({
|
|
1157
1171
|
trip_name: trip?.trip_name || "",
|
|
@@ -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 MasterClass, oV as MasterClassDTO, oX as MasterClassQueryDTO, oW as MasterClassQuerySchema, oU as MasterClassSchema, o$ as createMasterClass, p1 as deleteMasterClass, o_ as findMasterClass, p2 as getMasterClassCache, p3 as getMasterClassCacheCount, oZ as newMasterClassPayload, oY as toMasterClassPayload, p0 as updateMasterClass } 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 MasterProgram, p5 as MasterProgramDTO, p7 as MasterProgramQueryDTO, p6 as MasterProgramQuerySchema, p4 as MasterProgramSchema, pb as createMasterProgram, pd as deleteMasterProgram, pa as findMasterProgram, pe as getMasterProgramCache, pf as getMasterProgramCacheCount, p9 as newMasterProgramPayload, p8 as toMasterProgramPayload, pc as updateMasterProgram } 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 MasterRelationship, q1 as MasterRelationshipDTO, q3 as MasterRelationshipQueryDTO, q2 as MasterRelationshipQuerySchema, q0 as MasterRelationshipSchema, q7 as createMasterRelationship, q9 as deleteMasterRelationship, q6 as findMasterRelationship, qa as getMasterRelationshipCache, qb as getMasterRelationshipCacheCount, q5 as newMasterRelationshipPayload, q4 as toMasterRelationshipPayload, q8 as updateMasterRelationship } 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 { V as MasterSection, ph as MasterSectionDTO, pj as MasterSectionQueryDTO, pi as MasterSectionQuerySchema, pg as MasterSectionSchema, pn as createMasterSection, pp as deleteMasterSection, pm as findMasterSection, pq as getMasterSectionCache, pr as getMasterSectionCacheCount, pl as newMasterSectionPayload, pk as toMasterSectionPayload, po as updateMasterSection } 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 MasterSemester, pt as MasterSemesterDTO, pv as MasterSemesterQueryDTO, pu as MasterSemesterQuerySchema, ps as MasterSemesterSchema, pz as createMasterSemester, pB as deleteMasterSemester, py as findMasterSemester, pC as getMasterSemesterCache, pD as getMasterSemesterCacheCount, px as newMasterSemesterPayload, pw as toMasterSemesterPayload, pA as updateMasterSemester } 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 MasterStream, pF as MasterStreamDTO, pH as MasterStreamQueryDTO, pG as MasterStreamQuerySchema, pE as MasterStreamSchema, pL as createMasterStream, pN as deleteMasterStream, pK as findMasterStream, pO as getMasterStreamCache, pP as getMasterStreamCacheCount, pJ as newMasterStreamPayload, pI as toMasterStreamPayload, pM as updateMasterStream } 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 MasterYear, pR as MasterYearDTO, pT as MasterYearQueryDTO, pS as MasterYearQuerySchema, pQ as MasterYearSchema, pX as createMasterYear, pZ as deleteMasterYear, pW as findMasterYear, p_ as getMasterYearCache, p$ as getMasterYearCacheCount, pV as newMasterYearPayload, pU as toMasterYearPayload, pY as updateMasterYear } from '../../../bookmark_service-BvGQhcC3.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { SBR, BR } from '../../../core/BaseResponse.js';
|
|
2
|
+
import { b as MasterVehicleType, c as MasterVehicleMake, d as MasterVehicleStatusType, e as MasterVehicleOwnershipType, f as MasterVehicleAssociatedTo, g as MasterVehicleFuelType, h as MasterVehicleFuelUnit, i as MasterVehicleFuelRemovalReason, j as MasterVehicleDocumentType, k as MasterUserRole, l as MasterUserStatus, m as MasterTyreMake, n as MasterTyreGrade, o as MasterTripPartyType, p as MasterSparePartCategory, q as MasterSparePartUnit, O as OrganisationSubCompany, r as OrganisationBranch, s as OrganisationColor, t as OrganisationTag, u as OrganisationGroup, v as MasterMainIndustry, w as MasterMainCountry, x as MasterMainDateFormat, y as MasterMainLanguage, z as MasterMainUnitDistance, A as MasterMainUnitMileage, B as MasterMainUnitVolume, C as MasterMainSimProvider, D as MasterFleetIncidentType, E as MasterFleetIncidentStatus, F as MasterFleetIncidentSeverity, G as MasterFleetInsuranceClaimStatus, H as MasterFleetServiceTask, I as MasterExpenseName, J as MasterExpenseType, K as MasterVendorType, L as MasterVendorTag, N as MasterVendorDocumentType, P as MasterFuelCompany, Q as MasterClass, R as MasterProgram, S as MasterSemester, T as MasterRelationship, V as MasterSection, W as MasterStream, X as MasterYear } from '../../../bookmark_service-BvGQhcC3.js';
|
|
3
|
+
import { MasterMainFasttagBank } from '../main/master_main_fasttag_bank_service.js';
|
|
4
|
+
import { MasterMainEwayBillProvider } from '../main/master_main_eway_bill_provider_service.js';
|
|
5
|
+
import '../../../core/Enums.js';
|
|
6
|
+
import 'zod';
|
|
7
|
+
import '../../../zod_utils/zod_base_schema.js';
|
|
8
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
9
|
+
|
|
10
|
+
interface VehicleAllCache extends Record<string, unknown> {
|
|
11
|
+
MasterVehicleType: MasterVehicleType[];
|
|
12
|
+
MasterVehicleMake: MasterVehicleMake[];
|
|
13
|
+
MasterVehicleStatusType: MasterVehicleStatusType[];
|
|
14
|
+
MasterVehicleOwnershipType: MasterVehicleOwnershipType[];
|
|
15
|
+
MasterVehicleAssociatedTo: MasterVehicleAssociatedTo[];
|
|
16
|
+
MasterVehicleFuelType: MasterVehicleFuelType[];
|
|
17
|
+
MasterVehicleFuelUnit: MasterVehicleFuelUnit[];
|
|
18
|
+
MasterVehicleFuelRemovalReason: MasterVehicleFuelRemovalReason[];
|
|
19
|
+
MasterVehicleDocumentType: MasterVehicleDocumentType[];
|
|
20
|
+
}
|
|
21
|
+
interface UserAllCache extends Record<string, unknown> {
|
|
22
|
+
MasterUserRole: MasterUserRole[];
|
|
23
|
+
MasterUserStatus: MasterUserStatus[];
|
|
24
|
+
}
|
|
25
|
+
interface TyreAllCache extends Record<string, unknown> {
|
|
26
|
+
MasterTyreMake: MasterTyreMake[];
|
|
27
|
+
MasterTyreGrade: MasterTyreGrade[];
|
|
28
|
+
}
|
|
29
|
+
interface TripAllCache extends Record<string, unknown> {
|
|
30
|
+
MasterTripPartyType: MasterTripPartyType[];
|
|
31
|
+
}
|
|
32
|
+
interface SparePartAllCache extends Record<string, unknown> {
|
|
33
|
+
MasterSparePartCategory: MasterSparePartCategory[];
|
|
34
|
+
MasterSparePartUnit: MasterSparePartUnit[];
|
|
35
|
+
}
|
|
36
|
+
interface OrganisationAllCache extends Record<string, unknown> {
|
|
37
|
+
OrganisationSubCompany: OrganisationSubCompany[];
|
|
38
|
+
OrganisationBranch: OrganisationBranch[];
|
|
39
|
+
OrganisationColor: OrganisationColor[];
|
|
40
|
+
OrganisationTag: OrganisationTag[];
|
|
41
|
+
OrganisationGroup: OrganisationGroup[];
|
|
42
|
+
}
|
|
43
|
+
interface MainAllCache extends Record<string, unknown> {
|
|
44
|
+
MasterMainIndustry: MasterMainIndustry[];
|
|
45
|
+
MasterMainCountry: MasterMainCountry[];
|
|
46
|
+
MasterMainDateFormat: MasterMainDateFormat[];
|
|
47
|
+
MasterMainLanguage: MasterMainLanguage[];
|
|
48
|
+
MasterMainUnitDistance: MasterMainUnitDistance[];
|
|
49
|
+
MasterMainUnitMileage: MasterMainUnitMileage[];
|
|
50
|
+
MasterMainUnitVolume: MasterMainUnitVolume[];
|
|
51
|
+
MasterMainFasttagBank: MasterMainFasttagBank[];
|
|
52
|
+
MasterMainEwayBillProvider: MasterMainEwayBillProvider[];
|
|
53
|
+
MasterMainSimProvider: MasterMainSimProvider[];
|
|
54
|
+
}
|
|
55
|
+
interface FleetAllCache extends Record<string, unknown> {
|
|
56
|
+
MasterFleetIncidentType: MasterFleetIncidentType[];
|
|
57
|
+
MasterFleetIncidentStatus: MasterFleetIncidentStatus[];
|
|
58
|
+
MasterFleetIncidentSeverity: MasterFleetIncidentSeverity[];
|
|
59
|
+
MasterFleetInsuranceClaimStatus: MasterFleetInsuranceClaimStatus[];
|
|
60
|
+
MasterFleetServiceTask: MasterFleetServiceTask[];
|
|
61
|
+
}
|
|
62
|
+
interface ExpenseAllCache extends Record<string, unknown> {
|
|
63
|
+
MasterExpenseName: MasterExpenseName[];
|
|
64
|
+
MasterExpenseType: MasterExpenseType[];
|
|
65
|
+
MasterVendorType: MasterVendorType[];
|
|
66
|
+
MasterVendorTag: MasterVendorTag[];
|
|
67
|
+
MasterVendorDocumentType: MasterVendorDocumentType[];
|
|
68
|
+
MasterFuelCompany: MasterFuelCompany[];
|
|
69
|
+
}
|
|
70
|
+
interface BusAllCache extends Record<string, unknown> {
|
|
71
|
+
MasterClass: MasterClass[];
|
|
72
|
+
MasterProgram: MasterProgram[];
|
|
73
|
+
MasterSemester: MasterSemester[];
|
|
74
|
+
MasterRelationShip: MasterRelationship[];
|
|
75
|
+
MasterSection: MasterSection[];
|
|
76
|
+
MasterStream: MasterStream[];
|
|
77
|
+
MasterYear: MasterYear[];
|
|
78
|
+
}
|
|
79
|
+
declare const reset_cache_master: () => Promise<SBR>;
|
|
80
|
+
declare const vehicle_cache: (id: string) => Promise<BR<VehicleAllCache>>;
|
|
81
|
+
declare const vehicle_cache_count: (id: string) => Promise<BR<VehicleAllCache>>;
|
|
82
|
+
declare const vehicle_cache_child: (id: string) => Promise<BR<VehicleAllCache>>;
|
|
83
|
+
declare const user_cache: (id: string) => Promise<BR<UserAllCache>>;
|
|
84
|
+
declare const user_cache_count: (id: string) => Promise<BR<UserAllCache>>;
|
|
85
|
+
declare const tyre_cache: (id: string) => Promise<BR<TyreAllCache>>;
|
|
86
|
+
declare const tyre_cache_count: (id: string) => Promise<BR<TyreAllCache>>;
|
|
87
|
+
declare const trip_cache: (id: string) => Promise<BR<TripAllCache>>;
|
|
88
|
+
declare const spare_part_cache: (id: string) => Promise<BR<SparePartAllCache>>;
|
|
89
|
+
declare const spare_part_cache_count: (id: string) => Promise<BR<SparePartAllCache>>;
|
|
90
|
+
declare const organisation_cache: (id: string) => Promise<BR<OrganisationAllCache>>;
|
|
91
|
+
declare const organisation_cache_count: (id: string) => Promise<BR<OrganisationAllCache>>;
|
|
92
|
+
declare const organisation_cache_child: (id: string) => Promise<BR<OrganisationAllCache>>;
|
|
93
|
+
declare const main_cache: (id: string) => Promise<BR<MainAllCache>>;
|
|
94
|
+
declare const fleet_cache: (id: string) => Promise<BR<FleetAllCache>>;
|
|
95
|
+
declare const expense_cache: (id: string) => Promise<BR<ExpenseAllCache>>;
|
|
96
|
+
declare const bus_cache: (id: string) => Promise<BR<BusAllCache>>;
|
|
97
|
+
declare const bus_cache_count: (id: string) => Promise<BR<BusAllCache>>;
|
|
98
|
+
|
|
99
|
+
export { type BusAllCache, type ExpenseAllCache, type FleetAllCache, type MainAllCache, type OrganisationAllCache, type SparePartAllCache, type TripAllCache, type TyreAllCache, type UserAllCache, type VehicleAllCache, bus_cache, bus_cache_count, expense_cache, fleet_cache, main_cache, organisation_cache, organisation_cache_child, organisation_cache_count, reset_cache_master, spare_part_cache, spare_part_cache_count, trip_cache, tyre_cache, tyre_cache_count, user_cache, user_cache_count, vehicle_cache, vehicle_cache_child, vehicle_cache_count };
|
|
@@ -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';
|