@salesforce/lds-adapters-marketing-cdp 1.230.0 → 1.232.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.
@@ -588,7 +588,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
588
588
  function createResourceRequest$4(config) {
589
589
  const headers = {};
590
590
  return {
591
- baseUri: '/services/data/v59.0',
591
+ baseUri: '/services/data/v60.0',
592
592
  basePath: '/ssot/data-graphs',
593
593
  method: 'post',
594
594
  body: config.body,
@@ -698,7 +698,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
698
698
  function createResourceRequest$3(config) {
699
699
  const headers = {};
700
700
  return {
701
- baseUri: '/services/data/v59.0',
701
+ baseUri: '/services/data/v60.0',
702
702
  basePath: '/ssot/data-graphs/' + config.urlParams.dataGraphName + '',
703
703
  method: 'get',
704
704
  body: null,
@@ -815,7 +815,7 @@ function evictSuccess(luvio, resourceParams) {
815
815
  function createResourceRequest$2(config) {
816
816
  const headers = {};
817
817
  return {
818
- baseUri: '/services/data/v59.0',
818
+ baseUri: '/services/data/v60.0',
819
819
  basePath: '/ssot/data-graphs/' + config.urlParams.dataGraphName + '',
820
820
  method: 'delete',
821
821
  body: null,
@@ -978,7 +978,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
978
978
  function createResourceRequest$1(config) {
979
979
  const headers = {};
980
980
  return {
981
- baseUri: '/services/data/v59.0',
981
+ baseUri: '/services/data/v60.0',
982
982
  basePath: '/ssot/data-graphs/retry',
983
983
  method: 'put',
984
984
  body: config.body,
@@ -1235,7 +1235,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1235
1235
  function createResourceRequest(config) {
1236
1236
  const headers = {};
1237
1237
  return {
1238
- baseUri: '/services/data/v59.0',
1238
+ baseUri: '/services/data/v60.0',
1239
1239
  basePath: '/ssot/data-graphs/dependency/' + config.urlParams.dataGraphName + '',
1240
1240
  method: 'get',
1241
1241
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-marketing-cdp",
3
- "version": "1.230.0",
3
+ "version": "1.232.0",
4
4
  "description": "LDS adapters for CDP",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/marketing-cdp.js",
package/sfdc/index.js CHANGED
@@ -598,7 +598,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
598
598
  function createResourceRequest$4(config) {
599
599
  const headers = {};
600
600
  return {
601
- baseUri: '/services/data/v59.0',
601
+ baseUri: '/services/data/v60.0',
602
602
  basePath: '/ssot/data-graphs',
603
603
  method: 'post',
604
604
  body: config.body,
@@ -691,7 +691,7 @@ function evictSuccess(luvio, resourceParams) {
691
691
  function createResourceRequest$3(config) {
692
692
  const headers = {};
693
693
  return {
694
- baseUri: '/services/data/v59.0',
694
+ baseUri: '/services/data/v60.0',
695
695
  basePath: '/ssot/data-graphs/' + config.urlParams.dataGraphName + '',
696
696
  method: 'delete',
697
697
  body: null,
@@ -792,7 +792,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
792
792
  function createResourceRequest$2(config) {
793
793
  const headers = {};
794
794
  return {
795
- baseUri: '/services/data/v59.0',
795
+ baseUri: '/services/data/v60.0',
796
796
  basePath: '/ssot/data-graphs/' + config.urlParams.dataGraphName + '',
797
797
  method: 'get',
798
798
  body: null,
@@ -1118,7 +1118,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1118
1118
  function createResourceRequest$1(config) {
1119
1119
  const headers = {};
1120
1120
  return {
1121
- baseUri: '/services/data/v59.0',
1121
+ baseUri: '/services/data/v60.0',
1122
1122
  basePath: '/ssot/data-graphs/dependency/' + config.urlParams.dataGraphName + '',
1123
1123
  method: 'get',
1124
1124
  body: null,
@@ -1350,7 +1350,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1350
1350
  function createResourceRequest(config) {
1351
1351
  const headers = {};
1352
1352
  return {
1353
- baseUri: '/services/data/v59.0',
1353
+ baseUri: '/services/data/v60.0',
1354
1354
  basePath: '/ssot/data-graphs/retry',
1355
1355
  method: 'put',
1356
1356
  body: config.body,
@@ -1462,4 +1462,4 @@ withDefaultLuvio((luvio) => {
1462
1462
  });
1463
1463
 
1464
1464
  export { createDataGraph, deleteDataGraph, getDataGraph, getDataGraphDependency, getDataGraphDependencyNotifyChange, getDataGraphDependency_imperative, getDataGraphNotifyChange, getDataGraph_imperative, retryDataGraph };
1465
- // version: 1.230.0-ccccbe260
1465
+ // version: 1.232.0-6cf0cd6c7
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0