@corsa-labs/sdk 3.28.0 → 3.30.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.
Files changed (33) hide show
  1. package/dist/index.d.ts +8 -8
  2. package/dist/index.js +9 -9
  3. package/dist/index.js.map +1 -1
  4. package/dist/models/BankAccountDto.d.ts +0 -14
  5. package/dist/models/BankAccountDto.js +0 -13
  6. package/dist/models/BankAccountDto.js.map +1 -1
  7. package/dist/models/BlockchainWalletDto.d.ts +0 -14
  8. package/dist/models/BlockchainWalletDto.js +0 -13
  9. package/dist/models/BlockchainWalletDto.js.map +1 -1
  10. package/dist/models/ClientAssociatedToAccountDto.d.ts +14 -0
  11. package/dist/models/ClientAssociatedToAccountDto.js +13 -0
  12. package/dist/models/ClientAssociatedToAccountDto.js.map +1 -1
  13. package/dist/models/ClientAssociatedToBlockchainWalletDto.d.ts +14 -0
  14. package/dist/models/ClientAssociatedToBlockchainWalletDto.js +13 -0
  15. package/dist/models/ClientAssociatedToBlockchainWalletDto.js.map +1 -1
  16. package/dist/models/ClientBankAccountRelationDto.d.ts +14 -0
  17. package/dist/models/ClientBankAccountRelationDto.js +13 -0
  18. package/dist/models/ClientBankAccountRelationDto.js.map +1 -1
  19. package/dist/models/ClientBlockchainWalletRelationDto.d.ts +14 -0
  20. package/dist/models/ClientBlockchainWalletRelationDto.js +13 -0
  21. package/dist/models/ClientBlockchainWalletRelationDto.js.map +1 -1
  22. package/dist/models/CreateBlockchainWalletDto.d.ts +0 -14
  23. package/dist/models/CreateBlockchainWalletDto.js +0 -13
  24. package/dist/models/CreateBlockchainWalletDto.js.map +1 -1
  25. package/dist/models/UpdateBlockchainWalletDto.d.ts +0 -14
  26. package/dist/models/UpdateBlockchainWalletDto.js +0 -13
  27. package/dist/models/UpdateBlockchainWalletDto.js.map +1 -1
  28. package/dist/services/BankAccountsService.d.ts +3 -2
  29. package/dist/services/BankAccountsService.js +6 -2
  30. package/dist/services/BankAccountsService.js.map +1 -1
  31. package/dist/services/BlockchainWalletsService.d.ts +3 -3
  32. package/dist/services/BlockchainWalletsService.js +3 -3
  33. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -17,10 +17,10 @@ export type { AssociatedAlertDto } from './models/AssociatedAlertDto';
17
17
  export type { AssociatedCaseDto } from './models/AssociatedCaseDto';
18
18
  export type { AssociatedClientDto } from './models/AssociatedClientDto';
19
19
  export type { AssociatedTransactionDto } from './models/AssociatedTransactionDto';
20
- export { BankAccountDto } from './models/BankAccountDto';
20
+ export type { BankAccountDto } from './models/BankAccountDto';
21
21
  export type { BatchCreateAlertsDto } from './models/BatchCreateAlertsDto';
22
22
  export type { BatchCreateAlertsResponseDto } from './models/BatchCreateAlertsResponseDto';
23
- export { BlockchainWalletDto } from './models/BlockchainWalletDto';
23
+ export type { BlockchainWalletDto } from './models/BlockchainWalletDto';
24
24
  export { CaseDto } from './models/CaseDto';
25
25
  export type { CaseInvestigationData } from './models/CaseInvestigationData';
26
26
  export { CaseStatusData } from './models/CaseStatusData';
@@ -28,10 +28,10 @@ export { ChecklistItemResponseDto } from './models/ChecklistItemResponseDto';
28
28
  export { ChecklistResponseDto } from './models/ChecklistResponseDto';
29
29
  export { ChecklistTemplateItemResponseDto } from './models/ChecklistTemplateItemResponseDto';
30
30
  export { ChecklistTemplateResponseDto } from './models/ChecklistTemplateResponseDto';
31
- export type { ClientAssociatedToAccountDto } from './models/ClientAssociatedToAccountDto';
32
- export type { ClientAssociatedToBlockchainWalletDto } from './models/ClientAssociatedToBlockchainWalletDto';
33
- export type { ClientBankAccountRelationDto } from './models/ClientBankAccountRelationDto';
34
- export type { ClientBlockchainWalletRelationDto } from './models/ClientBlockchainWalletRelationDto';
31
+ export { ClientAssociatedToAccountDto } from './models/ClientAssociatedToAccountDto';
32
+ export { ClientAssociatedToBlockchainWalletDto } from './models/ClientAssociatedToBlockchainWalletDto';
33
+ export { ClientBankAccountRelationDto } from './models/ClientBankAccountRelationDto';
34
+ export { ClientBlockchainWalletRelationDto } from './models/ClientBlockchainWalletRelationDto';
35
35
  export type { CorporateClientAddressDto } from './models/CorporateClientAddressDto';
36
36
  export type { CorporateClientAddressLineDto } from './models/CorporateClientAddressLineDto';
