diff --git a/.connector-store/meta.json b/.connector-store/meta.json
index 215fc01..5babf65 100644
--- a/.connector-store/meta.json
+++ b/.connector-store/meta.json
@@ -14,6 +14,805 @@
"salesforce"
],
"releases": [
+ {
+ "tagName": "v2.0.1",
+ "products": [
+ "MI 1.2.0",
+ "MI 4.3.0",
+ "MI 4.2.0",
+ "MI 4.1.0",
+ "MI 4.0.0"
+ ],
+ "operations": [
+ {
+ "name":"init",
+ "description":"Initial configuration file for salesforce rest connector",
+ "isHidden":true
+ },
+ {
+ "name":"callWithRetry",
+ "description":"Templating the retry call",
+ "isHidden":true
+ },
+ {
+ "name":"callOptions",
+ "description":"Templating the http call types GET, POST, etc.",
+ "isHidden":true
+ },
+ {
+ "name":"describeGlobal",
+ "description":"Lists the available objects and their metadata for your organization’s data",
+ "isHidden":false
+ },
+ {
+ "name":"describeSObject",
+ "description":"Completely describes the individual metadata at all levels for the specified object",
+ "isHidden":false
+ },
+ {
+ "name":"listResourcesByApiVersion",
+ "description":"Lists available resources for the specified API version",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectBasicInfo",
+ "description":"Describes the individual metadata for the specified object",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectRows",
+ "description":"Accesses records based on the specified object ID",
+ "isHidden":false
+ },
+ {
+ "name":"listAvailableApiVersion",
+ "description":"List summary information about each REST API version currently available.",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectPlatformAction",
+ "description":"PlatformAction is a virtual read-only object that enables you to query for actions—such as standard and custom buttons, quick actions, and productivity actions—that should be displayed in a UI, given a user, a context, device format, and a record ID.",
+ "isHidden":false
+ },
+ {
+ "name":"listOrganizationLimits",
+ "description":"List the organization limits",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectRowsByExternalId",
+ "description":"SObject Rows by External ID resource to retrieve records with a specific external ID",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersOfSObjectRowsByExternalId",
+ "description":"Return headers that are returned by sending a GET request to the sObject Rows by External ID resource.",
+ "isHidden":false
+ },
+ {
+ "name":"viewRelevantItems",
+ "description":"Retrieves the current user’s most relevant items that include up to 50 of the most recently viewed or updated records for each object in the user’s global search scope.",
+ "isHidden":false
+ },
+ {
+ "name":"create",
+ "description":"Insert sObject(s) synapse library",
+ "isHidden":false
+ },
+ {
+ "name":"delete",
+ "description":"Delete sObject(s) synapse library",
+ "isHidden":false
+ },
+ {
+ "name":"getDeleted",
+ "description":"Retrieves the list of individual records that have been deleted within the given timespan for the specified object.",
+ "isHidden":false
+ },
+ {
+ "name":"getUpdated",
+ "description":"Retrieves the list of individual records that have been updated within the given timespan for the specified object.",
+ "isHidden":false
+ },
+ {
+ "name":"update",
+ "description":"Update or update sObject(s) synapse library",
+ "isHidden":false
+ },
+ {
+ "name":"recentlyViewedItem",
+ "description":"Gets the most recently accessed items that were viewed or referenced by the current user",
+ "isHidden":false
+ },
+ {
+ "name":"retrieveFieldValues",
+ "description":"Retrieve specific field values from a record",
+ "isHidden":false
+ },
+ {
+ "name":"createMultipleRecords",
+ "description":"Insert multiple sObject(s)",
+ "isHidden":false
+ },
+ {
+ "name":"createNestedRecords",
+ "description":"Insert nested sObject(s)",
+ "isHidden":false
+ },
+ {
+ "name":"retrieveFieldValuesFromExternalObject",
+ "description":"Retrieve specific field values from an External Object",
+ "isHidden":false
+ },
+ {
+ "name":"retrieveStandardFieldValuesFromExternalObjectWithExternalId",
+ "description":"Retrieve specific Standard field values from an External Object using External Id",
+ "isHidden":false
+ },
+ {
+ "name":"upsert",
+ "description":"Updating a record or Insert a new Record if there is no record associate with the Id using External ID.",
+ "isHidden":false
+ },
+ {
+ "name":"createUsingExternalId",
+ "description":"Creating a new record based on the field values included in the request body. This resource does not require the use of an external ID field.",
+ "isHidden":false
+ },
+ {
+ "name":"deleteUsingExternalId",
+ "description":"Deleting a record based on the value of the specified external ID field.",
+ "isHidden":false
+ },
+ {
+ "name":"createUsingSpecificSObjectQuickAction",
+ "description":"Creating a record via the specified quick action based on the field values included in the request body",
+ "isHidden":false
+ },
+ {
+ "name":"getRecordsUsingRelationships",
+ "description":"Gets a record based on the specified object, record ID, and relationship field",
+ "isHidden":false
+ },
+ {
+ "name":"updateUsingRelationships",
+ "description":"Updates a parent record based on the specified object, record ID, and relationship field name",
+ "isHidden":false
+ },
+ {
+ "name":"deleteUsingRelationships",
+ "description":"Deletes a parent record based on the specified object, record ID, and relationship field name",
+ "isHidden":false
+ },
+ {
+ "name":"getObjectRecordCounts",
+ "description":"Lists information about object record counts in your organization.",
+ "isHidden":false
+ },
+ {
+ "name":"createUsingSObjectCollections",
+ "description":"Creates records using sObject collections. Can add up to 200 records",
+ "isHidden":false
+ },
+ {
+ "name":"deleteRecordsUsingSObjectCollections",
+ "description":"Deletes records using sObject collections. Can delete up to 200 records",
+ "isHidden":false
+ },
+ {
+ "name":"getRecordsUsingSObjectCollections",
+ "description":"Gets one or more records of the same object type using sObject collections.",
+ "isHidden":false
+ },
+ {
+ "name":"getRecordsWithARequestBodyUsingSObjectCollections",
+ "description":"Gets one or more records of the same object type using sObject collections with a request body.",
+ "isHidden":false
+ },
+ {
+ "name":"updateRecordsUsingSObjectCollections",
+ "description":"Updates records using sObject collections. Can update up to 200 records.",
+ "isHidden":false
+ },
+ {
+ "name":"upsertRecordsUsingSObjectCollections",
+ "description":"Either creates or updates (upsert) up to 200 records based on an external ID field using sObject collections",
+ "isHidden":false
+ },
+ {
+ "name":"createUsingQuickAction",
+ "description":"Creates a record via a quick action.",
+ "isHidden":false
+ },
+ {
+ "name":"getUserInformation",
+ "description":"Get User Information From Salesforce.",
+ "isHidden":false
+ },
+ {
+ "name":"resetPassword",
+ "description":"Reset Password for Salesforce account for a specific User.",
+ "isHidden":false
+ },
+ {
+ "name":"setPassword",
+ "description":"Set new password for Salesforce account for a specific User.",
+ "isHidden":false
+ },
+ {
+ "name":"getUserPasswordExpirationStatus",
+ "description":"Gets a user’s password expiration status based on the specified user ID",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForUserPassword",
+ "description":"Returns only the headers that are returned by sending a GET request to the sObject User Password resource.",
+ "isHidden":false
+ },
+ {
+ "name":"getSelfServiceUserPasswordExpirationStatus",
+ "description":"Retrieves a self-service user’s password expiration status based on the specified user ID.",
+ "isHidden":false
+ },
+ {
+ "name":"resetSelfServiceUserPassword",
+ "description":"Reset Password for Salesforce account for a specific self-service.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSelfServiceUserPassword",
+ "description":"Returns only the headers that are returned by sending a GET request to the sObject Self-Service User Password resource.",
+ "isHidden":false
+ },
+ {
+ "name":"setSelfServiceUserPassword",
+ "description":"Sets a self-service user’s password based on the specified user ID. The password provided in the request body replaces the user’s existing password.",
+ "isHidden":false
+ },
+ {
+ "name":"listApprovals",
+ "description":"Get the List of Approvals.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForApprovals",
+ "description":"Returns only the headers that are returned by the listApprovals operation.",
+ "isHidden":false
+ },
+ {
+ "name":"submitApproveOrRejectApprovals",
+ "description":"Submits a particular record if that entity supports an approval process and one has already been defined. Records can be approved and rejected if the current user is an assigned approver.",
+ "isHidden":false
+ },
+ {
+ "name":"listViews",
+ "description":"Returns the list of list views for the specified sObject, including the ID and other basic information about each list view",
+ "isHidden":false
+ },
+ {
+ "name":"listViewById",
+ "description":"get basic information for a specific list view by ID",
+ "isHidden":false
+ },
+ {
+ "name":"recentListViews",
+ "description":"Returns the list of recently used list views for the given sObject type",
+ "isHidden":false
+ },
+ {
+ "name":"describeListViewById",
+ "description":"Returns detailed information about a list view, including the ID, the columns, and the SOQL query.",
+ "isHidden":false
+ },
+ {
+ "name":"listViewResults",
+ "description":"Executes the SOQL query for the list view and returns the resulting data and presentation information.",
+ "isHidden":false
+ },
+ {
+ "name":"query",
+ "description":"Executes the specified SOQL query to retrieve",
+ "isHidden":false
+ },
+ {
+ "name":"queryPerformanceFeedback",
+ "description":"Retrieving query performance feedback without executing the query",
+ "isHidden":false
+ },
+ {
+ "name":"listviewQueryPerformanceFeedback",
+ "description":"Retrieving query performance feedback on a report or list view",
+ "isHidden":false
+ },
+ {
+ "name":"queryMore",
+ "description":"Retrieving additional query results if the initial results are too large",
+ "isHidden":false
+ },
+ {
+ "name":"queryAll",
+ "description":"Executes the specified SOQL query to retrieve details with deleted records",
+ "isHidden":false
+ },
+ {
+ "name":"queryAllMore",
+ "description":"For retrieving additional query results if the initial results are too large",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectAction",
+ "description":"Return a specific object’s actions as well as global actions",
+ "isHidden":false
+ },
+ {
+ "name":"getSpecificQuickAction",
+ "description":"Return a specific action for an object",
+ "isHidden":false
+ },
+ {
+ "name":"quickActions",
+ "description":"Returns a list of global actions",
+ "isHidden":false
+ },
+ {
+ "name":"getDescribeSpecificAction",
+ "description":"Return a specific action’s descriptive detail",
+ "isHidden":false
+ },
+ {
+ "name":"getDefaultValueOfAction",
+ "description":"Return a specific action’s default values, including default field values",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForDescribeSpecificAction",
+ "description":"Returns only the headers that are returned by the getDescribeSpecificAction operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSObjectAction",
+ "description":"Returns only the headers that are returned by the sObjectAction operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForQuickAction",
+ "description":"Returns only the headers that are returned by the quickActions operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSpecificQuickAction",
+ "description":"Returns only the headers that are returned by the getSpecificAction operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForDefaultValueOfAction",
+ "description":"Returns only the headers that are returned by the getDefaultValueOfAction operation",
+ "isHidden":false
+ },
+ {
+ "name":"getDefaultValueOfActionById",
+ "description":"Returns the default values for an action specific to the context_id object",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForDefaultValueOfActionById",
+ "description":"Returns only the headers that are returned by the getDefaultValueOfActionById operation",
+ "isHidden":false
+ },
+ {
+ "name":"search",
+ "description":"Executes the specified SOSL search",
+ "isHidden":false
+ },
+ {
+ "name":"searchScopeAndOrder",
+ "description":"Returns an ordered list of objects in the default global search scope of a logged-in user.",
+ "isHidden":false
+ },
+ {
+ "name":"searchResultLayout",
+ "description":"Returns search result layout information for the objects in the query string",
+ "isHidden":false
+ },
+ {
+ "name":"searchSuggestedRecords",
+ "description":"Returns a list of suggested records whose names match the user’s search string",
+ "isHidden":false
+ },
+ {
+ "name":"searchSuggestedArticleTitle",
+ "description":"Returns a list of Salesforce Knowledge articles whose titles match the user’s search query string",
+ "isHidden":false
+ },
+ {
+ "name":"searchSuggestedQueries",
+ "description":"Returns a list of suggested searches based on the user’s query string text matching searches that other users have performed in Salesforce Knowledge",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectLayouts",
+ "description":"Returns a list of layouts and descriptions, including for actions for a specific object.",
+ "isHidden":false
+ },
+ {
+ "name":"compactLayouts",
+ "description":"Returns a list of compact layouts for multiple objects.",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectCompactLayouts",
+ "description":"Returns a list of compact layouts for a specific object.",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectNamedLayouts",
+ "description":"Retrieves information about alternate named layouts for a given object.",
+ "isHidden":false
+ },
+ {
+ "name":"globalSObjectLayouts",
+ "description":"To return descriptions of global publisher layouts.",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectApprovalLayouts",
+ "description":"Returns a list of approval layouts for a specified object",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectApprovalLayoutsForSpecifiedApprovalProcess",
+ "description":"Returns an approval layout for a named approval process on a specified object.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSObjectApprovalLayouts",
+ "description":"Returns only the headers that are returned by the sObjectApprovalLayouts operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSObjectApprovalLayoutsForSpecifiedApprovalProcess",
+ "description":"Returns only the headers that are returned by the sObjectApprovalLayoutsForSpecifiedApprovalProcess operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSObjectCompactLayouts",
+ "description":"Returns only the headers that are returned by the sObjectCompactLayouts operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSObjectLayouts",
+ "description":"Returns only the headers that are returned by the sObjectLayouts operation",
+ "isHidden":false
+ },
+ {
+ "name":"sObjectLayoutsForObjectWithMultipleRecordTypes",
+ "description":"Retrieves lists of page layouts and their descriptions for objects that have more than one record type defined.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSObjectLayoutsForObjectWithMultipleRecordTypes",
+ "description":"Returns only the headers that are returned by the sObjectLayoutsForObjectWithMultipleRecordTypes operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForGlobalSObjectLayouts",
+ "description":"Returns only the headers that are returned by the globalSObjectLayouts operation",
+ "isHidden":false
+ },
+ {
+ "name":"listItemsInMenu",
+ "description":"Returns a list of items in either the Salesforce app drop-down menu or the Salesforce1 navigation menu.",
+ "isHidden":false
+ },
+ {
+ "name":"tabs",
+ "description":"Returns a list of all tabs.",
+ "isHidden":false
+ },
+ {
+ "name":"themes",
+ "description":"Gets the list of icons and colors used by themes in the Salesforce application.",
+ "isHidden":false
+ },
+ {
+ "name":"listAppMenuTypes",
+ "description":"Retrieves a list of App Menu types in the Salesforce app dropdown menu.",
+ "isHidden":false
+ },
+ {
+ "name":"listAppMenuItems",
+ "description":"Retrieves a list of the App Menu items in the Salesforce Lightning dropdown menu.",
+ "isHidden":false
+ },
+ {
+ "name":"listAppMenuMobileItems",
+ "description":"Retrieves a list of the App Menu items in the Salesforce mobile app for Android and iOS and the mobile web navigation menu.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForAppMenuItems",
+ "description":"Retrieves only the headers that are returned by the listAppMenuItems operation.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForAppMenuMobileItems",
+ "description":"Retrieves only the headers that are returned by the listAppMenuMobileItems operation.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForTabs",
+ "description":"Retrieves only the headers that are returned by the tabs operation.",
+ "isHidden":false
+ },
+ {
+ "name":"getListOfAction",
+ "description":"Retrieving a list of general action types for the current organization",
+ "isHidden":false
+ },
+ {
+ "name":"getSpecificListOfAction",
+ "description":"Retrieving a list of standard actions for the current organization",
+ "isHidden":false
+ },
+ {
+ "name":"getAttributeOfSpecificAction",
+ "description":"Retrieving the details of a given attributes of a single standard action.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHTTPHeadersForListOfAction",
+ "description":"Retrieves only the headers that are returned by the getListOfAction operation",
+ "isHidden":false
+ },
+ {
+ "name":"returnHTTPHeadersForSpecificListOfAction",
+ "description":"Retrieves only the headers that are returned by the getSpecificListOfAction operation",
+ "isHidden":false
+ },
+ {
+ "name":"listProcessRules",
+ "description":"Get the List of Process Rules.",
+ "isHidden":false
+ },
+ {
+ "name":"getSpecificProcessRule",
+ "description":"get the metadata for a specific sObject Process rule",
+ "isHidden":false
+ },
+ {
+ "name":"getSpecificProcessRuleList",
+ "description":"Gets all active workflow rules for an sObject.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForProcessRules",
+ "description":"Returns only the headers that are returned by the listProcessRules operation.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSpecificProcessRule",
+ "description":"Returns only the headers that are returned by the getSpecificProcessRule operation.",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForSpecificProcessRuleList",
+ "description":"Returns only the headers that are returned by the getSpecificProcessRuleList operation.",
+ "isHidden":false
+ },
+ {
+ "name":"triggerProcessRules",
+ "description":"Triggers all active workflow rules. All rules associated with the specified ID are evaluated, regardless of the evaluation criteria. All IDs must be for records on the same object.",
+ "isHidden":false
+ },
+ {
+ "name":"getBlobBodyForAttachmentRecord",
+ "description":"Retrieving blob body for an Attachment record",
+ "isHidden":false
+ },
+ {
+ "name":"getBlobBodyForDocumentRecord",
+ "description":"Retrieving blob body for a Document record",
+ "isHidden":false
+ },
+ {
+ "name":"getBlobDataForSpecificObject",
+ "description":"Retrieves the specified blob field from an individual record and returns it as binary data",
+ "isHidden":false
+ },
+ {
+ "name":"getSObjectRichTextImage",
+ "description":"Retrieves the specified image data from a specific rich text area field in a given record",
+ "isHidden":false
+ },
+ {
+ "name":"describeEventMonitoring",
+ "description":"Use the SObject Describe resource to retrieve all metadata for an object, including information about fields, URLs, and child relationships.",
+ "isHidden":false
+ },
+ {
+ "name":"queryEventMonitoringData",
+ "description":"Use the Query resource to retrieve field values from a record. Specify the fields you want to retrieve in the fields parameter and use the GET method of the resource.",
+ "isHidden":false
+ },
+ {
+ "name":"getEventMonitoringContentFromRecord",
+ "description":"Retrieves event monitoring content in binary format.",
+ "isHidden":false
+ },
+ {
+ "name":"getReport",
+ "description":"Returns the report for a specific report id.",
+ "isHidden":false
+ },
+ {
+ "name":"listCompositeResources",
+ "description":"Retrieves a list of URIs for other composite resources.",
+ "isHidden":false
+ },
+ {
+ "name":"sendMultipleRequestsUsingComposite",
+ "description":"Executes a series of REST API requests in a single call.",
+ "isHidden":false
+ },
+ {
+ "name":"compositeGraph",
+ "description":"Submit composite graph operations.",
+ "isHidden":false
+ },
+ {
+ "name":"compositeBatch",
+ "description":"Executes up to 25 subrequests in a single request.",
+ "isHidden":false
+ },
+ {
+ "name":"createProductSchedules",
+ "description":"Establishes or reestablishes a product schedule with multiple installments for an opportunity product.",
+ "isHidden":false
+ },
+ {
+ "name":"deleteProductSchedules",
+ "description":"Deletes all installments in a revenue or quantity schedule for opportunity products.",
+ "isHidden":false
+ },
+ {
+ "name":"getProductSchedules",
+ "description":"Retrieves revenue and quantity schedules for opportunity products.",
+ "isHidden":false
+ },
+ {
+ "name":"consentDetailsOnSingleAction",
+ "description":"Retrieves consent details based on a single action, like email or track, across specific consent management objects when the records have a lookup relationship.",
+ "isHidden":false
+ },
+ {
+ "name":"consentDetailsOnMultipleAction",
+ "description":"Retrieves consent details based on multiple actions, like email and track, across specific consent management objects when the records have a lookup relationship.",
+ "isHidden":false
+ },
+ {
+ "name":"embeddedServiceConfig",
+ "description":"Retrieves the values for your Embedded Service deployment configuration, including the branding colors, font, and site URL",
+ "isHidden":false
+ },
+ {
+ "name":"returnHeadersForEmbeddedServiceConfig",
+ "description":"Retrieves only the headers that are returned by the embeddedServiceConfig operation.",
+ "isHidden":false
+ },
+ {
+ "name":"listKnowledgeRESTApis",
+ "description":"Retrieves knowledge support REST APIs that allow both authorized and guest users to retrieve the user’s visible data categories and their associated articles.",
+ "isHidden":false
+ },
+ {
+ "name":"listDataCategoryGroups",
+ "description":"Retrieves data category groups that are visible to the current user.",
+ "isHidden":false
+ },
+ {
+ "name":"getDataCategoryDetails",
+ "description":"Retrieves data category details and the child categories by a given category.",
+ "isHidden":false
+ },
+ {
+ "name":"listArticles",
+ "description":"Retrieves a page of online articles for the given language and category through either search or query.",
+ "isHidden":false
+ },
+ {
+ "name":"getArticleDetails",
+ "description":"Retrieves all online article fields, accessible to the user.",
+ "isHidden":false
+ },
+ {
+ "name":"getKnowledgeLanguageSettings",
+ "description":"Retrieves the existing Knowledge language settings, including the default knowledge language and a list of supported Knowledge language information.",
+ "isHidden":false
+ },
+ {
+ "name":"platformEventSchemaByEventName",
+ "description":"Retrieves the definition of a platform event for an event name",
+ "isHidden":false
+ },
+ {
+ "name":"platformEventSchemaByEventNameAndSpecifiedPayloadFormat",
+ "description":"Retrieves the definition of a platform event for an event name in specified payload format",
+ "isHidden":false
+ },
+ {
+ "name":"platformEventSchemaBySchemaId",
+ "description":"Retrieves the definition of a platform event for a schema ID",
+ "isHidden":false
+ },
+ {
+ "name":"platformEventSchemaBySchemaIdAndSpecifiedPayloadFormat",
+ "description":"Retrieves the definition of a platform event for a schema ID in specified payload format",
+ "isHidden":false
+ },
+ {
+ "name":"compileDataForPortabilityRequest",
+ "description":"Aggregates your data subject's personally identifiable information (PII) into one file and sends a response with a URL to download the file, a policy file ID, and information on the objects and fields you selected when creating the policy.",
+ "isHidden":false
+ },
+ {
+ "name":"statusOfPortabilityRequest",
+ "description":"Retrieves the status of the request done by compileDataForPortabilityRequest operation.",
+ "isHidden":false
+ },
+ {
+ "name":"addOrChangeTranslationOfSurveyField",
+ "description":"Add or change the translated value of the survey field if a survey field can be translated or is already translated into a particular language.",
+ "isHidden":false
+ },
+ {
+ "name":"addOrUpdateTranslatedValueOfMultipleSurveyFieldsInOneOrMoreLanguages",
+ "description":"If one or more survey fields can be translated or are already translated, adds or updates the translated values of the survey fields in the languages into which survey fields can be translated.",
+ "isHidden":false
+ },
+ {
+ "name":"deleteTheTranslatedValueOfSurveyField",
+ "description":"Deletes the translated value of the survey field after a survey field is translated into a particular language.",
+ "isHidden":false
+ },
+ {
+ "name":"deleteTranslatedValueOfMultipleSurveyFieldsInOneOrMoreLanguages",
+ "description":"Delete the translated values of multiple survey fields after survey fields are translated into one or more languages.",
+ "isHidden":false
+ },
+ {
+ "name":"getTranslatedValueOfSurveyField",
+ "description":"Retrieves the translated value of the survey field after a survey field is translated into a particular language.",
+ "isHidden":false
+ },
+ {
+ "name":"getTranslatedValuesOfMultipleSurveyFieldsInOneOrMoreLanguages",
+ "description":"Retrieves the translated values of multiple survey fields in the translated languages after survey fields are translated into one or more languages.",
+ "isHidden":false
+ },
+ {
+ "name":"listSchedulerRESTResourcesAndURIs",
+ "description":"Retrieves a list of available Salesforce Scheduler REST resources and corresponding URIs.",
+ "isHidden":false
+ },
+ {
+ "name":"listAppointmentSlots",
+ "description":"Retrieves a list of available appointment time slots for a resource based on given work type group or work type and service territories.",
+ "isHidden":false
+ },
+ {
+ "name":"listAppointmentCandidates",
+ "description":"Retrieves a list of service resources (appointment candidates) based on work type group or work type and service territories.",
+ "isHidden":false
+ }
+ ],
+ "connections": [
+ {
+ "name": "salesforcerest",
+ "description": "Connection for using the Salesforce REST API."
+ }
+ ],
+ "isHidden": false
+ },
{
"tagName": "v2.0.0",
"products": [
diff --git a/pom.xml b/pom.xml
index 608caab..f97af2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
org.wso2.integration.connector
mi-connector-salesforcerest
jar
- 2.0.0
+ 2.0.1-SNAPSHOT
WSO2 Carbon - Mediation Library Connector For Salesforcerest
http://wso2.org
@@ -487,7 +487,7 @@
wso2-nexus
WSO2 internal Repository
- http://maven.wso2.org/nexus/content/groups/wso2-public/
+ https://maven.wso2.org/nexus/content/groups/wso2-public/
true
daily
@@ -497,7 +497,7 @@
wso2.releases
WSO2 internal Repository
- http://maven.wso2.org/nexus/content/repositories/releases/
+ https://maven.wso2.org/nexus/content/repositories/releases/
true
daily
@@ -507,7 +507,7 @@
wso2.snapshots
Apache Snapshot Repository
- http://maven.wso2.org/nexus/content/repositories/snapshots/
+ https://maven.wso2.org/nexus/content/repositories/snapshots/
true
daily
diff --git a/src/main/resources/connector.xml b/src/main/resources/connector.xml
index 6ac5da1..8bb878f 100644
--- a/src/main/resources/connector.xml
+++ b/src/main/resources/connector.xml
@@ -45,5 +45,6 @@
wso2 connector for Salesforce REST API
+ SalesforceRest
icon/icon-small.gif
-
\ No newline at end of file
+