vms-nest-prisma-api-document 1004.0.0 → 1007.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-DqbaOatm.d.ts → bookmark_service-CL4_vRjh.d.ts} +879 -927
- package/dist/core/Enums.d.ts +33 -1
- package/dist/core/Enums.js +42 -0
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/invoice_service.d.ts +20 -20
- 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/core/cronjobs.service.d.ts +12 -12
- package/dist/services/core/external_api.service.d.ts +10 -10
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calendar.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/day_run.d.ts +6 -0
- package/dist/services/fleet/bus_mangement/day_run.js +0 -0
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.js +15 -14
- package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_schedule.js +71 -159
- 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/bus_mangement/student.js +21 -46
- 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_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_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/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 +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_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/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/exclusive_feature_access.d.ts +1 -1
- package/dist/services/website/faq_service.d.ts +1 -1
- package/dist/services/website/request_demo.service.d.ts +4 -4
- 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 { B as MasterMainUnitDistance,
|
|
4
|
+
export { B as MasterMainUnitDistance, zf as MasterMainUnitDistanceDTO, zh as MasterMainUnitDistanceQueryDTO, zg as MasterMainUnitDistanceQuerySchema, ze as MasterMainUnitDistanceSchema, zl as createMasterMainUnitDistance, zn as deleteMasterMainUnitDistance, zk as findMasterMainUnitDistances, zo as getMasterMainUnitDistanceCache, zj as newMasterMainUnitDistancePayload, zi as toMasterMainUnitDistancePayload, zm as updateMasterMainUnitDistance } from '../../../bookmark_service-CL4_vRjh.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 { C as MasterMainUnitMileage,
|
|
4
|
+
export { C as MasterMainUnitMileage, wZ as MasterMainUnitMileageDTO, w$ as MasterMainUnitMileageQueryDTO, w_ as MasterMainUnitMileageQuerySchema, wY as MasterMainUnitMileageSchema, x3 as createMasterMainUnitMileage, x5 as deleteMasterMainUnitMileage, x2 as findMasterMainUnitMileages, x6 as getMasterMainUnitMileageCache, x1 as newMasterMainUnitMileagePayload, x0 as toMasterMainUnitMileagePayload, x4 as updateMasterMainUnitMileage } from '../../../bookmark_service-CL4_vRjh.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 { D as MasterMainUnitVolume,
|
|
4
|
+
export { D as MasterMainUnitVolume, x8 as MasterMainUnitVolumeDTO, xa as MasterMainUnitVolumeQueryDTO, x9 as MasterMainUnitVolumeQuerySchema, x7 as MasterMainUnitVolumeSchema, xe as createMasterMainUnitVolume, xg as deleteMasterMainUnitVolume, xd as findMasterMainUnitVolumes, xh as getMasterMainUnitVolumeCache, xc as newMasterMainUnitVolumePayload, xb as toMasterMainUnitVolumePayload, xf as updateMasterMainUnitVolume } from '../../../bookmark_service-CL4_vRjh.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 { t as OrganisationBranch, aF as OrganisationBranchDTO, aH as OrganisationBranchQueryDTO, aG as OrganisationBranchQuerySchema, aE as OrganisationBranchSchema, aL as createOrganisationBranch, aN as deleteOrganisationBranch, aK as findOrganisationBranchs, aO as getOrganisationBranchCache, aQ as getOrganisationBranchCacheChild, aP as getOrganisationBranchCacheCount, aJ as newOrganisationBranchPayload, aI as toOrganisationBranchPayload, aM as updateOrganisationBranch } from '../../../bookmark_service-
|
|
4
|
+
export { t as OrganisationBranch, aF as OrganisationBranchDTO, aH as OrganisationBranchQueryDTO, aG as OrganisationBranchQuerySchema, aE as OrganisationBranchSchema, aL as createOrganisationBranch, aN as deleteOrganisationBranch, aK as findOrganisationBranchs, aO as getOrganisationBranchCache, aQ as getOrganisationBranchCacheChild, aP as getOrganisationBranchCacheCount, aJ as newOrganisationBranchPayload, aI as toOrganisationBranchPayload, aM as updateOrganisationBranch } from '../../../bookmark_service-CL4_vRjh.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 { u as OrganisationColor, aS as OrganisationColorDTO, aU as OrganisationColorQueryDTO, aT as OrganisationColorQuerySchema, aR as OrganisationColorSchema, aY as createOrganisationColor, a_ as deleteOrganisationColor, aX as findOrganisationColors, a$ as getOrganisationColorCache, b1 as getOrganisationColorCacheChild, b0 as getOrganisationColorCacheCount, aW as newOrganisationColorPayload, aV as toOrganisationColorPayload, aZ as updateOrganisationColor } from '../../../bookmark_service-
|
|
4
|
+
export { u as OrganisationColor, aS as OrganisationColorDTO, aU as OrganisationColorQueryDTO, aT as OrganisationColorQuerySchema, aR as OrganisationColorSchema, aY as createOrganisationColor, a_ as deleteOrganisationColor, aX as findOrganisationColors, a$ as getOrganisationColorCache, b1 as getOrganisationColorCacheChild, b0 as getOrganisationColorCacheCount, aW as newOrganisationColorPayload, aV as toOrganisationColorPayload, aZ as updateOrganisationColor } from '../../../bookmark_service-CL4_vRjh.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 { w as OrganisationGroup, mC as OrganisationGroupDTO, mE as OrganisationGroupQueryDTO, mD as OrganisationGroupQuerySchema, mB as OrganisationGroupSchema, mA as VehicleOrganisationGroupLink, mI as createOrganisationGroup, mK as deleteOrganisationGroup, mH as findOrganisationGroups, mL as getOrganisationGroupCache, mN as getOrganisationGroupCacheChild, mM as getOrganisationGroupCacheCount, mG as newOrganisationGroupPayload, mF as toOrganisationGroupPayload, mJ as updateOrganisationGroup } from '../../../bookmark_service-
|
|
4
|
+
export { w as OrganisationGroup, mC as OrganisationGroupDTO, mE as OrganisationGroupQueryDTO, mD as OrganisationGroupQuerySchema, mB as OrganisationGroupSchema, mA as VehicleOrganisationGroupLink, mI as createOrganisationGroup, mK as deleteOrganisationGroup, mH as findOrganisationGroups, mL as getOrganisationGroupCache, mN as getOrganisationGroupCacheChild, mM as getOrganisationGroupCacheCount, mG as newOrganisationGroupPayload, mF as toOrganisationGroupPayload, mJ as updateOrganisationGroup } from '../../../bookmark_service-CL4_vRjh.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, an as OrganisationSubCompanyDTO, ap as OrganisationSubCompanyQueryDTO, ao as OrganisationSubCompanyQuerySchema, am as OrganisationSubCompanySchema, ar as SubCompanyLogoDTO, aq as SubCompanyLogoSchema, ay as createOrganisationSubCompany, aA as deleteOrganisationSubCompany, aw as delete_organisation_sub_company_logo, ax as findOrganisationSubCompanyies, aB as getOrganisationSubCompanyCache, aD as getOrganisationSubCompanyCacheChild, aC as getOrganisationSubCompanyCacheCount, au as get_organisation_sub_company_logo_presigned_url, at as newOrganisationSubCompanyPayload, as as toOrganisationSubCompanyPayload, az as updateOrganisationSubCompany, av as update_organisation_sub_company_logo } from '../../../bookmark_service-
|
|
4
|
+
export { O as OrganisationSubCompany, an as OrganisationSubCompanyDTO, ap as OrganisationSubCompanyQueryDTO, ao as OrganisationSubCompanyQuerySchema, am as OrganisationSubCompanySchema, ar as SubCompanyLogoDTO, aq as SubCompanyLogoSchema, ay as createOrganisationSubCompany, aA as deleteOrganisationSubCompany, aw as delete_organisation_sub_company_logo, ax as findOrganisationSubCompanyies, aB as getOrganisationSubCompanyCache, aD as getOrganisationSubCompanyCacheChild, aC as getOrganisationSubCompanyCacheCount, au as get_organisation_sub_company_logo_presigned_url, at as newOrganisationSubCompanyPayload, as as toOrganisationSubCompanyPayload, az as updateOrganisationSubCompany, av as update_organisation_sub_company_logo } from '../../../bookmark_service-CL4_vRjh.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 { v as OrganisationTag, b3 as OrganisationTagDTO, b5 as OrganisationTagQueryDTO, b4 as OrganisationTagQuerySchema, b2 as OrganisationTagSchema, b9 as createOrganisationTag, bb as deleteOrganisationTag, b8 as findOrganisationTags, bc as getOrganisationTagCache, be as getOrganisationTagCacheChild, bd as getOrganisationTagCacheCount, b7 as newOrganisationTagPayload, b6 as toOrganisationTagPayload, ba as updateOrganisationTag } from '../../../bookmark_service-
|
|
4
|
+
export { v as OrganisationTag, b3 as OrganisationTagDTO, b5 as OrganisationTagQueryDTO, b4 as OrganisationTagQuerySchema, b2 as OrganisationTagSchema, b9 as createOrganisationTag, bb as deleteOrganisationTag, b8 as findOrganisationTags, bc as getOrganisationTagCache, be as getOrganisationTagCacheChild, bd as getOrganisationTagCacheCount, b7 as newOrganisationTagPayload, b6 as toOrganisationTagPayload, ba as updateOrganisationTag } from '../../../bookmark_service-CL4_vRjh.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 { r as MasterSparePartCategory,
|
|
4
|
+
export { r as MasterSparePartCategory, y3 as MasterSparePartCategoryDTO, y2 as MasterSparePartCategorySchema, y5 as SparePartCategoryQueryDTO, y4 as SparePartCategoryQuerySchema, y9 as createMasterSparePartCategory, yb as deleteMasterSparePartCategory, y8 as findMasterSparePartCategories, yc as getMasterSparePartCategoryCache, yd as getMasterSparePartCategoryCacheChild, ye as getMasterSparePartCategoryCacheCount, y7 as newMasterSparePartCategoryPayload, y6 as toMasterSparePartCategoryPayload, ya as updateMasterSparePartCategory } from '../../../bookmark_service-CL4_vRjh.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 { xV as FindCacheDTO, xU as FindCacheSchema, xP as MasterSparePartSubCategory, xR as MasterSparePartSubCategoryDTO, xQ as MasterSparePartSubCategorySchema, xT as SparePartSubCategoryQueryDTO, xS as SparePartSubCategoryQuerySchema, xZ as createMasterSparePartSubCategory, x$ as deleteMasterSparePartSubCategory, xY as findMasterSparePartSubCategories, y0 as getMasterSparePartSubCategoryCache, y1 as getMasterSparePartSubCategoryCacheCount, xX as newMasterSparePartSubCategoryPayload, xW as toMasterSparePartSubCategoryPayload, x_ as updateMasterSparePartSubCategory } from '../../../bookmark_service-CL4_vRjh.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 { s as MasterSparePartUnit,
|
|
4
|
+
export { s as MasterSparePartUnit, yg as MasterSparePartUnitDTO, yf as MasterSparePartUnitSchema, yi as SparePartUnitQueryDTO, yh as SparePartUnitQuerySchema, ym as createMasterSparePartUnit, yo as deleteMasterSparePartUnit, yl as findMasterSparePartUnits, yp as getMasterSparePartUnitCache, yq as getMasterSparePartUnitCacheCount, yk as newMasterSparePartUnitPayload, yj as toMasterSparePartUnitPayload, yn as updateMasterSparePartUnit } from '../../../bookmark_service-CL4_vRjh.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 { q as MasterTripPartyType,
|
|
4
|
+
export { q as MasterTripPartyType, ys as MasterTripPartyTypeDTO, yu as MasterTripPartyTypeQueryDTO, yt as MasterTripPartyTypeQuerySchema, yr as MasterTripPartyTypeSchema, yy as createMasterTripPartyType, yA as deleteMasterTripPartyType, yx as findMasterTripPartyTypes, yB as getMasterTripPartyTypeCache, yw as newMasterTripPartyTypePayload, yv as toMasterTripPartyTypePayload, yz as updateMasterTripPartyType } from '../../../bookmark_service-CL4_vRjh.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 { p as MasterTyreGrade,
|
|
4
|
+
export { p as MasterTyreGrade, yD as MasterTyreGradeDTO, yF as MasterTyreGradeQueryDTO, yE as MasterTyreGradeQuerySchema, yC as MasterTyreGradeSchema, yJ as createMasterTyreGrade, yL as deleteMasterTyreGrade, yI as findMasterTyreGrades, yM as getMasterTyreGradeCache, yN as getMasterTyreGradeCacheCount, yH as newMasterTyreGradePayload, yG as toMasterTyreGradePayload, yK as updateMasterTyreGrade } from '../../../bookmark_service-CL4_vRjh.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 MasterTyreMake,
|
|
4
|
+
export { o as MasterTyreMake, z2 as MasterTyreMakeDTO, z4 as MasterTyreMakeQueryDTO, z3 as MasterTyreMakeQuerySchema, z1 as MasterTyreMakeSchema, z8 as createMasterTyreMake, za as deleteMasterTyreMake, z7 as findMasterTyreMakes, zb as getMasterTyreMakeCache, zd as getMasterTyreMakeCacheChild, zc as getMasterTyreMakeCacheCount, z6 as newMasterTyreMakePayload, z5 as toMasterTyreMakePayload, z9 as updateMasterTyreMake } from '../../../bookmark_service-CL4_vRjh.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 { yU as FindCacheDTO, yT as FindCacheSchema, yO as MasterTyreModel, yQ as MasterTyreModelDTO, yS as MasterTyreModelQueryDTO, yR as MasterTyreModelQuerySchema, yP as MasterTyreModelSchema, yY as createMasterTyreModel, y_ as deleteMasterTyreModel, yX as findMasterTyreModels, y$ as getMasterTyreModelCache, z0 as getMasterTyreModelCacheCount, yW as newMasterTyreModelPayload, yV as toMasterTyreModelPayload, yZ as updateMasterTyreModel } from '../../../bookmark_service-CL4_vRjh.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 { m as MasterUserRole, bg as MasterUserRoleDTO, bi as MasterUserRoleQueryDTO, bh as MasterUserRoleQuerySchema, bf as MasterUserRoleSchema, bm as createMasterUserRole, bo as deleteMasterUserRole, bl as findMasterUserRoles, bp as getMasterUserRoleCache, bq as getMasterUserRoleCacheCount, bk as newMasterUserRolePayload, bj as toMasterUserRolePayload, bn as updateMasterUserRole } from '../../../bookmark_service-
|
|
4
|
+
export { m as MasterUserRole, bg as MasterUserRoleDTO, bi as MasterUserRoleQueryDTO, bh as MasterUserRoleQuerySchema, bf as MasterUserRoleSchema, bm as createMasterUserRole, bo as deleteMasterUserRole, bl as findMasterUserRoles, bp as getMasterUserRoleCache, bq as getMasterUserRoleCacheCount, bk as newMasterUserRolePayload, bj as toMasterUserRolePayload, bn as updateMasterUserRole } from '../../../bookmark_service-CL4_vRjh.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 { n as MasterUserStatus, bs as MasterUserStatusDTO, bu as MasterUserStatusQueryDTO, bt as MasterUserStatusQuerySchema, br as MasterUserStatusSchema, by as createMasterUserStatus, bA as deleteMasterUserStatus, bx as findMasterUserStatuses, bB as getMasterUserStatusCache, bC as getMasterUserStatusCacheCount, bw as newMasterUserStatusPayload, bv as toMasterUserStatusPayload, bz as updateMasterUserStatus } from '../../../bookmark_service-
|
|
4
|
+
export { n as MasterUserStatus, bs as MasterUserStatusDTO, bu as MasterUserStatusQueryDTO, bt as MasterUserStatusQuerySchema, br as MasterUserStatusSchema, by as createMasterUserStatus, bA as deleteMasterUserStatus, bx as findMasterUserStatuses, bB as getMasterUserStatusCache, bC as getMasterUserStatusCacheCount, bw as newMasterUserStatusPayload, bv as toMasterUserStatusPayload, bz as updateMasterUserStatus } from '../../../bookmark_service-CL4_vRjh.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 { h as MasterVehicleAssociatedTo, o7 as MasterVehicleAssociatedToDTO, o9 as MasterVehicleAssociatedToQueryDTO, o8 as MasterVehicleAssociatedToQuerySchema, o6 as MasterVehicleAssociatedToSchema, od as createMasterVehicleAssociatedTo, of as deleteMasterVehicleAssociatedTo, oc as findMasterVehicleAssociatedTos, og as getMasterVehicleAssociatedToCache, oi as getMasterVehicleAssociatedToCacheChild, oh as getMasterVehicleAssociatedToCacheCount, ob as newMasterVehicleAssociatedToPayload, oa as toMasterVehicleAssociatedToPayload, oe as updateMasterVehicleAssociatedTo } from '../../../bookmark_service-
|
|
4
|
+
export { h as MasterVehicleAssociatedTo, o7 as MasterVehicleAssociatedToDTO, o9 as MasterVehicleAssociatedToQueryDTO, o8 as MasterVehicleAssociatedToQuerySchema, o6 as MasterVehicleAssociatedToSchema, od as createMasterVehicleAssociatedTo, of as deleteMasterVehicleAssociatedTo, oc as findMasterVehicleAssociatedTos, og as getMasterVehicleAssociatedToCache, oi as getMasterVehicleAssociatedToCacheChild, oh as getMasterVehicleAssociatedToCacheCount, ob as newMasterVehicleAssociatedToPayload, oa as toMasterVehicleAssociatedToPayload, oe as updateMasterVehicleAssociatedTo } from '../../../bookmark_service-CL4_vRjh.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 { l as MasterVehicleDocumentType, ok as MasterVehicleDocumentTypeDTO, om as MasterVehicleDocumentTypeQueryDTO, ol as MasterVehicleDocumentTypeQuerySchema, oj as MasterVehicleDocumentTypeSchema, oq as createMasterVehicleDocumentType, os as deleteMasterVehicleDocumentType, op as findMasterVehicleDocumentTypes, ot as getMasterVehicleDocumentTypeCache, oo as newMasterVehicleDocumentTypePayload, on as toMasterVehicleDocumentTypePayload, or as updateMasterVehicleDocumentType } from '../../../bookmark_service-
|
|
4
|
+
export { l as MasterVehicleDocumentType, ok as MasterVehicleDocumentTypeDTO, om as MasterVehicleDocumentTypeQueryDTO, ol as MasterVehicleDocumentTypeQuerySchema, oj as MasterVehicleDocumentTypeSchema, oq as createMasterVehicleDocumentType, os as deleteMasterVehicleDocumentType, op as findMasterVehicleDocumentTypes, ot as getMasterVehicleDocumentTypeCache, oo as newMasterVehicleDocumentTypePayload, on as toMasterVehicleDocumentTypePayload, or as updateMasterVehicleDocumentType } from '../../../bookmark_service-CL4_vRjh.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 { k as MasterVehicleFuelRemovalReason, kr as MasterVehicleFuelRemovalReasonDTO, kt as MasterVehicleFuelRemovalReasonQueryDTO, ks as MasterVehicleFuelRemovalReasonQuerySchema, kq as MasterVehicleFuelRemovalReasonSchema, kx as createMasterVehicleFuelRemovalReason, kz as deleteMasterVehicleFuelRemovalReason, kw as findMasterVehicleFuelRemovalReasons, kA as getMasterVehicleFuelRemovalReasonCache, kC as getMasterVehicleFuelRemovalReasonCacheChild, kB as getMasterVehicleFuelRemovalReasonCacheCount, kv as newMasterVehicleFuelRemovalReasonPayload, ku as toMasterVehicleFuelRemovalReasonPayload, ky as updateMasterVehicleFuelRemovalReason } from '../../../bookmark_service-
|
|
4
|
+
export { k as MasterVehicleFuelRemovalReason, kr as MasterVehicleFuelRemovalReasonDTO, kt as MasterVehicleFuelRemovalReasonQueryDTO, ks as MasterVehicleFuelRemovalReasonQuerySchema, kq as MasterVehicleFuelRemovalReasonSchema, kx as createMasterVehicleFuelRemovalReason, kz as deleteMasterVehicleFuelRemovalReason, kw as findMasterVehicleFuelRemovalReasons, kA as getMasterVehicleFuelRemovalReasonCache, kC as getMasterVehicleFuelRemovalReasonCacheChild, kB as getMasterVehicleFuelRemovalReasonCacheCount, kv as newMasterVehicleFuelRemovalReasonPayload, ku as toMasterVehicleFuelRemovalReasonPayload, ky as updateMasterVehicleFuelRemovalReason } from '../../../bookmark_service-CL4_vRjh.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 { i as MasterVehicleFuelType, dP as MasterVehicleFuelTypeDTO, dR as MasterVehicleFuelTypeQueryDTO, dQ as MasterVehicleFuelTypeQuerySchema, dO as MasterVehicleFuelTypeSchema, dV as createMasterVehicleFuelType, dX as deleteMasterVehicleFuelType, dU as findMasterVehicleFuelTypes, dY as getMasterVehicleFuelTypeCache, d_ as getMasterVehicleFuelTypeCacheChild, dZ as getMasterVehicleFuelTypeCacheCount, dT as newMasterVehicleFuelTypePayload, dS as toMasterVehicleFuelTypePayload, dW as updateMasterVehicleFuelType } from '../../../bookmark_service-
|
|
4
|
+
export { i as MasterVehicleFuelType, dP as MasterVehicleFuelTypeDTO, dR as MasterVehicleFuelTypeQueryDTO, dQ as MasterVehicleFuelTypeQuerySchema, dO as MasterVehicleFuelTypeSchema, dV as createMasterVehicleFuelType, dX as deleteMasterVehicleFuelType, dU as findMasterVehicleFuelTypes, dY as getMasterVehicleFuelTypeCache, d_ as getMasterVehicleFuelTypeCacheChild, dZ as getMasterVehicleFuelTypeCacheCount, dT as newMasterVehicleFuelTypePayload, dS as toMasterVehicleFuelTypePayload, dW as updateMasterVehicleFuelType } from '../../../bookmark_service-CL4_vRjh.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 { j as MasterVehicleFuelUnit, e0 as MasterVehicleFuelUnitDTO, e2 as MasterVehicleFuelUnitQueryDTO, e1 as MasterVehicleFuelUnitQuerySchema, d$ as MasterVehicleFuelUnitSchema, e6 as createMasterVehicleFuelUnit, e8 as deleteMasterVehicleFuelUnit, e5 as findMasterVehicleFuelUnits, e9 as getMasterVehicleFuelUnitCache, eb as getMasterVehicleFuelUnitCacheChild, ea as getMasterVehicleFuelUnitCacheCount, e4 as newMasterVehicleFuelUnitPayload, e3 as toMasterVehicleFuelUnitPayload, e7 as updateMasterVehicleFuelUnit } from '../../../bookmark_service-
|
|
4
|
+
export { j as MasterVehicleFuelUnit, e0 as MasterVehicleFuelUnitDTO, e2 as MasterVehicleFuelUnitQueryDTO, e1 as MasterVehicleFuelUnitQuerySchema, d$ as MasterVehicleFuelUnitSchema, e6 as createMasterVehicleFuelUnit, e8 as deleteMasterVehicleFuelUnit, e5 as findMasterVehicleFuelUnits, e9 as getMasterVehicleFuelUnitCache, eb as getMasterVehicleFuelUnitCacheChild, ea as getMasterVehicleFuelUnitCacheCount, e4 as newMasterVehicleFuelUnitPayload, e3 as toMasterVehicleFuelUnitPayload, e7 as updateMasterVehicleFuelUnit } from '../../../bookmark_service-CL4_vRjh.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 { e as MasterVehicleMake, nj as MasterVehicleMakeDTO, nl as MasterVehicleMakeQueryDTO, nk as MasterVehicleMakeQuerySchema, ni as MasterVehicleMakeSchema, np as createMasterVehicleMake, nr as deleteMasterVehicleMake, no as findMasterVehicleMakes, ns as getMasterVehicleMakeCache, nu as getMasterVehicleMakeCacheChild, nt as getMasterVehicleMakeCacheCount, nn as newMasterVehicleMakePayload, nm as toMasterVehicleMakePayload, nq as updateMasterVehicleMake } from '../../../bookmark_service-
|
|
4
|
+
export { e as MasterVehicleMake, nj as MasterVehicleMakeDTO, nl as MasterVehicleMakeQueryDTO, nk as MasterVehicleMakeQuerySchema, ni as MasterVehicleMakeSchema, np as createMasterVehicleMake, nr as deleteMasterVehicleMake, no as findMasterVehicleMakes, ns as getMasterVehicleMakeCache, nu as getMasterVehicleMakeCacheChild, nt as getMasterVehicleMakeCacheCount, nn as newMasterVehicleMakePayload, nm as toMasterVehicleMakePayload, nq as updateMasterVehicleMake } from '../../../bookmark_service-CL4_vRjh.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 { n8 as FindCacheDTO, n7 as FindCacheSchema, n2 as MasterVehicleModel, n4 as MasterVehicleModelDTO, n6 as MasterVehicleModelQueryDTO, n5 as MasterVehicleModelQuerySchema, n3 as MasterVehicleModelSchema, nc as createMasterVehicleModel, ne as deleteMasterVehicleModel, nb as findMasterVehicleModels, nf as getMasterVehicleModelCache, nh as getMasterVehicleModelCacheChild, ng as getMasterVehicleModelCacheCount, na as newMasterVehicleModelPayload, n9 as toMasterVehicleModelPayload, nd as updateMasterVehicleModel } from '../../../bookmark_service-
|
|
4
|
+
export { n8 as FindCacheDTO, n7 as FindCacheSchema, n2 as MasterVehicleModel, n4 as MasterVehicleModelDTO, n6 as MasterVehicleModelQueryDTO, n5 as MasterVehicleModelQuerySchema, n3 as MasterVehicleModelSchema, nc as createMasterVehicleModel, ne as deleteMasterVehicleModel, nb as findMasterVehicleModels, nf as getMasterVehicleModelCache, nh as getMasterVehicleModelCacheChild, ng as getMasterVehicleModelCacheCount, na as newMasterVehicleModelPayload, n9 as toMasterVehicleModelPayload, nd as updateMasterVehicleModel } from '../../../bookmark_service-CL4_vRjh.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 { g as MasterVehicleOwnershipType, nJ as MasterVehicleOwnershipTypeDTO, nL as MasterVehicleOwnershipTypeQueryDTO, nK as MasterVehicleOwnershipTypeQuerySchema, nI as MasterVehicleOwnershipTypeSchema, nP as createMasterVehicleOwnershipType, nR as deleteMasterVehicleOwnershipType, nO as findMasterVehicleOwnershipTypes, nS as getMasterVehicleOwnershipTypeCache, nU as getMasterVehicleOwnershipTypeCacheChild, nT as getMasterVehicleOwnershipTypeCacheCount, nN as newMasterVehicleOwnershipTypePayload, nM as toMasterVehicleOwnershipTypePayload, nQ as updateMasterVehicleOwnershipType } from '../../../bookmark_service-
|
|
4
|
+
export { g as MasterVehicleOwnershipType, nJ as MasterVehicleOwnershipTypeDTO, nL as MasterVehicleOwnershipTypeQueryDTO, nK as MasterVehicleOwnershipTypeQuerySchema, nI as MasterVehicleOwnershipTypeSchema, nP as createMasterVehicleOwnershipType, nR as deleteMasterVehicleOwnershipType, nO as findMasterVehicleOwnershipTypes, nS as getMasterVehicleOwnershipTypeCache, nU as getMasterVehicleOwnershipTypeCacheChild, nT as getMasterVehicleOwnershipTypeCacheCount, nN as newMasterVehicleOwnershipTypePayload, nM as toMasterVehicleOwnershipTypePayload, nQ as updateMasterVehicleOwnershipType } from '../../../bookmark_service-CL4_vRjh.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 { f as MasterVehicleStatusType, nw as MasterVehicleStatusTypeDTO, ny as MasterVehicleStatusTypeQueryDTO, nx as MasterVehicleStatusTypeQuerySchema, nv as MasterVehicleStatusTypeSchema, nC as createMasterVehicleStatusType, nE as deleteMasterVehicleStatusType, nB as findMasterVehicleStatusTypes, nF as getMasterVehicleStatusTypeCache, nH as getMasterVehicleStatusTypeCacheChild, nG as getMasterVehicleStatusTypeCacheCount, nA as newMasterVehicleStatusTypePayload, nz as toMasterVehicleStatusTypePayload, nD as updateMasterVehicleStatusType } from '../../../bookmark_service-
|
|
4
|
+
export { f as MasterVehicleStatusType, nw as MasterVehicleStatusTypeDTO, ny as MasterVehicleStatusTypeQueryDTO, nx as MasterVehicleStatusTypeQuerySchema, nv as MasterVehicleStatusTypeSchema, nC as createMasterVehicleStatusType, nE as deleteMasterVehicleStatusType, nB as findMasterVehicleStatusTypes, nF as getMasterVehicleStatusTypeCache, nH as getMasterVehicleStatusTypeCacheChild, nG as getMasterVehicleStatusTypeCacheCount, nA as newMasterVehicleStatusTypePayload, nz as toMasterVehicleStatusTypePayload, nD as updateMasterVehicleStatusType } from '../../../bookmark_service-CL4_vRjh.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 { mU as FindCacheDTO, mT as FindCacheSchema, mO as MasterVehicleSubModel, mQ as MasterVehicleSubModelDTO, mS as MasterVehicleSubModelQueryDTO, mR as MasterVehicleSubModelQuerySchema, mP as MasterVehicleSubModelSchema, mY as createMasterVehicleSubModel, m_ as deleteMasterVehicleSubModel, mX as findMasterVehicleSubModels, m$ as getMasterVehicleSubModelCache, n1 as getMasterVehicleSubModelCacheChild, n0 as getMasterVehicleSubModelCacheCount, mW as newMasterVehicleSubModelPayload, mV as toMasterVehicleSubModelPayload, mZ as updateMasterVehicleSubModel } from '../../../bookmark_service-
|
|
4
|
+
export { mU as FindCacheDTO, mT as FindCacheSchema, mO as MasterVehicleSubModel, mQ as MasterVehicleSubModelDTO, mS as MasterVehicleSubModelQueryDTO, mR as MasterVehicleSubModelQuerySchema, mP as MasterVehicleSubModelSchema, mY as createMasterVehicleSubModel, m_ as deleteMasterVehicleSubModel, mX as findMasterVehicleSubModels, m$ as getMasterVehicleSubModelCache, n1 as getMasterVehicleSubModelCacheChild, n0 as getMasterVehicleSubModelCacheCount, mW as newMasterVehicleSubModelPayload, mV as toMasterVehicleSubModelPayload, mZ as updateMasterVehicleSubModel } from '../../../bookmark_service-CL4_vRjh.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 { d as MasterVehicleType, nW as MasterVehicleTypeDTO, nY as MasterVehicleTypeQueryDTO, nX as MasterVehicleTypeQuerySchema, nV as MasterVehicleTypeSchema, o0 as createMasterVehicleType, o2 as deleteMasterVehicleType, n$ as findMasterVehicleTypes, o3 as getMasterVehicleTypeCache, o5 as getMasterVehicleTypeCacheChild, o4 as getMasterVehicleTypeCacheCount, n_ as newMasterVehicleTypePayload, nZ as toMasterVehicleTypePayload, o1 as updateMasterVehicleType } from '../../../bookmark_service-
|
|
4
|
+
export { d as MasterVehicleType, nW as MasterVehicleTypeDTO, nY as MasterVehicleTypeQueryDTO, nX as MasterVehicleTypeQuerySchema, nV as MasterVehicleTypeSchema, o0 as createMasterVehicleType, o2 as deleteMasterVehicleType, n$ as findMasterVehicleTypes, o3 as getMasterVehicleTypeCache, o5 as getMasterVehicleTypeCacheChild, o4 as getMasterVehicleTypeCacheCount, n_ as newMasterVehicleTypePayload, nZ as toMasterVehicleTypePayload, o1 as updateMasterVehicleType } from '../../../bookmark_service-CL4_vRjh.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -31,7 +31,6 @@ 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;
|
|
35
34
|
mobile_number: string;
|
|
36
35
|
email: string;
|
|
37
36
|
facebook_link: string;
|
|
@@ -42,6 +41,7 @@ declare const ContactUsDetailSchema: z.ZodObject<{
|
|
|
42
41
|
pinterest_link: string;
|
|
43
42
|
whats_app_chat_url: string;
|
|
44
43
|
telegram_chat_url: string;
|
|
44
|
+
status: Status;
|
|
45
45
|
}, {
|
|
46
46
|
status: Status;
|
|
47
47
|
mobile_number?: string | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../bookmark_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../bookmark_service-CL4_vRjh.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
7
7
|
|
|
@@ -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;
|
|
20
21
|
faq_section: string;
|
|
21
22
|
faq_header: string;
|
|
22
23
|
faq_content: string;
|
|
23
|
-
status: Status;
|
|
24
24
|
}, {
|
|
25
25
|
status: Status;
|
|
26
26
|
faq_section?: string | undefined;
|
|
@@ -25,10 +25,10 @@ declare const RequestDemoSchema: z.ZodObject<{
|
|
|
25
25
|
admin_view: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
26
26
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
email: string;
|
|
28
29
|
status: Status;
|
|
29
30
|
message: string;
|
|
30
31
|
name: string;
|
|
31
|
-
email: string;
|
|
32
32
|
mobile: string;
|
|
33
33
|
admin_message: string;
|
|
34
34
|
city: string;
|
|
@@ -37,8 +37,8 @@ declare const RequestDemoSchema: z.ZodObject<{
|
|
|
37
37
|
status: Status;
|
|
38
38
|
name: string;
|
|
39
39
|
admin_view: YesNo;
|
|
40
|
-
message?: string | undefined;
|
|
41
40
|
email?: string | undefined;
|
|
41
|
+
message?: string | undefined;
|
|
42
42
|
mobile?: string | undefined;
|
|
43
43
|
admin_message?: string | undefined;
|
|
44
44
|
city?: string | undefined;
|
|
@@ -134,15 +134,15 @@ declare const RequestDemoCreateSchema: z.ZodObject<{
|
|
|
134
134
|
message: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
135
135
|
city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
+
email: string;
|
|
137
138
|
message: string;
|
|
138
139
|
name: string;
|
|
139
|
-
email: string;
|
|
140
140
|
mobile: string;
|
|
141
141
|
city: string;
|
|
142
142
|
}, {
|
|
143
143
|
name: string;
|
|
144
|
-
message?: string | undefined;
|
|
145
144
|
email?: string | undefined;
|
|
145
|
+
message?: string | undefined;
|
|
146
146
|
mobile?: string | undefined;
|
|
147
147
|
city?: string | undefined;
|
|
148
148
|
}>;
|
package/package.json
CHANGED