@silexpert/core 1.3.158-4 → 1.3.158-6

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.
Files changed (40) hide show
  1. package/dist/cjs/types/Enum/ReportService.js +20 -20
  2. package/dist/cjs/types/Enum/ReportService.js.map +1 -1
  3. package/dist/cjs/types/Enum/ReportSource.d.ts +2 -1
  4. package/dist/cjs/types/Enum/ReportSource.d.ts.map +1 -1
  5. package/dist/cjs/types/Enum/ReportSource.js +5 -0
  6. package/dist/cjs/types/Enum/ReportSource.js.map +1 -1
  7. package/dist/cjs/types/Interface/api/report/CreateReport.d.ts +1 -0
  8. package/dist/cjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  9. package/dist/cjs/types/Interface/api/report/CreateReport.js +5 -0
  10. package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
  11. package/dist/cjs/types/Interface/api/report/QueryReports.d.ts +4 -0
  12. package/dist/cjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
  13. package/dist/cjs/types/Interface/api/report/QueryReports.js +20 -0
  14. package/dist/cjs/types/Interface/api/report/QueryReports.js.map +1 -1
  15. package/dist/cjs/types/Interface/models/IReport.d.ts +2 -0
  16. package/dist/cjs/types/Interface/models/IReport.d.ts.map +1 -1
  17. package/dist/cjs/types/Interface/models/IReport.js.map +1 -1
  18. package/dist/mjs/types/Enum/ReportService.js +20 -20
  19. package/dist/mjs/types/Enum/ReportService.js.map +1 -1
  20. package/dist/mjs/types/Enum/ReportSource.d.ts +2 -1
  21. package/dist/mjs/types/Enum/ReportSource.d.ts.map +1 -1
  22. package/dist/mjs/types/Enum/ReportSource.js +5 -0
  23. package/dist/mjs/types/Enum/ReportSource.js.map +1 -1
  24. package/dist/mjs/types/Interface/api/report/CreateReport.d.ts +1 -0
  25. package/dist/mjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  26. package/dist/mjs/types/Interface/api/report/CreateReport.js +6 -0
  27. package/dist/mjs/types/Interface/api/report/CreateReport.js.map +1 -1
  28. package/dist/mjs/types/Interface/api/report/QueryReports.d.ts +4 -0
  29. package/dist/mjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
  30. package/dist/mjs/types/Interface/api/report/QueryReports.js +23 -1
  31. package/dist/mjs/types/Interface/api/report/QueryReports.js.map +1 -1
  32. package/dist/mjs/types/Interface/models/IReport.d.ts +2 -0
  33. package/dist/mjs/types/Interface/models/IReport.d.ts.map +1 -1
  34. package/dist/mjs/types/Interface/models/IReport.js.map +1 -1
  35. package/package.json +1 -1
  36. package/ts/types/Enum/ReportService.ts +4 -4
  37. package/ts/types/Enum/ReportSource.ts +5 -0
  38. package/ts/types/Interface/api/report/CreateReport.ts +4 -0
  39. package/ts/types/Interface/api/report/QueryReports.ts +17 -1
  40. package/ts/types/Interface/models/IReport.ts +2 -0
@@ -11,35 +11,35 @@ var ReportService;
11
11
  ReportService[ReportService["REFERENT_CLIENT"] = 5] = "REFERENT_CLIENT";
12
12
  })(ReportService || (exports.ReportService = ReportService = {}));
