vms-nest-prisma-api-document 204.0.0 → 205.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.
Files changed (90) hide show
  1. package/dist/core/Enums.d.ts +5 -1
  2. package/dist/core/Enums.js +6 -0
  3. package/dist/services/account/bookmark_service.d.ts +9 -9
  4. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  5. package/dist/services/account/report_preferences.service.d.ts +1 -1
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  14. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  15. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  16. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  17. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  18. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  19. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  20. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  21. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  22. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  23. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  24. package/dist/services/main/users/auth_service.d.ts +1 -1
  25. package/dist/services/main/users/user_admin_service.d.ts +20 -20
  26. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  27. package/dist/services/main/users/user_service.d.ts +1 -1
  28. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  29. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  30. package/dist/services/main/vehicle/master_vehicle_service.js +69 -0
  31. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  32. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  37. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  38. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  39. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  40. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  41. package/dist/services/master/expense/master_expense_name_service.d.ts +6 -6
  42. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  43. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  44. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
  45. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  46. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
  47. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
  48. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  50. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  51. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  55. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  56. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  67. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  68. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  69. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  70. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  71. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  72. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  73. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  74. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  75. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  76. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  77. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  89. package/dist/{user_organisation_service-DsYI7h9f.d.ts → user_organisation_service-C4kcSPYe.d.ts} +149 -26
  90. package/package.json +1 -1
@@ -302,6 +302,11 @@ var LoanInterestType = /* @__PURE__ */ ((LoanInterestType2) => {
302
302
  LoanInterestType2["Reducing"] = "Reducing";
303
303
  return LoanInterestType2;
304
304
  })(LoanInterestType || {});
305
+ var ExpiryType = /* @__PURE__ */ ((ExpiryType2) => {
306
+ ExpiryType2["Expiring"] = "Expiring";
307
+ ExpiryType2["Expired"] = "Expired";
308
+ return ExpiryType2;
309
+ })(ExpiryType || {});
305
310
 
306
311
  // src/zod_utils/zod_base_schema.ts
