@salesforce/lds-adapters-cdp-document-processing 1.384.0 → 1.385.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.
|
@@ -506,7 +506,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
506
506
|
function createResourceRequest$7(config) {
|
|
507
507
|
const headers = {};
|
|
508
508
|
return {
|
|
509
|
-
baseUri: '/services/data/
|
|
509
|
+
baseUri: '/services/data/v66.0',
|
|
510
510
|
basePath: '/ssot/document-processing/configurations',
|
|
511
511
|
method: 'get',
|
|
512
512
|
body: null,
|
|
@@ -789,7 +789,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
789
789
|
function createResourceRequest$6(config) {
|
|
790
790
|
const headers = {};
|
|
791
791
|
return {
|
|
792
|
-
baseUri: '/services/data/
|
|
792
|
+
baseUri: '/services/data/v66.0',
|
|
793
793
|
basePath: '/ssot/document-processing/configurations',
|
|
794
794
|
method: 'post',
|
|
795
795
|
body: config.body,
|
|
@@ -909,7 +909,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
909
909
|
function createResourceRequest$5(config) {
|
|
910
910
|
const headers = {};
|
|
911
911
|
return {
|
|
912
|
-
baseUri: '/services/data/
|
|
912
|
+
baseUri: '/services/data/v66.0',
|
|
913
913
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
914
914
|
method: 'delete',
|
|
915
915
|
body: null,
|
|
@@ -1016,7 +1016,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1016
1016
|
function createResourceRequest$4(config) {
|
|
1017
1017
|
const headers = {};
|
|
1018
1018
|
return {
|
|
1019
|
-
baseUri: '/services/data/
|
|
1019
|
+
baseUri: '/services/data/v66.0',
|
|
1020
1020
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1021
1021
|
method: 'get',
|
|
1022
1022
|
body: null,
|
|
@@ -1139,7 +1139,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1139
1139
|
function createResourceRequest$3(config) {
|
|
1140
1140
|
const headers = {};
|
|
1141
1141
|
return {
|
|
1142
|
-
baseUri: '/services/data/
|
|
1142
|
+
baseUri: '/services/data/v66.0',
|
|
1143
1143
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1144
1144
|
method: 'patch',
|
|
1145
1145
|
body: config.body,
|
|
@@ -1395,7 +1395,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1395
1395
|
function createResourceRequest$2(config) {
|
|
1396
1396
|
const headers = {};
|
|
1397
1397
|
return {
|
|
1398
|
-
baseUri: '/services/data/
|
|
1398
|
+
baseUri: '/services/data/v66.0',
|
|
1399
1399
|
basePath: '/ssot/document-processing/global-config',
|
|
1400
1400
|
method: 'get',
|
|
1401
1401
|
body: null,
|
|
@@ -1635,7 +1635,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1635
1635
|
function createResourceRequest$1(config) {
|
|
1636
1636
|
const headers = {};
|
|
1637
1637
|
return {
|
|
1638
|
-
baseUri: '/services/data/
|
|
1638
|
+
baseUri: '/services/data/v66.0',
|
|
1639
1639
|
basePath: '/ssot/document-processing/actions/generate-schema',
|
|
1640
1640
|
method: 'post',
|
|
1641
1641
|
body: config.body,
|
|
@@ -1929,7 +1929,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1929
1929
|
function createResourceRequest(config) {
|
|
1930
1930
|
const headers = {};
|
|
1931
1931
|
return {
|
|
1932
|
-
baseUri: '/services/data/
|
|
1932
|
+
baseUri: '/services/data/v66.0',
|
|
1933
1933
|
basePath: '/ssot/document-processing/actions/extract-data',
|
|
1934
1934
|
method: 'post',
|
|
1935
1935
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-document-processing",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.385.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-document-processing.js",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"test:unit:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.385.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.385.0"
|
|
49
49
|
},
|
|
50
50
|
"nx": {
|
|
51
51
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -284,7 +284,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
284
284
|
function createResourceRequest$7(config) {
|
|
285
285
|
const headers = {};
|
|
286
286
|
return {
|
|
287
|
-
baseUri: '/services/data/
|
|
287
|
+
baseUri: '/services/data/v66.0',
|
|
288
288
|
basePath: '/ssot/document-processing/configurations',
|
|
289
289
|
method: 'post',
|
|
290
290
|
body: config.body,
|
|
@@ -404,7 +404,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
404
404
|
function createResourceRequest$6(config) {
|
|
405
405
|
const headers = {};
|
|
406
406
|
return {
|
|
407
|
-
baseUri: '/services/data/
|
|
407
|
+
baseUri: '/services/data/v66.0',
|
|
408
408
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
409
409
|
method: 'delete',
|
|
410
410
|
body: null,
|
|
@@ -685,7 +685,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
685
685
|
function createResourceRequest$5(config) {
|
|
686
686
|
const headers = {};
|
|
687
687
|
return {
|
|
688
|
-
baseUri: '/services/data/
|
|
688
|
+
baseUri: '/services/data/v66.0',
|
|
689
689
|
basePath: '/ssot/document-processing/actions/extract-data',
|
|
690
690
|
method: 'post',
|
|
691
691
|
body: config.body,
|
|
@@ -948,7 +948,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
948
948
|
function createResourceRequest$4(config) {
|
|
949
949
|
const headers = {};
|
|
950
950
|
return {
|
|
951
|
-
baseUri: '/services/data/
|
|
951
|
+
baseUri: '/services/data/v66.0',
|
|
952
952
|
basePath: '/ssot/document-processing/actions/generate-schema',
|
|
953
953
|
method: 'post',
|
|
954
954
|
body: config.body,
|
|
@@ -1068,7 +1068,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1068
1068
|
function createResourceRequest$3(config) {
|
|
1069
1069
|
const headers = {};
|
|
1070
1070
|
return {
|
|
1071
|
-
baseUri: '/services/data/
|
|
1071
|
+
baseUri: '/services/data/v66.0',
|
|
1072
1072
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1073
1073
|
method: 'get',
|
|
1074
1074
|
body: null,
|
|
@@ -1620,7 +1620,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1620
1620
|
function createResourceRequest$2(config) {
|
|
1621
1621
|
const headers = {};
|
|
1622
1622
|
return {
|
|
1623
|
-
baseUri: '/services/data/
|
|
1623
|
+
baseUri: '/services/data/v66.0',
|
|
1624
1624
|
basePath: '/ssot/document-processing/configurations',
|
|
1625
1625
|
method: 'get',
|
|
1626
1626
|
body: null,
|
|
@@ -1910,7 +1910,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1910
1910
|
function createResourceRequest$1(config) {
|
|
1911
1911
|
const headers = {};
|
|
1912
1912
|
return {
|
|
1913
|
-
baseUri: '/services/data/
|
|
1913
|
+
baseUri: '/services/data/v66.0',
|
|
1914
1914
|
basePath: '/ssot/document-processing/global-config',
|
|
1915
1915
|
method: 'get',
|
|
1916
1916
|
body: null,
|
|
@@ -2030,7 +2030,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2030
2030
|
function createResourceRequest(config) {
|
|
2031
2031
|
const headers = {};
|
|
2032
2032
|
return {
|
|
2033
|
-
baseUri: '/services/data/
|
|
2033
|
+
baseUri: '/services/data/v66.0',
|
|
2034
2034
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
2035
2035
|
method: 'patch',
|
|
2036
2036
|
body: config.body,
|
|
@@ -2179,4 +2179,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2179
2179
|
});
|
|
2180
2180
|
|
|
2181
2181
|
export { createIdpConfiguration, deleteIdpConfiguration, extractDataUsingIdpConfiguration, extractDataUsingIdpConfiguration_imperative, generateIdpConfigurationSchema, getIdpConfiguration, getIdpConfigurationNotifyChange, getIdpConfiguration_imperative, getIdpConfigurations, getIdpConfigurations_imperative, getIdpGlobalConfig, getIdpGlobalConfig_imperative, updateIdpConfiguration };
|
|
2182
|
-
// version: 1.
|
|
2182
|
+
// version: 1.385.0-c6070cc476
|