@corsa-labs/sdk 4.41.0 → 4.43.0
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/dist/index.d.ts +41 -0
- package/dist/index.js +35 -3
- package/dist/index.js.map +1 -1
- package/dist/models/ActionConfigDto.d.ts +2 -1
- package/dist/models/ActionConfigDto.js.map +1 -1
- package/dist/models/ActionFailureSummaryDto.d.ts +4 -0
- package/dist/models/ActionFailureSummaryDto.js +3 -0
- package/dist/models/ActionFailureSummaryDto.js.map +1 -0
- package/dist/models/ActionsExecutedSummaryDto.d.ts +3 -0
- package/dist/models/ActionsExecutedSummaryDto.js +3 -0
- package/dist/models/ActionsExecutedSummaryDto.js.map +1 -0
- package/dist/models/AlertActionConfigFieldsDto.d.ts +30 -0
- package/dist/models/AlertActionConfigFieldsDto.js +3 -0
- package/dist/models/AlertActionConfigFieldsDto.js.map +1 -0
- package/dist/models/AlertDto.d.ts +4 -0
- package/dist/models/AlertDto.js.map +1 -1
- package/dist/models/BulkAlertDecisionInput.d.ts +10 -0
- package/dist/models/BulkAlertDecisionInput.js +3 -0
- package/dist/models/BulkAlertDecisionInput.js.map +1 -0
- package/dist/models/BulkAlertSourceInput.d.ts +37 -0
- package/dist/models/BulkAlertSourceInput.js +21 -0
- package/dist/models/BulkAlertSourceInput.js.map +1 -0
- package/dist/models/BulkAlertUpdateFields.d.ts +8 -4
- package/dist/models/BulkAlertUpdateFields.js.map +1 -1
- package/dist/models/BulkAppliedAlertChanges.d.ts +197 -0
- package/dist/models/BulkAppliedAlertChanges.js +66 -0
- package/dist/models/BulkAppliedAlertChanges.js.map +1 -0
- package/dist/models/BulkAppliedCaseChanges.d.ts +88 -0
- package/dist/models/BulkAppliedCaseChanges.js +35 -0
- package/dist/models/BulkAppliedCaseChanges.js.map +1 -0
- package/dist/models/BulkAppliedCorporateClientChanges.d.ts +132 -0
- package/dist/models/BulkAppliedCorporateClientChanges.js +30 -0
- package/dist/models/BulkAppliedCorporateClientChanges.js.map +1 -0
- package/dist/models/BulkAppliedIndividualClientChanges.d.ts +127 -0
- package/dist/models/BulkAppliedIndividualClientChanges.js +30 -0
- package/dist/models/BulkAppliedIndividualClientChanges.js.map +1 -0
- package/dist/models/BulkAppliedTransactionChanges.d.ts +47 -0
- package/dist/models/BulkAppliedTransactionChanges.js +16 -0
- package/dist/models/BulkAppliedTransactionChanges.js.map +1 -0
- package/dist/models/BulkCaseInvestigationInput.d.ts +14 -0
- package/dist/models/BulkCaseInvestigationInput.js +3 -0
- package/dist/models/BulkCaseInvestigationInput.js.map +1 -0
- package/dist/models/BulkCaseStatusInput.d.ts +28 -0
- package/dist/models/BulkCaseStatusInput.js +20 -0
- package/dist/models/BulkCaseStatusInput.js.map +1 -0
- package/dist/models/BulkCaseUpdateFields.d.ts +4 -4
- package/dist/models/BulkCorporateAddressInput.d.ts +11 -0
- package/dist/models/BulkCorporateAddressInput.js +3 -0
- package/dist/models/BulkCorporateAddressInput.js.map +1 -0
- package/dist/models/BulkCorporateAdverseMediaInput.d.ts +37 -0
- package/dist/models/BulkCorporateAdverseMediaInput.js +17 -0
- package/dist/models/BulkCorporateAdverseMediaInput.js.map +1 -0
- package/dist/models/BulkCorporateApplicationInput.d.ts +14 -0
- package/dist/models/BulkCorporateApplicationInput.js +3 -0
- package/dist/models/BulkCorporateApplicationInput.js.map +1 -0
- package/dist/models/BulkCorporateBusinessInput.d.ts +136 -0
- package/dist/models/BulkCorporateBusinessInput.js +116 -0
- package/dist/models/BulkCorporateBusinessInput.js.map +1 -0
- package/dist/models/BulkCorporateClientUpdateFields.d.ts +29 -25
- package/dist/models/BulkCorporateClientUpdateFields.js.map +1 -1
- package/dist/models/BulkCorporateContactInput.d.ts +6 -0
- package/dist/models/BulkCorporateContactInput.js +3 -0
- package/dist/models/BulkCorporateContactInput.js.map +1 -0
- package/dist/models/BulkCorporateGeneralInput.d.ts +18 -0
- package/dist/models/BulkCorporateGeneralInput.js +3 -0
- package/dist/models/BulkCorporateGeneralInput.js.map +1 -0
- package/dist/models/BulkCorporateIntegrationsInput.d.ts +21 -0
- package/dist/models/BulkCorporateIntegrationsInput.js +3 -0
- package/dist/models/BulkCorporateIntegrationsInput.js.map +1 -0
- package/dist/models/BulkCorporatePEPInput.d.ts +34 -0
- package/dist/models/BulkCorporatePEPInput.js +18 -0
- package/dist/models/BulkCorporatePEPInput.js.map +1 -0
- package/dist/models/BulkCorporateRiskInput.d.ts +24 -0
- package/dist/models/BulkCorporateRiskInput.js +16 -0
- package/dist/models/BulkCorporateRiskInput.js.map +1 -0
- package/dist/models/BulkCorporateSanctionsInput.d.ts +11 -0
- package/dist/models/BulkCorporateSanctionsInput.js +3 -0
- package/dist/models/BulkCorporateSanctionsInput.js.map +1 -0
- package/dist/models/BulkCorporateScreeningInput.d.ts +10 -0
- package/dist/models/BulkCorporateScreeningInput.js +3 -0
- package/dist/models/BulkCorporateScreeningInput.js.map +1 -0
- package/dist/models/BulkCorporateSourceOfFundsInput.d.ts +39 -0
- package/dist/models/BulkCorporateSourceOfFundsInput.js +19 -0
- package/dist/models/BulkCorporateSourceOfFundsInput.js.map +1 -0
- package/dist/models/BulkIndividualAddressInput.d.ts +22 -0
- package/dist/models/BulkIndividualAddressInput.js +3 -0
- package/dist/models/BulkIndividualAddressInput.js.map +1 -0
- package/dist/models/BulkIndividualAdverseMediaInput.d.ts +6 -0
- package/dist/models/BulkIndividualAdverseMediaInput.js +3 -0
- package/dist/models/BulkIndividualAdverseMediaInput.js.map +1 -0
- package/dist/models/BulkIndividualApplicationInput.d.ts +28 -0
- package/dist/models/BulkIndividualApplicationInput.js +16 -0
- package/dist/models/BulkIndividualApplicationInput.js.map +1 -0
- package/dist/models/BulkIndividualClientUpdateFields.d.ts +27 -23
- package/dist/models/BulkIndividualClientUpdateFields.js.map +1 -1
- package/dist/models/BulkIndividualContactInput.d.ts +10 -0
- package/dist/models/BulkIndividualContactInput.js +3 -0
- package/dist/models/BulkIndividualContactInput.js.map +1 -0
- package/dist/models/BulkIndividualFinancialInput.d.ts +14 -0
- package/dist/models/BulkIndividualFinancialInput.js +3 -0
- package/dist/models/BulkIndividualFinancialInput.js.map +1 -0
- package/dist/models/BulkIndividualGeneralInput.d.ts +43 -0
- package/dist/models/BulkIndividualGeneralInput.js +15 -0
- package/dist/models/BulkIndividualGeneralInput.js.map +1 -0
- package/dist/models/BulkIndividualIntegrationsInput.d.ts +25 -0
- package/dist/models/BulkIndividualIntegrationsInput.js +3 -0
- package/dist/models/BulkIndividualIntegrationsInput.js.map +1 -0
- package/dist/models/BulkIndividualPoliticalExposureInput.d.ts +6 -0
- package/dist/models/BulkIndividualPoliticalExposureInput.js +3 -0
- package/dist/models/BulkIndividualPoliticalExposureInput.js.map +1 -0
- package/dist/models/BulkIndividualRiskInput.d.ts +24 -0
- package/dist/models/BulkIndividualRiskInput.js +16 -0
- package/dist/models/BulkIndividualRiskInput.js.map +1 -0
- package/dist/models/BulkIndividualSanctionsInput.d.ts +11 -0
- package/dist/models/BulkIndividualSanctionsInput.js +3 -0
- package/dist/models/BulkIndividualSanctionsInput.js.map +1 -0
- package/dist/models/BulkIndividualWorkInput.d.ts +6 -0
- package/dist/models/BulkIndividualWorkInput.js +3 -0
- package/dist/models/BulkIndividualWorkInput.js.map +1 -0
- package/dist/models/BulkTransactionAmountInput.d.ts +14 -0
- package/dist/models/BulkTransactionAmountInput.js +3 -0
- package/dist/models/BulkTransactionAmountInput.js.map +1 -0
- package/dist/models/BulkTransactionIntegrationsInput.d.ts +22 -0
- package/dist/models/BulkTransactionIntegrationsInput.js +3 -0
- package/dist/models/BulkTransactionIntegrationsInput.js.map +1 -0
- package/dist/models/BulkTransactionUpdateFields.d.ts +6 -6
- package/dist/models/BulkUpdatedAlertFieldsDto.d.ts +2 -1
- package/dist/models/BulkUpdatedCaseFieldsDto.d.ts +2 -1
- package/dist/models/BulkUpdatedCorporateClientDto.d.ts +2 -1
- package/dist/models/BulkUpdatedIndividualClientDto.d.ts +2 -1
- package/dist/models/BulkUpdatedTransactionDto.d.ts +2 -1
- package/dist/models/ConditionDto.d.ts +13 -0
- package/dist/models/ConditionDto.js +1 -0
- package/dist/models/ConditionDto.js.map +1 -1
- package/dist/models/CreateAlertDto.d.ts +4 -0
- package/dist/models/CreateAlertDto.js.map +1 -1
- package/dist/models/CreateDepositOperationResponseDto.d.ts +32 -0
- package/dist/models/CreateDepositOperationResponseDto.js +3 -0
- package/dist/models/CreateDepositOperationResponseDto.js.map +1 -0
- package/dist/models/CreateTradeOperationDto.d.ts +2 -2
- package/dist/models/CreateTradeOperationDto.js +1 -1
- package/dist/models/CreateTradeOperationResponseDto.d.ts +66 -0
- package/dist/models/CreateTradeOperationResponseDto.js +15 -0
- package/dist/models/CreateTradeOperationResponseDto.js.map +1 -0
- package/dist/models/CreateTransactionDto.d.ts +4 -0
- package/dist/models/CreateTransactionDto.js.map +1 -1
- package/dist/models/CreateWithdrawalOperationResponseDto.d.ts +33 -0
- package/dist/models/CreateWithdrawalOperationResponseDto.js +3 -0
- package/dist/models/CreateWithdrawalOperationResponseDto.js.map +1 -0
- package/dist/models/EvaluationResultDto.d.ts +4 -0
- package/dist/models/EvaluationResultDto.js.map +1 -1
- package/dist/models/MatchedRuleSummaryDto.d.ts +5 -0
- package/dist/models/MatchedRuleSummaryDto.js +3 -0
- package/dist/models/MatchedRuleSummaryDto.js.map +1 -0
- package/dist/models/TradeOperationDto.d.ts +1 -1
- package/dist/models/TransactionDto.d.ts +5 -0
- package/dist/models/TransactionDto.js.map +1 -1
- package/dist/models/TransactionIntegrationsDto.d.ts +4 -0
- package/dist/models/TransactionStatusDto.d.ts +4 -0
- package/dist/models/TransactionStatusDto.js.map +1 -1
- package/dist/models/UpdateAlertDto.d.ts +4 -0
- package/dist/models/UpdateAlertDto.js.map +1 -1
- package/dist/models/UpdateCorporateClientDto.d.ts +4 -0
- package/dist/models/UpdateCorporateClientDto.js.map +1 -1
- package/dist/models/UpdateIndividualClientDto.d.ts +4 -0
- package/dist/models/UpdateIndividualClientDto.js.map +1 -1
- package/dist/services/DepositsService.d.ts +3 -2
- package/dist/services/DepositsService.js +1 -1
- package/dist/services/DepositsService.js.map +1 -1
- package/dist/services/TradesService.d.ts +5 -3
- package/dist/services/TradesService.js +6 -2
- package/dist/services/TradesService.js.map +1 -1
- package/dist/services/WithdrawalsService.d.ts +3 -2
- package/dist/services/WithdrawalsService.js +1 -1
- package/dist/services/WithdrawalsService.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4,8 +4,11 @@ export { BaseHttpRequest } from './core/BaseHttpRequest';
|
|
|
4
4
|
export { CancelablePromise, CancelError } from './core/CancelablePromise';
|
|
5
5
|
export { OpenAPI } from './core/OpenAPI';
|
|
6
6
|
export type { OpenAPIConfig } from './core/OpenAPI';
|
|
7
|
+
export type { ActionFailureSummaryDto } from './models/ActionFailureSummaryDto';
|
|
8
|
+
export type { ActionsExecutedSummaryDto } from './models/ActionsExecutedSummaryDto';
|
|
7
9
|
export type { ActivateRuleDto } from './models/ActivateRuleDto';
|
|
8
10
|
export type { AdverseMediaDto } from './models/AdverseMediaDto';
|
|
11
|
+
export type { AlertActionConfigFieldsDto } from './models/AlertActionConfigFieldsDto';
|
|
9
12
|
export type { AlertAssociationResponseDto } from './models/AlertAssociationResponseDto';
|
|
10
13
|
export type { AlertCustomFieldDataDto } from './models/AlertCustomFieldDataDto';
|
|
11
14
|
export type { AlertDecisionDto } from './models/AlertDecisionDto';
|
|
@@ -26,12 +29,21 @@ export type { BatchCreateCasesResponseDto } from './models/BatchCreateCasesRespo
|
|
|
26
29
|
export type { BlockchainWalletCustomFieldDataDto } from './models/BlockchainWalletCustomFieldDataDto';
|
|
27
30
|
export type { BlockchainWalletDto } from './models/BlockchainWalletDto';
|
|
28
31
|
export type { BlockchainWalletIntegrationsDto } from './models/BlockchainWalletIntegrationsDto';
|
|
32
|
+
export type { BulkAlertDecisionInput } from './models/BulkAlertDecisionInput';
|
|
29
33
|
export type { BulkAssignAlertDto } from './models/BulkAssignAlertDto';
|
|
30
34
|
export type { BulkAssignAlertResponseDto } from './models/BulkAssignAlertResponseDto';
|
|
31
35
|
export type { BulkAssignCaseDto } from './models/BulkAssignCaseDto';
|
|
32
36
|
export type { BulkAssignCaseResponseDto } from './models/BulkAssignCaseResponseDto';
|
|
33
37
|
export type { BulkAssignedAlertDto } from './models/BulkAssignedAlertDto';
|
|
34
38
|
export type { BulkAssignedCaseDto } from './models/BulkAssignedCaseDto';
|
|
39
|
+
export type { BulkCaseInvestigationInput } from './models/BulkCaseInvestigationInput';
|
|
40
|
+
export type { BulkCorporateAddressInput } from './models/BulkCorporateAddressInput';
|
|
41
|
+
export type { BulkCorporateApplicationInput } from './models/BulkCorporateApplicationInput';
|
|
42
|
+
export type { BulkCorporateContactInput } from './models/BulkCorporateContactInput';
|
|
43
|
+
export type { BulkCorporateGeneralInput } from './models/BulkCorporateGeneralInput';
|
|
44
|
+
export type { BulkCorporateIntegrationsInput } from './models/BulkCorporateIntegrationsInput';
|
|
45
|
+
export type { BulkCorporateSanctionsInput } from './models/BulkCorporateSanctionsInput';
|
|
46
|
+
export type { BulkCorporateScreeningInput } from './models/BulkCorporateScreeningInput';
|
|
35
47
|
export type { BulkEscalateAlertDto } from './models/BulkEscalateAlertDto';
|
|
36
48
|
export type { BulkEscalateAlertResponseDto } from './models/BulkEscalateAlertResponseDto';
|
|
37
49
|
export type { BulkEscalatedAlertDto } from './models/BulkEscalatedAlertDto';
|
|
@@ -40,6 +52,16 @@ export type { BulkFailedCaseDto } from './models/BulkFailedCaseDto';
|
|
|
40
52
|
export type { BulkFailedCorporateClientDto } from './models/BulkFailedCorporateClientDto';
|
|
41
53
|
export type { BulkFailedIndividualClientDto } from './models/BulkFailedIndividualClientDto';
|
|
42
54
|
export type { BulkFailedTransactionDto } from './models/BulkFailedTransactionDto';
|
|
55
|
+
export type { BulkIndividualAddressInput } from './models/BulkIndividualAddressInput';
|
|
56
|
+
export type { BulkIndividualAdverseMediaInput } from './models/BulkIndividualAdverseMediaInput';
|
|
57
|
+
export type { BulkIndividualContactInput } from './models/BulkIndividualContactInput';
|
|
58
|
+
export type { BulkIndividualFinancialInput } from './models/BulkIndividualFinancialInput';
|
|
59
|
+
export type { BulkIndividualIntegrationsInput } from './models/BulkIndividualIntegrationsInput';
|
|
60
|
+
export type { BulkIndividualPoliticalExposureInput } from './models/BulkIndividualPoliticalExposureInput';
|
|
61
|
+
export type { BulkIndividualSanctionsInput } from './models/BulkIndividualSanctionsInput';
|
|
62
|
+
export type { BulkIndividualWorkInput } from './models/BulkIndividualWorkInput';
|
|
63
|
+
export type { BulkTransactionAmountInput } from './models/BulkTransactionAmountInput';
|
|
64
|
+
export type { BulkTransactionIntegrationsInput } from './models/BulkTransactionIntegrationsInput';
|
|
43
65
|
export type { BulkUpdateAlertDto } from './models/BulkUpdateAlertDto';
|
|
44
66
|
export type { BulkUpdateAlertResponseDto } from './models/BulkUpdateAlertResponseDto';
|
|
45
67
|
export type { BulkUpdateAlertStatusResponseDto } from './models/BulkUpdateAlertStatusResponseDto';
|
|
@@ -75,12 +97,14 @@ export type { CorporateClientSanctionsDto } from './models/CorporateClientSancti
|
|
|
75
97
|
export type { CorporateClientScreeningDto } from './models/CorporateClientScreeningDto';
|
|
76
98
|
export type { CreateBlockchainWalletDto } from './models/CreateBlockchainWalletDto';
|
|
77
99
|
export type { CreateDepositOperationDto } from './models/CreateDepositOperationDto';
|
|
100
|
+
export type { CreateDepositOperationResponseDto } from './models/CreateDepositOperationResponseDto';
|
|
78
101
|
export type { CreateExternalDocumentResponseDto } from './models/CreateExternalDocumentResponseDto';
|
|
79
102
|
export type { CreatePaymentAccountDto } from './models/CreatePaymentAccountDto';
|
|
80
103
|
export type { CreateRuleDto } from './models/CreateRuleDto';
|
|
81
104
|
export type { CreateSessionDto } from './models/CreateSessionDto';
|
|
82
105
|
export type { CreateTransactionSourceOrDestinationClientDto } from './models/CreateTransactionSourceOrDestinationClientDto';
|
|
83
106
|
export type { CreateWithdrawalOperationDto } from './models/CreateWithdrawalOperationDto';
|
|
107
|
+
export type { CreateWithdrawalOperationResponseDto } from './models/CreateWithdrawalOperationResponseDto';
|
|
84
108
|
export type { DepositOperationDto } from './models/DepositOperationDto';
|
|
85
109
|
export type { DisableRuleDto } from './models/DisableRuleDto';
|
|
86
110
|
export type { EvaluationRequestDto } from './models/EvaluationRequestDto';
|
|
@@ -89,6 +113,7 @@ export type { IndividualClientContactInformationDto } from './models/IndividualC
|
|
|
89
113
|
export type { IndividualClientFinancialInformationDto } from './models/IndividualClientFinancialInformationDto';
|
|
90
114
|
export type { IndividualClientIntegrationsDto } from './models/IndividualClientIntegrationsDto';
|
|
91
115
|
export type { IndividualClientWorkInformationDto } from './models/IndividualClientWorkInformationDto';
|
|
116
|
+
export type { MatchedRuleSummaryDto } from './models/MatchedRuleSummaryDto';
|
|
92
117
|
export type { OperationInitiatorDto } from './models/OperationInitiatorDto';
|
|
93
118
|
export type { PaymentAccountCustomFieldDataDto } from './models/PaymentAccountCustomFieldDataDto';
|
|
94
119
|
export type { PaymentAccountDto } from './models/PaymentAccountDto';
|
|
@@ -125,10 +150,25 @@ export { AggregationFilterDto } from './models/AggregationFilterDto';
|
|
|
125
150
|
export { AlertDto } from './models/AlertDto';
|
|
126
151
|
export { AlertSourceDto } from './models/AlertSourceDto';
|
|
127
152
|
export { AlertStatusData } from './models/AlertStatusData';
|
|
153
|
+
export { BulkAlertSourceInput } from './models/BulkAlertSourceInput';
|
|
128
154
|
export { BulkAlertUpdateFields } from './models/BulkAlertUpdateFields';
|
|
155
|
+
export { BulkAppliedAlertChanges } from './models/BulkAppliedAlertChanges';
|
|
156
|
+
export { BulkAppliedCaseChanges } from './models/BulkAppliedCaseChanges';
|
|
157
|
+
export { BulkAppliedCorporateClientChanges } from './models/BulkAppliedCorporateClientChanges';
|
|
158
|
+
export { BulkAppliedIndividualClientChanges } from './models/BulkAppliedIndividualClientChanges';
|
|
159
|
+
export { BulkAppliedTransactionChanges } from './models/BulkAppliedTransactionChanges';
|
|
160
|
+
export { BulkCaseStatusInput } from './models/BulkCaseStatusInput';
|
|
129
161
|
export { BulkCaseUpdateFields } from './models/BulkCaseUpdateFields';
|
|
162
|
+
export { BulkCorporateAdverseMediaInput } from './models/BulkCorporateAdverseMediaInput';
|
|
163
|
+
export { BulkCorporateBusinessInput } from './models/BulkCorporateBusinessInput';
|
|
130
164
|
export { BulkCorporateClientUpdateFields } from './models/BulkCorporateClientUpdateFields';
|
|
165
|
+
export { BulkCorporatePEPInput } from './models/BulkCorporatePEPInput';
|
|
166
|
+
export { BulkCorporateRiskInput } from './models/BulkCorporateRiskInput';
|
|
167
|
+
export { BulkCorporateSourceOfFundsInput } from './models/BulkCorporateSourceOfFundsInput';
|
|
168
|
+
export { BulkIndividualApplicationInput } from './models/BulkIndividualApplicationInput';
|
|
131
169
|
export { BulkIndividualClientUpdateFields } from './models/BulkIndividualClientUpdateFields';
|
|
170
|
+
export { BulkIndividualGeneralInput } from './models/BulkIndividualGeneralInput';
|
|
171
|
+
export { BulkIndividualRiskInput } from './models/BulkIndividualRiskInput';
|
|
132
172
|
export { BulkTransactionUpdateFields } from './models/BulkTransactionUpdateFields';
|
|
133
173
|
export { BulkUpdateAlertStatusDto } from './models/BulkUpdateAlertStatusDto';
|
|
134
174
|
export { BulkUpdateCaseReviewersDto } from './models/BulkUpdateCaseReviewersDto';
|
|
@@ -169,6 +209,7 @@ export { CreateIndividualClientDto } from './models/CreateIndividualClientDto';
|
|
|
169
209
|
export { CreateIndividualMemberDto } from './models/CreateIndividualMemberDto';
|
|
170
210
|
export { CreateOrUpdateRiskDto } from './models/CreateOrUpdateRiskDto';
|
|
171
211
|
export { CreateTradeOperationDto } from './models/CreateTradeOperationDto';
|
|
212
|
+
export { CreateTradeOperationResponseDto } from './models/CreateTradeOperationResponseDto';
|
|
172
213
|
export { CreateTransactionDto } from './models/CreateTransactionDto';
|
|
173
214
|
export { CreateVerificationDto } from './models/CreateVerificationDto';
|
|
174
215
|
export { DeviceDto } from './models/DeviceDto';
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.WithdrawalsService = exports.VerificationsService = exports.TransactionsService = exports.TradesService = exports.SessionsService = exports.RulesService = exports.RuleTemplatesService = exports.PlatformService = exports.PaymentAccountsService = exports.MembersService = exports.EvaluationService = exports.DepositsService = exports.ClientsService = exports.ChecklistsService = exports.CasesService = exports.BlockchainWalletsService = void 0;
|
|
3
|
+
exports.ClientBlockchainWalletRelationDto = exports.ClientBankAccountRelationDto = exports.ClientAssociatedToBlockchainWalletDto = exports.ClientAssociatedToAccountDto = exports.ChecklistTemplateResponseDto = exports.ChecklistTemplateItemResponseDto = exports.ChecklistResponseDto = exports.ChecklistItemResponseDto = exports.CaseStatusData = exports.CasePriority = exports.CaseDto = exports.CaseCategory = exports.BulkUpdatedCaseDto = exports.BulkUpdatedAlertDto = exports.BulkUpdateCaseStatusDto = exports.BulkUpdateCaseReviewersDto = exports.BulkUpdateAlertStatusDto = exports.BulkTransactionUpdateFields = exports.BulkIndividualRiskInput = exports.BulkIndividualGeneralInput = exports.BulkIndividualClientUpdateFields = exports.BulkIndividualApplicationInput = exports.BulkCorporateSourceOfFundsInput = exports.BulkCorporateRiskInput = exports.BulkCorporatePEPInput = exports.BulkCorporateClientUpdateFields = exports.BulkCorporateBusinessInput = exports.BulkCorporateAdverseMediaInput = exports.BulkCaseUpdateFields = exports.BulkCaseStatusInput = exports.BulkAppliedTransactionChanges = exports.BulkAppliedIndividualClientChanges = exports.BulkAppliedCorporateClientChanges = exports.BulkAppliedCaseChanges = exports.BulkAppliedAlertChanges = exports.BulkAlertUpdateFields = exports.BulkAlertSourceInput = exports.AlertStatusData = exports.AlertSourceDto = exports.AlertDto = exports.AggregationFilterDto = exports.AggregationConditionFilterDto = exports.ActionConfigDto = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.BaseHttpRequest = exports.ApiError = exports.ComplianceClient = exports.CorsaClient = void 0;
|
|
4
|
+
exports.UpdateCaseDto = exports.UpdateBankAccountDto = exports.UpdateAttachmentDto = exports.UpdateAlertDto = exports.TransactionStatusDto = exports.TransactionEvaluationRecordDto = exports.TransactionDto = exports.TradeOperationDto = exports.RuleResponseDto = exports.RuleMatchDto = exports.RiskDto = exports.RelateAttachmentsDto = exports.ParticipantDto = exports.OperationStatusUpdateDto = exports.OperationStatusDto = exports.IndividualMemberDto = exports.IndividualClientGeneralInformationDto = exports.IndividualClientDto = exports.IndividualClientCustomFieldDataDto = exports.IndividualClientApplicationInformationDto = exports.IdentityDocumentDto = exports.FactPathDto = exports.EvaluationResultDto = exports.DeviceResponseDto = exports.DeviceDto = exports.CreateVerificationDto = exports.CreateTransactionDto = exports.CreateTradeOperationResponseDto = exports.CreateTradeOperationDto = exports.CreateOrUpdateRiskDto = exports.CreateIndividualMemberDto = exports.CreateIndividualClientDto = exports.CreateIdentityDocumentDto = exports.CreateExternalDocumentDto = exports.CreateCorporateMemberDto = exports.CreateCorporateClientDto = exports.CreateChecklistTemplateItemDto = exports.CreateChecklistTemplateDto = exports.CreateCaseDto = exports.CreateBankAccountDto = exports.CreateAlertDto = exports.CorporateMemberDto = exports.CorporateClientSourceOfFundsDto = exports.CorporateClientPEPDto = exports.CorporateClientDto = exports.CorporateClientCustomFieldDataDto = exports.CorporateClientBusinessDto = exports.CorporateClientAdverseMediaDto = exports.ConditionDto = exports.ClientPaymentAccountRelationDto = void 0;
|
|
5
|
+
exports.WithdrawalsService = exports.VerificationsService = exports.TransactionsService = exports.TradesService = exports.SessionsService = exports.RulesService = exports.RuleTemplatesService = exports.PlatformService = exports.PaymentAccountsService = exports.MembersService = exports.EvaluationService = exports.DepositsService = exports.ClientsService = exports.ChecklistsService = exports.CasesService = exports.BlockchainWalletsService = exports.BankAccountsService = exports.AttachmentsService = exports.AlertsService = exports.VerificationResponseDto = exports.VerificationCheckImageDto = exports.VerificationCheckDto = exports.UpdateVerificationDto = exports.UpdateTransactionDto = exports.UpdateIndividualMemberDto = exports.UpdateIndividualClientDto = exports.UpdateIdentityDocumentDto = exports.UpdateCorporateMemberDto = exports.UpdateCorporateClientDto = exports.UpdateChecklistTemplateItemDto = exports.UpdateChecklistItemDto = exports.UpdateCaseStatusDto = void 0;
|
|
6
6
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
7
7
|
/* istanbul ignore file */
|
|
8
8
|
/* tslint:disable */
|
|
@@ -31,14 +31,44 @@ var AlertSourceDto_1 = require("./models/AlertSourceDto");
|
|
|
31
31
|
Object.defineProperty(exports, "AlertSourceDto", { enumerable: true, get: function () { return AlertSourceDto_1.AlertSourceDto; } });
|
|
32
32
|
var AlertStatusData_1 = require("./models/AlertStatusData");
|
|
33
33
|
Object.defineProperty(exports, "AlertStatusData", { enumerable: true, get: function () { return AlertStatusData_1.AlertStatusData; } });
|
|
34
|
+
var BulkAlertSourceInput_1 = require("./models/BulkAlertSourceInput");
|
|
35
|
+
Object.defineProperty(exports, "BulkAlertSourceInput", { enumerable: true, get: function () { return BulkAlertSourceInput_1.BulkAlertSourceInput; } });
|
|
34
36
|
var BulkAlertUpdateFields_1 = require("./models/BulkAlertUpdateFields");
|
|
35
37
|
Object.defineProperty(exports, "BulkAlertUpdateFields", { enumerable: true, get: function () { return BulkAlertUpdateFields_1.BulkAlertUpdateFields; } });
|
|
38
|
+
var BulkAppliedAlertChanges_1 = require("./models/BulkAppliedAlertChanges");
|
|
39
|
+
Object.defineProperty(exports, "BulkAppliedAlertChanges", { enumerable: true, get: function () { return BulkAppliedAlertChanges_1.BulkAppliedAlertChanges; } });
|
|
40
|
+
var BulkAppliedCaseChanges_1 = require("./models/BulkAppliedCaseChanges");
|
|
41
|
+
Object.defineProperty(exports, "BulkAppliedCaseChanges", { enumerable: true, get: function () { return BulkAppliedCaseChanges_1.BulkAppliedCaseChanges; } });
|
|
42
|
+
var BulkAppliedCorporateClientChanges_1 = require("./models/BulkAppliedCorporateClientChanges");
|
|
43
|
+
Object.defineProperty(exports, "BulkAppliedCorporateClientChanges", { enumerable: true, get: function () { return BulkAppliedCorporateClientChanges_1.BulkAppliedCorporateClientChanges; } });
|
|
44
|
+
var BulkAppliedIndividualClientChanges_1 = require("./models/BulkAppliedIndividualClientChanges");
|
|
45
|
+
Object.defineProperty(exports, "BulkAppliedIndividualClientChanges", { enumerable: true, get: function () { return BulkAppliedIndividualClientChanges_1.BulkAppliedIndividualClientChanges; } });
|
|
46
|
+
var BulkAppliedTransactionChanges_1 = require("./models/BulkAppliedTransactionChanges");
|
|
47
|
+
Object.defineProperty(exports, "BulkAppliedTransactionChanges", { enumerable: true, get: function () { return BulkAppliedTransactionChanges_1.BulkAppliedTransactionChanges; } });
|
|
48
|
+
var BulkCaseStatusInput_1 = require("./models/BulkCaseStatusInput");
|
|
49
|
+
Object.defineProperty(exports, "BulkCaseStatusInput", { enumerable: true, get: function () { return BulkCaseStatusInput_1.BulkCaseStatusInput; } });
|
|
36
50
|
var BulkCaseUpdateFields_1 = require("./models/BulkCaseUpdateFields");
|
|
37
51
|
Object.defineProperty(exports, "BulkCaseUpdateFields", { enumerable: true, get: function () { return BulkCaseUpdateFields_1.BulkCaseUpdateFields; } });
|
|
52
|
+
var BulkCorporateAdverseMediaInput_1 = require("./models/BulkCorporateAdverseMediaInput");
|
|
53
|
+
Object.defineProperty(exports, "BulkCorporateAdverseMediaInput", { enumerable: true, get: function () { return BulkCorporateAdverseMediaInput_1.BulkCorporateAdverseMediaInput; } });
|
|
54
|
+
var BulkCorporateBusinessInput_1 = require("./models/BulkCorporateBusinessInput");
|
|
55
|
+
Object.defineProperty(exports, "BulkCorporateBusinessInput", { enumerable: true, get: function () { return BulkCorporateBusinessInput_1.BulkCorporateBusinessInput; } });
|
|
38
56
|
var BulkCorporateClientUpdateFields_1 = require("./models/BulkCorporateClientUpdateFields");
|
|
39
57
|
Object.defineProperty(exports, "BulkCorporateClientUpdateFields", { enumerable: true, get: function () { return BulkCorporateClientUpdateFields_1.BulkCorporateClientUpdateFields; } });
|
|
58
|
+
var BulkCorporatePEPInput_1 = require("./models/BulkCorporatePEPInput");
|
|
59
|
+
Object.defineProperty(exports, "BulkCorporatePEPInput", { enumerable: true, get: function () { return BulkCorporatePEPInput_1.BulkCorporatePEPInput; } });
|
|
60
|
+
var BulkCorporateRiskInput_1 = require("./models/BulkCorporateRiskInput");
|
|
61
|
+
Object.defineProperty(exports, "BulkCorporateRiskInput", { enumerable: true, get: function () { return BulkCorporateRiskInput_1.BulkCorporateRiskInput; } });
|
|
62
|
+
var BulkCorporateSourceOfFundsInput_1 = require("./models/BulkCorporateSourceOfFundsInput");
|
|
63
|
+
Object.defineProperty(exports, "BulkCorporateSourceOfFundsInput", { enumerable: true, get: function () { return BulkCorporateSourceOfFundsInput_1.BulkCorporateSourceOfFundsInput; } });
|
|
64
|
+
var BulkIndividualApplicationInput_1 = require("./models/BulkIndividualApplicationInput");
|
|
65
|
+
Object.defineProperty(exports, "BulkIndividualApplicationInput", { enumerable: true, get: function () { return BulkIndividualApplicationInput_1.BulkIndividualApplicationInput; } });
|
|
40
66
|
var BulkIndividualClientUpdateFields_1 = require("./models/BulkIndividualClientUpdateFields");
|
|
41
67
|
Object.defineProperty(exports, "BulkIndividualClientUpdateFields", { enumerable: true, get: function () { return BulkIndividualClientUpdateFields_1.BulkIndividualClientUpdateFields; } });
|
|
68
|
+
var BulkIndividualGeneralInput_1 = require("./models/BulkIndividualGeneralInput");
|
|
69
|
+
Object.defineProperty(exports, "BulkIndividualGeneralInput", { enumerable: true, get: function () { return BulkIndividualGeneralInput_1.BulkIndividualGeneralInput; } });
|
|
70
|
+
var BulkIndividualRiskInput_1 = require("./models/BulkIndividualRiskInput");
|
|
71
|
+
Object.defineProperty(exports, "BulkIndividualRiskInput", { enumerable: true, get: function () { return BulkIndividualRiskInput_1.BulkIndividualRiskInput; } });
|
|
42
72
|
var BulkTransactionUpdateFields_1 = require("./models/BulkTransactionUpdateFields");
|
|
43
73
|
Object.defineProperty(exports, "BulkTransactionUpdateFields", { enumerable: true, get: function () { return BulkTransactionUpdateFields_1.BulkTransactionUpdateFields; } });
|
|
44
74
|
var BulkUpdateAlertStatusDto_1 = require("./models/BulkUpdateAlertStatusDto");
|
|
@@ -119,6 +149,8 @@ var CreateOrUpdateRiskDto_1 = require("./models/CreateOrUpdateRiskDto");
|
|
|
119
149
|
Object.defineProperty(exports, "CreateOrUpdateRiskDto", { enumerable: true, get: function () { return CreateOrUpdateRiskDto_1.CreateOrUpdateRiskDto; } });
|
|
120
150
|
var CreateTradeOperationDto_1 = require("./models/CreateTradeOperationDto");
|
|
121
151
|
Object.defineProperty(exports, "CreateTradeOperationDto", { enumerable: true, get: function () { return CreateTradeOperationDto_1.CreateTradeOperationDto; } });
|
|
152
|
+
var CreateTradeOperationResponseDto_1 = require("./models/CreateTradeOperationResponseDto");
|
|
153
|
+
Object.defineProperty(exports, "CreateTradeOperationResponseDto", { enumerable: true, get: function () { return CreateTradeOperationResponseDto_1.CreateTradeOperationResponseDto; } });
|
|
122
154
|
var CreateTransactionDto_1 = require("./models/CreateTransactionDto");
|
|
123
155
|
Object.defineProperty(exports, "CreateTransactionDto", { enumerable: true, get: function () { return CreateTransactionDto_1.CreateTransactionDto; } });
|
|
124
156
|
var CreateVerificationDto_1 = require("./models/CreateVerificationDto");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;AAAA,+DAA+D;AAC/D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB,6CAA8D;AAArD,0GAAA,WAAW,OAAA;AAAE,+GAAA,gBAAgB,OAAA;AAEtC,4CAA2C;AAAlC,oGAAA,QAAQ,OAAA;AACjB,0DAAyD;AAAhD,kHAAA,eAAe,OAAA;AACxB,8DAA0E;AAAjE,sHAAA,iBAAiB,OAAA;AAAE,gHAAA,WAAW,OAAA;AACvC,0CAAyC;AAAhC,kGAAA,OAAO,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { AlertActionConfigFieldsDto } from './AlertActionConfigFieldsDto';
|
|
1
2
|
export type ActionConfigDto = {
|
|
2
3
|
/**
|
|
3
4
|
* Action type
|
|
@@ -6,7 +7,7 @@ export type ActionConfigDto = {
|
|
|
6
7
|
/**
|
|
7
8
|
* Action-specific configuration
|
|
8
9
|
*/
|
|
9
|
-
config:
|
|
10
|
+
config: AlertActionConfigFieldsDto;
|
|
10
11
|
};
|
|
11
12
|
export declare namespace ActionConfigDto {
|
|
12
13
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionConfigDto.js","sourceRoot":"","sources":["../../models/ActionConfigDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ActionConfigDto.js","sourceRoot":"","sources":["../../models/ActionConfigDto.ts"],"names":[],"mappings":";;;AAeA,IAAiB,eAAe,CAQ/B;AARD,WAAiB,eAAe;IAC5B;;OAEG;IACH,IAAY,IAGX;IAHD,WAAY,IAAI;QACZ,qCAA6B,CAAA;QAC7B,6CAAqC,CAAA;IACzC,CAAC,EAHW,IAAI,GAAJ,oBAAI,KAAJ,oBAAI,QAGf;AACL,CAAC,EARgB,eAAe,+BAAf,eAAe,QAQ/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionFailureSummaryDto.js","sourceRoot":"","sources":["../../models/ActionFailureSummaryDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionsExecutedSummaryDto.js","sourceRoot":"","sources":["../../models/ActionsExecutedSummaryDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export type AlertActionConfigFieldsDto = {
|
|
2
|
+
/**
|
|
3
|
+
* Alert category
|
|
4
|
+
*/
|
|
5
|
+
category?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Alert sub-category
|
|
8
|
+
*/
|
|
9
|
+
subCategory?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Alert priority
|
|
12
|
+
*/
|
|
13
|
+
priority?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Alert status
|
|
16
|
+
*/
|
|
17
|
+
status?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Alert description
|
|
20
|
+
*/
|
|
21
|
+
description?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Assignee user ID
|
|
24
|
+
*/
|
|
25
|
+
assigneeId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Due date offset in hours from alert creation time
|
|
28
|
+
*/
|
|
29
|
+
dueDateHours?: number;
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertActionConfigFieldsDto.js","sourceRoot":"","sources":["../../models/AlertActionConfigFieldsDto.ts"],"names":[],"mappings":""}
|
|
@@ -57,6 +57,10 @@ export type AlertDto = {
|
|
|
57
57
|
* The transactions associated with the alert
|
|
58
58
|
*/
|
|
59
59
|
associatedTransactions: Array<AssociatedTransactionDto>;
|
|
60
|
+
/**
|
|
61
|
+
* The transaction that triggered this alert
|
|
62
|
+
*/
|
|
63
|
+
triggeringTransaction?: AssociatedTransactionDto;
|
|
60
64
|
/**
|
|
61
65
|
* The clients associated with the alert
|
|
62
66
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertDto.js","sourceRoot":"","sources":["../../models/AlertDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AlertDto.js","sourceRoot":"","sources":["../../models/AlertDto.ts"],"names":[],"mappings":";;;AAgIA,IAAiB,QAAQ,CAiDxB;AAjDD,WAAiB,QAAQ;IACrB;;OAEG;IACH,IAAY,QAcX;IAdD,WAAY,QAAQ;QAChB,uBAAW,CAAA;QACX,uBAAW,CAAA;QACX,6DAAiD,CAAA;QACjD,6EAAiE,CAAA;QACjE,uDAA2C,CAAA;QAC3C,2CAA+B,CAAA;QAC/B,+DAAmD,CAAA;QACnD,yDAA6C,CAAA;QAC7C,+CAAmC,CAAA;QACnC,2BAAe,CAAA;QACf,+CAAmC,CAAA;QACnC,uBAAW,CAAA;QACX,2BAAe,CAAA;IACnB,CAAC,EAdW,QAAQ,GAAR,iBAAQ,KAAR,iBAAQ,QAcnB;IACD;;OAEG;IACH,IAAY,QAIX;IAJD,WAAY,QAAQ;QAChB,uBAAW,CAAA;QACX,6BAAiB,CAAA;QACjB,yBAAa,CAAA;IACjB,CAAC,EAJW,QAAQ,GAAR,iBAAQ,KAAR,iBAAQ,QAInB;IACD;;OAEG;IACH,IAAY,MAKX;IALD,WAAY,MAAM;QACd,qBAAW,CAAA;QACX,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACzB,CAAC,EALW,MAAM,GAAN,eAAM,KAAN,eAAM,QAKjB;IACD,IAAY,iBAKX;IALD,WAAY,iBAAiB;QACzB,kCAAa,CAAA;QACb,gCAAW,CAAA;QACX,sCAAiB,CAAA;QACjB,kCAAa,CAAA;IACjB,CAAC,EALW,iBAAiB,GAAjB,0BAAiB,KAAjB,0BAAiB,QAK5B;IACD,IAAY,OAMX;IAND,WAAY,OAAO;QACf,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;IACrB,CAAC,EANW,OAAO,GAAP,gBAAO,KAAP,gBAAO,QAMlB;AACL,CAAC,EAjDgB,QAAQ,wBAAR,QAAQ,QAiDxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkAlertDecisionInput.js","sourceRoot":"","sources":["../../models/BulkAlertDecisionInput.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export type BulkAlertSourceInput = {
|
|
2
|
+
/**
|
|
3
|
+
* The vendor that generated the alert
|
|
4
|
+
*/
|
|
5
|
+
vendor?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The ID of the alert in the vendor system
|
|
8
|
+
*/
|
|
9
|
+
vendorAlertId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Additional data provided by the vendor
|
|
12
|
+
*/
|
|
13
|
+
vendorData?: Record<string, any>;
|
|
14
|
+
/**
|
|
15
|
+
* Link to the alert details in the vendor system
|
|
16
|
+
*/
|
|
17
|
+
link?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The source of the alert
|
|
20
|
+
*/
|
|
21
|
+
alertSource?: BulkAlertSourceInput.alertSource;
|
|
22
|
+
};
|
|
23
|
+
export declare namespace BulkAlertSourceInput {
|
|
24
|
+
/**
|
|
25
|
+
* The source of the alert
|
|
26
|
+
*/
|
|
27
|
+
enum alertSource {
|
|
28
|
+
CHAINALYSIS = "CHAINALYSIS",
|
|
29
|
+
SARDINE = "SARDINE",
|
|
30
|
+
MANUAL = "MANUAL",
|
|
31
|
+
API = "API",
|
|
32
|
+
TRM_LABS = "TRM_LABS",
|
|
33
|
+
SUMSUB = "SUMSUB",
|
|
34
|
+
TRANSACTION_MONITORING = "TRANSACTION_MONITORING",
|
|
35
|
+
PERSONA = "PERSONA"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkAlertSourceInput = void 0;
|
|
4
|
+
var BulkAlertSourceInput;
|
|
5
|
+
(function (BulkAlertSourceInput) {
|
|
6
|
+
/**
|
|
7
|
+
* The source of the alert
|
|
8
|
+
*/
|
|
9
|
+
let alertSource;
|
|
10
|
+
(function (alertSource) {
|
|
11
|
+
alertSource["CHAINALYSIS"] = "CHAINALYSIS";
|
|
12
|
+
alertSource["SARDINE"] = "SARDINE";
|
|
13
|
+
alertSource["MANUAL"] = "MANUAL";
|
|
14
|
+
alertSource["API"] = "API";
|
|
15
|
+
alertSource["TRM_LABS"] = "TRM_LABS";
|
|
16
|
+
alertSource["SUMSUB"] = "SUMSUB";
|
|
17
|
+
alertSource["TRANSACTION_MONITORING"] = "TRANSACTION_MONITORING";
|
|
18
|
+
alertSource["PERSONA"] = "PERSONA";
|
|
19
|
+
})(alertSource = BulkAlertSourceInput.alertSource || (BulkAlertSourceInput.alertSource = {}));
|
|
20
|
+
})(BulkAlertSourceInput || (exports.BulkAlertSourceInput = BulkAlertSourceInput = {}));
|
|
21
|
+
//# sourceMappingURL=BulkAlertSourceInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkAlertSourceInput.js","sourceRoot":"","sources":["../../models/BulkAlertSourceInput.ts"],"names":[],"mappings":";;;AA0BA,IAAiB,oBAAoB,CAcpC;AAdD,WAAiB,oBAAoB;IACjC;;OAEG;IACH,IAAY,WASX;IATD,WAAY,WAAW;QACnB,0CAA2B,CAAA;QAC3B,kCAAmB,CAAA;QACnB,gCAAiB,CAAA;QACjB,0BAAW,CAAA;QACX,oCAAqB,CAAA;QACrB,gCAAiB,CAAA;QACjB,gEAAiD,CAAA;QACjD,kCAAmB,CAAA;IACvB,CAAC,EATW,WAAW,GAAX,gCAAW,KAAX,gCAAW,QAStB;AACL,CAAC,EAdgB,oBAAoB,oCAApB,oBAAoB,QAcpC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { AlertCustomFieldDataDto } from './AlertCustomFieldDataDto';
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
2
|
+
import type { BulkAlertDecisionInput } from './BulkAlertDecisionInput';
|
|
3
|
+
import type { BulkAlertSourceInput } from './BulkAlertSourceInput';
|
|
4
4
|
export type BulkAlertUpdateFields = {
|
|
5
5
|
/**
|
|
6
6
|
* Priority level of the alert
|
|
@@ -29,11 +29,11 @@ export type BulkAlertUpdateFields = {
|
|
|
29
29
|
/**
|
|
30
30
|
* Source information for the alert
|
|
31
31
|
*/
|
|
32
|
-
source?:
|
|
32
|
+
source?: BulkAlertSourceInput;
|
|
33
33
|
/**
|
|
34
34
|
* Decision information for the alert
|
|
35
35
|
*/
|
|
36
|
-
decision?:
|
|
36
|
+
decision?: BulkAlertDecisionInput;
|
|
37
37
|
/**
|
|
38
38
|
* Custom fields data
|
|
39
39
|
*/
|
|
@@ -46,6 +46,10 @@ export type BulkAlertUpdateFields = {
|
|
|
46
46
|
* List of transaction IDs associated with this alert (maximum 10). Replace the existing transactions with the new ones.
|
|
47
47
|
*/
|
|
48
48
|
associatedTransactions?: Array<string>;
|
|
49
|
+
/**
|
|
50
|
+
* The transaction ID that triggered this alert. Only one transaction can trigger an alert.
|
|
51
|
+
*/
|
|
52
|
+
triggeringTransaction?: string;
|
|
49
53
|
/**
|
|
50
54
|
* List of case IDs associated with this alert (maximum 10). Replace the existing cases with the new ones.
|
|
51
55
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BulkAlertUpdateFields.js","sourceRoot":"","sources":["../../models/BulkAlertUpdateFields.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"BulkAlertUpdateFields.js","sourceRoot":"","sources":["../../models/BulkAlertUpdateFields.ts"],"names":[],"mappings":";;;AAiJA,IAAiB,qBAAqB,CAuDrC;AAvDD,WAAiB,qBAAqB;IAClC;;OAEG;IACH,IAAY,QAIX;IAJD,WAAY,QAAQ;QAChB,uBAAW,CAAA;QACX,6BAAiB,CAAA;QACjB,yBAAa,CAAA;IACjB,CAAC,EAJW,QAAQ,GAAR,8BAAQ,KAAR,8BAAQ,QAInB;IACD;;OAEG;IACH,IAAY,QAcX;IAdD,WAAY,QAAQ;QAChB,uBAAW,CAAA;QACX,uBAAW,CAAA;QACX,6DAAiD,CAAA;QACjD,6EAAiE,CAAA;QACjE,uDAA2C,CAAA;QAC3C,2CAA+B,CAAA;QAC/B,+DAAmD,CAAA;QACnD,yDAA6C,CAAA;QAC7C,+CAAmC,CAAA;QACnC,2BAAe,CAAA;QACf,+CAAmC,CAAA;QACnC,uBAAW,CAAA;QACX,2BAAe,CAAA;IACnB,CAAC,EAdW,QAAQ,GAAR,8BAAQ,KAAR,8BAAQ,QAcnB;IACD;;OAEG;IACH,IAAY,MAKX;IALD,WAAY,MAAM;QACd,qBAAW,CAAA;QACX,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACzB,CAAC,EALW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAKjB;IACD;;OAEG;IACH,IAAY,iBAKX;IALD,WAAY,iBAAiB;QACzB,kCAAa,CAAA;QACb,gCAAW,CAAA;QACX,sCAAiB,CAAA;QACjB,kCAAa,CAAA;IACjB,CAAC,EALW,iBAAiB,GAAjB,uCAAiB,KAAjB,uCAAiB,QAK5B;IACD;;OAEG;IACH,IAAY,OAMX;IAND,WAAY,OAAO;QACf,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;IACrB,CAAC,EANW,OAAO,GAAP,6BAAO,KAAP,6BAAO,QAMlB;AACL,CAAC,EAvDgB,qBAAqB,qCAArB,qBAAqB,QAuDrC"}
|