@socialgouv/modeles-social 4.186.0 → 4.187.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/lib/index.js +3 -2
  3. package/lib/modeles/common/utils/ccn-supported.json +94 -47
  4. package/lib/modeles/common/utils/constants.d.ts +1 -0
  5. package/lib/modeles/modeles-heures-recherche-emploi.json +5958 -0
  6. package/lib/modeles/modeles-indemnite-licenciement.json +118 -71
  7. package/lib/modeles/modeles-indemnite-precarite.json +94 -47
  8. package/lib/modeles/modeles-preavis-demission.json +191 -144
  9. package/lib/modeles/modeles-preavis-licenciement.json +195 -148
  10. package/lib/modeles/modeles-preavis-retraite.json +107 -60
  11. package/lib/modeles/modeles-rupture-conventionnelle.json +118 -71
  12. package/lib/publicodes/HeuresRechercheEmploiPublicodes.d.ts +13 -0
  13. package/lib/publicodes/HeuresRechercheEmploiPublicodes.js +117 -0
  14. package/lib/publicodes/SingletonPublicodesHelper.js +2 -2
  15. package/lib/publicodes/index.d.ts +1 -0
  16. package/lib/publicodes/index.js +3 -1
  17. package/lib/publicodes/types.d.ts +5 -2
  18. package/lib/publicodes/utils/index.d.ts +1 -0
  19. package/lib/publicodes/utils/index.js +1 -0
  20. package/package.json +2 -2
  21. package/lib/publicodes/utils/preavis-demission.d.ts +0 -3
  22. package/lib/publicodes/utils/preavis-demission.js +0 -10
  23. package/lib/simulators/heure-recherche-emploi/HeureRechercheEmploi.d.ts +0 -2
  24. package/lib/simulators/heure-recherche-emploi/HeureRechercheEmploi.js +0 -8
  25. package/lib/simulators/heure-recherche-emploi/heures-recherche-emploi.data.json +0 -3135
  26. package/lib/simulators/heure-recherche-emploi/index.d.ts +0 -1
  27. package/lib/simulators/heure-recherche-emploi/index.js +0 -17
  28. package/lib/simulators/index.d.ts +0 -2
  29. package/lib/simulators/index.js +0 -18
  30. package/lib/simulators/types.d.ts +0 -30
  31. package/lib/simulators/types.js +0 -2
package/lib/index.d.ts CHANGED
@@ -5,5 +5,5 @@ export { default as ruptureConventionnelleModeles } from "./modeles/modeles-rupt
5
5
  export { default as preavisDemissionModeles } from "./modeles/modeles-preavis-demission.json";
6
6
  export { default as indemnitePrecariteModeles } from "./modeles/modeles-indemnite-precarite.json";
7
7
  export { default as preavisLicenciementModeles } from "./modeles/modeles-preavis-licenciement.json";
8
+ export { default as heuresRechercheEmploiModeles } from "./modeles/modeles-heures-recherche-emploi.json";
8
9
  export * from "./publicodes";
9
- export * from "./simulators";
package/lib/index.js CHANGED
@@ -17,7 +17,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
17
17
  return (mod && mod.__esModule) ? mod : { "default": mod };
18
18
  };
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
- exports.preavisLicenciementModeles = exports.indemnitePrecariteModeles = exports.preavisDemissionModeles = exports.ruptureConventionnelleModeles = exports.preavisRetraiteModeles = exports.indemniteLicenciementModeles = void 0;
20
+ exports.heuresRechercheEmploiModeles = exports.preavisLicenciementModeles = exports.indemnitePrecariteModeles = exports.preavisDemissionModeles = exports.ruptureConventionnelleModeles = exports.preavisRetraiteModeles = exports.indemniteLicenciementModeles = void 0;
21
21
  __exportStar(require("./modeles"), exports);
22
22
  var modeles_indemnite_licenciement_json_1 = require("./modeles/modeles-indemnite-licenciement.json");
