in lib/client/services/audienceSegment/audienceSegment.service.ts [33:45]
async performAudienceSegmentAction(
action: AudienceSegmentAction,
filterStatement: Statement,
): Promise<UpdateResult> {
return this._client.performAudienceSegmentAction({
action: {
attributes: {
"xsi:type": action.constructor.name,
},
},
filterStatement,
});
}