@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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-identityverification.js +2870 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/buildVerificationContext.d.ts +16 -0
- package/dist/types/src/generated/adapters/createFormVerification.d.ts +17 -0
- package/dist/types/src/generated/adapters/identityVerification.d.ts +15 -0
- package/dist/types/src/generated/adapters/searchRecords.d.ts +15 -0
- package/dist/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
- package/dist/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
- package/dist/types/src/generated/resources/postConnectDocumentAutomationContentDocumentsLinkedObjectsByContentDocumentIdAndLinkedObjectId.d.ts +21 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCall.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCallJoinCall.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCallValidateSignature.d.ts +12 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
- package/dist/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ErrorResponseRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FieldValueInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FieldValueListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FieldValueOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/FormVerificationFieldListOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FormVerificationFieldOutputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/FormVerificationOutputRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/FormVerificationReferenceRecordDetailsOutput.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/PageSpecification.d.ts +35 -0
- package/dist/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/SearchFieldRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchFilterInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SearchInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SearchOutputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SearchResultRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SetupCallInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/SetupCallResultRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/TimelineElementRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TimelineEntityRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/TimelineErrorRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineEventRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/VerificationContextInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/VerifierInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/VerifierListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerifierOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/umd/es2018/industries-identityverification.js +2881 -0
- package/dist/umd/es5/industries-identityverification.js +2920 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2906 -0
- package/src/raml/api.raml +1521 -0
- package/src/raml/luvio.raml +42 -0
package/package.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@salesforce/lds-adapters-industries-identityverification",
|
|
3
|
+
"version": "1.100.2",
|
|
4
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
+
"description": "Family for all Identity Verification related APIs",
|
|
6
|
+
"main": "dist/umd/es2018/industries-identityverification.js",
|
|
7
|
+
"module": "dist/es/es2018/industries-identityverification.js",
|
|
8
|
+
"types": "dist/types/src/generated/artifacts/main.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"sfdc",
|
|
12
|
+
"src/raml/*"
|
|
13
|
+
],
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"import": "./dist/es/es2018/industries-identityverification.js",
|
|
17
|
+
"require": "./dist/umd/es2018/industries-identityverification.js",
|
|
18
|
+
"types": "./dist/types/src/generated/artifacts/main.d.ts"
|
|
19
|
+
},
|
|
20
|
+
"./sfdc": {
|
|
21
|
+
"import": "./sfdc/index.js",
|
|
22
|
+
"types": "./sfdc/index.d.ts",
|
|
23
|
+
"default": "./sfdc/index.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"contributors": [
|
|
27
|
+
"christophe.rey@salesforce.com"
|
|
28
|
+
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"build": "yarn build:raml && yarn build:services && yarn build:karma",
|
|
31
|
+
"build:karma": "rollup --config rollup.config.karma.js",
|
|
32
|
+
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
|
|
33
|
+
"build:services": "rollup --config rollup.config.js",
|
|
34
|
+
"clean": "rm -rf dist sfdc src/generated karma/dist",
|
|
35
|
+
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-identityverification",
|
|
36
|
+
"release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-identityverification",
|
|
37
|
+
"start": "karma start",
|
|
38
|
+
"test": "karma start --single-run",
|
|
39
|
+
"test:compat": "karma start --single-run --compat"
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"@salesforce/lds-bindings": "^1.100.2"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@luvio/cli": "0.135.4",
|
|
46
|
+
"@luvio/compiler": "0.135.4",
|
|
47
|
+
"@luvio/engine": "0.135.4",
|
|
48
|
+
"@luvio/lwc-luvio": "0.135.4",
|
|
49
|
+
"@salesforce/lds-karma": "^1.100.2"
|
|
50
|
+
},
|
|
51
|
+
"nx": {
|
|
52
|
+
"targets": {
|
|
53
|
+
"build": {
|
|
54
|
+
"outputs": [
|
|
55
|
+
"packages/lds-adapters-industries-identityverification/dist",
|
|
56
|
+
"packages/lds-adapters-industries-identityverification/karma/dist",
|
|
57
|
+
"packages/lds-adapters-industries-identityverification/sfdc",
|
|
58
|
+
"packages/lds-adapters-industries-identityverification/src/generated"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"volta": {
|
|
64
|
+
"extends": "../../package.json"
|
|
65
|
+
}
|
|
66
|
+
}
|
package/sfdc/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../dist/types/src/generated/artifacts/sfdc';
|