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",
  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",
  stipe_not_connected: "stipe_not_connected",
  campaign_payment_received: "campaign_payment_received",
  token_refresh_success: "token_refresh_success",
  user_not_assigned_to_company: "user_not_assigned_to_company",
  user_account_inactive: "user_account_inactive",
  field_min_validation_error: "field_min_validation_error",
  field_enum_validation_error: "field_enum_validation_error",
  invalid_date_range: "invalid_date_range",
  overlapping_leave_request: "overlapping_leave_request",
  leave_balance_not_found: "leave_balance_not_found",
  insufficient_leave_balance: "insufficient_leave_balance",
  leave_request_cannot_be_updated: "leave_request_cannot_be_updated",
  leave_request_cannot_be_deleted: "leave_request_cannot_be_deleted",
  leave_analytics_fetched: "leave_analytics_fetched",
  project_management_report_fetched: "project_management_report_fetched",
  insufficient_balance: "insufficient_balance",
  password_not_set: "password_not_set",
  password_set_successfully: "password_set_successfully",
  email_sent: "email_sent",
  email_send_failed: "email_send_failed",
  invalid_or_expired_token: "invalid_or_expired_token",
  token_expired: "token_expired",
  field_min_length_validation_error: "field_min_length_validation_error",
  field_max_validation_error: "field_max_validation_error",
  not_found: "not_found",
  status_change: "status_change",
  demo_request_sent: "demo_request_sent",
  email_already_verified: "email_already_verified",
  email_verified_successfully: "email_verified_successfully",
  email_not_verified: "email_not_verified",
  mis_submission_not_allowed: "mis_submission_not_allowed",
}
