@silexpert/core 0.4.282 → 0.4.286
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/CHANGELOG.md +17 -0
- package/es/api/resources/CalendarEvent.d.ts +2 -1
- package/es/api/resources/CalendarEvent.d.ts.map +1 -1
- package/es/api/resources/CalendarEvent.js +2 -2
- package/es/api/resources/CalendarEvent.js.map +1 -1
- package/es/api/resources/TerminationList.d.ts +7 -0
- package/es/api/resources/TerminationList.d.ts.map +1 -0
- package/es/api/resources/TerminationList.js +10 -0
- package/es/api/resources/TerminationList.js.map +1 -0
- package/es/api/resources.d.ts +3 -1
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +3 -1
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BudgetInsight.js.map +1 -1
- package/es/types/Enum/TimeCounterType.d.ts +40 -12
- package/es/types/Enum/TimeCounterType.d.ts.map +1 -1
- package/es/types/Enum/TimeCounterType.js +40 -12
- package/es/types/Enum/TimeCounterType.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +1 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -0
- package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
- package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts +17 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.js +96 -0
- package/es/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts +17 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.d.ts.map +1 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.js +98 -0
- package/es/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
- package/es/types/index.d.ts +2 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/CalendarEvent.js +5 -3
- package/js/api/resources/CalendarEvent.js.map +1 -1
- package/js/api/resources/TerminationList.js +26 -0
- package/js/api/resources/TerminationList.js.map +1 -0
- package/js/api/resources.js +6 -3
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BudgetInsight.js.map +1 -1
- package/js/types/Enum/TimeCounterType.js +68 -40
- package/js/types/Enum/TimeCounterType.js.map +1 -1
- package/js/types/Interface/api/terminationList/DestroyTerminationList.js +55 -0
- package/js/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -0
- package/js/types/Interface/api/terminationList/QueryTerminationList.js +55 -0
- package/js/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -0
- package/js/types/index.js +24 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CalendarEvent.ts +3 -2
- package/ts/api/resources/TerminationList.ts +12 -0
- package/ts/api/resources.ts +3 -1
- package/ts/types/Enum/BudgetInsight.ts +1 -1
- package/ts/types/Enum/TimeCounterType.ts +40 -12
- package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +1 -0
- package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -0
- package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +74 -0
- package/ts/types/Interface/api/terminationList/QueryTerminationList.ts +76 -0
- package/ts/types/index.ts +2 -0
|
@@ -5,168 +5,196 @@ export const TimeCounterType = {
|
|
|
5
5
|
label: 'OnBoarding',
|
|
6
6
|
aberrantTime: 60,
|
|
7
7
|
limitedRoles: [Role.FRONT_OFFICE],
|
|
8
|
+
color: 'fire',
|
|
8
9
|
},
|
|
9
10
|
VAT: {
|
|
10
11
|
id: 2,
|
|
11
12
|
label: 'TVA',
|
|
12
13
|
aberrantTime: 60,
|
|
13
14
|
limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],
|
|
15
|
+
color: 'iris',
|
|
14
16
|
},
|
|
15
17
|
REVISION: {
|
|
16
18
|
id: 3,
|
|
17
19
|
label: 'Révision',
|
|
18
20
|
aberrantTime: 120,
|
|
19
21
|
limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],
|
|
22
|
+
color: 'bubblegum-light',
|
|
20
23
|
},
|
|
21
24
|
FOLDER_REVIEW: {
|
|
22
25
|
id: 4,
|
|
23
26
|
label: 'Revue dossier',
|
|
24
27
|
aberrantTime: 60,
|
|
25
28
|
limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],
|
|
29
|
+
color: 'cerulean',
|
|
26
30
|
},
|
|
27
31
|
REPORTING: {
|
|
28
32
|
id: 5,
|
|
29
33
|
label: 'Signalement',
|
|
30
34
|
aberrantTime: 60,
|
|
31
35
|
limitedRoles: [Role.CUSTOMER_SUCCESS],
|
|
36
|
+
color: 'lipstick-dark',
|
|
32
37
|
},
|
|
33
38
|
SYNCHRONISATION: {
|
|
34
39
|
id: 6,
|
|
35
40
|
label: 'Synchronisation',
|
|
36
41
|
aberrantTime: 30,
|
|
37
42
|
limitedRoles: [Role.CUSTOMER_SUCCESS],
|
|
43
|
+
color: 'orange-dark',
|
|
38
44
|
},
|
|
39
45
|
UNDER_SUPERVISION: {
|
|
40
46
|
id: 7,
|
|
41
47
|
label: 'En cours de supervision',
|
|
42
48
|
aberrantTime: 45,
|
|
43
49
|
limitedRoles: null,
|
|
50
|
+
color: 'orange-dark',
|
|
44
51
|
},
|
|
45
52
|
CLIENT_CONTACT: {
|
|
46
53
|
id: 8,
|
|
47
54
|
label: 'Contact client (Appel/mail/chat)',
|
|
48
|
-
aberrantTime:
|
|
55
|
+
aberrantTime: 20,
|
|
49
56
|
limitedRoles: null,
|
|
57
|
+
color: 'orange-light',
|
|
50
58
|
},
|
|
51
59
|
MEETING: {
|
|
52
60
|
id: 9,
|
|
53
61
|
label: 'Réunion',
|
|
54
|
-
aberrantTime:
|
|
62
|
+
aberrantTime: 20,
|
|
55
63
|
limitedRoles: null,
|
|
64
|
+
color: 'fern-dark',
|
|
56
65
|
},
|
|
57
66
|
FORMATION: {
|
|
58
67
|
id: 10,
|
|
59
68
|
label: 'Formation',
|
|
60
|
-
aberrantTime:
|
|
69
|
+
aberrantTime: 20,
|
|
61
70
|
limitedRoles: null,
|
|
71
|
+
color: 'fern',
|
|
62
72
|
},
|
|
63
73
|
FORECAST: {
|
|
64
74
|
id: 11,
|
|
65
75
|
label: 'Prévisionnel',
|
|
66
|
-
aberrantTime:
|
|
76
|
+
aberrantTime: 20,
|
|
67
77
|
limitedRoles: [Role.FRONT_OFFICE],
|
|
78
|
+
color: 'cerulean-light',
|
|
68
79
|
},
|
|
69
80
|
CERTIFICATE: {
|
|
70
81
|
id: 12,
|
|
71
82
|
label: 'Attestation',
|
|
72
|
-
aberrantTime:
|
|
83
|
+
aberrantTime: 20,
|
|
73
84
|
limitedRoles: [Role.CUSTOMER_SUCCESS],
|
|
85
|
+
color: 'lipstick-light',
|
|
74
86
|
},
|
|
75
87
|
COMPLEMENTARY_MISSION: {
|
|
76
88
|
id: 13,
|
|
77
89
|
label: 'Mission complémentaire',
|
|
78
|
-
aberrantTime:
|
|
90
|
+
aberrantTime: 20,
|
|
79
91
|
limitedRoles: [Role.FRONT_OFFICE],
|
|
92
|
+
color: 'cerulean-light',
|
|
80
93
|
},
|
|
81
94
|
ORGANISATION: {
|
|
82
95
|
id: 14,
|
|
83
96
|
label: 'Organisation',
|
|
84
|
-
aberrantTime:
|
|
97
|
+
aberrantTime: 20,
|
|
85
98
|
limitedRoles: null,
|
|
99
|
+
color: 'fern-light',
|
|
86
100
|
},
|
|
87
101
|
INTERNAL_ADVICE: {
|
|
88
102
|
id: 15,
|
|
89
103
|
label: 'Conseil interne',
|
|
90
|
-
aberrantTime:
|
|
104
|
+
aberrantTime: 20,
|
|
91
105
|
limitedRoles: null,
|
|
106
|
+
color: 'fern-light',
|
|
92
107
|
},
|
|
93
108
|
LAB: {
|
|
94
109
|
id: 16,
|
|
95
110
|
label: 'LAB',
|
|
96
|
-
aberrantTime:
|
|
111
|
+
aberrantTime: 20,
|
|
97
112
|
limitedRoles: [Role.EXPERT_ACCOUNTANT],
|
|
113
|
+
color: 'fire',
|
|
98
114
|
},
|
|
99
115
|
SUPERVISION: {
|
|
100
116
|
id: 17,
|
|
101
117
|
label: 'Supervision',
|
|
102
|
-
aberrantTime:
|
|
118
|
+
aberrantTime: 20,
|
|
103
119
|
limitedRoles: [Role.EXPERT_ACCOUNTANT, Role.MANAGER],
|
|
120
|
+
color: 'bubblegum-dark',
|
|
104
121
|
},
|
|
105
122
|
MAIL_PROCESSING: {
|
|
106
123
|
id: 18,
|
|
107
124
|
label: 'Traitement des courriers',
|
|
108
|
-
aberrantTime:
|
|
125
|
+
aberrantTime: 20,
|
|
109
126
|
limitedRoles: [Role.CUSTOMER_SUCCESS],
|
|
127
|
+
color: 'lipstick-light',
|
|
110
128
|
},
|
|
111
129
|
SUPPORT_PROCESSING: {
|
|
112
130
|
id: 19,
|
|
113
131
|
label: 'Traitement support',
|
|
114
|
-
aberrantTime:
|
|
132
|
+
aberrantTime: 20,
|
|
115
133
|
limitedRoles: [Role.CUSTOMER_SUCCESS],
|
|
134
|
+
color: 'error',
|
|
116
135
|
},
|
|
117
136
|
BILAN: {
|
|
118
137
|
id: 20,
|
|
119
138
|
label: 'Bilan',
|
|
120
139
|
aberrantTime: 120,
|
|
121
140
|
limitedRoles: [Role.FRONT_OFFICE, Role.EXPERT_ACCOUNTANT],
|
|
141
|
+
color: 'cerulean-dark',
|
|
122
142
|
},
|
|
123
143
|
PAYSLIP: {
|
|
124
144
|
id: 21,
|
|
125
145
|
label: 'Bulletin de paie/DSN',
|
|
126
146
|
aberrantTime: 30,
|
|
127
147
|
limitedRoles: [Role.SOCIAL],
|
|
148
|
+
color: 'guacamole',
|
|
128
149
|
},
|
|
129
150
|
SOCIAL_PARAMETER: {
|
|
130
151
|
id: 22,
|
|
131
152
|
label: 'Paramétrage social',
|
|
132
153
|
aberrantTime: 40,
|
|
133
154
|
limitedRoles: [Role.SOCIAL],
|
|
155
|
+
color: 'guacamole',
|
|
134
156
|
},
|
|
135
157
|
WORK_CONTRACT: {
|
|
136
158
|
id: 23,
|
|
137
159
|
label: 'Contrat de travail',
|
|
138
160
|
aberrantTime: 60,
|
|
139
161
|
limitedRoles: [Role.SOCIAL],
|
|
162
|
+
color: 'guacamole',
|
|
140
163
|
},
|
|
141
164
|
DPAE: {
|
|
142
165
|
id: 24,
|
|
143
166
|
label: 'DPAE',
|
|
144
167
|
aberrantTime: 25,
|
|
145
168
|
limitedRoles: [Role.SOCIAL],
|
|
169
|
+
color: 'guacamole',
|
|
146
170
|
},
|
|
147
171
|
FACTURATION: {
|
|
148
172
|
id: 25,
|
|
149
173
|
label: 'Facturation',
|
|
150
174
|
aberrantTime: 180,
|
|
151
175
|
limitedRoles: null,
|
|
176
|
+
color: 'success',
|
|
152
177
|
},
|
|
153
178
|
LEGAL_DOCUMENT: {
|
|
154
179
|
id: 26,
|
|
155
180
|
label: 'Rédaction documents juridiques',
|
|
156
181
|
aberrantTime: 30,
|
|
157
182
|
limitedRoles: [Role.JURIDIC],
|
|
183
|
+
color: 'caramel',
|
|
158
184
|
},
|
|
159
185
|
INFOGREFFE: {
|
|
160
186
|
id: 27,
|
|
161
187
|
label: 'Dépôt infogreffe ou autre',
|
|
162
188
|
aberrantTime: 15,
|
|
163
189
|
limitedRoles: [Role.JURIDIC],
|
|
190
|
+
color: 'caramel',
|
|
164
191
|
},
|
|
165
192
|
APPOINTMENT: {
|
|
166
193
|
id: 28,
|
|
167
194
|
label: 'Rdv client',
|
|
168
195
|
aberrantTime: 15,
|
|
169
196
|
limitedRoles: null,
|
|
197
|
+
color: 'orange-light',
|
|
170
198
|
},
|
|
171
199
|
};
|
|
172
200
|
//# sourceMappingURL=TimeCounterType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeCounterType.js","sourceRoot":"","sources":["../../../ts/types/Enum/TimeCounterType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,UAAU,EAAE;QACV,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,YAAY;QACnB,YAAY,EAAE,EAAE;QAChB,YAAY,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"TimeCounterType.js","sourceRoot":"","sources":["../../../ts/types/Enum/TimeCounterType.ts"],"names":[],"mappings":"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","sourcesContent":["import { Role } from './Role';\n\nexport const TimeCounterType = {\n ONBOARDING: {\n id: 1,\n label: 'OnBoarding',\n aberrantTime: 60,\n limitedRoles: [Role.FRONT_OFFICE],\n color: 'fire',\n },\n VAT: {\n id: 2,\n label: 'TVA',\n aberrantTime: 60,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n color: 'iris',\n },\n REVISION: {\n id: 3,\n label: 'Révision',\n aberrantTime: 120,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n color: 'bubblegum-light',\n },\n FOLDER_REVIEW: {\n id: 4,\n label: 'Revue dossier',\n aberrantTime: 60,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n color: 'cerulean',\n },\n REPORTING: {\n id: 5,\n label: 'Signalement',\n aberrantTime: 60,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-dark',\n },\n SYNCHRONISATION: {\n id: 6,\n label: 'Synchronisation',\n aberrantTime: 30,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'orange-dark',\n },\n UNDER_SUPERVISION: {\n id: 7,\n label: 'En cours de supervision',\n aberrantTime: 45,\n limitedRoles: null,\n color: 'orange-dark',\n },\n CLIENT_CONTACT: {\n id: 8,\n label: 'Contact client (Appel/mail/chat)',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'orange-light',\n },\n MEETING: {\n id: 9,\n label: 'Réunion',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-dark',\n },\n FORMATION: {\n id: 10,\n label: 'Formation',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern',\n },\n FORECAST: {\n id: 11,\n label: 'Prévisionnel',\n aberrantTime: 20,\n limitedRoles: [Role.FRONT_OFFICE],\n color: 'cerulean-light',\n },\n CERTIFICATE: {\n id: 12,\n label: 'Attestation',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-light',\n },\n COMPLEMENTARY_MISSION: {\n id: 13,\n label: 'Mission complémentaire',\n aberrantTime: 20,\n limitedRoles: [Role.FRONT_OFFICE],\n color: 'cerulean-light',\n },\n ORGANISATION: {\n id: 14,\n label: 'Organisation',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-light',\n },\n INTERNAL_ADVICE: {\n id: 15,\n label: 'Conseil interne',\n aberrantTime: 20,\n limitedRoles: null,\n color: 'fern-light',\n },\n LAB: {\n id: 16,\n label: 'LAB',\n aberrantTime: 20,\n limitedRoles: [Role.EXPERT_ACCOUNTANT],\n color: 'fire',\n },\n SUPERVISION: {\n id: 17,\n label: 'Supervision',\n aberrantTime: 20,\n limitedRoles: [Role.EXPERT_ACCOUNTANT, Role.MANAGER],\n color: 'bubblegum-dark',\n },\n MAIL_PROCESSING: {\n id: 18,\n label: 'Traitement des courriers',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'lipstick-light',\n },\n SUPPORT_PROCESSING: {\n id: 19,\n label: 'Traitement support',\n aberrantTime: 20,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n color: 'error',\n },\n BILAN: {\n id: 20,\n label: 'Bilan',\n aberrantTime: 120,\n limitedRoles: [Role.FRONT_OFFICE, Role.EXPERT_ACCOUNTANT],\n color: 'cerulean-dark',\n },\n PAYSLIP: {\n id: 21,\n label: 'Bulletin de paie/DSN',\n aberrantTime: 30,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n SOCIAL_PARAMETER: {\n id: 22,\n label: 'Paramétrage social',\n aberrantTime: 40,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n WORK_CONTRACT: {\n id: 23,\n label: 'Contrat de travail',\n aberrantTime: 60,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n DPAE: {\n id: 24,\n label: 'DPAE',\n aberrantTime: 25,\n limitedRoles: [Role.SOCIAL],\n color: 'guacamole',\n },\n FACTURATION: {\n id: 25,\n label: 'Facturation',\n aberrantTime: 180,\n limitedRoles: null,\n color: 'success',\n },\n LEGAL_DOCUMENT: {\n id: 26,\n label: 'Rédaction documents juridiques',\n aberrantTime: 30,\n limitedRoles: [Role.JURIDIC],\n color: 'caramel',\n },\n INFOGREFFE: {\n id: 27,\n label: 'Dépôt infogreffe ou autre',\n aberrantTime: 15,\n limitedRoles: [Role.JURIDIC],\n color: 'caramel',\n },\n APPOINTMENT: {\n id: 28,\n label: 'Rdv client',\n aberrantTime: 15,\n limitedRoles: null,\n color: 'orange-light',\n },\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"readAllCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"readAllCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"readAllCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts"],"names":[],"mappings":"","sourcesContent":["export interface ReadAllCalendarEvent {\n id: number,\n title: string,\n start: string,\n end: string | null,\n content: string,\n idTimeCounterType?: number\n validatedAt?: Date,\n class?: string;\n deletable?: boolean,\n resizable?: boolean,\n draggable?: boolean,\n}"]}
|
|
1
|
+
{"version":3,"file":"readAllCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts"],"names":[],"mappings":"","sourcesContent":["export interface ReadAllCalendarEvent {\n id: number,\n title: string,\n start: string,\n end: string | null,\n content: string,\n idTimeCounterType?: number\n validatedAt?: Date,\n class?: string;\n deletable?: boolean,\n resizable?: boolean,\n draggable?: boolean,\n color?: string\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExitRequest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,MAAM,EAAE,CAAA;CACf;AAED,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,EAAE,CAAA;CACxB;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,EAAE,CAAC;IACb,EAAE,EAAE,MAAM,EAAE,CAAC;CACd;AAED,MAAM,WAAW,QAAQ;IACvB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,UAAU,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"ExitRequest.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExitRequest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\n\nexport interface CountLateToDoDone {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface Count {\n count: number,\n societiesList: string[]\n}\n\nexport interface CountIsIr {\n IS: string[],\n IR: string[],\n}\n\nexport interface CountVat {\n monthly: string[],\n quarterly: string[],\n simplified: string[],\n}\n\nexport interface AnnotatedSocieties {\n annotated: string[],\n noAnnotated: string[],\n}\n\nexport interface CountComplementaryPrestation {\n waitingClient: string[],\n waitingDirection: string[],\n acceptedDirection: string[],\n refusedDirection: string[],\n}\n\ninterface TotalAverage {\n total: number,\n average: number,\n}\n\nexport interface TotalAverageProfit {\n factured: TotalAverage,\n payed: TotalAverage\n}\n\nexport interface StatsLabBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\nexport interface StatsMailsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsCallsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsReportsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface ExitApplication {\n done: {\n count: number,\n societies: string[],\n },\n undone: {\n count: number,\n societies: string[],\n }\n}\n\nexport interface StatisticBalanceSheetDetail {\n goodToAttested: string[],\n attested: string[],\n attestedRefused: string[],\n attestedObserved: string[],\n toReview: string[],\n toRevised: string[],\n toSupervised: string[],\n acceptedSIE: string[],\n ARCAttested: string[],\n ARCNoAttested: string[],\n}\n\nexport interface ReturnListType {\n societies?: ISociety[],\n active?: ISociety[],\n unpayed?: string[],\n terminated?: string[],\n archived?: string[],\n labDetail?: CountLateToDoDone,\n balanceSheet?: CountLateToDoDone,\n balanceSheetDetailed?: StatisticBalanceSheetDetail,\n additionnalSell?: CountComplementaryPrestation,\n tva?: CountLateToDoDone,\n checklist?: CountLateToDoDone,\n checklistReinforced?: CountLateToDoDone,\n revision?: Count,\n annotate?: AnnotatedSocieties,\n isIr?: CountIsIr,\n vatType?: CountVat,\n task?: StatsLabBySocieties,\n mail?: StatsMailsBySocieties,\n call?: StatsCallsBySocieties,\n report?: StatsReportsBySocieties,\n profitability?: TotalAverageProfit,\n synchronised?: string[],\n applicationJustified?: ExitApplication,\n applicationSynchronised?: ExitApplication,\n}"]}
|
|
1
|
+
{"version":3,"file":"ExitRequest.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/statistic/ExitRequest.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\n\nexport interface CountLateToDoDone {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface Count {\n count: number,\n societiesList: string[]\n}\n\nexport interface CountIsIr {\n IS: string[],\n IR: string[],\n}\n\nexport interface CountVat {\n monthly: string[],\n quarterly: string[],\n simplified: string[],\n none: string[],\n}\n\nexport interface AnnotatedSocieties {\n annotated: string[],\n noAnnotated: string[],\n}\n\nexport interface CountComplementaryPrestation {\n waitingClient: string[],\n waitingDirection: string[],\n acceptedDirection: string[],\n refusedDirection: string[],\n}\n\ninterface TotalAverage {\n total: number,\n average: number,\n}\n\nexport interface TotalAverageProfit {\n factured: TotalAverage,\n payed: TotalAverage\n}\n\nexport interface StatsLabBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\nexport interface StatsMailsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsCallsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface StatsReportsBySocieties {\n late: string[],\n toDo: string[],\n done: string[]\n}\n\nexport interface ExitApplication {\n done: {\n count: number,\n societies: string[],\n },\n undone: {\n count: number,\n societies: string[],\n }\n}\n\nexport interface StatisticBalanceSheetDetail {\n goodToAttested: string[],\n attested: string[],\n attestedRefused: string[],\n attestedObserved: string[],\n toReview: string[],\n toRevised: string[],\n toSupervised: string[],\n acceptedSIE: string[],\n ARCAttested: string[],\n ARCNoAttested: string[],\n}\n\nexport interface ReturnListType {\n societies?: ISociety[],\n active?: ISociety[],\n unpayed?: string[],\n terminated?: string[],\n archived?: string[],\n labDetail?: CountLateToDoDone,\n balanceSheet?: CountLateToDoDone,\n balanceSheetDetailed?: StatisticBalanceSheetDetail,\n additionnalSell?: CountComplementaryPrestation,\n tva?: CountLateToDoDone,\n checklist?: CountLateToDoDone,\n checklistReinforced?: CountLateToDoDone,\n revision?: Count,\n annotate?: AnnotatedSocieties,\n isIr?: CountIsIr,\n vatType?: CountVat,\n task?: StatsLabBySocieties,\n mail?: StatsMailsBySocieties,\n call?: StatsCallsBySocieties,\n report?: StatsReportsBySocieties,\n profitability?: TotalAverageProfit,\n synchronised?: string[],\n applicationJustified?: ExitApplication,\n applicationSynchronised?: ExitApplication,\n}"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class DestroyTerminationList {
|
|
2
|
+
id: number;
|
|
3
|
+
comment?: string;
|
|
4
|
+
effectiveDate?: string;
|
|
5
|
+
endContractDate?: string;
|
|
6
|
+
recalledCustomer?: string;
|
|
7
|
+
recalledCustomerBySupervisor?: string;
|
|
8
|
+
idExercice?: number;
|
|
9
|
+
refund?: number;
|
|
10
|
+
idReasonTermination?: number;
|
|
11
|
+
idSociety: number;
|
|
12
|
+
idPrestation?: number;
|
|
13
|
+
idCollaborateur?: number;
|
|
14
|
+
createdAt?: string;
|
|
15
|
+
updatedAt?: string;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=DestroyTerminationList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DestroyTerminationList.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/terminationList/DestroyTerminationList.ts"],"names":[],"mappings":"AAKA,qBAAa,sBAAsB;IAGjC,EAAE,EAAE,MAAM,CAAC;IAKX,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAK1B,4BAA4B,CAAC,EAAE,MAAM,CAAC;IAKtC,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAI7B,SAAS,EAAE,MAAM,CAAC;IAKlB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsDateString, IsInt, IsOptional, IsString, } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class DestroyTerminationList {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
IsInt(),
|
|
17
|
+
__metadata("design:type", Number)
|
|
18
|
+
], DestroyTerminationList.prototype, "id", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
ApiPropertyOptional(),
|
|
21
|
+
IsOptional(),
|
|
22
|
+
IsString(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], DestroyTerminationList.prototype, "comment", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiPropertyOptional(),
|
|
27
|
+
IsOptional(),
|
|
28
|
+
IsDateString(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], DestroyTerminationList.prototype, "effectiveDate", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
ApiPropertyOptional(),
|
|
33
|
+
IsOptional(),
|
|
34
|
+
IsDateString(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], DestroyTerminationList.prototype, "endContractDate", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiPropertyOptional(),
|
|
39
|
+
IsOptional(),
|
|
40
|
+
IsDateString(),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], DestroyTerminationList.prototype, "recalledCustomer", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
ApiPropertyOptional(),
|
|
45
|
+
IsOptional(),
|
|
46
|
+
IsDateString(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], DestroyTerminationList.prototype, "recalledCustomerBySupervisor", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiPropertyOptional(),
|
|
51
|
+
IsOptional(),
|
|
52
|
+
IsInt(),
|
|
53
|
+
__metadata("design:type", Number)
|
|
54
|
+
], DestroyTerminationList.prototype, "idExercice", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
ApiPropertyOptional(),
|
|
57
|
+
IsOptional(),
|
|
58
|
+
IsInt(),
|
|
59
|
+
__metadata("design:type", Number)
|
|
60
|
+
], DestroyTerminationList.prototype, "refund", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
ApiPropertyOptional(),
|
|
63
|
+
IsOptional(),
|
|
64
|
+
IsInt(),
|
|
65
|
+
__metadata("design:type", Number)
|
|
66
|
+
], DestroyTerminationList.prototype, "idReasonTermination", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
ApiProperty(),
|
|
69
|
+
IsInt(),
|
|
70
|
+
__metadata("design:type", Number)
|
|
71
|
+
], DestroyTerminationList.prototype, "idSociety", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
ApiPropertyOptional(),
|
|
74
|
+
IsOptional(),
|
|
75
|
+
IsInt(),
|
|
76
|
+
__metadata("design:type", Number)
|
|
77
|
+
], DestroyTerminationList.prototype, "idPrestation", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
ApiPropertyOptional(),
|
|
80
|
+
IsOptional(),
|
|
81
|
+
IsInt(),
|
|
82
|
+
__metadata("design:type", Number)
|
|
83
|
+
], DestroyTerminationList.prototype, "idCollaborateur", void 0);
|
|
84
|
+
__decorate([
|
|
85
|
+
ApiPropertyOptional(),
|
|
86
|
+
IsOptional(),
|
|
87
|
+
IsDateString(),
|
|
88
|
+
__metadata("design:type", String)
|
|
89
|
+
], DestroyTerminationList.prototype, "createdAt", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
ApiPropertyOptional(),
|
|
92
|
+
IsOptional(),
|
|
93
|
+
IsDateString(),
|
|
94
|
+
__metadata("design:type", String)
|
|
95
|
+
], DestroyTerminationList.prototype, "updatedAt", void 0);
|
|
96
|
+
//# sourceMappingURL=DestroyTerminationList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DestroyTerminationList.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/terminationList/DestroyTerminationList.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,GAC1C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,sBAAsB;CAoElC;AAjEC;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;kDACG;AAKX;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;uDACM;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;6DACQ;AAKvB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;+DACU;AAKzB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;gEACW;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;4EACuB;AAKtC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;0DACY;AAKpB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;sDACQ;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;mEACqB;AAI7B;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;yDACU;AAKlB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4DACc;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;+DACiB;AAKzB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;yDACI;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;yDACI","sourcesContent":["import {\n IsDateString, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class DestroyTerminationList {\n @ApiProperty()\n @IsInt()\n id: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n effectiveDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n endContractDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomer?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomerBySupervisor?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n refund?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idReasonTermination?: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestation?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCollaborateur?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n createdAt?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n updatedAt?: string;\n}"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class QueryTerminationList {
|
|
2
|
+
id?: number;
|
|
3
|
+
comment?: string;
|
|
4
|
+
effectiveDate?: string;
|
|
5
|
+
endContractDate?: string;
|
|
6
|
+
recalledCustomer?: string;
|
|
7
|
+
recalledCustomerBySupervisor?: string;
|
|
8
|
+
idExercice?: number;
|
|
9
|
+
refund?: number;
|
|
10
|
+
idReasonTermination?: number;
|
|
11
|
+
idSociety?: number;
|
|
12
|
+
idPrestation?: number;
|
|
13
|
+
idCollaborateur?: number;
|
|
14
|
+
createdAt?: string;
|
|
15
|
+
updatedAt?: string;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=QueryTerminationList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTerminationList.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/terminationList/QueryTerminationList.ts"],"names":[],"mappings":"AAKA,qBAAa,oBAAoB;IAI/B,EAAE,CAAC,EAAE,MAAM,CAAC;IAKZ,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAK1B,4BAA4B,CAAC,EAAE,MAAM,CAAC;IAKtC,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAK7B,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsDateString, IsInt, IsOptional, IsString, } from 'class-validator';
|
|
11
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
export class QueryTerminationList {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiPropertyOptional(),
|
|
16
|
+
IsOptional(),
|
|
17
|
+
IsInt(),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], QueryTerminationList.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiPropertyOptional(),
|
|
22
|
+
IsOptional(),
|
|
23
|
+
IsString(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], QueryTerminationList.prototype, "comment", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
ApiPropertyOptional(),
|
|
28
|
+
IsOptional(),
|
|
29
|
+
IsDateString(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], QueryTerminationList.prototype, "effectiveDate", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
ApiPropertyOptional(),
|
|
34
|
+
IsOptional(),
|
|
35
|
+
IsDateString(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], QueryTerminationList.prototype, "endContractDate", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
ApiPropertyOptional(),
|
|
40
|
+
IsOptional(),
|
|
41
|
+
IsDateString(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], QueryTerminationList.prototype, "recalledCustomer", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
ApiPropertyOptional(),
|
|
46
|
+
IsOptional(),
|
|
47
|
+
IsDateString(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], QueryTerminationList.prototype, "recalledCustomerBySupervisor", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
ApiPropertyOptional(),
|
|
52
|
+
IsOptional(),
|
|
53
|
+
IsInt(),
|
|
54
|
+
__metadata("design:type", Number)
|
|
55
|
+
], QueryTerminationList.prototype, "idExercice", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
ApiPropertyOptional(),
|
|
58
|
+
IsOptional(),
|
|
59
|
+
IsInt(),
|
|
60
|
+
__metadata("design:type", Number)
|
|
61
|
+
], QueryTerminationList.prototype, "refund", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
ApiPropertyOptional(),
|
|
64
|
+
IsOptional(),
|
|
65
|
+
IsInt(),
|
|
66
|
+
__metadata("design:type", Number)
|
|
67
|
+
], QueryTerminationList.prototype, "idReasonTermination", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
ApiPropertyOptional(),
|
|
70
|
+
IsOptional(),
|
|
71
|
+
IsInt(),
|
|
72
|
+
__metadata("design:type", Number)
|
|
73
|
+
], QueryTerminationList.prototype, "idSociety", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
ApiPropertyOptional(),
|
|
76
|
+
IsOptional(),
|
|
77
|
+
IsInt(),
|
|
78
|
+
__metadata("design:type", Number)
|
|
79
|
+
], QueryTerminationList.prototype, "idPrestation", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
ApiPropertyOptional(),
|
|
82
|
+
IsOptional(),
|
|
83
|
+
IsInt(),
|
|
84
|
+
__metadata("design:type", Number)
|
|
85
|
+
], QueryTerminationList.prototype, "idCollaborateur", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
ApiPropertyOptional(),
|
|
88
|
+
IsOptional(),
|
|
89
|
+
IsDateString(),
|
|
90
|
+
__metadata("design:type", String)
|
|
91
|
+
], QueryTerminationList.prototype, "createdAt", void 0);
|
|
92
|
+
__decorate([
|
|
93
|
+
ApiPropertyOptional(),
|
|
94
|
+
IsOptional(),
|
|
95
|
+
IsDateString(),
|
|
96
|
+
__metadata("design:type", String)
|
|
97
|
+
], QueryTerminationList.prototype, "updatedAt", void 0);
|
|
98
|
+
//# sourceMappingURL=QueryTerminationList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryTerminationList.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/terminationList/QueryTerminationList.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,GAC1C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,oBAAoB;CAsEhC;AAlEC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;gDACI;AAKZ;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;qDACM;AAKjB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;2DACQ;AAKvB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;6DACU;AAKzB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;8DACW;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;0EACuB;AAKtC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wDACY;AAKpB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;oDACQ;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;iEACqB;AAK7B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;uDACW;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;0DACc;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;6DACiB;AAKzB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;uDACI;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;uDACI","sourcesContent":["import {\n IsDateString, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryTerminationList {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n id?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n effectiveDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n endContractDate?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomer?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n recalledCustomerBySupervisor?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n refund?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idReasonTermination?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idPrestation?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idCollaborateur?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n createdAt?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n updatedAt?: string;\n}"]}
|
package/es/types/index.d.ts
CHANGED
|
@@ -783,6 +783,8 @@ export * from './Interface/api/wallet/UpdateAttribution';
|
|
|
783
783
|
export * from './Interface/api/prestation/CreatePrestation';
|
|
784
784
|
export * from './Interface/api/paymentExpectation/QueryPaymentExpectation';
|
|
785
785
|
export * from './Interface/api/legalNotice/UpdateLegalNotice';
|
|
786
|
+
export * from './Interface/api/terminationList/QueryTerminationList';
|
|
787
|
+
export * from './Interface/api/terminationList/DestroyTerminationList';
|
|
786
788
|
export * from './Interface/enum/Util';
|
|
787
789
|
export * from './Interface/enum/Date';
|
|
788
790
|
export * from '../utils/cerfa';
|