vms-nest-prisma-api-document 213.0.0 → 216.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/dist/core/Enums.d.ts +8 -1
  2. package/dist/core/Enums.js +9 -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 +1 -1
  10. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  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 +1 -1
  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/fleet/issue_management/issue_management_service.d.ts +494 -0
  18. package/dist/services/fleet/issue_management/issue_management_service.js +559 -0
  19. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +290 -0
  20. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +442 -0
  21. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1220 -0
  22. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +957 -0
  23. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +314 -0
  24. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +447 -0
  25. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +2 -2
  26. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  27. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  28. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  29. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  30. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  31. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  32. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  33. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  34. package/dist/services/main/users/auth_service.d.ts +1 -1
  35. package/dist/services/main/users/user_admin_service.d.ts +20 -20
  36. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  37. package/dist/services/main/users/user_service.d.ts +1 -1
  38. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  39. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  40. package/dist/services/main/vehicle/master_vehicle_service.js +16 -16
  41. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  42. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  43. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  45. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  48. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  49. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  50. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  51. package/dist/services/master/expense/master_expense_name_service.d.ts +6 -6
  52. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  53. package/dist/services/master/expense/master_fuel_company_service.d.ts +7 -7
  54. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +2 -2
  55. package/dist/services/master/expense/master_vendor_tag_service.d.ts +126 -0
  56. package/dist/services/master/expense/master_vendor_tag_service.js +307 -0
  57. package/dist/services/master/expense/master_vendor_type_service.d.ts +5 -5
  58. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
  59. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
  60. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  61. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  62. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  74. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  75. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  76. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  77. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  78. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  79. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  80. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
  81. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  82. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  83. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  84. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  85. package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
  86. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  87. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  99. package/dist/{user_organisation_service-NFqqAGYh.d.ts → user_organisation_service-C186BM9A.d.ts} +51 -51
  100. package/package.json +1 -1
@@ -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;
24
25
  status: Status;
25
26
  industry_name: string;
