@salesforce/lds-adapters-industries-identityverification 1.134.1 → 1.134.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-identityverification",
3
- "version": "1.134.1",
3
+ "version": "1.134.3",
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
@@ -2994,4 +2994,4 @@ withDefaultLuvio((luvio) => {
2994
2994
  });
2995
2995
 
2996
2996
  export { buildVerificationContext, createFormVerification, identityVerification, searchRecords };
2997
- // version: 1.134.1-2de0a1242
2997
+ // version: 1.134.3-ea1008c6e
package/src/raml/api.raml CHANGED
@@ -1241,27 +1241,28 @@ types:
1241
1241
  items:
1242
1242
  type: VideoCallParticipantRepresentation
1243
1243
  /connect:
1244
- /document-automation/contentDocuments/{contentDocumentId}/linkedObjects/{linkedObjectId}:
1245
- post:
1246
- description: API to edit Document and link object
1247
- responses:
1248
- '200':
1249
- description: Success
1250
- body:
1251
- application/json:
1252
- type: DocumentManagementResultRepresentation
1253
- body:
1254
- application/json:
1255
- type: DocumentManagementInputRepresentation
1256
- # required: false Hand Rolled Change that removed 'required: false' W-10727777
1257
- (oas-body-name): DocumentManagementInput
1258
- uriParameters:
1259
- contentDocumentId:
1260
- type: string
1261
- required: true
1262
- linkedObjectId:
1263
- type: string
1264
- required: true
1244
+ # TODO: hand-rolled
1245
+ # /document-automation/contentDocuments/{contentDocumentId}/linkedObjects/{linkedObjectId}:
1246
+ # post:
1247
+ # description: API to edit Document and link object
1248
+ # responses:
1249
+ # '200':
1250
+ # description: Success
1251
+ # body:
1252
+ # application/json:
1253
+ # type: DocumentManagementResultRepresentation
1254
+ # body:
1255
+ # application/json:
1256
+ # type: DocumentManagementInputRepresentation
1257
+ # # required: false Hand Rolled Change that removed 'required: false' W-10727777
1258
+ # (oas-body-name): DocumentManagementInput
1259
+ # uriParameters:
1260
+ # contentDocumentId:
1261
+ # type: string
1262
+ # required: true
1263
+ # linkedObjectId:
1264
+ # type: string
1265
+ # required: true
1265
1266
  /identity-verification:
1266
1267
  /build-context/{processDefinitionName}:
1267
1268
  post:
@@ -1329,19 +1330,20 @@ types:
1329
1330
  # TODO Hand Rolled Change that removed 'required: false' W-10727777
1330
1331
  (oas-body-name): IdentityVerificationContextData
1331
1332
  /industries/video-call:
1332
- post:
1333
- description: Setup VideoCall API Resource
1334
- responses:
1335
- '200':
1336
- description: Success
1337
- body:
1338
- application/json:
1339
- type: SetupCallResultRepresentation
1340
- body:
1341
- application/json:
1342
- type: SetupCallInputRepresentation
1343
- # required: false
1344
- (oas-body-name): SetupCallInput
1333
+ # TODO: Hand rolled
1334
+ # post:
1335
+ # description: Setup VideoCall API Resource
1336
+ # responses:
1337
+ # '200':
1338
+ # description: Success
1339
+ # body:
1340
+ # application/json:
1341
+ # type: SetupCallResultRepresentation
1342
+ # body:
1343
+ # application/json:
1344
+ # type: SetupCallInputRepresentation
1345
+ # # required: false
1346
+ # (oas-body-name): SetupCallInput
1345
1347
  put:
1346
1348
  description: Update a video call
1347
1349
  responses:
@@ -1356,19 +1358,20 @@ types:
1356
1358
  # required: false
1357
1359
  (oas-body-name): UpdateVideoCallInput
1358
1360
  /join-call:
