vms-nest-prisma-api-document 250.0.0 → 260.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 (100) hide show
  1. package/dist/services/account/bookmark_service.d.ts +11 -11
  2. package/dist/services/account/notification_preferences.service.d.ts +18 -18
  3. package/dist/services/account/report_preferences.service.d.ts +7 -7
  4. package/dist/services/account/ticket_service.d.ts +1 -1
  5. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  6. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  10. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +20 -20
  11. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +34 -34
  12. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +48 -48
  13. package/dist/services/fleet/incident_management/incident_management_service.d.ts +72 -72
  14. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  15. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  16. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  17. package/dist/services/fleet/issue_management/issue_management_service.d.ts +14 -14
  18. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +51 -51
  19. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  20. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  21. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  22. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  23. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
  24. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  25. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  26. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  27. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  28. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  29. package/dist/services/gps/reports/gps_models/GpsPacket.d.ts +5 -0
  30. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  31. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  32. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  33. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  34. package/dist/services/main/users/auth_service.d.ts +1 -1
  35. package/dist/services/main/users/user_admin_service.d.ts +3 -3
  36. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  37. package/dist/services/main/users/user_service.d.ts +1 -1
  38. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  39. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  40. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  41. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  42. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  43. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  45. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  47. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  48. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  49. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  50. package/dist/services/master/expense/master_expense_name_service.d.ts +3 -3
  51. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  52. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  53. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  54. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  55. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  56. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +2 -2
  57. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -2
  58. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -2
  59. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -2
  60. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +2 -2
  61. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  72. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  73. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  74. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  75. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  76. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  77. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  78. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
  79. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  80. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  81. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  82. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  83. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  84. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  85. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
  89. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  97. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  98. package/dist/services/website/static_pages_service.d.ts +1 -1
  99. package/package.json +1 -1
  100. package/dist/{user_organisation_service-CqR_hga1.d.ts → user_organisation_service-C2mgWnod.d.ts} +47 -47
@@ -2,7 +2,7 @@ import { ServiceStatus, ServiceType, YesNo, PaymentStatus, Status, ReminderType,
2
2
  import { BaseCommonFile, BR, AWSPresignedUrl, SBR, FBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, F as FleetVendor, h as FleetVendorServiceCenter } from '../../../user_organisation_service-CqR_hga1.js';
5
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, F as FleetVendor, h as FleetVendorServiceCenter } from '../../../user_organisation_service-C2mgWnod.js';
6
6
  import { MasterFleetServiceTask } from '../../master/fleet/master_fleet_service_task_service.js';
7
7
  import '../../master/main/master_main_sim_provider_service.js';
8
8
 
