vms-nest-prisma-api-document 196.0.0 → 199.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 (91) hide show
  1. package/dist/core/Enums.d.ts +31 -1
  2. package/dist/core/Enums.js +38 -0
  3. package/dist/services/account/bookmark_service.d.ts +1 -1
  4. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  5. package/dist/services/account/report_preferences.service.d.ts +1 -1
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +7 -7
  14. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +3 -3
  15. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  16. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  17. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  18. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  19. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  20. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  21. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  22. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  23. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  24. package/dist/services/main/users/auth_service.d.ts +10 -1
  25. package/dist/services/main/users/auth_service.js +6 -3
  26. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  27. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  28. package/dist/services/main/users/user_service.d.ts +1 -1
  29. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  30. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  31. package/dist/services/main/vehicle/master_vehicle_service.js +640 -378
  32. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  37. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  38. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  39. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  40. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  41. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  42. package/dist/services/master/expense/master_expense_name_service.d.ts +6 -6
  43. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  44. package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
  45. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  46. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  47. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  50. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  51. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  56. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  57. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  67. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  68. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  69. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  70. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  71. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  72. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  73. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  74. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
  75. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  76. package/dist/services/master/tyre/master_tyre_model_service.d.ts +3 -3
  77. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  78. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  90. package/dist/{user_organisation_service-Bbr1S3XY.d.ts → user_organisation_service-D0C-0xuK.d.ts} +985 -485
  91. package/package.json +1 -1
@@ -678,5 +678,35 @@ declare enum DriverType {
678
678
  Driver = "Driver",
679
679
  Helper = "Helper"
680
680
  }
681
+ declare enum SteeringType {
682
+ Manual = "Manual",
683
+ Power = "Power",
684
+ Electric = "Electric",
685
+ Hydraulic = "Hydraulic"
686
+ }
687
+ declare enum WheelDriveType {
688
+ FWD = "FWD",
689
+ RWD = "RWD",
690
+ AWD = "AWD",
691
+ FourWD = "FourWD",
692
+ TwoWD = "TwoWD",
693
+ SixWD = "SixWD",
694
+ EightWD = "EightWD",
695
+ EAWD = "EAWD",
696
+ SelectableFourWD = "SelectableFourWD"
697
+ }
698
+ declare enum VehicleLifeStatus {
699
+ Active = "Active",
700
+ Retired = "Retired",
701
+ Scrapped = "Scrapped",
702
+ Reassigned = "Reassigned",
703
+ Sold = "Sold",
704
+ Inactive = "Inactive"
705
+ }
706
+ declare enum LoanInterestType {
707
+ Simple = "Simple",
708
+ Compound = "Compound",
709
+ Reducing = "Reducing"
710
+ }
681
711
 
