@silexpert/core 0.4.118 → 0.4.121

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 (286) hide show
  1. package/es/api/resources/AccountingIncome.d.ts +6 -0
  2. package/es/api/resources/AccountingIncome.d.ts.map +1 -0
  3. package/es/api/resources/AccountingIncome.js +7 -0
  4. package/es/api/resources/AccountingIncome.js.map +1 -0
  5. package/es/api/resources/BankStatement.d.ts +7 -0
  6. package/es/api/resources/BankStatement.d.ts.map +1 -0
  7. package/es/api/resources/BankStatement.js +15 -0
  8. package/es/api/resources/BankStatement.js.map +1 -0
  9. package/es/api/resources/Cerfa.d.ts +2 -2
  10. package/es/api/resources/Cerfa.d.ts.map +1 -1
  11. package/es/api/resources/Cerfa.js.map +1 -1
  12. package/es/api/resources/Tax.d.ts +3 -1
  13. package/es/api/resources/Tax.d.ts.map +1 -1
  14. package/es/api/resources/Tax.js +6 -0
  15. package/es/api/resources/Tax.js.map +1 -1
  16. package/es/api/resources.d.ts +4 -0
  17. package/es/api/resources.d.ts.map +1 -1
  18. package/es/api/resources.js +4 -0
  19. package/es/api/resources.js.map +1 -1
  20. package/es/types/Enum/Account.d.ts +4 -0
  21. package/es/types/Enum/Account.d.ts.map +1 -1
  22. package/es/types/Enum/Account.js +4 -0
  23. package/es/types/Enum/Account.js.map +1 -1
  24. package/es/types/Enum/AnswerTypeValue.d.ts +15 -1
  25. package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
  26. package/es/types/Enum/AnswerTypeValue.js +17 -2
  27. package/es/types/Enum/AnswerTypeValue.js.map +1 -1
  28. package/es/types/Enum/Aspone.d.ts +42 -0
  29. package/es/types/Enum/Aspone.d.ts.map +1 -0
  30. package/es/types/Enum/Aspone.js +48 -0
  31. package/es/types/Enum/Aspone.js.map +1 -0
  32. package/es/types/Enum/BalanceSheetQuestion.d.ts +42 -6
  33. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  34. package/es/types/Enum/BalanceSheetQuestion.js +42 -5
  35. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  36. package/es/types/Enum/BalanceSheetQuestionWording.d.ts +221 -0
  37. package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -0
  38. package/es/types/Enum/BalanceSheetQuestionWording.js +224 -0
  39. package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
  40. package/es/types/Enum/BrandClementine.d.ts +5 -0
  41. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  42. package/es/types/Enum/BrandClementine.js +5 -0
  43. package/es/types/Enum/BrandClementine.js.map +1 -1
  44. package/es/types/Enum/BrandComptalib.d.ts +2 -0
  45. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  46. package/es/types/Enum/BrandComptalib.js +2 -0
  47. package/es/types/Enum/BrandComptalib.js.map +1 -1
  48. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  49. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  50. package/es/types/Enum/BrandLegalstart.js +1 -0
  51. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  52. package/es/types/Enum/Ged.d.ts +2 -0
  53. package/es/types/Enum/Ged.d.ts.map +1 -1
  54. package/es/types/Enum/Ged.js +2 -1
  55. package/es/types/Enum/Ged.js.map +1 -1
  56. package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
  57. package/es/types/Enum/GlobalRegime.js +66 -14
  58. package/es/types/Enum/GlobalRegime.js.map +1 -1
  59. package/es/types/Enum/LegalInformation.d.ts +9 -0
  60. package/es/types/Enum/LegalInformation.d.ts.map +1 -0
  61. package/es/types/Enum/LegalInformation.js +10 -0
  62. package/es/types/Enum/LegalInformation.js.map +1 -0
  63. package/es/types/Enum/{MealExpenseTresholds.d.ts → MealExpenseThresholds.d.ts} +1 -1
  64. package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -0
  65. package/es/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  66. package/es/types/Enum/MealExpenseThresholds.js.map +1 -0
  67. package/es/types/Enum/Prestation.d.ts +7 -1
  68. package/es/types/Enum/Prestation.d.ts.map +1 -1
  69. package/es/types/Enum/Prestation.js +6 -0
  70. package/es/types/Enum/Prestation.js.map +1 -1
  71. package/es/types/Enum/Util.d.ts +4 -0
  72. package/es/types/Enum/Util.d.ts.map +1 -1
  73. package/es/types/Enum/Util.js +5 -0
  74. package/es/types/Enum/Util.js.map +1 -1
  75. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts +4 -0
  76. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts.map +1 -0
  77. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js +2 -0
  78. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  79. package/es/types/Interface/api/aspone/ReadInterchange.d.ts +76 -0
  80. package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -0
  81. package/es/types/Interface/api/aspone/ReadInterchange.js +9 -0
  82. package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
  83. package/es/types/Interface/api/aspone/Util.d.ts +109 -0
  84. package/es/types/Interface/api/aspone/Util.d.ts.map +1 -0
  85. package/es/types/Interface/api/aspone/Util.js +17 -0
  86. package/es/types/Interface/api/aspone/Util.js.map +1 -0
  87. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +5 -3
  88. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  89. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +27 -4
  90. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  91. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +5 -2
  92. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  93. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +29 -2
  94. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  95. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts +6 -0
  96. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts.map +1 -0
  97. package/es/types/Interface/api/bankStatement/QueryBankStatement.js +25 -0
  98. package/es/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  99. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +9 -0
  100. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -0
  101. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +27 -0
  102. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  103. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts +6 -0
  104. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts.map +1 -0
  105. package/es/types/Interface/api/bankStatement/ReadBankStatement.js +3 -0
  106. package/es/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  107. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +379 -88
  108. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  109. package/es/types/Interface/api/cerfa/CreateCerfa.js +24 -327
  110. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  111. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
  112. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
  113. package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
  114. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +12 -0
  115. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -0
  116. package/es/types/Interface/api/ocr/OcrTransactions.js +33 -0
  117. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  118. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +7 -0
  119. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -0
  120. package/es/types/Interface/api/ocr/OcrTypeTransactions.js +2 -0
  121. package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  122. package/es/types/Interface/api/registration/CreateRegistration.d.ts +13 -2
  123. package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  124. package/es/types/Interface/api/registration/CreateRegistration.js +20 -4
  125. package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  126. package/es/types/Interface/api/registration/DeclareRegistration.d.ts +4 -0
  127. package/es/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -0
  128. package/es/types/Interface/api/registration/DeclareRegistration.js +22 -0
  129. package/es/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
  130. package/es/types/Interface/api/registration/ReadRegistration.d.ts +18 -1
  131. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
  132. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  133. package/es/types/Interface/api/tax/ReadCompanyTax.d.ts +11 -0
  134. package/es/types/Interface/api/tax/ReadCompanyTax.d.ts.map +1 -0
  135. package/es/types/Interface/api/tax/ReadCompanyTax.js +2 -0
  136. package/es/types/Interface/api/tax/ReadCompanyTax.js.map +1 -0
  137. package/es/types/Interface/api/tax/ReadTax.d.ts +6 -1
  138. package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
  139. package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
  140. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
  141. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  142. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +8 -1
  143. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  144. package/es/types/Interface/models/IApiError.d.ts +1 -0
  145. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  146. package/es/types/Interface/models/IApiError.js +1 -0
  147. package/es/types/Interface/models/IApiError.js.map +1 -1
  148. package/es/types/Interface/models/IBalanceSheetModule.d.ts +7 -4
  149. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  150. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  151. package/es/types/Interface/models/IBalanceSheetQuestion.d.ts +1 -0
  152. package/es/types/Interface/models/IBalanceSheetQuestion.d.ts.map +1 -1
  153. package/es/types/Interface/models/IBalanceSheetQuestion.js.map +1 -1
  154. package/es/types/Interface/models/ICountry.d.ts +1 -0
  155. package/es/types/Interface/models/ICountry.d.ts.map +1 -1
  156. package/es/types/Interface/models/ICountry.js.map +1 -1
  157. package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
  158. package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
  159. package/es/types/Interface/models/ISocietySocial.js.map +1 -1
  160. package/es/types/index.d.ts +17 -4
  161. package/es/types/index.d.ts.map +1 -1
  162. package/es/types/index.js +17 -4
  163. package/es/types/index.js.map +1 -1
  164. package/js/api/resources/AccountingIncome.js +18 -0
  165. package/js/api/resources/AccountingIncome.js.map +1 -0
  166. package/js/api/resources/BankStatement.js +30 -0
  167. package/js/api/resources/BankStatement.js.map +1 -0
  168. package/js/api/resources/Cerfa.js.map +1 -1
  169. package/js/api/resources/Tax.js +8 -0
  170. package/js/api/resources/Tax.js.map +1 -1
  171. package/js/api/resources.js +7 -1
  172. package/js/api/resources.js.map +1 -1
  173. package/js/types/Enum/Account.js +4 -0
  174. package/js/types/Enum/Account.js.map +1 -1
  175. package/js/types/Enum/AnswerTypeValue.js +21 -2
  176. package/js/types/Enum/AnswerTypeValue.js.map +1 -1
  177. package/js/types/Enum/Aspone.js +64 -0
  178. package/js/types/Enum/Aspone.js.map +1 -0
  179. package/js/types/Enum/BalanceSheetQuestion.js +47 -5
  180. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  181. package/js/types/Enum/BalanceSheetQuestionWording.js +238 -0
  182. package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
  183. package/js/types/Enum/BrandClementine.js +7 -2
  184. package/js/types/Enum/BrandClementine.js.map +1 -1
  185. package/js/types/Enum/BrandComptalib.js +2 -0
  186. package/js/types/Enum/BrandComptalib.js.map +1 -1
  187. package/js/types/Enum/BrandLegalstart.js +1 -0
  188. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  189. package/js/types/Enum/Ged.js +4 -3
  190. package/js/types/Enum/Ged.js.map +1 -1
  191. package/js/types/Enum/GlobalRegime.js +68 -21
  192. package/js/types/Enum/GlobalRegime.js.map +1 -1
  193. package/js/types/Enum/LegalInformation.js +16 -0
  194. package/js/types/Enum/LegalInformation.js.map +1 -0
  195. package/js/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  196. package/js/types/Enum/MealExpenseThresholds.js.map +1 -0
  197. package/js/types/Enum/Prestation.js +6 -0
  198. package/js/types/Enum/Prestation.js.map +1 -1
  199. package/js/types/Enum/Util.js +7 -0
  200. package/js/types/Enum/Util.js.map +1 -1
  201. package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js +6 -0
  202. package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  203. package/js/types/Interface/api/aspone/ReadInterchange.js +22 -0
  204. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
  205. package/js/types/Interface/api/aspone/Util.js +38 -0
  206. package/js/types/Interface/api/aspone/Util.js.map +1 -0
  207. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -3
  208. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  209. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +8 -2
  210. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  211. package/js/types/Interface/api/bankStatement/QueryBankStatement.js +31 -0
  212. package/js/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  213. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +33 -0
  214. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  215. package/js/types/Interface/api/bankStatement/ReadBankStatement.js +10 -0
  216. package/js/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  217. package/js/types/Interface/api/cerfa/CreateCerfa.js +24 -174
  218. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  219. package/js/types/Interface/api/ocr/OcrTransactions.js +37 -0
  220. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  221. package/js/types/Interface/api/ocr/OcrTypeTransactions.js +6 -0
  222. package/js/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  223. package/js/types/Interface/api/registration/CreateRegistration.js +11 -3
  224. package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  225. package/js/types/Interface/api/registration/DeclareRegistration.js +31 -0
  226. package/js/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
  227. package/js/types/Interface/{models/IPrestationSocial.js → api/tax/ReadCompanyTax.js} +1 -1
  228. package/js/types/Interface/{models/IPrestationSocial.js.map → api/tax/ReadCompanyTax.js.map} +1 -1
  229. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
  230. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  231. package/js/types/Interface/models/IApiError.js +2 -1
  232. package/js/types/Interface/models/IApiError.js.map +1 -1
  233. package/js/types/index.js +183 -27
  234. package/js/types/index.js.map +1 -1
  235. package/package.json +1 -1
  236. package/ts/api/resources/AccountingIncome.ts +8 -0
  237. package/ts/api/resources/BankStatement.ts +20 -0
  238. package/ts/api/resources/Cerfa.ts +2 -2
  239. package/ts/api/resources/Tax.ts +9 -1
  240. package/ts/api/resources.ts +4 -0
  241. package/ts/types/Enum/Account.ts +4 -0
  242. package/ts/types/Enum/AnswerTypeValue.ts +16 -0
  243. package/ts/types/Enum/Aspone.ts +46 -0
  244. package/ts/types/Enum/BalanceSheetQuestion.ts +48 -5
  245. package/ts/types/Enum/BalanceSheetQuestionWording.ts +283 -0
  246. package/ts/types/Enum/BrandClementine.ts +5 -0
  247. package/ts/types/Enum/BrandComptalib.ts +2 -0
  248. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  249. package/ts/types/Enum/Ged.ts +2 -1
  250. package/ts/types/Enum/GlobalRegime.ts +67 -21
  251. package/ts/types/Enum/LegalInformation.ts +8 -0
  252. package/ts/types/Enum/Prestation.ts +6 -0
  253. package/ts/types/Enum/Util.ts +4 -0
  254. package/ts/types/Interface/api/accountingIncome/ReadAccountingIncome.ts +3 -0
  255. package/ts/types/Interface/api/aspone/ReadInterchange.ts +75 -0
  256. package/ts/types/Interface/api/aspone/Util.ts +108 -0
  257. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +24 -3
  258. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +26 -2
  259. package/ts/types/Interface/api/bankStatement/QueryBankStatement.ts +15 -0
  260. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +15 -0
  261. package/ts/types/Interface/api/bankStatement/ReadBankStatement.ts +6 -0
  262. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +533 -178
  263. package/ts/types/Interface/api/cerfa/ReadCerfa.ts +4 -0
  264. package/ts/types/Interface/api/ocr/OcrTransactions.ts +24 -0
  265. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +6 -0
  266. package/ts/types/Interface/api/registration/CreateRegistration.ts +28 -4
  267. package/ts/types/Interface/api/registration/DeclareRegistration.ts +11 -0
  268. package/ts/types/Interface/api/registration/ReadRegistration.ts +19 -1
  269. package/ts/types/Interface/api/tax/ReadCompanyTax.ts +12 -0
  270. package/ts/types/Interface/api/tax/ReadTax.ts +6 -1
  271. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -1
  272. package/ts/types/Interface/models/IApiError.ts +1 -0
  273. package/ts/types/Interface/models/IBalanceSheetModule.ts +7 -4
  274. package/ts/types/Interface/models/IBalanceSheetQuestion.ts +1 -0
  275. package/ts/types/Interface/models/ICountry.ts +1 -0
  276. package/ts/types/Interface/models/ISocietySocial.ts +2 -2
  277. package/ts/types/index.ts +18 -4
  278. package/es/types/Enum/MealExpenseTresholds.d.ts.map +0 -1
  279. package/es/types/Enum/MealExpenseTresholds.js.map +0 -1
  280. package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
  281. package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
  282. package/es/types/Interface/models/IPrestationSocial.js +0 -2
  283. package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
  284. package/js/types/Enum/MealExpenseTresholds.js.map +0 -1
  285. package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
  286. /package/ts/types/Enum/{MealExpenseTresholds.ts → MealExpenseThresholds.ts} +0 -0