@@ -112,9 +112,9 @@ declare const FleetServiceManagementFileSchema: z.ZodObject<{
112
112
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
113
113
  service_management_id: z.ZodEffects<z.ZodString, string, string>;
114
114
  }, "strip", z.ZodTypeAny, {
115
+ service_management_id: string;
115
116
  status: Status;
116
117
  organisation_id: string;
117
- service_management_id: string;
118
118
  usage_type: string;
119
119
  file_type: FileType;
120
120
  file_url: string;
@@ -124,9 +124,9 @@ declare const FleetServiceManagementFileSchema: z.ZodObject<{
124
124
  file_size: number;
125
125
  file_metadata: Record<string, any>;
126
126
  }, {
127
+ service_management_id: string;
127
128
  status: Status;
128
129
  organisation_id: string;
129
- service_management_id: string;
130
130
  usage_type: string;
131
131
  file_type: FileType;
132
132
  file_url?: string | undefined;
@@ -184,9 +184,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
184
184
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
185
185
  service_management_id: z.ZodEffects<z.ZodString, string, string>;
186
186
  }, z.UnknownKeysParam, z.ZodTypeAny, {
187
+ service_management_id: string;
187
188
  status: Status;
188
189
  organisation_id: string;
189
- service_management_id: string;
190
190
  usage_type: string;
191
191
  file_type: FileType;
192
192
  file_url: string;
@@ -196,9 +196,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
196
196
  file_size: number;
197
197
  file_metadata: Record<string, any>;
198
198
  }, {
199
+ service_management_id: string;
199
200
  status: Status;
200
201
  organisation_id: string;
201
- service_management_id: string;
202
202
  usage_type: string;
203
203
  file_type: FileType;
204
204
  file_url?: string | undefined;
@@ -209,23 +209,15 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
209
209
  file_metadata?: Record<string, any> | undefined;
210
210
  }>, "many">>>;
211
211
  }, "strip", z.ZodTypeAny, {
212
- odometer_reading: number;
213
- status: Status;
214
- organisation_id: string;
215
- vehicle_id: string;
216
- driver_id: string;
217
- time_zone_id: string;
218
- user_id: string;
219
- service_center_id: string;
220
- vendor_id: string;
221
- rating: number;
222
- service_start_date: string;
223
212
  service_status: ServiceStatus;
224
213
  service_type: ServiceType;
214
+ service_start_date: string;
225
215
  service_complete_date: string;
216
+ odometer_reading: number;
226
217
  estimated_notes: string;
227
218
  final_notes: string;
228
219
  is_inhouse_service: YesNo;
220
+ rating: number;
229
221
  rating_comments: string;
230
222
  warranty_related_information: string;
231
223
  payment_related_information: string;
@@ -233,11 +225,19 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
233
225
  payment_method: string;
234
226
  next_odometer_reading: number;
235
227
  next_service_schedule_date: string;
228
+ status: Status;
229
+ organisation_id: string;
230
+ user_id: string;
231
+ vehicle_id: string;
232
+ driver_id: string;
233
+ vendor_id: string;
234
+ service_center_id: string;
236
235
  service_schedule_id: string;
236
+ time_zone_id: string;
237
237
  FleetServiceManagementFileSchema: {
238
+ service_management_id: string;
238
239
  status: Status;
239
240
  organisation_id: string;
240
- service_management_id: string;
241
241
  usage_type: string;
242
242
  file_type: FileType;
243
243
  file_url: string;
@@ -255,24 +255,23 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
255
255
  actual_parts_cost?: number | undefined;
256
256
  actual_total_cost?: number | undefined;
257
257
  }, {
258
+ service_status: ServiceStatus;
259
+ service_type: ServiceType;
260
+ is_inhouse_service: YesNo;
261
+ payment_status: PaymentStatus;
258
262
  status: Status;
259
263
  organisation_id: string;
264
+ user_id: string;
260
265
  vehicle_id: string;
261
266
  driver_id: string;
262
- time_zone_id: string;
263
- user_id: string;
264
- service_center_id: string;
265
267
  vendor_id: string;
266
- service_status: ServiceStatus;
267
- service_type: ServiceType;
268
- is_inhouse_service: YesNo;
269
- payment_status: PaymentStatus;
268
+ service_center_id: string;
270
269
  service_schedule_id: string;
271
- odometer_reading?: unknown;
272
- rating?: unknown;
273
- fuel?: unknown;
270
+ time_zone_id: string;
274
271
  service_start_date?: string | undefined;
275
272
  service_complete_date?: string | undefined;
273
+ odometer_reading?: unknown;
274
+ fuel?: unknown;
276
275
  estimated_labor_cost?: unknown;
277
276
  estimated_parts_cost?: unknown;
278
277
  estimated_total_cost?: unknown;
@@ -281,6 +280,7 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
281
280
  actual_parts_cost?: unknown;
282
281
  actual_total_cost?: unknown;
283
282
  final_notes?: string | undefined;
283
+ rating?: unknown;
284
284
  rating_comments?: string | undefined;
285
285
  warranty_related_information?: string | undefined;
286
286
  payment_related_information?: string | undefined;
@@ -288,9 +288,9 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
288
288
  next_odometer_reading?: unknown;
289
289
  next_service_schedule_date?: string | undefined;
290
290
  FleetServiceManagementFileSchema?: {
291
+ service_management_id: string;
291
292
  status: Status;
292
293
  organisation_id: string;
293
- service_management_id: string;
294
294
  usage_type: string;
295
295
  file_type: FileType;
296
296
  file_url?: string | undefined;
@@ -347,6 +347,10 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
347
347
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
348
348
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
349
349
  }, "strip", z.ZodTypeAny, {
350
+ service_status: ServiceStatus[];
351
+ service_type: ServiceType[];
352
+ is_inhouse_service: YesNo[];
353
+ payment_status: PaymentStatus[];
350
354
  status: Status[];
351
355
  time_zone_id: string;
352
356
  search: string;
@@ -368,24 +372,24 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
368
372
  }[];
369
373
  include_master_data: YesNo;
370
374
  date_format_id: string;
375
+ service_management_ids: string[];
371
376
  organisation_ids: string[];
377
+ user_ids: string[];
372
378
  vehicle_ids: string[];
373
379
  driver_ids: string[];
374
- service_management_ids: string[];
375
- user_ids: string[];
376
380
  vendor_ids: string[];
377
381
  service_center_ids: string[];
378
382
  from_date: string;
379
383
  to_date: string;
380
- service_status: ServiceStatus[];
381
- service_type: ServiceType[];
382
- is_inhouse_service: YesNo[];
383
- payment_status: PaymentStatus[];
384
384
  }, {
385
385
  time_zone_id: string;
386
386
  date_format_id: string;
387
387
  from_date: string;
388
388
  to_date: string;
389
+ service_status?: ServiceStatus[] | undefined;
390
+ service_type?: ServiceType[] | undefined;
391
+ is_inhouse_service?: YesNo[] | undefined;
392
+ payment_status?: PaymentStatus[] | undefined;
389
393
  status?: Status[] | undefined;
390
394
  search?: string | undefined;
391
395
  paging?: PAGING | undefined;
@@ -405,17 +409,13 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
405
409
  direction: OrderBy;
406
410
  }[] | undefined;
407
411
  include_master_data?: YesNo | undefined;
412
+ service_management_ids?: string[] | undefined;
408
413
  organisation_ids?: string[] | undefined;
414
+ user_ids?: string[] | undefined;
409
415
  vehicle_ids?: string[] | undefined;
410
416
  driver_ids?: string[] | undefined;
411
- service_management_ids?: string[] | undefined;
412
- user_ids?: string[] | undefined;
413
417
  vendor_ids?: string[] | undefined;
414
418
  service_center_ids?: string[] | undefined;
415
- service_status?: ServiceStatus[] | undefined;
416
- service_type?: ServiceType[] | undefined;
417
- is_inhouse_service?: YesNo[] | undefined;
418
- payment_status?: PaymentStatus[] | undefined;
419
419
  }>;
