@fiado/type-kit 1.4.89 → 1.4.91
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/bin/authentication/dtos/ChangePasswordRequest.d.ts +6 -0
- package/bin/authentication/dtos/ChangePasswordRequest.js +32 -0
- package/bin/authentication/dtos/RefreshTokenRequest.d.ts +4 -0
- package/bin/authentication/dtos/RefreshTokenRequest.js +26 -0
- package/bin/authentication/dtos/RespondToAuthChallengeRequest.d.ts +7 -0
- package/bin/authentication/dtos/RespondToAuthChallengeRequest.js +37 -0
- package/bin/authentication/dtos/SignInRequest.d.ts +9 -0
- package/bin/authentication/dtos/SignInRequest.js +47 -0
- package/bin/authentication/dtos/SignUpRequest.d.ts +7 -0
- package/bin/authentication/dtos/SignUpRequest.js +37 -0
- package/bin/authentication/dtos/UserConfirmRequest.d.ts +5 -0
- package/bin/authentication/dtos/UserConfirmRequest.js +27 -0
- package/bin/authentication/index.d.ts +6 -0
- package/bin/authentication/index.js +6 -0
- package/bin/group/dtos/GroupDirectoryRetationsUpdateRequest.d.ts +3 -0
- package/bin/group/dtos/GroupDirectoryRetationsUpdateRequest.js +22 -0
- package/bin/index.d.ts +1 -0
- package/bin/index.js +2 -1
- package/bin/riskProfile/dtos/TransactionAlertResponse.d.ts +22 -0
- package/bin/riskProfile/dtos/TransactionAlertResponse.js +6 -0
- package/bin/riskProfile/index.d.ts +1 -0
- package/bin/riskProfile/index.js +1 -0
- package/bin/role/dtos/DirectoryBackoffice.d.ts +15 -0
- package/bin/role/dtos/DirectoryBackoffice.js +6 -0
- package/bin/role/dtos/PermissionCreateRequest.d.ts +4 -0
- package/bin/role/dtos/PermissionCreateRequest.js +24 -0
- package/bin/role/dtos/PermissionResponse.d.ts +8 -0
- package/bin/role/dtos/PermissionResponse.js +6 -0
- package/bin/role/dtos/PermissionUpdateRequest.d.ts +5 -0
- package/bin/role/dtos/PermissionUpdateRequest.js +31 -0
- package/bin/role/dtos/RoleAssignRequest.d.ts +4 -0
- package/bin/role/dtos/RoleAssignRequest.js +25 -0
- package/bin/role/dtos/RoleCreateRequest.d.ts +5 -0
- package/bin/role/dtos/RoleCreateRequest.js +30 -0
- package/bin/role/dtos/RoleResponse.d.ts +9 -0
- package/bin/role/dtos/RoleResponse.js +6 -0
- package/bin/role/dtos/RoleUpdateRequest.d.ts +6 -0
- package/bin/role/dtos/RoleUpdateRequest.js +36 -0
- package/bin/role/dtos/UserRoleResponse.d.ts +9 -0
- package/bin/role/dtos/UserRoleResponse.js +6 -0
- package/bin/role/enums/DirectoryBackofficeStatusEnum.d.ts +4 -0
- package/bin/role/enums/DirectoryBackofficeStatusEnum.js +8 -0
- package/bin/role/index.d.ts +10 -0
- package/bin/role/index.js +28 -0
- package/bin/transactionProcessor/dtos/private/AuthorizeP2pTransactionRequest.d.ts +5 -0
- package/bin/transactionProcessor/dtos/private/AuthorizeP2pTransactionRequest.js +6 -0
- package/bin/transactionProcessor/dtos/private/AuthorizePocketTransactionRequest.d.ts +7 -0
- package/bin/transactionProcessor/dtos/private/AuthorizePocketTransactionRequest.js +6 -0
- package/package.json +1 -1
- package/src/authentication/dtos/ChangePasswordRequest.ts +17 -0
- package/src/authentication/dtos/RefreshTokenRequest.ts +13 -0
- package/src/authentication/dtos/RespondToAuthChallengeRequest.ts +25 -0
- package/src/authentication/dtos/SignInRequest.ts +30 -0
- package/src/authentication/dtos/SignUpRequest.ts +22 -0
- package/src/authentication/dtos/UserConfirmRequest.ts +14 -0
- package/src/authentication/index.ts +11 -1
- package/src/index.ts +1 -1
- package/src/riskProfile/dtos/TransactionAlertResponse.ts +43 -0
- package/src/riskProfile/index.ts +5 -0
- package/src/role/dtos/DirectoryBackoffice.ts +16 -0
- package/src/role/dtos/PermissionCreateRequest.ts +12 -0
- package/src/role/dtos/PermissionResponse.ts +10 -0
- package/src/role/dtos/PermissionUpdateRequest.ts +18 -0
- package/src/role/dtos/RoleAssignRequest.ts +14 -0
- package/src/role/dtos/RoleCreateRequest.ts +18 -0
- package/src/role/dtos/RoleResponse.ts +9 -0
- package/src/role/dtos/RoleUpdateRequest.ts +22 -0
- package/src/role/dtos/UserRoleResponse.ts +9 -0
- package/src/role/enums/DirectoryBackofficeStatusEnum.ts +4 -0
- package/src/role/index.ts +14 -0
- package/bin/account/dtos/CreateBankAccountOutput.d.ts +0 -5
- package/bin/account/dtos/CreateBankAccountOutput.js +0 -6
- package/bin/account/dtos/CreateBankAccountUserOutput.d.ts +0 -8
- package/bin/account/dtos/CreateBankAccountUserOutput.js +0 -6
- package/bin/creditContract/dto/CreditContractCreateRequest.d.ts +0 -15
- package/bin/creditContract/dto/CreditContractCreateRequest.js +0 -72
- package/bin/transaction/TransactionCreateRequest.d.ts +0 -2
- package/bin/transaction/TransactionCreateRequest.js +0 -6
- package/bin/transaction/TransactionCreateResponse.d.ts +0 -2
- package/bin/transaction/TransactionCreateResponse.js +0 -6
- package/bin/transaction/dtos/TransactionSourceEnum.d.ts +0 -5
- package/bin/transaction/dtos/TransactionSourceEnum.js +0 -9
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.ChangePasswordRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const directory_1 = require("../../directory");
|
|
15
|
+
class ChangePasswordRequest {
|
|
16
|
+
}
|
|
17
|
+
exports.ChangePasswordRequest = ChangePasswordRequest;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], ChangePasswordRequest.prototype, "username", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
(0, class_validator_1.IsString)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], ChangePasswordRequest.prototype, "newPassword", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
(0, class_validator_1.IsString)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], ChangePasswordRequest.prototype, "typeOfDirectoryId", void 0);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RefreshTokenRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class RefreshTokenRequest {
|
|
15
|
+
}
|
|
16
|
+
exports.RefreshTokenRequest = RefreshTokenRequest;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], RefreshTokenRequest.prototype, "refreshToken", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], RefreshTokenRequest.prototype, "typeOfDirectoryId", void 0);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RespondToAuthChallengeRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const directory_1 = require("../../directory");
|
|
15
|
+
class RespondToAuthChallengeRequest {
|
|
16
|
+
}
|
|
17
|
+
exports.RespondToAuthChallengeRequest = RespondToAuthChallengeRequest;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], RespondToAuthChallengeRequest.prototype, "username", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
(0, class_validator_1.IsString)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], RespondToAuthChallengeRequest.prototype, "password", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
(0, class_validator_1.IsString)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], RespondToAuthChallengeRequest.prototype, "session", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
+
(0, class_validator_1.IsString)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], RespondToAuthChallengeRequest.prototype, "typeOfDirectoryId", void 0);
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.SignInRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const directory_1 = require("../../directory");
|
|
15
|
+
class SignInRequest {
|
|
16
|
+
}
|
|
17
|
+
exports.SignInRequest = SignInRequest;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], SignInRequest.prototype, "userName", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsString)(),
|
|
25
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], SignInRequest.prototype, "password", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsString)(),
|
|
30
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], SignInRequest.prototype, "typeOfDirectoryId", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_validator_1.IsString)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], SignInRequest.prototype, "status", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_validator_1.IsOptional)(),
|
|
40
|
+
(0, class_validator_1.IsString)(),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], SignInRequest.prototype, "challengeName", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, class_validator_1.IsOptional)(),
|
|
45
|
+
(0, class_validator_1.IsString)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], SignInRequest.prototype, "session", void 0);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.SignUpRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const directory_1 = require("../../directory");
|
|
15
|
+
class SignUpRequest {
|
|
16
|
+
}
|
|
17
|
+
exports.SignUpRequest = SignUpRequest;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], SignUpRequest.prototype, "phoneNumber", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
(0, class_validator_1.IsString)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], SignUpRequest.prototype, "directoryId", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsString)(),
|
|
30
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], SignUpRequest.prototype, "password", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsUUID)(),
|
|
35
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], SignUpRequest.prototype, "typeOfDirectoryId", void 0);
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UserConfirmRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const directory_1 = require("../../directory");
|
|
15
|
+
class UserConfirmRequest {
|
|
16
|
+
}
|
|
17
|
+
exports.UserConfirmRequest = UserConfirmRequest;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], UserConfirmRequest.prototype, "username", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsUUID)(),
|
|
25
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], UserConfirmRequest.prototype, "typeOfDirectoryId", void 0);
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
export * from './dtos/ChangePasswordRequest';
|
|
2
|
+
export * from './dtos/RefreshTokenRequest';
|
|
3
|
+
export * from './dtos/RespondToAuthChallengeRequest';
|
|
4
|
+
export * from './dtos/SignInRequest';
|
|
1
5
|
export * from './dtos/SignUpAdditionalRequest';
|
|
2
6
|
export * from './dtos/SignUpAdditionalResponse';
|
|
7
|
+
export * from './dtos/SignUpRequest';
|
|
8
|
+
export * from './dtos/UserConfirmRequest';
|
|
@@ -15,5 +15,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
//dtos
|
|
18
|
+
__exportStar(require("./dtos/ChangePasswordRequest"), exports);
|
|
19
|
+
__exportStar(require("./dtos/RefreshTokenRequest"), exports);
|
|
20
|
+
__exportStar(require("./dtos/RespondToAuthChallengeRequest"), exports);
|
|
21
|
+
__exportStar(require("./dtos/SignInRequest"), exports);
|
|
18
22
|
__exportStar(require("./dtos/SignUpAdditionalRequest"), exports);
|
|
19
23
|
__exportStar(require("./dtos/SignUpAdditionalResponse"), exports);
|
|
24
|
+
__exportStar(require("./dtos/SignUpRequest"), exports);
|
|
25
|
+
__exportStar(require("./dtos/UserConfirmRequest"), exports);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.GroupDirectoryRetationsUpdateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class GroupDirectoryRetationsUpdateRequest {
|
|
15
|
+
}
|
|
16
|
+
exports.GroupDirectoryRetationsUpdateRequest = GroupDirectoryRetationsUpdateRequest;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsOptional)(),
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
(0, class_validator_1.Length)(1, 20),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], GroupDirectoryRetationsUpdateRequest.prototype, "agent", void 0);
|
package/bin/index.d.ts
CHANGED
|
@@ -31,4 +31,5 @@ export * as BBVARst from './bbvaRst';
|
|
|
31
31
|
export * as FraudPreventionEngine from './fraudPreventionEngine';
|
|
32
32
|
export * as RiskProfile from './riskProfile';
|
|
33
33
|
export * as STPAccount from './stpAccount';
|
|
34
|
+
export * as Role from './role';
|
|
34
35
|
export * as LegalDocumentsBusiness from './legal-documents-business';
|
package/bin/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.LegalDocumentsBusiness = exports.STPAccount = exports.RiskProfile = exports.FraudPreventionEngine = exports.BBVARst = exports.Stp = exports.BankAccount = exports.P2pContact = exports.CreditContract = exports.Contract = exports.ProductCatalog = exports.ContactInfo = exports.Transaction = exports.TransactionProcessor = exports.GenericMessage = exports.EventBridgeMessage = exports.SessionActivity = exports.NotificationMessages = exports.ServicePayment = exports.Header = exports.Identity = exports.Group = exports.File = exports.ExchangeRate = exports.Directory = exports.Currency = exports.Country = exports.Card = exports.Authentication = exports.App = exports.Address = exports.Beneficiary = exports.Activity = exports.Account = void 0;
|
|
26
|
+
exports.LegalDocumentsBusiness = exports.Role = exports.STPAccount = exports.RiskProfile = exports.FraudPreventionEngine = exports.BBVARst = exports.Stp = exports.BankAccount = exports.P2pContact = exports.CreditContract = exports.Contract = exports.ProductCatalog = exports.ContactInfo = exports.Transaction = exports.TransactionProcessor = exports.GenericMessage = exports.EventBridgeMessage = exports.SessionActivity = exports.NotificationMessages = exports.ServicePayment = exports.Header = exports.Identity = exports.Group = exports.File = exports.ExchangeRate = exports.Directory = exports.Currency = exports.Country = exports.Card = exports.Authentication = exports.App = exports.Address = exports.Beneficiary = exports.Activity = exports.Account = void 0;
|
|
27
27
|
exports.Account = __importStar(require("./account"));
|
|
28
28
|
exports.Activity = __importStar(require("./activity"));
|
|
29
29
|
exports.Beneficiary = __importStar(require("./beneficiary"));
|
|
@@ -57,4 +57,5 @@ exports.BBVARst = __importStar(require("./bbvaRst"));
|
|
|
57
57
|
exports.FraudPreventionEngine = __importStar(require("./fraudPreventionEngine"));
|
|
58
58
|
exports.RiskProfile = __importStar(require("./riskProfile"));
|
|
59
59
|
exports.STPAccount = __importStar(require("./stpAccount"));
|
|
60
|
+
exports.Role = __importStar(require("./role"));
|
|
60
61
|
exports.LegalDocumentsBusiness = __importStar(require("./legal-documents-business"));
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare class TransactionAlertResponse {
|
|
2
|
+
id: string;
|
|
3
|
+
indexName: string;
|
|
4
|
+
phoneNumber: string;
|
|
5
|
+
type: string;
|
|
6
|
+
status: string;
|
|
7
|
+
notes: string;
|
|
8
|
+
reported: 1 | 0;
|
|
9
|
+
directoryId: string;
|
|
10
|
+
peopleId: string;
|
|
11
|
+
alertName: string;
|
|
12
|
+
transactionDate: string;
|
|
13
|
+
transactionNumber: string;
|
|
14
|
+
revisionEndingDate: string;
|
|
15
|
+
revisionEndingBy: string;
|
|
16
|
+
reportedDate: string;
|
|
17
|
+
reportedBy: string;
|
|
18
|
+
attachmentKeys: string[];
|
|
19
|
+
createdBy: string;
|
|
20
|
+
fileNumber: string;
|
|
21
|
+
transactionAmount: number;
|
|
22
|
+
}
|
|
@@ -6,6 +6,7 @@ export * from './dtos/TransactionAlarmQueueMessage';
|
|
|
6
6
|
export * from './dtos/UpdateTransactionAlertRequest';
|
|
7
7
|
export * from './dtos/CreateBackofficeAlarm';
|
|
8
8
|
export * from './dtos/CreatePrivateAlarm';
|
|
9
|
+
export * from './dtos/TransactionAlertResponse';
|
|
9
10
|
export * from './enums/PepLevelEnum';
|
|
10
11
|
export * from './enums/RiskFactorCategoryEnum';
|
|
11
12
|
export * from './enums/AlarmCategory';
|
package/bin/riskProfile/index.js
CHANGED
|
@@ -22,6 +22,7 @@ __exportStar(require("./dtos/TransactionAlarmQueueMessage"), exports);
|
|
|
22
22
|
__exportStar(require("./dtos/UpdateTransactionAlertRequest"), exports);
|
|
23
23
|
__exportStar(require("./dtos/CreateBackofficeAlarm"), exports);
|
|
24
24
|
__exportStar(require("./dtos/CreatePrivateAlarm"), exports);
|
|
25
|
+
__exportStar(require("./dtos/TransactionAlertResponse"), exports);
|
|
25
26
|
__exportStar(require("./enums/PepLevelEnum"), exports);
|
|
26
27
|
__exportStar(require("./enums/RiskFactorCategoryEnum"), exports);
|
|
27
28
|
__exportStar(require("./enums/AlarmCategory"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DirectoryBackofficeStatusEnum } from "../enums/DirectoryBackofficeStatusEnum";
|
|
2
|
+
export declare class DirectoryBackoffice {
|
|
3
|
+
id: string;
|
|
4
|
+
fullName: string;
|
|
5
|
+
jobTitle: string;
|
|
6
|
+
identityId: string;
|
|
7
|
+
failedLoginAttempts: number;
|
|
8
|
+
lastSession: number;
|
|
9
|
+
status: DirectoryBackofficeStatusEnum;
|
|
10
|
+
tenantId: string;
|
|
11
|
+
createdAt: number;
|
|
12
|
+
createdby: string;
|
|
13
|
+
updatedAt: number;
|
|
14
|
+
updatedBy: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PermissionCreateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class PermissionCreateRequest {
|
|
15
|
+
}
|
|
16
|
+
exports.PermissionCreateRequest = PermissionCreateRequest;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], PermissionCreateRequest.prototype, "name", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], PermissionCreateRequest.prototype, "description", void 0);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PermissionUpdateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class PermissionUpdateRequest {
|
|
15
|
+
}
|
|
16
|
+
exports.PermissionUpdateRequest = PermissionUpdateRequest;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsOptional)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], PermissionUpdateRequest.prototype, "name", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], PermissionUpdateRequest.prototype, "description", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsBoolean)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
__metadata("design:type", Boolean)
|
|
31
|
+
], PermissionUpdateRequest.prototype, "isActive", void 0);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RoleAssignRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class RoleAssignRequest {
|
|
15
|
+
}
|
|
16
|
+
exports.RoleAssignRequest = RoleAssignRequest;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], RoleAssignRequest.prototype, "email", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], RoleAssignRequest.prototype, "roleId", void 0);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RoleCreateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class RoleCreateRequest {
|
|
15
|
+
}
|
|
16
|
+
exports.RoleCreateRequest = RoleCreateRequest;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], RoleCreateRequest.prototype, "name", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
24
|
+
__metadata("design:type", Array)
|
|
25
|
+
], RoleCreateRequest.prototype, "permissions", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], RoleCreateRequest.prototype, "description", void 0);
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RoleUpdateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class RoleUpdateRequest {
|
|
15
|
+
}
|
|
16
|
+
exports.RoleUpdateRequest = RoleUpdateRequest;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsOptional)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], RoleUpdateRequest.prototype, "name", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
__metadata("design:type", Array)
|
|
26
|
+
], RoleUpdateRequest.prototype, "permissions", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], RoleUpdateRequest.prototype, "description", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsBoolean)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
__metadata("design:type", Boolean)
|
|
36
|
+
], RoleUpdateRequest.prototype, "isActive", void 0);
|