682
- export { AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, EnrollmentStatus, ExpenseCategory, FileType, FleetSize, GPSFuelApproveStatus, GPSSource, GPSType, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, InspectionActionStatus, InspectionStatus, InspectionType, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, ScheduleStatus, ScheduleType, ServiceType, ShareChannel, SimStatus, Status, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VerifyStatus, YesNo };
712
+ export { AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, EnrollmentStatus, ExpenseCategory, FileType, FleetSize, GPSFuelApproveStatus, GPSSource, GPSType, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, InspectionActionStatus, InspectionStatus, InspectionType, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, ScheduleStatus, ScheduleType, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
@@ -763,6 +763,40 @@ var DriverType = /* @__PURE__ */ ((DriverType2) => {
763
763
  DriverType2["Helper"] = "Helper";
764
764
  return DriverType2;
765
765
  })(DriverType || {});
766
+ var SteeringType = /* @__PURE__ */ ((SteeringType2) => {
767
+ SteeringType2["Manual"] = "Manual";
768
+ SteeringType2["Power"] = "Power";
769
+ SteeringType2["Electric"] = "Electric";
770
+ SteeringType2["Hydraulic"] = "Hydraulic";
771
+ return SteeringType2;
772
+ })(SteeringType || {});
773
+ var WheelDriveType = /* @__PURE__ */ ((WheelDriveType2) => {
774
+ WheelDriveType2["FWD"] = "FWD";
775
+ WheelDriveType2["RWD"] = "RWD";
776
+ WheelDriveType2["AWD"] = "AWD";
777
+ WheelDriveType2["FourWD"] = "FourWD";
778
+ WheelDriveType2["TwoWD"] = "TwoWD";
779
+ WheelDriveType2["SixWD"] = "SixWD";
780
+ WheelDriveType2["EightWD"] = "EightWD";
781
+ WheelDriveType2["EAWD"] = "EAWD";
782
+ WheelDriveType2["SelectableFourWD"] = "SelectableFourWD";
783
+ return WheelDriveType2;
784
+ })(WheelDriveType || {});
785
+ var VehicleLifeStatus = /* @__PURE__ */ ((VehicleLifeStatus2) => {
786
+ VehicleLifeStatus2["Active"] = "Active";
787
+ VehicleLifeStatus2["Retired"] = "Retired";
788
+ VehicleLifeStatus2["Scrapped"] = "Scrapped";
789
+ VehicleLifeStatus2["Reassigned"] = "Reassigned";
790
+ VehicleLifeStatus2["Sold"] = "Sold";
791
+ VehicleLifeStatus2["Inactive"] = "Inactive";
792
+ return VehicleLifeStatus2;
793
+ })(VehicleLifeStatus || {});
794
+ var LoanInterestType = /* @__PURE__ */ ((LoanInterestType2) => {
795
+ LoanInterestType2["Simple"] = "Simple";
796
+ LoanInterestType2["Compound"] = "Compound";
797
+ LoanInterestType2["Reducing"] = "Reducing";
798
+ return LoanInterestType2;
799
+ })(LoanInterestType || {});
766
800
  export {
767
801
  AdminRole,
768
802
  AlertSubType,
@@ -804,6 +838,7 @@ export {
804
838
  LoadChild,
805
839
  LoadChildCount,
806
840
  LoadParents,
841
+ LoanInterestType,
807
842
  LoginFrom,
808
843
  MenuType,
809
844
  Module,
@@ -839,6 +874,7 @@ export {
839
874
  ShareChannel,
840
875
  SimStatus,
841
876
  Status,
877
+ SteeringType,
842
878
  StockType,
843
879
  StudentLeaveType,
844
880
  TicketStatus,
@@ -846,6 +882,8 @@ export {
846
882
  TrackHistoryLinkStatus,
847
883
  TransportPlanType,
848
884
  TyreStatus,
885
+ VehicleLifeStatus,
849
886
  VerifyStatus,
887
+ WheelDriveType,
850
888
  YesNo
851
889
  };
@@ -1,7 +1,7 @@
1
1
  import { MenuType, 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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User } from '../../user_organisation_service-D0C-0xuK.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 { OnOff, NotificationChannel, YesNo, NotificationList, Status, 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, M as MasterVehicle, a as User } from '../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, a as User } from '../../user_organisation_service-D0C-0xuK.js';
5
5
  import { GPSGeofence } from '../gps/features/geofence/gps_geofence_service.js';
6
6
  import '../../zod_utils/zod_base_schema.js';
7
7
  import '../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { OnOff, ReportType, ReportList, ReportChannel, YesNo, Status, 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, M as MasterVehicle } from '../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-D0C-0xuK.js';
5
5
  import '../../zod_utils/zod_base_schema.js';
6
6
  import '../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -2,6 +2,6 @@ import '../../core/Enums.js';
2
2
  import '../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../zod_utils/zod_base_schema.js';
5
- import '../../user_organisation_service-Bbr1S3XY.js';
5
+ import '../../user_organisation_service-D0C-0xuK.js';
6
6
  export { T as Ticket, e as TicketDTO, a as TicketFile, c as TicketFileDTO, b as TicketFileSchema, i as TicketQueryDTO, h as TicketQuerySchema, d as TicketSchema, g as TicketVerifyDTO, f as TicketVerifySchema, l as createTicket, q as createTicketFile, o as deleteTicket, k as findTickets, p as getTicketFilePresignedUrl, n as newTicketPayload, r as removeTicketFile, t as toTicketPayload, j as toVerifyTicketPayload, u as updateTicket, m as updateVerifyStatus } from '../main/users/user_admin_service.js';
7
7
  import '../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { BusStopType, 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, O as OrganisationBranch } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-D0C-0xuK.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 { HolidayType, 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, O as OrganisationBranch } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-D0C-0xuK.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 { Status, BusLeg, YesNo, 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, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-D0C-0xuK.js';
5
5
  import { BusStop } from './bus_stop.js';
6
6
  import { Student } from './student.js';
7
7
  import '../../../zod_utils/zod_base_schema.js';
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-D0C-0xuK.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 { 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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-D0C-0xuK.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';
@@ -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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-D0C-0xuK.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-Bbr1S3XY.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-D0C-0xuK.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
 
@@ -216,6 +216,7 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
216
216
  vehicle_fuel_type_id: string;
217
217
  vehicle_fuel_unit_id: string;
218
218
  odometer_reading: number;
219
+ vendor_id: string;
219
220
  google_location: string;
220
221
  date_time: string;
221
222
  admin_verify_status: GPSFuelApproveStatus;
@@ -235,7 +236,6 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
235
236
  tank_size: number;
236
237
  is_full_tank: YesNo;
237
238
  is_previous_entries_missed: YesNo;
238
- vendor_id: string;
239
239
  fuel_station_id: string;
240
240
  FleetFuelRefillFile: {
241
241
  status: Status;
@@ -269,6 +269,7 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
269
269
  time_zone_id: string;
270
270
  vehicle_fuel_type_id: string;
271
271
  vehicle_fuel_unit_id: string;
272
+ vendor_id: string;
272
273
  date_time: string;
273
274
  admin_verify_status: GPSFuelApproveStatus;
274
275
  transporter_verify_status: GPSFuelApproveStatus;
@@ -276,7 +277,6 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
276
277
  payment_status: PaymentStatus;
277
278
  is_full_tank: YesNo;
278
279
  is_previous_entries_missed: YesNo;
279
- vendor_id: string;
280
280
  fuel_station_id: string;
281
281
  odometer_reading?: unknown;
282
282
  latitude?: unknown;
@@ -390,13 +390,13 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
390
390
  device_ids: string[];
391
391
  from_date: string;
392
392
  to_date: string;
393
+ vendor_ids: string[];
393
394
  vehicle_fuel_type_ids: string[];
395
+ vehicle_fuel_unit_ids: string[];
394
396
  admin_verify_status: GPSFuelApproveStatus[];
395
397
  transporter_verify_status: GPSFuelApproveStatus[];
396
398
  entry_source: RefillEntrySource[];
397
- vendor_ids: string[];
398
399
  fuel_station_ids: string[];
399
- vehicle_fuel_unit_ids: string[];
400
400
  fleet_fuel_refill_ids: string[];
401
401
  }, {
402
402
  date_format_id: string;
@@ -427,13 +427,13 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
427
427
  vehicle_ids?: string[] | undefined;
428
428
  driver_ids?: string[] | undefined;
429
429
  device_ids?: string[] | undefined;
430
+ vendor_ids?: string[] | undefined;
430
431
  vehicle_fuel_type_ids?: string[] | undefined;
432
+ vehicle_fuel_unit_ids?: string[] | undefined;
431
433
  admin_verify_status?: GPSFuelApproveStatus[] | undefined;
432
434
  transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
433
435
  entry_source?: RefillEntrySource[] | undefined;
434
- vendor_ids?: string[] | undefined;
435
436
  fuel_station_ids?: string[] | undefined;
436
- vehicle_fuel_unit_ids?: string[] | undefined;
437
437
  fleet_fuel_refill_ids?: string[] | undefined;
438
438
  }>;
439
439
  type FleetFuelRefillQueryDTO = z.infer<typeof FleetFuelRefillQuerySchema>;
@@ -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-Bbr1S3XY.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-D0C-0xuK.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';
@@ -336,10 +336,10 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
336
336
  from_date: string;
337
337
  to_date: string;
338
338
  vehicle_fuel_type_ids: string[];
339
+ vehicle_fuel_unit_ids: string[];
339
340
  admin_verify_status: GPSFuelApproveStatus[];
340
341
  transporter_verify_status: GPSFuelApproveStatus[];
341
342
  entry_source: RefillEntrySource[];
342
- vehicle_fuel_unit_ids: string[];
343
343
  fuel_removal_reason_ids: string[];
344
344
  }, {
345
345
  date_format_id: string;
@@ -371,10 +371,10 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
371
371
  driver_ids?: string[] | undefined;
372
372
  device_ids?: string[] | undefined;
373
373
  vehicle_fuel_type_ids?: string[] | undefined;
374
+ vehicle_fuel_unit_ids?: string[] | undefined;
374
375
  admin_verify_status?: GPSFuelApproveStatus[] | undefined;
375
376
  transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
376
377
  entry_source?: RefillEntrySource[] | undefined;
377
- vehicle_fuel_unit_ids?: string[] | undefined;
378
378
  fuel_removal_reason_ids?: string[] | undefined;
379
379
  }>;
380
380
  type FleetFuelRemovalQueryDTO = z.infer<typeof FleetFuelRemovalQuerySchema>;
@@ -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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../../user_organisation_service-D0C-0xuK.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 { 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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-D0C-0xuK.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';
@@ -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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-D0C-0xuK.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';
@@ -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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-D0C-0xuK.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 { 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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-D0C-0xuK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -48,17 +48,17 @@ declare const GPSLiveTrackShareLinkNotificationSchema: z.ZodObject<{
48
48
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
49
49
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
50
50
  }, "strip", z.ZodTypeAny, {
51
+ gps_live_track_share_link_id: string;
51
52
  status: Status;
52
53
  organisation_id: string;
53
54
  share_channels: ShareChannel.Email[];
54
55
  mobile_numbers: string;
55
56
  email_ids: string;
56
57
  cc_email_ids: string;
57
- gps_live_track_share_link_id: string;
58
58
  }, {
59
+ gps_live_track_share_link_id: string;
59
60
  status: Status;
60
61
  organisation_id: string;
61
- gps_live_track_share_link_id: string;
62
62
  share_channels?: ShareChannel.Email[] | undefined;
63
63
  mobile_numbers?: string | undefined;
64
64
  email_ids?: string | undefined;
@@ -139,7 +139,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
139
139
  }, "strip", z.ZodTypeAny, {
140
140
  link_status: LinkStatus[];
141
141
  status: Status[];
142
- time_zone_id: string;
143
142
  search: string;
144
143
  paging: PAGING;
145
144
  page_count: number;
@@ -159,12 +158,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
159
158
  }[];
160
159
  include_master_data: YesNo;
161
160
  date_format_id: string;
161
+ time_zone_id: string;
162
162
  organisation_ids: string[];
163
163
  vehicle_ids: string[];
164
164
  gps_live_track_share_link_ids: string[];
165
165
  }, {
166
- time_zone_id: string;
167
166
  date_format_id: string;
167
+ time_zone_id: string;
168
168
  link_status?: LinkStatus[] | undefined;
169
169
  status?: Status[] | undefined;
170
170
  search?: string | undefined;
@@ -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-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-D0C-0xuK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -48,17 +48,17 @@ declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
48
48
  cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
49
49
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
50
50
  }, "strip", z.ZodTypeAny, {
51
- gps_track_history_share_link_id: string;
52
51
  status: Status;
53
52
  organisation_id: string;
54
53
  share_channels: ShareChannel.Email[];
55
54
  mobile_numbers: string;
56
55
  email_ids: string;
57
56
  cc_email_ids: string;
58
- }, {
59
57
  gps_track_history_share_link_id: string;
58
+ }, {
60
59
  status: Status;
61
60
  organisation_id: string;
61
+ gps_track_history_share_link_id: string;
62
62
  share_channels?: ShareChannel.Email[] | undefined;
63
63
  mobile_numbers?: string | undefined;
64
64
  email_ids?: string | undefined;
@@ -74,21 +74,21 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
74
74
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
75
75
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
76
76
  }, "strip", z.ZodTypeAny, {
77
- from_date_time: string;
78
- to_date_time: string;
79
77
  link_status: TrackHistoryLinkStatus;
80
78
  status: Status;
81
79
  organisation_id: string;
82
80
  vehicle_id: string;
83
81
  time_zone_id: string;
84
- }, {
85
82
  from_date_time: string;
86
83
  to_date_time: string;
84
+ }, {
87
85
  link_status: TrackHistoryLinkStatus;
88
86
  status: Status;
89
87
  organisation_id: string;
90
88
  vehicle_id: string;
91
89
  time_zone_id: string;
90
+ from_date_time: string;
91
+ to_date_time: string;
92
92
  }>;
93
93
  type GPSTrackHistoryShareLinkDTO = z.infer<typeof GPSTrackHistoryShareLinkSchema>;
94
94
  declare const GPSTrackHistoryShareLinkUpdateLinkStatusSchema: z.ZodObject<{
@@ -137,7 +137,6 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
137
137
  }, "strip", z.ZodTypeAny, {
138
138
  link_status: TrackHistoryLinkStatus[];
139
139
  status: Status[];
140
- time_zone_id: string;
141
140
  search: string;
142
141
  paging: PAGING;
143
142
  page_count: number;
@@ -157,12 +156,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
157
156
  }[];
158
157
  include_master_data: YesNo;
159
158
  date_format_id: string;
159
+ time_zone_id: string;
160
160
  organisation_ids: string[];
161
161
  vehicle_ids: string[];
162
162
  gps_track_history_share_link_ids: string[];
163
163
  }, {
164
- time_zone_id: string;
165
164
  date_format_id: string;
165
+ time_zone_id: string;
166
166
  link_status?: TrackHistoryLinkStatus[] | undefined;
167
167
  status?: Status[] | undefined;
168
168
  search?: string | undefined;
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../../zod_utils/zod_base_schema.js';
5
- export { cZ as AssignRemoveDeviceHistory, d3 as DeviceSimLinkDTO, d2 as DeviceSimLinkSchema, c as MasterDevice, c$ as MasterDeviceDTO, d1 as MasterDeviceQueryDTO, d0 as MasterDeviceQuerySchema, c_ as MasterDeviceSchema, d7 as createMasterDevice, d9 as deleteMasterDevice, da as device_sim_link, db as device_sim_unlink, d6 as findMasterDevices, dd as get_device_sim_link_history_by_device, dc as get_device_sim_link_history_by_sim, d5 as newMasterDevicePayload, d4 as toMasterDevicePayload, d8 as updateMasterDevice } from '../../../user_organisation_service-Bbr1S3XY.js';
5
+ export { cZ as AssignRemoveDeviceHistory, d3 as DeviceSimLinkDTO, d2 as DeviceSimLinkSchema, c as MasterDevice, c$ as MasterDeviceDTO, d1 as MasterDeviceQueryDTO, d0 as MasterDeviceQuerySchema, c_ as MasterDeviceSchema, d7 as createMasterDevice, d9 as deleteMasterDevice, da as device_sim_link, db as device_sim_unlink, d6 as findMasterDevices, dd as get_device_sim_link_history_by_device, dc as get_device_sim_link_history_by_sim, d5 as newMasterDevicePayload, d4 as toMasterDevicePayload, d8 as updateMasterDevice } from '../../../user_organisation_service-D0C-0xuK.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 { bH as AssignRemoveDriverHistory, bI as DriverLoginPush, b as MasterDriver, bM as MasterDriverDTO, bG as MasterDriverFile, bK as MasterDriverFileDTO, bJ as MasterDriverFileSchema, bQ as MasterDriverLogoDTO, bP as MasterDriverLogoSchema, bS as MasterDriverProfileDTO, bR as MasterDriverProfileSchema, bO as MasterDriverQueryDTO, bN as MasterDriverQuerySchema, bL as MasterDriverSchema, bX as createMasterDriver, c5 as create_file, bZ as deleteMasterDriver, b$ as deleteMasterDriverLogo, bW as findMasterDriver, c1 as getMasterDriverCache, c2 as getMasterDriverCacheSimple, c3 as get_master_driver_presigned_url, c4 as get_master_driver_presigned_url_file, bV as newDriverPayload, c6 as remove_file, bT as toDriverPayload, bU as toDriverProfilePayload, bY as updateMasterDriver, b_ as updateMasterDriverLogo, c0 as updateMasterDriverProfile } from '../../../user_organisation_service-Bbr1S3XY.js';
5
+ export { bH as AssignRemoveDriverHistory, bI as DriverLoginPush, b as MasterDriver, bM as MasterDriverDTO, bG as MasterDriverFile, bK as MasterDriverFileDTO, bJ as MasterDriverFileSchema, bQ as MasterDriverLogoDTO, bP as MasterDriverLogoSchema, bS as MasterDriverProfileDTO, bR as MasterDriverProfileSchema, bO as MasterDriverQueryDTO, bN as MasterDriverQuerySchema, bL as MasterDriverSchema, bX as createMasterDriver, c5 as create_file, bZ as deleteMasterDriver, b$ as deleteMasterDriverLogo, bW as findMasterDriver, c1 as getMasterDriverCache, c2 as getMasterDriverCacheSimple, c3 as get_master_driver_presigned_url, c4 as get_master_driver_presigned_url_file, bV as newDriverPayload, c6 as remove_file, bT as toDriverPayload, bU as toDriverProfilePayload, bY as updateMasterDriver, b_ as updateMasterDriverLogo, c0 as updateMasterDriverProfile } from '../../../user_organisation_service-D0C-0xuK.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 { cO as AssignRemoveSimHistory, cN as MasterSim, cQ as MasterSimDTO, cS as MasterSimQueryDTO, cR as MasterSimQuerySchema, cP as MasterSimSchema, cW as createMasterSim, cY as deleteMasterSim, cV as findMasterSims, cU as newMasterSimPayload, cT as toMasterSimPayload, cX as updateMasterSim } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { cO as AssignRemoveSimHistory, cN as MasterSim, cQ as MasterSimDTO, cS as MasterSimQueryDTO, cR as MasterSimQuerySchema, cP as MasterSimSchema, cW as createMasterSim, cY as deleteMasterSim, cV as findMasterSims, cU as newMasterSimPayload, cT as toMasterSimPayload, cX as updateMasterSim } from '../../../user_organisation_service-D0C-0xuK.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-Bbr1S3XY.js';
3
+ import { a as User, b as MasterDriver } from '../../../user_organisation_service-D0C-0xuK.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';
@@ -22,14 +22,17 @@ declare const UserChangePasswordSchema: z.ZodObject<{
22
22
  user_id: z.ZodEffects<z.ZodString, string, string>;
23
23
  old_password: z.ZodEffects<z.ZodString, string, string>;
24
24
  new_password: z.ZodEffects<z.ZodString, string, string>;
25
+ confirm_new_password: z.ZodEffects<z.ZodString, string, string>;
25
26
  }, "strip", z.ZodTypeAny, {
26
27
  user_id: string;
27
28
  old_password: string;
28
29
  new_password: string;
30
+ confirm_new_password: string;
29
31
  }, {
30
32
  user_id: string;
31
33
  old_password: string;
32
34
  new_password: string;
35
+ confirm_new_password: string;
33
36
  }>;
34
37
  type UserChangePasswordDTO = z.infer<typeof UserChangePasswordSchema>;
35
38
  declare const UserLoginSchema: z.ZodObject<{
@@ -91,13 +94,16 @@ declare const DriverChangePasswordSchema: z.ZodObject<{
91
94
  driver_id: z.ZodEffects<z.ZodString, string, string>;
92
95
  old_password: z.ZodEffects<z.ZodString, string, string>;
93
96
  new_password: z.ZodEffects<z.ZodString, string, string>;
97
+ confirm_new_password: z.ZodEffects<z.ZodString, string, string>;
94
98
  }, "strip", z.ZodTypeAny, {
95
99
  old_password: string;
96
100
  new_password: string;
101
+ confirm_new_password: string;
97
102
  driver_id: string;
98
103
  }, {
99
104
  old_password: string;
100
105
  new_password: string;
106
+ confirm_new_password: string;
101
107
  driver_id: string;
102
108
  }>;
103
109
  type DriverChangePasswordDTO = z.infer<typeof DriverChangePasswordSchema>;
@@ -163,13 +169,16 @@ declare const AdminChangePasswordSchema: z.ZodObject<{
163
169
  admin_id: z.ZodEffects<z.ZodString, string, string>;
164
170
  old_password: z.ZodEffects<z.ZodString, string, string>;
165
171
  new_password: z.ZodEffects<z.ZodString, string, string>;
172
+ confirm_new_password: z.ZodEffects<z.ZodString, string, string>;
166
173
  }, "strip", z.ZodTypeAny, {
167
174
  old_password: string;
168
175
  new_password: string;
176
+ confirm_new_password: string;
169
177
  admin_id: string;
170
178
  }, {
171
179
  old_password: string;
172
180
  new_password: string;
181
+ confirm_new_password: string;
173
182
  admin_id: string;
174
183
  }>;
175
184
  type AdminChangePasswordDTO = z.infer<typeof AdminChangePasswordSchema>;
@@ -66,7 +66,8 @@ var ENDPOINTS = {
66
66
  var UserChangePasswordSchema = z2.object({
67
67
  user_id: stringUUIDMandatory("user_id"),
68
68
  old_password: stringMandatory("Old Password", 3, 20),
69
- new_password: stringMandatory("New Password Size", 3, 20)
69
+ new_password: stringMandatory("New Password Size", 3, 20),
70
+ confirm_new_password: stringMandatory("New Password Size", 3, 20)
70
71
  });
71
72
  var UserLoginSchema = z2.object({
72
73
  identifier: stringMandatory("Identifier", 3, 100),
@@ -90,7 +91,8 @@ var UserLogoutSchema = z2.object({
90
91
  var DriverChangePasswordSchema = z2.object({
91
92
  driver_id: stringUUIDMandatory("driver_id"),
92
93
  old_password: stringMandatory("Old Password", 3, 20),
93
- new_password: stringMandatory("New Password Size", 3, 20)
94
+ new_password: stringMandatory("New Password Size", 3, 20),
95
+ confirm_new_password: stringMandatory("New Password Size", 3, 20)
94
96
  });
95
97
  var DriverLoginSchema = z2.object({
96
98
  organisation_id: stringUUIDMandatory("organisation_id"),
@@ -115,7 +117,8 @@ var DriverLogoutSchema = z2.object({
115
117
  var AdminChangePasswordSchema = z2.object({
116
118
  admin_id: stringUUIDMandatory("admin_id"),
117
119
  old_password: stringMandatory("Old Password", 3, 20),
118
- new_password: stringMandatory("New Password Size", 3, 20)
120
+ new_password: stringMandatory("New Password Size", 3, 20),
121
+ confirm_new_password: stringMandatory("New Password Size", 3, 20)
119
122
  });
120
123
  var AdminLoginSchema = z2.object({
121
124
  identifier: stringMandatory("Identifier", 3, 100),
@@ -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-Bbr1S3XY.js';
5
+ import { a as User, U as UserOrganisation } from '../../../user_organisation_service-D0C-0xuK.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
8
8
  interface UserAdmin extends Record<string, unknown> {
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { U as UserOrganisation, hA as UserOrganisationDTO, hE as UserOrganisationLogoDTO, hD as UserOrganisationLogoSchema, hC as UserOrganisationQueryDTO, hB as UserOrganisationQuerySchema, hz as UserOrganisationSchema, hy as UserOrganisationSimple, hI as createUserOrganisation, hK as deleteUserOrganisation, hM as deleteUserOrganisationLogo, hH as findUserOrganisation, hO as getUserOrganisationCache, hP as getUserOrganisationCacheSimple, hN as get_user_organisation_presigned_url, hG as newUserOrganisationPayload, hF as toUserOrganisationPayload, hJ as updateUserOrganisation, hL as updateUserOrganisationLogo } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { U as UserOrganisation, hY as UserOrganisationDTO, i0 as UserOrganisationLogoDTO, h$ as UserOrganisationLogoSchema, h_ as UserOrganisationQueryDTO, hZ as UserOrganisationQuerySchema, hX as UserOrganisationSchema, hW as UserOrganisationSimple, i4 as createUserOrganisation, i6 as deleteUserOrganisation, i8 as deleteUserOrganisationLogo, i3 as findUserOrganisation, ia as getUserOrganisationCache, ib as getUserOrganisationCacheSimple, i9 as get_user_organisation_presigned_url, i2 as newUserOrganisationPayload, i1 as toUserOrganisationPayload, i5 as updateUserOrganisation, i7 as updateUserOrganisationLogo } from '../../../user_organisation_service-D0C-0xuK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';