@salesforce/lds-adapters-platform-named-credential 1.231.0 → 1.233.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/v59.0',
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/v59.0',
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/v59.0',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-named-credential",
3
- "version": "1.231.0",
3
+ "version": "1.233.0",
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/v59.0',
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/v59.0',
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/v59.0',
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.231.0-2b4244fb5
977
+ // version: 1.233.0-e0ba7cc7b
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/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0