13
13
  exports.ReportServiceList = [
14
- {
15
- id: ReportService.REFERENT_LITIGE,
16
- label: 'Référent litige',
17
- idRole: RoleDetail_1.RoleDetail.REFERENT_LITIGE.id,
18
- idTaskType: 12,
14
+ /* {
15
+ id: ReportService.REFERENT_LITIGE,
16
+ label: 'Référent litige',
17
+ idRole: RoleDetail.REFERENT_LITIGE.id,
18
+ idTaskType: 12,
19
19
  },
20
20
  {
21
- id: ReportService.COMPTABLE,
22
- label: 'Comptable',
23
- idRole: RoleDetail_1.RoleDetail.FRONT_OFFICE.id,
24
- idTaskType: 16,
25
- },
21
+ id: ReportService.COMPTABLE,
22
+ label: 'Comptable',
23
+ idRole: RoleDetail.FRONT_OFFICE.id,
24
+ idTaskType: 16,
25
+ }, */
26
26
  {
27
27
  id: ReportService.CUSTOMER_SUCCESS,
28
28
  label: 'Customer Success',
29
29
  idRole: RoleDetail_1.RoleDetail.CUSTOMER_SUCCESS.id,
30
30
  idTaskType: 14,
31
31
  },
32
- {
33
- id: ReportService.EXPERT_ACCOUNTANT,
34
- label: 'Expert Comptable',
35
- idRole: RoleDetail_1.RoleDetail.EXPERT_ACCOUNTANT.id,
36
- idTaskType: 15,
32
+ /* {
33
+ id: ReportService.EXPERT_ACCOUNTANT,
34
+ label: 'Expert Comptable',
35
+ idRole: RoleDetail.EXPERT_ACCOUNTANT.id,
36
+ idTaskType: 15,
37
37
  },
38
38
  {
39
- id: ReportService.REFERENT_CLIENT,
40
- label: 'Référent client',
41
- idRole: RoleDetail_1.RoleDetail.REFERENT_CLIENT.id,
42
- idTaskType: 13,
43
- },
39
+ id: ReportService.REFERENT_CLIENT,
40
+ label: 'Référent client',
41
+ idRole: RoleDetail.REFERENT_CLIENT.id,
42
+ idTaskType: 13,
43
+ }, */
44
44
  ];
45
45
  //# sourceMappingURL=ReportService.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReportService.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportService.ts"],"names":[],"mappings":";;;AAAA,6CAA0C;AAI1C,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,uEAAmB,CAAA;IACnB,2DAAa,CAAA;IACb,yEAAoB,CAAA;IACpB,2EAAqB,CAAA;IACrB,uEAAmB,CAAA;AACrB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB;AAEY,QAAA,iBAAiB,GAAe;IAC3C;QACE,EAAE,EAAE,aAAa,CAAC,eAAe;QACjC,KAAK,EAAE,iBAAiB;QACxB,MAAM,EAAE,uBAAU,CAAC,eAAe,CAAC,EAAE;QACrC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,SAAS;QAC3B,KAAK,EAAE,WAAW;QAClB,MAAM,EAAE,uBAAU,CAAC,YAAY,CAAC,EAAE;QAClC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,gBAAgB;QAClC,KAAK,EAAE,kBAAkB;QACzB,MAAM,EAAE,uBAAU,CAAC,gBAAgB,CAAC,EAAE;QACtC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,iBAAiB;QACnC,KAAK,EAAE,kBAAkB;QACzB,MAAM,EAAE,uBAAU,CAAC,iBAAiB,CAAC,EAAE;QACvC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,eAAe;QACjC,KAAK,EAAE,iBAAiB;QACxB,MAAM,EAAE,uBAAU,CAAC,eAAe,CAAC,EAAE;QACrC,UAAU,EAAE,EAAE;KACf;CACF,CAAC","sourcesContent":["import { RoleDetail } from './RoleDetail';\n\nexport type ListReport = Array<{ label: string; id: number; idRole: number; idTaskType: number }>;\n\nexport enum ReportService {\n REFERENT_LITIGE = 1,\n COMPTABLE = 2,\n CUSTOMER_SUCCESS = 3,\n EXPERT_ACCOUNTANT = 4,\n REFERENT_CLIENT = 5,\n}\n\nexport const ReportServiceList: ListReport = [\n {\n id: ReportService.REFERENT_LITIGE,\n label: 'Référent litige',\n idRole: RoleDetail.REFERENT_LITIGE.id,\n idTaskType: 12,\n },\n {\n id: ReportService.COMPTABLE,\n label: 'Comptable',\n idRole: RoleDetail.FRONT_OFFICE.id,\n idTaskType: 16,\n },\n {\n id: ReportService.CUSTOMER_SUCCESS,\n label: 'Customer Success',\n idRole: RoleDetail.CUSTOMER_SUCCESS.id,\n idTaskType: 14,\n },\n {\n id: ReportService.EXPERT_ACCOUNTANT,\n label: 'Expert Comptable',\n idRole: RoleDetail.EXPERT_ACCOUNTANT.id,\n idTaskType: 15,\n },\n {\n id: ReportService.REFERENT_CLIENT,\n label: 'Référent client',\n idRole: RoleDetail.REFERENT_CLIENT.id,\n idTaskType: 13,\n },\n];\n"]}
1
+ {"version":3,"file":"ReportService.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportService.ts"],"names":[],"mappings":";;;AAAA,6CAA0C;AAI1C,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,uEAAmB,CAAA;IACnB,2DAAa,CAAA;IACb,yEAAoB,CAAA;IACpB,2EAAqB,CAAA;IACrB,uEAAmB,CAAA;AACrB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB;AAEY,QAAA,iBAAiB,GAAe;IAC3C;;;;;;;;;;;SAWK;IACL;QACE,EAAE,EAAE,aAAa,CAAC,gBAAgB;QAClC,KAAK,EAAE,kBAAkB;QACzB,MAAM,EAAE,uBAAU,CAAC,gBAAgB,CAAC,EAAE;QACtC,UAAU,EAAE,EAAE;KACf;IACD;;;;;;;;;;;SAWK;CACN,CAAC","sourcesContent":["import { RoleDetail } from './RoleDetail';\n\nexport type ListReport = Array<{ label: string; id: number; idRole: number; idTaskType: number }>;\n\nexport enum ReportService {\n REFERENT_LITIGE = 1,\n COMPTABLE = 2,\n CUSTOMER_SUCCESS = 3,\n EXPERT_ACCOUNTANT = 4,\n REFERENT_CLIENT = 5,\n}\n\nexport const ReportServiceList: ListReport = [\n /* {\n id: ReportService.REFERENT_LITIGE,\n label: 'Référent litige',\n idRole: RoleDetail.REFERENT_LITIGE.id,\n idTaskType: 12,\n },\n {\n id: ReportService.COMPTABLE,\n label: 'Comptable',\n idRole: RoleDetail.FRONT_OFFICE.id,\n idTaskType: 16,\n }, */\n {\n id: ReportService.CUSTOMER_SUCCESS,\n label: 'Customer Success',\n idRole: RoleDetail.CUSTOMER_SUCCESS.id,\n idTaskType: 14,\n },\n /* {\n id: ReportService.EXPERT_ACCOUNTANT,\n label: 'Expert Comptable',\n idRole: RoleDetail.EXPERT_ACCOUNTANT.id,\n idTaskType: 15,\n },\n {\n id: ReportService.REFERENT_CLIENT,\n label: 'Référent client',\n idRole: RoleDetail.REFERENT_CLIENT.id,\n idTaskType: 13,\n }, */\n];\n"]}
@@ -1,7 +1,8 @@
1
1
  export declare enum ReportSource {
2
2
  LETTER = 1,
3
3
  MAIL = 2,
4
- INTERNAL = 3
4
+ INTERNAL = 3,
5
+ CLIENT = 4
5
6
  }
6
7
  interface ReportSourceInterface {
7
8
  id: ReportSource;
@@ -1 +1 @@
1
- {"version":3,"file":"ReportSource.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,MAAM,IAAI;IACV,IAAI,IAAI;IACR,QAAQ,IAAI;CACb;AAED,UAAU,qBAAqB;IAC7B,EAAE,EAAE,YAAY,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,mBAAmB,EAAE,qBAAqB,EAatD,CAAC"}
1
+ {"version":3,"file":"ReportSource.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,MAAM,IAAI;IACV,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,MAAM,IAAI;CACX;AAED,UAAU,qBAAqB;IAC7B,EAAE,EAAE,YAAY,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,mBAAmB,EAAE,qBAAqB,EAiBtD,CAAC"}
@@ -6,6 +6,7 @@ var ReportSource;
6
6
  ReportSource[ReportSource["LETTER"] = 1] = "LETTER";
7
7
  ReportSource[ReportSource["MAIL"] = 2] = "MAIL";
8
8
  ReportSource[ReportSource["INTERNAL"] = 3] = "INTERNAL";
9
+ ReportSource[ReportSource["CLIENT"] = 4] = "CLIENT";
9
10
  })(ReportSource || (exports.ReportSource = ReportSource = {}));
