vms-nest-prisma-api-document 6.0.20 → 6.0.22

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 (77) hide show
  1. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  2. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  3. package/dist/services/account/bookmark_service.d.ts +9 -9
  4. package/dist/services/account/notification_service.d.ts +1 -1
  5. package/dist/services/account/ticket_service.d.ts +17 -17
  6. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  7. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  8. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  9. package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +1 -1
  10. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  11. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +5 -5
  12. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  13. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  14. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  15. package/dist/services/gps/reports/gps_models/GpsAlert.d.ts +7 -0
  16. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +49 -49
  17. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  18. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  19. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  20. package/dist/services/main/users/auth_service.d.ts +1 -1
  21. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  22. package/dist/services/main/users/user_service.d.ts +1 -1
  23. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  24. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  25. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  26. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  27. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  28. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  29. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  30. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  31. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  32. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  33. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  34. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  35. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  36. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  37. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  38. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  39. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  40. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  41. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  42. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  43. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  44. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  45. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  46. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  47. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  48. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  49. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  50. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  51. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  52. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  53. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  54. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  55. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  56. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  57. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  58. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  59. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  60. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  61. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  62. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  63. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  64. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  65. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  66. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  67. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  68. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  69. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  70. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  71. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  72. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  73. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  74. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  75. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  76. package/package.json +1 -1
  77. package/dist/{user_organisation_service-BLMLICYW.d.ts → user_organisation_service-DS5AX39n.d.ts} +3 -3
@@ -34,41 +34,41 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
34
34
  vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
35
35
  driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- db_group: string;
38
- db_instance: string;
39
- night_driving: NightDriving;
40
37
  search: string;
41
38
  paging: PAGING;
42
39
  page_count: number;
43
40
  page_index: number;
41
+ login_from: LoginFrom;
44
42
  date_format_id: string;
45
43
  time_zone_id: string;
46
- login_from: LoginFrom;
47
44
  organisation_id: string;
45
+ db_instance: string;
46
+ db_group: string;
48
47
  vehicle_ids: string[];
49
48
  from_date: string;
50
49
  to_date: string;
51
50
  time_slot: TimeSlot;
51
+ night_driving: NightDriving;
52
52
  over_speed: OverSpeed;
53
53
  utilization_km: number;
54
54
  vehicle_summary: YesNo;
55
55
  driver_summary: YesNo;
