@silexpert/core 1.0.82 → 1.0.86

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 (167) hide show
  1. package/es/api/resources/Inpi.d.ts +61 -0
  2. package/es/api/resources/Inpi.d.ts.map +1 -0
  3. package/es/api/resources/Inpi.js +78 -0
  4. package/es/api/resources/Inpi.js.map +1 -0
  5. package/es/api/resources/prestation.d.ts +11 -0
  6. package/es/api/resources/prestation.d.ts.map +1 -0
  7. package/es/api/resources/prestation.js +12 -0
  8. package/es/api/resources/prestation.js.map +1 -0
  9. package/es/api/resources.d.ts +4 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +4 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/AccountType.d.ts +10 -0
  14. package/es/types/Enum/AccountType.d.ts.map +1 -1
  15. package/es/types/Enum/AccountType.js +10 -0
  16. package/es/types/Enum/AccountType.js.map +1 -1
  17. package/es/types/Enum/CerfaType.d.ts +2 -1
  18. package/es/types/Enum/CerfaType.d.ts.map +1 -1
  19. package/es/types/Enum/CerfaType.js +2 -1
  20. package/es/types/Enum/CerfaType.js.map +1 -1
  21. package/es/types/Enum/InpiType.d.ts +39 -0
  22. package/es/types/Enum/InpiType.d.ts.map +1 -0
  23. package/es/types/Enum/InpiType.js +39 -0
  24. package/es/types/Enum/InpiType.js.map +1 -0
  25. package/es/types/Enum/PrestationType.d.ts +18 -1
  26. package/es/types/Enum/PrestationType.d.ts.map +1 -1
  27. package/es/types/Enum/PrestationType.js +17 -0
  28. package/es/types/Enum/PrestationType.js.map +1 -1
  29. package/es/types/Enum/ProcessingState.d.ts +7 -0
  30. package/es/types/Enum/ProcessingState.d.ts.map +1 -0
  31. package/es/types/Enum/ProcessingState.js +8 -0
  32. package/es/types/Enum/ProcessingState.js.map +1 -0
  33. package/es/types/Enum/TimeCounterType.d.ts +42 -0
  34. package/es/types/Enum/TimeCounterType.d.ts.map +1 -1
  35. package/es/types/Enum/TimeCounterType.js +42 -0
  36. package/es/types/Enum/TimeCounterType.js.map +1 -1
  37. package/es/types/Enum/Vat.js +1 -1
  38. package/es/types/Enum/Vat.js.map +1 -1
  39. package/es/types/Interface/api/aspone/ReadInterchange.d.ts +1 -1
  40. package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
  41. package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  42. package/es/types/Interface/api/cerfa/2572.d.ts +91 -2
  43. package/es/types/Interface/api/cerfa/2572.d.ts.map +1 -1
  44. package/es/types/Interface/api/cerfa/2572.js +3 -1
  45. package/es/types/Interface/api/cerfa/2572.js.map +1 -1
  46. package/es/types/Interface/api/iDocus/CreateExport.d.ts +4 -0
  47. package/es/types/Interface/api/iDocus/CreateExport.d.ts.map +1 -0
  48. package/es/types/Interface/api/iDocus/CreateExport.js +21 -0
  49. package/es/types/Interface/api/iDocus/CreateExport.js.map +1 -0
  50. package/es/types/Interface/api/iDocus/iDocus.d.ts +35 -0
  51. package/es/types/Interface/api/iDocus/iDocus.d.ts.map +1 -0
  52. package/es/types/Interface/api/iDocus/iDocus.js +2 -0
  53. package/es/types/Interface/api/iDocus/iDocus.js.map +1 -0
  54. package/es/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.d.ts +6 -0
  55. package/es/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.d.ts.map +1 -0
  56. package/es/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js +41 -0
  57. package/es/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js.map +1 -0
  58. package/es/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.d.ts +4 -0
  59. package/es/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.d.ts.map +1 -0
  60. package/es/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js +21 -0
  61. package/es/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js.map +1 -0
  62. package/es/types/Interface/api/inpiBalance/inpiBalanceStatistic.d.ts +6 -0
  63. package/es/types/Interface/api/inpiBalance/inpiBalanceStatistic.d.ts.map +1 -0
  64. package/es/types/Interface/api/inpiBalance/inpiBalanceStatistic.js +2 -0
  65. package/es/types/Interface/api/inpiBalance/inpiBalanceStatistic.js.map +1 -0
  66. package/es/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.d.ts +10 -0
  67. package/es/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.d.ts.map +1 -0
  68. package/es/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js +75 -0
  69. package/es/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js.map +1 -0
  70. package/es/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.d.ts +4 -0
  71. package/es/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.d.ts.map +1 -0
  72. package/es/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js +21 -0
  73. package/es/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js.map +1 -0
  74. package/es/types/Interface/api/pdf/ReadPdftkizer.d.ts +2 -0
  75. package/es/types/Interface/api/pdf/ReadPdftkizer.d.ts.map +1 -0
  76. package/es/types/Interface/api/pdf/ReadPdftkizer.js +2 -0
  77. package/es/types/Interface/api/pdf/ReadPdftkizer.js.map +1 -0
  78. package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
  79. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  80. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  81. package/es/types/Interface/models/IInpiBalance.d.ts +10 -0
  82. package/es/types/Interface/models/IInpiBalance.d.ts.map +1 -0
  83. package/es/types/Interface/models/IInpiBalance.js +2 -0
  84. package/es/types/Interface/models/IInpiBalance.js.map +1 -0
  85. package/es/types/Interface/models/IInpiPayment.d.ts +29 -0
  86. package/es/types/Interface/models/IInpiPayment.d.ts.map +1 -0
  87. package/es/types/Interface/models/IInpiPayment.js +2 -0
  88. package/es/types/Interface/models/IInpiPayment.js.map +1 -0
  89. package/es/types/index.d.ts +13 -0
  90. package/es/types/index.d.ts.map +1 -1
  91. package/es/types/index.js +13 -0
  92. package/es/types/index.js.map +1 -1
  93. package/es/utils/commercialManagement/templates/body.js +2 -2
  94. package/es/utils/commercialManagement/templates/body.js.map +1 -1
  95. package/js/api/resources/Inpi.js +113 -0
  96. package/js/api/resources/Inpi.js.map +1 -0
  97. package/js/api/resources/prestation.js +23 -0
  98. package/js/api/resources/prestation.js.map +1 -0
  99. package/js/api/resources.js +6 -0
  100. package/js/api/resources.js.map +1 -1
  101. package/js/types/Enum/AccountType.js +10 -0
  102. package/js/types/Enum/AccountType.js.map +1 -1
  103. package/js/types/Enum/CerfaType.js +2 -1
  104. package/js/types/Enum/CerfaType.js.map +1 -1
  105. package/js/types/Enum/InpiType.js +44 -0
  106. package/js/types/Enum/InpiType.js.map +1 -0
  107. package/js/types/Enum/PrestationType.js +17 -0
  108. package/js/types/Enum/PrestationType.js.map +1 -1
  109. package/js/types/Enum/ProcessingState.js +14 -0
  110. package/js/types/Enum/ProcessingState.js.map +1 -0
  111. package/js/types/Enum/TimeCounterType.js +42 -0
  112. package/js/types/Enum/TimeCounterType.js.map +1 -1
  113. package/js/types/Enum/Vat.js +1 -1
  114. package/js/types/Enum/Vat.js.map +1 -1
  115. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  116. package/js/types/Interface/api/cerfa/2572.js +6 -2
  117. package/js/types/Interface/api/cerfa/2572.js.map +1 -1
  118. package/js/types/Interface/api/iDocus/CreateExport.js +29 -0
  119. package/js/types/Interface/api/iDocus/CreateExport.js.map +1 -0
  120. package/js/types/Interface/api/iDocus/iDocus.js +6 -0
  121. package/js/types/Interface/api/iDocus/iDocus.js.map +1 -0
  122. package/js/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js +47 -0
  123. package/js/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js.map +1 -0
  124. package/js/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js +31 -0
  125. package/js/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js.map +1 -0
  126. package/js/types/Interface/api/inpiBalance/inpiBalanceStatistic.js +6 -0
  127. package/js/types/Interface/api/inpiBalance/inpiBalanceStatistic.js.map +1 -0
  128. package/js/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js +73 -0
  129. package/js/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js.map +1 -0
  130. package/js/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js +31 -0
  131. package/js/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js.map +1 -0
  132. package/js/types/Interface/api/pdf/ReadPdftkizer.js +6 -0
  133. package/js/types/Interface/api/pdf/ReadPdftkizer.js.map +1 -0
  134. package/js/types/Interface/models/IInpiBalance.js +6 -0
  135. package/js/types/Interface/models/IInpiBalance.js.map +1 -0
  136. package/js/types/Interface/models/IInpiPayment.js +6 -0
  137. package/js/types/Interface/models/IInpiPayment.js.map +1 -0
  138. package/js/types/index.js +156 -0
  139. package/js/types/index.js.map +1 -1
  140. package/js/utils/commercialManagement/templates/body.js +2 -2
  141. package/js/utils/commercialManagement/templates/body.js.map +1 -1
  142. package/package.json +1 -1
  143. package/ts/api/resources/Inpi.ts +89 -0
  144. package/ts/api/resources/prestation.ts +15 -0
  145. package/ts/api/resources.ts +4 -0
  146. package/ts/types/Enum/AccountType.ts +10 -0
  147. package/ts/types/Enum/CerfaType.ts +2 -1
  148. package/ts/types/Enum/InpiType.ts +40 -0
  149. package/ts/types/Enum/PrestationType.ts +17 -0
  150. package/ts/types/Enum/ProcessingState.ts +6 -0
  151. package/ts/types/Enum/TimeCounterType.ts +42 -0
  152. package/ts/types/Enum/Vat.ts +1 -1
  153. package/ts/types/Interface/api/aspone/ReadInterchange.ts +1 -1
  154. package/ts/types/Interface/api/cerfa/2572.ts +88 -2
  155. package/ts/types/Interface/api/iDocus/CreateExport.ts +10 -0
  156. package/ts/types/Interface/api/iDocus/iDocus.ts +35 -0
  157. package/ts/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.ts +28 -0
  158. package/ts/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.ts +10 -0
  159. package/ts/types/Interface/api/inpiBalance/inpiBalanceStatistic.ts +5 -0
  160. package/ts/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.ts +58 -0
  161. package/ts/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.ts +10 -0
  162. package/ts/types/Interface/api/pdf/ReadPdftkizer.ts +1 -0
  163. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
  164. package/ts/types/Interface/models/IInpiBalance.ts +12 -0
  165. package/ts/types/Interface/models/IInpiPayment.ts +31 -0
  166. package/ts/types/index.ts +13 -0
  167. package/ts/utils/commercialManagement/templates/body.ts +2 -2
