|
|
|
|
@ -58,6 +58,27 @@ export const WABAccounts = [
|
|
|
|
|
"requestedVerifiedName": "Customer Relation Specialist",
|
|
|
|
|
"rejectionReason": "NONE"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "955633124303178",
|
|
|
|
|
"phoneNumber": "+85265210895",
|
|
|
|
|
"wabaId": "190290134156880",
|
|
|
|
|
"verifiedName": "Customer Relation Specialist at Highlights",
|
|
|
|
|
"qualityRating": "UNKNOWN",
|
|
|
|
|
"qualityUpdateEvent": "ONBOARDING",
|
|
|
|
|
"messagingLimit": "TIER_2K",
|
|
|
|
|
"whatsappBusinessManagerMessagingLimit": "TIER_2K",
|
|
|
|
|
"isOfficialBusinessAccount": false,
|
|
|
|
|
"codeVerificationStatus": "VERIFIED",
|
|
|
|
|
"status": "CONNECTED",
|
|
|
|
|
"displayPhoneNumber": "+852 6521 0895",
|
|
|
|
|
"nameStatus": "APPROVED",
|
|
|
|
|
"newName": "Customer Relation Specialist at Highlights",
|
|
|
|
|
"newNameStatus": "NONE",
|
|
|
|
|
"decision": "APPROVED",
|
|
|
|
|
"requestedVerifiedName": "Customer Relation Specialist at Highlights",
|
|
|
|
|
"rejectionReason": "NONE",
|
|
|
|
|
"isOnBizApp": false
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
export const WABAccountsMapped = WABAccounts.reduce((a, c) => ({ ...a, [removeFirstPlus(c.phoneNumber)]: c, [c.phoneNumber]: c }), {})
|
|
|
|
|
|
|
|
|
|
|