No actual changes - just the rebranding of Planview Projectplace to
camel case ProjectPlace.
Also took the time to update some of the swagger definition file to
refer to "activities" rather than "planlets". The word "planlet" is
really internal to Projectplace - while the word "activity" is
understandable by an end user.
* Added Vocean to certified-connectors
* Vocean connector updated with actions to inseart ideas and the first triggers.
* Vocean connector. Visibility info added to operations.
* Vocean connector description updated.
Co-authored-by: mia.landin <mia.landin@vocean.com>
* FLOW-78: Support for adding recipient type in the add recipient action
* add core required param for add recipient - param name : custom fields
* Add custom fields to recipient
* Support setting core params for all signer types
* Support for inperson signer recipient type
* Update response to fit schema for in person signer
* New schema changs for connec 2.0 json sim
* Update model to recognize Connect SIM 2.0 format
* add custom fields to the webhook response model
* Update webhook response transformation logic for connect 2.0 json sim format
* FLOW-133: Support recipient types Agent, CC, Certified Delivery, Editor & Intermediary
* Add recipient step has following 2 changes.
* Remove custom fields
* Update dropdown labels to match with NDSE
* FLOW-136: Support witness recipient type
* FLOW-84: Create envelope from template expects input for body when no recipients are specified
Instead, present the user with option to add recipient name, email
* Tag the recipient id field returned by add recipient step "important" , so that it shows in the UI output
* In case recipient roles are not specified in the template, request "Email subject" and "Email body" from the user
* Fix whitespaces
* Make the connect trigger changes backward compatible using versioning
* Keep the previous version of operation id the same for create envelope using template action
* Update name for send envelope using template
* Add custom fields to "create envelope using template" FLOW action
* Extract parsing custom fields to a separate method
* Use a prefix to differentiate between text custom field and list custom field
* FLOW-159: enable user to set label for tabs, in the add recipient tabs step
* FLOW-180: Version "add recipient to an envelope" action
* Remove duplicated method
* FLOW-184: Support adding list custom fields for "create envelope using template" and "create envelope" actions
List custom fields shows up as an enum
* FLOW-168: list custom fields missing in the connect response
* Rename custom fields variable name
* Fix merge conflicts
* Move the login information code block to where it was
* FLOW-200: IDV Workflow IDV is a mandatory field but flow saving without selecting Workflow IDV
* Throw 400 BadRequest instead of InternalException to make the flow fail fast in case of user error
* shorten the custom field suffix to allow for longer field names
* Fix setting up phone authentication
* FLOW-213: Merge sms related code changes from Angel
* Change the field type of country code and phone number to integer
* FLOW-225: Trigger do not work after connector upgrade from 2.0 to 2.1
xml parsing logic was missing
* Update to version 4.0
* New host and base URL
* Change apiKey header value to "X-Apptigent-Id"
* Add new Collections, Files, Data and Text endpoints
* Revert "Update to version 4.0"
This reverts commit b92ecbbc4a.
* Update to version 4.0
* New host and base URL
* Change apiKey header value to "X-Apptigent-Id"
* Add new Collections, Files, Data and Text endpoints
* Correct change validation errors in api definition
* Remove output type reference and replace with direct 'file' type schema value in ResizeImage, ConvertImage and TextToSpeech (actual result would not change for user but fails validation checks)
Change enum string value from non-special character back to unicode value
* Remove all "outputFile" ref objects and replace with direct file type reference to pass validation checks
* Correct Map Timezone endpoint operation ID
* updated cyberprood connector to support new APIS
* PR comment resolved to make it list instead of values
* PR comment resolved remove value path
* PR comment resolved remove value path to itemValuePath
* added dynamic list instead of dynamic values
* removed paramter field and added value
* alphanumeric character in summary
* testing new connector for validation
* add required changes
* added paramters to category
* remove summary extra char
* removed required field
* removed required field
Co-authored-by: Sandeep Kokare <Sandeep.Kokare@blueconchtech.com>
* connector artifacts
initial commit of connector artifacts
* iconbrandcolor
replacing default color per pull request guidelines
* Swagger and Change Validation
updating swagger per issues identified in validation phase
* property names, values, grammar
updating per recent microsoft pull request notes around property names having proper casing, grammar, and correct values in the case of the privacy policy property.
* iconBrandColor
updating brand color
* FLOW-78: Support for adding recipient type in the add recipient action
* add core required param for add recipient - param name : custom fields
* Add custom fields to recipient
* Support setting core params for all signer types
* Support for inperson signer recipient type
* Update response to fit schema for in person signer
* New schema changs for connec 2.0 json sim
* Update model to recognize Connect SIM 2.0 format
* add custom fields to the webhook response model
* Update webhook response transformation logic for connect 2.0 json sim format
* FLOW-133: Support recipient types Agent, CC, Certified Delivery, Editor & Intermediary
* Add recipient step has following 2 changes.
* Remove custom fields
* Update dropdown labels to match with NDSE
* FLOW-136: Support witness recipient type
* FLOW-84: Create envelope from template expects input for body when no recipients are specified
Instead, present the user with option to add recipient name, email
* Tag the recipient id field returned by add recipient step "important" , so that it shows in the UI output
* In case recipient roles are not specified in the template, request "Email subject" and "Email body" from the user
* Fix whitespaces
* Make the connect trigger changes backward compatible using versioning
* Keep the previous version of operation id the same for create envelope using template action
* Update name for send envelope using template
* Add custom fields to "create envelope using template" FLOW action
* Extract parsing custom fields to a separate method
* Use a prefix to differentiate between text custom field and list custom field
* FLOW-159: enable user to set label for tabs, in the add recipient tabs step
* FLOW-180: Version "add recipient to an envelope" action
* Remove duplicated method
* FLOW-184: Support adding list custom fields for "create envelope using template" and "create envelope" actions
List custom fields shows up as an enum
* FLOW-168: list custom fields missing in the connect response
* Rename custom fields variable name
* Fix merge conflicts
* Move the login information code block to where it was
* FLOW-200: IDV Workflow IDV is a mandatory field but flow saving without selecting Workflow IDV
* Throw 400 BadRequest instead of InternalException to make the flow fail fast in case of user error
* shorten the custom field suffix to allow for longer field names
* Fix setting up phone authentication
* FLOW-213: Merge sms related code changes from Angel
* Change the field type of country code and phone number to integer
* new file: certified-connectors/N-able Cloud User Hub/apiDefinition.swagger.json
new file: certified-connectors/N-able Cloud User Hub/apiProperties.json
new file: certified-connectors/N-able Cloud User Hub/readme.md
N-able Cloud User Hub first publish
* Add certified-connectors/N-able Cloud User Hub/readme.md
* Resolve PR review comments
Co-authored-by: Vincent Mejan <v.mejan@spinpanel.com>
- user has to select region before OAuth sign-in process with Meisterplan starts
- use region connection parameter to navigate to the Meisterplan API Gateway
- remove script that did the redirect to the API Gateway before
- remove all security properties from swagger file. This may fix the issue that the authorization header is not send with the request
* Add Zippydoc custom connector
* Move Zippydoc connector to certified-connectors dir
* Remove Zippydoc connector from independent-publisher-connectors dir
* Fill in empty titles and update response schemas
* Format readme.md in accordance with the template
* Update description
* Update request body parameters in 'Upload Table' action
* Added UiPath Orchestrator Connector
* Corrections to be inline with coding standards.
* Made strategy a hidden but required field.
* Update iconBrandColor & runtime Urls
* Update iconBrandColor & runtime Urls
* Reverted back to cloud urls
* Updated to staging urls for Microsoft review.
* Fantasy Premier League initial commit
Initial commit
* Added new line to json files
* Modified swagger namings
* Removed apostrophes from names
* updated params with x-ms-summary, description and x-ms-encoding
* Changed default responses to correct response code
* x-ms-connector-metadata added
* Updated descriptions, missing titles, unicode elements, apiproperties naming and readme publisher