@silexpert/core 1.3.185 → 1.3.186

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 (110) hide show
  1. package/dist/cjs/api/resources/LoginApproval.d.ts +18 -0
  2. package/dist/cjs/api/resources/LoginApproval.d.ts.map +1 -0
  3. package/dist/cjs/api/resources/LoginApproval.js +20 -0
  4. package/dist/cjs/api/resources/LoginApproval.js.map +1 -0
  5. package/dist/cjs/api/resources/Mfa.d.ts +1 -0
  6. package/dist/cjs/api/resources/Mfa.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/Mfa.js +4 -0
  8. package/dist/cjs/api/resources/Mfa.js.map +1 -1
  9. package/dist/cjs/types/Enum/LoginApprovalStatus.d.ts +14 -0
  10. package/dist/cjs/types/Enum/LoginApprovalStatus.d.ts.map +1 -0
  11. package/dist/cjs/types/Enum/LoginApprovalStatus.js +18 -0
  12. package/dist/cjs/types/Enum/LoginApprovalStatus.js.map +1 -0
  13. package/dist/cjs/types/Enum/MfaMode.d.ts +12 -0
  14. package/dist/cjs/types/Enum/MfaMode.d.ts.map +1 -0
  15. package/dist/cjs/types/Enum/MfaMode.js +16 -0
  16. package/dist/cjs/types/Enum/MfaMode.js.map +1 -0
  17. package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
  18. package/dist/cjs/types/Enum/PriceGridClementine.js +482 -478
  19. package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -1
  20. package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.d.ts +10 -0
  21. package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.d.ts.map +1 -1
  22. package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.js.map +1 -1
  23. package/dist/cjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.d.ts +4 -0
  24. package/dist/cjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.d.ts.map +1 -0
  25. package/dist/cjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.js +21 -0
  26. package/dist/cjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.js.map +1 -0
  27. package/dist/cjs/types/Interface/api/authentification/SetMobileApprovalDto.d.ts +5 -0
  28. package/dist/cjs/types/Interface/api/authentification/SetMobileApprovalDto.d.ts.map +1 -0
  29. package/dist/cjs/types/Interface/api/authentification/SetMobileApprovalDto.js +27 -0
  30. package/dist/cjs/types/Interface/api/authentification/SetMobileApprovalDto.js.map +1 -0
  31. package/dist/cjs/types/Interface/api/authentification/loginApproval.d.ts +66 -0
  32. package/dist/cjs/types/Interface/api/authentification/loginApproval.d.ts.map +1 -0
  33. package/dist/cjs/types/Interface/api/authentification/loginApproval.js +26 -0
  34. package/dist/cjs/types/Interface/api/authentification/loginApproval.js.map +1 -0
  35. package/dist/cjs/types/Interface/models/ILoginApproval.d.ts +31 -0
  36. package/dist/cjs/types/Interface/models/ILoginApproval.d.ts.map +1 -0
  37. package/dist/cjs/types/Interface/models/ILoginApproval.js +3 -0
  38. package/dist/cjs/types/Interface/models/ILoginApproval.js.map +1 -0
  39. package/dist/cjs/types/Interface/models/IUser.d.ts +2 -0
  40. package/dist/cjs/types/Interface/models/IUser.d.ts.map +1 -1
  41. package/dist/cjs/types/Interface/models/IUser.js.map +1 -1
  42. package/dist/cjs/types/index.d.ts +6 -0
  43. package/dist/cjs/types/index.d.ts.map +1 -1
  44. package/dist/cjs/types/index.js +6 -0
  45. package/dist/cjs/types/index.js.map +1 -1
  46. package/dist/cjs/utils/commercialManagement/internationalization/choices.d.ts.map +1 -1
  47. package/dist/cjs/utils/commercialManagement/internationalization/choices.js +21 -19
  48. package/dist/cjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
  49. package/dist/mjs/api/resources/LoginApproval.d.ts +18 -0
  50. package/dist/mjs/api/resources/LoginApproval.d.ts.map +1 -0
  51. package/dist/mjs/api/resources/LoginApproval.js +16 -0
  52. package/dist/mjs/api/resources/LoginApproval.js.map +1 -0
  53. package/dist/mjs/api/resources/Mfa.d.ts +1 -0
  54. package/dist/mjs/api/resources/Mfa.d.ts.map +1 -1
  55. package/dist/mjs/api/resources/Mfa.js +4 -0
  56. package/dist/mjs/api/resources/Mfa.js.map +1 -1
  57. package/dist/mjs/types/Enum/LoginApprovalStatus.d.ts +14 -0
  58. package/dist/mjs/types/Enum/LoginApprovalStatus.d.ts.map +1 -0
  59. package/dist/mjs/types/Enum/LoginApprovalStatus.js +15 -0
  60. package/dist/mjs/types/Enum/LoginApprovalStatus.js.map +1 -0
  61. package/dist/mjs/types/Enum/MfaMode.d.ts +12 -0
  62. package/dist/mjs/types/Enum/MfaMode.d.ts.map +1 -0
  63. package/dist/mjs/types/Enum/MfaMode.js +13 -0
  64. package/dist/mjs/types/Enum/MfaMode.js.map +1 -0
  65. package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
  66. package/dist/mjs/types/Enum/PriceGridClementine.js +486 -474
  67. package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -1
  68. package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.d.ts +10 -0
  69. package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.d.ts.map +1 -1
  70. package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.js.map +1 -1
  71. package/dist/mjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.d.ts +4 -0
  72. package/dist/mjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.d.ts.map +1 -0
  73. package/dist/mjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.js +18 -0
  74. package/dist/mjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.js.map +1 -0
  75. package/dist/mjs/types/Interface/api/authentification/SetMobileApprovalDto.d.ts +5 -0
  76. package/dist/mjs/types/Interface/api/authentification/SetMobileApprovalDto.d.ts.map +1 -0
  77. package/dist/mjs/types/Interface/api/authentification/SetMobileApprovalDto.js +25 -0
  78. package/dist/mjs/types/Interface/api/authentification/SetMobileApprovalDto.js.map +1 -0
  79. package/dist/mjs/types/Interface/api/authentification/loginApproval.d.ts +66 -0
  80. package/dist/mjs/types/Interface/api/authentification/loginApproval.d.ts.map +1 -0
  81. package/dist/mjs/types/Interface/api/authentification/loginApproval.js +23 -0
  82. package/dist/mjs/types/Interface/api/authentification/loginApproval.js.map +1 -0
  83. package/dist/mjs/types/Interface/models/ILoginApproval.d.ts +31 -0
  84. package/dist/mjs/types/Interface/models/ILoginApproval.d.ts.map +1 -0
  85. package/dist/mjs/types/Interface/models/ILoginApproval.js +2 -0
  86. package/dist/mjs/types/Interface/models/ILoginApproval.js.map +1 -0
  87. package/dist/mjs/types/Interface/models/IUser.d.ts +2 -0
  88. package/dist/mjs/types/Interface/models/IUser.d.ts.map +1 -1
  89. package/dist/mjs/types/Interface/models/IUser.js.map +1 -1
  90. package/dist/mjs/types/index.d.ts +6 -0
  91. package/dist/mjs/types/index.d.ts.map +1 -1
  92. package/dist/mjs/types/index.js +6 -0
  93. package/dist/mjs/types/index.js.map +1 -1
  94. package/dist/mjs/utils/commercialManagement/internationalization/choices.d.ts.map +1 -1
  95. package/dist/mjs/utils/commercialManagement/internationalization/choices.js +21 -19
  96. package/dist/mjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
  97. package/package.json +1 -1
  98. package/ts/api/resources/LoginApproval.ts +20 -0
  99. package/ts/api/resources/Mfa.ts +6 -0
  100. package/ts/types/Enum/LoginApprovalStatus.ts +13 -0
  101. package/ts/types/Enum/MfaMode.ts +11 -0
  102. package/ts/types/Enum/PriceGridClementine.ts +487 -474
  103. package/ts/types/Interface/api/authentification/AuthenticationResponse.ts +10 -0
  104. package/ts/types/Interface/api/authentification/FinalizeMobileApprovalDto.ts +6 -0
  105. package/ts/types/Interface/api/authentification/SetMobileApprovalDto.ts +11 -0
  106. package/ts/types/Interface/api/authentification/loginApproval.ts +75 -0
  107. package/ts/types/Interface/models/ILoginApproval.ts +31 -0
  108. package/ts/types/Interface/models/IUser.ts +2 -0
  109. package/ts/types/index.ts +6 -0
  110. package/ts/utils/commercialManagement/internationalization/choices.ts +21 -19
