vms-nest-prisma-api-document 207.0.0 → 209.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 (89) 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 +1 -1
  4. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  5. package/dist/services/account/report_preferences.service.d.ts +1 -1
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +19 -19
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +20 -20
  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 +47 -47
  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 +1 -1
  16. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  17. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  18. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  19. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  20. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  21. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  22. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  23. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  24. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  25. package/dist/services/main/users/auth_service.d.ts +1 -1
  26. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  27. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  28. package/dist/services/main/users/user_service.d.ts +1 -1
  29. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  30. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  31. package/dist/services/main/vehicle/master_vehicle_service.js +11 -11
  32. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  37. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  38. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  39. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  40. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  41. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  42. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  43. package/dist/services/master/expense/master_expense_type_service.d.ts +3 -3
  44. package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
  45. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  46. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  47. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  50. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  51. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_landmark_service.d.ts +5 -5
  57. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  67. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  68. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  69. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
  70. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  71. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  72. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  73. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  74. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  75. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  76. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  77. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
  80. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  88. package/dist/{user_organisation_service-o2RNlNQJ.d.ts → user_organisation_service-N8kI-Upv.d.ts} +5 -5
  89. package/package.json +1 -1
@@ -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;
37
40
  search: string;
38
41
  paging: PAGING;
39
42
  page_count: number;
40
43
  page_index: number;
41
- login_from: LoginFrom;
42
44
  date_format_id: string;
43
45
  time_zone_id: string;
46
+ login_from: LoginFrom;
44
47
  organisation_id: string;
45
- db_instance: string;
46
- db_group: string;
47
48
  vehicle_ids: string[];
48
49
  from_date: string;
49
50
  to_date: string;
50
51
  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
- login_from: LoginFrom;
57
+ db_group: string;
58
+ db_instance: string;
58
59
  date_format_id: string;
59
60
  time_zone_id: string;
61
+ login_from: LoginFrom;
60
62
  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;
65
66
  search?: string | undefined;
66
67
  paging?: PAGING | undefined;
67
68
  page_count?: unknown;
68
69
  page_index?: unknown;
69
70
  vehicle_ids?: string[] | undefined;
70
71
  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;
100
103
  search: string;
101
104
  paging: PAGING;
102
105
  page_count: number;
103
106
  page_index: number;
104
- login_from: LoginFrom;
105
107
  date_format_id: string;
106
108
  time_zone_id: string;
109
+ login_from: LoginFrom;
107
110
  organisation_id: string;
108
- db_instance: string;
109
- db_group: string;
110
111
  from_date: string;
111
112
  to_date: string;
112
113
  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
- login_from: LoginFrom;
120
+ db_group: string;
121
+ db_instance: string;
121
122
  date_format_id: string;
122
123
  time_zone_id: string;
124
+ login_from: LoginFrom;
123
125
  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;
128
129
  search?: string | undefined;
129
130
  paging?: PAGING | undefined;
130
131
  page_count?: unknown;
131
132
  page_index?: unknown;
132
133
  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;
160
162
  search: string;
161
163
  paging: PAGING;
162
164
  page_count: number;
163
165
  page_index: number;
164
- login_from: LoginFrom;
165
166
  date_format_id: string;
166
167
  time_zone_id: string;
168
+ login_from: LoginFrom;
167
169
  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
- login_from: LoginFrom;
177
+ db_group: string;
178
+ db_instance: string;
178
179
  date_format_id: string;
179
180
  time_zone_id: string;
181
+ login_from: LoginFrom;
180
182
  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;
211
213
  search: string;
212
214
  paging: PAGING;
213
215
  page_count: number;
214
216
  page_index: number;
215
- login_from: LoginFrom;
216
217
  date_format_id: string;
217
218
  time_zone_id: string;
219
+ login_from: LoginFrom;
218
220
  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
- login_from: LoginFrom;
225
+ db_group: string;
226
+ db_instance: string;
226
227
  date_format_id: string;
227
228
  time_zone_id: string;
229
+ login_from: LoginFrom;
228
230
  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,27 +254,27 @@ 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;
257
259
  search: string;
