@silexpert/core 0.4.13 → 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 (170) 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/Letter.d.ts +6 -0
  6. package/es/api/resources/Letter.d.ts.map +1 -0
  7. package/es/api/resources/Letter.js +7 -0
  8. package/es/api/resources/Letter.js.map +1 -0
  9. package/es/api/resources/Report.d.ts +14 -0
  10. package/es/api/resources/Report.d.ts.map +1 -0
  11. package/es/api/resources/Report.js +13 -0
  12. package/es/api/resources/Report.js.map +1 -0
  13. package/es/api/resources/User.d.ts +4 -1
  14. package/es/api/resources/User.d.ts.map +1 -1
  15. package/es/api/resources/User.js +9 -0
  16. package/es/api/resources/User.js.map +1 -1
  17. package/es/api/resources.d.ts +8 -2
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +8 -2
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/AccountingJournal.d.ts +2 -1
  22. package/es/types/Enum/AccountingJournal.d.ts.map +1 -1
  23. package/es/types/Enum/AccountingJournal.js +1 -0
  24. package/es/types/Enum/AccountingJournal.js.map +1 -1
  25. package/es/types/Enum/BalanceSheet.d.ts +21 -0
  26. package/es/types/Enum/BalanceSheet.d.ts.map +1 -0
  27. package/es/types/Enum/BalanceSheet.js +529 -0
  28. package/es/types/Enum/BalanceSheet.js.map +1 -0
  29. package/es/types/Enum/IncomeStatement.d.ts +1 -0
  30. package/es/types/Enum/IncomeStatement.d.ts.map +1 -1
  31. package/es/types/Enum/IncomeStatement.js +5 -2
  32. package/es/types/Enum/IncomeStatement.js.map +1 -1
  33. package/es/types/Enum/LetterType.d.ts +47 -0
  34. package/es/types/Enum/LetterType.d.ts.map +1 -0
  35. package/es/types/Enum/LetterType.js +47 -0
  36. package/es/types/Enum/LetterType.js.map +1 -0
  37. package/es/types/Enum/ReportState.d.ts +31 -0
  38. package/es/types/Enum/ReportState.d.ts.map +1 -0
  39. package/es/types/Enum/ReportState.js +31 -0
  40. package/es/types/Enum/ReportState.js.map +1 -0
  41. package/es/types/Enum/ReportType.d.ts +27 -0
  42. package/es/types/Enum/ReportType.d.ts.map +1 -0
  43. package/es/types/Enum/ReportType.js +27 -0
  44. package/es/types/Enum/ReportType.js.map +1 -0
  45. package/es/types/Enum/Role.d.ts +7 -2
  46. package/es/types/Enum/Role.d.ts.map +1 -1
  47. package/es/types/Enum/Role.js +6 -1
  48. package/es/types/Enum/Role.js.map +1 -1
  49. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +11 -0
  50. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -0
  51. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js +2 -0
  52. package/es/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
  53. package/es/types/Interface/api/letter/CreateLetter.d.ts +15 -0
  54. package/es/types/Interface/api/letter/CreateLetter.d.ts.map +1 -0
  55. package/es/types/Interface/api/letter/CreateLetter.js +57 -0
  56. package/es/types/Interface/api/letter/CreateLetter.js.map +1 -0
  57. package/es/types/Interface/api/report/CreateReport.d.ts +13 -0
  58. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -0
  59. package/es/types/Interface/api/report/CreateReport.js +45 -0
  60. package/es/types/Interface/api/report/CreateReport.js.map +1 -0
  61. package/es/types/Interface/api/report/QueryReports.d.ts +9 -0
  62. package/es/types/Interface/api/report/QueryReports.d.ts.map +1 -0
  63. package/es/types/Interface/api/report/QueryReports.js +37 -0
  64. package/es/types/Interface/api/report/QueryReports.js.map +1 -0
  65. package/es/types/Interface/api/report/ReadReport.d.ts +8 -0
  66. package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -0
  67. package/es/types/Interface/api/report/ReadReport.js +2 -0
  68. package/es/types/Interface/api/report/ReadReport.js.map +1 -0
  69. package/es/types/Interface/api/user/CreateUser.d.ts +10 -0
  70. package/es/types/Interface/api/user/CreateUser.d.ts.map +1 -0
  71. package/es/types/Interface/api/user/CreateUser.js +41 -0
  72. package/es/types/Interface/api/user/CreateUser.js.map +1 -0
  73. package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts +4 -0
  74. package/es/types/Interface/api/user/QueryUserSmsConfirmation.d.ts.map +1 -0
  75. package/es/types/Interface/api/user/QueryUserSmsConfirmation.js +17 -0
  76. package/es/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
  77. package/es/types/Interface/models/IAccountingJournal.d.ts +2 -0
  78. package/es/types/Interface/models/IAccountingJournal.d.ts.map +1 -1
  79. package/es/types/Interface/models/IAccountingJournal.js.map +1 -1
  80. package/es/types/Interface/models/IApiError.d.ts +7 -1
  81. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  82. package/es/types/Interface/models/IApiError.js +8 -0
  83. package/es/types/Interface/models/IApiError.js.map +1 -1
  84. package/es/types/Interface/models/ILetter.d.ts +18 -14
  85. package/es/types/Interface/models/ILetter.d.ts.map +1 -1
  86. package/es/types/Interface/models/ILetter.js.map +1 -1
  87. package/es/types/Interface/models/IReport.d.ts +12 -11
  88. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  89. package/es/types/Interface/models/IReport.js.map +1 -1
  90. package/es/types/Interface/models/IReportMessage.d.ts +1 -1
  91. package/es/types/Interface/models/IReportMessage.d.ts.map +1 -1
  92. package/es/types/Interface/models/IReportMessage.js.map +1 -1
  93. package/es/types/Interface/models/IReportType.js.map +1 -1
  94. package/es/types/Interface/models/ISociety.d.ts +0 -1
  95. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  96. package/es/types/Interface/models/ISociety.js.map +1 -1
  97. package/es/types/index.d.ts +15 -4
  98. package/es/types/index.d.ts.map +1 -1
  99. package/es/types/index.js +15 -4
  100. package/es/types/index.js.map +1 -1
  101. package/js/api/resources/BalanceSheet.js +23 -0
  102. package/js/api/resources/BalanceSheet.js.map +1 -0
  103. package/js/api/resources/Letter.js +18 -0
  104. package/js/api/resources/Letter.js.map +1 -0
  105. package/js/api/resources/Report.js +28 -0
  106. package/js/api/resources/Report.js.map +1 -0
  107. package/js/api/resources/User.js +14 -0
  108. package/js/api/resources/User.js.map +1 -1
  109. package/js/api/resources.js +12 -3
  110. package/js/api/resources.js.map +1 -1
  111. package/js/types/Enum/AccountingJournal.js +1 -0
  112. package/js/types/Enum/AccountingJournal.js.map +1 -1
  113. package/js/types/Enum/BalanceSheet.js +438 -0
  114. package/js/types/Enum/BalanceSheet.js.map +1 -0
  115. package/js/types/Enum/IncomeStatement.js +5 -2
  116. package/js/types/Enum/IncomeStatement.js.map +1 -1
  117. package/js/types/Enum/LetterType.js +52 -0
  118. package/js/types/Enum/LetterType.js.map +1 -0
  119. package/js/types/Enum/ReportState.js +36 -0
  120. package/js/types/Enum/ReportState.js.map +1 -0
  121. package/js/types/Enum/ReportType.js +32 -0
  122. package/js/types/Enum/ReportType.js.map +1 -0
  123. package/js/types/Enum/Role.js +6 -1
  124. package/js/types/Enum/Role.js.map +1 -1
  125. package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js +6 -0
  126. package/js/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
  127. package/js/types/Interface/api/letter/CreateLetter.js +47 -0
  128. package/js/types/Interface/api/letter/CreateLetter.js.map +1 -0
  129. package/js/types/Interface/api/report/CreateReport.js +41 -0
  130. package/js/types/Interface/api/report/CreateReport.js.map +1 -0
  131. package/js/types/Interface/api/report/QueryReports.js +37 -0
  132. package/js/types/Interface/api/report/QueryReports.js.map +1 -0
  133. package/js/types/Interface/api/report/ReadReport.js +6 -0
  134. package/js/types/Interface/api/report/ReadReport.js.map +1 -0
  135. package/js/types/Interface/api/user/CreateUser.js +39 -0
  136. package/js/types/Interface/api/user/CreateUser.js.map +1 -0
  137. package/js/types/Interface/api/user/QueryUserSmsConfirmation.js +27 -0
  138. package/js/types/Interface/api/user/QueryUserSmsConfirmation.js.map +1 -0
  139. package/js/types/Interface/models/IApiError.js +10 -2
  140. package/js/types/Interface/models/IApiError.js.map +1 -1
  141. package/js/types/index.js +156 -24
  142. package/js/types/index.js.map +1 -1
  143. package/package.json +1 -1
  144. package/ts/api/resources/BalanceSheet.ts +12 -0
  145. package/ts/api/resources/Letter.ts +10 -0
  146. package/ts/api/resources/Report.ts +22 -0
  147. package/ts/api/resources/User.ts +12 -1
  148. package/ts/api/resources.ts +8 -2
  149. package/ts/types/Enum/AccountingJournal.ts +1 -0
  150. package/ts/types/Enum/BalanceSheet.ts +555 -0
  151. package/ts/types/Enum/IncomeStatement.ts +6 -2
  152. package/ts/types/Enum/LetterType.ts +46 -0
  153. package/ts/types/Enum/ReportState.ts +30 -0
  154. package/ts/types/Enum/ReportType.ts +26 -0
  155. package/ts/types/Enum/Role.ts +6 -1
  156. package/ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts +10 -0
  157. package/ts/types/Interface/api/letter/CreateLetter.ts +37 -0
  158. package/ts/types/Interface/api/report/CreateReport.ts +29 -0
  159. package/ts/types/Interface/api/report/QueryReports.ts +21 -0
  160. package/ts/types/Interface/api/report/ReadReport.ts +9 -0
  161. package/ts/types/Interface/api/user/CreateUser.ts +18 -0
  162. package/ts/types/Interface/api/user/QueryUserSmsConfirmation.ts +6 -0
  163. package/ts/types/Interface/models/IAccountingJournal.ts +2 -0
  164. package/ts/types/Interface/models/IApiError.ts +11 -0
  165. package/ts/types/Interface/models/ILetter.ts +18 -14
  166. package/ts/types/Interface/models/IReport.ts +12 -11
  167. package/ts/types/Interface/models/IReportMessage.ts +1 -1
  168. package/ts/types/Interface/models/IReportType.ts +1 -1
  169. package/ts/types/Interface/models/ISociety.ts +0 -1
  170. package/ts/types/index.ts +15 -4
