@silexpert/core 0.4.109 → 0.4.113

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 (174) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/es/api/resources/AccountingFiles.d.ts +6 -0
  3. package/es/api/resources/AccountingFiles.d.ts.map +1 -0
  4. package/es/api/resources/AccountingFiles.js +14 -0
  5. package/es/api/resources/AccountingFiles.js.map +1 -0
  6. package/es/api/resources/InternalInvoicing.d.ts +3 -1
  7. package/es/api/resources/InternalInvoicing.d.ts.map +1 -1
  8. package/es/api/resources/InternalInvoicing.js +5 -0
  9. package/es/api/resources/InternalInvoicing.js.map +1 -1
  10. package/es/api/resources/MealExpense.d.ts +33 -0
  11. package/es/api/resources/MealExpense.d.ts.map +1 -0
  12. package/es/api/resources/MealExpense.js +37 -0
  13. package/es/api/resources/MealExpense.js.map +1 -0
  14. package/es/api/resources.d.ts +2 -0
  15. package/es/api/resources.d.ts.map +1 -1
  16. package/es/api/resources.js +2 -0
  17. package/es/api/resources.js.map +1 -1
  18. package/es/types/Enum/AccountingFileType.d.ts +2 -1
  19. package/es/types/Enum/AccountingFileType.d.ts.map +1 -1
  20. package/es/types/Enum/AccountingFileType.js +1 -0
  21. package/es/types/Enum/AccountingFileType.js.map +1 -1
  22. package/es/types/Enum/MealExpenseTresholds.d.ts +8 -0
  23. package/es/types/Enum/MealExpenseTresholds.d.ts.map +1 -0
  24. package/es/types/Enum/MealExpenseTresholds.js +11 -0
  25. package/es/types/Enum/MealExpenseTresholds.js.map +1 -0
  26. package/es/types/Enum/MimeType.d.ts +24 -0
  27. package/es/types/Enum/MimeType.d.ts.map +1 -0
  28. package/es/types/Enum/MimeType.js +24 -0
  29. package/es/types/Enum/MimeType.js.map +1 -0
  30. package/es/types/Enum/Vat.d.ts +9 -0
  31. package/es/types/Enum/Vat.d.ts.map +1 -1
  32. package/es/types/Enum/Vat.js +9 -0
  33. package/es/types/Enum/Vat.js.map +1 -1
  34. package/es/types/Interface/api/accountingFiles/Ocr.d.ts +14 -0
  35. package/es/types/Interface/api/accountingFiles/Ocr.d.ts.map +1 -0
  36. package/es/types/Interface/api/accountingFiles/Ocr.js +2 -0
  37. package/es/types/Interface/api/accountingFiles/Ocr.js.map +1 -0
  38. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts +15 -0
  39. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +1 -0
  40. package/es/types/Interface/api/accountingFiles/OcrPayload.js +2 -0
  41. package/es/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -0
  42. package/es/types/Interface/api/accountingFiles/OcrValue.d.ts +14 -0
  43. package/es/types/Interface/api/accountingFiles/OcrValue.d.ts.map +1 -0
  44. package/es/types/Interface/api/accountingFiles/OcrValue.js +2 -0
  45. package/es/types/Interface/api/accountingFiles/OcrValue.js.map +1 -0
  46. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +7 -0
  47. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -0
  48. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js +32 -0
  49. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -0
  50. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts +7 -0
  51. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts.map +1 -0
  52. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +3 -0
  53. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -0
  54. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  55. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  56. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  57. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  58. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  59. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  60. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  61. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  62. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  63. package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -0
  64. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  65. package/es/types/Interface/api/exercice/CreateExercice.d.ts +16 -0
  66. package/es/types/Interface/api/exercice/CreateExercice.d.ts.map +1 -0
  67. package/es/types/Interface/api/exercice/CreateExercice.js +101 -0
  68. package/es/types/Interface/api/exercice/CreateExercice.js.map +1 -0
  69. package/es/types/Interface/api/exercice/QueryExercice.d.ts +7 -0
  70. package/es/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -0
  71. package/es/types/Interface/api/exercice/QueryExercice.js +39 -0
  72. package/es/types/Interface/api/exercice/QueryExercice.js.map +1 -0
  73. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts +5 -0
  74. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts.map +1 -0
  75. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +21 -0
  76. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -0
  77. package/es/types/Interface/api/mealExpense/CreateMealExpense.d.ts +4 -0
  78. package/es/types/Interface/api/mealExpense/CreateMealExpense.d.ts.map +1 -0
  79. package/es/types/Interface/api/mealExpense/CreateMealExpense.js +25 -0
  80. package/es/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -0
  81. package/es/types/Interface/api/mealExpense/ReadMealExpense.d.ts +8 -0
  82. package/es/types/Interface/api/mealExpense/ReadMealExpense.d.ts.map +1 -0
  83. package/es/types/Interface/api/mealExpense/ReadMealExpense.js +3 -0
  84. package/es/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -0
  85. package/es/types/Interface/models/IApiError.d.ts +2 -1
  86. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  87. package/es/types/Interface/models/IApiError.js +2 -0
  88. package/es/types/Interface/models/IApiError.js.map +1 -1
  89. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  90. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  91. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  92. package/es/types/Interface/models/IExercice.d.ts +8 -8
  93. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  94. package/es/types/Interface/models/IExercice.js.map +1 -1
  95. package/es/types/Interface/models/IPayment.d.ts +0 -1
  96. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  97. package/es/types/Interface/models/IPayment.js.map +1 -1
  98. package/es/types/index.d.ts +12 -0
  99. package/es/types/index.d.ts.map +1 -1
  100. package/es/types/index.js +12 -0
  101. package/es/types/index.js.map +1 -1
  102. package/js/api/resources/AccountingFiles.js +29 -0
  103. package/js/api/resources/AccountingFiles.js.map +1 -0
  104. package/js/api/resources/InternalInvoicing.js +9 -0
  105. package/js/api/resources/InternalInvoicing.js.map +1 -1
  106. package/js/api/resources/MealExpense.js +52 -0
  107. package/js/api/resources/MealExpense.js.map +1 -0
  108. package/js/api/resources.js +4 -1
  109. package/js/api/resources.js.map +1 -1
  110. package/js/types/Enum/AccountingFileType.js +1 -0
  111. package/js/types/Enum/AccountingFileType.js.map +1 -1
  112. package/js/types/Enum/MealExpenseTresholds.js +16 -0
  113. package/js/types/Enum/MealExpenseTresholds.js.map +1 -0
  114. package/js/types/Enum/MimeType.js +29 -0
  115. package/js/types/Enum/MimeType.js.map +1 -0
  116. package/js/types/Enum/Vat.js +18 -9
  117. package/js/types/Enum/Vat.js.map +1 -1
  118. package/js/types/Interface/api/accountingFiles/Ocr.js +6 -0
  119. package/js/types/Interface/api/accountingFiles/Ocr.js.map +1 -0
  120. package/js/types/Interface/api/accountingFiles/OcrPayload.js +6 -0
  121. package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -0
  122. package/js/types/Interface/api/accountingFiles/OcrValue.js +6 -0
  123. package/js/types/Interface/api/accountingFiles/OcrValue.js.map +1 -0
  124. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js +35 -0
  125. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -0
  126. package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +10 -0
  127. package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -0
  128. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  129. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  130. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  131. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  132. package/js/types/Interface/api/cerfa/CreateCerfa.js +5 -1
  133. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  134. package/js/types/Interface/api/exercice/CreateExercice.js +55 -0
  135. package/js/types/Interface/api/exercice/CreateExercice.js.map +1 -0
  136. package/js/types/Interface/api/exercice/QueryExercice.js +37 -0
  137. package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -0
  138. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +29 -0
  139. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -0
  140. package/js/types/Interface/api/mealExpense/CreateMealExpense.js +33 -0
  141. package/js/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -0
  142. package/js/types/Interface/api/mealExpense/ReadMealExpense.js +10 -0
  143. package/js/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -0
  144. package/js/types/Interface/models/IApiError.js +3 -1
  145. package/js/types/Interface/models/IApiError.js.map +1 -1
  146. package/js/types/index.js +144 -0
  147. package/js/types/index.js.map +1 -1
  148. package/package.json +1 -1
  149. package/ts/api/resources/AccountingFiles.ts +18 -0
  150. package/ts/api/resources/InternalInvoicing.ts +10 -1
  151. package/ts/api/resources/MealExpense.ts +41 -0
  152. package/ts/api/resources.ts +2 -0
  153. package/ts/types/Enum/AccountingFileType.ts +1 -0
  154. package/ts/types/Enum/MealExpenseTresholds.ts +17 -0
  155. package/ts/types/Enum/MimeType.ts +23 -0
  156. package/ts/types/Enum/Vat.ts +9 -0
  157. package/ts/types/Interface/api/accountingFiles/Ocr.ts +13 -0
  158. package/ts/types/Interface/api/accountingFiles/OcrPayload.ts +15 -0
  159. package/ts/types/Interface/api/accountingFiles/OcrValue.ts +13 -0
  160. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +18 -0
  161. package/ts/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.ts +6 -0
  162. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  163. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  164. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +5 -0
  165. package/ts/types/Interface/api/exercice/CreateExercice.ts +80 -0
  166. package/ts/types/Interface/api/exercice/QueryExercice.ts +25 -0
  167. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts +9 -0
  168. package/ts/types/Interface/api/mealExpense/CreateMealExpense.ts +16 -0
  169. package/ts/types/Interface/api/mealExpense/ReadMealExpense.ts +8 -0
  170. package/ts/types/Interface/models/IApiError.ts +2 -0
  171. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  172. package/ts/types/Interface/models/IExercice.ts +8 -8
  173. package/ts/types/Interface/models/IPayment.ts +0 -1
  174. package/ts/types/index.ts +12 -0
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryExercice = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _decorators = require("../../../../utils/decorators");
11
+
12
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ 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;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class QueryExercice {}
27
+
28
+ exports.QueryExercice = QueryExercice;
29
+
30
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], QueryExercice.prototype, "id", void 0);
31
+
32
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryExercice.prototype, "startDate", void 0);
33
+
34
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryExercice.prototype, "endDate", void 0);
35
+
36
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], QueryExercice.prototype, "isBack", void 0);
37
+ //# sourceMappingURL=QueryExercice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,aAAP,CAAoB;;QAAb,a,GAAA,a;;AAGX,UAAA,CAAA,CAFC,sCAED,EADC,iCACD,E,iCAAA,CAAA,E,uBAAA,E,IAAA,E,KAAuB,CAAvB,CAAA;;AAKA,UAAA,CAAA,CAHC,sCAGD,EAFC,6BAED,EADC,iCACD,E,0BAAY,I,CAAZ,CAAA,E,uBAAA,E,WAAA,E,KAAiB,CAAjB,CAAA;;AAKA,UAAA,CAAA,CAHC,sCAGD,EAFC,6BAED,EADC,iCACD,E,0BAAU,I,CAAV,CAAA,E,uBAAA,E,SAAA,E,KAAe,CAAf,CAAA;;AAMA,UAAA,CAAA,CAJC,sCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,kCAAA,CAAA,E,uBAAA,E,QAAA,E,KAAiB,CAAjB,CAAA","sourcesContent":["import { IsBoolean, IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryExercice {\n @ApiPropertyOptional()\n @IsOptional()\n id?: number | number[];\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n}"],"sourceRoot":"","file":"QueryExercice.js"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateInternalInvoicing2in = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ 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;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class CreateInternalInvoicing2in {}
23
+
24
+ exports.CreateInternalInvoicing2in = CreateInternalInvoicing2in;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateInternalInvoicing2in.prototype, "month", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateInternalInvoicing2in.prototype, "year", void 0);
29
+ //# sourceMappingURL=CreateInternalInvoicing2in.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,0BAAP,CAAiC;;QAA1B,0B,GAAA,0B;;AAEX,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oCAAA,E,OAAA,E,KAAc,CAAd,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,oCAAA,E,MAAA,E,KAAa,CAAb,CAAA","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateInternalInvoicing2in {\n @ApiProperty()\n month: number;\n\n @ApiProperty()\n year: number;\n}\n"],"sourceRoot":"","file":"CreateInternalInvoicing2in.js"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateMealExpense = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../../..");
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 CreateMealExpense {}
25
+
26
+ exports.CreateMealExpense = CreateMealExpense;
27
+
28
+ __decorate([(0, _.ApiProperty)(), (0, _classValidator.ArrayUnique)(), (0, _classValidator.IsInt)({
29
+ each: true
30
+ }), (0, _classValidator.IsPositive)({
31
+ each: true
32
+ }), __metadata("design:type", Array)], CreateMealExpense.prototype, "transactionIds", void 0);
33
+ //# sourceMappingURL=CreateMealExpense.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/mealExpense/CreateMealExpense.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAO,iBAAP,CAAwB;;QAAjB,iB,GAAA,iB;;AASX,UAAA,CAAA,CARC,oBAQD,EAPC,kCAOD,EANC,2BAAM;AACL,EAAA,IAAI,EAAE;AADD,CAAN,CAMD,EAHC,gCAAW;AACV,EAAA,IAAI,EAAE;AADI,CAAX,CAGD,E,0BAAgB,K,CAAhB,CAAA,E,2BAAA,E,gBAAA,E,KAA8B,CAA9B,CAAA","sourcesContent":["import {\n ArrayUnique, IsInt, IsPositive,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateMealExpense {\n @ApiProperty()\n @ArrayUnique()\n @IsInt({\n each: true,\n })\n @IsPositive({\n each: true,\n })\n transactionIds: Array<number>;\n}"],"sourceRoot":"","file":"CreateMealExpense.js"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadMealExpense {}
8
+
9
+ exports.ReadMealExpense = ReadMealExpense;
10
+ //# sourceMappingURL=ReadMealExpense.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/mealExpense/ReadMealExpense.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e","sourcesContent":["import { IAccountingTransaction } from '../../..';\n\nexport class ReadMealExpense {\n transactionNumber: number;\n totalPrice: number;\n deductiblePrice: number;\n transactions: Array<IAccountingTransaction>;\n}"],"sourceRoot":"","file":"ReadMealExpense.js"}
@@ -129,6 +129,8 @@ var Code = exports.Code = undefined;
129
129
  Code["fetchBankAccountFailed"] = "fetch_bank_account_failed";
