In webservice SaaS connector I need to configure an afterCustomizer. I am trying to understand how to use the processedResponseObject in the typescript
In the typescript I added the below logger to get all the inputs
logger.info(`INPUT_KEYS: ${Object.keys(input)}`)
I see below in the CLI
{“message”:“INPUT_KEYS: _endpointAttributes,_resourceResolutionStrategy,_endpointIdentifier,_operationType,sequenceId,_requestConfig,_responseConfig,_pagingProcessor,_authenticationProvider,_rawResponse”}
So as per this I can use only the above for input. But as per the documentation there are the below 4 objects supported. How to use “processedResponseObject“ I dont see any documentation or sample example related to that.
