@silexpert/core 1.1.159 → 1.1.162

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 (211) hide show
  1. package/dist/cjs/api/resources/CommercialOffer.d.ts +47 -0
  2. package/dist/cjs/api/resources/CommercialOffer.d.ts.map +1 -0
  3. package/dist/cjs/api/resources/CommercialOffer.js +64 -0
  4. package/dist/cjs/api/resources/CommercialOffer.js.map +1 -0
  5. package/dist/cjs/api/resources/prestation.d.ts +14 -1
  6. package/dist/cjs/api/resources/prestation.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/prestation.js +17 -0
  8. package/dist/cjs/api/resources/prestation.js.map +1 -1
  9. package/dist/cjs/api/resources.d.ts +2 -0
  10. package/dist/cjs/api/resources.d.ts.map +1 -1
  11. package/dist/cjs/api/resources.js +2 -0
  12. package/dist/cjs/api/resources.js.map +1 -1
  13. package/dist/cjs/types/Enum/BrandClementine.d.ts +1 -1
  14. package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
  15. package/dist/cjs/types/Enum/BrandClementine.js +21 -20
  16. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  17. package/dist/cjs/types/Enum/ClosingType.d.ts +7 -0
  18. package/dist/cjs/types/Enum/ClosingType.d.ts.map +1 -0
  19. package/dist/cjs/types/Enum/ClosingType.js +19 -0
  20. package/dist/cjs/types/Enum/ClosingType.js.map +1 -0
  21. package/dist/cjs/types/Enum/CommercialOfferType.d.ts +97 -0
  22. package/dist/cjs/types/Enum/CommercialOfferType.d.ts.map +1 -0
  23. package/dist/cjs/types/Enum/CommercialOfferType.js +71 -0
  24. package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -0
  25. package/dist/cjs/types/Enum/PrestationOption.d.ts +8 -0
  26. package/dist/cjs/types/Enum/PrestationOption.d.ts.map +1 -1
  27. package/dist/cjs/types/Enum/PrestationOption.js.map +1 -1
  28. package/dist/cjs/types/Enum/PrestationType.d.ts +4 -1
  29. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  30. package/dist/cjs/types/Enum/PrestationType.js +229 -0
  31. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  32. package/dist/cjs/types/Enum/PriceGridClementine.d.ts +101 -0
  33. package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -0
  34. package/dist/cjs/types/Enum/PriceGridClementine.js +338 -0
  35. package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -0
  36. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +34 -0
  37. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -0
  38. package/dist/cjs/types/Enum/PriceGridLegalstart.js +103 -0
  39. package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -0
  40. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +52 -0
  41. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -0
  42. package/dist/cjs/types/Enum/PriceGridPourcentage.js +1125 -0
  43. package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -0
  44. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
  45. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
  46. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js +6 -0
  47. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  48. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  49. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  50. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +6 -0
  51. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  52. package/dist/cjs/types/Interface/api/commercialOffer/Query.d.ts +13 -0
  53. package/dist/cjs/types/Interface/api/commercialOffer/Query.d.ts.map +1 -0
  54. package/dist/cjs/types/Interface/api/commercialOffer/Query.js +69 -0
  55. package/dist/cjs/types/Interface/api/commercialOffer/Query.js.map +1 -0
  56. package/dist/cjs/types/Interface/api/prestation/Query.d.ts +19 -0
  57. package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -0
  58. package/dist/cjs/types/Interface/api/prestation/Query.js +77 -0
  59. package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -0
  60. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.d.ts +1 -0
  61. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -1
  62. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js +6 -0
  63. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
  64. package/dist/cjs/types/Interface/models/ICommercialOffer.d.ts +16 -0
  65. package/dist/cjs/types/Interface/models/ICommercialOffer.d.ts.map +1 -0
  66. package/dist/cjs/types/Interface/models/ICommercialOffer.js +3 -0
  67. package/dist/cjs/types/Interface/models/ICommercialOffer.js.map +1 -0
  68. package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts +2 -1
  69. package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  70. package/dist/cjs/types/Interface/models/IExercicePrestation.js.map +1 -1
  71. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.d.ts +10 -0
  72. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.d.ts.map +1 -0
  73. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.js +3 -0
  74. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.js.map +1 -0
  75. package/dist/cjs/types/Interface/models/IPrestationList.d.ts +1 -0
  76. package/dist/cjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
  77. package/dist/cjs/types/Interface/models/IPrestationList.js.map +1 -1
  78. package/dist/cjs/types/index.d.ts +9 -0
  79. package/dist/cjs/types/index.d.ts.map +1 -1
  80. package/dist/cjs/types/index.js +9 -0
  81. package/dist/cjs/types/index.js.map +1 -1
  82. package/dist/cjs/utils/commercialOffer.d.ts +6 -0
  83. package/dist/cjs/utils/commercialOffer.d.ts.map +1 -0
  84. package/dist/cjs/utils/commercialOffer.js +39 -0
  85. package/dist/cjs/utils/commercialOffer.js.map +1 -0
  86. package/dist/cjs/utils/index.d.ts +1 -0
  87. package/dist/cjs/utils/index.d.ts.map +1 -1
  88. package/dist/cjs/utils/index.js +1 -0
  89. package/dist/cjs/utils/index.js.map +1 -1
  90. package/dist/cjs/utils/prestation.d.ts +9 -2
  91. package/dist/cjs/utils/prestation.d.ts.map +1 -1
  92. package/dist/cjs/utils/prestation.js +155 -1
  93. package/dist/cjs/utils/prestation.js.map +1 -1
  94. package/dist/mjs/api/resources/CommercialOffer.d.ts +47 -0
  95. package/dist/mjs/api/resources/CommercialOffer.d.ts.map +1 -0
  96. package/dist/mjs/api/resources/CommercialOffer.js +60 -0
  97. package/dist/mjs/api/resources/CommercialOffer.js.map +1 -0
  98. package/dist/mjs/api/resources/prestation.d.ts +14 -1
  99. package/dist/mjs/api/resources/prestation.d.ts.map +1 -1
  100. package/dist/mjs/api/resources/prestation.js +17 -0
  101. package/dist/mjs/api/resources/prestation.js.map +1 -1
  102. package/dist/mjs/api/resources.d.ts +2 -0
  103. package/dist/mjs/api/resources.d.ts.map +1 -1
  104. package/dist/mjs/api/resources.js +2 -0
  105. package/dist/mjs/api/resources.js.map +1 -1
  106. package/dist/mjs/types/Enum/BrandClementine.d.ts +1 -1
  107. package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
  108. package/dist/mjs/types/Enum/BrandClementine.js +21 -20
  109. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  110. package/dist/mjs/types/Enum/ClosingType.d.ts +7 -0
  111. package/dist/mjs/types/Enum/ClosingType.d.ts.map +1 -0
  112. package/dist/mjs/types/Enum/ClosingType.js +16 -0
  113. package/dist/mjs/types/Enum/ClosingType.js.map +1 -0
  114. package/dist/mjs/types/Enum/CommercialOfferType.d.ts +97 -0
  115. package/dist/mjs/types/Enum/CommercialOfferType.d.ts.map +1 -0
  116. package/dist/mjs/types/Enum/CommercialOfferType.js +68 -0
  117. package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -0
  118. package/dist/mjs/types/Enum/PrestationOption.d.ts +8 -0
  119. package/dist/mjs/types/Enum/PrestationOption.d.ts.map +1 -1
  120. package/dist/mjs/types/Enum/PrestationOption.js.map +1 -1
  121. package/dist/mjs/types/Enum/PrestationType.d.ts +4 -1
  122. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  123. package/dist/mjs/types/Enum/PrestationType.js +229 -0
  124. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  125. package/dist/mjs/types/Enum/PriceGridClementine.d.ts +101 -0
  126. package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -0
  127. package/dist/mjs/types/Enum/PriceGridClementine.js +335 -0
  128. package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -0
  129. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +34 -0
  130. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -0
  131. package/dist/mjs/types/Enum/PriceGridLegalstart.js +100 -0
  132. package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -0
  133. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +52 -0
  134. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -0
  135. package/dist/mjs/types/Enum/PriceGridPourcentage.js +1122 -0
  136. package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -0
  137. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
  138. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
  139. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.js +7 -0
  140. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  141. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  142. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  143. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +7 -0
  144. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  145. package/dist/mjs/types/Interface/api/commercialOffer/Query.d.ts +13 -0
  146. package/dist/mjs/types/Interface/api/commercialOffer/Query.d.ts.map +1 -0
  147. package/dist/mjs/types/Interface/api/commercialOffer/Query.js +72 -0
  148. package/dist/mjs/types/Interface/api/commercialOffer/Query.js.map +1 -0
  149. package/dist/mjs/types/Interface/api/prestation/Query.d.ts +19 -0
  150. package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -0
  151. package/dist/mjs/types/Interface/api/prestation/Query.js +82 -0
  152. package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -0
  153. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.d.ts +1 -0
  154. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -1
  155. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.js +7 -0
  156. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
  157. package/dist/mjs/types/Interface/models/ICommercialOffer.d.ts +16 -0
  158. package/dist/mjs/types/Interface/models/ICommercialOffer.d.ts.map +1 -0
  159. package/dist/mjs/types/Interface/models/ICommercialOffer.js +2 -0
  160. package/dist/mjs/types/Interface/models/ICommercialOffer.js.map +1 -0
  161. package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts +2 -1
  162. package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  163. package/dist/mjs/types/Interface/models/IExercicePrestation.js.map +1 -1
  164. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.d.ts +10 -0
  165. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.d.ts.map +1 -0
  166. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.js +2 -0
  167. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.js.map +1 -0
  168. package/dist/mjs/types/Interface/models/IPrestationList.d.ts +1 -0
  169. package/dist/mjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
  170. package/dist/mjs/types/Interface/models/IPrestationList.js.map +1 -1
  171. package/dist/mjs/types/index.d.ts +9 -0
  172. package/dist/mjs/types/index.d.ts.map +1 -1
  173. package/dist/mjs/types/index.js +9 -0
  174. package/dist/mjs/types/index.js.map +1 -1
  175. package/dist/mjs/utils/commercialOffer.d.ts +6 -0
  176. package/dist/mjs/utils/commercialOffer.d.ts.map +1 -0
  177. package/dist/mjs/utils/commercialOffer.js +33 -0
  178. package/dist/mjs/utils/commercialOffer.js.map +1 -0
  179. package/dist/mjs/utils/index.d.ts +1 -0
  180. package/dist/mjs/utils/index.d.ts.map +1 -1
  181. package/dist/mjs/utils/index.js +1 -0
  182. package/dist/mjs/utils/index.js.map +1 -1
  183. package/dist/mjs/utils/prestation.d.ts +9 -2
  184. package/dist/mjs/utils/prestation.d.ts.map +1 -1
  185. package/dist/mjs/utils/prestation.js +150 -1
  186. package/dist/mjs/utils/prestation.js.map +1 -1
  187. package/package.json +1 -1
  188. package/ts/api/resources/CommercialOffer.ts +67 -0
  189. package/ts/api/resources/prestation.ts +21 -1
  190. package/ts/api/resources.ts +2 -0
  191. package/ts/types/Enum/BrandClementine.ts +21 -20
  192. package/ts/types/Enum/ClosingType.ts +17 -0
  193. package/ts/types/Enum/CommercialOfferType.ts +84 -0
  194. package/ts/types/Enum/PrestationOption.ts +9 -0
  195. package/ts/types/Enum/PrestationType.ts +229 -0
  196. package/ts/types/Enum/PriceGridClementine.ts +335 -0
  197. package/ts/types/Enum/PriceGridLegalstart.ts +100 -0
  198. package/ts/types/Enum/PriceGridPourcentage.ts +1122 -0
  199. package/ts/types/Interface/api/commercial/QueryGetStats.ts +5 -0
  200. package/ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts +5 -0
  201. package/ts/types/Interface/api/commercialOffer/Query.ts +46 -0
  202. package/ts/types/Interface/api/prestation/Query.ts +56 -0
  203. package/ts/types/Interface/api/prestations/QueryUpdate.ts +5 -0
  204. package/ts/types/Interface/models/ICommercialOffer.ts +18 -0
  205. package/ts/types/Interface/models/IExercicePrestation.ts +2 -1
  206. package/ts/types/Interface/models/IExercicePrestationOffer.ts +13 -0
  207. package/ts/types/Interface/models/IPrestationList.ts +1 -0
  208. package/ts/types/index.ts +9 -0
  209. package/ts/utils/commercialOffer.ts +37 -0
  210. package/ts/utils/index.ts +1 -0
  211. package/ts/utils/prestation.ts +193 -2