package/js/types/index.js CHANGED
@@ -1708,18 +1708,6 @@ Object.keys(_IPhonePrefixChild).forEach(function (key) {
1708
1708
  });
1709
1709
  });
1710
1710
 
1711
- var _IPrestationSocial = require("./Interface/models/IPrestationSocial");
1712
-
1713
- Object.keys(_IPrestationSocial).forEach(function (key) {
1714
- if (key === "default" || key === "__esModule") return;
1715
- Object.defineProperty(exports, key, {
1716
- enumerable: true,
1717
- get: function () {
1718
- return _IPrestationSocial[key];
1719
- }
1720
- });
1721
- });
1722
-
1723
1711
  var _IPrestation = require("./Interface/models/IPrestation");
1724
1712
 
1725
1713
  Object.keys(_IPrestation).forEach(function (key) {
@@ -3568,14 +3556,14 @@ Object.keys(_FormConnector).forEach(function (key) {
3568
3556
  });
3569
3557
  });
3570
3558
 
3571
- var _Tax = require("./Enum/Tax");
3559
+ var _Aspone = require("./Enum/Aspone");
3572
3560
 
3573
- Object.keys(_Tax).forEach(function (key) {
3561
+ Object.keys(_Aspone).forEach(function (key) {
3574
3562
  if (key === "default" || key === "__esModule") return;
3575
3563
  Object.defineProperty(exports, key, {
3576
3564
  enumerable: true,
3577
3565
  get: function () {
3578
- return _Tax[key];
3566
+ return _Aspone[key];
3579
3567
  }
3580
3568
  });
3581
3569
  });
@@ -3592,6 +3580,18 @@ Object.keys(_ProfitsType).forEach(function (key) {
3592
3580
  });
3593
3581
  });
