@salesforce/lds-adapters-industries-externaldocument 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.
|
@@ -200,7 +200,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
200
200
|
function createResourceRequest$3(config) {
|
|
201
201
|
const headers = {};
|
|
202
202
|
return {
|
|
203
|
-
baseUri: '/services/data/
|
|
203
|
+
baseUri: '/services/data/v60.0',
|
|
204
204
|
basePath: '/connect/external-document',
|
|
205
205
|
method: 'get',
|
|
206
206
|
body: null,
|
|
@@ -432,7 +432,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
432
432
|
function createResourceRequest$2(config) {
|
|
433
433
|
const headers = {};
|
|
434
434
|
return {
|
|
435
|
-
baseUri: '/services/data/
|
|
435
|
+
baseUri: '/services/data/v60.0',
|
|
436
436
|
basePath: '/connect/external-document',
|
|
437
437
|
method: 'post',
|
|
438
438
|
body: config.body,
|
|
@@ -626,7 +626,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
626
626
|
function createResourceRequest$1(config) {
|
|
627
627
|
const headers = {};
|
|
628
628
|
return {
|
|
629
|
-
baseUri: '/services/data/
|
|
629
|
+
baseUri: '/services/data/v60.0',
|
|
630
630
|
basePath: '/connect/external-document/save',
|
|
631
631
|
method: 'put',
|
|
632
632
|
body: config.body,
|
|
@@ -838,7 +838,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
838
838
|
function createResourceRequest(config) {
|
|
839
839
|
const headers = {};
|
|
840
840
|
return {
|
|
841
|
-
baseUri: '/services/data/
|
|
841
|
+
baseUri: '/services/data/v60.0',
|
|
842
842
|
basePath: '/connect/external-document/users',
|
|
843
843
|
method: 'get',
|
|
844
844
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-externaldocument",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.233.0",
|
|
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
|
@@ -223,7 +223,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
223
223
|
function createResourceRequest$3(config) {
|
|
224
224
|
const headers = {};
|
|
225
225
|
return {
|
|
226
|
-
baseUri: '/services/data/
|
|
226
|
+
baseUri: '/services/data/v60.0',
|
|
227
227
|
basePath: '/connect/external-document',
|
|
228
228
|
method: 'post',
|
|
229
229
|
body: config.body,
|
|
@@ -412,7 +412,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
412
412
|
function createResourceRequest$2(config) {
|
|
413
413
|
const headers = {};
|
|
414
414
|
return {
|
|
415
|
-
baseUri: '/services/data/
|
|
415
|
+
baseUri: '/services/data/v60.0',
|
|
416
416
|
basePath: '/connect/external-document',
|
|
417
417
|
method: 'get',
|
|
418
418
|
body: null,
|
|
@@ -654,7 +654,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
654
654
|
function createResourceRequest$1(config) {
|
|
655
655
|
const headers = {};
|
|
656
656
|
return {
|
|
657
|
-
baseUri: '/services/data/
|
|
657
|
+
baseUri: '/services/data/v60.0',
|
|
658
658
|
basePath: '/connect/external-document/users',
|
|
659
659
|
method: 'get',
|
|
660
660
|
body: null,
|
|
@@ -878,7 +878,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
878
878
|
function createResourceRequest(config) {
|
|
879
879
|
const headers = {};
|
|
880
880
|
return {
|
|
881
|
-
baseUri: '/services/data/
|
|
881
|
+
baseUri: '/services/data/v60.0',
|
|
882
882
|
basePath: '/connect/external-document/save',
|
|
883
883
|
method: 'put',
|
|
884
884
|
body: config.body,
|
|
@@ -985,4 +985,4 @@ withDefaultLuvio((luvio) => {
|
|
|
985
985
|
});
|
|
986
986
|
|
|
987
987
|
export { createExternalDocument, getExternalDocument, getExternalDocumentUsers, getExternalDocumentUsers_imperative, getExternalDocument_imperative, saveExternalDocument };
|
|
988
|
-
// version: 1.
|
|
988
|
+
// version: 1.233.0-e0ba7cc7b
|