@silexpert/core 1.3.124 → 1.3.126

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 (63) hide show
  1. package/dist/cjs/api/resources/Brevo.d.ts +2 -2
  2. package/dist/cjs/api/resources/Brevo.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Brevo.js.map +1 -1
  4. package/dist/cjs/api/resources/Revision.d.ts +4 -1
  5. package/dist/cjs/api/resources/Revision.d.ts.map +1 -1
  6. package/dist/cjs/api/resources/Revision.js +9 -0
  7. package/dist/cjs/api/resources/Revision.js.map +1 -1
  8. package/dist/cjs/types/Enum/Ged.d.ts +45 -5
  9. package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
  10. package/dist/cjs/types/Enum/Ged.js +44 -4
  11. package/dist/cjs/types/Enum/Ged.js.map +1 -1
  12. package/dist/cjs/types/Enum/ReasonNotSubscribed.d.ts.map +1 -1
  13. package/dist/cjs/types/Enum/ReasonNotSubscribed.js +12 -6
  14. package/dist/cjs/types/Enum/ReasonNotSubscribed.js.map +1 -1
  15. package/dist/cjs/types/Interface/api/brevo/BrevoElement.d.ts +3 -1
  16. package/dist/cjs/types/Interface/api/brevo/BrevoElement.d.ts.map +1 -1
  17. package/dist/cjs/types/Interface/api/brevo/BrevoElement.js +14 -1
  18. package/dist/cjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
  19. package/dist/cjs/types/Interface/api/prestation/Query.d.ts +2 -2
  20. package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
  21. package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
  22. package/dist/cjs/types/Interface/api/revision/Revision.d.ts +1 -1
  23. package/dist/cjs/types/Interface/api/revision/Revision.d.ts.map +1 -1
  24. package/dist/cjs/types/Interface/api/revision/Revision.js.map +1 -1
  25. package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts +2 -0
  26. package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  27. package/dist/cjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
  28. package/dist/mjs/api/resources/Brevo.d.ts +2 -2
  29. package/dist/mjs/api/resources/Brevo.d.ts.map +1 -1
  30. package/dist/mjs/api/resources/Brevo.js.map +1 -1
  31. package/dist/mjs/api/resources/Revision.d.ts +4 -1
  32. package/dist/mjs/api/resources/Revision.d.ts.map +1 -1
  33. package/dist/mjs/api/resources/Revision.js +9 -0
  34. package/dist/mjs/api/resources/Revision.js.map +1 -1
  35. package/dist/mjs/types/Enum/Ged.d.ts +45 -5
  36. package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
  37. package/dist/mjs/types/Enum/Ged.js +44 -4
  38. package/dist/mjs/types/Enum/Ged.js.map +1 -1
  39. package/dist/mjs/types/Enum/ReasonNotSubscribed.d.ts.map +1 -1
  40. package/dist/mjs/types/Enum/ReasonNotSubscribed.js +12 -6
  41. package/dist/mjs/types/Enum/ReasonNotSubscribed.js.map +1 -1
  42. package/dist/mjs/types/Interface/api/brevo/BrevoElement.d.ts +3 -1
  43. package/dist/mjs/types/Interface/api/brevo/BrevoElement.d.ts.map +1 -1
  44. package/dist/mjs/types/Interface/api/brevo/BrevoElement.js +16 -1
  45. package/dist/mjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
  46. package/dist/mjs/types/Interface/api/prestation/Query.d.ts +2 -2
  47. package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
  48. package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
  49. package/dist/mjs/types/Interface/api/revision/Revision.d.ts +1 -1
  50. package/dist/mjs/types/Interface/api/revision/Revision.d.ts.map +1 -1
  51. package/dist/mjs/types/Interface/api/revision/Revision.js.map +1 -1
  52. package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts +2 -0
  53. package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  54. package/dist/mjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
  55. package/package.json +1 -1
  56. package/ts/api/resources/Brevo.ts +2 -9
  57. package/ts/api/resources/Revision.ts +22 -0
  58. package/ts/types/Enum/Ged.ts +238 -198
  59. package/ts/types/Enum/ReasonNotSubscribed.ts +12 -6
  60. package/ts/types/Interface/api/brevo/BrevoElement.ts +13 -2
  61. package/ts/types/Interface/api/prestation/Query.ts +2 -2
  62. package/ts/types/Interface/api/revision/Revision.ts +1 -1
  63. package/ts/types/Interface/models/IPaymentExpectation.ts +2 -0
