@salesforce/lds-adapters-industries-identityverification 1.100.2

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.
Files changed (114) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-identityverification.js +2870 -0
  3. package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/types/src/generated/adapters/buildVerificationContext.d.ts +16 -0
  5. package/dist/types/src/generated/adapters/createFormVerification.d.ts +17 -0
  6. package/dist/types/src/generated/adapters/identityVerification.d.ts +15 -0
  7. package/dist/types/src/generated/adapters/searchRecords.d.ts +15 -0
  8. package/dist/types/src/generated/artifacts/main.d.ts +4 -0
  9. package/dist/types/src/generated/artifacts/sfdc.d.ts +5 -0
  10. package/dist/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
  11. package/dist/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
  12. package/dist/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
  13. package/dist/types/src/generated/resources/postConnectDocumentAutomationContentDocumentsLinkedObjectsByContentDocumentIdAndLinkedObjectId.d.ts +21 -0
  14. package/dist/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
  15. package/dist/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +15 -0
  16. package/dist/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
  17. package/dist/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
  18. package/dist/types/src/generated/resources/postConnectIndustriesVideoCall.d.ts +16 -0
  19. package/dist/types/src/generated/resources/postConnectIndustriesVideoCallJoinCall.d.ts +15 -0
  20. package/dist/types/src/generated/resources/postConnectIndustriesVideoCallValidateSignature.d.ts +12 -0
  21. package/dist/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
  22. package/dist/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
  23. package/dist/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
  24. package/dist/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +38 -0
  25. package/dist/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +30 -0
  26. package/dist/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +35 -0
  27. package/dist/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +50 -0
  28. package/dist/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +33 -0
  29. package/dist/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +42 -0
  30. package/dist/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +35 -0
  31. package/dist/types/src/generated/types/ErrorResponseRepresentation.d.ts +32 -0
  32. package/dist/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +32 -0
  33. package/dist/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +32 -0
  34. package/dist/types/src/generated/types/FieldValueInputRepresentation.d.ts +32 -0
  35. package/dist/types/src/generated/types/FieldValueListInputRepresentation.d.ts +30 -0
  36. package/dist/types/src/generated/types/FieldValueOutputRepresentation.d.ts +32 -0
  37. package/dist/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +32 -0
  38. package/dist/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +35 -0
  39. package/dist/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
  40. package/dist/types/src/generated/types/FormVerificationFieldListOutputRepresentation.d.ts +30 -0
  41. package/dist/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +30 -0
  42. package/dist/types/src/generated/types/FormVerificationFieldOutputRepresentation.d.ts +35 -0
  43. package/dist/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +35 -0
  44. package/dist/types/src/generated/types/FormVerificationInputRepresentation.d.ts +36 -0
  45. package/dist/types/src/generated/types/FormVerificationOutputRepresentation.d.ts +59 -0
  46. package/dist/types/src/generated/types/FormVerificationReferenceRecordDetailsOutput.d.ts +32 -0
  47. package/dist/types/src/generated/types/FormVerificationRepresentation.d.ts +50 -0
  48. package/dist/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +38 -0
  49. package/dist/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +40 -0
  50. package/dist/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +32 -0
  51. package/dist/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +32 -0
  52. package/dist/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +33 -0
  53. package/dist/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +38 -0
  54. package/dist/types/src/generated/types/PageSpecification.d.ts +35 -0
  55. package/dist/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +29 -0
  56. package/dist/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +32 -0
  57. package/dist/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +33 -0
  58. package/dist/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +71 -0
  59. package/dist/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +30 -0
  60. package/dist/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +71 -0
  61. package/dist/types/src/generated/types/SearchFieldRepresentation.d.ts +32 -0
  62. package/dist/types/src/generated/types/SearchFilterInputRepresentation.d.ts +32 -0
  63. package/dist/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +30 -0
  64. package/dist/types/src/generated/types/SearchInputRepresentation.d.ts +36 -0
  65. package/dist/types/src/generated/types/SearchOutputRepresentation.d.ts +50 -0
  66. package/dist/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +35 -0
  67. package/dist/types/src/generated/types/SearchResultRepresentation.d.ts +30 -0
  68. package/dist/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +30 -0
  69. package/dist/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +36 -0
  70. package/dist/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +36 -0
  71. package/dist/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +29 -0
  72. package/dist/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +30 -0
  73. package/dist/types/src/generated/types/SetupCallInputRepresentation.d.ts +39 -0
  74. package/dist/types/src/generated/types/SetupCallResultRepresentation.d.ts +39 -0
  75. package/dist/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +44 -0
  76. package/dist/types/src/generated/types/TimelineElementRepresentation.d.ts +35 -0
  77. package/dist/types/src/generated/types/TimelineEntityRepresentation.d.ts +44 -0
  78. package/dist/types/src/generated/types/TimelineErrorRepresentation.d.ts +32 -0
  79. package/dist/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +32 -0
  80. package/dist/types/src/generated/types/TimelineEventRepresentation.d.ts +45 -0
  81. package/dist/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +54 -0
  82. package/dist/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +32 -0
  83. package/dist/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +43 -0
  84. package/dist/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +37 -0
  85. package/dist/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +32 -0
  86. package/dist/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +32 -0
  87. package/dist/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +29 -0
  88. package/dist/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +35 -0
  89. package/dist/types/src/generated/types/VerificationContextInputRepresentation.d.ts +41 -0
  90. package/dist/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +57 -0
  91. package/dist/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +30 -0
  92. package/dist/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +50 -0
  93. package/dist/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +30 -0
  94. package/dist/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +30 -0
  95. package/dist/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +50 -0
  96. package/dist/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +38 -0
  97. package/dist/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +30 -0
  98. package/dist/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +38 -0
  99. package/dist/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +31 -0
  100. package/dist/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +33 -0
  101. package/dist/types/src/generated/types/VerifierInputRepresentation.d.ts +32 -0
  102. package/dist/types/src/generated/types/VerifierListInputRepresentation.d.ts +30 -0
  103. package/dist/types/src/generated/types/VerifierOutputRepresentation.d.ts +32 -0
  104. package/dist/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +38 -0
  105. package/dist/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +36 -0
  106. package/dist/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +33 -0
  107. package/dist/types/src/generated/types/type-utils.d.ts +39 -0
  108. package/dist/umd/es2018/industries-identityverification.js +2881 -0
  109. package/dist/umd/es5/industries-identityverification.js +2920 -0
  110. package/package.json +66 -0
  111. package/sfdc/index.d.ts +1 -0
  112. package/sfdc/index.js +2906 -0
  113. package/src/raml/api.raml +1521 -0
  114. package/src/raml/luvio.raml +42 -0
