@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
@@ -169,6 +169,7 @@ var PrestationType = exports.PrestationType = undefined;
169
169
  PrestationType[PrestationType["COMPTA_POURCENTAGE_EXPRESS"] = 207] = "COMPTA_POURCENTAGE_EXPRESS";
170
170
  PrestationType[PrestationType["COMPTA_POURCENTAGE_PREMIUM_EXPRESS"] = 208] = "COMPTA_POURCENTAGE_PREMIUM_EXPRESS";
171
171
  PrestationType[PrestationType["ANNONCE_LEGALE"] = 209] = "ANNONCE_LEGALE";
172
+ PrestationType[PrestationType["FRAIS_DE_GREFFE"] = 210] = "FRAIS_DE_GREFFE";
172
173
  })(PrestationType || (exports.PrestationType = PrestationType = {}));
173
174
 
174
175
  const PrestationDetail = exports.PrestationDetail = {
@@ -249,7 +250,7 @@ const PrestationDetail = exports.PrestationDetail = {
249
250
  isCatalog: 0,
250
251
  hidden: 1,
251
252
  isComplementary: 0,
252
- signaturePosition: '312,64,555,191',
253
+ signaturePosition: '400,54,569,90',
253
254
  signaturePage: 5
254
255
  },
255
256
  PREVISIONNEL: {
@@ -361,7 +362,7 @@ const PrestationDetail = exports.PrestationDetail = {
361
362
  isCatalog: 1,
362
363
  hidden: 0,
363
364
  isComplementary: 0,
364
- signaturePosition: '308,68,563,131',
365
+ signaturePosition: '400,54,569,90',
365
366
  signaturePage: 5
366
367
  },
367
368
  TELEDECLARATION: {
@@ -393,7 +394,7 @@ const PrestationDetail = exports.PrestationDetail = {
393
394
  isCatalog: 0,
394
395
  hidden: 0,
395
396
  isComplementary: 0,
396
- signaturePosition: '308,68,563,131',
397
+ signaturePosition: '400,54,569,90',
397
398
  signaturePage: 6
398
399
  },
399
400
  JURIDIQUE: {
@@ -649,7 +650,7 @@ const PrestationDetail = exports.PrestationDetail = {
649
650
  isCatalog: 0,
650
651
  hidden: 0,
651
652
  isComplementary: 0,
652
- signaturePosition: '308,68,563,131',
653
+ signaturePosition: '400,54,569,90',
653
654
  signaturePage: 7
654
655
  },
655
656
  COMPTA_PRO_PAIE: {
@@ -681,7 +682,7 @@ const PrestationDetail = exports.PrestationDetail = {
681
682
  isCatalog: 0,
682
683
  hidden: 0,
683
684
  isComplementary: 0,
684
- signaturePosition: '308,68,563,131',
685
+ signaturePosition: '400,54,569,90',
685
686
  signaturePage: 7
686
687
  },
687
688
  COMPTA_PRO_EXPRESS_PAIE: {
@@ -713,7 +714,7 @@ const PrestationDetail = exports.PrestationDetail = {
713
714
  isCatalog: 0,
714
715
  hidden: 0,
715
716
  isComplementary: 0,
716
- signaturePosition: '308,68,563,131',
717
+ signaturePosition: '400,54,569,90',
717
718
  signaturePage: 7
718
719
  },
719
720
  COMPTA_ENTREPRISE_PAIE: {
@@ -745,7 +746,7 @@ const PrestationDetail = exports.PrestationDetail = {
745
746
  isCatalog: 0,
746
747
  hidden: 0,
747
748
  isComplementary: 0,
748
- signaturePosition: '308,68,563,131',
749
+ signaturePosition: '400,54,569,90',
749
750
  signaturePage: 7
750
751
  },
751
752
  COMPTA_ENTREPRISE_EXPRESS_PAIE: {
@@ -809,7 +810,7 @@ const PrestationDetail = exports.PrestationDetail = {
809
810
  isCatalog: 1,
810
811
  hidden: 0,
811
812
  isComplementary: 0,
812
- signaturePosition: '308,68,563,131',
813
+ signaturePosition: '400,54,569,90',
813
814
  signaturePage: 5
814
815
  },
815
816
  COMPTA_ASSISTANCE: {
@@ -1994,7 +1995,7 @@ const PrestationDetail = exports.PrestationDetail = {
1994
1995
  isCatalog: 0,
1995
1996
  hidden: 0,
1996
1997
  isComplementary: 0,
1997
- signaturePosition: '339,46,518,112',
1998
+ signaturePosition: '400,54,569,90',
1998
1999
  signaturePage: 5
1999
2000
  },
2000
2001
  EXPERTISE_COMPTABLE_PLUS: {
@@ -2010,7 +2011,7 @@ const PrestationDetail = exports.PrestationDetail = {
2010
2011
  isCatalog: 0,
2011
2012
  hidden: 0,
2012
2013
  isComplementary: 0,
2013
- signaturePosition: '339,46,518,112',
2014
+ signaturePosition: '400,54,569,90',
2014
2015
  signaturePage: 5
2015
2016
  },
2016
2017
  DEMANDE_CHOMAGE_PARTIEL: {
@@ -2394,7 +2395,7 @@ const PrestationDetail = exports.PrestationDetail = {
2394
2395
  isCatalog: 0,
2395
2396
  hidden: 0,
2396
2397
  isComplementary: 0,
2397
- signaturePosition: '306,58,561,120',
2398
+ signaturePosition: '400,54,569,90',
2398
2399
  signaturePage: 7
2399
2400
  },
2400
2401
  COMPTA_MICRO_EXPRESS: {
@@ -2410,7 +2411,7 @@ const PrestationDetail = exports.PrestationDetail = {
2410
2411
  isCatalog: 0,
2411
2412
  hidden: 0,
2412
2413
  isComplementary: 0,
2413
- signaturePosition: '306,58,561,120',
2414
+ signaturePosition: '400,54,569,90',
2414
2415
  signaturePage: 7
2415
2416
  },
2416
2417
  COMPTA_SCI: {
@@ -2426,7 +2427,7 @@ const PrestationDetail = exports.PrestationDetail = {
2426
2427
  isCatalog: 0,
2427
2428
  hidden: 0,
2428
2429
  isComplementary: 0,
2429
- signaturePosition: '306,58,561,120',
2430
+ signaturePosition: '400,54,569,90',
2430
2431
  signaturePage: 6
2431
2432
  },
2432
2433
  COMPTA_SCI_EXPRESS: {
@@ -2442,7 +2443,7 @@ const PrestationDetail = exports.PrestationDetail = {
2442
2443
  isCatalog: 0,
2443
2444
  hidden: 0,
2444
2445
  isComplementary: 0,
2445
- signaturePosition: '306,58,561,120',
2446
+ signaturePosition: '400,54,569,90',
2446
2447
  signaturePage: 6
2447
2448
  },
2448
2449
  BILAN_PREVISIONNEL: {
@@ -2458,7 +2459,7 @@ const PrestationDetail = exports.PrestationDetail = {
2458
2459
  isCatalog: 1,
2459
2460
  hidden: 0,
2460
2461
  isComplementary: 0,
2461
- signaturePosition: '306,58,561,120',
2462
+ signaturePosition: '400,54,569,90',
2462
2463
  signaturePage: 5
2463
2464
  },
2464
2465
  ATTESTATION_1: {
@@ -2538,7 +2539,7 @@ const PrestationDetail = exports.PrestationDetail = {
2538
2539
  isCatalog: 0,
2539
2540
  hidden: 0,
2540
2541
  isComplementary: 0,
2541
- signaturePosition: '308,68,563,131',
2542
+ signaturePosition: '400,54,569,90',
2542
2543
  signaturePage: 7
2543
2544
  },
2544
2545
  COMPTA_STARTER_ENTREPRISE: {
@@ -2554,7 +2555,7 @@ const PrestationDetail = exports.PrestationDetail = {
2554
2555
  isCatalog: 0,
2555
2556
  hidden: 0,
2556
2557
  isComplementary: 0,
2557
- signaturePosition: '308,68,563,131',
2558
+ signaturePosition: '400,54,569,90',
2558
2559
  signaturePage: 7
2559
2560
  },
2560
2561
  ABO_STRIPE: {
@@ -2586,7 +2587,7 @@ const PrestationDetail = exports.PrestationDetail = {
2586
2587
  isCatalog: 0,
2587
2588
  hidden: 0,
2588
2589
  isComplementary: 0,
2589
- signaturePosition: '308,68,563,131',
2590
+ signaturePosition: '400,54,569,90',
2590
2591
  signaturePage: 7
2591
2592
  },
2592
2593
  COMPTA_PRO_COMPTASTART: {
@@ -2602,7 +2603,7 @@ const PrestationDetail = exports.PrestationDetail = {
2602
2603
  isCatalog: 0,
2603
2604
  hidden: 0,
2604
2605
  isComplementary: 0,
2605
- signaturePosition: '308,68,563,131',
2606
+ signaturePosition: '400,54,569,90',
2606
2607
  signaturePage: 5
2607
2608
  },
2608
2609
  COMPTA_PRO_COMPTASTART_EXPRESS: {
@@ -2618,7 +2619,7 @@ const PrestationDetail = exports.PrestationDetail = {
2618
2619
  isCatalog: 0,
2619
2620
  hidden: 0,
2620
2621
  isComplementary: 0,
2621
- signaturePosition: '308,68,563,131',
2622
+ signaturePosition: '400,54,569,90',
2622
2623
  signaturePage: 5
2623
2624
  },
2624
2625
  ATTESTATION_NON_REMUNERATION_RECURRENTE: {
@@ -2650,7 +2651,7 @@ const PrestationDetail = exports.PrestationDetail = {
2650
2651
  isCatalog: 0,
2651
2652
  hidden: 0,
2652
2653
  isComplementary: 0,
2653
- signaturePosition: '308,68,563,131',
2654
+ signaturePosition: '400,54,569,90',
2654
2655
  signaturePage: 7
2655
2656
  },
2656
2657
  COMPTA_PREMIUM: {
@@ -2666,7 +2667,7 @@ const PrestationDetail = exports.PrestationDetail = {
2666
2667
  isCatalog: 0,
2667
2668
  hidden: 0,
2668
2669
  isComplementary: 0,
2669
- signaturePosition: '308,68,563,131',
2670
+ signaturePosition: '400,54,569,90',
2670
2671
  signaturePage: 7
2671
2672
  },
2672
2673
  COMPTA_BUSINESS: {
@@ -2682,7 +2683,7 @@ const PrestationDetail = exports.PrestationDetail = {
2682
2683
  isCatalog: 0,
2683
2684
  hidden: 0,
2684
2685
  isComplementary: 0,
2685
- signaturePosition: '308,68,563,131',
2686
+ signaturePosition: '400,54,569,90',
2686
2687
  signaturePage: 7
2687
2688
  },
2688
2689
  DOCUMENT_DE_SORTIE: {
@@ -2714,7 +2715,7 @@ const PrestationDetail = exports.PrestationDetail = {
2714
2715
  isCatalog: 0,
2715
2716
  hidden: 0,
2716
2717
  isComplementary: 0,
2717
- signaturePosition: '308,68,563,131',
2718
+ signaturePosition: '400,54,569,90',
2718
2719
  signaturePage: 7
2719
2720
  },
2720
2721
  DECLARATION_IR: {
@@ -2746,7 +2747,7 @@ const PrestationDetail = exports.PrestationDetail = {
2746
2747
  isCatalog: 0,
2747
2748
  hidden: 0,
2748
2749
  isComplementary: 0,
2749
- signaturePosition: '308,68,563,131',
2750
+ signaturePosition: '400,54,569,90',
2750
2751
  signaturePage: 7
2751
2752
  },
2752
2753
  COMPTA_POURCENTAGE_PREMIUM_EXPRESS: {
@@ -2762,7 +2763,7 @@ const PrestationDetail = exports.PrestationDetail = {
2762
2763
  isCatalog: 0,
2763
2764
  hidden: 0,
2764
2765
  isComplementary: 0,
2765
- signaturePosition: '308,68,563,131',
2766
+ signaturePosition: '400,54,569,90',
2766
2767
  signaturePage: 7
2767
2768
  },
2768
2769
  ANNONCE_LEGALE: {
@@ -2778,8 +2779,24 @@ const PrestationDetail = exports.PrestationDetail = {
2778
2779
  isCatalog: 0,
2779
2780
  hidden: 0,
2780
2781
  isComplementary: 0,
2781
- signaturePosition: '308,68,563,131',
2782
+ signaturePosition: '400,54,569,90',
2782
2783
  signaturePage: 7
2784
+ },
2785
+ FRAIS_DE_GREFFE: {
2786
+ id: 210,
2787
+ name: 'Annonces légales',
2788
+ isComptable: 0,
2789
+ isJuridique: 1,
2790
+ isSocial: 0,
2791
+ isAttestation: 0,
2792
+ inAverageCart: 0,
2793
+ isBack: 0,
2794
+ price: null,
2795
+ isCatalog: 0,
2796
+ hidden: 0,
2797
+ isComplementary: 0,
2798
+ signaturePosition: '',
2799
+ signaturePage: 0
2783
2800
  }
2784
2801
  };
2785
2802
  //# sourceMappingURL=PrestationType.js.map