vms-nest-prisma-api-document 204.0.0 → 206.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 (94) hide show
  1. package/dist/core/Enums.d.ts +5 -1
  2. package/dist/core/Enums.js +6 -0
  3. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  4. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  5. package/dist/services/account/bookmark_service.d.ts +9 -9
  6. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  7. package/dist/services/account/report_preferences.service.d.ts +1 -1
  8. package/dist/services/account/ticket_service.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +21 -21
  10. package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
  11. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  13. package/dist/services/fleet/bus_mangement/student.d.ts +13 -13
  14. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  15. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  16. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  17. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  18. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  19. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  20. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  21. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  22. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  23. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  24. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  25. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  26. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  27. package/dist/services/main/users/auth_service.d.ts +1 -1
  28. package/dist/services/main/users/user_admin_service.d.ts +20 -20
  29. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  30. package/dist/services/main/users/user_service.d.ts +1 -1
  31. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  32. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  33. package/dist/services/main/vehicle/master_vehicle_service.js +69 -0
  34. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  37. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  38. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  39. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  40. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  41. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  42. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  43. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  44. package/dist/services/master/expense/master_expense_name_service.d.ts +6 -6
  45. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  46. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  47. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
  48. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
  50. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
  51. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  52. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  53. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  58. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  59. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_timezone_service.js +5 -0
  65. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  68. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  69. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  70. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  71. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  72. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  73. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  74. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  75. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  76. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  77. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  78. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  79. package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
  80. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  81. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  93. package/dist/{user_organisation_service-DsYI7h9f.d.ts → user_organisation_service-o2RNlNQJ.d.ts} +178 -26
  94. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, OdometerSource, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, FleetSize } from './core/Enums.js';
1
+ import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, OdometerSource, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, ExpiryType, FleetSize } from './core/Enums.js';
2
2
  import { FBR, SBR, BaseCommonFile, BR, AWSPresignedUrl } from './core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
