@salesforce/lds-adapters-cdp-document-processing 1.431.0 → 1.432.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.
|
@@ -507,7 +507,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
507
507
|
function createResourceRequest$7(config) {
|
|
508
508
|
const headers = {};
|
|
509
509
|
return {
|
|
510
|
-
baseUri: '/services/data/
|
|
510
|
+
baseUri: '/services/data/v68.0',
|
|
511
511
|
basePath: '/ssot/document-processing/configurations',
|
|
512
512
|
method: 'get',
|
|
513
513
|
body: null,
|
|
@@ -886,7 +886,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
886
886
|
function createResourceRequest$6(config) {
|
|
887
887
|
const headers = {};
|
|
888
888
|
return {
|
|
889
|
-
baseUri: '/services/data/
|
|
889
|
+
baseUri: '/services/data/v68.0',
|
|
890
890
|
basePath: '/ssot/document-processing/configurations',
|
|
891
891
|
method: 'post',
|
|
892
892
|
body: config.body,
|
|
@@ -1032,7 +1032,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
1032
1032
|
function createResourceRequest$5(config) {
|
|
1033
1033
|
const headers = {};
|
|
1034
1034
|
return {
|
|
1035
|
-
baseUri: '/services/data/
|
|
1035
|
+
baseUri: '/services/data/v68.0',
|
|
1036
1036
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1037
1037
|
method: 'delete',
|
|
1038
1038
|
body: null,
|
|
@@ -1139,7 +1139,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1139
1139
|
function createResourceRequest$4(config) {
|
|
1140
1140
|
const headers = {};
|
|
1141
1141
|
return {
|
|
1142
|
-
baseUri: '/services/data/
|
|
1142
|
+
baseUri: '/services/data/v68.0',
|
|
1143
1143
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1144
1144
|
method: 'get',
|
|
1145
1145
|
body: null,
|
|
@@ -1262,7 +1262,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1262
1262
|
function createResourceRequest$3(config) {
|
|
1263
1263
|
const headers = {};
|
|
1264
1264
|
return {
|
|
1265
|
-
baseUri: '/services/data/
|
|
1265
|
+
baseUri: '/services/data/v68.0',
|
|
1266
1266
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1267
1267
|
method: 'patch',
|
|
1268
1268
|
body: config.body,
|
|
@@ -1540,7 +1540,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1540
1540
|
function createResourceRequest$2(config) {
|
|
1541
1541
|
const headers = {};
|
|
1542
1542
|
return {
|
|
1543
|
-
baseUri: '/services/data/
|
|
1543
|
+
baseUri: '/services/data/v68.0',
|
|
1544
1544
|
basePath: '/ssot/document-processing/global-config',
|
|
1545
1545
|
method: 'get',
|
|
1546
1546
|
body: null,
|
|
@@ -1780,7 +1780,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1780
1780
|
function createResourceRequest$1(config) {
|
|
1781
1781
|
const headers = {};
|
|
1782
1782
|
return {
|
|
1783
|
-
baseUri: '/services/data/
|
|
1783
|
+
baseUri: '/services/data/v68.0',
|
|
1784
1784
|
basePath: '/ssot/document-processing/actions/generate-schema',
|
|
1785
1785
|
method: 'post',
|
|
1786
1786
|
body: config.body,
|
|
@@ -2075,7 +2075,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2075
2075
|
function createResourceRequest(config) {
|
|
2076
2076
|
const headers = {};
|
|
2077
2077
|
return {
|
|
2078
|
-
baseUri: '/services/data/
|
|
2078
|
+
baseUri: '/services/data/v68.0',
|
|
2079
2079
|
basePath: '/ssot/document-processing/actions/extract-data',
|
|
2080
2080
|
method: 'post',
|
|
2081
2081
|
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.432.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.432.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.432.0"
|
|
49
49
|
},
|
|
50
50
|
"nx": {
|
|
51
51
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -381,7 +381,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
381
381
|
function createResourceRequest$7(config) {
|
|
382
382
|
const headers = {};
|
|
383
383
|
return {
|
|
384
|
-
baseUri: '/services/data/
|
|
384
|
+
baseUri: '/services/data/v68.0',
|
|
385
385
|
basePath: '/ssot/document-processing/configurations',
|
|
386
386
|
method: 'post',
|
|
387
387
|
body: config.body,
|
|
@@ -527,7 +527,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
527
527
|
function createResourceRequest$6(config) {
|
|
528
528
|
const headers = {};
|
|
529
529
|
return {
|
|
530
|
-
baseUri: '/services/data/
|
|
530
|
+
baseUri: '/services/data/v68.0',
|
|
531
531
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
532
532
|
method: 'delete',
|
|
533
533
|
body: null,
|
|
@@ -808,7 +808,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
808
808
|
function createResourceRequest$5(config) {
|
|
809
809
|
const headers = {};
|
|
810
810
|
return {
|
|
811
|
-
baseUri: '/services/data/
|
|
811
|
+
baseUri: '/services/data/v68.0',
|
|
812
812
|
basePath: '/ssot/document-processing/actions/extract-data',
|
|
813
813
|
method: 'post',
|
|
814
814
|
body: config.body,
|
|
@@ -1074,7 +1074,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
1074
1074
|
function createResourceRequest$4(config) {
|
|
1075
1075
|
const headers = {};
|
|
1076
1076
|
return {
|
|
1077
|
-
baseUri: '/services/data/
|
|
1077
|
+
baseUri: '/services/data/v68.0',
|
|
1078
1078
|
basePath: '/ssot/document-processing/actions/generate-schema',
|
|
1079
1079
|
method: 'post',
|
|
1080
1080
|
body: config.body,
|
|
@@ -1195,7 +1195,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1195
1195
|
function createResourceRequest$3(config) {
|
|
1196
1196
|
const headers = {};
|
|
1197
1197
|
return {
|
|
1198
|
-
baseUri: '/services/data/
|
|
1198
|
+
baseUri: '/services/data/v68.0',
|
|
1199
1199
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1200
1200
|
method: 'get',
|
|
1201
1201
|
body: null,
|
|
@@ -1747,7 +1747,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1747
1747
|
function createResourceRequest$2(config) {
|
|
1748
1748
|
const headers = {};
|
|
1749
1749
|
return {
|
|
1750
|
-
baseUri: '/services/data/
|
|
1750
|
+
baseUri: '/services/data/v68.0',
|
|
1751
1751
|
basePath: '/ssot/document-processing/configurations',
|
|
1752
1752
|
method: 'get',
|
|
1753
1753
|
body: null,
|
|
@@ -2037,7 +2037,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2037
2037
|
function createResourceRequest$1(config) {
|
|
2038
2038
|
const headers = {};
|
|
2039
2039
|
return {
|
|
2040
|
-
baseUri: '/services/data/
|
|
2040
|
+
baseUri: '/services/data/v68.0',
|
|
2041
2041
|
basePath: '/ssot/document-processing/global-config',
|
|
2042
2042
|
method: 'get',
|
|
2043
2043
|
body: null,
|
|
@@ -2157,7 +2157,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2157
2157
|
function createResourceRequest(config) {
|
|
2158
2158
|
const headers = {};
|
|
2159
2159
|
return {
|
|
2160
|
-
baseUri: '/services/data/
|
|
2160
|
+
baseUri: '/services/data/v68.0',
|
|
2161
2161
|
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
2162
2162
|
method: 'patch',
|
|
2163
2163
|
body: config.body,
|
|
@@ -2328,4 +2328,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2328
2328
|
});
|
|
2329
2329
|
|
|
2330
2330
|
export { createIdpConfiguration, deleteIdpConfiguration, extractDataUsingIdpConfiguration, extractDataUsingIdpConfiguration_imperative, generateIdpConfigurationSchema, getIdpConfiguration, getIdpConfigurationNotifyChange, getIdpConfiguration_imperative, getIdpConfigurations, getIdpConfigurations_imperative, getIdpGlobalConfig, getIdpGlobalConfig_imperative, updateIdpConfiguration };
|
|
2331
|
-
// version: 1.
|
|
2331
|
+
// version: 1.432.0-b99ba9d219
|