130
130
  Code["fetchTransactionsFailed"] = "fetch_transactions_failed";
131
131
  Code["fetchNewTokenFailed"] = "fetch_new_token_failed";
132
- Code["udpateTokenFailed"] = "update_token_failed";
132
+ Code["udpateTokenFailed"] = "update_token_failed"; // Accounts
133
+
134
+ Code["GENERIC_ACCOUNT_NOT_FOUND"] = "GENERIC_ACCOUNT_NOT_FOUND";
133
135
  })(Code || (exports.Code = Code = {}));
134
136
  //# sourceMappingURL=IApiError.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n udpateTokenFailed = 'update_token_failed',\n\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
1
+ {"version":3,"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"names":[],"mappings":"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","sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n udpateTokenFailed = 'update_token_failed',\n\n // Accounts\n GENERIC_ACCOUNT_NOT_FOUND = 'GENERIC_ACCOUNT_NOT_FOUND',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"sourceRoot":"","file":"IApiError.js"}
package/js/types/index.js CHANGED
@@ -4384,6 +4384,30 @@ Object.keys(_Unit).forEach(function (key) {
4384
4384
  });
4385
4385
  });
4386
4386
 
4387
+ var _MealExpenseTresholds = require("./Enum/MealExpenseTresholds");
4388
+
4389
+ Object.keys(_MealExpenseTresholds).forEach(function (key) {
4390
+ if (key === "default" || key === "__esModule") return;
4391
+ Object.defineProperty(exports, key, {
4392
+ enumerable: true,
4393
+ get: function () {
4394
+ return _MealExpenseTresholds[key];
4395
+ }
4396
+ });
4397
+ });
4398
+
4399
+ var _MimeType = require("./Enum/MimeType");
4400
+
4401
+ Object.keys(_MimeType).forEach(function (key) {
4402
+ if (key === "default" || key === "__esModule") return;
4403
+ Object.defineProperty(exports, key, {
4404
+ enumerable: true,
4405
+ get: function () {
4406
+ return _MimeType[key];
4407
+ }
4408
+ });
4409
+ });
4410
+
4387
4411
  var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
