@salesforce/lds-adapters-industries-externaldocument 1.134.4 → 1.134.6
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/
|
|
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/
|
|
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/
|
|
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.
|
|
3
|
+
"version": "1.134.6",
|
|
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/
|
|
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/
|
|
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/
|
|
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.
|
|
842
|
+
// version: 1.134.6-a88a77801
|