@salesforce/lds-adapters-platform-named-credential 1.134.3 → 1.134.5

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/v58.0',
121
+ baseUri: '/services/data/v59.0',
122
122
  basePath: '/named-credentials/credential',
123
123
  method: 'delete',
124
124
  body: null,
@@ -385,7 +385,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
385
385
  function createResourceRequest$1(config) {
386
386
  const headers = {};
387
387
  return {
388
- baseUri: '/services/data/v58.0',
388
+ baseUri: '/services/data/v59.0',
389
389
  basePath: '/named-credentials/credential/auth-url/o-auth',
390
390
  method: 'post',
391
391
  body: config.body,
@@ -917,7 +917,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
917
917
  function createResourceRequest(config) {
918
918
  const headers = {};
919
919
  return {
920
- baseUri: '/services/data/v58.0',
920
+ baseUri: '/services/data/v59.0',
921
921
  basePath: '/named-credentials/external-credentials',
922
922
  method: 'get',
923
923
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-named-credential",
3
- "version": "1.134.3",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Named Credential APIs",
6
6
  "main": "dist/es/es2018/platform-named-credential.js",
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/v58.0',
131
+ baseUri: '/services/data/v59.0',
132
132
  basePath: '/named-credentials/credential',
133
133
  method: 'delete',
134
134
  body: null,
@@ -668,7 +668,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
668
668
  function createResourceRequest$1(config) {
669
669
  const headers = {};
670
670
  return {
671
- baseUri: '/services/data/v58.0',
671
+ baseUri: '/services/data/v59.0',
672
672
  basePath: '/named-credentials/external-credentials',
673
673
  method: 'get',
674
674
  body: null,
@@ -963,7 +963,7 @@ function ingestSuccess(luvio, resourceParams, response) {
963
963
  function createResourceRequest(config) {
964
964
  const headers = {};
965
965
  return {
966
- baseUri: '/services/data/v58.0',
966
+ baseUri: '/services/data/v59.0',
967
967
  basePath: '/named-credentials/credential/auth-url/o-auth',
968
968
  method: 'post',
969
969
  body: config.body,
@@ -1067,4 +1067,4 @@ withDefaultLuvio((luvio) => {
1067
1067
  });
1068
1068
 
1069
1069
  export { deleteCredential, getExternalCredentials, getExternalCredentials_imperative, getOAuthCredentialAuthUrl };
1070
- // version: 1.134.3-ea1008c6e
1070
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0