1359
- post:
1360
- description: JoinVideoCall API Resource
1361
- responses:
1362
- '200':
1363
- description: Success
1364
- body:
1365
- application/json:
1366
- type: JoinVideoCallResultRepresentation
1367
- body:
1368
- application/json:
1369
- type: JoinVideoCallInputRepresentation
1370
- # required: false
1371
- (oas-body-name): JoinVideoCallInput
1361
+ # TODO: Hand rolled
1362
+ # post:
1363
+ # description: JoinVideoCall API Resource
1364
+ # responses:
1365
+ # '200':
1366
+ # description: Success
1367
+ # body:
1368
+ # application/json:
1369
+ # type: JoinVideoCallResultRepresentation
1370
+ # body:
1371
+ # application/json:
1372
+ # type: JoinVideoCallInputRepresentation
1373
+ # # required: false
1374
+ # (oas-body-name): JoinVideoCallInput
1372
1375
  /leave-call:
1373
1376
  put:
1374
1377
  description: LeaveVideoCall API Resource
@@ -1413,19 +1416,20 @@ types:
1413
1416
  # required: false
1414
1417
  (oas-body-name): EvaluateVideoCallParticipantInput
1415
1418
  /validate-signature:
1416
- post:
1417
- description: ValidateSignature API Resource
1418
- responses:
1419
- '200':
1420
- description: Success
1421
- body:
1422
- application/json:
1423
- type: ValidateSignatureResultRepresentation
1424
- body:
1425
- application/json:
1426
- type: ValidateSignatureInputRepresentation
1427
- # required: false
1428
- (oas-body-name): ValidateSignatureInput
1419
+ # TODO: Hand rolled
1420
+ # post:
1421
+ # description: ValidateSignature API Resource
1422
+ # responses:
1423
+ # '200':
1424
+ # description: Success
1425
+ # body:
1426
+ # application/json:
1427
+ # type: ValidateSignatureResultRepresentation
1428
+ # body:
1429
+ # application/json:
1430
+ # type: ValidateSignatureInputRepresentation
1431
+ # # required: false
1432
+ # (oas-body-name): ValidateSignatureInput
1429
1433
  /timeline:
1430
1434
  /metadata/configurations:
1431
1435
  get:
@@ -1,21 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { DocumentManagementResultRepresentation as types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation } from '../types/DocumentManagementResultRepresentation';
3
- export interface ResourceRequestConfig {
4
- urlParams: {
5
- contentDocumentId: string;
6
- linkedObjectId: string;
7
- };
8
- body: {
9
- isOcrRequested: boolean;
10
- linkedObjectFieldsMap: {
11
- [key: string]: string;
12
- };
13
- pageSpecificationList: Array<{}>;
14
- targetFileName: string;
15
- };
16
- }
17
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
18
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
19
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation, any>;
20
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
21
- export default createResourceRequest;
@@ -1,16 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { SetupCallResultRepresentation as types_SetupCallResultRepresentation_SetupCallResultRepresentation } from '../types/SetupCallResultRepresentation';
3
- export interface ResourceRequestConfig {
4
- body: {
5
- externalMeetingId: string;
6
- participantIntakeForm: {
7
- [key: string]: string;
8
- };
9
- relatedRecordId: string;
10
- };
11
- }
12
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SetupCallResultRepresentation_SetupCallResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SetupCallResultRepresentation_SetupCallResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SetupCallResultRepresentation_SetupCallResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SetupCallResultRepresentation_SetupCallResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SetupCallResultRepresentation_SetupCallResultRepresentation, any>;
15
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
- export default createResourceRequest;
@@ -1,15 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { JoinVideoCallResultRepresentation as types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation } from '../types/JoinVideoCallResultRepresentation';
3
- export interface ResourceRequestConfig {
4
- body: {
5
- enableTranscription: boolean;
6
- externalMeetingId: string;
7
- region: string;
8
- transcriptionType: string;
9
- };
10
- }
11
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation, any>;
14
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
- export default createResourceRequest;
@@ -1,12 +0,0 @@
1
- import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
- import { ValidateSignatureResultRepresentation as types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation } from '../types/ValidateSignatureResultRepresentation';
3
- export interface ResourceRequestConfig {
4
- body: {
5
- signature: string;
6
- };
7
- }
8
- export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
- export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation, any>;
11
- export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
- export default createResourceRequest;