@salesforce/lds-adapters-experience-marketing-integration 1.134.4 → 1.134.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -426,7 +426,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
426
426
|
function createResourceRequest$2(config) {
|
|
427
427
|
const headers = {};
|
|
428
428
|
return {
|
|
429
|
-
baseUri: '/services/data/
|
|
429
|
+
baseUri: '/services/data/v59.0',
|
|
430
430
|
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms',
|
|
431
431
|
method: 'post',
|
|
432
432
|
body: config.body,
|
|
@@ -548,7 +548,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
548
548
|
function createResourceRequest$1(config) {
|
|
549
549
|
const headers = {};
|
|
550
550
|
return {
|
|
551
|
-
baseUri: '/services/data/
|
|
551
|
+
baseUri: '/services/data/v59.0',
|
|
552
552
|
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '',
|
|
553
553
|
method: 'get',
|
|
554
554
|
body: null,
|
|
@@ -847,7 +847,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
847
847
|
function createResourceRequest(config) {
|
|
848
848
|
const headers = {};
|
|
849
849
|
return {
|
|
850
|
-
baseUri: '/services/data/
|
|
850
|
+
baseUri: '/services/data/v59.0',
|
|
851
851
|
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '/data',
|
|
852
852
|
method: 'post',
|
|
853
853
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-experience-marketing-integration",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.5",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "With this API, you can CRUD data in Marketing Cloud's storage, Data Extensions.",
|
|
6
6
|
"main": "dist/es/es2018/experience-marketing-integration.js",
|
package/sfdc/index.js
CHANGED
|
@@ -383,7 +383,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
383
383
|
function createResourceRequest$2(config) {
|
|
384
384
|
const headers = {};
|
|
385
385
|
return {
|
|
386
|
-
baseUri: '/services/data/
|
|
386
|
+
baseUri: '/services/data/v59.0',
|
|
387
387
|
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '',
|
|
388
388
|
method: 'get',
|
|
389
389
|
body: null,
|
|
@@ -638,7 +638,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
638
638
|
function createResourceRequest$1(config) {
|
|
639
639
|
const headers = {};
|
|
640
640
|
return {
|
|
641
|
-
baseUri: '/services/data/
|
|
641
|
+
baseUri: '/services/data/v59.0',
|
|
642
642
|
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms',
|
|
643
643
|
method: 'post',
|
|
644
644
|
body: config.body,
|
|
@@ -894,7 +894,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
894
894
|
function createResourceRequest(config) {
|
|
895
895
|
const headers = {};
|
|
896
896
|
return {
|
|
897
|
-
baseUri: '/services/data/
|
|
897
|
+
baseUri: '/services/data/v59.0',
|
|
898
898
|
basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '/data',
|
|
899
899
|
method: 'post',
|
|
900
900
|
body: config.body,
|
|
@@ -1013,4 +1013,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1013
1013
|
});
|
|
1014
1014
|
|
|
1015
1015
|
export { getForm, getFormNotifyChange, getForm_imperative, saveForm, submitForm };
|
|
1016
|
-
// version: 1.134.
|
|
1016
|
+
// version: 1.134.5-a25b51598
|