vms-nest-prisma-api-document 209.0.0 → 210.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 (90) 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 +19 -19
  6. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
  8. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/student.d.ts +20 -20
  10. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  11. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  13. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
  14. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  15. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  16. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  17. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  18. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  19. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  20. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  21. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  22. package/dist/services/main/users/auth_service.d.ts +1 -1
  23. package/dist/services/main/users/user_admin_service.d.ts +3 -3
  24. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  25. package/dist/services/main/users/user_service.d.ts +1 -1
  26. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  27. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  28. package/dist/services/main/vehicle/master_vehicle_service.js +11 -11
  29. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  30. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  31. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  32. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  36. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  37. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  38. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  39. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  40. package/dist/services/master/expense/master_expense_type_service.d.ts +3 -3
  41. package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
  42. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  43. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  44. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
  45. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
  46. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  47. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  49. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  50. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  51. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  53. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  54. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  62. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  67. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  68. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +5 -5
  69. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +4 -4
  70. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  71. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  72. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  73. package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
  74. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  75. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  76. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  77. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  87. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  88. package/dist/services/website/faq_service.d.ts +1 -1
  89. package/package.json +1 -1
  90. package/dist/{user_organisation_service-N8kI-Upv.d.ts → user_organisation_service-Au3SQ-2B.d.ts} +41 -41