@@ -1 +1 @@
1
- {"version":3,"file":"IncomeStatement.js","sourceRoot":"","sources":["../../../ts/types/Enum/IncomeStatement.ts"],"names":[],"mappings":"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","sourcesContent":["type IncomeStatementField = {\n name: string;\n fields?: IncomeStatementField[];\n accounts?: string[];\n total: number;\n excludeAccounts?: string[];\n};\n\nexport type IncomeStatement = {\n name: string;\n fields?: IncomeStatementField[],\n total: number;\n accounts?: string[];\n excludeAccounts?: string[];\n key: string;\n calculation?: boolean; // Doit être calculé avec calculationAdd & calculationSubtract\n calculationAdd?: string[]; // Tableau des keys à additionner pour obtenir le total\n calculationSubtract?: string[]; // Tableau des keys à soustraire pour obtenir le total\n};\n\nexport const INCOME_STATEMENT_LIST: IncomeStatement[] = [\n {\n name: 'Total des produits d\\'exploitation',\n key: 'totalOperatingIncome',\n total: 0,\n fields: [\n {\n name: 'Chiffre d\\'Affaires',\n total: 0,\n fields: [\n {\n name: 'Ventes de marchandises',\n total: 0,\n accounts: ['707'],\n },\n {\n name: 'Production vendue',\n total: 0,\n accounts: ['701', '702', '703', '704', '705', '706'],\n },\n {\n name: 'Produits des activités annexes',\n total: 0,\n accounts: ['708'],\n },\n {\n name: 'Rabais, remises, ristournes accordés par l\\'entreprise',\n total: 0,\n accounts: ['709'],\n },\n ],\n },\n {\n name: 'Production stockée',\n total: 0,\n accounts: ['71'],\n },\n {\n name: 'Production immobilisée',\n total: 0,\n accounts: ['72'],\n },\n {\n name: 'Subventions d\\'exploitation',\n total: 0,\n accounts: ['74'],\n },\n {\n name: 'Reprises sur provisions, dépréciations et amortissements, transferts de charges',\n total: 0,\n accounts: ['781', '791'],\n },\n {\n name: 'Autres produits de gestion courante',\n total: 0,\n accounts: ['75'],\n },\n ],\n },\n {\n name: 'Total des charges d\\'exploitation',\n key: 'totalOperatingExpenses',\n total: 0,\n fields: [\n {\n name: 'Achats de marchandises',\n total: 0,\n accounts: ['607'],\n },\n {\n name: 'Variation des stocks de marchandises',\n total: 0,\n accounts: ['6037'],\n },\n {\n name: 'Achats de matières premieres et autres approvisionnements',\n total: 0,\n accounts: ['60'],\n excludeAccounts: ['607', '603', '606'],\n },\n {\n name: 'Variation des stocks de matières premieres et autres approvisionnements',\n total: 0,\n accounts: ['603'],\n excludeAccounts: ['6037'],\n },\n {\n name: 'Autres achats et charges externes',\n total: 0,\n accounts: ['61', '62', '606'],\n },\n {\n name: 'Impôts, taxes et versements assimilés',\n total: 0,\n accounts: ['63'],\n },\n {\n name: 'Salaires et traitements',\n total: 0,\n accounts: ['641', '642', '643', '644'],\n },\n {\n name: 'Charges sociales',\n total: 0,\n accounts: ['645', '646', '647', '648', '649'],\n },\n {\n name: 'Dotations aux amortissements et provisions',\n total: 0,\n accounts: ['681', '682', '683', '684', '685'],\n },\n {\n name: 'Autres charges de gestion courante',\n total: 0,\n accounts: ['65'],\n },\n ],\n },\n {\n name: 'Résultat d\\'exploitation',\n key: 'operatingResult',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome'],\n calculationSubtract: ['totalOperatingExpenses'],\n },\n {\n name: 'Total des produits financiers',\n key: 'totalFinancialProducts',\n total: 0,\n fields: [\n {\n name: 'De participations',\n total: 0,\n accounts: ['761'],\n },\n {\n name: 'D\\'autres valeurs mobilières et créances de l\\'actif immobilisé',\n total: 0,\n accounts: ['762'],\n },\n {\n name: 'Autres intérêts et produits assimilés',\n total: 0,\n accounts: ['763', '764', '765', '768'],\n },\n {\n name: 'Reprises sur dépréciations, provisions et transferts de charges financières',\n total: 0,\n accounts: ['786', '796'],\n }, {\n name: 'Différences positives de change',\n total: 0,\n accounts: ['766'],\n },\n {\n name: 'Produits nets sur cessions de valeurs mobilières de placement',\n total: 0,\n accounts: ['767'],\n },\n ],\n },\n {\n name: 'Total des charges financières',\n total: 0,\n key: 'totalFinancialExpenses',\n fields: [\n {\n name: 'Dotations aux amortissements, dépréciations et provisions',\n total: 0,\n accounts: ['686'],\n },\n {\n name: 'Intérêts et charges assimilés',\n total: 0,\n accounts: ['661', '664', '665', '668'],\n },\n {\n name: 'Différences négatives de change',\n total: 0,\n accounts: ['666'],\n },\n {\n name: 'Charges nettes sur cessions de valeurs mobilières de placement',\n total: 0,\n accounts: ['667'],\n },\n ],\n },\n {\n name: 'Résultat financier',\n total: 0,\n calculation: true,\n calculationAdd: ['totalFinancialProducts'],\n calculationSubtract: ['totalFinancialExpenses'],\n key: 'financialResult',\n },\n {\n name: 'Résultat courant avant impôt',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts'],\n calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses'],\n key: 'profitBeforeTax',\n },\n {\n name: 'Total des produits exceptionnels',\n total: 0,\n key: 'totalExceptionalProducts',\n fields: [\n {\n name: 'Sur opérations de gestion',\n total: 0,\n accounts: ['771', '772'],\n },\n {\n name: 'Sur opérations en capital',\n total: 0,\n fields: [{\n name: 'Produits des cessions d\\'éléments d\\'actifs',\n total: 0,\n accounts: ['775'],\n },\n {\n name: 'Subventions d\\'investissement virées aux résultats de l\\'exercice',\n total: 0,\n accounts: ['777'],\n },\n {\n name: 'Autre',\n total: 0,\n accounts: ['778'],\n },\n ],\n },\n {\n name: 'Reprises sur dépréciations, provisions et transferts de charges exceptionnelles',\n total: 0,\n accounts: ['787', '797'],\n },\n ],\n },\n {\n name: 'Total des charges exceptionnelles',\n total: 0,\n key: 'totalExceptionalExpenses',\n fields: [\n {\n name: 'Sur opérations de gestion',\n total: 0,\n accounts: ['671', '672'],\n },\n {\n name: 'Sur opérations en capital',\n total: 0,\n fields: [{\n name: 'Valeurs comptables des éléments immobilisés et financiers cédés',\n total: 0,\n accounts: ['675'],\n },\n {\n name: 'Autre',\n total: 0,\n accounts: ['678'],\n },\n ],\n },\n {\n name: 'Dotations aux amortissements, dépréciations et provisions',\n total: 0,\n fields: [\n {\n name: 'Dotations aux provisions réglementées',\n accounts: ['6872', '6873', '6874'],\n total: 0,\n },\n {\n name: 'Dotations aux amortissements, dépréciations et autres provisions',\n accounts: ['6871', '6875', '6876'],\n total: 0,\n },\n ],\n },\n ],\n },\n {\n name: 'Résultat exceptionnel',\n total: 0,\n calculation: true,\n calculationAdd: [],\n calculationSubtract: ['totalExceptionalProducts', 'totalExceptionalExpenses'],\n key: 'exceptionalResult',\n },\n {\n name: 'Impôt sur les bénéfices',\n total: 0,\n key: 'incomeTax',\n accounts: ['695'],\n },\n {\n name: 'Résultat de l\\'exercice',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts', 'totalExceptionalProducts', 'totalExceptionalExpenses'],\n calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses', 'incomeTax'],\n key: 'resultOfExercise',\n },\n];"]}
1
+ {"version":3,"file":"IncomeStatement.js","sourceRoot":"","sources":["../../../ts/types/Enum/IncomeStatement.ts"],"names":[],"mappings":"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","sourcesContent":["type IncomeStatementField = {\n name: string;\n fields?: IncomeStatementField[];\n accounts?: string[];\n total: number;\n excludeAccounts?: string[];\n};\n\nexport type IncomeStatement = {\n name: string;\n fields?: IncomeStatementField[],\n total: number;\n accounts?: string[];\n excludeAccounts?: string[];\n key: string;\n calculation?: boolean; // Doit être calculé avec calculationAdd & calculationSubtract\n calculationAdd?: string[]; // Tableau des keys à additionner pour obtenir le total\n calculationSubtract?: string[]; // Tableau des keys à soustraire pour obtenir le total\n isProduct?: boolean; // Si c'est un produit, on fait x -1\n};\n\nexport const INCOME_STATEMENT_LIST: IncomeStatement[] = [\n {\n name: 'Total des produits d\\'exploitation',\n key: 'totalOperatingIncome',\n total: 0,\n isProduct: true,\n fields: [\n {\n name: 'Chiffre d\\'Affaires',\n total: 0,\n fields: [\n {\n name: 'Ventes de marchandises',\n total: 0,\n accounts: ['707'],\n },\n {\n name: 'Production vendue',\n total: 0,\n accounts: ['701', '702', '703', '704', '705', '706'],\n },\n {\n name: 'Produits des activités annexes',\n total: 0,\n accounts: ['708'],\n },\n {\n name: 'Rabais, remises, ristournes accordés par l\\'entreprise',\n total: 0,\n accounts: ['709'],\n },\n ],\n },\n {\n name: 'Production stockée',\n total: 0,\n accounts: ['71'],\n },\n {\n name: 'Production immobilisée',\n total: 0,\n accounts: ['72'],\n },\n {\n name: 'Subventions d\\'exploitation',\n total: 0,\n accounts: ['74'],\n },\n {\n name: 'Reprises sur provisions, dépréciations et amortissements, transferts de charges',\n total: 0,\n accounts: ['781', '791'],\n },\n {\n name: 'Autres produits de gestion courante',\n total: 0,\n accounts: ['75'],\n },\n ],\n },\n {\n name: 'Total des charges d\\'exploitation',\n key: 'totalOperatingExpenses',\n total: 0,\n fields: [\n {\n name: 'Achats de marchandises',\n total: 0,\n accounts: ['607'],\n },\n {\n name: 'Variation des stocks de marchandises',\n total: 0,\n accounts: ['6037'],\n },\n {\n name: 'Achats de matières premieres et autres approvisionnements',\n total: 0,\n accounts: ['60'],\n excludeAccounts: ['607', '603', '606'],\n },\n {\n name: 'Variation des stocks de matières premieres et autres approvisionnements',\n total: 0,\n accounts: ['603'],\n excludeAccounts: ['6037'],\n },\n {\n name: 'Autres achats et charges externes',\n total: 0,\n accounts: ['61', '62', '606'],\n },\n {\n name: 'Impôts, taxes et versements assimilés',\n total: 0,\n accounts: ['63'],\n },\n {\n name: 'Salaires et traitements',\n total: 0,\n accounts: ['641', '642', '643', '644'],\n },\n {\n name: 'Charges sociales',\n total: 0,\n accounts: ['645', '646', '647', '648', '649'],\n },\n {\n name: 'Dotations aux amortissements et provisions',\n total: 0,\n accounts: ['681', '682', '683', '684', '685'],\n },\n {\n name: 'Autres charges de gestion courante',\n total: 0,\n accounts: ['65'],\n },\n ],\n },\n {\n name: 'Résultat d\\'exploitation',\n key: 'operatingResult',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome'],\n calculationSubtract: ['totalOperatingExpenses'],\n },\n {\n name: 'Total des produits financiers',\n key: 'totalFinancialProducts',\n total: 0,\n isProduct: true,\n fields: [\n {\n name: 'De participations',\n total: 0,\n accounts: ['761'],\n },\n {\n name: 'D\\'autres valeurs mobilières et créances de l\\'actif immobilisé',\n total: 0,\n accounts: ['762'],\n },\n {\n name: 'Autres intérêts et produits assimilés',\n total: 0,\n accounts: ['763', '764', '765', '768'],\n },\n {\n name: 'Reprises sur dépréciations, provisions et transferts de charges financières',\n total: 0,\n accounts: ['786', '796'],\n }, {\n name: 'Différences positives de change',\n total: 0,\n accounts: ['766'],\n },\n {\n name: 'Produits nets sur cessions de valeurs mobilières de placement',\n total: 0,\n accounts: ['767'],\n },\n ],\n },\n {\n name: 'Total des charges financières',\n total: 0,\n key: 'totalFinancialExpenses',\n fields: [\n {\n name: 'Dotations aux amortissements, dépréciations et provisions',\n total: 0,\n accounts: ['686'],\n },\n {\n name: 'Intérêts et charges assimilés',\n total: 0,\n accounts: ['661', '664', '665', '668'],\n },\n {\n name: 'Différences négatives de change',\n total: 0,\n accounts: ['666'],\n },\n {\n name: 'Charges nettes sur cessions de valeurs mobilières de placement',\n total: 0,\n accounts: ['667'],\n },\n ],\n },\n {\n name: 'Résultat financier',\n total: 0,\n calculation: true,\n calculationAdd: ['totalFinancialProducts'],\n calculationSubtract: ['totalFinancialExpenses'],\n key: 'financialResult',\n },\n {\n name: 'Résultat courant avant impôt',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts'],\n calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses'],\n key: 'profitBeforeTax',\n },\n {\n name: 'Total des produits exceptionnels',\n total: 0,\n key: 'totalExceptionalProducts',\n isProduct: true,\n fields: [\n {\n name: 'Sur opérations de gestion',\n total: 0,\n accounts: ['771', '772'],\n },\n {\n name: 'Sur opérations en capital',\n total: 0,\n fields: [{\n name: 'Produits des cessions d\\'éléments d\\'actifs',\n total: 0,\n accounts: ['775'],\n },\n {\n name: 'Subventions d\\'investissement virées aux résultats de l\\'exercice',\n total: 0,\n accounts: ['777'],\n },\n {\n name: 'Autre',\n total: 0,\n accounts: ['778'],\n },\n ],\n },\n {\n name: 'Reprises sur dépréciations, provisions et transferts de charges exceptionnelles',\n total: 0,\n accounts: ['787', '797'],\n },\n ],\n },\n {\n name: 'Total des charges exceptionnelles',\n total: 0,\n key: 'totalExceptionalExpenses',\n fields: [\n {\n name: 'Sur opérations de gestion',\n total: 0,\n accounts: ['671', '672'],\n },\n {\n name: 'Sur opérations en capital',\n total: 0,\n fields: [{\n name: 'Valeurs comptables des éléments immobilisés et financiers cédés',\n total: 0,\n accounts: ['675'],\n },\n {\n name: 'Autre',\n total: 0,\n accounts: ['678'],\n },\n ],\n },\n {\n name: 'Dotations aux amortissements, dépréciations et provisions',\n total: 0,\n fields: [\n {\n name: 'Dotations aux provisions réglementées',\n accounts: ['6872', '6873', '6874'],\n total: 0,\n },\n {\n name: 'Dotations aux amortissements, dépréciations et autres provisions',\n accounts: ['6871', '6875', '6876'],\n total: 0,\n },\n ],\n },\n ],\n },\n {\n name: 'Résultat exceptionnel',\n total: 0,\n calculation: true,\n calculationAdd: ['totalExceptionalProducts'],\n calculationSubtract: ['totalExceptionalExpenses'],\n key: 'exceptionalResult',\n },\n {\n name: 'Impôt sur les bénéfices',\n total: 0,\n key: 'incomeTax',\n accounts: ['695'],\n },\n {\n name: 'Résultat de l\\'exercice',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts', 'totalExceptionalProducts', 'totalExceptionalExpenses'],\n calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses', 'incomeTax'],\n key: 'resultOfExercise',\n },\n];"]}
@@ -0,0 +1,47 @@
1
+ export declare const LetterType: {
2
+ TERMINATION: {
3
+ id: number;
4
+ name: string;
5
+ };
6
+ SATISFIED_OR_REFUNDED: {
7
+ id: number;
8
+ name: string;
9
+ };
10
+ DOCUMENT: {
11
+ id: number;
12
+ name: string;
13
+ };
14
+ CHEQUE: {
15
+ id: number;
16
+ name: string;
17
+ };
18
+ CANCELLATION: {
19
+ id: number;
20
+ name: string;
21
+ };
22
+ RECOVERY: {
23
+ id: number;
24
+ name: string;
25
+ };
26
+ ORDER_LETTER: {
27
+ id: number;
28
+ name: string;
29
+ };
30
+ CLAIM: {
31
+ id: number;
32
+ name: string;
33
+ };
34
+ OTHER: {
35
+ id: number;
36
+ name: string;
37
+ };
38
+ RECOVERY_RESPONSE: {
39
+ id: number;
40
+ name: string;
41
+ };
42
+ NO_RESPONSE: {
43
+ id: number;
44
+ name: string;
45
+ };
46
+ };
47
+ //# sourceMappingURL=LetterType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LetterType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/LetterType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CtB,CAAC"}
@@ -0,0 +1,47 @@
1
+ export const LetterType = {
2
+ TERMINATION: {
3
+ id: 1,
4
+ name: 'Résiliation',
5
+ },
6
+ SATISFIED_OR_REFUNDED: {
7
+ id: 2,
8
+ name: 'Satisfait ou remboursé',
9
+ },
10
+ DOCUMENT: {
11
+ id: 3,
12
+ name: 'Documents',
13
+ },
14
+ CHEQUE: {
15
+ id: 4,
16
+ name: 'Chèque',
17
+ },
18
+ CANCELLATION: {
19
+ id: 5,
20
+ name: 'Radiation',
21
+ },
22
+ RECOVERY: {
23
+ id: 6,
24
+ name: 'Demande de reprise',
25
+ },
26
+ ORDER_LETTER: {
27
+ id: 7,
28
+ name: 'Lettre à l\'Ordre',
29
+ },
30
+ CLAIM: {
31
+ id: 8,
32
+ name: 'Réclamation',
33
+ },
34
+ OTHER: {
35
+ id: 9,
36
+ name: 'Autre',
37
+ },
38
+ RECOVERY_RESPONSE: {
39
+ id: 10,
40
+ name: 'Rép. lettre de reprise',
41
+ },
42
+ NO_RESPONSE: {
43
+ id: 11,
44
+ name: 'Pas de réponse',
45
+ },
46
+ };
47
+ //# sourceMappingURL=LetterType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LetterType.js","sourceRoot":"","sources":["../../../ts/types/Enum/LetterType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;KACpB;IACD,qBAAqB,EAAE;QACrB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,wBAAwB;KAC/B;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,WAAW;KAClB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,QAAQ;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,WAAW;KAClB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,oBAAoB;KAC3B;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,mBAAmB;KAC1B;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;KACpB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,OAAO;KACd;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,wBAAwB;KAC/B;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,gBAAgB;KACvB;CACF,CAAC","sourcesContent":["export const LetterType = {\n TERMINATION: {\n id: 1,\n name: 'Résiliation',\n },\n SATISFIED_OR_REFUNDED: {\n id: 2,\n name: 'Satisfait ou remboursé',\n },\n DOCUMENT: {\n id: 3,\n name: 'Documents',\n },\n CHEQUE: {\n id: 4,\n name: 'Chèque',\n },\n CANCELLATION: {\n id: 5,\n name: 'Radiation',\n },\n RECOVERY: {\n id: 6,\n name: 'Demande de reprise',\n },\n ORDER_LETTER: {\n id: 7,\n name: 'Lettre à l\\'Ordre',\n },\n CLAIM: {\n id: 8,\n name: 'Réclamation',\n },\n OTHER: {\n id: 9,\n name: 'Autre',\n },\n RECOVERY_RESPONSE: {\n id: 10,\n name: 'Rép. lettre de reprise',\n },\n NO_RESPONSE: {\n id: 11,\n name: 'Pas de réponse',\n },\n};"]}
@@ -0,0 +1,31 @@
1
+ export declare const ReportState: {
2
+ TODO: {
3
+ id: number;
4
+ name: string;
5
+ };
6
+ SOLVED: {
7
+ id: number;
8
+ name: string;
9
+ };
10
+ ACCOUNTANT_WAITING: {
11
+ id: number;
12
+ name: string;
13
+ };
14
+ CUSTOMER_WAITING: {
15
+ id: number;
16
+ name: string;
17
+ };
18
+ REPLIED: {
19
+ id: number;
20
+ name: string;
21
+ };
22
+ SENT_LETTER: {
23
+ id: number;
24
+ name: string;
25
+ };
26
+ TO_BE_TERMINATED: {
27
+ id: number;
28
+ name: string;
29
+ };
30
+ };
31
+ //# sourceMappingURL=ReportState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportState.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ReportState.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BvB,CAAC"}
@@ -0,0 +1,31 @@
1
+ export const ReportState = {
2
+ TODO: {
3
+ id: 0,
4
+ name: 'Non traité',
5
+ },
6
+ SOLVED: {
7
+ id: 1,
8
+ name: 'Résolu',
9
+ },
10
+ ACCOUNTANT_WAITING: {
11
+ id: 2,
12
+ name: 'En attente du comptable',
13
+ },
14
+ CUSTOMER_WAITING: {
15
+ id: 3,
16
+ name: 'En attente du client',
17
+ },
18
+ REPLIED: {
19
+ id: 4,
20
+ name: 'Répondu',
21
+ },
22
+ SENT_LETTER: {
23
+ id: 5,
24
+ name: 'Courrier envoyé',
25
+ },
26
+ TO_BE_TERMINATED: {
27
+ id: 6,
28
+ name: 'À résilier',
29
+ },
30
+ };
31
+ //# sourceMappingURL=ReportState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportState.js","sourceRoot":"","sources":["../../../ts/types/Enum/ReportState.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE;QACJ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,YAAY;KACnB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,QAAQ;KACf;IACD,kBAAkB,EAAE;QAClB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,yBAAyB;KAChC;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,sBAAsB;KAC7B;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,SAAS;KAChB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,iBAAiB;KACxB;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,YAAY;KACnB;CACF,CAAC","sourcesContent":["export const ReportState = {\n TODO: {\n id: 0,\n name: 'Non traité',\n },\n SOLVED: {\n id: 1,\n name: 'Résolu',\n },\n ACCOUNTANT_WAITING: {\n id: 2,\n name: 'En attente du comptable',\n },\n CUSTOMER_WAITING: {\n id: 3,\n name: 'En attente du client',\n },\n REPLIED: {\n id: 4,\n name: 'Répondu',\n },\n SENT_LETTER: {\n id: 5,\n name: 'Courrier envoyé',\n },\n TO_BE_TERMINATED: {\n id: 6,\n name: 'À résilier',\n },\n};"]}
@@ -0,0 +1,27 @@
1
+ export declare const ReportType: {
2
+ LETTER: {
3
+ id: number;
4
+ name: string;
5
+ };
6
+ FRAUD: {
7
+ id: number;
8
+ name: string;
9
+ };
10
+ ATTITUDE: {
11
+ id: number;
12
+ name: string;
13
+ };
14
+ BLOCKED: {
15
+ id: number;
16
+ name: string;
17
+ };
18
+ NO_RESPONSE: {
19
+ id: number;
20
+ name: string;
21
+ };
22
+ NEGATIVE_OPINION: {
23
+ id: number;
24
+ name: string;
25
+ };
26
+ };
27
+ //# sourceMappingURL=ReportType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAyBtB,CAAC"}
@@ -0,0 +1,27 @@
1
+ export const ReportType = {
2
+ LETTER: {
3
+ id: 1,
4
+ name: 'Lettre à l\'ordre',
5
+ },
6
+ FRAUD: {
7
+ id: 2,
8
+ name: 'Suspicion de fraude',
9
+ },
10
+ ATTITUDE: {
11
+ id: 3,
12
+ name: 'Attitude déplacée',
13
+ },
14
+ BLOCKED: {
15
+ id: 4,
16
+ name: 'Dossier bloqué',
17
+ },
18
+ NO_RESPONSE: {
19
+ id: 5,
20
+ name: 'Pas de réponse',
21
+ },
22
+ NEGATIVE_OPINION: {
23
+ id: 6,
24
+ name: 'Avis négatif',
25
+ },
26
+ };
27
+ //# sourceMappingURL=ReportType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ReportType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,mBAAmB;KAC1B;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,qBAAqB;KAC5B;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,mBAAmB;KAC1B;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;KACvB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;KACvB;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,cAAc;KACrB;CACF,CAAC","sourcesContent":["export const ReportType = {\n LETTER: {\n id: 1,\n name: 'Lettre à l\\'ordre',\n },\n FRAUD: {\n id: 2,\n name: 'Suspicion de fraude',\n },\n ATTITUDE: {\n id: 3,\n name: 'Attitude déplacée',\n },\n BLOCKED: {\n id: 4,\n name: 'Dossier bloqué',\n },\n NO_RESPONSE: {\n id: 5,\n name: 'Pas de réponse',\n },\n NEGATIVE_OPINION: {\n id: 6,\n name: 'Avis négatif',\n },\n};"]}
@@ -3,7 +3,7 @@ export declare enum Role {
3
3
  ADMIN = 2,
4
4
  FRONT_OFFICE = 3,
5
5
  COMMERCIAL = 9,
6
- GPC = 10,
6
+ CUSTOMER_SUCCESS = 10,
7
7
  SOCIAL = 11,
8
8
  JURIDIC = 12,
9
9
  CHIEF_ACCOUNTANT = 13,
@@ -20,6 +20,11 @@ export declare enum Role {
20
20
  DEVELOPER = 25,
21
21
  API = 26,
22
22
  BACK_OFFICE = 27,
23
- BACK_OFFICE_EXPRESS = 28
23
+ BACK_OFFICE_EXPRESS = 28,
24
+ BACK_MANAGER = 30,
25
+ FRONT_MANAGER = 31,
26
+ CUSTOMER_SUCCESS_MANAGER = 32,
27
+ COMMERCIAL_MANAGER = 33,
28
+ FACTURATION = 34
24
29
  }
25
30
  //# sourceMappingURL=Role.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Role.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Role.ts"],"names":[],"mappings":"AAAA,oBAAY,IAAI;IACd,MAAM,IAAI;IACV,KAAK,IAAI;IACT,YAAY,IAAI;IAChB,UAAU,IAAI;IACd,GAAG,KAAK;IACR,MAAM,KAAK;IACX,OAAO,KAAK;IACZ,gBAAgB,KAAK;IACrB,UAAU,KAAK;IACf,oBAAoB,KAAK;IACzB,WAAW,KAAK;IAChB,qBAAqB,KAAK;IAC1B,UAAU,KAAK;IACf,OAAO,KAAK;IACZ,iBAAiB,KAAK;IACtB,WAAW,KAAK;IAChB,GAAG,KAAK;IACR,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,GAAG,KAAK;IACR,WAAW,KAAK;IAChB,mBAAmB,KAAK;CACzB"}
1
+ {"version":3,"file":"Role.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Role.ts"],"names":[],"mappings":"AAAA,oBAAY,IAAI;IACd,MAAM,IAAI;IACV,KAAK,IAAI;IACT,YAAY,IAAI;IAChB,UAAU,IAAI;IACd,gBAAgB,KAAK;IACrB,MAAM,KAAK;IACX,OAAO,KAAK;IACZ,gBAAgB,KAAK;IACrB,UAAU,KAAK;IACf,oBAAoB,KAAK;IACzB,WAAW,KAAK;IAChB,qBAAqB,KAAK;IAC1B,UAAU,KAAK;IACf,OAAO,KAAK;IACZ,iBAAiB,KAAK;IACtB,WAAW,KAAK;IAChB,GAAG,KAAK;IACR,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,GAAG,KAAK;IACR,WAAW,KAAK;IAChB,mBAAmB,KAAK;IACxB,YAAY,KAAK;IACjB,aAAa,KAAK;IAClB,wBAAwB,KAAK;IAC7B,kBAAkB,KAAK;IACvB,WAAW,KAAK;CACjB"}
@@ -4,7 +4,7 @@ export var Role;
4
4
  Role[Role["ADMIN"] = 2] = "ADMIN";