@@ -114,28 +114,46 @@ export enum TypeFile {
114
114
  PLAQUETTE = 55,
115
115
  BALANCE_SHEET_NOTE = 56,
116
116
  SUMMARY_NOTE = 57,
117
+ STATUTES = 58,
118
+ KBIS = 59,
119
+ RIB = 60,
120
+ FISCAL_MEMENTO = 61,
121
+ SEPA = 62,
122
+ M0 = 63,
123
+ DBE = 64,
124
+ OTHER = 65,
125
+ SIRENE = 66, // Inscription au répertoire SIRENE / Répertoire des métiers
126
+ PATRIMONY = 67, // Déclaration du patrimoine affectée
127
+ DBE2 = 68, // 13,'Déclaration des bénéficiaires effectifs'
128
+ REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE = 69, // 15,'Récépissé d’inscription de l’association en préfecture'
129
+ REPRESENTATIVE_OF_THE_ASSOCIATION = 70, // 16,'Liste des représentants de l’association'
130
+ RULES_OF_PROCEDURE = 71, // 17,'Règlement intérieur',
131
+ REVISION_GUIDE = 72,
132
+ BALANCESHEET_NOTE = 73,
133
+ PERSONNAL_RIB = 74, // RIB PERSO,
134
+ FISCAL_BUNDLE = 75, // LIASSE FISCALE
117
135
  }
118
136
 