3594
3582
 
3583
+ var _Tax = require("./Enum/Tax");
3584
+
3585
+ Object.keys(_Tax).forEach(function (key) {
3586
+ if (key === "default" || key === "__esModule") return;
3587
+ Object.defineProperty(exports, key, {
3588
+ enumerable: true,
3589
+ get: function () {
3590
+ return _Tax[key];
3591
+ }
3592
+ });
3593
+ });
3594
+
3595
3595
  var _RegistrationSource = require("./Enum/RegistrationSource");
3596
3596
 
3597
3597
  Object.keys(_RegistrationSource).forEach(function (key) {
@@ -4432,14 +4432,14 @@ Object.keys(_Unit).forEach(function (key) {
4432
4432
  });
4433
4433
  });
4434
4434
 
4435
- var _MealExpenseTresholds = require("./Enum/MealExpenseTresholds");
4435
+ var _MealExpenseThresholds = require("./Enum/MealExpenseThresholds");
4436
4436
 
4437
- Object.keys(_MealExpenseTresholds).forEach(function (key) {
4437
+ Object.keys(_MealExpenseThresholds).forEach(function (key) {
4438
4438
  if (key === "default" || key === "__esModule") return;
4439
4439
  Object.defineProperty(exports, key, {
4440
4440
  enumerable: true,
4441
4441
  get: function () {
4442
- return _MealExpenseTresholds[key];
4442
+ return _MealExpenseThresholds[key];
4443
4443
  }
4444
4444
  });
4445
4445
  });
@@ -4468,6 +4468,18 @@ Object.keys(_BalanceSheetQuestion).forEach(function (key) {
4468
4468
  });
4469
4469
  });
