@silexpert/core 1.0.84 → 1.0.87

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 (178) 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/BalanceSheet.js +1 -1
  18. package/es/types/Enum/BalanceSheet.js.map +1 -1
  19. package/es/types/Enum/CerfaType.d.ts +2 -1
  20. package/es/types/Enum/CerfaType.d.ts.map +1 -1
  21. package/es/types/Enum/CerfaType.js +2 -1
  22. package/es/types/Enum/CerfaType.js.map +1 -1
  23. package/es/types/Enum/InpiType.d.ts +39 -0
  24. package/es/types/Enum/InpiType.d.ts.map +1 -0
  25. package/es/types/Enum/InpiType.js +39 -0
  26. package/es/types/Enum/InpiType.js.map +1 -0
  27. package/es/types/Enum/PrestationType.d.ts +18 -1
  28. package/es/types/Enum/PrestationType.d.ts.map +1 -1
  29. package/es/types/Enum/PrestationType.js +44 -27
  30. package/es/types/Enum/PrestationType.js.map +1 -1
  31. package/es/types/Enum/ProcessingState.d.ts +7 -0
  32. package/es/types/Enum/ProcessingState.d.ts.map +1 -0
  33. package/es/types/Enum/ProcessingState.js +8 -0
  34. package/es/types/Enum/ProcessingState.js.map +1 -0
  35. package/es/types/Enum/TimeCounterType.d.ts +42 -0
  36. package/es/types/Enum/TimeCounterType.d.ts.map +1 -1
  37. package/es/types/Enum/TimeCounterType.js +42 -0
  38. package/es/types/Enum/TimeCounterType.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/api/society/SocietyWithStatsCaParams.d.ts +2 -0
  79. package/es/types/Interface/api/society/SocietyWithStatsCaParams.d.ts.map +1 -1
  80. package/es/types/Interface/api/society/SocietyWithStatsCaParams.js.map +1 -1
  81. package/es/types/Interface/api/statistic/ExitRequest.d.ts +1 -0
  82. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -1
  83. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -1
  84. package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
  85. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  86. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  87. package/es/types/Interface/models/IGedFile.d.ts +3 -0
  88. package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
  89. package/es/types/Interface/models/IGedFile.js.map +1 -1
  90. package/es/types/Interface/models/IInpiBalance.d.ts +10 -0
  91. package/es/types/Interface/models/IInpiBalance.d.ts.map +1 -0
  92. package/es/types/Interface/models/IInpiBalance.js +2 -0
  93. package/es/types/Interface/models/IInpiBalance.js.map +1 -0
  94. package/es/types/Interface/models/IInpiPayment.d.ts +29 -0
  95. package/es/types/Interface/models/IInpiPayment.d.ts.map +1 -0
  96. package/es/types/Interface/models/IInpiPayment.js +2 -0
  97. package/es/types/Interface/models/IInpiPayment.js.map +1 -0
  98. package/es/types/Interface/models/IRegulate.d.ts +1 -0
  99. package/es/types/Interface/models/IRegulate.d.ts.map +1 -1
  100. package/es/types/Interface/models/IRegulate.js.map +1 -1
  101. package/es/types/index.d.ts +13 -0
  102. package/es/types/index.d.ts.map +1 -1
  103. package/es/types/index.js +13 -0
  104. package/es/types/index.js.map +1 -1
  105. package/js/api/resources/Inpi.js +113 -0
  106. package/js/api/resources/Inpi.js.map +1 -0
  107. package/js/api/resources/prestation.js +23 -0
  108. package/js/api/resources/prestation.js.map +1 -0
  109. package/js/api/resources.js +6 -0
  110. package/js/api/resources.js.map +1 -1
  111. package/js/types/Enum/AccountType.js +10 -0
  112. package/js/types/Enum/AccountType.js.map +1 -1
  113. package/js/types/Enum/BalanceSheet.js +1 -1
  114. package/js/types/Enum/BalanceSheet.js.map +1 -1
  115. package/js/types/Enum/CerfaType.js +2 -1
  116. package/js/types/Enum/CerfaType.js.map +1 -1
  117. package/js/types/Enum/InpiType.js +44 -0
  118. package/js/types/Enum/InpiType.js.map +1 -0
  119. package/js/types/Enum/PrestationType.js +44 -27
  120. package/js/types/Enum/PrestationType.js.map +1 -1
  121. package/js/types/Enum/ProcessingState.js +14 -0
  122. package/js/types/Enum/ProcessingState.js.map +1 -0
  123. package/js/types/Enum/TimeCounterType.js +42 -0
  124. package/js/types/Enum/TimeCounterType.js.map +1 -1
  125. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  126. package/js/types/Interface/api/cerfa/2572.js +6 -2
  127. package/js/types/Interface/api/cerfa/2572.js.map +1 -1
  128. package/js/types/Interface/api/iDocus/CreateExport.js +29 -0
  129. package/js/types/Interface/api/iDocus/CreateExport.js.map +1 -0
  130. package/js/types/Interface/api/iDocus/iDocus.js +6 -0
  131. package/js/types/Interface/api/iDocus/iDocus.js.map +1 -0
  132. package/js/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js +47 -0
  133. package/js/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js.map +1 -0
  134. package/js/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js +31 -0
  135. package/js/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js.map +1 -0
  136. package/js/types/Interface/api/inpiBalance/inpiBalanceStatistic.js +6 -0
  137. package/js/types/Interface/api/inpiBalance/inpiBalanceStatistic.js.map +1 -0
  138. package/js/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js +73 -0
  139. package/js/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js.map +1 -0
  140. package/js/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js +31 -0
  141. package/js/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js.map +1 -0
  142. package/js/types/Interface/api/pdf/ReadPdftkizer.js +6 -0
  143. package/js/types/Interface/api/pdf/ReadPdftkizer.js.map +1 -0
  144. package/js/types/Interface/models/IInpiBalance.js +6 -0
  145. package/js/types/Interface/models/IInpiBalance.js.map +1 -0
  146. package/js/types/Interface/models/IInpiPayment.js +6 -0
  147. package/js/types/Interface/models/IInpiPayment.js.map +1 -0
  148. package/js/types/index.js +156 -0
  149. package/js/types/index.js.map +1 -1
  150. package/package.json +1 -1
  151. package/ts/api/resources/Inpi.ts +89 -0
  152. package/ts/api/resources/prestation.ts +15 -0
  153. package/ts/api/resources.ts +4 -0
  154. package/ts/types/Enum/AccountType.ts +10 -0
  155. package/ts/types/Enum/BalanceSheet.ts +1 -1
  156. package/ts/types/Enum/CerfaType.ts +2 -1
  157. package/ts/types/Enum/InpiType.ts +40 -0
  158. package/ts/types/Enum/PrestationType.ts +44 -27
  159. package/ts/types/Enum/ProcessingState.ts +6 -0
  160. package/ts/types/Enum/TimeCounterType.ts +42 -0
  161. package/ts/types/Interface/api/aspone/ReadInterchange.ts +1 -1
  162. package/ts/types/Interface/api/cerfa/2572.ts +88 -2
  163. package/ts/types/Interface/api/iDocus/CreateExport.ts +10 -0
  164. package/ts/types/Interface/api/iDocus/iDocus.ts +35 -0
  165. package/ts/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.ts +28 -0
  166. package/ts/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.ts +10 -0
  167. package/ts/types/Interface/api/inpiBalance/inpiBalanceStatistic.ts +5 -0
  168. package/ts/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.ts +58 -0
  169. package/ts/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.ts +10 -0
  170. package/ts/types/Interface/api/pdf/ReadPdftkizer.ts +1 -0
  171. package/ts/types/Interface/api/society/SocietyWithStatsCaParams.ts +2 -0
  172. package/ts/types/Interface/api/statistic/ExitRequest.ts +1 -0
  173. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
  174. package/ts/types/Interface/models/IGedFile.ts +3 -0
  175. package/ts/types/Interface/models/IInpiBalance.ts +12 -0
  176. package/ts/types/Interface/models/IInpiPayment.ts +31 -0
  177. package/ts/types/Interface/models/IRegulate.ts +1 -0
  178. package/ts/types/index.ts +13 -0
