@salesforce/lds-adapters-industries-identityverification 1.134.2 → 1.134.4
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 +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +64 -60
- package/dist/es/es2018/types/src/generated/resources/postConnectDocumentAutomationContentDocumentsLinkedObjectsByContentDocumentIdAndLinkedObjectId.d.ts +0 -21
- package/dist/es/es2018/types/src/generated/resources/postConnectIndustriesVideoCall.d.ts +0 -16
- package/dist/es/es2018/types/src/generated/resources/postConnectIndustriesVideoCallJoinCall.d.ts +0 -15
- package/dist/es/es2018/types/src/generated/resources/postConnectIndustriesVideoCallValidateSignature.d.ts +0 -12
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.4",
|
|
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
package/src/raml/api.raml
CHANGED
|
@@ -1241,27 +1241,28 @@ types:
|
|
|
1241
1241
|
items:
|
|
1242
1242
|
type: VideoCallParticipantRepresentation
|
|
1243
1243
|
/connect:
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
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
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
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
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
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
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
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;
|
package/dist/es/es2018/types/src/generated/resources/postConnectIndustriesVideoCallJoinCall.d.ts
DELETED
|
@@ -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;
|