37
37
  export type { CorporateClientApplicationDto } from './models/CorporateClientApplicationDto';
@@ -43,7 +43,7 @@ export type { CorporateClientIntegrationsDto } from './models/CorporateClientInt
43
43
  export { CorporateMemberDto } from './models/CorporateMemberDto';
44
44
  export { CreateAlertDto } from './models/CreateAlertDto';
45
45
  export { CreateBankAccountDto } from './models/CreateBankAccountDto';
46
- export { CreateBlockchainWalletDto } from './models/CreateBlockchainWalletDto';
46
+ export type { CreateBlockchainWalletDto } from './models/CreateBlockchainWalletDto';
47
47
  export { CreateCaseDto } from './models/CreateCaseDto';
48
48
  export { CreateChecklistTemplateDto } from './models/CreateChecklistTemplateDto';
49
49
  export { CreateChecklistTemplateItemDto } from './models/CreateChecklistTemplateItemDto';
@@ -87,7 +87,7 @@ export type { TransactionSourceOrDestinationDto } from './models/TransactionSour
87
87
  export { TransactionStatusDto } from './models/TransactionStatusDto';
88
88
  export { UpdateAlertDto } from './models/UpdateAlertDto';
89
89
  export { UpdateBankAccountDto } from './models/UpdateBankAccountDto';
90
- export { UpdateBlockchainWalletDto } from './models/UpdateBlockchainWalletDto';
90
+ export type { UpdateBlockchainWalletDto } from './models/UpdateBlockchainWalletDto';
91
91
  export { UpdateCaseDto } from './models/UpdateCaseDto';
92
92
  export type { UpdateCaseInvestigationDto } from './models/UpdateCaseInvestigationDto';
93
93
  export { UpdateCaseStatusDto } from './models/UpdateCaseStatusDto';
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateChecklistItemDto = exports.UpdateCaseStatusDto = exports.UpdateCaseDto = exports.UpdateBlockchainWalletDto = exports.UpdateBankAccountDto = exports.UpdateAlertDto = exports.TransactionStatusDto = exports.TransactionDto = exports.TradeOperationDto = exports.RiskDto = exports.OperationStatusUpdateDto = exports.OperationStatusDto = exports.IndividualMemberDto = exports.IndividualClientGeneralInformationDto = exports.IndividualClientDto = exports.IndividualClientCustomFieldDataDto = exports.IdentityDocumentDto = exports.CreateTradeOperationDto = exports.CreateOrUpdateRiskDto = exports.CreateIndividualMemberDto = exports.CreateIndividualClientDto = exports.CreateIdentityDocumentDto = exports.CreateCorporateMemberDto = exports.CreateCorporateClientDto = exports.CreateChecklistTemplateItemDto = exports.CreateChecklistTemplateDto = exports.CreateCaseDto = exports.CreateBlockchainWalletDto = exports.CreateBankAccountDto = exports.CreateAlertDto = exports.CorporateMemberDto = exports.CorporateClientDto = exports.CorporateClientCustomFieldDataDto = exports.ChecklistTemplateResponseDto = exports.ChecklistTemplateItemResponseDto = exports.ChecklistResponseDto = exports.ChecklistItemResponseDto = exports.CaseStatusData = exports.CaseDto = exports.BlockchainWalletDto = exports.BankAccountDto = exports.AlertStatusData = exports.AlertSourceDto = exports.AlertDto = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.BaseHttpRequest = exports.ApiError = exports.ComplianceClient = void 0;
3
+ exports.UpdateChecklistItemDto = exports.UpdateCaseStatusDto = exports.UpdateCaseDto = exports.UpdateBankAccountDto = exports.UpdateAlertDto = exports.TransactionStatusDto = exports.TransactionDto = exports.TradeOperationDto = exports.RiskDto = exports.OperationStatusUpdateDto = exports.OperationStatusDto = exports.IndividualMemberDto = exports.IndividualClientGeneralInformationDto = exports.IndividualClientDto = exports.IndividualClientCustomFieldDataDto = exports.IdentityDocumentDto = exports.CreateTradeOperationDto = exports.CreateOrUpdateRiskDto = exports.CreateIndividualMemberDto = exports.CreateIndividualClientDto = exports.CreateIdentityDocumentDto = exports.CreateCorporateMemberDto = exports.CreateCorporateClientDto = exports.CreateChecklistTemplateItemDto = exports.CreateChecklistTemplateDto = exports.CreateCaseDto = exports.CreateBankAccountDto = exports.CreateAlertDto = exports.CorporateMemberDto = exports.CorporateClientDto = exports.CorporateClientCustomFieldDataDto = exports.ClientBlockchainWalletRelationDto = exports.ClientBankAccountRelationDto = exports.ClientAssociatedToBlockchainWalletDto = exports.ClientAssociatedToAccountDto = exports.ChecklistTemplateResponseDto = exports.ChecklistTemplateItemResponseDto = exports.ChecklistResponseDto = exports.ChecklistItemResponseDto = exports.CaseStatusData = exports.CaseDto = exports.AlertStatusData = exports.AlertSourceDto = exports.AlertDto = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.BaseHttpRequest = exports.ApiError = exports.ComplianceClient = void 0;
4
4
  exports.WithdrawalsService = exports.TransactionsService = exports.TradesService = exports.PlatformService = exports.MembersService = exports.HealthService = exports.DepositsService = exports.ClientsService = exports.ChecklistsService = exports.CasesService = exports.BlockchainWalletsService = exports.BankAccountsService = exports.AlertsService = exports.UpdateIndividualMemberDto = exports.UpdateIndividualClientDto = exports.UpdateIdentityDocumentDto = exports.UpdateCorporateMemberDto = exports.UpdateCorporateClientDto = exports.UpdateChecklistTemplateItemDto = void 0;