@@ -0,0 +1,39 @@
1
+ export declare const InpiCostType: {
2
+ GREFFE: {
3
+ id: number;
4
+ label: string;
5
+ };
6
+ CMA: {
7
+ id: number;
8
+ label: string;
9
+ };
10
+ OTHER: {
11
+ id: number;
12
+ label: string;
13
+ };
14
+ };
15
+ export declare const InpiState: {
16
+ IN_PROGRESS: {
17
+ id: number;
18
+ label: string;
19
+ };
20
+ CUSTOMER_CANCELLED: {
21
+ id: number;
22
+ label: string;
23
+ };
24
+ VALIDATED: {
25
+ id: number;
26
+ label: string;
27
+ };
28
+ };
29
+ export declare const InpiPaymentType: {
30
+ PACKAGE: {
31
+ id: number;
32
+ label: string;
33
+ };
34
+ PAYMENT_LINK: {
35
+ id: number;
36
+ label: string;
37
+ };
38
+ };
39
+ //# sourceMappingURL=InpiType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InpiType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/InpiType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;CAaxB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAarB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;CAS3B,CAAC"}
@@ -0,0 +1,39 @@
1
+ export const InpiCostType = {
2
+ GREFFE: {
3
+ id: 1,
4
+ label: 'Greffe',
5
+ },
6
+ CMA: {
7
+ id: 2,
8
+ label: 'CMA',
9
+ },
10
+ OTHER: {
11
+ id: 3,
12
+ label: 'Autres Greffe',
13
+ },
14
+ };
15
+ export const InpiState = {
16
+ IN_PROGRESS: {
17
+ id: 1,
18
+ label: 'En cours de paiement client',
19
+ },
20
+ CUSTOMER_CANCELLED: {
21
+ id: 2,
22
+ label: 'Annulé problème client',
23
+ },
24
+ VALIDATED: {
25
+ id: 3,
26
+ label: 'Validé',
27
+ },
28
+ };
29
+ export const InpiPaymentType = {
30
+ PACKAGE: {
31
+ id: 1,
32
+ label: 'Forfait',
33
+ },
34
+ PAYMENT_LINK: {
35
+ id: 2,
36
+ label: 'Lien de paiement',
37
+ },
38
+ };
39
+ //# sourceMappingURL=InpiType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InpiType.js","sourceRoot":"","sources":["../../../ts/types/Enum/InpiType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,QAAQ;KAChB;IACD,GAAG,EAAE;QACH,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,KAAK;KACb;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,eAAe;KACvB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,6BAA6B;KACrC;IACD,kBAAkB,EAAE;QAClB,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,wBAAwB;KAChC;IACD,SAAS,EAAE;QACT,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,QAAQ;KAChB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;KACjB;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,kBAAkB;KAC1B;CACF,CAAC","sourcesContent":["export const InpiCostType = {\n GREFFE: {\n id: 1,\n label: 'Greffe',\n },\n CMA: {\n id: 2,\n label: 'CMA',\n },\n OTHER: {\n id: 3,\n label: 'Autres Greffe',\n },\n};\n\nexport const InpiState = {\n IN_PROGRESS: {\n id: 1,\n label: 'En cours de paiement client',\n },\n CUSTOMER_CANCELLED: {\n id: 2,\n label: 'Annulé problème client',\n },\n VALIDATED: {\n id: 3,\n label: 'Validé',\n },\n};\n\nexport const InpiPaymentType = {\n PACKAGE: {\n id: 1,\n label: 'Forfait',\n },\n PAYMENT_LINK: {\n id: 2,\n label: 'Lien de paiement',\n },\n};"]}
@@ -161,7 +161,8 @@ export declare enum PrestationType {
161
161
  DECLARATION_IR = 206,
162
162
  COMPTA_POURCENTAGE_EXPRESS = 207,
163
163
  COMPTA_POURCENTAGE_PREMIUM_EXPRESS = 208,
164
- ANNONCE_LEGALE = 209
164
+ ANNONCE_LEGALE = 209,
165
+ FRAIS_DE_GREFFE = 210
165
166
  }