23
23
  Object.defineProperty(exports, "indemniteLicenciementModeles", { enumerable: true, get: function () { return __importDefault(modeles_indemnite_licenciement_json_1).default; } });
@@ -31,5 +31,6 @@ var modeles_indemnite_precarite_json_1 = require("./modeles/modeles-indemnite-pr
31
31
  Object.defineProperty(exports, "indemnitePrecariteModeles", { enumerable: true, get: function () { return __importDefault(modeles_indemnite_precarite_json_1).default; } });
32
32
  var modeles_preavis_licenciement_json_1 = require("./modeles/modeles-preavis-licenciement.json");
33
33
  Object.defineProperty(exports, "preavisLicenciementModeles", { enumerable: true, get: function () { return __importDefault(modeles_preavis_licenciement_json_1).default; } });
34
+ var modeles_heures_recherche_emploi_json_1 = require("./modeles/modeles-heures-recherche-emploi.json");
35
+ Object.defineProperty(exports, "heuresRechercheEmploiModeles", { enumerable: true, get: function () { return __importDefault(modeles_heures_recherche_emploi_json_1).default; } });
34
36
  __exportStar(require("./publicodes"), exports);
35
- __exportStar(require("./simulators"), exports);
@@ -6,7 +6,8 @@
6
6
  "ruptureConventionnelle": "fullySupported",
7
7
  "preavisDemission": "fullySupported",
8
8
  "indemnitePrecarite": "fullySupported",
9
- "preavisLicenciement": "fullySupported"
9
+ "preavisLicenciement": "fullySupported",
10
+ "heuresRechercheEmploi": "fullySupported"
10
11
  },
11
12
  {
12
13
  "idcc": 1090,
@@ -15,7 +16,8 @@
15
16
  "ruptureConventionnelle": "fullySupported",
16
17
  "preavisDemission": "fullySupported",
17
18
  "indemnitePrecarite": "fullySupported",
18
- "preavisLicenciement": "fullySupported"
19
+ "preavisLicenciement": "fullySupported",
20
+ "heuresRechercheEmploi": "fullySupported"
19
21
  },
20
22
  {
21
23
  "idcc": 1147,
@@ -24,7 +26,8 @@
24
26
  "ruptureConventionnelle": "fullySupported",
25
27
  "preavisDemission": "fullySupported",
26
28
  "indemnitePrecarite": "fullySupported",
27
- "preavisLicenciement": "fullySupported"
29
+ "preavisLicenciement": "fullySupported",
30
+ "heuresRechercheEmploi": "fullySupported"
28
31
  },
29
32
  {
30
33
  "idcc": 1266,
@@ -33,7 +36,8 @@
33
36
  "ruptureConventionnelle": "fullySupported",
34
37
  "preavisDemission": "fullySupported",
35
38
  "indemnitePrecarite": "fullySupported",
36
- "preavisLicenciement": "fullySupported"
39
+ "preavisLicenciement": "fullySupported",
40
+ "heuresRechercheEmploi": "fullySupported"
37
41
  },
38
42
  {
39
43
  "idcc": 1351,
@@ -42,7 +46,8 @@
42
46
  "ruptureConventionnelle": "fullySupported",
43
47
  "preavisDemission": "fullySupported",
44
48
  "indemnitePrecarite": "fullySupported",
45
- "preavisLicenciement": "fullySupported"
49
+ "preavisLicenciement": "fullySupported",
50
+ "heuresRechercheEmploi": "fullySupported"
46
51
  },
47
52
  {
48
53
  "idcc": 1404,
@@ -51,7 +56,8 @@
51
56
  "ruptureConventionnelle": "fullySupported",
52
57
  "preavisDemission": "fullySupported",
53
58
  "indemnitePrecarite": "fullySupported",
54
- "preavisLicenciement": "fullySupported"
59
+ "preavisLicenciement": "fullySupported",
60
+ "heuresRechercheEmploi": "fullySupported"
55
61
  },