5
5
  Role[Role["FRONT_OFFICE"] = 3] = "FRONT_OFFICE";
6
6
  Role[Role["COMMERCIAL"] = 9] = "COMMERCIAL";
7
- Role[Role["GPC"] = 10] = "GPC";
7
+ Role[Role["CUSTOMER_SUCCESS"] = 10] = "CUSTOMER_SUCCESS";
8
8
  Role[Role["SOCIAL"] = 11] = "SOCIAL";
9
9
  Role[Role["JURIDIC"] = 12] = "JURIDIC";
10
10
  Role[Role["CHIEF_ACCOUNTANT"] = 13] = "CHIEF_ACCOUNTANT";
@@ -22,5 +22,10 @@ export var Role;
22
22
  Role[Role["API"] = 26] = "API";
23
23
  Role[Role["BACK_OFFICE"] = 27] = "BACK_OFFICE";
24
24
  Role[Role["BACK_OFFICE_EXPRESS"] = 28] = "BACK_OFFICE_EXPRESS";
25
+ Role[Role["BACK_MANAGER"] = 30] = "BACK_MANAGER";
26
+ Role[Role["FRONT_MANAGER"] = 31] = "FRONT_MANAGER";
27
+ Role[Role["CUSTOMER_SUCCESS_MANAGER"] = 32] = "CUSTOMER_SUCCESS_MANAGER";
28
+ Role[Role["COMMERCIAL_MANAGER"] = 33] = "COMMERCIAL_MANAGER";
29
+ Role[Role["FACTURATION"] = 34] = "FACTURATION";
25
30
  })(Role || (Role = {}));
