@silexpert/core 0.4.12 → 0.4.14

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 (238) hide show
  1. package/es/api/resources/BalanceSheet.d.ts +8 -0
  2. package/es/api/resources/BalanceSheet.d.ts.map +1 -0
  3. package/es/api/resources/BalanceSheet.js +12 -0
  4. package/es/api/resources/BalanceSheet.js.map +1 -0
  5. package/es/api/resources/FecFile.d.ts +8 -0
  6. package/es/api/resources/FecFile.d.ts.map +1 -0
  7. package/es/api/resources/FecFile.js +13 -0
  8. package/es/api/resources/FecFile.js.map +1 -0
  9. package/es/api/resources/Letter.d.ts +6 -0
  10. package/es/api/resources/Letter.d.ts.map +1 -0
  11. package/es/api/resources/Letter.js +7 -0
  12. package/es/api/resources/Letter.js.map +1 -0
  13. package/es/api/resources/Report.d.ts +14 -0
  14. package/es/api/resources/Report.d.ts.map +1 -0
  15. package/es/api/resources/Report.js +13 -0
  16. package/es/api/resources/Report.js.map +1 -0
  17. package/es/api/resources/User.d.ts +4 -1
  18. package/es/api/resources/User.d.ts.map +1 -1
  19. package/es/api/resources/User.js +9 -0
  20. package/es/api/resources/User.js.map +1 -1
  21. package/es/api/resources.d.ts +8 -0
  22. package/es/api/resources.d.ts.map +1 -1
  23. package/es/api/resources.js +8 -0
  24. package/es/api/resources.js.map +1 -1
  25. package/es/types/Enum/AccountingJournal.d.ts +2 -1
  26. package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
  27. package/es/types/Enum/AccountingJournal.js +1 -0
  28. package/es/types/Enum/AccountingJournal.js.map +1 -1
  29. package/es/types/Enum/BalanceSheet.d.ts +21 -0
  30. package/es/types/Enum/BalanceSheet.d.ts.map +1 -0
  31. package/es/types/Enum/BalanceSheet.js +529 -0
  32. package/es/types/Enum/BalanceSheet.js.map +1 -0
  33. package/es/types/Enum/FecFileDelimiter.d.ts +6 -0
  34. package/es/types/Enum/FecFileDelimiter.d.ts.map +1 -0
  35. package/es/types/Enum/FecFileDelimiter.js +7 -0
  36. package/es/types/Enum/FecFileDelimiter.js.map +1 -0
  37. package/es/types/Enum/IncomeStatement.d.ts +1 -0
  38. package/es/types/Enum/IncomeStatement.d.ts.map +1 -1
  39. package/es/types/Enum/IncomeStatement.js +5 -2
  40. package/es/types/Enum/IncomeStatement.js.map +1 -1
  41. package/es/types/Enum/LetterType.d.ts +47 -0
  42. package/es/types/Enum/LetterType.d.ts.map +1 -0
  43. package/es/types/Enum/LetterType.js +47 -0
  44. package/es/types/Enum/LetterType.js.map +1 -0
  45. package/es/types/Enum/ReportState.d.ts +31 -0
  46. package/es/types/Enum/ReportState.d.ts.map +1 -0
  47. package/es/types/Enum/ReportState.js +31 -0
  48. package/es/types/Enum/ReportState.js.map +1 -0
  49. package/es/types/Enum/ReportType.d.ts +27 -0
  50. package/es/types/Enum/ReportType.d.ts.map +1 -0
  51. package/es/types/Enum/ReportType.js +27 -0
  52. package/es/types/Enum/ReportType.js.map +1 -0
  53. package/es/types/Enum/Role.d.ts +7 -2
  54. package/es/types/Enum/Role.d.ts.map +1 -1
  55. package/es/types/Enum/Role.js +6 -1
  56. package/es/types/Enum/Role.js.map +1 -1
  57. package/es/types/Enum/ThirdPartyType.js.map +1 -1
  58. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +1 -0
  59. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
  60. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +4 -0
  61. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  62. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +11 -0
  63. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -0
  64. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js +2 -0
  65. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
  66. package/es/types/Interface/api/fecFile/CreateFecFile.d.ts +11 -0
  67. package/es/types/Interface/api/fecFile/CreateFecFile.d.ts.map +1 -0
  68. package/es/types/Interface/api/fecFile/CreateFecFile.js +28 -0
  69. package/es/types/Interface/api/fecFile/CreateFecFile.js.map +1 -0
  70. package/es/types/Interface/api/fecFile/ReadFecFile.d.ts +23 -0
  71. package/es/types/Interface/api/fecFile/ReadFecFile.d.ts.map +1 -0
  72. package/es/types/Interface/api/fecFile/ReadFecFile.js +2 -0
  73. package/es/types/Interface/api/fecFile/ReadFecFile.js.map +1 -0
  74. package/es/types/Interface/api/file/TFile.d.ts +10 -0
  75. package/es/types/Interface/api/file/TFile.d.ts.map +1 -0
  76. package/es/types/Interface/api/file/TFile.js +2 -0
  77. package/es/types/Interface/api/file/TFile.js.map +1 -0
  78. package/es/types/Interface/api/letter/CreateLetter.d.ts +15 -0
  79. package/es/types/Interface/api/letter/CreateLetter.d.ts.map +1 -0
  80. package/es/types/Interface/api/letter/CreateLetter.js +57 -0
  81. package/es/types/Interface/api/letter/CreateLetter.js.map +1 -0
  82. package/es/types/Interface/api/report/CreateReport.d.ts +13 -0
  83. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -0
  84. package/es/types/Interface/api/report/CreateReport.js +45 -0
  85. package/es/types/Interface/api/report/CreateReport.js.map +1 -0
  86. package/es/types/Interface/api/report/QueryReports.d.ts +9 -0
  87. package/es/types/Interface/api/report/QueryReports.d.ts.map +1 -0
  88. package/es/types/Interface/api/report/QueryReports.js +37 -0
  89. package/es/types/Interface/api/report/QueryReports.js.map +1 -0
  90. package/es/types/Interface/api/report/ReadReport.d.ts +8 -0
  91. package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -0
  92. package/es/types/Interface/api/report/ReadReport.js +2 -0
  93. package/es/types/Interface/api/report/ReadReport.js.map +1 -0
  94. package/es/types/Interface/api/user/CreateUser.d.ts +10 -0
  95. package/es/types/Interface/api/user/CreateUser.d.ts.map +1 -0
  96. package/es/types/Interface/api/user/CreateUser.js +41 -0
  97. package/es/types/Interface/api/user/CreateUser.js.map +1 -0
  98. package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts +4 -0
  99. package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts.map +1 -0
  100. package/es/types/Interface/api/user/QueryUserSmsConfirmation.js +17 -0
  101. package/es/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
  102. package/es/types/Interface/models/IAccount.d.ts +20 -20
  103. package/es/types/Interface/models/IAccount.d.ts.map +1 -1
  104. package/es/types/Interface/models/IAccount.js.map +1 -1
  105. package/es/types/Interface/models/IAccountingEntry.d.ts +3 -3
  106. package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
  107. package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
  108. package/es/types/Interface/models/IAccountingJournal.d.ts +2 -0
  109. package/es/types/Interface/models/IAccountingJournal.d.ts.map +1 -1
  110. package/es/types/Interface/models/IAccountingJournal.js.map +1 -1
  111. package/es/types/Interface/models/IAccountingTransaction.d.ts +25 -24
  112. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  113. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  114. package/es/types/Interface/models/IApiError.d.ts +8 -1
  115. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  116. package/es/types/Interface/models/IApiError.js +10 -0
  117. package/es/types/Interface/models/IApiError.js.map +1 -1
  118. package/es/types/Interface/models/IFecFile.d.ts +14 -0
  119. package/es/types/Interface/models/IFecFile.d.ts.map +1 -0
  120. package/es/types/Interface/models/IFecFile.js +2 -0
  121. package/es/types/Interface/models/IFecFile.js.map +1 -0
  122. package/es/types/Interface/models/ILetter.d.ts +18 -14
  123. package/es/types/Interface/models/ILetter.d.ts.map +1 -1
  124. package/es/types/Interface/models/ILetter.js.map +1 -1
  125. package/es/types/Interface/models/IReport.d.ts +12 -11
  126. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  127. package/es/types/Interface/models/IReport.js.map +1 -1
  128. package/es/types/Interface/models/IReportMessage.d.ts +1 -1
  129. package/es/types/Interface/models/IReportMessage.d.ts.map +1 -1
  130. package/es/types/Interface/models/IReportMessage.js.map +1 -1
  131. package/es/types/Interface/models/IReportType.js.map +1 -1
  132. package/es/types/Interface/models/ISociety.d.ts +0 -1
  133. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  134. package/es/types/Interface/models/ISociety.js.map +1 -1
  135. package/es/types/Interface/models/IThirdParty.d.ts +5 -6
  136. package/es/types/Interface/models/IThirdParty.d.ts.map +1 -1
  137. package/es/types/Interface/models/IThirdParty.js.map +1 -1
  138. package/es/types/index.d.ts +16 -0
  139. package/es/types/index.d.ts.map +1 -1
  140. package/es/types/index.js +16 -0
  141. package/es/types/index.js.map +1 -1
  142. package/js/api/resources/BalanceSheet.js +23 -0
  143. package/js/api/resources/BalanceSheet.js.map +1 -0
  144. package/js/api/resources/FecFile.js +26 -0
  145. package/js/api/resources/FecFile.js.map +1 -0
  146. package/js/api/resources/Letter.js +18 -0
  147. package/js/api/resources/Letter.js.map +1 -0
  148. package/js/api/resources/Report.js +28 -0
  149. package/js/api/resources/Report.js.map +1 -0
  150. package/js/api/resources/User.js +14 -0
  151. package/js/api/resources/User.js.map +1 -1
  152. package/js/api/resources.js +13 -1
  153. package/js/api/resources.js.map +1 -1
  154. package/js/types/Enum/AccountingJournal.js +1 -0
  155. package/js/types/Enum/AccountingJournal.js.map +1 -1
  156. package/js/types/Enum/BalanceSheet.js +438 -0
  157. package/js/types/Enum/BalanceSheet.js.map +1 -0
  158. package/js/types/Enum/FecFileDelimiter.js +13 -0
  159. package/js/types/Enum/FecFileDelimiter.js.map +1 -0
  160. package/js/types/Enum/IncomeStatement.js +5 -2
  161. package/js/types/Enum/IncomeStatement.js.map +1 -1
  162. package/js/types/Enum/LetterType.js +52 -0
  163. package/js/types/Enum/LetterType.js.map +1 -0
  164. package/js/types/Enum/ReportState.js +36 -0
  165. package/js/types/Enum/ReportState.js.map +1 -0
  166. package/js/types/Enum/ReportType.js +32 -0
  167. package/js/types/Enum/ReportType.js.map +1 -0
  168. package/js/types/Enum/Role.js +6 -1
  169. package/js/types/Enum/Role.js.map +1 -1
  170. package/js/types/Enum/ThirdPartyType.js.map +1 -1
  171. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +2 -0
  172. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  173. package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js +6 -0
  174. package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
  175. package/js/types/Interface/api/fecFile/CreateFecFile.js +37 -0
  176. package/js/types/Interface/api/fecFile/CreateFecFile.js.map +1 -0
  177. package/js/types/Interface/api/fecFile/ReadFecFile.js +6 -0
  178. package/js/types/Interface/api/fecFile/ReadFecFile.js.map +1 -0
  179. package/js/types/Interface/api/file/TFile.js +6 -0
  180. package/js/types/Interface/api/file/TFile.js.map +1 -0
  181. package/js/types/Interface/api/letter/CreateLetter.js +47 -0
  182. package/js/types/Interface/api/letter/CreateLetter.js.map +1 -0
  183. package/js/types/Interface/api/report/CreateReport.js +41 -0
  184. package/js/types/Interface/api/report/CreateReport.js.map +1 -0
  185. package/js/types/Interface/api/report/QueryReports.js +37 -0
  186. package/js/types/Interface/api/report/QueryReports.js.map +1 -0
  187. package/js/types/Interface/api/report/ReadReport.js +6 -0
  188. package/js/types/Interface/api/report/ReadReport.js.map +1 -0
  189. package/js/types/Interface/api/user/CreateUser.js +39 -0
  190. package/js/types/Interface/api/user/CreateUser.js.map +1 -0
  191. package/js/types/Interface/api/user/QueryUserSmsConfirmation.js +27 -0
  192. package/js/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
  193. package/js/types/Interface/models/IApiError.js +11 -1
  194. package/js/types/Interface/models/IApiError.js.map +1 -1
  195. package/js/types/Interface/models/IFecFile.js +6 -0
  196. package/js/types/Interface/models/IFecFile.js.map +1 -0
  197. package/js/types/index.js +192 -0
  198. package/js/types/index.js.map +1 -1
  199. package/package.json +1 -1
  200. package/ts/api/resources/BalanceSheet.ts +12 -0
  201. package/ts/api/resources/FecFile.ts +21 -0
  202. package/ts/api/resources/Letter.ts +10 -0
  203. package/ts/api/resources/Report.ts +22 -0
  204. package/ts/api/resources/User.ts +12 -1
  205. package/ts/api/resources.ts +8 -0
  206. package/ts/types/Enum/AccountingJournal.ts +1 -0
  207. package/ts/types/Enum/BalanceSheet.ts +555 -0
  208. package/ts/types/Enum/FecFileDelimiter.ts +5 -0
  209. package/ts/types/Enum/IncomeStatement.ts +6 -2
  210. package/ts/types/Enum/LetterType.ts +46 -0
  211. package/ts/types/Enum/ReportState.ts +30 -0
  212. package/ts/types/Enum/ReportType.ts +26 -0
  213. package/ts/types/Enum/Role.ts +6 -1
  214. package/ts/types/Enum/ThirdPartyType.ts +1 -1
  215. package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +2 -0
  216. package/ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts +10 -0
  217. package/ts/types/Interface/api/fecFile/CreateFecFile.ts +15 -0
  218. package/ts/types/Interface/api/fecFile/ReadFecFile.ts +25 -0
  219. package/ts/types/Interface/api/file/TFile.ts +8 -0
  220. package/ts/types/Interface/api/letter/CreateLetter.ts +37 -0
  221. package/ts/types/Interface/api/report/CreateReport.ts +29 -0
  222. package/ts/types/Interface/api/report/QueryReports.ts +21 -0
  223. package/ts/types/Interface/api/report/ReadReport.ts +9 -0
  224. package/ts/types/Interface/api/user/CreateUser.ts +18 -0
  225. package/ts/types/Interface/api/user/QueryUserSmsConfirmation.ts +6 -0
  226. package/ts/types/Interface/models/IAccount.ts +20 -20
  227. package/ts/types/Interface/models/IAccountingEntry.ts +3 -3
  228. package/ts/types/Interface/models/IAccountingJournal.ts +2 -0
  229. package/ts/types/Interface/models/IAccountingTransaction.ts +25 -24
  230. package/ts/types/Interface/models/IApiError.ts +14 -0
  231. package/ts/types/Interface/models/IFecFile.ts +17 -0
  232. package/ts/types/Interface/models/ILetter.ts +18 -14
  233. package/ts/types/Interface/models/IReport.ts +12 -11
  234. package/ts/types/Interface/models/IReportMessage.ts +1 -1
  235. package/ts/types/Interface/models/IReportType.ts +1 -1
  236. package/ts/types/Interface/models/ISociety.ts +0 -1
  237. package/ts/types/Interface/models/IThirdParty.ts +5 -6
  238. package/ts/types/index.ts +17 -0