package/ts/types/index.ts CHANGED
@@ -181,6 +181,8 @@ export * from './Interface/models/ISimulationHasBankAccount';
181
181
  export * from './Interface/models/ISimulationPeriod';
182
182
  export * from './Interface/models/ISimulationSummary';
183
183
  export * from './Interface/models/ISlowDetection';
184
+ export * from './Interface/models/IInpiBalance';
185
+ export * from './Interface/models/IInpiPayment';
184
186
  export * from './Interface/models/ISocialDetail';
185
187
  export * from './Interface/models/ISociety';
186
188
  export * from './Interface/models/ISocietyApproval';
@@ -318,6 +320,7 @@ export * from './Interface/models/ITimeRecorder';
318
320
  export * from './Interface/models/IInvoiceRecurrence';
319
321
  export * from './Interface/models/ILoanFile';
320
322
  export * from './Interface/models/ICommercialMail';
323
+ export * from './Interface/models/IRegistration';
321
324
 
322
325
  // Forms
323
326
  export * from './Form/FormAuthenticate';
@@ -454,6 +457,8 @@ export * from './Enum/OperationLegalNotice';
454
457
  export * from './Enum/OrderStatus';
455
458
  export * from './Enum/ReportService';
456
459
  export * from './Enum/RegulateType';
