@silexpert/core 1.1.365 → 1.1.367

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 (206) hide show
  1. package/dist/cjs/api/resources/Card.d.ts +8 -3
  2. package/dist/cjs/api/resources/Card.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Card.js +10 -1
  4. package/dist/cjs/api/resources/Card.js.map +1 -1
  5. package/dist/cjs/types/Enum/AutomaticRegistration.d.ts +5 -0
  6. package/dist/cjs/types/Enum/AutomaticRegistration.d.ts.map +1 -0
  7. package/dist/cjs/types/Enum/AutomaticRegistration.js +9 -0
  8. package/dist/cjs/types/Enum/AutomaticRegistration.js.map +1 -0
  9. package/dist/cjs/types/Enum/BalanceSheet.d.ts +1 -1
  10. package/dist/cjs/types/Enum/BalanceSheet.js +1 -1
  11. package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
  12. package/dist/cjs/types/Enum/Card.d.ts +1 -1
  13. package/dist/cjs/types/Enum/Card.d.ts.map +1 -1
  14. package/dist/cjs/types/Enum/Card.js.map +1 -1
  15. package/dist/cjs/types/Enum/Consistency.js +2 -2
  16. package/dist/cjs/types/Enum/Consistency.js.map +1 -1
  17. package/dist/cjs/types/Enum/PaymentReason.d.ts +2 -1
  18. package/dist/cjs/types/Enum/PaymentReason.d.ts.map +1 -1
  19. package/dist/cjs/types/Enum/PaymentReason.js +5 -0
  20. package/dist/cjs/types/Enum/PaymentReason.js.map +1 -1
  21. package/dist/cjs/types/Enum/ReasonTerminationType.d.ts +6 -1
  22. package/dist/cjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
  23. package/dist/cjs/types/Enum/ReasonTerminationType.js +40 -0
  24. package/dist/cjs/types/Enum/ReasonTerminationType.js.map +1 -1
  25. package/dist/cjs/types/Enum/RefundReason.d.ts +17 -3
  26. package/dist/cjs/types/Enum/RefundReason.d.ts.map +1 -1
  27. package/dist/cjs/types/Enum/RefundReason.js +17 -2
  28. package/dist/cjs/types/Enum/RefundReason.js.map +1 -1
  29. package/dist/cjs/types/Enum/StockType.d.ts +1 -0
  30. package/dist/cjs/types/Enum/StockType.d.ts.map +1 -1
  31. package/dist/cjs/types/Enum/StockType.js +1 -0
  32. package/dist/cjs/types/Enum/StockType.js.map +1 -1
  33. package/dist/cjs/types/Enum/TerminationList.d.ts +12 -1
  34. package/dist/cjs/types/Enum/TerminationList.d.ts.map +1 -1
  35. package/dist/cjs/types/Enum/TerminationList.js +31 -1
  36. package/dist/cjs/types/Enum/TerminationList.js.map +1 -1
  37. package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +2 -1
  38. package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
  39. package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +1 -0
  40. package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
  41. package/dist/cjs/types/Interface/api/card/ModifyPlanning.d.ts +13 -0
  42. package/dist/cjs/types/Interface/api/card/ModifyPlanning.d.ts.map +1 -0
  43. package/dist/cjs/types/Interface/api/card/ModifyPlanning.js +61 -0
  44. package/dist/cjs/types/Interface/api/card/ModifyPlanning.js.map +1 -0
  45. package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts +8 -3
  46. package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -1
  47. package/dist/cjs/types/Interface/api/card/QueryUserCards.js +23 -3
  48. package/dist/cjs/types/Interface/api/card/QueryUserCards.js.map +1 -1
  49. package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.d.ts +2 -1
  50. package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.d.ts.map +1 -1
  51. package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js +8 -1
  52. package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -1
  53. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +2 -0
  54. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -1
  55. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +12 -0
  56. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -1
  57. package/dist/cjs/types/Interface/api/registration/DeclareRegistration.d.ts +6 -1
  58. package/dist/cjs/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -1
  59. package/dist/cjs/types/Interface/api/registration/DeclareRegistration.js +23 -1
  60. package/dist/cjs/types/Interface/api/registration/DeclareRegistration.js.map +1 -1
  61. package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.d.ts +5 -2
  62. package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
  63. package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js +26 -4
  64. package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
  65. package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.d.ts +2 -1
  66. package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -1
  67. package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.js +8 -1
  68. package/dist/cjs/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -1
  69. package/dist/cjs/types/Interface/models/IAutomaticRegistration.d.ts +14 -0
  70. package/dist/cjs/types/Interface/models/IAutomaticRegistration.d.ts.map +1 -0
  71. package/dist/cjs/types/Interface/models/IAutomaticRegistration.js +3 -0
  72. package/dist/cjs/types/Interface/models/IAutomaticRegistration.js.map +1 -0
  73. package/dist/cjs/types/Interface/models/ICard.d.ts +4 -1
  74. package/dist/cjs/types/Interface/models/ICard.d.ts.map +1 -1
  75. package/dist/cjs/types/Interface/models/ICard.js.map +1 -1
  76. package/dist/cjs/types/Interface/models/ICardHistory.d.ts +4 -1
  77. package/dist/cjs/types/Interface/models/ICardHistory.d.ts.map +1 -1
  78. package/dist/cjs/types/Interface/models/ICardHistory.js.map +1 -1
  79. package/dist/cjs/types/Interface/models/IRefund.d.ts +1 -3
  80. package/dist/cjs/types/Interface/models/IRefund.d.ts.map +1 -1
  81. package/dist/cjs/types/Interface/models/IRefund.js.map +1 -1
  82. package/dist/cjs/types/Interface/models/IRefundMotif.d.ts.map +1 -1
  83. package/dist/cjs/types/Interface/models/IRefundMotif.js.map +1 -1
  84. package/dist/cjs/types/Interface/models/ITerminationList.d.ts +3 -3
  85. package/dist/cjs/types/Interface/models/ITerminationList.d.ts.map +1 -1
  86. package/dist/cjs/types/Interface/models/ITerminationList.js.map +1 -1
  87. package/dist/cjs/types/index.d.ts +2 -0
  88. package/dist/cjs/types/index.d.ts.map +1 -1
  89. package/dist/cjs/types/index.js +2 -0
  90. package/dist/cjs/types/index.js.map +1 -1
  91. package/dist/mjs/api/resources/Card.d.ts +8 -3
  92. package/dist/mjs/api/resources/Card.d.ts.map +1 -1
  93. package/dist/mjs/api/resources/Card.js +10 -1
  94. package/dist/mjs/api/resources/Card.js.map +1 -1
  95. package/dist/mjs/types/Enum/AutomaticRegistration.d.ts +5 -0
  96. package/dist/mjs/types/Enum/AutomaticRegistration.d.ts.map +1 -0
  97. package/dist/mjs/types/Enum/AutomaticRegistration.js +6 -0
  98. package/dist/mjs/types/Enum/AutomaticRegistration.js.map +1 -0
  99. package/dist/mjs/types/Enum/BalanceSheet.d.ts +1 -1
  100. package/dist/mjs/types/Enum/BalanceSheet.js +1 -1
  101. package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
  102. package/dist/mjs/types/Enum/Card.d.ts +1 -1
  103. package/dist/mjs/types/Enum/Card.d.ts.map +1 -1
  104. package/dist/mjs/types/Enum/Card.js.map +1 -1
  105. package/dist/mjs/types/Enum/Consistency.js +2 -2
  106. package/dist/mjs/types/Enum/Consistency.js.map +1 -1
  107. package/dist/mjs/types/Enum/PaymentReason.d.ts +2 -1
  108. package/dist/mjs/types/Enum/PaymentReason.d.ts.map +1 -1
  109. package/dist/mjs/types/Enum/PaymentReason.js +5 -0
  110. package/dist/mjs/types/Enum/PaymentReason.js.map +1 -1
  111. package/dist/mjs/types/Enum/ReasonTerminationType.d.ts +6 -1
  112. package/dist/mjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
  113. package/dist/mjs/types/Enum/ReasonTerminationType.js +40 -0
  114. package/dist/mjs/types/Enum/ReasonTerminationType.js.map +1 -1
  115. package/dist/mjs/types/Enum/RefundReason.d.ts +17 -3
  116. package/dist/mjs/types/Enum/RefundReason.d.ts.map +1 -1
  117. package/dist/mjs/types/Enum/RefundReason.js +17 -2
  118. package/dist/mjs/types/Enum/RefundReason.js.map +1 -1
  119. package/dist/mjs/types/Enum/StockType.d.ts +1 -0
  120. package/dist/mjs/types/Enum/StockType.d.ts.map +1 -1
  121. package/dist/mjs/types/Enum/StockType.js +1 -0
  122. package/dist/mjs/types/Enum/StockType.js.map +1 -1
  123. package/dist/mjs/types/Enum/TerminationList.d.ts +12 -1
  124. package/dist/mjs/types/Enum/TerminationList.d.ts.map +1 -1
  125. package/dist/mjs/types/Enum/TerminationList.js +30 -0
  126. package/dist/mjs/types/Enum/TerminationList.js.map +1 -1
  127. package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +2 -1
  128. package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
  129. package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +1 -0
  130. package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
  131. package/dist/mjs/types/Interface/api/card/ModifyPlanning.d.ts +13 -0
  132. package/dist/mjs/types/Interface/api/card/ModifyPlanning.d.ts.map +1 -0
  133. package/dist/mjs/types/Interface/api/card/ModifyPlanning.js +64 -0
  134. package/dist/mjs/types/Interface/api/card/ModifyPlanning.js.map +1 -0
  135. package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts +8 -3
  136. package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -1
  137. package/dist/mjs/types/Interface/api/card/QueryUserCards.js +25 -5
  138. package/dist/mjs/types/Interface/api/card/QueryUserCards.js.map +1 -1
  139. package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.d.ts +2 -1
  140. package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.d.ts.map +1 -1
  141. package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.js +10 -4
  142. package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -1
  143. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +2 -0
  144. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -1
  145. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +14 -0
  146. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -1
  147. package/dist/mjs/types/Interface/api/registration/DeclareRegistration.d.ts +6 -1
  148. package/dist/mjs/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -1
  149. package/dist/mjs/types/Interface/api/registration/DeclareRegistration.js +25 -1
  150. package/dist/mjs/types/Interface/api/registration/DeclareRegistration.js.map +1 -1
  151. package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.d.ts +5 -2
  152. package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
  153. package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.js +29 -4
  154. package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
  155. package/dist/mjs/types/Interface/api/terminationList/DestroyTerminationList.d.ts +2 -1
  156. package/dist/mjs/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -1
  157. package/dist/mjs/types/Interface/api/terminationList/DestroyTerminationList.js +9 -1
  158. package/dist/mjs/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -1
  159. package/dist/mjs/types/Interface/models/IAutomaticRegistration.d.ts +14 -0
  160. package/dist/mjs/types/Interface/models/IAutomaticRegistration.d.ts.map +1 -0
  161. package/dist/mjs/types/Interface/models/IAutomaticRegistration.js +2 -0
  162. package/dist/mjs/types/Interface/models/IAutomaticRegistration.js.map +1 -0
  163. package/dist/mjs/types/Interface/models/ICard.d.ts +4 -1
  164. package/dist/mjs/types/Interface/models/ICard.d.ts.map +1 -1
  165. package/dist/mjs/types/Interface/models/ICard.js.map +1 -1
  166. package/dist/mjs/types/Interface/models/ICardHistory.d.ts +4 -1
  167. package/dist/mjs/types/Interface/models/ICardHistory.d.ts.map +1 -1
  168. package/dist/mjs/types/Interface/models/ICardHistory.js.map +1 -1
  169. package/dist/mjs/types/Interface/models/IRefund.d.ts +1 -3
  170. package/dist/mjs/types/Interface/models/IRefund.d.ts.map +1 -1
  171. package/dist/mjs/types/Interface/models/IRefund.js.map +1 -1
  172. package/dist/mjs/types/Interface/models/IRefundMotif.d.ts.map +1 -1
  173. package/dist/mjs/types/Interface/models/IRefundMotif.js.map +1 -1
  174. package/dist/mjs/types/Interface/models/ITerminationList.d.ts +3 -3
  175. package/dist/mjs/types/Interface/models/ITerminationList.d.ts.map +1 -1
  176. package/dist/mjs/types/Interface/models/ITerminationList.js.map +1 -1
  177. package/dist/mjs/types/index.d.ts +2 -0
  178. package/dist/mjs/types/index.d.ts.map +1 -1
  179. package/dist/mjs/types/index.js +2 -0
  180. package/dist/mjs/types/index.js.map +1 -1
  181. package/package.json +1 -1
  182. package/ts/api/resources/Card.ts +15 -4
  183. package/ts/types/Enum/AutomaticRegistration.ts +4 -0
  184. package/ts/types/Enum/BalanceSheet.ts +1 -1
  185. package/ts/types/Enum/Card.ts +1 -1
  186. package/ts/types/Enum/Consistency.ts +2 -2
  187. package/ts/types/Enum/PaymentReason.ts +5 -0
  188. package/ts/types/Enum/ReasonTerminationType.ts +40 -0
  189. package/ts/types/Enum/RefundReason.ts +17 -2
  190. package/ts/types/Enum/StockType.ts +1 -0
  191. package/ts/types/Enum/TerminationList.ts +31 -0
  192. package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +2 -1
  193. package/ts/types/Interface/api/card/ModifyPlanning.ts +38 -0
  194. package/ts/types/Interface/api/card/QueryUserCards.ts +27 -8
  195. package/ts/types/Interface/api/card/QueryUserCardsStats.ts +10 -4
  196. package/ts/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.ts +10 -0
  197. package/ts/types/Interface/api/registration/DeclareRegistration.ts +20 -2
  198. package/ts/types/Interface/api/terminationList/CreateTerminationList.ts +23 -4
  199. package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +8 -2
  200. package/ts/types/Interface/models/IAutomaticRegistration.ts +15 -0
  201. package/ts/types/Interface/models/ICard.ts +4 -1
  202. package/ts/types/Interface/models/ICardHistory.ts +4 -1
  203. package/ts/types/Interface/models/IRefund.ts +1 -3
  204. package/ts/types/Interface/models/IRefundMotif.ts +1 -0
  205. package/ts/types/Interface/models/ITerminationList.ts +3 -3
  206. package/ts/types/index.ts +2 -0
package/ts/types/index.ts CHANGED
@@ -345,6 +345,7 @@ export * from './Form/FormAuthenticate';
345
345
  export * from './Form/FormConnector';
346
346
 
347
347
  // Enums
348
+ export * from './Enum/AutomaticRegistration';
348
349
  export * from './Enum/IntermediateManagementRebate';
349
350
  export * from './Enum/Das';
350
351
  export * from './Enum/ChangeLog';
@@ -1048,6 +1049,7 @@ export * from './Interface/api/terminationList/QueryPaginateTerminationList';
1048
1049
  export * from './Interface/api/card/QueryUserCards';
1049
1050
  export * from './Interface/api/card/QueryUserCardsStats';
1050
1051
  export * from './Interface/api/card/UpdateCard';
1052
+ export * from './Interface/api/card/ModifyPlanning';
1051
1053
  export * from './Interface/api/notion/NotionResponse';
1052
1054
  export * from './Interface/api/IntermediateManagementRebate';
1053
1055
  export * from './Interface/api/contest/Create';