@corsa-labs/sdk 4.24.0 → 4.26.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 +4 -2
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/models/AggregationFilterDto.d.ts +6 -0
- package/dist/models/AggregationFilterDto.js +3 -0
- package/dist/models/AggregationFilterDto.js.map +1 -1
- package/dist/models/ConditionDto.d.ts +4 -0
- package/dist/models/ConditionDto.js.map +1 -1
- package/dist/models/ConditionResultDto.d.ts +1 -1
- package/dist/models/CreateTransactionDto.d.ts +18 -0
- package/dist/models/CreateTransactionDto.js +13 -0
- package/dist/models/CreateTransactionDto.js.map +1 -1
- package/dist/models/TransactionDto.d.ts +16 -0
- package/dist/models/TransactionDto.js +9 -0
- package/dist/models/TransactionDto.js.map +1 -1
- package/dist/models/TransactionEvaluationRecordDto.d.ts +84 -0
- package/dist/models/TransactionEvaluationRecordDto.js +15 -0
- package/dist/models/TransactionEvaluationRecordDto.js.map +1 -0
- package/dist/models/TransactionEvaluationsResponseDto.d.ts +20 -0
- package/dist/models/TransactionEvaluationsResponseDto.js +3 -0
- package/dist/models/TransactionEvaluationsResponseDto.js.map +1 -0
- package/dist/models/UpdateTransactionDto.d.ts +18 -0
- package/dist/models/UpdateTransactionDto.js +13 -0
- package/dist/models/UpdateTransactionDto.js.map +1 -1
- package/dist/services/EvaluationService.d.ts +21 -0
- package/dist/services/EvaluationService.js +44 -0
- package/dist/services/EvaluationService.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -54,7 +54,6 @@ export type { CreateDepositOperationDto } from './models/CreateDepositOperationD
|
|
|
54
54
|
export type { CreateExternalDocumentResponseDto } from './models/CreateExternalDocumentResponseDto';
|
|
55
55
|
export type { CreateRuleDto } from './models/CreateRuleDto';
|
|
56
56
|
export type { CreateSessionDto } from './models/CreateSessionDto';
|
|
57
|
-
export type { CreateTransactionDto } from './models/CreateTransactionDto';
|
|
58
57
|
export type { CreateTransactionSourceOrDestinationClientDto } from './models/CreateTransactionSourceOrDestinationClientDto';
|
|
59
58
|
export type { CreateWithdrawalOperationDto } from './models/CreateWithdrawalOperationDto';
|
|
60
59
|
export type { DepositOperationDto } from './models/DepositOperationDto';
|
|
@@ -78,6 +77,7 @@ export type { SumsubVerificationDto } from './models/SumsubVerificationDto';
|
|
|
78
77
|
export type { SumsubVerificationImageDto } from './models/SumsubVerificationImageDto';
|
|
79
78
|
export type { TransactionAmountDto } from './models/TransactionAmountDto';
|
|
80
79
|
export type { TransactionCustomFieldDto } from './models/TransactionCustomFieldDto';
|
|
80
|
+
export type { TransactionEvaluationsResponseDto } from './models/TransactionEvaluationsResponseDto';
|
|
81
81
|
export type { TransactionIntegrationsDto } from './models/TransactionIntegrationsDto';
|
|
82
82
|
export type { TransactionSourceOrDestinationClientDto } from './models/TransactionSourceOrDestinationClientDto';
|
|
83
83
|
export type { TransactionSourceOrDestinationDto } from './models/TransactionSourceOrDestinationDto';
|
|
@@ -87,7 +87,6 @@ export type { UpdateCaseInvestigationDto } from './models/UpdateCaseInvestigatio
|
|
|
87
87
|
export type { UpdateChecklistTemplateDto } from './models/UpdateChecklistTemplateDto';
|
|
88
88
|
export type { UpdateRuleDto } from './models/UpdateRuleDto';
|
|
89
89
|
export type { UpdateSessionDto } from './models/UpdateSessionDto';
|
|
90
|
-
export type { UpdateTransactionDto } from './models/UpdateTransactionDto';
|
|
91
90
|
export type { WithdrawalOperationDto } from './models/WithdrawalOperationDto';
|
|
92
91
|
export { ActionConfigDto } from './models/ActionConfigDto';
|
|
93
92
|
export { AggregationFilterDto } from './models/AggregationFilterDto';
|
|
@@ -132,6 +131,7 @@ export { CreateIndividualClientDto } from './models/CreateIndividualClientDto';
|
|
|
132
131
|
export { CreateIndividualMemberDto } from './models/CreateIndividualMemberDto';
|
|
133
132
|
export { CreateOrUpdateRiskDto } from './models/CreateOrUpdateRiskDto';
|
|
134
133
|
export { CreateTradeOperationDto } from './models/CreateTradeOperationDto';
|
|
134
|
+
export { CreateTransactionDto } from './models/CreateTransactionDto';
|
|
135
135
|
export { DeviceDto } from './models/DeviceDto';
|
|
136
136
|
export { DeviceResponseDto } from './models/DeviceResponseDto';
|
|
137
137
|
export { EvaluationResultDto } from './models/EvaluationResultDto';
|
|
@@ -150,6 +150,7 @@ export { RuleMatchDto } from './models/RuleMatchDto';
|
|
|
150
150
|
export { RuleResponseDto } from './models/RuleResponseDto';
|
|
151
151
|
export { TradeOperationDto } from './models/TradeOperationDto';
|
|
152
152
|
export { TransactionDto } from './models/TransactionDto';
|
|
153
|
+
export { TransactionEvaluationRecordDto } from './models/TransactionEvaluationRecordDto';
|
|
153
154
|
export { TransactionStatusDto } from './models/TransactionStatusDto';
|
|
154
155
|
export { UpdateAlertDto } from './models/UpdateAlertDto';
|
|
155
156
|
export { UpdateAttachmentDto } from './models/UpdateAttachmentDto';
|
|
@@ -163,6 +164,7 @@ export { UpdateCorporateMemberDto } from './models/UpdateCorporateMemberDto';
|
|
|
163
164
|
export { UpdateIdentityDocumentDto } from './models/UpdateIdentityDocumentDto';
|
|
164
165
|
export { UpdateIndividualClientDto } from './models/UpdateIndividualClientDto';
|
|
165
166
|
export { UpdateIndividualMemberDto } from './models/UpdateIndividualMemberDto';
|
|
167
|
+
export { UpdateTransactionDto } from './models/UpdateTransactionDto';
|
|
166
168
|
export { AlertsService } from './services/AlertsService';
|
|
167
169
|
export { AttachmentsService } from './services/AttachmentsService';
|
|
168
170
|
export { BankAccountsService } from './services/BankAccountsService';
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.WithdrawalsService = exports.TransactionsService = exports.TradesService = exports.SessionsService = exports.RulesService = exports.RuleTemplatesService = exports.PlatformService = exports.MembersService = exports.EvaluationService = exports.DepositsService = exports.ClientsService = exports.ChecklistsService = exports.CasesService = exports.BlockchainWalletsService = exports.BankAccountsService = exports.AttachmentsService = exports.AlertsService = exports.UpdateIndividualMemberDto = exports.UpdateIndividualClientDto = exports.UpdateIdentityDocumentDto = exports.UpdateCorporateMemberDto = exports.UpdateCorporateClientDto = exports.UpdateChecklistTemplateItemDto = exports.UpdateChecklistItemDto = exports.UpdateCaseStatusDto = exports.UpdateCaseDto = exports.UpdateBankAccountDto = exports.UpdateAttachmentDto = exports.UpdateAlertDto = exports.TransactionStatusDto = 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.IdentityDocumentDto = exports.FactPathDto = exports.EvaluationResultDto = exports.DeviceResponseDto = void 0;
|
|
3
|
+
exports.CreateTransactionDto = 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.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.AlertStatusData = exports.AlertSourceDto = exports.AlertDto = exports.AggregationFilterDto = exports.ActionConfigDto = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.BaseHttpRequest = exports.ApiError = exports.ComplianceClient = void 0;
|
|
4
|
+
exports.WithdrawalsService = exports.TransactionsService = exports.TradesService = exports.SessionsService = exports.RulesService = exports.RuleTemplatesService = exports.PlatformService = exports.MembersService = exports.EvaluationService = exports.DepositsService = exports.ClientsService = exports.ChecklistsService = exports.CasesService = exports.BlockchainWalletsService = exports.BankAccountsService = exports.AttachmentsService = exports.AlertsService = exports.UpdateTransactionDto = exports.UpdateIndividualMemberDto = exports.UpdateIndividualClientDto = exports.UpdateIdentityDocumentDto = exports.UpdateCorporateMemberDto = exports.UpdateCorporateClientDto = exports.UpdateChecklistTemplateItemDto = exports.UpdateChecklistItemDto = exports.UpdateCaseStatusDto = 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.IdentityDocumentDto = exports.FactPathDto = exports.EvaluationResultDto = exports.DeviceResponseDto = exports.DeviceDto = void 0;
|
|
5
5
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
6
6
|
/* istanbul ignore file */
|
|
7
7
|
/* tslint:disable */
|
|
@@ -103,6 +103,8 @@ var CreateOrUpdateRiskDto_1 = require("./models/CreateOrUpdateRiskDto");
|
|
|
103
103
|
Object.defineProperty(exports, "CreateOrUpdateRiskDto", { enumerable: true, get: function () { return CreateOrUpdateRiskDto_1.CreateOrUpdateRiskDto; } });
|
|
104
104
|
var CreateTradeOperationDto_1 = require("./models/CreateTradeOperationDto");
|
|
105
105
|
Object.defineProperty(exports, "CreateTradeOperationDto", { enumerable: true, get: function () { return CreateTradeOperationDto_1.CreateTradeOperationDto; } });
|
|
106
|
+
var CreateTransactionDto_1 = require("./models/CreateTransactionDto");
|
|
107
|
+
Object.defineProperty(exports, "CreateTransactionDto", { enumerable: true, get: function () { return CreateTransactionDto_1.CreateTransactionDto; } });
|
|
106
108
|
var DeviceDto_1 = require("./models/DeviceDto");
|
|
107
109
|
Object.defineProperty(exports, "DeviceDto", { enumerable: true, get: function () { return DeviceDto_1.DeviceDto; } });
|
|
108
110
|
var DeviceResponseDto_1 = require("./models/DeviceResponseDto");
|
|
@@ -139,6 +141,8 @@ var TradeOperationDto_1 = require("./models/TradeOperationDto");
|
|
|
139
141
|
Object.defineProperty(exports, "TradeOperationDto", { enumerable: true, get: function () { return TradeOperationDto_1.TradeOperationDto; } });
|
|
140
142
|
var TransactionDto_1 = require("./models/TransactionDto");
|
|
141
143
|
Object.defineProperty(exports, "TransactionDto", { enumerable: true, get: function () { return TransactionDto_1.TransactionDto; } });
|
|
144
|
+
var TransactionEvaluationRecordDto_1 = require("./models/TransactionEvaluationRecordDto");
|
|
145
|
+
Object.defineProperty(exports, "TransactionEvaluationRecordDto", { enumerable: true, get: function () { return TransactionEvaluationRecordDto_1.TransactionEvaluationRecordDto; } });
|
|
142
146
|
var TransactionStatusDto_1 = require("./models/TransactionStatusDto");
|
|
143
147
|
Object.defineProperty(exports, "TransactionStatusDto", { enumerable: true, get: function () { return TransactionStatusDto_1.TransactionStatusDto; } });
|
|
144
148
|
var UpdateAlertDto_1 = require("./models/UpdateAlertDto");
|
|
@@ -165,6 +169,8 @@ var UpdateIndividualClientDto_1 = require("./models/UpdateIndividualClientDto");
|
|
|
165
169
|
Object.defineProperty(exports, "UpdateIndividualClientDto", { enumerable: true, get: function () { return UpdateIndividualClientDto_1.UpdateIndividualClientDto; } });
|
|
166
170
|
var UpdateIndividualMemberDto_1 = require("./models/UpdateIndividualMemberDto");
|
|
167
171
|
Object.defineProperty(exports, "UpdateIndividualMemberDto", { enumerable: true, get: function () { return UpdateIndividualMemberDto_1.UpdateIndividualMemberDto; } });
|
|
172
|
+
var UpdateTransactionDto_1 = require("./models/UpdateTransactionDto");
|
|
173
|
+
Object.defineProperty(exports, "UpdateTransactionDto", { enumerable: true, get: function () { return UpdateTransactionDto_1.UpdateTransactionDto; } });
|
|
168
174
|
var AlertsService_1 = require("./services/AlertsService");
|
|
169
175
|
Object.defineProperty(exports, "AlertsService", { enumerable: true, get: function () { return AlertsService_1.AlertsService; } });
|
|
170
176
|
var AttachmentsService_1 = require("./services/AttachmentsService");
|
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,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA;AAEzB,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,9 +1,15 @@
|
|
|
1
1
|
export type AggregationFilterDto = {
|
|
2
2
|
property?: string;
|
|
3
|
+
/**
|
|
4
|
+
* Comparison operator for the aggregation filter
|
|
5
|
+
*/
|
|
3
6
|
operator?: AggregationFilterDto.operator;
|
|
4
7
|
value?: Record<string, any>;
|
|
5
8
|
};
|
|
6
9
|
export declare namespace AggregationFilterDto {
|
|
10
|
+
/**
|
|
11
|
+
* Comparison operator for the aggregation filter
|
|
12
|
+
*/
|
|
7
13
|
enum operator {
|
|
8
14
|
EQUAL = "equal",
|
|
9
15
|
NOT_EQUAL = "notEqual",
|
|
@@ -3,6 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.AggregationFilterDto = void 0;
|
|
4
4
|
var AggregationFilterDto;
|
|
5
5
|
(function (AggregationFilterDto) {
|
|
6
|
+
/**
|
|
7
|
+
* Comparison operator for the aggregation filter
|
|
8
|
+
*/
|
|
6
9
|
let operator;
|
|
7
10
|
(function (operator) {
|
|
8
11
|
operator["EQUAL"] = "equal";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AggregationFilterDto.js","sourceRoot":"","sources":["../../models/AggregationFilterDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AggregationFilterDto.js","sourceRoot":"","sources":["../../models/AggregationFilterDto.ts"],"names":[],"mappings":";;;AAYA,IAAiB,oBAAoB,CAiBpC;AAjBD,WAAiB,oBAAoB;IACjC;;OAEG;IACH,IAAY,QAYX;IAZD,WAAY,QAAQ;QAChB,2BAAe,CAAA;QACf,kCAAsB,CAAA;QACtB,wCAA4B,CAAA;QAC5B,2DAA+C,CAAA;QAC/C,kCAAsB,CAAA;QACtB,qDAAyC,CAAA;QACzC,qBAAS,CAAA;QACT,4BAAgB,CAAA;QAChB,iCAAqB,CAAA;QACrB,+CAAmC,CAAA;QACnC,+BAAmB,CAAA;IACvB,CAAC,EAZW,QAAQ,GAAR,6BAAQ,KAAR,6BAAQ,QAYnB;AACL,CAAC,EAjBgB,oBAAoB,oCAApB,oBAAoB,QAiBpC"}
|
|
@@ -25,6 +25,10 @@ export type ConditionDto = {
|
|
|
25
25
|
* Aggregation operator
|
|
26
26
|
*/
|
|
27
27
|
aggregationOperator?: ConditionDto.aggregationOperator;
|
|
28
|
+
/**
|
|
29
|
+
* Percentile rank (0-100) when aggregation operator is PERCENTILE. Defaults to 50 (median) if omitted.
|
|
30
|
+
*/
|
|
31
|
+
aggregationPercentile?: number;
|
|
28
32
|
/**
|
|
29
33
|
* Aggregation filters
|
|
30
34
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConditionDto.js","sourceRoot":"","sources":["../../models/ConditionDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ConditionDto.js","sourceRoot":"","sources":["../../models/ConditionDto.ts"],"names":[],"mappings":";;;AAoFA,IAAiB,YAAY,CAuE5B;AAvED,WAAiB,YAAY;IACzB;;OAEG;IACH,IAAY,MAKX;IALD,WAAY,MAAM;QACd,qCAA2B,CAAA;QAC3B,2BAAiB,CAAA;QACjB,2BAAiB,CAAA;QACjB,sCAA4B,CAAA;IAChC,CAAC,EALW,MAAM,GAAN,mBAAM,KAAN,mBAAM,QAKjB;IACD;;OAEG;IACH,IAAY,kBAIX;IAJD,WAAY,kBAAkB;QAC1B,iCAAW,CAAA;QACX,uCAAiB,CAAA;QACjB,2CAAqB,CAAA;IACzB,CAAC,EAJW,kBAAkB,GAAlB,+BAAkB,KAAlB,+BAAkB,QAI7B;IACD;;OAEG;IACH,IAAY,mBAYX;IAZD,WAAY,mBAAmB;QAC3B,kCAAW,CAAA;QACX,sCAAe,CAAA;QACf,kCAAW,CAAA;QACX,kCAAW,CAAA;QACX,kCAAW,CAAA;QACX,wCAAiB,CAAA;QACjB,wCAAiB,CAAA;QACjB,gDAAyB,CAAA;QACzB,uDAAgC,CAAA;QAChC,sCAAe,CAAA;QACf,oCAAa,CAAA;IACjB,CAAC,EAZW,mBAAmB,GAAnB,gCAAmB,KAAnB,gCAAmB,QAY9B;IACD;;OAEG;IACH,IAAY,mBAMX;IAND,WAAY,mBAAmB;QAC3B,4CAAqB,CAAA;QACrB,kDAA2B,CAAA;QAC3B,sCAAe,CAAA;QACf,wCAAiB,CAAA;QACjB,0CAAmB,CAAA;IACvB,CAAC,EANW,mBAAmB,GAAnB,gCAAmB,KAAnB,gCAAmB,QAM9B;IACD;;OAEG;IACH,IAAY,qBAOX;IAPD,WAAY,qBAAqB;QAC7B,4CAAmB,CAAA;QACnB,wCAAe,CAAA;QACf,sCAAa,CAAA;QACb,wCAAe,CAAA;QACf,0CAAiB,CAAA;QACjB,wCAAe,CAAA;IACnB,CAAC,EAPW,qBAAqB,GAArB,kCAAqB,KAArB,kCAAqB,QAOhC;IACD;;OAEG;IACH,IAAY,QAYX;IAZD,WAAY,QAAQ;QAChB,2BAAe,CAAA;QACf,kCAAsB,CAAA;QACtB,wCAA4B,CAAA;QAC5B,2DAA+C,CAAA;QAC/C,kCAAsB,CAAA;QACtB,qDAAyC,CAAA;QACzC,qBAAS,CAAA;QACT,4BAAgB,CAAA;QAChB,iCAAqB,CAAA;QACrB,+CAAmC,CAAA;QACnC,+BAAmB,CAAA;IACvB,CAAC,EAZW,QAAQ,GAAR,qBAAQ,KAAR,qBAAQ,QAYnB;AACL,CAAC,EAvEgB,YAAY,4BAAZ,YAAY,QAuE5B"}
|
|
@@ -44,6 +44,14 @@ export type CreateTransactionDto = {
|
|
|
44
44
|
* Method used for payment
|
|
45
45
|
*/
|
|
46
46
|
paymentMethod?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Payment network or settlement rail used for the transaction. Predefined values: SWIFT, SEPA, Fedwire, ACH, NIP, PIX, MobileMoney, SPEI. Custom values are also accepted.
|
|
49
|
+
*/
|
|
50
|
+
paymentRail?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Categorization of the transfer nature
|
|
53
|
+
*/
|
|
54
|
+
transferType?: CreateTransactionDto.transferType;
|
|
47
55
|
/**
|
|
48
56
|
* Custom fields data
|
|
49
57
|
*/
|
|
@@ -53,3 +61,13 @@ export type CreateTransactionDto = {
|
|
|
53
61
|
*/
|
|
54
62
|
integrations?: TransactionIntegrationsDto;
|
|
55
63
|
};
|
|
64
|
+
export declare namespace CreateTransactionDto {
|
|
65
|
+
/**
|
|
66
|
+
* Categorization of the transfer nature
|
|
67
|
+
*/
|
|
68
|
+
enum transferType {
|
|
69
|
+
INTERNATIONAL = "INTERNATIONAL",
|
|
70
|
+
DOMESTIC = "DOMESTIC",
|
|
71
|
+
INTERNAL = "INTERNAL"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTransactionDto = void 0;
|
|
4
|
+
var CreateTransactionDto;
|
|
5
|
+
(function (CreateTransactionDto) {
|
|
6
|
+
/**
|
|
7
|
+
* Categorization of the transfer nature
|
|
8
|
+
*/
|
|
9
|
+
let transferType;
|
|
10
|
+
(function (transferType) {
|
|
11
|
+
transferType["INTERNATIONAL"] = "INTERNATIONAL";
|
|
12
|
+
transferType["DOMESTIC"] = "DOMESTIC";
|
|
13
|
+
transferType["INTERNAL"] = "INTERNAL";
|
|
14
|
+
})(transferType = CreateTransactionDto.transferType || (CreateTransactionDto.transferType = {}));
|
|
15
|
+
})(CreateTransactionDto || (exports.CreateTransactionDto = CreateTransactionDto = {}));
|
|
3
16
|
//# sourceMappingURL=CreateTransactionDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTransactionDto.js","sourceRoot":"","sources":["../../models/CreateTransactionDto.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"CreateTransactionDto.js","sourceRoot":"","sources":["../../models/CreateTransactionDto.ts"],"names":[],"mappings":";;;AAmEA,IAAiB,oBAAoB,CASpC;AATD,WAAiB,oBAAoB;IACjC;;OAEG;IACH,IAAY,YAIX;IAJD,WAAY,YAAY;QACpB,+CAA+B,CAAA;QAC/B,qCAAqB,CAAA;QACrB,qCAAqB,CAAA;IACzB,CAAC,EAJW,YAAY,GAAZ,iCAAY,KAAZ,iCAAY,QAIvB;AACL,CAAC,EATgB,oBAAoB,oCAApB,oBAAoB,QASpC"}
|
|
@@ -49,6 +49,14 @@ export type TransactionDto = {
|
|
|
49
49
|
* Method used for payment
|
|
50
50
|
*/
|
|
51
51
|
paymentMethod?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Payment network or settlement rail used for the transaction. Predefined values: SWIFT, SEPA, Fedwire, ACH, NIP, PIX, MobileMoney, SPEI. Custom values are also accepted.
|
|
54
|
+
*/
|
|
55
|
+
paymentRail?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Categorization of the transfer nature
|
|
58
|
+
*/
|
|
59
|
+
transferType?: TransactionDto.transferType;
|
|
52
60
|
/**
|
|
53
61
|
* Timestamp when the transaction was created
|
|
54
62
|
*/
|
|
@@ -94,4 +102,12 @@ export declare namespace TransactionDto {
|
|
|
94
102
|
BUY = "BUY",
|
|
95
103
|
SELL = "SELL"
|
|
96
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* Categorization of the transfer nature
|
|
107
|
+
*/
|
|
108
|
+
enum transferType {
|
|
109
|
+
INTERNATIONAL = "INTERNATIONAL",
|
|
110
|
+
DOMESTIC = "DOMESTIC",
|
|
111
|
+
INTERNAL = "INTERNAL"
|
|
112
|
+
}
|
|
97
113
|
}
|
|
@@ -20,5 +20,14 @@ var TransactionDto;
|
|
|
20
20
|
sideInTrade["BUY"] = "BUY";
|
|
21
21
|
sideInTrade["SELL"] = "SELL";
|
|
22
22
|
})(sideInTrade = TransactionDto.sideInTrade || (TransactionDto.sideInTrade = {}));
|
|
23
|
+
/**
|
|
24
|
+
* Categorization of the transfer nature
|
|
25
|
+
*/
|
|
26
|
+
let transferType;
|
|
27
|
+
(function (transferType) {
|
|
28
|
+
transferType["INTERNATIONAL"] = "INTERNATIONAL";
|
|
29
|
+
transferType["DOMESTIC"] = "DOMESTIC";
|
|
30
|
+
transferType["INTERNAL"] = "INTERNAL";
|
|
31
|
+
})(transferType = TransactionDto.transferType || (TransactionDto.transferType = {}));
|
|
23
32
|
})(TransactionDto || (exports.TransactionDto = TransactionDto = {}));
|
|
24
33
|
//# sourceMappingURL=TransactionDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionDto.js","sourceRoot":"","sources":["../../models/TransactionDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"TransactionDto.js","sourceRoot":"","sources":["../../models/TransactionDto.ts"],"names":[],"mappings":";;;AA4FA,IAAiB,cAAc,CAwB9B;AAxBD,WAAiB,cAAc;IAC3B;;OAEG;IACH,IAAY,IAIX;IAJD,WAAY,IAAI;QACZ,2BAAmB,CAAA;QACnB,6BAAqB,CAAA;QACrB,uBAAe,CAAA;IACnB,CAAC,EAJW,IAAI,GAAJ,mBAAI,KAAJ,mBAAI,QAIf;IACD;;OAEG;IACH,IAAY,WAGX;IAHD,WAAY,WAAW;QACnB,0BAAW,CAAA;QACX,4BAAa,CAAA;IACjB,CAAC,EAHW,WAAW,GAAX,0BAAW,KAAX,0BAAW,QAGtB;IACD;;OAEG;IACH,IAAY,YAIX;IAJD,WAAY,YAAY;QACpB,+CAA+B,CAAA;QAC/B,qCAAqB,CAAA;QACrB,qCAAqB,CAAA;IACzB,CAAC,EAJW,YAAY,GAAZ,2BAAY,KAAZ,2BAAY,QAIvB;AACL,CAAC,EAxBgB,cAAc,8BAAd,cAAc,QAwB9B"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import type { ConditionResultDto } from './ConditionResultDto';
|
|
2
|
+
export type TransactionEvaluationRecordDto = {
|
|
3
|
+
/**
|
|
4
|
+
* Evaluation record unique identifier
|
|
5
|
+
*/
|
|
6
|
+
id: string;
|
|
7
|
+
/**
|
|
8
|
+
* Rule ID that was evaluated
|
|
9
|
+
*/
|
|
10
|
+
ruleId: string;
|
|
11
|
+
/**
|
|
12
|
+
* Rule name at time of evaluation
|
|
13
|
+
*/
|
|
14
|
+
ruleName: string;
|
|
15
|
+
/**
|
|
16
|
+
* Rule version at time of evaluation
|
|
17
|
+
*/
|
|
18
|
+
ruleVersion: number;
|
|
19
|
+
/**
|
|
20
|
+
* Whether the rule matched (hit)
|
|
21
|
+
*/
|
|
22
|
+
matched: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Rule decision: FREEZE if rule would halt the transaction, ALLOW otherwise. Null for legacy records.
|
|
25
|
+
*/
|
|
26
|
+
decision?: TransactionEvaluationRecordDto.decision | null;
|
|
27
|
+
/**
|
|
28
|
+
* How the evaluation was triggered (API or EVENT)
|
|
29
|
+
*/
|
|
30
|
+
evaluationSource: string;
|
|
31
|
+
/**
|
|
32
|
+
* Detailed condition results for this evaluation
|
|
33
|
+
*/
|
|
34
|
+
conditionResults: Array<ConditionResultDto> | null;
|
|
35
|
+
/**
|
|
36
|
+
* Hash of the passing condition pattern for path analytics
|
|
37
|
+
*/
|
|
38
|
+
conditionPatternHash: string | null;
|
|
39
|
+
/**
|
|
40
|
+
* When the rule engine processed this evaluation
|
|
41
|
+
*/
|
|
42
|
+
evaluatedAt: string;
|
|
43
|
+
/**
|
|
44
|
+
* Evaluation latency in milliseconds
|
|
45
|
+
*/
|
|
46
|
+
latencyMs: number | null;
|
|
47
|
+
/**
|
|
48
|
+
* Transaction ID
|
|
49
|
+
*/
|
|
50
|
+
transactionId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Current (latest) version of this rule, null if rule no longer exists
|
|
53
|
+
*/
|
|
54
|
+
currentRuleVersion?: number | null;
|
|
55
|
+
/**
|
|
56
|
+
* Whether the rule still exists in the system (not soft-deleted)
|
|
57
|
+
*/
|
|
58
|
+
ruleExists?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Whether the rule is currently active
|
|
61
|
+
*/
|
|
62
|
+
ruleActive?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Current display name of the rule from the latest version
|
|
65
|
+
*/
|
|
66
|
+
currentRuleName?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* Current description of the rule from the latest version
|
|
69
|
+
*/
|
|
70
|
+
currentRuleDescription?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* AI-generated human-readable narrative for this evaluation
|
|
73
|
+
*/
|
|
74
|
+
narrative?: string | null;
|
|
75
|
+
};
|
|
76
|
+
export declare namespace TransactionEvaluationRecordDto {
|
|
77
|
+
/**
|
|
78
|
+
* Rule decision: FREEZE if rule would halt the transaction, ALLOW otherwise. Null for legacy records.
|
|
79
|
+
*/
|
|
80
|
+
enum decision {
|
|
81
|
+
FREEZE = "FREEZE",
|
|
82
|
+
ALLOW = "ALLOW"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransactionEvaluationRecordDto = void 0;
|
|
4
|
+
var TransactionEvaluationRecordDto;
|
|
5
|
+
(function (TransactionEvaluationRecordDto) {
|
|
6
|
+
/**
|
|
7
|
+
* Rule decision: FREEZE if rule would halt the transaction, ALLOW otherwise. Null for legacy records.
|
|
8
|
+
*/
|
|
9
|
+
let decision;
|
|
10
|
+
(function (decision) {
|
|
11
|
+
decision["FREEZE"] = "FREEZE";
|
|
12
|
+
decision["ALLOW"] = "ALLOW";
|
|
13
|
+
})(decision = TransactionEvaluationRecordDto.decision || (TransactionEvaluationRecordDto.decision = {}));
|
|
14
|
+
})(TransactionEvaluationRecordDto || (exports.TransactionEvaluationRecordDto = TransactionEvaluationRecordDto = {}));
|
|
15
|
+
//# sourceMappingURL=TransactionEvaluationRecordDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionEvaluationRecordDto.js","sourceRoot":"","sources":["../../models/TransactionEvaluationRecordDto.ts"],"names":[],"mappings":";;;AA+EA,IAAiB,8BAA8B,CAQ9C;AARD,WAAiB,8BAA8B;IAC3C;;OAEG;IACH,IAAY,QAGX;IAHD,WAAY,QAAQ;QAChB,6BAAiB,CAAA;QACjB,2BAAe,CAAA;IACnB,CAAC,EAHW,QAAQ,GAAR,uCAAQ,KAAR,uCAAQ,QAGnB;AACL,CAAC,EARgB,8BAA8B,8CAA9B,8BAA8B,QAQ9C"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { TransactionEvaluationRecordDto } from './TransactionEvaluationRecordDto';
|
|
2
|
+
export type TransactionEvaluationsResponseDto = {
|
|
3
|
+
data: Array<TransactionEvaluationRecordDto>;
|
|
4
|
+
/**
|
|
5
|
+
* Total number of matching records
|
|
6
|
+
*/
|
|
7
|
+
totalItems: number;
|
|
8
|
+
/**
|
|
9
|
+
* Current page number
|
|
10
|
+
*/
|
|
11
|
+
page: number;
|
|
12
|
+
/**
|
|
13
|
+
* Page size
|
|
14
|
+
*/
|
|
15
|
+
pageSize: number;
|
|
16
|
+
/**
|
|
17
|
+
* Total number of pages
|
|
18
|
+
*/
|
|
19
|
+
totalPages: number;
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionEvaluationsResponseDto.js","sourceRoot":"","sources":["../../models/TransactionEvaluationsResponseDto.ts"],"names":[],"mappings":""}
|
|
@@ -18,6 +18,14 @@ export type UpdateTransactionDto = {
|
|
|
18
18
|
* Method used for payment
|
|
19
19
|
*/
|
|
20
20
|
paymentMethod?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Payment network or settlement rail used for the transaction. Predefined values: SWIFT, SEPA, Fedwire, ACH, NIP, PIX, MobileMoney, SPEI. Custom values are also accepted.
|
|
23
|
+
*/
|
|
24
|
+
paymentRail?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Categorization of the transfer nature
|
|
27
|
+
*/
|
|
28
|
+
transferType?: UpdateTransactionDto.transferType;
|
|
21
29
|
/**
|
|
22
30
|
* Integrations data for the transaction
|
|
23
31
|
*/
|
|
@@ -27,3 +35,13 @@ export type UpdateTransactionDto = {
|
|
|
27
35
|
*/
|
|
28
36
|
customFields?: Record<string, TransactionCustomFieldDto>;
|
|
29
37
|
};
|
|
38
|
+
export declare namespace UpdateTransactionDto {
|
|
39
|
+
/**
|
|
40
|
+
* Categorization of the transfer nature
|
|
41
|
+
*/
|
|
42
|
+
enum transferType {
|
|
43
|
+
INTERNATIONAL = "INTERNATIONAL",
|
|
44
|
+
DOMESTIC = "DOMESTIC",
|
|
45
|
+
INTERNAL = "INTERNAL"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateTransactionDto = void 0;
|
|
4
|
+
var UpdateTransactionDto;
|
|
5
|
+
(function (UpdateTransactionDto) {
|
|
6
|
+
/**
|
|
7
|
+
* Categorization of the transfer nature
|
|
8
|
+
*/
|
|
9
|
+
let transferType;
|
|
10
|
+
(function (transferType) {
|
|
11
|
+
transferType["INTERNATIONAL"] = "INTERNATIONAL";
|
|
12
|
+
transferType["DOMESTIC"] = "DOMESTIC";
|
|
13
|
+
transferType["INTERNAL"] = "INTERNAL";
|
|
14
|
+
})(transferType = UpdateTransactionDto.transferType || (UpdateTransactionDto.transferType = {}));
|
|
15
|
+
})(UpdateTransactionDto || (exports.UpdateTransactionDto = UpdateTransactionDto = {}));
|
|
3
16
|
//# sourceMappingURL=UpdateTransactionDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateTransactionDto.js","sourceRoot":"","sources":["../../models/UpdateTransactionDto.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"UpdateTransactionDto.js","sourceRoot":"","sources":["../../models/UpdateTransactionDto.ts"],"names":[],"mappings":";;;AAyCA,IAAiB,oBAAoB,CASpC;AATD,WAAiB,oBAAoB;IACjC;;OAEG;IACH,IAAY,YAIX;IAJD,WAAY,YAAY;QACpB,+CAA+B,CAAA;QAC/B,qCAAqB,CAAA;QACrB,qCAAqB,CAAA;IACzB,CAAC,EAJW,YAAY,GAAZ,iCAAY,KAAZ,iCAAY,QAIvB;AACL,CAAC,EATgB,oBAAoB,oCAApB,oBAAoB,QASpC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { EvaluationRequestDto } from '../models/EvaluationRequestDto';
|
|
2
2
|
import type { EvaluationResultDto } from '../models/EvaluationResultDto';
|
|
3
|
+
import type { TransactionEvaluationsResponseDto } from '../models/TransactionEvaluationsResponseDto';
|
|
3
4
|
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
4
5
|
import type { BaseHttpRequest } from '../core/BaseHttpRequest';
|
|
5
6
|
export declare class EvaluationService {
|
|
@@ -13,4 +14,24 @@ export declare class EvaluationService {
|
|
|
13
14
|
* @throws ApiError
|
|
14
15
|
*/
|
|
15
16
|
evaluate(requestBody: EvaluationRequestDto): CancelablePromise<EvaluationResultDto>;
|
|
17
|
+
/**
|
|
18
|
+
* Get all rule evaluations for a transaction
|
|
19
|
+
* Get all rule evaluations for a specific transaction
|
|
20
|
+
* @param transactionId
|
|
21
|
+
* @param page
|
|
22
|
+
* @param pageSize
|
|
23
|
+
* @returns TransactionEvaluationsResponseDto
|
|
24
|
+
* @throws ApiError
|
|
25
|
+
*/
|
|
26
|
+
getTransactionEvaluations(transactionId: string, page?: number, pageSize?: number): CancelablePromise<TransactionEvaluationsResponseDto>;
|
|
27
|
+
/**
|
|
28
|
+
* Get all transaction evaluations for a rule
|
|
29
|
+
* Get all transaction evaluations for a specific rule
|
|
30
|
+
* @param ruleId
|
|
31
|
+
* @param page
|
|
32
|
+
* @param pageSize
|
|
33
|
+
* @returns TransactionEvaluationsResponseDto
|
|
34
|
+
* @throws ApiError
|
|
35
|
+
*/
|
|
36
|
+
getRuleEvaluations(ruleId: string, page?: number, pageSize?: number): CancelablePromise<TransactionEvaluationsResponseDto>;
|
|
16
37
|
}
|
|
@@ -21,6 +21,50 @@ class EvaluationService {
|
|
|
21
21
|
mediaType: 'application/json',
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
|
+
/**
|
|
25
|
+
* Get all rule evaluations for a transaction
|
|
26
|
+
* Get all rule evaluations for a specific transaction
|
|
27
|
+
* @param transactionId
|
|
28
|
+
* @param page
|
|
29
|
+
* @param pageSize
|
|
30
|
+
* @returns TransactionEvaluationsResponseDto
|
|
31
|
+
* @throws ApiError
|
|
32
|
+
*/
|
|
33
|
+
getTransactionEvaluations(transactionId, page, pageSize) {
|
|
34
|
+
return this.httpRequest.request({
|
|
35
|
+
method: 'GET',
|
|
36
|
+
url: '/v1/evaluation/transaction/{transactionId}/results',
|
|
37
|
+
path: {
|
|
38
|
+
'transactionId': transactionId,
|
|
39
|
+
},
|
|
40
|
+
query: {
|
|
41
|
+
'page': page,
|
|
42
|
+
'pageSize': pageSize,
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Get all transaction evaluations for a rule
|
|
48
|
+
* Get all transaction evaluations for a specific rule
|
|
49
|
+
* @param ruleId
|
|
50
|
+
* @param page
|
|
51
|
+
* @param pageSize
|
|
52
|
+
* @returns TransactionEvaluationsResponseDto
|
|
53
|
+
* @throws ApiError
|
|
54
|
+
*/
|
|
55
|
+
getRuleEvaluations(ruleId, page, pageSize) {
|
|
56
|
+
return this.httpRequest.request({
|
|
57
|
+
method: 'GET',
|
|
58
|
+
url: '/v1/evaluation/rule/{ruleId}/results',
|
|
59
|
+
path: {
|
|
60
|
+
'ruleId': ruleId,
|
|
61
|
+
},
|
|
62
|
+
query: {
|
|
63
|
+
'page': page,
|
|
64
|
+
'pageSize': pageSize,
|
|
65
|
+
},
|
|
66
|
+
});
|
|
67
|
+
}
|
|
24
68
|
}
|
|
25
69
|
exports.EvaluationService = EvaluationService;
|
|
26
70
|
//# sourceMappingURL=EvaluationService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EvaluationService.js","sourceRoot":"","sources":["../../services/EvaluationService.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"EvaluationService.js","sourceRoot":"","sources":["../../services/EvaluationService.ts"],"names":[],"mappings":";;;AASA,MAAa,iBAAiB;IACE;IAA5B,YAA4B,WAA4B;QAA5B,gBAAW,GAAX,WAAW,CAAiB;IAAG,CAAC;IAC5D;;;;;;OAMG;IACI,QAAQ,CACX,WAAiC;QAEjC,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,yBAAyB;YAC9B,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;;;;;OAQG;IACI,yBAAyB,CAC5B,aAAqB,EACrB,IAAa,EACb,QAAiB;QAEjB,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,oDAAoD;YACzD,IAAI,EAAE;gBACF,eAAe,EAAE,aAAa;aACjC;YACD,KAAK,EAAE;gBACH,MAAM,EAAE,IAAI;gBACZ,UAAU,EAAE,QAAQ;aACvB;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;;;;;OAQG;IACI,kBAAkB,CACrB,MAAc,EACd,IAAa,EACb,QAAiB;QAEjB,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,sCAAsC;YAC3C,IAAI,EAAE;gBACF,QAAQ,EAAE,MAAM;aACnB;YACD,KAAK,EAAE;gBACH,MAAM,EAAE,IAAI;gBACZ,UAAU,EAAE,QAAQ;aACvB;SACJ,CAAC,CAAC;IACP,CAAC;CACJ;AAvED,8CAuEC"}
|