420
420
  type FleetServiceManagementQueryDTO = z.infer<typeof FleetServiceManagementQuerySchema>;
421
421
  declare const FleetServiceManagementTaskSchema: z.ZodObject<{
@@ -425,14 +425,14 @@ declare const FleetServiceManagementTaskSchema: z.ZodObject<{
425
425
  task_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
426
426
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
427
427
  }, "strip", z.ZodTypeAny, {
428
- status: Status;
429
428
  service_management_id: string;
430
- fleet_service_task_id: string;
429
+ status: Status;
431
430
  task_notes: string;
431
+ fleet_service_task_id: string;
432
432
  task_cost?: number | undefined;
433
433
  }, {
434
- status: Status;
435
434
  service_management_id: string;
435
+ status: Status;
436
436
  fleet_service_task_id: string;
437
437
  task_cost?: unknown;
438
438
  task_notes?: string | undefined;
@@ -495,8 +495,8 @@ declare const FleetServiceManagementTaskQuerySchema: z.ZodObject<{
495
495
  include_master_data: YesNo;
496
496
  date_format_id: string;
497
497
  service_management_ids: string[];
498
- fleet_service_task_ids: string[];
499
498
  fleet_service_management_task_ids: string[];
499
+ fleet_service_task_ids: string[];
500
500
  }, {
501
501
  time_zone_id: string;
502
502
  date_format_id: string;
@@ -520,8 +520,8 @@ declare const FleetServiceManagementTaskQuerySchema: z.ZodObject<{
520
520
  }[] | undefined;
521
521
  include_master_data?: YesNo | undefined;
522
522
  service_management_ids?: string[] | undefined;
523
- fleet_service_task_ids?: string[] | undefined;
524
523
  fleet_service_management_task_ids?: string[] | undefined;
524
+ fleet_service_task_ids?: string[] | undefined;
525
525
  }>;
526
526
  type FleetServiceManagementTaskQueryDTO = z.infer<typeof FleetServiceManagementTaskQuerySchema>;
527
527
  declare const FleetServiceReminderSchema: z.ZodObject<{
@@ -531,16 +531,16 @@ declare const FleetServiceReminderSchema: z.ZodObject<{
531
531
  reminder_type: z.ZodType<ReminderType, z.ZodTypeDef, ReminderType>;
532
532
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
533
533
  }, "strip", z.ZodTypeAny, {
534
+ service_management_id: string;
534
535
  status: Status;
535
536
  organisation_id: string;
536
537
  vehicle_id: string;
537
- service_management_id: string;
538
538
  reminder_type: ReminderType;
539
539
  }, {
540
+ service_management_id: string;
540
541
  status: Status;
541
542
  organisation_id: string;
542
543
  vehicle_id: string;
543
- service_management_id: string;
544
544
  reminder_type: ReminderType;
545
545
  }>;
546
546
  type FleetServiceReminderDTO = z.infer<typeof FleetServiceReminderSchema>;
@@ -582,6 +582,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
582
582
  reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
583
583
  }, "strip", z.ZodTypeAny, {
584
584
  status: Status[];
585
+ reminder_type: ReminderType[];
585
586
  time_zone_id: string;
586
587
  search: string;
587
588
  paging: PAGING;
@@ -602,15 +603,15 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
602
603
  }[];
603
604
  include_master_data: YesNo;
604
605
  date_format_id: string;
606
+ service_management_ids: string[];
605
607
  organisation_ids: string[];
606
608
  vehicle_ids: string[];
607
- service_management_ids: string[];
608
- reminder_type: ReminderType[];
609
609
  service_reminder_ids: string[];
610
610
  }, {
611
611
  time_zone_id: string;
612
612
  date_format_id: string;
613
613
  status?: Status[] | undefined;
614
+ reminder_type?: ReminderType[] | undefined;
614
615
  search?: string | undefined;
615
616
  paging?: PAGING | undefined;
616
617
  page_count?: unknown;
@@ -629,10 +630,9 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
629
630
  direction: OrderBy;
630
631
  }[] | undefined;
631
632
  include_master_data?: YesNo | undefined;
633
+ service_management_ids?: string[] | undefined;
632
634
  organisation_ids?: string[] | undefined;
633
635
  vehicle_ids?: string[] | undefined;
634
- service_management_ids?: string[] | undefined;
635
- reminder_type?: ReminderType[] | undefined;
636
636
  service_reminder_ids?: string[] | undefined;
637
637
  }>;
