@salesforce/lds-adapters-industries-identityverification 1.431.0 → 1.433.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.
@@ -1265,7 +1265,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
1265
1265
  function createResourceRequest$3(config) {
1266
1266
  const headers = {};
1267
1267
  return {
1268
- baseUri: '/services/data/v67.0',
1268
+ baseUri: '/services/data/v68.0',
1269
1269
  basePath: '/connect/identity-verification/build-context/' + config.urlParams.processDefinitionName + '',
1270
1270
  method: 'post',
1271
1271
  body: config.body,
@@ -1848,7 +1848,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1848
1848
  function createResourceRequest$2(config) {
1849
1849
  const headers = {};
1850
1850
  return {
1851
- baseUri: '/services/data/v67.0',
1851
+ baseUri: '/services/data/v68.0',
1852
1852
  basePath: '/connect/identity-verification/input-verification',
1853
1853
  method: 'post',
1854
1854
  body: config.body,
@@ -2717,7 +2717,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
2717
2717
  function createResourceRequest$1(config) {
2718
2718
  const headers = {};
2719
2719
  return {
2720
- baseUri: '/services/data/v67.0',
2720
+ baseUri: '/services/data/v68.0',
2721
2721
  basePath: '/connect/identity-verification/search',
2722
2722
  method: 'post',
2723
2723
  body: config.body,
@@ -2811,7 +2811,7 @@ function ingestSuccess(luvio, resourceParams, response) {
2811
2811
  function createResourceRequest(config) {
2812
2812
  const headers = {};
2813
2813
  return {
2814
- baseUri: '/services/data/v67.0',
2814
+ baseUri: '/services/data/v68.0',
2815
2815
  basePath: '/connect/identity-verification/verification',
2816
2816
  method: 'post',
2817
2817
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-identityverification",
3
- "version": "1.431.0",
3
+ "version": "1.433.0",
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",
@@ -38,11 +38,11 @@
38
38
  "test": "nx build:karma && karma start --single-run"
39
39
  },
40
40
  "dependencies": {
41
- "@salesforce/lds-bindings": "^1.431.0"
41
+ "@salesforce/lds-bindings": "^1.433.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@salesforce/lds-compiler-plugins": "^1.431.0",
45
- "@salesforce/lds-karma": "^1.431.0"
44
+ "@salesforce/lds-compiler-plugins": "^1.433.0",
45
+ "@salesforce/lds-karma": "^1.433.0"
46
46
  },
47
47
  "nx": {
48
48
  "targets": {
package/sfdc/index.js CHANGED
@@ -1274,7 +1274,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
1274
1274
  function createResourceRequest$3(config) {
1275
1275
  const headers = {};
1276
1276
  return {
1277
- baseUri: '/services/data/v67.0',
1277
+ baseUri: '/services/data/v68.0',
1278
1278
  basePath: '/connect/identity-verification/build-context/' + config.urlParams.processDefinitionName + '',
1279
1279
  method: 'post',
1280
1280
  body: config.body,
@@ -1857,7 +1857,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1857
1857
  function createResourceRequest$2(config) {
1858
1858
  const headers = {};
1859
1859
  return {
1860
- baseUri: '/services/data/v67.0',
1860
+ baseUri: '/services/data/v68.0',
1861
1861
  basePath: '/connect/identity-verification/input-verification',
1862
1862
  method: 'post',
1863
1863
  body: config.body,
@@ -2336,7 +2336,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
2336
2336
  function createResourceRequest$1(config) {
2337
2337
  const headers = {};
2338
2338
  return {
2339
- baseUri: '/services/data/v67.0',
2339
+ baseUri: '/services/data/v68.0',
2340
2340
  basePath: '/connect/identity-verification/verification',
2341
2341
  method: 'post',
2342
2342
  body: config.body,
@@ -2820,7 +2820,7 @@ function ingestSuccess(luvio, resourceParams, response) {
2820
2820
  function createResourceRequest(config) {
2821
2821
  const headers = {};
2822
2822
  return {
2823
- baseUri: '/services/data/v67.0',
2823
+ baseUri: '/services/data/v68.0',
2824
2824
  basePath: '/connect/identity-verification/search',
2825
2825
  method: 'post',
2826
2826
  body: config.body,
@@ -2914,4 +2914,4 @@ withDefaultLuvio((luvio) => {
2914
2914
  });
2915
2915
 
2916
2916
  export { buildVerificationContext, createFormVerification, identityVerification, searchRecords };
2917
- // version: 1.431.0-51a9c51ed3
2917
+ // version: 1.433.0-db129b48d2
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '57.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0