const MESSAGES = {
  MSG: {
    OTP: "is your verification code for Kipinn, valid for 15 min. Please do not share with others. THINK STRAIGHT INFORMATION TECHNOLOGY LLP.",
    ROOM_REQUEST_SENT:
      "Hi Sir/Madam, you have a new request for onboarding approval from the new tenant. Please review and approve the request at your earliest convenience. Thank you! From Kipinn Team",
    ROOM_REQUEST_APPROVED:
      "Hi {#var#}, great news! Your onboarding request has been approved by your owner. We're excited to have you on board! Please check your app for next steps. From Kipinn Team",
    ROOM_REQUEST_REJECTED:
      "Hi {#var#}, Your onboarding request has been rejected by property owner/manager. From Kipinn Team",
    PAY_OFFLINE:
      "{#var#} has requested for the confirmation for the cash payment of rent {#var2#}. The confirmation code is {#var3#}. Kipinn Team",
    DUE_PAID:
      "Dear {#var#}, we have received your rent payment of {#var2#}. Your dues are cleared. From Kipinn Team",
    DUE_PENDING:
      "Dear {#var#}, you have pending dues of {#var2#}. Please clear it asap to avoid inconvenience. If already paid, kindly ignore this message. From Kipinn Team",
    MOVE_OUT_REQ:
      "Your tenant {#var#} plans to move out of your property ({#var2#}) on {#var3#}. Please take note and do the needful. Kipinn Team",
    COMPLAINT_SUBMITTED:
      "Your complaint has been successfully forwarded to the owner for review. We will keep you updated on the progress. Kipinn Team",
    COMPLAINT_RECEIVED:
      "A new complaint has been received for your property ({#var#}) that requires your attention. Please review the details at your earliest convenience to determine the next steps. Kipinn Team",
    COMPLAINT_ASSIGNED:
      "Your complaint has been acknowledged and assigned to {#var#}. They will be working to resolve it as quickly as possible. We appreciate your patience. Kipinn Team",
    COMPLAINT_RESOLVED:
      "Good news! Your complaint has been resolved successfully. Thank you for your cooperation. Kipinn Team",
    COMPLAINT_REOPENED:
      "Your complaint has been reopened for further review. We're committed to getting this right. Kipinn Team",
    COMPLAINT_ASSIGNED_STAFF:
      "{#var#} has assigned you a new complaint for property {#var2#}. Kindly look at it and do needful. Team Kipinn.",
    TENANT_ADDED:
      "Your Owner has added you as a tenant for the room {#var#} of property {#var2#}. Kindly complete the check-in process by clicking on this link: {#var3#}. Team Kipinn.",
    ERROR_MESSAGE: "Whoops! That didn't go as planned. Please try again later.",
    VALIDATION_ERROR:
      "Oops! Something’s not right. Please check your input and try again later.",
    INVALID_REQUEST: "It seems that the request you've made is not valid",
    REMINDER_RENT_WITH_LINK:
      "Hi, This is a reminder that your rent for ₹{#var1#} is still pending for {#var2#}. Please ensure payment is made before the due date to avoid any late fees. Payment link: {#var3#} Thank you! From Kipinn Team",
    REFUND_REQ:
      "Your tenant {#var#} has requested a refund. Please review and do the needful. Kipinn Team",
    SHARE_DUE_PAYMENT_WITH_LINK:
      `Hey {#var1#}!

Please pay your dues of ₹{#var2#}/-

Pay via {#var3#}

Kindly clear your dues at your earliest convenience.

Regards,
{#var4#}`,
    SHARE_DUE_PAYMENT_WITHOUT_LINK:
      `Hey {#var1#}!

Please pay your dues of ₹{#var2#}/-

Kindly clear your dues at your earliest convenience.

Regards,
{#var3#}`,
  SHARE_BOOKING_PAYMENT_WITH_LINK:
      `Hey {#var1#}!

Please pay your booking amount of ₹{#var2#}/-

Pay via {#var3#}

Kindly clear this at your earliest convenience.

Regards,
{#var4#}`,
    KYC_REMINDER:
      `Hello {#var1#},

Your eKYC is still pending. Please complete it from your Tenant app as soon as possible so we can continue your onboarding process.

Regards,
{#var2#}`,
    KYC_REMINDER_WITH_APP_LINK:
      `Hello {#var1#},

Your eKYC is still pending. Please complete it from your Tenant app as soon as possible so we can continue your onboarding process.

Complete your eKYC here:
{#var2#}

Regards,
{#var3#}`,
  },

  SMS_TEMPLATE_IDS: {
    OTP: "1707176148243283620",
    ROOM_REQUEST_SENT: "1707172300329588025",
    ROOM_REQUEST_APPROVED: "1707172300326817997",
    ROOM_REQUEST_REJECTED: "1707172354019263093",
    //PAY_OFFLINE: "1707172605892356454",
    PAY_OFFLINE: "1707172614056126313",
    DUE_PAID: "1707172355848403164",
    DUE_PENDING: "1707172354832126149",
    MOVE_OUT_REQ: "1707172442898361757",
    COMPLAINT_SUBMITTED: "1707172474786478218",
    COMPLAINT_RECEIVED: "1707172474470309394",
    COMPLAINT_ASSIGNED: "1707172474450018789",
    COMPLAINT_RESOLVED: "1707172474455587075",
    COMPLAINT_ASSIGNED_STAFF: "1707172620956822742",
    TENANT_ADDED: "1707172671237261557",
    REMINDER_RENT_WITH_LINK: "1707174417734737624",
  },
};

export default MESSAGES;
