File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
modules/portail-usagers/controllers/portail-usagers-manager Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
// @index ('./*', f => `export * from '${f.path}'`)
2
2
export * from "./USAGER_LIGHT_ATTRIBUTES.const" ;
3
- export * from "../../../../modules/portail-usagers/const/USER_USAGER_ATTRIBUTES.const" ;
Original file line number Diff line number Diff line change 1
- import { myDataSource } from ".. " ;
1
+ import { PortailUsagerPublic , Usager } from "@domifa/common " ;
2
2
3
+ import { myDataSource } from ".." ;
3
4
import { UsagerTable } from "../../entities" ;
4
5
import { joinSelectFields , pgRepository } from "../_postgres" ;
5
-
6
6
import { getDateForMonthInterval } from "../../../stats/services" ;
7
- import { PortailUsagerPublic , Usager } from "@domifa/common" ;
8
- import { USER_USAGER_ATTRIBUTES } from "../../../modules/portail-usagers/const/USER_USAGER_ATTRIBUTES.const" ;
7
+ import { USER_USAGER_ATTRIBUTES } from "../../../modules/portail-usagers/const" ;
9
8
10
9
const baseRepository = pgRepository . get < UsagerTable , Usager > ( UsagerTable ) ;
11
10
Original file line number Diff line number Diff line change @@ -35,8 +35,10 @@ import { Response } from "express";
35
35
import { AppLogsService } from "../../../app-logs/app-logs.service" ;
36
36
import { AuthGuard } from "@nestjs/passport" ;
37
37
import { ApiTags , ApiBearerAuth } from "@nestjs/swagger" ;
38
- import { StructureEditPortailUsagerDto } from "../../dto" ;
39
- import { UpdatePortailUsagerOptionsDto } from "../../dto/update-portail-usagers-options.dto" ;
38
+ import {
39
+ StructureEditPortailUsagerDto ,
40
+ UpdatePortailUsagerOptionsDto ,
41
+ } from "../../dto" ;
40
42
41
43
@Controller ( "portail-usagers-manager" )
42
44
@ApiTags ( "portail-usagers-manager" )
Original file line number Diff line number Diff line change 1
1
// @index ('./*', f => `export * from '${f.path}'`)
2
2
export * from "./check-duplicate-usager-ref.dto" ;
3
3
export * from "./check-duplicate-usager.dto" ;
4
+ export * from "./contact-details.dto" ;
4
5
export * from "./create-note.dto" ;
5
6
export * from "./create-usager.dto" ;
6
7
export * from "./decision.dto" ;
7
8
export * from "./entretien.dto" ;
8
- export * from "./contact-details.dto" ;
9
9
export * from "./pagination" ;
10
10
export * from "./procuration.dto" ;
11
11
export * from "./rdv.dto" ;
12
12
export * from "./search-usager.dto" ;
13
13
export * from "./transfert.dto" ;
14
- export * from "../../modules/portail-usagers/dto/update-portail-usagers-options.dto" ;
15
14
export * from "./UploadUsagerDoc.dto" ;
16
15
export * from "./UsagerAyantDroitDto" ;
You can’t perform that action at this time.
0 commit comments