Closed nd0ut closed 1 year ago
API refs: https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Add-Ons/operation/awsRekognitionDetectModerationLabelsExecute
We have two methods: executeAddon and addonExecutionStatus. They're accepting addon name as an option. So looks like we need to just add aws_rekognition_detect_moderation_labels here: https://github.com/uploadcare/uploadcare-js-api-clients/blob/92c4228014d1753cf48f485b792daff0964da0f7/packages/rest-client/src/types/AddonName.ts#
executeAddon
addonExecutionStatus
aws_rekognition_detect_moderation_labels
Also we need to add result types for the file info (see https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/File/operation/fileInfo app_data/aws_rekognition_detect_moderation_labels)
API refs: https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Add-Ons/operation/awsRekognitionDetectModerationLabelsExecute
We have two methods:
executeAddon
andaddonExecutionStatus
. They're accepting addon name as an option. So looks like we need to just addaws_rekognition_detect_moderation_labels
here: https://github.com/uploadcare/uploadcare-js-api-clients/blob/92c4228014d1753cf48f485b792daff0964da0f7/packages/rest-client/src/types/AddonName.ts#Also we need to add result types for the file info (see https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/File/operation/fileInfo app_data/aws_rekognition_detect_moderation_labels)