@salesforce/lds-adapters-cdp-document-processing 1.412.1 → 1.413.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/v67.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/v67.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/v67.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/v67.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/v67.0',
|
|
1143
1143
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1144
1144
|
method: 'patch',
|
|
1145
1145
|
body: config.body,
|
|
@@ -1397,7 +1397,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1397
1397
|
function createResourceRequest$2(config) {
|
|
1398
1398
|
const headers = {};
|
|
1399
1399
|
return {
|
|
1400
|
-
baseUri: '/services/data/
|
|
1400
|
+
baseUri: '/services/data/v67.0',
|
|
1401
1401
|
basePath: '/ssot/document-processing/global-config',
|
|
1402
1402
|
method: 'get',
|
|
1403
1403
|
body: null,
|
|
@@ -1637,7 +1637,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1637
1637
|
function createResourceRequest$1(config) {
|
|
1638
1638
|
const headers = {};
|
|
1639
1639
|
return {
|
|
1640
|
-
baseUri: '/services/data/
|
|
1640
|
+
baseUri: '/services/data/v67.0',
|
|
1641
1641
|
basePath: '/ssot/document-processing/actions/generate-schema',
|
|
1642
1642
|
method: 'post',
|
|
1643
1643
|
body: config.body,
|
|
@@ -1931,7 +1931,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1931
1931
|
function createResourceRequest(config) {
|
|
1932
1932
|
const headers = {};
|
|
1933
1933
|
return {
|
|
1934
|
-
baseUri: '/services/data/
|
|
1934
|
+
baseUri: '/services/data/v67.0',
|
|
1935
1935
|
basePath: '/ssot/document-processing/actions/extract-data',
|
|
1936
1936
|
method: 'post',
|
|
1937
1937
|
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.413.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.413.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.413.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/v67.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/v67.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/v67.0',
|
|
689
689
|
basePath: '/ssot/document-processing/actions/extract-data',
|
|
690
690
|
method: 'post',
|
|
691
691
|
body: config.body,
|
|
@@ -950,7 +950,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
950
950
|
function createResourceRequest$4(config) {
|
|
951
951
|
const headers = {};
|
|
952
952
|
return {
|
|
953
|
-
baseUri: '/services/data/
|
|
953
|
+
baseUri: '/services/data/v67.0',
|
|
954
954
|
basePath: '/ssot/document-processing/actions/generate-schema',
|
|
955
955
|
method: 'post',
|
|
956
956
|
body: config.body,
|
|
@@ -1070,7 +1070,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1070
1070
|
function createResourceRequest$3(config) {
|
|
1071
1071
|
const headers = {};
|
|
1072
1072
|
return {
|
|
1073
|
-
baseUri: '/services/data/
|
|
1073
|
+
baseUri: '/services/data/v67.0',
|
|
1074
1074
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1075
1075
|
method: 'get',
|
|
1076
1076
|
body: null,
|
|
@@ -1622,7 +1622,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1622
1622
|
function createResourceRequest$2(config) {
|
|
1623
1623
|
const headers = {};
|
|
1624
1624
|
return {
|
|
1625
|
-
baseUri: '/services/data/
|
|
1625
|
+
baseUri: '/services/data/v67.0',
|
|
1626
1626
|
basePath: '/ssot/document-processing/configurations',
|
|
1627
1627
|
method: 'get',
|
|
1628
1628
|
body: null,
|
|
@@ -1912,7 +1912,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1912
1912
|
function createResourceRequest$1(config) {
|
|
1913
1913
|
const headers = {};
|
|
1914
1914
|
return {
|
|
1915
|
-
baseUri: '/services/data/
|
|
1915
|
+
baseUri: '/services/data/v67.0',
|
|
1916
1916
|
basePath: '/ssot/document-processing/global-config',
|
|
1917
1917
|
method: 'get',
|
|
1918
1918
|
body: null,
|
|
@@ -2032,7 +2032,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2032
2032
|
function createResourceRequest(config) {
|
|
2033
2033
|
const headers = {};
|
|
2034
2034
|
return {
|
|
2035
|
-
baseUri: '/services/data/
|
|
2035
|
+
baseUri: '/services/data/v67.0',
|
|
2036
2036
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
2037
2037
|
method: 'patch',
|
|
2038
2038
|
body: config.body,
|
|
@@ -2183,4 +2183,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2183
2183
|
});
|
|
2184
2184
|
|
|
2185
2185
|
export { createIdpConfiguration, deleteIdpConfiguration, extractDataUsingIdpConfiguration, extractDataUsingIdpConfiguration_imperative, generateIdpConfigurationSchema, getIdpConfiguration, getIdpConfigurationNotifyChange, getIdpConfiguration_imperative, getIdpConfigurations, getIdpConfigurations_imperative, getIdpGlobalConfig, getIdpGlobalConfig_imperative, updateIdpConfiguration };
|
|
2186
|
-
// version: 1.
|
|
2186
|
+
// version: 1.413.0-8cd312301b
|