in lib/client/services/cmsMetadata/cmsMetadata.service.ts [36:48]
async performCmsMetadataKeyAction(
cmsMetadataKeyAction: CmsMetadataKeyAction,
filterStatement: Statement,
): Promise<UpdateResult> {
return this._client.performCmsMetadataKeyAction({
cmsMetadataKeyAction: {
attributes: {
"xsi:type": cmsMetadataKeyAction.constructor.name,
},
},
filterStatement,
});
}