166
167
  export declare const PrestationDetail: {
167
168
  MYFRUCTUCOMPTA: {
@@ -2772,5 +2773,21 @@ export declare const PrestationDetail: {
2772
2773
  signaturePosition: string;
2773
2774
  signaturePage: number;
2774
2775
  };
2776
+ FRAIS_DE_GREFFE: {
2777
+ id: number;
2778
+ name: string;
2779
+ isComptable: number;
2780
+ isJuridique: number;
2781
+ isSocial: number;
2782
+ isAttestation: number;
2783
+ inAverageCart: number;
2784
+ isBack: number;
2785
+ price: null;
2786
+ isCatalog: number;
2787
+ hidden: number;
2788
+ isComplementary: number;
2789
+ signaturePosition: string;
2790
+ signaturePage: number;
2791
+ };
2775
2792
  };
2776
2793
  //# sourceMappingURL=PrestationType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PrestationType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkjF5B,CAAC"}
1
+ {"version":3,"file":"PrestationType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkkF5B,CAAC"}
@@ -163,6 +163,7 @@ export var PrestationType;
163
163
  PrestationType[PrestationType["COMPTA_POURCENTAGE_EXPRESS"] = 207] = "COMPTA_POURCENTAGE_EXPRESS";
164
164
  PrestationType[PrestationType["COMPTA_POURCENTAGE_PREMIUM_EXPRESS"] = 208] = "COMPTA_POURCENTAGE_PREMIUM_EXPRESS";
165
165
  PrestationType[PrestationType["ANNONCE_LEGALE"] = 209] = "ANNONCE_LEGALE";
166
+ PrestationType[PrestationType["FRAIS_DE_GREFFE"] = 210] = "FRAIS_DE_GREFFE";
166
167
  })(PrestationType || (PrestationType = {}));
