-
Notifications
You must be signed in to change notification settings - Fork 58
Profile mapping APIs are bugged #456
Copy link
Copy link
Open
Labels
Description
Describe the bug
getProfileMapping and updateProfileMapping methods don't return properties of the mapping, they are always undefined. This is what properties key looks like.
{
expression: undefined,
pushStatus: undefined,
}
Furthermore, ProfileMappingRequest type is wrong.
'properties' should be Record<ProfileMappingProperty>
Reproduction Steps?
const mapping = await client.profileMappingApi.getProfileMapping({ mappingId });
console.log(JSON.stringify(mapping)
SDK Versions
7.3.0
Additional Information
No response
Reactions are currently unavailable