638
638
  type FleetServiceReminderQueryDTO = z.infer<typeof FleetServiceReminderQuerySchema>;
@@ -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, M as MasterVehicle } from '../../../user_organisation_service-CqR_hga1.js';
4
+ import { U as UserOrganisation, a as User, M as MasterVehicle } from '../../../user_organisation_service-C2mgWnod.js';
5
5
  import { FleetServiceManagement } from './fleet_service_management_service.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
7
7
  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 { e as FleetVendorFuelStation, hV as FleetVendorFuelStationDTO, hX as FleetVendorFuelStationQueryDTO, hW as FleetVendorFuelStationQuerySchema, hU as FleetVendorFuelStationSchema, hT as FleetVendorFuelStationSimple, h$ as createFleetVendorFuelStation, i1 as deleteFleetVendorFuelStation, h_ as findFleetVendorFuelStation, i2 as getFleetVendorFuelStationCacheSimple, hZ as newFleetVendorFuelStationPayload, hY as toFleetVendorFuelStationPayload, i0 as updateFleetVendorFuelStation } from '../../../user_organisation_service-CqR_hga1.js';
4
+ export { e as FleetVendorFuelStation, hV as FleetVendorFuelStationDTO, hX as FleetVendorFuelStationQueryDTO, hW as FleetVendorFuelStationQuerySchema, hU as FleetVendorFuelStationSchema, hT as FleetVendorFuelStationSimple, h$ as createFleetVendorFuelStation, i1 as deleteFleetVendorFuelStation, h_ as findFleetVendorFuelStation, i2 as getFleetVendorFuelStationCacheSimple, hZ as newFleetVendorFuelStationPayload, hY as toFleetVendorFuelStationPayload, i0 as updateFleetVendorFuelStation } from '../../../user_organisation_service-C2mgWnod.js';
5
5
  import '../../../zod_utils/zod_base_schema.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 { F as FleetVendor, i6 as FleetVendorAddress, ik as FleetVendorAddressDTO, im as FleetVendorAddressQueryDTO, il as FleetVendorAddressQuerySchema, ij as FleetVendorAddressSchema, i7 as FleetVendorBankAccount, ip as FleetVendorBankAccountDTO, ir as FleetVendorBankAccountQueryDTO, iq as FleetVendorBankAccountQuerySchema, io as FleetVendorBankAccountSchema, i8 as FleetVendorContactPersons, iv as FleetVendorContactPersonsDTO, it as FleetVendorContactPersonsLogoDTO, is as FleetVendorContactPersonsLogoSchema, ix as FleetVendorContactPersonsQueryDTO, iw as FleetVendorContactPersonsQuerySchema, iu as FleetVendorContactPersonsSchema, ig as FleetVendorDTO, ia as FleetVendorDocument, iF as FleetVendorDocumentDTO, ib as FleetVendorDocumentFile, iD as FleetVendorDocumentFileDTO, iC as FleetVendorDocumentFileSchema, iH as FleetVendorDocumentQueryDTO, iG as FleetVendorDocumentQuerySchema, iE as FleetVendorDocumentSchema, id as FleetVendorLogoDTO, ic as FleetVendorLogoSchema, ii as FleetVendorQueryDTO, ih as FleetVendorQuerySchema, i9 as FleetVendorReview, iz as FleetVendorReviewDTO, iB as FleetVendorReviewQueryDTO, iA as FleetVendorReviewQuerySchema, iy as FleetVendorReviewSchema, ie as FleetVendorSchema, i3 as FleetVendorSimple, i5 as FleetVendorTagLink, i4 as FleetVendorTypeLink, j2 as createFleetVendor, j5 as createFleetVendorAddress, j9 as createFleetVendorBankAccount, jd as createFleetVendorContactPersons, jl as createFleetVendorDocument, jh as createFleetVendorReview, i$ as create_vendor_document_file, j4 as deleteFleetVendor, j8 as deleteFleetVendorAddress, jc as deleteFleetVendorBankAccount, jg as deleteFleetVendorContactPersons, i_ as deleteFleetVendorContactPersonsLogo, jo as deleteFleetVendorDocument, jk as deleteFleetVendorReview, iY as delete_vendor_logo, j1 as findFleetVendor, j6 as findFleetVendorAddress, ja as findFleetVendorBankAccount, je as findFleetVendorContactPersons, jm as findFleetVendorDocument, ji as findFleetVendorReview, jp as getFleetVendorCacheSimple, iV as get_vendor_contact_person_logo_presigned_url, iW as get_vendor_document_file_presigned_url, iU as get_vendor_logo_presigned_url, iL as newFleetVendorAddressPayload, iN as newFleetVendorBankAccountPayload, iP as newFleetVendorContactPersonsPayload, iT as newFleetVendorDocumentPayload, iJ as newFleetVendorPayload, iR as newFleetVendorReviewPayload, j0 as remove_vendor_document_file, iK as toFleetVendorAddressPayload, iM as toFleetVendorBankAccountPayload, iO as toFleetVendorContactPersonsPayload, iS as toFleetVendorDocumentPayload, iI as toFleetVendorPayload, iQ as toFleetVendorReviewPayload, j3 as updateFleetVendor, j7 as updateFleetVendorAddress, jb as updateFleetVendorBankAccount, jf as updateFleetVendorContactPersons, iZ as updateFleetVendorContactPersonsLogo, jn as updateFleetVendorDocument, jj as updateFleetVendorReview, iX as update_vendor_logo } from '../../../user_organisation_service-CqR_hga1.js';
