@salesforce/lds-adapters-platform-named-credential 1.231.0 → 1.232.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.
|
@@ -118,7 +118,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
118
118
|
function createResourceRequest$2(config) {
|
|
119
119
|
const headers = {};
|
|
120
120
|
return {
|
|
121
|
-
baseUri: '/services/data/
|
|
121
|
+
baseUri: '/services/data/v60.0',
|
|
122
122
|
basePath: '/named-credentials/credential',
|
|
123
123
|
method: 'delete',
|
|
124
124
|
body: null,
|
|
@@ -351,7 +351,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
351
351
|
function createResourceRequest$1(config) {
|
|
352
352
|
const headers = {};
|
|
353
353
|
return {
|
|
354
|
-
baseUri: '/services/data/
|
|
354
|
+
baseUri: '/services/data/v60.0',
|
|
355
355
|
basePath: '/named-credentials/credential/auth-url/o-auth',
|
|
356
356
|
method: 'post',
|
|
357
357
|
body: config.body,
|
|
@@ -839,7 +839,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
839
839
|
function createResourceRequest(config) {
|
|
840
840
|
const headers = {};
|
|
841
841
|
return {
|
|
842
|
-
baseUri: '/services/data/
|
|
842
|
+
baseUri: '/services/data/v60.0',
|
|
843
843
|
basePath: '/named-credentials/external-credentials',
|
|
844
844
|
method: 'get',
|
|
845
845
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -128,7 +128,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
128
128
|
function createResourceRequest$2(config) {
|
|
129
129
|
const headers = {};
|
|
130
130
|
return {
|
|
131
|
-
baseUri: '/services/data/
|
|
131
|
+
baseUri: '/services/data/v60.0',
|
|
132
132
|
basePath: '/named-credentials/credential',
|
|
133
133
|
method: 'delete',
|
|
134
134
|
body: null,
|
|
@@ -614,7 +614,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
614
614
|
function createResourceRequest$1(config) {
|
|
615
615
|
const headers = {};
|
|
616
616
|
return {
|
|
617
|
-
baseUri: '/services/data/
|
|
617
|
+
baseUri: '/services/data/v60.0',
|
|
618
618
|
basePath: '/named-credentials/external-credentials',
|
|
619
619
|
method: 'get',
|
|
620
620
|
body: null,
|
|
@@ -875,7 +875,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
875
875
|
function createResourceRequest(config) {
|
|
876
876
|
const headers = {};
|
|
877
877
|
return {
|
|
878
|
-
baseUri: '/services/data/
|
|
878
|
+
baseUri: '/services/data/v60.0',
|
|
879
879
|
basePath: '/named-credentials/credential/auth-url/o-auth',
|
|
880
880
|
method: 'post',
|
|
881
881
|
body: config.body,
|
|
@@ -974,4 +974,4 @@ withDefaultLuvio((luvio) => {
|
|
|
974
974
|
});
|
|
975
975
|
|
|
976
976
|
export { deleteCredential, getExternalCredentials, getExternalCredentials_imperative, getOAuthCredentialAuthUrl };
|
|
977
|
-
// version: 1.
|
|
977
|
+
// version: 1.232.0-6cf0cd6c7
|