@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.
Files changed (167) 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/js/api/resources/BalanceSheet.js +4 -0
  98. package/js/api/resources/BalanceSheet.js.map +1 -1
  99. package/js/api/resources/Exercice.js +4 -0
  100. package/js/api/resources/Exercice.js.map +1 -1
  101. package/js/api/resources/Library.js +18 -0
  102. package/js/api/resources/Library.js.map +1 -1
  103. package/js/api/resources/SignFile.js +22 -0
  104. package/js/api/resources/SignFile.js.map +1 -0
  105. package/js/api/resources/SocietyConfigBalanceSheet.js +36 -0
  106. package/js/api/resources/SocietyConfigBalanceSheet.js.map +1 -0
  107. package/js/api/resources.js +6 -0
  108. package/js/api/resources.js.map +1 -1
  109. package/js/types/Enum/BalanceSheet.js +118 -1
  110. package/js/types/Enum/BalanceSheet.js.map +1 -1
  111. package/js/types/Enum/DepositDocumentType.js +166 -0
  112. package/js/types/Enum/DepositDocumentType.js.map +1 -0
  113. package/js/types/Enum/Ged.js +23 -11
  114. package/js/types/Enum/Ged.js.map +1 -1
  115. package/js/types/Enum/RevisionGuide.js +55 -4
  116. package/js/types/Enum/RevisionGuide.js.map +1 -1
  117. package/js/types/Enum/RoleDetail.js +1 -1
  118. package/js/types/Enum/RoleDetail.js.map +1 -1
  119. package/js/types/Enum/StatusSignature.js +16 -0
  120. package/js/types/Enum/StatusSignature.js.map +1 -0
  121. package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +37 -0
  122. package/js/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -0
  123. package/js/types/Interface/api/exercice/UpdateExercice.js +55 -0
  124. package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -0
  125. package/js/types/Interface/api/facturation/CreateRebilling.js +1 -1
  126. package/js/types/Interface/api/facturation/CreateRebilling.js.map +1 -1
  127. package/js/types/Interface/api/gedFile/createFileAndGed.js +49 -0
  128. package/js/types/Interface/api/gedFile/createFileAndGed.js.map +1 -0
  129. package/js/types/Interface/api/gedFile/updateGedFile.js +2 -0
  130. package/js/types/Interface/api/gedFile/updateGedFile.js.map +1 -1
  131. package/js/types/Interface/api/library/QueryLibrary.js +26 -1
  132. package/js/types/Interface/api/library/QueryLibrary.js.map +1 -1
  133. package/js/types/Interface/api/signFile/CreateFileToSign.js +43 -0
  134. package/js/types/Interface/api/signFile/CreateFileToSign.js.map +1 -0
  135. package/js/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +39 -0
  136. package/js/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +1 -0
  137. package/js/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +43 -0
  138. package/js/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +1 -0
  139. package/js/types/index.js +96 -0
  140. package/js/types/index.js.map +1 -1
  141. package/package.json +1 -1
  142. package/ts/api/resources/BalanceSheet.ts +5 -1
  143. package/ts/api/resources/Exercice.ts +5 -1
  144. package/ts/api/resources/Library.ts +12 -0
  145. package/ts/api/resources/SignFile.ts +8 -0
  146. package/ts/api/resources/SocietyConfigBalanceSheet.ts +27 -0
  147. package/ts/api/resources.ts +4 -0
  148. package/ts/types/Enum/BalanceSheet.ts +137 -0
  149. package/ts/types/Enum/DepositDocumentType.ts +194 -0
  150. package/ts/types/Enum/Ged.ts +17 -8
  151. package/ts/types/Enum/RevisionGuide.ts +56 -5
  152. package/ts/types/Enum/RoleDetail.ts +1 -1
  153. package/ts/types/Enum/StatusSignature.ts +8 -0
  154. package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +31 -0
  155. package/ts/types/Interface/api/exercice/UpdateExercice.ts +80 -0
  156. package/ts/types/Interface/api/facturation/CreateRebilling.ts +3 -3
  157. package/ts/types/Interface/api/gedFile/createFileAndGed.ts +55 -0
  158. package/ts/types/Interface/api/gedFile/updateGedFile.ts +3 -0
  159. package/ts/types/Interface/api/library/QueryLibrary.ts +34 -0
  160. package/ts/types/Interface/api/signFile/CreateFileToSign.ts +41 -0
  161. package/ts/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.ts +25 -0
  162. package/ts/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.ts +42 -0
  163. package/ts/types/Interface/models/ICustomerSignature.ts +5 -2
  164. package/ts/types/Interface/models/IExercice.ts +1 -1
  165. package/ts/types/Interface/models/IGedFile.ts +1 -0
  166. package/ts/types/Interface/models/ISocietyConfigBalanceSheet.ts +9 -3
  167. package/ts/types/index.ts +8 -0