5
+ export { F as FleetVendor, i6 as FleetVendorAddress, ik as FleetVendorAddressDTO, im as FleetVendorAddressQueryDTO, il as FleetVendorAddressQuerySchema, ij as FleetVendorAddressSchema, i7 as FleetVendorBankAccount, ip as FleetVendorBankAccountDTO, ir as FleetVendorBankAccountQueryDTO, iq as FleetVendorBankAccountQuerySchema, io as FleetVendorBankAccountSchema, i8 as FleetVendorContactPersons, iv as FleetVendorContactPersonsDTO, it as FleetVendorContactPersonsLogoDTO, is as FleetVendorContactPersonsLogoSchema, ix as FleetVendorContactPersonsQueryDTO, iw as FleetVendorContactPersonsQuerySchema, iu as FleetVendorContactPersonsSchema, ig as FleetVendorDTO, ia as FleetVendorDocument, iF as FleetVendorDocumentDTO, ib as FleetVendorDocumentFile, iD as FleetVendorDocumentFileDTO, iC as FleetVendorDocumentFileSchema, iH as FleetVendorDocumentQueryDTO, iG as FleetVendorDocumentQuerySchema, iE as FleetVendorDocumentSchema, id as FleetVendorLogoDTO, ic as FleetVendorLogoSchema, ii as FleetVendorQueryDTO, ih as FleetVendorQuerySchema, i9 as FleetVendorReview, iz as FleetVendorReviewDTO, iB as FleetVendorReviewQueryDTO, iA as FleetVendorReviewQuerySchema, iy as FleetVendorReviewSchema, ie as FleetVendorSchema, i3 as FleetVendorSimple, i5 as FleetVendorTagLink, i4 as FleetVendorTypeLink, j2 as createFleetVendor, j5 as createFleetVendorAddress, j9 as createFleetVendorBankAccount, jd as createFleetVendorContactPersons, jl as createFleetVendorDocument, jh as createFleetVendorReview, i$ as create_vendor_document_file, j4 as deleteFleetVendor, j8 as deleteFleetVendorAddress, jc as deleteFleetVendorBankAccount, jg as deleteFleetVendorContactPersons, i_ as deleteFleetVendorContactPersonsLogo, jo as deleteFleetVendorDocument, jk as deleteFleetVendorReview, iY as delete_vendor_logo, j1 as findFleetVendor, j6 as findFleetVendorAddress, ja as findFleetVendorBankAccount, je as findFleetVendorContactPersons, jm as findFleetVendorDocument, ji as findFleetVendorReview, jp as getFleetVendorCacheSimple, iV as get_vendor_contact_person_logo_presigned_url, iW as get_vendor_document_file_presigned_url, iU as get_vendor_logo_presigned_url, iL as newFleetVendorAddressPayload, iN as newFleetVendorBankAccountPayload, iP as newFleetVendorContactPersonsPayload, iT as newFleetVendorDocumentPayload, iJ as newFleetVendorPayload, iR as newFleetVendorReviewPayload, j0 as remove_vendor_document_file, iK as toFleetVendorAddressPayload, iM as toFleetVendorBankAccountPayload, iO as toFleetVendorContactPersonsPayload, iS as toFleetVendorDocumentPayload, iI as toFleetVendorPayload, iQ as toFleetVendorReviewPayload, j3 as updateFleetVendor, j7 as updateFleetVendorAddress, jb as updateFleetVendorBankAccount, jf as updateFleetVendorContactPersons, iZ as updateFleetVendorContactPersonsLogo, jn as updateFleetVendorDocument, jj as updateFleetVendorReview, iX as update_vendor_logo } from '../../../user_organisation_service-C2mgWnod.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 { h as FleetVendorServiceCenter, hx as FleetVendorServiceCenterDTO, hz as FleetVendorServiceCenterQueryDTO, hy as FleetVendorServiceCenterQuerySchema, hw as FleetVendorServiceCenterSchema, hv as FleetVendorServiceCenterSimple, hD as createFleetVendorServiceCenter, hF as deleteFleetVendorServiceCenter, hC as findFleetVendorServiceCenter, hG as getFleetVendorServiceCenterCacheSimple, hB as newFleetVendorServiceCenterPayload, hA as toFleetVendorServiceCenterPayload, hE as updateFleetVendorServiceCenter } from '../../../user_organisation_service-CqR_hga1.js';
4
+ export { h as FleetVendorServiceCenter, hx as FleetVendorServiceCenterDTO, hz as FleetVendorServiceCenterQueryDTO, hy as FleetVendorServiceCenterQuerySchema, hw as FleetVendorServiceCenterSchema, hv as FleetVendorServiceCenterSimple, hD as createFleetVendorServiceCenter, hF as deleteFleetVendorServiceCenter, hC as findFleetVendorServiceCenter, hG as getFleetVendorServiceCenterCacheSimple, hB as newFleetVendorServiceCenterPayload, hA as toFleetVendorServiceCenterPayload, hE as updateFleetVendorServiceCenter } from '../../../user_organisation_service-C2mgWnod.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 { GeofencePurposeType, GeofenceType, 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-CqR_hga1.js';
4
+ import { U as UserOrganisation } from '../../../../user_organisation_service-C2mgWnod.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -172,7 +172,6 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
172
172
  gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