4470
4470
 
4471
+ var _BalanceSheetQuestionWording = require("./Enum/BalanceSheetQuestionWording");
4472
+
4473
+ Object.keys(_BalanceSheetQuestionWording).forEach(function (key) {
4474
+ if (key === "default" || key === "__esModule") return;
4475
+ Object.defineProperty(exports, key, {
4476
+ enumerable: true,
4477
+ get: function () {
4478
+ return _BalanceSheetQuestionWording[key];
4479
+ }
4480
+ });
4481
+ });
4482
+
4471
4483
  var _AnswerTypeValue = require("./Enum/AnswerTypeValue");
4472
4484
 
4473
4485
  Object.keys(_AnswerTypeValue).forEach(function (key) {
@@ -4492,6 +4504,18 @@ Object.keys(_PartneredAccountantServiceType).forEach(function (key) {
4492
4504
  });
4493
4505
  });
4494
4506
 
4507
+ var _LegalInformation = require("./Enum/LegalInformation");
4508
+
4509
+ Object.keys(_LegalInformation).forEach(function (key) {
4510
+ if (key === "default" || key === "__esModule") return;
4511
+ Object.defineProperty(exports, key, {
4512
+ enumerable: true,
4513
+ get: function () {
4514
+ return _LegalInformation[key];
4515
+ }
4516
+ });
4517
+ });
4518
+
4495
4519
  var _ProvisionType = require("./Enum/ProvisionType");
