vms-nest-prisma-api-document 24.0.0 → 26.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 (85) hide show
  1. package/dist/core/Enums.d.ts +28 -12
  2. package/dist/core/Enums.js +34 -14
  3. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  4. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  5. package/dist/services/account/bookmark_service.d.ts +9 -9
  6. package/dist/services/{gps/features/user_notification_preferences.service.d.ts → account/notification_preferences.service.d.ts} +78 -46
  7. package/dist/services/{gps/features/user_notification_preferences.service.js → account/notification_preferences.service.js} +80 -63
  8. package/dist/services/{gps/features/user_report_preferences.service.d.ts → account/report_preferences.service.d.ts} +70 -59
  9. package/dist/services/{gps/features/user_report_preferences.service.js → account/report_preferences.service.js} +64 -31
  10. package/dist/services/account/ticket_service.d.ts +40 -32
  11. package/dist/services/account/ticket_service.js +27 -23
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +45 -45
  14. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
  15. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +28 -28
  16. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +16 -16
  17. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +11 -11
  18. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +7 -7
  19. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +79 -64
  20. package/dist/services/gps/features/gps_live_track_share_link_service.js +62 -84
  21. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +69 -47
  22. package/dist/services/gps/features/gps_track_history_share_link_service.js +68 -44
  23. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  24. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  25. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  26. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  27. package/dist/services/main/users/auth_service.d.ts +1 -1
  28. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  29. package/dist/services/main/users/user_organisation_service.js +73 -63
  30. package/dist/services/main/users/user_service.d.ts +1 -1
  31. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  32. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  33. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  34. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  35. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  36. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  37. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  38. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  39. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  40. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  41. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  42. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  43. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  44. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  45. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  46. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  47. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  48. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  49. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  50. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  51. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_landmark_service.d.ts +6 -6
  53. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  59. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  60. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  61. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  62. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  64. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  65. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  66. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  67. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  68. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  69. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  70. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  71. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  72. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  73. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  74. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  75. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
  76. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  77. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  84. package/dist/{user_organisation_service-C-FbPQmd.d.ts → user_organisation_service-DL7cDTcV.d.ts} +115 -89
  85. package/package.json +1 -1
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../../zod_utils/zod_base_schema.js';
5
- export { c2 as AssignRemoveDeviceHistory, c8 as DeviceSimLinkDTO, c7 as DeviceSimLinkSchema, c as MasterDevice, c4 as MasterDeviceDTO, c6 as MasterDeviceQueryDTO, c5 as MasterDeviceQuerySchema, c3 as MasterDeviceSchema, cc as createMasterDevice, ce as deleteMasterDevice, cf as device_sim_link, cg as device_sim_unlink, cb as findMasterDevices, ci as get_device_sim_link_history_by_device, ch as get_device_sim_link_history_by_sim, ca as newMasterDevicePayload, c9 as toMasterDevicePayload, cd as updateMasterDevice } from '../../../user_organisation_service-C-FbPQmd.js';
5
+ export { c2 as AssignRemoveDeviceHistory, c8 as DeviceSimLinkDTO, c7 as DeviceSimLinkSchema, c as MasterDevice, c4 as MasterDeviceDTO, c6 as MasterDeviceQueryDTO, c5 as MasterDeviceQuerySchema, c3 as MasterDeviceSchema, cc as createMasterDevice, ce as deleteMasterDevice, cf as device_sim_link, cg as device_sim_unlink, cb as findMasterDevices, ci as get_device_sim_link_history_by_device, ch as get_device_sim_link_history_by_sim, ca as newMasterDevicePayload, c9 as toMasterDevicePayload, cd as updateMasterDevice } from '../../../user_organisation_service-DL7cDTcV.js';
6
6
  import '../../master/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 { a_ as AssignRemoveDriverHistory, b2 as DriverQueryDTO, b1 as DriverQuerySchema, b as MasterDriver, b0 as MasterDriverDTO, a$ as MasterDriverSchema, b6 as createDriver, b8 as deleteDriver, b5 as findDrivers, ba as getDriverCache, bb as getDriverSimpleCache, b9 as getPresignedUrlForDriver, b4 as newDriverPayload, b3 as toDriverPayload, b7 as updateDriver } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { a_ as AssignRemoveDriverHistory, b2 as DriverQueryDTO, b1 as DriverQuerySchema, b as MasterDriver, b0 as MasterDriverDTO, a$ as MasterDriverSchema, b6 as createDriver, b8 as deleteDriver, b5 as findDrivers, ba as getDriverCache, bb as getDriverSimpleCache, b9 as getPresignedUrlForDriver, b4 as newDriverPayload, b3 as toDriverPayload, b7 as updateDriver } from '../../../user_organisation_service-DL7cDTcV.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/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 { bT as AssignRemoveSimHistory, bS as MasterSim, bV as MasterSimDTO, bX as MasterSimQueryDTO, bW as MasterSimQuerySchema, bU as MasterSimSchema, b$ as createMasterSim, c1 as deleteMasterSim, b_ as findMasterSims, bZ as newMasterSimPayload, bY as toMasterSimPayload, c0 as updateMasterSim } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { bT as AssignRemoveSimHistory, bS as MasterSim, bV as MasterSimDTO, bX as MasterSimQueryDTO, bW as MasterSimQuerySchema, bU as MasterSimSchema, b$ as createMasterSim, c1 as deleteMasterSim, b_ as findMasterSims, bZ as newMasterSimPayload, bY as toMasterSimPayload, c0 as updateMasterSim } from '../../../user_organisation_service-DL7cDTcV.js';
5
5
  import '../../master/main/master_main_sim_provider_service.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
@@ -1,6 +1,6 @@
1
1
  import { BR, SBR } from '../../../core/BaseResponse.js';
2
2
  import { z } from 'zod';