@@ -1,7 +1,7 @@
1
1
  import { EnrollmentStatus, TransportPlanType, Status, YesNo, StudentLeaveType, ApprovalStatus, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-N8kI-Upv.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-Au3SQ-2B.js';
5
5
  import { MasterClass } from '../../master/bus/master_class_service.js';
6
6
  import { MasterProgram } from '../../master/bus/master_program_service.js';
7
7
  import { MasterSection } from '../../master/bus/master_section_service.js';
@@ -304,7 +304,6 @@ declare const StudentQuerySchema: z.ZodObject<{
304
304
  time_zone_id: string;
305
305
  organisation_ids: string[];
306
306
  organisation_branch_ids: string[];
307
- student_ids: string[];
308
307
  class_ids: string[];
309
308
  program_ids: string[];
310
309
  section_ids: string[];
@@ -313,6 +312,7 @@ declare const StudentQuerySchema: z.ZodObject<{
313
312
  year_ids: string[];
314
313
  enrollment_status: EnrollmentStatus[];
315
314
  transport_plan_type: TransportPlanType[];
315
+ student_ids: string[];
316
316
  pickup_route_ids: string[];
317
317
  drop_route_ids: string[];
318
318
  pickup_route_stop_ids: string[];
@@ -343,7 +343,6 @@ declare const StudentQuerySchema: z.ZodObject<{
343
343
  include_master_data?: YesNo | undefined;
344
344
  organisation_ids?: string[] | undefined;
345
345
  organisation_branch_ids?: string[] | undefined;
346
- student_ids?: string[] | undefined;
347
346
  class_ids?: string[] | undefined;
348
347
  program_ids?: string[] | undefined;
349
348
  section_ids?: string[] | undefined;
@@ -352,6 +351,7 @@ declare const StudentQuerySchema: z.ZodObject<{
352
351
  year_ids?: string[] | undefined;
353
352
  enrollment_status?: EnrollmentStatus[] | undefined;
354
353
  transport_plan_type?: TransportPlanType[] | undefined;
354
+ student_ids?: string[] | undefined;
355
355
  pickup_route_ids?: string[] | undefined;
356
356
  drop_route_ids?: string[] | undefined;
357
357
  pickup_route_stop_ids?: string[] | undefined;
@@ -464,11 +464,6 @@ declare const StudentAddressSchema: z.ZodObject<{
464
464
  notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
465
465
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
466
466
  }, "strip", z.ZodTypeAny, {
467
- status: Status;
468
- organisation_id: string;
469
- organisation_branch_id: string;
470
- student_id: string;
471
- country_code: string;
472
467
  address_line1: string;
473
468
  address_line2: string;
474
469
  locality_landmark: string;
@@ -478,21 +473,23 @@ declare const StudentAddressSchema: z.ZodObject<{
478
473
  state_province_region: string;
479
474
  postal_code: string;
480
475
  country: string;
476
+ country_code: string;
481
477
  google_location: string;
478
+ status: Status;
479
+ organisation_id: string;
480
+ organisation_branch_id: string;
482
481
  notes: string;
482
+ student_id: string;
483
483
  is_default: YesNo;
484
484
  latitude?: number | undefined;
485
485
  longitude?: number | undefined;
486
486
  }, {
487
+ address_line1: string;
487
488
  status: Status;
488
489
  organisation_id: string;
489
490
  organisation_branch_id: string;
490
491
  student_id: string;
491
- address_line1: string;
492
492
  is_default: YesNo;
493
- country_code?: string | undefined;
494
- latitude?: unknown;
495
- longitude?: unknown;
496
493
  address_line2?: string | undefined;
497
494
  locality_landmark?: string | undefined;
498
495
  neighborhood?: string | undefined;
@@ -501,7 +498,10 @@ declare const StudentAddressSchema: z.ZodObject<{
501
498
  state_province_region?: string | undefined;
502
499
  postal_code?: string | undefined;
503
500
  country?: string | undefined;
501
+ country_code?: string | undefined;
504
502
  google_location?: string | undefined;
503
+ latitude?: unknown;
504
+ longitude?: unknown;
505
505
  notes?: string | undefined;
506
506
  }>;
507
507
  type StudentAddressDTO = z.infer<typeof StudentAddressSchema>;
@@ -574,9 +574,9 @@ declare const StudentAddressQuerySchema: z.ZodObject<{
574
574
  time_zone_id: string;
575
575
  organisation_ids: string[];
576
576
  organisation_branch_ids: string[];
577
- student_ids: string[];
578
577
  bus_stop_ids: string[];
579
578
  is_default: YesNo[];
579
+ student_ids: string[];
580
580
  student_address_ids: string[];
581
581
  }, {
582
582
  date_format_id: string;
@@ -602,9 +602,9 @@ declare const StudentAddressQuerySchema: z.ZodObject<{
602
602
  include_master_data?: YesNo | undefined;
603
603
  organisation_ids?: string[] | undefined;
604
604
  organisation_branch_ids?: string[] | undefined;
605
- student_ids?: string[] | undefined;
606
605
  bus_stop_ids?: string[] | undefined;
607
606
  is_default?: YesNo[] | undefined;
607
+ student_ids?: string[] | undefined;
608
608
  student_address_ids?: string[] | undefined;
609
609
  }>;
610
610
  type StudentAddressQueryDTO = z.infer<typeof StudentAddressQuerySchema>;
@@ -627,11 +627,11 @@ declare const StudentGuardianLinkSchema: z.ZodObject<{
627
627
  status: Status;
628
628
  organisation_id: string;
629
629
  organisation_branch_id: string;
630
- student_id: string;
631
630
  email: string;
632
631
  mobile: string;
633
632
  notes: string;
634
633
  relationship_id: string;
634
+ student_id: string;
635
635
  photo_url: string;
636
636
  photo_key: string;
637
637
  photo_name: string;
@@ -642,9 +642,9 @@ declare const StudentGuardianLinkSchema: z.ZodObject<{
642
642
  status: Status;
643
643
  organisation_id: string;
644
644
  organisation_branch_id: string;
645
- student_id: string;
646
645
  mobile: string;
647
646
  relationship_id: string;
647
+ student_id: string;
648
648
  is_primary: YesNo;
649
649
  full_name: string;
650
650
  email?: string | undefined;
@@ -972,8 +972,8 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
972
972
  time_zone_id: string;
973
973
  organisation_ids: string[];
974
974
  organisation_branch_ids: string[];
975
- student_ids: string[];
976
975
  approval_status: ApprovalStatus[];
976
+ student_ids: string[];
977
977
  student_leave_request_ids: string[];
978
978
  }, {
979
979
  date_format_id: string;
@@ -999,8 +999,8 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
999
999
  include_master_data?: YesNo | undefined;
1000
1000
  organisation_ids?: string[] | undefined;
1001
1001
  organisation_branch_ids?: string[] | undefined;
1002
- student_ids?: string[] | undefined;
1003
1002
  approval_status?: ApprovalStatus[] | undefined;
1003
+ student_ids?: string[] | undefined;
1004
1004
  student_leave_request_ids?: string[] | undefined;
1005
1005
  }>;
1006
1006
  type StudentLeaveRequestQueryDTO = z.infer<typeof StudentLeaveRequestQuerySchema>;
@@ -1114,8 +1114,8 @@ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
1114
1114
  time_zone_id: string;
1115
1115
  organisation_ids: string[];
1116
1116
  organisation_branch_ids: string[];
1117
- student_ids: string[];
1118
1117
  approval_status: ApprovalStatus[];
1118
+ student_ids: string[];
1119
1119
  student_address_ids: string[];
1120
1120
  student_stop_change_request_ids: string[];
1121
1121
  }, {
@@ -1142,8 +1142,8 @@ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
1142
1142
  include_master_data?: YesNo | undefined;
1143
1143
  organisation_ids?: string[] | undefined;
1144
1144
  organisation_branch_ids?: string[] | undefined;
1145
- student_ids?: string[] | undefined;
1146
1145
  approval_status?: ApprovalStatus[] | undefined;
1146
+ student_ids?: string[] | undefined;
1147
1147
  student_address_ids?: string[] | undefined;
1148
1148
  student_stop_change_request_ids?: string[] | undefined;
1149
1149
  }>;
@@ -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, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-N8kI-Upv.js';
4
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-Au3SQ-2B.js';
5
5
  import { FuelConsumptionMonthly } from '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
7
7
  import '../../master/main/master_main_sim_provider_service.js';
@@ -2,7 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, RefillMethod, PaymentMode, Pay
2
2
  import { BaseCommonFile, FBR, SBR, BR, AWSPresignedUrl } 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, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-N8kI-Upv.js';
5
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-Au3SQ-2B.js';
6
6
  import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
7
7
  import '../../master/main/master_main_sim_provider_service.js';
8
8
 
@@ -2,7 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, Status, FileType, PAGING, Load
2
2
  import { BaseCommonFile, FBR, SBR, BR, AWSPresignedUrl } 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, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-N8kI-Upv.js';
5
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-Au3SQ-2B.js';
6
6
  import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
7
7
  import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
8
8
  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-N8kI-Upv.js';
4
+ import { U as UserOrganisation } from '../../../../user_organisation_service-Au3SQ-2B.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -172,6 +172,7 @@ 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[];
175
176
  search: string;
176
177
  paging: PAGING;
177
178
  page_count: number;
@@ -195,11 +196,11 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
195
196
  organisation_ids: string[];
196
197
  geofence_purpose_type: GeofencePurposeType[];
197
198
  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;
203
204
  search?: string | undefined;
204
205
  paging?: PAGING | undefined;
205
206
  page_count?: unknown;
@@ -221,7 +222,6 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
221
222
  organisation_ids?: string[] | undefined;
222
223
  geofence_purpose_type?: GeofencePurposeType[] | undefined;
223
224
  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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-Au3SQ-2B.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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-Au3SQ-2B.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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-Au3SQ-2B.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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-Au3SQ-2B.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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-Au3SQ-2B.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 { 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';
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-Au3SQ-2B.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-N8kI-Upv.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-Au3SQ-2B.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-N8kI-Upv.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-Au3SQ-2B.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-N8kI-Upv.js';
3
+ import { a as User, b as MasterDriver } from '../../../user_organisation_service-Au3SQ-2B.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-N8kI-Upv.js';
5
+ import { a as User, U as UserOrganisation } from '../../../user_organisation_service-Au3SQ-2B.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
8
8
  interface UserAdmin extends Record<string, unknown> {
@@ -473,6 +473,7 @@ declare const TicketQuerySchema: z.ZodObject<{
473
473
  ticket_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TicketStatus>, "many">>>;
474
474
  }, "strip", z.ZodTypeAny, {
475
475
  status: Status[];
476
+ user_ids: string[];
476
477
  search: string;
477
478
  paging: PAGING;
478
479
  page_count: number;
@@ -494,7 +495,6 @@ declare const TicketQuerySchema: z.ZodObject<{
494
495
  date_format_id: string;
495
496
  time_zone_id: string;
496
497
  organisation_ids: string[];
497
- user_ids: string[];
498
498
  admin_ids: string[];
499
499
  ticket_status: TicketStatus[];
500
500
  ticket_ids: string[];
@@ -502,6 +502,7 @@ declare const TicketQuerySchema: z.ZodObject<{
502
502
  date_format_id: string;
503
503
  time_zone_id: string;
504
504
  status?: Status[] | undefined;
505
+ user_ids?: string[] | undefined;
505
506
  search?: string | undefined;
506
507
  paging?: PAGING | undefined;
507
508
  page_count?: unknown;
@@ -521,7 +522,6 @@ declare const TicketQuerySchema: z.ZodObject<{
521
522
  }[] | undefined;
522
523
  include_master_data?: YesNo | undefined;
523
524
  organisation_ids?: string[] | undefined;
524
- user_ids?: string[] | undefined;
525
525
  admin_ids?: string[] | undefined;
526
526
  ticket_status?: TicketStatus[] | undefined;
527
527
  ticket_ids?: string[] | undefined;
@@ -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-N8kI-Upv.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-Au3SQ-2B.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-N8kI-Upv.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-Au3SQ-2B.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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-Au3SQ-2B.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_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';
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-Au3SQ-2B.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
@@ -1091,11 +1091,11 @@ var toVehicleDetailsBodyPayload = (vehicleBody) => ({
1091
1091
  vehicle_width: vehicleBody?.vehicle_width || 0,
1092
1092
  vehicle_length: vehicleBody?.vehicle_length || 0,
1093
1093
  wheel_base: vehicleBody?.wheel_base || 0,
1094
- number_of_doors: 0,
1094
+ number_of_doors: vehicleBody?.number_of_doors || 0,
1095
1095
  // Passenger Configuration (Cars/Buses)
1096
1096
  vehicle_passenger_capacity: vehicleBody?.vehicle_passenger_capacity || 0,
1097
1097
  standing_passenger_capacity: vehicleBody?.standing_passenger_capacity || 0,
1098
- seat_configuration: "",
1098
+ seat_configuration: vehicleBody?.seat_configuration || "",
1099
1099
  has_air_conditioning: vehicleBody?.has_air_conditioning || "No" /* No */,
1100
1100
  has_heating_system: vehicleBody?.has_heating_system || "No" /* No */,
1101
1101
  has_reclining_seats: vehicleBody?.has_reclining_seats || "No" /* No */,
@@ -1103,33 +1103,33 @@ var toVehicleDetailsBodyPayload = (vehicleBody) => ({
1103
1103
  has_headrests: vehicleBody?.has_headrests || "No" /* No */,
1104
1104
  has_armrests: vehicleBody?.has_armrests || "No" /* No */,
1105
1105
  has_infotainment_system: vehicleBody?.has_infotainment_system || "No" /* No */,
1106
- infotainment_type: "",
1106
+ infotainment_type: vehicleBody?.infotainment_type || "",
1107
1107
  has_individual_lighting: vehicleBody?.has_individual_lighting || "No" /* No */,
1108
1108
  has_overhead_luggage_storage: vehicleBody?.has_overhead_luggage_storage || "No" /* No */,
1109
1109
  wheelchair_accessible: vehicleBody?.wheelchair_accessible || "No" /* No */,
1110
1110
  // Cargo Configuration (Trucks/Vans)
1111
1111
  vehicle_cargo_volume: vehicleBody?.vehicle_cargo_volume || 0,
1112
1112
  vehicle_maximum_weight_capacity: vehicleBody?.vehicle_maximum_weight_capacity || 0,
1113
- cargo_area_type: "",
1113
+ cargo_area_type: vehicleBody?.cargo_area_type || "",
1114
1114
  has_lift_gate: vehicleBody?.has_lift_gate || "No" /* No */,
1115
1115
  has_refrigeration_unit: vehicleBody?.has_refrigeration_unit || "No" /* No */,
1116
- refrigeration_temperature_range: "",
1116
+ refrigeration_temperature_range: vehicleBody?.refrigeration_temperature_range || "",
1117
1117
  cargo_bed_length: vehicleBody?.cargo_bed_length || 0,
1118
1118
  cargo_bed_width: vehicleBody?.cargo_bed_width || 0,
1119
1119
  cargo_bed_height: vehicleBody?.cargo_bed_height || 0,
1120
- cargo_floor_material: "",
1120
+ cargo_floor_material: vehicleBody?.cargo_floor_material || "",
1121
1121
  has_side_doors: vehicleBody?.has_side_doors || "No" /* No */,
1122
1122
  has_roof_hatch: vehicleBody?.has_roof_hatch || "No" /* No */,
1123
- cargo_tie_down_hooks_count: 0,
1123
+ cargo_tie_down_hooks_count: vehicleBody?.cargo_tie_down_hooks_count || 0,
1124
1124
  is_custom_body_built: vehicleBody?.is_custom_body_built || "No" /* No */,
1125
1125
  // 🛞 Wheel & Suspension
1126
- number_of_axles: 0,
1127
- axle_configuration: "",
1126
+ number_of_axles: vehicleBody?.number_of_axles || 0,
1127
+ axle_configuration: vehicleBody?.axle_configuration || "",
1128
1128
  has_dual_rear_wheels: vehicleBody?.has_dual_rear_wheels || "No" /* No */,
1129
- suspension_type: "",
1129
+ suspension_type: vehicleBody?.suspension_type || "",
1130
1130
  suspension_adjustability: vehicleBody?.suspension_adjustability || "No" /* No */,
1131
1131
  ground_clearance_mm: vehicleBody?.ground_clearance_mm || 0,
1132
- tire_size: "",
1132
+ tire_size: vehicleBody?.tire_size || "",
1133
1133
  has_spare_tire: vehicleBody?.has_spare_tire || "No" /* No */,
1134
1134
  has_all_terrain_tires: vehicleBody?.has_all_terrain_tires || "No" /* No */,
1135
1135
  has_run_flat_tires: vehicleBody?.has_run_flat_tires || "No" /* No */,
@@ -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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Au3SQ-2B.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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Au3SQ-2B.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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Au3SQ-2B.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-N8kI-Upv.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Au3SQ-2B.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7