@salesforce/lds-adapters-industries-externaldocument 1.134.4 → 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.
@@ -221,7 +221,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
221
221
  function createResourceRequest$2(config) {
222
222
  const headers = {};
223
223
  return {
224
- baseUri: '/services/data/v58.0',
224
+ baseUri: '/services/data/v59.0',
225
225
  basePath: '/connect/external-document',
226
226
  method: 'get',
227
227
  body: null,
@@ -503,7 +503,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
503
503
  function createResourceRequest$1(config) {
504
504
  const headers = {};
505
505
  return {
506
- baseUri: '/services/data/v58.0',
506
+ baseUri: '/services/data/v59.0',
507
507
  basePath: '/connect/external-document',
508
508
  method: 'post',
509
509
  body: config.body,
@@ -725,7 +725,7 @@ function ingestSuccess(luvio, resourceParams, response) {
725
725
  function createResourceRequest(config) {
726
726
  const headers = {};
727
727
  return {
728
- baseUri: '/services/data/v58.0',
728
+ baseUri: '/services/data/v59.0',
729
729
  basePath: '/connect/external-document/save',
730
730
  method: 'put',
731
731
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-externaldocument",
3
- "version": "1.134.4",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "This External Document API family will allow to create, edit or read the information about the document which is present in the external editor outside Salesforce. ",
6
6
  "main": "dist/es/es2018/industries-externaldocument.js",
package/sfdc/index.js CHANGED
@@ -246,7 +246,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
246
246
  function createResourceRequest$2(config) {
247
247
  const headers = {};
248
248
  return {
249
- baseUri: '/services/data/v58.0',
249
+ baseUri: '/services/data/v59.0',
250
250
  basePath: '/connect/external-document',
251
251
  method: 'post',
252
252
  body: config.body,
@@ -463,7 +463,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
463
463
  function createResourceRequest$1(config) {
464
464
  const headers = {};
465
465
  return {
466
- baseUri: '/services/data/v58.0',
466
+ baseUri: '/services/data/v59.0',
467
467
  basePath: '/connect/external-document',
468
468
  method: 'get',
469
469
  body: null,
@@ -735,7 +735,7 @@ function ingestSuccess(luvio, resourceParams, response) {
735
735
  function createResourceRequest(config) {
736
736
  const headers = {};
737
737
  return {
738
- baseUri: '/services/data/v58.0',
738
+ baseUri: '/services/data/v59.0',
739
739
  basePath: '/connect/external-document/save',
740
740
  method: 'put',
741
741
  body: config.body,
@@ -839,4 +839,4 @@ withDefaultLuvio((luvio) => {
839
839
  });
840
840
 
841
841
  export { createExternalDocument, getExternalDocument, getExternalDocument_imperative, saveExternalDocument };
842
- // version: 1.134.4-a74ddaa33
842
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.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