56
62
  {
57
63
  "idcc": 1480,
@@ -60,7 +66,8 @@
60
66
  "ruptureConventionnelle": "neverSupported",
61
67
  "preavisDemission": "fullySupported",
62
68
  "indemnitePrecarite": "neverSupported",
63
- "preavisLicenciement": "fullySupported"
69
+ "preavisLicenciement": "fullySupported",
70
+ "heuresRechercheEmploi": "fullySupported"
64
71
  },
65
72
  {
66
73
  "idcc": 1483,
@@ -69,7 +76,8 @@
69
76
  "ruptureConventionnelle": "fullySupported",
70
77
  "preavisDemission": "fullySupported",
71
78
  "indemnitePrecarite": "fullySupported",
72
- "preavisLicenciement": "fullySupported"
79
+ "preavisLicenciement": "fullySupported",
80
+ "heuresRechercheEmploi": "fullySupported"
73
81
  },
74
82
  {
75
83
  "idcc": 1486,
@@ -78,7 +86,8 @@
78
86
  "ruptureConventionnelle": "fullySupported",
79
87
  "preavisDemission": "fullySupported",
80
88
  "indemnitePrecarite": "fullySupported",
81
- "preavisLicenciement": "fullySupported"
89
+ "preavisLicenciement": "fullySupported",
90
+ "heuresRechercheEmploi": "fullySupported"
82
91
  },
83
92
  {
84
93
  "idcc": 1501,
@@ -87,7 +96,8 @@
87
96
  "ruptureConventionnelle": "fullySupported",
88
97
  "preavisDemission": "fullySupported",
89
98
  "indemnitePrecarite": "fullySupported",
90
- "preavisLicenciement": "fullySupported"
99
+ "preavisLicenciement": "fullySupported",
100
+ "heuresRechercheEmploi": "fullySupported"
91
101
  },
92
102
  {
93
103
  "idcc": 1505,
@@ -96,7 +106,8 @@
96
106
  "ruptureConventionnelle": "fullySupported",
97
107
  "preavisDemission": "fullySupported",
98
108
  "indemnitePrecarite": "fullySupported",
99
- "preavisLicenciement": "fullySupported"
109
+ "preavisLicenciement": "fullySupported",
110
+ "heuresRechercheEmploi": "fullySupported"
100
111
  },
101
112
  {
102
113
  "idcc": 1516,
@@ -105,7 +116,8 @@
105
116
  "ruptureConventionnelle": "fullySupported",
106
117
  "preavisDemission": "fullySupported",
107
118
  "indemnitePrecarite": "fullySupported",
108
- "preavisLicenciement": "fullySupported"
119
+ "preavisLicenciement": "fullySupported",
120
+ "heuresRechercheEmploi": "fullySupported"
109
121
  },
110
122
  {
111
123
  "idcc": 1517,
@@ -114,7 +126,8 @@
114
126
  "ruptureConventionnelle": "fullySupported",
115
127
  "preavisDemission": "fullySupported",
116
128
  "indemnitePrecarite": "fullySupported",
117
- "preavisLicenciement": "fullySupported"
129
+ "preavisLicenciement": "fullySupported",
130
+ "heuresRechercheEmploi": "fullySupported"
118
131
  },
119
132
  {
120
133
  "idcc": 1518,
@@ -123,7 +136,8 @@
123
136
  "ruptureConventionnelle": "fullySupported",
124
137
  "preavisDemission": "fullySupported",
125
138
  "indemnitePrecarite": "fullySupported",
126
- "preavisLicenciement": "fullySupported"
139
+ "preavisLicenciement": "fullySupported",
140
+ "heuresRechercheEmploi": "fullySupported"
127
141
  },
