From ca02b7160db14efd3817f9a1144e607ca3b842a0 Mon Sep 17 00:00:00 2001 From: Varun Satish <38215867+varunynoox@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:56:30 +0530 Subject: [PATCH] Merge to PowePlatform (#3712) * updating PDF4me connect swagger * updating PDF4me Connect swagger * PDF4me Connnect- removing unnecessary space * Adding new actions in PDF4me Connect * Updating PDF4me Connect app version * updating PDF4me and PDF4me Connect swagger * updating PDF4me contact and connector metadata * pdf4me connector version update * changing preview to prod status of PDF4me actions * fixing PDF4me validations errors * restoring operationId * adding new method in PDF4me and PDF4me connect * adding new actions to PDF4me connectors * correcting operation id * correcting operation id * restoring operation id. removing unpublished deprecated method * including font color for text stamp * correcting operation id * correcting authorizationUrl * removing deprecation for GenerateDocumentFromPdf * updating auth urls * updating auth urls in PDF4me * changed the version number * changed the version number * added new action extract text and images * updating extract resource name and updating PDF4me Connect * Add new actions Classify and Parse in PDF4me Connect * updating parameters for UrlToPdf. renaming operationIds * updating rotate in text stamp * added outputFormat to PDF4me PdfToExcel * commit check * commit check * commit check * adding isAsync prop * set isAsync prop for SplitPdfByBarcode * updating Preview status to Production * updating stamp feature and adding new action DeleteBlankPages * how to get api key * how to get api key update * Added getting started link * Adding new params to PDF4me HtmlToPdf * correcting text * adding new prototype methods for PDF4me * adding call status method * updating properties and desc in PDF4me * updating description * save formatting * adding new methods to PDF4me and PDF4me Connect * updating version * desciption correction * spelling correction * spelling correction * adding new image processing methods to PDF4me * adding new fill a pdf form method * Create EPC QR Code * updated epc qr code * updated * updated description * updated epc in swissQR * Version updated * Added new PDF4me feature prepare for print * updating attachment format --------- Co-authored-by: chandraarora <35835798+chandraarora@users.noreply.github.com> Co-authored-by: Chandra Co-authored-by: nishanthynoox <65213499+nishanthynoox@users.noreply.github.com> Co-authored-by: Nishanth Asokan --- .../PDF4me Connect/apiDefinition.swagger.json | 30 +++++-------------- .../PDF4me/apiDefinition.swagger.json | 30 +++++-------------- 2 files changed, 16 insertions(+), 44 deletions(-) diff --git a/certified-connectors/PDF4me Connect/apiDefinition.swagger.json b/certified-connectors/PDF4me Connect/apiDefinition.swagger.json index 4e2a0d1607..7d8f2b0209 100644 --- a/certified-connectors/PDF4me Connect/apiDefinition.swagger.json +++ b/certified-connectors/PDF4me Connect/apiDefinition.swagger.json @@ -5414,6 +5414,7 @@ "properties": { "Name": { "description": "Name of the file", + "format": "byte", "title": "File Name", "type": "string", "x-ms-visibility": "important" @@ -6955,9 +6956,7 @@ }, "/v2/FlowV2/CreateEpcQrCode": { "post": { - "consumes": [ - "application/json" - ], + "consumes": ["application/json"], "description": "Generate EPC QR Code for SEPA Payment. https://dev.pdf4me.com/power-automate/documentation/actions/create-epc-qrcode/", "operationId": "CreateEpcQrCode_V1", "parameters": [ @@ -6976,9 +6975,7 @@ "title": "Service Tag", "x-ms-visibility": "internal", "default": "BCD", - "enum": [ - "BCD" - ] + "enum": ["BCD"] }, "version": { "type": "string", @@ -6986,10 +6983,7 @@ "title": "Specify EPC version", "x-ms-visibility": "important", "default": "V2", - "enum": [ - "V1", - "V2" - ] + "enum": ["V1", "V2"] }, "characterSet": { "type": "string", @@ -7014,9 +7008,7 @@ "title": "Specify Identification Code", "x-ms-visibility": "internal", "default": "SCT", - "enum": [ - "SCT" - ] + "enum": ["SCT"] }, "bic": { "description": "You can specify beneficiary's BIC. BIC is mandatory only for EPC version V1", @@ -7042,9 +7034,7 @@ "title": "Currency", "x-ms-visibility": "internal", "default": "EUR", - "enum": [ - "EUR" - ] + "enum": ["EUR"] }, "amount": { "format": "float", @@ -7090,9 +7080,7 @@ "type": "object" } }, - "required": [ - "epcQrCodeAction" - ], + "required": ["epcQrCodeAction"], "type": "object" } } @@ -7130,9 +7118,7 @@ }, "/v2/FlowV2/PrepareForPrint": { "post": { - "consumes": [ - "application/json" - ], + "consumes": ["application/json"], "description": "Prepare a PDF for print through resizing, colour profile etc - https://dev.pdf4me.com/power-automate/documentation/actions/prepare-for-print", "summary": "Prepare for Print", "operationId": "PrepareForPrint_v1", diff --git a/certified-connectors/PDF4me/apiDefinition.swagger.json b/certified-connectors/PDF4me/apiDefinition.swagger.json index 0250774afa..94f56cde08 100644 --- a/certified-connectors/PDF4me/apiDefinition.swagger.json +++ b/certified-connectors/PDF4me/apiDefinition.swagger.json @@ -5339,6 +5339,7 @@ "properties": { "docContent": { "description": "The content of the attachment file", + "format": "byte", "title": "Attachment File Content", "type": "string", "x-ms-visibility": "important" @@ -6865,9 +6866,7 @@ }, "/v2/FlowV2/CreateEpcQrCode": { "post": { - "consumes": [ - "application/json" - ], + "consumes": ["application/json"], "description": "Generate EPC QR Code for SEPA Payment. https://dev.pdf4me.com/power-automate/documentation/actions/create-epc-qrcode/", "operationId": "CreateEpcQrCode_V1", "parameters": [ @@ -6886,9 +6885,7 @@ "title": "Service Tag", "x-ms-visibility": "internal", "default": "BCD", - "enum": [ - "BCD" - ] + "enum": ["BCD"] }, "version": { "type": "string", @@ -6896,10 +6893,7 @@ "title": "Specify EPC version", "x-ms-visibility": "important", "default": "V2", - "enum": [ - "V1", - "V2" - ] + "enum": ["V1", "V2"] }, "characterSet": { "type": "string", @@ -6924,9 +6918,7 @@ "title": "Specify Identification Code", "x-ms-visibility": "internal", "default": "SCT", - "enum": [ - "SCT" - ] + "enum": ["SCT"] }, "bic": { "description": "You can specify beneficiary's BIC. BIC is mandatory only for EPC version V1", @@ -6952,9 +6944,7 @@ "title": "Currency", "x-ms-visibility": "internal", "default": "EUR", - "enum": [ - "EUR" - ] + "enum": ["EUR"] }, "amount": { "format": "float", @@ -7000,9 +6990,7 @@ "type": "object" } }, - "required": [ - "epcQrCodeAction" - ], + "required": ["epcQrCodeAction"], "type": "object" } } @@ -7040,9 +7028,7 @@ }, "/v2/FlowV2/PrepareForPrint": { "post": { - "consumes": [ - "application/json" - ], + "consumes": ["application/json"], "description": "Prepare a PDF for print through resizing, colour profile etc - https://dev.pdf4me.com/power-automate/documentation/actions/prepare-for-print", "summary": "Prepare for Print", "operationId": "PrepareForPrint_v1",