vms-nest-prisma-api-document 979.0.0 → 981.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 (108) hide show
  1. package/dist/{bookmark_service-RmLX412L.d.ts → bookmark_service-C679PVc0.d.ts} +855 -400
  2. package/dist/core/BaseResponse.d.ts +2 -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 +1 -1
  6. package/dist/services/account/invoice_service.d.ts +1 -1
  7. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  8. package/dist/services/account/report_preferences.service.d.ts +1 -1
  9. package/dist/services/account/ticket_service.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  13. package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
  14. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  15. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  16. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  17. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  18. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  19. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  20. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  21. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  22. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  23. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  24. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  25. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  26. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  27. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  28. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +94 -58
  29. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  30. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  31. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  32. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  33. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  34. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  35. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  36. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  37. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  38. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  39. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  40. package/dist/services/main/users/auth_service.d.ts +1 -1
  41. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  42. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  43. package/dist/services/main/users/user_service.d.ts +1 -1
  44. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  45. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  48. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  49. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  50. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  51. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  52. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  53. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
  54. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  55. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  56. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  57. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  58. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  59. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  60. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  61. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  62. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  63. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  64. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  65. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  66. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  67. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  75. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  76. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  77. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  78. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  79. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  80. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  81. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  82. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  83. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  84. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  85. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  86. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  87. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  88. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  89. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  90. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  91. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  92. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  93. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  100. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  101. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  102. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  103. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  104. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  105. package/dist/services/website/exclusive_feature_access.d.ts +7 -7
  106. package/dist/services/website/faq_service.d.ts +1 -1
  107. package/dist/services/website/request_demo.service.d.ts +1 -1
  108. package/package.json +1 -1
@@ -7997,75 +7997,122 @@ declare const FleetVendorLogoSchema: z.ZodObject<{
7997
7997
  logo_name: string;
7998
7998
  }>;
7999
7999
  type FleetVendorLogoDTO = z.infer<typeof FleetVendorLogoSchema>;
