-
Notifications
You must be signed in to change notification settings - Fork 59
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