@silexpert/core 0.4.13 → 0.4.14
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/BalanceSheet.d.ts +8 -0
- package/es/api/resources/BalanceSheet.d.ts.map +1 -0
- package/es/api/resources/BalanceSheet.js +12 -0
- package/es/api/resources/BalanceSheet.js.map +1 -0
- package/es/api/resources/Letter.d.ts +6 -0
- package/es/api/resources/Letter.d.ts.map +1 -0
- package/es/api/resources/Letter.js +7 -0
- package/es/api/resources/Letter.js.map +1 -0
- package/es/api/resources/Report.d.ts +14 -0
- package/es/api/resources/Report.d.ts.map +1 -0
- package/es/api/resources/Report.js +13 -0
- package/es/api/resources/Report.js.map +1 -0
- package/es/api/resources/User.d.ts +4 -1
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +9 -0
- package/es/api/resources/User.js.map +1 -1
- package/es/api/resources.d.ts +8 -2
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +8 -2
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AccountingJournal.d.ts +2 -1
- package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
- package/es/types/Enum/AccountingJournal.js +1 -0
- package/es/types/Enum/AccountingJournal.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +21 -0
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -0
- package/es/types/Enum/BalanceSheet.js +529 -0
- package/es/types/Enum/BalanceSheet.js.map +1 -0
- package/es/types/Enum/IncomeStatement.d.ts +1 -0
- package/es/types/Enum/IncomeStatement.d.ts.map +1 -1
- package/es/types/Enum/IncomeStatement.js +5 -2
- package/es/types/Enum/IncomeStatement.js.map +1 -1
- package/es/types/Enum/LetterType.d.ts +47 -0
- package/es/types/Enum/LetterType.d.ts.map +1 -0
- package/es/types/Enum/LetterType.js +47 -0
- package/es/types/Enum/LetterType.js.map +1 -0
- package/es/types/Enum/ReportState.d.ts +31 -0
- package/es/types/Enum/ReportState.d.ts.map +1 -0
- package/es/types/Enum/ReportState.js +31 -0
- package/es/types/Enum/ReportState.js.map +1 -0
- package/es/types/Enum/ReportType.d.ts +27 -0
- package/es/types/Enum/ReportType.d.ts.map +1 -0
- package/es/types/Enum/ReportType.js +27 -0
- package/es/types/Enum/ReportType.js.map +1 -0
- package/es/types/Enum/Role.d.ts +7 -2
- package/es/types/Enum/Role.d.ts.map +1 -1
- package/es/types/Enum/Role.js +6 -1
- package/es/types/Enum/Role.js.map +1 -1
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +11 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js +2 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
- package/es/types/Interface/api/letter/CreateLetter.d.ts +15 -0
- package/es/types/Interface/api/letter/CreateLetter.d.ts.map +1 -0
- package/es/types/Interface/api/letter/CreateLetter.js +57 -0
- package/es/types/Interface/api/letter/CreateLetter.js.map +1 -0
- package/es/types/Interface/api/report/CreateReport.d.ts +13 -0
- package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -0
- package/es/types/Interface/api/report/CreateReport.js +45 -0
- package/es/types/Interface/api/report/CreateReport.js.map +1 -0
- package/es/types/Interface/api/report/QueryReports.d.ts +9 -0
- package/es/types/Interface/api/report/QueryReports.d.ts.map +1 -0
- package/es/types/Interface/api/report/QueryReports.js +37 -0
- package/es/types/Interface/api/report/QueryReports.js.map +1 -0
- package/es/types/Interface/api/report/ReadReport.d.ts +8 -0
- package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -0
- package/es/types/Interface/api/report/ReadReport.js +2 -0
- package/es/types/Interface/api/report/ReadReport.js.map +1 -0
- package/es/types/Interface/api/user/CreateUser.d.ts +10 -0
- package/es/types/Interface/api/user/CreateUser.d.ts.map +1 -0
- package/es/types/Interface/api/user/CreateUser.js +41 -0
- package/es/types/Interface/api/user/CreateUser.js.map +1 -0
- package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts +4 -0
- package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts.map +1 -0
- package/es/types/Interface/api/user/QueryUserSmsConfirmation.js +17 -0
- package/es/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
- package/es/types/Interface/models/IAccountingJournal.d.ts +2 -0
- package/es/types/Interface/models/IAccountingJournal.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingJournal.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +7 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +8 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/ILetter.d.ts +18 -14
- package/es/types/Interface/models/ILetter.d.ts.map +1 -1
- package/es/types/Interface/models/ILetter.js.map +1 -1
- package/es/types/Interface/models/IReport.d.ts +12 -11
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/Interface/models/IReportMessage.d.ts +1 -1
- package/es/types/Interface/models/IReportMessage.d.ts.map +1 -1
- package/es/types/Interface/models/IReportMessage.js.map +1 -1
- package/es/types/Interface/models/IReportType.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +0 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +15 -4
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +15 -4
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BalanceSheet.js +23 -0
- package/js/api/resources/BalanceSheet.js.map +1 -0
- package/js/api/resources/Letter.js +18 -0
- package/js/api/resources/Letter.js.map +1 -0
- package/js/api/resources/Report.js +28 -0
- package/js/api/resources/Report.js.map +1 -0
- package/js/api/resources/User.js +14 -0
- package/js/api/resources/User.js.map +1 -1
- package/js/api/resources.js +12 -3
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountingJournal.js +1 -0
- package/js/types/Enum/AccountingJournal.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +438 -0
- package/js/types/Enum/BalanceSheet.js.map +1 -0
- package/js/types/Enum/IncomeStatement.js +5 -2
- package/js/types/Enum/IncomeStatement.js.map +1 -1
- package/js/types/Enum/LetterType.js +52 -0
- package/js/types/Enum/LetterType.js.map +1 -0
- package/js/types/Enum/ReportState.js +36 -0
- package/js/types/Enum/ReportState.js.map +1 -0
- package/js/types/Enum/ReportType.js +32 -0
- package/js/types/Enum/ReportType.js.map +1 -0
- package/js/types/Enum/Role.js +6 -1
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js +6 -0
- package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
- package/js/types/Interface/api/letter/CreateLetter.js +47 -0
- package/js/types/Interface/api/letter/CreateLetter.js.map +1 -0
- package/js/types/Interface/api/report/CreateReport.js +41 -0
- package/js/types/Interface/api/report/CreateReport.js.map +1 -0
- package/js/types/Interface/api/report/QueryReports.js +37 -0
- package/js/types/Interface/api/report/QueryReports.js.map +1 -0
- package/js/types/Interface/api/report/ReadReport.js +6 -0
- package/js/types/Interface/api/report/ReadReport.js.map +1 -0
- package/js/types/Interface/api/user/CreateUser.js +39 -0
- package/js/types/Interface/api/user/CreateUser.js.map +1 -0
- package/js/types/Interface/api/user/QueryUserSmsConfirmation.js +27 -0
- package/js/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +10 -2
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +156 -24
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BalanceSheet.ts +12 -0
- package/ts/api/resources/Letter.ts +10 -0
- package/ts/api/resources/Report.ts +22 -0
- package/ts/api/resources/User.ts +12 -1
- package/ts/api/resources.ts +8 -2
- package/ts/types/Enum/AccountingJournal.ts +1 -0
- package/ts/types/Enum/BalanceSheet.ts +555 -0
- package/ts/types/Enum/IncomeStatement.ts +6 -2
- package/ts/types/Enum/LetterType.ts +46 -0
- package/ts/types/Enum/ReportState.ts +30 -0
- package/ts/types/Enum/ReportType.ts +26 -0
- package/ts/types/Enum/Role.ts +6 -1
- package/ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts +10 -0
- package/ts/types/Interface/api/letter/CreateLetter.ts +37 -0
- package/ts/types/Interface/api/report/CreateReport.ts +29 -0
- package/ts/types/Interface/api/report/QueryReports.ts +21 -0
- package/ts/types/Interface/api/report/ReadReport.ts +9 -0
- package/ts/types/Interface/api/user/CreateUser.ts +18 -0
- package/ts/types/Interface/api/user/QueryUserSmsConfirmation.ts +6 -0
- package/ts/types/Interface/models/IAccountingJournal.ts +2 -0
- package/ts/types/Interface/models/IApiError.ts +11 -0
- package/ts/types/Interface/models/ILetter.ts +18 -14
- package/ts/types/Interface/models/IReport.ts +12 -11
- package/ts/types/Interface/models/IReportMessage.ts +1 -1
- package/ts/types/Interface/models/IReportType.ts +1 -1
- package/ts/types/Interface/models/ISociety.ts +0 -1
- package/ts/types/index.ts +15 -4
package/ts/types/Enum/Role.ts
CHANGED
|
@@ -3,7 +3,7 @@ export enum Role {
|
|
|
3
3
|
ADMIN = 2,
|
|
4
4
|
FRONT_OFFICE = 3,
|
|
5
5
|
COMMERCIAL = 9,
|
|
6
|
-
|
|
6
|
+
CUSTOMER_SUCCESS = 10,
|
|
7
7
|
SOCIAL = 11,
|
|
8
8
|
JURIDIC = 12,
|
|
9
9
|
CHIEF_ACCOUNTANT = 13,
|
|
@@ -21,4 +21,9 @@ export enum Role {
|
|
|
21
21
|
API = 26,
|
|
22
22
|
BACK_OFFICE = 27,
|
|
23
23
|
BACK_OFFICE_EXPRESS = 28,
|
|
24
|
+
BACK_MANAGER = 30,
|
|
25
|
+
FRONT_MANAGER = 31,
|
|
26
|
+
CUSTOMER_SUCCESS_MANAGER = 32,
|
|
27
|
+
COMMERCIAL_MANAGER = 33,
|
|
28
|
+
FACTURATION = 34,
|
|
24
29
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ILetter } from '../../..';
|
|
2
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
|
|
4
|
+
export class CreateLetter implements ILetter {
|
|
5
|
+
@ApiProperty()
|
|
6
|
+
idLetterType: number;
|
|
7
|
+
|
|
8
|
+
@ApiPropertyOptional()
|
|
9
|
+
idReport?: number;
|
|
10
|
+
|
|
11
|
+
@ApiProperty()
|
|
12
|
+
idSociety: number;
|
|
13
|
+
|
|
14
|
+
@ApiProperty()
|
|
15
|
+
letterDate: Date;
|
|
16
|
+
|
|
17
|
+
@ApiPropertyOptional()
|
|
18
|
+
complement?: string;
|
|
19
|
+
|
|
20
|
+
@ApiPropertyOptional()
|
|
21
|
+
fileType?: 'receivedFileObject' | 'responseFileObject' | null;
|
|
22
|
+
|
|
23
|
+
@ApiPropertyOptional()
|
|
24
|
+
isLRAR?: boolean;
|
|
25
|
+
|
|
26
|
+
@ApiPropertyOptional()
|
|
27
|
+
isDone?: boolean;
|
|
28
|
+
|
|
29
|
+
@ApiPropertyOptional()
|
|
30
|
+
needResponse?: boolean;
|
|
31
|
+
|
|
32
|
+
@ApiPropertyOptional()
|
|
33
|
+
ARNumber?: string;
|
|
34
|
+
|
|
35
|
+
@ApiPropertyOptional()
|
|
36
|
+
idAccountant?: number;
|
|
37
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IReport } from '../../..';
|
|
2
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { TFile } from '../file/TFile';
|
|
4
|
+
|
|
5
|
+
export class CreateReport implements IReport {
|
|
6
|
+
@ApiPropertyOptional()
|
|
7
|
+
idReportType?: number;
|
|
8
|
+
|
|
9
|
+
@ApiPropertyOptional()
|
|
10
|
+
idSociety?: number;
|
|
11
|
+
|
|
12
|
+
@ApiProperty()
|
|
13
|
+
idUser: number;
|
|
14
|
+
|
|
15
|
+
@ApiProperty()
|
|
16
|
+
message: string;
|
|
17
|
+
|
|
18
|
+
@ApiPropertyOptional()
|
|
19
|
+
search?: string;
|
|
20
|
+
|
|
21
|
+
@ApiProperty()
|
|
22
|
+
letterDate: Date;
|
|
23
|
+
|
|
24
|
+
@ApiPropertyOptional()
|
|
25
|
+
receivedFile?: TFile;
|
|
26
|
+
|
|
27
|
+
@ApiPropertyOptional()
|
|
28
|
+
responseFile?: TFile;
|
|
29
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
|
|
3
|
+
export class QueryReports {
|
|
4
|
+
@ApiPropertyOptional()
|
|
5
|
+
idReportType?: number;
|
|
6
|
+
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
idSociety?: number;
|
|
9
|
+
|
|
10
|
+
@ApiPropertyOptional()
|
|
11
|
+
search?: string;
|
|
12
|
+
|
|
13
|
+
@ApiPropertyOptional()
|
|
14
|
+
year?: number;
|
|
15
|
+
|
|
16
|
+
@ApiPropertyOptional()
|
|
17
|
+
state?: number;
|
|
18
|
+
|
|
19
|
+
@ApiPropertyOptional()
|
|
20
|
+
idUser?: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
|
+
|
|
3
|
+
export class CreateUser {
|
|
4
|
+
@ApiProperty()
|
|
5
|
+
email: string;
|
|
6
|
+
@ApiProperty()
|
|
7
|
+
phone: string;
|
|
8
|
+
@ApiProperty()
|
|
9
|
+
password: string;
|
|
10
|
+
@ApiProperty()
|
|
11
|
+
firstname: string;
|
|
12
|
+
@ApiProperty()
|
|
13
|
+
lastname: string;
|
|
14
|
+
@ApiProperty()
|
|
15
|
+
acceptCgv?: boolean; // not sure if needed (maybe more a front notion)
|
|
16
|
+
@ApiPropertyOptional()
|
|
17
|
+
acceptNewsletter?: boolean;
|
|
18
|
+
}
|
|
@@ -53,8 +53,19 @@ export enum Code {
|
|
|
53
53
|
// Income statement
|
|
54
54
|
invalidIncomeStatementList = 'invalid_income_statement_list',
|
|
55
55
|
|
|
56
|
+
// Balance Sheet
|
|
57
|
+
invalidBalanceSheetList = 'invalid_balance_sheet_list',
|
|
58
|
+
|
|
56
59
|
// FecFile
|
|
57
60
|
insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',
|
|
61
|
+
|
|
62
|
+
// User creation
|
|
63
|
+
userAlreadyExistWithSociety = 'user-already-exists',
|
|
64
|
+
userDoesNotExists = 'user-does-not-exist',
|
|
65
|
+
expiredSmsCode = 'expired-sms-code',
|
|
66
|
+
userNotInFmaProcess = 'user-not-in-maf-process',
|
|
67
|
+
wrongSmsCode = 'wrong-sms-code',
|
|
68
|
+
|
|
58
69
|
}
|
|
59
70
|
|
|
60
71
|
export interface IApiError {
|
|
@@ -2,27 +2,31 @@ import { IUser } from './IUser';
|
|
|
2
2
|
import { ISociety } from './ISociety';
|
|
3
3
|
import { ILetterType } from './ILetterType';
|
|
4
4
|
import { IFile } from './IFile';
|
|
5
|
+
import { IReport } from './IReport';
|
|
5
6
|
|
|
6
7
|
// letters
|
|
7
8
|
export interface ILetter {
|
|
8
9
|
id?: number;
|
|
9
|
-
|
|
10
|
+
complement?: string | null;
|
|
11
|
+
isLRAR?: boolean;
|
|
12
|
+
isDone?: boolean;
|
|
13
|
+
needResponse?: boolean;
|
|
14
|
+
letterDate: Date;
|
|
15
|
+
ARNumber?: string | null;
|
|
16
|
+
idLetterType: number;
|
|
17
|
+
idReceivedFile?: number | null;
|
|
18
|
+
idResponseFile?: number | null;
|
|
10
19
|
idSociety: number;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
isLRAR: boolean;
|
|
14
|
-
idReceivedFile: number | null;
|
|
15
|
-
idResponseFile: number | null;
|
|
16
|
-
isDone: boolean;
|
|
17
|
-
needResponse: boolean;
|
|
18
|
-
receivedAt: Date;
|
|
20
|
+
idReport?: number;
|
|
21
|
+
idAccountant?: number;
|
|
19
22
|
createdAt?: Date | null;
|
|
20
23
|
updatedAt?: Date | null;
|
|
21
24
|
|
|
22
25
|
// Associations
|
|
23
|
-
user
|
|
24
|
-
society
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
user?: IUser;
|
|
27
|
+
society?: ISociety;
|
|
28
|
+
report?: IReport;
|
|
29
|
+
typeLetter?: ILetterType;
|
|
30
|
+
receivedFile?: IFile;
|
|
31
|
+
responseFile?: IFile;
|
|
28
32
|
}
|
|
@@ -5,19 +5,20 @@ import { ISociety } from './ISociety';
|
|
|
5
5
|
// report
|
|
6
6
|
export interface IReport {
|
|
7
7
|
id?: number;
|
|
8
|
-
idSociety
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
idSociety?: number | null;
|
|
9
|
+
idReportType?: number | null;
|
|
10
|
+
idLetterType?: number | null;
|
|
11
|
+
declareSoupcons?: boolean | null;
|
|
12
|
+
etat?: number | null;
|
|
13
|
+
informerjlb?: boolean | null;
|
|
14
|
+
ressenti?: number | null;
|
|
15
|
+
action?: number | null;
|
|
16
|
+
processed?: boolean | null;
|
|
16
17
|
createdAt?: Date | null;
|
|
17
18
|
updatedAt?: Date | null;
|
|
18
19
|
|
|
19
20
|
// Associations
|
|
20
|
-
reportComment
|
|
21
|
-
|
|
22
|
-
society
|
|
21
|
+
reportComment?: IReportMessage[];
|
|
22
|
+
reportType?: IReportType;
|
|
23
|
+
society?: ISociety;
|
|
23
24
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -268,8 +268,8 @@ export * from './Interface/models/IWebMailType';
|
|
|
268
268
|
export * from './Interface/models/IWebMailSpamType';
|
|
269
269
|
export * from './Interface/models/IWorkingSchedule';
|
|
270
270
|
export * from './Interface/models/IField';
|
|
271
|
-
export * from './Interface/models/ISuggestion';
|
|
272
271
|
export * from './Interface/models/IFecFile';
|
|
272
|
+
export * from './Interface/models/ISuggestion';
|
|
273
273
|
export * from './Interface/api/BasePaginate';
|
|
274
274
|
export * from './Interface/api/BaseRequest';
|
|
275
275
|
export * from './Interface/api/generalLedger/IGeneralLedgerAccount';
|
|
@@ -297,10 +297,14 @@ export * from './Enum/ImmobilizationType';
|
|
|
297
297
|
export * from './Enum/Nature';
|
|
298
298
|
export * from './Enum/SurveyType';
|
|
299
299
|
export * from './Enum/SurveyTypeDatas';
|
|
300
|
+
export * from './Enum/ReportType';
|
|
301
|
+
export * from './Enum/ReportState';
|
|
302
|
+
export * from './Enum/LetterType';
|
|
300
303
|
export * from './Enum/PartnerType';
|
|
301
304
|
export * from './Enum/ThirdPartyType';
|
|
302
|
-
export * from './Enum/IncomeStatement';
|
|
303
305
|
export * from './Enum/FecFileDelimiter';
|
|
306
|
+
export * from './Enum/IncomeStatement';
|
|
307
|
+
export * from './Enum/BalanceSheet';
|
|
304
308
|
|
|
305
309
|
// Interfaces API
|
|
306
310
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -316,6 +320,8 @@ export * from './Interface/api/account/QueryAccounts';
|
|
|
316
320
|
export * from './Interface/api/accountingTransaction/QueryTransaction';
|
|
317
321
|
export * from './Interface/api/user/QueryConfirm';
|
|
318
322
|
export * from './Interface/api/user/QueryResendConfirmationLink';
|
|
323
|
+
export * from './Interface/api/user/CreateUser';
|
|
324
|
+
export * from './Interface/api/user/QueryUserSmsConfirmation';
|
|
319
325
|
export * from './Interface/api/account/ReadAccounts';
|
|
320
326
|
export * from './Interface/api/simulationColors/ReadSimulationColors';
|
|
321
327
|
export * from './Interface/api/survey/QuerySurveys';
|
|
@@ -325,11 +331,16 @@ export * from './Interface/api/file/TFile';
|
|
|
325
331
|
export * from './Interface/api/survey/ReadSurvey';
|
|
326
332
|
export * from './Interface/api/survey/UpdateSurvey';
|
|
327
333
|
export * from './Interface/api/survey/CreateSurvey';
|
|
334
|
+
export * from './Interface/api/report/ReadReport';
|
|
335
|
+
export * from './Interface/api/report/CreateReport';
|
|
336
|
+
export * from './Interface/api/report/QueryReports';
|
|
337
|
+
export * from './Interface/api/letter/CreateLetter';
|
|
328
338
|
export * from './Interface/api/mailInvoice/CreateInvoiceMail';
|
|
329
339
|
export * from './Interface/api/mailInvoice/UpdateInvoiceMail';
|
|
330
340
|
export * from './Interface/api/partner/CreatePartner';
|
|
341
|
+
export * from './Interface/api/fecFile/CreateFecFile';
|
|
342
|
+
export * from './Interface/api/fecFile/ReadFecFile';
|
|
331
343
|
export * from './Interface/api/generalLedger/QueryGeneralLedger';
|
|
332
344
|
export * from './Interface/api/incomeStatement/QueryIncomeStatement';
|
|
333
345
|
export * from './Interface/api/incomeStatement/ReadIncomeStatement';
|
|
334
|
-
export * from './Interface/api/
|
|
335
|
-
export * from './Interface/api/fecFile/ReadFecFile';
|
|
346
|
+
export * from './Interface/api/balanceSheet/ReadBalanceSheet';
|