@salesforce/lds-adapters-cdp-communication-capping 1.412.0 → 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.
|
@@ -1555,7 +1555,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1555
1555
|
function createResourceRequest$1(config) {
|
|
1556
1556
|
const headers = {};
|
|
1557
1557
|
return {
|
|
1558
|
-
baseUri: '/services/data/
|
|
1558
|
+
baseUri: '/services/data/v67.0',
|
|
1559
1559
|
basePath: '/ssot/communication-cappings/' + config.urlParams.idOrName + '',
|
|
1560
1560
|
method: 'get',
|
|
1561
1561
|
body: null,
|
|
@@ -1852,7 +1852,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1852
1852
|
function createResourceRequest(config) {
|
|
1853
1853
|
const headers = {};
|
|
1854
1854
|
return {
|
|
1855
|
-
baseUri: '/services/data/
|
|
1855
|
+
baseUri: '/services/data/v67.0',
|
|
1856
1856
|
basePath: '/ssot/communication-cappings/' + config.urlParams.idOrName + '/actions/retry',
|
|
1857
1857
|
method: 'post',
|
|
1858
1858
|
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.413.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.413.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1565,7 +1565,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1565
1565
|
function createResourceRequest$1(config) {
|
|
1566
1566
|
const headers = {};
|
|
1567
1567
|
return {
|
|
1568
|
-
baseUri: '/services/data/
|
|
1568
|
+
baseUri: '/services/data/v67.0',
|
|
1569
1569
|
basePath: '/ssot/communication-cappings/' + config.urlParams.idOrName + '',
|
|
1570
1570
|
method: 'get',
|
|
1571
1571
|
body: null,
|
|
@@ -1862,7 +1862,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1862
1862
|
function createResourceRequest(config) {
|
|
1863
1863
|
const headers = {};
|
|
1864
1864
|
return {
|
|
1865
|
-
baseUri: '/services/data/
|
|
1865
|
+
baseUri: '/services/data/v67.0',
|
|
1866
1866
|
basePath: '/ssot/communication-cappings/' + config.urlParams.idOrName + '/actions/retry',
|
|
1867
1867
|
method: 'post',
|
|
1868
1868
|
body: null,
|
|
@@ -1960,4 +1960,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1960
1960
|
});
|
|
1961
1961
|
|
|
1962
1962
|
export { getCommunicationCappingRepresentation, getCommunicationCappingRepresentation_imperative, triggerDMOCICreation };
|
|
1963
|
-
// version: 1.
|
|
1963
|
+
// version: 1.413.0-8cd312301b
|