Skip to content

Commit ca02b71

Browse files
varunynooxchandraaroraChandranishanthynoox
authored
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 <[email protected]> Co-authored-by: Chandra <[email protected]> Co-authored-by: nishanthynoox <[email protected]> Co-authored-by: Nishanth Asokan <[email protected]>
1 parent f139eb4 commit ca02b71

File tree

2 files changed

+16
-44
lines changed

2 files changed

+16
-44
lines changed

certified-connectors/PDF4me Connect/apiDefinition.swagger.json

+8-22
Original file line numberDiff line numberDiff line change
@@ -5414,6 +5414,7 @@
54145414
"properties": {
54155415
"Name": {
54165416
"description": "Name of the file",
5417+
"format": "byte",
54175418
"title": "File Name",
54185419
"type": "string",
54195420
"x-ms-visibility": "important"
@@ -6955,9 +6956,7 @@
69556956
},
69566957
"/v2/FlowV2/CreateEpcQrCode": {
69576958
"post": {
6958-
"consumes": [
6959-
"application/json"
6960-
],
6959+
"consumes": ["application/json"],
69616960
"description": "Generate EPC QR Code for SEPA Payment. https://dev.pdf4me.com/power-automate/documentation/actions/create-epc-qrcode/",
69626961
"operationId": "CreateEpcQrCode_V1",
69636962
"parameters": [
@@ -6976,20 +6975,15 @@
69766975
"title": "Service Tag",
69776976
"x-ms-visibility": "internal",
69786977
"default": "BCD",
6979-
"enum": [
6980-
"BCD"
6981-
]
6978+
"enum": ["BCD"]
69826979
},
69836980
"version": {
69846981
"type": "string",
69856982
"description": "You can specify the EPC version.",
69866983
"title": "Specify EPC version",
69876984
"x-ms-visibility": "important",
69886985
"default": "V2",
6989-
"enum": [
6990-
"V1",
6991-
"V2"
6992-
]
6986+
"enum": ["V1", "V2"]
69936987
},
69946988
"characterSet": {
69956989
"type": "string",
@@ -7014,9 +7008,7 @@
70147008
"title": "Specify Identification Code",
70157009
"x-ms-visibility": "internal",
70167010
"default": "SCT",
7017-
"enum": [
7018-
"SCT"
7019-
]
7011+
"enum": ["SCT"]
70207012
},
70217013
"bic": {
70227014
"description": "You can specify beneficiary's BIC. BIC is mandatory only for EPC version V1",
@@ -7042,9 +7034,7 @@
70427034
"title": "Currency",
70437035
"x-ms-visibility": "internal",
70447036
"default": "EUR",
7045-
"enum": [
7046-
"EUR"
7047-
]
7037+
"enum": ["EUR"]
70487038
},
70497039
"amount": {
70507040
"format": "float",
@@ -7090,9 +7080,7 @@
70907080
"type": "object"
70917081
}
70927082
},
7093-
"required": [
7094-
"epcQrCodeAction"
7095-
],
7083+
"required": ["epcQrCodeAction"],
70967084
"type": "object"
70977085
}
70987086
}
@@ -7130,9 +7118,7 @@
71307118
},
71317119
"/v2/FlowV2/PrepareForPrint": {
71327120
"post": {
7133-
"consumes": [
7134-
"application/json"
7135-
],
7121+
"consumes": ["application/json"],
71367122
"description": "Prepare a PDF for print through resizing, colour profile etc - https://dev.pdf4me.com/power-automate/documentation/actions/prepare-for-print",
71377123
"summary": "Prepare for Print",
71387124
"operationId": "PrepareForPrint_v1",

certified-connectors/PDF4me/apiDefinition.swagger.json

+8-22
Original file line numberDiff line numberDiff line change
@@ -5339,6 +5339,7 @@
53395339
"properties": {
53405340
"docContent": {
53415341
"description": "The content of the attachment file",
5342+
"format": "byte",
53425343
"title": "Attachment File Content",
53435344
"type": "string",
53445345
"x-ms-visibility": "important"
@@ -6865,9 +6866,7 @@
68656866
},
68666867
"/v2/FlowV2/CreateEpcQrCode": {
68676868
"post": {
6868-
"consumes": [
6869-
"application/json"
6870-
],
6869+
"consumes": ["application/json"],
68716870
"description": "Generate EPC QR Code for SEPA Payment. https://dev.pdf4me.com/power-automate/documentation/actions/create-epc-qrcode/",
68726871
"operationId": "CreateEpcQrCode_V1",
68736872
"parameters": [
@@ -6886,20 +6885,15 @@
68866885
"title": "Service Tag",
68876886
"x-ms-visibility": "internal",
68886887
"default": "BCD",
6889-
"enum": [
6890-
"BCD"
6891-
]
6888+
"enum": ["BCD"]
68926889
},
68936890
"version": {
68946891
"type": "string",
68956892
"description": "You can specify the EPC version.",
68966893
"title": "Specify EPC version",
68976894
"x-ms-visibility": "important",
68986895
"default": "V2",
6899-
"enum": [
6900-
"V1",
6901-
"V2"
6902-
]
6896+
"enum": ["V1", "V2"]
69036897
},
69046898
"characterSet": {
69056899
"type": "string",
@@ -6924,9 +6918,7 @@
69246918
"title": "Specify Identification Code",
69256919
"x-ms-visibility": "internal",
69266920
"default": "SCT",
6927-
"enum": [
6928-
"SCT"
6929-
]
6921+
"enum": ["SCT"]
69306922
},
69316923
"bic": {
69326924
"description": "You can specify beneficiary's BIC. BIC is mandatory only for EPC version V1",
@@ -6952,9 +6944,7 @@
69526944
"title": "Currency",
69536945
"x-ms-visibility": "internal",
69546946
"default": "EUR",
6955-
"enum": [
6956-
"EUR"
6957-
]
6947+
"enum": ["EUR"]
69586948
},
69596949
"amount": {
69606950
"format": "float",
@@ -7000,9 +6990,7 @@
70006990
"type": "object"
70016991
}
70026992
},
7003-
"required": [
7004-
"epcQrCodeAction"
7005-
],
6993+
"required": ["epcQrCodeAction"],
70066994
"type": "object"
70076995
}
70086996
}
@@ -7040,9 +7028,7 @@
70407028
},
70417029
"/v2/FlowV2/PrepareForPrint": {
70427030
"post": {
7043-
"consumes": [
7044-
"application/json"
7045-
],
7031+
"consumes": ["application/json"],
70467032
"description": "Prepare a PDF for print through resizing, colour profile etc - https://dev.pdf4me.com/power-automate/documentation/actions/prepare-for-print",
70477033
"summary": "Prepare for Print",
70487034
"operationId": "PrepareForPrint_v1",

0 commit comments

Comments
 (0)