@@ -2,16 +2,15 @@ import { ISociety } from './ISociety';
2
2
  import { IAccount } from './IAccount';
3
3
  import { ICountry } from './ICountry';
4
4
  import { IThirdPartyType } from './IThirdPartyType';
5
+ import { ThirdPartyType } from '../../Enum/ThirdPartyType';
5
6
 
6
7
  // ThirdParty
7
8
  export interface IThirdParty {
8
9
  id?: number;
9
10
  budgeaSouscriptionId?: number | null;
10
11
  fullname?: string | null;
11
- newFullname?: string | null;
12
12
  fullnameAccountant?: string | null;
13
- company?: string | null;
14
- newCompany?: string | null;
13
+ company: string;
15
14
  address?: string | null;
16
15
  zipCode?: string | null;
17
16
  city?: string | null;
@@ -26,9 +25,9 @@ export interface IThirdParty {
26
25
  juridicalSociety?: number | null;
27
26
  idAccount?: number | null;
28
27
  idCountry?: number | null;
29
- idTypeThirdParty?: number;
30
- createdAt?: Date | null;
31
- updatedAt?: Date | null;
28
+ idThirdPartyType: ThirdPartyType;
29
+ createdAt?: Date;
30
+ updatedAt?: Date;
32
31
  deletedAt?: Date | null;
33
32
 
34
33
  // Associations
package/ts/types/index.ts CHANGED
@@ -268,6 +268,7 @@ export * from './Interface/models/IWebMailType';
268
268
  export * from './Interface/models/IWebMailSpamType';
269
269
  export * from './Interface/models/IWorkingSchedule';
270
270
  export * from './Interface/models/IField';
271
+ export * from './Interface/models/IFecFile';
271
272
  export * from './Interface/models/ISuggestion';
272
273
  export * from './Interface/api/BasePaginate';
273
274
  export * from './Interface/api/BaseRequest';
@@ -296,9 +297,14 @@ export * from './Enum/ImmobilizationType';
296
297
  export * from './Enum/Nature';
297
298
  export * from './Enum/SurveyType';
298
299
  export * from './Enum/SurveyTypeDatas';
300
+ export * from './Enum/ReportType';
301
+ export * from './Enum/ReportState';
302
+ export * from './Enum/LetterType';
299
303
  export * from './Enum/PartnerType';
300
304
  export * from './Enum/ThirdPartyType';
305
+ export * from './Enum/FecFileDelimiter';
301
306
  export * from './Enum/IncomeStatement';
307
+ export * from './Enum/BalanceSheet';
302
308
 
303
309
  // Interfaces API
304
310
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
@@ -314,16 +320,27 @@ export * from './Interface/api/account/QueryAccounts';
314
320
  export * from './Interface/api/accountingTransaction/QueryTransaction';
315
321
  export * from './Interface/api/user/QueryConfirm';
316
322
  export * from './Interface/api/user/QueryResendConfirmationLink';
323
+ export * from './Interface/api/user/CreateUser';
324
+ export * from './Interface/api/user/QueryUserSmsConfirmation';
317
325
  export * from './Interface/api/account/ReadAccounts';
318
326
  export * from './Interface/api/simulationColors/ReadSimulationColors';
319
327
  export * from './Interface/api/survey/QuerySurveys';
328
+ export * from './Interface/api/file/TFile';
329
+
320
330
  // export * from './Interface/api/survey/QuerySurvey';
321
331
  export * from './Interface/api/survey/ReadSurvey';
322
332
  export * from './Interface/api/survey/UpdateSurvey';
323
333
  export * from './Interface/api/survey/CreateSurvey';
334
+ export * from './Interface/api/report/ReadReport';
335
+ export * from './Interface/api/report/CreateReport';
336
+ export * from './Interface/api/report/QueryReports';
337
+ export * from './Interface/api/letter/CreateLetter';
324
338
  export * from './Interface/api/mailInvoice/CreateInvoiceMail';
325
339
  export * from './Interface/api/mailInvoice/UpdateInvoiceMail';
326
340
  export * from './Interface/api/partner/CreatePartner';
341
+ export * from './Interface/api/fecFile/CreateFecFile';
342
+ export * from './Interface/api/fecFile/ReadFecFile';
327
343
  export * from './Interface/api/generalLedger/QueryGeneralLedger';
328
344
  export * from './Interface/api/incomeStatement/QueryIncomeStatement';
329
345
  export * from './Interface/api/incomeStatement/ReadIncomeStatement';
346
+ export * from './Interface/api/balanceSheet/ReadBalanceSheet';