4388
4412
 
4389
4413
  Object.keys(_ReadBusinessPartner).forEach(function (key) {
@@ -4900,6 +4924,54 @@ Object.keys(_IGeneralLedgerAccountingEntry).forEach(function (key) {
4900
4924
  });
4901
4925
  });
4902
4926
 
4927
+ var _queryAccountingFiles = require("./Interface/api/accountingFiles/queryAccountingFiles");
4928
+
4929
+ Object.keys(_queryAccountingFiles).forEach(function (key) {
4930
+ if (key === "default" || key === "__esModule") return;
4931
+ Object.defineProperty(exports, key, {
4932
+ enumerable: true,
4933
+ get: function () {
4934
+ return _queryAccountingFiles[key];
4935
+ }
4936
+ });
4937
+ });
4938
+
4939
+ var _Ocr = require("./Interface/api/accountingFiles/Ocr");
4940
+
4941
+ Object.keys(_Ocr).forEach(function (key) {
4942
+ if (key === "default" || key === "__esModule") return;
4943
+ Object.defineProperty(exports, key, {
4944
+ enumerable: true,
4945
+ get: function () {
4946
+ return _Ocr[key];
4947
+ }
4948
+ });
4949
+ });
4950
+
4951
+ var _OcrPayload = require("./Interface/api/accountingFiles/OcrPayload");
4952
+
4953
+ Object.keys(_OcrPayload).forEach(function (key) {
4954
+ if (key === "default" || key === "__esModule") return;
4955
+ Object.defineProperty(exports, key, {
4956
+ enumerable: true,
4957
+ get: function () {
4958
+ return _OcrPayload[key];
4959
+ }
4960
+ });
4961
+ });
4962
+
4963
+ var _OcrValue = require("./Interface/api/accountingFiles/OcrValue");
4964
+
4965
+ Object.keys(_OcrValue).forEach(function (key) {
4966
+ if (key === "default" || key === "__esModule") return;
4967
+ Object.defineProperty(exports, key, {
4968
+ enumerable: true,
4969
+ get: function () {
4970
+ return _OcrValue[key];
4971
+ }
4972
+ });
4973
+ });
4974
+
4903
4975
  var _StockEntries = require("./Interface/api/stock/StockEntries");
