@silexpert/core 1.1.268 → 1.1.270
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/TerminationList.d.ts +2 -1
- package/dist/cjs/api/resources/TerminationList.d.ts.map +1 -1
- package/dist/cjs/api/resources/TerminationList.js +3 -0
- package/dist/cjs/api/resources/TerminationList.js.map +1 -1
- package/dist/cjs/types/Enum/AppointmentState.d.ts +30 -0
- package/dist/cjs/types/Enum/AppointmentState.d.ts.map +1 -0
- package/dist/cjs/types/Enum/AppointmentState.js +34 -0
- package/dist/cjs/types/Enum/AppointmentState.js.map +1 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts +1 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.js +6 -0
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +0 -2
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/QueryPaginateTerminationList.d.ts +2 -0
- package/dist/cjs/types/Interface/api/terminationList/QueryPaginateTerminationList.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/QueryPaginateTerminationList.js +12 -0
- package/dist/cjs/types/Interface/api/terminationList/QueryPaginateTerminationList.js.map +1 -1
- package/dist/cjs/types/Interface/api/terminationList/Read.d.ts +6 -0
- package/dist/cjs/types/Interface/api/terminationList/Read.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/terminationList/Read.js +3 -0
- package/dist/cjs/types/Interface/api/terminationList/Read.js.map +1 -0
- package/dist/cjs/types/Interface/models/IPrestation.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestation.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/TerminationList.d.ts +2 -1
- package/dist/mjs/api/resources/TerminationList.d.ts.map +1 -1
- package/dist/mjs/api/resources/TerminationList.js +3 -0
- package/dist/mjs/api/resources/TerminationList.js.map +1 -1
- package/dist/mjs/types/Enum/AppointmentState.d.ts +30 -0
- package/dist/mjs/types/Enum/AppointmentState.d.ts.map +1 -0
- package/dist/mjs/types/Enum/AppointmentState.js +31 -0
- package/dist/mjs/types/Enum/AppointmentState.js.map +1 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts +1 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.js +7 -0
- package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +0 -2
- package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/dist/mjs/types/Interface/api/terminationList/QueryPaginateTerminationList.d.ts +2 -0
- package/dist/mjs/types/Interface/api/terminationList/QueryPaginateTerminationList.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/terminationList/QueryPaginateTerminationList.js +14 -0
- package/dist/mjs/types/Interface/api/terminationList/QueryPaginateTerminationList.js.map +1 -1
- package/dist/mjs/types/Interface/api/terminationList/Read.d.ts +6 -0
- package/dist/mjs/types/Interface/api/terminationList/Read.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/terminationList/Read.js +2 -0
- package/dist/mjs/types/Interface/api/terminationList/Read.js.map +1 -0
- package/dist/mjs/types/Interface/models/IPrestation.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestation.js.map +1 -1
- package/dist/mjs/types/index.d.ts +2 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +2 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/TerminationList.ts +5 -1
- package/ts/types/Enum/AppointmentState.ts +31 -0
- package/ts/types/Interface/api/prestation/Query.ts +5 -0
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +1 -2
- package/ts/types/Interface/api/terminationList/QueryPaginateTerminationList.ts +10 -0
- package/ts/types/Interface/api/terminationList/Read.ts +5 -0
- package/ts/types/Interface/models/IPrestation.ts +1 -0
- package/ts/types/index.ts +2 -0
|
@@ -11,7 +11,6 @@ import {
|
|
|
11
11
|
UnpaidDetail, IPendingPoint, ISociety, ReadChecklistDeadline, IRegistration, VatDeadlineType,
|
|
12
12
|
} from '../../..';
|
|
13
13
|
import { ICustomerVat } from '../../models/ICustomerVat';
|
|
14
|
-
import { ISocietyStat } from '../../models/ISocietyStat';
|
|
15
14
|
|
|
16
15
|
export class ReadTaxDeadline {
|
|
17
16
|
society: {
|
|
@@ -40,7 +39,7 @@ export class ReadTaxDeadline {
|
|
|
40
39
|
prestations: PrestationTaxDeadline[];
|
|
41
40
|
activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];
|
|
42
41
|
statistics: {
|
|
43
|
-
turnovers: ISocietyStat[];
|
|
42
|
+
// turnovers: ISocietyStat[];
|
|
44
43
|
transactions: {
|
|
45
44
|
annoted: number;
|
|
46
45
|
total: number;
|
|
@@ -75,4 +75,14 @@ export class QueryPaginateTerminationList {
|
|
|
75
75
|
@ToBoolean()
|
|
76
76
|
@IsOptional()
|
|
77
77
|
stat?: boolean;
|
|
78
|
+
|
|
79
|
+
@ApiPropertyOptional()
|
|
80
|
+
@IsOptional()
|
|
81
|
+
@IsInt()
|
|
82
|
+
idType?: number | null;
|
|
83
|
+
|
|
84
|
+
@ApiPropertyOptional()
|
|
85
|
+
@IsOptional()
|
|
86
|
+
@IsInt()
|
|
87
|
+
idState?: number | null;
|
|
78
88
|
}
|
|
@@ -47,6 +47,7 @@ export interface IPrestation {
|
|
|
47
47
|
idPrestationDeclarationIR: number | null;
|
|
48
48
|
idPrestationControleFiscal: number | null;
|
|
49
49
|
idOnBoarder: number | null;
|
|
50
|
+
idStateAppointment: number | null;
|
|
50
51
|
totalAmount?: number;
|
|
51
52
|
discountAmount?: number;
|
|
52
53
|
debitType?: string;
|
package/ts/types/index.ts
CHANGED
|
@@ -459,6 +459,7 @@ export * from './Enum/MimeType';
|
|
|
459
459
|
export * from './Enum/BalanceSheetQuestion';
|
|
460
460
|
export * from './Enum/BalanceSheetQuestionWording';
|
|
461
461
|
export * from './Enum/AnswerTypeValue';
|
|
462
|
+
export * from './Enum/AppointmentState';
|
|
462
463
|
export * from './Enum/PartneredAccountantServiceType';
|
|
463
464
|
export * from './Enum/LegalInformation';
|
|
464
465
|
export * from './Enum/ProvisionType';
|
|
@@ -1054,6 +1055,7 @@ export * from './Interface/api/echo/NewsPaper';
|
|
|
1054
1055
|
export * from './Interface/api/echo/Order';
|
|
1055
1056
|
export * from './Interface/api/userTimeSlot/QueryUserTimeSlot';
|
|
1056
1057
|
export * from './Interface/api/workingSchedule/QueryAvailableTimeSlot';
|
|
1058
|
+
export * from './Interface/api/terminationList/Read';
|
|
1057
1059
|
|
|
1058
1060
|
// Enums types
|
|
1059
1061
|
export * from './Interface/enum/Util';
|