vms-nest-prisma-api-document 5.0.0 → 5.0.1

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 (72) hide show
  1. package/dist/services/account/alert_service.d.ts +32 -32
  2. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  3. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  4. package/dist/services/account/bookmark_service.d.ts +9 -9
  5. package/dist/services/account/notification_service.d.ts +6 -6
  6. package/dist/services/account/ticket_service.d.ts +3 -3
  7. package/dist/services/gps/features/fuel/gps_fuel_vehicle_daily_summary_service.d.ts +1 -1
  8. package/dist/services/gps/features/fuel/gps_fuel_vehicle_refill_service.d.ts +20 -17
  9. package/dist/services/gps/features/fuel/gps_fuel_vehicle_refill_service.js +26 -15
  10. package/dist/services/gps/features/fuel/gps_fuel_vehicle_removal_service.d.ts +23 -20
  11. package/dist/services/gps/features/fuel/gps_fuel_vehicle_removal_service.js +29 -18
  12. package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +11 -11
  13. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +5 -5
  14. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +8 -8
  15. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +11 -11
  16. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +17 -17
  17. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +10 -10
  18. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  19. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  20. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  21. package/dist/services/main/users/auth_service.d.ts +1 -1
  22. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  23. package/dist/services/main/users/user_service.d.ts +1 -1
  24. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  25. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  26. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  27. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  28. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  29. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  30. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  31. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  32. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  33. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  34. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  35. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  36. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  37. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  38. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  39. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  40. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  41. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  42. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  43. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  44. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  45. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  46. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  47. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  48. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  49. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  50. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  51. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  52. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  53. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  54. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  55. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  56. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  57. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  58. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  59. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  60. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  61. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  62. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  63. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  64. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  65. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  66. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  67. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  68. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  69. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  70. package/dist/services/website/static_pages_service.d.ts +1 -1
  71. package/package.json +1 -1
  72. package/dist/{user_organisation_service-B_mpMXYI.d.ts → user_organisation_service-DJWj2iMa.d.ts} +20 -20
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ba as MasterDeviceType, bc as MasterDeviceTypeDTO, be as MasterDeviceTypeQueryDTO, bd as MasterDeviceTypeQuerySchema, bb as MasterDeviceTypeSchema, bi as createMasterDeviceType, bk as deleteMasterDeviceType, bh as findMasterDeviceTypes, bl as getMasterDeviceTypeCache, bn as getMasterDeviceTypeCacheChild, bm as getMasterDeviceTypeCacheCount, bg as newMasterDeviceTypePayload, bf as toMasterDeviceTypePayload, bj as updateMasterDeviceType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { ba as MasterDeviceType, bc as MasterDeviceTypeDTO, be as MasterDeviceTypeQueryDTO, bd as MasterDeviceTypeQuerySchema, bb as MasterDeviceTypeSchema, bi as createMasterDeviceType, bk as deleteMasterDeviceType, bh as findMasterDeviceTypes, bl as getMasterDeviceTypeCache, bn as getMasterDeviceTypeCacheChild, bm as getMasterDeviceTypeCacheCount, bg as newMasterDeviceTypePayload, bf as toMasterDeviceTypePayload, bj as updateMasterDeviceType } from '../../../user_organisation_service-DJWj2iMa.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 { gW as MasterExpenseName, gY as MasterExpenseNameDTO, g_ as MasterExpenseNameQueryDTO, gZ as MasterExpenseNameQuerySchema, gX as MasterExpenseNameSchema, h2 as createMasterExpenseName, h4 as deleteMasterExpenseName, h1 as findMasterExpenseNames, h5 as getMasterExpenseNameCache, h0 as newMasterExpenseNamePayload, g$ as toMasterExpenseNamePayload, h3 as updateMasterExpenseName } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { gW as MasterExpenseName, gY as MasterExpenseNameDTO, g_ as MasterExpenseNameQueryDTO, gZ as MasterExpenseNameQuerySchema, gX as MasterExpenseNameSchema, h2 as createMasterExpenseName, h4 as deleteMasterExpenseName, h1 as findMasterExpenseNames, h5 as getMasterExpenseNameCache, h0 as newMasterExpenseNamePayload, g$ as toMasterExpenseNamePayload, h3 as updateMasterExpenseName } from '../../../user_organisation_service-DJWj2iMa.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 { h6 as MasterExpenseType, h8 as MasterExpenseTypeDTO, ha as MasterExpenseTypeQueryDTO, h9 as MasterExpenseTypeQuerySchema, h7 as MasterExpenseTypeSchema, he as createMasterExpenseType, hg as deleteMasterExpenseType, hd as findMasterExpenseTypes, hh as getMasterExpenseTypeCache, hc as newMasterExpenseTypePayload, hb as toMasterExpenseTypePayload, hf as updateMasterExpenseType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { h6 as MasterExpenseType, h8 as MasterExpenseTypeDTO, ha as MasterExpenseTypeQueryDTO, h9 as MasterExpenseTypeQuerySchema, h7 as MasterExpenseTypeSchema, he as createMasterExpenseType, hg as deleteMasterExpenseType, hd as findMasterExpenseTypes, hh as getMasterExpenseTypeCache, hc as newMasterExpenseTypePayload, hb as toMasterExpenseTypePayload, hf as updateMasterExpenseType } from '../../../user_organisation_service-DJWj2iMa.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 { j3 as MasterVendorType, j5 as MasterVendorTypeDTO, j7 as MasterVendorTypeQueryDTO, j6 as MasterVendorTypeQuerySchema, j4 as MasterVendorTypeSchema, jb as createMasterVendorType, jd as deleteMasterVendorType, ja as findMasterVendorTypes, je as getMasterVendorTypeCache, j9 as newMasterVendorTypePayload, j8 as toMasterVendorTypePayload, jc as updateMasterVendorType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { j3 as MasterVendorType, j5 as MasterVendorTypeDTO, j7 as MasterVendorTypeQueryDTO, j6 as MasterVendorTypeQuerySchema, j4 as MasterVendorTypeSchema, jb as createMasterVendorType, jd as deleteMasterVendorType, ja as findMasterVendorTypes, je as getMasterVendorTypeCache, j9 as newMasterVendorTypePayload, j8 as toMasterVendorTypePayload, jc as updateMasterVendorType } from '../../../user_organisation_service-DJWj2iMa.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 { ii as MasterFleetIncidentSeverity, ik as MasterFleetIncidentSeverityDTO, im as MasterFleetIncidentSeverityQueryDTO, il as MasterFleetIncidentSeverityQuerySchema, ij as MasterFleetIncidentSeveritySchema, ir as createMasterFleetIncidentSeverity, it as deleteMasterFleetIncidentSeverity, iq as findMasterFleetIncidentSeverities, iu as getMasterFleetIncidentSeverityCache, ip as newMasterFleetIncidentSeverityPayload, io as toMasterFleetIncidentSeverityPayload, is as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { ii as MasterFleetIncidentSeverity, ik as MasterFleetIncidentSeverityDTO, im as MasterFleetIncidentSeverityQueryDTO, il as MasterFleetIncidentSeverityQuerySchema, ij as MasterFleetIncidentSeveritySchema, ir as createMasterFleetIncidentSeverity, it as deleteMasterFleetIncidentSeverity, iq as findMasterFleetIncidentSeverities, iu as getMasterFleetIncidentSeverityCache, ip as newMasterFleetIncidentSeverityPayload, io as toMasterFleetIncidentSeverityPayload, is as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-DJWj2iMa.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 { i5 as MasterFleetIncidentStatus, i7 as MasterFleetIncidentStatusDTO, i9 as MasterFleetIncidentStatusQueryDTO, i8 as MasterFleetIncidentStatusQuerySchema, i6 as MasterFleetIncidentStatusSchema, id as createMasterFleetIncidentStatus, ig as deleteMasterFleetIncidentStatus, ic as findMasterFleetIncidentStatuses, ih as getMasterFleetIncidentStatusCache, ib as newMasterFleetIncidentStatusPayload, ia as toMasterFleetIncidentStatusPayload, ie as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { i5 as MasterFleetIncidentStatus, i7 as MasterFleetIncidentStatusDTO, i9 as MasterFleetIncidentStatusQueryDTO, i8 as MasterFleetIncidentStatusQuerySchema, i6 as MasterFleetIncidentStatusSchema, id as createMasterFleetIncidentStatus, ig as deleteMasterFleetIncidentStatus, ic as findMasterFleetIncidentStatuses, ih as getMasterFleetIncidentStatusCache, ib as newMasterFleetIncidentStatusPayload, ia as toMasterFleetIncidentStatusPayload, ie as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-DJWj2iMa.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 { hV as MasterFleetIncidentType, hX as MasterFleetIncidentTypeDTO, hZ as MasterFleetIncidentTypeQueryDTO, hY as MasterFleetIncidentTypeQuerySchema, hW as MasterFleetIncidentTypeSchema, i1 as createMasterFleetIncidentType, i3 as deleteMasterFleetIncidentType, i0 as findMasterFleetIncidentTypes, i4 as getMasterFleetIncidentTypeCache, h$ as newMasterFleetIncidentTypePayload, h_ as toMasterFleetIncidentTypePayload, i2 as updateMasterFleetIncidentType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { hV as MasterFleetIncidentType, hX as MasterFleetIncidentTypeDTO, hZ as MasterFleetIncidentTypeQueryDTO, hY as MasterFleetIncidentTypeQuerySchema, hW as MasterFleetIncidentTypeSchema, i1 as createMasterFleetIncidentType, i3 as deleteMasterFleetIncidentType, i0 as findMasterFleetIncidentTypes, i4 as getMasterFleetIncidentTypeCache, h$ as newMasterFleetIncidentTypePayload, h_ as toMasterFleetIncidentTypePayload, i2 as updateMasterFleetIncidentType } from '../../../user_organisation_service-DJWj2iMa.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 { iv as MasterFleetInsuranceClaimStatus, ix as MasterFleetInsuranceClaimStatusDTO, iz as MasterFleetInsuranceClaimStatusQueryDTO, iy as MasterFleetInsuranceClaimStatusQuerySchema, iw as MasterFleetInsuranceClaimStatusSchema, iD as createMasterFleetInsuranceClaimStatus, iF as deleteMasterFleetInsuranceClaimStatus, iC as findMasterFleetInsuranceClaimStatuses, iG as getMasterFleetInsuranceClaimStatusCache, iB as newMasterFleetInsuranceClaimStatusPayload, iA as toMasterFleetInsuranceClaimStatusPayload, iE as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { iv as MasterFleetInsuranceClaimStatus, ix as MasterFleetInsuranceClaimStatusDTO, iz as MasterFleetInsuranceClaimStatusQueryDTO, iy as MasterFleetInsuranceClaimStatusQuerySchema, iw as MasterFleetInsuranceClaimStatusSchema, iD as createMasterFleetInsuranceClaimStatus, iF as deleteMasterFleetInsuranceClaimStatus, iC as findMasterFleetInsuranceClaimStatuses, iG as getMasterFleetInsuranceClaimStatusCache, iB as newMasterFleetInsuranceClaimStatusPayload, iA as toMasterFleetInsuranceClaimStatusPayload, iE as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-DJWj2iMa.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 { iH as MasterFleetServiceTask, iJ as MasterFleetServiceTaskDTO, iL as MasterFleetServiceTaskQueryDTO, iK as MasterFleetServiceTaskQuerySchema, iI as MasterFleetServiceTaskSchema, iP as createMasterFleetServiceTask, iR as deleteMasterFleetServiceTask, iO as findMasterFleetServiceTasks, iS as getMasterFleetServiceTaskCache, iN as newMasterFleetServiceTaskPayload, iM as toMasterFleetServiceTaskPayload, iQ as updateMasterFleetServiceTask } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { iH as MasterFleetServiceTask, iJ as MasterFleetServiceTaskDTO, iL as MasterFleetServiceTaskQueryDTO, iK as MasterFleetServiceTaskQuerySchema, iI as MasterFleetServiceTaskSchema, iP as createMasterFleetServiceTask, iR as deleteMasterFleetServiceTask, iO as findMasterFleetServiceTasks, iS as getMasterFleetServiceTaskCache, iN as newMasterFleetServiceTaskPayload, iM as toMasterFleetServiceTaskPayload, iQ as updateMasterFleetServiceTask } from '../../../user_organisation_service-DJWj2iMa.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 { c as MasterMainCountry, a1 as MasterMainCountryDTO, a3 as MasterMainCountryQueryDTO, a2 as MasterMainCountryQuerySchema, a0 as MasterMainCountrySchema, a7 as createMasterMainCountry, a9 as deleteMasterMainCountry, a6 as findMasterMainCountries, aa as getMasterMainCountryCache, ab as getMasterMainCountryCacheChild, a5 as newMasterMainCountryPayload, a4 as toMasterMainCountryPayload, a8 as updateMasterMainCountry } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { c as MasterMainCountry, a1 as MasterMainCountryDTO, a3 as MasterMainCountryQueryDTO, a2 as MasterMainCountryQuerySchema, a0 as MasterMainCountrySchema, a7 as createMasterMainCountry, a9 as deleteMasterMainCountry, a6 as findMasterMainCountries, aa as getMasterMainCountryCache, ab as getMasterMainCountryCacheChild, a5 as newMasterMainCountryPayload, a4 as toMasterMainCountryPayload, a8 as updateMasterMainCountry } from '../../../user_organisation_service-DJWj2iMa.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 { p as MasterMainCurrency, r as MasterMainCurrencyDTO, v as MasterMainCurrencyQueryDTO, s as MasterMainCurrencyQuerySchema, q as MasterMainCurrencySchema, z as createMasterMainCurrency, B as deleteMasterMainCurrency, y as findMasterMainCurrencies, C as getMasterMainCurrencyCache, x as newMasterMainCurrencyPayload, w as toMasterMainCurrencyPayload, A as updateMasterMainCurrency } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { p as MasterMainCurrency, r as MasterMainCurrencyDTO, v as MasterMainCurrencyQueryDTO, s as MasterMainCurrencyQuerySchema, q as MasterMainCurrencySchema, z as createMasterMainCurrency, B as deleteMasterMainCurrency, y as findMasterMainCurrencies, C as getMasterMainCurrencyCache, x as newMasterMainCurrencyPayload, w as toMasterMainCurrencyPayload, A as updateMasterMainCurrency } from '../../../user_organisation_service-DJWj2iMa.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 { ac as MasterMainDateFormat, ae as MasterMainDateFormatDTO, ag as MasterMainDateFormatQueryDTO, af as MasterMainDateFormatQuerySchema, ad as MasterMainDateFormatSchema, ak as createMasterMainDateFormat, am as deleteMasterMainDateFormat, aj as findMasterMainDateFormats, an as getMasterMainDateFormatCache, ai as newMasterMainDateFormatPayload, ah as toMasterMainDateFormatPayload, al as updateMasterMainDateFormat } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { ac as MasterMainDateFormat, ae as MasterMainDateFormatDTO, ag as MasterMainDateFormatQueryDTO, af as MasterMainDateFormatQuerySchema, ad as MasterMainDateFormatSchema, ak as createMasterMainDateFormat, am as deleteMasterMainDateFormat, aj as findMasterMainDateFormats, an as getMasterMainDateFormatCache, ai as newMasterMainDateFormatPayload, ah as toMasterMainDateFormatPayload, al as updateMasterMainDateFormat } from '../../../user_organisation_service-DJWj2iMa.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 MasterMainIndustry, h as MasterMainIndustryDTO, j as MasterMainIndustryQueryDTO, i as MasterMainIndustryQuerySchema, g as MasterMainIndustrySchema, l as createMasterMainIndustry, m as deleteMasterMainIndustry, k as findMasterMainIndustries, o as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { f as MasterMainIndustry, h as MasterMainIndustryDTO, j as MasterMainIndustryQueryDTO, i as MasterMainIndustryQuerySchema, g as MasterMainIndustrySchema, l as createMasterMainIndustry, m as deleteMasterMainIndustry, k as findMasterMainIndustries, o as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-DJWj2iMa.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 { c as MasterMainCountry, d as MasterMainState } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ import { c as MasterMainCountry, d as MasterMainState } from '../../../user_organisation_service-DJWj2iMa.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 { ga as MasterMainLanguage, gc as MasterMainLanguageDTO, ge as MasterMainLanguageQueryDTO, gd as MasterMainLanguageQuerySchema, gb as MasterMainLanguageSchema, gi as createMasterMainLanguage, gk as deleteMasterMainLanguage, gh as findMasterMainLanguages, gl as getMasterMainLanguageCache, gg as newMasterMainLanguagePayload, gf as toMasterMainLanguagePayload, gj as updateMasterMainLanguage } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { ga as MasterMainLanguage, gc as MasterMainLanguageDTO, ge as MasterMainLanguageQueryDTO, gd as MasterMainLanguageQuerySchema, gb as MasterMainLanguageSchema, gi as createMasterMainLanguage, gk as deleteMasterMainLanguage, gh as findMasterMainLanguages, gl as getMasterMainLanguageCache, gg as newMasterMainLanguagePayload, gf as toMasterMainLanguagePayload, gj as updateMasterMainLanguage } from '../../../user_organisation_service-DJWj2iMa.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 { d as MasterMainState, R as MasterMainStateDTO, T as MasterMainStateQueryDTO, S as MasterMainStateQuerySchema, Q as MasterMainStateSchema, Y as createMasterMainState, _ as deleteMasterMainState, X as findMasterMainStates, $ as getMasterMainStateCache, W as newMasterMainStatePayload, V as toMasterMainStatePayload, Z as updateMasterMainState } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { d as MasterMainState, R as MasterMainStateDTO, T as MasterMainStateQueryDTO, S as MasterMainStateQuerySchema, Q as MasterMainStateSchema, Y as createMasterMainState, _ as deleteMasterMainState, X as findMasterMainStates, $ as getMasterMainStateCache, W as newMasterMainStatePayload, V as toMasterMainStatePayload, Z as updateMasterMainState } from '../../../user_organisation_service-DJWj2iMa.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 { D as MasterMainTimeZone, F as MasterMainTimeZoneDTO, H as MasterMainTimeZoneQueryDTO, G as MasterMainTimeZoneQuerySchema, E as MasterMainTimeZoneSchema, L as createMasterMainTimeZone, O as deleteMasterMainTimeZone, K as findMasterMainTimeZones, P as getMasterMainTimeZoneCache, J as newMasterMainTimeZonePayload, I as toMasterMainTimeZonePayload, N as updateMasterMainTimeZone } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { D as MasterMainTimeZone, F as MasterMainTimeZoneDTO, H as MasterMainTimeZoneQueryDTO, G as MasterMainTimeZoneQuerySchema, E as MasterMainTimeZoneSchema, L as createMasterMainTimeZone, O as deleteMasterMainTimeZone, K as findMasterMainTimeZones, P as getMasterMainTimeZoneCache, J as newMasterMainTimeZonePayload, I as toMasterMainTimeZonePayload, N as updateMasterMainTimeZone } from '../../../user_organisation_service-DJWj2iMa.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 { ao as MasterMainUnitDistance, aq as MasterMainUnitDistanceDTO, as as MasterMainUnitDistanceQueryDTO, ar as MasterMainUnitDistanceQuerySchema, ap as MasterMainUnitDistanceSchema, aw as createMasterMainUnitDistance, ay as deleteMasterMainUnitDistance, av as findMasterMainUnitDistances, az as getMasterMainUnitDistanceCache, au as newMasterMainUnitDistancePayload, at as toMasterMainUnitDistancePayload, ax as updateMasterMainUnitDistance } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { ao as MasterMainUnitDistance, aq as MasterMainUnitDistanceDTO, as as MasterMainUnitDistanceQueryDTO, ar as MasterMainUnitDistanceQuerySchema, ap as MasterMainUnitDistanceSchema, aw as createMasterMainUnitDistance, ay as deleteMasterMainUnitDistance, av as findMasterMainUnitDistances, az as getMasterMainUnitDistanceCache, au as newMasterMainUnitDistancePayload, at as toMasterMainUnitDistancePayload, ax as updateMasterMainUnitDistance } from '../../../user_organisation_service-DJWj2iMa.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 { aA as MasterMainUnitMileage, aC as MasterMainUnitMileageDTO, aE as MasterMainUnitMileageQueryDTO, aD as MasterMainUnitMileageQuerySchema, aB as MasterMainUnitMileageSchema, aI as createMasterMainUnitMileage, aK as deleteMasterMainUnitMileage, aH as findMasterMainUnitMileages, aL as getMasterMainUnitMileageCache, aG as newMasterMainUnitMileagePayload, aF as toMasterMainUnitMileagePayload, aJ as updateMasterMainUnitMileage } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { aA as MasterMainUnitMileage, aC as MasterMainUnitMileageDTO, aE as MasterMainUnitMileageQueryDTO, aD as MasterMainUnitMileageQuerySchema, aB as MasterMainUnitMileageSchema, aI as createMasterMainUnitMileage, aK as deleteMasterMainUnitMileage, aH as findMasterMainUnitMileages, aL as getMasterMainUnitMileageCache, aG as newMasterMainUnitMileagePayload, aF as toMasterMainUnitMileagePayload, aJ as updateMasterMainUnitMileage } from '../../../user_organisation_service-DJWj2iMa.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 { aM as MasterMainUnitVolume, aO as MasterMainUnitVolumeDTO, aQ as MasterMainUnitVolumeQueryDTO, aP as MasterMainUnitVolumeQuerySchema, aN as MasterMainUnitVolumeSchema, aU as createMasterMainUnitVolume, aW as deleteMasterMainUnitVolume, aT as findMasterMainUnitVolumes, aX as getMasterMainUnitVolumeCache, aS as newMasterMainUnitVolumePayload, aR as toMasterMainUnitVolumePayload, aV as updateMasterMainUnitVolume } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { aM as MasterMainUnitVolume, aO as MasterMainUnitVolumeDTO, aQ as MasterMainUnitVolumeQueryDTO, aP as MasterMainUnitVolumeQuerySchema, aN as MasterMainUnitVolumeSchema, aU as createMasterMainUnitVolume, aW as deleteMasterMainUnitVolume, aT as findMasterMainUnitVolumes, aX as getMasterMainUnitVolumeCache, aS as newMasterMainUnitVolumePayload, aR as toMasterMainUnitVolumePayload, aV as updateMasterMainUnitVolume } from '../../../user_organisation_service-DJWj2iMa.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 { cv as OrganisationBranch, cx as OrganisationBranchDTO, cz as OrganisationBranchQueryDTO, cy as OrganisationBranchQuerySchema, cw as OrganisationBranchSchema, cD as createOrganisationBranch, cF as deleteOrganisationBranch, cC as findOrganisationBranches, cG as getOrganisationBranchCache, cH as getOrganisationBranchCacheChild, cI as getOrganisationBranchCacheCount, cB as newOrganisationBranchPayload, cA as toOrganisationBranchPayload, cE as updateOrganisationBranch } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { cv as OrganisationBranch, cx as OrganisationBranchDTO, cz as OrganisationBranchQueryDTO, cy as OrganisationBranchQuerySchema, cw as OrganisationBranchSchema, cD as createOrganisationBranch, cF as deleteOrganisationBranch, cC as findOrganisationBranches, cG as getOrganisationBranchCache, cH as getOrganisationBranchCacheChild, cI as getOrganisationBranchCacheCount, cB as newOrganisationBranchPayload, cA as toOrganisationBranchPayload, cE as updateOrganisationBranch } from '../../../user_organisation_service-DJWj2iMa.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 { cJ as OrganisationColor, cL as OrganisationColorDTO, cN as OrganisationColorQueryDTO, cM as OrganisationColorQuerySchema, cK as OrganisationColorSchema, cR as createOrganisationColor, cT as deleteOrganisationColor, cQ as findOrganisationColors, cU as getOrganisationColorCache, cV as getOrganisationColorCacheChild, cW as getOrganisationColorCacheCount, cP as newOrganisationColorPayload, cO as toOrganisationColorPayload, cS as updateOrganisationColor } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { cJ as OrganisationColor, cL as OrganisationColorDTO, cN as OrganisationColorQueryDTO, cM as OrganisationColorQuerySchema, cK as OrganisationColorSchema, cR as createOrganisationColor, cT as deleteOrganisationColor, cQ as findOrganisationColors, cU as getOrganisationColorCache, cV as getOrganisationColorCacheChild, cW as getOrganisationColorCacheCount, cP as newOrganisationColorPayload, cO as toOrganisationColorPayload, cS as updateOrganisationColor } from '../../../user_organisation_service-DJWj2iMa.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 { d9 as OrganisationGroup, dc as OrganisationGroupDTO, de as OrganisationGroupQueryDTO, dd as OrganisationGroupQuerySchema, db as OrganisationGroupSchema, da as VehicleOrganisationGroupLink, di as createOrganisationGroup, dk as deleteOrganisationGroup, dh as findOrganisationGroups, dl as getOrganisationGroupCache, dm as getOrganisationGroupCacheChild, dn as getOrganisationGroupCacheCount, dg as newOrganisationGroupPayload, df as toOrganisationGroupPayload, dj as updateOrganisationGroup } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { d9 as OrganisationGroup, dc as OrganisationGroupDTO, de as OrganisationGroupQueryDTO, dd as OrganisationGroupQuerySchema, db as OrganisationGroupSchema, da as VehicleOrganisationGroupLink, di as createOrganisationGroup, dk as deleteOrganisationGroup, dh as findOrganisationGroups, dl as getOrganisationGroupCache, dm as getOrganisationGroupCacheChild, dn as getOrganisationGroupCacheCount, dg as newOrganisationGroupPayload, df as toOrganisationGroupPayload, dj as updateOrganisationGroup } from '../../../user_organisation_service-DJWj2iMa.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 { ch as OrganisationSubCompany, cj as OrganisationSubCompanyDTO, cl as OrganisationSubCompanyQueryDTO, ck as OrganisationSubCompanyQuerySchema, ci as OrganisationSubCompanySchema, cp as createOrganisationSubCompany, cr as deleteOrganisationSubCompany, co as findOrganisationSubCompanies, cs as getOrganisationSubCompanyCache, ct as getOrganisationSubCompanyCacheChild, cu as getOrganisationSubCompanyCacheCount, cn as newOrganisationSubCompanyPayload, cm as toOrganisationSubCompanyPayload, cq as updateOrganisationSubCompany } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { ch as OrganisationSubCompany, cj as OrganisationSubCompanyDTO, cl as OrganisationSubCompanyQueryDTO, ck as OrganisationSubCompanyQuerySchema, ci as OrganisationSubCompanySchema, cp as createOrganisationSubCompany, cr as deleteOrganisationSubCompany, co as findOrganisationSubCompanies, cs as getOrganisationSubCompanyCache, ct as getOrganisationSubCompanyCacheChild, cu as getOrganisationSubCompanyCacheCount, cn as newOrganisationSubCompanyPayload, cm as toOrganisationSubCompanyPayload, cq as updateOrganisationSubCompany } from '../../../user_organisation_service-DJWj2iMa.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 { cX as OrganisationTag, cZ as OrganisationTagDTO, c$ as OrganisationTagQueryDTO, c_ as OrganisationTagQuerySchema, cY as OrganisationTagSchema, d3 as createOrganisationTag, d5 as deleteOrganisationTag, d2 as findOrganisationTags, d6 as getOrganisationTagCache, d7 as getOrganisationTagCacheChild, d8 as getOrganisationTagCacheCount, d1 as newOrganisationTagPayload, d0 as toOrganisationTagPayload, d4 as updateOrganisationTag } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { cX as OrganisationTag, cZ as OrganisationTagDTO, c$ as OrganisationTagQueryDTO, c_ as OrganisationTagQuerySchema, cY as OrganisationTagSchema, d3 as createOrganisationTag, d5 as deleteOrganisationTag, d2 as findOrganisationTags, d6 as getOrganisationTagCache, d7 as getOrganisationTagCacheChild, d8 as getOrganisationTagCacheCount, d1 as newOrganisationTagPayload, d0 as toOrganisationTagPayload, d4 as updateOrganisationTag } from '../../../user_organisation_service-DJWj2iMa.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 { jr as MasterSparePartCategory, jt as MasterSparePartCategoryDTO, js as MasterSparePartCategorySchema, jv as SparePartCategoryQueryDTO, ju as SparePartCategoryQuerySchema, jz as createMasterSparePartCategory, jB as deleteMasterSparePartCategory, jy as findMasterSparePartCategories, jD as getMasterSparePartCategoryCache, jC as getMasterSparePartCategoryCacheAdmin, jE as getMasterSparePartCategoryCacheChild, jF as getMasterSparePartCategoryCacheCount, jx as newMasterSparePartCategoryPayload, jw as toMasterSparePartCategoryPayload, jA as updateMasterSparePartCategory } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { jr as MasterSparePartCategory, jt as MasterSparePartCategoryDTO, js as MasterSparePartCategorySchema, jv as SparePartCategoryQueryDTO, ju as SparePartCategoryQuerySchema, jz as createMasterSparePartCategory, jB as deleteMasterSparePartCategory, jy as findMasterSparePartCategories, jD as getMasterSparePartCategoryCache, jC as getMasterSparePartCategoryCacheAdmin, jE as getMasterSparePartCategoryCacheChild, jF as getMasterSparePartCategoryCacheCount, jx as newMasterSparePartCategoryPayload, jw as toMasterSparePartCategoryPayload, jA as updateMasterSparePartCategory } from '../../../user_organisation_service-DJWj2iMa.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 { jf as MasterSparePartSubCategory, jh as MasterSparePartSubCategoryDTO, jg as MasterSparePartSubCategorySchema, jj as SparePartSubCategoryQueryDTO, ji as SparePartSubCategoryQuerySchema, jn as createMasterSparePartSubCategory, jp as deleteMasterSparePartSubCategory, jm as findMasterSparePartSubCategories, jq as getMasterSparePartSubCategoryCache, jl as newMasterSparePartSubCategoryPayload, jk as toMasterSparePartSubCategoryPayload, jo as updateMasterSparePartSubCategory } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { jf as MasterSparePartSubCategory, jh as MasterSparePartSubCategoryDTO, jg as MasterSparePartSubCategorySchema, jj as SparePartSubCategoryQueryDTO, ji as SparePartSubCategoryQuerySchema, jn as createMasterSparePartSubCategory, jp as deleteMasterSparePartSubCategory, jm as findMasterSparePartSubCategories, jq as getMasterSparePartSubCategoryCache, jl as newMasterSparePartSubCategoryPayload, jk as toMasterSparePartSubCategoryPayload, jo as updateMasterSparePartSubCategory } from '../../../user_organisation_service-DJWj2iMa.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 { jG as MasterSparePartUnit, jI as MasterSparePartUnitDTO, jH as MasterSparePartUnitSchema, jK as SparePartUnitQueryDTO, jJ as SparePartUnitQuerySchema, jO as createMasterSparePartUnit, jQ as deleteMasterSparePartUnit, jN as findMasterSparePartUnits, jR as getMasterSparePartUnitCache, jM as newMasterSparePartUnitPayload, jL as toMasterSparePartUnitPayload, jP as updateMasterSparePartUnit } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { jG as MasterSparePartUnit, jI as MasterSparePartUnitDTO, jH as MasterSparePartUnitSchema, jK as SparePartUnitQueryDTO, jJ as SparePartUnitQuerySchema, jO as createMasterSparePartUnit, jQ as deleteMasterSparePartUnit, jN as findMasterSparePartUnits, jR as getMasterSparePartUnitCache, jM as newMasterSparePartUnitPayload, jL as toMasterSparePartUnitPayload, jP as updateMasterSparePartUnit } from '../../../user_organisation_service-DJWj2iMa.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 { iT as MasterTripPartyType, iV as MasterTripPartyTypeDTO, iX as MasterTripPartyTypeQueryDTO, iW as MasterTripPartyTypeQuerySchema, iU as MasterTripPartyTypeSchema, i$ as createMasterTripPartyType, j1 as deleteMasterTripPartyType, i_ as findMasterTripPartyTypes, j2 as getMasterTripPartyTypeCache, iZ as newMasterTripPartyTypePayload, iY as toMasterTripPartyTypePayload, j0 as updateMasterTripPartyType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { iT as MasterTripPartyType, iV as MasterTripPartyTypeDTO, iX as MasterTripPartyTypeQueryDTO, iW as MasterTripPartyTypeQuerySchema, iU as MasterTripPartyTypeSchema, i$ as createMasterTripPartyType, j1 as deleteMasterTripPartyType, i_ as findMasterTripPartyTypes, j2 as getMasterTripPartyTypeCache, iZ as newMasterTripPartyTypePayload, iY as toMasterTripPartyTypePayload, j0 as updateMasterTripPartyType } from '../../../user_organisation_service-DJWj2iMa.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 { hi as MasterTyreGrade, hk as MasterTyreGradeDTO, hm as MasterTyreGradeQueryDTO, hl as MasterTyreGradeQuerySchema, hj as MasterTyreGradeSchema, hq as createMasterTyreGrade, hs as deleteMasterTyreGrade, hp as findMasterTyreGrades, ht as getMasterTyreGradeCache, ho as newMasterTyreGradePayload, hn as toMasterTyreGradePayload, hr as updateMasterTyreGrade } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { hi as MasterTyreGrade, hk as MasterTyreGradeDTO, hm as MasterTyreGradeQueryDTO, hl as MasterTyreGradeQuerySchema, hj as MasterTyreGradeSchema, hq as createMasterTyreGrade, hs as deleteMasterTyreGrade, hp as findMasterTyreGrades, ht as getMasterTyreGradeCache, ho as newMasterTyreGradePayload, hn as toMasterTyreGradePayload, hr as updateMasterTyreGrade } from '../../../user_organisation_service-DJWj2iMa.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 { hG as MasterTyreMake, hI as MasterTyreMakeDTO, hK as MasterTyreMakeQueryDTO, hJ as MasterTyreMakeQuerySchema, hH as MasterTyreMakeSchema, hO as createMasterTyreMake, hQ as deleteMasterTyreMake, hN as findMasterTyreMakes, hS as getMasterTyreMakeCache, hR as getMasterTyreMakeCacheAdmin, hU as getMasterTyreMakeCacheChild, hT as getMasterTyreMakeCacheCount, hM as newMasterTyreMakePayload, hL as toMasterTyreMakePayload, hP as updateMasterTyreMake } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { hG as MasterTyreMake, hI as MasterTyreMakeDTO, hK as MasterTyreMakeQueryDTO, hJ as MasterTyreMakeQuerySchema, hH as MasterTyreMakeSchema, hO as createMasterTyreMake, hQ as deleteMasterTyreMake, hN as findMasterTyreMakes, hS as getMasterTyreMakeCache, hR as getMasterTyreMakeCacheAdmin, hU as getMasterTyreMakeCacheChild, hT as getMasterTyreMakeCacheCount, hM as newMasterTyreMakePayload, hL as toMasterTyreMakePayload, hP as updateMasterTyreMake } from '../../../user_organisation_service-DJWj2iMa.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 { hu as MasterTyreModel, hw as MasterTyreModelDTO, hy as MasterTyreModelQueryDTO, hx as MasterTyreModelQuerySchema, hv as MasterTyreModelSchema, hC as createMasterTyreModel, hE as deleteMasterTyreModel, hB as findMasterTyreModels, hF as getMasterTyreModelCache, hA as newMasterTyreModelPayload, hz as toMasterTyreModelPayload, hD as updateMasterTyreModel } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { hu as MasterTyreModel, hw as MasterTyreModelDTO, hy as MasterTyreModelQueryDTO, hx as MasterTyreModelQuerySchema, hv as MasterTyreModelSchema, hC as createMasterTyreModel, hE as deleteMasterTyreModel, hB as findMasterTyreModels, hF as getMasterTyreModelCache, hA as newMasterTyreModelPayload, hz as toMasterTyreModelPayload, hD as updateMasterTyreModel } from '../../../user_organisation_service-DJWj2iMa.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 { fO as MasterUserRole, fQ as MasterUserRoleDTO, fS as MasterUserRoleQueryDTO, fR as MasterUserRoleQuerySchema, fP as MasterUserRoleSchema, fW as createMasterUserRole, fY as deleteMasterUserRole, fV as findMasterUserRoles, fZ as getMasterUserRoleCache, fU as newMasterUserRolePayload, fT as toMasterUserRolePayload, fX as updateMasterUserRole } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { fO as MasterUserRole, fQ as MasterUserRoleDTO, fS as MasterUserRoleQueryDTO, fR as MasterUserRoleQuerySchema, fP as MasterUserRoleSchema, fW as createMasterUserRole, fY as deleteMasterUserRole, fV as findMasterUserRoles, fZ as getMasterUserRoleCache, fU as newMasterUserRolePayload, fT as toMasterUserRolePayload, fX as updateMasterUserRole } from '../../../user_organisation_service-DJWj2iMa.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 { f_ as MasterUserStatus, g0 as MasterUserStatusDTO, g2 as MasterUserStatusQueryDTO, g1 as MasterUserStatusQuerySchema, f$ as MasterUserStatusSchema, g6 as createMasterUserStatus, g8 as deleteMasterUserStatus, g5 as findMasterUserStatuses, g9 as getMasterUserStatusCache, g4 as newMasterUserStatusPayload, g3 as toMasterUserStatusPayload, g7 as updateMasterUserStatus } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { f_ as MasterUserStatus, g0 as MasterUserStatusDTO, g2 as MasterUserStatusQueryDTO, g1 as MasterUserStatusQuerySchema, f$ as MasterUserStatusSchema, g6 as createMasterUserStatus, g8 as deleteMasterUserStatus, g5 as findMasterUserStatuses, g9 as getMasterUserStatusCache, g4 as newMasterUserStatusPayload, g3 as toMasterUserStatusPayload, g7 as updateMasterUserStatus } from '../../../user_organisation_service-DJWj2iMa.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 { eB as MasterVehicleFuelType, eD as MasterVehicleFuelTypeDTO, eF as MasterVehicleFuelTypeQueryDTO, eE as MasterVehicleFuelTypeQuerySchema, eC as MasterVehicleFuelTypeSchema, eJ as createMasterVehicleFuelType, eL as deleteMasterVehicleFuelType, eI as findMasterVehicleFuelTypes, eM as getMasterVehicleFuelTypeCache, eH as newMasterVehicleFuelTypePayload, eG as toMasterVehicleFuelTypePayload, eK as updateMasterVehicleFuelType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { eB as MasterVehicleFuelType, eD as MasterVehicleFuelTypeDTO, eF as MasterVehicleFuelTypeQueryDTO, eE as MasterVehicleFuelTypeQuerySchema, eC as MasterVehicleFuelTypeSchema, eJ as createMasterVehicleFuelType, eL as deleteMasterVehicleFuelType, eI as findMasterVehicleFuelTypes, eM as getMasterVehicleFuelTypeCache, eH as newMasterVehicleFuelTypePayload, eG as toMasterVehicleFuelTypePayload, eK as updateMasterVehicleFuelType } from '../../../user_organisation_service-DJWj2iMa.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 { dN as MasterVehicleMake, dP as MasterVehicleMakeDTO, dR as MasterVehicleMakeQueryDTO, dQ as MasterVehicleMakeQuerySchema, dO as MasterVehicleMakeSchema, dV as createMasterVehicleMake, dX as deleteMasterVehicleMake, dU as findMasterVehicleMakes, dZ as getMasterVehicleMakeCache, dY as getMasterVehicleMakeCacheAdmin, d_ as getMasterVehicleMakeCacheChild, dT as newMasterVehicleMakePayload, dS as toMasterVehicleMakePayload, dW as updateMasterVehicleMake } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { dN as MasterVehicleMake, dP as MasterVehicleMakeDTO, dR as MasterVehicleMakeQueryDTO, dQ as MasterVehicleMakeQuerySchema, dO as MasterVehicleMakeSchema, dV as createMasterVehicleMake, dX as deleteMasterVehicleMake, dU as findMasterVehicleMakes, dZ as getMasterVehicleMakeCache, dY as getMasterVehicleMakeCacheAdmin, d_ as getMasterVehicleMakeCacheChild, dT as newMasterVehicleMakePayload, dS as toMasterVehicleMakePayload, dW as updateMasterVehicleMake } from '../../../user_organisation_service-DJWj2iMa.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 { dB as MasterVehicleModel, dD as MasterVehicleModelDTO, dF as MasterVehicleModelQueryDTO, dE as MasterVehicleModelQuerySchema, dC as MasterVehicleModelSchema, dJ as createMasterVehicleModel, dL as deleteMasterVehicleModel, dI as findMasterVehicleModels, dM as getMasterVehicleModelCache, dH as newMasterVehicleModelPayload, dG as toMasterVehicleModelPayload, dK as updateMasterVehicleModel } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { dB as MasterVehicleModel, dD as MasterVehicleModelDTO, dF as MasterVehicleModelQueryDTO, dE as MasterVehicleModelQuerySchema, dC as MasterVehicleModelSchema, dJ as createMasterVehicleModel, dL as deleteMasterVehicleModel, dI as findMasterVehicleModels, dM as getMasterVehicleModelCache, dH as newMasterVehicleModelPayload, dG as toMasterVehicleModelPayload, dK as updateMasterVehicleModel } from '../../../user_organisation_service-DJWj2iMa.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 { eb as MasterVehicleOwnershipType, ed as MasterVehicleOwnershipTypeDTO, ef as MasterVehicleOwnershipTypeQueryDTO, ee as MasterVehicleOwnershipTypeQuerySchema, ec as MasterVehicleOwnershipTypeSchema, ej as createMasterVehicleOwnershipType, el as deleteMasterVehicleOwnershipType, ei as findMasterVehicleOwnershipTypes, em as getMasterVehicleOwnershipTypeCache, eh as newMasterVehicleOwnershipTypePayload, eg as toMasterVehicleOwnershipTypePayload, ek as updateMasterVehicleOwnershipType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { eb as MasterVehicleOwnershipType, ed as MasterVehicleOwnershipTypeDTO, ef as MasterVehicleOwnershipTypeQueryDTO, ee as MasterVehicleOwnershipTypeQuerySchema, ec as MasterVehicleOwnershipTypeSchema, ej as createMasterVehicleOwnershipType, el as deleteMasterVehicleOwnershipType, ei as findMasterVehicleOwnershipTypes, em as getMasterVehicleOwnershipTypeCache, eh as newMasterVehicleOwnershipTypePayload, eg as toMasterVehicleOwnershipTypePayload, ek as updateMasterVehicleOwnershipType } from '../../../user_organisation_service-DJWj2iMa.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 { d$ as MasterVehicleStatusType, e1 as MasterVehicleStatusTypeDTO, e3 as MasterVehicleStatusTypeQueryDTO, e2 as MasterVehicleStatusTypeQuerySchema, e0 as MasterVehicleStatusTypeSchema, e7 as createMasterVehicleStatusType, e9 as deleteMasterVehicleStatusType, e6 as findMasterVehicleStatusTypes, ea as getMasterVehicleStatusTypeCache, e5 as newMasterVehicleStatusTypePayload, e4 as toMasterVehicleStatusTypePayload, e8 as updateMasterVehicleStatusType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { d$ as MasterVehicleStatusType, e1 as MasterVehicleStatusTypeDTO, e3 as MasterVehicleStatusTypeQueryDTO, e2 as MasterVehicleStatusTypeQuerySchema, e0 as MasterVehicleStatusTypeSchema, e7 as createMasterVehicleStatusType, e9 as deleteMasterVehicleStatusType, e6 as findMasterVehicleStatusTypes, ea as getMasterVehicleStatusTypeCache, e5 as newMasterVehicleStatusTypePayload, e4 as toMasterVehicleStatusTypePayload, e8 as updateMasterVehicleStatusType } from '../../../user_organisation_service-DJWj2iMa.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 { dp as MasterVehicleSubModel, dr as MasterVehicleSubModelDTO, dt as MasterVehicleSubModelQueryDTO, ds as MasterVehicleSubModelQuerySchema, dq as MasterVehicleSubModelSchema, dx as createMasterVehicleSubModel, dz as deleteMasterVehicleSubModel, dw as findMasterVehicleSubModels, dA as getMasterVehicleSubModelCache, dv as newMasterVehicleSubModelPayload, du as toMasterVehicleSubModelPayload, dy as updateMasterVehicleSubModel } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { dp as MasterVehicleSubModel, dr as MasterVehicleSubModelDTO, dt as MasterVehicleSubModelQueryDTO, ds as MasterVehicleSubModelQuerySchema, dq as MasterVehicleSubModelSchema, dx as createMasterVehicleSubModel, dz as deleteMasterVehicleSubModel, dw as findMasterVehicleSubModels, dA as getMasterVehicleSubModelCache, dv as newMasterVehicleSubModelPayload, du as toMasterVehicleSubModelPayload, dy as updateMasterVehicleSubModel } from '../../../user_organisation_service-DJWj2iMa.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 { en as MasterVehicleType, ep as MasterVehicleTypeDTO, er as MasterVehicleTypeQueryDTO, eq as MasterVehicleTypeQuerySchema, eo as MasterVehicleTypeSchema, ev as createMasterVehicleType, ex as deleteMasterVehicleType, eu as findMasterVehicleTypes, ey as getMasterVehicleTypeCache, ez as getMasterVehicleTypeCacheChild, eA as getMasterVehicleTypeCacheCount, et as newMasterVehicleTypePayload, es as toMasterVehicleTypePayload, ew as updateMasterVehicleType } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { en as MasterVehicleType, ep as MasterVehicleTypeDTO, er as MasterVehicleTypeQueryDTO, eq as MasterVehicleTypeQuerySchema, eo as MasterVehicleTypeSchema, ev as createMasterVehicleType, ex as deleteMasterVehicleType, eu as findMasterVehicleTypes, ey as getMasterVehicleTypeCache, ez as getMasterVehicleTypeCacheChild, eA as getMasterVehicleTypeCacheCount, et as newMasterVehicleTypePayload, es as toMasterVehicleTypePayload, ew as updateMasterVehicleType } from '../../../user_organisation_service-DJWj2iMa.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -31,6 +31,7 @@ declare const ContactUsDetailSchema: z.ZodObject<{
31
31
  telegram_chat_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
32
32
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
33
33
  }, "strip", z.ZodTypeAny, {
34
+ status: Status;
34
35
  mobile_number: string;
35
36
  email: string;
36
37
  facebook_link: string;
@@ -41,7 +42,6 @@ declare const ContactUsDetailSchema: z.ZodObject<{
41
42
  pinterest_link: string;
42
43
  whats_app_chat_url: string;
43
44
  telegram_chat_url: string;
44
- status: Status;
45
45
  }, {
46
46
  status: Status;
47
47
  mobile_number?: string | undefined;
@@ -19,11 +19,11 @@ declare const StaticPageSchema: z.ZodObject<{
19
19
  page_content: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
20
20
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
21
21
  }, "strip", z.ZodTypeAny, {
22
- status: Status;
23
22
  page_name: string;
24
23
  page_code: string;
25
24
  page_url: string;
26
25
  page_content: string;
26
+ status: Status;
27
27
  }, {
28
28
  status: Status;
29
29
  page_name?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-nest-prisma-api-document",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Reusable API SDK built with NestJS, Prisma, Axios, and Zod for VMS frontends.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",