26
31
  //# sourceMappingURL=Role.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Role.js","sourceRoot":"","sources":["../../../ts/types/Enum/Role.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,IAuBX;AAvBD,WAAY,IAAI;IACd,mCAAU,CAAA;IACV,iCAAS,CAAA;IACT,+CAAgB,CAAA;IAChB,2CAAc,CAAA;IACd,8BAAQ,CAAA;IACR,oCAAW,CAAA;IACX,sCAAY,CAAA;IACZ,wDAAqB,CAAA;IACrB,4CAAe,CAAA;IACf,gEAAyB,CAAA;IACzB,8CAAgB,CAAA;IAChB,kEAA0B,CAAA;IAC1B,4CAAe,CAAA;IACf,sCAAY,CAAA;IACZ,0DAAsB,CAAA;IACtB,8CAAgB,CAAA;IAChB,8BAAQ,CAAA;IACR,wCAAa,CAAA;IACb,0CAAc,CAAA;IACd,8BAAQ,CAAA;IACR,8CAAgB,CAAA;IAChB,8DAAwB,CAAA;AAC1B,CAAC,EAvBW,IAAI,KAAJ,IAAI,QAuBf","sourcesContent":["export enum Role {\n CLIENT = 1,\n ADMIN = 2,\n FRONT_OFFICE = 3,\n COMMERCIAL = 9,\n GPC = 10,\n SOCIAL = 11,\n JURIDIC = 12,\n CHIEF_ACCOUNTANT = 13,\n SUPERVISOR = 14,\n FRONT_OFFICE_EXPRESS = 15,\n SUPER_ADMIN = 16,\n EXPERT_SUB_CONTRACTOR = 17,\n MAINTAINER = 18,\n MANAGER = 19,\n EXPERT_ACCOUNTANT = 20,\n MFA_PENDING = 21,\n VAT = 22,\n CANDIDAT = 24,\n DEVELOPER = 25,\n API = 26,\n BACK_OFFICE = 27,\n BACK_OFFICE_EXPRESS = 28,\n}"]}
