@silexpert/core 1.0.104 → 1.0.107

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.
Files changed (172) hide show
  1. package/es/api/resources/BalanceSheet.d.ts +2 -1
  2. package/es/api/resources/BalanceSheet.d.ts.map +1 -1
  3. package/es/api/resources/BalanceSheet.js +3 -0
  4. package/es/api/resources/BalanceSheet.js.map +1 -1
  5. package/es/api/resources/Exercice.d.ts +2 -1
  6. package/es/api/resources/Exercice.d.ts.map +1 -1
  7. package/es/api/resources/Exercice.js +3 -0
  8. package/es/api/resources/Exercice.js.map +1 -1
  9. package/es/api/resources/Library.d.ts +3 -0
  10. package/es/api/resources/Library.d.ts.map +1 -1
  11. package/es/api/resources/Library.js +9 -0
  12. package/es/api/resources/Library.js.map +1 -1
  13. package/es/api/resources/SignFile.d.ts +6 -0
  14. package/es/api/resources/SignFile.d.ts.map +1 -0
  15. package/es/api/resources/SignFile.js +7 -0
  16. package/es/api/resources/SignFile.js.map +1 -0
  17. package/es/api/resources/SocietyConfigBalanceSheet.d.ts +10 -0
  18. package/es/api/resources/SocietyConfigBalanceSheet.d.ts.map +1 -0
  19. package/es/api/resources/SocietyConfigBalanceSheet.js +19 -0
  20. package/es/api/resources/SocietyConfigBalanceSheet.js.map +1 -0
  21. package/es/api/resources.d.ts +4 -0
  22. package/es/api/resources.d.ts.map +1 -1
  23. package/es/api/resources.js +4 -0
  24. package/es/api/resources.js.map +1 -1
  25. package/es/types/Enum/BalanceSheet.d.ts +118 -1
  26. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  27. package/es/types/Enum/BalanceSheet.js +136 -0
  28. package/es/types/Enum/BalanceSheet.js.map +1 -1
  29. package/es/types/Enum/DepositDocumentType.d.ts +35 -0
  30. package/es/types/Enum/DepositDocumentType.d.ts.map +1 -0
  31. package/es/types/Enum/DepositDocumentType.js +191 -0
  32. package/es/types/Enum/DepositDocumentType.js.map +1 -0
  33. package/es/types/Enum/Ged.d.ts +17 -1
  34. package/es/types/Enum/Ged.d.ts.map +1 -1
  35. package/es/types/Enum/Ged.js +17 -8
  36. package/es/types/Enum/Ged.js.map +1 -1
  37. package/es/types/Enum/RevisionGuide.d.ts +56 -6
  38. package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
  39. package/es/types/Enum/RevisionGuide.js +54 -4
  40. package/es/types/Enum/RevisionGuide.js.map +1 -1
  41. package/es/types/Enum/RoleDetail.js +1 -1
  42. package/es/types/Enum/RoleDetail.js.map +1 -1
  43. package/es/types/Enum/StatusSignature.d.ts +9 -0
  44. package/es/types/Enum/StatusSignature.d.ts.map +1 -0
  45. package/es/types/Enum/StatusSignature.js +10 -0
  46. package/es/types/Enum/StatusSignature.js.map +1 -0
  47. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +8 -0
  48. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -0
  49. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +44 -0
  50. package/es/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -0
  51. package/es/types/Interface/api/exercice/UpdateExercice.d.ts +16 -0
  52. package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -0
  53. package/es/types/Interface/api/exercice/UpdateExercice.js +101 -0
  54. package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -0
  55. package/es/types/Interface/api/facturation/CreateRebilling.d.ts +1 -1
  56. package/es/types/Interface/api/facturation/CreateRebilling.js +3 -3
  57. package/es/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
  58. package/es/types/Interface/api/gedFile/createFileAndGed.d.ts +15 -0
  59. package/es/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -0
  60. package/es/types/Interface/api/gedFile/createFileAndGed.js +73 -0
  61. package/es/types/Interface/api/gedFile/createFileAndGed.js.map +1 -0
  62. package/es/types/Interface/api/gedFile/updateGedFile.d.ts +1 -0
  63. package/es/types/Interface/api/gedFile/updateGedFile.d.ts.map +1 -1
  64. package/es/types/Interface/api/gedFile/updateGedFile.js +4 -0
  65. package/es/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  66. package/es/types/Interface/api/library/QueryLibrary.d.ts +6 -0
  67. package/es/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  68. package/es/types/Interface/api/library/QueryLibrary.js +41 -0
  69. package/es/types/Interface/api/library/QueryLibrary.js.map +1 -1
  70. package/es/types/Interface/api/signFile/CreateFileToSign.d.ts +12 -0
  71. package/es/types/Interface/api/signFile/CreateFileToSign.d.ts.map +1 -0
  72. package/es/types/Interface/api/signFile/CreateFileToSign.js +58 -0
  73. package/es/types/Interface/api/signFile/CreateFileToSign.js.map +1 -0
  74. package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.d.ts +6 -0
  75. package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.d.ts.map +1 -0
  76. package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +36 -0
  77. package/es/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -0
  78. package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.d.ts +11 -0
  79. package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.d.ts.map +1 -0
  80. package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +58 -0
  81. package/es/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -0
  82. package/es/types/Interface/models/ICustomerSignature.d.ts +5 -2
  83. package/es/types/Interface/models/ICustomerSignature.d.ts.map +1 -1
  84. package/es/types/Interface/models/ICustomerSignature.js.map +1 -1
  85. package/es/types/Interface/models/IExercice.d.ts +1 -1
  86. package/es/types/Interface/models/IExercice.js.map +1 -1
  87. package/es/types/Interface/models/IGedFile.d.ts +1 -0
  88. package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
  89. package/es/types/Interface/models/IGedFile.js.map +1 -1
  90. package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts +9 -3
  91. package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts.map +1 -1
  92. package/es/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -1
  93. package/es/types/index.d.ts +8 -0
  94. package/es/types/index.d.ts.map +1 -1
  95. package/es/types/index.js +8 -0
  96. package/es/types/index.js.map +1 -1
  97. package/es/utils/commercialManagement/templates/common.js +3 -3
  98. package/es/utils/commercialManagement/templates/common.js.map +1 -1
  99. package/js/api/resources/BalanceSheet.js +4 -0
  100. package/js/api/resources/BalanceSheet.js.map +1 -1
  101. package/js/api/resources/Exercice.js +4 -0
  102. package/js/api/resources/Exercice.js.map +1 -1
  103. package/js/api/resources/Library.js +18 -0
  104. package/js/api/resources/Library.js.map +1 -1
  105. package/js/api/resources/SignFile.js +22 -0
  106. package/js/api/resources/SignFile.js.map +1 -0
  107. package/js/api/resources/SocietyConfigBalanceSheet.js +36 -0
  108. package/js/api/resources/SocietyConfigBalanceSheet.js.map +1 -0
  109. package/js/api/resources.js +6 -0
  110. package/js/api/resources.js.map +1 -1
  111. package/js/types/Enum/BalanceSheet.js +118 -1
  112. package/js/types/Enum/BalanceSheet.js.map +1 -1
  113. package/js/types/Enum/DepositDocumentType.js +166 -0
  114. package/js/types/Enum/DepositDocumentType.js.map +1 -0
  115. package/js/types/Enum/Ged.js +23 -11
  116. package/js/types/Enum/Ged.js.map +1 -1
  117. package/js/types/Enum/RevisionGuide.js +55 -4
  118. package/js/types/Enum/RevisionGuide.js.map +1 -1
  119. package/js/types/Enum/RoleDetail.js +1 -1
  120. package/js/types/Enum/RoleDetail.js.map +1 -1
  121. package/js/types/Enum/StatusSignature.js +16 -0
  122. package/js/types/Enum/StatusSignature.js.map +1 -0
  123. package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +37 -0
  124. package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -0
  125. package/js/types/Interface/api/exercice/UpdateExercice.js +55 -0
  126. package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -0
  127. package/js/types/Interface/api/facturation/CreateRebilling.js +1 -1
  128. package/js/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
  129. package/js/types/Interface/api/gedFile/createFileAndGed.js +49 -0
  130. package/js/types/Interface/api/gedFile/createFileAndGed.js.map +1 -0
  131. package/js/types/Interface/api/gedFile/updateGedFile.js +2 -0
  132. package/js/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  133. package/js/types/Interface/api/library/QueryLibrary.js +26 -1
  134. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
  135. package/js/types/Interface/api/signFile/CreateFileToSign.js +43 -0
  136. package/js/types/Interface/api/signFile/CreateFileToSign.js.map +1 -0
  137. package/js/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +39 -0
  138. package/js/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -0
  139. package/js/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +43 -0
  140. package/js/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -0
  141. package/js/types/index.js +96 -0
  142. package/js/types/index.js.map +1 -1
  143. package/js/utils/commercialManagement/templates/common.js +3 -3
  144. package/js/utils/commercialManagement/templates/common.js.map +1 -1
  145. package/package.json +1 -1
  146. package/ts/api/resources/BalanceSheet.ts +5 -1
  147. package/ts/api/resources/Exercice.ts +5 -1
  148. package/ts/api/resources/Library.ts +12 -0
  149. package/ts/api/resources/SignFile.ts +8 -0
  150. package/ts/api/resources/SocietyConfigBalanceSheet.ts +27 -0
  151. package/ts/api/resources.ts +4 -0
  152. package/ts/types/Enum/BalanceSheet.ts +137 -0
  153. package/ts/types/Enum/DepositDocumentType.ts +194 -0
  154. package/ts/types/Enum/Ged.ts +17 -8
  155. package/ts/types/Enum/RevisionGuide.ts +56 -5
  156. package/ts/types/Enum/RoleDetail.ts +1 -1
  157. package/ts/types/Enum/StatusSignature.ts +8 -0
  158. package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +31 -0
  159. package/ts/types/Interface/api/exercice/UpdateExercice.ts +80 -0
  160. package/ts/types/Interface/api/facturation/CreateRebilling.ts +3 -3
  161. package/ts/types/Interface/api/gedFile/createFileAndGed.ts +55 -0
  162. package/ts/types/Interface/api/gedFile/updateGedFile.ts +3 -0
  163. package/ts/types/Interface/api/library/QueryLibrary.ts +34 -0
  164. package/ts/types/Interface/api/signFile/CreateFileToSign.ts +41 -0
  165. package/ts/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.ts +25 -0
  166. package/ts/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.ts +42 -0
  167. package/ts/types/Interface/models/ICustomerSignature.ts +5 -2
  168. package/ts/types/Interface/models/IExercice.ts +1 -1
  169. package/ts/types/Interface/models/IGedFile.ts +1 -0
  170. package/ts/types/Interface/models/ISocietyConfigBalanceSheet.ts +9 -3
  171. package/ts/types/index.ts +8 -0
  172. package/ts/utils/commercialManagement/templates/common.ts +3 -3