119
137
  export enum GedFileType {
120
138
  STATUTES = 1,
121
- IDENTITY_CARD = 2,
139
+ IDENTITY_CARD = 2, // existing typeFile
122
140
  KBIS = 3,
123
141
  RIB = 4,
124
142
  FISCAL_MEMENTO = 5,
125
143
  SEPA = 6,
126
- PLAQUETTE = 7,
144
+ PLAQUETTE = 7, // existing typeFile
127
145
  M0 = 8,
128
146
  DBE = 9,
129
147
  OTHER = 10,
130
148
  SIRENE = 11, // Inscription au répertoire SIRENE / Répertoire des métiers
131
149
  PATRIMONY = 12, // Déclaration du patrimoine affectée
132
150
  DBE2 = 13, // 13,'Déclaration des bénéficiaires effectifs'
133
- DISTRIBUTION_OF_SHARE = 14, // 14,'Liste des souscripteurs pour connaître la répartition des actions'
151
+ DISTRIBUTION_OF_SHARE = 14, // 14,'Liste des souscripteurs pour connaître la répartition des actions' // existing typeFile
134
152
  REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE = 15, // 15,'Récépissé d’inscription de l’association en préfecture'
135
153
  REPRESENTATIVE_OF_THE_ASSOCIATION = 16, // 16,'Liste des représentants de l’association'
136
154
  RULES_OF_PROCEDURE = 17, // 17,'Règlement intérieur',
137
155
  REVISION_GUIDE = 18,
138
- SUMMARY_NOTE = 19,
156
+ SUMMARY_NOTE = 19, // existing typeFile
139
157
  BALANCESHEET_NOTE = 20,
140
158
  PERSONNAL_RIB = 21, // RIB PERSO,
141
159
  FISCAL_BUNDLE = 22, // LIASSE FISCALE
@@ -220,41 +238,49 @@ export const GedFileTypeDetail = {
220
238
  id: GedFileType.STATUTES,
221
239
  name: 'Statuts',
222
240
  idGedFolder: GedFolder.KBIS,
241
+ typeFile: TypeFile.STATUTES,
223
242
  },
224
243
  IDENTITY_CARD: {
225
244
  id: GedFileType.IDENTITY_CARD,
226
- name: 'Carte d\'identité',
245
+ name: "Carte d'identité",
227
246
  idGedFolder: GedFolder.KBIS,
247
+ typeFile: TypeFile.IDENTITY_CARD_RECTO,
228
248
  },
229
249
  KBIS: {
230
250
  id: GedFileType.KBIS,
231
251
  name: 'KBis',
232
252
  idGedFolder: GedFolder.KBIS,
253
+ typeFile: TypeFile.KBIS,
233
254
  },
234
255
  RIB: {
235
256
  id: GedFileType.RIB,
236
257
  name: 'RIB',
237
258
  idGedFolder: GedFolder.RIB_MANDATES,
259
+ typeFile: TypeFile.RIB,
238
260
  },
239
261
  FISCAL_MEMENTO: {
240
262
  id: GedFileType.FISCAL_MEMENTO,
241
263
  name: 'Memento fiscal',
242
264
  idGedFolder: GedFolder.KBIS,
265
+ typeFile: TypeFile.FISCAL_MEMENTO,
243
266
  },
244
267
  SEPA: {
245
268
  id: GedFileType.SEPA,
246
269
  name: 'SEPA',
247
270
  idGedFolder: GedFolder.RIB_MANDATES,
271
+ typeFile: TypeFile.SEPA,
248
272
  },
249
273
  PLAQUETTE: {
250
274
  id: GedFileType.PLAQUETTE,
251
275
  name: 'Plaquette',
252
276
  idGedFolder: GedFolder.LDM,
277
+ typeFile: TypeFile.PLAQUETTE,
253
278
  },
254
279
  M0: {
255
280
  id: GedFileType.M0,
256
281
  name: 'M0',
257
282
  idGedFolder: GedFolder.KBIS,
283
+ typeFile: TypeFile.M0,
258
284
  },
259
285
  // NE PLUS UTILISER
260
286
  // Passer par DBE2
@@ -262,71 +288,85 @@ export const GedFileTypeDetail = {
262
288
  id: GedFileType.DBE,
263
289
  name: 'DBE',
264
290
  idGedFolder: GedFolder.KBIS,
291
+ typeFile: TypeFile.DBE,
265
292
  },
266
293
  OTHER: {
267
294
  id: GedFileType.OTHER,
268
295
  name: 'Autres',
269
296
  idGedFolder: GedFolder.AGM,
297
+ typeFile: TypeFile.OTHER,
270
298
  },
271
299
  SIRENE: {
272
300
  id: GedFileType.SIRENE,
273
301
  name: 'Inscription au répertoire SIRENE / Répertoire des métiers',
274
302
  idGedFolder: GedFolder.KBIS,
303
+ typeFile: TypeFile.SIRENE,
275
304
  },
276
305
  PATRIMONY: {
277
306
  id: GedFileType.PATRIMONY,
278
307
  name: 'Déclaration du patrimoine affectée',
279
308
  idGedFolder: GedFolder.KBIS,
309
+ typeFile: TypeFile.PATRIMONY,
280
310
  },
281
311
  DBE2: {
282
312
  id: GedFileType.DBE2,
283
313
  name: 'Déclaration des bénéficiaires effectifs',
284
314
  idGedFolder: GedFolder.KBIS,
315
+ typeFile: TypeFile.DBE2,
285
316
  },
286
317
  DISTRIBUTION_OF_SHARE: {
287
318
  id: GedFileType.DISTRIBUTION_OF_SHARE,
288
319
  name: 'Liste des souscripteurs pour connaître la répartition des actions',
289
320
  idGedFolder: GedFolder.STATUTES,
321
+ typeFile: TypeFile.DISTRIBUTION_OF_SHARE,
290
322
  },
291
323
  REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE: {
292
324
  id: GedFileType.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,
293
325
  name: 'Récépissé d’inscription de l’association en préfecture',
294
326
  idGedFolder: GedFolder.KBIS,
327
+ typeFile: TypeFile.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,
295
328
  },
296
329
  REPRESENTATIVE_OF_THE_ASSOCIATION: {
297
330
  id: GedFileType.REPRESENTATIVE_OF_THE_ASSOCIATION,
298
331
  name: 'Liste des représentants de l’association',
299
332
  idGedFolder: GedFolder.KBIS,
333
+ typeFile: TypeFile.REPRESENTATIVE_OF_THE_ASSOCIATION,
300
334
  },
301
335
  RULES_OF_PROCEDURE: {
302
336
  id: GedFileType.RULES_OF_PROCEDURE,
303
337
  name: 'Règlement intérieur',
304
338
  idGedFolder: GedFolder.STATUTES,
339
+ typeFile: TypeFile.RULES_OF_PROCEDURE,
305
340
  },
306
341
  REVISION_GUIDE: {
307
342
  id: GedFileType.REVISION_GUIDE,
308
343
  name: 'Guide de révision',
309
344
  idGedFolder: GedFolder.PENDING_POINTS,
345
+ typeFile: TypeFile.REVISION_GUIDE,
310
346
  },
311
347
  SUMMARY_NOTE: {
312
348
  id: GedFileType.SUMMARY_NOTE,
313
349
  name: 'Notes de synthèse',
314
350
  idGedFolder: GedFolder.FORMALISM,
351
+ typeFile: TypeFile.SUMMARY_NOTE,
315
352
  },
316
353
  BALANCESHEET_NOTE: {
317
354
  id: GedFileType.BALANCESHEET_NOTE,
318
355
  name: 'Notes de bilan',
319
356
  idGedFolder: GedFolder.FORMALISM,
357
+ typeFile: TypeFile.BALANCESHEET_NOTE,
320
358
  },
321
359
  PERSONNAL_RIB: {
322
360
  id: GedFileType.PERSONNAL_RIB,
323
361
  name: 'RIB Personnel',
324
362
  idGedFolder: GedFolder.RIB_MANDATES,
363
+ typeFile: TypeFile.PERSONNAL_RIB,
325
364
  },
326
365
  FISCAL_BUNDLE: {
327
366
  id: GedFileType.FISCAL_BUNDLE,
328
367
  name: 'Document Comptable N-1',
329
368
  idGedFolder: GedFolder.CLOSE_BALANCE_SHEET,
369
+ typeFile: TypeFile.FISCAL_BUNDLE,
330
370
  },
331
371
  };
