@salesforce/lds-adapters-cdp-data-clean-room 1.355.0 → 1.357.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.
@@ -550,7 +550,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
550
550
  function createResourceRequest$4(config) {
551
551
  const headers = {};
552
552
  return {
553
- baseUri: '/services/data/v63.0',
553
+ baseUri: '/services/data/v65.0',
554
554
  basePath: '/ssot/data-clean-room/providers',
555
555
  method: 'get',
556
556
  body: null,
@@ -676,7 +676,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
676
676
  function createResourceRequest$3(config) {
677
677
  const headers = {};
678
678
  return {
679
- baseUri: '/services/data/v63.0',
679
+ baseUri: '/services/data/v65.0',
680
680
  basePath: '/ssot/data-clean-room/providers',
681
681
  method: 'post',
682
682
  body: config.body,
@@ -1434,7 +1434,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1434
1434
  function createResourceRequest$2(config) {
1435
1435
  const headers = {};
1436
1436
  return {
1437
- baseUri: '/services/data/v63.0',
1437
+ baseUri: '/services/data/v65.0',
1438
1438
  basePath: '/ssot/data-clean-room/specifications',
1439
1439
  method: 'get',
1440
1440
  body: null,
@@ -1560,7 +1560,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
1560
1560
  function createResourceRequest$1(config) {
1561
1561
  const headers = {};
1562
1562
  return {
1563
- baseUri: '/services/data/v63.0',
1563
+ baseUri: '/services/data/v65.0',
1564
1564
  basePath: '/ssot/data-clean-room/specifications',
1565
1565
  method: 'post',
1566
1566
  body: config.body,
@@ -1975,7 +1975,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1975
1975
  function createResourceRequest(config) {
1976
1976
  const headers = {};
1977
1977
  return {
1978
- baseUri: '/services/data/v63.0',
1978
+ baseUri: '/services/data/v65.0',
1979
1979
  basePath: '/ssot/data-clean-room/collaborations',
1980
1980
  method: 'post',
1981
1981
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-data-clean-room",
3
- "version": "1.355.0",
3
+ "version": "1.357.0",
4
4
  "description": "API's related to Data Clean Room Feature",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-data-clean-room.js",
@@ -41,10 +41,10 @@
41
41
  "test:unit": "jest"
42
42
  },
43
43
  "dependencies": {
44
- "@salesforce/lds-bindings": "^1.355.0"
44
+ "@salesforce/lds-bindings": "^1.357.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@salesforce/lds-compiler-plugins": "^1.355.0"
47
+ "@salesforce/lds-compiler-plugins": "^1.357.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -465,7 +465,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
465
465
  function createResourceRequest$4(config) {
466
466
  const headers = {};
467
467
  return {
468
- baseUri: '/services/data/v63.0',
468
+ baseUri: '/services/data/v65.0',
469
469
  basePath: '/ssot/data-clean-room/collaborations',
470
470
  method: 'post',
471
471
  body: config.body,
@@ -995,7 +995,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
995
995
  function createResourceRequest$3(config) {
996
996
  const headers = {};
997
997
  return {
998
- baseUri: '/services/data/v63.0',
998
+ baseUri: '/services/data/v65.0',
999
999
  basePath: '/ssot/data-clean-room/specifications',
1000
1000
  method: 'post',
1001
1001
  body: config.body,
@@ -1255,7 +1255,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1255
1255
  function createResourceRequest$2(config) {
1256
1256
  const headers = {};
1257
1257
  return {
1258
- baseUri: '/services/data/v63.0',
1258
+ baseUri: '/services/data/v65.0',
1259
1259
  basePath: '/ssot/data-clean-room/providers',
1260
1260
  method: 'post',
1261
1261
  body: config.body,
@@ -1601,7 +1601,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1601
1601
  function createResourceRequest$1(config) {
1602
1602
  const headers = {};
1603
1603
  return {
1604
- baseUri: '/services/data/v63.0',
1604
+ baseUri: '/services/data/v65.0',
1605
1605
  basePath: '/ssot/data-clean-room/providers',
1606
1606
  method: 'get',
1607
1607
  body: null,
@@ -1955,7 +1955,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1955
1955
  function createResourceRequest(config) {
1956
1956
  const headers = {};
1957
1957
  return {
1958
- baseUri: '/services/data/v63.0',
1958
+ baseUri: '/services/data/v65.0',
1959
1959
  basePath: '/ssot/data-clean-room/specifications',
1960
1960
  method: 'get',
1961
1961
  body: null,
@@ -2105,4 +2105,4 @@ withDefaultLuvio((luvio) => {
2105
2105
  });
2106
2106
 
2107
2107
  export { createDataCleanRoomCollaboration, createDataCleanRoomSpecification, createProvider, getDataCleanRoomProvidersPaginated, getDataCleanRoomProvidersPaginated_imperative, getDataCleanRoomSpecificationsPaginated, getDataCleanRoomSpecificationsPaginated_imperative };
2108
- // version: 1.355.0-df8576becd
2108
+ // version: 1.357.0-5a2425b0d8
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '63.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v63.0
9
+ baseUri: /services/data/v65.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0