4904
4976
 
4905
4977
  Object.keys(_StockEntries).forEach(function (key) {
@@ -5152,6 +5224,42 @@ Object.keys(_CreateInternalInvoicing).forEach(function (key) {
5152
5224
  });
5153
5225
  });
5154
5226
 
5227
+ var _CreateInternalInvoicing2in = require("./Interface/api/internalInvoicing/CreateInternalInvoicing2in");
5228
+
5229
+ Object.keys(_CreateInternalInvoicing2in).forEach(function (key) {
5230
+ if (key === "default" || key === "__esModule") return;
5231
+ Object.defineProperty(exports, key, {
5232
+ enumerable: true,
5233
+ get: function () {
5234
+ return _CreateInternalInvoicing2in[key];
5235
+ }
5236
+ });
5237
+ });
5238
+
5239
+ var _QueryExercice = require("./Interface/api/exercice/QueryExercice");
5240
+
5241
+ Object.keys(_QueryExercice).forEach(function (key) {
5242
+ if (key === "default" || key === "__esModule") return;
5243
+ Object.defineProperty(exports, key, {
5244
+ enumerable: true,
5245
+ get: function () {
5246
+ return _QueryExercice[key];
5247
+ }
5248
+ });
5249
+ });
5250
+
5251
+ var _CreateExercice = require("./Interface/api/exercice/CreateExercice");
5252
+
5253
+ Object.keys(_CreateExercice).forEach(function (key) {
5254
+ if (key === "default" || key === "__esModule") return;
5255
+ Object.defineProperty(exports, key, {
5256
+ enumerable: true,
5257
+ get: function () {
5258
+ return _CreateExercice[key];
5259
+ }
5260
+ });
5261
+ });
5262
+
5155
5263
  var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