@@ -1 +1 @@
1
- {"version":3,"file":"QueryLibrary.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGI,MAAOC,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAEXD,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGI,MAAOE,qBAAP,CAA4B;;QAArBA,qB,GAAAA,qB;;AAEXF,YADC,yBACD;;AAGAA,YADC,iCACD,4BAAeG,KAAf;;AAGAH,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryLibraryFile","__decorate","QueryDownloadFile","UpdateOrCreateGedFile","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType } from '../../../Enum/Ged';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idGedFolder?: GedFolder;\n\n @ApiPropertyOptional()\n idTypeGedFile?: GedFileType;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}\n\nexport class UpdateOrCreateGedFile {\n @ApiProperty()\n idFile: number;\n\n @ApiPropertyOptional()\n emissionDate?: Date;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTypeGedFile?: number;\n}"]}
1
+ {"version":3,"file":"QueryLibrary.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;EAA7BC;IA8BE,gBAAqB,KAArB;EAgBD;;AA9C4B;;QAAhBD,gB,GAAAA,gB;;AAEXE,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,gCAED,EADC,iCACD;;AAOAA,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAQAD,YANC,iCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,WAAD,EAAc,cAAd,EAA8B,mBAA9B,EAAmD,aAAnD,CAAL,EAAwE;EAAEA,IAAI,EAAE;AAAR,CAAxE,CACD;;AAGI,MAAOC,iBAAP,CAAwB;;QAAjBA,iB,GAAAA,iB;;AAEXF,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGI,MAAOG,qBAAP,CAA4B;;QAArBA,qB,GAAAA,qB;;AAEXH,YADC,yBACD;;AAGAA,YADC,iCACD,4BAAeI,KAAf;;AAGAJ,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD","names":["QueryLibraryFile","constructor","__decorate","each","QueryDownloadFile","UpdateOrCreateGedFile","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/library/QueryLibrary.ts"],"sourcesContent":["import {\n IsIn, IsOptional, IsString, IsNumber, IsBoolean,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { GedFolder, GedFileType } from '../../../Enum/Ged';\n\nexport class QueryLibraryFile {\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idGedFolder?: GedFolder;\n\n @ApiPropertyOptional()\n idTypeGedFile?: GedFileType;\n\n @ApiPropertyOptional()\n typeGedFolder?: GedFolder[];\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n findSign?: boolean = false;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['gedFolder', 'balanceSheet', 'customerSignature', 'fileFromGed'], { each: true })\n include?: string[];\n}\n\nexport class QueryDownloadFile {\n @ApiProperty()\n folderName: string;\n\n @ApiProperty()\n token: string;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n idMail?: number;\n}\n\nexport class UpdateOrCreateGedFile {\n @ApiProperty()\n idFile: number;\n\n @ApiPropertyOptional()\n emissionDate?: Date;\n\n @ApiPropertyOptional()\n idUser?: number;\n\n @ApiProperty()\n idGedFolder: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTypeGedFile?: number;\n}"]}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateFileToSign = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class CreateFileToSign {}
25
+
26
+ exports.CreateFileToSign = CreateFileToSign;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], CreateFileToSign.prototype, "file", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], CreateFileToSign.prototype, "idUser", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateFileToSign.prototype, "idGedFolder", void 0);
33
+
34
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], CreateFileToSign.prototype, "idSociety", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], CreateFileToSign.prototype, "idExercice", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], CreateFileToSign.prototype, "idBalanceSheet", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], CreateFileToSign.prototype, "nbrPage", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], CreateFileToSign.prototype, "typeFile", void 0);
43
+ //# sourceMappingURL=CreateFileToSign.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateFileToSign.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,yBACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD","names":["CreateFileToSign","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/signFile/CreateFileToSign.ts"],"sourcesContent":["import { IsOptional, IsNumber } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateFileToSign {\n @ApiProperty()\n file: TFile;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idUser: number;\n\n @ApiProperty()\n @IsNumber()\n idGedFolder: number;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n nbrPage: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n typeFile: number;\n}"]}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllSocietyConfigBalanceSheet = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryGetAllSocietyConfigBalanceSheet {}
25
+
26
+ exports.QueryGetAllSocietyConfigBalanceSheet = QueryGetAllSocietyConfigBalanceSheet;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryGetAllSocietyConfigBalanceSheet.prototype, "idBalanceSheet", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
31
+ each: true
32
+ }), __metadata("design:type", Array)], QueryGetAllSocietyConfigBalanceSheet.prototype, "attributes", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
35
+ each: true
36
+ }), (0, _classValidator.IsIn)(['society'], {
37
+ each: true
38
+ }), __metadata("design:type", Array)], QueryGetAllSocietyConfigBalanceSheet.prototype, "include", void 0);
39
+ //# sourceMappingURL=QueryGetAllSocietyConfigBalanceSheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllSocietyConfigBalanceSheet.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,oCAAP,CAA2C;;QAApCA,oC,GAAAA,oC;;AAGXC,YAFC,yBAED,EADC,4BACD;;AAOAA,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAQAD,YANC,iCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,SAAD,CAAL,EAAkB;EAAEA,IAAI,EAAE;AAAR,CAAlB,CACD","names":["QueryGetAllSocietyConfigBalanceSheet","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.ts"],"sourcesContent":["import {\n IsOptional, IsString, IsIn, IsInt,\n} from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllSocietyConfigBalanceSheet {\n @ApiProperty()\n @IsInt()\n idBalanceSheet?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['society'], { each: true })\n include?: string[];\n}"]}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryPaginatedSocietyConfigBalanceSheet = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryPaginatedSocietyConfigBalanceSheet {}
25
+
26
+ exports.QueryPaginatedSocietyConfigBalanceSheet = QueryPaginatedSocietyConfigBalanceSheet;
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyConfigBalanceSheet.prototype, "state", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryPaginatedSocietyConfigBalanceSheet.prototype, "stateClient", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryPaginatedSocietyConfigBalanceSheet.prototype, "comment", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedSocietyConfigBalanceSheet.prototype, "amount", void 0);
35
+
36
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedSocietyConfigBalanceSheet.prototype, "idSociety", void 0);
37
+
38
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedSocietyConfigBalanceSheet.prototype, "idTypeDocumentsWaiting", void 0);
39
+
40
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedSocietyConfigBalanceSheet.prototype, "idExercice", void 0);
41
+
42
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedSocietyConfigBalanceSheet.prototype, "idBalanceSheet", void 0);
43
+ //# sourceMappingURL=QueryPaginatedSocietyConfigBalanceSheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedSocietyConfigBalanceSheet.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,uCAAP,CAA8C;;QAAvCA,uC,GAAAA,uC;;AAIXC,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD","names":["QueryPaginatedSocietyConfigBalanceSheet","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.ts"],"sourcesContent":["import {\n IsNumber, IsOptional, IsString, IsInt,\n} from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\n\nexport class QueryPaginatedSocietyConfigBalanceSheet {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n stateClient?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n amount?: number;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsNumber()\n idTypeDocumentsWaiting: number;\n\n @ApiProperty()\n @IsNumber()\n idExercice: number;\n\n @ApiProperty()\n @IsNumber()\n idBalanceSheet: number;\n}\n"]}
package/js/types/index.js CHANGED
@@ -5500,6 +5500,30 @@ Object.keys(_InpiType).forEach(function (key) {
5500
5500
  });