128
142
  {
129
143
  "idcc": 1527,
@@ -132,7 +146,8 @@
132
146
  "ruptureConventionnelle": "fullySupported",
133
147
  "preavisDemission": "fullySupported",
134
148
  "indemnitePrecarite": "fullySupported",
135
- "preavisLicenciement": "fullySupported"
149
+ "preavisLicenciement": "fullySupported",
150
+ "heuresRechercheEmploi": "fullySupported"
136
151
  },
137
152
  {
138
153
  "idcc": 1596,
@@ -141,7 +156,8 @@
141
156
  "ruptureConventionnelle": "fullySupported",
142
157
  "preavisDemission": "fullySupported",
143
158
  "indemnitePrecarite": "fullySupported",
144
- "preavisLicenciement": "fullySupported"
159
+ "preavisLicenciement": "fullySupported",
160
+ "heuresRechercheEmploi": "fullySupported"
145
161
  },
146
162
  {
147
163
  "idcc": 1597,
@@ -150,7 +166,8 @@
150
166
  "ruptureConventionnelle": "fullySupported",
151
167
  "preavisDemission": "fullySupported",
152
168
  "indemnitePrecarite": "fullySupported",
153
- "preavisLicenciement": "fullySupported"
169
+ "preavisLicenciement": "fullySupported",
170
+ "heuresRechercheEmploi": "fullySupported"
154
171
  },
155
172
  {
156
173
  "idcc": 1606,
@@ -159,7 +176,8 @@
159
176
  "ruptureConventionnelle": "fullySupported",
160
177
  "preavisDemission": "fullySupported",
161
178
  "indemnitePrecarite": "fullySupported",
162
- "preavisLicenciement": "fullySupported"
179
+ "preavisLicenciement": "fullySupported",
180
+ "heuresRechercheEmploi": "fullySupported"
163
181
  },
164
182
  {
165
183
  "idcc": 1672,
@@ -168,7 +186,8 @@
168
186
  "ruptureConventionnelle": "fullySupported",
169
187
  "preavisDemission": "fullySupported",
170
188
  "indemnitePrecarite": "fullySupported",
171
- "preavisLicenciement": "fullySupported"
189
+ "preavisLicenciement": "fullySupported",
190
+ "heuresRechercheEmploi": "fullySupported"
172
191
  },
173
192
  {
174
193
  "idcc": 16,
@@ -177,7 +196,8 @@
177
196
  "ruptureConventionnelle": "fullySupported",
178
197
  "preavisDemission": "fullySupported",
179
198
  "indemnitePrecarite": "fullySupported",
180
- "preavisLicenciement": "fullySupported"
199
+ "preavisLicenciement": "fullySupported",
200
+ "heuresRechercheEmploi": "fullySupported"
181
201
  },
182
202
  {
183
203
  "idcc": 1702,
@@ -186,7 +206,8 @@
186
206
  "ruptureConventionnelle": "fullySupported",
187
207
  "preavisDemission": "fullySupported",
188
208
  "indemnitePrecarite": "fullySupported",
189
- "preavisLicenciement": "fullySupported"
209
+ "preavisLicenciement": "fullySupported",
210
+ "heuresRechercheEmploi": "fullySupported"
190
211
  },
191
212
  {
192
213
  "idcc": 1740,
@@ -195,7 +216,8 @@
195
216
  "ruptureConventionnelle": "fullySupported",
196
217
  "preavisDemission": "fullySupported",
197
218
  "indemnitePrecarite": "fullySupported",
198
- "preavisLicenciement": "fullySupported"
219
+ "preavisLicenciement": "fullySupported",
220
+ "heuresRechercheEmploi": "fullySupported"
199
221
  },
200
222
  {
201
223
  "idcc": 176,
@@ -204,7 +226,8 @@
204
226
  "ruptureConventionnelle": "fullySupported",
205
227
  "preavisDemission": "fullySupported",
206
228
  "indemnitePrecarite": "fullySupported",
207
- "preavisLicenciement": "fullySupported"
229
+ "preavisLicenciement": "fullySupported",
230
+ "heuresRechercheEmploi": "fullySupported"
208
231
  },