3
- import { a as User } from '../../../user_organisation_service-C-FbPQmd.js';
3
+ import { a as User } from '../../../user_organisation_service-DL7cDTcV.js';
4
4
  import { UserAdmin } from './user_admin_service.js';
5
5
  import { LoginFrom } from '../../../core/Enums.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { U as UserOrganisation, kl as UserOrganisationDTO, kn as UserOrganisationQueryDTO, km as UserOrganisationQuerySchema, kk as UserOrganisationSchema, kj as UserOrganisationSimple, kr as createUserOrganisation, kt as deleteUserOrganisation, kq as findUserOrganisations, ku as getUserOrganisationCache, kv as getUserOrganisationCacheSimple, kw as getUserOrganisationPresignedUrl, kp as newUserOrganisationPayload, ko as toUserOrganisationPayload, ks as updateUserOrganisation } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { U as UserOrganisation, kl as UserOrganisationDTO, kn as UserOrganisationQueryDTO, km as UserOrganisationQuerySchema, kk as UserOrganisationSchema, kj as UserOrganisationSimple, kr as createUserOrganisation, kt as deleteUserOrganisation, kq as findUserOrganisations, ku as getUserOrganisationCache, kv as getUserOrganisationCacheSimple, kw as getUserOrganisationPresignedUrl, kp as newUserOrganisationPayload, ko as toUserOrganisationPayload, ks as updateUserOrganisation } from '../../../user_organisation_service-DL7cDTcV.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
@@ -65,20 +65,6 @@ var numberOptional = (fieldName, min = 0, max = 1e9, defaultValue = 0) => {
65
65
  z.number({ invalid_type_error: `${fieldName} must be a number.` }).min(min, `${fieldName} must be at least ${min}.`).max(max, `${fieldName} must be at most ${max}.`).optional().default(defaultValue)
66
66
  );
67
67
  };
