@silexpert/core 1.3.124 → 1.3.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/resources/Brevo.d.ts +2 -2
- package/dist/cjs/api/resources/Brevo.d.ts.map +1 -1
- package/dist/cjs/api/resources/Brevo.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +45 -5
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +44 -4
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/ReasonNotSubscribed.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReasonNotSubscribed.js +12 -6
- package/dist/cjs/types/Enum/ReasonNotSubscribed.js.map +1 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.d.ts +3 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js +14 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts +2 -2
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/dist/mjs/api/resources/Brevo.d.ts +2 -2
- package/dist/mjs/api/resources/Brevo.d.ts.map +1 -1
- package/dist/mjs/api/resources/Brevo.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +45 -5
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +44 -4
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/ReasonNotSubscribed.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReasonNotSubscribed.js +12 -6
- package/dist/mjs/types/Enum/ReasonNotSubscribed.js.map +1 -1
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.d.ts +3 -1
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.js +16 -1
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts +2 -2
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Brevo.ts +2 -9
- package/ts/types/Enum/Ged.ts +238 -198
- package/ts/types/Enum/ReasonNotSubscribed.ts +12 -6
- package/ts/types/Interface/api/brevo/BrevoElement.ts +13 -2
- package/ts/types/Interface/api/prestation/Query.ts +2 -2
- package/ts/types/Interface/models/IPaymentExpectation.ts +2 -0
package/ts/types/Enum/Ged.ts
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
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
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
@
|
|
45
|
+
@ApiPropertyOptional()
|
|
46
|
+
@IsOptional()
|
|
47
|
+
@IsNumber()
|
|
48
|
+
idBrevo?: number;
|
|
49
|
+
|
|
50
|
+
@ApiPropertyOptional()
|
|
51
|
+
@IsOptional()
|
|
46
52
|
@IsString()
|
|
47
|
-
email
|
|
53
|
+
email?: string;
|
|
54
|
+
|
|
55
|
+
@ApiPropertyOptional()
|
|
56
|
+
@IsOptional()
|
|
57
|
+
@IsNumber()
|
|
58
|
+
phone?: number;
|
|
48
59
|
}
|
|
49
60
|
|
|
50
61
|
export class GetAllContact {
|