emilsoftware-utilities 1.4.0-dev.20 → 1.4.0-dev.21
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/accessi-module/Dtos/FiltriUtente.d.ts +1 -1
- package/dist/accessi-module/Dtos/FiltriUtente.js +5 -5
- package/dist/accessi-module/Dtos/RegisterRequest.d.ts +1 -1
- package/dist/accessi-module/Dtos/RegisterRequest.js +2 -2
- package/dist/accessi-module/Dtos/UserDto.d.ts +1 -1
- package/dist/accessi-module/Dtos/UserDto.js +1 -1
- package/dist/accessi-module/Services/UserService/UserService.js +2 -2
- package/dist/emilsoftware-utilities-1.4.0-dev.21.tgz +0 -0
- package/package.json +1 -1
- package/dist/emilsoftware-utilities-1.4.0-dev.20.tgz +0 -0
|
@@ -51,13 +51,13 @@ __decorate([
|
|
|
51
51
|
], FiltriUtente.prototype, "codiceClienteSuper", void 0);
|
|
52
52
|
__decorate([
|
|
53
53
|
(0, swagger_1.ApiPropertyOptional)({
|
|
54
|
-
description: 'Codice dell\'
|
|
55
|
-
example:
|
|
54
|
+
description: 'Codice dell\'agente associato',
|
|
55
|
+
example: 1
|
|
56
56
|
}),
|
|
57
|
-
(0, class_validator_1.
|
|
57
|
+
(0, class_validator_1.IsNumber)(),
|
|
58
58
|
(0, class_validator_1.IsOptional)(),
|
|
59
|
-
__metadata("design:type",
|
|
60
|
-
], FiltriUtente.prototype, "
|
|
59
|
+
__metadata("design:type", Number)
|
|
60
|
+
], FiltriUtente.prototype, "codAge", void 0);
|
|
61
61
|
__decorate([
|
|
62
62
|
(0, swagger_1.ApiPropertyOptional)({
|
|
63
63
|
description: 'Codice del cliente collegato',
|
|
@@ -89,11 +89,11 @@ __decorate([
|
|
|
89
89
|
], RegisterRequest.prototype, "codiceClienteSuper", void 0);
|
|
90
90
|
__decorate([
|
|
91
91
|
(0, swagger_1.ApiPropertyOptional)({
|
|
92
|
-
description: "Codice dell'
|
|
92
|
+
description: "Codice dell'agen te associato.",
|
|
93
93
|
example: 123,
|
|
94
94
|
}),
|
|
95
95
|
__metadata("design:type", Number)
|
|
96
|
-
], RegisterRequest.prototype, "
|
|
96
|
+
], RegisterRequest.prototype, "codAge", void 0);
|
|
97
97
|
__decorate([
|
|
98
98
|
(0, swagger_1.ApiPropertyOptional)({
|
|
99
99
|
description: "Codice del cliente collegato.",
|
|
@@ -164,7 +164,7 @@ __decorate([
|
|
|
164
164
|
__decorate([
|
|
165
165
|
(0, swagger_1.ApiPropertyOptional)({ description: 'Codice agente.', example: 123 }),
|
|
166
166
|
__metadata("design:type", Number)
|
|
167
|
-
], UserDto.prototype, "
|
|
167
|
+
], UserDto.prototype, "codAge", void 0);
|
|
168
168
|
__decorate([
|
|
169
169
|
(0, swagger_1.ApiPropertyOptional)({ description: 'Codice cliente collettivo.', example: 123 }),
|
|
170
170
|
__metadata("design:type", Number)
|
|
@@ -160,7 +160,7 @@ let UserService = class UserService {
|
|
|
160
160
|
F.NUMREP AS numero_report,
|
|
161
161
|
F.IDXPERS AS indice_personale,
|
|
162
162
|
F.CODCLISUPER AS codice_cliente_super,
|
|
163
|
-
F.CODAGE AS
|
|
163
|
+
F.CODAGE AS cod_age,
|
|
164
164
|
F.CODCLICOL AS codice_cliente_collegato,
|
|
165
165
|
F.CODCLIENTI AS codice_clienti,
|
|
166
166
|
F.TIPFIL AS tipo_filtro,
|
|
@@ -181,7 +181,7 @@ let UserService = class UserService {
|
|
|
181
181
|
numeroReport: { dbField: 'NUMREP', type: 'number' },
|
|
182
182
|
indicePersonale: { dbField: 'IDXPERS', type: 'number' },
|
|
183
183
|
codiceClienteSuper: { dbField: 'CODCLISUPER', type: 'number' },
|
|
184
|
-
|
|
184
|
+
codAge: { dbField: 'CODAGE', type: 'number' },
|
|
185
185
|
codiceClienteCollegato: { dbField: 'CODCLICOL', type: 'number' },
|
|
186
186
|
codiceClienti: { dbField: 'CODCLIENTI', type: 'string' },
|
|
187
187
|
tipoFiltro: { dbField: 'TIPFIL', type: 'number' },
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|