173
173
  }, "strip", z.ZodTypeAny, {
174
174
  status: Status[];
175
- gps_geofence_ids: string[];
176
175
  search: string;
177
176
  paging: PAGING;
178
177
  page_count: number;
@@ -196,11 +195,11 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
196
195
  organisation_ids: string[];
197
196
  geofence_purpose_type: GeofencePurposeType[];
198
197
  geofence_type: GeofenceType[];
198
+ gps_geofence_ids: string[];
199
199
  }, {
200
200
  date_format_id: string;
201
201
  time_zone_id: string;
202
202
  status?: Status[] | undefined;
203
- gps_geofence_ids?: string[] | undefined;
204
203
  search?: string | undefined;
205
204
  paging?: PAGING | undefined;
206
205
  page_count?: unknown;
@@ -222,6 +221,7 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
222
221
  organisation_ids?: string[] | undefined;
223
222
  geofence_purpose_type?: GeofencePurposeType[] | undefined;
224
223
  geofence_type?: GeofenceType[] | undefined;
224
+ gps_geofence_ids?: string[] | undefined;
225
225
  }>;
226
226
  type GPSGeofenceQueryDTO = z.infer<typeof GPSGeofenceQuerySchema>;
227
227
  declare const toGPSGeofencePayload: (data: GPSGeofence) => GPSGeofenceDTO;