8000
- declare const FleetVendorSchema: z.ZodObject<{
8000
+ declare const FleetVendorContactPersonsLogoSchema: z.ZodObject<{
8001
+ image_url: z.ZodEffects<z.ZodString, string, string>;
8002
+ image_key: z.ZodEffects<z.ZodString, string, string>;
8003
+ image_name: z.ZodEffects<z.ZodString, string, string>;
8004
+ }, "strip", z.ZodTypeAny, {
8005
+ image_url: string;
8006
+ image_key: string;
8007
+ image_name: string;
8008
+ }, {
8009
+ image_url: string;
8010
+ image_key: string;
8011
+ image_name: string;
8012
+ }>;
8013
+ type FleetVendorContactPersonsLogoDTO = z.infer<typeof FleetVendorContactPersonsLogoSchema>;
8014
+ declare const FleetVendorDocumentFileSchema: z.ZodObject<{
8015
+ usage_type: z.ZodEffects<z.ZodString, string, string>;
8016
+ file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
8017
+ file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8018
+ file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8019
+ file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8020
+ file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8021
+ file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
8022
+ file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8023
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8024
+ } & {
8001
8025
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
8002
- logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8003
- logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8004
- logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8005
- vendor_name: z.ZodEffects<z.ZodString, string, string>;
8006
- vendor_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8007
- business_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8008
- business_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8009
- gst_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8010
- pan_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8011
- tax_id_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8012
- vat_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8013
- business_registration_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8014
- payment_terms: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8015
- financial_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8016
- additional_details_1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8017
- additional_details_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8018
- additional_details_3: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8019
- vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8020
- vendor_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8026
+ fleet_vendor_document_id: z.ZodEffects<z.ZodString, string, string>;
8027
+ }, "strip", z.ZodTypeAny, {
8028
+ status: Status;
8029
+ organisation_id: string;
8030
+ usage_type: string;
8031
+ file_type: FileType;
8032
+ file_url: string;
8033
+ file_key: string;
8034
+ file_name: string;
8035
+ file_description: string;
8036
+ file_size: number;
8037
+ file_metadata: Record<string, any>;
8038
+ fleet_vendor_document_id: string;
8039
+ }, {
8040
+ status: Status;
8041
+ organisation_id: string;
8042
+ usage_type: string;
8043
+ file_type: FileType;
8044
+ fleet_vendor_document_id: string;
8045
+ file_url?: string | undefined;
8046
+ file_key?: string | undefined;
8047
+ file_name?: string | undefined;
8048
+ file_description?: string | undefined;
8049
+ file_size?: unknown;
8050
+ file_metadata?: Record<string, any> | undefined;
8051
+ }>;
8052
+ type FleetVendorDocumentFileDTO = z.infer<typeof FleetVendorDocumentFileSchema>;
8053
+ declare const FleetVendorAddressSchema: z.ZodObject<{
8054
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
8055
+ vendor_id: z.ZodEffects<z.ZodString, string, string>;
8056
+ vendor_address_label: z.ZodType<FleetVendorAddressLabel, z.ZodTypeDef, FleetVendorAddressLabel>;
8057
+ address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8058
+ address_line2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8059
+ locality_landmark: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8060
+ neighborhood: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8061
+ town_city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8062
+ district_county: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8063
+ state_province_region: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8064
+ postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8065
+ country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8066
+ country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8067
+ latitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
8068
+ longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
8069
+ google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8070
+ is_default: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8071
+ notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8021
8072
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
8022
8073
  }, "strip", z.ZodTypeAny, {
8023
8074
  status: Status;
8024
8075
  organisation_id: string;
8025
- logo_key: string;
8026
- logo_url: string;
8027
- logo_name: string;
8028
- vendor_type_ids: string[];
8029
- vendor_tag_ids: string[];
8030
- vendor_name: string;
8031
- vendor_code: string;
8032
- business_mobile: string;
8033
- business_email: string;
8034
- gst_number: string;
8035
- pan_number: string;
8036
- tax_id_number: string;
8037
- vat_number: string;
8038
- business_registration_number: string;
8039
- payment_terms: string;
8040
- financial_notes: string;
8041
- additional_details_1: string;
8042
- additional_details_2: string;
8043
- additional_details_3: string;
8076
+ address_line1: string;
8077
+ address_line2: string;
8078
+ locality_landmark: string;
8079
+ neighborhood: string;
8080
+ town_city: string;
8081
+ district_county: string;
8082
+ state_province_region: string;
8083
+ postal_code: string;
8084
+ country: string;
8085
+ country_code: string;
8086
+ google_location: string;
8087
+ vendor_id: string;
8088
+ vendor_address_label: FleetVendorAddressLabel;
8089
+ is_default: YesNo;
8090
+ notes: string;
8091
+ latitude?: number | undefined;
8092
+ longitude?: number | undefined;
8044
8093
  }, {
8045
8094
  status: Status;
8046
8095
  organisation_id: string;
8047
- vendor_name: string;
8048
- logo_key?: string | undefined;
8049
- logo_url?: string | undefined;
8050
- logo_name?: string | undefined;
8051
- vendor_type_ids?: string[] | undefined;
8052
- vendor_tag_ids?: string[] | undefined;
8053
- vendor_code?: string | undefined;
8054
- business_mobile?: string | undefined;
8055
- business_email?: string | undefined;
8056
- gst_number?: string | undefined;
8057
- pan_number?: string | undefined;
8058
- tax_id_number?: string | undefined;
8059
- vat_number?: string | undefined;
8060
- business_registration_number?: string | undefined;
8061
- payment_terms?: string | undefined;
8062
- financial_notes?: string | undefined;
8063
- additional_details_1?: string | undefined;
8064
- additional_details_2?: string | undefined;
8065
- additional_details_3?: string | undefined;
8096
+ vendor_id: string;
8097
+ vendor_address_label: FleetVendorAddressLabel;
8098
+ is_default: YesNo;
8099
+ latitude?: unknown;
8100
+ longitude?: unknown;
8101
+ address_line1?: string | undefined;
8102
+ address_line2?: string | undefined;
8103
+ locality_landmark?: string | undefined;
8104
+ neighborhood?: string | undefined;
8105
+ town_city?: string | undefined;
8106
+ district_county?: string | undefined;
8107
+ state_province_region?: string | undefined;
8108
+ postal_code?: string | undefined;
8109
+ country?: string | undefined;
8110
+ country_code?: string | undefined;
8111
+ google_location?: string | undefined;
8112
+ notes?: string | undefined;
8066
8113
  }>;
8067
- type FleetVendorDTO = z.infer<typeof FleetVendorSchema>;
8068
- declare const FleetVendorQuerySchema: z.ZodObject<{
8114
+ type FleetVendorAddressDTO = z.infer<typeof FleetVendorAddressSchema>;
8115
+ declare const FleetVendorAddressQuerySchema: z.ZodObject<{
8069
8116
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8070
8117
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
8071
8118
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -8096,8 +8143,11 @@ declare const FleetVendorQuerySchema: z.ZodObject<{
8096
8143
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
8097
8144
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8098
8145
  } & {
8099
- vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8146
+ vendor_address_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8100
8147
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8148
+ vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8149
+ vendor_address_label: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof FleetVendorAddressLabel>, "many">>>;
8150
+ is_default: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8101
8151
  }, "strip", z.ZodTypeAny, {
8102
8152
  status: Status[];
8103
8153
  search: string;
@@ -8122,6 +8172,9 @@ declare const FleetVendorQuerySchema: z.ZodObject<{
8122
8172
  time_zone_id: string;
8123
8173
  organisation_ids: string[];
8124
8174
  vendor_ids: string[];
8175
+ vendor_address_label: FleetVendorAddressLabel[];
8176
+ is_default: YesNo[];
8177
+ vendor_address_ids: string[];
8125
8178
  }, {
8126
8179
  date_format_id: string;
8127
8180
  time_zone_id: string;
@@ -8146,9 +8199,56 @@ declare const FleetVendorQuerySchema: z.ZodObject<{
8146
8199
  include_master_data?: YesNo | undefined;
8147
8200
  organisation_ids?: string[] | undefined;
8148
8201
  vendor_ids?: string[] | undefined;
8202
+ vendor_address_label?: FleetVendorAddressLabel[] | undefined;
8203
+ is_default?: YesNo[] | undefined;
8204
+ vendor_address_ids?: string[] | undefined;
8149
8205
  }>;
8150
- type FleetVendorQueryDTO = z.infer<typeof FleetVendorQuerySchema>;
8151
- declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
8206
+ type FleetVendorAddressQueryDTO = z.infer<typeof FleetVendorAddressQuerySchema>;
8207
+ declare const FleetVendorBankAccountSchema: z.ZodObject<{
8208
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
8209
+ vendor_id: z.ZodEffects<z.ZodString, string, string>;
8210
+ bank_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8211
+ bank_branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8212
+ bank_account_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8213
+ bank_account_number: z.ZodEffects<z.ZodString, string, string>;
8214
+ ifsc_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8215
+ swift_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8216
+ iban_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8217
+ upi_id: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8218
+ is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8219
+ notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8220
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8221
+ }, "strip", z.ZodTypeAny, {
8222
+ status: Status;
8223
+ organisation_id: string;
8224
+ vendor_id: string;
8225
+ notes: string;
8226
+ bank_name: string;
8227
+ bank_branch_name: string;
8228
+ bank_account_name: string;
8229
+ bank_account_number: string;
8230
+ ifsc_code: string;
8231
+ swift_code: string;
8232
+ iban_number: string;
8233
+ upi_id: string;
8234
+ is_primary: YesNo;
8235
+ }, {
8236
+ status: Status;
8237
+ organisation_id: string;
8238
+ vendor_id: string;
8239
+ bank_account_number: string;
8240
+ is_primary: YesNo;
8241
+ notes?: string | undefined;
8242
+ bank_name?: string | undefined;
8243
+ bank_branch_name?: string | undefined;
8244
+ bank_account_name?: string | undefined;
8245
+ ifsc_code?: string | undefined;
8246
+ swift_code?: string | undefined;
8247
+ iban_number?: string | undefined;
8248
+ upi_id?: string | undefined;
8249
+ }>;
8250
+ type FleetVendorBankAccountDTO = z.infer<typeof FleetVendorBankAccountSchema>;
8251
+ declare const FleetVendorBankAccountQuerySchema: z.ZodObject<{
8152
8252
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8153
8253
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
8154
8254
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -8179,7 +8279,10 @@ declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
8179
8279
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
8180
8280
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8181
8281
  } & {
8282
+ vendor_bank_account_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8182
8283
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8284
+ vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8285
+ is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8183
8286
  }, "strip", z.ZodTypeAny, {
8184
8287
  status: Status[];
8185
8288
  search: string;
@@ -8203,6 +8306,9 @@ declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
8203
8306
  date_format_id: string;
8204
8307
  time_zone_id: string;
8205
8308
  organisation_ids: string[];
8309
+ vendor_ids: string[];
8310
+ is_primary: YesNo[];
8311
+ vendor_bank_account_ids: string[];
8206
8312
  }, {
8207
8313
  date_format_id: string;
8208
8314
  time_zone_id: string;
@@ -8226,71 +8332,62 @@ declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
8226
8332
  }[] | undefined;
8227
8333
  include_master_data?: YesNo | undefined;
8228
8334
  organisation_ids?: string[] | undefined;
8335
+ vendor_ids?: string[] | undefined;
8336
+ is_primary?: YesNo[] | undefined;
8337
+ vendor_bank_account_ids?: string[] | undefined;
8229
8338
  }>;
8230
- type FleetVendorDashBoardQueryDTO = z.infer<typeof FleetVendorDashBoardQuerySchema>;
8231
- declare const FleetVendorAddressSchema: z.ZodObject<{
8339
+ type FleetVendorBankAccountQueryDTO = z.infer<typeof FleetVendorBankAccountQuerySchema>;
8340
+ declare const FleetVendorContactPersonsSchema: z.ZodObject<{
8232
8341
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
8233
8342
  vendor_id: z.ZodEffects<z.ZodString, string, string>;
8234
- vendor_address_label: z.ZodType<FleetVendorAddressLabel, z.ZodTypeDef, FleetVendorAddressLabel>;
8235
- address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8236
- address_line2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8237
- locality_landmark: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8238
- neighborhood: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8239
- town_city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8240
- district_county: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8241
- state_province_region: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8242
- postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8243
- country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8244
- country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8245
- latitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
8246
- longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
8247
- google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8248
- is_default: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8249
- notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8250
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
8343
+ image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8344
+ image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8345
+ image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8346
+ name: z.ZodEffects<z.ZodString, string, string>;
8347
+ mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8348
+ alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8349
+ email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8350
+ designation: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8351
+ branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8352
+ preferred_language: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8353
+ is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8354
+ notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8355
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8251
8356
  }, "strip", z.ZodTypeAny, {
8252
8357
  status: Status;
8253
8358
  organisation_id: string;
8254
- address_line1: string;
8255
- address_line2: string;
8256
- locality_landmark: string;
8257
- neighborhood: string;
8258
- town_city: string;
8259
- district_county: string;
8260
- state_province_region: string;
8261
- postal_code: string;
8262
- country: string;
8263
- country_code: string;
8264
- google_location: string;
8359
+ name: string;
8360
+ branch_name: string;
8361
+ email: string;
8362
+ mobile: string;
8265
8363
  vendor_id: string;
8266
- vendor_address_label: FleetVendorAddressLabel;
8267
- is_default: YesNo;
8268
8364
  notes: string;
8269
- latitude?: number | undefined;
8270
- longitude?: number | undefined;
8365
+ is_primary: YesNo;
8366
+ image_url: string;
8367
+ image_key: string;
8368
+ image_name: string;
8369
+ alternative_mobile: string;
8370
+ designation: string;
8371
+ preferred_language: string;
8271
8372
  }, {
8272
8373
  status: Status;
8273
8374
  organisation_id: string;
8375
+ name: string;
8274
8376
  vendor_id: string;
8275
- vendor_address_label: FleetVendorAddressLabel;
8276
- is_default: YesNo;
8277
- latitude?: unknown;
8278
- longitude?: unknown;
8279
- address_line1?: string | undefined;
8280
- address_line2?: string | undefined;
8281
- locality_landmark?: string | undefined;
8282
- neighborhood?: string | undefined;
8283
- town_city?: string | undefined;
8284
- district_county?: string | undefined;
8285
- state_province_region?: string | undefined;
8286
- postal_code?: string | undefined;
8287
- country?: string | undefined;
8288
- country_code?: string | undefined;
8289
- google_location?: string | undefined;
8377
+ is_primary: YesNo;
8378
+ branch_name?: string | undefined;
8379
+ email?: string | undefined;
8380
+ mobile?: string | undefined;
8290
8381
  notes?: string | undefined;
8382
+ image_url?: string | undefined;
8383
+ image_key?: string | undefined;
8384
+ image_name?: string | undefined;
8385
+ alternative_mobile?: string | undefined;
8386
+ designation?: string | undefined;
8387
+ preferred_language?: string | undefined;
8291
8388
  }>;
8292
- type FleetVendorAddressDTO = z.infer<typeof FleetVendorAddressSchema>;
8293
- declare const FleetVendorAddressQuerySchema: z.ZodObject<{
8389
+ type FleetVendorContactPersonsDTO = z.infer<typeof FleetVendorContactPersonsSchema>;
8390
+ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
8294
8391
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8295
8392
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
8296
8393
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -8321,11 +8418,10 @@ declare const FleetVendorAddressQuerySchema: z.ZodObject<{
8321
8418
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
8322
8419
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8323
8420
  } & {
8324
- vendor_address_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8421
+ contact_person_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8325
8422
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8326
8423
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8327
- vendor_address_label: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof FleetVendorAddressLabel>, "many">>>;
8328
- is_default: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8424
+ is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8329
8425
  }, "strip", z.ZodTypeAny, {
8330
8426
  status: Status[];
8331
8427
  search: string;
@@ -8350,9 +8446,8 @@ declare const FleetVendorAddressQuerySchema: z.ZodObject<{
8350
8446
  time_zone_id: string;
8351
8447
  organisation_ids: string[];
8352
8448
  vendor_ids: string[];
8353
- vendor_address_label: FleetVendorAddressLabel[];
8354
- is_default: YesNo[];
8355
- vendor_address_ids: string[];
8449
+ is_primary: YesNo[];
8450
+ contact_person_ids: string[];
8356
8451
  }, {
8357
8452
  date_format_id: string;
8358
8453
  time_zone_id: string;
@@ -8377,56 +8472,34 @@ declare const FleetVendorAddressQuerySchema: z.ZodObject<{
8377
8472
  include_master_data?: YesNo | undefined;
8378
8473
  organisation_ids?: string[] | undefined;
8379
8474
  vendor_ids?: string[] | undefined;
8380
- vendor_address_label?: FleetVendorAddressLabel[] | undefined;
8381
- is_default?: YesNo[] | undefined;
8382
- vendor_address_ids?: string[] | undefined;
8475
+ is_primary?: YesNo[] | undefined;
8476
+ contact_person_ids?: string[] | undefined;
8383
8477
  }>;
8384
- type FleetVendorAddressQueryDTO = z.infer<typeof FleetVendorAddressQuerySchema>;
8385
- declare const FleetVendorBankAccountSchema: z.ZodObject<{
8478
+ type FleetVendorContactPersonsQueryDTO = z.infer<typeof FleetVendorContactPersonsQuerySchema>;
8479
+ declare const FleetVendorReviewSchema: z.ZodObject<{
8386
8480
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
8387
8481
  vendor_id: z.ZodEffects<z.ZodString, string, string>;
8388
- bank_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8389
- bank_branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8390
- bank_account_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8391
- bank_account_number: z.ZodEffects<z.ZodString, string, string>;
8392
- ifsc_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8393
- swift_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8394
- iban_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8395
- upi_id: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8396
- is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8397
- notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8482
+ user_id: z.ZodEffects<z.ZodString, string, string>;
8483
+ rating: z.ZodEffects<z.ZodNumber, number, unknown>;
8484
+ rating_comments: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8398
8485
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
8399
8486
  }, "strip", z.ZodTypeAny, {
8400
8487
  status: Status;
8401
8488
  organisation_id: string;
8489
+ user_id: string;
8490
+ rating: number;
8491
+ rating_comments: string;
8402
8492
  vendor_id: string;
8403
- notes: string;
8404
- bank_name: string;
8405
- bank_branch_name: string;
8406
- bank_account_name: string;
8407
- bank_account_number: string;
8408
- ifsc_code: string;
8409
- swift_code: string;
8410
- iban_number: string;
8411
- upi_id: string;
8412
- is_primary: YesNo;
8413
8493
  }, {
8414
8494
  status: Status;
8415
8495
  organisation_id: string;
8496
+ user_id: string;
8416
8497
  vendor_id: string;
8417
- bank_account_number: string;
8418
- is_primary: YesNo;
8419
- notes?: string | undefined;
8420
- bank_name?: string | undefined;
8421
- bank_branch_name?: string | undefined;
8422
- bank_account_name?: string | undefined;
8423
- ifsc_code?: string | undefined;
8424
- swift_code?: string | undefined;
8425
- iban_number?: string | undefined;
8426
- upi_id?: string | undefined;
8498
+ rating?: unknown;
8499
+ rating_comments?: string | undefined;
8427
8500
  }>;
8428
- type FleetVendorBankAccountDTO = z.infer<typeof FleetVendorBankAccountSchema>;
8429
- declare const FleetVendorBankAccountQuerySchema: z.ZodObject<{
8501
+ type FleetVendorReviewDTO = z.infer<typeof FleetVendorReviewSchema>;
8502
+ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
8430
8503
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8431
8504
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
8432
8505
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -8457,10 +8530,9 @@ declare const FleetVendorBankAccountQuerySchema: z.ZodObject<{
8457
8530
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
8458
8531
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8459
8532
  } & {
8460
- vendor_bank_account_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8533
+ vendor_review_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8461
8534
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8462
8535
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8463
- is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8464
8536
  }, "strip", z.ZodTypeAny, {
8465
8537
  status: Status[];
8466
8538
  search: string;
@@ -8485,8 +8557,7 @@ declare const FleetVendorBankAccountQuerySchema: z.ZodObject<{
8485
8557
  time_zone_id: string;
8486
8558
  organisation_ids: string[];
8487
8559
  vendor_ids: string[];
8488
- is_primary: YesNo[];
8489
- vendor_bank_account_ids: string[];
8560
+ vendor_review_ids: string[];
8490
8561
  }, {
8491
8562
  date_format_id: string;
8492
8563
  time_zone_id: string;
@@ -8511,75 +8582,115 @@ declare const FleetVendorBankAccountQuerySchema: z.ZodObject<{
8511
8582
  include_master_data?: YesNo | undefined;
8512
8583
  organisation_ids?: string[] | undefined;
8513
8584
  vendor_ids?: string[] | undefined;
8514
- is_primary?: YesNo[] | undefined;
8515
- vendor_bank_account_ids?: string[] | undefined;
8516
- }>;
8517
- type FleetVendorBankAccountQueryDTO = z.infer<typeof FleetVendorBankAccountQuerySchema>;
8518
- declare const FleetVendorContactPersonsLogoSchema: z.ZodObject<{
8519
- image_url: z.ZodEffects<z.ZodString, string, string>;
8520
- image_key: z.ZodEffects<z.ZodString, string, string>;
8521
- image_name: z.ZodEffects<z.ZodString, string, string>;
8522
- }, "strip", z.ZodTypeAny, {
8523
- image_url: string;
8524
- image_key: string;
8525
- image_name: string;
8526
- }, {
8527
- image_url: string;
8528
- image_key: string;
8529
- image_name: string;
8585
+ vendor_review_ids?: string[] | undefined;
8530
8586
  }>;
8531
- type FleetVendorContactPersonsLogoDTO = z.infer<typeof FleetVendorContactPersonsLogoSchema>;
8532
- declare const FleetVendorContactPersonsSchema: z.ZodObject<{
8587
+ type FleetVendorReviewQueryDTO = z.infer<typeof FleetVendorReviewQuerySchema>;
8588
+ declare const FleetVendorDocumentSchema: z.ZodObject<{
8533
8589
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
8590
+ user_id: z.ZodEffects<z.ZodString, string, string>;
8534
8591
  vendor_id: z.ZodEffects<z.ZodString, string, string>;
8535
- image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8536
- image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8537
- image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8538
- name: z.ZodEffects<z.ZodString, string, string>;
8539
- mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8540
- alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8541
- email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8542
- designation: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8543
- branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8544
- preferred_language: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8545
- is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8546
- notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8592
+ document_type_id: z.ZodEffects<z.ZodString, string, string>;
8593
+ document_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8594
+ document_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8595
+ issuing_authority: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8596
+ issue_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8597
+ expiry_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8598
+ remarks: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8599
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8600
+ FleetVendorDocumentFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8601
+ usage_type: z.ZodEffects<z.ZodString, string, string>;
8602
+ file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
8603
+ file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8604
+ file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8605
+ file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8606
+ file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8607
+ file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
8608
+ file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8609
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8610
+ } & {
8611
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
8612
+ fleet_vendor_document_id: z.ZodEffects<z.ZodString, string, string>;
8613
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
8614
+ status: Status;
8615
+ organisation_id: string;
8616
+ usage_type: string;
8617
+ file_type: FileType;
8618
+ file_url: string;
8619
+ file_key: string;
8620
+ file_name: string;
8621
+ file_description: string;
8622
+ file_size: number;
8623
+ file_metadata: Record<string, any>;
8624
+ fleet_vendor_document_id: string;
8625
+ }, {
8626
+ status: Status;
8627
+ organisation_id: string;
8628
+ usage_type: string;
8629
+ file_type: FileType;
8630
+ fleet_vendor_document_id: string;
8631
+ file_url?: string | undefined;
8632
+ file_key?: string | undefined;
8633
+ file_name?: string | undefined;
8634
+ file_description?: string | undefined;
8635
+ file_size?: unknown;
8636
+ file_metadata?: Record<string, any> | undefined;
8637
+ }>, "many">>>;
8547
8638
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
8548
8639
  }, "strip", z.ZodTypeAny, {
8549
8640
  status: Status;
8550
8641
  organisation_id: string;
8551
- name: string;
8552
- branch_name: string;
8553
- email: string;
8554
- mobile: string;
8642
+ user_id: string;
8643
+ time_zone_id: string;
8644
+ document_type_id: string;
8555
8645
  vendor_id: string;
8556
- notes: string;
8557
- is_primary: YesNo;
8558
- image_url: string;
8559
- image_key: string;
8560
- image_name: string;
8561
- alternative_mobile: string;
8562
- designation: string;
8563
- preferred_language: string;
8646
+ document_name: string;
8647
+ document_number: string;
8648
+ issuing_authority: string;
8649
+ issue_date: string;
8650
+ expiry_date: string;
8651
+ remarks: string;
8652
+ FleetVendorDocumentFileSchema: {
8653
+ status: Status;
8654
+ organisation_id: string;
8655
+ usage_type: string;
8656
+ file_type: FileType;
8657
+ file_url: string;
8658
+ file_key: string;
8659
+ file_name: string;
8660
+ file_description: string;
8661
+ file_size: number;
8662
+ file_metadata: Record<string, any>;
8663
+ fleet_vendor_document_id: string;
8664
+ }[];
8564
8665
  }, {
8565
8666
  status: Status;
8566
8667
  organisation_id: string;
8567
- name: string;
8668
+ user_id: string;
8669
+ time_zone_id: string;
8670
+ document_type_id: string;
8568
8671
  vendor_id: string;
8569
- is_primary: YesNo;
8570
- branch_name?: string | undefined;
8571
- email?: string | undefined;
8572
- mobile?: string | undefined;
8573
- notes?: string | undefined;
8574
- image_url?: string | undefined;
8575
- image_key?: string | undefined;
8576
- image_name?: string | undefined;
8577
- alternative_mobile?: string | undefined;
8578
- designation?: string | undefined;
8579
- preferred_language?: string | undefined;
8672
+ document_name?: string | undefined;
8673
+ document_number?: string | undefined;
8674
+ issuing_authority?: string | undefined;
8675
+ issue_date?: string | undefined;
8676
+ expiry_date?: string | undefined;
8677
+ remarks?: string | undefined;
8678
+ FleetVendorDocumentFileSchema?: {
8679
+ status: Status;
8680
+ organisation_id: string;
8681
+ usage_type: string;
8682
+ file_type: FileType;
8683
+ fleet_vendor_document_id: string;
8684
+ file_url?: string | undefined;
8685
+ file_key?: string | undefined;
8686
+ file_name?: string | undefined;
8687
+ file_description?: string | undefined;
8688
+ file_size?: unknown;
8689
+ file_metadata?: Record<string, any> | undefined;
8690
+ }[] | undefined;
8580
8691
  }>;
8581
- type FleetVendorContactPersonsDTO = z.infer<typeof FleetVendorContactPersonsSchema>;
8582
- declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
8692
+ type FleetVendorDocumentDTO = z.infer<typeof FleetVendorDocumentSchema>;
8693
+ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
8583
8694
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8584
8695
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
8585
8696
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -8610,10 +8721,10 @@ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
8610
8721
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
8611
8722
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8612
8723
  } & {
8613
- contact_person_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8724
+ fleet_vendor_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8614
8725
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8615
8726
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8616
- is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8727
+ document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8617
8728
  }, "strip", z.ZodTypeAny, {
8618
8729
  status: Status[];
8619
8730
  search: string;
@@ -8637,9 +8748,9 @@ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
8637
8748
  date_format_id: string;
8638
8749
  time_zone_id: string;
8639
8750
  organisation_ids: string[];
8751
+ document_type_ids: string[];
8640
8752
  vendor_ids: string[];
8641
- is_primary: YesNo[];
8642
- contact_person_ids: string[];
8753
+ fleet_vendor_document_ids: string[];
8643
8754
  }, {
8644
8755
  date_format_id: string;
8645
8756
  time_zone_id: string;
@@ -8663,35 +8774,535 @@ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
8663
8774
  }[] | undefined;
8664
8775
  include_master_data?: YesNo | undefined;
8665
8776
  organisation_ids?: string[] | undefined;
8777
+ document_type_ids?: string[] | undefined;
8666
8778
  vendor_ids?: string[] | undefined;
8667
- is_primary?: YesNo[] | undefined;
8668
- contact_person_ids?: string[] | undefined;
8779
+ fleet_vendor_document_ids?: string[] | undefined;
8669
8780
  }>;
8670
- type FleetVendorContactPersonsQueryDTO = z.infer<typeof FleetVendorContactPersonsQuerySchema>;
8671
- declare const FleetVendorReviewSchema: z.ZodObject<{
8781
+ type FleetVendorDocumentQueryDTO = z.infer<typeof FleetVendorDocumentQuerySchema>;
8782
+ declare const FleetVendorSchema: z.ZodObject<{
8672
8783
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
8673
- vendor_id: z.ZodEffects<z.ZodString, string, string>;
8674
- user_id: z.ZodEffects<z.ZodString, string, string>;
8675
- rating: z.ZodEffects<z.ZodNumber, number, unknown>;
8676
- rating_comments: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8784
+ logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8785
+ logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8786
+ logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8787
+ vendor_name: z.ZodEffects<z.ZodString, string, string>;
8788
+ vendor_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8789
+ business_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8790
+ business_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8791
+ gst_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8792
+ pan_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8793
+ tax_id_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8794
+ vat_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8795
+ business_registration_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8796
+ payment_terms: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8797
+ financial_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8798
+ additional_details_1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8799
+ additional_details_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8800
+ additional_details_3: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8801
+ vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8802
+ vendor_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8803
+ FleetVendorAddressSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8804
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
8805
+ vendor_id: z.ZodEffects<z.ZodString, string, string>;
8806
+ vendor_address_label: z.ZodType<FleetVendorAddressLabel, z.ZodTypeDef, FleetVendorAddressLabel>;
8807
+ address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8808
+ address_line2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8809
+ locality_landmark: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8810
+ neighborhood: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8811
+ town_city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8812
+ district_county: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8813
+ state_province_region: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8814
+ postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8815
+ country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8816
+ country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8817
+ latitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
8818
+ longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
8819
+ google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8820
+ is_default: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8821
+ notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8822
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8823
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
8824
+ status: Status;
8825
+ organisation_id: string;
8826
+ address_line1: string;
8827
+ address_line2: string;
8828
+ locality_landmark: string;
8829
+ neighborhood: string;
8830
+ town_city: string;
8831
+ district_county: string;
8832
+ state_province_region: string;
8833
+ postal_code: string;
8834
+ country: string;
8835
+ country_code: string;
8836
+ google_location: string;
8837
+ vendor_id: string;
8838
+ vendor_address_label: FleetVendorAddressLabel;
8839
+ is_default: YesNo;
8840
+ notes: string;
8841
+ latitude?: number | undefined;
8842
+ longitude?: number | undefined;
8843
+ }, {
8844
+ status: Status;
8845
+ organisation_id: string;
8846
+ vendor_id: string;
8847
+ vendor_address_label: FleetVendorAddressLabel;
8848
+ is_default: YesNo;
8849
+ latitude?: unknown;
8850
+ longitude?: unknown;
8851
+ address_line1?: string | undefined;
8852
+ address_line2?: string | undefined;
8853
+ locality_landmark?: string | undefined;
8854
+ neighborhood?: string | undefined;
8855
+ town_city?: string | undefined;
8856
+ district_county?: string | undefined;
8857
+ state_province_region?: string | undefined;
8858
+ postal_code?: string | undefined;
8859
+ country?: string | undefined;
8860
+ country_code?: string | undefined;
8861
+ google_location?: string | undefined;
8862
+ notes?: string | undefined;
8863
+ }>, "many">>>;
8864
+ FleetVendorBankAccountSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8865
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
8866
+ vendor_id: z.ZodEffects<z.ZodString, string, string>;
8867
+ bank_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8868
+ bank_branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8869
+ bank_account_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8870
+ bank_account_number: z.ZodEffects<z.ZodString, string, string>;
8871
+ ifsc_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8872
+ swift_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8873
+ iban_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8874
+ upi_id: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8875
+ is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8876
+ notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8877
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8878
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
8879
+ status: Status;
8880
+ organisation_id: string;
8881
+ vendor_id: string;
8882
+ notes: string;
8883
+ bank_name: string;
8884
+ bank_branch_name: string;
8885
+ bank_account_name: string;
8886
+ bank_account_number: string;
8887
+ ifsc_code: string;
8888
+ swift_code: string;
8889
+ iban_number: string;
8890
+ upi_id: string;
8891
+ is_primary: YesNo;
8892
+ }, {
8893
+ status: Status;
8894
+ organisation_id: string;
8895
+ vendor_id: string;
8896
+ bank_account_number: string;
8897
+ is_primary: YesNo;
8898
+ notes?: string | undefined;
8899
+ bank_name?: string | undefined;
8900
+ bank_branch_name?: string | undefined;
8901
+ bank_account_name?: string | undefined;
8902
+ ifsc_code?: string | undefined;
8903
+ swift_code?: string | undefined;
8904
+ iban_number?: string | undefined;
8905
+ upi_id?: string | undefined;
8906
+ }>, "many">>>;
8907
+ FleetVendorContactPersonsSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8908
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
8909
+ vendor_id: z.ZodEffects<z.ZodString, string, string>;
8910
+ image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8911
+ image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8912
+ image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8913
+ name: z.ZodEffects<z.ZodString, string, string>;
8914
+ mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8915
+ alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8916
+ email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8917
+ designation: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8918
+ branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8919
+ preferred_language: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8920
+ is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
8921
+ notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8922
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8923
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
8924
+ status: Status;
8925
+ organisation_id: string;
8926
+ name: string;
8927
+ branch_name: string;
8928
+ email: string;
8929
+ mobile: string;
8930
+ vendor_id: string;
8931
+ notes: string;
8932
+ is_primary: YesNo;
8933
+ image_url: string;
8934
+ image_key: string;
8935
+ image_name: string;
8936
+ alternative_mobile: string;
8937
+ designation: string;
8938
+ preferred_language: string;
8939
+ }, {
8940
+ status: Status;
8941
+ organisation_id: string;
8942
+ name: string;
8943
+ vendor_id: string;
8944
+ is_primary: YesNo;
8945
+ branch_name?: string | undefined;
8946
+ email?: string | undefined;
8947
+ mobile?: string | undefined;
8948
+ notes?: string | undefined;
8949
+ image_url?: string | undefined;
8950
+ image_key?: string | undefined;
8951
+ image_name?: string | undefined;
8952
+ alternative_mobile?: string | undefined;
8953
+ designation?: string | undefined;
8954
+ preferred_language?: string | undefined;
8955
+ }>, "many">>>;
8956
+ FleetVendorReviewSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8957
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
8958
+ vendor_id: z.ZodEffects<z.ZodString, string, string>;
8959
+ user_id: z.ZodEffects<z.ZodString, string, string>;
8960
+ rating: z.ZodEffects<z.ZodNumber, number, unknown>;
8961
+ rating_comments: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8962
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
8963
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
8964
+ status: Status;
8965
+ organisation_id: string;
8966
+ user_id: string;
8967
+ rating: number;
8968
+ rating_comments: string;
8969
+ vendor_id: string;
8970
+ }, {
8971
+ status: Status;
8972
+ organisation_id: string;
8973
+ user_id: string;
8974
+ vendor_id: string;
8975
+ rating?: unknown;
8976
+ rating_comments?: string | undefined;
8977
+ }>, "many">>>;
8978
+ FleetVendorDocumentSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8979
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
8980
+ user_id: z.ZodEffects<z.ZodString, string, string>;
8981
+ vendor_id: z.ZodEffects<z.ZodString, string, string>;
8982
+ document_type_id: z.ZodEffects<z.ZodString, string, string>;
8983
+ document_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8984
+ document_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8985
+ issuing_authority: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8986
+ issue_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8987
+ expiry_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8988
+ remarks: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8989
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8990
+ FleetVendorDocumentFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8991
+ usage_type: z.ZodEffects<z.ZodString, string, string>;
8992
+ file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
8993
+ file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8994
+ file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8995
+ file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8996
+ file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8997
+ file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
8998
+ file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8999
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
9000
+ } & {
9001
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
9002
+ fleet_vendor_document_id: z.ZodEffects<z.ZodString, string, string>;
9003
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
9004
+ status: Status;
9005
+ organisation_id: string;
9006
+ usage_type: string;
9007
+ file_type: FileType;
9008
+ file_url: string;
9009
+ file_key: string;
9010
+ file_name: string;
9011
+ file_description: string;
9012
+ file_size: number;
9013
+ file_metadata: Record<string, any>;
9014
+ fleet_vendor_document_id: string;
9015
+ }, {
9016
+ status: Status;
9017
+ organisation_id: string;
9018
+ usage_type: string;
9019
+ file_type: FileType;
9020
+ fleet_vendor_document_id: string;
9021
+ file_url?: string | undefined;
9022
+ file_key?: string | undefined;
9023
+ file_name?: string | undefined;
9024
+ file_description?: string | undefined;
9025
+ file_size?: unknown;
9026
+ file_metadata?: Record<string, any> | undefined;
9027
+ }>, "many">>>;
9028
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
9029
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
9030
+ status: Status;
9031
+ organisation_id: string;
9032
+ user_id: string;
9033
+ time_zone_id: string;
9034
+ document_type_id: string;
9035
+ vendor_id: string;
9036
+ document_name: string;
9037
+ document_number: string;
9038
+ issuing_authority: string;
9039
+ issue_date: string;
9040
+ expiry_date: string;
9041
+ remarks: string;
9042
+ FleetVendorDocumentFileSchema: {
9043
+ status: Status;
9044
+ organisation_id: string;
9045
+ usage_type: string;
9046
+ file_type: FileType;
9047
+ file_url: string;
9048
+ file_key: string;
9049
+ file_name: string;
9050
+ file_description: string;
9051
+ file_size: number;
9052
+ file_metadata: Record<string, any>;
9053
+ fleet_vendor_document_id: string;
9054
+ }[];
9055
+ }, {
9056
+ status: Status;
9057
+ organisation_id: string;
9058
+ user_id: string;
9059
+ time_zone_id: string;
9060
+ document_type_id: string;
9061
+ vendor_id: string;
9062
+ document_name?: string | undefined;
9063
+ document_number?: string | undefined;
9064
+ issuing_authority?: string | undefined;
9065
+ issue_date?: string | undefined;
9066
+ expiry_date?: string | undefined;
9067
+ remarks?: string | undefined;
9068
+ FleetVendorDocumentFileSchema?: {
9069
+ status: Status;
9070
+ organisation_id: string;
9071
+ usage_type: string;
9072
+ file_type: FileType;
9073
+ fleet_vendor_document_id: string;
9074
+ file_url?: string | undefined;
9075
+ file_key?: string | undefined;
9076
+ file_name?: string | undefined;
9077
+ file_description?: string | undefined;
9078
+ file_size?: unknown;
9079
+ file_metadata?: Record<string, any> | undefined;
9080
+ }[] | undefined;
9081
+ }>, "many">>>;
8677
9082
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
8678
9083
  }, "strip", z.ZodTypeAny, {
8679
9084
  status: Status;
8680
9085
  organisation_id: string;
8681
- user_id: string;
8682
- rating: number;
8683
- rating_comments: string;
8684
- vendor_id: string;
9086
+ logo_key: string;
9087
+ logo_url: string;
9088
+ logo_name: string;
9089
+ vendor_type_ids: string[];
9090
+ vendor_tag_ids: string[];
9091
+ vendor_name: string;
9092
+ vendor_code: string;
9093
+ business_mobile: string;
9094
+ business_email: string;
9095
+ gst_number: string;
9096
+ pan_number: string;
9097
+ tax_id_number: string;
9098
+ vat_number: string;
9099
+ business_registration_number: string;
9100
+ payment_terms: string;
9101
+ financial_notes: string;
9102
+ additional_details_1: string;
9103
+ additional_details_2: string;
9104
+ additional_details_3: string;
9105
+ FleetVendorAddressSchema: {
9106
+ status: Status;
9107
+ organisation_id: string;
9108
+ address_line1: string;
9109
+ address_line2: string;
9110
+ locality_landmark: string;
9111
+ neighborhood: string;
9112
+ town_city: string;
9113
+ district_county: string;
9114
+ state_province_region: string;
9115
+ postal_code: string;
9116
+ country: string;
9117
+ country_code: string;
9118
+ google_location: string;
9119
+ vendor_id: string;
9120
+ vendor_address_label: FleetVendorAddressLabel;
9121
+ is_default: YesNo;
9122
+ notes: string;
9123
+ latitude?: number | undefined;
9124
+ longitude?: number | undefined;
9125
+ }[];
9126
+ FleetVendorBankAccountSchema: {
9127
+ status: Status;
9128
+ organisation_id: string;
9129
+ vendor_id: string;
9130
+ notes: string;
9131
+ bank_name: string;
9132
+ bank_branch_name: string;
9133
+ bank_account_name: string;
9134
+ bank_account_number: string;
9135
+ ifsc_code: string;
9136
+ swift_code: string;
9137
+ iban_number: string;
9138
+ upi_id: string;
9139
+ is_primary: YesNo;
9140
+ }[];
9141
+ FleetVendorContactPersonsSchema: {
9142
+ status: Status;
9143
+ organisation_id: string;
9144
+ name: string;
9145
+ branch_name: string;
9146
+ email: string;
9147
+ mobile: string;
9148
+ vendor_id: string;
9149
+ notes: string;
9150
+ is_primary: YesNo;
9151
+ image_url: string;
9152
+ image_key: string;
9153
+ image_name: string;
9154
+ alternative_mobile: string;
9155
+ designation: string;
9156
+ preferred_language: string;
9157
+ }[];
9158
+ FleetVendorReviewSchema: {
9159
+ status: Status;
9160
+ organisation_id: string;
9161
+ user_id: string;
9162
+ rating: number;
9163
+ rating_comments: string;
9164
+ vendor_id: string;
9165
+ }[];
9166
+ FleetVendorDocumentSchema: {
9167
+ status: Status;
9168
+ organisation_id: string;
9169
+ user_id: string;
9170
+ time_zone_id: string;
9171
+ document_type_id: string;
9172
+ vendor_id: string;
9173
+ document_name: string;
9174
+ document_number: string;
9175
+ issuing_authority: string;
9176
+ issue_date: string;
9177
+ expiry_date: string;
9178
+ remarks: string;
9179
+ FleetVendorDocumentFileSchema: {
9180
+ status: Status;
9181
+ organisation_id: string;
9182
+ usage_type: string;
9183
+ file_type: FileType;
9184
+ file_url: string;
9185
+ file_key: string;
9186
+ file_name: string;
9187
+ file_description: string;
9188
+ file_size: number;
9189
+ file_metadata: Record<string, any>;
9190
+ fleet_vendor_document_id: string;
9191
+ }[];
9192
+ }[];
8685
9193
  }, {
8686
9194
  status: Status;
8687
9195
  organisation_id: string;
8688
- user_id: string;
8689
- vendor_id: string;
8690
- rating?: unknown;
8691
- rating_comments?: string | undefined;
9196
+ vendor_name: string;
9197
+ logo_key?: string | undefined;
9198
+ logo_url?: string | undefined;
9199
+ logo_name?: string | undefined;
9200
+ vendor_type_ids?: string[] | undefined;
9201
+ vendor_tag_ids?: string[] | undefined;
9202
+ vendor_code?: string | undefined;
9203
+ business_mobile?: string | undefined;
9204
+ business_email?: string | undefined;
9205
+ gst_number?: string | undefined;
9206
+ pan_number?: string | undefined;
9207
+ tax_id_number?: string | undefined;
9208
+ vat_number?: string | undefined;
9209
+ business_registration_number?: string | undefined;
9210
+ payment_terms?: string | undefined;
9211
+ financial_notes?: string | undefined;
9212
+ additional_details_1?: string | undefined;
9213
+ additional_details_2?: string | undefined;
9214
+ additional_details_3?: string | undefined;
9215
+ FleetVendorAddressSchema?: {
9216
+ status: Status;
9217
+ organisation_id: string;
9218
+ vendor_id: string;
9219
+ vendor_address_label: FleetVendorAddressLabel;
9220
+ is_default: YesNo;
9221
+ latitude?: unknown;
9222
+ longitude?: unknown;
9223
+ address_line1?: string | undefined;
9224
+ address_line2?: string | undefined;
9225
+ locality_landmark?: string | undefined;
9226
+ neighborhood?: string | undefined;
9227
+ town_city?: string | undefined;
9228
+ district_county?: string | undefined;
9229
+ state_province_region?: string | undefined;
9230
+ postal_code?: string | undefined;
9231
+ country?: string | undefined;
9232
+ country_code?: string | undefined;
9233
+ google_location?: string | undefined;
9234
+ notes?: string | undefined;
9235
+ }[] | undefined;
9236
+ FleetVendorBankAccountSchema?: {
9237
+ status: Status;
9238
+ organisation_id: string;
9239
+ vendor_id: string;
9240
+ bank_account_number: string;
9241
+ is_primary: YesNo;
9242
+ notes?: string | undefined;
9243
+ bank_name?: string | undefined;
9244
+ bank_branch_name?: string | undefined;
9245
+ bank_account_name?: string | undefined;
9246
+ ifsc_code?: string | undefined;
9247
+ swift_code?: string | undefined;
9248
+ iban_number?: string | undefined;
9249
+ upi_id?: string | undefined;
9250
+ }[] | undefined;
9251
+ FleetVendorContactPersonsSchema?: {
9252
+ status: Status;
9253
+ organisation_id: string;
9254
+ name: string;
9255
+ vendor_id: string;
9256
+ is_primary: YesNo;
9257
+ branch_name?: string | undefined;
9258
+ email?: string | undefined;
9259
+ mobile?: string | undefined;
9260
+ notes?: string | undefined;
9261
+ image_url?: string | undefined;
9262
+ image_key?: string | undefined;
9263
+ image_name?: string | undefined;
9264
+ alternative_mobile?: string | undefined;
9265
+ designation?: string | undefined;
9266
+ preferred_language?: string | undefined;
9267
+ }[] | undefined;
9268
+ FleetVendorReviewSchema?: {
9269
+ status: Status;
9270
+ organisation_id: string;
9271
+ user_id: string;
9272
+ vendor_id: string;
9273
+ rating?: unknown;
9274
+ rating_comments?: string | undefined;
9275
+ }[] | undefined;
9276
+ FleetVendorDocumentSchema?: {
9277
+ status: Status;
9278
+ organisation_id: string;
9279
+ user_id: string;
9280
+ time_zone_id: string;
9281
+ document_type_id: string;
9282
+ vendor_id: string;
9283
+ document_name?: string | undefined;
9284
+ document_number?: string | undefined;
9285
+ issuing_authority?: string | undefined;
9286
+ issue_date?: string | undefined;
9287
+ expiry_date?: string | undefined;
9288
+ remarks?: string | undefined;
9289
+ FleetVendorDocumentFileSchema?: {
9290
+ status: Status;
9291
+ organisation_id: string;
9292
+ usage_type: string;
9293
+ file_type: FileType;
9294
+ fleet_vendor_document_id: string;
9295
+ file_url?: string | undefined;
9296
+ file_key?: string | undefined;
9297
+ file_name?: string | undefined;
9298
+ file_description?: string | undefined;
9299
+ file_size?: unknown;
9300
+ file_metadata?: Record<string, any> | undefined;
9301
+ }[] | undefined;
9302
+ }[] | undefined;
8692
9303
  }>;
8693
- type FleetVendorReviewDTO = z.infer<typeof FleetVendorReviewSchema>;
8694
- declare const FleetVendorReviewQuerySchema: z.ZodObject<{
9304
+ type FleetVendorDTO = z.infer<typeof FleetVendorSchema>;
9305
+ declare const FleetVendorQuerySchema: z.ZodObject<{
8695
9306
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8696
9307
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
8697
9308
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -8722,9 +9333,8 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
8722
9333
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
8723
9334
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8724
9335
  } & {
8725
- vendor_review_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8726
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8727
9336
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
9337
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8728
9338
  }, "strip", z.ZodTypeAny, {
8729
9339
  status: Status[];
8730
9340
  search: string;
@@ -8749,7 +9359,6 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
8749
9359
  time_zone_id: string;
8750
9360
  organisation_ids: string[];
8751
9361
  vendor_ids: string[];
8752
- vendor_review_ids: string[];
8753
9362
  }, {
8754
9363
  date_format_id: string;
8755
9364
  time_zone_id: string;
@@ -8774,154 +9383,9 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
8774
9383
  include_master_data?: YesNo | undefined;
8775
9384
  organisation_ids?: string[] | undefined;
8776
9385
  vendor_ids?: string[] | undefined;
8777
- vendor_review_ids?: string[] | undefined;
8778
9386
  }>;
8779
- type FleetVendorReviewQueryDTO = z.infer<typeof FleetVendorReviewQuerySchema>;
8780
- declare const FleetVendorDocumentFileSchema: z.ZodObject<{
8781
- usage_type: z.ZodEffects<z.ZodString, string, string>;
8782
- file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
8783
- file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8784
- file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8785
- file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8786
- file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8787
- file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
8788
- file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8789
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
8790
- } & {
8791
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
8792
- fleet_vendor_document_id: z.ZodEffects<z.ZodString, string, string>;
8793
- }, "strip", z.ZodTypeAny, {
8794
- status: Status;
8795
- organisation_id: string;
8796
- usage_type: string;
8797
- file_type: FileType;
8798
- file_url: string;
8799
- file_key: string;
8800
- file_name: string;
8801
- file_description: string;
8802
- file_size: number;
8803
- file_metadata: Record<string, any>;
8804
- fleet_vendor_document_id: string;
8805
- }, {
8806
- status: Status;
8807
- organisation_id: string;
8808
- usage_type: string;
8809
- file_type: FileType;
8810
- fleet_vendor_document_id: string;
8811
- file_url?: string | undefined;
8812
- file_key?: string | undefined;
8813
- file_name?: string | undefined;
8814
- file_description?: string | undefined;
8815
- file_size?: unknown;
8816
- file_metadata?: Record<string, any> | undefined;
8817
- }>;
8818
- type FleetVendorDocumentFileDTO = z.infer<typeof FleetVendorDocumentFileSchema>;
8819
- declare const FleetVendorDocumentSchema: z.ZodObject<{
8820
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
8821
- user_id: z.ZodEffects<z.ZodString, string, string>;
8822
- vendor_id: z.ZodEffects<z.ZodString, string, string>;
8823
- document_type_id: z.ZodEffects<z.ZodString, string, string>;
8824
- document_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8825
- document_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8826
- issuing_authority: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8827
- issue_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8828
- expiry_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
8829
- remarks: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8830
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8831
- FleetVendorDocumentFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
8832
- usage_type: z.ZodEffects<z.ZodString, string, string>;
8833
- file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
8834
- file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8835
- file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8836
- file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8837
- file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8838
- file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
8839
- file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8840
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
8841
- } & {
8842
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
8843
- fleet_vendor_document_id: z.ZodEffects<z.ZodString, string, string>;
8844
- }, z.UnknownKeysParam, z.ZodTypeAny, {
8845
- status: Status;
8846
- organisation_id: string;
8847
- usage_type: string;
8848
- file_type: FileType;
8849
- file_url: string;
8850
- file_key: string;
8851
- file_name: string;
8852
- file_description: string;
8853
- file_size: number;
8854
- file_metadata: Record<string, any>;
8855
- fleet_vendor_document_id: string;
8856
- }, {
8857
- status: Status;
8858
- organisation_id: string;
8859
- usage_type: string;
8860
- file_type: FileType;
8861
- fleet_vendor_document_id: string;
8862
- file_url?: string | undefined;
8863
- file_key?: string | undefined;
8864
- file_name?: string | undefined;
8865
- file_description?: string | undefined;
8866
- file_size?: unknown;
8867
- file_metadata?: Record<string, any> | undefined;
8868
- }>, "many">>>;
8869
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
8870
- }, "strip", z.ZodTypeAny, {
8871
- status: Status;
8872
- organisation_id: string;
8873
- user_id: string;
8874
- time_zone_id: string;
8875
- document_type_id: string;
8876
- vendor_id: string;
8877
- document_name: string;
8878
- document_number: string;
8879
- issuing_authority: string;
8880
- issue_date: string;
8881
- expiry_date: string;
8882
- remarks: string;
8883
- FleetVendorDocumentFileSchema: {
8884
- status: Status;
8885
- organisation_id: string;
8886
- usage_type: string;
8887
- file_type: FileType;
8888
- file_url: string;
8889
- file_key: string;
8890
- file_name: string;
8891
- file_description: string;
8892
- file_size: number;
8893
- file_metadata: Record<string, any>;
8894
- fleet_vendor_document_id: string;
8895
- }[];
8896
- }, {
8897
- status: Status;
8898
- organisation_id: string;
8899
- user_id: string;
8900
- time_zone_id: string;
8901
- document_type_id: string;
8902
- vendor_id: string;
8903
- document_name?: string | undefined;
8904
- document_number?: string | undefined;
8905
- issuing_authority?: string | undefined;
8906
- issue_date?: string | undefined;
8907
- expiry_date?: string | undefined;
8908
- remarks?: string | undefined;
8909
- FleetVendorDocumentFileSchema?: {
8910
- status: Status;
8911
- organisation_id: string;
8912
- usage_type: string;
8913
- file_type: FileType;
8914
- fleet_vendor_document_id: string;
8915
- file_url?: string | undefined;
8916
- file_key?: string | undefined;
8917
- file_name?: string | undefined;
8918
- file_description?: string | undefined;
8919
- file_size?: unknown;
8920
- file_metadata?: Record<string, any> | undefined;
8921
- }[] | undefined;
8922
- }>;
8923
- type FleetVendorDocumentDTO = z.infer<typeof FleetVendorDocumentSchema>;
8924
- declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
9387
+ type FleetVendorQueryDTO = z.infer<typeof FleetVendorQuerySchema>;
9388
+ declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
8925
9389
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
8926
9390
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
8927
9391
  paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
@@ -8952,10 +9416,7 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
8952
9416
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
8953
9417
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
8954
9418
  } & {
8955
- fleet_vendor_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8956
9419
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8957
- vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8958
- document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8959
9420
  }, "strip", z.ZodTypeAny, {
8960
9421
  status: Status[];
8961
9422
  search: string;
@@ -8979,9 +9440,6 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
8979
9440
  date_format_id: string;
8980
9441
  time_zone_id: string;
8981
9442
  organisation_ids: string[];
8982
- document_type_ids: string[];
8983
- vendor_ids: string[];
8984
- fleet_vendor_document_ids: string[];
8985
9443
  }, {
8986
9444
  date_format_id: string;
8987
9445
  time_zone_id: string;
@@ -9005,11 +9463,8 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
9005
9463
  }[] | undefined;
9006
9464
  include_master_data?: YesNo | undefined;
9007
9465
  organisation_ids?: string[] | undefined;
9008
- document_type_ids?: string[] | undefined;
9009
- vendor_ids?: string[] | undefined;
9010
- fleet_vendor_document_ids?: string[] | undefined;
9011
9466
  }>;
9012
- type FleetVendorDocumentQueryDTO = z.infer<typeof FleetVendorDocumentQuerySchema>;
9467
+ type FleetVendorDashBoardQueryDTO = z.infer<typeof FleetVendorDashBoardQuerySchema>;
9013
9468
  declare const toFleetVendorPayload: (row: FleetVendor) => FleetVendorDTO;
9014
9469
  declare const newFleetVendorPayload: () => FleetVendorDTO;
9015
9470
  declare const toFleetVendorAddressPayload: (row: FleetVendorAddress) => FleetVendorAddressDTO;
@@ -23202,4 +23657,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
23202
23657
  declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
23203
23658
  declare const deleteBookMark: (id: string) => Promise<SBR>;
23204
23659
 
23205
- export { MasterMainIndustrySchema as $, type MasterMainLanguage as A, toBookMarkPayload as A0, newBookMarkPayload as A1, findBookMarks as A2, createBookMark as A3, updateBookMark as A4, deleteBookMark as A5, type MasterMainUnitDistance as B, type MasterMainUnitMileage as C, type MasterMainUnitVolume as D, type MasterMainSimProvider as E, type MasterFleetIncidentType as F, type MasterFleetIncidentStatus as G, type MasterFleetIncidentSeverity as H, type MasterFleetInsuranceClaimStatus as I, type MasterFleetServiceTask as J, type MasterExpenseName as K, type MasterExpenseType as L, type MasterMainCurrency as M, type MasterVendorType as N, type OrganisationSubCompany as O, type MasterVendorTag as P, type MasterVendorDocumentType as Q, type MasterFuelCompany as R, type MasterClass as S, type MasterProgram as T, type UserOrganisation as U, type MasterSemester as V, type MasterRelationship as W, type MasterSection as X, type MasterStream as Y, type MasterYear as Z, type MasterVehicle as _, type User as a, getOrganisationColorCache as a$, type MasterMainIndustryDTO as a0, MasterMainIndustryQuerySchema as a1, type MasterMainIndustryQueryDTO as a2, toMasterMainIndustryPayload as a3, newMasterMainIndustryPayload as a4, findMasterMainIndustry as a5, createMasterMainIndustry as a6, updateMasterMainIndustry as a7, deleteMasterMainIndustry as a8, getMasterMainIndustryCache as a9, deleteOrganisationSubCompany as aA, getOrganisationSubCompanyCache as aB, getOrganisationSubCompanyCacheCount as aC, getOrganisationSubCompanyCacheChild as aD, OrganisationBranchSchema as aE, type OrganisationBranchDTO as aF, OrganisationBranchQuerySchema as aG, type OrganisationBranchQueryDTO as aH, toOrganisationBranchPayload as aI, newOrganisationBranchPayload as aJ, findOrganisationBranchs as aK, createOrganisationBranch as aL, updateOrganisationBranch as aM, deleteOrganisationBranch as aN, getOrganisationBranchCache as aO, getOrganisationBranchCacheCount as aP, getOrganisationBranchCacheChild as aQ, OrganisationColorSchema as aR, type OrganisationColorDTO as aS, OrganisationColorQuerySchema as aT, type OrganisationColorQueryDTO as aU, toOrganisationColorPayload as aV, newOrganisationColorPayload as aW, findOrganisationColors as aX, createOrganisationColor as aY, updateOrganisationColor as aZ, deleteOrganisationColor as a_, MasterMainCurrencySchema as aa, type MasterMainCurrencyDTO as ab, MasterMainCurrencyQuerySchema as ac, type MasterMainCurrencyQueryDTO as ad, toMasterMainCurrencyPayload as ae, newMasterMainCurrencyPayload as af, findMasterMainCurrencies as ag, createMasterMainCurrency as ah, updateMasterMainCurrency as ai, deleteMasterMainCurrency as aj, getMasterMainCurrencyCacheAll as ak, getMasterMainCurrencyCache as al, OrganisationSubCompanySchema as am, type OrganisationSubCompanyDTO as an, OrganisationSubCompanyQuerySchema as ao, type OrganisationSubCompanyQueryDTO as ap, SubCompanyLogoSchema as aq, type SubCompanyLogoDTO as ar, toOrganisationSubCompanyPayload as as, newOrganisationSubCompanyPayload as at, get_organisation_sub_company_logo_presigned_url as au, update_organisation_sub_company_logo as av, delete_organisation_sub_company_logo as aw, findOrganisationSubCompanyies as ax, createOrganisationSubCompany as ay, updateOrganisationSubCompany as az, type UserAdmin as b, type GPSGeofenceTransactionSummaryDTO as b$, getOrganisationColorCacheCount as b0, getOrganisationColorCacheChild as b1, OrganisationTagSchema as b2, type OrganisationTagDTO as b3, OrganisationTagQuerySchema as b4, type OrganisationTagQueryDTO as b5, toOrganisationTagPayload as b6, newOrganisationTagPayload as b7, findOrganisationTags as b8, createOrganisationTag as b9, deleteMasterUserStatus as bA, getMasterUserStatusCache as bB, getMasterUserStatusCacheCount as bC, MasterMainLanguageSchema as bD, type MasterMainLanguageDTO as bE, MasterMainLanguageQuerySchema as bF, type MasterMainLanguageQueryDTO as bG, toMasterMainLanguagePayload as bH, newMasterMainLanguagePayload as bI, findMasterMainLanguages as bJ, createMasterMainLanguage as bK, updateMasterMainLanguage as bL, deleteMasterMainLanguage as bM, getMasterMainLanguageCache as bN, MasterMainDateFormatSchema as bO, type MasterMainDateFormatDTO as bP, MasterMainDateFormatQuerySchema as bQ, type MasterMainDateFormatQueryDTO as bR, toMasterMainDateFormatPayload as bS, newMasterMainDateFormatPayload as bT, findMasterMainDateFormats as bU, createMasterMainDateFormat as bV, updateMasterMainDateFormat as bW, deleteMasterMainDateFormat as bX, getMasterMainDateFormatCache as bY, type GPSGeofenceTransactionSummary as bZ, GPSGeofenceTransactionSummarySchema as b_, updateOrganisationTag as ba, deleteOrganisationTag as bb, getOrganisationTagCache as bc, getOrganisationTagCacheCount as bd, getOrganisationTagCacheChild as be, MasterUserRoleSchema as bf, type MasterUserRoleDTO as bg, MasterUserRoleQuerySchema as bh, type MasterUserRoleQueryDTO as bi, toMasterUserRolePayload as bj, newMasterUserRolePayload as bk, findMasterUserRoles as bl, createMasterUserRole as bm, updateMasterUserRole as bn, deleteMasterUserRole as bo, getMasterUserRoleCache as bp, getMasterUserRoleCacheCount as bq, MasterUserStatusSchema as br, type MasterUserStatusDTO as bs, MasterUserStatusQuerySchema as bt, type MasterUserStatusQueryDTO as bu, toMasterUserStatusPayload as bv, newMasterUserStatusPayload as bw, findMasterUserStatuses as bx, createMasterUserStatus as by, updateMasterUserStatus as bz, type MasterDriver as c, UserAdminLogoSchema as c$, GPSGeofenceTransactionSummaryQuerySchema as c0, type GPSGeofenceTransactionSummaryQueryDTO as c1, toGPSGeofenceTransactionSummaryPayload as c2, newGPSGeofenceTransactionSummaryPayload as c3, findGPSGeofenceTransactionSummary as c4, createGPSGeofenceTransactionSummary as c5, updateGPSGeofenceTransactionSummary as c6, deleteGPSGeofenceTransactionSummary as c7, type GPSGeofenceTransaction as c8, GPSGeofenceTransactionSchema as c9, type GPSGeofenceDTO as cA, GPSGeofenceQuerySchema as cB, type GPSGeofenceQueryDTO as cC, toGPSGeofencePayload as cD, newGPSGeofencePayload as cE, findGPSGeofence as cF, createGPSGeofence as cG, updateGPSGeofence as cH, deleteGPSGeofence as cI, getGPSGeofenceCache as cJ, type OrganisationNotificationPreference as cK, type OrganisationNotificationPreferenceVehicleLink as cL, type OrganisationNotificationPreferenceGeofenceLink as cM, type OrganisationNotificationPreferenceUserLink as cN, OrganisationNotificationPreferenceSchema as cO, type OrganisationNotificationPreferenceDTO as cP, OrganisationNotificationPreferenceQuerySchema as cQ, type OrganisationNotificationPreferenceQueryDTO as cR, toOrganisationNotificationPreferencePayload as cS, newOrganisationNotificationPreferencePayload as cT, findOrganisationNotificationPreference as cU, createOrganisationNotificationPreference as cV, updateOrganisationNotificationPreference as cW, deleteOrganisationNotificationPreference as cX, type UserAdminLoginPush as cY, UserAdminSchema as cZ, type UserAdminDTO as c_, type GPSGeofenceTransactionDTO as ca, GPSGeofenceTransactionQuerySchema as cb, type GPSGeofenceTransactionQueryDTO as cc, toGPSGeofenceTransactionPayload as cd, newGPSGeofenceTransactionPayload as ce, findGPSGeofenceTransaction as cf, createGPSGeofenceTransaction as cg, updateGPSGeofenceTransaction as ch, deleteGPSGeofenceTransaction as ci, type TripGeofenceToGeofence as cj, TripGeofenceToGeofenceSchema as ck, type TripGeofenceToGeofenceDTO as cl, TripGeofenceToGeofenceQuerySchema as cm, type TripGeofenceToGeofenceQueryDTO as cn, toTripGeofenceToGeofencePayload as co, newTripGeofenceToGeofencePayload as cp, findTripGeofenceToGeofence as cq, createTripGeofenceToGeofence as cr, updateTripGeofenceToGeofence as cs, deleteTripGeofenceToGeofence as ct, type GPSGeofence as cu, type GPSGeofencePolilineData as cv, type GPSGeofenceCache as cw, GPSGeofencePolilineDataSchema as cx, type GPSGeofencePolilineDataDTO as cy, GPSGeofenceSchema as cz, type MasterVehicleType as d, MasterVehicleFuelUnitSchema as d$, type UserAdminLogoDTO as d0, UserAdminProfileSchema as d1, type UserAdminProfileDTO as d2, UserAdminQuerySchema as d3, type UserAdminQueryDTO as d4, toUserAdminProfilePayload as d5, newUserAdminPayload as d6, get_admin_image_presigned_url as d7, update_admin_image as d8, delete_admin_image as d9, updateTicket as dA, updateVerifyStatus as dB, deleteTicket as dC, type MasterMainLandMark as dD, MasterMainLandmarkSchema as dE, type MasterMainLandmarkDTO as dF, MasterMainLandmarkQuerySchema as dG, type MasterMainLandmarkQueryDTO as dH, toMasterMainLandmarkPayload as dI, newMasterMainLandmarkPayload as dJ, findMasterMainCountries$1 as dK, createMasterMainCountry$1 as dL, updateMasterMainCountry$1 as dM, deleteMasterMainCountry$1 as dN, MasterVehicleFuelTypeSchema as dO, type MasterVehicleFuelTypeDTO as dP, MasterVehicleFuelTypeQuerySchema as dQ, type MasterVehicleFuelTypeQueryDTO as dR, toMasterVehicleFuelTypePayload as dS, newMasterVehicleFuelTypePayload as dT, findMasterVehicleFuelTypes as dU, createMasterVehicleFuelType as dV, updateMasterVehicleFuelType as dW, deleteMasterVehicleFuelType as dX, getMasterVehicleFuelTypeCache as dY, getMasterVehicleFuelTypeCacheCount as dZ, getMasterVehicleFuelTypeCacheChild as d_, findUserAdmin as da, createUserAdmin as db, updateUserAdmin as dc, deleteUserAdmin as dd, updateUserAdminProfile as de, getAdminUserCache as df, type Ticket as dg, type TicketFile as dh, TicketFileSchema as di, type TicketFileDTO as dj, TicketSchema as dk, type TicketDTO as dl, TicketVerifySchema as dm, type TicketVerifyDTO as dn, TicketQuerySchema as dp, type TicketQueryDTO as dq, toTicketPayload as dr, newTicketPayload as ds, newVerifyTicketPayload as dt, toVerifyTicketPayload as du, get_ticket_file_presigned_url as dv, create_ticket_file as dw, remove_ticket_file as dx, findTickets as dy, createTicket as dz, type MasterVehicleMake as e, createMasterFleetInsuranceClaimStatus as e$, type MasterVehicleFuelUnitDTO as e0, MasterVehicleFuelUnitQuerySchema as e1, type MasterVehicleFuelUnitQueryDTO as e2, toMasterVehicleFuelUnitPayload as e3, newMasterVehicleFuelUnitPayload as e4, findMasterVehicleFuelUnits as e5, createMasterVehicleFuelUnit as e6, updateMasterVehicleFuelUnit as e7, deleteMasterVehicleFuelUnit as e8, getMasterVehicleFuelUnitCache as e9, MasterVendorDocumentTypeQuerySchema as eA, type MasterVendorDocumentTypeQueryDTO as eB, toMasterVendorDocumentTypePayload as eC, newMasterVendorDocumentTypePayload as eD, findMasterVendorDocumentTypes as eE, createMasterVendorDocumentType as eF, updateMasterVendorDocumentType as eG, deleteMasterVendorDocumentType as eH, getMasterVendorDocumentTypeCache as eI, MasterFleetServiceTaskSchema as eJ, type MasterFleetServiceTaskDTO as eK, MasterFleetServiceTaskQuerySchema as eL, type MasterFleetServiceTaskQueryDTO as eM, toMasterFleetServiceTaskPayload as eN, newMasterFleetServiceTaskPayload as eO, findMasterFleetServiceTasks as eP, createMasterFleetServiceTask as eQ, updateMasterFleetServiceTask as eR, deleteMasterFleetServiceTask as eS, getMasterFleetServiceTaskCache as eT, MasterFleetInsuranceClaimStatusSchema as eU, type MasterFleetInsuranceClaimStatusDTO as eV, MasterFleetInsuranceClaimStatusQuerySchema as eW, type MasterFleetInsuranceClaimStatusQueryDTO as eX, toMasterFleetInsuranceClaimStatusPayload as eY, newMasterFleetInsuranceClaimStatusPayload as eZ, findMasterFleetInsuranceClaimStatuses as e_, getMasterVehicleFuelUnitCacheCount as ea, getMasterVehicleFuelUnitCacheChild as eb, MasterVendorTypeSchema as ec, type MasterVendorTypeDTO as ed, MasterVendorTypeQuerySchema as ee, type MasterVendorTypeQueryDTO as ef, toMasterVendorTypePayload as eg, newMasterVendorTypePayload as eh, findMasterVendorTypes as ei, createMasterVendorType as ej, updateMasterVendorType as ek, deleteMasterVendorType as el, getMasterVendorTypeCache as em, MasterVendorTagSchema as en, type MasterVendorTagDTO as eo, MasterVendorTagQuerySchema as ep, type MasterVendorTagQueryDTO as eq, toMasterVendorTagPayload as er, newMasterVendorTagPayload as es, findMasterVendorTags as et, createMasterVendorTag as eu, updateMasterVendorTag as ev, deleteMasterVendorTag as ew, getMasterVendorTagCache as ex, MasterVendorDocumentTypeSchema as ey, type MasterVendorDocumentTypeDTO as ez, type MasterVehicleStatusType as f, toFleetIncidentManagementPayload as f$, updateMasterFleetInsuranceClaimStatus as f0, deleteMasterFleetInsuranceClaimStatus as f1, getMasterFleetInsuranceClaimStatusCache as f2, MasterFleetIncidentSeveritySchema as f3, type MasterFleetIncidentSeverityDTO as f4, MasterFleetIncidentSeverityQuerySchema as f5, type MasterFleetIncidentSeverityQueryDTO as f6, toMasterFleetIncidentSeverityPayload as f7, newMasterFleetIncidentSeverityPayload as f8, findMasterFleetIncidentSeverities as f9, MasterExpenseNameSchema as fA, type MasterExpenseNameDTO as fB, MasterExpenseNameQuerySchema as fC, type MasterExpenseNameQueryDTO as fD, toMasterExpenseNamePayload as fE, newMasterExpenseNamePayload as fF, findMasterExpenseNames as fG, createMasterExpenseName as fH, updateMasterExpenseName as fI, deleteMasterExpenseName as fJ, getMasterExpenseNameCache as fK, type FleetIncidentManagement as fL, type FleetIncidentManagementCost as fM, type FleetIncidentManagementFile as fN, type IncidentDashboard as fO, FleetIncidentManagementFileSchema as fP, type FleetIncidentManagementFileDTO as fQ, FleetIncidentManagementSchema as fR, type FleetIncidentManagementDTO as fS, FleetIncidentManagementQuerySchema as fT, type FleetIncidentManagementQueryDTO as fU, FleetIncidentManagementDashBoardQuerySchema as fV, type FleetIncidentManagementDashBoardQueryDTO as fW, FleetIncidentManagementCostSchema as fX, type FleetIncidentManagementCostDTO as fY, FleetIncidentManagementCostQuerySchema as fZ, type FleetIncidentManagementCostQueryDTO as f_, createMasterFleetIncidentSeverity as fa, updateMasterFleetIncidentSeverity as fb, deleteMasterFleetIncidentSeverity as fc, getMasterFleetIncidentSeverityCache as fd, MasterFleetIncidentStatusSchema as fe, type MasterFleetIncidentStatusDTO as ff, MasterFleetIncidentStatusQuerySchema as fg, type MasterFleetIncidentStatusQueryDTO as fh, toMasterFleetIncidentStatusPayload as fi, newMasterFleetIncidentStatusPayload as fj, findMasterFleetIncidentStatuses as fk, createMasterFleetIncidentStatus as fl, updateMasterFleetIncidentStatus as fm, deleteMasterFleetIncidentStatus as fn, getMasterFleetIncidentStatusCache as fo, MasterFleetIncidentTypeSchema as fp, type MasterFleetIncidentTypeDTO as fq, MasterFleetIncidentTypeQuerySchema as fr, type MasterFleetIncidentTypeQueryDTO as fs, toMasterFleetIncidentTypePayload as ft, newMasterFleetIncidentTypePayload as fu, findMasterFleetIncidentTypes as fv, createMasterFleetIncidentType as fw, updateMasterFleetIncidentType as fx, deleteMasterFleetIncidentType as fy, getMasterFleetIncidentTypeCache as fz, type MasterVehicleOwnershipType as g, FleetIssueManagementDashBoardQuerySchema as g$, newFleetIncidentManagementPayload as g0, toFleetIncidentManagementCostPayload as g1, newFleetIncidentManagementCostPayload as g2, get_incident_file_presigned_url as g3, create_incident_file as g4, remove_incident_file as g5, createFleetIncidentManagement as g6, findFleetIncidentManagement as g7, updateFleetIncidentManagement as g8, deleteFleetIncidentManagement as g9, type FleetInspectionQueryDTO as gA, FleetInspectionDashBoardQuerySchema as gB, type FleetInspectionDashBoardQueryDTO as gC, FleetInspectionCheckPendingQuerySchema as gD, type FleetInspectionCheckPendingQueryDTO as gE, toFleetInspectionPayload as gF, newFleetInspectionPayload as gG, get_inspection_file_presigned_url as gH, create_service_file$1 as gI, remove_service_file$1 as gJ, findFleetInspection as gK, createFleetInspection as gL, updateFleetInspection as gM, deleteFleetInspection as gN, inspection_dashboard as gO, find_check_pending as gP, type FleetIssueManagement as gQ, type FleetIssueManagementHistory as gR, type FleetIssueManagementComment as gS, type FleetIssueManagementFile as gT, type IssueDashboard as gU, FleetIssueManagementFileSchema as gV, type FleetIssueManagementFileDTO as gW, FleetIssueManagementSchema as gX, type FleetIssueManagementDTO as gY, FleetIssueManagementQuerySchema as gZ, type FleetIssueManagementQueryDTO as g_, incident_dashboard as ga, createFleetIncidentManagementCost as gb, findFleetIncidentManagementCost as gc, updateFleetIncidentManagementCost as gd, deleteFleetIncidentManagementCost as ge, type FleetInspectionForm as gf, type FleetInspectionFormSimple as gg, FleetInspectionFormSchema as gh, type FleetInspectionFormDTO as gi, FleetInspectionFormQuerySchema as gj, type FleetInspectionFormQueryDTO as gk, toFleetInspectionFormPayload as gl, newFleetInspectionFormPayload as gm, findFleetInspectionForm as gn, createFleetInspectionForm as go, updateFleetInspectionForm as gp, deleteFleetInspectionForm as gq, getFleetInspectionFormCacheSimple as gr, type FleetInspection as gs, type FleetInspectionFile as gt, type InspectionDashboard as gu, FleetInspectionFileSchema as gv, type FleetInspectionFileDTO as gw, FleetInspectionSchema as gx, type FleetInspectionDTO as gy, FleetInspectionQuerySchema as gz, type MasterVehicleAssociatedTo as h, deleteFleetServiceReminder as h$, type FleetIssueManagementDashBoardQueryDTO as h0, FleetIssueManagementCommentSchema as h1, type FleetIssueManagementCommentDTO as h2, FleetIssueManagementCommentQuerySchema as h3, type FleetIssueManagementCommentQueryDTO as h4, toFleetIssueManagementPayload as h5, newFleetIssueManagementPayload as h6, toFleetIssueManagementCommentPayload as h7, newFleetIssueManagementCommentPayload as h8, get_issue_file_presigned_url as h9, FleetServiceManagementTaskQuerySchema as hA, type FleetServiceManagementTaskQueryDTO as hB, FleetServiceReminderSchema as hC, type FleetServiceReminderDTO as hD, FleetServiceReminderQuerySchema as hE, type FleetServiceReminderQueryDTO as hF, toFleetServiceManagementPayload as hG, newFleetServiceManagementPayload as hH, toFleetServiceManagementTaskPayload as hI, newFleetServiceManagementTaskPayload as hJ, toFleetServiceReminderPayload as hK, newFleetServiceReminderPayload as hL, get_service_file_presigned_url as hM, create_service_file as hN, remove_service_file as hO, findFleetServiceManagement as hP, createFleetServiceManagement as hQ, updateFleetServiceManagement as hR, deleteFleetServiceManagement as hS, service_dashboard as hT, findFleetServiceManagementTask as hU, createFleetServiceManagementTask as hV, updateFleetServiceManagementTask as hW, deleteFleetServiceManagementTask as hX, findFleetServiceReminder as hY, createFleetServiceReminder as hZ, updateFleetServiceReminder as h_, create_issue_file as ha, remove_issue_file as hb, findFleetIssueManagement as hc, createFleetIssueManagement as hd, updateFleetIssueManagement as he, deleteFleetIssueManagement as hf, issue_dashboard as hg, findFleetIssueManagementComment as hh, createFleetIssueManagementComment as hi, updateFleetIssueManagementComment as hj, deleteFleetIssueManagementComment as hk, type FleetServiceManagement as hl, type FleetServiceManagementTask as hm, type FleetServiceManagementFile as hn, type FleetServiceReminder as ho, type ServiceDashboard as hp, FleetServiceManagementFileSchema as hq, type FleetServiceManagementFileDTO as hr, FleetServiceManagementSchema as hs, type FleetServiceManagementDTO as ht, FleetServiceManagementQuerySchema as hu, type FleetServiceManagementQueryDTO as hv, FleetServiceManagementDashBoardQuerySchema as hw, type FleetServiceManagementDashBoardQueryDTO as hx, FleetServiceManagementTaskSchema as hy, type FleetServiceManagementTaskDTO as hz, type MasterVehicleFuelType as i, FleetVendorAddressSchema as i$, type FleetVendorServiceCenter as i0, type FleetVendorServiceCenterSimple as i1, FleetVendorServiceCenterSchema as i2, type FleetVendorServiceCenterDTO as i3, FleetVendorServiceCenterQuerySchema as i4, type FleetVendorServiceCenterQueryDTO as i5, toFleetVendorServiceCenterPayload as i6, newFleetVendorServiceCenterPayload as i7, findFleetVendorServiceCenter as i8, createFleetVendorServiceCenter as i9, type FleetVendorFuelStationQueryDTO as iA, toFleetVendorFuelStationPayload as iB, newFleetVendorFuelStationPayload as iC, findFleetVendorFuelStation as iD, createFleetVendorFuelStation as iE, updateFleetVendorFuelStation as iF, deleteFleetVendorFuelStation as iG, getFleetVendorFuelStationCacheSimple as iH, type FleetVendor as iI, type VendorDashboard as iJ, type FleetVendorSimple as iK, type FleetVendorTypeLink as iL, type FleetVendorTagLink as iM, type FleetVendorAddress as iN, type FleetVendorBankAccount as iO, type FleetVendorContactPersons as iP, type FleetVendorReview as iQ, type FleetVendorDocument as iR, type FleetVendorDocumentFile as iS, FleetVendorLogoSchema as iT, type FleetVendorLogoDTO as iU, FleetVendorSchema as iV, type FleetVendorDTO as iW, FleetVendorQuerySchema as iX, type FleetVendorQueryDTO as iY, FleetVendorDashBoardQuerySchema as iZ, type FleetVendorDashBoardQueryDTO as i_, updateFleetVendorServiceCenter as ia, deleteFleetVendorServiceCenter as ib, getFleetVendorServiceCenterCacheSimple as ic, MasterFuelCompanySchema as id, type MasterFuelCompanyDTO as ie, MasterFuelCompanyQuerySchema as ig, type MasterFuelCompanyQueryDTO as ih, FuelCompanyLogoSchema as ii, type FuelCompanyLogoDTO as ij, toMasterFuelCompanyPayload as ik, newMasterFuelCompanyPayload as il, get_master_fuel_company_presigned_url as im, update_master_fuel_company_logo as io, delete_master_fuel_company_logo as ip, findMasterFuelCompanys as iq, createMasterFuelCompany as ir, updateMasterFuelCompany as is, deleteMasterFuelCompany as it, getMasterFuelCompanyCache as iu, type FleetVendorFuelStation as iv, type FleetVendorFuelStationSimple as iw, FleetVendorFuelStationSchema as ix, type FleetVendorFuelStationDTO as iy, FleetVendorFuelStationQuerySchema as iz, type MasterVehicleFuelUnit as j, updateFleetVendorReview as j$, type FleetVendorAddressDTO as j0, FleetVendorAddressQuerySchema as j1, type FleetVendorAddressQueryDTO as j2, FleetVendorBankAccountSchema as j3, type FleetVendorBankAccountDTO as j4, FleetVendorBankAccountQuerySchema as j5, type FleetVendorBankAccountQueryDTO as j6, FleetVendorContactPersonsLogoSchema as j7, type FleetVendorContactPersonsLogoDTO as j8, FleetVendorContactPersonsSchema as j9, get_vendor_contact_person_logo_presigned_url as jA, get_vendor_document_file_presigned_url as jB, update_vendor_logo as jC, delete_vendor_logo as jD, update_vendor_contact_person_logo as jE, delete_vendor_contact_person_logo as jF, create_vendor_document_file as jG, remove_vendor_document_file as jH, findFleetVendor as jI, createFleetVendor as jJ, updateFleetVendor as jK, deleteFleetVendor as jL, vendor_dashboard as jM, createFleetVendorAddress as jN, findFleetVendorAddress as jO, updateFleetVendorAddress as jP, deleteFleetVendorAddress as jQ, createFleetVendorBankAccount as jR, findFleetVendorBankAccount as jS, updateFleetVendorBankAccount as jT, deleteFleetVendorBankAccount as jU, createFleetVendorContactPersons as jV, findFleetVendorContactPersons as jW, updateFleetVendorContactPersons as jX, deleteFleetVendorContactPersons as jY, createFleetVendorReview as jZ, findFleetVendorReview as j_, type FleetVendorContactPersonsDTO as ja, FleetVendorContactPersonsQuerySchema as jb, type FleetVendorContactPersonsQueryDTO as jc, FleetVendorReviewSchema as jd, type FleetVendorReviewDTO as je, FleetVendorReviewQuerySchema as jf, type FleetVendorReviewQueryDTO as jg, FleetVendorDocumentFileSchema as jh, type FleetVendorDocumentFileDTO as ji, FleetVendorDocumentSchema as jj, type FleetVendorDocumentDTO as jk, FleetVendorDocumentQuerySchema as jl, type FleetVendorDocumentQueryDTO as jm, toFleetVendorPayload as jn, newFleetVendorPayload as jo, toFleetVendorAddressPayload as jp, newFleetVendorAddressPayload as jq, toFleetVendorBankAccountPayload as jr, newFleetVendorBankAccountPayload as js, toFleetVendorContactPersonsPayload as jt, newFleetVendorContactPersonsPayload as ju, toFleetVendorReviewPayload as jv, newFleetVendorReviewPayload as jw, toFleetVendorDocumentPayload as jx, newFleetVendorDocumentPayload as jy, get_vendor_logo_presigned_url as jz, type MasterVehicleFuelRemovalReason as k, updateFleetInspectionSchedule as k$, deleteFleetVendorReview as k0, createFleetVendorDocument as k1, findFleetVendorDocument as k2, updateFleetVendorDocument as k3, deleteFleetVendorDocument as k4, getFleetVendorCacheSimple as k5, type FleetFuelRefill as k6, type FleetFuelRefillFile as k7, FleetFuelRefillFileSchema as k8, type FleetFuelRefillFileDTO as k9, type FleetFuelRemoval as kA, type FleetFuelRemovalFile as kB, FleetFuelRemovalFileSchema as kC, type FleetFuelRemovalFileDTO as kD, FleetFuelRemovalSchema as kE, type FleetFuelRemovalDTO as kF, FleetFuelRemovalQuerySchema as kG, type FleetFuelRemovalQueryDTO as kH, toFleetFuelRemovalPayload as kI, newFleetFuelRemovalPayload as kJ, get_fuel_removal_file_presigned_url as kK, create_fuel_removal_file as kL, remove_fuel_removal_file as kM, findFleetFuelRemoval as kN, createFleetFuelRemoval as kO, updateFleetFuelRemoval as kP, deleteFleetFuelRemoval as kQ, type FleetInspectionSchedule as kR, type FleetInspectionScheduleVehicleLink as kS, FleetInspectionScheduleSchema as kT, type FleetInspectionScheduleDTO as kU, FleetInspectionScheduleQuerySchema as kV, type FleetInspectionScheduleQueryDTO as kW, toFleetInspectionSchedulePayload as kX, newFleetInspectionSchedulePayload as kY, findFleetInspectionSchedule as kZ, createFleetInspectionSchedule as k_, FleetFuelRefillSchema as ka, type FleetFuelRefillDTO as kb, FleetFuelRefillQuerySchema as kc, type FleetFuelRefillQueryDTO as kd, toFleetFuelRefillPayload as ke, newFleetFuelRefillPayload as kf, get_fuel_refill_file_presigned_url as kg, create_fuel_refill_file as kh, remove_fuel_refill_file as ki, findFleetFuelRefill as kj, createFleetFuelRefill as kk, updateFleetFuelRefill as kl, deleteFleetFuelRefill as km, MasterVehicleFuelRemovalReasonSchema as kn, type MasterVehicleFuelRemovalReasonDTO as ko, MasterVehicleFuelRemovalReasonQuerySchema as kp, type MasterVehicleFuelRemovalReasonQueryDTO as kq, toMasterVehicleFuelRemovalReasonPayload as kr, newMasterVehicleFuelRemovalReasonPayload as ks, findMasterVehicleFuelRemovalReasons as kt, createMasterVehicleFuelRemovalReason as ku, updateMasterVehicleFuelRemovalReason as kv, deleteMasterVehicleFuelRemovalReason as kw, getMasterVehicleFuelRemovalReasonCache as kx, getMasterVehicleFuelRemovalReasonCacheCount as ky, getMasterVehicleFuelRemovalReasonCacheChild as kz, type MasterVehicleDocumentType as l, fuel_dashboard as l$, deleteFleetInspectionSchedule as l0, type FleetServiceSchedule as l1, type FleetServiceScheduleVehicleLink as l2, FleetServiceScheduleSchema as l3, type FleetServiceScheduleDTO as l4, FleetServiceScheduleQuerySchema as l5, type FleetServiceScheduleQueryDTO as l6, toFleetServiceSchedulePayload as l7, newFleetServiceSchedulePayload as l8, findFleetServiceSchedule as l9, createUser as lA, updateUser as lB, deleteUser as lC, updateUserProfile as lD, getUserCache as lE, getUserCacheSimple as lF, updateUserDefaultLanguage as lG, updateUserDefaultTimezone as lH, updateUserDefaultDateformat as lI, type FleetFuelDailySummary as lJ, FleetFuelDailySummarySchema as lK, type FleetFuelDailySummaryDTO as lL, FleetFuelDailySummaryQuerySchema as lM, type FleetFuelDailySummaryQueryDTO as lN, FleetFuelDailyMonthlySummaryQuerySchema as lO, type FleetFuelDailyMonthlySummaryQueryDTO as lP, AllVehiclesFuelDailySummaryQuerySchema as lQ, type AllVehiclesFuelDailySummaryDTO as lR, FleetFuelDailySummaryDashBoardQuerySchema as lS, type FleetFuelDailySummaryDashBoardQueryDTO as lT, type FuelDashboard as lU, toFleetFuelDailySummaryPayload as lV, newFleetFuelDailySummaryPayload as lW, findFleetFuelDailySummary as lX, createFleetFuelDailySummary as lY, updateFleetFuelDailySummary as lZ, deleteFleetFuelDailySummary as l_, createFleetServiceSchedule as la, updateFleetServiceSchedule as lb, deleteFleetServiceSchedule as lc, type UserVehicleLink as ld, type UserLoginPush as le, UserSchema as lf, type UserDTO as lg, UserQuerySchema as lh, type UserQueryDTO as li, UserLogoSchema as lj, type UserLogoDTO as lk, UserProfileSchema as ll, type UserProfileDTO as lm, UserDefaultLanguageSchema as ln, type UserDefaultLanguageDTO as lo, UserDefaultTimeZoneSchema as lp, type UserDefaultTimeZoneDTO as lq, UserDefaultDateFormatSchema as lr, type UserDefaultDateFormatDTO as ls, toUserPayload as lt, toUserProfilePayload as lu, newUserPayload as lv, get_user_image_presigned_url as lw, update_user_image as lx, delete_user_image as ly, findUser as lz, type MasterUserRole as m, type MasterVehicleModel as m$, findFleetFuelMonthlySummary as m0, findVehicleFuelSummary as m1, type MasterDriverFile as m2, type AssignRemoveDriverHistory as m3, type DriverLoginPush as m4, MasterDriverFileSchema as m5, type MasterDriverFileDTO as m6, MasterDriverSchema as m7, type MasterDriverDTO as m8, MasterDriverQuerySchema as m9, OrganisationGroupQuerySchema as mA, type OrganisationGroupQueryDTO as mB, toOrganisationGroupPayload as mC, newOrganisationGroupPayload as mD, findOrganisationGroups as mE, createOrganisationGroup as mF, updateOrganisationGroup as mG, deleteOrganisationGroup as mH, getOrganisationGroupCache as mI, getOrganisationGroupCacheCount as mJ, getOrganisationGroupCacheChild as mK, type MasterVehicleSubModel as mL, MasterVehicleSubModelSchema as mM, type MasterVehicleSubModelDTO as mN, MasterVehicleSubModelQuerySchema as mO, type MasterVehicleSubModelQueryDTO as mP, FindCacheSchema$5 as mQ, type FindCacheDTO$5 as mR, toMasterVehicleSubModelPayload as mS, newMasterVehicleSubModelPayload as mT, findMasterVehicleSubModels as mU, createMasterVehicleSubModel as mV, updateMasterVehicleSubModel as mW, deleteMasterVehicleSubModel as mX, getMasterVehicleSubModelCache as mY, getMasterVehicleSubModelCacheCount as mZ, getMasterVehicleSubModelCacheChild as m_, type MasterDriverQueryDTO as ma, MasterDriverLogoSchema as mb, type MasterDriverLogoDTO as mc, MasterDriverProfileSchema as md, type MasterDriverProfileDTO as me, toDriverPayload as mf, newDriverPayload as mg, toDriverProfilePayload as mh, get_master_driver_logo_presigned_url as mi, get_master_driver_file_presigned_url as mj, update_master_driver_logo as mk, delete_master_driver_logo as ml, create_master_driver_file as mm, remove_master_driver_file as mn, findMasterDriver as mo, createMasterDriver as mp, updateMasterDriver as mq, deleteMasterDriver as mr, updateMasterDriverLogo as ms, deleteMasterDriverLogo as mt, updateMasterDriverProfile as mu, getMasterDriverCache as mv, getMasterDriverCacheSimple as mw, type VehicleOrganisationGroupLink as mx, OrganisationGroupSchema as my, type OrganisationGroupDTO as mz, type MasterUserStatus as n, deleteMasterVehicleType as n$, MasterVehicleModelSchema as n0, type MasterVehicleModelDTO as n1, MasterVehicleModelQuerySchema as n2, type MasterVehicleModelQueryDTO as n3, FindCacheSchema$4 as n4, type FindCacheDTO$4 as n5, toMasterVehicleModelPayload as n6, newMasterVehicleModelPayload as n7, findMasterVehicleModels as n8, createMasterVehicleModel as n9, updateMasterVehicleStatusType as nA, deleteMasterVehicleStatusType as nB, getMasterVehicleStatusTypeCache as nC, getMasterVehicleStatusTypeCacheCount as nD, getMasterVehicleStatusTypeCacheChild as nE, MasterVehicleOwnershipTypeSchema as nF, type MasterVehicleOwnershipTypeDTO as nG, MasterVehicleOwnershipTypeQuerySchema as nH, type MasterVehicleOwnershipTypeQueryDTO as nI, toMasterVehicleOwnershipTypePayload as nJ, newMasterVehicleOwnershipTypePayload as nK, findMasterVehicleOwnershipTypes as nL, createMasterVehicleOwnershipType as nM, updateMasterVehicleOwnershipType as nN, deleteMasterVehicleOwnershipType as nO, getMasterVehicleOwnershipTypeCache as nP, getMasterVehicleOwnershipTypeCacheCount as nQ, getMasterVehicleOwnershipTypeCacheChild as nR, MasterVehicleTypeSchema as nS, type MasterVehicleTypeDTO as nT, MasterVehicleTypeQuerySchema as nU, type MasterVehicleTypeQueryDTO as nV, toMasterVehicleTypePayload as nW, newMasterVehicleTypePayload as nX, findMasterVehicleTypes as nY, createMasterVehicleType as nZ, updateMasterVehicleType as n_, updateMasterVehicleModel as na, deleteMasterVehicleModel as nb, getMasterVehicleModelCache as nc, getMasterVehicleModelCacheCount as nd, getMasterVehicleModelCacheChild as ne, MasterVehicleMakeSchema as nf, type MasterVehicleMakeDTO as ng, MasterVehicleMakeQuerySchema as nh, type MasterVehicleMakeQueryDTO as ni, toMasterVehicleMakePayload as nj, newMasterVehicleMakePayload as nk, findMasterVehicleMakes as nl, createMasterVehicleMake as nm, updateMasterVehicleMake as nn, deleteMasterVehicleMake as no, getMasterVehicleMakeCache as np, getMasterVehicleMakeCacheCount as nq, getMasterVehicleMakeCacheChild as nr, MasterVehicleStatusTypeSchema as ns, type MasterVehicleStatusTypeDTO as nt, MasterVehicleStatusTypeQuerySchema as nu, type MasterVehicleStatusTypeQueryDTO as nv, toMasterVehicleStatusTypePayload as nw, newMasterVehicleStatusTypePayload as nx, findMasterVehicleStatusTypes as ny, createMasterVehicleStatusType as nz, type MasterTyreMake as o, createGPSLiveTrackShareLinkNotification as o$, getMasterVehicleTypeCache as o0, getMasterVehicleTypeCacheCount as o1, getMasterVehicleTypeCacheChild as o2, MasterVehicleAssociatedToSchema as o3, type MasterVehicleAssociatedToDTO as o4, MasterVehicleAssociatedToQuerySchema as o5, type MasterVehicleAssociatedToQueryDTO as o6, toMasterVehicleAssociatedToPayload as o7, newMasterVehicleAssociatedToPayload as o8, findMasterVehicleAssociatedTos as o9, type OrganisationReportPreferenceQueryDTO as oA, toOrganisationReportPreferencePayload as oB, newOrganisationReportPreferencePayload as oC, findOrganisationReportPreference as oD, createOrganisationReportPreference as oE, updateOrganisationReportPreference as oF, deleteOrganisationReportPreference as oG, findOrganisationReportAutomationMail as oH, type GPSLiveTrackShareLink as oI, type GPSLiveTrackShareLinkNotification as oJ, GPSLiveTrackShareLinkNotificationSchema as oK, type GPSLiveTrackShareLinkNotificationDTO as oL, GPSLiveTrackShareLinkSchema as oM, type GPSLiveTrackShareLinkDTO as oN, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as oO, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as oP, GPSLiveTrackShareLinkUpdateLinkStatusSchema as oQ, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as oR, GPSLiveTrackShareLinkQuerySchema as oS, type GPSLiveTrackShareLinkQueryDTO as oT, toGPSLiveTrackShareLinkPayload as oU, newGPSLiveTrackShareLinkPayload as oV, findGPSLiveTrackShareLink as oW, createGPSLiveTrackShareLink as oX, extendGPSLiveTrackLinkTime as oY, updateGPSLiveTrackLinkStatus as oZ, deleteGPSLiveTrackShareLink as o_, createMasterVehicleAssociatedTo as oa, updateMasterVehicleAssociatedTo as ob, deleteMasterVehicleAssociatedTo as oc, getMasterVehicleAssociatedToCache as od, getMasterVehicleAssociatedToCacheCount as oe, getMasterVehicleAssociatedToCacheChild as of, MasterVehicleDocumentTypeSchema as og, type MasterVehicleDocumentTypeDTO as oh, MasterVehicleDocumentTypeQuerySchema as oi, type MasterVehicleDocumentTypeQueryDTO as oj, toMasterVehicleDocumentTypePayload as ok, newMasterVehicleDocumentTypePayload as ol, findMasterVehicleDocumentTypes as om, createMasterVehicleDocumentType as on, updateMasterVehicleDocumentType as oo, deleteMasterVehicleDocumentType as op, getMasterVehicleDocumentTypeCache as oq, type OrganisationReportPreference as or, type OrganisationReportPreferenceVehicleLink as os, type OrganisationReportAutomationMail as ot, type OrganisationReportAutomationMailVehicleLink as ou, OrganisationReportAutomationMailQuerySchema as ov, type OrganisationReportAutomationMailQueryDTO as ow, OrganisationReportPreferenceSchema as ox, type OrganisationReportPreferenceDTO as oy, OrganisationReportPreferenceQuerySchema as oz, type MasterTyreGrade as p, getMasterSemesterCache as p$, type GPSTrackHistoryShareLink as p0, type GPSTrackHistoryShareLinkNotification as p1, GPSTrackHistoryShareLinkNotificationSchema as p2, type GPSTrackHistoryShareLinkNotificationDTO as p3, GPSTrackHistoryShareLinkSchema as p4, type GPSTrackHistoryShareLinkDTO as p5, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as p6, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as p7, GPSTrackHistoryShareLinkQuerySchema as p8, type GPSTrackHistoryShareLinkQueryDTO as p9, createMasterProgram as pA, updateMasterProgram as pB, deleteMasterProgram as pC, getMasterProgramCache as pD, getMasterProgramCacheCount as pE, MasterSectionSchema as pF, type MasterSectionDTO as pG, MasterSectionQuerySchema as pH, type MasterSectionQueryDTO as pI, toMasterSectionPayload as pJ, newMasterSectionPayload as pK, findMasterSection as pL, createMasterSection as pM, updateMasterSection as pN, deleteMasterSection as pO, getMasterSectionCache as pP, getMasterSectionCacheCount as pQ, MasterSemesterSchema as pR, type MasterSemesterDTO as pS, MasterSemesterQuerySchema as pT, type MasterSemesterQueryDTO as pU, toMasterSemesterPayload as pV, newMasterSemesterPayload as pW, findMasterSemester as pX, createMasterSemester as pY, updateMasterSemester as pZ, deleteMasterSemester as p_, toGPSTrackHistoryShareLinkPayload as pa, newGPSTrackHistoryShareLinkPayload as pb, findGPSTrackHistoryShareLink as pc, createGPSTrackHistoryShareLink as pd, updateTrackHistoryLinkStatus as pe, deleteGPSTrackHistoryShareLink as pf, createGPSTrackHistoryShareLinkNotification as pg, MasterClassSchema as ph, type MasterClassDTO as pi, MasterClassQuerySchema as pj, type MasterClassQueryDTO as pk, toMasterClassPayload as pl, newMasterClassPayload as pm, findMasterClass as pn, createMasterClass as po, updateMasterClass as pp, deleteMasterClass as pq, getMasterClassCache as pr, getMasterClassCacheCount as ps, MasterProgramSchema as pt, type MasterProgramDTO as pu, MasterProgramQuerySchema as pv, type MasterProgramQueryDTO as pw, toMasterProgramPayload as px, newMasterProgramPayload as py, findMasterProgram as pz, type MasterTripPartyType as q, MasterRouteStopUpdateSchema as q$, getMasterSemesterCacheCount as q0, MasterStreamSchema as q1, type MasterStreamDTO as q2, MasterStreamQuerySchema as q3, type MasterStreamQueryDTO as q4, toMasterStreamPayload as q5, newMasterStreamPayload as q6, findMasterStream as q7, createMasterStream as q8, updateMasterStream as q9, getMasterRelationshipCacheCount as qA, type BusStopPolygonData as qB, type BusStop as qC, type BusDashboard as qD, BusStopPolygonDataSchema as qE, type BusStopPolygonDataDTO as qF, BusStopSchema as qG, type BusStopDTO as qH, BusStopQuerySchema as qI, type BusStopQueryDTO as qJ, BusDashBoardQuerySchema as qK, type BusDashBoardQueryDTO as qL, toBusStopPayload as qM, newBusStopPayload as qN, findBusStop as qO, createBusStop as qP, updateBusStop as qQ, deleteBusStop as qR, bus_dashboard as qS, type MasterRoute as qT, type MasterRouteStop as qU, MasterRouteSchema as qV, type MasterRouteDTO as qW, MasterRouteQuerySchema as qX, type MasterRouteQueryDTO as qY, MasterRouteStopSchema as qZ, type MasterRouteStopDTO as q_, deleteMasterStream as qa, getMasterStreamCache as qb, getMasterStreamCacheCount as qc, MasterYearSchema as qd, type MasterYearDTO as qe, MasterYearQuerySchema as qf, type MasterYearQueryDTO as qg, toMasterYearPayload as qh, newMasterYearPayload as qi, findMasterYear as qj, createMasterYear as qk, updateMasterYear as ql, deleteMasterYear as qm, getMasterYearCache as qn, getMasterYearCacheCount as qo, MasterRelationshipSchema as qp, type MasterRelationshipDTO as qq, MasterRelationshipQuerySchema as qr, type MasterRelationshipQueryDTO as qs, toMasterRelationshipPayload as qt, newMasterRelationshipPayload as qu, findMasterRelationship as qv, createMasterRelationship as qw, updateMasterRelationship as qx, deleteMasterRelationship as qy, getMasterRelationshipCache as qz, type MasterSparePartCategory as r, StudentLeaveRequestQuerySchema as r$, type MasterRouteStopUpdateDTO as r0, MasterRouteStopCreateSchema as r1, type MasterRouteStopCreateDTO as r2, MasterRouteStopIds as r3, type MasterRouteStopIdsDTO as r4, MasterRouteStopReorderSchema as r5, type MasterRouteStopReorderDTO as r6, MasterRouteStopDeleteSchema as r7, type MasterRouteStopDeleteReOrderDTO as r8, MasterRouteStopDeleteAllSchema as r9, type StudentProfilePictureDTO as rA, StudentQuerySchema as rB, type StudentQueryDTO as rC, SchoolDashBoardQuerySchema as rD, type SchoolDashBoardQueryDTO as rE, StudentNoRouteQuerySchema as rF, type StudentNoRouteQueryDTO as rG, StudentAddressSchema as rH, type StudentAddressDTO as rI, StudentAddressQuerySchema as rJ, type StudentAddressQueryDTO as rK, StudentGuardianLinkSchema as rL, type StudentGuardianLinkDTO as rM, GuardianProfilePictureSchema as rN, type GuardianProfilePictureDTO as rO, GuardianDetailsSchema as rP, type GuardianDetailsDTO as rQ, GuardianMobileNumberSchema as rR, type GuardianMobileNumberDTO as rS, StudentGuardianLinkQuerySchema as rT, type StudentGuardianLinkQueryDTO as rU, StudentGuardianAutofillQuerySchema as rV, type StudentGuardianAutofillQueryDTO as rW, StudentLeaveRequestSchema as rX, type StudentLeaveRequestDTO as rY, StudentLeaveRequestApprovalSchema as rZ, type StudentLeaveRequestApprovalDTO as r_, type MasterRouteStopDeleteDTO as ra, toMasterRoutePayload as rb, newMasterRoutePayload as rc, findMasterRoute as rd, createMasterRoute as re, updateMasterRoute as rf, deleteMasterRoute as rg, createStopsFirstTimeRoute as rh, appendRouteStop as ri, updateRouteStop as rj, reorderRouteStops as rk, deleteRouteStopsAll as rl, deleteRouteStopReorder as rm, type Student as rn, type SchoolDashboard as ro, type StudentAddress as rp, type StudentGuardian as rq, type StudentGuardianLink as rr, type StudentLeaveRequest as rs, type StudentStopChangeRequest as rt, type StudentTransportPlanTypeChangeHistory as ru, type StudentLoginPush as rv, type StudentGuardianLoginPush as rw, StudentSchema as rx, type StudentDTO as ry, StudentProfilePictureSchema as rz, type MasterSparePartUnit as s, type StudentNoStopQueryDTO as s$, type StudentLeaveRequestQueryDTO as s0, StudentStopChangeRequestSchema as s1, type StudentStopChangeRequestDTO as s2, StudentStopChangeRequestApprovalSchema as s3, type StudentStopChangeRequestApprovalDTO as s4, StudentStopChangeRequestQuerySchema as s5, type StudentStopChangeRequestQueryDTO as s6, StudentTransportPlanTypeChangeHistoryQuerySchema as s7, type StudentTransportPlanTypeChangeHistoryQueryDTO as s8, toStudentPayload as s9, findStudentGuardianLink as sA, createStudentGuardianLink as sB, updateStudentGuardianLink as sC, updateGuardianProfilePicture as sD, updateGuardianDetails as sE, updateGuardianMobileNumber as sF, deleteStudentGuardian as sG, findStudentGuardianAutofillDetails as sH, createStudentLeaveRequest as sI, findStudentLeaveRequest as sJ, updateStudentLeaveRequest as sK, approveLeaveRequest as sL, deleteStudentLeaveRequest as sM, findStudentStopChangeRequest as sN, createStudentStopChangeRequest as sO, updateStudentStopChangeRequest as sP, approveStopChangeRequest as sQ, deleteStudentStopChangeRequest as sR, findStudentTransportPlanTypeChangeHistory as sS, school_dashboard as sT, type MasterFixedSchedule as sU, type MasterRouteStudent as sV, MasterFixedScheduleSchema as sW, type MasterFixedScheduleDTO as sX, MasterFixedScheduleQuerySchema as sY, type MasterFixedScheduleQueryDTO as sZ, StudentNoStopQuerySchema as s_, newStudentPayload as sa, toStudentAddressPayload as sb, newStudentAddressPayload as sc, toStudentLeaveRequestPayload as sd, newStudentLeaveRequestPayload as se, toStudentStopChangeRequestPayload as sf, newStudentStopChangeRequestPayload as sg, toStudentGuardianLinkPayload as sh, newStudentGuardianLinkPayload as si, get_student_presigned_url as sj, get_student_guardian_presigned_url as sk, update_profile_picture as sl, delete_profile_picture as sm, update_guardian_profile_picture as sn, delete_guardian_profile_picture as so, findStudent as sp, createStudent as sq, updateStudent as sr, deleteStudent as ss, findStudentsWithNoRoutePickup as st, findStudentsWithNoRouteDrop as su, updateProfilePicture as sv, createStudentAddress as sw, findStudentAddress as sx, updateStudentAddress as sy, deleteStudentAddress as sz, type OrganisationBranch as t, VehicleDetailBodySchema as t$, StudentNoScheduleQuerySchema as t0, type StudentNoScheduleQueryDTO as t1, MasterRouteStudentAssignRemoveSchema as t2, type MasterRouteStudentAssignRemoveDTO as t3, MasterRouteStudentStopAssignRemoveSchema as t4, type MasterRouteStudentStopAssignRemoveDTO as t5, MasterRouteStudentScheduleAssignRemoveSchema as t6, type MasterRouteStudentScheduleAssignRemoveDTO as t7, toMasterFixedSchedulePayload as t8, newMasterFixedSchedulePayload as t9, type VehicleDetailBody as tA, type VehicleDetailLifeCycle as tB, type VehicleDetailPurchase as tC, type VehicleDocument as tD, type VehicleDocumentFile as tE, type VehicleDocumentExpiry as tF, type VehicleOdometerHistory as tG, MasterVehicleFileSchema as tH, type MasterVehicleFileDTO as tI, CalibrationFileSchema as tJ, type CalibrationFileDTO as tK, VehicleSchema as tL, type VehicleDTO as tM, VehicleBulkSchema as tN, type VehicleBulkDTO as tO, MasterDeviceFileSchema as tP, type MasterDeviceFileDTO as tQ, VehicleDeviceLinkSchema as tR, type VehicleDeviceLinkDTO as tS, VehicleDeviceUnlinkSchema as tT, type VehicleDeviceUnlinkDTO as tU, VehicleDriverLinkSchema as tV, type VehicleDriverLinkDTO as tW, VehicleDetailGPSSensorSchema as tX, type VehicleDetailGPSSensorDTO as tY, VehicleDetailTripSchema as tZ, type VehicleDetailTripDTO as t_, toMasterRouteStudentAssignPayload as ta, newMasterRouteStudentAssignPayload as tb, findMasterFixedSchedule as tc, createMasterFixedSchedule as td, updateMasterFixedSchedule as te, deleteMasterFixedSchedule as tf, findStudentsWithNoStopPickup as tg, findStudentsWithNoStopDrop as th, findStudentsWithNoSchedulePickup as ti, findStudentsWithNoScheduleDrop as tj, assignRouteStudentsPickup as tk, assignRouteStudentsDrop as tl, removeRouteStudentsPickup as tm, removeRouteStudentsDrop as tn, assignMasterRouteStudentStopToStudentsPickup as to, assignMasterRouteStudentStopToStudentsDrop as tp, removeMasterRouteStudentStopToStudentsPickup as tq, removeMasterRouteStudentStopToStudentsDrop as tr, assignMasterRouteStudentScheduleToStudentsPickup as ts, assignMasterRouteStudentScheduleToStudentDrop as tt, removeMasterRouteStudentScheduleToStudentPickup as tu, removeMasterRouteStudentScheduleToStudentDrop as tv, type MasterVehicleDropdown as tw, type MasterVehicleFile as tx, type VehicleDetailGPS as ty, type VehicleDetailTrip as tz, type OrganisationColor as u, getDeviceLinkHistoryByDevice as u$, type VehicleDetailBodyDTO as u0, VehicleDetailLifeCycleSchema as u1, type VehicleDetailLifeCycleDto as u2, VehicleDetailPurchaseSchema as u3, type VehicleDetailPurchaseDTO as u4, VehicleDocumentFileSchema as u5, type VehicleDocumentFileDTO as u6, VehicleDocumentSchema as u7, type VehicleDocumentDTO as u8, VehicleDocumentQuerySchema as u9, create_file_vehicle as uA, remove_file_vehicle as uB, create_file_device as uC, remove_file_device as uD, create_file_vehicle_document as uE, remove_file_vehicle_document as uF, update_calibration_file as uG, delete_calibration_file as uH, findVehicles as uI, find_no_gps_data_vehicles as uJ, findVehiclesLiveDashboard as uK, findVehicleGPSDetails as uL, createVehicle as uM, updateVehicle as uN, deleteVehicle as uO, updateDetailsGpsSensor as uP, updateDetailsTrip as uQ, updateVehicleBodyDetails as uR, updateVehicleLifeCycleDetails as uS, updateVehiclePurchaseDetails as uT, linkDriverToVehicle as uU, unlinkDriverFromVehicle as uV, getDriverLinkHistoryByVehicle as uW, getDriverLinkHistoryByDriver as uX, linkDeviceToVehicle as uY, unlinkDeviceFromVehicle as uZ, getDeviceLinkHistoryByVehicle as u_, type VehicleDocumentQueryDTO as ua, VehicleDocumentExpirySchema as ub, type VehicleDocumentExpiryDTO as uc, VehicleDocumentExpiryQuerySchema as ud, type VehicleDocumentExpiryQueryDTO as ue, VehicleQuerySchema as uf, type VehicleQueryDTO as ug, NoGPSDataVehiclesQuerySchema as uh, type NoGPSDataVehiclesQueryDTO as ui, VehicleGPSQuerySchema as uj, type VehicleGPSQueryDTO as uk, toVehiclePayload as ul, newVehiclePayload as um, toVehicleDetailsGPSPayload as un, toVehicleDetailsTripPayload as uo, toVehicleDetailsBodyPayload as up, toVehicleDetailLifeCyclePayload as uq, toVehicleDetailPurchasePayload as ur, toVehicleDocumentPayload as us, newVehicleDocumentPayload as ut, toVehicleDocumentExpiryPayload as uu, newVehicleDocumentExpiryPayload as uv, get_vehicle_file_presigned_url as uw, get_device_file_presigned_url as ux, get_vehicle_document_file_presigned_url as uy, get_calibration_file_presigned_url as uz, type OrganisationTag as v, toMasterMainSimProviderPayload as v$, createVehicleDocument as v0, findVehicleDocument as v1, updateVehicleDocument as v2, removeVehicleDocument as v3, createVehicleDocumentExpiry as v4, findVehicleDocumentExpiry as v5, updateVehicleDocumentExpiry as v6, removeVehicleDocumentExpiry as v7, getVehicleCache as v8, getVehicleSimpleCache as v9, toMasterDeviceModelPayload as vA, newMasterDeviceModelPayload as vB, findMasterDeviceModels as vC, createMasterDeviceModel as vD, updateMasterDeviceModel as vE, deleteMasterDeviceModel as vF, getMasterDeviceModelCache as vG, getMasterDeviceModelCacheCount as vH, getMasterDeviceModelCacheChild as vI, type MasterDeviceManufacturer as vJ, MasterDeviceManufacturerSchema as vK, type MasterDeviceManufacturerDTO as vL, MasterDeviceManufacturerQuerySchema as vM, type MasterDeviceManufacturerQueryDTO as vN, toMasterDeviceManufacturerPayload as vO, newMasterDeviceManufacturerPayload as vP, findMasterDeviceManufacturers as vQ, createMasterDeviceManufacturer as vR, updateMasterDeviceManufacturer as vS, deleteMasterDeviceManufacturer as vT, getMasterDeviceManufacturerCache as vU, getMasterDeviceManufacturerCacheCount as vV, getMasterDeviceManufacturerCacheChild as vW, MasterMainSimProviderSchema as vX, type MasterMainSimProviderDTO as vY, MasterMainSimProviderQuerySchema as vZ, type MasterMainSimProviderQueryDTO as v_, getVehicleParentCache as va, getVehicleSimpleDropdownCustom as vb, getVehicleSimpleDropdownCacheLiveData as vc, type MasterDeviceType as vd, MasterDeviceTypeSchema as ve, type MasterDeviceTypeDTO as vf, MasterDeviceTypeQuerySchema as vg, type MasterDeviceTypeQueryDTO as vh, FindCacheSchema$3 as vi, type FindCacheDTO$3 as vj, toMasterDeviceTypePayload as vk, newMasterDeviceTypePayload as vl, findMasterDeviceTypes as vm, createMasterDeviceType as vn, updateMasterDeviceType as vo, deleteMasterDeviceType as vp, getMasterDeviceTypeCache as vq, getMasterDeviceTypeCacheCount as vr, getMasterDeviceTypeCacheChild as vs, type MasterDeviceModel as vt, MasterDeviceModelSchema as vu, type MasterDeviceModelDTO as vv, MasterDeviceModelQuerySchema as vw, type MasterDeviceModelQueryDTO as vx, FindCacheSchema$2 as vy, type FindCacheDTO$2 as vz, type OrganisationGroup as w, type MasterMainCountryDTO as w$, newMasterMainSimProviderPayload as w0, findMasterMainSimProviders as w1, createMasterMainSimProvider as w2, updateMasterMainSimProvider as w3, deleteMasterMainSimProvider as w4, getMasterMainSimProviderCache as w5, type MasterSim as w6, type AssignRemoveSimHistory as w7, MasterSimSchema as w8, type MasterSimDTO as w9, get_device_sim_link_history_by_device as wA, type MasterMainTimeZone as wB, MasterMainTimeZoneSchema as wC, type MasterMainTimeZoneDTO as wD, MasterMainTimeZoneQuerySchema as wE, type MasterMainTimeZoneQueryDTO as wF, toMasterMainTimeZonePayload as wG, newMasterMainTimeZonePayload as wH, findMasterMainTimeZones as wI, createMasterMainTimeZone as wJ, updateMasterMainTimeZone as wK, deleteMasterMainTimeZone as wL, getMasterMainTimeZoneCacheAll as wM, getMasterMainTimeZoneCache as wN, type MasterMainState as wO, MasterMainStateSchema as wP, type MasterMainStateDTO as wQ, MasterMainStateQuerySchema as wR, type MasterMainStateQueryDTO as wS, toMasterMainStatePayload as wT, newMasterMainStatePayload as wU, findMasterMainStates as wV, createMasterMainState as wW, updateMasterMainState as wX, deleteMasterMainState as wY, getMasterMainStateCache as wZ, MasterMainCountrySchema as w_, MasterSimQuerySchema as wa, type MasterSimQueryDTO as wb, toMasterSimPayload as wc, newMasterSimPayload as wd, findMasterSims as we, createMasterSim as wf, updateMasterSim as wg, deleteMasterSim as wh, type MasterDevice as wi, type AssignRemoveDeviceHistory as wj, type MasterDeviceFile as wk, MasterDeviceSchema as wl, type MasterDeviceDTO as wm, MasterDeviceQuerySchema as wn, type MasterDeviceQueryDTO as wo, DeviceSimLinkSchema as wp, type DeviceSimLinkDTO as wq, toMasterDevicePayload as wr, newMasterDevicePayload as ws, findMasterDevices as wt, createMasterDevice as wu, updateMasterDevice as wv, deleteMasterDevice as ww, device_sim_link as wx, device_sim_unlink as wy, get_device_sim_link_history_by_sim as wz, type MasterMainIndustry as x, deleteMasterExpenseType as x$, MasterMainCountryQuerySchema as x0, type MasterMainCountryQueryDTO as x1, toMasterMainCountryPayload as x2, newMasterMainCountryPayload as x3, findMasterMainCountries as x4, createMasterMainCountry as x5, updateMasterMainCountry as x6, deleteMasterMainCountry as x7, getMasterMainCountryCache as x8, getMasterMainCountryCacheChild as x9, type OrganisationCalendarQueryDTO as xA, toOrganisationCalendarPayload as xB, newOrganisationCalendarPayload as xC, findOrganisationCalendar as xD, createOrganisationCalendar as xE, updateOrganisationCalendar as xF, deleteOrganisationCalendar as xG, type OrganisationNoticeBoard as xH, OrganisationNoticeBoardSchema as xI, type OrganisationNoticeBoardDTO as xJ, OrganisationNoticeBoardQuerySchema as xK, type OrganisationNoticeBoardQueryDTO as xL, toOrganisationNoticeBoardPayload as xM, newOrganisationNoticeBoardPayload as xN, findOrganisationNoticeBoard as xO, createOrganisationNoticeBoard as xP, updateOrganisationNoticeBoard as xQ, deleteOrganisationNoticeBoard as xR, MasterExpenseTypeSchema as xS, type MasterExpenseTypeDTO as xT, MasterExpenseTypeQuerySchema as xU, type MasterExpenseTypeQueryDTO as xV, toMasterExpenseTypePayload as xW, newMasterExpenseTypePayload as xX, findMasterExpenseTypes as xY, createMasterExpenseType as xZ, updateMasterExpenseType as x_, MasterMainUnitMileageSchema as xa, type MasterMainUnitMileageDTO as xb, MasterMainUnitMileageQuerySchema as xc, type MasterMainUnitMileageQueryDTO as xd, toMasterMainUnitMileagePayload as xe, newMasterMainUnitMileagePayload as xf, findMasterMainUnitMileages as xg, createMasterMainUnitMileage as xh, updateMasterMainUnitMileage as xi, deleteMasterMainUnitMileage as xj, getMasterMainUnitMileageCache as xk, MasterMainUnitVolumeSchema as xl, type MasterMainUnitVolumeDTO as xm, MasterMainUnitVolumeQuerySchema as xn, type MasterMainUnitVolumeQueryDTO as xo, toMasterMainUnitVolumePayload as xp, newMasterMainUnitVolumePayload as xq, findMasterMainUnitVolumes as xr, createMasterMainUnitVolume as xs, updateMasterMainUnitVolume as xt, deleteMasterMainUnitVolume as xu, getMasterMainUnitVolumeCache as xv, type OrganisationCalendar as xw, OrganisationCalendarSchema as xx, type OrganisationCalendarDTO as xy, OrganisationCalendarQuerySchema as xz, type MasterMainCountry as y, getMasterTyreGradeCacheCount as y$, getMasterExpenseTypeCache as y0, type MasterSparePartSubCategory as y1, MasterSparePartSubCategorySchema as y2, type MasterSparePartSubCategoryDTO as y3, SparePartSubCategoryQuerySchema as y4, type SparePartSubCategoryQueryDTO as y5, FindCacheSchema$1 as y6, type FindCacheDTO$1 as y7, toMasterSparePartSubCategoryPayload as y8, newMasterSparePartSubCategoryPayload as y9, createMasterSparePartUnit as yA, updateMasterSparePartUnit as yB, deleteMasterSparePartUnit as yC, getMasterSparePartUnitCache as yD, getMasterSparePartUnitCacheCount as yE, MasterTripPartyTypeSchema as yF, type MasterTripPartyTypeDTO as yG, MasterTripPartyTypeQuerySchema as yH, type MasterTripPartyTypeQueryDTO as yI, toMasterTripPartyTypePayload as yJ, newMasterTripPartyTypePayload as yK, findMasterTripPartyTypes as yL, createMasterTripPartyType as yM, updateMasterTripPartyType as yN, deleteMasterTripPartyType as yO, getMasterTripPartyTypeCache as yP, MasterTyreGradeSchema as yQ, type MasterTyreGradeDTO as yR, MasterTyreGradeQuerySchema as yS, type MasterTyreGradeQueryDTO as yT, toMasterTyreGradePayload as yU, newMasterTyreGradePayload as yV, findMasterTyreGrades as yW, createMasterTyreGrade as yX, updateMasterTyreGrade as yY, deleteMasterTyreGrade as yZ, getMasterTyreGradeCache as y_, findMasterSparePartSubCategories as ya, createMasterSparePartSubCategory as yb, updateMasterSparePartSubCategory as yc, deleteMasterSparePartSubCategory as yd, getMasterSparePartSubCategoryCache as ye, getMasterSparePartSubCategoryCacheCount as yf, MasterSparePartCategorySchema as yg, type MasterSparePartCategoryDTO as yh, SparePartCategoryQuerySchema as yi, type SparePartCategoryQueryDTO as yj, toMasterSparePartCategoryPayload as yk, newMasterSparePartCategoryPayload as yl, findMasterSparePartCategories as ym, createMasterSparePartCategory as yn, updateMasterSparePartCategory as yo, deleteMasterSparePartCategory as yp, getMasterSparePartCategoryCache as yq, getMasterSparePartCategoryCacheChild as yr, getMasterSparePartCategoryCacheCount as ys, MasterSparePartUnitSchema as yt, type MasterSparePartUnitDTO as yu, SparePartUnitQuerySchema as yv, type SparePartUnitQueryDTO as yw, toMasterSparePartUnitPayload as yx, newMasterSparePartUnitPayload as yy, findMasterSparePartUnits as yz, type MasterMainDateFormat as z, type BookMarkQueryDTO as z$, type MasterTyreModel as z0, MasterTyreModelSchema as z1, type MasterTyreModelDTO as z2, MasterTyreModelQuerySchema as z3, type MasterTyreModelQueryDTO as z4, FindCacheSchema as z5, type FindCacheDTO as z6, toMasterTyreModelPayload as z7, newMasterTyreModelPayload as z8, findMasterTyreModels as z9, updateMasterMainUnitDistance as zA, deleteMasterMainUnitDistance as zB, getMasterMainUnitDistanceCache as zC, type UserOrganisationSimple as zD, UserOrganisationSchema as zE, type UserOrganisationDTO as zF, UserOrganisationQuerySchema as zG, type UserOrganisationQueryDTO as zH, UserOrganisationLogoSchema as zI, type UserOrganisationLogoDTO as zJ, UserOrganisationShowFilterSchema as zK, type UserOrganisationShowFilterDTO as zL, toUserOrganisationPayload as zM, newUserOrganisationPayload as zN, get_organisation_logo_presigned_url as zO, update_organisation_logo as zP, delete_organisation_logo as zQ, findUserOrganisation as zR, createUserOrganisation as zS, updateUserOrganisation as zT, deleteUserOrganisation as zU, getUserOrganisationCache as zV, getUserOrganisationCacheSimple as zW, type BookMark as zX, BookMarkSchema as zY, type BookMarkDTO as zZ, BookMarkQuerySchema as z_, createMasterTyreModel as za, updateMasterTyreModel as zb, deleteMasterTyreModel as zc, getMasterTyreModelCache as zd, getMasterTyreModelCacheCount as ze, MasterTyreMakeSchema as zf, type MasterTyreMakeDTO as zg, MasterTyreMakeQuerySchema as zh, type MasterTyreMakeQueryDTO as zi, toMasterTyreMakePayload as zj, newMasterTyreMakePayload as zk, findMasterTyreMakes as zl, createMasterTyreMake as zm, updateMasterTyreMake as zn, deleteMasterTyreMake as zo, getMasterTyreMakeCache as zp, getMasterTyreMakeCacheCount as zq, getMasterTyreMakeCacheChild as zr, MasterMainUnitDistanceSchema as zs, type MasterMainUnitDistanceDTO as zt, MasterMainUnitDistanceQuerySchema as zu, type MasterMainUnitDistanceQueryDTO as zv, toMasterMainUnitDistancePayload as zw, newMasterMainUnitDistancePayload as zx, findMasterMainUnitDistances as zy, createMasterMainUnitDistance as zz };
23660
+ export { MasterMainIndustrySchema as $, type MasterMainLanguage as A, toBookMarkPayload as A0, newBookMarkPayload as A1, findBookMarks as A2, createBookMark as A3, updateBookMark as A4, deleteBookMark as A5, type MasterMainUnitDistance as B, type MasterMainUnitMileage as C, type MasterMainUnitVolume as D, type MasterMainSimProvider as E, type MasterFleetIncidentType as F, type MasterFleetIncidentStatus as G, type MasterFleetIncidentSeverity as H, type MasterFleetInsuranceClaimStatus as I, type MasterFleetServiceTask as J, type MasterExpenseName as K, type MasterExpenseType as L, type MasterMainCurrency as M, type MasterVendorType as N, type OrganisationSubCompany as O, type MasterVendorTag as P, type MasterVendorDocumentType as Q, type MasterFuelCompany as R, type MasterClass as S, type MasterProgram as T, type UserOrganisation as U, type MasterSemester as V, type MasterRelationship as W, type MasterSection as X, type MasterStream as Y, type MasterYear as Z, type MasterVehicle as _, type User as a, getOrganisationColorCache as a$, type MasterMainIndustryDTO as a0, MasterMainIndustryQuerySchema as a1, type MasterMainIndustryQueryDTO as a2, toMasterMainIndustryPayload as a3, newMasterMainIndustryPayload as a4, findMasterMainIndustry as a5, createMasterMainIndustry as a6, updateMasterMainIndustry as a7, deleteMasterMainIndustry as a8, getMasterMainIndustryCache as a9, deleteOrganisationSubCompany as aA, getOrganisationSubCompanyCache as aB, getOrganisationSubCompanyCacheCount as aC, getOrganisationSubCompanyCacheChild as aD, OrganisationBranchSchema as aE, type OrganisationBranchDTO as aF, OrganisationBranchQuerySchema as aG, type OrganisationBranchQueryDTO as aH, toOrganisationBranchPayload as aI, newOrganisationBranchPayload as aJ, findOrganisationBranchs as aK, createOrganisationBranch as aL, updateOrganisationBranch as aM, deleteOrganisationBranch as aN, getOrganisationBranchCache as aO, getOrganisationBranchCacheCount as aP, getOrganisationBranchCacheChild as aQ, OrganisationColorSchema as aR, type OrganisationColorDTO as aS, OrganisationColorQuerySchema as aT, type OrganisationColorQueryDTO as aU, toOrganisationColorPayload as aV, newOrganisationColorPayload as aW, findOrganisationColors as aX, createOrganisationColor as aY, updateOrganisationColor as aZ, deleteOrganisationColor as a_, MasterMainCurrencySchema as aa, type MasterMainCurrencyDTO as ab, MasterMainCurrencyQuerySchema as ac, type MasterMainCurrencyQueryDTO as ad, toMasterMainCurrencyPayload as ae, newMasterMainCurrencyPayload as af, findMasterMainCurrencies as ag, createMasterMainCurrency as ah, updateMasterMainCurrency as ai, deleteMasterMainCurrency as aj, getMasterMainCurrencyCacheAll as ak, getMasterMainCurrencyCache as al, OrganisationSubCompanySchema as am, type OrganisationSubCompanyDTO as an, OrganisationSubCompanyQuerySchema as ao, type OrganisationSubCompanyQueryDTO as ap, SubCompanyLogoSchema as aq, type SubCompanyLogoDTO as ar, toOrganisationSubCompanyPayload as as, newOrganisationSubCompanyPayload as at, get_organisation_sub_company_logo_presigned_url as au, update_organisation_sub_company_logo as av, delete_organisation_sub_company_logo as aw, findOrganisationSubCompanyies as ax, createOrganisationSubCompany as ay, updateOrganisationSubCompany as az, type UserAdmin as b, type GPSGeofenceTransactionSummaryDTO as b$, getOrganisationColorCacheCount as b0, getOrganisationColorCacheChild as b1, OrganisationTagSchema as b2, type OrganisationTagDTO as b3, OrganisationTagQuerySchema as b4, type OrganisationTagQueryDTO as b5, toOrganisationTagPayload as b6, newOrganisationTagPayload as b7, findOrganisationTags as b8, createOrganisationTag as b9, deleteMasterUserStatus as bA, getMasterUserStatusCache as bB, getMasterUserStatusCacheCount as bC, MasterMainLanguageSchema as bD, type MasterMainLanguageDTO as bE, MasterMainLanguageQuerySchema as bF, type MasterMainLanguageQueryDTO as bG, toMasterMainLanguagePayload as bH, newMasterMainLanguagePayload as bI, findMasterMainLanguages as bJ, createMasterMainLanguage as bK, updateMasterMainLanguage as bL, deleteMasterMainLanguage as bM, getMasterMainLanguageCache as bN, MasterMainDateFormatSchema as bO, type MasterMainDateFormatDTO as bP, MasterMainDateFormatQuerySchema as bQ, type MasterMainDateFormatQueryDTO as bR, toMasterMainDateFormatPayload as bS, newMasterMainDateFormatPayload as bT, findMasterMainDateFormats as bU, createMasterMainDateFormat as bV, updateMasterMainDateFormat as bW, deleteMasterMainDateFormat as bX, getMasterMainDateFormatCache as bY, type GPSGeofenceTransactionSummary as bZ, GPSGeofenceTransactionSummarySchema as b_, updateOrganisationTag as ba, deleteOrganisationTag as bb, getOrganisationTagCache as bc, getOrganisationTagCacheCount as bd, getOrganisationTagCacheChild as be, MasterUserRoleSchema as bf, type MasterUserRoleDTO as bg, MasterUserRoleQuerySchema as bh, type MasterUserRoleQueryDTO as bi, toMasterUserRolePayload as bj, newMasterUserRolePayload as bk, findMasterUserRoles as bl, createMasterUserRole as bm, updateMasterUserRole as bn, deleteMasterUserRole as bo, getMasterUserRoleCache as bp, getMasterUserRoleCacheCount as bq, MasterUserStatusSchema as br, type MasterUserStatusDTO as bs, MasterUserStatusQuerySchema as bt, type MasterUserStatusQueryDTO as bu, toMasterUserStatusPayload as bv, newMasterUserStatusPayload as bw, findMasterUserStatuses as bx, createMasterUserStatus as by, updateMasterUserStatus as bz, type MasterDriver as c, UserAdminLogoSchema as c$, GPSGeofenceTransactionSummaryQuerySchema as c0, type GPSGeofenceTransactionSummaryQueryDTO as c1, toGPSGeofenceTransactionSummaryPayload as c2, newGPSGeofenceTransactionSummaryPayload as c3, findGPSGeofenceTransactionSummary as c4, createGPSGeofenceTransactionSummary as c5, updateGPSGeofenceTransactionSummary as c6, deleteGPSGeofenceTransactionSummary as c7, type GPSGeofenceTransaction as c8, GPSGeofenceTransactionSchema as c9, type GPSGeofenceDTO as cA, GPSGeofenceQuerySchema as cB, type GPSGeofenceQueryDTO as cC, toGPSGeofencePayload as cD, newGPSGeofencePayload as cE, findGPSGeofence as cF, createGPSGeofence as cG, updateGPSGeofence as cH, deleteGPSGeofence as cI, getGPSGeofenceCache as cJ, type OrganisationNotificationPreference as cK, type OrganisationNotificationPreferenceVehicleLink as cL, type OrganisationNotificationPreferenceGeofenceLink as cM, type OrganisationNotificationPreferenceUserLink as cN, OrganisationNotificationPreferenceSchema as cO, type OrganisationNotificationPreferenceDTO as cP, OrganisationNotificationPreferenceQuerySchema as cQ, type OrganisationNotificationPreferenceQueryDTO as cR, toOrganisationNotificationPreferencePayload as cS, newOrganisationNotificationPreferencePayload as cT, findOrganisationNotificationPreference as cU, createOrganisationNotificationPreference as cV, updateOrganisationNotificationPreference as cW, deleteOrganisationNotificationPreference as cX, type UserAdminLoginPush as cY, UserAdminSchema as cZ, type UserAdminDTO as c_, type GPSGeofenceTransactionDTO as ca, GPSGeofenceTransactionQuerySchema as cb, type GPSGeofenceTransactionQueryDTO as cc, toGPSGeofenceTransactionPayload as cd, newGPSGeofenceTransactionPayload as ce, findGPSGeofenceTransaction as cf, createGPSGeofenceTransaction as cg, updateGPSGeofenceTransaction as ch, deleteGPSGeofenceTransaction as ci, type TripGeofenceToGeofence as cj, TripGeofenceToGeofenceSchema as ck, type TripGeofenceToGeofenceDTO as cl, TripGeofenceToGeofenceQuerySchema as cm, type TripGeofenceToGeofenceQueryDTO as cn, toTripGeofenceToGeofencePayload as co, newTripGeofenceToGeofencePayload as cp, findTripGeofenceToGeofence as cq, createTripGeofenceToGeofence as cr, updateTripGeofenceToGeofence as cs, deleteTripGeofenceToGeofence as ct, type GPSGeofence as cu, type GPSGeofencePolilineData as cv, type GPSGeofenceCache as cw, GPSGeofencePolilineDataSchema as cx, type GPSGeofencePolilineDataDTO as cy, GPSGeofenceSchema as cz, type MasterVehicleType as d, MasterVehicleFuelUnitSchema as d$, type UserAdminLogoDTO as d0, UserAdminProfileSchema as d1, type UserAdminProfileDTO as d2, UserAdminQuerySchema as d3, type UserAdminQueryDTO as d4, toUserAdminProfilePayload as d5, newUserAdminPayload as d6, get_admin_image_presigned_url as d7, update_admin_image as d8, delete_admin_image as d9, updateTicket as dA, updateVerifyStatus as dB, deleteTicket as dC, type MasterMainLandMark as dD, MasterMainLandmarkSchema as dE, type MasterMainLandmarkDTO as dF, MasterMainLandmarkQuerySchema as dG, type MasterMainLandmarkQueryDTO as dH, toMasterMainLandmarkPayload as dI, newMasterMainLandmarkPayload as dJ, findMasterMainCountries$1 as dK, createMasterMainCountry$1 as dL, updateMasterMainCountry$1 as dM, deleteMasterMainCountry$1 as dN, MasterVehicleFuelTypeSchema as dO, type MasterVehicleFuelTypeDTO as dP, MasterVehicleFuelTypeQuerySchema as dQ, type MasterVehicleFuelTypeQueryDTO as dR, toMasterVehicleFuelTypePayload as dS, newMasterVehicleFuelTypePayload as dT, findMasterVehicleFuelTypes as dU, createMasterVehicleFuelType as dV, updateMasterVehicleFuelType as dW, deleteMasterVehicleFuelType as dX, getMasterVehicleFuelTypeCache as dY, getMasterVehicleFuelTypeCacheCount as dZ, getMasterVehicleFuelTypeCacheChild as d_, findUserAdmin as da, createUserAdmin as db, updateUserAdmin as dc, deleteUserAdmin as dd, updateUserAdminProfile as de, getAdminUserCache as df, type Ticket as dg, type TicketFile as dh, TicketFileSchema as di, type TicketFileDTO as dj, TicketSchema as dk, type TicketDTO as dl, TicketVerifySchema as dm, type TicketVerifyDTO as dn, TicketQuerySchema as dp, type TicketQueryDTO as dq, toTicketPayload as dr, newTicketPayload as ds, newVerifyTicketPayload as dt, toVerifyTicketPayload as du, get_ticket_file_presigned_url as dv, create_ticket_file as dw, remove_ticket_file as dx, findTickets as dy, createTicket as dz, type MasterVehicleMake as e, createMasterFleetInsuranceClaimStatus as e$, type MasterVehicleFuelUnitDTO as e0, MasterVehicleFuelUnitQuerySchema as e1, type MasterVehicleFuelUnitQueryDTO as e2, toMasterVehicleFuelUnitPayload as e3, newMasterVehicleFuelUnitPayload as e4, findMasterVehicleFuelUnits as e5, createMasterVehicleFuelUnit as e6, updateMasterVehicleFuelUnit as e7, deleteMasterVehicleFuelUnit as e8, getMasterVehicleFuelUnitCache as e9, MasterVendorDocumentTypeQuerySchema as eA, type MasterVendorDocumentTypeQueryDTO as eB, toMasterVendorDocumentTypePayload as eC, newMasterVendorDocumentTypePayload as eD, findMasterVendorDocumentTypes as eE, createMasterVendorDocumentType as eF, updateMasterVendorDocumentType as eG, deleteMasterVendorDocumentType as eH, getMasterVendorDocumentTypeCache as eI, MasterFleetServiceTaskSchema as eJ, type MasterFleetServiceTaskDTO as eK, MasterFleetServiceTaskQuerySchema as eL, type MasterFleetServiceTaskQueryDTO as eM, toMasterFleetServiceTaskPayload as eN, newMasterFleetServiceTaskPayload as eO, findMasterFleetServiceTasks as eP, createMasterFleetServiceTask as eQ, updateMasterFleetServiceTask as eR, deleteMasterFleetServiceTask as eS, getMasterFleetServiceTaskCache as eT, MasterFleetInsuranceClaimStatusSchema as eU, type MasterFleetInsuranceClaimStatusDTO as eV, MasterFleetInsuranceClaimStatusQuerySchema as eW, type MasterFleetInsuranceClaimStatusQueryDTO as eX, toMasterFleetInsuranceClaimStatusPayload as eY, newMasterFleetInsuranceClaimStatusPayload as eZ, findMasterFleetInsuranceClaimStatuses as e_, getMasterVehicleFuelUnitCacheCount as ea, getMasterVehicleFuelUnitCacheChild as eb, MasterVendorTypeSchema as ec, type MasterVendorTypeDTO as ed, MasterVendorTypeQuerySchema as ee, type MasterVendorTypeQueryDTO as ef, toMasterVendorTypePayload as eg, newMasterVendorTypePayload as eh, findMasterVendorTypes as ei, createMasterVendorType as ej, updateMasterVendorType as ek, deleteMasterVendorType as el, getMasterVendorTypeCache as em, MasterVendorTagSchema as en, type MasterVendorTagDTO as eo, MasterVendorTagQuerySchema as ep, type MasterVendorTagQueryDTO as eq, toMasterVendorTagPayload as er, newMasterVendorTagPayload as es, findMasterVendorTags as et, createMasterVendorTag as eu, updateMasterVendorTag as ev, deleteMasterVendorTag as ew, getMasterVendorTagCache as ex, MasterVendorDocumentTypeSchema as ey, type MasterVendorDocumentTypeDTO as ez, type MasterVehicleStatusType as f, toFleetIncidentManagementPayload as f$, updateMasterFleetInsuranceClaimStatus as f0, deleteMasterFleetInsuranceClaimStatus as f1, getMasterFleetInsuranceClaimStatusCache as f2, MasterFleetIncidentSeveritySchema as f3, type MasterFleetIncidentSeverityDTO as f4, MasterFleetIncidentSeverityQuerySchema as f5, type MasterFleetIncidentSeverityQueryDTO as f6, toMasterFleetIncidentSeverityPayload as f7, newMasterFleetIncidentSeverityPayload as f8, findMasterFleetIncidentSeverities as f9, MasterExpenseNameSchema as fA, type MasterExpenseNameDTO as fB, MasterExpenseNameQuerySchema as fC, type MasterExpenseNameQueryDTO as fD, toMasterExpenseNamePayload as fE, newMasterExpenseNamePayload as fF, findMasterExpenseNames as fG, createMasterExpenseName as fH, updateMasterExpenseName as fI, deleteMasterExpenseName as fJ, getMasterExpenseNameCache as fK, type FleetIncidentManagement as fL, type FleetIncidentManagementCost as fM, type FleetIncidentManagementFile as fN, type IncidentDashboard as fO, FleetIncidentManagementFileSchema as fP, type FleetIncidentManagementFileDTO as fQ, FleetIncidentManagementSchema as fR, type FleetIncidentManagementDTO as fS, FleetIncidentManagementQuerySchema as fT, type FleetIncidentManagementQueryDTO as fU, FleetIncidentManagementDashBoardQuerySchema as fV, type FleetIncidentManagementDashBoardQueryDTO as fW, FleetIncidentManagementCostSchema as fX, type FleetIncidentManagementCostDTO as fY, FleetIncidentManagementCostQuerySchema as fZ, type FleetIncidentManagementCostQueryDTO as f_, createMasterFleetIncidentSeverity as fa, updateMasterFleetIncidentSeverity as fb, deleteMasterFleetIncidentSeverity as fc, getMasterFleetIncidentSeverityCache as fd, MasterFleetIncidentStatusSchema as fe, type MasterFleetIncidentStatusDTO as ff, MasterFleetIncidentStatusQuerySchema as fg, type MasterFleetIncidentStatusQueryDTO as fh, toMasterFleetIncidentStatusPayload as fi, newMasterFleetIncidentStatusPayload as fj, findMasterFleetIncidentStatuses as fk, createMasterFleetIncidentStatus as fl, updateMasterFleetIncidentStatus as fm, deleteMasterFleetIncidentStatus as fn, getMasterFleetIncidentStatusCache as fo, MasterFleetIncidentTypeSchema as fp, type MasterFleetIncidentTypeDTO as fq, MasterFleetIncidentTypeQuerySchema as fr, type MasterFleetIncidentTypeQueryDTO as fs, toMasterFleetIncidentTypePayload as ft, newMasterFleetIncidentTypePayload as fu, findMasterFleetIncidentTypes as fv, createMasterFleetIncidentType as fw, updateMasterFleetIncidentType as fx, deleteMasterFleetIncidentType as fy, getMasterFleetIncidentTypeCache as fz, type MasterVehicleOwnershipType as g, FleetIssueManagementDashBoardQuerySchema as g$, newFleetIncidentManagementPayload as g0, toFleetIncidentManagementCostPayload as g1, newFleetIncidentManagementCostPayload as g2, get_incident_file_presigned_url as g3, create_incident_file as g4, remove_incident_file as g5, createFleetIncidentManagement as g6, findFleetIncidentManagement as g7, updateFleetIncidentManagement as g8, deleteFleetIncidentManagement as g9, type FleetInspectionQueryDTO as gA, FleetInspectionDashBoardQuerySchema as gB, type FleetInspectionDashBoardQueryDTO as gC, FleetInspectionCheckPendingQuerySchema as gD, type FleetInspectionCheckPendingQueryDTO as gE, toFleetInspectionPayload as gF, newFleetInspectionPayload as gG, get_inspection_file_presigned_url as gH, create_service_file$1 as gI, remove_service_file$1 as gJ, findFleetInspection as gK, createFleetInspection as gL, updateFleetInspection as gM, deleteFleetInspection as gN, inspection_dashboard as gO, find_check_pending as gP, type FleetIssueManagement as gQ, type FleetIssueManagementHistory as gR, type FleetIssueManagementComment as gS, type FleetIssueManagementFile as gT, type IssueDashboard as gU, FleetIssueManagementFileSchema as gV, type FleetIssueManagementFileDTO as gW, FleetIssueManagementSchema as gX, type FleetIssueManagementDTO as gY, FleetIssueManagementQuerySchema as gZ, type FleetIssueManagementQueryDTO as g_, incident_dashboard as ga, createFleetIncidentManagementCost as gb, findFleetIncidentManagementCost as gc, updateFleetIncidentManagementCost as gd, deleteFleetIncidentManagementCost as ge, type FleetInspectionForm as gf, type FleetInspectionFormSimple as gg, FleetInspectionFormSchema as gh, type FleetInspectionFormDTO as gi, FleetInspectionFormQuerySchema as gj, type FleetInspectionFormQueryDTO as gk, toFleetInspectionFormPayload as gl, newFleetInspectionFormPayload as gm, findFleetInspectionForm as gn, createFleetInspectionForm as go, updateFleetInspectionForm as gp, deleteFleetInspectionForm as gq, getFleetInspectionFormCacheSimple as gr, type FleetInspection as gs, type FleetInspectionFile as gt, type InspectionDashboard as gu, FleetInspectionFileSchema as gv, type FleetInspectionFileDTO as gw, FleetInspectionSchema as gx, type FleetInspectionDTO as gy, FleetInspectionQuerySchema as gz, type MasterVehicleAssociatedTo as h, deleteFleetServiceReminder as h$, type FleetIssueManagementDashBoardQueryDTO as h0, FleetIssueManagementCommentSchema as h1, type FleetIssueManagementCommentDTO as h2, FleetIssueManagementCommentQuerySchema as h3, type FleetIssueManagementCommentQueryDTO as h4, toFleetIssueManagementPayload as h5, newFleetIssueManagementPayload as h6, toFleetIssueManagementCommentPayload as h7, newFleetIssueManagementCommentPayload as h8, get_issue_file_presigned_url as h9, FleetServiceManagementTaskQuerySchema as hA, type FleetServiceManagementTaskQueryDTO as hB, FleetServiceReminderSchema as hC, type FleetServiceReminderDTO as hD, FleetServiceReminderQuerySchema as hE, type FleetServiceReminderQueryDTO as hF, toFleetServiceManagementPayload as hG, newFleetServiceManagementPayload as hH, toFleetServiceManagementTaskPayload as hI, newFleetServiceManagementTaskPayload as hJ, toFleetServiceReminderPayload as hK, newFleetServiceReminderPayload as hL, get_service_file_presigned_url as hM, create_service_file as hN, remove_service_file as hO, findFleetServiceManagement as hP, createFleetServiceManagement as hQ, updateFleetServiceManagement as hR, deleteFleetServiceManagement as hS, service_dashboard as hT, findFleetServiceManagementTask as hU, createFleetServiceManagementTask as hV, updateFleetServiceManagementTask as hW, deleteFleetServiceManagementTask as hX, findFleetServiceReminder as hY, createFleetServiceReminder as hZ, updateFleetServiceReminder as h_, create_issue_file as ha, remove_issue_file as hb, findFleetIssueManagement as hc, createFleetIssueManagement as hd, updateFleetIssueManagement as he, deleteFleetIssueManagement as hf, issue_dashboard as hg, findFleetIssueManagementComment as hh, createFleetIssueManagementComment as hi, updateFleetIssueManagementComment as hj, deleteFleetIssueManagementComment as hk, type FleetServiceManagement as hl, type FleetServiceManagementTask as hm, type FleetServiceManagementFile as hn, type FleetServiceReminder as ho, type ServiceDashboard as hp, FleetServiceManagementFileSchema as hq, type FleetServiceManagementFileDTO as hr, FleetServiceManagementSchema as hs, type FleetServiceManagementDTO as ht, FleetServiceManagementQuerySchema as hu, type FleetServiceManagementQueryDTO as hv, FleetServiceManagementDashBoardQuerySchema as hw, type FleetServiceManagementDashBoardQueryDTO as hx, FleetServiceManagementTaskSchema as hy, type FleetServiceManagementTaskDTO as hz, type MasterVehicleFuelType as i, FleetVendorAddressQuerySchema as i$, type FleetVendorServiceCenter as i0, type FleetVendorServiceCenterSimple as i1, FleetVendorServiceCenterSchema as i2, type FleetVendorServiceCenterDTO as i3, FleetVendorServiceCenterQuerySchema as i4, type FleetVendorServiceCenterQueryDTO as i5, toFleetVendorServiceCenterPayload as i6, newFleetVendorServiceCenterPayload as i7, findFleetVendorServiceCenter as i8, createFleetVendorServiceCenter as i9, type FleetVendorFuelStationQueryDTO as iA, toFleetVendorFuelStationPayload as iB, newFleetVendorFuelStationPayload as iC, findFleetVendorFuelStation as iD, createFleetVendorFuelStation as iE, updateFleetVendorFuelStation as iF, deleteFleetVendorFuelStation as iG, getFleetVendorFuelStationCacheSimple as iH, type FleetVendor as iI, type VendorDashboard as iJ, type FleetVendorSimple as iK, type FleetVendorTypeLink as iL, type FleetVendorTagLink as iM, type FleetVendorAddress as iN, type FleetVendorBankAccount as iO, type FleetVendorContactPersons as iP, type FleetVendorReview as iQ, type FleetVendorDocument as iR, type FleetVendorDocumentFile as iS, FleetVendorLogoSchema as iT, type FleetVendorLogoDTO as iU, FleetVendorContactPersonsLogoSchema as iV, type FleetVendorContactPersonsLogoDTO as iW, FleetVendorDocumentFileSchema as iX, type FleetVendorDocumentFileDTO as iY, FleetVendorAddressSchema as iZ, type FleetVendorAddressDTO as i_, updateFleetVendorServiceCenter as ia, deleteFleetVendorServiceCenter as ib, getFleetVendorServiceCenterCacheSimple as ic, MasterFuelCompanySchema as id, type MasterFuelCompanyDTO as ie, MasterFuelCompanyQuerySchema as ig, type MasterFuelCompanyQueryDTO as ih, FuelCompanyLogoSchema as ii, type FuelCompanyLogoDTO as ij, toMasterFuelCompanyPayload as ik, newMasterFuelCompanyPayload as il, get_master_fuel_company_presigned_url as im, update_master_fuel_company_logo as io, delete_master_fuel_company_logo as ip, findMasterFuelCompanys as iq, createMasterFuelCompany as ir, updateMasterFuelCompany as is, deleteMasterFuelCompany as it, getMasterFuelCompanyCache as iu, type FleetVendorFuelStation as iv, type FleetVendorFuelStationSimple as iw, FleetVendorFuelStationSchema as ix, type FleetVendorFuelStationDTO as iy, FleetVendorFuelStationQuerySchema as iz, type MasterVehicleFuelUnit as j, updateFleetVendorReview as j$, type FleetVendorAddressQueryDTO as j0, FleetVendorBankAccountSchema as j1, type FleetVendorBankAccountDTO as j2, FleetVendorBankAccountQuerySchema as j3, type FleetVendorBankAccountQueryDTO as j4, FleetVendorContactPersonsSchema as j5, type FleetVendorContactPersonsDTO as j6, FleetVendorContactPersonsQuerySchema as j7, type FleetVendorContactPersonsQueryDTO as j8, FleetVendorReviewSchema as j9, get_vendor_contact_person_logo_presigned_url as jA, get_vendor_document_file_presigned_url as jB, update_vendor_logo as jC, delete_vendor_logo as jD, update_vendor_contact_person_logo as jE, delete_vendor_contact_person_logo as jF, create_vendor_document_file as jG, remove_vendor_document_file as jH, findFleetVendor as jI, createFleetVendor as jJ, updateFleetVendor as jK, deleteFleetVendor as jL, vendor_dashboard as jM, createFleetVendorAddress as jN, findFleetVendorAddress as jO, updateFleetVendorAddress as jP, deleteFleetVendorAddress as jQ, createFleetVendorBankAccount as jR, findFleetVendorBankAccount as jS, updateFleetVendorBankAccount as jT, deleteFleetVendorBankAccount as jU, createFleetVendorContactPersons as jV, findFleetVendorContactPersons as jW, updateFleetVendorContactPersons as jX, deleteFleetVendorContactPersons as jY, createFleetVendorReview as jZ, findFleetVendorReview as j_, type FleetVendorReviewDTO as ja, FleetVendorReviewQuerySchema as jb, type FleetVendorReviewQueryDTO as jc, FleetVendorDocumentSchema as jd, type FleetVendorDocumentDTO as je, FleetVendorDocumentQuerySchema as jf, type FleetVendorDocumentQueryDTO as jg, FleetVendorSchema as jh, type FleetVendorDTO as ji, FleetVendorQuerySchema as jj, type FleetVendorQueryDTO as jk, FleetVendorDashBoardQuerySchema as jl, type FleetVendorDashBoardQueryDTO as jm, toFleetVendorPayload as jn, newFleetVendorPayload as jo, toFleetVendorAddressPayload as jp, newFleetVendorAddressPayload as jq, toFleetVendorBankAccountPayload as jr, newFleetVendorBankAccountPayload as js, toFleetVendorContactPersonsPayload as jt, newFleetVendorContactPersonsPayload as ju, toFleetVendorReviewPayload as jv, newFleetVendorReviewPayload as jw, toFleetVendorDocumentPayload as jx, newFleetVendorDocumentPayload as jy, get_vendor_logo_presigned_url as jz, type MasterVehicleFuelRemovalReason as k, updateFleetInspectionSchedule as k$, deleteFleetVendorReview as k0, createFleetVendorDocument as k1, findFleetVendorDocument as k2, updateFleetVendorDocument as k3, deleteFleetVendorDocument as k4, getFleetVendorCacheSimple as k5, type FleetFuelRefill as k6, type FleetFuelRefillFile as k7, FleetFuelRefillFileSchema as k8, type FleetFuelRefillFileDTO as k9, type FleetFuelRemoval as kA, type FleetFuelRemovalFile as kB, FleetFuelRemovalFileSchema as kC, type FleetFuelRemovalFileDTO as kD, FleetFuelRemovalSchema as kE, type FleetFuelRemovalDTO as kF, FleetFuelRemovalQuerySchema as kG, type FleetFuelRemovalQueryDTO as kH, toFleetFuelRemovalPayload as kI, newFleetFuelRemovalPayload as kJ, get_fuel_removal_file_presigned_url as kK, create_fuel_removal_file as kL, remove_fuel_removal_file as kM, findFleetFuelRemoval as kN, createFleetFuelRemoval as kO, updateFleetFuelRemoval as kP, deleteFleetFuelRemoval as kQ, type FleetInspectionSchedule as kR, type FleetInspectionScheduleVehicleLink as kS, FleetInspectionScheduleSchema as kT, type FleetInspectionScheduleDTO as kU, FleetInspectionScheduleQuerySchema as kV, type FleetInspectionScheduleQueryDTO as kW, toFleetInspectionSchedulePayload as kX, newFleetInspectionSchedulePayload as kY, findFleetInspectionSchedule as kZ, createFleetInspectionSchedule as k_, FleetFuelRefillSchema as ka, type FleetFuelRefillDTO as kb, FleetFuelRefillQuerySchema as kc, type FleetFuelRefillQueryDTO as kd, toFleetFuelRefillPayload as ke, newFleetFuelRefillPayload as kf, get_fuel_refill_file_presigned_url as kg, create_fuel_refill_file as kh, remove_fuel_refill_file as ki, findFleetFuelRefill as kj, createFleetFuelRefill as kk, updateFleetFuelRefill as kl, deleteFleetFuelRefill as km, MasterVehicleFuelRemovalReasonSchema as kn, type MasterVehicleFuelRemovalReasonDTO as ko, MasterVehicleFuelRemovalReasonQuerySchema as kp, type MasterVehicleFuelRemovalReasonQueryDTO as kq, toMasterVehicleFuelRemovalReasonPayload as kr, newMasterVehicleFuelRemovalReasonPayload as ks, findMasterVehicleFuelRemovalReasons as kt, createMasterVehicleFuelRemovalReason as ku, updateMasterVehicleFuelRemovalReason as kv, deleteMasterVehicleFuelRemovalReason as kw, getMasterVehicleFuelRemovalReasonCache as kx, getMasterVehicleFuelRemovalReasonCacheCount as ky, getMasterVehicleFuelRemovalReasonCacheChild as kz, type MasterVehicleDocumentType as l, fuel_dashboard as l$, deleteFleetInspectionSchedule as l0, type FleetServiceSchedule as l1, type FleetServiceScheduleVehicleLink as l2, FleetServiceScheduleSchema as l3, type FleetServiceScheduleDTO as l4, FleetServiceScheduleQuerySchema as l5, type FleetServiceScheduleQueryDTO as l6, toFleetServiceSchedulePayload as l7, newFleetServiceSchedulePayload as l8, findFleetServiceSchedule as l9, createUser as lA, updateUser as lB, deleteUser as lC, updateUserProfile as lD, getUserCache as lE, getUserCacheSimple as lF, updateUserDefaultLanguage as lG, updateUserDefaultTimezone as lH, updateUserDefaultDateformat as lI, type FleetFuelDailySummary as lJ, FleetFuelDailySummarySchema as lK, type FleetFuelDailySummaryDTO as lL, FleetFuelDailySummaryQuerySchema as lM, type FleetFuelDailySummaryQueryDTO as lN, FleetFuelDailyMonthlySummaryQuerySchema as lO, type FleetFuelDailyMonthlySummaryQueryDTO as lP, AllVehiclesFuelDailySummaryQuerySchema as lQ, type AllVehiclesFuelDailySummaryDTO as lR, FleetFuelDailySummaryDashBoardQuerySchema as lS, type FleetFuelDailySummaryDashBoardQueryDTO as lT, type FuelDashboard as lU, toFleetFuelDailySummaryPayload as lV, newFleetFuelDailySummaryPayload as lW, findFleetFuelDailySummary as lX, createFleetFuelDailySummary as lY, updateFleetFuelDailySummary as lZ, deleteFleetFuelDailySummary as l_, createFleetServiceSchedule as la, updateFleetServiceSchedule as lb, deleteFleetServiceSchedule as lc, type UserVehicleLink as ld, type UserLoginPush as le, UserSchema as lf, type UserDTO as lg, UserQuerySchema as lh, type UserQueryDTO as li, UserLogoSchema as lj, type UserLogoDTO as lk, UserProfileSchema as ll, type UserProfileDTO as lm, UserDefaultLanguageSchema as ln, type UserDefaultLanguageDTO as lo, UserDefaultTimeZoneSchema as lp, type UserDefaultTimeZoneDTO as lq, UserDefaultDateFormatSchema as lr, type UserDefaultDateFormatDTO as ls, toUserPayload as lt, toUserProfilePayload as lu, newUserPayload as lv, get_user_image_presigned_url as lw, update_user_image as lx, delete_user_image as ly, findUser as lz, type MasterUserRole as m, type MasterVehicleModel as m$, findFleetFuelMonthlySummary as m0, findVehicleFuelSummary as m1, type MasterDriverFile as m2, type AssignRemoveDriverHistory as m3, type DriverLoginPush as m4, MasterDriverFileSchema as m5, type MasterDriverFileDTO as m6, MasterDriverSchema as m7, type MasterDriverDTO as m8, MasterDriverQuerySchema as m9, OrganisationGroupQuerySchema as mA, type OrganisationGroupQueryDTO as mB, toOrganisationGroupPayload as mC, newOrganisationGroupPayload as mD, findOrganisationGroups as mE, createOrganisationGroup as mF, updateOrganisationGroup as mG, deleteOrganisationGroup as mH, getOrganisationGroupCache as mI, getOrganisationGroupCacheCount as mJ, getOrganisationGroupCacheChild as mK, type MasterVehicleSubModel as mL, MasterVehicleSubModelSchema as mM, type MasterVehicleSubModelDTO as mN, MasterVehicleSubModelQuerySchema as mO, type MasterVehicleSubModelQueryDTO as mP, FindCacheSchema$5 as mQ, type FindCacheDTO$5 as mR, toMasterVehicleSubModelPayload as mS, newMasterVehicleSubModelPayload as mT, findMasterVehicleSubModels as mU, createMasterVehicleSubModel as mV, updateMasterVehicleSubModel as mW, deleteMasterVehicleSubModel as mX, getMasterVehicleSubModelCache as mY, getMasterVehicleSubModelCacheCount as mZ, getMasterVehicleSubModelCacheChild as m_, type MasterDriverQueryDTO as ma, MasterDriverLogoSchema as mb, type MasterDriverLogoDTO as mc, MasterDriverProfileSchema as md, type MasterDriverProfileDTO as me, toDriverPayload as mf, newDriverPayload as mg, toDriverProfilePayload as mh, get_master_driver_logo_presigned_url as mi, get_master_driver_file_presigned_url as mj, update_master_driver_logo as mk, delete_master_driver_logo as ml, create_master_driver_file as mm, remove_master_driver_file as mn, findMasterDriver as mo, createMasterDriver as mp, updateMasterDriver as mq, deleteMasterDriver as mr, updateMasterDriverLogo as ms, deleteMasterDriverLogo as mt, updateMasterDriverProfile as mu, getMasterDriverCache as mv, getMasterDriverCacheSimple as mw, type VehicleOrganisationGroupLink as mx, OrganisationGroupSchema as my, type OrganisationGroupDTO as mz, type MasterUserStatus as n, deleteMasterVehicleType as n$, MasterVehicleModelSchema as n0, type MasterVehicleModelDTO as n1, MasterVehicleModelQuerySchema as n2, type MasterVehicleModelQueryDTO as n3, FindCacheSchema$4 as n4, type FindCacheDTO$4 as n5, toMasterVehicleModelPayload as n6, newMasterVehicleModelPayload as n7, findMasterVehicleModels as n8, createMasterVehicleModel as n9, updateMasterVehicleStatusType as nA, deleteMasterVehicleStatusType as nB, getMasterVehicleStatusTypeCache as nC, getMasterVehicleStatusTypeCacheCount as nD, getMasterVehicleStatusTypeCacheChild as nE, MasterVehicleOwnershipTypeSchema as nF, type MasterVehicleOwnershipTypeDTO as nG, MasterVehicleOwnershipTypeQuerySchema as nH, type MasterVehicleOwnershipTypeQueryDTO as nI, toMasterVehicleOwnershipTypePayload as nJ, newMasterVehicleOwnershipTypePayload as nK, findMasterVehicleOwnershipTypes as nL, createMasterVehicleOwnershipType as nM, updateMasterVehicleOwnershipType as nN, deleteMasterVehicleOwnershipType as nO, getMasterVehicleOwnershipTypeCache as nP, getMasterVehicleOwnershipTypeCacheCount as nQ, getMasterVehicleOwnershipTypeCacheChild as nR, MasterVehicleTypeSchema as nS, type MasterVehicleTypeDTO as nT, MasterVehicleTypeQuerySchema as nU, type MasterVehicleTypeQueryDTO as nV, toMasterVehicleTypePayload as nW, newMasterVehicleTypePayload as nX, findMasterVehicleTypes as nY, createMasterVehicleType as nZ, updateMasterVehicleType as n_, updateMasterVehicleModel as na, deleteMasterVehicleModel as nb, getMasterVehicleModelCache as nc, getMasterVehicleModelCacheCount as nd, getMasterVehicleModelCacheChild as ne, MasterVehicleMakeSchema as nf, type MasterVehicleMakeDTO as ng, MasterVehicleMakeQuerySchema as nh, type MasterVehicleMakeQueryDTO as ni, toMasterVehicleMakePayload as nj, newMasterVehicleMakePayload as nk, findMasterVehicleMakes as nl, createMasterVehicleMake as nm, updateMasterVehicleMake as nn, deleteMasterVehicleMake as no, getMasterVehicleMakeCache as np, getMasterVehicleMakeCacheCount as nq, getMasterVehicleMakeCacheChild as nr, MasterVehicleStatusTypeSchema as ns, type MasterVehicleStatusTypeDTO as nt, MasterVehicleStatusTypeQuerySchema as nu, type MasterVehicleStatusTypeQueryDTO as nv, toMasterVehicleStatusTypePayload as nw, newMasterVehicleStatusTypePayload as nx, findMasterVehicleStatusTypes as ny, createMasterVehicleStatusType as nz, type MasterTyreMake as o, createGPSLiveTrackShareLinkNotification as o$, getMasterVehicleTypeCache as o0, getMasterVehicleTypeCacheCount as o1, getMasterVehicleTypeCacheChild as o2, MasterVehicleAssociatedToSchema as o3, type MasterVehicleAssociatedToDTO as o4, MasterVehicleAssociatedToQuerySchema as o5, type MasterVehicleAssociatedToQueryDTO as o6, toMasterVehicleAssociatedToPayload as o7, newMasterVehicleAssociatedToPayload as o8, findMasterVehicleAssociatedTos as o9, type OrganisationReportPreferenceQueryDTO as oA, toOrganisationReportPreferencePayload as oB, newOrganisationReportPreferencePayload as oC, findOrganisationReportPreference as oD, createOrganisationReportPreference as oE, updateOrganisationReportPreference as oF, deleteOrganisationReportPreference as oG, findOrganisationReportAutomationMail as oH, type GPSLiveTrackShareLink as oI, type GPSLiveTrackShareLinkNotification as oJ, GPSLiveTrackShareLinkNotificationSchema as oK, type GPSLiveTrackShareLinkNotificationDTO as oL, GPSLiveTrackShareLinkSchema as oM, type GPSLiveTrackShareLinkDTO as oN, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as oO, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as oP, GPSLiveTrackShareLinkUpdateLinkStatusSchema as oQ, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as oR, GPSLiveTrackShareLinkQuerySchema as oS, type GPSLiveTrackShareLinkQueryDTO as oT, toGPSLiveTrackShareLinkPayload as oU, newGPSLiveTrackShareLinkPayload as oV, findGPSLiveTrackShareLink as oW, createGPSLiveTrackShareLink as oX, extendGPSLiveTrackLinkTime as oY, updateGPSLiveTrackLinkStatus as oZ, deleteGPSLiveTrackShareLink as o_, createMasterVehicleAssociatedTo as oa, updateMasterVehicleAssociatedTo as ob, deleteMasterVehicleAssociatedTo as oc, getMasterVehicleAssociatedToCache as od, getMasterVehicleAssociatedToCacheCount as oe, getMasterVehicleAssociatedToCacheChild as of, MasterVehicleDocumentTypeSchema as og, type MasterVehicleDocumentTypeDTO as oh, MasterVehicleDocumentTypeQuerySchema as oi, type MasterVehicleDocumentTypeQueryDTO as oj, toMasterVehicleDocumentTypePayload as ok, newMasterVehicleDocumentTypePayload as ol, findMasterVehicleDocumentTypes as om, createMasterVehicleDocumentType as on, updateMasterVehicleDocumentType as oo, deleteMasterVehicleDocumentType as op, getMasterVehicleDocumentTypeCache as oq, type OrganisationReportPreference as or, type OrganisationReportPreferenceVehicleLink as os, type OrganisationReportAutomationMail as ot, type OrganisationReportAutomationMailVehicleLink as ou, OrganisationReportAutomationMailQuerySchema as ov, type OrganisationReportAutomationMailQueryDTO as ow, OrganisationReportPreferenceSchema as ox, type OrganisationReportPreferenceDTO as oy, OrganisationReportPreferenceQuerySchema as oz, type MasterTyreGrade as p, getMasterSemesterCache as p$, type GPSTrackHistoryShareLink as p0, type GPSTrackHistoryShareLinkNotification as p1, GPSTrackHistoryShareLinkNotificationSchema as p2, type GPSTrackHistoryShareLinkNotificationDTO as p3, GPSTrackHistoryShareLinkSchema as p4, type GPSTrackHistoryShareLinkDTO as p5, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as p6, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as p7, GPSTrackHistoryShareLinkQuerySchema as p8, type GPSTrackHistoryShareLinkQueryDTO as p9, createMasterProgram as pA, updateMasterProgram as pB, deleteMasterProgram as pC, getMasterProgramCache as pD, getMasterProgramCacheCount as pE, MasterSectionSchema as pF, type MasterSectionDTO as pG, MasterSectionQuerySchema as pH, type MasterSectionQueryDTO as pI, toMasterSectionPayload as pJ, newMasterSectionPayload as pK, findMasterSection as pL, createMasterSection as pM, updateMasterSection as pN, deleteMasterSection as pO, getMasterSectionCache as pP, getMasterSectionCacheCount as pQ, MasterSemesterSchema as pR, type MasterSemesterDTO as pS, MasterSemesterQuerySchema as pT, type MasterSemesterQueryDTO as pU, toMasterSemesterPayload as pV, newMasterSemesterPayload as pW, findMasterSemester as pX, createMasterSemester as pY, updateMasterSemester as pZ, deleteMasterSemester as p_, toGPSTrackHistoryShareLinkPayload as pa, newGPSTrackHistoryShareLinkPayload as pb, findGPSTrackHistoryShareLink as pc, createGPSTrackHistoryShareLink as pd, updateTrackHistoryLinkStatus as pe, deleteGPSTrackHistoryShareLink as pf, createGPSTrackHistoryShareLinkNotification as pg, MasterClassSchema as ph, type MasterClassDTO as pi, MasterClassQuerySchema as pj, type MasterClassQueryDTO as pk, toMasterClassPayload as pl, newMasterClassPayload as pm, findMasterClass as pn, createMasterClass as po, updateMasterClass as pp, deleteMasterClass as pq, getMasterClassCache as pr, getMasterClassCacheCount as ps, MasterProgramSchema as pt, type MasterProgramDTO as pu, MasterProgramQuerySchema as pv, type MasterProgramQueryDTO as pw, toMasterProgramPayload as px, newMasterProgramPayload as py, findMasterProgram as pz, type MasterTripPartyType as q, MasterRouteStopUpdateSchema as q$, getMasterSemesterCacheCount as q0, MasterStreamSchema as q1, type MasterStreamDTO as q2, MasterStreamQuerySchema as q3, type MasterStreamQueryDTO as q4, toMasterStreamPayload as q5, newMasterStreamPayload as q6, findMasterStream as q7, createMasterStream as q8, updateMasterStream as q9, getMasterRelationshipCacheCount as qA, type BusStopPolygonData as qB, type BusStop as qC, type BusDashboard as qD, BusStopPolygonDataSchema as qE, type BusStopPolygonDataDTO as qF, BusStopSchema as qG, type BusStopDTO as qH, BusStopQuerySchema as qI, type BusStopQueryDTO as qJ, BusDashBoardQuerySchema as qK, type BusDashBoardQueryDTO as qL, toBusStopPayload as qM, newBusStopPayload as qN, findBusStop as qO, createBusStop as qP, updateBusStop as qQ, deleteBusStop as qR, bus_dashboard as qS, type MasterRoute as qT, type MasterRouteStop as qU, MasterRouteSchema as qV, type MasterRouteDTO as qW, MasterRouteQuerySchema as qX, type MasterRouteQueryDTO as qY, MasterRouteStopSchema as qZ, type MasterRouteStopDTO as q_, deleteMasterStream as qa, getMasterStreamCache as qb, getMasterStreamCacheCount as qc, MasterYearSchema as qd, type MasterYearDTO as qe, MasterYearQuerySchema as qf, type MasterYearQueryDTO as qg, toMasterYearPayload as qh, newMasterYearPayload as qi, findMasterYear as qj, createMasterYear as qk, updateMasterYear as ql, deleteMasterYear as qm, getMasterYearCache as qn, getMasterYearCacheCount as qo, MasterRelationshipSchema as qp, type MasterRelationshipDTO as qq, MasterRelationshipQuerySchema as qr, type MasterRelationshipQueryDTO as qs, toMasterRelationshipPayload as qt, newMasterRelationshipPayload as qu, findMasterRelationship as qv, createMasterRelationship as qw, updateMasterRelationship as qx, deleteMasterRelationship as qy, getMasterRelationshipCache as qz, type MasterSparePartCategory as r, StudentLeaveRequestQuerySchema as r$, type MasterRouteStopUpdateDTO as r0, MasterRouteStopCreateSchema as r1, type MasterRouteStopCreateDTO as r2, MasterRouteStopIds as r3, type MasterRouteStopIdsDTO as r4, MasterRouteStopReorderSchema as r5, type MasterRouteStopReorderDTO as r6, MasterRouteStopDeleteSchema as r7, type MasterRouteStopDeleteReOrderDTO as r8, MasterRouteStopDeleteAllSchema as r9, type StudentProfilePictureDTO as rA, StudentQuerySchema as rB, type StudentQueryDTO as rC, SchoolDashBoardQuerySchema as rD, type SchoolDashBoardQueryDTO as rE, StudentNoRouteQuerySchema as rF, type StudentNoRouteQueryDTO as rG, StudentAddressSchema as rH, type StudentAddressDTO as rI, StudentAddressQuerySchema as rJ, type StudentAddressQueryDTO as rK, StudentGuardianLinkSchema as rL, type StudentGuardianLinkDTO as rM, GuardianProfilePictureSchema as rN, type GuardianProfilePictureDTO as rO, GuardianDetailsSchema as rP, type GuardianDetailsDTO as rQ, GuardianMobileNumberSchema as rR, type GuardianMobileNumberDTO as rS, StudentGuardianLinkQuerySchema as rT, type StudentGuardianLinkQueryDTO as rU, StudentGuardianAutofillQuerySchema as rV, type StudentGuardianAutofillQueryDTO as rW, StudentLeaveRequestSchema as rX, type StudentLeaveRequestDTO as rY, StudentLeaveRequestApprovalSchema as rZ, type StudentLeaveRequestApprovalDTO as r_, type MasterRouteStopDeleteDTO as ra, toMasterRoutePayload as rb, newMasterRoutePayload as rc, findMasterRoute as rd, createMasterRoute as re, updateMasterRoute as rf, deleteMasterRoute as rg, createStopsFirstTimeRoute as rh, appendRouteStop as ri, updateRouteStop as rj, reorderRouteStops as rk, deleteRouteStopsAll as rl, deleteRouteStopReorder as rm, type Student as rn, type SchoolDashboard as ro, type StudentAddress as rp, type StudentGuardian as rq, type StudentGuardianLink as rr, type StudentLeaveRequest as rs, type StudentStopChangeRequest as rt, type StudentTransportPlanTypeChangeHistory as ru, type StudentLoginPush as rv, type StudentGuardianLoginPush as rw, StudentSchema as rx, type StudentDTO as ry, StudentProfilePictureSchema as rz, type MasterSparePartUnit as s, type StudentNoStopQueryDTO as s$, type StudentLeaveRequestQueryDTO as s0, StudentStopChangeRequestSchema as s1, type StudentStopChangeRequestDTO as s2, StudentStopChangeRequestApprovalSchema as s3, type StudentStopChangeRequestApprovalDTO as s4, StudentStopChangeRequestQuerySchema as s5, type StudentStopChangeRequestQueryDTO as s6, StudentTransportPlanTypeChangeHistoryQuerySchema as s7, type StudentTransportPlanTypeChangeHistoryQueryDTO as s8, toStudentPayload as s9, findStudentGuardianLink as sA, createStudentGuardianLink as sB, updateStudentGuardianLink as sC, updateGuardianProfilePicture as sD, updateGuardianDetails as sE, updateGuardianMobileNumber as sF, deleteStudentGuardian as sG, findStudentGuardianAutofillDetails as sH, createStudentLeaveRequest as sI, findStudentLeaveRequest as sJ, updateStudentLeaveRequest as sK, approveLeaveRequest as sL, deleteStudentLeaveRequest as sM, findStudentStopChangeRequest as sN, createStudentStopChangeRequest as sO, updateStudentStopChangeRequest as sP, approveStopChangeRequest as sQ, deleteStudentStopChangeRequest as sR, findStudentTransportPlanTypeChangeHistory as sS, school_dashboard as sT, type MasterFixedSchedule as sU, type MasterRouteStudent as sV, MasterFixedScheduleSchema as sW, type MasterFixedScheduleDTO as sX, MasterFixedScheduleQuerySchema as sY, type MasterFixedScheduleQueryDTO as sZ, StudentNoStopQuerySchema as s_, newStudentPayload as sa, toStudentAddressPayload as sb, newStudentAddressPayload as sc, toStudentLeaveRequestPayload as sd, newStudentLeaveRequestPayload as se, toStudentStopChangeRequestPayload as sf, newStudentStopChangeRequestPayload as sg, toStudentGuardianLinkPayload as sh, newStudentGuardianLinkPayload as si, get_student_presigned_url as sj, get_student_guardian_presigned_url as sk, update_profile_picture as sl, delete_profile_picture as sm, update_guardian_profile_picture as sn, delete_guardian_profile_picture as so, findStudent as sp, createStudent as sq, updateStudent as sr, deleteStudent as ss, findStudentsWithNoRoutePickup as st, findStudentsWithNoRouteDrop as su, updateProfilePicture as sv, createStudentAddress as sw, findStudentAddress as sx, updateStudentAddress as sy, deleteStudentAddress as sz, type OrganisationBranch as t, VehicleDetailBodySchema as t$, StudentNoScheduleQuerySchema as t0, type StudentNoScheduleQueryDTO as t1, MasterRouteStudentAssignRemoveSchema as t2, type MasterRouteStudentAssignRemoveDTO as t3, MasterRouteStudentStopAssignRemoveSchema as t4, type MasterRouteStudentStopAssignRemoveDTO as t5, MasterRouteStudentScheduleAssignRemoveSchema as t6, type MasterRouteStudentScheduleAssignRemoveDTO as t7, toMasterFixedSchedulePayload as t8, newMasterFixedSchedulePayload as t9, type VehicleDetailBody as tA, type VehicleDetailLifeCycle as tB, type VehicleDetailPurchase as tC, type VehicleDocument as tD, type VehicleDocumentFile as tE, type VehicleDocumentExpiry as tF, type VehicleOdometerHistory as tG, MasterVehicleFileSchema as tH, type MasterVehicleFileDTO as tI, CalibrationFileSchema as tJ, type CalibrationFileDTO as tK, VehicleSchema as tL, type VehicleDTO as tM, VehicleBulkSchema as tN, type VehicleBulkDTO as tO, MasterDeviceFileSchema as tP, type MasterDeviceFileDTO as tQ, VehicleDeviceLinkSchema as tR, type VehicleDeviceLinkDTO as tS, VehicleDeviceUnlinkSchema as tT, type VehicleDeviceUnlinkDTO as tU, VehicleDriverLinkSchema as tV, type VehicleDriverLinkDTO as tW, VehicleDetailGPSSensorSchema as tX, type VehicleDetailGPSSensorDTO as tY, VehicleDetailTripSchema as tZ, type VehicleDetailTripDTO as t_, toMasterRouteStudentAssignPayload as ta, newMasterRouteStudentAssignPayload as tb, findMasterFixedSchedule as tc, createMasterFixedSchedule as td, updateMasterFixedSchedule as te, deleteMasterFixedSchedule as tf, findStudentsWithNoStopPickup as tg, findStudentsWithNoStopDrop as th, findStudentsWithNoSchedulePickup as ti, findStudentsWithNoScheduleDrop as tj, assignRouteStudentsPickup as tk, assignRouteStudentsDrop as tl, removeRouteStudentsPickup as tm, removeRouteStudentsDrop as tn, assignMasterRouteStudentStopToStudentsPickup as to, assignMasterRouteStudentStopToStudentsDrop as tp, removeMasterRouteStudentStopToStudentsPickup as tq, removeMasterRouteStudentStopToStudentsDrop as tr, assignMasterRouteStudentScheduleToStudentsPickup as ts, assignMasterRouteStudentScheduleToStudentDrop as tt, removeMasterRouteStudentScheduleToStudentPickup as tu, removeMasterRouteStudentScheduleToStudentDrop as tv, type MasterVehicleDropdown as tw, type MasterVehicleFile as tx, type VehicleDetailGPS as ty, type VehicleDetailTrip as tz, type OrganisationColor as u, getDeviceLinkHistoryByDevice as u$, type VehicleDetailBodyDTO as u0, VehicleDetailLifeCycleSchema as u1, type VehicleDetailLifeCycleDto as u2, VehicleDetailPurchaseSchema as u3, type VehicleDetailPurchaseDTO as u4, VehicleDocumentFileSchema as u5, type VehicleDocumentFileDTO as u6, VehicleDocumentSchema as u7, type VehicleDocumentDTO as u8, VehicleDocumentQuerySchema as u9, create_file_vehicle as uA, remove_file_vehicle as uB, create_file_device as uC, remove_file_device as uD, create_file_vehicle_document as uE, remove_file_vehicle_document as uF, update_calibration_file as uG, delete_calibration_file as uH, findVehicles as uI, find_no_gps_data_vehicles as uJ, findVehiclesLiveDashboard as uK, findVehicleGPSDetails as uL, createVehicle as uM, updateVehicle as uN, deleteVehicle as uO, updateDetailsGpsSensor as uP, updateDetailsTrip as uQ, updateVehicleBodyDetails as uR, updateVehicleLifeCycleDetails as uS, updateVehiclePurchaseDetails as uT, linkDriverToVehicle as uU, unlinkDriverFromVehicle as uV, getDriverLinkHistoryByVehicle as uW, getDriverLinkHistoryByDriver as uX, linkDeviceToVehicle as uY, unlinkDeviceFromVehicle as uZ, getDeviceLinkHistoryByVehicle as u_, type VehicleDocumentQueryDTO as ua, VehicleDocumentExpirySchema as ub, type VehicleDocumentExpiryDTO as uc, VehicleDocumentExpiryQuerySchema as ud, type VehicleDocumentExpiryQueryDTO as ue, VehicleQuerySchema as uf, type VehicleQueryDTO as ug, NoGPSDataVehiclesQuerySchema as uh, type NoGPSDataVehiclesQueryDTO as ui, VehicleGPSQuerySchema as uj, type VehicleGPSQueryDTO as uk, toVehiclePayload as ul, newVehiclePayload as um, toVehicleDetailsGPSPayload as un, toVehicleDetailsTripPayload as uo, toVehicleDetailsBodyPayload as up, toVehicleDetailLifeCyclePayload as uq, toVehicleDetailPurchasePayload as ur, toVehicleDocumentPayload as us, newVehicleDocumentPayload as ut, toVehicleDocumentExpiryPayload as uu, newVehicleDocumentExpiryPayload as uv, get_vehicle_file_presigned_url as uw, get_device_file_presigned_url as ux, get_vehicle_document_file_presigned_url as uy, get_calibration_file_presigned_url as uz, type OrganisationTag as v, toMasterMainSimProviderPayload as v$, createVehicleDocument as v0, findVehicleDocument as v1, updateVehicleDocument as v2, removeVehicleDocument as v3, createVehicleDocumentExpiry as v4, findVehicleDocumentExpiry as v5, updateVehicleDocumentExpiry as v6, removeVehicleDocumentExpiry as v7, getVehicleCache as v8, getVehicleSimpleCache as v9, toMasterDeviceModelPayload as vA, newMasterDeviceModelPayload as vB, findMasterDeviceModels as vC, createMasterDeviceModel as vD, updateMasterDeviceModel as vE, deleteMasterDeviceModel as vF, getMasterDeviceModelCache as vG, getMasterDeviceModelCacheCount as vH, getMasterDeviceModelCacheChild as vI, type MasterDeviceManufacturer as vJ, MasterDeviceManufacturerSchema as vK, type MasterDeviceManufacturerDTO as vL, MasterDeviceManufacturerQuerySchema as vM, type MasterDeviceManufacturerQueryDTO as vN, toMasterDeviceManufacturerPayload as vO, newMasterDeviceManufacturerPayload as vP, findMasterDeviceManufacturers as vQ, createMasterDeviceManufacturer as vR, updateMasterDeviceManufacturer as vS, deleteMasterDeviceManufacturer as vT, getMasterDeviceManufacturerCache as vU, getMasterDeviceManufacturerCacheCount as vV, getMasterDeviceManufacturerCacheChild as vW, MasterMainSimProviderSchema as vX, type MasterMainSimProviderDTO as vY, MasterMainSimProviderQuerySchema as vZ, type MasterMainSimProviderQueryDTO as v_, getVehicleParentCache as va, getVehicleSimpleDropdownCustom as vb, getVehicleSimpleDropdownCacheLiveData as vc, type MasterDeviceType as vd, MasterDeviceTypeSchema as ve, type MasterDeviceTypeDTO as vf, MasterDeviceTypeQuerySchema as vg, type MasterDeviceTypeQueryDTO as vh, FindCacheSchema$3 as vi, type FindCacheDTO$3 as vj, toMasterDeviceTypePayload as vk, newMasterDeviceTypePayload as vl, findMasterDeviceTypes as vm, createMasterDeviceType as vn, updateMasterDeviceType as vo, deleteMasterDeviceType as vp, getMasterDeviceTypeCache as vq, getMasterDeviceTypeCacheCount as vr, getMasterDeviceTypeCacheChild as vs, type MasterDeviceModel as vt, MasterDeviceModelSchema as vu, type MasterDeviceModelDTO as vv, MasterDeviceModelQuerySchema as vw, type MasterDeviceModelQueryDTO as vx, FindCacheSchema$2 as vy, type FindCacheDTO$2 as vz, type OrganisationGroup as w, type MasterMainCountryDTO as w$, newMasterMainSimProviderPayload as w0, findMasterMainSimProviders as w1, createMasterMainSimProvider as w2, updateMasterMainSimProvider as w3, deleteMasterMainSimProvider as w4, getMasterMainSimProviderCache as w5, type MasterSim as w6, type AssignRemoveSimHistory as w7, MasterSimSchema as w8, type MasterSimDTO as w9, get_device_sim_link_history_by_device as wA, type MasterMainTimeZone as wB, MasterMainTimeZoneSchema as wC, type MasterMainTimeZoneDTO as wD, MasterMainTimeZoneQuerySchema as wE, type MasterMainTimeZoneQueryDTO as wF, toMasterMainTimeZonePayload as wG, newMasterMainTimeZonePayload as wH, findMasterMainTimeZones as wI, createMasterMainTimeZone as wJ, updateMasterMainTimeZone as wK, deleteMasterMainTimeZone as wL, getMasterMainTimeZoneCacheAll as wM, getMasterMainTimeZoneCache as wN, type MasterMainState as wO, MasterMainStateSchema as wP, type MasterMainStateDTO as wQ, MasterMainStateQuerySchema as wR, type MasterMainStateQueryDTO as wS, toMasterMainStatePayload as wT, newMasterMainStatePayload as wU, findMasterMainStates as wV, createMasterMainState as wW, updateMasterMainState as wX, deleteMasterMainState as wY, getMasterMainStateCache as wZ, MasterMainCountrySchema as w_, MasterSimQuerySchema as wa, type MasterSimQueryDTO as wb, toMasterSimPayload as wc, newMasterSimPayload as wd, findMasterSims as we, createMasterSim as wf, updateMasterSim as wg, deleteMasterSim as wh, type MasterDevice as wi, type AssignRemoveDeviceHistory as wj, type MasterDeviceFile as wk, MasterDeviceSchema as wl, type MasterDeviceDTO as wm, MasterDeviceQuerySchema as wn, type MasterDeviceQueryDTO as wo, DeviceSimLinkSchema as wp, type DeviceSimLinkDTO as wq, toMasterDevicePayload as wr, newMasterDevicePayload as ws, findMasterDevices as wt, createMasterDevice as wu, updateMasterDevice as wv, deleteMasterDevice as ww, device_sim_link as wx, device_sim_unlink as wy, get_device_sim_link_history_by_sim as wz, type MasterMainIndustry as x, deleteMasterExpenseType as x$, MasterMainCountryQuerySchema as x0, type MasterMainCountryQueryDTO as x1, toMasterMainCountryPayload as x2, newMasterMainCountryPayload as x3, findMasterMainCountries as x4, createMasterMainCountry as x5, updateMasterMainCountry as x6, deleteMasterMainCountry as x7, getMasterMainCountryCache as x8, getMasterMainCountryCacheChild as x9, type OrganisationCalendarQueryDTO as xA, toOrganisationCalendarPayload as xB, newOrganisationCalendarPayload as xC, findOrganisationCalendar as xD, createOrganisationCalendar as xE, updateOrganisationCalendar as xF, deleteOrganisationCalendar as xG, type OrganisationNoticeBoard as xH, OrganisationNoticeBoardSchema as xI, type OrganisationNoticeBoardDTO as xJ, OrganisationNoticeBoardQuerySchema as xK, type OrganisationNoticeBoardQueryDTO as xL, toOrganisationNoticeBoardPayload as xM, newOrganisationNoticeBoardPayload as xN, findOrganisationNoticeBoard as xO, createOrganisationNoticeBoard as xP, updateOrganisationNoticeBoard as xQ, deleteOrganisationNoticeBoard as xR, MasterExpenseTypeSchema as xS, type MasterExpenseTypeDTO as xT, MasterExpenseTypeQuerySchema as xU, type MasterExpenseTypeQueryDTO as xV, toMasterExpenseTypePayload as xW, newMasterExpenseTypePayload as xX, findMasterExpenseTypes as xY, createMasterExpenseType as xZ, updateMasterExpenseType as x_, MasterMainUnitMileageSchema as xa, type MasterMainUnitMileageDTO as xb, MasterMainUnitMileageQuerySchema as xc, type MasterMainUnitMileageQueryDTO as xd, toMasterMainUnitMileagePayload as xe, newMasterMainUnitMileagePayload as xf, findMasterMainUnitMileages as xg, createMasterMainUnitMileage as xh, updateMasterMainUnitMileage as xi, deleteMasterMainUnitMileage as xj, getMasterMainUnitMileageCache as xk, MasterMainUnitVolumeSchema as xl, type MasterMainUnitVolumeDTO as xm, MasterMainUnitVolumeQuerySchema as xn, type MasterMainUnitVolumeQueryDTO as xo, toMasterMainUnitVolumePayload as xp, newMasterMainUnitVolumePayload as xq, findMasterMainUnitVolumes as xr, createMasterMainUnitVolume as xs, updateMasterMainUnitVolume as xt, deleteMasterMainUnitVolume as xu, getMasterMainUnitVolumeCache as xv, type OrganisationCalendar as xw, OrganisationCalendarSchema as xx, type OrganisationCalendarDTO as xy, OrganisationCalendarQuerySchema as xz, type MasterMainCountry as y, getMasterTyreGradeCacheCount as y$, getMasterExpenseTypeCache as y0, type MasterSparePartSubCategory as y1, MasterSparePartSubCategorySchema as y2, type MasterSparePartSubCategoryDTO as y3, SparePartSubCategoryQuerySchema as y4, type SparePartSubCategoryQueryDTO as y5, FindCacheSchema$1 as y6, type FindCacheDTO$1 as y7, toMasterSparePartSubCategoryPayload as y8, newMasterSparePartSubCategoryPayload as y9, createMasterSparePartUnit as yA, updateMasterSparePartUnit as yB, deleteMasterSparePartUnit as yC, getMasterSparePartUnitCache as yD, getMasterSparePartUnitCacheCount as yE, MasterTripPartyTypeSchema as yF, type MasterTripPartyTypeDTO as yG, MasterTripPartyTypeQuerySchema as yH, type MasterTripPartyTypeQueryDTO as yI, toMasterTripPartyTypePayload as yJ, newMasterTripPartyTypePayload as yK, findMasterTripPartyTypes as yL, createMasterTripPartyType as yM, updateMasterTripPartyType as yN, deleteMasterTripPartyType as yO, getMasterTripPartyTypeCache as yP, MasterTyreGradeSchema as yQ, type MasterTyreGradeDTO as yR, MasterTyreGradeQuerySchema as yS, type MasterTyreGradeQueryDTO as yT, toMasterTyreGradePayload as yU, newMasterTyreGradePayload as yV, findMasterTyreGrades as yW, createMasterTyreGrade as yX, updateMasterTyreGrade as yY, deleteMasterTyreGrade as yZ, getMasterTyreGradeCache as y_, findMasterSparePartSubCategories as ya, createMasterSparePartSubCategory as yb, updateMasterSparePartSubCategory as yc, deleteMasterSparePartSubCategory as yd, getMasterSparePartSubCategoryCache as ye, getMasterSparePartSubCategoryCacheCount as yf, MasterSparePartCategorySchema as yg, type MasterSparePartCategoryDTO as yh, SparePartCategoryQuerySchema as yi, type SparePartCategoryQueryDTO as yj, toMasterSparePartCategoryPayload as yk, newMasterSparePartCategoryPayload as yl, findMasterSparePartCategories as ym, createMasterSparePartCategory as yn, updateMasterSparePartCategory as yo, deleteMasterSparePartCategory as yp, getMasterSparePartCategoryCache as yq, getMasterSparePartCategoryCacheChild as yr, getMasterSparePartCategoryCacheCount as ys, MasterSparePartUnitSchema as yt, type MasterSparePartUnitDTO as yu, SparePartUnitQuerySchema as yv, type SparePartUnitQueryDTO as yw, toMasterSparePartUnitPayload as yx, newMasterSparePartUnitPayload as yy, findMasterSparePartUnits as yz, type MasterMainDateFormat as z, type BookMarkQueryDTO as z$, type MasterTyreModel as z0, MasterTyreModelSchema as z1, type MasterTyreModelDTO as z2, MasterTyreModelQuerySchema as z3, type MasterTyreModelQueryDTO as z4, FindCacheSchema as z5, type FindCacheDTO as z6, toMasterTyreModelPayload as z7, newMasterTyreModelPayload as z8, findMasterTyreModels as z9, updateMasterMainUnitDistance as zA, deleteMasterMainUnitDistance as zB, getMasterMainUnitDistanceCache as zC, type UserOrganisationSimple as zD, UserOrganisationSchema as zE, type UserOrganisationDTO as zF, UserOrganisationQuerySchema as zG, type UserOrganisationQueryDTO as zH, UserOrganisationLogoSchema as zI, type UserOrganisationLogoDTO as zJ, UserOrganisationShowFilterSchema as zK, type UserOrganisationShowFilterDTO as zL, toUserOrganisationPayload as zM, newUserOrganisationPayload as zN, get_organisation_logo_presigned_url as zO, update_organisation_logo as zP, delete_organisation_logo as zQ, findUserOrganisation as zR, createUserOrganisation as zS, updateUserOrganisation as zT, deleteUserOrganisation as zU, getUserOrganisationCache as zV, getUserOrganisationCacheSimple as zW, type BookMark as zX, BookMarkSchema as zY, type BookMarkDTO as zZ, BookMarkQuerySchema as z_, createMasterTyreModel as za, updateMasterTyreModel as zb, deleteMasterTyreModel as zc, getMasterTyreModelCache as zd, getMasterTyreModelCacheCount as ze, MasterTyreMakeSchema as zf, type MasterTyreMakeDTO as zg, MasterTyreMakeQuerySchema as zh, type MasterTyreMakeQueryDTO as zi, toMasterTyreMakePayload as zj, newMasterTyreMakePayload as zk, findMasterTyreMakes as zl, createMasterTyreMake as zm, updateMasterTyreMake as zn, deleteMasterTyreMake as zo, getMasterTyreMakeCache as zp, getMasterTyreMakeCacheCount as zq, getMasterTyreMakeCacheChild as zr, MasterMainUnitDistanceSchema as zs, type MasterMainUnitDistanceDTO as zt, MasterMainUnitDistanceQuerySchema as zu, type MasterMainUnitDistanceQueryDTO as zv, toMasterMainUnitDistancePayload as zw, newMasterMainUnitDistancePayload as zx, findMasterMainUnitDistances as zy, createMasterMainUnitDistance as zz };