@silexpert/core 1.0.104 → 1.0.106
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 +2 -1
- package/es/api/resources/BalanceSheet.d.ts.map +1 -1
- package/es/api/resources/BalanceSheet.js +3 -0
- package/es/api/resources/BalanceSheet.js.map +1 -1
- package/es/api/resources/Exercice.d.ts +2 -1
- package/es/api/resources/Exercice.d.ts.map +1 -1
- package/es/api/resources/Exercice.js +3 -0
- package/es/api/resources/Exercice.js.map +1 -1
- package/es/api/resources/Library.d.ts +3 -0
- package/es/api/resources/Library.d.ts.map +1 -1
- package/es/api/resources/Library.js +9 -0
- package/es/api/resources/Library.js.map +1 -1
- package/es/api/resources/SignFile.d.ts +6 -0
- package/es/api/resources/SignFile.d.ts.map +1 -0
- package/es/api/resources/SignFile.js +7 -0
- package/es/api/resources/SignFile.js.map +1 -0
- package/es/api/resources/SocietyConfigBalanceSheet.d.ts +10 -0
- package/es/api/resources/SocietyConfigBalanceSheet.d.ts.map +1 -0
- package/es/api/resources/SocietyConfigBalanceSheet.js +19 -0
- package/es/api/resources/SocietyConfigBalanceSheet.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BalanceSheet.d.ts +118 -1
- package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/es/types/Enum/BalanceSheet.js +136 -0
- package/es/types/Enum/BalanceSheet.js.map +1 -1
- package/es/types/Enum/DepositDocumentType.d.ts +35 -0
- package/es/types/Enum/DepositDocumentType.d.ts.map +1 -0
- package/es/types/Enum/DepositDocumentType.js +191 -0
- package/es/types/Enum/DepositDocumentType.js.map +1 -0
- package/es/types/Enum/Ged.d.ts +17 -1
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +17 -8
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/RevisionGuide.d.ts +56 -6
- package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
- package/es/types/Enum/RevisionGuide.js +54 -4
- package/es/types/Enum/RevisionGuide.js.map +1 -1
- package/es/types/Enum/RoleDetail.js +1 -1
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Enum/StatusSignature.d.ts +9 -0
- package/es/types/Enum/StatusSignature.d.ts.map +1 -0
- package/es/types/Enum/StatusSignature.js +10 -0
- package/es/types/Enum/StatusSignature.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +8 -0
- package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +44 -0
- package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -0
- package/es/types/Interface/api/exercice/UpdateExercice.d.ts +16 -0
- package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -0
- package/es/types/Interface/api/exercice/UpdateExercice.js +101 -0
- package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -0
- package/es/types/Interface/api/facturation/CreateRebilling.d.ts +1 -1
- package/es/types/Interface/api/facturation/CreateRebilling.js +3 -3
- package/es/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
- package/es/types/Interface/api/gedFile/createFileAndGed.d.ts +15 -0
- package/es/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -0
- package/es/types/Interface/api/gedFile/createFileAndGed.js +73 -0
- package/es/types/Interface/api/gedFile/createFileAndGed.js.map +1 -0
- package/es/types/Interface/api/gedFile/updateGedFile.d.ts +1 -0
- package/es/types/Interface/api/gedFile/updateGedFile.d.ts.map +1 -1
- package/es/types/Interface/api/gedFile/updateGedFile.js +4 -0
- package/es/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
- package/es/types/Interface/api/library/QueryLibrary.d.ts +6 -0
- package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/es/types/Interface/api/library/QueryLibrary.js +41 -0
- package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/es/types/Interface/api/signFile/CreateFileToSign.d.ts +12 -0
- package/es/types/Interface/api/signFile/CreateFileToSign.d.ts.map +1 -0
- package/es/types/Interface/api/signFile/CreateFileToSign.js +58 -0
- package/es/types/Interface/api/signFile/CreateFileToSign.js.map +1 -0
- package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.d.ts +6 -0
- package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.d.ts.map +1 -0
- package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +36 -0
- package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -0
- package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.d.ts +11 -0
- package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.d.ts.map +1 -0
- package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +58 -0
- package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -0
- package/es/types/Interface/models/ICustomerSignature.d.ts +5 -2
- package/es/types/Interface/models/ICustomerSignature.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerSignature.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IGedFile.d.ts +1 -0
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFile.js.map +1 -1
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts +9 -3
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -1
- package/es/types/index.d.ts +8 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/BalanceSheet.js +4 -0
- package/js/api/resources/BalanceSheet.js.map +1 -1
- package/js/api/resources/Exercice.js +4 -0
- package/js/api/resources/Exercice.js.map +1 -1
- package/js/api/resources/Library.js +18 -0
- package/js/api/resources/Library.js.map +1 -1
- package/js/api/resources/SignFile.js +22 -0
- package/js/api/resources/SignFile.js.map +1 -0
- package/js/api/resources/SocietyConfigBalanceSheet.js +36 -0
- package/js/api/resources/SocietyConfigBalanceSheet.js.map +1 -0
- package/js/api/resources.js +6 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BalanceSheet.js +118 -1
- package/js/types/Enum/BalanceSheet.js.map +1 -1
- package/js/types/Enum/DepositDocumentType.js +166 -0
- package/js/types/Enum/DepositDocumentType.js.map +1 -0
- package/js/types/Enum/Ged.js +23 -11
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/RevisionGuide.js +55 -4
- package/js/types/Enum/RevisionGuide.js.map +1 -1
- package/js/types/Enum/RoleDetail.js +1 -1
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Enum/StatusSignature.js +16 -0
- package/js/types/Enum/StatusSignature.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +37 -0
- package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -0
- package/js/types/Interface/api/exercice/UpdateExercice.js +55 -0
- package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -0
- package/js/types/Interface/api/facturation/CreateRebilling.js +1 -1
- package/js/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
- package/js/types/Interface/api/gedFile/createFileAndGed.js +49 -0
- package/js/types/Interface/api/gedFile/createFileAndGed.js.map +1 -0
- package/js/types/Interface/api/gedFile/updateGedFile.js +2 -0
- package/js/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
- package/js/types/Interface/api/library/QueryLibrary.js +26 -1
- package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/js/types/Interface/api/signFile/CreateFileToSign.js +43 -0
- package/js/types/Interface/api/signFile/CreateFileToSign.js.map +1 -0
- package/js/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +39 -0
- package/js/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -0
- package/js/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +43 -0
- package/js/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -0
- package/js/types/index.js +96 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/BalanceSheet.ts +5 -1
- package/ts/api/resources/Exercice.ts +5 -1
- package/ts/api/resources/Library.ts +12 -0
- package/ts/api/resources/SignFile.ts +8 -0
- package/ts/api/resources/SocietyConfigBalanceSheet.ts +27 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/BalanceSheet.ts +137 -0
- package/ts/types/Enum/DepositDocumentType.ts +194 -0
- package/ts/types/Enum/Ged.ts +17 -8
- package/ts/types/Enum/RevisionGuide.ts +56 -5
- package/ts/types/Enum/RoleDetail.ts +1 -1
- package/ts/types/Enum/StatusSignature.ts +8 -0
- package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +31 -0
- package/ts/types/Interface/api/exercice/UpdateExercice.ts +80 -0
- package/ts/types/Interface/api/facturation/CreateRebilling.ts +3 -3
- package/ts/types/Interface/api/gedFile/createFileAndGed.ts +55 -0
- package/ts/types/Interface/api/gedFile/updateGedFile.ts +3 -0
- package/ts/types/Interface/api/library/QueryLibrary.ts +34 -0
- package/ts/types/Interface/api/signFile/CreateFileToSign.ts +41 -0
- package/ts/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.ts +25 -0
- package/ts/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.ts +42 -0
- package/ts/types/Interface/models/ICustomerSignature.ts +5 -2
- package/ts/types/Interface/models/IExercice.ts +1 -1
- package/ts/types/Interface/models/IGedFile.ts +1 -0
- package/ts/types/Interface/models/ISocietyConfigBalanceSheet.ts +9 -3
- package/ts/types/index.ts +8 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsDate, IsNumber, IsOptional, IsString,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
|
|
5
|
+
import { TFile } from '../file/TFile';
|
|
6
|
+
|
|
7
|
+
export class CreateFileAndGed {
|
|
8
|
+
@ApiProperty()
|
|
9
|
+
file: TFile;
|
|
10
|
+
|
|
11
|
+
@ApiProperty()
|
|
12
|
+
@IsString()
|
|
13
|
+
filename: string;
|
|
14
|
+
|
|
15
|
+
@ApiProperty()
|
|
16
|
+
@IsDate()
|
|
17
|
+
emissionDate: Date;
|
|
18
|
+
|
|
19
|
+
@ApiPropertyOptional()
|
|
20
|
+
@IsNumber()
|
|
21
|
+
@IsOptional()
|
|
22
|
+
statutFile: number;
|
|
23
|
+
|
|
24
|
+
@ApiPropertyOptional()
|
|
25
|
+
@IsNumber()
|
|
26
|
+
@IsOptional()
|
|
27
|
+
idTypeGedFile: number;
|
|
28
|
+
|
|
29
|
+
@ApiProperty()
|
|
30
|
+
@IsNumber()
|
|
31
|
+
idUser: number;
|
|
32
|
+
|
|
33
|
+
@ApiProperty()
|
|
34
|
+
@IsNumber()
|
|
35
|
+
idGedFolder: number;
|
|
36
|
+
|
|
37
|
+
@ApiProperty()
|
|
38
|
+
@IsNumber()
|
|
39
|
+
idSociety: number;
|
|
40
|
+
|
|
41
|
+
@ApiPropertyOptional()
|
|
42
|
+
@IsNumber()
|
|
43
|
+
@IsOptional()
|
|
44
|
+
typeFile: number;
|
|
45
|
+
|
|
46
|
+
@ApiPropertyOptional()
|
|
47
|
+
@IsNumber()
|
|
48
|
+
@IsOptional()
|
|
49
|
+
idExercice: number;
|
|
50
|
+
|
|
51
|
+
@ApiPropertyOptional()
|
|
52
|
+
@IsNumber()
|
|
53
|
+
@IsOptional()
|
|
54
|
+
idBalanceSheet: number;
|
|
55
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsIn, IsOptional, IsString, IsNumber, IsBoolean,
|
|
3
|
+
} from 'class-validator';
|
|
1
4
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
2
5
|
import { GedFolder, GedFileType } from '../../../Enum/Ged';
|
|
3
6
|
|
|
@@ -11,11 +14,42 @@ export class QueryLibraryFile {
|
|
|
11
14
|
@ApiPropertyOptional()
|
|
12
15
|
idTypeGedFile?: GedFileType;
|
|
13
16
|
|
|
17
|
+
@ApiPropertyOptional()
|
|
18
|
+
typeGedFolder?: GedFolder[];
|
|
19
|
+
|
|
14
20
|
@ApiPropertyOptional()
|
|
15
21
|
idExercice?: number;
|
|
16
22
|
|
|
23
|
+
@ApiPropertyOptional()
|
|
24
|
+
idBalanceSheet?: number;
|
|
25
|
+
|
|
17
26
|
@ApiPropertyOptional()
|
|
18
27
|
idFile?: number;
|
|
28
|
+
|
|
29
|
+
@ApiPropertyOptional()
|
|
30
|
+
@IsNumber()
|
|
31
|
+
@IsOptional()
|
|
32
|
+
typeFile?: number;
|
|
33
|
+
|
|
34
|
+
@ApiPropertyOptional()
|
|
35
|
+
@IsBoolean()
|
|
36
|
+
@IsOptional()
|
|
37
|
+
findSign?: boolean = false;
|
|
38
|
+
|
|
39
|
+
@ApiPropertyOptional()
|
|
40
|
+
@IsOptional()
|
|
41
|
+
@IsString({
|
|
42
|
+
each: true,
|
|
43
|
+
})
|
|
44
|
+
attributes?: string[];
|
|
45
|
+
|
|
46
|
+
@ApiPropertyOptional()
|
|
47
|
+
@IsOptional()
|
|
48
|
+
@IsString({
|
|
49
|
+
each: true,
|
|
50
|
+
})
|
|
51
|
+
@IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed'], { each: true })
|
|
52
|
+
include?: string[];
|
|
19
53
|
}
|
|
20
54
|
|
|
21
55
|
export class QueryDownloadFile {
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { IsOptional, IsNumber } from 'class-validator';
|
|
2
|
+
import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
|
|
3
|
+
import { TFile } from '../file/TFile';
|
|
4
|
+
|
|
5
|
+
export class CreateFileToSign {
|
|
6
|
+
@ApiProperty()
|
|
7
|
+
file: TFile;
|
|
8
|
+
|
|
9
|
+
@ApiPropertyOptional()
|
|
10
|
+
@IsNumber()
|
|
11
|
+
@IsOptional()
|
|
12
|
+
idUser: number;
|
|
13
|
+
|
|
14
|
+
@ApiProperty()
|
|
15
|
+
@IsNumber()
|
|
16
|
+
idGedFolder: number;
|
|
17
|
+
|
|
18
|
+
@ApiProperty()
|
|
19
|
+
@IsNumber()
|
|
20
|
+
idSociety: number;
|
|
21
|
+
|
|
22
|
+
@ApiPropertyOptional()
|
|
23
|
+
@IsNumber()
|
|
24
|
+
@IsOptional()
|
|
25
|
+
idExercice?: number;
|
|
26
|
+
|
|
27
|
+
@ApiPropertyOptional()
|
|
28
|
+
@IsNumber()
|
|
29
|
+
@IsOptional()
|
|
30
|
+
idBalanceSheet?: number;
|
|
31
|
+
|
|
32
|
+
@ApiPropertyOptional()
|
|
33
|
+
@IsNumber()
|
|
34
|
+
@IsOptional()
|
|
35
|
+
nbrPage: number;
|
|
36
|
+
|
|
37
|
+
@ApiPropertyOptional()
|
|
38
|
+
@IsNumber()
|
|
39
|
+
@IsOptional()
|
|
40
|
+
typeFile: number;
|
|
41
|
+
}
|
package/ts/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsOptional, IsString, IsIn, IsInt,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
|
|
5
|
+
|
|
6
|
+
export class QueryGetAllSocietyConfigBalanceSheet {
|
|
7
|
+
@ApiProperty()
|
|
8
|
+
@IsInt()
|
|
9
|
+
idBalanceSheet?: number;
|
|
10
|
+
|
|
11
|
+
@ApiPropertyOptional()
|
|
12
|
+
@IsOptional()
|
|
13
|
+
@IsString({
|
|
14
|
+
each: true,
|
|
15
|
+
})
|
|
16
|
+
attributes?: string[];
|
|
17
|
+
|
|
18
|
+
@ApiPropertyOptional()
|
|
19
|
+
@IsOptional()
|
|
20
|
+
@IsString({
|
|
21
|
+
each: true,
|
|
22
|
+
})
|
|
23
|
+
@IsIn(['society'], { each: true })
|
|
24
|
+
include?: string[];
|
|
25
|
+
}
|
package/ts/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsNumber, IsOptional, IsString, IsInt,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
|
|
5
|
+
|
|
6
|
+
export class QueryPaginatedSocietyConfigBalanceSheet {
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
@IsOptional()
|
|
9
|
+
@IsInt()
|
|
10
|
+
state?: number;
|
|
11
|
+
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsOptional()
|
|
14
|
+
@IsInt()
|
|
15
|
+
stateClient?: number;
|
|
16
|
+
|
|
17
|
+
@ApiPropertyOptional()
|
|
18
|
+
@IsOptional()
|
|
19
|
+
@IsString()
|
|
20
|
+
comment?: string;
|
|
21
|
+
|
|
22
|
+
@ApiPropertyOptional()
|
|
23
|
+
@IsOptional()
|
|
24
|
+
@IsNumber()
|
|
25
|
+
amount?: number;
|
|
26
|
+
|
|
27
|
+
@ApiProperty()
|
|
28
|
+
@IsNumber()
|
|
29
|
+
idSociety: number;
|
|
30
|
+
|
|
31
|
+
@ApiProperty()
|
|
32
|
+
@IsNumber()
|
|
33
|
+
idTypeDocumentsWaiting: number;
|
|
34
|
+
|
|
35
|
+
@ApiProperty()
|
|
36
|
+
@IsNumber()
|
|
37
|
+
idExercice: number;
|
|
38
|
+
|
|
39
|
+
@ApiProperty()
|
|
40
|
+
@IsNumber()
|
|
41
|
+
idBalanceSheet: number;
|
|
42
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IUser } from './IUser';
|
|
2
2
|
import { IStatusSignature } from './IStatusSignature';
|
|
3
3
|
import { IPrestation } from './IPrestation';
|
|
4
|
+
import { IGedFile } from './IGedFile';
|
|
4
5
|
|
|
5
6
|
// customersSignatures
|
|
6
7
|
export interface ICustomerSignature {
|
|
@@ -8,15 +9,16 @@ export interface ICustomerSignature {
|
|
|
8
9
|
idDemand: string;
|
|
9
10
|
idFileFilesInfos: string;
|
|
10
11
|
fileNameFilesInfos: string;
|
|
11
|
-
sha1FilesInfos
|
|
12
|
+
sha1FilesInfos?: string | null;
|
|
12
13
|
memberId: string;
|
|
13
14
|
tokenSigner: string;
|
|
14
15
|
mailSigner: string;
|
|
15
16
|
phoneSigner: string;
|
|
16
17
|
idSendMethod: number;
|
|
17
18
|
idStatusSignature: number;
|
|
18
|
-
idPrestation
|
|
19
|
+
idPrestation?: number;
|
|
19
20
|
idUser: number | null;
|
|
21
|
+
idGedFile?: number;
|
|
20
22
|
dateSendPlaqToClient: Date | null;
|
|
21
23
|
createdAt?: Date | null;
|
|
22
24
|
updatedAt?: Date | null;
|
|
@@ -25,4 +27,5 @@ export interface ICustomerSignature {
|
|
|
25
27
|
user?: IUser;
|
|
26
28
|
statusSignature?: IStatusSignature;
|
|
27
29
|
prestation?: IPrestation;
|
|
30
|
+
gedFile?: IGedFile;
|
|
28
31
|
}
|
|
@@ -33,7 +33,7 @@ export interface IExercice {
|
|
|
33
33
|
receiptJeDeclare: boolean;
|
|
34
34
|
annualFolderEdition: boolean;
|
|
35
35
|
turnoverDone: string;
|
|
36
|
-
turnoverMax?:
|
|
36
|
+
turnoverMax?: number;
|
|
37
37
|
processClossingExercice: boolean;
|
|
38
38
|
idFilePaymentSchedule?: number | null;
|
|
39
39
|
isDefault: boolean;
|
|
@@ -15,6 +15,7 @@ export interface IGedFile {
|
|
|
15
15
|
idGedFolder: number;
|
|
16
16
|
idSociety: number;
|
|
17
17
|
idFile: number;
|
|
18
|
+
typeFile?: number | null;
|
|
18
19
|
idExercice?: number | null;
|
|
19
20
|
idUserBP?: number | null; // Attention: lorsqu'on ajoute un fichier dans la modale "Documents manquants", on stock ici l'idUser associé au BP
|
|
20
21
|
createdAt?: Date | null;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { IDocumentWaitingType } from './IDocumentWaitingType';
|
|
2
2
|
import { IExercice } from './IExercice';
|
|
3
|
+
import { IBalanceSheet } from './IBalanceSheet';
|
|
4
|
+
import { ISociety } from './ISociety';
|
|
3
5
|
|
|
4
6
|
// societyConfigBalanceSheet
|
|
5
7
|
export interface ISocietyConfigBalanceSheet {
|
|
@@ -9,12 +11,16 @@ export interface ISocietyConfigBalanceSheet {
|
|
|
9
11
|
idSociety: number | null;
|
|
10
12
|
comment: string | null;
|
|
11
13
|
amount: number | null;
|
|
12
|
-
idTypeDocumentsWaiting
|
|
14
|
+
idTypeDocumentsWaiting?: number | null;
|
|
13
15
|
idExercice: number | null;
|
|
16
|
+
idBalanceSheet: number | null;
|
|
17
|
+
idDepositDocumentType: number | null,
|
|
14
18
|
createdAt?: Date | null;
|
|
15
19
|
updatedAt?: Date | null;
|
|
16
20
|
|
|
17
21
|
// Associations
|
|
18
|
-
typeDocumentsWaiting
|
|
19
|
-
exercice
|
|
22
|
+
typeDocumentsWaiting?: IDocumentWaitingType;
|
|
23
|
+
exercice?: IExercice;
|
|
24
|
+
society?: ISociety;
|
|
25
|
+
balanceSheet?: IBalanceSheet;
|
|
20
26
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -461,6 +461,8 @@ export * from './Enum/ReportService';
|
|
|
461
461
|
export * from './Enum/RegulateType';
|
|
462
462
|
export * from './Enum/ProcessingState';
|
|
463
463
|
export * from './Enum/InpiType';
|
|
464
|
+
export * from './Enum/DepositDocumentType';
|
|
465
|
+
export * from './Enum/StatusSignature';
|
|
464
466
|
export * from './Enum/BankCollectingState';
|
|
465
467
|
export * from './Enum/Phone';
|
|
466
468
|
export * from './Enum/GeneralThirdParty';
|
|
@@ -573,6 +575,7 @@ export * from './Interface/api/internalInvoicing/RegenerateInternalInvoicing';
|
|
|
573
575
|
export * from './Interface/api/internalInvoicing/GetLastRef';
|
|
574
576
|
export * from './Interface/api/exercice/QueryExercice';
|
|
575
577
|
export * from './Interface/api/exercice/CreateExercice';
|
|
578
|
+
export * from './Interface/api/exercice/UpdateExercice';
|
|
576
579
|
export * from './Interface/api/accountingIncome/ReadAccountingIncome';
|
|
577
580
|
export * from './Interface/api/ocr/OcrTransactions';
|
|
578
581
|
export * from './Interface/api/bankStatement/QueryBankStatement';
|
|
@@ -653,6 +656,7 @@ export * from './Interface/api/generalLedger/IGeneralLedgerThirdParty';
|
|
|
653
656
|
export * from './Interface/api/incomeStatement/QueryIncomeStatement';
|
|
654
657
|
export * from './Interface/api/incomeStatement/ReadIncomeStatement';
|
|
655
658
|
export * from './Interface/api/balanceSheet/ReadBalanceSheet';
|
|
659
|
+
export * from './Interface/api/balanceSheet/UpdateBalanceSheet';
|
|
656
660
|
export * from './Interface/api/pappers/QueryPappers';
|
|
657
661
|
export * from './Interface/api/pappers/ReadPappers';
|
|
658
662
|
export * from './Interface/api/sponsorship/SendSponsorshipLink';
|
|
@@ -812,6 +816,8 @@ export * from './Interface/api/task/QueryCountTask';
|
|
|
812
816
|
export * from './Interface/api/task/QueryStatsByRolesInCsv';
|
|
813
817
|
export * from './Interface/api/task/QueryStatsByServiceInCsv';
|
|
814
818
|
export * from './Interface/api/task/QueryStatsByTaskTypeInCsv';
|
|
819
|
+
export * from './Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet';
|
|
820
|
+
export * from './Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet';
|
|
815
821
|
export * from './Interface/api/3cx/Query3cxSearch';
|
|
816
822
|
export * from './Interface/api/3cx/Read3cxSearch';
|
|
817
823
|
export * from './Interface/api/3cx/Create3cxLog';
|
|
@@ -849,9 +855,11 @@ export * from './Interface/api/terminationList/QueryTerminationList';
|
|
|
849
855
|
export * from './Interface/api/terminationList/DestroyTerminationList';
|
|
850
856
|
export * from './Interface/api/pdf/ReadPdfizer';
|
|
851
857
|
export * from './Interface/api/gedFile/updateGedFile';
|
|
858
|
+
export * from './Interface/api/gedFile/createFileAndGed';
|
|
852
859
|
export * from './Interface/api/iDocus/iDocus';
|
|
853
860
|
export * from './Interface/api/iDocus/CreateExport';
|
|
854
861
|
export * from './Interface/api/pdf/ReadPdftkizer';
|
|
862
|
+
export * from './Interface/api/signFile/CreateFileToSign';
|
|
855
863
|
export * from './Interface/api/rule/Query';
|
|
856
864
|
export * from './Interface/api/revive/PostRevive';
|
|
857
865
|
|