@silexpert/core 0.4.207 → 0.4.209
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/es/api/resources/Comment.d.ts +6 -0
- package/es/api/resources/Comment.d.ts.map +1 -0
- package/es/api/resources/Comment.js +7 -0
- package/es/api/resources/Comment.js.map +1 -0
- package/es/api/resources/Task.d.ts +16 -0
- package/es/api/resources/Task.d.ts.map +1 -0
- package/es/api/resources/Task.js +67 -0
- package/es/api/resources/Task.js.map +1 -0
- package/es/api/resources/User.d.ts +1 -0
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +3 -0
- package/es/api/resources/User.js.map +1 -1
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/InternalService.d.ts +31 -0
- package/es/types/Enum/InternalService.d.ts.map +1 -0
- package/es/types/Enum/InternalService.js +31 -0
- package/es/types/Enum/InternalService.js.map +1 -0
- package/es/types/Enum/TaskResponseType.d.ts +360 -0
- package/es/types/Enum/TaskResponseType.d.ts.map +1 -0
- package/es/types/Enum/TaskResponseType.js +362 -0
- package/es/types/Enum/TaskResponseType.js.map +1 -0
- package/es/types/Interface/api/task/QueryCountTask.d.ts +6 -0
- package/es/types/Interface/api/task/QueryCountTask.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryCountTask.js +32 -0
- package/es/types/Interface/api/task/QueryCountTask.js.map +1 -0
- package/es/types/Interface/api/task/QueryCreateTask.d.ts +8 -0
- package/es/types/Interface/api/task/QueryCreateTask.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryCreateTask.js +38 -0
- package/es/types/Interface/api/task/QueryCreateTask.js.map +1 -0
- package/es/types/Interface/api/task/QueryGetAllTask.d.ts +8 -0
- package/es/types/Interface/api/task/QueryGetAllTask.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryGetAllTask.js +52 -0
- package/es/types/Interface/api/task/QueryGetAllTask.js.map +1 -0
- package/es/types/Interface/api/task/QueryGetTask.d.ts +5 -0
- package/es/types/Interface/api/task/QueryGetTask.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryGetTask.js +31 -0
- package/es/types/Interface/api/task/QueryGetTask.js.map +1 -0
- package/es/types/Interface/api/task/QueryPaginatedTask.d.ts +20 -0
- package/es/types/Interface/api/task/QueryPaginatedTask.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryPaginatedTask.js +131 -0
- package/es/types/Interface/api/task/QueryPaginatedTask.js.map +1 -0
- package/es/types/Interface/api/task/QueryStatsByManager.d.ts +6 -0
- package/es/types/Interface/api/task/QueryStatsByManager.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryStatsByManager.js +2 -0
- package/es/types/Interface/api/task/QueryStatsByManager.js.map +1 -0
- package/es/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts +7 -0
- package/es/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryStatsByRolesInCsv.js +40 -0
- package/es/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -0
- package/es/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts +5 -0
- package/es/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryStatsByServiceInCsv.js +26 -0
- package/es/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -0
- package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts +5 -0
- package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts.map +1 -0
- package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +26 -0
- package/es/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +4 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +22 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -0
- package/es/types/Interface/models/ICalendarEvent.d.ts +3 -0
- package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/es/types/Interface/models/IComment.d.ts +3 -0
- package/es/types/Interface/models/IComment.d.ts.map +1 -1
- package/es/types/Interface/models/IComment.js.map +1 -1
- package/es/types/Interface/models/ITask.d.ts +33 -0
- package/es/types/Interface/models/ITask.d.ts.map +1 -0
- package/es/types/Interface/models/ITask.js +2 -0
- package/es/types/Interface/models/ITask.js.map +1 -0
- package/es/types/index.d.ts +13 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +13 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.d.ts.map +1 -1
- package/es/utils/index.js +1 -0
- package/es/utils/index.js.map +1 -1
- package/es/utils/task.d.ts +4 -0
- package/es/utils/task.d.ts.map +1 -0
- package/es/utils/task.js +41 -0
- package/es/utils/task.js.map +1 -0
- package/js/api/resources/Comment.js +18 -0
- package/js/api/resources/Comment.js.map +1 -0
- package/js/api/resources/Task.js +129 -0
- package/js/api/resources/Task.js.map +1 -0
- package/js/api/resources/User.js +4 -0
- package/js/api/resources/User.js.map +1 -1
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/InternalService.js +36 -0
- package/js/types/Enum/InternalService.js.map +1 -0
- package/js/types/Enum/TaskResponseType.js +371 -0
- package/js/types/Enum/TaskResponseType.js.map +1 -0
- package/js/types/Interface/api/task/QueryCountTask.js +33 -0
- package/js/types/Interface/api/task/QueryCountTask.js.map +1 -0
- package/js/types/Interface/api/task/QueryCreateTask.js +37 -0
- package/js/types/Interface/api/task/QueryCreateTask.js.map +1 -0
- package/js/types/Interface/api/task/QueryGetAllTask.js +45 -0
- package/js/types/Interface/api/task/QueryGetAllTask.js.map +1 -0
- package/js/types/Interface/api/task/QueryGetTask.js +37 -0
- package/js/types/Interface/api/task/QueryGetTask.js.map +1 -0
- package/js/types/Interface/api/task/QueryPaginatedTask.js +87 -0
- package/js/types/Interface/api/task/QueryPaginatedTask.js.map +1 -0
- package/js/types/Interface/api/task/QueryStatsByManager.js +6 -0
- package/js/types/Interface/api/task/QueryStatsByManager.js.map +1 -0
- package/js/types/Interface/api/task/QueryStatsByRolesInCsv.js +39 -0
- package/js/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +1 -0
- package/js/types/Interface/api/task/QueryStatsByServiceInCsv.js +31 -0
- package/js/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +1 -0
- package/js/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +31 -0
- package/js/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +1 -0
- package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +31 -0
- package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -0
- package/js/types/Interface/models/ITask.js +6 -0
- package/js/types/Interface/models/ITask.js.map +1 -0
- package/js/types/index.js +156 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/index.js +12 -0
- package/js/utils/index.js.map +1 -1
- package/js/utils/task.js +48 -0
- package/js/utils/task.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/Comment.ts +10 -0
- package/ts/api/resources/Task.ts +68 -0
- package/ts/api/resources/User.ts +3 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/InternalService.ts +30 -0
- package/ts/types/Enum/TaskResponseType.ts +361 -0
- package/ts/types/Interface/api/task/QueryCountTask.ts +23 -0
- package/ts/types/Interface/api/task/QueryCreateTask.ts +23 -0
- package/ts/types/Interface/api/task/QueryGetAllTask.ts +39 -0
- package/ts/types/Interface/api/task/QueryGetTask.ts +21 -0
- package/ts/types/Interface/api/task/QueryPaginatedTask.ts +100 -0
- package/ts/types/Interface/api/task/QueryStatsByManager.ts +5 -0
- package/ts/types/Interface/api/task/QueryStatsByRolesInCsv.ts +28 -0
- package/ts/types/Interface/api/task/QueryStatsByServiceInCsv.ts +16 -0
- package/ts/types/Interface/api/task/QueryStatsByTaskTypeInCsv.ts +16 -0
- package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +13 -0
- package/ts/types/Interface/models/ICalendarEvent.ts +3 -0
- package/ts/types/Interface/models/IComment.ts +3 -0
- package/ts/types/Interface/models/ITask.ts +35 -0
- package/ts/types/index.ts +13 -0
- package/ts/utils/index.ts +1 -0
- package/ts/utils/task.ts +37 -0
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
export declare enum ResponseType {
|
|
2
|
+
MAIL = 1,
|
|
3
|
+
CALL = 2
|
|
4
|
+
}
|
|
5
|
+
export declare enum StateTask {
|
|
6
|
+
TODO = 1,
|
|
7
|
+
DO = 2,
|
|
8
|
+
NOTDO = 3
|
|
9
|
+
}
|
|
10
|
+
export declare const TaskResponseType: {
|
|
11
|
+
DEMANDE_ATTESTATION: {
|
|
12
|
+
id: number;
|
|
13
|
+
label: string;
|
|
14
|
+
responseType: ResponseType;
|
|
15
|
+
min: number;
|
|
16
|
+
max: number;
|
|
17
|
+
default: number;
|
|
18
|
+
weight: number;
|
|
19
|
+
isExterne: boolean;
|
|
20
|
+
idMailAuto: null;
|
|
21
|
+
schedule: number;
|
|
22
|
+
};
|
|
23
|
+
FAIRE_COURRIER: {
|
|
24
|
+
id: number;
|
|
25
|
+
label: string;
|
|
26
|
+
responseType: null;
|
|
27
|
+
min: number;
|
|
28
|
+
max: number;
|
|
29
|
+
default: number;
|
|
30
|
+
weight: number;
|
|
31
|
+
isExterne: boolean;
|
|
32
|
+
idMailAuto: null;
|
|
33
|
+
schedule: number;
|
|
34
|
+
};
|
|
35
|
+
ACTIVER_ONGLET_SOCIAL: {
|
|
36
|
+
id: number;
|
|
37
|
+
label: string;
|
|
38
|
+
responseType: ResponseType;
|
|
39
|
+
min: number;
|
|
40
|
+
max: number;
|
|
41
|
+
default: number;
|
|
42
|
+
weight: number;
|
|
43
|
+
isExterne: boolean;
|
|
44
|
+
idMailAuto: null;
|
|
45
|
+
schedule: number;
|
|
46
|
+
};
|
|
47
|
+
SUPPORT_TECHNIQUE: {
|
|
48
|
+
id: number;
|
|
49
|
+
label: string;
|
|
50
|
+
responseType: ResponseType;
|
|
51
|
+
min: number;
|
|
52
|
+
max: number;
|
|
53
|
+
default: number;
|
|
54
|
+
weight: number;
|
|
55
|
+
isExterne: boolean;
|
|
56
|
+
idMailAuto: null;
|
|
57
|
+
schedule: number;
|
|
58
|
+
};
|
|
59
|
+
SUIVI_BILAN: {
|
|
60
|
+
id: number;
|
|
61
|
+
label: string;
|
|
62
|
+
responseType: null;
|
|
63
|
+
min: null;
|
|
64
|
+
max: null;
|
|
65
|
+
default: null;
|
|
66
|
+
weight: number;
|
|
67
|
+
isExterne: boolean;
|
|
68
|
+
idMailAuto: null;
|
|
69
|
+
schedule: number;
|
|
70
|
+
};
|
|
71
|
+
SUIVI_IS: {
|
|
72
|
+
id: number;
|
|
73
|
+
label: string;
|
|
74
|
+
responseType: null;
|
|
75
|
+
min: null;
|
|
76
|
+
max: null;
|
|
77
|
+
default: null;
|
|
78
|
+
weight: number;
|
|
79
|
+
isExterne: boolean;
|
|
80
|
+
idMailAuto: null;
|
|
81
|
+
schedule: number;
|
|
82
|
+
};
|
|
83
|
+
SUIVI_TVA: {
|
|
84
|
+
id: number;
|
|
85
|
+
label: string;
|
|
86
|
+
responseType: null;
|
|
87
|
+
min: null;
|
|
88
|
+
max: null;
|
|
89
|
+
default: null;
|
|
90
|
+
weight: number;
|
|
91
|
+
isExterne: boolean;
|
|
92
|
+
idMailAuto: null;
|
|
93
|
+
schedule: number;
|
|
94
|
+
};
|
|
95
|
+
SUIVI_MISSIONS_COMPLEMENTAIRES: {
|
|
96
|
+
id: number;
|
|
97
|
+
label: string;
|
|
98
|
+
responseType: null;
|
|
99
|
+
min: null;
|
|
100
|
+
max: null;
|
|
101
|
+
default: null;
|
|
102
|
+
weight: number;
|
|
103
|
+
isExterne: boolean;
|
|
104
|
+
idMailAuto: null;
|
|
105
|
+
schedule: number;
|
|
106
|
+
};
|
|
107
|
+
PV_AG_APPROBATION: {
|
|
108
|
+
id: number;
|
|
109
|
+
label: string;
|
|
110
|
+
responseType: ResponseType;
|
|
111
|
+
min: number;
|
|
112
|
+
max: number;
|
|
113
|
+
default: number;
|
|
114
|
+
weight: number;
|
|
115
|
+
isExterne: boolean;
|
|
116
|
+
idMailAuto: null;
|
|
117
|
+
schedule: number;
|
|
118
|
+
};
|
|
119
|
+
DIVIDENDES: {
|
|
120
|
+
id: number;
|
|
121
|
+
label: string;
|
|
122
|
+
responseType: ResponseType;
|
|
123
|
+
min: number;
|
|
124
|
+
max: number;
|
|
125
|
+
default: number;
|
|
126
|
+
weight: number;
|
|
127
|
+
isExterne: boolean;
|
|
128
|
+
idMailAuto: null;
|
|
129
|
+
schedule: number;
|
|
130
|
+
};
|
|
131
|
+
CREATION_SOCIETE: {
|
|
132
|
+
id: number;
|
|
133
|
+
label: string;
|
|
134
|
+
responseType: null;
|
|
135
|
+
min: null;
|
|
136
|
+
max: null;
|
|
137
|
+
default: null;
|
|
138
|
+
weight: number;
|
|
139
|
+
isExterne: boolean;
|
|
140
|
+
idMailAuto: null;
|
|
141
|
+
schedule: number;
|
|
142
|
+
};
|
|
143
|
+
QUESTIONS_JURIDIQUES: {
|
|
144
|
+
id: number;
|
|
145
|
+
label: string;
|
|
146
|
+
responseType: ResponseType;
|
|
147
|
+
min: number;
|
|
148
|
+
max: number;
|
|
149
|
+
default: number;
|
|
150
|
+
weight: number;
|
|
151
|
+
isExterne: boolean;
|
|
152
|
+
idMailAuto: null;
|
|
153
|
+
schedule: number;
|
|
154
|
+
};
|
|
155
|
+
BULLETIN_PAIE: {
|
|
156
|
+
id: number;
|
|
157
|
+
label: string;
|
|
158
|
+
responseType: ResponseType;
|
|
159
|
+
min: number;
|
|
160
|
+
max: number;
|
|
161
|
+
default: number;
|
|
162
|
+
weight: number;
|
|
163
|
+
isExterne: boolean;
|
|
164
|
+
idMailAuto: null;
|
|
165
|
+
schedule: number;
|
|
166
|
+
};
|
|
167
|
+
DECLARATIONS: {
|
|
168
|
+
id: number;
|
|
169
|
+
label: string;
|
|
170
|
+
responseType: ResponseType;
|
|
171
|
+
min: number;
|
|
172
|
+
max: number;
|
|
173
|
+
default: number;
|
|
174
|
+
weight: number;
|
|
175
|
+
isExterne: boolean;
|
|
176
|
+
idMailAuto: null;
|
|
177
|
+
schedule: number;
|
|
178
|
+
};
|
|
179
|
+
EMBAUCHE: {
|
|
180
|
+
id: number;
|
|
181
|
+
label: string;
|
|
182
|
+
responseType: null;
|
|
183
|
+
min: null;
|
|
184
|
+
max: null;
|
|
185
|
+
default: null;
|
|
186
|
+
weight: number;
|
|
187
|
+
isExterne: boolean;
|
|
188
|
+
idMailAuto: null;
|
|
189
|
+
schedule: number;
|
|
190
|
+
};
|
|
191
|
+
QUESTIONS_SOCIALES: {
|
|
192
|
+
id: number;
|
|
193
|
+
label: string;
|
|
194
|
+
responseType: ResponseType;
|
|
195
|
+
min: number;
|
|
196
|
+
max: number;
|
|
197
|
+
default: number;
|
|
198
|
+
weight: number;
|
|
199
|
+
isExterne: boolean;
|
|
200
|
+
idMailAuto: null;
|
|
201
|
+
schedule: number;
|
|
202
|
+
};
|
|
203
|
+
REFACTURATION: {
|
|
204
|
+
id: number;
|
|
205
|
+
label: string;
|
|
206
|
+
responseType: null;
|
|
207
|
+
min: null;
|
|
208
|
+
max: null;
|
|
209
|
+
default: null;
|
|
210
|
+
weight: number;
|
|
211
|
+
isExterne: boolean;
|
|
212
|
+
idMailAuto: null;
|
|
213
|
+
schedule: number;
|
|
214
|
+
};
|
|
215
|
+
MAJ_INFO_FACTURATION: {
|
|
216
|
+
id: number;
|
|
217
|
+
label: string;
|
|
218
|
+
responseType: ResponseType;
|
|
219
|
+
min: number;
|
|
220
|
+
max: number;
|
|
221
|
+
default: number;
|
|
222
|
+
weight: number;
|
|
223
|
+
isExterne: boolean;
|
|
224
|
+
idMailAuto: null;
|
|
225
|
+
schedule: number;
|
|
226
|
+
};
|
|
227
|
+
FACTURES_MANQUANTES: {
|
|
228
|
+
id: number;
|
|
229
|
+
label: string;
|
|
230
|
+
responseType: ResponseType;
|
|
231
|
+
min: number;
|
|
232
|
+
max: number;
|
|
233
|
+
default: number;
|
|
234
|
+
weight: number;
|
|
235
|
+
isExterne: boolean;
|
|
236
|
+
idMailAuto: null;
|
|
237
|
+
schedule: number;
|
|
238
|
+
};
|
|
239
|
+
QUESTIONS_FACTURATIONS: {
|
|
240
|
+
id: number;
|
|
241
|
+
label: string;
|
|
242
|
+
responseType: null;
|
|
243
|
+
min: null;
|
|
244
|
+
max: null;
|
|
245
|
+
default: null;
|
|
246
|
+
weight: number;
|
|
247
|
+
isExterne: boolean;
|
|
248
|
+
idMailAuto: null;
|
|
249
|
+
schedule: number;
|
|
250
|
+
};
|
|
251
|
+
SUIVI_PROSPECT: {
|
|
252
|
+
id: number;
|
|
253
|
+
label: string;
|
|
254
|
+
responseType: null;
|
|
255
|
+
min: number;
|
|
256
|
+
max: number;
|
|
257
|
+
default: number;
|
|
258
|
+
weight: number;
|
|
259
|
+
isExterne: boolean;
|
|
260
|
+
idMailAuto: null;
|
|
261
|
+
schedule: number;
|
|
262
|
+
};
|
|
263
|
+
DOC_MANQUANT_CREA_DOSSIER: {
|
|
264
|
+
id: number;
|
|
265
|
+
label: string;
|
|
266
|
+
responseType: ResponseType;
|
|
267
|
+
min: number;
|
|
268
|
+
max: number;
|
|
269
|
+
default: number;
|
|
270
|
+
weight: number;
|
|
271
|
+
isExterne: boolean;
|
|
272
|
+
idMailAuto: null;
|
|
273
|
+
schedule: number;
|
|
274
|
+
};
|
|
275
|
+
IMPORT_CSV: {
|
|
276
|
+
id: number;
|
|
277
|
+
label: string;
|
|
278
|
+
responseType: null;
|
|
279
|
+
min: number;
|
|
280
|
+
max: number;
|
|
281
|
+
default: number;
|
|
282
|
+
weight: number;
|
|
283
|
+
isExterne: boolean;
|
|
284
|
+
idMailAuto: null;
|
|
285
|
+
schedule: number;
|
|
286
|
+
};
|
|
287
|
+
ARCHIVER_CLIENT: {
|
|
288
|
+
id: number;
|
|
289
|
+
label: string;
|
|
290
|
+
responseType: null;
|
|
291
|
+
min: number;
|
|
292
|
+
max: number;
|
|
293
|
+
default: number;
|
|
294
|
+
weight: number;
|
|
295
|
+
isExterne: boolean;
|
|
296
|
+
idMailAuto: null;
|
|
297
|
+
schedule: number;
|
|
298
|
+
};
|
|
299
|
+
OD_SALAIRE: {
|
|
300
|
+
id: number;
|
|
301
|
+
label: string;
|
|
302
|
+
responseType: null;
|
|
303
|
+
min: number;
|
|
304
|
+
max: number;
|
|
305
|
+
default: number;
|
|
306
|
+
weight: number;
|
|
307
|
+
isExterne: boolean;
|
|
308
|
+
idMailAuto: null;
|
|
309
|
+
schedule: number;
|
|
310
|
+
};
|
|
311
|
+
VERIFICATION_IMPAYE: {
|
|
312
|
+
id: number;
|
|
313
|
+
label: string;
|
|
314
|
+
responseType: null;
|
|
315
|
+
min: number;
|
|
316
|
+
max: number;
|
|
317
|
+
default: number;
|
|
318
|
+
weight: number;
|
|
319
|
+
isExterne: boolean;
|
|
320
|
+
idMailAuto: null;
|
|
321
|
+
schedule: number;
|
|
322
|
+
};
|
|
323
|
+
MODIFICATION_DIA_CLEMENTINIER: {
|
|
324
|
+
id: number;
|
|
325
|
+
label: string;
|
|
326
|
+
responseType: null;
|
|
327
|
+
min: number;
|
|
328
|
+
max: number;
|
|
329
|
+
default: number;
|
|
330
|
+
weight: number;
|
|
331
|
+
isExterne: boolean;
|
|
332
|
+
idMailAuto: null;
|
|
333
|
+
schedule: number;
|
|
334
|
+
};
|
|
335
|
+
RESILIATION: {
|
|
336
|
+
id: number;
|
|
337
|
+
label: string;
|
|
338
|
+
responseType: ResponseType;
|
|
339
|
+
min: number;
|
|
340
|
+
max: number;
|
|
341
|
+
default: number;
|
|
342
|
+
weight: number;
|
|
343
|
+
isExterne: boolean;
|
|
344
|
+
idMailAuto: null;
|
|
345
|
+
schedule: number;
|
|
346
|
+
};
|
|
347
|
+
QUESTIONS_COMPTABLES: {
|
|
348
|
+
id: number;
|
|
349
|
+
label: string;
|
|
350
|
+
responseType: ResponseType;
|
|
351
|
+
min: number;
|
|
352
|
+
max: number;
|
|
353
|
+
default: number;
|
|
354
|
+
weight: number;
|
|
355
|
+
isExterne: boolean;
|
|
356
|
+
idMailAuto: null;
|
|
357
|
+
schedule: number;
|
|
358
|
+
};
|
|
359
|
+
};
|
|
360
|
+
//# sourceMappingURL=TaskResponseType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskResponseType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TaskResponseType.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,IAAI,IAAI;IACR,IAAI,IAAI;CACT;AAED,oBAAY,SAAS;IACnB,IAAI,IAAI;IACR,EAAE,IAAI;IACN,KAAK,IAAI;CACV;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6V5B,CAAC"}
|
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
export var ResponseType;
|
|
2
|
+
(function (ResponseType) {
|
|
3
|
+
ResponseType[ResponseType["MAIL"] = 1] = "MAIL";
|
|
4
|
+
ResponseType[ResponseType["CALL"] = 2] = "CALL";
|
|
5
|
+
})(ResponseType || (ResponseType = {}));
|
|
6
|
+
export var StateTask;
|
|
7
|
+
(function (StateTask) {
|
|
8
|
+
StateTask[StateTask["TODO"] = 1] = "TODO";
|
|
9
|
+
StateTask[StateTask["DO"] = 2] = "DO";
|
|
10
|
+
StateTask[StateTask["NOTDO"] = 3] = "NOTDO";
|
|
11
|
+
})(StateTask || (StateTask = {}));
|
|
12
|
+
export const TaskResponseType = {
|
|
13
|
+
DEMANDE_ATTESTATION: {
|
|
14
|
+
id: 1,
|
|
15
|
+
label: 'Demande attestation',
|
|
16
|
+
responseType: ResponseType.MAIL,
|
|
17
|
+
min: 3,
|
|
18
|
+
max: 72,
|
|
19
|
+
default: 24,
|
|
20
|
+
weight: 2,
|
|
21
|
+
isExterne: true,
|
|
22
|
+
idMailAuto: null,
|
|
23
|
+
schedule: 15,
|
|
24
|
+
},
|
|
25
|
+
FAIRE_COURRIER: {
|
|
26
|
+
id: 2,
|
|
27
|
+
label: 'Faire courrier',
|
|
28
|
+
responseType: null,
|
|
29
|
+
min: 1,
|
|
30
|
+
max: 96,
|
|
31
|
+
default: 24,
|
|
32
|
+
weight: 4,
|
|
33
|
+
isExterne: false,
|
|
34
|
+
idMailAuto: null,
|
|
35
|
+
schedule: 30,
|
|
36
|
+
},
|
|
37
|
+
ACTIVER_ONGLET_SOCIAL: {
|
|
38
|
+
id: 3,
|
|
39
|
+
label: 'Activer l\'onglet social',
|
|
40
|
+
responseType: ResponseType.MAIL,
|
|
41
|
+
min: 3,
|
|
42
|
+
max: 72,
|
|
43
|
+
default: 24,
|
|
44
|
+
weight: 1,
|
|
45
|
+
isExterne: true,
|
|
46
|
+
idMailAuto: null,
|
|
47
|
+
schedule: 15,
|
|
48
|
+
},
|
|
49
|
+
SUPPORT_TECHNIQUE: {
|
|
50
|
+
id: 4,
|
|
51
|
+
label: 'Support technique',
|
|
52
|
+
responseType: ResponseType.CALL,
|
|
53
|
+
min: 0.5,
|
|
54
|
+
max: 48,
|
|
55
|
+
default: 24,
|
|
56
|
+
weight: 6,
|
|
57
|
+
isExterne: true,
|
|
58
|
+
idMailAuto: null,
|
|
59
|
+
schedule: 15,
|
|
60
|
+
},
|
|
61
|
+
SUIVI_BILAN: {
|
|
62
|
+
id: 5,
|
|
63
|
+
label: 'Suivi bilan',
|
|
64
|
+
responseType: null,
|
|
65
|
+
min: null,
|
|
66
|
+
max: null,
|
|
67
|
+
default: null,
|
|
68
|
+
weight: 9,
|
|
69
|
+
isExterne: true,
|
|
70
|
+
idMailAuto: null,
|
|
71
|
+
schedule: 30,
|
|
72
|
+
},
|
|
73
|
+
SUIVI_IS: {
|
|
74
|
+
id: 6,
|
|
75
|
+
label: 'Suivi IS',
|
|
76
|
+
responseType: null,
|
|
77
|
+
min: null,
|
|
78
|
+
max: null,
|
|
79
|
+
default: null,
|
|
80
|
+
weight: 6,
|
|
81
|
+
isExterne: true,
|
|
82
|
+
idMailAuto: null,
|
|
83
|
+
schedule: 15,
|
|
84
|
+
},
|
|
85
|
+
SUIVI_TVA: {
|
|
86
|
+
id: 7,
|
|
87
|
+
label: 'Suivi TVA',
|
|
88
|
+
responseType: null,
|
|
89
|
+
min: null,
|
|
90
|
+
max: null,
|
|
91
|
+
default: null,
|
|
92
|
+
weight: 6,
|
|
93
|
+
isExterne: true,
|
|
94
|
+
idMailAuto: null,
|
|
95
|
+
schedule: 15,
|
|
96
|
+
},
|
|
97
|
+
SUIVI_MISSIONS_COMPLEMENTAIRES: {
|
|
98
|
+
id: 8,
|
|
99
|
+
label: 'Suivi missions complémentaires',
|
|
100
|
+
responseType: null,
|
|
101
|
+
min: null,
|
|
102
|
+
max: null,
|
|
103
|
+
default: null,
|
|
104
|
+
weight: 6,
|
|
105
|
+
isExterne: true,
|
|
106
|
+
idMailAuto: null,
|
|
107
|
+
schedule: 30,
|
|
108
|
+
},
|
|
109
|
+
PV_AG_APPROBATION: {
|
|
110
|
+
id: 9,
|
|
111
|
+
label: 'Pv d\'AG/Approbation',
|
|
112
|
+
responseType: ResponseType.MAIL,
|
|
113
|
+
min: 3,
|
|
114
|
+
max: 72,
|
|
115
|
+
default: 24,
|
|
116
|
+
weight: 4,
|
|
117
|
+
isExterne: true,
|
|
118
|
+
idMailAuto: null,
|
|
119
|
+
schedule: 15,
|
|
120
|
+
},
|
|
121
|
+
DIVIDENDES: {
|
|
122
|
+
id: 10,
|
|
123
|
+
label: 'Dividendes',
|
|
124
|
+
responseType: ResponseType.MAIL,
|
|
125
|
+
min: 3,
|
|
126
|
+
max: 72,
|
|
127
|
+
default: 24,
|
|
128
|
+
weight: 6,
|
|
129
|
+
isExterne: true,
|
|
130
|
+
idMailAuto: null,
|
|
131
|
+
schedule: 15,
|
|
132
|
+
},
|
|
133
|
+
CREATION_SOCIETE: {
|
|
134
|
+
id: 11,
|
|
135
|
+
label: 'Creation société',
|
|
136
|
+
responseType: null,
|
|
137
|
+
min: null,
|
|
138
|
+
max: null,
|
|
139
|
+
default: null,
|
|
140
|
+
weight: 8,
|
|
141
|
+
isExterne: true,
|
|
142
|
+
idMailAuto: null,
|
|
143
|
+
schedule: 15,
|
|
144
|
+
},
|
|
145
|
+
QUESTIONS_JURIDIQUES: {
|
|
146
|
+
id: 12,
|
|
147
|
+
label: 'Questions juridiques',
|
|
148
|
+
responseType: ResponseType.CALL,
|
|
149
|
+
min: 0.5,
|
|
150
|
+
max: 48,
|
|
151
|
+
default: 24,
|
|
152
|
+
weight: 6,
|
|
153
|
+
isExterne: true,
|
|
154
|
+
idMailAuto: null,
|
|
155
|
+
schedule: 15,
|
|
156
|
+
},
|
|
157
|
+
BULLETIN_PAIE: {
|
|
158
|
+
id: 13,
|
|
159
|
+
label: 'Bulletin de paie',
|
|
160
|
+
responseType: ResponseType.MAIL,
|
|
161
|
+
min: 3,
|
|
162
|
+
max: 72,
|
|
163
|
+
default: 24,
|
|
164
|
+
weight: 2,
|
|
165
|
+
isExterne: true,
|
|
166
|
+
idMailAuto: null,
|
|
167
|
+
schedule: 15,
|
|
168
|
+
},
|
|
169
|
+
DECLARATIONS: {
|
|
170
|
+
id: 14,
|
|
171
|
+
label: 'Déclarations',
|
|
172
|
+
responseType: ResponseType.MAIL,
|
|
173
|
+
min: 3,
|
|
174
|
+
max: 72,
|
|
175
|
+
default: 24,
|
|
176
|
+
weight: 3,
|
|
177
|
+
isExterne: true,
|
|
178
|
+
idMailAuto: null,
|
|
179
|
+
schedule: 15,
|
|
180
|
+
},
|
|
181
|
+
EMBAUCHE: {
|
|
182
|
+
id: 15,
|
|
183
|
+
label: 'Embauche',
|
|
184
|
+
responseType: null,
|
|
185
|
+
min: null,
|
|
186
|
+
max: null,
|
|
187
|
+
default: null,
|
|
188
|
+
weight: 4,
|
|
189
|
+
isExterne: true,
|
|
190
|
+
idMailAuto: null,
|
|
191
|
+
schedule: 15,
|
|
192
|
+
},
|
|
193
|
+
QUESTIONS_SOCIALES: {
|
|
194
|
+
id: 16,
|
|
195
|
+
label: 'Questions sociales',
|
|
196
|
+
responseType: ResponseType.CALL,
|
|
197
|
+
min: 0.5,
|
|
198
|
+
max: 48,
|
|
199
|
+
default: 24,
|
|
200
|
+
weight: 5,
|
|
201
|
+
isExterne: true,
|
|
202
|
+
idMailAuto: null,
|
|
203
|
+
schedule: 15,
|
|
204
|
+
},
|
|
205
|
+
REFACTURATION: {
|
|
206
|
+
id: 17,
|
|
207
|
+
label: 'Refacturation',
|
|
208
|
+
responseType: null,
|
|
209
|
+
min: null,
|
|
210
|
+
max: null,
|
|
211
|
+
default: null,
|
|
212
|
+
weight: 5,
|
|
213
|
+
isExterne: true,
|
|
214
|
+
idMailAuto: null,
|
|
215
|
+
schedule: 15,
|
|
216
|
+
},
|
|
217
|
+
MAJ_INFO_FACTURATION: {
|
|
218
|
+
id: 18,
|
|
219
|
+
label: 'Mise à jour info facturation',
|
|
220
|
+
responseType: ResponseType.MAIL,
|
|
221
|
+
min: 3,
|
|
222
|
+
max: 72,
|
|
223
|
+
default: 24,
|
|
224
|
+
weight: 2,
|
|
225
|
+
isExterne: true,
|
|
226
|
+
idMailAuto: null,
|
|
227
|
+
schedule: 15,
|
|
228
|
+
},
|
|
229
|
+
FACTURES_MANQUANTES: {
|
|
230
|
+
id: 19,
|
|
231
|
+
label: 'Facture manquante',
|
|
232
|
+
responseType: ResponseType.MAIL,
|
|
233
|
+
min: 3,
|
|
234
|
+
max: 72,
|
|
235
|
+
default: 24,
|
|
236
|
+
weight: 2,
|
|
237
|
+
isExterne: true,
|
|
238
|
+
idMailAuto: null,
|
|
239
|
+
schedule: 15,
|
|
240
|
+
},
|
|
241
|
+
QUESTIONS_FACTURATIONS: {
|
|
242
|
+
id: 20,
|
|
243
|
+
label: 'Questions facturations',
|
|
244
|
+
responseType: null,
|
|
245
|
+
min: null,
|
|
246
|
+
max: null,
|
|
247
|
+
default: null,
|
|
248
|
+
weight: 4,
|
|
249
|
+
isExterne: true,
|
|
250
|
+
idMailAuto: null,
|
|
251
|
+
schedule: 15,
|
|
252
|
+
},
|
|
253
|
+
SUIVI_PROSPECT: {
|
|
254
|
+
id: 21,
|
|
255
|
+
label: 'Suivi prospect',
|
|
256
|
+
responseType: null,
|
|
257
|
+
min: 0.5,
|
|
258
|
+
max: 48,
|
|
259
|
+
default: 24,
|
|
260
|
+
weight: 3,
|
|
261
|
+
isExterne: true,
|
|
262
|
+
idMailAuto: null,
|
|
263
|
+
schedule: 15,
|
|
264
|
+
},
|
|
265
|
+
DOC_MANQUANT_CREA_DOSSIER: {
|
|
266
|
+
id: 22,
|
|
267
|
+
label: 'Document manquant pour création dossier',
|
|
268
|
+
responseType: ResponseType.MAIL,
|
|
269
|
+
min: 3,
|
|
270
|
+
max: 72,
|
|
271
|
+
default: 24,
|
|
272
|
+
weight: 2,
|
|
273
|
+
isExterne: false,
|
|
274
|
+
idMailAuto: null,
|
|
275
|
+
schedule: 15,
|
|
276
|
+
},
|
|
277
|
+
IMPORT_CSV: {
|
|
278
|
+
id: 23,
|
|
279
|
+
label: 'Faire import csv',
|
|
280
|
+
responseType: null,
|
|
281
|
+
min: 1,
|
|
282
|
+
max: 96,
|
|
283
|
+
default: 24,
|
|
284
|
+
weight: 9,
|
|
285
|
+
isExterne: false,
|
|
286
|
+
idMailAuto: null,
|
|
287
|
+
schedule: 30,
|
|
288
|
+
},
|
|
289
|
+
ARCHIVER_CLIENT: {
|
|
290
|
+
id: 24,
|
|
291
|
+
label: 'Archiver un client',
|
|
292
|
+
responseType: null,
|
|
293
|
+
min: 1,
|
|
294
|
+
max: 96,
|
|
295
|
+
default: 24,
|
|
296
|
+
weight: 1,
|
|
297
|
+
isExterne: false,
|
|
298
|
+
idMailAuto: null,
|
|
299
|
+
schedule: 15,
|
|
300
|
+
},
|
|
301
|
+
OD_SALAIRE: {
|
|
302
|
+
id: 25,
|
|
303
|
+
label: 'Passer les OD de salaire',
|
|
304
|
+
responseType: null,
|
|
305
|
+
min: 1,
|
|
306
|
+
max: 96,
|
|
307
|
+
default: 24,
|
|
308
|
+
weight: 1,
|
|
309
|
+
isExterne: false,
|
|
310
|
+
idMailAuto: null,
|
|
311
|
+
schedule: 15,
|
|
312
|
+
},
|
|
313
|
+
VERIFICATION_IMPAYE: {
|
|
314
|
+
id: 26,
|
|
315
|
+
label: 'Vérification impayé',
|
|
316
|
+
responseType: null,
|
|
317
|
+
min: 1,
|
|
318
|
+
max: 96,
|
|
319
|
+
default: 24,
|
|
320
|
+
weight: 2,
|
|
321
|
+
isExterne: false,
|
|
322
|
+
idMailAuto: null,
|
|
323
|
+
schedule: 15,
|
|
324
|
+
},
|
|
325
|
+
MODIFICATION_DIA_CLEMENTINIER: {
|
|
326
|
+
id: 27,
|
|
327
|
+
label: 'Modification Clémentinier/Dia',
|
|
328
|
+
responseType: null,
|
|
329
|
+
min: 1,
|
|
330
|
+
max: 96,
|
|
331
|
+
default: 24,
|
|
332
|
+
weight: 2,
|
|
333
|
+
isExterne: false,
|
|
334
|
+
idMailAuto: null,
|
|
335
|
+
schedule: 15,
|
|
336
|
+
},
|
|
337
|
+
RESILIATION: {
|
|
338
|
+
id: 28,
|
|
339
|
+
label: 'Résiliation',
|
|
340
|
+
responseType: ResponseType.CALL,
|
|
341
|
+
min: 0.5,
|
|
342
|
+
max: 48,
|
|
343
|
+
default: 24,
|
|
344
|
+
weight: 6,
|
|
345
|
+
isExterne: true,
|
|
346
|
+
idMailAuto: null,
|
|
347
|
+
schedule: 30,
|
|
348
|
+
},
|
|
349
|
+
QUESTIONS_COMPTABLES: {
|
|
350
|
+
id: 29,
|
|
351
|
+
label: 'Questions comptables',
|
|
352
|
+
responseType: ResponseType.CALL,
|
|
353
|
+
min: 0.5,
|
|
354
|
+
max: 48,
|
|
355
|
+
default: 24,
|
|
356
|
+
weight: 6,
|
|
357
|
+
isExterne: true,
|
|
358
|
+
idMailAuto: null,
|
|
359
|
+
schedule: 30,
|
|
360
|
+
},
|
|
361
|
+
};
|
|
362
|
+
//# sourceMappingURL=TaskResponseType.js.map
|