1
+ {"version":3,"file":"Role.js","sourceRoot":"","sources":["../../../ts/types/Enum/Role.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,IA4BX;AA5BD,WAAY,IAAI;IACd,mCAAU,CAAA;IACV,iCAAS,CAAA;IACT,+CAAgB,CAAA;IAChB,2CAAc,CAAA;IACd,wDAAqB,CAAA;IACrB,oCAAW,CAAA;IACX,sCAAY,CAAA;IACZ,wDAAqB,CAAA;IACrB,4CAAe,CAAA;IACf,gEAAyB,CAAA;IACzB,8CAAgB,CAAA;IAChB,kEAA0B,CAAA;IAC1B,4CAAe,CAAA;IACf,sCAAY,CAAA;IACZ,0DAAsB,CAAA;IACtB,8CAAgB,CAAA;IAChB,8BAAQ,CAAA;IACR,wCAAa,CAAA;IACb,0CAAc,CAAA;IACd,8BAAQ,CAAA;IACR,8CAAgB,CAAA;IAChB,8DAAwB,CAAA;IACxB,gDAAiB,CAAA;IACjB,kDAAkB,CAAA;IAClB,wEAA6B,CAAA;IAC7B,4DAAuB,CAAA;IACvB,8CAAgB,CAAA;AAClB,CAAC,EA5BW,IAAI,KAAJ,IAAI,QA4Bf","sourcesContent":["export enum Role {\n CLIENT = 1,\n ADMIN = 2,\n FRONT_OFFICE = 3,\n COMMERCIAL = 9,\n CUSTOMER_SUCCESS = 10,\n SOCIAL = 11,\n JURIDIC = 12,\n CHIEF_ACCOUNTANT = 13,\n SUPERVISOR = 14,\n FRONT_OFFICE_EXPRESS = 15,\n SUPER_ADMIN = 16,\n EXPERT_SUB_CONTRACTOR = 17,\n MAINTAINER = 18,\n MANAGER = 19,\n EXPERT_ACCOUNTANT = 20,\n MFA_PENDING = 21,\n VAT = 22,\n CANDIDAT = 24,\n DEVELOPER = 25,\n API = 26,\n BACK_OFFICE = 27,\n BACK_OFFICE_EXPRESS = 28,\n BACK_MANAGER = 30,\n FRONT_MANAGER = 31,\n CUSTOMER_SUCCESS_MANAGER = 32,\n COMMERCIAL_MANAGER = 33,\n FACTURATION = 34,\n}"]}
@@ -0,0 +1,11 @@
1
+ export declare type ReadBalanceSheetList = Array<{
2
+ name: string;
3
+ total: number;
4
+ totalDeducted: number;
5
+ totalNet: number;
6
+ isCategory?: boolean;
7
+ isSubcategory?: boolean;
8
+ description?: ReadBalanceSheetList;
9
+ key: string;
10
+ }>;
11
+ //# sourceMappingURL=ReadBalanceSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadBalanceSheet.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB,GAAG,KAAK,CAAC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,GAAG,EAAE,MAAM,CAAC;CACb,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReadBalanceSheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadBalanceSheet.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts"],"names":[],"mappings":"","sourcesContent":["export type ReadBalanceSheetList = Array<{\n name: string;\n total: number;\n totalDeducted: number;\n totalNet: number;\n isCategory?: boolean;\n isSubcategory?: boolean;\n description?: ReadBalanceSheetList;\n key: string;\n}>;"]}
@@ -0,0 +1,15 @@
1
+ import { ILetter } from '../../..';
2
+ export declare class CreateLetter implements ILetter {
3
+ idLetterType: number;
4
+ idReport?: number;
5
+ idSociety: number;
6
+ letterDate: Date;
7
+ complement?: string;
8
+ fileType?: 'receivedFileObject' | 'responseFileObject' | null;
9
+ isLRAR?: boolean;
10
+ isDone?: boolean;
11
+ needResponse?: boolean;
12
+ ARNumber?: string;
13
+ idAccountant?: number;
14
+ }
15
+ //# sourceMappingURL=CreateLetter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLetter.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,qBAAa,YAAa,YAAW,OAAO;IAE1C,YAAY,EAAE,MAAM,CAAC;IAGrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,EAAE,IAAI,CAAC;IAGjB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,QAAQ,CAAC,EAAE,oBAAoB,GAAG,oBAAoB,GAAG,IAAI,CAAC;IAG9D,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,57 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ export class CreateLetter {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], CreateLetter.prototype, "idLetterType", void 0);
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ __metadata("design:type", Number)
20
+ ], CreateLetter.prototype, "idReport", void 0);
21
+ __decorate([
22
+ ApiProperty(),
23
+ __metadata("design:type", Number)
24
+ ], CreateLetter.prototype, "idSociety", void 0);
25
+ __decorate([
26
+ ApiProperty(),
27
+ __metadata("design:type", Date)
28
+ ], CreateLetter.prototype, "letterDate", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ __metadata("design:type", String)
32
+ ], CreateLetter.prototype, "complement", void 0);
33
+ __decorate([
34
+ ApiPropertyOptional(),
35
+ __metadata("design:type", Object)
36
+ ], CreateLetter.prototype, "fileType", void 0);
37
+ __decorate([
38
+ ApiPropertyOptional(),
39
+ __metadata("design:type", Boolean)
40
+ ], CreateLetter.prototype, "isLRAR", void 0);
41
+ __decorate([
42
+ ApiPropertyOptional(),
43
+ __metadata("design:type", Boolean)
44
+ ], CreateLetter.prototype, "isDone", void 0);
45
+ __decorate([
46
+ ApiPropertyOptional(),
47
+ __metadata("design:type", Boolean)
48
+ ], CreateLetter.prototype, "needResponse", void 0);
49
+ __decorate([
50
+ ApiPropertyOptional(),
51
+ __metadata("design:type", String)
52
+ ], CreateLetter.prototype, "ARNumber", void 0);
53
+ __decorate([
54
+ ApiPropertyOptional(),
55
+ __metadata("design:type", Number)
56
+ ], CreateLetter.prototype, "idAccountant", void 0);
57
+ //# sourceMappingURL=CreateLetter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLetter.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/letter/CreateLetter.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,YAAY;CAiCxB;AA/BC;IADC,WAAW,EAAE;;kDACO;AAGrB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,WAAW,EAAE;;+CACI;AAGlB;IADC,WAAW,EAAE;8BACF,IAAI;gDAAC;AAGjB;IADC,mBAAmB,EAAE;;gDACF;AAGpB;IADC,mBAAmB,EAAE;;8CACwC;AAG9D;IADC,mBAAmB,EAAE;;4CACL;AAGjB;IADC,mBAAmB,EAAE;;4CACL;AAGjB;IADC,mBAAmB,EAAE;;kDACC;AAGvB;IADC,mBAAmB,EAAE;;8CACJ;AAGlB;IADC,mBAAmB,EAAE;;kDACA","sourcesContent":["import { ILetter } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateLetter implements ILetter {\n @ApiProperty()\n idLetterType: number;\n\n @ApiPropertyOptional()\n idReport?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiProperty()\n letterDate: Date;\n\n @ApiPropertyOptional()\n complement?: string;\n\n @ApiPropertyOptional()\n fileType?: 'receivedFileObject' | 'responseFileObject' | null;\n\n @ApiPropertyOptional()\n isLRAR?: boolean;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n needResponse?: boolean;\n\n @ApiPropertyOptional()\n ARNumber?: string;\n\n @ApiPropertyOptional()\n idAccountant?: number;\n}\n"]}
@@ -0,0 +1,13 @@
1
+ import { IReport } from '../../..';
2
+ import { TFile } from '../file/TFile';
3
+ export declare class CreateReport implements IReport {
4
+ idReportType?: number;
5
+ idSociety?: number;
6
+ idUser: number;
7
+ message: string;
8
+ search?: string;
9
+ letterDate: Date;
10
+ receivedFile?: TFile;
11
+ responseFile?: TFile;
12
+ }
13
+ //# sourceMappingURL=CreateReport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAE1C,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,UAAU,EAAE,IAAI,CAAC;IAGjB,YAAY,CAAC,EAAE,KAAK,CAAC;IAGrB,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB"}
@@ -0,0 +1,45 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ export class CreateReport {
12
+ }
13
+ __decorate([
14
+ ApiPropertyOptional(),
15
+ __metadata("design:type", Number)
16
+ ], CreateReport.prototype, "idReportType", void 0);
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ __metadata("design:type", Number)
20
+ ], CreateReport.prototype, "idSociety", void 0);
21
+ __decorate([
22
+ ApiProperty(),
23
+ __metadata("design:type", Number)
24
+ ], CreateReport.prototype, "idUser", void 0);
25
+ __decorate([
26
+ ApiProperty(),
27
+ __metadata("design:type", String)
28
+ ], CreateReport.prototype, "message", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ __metadata("design:type", String)
32
+ ], CreateReport.prototype, "search", void 0);
33
+ __decorate([
34
+ ApiProperty(),
35
+ __metadata("design:type", Date)
36
+ ], CreateReport.prototype, "letterDate", void 0);
37
+ __decorate([
38
+ ApiPropertyOptional(),
39
+ __metadata("design:type", Object)
40
+ ], CreateReport.prototype, "receivedFile", void 0);
41
+ __decorate([
42
+ ApiPropertyOptional(),
43
+ __metadata("design:type", Object)
44
+ ], CreateReport.prototype, "responseFile", void 0);
45
+ //# sourceMappingURL=CreateReport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;CAwBxB;AAtBC;IADC,mBAAmB,EAAE;;kDACA;AAGtB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,WAAW,EAAE;;4CACC;AAGf;IADC,WAAW,EAAE;;6CACE;AAGhB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,WAAW,EAAE;8BACF,IAAI;gDAAC;AAGjB;IADC,mBAAmB,EAAE;;kDACD;AAGrB;IADC,mBAAmB,EAAE;;kDACD","sourcesContent":["import { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n message: string;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiProperty()\n letterDate: Date;\n\n @ApiPropertyOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n responseFile?: TFile;\n}\n"]}
@@ -0,0 +1,9 @@
1
+ export declare class QueryReports {
2
+ idReportType?: number;
3
+ idSociety?: number;
4
+ search?: string;
5
+ year?: number;
6
+ state?: number;
7
+ idUser?: number;
8
+ }
9
+ //# sourceMappingURL=QueryReports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryReports.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":"AAEA,qBAAa,YAAY;IAEvB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,37 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiPropertyOptional } from '../../../../utils';
11
+ export class QueryReports {
12
+ }
13
+ __decorate([
14
+ ApiPropertyOptional(),
15
+ __metadata("design:type", Number)
16
+ ], QueryReports.prototype, "idReportType", void 0);
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ __metadata("design:type", Number)
20
+ ], QueryReports.prototype, "idSociety", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ __metadata("design:type", String)
24
+ ], QueryReports.prototype, "search", void 0);
25
+ __decorate([
26
+ ApiPropertyOptional(),
27
+ __metadata("design:type", Number)
28
+ ], QueryReports.prototype, "year", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ __metadata("design:type", Number)
32
+ ], QueryReports.prototype, "state", void 0);
33
+ __decorate([
34
+ ApiPropertyOptional(),
35
+ __metadata("design:type", Number)
36
+ ], QueryReports.prototype, "idUser", void 0);
37
+ //# sourceMappingURL=QueryReports.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryReports.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,YAAY;CAkBxB;AAhBC;IADC,mBAAmB,EAAE;;kDACA;AAGtB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;0CACR;AAGd;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;4CACN","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryReports {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n year?: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n idUser?: number;\n}\n"]}
@@ -0,0 +1,8 @@
1
+ import { IReport, IUser } from '../../..';
2
+ export interface ReadReport extends IReport {
3
+ idUser: number;
4
+ idReportMessage?: number;
5
+ message?: string;
6
+ societyUsers?: IUser[];
7
+ }
8
+ //# sourceMappingURL=ReadReport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadReport.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/report/ReadReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,WAAW,UAAW,SAAQ,OAAO;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,KAAK,EAAE,CAAA;CACvB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReadReport.js.map