332
372
 
@@ -336,185 +376,185 @@ export const GedFolderList: Array<{
336
376
  idGedCategory: GedCategory;
337
377
  name: string;
338
378
  }> = [
339
- {
340
- id: GedFolder.KBIS,
341
- name: 'K-bis & Carte d\'identité & Mémento fiscal',
342
- isVisibleForClient: true,
343
- idGedCategory: GedCategory.COMPANY,
344
- },
345
- { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
346
- { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
347
- {
348
- id: GedFolder.BALANCE_GL,
349
- name: 'Balance-GL Journaux',
350
- isVisibleForClient: true,
351
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
352
- },
353
- {
354
- id: GedFolder.CLOSE_BALANCE_SHEET,
355
- name: 'Clôtures & Bilans',
356
- isVisibleForClient: true,
357
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
358
- },
359
- {
360
- id: GedFolder.VAT,
361
- name: 'Déclarations de TVA',
362
- isVisibleForClient: true,
363
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
364
- },
365
- {
366
- id: GedFolder.IS_DECLARATIONS,
367
- name: 'Déclarations d\'IS',
368
- isVisibleForClient: true,
369
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
370
- },
371
- { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
372
- {
373
- id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
374
- name: 'Formation et taxe professionnelle',
375
- isVisibleForClient: true,
376
- idGedCategory: GedCategory.SOCIAL,
377
- },
378
- { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
379
- { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
380
- {
381
- id: GedFolder.PAY_SLIPS,
382
- name: 'Bulletins de salaires',
383
- isVisibleForClient: true,
384
- idGedCategory: GedCategory.SOCIAL,
385
- },
386
- { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
387
- { id: GedFolder.AGM, name: 'PV d\'AG', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
388
- {
389
- id: GedFolder.CONTRACTS_LEASES,
390
- name: 'Contrats & Baux',
391
- isVisibleForClient: true,
392
- idGedCategory: GedCategory.GENERALITY,
393
- },
394
- { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
395
- {
396
- id: GedFolder.CABINET_INVOICES,
397
- name: 'Factures Cabinet',
398
- isVisibleForClient: true,
399
- idGedCategory: GedCategory.BILLING,
400
- },
401
- { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
402
- { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
403
- {
404
- id: GedFolder.BORROWING_TABLES,
405
- name: 'Tableaux d’emprunts',
406
- isVisibleForClient: true,
407
- idGedCategory: GedCategory.GENERALITY,
408
- },
409
- { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
410
- {
411
- id: GedFolder.GA_BALANCE_PV,
412
- name: 'Bilan & PV d’AG antérieur',
413
- isVisibleForClient: true,
414
- idGedCategory: GedCategory.GENERALITY,
415
- },
416
- {
417
- id: GedFolder.SLIPS_CFE,
418
- name: 'Bordereaux pour la CFE',
419
- isVisibleForClient: true,
420
- idGedCategory: GedCategory.GENERALITY,
421
- },
422
- {
423
- id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
424
- name: 'Annexes fournisseurs/clients',
425
- isVisibleForClient: true,
426
- idGedCategory: GedCategory.GENERALITY,
427
- },
428
- {
429
- id: GedFolder.MISCELLANEOUS,
430
- name: 'Divers',
431
- isVisibleForClient: true,
432
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
433
- },
434
- {
435
- id: GedFolder.LEGAL_ANNOUNCEMENTS,
436
- name: 'Annonces Légales',
437
- isVisibleForClient: true,
438
- idGedCategory: GedCategory.JURIDIC,
439
- },
440
- { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
441
- { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
442
- {
443
- id: GedFolder.INCOMING_MAILS,
444
- name: 'Courriers entrants',
445
- isVisibleForClient: true,
446
- idGedCategory: GedCategory.MAIL,
447
- },
448
- {
449
- id: GedFolder.OUTGOING_MAIL,
450
- name: 'Courriers sortants',
451
- isVisibleForClient: true,
452
- idGedCategory: GedCategory.MAIL,
453
- },
454
- {
455
- id: GedFolder.BANK_STATEMENT,
456
- name: 'Relevés Bancaires',
457
- isVisibleForClient: true,
458
- idGedCategory: GedCategory.BANK_STATEMENT,
459
- },
460
- {
461
- id: GedFolder.FORMALISM,
462
- name: 'Formalisme',
463
- isVisibleForClient: false,
464
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
465
- },
466
- {
467
- id: GedFolder.PENDING_POINTS,
468
- name: 'Points en suspens',
469
- isVisibleForClient: false,
470
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
471
- },
472
- {
473
- id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
474
- name: 'Balance-GL Journaux Année N-1',
475
- isVisibleForClient: true,
476
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
477
- },
478
- { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
479
- { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
480
- {
481
- id: GedFolder.EMPLOYEMENT_CONTRACT,
482
- name: 'Contrats de travail & avenants',
483
- isVisibleForClient: true,
484
- idGedCategory: GedCategory.SOCIAL,
485
- },
486
- {
487
- id: GedFolder.EXIT_DOCUMENT,
488
- name: 'Documents de sorties',
489
- isVisibleForClient: true,
490
- idGedCategory: GedCategory.SOCIAL,
491
- },
492
- {
493
- id: GedFolder.JEDECLARE_MANDATES,
494
- name: 'Mandat JeDeclare',
495
- isVisibleForClient: true,
496
- idGedCategory: GedCategory.COMPANY,
497
- },
498
- {
499
- id: GedFolder.COMPANY_PASSWORD_SERVICE,
500
- name: 'Mot de passe service entreprise',
501
- isVisibleForClient: false,
502
- idGedCategory: GedCategory.COMPANY,
503
- },
504
- { id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
505
- {
506
- id: GedFolder.PREVISIONAL,
507
- name: 'Prévisionnels',
508
- isVisibleForClient: true,
509
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
510
- },
511
- {
512
- id: GedFolder.PREVISIONAL_ANNEX,
513
- name: 'Annexes Prévisionnels',
514
- isVisibleForClient: false,
515
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
516
- },
517
- ];
379
+ {
380
+ id: GedFolder.KBIS,
381
+ name: "K-bis & Carte d'identité & Mémento fiscal",
382
+ isVisibleForClient: true,
383
+ idGedCategory: GedCategory.COMPANY,
384
+ },
385
+ { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
386
+ { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
387
+ {
388
+ id: GedFolder.BALANCE_GL,
389
+ name: 'Balance-GL Journaux',
390
+ isVisibleForClient: true,
391
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
392
+ },
393
+ {
394
+ id: GedFolder.CLOSE_BALANCE_SHEET,
395
+ name: 'Clôtures & Bilans',
396
+ isVisibleForClient: true,
397
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
398
+ },
399
+ {
400
+ id: GedFolder.VAT,
401
+ name: 'Déclarations de TVA',
402
+ isVisibleForClient: true,
403
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
404
+ },
405
+ {
406
+ id: GedFolder.IS_DECLARATIONS,
407
+ name: "Déclarations d'IS",
408
+ isVisibleForClient: true,
409
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
410
+ },
411
+ { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
412
+ {
413
+ id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
414
+ name: 'Formation et taxe professionnelle',
415
+ isVisibleForClient: true,
416
+ idGedCategory: GedCategory.SOCIAL,
417
+ },
418
+ { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
419
+ { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
420
+ {
421
+ id: GedFolder.PAY_SLIPS,
422
+ name: 'Bulletins de salaires',
423
+ isVisibleForClient: true,
424
+ idGedCategory: GedCategory.SOCIAL,
425
+ },
426
+ { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
427
+ { id: GedFolder.AGM, name: "PV d'AG", isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
428
+ {
429
+ id: GedFolder.CONTRACTS_LEASES,
430
+ name: 'Contrats & Baux',
431
+ isVisibleForClient: true,
432
+ idGedCategory: GedCategory.GENERALITY,
433
+ },
434
+ { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
435
+ {
436
+ id: GedFolder.CABINET_INVOICES,
437
+ name: 'Factures Cabinet',
438
+ isVisibleForClient: true,
439
+ idGedCategory: GedCategory.BILLING,
440
+ },
441
+ { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
442
+ { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
443
+ {
444
+ id: GedFolder.BORROWING_TABLES,
445
+ name: 'Tableaux d’emprunts',
446
+ isVisibleForClient: true,
447
+ idGedCategory: GedCategory.GENERALITY,
448
+ },
449
+ { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
450
+ {
451
+ id: GedFolder.GA_BALANCE_PV,
452
+ name: 'Bilan & PV d’AG antérieur',
453
+ isVisibleForClient: true,
454
+ idGedCategory: GedCategory.GENERALITY,
455
+ },
456
+ {
457
+ id: GedFolder.SLIPS_CFE,
458
+ name: 'Bordereaux pour la CFE',
459
+ isVisibleForClient: true,
460
+ idGedCategory: GedCategory.GENERALITY,
461
+ },
462
+ {
463
+ id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
464
+ name: 'Annexes fournisseurs/clients',
465
+ isVisibleForClient: true,
466
+ idGedCategory: GedCategory.GENERALITY,
467
+ },
468
+ {
469
+ id: GedFolder.MISCELLANEOUS,
470
+ name: 'Divers',
471
+ isVisibleForClient: true,
472
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
473
+ },
474
+ {
475
+ id: GedFolder.LEGAL_ANNOUNCEMENTS,
476
+ name: 'Annonces Légales',
477
+ isVisibleForClient: true,
478
+ idGedCategory: GedCategory.JURIDIC,
479
+ },
480
+ { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
481
+ { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
482
+ {
483
+ id: GedFolder.INCOMING_MAILS,
484
+ name: 'Courriers entrants',
485
+ isVisibleForClient: true,
486
+ idGedCategory: GedCategory.MAIL,
487
+ },
488
+ {
489
+ id: GedFolder.OUTGOING_MAIL,
490
+ name: 'Courriers sortants',
491
+ isVisibleForClient: true,
492
+ idGedCategory: GedCategory.MAIL,
493
+ },
494
+ {
495
+ id: GedFolder.BANK_STATEMENT,
496
+ name: 'Relevés Bancaires',
497
+ isVisibleForClient: true,
498
+ idGedCategory: GedCategory.BANK_STATEMENT,
499
+ },
500
+ {
501
+ id: GedFolder.FORMALISM,
502
+ name: 'Formalisme',
503
+ isVisibleForClient: false,
504
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
505
+ },
506
+ {
507
+ id: GedFolder.PENDING_POINTS,
508
+ name: 'Points en suspens',
509
+ isVisibleForClient: false,
510
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
511
+ },
512
+ {
513
+ id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
514
+ name: 'Balance-GL Journaux Année N-1',
515
+ isVisibleForClient: true,
516
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
517
+ },
518
+ { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
519
+ { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
520
+ {
521
+ id: GedFolder.EMPLOYEMENT_CONTRACT,
522
+ name: 'Contrats de travail & avenants',
523
+ isVisibleForClient: true,
524
+ idGedCategory: GedCategory.SOCIAL,
525
+ },
526
+ {
527
+ id: GedFolder.EXIT_DOCUMENT,
528
+ name: 'Documents de sorties',
529
+ isVisibleForClient: true,
530
+ idGedCategory: GedCategory.SOCIAL,
531
+ },
532
+ {
533
+ id: GedFolder.JEDECLARE_MANDATES,
534
+ name: 'Mandat JeDeclare',
535
+ isVisibleForClient: true,
536
+ idGedCategory: GedCategory.COMPANY,
537
+ },
538
+ {
539
+ id: GedFolder.COMPANY_PASSWORD_SERVICE,
540
+ name: 'Mot de passe service entreprise',
541
+ isVisibleForClient: false,
542
+ idGedCategory: GedCategory.COMPANY,
543
+ },
544
+ { id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
545
+ {
546
+ id: GedFolder.PREVISIONAL,
547
+ name: 'Prévisionnels',
548
+ isVisibleForClient: true,
549
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
550
+ },
551
+ {
552
+ id: GedFolder.PREVISIONAL_ANNEX,
553
+ name: 'Annexes Prévisionnels',
554
+ isVisibleForClient: false,
555
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
556
+ },
557
+ ];
518
558
 
519
559
  export const gedCategoryWithName: Array<{
520
560
  idGedCategory: number;
@@ -522,17 +562,17 @@ export const gedCategoryWithName: Array<{
522
562
  usableByClient: boolean;
523
563
  brandCondition?: string[];
524
564
  }> = [
525
- { idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
526
- { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
527
- { idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
528
- { idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
529
- { idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
530
- { idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
531
- {
532
- idGedCategory: GedCategory.MAIL,
533
- name: 'Courriers',
534
- usableByClient: true,
535
- brandCondition: ['Clementine', 'Comptastart'],
536
- },
537
- { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
538
- ];
565
+ { idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
566
+ { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
567
+ { idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
568
+ { idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
569
+ { idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
570
+ { idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
571
+ {
572
+ idGedCategory: GedCategory.MAIL,
573
+ name: 'Courriers',
574
+ usableByClient: true,
575
+ brandCondition: ['Clementine', 'Comptastart'],
576
+ },
577
+ { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
578
+ ];
@@ -7,7 +7,7 @@ export const ReasonNotSubscribed = [
7
7
  },
8
8
  {
9
9
  id: 2,
10
- text: 'Création d\'entreprise sans suivi comptable',
10
+ text: "Création d'entreprise sans suivi comptable",
11
11
  hidden: true,
12
12
  isOver: null,
13
13
  },
@@ -67,7 +67,7 @@ export const ReasonNotSubscribed = [
67
67
  },
68
68
  {
69
69
  id: 13,
70
- text: 'N\'a pas fait de demande',
70
+ text: "N'a pas fait de demande",
71
71
  hidden: false,
72
72
  isOver: null,
73
73
  },
@@ -97,7 +97,7 @@ export const ReasonNotSubscribed = [
97
97
  },
98
98
  {
99
99
  id: 18,
100
- text: 'Trop d\'avis négatif',
100
+ text: "Trop d'avis négatif",
101
101
  hidden: false,
102
102
  isOver: null,
103
103
  },
@@ -111,12 +111,12 @@ export const ReasonNotSubscribed = [
111
111
  id: 20,
112
112
  text: 'Erreur de demande',
113
113
  hidden: false,
114
- isOver: [12, 13, 19, 31, 33],
114
+ isOver: [12, 13, 19, 31, 33, 38],
115
115
  },
116
116
  {
117
117
  id: 21,
118
118
  text: 'Pourcentage',
119
- hidden: false,
119
+ hidden: true,
120
120
  isOver: null,
121
121
  },
122
122
  {
@@ -139,7 +139,7 @@ export const ReasonNotSubscribed = [
139
139
  },
140
140
  {
141
141
  id: 25,
142
- text: 'N\'aime pas le logiciel',
142
+ text: "N'aime pas le logiciel",
143
143
  hidden: false,
144
144
  isOver: null,
145
145
  },
@@ -215,4 +215,10 @@ export const ReasonNotSubscribed = [
215
215
  hidden: false,
216
216
  isOver: [],
217
217
  },
218
+ {
219
+ id: 38,
220
+ text: 'demande de renseignements',
221
+ hidden: false,
222
+ isOver: null,
223
+ },
218
224
  ];
@@ -42,9 +42,20 @@ export class CreateContact {
42
42
  }
43
43
 
44
44
  export class GetContact {
45
- @ApiProperty()
45
+ @ApiPropertyOptional()
46
+ @IsOptional()
47
+ @IsNumber()
48
+ idBrevo?: number;
49
+
50
+ @ApiPropertyOptional()
51
+ @IsOptional()
46
52
  @IsString()
47
- email: string;
53
+ email?: string;
54
+
55
+ @ApiPropertyOptional()
56
+ @IsOptional()
57
+ @IsNumber()
58
+ phone?: number;
48
59
  }
49
60
 
50
61
  export class GetAllContact {