10
11
  exports.ReportSourceDetails = [
11
12
  {
@@ -20,5 +21,9 @@ exports.ReportSourceDetails = [
20
21
  id: ReportSource.INTERNAL,
21
22
  name: 'Interne',
22
23
  },
24
+ {
25
+ id: ReportSource.CLIENT,
26
+ name: 'Client',
27
+ },
23
28
  ];
24
29
  //# sourceMappingURL=ReportSource.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReportSource.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,mDAAU,CAAA;IACV,+CAAQ,CAAA;IACR,uDAAY,CAAA;AACd,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB;AAOY,QAAA,mBAAmB,GAA4B;IAC1D;QACE,EAAE,EAAE,YAAY,CAAC,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,YAAY,CAAC,IAAI;QACrB,IAAI,EAAE,MAAM;KACb;IACD;QACE,EAAE,EAAE,YAAY,CAAC,QAAQ;QACzB,IAAI,EAAE,SAAS;KAChB;CACF,CAAC","sourcesContent":["export enum ReportSource {\n LETTER = 1,\n MAIL = 2,\n INTERNAL = 3,\n}\n\ninterface ReportSourceInterface {\n id: ReportSource;\n name: string;\n}\n\nexport const ReportSourceDetails: ReportSourceInterface[] = [\n {\n id: ReportSource.LETTER,\n name: 'Courrier',\n },\n {\n id: ReportSource.MAIL,\n name: 'Mail',\n },\n {\n id: ReportSource.INTERNAL,\n name: 'Interne',\n },\n];\n"]}
1
+ {"version":3,"file":"ReportSource.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,mDAAU,CAAA;IACV,+CAAQ,CAAA;IACR,uDAAY,CAAA;IACZ,mDAAU,CAAA;AACZ,CAAC,EALW,YAAY,4BAAZ,YAAY,QAKvB;AAOY,QAAA,mBAAmB,GAA4B;IAC1D;QACE,EAAE,EAAE,YAAY,CAAC,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,YAAY,CAAC,IAAI;QACrB,IAAI,EAAE,MAAM;KACb;IACD;QACE,EAAE,EAAE,YAAY,CAAC,QAAQ;QACzB,IAAI,EAAE,SAAS;KAChB;IACD;QACE,EAAE,EAAE,YAAY,CAAC,MAAM;QACvB,IAAI,EAAE,QAAQ;KACf;CACF,CAAC","sourcesContent":["export enum ReportSource {\n LETTER = 1,\n MAIL = 2,\n INTERNAL = 3,\n CLIENT = 4,\n}\n\ninterface ReportSourceInterface {\n id: ReportSource;\n name: string;\n}\n\nexport const ReportSourceDetails: ReportSourceInterface[] = [\n {\n id: ReportSource.LETTER,\n name: 'Courrier',\n },\n {\n id: ReportSource.MAIL,\n name: 'Mail',\n },\n {\n id: ReportSource.INTERNAL,\n name: 'Interne',\n },\n {\n id: ReportSource.CLIENT,\n name: 'Client',\n },\n];\n"]}
@@ -15,6 +15,7 @@ export declare class CreateReport implements IReport {
15
15
  action?: number;
16
16
  processed?: boolean;
17
17
  letterDate?: Date;
18
+ receivedAt?: Date;
18
19
  receivedFile?: TFile;
19
20
  responseFile?: TFile;
20
21
  token?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAI1C,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,CAAC;IAKf,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,WAAW,CAAC,EAAE,OAAO,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,UAAU,CAAC,EAAE,IAAI,CAAC;IAIlB,YAAY,CAAC,EAAE,KAAK,CAAC;IAIrB,YAAY,CAAC,EAAE,KAAK,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAI1C,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,CAAC;IAKf,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,WAAW,CAAC,EAAE,OAAO,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,UAAU,CAAC,EAAE,IAAI,CAAC;IAIlB,UAAU,CAAC,EAAE,IAAI,CAAC;IAIlB,YAAY,CAAC,EAAE,KAAK,CAAC;IAIrB,YAAY,CAAC,EAAE,KAAK,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -93,6 +93,11 @@ __decorate([
93
93
  (0, class_validator_1.IsOptional)(),
94
94
  __metadata("design:type", Date)
95
95
  ], CreateReport.prototype, "letterDate", void 0);
96
+ __decorate([
97
+ (0, utils_1.ApiPropertyOptional)(),
98
+ (0, class_validator_1.IsOptional)(),
99
+ __metadata("design:type", Date)
100
+ ], CreateReport.prototype, "receivedAt", void 0);
96
101
  __decorate([
97
102
  (0, utils_1.ApiPropertyOptional)(),
98
103
  (0, class_validator_1.IsOptional)(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,6CAAqE;AAGrE,MAAa,YAAY;CA6ExB;AA7ED,oCA6EC;AAzEC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kDACE;AAKxB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+CACW;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;4CACO;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wDACoB;AAI5B;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6CACK;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACK;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;qDACa;AAK1B;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2CACO;AAIf;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;iDACS;AAKtB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAKlB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;+CACO;AAIpB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kDACQ;AAIrB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kDACQ;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACI","sourcesContent":["import { IsInt, IsOptional, IsString } from 'class-validator';\nimport { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idReportType?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idFile?: number;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idServiceConcerned?: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n ressenti?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n action?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n processed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n responseFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token?: string;\n}\n"]}
1
+ {"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,6CAAqE;AAGrE,MAAa,YAAY;CAiFxB;AAjFD,oCAiFC;AA7EC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kDACE;AAKxB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+CACW;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;4CACO;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wDACoB;AAI5B;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6CACK;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACK;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;qDACa;AAK1B;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2CACO;AAIf;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;iDACS;AAKtB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAKlB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;+CACO;AAIpB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kDACQ;AAIrB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kDACQ;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACI","sourcesContent":["import { IsInt, IsOptional, IsString } from 'class-validator';\nimport { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idReportType?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idFile?: number;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idServiceConcerned?: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n ressenti?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n action?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n processed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n receivedAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n responseFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token?: string;\n}\n"]}
@@ -1,7 +1,9 @@
1
1
  export declare class QueryReports {
2
+ idSource?: number[];
2
3
  idReportType?: number[];
3
4
  idSociety?: number;
4
5
  idService?: number;
6
+ idUserConcerned?: number;
5
7
  idServiceConcerned?: number;
6
8
  id?: number;
7
9
  search?: string;
@@ -9,5 +11,7 @@ export declare class QueryReports {
9
11
  state?: number;
10
12
  idUser?: number | number[];
11
13
  onlyClient?: boolean;
14
+ startDate?: string;
15
+ endDate?: string;
12
16
  }
13
17
  //# sourceMappingURL=QueryReports.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryReports.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":"AAIA,qBAAa,YAAY;IAEvB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAGxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,EAAE,CAAC,EAAE,MAAM,CAAC;IAGZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAM3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
1
+ {"version":3,"file":"QueryReports.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":"AAIA,qBAAa,YAAY;IAEvB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAGpB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAGxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,EAAE,CAAC,EAAE,MAAM,CAAC;IAGZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAM3B,UAAU,CAAC,EAAE,OAAO,CAAC;IAKb,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -16,6 +16,10 @@ const boolean_transform_1 = require("../../../../utils/transforms/boolean.transf
16
16
  class QueryReports {
17
17
  }
18
18
  exports.QueryReports = QueryReports;
19
+ __decorate([
20
+ (0, utils_1.ApiPropertyOptional)(),
21
+ __metadata("design:type", Array)
22
+ ], QueryReports.prototype, "idSource", void 0);
19
23
  __decorate([
20
24
  (0, utils_1.ApiPropertyOptional)(),
21
25
  __metadata("design:type", Array)
@@ -28,6 +32,10 @@ __decorate([
28
32
  (0, utils_1.ApiPropertyOptional)(),
29
33
  __metadata("design:type", Number)
30
34
  ], QueryReports.prototype, "idService", void 0);
35
+ __decorate([
36
+ (0, utils_1.ApiPropertyOptional)(),
37
+ __metadata("design:type", Number)
38
+ ], QueryReports.prototype, "idUserConcerned", void 0);
31
39
  __decorate([
32
40
  (0, utils_1.ApiPropertyOptional)(),
33
41
  __metadata("design:type", Number)
@@ -59,4 +67,16 @@ __decorate([
59
67
  (0, boolean_transform_1.ToBoolean)(),
60
68
  __metadata("design:type", Boolean)
61
69
  ], QueryReports.prototype, "onlyClient", void 0);
70
+ __decorate([
71
+ (0, utils_1.ApiPropertyOptional)(),
72
+ (0, class_validator_1.IsOptional)(),
73
+ (0, class_validator_1.IsDateString)(),
74
+ __metadata("design:type", String)
75
+ ], QueryReports.prototype, "startDate", void 0);
76
+ __decorate([
77
+ (0, utils_1.ApiPropertyOptional)(),
78
+ (0, class_validator_1.IsOptional)(),
79
+ (0, class_validator_1.IsDateString)(),
80
+ __metadata("design:type", String)
81
+ ], QueryReports.prototype, "endDate", void 0);
62
82
  //# sourceMappingURL=QueryReports.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryReports.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6CAAwD;AACxD,sFAA2E;AAE3E,MAAa,YAAY;CAiCxB;AAjCD,oCAiCC;AA/BC;IADC,IAAA,2BAAmB,GAAE;;kDACE;AAGxB;IADC,IAAA,2BAAmB,GAAE;;+CACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;+CACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;wDACM;AAG5B;IADC,IAAA,2BAAmB,GAAE;;wCACV;AAGZ;IADC,IAAA,2BAAmB,GAAE;;4CACN;AAGhB;IADC,IAAA,2BAAmB,GAAE;;0CACR;AAGd;IADC,IAAA,2BAAmB,GAAE;;2CACP;AAGf;IADC,IAAA,2BAAmB,GAAE;;4CACK;AAM3B;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;gDACS","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryReports {\n @ApiPropertyOptional()\n idReportType?: number[];\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idService?: number;\n\n @ApiPropertyOptional()\n idServiceConcerned?: number;\n\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n year?: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n onlyClient?: boolean;\n}\n"]}
1
+ {"version":3,"file":"QueryReports.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsE;AACtE,6CAAwD;AACxD,sFAA2E;AAE3E,MAAa,YAAY;CAiDxB;AAjDD,oCAiDC;AA/CC;IADC,IAAA,2BAAmB,GAAE;;8CACF;AAGpB;IADC,IAAA,2BAAmB,GAAE;;kDACE;AAGxB;IADC,IAAA,2BAAmB,GAAE;;+CACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;+CACH;AAGnB;IADC,IAAA,2BAAmB,GAAE;;qDACG;AAGzB;IADC,IAAA,2BAAmB,GAAE;;wDACM;AAG5B;IADC,IAAA,2BAAmB,GAAE;;wCACV;AAGZ;IADC,IAAA,2BAAmB,GAAE;;4CACN;AAGhB;IADC,IAAA,2BAAmB,GAAE;;0CACR;AAGd;IADC,IAAA,2BAAmB,GAAE;;2CACP;AAGf;IADC,IAAA,2BAAmB,GAAE;;4CACK;AAM3B;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;gDACS;AAKb;IAHP,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;+CACY;AAKnB;IAHP,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;6CACU","sourcesContent":["import { IsBoolean, IsDateString, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryReports {\n @ApiPropertyOptional()\n idSource?: number[];\n\n @ApiPropertyOptional()\n idReportType?: number[];\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idService?: number;\n\n @ApiPropertyOptional()\n idUserConcerned?: number;\n\n @ApiPropertyOptional()\n idServiceConcerned?: number;\n\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n year?: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n onlyClient?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n declare startDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n declare endDate?: string;\n}\n"]}
@@ -30,8 +30,10 @@ export interface IReport {
30
30
  ressenti?: number | null;
31
31
  action?: number | null;
32
32
  processed?: boolean | null;
33
+ receivedAt?: Date | null;
33
34
  createdAt?: Date | null;
34
35
  updatedAt?: Date | null;
36
+ deletedAt?: Date | null;
35
37
  society?: ISociety;
36
38
  file?: IFile;
37
39
  calendarEvent?: ICalendarEvent;
@@ -1 +1 @@
1
- {"version":3,"file":"IReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,gBAAgB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC5B"}
1
+ {"version":3,"file":"IReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,gBAAgB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"IReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"","sourcesContent":["import { ReportTypeEnum } from '../../Enum/ReportType';\nimport { ICalendarEvent } from './ICalendarEvent';\nimport { IComment } from './IComment';\nimport { ICustomerAcceptance } from './ICustomerAcceptance';\nimport { IFile } from './IFile';\nimport { ILetter } from './ILetter';\nimport { IReportHistory } from './IReportHistory';\nimport { IReportMessage } from './IReportMessage';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// report\nexport interface IReport {\n id?: number;\n idSociety?: number | null;\n idSource?: number | null;\n idReportType?: ReportTypeEnum[] | null;\n idCalendarEvent?: number;\n idUserConcerned?: number | null;\n idServiceConcerned?: number | null;\n idService?: number | null;\n idFile?: number | null;\n fileLink?: string;\n idLetterType?: number | null;\n declareSoupcons?: boolean | null;\n token?: string | null;\n state?: number | null;\n compensationAmount?: number | null;\n compensationDate?: Date | null;\n compensationType?: number | null;\n informerjlb?: boolean | null;\n ressenti?: number | null;\n action?: number | null;\n processed?: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n file?: IFile;\n calendarEvent?: ICalendarEvent;\n userConcerned?: IUser;\n comments?: IComment[];\n messages?: IReportMessage[];\n customerAcceptance?: ICustomerAcceptance;\n letter?: ILetter;\n history?: IReportHistory[];\n}\n"]}
1
+ {"version":3,"file":"IReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"","sourcesContent":["import { ReportTypeEnum } from '../../Enum/ReportType';\nimport { ICalendarEvent } from './ICalendarEvent';\nimport { IComment } from './IComment';\nimport { ICustomerAcceptance } from './ICustomerAcceptance';\nimport { IFile } from './IFile';\nimport { ILetter } from './ILetter';\nimport { IReportHistory } from './IReportHistory';\nimport { IReportMessage } from './IReportMessage';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// report\nexport interface IReport {\n id?: number;\n idSociety?: number | null;\n idSource?: number | null;\n idReportType?: ReportTypeEnum[] | null;\n idCalendarEvent?: number;\n idUserConcerned?: number | null;\n idServiceConcerned?: number | null;\n idService?: number | null;\n idFile?: number | null;\n fileLink?: string;\n idLetterType?: number | null;\n declareSoupcons?: boolean | null;\n token?: string | null;\n state?: number | null;\n compensationAmount?: number | null;\n compensationDate?: Date | null;\n compensationType?: number | null;\n informerjlb?: boolean | null;\n ressenti?: number | null;\n action?: number | null;\n processed?: boolean | null;\n receivedAt?: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n file?: IFile;\n calendarEvent?: ICalendarEvent;\n userConcerned?: IUser;\n comments?: IComment[];\n messages?: IReportMessage[];\n customerAcceptance?: ICustomerAcceptance;\n letter?: ILetter;\n history?: IReportHistory[];\n}\n"]}
@@ -8,35 +8,35 @@ export var ReportService;
8
8
  ReportService[ReportService["REFERENT_CLIENT"] = 5] = "REFERENT_CLIENT";
9
9
  })(ReportService || (ReportService = {}));
10
10
  export const ReportServiceList = [
11
- {
12
- id: ReportService.REFERENT_LITIGE,
13
- label: 'Référent litige',
14
- idRole: RoleDetail.REFERENT_LITIGE.id,
15
- idTaskType: 12,
11
+ /* {
12
+ id: ReportService.REFERENT_LITIGE,
13
+ label: 'Référent litige',
14
+ idRole: RoleDetail.REFERENT_LITIGE.id,
15
+ idTaskType: 12,
16
16
  },
17
17
  {
18
- id: ReportService.COMPTABLE,
19
- label: 'Comptable',
20
- idRole: RoleDetail.FRONT_OFFICE.id,
21
- idTaskType: 16,
22
- },
18
+ id: ReportService.COMPTABLE,
19
+ label: 'Comptable',
20
+ idRole: RoleDetail.FRONT_OFFICE.id,
21
+ idTaskType: 16,
22
+ }, */
23
23
  {
24
24
  id: ReportService.CUSTOMER_SUCCESS,
25
25
  label: 'Customer Success',
26
26
  idRole: RoleDetail.CUSTOMER_SUCCESS.id,
27
27
  idTaskType: 14,
28
28
  },
29
- {
30
- id: ReportService.EXPERT_ACCOUNTANT,
31
- label: 'Expert Comptable',
32
- idRole: RoleDetail.EXPERT_ACCOUNTANT.id,
33
- idTaskType: 15,
29
+ /* {
30
+ id: ReportService.EXPERT_ACCOUNTANT,
31
+ label: 'Expert Comptable',
32
+ idRole: RoleDetail.EXPERT_ACCOUNTANT.id,
33
+ idTaskType: 15,
34
34
  },
35
35
  {
36
- id: ReportService.REFERENT_CLIENT,
37
- label: 'Référent client',
38
- idRole: RoleDetail.REFERENT_CLIENT.id,
39
- idTaskType: 13,
40
- },
36
+ id: ReportService.REFERENT_CLIENT,
37
+ label: 'Référent client',
38
+ idRole: RoleDetail.REFERENT_CLIENT.id,
39
+ idTaskType: 13,
40
+ }, */
41
41
  ];
42
42
  //# sourceMappingURL=ReportService.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReportService.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI1C,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,uEAAmB,CAAA;IACnB,2DAAa,CAAA;IACb,yEAAoB,CAAA;IACpB,2EAAqB,CAAA;IACrB,uEAAmB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAED,MAAM,CAAC,MAAM,iBAAiB,GAAe;IAC3C;QACE,EAAE,EAAE,aAAa,CAAC,eAAe;QACjC,KAAK,EAAE,iBAAiB;QACxB,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC,EAAE;QACrC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,SAAS;QAC3B,KAAK,EAAE,WAAW;QAClB,MAAM,EAAE,UAAU,CAAC,YAAY,CAAC,EAAE;QAClC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,gBAAgB;QAClC,KAAK,EAAE,kBAAkB;QACzB,MAAM,EAAE,UAAU,CAAC,gBAAgB,CAAC,EAAE;QACtC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,iBAAiB;QACnC,KAAK,EAAE,kBAAkB;QACzB,MAAM,EAAE,UAAU,CAAC,iBAAiB,CAAC,EAAE;QACvC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,eAAe;QACjC,KAAK,EAAE,iBAAiB;QACxB,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC,EAAE;QACrC,UAAU,EAAE,EAAE;KACf;CACF,CAAC","sourcesContent":["import { RoleDetail } from './RoleDetail';\n\nexport type ListReport = Array<{ label: string; id: number; idRole: number; idTaskType: number }>;\n\nexport enum ReportService {\n REFERENT_LITIGE = 1,\n COMPTABLE = 2,\n CUSTOMER_SUCCESS = 3,\n EXPERT_ACCOUNTANT = 4,\n REFERENT_CLIENT = 5,\n}\n\nexport const ReportServiceList: ListReport = [\n {\n id: ReportService.REFERENT_LITIGE,\n label: 'Référent litige',\n idRole: RoleDetail.REFERENT_LITIGE.id,\n idTaskType: 12,\n },\n {\n id: ReportService.COMPTABLE,\n label: 'Comptable',\n idRole: RoleDetail.FRONT_OFFICE.id,\n idTaskType: 16,\n },\n {\n id: ReportService.CUSTOMER_SUCCESS,\n label: 'Customer Success',\n idRole: RoleDetail.CUSTOMER_SUCCESS.id,\n idTaskType: 14,\n },\n {\n id: ReportService.EXPERT_ACCOUNTANT,\n label: 'Expert Comptable',\n idRole: RoleDetail.EXPERT_ACCOUNTANT.id,\n idTaskType: 15,\n },\n {\n id: ReportService.REFERENT_CLIENT,\n label: 'Référent client',\n idRole: RoleDetail.REFERENT_CLIENT.id,\n idTaskType: 13,\n },\n];\n"]}
1
+ {"version":3,"file":"ReportService.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI1C,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,uEAAmB,CAAA;IACnB,2DAAa,CAAA;IACb,yEAAoB,CAAA;IACpB,2EAAqB,CAAA;IACrB,uEAAmB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAED,MAAM,CAAC,MAAM,iBAAiB,GAAe;IAC3C;;;;;;;;;;;SAWK;IACL;QACE,EAAE,EAAE,aAAa,CAAC,gBAAgB;QAClC,KAAK,EAAE,kBAAkB;QACzB,MAAM,EAAE,UAAU,CAAC,gBAAgB,CAAC,EAAE;QACtC,UAAU,EAAE,EAAE;KACf;IACD;;;;;;;;;;;SAWK;CACN,CAAC","sourcesContent":["import { RoleDetail } from './RoleDetail';\n\nexport type ListReport = Array<{ label: string; id: number; idRole: number; idTaskType: number }>;\n\nexport enum ReportService {\n REFERENT_LITIGE = 1,\n COMPTABLE = 2,\n CUSTOMER_SUCCESS = 3,\n EXPERT_ACCOUNTANT = 4,\n REFERENT_CLIENT = 5,\n}\n\nexport const ReportServiceList: ListReport = [\n /* {\n id: ReportService.REFERENT_LITIGE,\n label: 'Référent litige',\n idRole: RoleDetail.REFERENT_LITIGE.id,\n idTaskType: 12,\n },\n {\n id: ReportService.COMPTABLE,\n label: 'Comptable',\n idRole: RoleDetail.FRONT_OFFICE.id,\n idTaskType: 16,\n }, */\n {\n id: ReportService.CUSTOMER_SUCCESS,\n label: 'Customer Success',\n idRole: RoleDetail.CUSTOMER_SUCCESS.id,\n idTaskType: 14,\n },\n /* {\n id: ReportService.EXPERT_ACCOUNTANT,\n label: 'Expert Comptable',\n idRole: RoleDetail.EXPERT_ACCOUNTANT.id,\n idTaskType: 15,\n },\n {\n id: ReportService.REFERENT_CLIENT,\n label: 'Référent client',\n idRole: RoleDetail.REFERENT_CLIENT.id,\n idTaskType: 13,\n }, */\n];\n"]}
@@ -1,7 +1,8 @@
1
1
  export declare enum ReportSource {
2
2
  LETTER = 1,
3
3
  MAIL = 2,
4
- INTERNAL = 3
4
+ INTERNAL = 3,
5
+ CLIENT = 4
5
6
  }
6
7
  interface ReportSourceInterface {
7
8
  id: ReportSource;
@@ -1 +1 @@
1
- {"version":3,"file":"ReportSource.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,MAAM,IAAI;IACV,IAAI,IAAI;IACR,QAAQ,IAAI;CACb;AAED,UAAU,qBAAqB;IAC7B,EAAE,EAAE,YAAY,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,mBAAmB,EAAE,qBAAqB,EAatD,CAAC"}
1
+ {"version":3,"file":"ReportSource.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,MAAM,IAAI;IACV,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,MAAM,IAAI;CACX;AAED,UAAU,qBAAqB;IAC7B,EAAE,EAAE,YAAY,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,mBAAmB,EAAE,qBAAqB,EAiBtD,CAAC"}
@@ -3,6 +3,7 @@ export var ReportSource;
3
3
  ReportSource[ReportSource["LETTER"] = 1] = "LETTER";
4
4
  ReportSource[ReportSource["MAIL"] = 2] = "MAIL";
5
5
  ReportSource[ReportSource["INTERNAL"] = 3] = "INTERNAL";
6
+ ReportSource[ReportSource["CLIENT"] = 4] = "CLIENT";
6
7
  })(ReportSource || (ReportSource = {}));
7
8
  export const ReportSourceDetails = [
8
9
  {
@@ -17,5 +18,9 @@ export const ReportSourceDetails = [
17
18
  id: ReportSource.INTERNAL,
18
19
  name: 'Interne',
19
20
  },
21
+ {
22
+ id: ReportSource.CLIENT,
23
+ name: 'Client',
24
+ },
20
25
  ];
21
26
  //# sourceMappingURL=ReportSource.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReportSource.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,mDAAU,CAAA;IACV,+CAAQ,CAAA;IACR,uDAAY,CAAA;AACd,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAOD,MAAM,CAAC,MAAM,mBAAmB,GAA4B;IAC1D;QACE,EAAE,EAAE,YAAY,CAAC,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,YAAY,CAAC,IAAI;QACrB,IAAI,EAAE,MAAM;KACb;IACD;QACE,EAAE,EAAE,YAAY,CAAC,QAAQ;QACzB,IAAI,EAAE,SAAS;KAChB;CACF,CAAC","sourcesContent":["export enum ReportSource {\n LETTER = 1,\n MAIL = 2,\n INTERNAL = 3,\n}\n\ninterface ReportSourceInterface {\n id: ReportSource;\n name: string;\n}\n\nexport const ReportSourceDetails: ReportSourceInterface[] = [\n {\n id: ReportSource.LETTER,\n name: 'Courrier',\n },\n {\n id: ReportSource.MAIL,\n name: 'Mail',\n },\n {\n id: ReportSource.INTERNAL,\n name: 'Interne',\n },\n];\n"]}
1
+ {"version":3,"file":"ReportSource.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,mDAAU,CAAA;IACV,+CAAQ,CAAA;IACR,uDAAY,CAAA;IACZ,mDAAU,CAAA;AACZ,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB;AAOD,MAAM,CAAC,MAAM,mBAAmB,GAA4B;IAC1D;QACE,EAAE,EAAE,YAAY,CAAC,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,YAAY,CAAC,IAAI;QACrB,IAAI,EAAE,MAAM;KACb;IACD;QACE,EAAE,EAAE,YAAY,CAAC,QAAQ;QACzB,IAAI,EAAE,SAAS;KAChB;IACD;QACE,EAAE,EAAE,YAAY,CAAC,MAAM;QACvB,IAAI,EAAE,QAAQ;KACf;CACF,CAAC","sourcesContent":["export enum ReportSource {\n LETTER = 1,\n MAIL = 2,\n INTERNAL = 3,\n CLIENT = 4,\n}\n\ninterface ReportSourceInterface {\n id: ReportSource;\n name: string;\n}\n\nexport const ReportSourceDetails: ReportSourceInterface[] = [\n {\n id: ReportSource.LETTER,\n name: 'Courrier',\n },\n {\n id: ReportSource.MAIL,\n name: 'Mail',\n },\n {\n id: ReportSource.INTERNAL,\n name: 'Interne',\n },\n {\n id: ReportSource.CLIENT,\n name: 'Client',\n },\n];\n"]}
@@ -15,6 +15,7 @@ export declare class CreateReport implements IReport {
15
15
  action?: number;
16
16
  processed?: boolean;
17
17
  letterDate?: Date;
18
+ receivedAt?: Date;
18
19
  receivedFile?: TFile;
19
20
  responseFile?: TFile;
20
21
  token?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAI1C,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,CAAC;IAKf,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,WAAW,CAAC,EAAE,OAAO,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,UAAU,CAAC,EAAE,IAAI,CAAC;IAIlB,YAAY,CAAC,EAAE,KAAK,CAAC;IAIrB,YAAY,CAAC,EAAE,KAAK,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAI1C,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,CAAC;IAKf,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,WAAW,CAAC,EAAE,OAAO,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,UAAU,CAAC,EAAE,IAAI,CAAC;IAIlB,UAAU,CAAC,EAAE,IAAI,CAAC;IAIlB,YAAY,CAAC,EAAE,KAAK,CAAC;IAIrB,YAAY,CAAC,EAAE,KAAK,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -24,6 +24,7 @@ export class CreateReport {
24
24
  action;
25
25
  processed;
26
26
  letterDate;
27
+ receivedAt;
27
28
  receivedFile;
28
29
  responseFile;
29
30
  token;
@@ -106,6 +107,11 @@ __decorate([
106
107
  IsOptional(),
107
108
  __metadata("design:type", Date)
108
109
  ], CreateReport.prototype, "letterDate", void 0);
110
+ __decorate([
111
+ ApiPropertyOptional(),
112
+ IsOptional(),
113
+ __metadata("design:type", Date)
114
+ ], CreateReport.prototype, "receivedAt", void 0);
109
115
  __decorate([
110
116
  ApiPropertyOptional(),
111
117
  IsOptional(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;IAIvB,YAAY,CAAY;IAKxB,SAAS,CAAU;IAKnB,MAAM,CAAU;IAIhB,MAAM,CAAS;IAKf,kBAAkB,CAAU;IAI5B,OAAO,CAAS;IAKhB,MAAM,CAAU;IAIhB,eAAe,CAAW;IAK1B,KAAK,CAAU;IAIf,WAAW,CAAW;IAKtB,QAAQ,CAAU;IAKlB,MAAM,CAAU;IAIhB,SAAS,CAAW;IAIpB,UAAU,CAAQ;IAIlB,YAAY,CAAS;IAIrB,YAAY,CAAS;IAKrB,KAAK,CAAU;CAChB;AAzEC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kDACE;AAKxB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;+CACW;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAIhB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;4CACO;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wDACoB;AAI5B;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;6CACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACK;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACa;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;2CACO;AAIf;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;iDACS;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACU;AAKlB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;+CACO;AAIpB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACQ;AAIrB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACQ;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;2CACI","sourcesContent":["import { IsInt, IsOptional, IsString } from 'class-validator';\nimport { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idReportType?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idFile?: number;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idServiceConcerned?: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n ressenti?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n action?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n processed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n responseFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token?: string;\n}\n"]}
1
+ {"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;IAIvB,YAAY,CAAY;IAKxB,SAAS,CAAU;IAKnB,MAAM,CAAU;IAIhB,MAAM,CAAS;IAKf,kBAAkB,CAAU;IAI5B,OAAO,CAAS;IAKhB,MAAM,CAAU;IAIhB,eAAe,CAAW;IAK1B,KAAK,CAAU;IAIf,WAAW,CAAW;IAKtB,QAAQ,CAAU;IAKlB,MAAM,CAAU;IAIhB,SAAS,CAAW;IAIpB,UAAU,CAAQ;IAIlB,UAAU,CAAQ;IAIlB,YAAY,CAAS;IAIrB,YAAY,CAAS;IAKrB,KAAK,CAAU;CAChB;AA7EC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kDACE;AAKxB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;+CACW;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAIhB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;4CACO;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wDACoB;AAI5B;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;6CACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACK;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACa;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;2CACO;AAIf;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;iDACS;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACU;AAKlB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;+CACO;AAIpB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACQ;AAIrB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACQ;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;2CACI","sourcesContent":["import { IsInt, IsOptional, IsString } from 'class-validator';\nimport { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idReportType?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idFile?: number;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idServiceConcerned?: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n ressenti?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n action?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n processed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n receivedAt?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n responseFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token?: string;\n}\n"]}
@@ -1,7 +1,9 @@
1
1
  export declare class QueryReports {
2
+ idSource?: number[];
2
3
  idReportType?: number[];
3
4
  idSociety?: number;
4
5
  idService?: number;
6
+ idUserConcerned?: number;
5
7
  idServiceConcerned?: number;
6
8
  id?: number;
7
9
  search?: string;
@@ -9,5 +11,7 @@ export declare class QueryReports {
9
11
  state?: number;
10
12
  idUser?: number | number[];
11
13
  onlyClient?: boolean;
14
+ startDate?: string;
15
+ endDate?: string;
12
16
  }
13
17
  //# sourceMappingURL=QueryReports.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryReports.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":"AAIA,qBAAa,YAAY;IAEvB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAGxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,EAAE,CAAC,EAAE,MAAM,CAAC;IAGZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAM3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
1
+ {"version":3,"file":"QueryReports.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":"AAIA,qBAAa,YAAY;IAEvB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAGpB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAGxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,EAAE,CAAC,EAAE,MAAM,CAAC;IAGZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAM3B,UAAU,CAAC,EAAE,OAAO,CAAC;IAKb,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -7,13 +7,15 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsBoolean, IsOptional } from 'class-validator';
10
+ import { IsBoolean, IsDateString, IsOptional } from 'class-validator';
11
11
  import { ApiPropertyOptional } from '../../../../utils';
12
12
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
13
  export class QueryReports {
14
+ idSource;
14
15
  idReportType;
15
16
  idSociety;
16
17
  idService;
18
+ idUserConcerned;
17
19
  idServiceConcerned;
18
20
  id;
19
21
  search;
@@ -22,6 +24,10 @@ export class QueryReports {
22
24
  idUser;
23
25
  onlyClient;
24
26
  }
27
+ __decorate([
28
+ ApiPropertyOptional(),
29
+ __metadata("design:type", Array)
30
+ ], QueryReports.prototype, "idSource", void 0);
25
31
  __decorate([
26
32
  ApiPropertyOptional(),
27
33
  __metadata("design:type", Array)
@@ -34,6 +40,10 @@ __decorate([
34
40
  ApiPropertyOptional(),
35
41
  __metadata("design:type", Number)
36
42
  ], QueryReports.prototype, "idService", void 0);
43
+ __decorate([
44
+ ApiPropertyOptional(),
45
+ __metadata("design:type", Number)
46
+ ], QueryReports.prototype, "idUserConcerned", void 0);
37
47
  __decorate([
38
48
  ApiPropertyOptional(),
39
49
  __metadata("design:type", Number)
@@ -65,4 +75,16 @@ __decorate([
65
75
  ToBoolean(),
66
76
  __metadata("design:type", Boolean)
67
77
  ], QueryReports.prototype, "onlyClient", void 0);
78
+ __decorate([
79
+ ApiPropertyOptional(),
80
+ IsOptional(),
81
+ IsDateString(),
82
+ __metadata("design:type", String)
83
+ ], QueryReports.prototype, "startDate", void 0);
84
+ __decorate([
85
+ ApiPropertyOptional(),
86
+ IsOptional(),
87
+ IsDateString(),
88
+ __metadata("design:type", String)
89
+ ], QueryReports.prototype, "endDate", void 0);
68
90
  //# sourceMappingURL=QueryReports.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryReports.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,YAAY;IAEvB,YAAY,CAAY;IAGxB,SAAS,CAAU;IAGnB,SAAS,CAAU;IAGnB,kBAAkB,CAAU;IAG5B,EAAE,CAAU;IAGZ,MAAM,CAAU;IAGhB,IAAI,CAAU;IAGd,KAAK,CAAU;IAGf,MAAM,CAAqB;IAM3B,UAAU,CAAW;CACtB;AA/BC;IADC,mBAAmB,EAAE;;kDACE;AAGxB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;wDACM;AAG5B;IADC,mBAAmB,EAAE;;wCACV;AAGZ;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;0CACR;AAGd;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;4CACK;AAM3B;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;gDACS","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryReports {\n @ApiPropertyOptional()\n idReportType?: number[];\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idService?: number;\n\n @ApiPropertyOptional()\n idServiceConcerned?: number;\n\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n year?: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n onlyClient?: boolean;\n}\n"]}
1
+ {"version":3,"file":"QueryReports.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,YAAY;IAEvB,QAAQ,CAAY;IAGpB,YAAY,CAAY;IAGxB,SAAS,CAAU;IAGnB,SAAS,CAAU;IAGnB,eAAe,CAAU;IAGzB,kBAAkB,CAAU;IAG5B,EAAE,CAAU;IAGZ,MAAM,CAAU;IAGhB,IAAI,CAAU;IAGd,KAAK,CAAU;IAGf,MAAM,CAAqB;IAM3B,UAAU,CAAW;CAWtB;AA/CC;IADC,mBAAmB,EAAE;;8CACF;AAGpB;IADC,mBAAmB,EAAE;;kDACE;AAGxB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;qDACG;AAGzB;IADC,mBAAmB,EAAE;;wDACM;AAG5B;IADC,mBAAmB,EAAE;;wCACV;AAGZ;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;0CACR;AAGd;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;4CACK;AAM3B;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;gDACS;AAKb;IAHP,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;+CACY;AAKnB;IAHP,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;6CACU","sourcesContent":["import { IsBoolean, IsDateString, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryReports {\n @ApiPropertyOptional()\n idSource?: number[];\n\n @ApiPropertyOptional()\n idReportType?: number[];\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idService?: number;\n\n @ApiPropertyOptional()\n idUserConcerned?: number;\n\n @ApiPropertyOptional()\n idServiceConcerned?: number;\n\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n year?: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n onlyClient?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n declare startDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n declare endDate?: string;\n}\n"]}
@@ -30,8 +30,10 @@ export interface IReport {
30
30
  ressenti?: number | null;
31
31
  action?: number | null;
32
32
  processed?: boolean | null;
33
+ receivedAt?: Date | null;
33
34
  createdAt?: Date | null;
34
35
  updatedAt?: Date | null;
36
+ deletedAt?: Date | null;
35
37
  society?: ISociety;
36
38
  file?: IFile;
37
39
  calendarEvent?: ICalendarEvent;
@@ -1 +1 @@
1
- {"version":3,"file":"IReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,gBAAgB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC5B"}
1
+ {"version":3,"file":"IReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,gBAAgB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"IReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"","sourcesContent":["import { ReportTypeEnum } from '../../Enum/ReportType';\nimport { ICalendarEvent } from './ICalendarEvent';\nimport { IComment } from './IComment';\nimport { ICustomerAcceptance } from './ICustomerAcceptance';\nimport { IFile } from './IFile';\nimport { ILetter } from './ILetter';\nimport { IReportHistory } from './IReportHistory';\nimport { IReportMessage } from './IReportMessage';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// report\nexport interface IReport {\n id?: number;\n idSociety?: number | null;\n idSource?: number | null;\n idReportType?: ReportTypeEnum[] | null;\n idCalendarEvent?: number;\n idUserConcerned?: number | null;\n idServiceConcerned?: number | null;\n idService?: number | null;\n idFile?: number | null;\n fileLink?: string;\n idLetterType?: number | null;\n declareSoupcons?: boolean | null;\n token?: string | null;\n state?: number | null;\n compensationAmount?: number | null;\n compensationDate?: Date | null;\n compensationType?: number | null;\n informerjlb?: boolean | null;\n ressenti?: number | null;\n action?: number | null;\n processed?: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n file?: IFile;\n calendarEvent?: ICalendarEvent;\n userConcerned?: IUser;\n comments?: IComment[];\n messages?: IReportMessage[];\n customerAcceptance?: ICustomerAcceptance;\n letter?: ILetter;\n history?: IReportHistory[];\n}\n"]}
1
+ {"version":3,"file":"IReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"","sourcesContent":["import { ReportTypeEnum } from '../../Enum/ReportType';\nimport { ICalendarEvent } from './ICalendarEvent';\nimport { IComment } from './IComment';\nimport { ICustomerAcceptance } from './ICustomerAcceptance';\nimport { IFile } from './IFile';\nimport { ILetter } from './ILetter';\nimport { IReportHistory } from './IReportHistory';\nimport { IReportMessage } from './IReportMessage';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// report\nexport interface IReport {\n id?: number;\n idSociety?: number | null;\n idSource?: number | null;\n idReportType?: ReportTypeEnum[] | null;\n idCalendarEvent?: number;\n idUserConcerned?: number | null;\n idServiceConcerned?: number | null;\n idService?: number | null;\n idFile?: number | null;\n fileLink?: string;\n idLetterType?: number | null;\n declareSoupcons?: boolean | null;\n token?: string | null;\n state?: number | null;\n compensationAmount?: number | null;\n compensationDate?: Date | null;\n compensationType?: number | null;\n informerjlb?: boolean | null;\n ressenti?: number | null;\n action?: number | null;\n processed?: boolean | null;\n receivedAt?: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n file?: IFile;\n calendarEvent?: ICalendarEvent;\n userConcerned?: IUser;\n comments?: IComment[];\n messages?: IReportMessage[];\n customerAcceptance?: ICustomerAcceptance;\n letter?: ILetter;\n history?: IReportHistory[];\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexpert/core",
3
- "version": "1.3.158-4",
3
+ "version": "1.3.158-6",
4
4
  "description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
5
5
  "homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
6
6
  "main": "dist/cjs/index.js",
@@ -11,7 +11,7 @@ export enum ReportService {
11
11
  }
12
12
 
13
13
  export const ReportServiceList: ListReport = [
14
- {
14
+ /* {
15
15
  id: ReportService.REFERENT_LITIGE,
16
16
  label: 'Référent litige',
17
17
  idRole: RoleDetail.REFERENT_LITIGE.id,
@@ -22,14 +22,14 @@ export const ReportServiceList: ListReport = [
22
22
  label: 'Comptable',
23
23
  idRole: RoleDetail.FRONT_OFFICE.id,
24
24
  idTaskType: 16,
25
- },
25
+ }, */
26
26
  {
27
27
  id: ReportService.CUSTOMER_SUCCESS,
28
28
  label: 'Customer Success',
29
29
  idRole: RoleDetail.CUSTOMER_SUCCESS.id,
30
30
  idTaskType: 14,
31
31
  },
32
- {
32
+ /* {
33
33
  id: ReportService.EXPERT_ACCOUNTANT,
34
34
  label: 'Expert Comptable',
35
35
  idRole: RoleDetail.EXPERT_ACCOUNTANT.id,
@@ -40,5 +40,5 @@ export const ReportServiceList: ListReport = [
40
40
  label: 'Référent client',
41
41
  idRole: RoleDetail.REFERENT_CLIENT.id,
42
42
  idTaskType: 13,
43
- },
43
+ }, */
44
44
  ];
@@ -2,6 +2,7 @@ export enum ReportSource {
2
2
  LETTER = 1,
3
3
  MAIL = 2,
4
4
  INTERNAL = 3,
5
+ CLIENT = 4,
5
6
  }
6
7
 
7
8
  interface ReportSourceInterface {
@@ -22,4 +23,8 @@ export const ReportSourceDetails: ReportSourceInterface[] = [
22
23
  id: ReportSource.INTERNAL,
23
24
  name: 'Interne',
24
25
  },
26
+ {
27
+ id: ReportSource.CLIENT,
28
+ name: 'Client',
29
+ },
25
30
  ];
@@ -68,6 +68,10 @@ export class CreateReport implements IReport {
68
68
  @IsOptional()
69
69
  letterDate?: Date;
70
70
 
71
+ @ApiPropertyOptional()
72
+ @IsOptional()
73
+ receivedAt?: Date;
74
+
71
75
  @ApiPropertyOptional()
72
76
  @IsOptional()
73
77
  receivedFile?: TFile;
@@ -1,8 +1,11 @@
1
- import { IsBoolean, IsOptional } from 'class-validator';
1
+ import { IsBoolean, IsDateString, IsOptional } from 'class-validator';
2
2
  import { ApiPropertyOptional } from '../../../../utils';
3
3
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
4
 
5
5
  export class QueryReports {
6
+ @ApiPropertyOptional()
7
+ idSource?: number[];
8
+
6
9
  @ApiPropertyOptional()
7
10
  idReportType?: number[];
8
11
 
@@ -12,6 +15,9 @@ export class QueryReports {
12
15
  @ApiPropertyOptional()
13
16
  idService?: number;
14
17
 
18
+ @ApiPropertyOptional()
19
+ idUserConcerned?: number;
20
+
15
21
  @ApiPropertyOptional()
16
22
  idServiceConcerned?: number;
17
23
 
@@ -35,4 +41,14 @@ export class QueryReports {
35
41
  @IsBoolean()
36
42
  @ToBoolean()
37
43
  onlyClient?: boolean;
44
+
45
+ @ApiPropertyOptional()
46
+ @IsOptional()
47
+ @IsDateString()
48
+ declare startDate?: string;
49
+
50
+ @ApiPropertyOptional()
51
+ @IsOptional()
52
+ @IsDateString()
53
+ declare endDate?: string;
38
54
  }
@@ -32,8 +32,10 @@ export interface IReport {
32
32
  ressenti?: number | null;
33
33
  action?: number | null;
34
34
  processed?: boolean | null;
35
+ receivedAt?: Date | null;
35
36
  createdAt?: Date | null;
36
37
  updatedAt?: Date | null;
38
+ deletedAt?: Date | null;
37
39
 
38
40
  // Associations
39
41
  society?: ISociety;