@salesforce/lds-adapters-platform-external-services 1.412.1 → 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.
|
@@ -397,7 +397,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
397
397
|
function createResourceRequest$6(config) {
|
|
398
398
|
const headers = {};
|
|
399
399
|
return {
|
|
400
|
-
baseUri: '/services/data/
|
|
400
|
+
baseUri: '/services/data/v67.0',
|
|
401
401
|
basePath: '/externalservices/actions/services/' + config.urlParams.actionName + '',
|
|
402
402
|
method: 'get',
|
|
403
403
|
body: null,
|
|
@@ -694,7 +694,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
694
694
|
function createResourceRequest$5(config) {
|
|
695
695
|
const headers = {};
|
|
696
696
|
return {
|
|
697
|
-
baseUri: '/services/data/
|
|
697
|
+
baseUri: '/services/data/v67.0',
|
|
698
698
|
basePath: '/externalservices/inference/datashape/' + config.urlParams.version + '',
|
|
699
699
|
method: 'post',
|
|
700
700
|
body: null,
|
|
@@ -1038,7 +1038,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1038
1038
|
function createResourceRequest$4(config) {
|
|
1039
1039
|
const headers = {};
|
|
1040
1040
|
return {
|
|
1041
|
-
baseUri: '/services/data/
|
|
1041
|
+
baseUri: '/services/data/v67.0',
|
|
1042
1042
|
basePath: '/externalservices/inference/datashape/' + config.urlParams.version + '/sendrequest',
|
|
1043
1043
|
method: 'post',
|
|
1044
1044
|
body: config.body,
|
|
@@ -1363,7 +1363,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1363
1363
|
function createResourceRequest$3(config) {
|
|
1364
1364
|
const headers = {};
|
|
1365
1365
|
return {
|
|
1366
|
-
baseUri: '/services/data/
|
|
1366
|
+
baseUri: '/services/data/v67.0',
|
|
1367
1367
|
basePath: '/externalservices/inference/openapispec/' + config.urlParams.version + '',
|
|
1368
1368
|
method: 'post',
|
|
1369
1369
|
body: config.body,
|
|
@@ -2000,7 +2000,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
2000
2000
|
function createResourceRequest$2(config) {
|
|
2001
2001
|
const headers = {};
|
|
2002
2002
|
return {
|
|
2003
|
-
baseUri: '/services/data/
|
|
2003
|
+
baseUri: '/services/data/v67.0',
|
|
2004
2004
|
basePath: '/externalservices/schemas/' + config.urlParams.schemaName + '/validation',
|
|
2005
2005
|
method: 'post',
|
|
2006
2006
|
body: config.body,
|
|
@@ -2510,7 +2510,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
2510
2510
|
function createResourceRequest$1(config) {
|
|
2511
2511
|
const headers = {};
|
|
2512
2512
|
return {
|
|
2513
|
-
baseUri: '/services/data/
|
|
2513
|
+
baseUri: '/services/data/v67.0',
|
|
2514
2514
|
basePath: '/externalservices/statistics/services',
|
|
2515
2515
|
method: 'get',
|
|
2516
2516
|
body: null,
|
|
@@ -2639,7 +2639,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2639
2639
|
function createResourceRequest(config) {
|
|
2640
2640
|
const headers = {};
|
|
2641
2641
|
return {
|
|
2642
|
-
baseUri: '/services/data/
|
|
2642
|
+
baseUri: '/services/data/v67.0',
|
|
2643
2643
|
basePath: '/externalservices/statistics/services/' + config.urlParams.registrationName + '',
|
|
2644
2644
|
method: 'get',
|
|
2645
2645
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-external-services",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "External Services Connect API Family",
|
|
6
6
|
"main": "dist/es/es2018/platform-external-services.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest --config=./jest.config.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.413.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -407,7 +407,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
407
407
|
function createResourceRequest$6(config) {
|
|
408
408
|
const headers = {};
|
|
409
409
|
return {
|
|
410
|
-
baseUri: '/services/data/
|
|
410
|
+
baseUri: '/services/data/v67.0',
|
|
411
411
|
basePath: '/externalservices/actions/services/' + config.urlParams.actionName + '',
|
|
412
412
|
method: 'get',
|
|
413
413
|
body: null,
|
|
@@ -704,7 +704,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
704
704
|
function createResourceRequest$5(config) {
|
|
705
705
|
const headers = {};
|
|
706
706
|
return {
|
|
707
|
-
baseUri: '/services/data/
|
|
707
|
+
baseUri: '/services/data/v67.0',
|
|
708
708
|
basePath: '/externalservices/inference/datashape/' + config.urlParams.version + '',
|
|
709
709
|
method: 'post',
|
|
710
710
|
body: null,
|
|
@@ -1068,7 +1068,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
1068
1068
|
function createResourceRequest$4(config) {
|
|
1069
1069
|
const headers = {};
|
|
1070
1070
|
return {
|
|
1071
|
-
baseUri: '/services/data/
|
|
1071
|
+
baseUri: '/services/data/v67.0',
|
|
1072
1072
|
basePath: '/externalservices/inference/openapispec/' + config.urlParams.version + '',
|
|
1073
1073
|
method: 'post',
|
|
1074
1074
|
body: config.body,
|
|
@@ -1611,7 +1611,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1611
1611
|
function createResourceRequest$3(config) {
|
|
1612
1612
|
const headers = {};
|
|
1613
1613
|
return {
|
|
1614
|
-
baseUri: '/services/data/
|
|
1614
|
+
baseUri: '/services/data/v67.0',
|
|
1615
1615
|
basePath: '/externalservices/statistics/services',
|
|
1616
1616
|
method: 'get',
|
|
1617
1617
|
body: null,
|
|
@@ -1740,7 +1740,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1740
1740
|
function createResourceRequest$2(config) {
|
|
1741
1741
|
const headers = {};
|
|
1742
1742
|
return {
|
|
1743
|
-
baseUri: '/services/data/
|
|
1743
|
+
baseUri: '/services/data/v67.0',
|
|
1744
1744
|
basePath: '/externalservices/statistics/services/' + config.urlParams.registrationName + '',
|
|
1745
1745
|
method: 'get',
|
|
1746
1746
|
body: null,
|
|
@@ -2039,7 +2039,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2039
2039
|
function createResourceRequest$1(config) {
|
|
2040
2040
|
const headers = {};
|
|
2041
2041
|
return {
|
|
2042
|
-
baseUri: '/services/data/
|
|
2042
|
+
baseUri: '/services/data/v67.0',
|
|
2043
2043
|
basePath: '/externalservices/inference/datashape/' + config.urlParams.version + '/sendrequest',
|
|
2044
2044
|
method: 'post',
|
|
2045
2045
|
body: config.body,
|
|
@@ -2676,7 +2676,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2676
2676
|
function createResourceRequest(config) {
|
|
2677
2677
|
const headers = {};
|
|
2678
2678
|
return {
|
|
2679
|
-
baseUri: '/services/data/
|
|
2679
|
+
baseUri: '/services/data/v67.0',
|
|
2680
2680
|
basePath: '/externalservices/schemas/' + config.urlParams.schemaName + '/validation',
|
|
2681
2681
|
method: 'post',
|
|
2682
2682
|
body: config.body,
|
|
@@ -2853,4 +2853,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2853
2853
|
});
|
|
2854
2854
|
|
|
2855
2855
|
export { getActionDetailsForService, getActionDetailsForService_imperative, getDataShape, getDataShape_imperative, getOpenApiSpec, getOpenApiSpec_imperative, getStatistics, getStatisticsForService, getStatisticsForService_imperative, getStatistics_imperative, notifyExternalServiceStatisticsOutputRepresentationUpdateAvailable, sendTestConnectionRequest, sendTestConnectionRequest_imperative, validateSchema };
|
|
2856
|
-
// version: 1.
|
|
2856
|
+
// version: 1.413.0-8cd312301b
|