56
56
  }, {
57
- db_group: string;
58
- db_instance: string;
57
+ login_from: LoginFrom;
59
58
  date_format_id: string;
60
59
  time_zone_id: string;
61
- login_from: LoginFrom;
62
60
  organisation_id: string;
61
+ db_instance: string;
62
+ db_group: string;
63
63
  from_date: string;
64
64
  to_date: string;
65
- night_driving?: NightDriving | undefined;
66
65
  search?: string | undefined;
67
66
  paging?: PAGING | undefined;
68
67
  page_count?: unknown;
69
68
  page_index?: unknown;
70
69
  vehicle_ids?: string[] | undefined;
71
70
  time_slot?: TimeSlot | undefined;
71
+ night_driving?: NightDriving | undefined;
72
72
  over_speed?: OverSpeed | undefined;
73
73
  utilization_km?: unknown;
74
74
  vehicle_summary?: YesNo | undefined;
@@ -97,40 +97,40 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
97
97
  vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
98
98
  driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
99
99
  }, "strip", z.ZodTypeAny, {
100
- db_group: string;
101
- db_instance: string;
102
- night_driving: NightDriving;
103
100
  search: string;
104
101
  paging: PAGING;
105
102
  page_count: number;
106
103
  page_index: number;
104
+ login_from: LoginFrom;
107
105
  date_format_id: string;
108
106
  time_zone_id: string;
109
- login_from: LoginFrom;
110
107
  organisation_id: string;
108
+ db_instance: string;
109
+ db_group: string;
111
110
  from_date: string;
112
111
  to_date: string;
113
112
  time_slot: TimeSlot;
113
+ night_driving: NightDriving;
114
114
  over_speed: OverSpeed;
115
115
  utilization_km: number;
116
116
  vehicle_summary: YesNo;
117
117
  driver_summary: YesNo;
118
118
  driver_ids: string[];
119
119
  }, {
120
- db_group: string;
121
- db_instance: string;
120
+ login_from: LoginFrom;
122
121
  date_format_id: string;
123
122
  time_zone_id: string;
124
- login_from: LoginFrom;
125
123
  organisation_id: string;
124
+ db_instance: string;
125
+ db_group: string;
126
126
  from_date: string;
127
127
  to_date: string;
128
- night_driving?: NightDriving | undefined;
129
128
  search?: string | undefined;
130
129
  paging?: PAGING | undefined;
131
130
  page_count?: unknown;
132
131
  page_index?: unknown;
133
132
  time_slot?: TimeSlot | undefined;
133
+ night_driving?: NightDriving | undefined;
134
134
  over_speed?: OverSpeed | undefined;
135
135
  utilization_km?: unknown;
136
136
  vehicle_summary?: YesNo | undefined;
@@ -157,16 +157,16 @@ declare const SimpleReportSchema: z.ZodObject<{
157
157
  interval_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
158
158
  boolean_type: z.ZodType<BooleanType, z.ZodTypeDef, BooleanType>;
159
159
  }, "strip", z.ZodTypeAny, {
160
- db_group: string;
161
- db_instance: string;
162
160
  search: string;
163
161
  paging: PAGING;
164
162
  page_count: number;
165
163
  page_index: number;
164
+ login_from: LoginFrom;
166
165
  date_format_id: string;
167
166
  time_zone_id: string;
168
- login_from: LoginFrom;
169
167
  organisation_id: string;
168
+ db_instance: string;
169
+ db_group: string;
170
170
  vehicle_ids: string[];
171
171
  from_date: string;
172
172
  to_date: string;
@@ -174,12 +174,12 @@ declare const SimpleReportSchema: z.ZodObject<{
174
174
  interval_seconds: number;
175
175
  boolean_type: BooleanType;
176
176
  }, {
177
- db_group: string;
178
- db_instance: string;
177
+ login_from: LoginFrom;
179
178
  date_format_id: string;
180
179
  time_zone_id: string;
181
- login_from: LoginFrom;
182
180
  organisation_id: string;
181
+ db_instance: string;
182
+ db_group: string;
183
183
  from_date: string;
184
184
  to_date: string;
185
185
  gps_type: GPSType;
@@ -208,26 +208,26 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
208
208
  utilization_km: z.ZodEffects<z.ZodNumber, number, unknown>;
209
209
  is12am: z.ZodType<Is12AM, z.ZodTypeDef, Is12AM>;
210
210
  }, "strip", z.ZodTypeAny, {
211
- db_group: string;
212
- db_instance: string;
213
211
  search: string;
214
212
  paging: PAGING;
215
213
  page_count: number;
216
214
  page_index: number;
215
+ login_from: LoginFrom;
217
216
  date_format_id: string;
218
217
  time_zone_id: string;
219
- login_from: LoginFrom;
220
218
  organisation_id: string;
219
+ db_instance: string;
220
+ db_group: string;
221
221
  vehicle_ids: string[];
222
222
  utilization_km: number;
223
223
  is12am: Is12AM;
224
224
  }, {
225
- db_group: string;
226
- db_instance: string;
225
+ login_from: LoginFrom;
227
226
  date_format_id: string;
228
227
  time_zone_id: string;
229
- login_from: LoginFrom;
230
228
  organisation_id: string;
229
+ db_instance: string;
230
+ db_group: string;
231
231
  is12am: Is12AM;
232
232
  search?: string | undefined;
233
233
  paging?: PAGING | undefined;
@@ -254,28 +254,28 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
254
254
  to_date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
255
255
  interval_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
256
256
  }, "strip", z.ZodTypeAny, {
257
- db_group: string;
258
- db_instance: string;
259
- vehicle_id: string;
260
257
  search: string;
261
258
  paging: PAGING;
262
259
  page_count: number;
263
260
  page_index: number;
261
+ login_from: LoginFrom;
264
262
  date_format_id: string;
265
263
  time_zone_id: string;
266
- login_from: LoginFrom;
267
264
  organisation_id: string;
265
+ db_instance: string;
266
+ db_group: string;
268
267
  interval_seconds: number;
268
+ vehicle_id: string;
269
269
  from_date_time: string;
270
270
  to_date_time: string;
271
271
  }, {
272
- db_group: string;
273
- db_instance: string;
274
- vehicle_id: string;
272
+ login_from: LoginFrom;
275
273
  date_format_id: string;
276
274
  time_zone_id: string;
277
- login_from: LoginFrom;
278
275
  organisation_id: string;
276
+ db_instance: string;
277
+ db_group: string;
278
+ vehicle_id: string;
279
279
  from_date_time: string;
280
280
  to_date_time: string;
281
281
  search?: string | undefined;
@@ -299,25 +299,25 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
299
299
  db_group: z.ZodEffects<z.ZodString, string, string>;
300
300
  vehicle_id: z.ZodEffects<z.ZodString, string, string>;
301
301
  }, "strip", z.ZodTypeAny, {
302
- db_group: string;
303
- db_instance: string;
304
- vehicle_id: string;
305
302
  search: string;
306
303
  paging: PAGING;
307
304
  page_count: number;
308
305
  page_index: number;
306
+ login_from: LoginFrom;
309
307
  date_format_id: string;
310
308
  time_zone_id: string;
311
- login_from: LoginFrom;
312
309
  organisation_id: string;
313
- }, {
314
- db_group: string;
315
310
  db_instance: string;
311
+ db_group: string;
316
312
  vehicle_id: string;
313
+ }, {
314
+ login_from: LoginFrom;
317
315
  date_format_id: string;
318
316
  time_zone_id: string;
319
- login_from: LoginFrom;
320
317
  organisation_id: string;
318
+ db_instance: string;
319
+ db_group: string;
320
+ vehicle_id: string;
321
321
  search?: string | undefined;
322
322
  paging?: PAGING | undefined;
323
323
  page_count?: unknown;
@@ -346,16 +346,16 @@ declare const AlertReportSchema: z.ZodObject<{
346
346
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
347
347
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
348
348
  }, "strip", z.ZodTypeAny, {
349
- db_group: string;
350
- db_instance: string;
351
349
  search: string;
352
350
  paging: PAGING;
353
351
  page_count: number;
354
352
  page_index: number;
353
+ login_from: LoginFrom;
355
354
  date_format_id: string;
356
355
  time_zone_id: string;
357
- login_from: LoginFrom;
358
356
  organisation_id: string;
357
+ db_instance: string;
358
+ db_group: string;
359
359
  vehicle_ids: string[];
360
360
  from_date: string;
361
361
  to_date: string;
@@ -366,12 +366,12 @@ declare const AlertReportSchema: z.ZodObject<{
366
366
  alert_types: AlertType[];
367
367
  alert_sub_types: AlertSubType[];
368
368
  }, {
369
- db_group: string;
370
- db_instance: string;
369
+ login_from: LoginFrom;
371
370
  date_format_id: string;
372
371
  time_zone_id: string;
373
- login_from: LoginFrom;
374
372
  organisation_id: string;
373
+ db_instance: string;
374
+ db_group: string;
375
375
  from_date: string;
376
376
  to_date: string;
377
377
  search?: string | undefined;
@@ -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 { c1 as AssignRemoveDeviceHistory, c7 as DeviceSimLinkDTO, c6 as DeviceSimLinkSchema, c as MasterDevice, c3 as MasterDeviceDTO, c5 as MasterDeviceQueryDTO, c4 as MasterDeviceQuerySchema, c2 as MasterDeviceSchema, cb as createMasterDevice, cd as deleteMasterDevice, ce as device_sim_link, cf as device_sim_unlink, ca as findMasterDevices, ch as get_device_sim_link_history_by_device, cg as get_device_sim_link_history_by_sim, c9 as newMasterDevicePayload, c8 as toMasterDevicePayload, cc as updateMasterDevice } from '../../../user_organisation_service-BLMLICYW.js';
5
+ export { c1 as AssignRemoveDeviceHistory, c7 as DeviceSimLinkDTO, c6 as DeviceSimLinkSchema, c as MasterDevice, c3 as MasterDeviceDTO, c5 as MasterDeviceQueryDTO, c4 as MasterDeviceQuerySchema, c2 as MasterDeviceSchema, cb as createMasterDevice, cd as deleteMasterDevice, ce as device_sim_link, cf as device_sim_unlink, ca as findMasterDevices, ch as get_device_sim_link_history_by_device, cg as get_device_sim_link_history_by_sim, c9 as newMasterDevicePayload, c8 as toMasterDevicePayload, cc as updateMasterDevice } from '../../../user_organisation_service-DS5AX39n.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 { aZ as AssignRemoveDriverHistory, b1 as DriverQueryDTO, b0 as DriverQuerySchema, b as MasterDriver, a$ as MasterDriverDTO, a_ as MasterDriverSchema, b5 as createDriver, b7 as deleteDriver, b4 as findDrivers, b9 as getDriverCache, ba as getDriverSimpleCache, b8 as getPresignedUrlForDriver, b3 as newDriverPayload, b2 as toDriverPayload, b6 as updateDriver } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { aZ as AssignRemoveDriverHistory, b1 as DriverQueryDTO, b0 as DriverQuerySchema, b as MasterDriver, a$ as MasterDriverDTO, a_ as MasterDriverSchema, b5 as createDriver, b7 as deleteDriver, b4 as findDrivers, b9 as getDriverCache, ba as getDriverSimpleCache, b8 as getPresignedUrlForDriver, b3 as newDriverPayload, b2 as toDriverPayload, b6 as updateDriver } from '../../../user_organisation_service-DS5AX39n.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 { bS as AssignRemoveSimHistory, bR as MasterSim, bU as MasterSimDTO, bW as MasterSimQueryDTO, bV as MasterSimQuerySchema, bT as MasterSimSchema, b_ as createMasterSim, c0 as deleteMasterSim, bZ as findMasterSims, bY as newMasterSimPayload, bX as toMasterSimPayload, b$ as updateMasterSim } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { bS as AssignRemoveSimHistory, bR as MasterSim, bU as MasterSimDTO, bW as MasterSimQueryDTO, bV as MasterSimQuerySchema, bT as MasterSimSchema, b_ as createMasterSim, c0 as deleteMasterSim, bZ as findMasterSims, bY as newMasterSimPayload, bX as toMasterSimPayload, b$ as updateMasterSim } from '../../../user_organisation_service-DS5AX39n.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-BLMLICYW.js';
3
+ import { a as User } from '../../../user_organisation_service-DS5AX39n.js';
4
4
  import { UserAdmin } from './user_admin_service.js';
5
5
  import '../../../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, k6 as UserOrganisationDTO, k8 as UserOrganisationQueryDTO, k7 as UserOrganisationQuerySchema, k5 as UserOrganisationSchema, k4 as UserOrganisationSimple, kc as createUserOrganisation, ke as deleteUserOrganisation, kb as findUserOrganisations, kf as getUserOrganisationCache, kg as getUserOrganisationCacheSimple, kh as getUserOrganisationPresignedUrl, ka as newUserOrganisationPayload, k9 as toUserOrganisationPayload, kd as updateUserOrganisation } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { U as UserOrganisation, k6 as UserOrganisationDTO, k8 as UserOrganisationQueryDTO, k7 as UserOrganisationQuerySchema, k5 as UserOrganisationSchema, k4 as UserOrganisationSimple, kc as createUserOrganisation, ke as deleteUserOrganisation, kb as findUserOrganisations, kf as getUserOrganisationCache, kg as getUserOrganisationCacheSimple, kh as getUserOrganisationPresignedUrl, ka as newUserOrganisationPayload, k9 as toUserOrganisationPayload, kd as updateUserOrganisation } from '../../../user_organisation_service-DS5AX39n.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 { gC as CreateUserDTO, gB as CreateUserSchema, a as User, gy as UserAccessControl, gA as UserAccessControlDTO, gz as UserAccessControlSchema, gO as UserDefaultDateFormatDTO, gN as UserDefaultDateFormatSchema, gK as UserDefaultLanguageDTO, gJ as UserDefaultLanguageSchema, gG as UserDefaultPageDTO, gF as UserDefaultPageSchema, gI as UserDefaultThemeDTO, gH as UserDefaultThemeSchema, gM as UserDefaultTimeZoneDTO, gL as UserDefaultTimeZoneSchema, gQ as UserLoginPushDTO, gP as UserLoginPushSchema, gE as UserQueryDTO, gD as UserQuerySchema, gU as createUser, h3 as createUserLoginPush, gW as deleteUser, h5 as deleteUserLoginPush, gT as findUsers, gX as getUserCache, gY as getUserCacheSimple, gZ as getUserPresignedUrl, gR as newUserPayload, gS as toUserPayload, gV as updateUser, h2 as updateUserDefaultDateformat, h0 as updateUserDefaultLanguage, g_ as updateUserDefaultPage, g$ as updateUserDefaultTheme, h1 as updateUserDefaultTimezone, h4 as updateUserLoginPush } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { gC as CreateUserDTO, gB as CreateUserSchema, a as User, gy as UserAccessControl, gA as UserAccessControlDTO, gz as UserAccessControlSchema, gO as UserDefaultDateFormatDTO, gN as UserDefaultDateFormatSchema, gK as UserDefaultLanguageDTO, gJ as UserDefaultLanguageSchema, gG as UserDefaultPageDTO, gF as UserDefaultPageSchema, gI as UserDefaultThemeDTO, gH as UserDefaultThemeSchema, gM as UserDefaultTimeZoneDTO, gL as UserDefaultTimeZoneSchema, gQ as UserLoginPushDTO, gP as UserLoginPushSchema, gE as UserQueryDTO, gD as UserQuerySchema, gU as createUser, h3 as createUserLoginPush, gW as deleteUser, h5 as deleteUserLoginPush, gT as findUsers, gX as getUserCache, gY as getUserCacheSimple, gZ as getUserPresignedUrl, gR as newUserPayload, gS as toUserPayload, gV as updateUser, h2 as updateUserDefaultDateformat, h0 as updateUserDefaultLanguage, g_ as updateUserDefaultPage, g$ as updateUserDefaultTheme, h1 as updateUserDefaultTimezone, h4 as updateUserLoginPush } from '../../../user_organisation_service-DS5AX39n.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-BLMLICYW.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-DS5AX39n.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, eX as MasterVehicleDropdown, fa as SimpleFindQueryDTO, f9 as SimpleFindQuerySchema, f2 as VehicleDTO, eY as VehicleDetailBody, fc as VehicleDetailBodyDTO, fb as VehicleDetailBodySchema, e$ as VehicleDetailGPS, fi as VehicleDetailGPSAnalyticsDTO, fh as VehicleDetailGPSAnalyticsSchema, fg as VehicleDetailGPSDataDTO, ff as VehicleDetailGPSDataSchema, fe as VehicleDetailGPSMainDTO, fd as VehicleDetailGPSMainSchema, eZ as VehicleDetailLifeCycle, fk as VehicleDetailLifeCycleDto, fj as VehicleDetailLifeCycleSchema, e_ as VehicleDetailPurchase, fm as VehicleDetailPurchaseDTO, fl as VehicleDetailPurchaseSchema, f0 as VehicleDetailTrip, fo as VehicleDetailTripDTO, fn as VehicleDetailTripSchema, f4 as VehicleDeviceLinkDTO, f3 as VehicleDeviceLinkSchema, f6 as VehicleDeviceUnlinkDTO, f5 as VehicleDeviceUnlinkSchema, f8 as VehicleDriverLinkDTO, f7 as VehicleDriverLinkSchema, fs as VehicleGPSQueryDTO, fr as VehicleGPSQuerySchema, fq as VehicleQueryDTO, fp as VehicleQuerySchema, f1 as VehicleSchema, fC as createVehicle, fE as deleteVehicle, fB as findVehicleGPSDetails, fz as findVehicles, fA as findVehiclesLiveDashboard, fT as getDeviceLinkHistoryByDevice, fS as getDeviceLinkHistoryByVehicle, fP as getDriverLinkHistoryByDriver, fO as getDriverLinkHistoryByVehicle, fU as getVehicleCache, fX as getVehicleParentCache, fV as getVehicleSimpleCache, fW as getVehicleSimpleDropdownCustom, fQ as linkDeviceToVehicle, fM as linkDriverToVehicle, fu as newVehiclePayload, fy as toVehicleDetailLifeCyclePayload, fx as toVehicleDetailPurchasePayload, fw as toVehicleDetailsBodyPayload, fv as toVehicleDetailsGPSPayload, ft as toVehiclePayload, fR as unlinkDeviceFromVehicle, fN as unlinkDriverFromVehicle, fD as updateVehicle, fF as updateVehicleBodyDetails, fK as updateVehicleGPSDetailsAnalytics, fJ as updateVehicleGPSDetailsData, fI as updateVehicleGPSDetailsMain, fG as updateVehicleLifeCycleDetails, fH as updateVehiclePurchaseDetails, fL as updateVehicleTripDetails } from '../../../user_organisation_service-BLMLICYW.js';
5
+ export { M as MasterVehicle, eX as MasterVehicleDropdown, fa as SimpleFindQueryDTO, f9 as SimpleFindQuerySchema, f2 as VehicleDTO, eY as VehicleDetailBody, fc as VehicleDetailBodyDTO, fb as VehicleDetailBodySchema, e$ as VehicleDetailGPS, fi as VehicleDetailGPSAnalyticsDTO, fh as VehicleDetailGPSAnalyticsSchema, fg as VehicleDetailGPSDataDTO, ff as VehicleDetailGPSDataSchema, fe as VehicleDetailGPSMainDTO, fd as VehicleDetailGPSMainSchema, eZ as VehicleDetailLifeCycle, fk as VehicleDetailLifeCycleDto, fj as VehicleDetailLifeCycleSchema, e_ as VehicleDetailPurchase, fm as VehicleDetailPurchaseDTO, fl as VehicleDetailPurchaseSchema, f0 as VehicleDetailTrip, fo as VehicleDetailTripDTO, fn as VehicleDetailTripSchema, f4 as VehicleDeviceLinkDTO, f3 as VehicleDeviceLinkSchema, f6 as VehicleDeviceUnlinkDTO, f5 as VehicleDeviceUnlinkSchema, f8 as VehicleDriverLinkDTO, f7 as VehicleDriverLinkSchema, fs as VehicleGPSQueryDTO, fr as VehicleGPSQuerySchema, fq as VehicleQueryDTO, fp as VehicleQuerySchema, f1 as VehicleSchema, fC as createVehicle, fE as deleteVehicle, fB as findVehicleGPSDetails, fz as findVehicles, fA as findVehiclesLiveDashboard, fT as getDeviceLinkHistoryByDevice, fS as getDeviceLinkHistoryByVehicle, fP as getDriverLinkHistoryByDriver, fO as getDriverLinkHistoryByVehicle, fU as getVehicleCache, fX as getVehicleParentCache, fV as getVehicleSimpleCache, fW as getVehicleSimpleDropdownCustom, fQ as linkDeviceToVehicle, fM as linkDriverToVehicle, fu as newVehiclePayload, fy as toVehicleDetailLifeCyclePayload, fx as toVehicleDetailPurchasePayload, fw as toVehicleDetailsBodyPayload, fv as toVehicleDetailsGPSPayload, ft as toVehiclePayload, fR as unlinkDeviceFromVehicle, fN as unlinkDriverFromVehicle, fD as updateVehicle, fF as updateVehicleBodyDetails, fK as updateVehicleGPSDetailsAnalytics, fJ as updateVehicleGPSDetailsData, fI as updateVehicleGPSDetailsMain, fG as updateVehicleLifeCycleDetails, fH as updateVehiclePurchaseDetails, fL as updateVehicleTripDetails } from '../../../user_organisation_service-DS5AX39n.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 { bD as MasterDeviceManufacturer, bF as MasterDeviceManufacturerDTO, bH as MasterDeviceManufacturerQueryDTO, bG as MasterDeviceManufacturerQuerySchema, bE as MasterDeviceManufacturerSchema, bL as createMasterDeviceManufacturer, bN as deleteMasterDeviceManufacturer, bK as findMasterDeviceManufacturers, bO as getMasterDeviceManufacturerCache, bQ as getMasterDeviceManufacturerCacheChild, bP as getMasterDeviceManufacturerCacheCount, bJ as newMasterDeviceManufacturerPayload, bI as toMasterDeviceManufacturerPayload, bM as updateMasterDeviceManufacturer } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { bD as MasterDeviceManufacturer, bF as MasterDeviceManufacturerDTO, bH as MasterDeviceManufacturerQueryDTO, bG as MasterDeviceManufacturerQuerySchema, bE as MasterDeviceManufacturerSchema, bL as createMasterDeviceManufacturer, bN as deleteMasterDeviceManufacturer, bK as findMasterDeviceManufacturers, bO as getMasterDeviceManufacturerCache, bQ as getMasterDeviceManufacturerCacheChild, bP as getMasterDeviceManufacturerCacheCount, bJ as newMasterDeviceManufacturerPayload, bI as toMasterDeviceManufacturerPayload, bM as updateMasterDeviceManufacturer } from '../../../user_organisation_service-DS5AX39n.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 { bp as MasterDeviceModel, br as MasterDeviceModelDTO, bt as MasterDeviceModelQueryDTO, bs as MasterDeviceModelQuerySchema, bq as MasterDeviceModelSchema, bx as createMasterDeviceModel, bz as deleteMasterDeviceModel, bw as findMasterDeviceModels, bA as getMasterDeviceModelCache, bC as getMasterDeviceModelCacheChild, bB as getMasterDeviceModelCacheCount, bv as newMasterDeviceModelPayload, bu as toMasterDeviceModelPayload, by as updateMasterDeviceModel } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { bp as MasterDeviceModel, br as MasterDeviceModelDTO, bt as MasterDeviceModelQueryDTO, bs as MasterDeviceModelQuerySchema, bq as MasterDeviceModelSchema, bx as createMasterDeviceModel, bz as deleteMasterDeviceModel, bw as findMasterDeviceModels, bA as getMasterDeviceModelCache, bC as getMasterDeviceModelCacheChild, bB as getMasterDeviceModelCacheCount, bv as newMasterDeviceModelPayload, bu as toMasterDeviceModelPayload, by as updateMasterDeviceModel } from '../../../user_organisation_service-DS5AX39n.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 { bb as MasterDeviceType, bd as MasterDeviceTypeDTO, bf as MasterDeviceTypeQueryDTO, be as MasterDeviceTypeQuerySchema, bc as MasterDeviceTypeSchema, bj as createMasterDeviceType, bl as deleteMasterDeviceType, bi as findMasterDeviceTypes, bm as getMasterDeviceTypeCache, bo as getMasterDeviceTypeCacheChild, bn as getMasterDeviceTypeCacheCount, bh as newMasterDeviceTypePayload, bg as toMasterDeviceTypePayload, bk as updateMasterDeviceType } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { bb as MasterDeviceType, bd as MasterDeviceTypeDTO, bf as MasterDeviceTypeQueryDTO, be as MasterDeviceTypeQuerySchema, bc as MasterDeviceTypeSchema, bj as createMasterDeviceType, bl as deleteMasterDeviceType, bi as findMasterDeviceTypes, bm as getMasterDeviceTypeCache, bo as getMasterDeviceTypeCacheChild, bn as getMasterDeviceTypeCacheCount, bh as newMasterDeviceTypePayload, bg as toMasterDeviceTypePayload, bk as updateMasterDeviceType } from '../../../user_organisation_service-DS5AX39n.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 MasterExpenseName, h8 as MasterExpenseNameDTO, ha as MasterExpenseNameQueryDTO, h9 as MasterExpenseNameQuerySchema, h7 as MasterExpenseNameSchema, he as createMasterExpenseName, hg as deleteMasterExpenseName, hd as findMasterExpenseNames, hh as getMasterExpenseNameCache, hc as newMasterExpenseNamePayload, hb as toMasterExpenseNamePayload, hf as updateMasterExpenseName } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { h6 as MasterExpenseName, h8 as MasterExpenseNameDTO, ha as MasterExpenseNameQueryDTO, h9 as MasterExpenseNameQuerySchema, h7 as MasterExpenseNameSchema, he as createMasterExpenseName, hg as deleteMasterExpenseName, hd as findMasterExpenseNames, hh as getMasterExpenseNameCache, hc as newMasterExpenseNamePayload, hb as toMasterExpenseNamePayload, hf as updateMasterExpenseName } from '../../../user_organisation_service-DS5AX39n.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 MasterExpenseType, hk as MasterExpenseTypeDTO, hm as MasterExpenseTypeQueryDTO, hl as MasterExpenseTypeQuerySchema, hj as MasterExpenseTypeSchema, hq as createMasterExpenseType, hs as deleteMasterExpenseType, hp as findMasterExpenseTypes, ht as getMasterExpenseTypeCache, ho as newMasterExpenseTypePayload, hn as toMasterExpenseTypePayload, hr as updateMasterExpenseType } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { hi as MasterExpenseType, hk as MasterExpenseTypeDTO, hm as MasterExpenseTypeQueryDTO, hl as MasterExpenseTypeQuerySchema, hj as MasterExpenseTypeSchema, hq as createMasterExpenseType, hs as deleteMasterExpenseType, hp as findMasterExpenseTypes, ht as getMasterExpenseTypeCache, ho as newMasterExpenseTypePayload, hn as toMasterExpenseTypePayload, hr as updateMasterExpenseType } from '../../../user_organisation_service-DS5AX39n.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, e as MasterMainCountry } from '../../../user_organisation_service-BLMLICYW.js';
4
+ import { U as UserOrganisation, e as MasterMainCountry } from '../../../user_organisation_service-DS5AX39n.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-BLMLICYW.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-DS5AX39n.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 { jg as MasterVendorType, ji as MasterVendorTypeDTO, jk as MasterVendorTypeQueryDTO, jj as MasterVendorTypeQuerySchema, jh as MasterVendorTypeSchema, jo as createMasterVendorType, jq as deleteMasterVendorType, jn as findMasterVendorTypes, jr as getMasterVendorTypeCache, jm as newMasterVendorTypePayload, jl as toMasterVendorTypePayload, jp as updateMasterVendorType } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { jg as MasterVendorType, ji as MasterVendorTypeDTO, jk as MasterVendorTypeQueryDTO, jj as MasterVendorTypeQuerySchema, jh as MasterVendorTypeSchema, jo as createMasterVendorType, jq as deleteMasterVendorType, jn as findMasterVendorTypes, jr as getMasterVendorTypeCache, jm as newMasterVendorTypePayload, jl as toMasterVendorTypePayload, jp as updateMasterVendorType } from '../../../user_organisation_service-DS5AX39n.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 { iw as MasterFleetIncidentSeverity, iy as MasterFleetIncidentSeverityDTO, iA as MasterFleetIncidentSeverityQueryDTO, iz as MasterFleetIncidentSeverityQuerySchema, ix as MasterFleetIncidentSeveritySchema, iE as createMasterFleetIncidentSeverity, iG as deleteMasterFleetIncidentSeverity, iD as findMasterFleetIncidentSeverities, iH as getMasterFleetIncidentSeverityCache, iC as newMasterFleetIncidentSeverityPayload, iB as toMasterFleetIncidentSeverityPayload, iF as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { iw as MasterFleetIncidentSeverity, iy as MasterFleetIncidentSeverityDTO, iA as MasterFleetIncidentSeverityQueryDTO, iz as MasterFleetIncidentSeverityQuerySchema, ix as MasterFleetIncidentSeveritySchema, iE as createMasterFleetIncidentSeverity, iG as deleteMasterFleetIncidentSeverity, iD as findMasterFleetIncidentSeverities, iH as getMasterFleetIncidentSeverityCache, iC as newMasterFleetIncidentSeverityPayload, iB as toMasterFleetIncidentSeverityPayload, iF as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-DS5AX39n.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 { ij as MasterFleetIncidentStatus, il as MasterFleetIncidentStatusDTO, io as MasterFleetIncidentStatusQueryDTO, im as MasterFleetIncidentStatusQuerySchema, ik as MasterFleetIncidentStatusSchema, is as createMasterFleetIncidentStatus, iu as deleteMasterFleetIncidentStatus, ir as findMasterFleetIncidentStatuses, iv as getMasterFleetIncidentStatusCache, iq as newMasterFleetIncidentStatusPayload, ip as toMasterFleetIncidentStatusPayload, it as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { ij as MasterFleetIncidentStatus, il as MasterFleetIncidentStatusDTO, io as MasterFleetIncidentStatusQueryDTO, im as MasterFleetIncidentStatusQuerySchema, ik as MasterFleetIncidentStatusSchema, is as createMasterFleetIncidentStatus, iu as deleteMasterFleetIncidentStatus, ir as findMasterFleetIncidentStatuses, iv as getMasterFleetIncidentStatusCache, iq as newMasterFleetIncidentStatusPayload, ip as toMasterFleetIncidentStatusPayload, it as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-DS5AX39n.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 { i6 as MasterFleetIncidentType, i8 as MasterFleetIncidentTypeDTO, ia as MasterFleetIncidentTypeQueryDTO, i9 as MasterFleetIncidentTypeQuerySchema, i7 as MasterFleetIncidentTypeSchema, ie as createMasterFleetIncidentType, ih as deleteMasterFleetIncidentType, id as findMasterFleetIncidentTypes, ii as getMasterFleetIncidentTypeCache, ic as newMasterFleetIncidentTypePayload, ib as toMasterFleetIncidentTypePayload, ig as updateMasterFleetIncidentType } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { i6 as MasterFleetIncidentType, i8 as MasterFleetIncidentTypeDTO, ia as MasterFleetIncidentTypeQueryDTO, i9 as MasterFleetIncidentTypeQuerySchema, i7 as MasterFleetIncidentTypeSchema, ie as createMasterFleetIncidentType, ih as deleteMasterFleetIncidentType, id as findMasterFleetIncidentTypes, ii as getMasterFleetIncidentTypeCache, ic as newMasterFleetIncidentTypePayload, ib as toMasterFleetIncidentTypePayload, ig as updateMasterFleetIncidentType } from '../../../user_organisation_service-DS5AX39n.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 MasterFleetInsuranceClaimStatus, iK as MasterFleetInsuranceClaimStatusDTO, iM as MasterFleetInsuranceClaimStatusQueryDTO, iL as MasterFleetInsuranceClaimStatusQuerySchema, iJ as MasterFleetInsuranceClaimStatusSchema, iQ as createMasterFleetInsuranceClaimStatus, iS as deleteMasterFleetInsuranceClaimStatus, iP as findMasterFleetInsuranceClaimStatuses, iT as getMasterFleetInsuranceClaimStatusCache, iO as newMasterFleetInsuranceClaimStatusPayload, iN as toMasterFleetInsuranceClaimStatusPayload, iR as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { iI as MasterFleetInsuranceClaimStatus, iK as MasterFleetInsuranceClaimStatusDTO, iM as MasterFleetInsuranceClaimStatusQueryDTO, iL as MasterFleetInsuranceClaimStatusQuerySchema, iJ as MasterFleetInsuranceClaimStatusSchema, iQ as createMasterFleetInsuranceClaimStatus, iS as deleteMasterFleetInsuranceClaimStatus, iP as findMasterFleetInsuranceClaimStatuses, iT as getMasterFleetInsuranceClaimStatusCache, iO as newMasterFleetInsuranceClaimStatusPayload, iN as toMasterFleetInsuranceClaimStatusPayload, iR as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-DS5AX39n.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 { iU as MasterFleetServiceTask, iW as MasterFleetServiceTaskDTO, iY as MasterFleetServiceTaskQueryDTO, iX as MasterFleetServiceTaskQuerySchema, iV as MasterFleetServiceTaskSchema, j0 as createMasterFleetServiceTask, j2 as deleteMasterFleetServiceTask, i$ as findMasterFleetServiceTasks, j3 as getMasterFleetServiceTaskCache, i_ as newMasterFleetServiceTaskPayload, iZ as toMasterFleetServiceTaskPayload, j1 as updateMasterFleetServiceTask } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { iU as MasterFleetServiceTask, iW as MasterFleetServiceTaskDTO, iY as MasterFleetServiceTaskQueryDTO, iX as MasterFleetServiceTaskQuerySchema, iV as MasterFleetServiceTaskSchema, j0 as createMasterFleetServiceTask, j2 as deleteMasterFleetServiceTask, i$ as findMasterFleetServiceTasks, j3 as getMasterFleetServiceTaskCache, i_ as newMasterFleetServiceTaskPayload, iZ as toMasterFleetServiceTaskPayload, j1 as updateMasterFleetServiceTask } from '../../../user_organisation_service-DS5AX39n.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 { e as MasterMainCountry, a2 as MasterMainCountryDTO, a4 as MasterMainCountryQueryDTO, a3 as MasterMainCountryQuerySchema, a1 as MasterMainCountrySchema, a8 as createMasterMainCountry, aa as deleteMasterMainCountry, a7 as findMasterMainCountries, ab as getMasterMainCountryCache, ac as getMasterMainCountryCacheChild, a6 as newMasterMainCountryPayload, a5 as toMasterMainCountryPayload, a9 as updateMasterMainCountry } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { e as MasterMainCountry, a2 as MasterMainCountryDTO, a4 as MasterMainCountryQueryDTO, a3 as MasterMainCountryQuerySchema, a1 as MasterMainCountrySchema, a8 as createMasterMainCountry, aa as deleteMasterMainCountry, a7 as findMasterMainCountries, ab as getMasterMainCountryCache, ac as getMasterMainCountryCacheChild, a6 as newMasterMainCountryPayload, a5 as toMasterMainCountryPayload, a9 as updateMasterMainCountry } from '../../../user_organisation_service-DS5AX39n.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 { q as MasterMainCurrency, s as MasterMainCurrencyDTO, w as MasterMainCurrencyQueryDTO, v as MasterMainCurrencyQuerySchema, r as MasterMainCurrencySchema, A as createMasterMainCurrency, C as deleteMasterMainCurrency, z as findMasterMainCurrencies, D as getMasterMainCurrencyCache, y as newMasterMainCurrencyPayload, x as toMasterMainCurrencyPayload, B as updateMasterMainCurrency } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { q as MasterMainCurrency, s as MasterMainCurrencyDTO, w as MasterMainCurrencyQueryDTO, v as MasterMainCurrencyQuerySchema, r as MasterMainCurrencySchema, A as createMasterMainCurrency, C as deleteMasterMainCurrency, z as findMasterMainCurrencies, D as getMasterMainCurrencyCache, y as newMasterMainCurrencyPayload, x as toMasterMainCurrencyPayload, B as updateMasterMainCurrency } from '../../../user_organisation_service-DS5AX39n.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ad as MasterMainDateFormat, af as MasterMainDateFormatDTO, ah as MasterMainDateFormatQueryDTO, ag as MasterMainDateFormatQuerySchema, ae as MasterMainDateFormatSchema, al as createMasterMainDateFormat, an as deleteMasterMainDateFormat, ak as findMasterMainDateFormats, ao as getMasterMainDateFormatCache, aj as newMasterMainDateFormatPayload, ai as toMasterMainDateFormatPayload, am as updateMasterMainDateFormat } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { ad as MasterMainDateFormat, af as MasterMainDateFormatDTO, ah as MasterMainDateFormatQueryDTO, ag as MasterMainDateFormatQuerySchema, ae as MasterMainDateFormatSchema, al as createMasterMainDateFormat, an as deleteMasterMainDateFormat, ak as findMasterMainDateFormats, ao as getMasterMainDateFormatCache, aj as newMasterMainDateFormatPayload, ai as toMasterMainDateFormatPayload, am as updateMasterMainDateFormat } from '../../../user_organisation_service-DS5AX39n.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 { g as MasterMainIndustry, i as MasterMainIndustryDTO, k as MasterMainIndustryQueryDTO, j as MasterMainIndustryQuerySchema, h as MasterMainIndustrySchema, m as createMasterMainIndustry, o as deleteMasterMainIndustry, l as findMasterMainIndustrys, p as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { g as MasterMainIndustry, i as MasterMainIndustryDTO, k as MasterMainIndustryQueryDTO, j as MasterMainIndustryQuerySchema, h as MasterMainIndustrySchema, m as createMasterMainIndustry, o as deleteMasterMainIndustry, l as findMasterMainIndustrys, p as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-DS5AX39n.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 { e as MasterMainCountry, f as MasterMainState } from '../../../user_organisation_service-BLMLICYW.js';
4
+ import { e as MasterMainCountry, f as MasterMainState } from '../../../user_organisation_service-DS5AX39n.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 { gm as MasterMainLanguage, go as MasterMainLanguageDTO, gq as MasterMainLanguageQueryDTO, gp as MasterMainLanguageQuerySchema, gn as MasterMainLanguageSchema, gu as createMasterMainLanguage, gw as deleteMasterMainLanguage, gt as findMasterMainLanguages, gx as getMasterMainLanguageCache, gs as newMasterMainLanguagePayload, gr as toMasterMainLanguagePayload, gv as updateMasterMainLanguage } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { gm as MasterMainLanguage, go as MasterMainLanguageDTO, gq as MasterMainLanguageQueryDTO, gp as MasterMainLanguageQuerySchema, gn as MasterMainLanguageSchema, gu as createMasterMainLanguage, gw as deleteMasterMainLanguage, gt as findMasterMainLanguages, gx as getMasterMainLanguageCache, gs as newMasterMainLanguagePayload, gr as toMasterMainLanguagePayload, gv as updateMasterMainLanguage } from '../../../user_organisation_service-DS5AX39n.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 MasterMainState, S as MasterMainStateDTO, V as MasterMainStateQueryDTO, T as MasterMainStateQuerySchema, R as MasterMainStateSchema, Z as createMasterMainState, $ as deleteMasterMainState, Y as findMasterMainStates, a0 as getMasterMainStateCache, X as newMasterMainStatePayload, W as toMasterMainStatePayload, _ as updateMasterMainState } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { f as MasterMainState, S as MasterMainStateDTO, V as MasterMainStateQueryDTO, T as MasterMainStateQuerySchema, R as MasterMainStateSchema, Z as createMasterMainState, $ as deleteMasterMainState, Y as findMasterMainStates, a0 as getMasterMainStateCache, X as newMasterMainStatePayload, W as toMasterMainStatePayload, _ as updateMasterMainState } from '../../../user_organisation_service-DS5AX39n.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 { E as MasterMainTimeZone, G as MasterMainTimeZoneDTO, I as MasterMainTimeZoneQueryDTO, H as MasterMainTimeZoneQuerySchema, F as MasterMainTimeZoneSchema, N as createMasterMainTimeZone, P as deleteMasterMainTimeZone, L as findMasterMainTimeZones, Q as getMasterMainTimeZoneCache, K as newMasterMainTimeZonePayload, J as toMasterMainTimeZonePayload, O as updateMasterMainTimeZone } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { E as MasterMainTimeZone, G as MasterMainTimeZoneDTO, I as MasterMainTimeZoneQueryDTO, H as MasterMainTimeZoneQuerySchema, F as MasterMainTimeZoneSchema, N as createMasterMainTimeZone, P as deleteMasterMainTimeZone, L as findMasterMainTimeZones, Q as getMasterMainTimeZoneCache, K as newMasterMainTimeZonePayload, J as toMasterMainTimeZonePayload, O as updateMasterMainTimeZone } from '../../../user_organisation_service-DS5AX39n.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 { ap as MasterMainUnitDistance, ar as MasterMainUnitDistanceDTO, at as MasterMainUnitDistanceQueryDTO, as as MasterMainUnitDistanceQuerySchema, aq as MasterMainUnitDistanceSchema, ax as createMasterMainUnitDistance, az as deleteMasterMainUnitDistance, aw as findMasterMainUnitDistances, aA as getMasterMainUnitDistanceCache, av as newMasterMainUnitDistancePayload, au as toMasterMainUnitDistancePayload, ay as updateMasterMainUnitDistance } from '../../../user_organisation_service-BLMLICYW.js';
4
+ export { ap as MasterMainUnitDistance, ar as MasterMainUnitDistanceDTO, at as MasterMainUnitDistanceQueryDTO, as as MasterMainUnitDistanceQuerySchema, aq as MasterMainUnitDistanceSchema, ax as createMasterMainUnitDistance, az as deleteMasterMainUnitDistance, aw as findMasterMainUnitDistances, aA as getMasterMainUnitDistanceCache, av as newMasterMainUnitDistancePayload, au as toMasterMainUnitDistancePayload, ay as updateMasterMainUnitDistance } from '../../../user_organisation_service-DS5AX39n.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';