@silexpert/core 0.4.73 → 0.4.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/ExerciceNote.d.ts +10 -0
- package/es/api/resources/ExerciceNote.d.ts.map +1 -0
- package/es/api/resources/ExerciceNote.js +13 -0
- package/es/api/resources/ExerciceNote.js.map +1 -0
- package/es/api/resources/Library.d.ts +8 -0
- package/es/api/resources/Library.d.ts.map +1 -0
- package/es/api/resources/Library.js +10 -0
- package/es/api/resources/Library.js.map +1 -0
- package/es/api/resources/RevisionGuide.d.ts +8 -0
- package/es/api/resources/RevisionGuide.d.ts.map +1 -0
- package/es/api/resources/RevisionGuide.js +13 -0
- package/es/api/resources/RevisionGuide.js.map +1 -0
- package/es/api/resources/Sponsorship.d.ts +2 -1
- package/es/api/resources/Sponsorship.d.ts.map +1 -1
- package/es/api/resources/Sponsorship.js.map +1 -1
- package/es/api/resources.d.ts +6 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +6 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/ExerciceNoteType.d.ts +5 -0
- package/es/types/Enum/ExerciceNoteType.d.ts.map +1 -0
- package/es/types/Enum/ExerciceNoteType.js +6 -0
- package/es/types/Enum/ExerciceNoteType.js.map +1 -0
- package/es/types/Enum/Ged.d.ts +7 -2
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +6 -3
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/RevisionGuide.d.ts +107 -0
- package/es/types/Enum/RevisionGuide.d.ts.map +1 -0
- package/es/types/Enum/RevisionGuide.js +110 -0
- package/es/types/Enum/RevisionGuide.js.map +1 -0
- package/es/types/Enum/Util.d.ts +6 -0
- package/es/types/Enum/Util.d.ts.map +1 -0
- package/es/types/Enum/Util.js +7 -0
- package/es/types/Enum/Util.js.map +1 -0
- package/es/types/Interface/api/account/CreateAccountSociety.d.ts +1 -1
- package/es/types/Interface/api/account/CreateAccountSociety.d.ts.map +1 -1
- package/es/types/Interface/api/account/CreateAccountSociety.js +1 -1
- package/es/types/Interface/api/account/CreateAccountSociety.js.map +1 -1
- package/es/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts +9 -0
- package/es/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts.map +1 -0
- package/es/types/Interface/api/exerciceNote/CreateExerciceNote.js +28 -0
- package/es/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -0
- package/es/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts +5 -0
- package/es/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts.map +1 -0
- package/es/types/Interface/api/exerciceNote/QueryExerciceNote.js +18 -0
- package/es/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -0
- package/es/types/Interface/api/library/QueryLibrary.d.ts +14 -0
- package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -0
- package/es/types/Interface/api/library/QueryLibrary.js +48 -0
- package/es/types/Interface/api/library/QueryLibrary.js.map +1 -0
- package/es/types/Interface/api/revisionGuide/CreateRevisionGuide.d.ts +8 -0
- package/es/types/Interface/api/revisionGuide/CreateRevisionGuide.d.ts.map +1 -0
- package/es/types/Interface/api/revisionGuide/CreateRevisionGuide.js +27 -0
- package/es/types/Interface/api/revisionGuide/CreateRevisionGuide.js.map +1 -0
- package/es/types/Interface/api/zticket/CreateZTicket.d.ts +5 -0
- package/es/types/Interface/api/zticket/CreateZTicket.d.ts.map +1 -1
- package/es/types/Interface/api/zticket/CreateZTicket.js.map +1 -1
- package/es/types/Interface/models/IExerciceNote.d.ts +15 -0
- package/es/types/Interface/models/IExerciceNote.d.ts.map +1 -0
- package/es/types/Interface/models/IExerciceNote.js +2 -0
- package/es/types/Interface/models/IExerciceNote.js.map +1 -0
- package/es/types/Interface/models/IRevisionGuide.d.ts +12 -0
- package/es/types/Interface/models/IRevisionGuide.d.ts.map +1 -0
- package/es/types/Interface/models/IRevisionGuide.js +2 -0
- package/es/types/Interface/models/IRevisionGuide.js.map +1 -0
- package/es/types/Interface/models/ISponsorshipWithSponsorInfo.d.ts +9 -0
- package/es/types/Interface/models/ISponsorshipWithSponsorInfo.d.ts.map +1 -0
- package/es/types/Interface/models/ISponsorshipWithSponsorInfo.js +2 -0
- package/es/types/Interface/models/ISponsorshipWithSponsorInfo.js.map +1 -0
- package/es/types/index.d.ts +10 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +10 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/ExerciceNote.js +28 -0
- package/js/api/resources/ExerciceNote.js.map +1 -0
- package/js/api/resources/Library.js +26 -0
- package/js/api/resources/Library.js.map +1 -0
- package/js/api/resources/RevisionGuide.js +26 -0
- package/js/api/resources/RevisionGuide.js.map +1 -0
- package/js/api/resources/Sponsorship.js.map +1 -1
- package/js/api/resources.js +10 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/ExerciceNoteType.js +12 -0
- package/js/types/Enum/ExerciceNoteType.js.map +1 -0
- package/js/types/Enum/Ged.js +9 -5
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/RevisionGuide.js +118 -0
- package/js/types/Enum/RevisionGuide.js.map +1 -0
- package/js/types/Enum/Util.js +13 -0
- package/js/types/Enum/Util.js.map +1 -0
- package/js/types/Interface/api/account/CreateAccountSociety.js +1 -1
- package/js/types/Interface/api/account/CreateAccountSociety.js.map +1 -1
- package/js/types/Interface/api/exerciceNote/CreateExerciceNote.js +37 -0
- package/js/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -0
- package/js/types/Interface/api/exerciceNote/QueryExerciceNote.js +29 -0
- package/js/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -0
- package/js/types/Interface/api/library/QueryLibrary.js +47 -0
- package/js/types/Interface/api/library/QueryLibrary.js.map +1 -0
- package/js/types/Interface/api/revisionGuide/CreateRevisionGuide.js +35 -0
- package/js/types/Interface/api/revisionGuide/CreateRevisionGuide.js.map +1 -0
- package/js/types/Interface/api/zticket/CreateZTicket.js.map +1 -1
- package/js/types/Interface/models/IExerciceNote.js +6 -0
- package/js/types/Interface/models/IExerciceNote.js.map +1 -0
- package/js/types/Interface/models/IRevisionGuide.js +6 -0
- package/js/types/Interface/models/IRevisionGuide.js.map +1 -0
- package/js/types/Interface/models/ISponsorshipWithSponsorInfo.js +6 -0
- package/js/types/Interface/models/ISponsorshipWithSponsorInfo.js.map +1 -0
- package/js/types/index.js +120 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/ExerciceNote.ts +16 -0
- package/ts/api/resources/Library.ts +12 -0
- package/ts/api/resources/RevisionGuide.ts +16 -0
- package/ts/api/resources/Sponsorship.ts +2 -1
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/ExerciceNoteType.ts +4 -0
- package/ts/types/Enum/Ged.ts +12 -9
- package/ts/types/Enum/RevisionGuide.ts +108 -0
- package/ts/types/Enum/Util.ts +5 -0
- package/ts/types/Interface/api/account/CreateAccountSociety.ts +2 -2
- package/ts/types/Interface/api/exerciceNote/CreateExerciceNote.ts +15 -0
- package/ts/types/Interface/api/exerciceNote/QueryExerciceNote.ts +7 -0
- package/ts/types/Interface/api/library/QueryLibrary.ts +30 -0
- package/ts/types/Interface/api/revisionGuide/CreateRevisionGuide.ts +14 -0
- package/ts/types/Interface/api/zticket/CreateZTicket.ts +5 -0
- package/ts/types/Interface/models/IExerciceNote.ts +17 -0
- package/ts/types/Interface/models/IRevisionGuide.ts +14 -0
- package/ts/types/Interface/models/ISponsorshipWithSponsorInfo.ts +9 -0
- package/ts/types/index.ts +10 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IExercice } from './IExercice';
|
|
2
|
+
import { IGedFile } from './IGedFile';
|
|
3
|
+
import { ExerciceNoteType } from '../../Enum/ExerciceNoteType';
|
|
4
|
+
|
|
5
|
+
export interface IExerciceNote {
|
|
6
|
+
id?: number;
|
|
7
|
+
value: string;
|
|
8
|
+
type: ExerciceNoteType;
|
|
9
|
+
idExercice: number;
|
|
10
|
+
idGedFile?: number | null;
|
|
11
|
+
createdAt?: Date | null;
|
|
12
|
+
updatedAt?: Date | null;
|
|
13
|
+
|
|
14
|
+
// Associations
|
|
15
|
+
exercice?: IExercice;
|
|
16
|
+
gedFile?: IGedFile;
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IExercice } from './IExercice';
|
|
2
|
+
|
|
3
|
+
export interface IRevisionGuide {
|
|
4
|
+
id?: number;
|
|
5
|
+
state: number;
|
|
6
|
+
comment?: string | null;
|
|
7
|
+
idExercice: number | null;
|
|
8
|
+
idQuestion: number | null;
|
|
9
|
+
createdAt?: Date | null;
|
|
10
|
+
updatedAt?: Date | null;
|
|
11
|
+
|
|
12
|
+
// Associations
|
|
13
|
+
exercice?: IExercice;
|
|
14
|
+
}
|
package/ts/types/index.ts
CHANGED
|
@@ -282,6 +282,9 @@ export * from './Interface/models/IStock';
|
|
|
282
282
|
export * from './Interface/models/ISocietyPromoCode';
|
|
283
283
|
export * from './Interface/models/IZTicket';
|
|
284
284
|
export * from './Interface/models/IAccountingTransaction_new';
|
|
285
|
+
export * from './Interface/models/IExerciceNote';
|
|
286
|
+
export * from './Interface/models/IRevisionGuide';
|
|
287
|
+
export * from './Interface/models/ISponsorshipWithSponsorInfo';
|
|
285
288
|
|
|
286
289
|
// Forms
|
|
287
290
|
export * from './Form/FormAuthenticate';
|
|
@@ -337,6 +340,8 @@ export * from './Enum/Gescom';
|
|
|
337
340
|
export * from './Enum/TypeIncomeAllocation';
|
|
338
341
|
export * from './Enum/AccountingFileType';
|
|
339
342
|
export * from './Enum/FileType';
|
|
343
|
+
export * from './Enum/RevisionGuide';
|
|
344
|
+
export * from './Enum/Util';
|
|
340
345
|
export * from './Enum/RegisterCategory';
|
|
341
346
|
export * from './Enum/FieldSocietyStat';
|
|
342
347
|
export * from './Enum/Prestation';
|
|
@@ -344,6 +349,7 @@ export * from './Enum/Supervision';
|
|
|
344
349
|
export * from './Enum/Notification';
|
|
345
350
|
export * from './Enum/Comment';
|
|
346
351
|
export * from './Enum/Channel';
|
|
352
|
+
export * from './Enum/ExerciceNoteType';
|
|
347
353
|
|
|
348
354
|
// Interfaces API
|
|
349
355
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -472,6 +478,10 @@ export * from './Interface/api/crisp/GetCrisp';
|
|
|
472
478
|
export * from './Interface/api/incomeAllocation/CreateIncomeAllocation';
|
|
473
479
|
export * from './Interface/api/incomeAllocation/ReadIncomeAllocation';
|
|
474
480
|
export * from './Interface/api/incomeAllocation/TypeAndAmount';
|
|
481
|
+
export * from './Interface/api/revisionGuide/CreateRevisionGuide';
|
|
482
|
+
export * from './Interface/api/library/QueryLibrary';
|
|
475
483
|
export * from './Interface/api/taxDeadline/QueryTaxDeadline';
|
|
476
484
|
export * from './Interface/api/taxDeadline/ReadTaxDeadline';
|
|
477
485
|
export * from './Interface/api/society/ReadSociety';
|
|
486
|
+
export * from './Interface/api/exerciceNote/QueryExerciceNote';
|
|
487
|
+
export * from './Interface/api/exerciceNote/CreateExerciceNote';
|