26
- description: string;
27
27
  }, {
28
28
  status: Status;
29
29
  industry_name: string;
@@ -994,9 +994,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
994
994
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
995
995
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
996
996
  }, "strip", z.ZodTypeAny, {
997
+ description: string;
997
998
  status: Status;
998
999
  organisation_id: string;
999
- description: string;
1000
1000
  sub_company_name: string;
1001
1001
  sub_company_GSTIN: string;
1002
1002
  }, {
@@ -1124,9 +1124,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
1124
1124
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1125
1125
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1126
1126
  }, "strip", z.ZodTypeAny, {
1127
+ description: string;
1127
1128
  status: Status;
1128
1129
  organisation_id: string;
1129
- description: string;
1130
1130
  branch_name: string;
1131
1131
  branch_city: string;
1132
1132
  branch_address: string;
@@ -1254,9 +1254,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
1254
1254
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1255
1255
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1256
1256
  }, "strip", z.ZodTypeAny, {
1257
+ description: string;
1257
1258
  status: Status;
1258
1259
  organisation_id: string;
1259
- description: string;
1260
1260
  color_name: string;
1261
1261
  color_code: string;
1262
1262
  }, {
@@ -1380,9 +1380,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
1380
1380
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1381
1381
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1382
1382
  }, "strip", z.ZodTypeAny, {
1383
+ description: string;
1383
1384
  status: Status;
1384
1385
  organisation_id: string;
1385
- description: string;
1386
1386
  tag_name: string;
1387
1387
  }, {
1388
1388
  status: Status;
@@ -2002,8 +2002,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
2002
2002
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2003
2003
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2004
2004
  }, "strip", z.ZodTypeAny, {
2005
- status: Status;
2006
2005
  description: string;
2006
+ status: Status;
2007
2007
  device_type_name: string;
2008
2008
  device_type_code: string;
2009
2009
  device_manufacturer_id: string;
@@ -2137,8 +2137,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
2137
2137
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2138
2138
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2139
2139
  }, "strip", z.ZodTypeAny, {
2140
- status: Status;
2141
2140
  description: string;
2141
+ status: Status;
2142
2142
  device_manufacturer_id: string;
2143
2143
  device_model_name: string;
2144
2144
  device_model_code: string;
@@ -2266,8 +2266,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
2266
2266
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2267
2267
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2268
2268
  }, "strip", z.ZodTypeAny, {
2269
- status: Status;
2270
2269
  description: string;
2270
+ status: Status;
2271
2271
  device_manufacturer_name: string;
2272
2272
  device_manufacturer_code: string;
2273
2273
  }, {
@@ -2784,15 +2784,15 @@ declare const OrganisationGroupSchema: z.ZodObject<{
2784
2784
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2785
2785
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2786
2786
  }, "strip", z.ZodTypeAny, {
2787
- group_name: string;
2787
+ description: string;
2788
2788
  status: Status;
2789
2789
  organisation_id: string;
2790
- description: string;
2791
2790
  vehicle_ids: string[];
2792
- }, {
2793
2791
  group_name: string;
2792
+ }, {
2794
2793
  status: Status;
2795
2794
  organisation_id: string;
2795
+ group_name: string;
2796
2796
  description?: string | undefined;
2797
2797
  vehicle_ids?: string[] | undefined;
2798
2798
  }>;
@@ -2917,9 +2917,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
2917
2917
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2918
2918
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2919
2919
  }, "strip", z.ZodTypeAny, {
2920
+ description: string;
2920
2921
  status: Status;
2921
2922
  organisation_id: string;
2922
- description: string;
2923
2923
  vehicle_sub_model: string;
2924
2924
  vehicle_model_id: string;
2925
2925
  vehicle_make_id: string;
@@ -3056,9 +3056,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
3056
3056
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3057
3057
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3058
3058
  }, "strip", z.ZodTypeAny, {
3059
+ description: string;
3059
3060
  status: Status;
3060
3061
  organisation_id: string;
3061
- description: string;
3062
3062
  vehicle_make_id: string;
3063
3063
  vehicle_model: string;
3064
3064
  }, {
@@ -3187,9 +3187,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
3187
3187
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3188
3188
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3189
3189
  }, "strip", z.ZodTypeAny, {
3190
+ description: string;
3190
3191
  status: Status;
3191
3192
  organisation_id: string;
3192
- description: string;
3193
3193
  vehicle_make: string;
3194
3194
  }, {
3195
3195
  status: Status;
@@ -3311,9 +3311,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
3311
3311
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3312
3312
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3313
3313
  }, "strip", z.ZodTypeAny, {
3314
+ description: string;
3314
3315
  status: Status;
3315
3316
  organisation_id: string;
3316
- description: string;
3317
3317
  status_type: string;
3318
3318
  }, {
3319
3319
  status: Status;
@@ -3435,9 +3435,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
3435
3435
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3436
3436
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3437
3437
  }, "strip", z.ZodTypeAny, {
3438
+ description: string;
3438
3439
  status: Status;
3439
3440
  organisation_id: string;
3440
- description: string;
3441
3441
  ownership_type: string;
3442
3442
  }, {
3443
3443
  status: Status;
@@ -3559,9 +3559,9 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
3559
3559
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3560
3560
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3561
3561
  }, "strip", z.ZodTypeAny, {
3562
+ description: string;
3562
3563
  status: Status;
3563
3564
  organisation_id: string;
3564
- description: string;
3565
3565
  vehicle_type: string;
3566
3566
  }, {
3567
3567
  status: Status;
@@ -3683,9 +3683,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
3683
3683
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3684
3684
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3685
3685
  }, "strip", z.ZodTypeAny, {
3686
+ description: string;
3686
3687
  status: Status;
3687
3688
  organisation_id: string;
3688
- description: string;
3689
3689
  fuel_type: string;
3690
3690
  }, {
3691
3691
  status: Status;
@@ -3807,9 +3807,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
3807
3807
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3808
3808
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3809
3809
  }, "strip", z.ZodTypeAny, {
3810
+ description: string;
3810
3811
  status: Status;
3811
3812
  organisation_id: string;
3812
- description: string;
3813
3813
  associated_to: string;
3814
3814
  }, {
3815
3815
  status: Status;
@@ -3936,9 +3936,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
3936
3936
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3937
3937
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3938
3938
  }, "strip", z.ZodTypeAny, {
3939
+ description: string;
3939
3940
  status: Status;
3940
3941
  organisation_id: string;
3941
- description: string;
3942
3942
  fuel_unit: string;
3943
3943
  }, {
3944
3944
  status: Status;
@@ -4059,9 +4059,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
4059
4059
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4060
4060
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4061
4061
  }, "strip", z.ZodTypeAny, {
4062
+ description: string;
4062
4063
  status: Status;
4063
4064
  organisation_id: string;
4064
- description: string;
4065
4065
  document_type: string;
4066
4066
  }, {
4067
4067
  status: Status;
@@ -4168,8 +4168,8 @@ interface MasterVehicle extends Record<string, unknown> {
4168
4168
  engine_number?: string;
4169
4169
  chassis_number?: string;
4170
4170
  vehicle_make_year?: number;
4171
- db_instance: String;
4172
- db_group: String;
4171
+ db_instance: string;
4172
+ db_group: string;
4173
4173
  is_fleet_active: YesNo;
4174
4174
  is_gps_active: YesNo;
4175
4175
  is_trip_active: YesNo;
@@ -4635,22 +4635,22 @@ interface VehicleDocument extends Record<string, unknown> {
4635
4635
  vehicle_document_id: string;
4636
4636
  sub_vehicle_document_id: number;
4637
4637
  vehicle_document_code?: string;
4638
- document_number?: String;
4639
- document_authorized_name?: String;
4638
+ document_number?: string;
4639
+ document_authorized_name?: string;
4640
4640
  document_cost?: number;
4641
- document_issue_date?: String;
4642
- document_issue_date_f?: String;
4643
- document_valid_till_date?: String;
4644
- document_valid_till_date_f?: String;
4645
- document_renewal_date?: String;
4646
- document_renewal_date_f?: String;
4641
+ document_issue_date?: string;
4642
+ document_issue_date_f?: string;
4643
+ document_valid_till_date?: string;
4644
+ document_valid_till_date_f?: string;
4645
+ document_renewal_date?: string;
4646
+ document_renewal_date_f?: string;
4647
4647
  document_validity_status: DocumentValidityStatus;
4648
4648
  document_status: DocumentStatus;
4649
- document_details_1?: String;
4650
- document_details_2?: String;
4651
- document_details_3?: String;
4652
- document_details_4?: String;
4653
- document_notes?: String;
4649
+ document_details_1?: string;
4650
+ document_details_2?: string;
4651
+ document_details_3?: string;
4652
+ document_details_4?: string;
4653
+ document_notes?: string;
4654
4654
  status: Status;
4655
4655
  added_date_time: string;
4656
4656
  modified_date_time: string;
@@ -4660,11 +4660,11 @@ interface VehicleDocument extends Record<string, unknown> {
4660
4660
  MasterVehicle?: MasterVehicle;
4661
4661
  vehicle_number?: string;
4662
4662
  vehicle_type?: string;
4663
- document_type_id: String;
4663
+ document_type_id: string;
4664
4664
  MasterVehicleDocumentType?: MasterVehicleDocumentType;
4665
- document_type?: String;
4666
- vendor_id?: String;
4667
- vendor_name?: String;
4665
+ document_type?: string;
4666
+ vendor_id?: string;
4667
+ vendor_name?: string;
4668
4668
  _count?: object;
4669
4669
  }
4670
4670
  interface VehicleDocumentFile extends BaseCommonFile {
@@ -6315,20 +6315,20 @@ declare const linkDeviceToVehicle: (payload: VehicleDeviceLinkDTO) => Promise<SB
6315
6315
  declare const unlinkDeviceFromVehicle: (payload: VehicleDeviceUnlinkDTO) => Promise<SBR>;
6316
6316
  declare const getDeviceLinkHistoryByVehicle: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
6317
6317
  declare const getDeviceLinkHistoryByDevice: (id: string, params: BaseQueryDTO) => Promise<FBR<AssignRemoveDeviceHistory[]>>;
6318
- declare const createDocument: (payload: VehicleDocumentDTO) => Promise<SBR>;
6319
- declare const findDocument: (payload: VehicleDocumentQueryDTO) => Promise<SBR>;
6320
- declare const updateDocument: (id: string, payload: VehicleDocumentDTO) => Promise<SBR>;
6321
- declare const removeDocument: (id: string) => Promise<SBR>;
6318
+ declare const createVehicleDocument: (payload: VehicleDocumentDTO) => Promise<SBR>;
6319
+ declare const findVehicleDocument: (payload: VehicleDocumentQueryDTO) => Promise<FBR<VehicleDocument>>;
6320
+ declare const updateVehicleDocument: (id: string, payload: VehicleDocumentDTO) => Promise<SBR>;
6321
+ declare const removeVehicleDocument: (id: string) => Promise<SBR>;
6322
6322
  declare const createFileVehicle: (payload: MasterVehicleFileDTO) => Promise<SBR>;
6323
6323
  declare const removeFileVehicle: (id: string) => Promise<SBR>;
6324
6324
  declare const createFileDevice: (payload: MasterDeviceFileDTO) => Promise<SBR>;
6325
6325
  declare const removeFileDevice: (id: string) => Promise<SBR>;
6326
6326
  declare const createFileVehicleDocument: (payload: MasterVehicleDocumentFileDTO) => Promise<SBR>;
6327
6327
  declare const removeFileVehicleDocument: (id: string) => Promise<SBR>;
6328
- declare const createDocumentExpiry: (payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6329
- declare const findDocumentExpiry: (payload: VehicleDocumentExpiryQueryDTO) => Promise<SBR>;
6330
- declare const updateDocumentExpiry: (id: string, payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6331
- declare const removeDocumentExpiry: (id: string) => Promise<SBR>;
6328
+ declare const createVehicleDocumentExpiry: (payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6329
+ declare const findVehicleDocumentExpiry: (payload: VehicleDocumentExpiryQueryDTO) => Promise<FBR<VehicleDocumentExpiry[]>>;
6330
+ declare const updateVehicleDocumentExpiry: (id: string, payload: VehicleDocumentExpiryDTO) => Promise<SBR>;
6331
+ declare const removeVehicleDocumentExpiry: (id: string) => Promise<SBR>;
6332
6332
  declare const getVehicleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6333
6333
  declare const getVehicleSimpleCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6334
6334
  declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
@@ -6355,9 +6355,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
6355
6355
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6356
6356
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6357
6357
  }, "strip", z.ZodTypeAny, {
6358
+ description: string;
6358
6359
  status: Status;
6359
6360
  organisation_id: string;
6360
- description: string;
6361
6361
  user_role: string;
6362
6362
  }, {
6363
6363
  status: Status;
@@ -6478,9 +6478,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
6478
6478
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6479
6479
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6480
6480
  }, "strip", z.ZodTypeAny, {
6481
+ description: string;
6481
6482
  status: Status;
6482
6483
  organisation_id: string;
6483
- description: string;
6484
6484
  user_status: string;
6485
6485
  }, {
6486
6486
  status: Status;
@@ -7377,4 +7377,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
7377
7377
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
7378
7378
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
7379
7379
 
7380
- 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 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_file_presigned_url as gA, get_vehicle_document_file_presigned_url 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_file_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 };
7380
+ export { newMasterMainStatePayload as $, newMasterMainCurrencyPayload as A, findMasterMainCurrencies as B, createMasterMainCurrency as C, updateMasterMainCurrency as D, deleteMasterMainCurrency as E, getMasterMainCurrencyCache as F, type MasterMainTimeZone as G, MasterMainTimeZoneSchema as H, type MasterMainTimeZoneDTO as I, MasterMainTimeZoneQuerySchema as J, type MasterMainTimeZoneQueryDTO as K, toMasterMainTimeZonePayload as L, type MasterVehicle as M, newMasterMainTimeZonePayload as N, type OrganisationBranch as O, findMasterMainTimeZones as P, createMasterMainTimeZone as Q, updateMasterMainTimeZone as R, deleteMasterMainTimeZone as S, getMasterMainTimeZoneCacheAll as T, type UserOrganisation as U, getMasterMainTimeZoneCache as V, MasterMainStateSchema as W, type MasterMainStateDTO as X, MasterMainStateQuerySchema as Y, type MasterMainStateQueryDTO as Z, toMasterMainStatePayload as _, type User as a, deleteOrganisationSubCompany as a$, findMasterMainStates as a0, createMasterMainState as a1, updateMasterMainState as a2, deleteMasterMainState as a3, getMasterMainStateCache as a4, MasterMainCountrySchema as a5, type MasterMainCountryDTO as a6, MasterMainCountryQuerySchema as a7, type MasterMainCountryQueryDTO as a8, toMasterMainCountryPayload as a9, findMasterMainUnitMileages as aA, createMasterMainUnitMileage as aB, updateMasterMainUnitMileage as aC, deleteMasterMainUnitMileage as aD, getMasterMainUnitMileageCache as aE, type MasterMainUnitVolume as aF, MasterMainUnitVolumeSchema as aG, type MasterMainUnitVolumeDTO as aH, MasterMainUnitVolumeQuerySchema as aI, type MasterMainUnitVolumeQueryDTO as aJ, toMasterMainUnitVolumePayload as aK, newMasterMainUnitVolumePayload as aL, findMasterMainUnitVolumes as aM, createMasterMainUnitVolume as aN, updateMasterMainUnitVolume as aO, deleteMasterMainUnitVolume as aP, getMasterMainUnitVolumeCache as aQ, type OrganisationSubCompany as aR, OrganisationSubCompanySchema as aS, type OrganisationSubCompanyDTO as aT, OrganisationSubCompanyQuerySchema as aU, type OrganisationSubCompanyQueryDTO as aV, toOrganisationSubCompanyPayload as aW, newOrganisationSubCompanyPayload as aX, findOrganisationSubCompanyies as aY, createOrganisationSubCompany as aZ, updateOrganisationSubCompany as a_, newMasterMainCountryPayload as aa, findMasterMainCountries as ab, createMasterMainCountry as ac, updateMasterMainCountry as ad, deleteMasterMainCountry as ae, getMasterMainCountryCache as af, getMasterMainCountryCacheChild as ag, type MasterMainDateFormat as ah, MasterMainDateFormatSchema as ai, type MasterMainDateFormatDTO as aj, MasterMainDateFormatQuerySchema as ak, type MasterMainDateFormatQueryDTO as al, toMasterMainDateFormatPayload as am, newMasterMainDateFormatPayload as an, findMasterMainDateFormats as ao, createMasterMainDateFormat as ap, updateMasterMainDateFormat as aq, deleteMasterMainDateFormat as ar, getMasterMainDateFormatCache as as, type MasterMainUnitMileage as at, MasterMainUnitMileageSchema as au, type MasterMainUnitMileageDTO as av, MasterMainUnitMileageQuerySchema as aw, type MasterMainUnitMileageQueryDTO as ax, toMasterMainUnitMileagePayload as ay, newMasterMainUnitMileagePayload as az, type MasterDriver as b, updateMasterDriverLogo as b$, getOrganisationSubCompanyCache as b0, getOrganisationSubCompanyCacheCount as b1, getOrganisationSubCompanyCacheChild as b2, OrganisationBranchSchema as b3, type OrganisationBranchDTO as b4, OrganisationBranchQuerySchema as b5, type OrganisationBranchQueryDTO as b6, toOrganisationBranchPayload as b7, newOrganisationBranchPayload as b8, findOrganisationBranchs as b9, newOrganisationTagPayload as bA, findOrganisationTags as bB, createOrganisationTag as bC, updateOrganisationTag as bD, deleteOrganisationTag as bE, getOrganisationTagCache as bF, getOrganisationTagCacheCount as bG, getOrganisationTagCacheChild as bH, type MasterDriverFile as bI, type AssignRemoveDriverHistory as bJ, type DriverLoginPush as bK, MasterDriverFileSchema 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_, createOrganisationBranch as ba, updateOrganisationBranch as bb, deleteOrganisationBranch as bc, getOrganisationBranchCache as bd, getOrganisationBranchCacheCount as be, getOrganisationBranchCacheChild as bf, type OrganisationColor as bg, OrganisationColorSchema as bh, type OrganisationColorDTO as bi, OrganisationColorQuerySchema as bj, type OrganisationColorQueryDTO as bk, toOrganisationColorPayload as bl, newOrganisationColorPayload as bm, findOrganisationColors as bn, createOrganisationColor as bo, updateOrganisationColor as bp, deleteOrganisationColor as bq, getOrganisationColorCache as br, getOrganisationColorCacheCount as bs, getOrganisationColorCacheChild as bt, type OrganisationTag as bu, OrganisationTagSchema as bv, type OrganisationTagDTO as bw, OrganisationTagQuerySchema as bx, type OrganisationTagQueryDTO as by, toOrganisationTagPayload 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 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 MasterDriverFileDTO 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 MasterMainCountry 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_file_presigned_url as gA, get_vehicle_document_file_presigned_url 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, createVehicleDocument as gV, findVehicleDocument as gW, updateVehicleDocument as gX, removeVehicleDocument 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_file_presigned_url as gz, type MasterMainState as h, type UserDefaultTimeZoneDTO as h$, removeFileDevice as h0, createFileVehicleDocument as h1, removeFileVehicleDocument as h2, createVehicleDocumentExpiry as h3, findVehicleDocumentExpiry as h4, updateVehicleDocumentExpiry as h5, removeVehicleDocumentExpiry 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, type MasterMainIndustry 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, MasterMainIndustrySchema as j, type MasterMainIndustryDTO as k, MasterMainIndustryQuerySchema as l, type MasterMainIndustryQueryDTO as m, newMasterMainIndustryPayload as n, findMasterMainIndustrys as o, createMasterMainIndustry as p, deleteMasterMainIndustry as q, getMasterMainIndustryCache as r, type MasterMainCurrency as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencySchema as v, type MasterMainCurrencyDTO as w, MasterMainCurrencyQuerySchema as x, type MasterMainCurrencyQueryDTO as y, toMasterMainCurrencyPayload as z };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-nest-prisma-api-document",
3
- "version": "213.0.0",
3
+ "version": "216.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",