fiscalia_bo-nest-helpers 1.1.27 → 1.1.28
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/modules/ms-seguridad/types/seguridad.pb.d.ts +3 -1
- package/dist/modules/ms-seguridad/types/seguridad.pb.js.map +1 -1
- package/dist/modules/ms-seguridad/types/seguridad.proto +4 -2
- package/dist/modules/ms-seguridad-convenio/index.d.ts +3 -0
- package/dist/modules/ms-seguridad-convenio/index.js.map +1 -1
- package/dist/modules/ms-seguridad-convenio/types/Seguridad.pb.d.ts +4 -2
- package/dist/modules/ms-seguridad-convenio/types/Seguridad.pb.js +25 -25
- package/dist/modules/ms-seguridad-convenio/types/Seguridad.pb.js.map +1 -1
- package/package.json +1 -1
@@ -291,8 +291,10 @@ export interface InformacionConvenioResponse_Response {
|
|
291
291
|
}
|
292
292
|
export interface InformacionConvenioResponse_Usuario {
|
293
293
|
ci: string;
|
294
|
-
|
294
|
+
usuarioId: number;
|
295
|
+
perfilPersonaId: number;
|
295
296
|
nombreCompleto: string;
|
297
|
+
msPersonaId: number;
|
296
298
|
}
|
297
299
|
export interface InformacionConvenioResponse_Convenio {
|
298
300
|
nombre: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"seguridad.pb.js","sourceRoot":"","sources":["../../../../src/modules/ms-seguridad/types/seguridad.pb.ts"],"names":[],"mappings":";;;AAOA,yDAAqE;AAGxD,QAAA,eAAe,GAAG,oBAAoB,CAAC;
|
1
|
+
{"version":3,"file":"seguridad.pb.js","sourceRoot":"","sources":["../../../../src/modules/ms-seguridad/types/seguridad.pb.ts"],"names":[],"mappings":";;;AAOA,yDAAqE;AAGxD,QAAA,eAAe,GAAG,oBAAoB,CAAC;AAmbvC,QAAA,+BAA+B,GAAG,oBAAoB,CAAC;AAsHpE,SAAgB,iCAAiC;IAC/C,OAAO,UAAU,WAAqB;QACpC,MAAM,WAAW,GAAa;YAC5B,iBAAiB;YACjB,cAAc;YACd,eAAe;YACf,gBAAgB;YAChB,aAAa;YACb,0BAA0B;YAC1B,sBAAsB;YACtB,wBAAwB;YACxB,wBAAwB;YACxB,YAAY;YACZ,OAAO;YACP,cAAc;YACd,wBAAwB;YACxB,cAAc;YACd,gBAAgB;YAChB,kBAAkB;YAClB,QAAQ;YACR,iBAAiB;YACjB,YAAY;YACZ,UAAU;YACV,gBAAgB;SACjB,CAAC;QACF,KAAK,MAAM,MAAM,IAAI,WAAW,EAAE,CAAC;YACjC,MAAM,UAAU,GAAQ,OAAO,CAAC,wBAAwB,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;YACxF,IAAA,0BAAU,EAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC;QAC5F,CAAC;QACD,MAAM,iBAAiB,GAAa,EAAE,CAAC;QACvC,KAAK,MAAM,MAAM,IAAI,iBAAiB,EAAE,CAAC;YACvC,MAAM,UAAU,GAAQ,OAAO,CAAC,wBAAwB,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;YACxF,IAAA,gCAAgB,EAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC;QAClG,CAAC;IACH,CAAC,CAAC;AACJ,CAAC;AAnCD,8EAmCC;AAEY,QAAA,sBAAsB,GAAG,kBAAkB,CAAC"}
|
@@ -367,8 +367,10 @@ message InformacionConvenioResponse {
|
|
367
367
|
|
368
368
|
message Usuario {
|
369
369
|
string ci = 1;
|
370
|
-
int32
|
371
|
-
|
370
|
+
int32 usuarioId = 2;
|
371
|
+
int32 perfilPersonaId = 3;
|
372
|
+
string nombreCompleto = 4;
|
373
|
+
int32 msPersonaId = 5;
|
372
374
|
}
|
373
375
|
|
374
376
|
message Convenio {
|
@@ -1,5 +1,8 @@
|
|
1
|
+
import { InformacionConvenioResponse_Response } from './types/Seguridad.pb';
|
1
2
|
export { MsSeguridadConvenioModule } from './ms-seguridad-convenio.module';
|
2
3
|
export { MsSeguridadConvenioService } from './ms-seguridad-convenio.service';
|
3
4
|
export * from './ms-seguridad-convenio.decorator';
|
4
5
|
export { PermissionsGuardConv } from './permision-convenio.guard';
|
5
6
|
export * from './token-auth-convenio.guard';
|
7
|
+
export interface UserPayloadConvenios extends InformacionConvenioResponse_Response {
|
8
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/modules/ms-seguridad-convenio/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/modules/ms-seguridad-convenio/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAEA,+EAA2E;AAAlE,yIAAA,yBAAyB,OAAA;AAClC,iFAA6E;AAApE,2IAAA,0BAA0B,OAAA;AAEnC,oEAAkD;AAClD,uEAAkE;AAAzD,gIAAA,oBAAoB,OAAA;AAC7B,8DAA4C"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Observable } from
|
1
|
+
import { Observable } from 'rxjs';
|
2
2
|
export declare const protobufPackage = "services.seguridad";
|
3
3
|
export interface LoginConvenioBody {
|
4
4
|
token: string;
|
@@ -286,7 +286,9 @@ export interface InformacionConvenioResponse_Response {
|
|
286
286
|
}
|
287
287
|
export interface InformacionConvenioResponse_Usuario {
|
288
288
|
ci: string;
|
289
|
-
|
289
|
+
usuarioId: number;
|
290
|
+
msPersonaId: number;
|
291
|
+
perfilPersonaId: number;
|
290
292
|
nombreCompleto: string;
|
291
293
|
}
|
292
294
|
export interface InformacionConvenioResponse_Convenio {
|
@@ -2,43 +2,43 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.SEGURIDAD_SERVICE_NAME = exports.seguridadServiceControllerMethods = exports.SERVICES_SEGURIDAD_PACKAGE_NAME = exports.protobufPackage = void 0;
|
4
4
|
const microservices_1 = require("@nestjs/microservices");
|
5
|
-
exports.protobufPackage =
|
6
|
-
exports.SERVICES_SEGURIDAD_PACKAGE_NAME =
|
5
|
+
exports.protobufPackage = 'services.seguridad';
|
6
|
+
exports.SERVICES_SEGURIDAD_PACKAGE_NAME = 'services.seguridad';
|
7
7
|
function seguridadServiceControllerMethods() {
|
8
8
|
return function (constructor) {
|
9
9
|
const grpcMethods = [
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
10
|
+
'listPermissions',
|
11
|
+
'listServices',
|
12
|
+
'convenioLogin',
|
13
|
+
'convenioLogout',
|
14
|
+
'convenioLog',
|
15
|
+
'convenioTokenInformation',
|
16
|
+
'convenioTokenValidar',
|
17
|
+
'convenioVerificarCuota',
|
18
|
+
'convenioTokenServicios',
|
19
|
+
'validToken',
|
20
|
+
'login',
|
21
|
+
'refreshToken',
|
22
|
+
'loginCiudadaniaDigital',
|
23
|
+
'registerUser',
|
24
|
+
'updateRolesApp',
|
25
|
+
'tokenInformation',
|
26
|
+
'logout',
|
27
|
+
'userDataByToken',
|
28
|
+
'getRpaData',
|
29
|
+
'verifyCd',
|
30
30
|
];
|
31
31
|
for (const method of grpcMethods) {
|
32
32
|
const descriptor = Reflect.getOwnPropertyDescriptor(constructor.prototype, method);
|
33
|
-
(0, microservices_1.GrpcMethod)(
|
33
|
+
(0, microservices_1.GrpcMethod)('seguridadService', method)(constructor.prototype[method], method, descriptor);
|
34
34
|
}
|
35
35
|
const grpcStreamMethods = [];
|
36
36
|
for (const method of grpcStreamMethods) {
|
37
37
|
const descriptor = Reflect.getOwnPropertyDescriptor(constructor.prototype, method);
|
38
|
-
(0, microservices_1.GrpcStreamMethod)(
|
38
|
+
(0, microservices_1.GrpcStreamMethod)('seguridadService', method)(constructor.prototype[method], method, descriptor);
|
39
39
|
}
|
40
40
|
};
|
41
41
|
}
|
42
42
|
exports.seguridadServiceControllerMethods = seguridadServiceControllerMethods;
|
43
|
-
exports.SEGURIDAD_SERVICE_NAME =
|
43
|
+
exports.SEGURIDAD_SERVICE_NAME = 'seguridadService';
|
44
44
|
//# sourceMappingURL=Seguridad.pb.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Seguridad.pb.js","sourceRoot":"","sources":["../../../../src/modules/ms-seguridad-convenio/types/Seguridad.pb.ts"],"names":[],"mappings":";;;AACA,yDAAqE;AAGxD,QAAA,eAAe,GAAG,oBAAoB,CAAC;
|
1
|
+
{"version":3,"file":"Seguridad.pb.js","sourceRoot":"","sources":["../../../../src/modules/ms-seguridad-convenio/types/Seguridad.pb.ts"],"names":[],"mappings":";;;AACA,yDAAqE;AAGxD,QAAA,eAAe,GAAG,oBAAoB,CAAC;AAgXvC,QAAA,+BAA+B,GAAG,oBAAoB,CAAC;AAgJpE,SAAgB,iCAAiC;IAC/C,OAAO,UAAU,WAAqB;QACpC,MAAM,WAAW,GAAa;YAC5B,iBAAiB;YACjB,cAAc;YACd,eAAe;YACf,gBAAgB;YAChB,aAAa;YACb,0BAA0B;YAC1B,sBAAsB;YACtB,wBAAwB;YACxB,wBAAwB;YACxB,YAAY;YACZ,OAAO;YACP,cAAc;YACd,wBAAwB;YACxB,cAAc;YACd,gBAAgB;YAChB,kBAAkB;YAClB,QAAQ;YACR,iBAAiB;YACjB,YAAY;YACZ,UAAU;SACX,CAAC;QACF,KAAK,MAAM,MAAM,IAAI,WAAW,EAAE,CAAC;YACjC,MAAM,UAAU,GAAQ,OAAO,CAAC,wBAAwB,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;YACxF,IAAA,0BAAU,EAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC;QAC5F,CAAC;QACD,MAAM,iBAAiB,GAAa,EAAE,CAAC;QACvC,KAAK,MAAM,MAAM,IAAI,iBAAiB,EAAE,CAAC;YACvC,MAAM,UAAU,GAAQ,OAAO,CAAC,wBAAwB,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;YACxF,IAAA,gCAAgB,EAAC,kBAAkB,EAAE,MAAM,CAAC,CAC1C,WAAW,CAAC,SAAS,CAAC,MAAM,CAAC,EAC7B,MAAM,EACN,UAAU,CACX,CAAC;QACJ,CAAC;IACH,CAAC,CAAC;AACJ,CAAC;AAtCD,8EAsCC;AAEY,QAAA,sBAAsB,GAAG,kBAAkB,CAAC"}
|