307
312
  var OrderBySchema = z2.array(
@@ -403,6 +408,11 @@ var ENDPOINTS = {
403
408
  remove_file_device: `${URL}/remove_file_device/:id`,
404
409
  create_file_vehicle_document: `${URL}/create_file_vehicle_document`,
405
410
  remove_file_vehicle_document: `${URL}/remove_file_vehicle_document/:id`,
411
+ // Vehicle Document Expiry
412
+ create_document_expiry: `${URL}/vehicle_document_expiry`,
413
+ find_document_expiry: `${URL}/vehicle_document_expiry/search`,
414
+ update_document_expiry: `${URL}/vehicle_document_expiry/:id`,
415
+ remove_document_expiry: `${URL}/vehicle_document_expiry/:id`,
406
416
  // Cache Endpoints By organisation_id
407
417
  find_cache: `${URL}/cache/:organisation_id`,
408
418
  find_cache_simple: `${URL}/cache_simple/:organisation_id`,
@@ -872,6 +882,31 @@ var VehicleDocumentQuerySchema = BaseQuerySchema.extend({
872
882
  vehicle_document_ids: multi_select_optional("VehicleDocument")
873
883
  // ✅ Multi-Selection -> VehicleDocument
874
884
  });
885
+ var VehicleDocumentExpirySchema = z3.object({
886
+ organisation_id: single_select_optional("UserOrganisation"),
887
+ // ✅ Single-Selection -> UserOrganisation
888
+ vehicle_id: single_select_optional("MasterVehicle"),
889
+ // ✅ Single-Selection -> MasterVehicle
890
+ vehicle_document_id: single_select_optional("VehicleDocument"),
891
+ // ✅ Single-Selection -> VehicleDocument
892
+ expiry_type: enumMandatory("Expiry Type", ExpiryType, "Expiring" /* Expiring */),
893
+ status: enumMandatory("Status", Status, "Active" /* Active */)
894
+ });
895
+ var VehicleDocumentExpiryQuerySchema = BaseQuerySchema.extend({
896
+ organisation_ids: multi_select_optional("UserOrganisation"),
897
+ // ✅ Multi-selection -> UserOrganisation
898
+ vehicle_ids: multi_select_optional("MasterVehicle"),
899
+ // ✅ Multi-selection -> MasterVehicle
900
+ vehicle_document_ids: multi_select_optional("VehicleDocument"),
901
+ // ✅ Multi-selection -> VehicleDocument
902
+ document_expiry_ids: multi_select_optional("VehicleDocumentExpiry"),
903
+ // ✅ Multi-selection -> VehicleDocumentExpiry
904
+ expiry_type: enumArrayOptional(
905
+ "Expiry Type",
906
+ ExpiryType,
907
+ getAllEnums(ExpiryType)
908
+ )
909
+ });
875
910
  var VehicleQuerySchema = BaseQuerySchema.extend({
876
911
  organisation_ids: multi_select_optional("UserOrganisation"),
877
912
  // ✅ Multi-Selection -> UserOrganisation
@@ -1168,6 +1203,20 @@ var toVehicleDetailPurchasePayload = (vehiclePurchase) => ({
1168
1203
  loan_lender_id: vehiclePurchase?.loan_lender_id || "",
1169
1204
  lease_vendor_id: vehiclePurchase?.lease_vendor_id || ""
1170
1205
  });
1206
+ var toVehicleDocumentExpiryPayload = (vehicleDocumentExpiry) => ({
1207
+ organisation_id: vehicleDocumentExpiry.organisation_id,
1208
+ vehicle_id: vehicleDocumentExpiry.vehicle_id,
1209
+ vehicle_document_id: vehicleDocumentExpiry.vehicle_document_id,
1210
+ expiry_type: vehicleDocumentExpiry.expiry_type || "Expiring" /* Expiring */,
1211
+ status: vehicleDocumentExpiry.status
1212
+ });
1213
+ var newVehicleDocumentExpiryPayload = () => ({
1214
+ organisation_id: "",
1215
+ vehicle_id: "",
1216
+ vehicle_document_id: "",
1217
+ expiry_type: "Expiring" /* Expiring */,
1218
+ status: "Active" /* Active */
1219
+ });
1171
1220
  var get_vehicle_presigned_url = async (fileName) => {
1172
1221
  return apiGet(ENDPOINTS.vehicle_presigned_url(fileName));
1173
1222
  };
@@ -1264,6 +1313,18 @@ var createFileVehicleDocument = async (payload) => {
1264
1313
  var removeFileVehicleDocument = async (id) => {
1265
1314
  return apiDelete(ENDPOINTS.remove_file_vehicle_document.replace(":id", id));
1266
1315
  };
1316
+ var createDocumentExpiry = async (payload) => {
1317
+ return apiPost(ENDPOINTS.create_document_expiry, payload);
1318
+ };
1319
+ var findDocumentExpiry = async (payload) => {
1320
+ return apiPost(ENDPOINTS.find_document_expiry, payload);
1321
+ };
1322
+ var updateDocumentExpiry = async (id, payload) => {
1323
+ return apiPatch(ENDPOINTS.update_document_expiry.replace(":id", id), payload);
1324
+ };
1325
+ var removeDocumentExpiry = async (id) => {
1326
+ return apiDelete(ENDPOINTS.remove_document_expiry.replace(":id", id));
1327
+ };
1267
1328
  var getVehicleCache = async (organisationId) => {
1268
1329
  return apiGet(ENDPOINTS.find_cache.replace(":organisation_id", organisationId));
1269
1330
  };
@@ -1292,6 +1353,8 @@ export {
1292
1353
  VehicleDetailTripSchema,
1293
1354
  VehicleDeviceLinkSchema,
1294
1355
  VehicleDeviceUnlinkSchema,
1356
+ VehicleDocumentExpiryQuerySchema,
1357
+ VehicleDocumentExpirySchema,
1295
1358
  VehicleDocumentQuerySchema,
1296
1359
  VehicleDocumentSchema,
1297
1360
  VehicleDriverLinkSchema,
@@ -1299,12 +1362,14 @@ export {
1299
1362
  VehicleQuerySchema,
1300
1363
  VehicleSchema,
1301
1364
  createDocument,
1365
+ createDocumentExpiry,
1302
1366
  createFileDevice,
1303
1367
  createFileVehicle,
1304
1368
  createFileVehicleDocument,
1305
1369
  createVehicle,
1306
1370
  deleteVehicle,
1307
1371
  findDocument,
1372
+ findDocumentExpiry,
1308
1373
  findVehicleGPSDetails,
1309
1374
  findVehicles,
1310
1375
  findVehiclesLiveDashboard,
@@ -1322,8 +1387,10 @@ export {
1322
1387
  get_vehicle_presigned_url,
1323
1388
  linkDeviceToVehicle,
1324
1389
  linkDriverToVehicle,
1390
+ newVehicleDocumentExpiryPayload,
1325
1391
  newVehiclePayload,
1326
1392
  removeDocument,
1393
+ removeDocumentExpiry,
1327
1394
  removeFileDevice,
1328
1395
  removeFileVehicle,
1329
1396
  removeFileVehicleDocument,
@@ -1332,12 +1399,14 @@ export {
1332
1399
  toVehicleDetailsBodyPayload,
1333
1400
  toVehicleDetailsGPSPayload,
1334
1401
  toVehicleDetailsTripPayload,
1402
+ toVehicleDocumentExpiryPayload,
1335
1403
  toVehiclePayload,
1336
1404
  unlinkDeviceFromVehicle,
1337
1405
  unlinkDriverFromVehicle,
1338
1406
  updateDetailsGpsSensor,
1339
1407
  updateDetailsTrip,
1340
1408
  updateDocument,
1409
+ updateDocumentExpiry,
1341
1410
  updateVehicle,
1342
1411
  updateVehicleBodyDetails,
1343
1412
  updateVehicleLifeCycleDetails,
@@ -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, a as User } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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, a as User } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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, a as User } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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, a as User } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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, a as User } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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, a as User } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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, a as User } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { cz as MasterDeviceManufacturer, cB as MasterDeviceManufacturerDTO, cD as MasterDeviceManufacturerQueryDTO, cC as MasterDeviceManufacturerQuerySchema, cA as MasterDeviceManufacturerSchema, cH as createMasterDeviceManufacturer, cJ as deleteMasterDeviceManufacturer, cG as findMasterDeviceManufacturers, cK as getMasterDeviceManufacturerCache, cM as getMasterDeviceManufacturerCacheChild, cL as getMasterDeviceManufacturerCacheCount, cF as newMasterDeviceManufacturerPayload, cE as toMasterDeviceManufacturerPayload, cI as updateMasterDeviceManufacturer } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { cz as MasterDeviceManufacturer, cB as MasterDeviceManufacturerDTO, cD as MasterDeviceManufacturerQueryDTO, cC as MasterDeviceManufacturerQuerySchema, cA as MasterDeviceManufacturerSchema, cH as createMasterDeviceManufacturer, cJ as deleteMasterDeviceManufacturer, cG as findMasterDeviceManufacturers, cK as getMasterDeviceManufacturerCache, cM as getMasterDeviceManufacturerCacheChild, cL as getMasterDeviceManufacturerCacheCount, cF as newMasterDeviceManufacturerPayload, cE as toMasterDeviceManufacturerPayload, cI as updateMasterDeviceManufacturer } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { cl as MasterDeviceModel, cn as MasterDeviceModelDTO, cp as MasterDeviceModelQueryDTO, co as MasterDeviceModelQuerySchema, cm as MasterDeviceModelSchema, ct as createMasterDeviceModel, cv as deleteMasterDeviceModel, cs as findMasterDeviceModels, cw as getMasterDeviceModelCache, cy as getMasterDeviceModelCacheChild, cx as getMasterDeviceModelCacheCount, cr as newMasterDeviceModelPayload, cq as toMasterDeviceModelPayload, cu as updateMasterDeviceModel } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { cl as MasterDeviceModel, cn as MasterDeviceModelDTO, cp as MasterDeviceModelQueryDTO, co as MasterDeviceModelQuerySchema, cm as MasterDeviceModelSchema, ct as createMasterDeviceModel, cv as deleteMasterDeviceModel, cs as findMasterDeviceModels, cw as getMasterDeviceModelCache, cy as getMasterDeviceModelCacheChild, cx as getMasterDeviceModelCacheCount, cr as newMasterDeviceModelPayload, cq as toMasterDeviceModelPayload, cu as updateMasterDeviceModel } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { c7 as MasterDeviceType, c9 as MasterDeviceTypeDTO, cb as MasterDeviceTypeQueryDTO, ca as MasterDeviceTypeQuerySchema, c8 as MasterDeviceTypeSchema, cf as createMasterDeviceType, ch as deleteMasterDeviceType, ce as findMasterDeviceTypes, ci as getMasterDeviceTypeCache, ck as getMasterDeviceTypeCacheChild, cj as getMasterDeviceTypeCacheCount, cd as newMasterDeviceTypePayload, cc as toMasterDeviceTypePayload, cg as updateMasterDeviceType } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { c7 as MasterDeviceType, c9 as MasterDeviceTypeDTO, cb as MasterDeviceTypeQueryDTO, ca as MasterDeviceTypeQuerySchema, c8 as MasterDeviceTypeSchema, cf as createMasterDeviceType, ch as deleteMasterDeviceType, ce as findMasterDeviceTypes, ci as getMasterDeviceTypeCache, ck as getMasterDeviceTypeCacheChild, cj as getMasterDeviceTypeCacheCount, cd as newMasterDeviceTypePayload, cc as toMasterDeviceTypePayload, cg as updateMasterDeviceType } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { ExpenseCategory, 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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -27,16 +27,16 @@ declare const MasterExpenseNameSchema: z.ZodObject<{
27
27
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
28
28
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
29
29
  }, "strip", z.ZodTypeAny, {
30
+ expense_name: string;
31
+ expense_category: ExpenseCategory;
30
32
  description: string;
31
33
  status: Status;
32
34
  organisation_id: string;
35
+ }, {
33
36
  expense_name: string;
34
37
  expense_category: ExpenseCategory;
35
- }, {
36
38
  status: Status;
37
39
  organisation_id: string;
38
- expense_name: string;
39
- expense_category: ExpenseCategory;
40
40
  description?: string | undefined;
41
41
  }>;
42
42
  type MasterExpenseNameDTO = z.infer<typeof MasterExpenseNameSchema>;
@@ -75,6 +75,7 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
75
75
  expense_name_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
76
76
  expense_category: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpenseCategory>, "many">>>;
77
77
  }, "strip", z.ZodTypeAny, {
78
+ expense_category: ExpenseCategory[];
78
79
  status: Status[];
79
80
  search: string;
80
81
  paging: PAGING;
@@ -97,11 +98,11 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
97
98
  date_format_id: string;
98
99
  time_zone_id: string;
99
100
  organisation_ids: string[];
100
- expense_category: ExpenseCategory[];
101
101
  expense_name_ids: string[];
102
102
  }, {
103
103
  date_format_id: string;
104
104
  time_zone_id: string;
105
+ expense_category?: ExpenseCategory[] | undefined;
105
106
  status?: Status[] | undefined;
106
107
  search?: string | undefined;
107
108
  paging?: PAGING | undefined;
@@ -122,7 +123,6 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
122
123
  }[] | undefined;
123
124
  include_master_data?: YesNo | undefined;
124
125
  organisation_ids?: string[] | undefined;
125
- expense_category?: ExpenseCategory[] | undefined;
126
126
  expense_name_ids?: string[] | undefined;
127
127
  }>;
128
128
  type MasterExpenseNameQueryDTO = z.infer<typeof MasterExpenseNameQuerySchema>;
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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, f as MasterMainCountry } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -21,14 +21,14 @@ declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
21
21
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
22
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- document_type: string;
25
24
  description: string;