@@ -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
+ }
@@ -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
+ }
@@ -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: string | null;
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: number;
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?: string;
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: number | null;
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: IDocumentWaitingType;
19
- exercice: IExercice;
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
 
@@ -367,9 +367,9 @@ export class CommercialDocumentMailHTML {
367
367
  Total <% if (hasVat) { %>TTC<% } %> <div style="font-size: 20px; font-weight: 500; margin-left: auto;" ><%- totalTaxIncludedFormatted.integerValue %>,<span style="font-size: 16px;"><%- totalTaxIncludedFormatted.centValue %> €</span></div>
368
368
  </div>
369
369
  </div>
370
- <div style="background-color: <%= brandColors.primary500 %>; cursor: pointer; padding: 10px 45px; font-size: 16px; border-radius: 4px;">
371
- <a style="color: white; text-decoration: none;" <% if (fileUrl) { %>href="<%= fileUrl %>"<% } %> target="_blank">Afficher le document</a>
372
- </div>
370
+ <a <% if (fileUrl) { %>href="<%= fileUrl %>"<% } %> target="_blank" style="color: white; text-decoration: none; background-color: <%= brandColors.primary500 %>; <% if (fileUrl) { %> cursor: pointer; <% } %> padding: 10px 45px; font-size: 16px; border-radius: 4px;">
371
+ Afficher le document
372
+ </a>
373
373
  </div>
374
374
  <div style="margin: auto;">
375
375
  <% if (logoUrl) { %>