@silexpert/core 0.0.2

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 (2120) hide show
  1. package/README.md +89 -0
  2. package/es/api/Resource.d.ts +13 -0
  3. package/es/api/Resource.d.ts.map +1 -0
  4. package/es/api/Resource.js +6 -0
  5. package/es/api/Resource.js.map +1 -0
  6. package/es/api/index.d.ts +7 -0
  7. package/es/api/index.d.ts.map +1 -0
  8. package/es/api/index.js +55 -0
  9. package/es/api/index.js.map +1 -0
  10. package/es/api/resources/Country.d.ts +6 -0
  11. package/es/api/resources/Country.d.ts.map +1 -0
  12. package/es/api/resources/Country.js +7 -0
  13. package/es/api/resources/Country.js.map +1 -0
  14. package/es/api/resources/Simulation.d.ts +5 -0
  15. package/es/api/resources/Simulation.d.ts.map +1 -0
  16. package/es/api/resources/Simulation.js +9 -0
  17. package/es/api/resources/Simulation.js.map +1 -0
  18. package/es/api/resources.d.ts +7 -0
  19. package/es/api/resources.d.ts.map +1 -0
  20. package/es/api/resources.js +7 -0
  21. package/es/api/resources.js.map +1 -0
  22. package/es/index.d.ts +4 -0
  23. package/es/index.d.ts.map +1 -0
  24. package/es/index.js +4 -0
  25. package/es/index.js.map +1 -0
  26. package/es/types/Enum/ComptaType.d.ts +9 -0
  27. package/es/types/Enum/ComptaType.d.ts.map +1 -0
  28. package/es/types/Enum/ComptaType.js +10 -0
  29. package/es/types/Enum/ComptaType.js.map +1 -0
  30. package/es/types/Enum/Country.d.ts +13 -0
  31. package/es/types/Enum/Country.d.ts.map +1 -0
  32. package/es/types/Enum/Country.js +14 -0
  33. package/es/types/Enum/Country.js.map +1 -0
  34. package/es/types/Enum/Ged.d.ts +14 -0
  35. package/es/types/Enum/Ged.d.ts.map +1 -0
  36. package/es/types/Enum/Ged.js +49 -0
  37. package/es/types/Enum/Ged.js.map +1 -0
  38. package/es/types/Enum/LegalForm.d.ts +162 -0
  39. package/es/types/Enum/LegalForm.d.ts.map +1 -0
  40. package/es/types/Enum/LegalForm.js +162 -0
  41. package/es/types/Enum/LegalForm.js.map +1 -0
  42. package/es/types/Enum/Role.d.ts +25 -0
  43. package/es/types/Enum/Role.d.ts.map +1 -0
  44. package/es/types/Enum/Role.js +26 -0
  45. package/es/types/Enum/Role.js.map +1 -0
  46. package/es/types/Enum/Sector.d.ts +7 -0
  47. package/es/types/Enum/Sector.d.ts.map +1 -0
  48. package/es/types/Enum/Sector.js +8 -0
  49. package/es/types/Enum/Sector.js.map +1 -0
  50. package/es/types/Enum/Simulation.d.ts +27 -0
  51. package/es/types/Enum/Simulation.d.ts.map +1 -0
  52. package/es/types/Enum/Simulation.js +27 -0
  53. package/es/types/Enum/Simulation.js.map +1 -0
  54. package/es/types/Enum/SubscriptionType.d.ts +6 -0
  55. package/es/types/Enum/SubscriptionType.d.ts.map +1 -0
  56. package/es/types/Enum/SubscriptionType.js +7 -0
  57. package/es/types/Enum/SubscriptionType.js.map +1 -0
  58. package/es/types/Enum/TypeConnector.d.ts +14 -0
  59. package/es/types/Enum/TypeConnector.d.ts.map +1 -0
  60. package/es/types/Enum/TypeConnector.js +15 -0
  61. package/es/types/Enum/TypeConnector.js.map +1 -0
  62. package/es/types/Enum/Vat.d.ts +66 -0
  63. package/es/types/Enum/Vat.d.ts.map +1 -0
  64. package/es/types/Enum/Vat.js +66 -0
  65. package/es/types/Enum/Vat.js.map +1 -0
  66. package/es/types/Enum/VatRegime.d.ts +7 -0
  67. package/es/types/Enum/VatRegime.d.ts.map +1 -0
  68. package/es/types/Enum/VatRegime.js +8 -0
  69. package/es/types/Enum/VatRegime.js.map +1 -0
  70. package/es/types/Form/FormAuthenticate.d.ts +7 -0
  71. package/es/types/Form/FormAuthenticate.d.ts.map +1 -0
  72. package/es/types/Form/FormAuthenticate.js +3 -0
  73. package/es/types/Form/FormAuthenticate.js.map +1 -0
  74. package/es/types/Form/FormConnector.d.ts +14 -0
  75. package/es/types/Form/FormConnector.d.ts.map +1 -0
  76. package/es/types/Form/FormConnector.js +3 -0
  77. package/es/types/Form/FormConnector.js.map +1 -0
  78. package/es/types/Form/FormPaymentExpectationCustomer.d.ts +6 -0
  79. package/es/types/Form/FormPaymentExpectationCustomer.d.ts.map +1 -0
  80. package/es/types/Form/FormPaymentExpectationCustomer.js +3 -0
  81. package/es/types/Form/FormPaymentExpectationCustomer.js.map +1 -0
  82. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts +13 -0
  83. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts.map +1 -0
  84. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js +2 -0
  85. package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +1 -0
  86. package/es/types/Interface/api/businessPartner/ReadBusinessPartner.d.ts +9 -0
  87. package/es/types/Interface/api/businessPartner/ReadBusinessPartner.d.ts.map +1 -0
  88. package/es/types/Interface/api/businessPartner/ReadBusinessPartner.js +2 -0
  89. package/es/types/Interface/api/businessPartner/ReadBusinessPartner.js.map +1 -0
  90. package/es/types/Interface/api/simulation/CreateSimulation.d.ts +69 -0
  91. package/es/types/Interface/api/simulation/CreateSimulation.d.ts.map +1 -0
  92. package/es/types/Interface/api/simulation/CreateSimulation.js +6 -0
  93. package/es/types/Interface/api/simulation/CreateSimulation.js.map +1 -0
  94. package/es/types/Interface/api/simulation/ReadSimulation.d.ts +10 -0
  95. package/es/types/Interface/api/simulation/ReadSimulation.d.ts.map +1 -0
  96. package/es/types/Interface/api/simulation/ReadSimulation.js +2 -0
  97. package/es/types/Interface/api/simulation/ReadSimulation.js.map +1 -0
  98. package/es/types/Interface/api/society/ReadSociety.d.ts +5 -0
  99. package/es/types/Interface/api/society/ReadSociety.d.ts.map +1 -0
  100. package/es/types/Interface/api/society/ReadSociety.js +2 -0
  101. package/es/types/Interface/api/society/ReadSociety.js.map +1 -0
  102. package/es/types/Interface/models/IAbsenceType.d.ts +7 -0
  103. package/es/types/Interface/models/IAbsenceType.d.ts.map +1 -0
  104. package/es/types/Interface/models/IAbsenceType.js +2 -0
  105. package/es/types/Interface/models/IAbsenceType.js.map +1 -0
  106. package/es/types/Interface/models/IAccessToken.d.ts +9 -0
  107. package/es/types/Interface/models/IAccessToken.d.ts.map +1 -0
  108. package/es/types/Interface/models/IAccessToken.js +2 -0
  109. package/es/types/Interface/models/IAccessToken.js.map +1 -0
  110. package/es/types/Interface/models/IAccount.d.ts +47 -0
  111. package/es/types/Interface/models/IAccount.d.ts.map +1 -0
  112. package/es/types/Interface/models/IAccount.js +2 -0
  113. package/es/types/Interface/models/IAccount.js.map +1 -0
  114. package/es/types/Interface/models/IAccountDetail.d.ts +20 -0
  115. package/es/types/Interface/models/IAccountDetail.d.ts.map +1 -0
  116. package/es/types/Interface/models/IAccountDetail.js +2 -0
  117. package/es/types/Interface/models/IAccountDetail.js.map +1 -0
  118. package/es/types/Interface/models/IAccountHelp.d.ts +8 -0
  119. package/es/types/Interface/models/IAccountHelp.d.ts.map +1 -0
  120. package/es/types/Interface/models/IAccountHelp.js +2 -0
  121. package/es/types/Interface/models/IAccountHelp.js.map +1 -0
  122. package/es/types/Interface/models/IAccountType.d.ts +9 -0
  123. package/es/types/Interface/models/IAccountType.d.ts.map +1 -0
  124. package/es/types/Interface/models/IAccountType.js +2 -0
  125. package/es/types/Interface/models/IAccountType.js.map +1 -0
  126. package/es/types/Interface/models/IAccountantTracker.d.ts +12 -0
  127. package/es/types/Interface/models/IAccountantTracker.d.ts.map +1 -0
  128. package/es/types/Interface/models/IAccountantTracker.js +2 -0
  129. package/es/types/Interface/models/IAccountantTracker.js.map +1 -0
  130. package/es/types/Interface/models/IAccountingEntry.d.ts +26 -0
  131. package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -0
  132. package/es/types/Interface/models/IAccountingEntry.js +2 -0
  133. package/es/types/Interface/models/IAccountingEntry.js.map +1 -0
  134. package/es/types/Interface/models/IAccountingFile.d.ts +30 -0
  135. package/es/types/Interface/models/IAccountingFile.d.ts.map +1 -0
  136. package/es/types/Interface/models/IAccountingFile.js +2 -0
  137. package/es/types/Interface/models/IAccountingFile.js.map +1 -0
  138. package/es/types/Interface/models/IAccountingFileType.d.ts +7 -0
  139. package/es/types/Interface/models/IAccountingFileType.d.ts.map +1 -0
  140. package/es/types/Interface/models/IAccountingFileType.js +2 -0
  141. package/es/types/Interface/models/IAccountingFileType.js.map +1 -0
  142. package/es/types/Interface/models/IAccountingJournal.d.ts +7 -0
  143. package/es/types/Interface/models/IAccountingJournal.d.ts.map +1 -0
  144. package/es/types/Interface/models/IAccountingJournal.js +2 -0
  145. package/es/types/Interface/models/IAccountingJournal.js.map +1 -0
  146. package/es/types/Interface/models/IAccountingState.d.ts +19 -0
  147. package/es/types/Interface/models/IAccountingState.d.ts.map +1 -0
  148. package/es/types/Interface/models/IAccountingState.js +2 -0
  149. package/es/types/Interface/models/IAccountingState.js.map +1 -0
  150. package/es/types/Interface/models/IAccountingStateType.d.ts +7 -0
  151. package/es/types/Interface/models/IAccountingStateType.d.ts.map +1 -0
  152. package/es/types/Interface/models/IAccountingStateType.js +2 -0
  153. package/es/types/Interface/models/IAccountingStateType.js.map +1 -0
  154. package/es/types/Interface/models/IAccountingTransaction.d.ts +63 -0
  155. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -0
  156. package/es/types/Interface/models/IAccountingTransaction.js +2 -0
  157. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -0
  158. package/es/types/Interface/models/IAccountsSocieties.d.ts +9 -0
  159. package/es/types/Interface/models/IAccountsSocieties.d.ts.map +1 -0
  160. package/es/types/Interface/models/IAccountsSocieties.js +2 -0
  161. package/es/types/Interface/models/IAccountsSocieties.js.map +1 -0
  162. package/es/types/Interface/models/IActivity.d.ts +7 -0
  163. package/es/types/Interface/models/IActivity.d.ts.map +1 -0
  164. package/es/types/Interface/models/IActivity.js +2 -0
  165. package/es/types/Interface/models/IActivity.js.map +1 -0
  166. package/es/types/Interface/models/IAdditionalBalance.d.ts +15 -0
  167. package/es/types/Interface/models/IAdditionalBalance.d.ts.map +1 -0
  168. package/es/types/Interface/models/IAdditionalBalance.js +2 -0
  169. package/es/types/Interface/models/IAdditionalBalance.js.map +1 -0
  170. package/es/types/Interface/models/IAlert.d.ts +17 -0
  171. package/es/types/Interface/models/IAlert.d.ts.map +1 -0
  172. package/es/types/Interface/models/IAlert.js +2 -0
  173. package/es/types/Interface/models/IAlert.js.map +1 -0
  174. package/es/types/Interface/models/IAllowedIp.d.ts +10 -0
  175. package/es/types/Interface/models/IAllowedIp.d.ts.map +1 -0
  176. package/es/types/Interface/models/IAllowedIp.js +2 -0
  177. package/es/types/Interface/models/IAllowedIp.js.map +1 -0
  178. package/es/types/Interface/models/IAnalyticsUtm.d.ts +14 -0
  179. package/es/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -0
  180. package/es/types/Interface/models/IAnalyticsUtm.js +2 -0
  181. package/es/types/Interface/models/IAnalyticsUtm.js.map +1 -0
  182. package/es/types/Interface/models/IApiError.d.ts +23 -0
  183. package/es/types/Interface/models/IApiError.d.ts.map +1 -0
  184. package/es/types/Interface/models/IApiError.js +18 -0
  185. package/es/types/Interface/models/IApiError.js.map +1 -0
  186. package/es/types/Interface/models/IAppConfig.d.ts +8 -0
  187. package/es/types/Interface/models/IAppConfig.d.ts.map +1 -0
  188. package/es/types/Interface/models/IAppConfig.js +2 -0
  189. package/es/types/Interface/models/IAppConfig.js.map +1 -0
  190. package/es/types/Interface/models/IAreasInvoice.d.ts +14 -0
  191. package/es/types/Interface/models/IAreasInvoice.d.ts.map +1 -0
  192. package/es/types/Interface/models/IAreasInvoice.js +2 -0
  193. package/es/types/Interface/models/IAreasInvoice.js.map +1 -0
  194. package/es/types/Interface/models/IAskAbsence.d.ts +29 -0
  195. package/es/types/Interface/models/IAskAbsence.d.ts.map +1 -0
  196. package/es/types/Interface/models/IAskAbsence.js +2 -0
  197. package/es/types/Interface/models/IAskAbsence.js.map +1 -0
  198. package/es/types/Interface/models/IAskAbsenceTimes.d.ts +12 -0
  199. package/es/types/Interface/models/IAskAbsenceTimes.d.ts.map +1 -0
  200. package/es/types/Interface/models/IAskAbsenceTimes.js +2 -0
  201. package/es/types/Interface/models/IAskAbsenceTimes.js.map +1 -0
  202. package/es/types/Interface/models/IAttachmentFile.d.ts +17 -0
  203. package/es/types/Interface/models/IAttachmentFile.d.ts.map +1 -0
  204. package/es/types/Interface/models/IAttachmentFile.js +2 -0
  205. package/es/types/Interface/models/IAttachmentFile.js.map +1 -0
  206. package/es/types/Interface/models/IAttestation.d.ts +37 -0
  207. package/es/types/Interface/models/IAttestation.d.ts.map +1 -0
  208. package/es/types/Interface/models/IAttestation.js +2 -0
  209. package/es/types/Interface/models/IAttestation.js.map +1 -0
  210. package/es/types/Interface/models/IAttributionHistory.d.ts +17 -0
  211. package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -0
  212. package/es/types/Interface/models/IAttributionHistory.js +2 -0
  213. package/es/types/Interface/models/IAttributionHistory.js.map +1 -0
  214. package/es/types/Interface/models/IAutoLoginToken.d.ts +10 -0
  215. package/es/types/Interface/models/IAutoLoginToken.d.ts.map +1 -0
  216. package/es/types/Interface/models/IAutoLoginToken.js +2 -0
  217. package/es/types/Interface/models/IAutoLoginToken.js.map +1 -0
  218. package/es/types/Interface/models/IBalanceBankAccount.d.ts +9 -0
  219. package/es/types/Interface/models/IBalanceBankAccount.d.ts.map +1 -0
  220. package/es/types/Interface/models/IBalanceBankAccount.js +2 -0
  221. package/es/types/Interface/models/IBalanceBankAccount.js.map +1 -0
  222. package/es/types/Interface/models/IBalanceSheet.d.ts +15 -0
  223. package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -0
  224. package/es/types/Interface/models/IBalanceSheet.js +2 -0
  225. package/es/types/Interface/models/IBalanceSheet.js.map +1 -0
  226. package/es/types/Interface/models/IBalanceSheetHistory.d.ts +16 -0
  227. package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +1 -0
  228. package/es/types/Interface/models/IBalanceSheetHistory.js +2 -0
  229. package/es/types/Interface/models/IBalanceSheetHistory.js.map +1 -0
  230. package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts +14 -0
  231. package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts.map +1 -0
  232. package/es/types/Interface/models/IBalanceSheetLiquidation.js +2 -0
  233. package/es/types/Interface/models/IBalanceSheetLiquidation.js.map +1 -0
  234. package/es/types/Interface/models/IBalanceSheetPartial.d.ts +14 -0
  235. package/es/types/Interface/models/IBalanceSheetPartial.d.ts.map +1 -0
  236. package/es/types/Interface/models/IBalanceSheetPartial.js +2 -0
  237. package/es/types/Interface/models/IBalanceSheetPartial.js.map +1 -0
  238. package/es/types/Interface/models/IBankAccount.d.ts +39 -0
  239. package/es/types/Interface/models/IBankAccount.d.ts.map +1 -0
  240. package/es/types/Interface/models/IBankAccount.js +2 -0
  241. package/es/types/Interface/models/IBankAccount.js.map +1 -0
  242. package/es/types/Interface/models/IBankAccountSynchroHistory.d.ts +12 -0
  243. package/es/types/Interface/models/IBankAccountSynchroHistory.d.ts.map +1 -0
  244. package/es/types/Interface/models/IBankAccountSynchroHistory.js +2 -0
  245. package/es/types/Interface/models/IBankAccountSynchroHistory.js.map +1 -0
  246. package/es/types/Interface/models/IBankConnection.d.ts +12 -0
  247. package/es/types/Interface/models/IBankConnection.d.ts.map +1 -0
  248. package/es/types/Interface/models/IBankConnection.js +2 -0
  249. package/es/types/Interface/models/IBankConnection.js.map +1 -0
  250. package/es/types/Interface/models/IBankList.d.ts +20 -0
  251. package/es/types/Interface/models/IBankList.d.ts.map +1 -0
  252. package/es/types/Interface/models/IBankList.js +2 -0
  253. package/es/types/Interface/models/IBankList.js.map +1 -0
  254. package/es/types/Interface/models/IBankTransaction.d.ts +34 -0
  255. package/es/types/Interface/models/IBankTransaction.d.ts.map +1 -0
  256. package/es/types/Interface/models/IBankTransaction.js +2 -0
  257. package/es/types/Interface/models/IBankTransaction.js.map +1 -0
  258. package/es/types/Interface/models/IBrandType.d.ts +8 -0
  259. package/es/types/Interface/models/IBrandType.d.ts.map +1 -0
  260. package/es/types/Interface/models/IBrandType.js +2 -0
  261. package/es/types/Interface/models/IBrandType.js.map +1 -0
  262. package/es/types/Interface/models/IBusinessLine.d.ts +10 -0
  263. package/es/types/Interface/models/IBusinessLine.d.ts.map +1 -0
  264. package/es/types/Interface/models/IBusinessLine.js +2 -0
  265. package/es/types/Interface/models/IBusinessLine.js.map +1 -0
  266. package/es/types/Interface/models/IBusinessPartner.d.ts +42 -0
  267. package/es/types/Interface/models/IBusinessPartner.d.ts.map +1 -0
  268. package/es/types/Interface/models/IBusinessPartner.js +2 -0
  269. package/es/types/Interface/models/IBusinessPartner.js.map +1 -0
  270. package/es/types/Interface/models/ICalendarEvent.d.ts +31 -0
  271. package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -0
  272. package/es/types/Interface/models/ICalendarEvent.js +2 -0
  273. package/es/types/Interface/models/ICalendarEvent.js.map +1 -0
  274. package/es/types/Interface/models/ICalendarEventUser.d.ts +8 -0
  275. package/es/types/Interface/models/ICalendarEventUser.d.ts.map +1 -0
  276. package/es/types/Interface/models/ICalendarEventUser.js +2 -0
  277. package/es/types/Interface/models/ICalendarEventUser.js.map +1 -0
  278. package/es/types/Interface/models/ICallDirectly.d.ts +26 -0
  279. package/es/types/Interface/models/ICallDirectly.d.ts.map +1 -0
  280. package/es/types/Interface/models/ICallDirectly.js +2 -0
  281. package/es/types/Interface/models/ICallDirectly.js.map +1 -0
  282. package/es/types/Interface/models/ICashDeskTransactionType.d.ts +7 -0
  283. package/es/types/Interface/models/ICashDeskTransactionType.d.ts.map +1 -0
  284. package/es/types/Interface/models/ICashDeskTransactionType.js +2 -0
  285. package/es/types/Interface/models/ICashDeskTransactionType.js.map +1 -0
  286. package/es/types/Interface/models/ICategory.d.ts +9 -0
  287. package/es/types/Interface/models/ICategory.d.ts.map +1 -0
  288. package/es/types/Interface/models/ICategory.js +2 -0
  289. package/es/types/Interface/models/ICategory.js.map +1 -0
  290. package/es/types/Interface/models/ICerfaType.d.ts +5 -0
  291. package/es/types/Interface/models/ICerfaType.d.ts.map +1 -0
  292. package/es/types/Interface/models/ICerfaType.js +2 -0
  293. package/es/types/Interface/models/ICerfaType.js.map +1 -0
  294. package/es/types/Interface/models/ICerfaValue.d.ts +11 -0
  295. package/es/types/Interface/models/ICerfaValue.d.ts.map +1 -0
  296. package/es/types/Interface/models/ICerfaValue.js +2 -0
  297. package/es/types/Interface/models/ICerfaValue.js.map +1 -0
  298. package/es/types/Interface/models/IChangeLog.d.ts +11 -0
  299. package/es/types/Interface/models/IChangeLog.d.ts.map +1 -0
  300. package/es/types/Interface/models/IChangeLog.js +2 -0
  301. package/es/types/Interface/models/IChangeLog.js.map +1 -0
  302. package/es/types/Interface/models/IChannelType.d.ts +5 -0
  303. package/es/types/Interface/models/IChannelType.d.ts.map +1 -0
  304. package/es/types/Interface/models/IChannelType.js +2 -0
  305. package/es/types/Interface/models/IChannelType.js.map +1 -0
  306. package/es/types/Interface/models/IChecklist.d.ts +21 -0
  307. package/es/types/Interface/models/IChecklist.d.ts.map +1 -0
  308. package/es/types/Interface/models/IChecklist.js +2 -0
  309. package/es/types/Interface/models/IChecklist.js.map +1 -0
  310. package/es/types/Interface/models/IChecklistCategoryType.d.ts +10 -0
  311. package/es/types/Interface/models/IChecklistCategoryType.d.ts.map +1 -0
  312. package/es/types/Interface/models/IChecklistCategoryType.js +2 -0
  313. package/es/types/Interface/models/IChecklistCategoryType.js.map +1 -0
  314. package/es/types/Interface/models/IChecklistDetail.d.ts +14 -0
  315. package/es/types/Interface/models/IChecklistDetail.d.ts.map +1 -0
  316. package/es/types/Interface/models/IChecklistDetail.js +2 -0
  317. package/es/types/Interface/models/IChecklistDetail.js.map +1 -0
  318. package/es/types/Interface/models/IChecklistType.d.ts +16 -0
  319. package/es/types/Interface/models/IChecklistType.d.ts.map +1 -0
  320. package/es/types/Interface/models/IChecklistType.js +2 -0
  321. package/es/types/Interface/models/IChecklistType.js.map +1 -0
  322. package/es/types/Interface/models/ICivility.d.ts +7 -0
  323. package/es/types/Interface/models/ICivility.d.ts.map +1 -0
  324. package/es/types/Interface/models/ICivility.js +2 -0
  325. package/es/types/Interface/models/ICivility.js.map +1 -0
  326. package/es/types/Interface/models/IColor.d.ts +7 -0
  327. package/es/types/Interface/models/IColor.d.ts.map +1 -0
  328. package/es/types/Interface/models/IColor.js +2 -0
  329. package/es/types/Interface/models/IColor.js.map +1 -0
  330. package/es/types/Interface/models/IComment.d.ts +21 -0
  331. package/es/types/Interface/models/IComment.d.ts.map +1 -0
  332. package/es/types/Interface/models/IComment.js +2 -0
  333. package/es/types/Interface/models/IComment.js.map +1 -0
  334. package/es/types/Interface/models/ICommentType.d.ts +5 -0
  335. package/es/types/Interface/models/ICommentType.d.ts.map +1 -0
  336. package/es/types/Interface/models/ICommentType.js +2 -0
  337. package/es/types/Interface/models/ICommentType.js.map +1 -0
  338. package/es/types/Interface/models/IComptaHistoryType.d.ts +10 -0
  339. package/es/types/Interface/models/IComptaHistoryType.d.ts.map +1 -0
  340. package/es/types/Interface/models/IComptaHistoryType.js +2 -0
  341. package/es/types/Interface/models/IComptaHistoryType.js.map +1 -0
  342. package/es/types/Interface/models/IComptaType.d.ts +8 -0
  343. package/es/types/Interface/models/IComptaType.d.ts.map +1 -0
  344. package/es/types/Interface/models/IComptaType.js +2 -0
  345. package/es/types/Interface/models/IComptaType.js.map +1 -0
  346. package/es/types/Interface/models/IConnector.d.ts +20 -0
  347. package/es/types/Interface/models/IConnector.d.ts.map +1 -0
  348. package/es/types/Interface/models/IConnector.js +2 -0
  349. package/es/types/Interface/models/IConnector.js.map +1 -0
  350. package/es/types/Interface/models/IConnectorType.d.ts +7 -0
  351. package/es/types/Interface/models/IConnectorType.d.ts.map +1 -0
  352. package/es/types/Interface/models/IConnectorType.js +2 -0
  353. package/es/types/Interface/models/IConnectorType.js.map +1 -0
  354. package/es/types/Interface/models/IContractType.d.ts +7 -0
  355. package/es/types/Interface/models/IContractType.d.ts.map +1 -0
  356. package/es/types/Interface/models/IContractType.js +2 -0
  357. package/es/types/Interface/models/IContractType.js.map +1 -0
  358. package/es/types/Interface/models/ICotation.d.ts +9 -0
  359. package/es/types/Interface/models/ICotation.d.ts.map +1 -0
  360. package/es/types/Interface/models/ICotation.js +2 -0
  361. package/es/types/Interface/models/ICotation.js.map +1 -0
  362. package/es/types/Interface/models/ICountry.d.ts +7 -0
  363. package/es/types/Interface/models/ICountry.d.ts.map +1 -0
  364. package/es/types/Interface/models/ICountry.js +2 -0
  365. package/es/types/Interface/models/ICountry.js.map +1 -0
  366. package/es/types/Interface/models/ICurrency.d.ts +9 -0
  367. package/es/types/Interface/models/ICurrency.d.ts.map +1 -0
  368. package/es/types/Interface/models/ICurrency.js +2 -0
  369. package/es/types/Interface/models/ICurrency.js.map +1 -0
  370. package/es/types/Interface/models/ICustomerIsRegime.d.ts +18 -0
  371. package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -0
  372. package/es/types/Interface/models/ICustomerIsRegime.js +2 -0
  373. package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -0
  374. package/es/types/Interface/models/ICustomerSignature.d.ts +25 -0
  375. package/es/types/Interface/models/ICustomerSignature.d.ts.map +1 -0
  376. package/es/types/Interface/models/ICustomerSignature.js +2 -0
  377. package/es/types/Interface/models/ICustomerSignature.js.map +1 -0
  378. package/es/types/Interface/models/ICustomerTva.d.ts +27 -0
  379. package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -0
  380. package/es/types/Interface/models/ICustomerTva.js +2 -0
  381. package/es/types/Interface/models/ICustomerTva.js.map +1 -0
  382. package/es/types/Interface/models/ICustomisation.d.ts +11 -0
  383. package/es/types/Interface/models/ICustomisation.d.ts.map +1 -0
  384. package/es/types/Interface/models/ICustomisation.js +2 -0
  385. package/es/types/Interface/models/ICustomisation.js.map +1 -0
  386. package/es/types/Interface/models/ICustomizationType.d.ts +7 -0
  387. package/es/types/Interface/models/ICustomizationType.d.ts.map +1 -0
  388. package/es/types/Interface/models/ICustomizationType.js +2 -0
  389. package/es/types/Interface/models/ICustomizationType.js.map +1 -0
  390. package/es/types/Interface/models/ICycle.d.ts +10 -0
  391. package/es/types/Interface/models/ICycle.d.ts.map +1 -0
  392. package/es/types/Interface/models/ICycle.js +2 -0
  393. package/es/types/Interface/models/ICycle.js.map +1 -0
  394. package/es/types/Interface/models/IDay.d.ts +7 -0
  395. package/es/types/Interface/models/IDay.d.ts.map +1 -0
  396. package/es/types/Interface/models/IDay.js +2 -0
  397. package/es/types/Interface/models/IDay.js.map +1 -0
  398. package/es/types/Interface/models/IDetailedLogBi.d.ts +19 -0
  399. package/es/types/Interface/models/IDetailedLogBi.d.ts.map +1 -0
  400. package/es/types/Interface/models/IDetailedLogBi.js +2 -0
  401. package/es/types/Interface/models/IDetailedLogBi.js.map +1 -0
  402. package/es/types/Interface/models/IDirectDebitHistory.d.ts +12 -0
  403. package/es/types/Interface/models/IDirectDebitHistory.d.ts.map +1 -0
  404. package/es/types/Interface/models/IDirectDebitHistory.js +2 -0
  405. package/es/types/Interface/models/IDirectDebitHistory.js.map +1 -0
  406. package/es/types/Interface/models/IDocumentWaitingType.d.ts +9 -0
  407. package/es/types/Interface/models/IDocumentWaitingType.d.ts.map +1 -0
  408. package/es/types/Interface/models/IDocumentWaitingType.js +2 -0
  409. package/es/types/Interface/models/IDocumentWaitingType.js.map +1 -0
  410. package/es/types/Interface/models/IEmployee.d.ts +62 -0
  411. package/es/types/Interface/models/IEmployee.d.ts.map +1 -0
  412. package/es/types/Interface/models/IEmployee.js +2 -0
  413. package/es/types/Interface/models/IEmployee.js.map +1 -0
  414. package/es/types/Interface/models/IEngagementAccountingEntry.d.ts +27 -0
  415. package/es/types/Interface/models/IEngagementAccountingEntry.d.ts.map +1 -0
  416. package/es/types/Interface/models/IEngagementAccountingEntry.js +2 -0
  417. package/es/types/Interface/models/IEngagementAccountingEntry.js.map +1 -0
  418. package/es/types/Interface/models/IEngagementAccountingFile.d.ts +43 -0
  419. package/es/types/Interface/models/IEngagementAccountingFile.d.ts.map +1 -0
  420. package/es/types/Interface/models/IEngagementAccountingFile.js +2 -0
  421. package/es/types/Interface/models/IEngagementAccountingFile.js.map +1 -0
  422. package/es/types/Interface/models/IEngagementBankTransaction.d.ts +35 -0
  423. package/es/types/Interface/models/IEngagementBankTransaction.d.ts.map +1 -0
  424. package/es/types/Interface/models/IEngagementBankTransaction.js +2 -0
  425. package/es/types/Interface/models/IEngagementBankTransaction.js.map +1 -0
  426. package/es/types/Interface/models/IEngagementOcrExtraction.d.ts +27 -0
  427. package/es/types/Interface/models/IEngagementOcrExtraction.d.ts.map +1 -0
  428. package/es/types/Interface/models/IEngagementOcrExtraction.js +2 -0
  429. package/es/types/Interface/models/IEngagementOcrExtraction.js.map +1 -0
  430. package/es/types/Interface/models/IErrorCode.d.ts +8 -0
  431. package/es/types/Interface/models/IErrorCode.d.ts.map +1 -0
  432. package/es/types/Interface/models/IErrorCode.js +2 -0
  433. package/es/types/Interface/models/IErrorCode.js.map +1 -0
  434. package/es/types/Interface/models/IEstimateInvoice.d.ts +69 -0
  435. package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -0
  436. package/es/types/Interface/models/IEstimateInvoice.js +2 -0
  437. package/es/types/Interface/models/IEstimateInvoice.js.map +1 -0
  438. package/es/types/Interface/models/IEstimateInvoiceRepeat.d.ts +13 -0
  439. package/es/types/Interface/models/IEstimateInvoiceRepeat.d.ts.map +1 -0
  440. package/es/types/Interface/models/IEstimateInvoiceRepeat.js +2 -0
  441. package/es/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -0
  442. package/es/types/Interface/models/IEstimateInvoiceType.d.ts +7 -0
  443. package/es/types/Interface/models/IEstimateInvoiceType.d.ts.map +1 -0
  444. package/es/types/Interface/models/IEstimateInvoiceType.js +2 -0
  445. package/es/types/Interface/models/IEstimateInvoiceType.js.map +1 -0
  446. package/es/types/Interface/models/IExercice.d.ts +53 -0
  447. package/es/types/Interface/models/IExercice.d.ts.map +1 -0
  448. package/es/types/Interface/models/IExercice.js +2 -0
  449. package/es/types/Interface/models/IExercice.js.map +1 -0
  450. package/es/types/Interface/models/IExerciceDetail.d.ts +16 -0
  451. package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -0
  452. package/es/types/Interface/models/IExerciceDetail.js +2 -0
  453. package/es/types/Interface/models/IExerciceDetail.js.map +1 -0
  454. package/es/types/Interface/models/IExercicePrestation.d.ts +22 -0
  455. package/es/types/Interface/models/IExercicePrestation.d.ts.map +1 -0
  456. package/es/types/Interface/models/IExercicePrestation.js +2 -0
  457. package/es/types/Interface/models/IExercicePrestation.js.map +1 -0
  458. package/es/types/Interface/models/IFailedLoginAttempt.d.ts +10 -0
  459. package/es/types/Interface/models/IFailedLoginAttempt.d.ts.map +1 -0
  460. package/es/types/Interface/models/IFailedLoginAttempt.js +2 -0
  461. package/es/types/Interface/models/IFailedLoginAttempt.js.map +1 -0
  462. package/es/types/Interface/models/IFaq.d.ts +15 -0
  463. package/es/types/Interface/models/IFaq.d.ts.map +1 -0
  464. package/es/types/Interface/models/IFaq.js +2 -0
  465. package/es/types/Interface/models/IFaq.js.map +1 -0
  466. package/es/types/Interface/models/IFaqCategory.d.ts +5 -0
  467. package/es/types/Interface/models/IFaqCategory.d.ts.map +1 -0
  468. package/es/types/Interface/models/IFaqCategory.js +2 -0
  469. package/es/types/Interface/models/IFaqCategory.js.map +1 -0
  470. package/es/types/Interface/models/IField.d.ts +7 -0
  471. package/es/types/Interface/models/IField.d.ts.map +1 -0
  472. package/es/types/Interface/models/IField.js +2 -0
  473. package/es/types/Interface/models/IField.js.map +1 -0
  474. package/es/types/Interface/models/IFile.d.ts +17 -0
  475. package/es/types/Interface/models/IFile.d.ts.map +1 -0
  476. package/es/types/Interface/models/IFile.js +2 -0
  477. package/es/types/Interface/models/IFile.js.map +1 -0
  478. package/es/types/Interface/models/IFileMissing.d.ts +13 -0
  479. package/es/types/Interface/models/IFileMissing.d.ts.map +1 -0
  480. package/es/types/Interface/models/IFileMissing.js +2 -0
  481. package/es/types/Interface/models/IFileMissing.js.map +1 -0
  482. package/es/types/Interface/models/IFileType.d.ts +8 -0
  483. package/es/types/Interface/models/IFileType.d.ts.map +1 -0
  484. package/es/types/Interface/models/IFileType.js +2 -0
  485. package/es/types/Interface/models/IFileType.js.map +1 -0
  486. package/es/types/Interface/models/IFiscalRegime.d.ts +7 -0
  487. package/es/types/Interface/models/IFiscalRegime.d.ts.map +1 -0
  488. package/es/types/Interface/models/IFiscalRegime.js +2 -0
  489. package/es/types/Interface/models/IFiscalRegime.js.map +1 -0
  490. package/es/types/Interface/models/IFolderFile.d.ts +7 -0
  491. package/es/types/Interface/models/IFolderFile.d.ts.map +1 -0
  492. package/es/types/Interface/models/IFolderFile.js +2 -0
  493. package/es/types/Interface/models/IFolderFile.js.map +1 -0
  494. package/es/types/Interface/models/IFollow.d.ts +15 -0
  495. package/es/types/Interface/models/IFollow.d.ts.map +1 -0
  496. package/es/types/Interface/models/IFollow.js +2 -0
  497. package/es/types/Interface/models/IFollow.js.map +1 -0
  498. package/es/types/Interface/models/IFollowList.d.ts +6 -0
  499. package/es/types/Interface/models/IFollowList.d.ts.map +1 -0
  500. package/es/types/Interface/models/IFollowList.js +2 -0
  501. package/es/types/Interface/models/IFollowList.js.map +1 -0
  502. package/es/types/Interface/models/IFollowedQualityMail.d.ts +13 -0
  503. package/es/types/Interface/models/IFollowedQualityMail.d.ts.map +1 -0
  504. package/es/types/Interface/models/IFollowedQualityMail.js +2 -0
  505. package/es/types/Interface/models/IFollowedQualityMail.js.map +1 -0
  506. package/es/types/Interface/models/IFollowedQualityMailType.d.ts +7 -0
  507. package/es/types/Interface/models/IFollowedQualityMailType.d.ts.map +1 -0
  508. package/es/types/Interface/models/IFollowedQualityMailType.js +2 -0
  509. package/es/types/Interface/models/IFollowedQualityMailType.js.map +1 -0
  510. package/es/types/Interface/models/IFormalism.d.ts +23 -0
  511. package/es/types/Interface/models/IFormalism.d.ts.map +1 -0
  512. package/es/types/Interface/models/IFormalism.js +2 -0
  513. package/es/types/Interface/models/IFormalism.js.map +1 -0
  514. package/es/types/Interface/models/IFormalismValue.d.ts +13 -0
  515. package/es/types/Interface/models/IFormalismValue.d.ts.map +1 -0
  516. package/es/types/Interface/models/IFormalismValue.js +2 -0
  517. package/es/types/Interface/models/IFormalismValue.js.map +1 -0
  518. package/es/types/Interface/models/IFrequency.d.ts +7 -0
  519. package/es/types/Interface/models/IFrequency.d.ts.map +1 -0
  520. package/es/types/Interface/models/IFrequency.js +2 -0
  521. package/es/types/Interface/models/IFrequency.js.map +1 -0
  522. package/es/types/Interface/models/IFuel.d.ts +7 -0
  523. package/es/types/Interface/models/IFuel.d.ts.map +1 -0
  524. package/es/types/Interface/models/IFuel.js +2 -0
  525. package/es/types/Interface/models/IFuel.js.map +1 -0
  526. package/es/types/Interface/models/IGedCategory.d.ts +10 -0
  527. package/es/types/Interface/models/IGedCategory.d.ts.map +1 -0
  528. package/es/types/Interface/models/IGedCategory.js +2 -0
  529. package/es/types/Interface/models/IGedCategory.js.map +1 -0
  530. package/es/types/Interface/models/IGedFile.d.ts +24 -0
  531. package/es/types/Interface/models/IGedFile.d.ts.map +1 -0
  532. package/es/types/Interface/models/IGedFile.js +2 -0
  533. package/es/types/Interface/models/IGedFile.js.map +1 -0
  534. package/es/types/Interface/models/IGedFileType.d.ts +8 -0
  535. package/es/types/Interface/models/IGedFileType.d.ts.map +1 -0
  536. package/es/types/Interface/models/IGedFileType.js +2 -0
  537. package/es/types/Interface/models/IGedFileType.js.map +1 -0
  538. package/es/types/Interface/models/IGedFolder.d.ts +11 -0
  539. package/es/types/Interface/models/IGedFolder.d.ts.map +1 -0
  540. package/es/types/Interface/models/IGedFolder.js +2 -0
  541. package/es/types/Interface/models/IGedFolder.js.map +1 -0
  542. package/es/types/Interface/models/IIdentification.d.ts +18 -0
  543. package/es/types/Interface/models/IIdentification.d.ts.map +1 -0
  544. package/es/types/Interface/models/IIdentification.js +2 -0
  545. package/es/types/Interface/models/IIdentification.js.map +1 -0
  546. package/es/types/Interface/models/IIndependentReview.d.ts +12 -0
  547. package/es/types/Interface/models/IIndependentReview.d.ts.map +1 -0
  548. package/es/types/Interface/models/IIndependentReview.js +2 -0
  549. package/es/types/Interface/models/IIndependentReview.js.map +1 -0
  550. package/es/types/Interface/models/IInterestedByFeature.d.ts +11 -0
  551. package/es/types/Interface/models/IInterestedByFeature.d.ts.map +1 -0
  552. package/es/types/Interface/models/IInterestedByFeature.js +2 -0
  553. package/es/types/Interface/models/IInterestedByFeature.js.map +1 -0
  554. package/es/types/Interface/models/IInternalEstimate.d.ts +14 -0
  555. package/es/types/Interface/models/IInternalEstimate.d.ts.map +1 -0
  556. package/es/types/Interface/models/IInternalEstimate.js +2 -0
  557. package/es/types/Interface/models/IInternalEstimate.js.map +1 -0
  558. package/es/types/Interface/models/IIpTmpBlocked.d.ts +7 -0
  559. package/es/types/Interface/models/IIpTmpBlocked.d.ts.map +1 -0
  560. package/es/types/Interface/models/IIpTmpBlocked.js +2 -0
  561. package/es/types/Interface/models/IIpTmpBlocked.js.map +1 -0
  562. package/es/types/Interface/models/IItemEstimate.d.ts +26 -0
  563. package/es/types/Interface/models/IItemEstimate.d.ts.map +1 -0
  564. package/es/types/Interface/models/IItemEstimate.js +2 -0
  565. package/es/types/Interface/models/IItemEstimate.js.map +1 -0
  566. package/es/types/Interface/models/IJob.d.ts +12 -0
  567. package/es/types/Interface/models/IJob.d.ts.map +1 -0
  568. package/es/types/Interface/models/IJob.js +2 -0
  569. package/es/types/Interface/models/IJob.js.map +1 -0
  570. package/es/types/Interface/models/IJobCategory.d.ts +9 -0
  571. package/es/types/Interface/models/IJobCategory.d.ts.map +1 -0
  572. package/es/types/Interface/models/IJobCategory.js +2 -0
  573. package/es/types/Interface/models/IJobCategory.js.map +1 -0
  574. package/es/types/Interface/models/IKilometricAllowanceScale.d.ts +9 -0
  575. package/es/types/Interface/models/IKilometricAllowanceScale.d.ts.map +1 -0
  576. package/es/types/Interface/models/IKilometricAllowanceScale.js +2 -0
  577. package/es/types/Interface/models/IKilometricAllowanceScale.js.map +1 -0
  578. package/es/types/Interface/models/ILabelPaymentWaiting.d.ts +7 -0
  579. package/es/types/Interface/models/ILabelPaymentWaiting.d.ts.map +1 -0
  580. package/es/types/Interface/models/ILabelPaymentWaiting.js +2 -0
  581. package/es/types/Interface/models/ILabelPaymentWaiting.js.map +1 -0
  582. package/es/types/Interface/models/ILegalForm.d.ts +9 -0
  583. package/es/types/Interface/models/ILegalForm.d.ts.map +1 -0
  584. package/es/types/Interface/models/ILegalForm.js +2 -0
  585. package/es/types/Interface/models/ILegalForm.js.map +1 -0
  586. package/es/types/Interface/models/ILegalNotice.d.ts +25 -0
  587. package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -0
  588. package/es/types/Interface/models/ILegalNotice.js +2 -0
  589. package/es/types/Interface/models/ILegalNotice.js.map +1 -0
  590. package/es/types/Interface/models/ILetter.d.ts +25 -0
  591. package/es/types/Interface/models/ILetter.d.ts.map +1 -0
  592. package/es/types/Interface/models/ILetter.js +2 -0
  593. package/es/types/Interface/models/ILetter.js.map +1 -0
  594. package/es/types/Interface/models/ILetterType.d.ts +7 -0
  595. package/es/types/Interface/models/ILetterType.d.ts.map +1 -0
  596. package/es/types/Interface/models/ILetterType.js +2 -0
  597. package/es/types/Interface/models/ILetterType.js.map +1 -0
  598. package/es/types/Interface/models/ILettering.d.ts +15 -0
  599. package/es/types/Interface/models/ILettering.d.ts.map +1 -0
  600. package/es/types/Interface/models/ILettering.js +2 -0
  601. package/es/types/Interface/models/ILettering.js.map +1 -0
  602. package/es/types/Interface/models/ILog.d.ts +22 -0
  603. package/es/types/Interface/models/ILog.d.ts.map +1 -0
  604. package/es/types/Interface/models/ILog.js +2 -0
  605. package/es/types/Interface/models/ILog.js.map +1 -0
  606. package/es/types/Interface/models/ILogBi.d.ts +12 -0
  607. package/es/types/Interface/models/ILogBi.d.ts.map +1 -0
  608. package/es/types/Interface/models/ILogBi.js +2 -0
  609. package/es/types/Interface/models/ILogBi.js.map +1 -0
  610. package/es/types/Interface/models/ILogType.d.ts +9 -0
  611. package/es/types/Interface/models/ILogType.d.ts.map +1 -0
  612. package/es/types/Interface/models/ILogType.js +2 -0
  613. package/es/types/Interface/models/ILogType.js.map +1 -0
  614. package/es/types/Interface/models/IMailAuto.d.ts +19 -0
  615. package/es/types/Interface/models/IMailAuto.d.ts.map +1 -0
  616. package/es/types/Interface/models/IMailAuto.js +2 -0
  617. package/es/types/Interface/models/IMailAuto.js.map +1 -0
  618. package/es/types/Interface/models/IMailAutoType.d.ts +5 -0
  619. package/es/types/Interface/models/IMailAutoType.d.ts.map +1 -0
  620. package/es/types/Interface/models/IMailAutoType.js +2 -0
  621. package/es/types/Interface/models/IMailAutoType.js.map +1 -0
  622. package/es/types/Interface/models/IMailSociety.d.ts +8 -0
  623. package/es/types/Interface/models/IMailSociety.d.ts.map +1 -0
  624. package/es/types/Interface/models/IMailSociety.js +2 -0
  625. package/es/types/Interface/models/IMailSociety.js.map +1 -0
  626. package/es/types/Interface/models/IMonth.d.ts +7 -0
  627. package/es/types/Interface/models/IMonth.d.ts.map +1 -0
  628. package/es/types/Interface/models/IMonth.js +2 -0
  629. package/es/types/Interface/models/IMonth.js.map +1 -0
  630. package/es/types/Interface/models/INationality.d.ts +7 -0
  631. package/es/types/Interface/models/INationality.d.ts.map +1 -0
  632. package/es/types/Interface/models/INationality.js +2 -0
  633. package/es/types/Interface/models/INationality.js.map +1 -0
  634. package/es/types/Interface/models/INature.d.ts +7 -0
  635. package/es/types/Interface/models/INature.d.ts.map +1 -0
  636. package/es/types/Interface/models/INature.js +2 -0
  637. package/es/types/Interface/models/INature.js.map +1 -0
  638. package/es/types/Interface/models/INote.d.ts +8 -0
  639. package/es/types/Interface/models/INote.d.ts.map +1 -0
  640. package/es/types/Interface/models/INote.js +2 -0
  641. package/es/types/Interface/models/INote.js.map +1 -0
  642. package/es/types/Interface/models/INotification.d.ts +20 -0
  643. package/es/types/Interface/models/INotification.d.ts.map +1 -0
  644. package/es/types/Interface/models/INotification.js +2 -0
  645. package/es/types/Interface/models/INotification.js.map +1 -0
  646. package/es/types/Interface/models/INotificationCodeType.d.ts +9 -0
  647. package/es/types/Interface/models/INotificationCodeType.d.ts.map +1 -0
  648. package/es/types/Interface/models/INotificationCodeType.js +2 -0
  649. package/es/types/Interface/models/INotificationCodeType.js.map +1 -0
  650. package/es/types/Interface/models/INotificationType.d.ts +8 -0
  651. package/es/types/Interface/models/INotificationType.d.ts.map +1 -0
  652. package/es/types/Interface/models/INotificationType.js +2 -0
  653. package/es/types/Interface/models/INotificationType.js.map +1 -0
  654. package/es/types/Interface/models/IOldExpertInfo.d.ts +23 -0
  655. package/es/types/Interface/models/IOldExpertInfo.d.ts.map +1 -0
  656. package/es/types/Interface/models/IOldExpertInfo.js +2 -0
  657. package/es/types/Interface/models/IOldExpertInfo.js.map +1 -0
  658. package/es/types/Interface/models/IOperationLegalNotice.d.ts +7 -0
  659. package/es/types/Interface/models/IOperationLegalNotice.d.ts.map +1 -0
  660. package/es/types/Interface/models/IOperationLegalNotice.js +2 -0
  661. package/es/types/Interface/models/IOperationLegalNotice.js.map +1 -0
  662. package/es/types/Interface/models/IPageView.d.ts +10 -0
  663. package/es/types/Interface/models/IPageView.d.ts.map +1 -0
  664. package/es/types/Interface/models/IPageView.js +2 -0
  665. package/es/types/Interface/models/IPageView.js.map +1 -0
  666. package/es/types/Interface/models/IPartnerTransaction.d.ts +13 -0
  667. package/es/types/Interface/models/IPartnerTransaction.d.ts.map +1 -0
  668. package/es/types/Interface/models/IPartnerTransaction.js +2 -0
  669. package/es/types/Interface/models/IPartnerTransaction.js.map +1 -0
  670. package/es/types/Interface/models/IPartnerTransactionType.d.ts +7 -0
  671. package/es/types/Interface/models/IPartnerTransactionType.d.ts.map +1 -0
  672. package/es/types/Interface/models/IPartnerTransactionType.js +2 -0
  673. package/es/types/Interface/models/IPartnerTransactionType.js.map +1 -0
  674. package/es/types/Interface/models/IPayPlan.d.ts +7 -0
  675. package/es/types/Interface/models/IPayPlan.d.ts.map +1 -0
  676. package/es/types/Interface/models/IPayPlan.js +2 -0
  677. package/es/types/Interface/models/IPayPlan.js.map +1 -0
  678. package/es/types/Interface/models/IPayment.d.ts +30 -0
  679. package/es/types/Interface/models/IPayment.d.ts.map +1 -0
  680. package/es/types/Interface/models/IPayment.js +2 -0
  681. package/es/types/Interface/models/IPayment.js.map +1 -0
  682. package/es/types/Interface/models/IPaymentDelay.d.ts +7 -0
  683. package/es/types/Interface/models/IPaymentDelay.d.ts.map +1 -0
  684. package/es/types/Interface/models/IPaymentDelay.js +2 -0
  685. package/es/types/Interface/models/IPaymentDelay.js.map +1 -0
  686. package/es/types/Interface/models/IPaymentExpectation.d.ts +20 -0
  687. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -0
  688. package/es/types/Interface/models/IPaymentExpectation.js +2 -0
  689. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -0
  690. package/es/types/Interface/models/IPaymentExpectationCustomer.d.ts +22 -0
  691. package/es/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -0
  692. package/es/types/Interface/models/IPaymentExpectationCustomer.js +2 -0
  693. package/es/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -0
  694. package/es/types/Interface/models/IPaymentMethod.d.ts +9 -0
  695. package/es/types/Interface/models/IPaymentMethod.d.ts.map +1 -0
  696. package/es/types/Interface/models/IPaymentMethod.js +2 -0
  697. package/es/types/Interface/models/IPaymentMethod.js.map +1 -0
  698. package/es/types/Interface/models/IPaymentSchedule.d.ts +13 -0
  699. package/es/types/Interface/models/IPaymentSchedule.d.ts.map +1 -0
  700. package/es/types/Interface/models/IPaymentSchedule.js +2 -0
  701. package/es/types/Interface/models/IPaymentSchedule.js.map +1 -0
  702. package/es/types/Interface/models/IPaymentWaiting.d.ts +19 -0
  703. package/es/types/Interface/models/IPaymentWaiting.d.ts.map +1 -0
  704. package/es/types/Interface/models/IPaymentWaiting.js +2 -0
  705. package/es/types/Interface/models/IPaymentWaiting.js.map +1 -0
  706. package/es/types/Interface/models/IPenalty.d.ts +27 -0
  707. package/es/types/Interface/models/IPenalty.d.ts.map +1 -0
  708. package/es/types/Interface/models/IPenalty.js +2 -0
  709. package/es/types/Interface/models/IPenalty.js.map +1 -0
  710. package/es/types/Interface/models/IPenaltyType.d.ts +7 -0
  711. package/es/types/Interface/models/IPenaltyType.d.ts.map +1 -0
  712. package/es/types/Interface/models/IPenaltyType.js +2 -0
  713. package/es/types/Interface/models/IPenaltyType.js.map +1 -0
  714. package/es/types/Interface/models/IPendingPoint.d.ts +17 -0
  715. package/es/types/Interface/models/IPendingPoint.d.ts.map +1 -0
  716. package/es/types/Interface/models/IPendingPoint.js +2 -0
  717. package/es/types/Interface/models/IPendingPoint.js.map +1 -0
  718. package/es/types/Interface/models/IPermission.d.ts +16 -0
  719. package/es/types/Interface/models/IPermission.d.ts.map +1 -0
  720. package/es/types/Interface/models/IPermission.js +2 -0
  721. package/es/types/Interface/models/IPermission.js.map +1 -0
  722. package/es/types/Interface/models/IPhoneNumber.d.ts +10 -0
  723. package/es/types/Interface/models/IPhoneNumber.d.ts.map +1 -0
  724. package/es/types/Interface/models/IPhoneNumber.js +2 -0
  725. package/es/types/Interface/models/IPhoneNumber.js.map +1 -0
  726. package/es/types/Interface/models/IPhonePrefix.d.ts +10 -0
  727. package/es/types/Interface/models/IPhonePrefix.d.ts.map +1 -0
  728. package/es/types/Interface/models/IPhonePrefix.js +2 -0
  729. package/es/types/Interface/models/IPhonePrefix.js.map +1 -0
  730. package/es/types/Interface/models/IPhonePrefixChild.d.ts +8 -0
  731. package/es/types/Interface/models/IPhonePrefixChild.d.ts.map +1 -0
  732. package/es/types/Interface/models/IPhonePrefixChild.js +2 -0
  733. package/es/types/Interface/models/IPhonePrefixChild.js.map +1 -0
  734. package/es/types/Interface/models/IPrestation.d.ts +53 -0
  735. package/es/types/Interface/models/IPrestation.d.ts.map +1 -0
  736. package/es/types/Interface/models/IPrestation.js +2 -0
  737. package/es/types/Interface/models/IPrestation.js.map +1 -0
  738. package/es/types/Interface/models/IPrestationComplementary.d.ts +32 -0
  739. package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -0
  740. package/es/types/Interface/models/IPrestationComplementary.js +2 -0
  741. package/es/types/Interface/models/IPrestationComplementary.js.map +1 -0
  742. package/es/types/Interface/models/IPrestationList.d.ts +21 -0
  743. package/es/types/Interface/models/IPrestationList.d.ts.map +1 -0
  744. package/es/types/Interface/models/IPrestationList.js +2 -0
  745. package/es/types/Interface/models/IPrestationList.js.map +1 -0
  746. package/es/types/Interface/models/IPrestationSocial.d.ts +7 -0
  747. package/es/types/Interface/models/IPrestationSocial.d.ts.map +1 -0
  748. package/es/types/Interface/models/IPrestationSocial.js +2 -0
  749. package/es/types/Interface/models/IPrestationSocial.js.map +1 -0
  750. package/es/types/Interface/models/IProcedure.d.ts +7 -0
  751. package/es/types/Interface/models/IProcedure.d.ts.map +1 -0
  752. package/es/types/Interface/models/IProcedure.js +2 -0
  753. package/es/types/Interface/models/IProcedure.js.map +1 -0
  754. package/es/types/Interface/models/IProduct.d.ts +26 -0
  755. package/es/types/Interface/models/IProduct.d.ts.map +1 -0
  756. package/es/types/Interface/models/IProduct.js +2 -0
  757. package/es/types/Interface/models/IProduct.js.map +1 -0
  758. package/es/types/Interface/models/IProductType.d.ts +7 -0
  759. package/es/types/Interface/models/IProductType.d.ts.map +1 -0
  760. package/es/types/Interface/models/IProductType.js +2 -0
  761. package/es/types/Interface/models/IProductType.js.map +1 -0
  762. package/es/types/Interface/models/IQuality.d.ts +7 -0
  763. package/es/types/Interface/models/IQuality.d.ts.map +1 -0
  764. package/es/types/Interface/models/IQuality.js +2 -0
  765. package/es/types/Interface/models/IQuality.js.map +1 -0
  766. package/es/types/Interface/models/IQuotaLead.d.ts +14 -0
  767. package/es/types/Interface/models/IQuotaLead.d.ts.map +1 -0
  768. package/es/types/Interface/models/IQuotaLead.js +2 -0
  769. package/es/types/Interface/models/IQuotaLead.js.map +1 -0
  770. package/es/types/Interface/models/IRating.d.ts +13 -0
  771. package/es/types/Interface/models/IRating.d.ts.map +1 -0
  772. package/es/types/Interface/models/IRating.js +2 -0
  773. package/es/types/Interface/models/IRating.js.map +1 -0
  774. package/es/types/Interface/models/IReason.d.ts +7 -0
  775. package/es/types/Interface/models/IReason.d.ts.map +1 -0
  776. package/es/types/Interface/models/IReason.js +2 -0
  777. package/es/types/Interface/models/IReason.js.map +1 -0
  778. package/es/types/Interface/models/IReasonTermination.d.ts +7 -0
  779. package/es/types/Interface/models/IReasonTermination.d.ts.map +1 -0
  780. package/es/types/Interface/models/IReasonTermination.js +2 -0
  781. package/es/types/Interface/models/IReasonTermination.js.map +1 -0
  782. package/es/types/Interface/models/IRecontactHistory.d.ts +8 -0
  783. package/es/types/Interface/models/IRecontactHistory.d.ts.map +1 -0
  784. package/es/types/Interface/models/IRecontactHistory.js +2 -0
  785. package/es/types/Interface/models/IRecontactHistory.js.map +1 -0
  786. package/es/types/Interface/models/IRefund.d.ts +22 -0
  787. package/es/types/Interface/models/IRefund.d.ts.map +1 -0
  788. package/es/types/Interface/models/IRefund.js +2 -0
  789. package/es/types/Interface/models/IRefund.js.map +1 -0
  790. package/es/types/Interface/models/IRefundMotif.d.ts +7 -0
  791. package/es/types/Interface/models/IRefundMotif.d.ts.map +1 -0
  792. package/es/types/Interface/models/IRefundMotif.js +2 -0
  793. package/es/types/Interface/models/IRefundMotif.js.map +1 -0
  794. package/es/types/Interface/models/IRegion.d.ts +7 -0
  795. package/es/types/Interface/models/IRegion.d.ts.map +1 -0
  796. package/es/types/Interface/models/IRegion.js +2 -0
  797. package/es/types/Interface/models/IRegion.js.map +1 -0
  798. package/es/types/Interface/models/IRegisterCategory.d.ts +7 -0
  799. package/es/types/Interface/models/IRegisterCategory.d.ts.map +1 -0
  800. package/es/types/Interface/models/IRegisterCategory.js +2 -0
  801. package/es/types/Interface/models/IRegisterCategory.js.map +1 -0
  802. package/es/types/Interface/models/IRegulate.d.ts +9 -0
  803. package/es/types/Interface/models/IRegulate.d.ts.map +1 -0
  804. package/es/types/Interface/models/IRegulate.js +2 -0
  805. package/es/types/Interface/models/IRegulate.js.map +1 -0
  806. package/es/types/Interface/models/IRegulation.d.ts +22 -0
  807. package/es/types/Interface/models/IRegulation.d.ts.map +1 -0
  808. package/es/types/Interface/models/IRegulation.js +2 -0
  809. package/es/types/Interface/models/IRegulation.js.map +1 -0
  810. package/es/types/Interface/models/IRepeatType.d.ts +7 -0
  811. package/es/types/Interface/models/IRepeatType.d.ts.map +1 -0
  812. package/es/types/Interface/models/IRepeatType.js +2 -0
  813. package/es/types/Interface/models/IRepeatType.js.map +1 -0
  814. package/es/types/Interface/models/IReport.d.ts +20 -0
  815. package/es/types/Interface/models/IReport.d.ts.map +1 -0
  816. package/es/types/Interface/models/IReport.js +2 -0
  817. package/es/types/Interface/models/IReport.js.map +1 -0
  818. package/es/types/Interface/models/IReportMessage.d.ts +11 -0
  819. package/es/types/Interface/models/IReportMessage.d.ts.map +1 -0
  820. package/es/types/Interface/models/IReportMessage.js +2 -0
  821. package/es/types/Interface/models/IReportMessage.js.map +1 -0
  822. package/es/types/Interface/models/IReportType.d.ts +8 -0
  823. package/es/types/Interface/models/IReportType.d.ts.map +1 -0
  824. package/es/types/Interface/models/IReportType.js +2 -0
  825. package/es/types/Interface/models/IReportType.js.map +1 -0
  826. package/es/types/Interface/models/IRole.d.ts +10 -0
  827. package/es/types/Interface/models/IRole.d.ts.map +1 -0
  828. package/es/types/Interface/models/IRole.js +2 -0
  829. package/es/types/Interface/models/IRole.js.map +1 -0
  830. package/es/types/Interface/models/IRoleUser.d.ts +8 -0
  831. package/es/types/Interface/models/IRoleUser.d.ts.map +1 -0
  832. package/es/types/Interface/models/IRoleUser.js +2 -0
  833. package/es/types/Interface/models/IRoleUser.js.map +1 -0
  834. package/es/types/Interface/models/IRoom.d.ts +7 -0
  835. package/es/types/Interface/models/IRoom.d.ts.map +1 -0
  836. package/es/types/Interface/models/IRoom.js +2 -0
  837. package/es/types/Interface/models/IRoom.js.map +1 -0
  838. package/es/types/Interface/models/IRule.d.ts +22 -0
  839. package/es/types/Interface/models/IRule.d.ts.map +1 -0
  840. package/es/types/Interface/models/IRule.js +2 -0
  841. package/es/types/Interface/models/IRule.js.map +1 -0
  842. package/es/types/Interface/models/ISchedule.d.ts +12 -0
  843. package/es/types/Interface/models/ISchedule.d.ts.map +1 -0
  844. package/es/types/Interface/models/ISchedule.js +2 -0
  845. package/es/types/Interface/models/ISchedule.js.map +1 -0
  846. package/es/types/Interface/models/ISector.d.ts +7 -0
  847. package/es/types/Interface/models/ISector.d.ts.map +1 -0
  848. package/es/types/Interface/models/ISector.js +2 -0
  849. package/es/types/Interface/models/ISector.js.map +1 -0
  850. package/es/types/Interface/models/ISendMethod.d.ts +7 -0
  851. package/es/types/Interface/models/ISendMethod.d.ts.map +1 -0
  852. package/es/types/Interface/models/ISendMethod.js +2 -0
  853. package/es/types/Interface/models/ISendMethod.js.map +1 -0
  854. package/es/types/Interface/models/IService.d.ts +7 -0
  855. package/es/types/Interface/models/IService.d.ts.map +1 -0
  856. package/es/types/Interface/models/IService.js +2 -0
  857. package/es/types/Interface/models/IService.js.map +1 -0
  858. package/es/types/Interface/models/ISheetMonthSchedule.d.ts +41 -0
  859. package/es/types/Interface/models/ISheetMonthSchedule.d.ts.map +1 -0
  860. package/es/types/Interface/models/ISheetMonthSchedule.js +2 -0
  861. package/es/types/Interface/models/ISheetMonthSchedule.js.map +1 -0
  862. package/es/types/Interface/models/ISimulation.d.ts +23 -0
  863. package/es/types/Interface/models/ISimulation.d.ts.map +1 -0
  864. package/es/types/Interface/models/ISimulation.js +2 -0
  865. package/es/types/Interface/models/ISimulation.js.map +1 -0
  866. package/es/types/Interface/models/ISimulationAdditionalFinance.d.ts +8 -0
  867. package/es/types/Interface/models/ISimulationAdditionalFinance.d.ts.map +1 -0
  868. package/es/types/Interface/models/ISimulationAdditionalFinance.js +2 -0
  869. package/es/types/Interface/models/ISimulationAdditionalFinance.js.map +1 -0
  870. package/es/types/Interface/models/ISimulationColor.d.ts +7 -0
  871. package/es/types/Interface/models/ISimulationColor.d.ts.map +1 -0
  872. package/es/types/Interface/models/ISimulationColor.js +2 -0
  873. package/es/types/Interface/models/ISimulationColor.js.map +1 -0
  874. package/es/types/Interface/models/ISimulationElement.d.ts +24 -0
  875. package/es/types/Interface/models/ISimulationElement.d.ts.map +1 -0
  876. package/es/types/Interface/models/ISimulationElement.js +2 -0
  877. package/es/types/Interface/models/ISimulationElement.js.map +1 -0
  878. package/es/types/Interface/models/ISimulationHasBankAccount.d.ts +8 -0
  879. package/es/types/Interface/models/ISimulationHasBankAccount.d.ts.map +1 -0
  880. package/es/types/Interface/models/ISimulationHasBankAccount.js +2 -0
  881. package/es/types/Interface/models/ISimulationHasBankAccount.js.map +1 -0
  882. package/es/types/Interface/models/ISimulationPeriod.d.ts +12 -0
  883. package/es/types/Interface/models/ISimulationPeriod.d.ts.map +1 -0
  884. package/es/types/Interface/models/ISimulationPeriod.js +2 -0
  885. package/es/types/Interface/models/ISimulationPeriod.js.map +1 -0
  886. package/es/types/Interface/models/ISimulationSummary.d.ts +15 -0
  887. package/es/types/Interface/models/ISimulationSummary.d.ts.map +1 -0
  888. package/es/types/Interface/models/ISimulationSummary.js +2 -0
  889. package/es/types/Interface/models/ISimulationSummary.js.map +1 -0
  890. package/es/types/Interface/models/ISms.d.ts +21 -0
  891. package/es/types/Interface/models/ISms.d.ts.map +1 -0
  892. package/es/types/Interface/models/ISms.js +2 -0
  893. package/es/types/Interface/models/ISms.js.map +1 -0
  894. package/es/types/Interface/models/ISmsType.d.ts +7 -0
  895. package/es/types/Interface/models/ISmsType.d.ts.map +1 -0
  896. package/es/types/Interface/models/ISmsType.js +2 -0
  897. package/es/types/Interface/models/ISmsType.js.map +1 -0
  898. package/es/types/Interface/models/ISocialDetail.d.ts +11 -0
  899. package/es/types/Interface/models/ISocialDetail.d.ts.map +1 -0
  900. package/es/types/Interface/models/ISocialDetail.js +2 -0
  901. package/es/types/Interface/models/ISocialDetail.js.map +1 -0
  902. package/es/types/Interface/models/ISociety.d.ts +181 -0
  903. package/es/types/Interface/models/ISociety.d.ts.map +1 -0
  904. package/es/types/Interface/models/ISociety.js +2 -0
  905. package/es/types/Interface/models/ISociety.js.map +1 -0
  906. package/es/types/Interface/models/ISocietyAction.d.ts +24 -0
  907. package/es/types/Interface/models/ISocietyAction.d.ts.map +1 -0
  908. package/es/types/Interface/models/ISocietyAction.js +2 -0
  909. package/es/types/Interface/models/ISocietyAction.js.map +1 -0
  910. package/es/types/Interface/models/ISocietyApproval.d.ts +28 -0
  911. package/es/types/Interface/models/ISocietyApproval.d.ts.map +1 -0
  912. package/es/types/Interface/models/ISocietyApproval.js +2 -0
  913. package/es/types/Interface/models/ISocietyApproval.js.map +1 -0
  914. package/es/types/Interface/models/ISocietyBank.d.ts +12 -0
  915. package/es/types/Interface/models/ISocietyBank.d.ts.map +1 -0
  916. package/es/types/Interface/models/ISocietyBank.js +2 -0
  917. package/es/types/Interface/models/ISocietyBank.js.map +1 -0
  918. package/es/types/Interface/models/ISocietyBudgetConnection.d.ts +9 -0
  919. package/es/types/Interface/models/ISocietyBudgetConnection.d.ts.map +1 -0
  920. package/es/types/Interface/models/ISocietyBudgetConnection.js +2 -0
  921. package/es/types/Interface/models/ISocietyBudgetConnection.js.map +1 -0
  922. package/es/types/Interface/models/ISocietyCgv.d.ts +8 -0
  923. package/es/types/Interface/models/ISocietyCgv.d.ts.map +1 -0
  924. package/es/types/Interface/models/ISocietyCgv.js +2 -0
  925. package/es/types/Interface/models/ISocietyCgv.js.map +1 -0
  926. package/es/types/Interface/models/ISocietyConfig.d.ts +24 -0
  927. package/es/types/Interface/models/ISocietyConfig.d.ts.map +1 -0
  928. package/es/types/Interface/models/ISocietyConfig.js +2 -0
  929. package/es/types/Interface/models/ISocietyConfig.js.map +1 -0
  930. package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts +17 -0
  931. package/es/types/Interface/models/ISocietyConfigBalanceSheet.d.ts.map +1 -0
  932. package/es/types/Interface/models/ISocietyConfigBalanceSheet.js +2 -0
  933. package/es/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -0
  934. package/es/types/Interface/models/ISocietyDetail.d.ts +102 -0
  935. package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -0
  936. package/es/types/Interface/models/ISocietyDetail.js +2 -0
  937. package/es/types/Interface/models/ISocietyDetail.js.map +1 -0
  938. package/es/types/Interface/models/ISocietyFile.d.ts +16 -0
  939. package/es/types/Interface/models/ISocietyFile.d.ts.map +1 -0
  940. package/es/types/Interface/models/ISocietyFile.js +2 -0
  941. package/es/types/Interface/models/ISocietyFile.js.map +1 -0
  942. package/es/types/Interface/models/ISocietyGescom.d.ts +35 -0
  943. package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -0
  944. package/es/types/Interface/models/ISocietyGescom.js +2 -0
  945. package/es/types/Interface/models/ISocietyGescom.js.map +1 -0
  946. package/es/types/Interface/models/ISocietyJuridical.d.ts +11 -0
  947. package/es/types/Interface/models/ISocietyJuridical.d.ts.map +1 -0
  948. package/es/types/Interface/models/ISocietyJuridical.js +2 -0
  949. package/es/types/Interface/models/ISocietyJuridical.js.map +1 -0
  950. package/es/types/Interface/models/ISocietyNote.d.ts +7 -0
  951. package/es/types/Interface/models/ISocietyNote.d.ts.map +1 -0
  952. package/es/types/Interface/models/ISocietyNote.js +2 -0
  953. package/es/types/Interface/models/ISocietyNote.js.map +1 -0
  954. package/es/types/Interface/models/ISocietyPartner.d.ts +14 -0
  955. package/es/types/Interface/models/ISocietyPartner.d.ts.map +1 -0
  956. package/es/types/Interface/models/ISocietyPartner.js +2 -0
  957. package/es/types/Interface/models/ISocietyPartner.js.map +1 -0
  958. package/es/types/Interface/models/ISocietyProceeding.d.ts +17 -0
  959. package/es/types/Interface/models/ISocietyProceeding.d.ts.map +1 -0
  960. package/es/types/Interface/models/ISocietyProceeding.js +2 -0
  961. package/es/types/Interface/models/ISocietyProceeding.js.map +1 -0
  962. package/es/types/Interface/models/ISocietyProcessRegister.d.ts +10 -0
  963. package/es/types/Interface/models/ISocietyProcessRegister.d.ts.map +1 -0
  964. package/es/types/Interface/models/ISocietyProcessRegister.js +2 -0
  965. package/es/types/Interface/models/ISocietyProcessRegister.js.map +1 -0
  966. package/es/types/Interface/models/ISocietyRelance.d.ts +19 -0
  967. package/es/types/Interface/models/ISocietyRelance.d.ts.map +1 -0
  968. package/es/types/Interface/models/ISocietyRelance.js +2 -0
  969. package/es/types/Interface/models/ISocietyRelance.js.map +1 -0
  970. package/es/types/Interface/models/ISocietySocial.d.ts +17 -0
  971. package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -0
  972. package/es/types/Interface/models/ISocietySocial.js +2 -0
  973. package/es/types/Interface/models/ISocietySocial.js.map +1 -0
  974. package/es/types/Interface/models/ISocietySoftware.d.ts +12 -0
  975. package/es/types/Interface/models/ISocietySoftware.d.ts.map +1 -0
  976. package/es/types/Interface/models/ISocietySoftware.js +2 -0
  977. package/es/types/Interface/models/ISocietySoftware.js.map +1 -0
  978. package/es/types/Interface/models/ISocietyStat.d.ts +11 -0
  979. package/es/types/Interface/models/ISocietyStat.d.ts.map +1 -0
  980. package/es/types/Interface/models/ISocietyStat.js +2 -0
  981. package/es/types/Interface/models/ISocietyStat.js.map +1 -0
  982. package/es/types/Interface/models/ISocietyVehicle.d.ts +23 -0
  983. package/es/types/Interface/models/ISocietyVehicle.d.ts.map +1 -0
  984. package/es/types/Interface/models/ISocietyVehicle.js +2 -0
  985. package/es/types/Interface/models/ISocietyVehicle.js.map +1 -0
  986. package/es/types/Interface/models/ISoftwareCompta.d.ts +5 -0
  987. package/es/types/Interface/models/ISoftwareCompta.d.ts.map +1 -0
  988. package/es/types/Interface/models/ISoftwareCompta.js +2 -0
  989. package/es/types/Interface/models/ISoftwareCompta.js.map +1 -0
  990. package/es/types/Interface/models/ISource.d.ts +10 -0
  991. package/es/types/Interface/models/ISource.d.ts.map +1 -0
  992. package/es/types/Interface/models/ISource.js +2 -0
  993. package/es/types/Interface/models/ISource.js.map +1 -0
  994. package/es/types/Interface/models/ISpecialOperation.d.ts +20 -0
  995. package/es/types/Interface/models/ISpecialOperation.d.ts.map +1 -0
  996. package/es/types/Interface/models/ISpecialOperation.js +2 -0
  997. package/es/types/Interface/models/ISpecialOperation.js.map +1 -0
  998. package/es/types/Interface/models/ISponsorshipLink.d.ts +9 -0
  999. package/es/types/Interface/models/ISponsorshipLink.d.ts.map +1 -0
  1000. package/es/types/Interface/models/ISponsorshipLink.js +2 -0
  1001. package/es/types/Interface/models/ISponsorshipLink.js.map +1 -0
  1002. package/es/types/Interface/models/IStatusSignature.d.ts +7 -0
  1003. package/es/types/Interface/models/IStatusSignature.d.ts.map +1 -0
  1004. package/es/types/Interface/models/IStatusSignature.js +2 -0
  1005. package/es/types/Interface/models/IStatusSignature.js.map +1 -0
  1006. package/es/types/Interface/models/IStripeEvent.d.ts +12 -0
  1007. package/es/types/Interface/models/IStripeEvent.d.ts.map +1 -0
  1008. package/es/types/Interface/models/IStripeEvent.js +2 -0
  1009. package/es/types/Interface/models/IStripeEvent.js.map +1 -0
  1010. package/es/types/Interface/models/IStripeEventType.d.ts +7 -0
  1011. package/es/types/Interface/models/IStripeEventType.d.ts.map +1 -0
  1012. package/es/types/Interface/models/IStripeEventType.js +2 -0
  1013. package/es/types/Interface/models/IStripeEventType.js.map +1 -0
  1014. package/es/types/Interface/models/ISubscriptionType.d.ts +8 -0
  1015. package/es/types/Interface/models/ISubscriptionType.d.ts.map +1 -0
  1016. package/es/types/Interface/models/ISubscriptionType.js +2 -0
  1017. package/es/types/Interface/models/ISubscriptionType.js.map +1 -0
  1018. package/es/types/Interface/models/ISupervision.d.ts +37 -0
  1019. package/es/types/Interface/models/ISupervision.d.ts.map +1 -0
  1020. package/es/types/Interface/models/ISupervision.js +2 -0
  1021. package/es/types/Interface/models/ISupervision.js.map +1 -0
  1022. package/es/types/Interface/models/ISupervisionJob.d.ts +8 -0
  1023. package/es/types/Interface/models/ISupervisionJob.d.ts.map +1 -0
  1024. package/es/types/Interface/models/ISupervisionJob.js +2 -0
  1025. package/es/types/Interface/models/ISupervisionJob.js.map +1 -0
  1026. package/es/types/Interface/models/ISupervisionPendingPoint.d.ts +18 -0
  1027. package/es/types/Interface/models/ISupervisionPendingPoint.d.ts.map +1 -0
  1028. package/es/types/Interface/models/ISupervisionPendingPoint.js +2 -0
  1029. package/es/types/Interface/models/ISupervisionPendingPoint.js.map +1 -0
  1030. package/es/types/Interface/models/ITag.d.ts +8 -0
  1031. package/es/types/Interface/models/ITag.d.ts.map +1 -0
  1032. package/es/types/Interface/models/ITag.js +2 -0
  1033. package/es/types/Interface/models/ITag.js.map +1 -0
  1034. package/es/types/Interface/models/ITask.d.ts +10 -0
  1035. package/es/types/Interface/models/ITask.d.ts.map +1 -0
  1036. package/es/types/Interface/models/ITask.js +2 -0
  1037. package/es/types/Interface/models/ITask.js.map +1 -0
  1038. package/es/types/Interface/models/ITaxSystem.d.ts +7 -0
  1039. package/es/types/Interface/models/ITaxSystem.d.ts.map +1 -0
  1040. package/es/types/Interface/models/ITaxSystem.js +2 -0
  1041. package/es/types/Interface/models/ITaxSystem.js.map +1 -0
  1042. package/es/types/Interface/models/ITeam.d.ts +12 -0
  1043. package/es/types/Interface/models/ITeam.d.ts.map +1 -0
  1044. package/es/types/Interface/models/ITeam.js +2 -0
  1045. package/es/types/Interface/models/ITeam.js.map +1 -0
  1046. package/es/types/Interface/models/ITeamBusinessLine.d.ts +8 -0
  1047. package/es/types/Interface/models/ITeamBusinessLine.d.ts.map +1 -0
  1048. package/es/types/Interface/models/ITeamBusinessLine.js +2 -0
  1049. package/es/types/Interface/models/ITeamBusinessLine.js.map +1 -0
  1050. package/es/types/Interface/models/ITerminationList.d.ts +24 -0
  1051. package/es/types/Interface/models/ITerminationList.d.ts.map +1 -0
  1052. package/es/types/Interface/models/ITerminationList.js +2 -0
  1053. package/es/types/Interface/models/ITerminationList.js.map +1 -0
  1054. package/es/types/Interface/models/IThirdParty.d.ts +36 -0
  1055. package/es/types/Interface/models/IThirdParty.d.ts.map +1 -0
  1056. package/es/types/Interface/models/IThirdParty.js +2 -0
  1057. package/es/types/Interface/models/IThirdParty.js.map +1 -0
  1058. package/es/types/Interface/models/IThirdPartySociety.d.ts +9 -0
  1059. package/es/types/Interface/models/IThirdPartySociety.d.ts.map +1 -0
  1060. package/es/types/Interface/models/IThirdPartySociety.js +2 -0
  1061. package/es/types/Interface/models/IThirdPartySociety.js.map +1 -0
  1062. package/es/types/Interface/models/IThirdPartyType.d.ts +7 -0
  1063. package/es/types/Interface/models/IThirdPartyType.d.ts.map +1 -0
  1064. package/es/types/Interface/models/IThirdPartyType.js +2 -0
  1065. package/es/types/Interface/models/IThirdPartyType.js.map +1 -0
  1066. package/es/types/Interface/models/ITicketSupport.d.ts +10 -0
  1067. package/es/types/Interface/models/ITicketSupport.d.ts.map +1 -0
  1068. package/es/types/Interface/models/ITicketSupport.js +2 -0
  1069. package/es/types/Interface/models/ITicketSupport.js.map +1 -0
  1070. package/es/types/Interface/models/ITicketSupportFollow.d.ts +10 -0
  1071. package/es/types/Interface/models/ITicketSupportFollow.d.ts.map +1 -0
  1072. package/es/types/Interface/models/ITicketSupportFollow.js +2 -0
  1073. package/es/types/Interface/models/ITicketSupportFollow.js.map +1 -0
  1074. package/es/types/Interface/models/ITimeTracking.d.ts +21 -0
  1075. package/es/types/Interface/models/ITimeTracking.d.ts.map +1 -0
  1076. package/es/types/Interface/models/ITimeTracking.js +2 -0
  1077. package/es/types/Interface/models/ITimeTracking.js.map +1 -0
  1078. package/es/types/Interface/models/ITimeTrackingSource.d.ts +7 -0
  1079. package/es/types/Interface/models/ITimeTrackingSource.d.ts.map +1 -0
  1080. package/es/types/Interface/models/ITimeTrackingSource.js +2 -0
  1081. package/es/types/Interface/models/ITimeTrackingSource.js.map +1 -0
  1082. package/es/types/Interface/models/ITmpValidationToken.d.ts +11 -0
  1083. package/es/types/Interface/models/ITmpValidationToken.d.ts.map +1 -0
  1084. package/es/types/Interface/models/ITmpValidationToken.js +2 -0
  1085. package/es/types/Interface/models/ITmpValidationToken.js.map +1 -0
  1086. package/es/types/Interface/models/IUnit.d.ts +8 -0
  1087. package/es/types/Interface/models/IUnit.d.ts.map +1 -0
  1088. package/es/types/Interface/models/IUnit.js +2 -0
  1089. package/es/types/Interface/models/IUnit.js.map +1 -0
  1090. package/es/types/Interface/models/IUser.d.ts +89 -0
  1091. package/es/types/Interface/models/IUser.d.ts.map +1 -0
  1092. package/es/types/Interface/models/IUser.js +2 -0
  1093. package/es/types/Interface/models/IUser.js.map +1 -0
  1094. package/es/types/Interface/models/IUserNotification.d.ts +9 -0
  1095. package/es/types/Interface/models/IUserNotification.d.ts.map +1 -0
  1096. package/es/types/Interface/models/IUserNotification.js +2 -0
  1097. package/es/types/Interface/models/IUserNotification.js.map +1 -0
  1098. package/es/types/Interface/models/IUserSocietyPermission.d.ts +14 -0
  1099. package/es/types/Interface/models/IUserSocietyPermission.d.ts.map +1 -0
  1100. package/es/types/Interface/models/IUserSocietyPermission.js +2 -0
  1101. package/es/types/Interface/models/IUserSocietyPermission.js.map +1 -0
  1102. package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts +9 -0
  1103. package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts.map +1 -0
  1104. package/es/types/Interface/models/IUserSocietyTicketSupport.js +2 -0
  1105. package/es/types/Interface/models/IUserSocietyTicketSupport.js.map +1 -0
  1106. package/es/types/Interface/models/IUserTeam.d.ts +12 -0
  1107. package/es/types/Interface/models/IUserTeam.d.ts.map +1 -0
  1108. package/es/types/Interface/models/IUserTeam.js +2 -0
  1109. package/es/types/Interface/models/IUserTeam.js.map +1 -0
  1110. package/es/types/Interface/models/IUserTest.d.ts +17 -0
  1111. package/es/types/Interface/models/IUserTest.d.ts.map +1 -0
  1112. package/es/types/Interface/models/IUserTest.js +2 -0
  1113. package/es/types/Interface/models/IUserTest.js.map +1 -0
  1114. package/es/types/Interface/models/IVat.d.ts +10 -0
  1115. package/es/types/Interface/models/IVat.d.ts.map +1 -0
  1116. package/es/types/Interface/models/IVat.js +2 -0
  1117. package/es/types/Interface/models/IVat.js.map +1 -0
  1118. package/es/types/Interface/models/IVatDeclaration.d.ts +114 -0
  1119. package/es/types/Interface/models/IVatDeclaration.d.ts.map +1 -0
  1120. package/es/types/Interface/models/IVatDeclaration.js +2 -0
  1121. package/es/types/Interface/models/IVatDeclaration.js.map +1 -0
  1122. package/es/types/Interface/models/IVatDeclarationCertificate.d.ts +13 -0
  1123. package/es/types/Interface/models/IVatDeclarationCertificate.d.ts.map +1 -0
  1124. package/es/types/Interface/models/IVatDeclarationCertificate.js +2 -0
  1125. package/es/types/Interface/models/IVatDeclarationCertificate.js.map +1 -0
  1126. package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts +20 -0
  1127. package/es/types/Interface/models/IVatDeclarationSocietyDetail.d.ts.map +1 -0
  1128. package/es/types/Interface/models/IVatDeclarationSocietyDetail.js +2 -0
  1129. package/es/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -0
  1130. package/es/types/Interface/models/IVatMargin.d.ts +7 -0
  1131. package/es/types/Interface/models/IVatMargin.d.ts.map +1 -0
  1132. package/es/types/Interface/models/IVatMargin.js +2 -0
  1133. package/es/types/Interface/models/IVatMargin.js.map +1 -0
  1134. package/es/types/Interface/models/IVatRegime.d.ts +8 -0
  1135. package/es/types/Interface/models/IVatRegime.d.ts.map +1 -0
  1136. package/es/types/Interface/models/IVatRegime.js +2 -0
  1137. package/es/types/Interface/models/IVatRegime.js.map +1 -0
  1138. package/es/types/Interface/models/IVehicleType.d.ts +7 -0
  1139. package/es/types/Interface/models/IVehicleType.d.ts.map +1 -0
  1140. package/es/types/Interface/models/IVehicleType.js +2 -0
  1141. package/es/types/Interface/models/IVehicleType.js.map +1 -0
  1142. package/es/types/Interface/models/IWebMail.d.ts +64 -0
  1143. package/es/types/Interface/models/IWebMail.d.ts.map +1 -0
  1144. package/es/types/Interface/models/IWebMail.js +2 -0
  1145. package/es/types/Interface/models/IWebMail.js.map +1 -0
  1146. package/es/types/Interface/models/IWebMailAttachment.d.ts +8 -0
  1147. package/es/types/Interface/models/IWebMailAttachment.d.ts.map +1 -0
  1148. package/es/types/Interface/models/IWebMailAttachment.js +2 -0
  1149. package/es/types/Interface/models/IWebMailAttachment.js.map +1 -0
  1150. package/es/types/Interface/models/IWebMailSpam.d.ts +8 -0
  1151. package/es/types/Interface/models/IWebMailSpam.d.ts.map +1 -0
  1152. package/es/types/Interface/models/IWebMailSpam.js +2 -0
  1153. package/es/types/Interface/models/IWebMailSpam.js.map +1 -0
  1154. package/es/types/Interface/models/IWebMailSpamType.d.ts +7 -0
  1155. package/es/types/Interface/models/IWebMailSpamType.d.ts.map +1 -0
  1156. package/es/types/Interface/models/IWebMailSpamType.js +2 -0
  1157. package/es/types/Interface/models/IWebMailSpamType.js.map +1 -0
  1158. package/es/types/Interface/models/IWebMailStat.d.ts +9 -0
  1159. package/es/types/Interface/models/IWebMailStat.d.ts.map +1 -0
  1160. package/es/types/Interface/models/IWebMailStat.js +2 -0
  1161. package/es/types/Interface/models/IWebMailStat.js.map +1 -0
  1162. package/es/types/Interface/models/IWebMailType.d.ts +7 -0
  1163. package/es/types/Interface/models/IWebMailType.d.ts.map +1 -0
  1164. package/es/types/Interface/models/IWebMailType.js +2 -0
  1165. package/es/types/Interface/models/IWebMailType.js.map +1 -0
  1166. package/es/types/Interface/models/IWorkingSchedule.d.ts +15 -0
  1167. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -0
  1168. package/es/types/Interface/models/IWorkingSchedule.js +2 -0
  1169. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -0
  1170. package/es/types/index.d.ts +284 -0
  1171. package/es/types/index.d.ts.map +1 -0
  1172. package/es/types/index.js +288 -0
  1173. package/es/types/index.js.map +1 -0
  1174. package/es/utils/index.d.ts +2 -0
  1175. package/es/utils/index.d.ts.map +1 -0
  1176. package/es/utils/index.js +2 -0
  1177. package/es/utils/index.js.map +1 -0
  1178. package/es/utils/logger.d.ts +1 -0
  1179. package/es/utils/logger.d.ts.map +1 -0
  1180. package/es/utils/logger.js +2 -0
  1181. package/es/utils/logger.js.map +1 -0
  1182. package/es/utils/objectUtils/BaseEntity.d.ts +2 -0
  1183. package/es/utils/objectUtils/BaseEntity.d.ts.map +1 -0
  1184. package/es/utils/objectUtils/BaseEntity.js +2 -0
  1185. package/es/utils/objectUtils/BaseEntity.js.map +1 -0
  1186. package/es/utils/objectUtils/flattenObject.d.ts +10 -0
  1187. package/es/utils/objectUtils/flattenObject.d.ts.map +1 -0
  1188. package/es/utils/objectUtils/flattenObject.js +18 -0
  1189. package/es/utils/objectUtils/flattenObject.js.map +1 -0
  1190. package/es/utils/objectUtils/fullFlattenObject.d.ts +6 -0
  1191. package/es/utils/objectUtils/fullFlattenObject.d.ts.map +1 -0
  1192. package/es/utils/objectUtils/fullFlattenObject.js +13 -0
  1193. package/es/utils/objectUtils/fullFlattenObject.js.map +1 -0
  1194. package/es/utils/objectUtils/index.d.ts +7 -0
  1195. package/es/utils/objectUtils/index.d.ts.map +1 -0
  1196. package/es/utils/objectUtils/index.js +7 -0
  1197. package/es/utils/objectUtils/index.js.map +1 -0
  1198. package/es/utils/objectUtils/isValidObject.d.ts +6 -0
  1199. package/es/utils/objectUtils/isValidObject.d.ts.map +1 -0
  1200. package/es/utils/objectUtils/isValidObject.js +14 -0
  1201. package/es/utils/objectUtils/isValidObject.js.map +1 -0
  1202. package/es/utils/objectUtils/overwrite.d.ts +10 -0
  1203. package/es/utils/objectUtils/overwrite.d.ts.map +1 -0
  1204. package/es/utils/objectUtils/overwrite.js +2 -0
  1205. package/es/utils/objectUtils/overwrite.js.map +1 -0
  1206. package/es/utils/objectUtils/unflattenObject.d.ts +9 -0
  1207. package/es/utils/objectUtils/unflattenObject.d.ts.map +1 -0
  1208. package/es/utils/objectUtils/unflattenObject.js +18 -0
  1209. package/es/utils/objectUtils/unflattenObject.js.map +1 -0
  1210. package/export-models.json +29134 -0
  1211. package/importInterfaces.ts +94 -0
  1212. package/js/api/Resource.js +15 -0
  1213. package/js/api/Resource.js.map +1 -0
  1214. package/js/api/index.js +125 -0
  1215. package/js/api/index.js.map +1 -0
  1216. package/js/api/resources/Country.js +18 -0
  1217. package/js/api/resources/Country.js.map +1 -0
  1218. package/js/api/resources/Simulation.js +20 -0
  1219. package/js/api/resources/Simulation.js.map +1 -0
  1220. package/js/api/resources.js +16 -0
  1221. package/js/api/resources.js.map +1 -0
  1222. package/js/index.js +42 -0
  1223. package/js/index.js.map +1 -0
  1224. package/js/types/Enum/ComptaType.js +16 -0
  1225. package/js/types/Enum/ComptaType.js.map +1 -0
  1226. package/js/types/Enum/Country.js +20 -0
  1227. package/js/types/Enum/Country.js.map +1 -0
  1228. package/js/types/Enum/Ged.js +56 -0
  1229. package/js/types/Enum/Ged.js.map +1 -0
  1230. package/js/types/Enum/LegalForm.js +167 -0
  1231. package/js/types/Enum/LegalForm.js.map +1 -0
  1232. package/js/types/Enum/Role.js +32 -0
  1233. package/js/types/Enum/Role.js.map +1 -0
  1234. package/js/types/Enum/Sector.js +14 -0
  1235. package/js/types/Enum/Sector.js.map +1 -0
  1236. package/js/types/Enum/Simulation.js +32 -0
  1237. package/js/types/Enum/Simulation.js.map +1 -0
  1238. package/js/types/Enum/SubscriptionType.js +13 -0
  1239. package/js/types/Enum/SubscriptionType.js.map +1 -0
  1240. package/js/types/Enum/TypeConnector.js +21 -0
  1241. package/js/types/Enum/TypeConnector.js.map +1 -0
  1242. package/js/types/Enum/Vat.js +71 -0
  1243. package/js/types/Enum/Vat.js.map +1 -0
  1244. package/js/types/Enum/VatRegime.js +14 -0
  1245. package/js/types/Enum/VatRegime.js.map +1 -0
  1246. package/js/types/Form/FormAuthenticate.js +10 -0
  1247. package/js/types/Form/FormAuthenticate.js.map +1 -0
  1248. package/js/types/Form/FormConnector.js +10 -0
  1249. package/js/types/Form/FormConnector.js.map +1 -0
  1250. package/js/types/Form/FormPaymentExpectationCustomer.js +10 -0
  1251. package/js/types/Form/FormPaymentExpectationCustomer.js.map +1 -0
  1252. package/js/types/Interface/api/accountingEntry/CreateAccountingEntry.js +6 -0
  1253. package/js/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +1 -0
  1254. package/js/types/Interface/api/businessPartner/ReadBusinessPartner.js +6 -0
  1255. package/js/types/Interface/api/businessPartner/ReadBusinessPartner.js.map +1 -0
  1256. package/js/types/Interface/api/simulation/CreateSimulation.js +15 -0
  1257. package/js/types/Interface/api/simulation/CreateSimulation.js.map +1 -0
  1258. package/js/types/Interface/api/simulation/ReadSimulation.js +6 -0
  1259. package/js/types/Interface/api/simulation/ReadSimulation.js.map +1 -0
  1260. package/js/types/Interface/api/society/ReadSociety.js +6 -0
  1261. package/js/types/Interface/api/society/ReadSociety.js.map +1 -0
  1262. package/js/types/Interface/models/IAbsenceType.js +6 -0
  1263. package/js/types/Interface/models/IAbsenceType.js.map +1 -0
  1264. package/js/types/Interface/models/IAccessToken.js +6 -0
  1265. package/js/types/Interface/models/IAccessToken.js.map +1 -0
  1266. package/js/types/Interface/models/IAccount.js +6 -0
  1267. package/js/types/Interface/models/IAccount.js.map +1 -0
  1268. package/js/types/Interface/models/IAccountDetail.js +6 -0
  1269. package/js/types/Interface/models/IAccountDetail.js.map +1 -0
  1270. package/js/types/Interface/models/IAccountHelp.js +6 -0
  1271. package/js/types/Interface/models/IAccountHelp.js.map +1 -0
  1272. package/js/types/Interface/models/IAccountType.js +6 -0
  1273. package/js/types/Interface/models/IAccountType.js.map +1 -0
  1274. package/js/types/Interface/models/IAccountantTracker.js +6 -0
  1275. package/js/types/Interface/models/IAccountantTracker.js.map +1 -0
  1276. package/js/types/Interface/models/IAccountingEntry.js +6 -0
  1277. package/js/types/Interface/models/IAccountingEntry.js.map +1 -0
  1278. package/js/types/Interface/models/IAccountingFile.js +6 -0
  1279. package/js/types/Interface/models/IAccountingFile.js.map +1 -0
  1280. package/js/types/Interface/models/IAccountingFileType.js +6 -0
  1281. package/js/types/Interface/models/IAccountingFileType.js.map +1 -0
  1282. package/js/types/Interface/models/IAccountingJournal.js +6 -0
  1283. package/js/types/Interface/models/IAccountingJournal.js.map +1 -0
  1284. package/js/types/Interface/models/IAccountingState.js +6 -0
  1285. package/js/types/Interface/models/IAccountingState.js.map +1 -0
  1286. package/js/types/Interface/models/IAccountingStateType.js +6 -0
  1287. package/js/types/Interface/models/IAccountingStateType.js.map +1 -0
  1288. package/js/types/Interface/models/IAccountingTransaction.js +6 -0
  1289. package/js/types/Interface/models/IAccountingTransaction.js.map +1 -0
  1290. package/js/types/Interface/models/IAccountsSocieties.js +6 -0
  1291. package/js/types/Interface/models/IAccountsSocieties.js.map +1 -0
  1292. package/js/types/Interface/models/IActivity.js +6 -0
  1293. package/js/types/Interface/models/IActivity.js.map +1 -0
  1294. package/js/types/Interface/models/IAdditionalBalance.js +6 -0
  1295. package/js/types/Interface/models/IAdditionalBalance.js.map +1 -0
  1296. package/js/types/Interface/models/IAlert.js +6 -0
  1297. package/js/types/Interface/models/IAlert.js.map +1 -0
  1298. package/js/types/Interface/models/IAllowedIp.js +6 -0
  1299. package/js/types/Interface/models/IAllowedIp.js.map +1 -0
  1300. package/js/types/Interface/models/IAnalyticsUtm.js +6 -0
  1301. package/js/types/Interface/models/IAnalyticsUtm.js.map +1 -0
  1302. package/js/types/Interface/models/IApiError.js +26 -0
  1303. package/js/types/Interface/models/IApiError.js.map +1 -0
  1304. package/js/types/Interface/models/IAppConfig.js +6 -0
  1305. package/js/types/Interface/models/IAppConfig.js.map +1 -0
  1306. package/js/types/Interface/models/IAreasInvoice.js +6 -0
  1307. package/js/types/Interface/models/IAreasInvoice.js.map +1 -0
  1308. package/js/types/Interface/models/IAskAbsence.js +6 -0
  1309. package/js/types/Interface/models/IAskAbsence.js.map +1 -0
  1310. package/js/types/Interface/models/IAskAbsenceTimes.js +6 -0
  1311. package/js/types/Interface/models/IAskAbsenceTimes.js.map +1 -0
  1312. package/js/types/Interface/models/IAttachmentFile.js +6 -0
  1313. package/js/types/Interface/models/IAttachmentFile.js.map +1 -0
  1314. package/js/types/Interface/models/IAttestation.js +6 -0
  1315. package/js/types/Interface/models/IAttestation.js.map +1 -0
  1316. package/js/types/Interface/models/IAttributionHistory.js +6 -0
  1317. package/js/types/Interface/models/IAttributionHistory.js.map +1 -0
  1318. package/js/types/Interface/models/IAutoLoginToken.js +6 -0
  1319. package/js/types/Interface/models/IAutoLoginToken.js.map +1 -0
  1320. package/js/types/Interface/models/IBalanceBankAccount.js +6 -0
  1321. package/js/types/Interface/models/IBalanceBankAccount.js.map +1 -0
  1322. package/js/types/Interface/models/IBalanceSheet.js +6 -0
  1323. package/js/types/Interface/models/IBalanceSheet.js.map +1 -0
  1324. package/js/types/Interface/models/IBalanceSheetHistory.js +6 -0
  1325. package/js/types/Interface/models/IBalanceSheetHistory.js.map +1 -0
  1326. package/js/types/Interface/models/IBalanceSheetLiquidation.js +6 -0
  1327. package/js/types/Interface/models/IBalanceSheetLiquidation.js.map +1 -0
  1328. package/js/types/Interface/models/IBalanceSheetPartial.js +6 -0
  1329. package/js/types/Interface/models/IBalanceSheetPartial.js.map +1 -0
  1330. package/js/types/Interface/models/IBankAccount.js +6 -0
  1331. package/js/types/Interface/models/IBankAccount.js.map +1 -0
  1332. package/js/types/Interface/models/IBankAccountSynchroHistory.js +6 -0
  1333. package/js/types/Interface/models/IBankAccountSynchroHistory.js.map +1 -0
  1334. package/js/types/Interface/models/IBankConnection.js +6 -0
  1335. package/js/types/Interface/models/IBankConnection.js.map +1 -0
  1336. package/js/types/Interface/models/IBankList.js +6 -0
  1337. package/js/types/Interface/models/IBankList.js.map +1 -0
  1338. package/js/types/Interface/models/IBankTransaction.js +6 -0
  1339. package/js/types/Interface/models/IBankTransaction.js.map +1 -0
  1340. package/js/types/Interface/models/IBrandType.js +6 -0
  1341. package/js/types/Interface/models/IBrandType.js.map +1 -0
  1342. package/js/types/Interface/models/IBusinessLine.js +6 -0
  1343. package/js/types/Interface/models/IBusinessLine.js.map +1 -0
  1344. package/js/types/Interface/models/IBusinessPartner.js +6 -0
  1345. package/js/types/Interface/models/IBusinessPartner.js.map +1 -0
  1346. package/js/types/Interface/models/ICalendarEvent.js +6 -0
  1347. package/js/types/Interface/models/ICalendarEvent.js.map +1 -0
  1348. package/js/types/Interface/models/ICalendarEventUser.js +6 -0
  1349. package/js/types/Interface/models/ICalendarEventUser.js.map +1 -0
  1350. package/js/types/Interface/models/ICallDirectly.js +6 -0
  1351. package/js/types/Interface/models/ICallDirectly.js.map +1 -0
  1352. package/js/types/Interface/models/ICashDeskTransactionType.js +6 -0
  1353. package/js/types/Interface/models/ICashDeskTransactionType.js.map +1 -0
  1354. package/js/types/Interface/models/ICategory.js +6 -0
  1355. package/js/types/Interface/models/ICategory.js.map +1 -0
  1356. package/js/types/Interface/models/ICerfaType.js +6 -0
  1357. package/js/types/Interface/models/ICerfaType.js.map +1 -0
  1358. package/js/types/Interface/models/ICerfaValue.js +6 -0
  1359. package/js/types/Interface/models/ICerfaValue.js.map +1 -0
  1360. package/js/types/Interface/models/IChangeLog.js +6 -0
  1361. package/js/types/Interface/models/IChangeLog.js.map +1 -0
  1362. package/js/types/Interface/models/IChannelType.js +6 -0
  1363. package/js/types/Interface/models/IChannelType.js.map +1 -0
  1364. package/js/types/Interface/models/IChecklist.js +6 -0
  1365. package/js/types/Interface/models/IChecklist.js.map +1 -0
  1366. package/js/types/Interface/models/IChecklistCategoryType.js +6 -0
  1367. package/js/types/Interface/models/IChecklistCategoryType.js.map +1 -0
  1368. package/js/types/Interface/models/IChecklistDetail.js +6 -0
  1369. package/js/types/Interface/models/IChecklistDetail.js.map +1 -0
  1370. package/js/types/Interface/models/IChecklistType.js +6 -0
  1371. package/js/types/Interface/models/IChecklistType.js.map +1 -0
  1372. package/js/types/Interface/models/ICivility.js +6 -0
  1373. package/js/types/Interface/models/ICivility.js.map +1 -0
  1374. package/js/types/Interface/models/IColor.js +6 -0
  1375. package/js/types/Interface/models/IColor.js.map +1 -0
  1376. package/js/types/Interface/models/IComment.js +6 -0
  1377. package/js/types/Interface/models/IComment.js.map +1 -0
  1378. package/js/types/Interface/models/ICommentType.js +6 -0
  1379. package/js/types/Interface/models/ICommentType.js.map +1 -0
  1380. package/js/types/Interface/models/IComptaHistoryType.js +6 -0
  1381. package/js/types/Interface/models/IComptaHistoryType.js.map +1 -0
  1382. package/js/types/Interface/models/IComptaType.js +6 -0
  1383. package/js/types/Interface/models/IComptaType.js.map +1 -0
  1384. package/js/types/Interface/models/IConnector.js +6 -0
  1385. package/js/types/Interface/models/IConnector.js.map +1 -0
  1386. package/js/types/Interface/models/IConnectorType.js +6 -0
  1387. package/js/types/Interface/models/IConnectorType.js.map +1 -0
  1388. package/js/types/Interface/models/IContractType.js +6 -0
  1389. package/js/types/Interface/models/IContractType.js.map +1 -0
  1390. package/js/types/Interface/models/ICotation.js +6 -0
  1391. package/js/types/Interface/models/ICotation.js.map +1 -0
  1392. package/js/types/Interface/models/ICountry.js +6 -0
  1393. package/js/types/Interface/models/ICountry.js.map +1 -0
  1394. package/js/types/Interface/models/ICurrency.js +6 -0
  1395. package/js/types/Interface/models/ICurrency.js.map +1 -0
  1396. package/js/types/Interface/models/ICustomerIsRegime.js +6 -0
  1397. package/js/types/Interface/models/ICustomerIsRegime.js.map +1 -0
  1398. package/js/types/Interface/models/ICustomerSignature.js +6 -0
  1399. package/js/types/Interface/models/ICustomerSignature.js.map +1 -0
  1400. package/js/types/Interface/models/ICustomerTva.js +6 -0
  1401. package/js/types/Interface/models/ICustomerTva.js.map +1 -0
  1402. package/js/types/Interface/models/ICustomisation.js +6 -0
  1403. package/js/types/Interface/models/ICustomisation.js.map +1 -0
  1404. package/js/types/Interface/models/ICustomizationType.js +6 -0
  1405. package/js/types/Interface/models/ICustomizationType.js.map +1 -0
  1406. package/js/types/Interface/models/ICycle.js +6 -0
  1407. package/js/types/Interface/models/ICycle.js.map +1 -0
  1408. package/js/types/Interface/models/IDay.js +6 -0
  1409. package/js/types/Interface/models/IDay.js.map +1 -0
  1410. package/js/types/Interface/models/IDetailedLogBi.js +6 -0
  1411. package/js/types/Interface/models/IDetailedLogBi.js.map +1 -0
  1412. package/js/types/Interface/models/IDirectDebitHistory.js +6 -0
  1413. package/js/types/Interface/models/IDirectDebitHistory.js.map +1 -0
  1414. package/js/types/Interface/models/IDocumentWaitingType.js +6 -0
  1415. package/js/types/Interface/models/IDocumentWaitingType.js.map +1 -0
  1416. package/js/types/Interface/models/IEmployee.js +6 -0
  1417. package/js/types/Interface/models/IEmployee.js.map +1 -0
  1418. package/js/types/Interface/models/IEngagementAccountingEntry.js +6 -0
  1419. package/js/types/Interface/models/IEngagementAccountingEntry.js.map +1 -0
  1420. package/js/types/Interface/models/IEngagementAccountingFile.js +6 -0
  1421. package/js/types/Interface/models/IEngagementAccountingFile.js.map +1 -0
  1422. package/js/types/Interface/models/IEngagementBankTransaction.js +6 -0
  1423. package/js/types/Interface/models/IEngagementBankTransaction.js.map +1 -0
  1424. package/js/types/Interface/models/IEngagementOcrExtraction.js +6 -0
  1425. package/js/types/Interface/models/IEngagementOcrExtraction.js.map +1 -0
  1426. package/js/types/Interface/models/IErrorCode.js +6 -0
  1427. package/js/types/Interface/models/IErrorCode.js.map +1 -0
  1428. package/js/types/Interface/models/IEstimateInvoice.js +6 -0
  1429. package/js/types/Interface/models/IEstimateInvoice.js.map +1 -0
  1430. package/js/types/Interface/models/IEstimateInvoiceRepeat.js +6 -0
  1431. package/js/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -0
  1432. package/js/types/Interface/models/IEstimateInvoiceType.js +6 -0
  1433. package/js/types/Interface/models/IEstimateInvoiceType.js.map +1 -0
  1434. package/js/types/Interface/models/IExercice.js +6 -0
  1435. package/js/types/Interface/models/IExercice.js.map +1 -0
  1436. package/js/types/Interface/models/IExerciceDetail.js +6 -0
  1437. package/js/types/Interface/models/IExerciceDetail.js.map +1 -0
  1438. package/js/types/Interface/models/IExercicePrestation.js +6 -0
  1439. package/js/types/Interface/models/IExercicePrestation.js.map +1 -0
  1440. package/js/types/Interface/models/IFailedLoginAttempt.js +6 -0
  1441. package/js/types/Interface/models/IFailedLoginAttempt.js.map +1 -0
  1442. package/js/types/Interface/models/IFaq.js +6 -0
  1443. package/js/types/Interface/models/IFaq.js.map +1 -0
  1444. package/js/types/Interface/models/IFaqCategory.js +6 -0
  1445. package/js/types/Interface/models/IFaqCategory.js.map +1 -0
  1446. package/js/types/Interface/models/IField.js +6 -0
  1447. package/js/types/Interface/models/IField.js.map +1 -0
  1448. package/js/types/Interface/models/IFile.js +6 -0
  1449. package/js/types/Interface/models/IFile.js.map +1 -0
  1450. package/js/types/Interface/models/IFileMissing.js +6 -0
  1451. package/js/types/Interface/models/IFileMissing.js.map +1 -0
  1452. package/js/types/Interface/models/IFileType.js +6 -0
  1453. package/js/types/Interface/models/IFileType.js.map +1 -0
  1454. package/js/types/Interface/models/IFiscalRegime.js +6 -0
  1455. package/js/types/Interface/models/IFiscalRegime.js.map +1 -0
  1456. package/js/types/Interface/models/IFolderFile.js +6 -0
  1457. package/js/types/Interface/models/IFolderFile.js.map +1 -0
  1458. package/js/types/Interface/models/IFollow.js +6 -0
  1459. package/js/types/Interface/models/IFollow.js.map +1 -0
  1460. package/js/types/Interface/models/IFollowList.js +6 -0
  1461. package/js/types/Interface/models/IFollowList.js.map +1 -0
  1462. package/js/types/Interface/models/IFollowedQualityMail.js +6 -0
  1463. package/js/types/Interface/models/IFollowedQualityMail.js.map +1 -0
  1464. package/js/types/Interface/models/IFollowedQualityMailType.js +6 -0
  1465. package/js/types/Interface/models/IFollowedQualityMailType.js.map +1 -0
  1466. package/js/types/Interface/models/IFormalism.js +6 -0
  1467. package/js/types/Interface/models/IFormalism.js.map +1 -0
  1468. package/js/types/Interface/models/IFormalismValue.js +6 -0
  1469. package/js/types/Interface/models/IFormalismValue.js.map +1 -0
  1470. package/js/types/Interface/models/IFrequency.js +6 -0
  1471. package/js/types/Interface/models/IFrequency.js.map +1 -0
  1472. package/js/types/Interface/models/IFuel.js +6 -0
  1473. package/js/types/Interface/models/IFuel.js.map +1 -0
  1474. package/js/types/Interface/models/IGedCategory.js +6 -0
  1475. package/js/types/Interface/models/IGedCategory.js.map +1 -0
  1476. package/js/types/Interface/models/IGedFile.js +6 -0
  1477. package/js/types/Interface/models/IGedFile.js.map +1 -0
  1478. package/js/types/Interface/models/IGedFileType.js +6 -0
  1479. package/js/types/Interface/models/IGedFileType.js.map +1 -0
  1480. package/js/types/Interface/models/IGedFolder.js +6 -0
  1481. package/js/types/Interface/models/IGedFolder.js.map +1 -0
  1482. package/js/types/Interface/models/IIdentification.js +6 -0
  1483. package/js/types/Interface/models/IIdentification.js.map +1 -0
  1484. package/js/types/Interface/models/IIndependentReview.js +6 -0
  1485. package/js/types/Interface/models/IIndependentReview.js.map +1 -0
  1486. package/js/types/Interface/models/IInterestedByFeature.js +6 -0
  1487. package/js/types/Interface/models/IInterestedByFeature.js.map +1 -0
  1488. package/js/types/Interface/models/IInternalEstimate.js +6 -0
  1489. package/js/types/Interface/models/IInternalEstimate.js.map +1 -0
  1490. package/js/types/Interface/models/IIpTmpBlocked.js +6 -0
  1491. package/js/types/Interface/models/IIpTmpBlocked.js.map +1 -0
  1492. package/js/types/Interface/models/IItemEstimate.js +6 -0
  1493. package/js/types/Interface/models/IItemEstimate.js.map +1 -0
  1494. package/js/types/Interface/models/IJob.js +6 -0
  1495. package/js/types/Interface/models/IJob.js.map +1 -0
  1496. package/js/types/Interface/models/IJobCategory.js +6 -0
  1497. package/js/types/Interface/models/IJobCategory.js.map +1 -0
  1498. package/js/types/Interface/models/IKilometricAllowanceScale.js +6 -0
  1499. package/js/types/Interface/models/IKilometricAllowanceScale.js.map +1 -0
  1500. package/js/types/Interface/models/ILabelPaymentWaiting.js +6 -0
  1501. package/js/types/Interface/models/ILabelPaymentWaiting.js.map +1 -0
  1502. package/js/types/Interface/models/ILegalForm.js +6 -0
  1503. package/js/types/Interface/models/ILegalForm.js.map +1 -0
  1504. package/js/types/Interface/models/ILegalNotice.js +6 -0
  1505. package/js/types/Interface/models/ILegalNotice.js.map +1 -0
  1506. package/js/types/Interface/models/ILetter.js +6 -0
  1507. package/js/types/Interface/models/ILetter.js.map +1 -0
  1508. package/js/types/Interface/models/ILetterType.js +6 -0
  1509. package/js/types/Interface/models/ILetterType.js.map +1 -0
  1510. package/js/types/Interface/models/ILettering.js +6 -0
  1511. package/js/types/Interface/models/ILettering.js.map +1 -0
  1512. package/js/types/Interface/models/ILog.js +6 -0
  1513. package/js/types/Interface/models/ILog.js.map +1 -0
  1514. package/js/types/Interface/models/ILogBi.js +6 -0
  1515. package/js/types/Interface/models/ILogBi.js.map +1 -0
  1516. package/js/types/Interface/models/ILogType.js +6 -0
  1517. package/js/types/Interface/models/ILogType.js.map +1 -0
  1518. package/js/types/Interface/models/IMailAuto.js +6 -0
  1519. package/js/types/Interface/models/IMailAuto.js.map +1 -0
  1520. package/js/types/Interface/models/IMailAutoType.js +6 -0
  1521. package/js/types/Interface/models/IMailAutoType.js.map +1 -0
  1522. package/js/types/Interface/models/IMailSociety.js +6 -0
  1523. package/js/types/Interface/models/IMailSociety.js.map +1 -0
  1524. package/js/types/Interface/models/IMonth.js +6 -0
  1525. package/js/types/Interface/models/IMonth.js.map +1 -0
  1526. package/js/types/Interface/models/INationality.js +6 -0
  1527. package/js/types/Interface/models/INationality.js.map +1 -0
  1528. package/js/types/Interface/models/INature.js +6 -0
  1529. package/js/types/Interface/models/INature.js.map +1 -0
  1530. package/js/types/Interface/models/INote.js +6 -0
  1531. package/js/types/Interface/models/INote.js.map +1 -0
  1532. package/js/types/Interface/models/INotification.js +6 -0
  1533. package/js/types/Interface/models/INotification.js.map +1 -0
  1534. package/js/types/Interface/models/INotificationCodeType.js +6 -0
  1535. package/js/types/Interface/models/INotificationCodeType.js.map +1 -0
  1536. package/js/types/Interface/models/INotificationType.js +6 -0
  1537. package/js/types/Interface/models/INotificationType.js.map +1 -0
  1538. package/js/types/Interface/models/IOldExpertInfo.js +6 -0
  1539. package/js/types/Interface/models/IOldExpertInfo.js.map +1 -0
  1540. package/js/types/Interface/models/IOperationLegalNotice.js +6 -0
  1541. package/js/types/Interface/models/IOperationLegalNotice.js.map +1 -0
  1542. package/js/types/Interface/models/IPageView.js +6 -0
  1543. package/js/types/Interface/models/IPageView.js.map +1 -0
  1544. package/js/types/Interface/models/IPartnerTransaction.js +6 -0
  1545. package/js/types/Interface/models/IPartnerTransaction.js.map +1 -0
  1546. package/js/types/Interface/models/IPartnerTransactionType.js +6 -0
  1547. package/js/types/Interface/models/IPartnerTransactionType.js.map +1 -0
  1548. package/js/types/Interface/models/IPayPlan.js +6 -0
  1549. package/js/types/Interface/models/IPayPlan.js.map +1 -0
  1550. package/js/types/Interface/models/IPayment.js +6 -0
  1551. package/js/types/Interface/models/IPayment.js.map +1 -0
  1552. package/js/types/Interface/models/IPaymentDelay.js +6 -0
  1553. package/js/types/Interface/models/IPaymentDelay.js.map +1 -0
  1554. package/js/types/Interface/models/IPaymentExpectation.js +6 -0
  1555. package/js/types/Interface/models/IPaymentExpectation.js.map +1 -0
  1556. package/js/types/Interface/models/IPaymentExpectationCustomer.js +6 -0
  1557. package/js/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -0
  1558. package/js/types/Interface/models/IPaymentMethod.js +6 -0
  1559. package/js/types/Interface/models/IPaymentMethod.js.map +1 -0
  1560. package/js/types/Interface/models/IPaymentSchedule.js +6 -0
  1561. package/js/types/Interface/models/IPaymentSchedule.js.map +1 -0
  1562. package/js/types/Interface/models/IPaymentWaiting.js +6 -0
  1563. package/js/types/Interface/models/IPaymentWaiting.js.map +1 -0
  1564. package/js/types/Interface/models/IPenalty.js +6 -0
  1565. package/js/types/Interface/models/IPenalty.js.map +1 -0
  1566. package/js/types/Interface/models/IPenaltyType.js +6 -0
  1567. package/js/types/Interface/models/IPenaltyType.js.map +1 -0
  1568. package/js/types/Interface/models/IPendingPoint.js +6 -0
  1569. package/js/types/Interface/models/IPendingPoint.js.map +1 -0
  1570. package/js/types/Interface/models/IPermission.js +6 -0
  1571. package/js/types/Interface/models/IPermission.js.map +1 -0
  1572. package/js/types/Interface/models/IPhoneNumber.js +6 -0
  1573. package/js/types/Interface/models/IPhoneNumber.js.map +1 -0
  1574. package/js/types/Interface/models/IPhonePrefix.js +6 -0
  1575. package/js/types/Interface/models/IPhonePrefix.js.map +1 -0
  1576. package/js/types/Interface/models/IPhonePrefixChild.js +6 -0
  1577. package/js/types/Interface/models/IPhonePrefixChild.js.map +1 -0
  1578. package/js/types/Interface/models/IPrestation.js +6 -0
  1579. package/js/types/Interface/models/IPrestation.js.map +1 -0
  1580. package/js/types/Interface/models/IPrestationComplementary.js +6 -0
  1581. package/js/types/Interface/models/IPrestationComplementary.js.map +1 -0
  1582. package/js/types/Interface/models/IPrestationList.js +6 -0
  1583. package/js/types/Interface/models/IPrestationList.js.map +1 -0
  1584. package/js/types/Interface/models/IPrestationSocial.js +6 -0
  1585. package/js/types/Interface/models/IPrestationSocial.js.map +1 -0
  1586. package/js/types/Interface/models/IProcedure.js +6 -0
  1587. package/js/types/Interface/models/IProcedure.js.map +1 -0
  1588. package/js/types/Interface/models/IProduct.js +6 -0
  1589. package/js/types/Interface/models/IProduct.js.map +1 -0
  1590. package/js/types/Interface/models/IProductType.js +6 -0
  1591. package/js/types/Interface/models/IProductType.js.map +1 -0
  1592. package/js/types/Interface/models/IQuality.js +6 -0
  1593. package/js/types/Interface/models/IQuality.js.map +1 -0
  1594. package/js/types/Interface/models/IQuotaLead.js +6 -0
  1595. package/js/types/Interface/models/IQuotaLead.js.map +1 -0
  1596. package/js/types/Interface/models/IRating.js +6 -0
  1597. package/js/types/Interface/models/IRating.js.map +1 -0
  1598. package/js/types/Interface/models/IReason.js +6 -0
  1599. package/js/types/Interface/models/IReason.js.map +1 -0
  1600. package/js/types/Interface/models/IReasonTermination.js +6 -0
  1601. package/js/types/Interface/models/IReasonTermination.js.map +1 -0
  1602. package/js/types/Interface/models/IRecontactHistory.js +6 -0
  1603. package/js/types/Interface/models/IRecontactHistory.js.map +1 -0
  1604. package/js/types/Interface/models/IRefund.js +6 -0
  1605. package/js/types/Interface/models/IRefund.js.map +1 -0
  1606. package/js/types/Interface/models/IRefundMotif.js +6 -0
  1607. package/js/types/Interface/models/IRefundMotif.js.map +1 -0
  1608. package/js/types/Interface/models/IRegion.js +6 -0
  1609. package/js/types/Interface/models/IRegion.js.map +1 -0
  1610. package/js/types/Interface/models/IRegisterCategory.js +6 -0
  1611. package/js/types/Interface/models/IRegisterCategory.js.map +1 -0
  1612. package/js/types/Interface/models/IRegulate.js +6 -0
  1613. package/js/types/Interface/models/IRegulate.js.map +1 -0
  1614. package/js/types/Interface/models/IRegulation.js +6 -0
  1615. package/js/types/Interface/models/IRegulation.js.map +1 -0
  1616. package/js/types/Interface/models/IRepeatType.js +6 -0
  1617. package/js/types/Interface/models/IRepeatType.js.map +1 -0
  1618. package/js/types/Interface/models/IReport.js +6 -0
  1619. package/js/types/Interface/models/IReport.js.map +1 -0
  1620. package/js/types/Interface/models/IReportMessage.js +6 -0
  1621. package/js/types/Interface/models/IReportMessage.js.map +1 -0
  1622. package/js/types/Interface/models/IReportType.js +6 -0
  1623. package/js/types/Interface/models/IReportType.js.map +1 -0
  1624. package/js/types/Interface/models/IRole.js +6 -0
  1625. package/js/types/Interface/models/IRole.js.map +1 -0
  1626. package/js/types/Interface/models/IRoleUser.js +6 -0
  1627. package/js/types/Interface/models/IRoleUser.js.map +1 -0
  1628. package/js/types/Interface/models/IRoom.js +6 -0
  1629. package/js/types/Interface/models/IRoom.js.map +1 -0
  1630. package/js/types/Interface/models/IRule.js +6 -0
  1631. package/js/types/Interface/models/IRule.js.map +1 -0
  1632. package/js/types/Interface/models/ISchedule.js +6 -0
  1633. package/js/types/Interface/models/ISchedule.js.map +1 -0
  1634. package/js/types/Interface/models/ISector.js +6 -0
  1635. package/js/types/Interface/models/ISector.js.map +1 -0
  1636. package/js/types/Interface/models/ISendMethod.js +6 -0
  1637. package/js/types/Interface/models/ISendMethod.js.map +1 -0
  1638. package/js/types/Interface/models/IService.js +6 -0
  1639. package/js/types/Interface/models/IService.js.map +1 -0
  1640. package/js/types/Interface/models/ISheetMonthSchedule.js +6 -0
  1641. package/js/types/Interface/models/ISheetMonthSchedule.js.map +1 -0
  1642. package/js/types/Interface/models/ISimulation.js +6 -0
  1643. package/js/types/Interface/models/ISimulation.js.map +1 -0
  1644. package/js/types/Interface/models/ISimulationAdditionalFinance.js +6 -0
  1645. package/js/types/Interface/models/ISimulationAdditionalFinance.js.map +1 -0
  1646. package/js/types/Interface/models/ISimulationColor.js +6 -0
  1647. package/js/types/Interface/models/ISimulationColor.js.map +1 -0
  1648. package/js/types/Interface/models/ISimulationElement.js +6 -0
  1649. package/js/types/Interface/models/ISimulationElement.js.map +1 -0
  1650. package/js/types/Interface/models/ISimulationHasBankAccount.js +6 -0
  1651. package/js/types/Interface/models/ISimulationHasBankAccount.js.map +1 -0
  1652. package/js/types/Interface/models/ISimulationPeriod.js +6 -0
  1653. package/js/types/Interface/models/ISimulationPeriod.js.map +1 -0
  1654. package/js/types/Interface/models/ISimulationSummary.js +6 -0
  1655. package/js/types/Interface/models/ISimulationSummary.js.map +1 -0
  1656. package/js/types/Interface/models/ISms.js +6 -0
  1657. package/js/types/Interface/models/ISms.js.map +1 -0
  1658. package/js/types/Interface/models/ISmsType.js +6 -0
  1659. package/js/types/Interface/models/ISmsType.js.map +1 -0
  1660. package/js/types/Interface/models/ISocialDetail.js +6 -0
  1661. package/js/types/Interface/models/ISocialDetail.js.map +1 -0
  1662. package/js/types/Interface/models/ISociety.js +6 -0
  1663. package/js/types/Interface/models/ISociety.js.map +1 -0
  1664. package/js/types/Interface/models/ISocietyAction.js +6 -0
  1665. package/js/types/Interface/models/ISocietyAction.js.map +1 -0
  1666. package/js/types/Interface/models/ISocietyApproval.js +6 -0
  1667. package/js/types/Interface/models/ISocietyApproval.js.map +1 -0
  1668. package/js/types/Interface/models/ISocietyBank.js +6 -0
  1669. package/js/types/Interface/models/ISocietyBank.js.map +1 -0
  1670. package/js/types/Interface/models/ISocietyBudgetConnection.js +6 -0
  1671. package/js/types/Interface/models/ISocietyBudgetConnection.js.map +1 -0
  1672. package/js/types/Interface/models/ISocietyCgv.js +6 -0
  1673. package/js/types/Interface/models/ISocietyCgv.js.map +1 -0
  1674. package/js/types/Interface/models/ISocietyConfig.js +6 -0
  1675. package/js/types/Interface/models/ISocietyConfig.js.map +1 -0
  1676. package/js/types/Interface/models/ISocietyConfigBalanceSheet.js +6 -0
  1677. package/js/types/Interface/models/ISocietyConfigBalanceSheet.js.map +1 -0
  1678. package/js/types/Interface/models/ISocietyDetail.js +6 -0
  1679. package/js/types/Interface/models/ISocietyDetail.js.map +1 -0
  1680. package/js/types/Interface/models/ISocietyFile.js +6 -0
  1681. package/js/types/Interface/models/ISocietyFile.js.map +1 -0
  1682. package/js/types/Interface/models/ISocietyGescom.js +6 -0
  1683. package/js/types/Interface/models/ISocietyGescom.js.map +1 -0
  1684. package/js/types/Interface/models/ISocietyJuridical.js +6 -0
  1685. package/js/types/Interface/models/ISocietyJuridical.js.map +1 -0
  1686. package/js/types/Interface/models/ISocietyNote.js +6 -0
  1687. package/js/types/Interface/models/ISocietyNote.js.map +1 -0
  1688. package/js/types/Interface/models/ISocietyPartner.js +6 -0
  1689. package/js/types/Interface/models/ISocietyPartner.js.map +1 -0
  1690. package/js/types/Interface/models/ISocietyProceeding.js +6 -0
  1691. package/js/types/Interface/models/ISocietyProceeding.js.map +1 -0
  1692. package/js/types/Interface/models/ISocietyProcessRegister.js +6 -0
  1693. package/js/types/Interface/models/ISocietyProcessRegister.js.map +1 -0
  1694. package/js/types/Interface/models/ISocietyRelance.js +6 -0
  1695. package/js/types/Interface/models/ISocietyRelance.js.map +1 -0
  1696. package/js/types/Interface/models/ISocietySocial.js +6 -0
  1697. package/js/types/Interface/models/ISocietySocial.js.map +1 -0
  1698. package/js/types/Interface/models/ISocietySoftware.js +6 -0
  1699. package/js/types/Interface/models/ISocietySoftware.js.map +1 -0
  1700. package/js/types/Interface/models/ISocietyStat.js +6 -0
  1701. package/js/types/Interface/models/ISocietyStat.js.map +1 -0
  1702. package/js/types/Interface/models/ISocietyVehicle.js +6 -0
  1703. package/js/types/Interface/models/ISocietyVehicle.js.map +1 -0
  1704. package/js/types/Interface/models/ISoftwareCompta.js +6 -0
  1705. package/js/types/Interface/models/ISoftwareCompta.js.map +1 -0
  1706. package/js/types/Interface/models/ISource.js +6 -0
  1707. package/js/types/Interface/models/ISource.js.map +1 -0
  1708. package/js/types/Interface/models/ISpecialOperation.js +6 -0
  1709. package/js/types/Interface/models/ISpecialOperation.js.map +1 -0
  1710. package/js/types/Interface/models/ISponsorshipLink.js +6 -0
  1711. package/js/types/Interface/models/ISponsorshipLink.js.map +1 -0
  1712. package/js/types/Interface/models/IStatusSignature.js +6 -0
  1713. package/js/types/Interface/models/IStatusSignature.js.map +1 -0
  1714. package/js/types/Interface/models/IStripeEvent.js +6 -0
  1715. package/js/types/Interface/models/IStripeEvent.js.map +1 -0
  1716. package/js/types/Interface/models/IStripeEventType.js +6 -0
  1717. package/js/types/Interface/models/IStripeEventType.js.map +1 -0
  1718. package/js/types/Interface/models/ISubscriptionType.js +6 -0
  1719. package/js/types/Interface/models/ISubscriptionType.js.map +1 -0
  1720. package/js/types/Interface/models/ISupervision.js +6 -0
  1721. package/js/types/Interface/models/ISupervision.js.map +1 -0
  1722. package/js/types/Interface/models/ISupervisionJob.js +6 -0
  1723. package/js/types/Interface/models/ISupervisionJob.js.map +1 -0
  1724. package/js/types/Interface/models/ISupervisionPendingPoint.js +6 -0
  1725. package/js/types/Interface/models/ISupervisionPendingPoint.js.map +1 -0
  1726. package/js/types/Interface/models/ITag.js +6 -0
  1727. package/js/types/Interface/models/ITag.js.map +1 -0
  1728. package/js/types/Interface/models/ITask.js +6 -0
  1729. package/js/types/Interface/models/ITask.js.map +1 -0
  1730. package/js/types/Interface/models/ITaxSystem.js +6 -0
  1731. package/js/types/Interface/models/ITaxSystem.js.map +1 -0
  1732. package/js/types/Interface/models/ITeam.js +6 -0
  1733. package/js/types/Interface/models/ITeam.js.map +1 -0
  1734. package/js/types/Interface/models/ITeamBusinessLine.js +6 -0
  1735. package/js/types/Interface/models/ITeamBusinessLine.js.map +1 -0
  1736. package/js/types/Interface/models/ITerminationList.js +6 -0
  1737. package/js/types/Interface/models/ITerminationList.js.map +1 -0
  1738. package/js/types/Interface/models/IThirdParty.js +6 -0
  1739. package/js/types/Interface/models/IThirdParty.js.map +1 -0
  1740. package/js/types/Interface/models/IThirdPartySociety.js +6 -0
  1741. package/js/types/Interface/models/IThirdPartySociety.js.map +1 -0
  1742. package/js/types/Interface/models/IThirdPartyType.js +6 -0
  1743. package/js/types/Interface/models/IThirdPartyType.js.map +1 -0
  1744. package/js/types/Interface/models/ITicketSupport.js +6 -0
  1745. package/js/types/Interface/models/ITicketSupport.js.map +1 -0
  1746. package/js/types/Interface/models/ITicketSupportFollow.js +6 -0
  1747. package/js/types/Interface/models/ITicketSupportFollow.js.map +1 -0
  1748. package/js/types/Interface/models/ITimeTracking.js +6 -0
  1749. package/js/types/Interface/models/ITimeTracking.js.map +1 -0
  1750. package/js/types/Interface/models/ITimeTrackingSource.js +6 -0
  1751. package/js/types/Interface/models/ITimeTrackingSource.js.map +1 -0
  1752. package/js/types/Interface/models/ITmpValidationToken.js +6 -0
  1753. package/js/types/Interface/models/ITmpValidationToken.js.map +1 -0
  1754. package/js/types/Interface/models/IUnit.js +6 -0
  1755. package/js/types/Interface/models/IUnit.js.map +1 -0
  1756. package/js/types/Interface/models/IUser.js +6 -0
  1757. package/js/types/Interface/models/IUser.js.map +1 -0
  1758. package/js/types/Interface/models/IUserNotification.js +6 -0
  1759. package/js/types/Interface/models/IUserNotification.js.map +1 -0
  1760. package/js/types/Interface/models/IUserSocietyPermission.js +6 -0
  1761. package/js/types/Interface/models/IUserSocietyPermission.js.map +1 -0
  1762. package/js/types/Interface/models/IUserSocietyTicketSupport.js +6 -0
  1763. package/js/types/Interface/models/IUserSocietyTicketSupport.js.map +1 -0
  1764. package/js/types/Interface/models/IUserTeam.js +6 -0
  1765. package/js/types/Interface/models/IUserTeam.js.map +1 -0
  1766. package/js/types/Interface/models/IUserTest.js +6 -0
  1767. package/js/types/Interface/models/IUserTest.js.map +1 -0
  1768. package/js/types/Interface/models/IVat.js +6 -0
  1769. package/js/types/Interface/models/IVat.js.map +1 -0
  1770. package/js/types/Interface/models/IVatDeclaration.js +6 -0
  1771. package/js/types/Interface/models/IVatDeclaration.js.map +1 -0
  1772. package/js/types/Interface/models/IVatDeclarationCertificate.js +6 -0
  1773. package/js/types/Interface/models/IVatDeclarationCertificate.js.map +1 -0
  1774. package/js/types/Interface/models/IVatDeclarationSocietyDetail.js +6 -0
  1775. package/js/types/Interface/models/IVatDeclarationSocietyDetail.js.map +1 -0
  1776. package/js/types/Interface/models/IVatMargin.js +6 -0
  1777. package/js/types/Interface/models/IVatMargin.js.map +1 -0
  1778. package/js/types/Interface/models/IVatRegime.js +6 -0
  1779. package/js/types/Interface/models/IVatRegime.js.map +1 -0
  1780. package/js/types/Interface/models/IVehicleType.js +6 -0
  1781. package/js/types/Interface/models/IVehicleType.js.map +1 -0
  1782. package/js/types/Interface/models/IWebMail.js +6 -0
  1783. package/js/types/Interface/models/IWebMail.js.map +1 -0
  1784. package/js/types/Interface/models/IWebMailAttachment.js +6 -0
  1785. package/js/types/Interface/models/IWebMailAttachment.js.map +1 -0
  1786. package/js/types/Interface/models/IWebMailSpam.js +6 -0
  1787. package/js/types/Interface/models/IWebMailSpam.js.map +1 -0
  1788. package/js/types/Interface/models/IWebMailSpamType.js +6 -0
  1789. package/js/types/Interface/models/IWebMailSpamType.js.map +1 -0
  1790. package/js/types/Interface/models/IWebMailStat.js +6 -0
  1791. package/js/types/Interface/models/IWebMailStat.js.map +1 -0
  1792. package/js/types/Interface/models/IWebMailType.js +6 -0
  1793. package/js/types/Interface/models/IWebMailType.js.map +1 -0
  1794. package/js/types/Interface/models/IWorkingSchedule.js +6 -0
  1795. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -0
  1796. package/js/types/index.js +3402 -0
  1797. package/js/types/index.js.map +1 -0
  1798. package/js/utils/index.js +18 -0
  1799. package/js/utils/index.js.map +1 -0
  1800. package/js/utils/logger.js +2 -0
  1801. package/js/utils/logger.js.map +1 -0
  1802. package/js/utils/objectUtils/BaseEntity.js +6 -0
  1803. package/js/utils/objectUtils/BaseEntity.js.map +1 -0
  1804. package/js/utils/objectUtils/flattenObject.js +27 -0
  1805. package/js/utils/objectUtils/flattenObject.js.map +1 -0
  1806. package/js/utils/objectUtils/fullFlattenObject.js +23 -0
  1807. package/js/utils/objectUtils/fullFlattenObject.js.map +1 -0
  1808. package/js/utils/objectUtils/index.js +78 -0
  1809. package/js/utils/objectUtils/index.js.map +1 -0
  1810. package/js/utils/objectUtils/isValidObject.js +22 -0
  1811. package/js/utils/objectUtils/isValidObject.js.map +1 -0
  1812. package/js/utils/objectUtils/overwrite.js +6 -0
  1813. package/js/utils/objectUtils/overwrite.js.map +1 -0
  1814. package/js/utils/objectUtils/unflattenObject.js +25 -0
  1815. package/js/utils/objectUtils/unflattenObject.js.map +1 -0
  1816. package/package.json +101 -0
  1817. package/table.json +267 -0
  1818. package/ts/api/Resource.ts +15 -0
  1819. package/ts/api/index.ts +50 -0
  1820. package/ts/api/resources/Country.ts +8 -0
  1821. package/ts/api/resources/Simulation.ts +8 -0
  1822. package/ts/api/resources.ts +7 -0
  1823. package/ts/index.ts +4 -0
  1824. package/ts/types/Enum/ComptaType.ts +8 -0
  1825. package/ts/types/Enum/Country.ts +12 -0
  1826. package/ts/types/Enum/Ged.ts +47 -0
  1827. package/ts/types/Enum/LegalForm.ts +161 -0
  1828. package/ts/types/Enum/Role.ts +25 -0
  1829. package/ts/types/Enum/Sector.ts +6 -0
  1830. package/ts/types/Enum/Simulation.ts +26 -0
  1831. package/ts/types/Enum/SubscriptionType.ts +5 -0
  1832. package/ts/types/Enum/TypeConnector.ts +13 -0
  1833. package/ts/types/Enum/Vat.ts +65 -0
  1834. package/ts/types/Enum/VatRegime.ts +6 -0
  1835. package/ts/types/Form/FormAuthenticate.ts +6 -0
  1836. package/ts/types/Form/FormConnector.ts +34 -0
  1837. package/ts/types/Form/FormPaymentExpectationCustomer.ts +12 -0
  1838. package/ts/types/Interface/api/accountingEntry/CreateAccountingEntry.ts +15 -0
  1839. package/ts/types/Interface/api/businessPartner/ReadBusinessPartner.ts +9 -0
  1840. package/ts/types/Interface/api/simulation/CreateSimulation.ts +106 -0
  1841. package/ts/types/Interface/api/simulation/ReadSimulation.ts +14 -0
  1842. package/ts/types/Interface/api/society/ReadSociety.ts +5 -0
  1843. package/ts/types/Interface/models/IAbsenceType.ts +8 -0
  1844. package/ts/types/Interface/models/IAccessToken.ts +10 -0
  1845. package/ts/types/Interface/models/IAccount.ts +51 -0
  1846. package/ts/types/Interface/models/IAccountDetail.ts +24 -0
  1847. package/ts/types/Interface/models/IAccountHelp.ts +9 -0
  1848. package/ts/types/Interface/models/IAccountType.ts +10 -0
  1849. package/ts/types/Interface/models/IAccountantTracker.ts +13 -0
  1850. package/ts/types/Interface/models/IAccountingEntry.ts +30 -0
  1851. package/ts/types/Interface/models/IAccountingFile.ts +34 -0
  1852. package/ts/types/Interface/models/IAccountingFileType.ts +8 -0
  1853. package/ts/types/Interface/models/IAccountingJournal.ts +8 -0
  1854. package/ts/types/Interface/models/IAccountingState.ts +23 -0
  1855. package/ts/types/Interface/models/IAccountingStateType.ts +8 -0
  1856. package/ts/types/Interface/models/IAccountingTransaction.ts +67 -0
  1857. package/ts/types/Interface/models/IAccountsSocieties.ts +10 -0
  1858. package/ts/types/Interface/models/IActivity.ts +8 -0
  1859. package/ts/types/Interface/models/IAdditionalBalance.ts +16 -0
  1860. package/ts/types/Interface/models/IAlert.ts +18 -0
  1861. package/ts/types/Interface/models/IAllowedIp.ts +11 -0
  1862. package/ts/types/Interface/models/IAnalyticsUtm.ts +18 -0
  1863. package/ts/types/Interface/models/IApiError.ts +24 -0
  1864. package/ts/types/Interface/models/IAppConfig.ts +9 -0
  1865. package/ts/types/Interface/models/IAreasInvoice.ts +18 -0
  1866. package/ts/types/Interface/models/IAskAbsence.ts +33 -0
  1867. package/ts/types/Interface/models/IAskAbsenceTimes.ts +16 -0
  1868. package/ts/types/Interface/models/IAttachmentFile.ts +21 -0
  1869. package/ts/types/Interface/models/IAttestation.ts +41 -0
  1870. package/ts/types/Interface/models/IAttributionHistory.ts +21 -0
  1871. package/ts/types/Interface/models/IAutoLoginToken.ts +11 -0
  1872. package/ts/types/Interface/models/IBalanceBankAccount.ts +10 -0
  1873. package/ts/types/Interface/models/IBalanceSheet.ts +19 -0
  1874. package/ts/types/Interface/models/IBalanceSheetHistory.ts +20 -0
  1875. package/ts/types/Interface/models/IBalanceSheetLiquidation.ts +18 -0
  1876. package/ts/types/Interface/models/IBalanceSheetPartial.ts +18 -0
  1877. package/ts/types/Interface/models/IBankAccount.ts +43 -0
  1878. package/ts/types/Interface/models/IBankAccountSynchroHistory.ts +16 -0
  1879. package/ts/types/Interface/models/IBankConnection.ts +16 -0
  1880. package/ts/types/Interface/models/IBankList.ts +21 -0
  1881. package/ts/types/Interface/models/IBankTransaction.ts +38 -0
  1882. package/ts/types/Interface/models/IBrandType.ts +9 -0
  1883. package/ts/types/Interface/models/IBusinessLine.ts +14 -0
  1884. package/ts/types/Interface/models/IBusinessPartner.ts +46 -0
  1885. package/ts/types/Interface/models/ICalendarEvent.ts +35 -0
  1886. package/ts/types/Interface/models/ICalendarEventUser.ts +9 -0
  1887. package/ts/types/Interface/models/ICallDirectly.ts +30 -0
  1888. package/ts/types/Interface/models/ICashDeskTransactionType.ts +8 -0
  1889. package/ts/types/Interface/models/ICategory.ts +10 -0
  1890. package/ts/types/Interface/models/ICerfaType.ts +6 -0
  1891. package/ts/types/Interface/models/ICerfaValue.ts +15 -0
  1892. package/ts/types/Interface/models/IChangeLog.ts +12 -0
  1893. package/ts/types/Interface/models/IChannelType.ts +6 -0
  1894. package/ts/types/Interface/models/IChecklist.ts +25 -0
  1895. package/ts/types/Interface/models/IChecklistCategoryType.ts +14 -0
  1896. package/ts/types/Interface/models/IChecklistDetail.ts +18 -0
  1897. package/ts/types/Interface/models/IChecklistType.ts +20 -0
  1898. package/ts/types/Interface/models/ICivility.ts +8 -0
  1899. package/ts/types/Interface/models/IColor.ts +8 -0
  1900. package/ts/types/Interface/models/IComment.ts +25 -0
  1901. package/ts/types/Interface/models/ICommentType.ts +6 -0
  1902. package/ts/types/Interface/models/IComptaHistoryType.ts +11 -0
  1903. package/ts/types/Interface/models/IComptaType.ts +9 -0
  1904. package/ts/types/Interface/models/IConnector.ts +24 -0
  1905. package/ts/types/Interface/models/IConnectorType.ts +8 -0
  1906. package/ts/types/Interface/models/IContractType.ts +8 -0
  1907. package/ts/types/Interface/models/ICotation.ts +10 -0
  1908. package/ts/types/Interface/models/ICountry.ts +8 -0
  1909. package/ts/types/Interface/models/ICurrency.ts +10 -0
  1910. package/ts/types/Interface/models/ICustomerIsRegime.ts +22 -0
  1911. package/ts/types/Interface/models/ICustomerSignature.ts +29 -0
  1912. package/ts/types/Interface/models/ICustomerTva.ts +31 -0
  1913. package/ts/types/Interface/models/ICustomisation.ts +12 -0
  1914. package/ts/types/Interface/models/ICustomizationType.ts +8 -0
  1915. package/ts/types/Interface/models/ICycle.ts +14 -0
  1916. package/ts/types/Interface/models/IDay.ts +8 -0
  1917. package/ts/types/Interface/models/IDetailedLogBi.ts +20 -0
  1918. package/ts/types/Interface/models/IDirectDebitHistory.ts +13 -0
  1919. package/ts/types/Interface/models/IDocumentWaitingType.ts +10 -0
  1920. package/ts/types/Interface/models/IEmployee.ts +66 -0
  1921. package/ts/types/Interface/models/IEngagementAccountingEntry.ts +31 -0
  1922. package/ts/types/Interface/models/IEngagementAccountingFile.ts +47 -0
  1923. package/ts/types/Interface/models/IEngagementBankTransaction.ts +39 -0
  1924. package/ts/types/Interface/models/IEngagementOcrExtraction.ts +31 -0
  1925. package/ts/types/Interface/models/IErrorCode.ts +9 -0
  1926. package/ts/types/Interface/models/IEstimateInvoice.ts +73 -0
  1927. package/ts/types/Interface/models/IEstimateInvoiceRepeat.ts +14 -0
  1928. package/ts/types/Interface/models/IEstimateInvoiceType.ts +8 -0
  1929. package/ts/types/Interface/models/IExercice.ts +57 -0
  1930. package/ts/types/Interface/models/IExerciceDetail.ts +17 -0
  1931. package/ts/types/Interface/models/IExercicePrestation.ts +26 -0
  1932. package/ts/types/Interface/models/IFailedLoginAttempt.ts +14 -0
  1933. package/ts/types/Interface/models/IFaq.ts +19 -0
  1934. package/ts/types/Interface/models/IFaqCategory.ts +6 -0
  1935. package/ts/types/Interface/models/IField.ts +8 -0
  1936. package/ts/types/Interface/models/IFile.ts +21 -0
  1937. package/ts/types/Interface/models/IFileMissing.ts +14 -0
  1938. package/ts/types/Interface/models/IFileType.ts +9 -0
  1939. package/ts/types/Interface/models/IFiscalRegime.ts +8 -0
  1940. package/ts/types/Interface/models/IFolderFile.ts +8 -0
  1941. package/ts/types/Interface/models/IFollow.ts +19 -0
  1942. package/ts/types/Interface/models/IFollowList.ts +7 -0
  1943. package/ts/types/Interface/models/IFollowedQualityMail.ts +17 -0
  1944. package/ts/types/Interface/models/IFollowedQualityMailType.ts +8 -0
  1945. package/ts/types/Interface/models/IFormalism.ts +27 -0
  1946. package/ts/types/Interface/models/IFormalismValue.ts +17 -0
  1947. package/ts/types/Interface/models/IFrequency.ts +8 -0
  1948. package/ts/types/Interface/models/IFuel.ts +8 -0
  1949. package/ts/types/Interface/models/IGedCategory.ts +14 -0
  1950. package/ts/types/Interface/models/IGedFile.ts +28 -0
  1951. package/ts/types/Interface/models/IGedFileType.ts +9 -0
  1952. package/ts/types/Interface/models/IGedFolder.ts +15 -0
  1953. package/ts/types/Interface/models/IIdentification.ts +22 -0
  1954. package/ts/types/Interface/models/IIndependentReview.ts +16 -0
  1955. package/ts/types/Interface/models/IInterestedByFeature.ts +15 -0
  1956. package/ts/types/Interface/models/IInternalEstimate.ts +15 -0
  1957. package/ts/types/Interface/models/IIpTmpBlocked.ts +8 -0
  1958. package/ts/types/Interface/models/IItemEstimate.ts +30 -0
  1959. package/ts/types/Interface/models/IJob.ts +16 -0
  1960. package/ts/types/Interface/models/IJobCategory.ts +13 -0
  1961. package/ts/types/Interface/models/IKilometricAllowanceScale.ts +10 -0
  1962. package/ts/types/Interface/models/ILabelPaymentWaiting.ts +8 -0
  1963. package/ts/types/Interface/models/ILegalForm.ts +10 -0
  1964. package/ts/types/Interface/models/ILegalNotice.ts +29 -0
  1965. package/ts/types/Interface/models/ILetter.ts +29 -0
  1966. package/ts/types/Interface/models/ILetterType.ts +8 -0
  1967. package/ts/types/Interface/models/ILettering.ts +19 -0
  1968. package/ts/types/Interface/models/ILog.ts +26 -0
  1969. package/ts/types/Interface/models/ILogBi.ts +13 -0
  1970. package/ts/types/Interface/models/ILogType.ts +10 -0
  1971. package/ts/types/Interface/models/IMailAuto.ts +23 -0
  1972. package/ts/types/Interface/models/IMailAutoType.ts +6 -0
  1973. package/ts/types/Interface/models/IMailSociety.ts +9 -0
  1974. package/ts/types/Interface/models/IMonth.ts +8 -0
  1975. package/ts/types/Interface/models/INationality.ts +8 -0
  1976. package/ts/types/Interface/models/INature.ts +8 -0
  1977. package/ts/types/Interface/models/INote.ts +9 -0
  1978. package/ts/types/Interface/models/INotification.ts +24 -0
  1979. package/ts/types/Interface/models/INotificationCodeType.ts +10 -0
  1980. package/ts/types/Interface/models/INotificationType.ts +9 -0
  1981. package/ts/types/Interface/models/IOldExpertInfo.ts +27 -0
  1982. package/ts/types/Interface/models/IOperationLegalNotice.ts +8 -0
  1983. package/ts/types/Interface/models/IPageView.ts +14 -0
  1984. package/ts/types/Interface/models/IPartnerTransaction.ts +17 -0
  1985. package/ts/types/Interface/models/IPartnerTransactionType.ts +8 -0
  1986. package/ts/types/Interface/models/IPayPlan.ts +8 -0
  1987. package/ts/types/Interface/models/IPayment.ts +34 -0
  1988. package/ts/types/Interface/models/IPaymentDelay.ts +8 -0
  1989. package/ts/types/Interface/models/IPaymentExpectation.ts +24 -0
  1990. package/ts/types/Interface/models/IPaymentExpectationCustomer.ts +26 -0
  1991. package/ts/types/Interface/models/IPaymentMethod.ts +10 -0
  1992. package/ts/types/Interface/models/IPaymentSchedule.ts +17 -0
  1993. package/ts/types/Interface/models/IPaymentWaiting.ts +23 -0
  1994. package/ts/types/Interface/models/IPenalty.ts +31 -0
  1995. package/ts/types/Interface/models/IPenaltyType.ts +8 -0
  1996. package/ts/types/Interface/models/IPendingPoint.ts +21 -0
  1997. package/ts/types/Interface/models/IPermission.ts +20 -0
  1998. package/ts/types/Interface/models/IPhoneNumber.ts +11 -0
  1999. package/ts/types/Interface/models/IPhonePrefix.ts +14 -0
  2000. package/ts/types/Interface/models/IPhonePrefixChild.ts +9 -0
  2001. package/ts/types/Interface/models/IPrestation.ts +57 -0
  2002. package/ts/types/Interface/models/IPrestationComplementary.ts +36 -0
  2003. package/ts/types/Interface/models/IPrestationList.ts +22 -0
  2004. package/ts/types/Interface/models/IPrestationSocial.ts +8 -0
  2005. package/ts/types/Interface/models/IProcedure.ts +8 -0
  2006. package/ts/types/Interface/models/IProduct.ts +30 -0
  2007. package/ts/types/Interface/models/IProductType.ts +8 -0
  2008. package/ts/types/Interface/models/IQuality.ts +8 -0
  2009. package/ts/types/Interface/models/IQuotaLead.ts +18 -0
  2010. package/ts/types/Interface/models/IRating.ts +17 -0
  2011. package/ts/types/Interface/models/IReason.ts +8 -0
  2012. package/ts/types/Interface/models/IReasonTermination.ts +8 -0
  2013. package/ts/types/Interface/models/IRecontactHistory.ts +9 -0
  2014. package/ts/types/Interface/models/IRefund.ts +26 -0
  2015. package/ts/types/Interface/models/IRefundMotif.ts +8 -0
  2016. package/ts/types/Interface/models/IRegion.ts +8 -0
  2017. package/ts/types/Interface/models/IRegisterCategory.ts +8 -0
  2018. package/ts/types/Interface/models/IRegulate.ts +10 -0
  2019. package/ts/types/Interface/models/IRegulation.ts +26 -0
  2020. package/ts/types/Interface/models/IRepeatType.ts +8 -0
  2021. package/ts/types/Interface/models/IReport.ts +24 -0
  2022. package/ts/types/Interface/models/IReportMessage.ts +15 -0
  2023. package/ts/types/Interface/models/IReportType.ts +9 -0
  2024. package/ts/types/Interface/models/IRole.ts +14 -0
  2025. package/ts/types/Interface/models/IRoleUser.ts +9 -0
  2026. package/ts/types/Interface/models/IRoom.ts +8 -0
  2027. package/ts/types/Interface/models/IRule.ts +26 -0
  2028. package/ts/types/Interface/models/ISchedule.ts +13 -0
  2029. package/ts/types/Interface/models/ISector.ts +8 -0
  2030. package/ts/types/Interface/models/ISendMethod.ts +8 -0
  2031. package/ts/types/Interface/models/IService.ts +8 -0
  2032. package/ts/types/Interface/models/ISheetMonthSchedule.ts +45 -0
  2033. package/ts/types/Interface/models/ISimulation.ts +27 -0
  2034. package/ts/types/Interface/models/ISimulationAdditionalFinance.ts +9 -0
  2035. package/ts/types/Interface/models/ISimulationColor.ts +8 -0
  2036. package/ts/types/Interface/models/ISimulationElement.ts +28 -0
  2037. package/ts/types/Interface/models/ISimulationHasBankAccount.ts +9 -0
  2038. package/ts/types/Interface/models/ISimulationPeriod.ts +16 -0
  2039. package/ts/types/Interface/models/ISimulationSummary.ts +19 -0
  2040. package/ts/types/Interface/models/ISms.ts +25 -0
  2041. package/ts/types/Interface/models/ISmsType.ts +8 -0
  2042. package/ts/types/Interface/models/ISocialDetail.ts +12 -0
  2043. package/ts/types/Interface/models/ISociety.ts +185 -0
  2044. package/ts/types/Interface/models/ISocietyAction.ts +28 -0
  2045. package/ts/types/Interface/models/ISocietyApproval.ts +32 -0
  2046. package/ts/types/Interface/models/ISocietyBank.ts +13 -0
  2047. package/ts/types/Interface/models/ISocietyBudgetConnection.ts +10 -0
  2048. package/ts/types/Interface/models/ISocietyCgv.ts +9 -0
  2049. package/ts/types/Interface/models/ISocietyConfig.ts +25 -0
  2050. package/ts/types/Interface/models/ISocietyConfigBalanceSheet.ts +21 -0
  2051. package/ts/types/Interface/models/ISocietyDetail.ts +106 -0
  2052. package/ts/types/Interface/models/ISocietyFile.ts +20 -0
  2053. package/ts/types/Interface/models/ISocietyGescom.ts +36 -0
  2054. package/ts/types/Interface/models/ISocietyJuridical.ts +15 -0
  2055. package/ts/types/Interface/models/ISocietyNote.ts +8 -0
  2056. package/ts/types/Interface/models/ISocietyPartner.ts +18 -0
  2057. package/ts/types/Interface/models/ISocietyProceeding.ts +21 -0
  2058. package/ts/types/Interface/models/ISocietyProcessRegister.ts +11 -0
  2059. package/ts/types/Interface/models/ISocietyRelance.ts +23 -0
  2060. package/ts/types/Interface/models/ISocietySocial.ts +21 -0
  2061. package/ts/types/Interface/models/ISocietySoftware.ts +16 -0
  2062. package/ts/types/Interface/models/ISocietyStat.ts +12 -0
  2063. package/ts/types/Interface/models/ISocietyVehicle.ts +27 -0
  2064. package/ts/types/Interface/models/ISoftwareCompta.ts +6 -0
  2065. package/ts/types/Interface/models/ISource.ts +11 -0
  2066. package/ts/types/Interface/models/ISpecialOperation.ts +24 -0
  2067. package/ts/types/Interface/models/ISponsorshipLink.ts +10 -0
  2068. package/ts/types/Interface/models/IStatusSignature.ts +8 -0
  2069. package/ts/types/Interface/models/IStripeEvent.ts +13 -0
  2070. package/ts/types/Interface/models/IStripeEventType.ts +8 -0
  2071. package/ts/types/Interface/models/ISubscriptionType.ts +9 -0
  2072. package/ts/types/Interface/models/ISupervision.ts +41 -0
  2073. package/ts/types/Interface/models/ISupervisionJob.ts +9 -0
  2074. package/ts/types/Interface/models/ISupervisionPendingPoint.ts +22 -0
  2075. package/ts/types/Interface/models/ITag.ts +9 -0
  2076. package/ts/types/Interface/models/ITask.ts +11 -0
  2077. package/ts/types/Interface/models/ITaxSystem.ts +8 -0
  2078. package/ts/types/Interface/models/ITeam.ts +16 -0
  2079. package/ts/types/Interface/models/ITeamBusinessLine.ts +9 -0
  2080. package/ts/types/Interface/models/ITerminationList.ts +28 -0
  2081. package/ts/types/Interface/models/IThirdParty.ts +40 -0
  2082. package/ts/types/Interface/models/IThirdPartySociety.ts +10 -0
  2083. package/ts/types/Interface/models/IThirdPartyType.ts +8 -0
  2084. package/ts/types/Interface/models/ITicketSupport.ts +11 -0
  2085. package/ts/types/Interface/models/ITicketSupportFollow.ts +11 -0
  2086. package/ts/types/Interface/models/ITimeTracking.ts +25 -0
  2087. package/ts/types/Interface/models/ITimeTrackingSource.ts +8 -0
  2088. package/ts/types/Interface/models/ITmpValidationToken.ts +15 -0
  2089. package/ts/types/Interface/models/IUnit.ts +9 -0
  2090. package/ts/types/Interface/models/IUser.ts +93 -0
  2091. package/ts/types/Interface/models/IUserNotification.ts +10 -0
  2092. package/ts/types/Interface/models/IUserSocietyPermission.ts +18 -0
  2093. package/ts/types/Interface/models/IUserSocietyTicketSupport.ts +10 -0
  2094. package/ts/types/Interface/models/IUserTeam.ts +16 -0
  2095. package/ts/types/Interface/models/IUserTest.ts +21 -0
  2096. package/ts/types/Interface/models/IVat.ts +11 -0
  2097. package/ts/types/Interface/models/IVatDeclaration.ts +118 -0
  2098. package/ts/types/Interface/models/IVatDeclarationCertificate.ts +17 -0
  2099. package/ts/types/Interface/models/IVatDeclarationSocietyDetail.ts +24 -0
  2100. package/ts/types/Interface/models/IVatMargin.ts +8 -0
  2101. package/ts/types/Interface/models/IVatRegime.ts +9 -0
  2102. package/ts/types/Interface/models/IVehicleType.ts +8 -0
  2103. package/ts/types/Interface/models/IWebMail.ts +68 -0
  2104. package/ts/types/Interface/models/IWebMailAttachment.ts +9 -0
  2105. package/ts/types/Interface/models/IWebMailSpam.ts +9 -0
  2106. package/ts/types/Interface/models/IWebMailSpamType.ts +8 -0
  2107. package/ts/types/Interface/models/IWebMailStat.ts +10 -0
  2108. package/ts/types/Interface/models/IWebMailType.ts +8 -0
  2109. package/ts/types/Interface/models/IWorkingSchedule.ts +19 -0
  2110. package/ts/types/index.ts +291 -0
  2111. package/ts/utils/index.ts +1 -0
  2112. package/ts/utils/logger.ts +0 -0
  2113. package/ts/utils/objectUtils/BaseEntity.ts +2 -0
  2114. package/ts/utils/objectUtils/flattenObject.ts +20 -0
  2115. package/ts/utils/objectUtils/fullFlattenObject.ts +15 -0
  2116. package/ts/utils/objectUtils/index.ts +6 -0
  2117. package/ts/utils/objectUtils/isValidObject.ts +13 -0
  2118. package/ts/utils/objectUtils/overwrite.ts +4 -0
  2119. package/ts/utils/objectUtils/unflattenObject.ts +18 -0
  2120. package/yarn-error.log +5882 -0