26
25
  status: Status;
27
26
  organisation_id: string;
28
- }, {
29
27
  document_type: string;
28
+ }, {
30
29
  status: Status;
31
30
  organisation_id: string;
31
+ document_type: string;
32
32
  description?: string | undefined;
33
33
  }>;
34
34
  type MasterVendorDocumentTypeDTO = z.infer<typeof MasterVendorDocumentTypeSchema>;
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -24,14 +24,14 @@ declare const MasterFleetIncidentSeveritySchema: z.ZodObject<{
24
24
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
25
25
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
26
26
  }, "strip", z.ZodTypeAny, {
27
+ fleet_incident_severity: string;
27
28
  description: string;
28
29
  status: Status;
29
30
  organisation_id: string;
30
- fleet_incident_severity: string;
31
31
  }, {
32
+ fleet_incident_severity: string;
32
33
  status: Status;
33
34
  organisation_id: string;
34
- fleet_incident_severity: string;
35
35
  description?: string | undefined;
36
36
  }>;
37
37
  type MasterFleetIncidentSeverityDTO = z.infer<typeof MasterFleetIncidentSeveritySchema>;
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -24,14 +24,14 @@ declare const MasterFleetIncidentStatusSchema: z.ZodObject<{
24
24
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
25
25
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
26
26
  }, "strip", z.ZodTypeAny, {
27
- fleet_incident_status: string;
28
27
  description: string;
29
28
  status: Status;
30
29
  organisation_id: string;
31
- }, {
32
30
  fleet_incident_status: string;
31
+ }, {
33
32
  status: Status;
34
33
  organisation_id: string;
34
+ fleet_incident_status: string;
35
35
  description?: string | undefined;
36
36
  }>;
