@salesforce/lds-adapters-experience-marketing-integration 1.134.4 → 1.134.6

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/v58.0',
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/v58.0',
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/v58.0',
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.4",
3
+ "version": "1.134.6",
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/v58.0',
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/v58.0',
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/v58.0',
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.4-a74ddaa33
1016
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '53.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0