@silexpert/core 1.2.35 → 1.2.37
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/cjs/api/resources/Report.d.ts +2 -1
- package/dist/cjs/api/resources/Report.d.ts.map +1 -1
- package/dist/cjs/api/resources/Report.js +12 -0
- package/dist/cjs/api/resources/Report.js.map +1 -1
- package/dist/cjs/types/Enum/IssueType.d.ts +53 -0
- package/dist/cjs/types/Enum/IssueType.d.ts.map +1 -0
- package/dist/cjs/types/Enum/IssueType.js +72 -0
- package/dist/cjs/types/Enum/IssueType.js.map +1 -0
- package/dist/cjs/types/Enum/KilometricAllowanceScale.d.ts.map +1 -1
- package/dist/cjs/types/Enum/KilometricAllowanceScale.js +124 -5
- package/dist/cjs/types/Enum/KilometricAllowanceScale.js.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.js +4 -15
- package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +2 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +57 -26
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/ReportType.d.ts +35 -76
- package/dist/cjs/types/Enum/ReportType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReportType.js +72 -20
- package/dist/cjs/types/Enum/ReportType.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts +2 -0
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.js +35 -0
- package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/ExternalReport.d.ts +9 -0
- package/dist/cjs/types/Interface/api/report/ExternalReport.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/report/ExternalReport.js +48 -0
- package/dist/cjs/types/Interface/api/report/ExternalReport.js.map +1 -0
- package/dist/cjs/types/Interface/models/IFile.d.ts +2 -1
- package/dist/cjs/types/Interface/models/IFile.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IFile.js.map +1 -1
- package/dist/cjs/types/Interface/models/IReport.d.ts +13 -3
- package/dist/cjs/types/Interface/models/IReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IReport.js.map +1 -1
- package/dist/cjs/types/Interface/models/ITicketSupport.d.ts +27 -2
- package/dist/cjs/types/Interface/models/ITicketSupport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ITicketSupport.js.map +1 -1
- package/dist/cjs/types/index.d.ts +3 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +3 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/internationalization/choices.js +2 -2
- package/dist/cjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/templates/common.js +6 -6
- package/dist/cjs/utils/commercialManagement/templates/common.js.map +1 -1
- package/dist/mjs/api/resources/Report.d.ts +2 -1
- package/dist/mjs/api/resources/Report.d.ts.map +1 -1
- package/dist/mjs/api/resources/Report.js +12 -0
- package/dist/mjs/api/resources/Report.js.map +1 -1
- package/dist/mjs/types/Enum/IssueType.d.ts +53 -0
- package/dist/mjs/types/Enum/IssueType.d.ts.map +1 -0
- package/dist/mjs/types/Enum/IssueType.js +69 -0
- package/dist/mjs/types/Enum/IssueType.js.map +1 -0
- package/dist/mjs/types/Enum/KilometricAllowanceScale.d.ts.map +1 -1
- package/dist/mjs/types/Enum/KilometricAllowanceScale.js +124 -5
- package/dist/mjs/types/Enum/KilometricAllowanceScale.js.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.js +4 -15
- package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +2 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +57 -26
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/ReportType.d.ts +35 -76
- package/dist/mjs/types/Enum/ReportType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReportType.js +71 -19
- package/dist/mjs/types/Enum/ReportType.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts +2 -0
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.js +37 -0
- package/dist/mjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/ExternalReport.d.ts +9 -0
- package/dist/mjs/types/Interface/api/report/ExternalReport.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/report/ExternalReport.js +49 -0
- package/dist/mjs/types/Interface/api/report/ExternalReport.js.map +1 -0
- package/dist/mjs/types/Interface/models/IFile.d.ts +2 -1
- package/dist/mjs/types/Interface/models/IFile.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IFile.js.map +1 -1
- package/dist/mjs/types/Interface/models/IReport.d.ts +13 -3
- package/dist/mjs/types/Interface/models/IReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IReport.js.map +1 -1
- package/dist/mjs/types/Interface/models/ITicketSupport.d.ts +27 -2
- package/dist/mjs/types/Interface/models/ITicketSupport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ITicketSupport.js.map +1 -1
- package/dist/mjs/types/index.d.ts +3 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +3 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/commercialManagement/internationalization/choices.js +2 -2
- package/dist/mjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
- package/dist/mjs/utils/commercialManagement/templates/common.js +6 -6
- package/dist/mjs/utils/commercialManagement/templates/common.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Report.ts +16 -1
- package/ts/types/Enum/IssueType.ts +85 -0
- package/ts/types/Enum/KilometricAllowanceScale.ts +130 -12
- package/ts/types/Enum/MailAuto.ts +4 -15
- package/ts/types/Enum/PrestationType.ts +60 -29
- package/ts/types/Enum/ReportType.ts +86 -21
- package/ts/types/Interface/api/report/CreateReport.ts +48 -15
- package/ts/types/Interface/api/report/ExternalReport.ts +30 -0
- package/ts/types/Interface/models/IFile.ts +2 -1
- package/ts/types/Interface/models/IReport.ts +13 -3
- package/ts/types/Interface/models/ITicketSupport.ts +31 -2
- package/ts/types/index.ts +5 -4
- package/ts/utils/commercialManagement/internationalization/choices.ts +2 -2
- package/ts/utils/commercialManagement/templates/common.ts +6 -6
|
@@ -1,79 +1,38 @@
|
|
|
1
|
+
import { IssueType } from './IssueType';
|
|
2
|
+
export declare enum ReportTypeEnum {
|
|
3
|
+
LETTER = 1,
|
|
4
|
+
FRAUD = 2,
|
|
5
|
+
ATTITUDE = 3,
|
|
6
|
+
BLOCKED = 4,
|
|
7
|
+
NO_RESPONSE = 5,
|
|
8
|
+
NEGATIVE_OPINION = 6,
|
|
9
|
+
LATE_ANSWER = 7,
|
|
10
|
+
UNHAPPY_CUSTOMER = 8,
|
|
11
|
+
FISCAL_CONTROL = 9,
|
|
12
|
+
REDRESSEMENT = 10,
|
|
13
|
+
BALANCE_SHEET_DELAYS = 11,
|
|
14
|
+
OTHER_DECLARATION_DELAYS = 12,
|
|
15
|
+
CUSTOMER_PLATFORM = 13,
|
|
16
|
+
REVALUATION = 14,
|
|
17
|
+
INVOICING_AND_FEES = 15,
|
|
18
|
+
APPOINTMENT = 16,
|
|
19
|
+
CLAIM_MAIL = 17,
|
|
20
|
+
ACCOUNTANT_CHANGE = 18,
|
|
21
|
+
VOLONTARY_UNPAID = 19,
|
|
22
|
+
LACK_OF_COMMUNICATION = 20,
|
|
23
|
+
LACK_OF_ADVICE = 21
|
|
24
|
+
}
|
|
25
|
+
interface ReportTypeInterface {
|
|
26
|
+
id: ReportTypeEnum;
|
|
27
|
+
name: string;
|
|
28
|
+
}
|
|
1
29
|
export declare const ReportType: {
|
|
2
|
-
|
|
3
|
-
id: number;
|
|
4
|
-
name: string;
|
|
5
|
-
};
|
|
6
|
-
FRAUD: {
|
|
7
|
-
id: number;
|
|
8
|
-
name: string;
|
|
9
|
-
};
|
|
10
|
-
ATTITUDE: {
|
|
11
|
-
id: number;
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
BLOCKED: {
|
|
15
|
-
id: number;
|
|
16
|
-
name: string;
|
|
17
|
-
};
|
|
18
|
-
NO_RESPONSE: {
|
|
19
|
-
id: number;
|
|
20
|
-
name: string;
|
|
21
|
-
};
|
|
22
|
-
NEGATIVE_OPINION: {
|
|
23
|
-
id: number;
|
|
24
|
-
name: string;
|
|
25
|
-
};
|
|
26
|
-
LATE_ANSWER: {
|
|
27
|
-
id: number;
|
|
28
|
-
name: string;
|
|
29
|
-
};
|
|
30
|
-
UNHAPPY_CUSTOMER: {
|
|
31
|
-
id: number;
|
|
32
|
-
name: string;
|
|
33
|
-
};
|
|
34
|
-
FISCAL_CONTROL: {
|
|
35
|
-
id: number;
|
|
36
|
-
name: string;
|
|
37
|
-
};
|
|
38
|
-
REDRESSEMENT: {
|
|
39
|
-
id: number;
|
|
40
|
-
name: string;
|
|
41
|
-
};
|
|
42
|
-
BALANCE_SHEET_DELAYS: {
|
|
43
|
-
id: number;
|
|
44
|
-
name: string;
|
|
45
|
-
};
|
|
46
|
-
OTHER_DECLARATION_DELAYS: {
|
|
47
|
-
id: number;
|
|
48
|
-
name: string;
|
|
49
|
-
};
|
|
50
|
-
CUSTOMER_PLATFORM: {
|
|
51
|
-
id: number;
|
|
52
|
-
name: string;
|
|
53
|
-
};
|
|
54
|
-
REVALUATION: {
|
|
55
|
-
id: number;
|
|
56
|
-
name: string;
|
|
57
|
-
};
|
|
58
|
-
INVOICING_AND_FEES: {
|
|
59
|
-
id: number;
|
|
60
|
-
name: string;
|
|
61
|
-
};
|
|
62
|
-
APPOINTMENT: {
|
|
63
|
-
id: number;
|
|
64
|
-
name: string;
|
|
65
|
-
};
|
|
66
|
-
CLAIM_MAIL: {
|
|
67
|
-
id: number;
|
|
68
|
-
name: string;
|
|
69
|
-
};
|
|
70
|
-
ACCOUNTANT_CHANGE: {
|
|
71
|
-
id: number;
|
|
72
|
-
name: string;
|
|
73
|
-
};
|
|
74
|
-
VOLONTARY_UNPAID: {
|
|
75
|
-
id: number;
|
|
76
|
-
name: string;
|
|
77
|
-
};
|
|
30
|
+
[key: string]: ReportTypeInterface;
|
|
78
31
|
};
|
|
32
|
+
export interface ReportExternalCategoryInterface {
|
|
33
|
+
label: string;
|
|
34
|
+
options: ReportTypeInterface[] | IssueType[];
|
|
35
|
+
}
|
|
36
|
+
export declare const reportExternalCategory: ReportExternalCategoryInterface[];
|
|
37
|
+
export {};
|
|
79
38
|
//# sourceMappingURL=ReportType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"ReportType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA6B,MAAM,aAAa,CAAC;AAEnE,oBAAY,cAAc;IACxB,MAAM,IAAI;IACV,KAAK,IAAI;IACT,QAAQ,IAAI;IACZ,OAAO,IAAI;IACX,WAAW,IAAI;IACf,gBAAgB,IAAI;IACpB,WAAW,IAAI;IACf,gBAAgB,IAAI;IACpB,cAAc,IAAI;IAClB,YAAY,KAAK;IACjB,oBAAoB,KAAK;IACzB,wBAAwB,KAAK;IAC7B,iBAAiB,KAAK;IACtB,WAAW,KAAK;IAChB,kBAAkB,KAAK;IACvB,WAAW,KAAK;IAChB,UAAU,KAAK;IACf,iBAAiB,KAAK;IACtB,gBAAgB,KAAK;IACrB,qBAAqB,KAAK;IAC1B,cAAc,KAAK;CACpB;AAED,UAAU,mBAAmB;IAC3B,EAAE,EAAE,cAAc,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,UAAU,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAAA;CAqFnD,CAAC;AAEX,MAAM,WAAW,+BAA+B;IAC9C,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,mBAAmB,EAAE,GAAG,SAAS,EAAE,CAAA;CAC7C;AAID,eAAO,MAAM,sBAAsB,EAAE,+BAA+B,EAiB1D,CAAC"}
|
|
@@ -1,82 +1,134 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ReportType = void 0;
|
|
3
|
+
exports.reportExternalCategory = exports.ReportType = exports.ReportTypeEnum = void 0;
|
|
4
|
+
const IssueType_1 = require("./IssueType");
|
|
5
|
+
var ReportTypeEnum;
|
|
6
|
+
(function (ReportTypeEnum) {
|
|
7
|
+
ReportTypeEnum[ReportTypeEnum["LETTER"] = 1] = "LETTER";
|
|
8
|
+
ReportTypeEnum[ReportTypeEnum["FRAUD"] = 2] = "FRAUD";
|
|
9
|
+
ReportTypeEnum[ReportTypeEnum["ATTITUDE"] = 3] = "ATTITUDE";
|
|
10
|
+
ReportTypeEnum[ReportTypeEnum["BLOCKED"] = 4] = "BLOCKED";
|
|
11
|
+
ReportTypeEnum[ReportTypeEnum["NO_RESPONSE"] = 5] = "NO_RESPONSE";
|
|
12
|
+
ReportTypeEnum[ReportTypeEnum["NEGATIVE_OPINION"] = 6] = "NEGATIVE_OPINION";
|
|
13
|
+
ReportTypeEnum[ReportTypeEnum["LATE_ANSWER"] = 7] = "LATE_ANSWER";
|
|
14
|
+
ReportTypeEnum[ReportTypeEnum["UNHAPPY_CUSTOMER"] = 8] = "UNHAPPY_CUSTOMER";
|
|
15
|
+
ReportTypeEnum[ReportTypeEnum["FISCAL_CONTROL"] = 9] = "FISCAL_CONTROL";
|
|
16
|
+
ReportTypeEnum[ReportTypeEnum["REDRESSEMENT"] = 10] = "REDRESSEMENT";
|
|
17
|
+
ReportTypeEnum[ReportTypeEnum["BALANCE_SHEET_DELAYS"] = 11] = "BALANCE_SHEET_DELAYS";
|
|
18
|
+
ReportTypeEnum[ReportTypeEnum["OTHER_DECLARATION_DELAYS"] = 12] = "OTHER_DECLARATION_DELAYS";
|
|
19
|
+
ReportTypeEnum[ReportTypeEnum["CUSTOMER_PLATFORM"] = 13] = "CUSTOMER_PLATFORM";
|
|
20
|
+
ReportTypeEnum[ReportTypeEnum["REVALUATION"] = 14] = "REVALUATION";
|
|
21
|
+
ReportTypeEnum[ReportTypeEnum["INVOICING_AND_FEES"] = 15] = "INVOICING_AND_FEES";
|
|
22
|
+
ReportTypeEnum[ReportTypeEnum["APPOINTMENT"] = 16] = "APPOINTMENT";
|
|
23
|
+
ReportTypeEnum[ReportTypeEnum["CLAIM_MAIL"] = 17] = "CLAIM_MAIL";
|
|
24
|
+
ReportTypeEnum[ReportTypeEnum["ACCOUNTANT_CHANGE"] = 18] = "ACCOUNTANT_CHANGE";
|
|
25
|
+
ReportTypeEnum[ReportTypeEnum["VOLONTARY_UNPAID"] = 19] = "VOLONTARY_UNPAID";
|
|
26
|
+
ReportTypeEnum[ReportTypeEnum["LACK_OF_COMMUNICATION"] = 20] = "LACK_OF_COMMUNICATION";
|
|
27
|
+
ReportTypeEnum[ReportTypeEnum["LACK_OF_ADVICE"] = 21] = "LACK_OF_ADVICE";
|
|
28
|
+
})(ReportTypeEnum || (exports.ReportTypeEnum = ReportTypeEnum = {}));
|
|
4
29
|
exports.ReportType = {
|
|
5
30
|
LETTER: {
|
|
6
|
-
id:
|
|
31
|
+
id: ReportTypeEnum.LETTER,
|
|
7
32
|
name: 'Lettre à l\'ordre',
|
|
8
33
|
},
|
|
9
34
|
FRAUD: {
|
|
10
|
-
id:
|
|
35
|
+
id: ReportTypeEnum.FRAUD,
|
|
11
36
|
name: 'Suspicion de fraude',
|
|
12
37
|
},
|
|
13
38
|
ATTITUDE: {
|
|
14
|
-
id:
|
|
39
|
+
id: ReportTypeEnum.ATTITUDE,
|
|
15
40
|
name: 'Attitude déplacée',
|
|
16
41
|
},
|
|
17
42
|
BLOCKED: {
|
|
18
|
-
id:
|
|
43
|
+
id: ReportTypeEnum.BLOCKED,
|
|
19
44
|
name: 'Dossier bloqué',
|
|
20
45
|
},
|
|
21
46
|
NO_RESPONSE: {
|
|
22
|
-
id:
|
|
47
|
+
id: ReportTypeEnum.NO_RESPONSE,
|
|
23
48
|
name: 'Pas de réponse',
|
|
24
49
|
},
|
|
25
50
|
NEGATIVE_OPINION: {
|
|
26
|
-
id:
|
|
51
|
+
id: ReportTypeEnum.NEGATIVE_OPINION,
|
|
27
52
|
name: 'Avis négatif',
|
|
28
53
|
},
|
|
29
54
|
LATE_ANSWER: {
|
|
30
|
-
id:
|
|
55
|
+
id: ReportTypeEnum.LATE_ANSWER,
|
|
31
56
|
name: 'Réponse de + de 3 mois',
|
|
32
57
|
},
|
|
33
58
|
UNHAPPY_CUSTOMER: {
|
|
34
|
-
id:
|
|
59
|
+
id: ReportTypeEnum.UNHAPPY_CUSTOMER,
|
|
35
60
|
name: 'Client mécontent',
|
|
36
61
|
},
|
|
37
62
|
FISCAL_CONTROL: {
|
|
38
|
-
id:
|
|
63
|
+
id: ReportTypeEnum.FISCAL_CONTROL,
|
|
39
64
|
name: 'Contrôle fiscal en cours',
|
|
40
65
|
},
|
|
41
66
|
REDRESSEMENT: {
|
|
42
|
-
id:
|
|
67
|
+
id: ReportTypeEnum.REDRESSEMENT,
|
|
43
68
|
name: 'Redressement',
|
|
44
69
|
},
|
|
45
70
|
BALANCE_SHEET_DELAYS: {
|
|
46
|
-
id:
|
|
71
|
+
id: ReportTypeEnum.BALANCE_SHEET_DELAYS,
|
|
47
72
|
name: 'Retard de production bilan',
|
|
48
73
|
},
|
|
49
74
|
OTHER_DECLARATION_DELAYS: {
|
|
50
|
-
id:
|
|
75
|
+
id: ReportTypeEnum.OTHER_DECLARATION_DELAYS,
|
|
51
76
|
name: 'Retard de production autre déclaration',
|
|
52
77
|
},
|
|
53
78
|
CUSTOMER_PLATFORM: {
|
|
54
|
-
id:
|
|
79
|
+
id: ReportTypeEnum.CUSTOMER_PLATFORM,
|
|
55
80
|
name: 'Plateforme client',
|
|
56
81
|
},
|
|
57
82
|
REVALUATION: {
|
|
58
|
-
id:
|
|
83
|
+
id: ReportTypeEnum.REVALUATION,
|
|
59
84
|
name: 'Revalorisation',
|
|
60
85
|
},
|
|
61
86
|
INVOICING_AND_FEES: {
|
|
62
|
-
id:
|
|
87
|
+
id: ReportTypeEnum.INVOICING_AND_FEES,
|
|
63
88
|
name: 'Facturation et honoraire',
|
|
64
89
|
},
|
|
65
90
|
APPOINTMENT: {
|
|
66
|
-
id:
|
|
91
|
+
id: ReportTypeEnum.APPOINTMENT,
|
|
67
92
|
name: 'Rendez-vous non honorés',
|
|
68
93
|
},
|
|
69
94
|
CLAIM_MAIL: {
|
|
70
|
-
id:
|
|
95
|
+
id: ReportTypeEnum.CLAIM_MAIL,
|
|
71
96
|
name: 'Réclamation courrier reçu',
|
|
72
97
|
},
|
|
73
98
|
ACCOUNTANT_CHANGE: {
|
|
74
|
-
id:
|
|
99
|
+
id: ReportTypeEnum.ACCOUNTANT_CHANGE,
|
|
75
100
|
name: 'Demande de changement de comptable',
|
|
76
101
|
},
|
|
77
102
|
VOLONTARY_UNPAID: {
|
|
78
|
-
id:
|
|
103
|
+
id: ReportTypeEnum.VOLONTARY_UNPAID,
|
|
79
104
|
name: 'Impayé volontaire',
|
|
80
105
|
},
|
|
106
|
+
LACK_OF_COMMUNICATION: {
|
|
107
|
+
id: ReportTypeEnum.LACK_OF_COMMUNICATION,
|
|
108
|
+
name: 'Manque de communication',
|
|
109
|
+
},
|
|
110
|
+
LACK_OF_ADVICE: {
|
|
111
|
+
id: ReportTypeEnum.LACK_OF_ADVICE,
|
|
112
|
+
name: 'Manque de conseil',
|
|
113
|
+
},
|
|
81
114
|
};
|
|
115
|
+
const ReportTypeValues = Object.values(exports.ReportType);
|
|
116
|
+
exports.reportExternalCategory = [
|
|
117
|
+
{
|
|
118
|
+
label: 'Retards de prestations',
|
|
119
|
+
options: ReportTypeValues.filter((report) => [ReportTypeEnum.BALANCE_SHEET_DELAYS, ReportTypeEnum.OTHER_DECLARATION_DELAYS].includes(report.id))
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
label: 'Logiciel / Application client',
|
|
123
|
+
options: IssueType_1.issueTypes.filter((issue) => [IssueType_1.IssueTypeEnum.ANNOTATIONS, IssueType_1.IssueTypeEnum.SYNCHRONIZATIONS, IssueType_1.IssueTypeEnum.OTHER].includes(issue.id))
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
label: 'Facturation et honoraires',
|
|
127
|
+
options: ReportTypeValues.filter((report) => [ReportTypeEnum.INVOICING_AND_FEES].includes(report.id))
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
label: 'Accompagnement client',
|
|
131
|
+
options: ReportTypeValues.filter((report) => [ReportTypeEnum.LACK_OF_COMMUNICATION, ReportTypeEnum.LACK_OF_ADVICE].includes(report.id))
|
|
132
|
+
}
|
|
133
|
+
];
|
|
82
134
|
//# sourceMappingURL=ReportType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ReportType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":"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","sourcesContent":["import { IssueType, IssueTypeEnum, issueTypes } from './IssueType';\n\nexport enum ReportTypeEnum {\n LETTER = 1,\n FRAUD = 2,\n ATTITUDE = 3,\n BLOCKED = 4,\n NO_RESPONSE = 5,\n NEGATIVE_OPINION = 6,\n LATE_ANSWER = 7,\n UNHAPPY_CUSTOMER = 8,\n FISCAL_CONTROL = 9,\n REDRESSEMENT = 10,\n BALANCE_SHEET_DELAYS = 11,\n OTHER_DECLARATION_DELAYS = 12,\n CUSTOMER_PLATFORM = 13,\n REVALUATION = 14,\n INVOICING_AND_FEES = 15,\n APPOINTMENT = 16,\n CLAIM_MAIL = 17,\n ACCOUNTANT_CHANGE = 18,\n VOLONTARY_UNPAID = 19,\n LACK_OF_COMMUNICATION = 20,\n LACK_OF_ADVICE = 21,\n}\n\ninterface ReportTypeInterface {\n id: ReportTypeEnum;\n name: string;\n}\n\nexport const ReportType: { [key: string]: ReportTypeInterface } = {\n LETTER: {\n id: ReportTypeEnum.LETTER,\n name: 'Lettre à l\\'ordre',\n },\n FRAUD: {\n id: ReportTypeEnum.FRAUD,\n name: 'Suspicion de fraude',\n },\n ATTITUDE: {\n id: ReportTypeEnum.ATTITUDE,\n name: 'Attitude déplacée',\n },\n BLOCKED: {\n id: ReportTypeEnum.BLOCKED,\n name: 'Dossier bloqué',\n },\n NO_RESPONSE: {\n id: ReportTypeEnum.NO_RESPONSE,\n name: 'Pas de réponse',\n },\n NEGATIVE_OPINION: {\n id: ReportTypeEnum.NEGATIVE_OPINION,\n name: 'Avis négatif',\n },\n LATE_ANSWER: {\n id: ReportTypeEnum.LATE_ANSWER,\n name: 'Réponse de + de 3 mois',\n },\n UNHAPPY_CUSTOMER: {\n id: ReportTypeEnum.UNHAPPY_CUSTOMER,\n name: 'Client mécontent',\n },\n FISCAL_CONTROL: {\n id: ReportTypeEnum.FISCAL_CONTROL,\n name: 'Contrôle fiscal en cours',\n },\n REDRESSEMENT: {\n id: ReportTypeEnum.REDRESSEMENT,\n name: 'Redressement',\n },\n BALANCE_SHEET_DELAYS: {\n id: ReportTypeEnum.BALANCE_SHEET_DELAYS,\n name: 'Retard de production bilan',\n },\n OTHER_DECLARATION_DELAYS: {\n id: ReportTypeEnum.OTHER_DECLARATION_DELAYS,\n name: 'Retard de production autre déclaration',\n },\n CUSTOMER_PLATFORM: {\n id: ReportTypeEnum.CUSTOMER_PLATFORM,\n name: 'Plateforme client',\n },\n REVALUATION: {\n id: ReportTypeEnum.REVALUATION,\n name: 'Revalorisation',\n },\n INVOICING_AND_FEES: {\n id: ReportTypeEnum.INVOICING_AND_FEES,\n name: 'Facturation et honoraire',\n },\n APPOINTMENT: {\n id: ReportTypeEnum.APPOINTMENT,\n name: 'Rendez-vous non honorés',\n },\n CLAIM_MAIL: {\n id: ReportTypeEnum.CLAIM_MAIL,\n name: 'Réclamation courrier reçu',\n },\n ACCOUNTANT_CHANGE: {\n id: ReportTypeEnum.ACCOUNTANT_CHANGE,\n name: 'Demande de changement de comptable',\n },\n VOLONTARY_UNPAID: {\n id: ReportTypeEnum.VOLONTARY_UNPAID,\n name: 'Impayé volontaire',\n },\n LACK_OF_COMMUNICATION: {\n id: ReportTypeEnum.LACK_OF_COMMUNICATION,\n name: 'Manque de communication',\n },\n LACK_OF_ADVICE: {\n id: ReportTypeEnum.LACK_OF_ADVICE,\n name: 'Manque de conseil',\n },\n} as const;\n\nexport interface ReportExternalCategoryInterface {\n label: string\n options: ReportTypeInterface[] | IssueType[]\n}\n\nconst ReportTypeValues = Object.values(ReportType);\n\nexport const reportExternalCategory: ReportExternalCategoryInterface[] = [\n {\n label: 'Retards de prestations',\n options: ReportTypeValues.filter((report) => [ReportTypeEnum.BALANCE_SHEET_DELAYS, ReportTypeEnum.OTHER_DECLARATION_DELAYS].includes(report.id))\n },\n {\n label: 'Logiciel / Application client',\n options: issueTypes.filter((issue) => [IssueTypeEnum.ANNOTATIONS, IssueTypeEnum.SYNCHRONIZATIONS, IssueTypeEnum.OTHER].includes(issue.id))\n },\n {\n label: 'Facturation et honoraires',\n options: ReportTypeValues.filter((report) => [ReportTypeEnum.INVOICING_AND_FEES].includes(report.id))\n },\n {\n label: 'Accompagnement client',\n options: ReportTypeValues.filter((report) => [ReportTypeEnum.LACK_OF_COMMUNICATION, ReportTypeEnum.LACK_OF_ADVICE].includes(report.id))\n }\n] as const;"]}
|
|
@@ -3,6 +3,7 @@ import { TFile } from '../file/TFile';
|
|
|
3
3
|
export declare class CreateReport implements IReport {
|
|
4
4
|
idReportType?: number;
|
|
5
5
|
idSociety?: number;
|
|
6
|
+
idFile?: number;
|
|
6
7
|
idUser: number;
|
|
7
8
|
idServiceConcerned?: number;
|
|
8
9
|
comment: string;
|
|
@@ -16,5 +17,6 @@ export declare class CreateReport implements IReport {
|
|
|
16
17
|
letterDate?: Date;
|
|
17
18
|
receivedFile?: TFile;
|
|
18
19
|
responseFile?: TFile;
|
|
20
|
+
token?: string;
|
|
19
21
|
}
|
|
20
22
|
//# sourceMappingURL=CreateReport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"
|
|
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,CAAC;IAKtB,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"}
|
|
@@ -10,68 +10,103 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateReport = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
13
14
|
const utils_1 = require("../../../../utils");
|
|
14
15
|
class CreateReport {
|
|
15
16
|
}
|
|
16
17
|
exports.CreateReport = CreateReport;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, utils_1.ApiPropertyOptional)(),
|
|
20
|
+
(0, class_validator_1.IsOptional)(),
|
|
21
|
+
(0, class_validator_1.IsInt)(),
|
|
19
22
|
__metadata("design:type", Number)
|
|
20
23
|
], CreateReport.prototype, "idReportType", void 0);
|
|
21
24
|
__decorate([
|
|
22
25
|
(0, utils_1.ApiPropertyOptional)(),
|
|
26
|
+
(0, class_validator_1.IsOptional)(),
|
|
27
|
+
(0, class_validator_1.IsInt)(),
|
|
23
28
|
__metadata("design:type", Number)
|
|
24
29
|
], CreateReport.prototype, "idSociety", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
32
|
+
(0, class_validator_1.IsOptional)(),
|
|
33
|
+
(0, class_validator_1.IsInt)(),
|
|
34
|
+
__metadata("design:type", Number)
|
|
35
|
+
], CreateReport.prototype, "idFile", void 0);
|
|
25
36
|
__decorate([
|
|
26
37
|
(0, utils_1.ApiProperty)(),
|
|
38
|
+
(0, class_validator_1.IsInt)(),
|
|
27
39
|
__metadata("design:type", Number)
|
|
28
40
|
], CreateReport.prototype, "idUser", void 0);
|
|
29
41
|
__decorate([
|
|
30
42
|
(0, utils_1.ApiPropertyOptional)(),
|
|
43
|
+
(0, class_validator_1.IsOptional)(),
|
|
44
|
+
(0, class_validator_1.IsInt)(),
|
|
31
45
|
__metadata("design:type", Number)
|
|
32
46
|
], CreateReport.prototype, "idServiceConcerned", void 0);
|
|
33
47
|
__decorate([
|
|
34
48
|
(0, utils_1.ApiProperty)(),
|
|
49
|
+
(0, class_validator_1.IsString)(),
|
|
35
50
|
__metadata("design:type", String)
|
|
36
51
|
], CreateReport.prototype, "comment", void 0);
|
|
37
52
|
__decorate([
|
|
38
53
|
(0, utils_1.ApiPropertyOptional)(),
|
|
54
|
+
(0, class_validator_1.IsOptional)(),
|
|
55
|
+
(0, class_validator_1.IsString)(),
|
|
39
56
|
__metadata("design:type", String)
|
|
40
57
|
], CreateReport.prototype, "search", void 0);
|
|
41
58
|
__decorate([
|
|
42
59
|
(0, utils_1.ApiPropertyOptional)(),
|
|
60
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
61
|
__metadata("design:type", Boolean)
|
|
44
62
|
], CreateReport.prototype, "declareSoupcons", void 0);
|
|
45
63
|
__decorate([
|
|
46
64
|
(0, utils_1.ApiPropertyOptional)(),
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
(0, class_validator_1.IsInt)(),
|
|
47
67
|
__metadata("design:type", Number)
|
|
48
68
|
], CreateReport.prototype, "state", void 0);
|
|
49
69
|
__decorate([
|
|
50
70
|
(0, utils_1.ApiPropertyOptional)(),
|
|
71
|
+
(0, class_validator_1.IsOptional)(),
|
|
51
72
|
__metadata("design:type", Boolean)
|
|
52
73
|
], CreateReport.prototype, "informerjlb", void 0);
|
|
53
74
|
__decorate([
|
|
54
75
|
(0, utils_1.ApiPropertyOptional)(),
|
|
76
|
+
(0, class_validator_1.IsOptional)(),
|
|
77
|
+
(0, class_validator_1.IsInt)(),
|
|
55
78
|
__metadata("design:type", Number)
|
|
56
79
|
], CreateReport.prototype, "ressenti", void 0);
|
|
57
80
|
__decorate([
|
|
58
81
|
(0, utils_1.ApiPropertyOptional)(),
|
|
82
|
+
(0, class_validator_1.IsOptional)(),
|
|
83
|
+
(0, class_validator_1.IsInt)(),
|
|
59
84
|
__metadata("design:type", Number)
|
|
60
85
|
], CreateReport.prototype, "action", void 0);
|
|
61
86
|
__decorate([
|
|
62
87
|
(0, utils_1.ApiPropertyOptional)(),
|
|
88
|
+
(0, class_validator_1.IsOptional)(),
|
|
63
89
|
__metadata("design:type", Boolean)
|
|
64
90
|
], CreateReport.prototype, "processed", void 0);
|
|
65
91
|
__decorate([
|
|
66
92
|
(0, utils_1.ApiPropertyOptional)(),
|
|
93
|
+
(0, class_validator_1.IsOptional)(),
|
|
67
94
|
__metadata("design:type", Date)
|
|
68
95
|
], CreateReport.prototype, "letterDate", void 0);
|
|
69
96
|
__decorate([
|
|
70
97
|
(0, utils_1.ApiPropertyOptional)(),
|
|
98
|
+
(0, class_validator_1.IsOptional)(),
|
|
71
99
|
__metadata("design:type", Object)
|
|
72
100
|
], CreateReport.prototype, "receivedFile", void 0);
|
|
73
101
|
__decorate([
|
|
74
102
|
(0, utils_1.ApiPropertyOptional)(),
|
|
103
|
+
(0, class_validator_1.IsOptional)(),
|
|
75
104
|
__metadata("design:type", Object)
|
|
76
105
|
], CreateReport.prototype, "responseFile", void 0);
|
|
106
|
+
__decorate([
|
|
107
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
108
|
+
(0, class_validator_1.IsOptional)(),
|
|
109
|
+
(0, class_validator_1.IsString)(),
|
|
110
|
+
__metadata("design:type", String)
|
|
111
|
+
], CreateReport.prototype, "token", void 0);
|
|
77
112
|
//# sourceMappingURL=CreateReport.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
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,GAAE;;kDACc;AAKtB;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()\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"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/ExternalReport.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,oBAAoB;IAK/B,WAAW,CAAC,EAAE,MAAM,CAAC;IAMrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateExternalReport = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const utils_1 = require("../../../../utils");
|
|
15
|
+
const IssueType_1 = require("../../../Enum/IssueType");
|
|
16
|
+
const ReportType_1 = require("../../../Enum/ReportType");
|
|
17
|
+
class CreateExternalReport {
|
|
18
|
+
}
|
|
19
|
+
exports.CreateExternalReport = CreateExternalReport;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
22
|
+
(0, class_validator_1.IsOptional)(),
|
|
23
|
+
(0, class_validator_1.IsInt)(),
|
|
24
|
+
(0, class_validator_1.IsEnum)(IssueType_1.IssueTypeEnum),
|
|
25
|
+
__metadata("design:type", Number)
|
|
26
|
+
], CreateExternalReport.prototype, "idIssueType", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
(0, class_validator_1.IsInt)(),
|
|
31
|
+
(0, class_validator_1.IsEnum)(ReportType_1.ReportTypeEnum),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], CreateExternalReport.prototype, "idReportType", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, utils_1.ApiProperty)(),
|
|
36
|
+
(0, class_validator_1.IsNumber)(),
|
|
37
|
+
__metadata("design:type", Number)
|
|
38
|
+
], CreateExternalReport.prototype, "idSociety", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, utils_1.ApiProperty)(),
|
|
41
|
+
(0, class_validator_1.IsString)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], CreateExternalReport.prototype, "comment", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
46
|
+
__metadata("design:type", Object)
|
|
47
|
+
], CreateExternalReport.prototype, "file", void 0);
|
|
48
|
+
//# sourceMappingURL=ExternalReport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/ExternalReport.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,6CAAqE;AACrE,uDAAwD;AACxD,yDAA0D;AAG1D,MAAa,oBAAoB;CAuBhC;AAvBD,oDAuBC;AAlBC;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,yBAAa,CAAC;;yDACD;AAMrB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,2BAAc,CAAC;;0DACD;AAItB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;uDACO;AAIlB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACK;AAGhB;IADC,IAAA,2BAAmB,GAAE;;kDACT","sourcesContent":["import { IsEnum, IsInt, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IssueTypeEnum } from '../../../Enum/IssueType';\nimport { ReportTypeEnum } from '../../../Enum/ReportType';\nimport { TFile } from '../file/TFile';\n\nexport class CreateExternalReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(IssueTypeEnum)\n idIssueType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(ReportTypeEnum)\n idReportType?: number;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n file?: TFile;\n}\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IAttachmentFile } from './IAttachmentFile';
|
|
2
2
|
import { IFolderFile } from './IFolderFile';
|
|
3
3
|
import { IFileType } from './IFileType';
|
|
4
|
-
import { ICommercialMail, IEstimateInvoice, IMail, IMailAttachment, ISociety } from '../..';
|
|
4
|
+
import { ICommercialMail, IEstimateInvoice, IMail, IMailAttachment, IReport, ISociety } from '../..';
|
|
5
5
|
import { IPaymentRecovery } from './IPaymentRecovery';
|
|
6
6
|
export interface IFile {
|
|
7
7
|
id?: number;
|
|
@@ -21,5 +21,6 @@ export interface IFile {
|
|
|
21
21
|
mailAttachment?: IMailAttachment | null;
|
|
22
22
|
paymentRecovery?: IPaymentRecovery | null;
|
|
23
23
|
estimateInvoice?: IEstimateInvoice | null;
|
|
24
|
+
report?: IReport | null;
|
|
24
25
|
}
|
|
25
26
|
//# sourceMappingURL=IFile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"IFile.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,KAAK,EAAE,eAAe,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,MAAM,WAAW,KAAK;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IACpC,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC;IAChB,cAAc,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,eAAe,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC1C,eAAe,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC1C,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IFile.ts"],"names":[],"mappings":"","sourcesContent":["import { IAttachmentFile } from './IAttachmentFile';\nimport { IFolderFile } from './IFolderFile';\nimport { IFileType } from './IFileType';\nimport { ICommercialMail, IEstimateInvoice, IMail, IMailAttachment, ISociety } from '../..';\nimport { IPaymentRecovery } from './IPaymentRecovery';\n\n// files\nexport interface IFile {\n id?: number;\n name?: string;\n token?: string;\n idFolderFile: number;\n idSociety?: number | null;\n idFileType: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n attachmentFile?: IAttachmentFile;\n folderFile?: IFolderFile;\n fileType?: IFileType;\n society?: ISociety;\n commercialMails?: ICommercialMail[];\n mails?: IMail[];\n mailAttachment?: IMailAttachment | null;\n paymentRecovery?: IPaymentRecovery | null;\n estimateInvoice?: IEstimateInvoice | null;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IFile.ts"],"names":[],"mappings":"","sourcesContent":["import { IAttachmentFile } from './IAttachmentFile';\nimport { IFolderFile } from './IFolderFile';\nimport { IFileType } from './IFileType';\nimport { ICommercialMail, IEstimateInvoice, IMail, IMailAttachment, IReport, ISociety } from '../..';\nimport { IPaymentRecovery } from './IPaymentRecovery';\n\n// files\nexport interface IFile {\n id?: number;\n name?: string;\n token?: string;\n idFolderFile: number;\n idSociety?: number | null;\n idFileType: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n attachmentFile?: IAttachmentFile;\n folderFile?: IFolderFile;\n fileType?: IFileType;\n society?: ISociety;\n commercialMails?: ICommercialMail[];\n mails?: IMail[];\n mailAttachment?: IMailAttachment | null;\n paymentRecovery?: IPaymentRecovery | null;\n estimateInvoice?: IEstimateInvoice | null;\n report?: IReport | null;\n}\n"]}
|
|
@@ -1,12 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReportTypeEnum } from '../../Enum/ReportType';
|
|
2
|
+
import { ICalendarEvent } from './ICalendarEvent';
|
|
3
|
+
import { IComment } from './IComment';
|
|
4
|
+
import { ICustomerAcceptance } from './ICustomerAcceptance';
|
|
5
|
+
import { IFile } from './IFile';
|
|
6
|
+
import { ILetter } from './ILetter';
|
|
2
7
|
import { ISociety } from './ISociety';
|
|
3
8
|
export interface IReport {
|
|
4
9
|
id?: number;
|
|
5
10
|
idSociety?: number | null;
|
|
6
|
-
idReportType?:
|
|
11
|
+
idReportType?: ReportTypeEnum | null;
|
|
7
12
|
idCalendarEvent?: number;
|
|
8
13
|
idServiceConcerned?: number | null;
|
|
9
14
|
idService?: number | null;
|
|
15
|
+
idFile?: number | null;
|
|
10
16
|
idLetterType?: number | null;
|
|
11
17
|
declareSoupcons?: boolean | null;
|
|
12
18
|
token?: string | null;
|
|
@@ -20,7 +26,11 @@ export interface IReport {
|
|
|
20
26
|
processed?: boolean | null;
|
|
21
27
|
createdAt?: Date | null;
|
|
22
28
|
updatedAt?: Date | null;
|
|
23
|
-
reportType?: IReportType;
|
|
24
29
|
society?: ISociety;
|
|
30
|
+
file?: IFile;
|
|
31
|
+
calendarEvent?: ICalendarEvent;
|
|
32
|
+
comments?: IComment[];
|
|
33
|
+
customerAcceptance?: ICustomerAcceptance;
|
|
34
|
+
letter?: ILetter;
|
|
25
35
|
}
|
|
26
36
|
//# sourceMappingURL=IReport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
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,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,OAAO;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACrC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,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,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IACzC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/models/IReport.ts"],"names":[],"mappings":"","sourcesContent":["import {
|
|
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 { ISociety } from './ISociety';\n\n// report\nexport interface IReport {\n id?: number;\n idSociety?: number | null;\n idReportType?: ReportTypeEnum | null;\n idCalendarEvent?: number;\n idServiceConcerned?: number | null;\n idService?: number | null;\n idFile?: number | null;\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 comments?: IComment[];\n customerAcceptance?: ICustomerAcceptance;\n letter?: ILetter;\n}\n"]}
|
|
@@ -1,10 +1,35 @@
|
|
|
1
|
+
import { IssueTypeEnum } from '../../Enum/IssueType';
|
|
2
|
+
import { IFile } from './IFile';
|
|
3
|
+
import { ISociety } from './ISociety';
|
|
4
|
+
import { IUser } from './IUser';
|
|
1
5
|
export interface ITicketSupport {
|
|
2
6
|
id?: number;
|
|
3
7
|
title: string;
|
|
4
8
|
message: string;
|
|
5
|
-
|
|
6
|
-
|
|
9
|
+
url?: string | null;
|
|
10
|
+
idIssueType: IssueTypeEnum;
|
|
11
|
+
idSociety: number;
|
|
12
|
+
idUser: number;
|
|
13
|
+
idUserWithSameProblem?: number;
|
|
14
|
+
idUserConstatation?: number;
|
|
15
|
+
dateChangeConstatation?: Date;
|
|
16
|
+
idUserState?: number;
|
|
17
|
+
dateChangeState?: Date;
|
|
18
|
+
idFile?: number;
|
|
19
|
+
idFile2?: number;
|
|
20
|
+
tool: number;
|
|
21
|
+
reproduce?: boolean;
|
|
22
|
+
isUrgent?: boolean;
|
|
23
|
+
constatation?: number;
|
|
24
|
+
state?: number;
|
|
25
|
+
dateRdvProgram?: Date;
|
|
7
26
|
createdAt?: Date | null;
|
|
8
27
|
updatedAt?: Date | null;
|
|
28
|
+
society?: ISociety;
|
|
29
|
+
user?: IUser;
|
|
30
|
+
userWithSameProblem?: IUser;
|
|
31
|
+
userConstatation?: IUser;
|
|
32
|
+
file?: IFile;
|
|
33
|
+
file2?: IFile;
|
|
9
34
|
}
|
|
10
35
|
//# sourceMappingURL=ITicketSupport.d.ts.map
|