chore: abstract dtos to encompass a wider range of use cases
parent
0415949b
No related branches found
No related tags found
Showing
- apps/connection-manager/src/app/app.controller.ts 2 additions, 2 deletionsapps/connection-manager/src/app/app.controller.ts
- apps/gateway/src/app/managers/attestation.controller.ts 5 additions, 5 deletionsapps/gateway/src/app/managers/attestation.controller.ts
- apps/gateway/src/app/managers/connection.controller.ts 3 additions, 3 deletionsapps/gateway/src/app/managers/connection.controller.ts
- apps/gateway/src/app/managers/proof.controller.ts 9 additions, 11 deletionsapps/gateway/src/app/managers/proof.controller.ts
- apps/proof-manager/src/app/app.controller.ts 2 additions, 2 deletionsapps/proof-manager/src/app/app.controller.ts
- libs/askar/src/askar-nats/event.handler.service.ts 10 additions, 12 deletionslibs/askar/src/askar-nats/event.handler.service.ts
- libs/askar/src/askar-rest/rest.controller.ts 3 additions, 4 deletionslibs/askar/src/askar-rest/rest.controller.ts
- libs/askar/src/askar/agent.service.ts 104 additions, 36 deletionslibs/askar/src/askar/agent.service.ts
- libs/dtos/src/dtos/generics/connection.record.dto.ts 38 additions, 0 deletionslibs/dtos/src/dtos/generics/connection.record.dto.ts
- libs/dtos/src/dtos/generics/connection.ref.dto.ts 7 additions, 1 deletionlibs/dtos/src/dtos/generics/connection.ref.dto.ts
- libs/dtos/src/dtos/generics/creddef.record.dto.ts 9 additions, 2 deletionslibs/dtos/src/dtos/generics/creddef.record.dto.ts
- libs/dtos/src/dtos/generics/creddef.ref.dto.ts 12 additions, 0 deletionslibs/dtos/src/dtos/generics/creddef.ref.dto.ts
- libs/dtos/src/dtos/generics/credential.record.dto.ts 9 additions, 1 deletionlibs/dtos/src/dtos/generics/credential.record.dto.ts
- libs/dtos/src/dtos/generics/credential.ref.dto.ts 11 additions, 2 deletionslibs/dtos/src/dtos/generics/credential.ref.dto.ts
- libs/dtos/src/dtos/generics/proof.record.dto.ts 8 additions, 1 deletionlibs/dtos/src/dtos/generics/proof.record.dto.ts
- libs/dtos/src/dtos/generics/proof.ref.dto.ts 17 additions, 0 deletionslibs/dtos/src/dtos/generics/proof.ref.dto.ts
- libs/dtos/src/dtos/generics/schema.record.dto.ts 33 additions, 0 deletionslibs/dtos/src/dtos/generics/schema.record.dto.ts
- libs/dtos/src/dtos/generics/schema.ref.dto.ts 6 additions, 1 deletionlibs/dtos/src/dtos/generics/schema.ref.dto.ts
- libs/dtos/src/dtos/requests/accept.proof.request.dto.ts 0 additions, 13 deletionslibs/dtos/src/dtos/requests/accept.proof.request.dto.ts
- libs/dtos/src/dtos/requests/create.credential.definition.request.dto.ts 0 additions, 0 deletions...dtos/requests/create.credential.definition.request.dto.ts
Loading
Please register or sign in to comment