@salesforce/lds-adapters-experience-marketing-integration 1.412.1 → 1.413.0

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.
@@ -409,7 +409,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
409
409
  function createResourceRequest$2(config) {
410
410
  const headers = {};
411
411
  return {
412
- baseUri: '/services/data/v66.0',
412
+ baseUri: '/services/data/v67.0',
413
413
  basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms',
414
414
  method: 'post',
415
415
  body: config.body,
@@ -522,7 +522,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
522
522
  function createResourceRequest$1(config) {
523
523
  const headers = {};
524
524
  return {
525
- baseUri: '/services/data/v66.0',
525
+ baseUri: '/services/data/v67.0',
526
526
  basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '',
527
527
  method: 'get',
528
528
  body: null,
@@ -777,7 +777,7 @@ function ingestSuccess(luvio, resourceParams, response) {
777
777
  function createResourceRequest(config) {
778
778
  const headers = {};
779
779
  return {
780
- baseUri: '/services/data/v66.0',
780
+ baseUri: '/services/data/v67.0',
781
781
  basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '/data',
782
782
  method: 'post',
783
783
  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.412.1",
3
+ "version": "1.413.0",
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",
@@ -28,11 +28,11 @@
28
28
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-experience-marketing-integration"
29
29
  },
30
30
  "dependencies": {
31
- "@salesforce/lds-bindings": "^1.412.1"
31
+ "@salesforce/lds-bindings": "^1.413.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@salesforce/lds-compiler-plugins": "^1.412.1",
35
- "@salesforce/lds-karma": "^1.412.1"
34
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
35
+ "@salesforce/lds-karma": "^1.413.0"
36
36
  },
37
37
  "nx": {
38
38
  "targets": {
package/sfdc/index.js CHANGED
@@ -366,7 +366,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
366
366
  function createResourceRequest$2(config) {
367
367
  const headers = {};
368
368
  return {
369
- baseUri: '/services/data/v66.0',
369
+ baseUri: '/services/data/v67.0',
370
370
  basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '',
371
371
  method: 'get',
372
372
  body: null,
@@ -601,7 +601,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
601
601
  function createResourceRequest$1(config) {
602
602
  const headers = {};
603
603
  return {
604
- baseUri: '/services/data/v66.0',
604
+ baseUri: '/services/data/v67.0',
605
605
  basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms',
606
606
  method: 'post',
607
607
  body: config.body,
@@ -828,7 +828,7 @@ function ingestSuccess(luvio, resourceParams, response) {
828
828
  function createResourceRequest(config) {
829
829
  const headers = {};
830
830
  return {
831
- baseUri: '/services/data/v66.0',
831
+ baseUri: '/services/data/v67.0',
832
832
  basePath: '/sites/' + config.urlParams.siteId + '/marketing-integration/forms/' + config.urlParams.formId + '/data',
833
833
  method: 'post',
834
834
  body: config.body,
@@ -931,4 +931,4 @@ withDefaultLuvio((luvio) => {
931
931
  });
932
932
 
933
933
  export { getForm, getFormNotifyChange, getForm_imperative, saveForm, submitForm };
934
- // version: 1.412.1-944b7de7af
934
+ // version: 1.413.0-8cd312301b
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/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0