209
232
  {
210
233
  "idcc": 1979,
@@ -213,7 +236,8 @@
213
236
  "ruptureConventionnelle": "fullySupported",
214
237
  "preavisDemission": "fullySupported",
215
238
  "indemnitePrecarite": "fullySupported",
216
- "preavisLicenciement": "fullySupported"
239
+ "preavisLicenciement": "fullySupported",
240
+ "heuresRechercheEmploi": "fullySupported"
217
241
  },
218
242
  {
219
243
  "idcc": 1996,
@@ -222,7 +246,8 @@
222
246
  "ruptureConventionnelle": "fullySupported",
223
247
  "preavisDemission": "fullySupported",
224
248
  "indemnitePrecarite": "fullySupported",
225
- "preavisLicenciement": "fullySupported"
249
+ "preavisLicenciement": "fullySupported",
250
+ "heuresRechercheEmploi": "fullySupported"
226
251
  },
227
252
  {
228
253
  "idcc": 2098,
@@ -231,7 +256,8 @@
231
256
  "ruptureConventionnelle": "fullySupported",
232
257
  "preavisDemission": "fullySupported",
233
258
  "indemnitePrecarite": "fullySupported",
234
- "preavisLicenciement": "fullySupported"
259
+ "preavisLicenciement": "fullySupported",
260
+ "heuresRechercheEmploi": "fullySupported"
235
261
  },
236
262
  {
237
263
  "idcc": 2120,
@@ -240,7 +266,8 @@
240
266
  "ruptureConventionnelle": "fullySupported",
241
267
  "preavisDemission": "fullySupported",
242
268
  "indemnitePrecarite": "fullySupported",
243
- "preavisLicenciement": "fullySupported"
269
+ "preavisLicenciement": "fullySupported",
270
+ "heuresRechercheEmploi": "fullySupported"
244
271
  },
245
272
  {
246
273
  "idcc": 2148,
@@ -249,7 +276,8 @@
249
276
  "ruptureConventionnelle": "fullySupported",
250
277
  "preavisDemission": "fullySupported",
251
278
  "indemnitePrecarite": "fullySupported",
252
- "preavisLicenciement": "fullySupported"
279
+ "preavisLicenciement": "fullySupported",
280
+ "heuresRechercheEmploi": "fullySupported"
253
281
  },
254
282
  {
255
283
  "idcc": 2216,
@@ -258,7 +286,8 @@
258
286
  "ruptureConventionnelle": "fullySupported",
259
287
  "preavisDemission": "fullySupported",
260
288
  "indemnitePrecarite": "fullySupported",
261
- "preavisLicenciement": "fullySupported"
289
+ "preavisLicenciement": "fullySupported",
290
+ "heuresRechercheEmploi": "fullySupported"
262
291
  },
263
292
  {
264
293
  "idcc": 2264,
@@ -267,7 +296,8 @@
267
296
  "ruptureConventionnelle": "fullySupported",
268
297
  "preavisDemission": "fullySupported",
269
298
  "indemnitePrecarite": "fullySupported",
270
- "preavisLicenciement": "fullySupported"
299
+ "preavisLicenciement": "fullySupported",
300
+ "heuresRechercheEmploi": "fullySupported"
271
301
  },
272
302
  {
273
303
  "idcc": 2511,
@@ -276,7 +306,8 @@
276
306
  "ruptureConventionnelle": "fullySupported",
277
307
  "preavisDemission": "fullySupported",
278
308
  "indemnitePrecarite": "fullySupported",
279
- "preavisLicenciement": "fullySupported"
309
+ "preavisLicenciement": "fullySupported",
310
+ "heuresRechercheEmploi": "fullySupported"
280
311
  },