@@ -1,7 +1,7 @@
1
1
  import { GeofenceStatusType, 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, b as MasterDriver } from '../../../../user_organisation_service-CqR_hga1.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-C2mgWnod.js';
5
5
  import { GPSGeofence } from './gps_geofence_service.js';
6
6
  import '../../../../zod_utils/zod_base_schema.js';
7
7
  import '../../../master/main/master_main_sim_provider_service.js';
@@ -36,23 +36,23 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
36
36
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
37
37
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
38
38
  }, "strip", z.ZodTypeAny, {
39
+ geofence_status_type: GeofenceStatusType;
40
+ geofence_time: string;
39
41
  status: Status;
40
42
  organisation_id: string;
41
43
  vehicle_id: string;
42
44
  driver_id: string;
43
45
  gps_geofence_id: string;
44
46
  time_zone_id: string;
47
+ }, {
45
48
  geofence_status_type: GeofenceStatusType;
46
49
  geofence_time: string;
47
- }, {
48
50
  status: Status;
49
51
  organisation_id: string;
50
52
  vehicle_id: string;
51
53
  driver_id: string;
52
54
  gps_geofence_id: string;
53
55
  time_zone_id: string;
54
- geofence_status_type: GeofenceStatusType;
55
- geofence_time: string;
56
56
  }>;
57
57
  type GPSGeofenceTransactionDTO = z.infer<typeof GPSGeofenceTransactionSchema>;
