@salesforce/lds-adapters-experience-marketing-integration
Advanced tools
Comparing version 1.311.0 to 1.311.1
@@ -412,3 +412,3 @@ /** | ||
return { | ||
baseUri: '/services/data/v62.0', | ||
baseUri: '/services/data/v63.0', | ||
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms', | ||
@@ -526,3 +526,3 @@ method: 'post', | ||
return { | ||
baseUri: '/services/data/v62.0', | ||
baseUri: '/services/data/v63.0', | ||
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '', | ||
@@ -782,3 +782,3 @@ method: 'get', | ||
return { | ||
baseUri: '/services/data/v62.0', | ||
baseUri: '/services/data/v63.0', | ||
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '/data', | ||
@@ -785,0 +785,0 @@ method: 'post', |
{ | ||
"name": "@salesforce/lds-adapters-experience-marketing-integration", | ||
"version": "1.311.0", | ||
"version": "1.311.1", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -31,7 +31,7 @@ "description": "With this API, you can CRUD data in Marketing Cloud's storage, Data Extensions.", | ||
"dependencies": { | ||
"@salesforce/lds-bindings": "^1.311.0" | ||
"@salesforce/lds-bindings": "^1.311.1" | ||
}, | ||
"devDependencies": { | ||
"@salesforce/lds-compiler-plugins": "^1.311.0", | ||
"@salesforce/lds-karma": "^1.311.0" | ||
"@salesforce/lds-compiler-plugins": "^1.311.1", | ||
"@salesforce/lds-karma": "^1.311.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "nx": { |
@@ -369,3 +369,3 @@ /** | ||
return { | ||
baseUri: '/services/data/v62.0', | ||
baseUri: '/services/data/v63.0', | ||
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '', | ||
@@ -605,3 +605,3 @@ method: 'get', | ||
return { | ||
baseUri: '/services/data/v62.0', | ||
baseUri: '/services/data/v63.0', | ||
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms', | ||
@@ -833,3 +833,3 @@ method: 'post', | ||
return { | ||
baseUri: '/services/data/v62.0', | ||
baseUri: '/services/data/v63.0', | ||
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '/data', | ||
@@ -937,2 +937,2 @@ method: 'post', | ||
export { getForm, getFormNotifyChange, getForm_imperative, saveForm, submitForm }; | ||
// version: 1.311.0-5f03b383b7 | ||
// version: 1.311.1-f99d2bc85e |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138