@silexpert/core 0.4.56 → 0.4.57
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/TaxDeadline.d.ts +8 -0
- package/es/api/resources/TaxDeadline.d.ts.map +1 -0
- package/es/api/resources/TaxDeadline.js +10 -0
- package/es/api/resources/TaxDeadline.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +17 -0
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +18 -0
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/Channel.d.ts +5 -0
- package/es/types/Enum/Channel.d.ts.map +1 -0
- package/es/types/Enum/Channel.js +6 -0
- package/es/types/Enum/Channel.js.map +1 -0
- package/es/types/Enum/Comment.d.ts +18 -0
- package/es/types/Enum/Comment.d.ts.map +1 -0
- package/es/types/Enum/Comment.js +19 -0
- package/es/types/Enum/Comment.js.map +1 -0
- package/es/types/Enum/FieldSocietyStat.d.ts +9 -0
- package/es/types/Enum/FieldSocietyStat.d.ts.map +1 -0
- package/es/types/Enum/FieldSocietyStat.js +10 -0
- package/es/types/Enum/FieldSocietyStat.js.map +1 -0
- package/es/types/Enum/Notification.d.ts +5 -0
- package/es/types/Enum/Notification.d.ts.map +1 -0
- package/es/types/Enum/Notification.js +6 -0
- package/es/types/Enum/Notification.js.map +1 -0
- package/es/types/Enum/Prestation.d.ts +7 -0
- package/es/types/Enum/Prestation.d.ts.map +1 -0
- package/es/types/Enum/Prestation.js +8 -0
- package/es/types/Enum/Prestation.js.map +1 -0
- package/es/types/Enum/Supervision.d.ts +10 -0
- package/es/types/Enum/Supervision.d.ts.map +1 -0
- package/es/types/Enum/Supervision.js +11 -0
- package/es/types/Enum/Supervision.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +8 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/society/ReadSociety.d.ts +8 -0
- package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -0
- package/es/types/Interface/api/society/ReadSociety.js +2 -0
- package/es/types/Interface/api/society/ReadSociety.js.map +1 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +29 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +99 -0
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +77 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js +11 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
- package/es/types/Interface/models/ICustomerTva.d.ts +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/IPrestation.d.ts +2 -2
- package/es/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/es/types/Interface/models/IPrestation.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +7 -3
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/ISocietyStat.d.ts +2 -2
- package/es/types/Interface/models/ISocietyStat.js.map +1 -1
- package/es/types/Interface/models/ISupervision.d.ts +2 -0
- package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
- package/es/types/Interface/models/ISupervision.js.map +1 -1
- package/es/types/index.d.ts +9 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +9 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/TaxDeadline.js +30 -0
- package/js/api/resources/TaxDeadline.js.map +1 -0
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +20 -0
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/Channel.js +12 -0
- package/js/types/Enum/Channel.js.map +1 -0
- package/js/types/Enum/Comment.js +25 -0
- package/js/types/Enum/Comment.js.map +1 -0
- package/js/types/Enum/FieldSocietyStat.js +16 -0
- package/js/types/Enum/FieldSocietyStat.js.map +1 -0
- package/js/types/Enum/Notification.js +12 -0
- package/js/types/Enum/Notification.js.map +1 -0
- package/js/types/Enum/Prestation.js +14 -0
- package/js/types/Enum/Prestation.js.map +1 -0
- package/js/types/Enum/Supervision.js +17 -0
- package/js/types/Enum/Supervision.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +4 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/api/society/ReadSociety.js +6 -0
- package/js/types/Interface/api/society/ReadSociety.js.map +1 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +121 -0
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -0
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js +26 -0
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -0
- package/js/types/index.js +108 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/TaxDeadline.ts +20 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BalanceSheet.ts +18 -0
- package/ts/types/Enum/Channel.ts +4 -0
- package/ts/types/Enum/Comment.ts +17 -0
- package/ts/types/Enum/FieldSocietyStat.ts +8 -0
- package/ts/types/Enum/Notification.ts +4 -0
- package/ts/types/Enum/Prestation.ts +6 -0
- package/ts/types/Enum/Supervision.ts +9 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -0
- package/ts/types/Interface/api/society/ReadSociety.ts +7 -0
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +69 -0
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +73 -0
- package/ts/types/Interface/models/ICustomerTva.ts +1 -1
- package/ts/types/Interface/models/IPrestation.ts +2 -2
- package/ts/types/Interface/models/ISociety.ts +9 -3
- package/ts/types/Interface/models/ISocietyStat.ts +2 -2
- package/ts/types/Interface/models/ISupervision.ts +2 -0
- package/ts/types/index.ts +9 -0
|
@@ -20,6 +20,7 @@ export interface ISupervision {
|
|
|
20
20
|
idExercice: number;
|
|
21
21
|
idAccountant: number | null;
|
|
22
22
|
idFile: number | null;
|
|
23
|
+
idLetter: number | null;
|
|
23
24
|
checkDateRecommandation: Date | null;
|
|
24
25
|
idBalanceSheetPartial: number | null;
|
|
25
26
|
idBalanceSheetLiquidation: number | null;
|
|
@@ -35,6 +36,7 @@ export interface ISupervision {
|
|
|
35
36
|
balanceSheetPartial: IBalanceSheetPartial;
|
|
36
37
|
balanceSheetLiquidation: IBalanceSheetLiquidation;
|
|
37
38
|
file: IFile;
|
|
39
|
+
letter: IFile;
|
|
38
40
|
pendingPoints: IPendingPoint[];
|
|
39
41
|
jobs: IJob[];
|
|
40
42
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -337,6 +337,12 @@ export * from './Enum/Gescom';
|
|
|
337
337
|
export * from './Enum/TypeIncomeAllocation';
|
|
338
338
|
export * from './Enum/AccountingFileType';
|
|
339
339
|
export * from './Enum/FileType';
|
|
340
|
+
export * from './Enum/FieldSocietyStat';
|
|
341
|
+
export * from './Enum/Prestation';
|
|
342
|
+
export * from './Enum/Supervision';
|
|
343
|
+
export * from './Enum/Notification';
|
|
344
|
+
export * from './Enum/Comment';
|
|
345
|
+
export * from './Enum/Channel';
|
|
340
346
|
|
|
341
347
|
// Interfaces API
|
|
342
348
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -464,3 +470,6 @@ export * from './Interface/api/crisp/GetCrisp';
|
|
|
464
470
|
export * from './Interface/api/incomeAllocation/CreateIncomeAllocation';
|
|
465
471
|
export * from './Interface/api/incomeAllocation/ReadIncomeAllocation';
|
|
466
472
|
export * from './Interface/api/incomeAllocation/TypeAndAmount';
|
|
473
|
+
export * from './Interface/api/taxDeadline/QueryTaxDeadline';
|
|
474
|
+
export * from './Interface/api/taxDeadline/ReadTaxDeadline';
|
|
475
|
+
export * from './Interface/api/society/ReadSociety';
|