|
|
|
@ -40,7 +40,24 @@ export const WABAccounts = [
|
|
|
|
|
"decision": "DEFERRED",
|
|
|
|
|
"requestedVerifiedName": "Global Highlights",
|
|
|
|
|
"rejectionReason": "NONE"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "563254206874812",
|
|
|
|
|
"phoneNumber": "+639454682947",
|
|
|
|
|
"wabaId": "190290134156880",
|
|
|
|
|
"verifiedName": "Customer Retention",
|
|
|
|
|
"qualityRating": "UNKNOWN",
|
|
|
|
|
"messagingLimit": "TIER_1K",
|
|
|
|
|
"isOfficialBusinessAccount": false,
|
|
|
|
|
"codeVerificationStatus": "VERIFIED",
|
|
|
|
|
"status": "CONNECTED",
|
|
|
|
|
"displayPhoneNumber": "+63 945 468 2947",
|
|
|
|
|
"nameStatus": "DECLINED",
|
|
|
|
|
"newNameStatus": "NONE",
|
|
|
|
|
"decision": "DEFERRED",
|
|
|
|
|
"requestedVerifiedName": "Customer Retention",
|
|
|
|
|
"rejectionReason": "NONE"
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
export const WABAccountsMapped = WABAccounts.reduce((a, c) => ({ ...a, [removeFirstPlus(c.phoneNumber)]: c, [c.phoneNumber]: c }), {})
|
|
|
|
|
|
|
|
|
|