58
58
  declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
@@ -94,6 +94,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
94
94
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
95
95
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
96
96
  }, "strip", z.ZodTypeAny, {
97
+ geofence_status_type: GeofenceStatusType[];
97
98
  status: Status[];
98
99
  time_zone_id: string;
99
100
  search: string;
@@ -121,12 +122,12 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
121
122
  gps_geofence_ids: string[];
122
123
  from_date: string;
123
124
  to_date: string;
124
- geofence_status_type: GeofenceStatusType[];
125
125
  }, {
126
126
  time_zone_id: string;
127
127
  date_format_id: string;
128
128
  from_date: string;
129
129
  to_date: string;
130
+ geofence_status_type?: GeofenceStatusType[] | undefined;
130
131
  status?: Status[] | undefined;
131
132
  search?: string | undefined;
132
133
  paging?: PAGING | undefined;
@@ -150,7 +151,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
150
151
  vehicle_ids?: string[] | undefined;
151
152
  driver_ids?: string[] | undefined;
152
153
  gps_geofence_ids?: string[] | undefined;
153
- geofence_status_type?: GeofenceStatusType[] | undefined;
154
154
  }>;
155
155
  type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
156
156
  declare const toGPSGeofenceTransactionPayload: (data: GPSGeofenceTransaction) => GPSGeofenceTransactionDTO;
@@ -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, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-CqR_hga1.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-C2mgWnod.js';
5
5
  import { GPSGeofence } from './gps_geofence_service.js';
6
6
  import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
7
7
  import '../../../../zod_utils/zod_base_schema.js';
@@ -46,27 +46,27 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
46
46
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
47
47
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- geofence_enter_date_time: string;
50
- geofence_exit_date_time: string;
51
- duration_seconds: number;
52
49
  status: Status;
53
50
  organisation_id: string;
54
51
  vehicle_id: string;
55
52
  driver_id: string;
56
53
  gps_geofence_id: string;
54
+ time_zone_id: string;
55
+ geofence_enter_date_time: string;
56
+ geofence_exit_date_time: string;
57
+ duration_seconds: number;
57
58
  enter_gps_geofence_transaction_id: string;
58
59
  exit_gps_geofence_transaction_id: string;
59
- time_zone_id: string;
60
60
  }, {
61
- geofence_enter_date_time: string;
62
61
  status: Status;
63
62
  organisation_id: string;
64
63
  vehicle_id: string;
65
64
  driver_id: string;
66
65
  gps_geofence_id: string;
66
+ time_zone_id: string;
67
+ geofence_enter_date_time: string;
67
68
  enter_gps_geofence_transaction_id: string;
68
69
  exit_gps_geofence_transaction_id: string;
69
- time_zone_id: string;
70
70
  geofence_exit_date_time?: string | undefined;
71
71
  duration_seconds?: unknown;
72
72
  }>;
@@ -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, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-CqR_hga1.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-C2mgWnod.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -55,12 +55,12 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
55
55
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
56
56
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- duration_seconds: number;
59
58
  status: Status;
60
59
  organisation_id: string;
61
60
  vehicle_id: string;
62
61
  driver_id: string;
63
62
  time_zone_id: string;
63
+ duration_seconds: number;
64
64
  from_geofence_exit_date_time: string;
65
65
  to_geofence_enter_date_time: string;
66
66
  travel_duration_seconds: number;
@@ -1,7 +1,7 @@
1
1
  import { LinkType, LinkStatus, Status, ShareChannel, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, BR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-CqR_hga1.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-C2mgWnod.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { TrackHistoryLinkStatus, Status, ShareChannel, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, BR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-CqR_hga1.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-C2mgWnod.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -51,6 +51,11 @@ interface GpsPacket extends Record<string, unknown> {
51
51
  dt_f?: string;
52
52
  f1_f?: string;
53
53
  t_f?: string;
54
+ gear_ratio_f?: string;
55
+ coolant_temp_f?: string;
56
+ ad_blue_f?: string;
57
+ engine_oil_f?: string;
58
+ obd_fuel_f?: string;
54
59
  }
55
60
 
56
61
  export type { GpsPacket };