5501
5501
  });
5502
5502
 
5503
+ var _DepositDocumentType = require("./Enum/DepositDocumentType");
5504
+
5505
+ Object.keys(_DepositDocumentType).forEach(function (key) {
5506
+ if (key === "default" || key === "__esModule") return;
5507
+ Object.defineProperty(exports, key, {
5508
+ enumerable: true,
5509
+ get: function () {
5510
+ return _DepositDocumentType[key];
5511
+ }
5512
+ });
5513
+ });
5514
+
5515
+ var _StatusSignature = require("./Enum/StatusSignature");
5516
+
5517
+ Object.keys(_StatusSignature).forEach(function (key) {
5518
+ if (key === "default" || key === "__esModule") return;
5519
+ Object.defineProperty(exports, key, {
5520
+ enumerable: true,
5521
+ get: function () {
5522
+ return _StatusSignature[key];
5523
+ }
5524
+ });
5525
+ });
5526
+
5503
5527
  var _BankCollectingState = require("./Enum/BankCollectingState");
5504
5528
 
5505
5529
  Object.keys(_BankCollectingState).forEach(function (key) {
@@ -6820,6 +6844,18 @@ Object.keys(_CreateExercice).forEach(function (key) {
6820
6844
  });
6821
6845
  });
6822
6846
 