@@ -6,485 +6,488 @@ const ClosingType_1 = require("./ClosingType");
6
6
  const PrestationType_1 = require("./PrestationType");
7
7
  const TaxSystem_1 = require("./TaxSystem");
8
8
  const LegalForm_1 = require("./LegalForm");
9
+ /**
10
+ * mainPriceGrid est la grille tarifaire principale
11
+ * utilisée pour Clementine ET Epinal
12
+ */
13
+ const mainPriceGrid = {
14
+ price: [
15
+ {
16
+ /* Compta Pro */
17
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_PRO, PrestationType_1.PrestationType.COMPTA_PRO_EXPRESS],
18
+ applicationCost: 14.9,
19
+ priceWithTaxesIncluded: false,
20
+ monthlyNbr: [
21
+ {
22
+ minimum: 0,
23
+ maximum: 4,
24
+ value: 6,
25
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
26
+ },
27
+ {
28
+ minimum: 5,
29
+ maximum: 9,
30
+ value: 9,
31
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
32
+ },
33
+ {
34
+ minimum: 12,
35
+ maximum: 16,
36
+ value: 16,
37
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
38
+ },
39
+ ],
40
+ turnoverMonthly: [
41
+ {
42
+ turnoverValue: 10000,
43
+ price: 59,
44
+ },
45
+ {
46
+ turnoverValue: 50000,
47
+ price: 79,
48
+ },
49
+ {
50
+ turnoverValue: 100000,
51
+ price: 99,
52
+ },
53
+ {
54
+ turnoverValue: 150000,
55
+ price: 109,
56
+ },
57
+ {
58
+ turnoverValue: 200000,
59
+ price: 129,
60
+ },
61
+ {
62
+ turnoverValue: 250000,
63
+ price: 149,
64
+ },
65
+ ],
66
+ vatRegimeMonthly: [
67
+ {
68
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
69
+ price: 0,
70
+ },
71
+ {
72
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
73
+ price: 20,
74
+ },
75
+ {
76
+ type: VatRegime_1.VatRegime.QUARTERLY,
77
+ price: 30,
78
+ },
79
+ {
80
+ type: VatRegime_1.VatRegime.MONTHLY,
81
+ price: 40,
82
+ },
83
+ ],
84
+ },
85
+ {
86
+ /* Compta Entreprise */
87
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_ENTREPRISE, PrestationType_1.PrestationType.COMPTA_ENTREPRISE_EXPRESS],
88
+ applicationCost: 14.9,
89
+ priceWithTaxesIncluded: false,
90
+ monthlyNbr: [
91
+ {
92
+ minimum: 0,
93
+ maximum: 4,
94
+ value: 6,
95
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
96
+ },
97
+ {
98
+ minimum: 5,
99
+ maximum: 9,
100
+ value: 9,
101
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
102
+ },
103
+ {
104
+ minimum: 12,
105
+ maximum: 16,
106
+ value: 16,
107
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
108
+ },
109
+ ],
110
+ turnoverMonthly: [
111
+ {
112
+ turnoverValue: 50000,
113
+ price: 99,
114
+ },
115
+ {
116
+ turnoverValue: 150000,
117
+ price: 129,
118
+ },
119
+ {
120
+ turnoverValue: 250000,
121
+ price: 169,
122
+ },
123
+ {
124
+ turnoverValue: 350000,
125
+ price: 209,
126
+ },
127
+ {
128
+ turnoverValue: 500000,
129
+ price: 239,
130
+ },
131
+ {
132
+ turnoverValue: 700000,
133
+ price: 279,
134
+ },
135
+ {
136
+ turnoverValue: 900000,
137
+ price: 329,
138
+ },
139
+ ],
140
+ vatRegimeMonthly: [
141
+ {
142
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
143
+ price: 0,
144
+ },
145
+ {
146
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
147
+ price: 20,
148
+ },
149
+ {
150
+ type: VatRegime_1.VatRegime.QUARTERLY,
151
+ price: 30,
152
+ },
153
+ {
154
+ type: VatRegime_1.VatRegime.MONTHLY,
155
+ price: 40,
156
+ },
157
+ ],
158
+ },
159
+ {
160
+ /* Compta SCI */
161
+ idPrestationList: [PrestationType_1.PrestationType.COMPTA_SCI, PrestationType_1.PrestationType.COMPTA_SCI_EXPRESS],
162
+ applicationCost: 9.9,
163
+ priceWithTaxesIncluded: false,
164
+ monthlyNbr: [
165
+ {
166
+ minimum: 0,
167
+ maximum: 4,
168
+ value: 6,
169
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
170
+ },
171
+ {
172
+ minimum: 5,
173
+ maximum: 9,
174
+ value: 9,
175
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
176
+ },
177
+ {
178
+ minimum: 12,
179
+ maximum: 16,
180
+ value: 16,
181
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
182
+ },
183
+ ],
184
+ properties: [
185
+ {
186
+ amount: 1,
187
+ price: 39,
188
+ },
189
+ {
190
+ amount: 2,
191
+ price: 49,
192
+ },
193
+ {
194
+ amount: 3,
195
+ price: 59,
196
+ },
197
+ {
198
+ amount: 4,
199
+ price: 69,
200
+ },
201
+ {
202
+ amount: 5,
203
+ price: 79,
204
+ },
205
+ {
206
+ amount: 6,
207
+ price: 89,
208
+ },
209
+ ],
210
+ vatRegimeMonthly: [
211
+ {
212
+ type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
213
+ price: 0,
214
+ },
215
+ {
216
+ type: VatRegime_1.VatRegime.SIMPLIFIED,
217
+ price: 20,
218
+ },
219
+ {
220
+ type: VatRegime_1.VatRegime.QUARTERLY,
221
+ price: 30,
222
+ },
223
+ {
224
+ type: VatRegime_1.VatRegime.MONTHLY,
225
+ price: 40,
226
+ },
227
+ ],
228
+ taxSystem: [
229
+ {
230
+ id: TaxSystem_1.TaxSystem.IR,
231
+ price: 0,
232
+ },
233
+ {
234
+ id: TaxSystem_1.TaxSystem.IS,
235
+ price: 15,
236
+ },
237
+ {
238
+ id: TaxSystem_1.TaxSystem.NA,
239
+ price: 0,
240
+ },
241
+ ],
242
+ },
243
+ {
244
+ /* Prévisionnel */
245
+ idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
246
+ applicationCost: 14.9,
247
+ priceWithTaxesIncluded: false,
248
+ turnoverCreatedYear: [
249
+ {
250
+ turnoverValue: 75000,
251
+ price: 199,
252
+ },
253
+ {
254
+ turnoverValue: 150000,
255
+ price: 299,
256
+ },
257
+ {
258
+ turnoverValue: 400000,
259
+ price: 399,
260
+ },
261
+ {
262
+ turnoverValue: 750000,
263
+ price: 579,
264
+ },
265
+ {
266
+ turnoverValue: 1000000,
267
+ price: 889,
268
+ },
269
+ ],
270
+ turnoverPastYear: [
271
+ {
272
+ turnoverValue: 75000,
273
+ price: 299,
274
+ },
275
+ {
276
+ turnoverValue: 150000,
277
+ price: 399,
278
+ },
279
+ {
280
+ turnoverValue: 400000,
281
+ price: 499,
282
+ },
283
+ {
284
+ turnoverValue: 750000,
285
+ price: 679,
286
+ },
287
+ {
288
+ turnoverValue: 1000000,
289
+ price: 989,
290
+ },
291
+ ],
292
+ },
293
+ {
294
+ /* Gestion Juridique */
295
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
296
+ applicationCost: 14.9,
297
+ priceWithTaxesIncluded: false,
298
+ partner: [
299
+ // {
300
+ // amountMinimum: 1,
301
+ // amountMaximum: 1,
302
+ // price: 249,
303
+ // },
304
+ // {
305
+ // amountMinimum: 2,
306
+ // amountMaximum: 4,
307
+ // price: 299,
308
+ // },
309
+ // {
310
+ // amountMinimum: 5,
311
+ // amountMaximum: 1000000,
312
+ // price: 399,
313
+ // },
314
+ {
315
+ amountMinimum: 1,
316
+ amountMaximum: 1000000,
317
+ price: 249,
318
+ },
319
+ ],
320
+ },
321
+ {
322
+ /* Social */
323
+ idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
324
+ applicationCost: 14.9,
325
+ priceWithTaxesIncluded: false,
326
+ employee: [
327
+ {
328
+ amountMinimum: 1,
329
+ amountMaximum: 1,
330
+ price: 33,
331
+ },
332
+ {
333
+ amountMinimum: 2,
334
+ amountMaximum: 10,
335
+ price: 30,
336
+ },
337
+ {
338
+ amountMinimum: 11,
339
+ amountMaximum: 1000000,
340
+ price: 25,
341
+ },
342
+ ],
343
+ },
344
+ {
345
+ /* Assurance Control Fiscal */
346
+ idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
347
+ applicationCost: 14.9,
348
+ priceWithTaxesIncluded: false,
349
+ exerciceNbr: [
350
+ // {
351
+ // minimum: 1,
352
+ // maximum: 2,
353
+ // price: 149,
354
+ // },
355
+ // {
356
+ // minimum: 3,
357
+ // maximum: 1000,
358
+ // price: 299,
359
+ // },
360
+ {
361
+ minimum: 1,
362
+ maximum: 1000,
363
+ price: 299,
364
+ },
365
+ ],
366
+ },
367
+ {
368
+ /* Compta Expertise */
369
+ idPrestationList: [PrestationType_1.PrestationType.EXPERTISE],
370
+ applicationCost: 0,
371
+ priceWithTaxesIncluded: false,
372
+ monthlyNbr: [],
373
+ turnoverMonthly: [
374
+ {
375
+ turnoverValue: 1000000000000,
376
+ price: 89,
377
+ },
378
+ ],
379
+ turnoverYearly: [
380
+ {
381
+ turnoverValue: 1000000000000,
382
+ price: 890,
383
+ },
384
+ ],
385
+ vatRegimeMonthly: [],
386
+ },
387
+ {
388
+ /* Compta Accompagnement */
389
+ idPrestationList: [PrestationType_1.PrestationType.SUPPORT],
390
+ applicationCost: 0,
391
+ priceWithTaxesIncluded: false,
392
+ monthlyNbr: [],
393
+ turnoverMonthly: [
394
+ {
395
+ turnoverValue: 1000000000000,
396
+ price: 139,
397
+ },
398
+ ],
399
+ turnoverYearly: [
400
+ {
401
+ turnoverValue: 1000000000000,
402
+ price: 1390,
403
+ },
404
+ ],
405
+ vatRegimeMonthly: [],
406
+ },
407
+ {
408
+ /* Compta Premium */
409
+ idPrestationList: [PrestationType_1.PrestationType.PREMIUM],
410
+ applicationCost: 0,
411
+ priceWithTaxesIncluded: false,
412
+ monthlyNbr: [],
413
+ turnoverMonthly: [
414
+ {
415
+ turnoverValue: 1000000000000,
416
+ price: 199,
417
+ },
418
+ ],
419
+ turnoverYearly: [
420
+ {
421
+ turnoverValue: 1000000000000,
422
+ price: 1990,
423
+ },
424
+ ],
425
+ vatRegimeMonthly: [],
426
+ },
427
+ {
428
+ /* Compta EI */
429
+ idPrestationList: [PrestationType_1.PrestationType.EI],
430
+ applicationCost: 0,
431
+ priceWithTaxesIncluded: false,
432
+ monthlyNbr: [],
433
+ turnoverMonthly: [
434
+ {
435
+ turnoverValue: 1000000000000,
436
+ price: 59,
437
+ },
438
+ ],
439
+ turnoverYearly: [
440
+ {
441
+ turnoverValue: 1000000000000,
442
+ price: 590,
443
+ },
444
+ ],
445
+ vatRegimeMonthly: [],
446
+ },
447
+ {
448
+ /* Compta Micro */
449
+ idPrestationList: [PrestationType_1.PrestationType.MICRO],
450
+ applicationCost: 0,
451
+ priceWithTaxesIncluded: false,
452
+ monthlyNbr: [],
453
+ turnoverMonthly: [
454
+ {
455
+ turnoverValue: 1000000000000,
456
+ price: 49,
457
+ },
458
+ ],
459
+ turnoverYearly: [
460
+ {
461
+ turnoverValue: 1000000000000,
462
+ price: 490,
463
+ },
464
+ ],
465
+ vatRegimeMonthly: [],
466
+ },
467
+ {
468
+ /* Compta Gestion Immo */
469
+ idPrestationList: [PrestationType_1.PrestationType.GESTION_IMMO],
470
+ applicationCost: 0,
471
+ priceWithTaxesIncluded: false,
472
+ monthlyNbr: [],
473
+ turnoverMonthly: [
474
+ {
475
+ turnoverValue: 1000000000000,
476
+ price: 59,
477
+ },
478
+ ],
479
+ turnoverYearly: [
480
+ {
481
+ turnoverValue: 1000000000000,
482
+ price: 590,
483
+ },
484
+ ],
485
+ vatRegimeMonthly: [],
486
+ },
487
+ ],
488
+ };
9
489
  exports.PriceGridClementine = [
10
- {
11
- /* Clementine */
12
- idTypeBrand: 1,
13
- price: [
14
- {
15
- /* Compta Pro */
16
- idPrestationList: [PrestationType_1.PrestationType.COMPTA_PRO, PrestationType_1.PrestationType.COMPTA_PRO_EXPRESS],
17
- applicationCost: 14.9,
18
- priceWithTaxesIncluded: false,
19
- monthlyNbr: [
20
- {
21
- minimum: 0,
22
- maximum: 4,
23
- value: 6,
24
- closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
25
- },
26
- {
27
- minimum: 5,
28
- maximum: 9,
29
- value: 9,
30
- closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
31
- },
32
- {
33
- minimum: 12,
34
- maximum: 16,
35
- value: 16,
36
- closingType: [ClosingType_1.ClosingType.OUTDATED],
37
- },
38
- ],
39
- turnoverMonthly: [
40
- {
41
- turnoverValue: 10000,
42
- price: 59,
43
- },
44
- {
45
- turnoverValue: 50000,
46
- price: 79,
47
- },
48
- {
49
- turnoverValue: 100000,
50
- price: 99,
51
- },
52
- {
53
- turnoverValue: 150000,
54
- price: 109,
55
- },
56
- {
57
- turnoverValue: 200000,
58
- price: 129,
59
- },
60
- {
61
- turnoverValue: 250000,
62
- price: 149,
63
- },
64
- ],
65
- vatRegimeMonthly: [
66
- {
67
- type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
68
- price: 0,
69
- },
70
- {
71
- type: VatRegime_1.VatRegime.SIMPLIFIED,
72
- price: 20,
73
- },
74
- {
75
- type: VatRegime_1.VatRegime.QUARTERLY,
76
- price: 30,
77
- },
78
- {
79
- type: VatRegime_1.VatRegime.MONTHLY,
80
- price: 40,
81
- },
82
- ],
83
- },
84
- {
85
- /* Compta Entreprise */
86
- idPrestationList: [PrestationType_1.PrestationType.COMPTA_ENTREPRISE, PrestationType_1.PrestationType.COMPTA_ENTREPRISE_EXPRESS],
87
- applicationCost: 14.9,
88
- priceWithTaxesIncluded: false,
89
- monthlyNbr: [
90
- {
91
- minimum: 0,
92
- maximum: 4,
93
- value: 6,
94
- closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
95
- },
96
- {
97
- minimum: 5,
98
- maximum: 9,
99
- value: 9,
100
- closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
101
- },
102
- {
103
- minimum: 12,
104
- maximum: 16,
105
- value: 16,
106
- closingType: [ClosingType_1.ClosingType.OUTDATED],
107
- },
108
- ],
109
- turnoverMonthly: [
110
- {
111
- turnoverValue: 50000,
112
- price: 99,
113
- },
114
- {
115
- turnoverValue: 150000,
116
- price: 129,
117
- },
118
- {
119
- turnoverValue: 250000,
120
- price: 169,
121
- },
122
- {
123
- turnoverValue: 350000,
124
- price: 209,
125
- },
126
- {
127
- turnoverValue: 500000,
128
- price: 239,
129
- },
130
- {
131
- turnoverValue: 700000,
132
- price: 279,
133
- },
134
- {
135
- turnoverValue: 900000,
136
- price: 329,
137
- },
138
- ],
139
- vatRegimeMonthly: [
140
- {
141
- type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
142
- price: 0,
143
- },
144
- {
145
- type: VatRegime_1.VatRegime.SIMPLIFIED,
146
- price: 20,
147
- },
148
- {
149
- type: VatRegime_1.VatRegime.QUARTERLY,
150
- price: 30,
151
- },
152
- {
153
- type: VatRegime_1.VatRegime.MONTHLY,
154
- price: 40,
155
- },
156
- ],
157
- },
158
- {
159
- /* Compta SCI */
160
- idPrestationList: [PrestationType_1.PrestationType.COMPTA_SCI, PrestationType_1.PrestationType.COMPTA_SCI_EXPRESS],
161
- applicationCost: 9.9,
162
- priceWithTaxesIncluded: false,
163
- monthlyNbr: [
164
- {
165
- minimum: 0,
166
- maximum: 4,
167
- value: 6,
168
- closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
169
- },
170
- {
171
- minimum: 5,
172
- maximum: 9,
173
- value: 9,
174
- closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
175
- },
176
- {
177
- minimum: 12,
178
- maximum: 16,
179
- value: 16,
180
- closingType: [ClosingType_1.ClosingType.OUTDATED],
181
- },
182
- ],
183
- properties: [
184
- {
185
- amount: 1,
186
- price: 39,
187
- },
188
- {
189
- amount: 2,
190
- price: 49,
191
- },
192
- {
193
- amount: 3,
194
- price: 59,
195
- },
196
- {
197
- amount: 4,
198
- price: 69,
199
- },
200
- {
201
- amount: 5,
202
- price: 79,
203
- },
204
- {
205
- amount: 6,
206
- price: 89,
207
- },
208
- ],
209
- vatRegimeMonthly: [
210
- {
211
- type: VatRegime_1.VatRegime.NOT_ATTRIBUTED,
212
- price: 0,
213
- },
214
- {
215
- type: VatRegime_1.VatRegime.SIMPLIFIED,
216
- price: 20,
217
- },
218
- {
219
- type: VatRegime_1.VatRegime.QUARTERLY,
220
- price: 30,
221
- },
222
- {
223
- type: VatRegime_1.VatRegime.MONTHLY,
224
- price: 40,
225
- },
226
- ],
227
- taxSystem: [
228
- {
229
- id: TaxSystem_1.TaxSystem.IR,
230
- price: 0,
231
- },
232
- {
233
- id: TaxSystem_1.TaxSystem.IS,
234
- price: 15,
235
- },
236
- {
237
- id: TaxSystem_1.TaxSystem.NA,
238
- price: 0,
239
- },
240
- ],
241
- },
242
- {
243
- /* Prévisionnel */
244
- idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
245
- applicationCost: 14.9,
246
- priceWithTaxesIncluded: false,
247
- turnoverCreatedYear: [
248
- {
249
- turnoverValue: 75000,
250
- price: 199,
251
- },
252
- {
253
- turnoverValue: 150000,
254
- price: 299,
255
- },
256
- {
257
- turnoverValue: 400000,
258
- price: 399,
259
- },
260
- {
261
- turnoverValue: 750000,
262
- price: 579,
263
- },
264
- {
265
- turnoverValue: 1000000,
266
- price: 889,
267
- },
268
- ],
269
- turnoverPastYear: [
270
- {
271
- turnoverValue: 75000,
272
- price: 299,
273
- },
274
- {
275
- turnoverValue: 150000,
276
- price: 399,
277
- },
278
- {
279
- turnoverValue: 400000,
280
- price: 499,
281
- },
282
- {
283
- turnoverValue: 750000,
284
- price: 679,
285
- },
286
- {
287
- turnoverValue: 1000000,
288
- price: 989,
289
- },
290
- ],
291
- },
292
- {
293
- /* Gestion Juridique */
294
- idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
295
- applicationCost: 14.9,
296
- priceWithTaxesIncluded: false,
297
- partner: [
298
- // {
299
- // amountMinimum: 1,
300
- // amountMaximum: 1,
301
- // price: 249,
302
- // },
303
- // {
304
- // amountMinimum: 2,
305
- // amountMaximum: 4,
306
- // price: 299,
307
- // },
308
- // {
309
- // amountMinimum: 5,
310
- // amountMaximum: 1000000,
311
- // price: 399,
312
- // },
313
- {
314
- amountMinimum: 1,
315
- amountMaximum: 1000000,
316
- price: 249,
317
- },
318
- ],
319
- },
320
- {
321
- /* Social */
322
- idPrestationList: [PrestationType_1.PrestationType.SOCIAL],
323
- applicationCost: 14.9,
324
- priceWithTaxesIncluded: false,
325
- employee: [
326
- {
327
- amountMinimum: 1,
328
- amountMaximum: 1,
329
- price: 33,
330
- },
331
- {
332
- amountMinimum: 2,
333
- amountMaximum: 10,
334
- price: 30,
335
- },
336
- {
337
- amountMinimum: 11,
338
- amountMaximum: 1000000,
339
- price: 25,
340
- },
341
- ],
342
- },
343
- {
344
- /* Assurance Control Fiscal */
345
- idPrestationList: [PrestationType_1.PrestationType.ASSURANCE_CONTROLE_FISCAL],
346
- applicationCost: 14.9,
347
- priceWithTaxesIncluded: false,
348
- exerciceNbr: [
349
- // {
350
- // minimum: 1,
351
- // maximum: 2,
352
- // price: 149,
353
- // },
354
- // {
355
- // minimum: 3,
356
- // maximum: 1000,
357
- // price: 299,
358
- // },
359
- {
360
- minimum: 1,
361
- maximum: 1000,
362
- price: 299,
363
- },
364
- ],
365
- },
366
- {
367
- /* Compta Expertise */
368
- idPrestationList: [PrestationType_1.PrestationType.EXPERTISE],
369
- applicationCost: 0,
370
- priceWithTaxesIncluded: false,
371
- monthlyNbr: [],
372
- turnoverMonthly: [
373
- {
374
- turnoverValue: 1000000000000,
375
- price: 89,
376
- },
377
- ],
378
- turnoverYearly: [
379
- {
380
- turnoverValue: 1000000000000,
381
- price: 890,
382
- },
383
- ],
384
- vatRegimeMonthly: [],
385
- },
386
- {
387
- /* Compta Accompagnement */
388
- idPrestationList: [PrestationType_1.PrestationType.SUPPORT],
389
- applicationCost: 0,
390
- priceWithTaxesIncluded: false,
391
- monthlyNbr: [],
392
- turnoverMonthly: [
393
- {
394
- turnoverValue: 1000000000000,
395
- price: 139,
396
- },
397
- ],
398
- turnoverYearly: [
399
- {
400
- turnoverValue: 1000000000000,
401
- price: 1390,
402
- },
403
- ],
404
- vatRegimeMonthly: [],
405
- },
406
- {
407
- /* Compta Premium */
408
- idPrestationList: [PrestationType_1.PrestationType.PREMIUM],
409
- applicationCost: 0,
410
- priceWithTaxesIncluded: false,
411
- monthlyNbr: [],
412
- turnoverMonthly: [
413
- {
414
- turnoverValue: 1000000000000,
415
- price: 199,
416
- },
417
- ],
418
- turnoverYearly: [
419
- {
420
- turnoverValue: 1000000000000,
421
- price: 1990,
422
- },
423
- ],
424
- vatRegimeMonthly: [],
425
- },
426
- {
427
- /* Compta EI */
428
- idPrestationList: [PrestationType_1.PrestationType.EI],
429
- applicationCost: 0,
430
- priceWithTaxesIncluded: false,
431
- monthlyNbr: [],
432
- turnoverMonthly: [
433
- {
434
- turnoverValue: 1000000000000,
435
- price: 59,
436
- },
437
- ],
438
- turnoverYearly: [
439
- {
440
- turnoverValue: 1000000000000,
441
- price: 590,
442
- },
443
- ],
444
- vatRegimeMonthly: [],
445
- },
446
- {
447
- /* Compta Micro */
448
- idPrestationList: [PrestationType_1.PrestationType.MICRO],
449
- applicationCost: 0,
450
- priceWithTaxesIncluded: false,
451
- monthlyNbr: [],
452
- turnoverMonthly: [
453
- {
454
- turnoverValue: 1000000000000,
455
- price: 49,
456
- },
457
- ],
458
- turnoverYearly: [
459
- {
460
- turnoverValue: 1000000000000,
461
- price: 490,
462
- },
463
- ],
464
- vatRegimeMonthly: [],
465
- },
466
- {
467
- /* Compta Gestion Immo */
468
- idPrestationList: [PrestationType_1.PrestationType.GESTION_IMMO],
469
- applicationCost: 0,
470
- priceWithTaxesIncluded: false,
471
- monthlyNbr: [],
472
- turnoverMonthly: [
473
- {
474
- turnoverValue: 1000000000000,
475
- price: 59,
476
- },
477
- ],
478
- turnoverYearly: [
479
- {
480
- turnoverValue: 1000000000000,
481
- price: 590,
482
- },
483
- ],
484
- vatRegimeMonthly: [],
485
- },
486
- ],
487
- },
490
+ Object.assign(Object.assign({}, mainPriceGrid), { idTypeBrand: 1 }),
488
491
  {
489
492
  /* Leglastart */
490
493
  idTypeBrand: 2,
@@ -716,5 +719,6 @@ exports.PriceGridClementine = [
716
719
  },
717
720
  ],
718
721
  },
722
+ Object.assign(Object.assign({}, mainPriceGrid), { idTypeBrand: 7 }),
719
723
  ];
720
724
  //# sourceMappingURL=PriceGridClementine.js.map