@@ -0,0 +1,3402 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ var _IApiError = require("./Interface/models/IApiError");
8
+
9
+ Object.keys(_IApiError).forEach(function (key) {
10
+ if (key === "default" || key === "__esModule") return;
11
+ Object.defineProperty(exports, key, {
12
+ enumerable: true,
13
+ get: function () {
14
+ return _IApiError[key];
15
+ }
16
+ });
17
+ });
18
+
19
+ var _ISms = require("./Interface/models/ISms");
20
+
21
+ Object.keys(_ISms).forEach(function (key) {
22
+ if (key === "default" || key === "__esModule") return;
23
+ Object.defineProperty(exports, key, {
24
+ enumerable: true,
25
+ get: function () {
26
+ return _ISms[key];
27
+ }
28
+ });
29
+ });
30
+
31
+ var _IAccessToken = require("./Interface/models/IAccessToken");
32
+
33
+ Object.keys(_IAccessToken).forEach(function (key) {
34
+ if (key === "default" || key === "__esModule") return;
35
+ Object.defineProperty(exports, key, {
36
+ enumerable: true,
37
+ get: function () {
38
+ return _IAccessToken[key];
39
+ }
40
+ });
41
+ });
42
+
43
+ var _IAccountDetail = require("./Interface/models/IAccountDetail");
44
+
45
+ Object.keys(_IAccountDetail).forEach(function (key) {
46
+ if (key === "default" || key === "__esModule") return;
47
+ Object.defineProperty(exports, key, {
48
+ enumerable: true,
49
+ get: function () {
50
+ return _IAccountDetail[key];
51
+ }
52
+ });
53
+ });
54
+
55
+ var _IAccountHelp = require("./Interface/models/IAccountHelp");
56
+
57
+ Object.keys(_IAccountHelp).forEach(function (key) {
58
+ if (key === "default" || key === "__esModule") return;
59
+ Object.defineProperty(exports, key, {
60
+ enumerable: true,
61
+ get: function () {
62
+ return _IAccountHelp[key];
63
+ }
64
+ });
65
+ });
66
+
67
+ var _IAccountingEntry = require("./Interface/models/IAccountingEntry");
68
+
69
+ Object.keys(_IAccountingEntry).forEach(function (key) {
70
+ if (key === "default" || key === "__esModule") return;
71
+ Object.defineProperty(exports, key, {
72
+ enumerable: true,
73
+ get: function () {
74
+ return _IAccountingEntry[key];
75
+ }
76
+ });
77
+ });
78
+
79
+ var _IAccountingFile = require("./Interface/models/IAccountingFile");
80
+
81
+ Object.keys(_IAccountingFile).forEach(function (key) {
82
+ if (key === "default" || key === "__esModule") return;
83
+ Object.defineProperty(exports, key, {
84
+ enumerable: true,
85
+ get: function () {
86
+ return _IAccountingFile[key];
87
+ }
88
+ });
89
+ });
90
+
91
+ var _IAccountingJournal = require("./Interface/models/IAccountingJournal");
92
+
93
+ Object.keys(_IAccountingJournal).forEach(function (key) {
94
+ if (key === "default" || key === "__esModule") return;
95
+ Object.defineProperty(exports, key, {
96
+ enumerable: true,
97
+ get: function () {
98
+ return _IAccountingJournal[key];
99
+ }
100
+ });
101
+ });
102
+
103
+ var _IAccountingStateType = require("./Interface/models/IAccountingStateType");
104
+
105
+ Object.keys(_IAccountingStateType).forEach(function (key) {
106
+ if (key === "default" || key === "__esModule") return;
107
+ Object.defineProperty(exports, key, {
108
+ enumerable: true,
109
+ get: function () {
110
+ return _IAccountingStateType[key];
111
+ }
112
+ });
113
+ });
114
+
115
+ var _IAccountingState = require("./Interface/models/IAccountingState");
116
+
117
+ Object.keys(_IAccountingState).forEach(function (key) {
118
+ if (key === "default" || key === "__esModule") return;
119
+ Object.defineProperty(exports, key, {
120
+ enumerable: true,
121
+ get: function () {
122
+ return _IAccountingState[key];
123
+ }
124
+ });
125
+ });
126
+
127
+ var _IAccountingTransaction = require("./Interface/models/IAccountingTransaction");
128
+
129
+ Object.keys(_IAccountingTransaction).forEach(function (key) {
130
+ if (key === "default" || key === "__esModule") return;
131
+ Object.defineProperty(exports, key, {
132
+ enumerable: true,
133
+ get: function () {
134
+ return _IAccountingTransaction[key];
135
+ }
136
+ });
137
+ });
138
+
139
+ var _IAccount = require("./Interface/models/IAccount");
140
+
141
+ Object.keys(_IAccount).forEach(function (key) {
142
+ if (key === "default" || key === "__esModule") return;
143
+ Object.defineProperty(exports, key, {
144
+ enumerable: true,
145
+ get: function () {
146
+ return _IAccount[key];
147
+ }
148
+ });
149
+ });
150
+
151
+ var _IAccountsSocieties = require("./Interface/models/IAccountsSocieties");
152
+
153
+ Object.keys(_IAccountsSocieties).forEach(function (key) {
154
+ if (key === "default" || key === "__esModule") return;
155
+ Object.defineProperty(exports, key, {
156
+ enumerable: true,
157
+ get: function () {
158
+ return _IAccountsSocieties[key];
159
+ }
160
+ });
161
+ });
162
+
163
+ var _IActivity = require("./Interface/models/IActivity");
164
+
165
+ Object.keys(_IActivity).forEach(function (key) {
166
+ if (key === "default" || key === "__esModule") return;
167
+ Object.defineProperty(exports, key, {
168
+ enumerable: true,
169
+ get: function () {
170
+ return _IActivity[key];
171
+ }
172
+ });
173
+ });
174
+
175
+ var _IAdditionalBalance = require("./Interface/models/IAdditionalBalance");
176
+
177
+ Object.keys(_IAdditionalBalance).forEach(function (key) {
178
+ if (key === "default" || key === "__esModule") return;
179
+ Object.defineProperty(exports, key, {
180
+ enumerable: true,
181
+ get: function () {
182
+ return _IAdditionalBalance[key];
183
+ }
184
+ });
185
+ });
186
+
187
+ var _IAlert = require("./Interface/models/IAlert");
188
+
189
+ Object.keys(_IAlert).forEach(function (key) {
190
+ if (key === "default" || key === "__esModule") return;
191
+ Object.defineProperty(exports, key, {
192
+ enumerable: true,
193
+ get: function () {
194
+ return _IAlert[key];
195
+ }
196
+ });
197
+ });
198
+
199
+ var _IAllowedIp = require("./Interface/models/IAllowedIp");
200
+
201
+ Object.keys(_IAllowedIp).forEach(function (key) {
202
+ if (key === "default" || key === "__esModule") return;
203
+ Object.defineProperty(exports, key, {
204
+ enumerable: true,
205
+ get: function () {
206
+ return _IAllowedIp[key];
207
+ }
208
+ });
209
+ });
210
+
211
+ var _IAnalyticsUtm = require("./Interface/models/IAnalyticsUtm");
212
+
213
+ Object.keys(_IAnalyticsUtm).forEach(function (key) {
214
+ if (key === "default" || key === "__esModule") return;
215
+ Object.defineProperty(exports, key, {
216
+ enumerable: true,
217
+ get: function () {
218
+ return _IAnalyticsUtm[key];
219
+ }
220
+ });
221
+ });
222
+
223
+ var _IAppConfig = require("./Interface/models/IAppConfig");
224
+
225
+ Object.keys(_IAppConfig).forEach(function (key) {
226
+ if (key === "default" || key === "__esModule") return;
227
+ Object.defineProperty(exports, key, {
228
+ enumerable: true,
229
+ get: function () {
230
+ return _IAppConfig[key];
231
+ }
232
+ });
233
+ });
234
+
235
+ var _IAreasInvoice = require("./Interface/models/IAreasInvoice");
236
+
237
+ Object.keys(_IAreasInvoice).forEach(function (key) {
238
+ if (key === "default" || key === "__esModule") return;
239
+ Object.defineProperty(exports, key, {
240
+ enumerable: true,
241
+ get: function () {
242
+ return _IAreasInvoice[key];
243
+ }
244
+ });
245
+ });
246
+
247
+ var _IAskAbsence = require("./Interface/models/IAskAbsence");
248
+
249
+ Object.keys(_IAskAbsence).forEach(function (key) {
250
+ if (key === "default" || key === "__esModule") return;
251
+ Object.defineProperty(exports, key, {
252
+ enumerable: true,
253
+ get: function () {
254
+ return _IAskAbsence[key];
255
+ }
256
+ });
257
+ });
258
+
259
+ var _IAskAbsenceTimes = require("./Interface/models/IAskAbsenceTimes");
260
+
261
+ Object.keys(_IAskAbsenceTimes).forEach(function (key) {
262
+ if (key === "default" || key === "__esModule") return;
263
+ Object.defineProperty(exports, key, {
264
+ enumerable: true,
265
+ get: function () {
266
+ return _IAskAbsenceTimes[key];
267
+ }
268
+ });
269
+ });
270
+
271
+ var _IAttachmentFile = require("./Interface/models/IAttachmentFile");
272
+
273
+ Object.keys(_IAttachmentFile).forEach(function (key) {
274
+ if (key === "default" || key === "__esModule") return;
275
+ Object.defineProperty(exports, key, {
276
+ enumerable: true,
277
+ get: function () {
278
+ return _IAttachmentFile[key];
279
+ }
280
+ });
281
+ });
282
+
283
+ var _IAttestation = require("./Interface/models/IAttestation");
284
+
285
+ Object.keys(_IAttestation).forEach(function (key) {
286
+ if (key === "default" || key === "__esModule") return;
287
+ Object.defineProperty(exports, key, {
288
+ enumerable: true,
289
+ get: function () {
290
+ return _IAttestation[key];
291
+ }
292
+ });
293
+ });
294
+
295
+ var _IAttributionHistory = require("./Interface/models/IAttributionHistory");
296
+
297
+ Object.keys(_IAttributionHistory).forEach(function (key) {
298
+ if (key === "default" || key === "__esModule") return;
299
+ Object.defineProperty(exports, key, {
300
+ enumerable: true,
301
+ get: function () {
302
+ return _IAttributionHistory[key];
303
+ }
304
+ });
305
+ });
306
+
307
+ var _IAutoLoginToken = require("./Interface/models/IAutoLoginToken");
308
+
309
+ Object.keys(_IAutoLoginToken).forEach(function (key) {
310
+ if (key === "default" || key === "__esModule") return;
311
+ Object.defineProperty(exports, key, {
312
+ enumerable: true,
313
+ get: function () {
314
+ return _IAutoLoginToken[key];
315
+ }
316
+ });
317
+ });
318
+
319
+ var _IBalanceBankAccount = require("./Interface/models/IBalanceBankAccount");
320
+
321
+ Object.keys(_IBalanceBankAccount).forEach(function (key) {
322
+ if (key === "default" || key === "__esModule") return;
323
+ Object.defineProperty(exports, key, {
324
+ enumerable: true,
325
+ get: function () {
326
+ return _IBalanceBankAccount[key];
327
+ }
328
+ });
329
+ });
330
+
331
+ var _IBalanceSheet = require("./Interface/models/IBalanceSheet");
332
+
333
+ Object.keys(_IBalanceSheet).forEach(function (key) {
334
+ if (key === "default" || key === "__esModule") return;
335
+ Object.defineProperty(exports, key, {
336
+ enumerable: true,
337
+ get: function () {
338
+ return _IBalanceSheet[key];
339
+ }
340
+ });
341
+ });
342
+
343
+ var _IBalanceSheetHistory = require("./Interface/models/IBalanceSheetHistory");
344
+
345
+ Object.keys(_IBalanceSheetHistory).forEach(function (key) {
346
+ if (key === "default" || key === "__esModule") return;
347
+ Object.defineProperty(exports, key, {
348
+ enumerable: true,
349
+ get: function () {
350
+ return _IBalanceSheetHistory[key];
351
+ }
352
+ });
353
+ });
354
+
355
+ var _IBalanceSheetLiquidation = require("./Interface/models/IBalanceSheetLiquidation");
356
+
357
+ Object.keys(_IBalanceSheetLiquidation).forEach(function (key) {
358
+ if (key === "default" || key === "__esModule") return;
359
+ Object.defineProperty(exports, key, {
360
+ enumerable: true,
361
+ get: function () {
362
+ return _IBalanceSheetLiquidation[key];
363
+ }
364
+ });
365
+ });
366
+
367
+ var _IBalanceSheetPartial = require("./Interface/models/IBalanceSheetPartial");
368
+
369
+ Object.keys(_IBalanceSheetPartial).forEach(function (key) {
370
+ if (key === "default" || key === "__esModule") return;
371
+ Object.defineProperty(exports, key, {
372
+ enumerable: true,
373
+ get: function () {
374
+ return _IBalanceSheetPartial[key];
375
+ }
376
+ });
377
+ });
378
+
379
+ var _IBankAccountSynchroHistory = require("./Interface/models/IBankAccountSynchroHistory");
380
+
381
+ Object.keys(_IBankAccountSynchroHistory).forEach(function (key) {
382
+ if (key === "default" || key === "__esModule") return;
383
+ Object.defineProperty(exports, key, {
384
+ enumerable: true,
385
+ get: function () {
386
+ return _IBankAccountSynchroHistory[key];
387
+ }
388
+ });
389
+ });
390
+
391
+ var _IBankAccount = require("./Interface/models/IBankAccount");
392
+
393
+ Object.keys(_IBankAccount).forEach(function (key) {
394
+ if (key === "default" || key === "__esModule") return;
395
+ Object.defineProperty(exports, key, {
396
+ enumerable: true,
397
+ get: function () {
398
+ return _IBankAccount[key];
399
+ }
400
+ });
401
+ });
402
+
403
+ var _IBankConnection = require("./Interface/models/IBankConnection");
404
+
405
+ Object.keys(_IBankConnection).forEach(function (key) {
406
+ if (key === "default" || key === "__esModule") return;
407
+ Object.defineProperty(exports, key, {
408
+ enumerable: true,
409
+ get: function () {
410
+ return _IBankConnection[key];
411
+ }
412
+ });
413
+ });
414
+
415
+ var _IBankList = require("./Interface/models/IBankList");
416
+
417
+ Object.keys(_IBankList).forEach(function (key) {
418
+ if (key === "default" || key === "__esModule") return;
419
+ Object.defineProperty(exports, key, {
420
+ enumerable: true,
421
+ get: function () {
422
+ return _IBankList[key];
423
+ }
424
+ });
425
+ });
426
+
427
+ var _IBankTransaction = require("./Interface/models/IBankTransaction");
428
+
429
+ Object.keys(_IBankTransaction).forEach(function (key) {
430
+ if (key === "default" || key === "__esModule") return;
431
+ Object.defineProperty(exports, key, {
432
+ enumerable: true,
433
+ get: function () {
434
+ return _IBankTransaction[key];
435
+ }
436
+ });
437
+ });
438
+
439
+ var _IBusinessLine = require("./Interface/models/IBusinessLine");
440
+
441
+ Object.keys(_IBusinessLine).forEach(function (key) {
442
+ if (key === "default" || key === "__esModule") return;
443
+ Object.defineProperty(exports, key, {
444
+ enumerable: true,
445
+ get: function () {
446
+ return _IBusinessLine[key];
447
+ }
448
+ });
449
+ });
450
+
451
+ var _IBusinessPartner = require("./Interface/models/IBusinessPartner");
452
+
453
+ Object.keys(_IBusinessPartner).forEach(function (key) {
454
+ if (key === "default" || key === "__esModule") return;
455
+ Object.defineProperty(exports, key, {
456
+ enumerable: true,
457
+ get: function () {
458
+ return _IBusinessPartner[key];
459
+ }
460
+ });
461
+ });
462
+
463
+ var _ICalendarEvent = require("./Interface/models/ICalendarEvent");
464
+
465
+ Object.keys(_ICalendarEvent).forEach(function (key) {
466
+ if (key === "default" || key === "__esModule") return;
467
+ Object.defineProperty(exports, key, {
468
+ enumerable: true,
469
+ get: function () {
470
+ return _ICalendarEvent[key];
471
+ }
472
+ });
473
+ });
474
+
475
+ var _ICalendarEventUser = require("./Interface/models/ICalendarEventUser");
476
+
477
+ Object.keys(_ICalendarEventUser).forEach(function (key) {
478
+ if (key === "default" || key === "__esModule") return;
479
+ Object.defineProperty(exports, key, {
480
+ enumerable: true,
481
+ get: function () {
482
+ return _ICalendarEventUser[key];
483
+ }
484
+ });
485
+ });
486
+
487
+ var _ICallDirectly = require("./Interface/models/ICallDirectly");
488
+
489
+ Object.keys(_ICallDirectly).forEach(function (key) {
490
+ if (key === "default" || key === "__esModule") return;
491
+ Object.defineProperty(exports, key, {
492
+ enumerable: true,
493
+ get: function () {
494
+ return _ICallDirectly[key];
495
+ }
496
+ });
497
+ });
498
+
499
+ var _ICategory = require("./Interface/models/ICategory");
500
+
501
+ Object.keys(_ICategory).forEach(function (key) {
502
+ if (key === "default" || key === "__esModule") return;
503
+ Object.defineProperty(exports, key, {
504
+ enumerable: true,
505
+ get: function () {
506
+ return _ICategory[key];
507
+ }
508
+ });
509
+ });
510
+
511
+ var _ICerfaType = require("./Interface/models/ICerfaType");
512
+
513
+ Object.keys(_ICerfaType).forEach(function (key) {
514
+ if (key === "default" || key === "__esModule") return;
515
+ Object.defineProperty(exports, key, {
516
+ enumerable: true,
517
+ get: function () {
518
+ return _ICerfaType[key];
519
+ }
520
+ });
521
+ });
522
+
523
+ var _ICerfaValue = require("./Interface/models/ICerfaValue");
524
+
525
+ Object.keys(_ICerfaValue).forEach(function (key) {
526
+ if (key === "default" || key === "__esModule") return;
527
+ Object.defineProperty(exports, key, {
528
+ enumerable: true,
529
+ get: function () {
530
+ return _ICerfaValue[key];
531
+ }
532
+ });
533
+ });
534
+
535
+ var _IChangeLog = require("./Interface/models/IChangeLog");
536
+
537
+ Object.keys(_IChangeLog).forEach(function (key) {
538
+ if (key === "default" || key === "__esModule") return;
539
+ Object.defineProperty(exports, key, {
540
+ enumerable: true,
541
+ get: function () {
542
+ return _IChangeLog[key];
543
+ }
544
+ });
545
+ });
546
+
547
+ var _IChecklist = require("./Interface/models/IChecklist");
548
+
549
+ Object.keys(_IChecklist).forEach(function (key) {
550
+ if (key === "default" || key === "__esModule") return;
551
+ Object.defineProperty(exports, key, {
552
+ enumerable: true,
553
+ get: function () {
554
+ return _IChecklist[key];
555
+ }
556
+ });
557
+ });
558
+
559
+ var _IChecklistDetail = require("./Interface/models/IChecklistDetail");
560
+
561
+ Object.keys(_IChecklistDetail).forEach(function (key) {
562
+ if (key === "default" || key === "__esModule") return;
563
+ Object.defineProperty(exports, key, {
564
+ enumerable: true,
565
+ get: function () {
566
+ return _IChecklistDetail[key];
567
+ }
568
+ });
569
+ });
570
+
571
+ var _ICivility = require("./Interface/models/ICivility");
572
+
573
+ Object.keys(_ICivility).forEach(function (key) {
574
+ if (key === "default" || key === "__esModule") return;
575
+ Object.defineProperty(exports, key, {
576
+ enumerable: true,
577
+ get: function () {
578
+ return _ICivility[key];
579
+ }
580
+ });
581
+ });
582
+
583
+ var _IErrorCode = require("./Interface/models/IErrorCode");
584
+
585
+ Object.keys(_IErrorCode).forEach(function (key) {
586
+ if (key === "default" || key === "__esModule") return;
587
+ Object.defineProperty(exports, key, {
588
+ enumerable: true,
589
+ get: function () {
590
+ return _IErrorCode[key];
591
+ }
592
+ });
593
+ });
594
+
595
+ var _IColor = require("./Interface/models/IColor");
596
+
597
+ Object.keys(_IColor).forEach(function (key) {
598
+ if (key === "default" || key === "__esModule") return;
599
+ Object.defineProperty(exports, key, {
600
+ enumerable: true,
601
+ get: function () {
602
+ return _IColor[key];
603
+ }
604
+ });
605
+ });
606
+
607
+ var _IComment = require("./Interface/models/IComment");
608
+
609
+ Object.keys(_IComment).forEach(function (key) {
610
+ if (key === "default" || key === "__esModule") return;
611
+ Object.defineProperty(exports, key, {
612
+ enumerable: true,
613
+ get: function () {
614
+ return _IComment[key];
615
+ }
616
+ });
617
+ });
618
+
619
+ var _IConnector = require("./Interface/models/IConnector");
620
+
621
+ Object.keys(_IConnector).forEach(function (key) {
622
+ if (key === "default" || key === "__esModule") return;
623
+ Object.defineProperty(exports, key, {
624
+ enumerable: true,
625
+ get: function () {
626
+ return _IConnector[key];
627
+ }
628
+ });
629
+ });
630
+
631
+ var _ICotation = require("./Interface/models/ICotation");
632
+
633
+ Object.keys(_ICotation).forEach(function (key) {
634
+ if (key === "default" || key === "__esModule") return;
635
+ Object.defineProperty(exports, key, {
636
+ enumerable: true,
637
+ get: function () {
638
+ return _ICotation[key];
639
+ }
640
+ });
641
+ });
642
+
643
+ var _ICountry = require("./Interface/models/ICountry");
644
+
645
+ Object.keys(_ICountry).forEach(function (key) {
646
+ if (key === "default" || key === "__esModule") return;
647
+ Object.defineProperty(exports, key, {
648
+ enumerable: true,
649
+ get: function () {
650
+ return _ICountry[key];
651
+ }
652
+ });
653
+ });
654
+
655
+ var _ICurrency = require("./Interface/models/ICurrency");
656
+
657
+ Object.keys(_ICurrency).forEach(function (key) {
658
+ if (key === "default" || key === "__esModule") return;
659
+ Object.defineProperty(exports, key, {
660
+ enumerable: true,
661
+ get: function () {
662
+ return _ICurrency[key];
663
+ }
664
+ });
665
+ });
666
+
667
+ var _ICustomerIsRegime = require("./Interface/models/ICustomerIsRegime");
668
+
669
+ Object.keys(_ICustomerIsRegime).forEach(function (key) {
670
+ if (key === "default" || key === "__esModule") return;
671
+ Object.defineProperty(exports, key, {
672
+ enumerable: true,
673
+ get: function () {
674
+ return _ICustomerIsRegime[key];
675
+ }
676
+ });
677
+ });
678
+
679
+ var _ICustomerSignature = require("./Interface/models/ICustomerSignature");
680
+
681
+ Object.keys(_ICustomerSignature).forEach(function (key) {
682
+ if (key === "default" || key === "__esModule") return;
683
+ Object.defineProperty(exports, key, {
684
+ enumerable: true,
685
+ get: function () {
686
+ return _ICustomerSignature[key];
687
+ }
688
+ });
689
+ });
690
+
691
+ var _ICustomerTva = require("./Interface/models/ICustomerTva");
692
+
693
+ Object.keys(_ICustomerTva).forEach(function (key) {
694
+ if (key === "default" || key === "__esModule") return;
695
+ Object.defineProperty(exports, key, {
696
+ enumerable: true,
697
+ get: function () {
698
+ return _ICustomerTva[key];
699
+ }
700
+ });
701
+ });
702
+
703
+ var _ICustomisation = require("./Interface/models/ICustomisation");
704
+
705
+ Object.keys(_ICustomisation).forEach(function (key) {
706
+ if (key === "default" || key === "__esModule") return;
707
+ Object.defineProperty(exports, key, {
708
+ enumerable: true,
709
+ get: function () {
710
+ return _ICustomisation[key];
711
+ }
712
+ });
713
+ });
714
+
715
+ var _ICycle = require("./Interface/models/ICycle");
716
+
717
+ Object.keys(_ICycle).forEach(function (key) {
718
+ if (key === "default" || key === "__esModule") return;
719
+ Object.defineProperty(exports, key, {
720
+ enumerable: true,
721
+ get: function () {
722
+ return _ICycle[key];
723
+ }
724
+ });
725
+ });
726
+
727
+ var _IDay = require("./Interface/models/IDay");
728
+
729
+ Object.keys(_IDay).forEach(function (key) {
730
+ if (key === "default" || key === "__esModule") return;
731
+ Object.defineProperty(exports, key, {
732
+ enumerable: true,
733
+ get: function () {
734
+ return _IDay[key];
735
+ }
736
+ });
737
+ });
738
+
739
+ var _IDetailedLogBi = require("./Interface/models/IDetailedLogBi");
740
+
741
+ Object.keys(_IDetailedLogBi).forEach(function (key) {
742
+ if (key === "default" || key === "__esModule") return;
743
+ Object.defineProperty(exports, key, {
744
+ enumerable: true,
745
+ get: function () {
746
+ return _IDetailedLogBi[key];
747
+ }
748
+ });
749
+ });
750
+
751
+ var _IDirectDebitHistory = require("./Interface/models/IDirectDebitHistory");
752
+
753
+ Object.keys(_IDirectDebitHistory).forEach(function (key) {
754
+ if (key === "default" || key === "__esModule") return;
755
+ Object.defineProperty(exports, key, {
756
+ enumerable: true,
757
+ get: function () {
758
+ return _IDirectDebitHistory[key];
759
+ }
760
+ });
761
+ });
762
+
763
+ var _IEmployee = require("./Interface/models/IEmployee");
764
+
765
+ Object.keys(_IEmployee).forEach(function (key) {
766
+ if (key === "default" || key === "__esModule") return;
767
+ Object.defineProperty(exports, key, {
768
+ enumerable: true,
769
+ get: function () {
770
+ return _IEmployee[key];
771
+ }
772
+ });
773
+ });
774
+
775
+ var _IEngagementAccountingEntry = require("./Interface/models/IEngagementAccountingEntry");
776
+
777
+ Object.keys(_IEngagementAccountingEntry).forEach(function (key) {
778
+ if (key === "default" || key === "__esModule") return;
779
+ Object.defineProperty(exports, key, {
780
+ enumerable: true,
781
+ get: function () {
782
+ return _IEngagementAccountingEntry[key];
783
+ }
784
+ });
785
+ });
786
+
787
+ var _IEngagementAccountingFile = require("./Interface/models/IEngagementAccountingFile");
788
+
789
+ Object.keys(_IEngagementAccountingFile).forEach(function (key) {
790
+ if (key === "default" || key === "__esModule") return;
791
+ Object.defineProperty(exports, key, {
792
+ enumerable: true,
793
+ get: function () {
794
+ return _IEngagementAccountingFile[key];
795
+ }
796
+ });
797
+ });
798
+
799
+ var _IEngagementBankTransaction = require("./Interface/models/IEngagementBankTransaction");
800
+
801
+ Object.keys(_IEngagementBankTransaction).forEach(function (key) {
802
+ if (key === "default" || key === "__esModule") return;
803
+ Object.defineProperty(exports, key, {
804
+ enumerable: true,
805
+ get: function () {
806
+ return _IEngagementBankTransaction[key];
807
+ }
808
+ });
809
+ });
810
+
811
+ var _IEngagementOcrExtraction = require("./Interface/models/IEngagementOcrExtraction");
812
+
813
+ Object.keys(_IEngagementOcrExtraction).forEach(function (key) {
814
+ if (key === "default" || key === "__esModule") return;
815
+ Object.defineProperty(exports, key, {
816
+ enumerable: true,
817
+ get: function () {
818
+ return _IEngagementOcrExtraction[key];
819
+ }
820
+ });
821
+ });
822
+
823
+ var _IEstimateInvoiceRepeat = require("./Interface/models/IEstimateInvoiceRepeat");
824
+
825
+ Object.keys(_IEstimateInvoiceRepeat).forEach(function (key) {
826
+ if (key === "default" || key === "__esModule") return;
827
+ Object.defineProperty(exports, key, {
828
+ enumerable: true,
829
+ get: function () {
830
+ return _IEstimateInvoiceRepeat[key];
831
+ }
832
+ });
833
+ });
834
+
835
+ var _IEstimateInvoice = require("./Interface/models/IEstimateInvoice");
836
+
837
+ Object.keys(_IEstimateInvoice).forEach(function (key) {
838
+ if (key === "default" || key === "__esModule") return;
839
+ Object.defineProperty(exports, key, {
840
+ enumerable: true,
841
+ get: function () {
842
+ return _IEstimateInvoice[key];
843
+ }
844
+ });
845
+ });
846
+
847
+ var _IExerciceDetail = require("./Interface/models/IExerciceDetail");
848
+
849
+ Object.keys(_IExerciceDetail).forEach(function (key) {
850
+ if (key === "default" || key === "__esModule") return;
851
+ Object.defineProperty(exports, key, {
852
+ enumerable: true,
853
+ get: function () {
854
+ return _IExerciceDetail[key];
855
+ }
856
+ });
857
+ });
858
+
859
+ var _IExercice = require("./Interface/models/IExercice");
860
+
861
+ Object.keys(_IExercice).forEach(function (key) {
862
+ if (key === "default" || key === "__esModule") return;
863
+ Object.defineProperty(exports, key, {
864
+ enumerable: true,
865
+ get: function () {
866
+ return _IExercice[key];
867
+ }
868
+ });
869
+ });
870
+
871
+ var _IExercicePrestation = require("./Interface/models/IExercicePrestation");
872
+
873
+ Object.keys(_IExercicePrestation).forEach(function (key) {
874
+ if (key === "default" || key === "__esModule") return;
875
+ Object.defineProperty(exports, key, {
876
+ enumerable: true,
877
+ get: function () {
878
+ return _IExercicePrestation[key];
879
+ }
880
+ });
881
+ });
882
+
883
+ var _IFailedLoginAttempt = require("./Interface/models/IFailedLoginAttempt");
884
+
885
+ Object.keys(_IFailedLoginAttempt).forEach(function (key) {
886
+ if (key === "default" || key === "__esModule") return;
887
+ Object.defineProperty(exports, key, {
888
+ enumerable: true,
889
+ get: function () {
890
+ return _IFailedLoginAttempt[key];
891
+ }
892
+ });
893
+ });
894
+
895
+ var _IFaqCategory = require("./Interface/models/IFaqCategory");
896
+
897
+ Object.keys(_IFaqCategory).forEach(function (key) {
898
+ if (key === "default" || key === "__esModule") return;
899
+ Object.defineProperty(exports, key, {
900
+ enumerable: true,
901
+ get: function () {
902
+ return _IFaqCategory[key];
903
+ }
904
+ });
905
+ });
906
+
907
+ var _IFaq = require("./Interface/models/IFaq");
908
+
909
+ Object.keys(_IFaq).forEach(function (key) {
910
+ if (key === "default" || key === "__esModule") return;
911
+ Object.defineProperty(exports, key, {
912
+ enumerable: true,
913
+ get: function () {
914
+ return _IFaq[key];
915
+ }
916
+ });
917
+ });
918
+
919
+ var _IFileType = require("./Interface/models/IFileType");
920
+
921
+ Object.keys(_IFileType).forEach(function (key) {
922
+ if (key === "default" || key === "__esModule") return;
923
+ Object.defineProperty(exports, key, {
924
+ enumerable: true,
925
+ get: function () {
926
+ return _IFileType[key];
927
+ }
928
+ });
929
+ });
930
+
931
+ var _IFile = require("./Interface/models/IFile");
932
+
933
+ Object.keys(_IFile).forEach(function (key) {
934
+ if (key === "default" || key === "__esModule") return;
935
+ Object.defineProperty(exports, key, {
936
+ enumerable: true,
937
+ get: function () {
938
+ return _IFile[key];
939
+ }
940
+ });
941
+ });
942
+
943
+ var _IFileMissing = require("./Interface/models/IFileMissing");
944
+
945
+ Object.keys(_IFileMissing).forEach(function (key) {
946
+ if (key === "default" || key === "__esModule") return;
947
+ Object.defineProperty(exports, key, {
948
+ enumerable: true,
949
+ get: function () {
950
+ return _IFileMissing[key];
951
+ }
952
+ });
953
+ });
954
+
955
+ var _IFiscalRegime = require("./Interface/models/IFiscalRegime");
956
+
957
+ Object.keys(_IFiscalRegime).forEach(function (key) {
958
+ if (key === "default" || key === "__esModule") return;
959
+ Object.defineProperty(exports, key, {
960
+ enumerable: true,
961
+ get: function () {
962
+ return _IFiscalRegime[key];
963
+ }
964
+ });
965
+ });
966
+
967
+ var _IFolderFile = require("./Interface/models/IFolderFile");
968
+
969
+ Object.keys(_IFolderFile).forEach(function (key) {
970
+ if (key === "default" || key === "__esModule") return;
971
+ Object.defineProperty(exports, key, {
972
+ enumerable: true,
973
+ get: function () {
974
+ return _IFolderFile[key];
975
+ }
976
+ });
977
+ });
978
+
979
+ var _IFollowedQualityMail = require("./Interface/models/IFollowedQualityMail");
980
+
981
+ Object.keys(_IFollowedQualityMail).forEach(function (key) {
982
+ if (key === "default" || key === "__esModule") return;
983
+ Object.defineProperty(exports, key, {
984
+ enumerable: true,
985
+ get: function () {
986
+ return _IFollowedQualityMail[key];
987
+ }
988
+ });
989
+ });
990
+
991
+ var _IFollow = require("./Interface/models/IFollow");
992
+
993
+ Object.keys(_IFollow).forEach(function (key) {
994
+ if (key === "default" || key === "__esModule") return;
995
+ Object.defineProperty(exports, key, {
996
+ enumerable: true,
997
+ get: function () {
998
+ return _IFollow[key];
999
+ }
1000
+ });
1001
+ });
1002
+
1003
+ var _IFollowList = require("./Interface/models/IFollowList");
1004
+
1005
+ Object.keys(_IFollowList).forEach(function (key) {
1006
+ if (key === "default" || key === "__esModule") return;
1007
+ Object.defineProperty(exports, key, {
1008
+ enumerable: true,
1009
+ get: function () {
1010
+ return _IFollowList[key];
1011
+ }
1012
+ });
1013
+ });
1014
+
1015
+ var _IFormalismValue = require("./Interface/models/IFormalismValue");
1016
+
1017
+ Object.keys(_IFormalismValue).forEach(function (key) {
1018
+ if (key === "default" || key === "__esModule") return;
1019
+ Object.defineProperty(exports, key, {
1020
+ enumerable: true,
1021
+ get: function () {
1022
+ return _IFormalismValue[key];
1023
+ }
1024
+ });
1025
+ });
1026
+
1027
+ var _IFormalism = require("./Interface/models/IFormalism");
1028
+
1029
+ Object.keys(_IFormalism).forEach(function (key) {
1030
+ if (key === "default" || key === "__esModule") return;
1031
+ Object.defineProperty(exports, key, {
1032
+ enumerable: true,
1033
+ get: function () {
1034
+ return _IFormalism[key];
1035
+ }
1036
+ });
1037
+ });
1038
+
1039
+ var _IFrequency = require("./Interface/models/IFrequency");
1040
+
1041
+ Object.keys(_IFrequency).forEach(function (key) {
1042
+ if (key === "default" || key === "__esModule") return;
1043
+ Object.defineProperty(exports, key, {
1044
+ enumerable: true,
1045
+ get: function () {
1046
+ return _IFrequency[key];
1047
+ }
1048
+ });
1049
+ });
1050
+
1051
+ var _IFuel = require("./Interface/models/IFuel");
1052
+
1053
+ Object.keys(_IFuel).forEach(function (key) {
1054
+ if (key === "default" || key === "__esModule") return;
1055
+ Object.defineProperty(exports, key, {
1056
+ enumerable: true,
1057
+ get: function () {
1058
+ return _IFuel[key];
1059
+ }
1060
+ });
1061
+ });
1062
+
1063
+ var _IGedCategory = require("./Interface/models/IGedCategory");
1064
+
1065
+ Object.keys(_IGedCategory).forEach(function (key) {
1066
+ if (key === "default" || key === "__esModule") return;
1067
+ Object.defineProperty(exports, key, {
1068
+ enumerable: true,
1069
+ get: function () {
1070
+ return _IGedCategory[key];
1071
+ }
1072
+ });
1073
+ });
1074
+
1075
+ var _IGedFile = require("./Interface/models/IGedFile");
1076
+
1077
+ Object.keys(_IGedFile).forEach(function (key) {
1078
+ if (key === "default" || key === "__esModule") return;
1079
+ Object.defineProperty(exports, key, {
1080
+ enumerable: true,
1081
+ get: function () {
1082
+ return _IGedFile[key];
1083
+ }
1084
+ });
1085
+ });
1086
+
1087
+ var _IGedFolder = require("./Interface/models/IGedFolder");
1088
+
1089
+ Object.keys(_IGedFolder).forEach(function (key) {
1090
+ if (key === "default" || key === "__esModule") return;
1091
+ Object.defineProperty(exports, key, {
1092
+ enumerable: true,
1093
+ get: function () {
1094
+ return _IGedFolder[key];
1095
+ }
1096
+ });
1097
+ });
1098
+
1099
+ var _IIdentification = require("./Interface/models/IIdentification");
1100
+
1101
+ Object.keys(_IIdentification).forEach(function (key) {
1102
+ if (key === "default" || key === "__esModule") return;
1103
+ Object.defineProperty(exports, key, {
1104
+ enumerable: true,
1105
+ get: function () {
1106
+ return _IIdentification[key];
1107
+ }
1108
+ });
1109
+ });
1110
+
1111
+ var _IIndependentReview = require("./Interface/models/IIndependentReview");
1112
+
1113
+ Object.keys(_IIndependentReview).forEach(function (key) {
1114
+ if (key === "default" || key === "__esModule") return;
1115
+ Object.defineProperty(exports, key, {
1116
+ enumerable: true,
1117
+ get: function () {
1118
+ return _IIndependentReview[key];
1119
+ }
1120
+ });
1121
+ });
1122
+
1123
+ var _IInterestedByFeature = require("./Interface/models/IInterestedByFeature");
1124
+
1125
+ Object.keys(_IInterestedByFeature).forEach(function (key) {
1126
+ if (key === "default" || key === "__esModule") return;
1127
+ Object.defineProperty(exports, key, {
1128
+ enumerable: true,
1129
+ get: function () {
1130
+ return _IInterestedByFeature[key];
1131
+ }
1132
+ });
1133
+ });
1134
+
1135
+ var _IInternalEstimate = require("./Interface/models/IInternalEstimate");
1136
+
1137
+ Object.keys(_IInternalEstimate).forEach(function (key) {
1138
+ if (key === "default" || key === "__esModule") return;
1139
+ Object.defineProperty(exports, key, {
1140
+ enumerable: true,
1141
+ get: function () {
1142
+ return _IInternalEstimate[key];
1143
+ }
1144
+ });
1145
+ });
1146
+
1147
+ var _IIpTmpBlocked = require("./Interface/models/IIpTmpBlocked");
1148
+
1149
+ Object.keys(_IIpTmpBlocked).forEach(function (key) {
1150
+ if (key === "default" || key === "__esModule") return;
1151
+ Object.defineProperty(exports, key, {
1152
+ enumerable: true,
1153
+ get: function () {
1154
+ return _IIpTmpBlocked[key];
1155
+ }
1156
+ });
1157
+ });
1158
+
1159
+ var _IItemEstimate = require("./Interface/models/IItemEstimate");
1160
+
1161
+ Object.keys(_IItemEstimate).forEach(function (key) {
1162
+ if (key === "default" || key === "__esModule") return;
1163
+ Object.defineProperty(exports, key, {
1164
+ enumerable: true,
1165
+ get: function () {
1166
+ return _IItemEstimate[key];
1167
+ }
1168
+ });
1169
+ });
1170
+
1171
+ var _IJobCategory = require("./Interface/models/IJobCategory");
1172
+
1173
+ Object.keys(_IJobCategory).forEach(function (key) {
1174
+ if (key === "default" || key === "__esModule") return;
1175
+ Object.defineProperty(exports, key, {
1176
+ enumerable: true,
1177
+ get: function () {
1178
+ return _IJobCategory[key];
1179
+ }
1180
+ });
1181
+ });
1182
+
1183
+ var _IJob = require("./Interface/models/IJob");
1184
+
1185
+ Object.keys(_IJob).forEach(function (key) {
1186
+ if (key === "default" || key === "__esModule") return;
1187
+ Object.defineProperty(exports, key, {
1188
+ enumerable: true,
1189
+ get: function () {
1190
+ return _IJob[key];
1191
+ }
1192
+ });
1193
+ });
1194
+
1195
+ var _IKilometricAllowanceScale = require("./Interface/models/IKilometricAllowanceScale");
1196
+
1197
+ Object.keys(_IKilometricAllowanceScale).forEach(function (key) {
1198
+ if (key === "default" || key === "__esModule") return;
1199
+ Object.defineProperty(exports, key, {
1200
+ enumerable: true,
1201
+ get: function () {
1202
+ return _IKilometricAllowanceScale[key];
1203
+ }
1204
+ });
1205
+ });
1206
+
1207
+ var _ILabelPaymentWaiting = require("./Interface/models/ILabelPaymentWaiting");
1208
+
1209
+ Object.keys(_ILabelPaymentWaiting).forEach(function (key) {
1210
+ if (key === "default" || key === "__esModule") return;
1211
+ Object.defineProperty(exports, key, {
1212
+ enumerable: true,
1213
+ get: function () {
1214
+ return _ILabelPaymentWaiting[key];
1215
+ }
1216
+ });
1217
+ });
1218
+
1219
+ var _ILegalForm = require("./Interface/models/ILegalForm");
1220
+
1221
+ Object.keys(_ILegalForm).forEach(function (key) {
1222
+ if (key === "default" || key === "__esModule") return;
1223
+ Object.defineProperty(exports, key, {
1224
+ enumerable: true,
1225
+ get: function () {
1226
+ return _ILegalForm[key];
1227
+ }
1228
+ });
1229
+ });
1230
+
1231
+ var _ILegalNotice = require("./Interface/models/ILegalNotice");
1232
+
1233
+ Object.keys(_ILegalNotice).forEach(function (key) {
1234
+ if (key === "default" || key === "__esModule") return;
1235
+ Object.defineProperty(exports, key, {
1236
+ enumerable: true,
1237
+ get: function () {
1238
+ return _ILegalNotice[key];
1239
+ }
1240
+ });
1241
+ });
1242
+
1243
+ var _ILettering = require("./Interface/models/ILettering");
1244
+
1245
+ Object.keys(_ILettering).forEach(function (key) {
1246
+ if (key === "default" || key === "__esModule") return;
1247
+ Object.defineProperty(exports, key, {
1248
+ enumerable: true,
1249
+ get: function () {
1250
+ return _ILettering[key];
1251
+ }
1252
+ });
1253
+ });
1254
+
1255
+ var _ILetter = require("./Interface/models/ILetter");
1256
+
1257
+ Object.keys(_ILetter).forEach(function (key) {
1258
+ if (key === "default" || key === "__esModule") return;
1259
+ Object.defineProperty(exports, key, {
1260
+ enumerable: true,
1261
+ get: function () {
1262
+ return _ILetter[key];
1263
+ }
1264
+ });
1265
+ });
1266
+
1267
+ var _ILogBi = require("./Interface/models/ILogBi");
1268
+
1269
+ Object.keys(_ILogBi).forEach(function (key) {
1270
+ if (key === "default" || key === "__esModule") return;
1271
+ Object.defineProperty(exports, key, {
1272
+ enumerable: true,
1273
+ get: function () {
1274
+ return _ILogBi[key];
1275
+ }
1276
+ });
1277
+ });
1278
+
1279
+ var _ILog = require("./Interface/models/ILog");
1280
+
1281
+ Object.keys(_ILog).forEach(function (key) {
1282
+ if (key === "default" || key === "__esModule") return;
1283
+ Object.defineProperty(exports, key, {
1284
+ enumerable: true,
1285
+ get: function () {
1286
+ return _ILog[key];
1287
+ }
1288
+ });
1289
+ });
1290
+
1291
+ var _IMailSociety = require("./Interface/models/IMailSociety");
1292
+
1293
+ Object.keys(_IMailSociety).forEach(function (key) {
1294
+ if (key === "default" || key === "__esModule") return;
1295
+ Object.defineProperty(exports, key, {
1296
+ enumerable: true,
1297
+ get: function () {
1298
+ return _IMailSociety[key];
1299
+ }
1300
+ });
1301
+ });
1302
+
1303
+ var _IMailAuto = require("./Interface/models/IMailAuto");
1304
+
1305
+ Object.keys(_IMailAuto).forEach(function (key) {
1306
+ if (key === "default" || key === "__esModule") return;
1307
+ Object.defineProperty(exports, key, {
1308
+ enumerable: true,
1309
+ get: function () {
1310
+ return _IMailAuto[key];
1311
+ }
1312
+ });
1313
+ });
1314
+
1315
+ var _IMailAutoType = require("./Interface/models/IMailAutoType");
1316
+
1317
+ Object.keys(_IMailAutoType).forEach(function (key) {
1318
+ if (key === "default" || key === "__esModule") return;
1319
+ Object.defineProperty(exports, key, {
1320
+ enumerable: true,
1321
+ get: function () {
1322
+ return _IMailAutoType[key];
1323
+ }
1324
+ });
1325
+ });
1326
+
1327
+ var _IMonth = require("./Interface/models/IMonth");
1328
+
1329
+ Object.keys(_IMonth).forEach(function (key) {
1330
+ if (key === "default" || key === "__esModule") return;
1331
+ Object.defineProperty(exports, key, {
1332
+ enumerable: true,
1333
+ get: function () {
1334
+ return _IMonth[key];
1335
+ }
1336
+ });
1337
+ });
1338
+
1339
+ var _INationality = require("./Interface/models/INationality");
1340
+
1341
+ Object.keys(_INationality).forEach(function (key) {
1342
+ if (key === "default" || key === "__esModule") return;
1343
+ Object.defineProperty(exports, key, {
1344
+ enumerable: true,
1345
+ get: function () {
1346
+ return _INationality[key];
1347
+ }
1348
+ });
1349
+ });
1350
+
1351
+ var _INature = require("./Interface/models/INature");
1352
+
1353
+ Object.keys(_INature).forEach(function (key) {
1354
+ if (key === "default" || key === "__esModule") return;
1355
+ Object.defineProperty(exports, key, {
1356
+ enumerable: true,
1357
+ get: function () {
1358
+ return _INature[key];
1359
+ }
1360
+ });
1361
+ });
1362
+
1363
+ var _INote = require("./Interface/models/INote");
1364
+
1365
+ Object.keys(_INote).forEach(function (key) {
1366
+ if (key === "default" || key === "__esModule") return;
1367
+ Object.defineProperty(exports, key, {
1368
+ enumerable: true,
1369
+ get: function () {
1370
+ return _INote[key];
1371
+ }
1372
+ });
1373
+ });
1374
+
1375
+ var _INotification = require("./Interface/models/INotification");
1376
+
1377
+ Object.keys(_INotification).forEach(function (key) {
1378
+ if (key === "default" || key === "__esModule") return;
1379
+ Object.defineProperty(exports, key, {
1380
+ enumerable: true,
1381
+ get: function () {
1382
+ return _INotification[key];
1383
+ }
1384
+ });
1385
+ });
1386
+
1387
+ var _IOldExpertInfo = require("./Interface/models/IOldExpertInfo");
1388
+
1389
+ Object.keys(_IOldExpertInfo).forEach(function (key) {
1390
+ if (key === "default" || key === "__esModule") return;
1391
+ Object.defineProperty(exports, key, {
1392
+ enumerable: true,
1393
+ get: function () {
1394
+ return _IOldExpertInfo[key];
1395
+ }
1396
+ });
1397
+ });
1398
+
1399
+ var _IOperationLegalNotice = require("./Interface/models/IOperationLegalNotice");
1400
+
1401
+ Object.keys(_IOperationLegalNotice).forEach(function (key) {
1402
+ if (key === "default" || key === "__esModule") return;
1403
+ Object.defineProperty(exports, key, {
1404
+ enumerable: true,
1405
+ get: function () {
1406
+ return _IOperationLegalNotice[key];
1407
+ }
1408
+ });
1409
+ });
1410
+
1411
+ var _IPageView = require("./Interface/models/IPageView");
1412
+
1413
+ Object.keys(_IPageView).forEach(function (key) {
1414
+ if (key === "default" || key === "__esModule") return;
1415
+ Object.defineProperty(exports, key, {
1416
+ enumerable: true,
1417
+ get: function () {
1418
+ return _IPageView[key];
1419
+ }
1420
+ });
1421
+ });
1422
+
1423
+ var _IPayPlan = require("./Interface/models/IPayPlan");
1424
+
1425
+ Object.keys(_IPayPlan).forEach(function (key) {
1426
+ if (key === "default" || key === "__esModule") return;
1427
+ Object.defineProperty(exports, key, {
1428
+ enumerable: true,
1429
+ get: function () {
1430
+ return _IPayPlan[key];
1431
+ }
1432
+ });
1433
+ });
1434
+
1435
+ var _IPartnerTransaction = require("./Interface/models/IPartnerTransaction");
1436
+
1437
+ Object.keys(_IPartnerTransaction).forEach(function (key) {
1438
+ if (key === "default" || key === "__esModule") return;
1439
+ Object.defineProperty(exports, key, {
1440
+ enumerable: true,
1441
+ get: function () {
1442
+ return _IPartnerTransaction[key];
1443
+ }
1444
+ });
1445
+ });
1446
+
1447
+ var _IPaymentDelay = require("./Interface/models/IPaymentDelay");
1448
+
1449
+ Object.keys(_IPaymentDelay).forEach(function (key) {
1450
+ if (key === "default" || key === "__esModule") return;
1451
+ Object.defineProperty(exports, key, {
1452
+ enumerable: true,
1453
+ get: function () {
1454
+ return _IPaymentDelay[key];
1455
+ }
1456
+ });
1457
+ });
1458
+
1459
+ var _IPaymentSchedule = require("./Interface/models/IPaymentSchedule");
1460
+
1461
+ Object.keys(_IPaymentSchedule).forEach(function (key) {
1462
+ if (key === "default" || key === "__esModule") return;
1463
+ Object.defineProperty(exports, key, {
1464
+ enumerable: true,
1465
+ get: function () {
1466
+ return _IPaymentSchedule[key];
1467
+ }
1468
+ });
1469
+ });
1470
+
1471
+ var _IPayment = require("./Interface/models/IPayment");
1472
+
1473
+ Object.keys(_IPayment).forEach(function (key) {
1474
+ if (key === "default" || key === "__esModule") return;
1475
+ Object.defineProperty(exports, key, {
1476
+ enumerable: true,
1477
+ get: function () {
1478
+ return _IPayment[key];
1479
+ }
1480
+ });
1481
+ });
1482
+
1483
+ var _IPaymentExpectation = require("./Interface/models/IPaymentExpectation");
1484
+
1485
+ Object.keys(_IPaymentExpectation).forEach(function (key) {
1486
+ if (key === "default" || key === "__esModule") return;
1487
+ Object.defineProperty(exports, key, {
1488
+ enumerable: true,
1489
+ get: function () {
1490
+ return _IPaymentExpectation[key];
1491
+ }
1492
+ });
1493
+ });
1494
+
1495
+ var _IPaymentExpectationCustomer = require("./Interface/models/IPaymentExpectationCustomer");
1496
+
1497
+ Object.keys(_IPaymentExpectationCustomer).forEach(function (key) {
1498
+ if (key === "default" || key === "__esModule") return;
1499
+ Object.defineProperty(exports, key, {
1500
+ enumerable: true,
1501
+ get: function () {
1502
+ return _IPaymentExpectationCustomer[key];
1503
+ }
1504
+ });
1505
+ });
1506
+
1507
+ var _IPaymentMethod = require("./Interface/models/IPaymentMethod");
1508
+
1509
+ Object.keys(_IPaymentMethod).forEach(function (key) {
1510
+ if (key === "default" || key === "__esModule") return;
1511
+ Object.defineProperty(exports, key, {
1512
+ enumerable: true,
1513
+ get: function () {
1514
+ return _IPaymentMethod[key];
1515
+ }
1516
+ });
1517
+ });
1518
+
1519
+ var _IPaymentWaiting = require("./Interface/models/IPaymentWaiting");
1520
+
1521
+ Object.keys(_IPaymentWaiting).forEach(function (key) {
1522
+ if (key === "default" || key === "__esModule") return;
1523
+ Object.defineProperty(exports, key, {
1524
+ enumerable: true,
1525
+ get: function () {
1526
+ return _IPaymentWaiting[key];
1527
+ }
1528
+ });
1529
+ });
1530
+
1531
+ var _IPenalty = require("./Interface/models/IPenalty");
1532
+
1533
+ Object.keys(_IPenalty).forEach(function (key) {
1534
+ if (key === "default" || key === "__esModule") return;
1535
+ Object.defineProperty(exports, key, {
1536
+ enumerable: true,
1537
+ get: function () {
1538
+ return _IPenalty[key];
1539
+ }
1540
+ });
1541
+ });
1542
+
1543
+ var _IPendingPoint = require("./Interface/models/IPendingPoint");
1544
+
1545
+ Object.keys(_IPendingPoint).forEach(function (key) {
1546
+ if (key === "default" || key === "__esModule") return;
1547
+ Object.defineProperty(exports, key, {
1548
+ enumerable: true,
1549
+ get: function () {
1550
+ return _IPendingPoint[key];
1551
+ }
1552
+ });
1553
+ });
1554
+
1555
+ var _IPermission = require("./Interface/models/IPermission");
1556
+
1557
+ Object.keys(_IPermission).forEach(function (key) {
1558
+ if (key === "default" || key === "__esModule") return;
1559
+ Object.defineProperty(exports, key, {
1560
+ enumerable: true,
1561
+ get: function () {
1562
+ return _IPermission[key];
1563
+ }
1564
+ });
1565
+ });
1566
+
1567
+ var _IPhoneNumber = require("./Interface/models/IPhoneNumber");
1568
+
1569
+ Object.keys(_IPhoneNumber).forEach(function (key) {
1570
+ if (key === "default" || key === "__esModule") return;
1571
+ Object.defineProperty(exports, key, {
1572
+ enumerable: true,
1573
+ get: function () {
1574
+ return _IPhoneNumber[key];
1575
+ }
1576
+ });
1577
+ });
1578
+
1579
+ var _IPhonePrefix = require("./Interface/models/IPhonePrefix");
1580
+
1581
+ Object.keys(_IPhonePrefix).forEach(function (key) {
1582
+ if (key === "default" || key === "__esModule") return;
1583
+ Object.defineProperty(exports, key, {
1584
+ enumerable: true,
1585
+ get: function () {
1586
+ return _IPhonePrefix[key];
1587
+ }
1588
+ });
1589
+ });
1590
+
1591
+ var _IPhonePrefixChild = require("./Interface/models/IPhonePrefixChild");
1592
+
1593
+ Object.keys(_IPhonePrefixChild).forEach(function (key) {
1594
+ if (key === "default" || key === "__esModule") return;
1595
+ Object.defineProperty(exports, key, {
1596
+ enumerable: true,
1597
+ get: function () {
1598
+ return _IPhonePrefixChild[key];
1599
+ }
1600
+ });
1601
+ });
1602
+
1603
+ var _IPrestationSocial = require("./Interface/models/IPrestationSocial");
1604
+
1605
+ Object.keys(_IPrestationSocial).forEach(function (key) {
1606
+ if (key === "default" || key === "__esModule") return;
1607
+ Object.defineProperty(exports, key, {
1608
+ enumerable: true,
1609
+ get: function () {
1610
+ return _IPrestationSocial[key];
1611
+ }
1612
+ });
1613
+ });
1614
+
1615
+ var _IPrestation = require("./Interface/models/IPrestation");
1616
+
1617
+ Object.keys(_IPrestation).forEach(function (key) {
1618
+ if (key === "default" || key === "__esModule") return;
1619
+ Object.defineProperty(exports, key, {
1620
+ enumerable: true,
1621
+ get: function () {
1622
+ return _IPrestation[key];
1623
+ }
1624
+ });
1625
+ });
1626
+
1627
+ var _IPrestationComplementary = require("./Interface/models/IPrestationComplementary");
1628
+
1629
+ Object.keys(_IPrestationComplementary).forEach(function (key) {
1630
+ if (key === "default" || key === "__esModule") return;
1631
+ Object.defineProperty(exports, key, {
1632
+ enumerable: true,
1633
+ get: function () {
1634
+ return _IPrestationComplementary[key];
1635
+ }
1636
+ });
1637
+ });
1638
+
1639
+ var _IPrestationList = require("./Interface/models/IPrestationList");
1640
+
1641
+ Object.keys(_IPrestationList).forEach(function (key) {
1642
+ if (key === "default" || key === "__esModule") return;
1643
+ Object.defineProperty(exports, key, {
1644
+ enumerable: true,
1645
+ get: function () {
1646
+ return _IPrestationList[key];
1647
+ }
1648
+ });
1649
+ });
1650
+
1651
+ var _IProcedure = require("./Interface/models/IProcedure");
1652
+
1653
+ Object.keys(_IProcedure).forEach(function (key) {
1654
+ if (key === "default" || key === "__esModule") return;
1655
+ Object.defineProperty(exports, key, {
1656
+ enumerable: true,
1657
+ get: function () {
1658
+ return _IProcedure[key];
1659
+ }
1660
+ });
1661
+ });
1662
+
1663
+ var _IProduct = require("./Interface/models/IProduct");
1664
+
1665
+ Object.keys(_IProduct).forEach(function (key) {
1666
+ if (key === "default" || key === "__esModule") return;
1667
+ Object.defineProperty(exports, key, {
1668
+ enumerable: true,
1669
+ get: function () {
1670
+ return _IProduct[key];
1671
+ }
1672
+ });
1673
+ });
1674
+
1675
+ var _IQuality = require("./Interface/models/IQuality");
1676
+
1677
+ Object.keys(_IQuality).forEach(function (key) {
1678
+ if (key === "default" || key === "__esModule") return;
1679
+ Object.defineProperty(exports, key, {
1680
+ enumerable: true,
1681
+ get: function () {
1682
+ return _IQuality[key];
1683
+ }
1684
+ });
1685
+ });
1686
+
1687
+ var _IQuotaLead = require("./Interface/models/IQuotaLead");
1688
+
1689
+ Object.keys(_IQuotaLead).forEach(function (key) {
1690
+ if (key === "default" || key === "__esModule") return;
1691
+ Object.defineProperty(exports, key, {
1692
+ enumerable: true,
1693
+ get: function () {
1694
+ return _IQuotaLead[key];
1695
+ }
1696
+ });
1697
+ });
1698
+
1699
+ var _IRating = require("./Interface/models/IRating");
1700
+
1701
+ Object.keys(_IRating).forEach(function (key) {
1702
+ if (key === "default" || key === "__esModule") return;
1703
+ Object.defineProperty(exports, key, {
1704
+ enumerable: true,
1705
+ get: function () {
1706
+ return _IRating[key];
1707
+ }
1708
+ });
1709
+ });
1710
+
1711
+ var _IReasonTermination = require("./Interface/models/IReasonTermination");
1712
+
1713
+ Object.keys(_IReasonTermination).forEach(function (key) {
1714
+ if (key === "default" || key === "__esModule") return;
1715
+ Object.defineProperty(exports, key, {
1716
+ enumerable: true,
1717
+ get: function () {
1718
+ return _IReasonTermination[key];
1719
+ }
1720
+ });
1721
+ });
1722
+
1723
+ var _IReason = require("./Interface/models/IReason");
1724
+
1725
+ Object.keys(_IReason).forEach(function (key) {
1726
+ if (key === "default" || key === "__esModule") return;
1727
+ Object.defineProperty(exports, key, {
1728
+ enumerable: true,
1729
+ get: function () {
1730
+ return _IReason[key];
1731
+ }
1732
+ });
1733
+ });
1734
+
1735
+ var _IRecontactHistory = require("./Interface/models/IRecontactHistory");
1736
+
1737
+ Object.keys(_IRecontactHistory).forEach(function (key) {
1738
+ if (key === "default" || key === "__esModule") return;
1739
+ Object.defineProperty(exports, key, {
1740
+ enumerable: true,
1741
+ get: function () {
1742
+ return _IRecontactHistory[key];
1743
+ }
1744
+ });
1745
+ });
1746
+
1747
+ var _IRefund = require("./Interface/models/IRefund");
1748
+
1749
+ Object.keys(_IRefund).forEach(function (key) {
1750
+ if (key === "default" || key === "__esModule") return;
1751
+ Object.defineProperty(exports, key, {
1752
+ enumerable: true,
1753
+ get: function () {
1754
+ return _IRefund[key];
1755
+ }
1756
+ });
1757
+ });
1758
+
1759
+ var _IRefundMotif = require("./Interface/models/IRefundMotif");
1760
+
1761
+ Object.keys(_IRefundMotif).forEach(function (key) {
1762
+ if (key === "default" || key === "__esModule") return;
1763
+ Object.defineProperty(exports, key, {
1764
+ enumerable: true,
1765
+ get: function () {
1766
+ return _IRefundMotif[key];
1767
+ }
1768
+ });
1769
+ });
1770
+
1771
+ var _IRegion = require("./Interface/models/IRegion");
1772
+
1773
+ Object.keys(_IRegion).forEach(function (key) {
1774
+ if (key === "default" || key === "__esModule") return;
1775
+ Object.defineProperty(exports, key, {
1776
+ enumerable: true,
1777
+ get: function () {
1778
+ return _IRegion[key];
1779
+ }
1780
+ });
1781
+ });
1782
+
1783
+ var _IRegisterCategory = require("./Interface/models/IRegisterCategory");
1784
+
1785
+ Object.keys(_IRegisterCategory).forEach(function (key) {
1786
+ if (key === "default" || key === "__esModule") return;
1787
+ Object.defineProperty(exports, key, {
1788
+ enumerable: true,
1789
+ get: function () {
1790
+ return _IRegisterCategory[key];
1791
+ }
1792
+ });
1793
+ });
1794
+
1795
+ var _IRegulate = require("./Interface/models/IRegulate");
1796
+
1797
+ Object.keys(_IRegulate).forEach(function (key) {
1798
+ if (key === "default" || key === "__esModule") return;
1799
+ Object.defineProperty(exports, key, {
1800
+ enumerable: true,
1801
+ get: function () {
1802
+ return _IRegulate[key];
1803
+ }
1804
+ });
1805
+ });
1806
+
1807
+ var _IRegulation = require("./Interface/models/IRegulation");
1808
+
1809
+ Object.keys(_IRegulation).forEach(function (key) {
1810
+ if (key === "default" || key === "__esModule") return;
1811
+ Object.defineProperty(exports, key, {
1812
+ enumerable: true,
1813
+ get: function () {
1814
+ return _IRegulation[key];
1815
+ }
1816
+ });
1817
+ });
1818
+
1819
+ var _IReport = require("./Interface/models/IReport");
1820
+
1821
+ Object.keys(_IReport).forEach(function (key) {
1822
+ if (key === "default" || key === "__esModule") return;
1823
+ Object.defineProperty(exports, key, {
1824
+ enumerable: true,
1825
+ get: function () {
1826
+ return _IReport[key];
1827
+ }
1828
+ });
1829
+ });
1830
+
1831
+ var _IReportMessage = require("./Interface/models/IReportMessage");
1832
+
1833
+ Object.keys(_IReportMessage).forEach(function (key) {
1834
+ if (key === "default" || key === "__esModule") return;
1835
+ Object.defineProperty(exports, key, {
1836
+ enumerable: true,
1837
+ get: function () {
1838
+ return _IReportMessage[key];
1839
+ }
1840
+ });
1841
+ });
1842
+
1843
+ var _IRole = require("./Interface/models/IRole");
1844
+
1845
+ Object.keys(_IRole).forEach(function (key) {
1846
+ if (key === "default" || key === "__esModule") return;
1847
+ Object.defineProperty(exports, key, {
1848
+ enumerable: true,
1849
+ get: function () {
1850
+ return _IRole[key];
1851
+ }
1852
+ });
1853
+ });
1854
+
1855
+ var _IRoleUser = require("./Interface/models/IRoleUser");
1856
+
1857
+ Object.keys(_IRoleUser).forEach(function (key) {
1858
+ if (key === "default" || key === "__esModule") return;
1859
+ Object.defineProperty(exports, key, {
1860
+ enumerable: true,
1861
+ get: function () {
1862
+ return _IRoleUser[key];
1863
+ }
1864
+ });
1865
+ });
1866
+
1867
+ var _IRoom = require("./Interface/models/IRoom");
1868
+
1869
+ Object.keys(_IRoom).forEach(function (key) {
1870
+ if (key === "default" || key === "__esModule") return;
1871
+ Object.defineProperty(exports, key, {
1872
+ enumerable: true,
1873
+ get: function () {
1874
+ return _IRoom[key];
1875
+ }
1876
+ });
1877
+ });
1878
+
1879
+ var _IRule = require("./Interface/models/IRule");
1880
+
1881
+ Object.keys(_IRule).forEach(function (key) {
1882
+ if (key === "default" || key === "__esModule") return;
1883
+ Object.defineProperty(exports, key, {
1884
+ enumerable: true,
1885
+ get: function () {
1886
+ return _IRule[key];
1887
+ }
1888
+ });
1889
+ });
1890
+
1891
+ var _ISchedule = require("./Interface/models/ISchedule");
1892
+
1893
+ Object.keys(_ISchedule).forEach(function (key) {
1894
+ if (key === "default" || key === "__esModule") return;
1895
+ Object.defineProperty(exports, key, {
1896
+ enumerable: true,
1897
+ get: function () {
1898
+ return _ISchedule[key];
1899
+ }
1900
+ });
1901
+ });
1902
+
1903
+ var _ISector = require("./Interface/models/ISector");
1904
+
1905
+ Object.keys(_ISector).forEach(function (key) {
1906
+ if (key === "default" || key === "__esModule") return;
1907
+ Object.defineProperty(exports, key, {
1908
+ enumerable: true,
1909
+ get: function () {
1910
+ return _ISector[key];
1911
+ }
1912
+ });
1913
+ });
1914
+
1915
+ var _ISendMethod = require("./Interface/models/ISendMethod");
1916
+
1917
+ Object.keys(_ISendMethod).forEach(function (key) {
1918
+ if (key === "default" || key === "__esModule") return;
1919
+ Object.defineProperty(exports, key, {
1920
+ enumerable: true,
1921
+ get: function () {
1922
+ return _ISendMethod[key];
1923
+ }
1924
+ });
1925
+ });
1926
+
1927
+ var _IService = require("./Interface/models/IService");
1928
+
1929
+ Object.keys(_IService).forEach(function (key) {
1930
+ if (key === "default" || key === "__esModule") return;
1931
+ Object.defineProperty(exports, key, {
1932
+ enumerable: true,
1933
+ get: function () {
1934
+ return _IService[key];
1935
+ }
1936
+ });
1937
+ });
1938
+
1939
+ var _ISheetMonthSchedule = require("./Interface/models/ISheetMonthSchedule");
1940
+
1941
+ Object.keys(_ISheetMonthSchedule).forEach(function (key) {
1942
+ if (key === "default" || key === "__esModule") return;
1943
+ Object.defineProperty(exports, key, {
1944
+ enumerable: true,
1945
+ get: function () {
1946
+ return _ISheetMonthSchedule[key];
1947
+ }
1948
+ });
1949
+ });
1950
+
1951
+ var _ISimulation = require("./Interface/models/ISimulation");
1952
+
1953
+ Object.keys(_ISimulation).forEach(function (key) {
1954
+ if (key === "default" || key === "__esModule") return;
1955
+ Object.defineProperty(exports, key, {
1956
+ enumerable: true,
1957
+ get: function () {
1958
+ return _ISimulation[key];
1959
+ }
1960
+ });
1961
+ });
1962
+
1963
+ var _ISimulationAdditionalFinance = require("./Interface/models/ISimulationAdditionalFinance");
1964
+
1965
+ Object.keys(_ISimulationAdditionalFinance).forEach(function (key) {
1966
+ if (key === "default" || key === "__esModule") return;
1967
+ Object.defineProperty(exports, key, {
1968
+ enumerable: true,
1969
+ get: function () {
1970
+ return _ISimulationAdditionalFinance[key];
1971
+ }
1972
+ });
1973
+ });
1974
+
1975
+ var _ISimulationColor = require("./Interface/models/ISimulationColor");
1976
+
1977
+ Object.keys(_ISimulationColor).forEach(function (key) {
1978
+ if (key === "default" || key === "__esModule") return;
1979
+ Object.defineProperty(exports, key, {
1980
+ enumerable: true,
1981
+ get: function () {
1982
+ return _ISimulationColor[key];
1983
+ }
1984
+ });
1985
+ });
1986
+
1987
+ var _ISimulationElement = require("./Interface/models/ISimulationElement");
1988
+
1989
+ Object.keys(_ISimulationElement).forEach(function (key) {
1990
+ if (key === "default" || key === "__esModule") return;
1991
+ Object.defineProperty(exports, key, {
1992
+ enumerable: true,
1993
+ get: function () {
1994
+ return _ISimulationElement[key];
1995
+ }
1996
+ });
1997
+ });
1998
+
1999
+ var _ISimulationHasBankAccount = require("./Interface/models/ISimulationHasBankAccount");
2000
+
2001
+ Object.keys(_ISimulationHasBankAccount).forEach(function (key) {
2002
+ if (key === "default" || key === "__esModule") return;
2003
+ Object.defineProperty(exports, key, {
2004
+ enumerable: true,
2005
+ get: function () {
2006
+ return _ISimulationHasBankAccount[key];
2007
+ }
2008
+ });
2009
+ });
2010
+
2011
+ var _ISimulationPeriod = require("./Interface/models/ISimulationPeriod");
2012
+
2013
+ Object.keys(_ISimulationPeriod).forEach(function (key) {
2014
+ if (key === "default" || key === "__esModule") return;
2015
+ Object.defineProperty(exports, key, {
2016
+ enumerable: true,
2017
+ get: function () {
2018
+ return _ISimulationPeriod[key];
2019
+ }
2020
+ });
2021
+ });
2022
+
2023
+ var _ISimulationSummary = require("./Interface/models/ISimulationSummary");
2024
+
2025
+ Object.keys(_ISimulationSummary).forEach(function (key) {
2026
+ if (key === "default" || key === "__esModule") return;
2027
+ Object.defineProperty(exports, key, {
2028
+ enumerable: true,
2029
+ get: function () {
2030
+ return _ISimulationSummary[key];
2031
+ }
2032
+ });
2033
+ });
2034
+
2035
+ var _ISocialDetail = require("./Interface/models/ISocialDetail");
2036
+
2037
+ Object.keys(_ISocialDetail).forEach(function (key) {
2038
+ if (key === "default" || key === "__esModule") return;
2039
+ Object.defineProperty(exports, key, {
2040
+ enumerable: true,
2041
+ get: function () {
2042
+ return _ISocialDetail[key];
2043
+ }
2044
+ });
2045
+ });
2046
+
2047
+ var _ISociety = require("./Interface/models/ISociety");
2048
+
2049
+ Object.keys(_ISociety).forEach(function (key) {
2050
+ if (key === "default" || key === "__esModule") return;
2051
+ Object.defineProperty(exports, key, {
2052
+ enumerable: true,
2053
+ get: function () {
2054
+ return _ISociety[key];
2055
+ }
2056
+ });
2057
+ });
2058
+
2059
+ var _ISocietyAction = require("./Interface/models/ISocietyAction");
2060
+
2061
+ Object.keys(_ISocietyAction).forEach(function (key) {
2062
+ if (key === "default" || key === "__esModule") return;
2063
+ Object.defineProperty(exports, key, {
2064
+ enumerable: true,
2065
+ get: function () {
2066
+ return _ISocietyAction[key];
2067
+ }
2068
+ });
2069
+ });
2070
+
2071
+ var _ISocietyApproval = require("./Interface/models/ISocietyApproval");
2072
+
2073
+ Object.keys(_ISocietyApproval).forEach(function (key) {
2074
+ if (key === "default" || key === "__esModule") return;
2075
+ Object.defineProperty(exports, key, {
2076
+ enumerable: true,
2077
+ get: function () {
2078
+ return _ISocietyApproval[key];
2079
+ }
2080
+ });
2081
+ });
2082
+
2083
+ var _ISocietyBank = require("./Interface/models/ISocietyBank");
2084
+
2085
+ Object.keys(_ISocietyBank).forEach(function (key) {
2086
+ if (key === "default" || key === "__esModule") return;
2087
+ Object.defineProperty(exports, key, {
2088
+ enumerable: true,
2089
+ get: function () {
2090
+ return _ISocietyBank[key];
2091
+ }
2092
+ });
2093
+ });
2094
+
2095
+ var _ISocietyBudgetConnection = require("./Interface/models/ISocietyBudgetConnection");
2096
+
2097
+ Object.keys(_ISocietyBudgetConnection).forEach(function (key) {
2098
+ if (key === "default" || key === "__esModule") return;
2099
+ Object.defineProperty(exports, key, {
2100
+ enumerable: true,
2101
+ get: function () {
2102
+ return _ISocietyBudgetConnection[key];
2103
+ }
2104
+ });
2105
+ });
2106
+
2107
+ var _ISocietyCgv = require("./Interface/models/ISocietyCgv");
2108
+
2109
+ Object.keys(_ISocietyCgv).forEach(function (key) {
2110
+ if (key === "default" || key === "__esModule") return;
2111
+ Object.defineProperty(exports, key, {
2112
+ enumerable: true,
2113
+ get: function () {
2114
+ return _ISocietyCgv[key];
2115
+ }
2116
+ });
2117
+ });
2118
+
2119
+ var _ISocietyConfig = require("./Interface/models/ISocietyConfig");
2120
+
2121
+ Object.keys(_ISocietyConfig).forEach(function (key) {
2122
+ if (key === "default" || key === "__esModule") return;
2123
+ Object.defineProperty(exports, key, {
2124
+ enumerable: true,
2125
+ get: function () {
2126
+ return _ISocietyConfig[key];
2127
+ }
2128
+ });
2129
+ });
2130
+
2131
+ var _ISocietyConfigBalanceSheet = require("./Interface/models/ISocietyConfigBalanceSheet");
2132
+
2133
+ Object.keys(_ISocietyConfigBalanceSheet).forEach(function (key) {
2134
+ if (key === "default" || key === "__esModule") return;
2135
+ Object.defineProperty(exports, key, {
2136
+ enumerable: true,
2137
+ get: function () {
2138
+ return _ISocietyConfigBalanceSheet[key];
2139
+ }
2140
+ });
2141
+ });
2142
+
2143
+ var _ISocietyDetail = require("./Interface/models/ISocietyDetail");
2144
+
2145
+ Object.keys(_ISocietyDetail).forEach(function (key) {
2146
+ if (key === "default" || key === "__esModule") return;
2147
+ Object.defineProperty(exports, key, {
2148
+ enumerable: true,
2149
+ get: function () {
2150
+ return _ISocietyDetail[key];
2151
+ }
2152
+ });
2153
+ });
2154
+
2155
+ var _ISocietyFile = require("./Interface/models/ISocietyFile");
2156
+
2157
+ Object.keys(_ISocietyFile).forEach(function (key) {
2158
+ if (key === "default" || key === "__esModule") return;
2159
+ Object.defineProperty(exports, key, {
2160
+ enumerable: true,
2161
+ get: function () {
2162
+ return _ISocietyFile[key];
2163
+ }
2164
+ });
2165
+ });
2166
+
2167
+ var _ISocietyGescom = require("./Interface/models/ISocietyGescom");
2168
+
2169
+ Object.keys(_ISocietyGescom).forEach(function (key) {
2170
+ if (key === "default" || key === "__esModule") return;
2171
+ Object.defineProperty(exports, key, {
2172
+ enumerable: true,
2173
+ get: function () {
2174
+ return _ISocietyGescom[key];
2175
+ }
2176
+ });
2177
+ });
2178
+
2179
+ var _ISocietyJuridical = require("./Interface/models/ISocietyJuridical");
2180
+
2181
+ Object.keys(_ISocietyJuridical).forEach(function (key) {
2182
+ if (key === "default" || key === "__esModule") return;
2183
+ Object.defineProperty(exports, key, {
2184
+ enumerable: true,
2185
+ get: function () {
2186
+ return _ISocietyJuridical[key];
2187
+ }
2188
+ });
2189
+ });
2190
+
2191
+ var _ISocietyNote = require("./Interface/models/ISocietyNote");
2192
+
2193
+ Object.keys(_ISocietyNote).forEach(function (key) {
2194
+ if (key === "default" || key === "__esModule") return;
2195
+ Object.defineProperty(exports, key, {
2196
+ enumerable: true,
2197
+ get: function () {
2198
+ return _ISocietyNote[key];
2199
+ }
2200
+ });
2201
+ });
2202
+
2203
+ var _ISocietyPartner = require("./Interface/models/ISocietyPartner");
2204
+
2205
+ Object.keys(_ISocietyPartner).forEach(function (key) {
2206
+ if (key === "default" || key === "__esModule") return;
2207
+ Object.defineProperty(exports, key, {
2208
+ enumerable: true,
2209
+ get: function () {
2210
+ return _ISocietyPartner[key];
2211
+ }
2212
+ });
2213
+ });
2214
+
2215
+ var _ISocietyProceeding = require("./Interface/models/ISocietyProceeding");
2216
+
2217
+ Object.keys(_ISocietyProceeding).forEach(function (key) {
2218
+ if (key === "default" || key === "__esModule") return;
2219
+ Object.defineProperty(exports, key, {
2220
+ enumerable: true,
2221
+ get: function () {
2222
+ return _ISocietyProceeding[key];
2223
+ }
2224
+ });
2225
+ });
2226
+
2227
+ var _ISocietyProcessRegister = require("./Interface/models/ISocietyProcessRegister");
2228
+
2229
+ Object.keys(_ISocietyProcessRegister).forEach(function (key) {
2230
+ if (key === "default" || key === "__esModule") return;
2231
+ Object.defineProperty(exports, key, {
2232
+ enumerable: true,
2233
+ get: function () {
2234
+ return _ISocietyProcessRegister[key];
2235
+ }
2236
+ });
2237
+ });
2238
+
2239
+ var _ISocietyRelance = require("./Interface/models/ISocietyRelance");
2240
+
2241
+ Object.keys(_ISocietyRelance).forEach(function (key) {
2242
+ if (key === "default" || key === "__esModule") return;
2243
+ Object.defineProperty(exports, key, {
2244
+ enumerable: true,
2245
+ get: function () {
2246
+ return _ISocietyRelance[key];
2247
+ }
2248
+ });
2249
+ });
2250
+
2251
+ var _ISocietySocial = require("./Interface/models/ISocietySocial");
2252
+
2253
+ Object.keys(_ISocietySocial).forEach(function (key) {
2254
+ if (key === "default" || key === "__esModule") return;
2255
+ Object.defineProperty(exports, key, {
2256
+ enumerable: true,
2257
+ get: function () {
2258
+ return _ISocietySocial[key];
2259
+ }
2260
+ });
2261
+ });
2262
+
2263
+ var _ISocietySoftware = require("./Interface/models/ISocietySoftware");
2264
+
2265
+ Object.keys(_ISocietySoftware).forEach(function (key) {
2266
+ if (key === "default" || key === "__esModule") return;
2267
+ Object.defineProperty(exports, key, {
2268
+ enumerable: true,
2269
+ get: function () {
2270
+ return _ISocietySoftware[key];
2271
+ }
2272
+ });
2273
+ });
2274
+
2275
+ var _ISocietyStat = require("./Interface/models/ISocietyStat");
2276
+
2277
+ Object.keys(_ISocietyStat).forEach(function (key) {
2278
+ if (key === "default" || key === "__esModule") return;
2279
+ Object.defineProperty(exports, key, {
2280
+ enumerable: true,
2281
+ get: function () {
2282
+ return _ISocietyStat[key];
2283
+ }
2284
+ });
2285
+ });
2286
+
2287
+ var _ISocietyVehicle = require("./Interface/models/ISocietyVehicle");
2288
+
2289
+ Object.keys(_ISocietyVehicle).forEach(function (key) {
2290
+ if (key === "default" || key === "__esModule") return;
2291
+ Object.defineProperty(exports, key, {
2292
+ enumerable: true,
2293
+ get: function () {
2294
+ return _ISocietyVehicle[key];
2295
+ }
2296
+ });
2297
+ });
2298
+
2299
+ var _ISoftwareCompta = require("./Interface/models/ISoftwareCompta");
2300
+
2301
+ Object.keys(_ISoftwareCompta).forEach(function (key) {
2302
+ if (key === "default" || key === "__esModule") return;
2303
+ Object.defineProperty(exports, key, {
2304
+ enumerable: true,
2305
+ get: function () {
2306
+ return _ISoftwareCompta[key];
2307
+ }
2308
+ });
2309
+ });
2310
+
2311
+ var _ISource = require("./Interface/models/ISource");
2312
+
2313
+ Object.keys(_ISource).forEach(function (key) {
2314
+ if (key === "default" || key === "__esModule") return;
2315
+ Object.defineProperty(exports, key, {
2316
+ enumerable: true,
2317
+ get: function () {
2318
+ return _ISource[key];
2319
+ }
2320
+ });
2321
+ });
2322
+
2323
+ var _ISpecialOperation = require("./Interface/models/ISpecialOperation");
2324
+
2325
+ Object.keys(_ISpecialOperation).forEach(function (key) {
2326
+ if (key === "default" || key === "__esModule") return;
2327
+ Object.defineProperty(exports, key, {
2328
+ enumerable: true,
2329
+ get: function () {
2330
+ return _ISpecialOperation[key];
2331
+ }
2332
+ });
2333
+ });
2334
+
2335
+ var _ISponsorshipLink = require("./Interface/models/ISponsorshipLink");
2336
+
2337
+ Object.keys(_ISponsorshipLink).forEach(function (key) {
2338
+ if (key === "default" || key === "__esModule") return;
2339
+ Object.defineProperty(exports, key, {
2340
+ enumerable: true,
2341
+ get: function () {
2342
+ return _ISponsorshipLink[key];
2343
+ }
2344
+ });
2345
+ });
2346
+
2347
+ var _IStatusSignature = require("./Interface/models/IStatusSignature");
2348
+
2349
+ Object.keys(_IStatusSignature).forEach(function (key) {
2350
+ if (key === "default" || key === "__esModule") return;
2351
+ Object.defineProperty(exports, key, {
2352
+ enumerable: true,
2353
+ get: function () {
2354
+ return _IStatusSignature[key];
2355
+ }
2356
+ });
2357
+ });
2358
+
2359
+ var _IStripeEvent = require("./Interface/models/IStripeEvent");
2360
+
2361
+ Object.keys(_IStripeEvent).forEach(function (key) {
2362
+ if (key === "default" || key === "__esModule") return;
2363
+ Object.defineProperty(exports, key, {
2364
+ enumerable: true,
2365
+ get: function () {
2366
+ return _IStripeEvent[key];
2367
+ }
2368
+ });
2369
+ });
2370
+
2371
+ var _ISupervision = require("./Interface/models/ISupervision");
2372
+
2373
+ Object.keys(_ISupervision).forEach(function (key) {
2374
+ if (key === "default" || key === "__esModule") return;
2375
+ Object.defineProperty(exports, key, {
2376
+ enumerable: true,
2377
+ get: function () {
2378
+ return _ISupervision[key];
2379
+ }
2380
+ });
2381
+ });
2382
+
2383
+ var _ISupervisionJob = require("./Interface/models/ISupervisionJob");
2384
+
2385
+ Object.keys(_ISupervisionJob).forEach(function (key) {
2386
+ if (key === "default" || key === "__esModule") return;
2387
+ Object.defineProperty(exports, key, {
2388
+ enumerable: true,
2389
+ get: function () {
2390
+ return _ISupervisionJob[key];
2391
+ }
2392
+ });
2393
+ });
2394
+
2395
+ var _ISupervisionPendingPoint = require("./Interface/models/ISupervisionPendingPoint");
2396
+
2397
+ Object.keys(_ISupervisionPendingPoint).forEach(function (key) {
2398
+ if (key === "default" || key === "__esModule") return;
2399
+ Object.defineProperty(exports, key, {
2400
+ enumerable: true,
2401
+ get: function () {
2402
+ return _ISupervisionPendingPoint[key];
2403
+ }
2404
+ });
2405
+ });
2406
+
2407
+ var _ITag = require("./Interface/models/ITag");
2408
+
2409
+ Object.keys(_ITag).forEach(function (key) {
2410
+ if (key === "default" || key === "__esModule") return;
2411
+ Object.defineProperty(exports, key, {
2412
+ enumerable: true,
2413
+ get: function () {
2414
+ return _ITag[key];
2415
+ }
2416
+ });
2417
+ });
2418
+
2419
+ var _ITask = require("./Interface/models/ITask");
2420
+
2421
+ Object.keys(_ITask).forEach(function (key) {
2422
+ if (key === "default" || key === "__esModule") return;
2423
+ Object.defineProperty(exports, key, {
2424
+ enumerable: true,
2425
+ get: function () {
2426
+ return _ITask[key];
2427
+ }
2428
+ });
2429
+ });
2430
+
2431
+ var _ITaxSystem = require("./Interface/models/ITaxSystem");
2432
+
2433
+ Object.keys(_ITaxSystem).forEach(function (key) {
2434
+ if (key === "default" || key === "__esModule") return;
2435
+ Object.defineProperty(exports, key, {
2436
+ enumerable: true,
2437
+ get: function () {
2438
+ return _ITaxSystem[key];
2439
+ }
2440
+ });
2441
+ });
2442
+
2443
+ var _ITeamBusinessLine = require("./Interface/models/ITeamBusinessLine");
2444
+
2445
+ Object.keys(_ITeamBusinessLine).forEach(function (key) {
2446
+ if (key === "default" || key === "__esModule") return;
2447
+ Object.defineProperty(exports, key, {
2448
+ enumerable: true,
2449
+ get: function () {
2450
+ return _ITeamBusinessLine[key];
2451
+ }
2452
+ });
2453
+ });
2454
+
2455
+ var _ITeam = require("./Interface/models/ITeam");
2456
+
2457
+ Object.keys(_ITeam).forEach(function (key) {
2458
+ if (key === "default" || key === "__esModule") return;
2459
+ Object.defineProperty(exports, key, {
2460
+ enumerable: true,
2461
+ get: function () {
2462
+ return _ITeam[key];
2463
+ }
2464
+ });
2465
+ });
2466
+
2467
+ var _ITerminationList = require("./Interface/models/ITerminationList");
2468
+
2469
+ Object.keys(_ITerminationList).forEach(function (key) {
2470
+ if (key === "default" || key === "__esModule") return;
2471
+ Object.defineProperty(exports, key, {
2472
+ enumerable: true,
2473
+ get: function () {
2474
+ return _ITerminationList[key];
2475
+ }
2476
+ });
2477
+ });
2478
+
2479
+ var _ITicketSupport = require("./Interface/models/ITicketSupport");
2480
+
2481
+ Object.keys(_ITicketSupport).forEach(function (key) {
2482
+ if (key === "default" || key === "__esModule") return;
2483
+ Object.defineProperty(exports, key, {
2484
+ enumerable: true,
2485
+ get: function () {
2486
+ return _ITicketSupport[key];
2487
+ }
2488
+ });
2489
+ });
2490
+
2491
+ var _ITicketSupportFollow = require("./Interface/models/ITicketSupportFollow");
2492
+
2493
+ Object.keys(_ITicketSupportFollow).forEach(function (key) {
2494
+ if (key === "default" || key === "__esModule") return;
2495
+ Object.defineProperty(exports, key, {
2496
+ enumerable: true,
2497
+ get: function () {
2498
+ return _ITicketSupportFollow[key];
2499
+ }
2500
+ });
2501
+ });
2502
+
2503
+ var _IThirdParty = require("./Interface/models/IThirdParty");
2504
+
2505
+ Object.keys(_IThirdParty).forEach(function (key) {
2506
+ if (key === "default" || key === "__esModule") return;
2507
+ Object.defineProperty(exports, key, {
2508
+ enumerable: true,
2509
+ get: function () {
2510
+ return _IThirdParty[key];
2511
+ }
2512
+ });
2513
+ });
2514
+
2515
+ var _IThirdPartySociety = require("./Interface/models/IThirdPartySociety");
2516
+
2517
+ Object.keys(_IThirdPartySociety).forEach(function (key) {
2518
+ if (key === "default" || key === "__esModule") return;
2519
+ Object.defineProperty(exports, key, {
2520
+ enumerable: true,
2521
+ get: function () {
2522
+ return _IThirdPartySociety[key];
2523
+ }
2524
+ });
2525
+ });
2526
+
2527
+ var _ITimeTracking = require("./Interface/models/ITimeTracking");
2528
+
2529
+ Object.keys(_ITimeTracking).forEach(function (key) {
2530
+ if (key === "default" || key === "__esModule") return;
2531
+ Object.defineProperty(exports, key, {
2532
+ enumerable: true,
2533
+ get: function () {
2534
+ return _ITimeTracking[key];
2535
+ }
2536
+ });
2537
+ });
2538
+
2539
+ var _ITimeTrackingSource = require("./Interface/models/ITimeTrackingSource");
2540
+
2541
+ Object.keys(_ITimeTrackingSource).forEach(function (key) {
2542
+ if (key === "default" || key === "__esModule") return;
2543
+ Object.defineProperty(exports, key, {
2544
+ enumerable: true,
2545
+ get: function () {
2546
+ return _ITimeTrackingSource[key];
2547
+ }
2548
+ });
2549
+ });
2550
+
2551
+ var _ITmpValidationToken = require("./Interface/models/ITmpValidationToken");
2552
+
2553
+ Object.keys(_ITmpValidationToken).forEach(function (key) {
2554
+ if (key === "default" || key === "__esModule") return;
2555
+ Object.defineProperty(exports, key, {
2556
+ enumerable: true,
2557
+ get: function () {
2558
+ return _ITmpValidationToken[key];
2559
+ }
2560
+ });
2561
+ });
2562
+
2563
+ var _IAccountantTracker = require("./Interface/models/IAccountantTracker");
2564
+
2565
+ Object.keys(_IAccountantTracker).forEach(function (key) {
2566
+ if (key === "default" || key === "__esModule") return;
2567
+ Object.defineProperty(exports, key, {
2568
+ enumerable: true,
2569
+ get: function () {
2570
+ return _IAccountantTracker[key];
2571
+ }
2572
+ });
2573
+ });
2574
+
2575
+ var _IVatMargin = require("./Interface/models/IVatMargin");
2576
+
2577
+ Object.keys(_IVatMargin).forEach(function (key) {
2578
+ if (key === "default" || key === "__esModule") return;
2579
+ Object.defineProperty(exports, key, {
2580
+ enumerable: true,
2581
+ get: function () {
2582
+ return _IVatMargin[key];
2583
+ }
2584
+ });
2585
+ });
2586
+
2587
+ var _IVatRegime = require("./Interface/models/IVatRegime");
2588
+
2589
+ Object.keys(_IVatRegime).forEach(function (key) {
2590
+ if (key === "default" || key === "__esModule") return;
2591
+ Object.defineProperty(exports, key, {
2592
+ enumerable: true,
2593
+ get: function () {
2594
+ return _IVatRegime[key];
2595
+ }
2596
+ });
2597
+ });
2598
+
2599
+ var _IVat = require("./Interface/models/IVat");
2600
+
2601
+ Object.keys(_IVat).forEach(function (key) {
2602
+ if (key === "default" || key === "__esModule") return;
2603
+ Object.defineProperty(exports, key, {
2604
+ enumerable: true,
2605
+ get: function () {
2606
+ return _IVat[key];
2607
+ }
2608
+ });
2609
+ });
2610
+
2611
+ var _IAbsenceType = require("./Interface/models/IAbsenceType");
2612
+
2613
+ Object.keys(_IAbsenceType).forEach(function (key) {
2614
+ if (key === "default" || key === "__esModule") return;
2615
+ Object.defineProperty(exports, key, {
2616
+ enumerable: true,
2617
+ get: function () {
2618
+ return _IAbsenceType[key];
2619
+ }
2620
+ });
2621
+ });
2622
+
2623
+ var _IAccountType = require("./Interface/models/IAccountType");
2624
+
2625
+ Object.keys(_IAccountType).forEach(function (key) {
2626
+ if (key === "default" || key === "__esModule") return;
2627
+ Object.defineProperty(exports, key, {
2628
+ enumerable: true,
2629
+ get: function () {
2630
+ return _IAccountType[key];
2631
+ }
2632
+ });
2633
+ });
2634
+
2635
+ var _IAccountingFileType = require("./Interface/models/IAccountingFileType");
2636
+
2637
+ Object.keys(_IAccountingFileType).forEach(function (key) {
2638
+ if (key === "default" || key === "__esModule") return;
2639
+ Object.defineProperty(exports, key, {
2640
+ enumerable: true,
2641
+ get: function () {
2642
+ return _IAccountingFileType[key];
2643
+ }
2644
+ });
2645
+ });
2646
+
2647
+ var _IBrandType = require("./Interface/models/IBrandType");
2648
+
2649
+ Object.keys(_IBrandType).forEach(function (key) {
2650
+ if (key === "default" || key === "__esModule") return;
2651
+ Object.defineProperty(exports, key, {
2652
+ enumerable: true,
2653
+ get: function () {
2654
+ return _IBrandType[key];
2655
+ }
2656
+ });
2657
+ });
2658
+
2659
+ var _ICashDeskTransactionType = require("./Interface/models/ICashDeskTransactionType");
2660
+
2661
+ Object.keys(_ICashDeskTransactionType).forEach(function (key) {
2662
+ if (key === "default" || key === "__esModule") return;
2663
+ Object.defineProperty(exports, key, {
2664
+ enumerable: true,
2665
+ get: function () {
2666
+ return _ICashDeskTransactionType[key];
2667
+ }
2668
+ });
2669
+ });
2670
+
2671
+ var _IChannelType = require("./Interface/models/IChannelType");
2672
+
2673
+ Object.keys(_IChannelType).forEach(function (key) {
2674
+ if (key === "default" || key === "__esModule") return;
2675
+ Object.defineProperty(exports, key, {
2676
+ enumerable: true,
2677
+ get: function () {
2678
+ return _IChannelType[key];
2679
+ }
2680
+ });
2681
+ });
2682
+
2683
+ var _IChecklistType = require("./Interface/models/IChecklistType");
2684
+
2685
+ Object.keys(_IChecklistType).forEach(function (key) {
2686
+ if (key === "default" || key === "__esModule") return;
2687
+ Object.defineProperty(exports, key, {
2688
+ enumerable: true,
2689
+ get: function () {
2690
+ return _IChecklistType[key];
2691
+ }
2692
+ });
2693
+ });
2694
+
2695
+ var _IChecklistCategoryType = require("./Interface/models/IChecklistCategoryType");
2696
+
2697
+ Object.keys(_IChecklistCategoryType).forEach(function (key) {
2698
+ if (key === "default" || key === "__esModule") return;
2699
+ Object.defineProperty(exports, key, {
2700
+ enumerable: true,
2701
+ get: function () {
2702
+ return _IChecklistCategoryType[key];
2703
+ }
2704
+ });
2705
+ });
2706
+
2707
+ var _ICommentType = require("./Interface/models/ICommentType");
2708
+
2709
+ Object.keys(_ICommentType).forEach(function (key) {
2710
+ if (key === "default" || key === "__esModule") return;
2711
+ Object.defineProperty(exports, key, {
2712
+ enumerable: true,
2713
+ get: function () {
2714
+ return _ICommentType[key];
2715
+ }
2716
+ });
2717
+ });
2718
+
2719
+ var _IComptaType = require("./Interface/models/IComptaType");
2720
+
2721
+ Object.keys(_IComptaType).forEach(function (key) {
2722
+ if (key === "default" || key === "__esModule") return;
2723
+ Object.defineProperty(exports, key, {
2724
+ enumerable: true,
2725
+ get: function () {
2726
+ return _IComptaType[key];
2727
+ }
2728
+ });
2729
+ });
2730
+
2731
+ var _IComptaHistoryType = require("./Interface/models/IComptaHistoryType");
2732
+
2733
+ Object.keys(_IComptaHistoryType).forEach(function (key) {
2734
+ if (key === "default" || key === "__esModule") return;
2735
+ Object.defineProperty(exports, key, {
2736
+ enumerable: true,
2737
+ get: function () {
2738
+ return _IComptaHistoryType[key];
2739
+ }
2740
+ });
2741
+ });
2742
+
2743
+ var _IConnectorType = require("./Interface/models/IConnectorType");
2744
+
2745
+ Object.keys(_IConnectorType).forEach(function (key) {
2746
+ if (key === "default" || key === "__esModule") return;
2747
+ Object.defineProperty(exports, key, {
2748
+ enumerable: true,
2749
+ get: function () {
2750
+ return _IConnectorType[key];
2751
+ }
2752
+ });
2753
+ });
2754
+
2755
+ var _IContractType = require("./Interface/models/IContractType");
2756
+
2757
+ Object.keys(_IContractType).forEach(function (key) {
2758
+ if (key === "default" || key === "__esModule") return;
2759
+ Object.defineProperty(exports, key, {
2760
+ enumerable: true,
2761
+ get: function () {
2762
+ return _IContractType[key];
2763
+ }
2764
+ });
2765
+ });
2766
+
2767
+ var _ICustomizationType = require("./Interface/models/ICustomizationType");
2768
+
2769
+ Object.keys(_ICustomizationType).forEach(function (key) {
2770
+ if (key === "default" || key === "__esModule") return;
2771
+ Object.defineProperty(exports, key, {
2772
+ enumerable: true,
2773
+ get: function () {
2774
+ return _ICustomizationType[key];
2775
+ }
2776
+ });
2777
+ });
2778
+
2779
+ var _IDocumentWaitingType = require("./Interface/models/IDocumentWaitingType");
2780
+
2781
+ Object.keys(_IDocumentWaitingType).forEach(function (key) {
2782
+ if (key === "default" || key === "__esModule") return;
2783
+ Object.defineProperty(exports, key, {
2784
+ enumerable: true,
2785
+ get: function () {
2786
+ return _IDocumentWaitingType[key];
2787
+ }
2788
+ });
2789
+ });
2790
+
2791
+ var _IEstimateInvoiceType = require("./Interface/models/IEstimateInvoiceType");
2792
+
2793
+ Object.keys(_IEstimateInvoiceType).forEach(function (key) {
2794
+ if (key === "default" || key === "__esModule") return;
2795
+ Object.defineProperty(exports, key, {
2796
+ enumerable: true,
2797
+ get: function () {
2798
+ return _IEstimateInvoiceType[key];
2799
+ }
2800
+ });
2801
+ });
2802
+
2803
+ var _IFollowedQualityMailType = require("./Interface/models/IFollowedQualityMailType");
2804
+
2805
+ Object.keys(_IFollowedQualityMailType).forEach(function (key) {
2806
+ if (key === "default" || key === "__esModule") return;
2807
+ Object.defineProperty(exports, key, {
2808
+ enumerable: true,
2809
+ get: function () {
2810
+ return _IFollowedQualityMailType[key];
2811
+ }
2812
+ });
2813
+ });
2814
+
2815
+ var _IGedFileType = require("./Interface/models/IGedFileType");
2816
+
2817
+ Object.keys(_IGedFileType).forEach(function (key) {
2818
+ if (key === "default" || key === "__esModule") return;
2819
+ Object.defineProperty(exports, key, {
2820
+ enumerable: true,
2821
+ get: function () {
2822
+ return _IGedFileType[key];
2823
+ }
2824
+ });
2825
+ });
2826
+
2827
+ var _ILetterType = require("./Interface/models/ILetterType");
2828
+
2829
+ Object.keys(_ILetterType).forEach(function (key) {
2830
+ if (key === "default" || key === "__esModule") return;
2831
+ Object.defineProperty(exports, key, {
2832
+ enumerable: true,
2833
+ get: function () {
2834
+ return _ILetterType[key];
2835
+ }
2836
+ });
2837
+ });
2838
+
2839
+ var _ILogType = require("./Interface/models/ILogType");
2840
+
2841
+ Object.keys(_ILogType).forEach(function (key) {
2842
+ if (key === "default" || key === "__esModule") return;
2843
+ Object.defineProperty(exports, key, {
2844
+ enumerable: true,
2845
+ get: function () {
2846
+ return _ILogType[key];
2847
+ }
2848
+ });
2849
+ });
2850
+
2851
+ var _INotificationCodeType = require("./Interface/models/INotificationCodeType");
2852
+
2853
+ Object.keys(_INotificationCodeType).forEach(function (key) {
2854
+ if (key === "default" || key === "__esModule") return;
2855
+ Object.defineProperty(exports, key, {
2856
+ enumerable: true,
2857
+ get: function () {
2858
+ return _INotificationCodeType[key];
2859
+ }
2860
+ });
2861
+ });
2862
+
2863
+ var _INotificationType = require("./Interface/models/INotificationType");
2864
+
2865
+ Object.keys(_INotificationType).forEach(function (key) {
2866
+ if (key === "default" || key === "__esModule") return;
2867
+ Object.defineProperty(exports, key, {
2868
+ enumerable: true,
2869
+ get: function () {
2870
+ return _INotificationType[key];
2871
+ }
2872
+ });
2873
+ });
2874
+
2875
+ var _IPartnerTransactionType = require("./Interface/models/IPartnerTransactionType");
2876
+
2877
+ Object.keys(_IPartnerTransactionType).forEach(function (key) {
2878
+ if (key === "default" || key === "__esModule") return;
2879
+ Object.defineProperty(exports, key, {
2880
+ enumerable: true,
2881
+ get: function () {
2882
+ return _IPartnerTransactionType[key];
2883
+ }
2884
+ });
2885
+ });
2886
+
2887
+ var _IPenaltyType = require("./Interface/models/IPenaltyType");
2888
+
2889
+ Object.keys(_IPenaltyType).forEach(function (key) {
2890
+ if (key === "default" || key === "__esModule") return;
2891
+ Object.defineProperty(exports, key, {
2892
+ enumerable: true,
2893
+ get: function () {
2894
+ return _IPenaltyType[key];
2895
+ }
2896
+ });
2897
+ });
2898
+
2899
+ var _IProductType = require("./Interface/models/IProductType");
2900
+
2901
+ Object.keys(_IProductType).forEach(function (key) {
2902
+ if (key === "default" || key === "__esModule") return;
2903
+ Object.defineProperty(exports, key, {
2904
+ enumerable: true,
2905
+ get: function () {
2906
+ return _IProductType[key];
2907
+ }
2908
+ });
2909
+ });
2910
+
2911
+ var _IRepeatType = require("./Interface/models/IRepeatType");
2912
+
2913
+ Object.keys(_IRepeatType).forEach(function (key) {
2914
+ if (key === "default" || key === "__esModule") return;
2915
+ Object.defineProperty(exports, key, {
2916
+ enumerable: true,
2917
+ get: function () {
2918
+ return _IRepeatType[key];
2919
+ }
2920
+ });
2921
+ });
2922
+
2923
+ var _IReportType = require("./Interface/models/IReportType");
2924
+
2925
+ Object.keys(_IReportType).forEach(function (key) {
2926
+ if (key === "default" || key === "__esModule") return;
2927
+ Object.defineProperty(exports, key, {
2928
+ enumerable: true,
2929
+ get: function () {
2930
+ return _IReportType[key];
2931
+ }
2932
+ });
2933
+ });
2934
+
2935
+ var _ISmsType = require("./Interface/models/ISmsType");
2936
+
2937
+ Object.keys(_ISmsType).forEach(function (key) {
2938
+ if (key === "default" || key === "__esModule") return;
2939
+ Object.defineProperty(exports, key, {
2940
+ enumerable: true,
2941
+ get: function () {
2942
+ return _ISmsType[key];
2943
+ }
2944
+ });
2945
+ });
2946
+
2947
+ var _IStripeEventType = require("./Interface/models/IStripeEventType");
2948
+
2949
+ Object.keys(_IStripeEventType).forEach(function (key) {
2950
+ if (key === "default" || key === "__esModule") return;
2951
+ Object.defineProperty(exports, key, {
2952
+ enumerable: true,
2953
+ get: function () {
2954
+ return _IStripeEventType[key];
2955
+ }
2956
+ });
2957
+ });
2958
+
2959
+ var _ISubscriptionType = require("./Interface/models/ISubscriptionType");
2960
+
2961
+ Object.keys(_ISubscriptionType).forEach(function (key) {
2962
+ if (key === "default" || key === "__esModule") return;
2963
+ Object.defineProperty(exports, key, {
2964
+ enumerable: true,
2965
+ get: function () {
2966
+ return _ISubscriptionType[key];
2967
+ }
2968
+ });
2969
+ });
2970
+
2971
+ var _IThirdPartyType = require("./Interface/models/IThirdPartyType");
2972
+
2973
+ Object.keys(_IThirdPartyType).forEach(function (key) {
2974
+ if (key === "default" || key === "__esModule") return;
2975
+ Object.defineProperty(exports, key, {
2976
+ enumerable: true,
2977
+ get: function () {
2978
+ return _IThirdPartyType[key];
2979
+ }
2980
+ });
2981
+ });
2982
+
2983
+ var _IVehicleType = require("./Interface/models/IVehicleType");
2984
+
2985
+ Object.keys(_IVehicleType).forEach(function (key) {
2986
+ if (key === "default" || key === "__esModule") return;
2987
+ Object.defineProperty(exports, key, {
2988
+ enumerable: true,
2989
+ get: function () {
2990
+ return _IVehicleType[key];
2991
+ }
2992
+ });
2993
+ });
2994
+
2995
+ var _IUnit = require("./Interface/models/IUnit");
2996
+
2997
+ Object.keys(_IUnit).forEach(function (key) {
2998
+ if (key === "default" || key === "__esModule") return;
2999
+ Object.defineProperty(exports, key, {
3000
+ enumerable: true,
3001
+ get: function () {
3002
+ return _IUnit[key];
3003
+ }
3004
+ });
3005
+ });
3006
+
3007
+ var _IUser = require("./Interface/models/IUser");
3008
+
3009
+ Object.keys(_IUser).forEach(function (key) {
3010
+ if (key === "default" || key === "__esModule") return;
3011
+ Object.defineProperty(exports, key, {
3012
+ enumerable: true,
3013
+ get: function () {
3014
+ return _IUser[key];
3015
+ }
3016
+ });
3017
+ });
3018
+
3019
+ var _IUserNotification = require("./Interface/models/IUserNotification");
3020
+
3021
+ Object.keys(_IUserNotification).forEach(function (key) {
3022
+ if (key === "default" || key === "__esModule") return;
3023
+ Object.defineProperty(exports, key, {
3024
+ enumerable: true,
3025
+ get: function () {
3026
+ return _IUserNotification[key];
3027
+ }
3028
+ });
3029
+ });
3030
+
3031
+ var _IUserSocietyPermission = require("./Interface/models/IUserSocietyPermission");
3032
+
3033
+ Object.keys(_IUserSocietyPermission).forEach(function (key) {
3034
+ if (key === "default" || key === "__esModule") return;
3035
+ Object.defineProperty(exports, key, {
3036
+ enumerable: true,
3037
+ get: function () {
3038
+ return _IUserSocietyPermission[key];
3039
+ }
3040
+ });
3041
+ });
3042
+
3043
+ var _IUserSocietyTicketSupport = require("./Interface/models/IUserSocietyTicketSupport");
3044
+
3045
+ Object.keys(_IUserSocietyTicketSupport).forEach(function (key) {
3046
+ if (key === "default" || key === "__esModule") return;
3047
+ Object.defineProperty(exports, key, {
3048
+ enumerable: true,
3049
+ get: function () {
3050
+ return _IUserSocietyTicketSupport[key];
3051
+ }
3052
+ });
3053
+ });
3054
+
3055
+ var _IUserTeam = require("./Interface/models/IUserTeam");
3056
+
3057
+ Object.keys(_IUserTeam).forEach(function (key) {
3058
+ if (key === "default" || key === "__esModule") return;
3059
+ Object.defineProperty(exports, key, {
3060
+ enumerable: true,
3061
+ get: function () {
3062
+ return _IUserTeam[key];
3063
+ }
3064
+ });
3065
+ });
3066
+
3067
+ var _IUserTest = require("./Interface/models/IUserTest");
3068
+
3069
+ Object.keys(_IUserTest).forEach(function (key) {
3070
+ if (key === "default" || key === "__esModule") return;
3071
+ Object.defineProperty(exports, key, {
3072
+ enumerable: true,
3073
+ get: function () {
3074
+ return _IUserTest[key];
3075
+ }
3076
+ });
3077
+ });
3078
+
3079
+ var _IVatDeclaration = require("./Interface/models/IVatDeclaration");
3080
+
3081
+ Object.keys(_IVatDeclaration).forEach(function (key) {
3082
+ if (key === "default" || key === "__esModule") return;
3083
+ Object.defineProperty(exports, key, {
3084
+ enumerable: true,
3085
+ get: function () {
3086
+ return _IVatDeclaration[key];
3087
+ }
3088
+ });
3089
+ });
3090
+
3091
+ var _IVatDeclarationCertificate = require("./Interface/models/IVatDeclarationCertificate");
3092
+
3093
+ Object.keys(_IVatDeclarationCertificate).forEach(function (key) {
3094
+ if (key === "default" || key === "__esModule") return;
3095
+ Object.defineProperty(exports, key, {
3096
+ enumerable: true,
3097
+ get: function () {
3098
+ return _IVatDeclarationCertificate[key];
3099
+ }
3100
+ });
3101
+ });
3102
+
3103
+ var _IVatDeclarationSocietyDetail = require("./Interface/models/IVatDeclarationSocietyDetail");
3104
+
3105
+ Object.keys(_IVatDeclarationSocietyDetail).forEach(function (key) {
3106
+ if (key === "default" || key === "__esModule") return;
3107
+ Object.defineProperty(exports, key, {
3108
+ enumerable: true,
3109
+ get: function () {
3110
+ return _IVatDeclarationSocietyDetail[key];
3111
+ }
3112
+ });
3113
+ });
3114
+
3115
+ var _IWebMail = require("./Interface/models/IWebMail");
3116
+
3117
+ Object.keys(_IWebMail).forEach(function (key) {
3118
+ if (key === "default" || key === "__esModule") return;
3119
+ Object.defineProperty(exports, key, {
3120
+ enumerable: true,
3121
+ get: function () {
3122
+ return _IWebMail[key];
3123
+ }
3124
+ });
3125
+ });
3126
+
3127
+ var _IWebMailAttachment = require("./Interface/models/IWebMailAttachment");
3128
+
3129
+ Object.keys(_IWebMailAttachment).forEach(function (key) {
3130
+ if (key === "default" || key === "__esModule") return;
3131
+ Object.defineProperty(exports, key, {
3132
+ enumerable: true,
3133
+ get: function () {
3134
+ return _IWebMailAttachment[key];
3135
+ }
3136
+ });
3137
+ });
3138
+
3139
+ var _IWebMailSpam = require("./Interface/models/IWebMailSpam");
3140
+
3141
+ Object.keys(_IWebMailSpam).forEach(function (key) {
3142
+ if (key === "default" || key === "__esModule") return;
3143
+ Object.defineProperty(exports, key, {
3144
+ enumerable: true,
3145
+ get: function () {
3146
+ return _IWebMailSpam[key];
3147
+ }
3148
+ });
3149
+ });
3150
+
3151
+ var _IWebMailStat = require("./Interface/models/IWebMailStat");
3152
+
3153
+ Object.keys(_IWebMailStat).forEach(function (key) {
3154
+ if (key === "default" || key === "__esModule") return;
3155
+ Object.defineProperty(exports, key, {
3156
+ enumerable: true,
3157
+ get: function () {
3158
+ return _IWebMailStat[key];
3159
+ }
3160
+ });
3161
+ });
3162
+
3163
+ var _IWebMailType = require("./Interface/models/IWebMailType");
3164
+
3165
+ Object.keys(_IWebMailType).forEach(function (key) {
3166
+ if (key === "default" || key === "__esModule") return;
3167
+ Object.defineProperty(exports, key, {
3168
+ enumerable: true,
3169
+ get: function () {
3170
+ return _IWebMailType[key];
3171
+ }
3172
+ });
3173
+ });
3174
+
3175
+ var _IWebMailSpamType = require("./Interface/models/IWebMailSpamType");
3176
+
3177
+ Object.keys(_IWebMailSpamType).forEach(function (key) {
3178
+ if (key === "default" || key === "__esModule") return;
3179
+ Object.defineProperty(exports, key, {
3180
+ enumerable: true,
3181
+ get: function () {
3182
+ return _IWebMailSpamType[key];
3183
+ }
3184
+ });
3185
+ });
3186
+
3187
+ var _IWorkingSchedule = require("./Interface/models/IWorkingSchedule");
3188
+
3189
+ Object.keys(_IWorkingSchedule).forEach(function (key) {
3190
+ if (key === "default" || key === "__esModule") return;
3191
+ Object.defineProperty(exports, key, {
3192
+ enumerable: true,
3193
+ get: function () {
3194
+ return _IWorkingSchedule[key];
3195
+ }
3196
+ });
3197
+ });
3198
+
3199
+ var _IField = require("./Interface/models/IField");
3200
+
3201
+ Object.keys(_IField).forEach(function (key) {
3202
+ if (key === "default" || key === "__esModule") return;
3203
+ Object.defineProperty(exports, key, {
3204
+ enumerable: true,
3205
+ get: function () {
3206
+ return _IField[key];
3207
+ }
3208
+ });
3209
+ });
3210
+
3211
+ var _FormAuthenticate = require("./Form/FormAuthenticate");
3212
+
3213
+ Object.keys(_FormAuthenticate).forEach(function (key) {
3214
+ if (key === "default" || key === "__esModule") return;
3215
+ Object.defineProperty(exports, key, {
3216
+ enumerable: true,
3217
+ get: function () {
3218
+ return _FormAuthenticate[key];
3219
+ }
3220
+ });
3221
+ });
3222
+
3223
+ var _FormPaymentExpectationCustomer = require("./Form/FormPaymentExpectationCustomer");
3224
+
3225
+ Object.keys(_FormPaymentExpectationCustomer).forEach(function (key) {
3226
+ if (key === "default" || key === "__esModule") return;
3227
+ Object.defineProperty(exports, key, {
3228
+ enumerable: true,
3229
+ get: function () {
3230
+ return _FormPaymentExpectationCustomer[key];
3231
+ }
3232
+ });
3233
+ });
3234
+
3235
+ var _FormConnector = require("./Form/FormConnector");
3236
+
3237
+ Object.keys(_FormConnector).forEach(function (key) {
3238
+ if (key === "default" || key === "__esModule") return;
3239
+ Object.defineProperty(exports, key, {
3240
+ enumerable: true,
3241
+ get: function () {
3242
+ return _FormConnector[key];
3243
+ }
3244
+ });
3245
+ });
3246
+
3247
+ var _Role = require("./Enum/Role");
3248
+
3249
+ Object.keys(_Role).forEach(function (key) {
3250
+ if (key === "default" || key === "__esModule") return;
3251
+ Object.defineProperty(exports, key, {
3252
+ enumerable: true,
3253
+ get: function () {
3254
+ return _Role[key];
3255
+ }
3256
+ });
3257
+ });
3258
+
3259
+ var _Simulation = require("./Enum/Simulation");
3260
+
3261
+ Object.keys(_Simulation).forEach(function (key) {
3262
+ if (key === "default" || key === "__esModule") return;
3263
+ Object.defineProperty(exports, key, {
3264
+ enumerable: true,
3265
+ get: function () {
3266
+ return _Simulation[key];
3267
+ }
3268
+ });
3269
+ });
3270
+
3271
+ var _Country = require("./Enum/Country");
3272
+
3273
+ Object.keys(_Country).forEach(function (key) {
3274
+ if (key === "default" || key === "__esModule") return;
3275
+ Object.defineProperty(exports, key, {
3276
+ enumerable: true,
3277
+ get: function () {
3278
+ return _Country[key];
3279
+ }
3280
+ });
3281
+ });
3282
+
3283
+ var _ComptaType = require("./Enum/ComptaType");
3284
+
3285
+ Object.keys(_ComptaType).forEach(function (key) {
3286
+ if (key === "default" || key === "__esModule") return;
3287
+ Object.defineProperty(exports, key, {
3288
+ enumerable: true,
3289
+ get: function () {
3290
+ return _ComptaType[key];
3291
+ }
3292
+ });
3293
+ });
3294
+
3295
+ var _SubscriptionType = require("./Enum/SubscriptionType");
3296
+
3297
+ Object.keys(_SubscriptionType).forEach(function (key) {
3298
+ if (key === "default" || key === "__esModule") return;
3299
+ Object.defineProperty(exports, key, {
3300
+ enumerable: true,
3301
+ get: function () {
3302
+ return _SubscriptionType[key];
3303
+ }
3304
+ });
3305
+ });
3306
+
3307
+ var _Sector = require("./Enum/Sector");
3308
+
3309
+ Object.keys(_Sector).forEach(function (key) {
3310
+ if (key === "default" || key === "__esModule") return;
3311
+ Object.defineProperty(exports, key, {
3312
+ enumerable: true,
3313
+ get: function () {
3314
+ return _Sector[key];
3315
+ }
3316
+ });
3317
+ });
3318
+
3319
+ var _LegalForm = require("./Enum/LegalForm");
3320
+
3321
+ Object.keys(_LegalForm).forEach(function (key) {
3322
+ if (key === "default" || key === "__esModule") return;
3323
+ Object.defineProperty(exports, key, {
3324
+ enumerable: true,
3325
+ get: function () {
3326
+ return _LegalForm[key];
3327
+ }
3328
+ });
3329
+ });
3330
+
3331
+ var _VatRegime = require("./Enum/VatRegime");
3332
+
3333
+ Object.keys(_VatRegime).forEach(function (key) {
3334
+ if (key === "default" || key === "__esModule") return;
3335
+ Object.defineProperty(exports, key, {
3336
+ enumerable: true,
3337
+ get: function () {
3338
+ return _VatRegime[key];
3339
+ }
3340
+ });
3341
+ });
3342
+
3343
+ var _TypeConnector = require("./Enum/TypeConnector");
3344
+
3345
+ Object.keys(_TypeConnector).forEach(function (key) {
3346
+ if (key === "default" || key === "__esModule") return;
3347
+ Object.defineProperty(exports, key, {
3348
+ enumerable: true,
3349
+ get: function () {
3350
+ return _TypeConnector[key];
3351
+ }
3352
+ });
3353
+ });
3354
+
3355
+ var _Vat = require("./Enum/Vat");
3356
+
3357
+ Object.keys(_Vat).forEach(function (key) {
3358
+ if (key === "default" || key === "__esModule") return;
3359
+ Object.defineProperty(exports, key, {
3360
+ enumerable: true,
3361
+ get: function () {
3362
+ return _Vat[key];
3363
+ }
3364
+ });
3365
+ });
3366
+
3367
+ var _ReadBusinessPartner = require("./Interface/api/businessPartner/ReadBusinessPartner");
3368
+
3369
+ Object.keys(_ReadBusinessPartner).forEach(function (key) {
3370
+ if (key === "default" || key === "__esModule") return;
3371
+ Object.defineProperty(exports, key, {
3372
+ enumerable: true,
3373
+ get: function () {
3374
+ return _ReadBusinessPartner[key];
3375
+ }
3376
+ });
3377
+ });
3378
+
3379
+ var _CreateSimulation = require("./Interface/api/simulation/CreateSimulation");
3380
+
3381
+ Object.keys(_CreateSimulation).forEach(function (key) {
3382
+ if (key === "default" || key === "__esModule") return;
3383
+ Object.defineProperty(exports, key, {
3384
+ enumerable: true,
3385
+ get: function () {
3386
+ return _CreateSimulation[key];
3387
+ }
3388
+ });
3389
+ });
3390
+
3391
+ var _CreateAccountingEntry = require("./Interface/api/accountingEntry/CreateAccountingEntry");
3392
+
3393
+ Object.keys(_CreateAccountingEntry).forEach(function (key) {
3394
+ if (key === "default" || key === "__esModule") return;
3395
+ Object.defineProperty(exports, key, {
3396
+ enumerable: true,
3397
+ get: function () {
3398
+ return _CreateAccountingEntry[key];
3399
+ }
3400
+ });
3401
+ });
3402
+ //# sourceMappingURL=index.js.map