258
260
  paging: PAGING;
259
261
  page_count: number;
260
262
  page_index: number;
261
- login_from: LoginFrom;
262
263
  date_format_id: string;
263
264
  time_zone_id: string;
265
+ login_from: LoginFrom;
264
266
  organisation_id: string;
265
- db_instance: string;
266
- db_group: string;
267
267
  interval_seconds: number;
268
268
  vehicle_id: string;
269
269
  from_date_time: string;
270
270
  to_date_time: string;
271
271
  }, {
272
- login_from: LoginFrom;
272
+ db_group: string;
273
+ db_instance: string;
273
274
  date_format_id: string;
274
275
  time_zone_id: string;
276
+ login_from: LoginFrom;
275
277
  organisation_id: string;
276
- db_instance: string;
277
- db_group: string;
278
278
  vehicle_id: string;
279
279
  from_date_time: string;
280
280
  to_date_time: string;
@@ -299,24 +299,24 @@ 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;
302
304
  search: string;
303
305
  paging: PAGING;
304
306
  page_count: number;
305
307
  page_index: number;
306
- login_from: LoginFrom;
307
308
  date_format_id: string;
308
309
  time_zone_id: string;
310
+ login_from: LoginFrom;
309
311
  organisation_id: string;
310
- db_instance: string;
311
- db_group: string;
312
312
  vehicle_id: string;
313
313
  }, {
314
- login_from: LoginFrom;
314
+ db_group: string;
315
+ db_instance: string;
315
316
  date_format_id: string;
316
317
  time_zone_id: string;
318
+ login_from: LoginFrom;
317
319
  organisation_id: string;
318
- db_instance: string;
319
- db_group: string;
320
320
  vehicle_id: string;
321
321
  search?: string | undefined;
322
322
  paging?: PAGING | undefined;
@@ -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;
349
351
  search: string;
350
352
  paging: PAGING;
351
353
  page_count: number;
352
354
  page_index: number;
353
- login_from: LoginFrom;
354
355
  date_format_id: string;
355
356
  time_zone_id: string;
357
+ login_from: LoginFrom;
356
358
  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
- login_from: LoginFrom;
369
+ db_group: string;
370
+ db_instance: string;
370
371
  date_format_id: string;
371
372
  time_zone_id: string;
373
+ login_from: LoginFrom;
372
374
  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 { c_ as AssignRemoveDeviceHistory, d4 as DeviceSimLinkDTO, d3 as DeviceSimLinkSchema, c as MasterDevice, d0 as MasterDeviceDTO, d2 as MasterDeviceQueryDTO, d1 as MasterDeviceQuerySchema, c$ as MasterDeviceSchema, d8 as createMasterDevice, da as deleteMasterDevice, db as device_sim_link, dc as device_sim_unlink, d7 as findMasterDevices, de as get_device_sim_link_history_by_device, dd as get_device_sim_link_history_by_sim, d6 as newMasterDevicePayload, d5 as toMasterDevicePayload, d9 as updateMasterDevice } from '../../../user_organisation_service-o2RNlNQJ.js';
5
+ export { c_ as AssignRemoveDeviceHistory, d4 as DeviceSimLinkDTO, d3 as DeviceSimLinkSchema, c as MasterDevice, d0 as MasterDeviceDTO, d2 as MasterDeviceQueryDTO, d1 as MasterDeviceQuerySchema, c$ as MasterDeviceSchema, d8 as createMasterDevice, da as deleteMasterDevice, db as device_sim_link, dc as device_sim_unlink, d7 as findMasterDevices, de as get_device_sim_link_history_by_device, dd as get_device_sim_link_history_by_sim, d6 as newMasterDevicePayload, d5 as toMasterDevicePayload, d9 as updateMasterDevice } from '../../../user_organisation_service-N8kI-Upv.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
@@ -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 { bI as AssignRemoveDriverHistory, bJ as DriverLoginPush, b as MasterDriver, bN as MasterDriverDTO, bH as MasterDriverFile, bL as MasterDriverFileDTO, bK as MasterDriverFileSchema, bR as MasterDriverLogoDTO, bQ as MasterDriverLogoSchema, bT as MasterDriverProfileDTO, bS as MasterDriverProfileSchema, bP as MasterDriverQueryDTO, bO as MasterDriverQuerySchema, bM as MasterDriverSchema, bY as createMasterDriver, c6 as create_file, b_ as deleteMasterDriver, c0 as deleteMasterDriverLogo, bX as findMasterDriver, c2 as getMasterDriverCache, c3 as getMasterDriverCacheSimple, c4 as get_master_driver_presigned_url, c5 as get_master_driver_presigned_url_file, bW as newDriverPayload, c7 as remove_file, bU as toDriverPayload, bV as toDriverProfilePayload, bZ as updateMasterDriver, b$ as updateMasterDriverLogo, c1 as updateMasterDriverProfile } from '../../../user_organisation_service-o2RNlNQJ.js';
5
+ export { bI as AssignRemoveDriverHistory, bJ as DriverLoginPush, b as MasterDriver, bN as MasterDriverDTO, bH as MasterDriverFile, bL as MasterDriverFileDTO, bK as MasterDriverFileSchema, bR as MasterDriverLogoDTO, bQ as MasterDriverLogoSchema, bT as MasterDriverProfileDTO, bS as MasterDriverProfileSchema, bP as MasterDriverQueryDTO, bO as MasterDriverQuerySchema, bM as MasterDriverSchema, bY as createMasterDriver, c6 as create_file, b_ as deleteMasterDriver, c0 as deleteMasterDriverLogo, bX as findMasterDriver, c2 as getMasterDriverCache, c3 as getMasterDriverCacheSimple, c4 as get_master_driver_presigned_url, c5 as get_master_driver_presigned_url_file, bW as newDriverPayload, c7 as remove_file, bU as toDriverPayload, bV as toDriverProfilePayload, bZ as updateMasterDriver, b$ as updateMasterDriverLogo, c1 as updateMasterDriverProfile } from '../../../user_organisation_service-N8kI-Upv.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 { cP as AssignRemoveSimHistory, cO as MasterSim, cR as MasterSimDTO, cT as MasterSimQueryDTO, cS as MasterSimQuerySchema, cQ as MasterSimSchema, cX as createMasterSim, cZ as deleteMasterSim, cW as findMasterSims, cV as newMasterSimPayload, cU as toMasterSimPayload, cY as updateMasterSim } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ export { cP as AssignRemoveSimHistory, cO as MasterSim, cR as MasterSimDTO, cT as MasterSimQueryDTO, cS as MasterSimQuerySchema, cQ as MasterSimSchema, cX as createMasterSim, cZ as deleteMasterSim, cW as findMasterSims, cV as newMasterSimPayload, cU as toMasterSimPayload, cY as updateMasterSim } from '../../../user_organisation_service-N8kI-Upv.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, b as MasterDriver } from '../../../user_organisation_service-o2RNlNQJ.js';
3
+ import { a as User, b as MasterDriver } from '../../../user_organisation_service-N8kI-Upv.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';
@@ -2,7 +2,7 @@ import { AdminRole, Status, LoginFrom, PAGING, LoadParents, LoadChild, LoadChild
2
2
  import { FBR, SBR, BR, AWSPresignedUrl, BaseCommonFile } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { a as User, U as UserOrganisation } from '../../../user_organisation_service-o2RNlNQJ.js';
5
+ import { a as User, U as UserOrganisation } from '../../../user_organisation_service-N8kI-Upv.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
8
8
  interface UserAdmin extends Record<string, unknown> {
@@ -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, il as UserOrganisationDTO, iq as UserOrganisationLogoDTO, ip as UserOrganisationLogoSchema, io as UserOrganisationQueryDTO, im as UserOrganisationQuerySchema, ik as UserOrganisationSchema, ij as UserOrganisationSimple, iu as createUserOrganisation, iw as deleteUserOrganisation, iy as deleteUserOrganisationLogo, it as findUserOrganisation, iA as getUserOrganisationCache, iB as getUserOrganisationCacheSimple, iz as get_user_organisation_presigned_url, is as newUserOrganisationPayload, ir as toUserOrganisationPayload, iv as updateUserOrganisation, ix as updateUserOrganisationLogo } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ export { U as UserOrganisation, il as UserOrganisationDTO, iq as UserOrganisationLogoDTO, ip as UserOrganisationLogoSchema, io as UserOrganisationQueryDTO, im as UserOrganisationQuerySchema, ik as UserOrganisationSchema, ij as UserOrganisationSimple, iu as createUserOrganisation, iw as deleteUserOrganisation, iy as deleteUserOrganisationLogo, it as findUserOrganisation, iA as getUserOrganisationCache, iB as getUserOrganisationCacheSimple, iz as get_user_organisation_presigned_url, is as newUserOrganisationPayload, ir as toUserOrganisationPayload, iv as updateUserOrganisation, ix as updateUserOrganisationLogo } from '../../../user_organisation_service-N8kI-Upv.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 { a as User, hR as UserDTO, i1 as UserDefaultDateFormatDTO, i0 as UserDefaultDateFormatSchema, hZ as UserDefaultLanguageDTO, hY as UserDefaultLanguageSchema, h$ as UserDefaultTimeZoneDTO, h_ as UserDefaultTimeZoneSchema, hP as UserLoginPush, hV as UserLogoDTO, hU as UserLogoSchema, hX as UserProfileDTO, hW as UserProfileSchema, hT as UserQueryDTO, hS as UserQuerySchema, hQ as UserSchema, hO as UserVehicleLink, i6 as createUser, i8 as deleteUser, ia as deleteUserLogo, i5 as findUser, ic as getUserCache, id as getUserCacheSimple, ie as get_user_presigned_url, i2 as newUserPayload, i3 as toUserPayload, i4 as toUserProfilePayload, i7 as updateUser, ii as updateUserDefaultDateformat, ig as updateUserDefaultLanguage, ih as updateUserDefaultTimezone, i9 as updateUserLogo, ib as updateUserProfile } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ export { a as User, hR as UserDTO, i1 as UserDefaultDateFormatDTO, i0 as UserDefaultDateFormatSchema, hZ as UserDefaultLanguageDTO, hY as UserDefaultLanguageSchema, h$ as UserDefaultTimeZoneDTO, h_ as UserDefaultTimeZoneSchema, hP as UserLoginPush, hV as UserLogoDTO, hU as UserLogoSchema, hX as UserProfileDTO, hW as UserProfileSchema, hT as UserQueryDTO, hS as UserQuerySchema, hQ as UserSchema, hO as UserVehicleLink, i6 as createUser, i8 as deleteUser, ia as deleteUserLogo, i5 as findUser, ic as getUserCache, id as getUserCacheSimple, ie as get_user_presigned_url, i2 as newUserPayload, i3 as toUserPayload, i4 as toUserProfilePayload, i7 as updateUser, ii as updateUserDefaultDateformat, ig as updateUserDefaultLanguage, ih as updateUserDefaultTimezone, i9 as updateUserLogo, ib as updateUserProfile } from '../../../user_organisation_service-N8kI-Upv.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-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-N8kI-Upv.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 { fV as MasterDeviceFileDTO, fU as MasterDeviceFileSchema, M as MasterVehicle, gb as MasterVehicleDocumentFileDTO, ga as MasterVehicleDocumentFileSchema, fD as MasterVehicleDropdown, fE as MasterVehicleFile, fP as MasterVehicleFileDTO, fO as MasterVehicleFileSchema, gn as SimpleFindQueryDTO, gm as SimpleFindQuerySchema, fT as VehicleBulkDTO, fS as VehicleBulkSchema, fR as VehicleDTO, fH as VehicleDetailBody, g5 as VehicleDetailBodyDTO, g4 as VehicleDetailBodySchema, fF as VehicleDetailGPS, g1 as VehicleDetailGPSSensorDTO, g0 as VehicleDetailGPSSensorSchema, fI as VehicleDetailLifeCycle, g7 as VehicleDetailLifeCycleDto, g6 as VehicleDetailLifeCycleSchema, fJ as VehicleDetailPurchase, g9 as VehicleDetailPurchaseDTO, g8 as VehicleDetailPurchaseSchema, fG as VehicleDetailTrip, g3 as VehicleDetailTripDTO, g2 as VehicleDetailTripSchema, fX as VehicleDeviceLinkDTO, fW as VehicleDeviceLinkSchema, fZ as VehicleDeviceUnlinkDTO, fY as VehicleDeviceUnlinkSchema, fK as VehicleDocument, gd as VehicleDocumentDTO, fM as VehicleDocumentExpiry, gh as VehicleDocumentExpiryDTO, gj as VehicleDocumentExpiryQueryDTO, gi as VehicleDocumentExpiryQuerySchema, gg as VehicleDocumentExpirySchema, fL as VehicleDocumentFile, gf as VehicleDocumentQueryDTO, ge as VehicleDocumentQuerySchema, gc as VehicleDocumentSchema, f$ as VehicleDriverLinkDTO, f_ as VehicleDriverLinkSchema, gp as VehicleGPSQueryDTO, go as VehicleGPSQuerySchema, fN as VehicleOdometerHistory, gl as VehicleQueryDTO, gk as VehicleQuerySchema, fQ as VehicleSchema, gV as createDocument, h3 as createDocumentExpiry, g$ as createFileDevice, gZ as createFileVehicle, h1 as createFileVehicleDocument, gF as createVehicle, gH as deleteVehicle, gW as findDocument, h4 as findDocumentExpiry, gE as findVehicleGPSDetails, gC as findVehicles, gD as findVehiclesLiveDashboard, gU as getDeviceLinkHistoryByDevice, gT as getDeviceLinkHistoryByVehicle, gQ as getDriverLinkHistoryByDriver, gP as getDriverLinkHistoryByVehicle, h7 as getVehicleCache, h9 as getVehicleParentCache, h8 as getVehicleSimpleCache, hb as getVehicleSimpleDropdownCacheLiveData, ha as getVehicleSimpleDropdownCustom, gA as get_device_presigned_url, gB as get_master_driver_presigned_url_file, gz as get_vehicle_presigned_url, gR as linkDeviceToVehicle, gN as linkDriverToVehicle, gy as newVehicleDocumentExpiryPayload, gr as newVehiclePayload, gY as removeDocument, h6 as removeDocumentExpiry, h0 as removeFileDevice, g_ as removeFileVehicle, h2 as removeFileVehicleDocument, gv as toVehicleDetailLifeCyclePayload, gw as toVehicleDetailPurchasePayload, gu as toVehicleDetailsBodyPayload, gs as toVehicleDetailsGPSPayload, gt as toVehicleDetailsTripPayload, gx as toVehicleDocumentExpiryPayload, gq as toVehiclePayload, gS as unlinkDeviceFromVehicle, gO as unlinkDriverFromVehicle, gI as updateDetailsGpsSensor, gJ as updateDetailsTrip, gX as updateDocument, h5 as updateDocumentExpiry, gG as updateVehicle, gK as updateVehicleBodyDetails, gL as updateVehicleLifeCycleDetails, gM as updateVehiclePurchaseDetails } from '../../../user_organisation_service-o2RNlNQJ.js';
5
+ export { fV as MasterDeviceFileDTO, fU as MasterDeviceFileSchema, M as MasterVehicle, gb as MasterVehicleDocumentFileDTO, ga as MasterVehicleDocumentFileSchema, fD as MasterVehicleDropdown, fE as MasterVehicleFile, fP as MasterVehicleFileDTO, fO as MasterVehicleFileSchema, gn as SimpleFindQueryDTO, gm as SimpleFindQuerySchema, fT as VehicleBulkDTO, fS as VehicleBulkSchema, fR as VehicleDTO, fH as VehicleDetailBody, g5 as VehicleDetailBodyDTO, g4 as VehicleDetailBodySchema, fF as VehicleDetailGPS, g1 as VehicleDetailGPSSensorDTO, g0 as VehicleDetailGPSSensorSchema, fI as VehicleDetailLifeCycle, g7 as VehicleDetailLifeCycleDto, g6 as VehicleDetailLifeCycleSchema, fJ as VehicleDetailPurchase, g9 as VehicleDetailPurchaseDTO, g8 as VehicleDetailPurchaseSchema, fG as VehicleDetailTrip, g3 as VehicleDetailTripDTO, g2 as VehicleDetailTripSchema, fX as VehicleDeviceLinkDTO, fW as VehicleDeviceLinkSchema, fZ as VehicleDeviceUnlinkDTO, fY as VehicleDeviceUnlinkSchema, fK as VehicleDocument, gd as VehicleDocumentDTO, fM as VehicleDocumentExpiry, gh as VehicleDocumentExpiryDTO, gj as VehicleDocumentExpiryQueryDTO, gi as VehicleDocumentExpiryQuerySchema, gg as VehicleDocumentExpirySchema, fL as VehicleDocumentFile, gf as VehicleDocumentQueryDTO, ge as VehicleDocumentQuerySchema, gc as VehicleDocumentSchema, f$ as VehicleDriverLinkDTO, f_ as VehicleDriverLinkSchema, gp as VehicleGPSQueryDTO, go as VehicleGPSQuerySchema, fN as VehicleOdometerHistory, gl as VehicleQueryDTO, gk as VehicleQuerySchema, fQ as VehicleSchema, gV as createDocument, h3 as createDocumentExpiry, g$ as createFileDevice, gZ as createFileVehicle, h1 as createFileVehicleDocument, gF as createVehicle, gH as deleteVehicle, gW as findDocument, h4 as findDocumentExpiry, gE as findVehicleGPSDetails, gC as findVehicles, gD as findVehiclesLiveDashboard, gU as getDeviceLinkHistoryByDevice, gT as getDeviceLinkHistoryByVehicle, gQ as getDriverLinkHistoryByDriver, gP as getDriverLinkHistoryByVehicle, h7 as getVehicleCache, h9 as getVehicleParentCache, h8 as getVehicleSimpleCache, hb as getVehicleSimpleDropdownCacheLiveData, ha as getVehicleSimpleDropdownCustom, gA as get_device_file_presigned_url, gB as get_vehicle_document_file_presigned_url, gz as get_vehicle_file_presigned_url, gR as linkDeviceToVehicle, gN as linkDriverToVehicle, gy as newVehicleDocumentExpiryPayload, gr as newVehiclePayload, gY as removeDocument, h6 as removeDocumentExpiry, h0 as removeFileDevice, g_ as removeFileVehicle, h2 as removeFileVehicleDocument, gv as toVehicleDetailLifeCyclePayload, gw as toVehicleDetailPurchasePayload, gu as toVehicleDetailsBodyPayload, gs as toVehicleDetailsGPSPayload, gt as toVehicleDetailsTripPayload, gx as toVehicleDocumentExpiryPayload, gq as toVehiclePayload, gS as unlinkDeviceFromVehicle, gO as unlinkDriverFromVehicle, gI as updateDetailsGpsSensor, gJ as updateDetailsTrip, gX as updateDocument, h5 as updateDocumentExpiry, gG as updateVehicle, gK as updateVehicleBodyDetails, gL as updateVehicleLifeCycleDetails, gM as updateVehiclePurchaseDetails } from '../../../user_organisation_service-N8kI-Upv.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
@@ -370,9 +370,9 @@ var MongoBaseQuerySchema = z2.object({
370
370
  var URL = "main/master_vehicle";
371
371
  var ENDPOINTS = {
372
372
  // AWS S3 PRESIGNED
373
- vehicle_presigned_url: (file_name) => `${URL}/vehicle_presigned_url/${file_name}`,
374
- device_presigned_url: (file_name) => `${URL}/device_presigned_url/${file_name}`,
375
373
  vehicle_file_presigned_url: `${URL}/vehicle_file_presigned_url`,
374
+ device_file_presigned_url: `${URL}/device_file_presigned_url`,
375
+ vehicle_document_file_presigned_url: `${URL}/vehicle_document_file_presigned_url`,
376
376
  // Vehicle CRED
377
377
  find: `${URL}/search`,
378
378
  find_live_dashboard: `${URL}/live_dashboard/search`,
@@ -1217,14 +1217,14 @@ var newVehicleDocumentExpiryPayload = () => ({
1217
1217
  expiry_type: "Expiring" /* Expiring */,
1218
1218
  status: "Active" /* Active */
1219
1219
  });
1220
- var get_vehicle_presigned_url = async (fileName) => {
1221
- return apiGet(ENDPOINTS.vehicle_presigned_url(fileName));
1220
+ var get_vehicle_file_presigned_url = async (data) => {
1221
+ return apiPost(ENDPOINTS.vehicle_file_presigned_url, data);
1222
1222
  };
1223
- var get_device_presigned_url = async (fileName) => {
1224
- return apiGet(ENDPOINTS.device_presigned_url(fileName));
1223
+ var get_device_file_presigned_url = async (data) => {
1224
+ return apiPost(ENDPOINTS.device_file_presigned_url, data);
1225
1225
  };
1226
- var get_master_driver_presigned_url_file = async (data) => {
1227
- return apiPost(ENDPOINTS.vehicle_file_presigned_url, data);
1226
+ var get_vehicle_document_file_presigned_url = async (data) => {
1227
+ return apiPost(ENDPOINTS.vehicle_document_file_presigned_url, data);
1228
1228
  };
1229
1229
  var findVehicles = async (payload) => {
1230
1230
  return apiPost(ENDPOINTS.find, payload);
@@ -1382,9 +1382,9 @@ export {
1382
1382
  getVehicleSimpleCache,
1383
1383
  getVehicleSimpleDropdownCacheLiveData,
1384
1384
  getVehicleSimpleDropdownCustom,
1385
- get_device_presigned_url,
1386
- get_master_driver_presigned_url_file,
1387
- get_vehicle_presigned_url,
1385
+ get_device_file_presigned_url,
1386
+ get_vehicle_document_file_presigned_url,
1387
+ get_vehicle_file_presigned_url,
1388
1388
  linkDeviceToVehicle,
1389
1389
  linkDriverToVehicle,
1390
1390
  newVehicleDocumentExpiryPayload,
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-N8kI-Upv.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 { cA as MasterDeviceManufacturer, cC as MasterDeviceManufacturerDTO, cE as MasterDeviceManufacturerQueryDTO, cD as MasterDeviceManufacturerQuerySchema, cB as MasterDeviceManufacturerSchema, cI as createMasterDeviceManufacturer, cK as deleteMasterDeviceManufacturer, cH as findMasterDeviceManufacturers, cL as getMasterDeviceManufacturerCache, cN as getMasterDeviceManufacturerCacheChild, cM as getMasterDeviceManufacturerCacheCount, cG as newMasterDeviceManufacturerPayload, cF as toMasterDeviceManufacturerPayload, cJ as updateMasterDeviceManufacturer } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ export { cA as MasterDeviceManufacturer, cC as MasterDeviceManufacturerDTO, cE as MasterDeviceManufacturerQueryDTO, cD as MasterDeviceManufacturerQuerySchema, cB as MasterDeviceManufacturerSchema, cI as createMasterDeviceManufacturer, cK as deleteMasterDeviceManufacturer, cH as findMasterDeviceManufacturers, cL as getMasterDeviceManufacturerCache, cN as getMasterDeviceManufacturerCacheChild, cM as getMasterDeviceManufacturerCacheCount, cG as newMasterDeviceManufacturerPayload, cF as toMasterDeviceManufacturerPayload, cJ as updateMasterDeviceManufacturer } from '../../../user_organisation_service-N8kI-Upv.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 { cm as MasterDeviceModel, co as MasterDeviceModelDTO, cq as MasterDeviceModelQueryDTO, cp as MasterDeviceModelQuerySchema, cn as MasterDeviceModelSchema, cu as createMasterDeviceModel, cw as deleteMasterDeviceModel, ct as findMasterDeviceModels, cx as getMasterDeviceModelCache, cz as getMasterDeviceModelCacheChild, cy as getMasterDeviceModelCacheCount, cs as newMasterDeviceModelPayload, cr as toMasterDeviceModelPayload, cv as updateMasterDeviceModel } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ export { cm as MasterDeviceModel, co as MasterDeviceModelDTO, cq as MasterDeviceModelQueryDTO, cp as MasterDeviceModelQuerySchema, cn as MasterDeviceModelSchema, cu as createMasterDeviceModel, cw as deleteMasterDeviceModel, ct as findMasterDeviceModels, cx as getMasterDeviceModelCache, cz as getMasterDeviceModelCacheChild, cy as getMasterDeviceModelCacheCount, cs as newMasterDeviceModelPayload, cr as toMasterDeviceModelPayload, cv as updateMasterDeviceModel } from '../../../user_organisation_service-N8kI-Upv.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 { c8 as MasterDeviceType, ca as MasterDeviceTypeDTO, cc as MasterDeviceTypeQueryDTO, cb as MasterDeviceTypeQuerySchema, c9 as MasterDeviceTypeSchema, cg as createMasterDeviceType, ci as deleteMasterDeviceType, cf as findMasterDeviceTypes, cj as getMasterDeviceTypeCache, cl as getMasterDeviceTypeCacheChild, ck as getMasterDeviceTypeCacheCount, ce as newMasterDeviceTypePayload, cd as toMasterDeviceTypePayload, ch as updateMasterDeviceType } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ export { c8 as MasterDeviceType, ca as MasterDeviceTypeDTO, cc as MasterDeviceTypeQueryDTO, cb as MasterDeviceTypeQuerySchema, c9 as MasterDeviceTypeSchema, cg as createMasterDeviceType, ci as deleteMasterDeviceType, cf as findMasterDeviceTypes, cj as getMasterDeviceTypeCache, cl as getMasterDeviceTypeCacheChild, ck as getMasterDeviceTypeCacheCount, ce as newMasterDeviceTypePayload, cd as toMasterDeviceTypePayload, ch as updateMasterDeviceType } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { ExpenseCategory, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-o2RNlNQJ.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-N8kI-Upv.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-o2RNlNQJ.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -22,14 +22,14 @@ declare const MasterExpenseTypeSchema: z.ZodObject<{
22
22
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
23
23
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
24
24
  }, "strip", z.ZodTypeAny, {
25
+ expense_type_name: string;
25
26
  description: string;
26
27
  status: Status;
27
28
  organisation_id: string;
28
- expense_type_name: string;
29
29
  }, {
30
+ expense_type_name: string;
30
31
  status: Status;
31
32
  organisation_id: string;
32
- expense_type_name: string;
33
33
  description?: string | undefined;
34
34
  }>;
35
35
  type MasterExpenseTypeDTO = z.infer<typeof MasterExpenseTypeSchema>;
@@ -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-o2RNlNQJ.js';
4
+ import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -28,21 +28,21 @@ declare const MasterFuelCompanySchema: z.ZodObject<{
28
28
  logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
29
29
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
30
30
  }, "strip", z.ZodTypeAny, {
31
- company_name: string;
32
31
  description: string;
33
- logo_url: string;
34
- logo_key: string;
35
32
  status: Status;
36
33
  organisation_id: string;
37
34
  country_id: string;
38
- }, {
35
+ logo_key: string;
36
+ logo_url: string;
39
37
  company_name: string;
38
+ }, {
40
39
  status: Status;
41
40
  organisation_id: string;
42
41
  country_id: string;
42
+ company_name: string;
43
43
  description?: string | undefined;
44
- logo_url?: string | undefined;
45
44
  logo_key?: string | undefined;
45
+ logo_url?: string | undefined;
46
46
  }>;
47
47
  type MasterFuelCompanyDTO = z.infer<typeof MasterFuelCompanySchema>;
48
48
  declare const MasterFuelCompanyQuerySchema: z.ZodObject<{
@@ -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-o2RNlNQJ.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-N8kI-Upv.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-o2RNlNQJ.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-N8kI-Upv.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-o2RNlNQJ.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-N8kI-Upv.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-o2RNlNQJ.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-N8kI-Upv.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7