@@ -21,9 +21,9 @@ declare const MasterMainIndustrySchema: z.ZodObject<{
21
21
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
22
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- description: string;
25
24
  status: Status;
26
25
  industry_name: string;
26
+ description: string;
27
27
  }, {
28
28
  status: Status;
29
29
  industry_name: string;
@@ -376,6 +376,7 @@ declare const findMasterMainTimeZones: (data: MasterMainTimeZoneQueryDTO) => Pro
376
376
  declare const createMasterMainTimeZone: (data: MasterMainTimeZoneDTO) => Promise<SBR>;
377
377
  declare const updateMasterMainTimeZone: (id: string, data: MasterMainTimeZoneDTO) => Promise<SBR>;
378
378
  declare const deleteMasterMainTimeZone: (id: string) => Promise<SBR>;
379
+ declare const getMasterMainTimeZoneCacheAll: () => Promise<FBR<MasterMainTimeZone[]>>;
379
380
  declare const getMasterMainTimeZoneCache: (country_id: string) => Promise<FBR<MasterMainTimeZone[]>>;
380
381
 
381
382
  interface MasterMainState extends Record<string, unknown> {
@@ -993,9 +994,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
993
994
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
994
995
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
995
996
  }, "strip", z.ZodTypeAny, {
996
- description: string;
997
997
  status: Status;
998
998
  organisation_id: string;
999
+ description: string;
999
1000
  sub_company_name: string;
1000
1001
  sub_company_GSTIN: string;
1001
1002
  }, {
@@ -1123,9 +1124,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
1123
1124
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1124
1125
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1125
1126
  }, "strip", z.ZodTypeAny, {
1126
- description: string;
1127
1127
  status: Status;
1128
1128
  organisation_id: string;
1129
+ description: string;
1129
1130
  branch_name: string;
1130
1131
  branch_city: string;
1131
1132
  branch_address: string;
@@ -1253,9 +1254,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
1253
1254
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1254
1255
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1255
1256
  }, "strip", z.ZodTypeAny, {
1256
- description: string;
1257
1257
  status: Status;
1258
1258
  organisation_id: string;
1259
+ description: string;
1259
1260
  color_name: string;
1260
1261
  color_code: string;
1261
1262
  }, {
@@ -1379,9 +1380,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
1379
1380
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1380
1381
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1381
1382
  }, "strip", z.ZodTypeAny, {
1382
- description: string;
1383
1383
  status: Status;
1384
1384
  organisation_id: string;
1385
+ description: string;
1385
1386
  tag_name: string;
1386
1387
  }, {
1387
1388
  status: Status;
@@ -1506,6 +1507,7 @@ interface MasterDriver extends Record<string, unknown> {
1506
1507
  vehicle_id?: string;
1507
1508
  MasterVehicle?: MasterVehicle;
1508
1509
  assign_vehicle_date?: string;
1510
+ assign_vehicle_date_f?: string;
1509
1511
  is_vehicle_assigned: YesNo;
1510
1512
  AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
1511
1513
  organisation_id: string;
@@ -1535,7 +1537,9 @@ interface MasterDriverFile extends BaseCommonFile {
1535
1537
  interface AssignRemoveDriverHistory extends Record<string, unknown> {
1536
1538
  history_id: string;
1537
1539
  assign_date?: string;
1540
+ assign_date_f?: string;
1538
1541
  remove_date?: string;
1542
+ remove_date_f?: string;
1539
1543
  status: Status;
1540
1544
  added_date_time: string;
1541
1545
  modified_date_time: string;
@@ -1998,8 +2002,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
1998
2002
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1999
2003
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2000
2004
  }, "strip", z.ZodTypeAny, {
2001
- description: string;
2002
2005
  status: Status;
2006
+ description: string;
2003
2007
  device_type_name: string;
2004
2008
  device_type_code: string;
2005
2009
  device_manufacturer_id: string;
@@ -2133,8 +2137,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
2133
2137
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2134
2138
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2135
2139
  }, "strip", z.ZodTypeAny, {
2136
- description: string;
2137
2140
  status: Status;
2141
+ description: string;
2138
2142
  device_manufacturer_id: string;
2139
2143
  device_model_name: string;
2140
2144
  device_model_code: string;
@@ -2262,8 +2266,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
2262
2266
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2263
2267
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2264
2268
  }, "strip", z.ZodTypeAny, {
2265
- description: string;
2266
2269
  status: Status;
2270
+ description: string;
2267
2271
  device_manufacturer_name: string;
2268
2272
  device_manufacturer_code: string;
2269
2273
  }, {
@@ -2388,7 +2392,9 @@ interface MasterSim extends Record<string, unknown> {
2388
2392
  interface AssignRemoveSimHistory extends Record<string, unknown> {
2389
2393
  history_id: string;
2390
2394
  device_sim_link_date?: string;
2395
+ device_sim_link_date_f?: string;
2391
2396
  device_sim_unlink_date?: string;
2397
+ device_sim_unlink_date_f?: string;
2392
2398
  status: Status;
2393
2399
  added_date_time: string;
2394
2400
  modified_date_time: string;
@@ -2532,11 +2538,13 @@ interface MasterDevice extends Record<string, unknown> {
2532
2538
  sim_id?: string;
2533
2539
  MasterSim?: MasterSim;
2534
2540
  device_sim_link_date?: string;
2541
+ device_sim_link_date_f?: string;
2535
2542
  AssignRemoveSimHistory: AssignRemoveSimHistory[];
2536
2543
  is_device_used: DeviceStatus;
2537
2544
  vehicle_id?: string;
2538
2545
  MasterVehicle?: MasterVehicle;
2539
2546
  assign_device_date?: string;
2547
+ assign_device_date_f?: string;
2540
2548
  AssignRemoveDeviceHistory: AssignRemoveDeviceHistory[];
2541
2549
  device_gps_source: GPSSource;
2542
2550
  db_instance: string;
@@ -2576,7 +2584,9 @@ interface MasterDevice extends Record<string, unknown> {
2576
2584
  interface AssignRemoveDeviceHistory extends Record<string, unknown> {
2577
2585
  history_id: string;
2578
2586
  assign_date?: string;
2587
+ assign_date_f?: string;
2579
2588
  remove_date?: string;
2589
+ remove_date_f?: string;
2580
2590
  status: Status;
2581
2591
  added_date_time: string;
2582
2592
  modified_date_time: string;
@@ -2774,15 +2784,15 @@ declare const OrganisationGroupSchema: z.ZodObject<{
2774
2784
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2775
2785
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2776
2786
  }, "strip", z.ZodTypeAny, {
2777
- description: string;
2787
+ group_name: string;
2778
2788
  status: Status;
2779
2789
  organisation_id: string;
2790
+ description: string;
2780
2791
  vehicle_ids: string[];
2781
- group_name: string;
2782
2792
  }, {
2793
+ group_name: string;
2783
2794
  status: Status;
2784
2795
  organisation_id: string;
2785
- group_name: string;
2786
2796
  description?: string | undefined;
2787
2797
  vehicle_ids?: string[] | undefined;
2788
2798
  }>;
@@ -2907,9 +2917,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
2907
2917
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2908
2918
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2909
2919
  }, "strip", z.ZodTypeAny, {
2910
- description: string;
2911
2920
  status: Status;
2912
2921
  organisation_id: string;
2922
+ description: string;
2913
2923
  vehicle_sub_model: string;
2914
2924
  vehicle_model_id: string;
2915
2925
  vehicle_make_id: string;
@@ -3046,9 +3056,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
3046
3056
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3047
3057
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3048
3058
  }, "strip", z.ZodTypeAny, {
3049
- description: string;
3050
3059
  status: Status;
3051
3060
  organisation_id: string;
3061
+ description: string;
3052
3062
  vehicle_make_id: string;
3053
3063
  vehicle_model: string;
3054
3064
  }, {
@@ -3177,9 +3187,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
3177
3187
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3178
3188
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3179
3189
  }, "strip", z.ZodTypeAny, {
3180
- description: string;
3181
3190
  status: Status;
3182
3191
  organisation_id: string;
3192
+ description: string;
3183
3193
  vehicle_make: string;
3184
3194
  }, {
3185
3195
  status: Status;
@@ -3301,9 +3311,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
3301
3311
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3302
3312
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3303
3313
  }, "strip", z.ZodTypeAny, {
3304
- description: string;
3305
3314
  status: Status;
3306
3315
  organisation_id: string;
3316
+ description: string;
3307
3317
  status_type: string;
3308
3318
  }, {
3309
3319
  status: Status;
@@ -3425,9 +3435,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
3425
3435
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3426
3436
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3427
3437
  }, "strip", z.ZodTypeAny, {
3428
- description: string;
3429
3438
  status: Status;
3430
3439
  organisation_id: string;
3440
+ description: string;
3431
3441
  ownership_type: string;
3432
3442
  }, {
3433
3443
  status: Status;
@@ -3549,9 +3559,9 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
3549
3559
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3550
3560
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3551
3561
  }, "strip", z.ZodTypeAny, {
3552
- description: string;
3553
3562
  status: Status;
3554
3563
  organisation_id: string;
3564
+ description: string;
3555
3565
  vehicle_type: string;
3556
3566
  }, {
3557
3567
  status: Status;
@@ -3673,9 +3683,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
3673
3683
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3674
3684
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3675
3685
  }, "strip", z.ZodTypeAny, {
3676
- description: string;
3677
3686
  status: Status;
3678
3687
  organisation_id: string;
3688
+ description: string;
3679
3689
  fuel_type: string;
3680
3690
  }, {
3681
3691
  status: Status;
@@ -3797,9 +3807,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
3797
3807
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3798
3808
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3799
3809
  }, "strip", z.ZodTypeAny, {
3800
- description: string;
3801
3810
  status: Status;
3802
3811
  organisation_id: string;
3812
+ description: string;
3803
3813
  associated_to: string;
3804
3814
  }, {
3805
3815
  status: Status;
@@ -3926,9 +3936,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
3926
3936
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3927
3937
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3928
3938
  }, "strip", z.ZodTypeAny, {
3929
- description: string;
3930
3939
  status: Status;
3931
3940
  organisation_id: string;
3941
+ description: string;
3932
3942
  fuel_unit: string;
3933
3943
  }, {
3934
3944
  status: Status;
@@ -4049,9 +4059,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
4049
4059
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4050
4060
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4051
4061
  }, "strip", z.ZodTypeAny, {
4052
- description: string;
4053
4062
  status: Status;
4054
4063
  organisation_id: string;
4064
+ description: string;
4055
4065
  document_type: string;
4056
4066
  }, {
4057
4067
  status: Status;
@@ -4171,6 +4181,7 @@ interface MasterVehicle extends Record<string, unknown> {
4171
4181
  MasterDriver?: MasterDriver;
4172
4182
  driver_details?: string;
4173
4183
  assign_driver_date?: string;
4184
+ assign_driver_date_f?: string;
4174
4185
  AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
4175
4186
  is_device_installed: YesNo;
4176
4187
  device_gps_source?: GPSSource;
@@ -4178,6 +4189,7 @@ interface MasterVehicle extends Record<string, unknown> {
4178
4189
  MasterDevice?: MasterDevice;
4179
4190
  device_identifier?: string;
4180
4191
  assign_device_date?: string;
4192
+ assign_device_date_f?: string;
4181
4193
  AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
4182
4194
  country_id?: string;
4183
4195
  MasterMainCountry?: MasterMainCountry;
@@ -4185,6 +4197,7 @@ interface MasterVehicle extends Record<string, unknown> {
4185
4197
  MasterMainTimeZone?: MasterMainTimeZone;
4186
4198
  odometer_reading?: number;
4187
4199
  odometer_last_change_date?: string;
4200
+ odometer_last_change_date_f?: string;
4188
4201
  VehicleOdometerHistory?: VehicleOdometerHistory[];
4189
4202
  vehicle_details_gps_id?: string;
4190
4203
  VehicleDetailGPS?: VehicleDetailGPS;
@@ -4465,7 +4478,9 @@ interface VehicleDetailTrip extends Record<string, unknown> {
4465
4478
  eway_bill_number?: string;
4466
4479
  route_name?: string;
4467
4480
  trip_start_date?: string;
4481
+ trip_start_date_f?: string;
4468
4482
  trip_end_date?: string;
4483
+ trip_end_date_f?: string;
4469
4484
  trip_notes_1?: string;
4470
4485
  trip_notes_2?: string;
4471
4486
  trip_notes_3?: string;
@@ -4551,10 +4566,13 @@ interface VehicleDetailBody extends Record<string, unknown> {
4551
4566
  interface VehicleDetailLifeCycle extends Record<string, unknown> {
4552
4567
  vehicle_details_life_cycle_id: string;
4553
4568
  service_start_date?: string;
4569
+ service_start_date_f?: string;
4554
4570
  service_start_odometer_reading?: number;
4555
4571
  service_end_date?: string;
4572
+ service_end_date_f?: string;
4556
4573
  service_end_odometer_reading?: number;
4557
4574
  life_estimate_max_month_year?: string;
4575
+ life_estimate_max_month_year_f?: string;
4558
4576
  life_estimate_max_odometer_reading?: number;
4559
4577
  life_expiry: LifeExpiry;
4560
4578
  is_extended_life_approved: YesNo;
@@ -4572,6 +4590,7 @@ interface VehicleDetailLifeCycle extends Record<string, unknown> {
4572
4590
  interface VehicleDetailPurchase extends Record<string, unknown> {
4573
4591
  vehicle_details_purchase_id: string;
4574
4592
  purchase_date?: string;
4593
+ purchase_date_f?: string;
4575
4594
  purchase_notes?: string;
4576
4595
  purchase_vehicle_type: PurchaseVehicleType;
4577
4596
  purchase_type: PurchaseType;
@@ -4582,17 +4601,23 @@ interface VehicleDetailPurchase extends Record<string, unknown> {
4582
4601
  loan_interest_type?: LoanInterestType;
4583
4602
  loan_no_of_installments?: number;
4584
4603
  loan_first_payment_date?: string;
4604
+ loan_first_payment_date_f?: string;
4585
4605
  loan_last_payment_date?: string;
4606
+ loan_last_payment_date_f?: string;
4586
4607
  loan_monthly_emi?: number;
4587
4608
  loan_emi_date?: number;
4588
4609
  lease_start_date?: string;
4610
+ lease_start_date_f?: string;
4589
4611
  lease_end_date?: string;
4612
+ lease_end_date_f?: string;
4590
4613
  lease_security_deposit_amount?: number;
4591
4614
  lease_monthly_emi_amount?: number;
4592
4615
  lease_emi_date?: number;
4593
4616
  warranty_expiration_date?: string;
4617
+ warranty_expiration_date_f?: string;
4594
4618
  warranty_max_odometer_reading?: number;
4595
4619
  warranty_exchange_date?: string;
4620
+ warranty_exchange_date_f?: string;
4596
4621
  status: Status;
4597
4622
  added_date_time: string;
4598
4623
  modified_date_time: string;
@@ -4612,8 +4637,11 @@ interface VehicleDocument extends Record<string, unknown> {
4612
4637
  document_authorized_name?: String;
4613
4638
  document_cost?: number;
4614
4639
  document_issue_date?: String;
4640
+ document_issue_date_f?: String;
4615
4641
  document_valid_till_date?: String;
4642
+ document_valid_till_date_f?: String;
4616
4643
  document_renewal_date?: String;
4644
+ document_renewal_date_f?: String;
4617
4645
  document_validity_status: DocumentValidityStatus;
4618
4646
  document_status: DocumentStatus;
4619
4647
  document_details_1?: String;
@@ -4646,18 +4674,24 @@ interface VehicleDocumentFile extends BaseCommonFile {
4646
4674
  }
4647
4675
  interface VehicleDocumentExpiry extends Record<string, unknown> {
4648
4676
  document_expiry_id: string;
4677
+ expiry_type: ExpiryType;
4649
4678
  status: Status;
4650
4679
  added_date_time: string;
4651
4680
  modified_date_time: string;
4652
4681
  organisation_id: string;
4653
4682
  UserOrganisation?: UserOrganisation;
4654
- vehicle_document_id: String;
4683
+ vehicle_id: string;
4684
+ MasterVehicle?: MasterVehicle;
4685
+ vehicle_number?: string;
4686
+ vehicle_type?: string;
4687
+ vehicle_document_id: string;
4655
4688
  VehicleDocument?: VehicleDocument;
4656
4689
  }
4657
4690
  interface VehicleOdometerHistory extends Record<string, unknown> {
4658
4691
  vehicle_odometer_history_id: string;
4659
4692
  odometer_reading: number;
4660
4693
  odometer_date: string;
4694
+ odometer_date_f?: string;
4661
4695
  odometer_source: OdometerSource;
4662
4696
  status: Status;
4663
4697
  added_date_time: string;
@@ -5827,6 +5861,118 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5827
5861
  vehicle_document_ids?: string[] | undefined;
5828
5862
  }>;
5829
5863
  type VehicleDocumentQueryDTO = z.infer<typeof VehicleDocumentQuerySchema>;
5864
+ declare const VehicleDocumentExpirySchema: z.ZodObject<{
5865
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
5866
+ vehicle_id: z.ZodEffects<z.ZodString, string, string>;
5867
+ vehicle_document_id: z.ZodEffects<z.ZodString, string, string>;
5868
+ expiry_type: z.ZodType<ExpiryType, z.ZodTypeDef, ExpiryType>;
5869
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
5870
+ }, "strip", z.ZodTypeAny, {
5871
+ status: Status;
5872
+ organisation_id: string;
5873
+ vehicle_id: string;
5874
+ vehicle_document_id: string;
5875
+ expiry_type: ExpiryType;
5876
+ }, {
5877
+ status: Status;
5878
+ organisation_id: string;
5879
+ vehicle_id: string;
5880
+ vehicle_document_id: string;
5881
+ expiry_type: ExpiryType;
5882
+ }>;
5883
+ type VehicleDocumentExpiryDTO = z.infer<typeof VehicleDocumentExpirySchema>;
5884
+ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5885
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5886
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
5887
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
5888
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5889
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5890
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
5891
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5892
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
5893
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5894
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
5895
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5896
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5897
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5898
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5899
+ name: z.ZodEffects<z.ZodString, string, string>;
5900
+ field: z.ZodEffects<z.ZodString, string, string>;
5901
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
5902
+ }, "strip", z.ZodTypeAny, {
5903
+ name: string;
5904
+ field: string;
5905
+ direction: OrderBy;
5906
+ }, {
5907
+ name: string;
5908
+ field: string;
5909
+ direction: OrderBy;
5910
+ }>, "many">>>;
5911
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5912
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
5913
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5914
+ } & {
5915
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5916
+ vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5917
+ vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5918
+ document_expiry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5919
+ expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
5920
+ }, "strip", z.ZodTypeAny, {
5921
+ status: Status[];
5922
+ search: string;
5923
+ paging: PAGING;
5924
+ page_count: number;
5925
+ page_index: number;
5926
+ load_parents: LoadParents;
5927
+ load_parents_list: string[];
5928
+ load_child: LoadChild;
5929
+ load_child_list: string[];
5930
+ load_child_count: LoadChildCount;
5931
+ load_child_count_list: string[];
5932
+ include_details: Record<string, any>;
5933
+ where_relations: Record<string, any>;
5934
+ order_by: {
5935
+ name: string;
5936
+ field: string;
5937
+ direction: OrderBy;
5938
+ }[];
5939
+ include_master_data: YesNo;
5940
+ date_format_id: string;
5941
+ time_zone_id: string;
5942
+ organisation_ids: string[];
5943
+ vehicle_ids: string[];
5944
+ expiry_type: ExpiryType[];
5945
+ vehicle_document_ids: string[];
5946
+ document_expiry_ids: string[];
5947
+ }, {
5948
+ date_format_id: string;
5949
+ time_zone_id: string;
5950
+ status?: Status[] | undefined;
5951
+ search?: string | undefined;
5952
+ paging?: PAGING | undefined;
5953
+ page_count?: unknown;
5954
+ page_index?: unknown;
5955
+ load_parents?: LoadParents | undefined;
5956
+ load_parents_list?: string[] | undefined;
5957
+ load_child?: LoadChild | undefined;
5958
+ load_child_list?: string[] | undefined;
5959
+ load_child_count?: LoadChildCount | undefined;
5960
+ load_child_count_list?: string[] | undefined;
5961
+ include_details?: Record<string, any> | undefined;
5962
+ where_relations?: Record<string, any> | undefined;
5963
+ order_by?: {
5964
+ name: string;
5965
+ field: string;
5966
+ direction: OrderBy;
5967
+ }[] | undefined;
5968
+ include_master_data?: YesNo | undefined;
5969
+ organisation_ids?: string[] | undefined;
5970
+ vehicle_ids?: string[] | undefined;
5971
+ expiry_type?: ExpiryType[] | undefined;
5972
+ vehicle_document_ids?: string[] | undefined;
5973
+ document_expiry_ids?: string[] | undefined;
5974
+ }>;
5975
+ type VehicleDocumentExpiryQueryDTO = z.infer<typeof VehicleDocumentExpiryQuerySchema>;
5830
5976
  declare const VehicleQuerySchema: z.ZodObject<{
5831
5977
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5832
5978
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
@@ -6131,6 +6277,8 @@ declare const toVehicleDetailsTripPayload: (trip?: VehicleDetailTrip) => Vehicle
6131
6277
  declare const toVehicleDetailsBodyPayload: (vehicleBody?: VehicleDetailBody) => VehicleDetailBodyDTO;
6132
6278
  declare const toVehicleDetailLifeCyclePayload: (vehicleLifeCycle?: VehicleDetailLifeCycle) => VehicleDetailLifeCycleDto;
6133
6279
  declare const toVehicleDetailPurchasePayload: (vehiclePurchase?: VehicleDetailPurchase) => VehicleDetailPurchaseDTO;
6280
+ declare const toVehicleDocumentExpiryPayload: (vehicleDocumentExpiry: VehicleDocumentExpiry) => VehicleDocumentExpiryDTO;
6281
+ declare const newVehicleDocumentExpiryPayload: () => VehicleDocumentExpiryDTO;
6134
6282
  declare const get_vehicle_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
6135
6283
  declare const get_device_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
6136
6284
  declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
@@ -6163,6 +6311,10 @@ declare const createFileDevice: (payload: MasterDeviceFileDTO) => Promise<SBR>;
6163
6311
  declare const removeFileDevice: (id: string) => Promise<SBR>;
6164
6312
  declare const createFileVehicleDocument: (payload: MasterVehicleDocumentFileDTO) => Promise<SBR>;
6165
6313
  declare const removeFileVehicleDocument: (id: string) => Promise<SBR>;
6314
+ declare const createDocumentExpiry: (payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6315
+ declare const findDocumentExpiry: (payload: VehicleDocumentExpiryQueryDTO) => Promise<SBR>;
6316
+ declare const updateDocumentExpiry: (id: string, payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6317
+ declare const removeDocumentExpiry: (id: string) => Promise<SBR>;
6166
6318
  declare const getVehicleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6167
6319
  declare const getVehicleSimpleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6168
6320
  declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
@@ -6189,9 +6341,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
6189
6341
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6190
6342
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6191
6343
  }, "strip", z.ZodTypeAny, {
6192
- description: string;
6193
6344
  status: Status;
6194
6345
  organisation_id: string;
6346
+ description: string;
6195
6347
  user_role: string;
6196
6348
  }, {
6197
6349
  status: Status;
@@ -6312,9 +6464,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
6312
6464
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6313
6465
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6314
6466
  }, "strip", z.ZodTypeAny, {
6315
- description: string;
6316
6467
  status: Status;
6317
6468
  organisation_id: string;
6469
+ description: string;
6318
6470
  user_status: string;
6319
6471
  }, {
6320
6472
  status: Status;
@@ -7208,4 +7360,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
7208
7360
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
7209
7361
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
7210
7362
 
7211
- export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file$1 as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, VehicleDetailGPSSensorSchema as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, deleteMasterVehicleDocumentType as fA, getMasterVehicleDocumentTypeCache as fB, type MasterVehicleDropdown as fC, type MasterVehicleFile as fD, type VehicleDetailGPS as fE, type VehicleDetailTrip as fF, type VehicleDetailBody as fG, type VehicleDetailLifeCycle as fH, type VehicleDetailPurchase as fI, type VehicleDocument as fJ, type VehicleDocumentFile as fK, type VehicleDocumentExpiry as fL, type VehicleOdometerHistory as fM, MasterVehicleFileSchema as fN, type MasterVehicleFileDTO as fO, VehicleSchema as fP, type VehicleDTO as fQ, VehicleBulkSchema as fR, type VehicleBulkDTO as fS, MasterDeviceFileSchema as fT, type MasterDeviceFileDTO as fU, VehicleDeviceLinkSchema as fV, type VehicleDeviceLinkDTO as fW, VehicleDeviceUnlinkSchema as fX, type VehicleDeviceUnlinkDTO as fY, VehicleDriverLinkSchema as fZ, type VehicleDriverLinkDTO as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDocumentType as fq, MasterVehicleDocumentTypeSchema as fr, type MasterVehicleDocumentTypeDTO as fs, MasterVehicleDocumentTypeQuerySchema as ft, type MasterVehicleDocumentTypeQueryDTO as fu, toMasterVehicleDocumentTypePayload as fv, newMasterVehicleDocumentTypePayload as fw, findMasterVehicleDocumentTypes as fx, createMasterVehicleDocumentType as fy, updateMasterVehicleDocumentType as fz, type MasterMainState as g, getVehicleSimpleDropdownCustom as g$, type VehicleDetailGPSSensorDTO as g0, VehicleDetailTripSchema as g1, type VehicleDetailTripDTO as g2, VehicleDetailBodySchema as g3, type VehicleDetailBodyDTO as g4, VehicleDetailLifeCycleSchema as g5, type VehicleDetailLifeCycleDto as g6, VehicleDetailPurchaseSchema as g7, type VehicleDetailPurchaseDTO as g8, MasterVehicleDocumentFileSchema as g9, deleteVehicle as gA, updateDetailsGpsSensor as gB, updateDetailsTrip as gC, updateVehicleBodyDetails as gD, updateVehicleLifeCycleDetails as gE, updateVehiclePurchaseDetails as gF, linkDriverToVehicle as gG, unlinkDriverFromVehicle as gH, getDriverLinkHistoryByVehicle as gI, getDriverLinkHistoryByDriver as gJ, linkDeviceToVehicle as gK, unlinkDeviceFromVehicle as gL, getDeviceLinkHistoryByVehicle as gM, getDeviceLinkHistoryByDevice as gN, createDocument as gO, findDocument as gP, updateDocument as gQ, removeDocument as gR, createFileVehicle as gS, removeFileVehicle as gT, createFileDevice as gU, removeFileDevice as gV, createFileVehicleDocument as gW, removeFileVehicleDocument as gX, getVehicleCache as gY, getVehicleSimpleCache as gZ, getVehicleParentCache as g_, type MasterVehicleDocumentFileDTO as ga, VehicleDocumentSchema as gb, type VehicleDocumentDTO as gc, VehicleDocumentQuerySchema as gd, type VehicleDocumentQueryDTO as ge, VehicleQuerySchema as gf, type VehicleQueryDTO as gg, SimpleFindQuerySchema as gh, type SimpleFindQueryDTO as gi, VehicleGPSQuerySchema as gj, type VehicleGPSQueryDTO as gk, toVehiclePayload as gl, newVehiclePayload as gm, toVehicleDetailsGPSPayload as gn, toVehicleDetailsTripPayload as go, toVehicleDetailsBodyPayload as gp, toVehicleDetailLifeCyclePayload as gq, toVehicleDetailPurchasePayload as gr, get_vehicle_presigned_url as gs, get_device_presigned_url as gt, get_master_driver_presigned_url_file as gu, findVehicles as gv, findVehiclesLiveDashboard as gw, findVehicleGPSDetails as gx, createVehicle as gy, updateVehicle as gz, type MasterMainIndustry as h, deleteUserLogo as h$, getVehicleSimpleDropdownCacheLiveData as h0, type MasterUserRole as h1, MasterUserRoleSchema as h2, type MasterUserRoleDTO as h3, MasterUserRoleQuerySchema as h4, type MasterUserRoleQueryDTO as h5, toMasterUserRolePayload as h6, newMasterUserRolePayload as h7, findMasterUserRoles as h8, createMasterUserRole as h9, updateMasterMainLanguage as hA, deleteMasterMainLanguage as hB, getMasterMainLanguageCache as hC, type UserVehicleLink as hD, type UserLoginPush as hE, UserSchema as hF, type UserDTO as hG, UserQuerySchema as hH, type UserQueryDTO as hI, UserLogoSchema as hJ, type UserLogoDTO as hK, UserProfileSchema as hL, type UserProfileDTO as hM, UserDefaultLanguageSchema as hN, type UserDefaultLanguageDTO as hO, UserDefaultTimeZoneSchema as hP, type UserDefaultTimeZoneDTO as hQ, UserDefaultDateFormatSchema as hR, type UserDefaultDateFormatDTO as hS, newUserPayload as hT, toUserPayload as hU, toUserProfilePayload as hV, findUser as hW, createUser as hX, updateUser as hY, deleteUser as hZ, updateUserLogo as h_, updateMasterUserRole as ha, deleteMasterUserRole as hb, getMasterUserRoleCache as hc, getMasterUserRoleCacheCount as hd, type MasterUserStatus as he, MasterUserStatusSchema as hf, type MasterUserStatusDTO as hg, MasterUserStatusQuerySchema as hh, type MasterUserStatusQueryDTO as hi, toMasterUserStatusPayload as hj, newMasterUserStatusPayload as hk, findMasterUserStatuses as hl, createMasterUserStatus as hm, updateMasterUserStatus as hn, deleteMasterUserStatus as ho, getMasterUserStatusCache as hp, getMasterUserStatusCacheCount as hq, type MasterMainLanguage as hr, MasterMainLanguageSchema as hs, type MasterMainLanguageDTO as ht, MasterMainLanguageQuerySchema as hu, type MasterMainLanguageQueryDTO as hv, toMasterMainLanguagePayload as hw, newMasterMainLanguagePayload as hx, findMasterMainLanguages as hy, createMasterMainLanguage as hz, MasterMainIndustrySchema as i, updateUserProfile as i0, getUserCache as i1, getUserCacheSimple as i2, get_user_presigned_url as i3, updateUserDefaultLanguage as i4, updateUserDefaultTimezone as i5, updateUserDefaultDateformat as i6, type UserOrganisationSimple as i7, UserOrganisationSchema as i8, type UserOrganisationDTO as i9, UserOrganisationQuerySchema as ia, type UserOrganisationQueryDTO as ib, UserOrganisationLogoSchema as ic, type UserOrganisationLogoDTO as id, toUserOrganisationPayload as ie, newUserOrganisationPayload as ig, findUserOrganisation as ih, createUserOrganisation as ii, updateUserOrganisation as ij, deleteUserOrganisation as ik, updateUserOrganisationLogo as il, deleteUserOrganisationLogo as im, get_user_organisation_presigned_url as io, getUserOrganisationCache as ip, getUserOrganisationCacheSimple as iq, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
7363
+ export { findMasterMainStates as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCacheAll as S, getMasterMainTimeZoneCache as T, type UserOrganisation as U, MasterMainStateSchema as V, type MasterMainStateDTO as W, MasterMainStateQuerySchema as X, type MasterMainStateQueryDTO as Y, toMasterMainStatePayload as Z, newMasterMainStatePayload as _, type User as a, getOrganisationSubCompanyCache as a$, createMasterMainState as a0, updateMasterMainState as a1, deleteMasterMainState as a2, getMasterMainStateCache as a3, MasterMainCountrySchema as a4, type MasterMainCountryDTO as a5, MasterMainCountryQuerySchema as a6, type MasterMainCountryQueryDTO as a7, toMasterMainCountryPayload as a8, newMasterMainCountryPayload as a9, createMasterMainUnitMileage as aA, updateMasterMainUnitMileage as aB, deleteMasterMainUnitMileage as aC, getMasterMainUnitMileageCache as aD, type MasterMainUnitVolume as aE, MasterMainUnitVolumeSchema as aF, type MasterMainUnitVolumeDTO as aG, MasterMainUnitVolumeQuerySchema as aH, type MasterMainUnitVolumeQueryDTO as aI, toMasterMainUnitVolumePayload as aJ, newMasterMainUnitVolumePayload as aK, findMasterMainUnitVolumes as aL, createMasterMainUnitVolume as aM, updateMasterMainUnitVolume as aN, deleteMasterMainUnitVolume as aO, getMasterMainUnitVolumeCache as aP, type OrganisationSubCompany as aQ, OrganisationSubCompanySchema as aR, type OrganisationSubCompanyDTO as aS, OrganisationSubCompanyQuerySchema as aT, type OrganisationSubCompanyQueryDTO as aU, toOrganisationSubCompanyPayload as aV, newOrganisationSubCompanyPayload as aW, findOrganisationSubCompanyies as aX, createOrganisationSubCompany as aY, updateOrganisationSubCompany as aZ, deleteOrganisationSubCompany as a_, findMasterMainCountries as aa, createMasterMainCountry as ab, updateMasterMainCountry as ac, deleteMasterMainCountry as ad, getMasterMainCountryCache as ae, getMasterMainCountryCacheChild as af, type MasterMainDateFormat as ag, MasterMainDateFormatSchema as ah, type MasterMainDateFormatDTO as ai, MasterMainDateFormatQuerySchema as aj, type MasterMainDateFormatQueryDTO as ak, toMasterMainDateFormatPayload as al, newMasterMainDateFormatPayload as am, findMasterMainDateFormats as an, createMasterMainDateFormat as ao, updateMasterMainDateFormat as ap, deleteMasterMainDateFormat as aq, getMasterMainDateFormatCache as ar, type MasterMainUnitMileage as as, MasterMainUnitMileageSchema as at, type MasterMainUnitMileageDTO as au, MasterMainUnitMileageQuerySchema as av, type MasterMainUnitMileageQueryDTO as aw, toMasterMainUnitMileagePayload as ax, newMasterMainUnitMileagePayload as ay, findMasterMainUnitMileages as az, type MasterDriver as b, updateMasterDriverLogo as b$, getOrganisationSubCompanyCacheCount as b0, getOrganisationSubCompanyCacheChild as b1, OrganisationBranchSchema as b2, type OrganisationBranchDTO as b3, OrganisationBranchQuerySchema as b4, type OrganisationBranchQueryDTO as b5, toOrganisationBranchPayload as b6, newOrganisationBranchPayload as b7, findOrganisationBranchs as b8, createOrganisationBranch as b9, findOrganisationTags as bA, createOrganisationTag as bB, updateOrganisationTag as bC, deleteOrganisationTag as bD, getOrganisationTagCache as bE, getOrganisationTagCacheCount as bF, getOrganisationTagCacheChild as bG, type MasterDriverFile as bH, type AssignRemoveDriverHistory as bI, type DriverLoginPush as bJ, MasterDriverFileSchema as bK, type MasterDriverFileDTO as bL, MasterDriverSchema as bM, type MasterDriverDTO as bN, MasterDriverQuerySchema as bO, type MasterDriverQueryDTO as bP, MasterDriverLogoSchema as bQ, type MasterDriverLogoDTO as bR, MasterDriverProfileSchema as bS, type MasterDriverProfileDTO as bT, toDriverPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, deleteMasterDriver as b_, updateOrganisationBranch as ba, deleteOrganisationBranch as bb, getOrganisationBranchCache as bc, getOrganisationBranchCacheCount as bd, getOrganisationBranchCacheChild as be, type OrganisationColor as bf, OrganisationColorSchema as bg, type OrganisationColorDTO as bh, OrganisationColorQuerySchema as bi, type OrganisationColorQueryDTO as bj, toOrganisationColorPayload as bk, newOrganisationColorPayload as bl, findOrganisationColors as bm, createOrganisationColor as bn, updateOrganisationColor as bo, deleteOrganisationColor as bp, getOrganisationColorCache as bq, getOrganisationColorCacheCount as br, getOrganisationColorCacheChild as bs, type OrganisationTag as bt, OrganisationTagSchema as bu, type OrganisationTagDTO as bv, OrganisationTagQuerySchema as bw, type OrganisationTagQueryDTO as bx, toOrganisationTagPayload as by, newOrganisationTagPayload as bz, type MasterDevice as c, MasterDeviceSchema as c$, deleteMasterDriverLogo as c0, updateMasterDriverProfile as c1, getMasterDriverCache as c2, getMasterDriverCacheSimple as c3, get_master_driver_presigned_url as c4, get_master_driver_presigned_url_file$1 as c5, create_file as c6, remove_file as c7, type MasterDeviceType as c8, MasterDeviceTypeSchema as c9, type MasterDeviceManufacturer as cA, MasterDeviceManufacturerSchema as cB, type MasterDeviceManufacturerDTO as cC, MasterDeviceManufacturerQuerySchema as cD, type MasterDeviceManufacturerQueryDTO as cE, toMasterDeviceManufacturerPayload as cF, newMasterDeviceManufacturerPayload as cG, findMasterDeviceManufacturers as cH, createMasterDeviceManufacturer as cI, updateMasterDeviceManufacturer as cJ, deleteMasterDeviceManufacturer as cK, getMasterDeviceManufacturerCache as cL, getMasterDeviceManufacturerCacheCount as cM, getMasterDeviceManufacturerCacheChild as cN, type MasterSim as cO, type AssignRemoveSimHistory as cP, MasterSimSchema as cQ, type MasterSimDTO as cR, MasterSimQuerySchema as cS, type MasterSimQueryDTO as cT, toMasterSimPayload as cU, newMasterSimPayload as cV, findMasterSims as cW, createMasterSim as cX, updateMasterSim as cY, deleteMasterSim as cZ, type AssignRemoveDeviceHistory as c_, type MasterDeviceTypeDTO as ca, MasterDeviceTypeQuerySchema as cb, type MasterDeviceTypeQueryDTO as cc, toMasterDeviceTypePayload as cd, newMasterDeviceTypePayload as ce, findMasterDeviceTypes as cf, createMasterDeviceType as cg, updateMasterDeviceType as ch, deleteMasterDeviceType as ci, getMasterDeviceTypeCache as cj, getMasterDeviceTypeCacheCount as ck, getMasterDeviceTypeCacheChild as cl, type MasterDeviceModel as cm, MasterDeviceModelSchema as cn, type MasterDeviceModelDTO as co, MasterDeviceModelQuerySchema as cp, type MasterDeviceModelQueryDTO as cq, toMasterDeviceModelPayload as cr, newMasterDeviceModelPayload as cs, findMasterDeviceModels as ct, createMasterDeviceModel as cu, updateMasterDeviceModel as cv, deleteMasterDeviceModel as cw, getMasterDeviceModelCache as cx, getMasterDeviceModelCacheCount as cy, getMasterDeviceModelCacheChild as cz, type MasterVehicleFuelType as d, type MasterVehicleMakeQueryDTO as d$, type MasterDeviceDTO as d0, MasterDeviceQuerySchema as d1, type MasterDeviceQueryDTO as d2, DeviceSimLinkSchema as d3, type DeviceSimLinkDTO as d4, toMasterDevicePayload as d5, newMasterDevicePayload as d6, findMasterDevices as d7, createMasterDevice as d8, updateMasterDevice as d9, toMasterVehicleSubModelPayload as dA, newMasterVehicleSubModelPayload as dB, findMasterVehicleSubModels as dC, createMasterVehicleSubModel as dD, updateMasterVehicleSubModel as dE, deleteMasterVehicleSubModel as dF, getMasterVehicleSubModelCache as dG, getMasterVehicleSubModelCacheCount as dH, getMasterVehicleSubModelCacheChild as dI, type MasterVehicleModel as dJ, MasterVehicleModelSchema as dK, type MasterVehicleModelDTO as dL, MasterVehicleModelQuerySchema as dM, type MasterVehicleModelQueryDTO as dN, toMasterVehicleModelPayload as dO, newMasterVehicleModelPayload as dP, findMasterVehicleModels as dQ, createMasterVehicleModel as dR, updateMasterVehicleModel as dS, deleteMasterVehicleModel as dT, getMasterVehicleModelCache as dU, getMasterVehicleModelCacheCount as dV, getMasterVehicleModelCacheChild as dW, type MasterVehicleMake as dX, MasterVehicleMakeSchema as dY, type MasterVehicleMakeDTO as dZ, MasterVehicleMakeQuerySchema as d_, deleteMasterDevice as da, device_sim_link as db, device_sim_unlink as dc, get_device_sim_link_history_by_sim as dd, get_device_sim_link_history_by_device as de, type OrganisationGroup as df, type VehicleOrganisationGroupLink as dg, OrganisationGroupSchema as dh, type OrganisationGroupDTO as di, OrganisationGroupQuerySchema as dj, type OrganisationGroupQueryDTO as dk, toOrganisationGroupPayload as dl, newOrganisationGroupPayload as dm, findOrganisationGroups as dn, createOrganisationGroup as dp, updateOrganisationGroup as dq, deleteOrganisationGroup as dr, getOrganisationGroupCache as ds, getOrganisationGroupCacheCount as dt, getOrganisationGroupCacheChild as du, type MasterVehicleSubModel as dv, MasterVehicleSubModelSchema as dw, type MasterVehicleSubModelDTO as dx, MasterVehicleSubModelQuerySchema as dy, type MasterVehicleSubModelQueryDTO as dz, type MasterVehicleFuelUnit as e, getMasterVehicleFuelTypeCacheChild as e$, toMasterVehicleMakePayload as e0, newMasterVehicleMakePayload as e1, findMasterVehicleMakes as e2, createMasterVehicleMake as e3, updateMasterVehicleMake as e4, deleteMasterVehicleMake as e5, getMasterVehicleMakeCache as e6, getMasterVehicleMakeCacheCount as e7, getMasterVehicleMakeCacheChild as e8, type MasterVehicleStatusType as e9, getMasterVehicleOwnershipTypeCacheChild as eA, type MasterVehicleType as eB, MasterVehicleTypeSchema as eC, type MasterVehicleTypeDTO as eD, MasterVehicleTypeQuerySchema as eE, type MasterVehicleTypeQueryDTO as eF, toMasterVehicleTypePayload as eG, newMasterVehicleTypePayload as eH, findMasterVehicleTypes as eI, createMasterVehicleType as eJ, updateMasterVehicleType as eK, deleteMasterVehicleType as eL, getMasterVehicleTypeCache as eM, getMasterVehicleTypeCacheCount as eN, getMasterVehicleTypeCacheChild as eO, MasterVehicleFuelTypeSchema as eP, type MasterVehicleFuelTypeDTO as eQ, MasterVehicleFuelTypeQuerySchema as eR, type MasterVehicleFuelTypeQueryDTO as eS, toMasterVehicleFuelTypePayload as eT, newMasterVehicleFuelTypePayload as eU, findMasterVehicleFuelTypes as eV, createMasterVehicleFuelType as eW, updateMasterVehicleFuelType as eX, deleteMasterVehicleFuelType as eY, getMasterVehicleFuelTypeCache as eZ, getMasterVehicleFuelTypeCacheCount as e_, MasterVehicleStatusTypeSchema as ea, type MasterVehicleStatusTypeDTO as eb, MasterVehicleStatusTypeQuerySchema as ec, type MasterVehicleStatusTypeQueryDTO as ed, toMasterVehicleStatusTypePayload as ee, newMasterVehicleStatusTypePayload as ef, findMasterVehicleStatusTypes as eg, createMasterVehicleStatusType as eh, updateMasterVehicleStatusType as ei, deleteMasterVehicleStatusType as ej, getMasterVehicleStatusTypeCache as ek, getMasterVehicleStatusTypeCacheCount as el, getMasterVehicleStatusTypeCacheChild as em, type MasterVehicleOwnershipType as en, MasterVehicleOwnershipTypeSchema as eo, type MasterVehicleOwnershipTypeDTO as ep, MasterVehicleOwnershipTypeQuerySchema as eq, type MasterVehicleOwnershipTypeQueryDTO as er, toMasterVehicleOwnershipTypePayload as es, newMasterVehicleOwnershipTypePayload as et, findMasterVehicleOwnershipTypes as eu, createMasterVehicleOwnershipType as ev, updateMasterVehicleOwnershipType as ew, deleteMasterVehicleOwnershipType as ex, getMasterVehicleOwnershipTypeCache as ey, getMasterVehicleOwnershipTypeCacheCount as ez, type MasterMainCountry as f, type VehicleDriverLinkDTO as f$, type MasterVehicleAssociatedTo as f0, MasterVehicleAssociatedToSchema as f1, type MasterVehicleAssociatedToDTO as f2, MasterVehicleAssociatedToQuerySchema as f3, type MasterVehicleAssociatedToQueryDTO as f4, toMasterVehicleAssociatedToPayload as f5, newMasterVehicleAssociatedToPayload as f6, findMasterVehicleAssociatedTos as f7, createMasterVehicleAssociatedTo as f8, updateMasterVehicleAssociatedTo as f9, updateMasterVehicleDocumentType as fA, deleteMasterVehicleDocumentType as fB, getMasterVehicleDocumentTypeCache as fC, type MasterVehicleDropdown as fD, type MasterVehicleFile as fE, type VehicleDetailGPS as fF, type VehicleDetailTrip as fG, type VehicleDetailBody as fH, type VehicleDetailLifeCycle as fI, type VehicleDetailPurchase as fJ, type VehicleDocument as fK, type VehicleDocumentFile as fL, type VehicleDocumentExpiry as fM, type VehicleOdometerHistory as fN, MasterVehicleFileSchema as fO, type MasterVehicleFileDTO as fP, VehicleSchema as fQ, type VehicleDTO as fR, VehicleBulkSchema as fS, type VehicleBulkDTO as fT, MasterDeviceFileSchema as fU, type MasterDeviceFileDTO as fV, VehicleDeviceLinkSchema as fW, type VehicleDeviceLinkDTO as fX, VehicleDeviceUnlinkSchema as fY, type VehicleDeviceUnlinkDTO as fZ, VehicleDriverLinkSchema as f_, deleteMasterVehicleAssociatedTo as fa, getMasterVehicleAssociatedToCache as fb, getMasterVehicleAssociatedToCacheCount as fc, getMasterVehicleAssociatedToCacheChild as fd, MasterVehicleFuelUnitSchema as fe, type MasterVehicleFuelUnitDTO as ff, MasterVehicleFuelUnitQuerySchema as fg, type MasterVehicleFuelUnitQueryDTO as fh, toMasterVehicleFuelUnitPayload as fi, newMasterVehicleFuelUnitPayload as fj, findMasterVehicleFuelUnits as fk, createMasterVehicleFuelUnit as fl, updateMasterVehicleFuelUnit as fm, deleteMasterVehicleFuelUnit as fn, getMasterVehicleFuelUnitCache as fo, getMasterVehicleFuelUnitCacheCount as fp, getMasterVehicleFuelUnitCacheChild as fq, type MasterVehicleDocumentType as fr, MasterVehicleDocumentTypeSchema as fs, type MasterVehicleDocumentTypeDTO as ft, MasterVehicleDocumentTypeQuerySchema as fu, type MasterVehicleDocumentTypeQueryDTO as fv, toMasterVehicleDocumentTypePayload as fw, newMasterVehicleDocumentTypePayload as fx, findMasterVehicleDocumentTypes as fy, createMasterVehicleDocumentType as fz, type MasterMainState as g, createFileDevice as g$, VehicleDetailGPSSensorSchema as g0, type VehicleDetailGPSSensorDTO as g1, VehicleDetailTripSchema as g2, type VehicleDetailTripDTO as g3, VehicleDetailBodySchema as g4, type VehicleDetailBodyDTO as g5, VehicleDetailLifeCycleSchema as g6, type VehicleDetailLifeCycleDto as g7, VehicleDetailPurchaseSchema as g8, type VehicleDetailPurchaseDTO as g9, get_device_presigned_url as gA, get_master_driver_presigned_url_file as gB, findVehicles as gC, findVehiclesLiveDashboard as gD, findVehicleGPSDetails as gE, createVehicle as gF, updateVehicle as gG, deleteVehicle as gH, updateDetailsGpsSensor as gI, updateDetailsTrip as gJ, updateVehicleBodyDetails as gK, updateVehicleLifeCycleDetails as gL, updateVehiclePurchaseDetails as gM, linkDriverToVehicle as gN, unlinkDriverFromVehicle as gO, getDriverLinkHistoryByVehicle as gP, getDriverLinkHistoryByDriver as gQ, linkDeviceToVehicle as gR, unlinkDeviceFromVehicle as gS, getDeviceLinkHistoryByVehicle as gT, getDeviceLinkHistoryByDevice as gU, createDocument as gV, findDocument as gW, updateDocument as gX, removeDocument as gY, createFileVehicle as gZ, removeFileVehicle as g_, MasterVehicleDocumentFileSchema as ga, type MasterVehicleDocumentFileDTO as gb, VehicleDocumentSchema as gc, type VehicleDocumentDTO as gd, VehicleDocumentQuerySchema as ge, type VehicleDocumentQueryDTO as gf, VehicleDocumentExpirySchema as gg, type VehicleDocumentExpiryDTO as gh, VehicleDocumentExpiryQuerySchema as gi, type VehicleDocumentExpiryQueryDTO as gj, VehicleQuerySchema as gk, type VehicleQueryDTO as gl, SimpleFindQuerySchema as gm, type SimpleFindQueryDTO as gn, VehicleGPSQuerySchema as go, type VehicleGPSQueryDTO as gp, toVehiclePayload as gq, newVehiclePayload as gr, toVehicleDetailsGPSPayload as gs, toVehicleDetailsTripPayload as gt, toVehicleDetailsBodyPayload as gu, toVehicleDetailLifeCyclePayload as gv, toVehicleDetailPurchasePayload as gw, toVehicleDocumentExpiryPayload as gx, newVehicleDocumentExpiryPayload as gy, get_vehicle_presigned_url as gz, type MasterMainIndustry as h, type UserDefaultTimeZoneDTO as h$, removeFileDevice as h0, createFileVehicleDocument as h1, removeFileVehicleDocument as h2, createDocumentExpiry as h3, findDocumentExpiry as h4, updateDocumentExpiry as h5, removeDocumentExpiry as h6, getVehicleCache as h7, getVehicleSimpleCache as h8, getVehicleParentCache as h9, getMasterUserStatusCache as hA, getMasterUserStatusCacheCount as hB, type MasterMainLanguage as hC, MasterMainLanguageSchema as hD, type MasterMainLanguageDTO as hE, MasterMainLanguageQuerySchema as hF, type MasterMainLanguageQueryDTO as hG, toMasterMainLanguagePayload as hH, newMasterMainLanguagePayload as hI, findMasterMainLanguages as hJ, createMasterMainLanguage as hK, updateMasterMainLanguage as hL, deleteMasterMainLanguage as hM, getMasterMainLanguageCache as hN, type UserVehicleLink as hO, type UserLoginPush as hP, UserSchema as hQ, type UserDTO as hR, UserQuerySchema as hS, type UserQueryDTO as hT, UserLogoSchema as hU, type UserLogoDTO as hV, UserProfileSchema as hW, type UserProfileDTO as hX, UserDefaultLanguageSchema as hY, type UserDefaultLanguageDTO as hZ, UserDefaultTimeZoneSchema as h_, getVehicleSimpleDropdownCustom as ha, getVehicleSimpleDropdownCacheLiveData as hb, type MasterUserRole as hc, MasterUserRoleSchema as hd, type MasterUserRoleDTO as he, MasterUserRoleQuerySchema as hf, type MasterUserRoleQueryDTO as hg, toMasterUserRolePayload as hh, newMasterUserRolePayload as hi, findMasterUserRoles as hj, createMasterUserRole as hk, updateMasterUserRole as hl, deleteMasterUserRole as hm, getMasterUserRoleCache as hn, getMasterUserRoleCacheCount as ho, type MasterUserStatus as hp, MasterUserStatusSchema as hq, type MasterUserStatusDTO as hr, MasterUserStatusQuerySchema as hs, type MasterUserStatusQueryDTO as ht, toMasterUserStatusPayload as hu, newMasterUserStatusPayload as hv, findMasterUserStatuses as hw, createMasterUserStatus as hx, updateMasterUserStatus as hy, deleteMasterUserStatus as hz, MasterMainIndustrySchema as i, UserDefaultDateFormatSchema as i0, type UserDefaultDateFormatDTO as i1, newUserPayload as i2, toUserPayload as i3, toUserProfilePayload as i4, findUser as i5, createUser as i6, updateUser as i7, deleteUser as i8, updateUserLogo as i9, getUserOrganisationCache as iA, getUserOrganisationCacheSimple as iB, deleteUserLogo as ia, updateUserProfile as ib, getUserCache as ic, getUserCacheSimple as id, get_user_presigned_url as ie, updateUserDefaultLanguage as ig, updateUserDefaultTimezone as ih, updateUserDefaultDateformat as ii, type UserOrganisationSimple as ij, UserOrganisationSchema as ik, type UserOrganisationDTO as il, UserOrganisationQuerySchema as im, type UserOrganisationQueryDTO as io, UserOrganisationLogoSchema as ip, type UserOrganisationLogoDTO as iq, toUserOrganisationPayload as ir, newUserOrganisationPayload as is, findUserOrganisation as it, createUserOrganisation as iu, updateUserOrganisation as iv, deleteUserOrganisation as iw, updateUserOrganisationLogo as ix, deleteUserOrganisationLogo as iy, get_user_organisation_presigned_url as iz, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-nest-prisma-api-document",
3
- "version": "204.0.0",
3
+ "version": "206.0.0",
4
4
  "description": "Reusable API SDK built with NestJS, Prisma, Axios, and Zod for VMS frontends.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",