@silexpert/core 1.3.192-0 → 1.3.192
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/Comment.d.ts +2 -2
- package/dist/cjs/api/resources/Comment.d.ts.map +1 -1
- package/dist/cjs/api/resources/Comment.js.map +1 -1
- package/dist/cjs/api/resources/Report.d.ts +3 -4
- package/dist/cjs/api/resources/Report.d.ts.map +1 -1
- package/dist/cjs/api/resources/Report.js +1 -15
- package/dist/cjs/api/resources/Report.js.map +1 -1
- package/dist/cjs/api/resources.d.ts +0 -2
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +0 -2
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +7 -2
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +123 -0
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/ReportService.d.ts +1 -4
- package/dist/cjs/types/Enum/ReportService.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReportService.js +18 -39
- package/dist/cjs/types/Enum/ReportService.js.map +1 -1
- package/dist/cjs/types/Enum/ReportType.d.ts +1 -9
- package/dist/cjs/types/Enum/ReportType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReportType.js +1 -41
- package/dist/cjs/types/Enum/ReportType.js.map +1 -1
- package/dist/cjs/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/TaskResponseType.js +0 -33
- package/dist/cjs/types/Enum/TaskResponseType.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts +1 -3
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.js +2 -11
- package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.d.ts +1 -5
- package/dist/cjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.js +1 -21
- package/dist/cjs/types/Interface/api/report/QueryReports.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.d.ts +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js +3 -4
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts +6 -13
- package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/UpdateReport.js +0 -120
- package/dist/cjs/types/Interface/api/report/UpdateReport.js.map +1 -1
- package/dist/cjs/types/Interface/models/IReport.d.ts +1 -10
- package/dist/cjs/types/Interface/models/IReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IReport.js.map +1 -1
- package/dist/cjs/types/index.d.ts +0 -3
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +0 -3
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/Comment.d.ts +2 -2
- package/dist/mjs/api/resources/Comment.d.ts.map +1 -1
- package/dist/mjs/api/resources/Comment.js.map +1 -1
- package/dist/mjs/api/resources/Report.d.ts +3 -4
- package/dist/mjs/api/resources/Report.d.ts.map +1 -1
- package/dist/mjs/api/resources/Report.js +1 -17
- package/dist/mjs/api/resources/Report.js.map +1 -1
- package/dist/mjs/api/resources.d.ts +0 -2
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +0 -2
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +7 -2
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +123 -0
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/ReportService.d.ts +1 -4
- package/dist/mjs/types/Enum/ReportService.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReportService.js +18 -39
- package/dist/mjs/types/Enum/ReportService.js.map +1 -1
- package/dist/mjs/types/Enum/ReportType.d.ts +1 -9
- package/dist/mjs/types/Enum/ReportType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReportType.js +1 -41
- package/dist/mjs/types/Enum/ReportType.js.map +1 -1
- package/dist/mjs/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/TaskResponseType.js +0 -33
- package/dist/mjs/types/Enum/TaskResponseType.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts +1 -3
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.js +2 -13
- package/dist/mjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReports.d.ts +1 -5
- package/dist/mjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReports.js +2 -24
- package/dist/mjs/types/Interface/api/report/QueryReports.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.d.ts +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.js +3 -5
- package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts +6 -13
- package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/UpdateReport.js +1 -135
- package/dist/mjs/types/Interface/api/report/UpdateReport.js.map +1 -1
- package/dist/mjs/types/Interface/models/IReport.d.ts +1 -10
- package/dist/mjs/types/Interface/models/IReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IReport.js.map +1 -1
- package/dist/mjs/types/index.d.ts +0 -3
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +0 -3
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Comment.ts +2 -2
- package/ts/api/resources/Report.ts +4 -19
- package/ts/api/resources.ts +0 -2
- package/ts/types/Enum/Ged.ts +132 -10
- package/ts/types/Enum/ReportService.ts +3 -24
- package/ts/types/Enum/ReportType.ts +1 -41
- package/ts/types/Enum/TaskResponseType.ts +0 -33
- package/ts/types/Interface/api/report/CreateReport.ts +2 -9
- package/ts/types/Interface/api/report/QueryReports.ts +2 -18
- package/ts/types/Interface/api/report/QueryReportsForLetter.ts +2 -2
- package/ts/types/Interface/api/report/UpdateReport.ts +6 -85
- package/ts/types/Interface/models/IReport.ts +1 -10
- package/ts/types/index.ts +0 -3
- package/dist/cjs/api/resources/ReportHistory.d.ts +0 -13
- package/dist/cjs/api/resources/ReportHistory.d.ts.map +0 -1
- package/dist/cjs/api/resources/ReportHistory.js +0 -18
- package/dist/cjs/api/resources/ReportHistory.js.map +0 -1
- package/dist/cjs/types/Enum/ReportSource.d.ts +0 -13
- package/dist/cjs/types/Enum/ReportSource.d.ts.map +0 -1
- package/dist/cjs/types/Enum/ReportSource.js +0 -29
- package/dist/cjs/types/Enum/ReportSource.js.map +0 -1
- package/dist/cjs/types/Interface/api/reportHistory/Query.d.ts +0 -4
- package/dist/cjs/types/Interface/api/reportHistory/Query.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/reportHistory/Query.js +0 -23
- package/dist/cjs/types/Interface/api/reportHistory/Query.js.map +0 -1
- package/dist/cjs/types/Interface/models/IReportHistory.d.ts +0 -19
- package/dist/cjs/types/Interface/models/IReportHistory.d.ts.map +0 -1
- package/dist/cjs/types/Interface/models/IReportHistory.js +0 -3
- package/dist/cjs/types/Interface/models/IReportHistory.js.map +0 -1
- package/dist/mjs/api/resources/ReportHistory.d.ts +0 -13
- package/dist/mjs/api/resources/ReportHistory.d.ts.map +0 -1
- package/dist/mjs/api/resources/ReportHistory.js +0 -17
- package/dist/mjs/api/resources/ReportHistory.js.map +0 -1
- package/dist/mjs/types/Enum/ReportSource.d.ts +0 -13
- package/dist/mjs/types/Enum/ReportSource.d.ts.map +0 -1
- package/dist/mjs/types/Enum/ReportSource.js +0 -26
- package/dist/mjs/types/Enum/ReportSource.js.map +0 -1
- package/dist/mjs/types/Interface/api/reportHistory/Query.d.ts +0 -4
- package/dist/mjs/types/Interface/api/reportHistory/Query.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/reportHistory/Query.js +0 -20
- package/dist/mjs/types/Interface/api/reportHistory/Query.js.map +0 -1
- package/dist/mjs/types/Interface/models/IReportHistory.d.ts +0 -19
- package/dist/mjs/types/Interface/models/IReportHistory.d.ts.map +0 -1
- package/dist/mjs/types/Interface/models/IReportHistory.js +0 -2
- package/dist/mjs/types/Interface/models/IReportHistory.js.map +0 -1
- package/ts/api/resources/ReportHistory.ts +0 -18
- package/ts/types/Enum/ReportSource.ts +0 -30
- package/ts/types/Interface/api/reportHistory/Query.ts +0 -8
- package/ts/types/Interface/models/IReportHistory.ts +0 -22
|
@@ -2,7 +2,7 @@ import { Resource } from '../Resource';
|
|
|
2
2
|
import { IComment } from '../../types';
|
|
3
3
|
|
|
4
4
|
export class Comment extends Resource {
|
|
5
|
-
getAll(params: Partial<IComment>): Promise<
|
|
5
|
+
getAll(params: Partial<IComment>): Promise<Comment[]> {
|
|
6
6
|
return this.axios.$get('/comments', { params });
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ export class Comment extends Resource {
|
|
|
10
10
|
return this.axios.$post('/comments', payload);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
update(idComment: number, payload: Partial<IComment>): Promise<
|
|
13
|
+
update(idComment: number, payload: Partial<IComment>): Promise<Comment> {
|
|
14
14
|
return this.axios.$put(`/comments/${idComment}`, payload);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -45,26 +45,11 @@ export class Report extends Resource {
|
|
|
45
45
|
...(signal ? { signal } : {}),
|
|
46
46
|
});
|
|
47
47
|
}
|
|
48
|
-
update(params: UpdateReport): Promise<[number,
|
|
48
|
+
update(params: UpdateReport): Promise<[number, Report[]]> {
|
|
49
49
|
return this.axios.$put('/reports', params);
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
return this.axios.$
|
|
53
|
-
...data,
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
create(params: CreateReport): Promise<IReport> {
|
|
57
|
-
const formData = new FormData();
|
|
58
|
-
|
|
59
|
-
Object.entries(params).forEach(([key, value]) => {
|
|
60
|
-
if (value || value === false || value === 0) {
|
|
61
|
-
if (key === 'file') formData.append('file', value);
|
|
62
|
-
else if (key === 'metadata') formData.append('metadata', JSON.stringify(value));
|
|
63
|
-
else formData.append(key, value);
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
|
|
67
|
-
return this.axios.$post('/reports', formData, { headers: { 'Content-Type': 'multipart/form-data' } });
|
|
51
|
+
create(params: CreateReport): Promise<Report> {
|
|
52
|
+
return this.axios.$post('/reports', params);
|
|
68
53
|
}
|
|
69
54
|
createExternal(params: CreateExternalReport): Promise<true> {
|
|
70
55
|
const formData = new FormData();
|
|
@@ -80,7 +65,7 @@ export class Report extends Resource {
|
|
|
80
65
|
return this.axios.$post('/reports/external', formData, { headers: { 'Content-Type': 'multipart/form-data' } });
|
|
81
66
|
}
|
|
82
67
|
|
|
83
|
-
delete(params: DeleteReport): Promise<
|
|
68
|
+
delete(params: DeleteReport): Promise<Report> {
|
|
84
69
|
return this.axios.$delete(`/reports/${params.id}`);
|
|
85
70
|
}
|
|
86
71
|
}
|
package/ts/api/resources.ts
CHANGED
|
@@ -190,7 +190,6 @@ import { InformationRequest } from './resources/InformationRequest';
|
|
|
190
190
|
import { AutomaticRegistration } from './resources/AutomaticRegistration';
|
|
191
191
|
import { LoginApproval } from './resources/LoginApproval';
|
|
192
192
|
import { SocietyApproval } from './resources/SocietyApproval';
|
|
193
|
-
import { ReportHistory } from './resources/ReportHistory';
|
|
194
193
|
|
|
195
194
|
export const resources = {
|
|
196
195
|
budgetInsight: BudgetInsight,
|
|
@@ -385,5 +384,4 @@ export const resources = {
|
|
|
385
384
|
automaticRegistration: AutomaticRegistration,
|
|
386
385
|
loginApproval: LoginApproval,
|
|
387
386
|
societyApproval: SocietyApproval,
|
|
388
|
-
reportHistory: ReportHistory,
|
|
389
387
|
};
|
package/ts/types/Enum/Ged.ts
CHANGED
|
@@ -273,7 +273,9 @@ export const JuridicalJuristFile = [
|
|
|
273
273
|
idGedFolder: GedFolder.JURIDICAL,
|
|
274
274
|
},
|
|
275
275
|
];
|
|
276
|
-
|
|
276
|
+
/**
|
|
277
|
+
* @deprecated use TypeFileDetail instead (still use in erp)
|
|
278
|
+
*/
|
|
277
279
|
export const GedFileTypeDetail = {
|
|
278
280
|
STATUTES: {
|
|
279
281
|
id: GedFileType.STATUTES,
|
|
@@ -636,15 +638,135 @@ export const gedCategoryWithName: Array<{
|
|
|
636
638
|
{ idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
|
|
637
639
|
];
|
|
638
640
|
|
|
639
|
-
export
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
> = {
|
|
641
|
+
export type TypeFileDetailType = {
|
|
642
|
+
typeFile: TypeFile;
|
|
643
|
+
name: string;
|
|
644
|
+
idGedFolder?: GedFolder;
|
|
645
|
+
helpText?: string;
|
|
646
|
+
idGedFileType?: GedFileType;
|
|
647
|
+
};
|
|
648
|
+
|
|
649
|
+
export const TypeFileDetail: Record<number, TypeFileDetailType> = {
|
|
650
|
+
[TypeFile.STATUTES]: {
|
|
651
|
+
typeFile: TypeFile.STATUTES,
|
|
652
|
+
name: 'Statuts',
|
|
653
|
+
idGedFolder: GedFolder.KBIS,
|
|
654
|
+
idGedFileType: GedFileType.STATUTES,
|
|
655
|
+
},
|
|
656
|
+
[TypeFile.IDENTITY_CARD_RECTO]: {
|
|
657
|
+
typeFile: TypeFile.IDENTITY_CARD_RECTO,
|
|
658
|
+
name: "Carte d'identité",
|
|
659
|
+
idGedFolder: GedFolder.KBIS,
|
|
660
|
+
idGedFileType: GedFileType.IDENTITY_CARD,
|
|
661
|
+
},
|
|
662
|
+
[TypeFile.KBIS]: {
|
|
663
|
+
idGedFileType: GedFileType.KBIS,
|
|
664
|
+
name: 'KBIS',
|
|
665
|
+
idGedFolder: GedFolder.KBIS,
|
|
666
|
+
typeFile: TypeFile.KBIS,
|
|
667
|
+
},
|
|
668
|
+
[TypeFile.RIB]: {
|
|
669
|
+
idGedFileType: GedFileType.RIB,
|
|
670
|
+
name: 'RIB',
|
|
671
|
+
idGedFolder: GedFolder.RIB_MANDATES,
|
|
672
|
+
typeFile: TypeFile.RIB,
|
|
673
|
+
},
|
|
674
|
+
[TypeFile.FISCAL_MEMENTO]: {
|
|
675
|
+
idGedFileType: GedFileType.FISCAL_MEMENTO,
|
|
676
|
+
name: 'Mémento fiscal',
|
|
677
|
+
idGedFolder: GedFolder.KBIS,
|
|
678
|
+
typeFile: TypeFile.FISCAL_MEMENTO,
|
|
679
|
+
},
|
|
680
|
+
[TypeFile.SEPA]: {
|
|
681
|
+
idGedFileType: GedFileType.SEPA,
|
|
682
|
+
name: 'SEPA',
|
|
683
|
+
idGedFolder: GedFolder.RIB_MANDATES,
|
|
684
|
+
typeFile: TypeFile.SEPA,
|
|
685
|
+
},
|
|
686
|
+
[TypeFile.PLAQUETTE]: {
|
|
687
|
+
idGedFileType: GedFileType.PLAQUETTE,
|
|
688
|
+
name: 'Plaquette',
|
|
689
|
+
idGedFolder: GedFolder.LDM,
|
|
690
|
+
typeFile: TypeFile.PLAQUETTE,
|
|
691
|
+
},
|
|
692
|
+
[TypeFile.M0]: {
|
|
693
|
+
idGedFileType: GedFileType.M0,
|
|
694
|
+
name: 'M0',
|
|
695
|
+
idGedFolder: GedFolder.KBIS,
|
|
696
|
+
typeFile: TypeFile.M0,
|
|
697
|
+
},
|
|
698
|
+
[TypeFile.DBE2]: {
|
|
699
|
+
idGedFileType: GedFileType.DBE2,
|
|
700
|
+
name: 'Déclaration des bénéficiaires affectifs',
|
|
701
|
+
idGedFolder: GedFolder.KBIS,
|
|
702
|
+
typeFile: TypeFile.DBE2,
|
|
703
|
+
},
|
|
704
|
+
[TypeFile.SIRENE]: {
|
|
705
|
+
idGedFileType: GedFileType.SIRENE,
|
|
706
|
+
name: 'Inscription au répertoire SIRENE / Répertoire des métiers',
|
|
707
|
+
idGedFolder: GedFolder.KBIS,
|
|
708
|
+
typeFile: TypeFile.SIRENE,
|
|
709
|
+
},
|
|
710
|
+
[TypeFile.PATRIMONY]: {
|
|
711
|
+
idGedFileType: GedFileType.PATRIMONY,
|
|
712
|
+
name: 'Déclaration du patrimoine affectée',
|
|
713
|
+
idGedFolder: GedFolder.KBIS,
|
|
714
|
+
typeFile: TypeFile.PATRIMONY,
|
|
715
|
+
},
|
|
716
|
+
[TypeFile.DISTRIBUTION_OF_SHARE]: {
|
|
717
|
+
idGedFileType: GedFileType.DISTRIBUTION_OF_SHARE,
|
|
718
|
+
name: 'Liste des souscripteurs avec répartition des actions',
|
|
719
|
+
idGedFolder: GedFolder.STATUTES,
|
|
720
|
+
typeFile: TypeFile.DISTRIBUTION_OF_SHARE,
|
|
721
|
+
},
|
|
722
|
+
[TypeFile.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE]: {
|
|
723
|
+
idGedFileType: GedFileType.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,
|
|
724
|
+
name: 'Récépissé d’inscription de l’association en préfecture',
|
|
725
|
+
idGedFolder: GedFolder.KBIS,
|
|
726
|
+
typeFile: TypeFile.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,
|
|
727
|
+
},
|
|
728
|
+
[TypeFile.REPRESENTATIVE_OF_THE_ASSOCIATION]: {
|
|
729
|
+
idGedFileType: GedFileType.REPRESENTATIVE_OF_THE_ASSOCIATION,
|
|
730
|
+
name: 'Liste des représentants de l’association',
|
|
731
|
+
idGedFolder: GedFolder.KBIS,
|
|
732
|
+
typeFile: TypeFile.REPRESENTATIVE_OF_THE_ASSOCIATION,
|
|
733
|
+
},
|
|
734
|
+
[TypeFile.RULES_OF_PROCEDURE]: {
|
|
735
|
+
idGedFileType: GedFileType.RULES_OF_PROCEDURE,
|
|
736
|
+
name: 'Règlement intérieur ou Statuts',
|
|
737
|
+
idGedFolder: GedFolder.STATUTES,
|
|
738
|
+
typeFile: TypeFile.RULES_OF_PROCEDURE,
|
|
739
|
+
},
|
|
740
|
+
[TypeFile.REVISION_GUIDE]: {
|
|
741
|
+
idGedFileType: GedFileType.REVISION_GUIDE,
|
|
742
|
+
name: 'Guide de révision',
|
|
743
|
+
idGedFolder: GedFolder.PENDING_POINTS,
|
|
744
|
+
typeFile: TypeFile.REVISION_GUIDE,
|
|
745
|
+
},
|
|
746
|
+
[TypeFile.SUMMARY_NOTE]: {
|
|
747
|
+
idGedFileType: GedFileType.SUMMARY_NOTE,
|
|
748
|
+
name: 'Notes de synthèse',
|
|
749
|
+
idGedFolder: GedFolder.FORMALISM,
|
|
750
|
+
typeFile: TypeFile.SUMMARY_NOTE,
|
|
751
|
+
},
|
|
752
|
+
[TypeFile.BALANCESHEET_NOTE]: {
|
|
753
|
+
idGedFileType: GedFileType.BALANCESHEET_NOTE,
|
|
754
|
+
name: 'Notes de bilan',
|
|
755
|
+
idGedFolder: GedFolder.FORMALISM,
|
|
756
|
+
typeFile: TypeFile.BALANCESHEET_NOTE,
|
|
757
|
+
},
|
|
758
|
+
[TypeFile.PERSONNAL_RIB]: {
|
|
759
|
+
idGedFileType: GedFileType.PERSONNAL_RIB,
|
|
760
|
+
name: 'RIB Personnel',
|
|
761
|
+
idGedFolder: GedFolder.RIB_MANDATES,
|
|
762
|
+
typeFile: TypeFile.PERSONNAL_RIB,
|
|
763
|
+
},
|
|
764
|
+
[TypeFile.FISCAL_BUNDLE]: {
|
|
765
|
+
idGedFileType: GedFileType.FISCAL_BUNDLE,
|
|
766
|
+
name: 'Document Comptable N-1',
|
|
767
|
+
idGedFolder: GedFolder.CLOSE_BALANCE_SHEET,
|
|
768
|
+
typeFile: TypeFile.FISCAL_BUNDLE,
|
|
769
|
+
},
|
|
648
770
|
[TypeFile.INSURANCE_CONTRACT]: {
|
|
649
771
|
typeFile: TypeFile.INSURANCE_CONTRACT,
|
|
650
772
|
name: "Contrat d'assurance",
|
|
@@ -8,13 +8,10 @@ export enum ReportService {
|
|
|
8
8
|
CUSTOMER_SUCCESS = 3,
|
|
9
9
|
EXPERT_ACCOUNTANT = 4,
|
|
10
10
|
REFERENT_CLIENT = 5,
|
|
11
|
-
SOCIAL = 6,
|
|
12
|
-
JURIDICAL = 7,
|
|
13
|
-
INVOICING = 8,
|
|
14
11
|
}
|
|
15
12
|
|
|
16
13
|
export const ReportServiceList: ListReport = [
|
|
17
|
-
|
|
14
|
+
{
|
|
18
15
|
id: ReportService.REFERENT_LITIGE,
|
|
19
16
|
label: 'Référent litige',
|
|
20
17
|
idRole: RoleDetail.REFERENT_LITIGE.id,
|
|
@@ -25,24 +22,6 @@ export const ReportServiceList: ListReport = [
|
|
|
25
22
|
label: 'Comptable',
|
|
26
23
|
idRole: RoleDetail.FRONT_OFFICE.id,
|
|
27
24
|
idTaskType: 16,
|
|
28
|
-
}, */
|
|
29
|
-
{
|
|
30
|
-
id: ReportService.SOCIAL,
|
|
31
|
-
label: 'Social',
|
|
32
|
-
idRole: RoleDetail.SOCIAL.id,
|
|
33
|
-
idTaskType: 28,
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
id: ReportService.JURIDICAL,
|
|
37
|
-
label: 'Juridique',
|
|
38
|
-
idRole: RoleDetail.JURIDIC.id,
|
|
39
|
-
idTaskType: 29,
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
id: ReportService.INVOICING,
|
|
43
|
-
label: 'Facturation',
|
|
44
|
-
idRole: RoleDetail.FACTURATION.id,
|
|
45
|
-
idTaskType: 30,
|
|
46
25
|
},
|
|
47
26
|
{
|
|
48
27
|
id: ReportService.CUSTOMER_SUCCESS,
|
|
@@ -50,7 +29,7 @@ export const ReportServiceList: ListReport = [
|
|
|
50
29
|
idRole: RoleDetail.CUSTOMER_SUCCESS.id,
|
|
51
30
|
idTaskType: 14,
|
|
52
31
|
},
|
|
53
|
-
|
|
32
|
+
{
|
|
54
33
|
id: ReportService.EXPERT_ACCOUNTANT,
|
|
55
34
|
label: 'Expert Comptable',
|
|
56
35
|
idRole: RoleDetail.EXPERT_ACCOUNTANT.id,
|
|
@@ -61,5 +40,5 @@ export const ReportServiceList: ListReport = [
|
|
|
61
40
|
label: 'Référent client',
|
|
62
41
|
idRole: RoleDetail.REFERENT_CLIENT.id,
|
|
63
42
|
idTaskType: 13,
|
|
64
|
-
},
|
|
43
|
+
},
|
|
65
44
|
];
|
|
@@ -22,14 +22,6 @@ export enum ReportTypeEnum {
|
|
|
22
22
|
VOLONTARY_UNPAID = 19,
|
|
23
23
|
LACK_OF_COMMUNICATION = 20,
|
|
24
24
|
LACK_OF_ADVICE = 21,
|
|
25
|
-
LAWYER = 22,
|
|
26
|
-
JURIDICAL_PROTECTION = 23,
|
|
27
|
-
TAXES = 24,
|
|
28
|
-
VAT = 25,
|
|
29
|
-
VAT_DELAYS = 26,
|
|
30
|
-
BALANCE_SHEET = 27,
|
|
31
|
-
THREAT = 28,
|
|
32
|
-
LOGICIEL = 29,
|
|
33
25
|
}
|
|
34
26
|
|
|
35
27
|
interface ReportTypeInterface {
|
|
@@ -40,7 +32,7 @@ interface ReportTypeInterface {
|
|
|
40
32
|
export const ReportType: { [key: string]: ReportTypeInterface } = {
|
|
41
33
|
LETTER: {
|
|
42
34
|
id: ReportTypeEnum.LETTER,
|
|
43
|
-
name:
|
|
35
|
+
name: 'Lettre à l\'ordre',
|
|
44
36
|
},
|
|
45
37
|
FRAUD: {
|
|
46
38
|
id: ReportTypeEnum.FRAUD,
|
|
@@ -122,38 +114,6 @@ export const ReportType: { [key: string]: ReportTypeInterface } = {
|
|
|
122
114
|
id: ReportTypeEnum.LACK_OF_ADVICE,
|
|
123
115
|
name: 'Manque de conseil',
|
|
124
116
|
},
|
|
125
|
-
LAWYER: {
|
|
126
|
-
id: ReportTypeEnum.LAWYER,
|
|
127
|
-
name: 'Avocat',
|
|
128
|
-
},
|
|
129
|
-
JURIDICAL_PROTECTION: {
|
|
130
|
-
id: ReportTypeEnum.JURIDICAL_PROTECTION,
|
|
131
|
-
name: 'Protection juridique',
|
|
132
|
-
},
|
|
133
|
-
TAXES: {
|
|
134
|
-
id: ReportTypeEnum.TAXES,
|
|
135
|
-
name: 'Impôts',
|
|
136
|
-
},
|
|
137
|
-
VAT: {
|
|
138
|
-
id: ReportTypeEnum.VAT,
|
|
139
|
-
name: 'TVA',
|
|
140
|
-
},
|
|
141
|
-
VAT_DELAYS: {
|
|
142
|
-
id: ReportTypeEnum.VAT_DELAYS,
|
|
143
|
-
name: 'Retard de TVA',
|
|
144
|
-
},
|
|
145
|
-
BALANCE_SHEET: {
|
|
146
|
-
id: ReportTypeEnum.BALANCE_SHEET,
|
|
147
|
-
name: 'Bilan',
|
|
148
|
-
},
|
|
149
|
-
THREAT: {
|
|
150
|
-
id: ReportTypeEnum.THREAT,
|
|
151
|
-
name: 'Menace de poursuite (Ordre, Avocats, etc...)',
|
|
152
|
-
},
|
|
153
|
-
LOGICIEL: {
|
|
154
|
-
id: ReportTypeEnum.LOGICIEL,
|
|
155
|
-
name: 'Logiciel',
|
|
156
|
-
},
|
|
157
117
|
} as const;
|
|
158
118
|
|
|
159
119
|
export interface ReportExternalCategoryInterface {
|
|
@@ -342,39 +342,6 @@ export const TaskResponseType = {
|
|
|
342
342
|
responseType: null,
|
|
343
343
|
description: "la société à été mise à jour sur l'INPI",
|
|
344
344
|
},
|
|
345
|
-
{
|
|
346
|
-
id: 28,
|
|
347
|
-
label: 'Social',
|
|
348
|
-
role: Role.SOCIAL,
|
|
349
|
-
deadline: Deadline,
|
|
350
|
-
isForWholeRole: true,
|
|
351
|
-
backToClient: false,
|
|
352
|
-
goToCalendar: false,
|
|
353
|
-
responseType: null,
|
|
354
|
-
description: 'Signalement pour Social',
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
id: 29,
|
|
358
|
-
label: 'Juridique',
|
|
359
|
-
role: Role.JURIDIC,
|
|
360
|
-
deadline: Deadline,
|
|
361
|
-
isForWholeRole: true,
|
|
362
|
-
backToClient: false,
|
|
363
|
-
goToCalendar: false,
|
|
364
|
-
responseType: null,
|
|
365
|
-
description: 'Signalement pour Juridique',
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
id: 30,
|
|
369
|
-
label: 'Facturation',
|
|
370
|
-
role: Role.FACTURATION,
|
|
371
|
-
deadline: Deadline,
|
|
372
|
-
isForWholeRole: true,
|
|
373
|
-
backToClient: false,
|
|
374
|
-
goToCalendar: false,
|
|
375
|
-
responseType: null,
|
|
376
|
-
description: 'Signalement pour facturation',
|
|
377
|
-
},
|
|
378
345
|
],
|
|
379
346
|
},
|
|
380
347
|
EXTERN: {
|
|
@@ -4,13 +4,10 @@ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
|
4
4
|
import { TFile } from '../file/TFile';
|
|
5
5
|
|
|
6
6
|
export class CreateReport implements IReport {
|
|
7
|
-
@ApiProperty()
|
|
8
|
-
@IsInt()
|
|
9
|
-
idSource: number;
|
|
10
|
-
|
|
11
7
|
@ApiPropertyOptional()
|
|
12
8
|
@IsOptional()
|
|
13
|
-
|
|
9
|
+
@IsInt()
|
|
10
|
+
idReportType?: number;
|
|
14
11
|
|
|
15
12
|
@ApiPropertyOptional()
|
|
16
13
|
@IsOptional()
|
|
@@ -71,10 +68,6 @@ export class CreateReport implements IReport {
|
|
|
71
68
|
@IsOptional()
|
|
72
69
|
letterDate?: Date;
|
|
73
70
|
|
|
74
|
-
@ApiPropertyOptional()
|
|
75
|
-
@IsOptional()
|
|
76
|
-
receivedAt?: Date;
|
|
77
|
-
|
|
78
71
|
@ApiPropertyOptional()
|
|
79
72
|
@IsOptional()
|
|
80
73
|
receivedFile?: TFile;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { IsBoolean,
|
|
1
|
+
import { IsBoolean, IsOptional } from 'class-validator';
|
|
2
2
|
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
3
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
4
4
|
|
|
5
5
|
export class QueryReports {
|
|
6
6
|
@ApiPropertyOptional()
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
@ApiPropertyOptional()
|
|
10
|
-
idReportType?: number[];
|
|
7
|
+
idReportType?: number;
|
|
11
8
|
|
|
12
9
|
@ApiPropertyOptional()
|
|
13
10
|
idSociety?: number;
|
|
@@ -15,9 +12,6 @@ export class QueryReports {
|
|
|
15
12
|
@ApiPropertyOptional()
|
|
16
13
|
idService?: number;
|
|
17
14
|
|
|
18
|
-
@ApiPropertyOptional()
|
|
19
|
-
idUserConcerned?: number;
|
|
20
|
-
|
|
21
15
|
@ApiPropertyOptional()
|
|
22
16
|
idServiceConcerned?: number;
|
|
23
17
|
|
|
@@ -41,14 +35,4 @@ export class QueryReports {
|
|
|
41
35
|
@IsBoolean()
|
|
42
36
|
@ToBoolean()
|
|
43
37
|
onlyClient?: boolean;
|
|
44
|
-
|
|
45
|
-
@ApiPropertyOptional()
|
|
46
|
-
@IsOptional()
|
|
47
|
-
@IsDateString()
|
|
48
|
-
declare startDate?: string;
|
|
49
|
-
|
|
50
|
-
@ApiPropertyOptional()
|
|
51
|
-
@IsOptional()
|
|
52
|
-
@IsDateString()
|
|
53
|
-
declare endDate?: string;
|
|
54
38
|
}
|
|
@@ -1,93 +1,14 @@
|
|
|
1
|
-
import { IReport } from '../../..';
|
|
2
|
-
import { ApiPropertyOptional } from '../../../../utils';
|
|
3
|
-
import { IsBoolean, IsDateString, IsInt, IsOptional, IsString } from 'class-validator';
|
|
4
|
-
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
1
|
+
import { IReport, IUser } from '../../..';
|
|
5
2
|
|
|
6
|
-
export
|
|
7
|
-
@ApiPropertyOptional()
|
|
8
|
-
@IsOptional()
|
|
9
|
-
@IsInt()
|
|
10
|
-
idSource: number;
|
|
11
|
-
|
|
12
|
-
@ApiPropertyOptional()
|
|
13
|
-
@IsOptional()
|
|
14
|
-
idReportType?: number[];
|
|
15
|
-
|
|
16
|
-
@ApiPropertyOptional()
|
|
17
|
-
@IsOptional()
|
|
18
|
-
@IsInt()
|
|
19
|
-
idSociety?: number;
|
|
20
|
-
|
|
21
|
-
@ApiPropertyOptional()
|
|
22
|
-
@IsOptional()
|
|
23
|
-
@IsInt()
|
|
24
|
-
idFile?: number;
|
|
25
|
-
|
|
26
|
-
@ApiPropertyOptional()
|
|
27
|
-
@IsOptional()
|
|
28
|
-
@IsInt()
|
|
3
|
+
export interface UpdateReport extends IReport {
|
|
29
4
|
idUser: number;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
@IsOptional()
|
|
33
|
-
@IsInt()
|
|
34
|
-
idServiceConcerned?: number;
|
|
35
|
-
|
|
36
|
-
@ApiPropertyOptional()
|
|
37
|
-
@IsOptional()
|
|
38
|
-
@IsString()
|
|
39
|
-
comment: string;
|
|
40
|
-
|
|
41
|
-
@ApiPropertyOptional()
|
|
42
|
-
@IsOptional()
|
|
43
|
-
@IsString()
|
|
44
|
-
search?: string;
|
|
45
|
-
|
|
46
|
-
@ApiPropertyOptional()
|
|
47
|
-
@IsOptional()
|
|
48
|
-
@IsBoolean()
|
|
49
|
-
@ToBoolean()
|
|
5
|
+
comment?: string;
|
|
6
|
+
note?: string;
|
|
50
7
|
declareSoupcons?: boolean;
|
|
51
|
-
|
|
52
|
-
@ApiPropertyOptional()
|
|
53
|
-
@IsOptional()
|
|
54
|
-
@IsInt()
|
|
55
8
|
state?: number;
|
|
56
|
-
|
|
57
|
-
@ApiPropertyOptional()
|
|
58
|
-
@IsOptional()
|
|
59
|
-
@IsBoolean()
|
|
60
|
-
@ToBoolean()
|
|
61
9
|
informerjlb?: boolean;
|
|
62
|
-
|
|
63
|
-
@ApiPropertyOptional()
|
|
64
|
-
@IsOptional()
|
|
65
|
-
@IsInt()
|
|
66
10
|
ressenti?: number;
|
|
67
|
-
|
|
68
|
-
@ApiPropertyOptional()
|
|
69
|
-
@IsOptional()
|
|
70
|
-
@IsInt()
|
|
71
11
|
action?: number;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
@IsOptional()
|
|
75
|
-
@IsBoolean()
|
|
76
|
-
@ToBoolean()
|
|
77
|
-
processed?: boolean;
|
|
78
|
-
|
|
79
|
-
@ApiPropertyOptional()
|
|
80
|
-
@IsOptional()
|
|
81
|
-
@IsDateString()
|
|
82
|
-
letterDate?: Date;
|
|
83
|
-
|
|
84
|
-
@ApiPropertyOptional()
|
|
85
|
-
@IsOptional()
|
|
86
|
-
@IsDateString()
|
|
87
|
-
receivedAt?: Date;
|
|
88
|
-
|
|
89
|
-
@ApiPropertyOptional()
|
|
90
|
-
@IsOptional()
|
|
91
|
-
@IsString()
|
|
92
|
-
token?: string;
|
|
12
|
+
idReport?: number;
|
|
13
|
+
societyUsers?: IUser[];
|
|
93
14
|
}
|
|
@@ -4,23 +4,18 @@ import { IComment } from './IComment';
|
|
|
4
4
|
import { ICustomerAcceptance } from './ICustomerAcceptance';
|
|
5
5
|
import { IFile } from './IFile';
|
|
6
6
|
import { ILetter } from './ILetter';
|
|
7
|
-
import { IReportHistory } from './IReportHistory';
|
|
8
7
|
import { IReportMessage } from './IReportMessage';
|
|
9
8
|
import { ISociety } from './ISociety';
|
|
10
|
-
import { IUser } from './IUser';
|
|
11
9
|
|
|
12
10
|
// report
|
|
13
11
|
export interface IReport {
|
|
14
12
|
id?: number;
|
|
15
13
|
idSociety?: number | null;
|
|
16
|
-
|
|
17
|
-
idReportType?: ReportTypeEnum[] | null;
|
|
14
|
+
idReportType?: ReportTypeEnum | null;
|
|
18
15
|
idCalendarEvent?: number;
|
|
19
|
-
idUserConcerned?: number | null;
|
|
20
16
|
idServiceConcerned?: number | null;
|
|
21
17
|
idService?: number | null;
|
|
22
18
|
idFile?: number | null;
|
|
23
|
-
fileLink?: string;
|
|
24
19
|
idLetterType?: number | null;
|
|
25
20
|
declareSoupcons?: boolean | null;
|
|
26
21
|
token?: string | null;
|
|
@@ -32,19 +27,15 @@ export interface IReport {
|
|
|
32
27
|
ressenti?: number | null;
|
|
33
28
|
action?: number | null;
|
|
34
29
|
processed?: boolean | null;
|
|
35
|
-
receivedAt?: Date | null;
|
|
36
30
|
createdAt?: Date | null;
|
|
37
31
|
updatedAt?: Date | null;
|
|
38
|
-
deletedAt?: Date | null;
|
|
39
32
|
|
|
40
33
|
// Associations
|
|
41
34
|
society?: ISociety;
|
|
42
35
|
file?: IFile;
|
|
43
36
|
calendarEvent?: ICalendarEvent;
|
|
44
|
-
userConcerned?: IUser;
|
|
45
37
|
comments?: IComment[];
|
|
46
38
|
messages?: IReportMessage[];
|
|
47
39
|
customerAcceptance?: ICustomerAcceptance;
|
|
48
40
|
letter?: ILetter;
|
|
49
|
-
history?: IReportHistory[];
|
|
50
41
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -147,7 +147,6 @@ export * from './Interface/models/IRegisterCategory';
|
|
|
147
147
|
export * from './Interface/models/IRegulate';
|
|
148
148
|
export * from './Interface/models/IRegulation';
|
|
149
149
|
export * from './Interface/models/IReport';
|
|
150
|
-
export * from './Interface/models/IReportHistory';
|
|
151
150
|
export * from './Interface/models/IReportMessage';
|
|
152
151
|
export * from './Interface/models/IRole';
|
|
153
152
|
export * from './Interface/models/IRoleUser';
|
|
@@ -394,7 +393,6 @@ export * from './Enum/SurveyType';
|
|
|
394
393
|
export * from './Enum/SurveyTypeDatas';
|
|
395
394
|
export * from './Enum/PaymentMethod';
|
|
396
395
|
export * from './Enum/ReportType';
|
|
397
|
-
export * from './Enum/ReportSource';
|
|
398
396
|
export * from './Enum/IssueType';
|
|
399
397
|
export * from './Enum/AdjustmentType';
|
|
400
398
|
export * from './Enum/ReportState';
|
|
@@ -805,7 +803,6 @@ export * from './Interface/api/report/DeleteReport';
|
|
|
805
803
|
export * from './Interface/api/report/QueryReports';
|
|
806
804
|
export * from './Interface/api/report/QueryReportsStats';
|
|
807
805
|
export * from './Interface/api/report/QueryReportsForLetter';
|
|
808
|
-
export * from './Interface/api/reportHistory/Query';
|
|
809
806
|
export * from './Interface/api/reportMessage/Query';
|
|
810
807
|
export * from './Interface/api/letter/CreateLetter';
|
|
811
808
|
export * from './Interface/api/mailInvoice/CreateInvoiceMail';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IReportHistory, QueryAllReportHistory } from '../../types';
|
|
2
|
-
import { Resource } from '../Resource';
|
|
3
|
-
export declare class ReportHistory extends Resource {
|
|
4
|
-
/**
|
|
5
|
-
* Report Message Get All
|
|
6
|
-
* @param { QueryAllReportHistory } params
|
|
7
|
-
* @param { CancelToken } cancelToken
|
|
8
|
-
* @param { AbortSignal } signal
|
|
9
|
-
* @returns { Promise<IReportHistory[]> }
|
|
10
|
-
*/
|
|
11
|
-
getAll(params: QueryAllReportHistory, signal?: AbortSignal): Promise<IReportHistory[]>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=ReportHistory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReportHistory.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/ReportHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,aAAc,SAAQ,QAAQ;IACzC;;;;;;OAMG;IACH,MAAM,CAAC,MAAM,EAAE,qBAAqB,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;CAMvF"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ReportHistory = void 0;
|
|
4
|
-
const Resource_1 = require("../Resource");
|
|
5
|
-
class ReportHistory extends Resource_1.Resource {
|
|
6
|
-
/**
|
|
7
|
-
* Report Message Get All
|
|
8
|
-
* @param { QueryAllReportHistory } params
|
|
9
|
-
* @param { CancelToken } cancelToken
|
|
10
|
-
* @param { AbortSignal } signal
|
|
11
|
-
* @returns { Promise<IReportHistory[]> }
|
|
12
|
-
*/
|
|
13
|
-
getAll(params, signal) {
|
|
14
|
-
return this.axios.$get('/report-history/all', Object.assign({ params }, (signal ? { signal } : {})));
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.ReportHistory = ReportHistory;
|
|
18
|
-
//# sourceMappingURL=ReportHistory.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReportHistory.js","sourceRoot":"","sources":["../../../../ts/api/resources/ReportHistory.ts"],"names":[],"mappings":";;;AACA,0CAAuC;AAEvC,MAAa,aAAc,SAAQ,mBAAQ;IACzC;;;;;;OAMG;IACH,MAAM,CAAC,MAA6B,EAAE,MAAoB;QACxD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,qBAAqB,kBAC1C,MAAM,IACH,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7B,CAAC;IACL,CAAC;CACF;AAdD,sCAcC","sourcesContent":["import { IReportHistory, QueryAllReportHistory } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class ReportHistory extends Resource {\n /**\n * Report Message Get All\n * @param { QueryAllReportHistory } params\n * @param { CancelToken } cancelToken\n * @param { AbortSignal } signal\n * @returns { Promise<IReportHistory[]> }\n */\n getAll(params: QueryAllReportHistory, signal?: AbortSignal): Promise<IReportHistory[]> {\n return this.axios.$get('/report-history/all', {\n params,\n ...(signal ? { signal } : {}),\n });\n }\n}\n"]}
|