167
168
  export const PrestationDetail = {
168
169
  MYFRUCTUCOMPTA: {
@@ -242,7 +243,7 @@ export const PrestationDetail = {
242
243
  isCatalog: 0,
243
244
  hidden: 1,
244
245
  isComplementary: 0,
245
- signaturePosition: '312,64,555,191',
246
+ signaturePosition: '400,54,569,90',
246
247
  signaturePage: 5,
247
248
  },
248
249
  PREVISIONNEL: {
@@ -354,7 +355,7 @@ export const PrestationDetail = {
354
355
  isCatalog: 1,
355
356
  hidden: 0,
356
357
  isComplementary: 0,
357
- signaturePosition: '308,68,563,131',
358
+ signaturePosition: '400,54,569,90',
358
359
  signaturePage: 5,
359
360
  },
360
361
  TELEDECLARATION: {
@@ -386,7 +387,7 @@ export const PrestationDetail = {
386
387
  isCatalog: 0,
387
388
  hidden: 0,
388
389
  isComplementary: 0,
389
- signaturePosition: '308,68,563,131',
390
+ signaturePosition: '400,54,569,90',
390
391
  signaturePage: 6,
391
392
  },
392
393
  JURIDIQUE: {
@@ -642,7 +643,7 @@ export const PrestationDetail = {
642
643
  isCatalog: 0,
643
644
  hidden: 0,
644
645
  isComplementary: 0,
645
- signaturePosition: '308,68,563,131',
646
+ signaturePosition: '400,54,569,90',
646
647
  signaturePage: 7,
647
648
  },
648
649
  COMPTA_PRO_PAIE: {
@@ -674,7 +675,7 @@ export const PrestationDetail = {
674
675
  isCatalog: 0,
675
676
  hidden: 0,
676
677
  isComplementary: 0,
677
- signaturePosition: '308,68,563,131',
678
+ signaturePosition: '400,54,569,90',
678
679
  signaturePage: 7,
679
680
  },
680
681
  COMPTA_PRO_EXPRESS_PAIE: {
@@ -706,7 +707,7 @@ export const PrestationDetail = {
706
707
  isCatalog: 0,
707
708
  hidden: 0,
708
709
  isComplementary: 0,
709
- signaturePosition: '308,68,563,131',
710
+ signaturePosition: '400,54,569,90',
710
711
  signaturePage: 7,
711
712
  },
712
713
  COMPTA_ENTREPRISE_PAIE: {
@@ -738,7 +739,7 @@ export const PrestationDetail = {
738
739
  isCatalog: 0,
739
740
  hidden: 0,
740
741
  isComplementary: 0,
741
- signaturePosition: '308,68,563,131',
742
+ signaturePosition: '400,54,569,90',
742
743
  signaturePage: 7,
743
744
  },
744
745
  COMPTA_ENTREPRISE_EXPRESS_PAIE: {
@@ -802,7 +803,7 @@ export const PrestationDetail = {
802
803
  isCatalog: 1,
803
804
  hidden: 0,
804
805
  isComplementary: 0,
805
- signaturePosition: '308,68,563,131',
806
+ signaturePosition: '400,54,569,90',
806
807
  signaturePage: 5,
807
808
  },
808
809
  COMPTA_ASSISTANCE: {
@@ -1987,7 +1988,7 @@ export const PrestationDetail = {
1987
1988
  isCatalog: 0,
1988
1989
  hidden: 0,
1989
1990
  isComplementary: 0,
1990
- signaturePosition: '339,46,518,112',
1991
+ signaturePosition: '400,54,569,90',
1991
1992
  signaturePage: 5,
1992
1993
  },
1993
1994
  EXPERTISE_COMPTABLE_PLUS: {
@@ -2003,7 +2004,7 @@ export const PrestationDetail = {
2003
2004
  isCatalog: 0,
2004
2005
  hidden: 0,
2005
2006
  isComplementary: 0,
2006
- signaturePosition: '339,46,518,112',
2007
+ signaturePosition: '400,54,569,90',
2007
2008
  signaturePage: 5,
2008
2009
  },
2009
2010
  DEMANDE_CHOMAGE_PARTIEL: {
@@ -2387,7 +2388,7 @@ export const PrestationDetail = {
2387
2388
  isCatalog: 0,
2388
2389
  hidden: 0,
2389
2390
  isComplementary: 0,
2390
- signaturePosition: '306,58,561,120',
2391
+ signaturePosition: '400,54,569,90',
2391
2392
  signaturePage: 7,
2392
2393
  },
2393
2394
  COMPTA_MICRO_EXPRESS: {
@@ -2403,7 +2404,7 @@ export const PrestationDetail = {
2403
2404
  isCatalog: 0,
2404
2405
  hidden: 0,
2405
2406
  isComplementary: 0,
2406
- signaturePosition: '306,58,561,120',
2407
+ signaturePosition: '400,54,569,90',
2407
2408
  signaturePage: 7,
2408
2409
  },
2409
2410
  COMPTA_SCI: {
@@ -2419,7 +2420,7 @@ export const PrestationDetail = {
2419
2420
  isCatalog: 0,
2420
2421
  hidden: 0,
2421
2422
  isComplementary: 0,
2422
- signaturePosition: '306,58,561,120',
2423
+ signaturePosition: '400,54,569,90',
2423
2424
  signaturePage: 6,
2424
2425
  },
2425
2426
  COMPTA_SCI_EXPRESS: {
@@ -2435,7 +2436,7 @@ export const PrestationDetail = {
2435
2436
  isCatalog: 0,
2436
2437
  hidden: 0,
2437
2438
  isComplementary: 0,
2438
- signaturePosition: '306,58,561,120',
2439
+ signaturePosition: '400,54,569,90',
2439
2440
  signaturePage: 6,
2440
2441
  },
2441
2442
  BILAN_PREVISIONNEL: {
@@ -2451,7 +2452,7 @@ export const PrestationDetail = {
2451
2452
  isCatalog: 1,
2452
2453
  hidden: 0,
2453
2454
  isComplementary: 0,
2454
- signaturePosition: '306,58,561,120',
2455
+ signaturePosition: '400,54,569,90',
2455
2456
  signaturePage: 5,
2456
2457
  },
2457
2458
  ATTESTATION_1: {
@@ -2531,7 +2532,7 @@ export const PrestationDetail = {
2531
2532
  isCatalog: 0,
2532
2533
  hidden: 0,
2533
2534
  isComplementary: 0,
2534
- signaturePosition: '308,68,563,131',
2535
+ signaturePosition: '400,54,569,90',
2535
2536
  signaturePage: 7,
2536
2537
  },
2537
2538
  COMPTA_STARTER_ENTREPRISE: {
@@ -2547,7 +2548,7 @@ export const PrestationDetail = {
2547
2548
  isCatalog: 0,
2548
2549
  hidden: 0,
2549
2550
  isComplementary: 0,
2550
- signaturePosition: '308,68,563,131',
2551
+ signaturePosition: '400,54,569,90',
2551
2552
  signaturePage: 7,
2552
2553
  },
2553
2554
  ABO_STRIPE: {
@@ -2579,7 +2580,7 @@ export const PrestationDetail = {
2579
2580
  isCatalog: 0,
2580
2581
  hidden: 0,
2581
2582
  isComplementary: 0,
2582
- signaturePosition: '308,68,563,131',
2583
+ signaturePosition: '400,54,569,90',
2583
2584
  signaturePage: 7,
2584
2585
  },
2585
2586
  COMPTA_PRO_COMPTASTART: {
@@ -2595,7 +2596,7 @@ export const PrestationDetail = {
2595
2596
  isCatalog: 0,
2596
2597
  hidden: 0,
2597
2598
  isComplementary: 0,
2598
- signaturePosition: '308,68,563,131',
2599
+ signaturePosition: '400,54,569,90',
2599
2600
  signaturePage: 5,
2600
2601
  },
2601
2602
  COMPTA_PRO_COMPTASTART_EXPRESS: {
@@ -2611,7 +2612,7 @@ export const PrestationDetail = {
2611
2612
  isCatalog: 0,
2612
2613
  hidden: 0,
2613
2614
  isComplementary: 0,
2614
- signaturePosition: '308,68,563,131',
2615
+ signaturePosition: '400,54,569,90',
2615
2616
  signaturePage: 5,
2616
2617
  },
2617
2618
  ATTESTATION_NON_REMUNERATION_RECURRENTE: {
@@ -2643,7 +2644,7 @@ export const PrestationDetail = {
2643
2644
  isCatalog: 0,
2644
2645
  hidden: 0,
2645
2646
  isComplementary: 0,
2646
- signaturePosition: '308,68,563,131',
2647
+ signaturePosition: '400,54,569,90',
2647
2648
  signaturePage: 7,
2648
2649
  },
2649
2650
  COMPTA_PREMIUM: {
@@ -2659,7 +2660,7 @@ export const PrestationDetail = {
2659
2660
  isCatalog: 0,
2660
2661
  hidden: 0,
2661
2662
  isComplementary: 0,
2662
- signaturePosition: '308,68,563,131',
2663
+ signaturePosition: '400,54,569,90',
2663
2664
  signaturePage: 7,
2664
2665
  },
2665
2666
  COMPTA_BUSINESS: {
@@ -2675,7 +2676,7 @@ export const PrestationDetail = {
2675
2676
  isCatalog: 0,
2676
2677
  hidden: 0,
2677
2678
  isComplementary: 0,
2678
- signaturePosition: '308,68,563,131',
2679
+ signaturePosition: '400,54,569,90',
2679
2680
  signaturePage: 7,
2680
2681
  },
2681
2682
  DOCUMENT_DE_SORTIE: {
@@ -2707,7 +2708,7 @@ export const PrestationDetail = {
2707
2708
  isCatalog: 0,
2708
2709
  hidden: 0,
2709
2710
  isComplementary: 0,
2710
- signaturePosition: '308,68,563,131',
2711
+ signaturePosition: '400,54,569,90',
2711
2712
  signaturePage: 7,
2712
2713
  },
2713
2714
  DECLARATION_IR: {
@@ -2739,7 +2740,7 @@ export const PrestationDetail = {
2739
2740
  isCatalog: 0,
2740
2741
  hidden: 0,
2741
2742
  isComplementary: 0,
2742
- signaturePosition: '308,68,563,131',
2743
+ signaturePosition: '400,54,569,90',
2743
2744
  signaturePage: 7,
2744
2745
  },
2745
2746
  COMPTA_POURCENTAGE_PREMIUM_EXPRESS: {
@@ -2755,7 +2756,7 @@ export const PrestationDetail = {
2755
2756
  isCatalog: 0,
2756
2757
  hidden: 0,
2757
2758
  isComplementary: 0,
2758
- signaturePosition: '308,68,563,131',
2759
+ signaturePosition: '400,54,569,90',
2759
2760
  signaturePage: 7,
2760
2761
  },
2761
2762
  ANNONCE_LEGALE: {
@@ -2771,8 +2772,24 @@ export const PrestationDetail = {
2771
2772
  isCatalog: 0,
2772
2773
  hidden: 0,
2773
2774
  isComplementary: 0,
2774
- signaturePosition: '308,68,563,131',
2775
+ signaturePosition: '400,54,569,90',
2775
2776
  signaturePage: 7,
2776
2777
  },
2778
+ FRAIS_DE_GREFFE: {
2779
+ id: 210,
2780
+ name: 'Annonces légales',
2781
+ isComptable: 0,
2782
+ isJuridique: 1,
2783
+ isSocial: 0,
2784
+ isAttestation: 0,
2785
+ inAverageCart: 0,
2786
+ isBack: 0,
2787
+ price: null,
2788
+ isCatalog: 0,
2789
+ hidden: 0,
2790
+ isComplementary: 0,
2791
+ signaturePosition: '',
2792
+ signaturePage: 0,
2793
+ },
2777
2794
  };
2778
2795
  //# sourceMappingURL=PrestationType.js.map