5
5
  /* generated using openapi-typescript-codegen -- do not edit */
6
6
  /* istanbul ignore file */
@@ -23,10 +23,6 @@ var AlertSourceDto_1 = require("./models/AlertSourceDto");
23
23
  Object.defineProperty(exports, "AlertSourceDto", { enumerable: true, get: function () { return AlertSourceDto_1.AlertSourceDto; } });
24
24
  var AlertStatusData_1 = require("./models/AlertStatusData");
25
25
  Object.defineProperty(exports, "AlertStatusData", { enumerable: true, get: function () { return AlertStatusData_1.AlertStatusData; } });
26
- var BankAccountDto_1 = require("./models/BankAccountDto");
27
- Object.defineProperty(exports, "BankAccountDto", { enumerable: true, get: function () { return BankAccountDto_1.BankAccountDto; } });
28
- var BlockchainWalletDto_1 = require("./models/BlockchainWalletDto");
29
- Object.defineProperty(exports, "BlockchainWalletDto", { enumerable: true, get: function () { return BlockchainWalletDto_1.BlockchainWalletDto; } });
30
26
  var CaseDto_1 = require("./models/CaseDto");
31
27
  Object.defineProperty(exports, "CaseDto", { enumerable: true, get: function () { return CaseDto_1.CaseDto; } });
32
28
  var CaseStatusData_1 = require("./models/CaseStatusData");