5156
5264
 
5157
5265
  Object.keys(_ReadSurvey).forEach(function (key) {
@@ -6411,4 +6519,40 @@ Object.keys(_QueryJournal).forEach(function (key) {
6411
6519
  }
6412
6520
  });
6413
6521
  });
6522
+
6523
+ var _ReadBalanceSheetTransaction = require("./Interface/api/balanceSheet/ReadBalanceSheetTransaction");
6524
+
6525
+ Object.keys(_ReadBalanceSheetTransaction).forEach(function (key) {
6526
+ if (key === "default" || key === "__esModule") return;
6527
+ Object.defineProperty(exports, key, {
6528
+ enumerable: true,
6529
+ get: function () {
6530
+ return _ReadBalanceSheetTransaction[key];
6531
+ }
6532
+ });
6533
+ });
6534
+
6535
+ var _CreateMealExpense = require("./Interface/api/mealExpense/CreateMealExpense");
6536
+
6537
+ Object.keys(_CreateMealExpense).forEach(function (key) {
6538
+ if (key === "default" || key === "__esModule") return;
6539
+ Object.defineProperty(exports, key, {
6540
+ enumerable: true,
6541
+ get: function () {
6542
+ return _CreateMealExpense[key];
6543
+ }
6544
+ });
6545
+ });
6546
+
6547
+ var _ReadMealExpense = require("./Interface/api/mealExpense/ReadMealExpense");
6548
+
6549
+ Object.keys(_ReadMealExpense).forEach(function (key) {
6550
+ if (key === "default" || key === "__esModule") return;
6551
+ Object.defineProperty(exports, key, {
6552
+ enumerable: true,
6553
+ get: function () {
6554
+ return _ReadMealExpense[key];
6555
+ }
6556
+ });
6557
+ });
6414
6558
  //# sourceMappingURL=index.js.map