@@ -0,0 +1,1521 @@
1
+ #%RAML 1.0
2
+ securedBy:
3
+ - OAuth2
4
+ title: Salesforce Connect API
5
+ version: '57.0'
6
+ mediaType: application/json
7
+ protocols:
8
+ - https
9
+ baseUri: /services/data/v58.0
10
+ securitySchemes:
11
+ OAuth2:
12
+ type: OAuth 2.0
13
+ settings:
14
+ authorizationUri: https://example.com/oauth/authorize
15
+ accessTokenUri: ''
16
+ authorizationGrants:
17
+ - implicit
18
+ annotationTypes:
19
+ oas-readOnly:
20
+ type: boolean
21
+ allowedTargets: TypeDeclaration
22
+ oas-collectionFormat:
23
+ type: string
24
+ oas-body-name:
25
+ type: string
26
+ allowedTargets: TypeDeclaration
27
+ types:
28
+ BuildVerificationContextInputRepresentation:
29
+ description: Input representation for building verification context
30
+ type: object
31
+ properties:
32
+ objectName:
33
+ description: Object Name
34
+ type: string
35
+ processDetailName:
36
+ description: Process Detail Name
37
+ type: string
38
+ selectedRecordId:
39
+ description: Selected Record Id
40
+ type: string
41
+ selectedVerifiedResult:
42
+ description: Selected Verified Result
43
+ # TODO hand rolled. W-10727777
44
+ type: SelectedVerifiedResultInputRepresentation
45
+ # TODO hand rolled. W-10727777 added the following wrapper manually
46
+ BuildVerificationContextWrapperInputRepresentation:
47
+ description: wrapper of BuildVerificationContextInputRepresentation
48
+ type: object
49
+ properties:
50
+ BuildContextData:
51
+ description: Input representation for BuildVerificationContextInputRepresentation
52
+ type: BuildVerificationContextInputRepresentation
53
+ ChimeAttendeeResultRepresentation:
54
+ description: Output representation of Chime Attendee
55
+ type: object
56
+ properties:
57
+ attendeeId:
58
+ description: Chime AttendeeId
59
+ type: string
60
+ required: false
61
+ externalAttendeeId:
62
+ description: Chime ExternalAttendeeId
63
+ type: string
64
+ required: false
65
+ joinToken:
66
+ description: Chime Attendee join token
67
+ type: string
68
+ required: false
69
+ ChimeMediaPlacementResultRepresentation:
70
+ description: Output representation of Chime Media Placement Result
71
+ type: object
72
+ properties:
73
+ audioFallbackUrl:
74
+ description: ChimeMediaPlacement AudioFallbackUrl
75
+ type: string
76
+ required: false
77
+ audioHostUrl:
78
+ description: ChimeMediaPlacement AudioHostUrl
79
+ type: string
80
+ required: false
81
+ eventIngestionUrl:
82
+ description: ChimeMediaPlacement EventIngestionUrl
83
+ type: string
84
+ required: false
85
+ screenDataUrl:
86
+ description: ChimeMediaPlacement ScreenDataUrl
87
+ type: string
88
+ required: false
89
+ screenSharingUrl:
90
+ description: ChimeMediaPlacement ScreenSharingUrl
91
+ type: string
92
+ required: false
93
+ screenViewingUrl:
94
+ description: ChimeMediaPlacement ScreenViewingUrl
95
+ type: string
96
+ required: false
97
+ signalingUrl:
98
+ description: ChimeMediaPlacement SignalingUrl
99
+ type: string
100
+ required: false
101
+ turnControlUrl:
102
+ description: ChimeMediaPlacement TurnControlUrl
103
+ type: string
104
+ required: false
105
+ ChimeMeetingResultRepresentation:
106
+ description: Output representation of Chime Meeting
107
+ type: object
108
+ properties:
109
+ mediaPlacement:
110
+ description: MediaPlacementUrls of chime meeting
111
+ type: ChimeMediaPlacementResultRepresentation
112
+ required: false
113
+ meetingId:
114
+ description: Chime MeetingId
115
+ type: string
116
+ required: false
117
+ DocumentManagementInputRepresentation:
118
+ description: Input representation for DocumentManagement
119
+ type: object
120
+ properties:
121
+ isOcrRequested:
122
+ description: Is Ocr Requested
123
+ type: boolean
124
+ linkedObjectFieldsMap:
125
+ description: Set Linked Object Fields Map
126
+ type: object
127
+ properties:
128
+ //:
129
+ type: string
130
+ pageSpecificationList:
131
+ description: Set Page Specification List
132
+ type: array
133
+ items:
134
+ type: object
135
+ targetFileName:
136
+ description: Set Target File Name
137
+ type: string
138
+ DocumentManagementResultRepresentation:
139
+ description: Output representation of Document Management Output Result
140
+ type: object
141
+ properties:
142
+ contentDocumentId:
143
+ description: Content Document Id
144
+ type: string
145
+ error:
146
+ description: Error representation for a Document Management
147
+ type: ErrorResponseRepresentation
148
+ isSuccess:
149
+ description: Document Management success flag
150
+ type: boolean
151
+ ErrorResponseRepresentation:
152
+ description: Error response representation
153
+ type: object
154
+ properties:
155
+ code:
156
+ description: Code for Error
157
+ type: string
158
+ message:
159
+ description: Message stating the reason for error, if any
160
+ type: string
161
+ EvaluateVideoCallParticipantInputRepresentation:
162
+ description: Input representation for VideoCall EvaluateCaller
163
+ type: object
164
+ properties:
165
+ isAccepted:
166
+ description: Set whether caller is accepted for Video Call
167
+ type: boolean
168
+ participantId:
169
+ description: Set Participant Id for Video Caller Evaluation
170
+ type: string
171
+ EvaluateVideoCallParticipantResultRepresentation:
172
+ description: Output representation of EvaluateCallerVideoCall Result
173
+ type: object
174
+ properties:
175
+ errorMessage:
176
+ description: EvaluateCallerVideoCall error messages
177
+ type: string
178
+ required: false
179
+ isSuccess:
180
+ description: EvaluateCallerVideoCall success flag
181
+ type: boolean
182
+ FieldValueInputRepresentation:
183
+ description: Input representation for each field
184
+ type: object
185
+ properties:
186
+ developerName:
187
+ description: Developer Name
188
+ type: string
189
+ value:
190
+ description: Value
191
+ type: string
192
+ FieldValueListInputRepresentation:
193
+ description: Input representation for Selected Search Result List
194
+ type: object
195
+ properties:
196
+ selectedRecordObjectList:
197
+ description: Selected Record Object List
198
+ type: array
199
+ items:
200
+ # TODO hand rolled. W-10727777
201
+ type: FieldValueInputRepresentation
202
+ FieldValueOutputRepresentation:
203
+ description: Representation of a field value
204
+ type: object
205
+ properties:
206
+ developerName:
207
+ description: Developer Name
208
+ type: string
209
+ value:
210
+ description: Value
211
+ type: string
212
+ FormVerificationDisplayRecordDetailsOutput:
213
+ description: Details of reference record of selected record id
214
+ type: object
215
+ properties:
216
+ displayRecordId:
217
+ description: Reference Record Id
218
+ type: string
219
+ displayRecordName:
220
+ description: Reference Record Name
221
+ type: string
222
+ FormVerificationFieldInputRepresentation:
223
+ description: Input representation for each verification field
224
+ type: object
225
+ properties:
226
+ developerName:
227
+ description: Developer Name
228
+ type: string
229
+ isVerified:
230
+ description: Verified flag to set for non-form based input
231
+ type: boolean
232
+ value:
233
+ description: Input value of the field
234
+ type: string
235
+ FormVerificationFieldListInputRepresentation:
236
+ description: Input representation for Verification fields with values
237
+ type: object
238
+ properties:
239
+ formVerificationFields:
240
+ description: Form Input Verification field List
241
+ type: array
242
+ items:
243
+ type: object
244
+ FormVerificationFieldListOutputRepresentation:
245
+ description: List of Form Verification Fields
246
+ type: object
247
+ properties:
248
+ formVerificationFields:
249
+ description: Form Verification Fields
250
+ type: array
251
+ items:
252
+ type: FormVerificationFieldOutputRepresentation
253
+ FormVerificationFieldListRepresentation:
254
+ description: List of Form Verification Fields
255
+ type: object
256
+ properties:
257
+ formVerificationFields:
258
+ description: Form Verification Fields
259
+ type: array
260
+ items:
261
+ type: FormVerificationFieldRepresentation
262
+ FormVerificationFieldOutputRepresentation:
263
+ description: Representation of Form Verification results
264
+ type: object
265
+ properties:
266
+ developerName:
267
+ description: Developer Name
268
+ type: string
269
+ isVerified:
270
+ description: Is the field verified
271
+ type: boolean
272
+ value:
273
+ description: Value
274
+ type: string
275
+ FormVerificationFieldRepresentation:
276
+ description: Representation of Form Verification results
277
+ type: object
278
+ properties:
279
+ developerName:
280
+ description: Developer Name
281
+ type: string
282
+ isVerified:
283
+ description: Is the field verified
284
+ type: boolean
285
+ value:
286
+ description: Value
287
+ type: string
288
+ FormVerificationInputRepresentation:
289
+ description: Input representation for verification of input values
290
+ type: object
291
+ properties:
292
+ developerName:
293
+ description: Selected developer name of verification context
294
+ type: string
295
+ formVerificationFieldList:
296
+ description: Input values of the fields which are up for validations
297
+ type: FormVerificationFieldListOutputRepresentation
298
+ selectedRecordId:
299
+ description: Selected Record Id
300
+ type: string
301
+ FormVerificationOutputRepresentation:
302
+ description: Representation of Form Verification Fields
303
+ type: object
304
+ properties:
305
+ developerName:
306
+ description: Developer name of IDV record
307
+ type: string
308
+ formVerificationFieldList:
309
+ description: Field verification results
310
+ type: FormVerificationFieldListOutputRepresentation
311
+ isVerified:
312
+ description: Flag to get the overall verification status
313
+ type: boolean
314
+ referenceRecordDetails:
315
+ description: Parent record id in case redirection needs to be to parent post
316
+ verification
317
+ type: FormVerificationReferenceRecordDetailsOutput
318
+ retryCount:
319
+ description: Retry count in case of failed attempt
320
+ type: integer
321
+ selectedRecordId:
322
+ description: Id of the selected record
323
+ type: string
324
+ status:
325
+ description: Field verification results status
326
+ type: ErrorResponseRepresentation
327
+ FormVerificationReferenceRecordDetailsOutput:
328
+ description: Details of reference record of selected record id
329
+ type: object
330
+ properties:
331
+ referenceRecordId:
332
+ description: Reference Record Id
333
+ type: string
334
+ referenceRecordName:
335
+ description: Reference Record Name
336
+ type: string
337
+ FormVerificationRepresentation:
338
+ description: Representation of Form Verification Fields
339
+ type: object
340
+ properties:
341
+ developerName:
342
+ description: Developer name of IDV record
343
+ type: string
344
+ displayRecordDetails:
345
+ description: Parent record id in case redirection needs to be to parent post
346
+ verification
347
+ type: FormVerificationDisplayRecordDetailsOutput
348
+ formVerificationFieldList:
349
+ description: Field verification results
350
+ type: FormVerificationFieldListRepresentation
351
+ isVerified:
352
+ description: Flag to get the overall verification status
353
+ type: boolean
354
+ retryCount:
355
+ description: Retry count in case of failed attempt
356
+ type: integer
357
+ selectedRecordId:
358
+ description: Id of the selected record
359
+ type: string
360
+ status:
361
+ description: Field verification results status
362
+ type: ErrorResponseRepresentation
363
+ JoinVideoCallInputRepresentation:
364
+ description: Input representation for JoinVideoCall
365
+ type: object
366
+ properties:
367
+ enableTranscription:
368
+ description: enable transcription
369
+ type: boolean
370
+ externalMeetingId:
371
+ description: Set External Meeting Id for Video Call
372
+ type: string
373
+ region:
374
+ description: Set Region for Video Call
375
+ type: string
376
+ transcriptionType:
377
+ description: Set transcriptionType
378
+ type: string
379
+ JoinVideoCallResultRepresentation:
380
+ description: Output representation of JoinVideoCall Result
381
+ type: object
382
+ properties:
383
+ attendee:
384
+ description: JoinVideoCall API attendee information
385
+ type: ChimeAttendeeResultRepresentation
386
+ required: false
387
+ errorMessage:
388
+ description: JoinVideoCall error messages
389
+ type: string
390
+ required: false
391
+ isSuccess:
392
+ description: JoinVideoCall success flag
393
+ type: boolean
394
+ meeting:
395
+ description: JoinVideoCall API meeting information
396
+ type: ChimeMeetingResultRepresentation
397
+ required: false
398
+ LeaveVideoCallInputRepresentation:
399
+ description: Input representation for LeaveVideoCall
400
+ type: object
401
+ properties:
402
+ attendeeId:
403
+ description: Set Attendee for Video Call
404
+ type: string
405
+ externalMeetingId:
406
+ description: Set External Meeting Id for Video Call
407
+ type: string
408
+ LeaveVideoCallResultRepresentation:
409
+ description: Output representation of LeaveVideoCall Result
410
+ type: object
411
+ properties:
412
+ errorMessage:
413
+ description: LeaveVideoCall error messages
414
+ type: string
415
+ required: false
416
+ isSuccess:
417
+ description: LeaveVideoCall success flag
418
+ type: boolean
419
+ LinkedObjectFieldsMapInputRepresentation:
420
+ description: Input representation for Map of LinkedObjectFields
421
+ type: object
422
+ properties:
423
+ linkedObjectFields:
424
+ description: Set Linked Object Fields.
425
+ type: object
426
+ properties:
427
+ //:
428
+ type: string
429
+ NotifyAccessResultRepresentation:
430
+ description: Output representation of Notify Access
431
+ type: object
432
+ properties:
433
+ accessKey:
434
+ description: Notify Access Key
435
+ type: string
436
+ required: false
437
+ endpoint:
438
+ description: Notify Access Endpoint
439
+ type: string
440
+ required: false
441
+ externalUserId:
442
+ description: Notify Access External User Id
443
+ type: string
444
+ required: false
445
+ keyId:
446
+ description: Notify Access Key Id
447
+ type: string
448
+ required: false
449
+ PageSpecification:
450
+ description: Input representation for PageSpecification
451
+ type: object
452
+ properties:
453
+ addToTargetFile:
454
+ description: set true for split and add to target file
455
+ type: boolean
456
+ page:
457
+ description: set page index, index starts from 1
458
+ type: integer
459
+ rotation:
460
+ description: set page rotation angle
461
+ type: integer
462
+ PageSpecificationListInputRepresentation:
463
+ description: Input representation for list of PageSpecification
464
+ type: object
465
+ properties:
466
+ pageSpecifications:
467
+ description: Set Page Specifications
468
+ type: array
469
+ items:
470
+ type: object
471
+ ProcessDefinitionInputRepresentation:
472
+ description: Input representation for verification process defintion
473
+ type: object
474
+ properties:
475
+ layoutType:
476
+ description: Layout Type
477
+ type: string
478
+ processDetail:
479
+ description: Process Detail
480
+ # TODO hand rolled. W-10727777
481
+ type: ProcessDetailListInputRepresentation
482
+ ProcessDefinitionOutputRepresentation:
483
+ description: Representation of a process defintion
484
+ type: object
485
+ properties:
486
+ layoutType:
487
+ description: Layout type
488
+ type: string
489
+ processDetail:
490
+ description: Process Detail
491
+ type: array
492
+ items:
493
+ type: ProcessDetailOutputRepresentation
494
+ ProcessDetailInputRepresentation:
495
+ description: Input representation for process detail
496
+ type: object
497
+ properties:
498
+ apexClassName:
499
+ description: Apex Class Name
500
+ type: string
501
+ dataSourceType:
502
+ description: Data Source Type
503
+ type: string
504
+ developerName:
505
+ description: Developer Name
506
+ type: string
507
+ isRetryAllowedAfterLimit:
508
+ description: Retry Allowed After Limit
509
+ type: boolean
510
+ label:
511
+ description: Label
512
+ type: string
513
+ linkedVerificationProcessDetailName:
514
+ description: Linked Verification Process Detail Name
515
+ type: string
516
+ optionalVerifierCount:
517
+ description: Optional Verifier Count
518
+ type: integer
519
+ retryLimit:
520
+ description: Retry Limit
521
+ type: integer
522
+ searchObjectName:
523
+ description: Search Object Name
524
+ type: string
525
+ searchResultFilter:
526
+ description: Search Result Filter
527
+ type: string
528
+ searchResultSortOrder:
529
+ description: Search Result Sort Order
530
+ type: string
531
+ searchResultUniqueIdField:
532
+ description: Search Result UniqueId Field
533
+ type: string
534
+ searchSequenceNo:
535
+ description: Search Sequence number
536
+ type: integer
537
+ searchType:
538
+ description: Search Type - SOSL/SOQL
539
+ type: string
540
+ verificationProcessFieldList:
541
+ description: Verification Process Field List
542
+ # TODO hand rolled. W-10727777
543
+ type: VerificationProcessFieldListInputRepresentation
544
+
545
+ ProcessDetailListInputRepresentation:
546
+ description: Input representation for list of process detail
547
+ type: object
548
+ properties:
549
+ processDetailList:
550
+ description: Process Detail List
551
+ type: array
552
+ items:
553
+ # TODO hand rolled. W-10727777
554
+ type: ProcessDetailInputRepresentation
555
+ ProcessDetailOutputRepresentation:
556
+ description: Representation of Process Detail
557
+ type: object
558
+ properties:
559
+ apexClassName:
560
+ description: Apex Class Name
561
+ type: string
562
+ dataSourceType:
563
+ description: Data Source Type
564
+ type: string
565
+ developerName:
566
+ description: Developer Name
567
+ type: string
568
+ isRetryAllowedAfterLimit:
569
+ description: Retry Allowed After Limit
570
+ type: boolean
571
+ label:
572
+ description: Label
573
+ type: string
574
+ linkedVerificationProcessDetailName:
575
+ description: Linked Verification Process Definition Name
576
+ type: string
577
+ optionalVerifierCount:
578
+ description: Optional Verifier Count
579
+ type: integer
580
+ retryLimit:
581
+ description: Retry Limit
582
+ type: integer
583
+ searchObjectName:
584
+ description: Search Object Name
585
+ type: string
586
+ searchResultFilter:
587
+ description: Search Result Filter
588
+ type: string
589
+ searchResultSortOrder:
590
+ description: Search Result Sort Order
591
+ type: string
592
+ searchResultUniqueIdField:
593
+ description: Search Result Unique Id
594
+ type: string
595
+ searchSequenceNo:
596
+ description: Search Sequence Number
597
+ type: integer
598
+ searchType:
599
+ description: Search Type
600
+ type: string
601
+ verificationProcessFieldList:
602
+ description: List of verification process fields
603
+ type: VerificationProcessFieldListOutputRepresentation
604
+ SearchFieldRepresentation:
605
+ description: Representation of Search Result field
606
+ type: object
607
+ properties:
608
+ developerName:
609
+ description: Developer Name
610
+ type: string
611
+ value:
612
+ description: Field Value
613
+ type: string
614
+ SearchFilterInputRepresentation:
615
+ description: Input representation of search fields for SOQL search
616
+ type: object
617
+ properties:
618
+ developerName:
619
+ description: Developer Name
620
+ type: string
621
+ value:
622
+ description: Field Value
623
+ type: string
624
+ SearchFilterListInputRepresentation:
625
+ description: Input representation for Search filters List for SOQL framework
626
+ type: object
627
+ properties:
628
+ searchFilterList:
629
+ description: Search filter Object List
630
+ type: array
631
+ items:
632
+ # TODO hand rolled. W-10727777
633
+ type: SearchFilterInputRepresentation
634
+ SearchInputRepresentation:
635
+ description: Input representation for Search API
636
+ type: object
637
+ properties:
638
+ searchFilters:
639
+ description: Search Filter object
640
+ type: SearchFilterListInputRepresentation
641
+ #TODO hand rolled W-10727777
642
+ searchTerm:
643
+ description: Search Term
644
+ type: string
645
+ verificationContext:
646
+ description: Verification Context
647
+ type: VerificationContextInputRepresentation
648
+ # TODO hand rolled. W-10727777
649
+ # TODO hand rolled. W-10727777. Added the following wrapper manually
650
+ SearchWrapperInputRepresentation:
651
+ description: wrapper of SearchInputRepresentation
652
+ type: object
653
+ properties:
654
+ SearchRecordsContextData:
655
+ description: Input representation for SearchInputRepresentation
656
+ type: SearchInputRepresentation
657
+ SearchOutputRepresentation:
658
+ description: Output representation of Search API for Identity Verification feature
659
+ type: object
660
+ properties:
661
+ isSuccess:
662
+ description: Search API result success/failure
663
+ type: boolean
664
+ message:
665
+ description: Search API result message
666
+ type: string
667
+ searchResult:
668
+ description: Search API result field list
669
+ type: array
670
+ items:
671
+ type: SearchResultRepresentation
672
+ searchResultHeader:
673
+ description: Search API result header field list
674
+ type: array
675
+ items:
676
+ type: SearchResultHeaderRepresentation
677
+ SearchResultHeaderRepresentation:
678
+ description: Representation of Search API Result Header
679
+ type: object
680
+ properties:
681
+ dataType:
682
+ description: Data type of field
683
+ type: string
684
+ developerName:
685
+ description: Field API Name
686
+ type: string
687
+ displayLabel:
688
+ description: Display label for the field
689
+ type: string
690
+ SearchResultRepresentation:
691
+ description: Representation of Search API Result
692
+ type: object
693
+ properties:
694
+ searchFields:
695
+ description: List of search fields
696
+ type: array
697
+ items:
698
+ type: SearchFieldRepresentation
699
+ SelectedSearchResultInputRepresentation:
700
+ description: Input representation for Selected Search Result
701
+ type: object
702
+ properties:
703
+ objectName:
704
+ description: Object Name
705
+ type: string
706
+ selectedRecordId:
707
+ description: Selected Record Id
708
+ type: string
709
+ selectedRecordObject:
710
+ description: Selected Record Object
711
+ # TODO hand rolled. W-10727777
712
+ type: FieldValueListInputRepresentation
713
+ SelectedSearchResultOutputRepresentation:
714
+ description: Representation of a selected search result
715
+ type: object
716
+ properties:
717
+ objectName:
718
+ description: Object Name
719
+ type: string
720
+ selectedRecordId:
721
+ description: Selected Record Id
722
+ type: string
723
+ selectedRecordObject:
724
+ description: Selected Record Object
725
+ type: array
726
+ items:
727
+ type: FieldValueOutputRepresentation
728
+ SelectedVerifiedResultInputRepresentation:
729
+ description: Input representation for selected verified result
730
+ type: object
731
+ properties:
732
+ verifiedDetails:
733
+ description: Verified Details
734
+ # TODO hand rolled. W-10727777
735
+ type: VerifiedDetailsListInputRepresentation
736
+ SelectedVerifiedResultOutputRepresentation:
737
+ description: Output representation for selected verified result
738
+ type: object
739
+ properties:
740
+ verifiedDetails:
741
+ description: Verified Details
742
+ type: array
743
+ items:
744
+ type: VerifiedDetailsOutputRepresentation
745
+ SetupCallInputRepresentation:
746
+ description: Input representation for SetupCall
747
+ type: object
748
+ properties:
749
+ externalMeetingId:
750
+ description: Set External Meeting Id for Video Call Setup
751
+ type: string
752
+ participantIntakeForm:
753
+ description: Set Participant Intake Form for Video Call Setup
754
+ type: object
755
+ properties:
756
+ //:
757
+ type: string
758
+ relatedRecordId:
759
+ description: Set Related Record Id for Video Call Setup
760
+ type: string
761
+ SetupCallResultRepresentation:
762
+ description: Output representation of SetupCall Result
763
+ type: object
764
+ properties:
765
+ errorMessage:
766
+ description: SetupCall error messages
767
+ type: string
768
+ required: false
769
+ isModerator:
770
+ description: SetupCall moderator flag
771
+ type: boolean
772
+ required: false
773
+ isSuccess:
774
+ description: SetupCall success flag
775
+ type: boolean
776
+ notifyAccess:
777
+ description: SetupCall Notify Access
778
+ type: NotifyAccessResultRepresentation
779
+ required: false
780
+ TimelineDataGetResultRepresentation:
781
+ description: Output represantation of Timeline Data from the GET Resource
782
+ type: object
783
+ properties:
784
+ errors:
785
+ description: TimelineData GET Resource List of Errors
786
+ type: array
787
+ items:
788
+ type: TimelineErrorRepresentation
789
+ eventTypes:
790
+ description: TimelineData GET Resource Event Types
791
+ type: array
792
+ items:
793
+ type: TimelineEventTypeRepresentation
794
+ events:
795
+ description: TimelineData GET Resource fetch all events
796
+ type: array
797
+ items:
798
+ type: TimelineEventRepresentation
799
+ hasMoreData:
800
+ description: TimelineData Get Resource - more Data to be fetched
801
+ type: boolean
802
+ isSuccess:
803
+ description: TimelineData get status flag
804
+ type: boolean
805
+ TimelineElementRepresentation:
806
+ description: Output representation of Fields/related Lists that is returned as
807
+ part of the GET Timeline metadata
808
+ type: object
809
+ properties:
810
+ apiName:
811
+ description: Element API Name
812
+ type: string
813
+ dataType:
814
+ description: Element dataType Name
815
+ type: string
816
+ label:
817
+ description: Element label Name
818
+ type: string
819
+ TimelineEntityRepresentation:
820
+ description: Output representation of entity that is returned as part of the GET
821
+ Timeline metadata
822
+ type: object
823
+ properties:
824
+ ageField:
825
+ description: TimelineMetadata Age Field
826
+ type: string
827
+ entityLabel:
828
+ description: EntityLabel
829
+ type: string
830
+ entityName:
831
+ description: Entity Name
832
+ type: string
833
+ icon:
834
+ description: Icon
835
+ type: string
836
+ isAgeFieldSelected:
837
+ description: TimelineMetadata age field selected flag
838
+ type: boolean
839
+ source:
840
+ description: Source
841
+ type: string
842
+ TimelineErrorRepresentation:
843
+ description: Error response representation
844
+ type: object
845
+ properties:
846
+ code:
847
+ description: Code for Error
848
+ type: string
849
+ message:
850
+ description: Message Error
851
+ type: string
852
+ TimelineEventFieldRepresentation:
853
+ description: Output representation of the Event Field that is returned as part
854
+ of the GET Timeline Data Result
855
+ type: object
856
+ properties:
857
+ name:
858
+ description: Event Field Name
859
+ type: string
860
+ value:
861
+ description: Event Field Value
862
+ type: string
863
+ TimelineEventRepresentation:
864
+ description: Output representation of the Event that is returned as part of the
865
+ GET Timeline Data Result
866
+ type: object
867
+ properties:
868
+ description:
869
+ description: Description of the Event Entity
870
+ type: string
871
+ eventDateTime:
872
+ description: Date Time of the Event
873
+ type: string
874
+ fields:
875
+ description: Fields of the Event
876
+ type: array
877
+ items:
878
+ type: TimelineEventFieldRepresentation
879
+ id:
880
+ description: Record Id
881
+ type: string
882
+ title:
883
+ description: Title of the Event Entity
884
+ type: string
885
+ type:
886
+ description: Event Entity Type
887
+ type: string
888
+ TimelineEventTypeMetadataRepresentation:
889
+ description: Output representation of Event Object that is returned as part of
890
+ the GET Timeline metadata
891
+ type: object
892
+ properties:
893
+ anchorReferenceField:
894
+ description: Event Object anchor Reference field
895
+ type: TimelineElementRepresentation
896
+ entityApiName:
897
+ description: Event Entity API Name
898
+ type: string
899
+ entityLabel:
900
+ description: Event Entity Label Name
901
+ type: string
902
+ fieldsToDisplay:
903
+ description: Event Object fieldsToDisplay List
904
+ type: array
905
+ items:
906
+ type: TimelineElementRepresentation
907
+ relatedlistsToDisplay:
908
+ description: Event Object relatedlistsToDisplay List
909
+ type: array
910
+ items:
911
+ type: TimelineElementRepresentation
912
+ relationType:
913
+ description: Event Object relation type
914
+ type: string
915
+ sortField:
916
+ description: Event Object sort field
917
+ type: TimelineElementRepresentation
918
+ subTitle:
919
+ description: Event Object subTitle field
920
+ type: TimelineElementRepresentation
921
+ title:
922
+ description: Event Object title field
923
+ type: TimelineElementRepresentation
924
+ TimelineEventTypeRepresentation:
925
+ description: Output representation of EventType that is returned as part of the
926
+ GET Timeline Data Result
927
+ type: object
928
+ properties:
929
+ eventApiName:
930
+ description: Event API Name
931
+ type: string
932
+ offset:
933
+ description: Timeline Data Offset
934
+ type: integer
935
+ TimelineMetadataDefinitionRepresentation:
936
+ description: Output representation of Timeline Metadata from the GET Resource
937
+ type: object
938
+ properties:
939
+ anchorObject:
940
+ description: TimelineMetadata Anchor Object
941
+ type: TimelineEntityRepresentation
942
+ eventTypes:
943
+ description: TimelineMetadata GET Resource fetch all event objects
944
+ type: array
945
+ items:
946
+ type: TimelineEventTypeMetadataRepresentation
947
+ fullName:
948
+ description: TimelineMetadata Configuration Name
949
+ type: string
950
+ isActive:
951
+ description: TimelineMetadata active status flag
952
+ type: boolean
953
+ masterLabel:
954
+ description: TimelineMetadata Configuration Label
955
+ type: string
956
+ TimelineMetadataResultRepresentation:
957
+ description: Output representation of Timeline Metadata from the GET Resource
958
+ type: object
959
+ properties:
960
+ definitions:
961
+ description: TimelineMetadata GET Resource fetch all definitions
962
+ type: array
963
+ items:
964
+ type: TimelineMetadataDefinitionRepresentation
965
+ errors:
966
+ description: TimelineMetadata GET Resource List of Errors
967
+ type: array
968
+ items:
969
+ type: TimelineErrorRepresentation
970
+ status:
971
+ description: TimelineMetadata get status
972
+ type: string
973
+ UpdateVideoCallInputRepresentation:
974
+ description: Input representation for UpdateVideoCall
975
+ type: object
976
+ properties:
977
+ isEnded:
978
+ description: Set whether Video Call is ended or not
979
+ type: boolean
980
+ meetingId:
981
+ description: Set Meeting Id for Video Call update
982
+ type: string
983
+ UpdateVideoCallResultRepresentation:
984
+ description: Output representation of UpdateVideoCall Result
985
+ type: object
986
+ properties:
987
+ errorMessage:
988
+ description: UpdateVideoCall error messages
989
+ type: string
990
+ required: false
991
+ isSuccess:
992
+ description: UpdateVideoCall success flag
993
+ type: boolean
994
+ ValidateSignatureInputRepresentation:
995
+ description: Input representation for ValidateSignature
996
+ type: object
997
+ properties:
998
+ signature:
999
+ description: The signature to be validated
1000
+ type: string
1001
+ ValidateSignatureResultRepresentation:
1002
+ description: Output representation of ValidateSignature
1003
+ type: object
1004
+ properties:
1005
+ errorMessage:
1006
+ description: ValidateSignature error messages
1007
+ type: string
1008
+ required: false
1009
+ externalMeetingId:
1010
+ description: The external meeting id for the supplied signature
1011
+ type: string
1012
+ required: false
1013
+ isValid:
1014
+ description: ValidateSignature valid flag
1015
+ type: boolean
1016
+ VerificationContextInputRepresentation:
1017
+ description: Input representation for verification context
1018
+ type: object
1019
+ properties:
1020
+ processDefinition:
1021
+ description:
1022
+ Process Definition
1023
+ # TODO hand rolled. W-10727777
1024
+ type: ProcessDefinitionInputRepresentation
1025
+ selectedSearchResult:
1026
+ description: Selected Search Result
1027
+ # TODO hand rolled. W-10727777
1028
+ type: SelectedSearchResultInputRepresentation
1029
+ selectedVerifiedResult:
1030
+ description: Selected Verified Result
1031
+ type: SelectedVerifiedResultInputRepresentation
1032
+ # TODO hand rolled. W-10727777
1033
+ verifiedResult:
1034
+ description: Verified Result
1035
+ # TODO hand rolled. W-10727777
1036
+ type: VerifiedResultInputRepresentation
1037
+ # TODO hand rolled. W-10727777. Added the following wrapper manually
1038
+ VerificationContextWrapperInputRepresentation:
1039
+ description: wrapper of VerificationContextInputRepresentation
1040
+ type: object
1041
+ properties:
1042
+ IdentityVerificationContextData:
1043
+ description: Input representation for VerificationContextInputRepresentation
1044
+ type: VerificationContextInputRepresentation
1045
+ VerificationContextOutputRepresentation:
1046
+ description: Representation of Verification Context
1047
+ type: object
1048
+ properties:
1049
+ isSuccess:
1050
+ description: API result success/failure
1051
+ type: boolean
1052
+ message:
1053
+ description: API result message
1054
+ type: string
1055
+ processDefinition:
1056
+ description: Process Definition
1057
+ type: ProcessDefinitionOutputRepresentation
1058
+ selectedSearchResult:
1059
+ description: Selected Search Result
1060
+ type: SelectedSearchResultOutputRepresentation
1061
+ selectedVerifiedResult:
1062
+ description: Selected Verified Result
1063
+ type: SelectedVerifiedResultOutputRepresentation
1064
+ verifiedResult:
1065
+ description: Verified Result
1066
+ type: VerifiedResultOutputRepresentation
1067
+ VerificationProcessFieldInputRepresentation:
1068
+ description: Input representation for verification process field
1069
+ type: object
1070
+ properties:
1071
+ dataSourceType:
1072
+ description: Data Source Type - Salesforce/External
1073
+ type: string
1074
+ dataType:
1075
+ description: Data type
1076
+ type: string
1077
+ developerName:
1078
+ description: Developer Name
1079
+ type: string
1080
+ fieldName:
1081
+ description: Field Name
1082
+ type: string
1083
+ fieldType:
1084
+ description: Field Type
1085
+ type: string
1086
+ fieldValueFormula:
1087
+ description: Field Value Formula
1088
+ type: string
1089
+ isManualInput:
1090
+ description: Is Manual Input
1091
+ type: boolean
1092
+ label:
1093
+ description: Label value
1094
+ type: string
1095
+ VerificationProcessFieldListInputRepresentation:
1096
+ description: Input representation for list of verification process field
1097
+ type: object
1098
+ properties:
1099
+ verificationProcessFields:
1100
+ description: List of verificationProcessField
1101
+ type: array
1102
+ items:
1103
+ # TODO hand rolled. W-10727777
1104
+ type: VerificationProcessFieldInputRepresentation
1105
+ VerificationProcessFieldListOutputRepresentation:
1106
+ description: List of Verification Process Field
1107
+ type: object
1108
+ properties:
1109
+ verificationProcessFields:
1110
+ description: Verification Process Fields
1111
+ type: array
1112
+ items:
1113
+ type: VerificationProcessFieldOutputRepresentation
1114
+ VerificationProcessFieldOutputRepresentation:
1115
+ description: Verification Process Field Output
1116
+ type: object
1117
+ properties:
1118
+ dataSourceType:
1119
+ description: Data Source Type
1120
+ type: string
1121
+ dataType:
1122
+ description: Data Type
1123
+ type: string
1124
+ developerName:
1125
+ description: Developer Name
1126
+ type: string
1127
+ fieldName:
1128
+ description: Field Name
1129
+ type: string
1130
+ fieldType:
1131
+ description: Field Type
1132
+ type: string
1133
+ fieldValueFormula:
1134
+ description: Field Value Formula
1135
+ type: string
1136
+ isManualInput:
1137
+ description: Is Manual Input
1138
+ type: boolean
1139
+ label:
1140
+ description: Label
1141
+ type: string
1142
+ VerifiedDetailsInputRepresentation:
1143
+ description: Input representation for verified details
1144
+ type: object
1145
+ properties:
1146
+ label:
1147
+ description: Label
1148
+ type: string
1149
+ processDetailName:
1150
+ description: Process Detail Name
1151
+ type: string
1152
+ searchObjectName:
1153
+ description: Search Object Name
1154
+ type: string
1155
+ verifiedId:
1156
+ description: Verified Id
1157
+ type: string
1158
+ VerifiedDetailsListInputRepresentation:
1159
+ description: Input representation for verified details
1160
+ type: object
1161
+ properties:
1162
+ verifiedDetailsList:
1163
+ description: Verified Details List
1164
+ type: array
1165
+ items:
1166
+ # TODO hand rolled. W-10727777
1167
+ type: VerifiedDetailsInputRepresentation
1168
+
1169
+ VerifiedDetailsOutputRepresentation:
1170
+ description: Output representation for verified details
1171
+ type: object
1172
+ properties:
1173
+ label:
1174
+ description: Label
1175
+ type: string
1176
+ processDetailName:
1177
+ description: Process Detail Name
1178
+ type: string
1179
+ searchObjectName:
1180
+ description: Search Object Name
1181
+ type: string
1182
+ verifiedId:
1183
+ description: Verified Id
1184
+ type: string
1185
+ VerifiedResultInputRepresentation:
1186
+ description: Input representation for verifier result
1187
+ type: object
1188
+ properties:
1189
+ optionalVerifiers:
1190
+ description: Optional Verifiers
1191
+ type: VerifierListInputRepresentation
1192
+ # TODO hand rolled. W-10727777
1193
+ requiredVerifiers:
1194
+ description: Required Verifiers
1195
+ type: VerifierListInputRepresentation
1196
+ # TODO hand rolled. W-10727777
1197
+ VerifiedResultOutputRepresentation:
1198
+ description: Representation of a Verified result
1199
+ type: object
1200
+ properties:
1201
+ optionalVerifiers:
1202
+ description: Optional Verifiers
1203
+ type: array
1204
+ items:
1205
+ type: VerifierOutputRepresentation
1206
+ requiredVerifiers:
1207
+ description: Required Verifiers
1208
+ type: array
1209
+ items:
1210
+ type: VerifierOutputRepresentation
1211
+ VerifierInputRepresentation:
1212
+ description: Input representation for verifier fields
1213
+ type: object
1214
+ properties:
1215
+ developerName:
1216
+ description: Developer Name
1217
+ type: string
1218
+ verificationState:
1219
+ description: Verification State
1220
+ type: string
1221
+ VerifierListInputRepresentation:
1222
+ description: Input representation for verifier result
1223
+ type: object
1224
+ properties:
1225
+ verifiersList:
1226
+ description: Verifiers List
1227
+ type: array
1228
+ items:
1229
+ type: VerifierInputRepresentation
1230
+ # TODO hand rolled. W-10727777
1231
+ VerifierOutputRepresentation:
1232
+ description: Representation of a Verifier
1233
+ type: object
1234
+ properties:
1235
+ developerName:
1236
+ description: Developer Name
1237
+ type: string
1238
+ verificationState:
1239
+ description: Verification State
1240
+ type: string
1241
+ VideoCallParticipantFieldRepresentation:
1242
+ description: Output representation of video call participant fields
1243
+ type: object
1244
+ properties:
1245
+ contactFieldValue:
1246
+ description: Field value from the contact record
1247
+ type: string
1248
+ doesFieldValuesMatch:
1249
+ description: Returns true when the field values from contact and intake form
1250
+ are same
1251
+ type: boolean
1252
+ fieldLabel:
1253
+ description: Field label
1254
+ type: string
1255
+ intakeFormFieldValue:
1256
+ description: Field value from the intake form submitted by guest
1257
+ type: string
1258
+ VideoCallParticipantRepresentation:
1259
+ description: Output representation of video call participant
1260
+ type: object
1261
+ properties:
1262
+ fields:
1263
+ description: List of video call participant fields with values from contact
1264
+ and intake form
1265
+ type: array
1266
+ items:
1267
+ type: VideoCallParticipantFieldRepresentation
1268
+ participantId:
1269
+ description: Participant id
1270
+ type: string
1271
+ participantName:
1272
+ description: Participant name
1273
+ type: string
1274
+ VideoCallParticipantResultRepresentation:
1275
+ description: Output representation of VideoCallParticipant
1276
+ type: object
1277
+ properties:
1278
+ inCallParticipants:
1279
+ description: List of participants who are admitted to the call
1280
+ type: array
1281
+ items:
1282
+ type: VideoCallParticipantRepresentation
1283
+ waitingParticipants:
1284
+ description: List of participants in the waiting room
1285
+ type: array
1286
+ items:
1287
+ type: VideoCallParticipantRepresentation
1288
+ /connect:
1289
+ /document-automation/contentDocuments/{contentDocumentId}/linkedObjects/{linkedObjectId}:
1290
+ post:
1291
+ description: API to edit Document and link object
1292
+ responses:
1293
+ '200':
1294
+ description: Success
1295
+ body:
1296
+ application/json:
1297
+ type: DocumentManagementResultRepresentation
1298
+ body:
1299
+ application/json:
1300
+ type: DocumentManagementInputRepresentation
1301
+ # required: false Hand Rolled Change that removed 'required: false' W-10727777
1302
+ (oas-body-name): DocumentManagementInput
1303
+ uriParameters:
1304
+ contentDocumentId:
1305
+ type: string
1306
+ required: true
1307
+ linkedObjectId:
1308
+ type: string
1309
+ required: true
1310
+ /identity-verification:
1311
+ /build-context/{processDefinitionName}:
1312
+ post:
1313
+ description: API to build context entity needed for all Identity Verification
1314
+ services
1315
+ responses:
1316
+ '200':
1317
+ description: Success
1318
+ body:
1319
+ application/json:
1320
+ type: VerificationContextOutputRepresentation
1321
+ body:
1322
+ application/json:
1323
+ type: BuildVerificationContextWrapperInputRepresentation
1324
+ # TODO hand rolled. W-10727777. Added the wrapper manually
1325
+ # TODO Hand Rolled Change that removed 'required: false' W-10727777
1326
+ (oas-body-name): BuildContextData
1327
+ uriParameters:
1328
+ processDefinitionName:
1329
+ type: string
1330
+ required: true
1331
+ /input-verification:
1332
+ post:
1333
+ description: API to verify a given record with customer inputs
1334
+ responses:
1335
+ '200':
1336
+ description: Success
1337
+ body:
1338
+ application/json:
1339
+ type: FormVerificationOutputRepresentation
1340
+ body:
1341
+ application/json:
1342
+ type: FormVerificationInputRepresentation
1343
+ # TODO Hand Rolled Change that removed 'required: false' W-10727777
1344
+ (oas-body-name): IdentityVerificationFormInputData
1345
+ /search:
1346
+ post:
1347
+ description: API to search records for Identity Verification service
1348
+ responses:
1349
+ '200':
1350
+ description: Success
1351
+ body:
1352
+ application/json:
1353
+ type: SearchOutputRepresentation
1354
+ body:
1355
+ application/json:
1356
+ type: SearchWrapperInputRepresentation
1357
+ # TODO hand rolled. W-10727777. Added the wrapper manually
1358
+ # TODO Hand Rolled Change that removed 'required: false' W-10727777
1359
+ (oas-body-name): SearchRecordsContextData
1360
+ /verification:
1361
+ post:
1362
+ description: API to verify a given record
1363
+ responses:
1364
+ '200':
1365
+ description: Success
1366
+ body:
1367
+ application/json:
1368
+ type: VerificationContextOutputRepresentation
1369
+ body:
1370
+ application/json:
1371
+ type: VerificationContextWrapperInputRepresentation
1372
+ # TODO hand rolled. W-10727777. Added the wrapper manually
1373
+ # TODO Hand Rolled Change that removed 'required: false' W-10727777
1374
+ (oas-body-name): IdentityVerificationContextData
1375
+ /industries/video-call:
1376
+ post:
1377
+ description: Setup VideoCall API Resource
1378
+ responses:
1379
+ '200':
1380
+ description: Success
1381
+ body:
1382
+ application/json:
1383
+ type: SetupCallResultRepresentation
1384
+ body:
1385
+ application/json:
1386
+ type: SetupCallInputRepresentation
1387
+ # required: false
1388
+ (oas-body-name): SetupCallInput
1389
+ put:
1390
+ description: Update a video call
1391
+ responses:
1392
+ '200':
1393
+ description: Success
1394
+ body:
1395
+ application/json:
1396
+ type: UpdateVideoCallResultRepresentation
1397
+ body:
1398
+ application/json:
1399
+ type: UpdateVideoCallInputRepresentation
1400
+ # required: false
1401
+ (oas-body-name): UpdateVideoCallInput
1402
+ /join-call:
1403
+ post:
1404
+ description: JoinVideoCall API Resource
1405
+ responses:
1406
+ '200':
1407
+ description: Success
1408
+ body:
1409
+ application/json:
1410
+ type: JoinVideoCallResultRepresentation
1411
+ body:
1412
+ application/json:
1413
+ type: JoinVideoCallInputRepresentation
1414
+ # required: false
1415
+ (oas-body-name): JoinVideoCallInput
1416
+ /leave-call:
1417
+ put:
1418
+ description: LeaveVideoCall API Resource
1419
+ responses:
1420
+ '200':
1421
+ description: Success
1422
+ body:
1423
+ application/json:
1424
+ type: LeaveVideoCallResultRepresentation
1425
+ body:
1426
+ application/json:
1427
+ type: LeaveVideoCallInputRepresentation
1428
+ # required: false
1429
+ (oas-body-name): LeaveVideoCallInput
1430
+ /participant:
1431
+ get:
1432
+ description: API to get Participant data
1433
+ responses:
1434
+ '200':
1435
+ description: Success
1436
+ body:
1437
+ application/json:
1438
+ type: VideoCallParticipantResultRepresentation
1439
+ queryParameters:
1440
+ includeParticipantFields:
1441
+ type: boolean
1442
+ required: false
1443
+ meetingId:
1444
+ type: string
1445
+ required: false
1446
+ put:
1447
+ description: EvaluateVideoCallParticipant API Resource
1448
+ responses:
1449
+ '200':
1450
+ description: Success
1451
+ body:
1452
+ application/json:
1453
+ type: EvaluateVideoCallParticipantResultRepresentation
1454
+ body:
1455
+ application/json:
1456
+ type: EvaluateVideoCallParticipantInputRepresentation
1457
+ # required: false
1458
+ (oas-body-name): EvaluateVideoCallParticipantInput
1459
+ /validate-signature:
1460
+ post:
1461
+ description: ValidateSignature API Resource
1462
+ responses:
1463
+ '200':
1464
+ description: Success
1465
+ body:
1466
+ application/json:
1467
+ type: ValidateSignatureResultRepresentation
1468
+ body:
1469
+ application/json:
1470
+ type: ValidateSignatureInputRepresentation
1471
+ # required: false
1472
+ (oas-body-name): ValidateSignatureInput
1473
+ /timeline:
1474
+ /metadata/configurations:
1475
+ get:
1476
+ description: API to get Timeline metadata
1477
+ responses:
1478
+ '200':
1479
+ description: Success
1480
+ body:
1481
+ application/json:
1482
+ type: TimelineMetadataResultRepresentation
1483
+ queryParameters:
1484
+ fullNames:
1485
+ type: array
1486
+ required: false
1487
+ items:
1488
+ type: string
1489
+ (oas-collectionFormat): csv
1490
+ /{timelineObjRecordId}/timeline-definitions/{timelineConfigFullName}/events:
1491
+ get:
1492
+ description: API to get Timeline data
1493
+ responses:
1494
+ '200':
1495
+ description: Success
1496
+ body:
1497
+ application/json:
1498
+ type: TimelineDataGetResultRepresentation
1499
+ queryParameters:
1500
+ direction:
1501
+ type: string
1502
+ required: false
1503
+ endDate:
1504
+ type: string
1505
+ required: false
1506
+ eventTypeOffsets:
1507
+ type: string
1508
+ required: false
1509
+ eventTypes:
1510
+ type: string
1511
+ required: false
1512
+ startDate:
1513
+ type: string
1514
+ required: false
1515
+ uriParameters:
1516
+ timelineConfigFullName:
1517
+ type: string
1518
+ required: true
1519
+ timelineObjRecordId:
1520
+ type: string
1521
+ required: true