@salesforce/lds-adapters-industries-externaldocument 1.334.0 → 1.335.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/v64.0',
|
|
204
204
|
basePath: '/connect/external-document',
|
|
205
205
|
method: 'get',
|
|
206
206
|
body: null,
|
|
@@ -440,7 +440,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
440
440
|
function createResourceRequest$2(config) {
|
|
441
441
|
const headers = {};
|
|
442
442
|
return {
|
|
443
|
-
baseUri: '/services/data/
|
|
443
|
+
baseUri: '/services/data/v64.0',
|
|
444
444
|
basePath: '/connect/external-document',
|
|
445
445
|
method: 'post',
|
|
446
446
|
body: config.body,
|
|
@@ -634,7 +634,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
634
634
|
function createResourceRequest$1(config) {
|
|
635
635
|
const headers = {};
|
|
636
636
|
return {
|
|
637
|
-
baseUri: '/services/data/
|
|
637
|
+
baseUri: '/services/data/v64.0',
|
|
638
638
|
basePath: '/connect/external-document/save',
|
|
639
639
|
method: 'put',
|
|
640
640
|
body: config.body,
|
|
@@ -846,7 +846,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
846
846
|
function createResourceRequest(config) {
|
|
847
847
|
const headers = {};
|
|
848
848
|
return {
|
|
849
|
-
baseUri: '/services/data/
|
|
849
|
+
baseUri: '/services/data/v64.0',
|
|
850
850
|
basePath: '/connect/external-document/users',
|
|
851
851
|
method: 'get',
|
|
852
852
|
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.335.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",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"test": "nx build:karma && karma start --single-run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.335.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.335.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.335.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
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/v64.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/v64.0',
|
|
416
416
|
basePath: '/connect/external-document',
|
|
417
417
|
method: 'get',
|
|
418
418
|
body: null,
|
|
@@ -662,7 +662,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
662
662
|
function createResourceRequest$1(config) {
|
|
663
663
|
const headers = {};
|
|
664
664
|
return {
|
|
665
|
-
baseUri: '/services/data/
|
|
665
|
+
baseUri: '/services/data/v64.0',
|
|
666
666
|
basePath: '/connect/external-document/users',
|
|
667
667
|
method: 'get',
|
|
668
668
|
body: null,
|
|
@@ -886,7 +886,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
886
886
|
function createResourceRequest(config) {
|
|
887
887
|
const headers = {};
|
|
888
888
|
return {
|
|
889
|
-
baseUri: '/services/data/
|
|
889
|
+
baseUri: '/services/data/v64.0',
|
|
890
890
|
basePath: '/connect/external-document/save',
|
|
891
891
|
method: 'put',
|
|
892
892
|
body: config.body,
|
|
@@ -1003,4 +1003,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1003
1003
|
});
|
|
1004
1004
|
|
|
1005
1005
|
export { createExternalDocument, getExternalDocument, getExternalDocumentUsers, getExternalDocumentUsers_imperative, getExternalDocument_imperative, saveExternalDocument };
|
|
1006
|
-
// version: 1.
|
|
1006
|
+
// version: 1.335.0-22a7c4d20b
|