@salesforce/lds-adapters-cdp-byoc 1.354.0-dev6 → 1.354.0-dev7
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.
- package/dist/es/es2018/cdp-byoc.js +5 -5
- package/package.json +3 -3
- package/sfdc/index.js +6 -6
- package/src/raml/api.raml +1 -1
|
@@ -630,7 +630,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
630
630
|
function createResourceRequest$4(config) {
|
|
631
631
|
const headers = {};
|
|
632
632
|
return {
|
|
633
|
-
baseUri: '/services/data/
|
|
633
|
+
baseUri: '/services/data/v64.0',
|
|
634
634
|
basePath: '/ssot/data-custom-code',
|
|
635
635
|
method: 'post',
|
|
636
636
|
body: config.body,
|
|
@@ -902,7 +902,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
902
902
|
function createResourceRequest$3(config) {
|
|
903
903
|
const headers = {};
|
|
904
904
|
return {
|
|
905
|
-
baseUri: '/services/data/
|
|
905
|
+
baseUri: '/services/data/v64.0',
|
|
906
906
|
basePath: '/ssot/data-custom-code',
|
|
907
907
|
method: 'get',
|
|
908
908
|
body: null,
|
|
@@ -1021,7 +1021,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
1021
1021
|
function createResourceRequest$2(config) {
|
|
1022
1022
|
const headers = {};
|
|
1023
1023
|
return {
|
|
1024
|
-
baseUri: '/services/data/
|
|
1024
|
+
baseUri: '/services/data/v64.0',
|
|
1025
1025
|
basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
|
|
1026
1026
|
method: 'delete',
|
|
1027
1027
|
body: null,
|
|
@@ -1122,7 +1122,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1122
1122
|
function createResourceRequest$1(config) {
|
|
1123
1123
|
const headers = {};
|
|
1124
1124
|
return {
|
|
1125
|
-
baseUri: '/services/data/
|
|
1125
|
+
baseUri: '/services/data/v64.0',
|
|
1126
1126
|
basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
|
|
1127
1127
|
method: 'get',
|
|
1128
1128
|
body: null,
|
|
@@ -1245,7 +1245,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1245
1245
|
function createResourceRequest(config) {
|
|
1246
1246
|
const headers = {};
|
|
1247
1247
|
return {
|
|
1248
|
-
baseUri: '/services/data/
|
|
1248
|
+
baseUri: '/services/data/v64.0',
|
|
1249
1249
|
basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
|
|
1250
1250
|
method: 'patch',
|
|
1251
1251
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-byoc",
|
|
3
|
-
"version": "1.354.0-
|
|
3
|
+
"version": "1.354.0-dev7",
|
|
4
4
|
"description": "Used to connect to the CDP BYOC service in core and off-core",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-byoc.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.354.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.354.0-dev7"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.354.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.354.0-dev7"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -640,7 +640,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
640
640
|
function createResourceRequest$4(config) {
|
|
641
641
|
const headers = {};
|
|
642
642
|
return {
|
|
643
|
-
baseUri: '/services/data/
|
|
643
|
+
baseUri: '/services/data/v64.0',
|
|
644
644
|
basePath: '/ssot/data-custom-code',
|
|
645
645
|
method: 'post',
|
|
646
646
|
body: config.body,
|
|
@@ -749,7 +749,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
749
749
|
function createResourceRequest$3(config) {
|
|
750
750
|
const headers = {};
|
|
751
751
|
return {
|
|
752
|
-
baseUri: '/services/data/
|
|
752
|
+
baseUri: '/services/data/v64.0',
|
|
753
753
|
basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
|
|
754
754
|
method: 'delete',
|
|
755
755
|
body: null,
|
|
@@ -850,7 +850,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
850
850
|
function createResourceRequest$2(config) {
|
|
851
851
|
const headers = {};
|
|
852
852
|
return {
|
|
853
|
-
baseUri: '/services/data/
|
|
853
|
+
baseUri: '/services/data/v64.0',
|
|
854
854
|
basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
|
|
855
855
|
method: 'get',
|
|
856
856
|
body: null,
|
|
@@ -1166,7 +1166,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1166
1166
|
function createResourceRequest$1(config) {
|
|
1167
1167
|
const headers = {};
|
|
1168
1168
|
return {
|
|
1169
|
-
baseUri: '/services/data/
|
|
1169
|
+
baseUri: '/services/data/v64.0',
|
|
1170
1170
|
basePath: '/ssot/data-custom-code',
|
|
1171
1171
|
method: 'get',
|
|
1172
1172
|
body: null,
|
|
@@ -1291,7 +1291,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1291
1291
|
function createResourceRequest(config) {
|
|
1292
1292
|
const headers = {};
|
|
1293
1293
|
return {
|
|
1294
|
-
baseUri: '/services/data/
|
|
1294
|
+
baseUri: '/services/data/v64.0',
|
|
1295
1295
|
basePath: '/ssot/data-custom-code/' + config.urlParams.customCodeNameOrId + '',
|
|
1296
1296
|
method: 'patch',
|
|
1297
1297
|
body: config.body,
|
|
@@ -1406,4 +1406,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1406
1406
|
});
|
|
1407
1407
|
|
|
1408
1408
|
export { createCustomCodeDeployment, deleteCustomCodeDeployment, getCustomCodeDeployment, getCustomCodeDeploymentNotifyChange, getCustomCodeDeployment_imperative, getCustomCodeDeployments, getCustomCodeDeployments_imperative, updateCustomCodeDeployment };
|
|
1409
|
-
// version: 1.354.0-
|
|
1409
|
+
// version: 1.354.0-dev7-4e860a7769
|