6847
+ var _UpdateExercice = require("./Interface/api/exercice/UpdateExercice");
6848
+
6849
+ Object.keys(_UpdateExercice).forEach(function (key) {
6850
+ if (key === "default" || key === "__esModule") return;
6851
+ Object.defineProperty(exports, key, {
6852
+ enumerable: true,
6853
+ get: function () {
6854
+ return _UpdateExercice[key];
6855
+ }
6856
+ });
6857
+ });
6858
+
6823
6859
  var _ReadAccountingIncome = require("./Interface/api/accountingIncome/ReadAccountingIncome");
6824
6860
 
6825
6861
  Object.keys(_ReadAccountingIncome).forEach(function (key) {
@@ -7744,6 +7780,18 @@ Object.keys(_ReadBalanceSheet).forEach(function (key) {
7744
7780
  });
7745
7781
  });
7746
7782
 
7783
+ var _UpdateBalanceSheet = require("./Interface/api/balanceSheet/UpdateBalanceSheet");
7784
+
7785
+ Object.keys(_UpdateBalanceSheet).forEach(function (key) {
7786
+ if (key === "default" || key === "__esModule") return;
7787
+ Object.defineProperty(exports, key, {
7788
+ enumerable: true,
7789
+ get: function () {
7790
+ return _UpdateBalanceSheet[key];
7791
+ }
7792
+ });
7793
+ });
7794
+
7747
7795
  var _QueryPappers = require("./Interface/api/pappers/QueryPappers");
7748
7796
 
7749
7797
  Object.keys(_QueryPappers).forEach(function (key) {
@@ -9640,6 +9688,30 @@ Object.keys(_QueryStatsByTaskTypeInCsv).forEach(function (key) {
9640
9688
  });
9641
9689
  });
9642
9690
 
9691
+ var _QueryPaginatedSocietyConfigBalanceSheet = require("./Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet");
9692
+
9693
+ Object.keys(_QueryPaginatedSocietyConfigBalanceSheet).forEach(function (key) {
9694
+ if (key === "default" || key === "__esModule") return;
9695
+ Object.defineProperty(exports, key, {
9696
+ enumerable: true,
9697
+ get: function () {
9698
+ return _QueryPaginatedSocietyConfigBalanceSheet[key];
9699
+ }
9700
+ });
9701
+ });
9702
+
9703
+ var _QueryGetAllSocietyConfigBalanceSheet = require("./Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet");
9704
+
9705
+ Object.keys(_QueryGetAllSocietyConfigBalanceSheet).forEach(function (key) {
9706
+ if (key === "default" || key === "__esModule") return;
9707
+ Object.defineProperty(exports, key, {
9708
+ enumerable: true,
9709
+ get: function () {
9710
+ return _QueryGetAllSocietyConfigBalanceSheet[key];
9711
+ }
9712
+ });
9713
+ });
9714
+
9643
9715
  var _Query3cxSearch = require("./Interface/api/3cx/Query3cxSearch");
9644
9716
 
9645
9717
  Object.keys(_Query3cxSearch).forEach(function (key) {
@@ -10084,6 +10156,18 @@ Object.keys(_updateGedFile).forEach(function (key) {
10084
10156
  });
10085
10157
  });
10086
10158
 
10159
+ var _createFileAndGed = require("./Interface/api/gedFile/createFileAndGed");
10160
+
10161
+ Object.keys(_createFileAndGed).forEach(function (key) {
10162
+ if (key === "default" || key === "__esModule") return;
10163
+ Object.defineProperty(exports, key, {
10164
+ enumerable: true,
10165
+ get: function () {
10166
+ return _createFileAndGed[key];
10167
+ }
10168
+ });
10169
+ });
10170
+
10087
10171
  var _iDocus = require("./Interface/api/iDocus/iDocus");
10088
10172
 
10089
10173
  Object.keys(_iDocus).forEach(function (key) {
@@ -10120,6 +10204,18 @@ Object.keys(_ReadPdftkizer).forEach(function (key) {
10120
10204
  });
10121
10205
  });
10122
10206
 
10207
+ var _CreateFileToSign = require("./Interface/api/signFile/CreateFileToSign");
10208
+
10209
+ Object.keys(_CreateFileToSign).forEach(function (key) {
10210
+ if (key === "default" || key === "__esModule") return;
10211
+ Object.defineProperty(exports, key, {
10212
+ enumerable: true,
10213
+ get: function () {
10214
+ return _CreateFileToSign[key];
10215
+ }
10216
+ });
10217
+ });
10218
+
10123
10219
  var _Query6 = require("./Interface/api/rule/Query");
10124
10220
 
10125
10221
  Object.keys(_Query6).forEach(function (key) {