4496
4520
 
4497
4521
  Object.keys(_ProvisionType).forEach(function (key) {
@@ -4504,38 +4528,50 @@ Object.keys(_ProvisionType).forEach(function (key) {
4504
4528
  });
4505
4529
  });
4506
4530
 
4507
- var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
4531
+ var _ReadInterchange = require("./Interface/api/aspone/ReadInterchange");
4508
4532
 
4509
- Object.keys(_ReadBusinessPartner).forEach(function (key) {
4533
+ Object.keys(_ReadInterchange).forEach(function (key) {
4510
4534
  if (key === "default" || key === "__esModule") return;
4511
4535
  Object.defineProperty(exports, key, {
4512
4536
  enumerable: true,
4513
4537
  get: function () {
4514
- return _ReadBusinessPartner[key];
4538
+ return _ReadInterchange[key];
4515
4539
  }
4516
4540
  });
4517
4541
  });
4518
4542
 
4519
- var _CreateSimulation = require("./Interface/api/simulation/CreateSimulation");
4543
+ var _Util2 = require("./Interface/api/aspone/Util");
4520
4544
 
4521
- Object.keys(_CreateSimulation).forEach(function (key) {
4545
+ Object.keys(_Util2).forEach(function (key) {
4522
4546
  if (key === "default" || key === "__esModule") return;
4523
4547
  Object.defineProperty(exports, key, {
4524
4548
  enumerable: true,
4525
4549
  get: function () {
4526
- return _CreateSimulation[key];
4550
+ return _Util2[key];
4527
4551
  }
4528
4552
  });
4529
4553
  });
4530
4554
 
4531
- var _ReadCerfa = require("./Interface/api/cerfa/ReadCerfa");
4555
+ var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
4532
4556
 
4533
- Object.keys(_ReadCerfa).forEach(function (key) {
4557
+ Object.keys(_ReadBusinessPartner).forEach(function (key) {
4534
4558
  if (key === "default" || key === "__esModule") return;
4535
4559
  Object.defineProperty(exports, key, {
4536
4560
  enumerable: true,
4537
4561
  get: function () {
4538
- return _ReadCerfa[key];
4562
+ return _ReadBusinessPartner[key];
4563
+ }
4564
+ });
4565
+ });
4566
+
4567
+ var _CreateSimulation = require("./Interface/api/simulation/CreateSimulation");
4568
+
4569
+ Object.keys(_CreateSimulation).forEach(function (key) {
4570
+ if (key === "default" || key === "__esModule") return;
4571
+ Object.defineProperty(exports, key, {
4572
+ enumerable: true,
4573
+ get: function () {
4574
+ return _CreateSimulation[key];
4539
4575
  }
4540
4576
  });
4541
4577
  });
@@ -4864,6 +4900,18 @@ Object.keys(_CreateCerfa).forEach(function (key) {
4864
4900
  });
4865
4901
  });
4866
4902
 
4903
+ var _ReadCerfa = require("./Interface/api/cerfa/ReadCerfa");
4904
+
4905
+ Object.keys(_ReadCerfa).forEach(function (key) {
4906
+ if (key === "default" || key === "__esModule") return;
4907
+ Object.defineProperty(exports, key, {
4908
+ enumerable: true,
4909
+ get: function () {
4910
+ return _ReadCerfa[key];
4911
+ }
4912
+ });
4913
+ });
4914
+
4867
4915
  var _CreateCustomerProviderOperation = require("./Interface/api/customerProviderOperation/CreateCustomerProviderOperation");
4868
4916
 
4869
4917
  Object.keys(_CreateCustomerProviderOperation).forEach(function (key) {
@@ -5368,6 +5416,90 @@ Object.keys(_CreateExercice).forEach(function (key) {
5368
5416
  });
5369
5417
  });
5370
5418
 
5419
+ var _ReadAccountingIncome = require("./Interface/api/accountingIncome/ReadAccountingIncome");
5420
+
5421
+ Object.keys(_ReadAccountingIncome).forEach(function (key) {
5422
+ if (key === "default" || key === "__esModule") return;
5423
+ Object.defineProperty(exports, key, {
5424
+ enumerable: true,
5425
+ get: function () {
5426
+ return _ReadAccountingIncome[key];
5427
+ }
5428
+ });
5429
+ });
5430
+
5431
+ var _OcrTransactions = require("./Interface/api/ocr/OcrTransactions");
5432
+
5433
+ Object.keys(_OcrTransactions).forEach(function (key) {
5434
+ if (key === "default" || key === "__esModule") return;
5435
+ Object.defineProperty(exports, key, {
5436
+ enumerable: true,
5437
+ get: function () {
5438
+ return _OcrTransactions[key];
5439
+ }
5440
+ });
5441
+ });
5442
+
5443
+ var _QueryBankStatement = require("./Interface/api/bankStatement/QueryBankStatement");
5444
+
5445
+ Object.keys(_QueryBankStatement).forEach(function (key) {
5446
+ if (key === "default" || key === "__esModule") return;
5447
+ Object.defineProperty(exports, key, {
5448
+ enumerable: true,
5449
+ get: function () {
5450
+ return _QueryBankStatement[key];
5451
+ }
5452
+ });
5453
+ });
5454
+
5455
+ var _QueryTransactionBankStatement = require("./Interface/api/bankStatement/QueryTransactionBankStatement");
5456
+
5457
+ Object.keys(_QueryTransactionBankStatement).forEach(function (key) {
5458
+ if (key === "default" || key === "__esModule") return;
5459
+ Object.defineProperty(exports, key, {
5460
+ enumerable: true,
5461
+ get: function () {
5462
+ return _QueryTransactionBankStatement[key];
5463
+ }
5464
+ });
5465
+ });
5466
+
5467
+ var _OcrTypeTransactions = require("./Interface/api/ocr/OcrTypeTransactions");
5468
+
5469
+ Object.keys(_OcrTypeTransactions).forEach(function (key) {
5470
+ if (key === "default" || key === "__esModule") return;
5471
+ Object.defineProperty(exports, key, {
5472
+ enumerable: true,
5473
+ get: function () {
5474
+ return _OcrTypeTransactions[key];
5475
+ }
5476
+ });
5477
+ });
5478
+
5479
+ var _ReadBankStatement = require("./Interface/api/bankStatement/ReadBankStatement");
5480
+
5481
+ Object.keys(_ReadBankStatement).forEach(function (key) {
5482
+ if (key === "default" || key === "__esModule") return;
5483
+ Object.defineProperty(exports, key, {
5484
+ enumerable: true,
5485
+ get: function () {
5486
+ return _ReadBankStatement[key];
5487
+ }
5488
+ });
5489
+ });
5490
+
5491
+ var _ReadCompanyTax = require("./Interface/api/tax/ReadCompanyTax");
5492
+
5493
+ Object.keys(_ReadCompanyTax).forEach(function (key) {
5494
+ if (key === "default" || key === "__esModule") return;
5495
+ Object.defineProperty(exports, key, {
5496
+ enumerable: true,
5497
+ get: function () {
5498
+ return _ReadCompanyTax[key];
5499
+ }
5500
+ });
5501
+ });
5502
+
5371
5503
  var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
5372
5504
 
5373
5505
  Object.keys(_ReadSurvey).forEach(function (key) {
@@ -6640,6 +6772,18 @@ Object.keys(_QueryJournal).forEach(function (key) {
6640
6772
  });
6641
6773
  });
6642
6774
 
6775
+ var _DeclareRegistration = require("./Interface/api/registration/DeclareRegistration");
6776
+
6777
+ Object.keys(_DeclareRegistration).forEach(function (key) {
6778
+ if (key === "default" || key === "__esModule") return;
6779
+ Object.defineProperty(exports, key, {
6780
+ enumerable: true,
6781
+ get: function () {
6782
+ return _DeclareRegistration[key];
6783
+ }
6784
+ });
6785
+ });
6786
+
6643
6787
  var _ReadBalanceSheetTransaction = require("./Interface/api/balanceSheet/ReadBalanceSheetTransaction");
6644
6788
 
6645
6789
  Object.keys(_ReadBalanceSheetTransaction).forEach(function (key) {
@@ -6747,4 +6891,16 @@ Object.keys(_QueryGetProvisions).forEach(function (key) {
6747
6891
  }
6748
6892
  });
6749
6893
  });
6894
+
6895
+ var _cerfa = require("../utils/cerfa");
6896
+
6897
+ Object.keys(_cerfa).forEach(function (key) {
6898
+ if (key === "default" || key === "__esModule") return;
6899
+ Object.defineProperty(exports, key, {
6900
+ enumerable: true,
6901
+ get: function () {
6902
+ return _cerfa[key];
6903
+ }
6904
+ });
6905
+ });
6750
6906
  //# sourceMappingURL=index.js.map