68
- var doubleOptionalLatLng = (fieldName, defaultValue = 0) => {
69
- return z.preprocess(
70
- (val) => {
71
- if (typeof val === "string") {
72
- val = parseFloat(val);
73
- }
74
- if (typeof val === "number") {
75
- return parseFloat(val.toFixed(6));
76
- }
77
- return val;
78
- },
79
- z.number({ invalid_type_error: `${fieldName} must be a number.` }).min(-180, `${fieldName} must be at least -180.`).max(180, `${fieldName} must be at most 180.`).default(defaultValue)
80
- ).optional();
81
- };
82
68
  var enumMandatory = (fieldName, enumType, defaultValue) => {
83
69
  return z.union([
84
70
  z.nativeEnum(enumType, {
@@ -290,28 +276,38 @@ var UserOrganisationSchema = z3.object({
290
276
  ),
291
277
  organisation_logo_url: stringOptional("Organisation Logo URL", 0, 300),
292
278
  organisation_logo_key: stringOptional("Organisation Logo Key", 0, 300),
279
+ // Billing Address
293
280
  company_cin: stringOptional("Company CIN", 0, 50),
294
281
  company_tin_gstin: stringOptional("Company TIN/GSTIN", 0, 50),
295
- billing_address: stringOptional("Billing Address", 0, 100),
296
- billing_locality: stringOptional("Billing Locality", 0, 100),
297
- billing_city_district_town: stringOptional(
298
- "Billing City/District/Town",
282
+ billing_address_line1: stringOptional("Billing Address Line 1", 0, 150),
283
+ billing_address_line2: stringOptional("Billing Address Line 2", 0, 150),
284
+ billing_locality_landmark: stringOptional(
285
+ "Billing Locality Landmark",
286
+ 0,
287
+ 150
288
+ ),
289
+ billing_neighborhood: stringOptional("Billing Neighborhood", 0, 100),
290
+ billing_town_city: stringOptional("Billing Town/City", 0, 100),
291
+ billing_district_county: stringOptional("Billing District/County", 0, 100),
292
+ billing_state_province_region: stringOptional(
293
+ "Billing State/Province/Region",
299
294
  0,
300
295
  100
301
296
  ),
302
- billing_state: stringOptional("Billing State", 0, 100),
303
- billing_zip_code: stringOptional("Billing Zip Code", 0, 10),
304
- billing_landmark: stringOptional("Billing Landmark", 0, 100),
305
- billing_latitude: doubleOptionalLatLng("Billing Latitude"),
306
- billing_longitude: doubleOptionalLatLng("Billing Longitude"),
307
- address: stringOptional("Address", 0, 100),
308
- locality: stringOptional("Locality", 0, 100),
309
- city_district_town: stringOptional("City/District/Town", 0, 100),
310
- state: stringOptional("State", 0, 100),
311
- zip_code: stringOptional("Zip Code", 0, 10),
312
- landmark: stringOptional("Landmark", 0, 100),
313
- latitude: doubleOptionalLatLng("Latitude"),
314
- longitude: doubleOptionalLatLng("Longitude"),
297
+ billing_postal_code: stringOptional("Billing Postal Code", 0, 20),
298
+ billing_country: stringOptional("Billing Country", 0, 100),
299
+ billing_country_code: stringOptional("Billing Country Code", 0, 5),
300
+ // Address
301
+ address_line1: stringOptional("Address Line 1", 0, 150),
302
+ address_line2: stringOptional("Address Line 2", 0, 150),
303
+ locality_landmark: stringOptional("Locality Landmark", 0, 150),
304
+ neighborhood: stringOptional("Neighborhood", 0, 100),
305
+ town_city: stringOptional("Town/City", 0, 100),
306
+ district_county: stringOptional("District/County", 0, 100),
307
+ state_province_region: stringOptional("State/Province/Region", 0, 100),
308
+ postal_code: stringOptional("Postal Code", 0, 20),
309
+ country: stringOptional("Country", 0, 100),
310
+ country_code: stringOptional("Country Code", 0, 5),
315
311
  status: enumMandatory("Status", Status, "Active" /* Active */),
316
312
  industry_id: single_select_mandatory("Industry ID"),
317
313
  // Single selection -> MasterMainIndustry
@@ -325,6 +321,8 @@ var UserOrganisationSchema = z3.object({
325
321
  // Single selection -> MasterMainCurrency
326
322
  date_format_id: single_select_optional("Date Format ID"),
327
323
  // Single selection -> MasterMainDateFormat
324
+ language_id: single_select_optional("Language ID"),
325
+ // Single selection -> MasterMainLanguage
328
326
  distance_unit_id: single_select_optional("Distance Unit ID"),
329
327
  // Single selection -> MasterMainUnitDistance
330
328
  mileage_unit_id: single_select_optional("Mileage Unit ID"),
@@ -345,6 +343,8 @@ var UserOrganisationQuerySchema = BaseQuerySchema.extend({
345
343
  // Multi-selection -> MasterMainCurrency
346
344
  date_format_ids: multi_select_optional("Date Format IDs", 100, []),
347
345
  // Multi-selection -> MasterMainDateFormat
346
+ language_ids: multi_select_optional("Language IDs", 100, []),
347
+ // Multi-selection -> MasterMainDateFormat
348
348
  distance_unit_ids: multi_select_optional("Distance Unit IDs", 100, []),
349
349
  // Multi-selection -> MasterMainUnitDistance
350
350
  mileage_unit_ids: multi_select_optional("Mileage Unit IDs", 100, []),
@@ -368,29 +368,34 @@ var toUserOrganisationPayload = (organisation) => ({
368
368
  time_zone_id: organisation.time_zone_id ?? "",
369
369
  currency_id: organisation.currency_id ?? "",
370
370
  date_format_id: organisation.date_format_id ?? "",
371
+ language_id: organisation.language_id ?? "",
371
372
  distance_unit_id: organisation.distance_unit_id ?? "",
372
373
  mileage_unit_id: organisation.mileage_unit_id ?? "",
373
374
  volume_unit_id: organisation.volume_unit_id ?? "",
374
375
  // Billing Information
375
376
  company_cin: organisation.company_cin ?? "",
376
377
  company_tin_gstin: organisation.company_tin_gstin ?? "",
377
- billing_address: organisation.billing_address ?? "",
378
- billing_locality: organisation.billing_locality ?? "",
379
- billing_city_district_town: organisation.billing_city_district_town ?? "",
380
- billing_state: organisation.billing_state ?? "",
381
- billing_zip_code: organisation.billing_zip_code ?? "",
382
- billing_landmark: organisation.billing_landmark ?? "",
383
- billing_latitude: organisation.billing_latitude ?? void 0,
384
- billing_longitude: organisation.billing_longitude ?? void 0,
378
+ billing_address_line1: organisation.billing_address_line1 ?? "",
379
+ billing_address_line2: organisation.billing_address_line2 ?? "",
380
+ billing_locality_landmark: organisation.billing_locality_landmark ?? "",
381
+ billing_neighborhood: organisation.billing_neighborhood ?? "",
382
+ billing_town_city: organisation.billing_town_city ?? "",
383
+ billing_district_county: organisation.billing_district_county ?? "",
384
+ billing_state_province_region: organisation.billing_state_province_region ?? "",
385
+ billing_postal_code: organisation.billing_postal_code ?? "",
386
+ billing_country: organisation.billing_country ?? "",
387
+ billing_country_code: organisation.billing_country_code ?? "",
385
388
  // Company Address
386
- address: organisation.address ?? "",
387
- locality: organisation.locality ?? "",
388
- city_district_town: organisation.city_district_town ?? "",
389
- state: organisation.state ?? "",
390
- zip_code: organisation.zip_code ?? "",
391
- landmark: organisation.landmark ?? "",
392
- latitude: organisation.latitude ?? void 0,
393
- longitude: organisation.longitude ?? void 0
389
+ address_line1: organisation.address_line1 ?? "",
390
+ address_line2: organisation.address_line2 ?? "",
391
+ locality_landmark: organisation.locality_landmark ?? "",
392
+ neighborhood: organisation.neighborhood ?? "",
393
+ town_city: organisation.town_city ?? "",
394
+ district_county: organisation.district_county ?? "",
395
+ state_province_region: organisation.state_province_region ?? "",
396
+ postal_code: organisation.postal_code ?? "",
397
+ country: organisation.country ?? "",
398
+ country_code: organisation.country_code ?? ""
394
399
  });
395
400
  var newUserOrganisationPayload = () => ({
396
401
  organisation_name: "",
@@ -406,29 +411,34 @@ var newUserOrganisationPayload = () => ({
406
411
  time_zone_id: "",
407
412
  currency_id: "",
408
413
  date_format_id: "",
414
+ language_id: "",
409
415
  distance_unit_id: "",
410
416
  mileage_unit_id: "",
411
417
  volume_unit_id: "",
412
418
  // Billing Information
413
419
  company_cin: "",
414
420
  company_tin_gstin: "",
415
- billing_address: "",
416
- billing_locality: "",
417
- billing_city_district_town: "",
418
- billing_state: "",
419
- billing_zip_code: "",
420
- billing_landmark: "",
421
- billing_latitude: void 0,
422
- billing_longitude: void 0,
421
+ billing_address_line1: "",
422
+ billing_address_line2: "",
423
+ billing_locality_landmark: "",
424
+ billing_neighborhood: "",
425
+ billing_town_city: "",
426
+ billing_district_county: "",
427
+ billing_state_province_region: "",
428
+ billing_postal_code: "",
429
+ billing_country: "",
430
+ billing_country_code: "",
423
431
  // Company Address
424
- address: "",
425
- locality: "",
426
- city_district_town: "",
427
- state: "",
428
- zip_code: "",
429
- landmark: "",
430
- latitude: void 0,
431
- longitude: void 0
432
+ address_line1: "",
433
+ address_line2: "",
434
+ locality_landmark: "",
435
+ neighborhood: "",
436
+ town_city: "",
437
+ district_county: "",
438
+ state_province_region: "",
439
+ postal_code: "",
440
+ country: "",
441
+ country_code: ""
432
442
  });
433
443
  var findUserOrganisations = async (data) => {
434
444
  return apiPost(
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { h0 as CreateUserDTO, g$ as CreateUserSchema, a as User, h8 as UserDefaultDateFormatDTO, h7 as UserDefaultDateFormatSchema, h4 as UserDefaultLanguageDTO, h3 as UserDefaultLanguageSchema, h6 as UserDefaultTimeZoneDTO, h5 as UserDefaultTimeZoneSchema, h2 as UserQueryDTO, h1 as UserQuerySchema, g_ as UserVehicleLink, hc as createUser, he as deleteUser, hb as findUsers, hf as getUserCache, hg as getUserCacheSimple, hh as getUserPresignedUrl, h9 as newUserPayload, ha as toUserPayload, hd as updateUser, hk as updateUserDefaultDateformat, hi as updateUserDefaultLanguage, hj as updateUserDefaultTimezone } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { h0 as CreateUserDTO, g$ as CreateUserSchema, a as User, h8 as UserDefaultDateFormatDTO, h7 as UserDefaultDateFormatSchema, h4 as UserDefaultLanguageDTO, h3 as UserDefaultLanguageSchema, h6 as UserDefaultTimeZoneDTO, h5 as UserDefaultTimeZoneSchema, h2 as UserQueryDTO, h1 as UserQuerySchema, g_ as UserVehicleLink, hc as createUser, he as deleteUser, hb as findUsers, hf as getUserCache, hg as getUserCacheSimple, hh as getUserPresignedUrl, h9 as newUserPayload, ha as toUserPayload, hd as updateUser, hk as updateUserDefaultDateformat, hi as updateUserDefaultLanguage, hj as updateUserDefaultTimezone } from '../../../user_organisation_service-DL7cDTcV.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { OdometerSource, 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, M as MasterVehicle } from '../../../../user_organisation_service-C-FbPQmd.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-DL7cDTcV.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../../zod_utils/zod_base_schema.js';
5
- export { M as MasterVehicle, fn as MasterVehicleDropdown, fC as SimpleFindQueryDTO, fB as SimpleFindQuerySchema, fu as VehicleDTO, fo as VehicleDetailBody, fE as VehicleDetailBodyDTO, fD as VehicleDetailBodySchema, fr as VehicleDetailGPS, fK as VehicleDetailGPSAnalyticsDTO, fJ as VehicleDetailGPSAnalyticsSchema, fI as VehicleDetailGPSDataDTO, fH as VehicleDetailGPSDataSchema, fG as VehicleDetailGPSMainDTO, fF as VehicleDetailGPSMainSchema, fp as VehicleDetailLifeCycle, fM as VehicleDetailLifeCycleDto, fL as VehicleDetailLifeCycleSchema, fq as VehicleDetailPurchase, fO as VehicleDetailPurchaseDTO, fN as VehicleDetailPurchaseSchema, fs as VehicleDetailTrip, fQ as VehicleDetailTripDTO, fP as VehicleDetailTripSchema, fw as VehicleDeviceLinkDTO, fv as VehicleDeviceLinkSchema, fy as VehicleDeviceUnlinkDTO, fx as VehicleDeviceUnlinkSchema, fA as VehicleDriverLinkDTO, fz as VehicleDriverLinkSchema, fU as VehicleGPSQueryDTO, fT as VehicleGPSQuerySchema, fS as VehicleQueryDTO, fR as VehicleQuerySchema, ft as VehicleSchema, g2 as createVehicle, g4 as deleteVehicle, g1 as findVehicleGPSDetails, f$ as findVehicles, g0 as findVehiclesLiveDashboard, gj as getDeviceLinkHistoryByDevice, gi as getDeviceLinkHistoryByVehicle, gf as getDriverLinkHistoryByDriver, ge as getDriverLinkHistoryByVehicle, gk as getVehicleCache, gn as getVehicleParentCache, gl as getVehicleSimpleCache, gm as getVehicleSimpleDropdownCustom, gg as linkDeviceToVehicle, gc as linkDriverToVehicle, fW as newVehiclePayload, f_ as toVehicleDetailLifeCyclePayload, fZ as toVehicleDetailPurchasePayload, fY as toVehicleDetailsBodyPayload, fX as toVehicleDetailsGPSPayload, fV as toVehiclePayload, gh as unlinkDeviceFromVehicle, gd as unlinkDriverFromVehicle, g3 as updateVehicle, g5 as updateVehicleBodyDetails, ga as updateVehicleGPSDetailsAnalytics, g9 as updateVehicleGPSDetailsData, g8 as updateVehicleGPSDetailsMain, g6 as updateVehicleLifeCycleDetails, g7 as updateVehiclePurchaseDetails, gb as updateVehicleTripDetails } from '../../../user_organisation_service-C-FbPQmd.js';
5
+ export { M as MasterVehicle, fn as MasterVehicleDropdown, fC as SimpleFindQueryDTO, fB as SimpleFindQuerySchema, fu as VehicleDTO, fo as VehicleDetailBody, fE as VehicleDetailBodyDTO, fD as VehicleDetailBodySchema, fr as VehicleDetailGPS, fK as VehicleDetailGPSAnalyticsDTO, fJ as VehicleDetailGPSAnalyticsSchema, fI as VehicleDetailGPSDataDTO, fH as VehicleDetailGPSDataSchema, fG as VehicleDetailGPSMainDTO, fF as VehicleDetailGPSMainSchema, fp as VehicleDetailLifeCycle, fM as VehicleDetailLifeCycleDto, fL as VehicleDetailLifeCycleSchema, fq as VehicleDetailPurchase, fO as VehicleDetailPurchaseDTO, fN as VehicleDetailPurchaseSchema, fs as VehicleDetailTrip, fQ as VehicleDetailTripDTO, fP as VehicleDetailTripSchema, fw as VehicleDeviceLinkDTO, fv as VehicleDeviceLinkSchema, fy as VehicleDeviceUnlinkDTO, fx as VehicleDeviceUnlinkSchema, fA as VehicleDriverLinkDTO, fz as VehicleDriverLinkSchema, fU as VehicleGPSQueryDTO, fT as VehicleGPSQuerySchema, fS as VehicleQueryDTO, fR as VehicleQuerySchema, ft as VehicleSchema, g2 as createVehicle, g4 as deleteVehicle, g1 as findVehicleGPSDetails, f$ as findVehicles, g0 as findVehiclesLiveDashboard, gj as getDeviceLinkHistoryByDevice, gi as getDeviceLinkHistoryByVehicle, gf as getDriverLinkHistoryByDriver, ge as getDriverLinkHistoryByVehicle, gk as getVehicleCache, gn as getVehicleParentCache, gl as getVehicleSimpleCache, gm as getVehicleSimpleDropdownCustom, gg as linkDeviceToVehicle, gc as linkDriverToVehicle, fW as newVehiclePayload, f_ as toVehicleDetailLifeCyclePayload, fZ as toVehicleDetailPurchasePayload, fY as toVehicleDetailsBodyPayload, fX as toVehicleDetailsGPSPayload, fV as toVehiclePayload, gh as unlinkDeviceFromVehicle, gd as unlinkDriverFromVehicle, g3 as updateVehicle, g5 as updateVehicleBodyDetails, ga as updateVehicleGPSDetailsAnalytics, g9 as updateVehicleGPSDetailsData, g8 as updateVehicleGPSDetailsMain, g6 as updateVehicleLifeCycleDetails, g7 as updateVehiclePurchaseDetails, gb as updateVehicleTripDetails } from '../../../user_organisation_service-DL7cDTcV.js';
6
6
  import '../../master/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 MasterDeviceManufacturer, bG as MasterDeviceManufacturerDTO, bI as MasterDeviceManufacturerQueryDTO, bH as MasterDeviceManufacturerQuerySchema, bF as MasterDeviceManufacturerSchema, bM as createMasterDeviceManufacturer, bO as deleteMasterDeviceManufacturer, bL as findMasterDeviceManufacturers, bP as getMasterDeviceManufacturerCache, bR as getMasterDeviceManufacturerCacheChild, bQ as getMasterDeviceManufacturerCacheCount, bK as newMasterDeviceManufacturerPayload, bJ as toMasterDeviceManufacturerPayload, bN as updateMasterDeviceManufacturer } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { bE as MasterDeviceManufacturer, bG as MasterDeviceManufacturerDTO, bI as MasterDeviceManufacturerQueryDTO, bH as MasterDeviceManufacturerQuerySchema, bF as MasterDeviceManufacturerSchema, bM as createMasterDeviceManufacturer, bO as deleteMasterDeviceManufacturer, bL as findMasterDeviceManufacturers, bP as getMasterDeviceManufacturerCache, bR as getMasterDeviceManufacturerCacheChild, bQ as getMasterDeviceManufacturerCacheCount, bK as newMasterDeviceManufacturerPayload, bJ as toMasterDeviceManufacturerPayload, bN as updateMasterDeviceManufacturer } from '../../../user_organisation_service-DL7cDTcV.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 { bq as MasterDeviceModel, bs as MasterDeviceModelDTO, bu as MasterDeviceModelQueryDTO, bt as MasterDeviceModelQuerySchema, br as MasterDeviceModelSchema, by as createMasterDeviceModel, bA as deleteMasterDeviceModel, bx as findMasterDeviceModels, bB as getMasterDeviceModelCache, bD as getMasterDeviceModelCacheChild, bC as getMasterDeviceModelCacheCount, bw as newMasterDeviceModelPayload, bv as toMasterDeviceModelPayload, bz as updateMasterDeviceModel } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { bq as MasterDeviceModel, bs as MasterDeviceModelDTO, bu as MasterDeviceModelQueryDTO, bt as MasterDeviceModelQuerySchema, br as MasterDeviceModelSchema, by as createMasterDeviceModel, bA as deleteMasterDeviceModel, bx as findMasterDeviceModels, bB as getMasterDeviceModelCache, bD as getMasterDeviceModelCacheChild, bC as getMasterDeviceModelCacheCount, bw as newMasterDeviceModelPayload, bv as toMasterDeviceModelPayload, bz as updateMasterDeviceModel } from '../../../user_organisation_service-DL7cDTcV.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 { bc as MasterDeviceType, be as MasterDeviceTypeDTO, bg as MasterDeviceTypeQueryDTO, bf as MasterDeviceTypeQuerySchema, bd as MasterDeviceTypeSchema, bk as createMasterDeviceType, bm as deleteMasterDeviceType, bj as findMasterDeviceTypes, bn as getMasterDeviceTypeCache, bp as getMasterDeviceTypeCacheChild, bo as getMasterDeviceTypeCacheCount, bi as newMasterDeviceTypePayload, bh as toMasterDeviceTypePayload, bl as updateMasterDeviceType } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { bc as MasterDeviceType, be as MasterDeviceTypeDTO, bg as MasterDeviceTypeQueryDTO, bf as MasterDeviceTypeQuerySchema, bd as MasterDeviceTypeSchema, bk as createMasterDeviceType, bm as deleteMasterDeviceType, bj as findMasterDeviceTypes, bn as getMasterDeviceTypeCache, bp as getMasterDeviceTypeCacheChild, bo as getMasterDeviceTypeCacheCount, bi as newMasterDeviceTypePayload, bh as toMasterDeviceTypePayload, bl as updateMasterDeviceType } from '../../../user_organisation_service-DL7cDTcV.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 { hl as MasterExpenseName, hn as MasterExpenseNameDTO, hp as MasterExpenseNameQueryDTO, ho as MasterExpenseNameQuerySchema, hm as MasterExpenseNameSchema, ht as createMasterExpenseName, hv as deleteMasterExpenseName, hs as findMasterExpenseNames, hw as getMasterExpenseNameCache, hr as newMasterExpenseNamePayload, hq as toMasterExpenseNamePayload, hu as updateMasterExpenseName } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { hl as MasterExpenseName, hn as MasterExpenseNameDTO, hp as MasterExpenseNameQueryDTO, ho as MasterExpenseNameQuerySchema, hm as MasterExpenseNameSchema, ht as createMasterExpenseName, hv as deleteMasterExpenseName, hs as findMasterExpenseNames, hw as getMasterExpenseNameCache, hr as newMasterExpenseNamePayload, hq as toMasterExpenseNamePayload, hu as updateMasterExpenseName } from '../../../user_organisation_service-DL7cDTcV.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 { hx as MasterExpenseType, hz as MasterExpenseTypeDTO, hB as MasterExpenseTypeQueryDTO, hA as MasterExpenseTypeQuerySchema, hy as MasterExpenseTypeSchema, hF as createMasterExpenseType, hH as deleteMasterExpenseType, hE as findMasterExpenseTypes, hI as getMasterExpenseTypeCache, hD as newMasterExpenseTypePayload, hC as toMasterExpenseTypePayload, hG as updateMasterExpenseType } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { hx as MasterExpenseType, hz as MasterExpenseTypeDTO, hB as MasterExpenseTypeQueryDTO, hA as MasterExpenseTypeQuerySchema, hy as MasterExpenseTypeSchema, hF as createMasterExpenseType, hH as deleteMasterExpenseType, hE as findMasterExpenseTypes, hI as getMasterExpenseTypeCache, hD as newMasterExpenseTypePayload, hC as toMasterExpenseTypePayload, hG as updateMasterExpenseType } from '../../../user_organisation_service-DL7cDTcV.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 { 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-C-FbPQmd.js';
4
+ import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-DL7cDTcV.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-C-FbPQmd.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-DL7cDTcV.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 { jv as MasterVendorType, jx as MasterVendorTypeDTO, jz as MasterVendorTypeQueryDTO, jy as MasterVendorTypeQuerySchema, jw as MasterVendorTypeSchema, jD as createMasterVendorType, jF as deleteMasterVendorType, jC as findMasterVendorTypes, jG as getMasterVendorTypeCache, jB as newMasterVendorTypePayload, jA as toMasterVendorTypePayload, jE as updateMasterVendorType } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { jv as MasterVendorType, jx as MasterVendorTypeDTO, jz as MasterVendorTypeQueryDTO, jy as MasterVendorTypeQuerySchema, jw as MasterVendorTypeSchema, jD as createMasterVendorType, jF as deleteMasterVendorType, jC as findMasterVendorTypes, jG as getMasterVendorTypeCache, jB as newMasterVendorTypePayload, jA as toMasterVendorTypePayload, jE as updateMasterVendorType } from '../../../user_organisation_service-DL7cDTcV.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 { iL as MasterFleetIncidentSeverity, iN as MasterFleetIncidentSeverityDTO, iP as MasterFleetIncidentSeverityQueryDTO, iO as MasterFleetIncidentSeverityQuerySchema, iM as MasterFleetIncidentSeveritySchema, iT as createMasterFleetIncidentSeverity, iV as deleteMasterFleetIncidentSeverity, iS as findMasterFleetIncidentSeverities, iW as getMasterFleetIncidentSeverityCache, iR as newMasterFleetIncidentSeverityPayload, iQ as toMasterFleetIncidentSeverityPayload, iU as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { iL as MasterFleetIncidentSeverity, iN as MasterFleetIncidentSeverityDTO, iP as MasterFleetIncidentSeverityQueryDTO, iO as MasterFleetIncidentSeverityQuerySchema, iM as MasterFleetIncidentSeveritySchema, iT as createMasterFleetIncidentSeverity, iV as deleteMasterFleetIncidentSeverity, iS as findMasterFleetIncidentSeverities, iW as getMasterFleetIncidentSeverityCache, iR as newMasterFleetIncidentSeverityPayload, iQ as toMasterFleetIncidentSeverityPayload, iU as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-DL7cDTcV.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 { iz as MasterFleetIncidentStatus, iB as MasterFleetIncidentStatusDTO, iD as MasterFleetIncidentStatusQueryDTO, iC as MasterFleetIncidentStatusQuerySchema, iA as MasterFleetIncidentStatusSchema, iH as createMasterFleetIncidentStatus, iJ as deleteMasterFleetIncidentStatus, iG as findMasterFleetIncidentStatuses, iK as getMasterFleetIncidentStatusCache, iF as newMasterFleetIncidentStatusPayload, iE as toMasterFleetIncidentStatusPayload, iI as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { iz as MasterFleetIncidentStatus, iB as MasterFleetIncidentStatusDTO, iD as MasterFleetIncidentStatusQueryDTO, iC as MasterFleetIncidentStatusQuerySchema, iA as MasterFleetIncidentStatusSchema, iH as createMasterFleetIncidentStatus, iJ as deleteMasterFleetIncidentStatus, iG as findMasterFleetIncidentStatuses, iK as getMasterFleetIncidentStatusCache, iF as newMasterFleetIncidentStatusPayload, iE as toMasterFleetIncidentStatusPayload, iI as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-DL7cDTcV.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 { im as MasterFleetIncidentType, ip as MasterFleetIncidentTypeDTO, ir as MasterFleetIncidentTypeQueryDTO, iq as MasterFleetIncidentTypeQuerySchema, io as MasterFleetIncidentTypeSchema, iv as createMasterFleetIncidentType, ix as deleteMasterFleetIncidentType, iu as findMasterFleetIncidentTypes, iy as getMasterFleetIncidentTypeCache, it as newMasterFleetIncidentTypePayload, is as toMasterFleetIncidentTypePayload, iw as updateMasterFleetIncidentType } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { im as MasterFleetIncidentType, ip as MasterFleetIncidentTypeDTO, ir as MasterFleetIncidentTypeQueryDTO, iq as MasterFleetIncidentTypeQuerySchema, io as MasterFleetIncidentTypeSchema, iv as createMasterFleetIncidentType, ix as deleteMasterFleetIncidentType, iu as findMasterFleetIncidentTypes, iy as getMasterFleetIncidentTypeCache, it as newMasterFleetIncidentTypePayload, is as toMasterFleetIncidentTypePayload, iw as updateMasterFleetIncidentType } from '../../../user_organisation_service-DL7cDTcV.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 { iX as MasterFleetInsuranceClaimStatus, iZ as MasterFleetInsuranceClaimStatusDTO, i$ as MasterFleetInsuranceClaimStatusQueryDTO, i_ as MasterFleetInsuranceClaimStatusQuerySchema, iY as MasterFleetInsuranceClaimStatusSchema, j3 as createMasterFleetInsuranceClaimStatus, j5 as deleteMasterFleetInsuranceClaimStatus, j2 as findMasterFleetInsuranceClaimStatuses, j6 as getMasterFleetInsuranceClaimStatusCache, j1 as newMasterFleetInsuranceClaimStatusPayload, j0 as toMasterFleetInsuranceClaimStatusPayload, j4 as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { iX as MasterFleetInsuranceClaimStatus, iZ as MasterFleetInsuranceClaimStatusDTO, i$ as MasterFleetInsuranceClaimStatusQueryDTO, i_ as MasterFleetInsuranceClaimStatusQuerySchema, iY as MasterFleetInsuranceClaimStatusSchema, j3 as createMasterFleetInsuranceClaimStatus, j5 as deleteMasterFleetInsuranceClaimStatus, j2 as findMasterFleetInsuranceClaimStatuses, j6 as getMasterFleetInsuranceClaimStatusCache, j1 as newMasterFleetInsuranceClaimStatusPayload, j0 as toMasterFleetInsuranceClaimStatusPayload, j4 as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-DL7cDTcV.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 { j7 as MasterFleetServiceTask, j9 as MasterFleetServiceTaskDTO, jb as MasterFleetServiceTaskQueryDTO, ja as MasterFleetServiceTaskQuerySchema, j8 as MasterFleetServiceTaskSchema, jf as createMasterFleetServiceTask, jh as deleteMasterFleetServiceTask, je as findMasterFleetServiceTasks, ji as getMasterFleetServiceTaskCache, jd as newMasterFleetServiceTaskPayload, jc as toMasterFleetServiceTaskPayload, jg as updateMasterFleetServiceTask } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { j7 as MasterFleetServiceTask, j9 as MasterFleetServiceTaskDTO, jb as MasterFleetServiceTaskQueryDTO, ja as MasterFleetServiceTaskQuerySchema, j8 as MasterFleetServiceTaskSchema, jf as createMasterFleetServiceTask, jh as deleteMasterFleetServiceTask, je as findMasterFleetServiceTasks, ji as getMasterFleetServiceTaskCache, jd as newMasterFleetServiceTaskPayload, jc as toMasterFleetServiceTaskPayload, jg as updateMasterFleetServiceTask } from '../../../user_organisation_service-DL7cDTcV.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 MasterMainCountry, a3 as MasterMainCountryDTO, a5 as MasterMainCountryQueryDTO, a4 as MasterMainCountryQuerySchema, a2 as MasterMainCountrySchema, a9 as createMasterMainCountry, ab as deleteMasterMainCountry, a8 as findMasterMainCountries, ac as getMasterMainCountryCache, ad as getMasterMainCountryCacheChild, a7 as newMasterMainCountryPayload, a6 as toMasterMainCountryPayload, aa as updateMasterMainCountry } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { f as MasterMainCountry, a3 as MasterMainCountryDTO, a5 as MasterMainCountryQueryDTO, a4 as MasterMainCountryQuerySchema, a2 as MasterMainCountrySchema, a9 as createMasterMainCountry, ab as deleteMasterMainCountry, a8 as findMasterMainCountries, ac as getMasterMainCountryCache, ad as getMasterMainCountryCacheChild, a7 as newMasterMainCountryPayload, a6 as toMasterMainCountryPayload, aa as updateMasterMainCountry } from '../../../user_organisation_service-DL7cDTcV.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-C-FbPQmd.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-DL7cDTcV.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 { ae as MasterMainDateFormat, ag as MasterMainDateFormatDTO, ai as MasterMainDateFormatQueryDTO, ah as MasterMainDateFormatQuerySchema, af as MasterMainDateFormatSchema, am as createMasterMainDateFormat, ao as deleteMasterMainDateFormat, al as findMasterMainDateFormats, ap as getMasterMainDateFormatCache, ak as newMasterMainDateFormatPayload, aj as toMasterMainDateFormatPayload, an as updateMasterMainDateFormat } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { ae as MasterMainDateFormat, ag as MasterMainDateFormatDTO, ai as MasterMainDateFormatQueryDTO, ah as MasterMainDateFormatQuerySchema, af as MasterMainDateFormatSchema, am as createMasterMainDateFormat, ao as deleteMasterMainDateFormat, al as findMasterMainDateFormats, ap as getMasterMainDateFormatCache, ak as newMasterMainDateFormatPayload, aj as toMasterMainDateFormatPayload, an as updateMasterMainDateFormat } from '../../../user_organisation_service-DL7cDTcV.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;
18
19
  provider_name: string;
19
20
  provider_code: string;
20
- status: Status;
21
21
  }, {
22
- provider_name: string;
23
22
  status: Status;
23
+ provider_name: string;
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;
19
18
  bank_name: string;
20
19
  bank_code: string;
21
- }, {
22
20
  status: Status;
21
+ }, {
23
22
  bank_name: string;
23
+ status: Status;
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-C-FbPQmd.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-DL7cDTcV.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-C-FbPQmd.js';
4
+ import { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-DL7cDTcV.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
7
7
 
@@ -43,11 +43,11 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
43
43
  status: Status;
44
44
  country_id: string;
45
45
  state_id: string;
46
+ landmark_name: string;
47
+ location: string;
46
48
  locality: string;
47
49
  city_district_town: string;
48
50
  zip_code: string;
49
- landmark_name: string;
50
- location: string;
51
51
  latitude?: number | undefined;
52
52
  longitude?: number | undefined;
53
53
  }, {
@@ -58,10 +58,10 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
58
58
  latitude?: unknown;
59
59
  longitude?: unknown;
60
60
  google_location?: string | undefined;
61
+ location?: string | undefined;
61
62
  locality?: string | undefined;
62
63
  city_district_town?: string | undefined;
63
64
  zip_code?: string | undefined;
64
- location?: string | undefined;
65
65
  }>;
66
66
  type MasterMainLandmarkDTO = z.infer<typeof MasterMainLandmarkSchema>;
67
67
  declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
@@ -100,7 +100,6 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
100
100
  landmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
101
101
  }, "strip", z.ZodTypeAny, {
102
102
  status: Status[];
103
- time_zone_id: string;
104
103
  search: string;
105
104
  paging: PAGING;
106
105
  page_count: number;
@@ -120,12 +119,13 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
120
119
  }[];
121
120
  include_master_data: YesNo;
122
121
  date_format_id: string;
122
+ time_zone_id: string;
123
123
  country_ids: string[];
124
124
  state_ids: string[];
125
125
  landmark_ids: string[];
126
126
  }, {
127
- time_zone_id: string;
128
127
  date_format_id: string;
128
+ time_zone_id: string;
129
129
  status?: Status[] | undefined;
130
130
  search?: string | undefined;
131
131
  paging?: PAGING | undefined;
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { gO as MasterMainLanguage, gQ as MasterMainLanguageDTO, gS as MasterMainLanguageQueryDTO, gR as MasterMainLanguageQuerySchema, gP as MasterMainLanguageSchema, gW as createMasterMainLanguage, gY as deleteMasterMainLanguage, gV as findMasterMainLanguages, gZ as getMasterMainLanguageCache, gU as newMasterMainLanguagePayload, gT as toMasterMainLanguagePayload, gX as updateMasterMainLanguage } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { gO as MasterMainLanguage, gQ as MasterMainLanguageDTO, gS as MasterMainLanguageQueryDTO, gR as MasterMainLanguageQuerySchema, gP as MasterMainLanguageSchema, gW as createMasterMainLanguage, gY as deleteMasterMainLanguage, gV as findMasterMainLanguages, gZ as getMasterMainLanguageCache, gU as newMasterMainLanguagePayload, gT as toMasterMainLanguagePayload, gX as updateMasterMainLanguage } from '../../../user_organisation_service-DL7cDTcV.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, T as MasterMainStateDTO, W as MasterMainStateQueryDTO, V as MasterMainStateQuerySchema, S as MasterMainStateSchema, _ as createMasterMainState, a0 as deleteMasterMainState, Z as findMasterMainStates, a1 as getMasterMainStateCache, Y as newMasterMainStatePayload, X as toMasterMainStatePayload, $ as updateMasterMainState } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { g as MasterMainState, T as MasterMainStateDTO, W as MasterMainStateQueryDTO, V as MasterMainStateQuerySchema, S as MasterMainStateSchema, _ as createMasterMainState, a0 as deleteMasterMainState, Z as findMasterMainStates, a1 as getMasterMainStateCache, Y as newMasterMainStatePayload, X as toMasterMainStatePayload, $ as updateMasterMainState } from '../../../user_organisation_service-DL7cDTcV.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, O as createMasterMainTimeZone, Q as deleteMasterMainTimeZone, N as findMasterMainTimeZones, R as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, P as updateMasterMainTimeZone } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, O as createMasterMainTimeZone, Q as deleteMasterMainTimeZone, N as findMasterMainTimeZones, R as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, P as updateMasterMainTimeZone } from '../../../user_organisation_service-DL7cDTcV.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 { aq as MasterMainUnitDistance, as as MasterMainUnitDistanceDTO, au as MasterMainUnitDistanceQueryDTO, at as MasterMainUnitDistanceQuerySchema, ar as MasterMainUnitDistanceSchema, ay as createMasterMainUnitDistance, aA as deleteMasterMainUnitDistance, ax as findMasterMainUnitDistances, aB as getMasterMainUnitDistanceCache, aw as newMasterMainUnitDistancePayload, av as toMasterMainUnitDistancePayload, az as updateMasterMainUnitDistance } from '../../../user_organisation_service-C-FbPQmd.js';
4
+ export { aq as MasterMainUnitDistance, as as MasterMainUnitDistanceDTO, au as MasterMainUnitDistanceQueryDTO, at as MasterMainUnitDistanceQuerySchema, ar as MasterMainUnitDistanceSchema, ay as createMasterMainUnitDistance, aA as deleteMasterMainUnitDistance, ax as findMasterMainUnitDistances, aB as getMasterMainUnitDistanceCache, aw as newMasterMainUnitDistancePayload, av as toMasterMainUnitDistancePayload, az as updateMasterMainUnitDistance } from '../../../user_organisation_service-DL7cDTcV.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';