281
312
  {
282
313
  "idcc": 2596,
@@ -285,7 +316,8 @@
285
316
  "ruptureConventionnelle": "fullySupported",
286
317
  "preavisDemission": "fullySupported",
287
318
  "indemnitePrecarite": "fullySupported",
288
- "preavisLicenciement": "fullySupported"
319
+ "preavisLicenciement": "fullySupported",
320
+ "heuresRechercheEmploi": "fullySupported"
289
321
  },
290
322
  {
291
323
  "idcc": 2609,
@@ -294,7 +326,8 @@
294
326
  "ruptureConventionnelle": "fullySupported",
295
327
  "preavisDemission": "fullySupported",
296
328
  "indemnitePrecarite": "fullySupported",
297
- "preavisLicenciement": "fullySupported"
329
+ "preavisLicenciement": "fullySupported",
330
+ "heuresRechercheEmploi": "fullySupported"
298
331
  },
299
332
  {
300
333
  "idcc": 2614,
@@ -303,7 +336,8 @@
303
336
  "ruptureConventionnelle": "fullySupported",
304
337
  "preavisDemission": "fullySupported",
305
338
  "indemnitePrecarite": "fullySupported",
306
- "preavisLicenciement": "fullySupported"
339
+ "preavisLicenciement": "fullySupported",
340
+ "heuresRechercheEmploi": "fullySupported"
307
341
  },
308
342
  {
309
343
  "idcc": 275,
@@ -312,7 +346,8 @@
312
346
  "ruptureConventionnelle": "fullySupported",
313
347
  "preavisDemission": "fullySupported",
314
348
  "indemnitePrecarite": "fullySupported",
315
- "preavisLicenciement": "fullySupported"
349
+ "preavisLicenciement": "fullySupported",
350
+ "heuresRechercheEmploi": "fullySupported"
316
351
  },
317
352
  {
318
353
  "idcc": 292,
@@ -321,7 +356,8 @@
321
356
  "ruptureConventionnelle": "fullySupported",
322
357
  "preavisDemission": "fullySupported",
323
358
  "indemnitePrecarite": "fullySupported",
324
- "preavisLicenciement": "fullySupported"
359
+ "preavisLicenciement": "fullySupported",
360
+ "heuresRechercheEmploi": "fullySupported"
325
361
  },
326
362
  {
327
363
  "idcc": 2941,
@@ -330,7 +366,8 @@
330
366
  "ruptureConventionnelle": "fullySupported",
331
367
  "preavisDemission": "fullySupported",
332
368
  "indemnitePrecarite": "fullySupported",
333
- "preavisLicenciement": "fullySupported"
369
+ "preavisLicenciement": "fullySupported",
370
+ "heuresRechercheEmploi": "fullySupported"
334
371
  },
335
372
  {
336
373
  "idcc": 3043,
@@ -339,7 +376,8 @@
339
376
  "ruptureConventionnelle": "fullySupported",
340
377
  "preavisDemission": "fullySupported",
341
378
  "indemnitePrecarite": "fullySupported",
342
- "preavisLicenciement": "fullySupported"
379
+ "preavisLicenciement": "fullySupported",
380
+ "heuresRechercheEmploi": "fullySupported"
343
381
  },
344
382
  {
345
383
  "idcc": 3127,
@@ -348,7 +386,8 @@
348
386
  "ruptureConventionnelle": "fullySupported",
349
387
  "preavisDemission": "fullySupported",
350
388
  "indemnitePrecarite": "fullySupported",
351
- "preavisLicenciement": "fullySupported"
389
+ "preavisLicenciement": "fullySupported",
390
+ "heuresRechercheEmploi": "fullySupported"
352
391
  },
