@salesforce/lds-adapters-cdp-communication-capping 1.309.0-dev16 → 1.323.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.
|
@@ -1544,7 +1544,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1544
1544
|
function createResourceRequest$1(config) {
|
|
1545
1545
|
const headers = {};
|
|
1546
1546
|
return {
|
|
1547
|
-
baseUri: '/services/data/
|
|
1547
|
+
baseUri: '/services/data/v63.0',
|
|
1548
1548
|
basePath: '/ssot/communication-cappings/' + config.urlParams.idOrName + '',
|
|
1549
1549
|
method: 'get',
|
|
1550
1550
|
body: null,
|
|
@@ -1841,7 +1841,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1841
1841
|
function createResourceRequest(config) {
|
|
1842
1842
|
const headers = {};
|
|
1843
1843
|
return {
|
|
1844
|
-
baseUri: '/services/data/
|
|
1844
|
+
baseUri: '/services/data/v63.0',
|
|
1845
1845
|
basePath: '/ssot/communication-cappings/' + config.urlParams.idOrName + '/actions/retry',
|
|
1846
1846
|
method: 'post',
|
|
1847
1847
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-communication-capping",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.323.0",
|
|
4
4
|
"description": "API's related to Communication capping Feature",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-communication-capping.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.323.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.323.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1554,7 +1554,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1554
1554
|
function createResourceRequest$1(config) {
|
|
1555
1555
|
const headers = {};
|
|
1556
1556
|
return {
|
|
1557
|
-
baseUri: '/services/data/
|
|
1557
|
+
baseUri: '/services/data/v63.0',
|
|
1558
1558
|
basePath: '/ssot/communication-cappings/' + config.urlParams.idOrName + '',
|
|
1559
1559
|
method: 'get',
|
|
1560
1560
|
body: null,
|
|
@@ -1851,7 +1851,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1851
1851
|
function createResourceRequest(config) {
|
|
1852
1852
|
const headers = {};
|
|
1853
1853
|
return {
|
|
1854
|
-
baseUri: '/services/data/
|
|
1854
|
+
baseUri: '/services/data/v63.0',
|
|
1855
1855
|
basePath: '/ssot/communication-cappings/' + config.urlParams.idOrName + '/actions/retry',
|
|
1856
1856
|
method: 'post',
|
|
1857
1857
|
body: null,
|
|
@@ -1949,4 +1949,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1949
1949
|
});
|
|
1950
1950
|
|
|
1951
1951
|
export { getCommunicationCappingRepresentation, getCommunicationCappingRepresentation_imperative, triggerDMOCICreation };
|
|
1952
|
-
// version: 1.
|
|
1952
|
+
// version: 1.323.0-34d96539ec
|
package/src/raml/api.raml
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
securedBy:
|
|
3
3
|
- OAuth2
|
|
4
4
|
title: Salesforce Connect API
|
|
5
|
-
version: '
|
|
5
|
+
version: '63.0'
|
|
6
6
|
mediaType: application/json
|
|
7
7
|
protocols:
|
|
8
8
|
- https
|
|
9
|
-
baseUri: /services/data/
|
|
9
|
+
baseUri: /services/data/v63.0
|
|
10
10
|
securitySchemes:
|
|
11
11
|
OAuth2:
|
|
12
12
|
type: OAuth 2.0
|