@salesforce/lds-adapters-industries-identityverification 0.1.0-dev1

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 (105) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-identityverification.js +2882 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/buildVerificationContext.d.ts +17 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createFormVerification.d.ts +16 -0
  6. package/dist/es/es2018/types/src/generated/adapters/identityVerification.d.ts +16 -0
  7. package/dist/es/es2018/types/src/generated/adapters/searchRecords.d.ts +16 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
  9. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
  10. package/dist/es/es2018/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
  11. package/dist/es/es2018/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
  12. package/dist/es/es2018/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
  13. package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
  14. package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +13 -0
  15. package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
  16. package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
  17. package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
  18. package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
  19. package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
  20. package/dist/es/es2018/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +37 -0
  21. package/dist/es/es2018/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +29 -0
  22. package/dist/es/es2018/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +34 -0
  23. package/dist/es/es2018/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +49 -0
  24. package/dist/es/es2018/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +32 -0
  25. package/dist/es/es2018/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +41 -0
  26. package/dist/es/es2018/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +34 -0
  27. package/dist/es/es2018/types/src/generated/types/ErrorResponseRepresentation.d.ts +31 -0
  28. package/dist/es/es2018/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +31 -0
  29. package/dist/es/es2018/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +31 -0
  30. package/dist/es/es2018/types/src/generated/types/FieldValueInputRepresentation.d.ts +31 -0
  31. package/dist/es/es2018/types/src/generated/types/FieldValueListInputRepresentation.d.ts +29 -0
  32. package/dist/es/es2018/types/src/generated/types/FieldValueOutputRepresentation.d.ts +31 -0
  33. package/dist/es/es2018/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +31 -0
  34. package/dist/es/es2018/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +34 -0
  35. package/dist/es/es2018/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
  36. package/dist/es/es2018/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +29 -0
  37. package/dist/es/es2018/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +34 -0
  38. package/dist/es/es2018/types/src/generated/types/FormVerificationInputRepresentation.d.ts +35 -0
  39. package/dist/es/es2018/types/src/generated/types/FormVerificationRepresentation.d.ts +59 -0
  40. package/dist/es/es2018/types/src/generated/types/FormVerificationWrapperInputRepresentation.d.ts +29 -0
  41. package/dist/es/es2018/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +37 -0
  42. package/dist/es/es2018/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +39 -0
  43. package/dist/es/es2018/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +31 -0
  44. package/dist/es/es2018/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +31 -0
  45. package/dist/es/es2018/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +32 -0
  46. package/dist/es/es2018/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +37 -0
  47. package/dist/es/es2018/types/src/generated/types/PageSpecification.d.ts +34 -0
  48. package/dist/es/es2018/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +28 -0
  49. package/dist/es/es2018/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +31 -0
  50. package/dist/es/es2018/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +32 -0
  51. package/dist/es/es2018/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +70 -0
  52. package/dist/es/es2018/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +29 -0
  53. package/dist/es/es2018/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +70 -0
  54. package/dist/es/es2018/types/src/generated/types/SearchFieldRepresentation.d.ts +31 -0
  55. package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +31 -0
  56. package/dist/es/es2018/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +29 -0
  57. package/dist/es/es2018/types/src/generated/types/SearchInputRepresentation.d.ts +35 -0
  58. package/dist/es/es2018/types/src/generated/types/SearchOutputRepresentation.d.ts +49 -0
  59. package/dist/es/es2018/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +34 -0
  60. package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +29 -0
  61. package/dist/es/es2018/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +29 -0
  62. package/dist/es/es2018/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +35 -0
  63. package/dist/es/es2018/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +35 -0
  64. package/dist/es/es2018/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +28 -0
  65. package/dist/es/es2018/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +29 -0
  66. package/dist/es/es2018/types/src/generated/types/SetupCallInputRepresentation.d.ts +38 -0
  67. package/dist/es/es2018/types/src/generated/types/SetupCallResultRepresentation.d.ts +38 -0
  68. package/dist/es/es2018/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +43 -0
  69. package/dist/es/es2018/types/src/generated/types/TimelineElementRepresentation.d.ts +34 -0
  70. package/dist/es/es2018/types/src/generated/types/TimelineEntityRepresentation.d.ts +43 -0
  71. package/dist/es/es2018/types/src/generated/types/TimelineErrorRepresentation.d.ts +31 -0
  72. package/dist/es/es2018/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +31 -0
  73. package/dist/es/es2018/types/src/generated/types/TimelineEventRepresentation.d.ts +44 -0
  74. package/dist/es/es2018/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +53 -0
  75. package/dist/es/es2018/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +31 -0
  76. package/dist/es/es2018/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +42 -0
  77. package/dist/es/es2018/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +36 -0
  78. package/dist/es/es2018/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +31 -0
  79. package/dist/es/es2018/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +31 -0
  80. package/dist/es/es2018/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +28 -0
  81. package/dist/es/es2018/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +34 -0
  82. package/dist/es/es2018/types/src/generated/types/VerificationContextInputRepresentation.d.ts +40 -0
  83. package/dist/es/es2018/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +56 -0
  84. package/dist/es/es2018/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +29 -0
  85. package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +49 -0
  86. package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +29 -0
  87. package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +29 -0
  88. package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +49 -0
  89. package/dist/es/es2018/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +37 -0
  90. package/dist/es/es2018/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +29 -0
  91. package/dist/es/es2018/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +37 -0
  92. package/dist/es/es2018/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +30 -0
  93. package/dist/es/es2018/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +32 -0
  94. package/dist/es/es2018/types/src/generated/types/VerifierInputRepresentation.d.ts +31 -0
  95. package/dist/es/es2018/types/src/generated/types/VerifierListInputRepresentation.d.ts +29 -0
  96. package/dist/es/es2018/types/src/generated/types/VerifierOutputRepresentation.d.ts +31 -0
  97. package/dist/es/es2018/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +37 -0
  98. package/dist/es/es2018/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +35 -0
  99. package/dist/es/es2018/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +32 -0
  100. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  101. package/package.json +70 -0
  102. package/sfdc/index.d.ts +1 -0
  103. package/sfdc/index.js +2917 -0
  104. package/src/raml/api.raml +1481 -0
  105. package/src/raml/luvio.raml +42 -0
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "f04b38f3c78254c5cec627e332e4a274";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: VerifierInputRepresentation, existing: VerifierInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerifierInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: VerifierInputRepresentationNormalized, incoming: VerifierInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerifierInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for verifier fields
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface VerifierInputRepresentationNormalized {
17
+ /** Developer Name */
18
+ developerName: string;
19
+ /** Verification State */
20
+ verificationState: string;
21
+ }
22
+ /**
23
+ * Input representation for verifier fields
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface VerifierInputRepresentation {
29
+ developerName: string;
30
+ verificationState: string;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { VerifierInputRepresentation as VerifierInputRepresentation_VerifierInputRepresentation } from './VerifierInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "5f985319ad20002f11efaeb2a120719d";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: VerifierListInputRepresentation, existing: VerifierListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerifierListInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: VerifierListInputRepresentationNormalized, incoming: VerifierListInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerifierListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for verifier result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface VerifierListInputRepresentationNormalized {
18
+ /** Verifiers List */
19
+ verifiersList: Array<VerifierInputRepresentation_VerifierInputRepresentation>;
20
+ }
21
+ /**
22
+ * Input representation for verifier result
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface VerifierListInputRepresentation {
28
+ verifiersList: Array<VerifierInputRepresentation_VerifierInputRepresentation>;
29
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d7c13d76eec0847fef3be5346f7c046d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: VerifierOutputRepresentation, existing: VerifierOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerifierOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: VerifierOutputRepresentationNormalized, incoming: VerifierOutputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerifierOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of a Verifier
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface VerifierOutputRepresentationNormalized {
17
+ /** Developer Name */
18
+ developerName: string;
19
+ /** Verification State */
20
+ verificationState: string;
21
+ }
22
+ /**
23
+ * Representation of a Verifier
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface VerifierOutputRepresentation {
29
+ developerName: string;
30
+ verificationState: string;
31
+ }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "6b4aa1c2cb5a8b562b6a024f7e5adcf4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: VideoCallParticipantFieldRepresentation, existing: VideoCallParticipantFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VideoCallParticipantFieldRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: VideoCallParticipantFieldRepresentationNormalized, incoming: VideoCallParticipantFieldRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VideoCallParticipantFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of video call participant fields
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface VideoCallParticipantFieldRepresentationNormalized {
17
+ /** Field value from the contact record */
18
+ contactFieldValue: string;
19
+ /** Returns true when the field values from contact and intake form are same */
20
+ doesFieldValuesMatch: boolean;
21
+ /** Field label */
22
+ fieldLabel: string;
23
+ /** Field value from the intake form submitted by guest */
24
+ intakeFormFieldValue: string;
25
+ }
26
+ /**
27
+ * Output representation of video call participant fields
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface VideoCallParticipantFieldRepresentation {
33
+ contactFieldValue: string;
34
+ doesFieldValuesMatch: boolean;
35
+ fieldLabel: string;
36
+ intakeFormFieldValue: string;
37
+ }
@@ -0,0 +1,35 @@
1
+ import { VideoCallParticipantFieldRepresentation as VideoCallParticipantFieldRepresentation_VideoCallParticipantFieldRepresentation } from './VideoCallParticipantFieldRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "b628e6e1b3edbdd3f1ea98607ca6b713";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: VideoCallParticipantRepresentation, existing: VideoCallParticipantRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VideoCallParticipantRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: VideoCallParticipantRepresentationNormalized, incoming: VideoCallParticipantRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VideoCallParticipantRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation of video call participant
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface VideoCallParticipantRepresentationNormalized {
18
+ /** List of video call participant fields with values from contact and intake form */
19
+ fields: Array<VideoCallParticipantFieldRepresentation_VideoCallParticipantFieldRepresentation>;
20
+ /** Participant id */
21
+ participantId: string;
22
+ /** Participant name */
23
+ participantName: string;
24
+ }
25
+ /**
26
+ * Output representation of video call participant
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface VideoCallParticipantRepresentation {
32
+ fields: Array<VideoCallParticipantFieldRepresentation_VideoCallParticipantFieldRepresentation>;
33
+ participantId: string;
34
+ participantName: string;
35
+ }
@@ -0,0 +1,32 @@
1
+ import { VideoCallParticipantRepresentation as VideoCallParticipantRepresentation_VideoCallParticipantRepresentation } from './VideoCallParticipantRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "18beedb4f46b13dfb2bd46d81aad53ea";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: VideoCallParticipantResultRepresentation, existing: VideoCallParticipantResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VideoCallParticipantResultRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: VideoCallParticipantResultRepresentationNormalized, incoming: VideoCallParticipantResultRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VideoCallParticipantResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation of VideoCallParticipant
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface VideoCallParticipantResultRepresentationNormalized {
18
+ /** List of participants who are admitted to the call */
19
+ inCallParticipants: Array<VideoCallParticipantRepresentation_VideoCallParticipantRepresentation>;
20
+ /** List of participants in the waiting room */
21
+ waitingParticipants: Array<VideoCallParticipantRepresentation_VideoCallParticipantRepresentation>;
22
+ }
23
+ /**
24
+ * Output representation of VideoCallParticipant
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface VideoCallParticipantResultRepresentation {
30
+ inCallParticipants: Array<VideoCallParticipantRepresentation_VideoCallParticipantRepresentation>;
31
+ waitingParticipants: Array<VideoCallParticipantRepresentation_VideoCallParticipantRepresentation>;
32
+ }
@@ -0,0 +1,32 @@
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectKeys: {
3
+ (o: object): string[];
4
+ (o: {}): string[];
5
+ }, ObjectCreate: {
6
+ (o: object | null): any;
7
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
8
+ }, ObjectAssign: {
9
+ <T extends {}, U>(target: T, source: U): T & U;
10
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
11
+ <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
12
+ (target: object, ...sources: any[]): any;
13
+ };
14
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
15
+ export declare const JSONStringify: {
16
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
17
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
18
+ };
19
+ type AllowedPrimitives = boolean | string | number | Date | null;
20
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
21
+ export type RecursivePartial<T> = null | {
22
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
23
+ };
24
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
25
+ export declare function equalsObject<U, V extends {
26
+ [key: string]: U;
27
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
28
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
29
+ __ref: string;
30
+ };
31
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
32
+ export {};
package/package.json ADDED
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "@salesforce/lds-adapters-industries-identityverification",
3
+ "version": "0.1.0-dev1",
4
+ "license": "SEE LICENSE IN LICENSE.txt",
5
+ "description": "Family for all Identity Verification related APIs",
6
+ "main": "dist/es/es2018/industries-identityverification.js",
7
+ "module": "dist/es/es2018/industries-identityverification.js",
8
+ "types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
9
+ "files": [
10
+ "dist",
11
+ "sfdc",
12
+ "src/raml/*"
13
+ ],
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts",
17
+ "import": "./dist/es/es2018/industries-identityverification.js",
18
+ "require": "./dist/es/es2018/industries-identityverification.js"
19
+ },
20
+ "./sfdc": {
21
+ "types": "./sfdc/index.d.ts",
22
+ "import": "./sfdc/index.js",
23
+ "default": "./sfdc/index.js"
24
+ }
25
+ },
26
+ "contributors": [
27
+ "christophe.rey@salesforce.com"
28
+ ],
29
+ "scripts": {
30
+ "build": "yarn build:services",
31
+ "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
32
+ "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
33
+ "build:services": "rollup --bundleConfigAsCjs --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": "nx build:karma && karma start",
38
+ "test": "nx build:karma && karma start --single-run"
39
+ },
40
+ "dependencies": {
41
+ "@salesforce/lds-bindings": "^0.1.0-dev1"
42
+ },
43
+ "devDependencies": {
44
+ "@salesforce/lds-compiler-plugins": "^0.1.0-dev1",
45
+ "@salesforce/lds-karma": "^0.1.0-dev1"
46
+ },
47
+ "nx": {
48
+ "targets": {
49
+ "build": {
50
+ "outputs": [
51
+ "{projectRoot}/dist",
52
+ "{projectRoot}/sfdc"
53
+ ]
54
+ },
55
+ "build:raml": {
56
+ "outputs": [
57
+ "{projectRoot}/src/generated"
58
+ ]
59
+ },
60
+ "build:karma": {
61
+ "outputs": [
62
+ "{projectRoot}/karma/dist"
63
+ ]
64
+ }
65
+ }
66
+ },
67
+ "volta": {
68
+ "extends": "../../package.json"
69
+ }
70
+ }
@@ -0,0 +1 @@
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';