353
392
  {
354
393
  "idcc": 3239,
@@ -357,7 +396,8 @@
357
396
  "ruptureConventionnelle": "fullySupported",
358
397
  "preavisDemission": "fullySupported",
359
398
  "indemnitePrecarite": "fullySupported",
360
- "preavisLicenciement": "fullySupported"
399
+ "preavisLicenciement": "fullySupported",
400
+ "heuresRechercheEmploi": "fullySupported"
361
401
  },
362
402
  {
363
403
  "idcc": 3248,
@@ -366,7 +406,8 @@
366
406
  "ruptureConventionnelle": "fullySupported",
367
407
  "preavisDemission": "fullySupported",
368
408
  "indemnitePrecarite": "fullySupported",
369
- "preavisLicenciement": "fullySupported"
409
+ "preavisLicenciement": "fullySupported",
410
+ "heuresRechercheEmploi": "fullySupported"
370
411
  },
371
412
  {
372
413
  "idcc": 44,
@@ -375,7 +416,8 @@
375
416
  "ruptureConventionnelle": "fullySupported",
376
417
  "preavisDemission": "fullySupported",
377
418
  "indemnitePrecarite": "fullySupported",
378
- "preavisLicenciement": "fullySupported"
419
+ "preavisLicenciement": "fullySupported",
420
+ "heuresRechercheEmploi": "fullySupported"
379
421
  },
380
422
  {
381
423
  "idcc": 573,
@@ -384,7 +426,8 @@
384
426
  "ruptureConventionnelle": "fullySupported",
385
427
  "preavisDemission": "fullySupported",
386
428
  "indemnitePrecarite": "fullySupported",
387
- "preavisLicenciement": "fullySupported"
429
+ "preavisLicenciement": "fullySupported",
430
+ "heuresRechercheEmploi": "fullySupported"
388
431
  },
389
432
  {
390
433
  "idcc": 675,
@@ -393,7 +436,8 @@
393
436
  "ruptureConventionnelle": "fullySupported",
394
437
  "preavisDemission": "fullySupported",
395
438
  "indemnitePrecarite": "fullySupported",
396
- "preavisLicenciement": "fullySupported"
439
+ "preavisLicenciement": "fullySupported",
440
+ "heuresRechercheEmploi": "fullySupported"
397
441
  },
398
442
  {
399
443
  "idcc": 787,
@@ -402,7 +446,8 @@
402
446
  "ruptureConventionnelle": "fullySupported",
403
447
  "preavisDemission": "fullySupported",
404
448
  "indemnitePrecarite": "fullySupported",
405
- "preavisLicenciement": "fullySupported"
449
+ "preavisLicenciement": "fullySupported",
450
+ "heuresRechercheEmploi": "fullySupported"
406
451
  },
407
452
  {
408
453
  "idcc": 843,
@@ -411,7 +456,8 @@
411
456
  "ruptureConventionnelle": "fullySupported",
412
457
  "preavisDemission": "fullySupported",
413
458
  "indemnitePrecarite": "fullySupported",
414
- "preavisLicenciement": "fullySupported"
459
+ "preavisLicenciement": "fullySupported",
460
+ "heuresRechercheEmploi": "fullySupported"
415
461
  },
416
462
  {
417
463
  "idcc": 86,
@@ -420,6 +466,7 @@
420
466
  "ruptureConventionnelle": "fullySupported",
421
467
  "preavisDemission": "fullySupported",
422
468
  "indemnitePrecarite": "fullySupported",
423
- "preavisLicenciement": "fullySupported"
469
+ "preavisLicenciement": "fullySupported",
470
+ "heuresRechercheEmploi": "fullySupported"
424
471
  }
425
472
  ]
@@ -11,5 +11,6 @@ export type AgreementInfo = {
11
11
  ruptureConventionnelle: SupportedTypes;
12
12
  indemnitePrecarite: SupportedTypes;
13
13
  preavisLicenciement: SupportedTypes;
14
+ heuresRechercheEmploi: SupportedTypes;
14
15
  };
15
16
  export declare const supportedCcn: AgreementInfo[];