@silexpert/core 1.1.267 → 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/IntermediateManagementRebate.d.ts +1 -1
- package/dist/cjs/api/resources/IntermediateManagementRebate.d.ts.map +1 -1
- package/dist/cjs/api/resources/IntermediateManagementRebate.js.map +1 -1
- package/dist/cjs/api/resources/Synchronisation.d.ts +2 -1
- package/dist/cjs/api/resources/Synchronisation.d.ts.map +1 -1
- package/dist/cjs/api/resources/Synchronisation.js +3 -0
- package/dist/cjs/api/resources/Synchronisation.js.map +1 -1
- 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/api/resources/statistic/DataOfficer.d.ts +7 -0
- package/dist/cjs/api/resources/statistic/DataOfficer.d.ts.map +1 -0
- package/dist/cjs/api/resources/statistic/DataOfficer.js +11 -0
- package/dist/cjs/api/resources/statistic/DataOfficer.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.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/Enum/Log.d.ts +8 -1
- package/dist/cjs/types/Enum/Log.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Log.js +7 -0
- package/dist/cjs/types/Enum/Log.js.map +1 -1
- package/dist/cjs/types/Enum/StatisticType.d.ts +2 -1
- package/dist/cjs/types/Enum/StatisticType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/StatisticType.js +1 -0
- package/dist/cjs/types/Enum/StatisticType.js.map +1 -1
- package/dist/cjs/types/Interface/api/IntermediateManagementRebate.d.ts +1 -13
- package/dist/cjs/types/Interface/api/IntermediateManagementRebate.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/IntermediateManagementRebate.js.map +1 -1
- 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/statistic/QueryDataOfficer.d.ts +5 -0
- package/dist/cjs/types/Interface/api/statistic/QueryDataOfficer.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/statistic/QueryDataOfficer.js +30 -0
- package/dist/cjs/types/Interface/api/statistic/QueryDataOfficer.js.map +1 -0
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.d.ts +3 -0
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.js +10 -1
- package/dist/cjs/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/dist/cjs/types/Interface/api/synchronisation/Query.d.ts +4 -0
- package/dist/cjs/types/Interface/api/synchronisation/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/synchronisation/Query.js +16 -1
- package/dist/cjs/types/Interface/api/synchronisation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/synchronisation/Read.d.ts +9 -0
- package/dist/cjs/types/Interface/api/synchronisation/Read.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/synchronisation/Read.js +3 -0
- package/dist/cjs/types/Interface/api/synchronisation/Read.js.map +1 -0
- 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/Interface/models/IRule.d.ts +3 -0
- package/dist/cjs/types/Interface/models/IRule.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IRule.js.map +1 -1
- package/dist/cjs/types/index.d.ts +4 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +4 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/mjs/api/resources/IntermediateManagementRebate.d.ts +1 -1
- package/dist/mjs/api/resources/IntermediateManagementRebate.d.ts.map +1 -1
- package/dist/mjs/api/resources/IntermediateManagementRebate.js.map +1 -1
- package/dist/mjs/api/resources/Synchronisation.d.ts +2 -1
- package/dist/mjs/api/resources/Synchronisation.d.ts.map +1 -1
- package/dist/mjs/api/resources/Synchronisation.js +6 -0
- package/dist/mjs/api/resources/Synchronisation.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/api/resources/statistic/DataOfficer.d.ts +7 -0
- package/dist/mjs/api/resources/statistic/DataOfficer.d.ts.map +1 -0
- package/dist/mjs/api/resources/statistic/DataOfficer.js +11 -0
- package/dist/mjs/api/resources/statistic/DataOfficer.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.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/Enum/Log.d.ts +8 -1
- package/dist/mjs/types/Enum/Log.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Log.js +7 -0
- package/dist/mjs/types/Enum/Log.js.map +1 -1
- package/dist/mjs/types/Enum/StatisticType.d.ts +2 -1
- package/dist/mjs/types/Enum/StatisticType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/StatisticType.js +1 -0
- package/dist/mjs/types/Enum/StatisticType.js.map +1 -1
- package/dist/mjs/types/Interface/api/IntermediateManagementRebate.d.ts +1 -13
- package/dist/mjs/types/Interface/api/IntermediateManagementRebate.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/IntermediateManagementRebate.js.map +1 -1
- 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/statistic/QueryDataOfficer.d.ts +5 -0
- package/dist/mjs/types/Interface/api/statistic/QueryDataOfficer.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/statistic/QueryDataOfficer.js +28 -0
- package/dist/mjs/types/Interface/api/statistic/QueryDataOfficer.js.map +1 -0
- package/dist/mjs/types/Interface/api/statistic/QueryInternal.d.ts +3 -0
- package/dist/mjs/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/statistic/QueryInternal.js +9 -0
- package/dist/mjs/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/dist/mjs/types/Interface/api/synchronisation/Query.d.ts +4 -0
- package/dist/mjs/types/Interface/api/synchronisation/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/synchronisation/Query.js +16 -0
- package/dist/mjs/types/Interface/api/synchronisation/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/synchronisation/Read.d.ts +9 -0
- package/dist/mjs/types/Interface/api/synchronisation/Read.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/synchronisation/Read.js +2 -0
- package/dist/mjs/types/Interface/api/synchronisation/Read.js.map +1 -0
- 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/Interface/models/IRule.d.ts +3 -0
- package/dist/mjs/types/Interface/models/IRule.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IRule.js.map +1 -1
- package/dist/mjs/types/index.d.ts +4 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +4 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/IntermediateManagementRebate.ts +1 -1
- package/ts/api/resources/Synchronisation.ts +8 -1
- package/ts/api/resources/TerminationList.ts +5 -1
- package/ts/api/resources/statistic/DataOfficer.ts +13 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AppointmentState.ts +31 -0
- package/ts/types/Enum/Log.ts +7 -0
- package/ts/types/Enum/StatisticType.ts +1 -0
- package/ts/types/Interface/api/IntermediateManagementRebate.ts +1 -13
- package/ts/types/Interface/api/prestation/Query.ts +5 -0
- package/ts/types/Interface/api/statistic/QueryDataOfficer.ts +14 -0
- package/ts/types/Interface/api/statistic/QueryInternal.ts +7 -0
- package/ts/types/Interface/api/synchronisation/Query.ts +12 -0
- package/ts/types/Interface/api/synchronisation/Read.ts +8 -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/Interface/models/IRule.ts +3 -0
- package/ts/types/index.ts +4 -0
package/ts/api/resources.ts
CHANGED
|
@@ -158,6 +158,7 @@ import { Synchronisation } from './resources/Synchronisation';
|
|
|
158
158
|
import { UpToDateBankAccount } from './resources/UpToDate';
|
|
159
159
|
import { UserTimeSlot } from './resources/UserTimeSlot';
|
|
160
160
|
import { Echo } from './resources/Echo';
|
|
161
|
+
import { StatisticDataOfficer } from './resources/statistic/DataOfficer';
|
|
161
162
|
|
|
162
163
|
export const resources = {
|
|
163
164
|
simulation: Simulation,
|
|
@@ -268,6 +269,7 @@ export const resources = {
|
|
|
268
269
|
statisticDirection: StatisticDirection,
|
|
269
270
|
statisticExpertAccountant: StatisticExpertAccountant,
|
|
270
271
|
statisticCustomerSuccess: StatisticCustomerSuccess,
|
|
272
|
+
statisticDataOfficer: StatisticDataOfficer,
|
|
271
273
|
paymentExpectation: PaymentExpectation,
|
|
272
274
|
terminationList: TerminationList,
|
|
273
275
|
slowDetection: SlowDetection,
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
|
|
2
|
+
export enum StateAppointment {
|
|
3
|
+
CUSTOMER_ON_LEAVE = 1,
|
|
4
|
+
CUSTOMER_ABROAD = 2,
|
|
5
|
+
SOCIETY_CANCELLED = 3,
|
|
6
|
+
MISSING_FILE = 4,
|
|
7
|
+
BUSINESS_CONTRIBUTOR = 5,
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export const StateAppointmentDetail = {
|
|
11
|
+
CUSTOMER_ON_LEAVE: {
|
|
12
|
+
id: StateAppointment.CUSTOMER_ON_LEAVE,
|
|
13
|
+
name: 'Client en congés',
|
|
14
|
+
},
|
|
15
|
+
CUSTOMER_ABROAD: {
|
|
16
|
+
id: StateAppointment.CUSTOMER_ABROAD,
|
|
17
|
+
name: 'Client à l\'étranger',
|
|
18
|
+
},
|
|
19
|
+
SOCIETY_CANCELLED: {
|
|
20
|
+
id: StateAppointment.SOCIETY_CANCELLED,
|
|
21
|
+
name: 'Dossier en cours de résiliation',
|
|
22
|
+
},
|
|
23
|
+
MISSING_FILE: {
|
|
24
|
+
id: StateAppointment.MISSING_FILE,
|
|
25
|
+
name: 'Documents manquants',
|
|
26
|
+
},
|
|
27
|
+
BUSINESS_CONTRIBUTOR: {
|
|
28
|
+
id: StateAppointment.BUSINESS_CONTRIBUTOR,
|
|
29
|
+
name: 'Apporteur d\'affaires',
|
|
30
|
+
},
|
|
31
|
+
};
|
package/ts/types/Enum/Log.ts
CHANGED
|
@@ -45,6 +45,7 @@ export enum LogType {
|
|
|
45
45
|
ACCEPTATION = 33,
|
|
46
46
|
IP = 34,
|
|
47
47
|
TYPE_CLIENT = 35,
|
|
48
|
+
ATTRIBUTION_MAIL = 36,
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
export const LogTypeDetail = {
|
|
@@ -258,4 +259,10 @@ export const LogTypeDetail = {
|
|
|
258
259
|
color: 'cyan',
|
|
259
260
|
icon: null,
|
|
260
261
|
},
|
|
262
|
+
ATTRIBUTION_MAIL: {
|
|
263
|
+
id: LogType.ATTRIBUTION_MAIL,
|
|
264
|
+
label: 'Attribution de mail',
|
|
265
|
+
color: 'grey',
|
|
266
|
+
icon: null,
|
|
267
|
+
},
|
|
261
268
|
};
|
|
@@ -55,17 +55,5 @@ export type ReadFormattedIMRFilledWithExercice = {
|
|
|
55
55
|
current: IExercice,
|
|
56
56
|
previous: IExercice | null;
|
|
57
57
|
};
|
|
58
|
-
imr:
|
|
59
|
-
name: string;
|
|
60
|
-
amount: number;
|
|
61
|
-
previousAmount: number | undefined;
|
|
62
|
-
percentOfTurnover: number | undefined;
|
|
63
|
-
previousPercentOfTurnover: number | undefined;
|
|
64
|
-
variation: number | undefined;
|
|
65
|
-
details: Array<IMRTypeFilled & {
|
|
66
|
-
percentOfTurnover: number;
|
|
67
|
-
previousPercentOfTurnover: number | undefined;
|
|
68
|
-
variation: number | undefined;
|
|
69
|
-
}>;
|
|
70
|
-
}>
|
|
58
|
+
imr: ReadFormattedIMRFilled[]
|
|
71
59
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IsNumber, IsDate, IsIn } from 'class-validator';
|
|
2
|
+
import { ApiProperty } from '../../../../utils';
|
|
3
|
+
import { StatisticType } from '../../../Enum/StatisticType';
|
|
4
|
+
|
|
5
|
+
export class QueryDataOfficer {
|
|
6
|
+
@ApiProperty()
|
|
7
|
+
@IsDate()
|
|
8
|
+
endDate: Date;
|
|
9
|
+
|
|
10
|
+
@ApiProperty()
|
|
11
|
+
@IsNumber()
|
|
12
|
+
@IsIn(Object.values(StatisticType))
|
|
13
|
+
type: number;
|
|
14
|
+
}
|
|
@@ -44,4 +44,16 @@ export class QuerySynchronisationPaginated {
|
|
|
44
44
|
@IsOptional()
|
|
45
45
|
@IsNumber()
|
|
46
46
|
connector?: number;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export class QuerySynchronisationStatistic {
|
|
50
|
+
@ApiPropertyOptional()
|
|
51
|
+
@IsOptional()
|
|
52
|
+
@IsArray()
|
|
53
|
+
accountants?: number[];
|
|
54
|
+
|
|
55
|
+
@ApiPropertyOptional()
|
|
56
|
+
@IsOptional()
|
|
57
|
+
@IsNumber()
|
|
58
|
+
customerSuccess?: number;
|
|
47
59
|
}
|
|
@@ -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;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IVat } from './IVat';
|
|
2
2
|
import { IAccount } from './IAccount';
|
|
3
3
|
import { IThirdParty } from './IThirdParty';
|
|
4
|
+
import { IUser } from './IUser';
|
|
4
5
|
import { INature } from './INature';
|
|
5
6
|
|
|
6
7
|
// rules
|
|
@@ -15,6 +16,7 @@ export interface IRule {
|
|
|
15
16
|
idAccount: number | null;
|
|
16
17
|
idTva: number | null;
|
|
17
18
|
idThirdParty: number | null;
|
|
19
|
+
createdBy: number | null;
|
|
18
20
|
idNature: number | null;
|
|
19
21
|
createdAt?: Date | null;
|
|
20
22
|
updatedAt?: Date | null;
|
|
@@ -24,5 +26,6 @@ export interface IRule {
|
|
|
24
26
|
tva: IVat;
|
|
25
27
|
account: IAccount;
|
|
26
28
|
thirdParty: IThirdParty;
|
|
29
|
+
userWhoCreated: IUser;
|
|
27
30
|
nature: INature;
|
|
28
31
|
}
|
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';
|
|
@@ -792,6 +793,7 @@ export * from './Interface/api/statistic/QueryDirection';
|
|
|
792
793
|
export * from './Interface/api/statistic/QueryInternal';
|
|
793
794
|
export * from './Interface/api/statistic/QueryGetDirection';
|
|
794
795
|
export * from './Interface/api/statistic/QueryCustomerSuccess';
|
|
796
|
+
export * from './Interface/api/statistic/QueryDataOfficer';
|
|
795
797
|
export * from './Interface/api/pappers/CreatePappers';
|
|
796
798
|
export * from './Interface/api/bankAccount/Query';
|
|
797
799
|
export * from './Interface/api/bankAccount/Update';
|
|
@@ -935,6 +937,7 @@ export * from './Interface/api/mobile/QueryMobileMigration';
|
|
|
935
937
|
export * from './Interface/api/societyEvent/QuerySocietyEvent';
|
|
936
938
|
export * from './Interface/api/societyEvent/CreateSocietyEvent';
|
|
937
939
|
export * from './Interface/api/synchronisation/Query';
|
|
940
|
+
export * from './Interface/api/synchronisation/Read';
|
|
938
941
|
export * from './Interface/api/task/QueryGetAllTask';
|
|
939
942
|
export * from './Interface/api/regulate/QueryGetAll';
|
|
940
943
|
export * from './Interface/api/regulate/RegulateWithStats';
|
|
@@ -1052,6 +1055,7 @@ export * from './Interface/api/echo/NewsPaper';
|
|
|
1052
1055
|
export * from './Interface/api/echo/Order';
|
|
1053
1056
|
export * from './Interface/api/userTimeSlot/QueryUserTimeSlot';
|
|
1054
1057
|
export * from './Interface/api/workingSchedule/QueryAvailableTimeSlot';
|
|
1058
|
+
export * from './Interface/api/terminationList/Read';
|
|
1055
1059
|
|
|
1056
1060
|
// Enums types
|
|
1057
1061
|
export * from './Interface/enum/Util';
|