export const messageKey = {
  temp_account_locked: "temp_account_locked",
  invalid_credentials: "invalid_credentials",
  login_success: "login_success",
  otp_already_send: "otp_already_send",
  password_already_used: "password_already_used",
  invalid_token: "invalid_token",
  token_expire: "token_expire",
  user_not_found: "user_not_found",
  profile_retrieve: "profile_retrieve",
  user_id_required: "user_id_required",
  invalid_file_type: "invalid_file_type",
  profile_update: "profile_update",
  old_password_incorrect: "old_password_incorrect",
  password_update: "password_update",
  password_set: "password_set",
  password_reset: "password_reset",
  logout_success: "logout_success",
  password_validation: "password_validation",
  field_required: "field_required",
  field_type_array: "field_type_array",
  saved_success: "saved_success",
  email_already_exist: "email_already_exist",
  email_invalid: "email_invalid",
  validation_error: "validation_error",
  exception: "exception",
  field_type_validation_error: "field_type_validation_error",
  array_value_type: "array_value_type",
  otp_sent: "otp_sent",
  otp_verified: "otp_verified",
  otp_expired: "otp_expired",
  password_reset_code: "password_reset_code",
  invalid_otp: "invalid_otp",
  brand_add: "brand_add",
  data_not_found: "data_not_found",
  detail_found: "detail_found",
  data_retrieve: "data_retrieve",
  data_add: "data_add",
  data_update: "data_update",
  data_removed: "data_removed",
  already_exist: "already_exist",
  brand_product_photo_uploaded: "brand_product_photo_uploaded",
  brand_product_photo_removed: "brand_product_photo_removed",
  positive_number: "positive_number",
  max: "max",
  invalid: "invalid_data",
  stipe_not_connected: "stipe_not_connected",
  campaign_payment_received: "campaign_payment_received",
  role_add: "role_added_successfully",
  role_is_not_exist: "role_is_not_exist",
  role_update: "role_updated_successfully",
  role_delete: "role_deleted_successfully",
  role_already_exist: "Role with this name already exists",
  something_went_wrong: "Something went wrong",
  invalid_code_length: "Currency code must not exceed 3 characters",
  cannot_use_old_password:
    "You cannot use your last 3 password. Please choose a new one.",
  existing_currency_code: "This country already has a currency assigned.",
  unauthorized: "You are not authorized user. Please contact our support team",
  inactive_user:
    "Your account is inactive.For assistance with reactivating,please contact our support team",
  reporting_role_already_exist:
    "You cannot change the parent role as it is already assigned to another team member",
  client_contact_required_if_client_selected:
    "Client contact is required when a client is selected.",
  otp_already_sent: "Otp already sent",
  driver_already_has_vehicle: "Driver already has another vehicle assigned",
  no_driver_assigned_for_vehicle_type:
    "No driver is assigned to any vehicle model under the selected vehicle type. Please assign the trip manually.",
  active_contract: "active_contract",
  plan_already_in_use:
    "This plan cannot be deleted as it is assigned to one or more clients.",
  no_invoice_trip_found:
    "All trips have already been invoiced or there are no trips available for invoicing.",
  fleet_assigned_to_active_trip:
    "Fleet is currently assigned to an ongoing or pickup trip and cannot be unassigned or set to maintenance.",
  active_trip_found:
    "Driver already has an ongoing trip. Cannot start a new trip.",
  cancel_successfully: "cancel_successfully",
  cancel_reason_data_retrieved: "cancel_reason_data_retrieved",
  point_trip_type_data_not_found: "point_trip_type_data_not_found",
  customer_not_found: "customer_not_found",
  customer_added: "customer_added",
  customer_retrieved: "customer_retrieved",
  customer_updated: "customer_updated",
  customer_treatment_plan_added: "customer_treatment_plan_added",
  customer_treatment_plan_not_found: "customer_treatment_plan_not_found",
  customer_treatment_plan_retrieved: "customer_treatment_plan_retrieved",
  customer_treatment_plan_updated: "customer_treatment_plan_updated",
  client_not_found: "client_not_found",
  client_added: "client_added",
  client_retrieved: "client_retrieved",
  client_updated: "client_updated",
  client_contact_not_found: "client_contact_not_found",
  client_contact_added: "client_contact_added",
  client_contact_retrieved: "client_contact_retrieved",
  client_contact_updated: "client_contact_updated",
  country_not_found: "country_not_found",
  country_added: "country_added",
  country_retrieved: "country_retrieved",
  country_updated: "country_updated",
  state_not_found: "state_not_found",
  state_added: "state_added",
  state_retrieved: "state_retrieved",
  state_updated: "state_updated",
  city_not_found: "city_not_found",
  city_added: "city_added",
  city_retrieved: "city_retrieved",
  city_updated: "city_updated",
  dispatcher_not_found: "dispatcher_not_found",
  dispatcher_added: "dispatcher_added",
  dispatcher_retrieved: "dispatcher_retrieved",
  dispatcher_updated: "dispatcher_updated",
  hospital_not_found: "hospital_not_found",
  hospital_added: "hospital_added",
  hospital_retrieved: "hospital_retrieved",
  hospital_updated: "hospital_updated",
  rating_not_found: "rating_not_found",
  rating_exist: "rating_exist",
  rating_added: "rating_added",
  rating_retrieved: "rating_retrieved",
  rating_updated: "rating_updated",
  trip_not_found: "trip_not_found",
  trip_added: "trip_added",
  trip_retrieved: "trip_retrieved",
  trip_updated: "trip_updated",
  card_pan_number_already_exist: "card_pan_number_already_exist",
}