460
+ export * from './Enum/ProcessingState';
461
+ export * from './Enum/InpiType';
457
462
 
458
463
  // Interfaces API
459
464
  export * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';
@@ -610,6 +615,11 @@ export * from './Interface/api/timeRecorder/ReadAttendanceHours';
610
615
  export * from './Interface/api/timeRecorder/ReadPaginatedDelays';
611
616
  export * from './Interface/api/timeRecorder/ReadUsersNotConnected';
612
617
  export * from './Interface/api/timeRecorder/UpdateRecorder';
618
+ export * from './Interface/api/inpiBalance/QueryInpiBalanceStatistic';
619
+ export * from './Interface/api/inpiBalance/QueryInpiBalancePaginated';
620
+ export * from './Interface/api/inpiBalance/inpiBalanceStatistic';
621
+ export * from './Interface/api/inpiPayment/QueryInpiPaymentStatistic';
622
+ export * from './Interface/api/inpiPayment/QueryInpiPaymentPaginated';
613
623
 
614
624
  // export * from './Interface/api/survey/QuerySurvey';
615
625
  export * from './Interface/api/survey/ReadSurvey';
@@ -831,6 +841,9 @@ export * from './Interface/api/terminationList/QueryTerminationList';
831
841
  export * from './Interface/api/terminationList/DestroyTerminationList';
832
842
  export * from './Interface/api/pdf/ReadPdfizer';
833
843
  export * from './Interface/api/gedFile/updateGedFile';
844
+ export * from './Interface/api/iDocus/iDocus';
845
+ export * from './Interface/api/iDocus/CreateExport';
846
+ export * from './Interface/api/pdf/ReadPdftkizer';
834
847
 
835
848
  // Enums types
836
849
  export * from './Interface/enum/Util';
@@ -53,8 +53,8 @@ const headOfDocument = `<div class="row space-between">
53
53
  <p></p>
54
54
  <% if (thirdParty) { %>
55
55
  <div class="<%= settings && settings.isCoordinatesFrameDisplayed ? 'customer-border' : '' %>">
56
- <% if(thirdParty.fullname) {%><b><%= thirdParty.fullname %></b><br/><% } %>
57
- <% if(thirdParty.company) {%><%= thirdParty.company %><br/><% } %>
56
+ <% if(thirdParty.company) {%><b><%= thirdParty.company %></b><br/><% } %>
57
+ <% if(thirdParty.fullname) {%><%= thirdParty.fullname %><br/><% } %>
58
58
  <% if(thirdParty.address) {%><%= thirdParty.address %><br/><% } %>
59
59
  <% if(thirdParty.zipCode) {%><%= thirdParty.zipCode + ' ' %><% } %><%= thirdParty.city %> <%= thirdParty.country %><br/>
60
60
  <% if(thirdParty.deliveryAddress && thirdParty.deliveryCity && thirdParty.deliveryZipCode) {%>Adresse de livraison : <%= thirdParty.deliveryAddress %> <%= thirdParty.deliveryZipCode %> <%= thirdParty.deliveryCity %> <%= thirdParty.deliveryCountry %><br/><% } %>