37
37
  type MasterFleetIncidentStatusDTO = z.infer<typeof MasterFleetIncidentStatusSchema>;
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { f as MasterMainCountry, a4 as MasterMainCountryDTO, a6 as MasterMainCountryQueryDTO, a5 as MasterMainCountryQuerySchema, a3 as MasterMainCountrySchema, aa as createMasterMainCountry, ac as deleteMasterMainCountry, a9 as findMasterMainCountries, ad as getMasterMainCountryCache, ae as getMasterMainCountryCacheChild, a8 as newMasterMainCountryPayload, a7 as toMasterMainCountryPayload, ab as updateMasterMainCountry } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { f as MasterMainCountry, a4 as MasterMainCountryDTO, a6 as MasterMainCountryQueryDTO, a5 as MasterMainCountryQuerySchema, a3 as MasterMainCountrySchema, aa as createMasterMainCountry, ac as deleteMasterMainCountry, a9 as findMasterMainCountries, ad as getMasterMainCountryCache, ae as getMasterMainCountryCacheChild, a8 as newMasterMainCountryPayload, a7 as toMasterMainCountryPayload, ab as updateMasterMainCountry } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { r as MasterMainCurrency, v as MasterMainCurrencyDTO, x as MasterMainCurrencyQueryDTO, w as MasterMainCurrencyQuerySchema, s as MasterMainCurrencySchema, B as createMasterMainCurrency, D as deleteMasterMainCurrency, A as findMasterMainCurrencies, E as getMasterMainCurrencyCache, z as newMasterMainCurrencyPayload, y as toMasterMainCurrencyPayload, C as updateMasterMainCurrency } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { r as MasterMainCurrency, v as MasterMainCurrencyDTO, x as MasterMainCurrencyQueryDTO, w as MasterMainCurrencyQuerySchema, s as MasterMainCurrencySchema, B as createMasterMainCurrency, D as deleteMasterMainCurrency, A as findMasterMainCurrencies, E as getMasterMainCurrencyCache, z as newMasterMainCurrencyPayload, y as toMasterMainCurrencyPayload, C as updateMasterMainCurrency } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { af as MasterMainDateFormat, ah as MasterMainDateFormatDTO, aj as MasterMainDateFormatQueryDTO, ai as MasterMainDateFormatQuerySchema, ag as MasterMainDateFormatSchema, an as createMasterMainDateFormat, ap as deleteMasterMainDateFormat, am as findMasterMainDateFormats, aq as getMasterMainDateFormatCache, al as newMasterMainDateFormatPayload, ak as toMasterMainDateFormatPayload, ao as updateMasterMainDateFormat } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { af as MasterMainDateFormat, ah as MasterMainDateFormatDTO, aj as MasterMainDateFormatQueryDTO, ai as MasterMainDateFormatQuerySchema, ag as MasterMainDateFormatSchema, an as createMasterMainDateFormat, ap as deleteMasterMainDateFormat, am as findMasterMainDateFormats, aq as getMasterMainDateFormatCache, al as newMasterMainDateFormatPayload, ak as toMasterMainDateFormatPayload, ao as updateMasterMainDateFormat } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -15,12 +15,12 @@ declare const MasterMainEwayBillProviderSchema: z.ZodObject<{
15
15
  provider_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16
16
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- status: Status;
19
18
  provider_name: string;
20
19
  provider_code: string;
21
- }, {
22
20
  status: Status;
21
+ }, {
23
22
  provider_name: string;
23
+ status: Status;
24
24
  provider_code?: string | undefined;
25
25
  }>;