@@ -39,6 +35,14 @@ var ChecklistTemplateItemResponseDto_1 = require("./models/ChecklistTemplateItem
39
35
  Object.defineProperty(exports, "ChecklistTemplateItemResponseDto", { enumerable: true, get: function () { return ChecklistTemplateItemResponseDto_1.ChecklistTemplateItemResponseDto; } });
40
36
  var ChecklistTemplateResponseDto_1 = require("./models/ChecklistTemplateResponseDto");
41
37
  Object.defineProperty(exports, "ChecklistTemplateResponseDto", { enumerable: true, get: function () { return ChecklistTemplateResponseDto_1.ChecklistTemplateResponseDto; } });
38
+ var ClientAssociatedToAccountDto_1 = require("./models/ClientAssociatedToAccountDto");
39
+ Object.defineProperty(exports, "ClientAssociatedToAccountDto", { enumerable: true, get: function () { return ClientAssociatedToAccountDto_1.ClientAssociatedToAccountDto; } });
40
+ var ClientAssociatedToBlockchainWalletDto_1 = require("./models/ClientAssociatedToBlockchainWalletDto");
41
+ Object.defineProperty(exports, "ClientAssociatedToBlockchainWalletDto", { enumerable: true, get: function () { return ClientAssociatedToBlockchainWalletDto_1.ClientAssociatedToBlockchainWalletDto; } });
42
+ var ClientBankAccountRelationDto_1 = require("./models/ClientBankAccountRelationDto");
43
+ Object.defineProperty(exports, "ClientBankAccountRelationDto", { enumerable: true, get: function () { return ClientBankAccountRelationDto_1.ClientBankAccountRelationDto; } });
44
+ var ClientBlockchainWalletRelationDto_1 = require("./models/ClientBlockchainWalletRelationDto");
45
+ Object.defineProperty(exports, "ClientBlockchainWalletRelationDto", { enumerable: true, get: function () { return ClientBlockchainWalletRelationDto_1.ClientBlockchainWalletRelationDto; } });
42
46
  var CorporateClientCustomFieldDataDto_1 = require("./models/CorporateClientCustomFieldDataDto");
43
47
  Object.defineProperty(exports, "CorporateClientCustomFieldDataDto", { enumerable: true, get: function () { return CorporateClientCustomFieldDataDto_1.CorporateClientCustomFieldDataDto; } });
44
48
  var CorporateClientDto_1 = require("./models/CorporateClientDto");
@@ -49,8 +53,6 @@ var CreateAlertDto_1 = require("./models/CreateAlertDto");
49
53
  Object.defineProperty(exports, "CreateAlertDto", { enumerable: true, get: function () { return CreateAlertDto_1.CreateAlertDto; } });
50
54
  var CreateBankAccountDto_1 = require("./models/CreateBankAccountDto");
51
55
  Object.defineProperty(exports, "CreateBankAccountDto", { enumerable: true, get: function () { return CreateBankAccountDto_1.CreateBankAccountDto; } });
52
- var CreateBlockchainWalletDto_1 = require("./models/CreateBlockchainWalletDto");
53
- Object.defineProperty(exports, "CreateBlockchainWalletDto", { enumerable: true, get: function () { return CreateBlockchainWalletDto_1.CreateBlockchainWalletDto; } });
54
56
  var CreateCaseDto_1 = require("./models/CreateCaseDto");
55
57
  Object.defineProperty(exports, "CreateCaseDto", { enumerable: true, get: function () { return CreateCaseDto_1.CreateCaseDto; } });
56
58
  var CreateChecklistTemplateDto_1 = require("./models/CreateChecklistTemplateDto");
@@ -97,8 +99,6 @@ var UpdateAlertDto_1 = require("./models/UpdateAlertDto");
97
99
  Object.defineProperty(exports, "UpdateAlertDto", { enumerable: true, get: function () { return UpdateAlertDto_1.UpdateAlertDto; } });
98
100
  var UpdateBankAccountDto_1 = require("./models/UpdateBankAccountDto");
99
101
  Object.defineProperty(exports, "UpdateBankAccountDto", { enumerable: true, get: function () { return UpdateBankAccountDto_1.UpdateBankAccountDto; } });
100
- var UpdateBlockchainWalletDto_1 = require("./models/UpdateBlockchainWalletDto");
101
- Object.defineProperty(exports, "UpdateBlockchainWalletDto", { enumerable: true, get: function () { return UpdateBlockchainWalletDto_1.UpdateBlockchainWalletDto; } });
102
102
  var UpdateCaseDto_1 = require("./models/UpdateCaseDto");
103
103
  Object.defineProperty(exports, "UpdateCaseDto", { enumerable: true, get: function () { return UpdateCaseDto_1.UpdateCaseDto; } });
104
104
  var UpdateCaseStatusDto_1 = require("./models/UpdateCaseStatusDto");
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
@@ -9,10 +9,6 @@ export type BankAccountDto = {
9
9
  * External reference ID for the bank account
10
10
  */
11
11
  referenceId?: string;
12
- /**
13
- * Status of the bank account
14
- */
15
- status?: BankAccountDto.status;
16
12
  /**
17
13
  * Timestamp when the bank account was created
18
14
  */
@@ -74,13 +70,3 @@ export type BankAccountDto = {
74
70
  */
75
71
  customFields?: Record<string, any>;
76
72
  };
77
- export declare namespace BankAccountDto {
78
- /**
79
- * Status of the bank account
80
- */
81
- enum status {
82
- ACTIVE = "ACTIVE",
83
- INACTIVE = "INACTIVE",
84
- CLOSED = "CLOSED"
85
- }
86
- }
@@ -1,16 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BankAccountDto = void 0;
4
- var BankAccountDto;
5
- (function (BankAccountDto) {
6
- /**
7
- * Status of the bank account
8
- */
9
- let status;
10
- (function (status) {
11
- status["ACTIVE"] = "ACTIVE";
12
- status["INACTIVE"] = "INACTIVE";
13
- status["CLOSED"] = "CLOSED";
14
- })(status = BankAccountDto.status || (BankAccountDto.status = {}));
15
- })(BankAccountDto || (exports.BankAccountDto = BankAccountDto = {}));
16
3
  //# sourceMappingURL=BankAccountDto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BankAccountDto.js","sourceRoot":"","sources":["../../models/BankAccountDto.ts"],"names":[],"mappings":";;;AAgFA,IAAiB,cAAc,CAS9B;AATD,WAAiB,cAAc;IAC3B;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,qBAAM,KAAN,qBAAM,QAIjB;AACL,CAAC,EATgB,cAAc,8BAAd,cAAc,QAS9B"}
1
+ {"version":3,"file":"BankAccountDto.js","sourceRoot":"","sources":["../../models/BankAccountDto.ts"],"names":[],"mappings":""}
@@ -9,10 +9,6 @@ export type BlockchainWalletDto = {
9
9
  * External reference ID for the blockchain wallet
10
10
  */
11
11
  referenceId?: string;
12
- /**
13
- * Status of the blockchain wallet
14
- */
15
- status?: BlockchainWalletDto.status;
16
12
  /**
17
13
  * Screening date of the blockchain wallet
18
14
  */
@@ -50,13 +46,3 @@ export type BlockchainWalletDto = {
50
46
  */
51
47
  customFields?: Record<string, any>;
52
48
  };
53
- export declare namespace BlockchainWalletDto {
54
- /**
55
- * Status of the blockchain wallet
56
- */
57
- enum status {
58
- ACTIVE = "ACTIVE",
59
- INACTIVE = "INACTIVE",
60
- CLOSED = "CLOSED"
61
- }
62
- }
@@ -1,16 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BlockchainWalletDto = void 0;
4
- var BlockchainWalletDto;
5
- (function (BlockchainWalletDto) {
6
- /**
7
- * Status of the blockchain wallet
8
- */
9
- let status;
10
- (function (status) {
11
- status["ACTIVE"] = "ACTIVE";
12
- status["INACTIVE"] = "INACTIVE";
13
- status["CLOSED"] = "CLOSED";
14
- })(status = BlockchainWalletDto.status || (BlockchainWalletDto.status = {}));
15
- })(BlockchainWalletDto || (exports.BlockchainWalletDto = BlockchainWalletDto = {}));
16
3
  //# sourceMappingURL=BlockchainWalletDto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainWalletDto.js","sourceRoot":"","sources":["../../models/BlockchainWalletDto.ts"],"names":[],"mappings":";;;AAwDA,IAAiB,mBAAmB,CASnC;AATD,WAAiB,mBAAmB;IAChC;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,0BAAM,KAAN,0BAAM,QAIjB;AACL,CAAC,EATgB,mBAAmB,mCAAnB,mBAAmB,QASnC"}
1
+ {"version":3,"file":"BlockchainWalletDto.js","sourceRoot":"","sources":["../../models/BlockchainWalletDto.ts"],"names":[],"mappings":""}
@@ -11,4 +11,18 @@ export type ClientAssociatedToAccountDto = {
11
11
  * Custom name for this client-wallet relationship
12
12
  */
13
13
  name?: string;
14
+ /**
15
+ * Status of the client-bank account relationship
16
+ */
17
+ status?: ClientAssociatedToAccountDto.status;
14
18
  };
19
+ export declare namespace ClientAssociatedToAccountDto {
20
+ /**
21
+ * Status of the client-bank account relationship
22
+ */
23
+ enum status {
24
+ ACTIVE = "ACTIVE",
25
+ INACTIVE = "INACTIVE",
26
+ CLOSED = "CLOSED"
27
+ }
28
+ }
@@ -1,3 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClientAssociatedToAccountDto = void 0;
4
+ var ClientAssociatedToAccountDto;
5
+ (function (ClientAssociatedToAccountDto) {
6
+ /**
7
+ * Status of the client-bank account relationship
8
+ */
9
+ let status;
10
+ (function (status) {
11
+ status["ACTIVE"] = "ACTIVE";
12
+ status["INACTIVE"] = "INACTIVE";
13
+ status["CLOSED"] = "CLOSED";
14
+ })(status = ClientAssociatedToAccountDto.status || (ClientAssociatedToAccountDto.status = {}));
15
+ })(ClientAssociatedToAccountDto || (exports.ClientAssociatedToAccountDto = ClientAssociatedToAccountDto = {}));
3
16
  //# sourceMappingURL=ClientAssociatedToAccountDto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientAssociatedToAccountDto.js","sourceRoot":"","sources":["../../models/ClientAssociatedToAccountDto.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ClientAssociatedToAccountDto.js","sourceRoot":"","sources":["../../models/ClientAssociatedToAccountDto.ts"],"names":[],"mappings":";;;AAsBA,IAAiB,4BAA4B,CAS5C;AATD,WAAiB,4BAA4B;IACzC;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAIjB;AACL,CAAC,EATgB,4BAA4B,4CAA5B,4BAA4B,QAS5C"}
@@ -11,4 +11,18 @@ export type ClientAssociatedToBlockchainWalletDto = {
11
11
  * Custom name for this client-wallet relationship
12
12
  */
13
13
  name?: string;
14
+ /**
15
+ * Status of the client-wallet relationship
16
+ */
17
+ status?: ClientAssociatedToBlockchainWalletDto.status;
14
18
  };
19
+ export declare namespace ClientAssociatedToBlockchainWalletDto {
20
+ /**
21
+ * Status of the client-wallet relationship
22
+ */
23
+ enum status {
24
+ ACTIVE = "ACTIVE",
25
+ INACTIVE = "INACTIVE",
26
+ CLOSED = "CLOSED"
27
+ }
28
+ }
@@ -1,3 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClientAssociatedToBlockchainWalletDto = void 0;
4
+ var ClientAssociatedToBlockchainWalletDto;
5
+ (function (ClientAssociatedToBlockchainWalletDto) {
6
+ /**
7
+ * Status of the client-wallet relationship
8
+ */
9
+ let status;
10
+ (function (status) {
11
+ status["ACTIVE"] = "ACTIVE";
12
+ status["INACTIVE"] = "INACTIVE";
13
+ status["CLOSED"] = "CLOSED";
14
+ })(status = ClientAssociatedToBlockchainWalletDto.status || (ClientAssociatedToBlockchainWalletDto.status = {}));
15
+ })(ClientAssociatedToBlockchainWalletDto || (exports.ClientAssociatedToBlockchainWalletDto = ClientAssociatedToBlockchainWalletDto = {}));
3
16
  //# sourceMappingURL=ClientAssociatedToBlockchainWalletDto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientAssociatedToBlockchainWalletDto.js","sourceRoot":"","sources":["../../models/ClientAssociatedToBlockchainWalletDto.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ClientAssociatedToBlockchainWalletDto.js","sourceRoot":"","sources":["../../models/ClientAssociatedToBlockchainWalletDto.ts"],"names":[],"mappings":";;;AAsBA,IAAiB,qCAAqC,CASrD;AATD,WAAiB,qCAAqC;IAClD;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAIjB;AACL,CAAC,EATgB,qCAAqC,qDAArC,qCAAqC,QASrD"}
@@ -7,4 +7,18 @@ export type ClientBankAccountRelationDto = {
7
7
  * Custom name for this client-bank account relationship
8
8
  */
9
9
  name?: string;
10
+ /**
11
+ * Status of the client-bank account relationship
12
+ */
13
+ status?: ClientBankAccountRelationDto.status;
10
14
  };
15
+ export declare namespace ClientBankAccountRelationDto {
16
+ /**
17
+ * Status of the client-bank account relationship
18
+ */
19
+ enum status {
20
+ ACTIVE = "ACTIVE",
21
+ INACTIVE = "INACTIVE",
22
+ CLOSED = "CLOSED"
23
+ }
24
+ }
@@ -1,3 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClientBankAccountRelationDto = void 0;
4
+ var ClientBankAccountRelationDto;
5
+ (function (ClientBankAccountRelationDto) {
6
+ /**
7
+ * Status of the client-bank account relationship
8
+ */
9
+ let status;
10
+ (function (status) {
11
+ status["ACTIVE"] = "ACTIVE";
12
+ status["INACTIVE"] = "INACTIVE";
13
+ status["CLOSED"] = "CLOSED";
14
+ })(status = ClientBankAccountRelationDto.status || (ClientBankAccountRelationDto.status = {}));
15
+ })(ClientBankAccountRelationDto || (exports.ClientBankAccountRelationDto = ClientBankAccountRelationDto = {}));
3
16
  //# sourceMappingURL=ClientBankAccountRelationDto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientBankAccountRelationDto.js","sourceRoot":"","sources":["../../models/ClientBankAccountRelationDto.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ClientBankAccountRelationDto.js","sourceRoot":"","sources":["../../models/ClientBankAccountRelationDto.ts"],"names":[],"mappings":";;;AAkBA,IAAiB,4BAA4B,CAS5C;AATD,WAAiB,4BAA4B;IACzC;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAIjB;AACL,CAAC,EATgB,4BAA4B,4CAA5B,4BAA4B,QAS5C"}
@@ -7,4 +7,18 @@ export type ClientBlockchainWalletRelationDto = {
7
7
  * Custom name for this client-wallet relationship
8
8
  */
9
9
  name?: string;
10
+ /**
11
+ * Status of the client-wallet relationship
12
+ */
13
+ status?: ClientBlockchainWalletRelationDto.status;
10
14
  };
15
+ export declare namespace ClientBlockchainWalletRelationDto {
16
+ /**
17
+ * Status of the client-wallet relationship
18
+ */
19
+ enum status {
20
+ ACTIVE = "ACTIVE",
21
+ INACTIVE = "INACTIVE",
22
+ CLOSED = "CLOSED"
23
+ }
24
+ }
@@ -1,3 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ClientBlockchainWalletRelationDto = void 0;
4
+ var ClientBlockchainWalletRelationDto;
5
+ (function (ClientBlockchainWalletRelationDto) {
6
+ /**
7
+ * Status of the client-wallet relationship
8
+ */
9
+ let status;
10
+ (function (status) {
11
+ status["ACTIVE"] = "ACTIVE";
12
+ status["INACTIVE"] = "INACTIVE";
13
+ status["CLOSED"] = "CLOSED";
14
+ })(status = ClientBlockchainWalletRelationDto.status || (ClientBlockchainWalletRelationDto.status = {}));
15
+ })(ClientBlockchainWalletRelationDto || (exports.ClientBlockchainWalletRelationDto = ClientBlockchainWalletRelationDto = {}));
3
16
  //# sourceMappingURL=ClientBlockchainWalletRelationDto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientBlockchainWalletRelationDto.js","sourceRoot":"","sources":["../../models/ClientBlockchainWalletRelationDto.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ClientBlockchainWalletRelationDto.js","sourceRoot":"","sources":["../../models/ClientBlockchainWalletRelationDto.ts"],"names":[],"mappings":";;;AAkBA,IAAiB,iCAAiC,CASjD;AATD,WAAiB,iCAAiC;IAC9C;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAIjB;AACL,CAAC,EATgB,iCAAiC,iDAAjC,iCAAiC,QASjD"}
@@ -5,10 +5,6 @@ export type CreateBlockchainWalletDto = {
5
5
  * External reference ID for the blockchain wallet
6
6
  */
7
7
  referenceId?: string;
8
- /**
9
- * Status of the blockchain wallet
10
- */
11
- status?: CreateBlockchainWalletDto.status;
12
8
  /**
13
9
  * Screening date of the blockchain wallet
14
10
  */
@@ -34,13 +30,3 @@ export type CreateBlockchainWalletDto = {
34
30
  */
35
31
  associatedClients?: Array<ClientBlockchainWalletRelationDto>;
36
32
  };
37
- export declare namespace CreateBlockchainWalletDto {
38
- /**
39
- * Status of the blockchain wallet
40
- */
41
- enum status {
42
- ACTIVE = "ACTIVE",
43
- INACTIVE = "INACTIVE",
44
- CLOSED = "CLOSED"
45
- }
46
- }
@@ -1,16 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBlockchainWalletDto = void 0;
4
- var CreateBlockchainWalletDto;
5
- (function (CreateBlockchainWalletDto) {
6
- /**
7
- * Status of the blockchain wallet
8
- */
9
- let status;
10
- (function (status) {
11
- status["ACTIVE"] = "ACTIVE";
12
- status["INACTIVE"] = "INACTIVE";
13
- status["CLOSED"] = "CLOSED";
14
- })(status = CreateBlockchainWalletDto.status || (CreateBlockchainWalletDto.status = {}));
15
- })(CreateBlockchainWalletDto || (exports.CreateBlockchainWalletDto = CreateBlockchainWalletDto = {}));
16
3
  //# sourceMappingURL=CreateBlockchainWalletDto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateBlockchainWalletDto.js","sourceRoot":"","sources":["../../models/CreateBlockchainWalletDto.ts"],"names":[],"mappings":";;;AAwCA,IAAiB,yBAAyB,CASzC;AATD,WAAiB,yBAAyB;IACtC;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAIjB;AACL,CAAC,EATgB,yBAAyB,yCAAzB,yBAAyB,QASzC"}
1
+ {"version":3,"file":"CreateBlockchainWalletDto.js","sourceRoot":"","sources":["../../models/CreateBlockchainWalletDto.ts"],"names":[],"mappings":""}
@@ -1,10 +1,6 @@
1
1
  import type { ClientBlockchainWalletRelationDto } from './ClientBlockchainWalletRelationDto';
2
2
  import type { CreateOrUpdateRiskDto } from './CreateOrUpdateRiskDto';
3
3
  export type UpdateBlockchainWalletDto = {
4
- /**
5
- * Status of the blockchain wallet
6
- */
7
- status?: UpdateBlockchainWalletDto.status;
8
4
  /**
9
5
  * Screening date of the blockchain wallet
10
6
  */
@@ -26,13 +22,3 @@ export type UpdateBlockchainWalletDto = {
26
22
  */
27
23
  currentRisk?: CreateOrUpdateRiskDto;
28
24
  };
29
- export declare namespace UpdateBlockchainWalletDto {
30
- /**
31
- * Status of the blockchain wallet
32
- */
33
- enum status {
34
- ACTIVE = "ACTIVE",
35
- INACTIVE = "INACTIVE",
36
- CLOSED = "CLOSED"
37
- }
38
- }
@@ -1,16 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBlockchainWalletDto = void 0;
4
- var UpdateBlockchainWalletDto;
5
- (function (UpdateBlockchainWalletDto) {
6
- /**
7
- * Status of the blockchain wallet
8
- */
9
- let status;
10
- (function (status) {
11
- status["ACTIVE"] = "ACTIVE";
12
- status["INACTIVE"] = "INACTIVE";
13
- status["CLOSED"] = "CLOSED";
14
- })(status = UpdateBlockchainWalletDto.status || (UpdateBlockchainWalletDto.status = {}));
15
- })(UpdateBlockchainWalletDto || (exports.UpdateBlockchainWalletDto = UpdateBlockchainWalletDto = {}));
16
3
  //# sourceMappingURL=UpdateBlockchainWalletDto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateBlockchainWalletDto.js","sourceRoot":"","sources":["../../models/UpdateBlockchainWalletDto.ts"],"names":[],"mappings":";;;AAgCA,IAAiB,yBAAyB,CASzC;AATD,WAAiB,yBAAyB;IACtC;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAIjB;AACL,CAAC,EATgB,yBAAyB,yCAAzB,yBAAyB,QASzC"}
1
+ {"version":3,"file":"UpdateBlockchainWalletDto.js","sourceRoot":"","sources":["../../models/UpdateBlockchainWalletDto.ts"],"names":[],"mappings":""}
@@ -8,12 +8,13 @@ export declare class BankAccountsService {
8
8
  readonly httpRequest: BaseHttpRequest;
9
9
  constructor(httpRequest: BaseHttpRequest);
10
10
  /**
11
- * Create a new bank account
11
+ * Create a new bank account. If upsert is true, update existing bank account if found by referenceId or accountNumber
12
12
  * @param requestBody
13
+ * @param upsert If true, update existing bank account instead of creating if bank account already exists
13
14
  * @returns BankAccountDto
14
15
  * @throws ApiError
15
16
  */
16
- createBankAccount(requestBody: CreateBankAccountDto): CancelablePromise<BankAccountDto>;
17
+ createBankAccount(requestBody: CreateBankAccountDto, upsert?: boolean): CancelablePromise<BankAccountDto>;
17
18
  /**
18
19
  * Get a bank account by ID or reference ID
19
20
  * @param bankAccountId
@@ -7,15 +7,19 @@ class BankAccountsService {
7
7
  this.httpRequest = httpRequest;
8
8
  }
9
9
  /**
10
- * Create a new bank account
10
+ * Create a new bank account. If upsert is true, update existing bank account if found by referenceId or accountNumber
11
11
  * @param requestBody
12
+ * @param upsert If true, update existing bank account instead of creating if bank account already exists
12
13
  * @returns BankAccountDto
13
14
  * @throws ApiError
14
15
  */
15
- createBankAccount(requestBody) {
16
+ createBankAccount(requestBody, upsert) {
16
17
  return this.httpRequest.request({
17
18
  method: 'POST',
18
19
  url: '/v1/bank-accounts',
20
+ query: {
21
+ 'upsert': upsert,
22
+ },
19
23
  body: requestBody,
20
24
  mediaType: 'application/json',
21
25
  });
@@ -1 +1 @@
1
- {"version":3,"file":"BankAccountsService.js","sourceRoot":"","sources":["../../services/BankAccountsService.ts"],"names":[],"mappings":";;;AAUA,MAAa,mBAAmB;IACA;IAA5B,YAA4B,WAA4B;QAA5B,gBAAW,GAAX,WAAW,CAAiB;IAAG,CAAC;IAC5D;;;;;OAKG;IACI,iBAAiB,CACpB,WAAiC;QAEjC,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,mBAAmB;YACxB,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;;OAKG;IACI,cAAc,CACjB,aAAqB;QAErB,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,mCAAmC;YACxC,IAAI,EAAE;gBACF,eAAe,EAAE,aAAa;aACjC;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;;;OAMG;IACI,iBAAiB,CACpB,aAAqB,EACrB,WAAiC;QAEjC,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,mCAAmC;YACxC,IAAI,EAAE;gBACF,eAAe,EAAE,aAAa;aACjC;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;;;OAMG;IACI,+BAA+B,CAClC,aAAqB,EACrB,WAA8C;QAE9C,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,2CAA2C;YAChD,IAAI,EAAE;gBACF,eAAe,EAAE,aAAa;aACjC;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;CACJ;AA7ED,kDA6EC"}
1
+ {"version":3,"file":"BankAccountsService.js","sourceRoot":"","sources":["../../services/BankAccountsService.ts"],"names":[],"mappings":";;;AAUA,MAAa,mBAAmB;IACA;IAA5B,YAA4B,WAA4B;QAA5B,gBAAW,GAAX,WAAW,CAAiB;IAAG,CAAC;IAC5D;;;;;;OAMG;IACI,iBAAiB,CACpB,WAAiC,EACjC,MAAgB;QAEhB,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,mBAAmB;YACxB,KAAK,EAAE;gBACH,QAAQ,EAAE,MAAM;aACnB;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;;OAKG;IACI,cAAc,CACjB,aAAqB;QAErB,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,mCAAmC;YACxC,IAAI,EAAE;gBACF,eAAe,EAAE,aAAa;aACjC;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;;;OAMG;IACI,iBAAiB,CACpB,aAAqB,EACrB,WAAiC;QAEjC,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,mCAAmC;YACxC,IAAI,EAAE;gBACF,eAAe,EAAE,aAAa;aACjC;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;;;OAMG;IACI,+BAA+B,CAClC,aAAqB,EACrB,WAA8C;QAE9C,OAAO,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC;YAC5B,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,2CAA2C;YAChD,IAAI,EAAE;gBACF,eAAe,EAAE,aAAa;aACjC;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;CACJ;AAlFD,kDAkFC"}
@@ -16,14 +16,14 @@ export declare class BlockchainWalletsService {
16
16
  */
17
17
  createBlockchainWallet(requestBody: CreateBlockchainWalletDto, upsert?: boolean): CancelablePromise<BlockchainWalletDto>;
18
18
  /**
19
- * Get a blockchain wallet by ID or reference ID
19
+ * Get a blockchain wallet by ID, reference ID, or wallet address
20
20
  * @param blockchainWalletId
21
21
  * @returns BlockchainWalletDto
22
22
  * @throws ApiError
23
23
  */
24
24
  getBlockchainWallet(blockchainWalletId: string): CancelablePromise<BlockchainWalletDto>;
25
25
  /**
26
- * Update blockchain wallet details
26
+ * Update blockchain wallet details by ID, reference ID, or wallet address
27
27
  * @param blockchainWalletId
28
28
  * @param requestBody
29
29
  * @returns BlockchainWalletDto
@@ -31,7 +31,7 @@ export declare class BlockchainWalletsService {
31
31
  */
32
32
  updateBlockchainWallet(blockchainWalletId: string, requestBody: UpdateBlockchainWalletDto): CancelablePromise<BlockchainWalletDto>;
33
33
  /**
34
- * Associate a blockchain wallet with one or more clients
34
+ * Associate a blockchain wallet with one or more clients by ID, reference ID, or wallet address
35
35
  * @param blockchainWalletId
36
36
  * @param requestBody
37
37
  * @returns BlockchainWalletDto
@@ -25,7 +25,7 @@ class BlockchainWalletsService {
25
25
  });
26
26
  }
27
27
  /**
28
- * Get a blockchain wallet by ID or reference ID
28
+ * Get a blockchain wallet by ID, reference ID, or wallet address
29
29
  * @param blockchainWalletId
30
30
  * @returns BlockchainWalletDto
31
31
  * @throws ApiError
@@ -40,7 +40,7 @@ class BlockchainWalletsService {
40
40
  });
41
41
  }
42
42
  /**
43
- * Update blockchain wallet details
43
+ * Update blockchain wallet details by ID, reference ID, or wallet address
44
44
  * @param blockchainWalletId
45
45
  * @param requestBody
46
46
  * @returns BlockchainWalletDto
@@ -58,7 +58,7 @@ class BlockchainWalletsService {
58
58
  });
59
59
  }
60
60
  /**
61
- * Associate a blockchain wallet with one or more clients
61
+ * Associate a blockchain wallet with one or more clients by ID, reference ID, or wallet address
62
62
  * @param blockchainWalletId
63
63
  * @param requestBody
64
64
  * @returns BlockchainWalletDto
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corsa-labs/sdk",
3
- "version": "3.28.0",
3
+ "version": "3.30.0",
4
4
  "description": "SDK for Corsa API",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",