@@ -0,0 +1,1125 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PriceGridPourcentage = void 0;
4
+ const VatRegime_1 = require("./VatRegime");
5
+ const ClosingType_1 = require("./ClosingType");
6
+ const PrestationType_1 = require("./PrestationType");
7
+ exports.PriceGridPourcentage = [
8
+ {
9
+ /* Pourcentage */
10
+ idTypeBrand: 1,
11
+ price: [
12
+ {
13
+ /* Compta Premium */
14
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
15
+ minimumMonthlyPayment: [
16
+ {
17
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
18
+ month: 9,
19
+ },
20
+ {
21
+ id: ClosingType_1.ClosingType.OUTDATED,
22
+ month: 16,
23
+ },
24
+ ],
25
+ maximumMonthlyPayment: [
26
+ {
27
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
28
+ month: 23,
29
+ },
30
+ {
31
+ id: ClosingType_1.ClosingType.OUTDATED,
32
+ month: 23,
33
+ },
34
+ ],
35
+ turnoverMonthly: [
36
+ {
37
+ turnoverValue: 300000,
38
+ price: 199,
39
+ },
40
+ {
41
+ turnoverValue: 500000,
42
+ price: 259,
43
+ },
44
+ {
45
+ turnoverValue: 750000,
46
+ price: 299,
47
+ },
48
+ {
49
+ turnoverValue: 1000000,
50
+ price: 359,
51
+ },
52
+ {
53
+ turnoverValue: 1500000,
54
+ price: 399,
55
+ },
56
+ {
57
+ turnoverValue: 1000000000000,
58
+ price: 399,
59
+ },
60
+ ],
61
+ vatRegimeMonthly: [
62
+ {
63
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
64
+ price: 0,
65
+ },
66
+ {
67
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
68
+ price: 15,
69
+ },
70
+ {
71
+ type: VatRegime_1.VatRegime.QUARTERLY,
72
+ price: 30,
73
+ },
74
+ {
75
+ type: VatRegime_1.VatRegime.MONTHLY,
76
+ price: 45,
77
+ },
78
+ ],
79
+ },
80
+ {
81
+ /* Compta Pourcentage */
82
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
83
+ minimumMonthlyPayment: [
84
+ {
85
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
86
+ month: 9,
87
+ },
88
+ {
89
+ id: ClosingType_1.ClosingType.OUTDATED,
90
+ month: 16,
91
+ },
92
+ ],
93
+ maximumMonthlyPayment: [
94
+ {
95
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
96
+ month: 23,
97
+ },
98
+ {
99
+ id: ClosingType_1.ClosingType.OUTDATED,
100
+ month: 23,
101
+ },
102
+ ],
103
+ turnoverMonthly: [
104
+ {
105
+ turnoverValue: 50000,
106
+ price: 79,
107
+ },
108
+ {
109
+ turnoverValue: 100000,
110
+ price: 99,
111
+ },
112
+ {
113
+ turnoverValue: 150000,
114
+ price: 109,
115
+ },
116
+ {
117
+ turnoverValue: 200000,
118
+ price: 129,
119
+ },
120
+ ],
121
+ vatRegimeMonthly: [
122
+ {
123
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
124
+ price: 0,
125
+ },
126
+ {
127
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
128
+ price: 15,
129
+ },
130
+ {
131
+ type: VatRegime_1.VatRegime.QUARTERLY,
132
+ price: 30,
133
+ },
134
+ {
135
+ type: VatRegime_1.VatRegime.MONTHLY,
136
+ price: 45,
137
+ },
138
+ ],
139
+ },
140
+ {
141
+ /* Gestion Juridique */
142
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
143
+ partner: [
144
+ {
145
+ amountMinimum: 1,
146
+ amountMaximum: 1,
147
+ price: 349,
148
+ },
149
+ {
150
+ amountMinimum: 2,
151
+ amountMaximum: 4,
152
+ price: 399,
153
+ },
154
+ {
155
+ amountMinimum: 5,
156
+ amountMaximum: 1000000,
157
+ price: 499,
158
+ },
159
+ ],
160
+ },
161
+ {
162
+ /* Social */
163
+ idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
164
+ employee: [
165
+ {
166
+ amountMinimum: 1,
167
+ amountMaximum: 1,
168
+ price: 35,
169
+ },
170
+ {
171
+ amountMinimum: 2,
172
+ amountMaximum: 5,
173
+ price: 32,
174
+ },
175
+ {
176
+ amountMinimum: 6,
177
+ amountMaximum: 20,
178
+ price: 30,
179
+ },
180
+ {
181
+ amountMinimum: 21,
182
+ amountMaximum: 50,
183
+ price: 29,
184
+ },
185
+ {
186
+ amountMinimum: 50,
187
+ amountMaximum: 1000000,
188
+ price: 27,
189
+ },
190
+ ],
191
+ },
192
+ ],
193
+ },
194
+ {
195
+ /* Sofrageco */
196
+ idTypeBrand: 2,
197
+ price: [
198
+ {
199
+ /* Compta Premium */
200
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
201
+ minimumMonthlyPayment: [
202
+ {
203
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
204
+ month: 9,
205
+ },
206
+ {
207
+ id: ClosingType_1.ClosingType.OUTDATED,
208
+ month: 16,
209
+ },
210
+ ],
211
+ maximumMonthlyPayment: [
212
+ {
213
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
214
+ month: 23,
215
+ },
216
+ {
217
+ id: ClosingType_1.ClosingType.OUTDATED,
218
+ month: 23,
219
+ },
220
+ ],
221
+ turnoverMonthly: [
222
+ {
223
+ turnoverValue: 300000,
224
+ price: 199,
225
+ },
226
+ {
227
+ turnoverValue: 500000,
228
+ price: 259,
229
+ },
230
+ {
231
+ turnoverValue: 750000,
232
+ price: 299,
233
+ },
234
+ {
235
+ turnoverValue: 1000000,
236
+ price: 359,
237
+ },
238
+ {
239
+ turnoverValue: 1500000,
240
+ price: 399,
241
+ },
242
+ {
243
+ turnoverValue: 1000000000000,
244
+ price: 399,
245
+ },
246
+ ],
247
+ vatRegimeMonthly: [
248
+ {
249
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
250
+ price: 0,
251
+ },
252
+ {
253
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
254
+ price: 15,
255
+ },
256
+ {
257
+ type: VatRegime_1.VatRegime.QUARTERLY,
258
+ price: 30,
259
+ },
260
+ {
261
+ type: VatRegime_1.VatRegime.MONTHLY,
262
+ price: 45,
263
+ },
264
+ ],
265
+ },
266
+ {
267
+ /* Compta Pourcentage */
268
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
269
+ minimumMonthlyPayment: [
270
+ {
271
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
272
+ month: 9,
273
+ },
274
+ {
275
+ id: ClosingType_1.ClosingType.OUTDATED,
276
+ month: 16,
277
+ },
278
+ ],
279
+ maximumMonthlyPayment: [
280
+ {
281
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
282
+ month: 23,
283
+ },
284
+ {
285
+ id: ClosingType_1.ClosingType.OUTDATED,
286
+ month: 23,
287
+ },
288
+ ],
289
+ turnoverMonthly: [
290
+ {
291
+ turnoverValue: 50000,
292
+ price: 79,
293
+ },
294
+ {
295
+ turnoverValue: 100000,
296
+ price: 99,
297
+ },
298
+ {
299
+ turnoverValue: 150000,
300
+ price: 109,
301
+ },
302
+ {
303
+ turnoverValue: 200000,
304
+ price: 129,
305
+ },
306
+ ],
307
+ vatRegimeMonthly: [
308
+ {
309
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
310
+ price: 0,
311
+ },
312
+ {
313
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
314
+ price: 15,
315
+ },
316
+ {
317
+ type: VatRegime_1.VatRegime.QUARTERLY,
318
+ price: 30,
319
+ },
320
+ {
321
+ type: VatRegime_1.VatRegime.MONTHLY,
322
+ price: 45,
323
+ },
324
+ ],
325
+ },
326
+ {
327
+ /* Gestion Juridique */
328
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
329
+ partner: [
330
+ {
331
+ amountMinimum: 1,
332
+ amountMaximum: 1,
333
+ price: 349,
334
+ },
335
+ {
336
+ amountMinimum: 2,
337
+ amountMaximum: 4,
338
+ price: 399,
339
+ },
340
+ {
341
+ amountMinimum: 5,
342
+ amountMaximum: 1000000,
343
+ price: 499,
344
+ },
345
+ ],
346
+ },
347
+ {
348
+ /* Social */
349
+ idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
350
+ employee: [
351
+ {
352
+ amountMinimum: 1,
353
+ amountMaximum: 1,
354
+ price: 35,
355
+ },
356
+ {
357
+ amountMinimum: 2,
358
+ amountMaximum: 5,
359
+ price: 32,
360
+ },
361
+ {
362
+ amountMinimum: 6,
363
+ amountMaximum: 20,
364
+ price: 30,
365
+ },
366
+ {
367
+ amountMinimum: 21,
368
+ amountMaximum: 50,
369
+ price: 29,
370
+ },
371
+ {
372
+ amountMinimum: 50,
373
+ amountMaximum: 1000000,
374
+ price: 27,
375
+ },
376
+ ],
377
+ },
378
+ ],
379
+ },
380
+ {
381
+ /* AEC 54 */
382
+ idTypeBrand: 3,
383
+ price: [
384
+ {
385
+ /* Compta Premium */
386
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
387
+ minimumMonthlyPayment: [
388
+ {
389
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
390
+ month: 9,
391
+ },
392
+ {
393
+ id: ClosingType_1.ClosingType.OUTDATED,
394
+ month: 16,
395
+ },
396
+ ],
397
+ maximumMonthlyPayment: [
398
+ {
399
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
400
+ month: 23,
401
+ },
402
+ {
403
+ id: ClosingType_1.ClosingType.OUTDATED,
404
+ month: 23,
405
+ },
406
+ ],
407
+ turnoverMonthly: [
408
+ {
409
+ turnoverValue: 300000,
410
+ price: 199,
411
+ },
412
+ {
413
+ turnoverValue: 500000,
414
+ price: 259,
415
+ },
416
+ {
417
+ turnoverValue: 750000,
418
+ price: 299,
419
+ },
420
+ {
421
+ turnoverValue: 1000000,
422
+ price: 359,
423
+ },
424
+ {
425
+ turnoverValue: 1500000,
426
+ price: 399,
427
+ },
428
+ {
429
+ turnoverValue: 1000000000000,
430
+ price: 399,
431
+ },
432
+ ],
433
+ vatRegimeMonthly: [
434
+ {
435
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
436
+ price: 0,
437
+ },
438
+ {
439
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
440
+ price: 15,
441
+ },
442
+ {
443
+ type: VatRegime_1.VatRegime.QUARTERLY,
444
+ price: 30,
445
+ },
446
+ {
447
+ type: VatRegime_1.VatRegime.MONTHLY,
448
+ price: 45,
449
+ },
450
+ ],
451
+ },
452
+ {
453
+ /* Compta Pourcentage */
454
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
455
+ minimumMonthlyPayment: [
456
+ {
457
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
458
+ month: 9,
459
+ },
460
+ {
461
+ id: ClosingType_1.ClosingType.OUTDATED,
462
+ month: 16,
463
+ },
464
+ ],
465
+ maximumMonthlyPayment: [
466
+ {
467
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
468
+ month: 23,
469
+ },
470
+ {
471
+ id: ClosingType_1.ClosingType.OUTDATED,
472
+ month: 23,
473
+ },
474
+ ],
475
+ turnoverMonthly: [
476
+ {
477
+ turnoverValue: 50000,
478
+ price: 79,
479
+ },
480
+ {
481
+ turnoverValue: 100000,
482
+ price: 99,
483
+ },
484
+ {
485
+ turnoverValue: 150000,
486
+ price: 109,
487
+ },
488
+ {
489
+ turnoverValue: 200000,
490
+ price: 129,
491
+ },
492
+ ],
493
+ vatRegimeMonthly: [
494
+ {
495
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
496
+ price: 0,
497
+ },
498
+ {
499
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
500
+ price: 15,
501
+ },
502
+ {
503
+ type: VatRegime_1.VatRegime.QUARTERLY,
504
+ price: 30,
505
+ },
506
+ {
507
+ type: VatRegime_1.VatRegime.MONTHLY,
508
+ price: 45,
509
+ },
510
+ ],
511
+ },
512
+ {
513
+ /* Gestion Juridique */
514
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
515
+ partner: [
516
+ {
517
+ amountMinimum: 1,
518
+ amountMaximum: 1,
519
+ price: 349,
520
+ },
521
+ {
522
+ amountMinimum: 2,
523
+ amountMaximum: 4,
524
+ price: 399,
525
+ },
526
+ {
527
+ amountMinimum: 5,
528
+ amountMaximum: 1000000,
529
+ price: 499,
530
+ },
531
+ ],
532
+ },
533
+ {
534
+ /* Social */
535
+ idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
536
+ employee: [
537
+ {
538
+ amountMinimum: 1,
539
+ amountMaximum: 1,
540
+ price: 35,
541
+ },
542
+ {
543
+ amountMinimum: 2,
544
+ amountMaximum: 5,
545
+ price: 32,
546
+ },
547
+ {
548
+ amountMinimum: 6,
549
+ amountMaximum: 20,
550
+ price: 30,
551
+ },
552
+ {
553
+ amountMinimum: 21,
554
+ amountMaximum: 50,
555
+ price: 29,
556
+ },
557
+ {
558
+ amountMinimum: 50,
559
+ amountMaximum: 1000000,
560
+ price: 27,
561
+ },
562
+ ],
563
+ },
564
+ ],
565
+ },
566
+ {
567
+ /* Pourcentage EPINAL */
568
+ idTypeBrand: 4,
569
+ price: [
570
+ {
571
+ /* Compta Premium */
572
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
573
+ minimumMonthlyPayment: [
574
+ {
575
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
576
+ month: 9,
577
+ },
578
+ {
579
+ id: ClosingType_1.ClosingType.OUTDATED,
580
+ month: 16,
581
+ },
582
+ ],
583
+ maximumMonthlyPayment: [
584
+ {
585
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
586
+ month: 23,
587
+ },
588
+ {
589
+ id: ClosingType_1.ClosingType.OUTDATED,
590
+ month: 23,
591
+ },
592
+ ],
593
+ turnoverMonthly: [
594
+ {
595
+ turnoverValue: 300000,
596
+ price: 199,
597
+ },
598
+ {
599
+ turnoverValue: 500000,
600
+ price: 259,
601
+ },
602
+ {
603
+ turnoverValue: 750000,
604
+ price: 299,
605
+ },
606
+ {
607
+ turnoverValue: 1000000,
608
+ price: 359,
609
+ },
610
+ {
611
+ turnoverValue: 1500000,
612
+ price: 399,
613
+ },
614
+ {
615
+ turnoverValue: 1000000000000,
616
+ price: 399,
617
+ },
618
+ ],
619
+ vatRegimeMonthly: [
620
+ {
621
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
622
+ price: 0,
623
+ },
624
+ {
625
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
626
+ price: 15,
627
+ },
628
+ {
629
+ type: VatRegime_1.VatRegime.QUARTERLY,
630
+ price: 30,
631
+ },
632
+ {
633
+ type: VatRegime_1.VatRegime.MONTHLY,
634
+ price: 45,
635
+ },
636
+ ],
637
+ },
638
+ {
639
+ /* Compta Pourcentage */
640
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
641
+ minimumMonthlyPayment: [
642
+ {
643
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
644
+ month: 9,
645
+ },
646
+ {
647
+ id: ClosingType_1.ClosingType.OUTDATED,
648
+ month: 16,
649
+ },
650
+ ],
651
+ maximumMonthlyPayment: [
652
+ {
653
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
654
+ month: 23,
655
+ },
656
+ {
657
+ id: ClosingType_1.ClosingType.OUTDATED,
658
+ month: 23,
659
+ },
660
+ ],
661
+ turnoverMonthly: [
662
+ {
663
+ turnoverValue: 50000,
664
+ price: 79,
665
+ },
666
+ {
667
+ turnoverValue: 100000,
668
+ price: 99,
669
+ },
670
+ {
671
+ turnoverValue: 150000,
672
+ price: 109,
673
+ },
674
+ {
675
+ turnoverValue: 200000,
676
+ price: 129,
677
+ },
678
+ ],
679
+ vatRegimeMonthly: [
680
+ {
681
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
682
+ price: 0,
683
+ },
684
+ {
685
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
686
+ price: 15,
687
+ },
688
+ {
689
+ type: VatRegime_1.VatRegime.QUARTERLY,
690
+ price: 30,
691
+ },
692
+ {
693
+ type: VatRegime_1.VatRegime.MONTHLY,
694
+ price: 45,
695
+ },
696
+ ],
697
+ },
698
+ {
699
+ /* Gestion Juridique */
700
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
701
+ partner: [
702
+ {
703
+ amountMinimum: 1,
704
+ amountMaximum: 1,
705
+ price: 349,
706
+ },
707
+ {
708
+ amountMinimum: 2,
709
+ amountMaximum: 4,
710
+ price: 399,
711
+ },
712
+ {
713
+ amountMinimum: 5,
714
+ amountMaximum: 1000000,
715
+ price: 499,
716
+ },
717
+ ],
718
+ },
719
+ {
720
+ /* Social */
721
+ idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
722
+ employee: [
723
+ {
724
+ amountMinimum: 1,
725
+ amountMaximum: 1,
726
+ price: 35,
727
+ },
728
+ {
729
+ amountMinimum: 2,
730
+ amountMaximum: 5,
731
+ price: 32,
732
+ },
733
+ {
734
+ amountMinimum: 6,
735
+ amountMaximum: 20,
736
+ price: 30,
737
+ },
738
+ {
739
+ amountMinimum: 21,
740
+ amountMaximum: 50,
741
+ price: 29,
742
+ },
743
+ {
744
+ amountMinimum: 50,
745
+ amountMaximum: 1000000,
746
+ price: 27,
747
+ },
748
+ ],
749
+ },
750
+ ],
751
+ },
752
+ {
753
+ /* AMEX */
754
+ idTypeBrand: 5,
755
+ price: [
756
+ {
757
+ /* Compta Premium */
758
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
759
+ minimumMonthlyPayment: [
760
+ {
761
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
762
+ month: 9,
763
+ },
764
+ {
765
+ id: ClosingType_1.ClosingType.OUTDATED,
766
+ month: 16,
767
+ },
768
+ ],
769
+ maximumMonthlyPayment: [
770
+ {
771
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
772
+ month: 23,
773
+ },
774
+ {
775
+ id: ClosingType_1.ClosingType.OUTDATED,
776
+ month: 23,
777
+ },
778
+ ],
779
+ turnoverMonthly: [
780
+ {
781
+ turnoverValue: 300000,
782
+ price: 199,
783
+ },
784
+ {
785
+ turnoverValue: 500000,
786
+ price: 259,
787
+ },
788
+ {
789
+ turnoverValue: 750000,
790
+ price: 299,
791
+ },
792
+ {
793
+ turnoverValue: 1000000,
794
+ price: 359,
795
+ },
796
+ {
797
+ turnoverValue: 1500000,
798
+ price: 399,
799
+ },
800
+ {
801
+ turnoverValue: 1000000000000,
802
+ price: 399,
803
+ },
804
+ ],
805
+ vatRegimeMonthly: [
806
+ {
807
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
808
+ price: 0,
809
+ },
810
+ {
811
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
812
+ price: 15,
813
+ },
814
+ {
815
+ type: VatRegime_1.VatRegime.QUARTERLY,
816
+ price: 30,
817
+ },
818
+ {
819
+ type: VatRegime_1.VatRegime.MONTHLY,
820
+ price: 45,
821
+ },
822
+ ],
823
+ },
824
+ {
825
+ /* Compta Pourcentage */
826
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
827
+ minimumMonthlyPayment: [
828
+ {
829
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
830
+ month: 9,
831
+ },
832
+ {
833
+ id: ClosingType_1.ClosingType.OUTDATED,
834
+ month: 16,
835
+ },
836
+ ],
837
+ maximumMonthlyPayment: [
838
+ {
839
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
840
+ month: 23,
841
+ },
842
+ {
843
+ id: ClosingType_1.ClosingType.OUTDATED,
844
+ month: 23,
845
+ },
846
+ ],
847
+ turnoverMonthly: [
848
+ {
849
+ turnoverValue: 50000,
850
+ price: 79,
851
+ },
852
+ {
853
+ turnoverValue: 100000,
854
+ price: 99,
855
+ },
856
+ {
857
+ turnoverValue: 150000,
858
+ price: 109,
859
+ },
860
+ {
861
+ turnoverValue: 200000,
862
+ price: 129,
863
+ },
864
+ ],
865
+ vatRegimeMonthly: [
866
+ {
867
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
868
+ price: 0,
869
+ },
870
+ {
871
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
872
+ price: 15,
873
+ },
874
+ {
875
+ type: VatRegime_1.VatRegime.QUARTERLY,
876
+ price: 30,
877
+ },
878
+ {
879
+ type: VatRegime_1.VatRegime.MONTHLY,
880
+ price: 45,
881
+ },
882
+ ],
883
+ },
884
+ {
885
+ /* Gestion Juridique */
886
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
887
+ partner: [
888
+ {
889
+ amountMinimum: 1,
890
+ amountMaximum: 1,
891
+ price: 349,
892
+ },
893
+ {
894
+ amountMinimum: 2,
895
+ amountMaximum: 4,
896
+ price: 399,
897
+ },
898
+ {
899
+ amountMinimum: 5,
900
+ amountMaximum: 1000000,
901
+ price: 499,
902
+ },
903
+ ],
904
+ },
905
+ {
906
+ /* Social */
907
+ idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
908
+ employee: [
909
+ {
910
+ amountMinimum: 1,
911
+ amountMaximum: 1,
912
+ price: 35,
913
+ },
914
+ {
915
+ amountMinimum: 2,
916
+ amountMaximum: 5,
917
+ price: 32,
918
+ },
919
+ {
920
+ amountMinimum: 6,
921
+ amountMaximum: 20,
922
+ price: 30,
923
+ },
924
+ {
925
+ amountMinimum: 21,
926
+ amountMaximum: 50,
927
+ price: 29,
928
+ },
929
+ {
930
+ amountMinimum: 50,
931
+ amountMaximum: 1000000,
932
+ price: 27,
933
+ },
934
+ ],
935
+ },
936
+ ],
937
+ },
938
+ {
939
+ /* Pourcentage MARSEILLE */
940
+ idTypeBrand: 6,
941
+ price: [
942
+ {
943
+ /* Compta Premium */
944
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
945
+ minimumMonthlyPayment: [
946
+ {
947
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
948
+ month: 9,
949
+ },
950
+ {
951
+ id: ClosingType_1.ClosingType.OUTDATED,
952
+ month: 16,
953
+ },
954
+ ],
955
+ maximumMonthlyPayment: [
956
+ {
957
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
958
+ month: 23,
959
+ },
960
+ {
961
+ id: ClosingType_1.ClosingType.OUTDATED,
962
+ month: 23,
963
+ },
964
+ ],
965
+ turnoverMonthly: [
966
+ {
967
+ turnoverValue: 300000,
968
+ price: 199,
969
+ },
970
+ {
971
+ turnoverValue: 500000,
972
+ price: 259,
973
+ },
974
+ {
975
+ turnoverValue: 750000,
976
+ price: 299,
977
+ },
978
+ {
979
+ turnoverValue: 1000000,
980
+ price: 359,
981
+ },
982
+ {
983
+ turnoverValue: 1500000,
984
+ price: 399,
985
+ },
986
+ {
987
+ turnoverValue: 1000000000000,
988
+ price: 399,
989
+ },
990
+ ],
991
+ vatRegimeMonthly: [
992
+ {
993
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
994
+ price: 0,
995
+ },
996
+ {
997
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
998
+ price: 15,
999
+ },
1000
+ {
1001
+ type: VatRegime_1.VatRegime.QUARTERLY,
1002
+ price: 30,
1003
+ },
1004
+ {
1005
+ type: VatRegime_1.VatRegime.MONTHLY,
1006
+ price: 45,
1007
+ },
1008
+ ],
1009
+ },
1010
+ {
1011
+ /* Compta Pourcentage */
1012
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
1013
+ minimumMonthlyPayment: [
1014
+ {
1015
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
1016
+ month: 9,
1017
+ },
1018
+ {
1019
+ id: ClosingType_1.ClosingType.OUTDATED,
1020
+ month: 16,
1021
+ },
1022
+ ],
1023
+ maximumMonthlyPayment: [
1024
+ {
1025
+ id: ClosingType_1.ClosingType.IN_PROGRESS,
1026
+ month: 23,
1027
+ },
1028
+ {
1029
+ id: ClosingType_1.ClosingType.OUTDATED,
1030
+ month: 23,
1031
+ },
1032
+ ],
1033
+ turnoverMonthly: [
1034
+ {
1035
+ turnoverValue: 50000,
1036
+ price: 79,
1037
+ },
1038
+ {
1039
+ turnoverValue: 100000,
1040
+ price: 99,
1041
+ },
1042
+ {
1043
+ turnoverValue: 150000,
1044
+ price: 109,
1045
+ },
1046
+ {
1047
+ turnoverValue: 200000,
1048
+ price: 129,
1049
+ },
1050
+ ],
1051
+ vatRegimeMonthly: [
1052
+ {
1053
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
1054
+ price: 0,
1055
+ },
1056
+ {
1057
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
1058
+ price: 15,
1059
+ },
1060
+ {
1061
+ type: VatRegime_1.VatRegime.QUARTERLY,
1062
+ price: 30,
1063
+ },
1064
+ {
1065
+ type: VatRegime_1.VatRegime.MONTHLY,
1066
+ price: 45,
1067
+ },
1068
+ ],
1069
+ },
1070
+ {
1071
+ /* Gestion Juridique */
1072
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
1073
+ partner: [
1074
+ {
1075
+ amountMinimum: 1,
1076
+ amountMaximum: 1,
1077
+ price: 349,
1078
+ },
1079
+ {
1080
+ amountMinimum: 2,
1081
+ amountMaximum: 4,
1082
+ price: 399,
1083
+ },
1084
+ {
1085
+ amountMinimum: 5,
1086
+ amountMaximum: 1000000,
1087
+ price: 499,
1088
+ },
1089
+ ],
1090
+ },
1091
+ {
1092
+ /* Social */
1093
+ idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
1094
+ employee: [
1095
+ {
1096
+ amountMinimum: 1,
1097
+ amountMaximum: 1,
1098
+ price: 35,
1099
+ },
1100
+ {
1101
+ amountMinimum: 2,
1102
+ amountMaximum: 5,
1103
+ price: 32,
1104
+ },
1105
+ {
1106
+ amountMinimum: 6,
1107
+ amountMaximum: 20,
1108
+ price: 30,
1109
+ },
1110
+ {
1111
+ amountMinimum: 21,
1112
+ amountMaximum: 50,
1113
+ price: 29,
1114
+ },
1115
+ {
1116
+ amountMinimum: 50,
1117
+ amountMaximum: 1000000,
1118
+ price: 27,
1119
+ },
1120
+ ],
1121
+ },
1122
+ ],
1123
+ },
1124
+ ];
1125
+ //# sourceMappingURL=PriceGridPourcentage.js.map