26
26
  type MasterMainEwayBillProviderDTO = z.infer<typeof MasterMainEwayBillProviderSchema>;
@@ -15,12 +15,12 @@ declare const MasterMainFasttagBankSchema: z.ZodObject<{
15
15
  bank_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16
16
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
17
17
  }, "strip", z.ZodTypeAny, {
18
+ status: Status;
18
19
  bank_name: string;
19
20
  bank_code: string;
20
- status: Status;
21
21
  }, {
22
- bank_name: string;
23
22
  status: Status;
23
+ bank_name: string;
24
24
  bank_code?: string | undefined;
25
25
  }>;
26
26
  type MasterMainFasttagBankDTO = z.infer<typeof MasterMainFasttagBankSchema>;
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { h as MasterMainIndustry, j as MasterMainIndustryDTO, l as MasterMainIndustryQueryDTO, k as MasterMainIndustryQuerySchema, i as MasterMainIndustrySchema, o as createMasterMainIndustry, p as deleteMasterMainIndustry, m as findMasterMainIndustrys, q as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { h as MasterMainIndustry, j as MasterMainIndustryDTO, l as MasterMainIndustryQueryDTO, k as MasterMainIndustryQuerySchema, i as MasterMainIndustrySchema, o as createMasterMainIndustry, p as deleteMasterMainIndustry, m as findMasterMainIndustrys, q as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -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 { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { hr as MasterMainLanguage, ht as MasterMainLanguageDTO, hv as MasterMainLanguageQueryDTO, hu as MasterMainLanguageQuerySchema, hs as MasterMainLanguageSchema, hz as createMasterMainLanguage, hB as deleteMasterMainLanguage, hy as findMasterMainLanguages, hC as getMasterMainLanguageCache, hx as newMasterMainLanguagePayload, hw as toMasterMainLanguagePayload, hA as updateMasterMainLanguage } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { hB as MasterMainLanguage, hD as MasterMainLanguageDTO, hF as MasterMainLanguageQueryDTO, hE as MasterMainLanguageQuerySchema, hC as MasterMainLanguageSchema, hJ as createMasterMainLanguage, hL as deleteMasterMainLanguage, hI as findMasterMainLanguages, hM as getMasterMainLanguageCache, hH as newMasterMainLanguagePayload, hG as toMasterMainLanguagePayload, hK as updateMasterMainLanguage } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { g as MasterMainState, V as MasterMainStateDTO, X as MasterMainStateQueryDTO, W as MasterMainStateQuerySchema, T as MasterMainStateSchema, $ as createMasterMainState, a1 as deleteMasterMainState, _ as findMasterMainStates, a2 as getMasterMainStateCache, Z as newMasterMainStatePayload, Y as toMasterMainStatePayload, a0 as updateMasterMainState } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { g as MasterMainState, V as MasterMainStateDTO, X as MasterMainStateQueryDTO, W as MasterMainStateQuerySchema, T as MasterMainStateSchema, $ as createMasterMainState, a1 as deleteMasterMainState, _ as findMasterMainStates, a2 as getMasterMainStateCache, Z as newMasterMainStatePayload, Y as toMasterMainStatePayload, a0 as updateMasterMainState } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, P as createMasterMainTimeZone, R as deleteMasterMainTimeZone, N as findMasterMainTimeZones, S as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, Q as updateMasterMainTimeZone } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, P as createMasterMainTimeZone, R as deleteMasterMainTimeZone, N as findMasterMainTimeZones, S as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, Q as updateMasterMainTimeZone } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -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 '../../../user_organisation_service-DsYI7h9f.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ar as MasterMainUnitMileage, at as MasterMainUnitMileageDTO, av as MasterMainUnitMileageQueryDTO, au as MasterMainUnitMileageQuerySchema, as as MasterMainUnitMileageSchema, az as createMasterMainUnitMileage, aB as deleteMasterMainUnitMileage, ay as findMasterMainUnitMileages, aC as getMasterMainUnitMileageCache, ax as newMasterMainUnitMileagePayload, aw as toMasterMainUnitMileagePayload, aA as updateMasterMainUnitMileage } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { ar as MasterMainUnitMileage, at as MasterMainUnitMileageDTO, av as MasterMainUnitMileageQueryDTO, au as MasterMainUnitMileageQuerySchema, as as MasterMainUnitMileageSchema, az as createMasterMainUnitMileage, aB as deleteMasterMainUnitMileage, ay as findMasterMainUnitMileages, aC as getMasterMainUnitMileageCache, ax as newMasterMainUnitMileagePayload, aw as toMasterMainUnitMileagePayload, aA as updateMasterMainUnitMileage } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { aD as MasterMainUnitVolume, aF as MasterMainUnitVolumeDTO, aH as MasterMainUnitVolumeQueryDTO, aG as MasterMainUnitVolumeQuerySchema, aE as MasterMainUnitVolumeSchema, aL as createMasterMainUnitVolume, aN as deleteMasterMainUnitVolume, aK as findMasterMainUnitVolumes, aO as getMasterMainUnitVolumeCache, aJ as newMasterMainUnitVolumePayload, aI as toMasterMainUnitVolumePayload, aM as updateMasterMainUnitVolume } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { aD as MasterMainUnitVolume, aF as MasterMainUnitVolumeDTO, aH as MasterMainUnitVolumeQueryDTO, aG as MasterMainUnitVolumeQuerySchema, aE as MasterMainUnitVolumeSchema, aL as createMasterMainUnitVolume, aN as deleteMasterMainUnitVolume, aK as findMasterMainUnitVolumes, aO as getMasterMainUnitVolumeCache, aJ as newMasterMainUnitVolumePayload, aI as toMasterMainUnitVolumePayload, aM as updateMasterMainUnitVolume } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { O as OrganisationBranch, b2 as OrganisationBranchDTO, b4 as OrganisationBranchQueryDTO, b3 as OrganisationBranchQuerySchema, b1 as OrganisationBranchSchema, b8 as createOrganisationBranch, ba as deleteOrganisationBranch, b7 as findOrganisationBranchs, bb as getOrganisationBranchCache, bd as getOrganisationBranchCacheChild, bc as getOrganisationBranchCacheCount, b6 as newOrganisationBranchPayload, b5 as toOrganisationBranchPayload, b9 as updateOrganisationBranch } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { O as OrganisationBranch, b2 as OrganisationBranchDTO, b4 as OrganisationBranchQueryDTO, b3 as OrganisationBranchQuerySchema, b1 as OrganisationBranchSchema, b8 as createOrganisationBranch, ba as deleteOrganisationBranch, b7 as findOrganisationBranchs, bb as getOrganisationBranchCache, bd as getOrganisationBranchCacheChild, bc as getOrganisationBranchCacheCount, b6 as newOrganisationBranchPayload, b5 as toOrganisationBranchPayload, b9 as updateOrganisationBranch } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { be as OrganisationColor, bg as OrganisationColorDTO, bi as OrganisationColorQueryDTO, bh as OrganisationColorQuerySchema, bf as OrganisationColorSchema, bm as createOrganisationColor, bo as deleteOrganisationColor, bl as findOrganisationColors, bp as getOrganisationColorCache, br as getOrganisationColorCacheChild, bq as getOrganisationColorCacheCount, bk as newOrganisationColorPayload, bj as toOrganisationColorPayload, bn as updateOrganisationColor } from '../../../user_organisation_service-DsYI7h9f.js';
4
+ export { be as OrganisationColor, bg as OrganisationColorDTO, bi as OrganisationColorQueryDTO, bh as OrganisationColorQuerySchema, bf as OrganisationColorSchema, bm as createOrganisationColor, bo as deleteOrganisationColor, bl as findOrganisationColors, bp as getOrganisationColorCache, br as getOrganisationColorCacheChild, bq as getOrganisationColorCacheCount, bk as newOrganisationColorPayload, bj as toOrganisationColorPayload, bn as updateOrganisationColor } from '../../../user_organisation_service-C4kcSPYe.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';