@silexpert/core 1.0.76 → 1.0.77
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.
- package/es/types/Enum/PrestationOption.d.ts +1 -1
- package/es/types/Enum/PrestationOption.js +5 -5
- package/es/types/Enum/PrestationOption.js.map +1 -1
- package/es/types/Enum/PrestationType.js +1 -1
- package/es/types/Enum/PrestationType.js.map +1 -1
- package/js/types/Enum/PrestationOption.js +5 -5
- package/js/types/Enum/PrestationOption.js.map +1 -1
- package/js/types/Enum/PrestationType.js +1 -1
- package/js/types/Enum/PrestationType.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/PrestationOption.ts +5 -5
- package/ts/types/Enum/PrestationType.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.77",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "js/index.js",
|
|
@@ -7,7 +7,7 @@ export const PrestationOption = {
|
|
|
7
7
|
description: 'Version supplémentaire établie demandée suite à des modifications du questionnaire',
|
|
8
8
|
price: 99,
|
|
9
9
|
brand: ['Clementine'],
|
|
10
|
-
prestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
10
|
+
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
|
|
11
11
|
},
|
|
12
12
|
BUSINESS_PLAN_OPTION_2: {
|
|
13
13
|
id: 2,
|
|
@@ -15,7 +15,7 @@ export const PrestationOption = {
|
|
|
15
15
|
description: 'Prévisionnel sur 60 mois',
|
|
16
16
|
price: 139,
|
|
17
17
|
brand: ['Clementine'],
|
|
18
|
-
prestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
18
|
+
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
|
|
19
19
|
},
|
|
20
20
|
BUSINESS_PLAN_OPTION_3: {
|
|
21
21
|
id: 3,
|
|
@@ -23,7 +23,7 @@ export const PrestationOption = {
|
|
|
23
23
|
description: 'Aide au choix du statut juridique, fiscal et social',
|
|
24
24
|
price: 99,
|
|
25
25
|
brand: ['Clementine'],
|
|
26
|
-
prestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
26
|
+
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
|
|
27
27
|
},
|
|
28
28
|
BUSINESS_PLAN_OPTION_4: {
|
|
29
29
|
id: 4,
|
|
@@ -31,7 +31,7 @@ export const PrestationOption = {
|
|
|
31
31
|
description: 'Prévisionnel express en 8 jours ouvrables après retour questionnaire rempli de 35 questions simples',
|
|
32
32
|
price: 99,
|
|
33
33
|
brand: ['Clementine'],
|
|
34
|
-
prestationList: [PrestationType.BILAN_PREVISIONNEL],
|
|
34
|
+
prestationList: [PrestationType.BILAN_PREVISIONNEL, PrestationType.CREATION_SOCIETE],
|
|
35
35
|
},
|
|
36
36
|
BUSINESS_PLAN_OPTION_1_POURCENTAGE: {
|
|
37
37
|
id: 5,
|
|
@@ -60,7 +60,7 @@ export const PrestationOption = {
|
|
|
60
60
|
CREATION_WITH_OPTION_SUPPORT: {
|
|
61
61
|
id: 8,
|
|
62
62
|
name: 'Avec accompagnement comptable',
|
|
63
|
-
description:
|
|
63
|
+
description: null,
|
|
64
64
|
price: 100,
|
|
65
65
|
brand: ['Clementine'],
|
|
66
66
|
prestationList: [PrestationType.CREATION_SOCIETE],
|