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
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.
Furthermore, ProfileMappingRequest type is wrong.
'properties' should be
Record<ProfileMappingProperty>Reproduction Steps?
SDK Versions
7.3.0
Additional Information
No response