@salesforce/lds-adapters-industries-identityverification 1.134.4 → 1.134.5
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.
|
@@ -1282,7 +1282,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1282
1282
|
function createResourceRequest$3(config) {
|
|
1283
1283
|
const headers = {};
|
|
1284
1284
|
return {
|
|
1285
|
-
baseUri: '/services/data/
|
|
1285
|
+
baseUri: '/services/data/v59.0',
|
|
1286
1286
|
basePath: '/connect/identity-verification/build-context/' + config.urlParams.processDefinitionName + '',
|
|
1287
1287
|
method: 'post',
|
|
1288
1288
|
body: config.body,
|
|
@@ -1894,7 +1894,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
1894
1894
|
function createResourceRequest$2(config) {
|
|
1895
1895
|
const headers = {};
|
|
1896
1896
|
return {
|
|
1897
|
-
baseUri: '/services/data/
|
|
1897
|
+
baseUri: '/services/data/v59.0',
|
|
1898
1898
|
basePath: '/connect/identity-verification/input-verification',
|
|
1899
1899
|
method: 'post',
|
|
1900
1900
|
body: config.body,
|
|
@@ -2787,7 +2787,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
2787
2787
|
function createResourceRequest$1(config) {
|
|
2788
2788
|
const headers = {};
|
|
2789
2789
|
return {
|
|
2790
|
-
baseUri: '/services/data/
|
|
2790
|
+
baseUri: '/services/data/v59.0',
|
|
2791
2791
|
basePath: '/connect/identity-verification/search',
|
|
2792
2792
|
method: 'post',
|
|
2793
2793
|
body: config.body,
|
|
@@ -2885,7 +2885,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2885
2885
|
function createResourceRequest(config) {
|
|
2886
2886
|
const headers = {};
|
|
2887
2887
|
return {
|
|
2888
|
-
baseUri: '/services/data/
|
|
2888
|
+
baseUri: '/services/data/v59.0',
|
|
2889
2889
|
basePath: '/connect/identity-verification/verification',
|
|
2890
2890
|
method: 'post',
|
|
2891
2891
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-identityverification",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.5",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Family for all Identity Verification related APIs",
|
|
6
6
|
"main": "dist/es/es2018/industries-identityverification.js",
|
package/sfdc/index.js
CHANGED
|
@@ -1291,7 +1291,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1291
1291
|
function createResourceRequest$3(config) {
|
|
1292
1292
|
const headers = {};
|
|
1293
1293
|
return {
|
|
1294
|
-
baseUri: '/services/data/
|
|
1294
|
+
baseUri: '/services/data/v59.0',
|
|
1295
1295
|
basePath: '/connect/identity-verification/build-context/' + config.urlParams.processDefinitionName + '',
|
|
1296
1296
|
method: 'post',
|
|
1297
1297
|
body: config.body,
|
|
@@ -1903,7 +1903,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
1903
1903
|
function createResourceRequest$2(config) {
|
|
1904
1904
|
const headers = {};
|
|
1905
1905
|
return {
|
|
1906
|
-
baseUri: '/services/data/
|
|
1906
|
+
baseUri: '/services/data/v59.0',
|
|
1907
1907
|
basePath: '/connect/identity-verification/input-verification',
|
|
1908
1908
|
method: 'post',
|
|
1909
1909
|
body: config.body,
|
|
@@ -2386,7 +2386,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
2386
2386
|
function createResourceRequest$1(config) {
|
|
2387
2387
|
const headers = {};
|
|
2388
2388
|
return {
|
|
2389
|
-
baseUri: '/services/data/
|
|
2389
|
+
baseUri: '/services/data/v59.0',
|
|
2390
2390
|
basePath: '/connect/identity-verification/verification',
|
|
2391
2391
|
method: 'post',
|
|
2392
2392
|
body: config.body,
|
|
@@ -2894,7 +2894,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
2894
2894
|
function createResourceRequest(config) {
|
|
2895
2895
|
const headers = {};
|
|
2896
2896
|
return {
|
|
2897
|
-
baseUri: '/services/data/
|
|
2897
|
+
baseUri: '/services/data/v59.0',
|
|
2898
2898
|
basePath: '/connect/identity-verification/search',
|
|
2899
2899
|
method: 'post',
|
|
2900
2900
|
body: config.body,
|
|
@@ -2994,4 +2994,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2994
2994
|
});
|
|
2995
2995
|
|
|
2996
2996
|
export { buildVerificationContext, createFormVerification, identityVerification, searchRecords };
|
|
2997
|
-
// version: 1.134.
|
|
2997
|
+
// version: 1.134.5-a25b51598
|