@silexpert/core 1.1.184 → 1.1.185
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/dist/cjs/types/Enum/PrestationType.js +3 -3
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/utils/prestation.js +1 -1
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +3 -3
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/utils/prestation.js +1 -1
- package/dist/mjs/utils/prestation.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/PrestationType.ts +3 -3
- package/ts/utils/prestation.ts +1 -1
|
@@ -3332,7 +3332,7 @@ exports.PrestationDetail = {
|
|
|
3332
3332
|
},
|
|
3333
3333
|
STATUTS_FREE: {
|
|
3334
3334
|
id: PrestationType.STATUTS_FREE,
|
|
3335
|
-
name: 'Statuts -
|
|
3335
|
+
name: 'Statuts - Just\' Statuts',
|
|
3336
3336
|
isComptable: true,
|
|
3337
3337
|
isJuridique: true,
|
|
3338
3338
|
isSocial: false,
|
|
@@ -3351,7 +3351,7 @@ exports.PrestationDetail = {
|
|
|
3351
3351
|
},
|
|
3352
3352
|
STATUTS_OPTION_1: {
|
|
3353
3353
|
id: PrestationType.STATUTS_OPTION_1,
|
|
3354
|
-
name: 'Statuts -
|
|
3354
|
+
name: 'Statuts - Just\' Création',
|
|
3355
3355
|
isComptable: true,
|
|
3356
3356
|
isJuridique: true,
|
|
3357
3357
|
isSocial: false,
|
|
@@ -3389,7 +3389,7 @@ exports.PrestationDetail = {
|
|
|
3389
3389
|
},
|
|
3390
3390
|
STATUTS_OPTION_AE: {
|
|
3391
3391
|
id: PrestationType.STATUTS_OPTION_AE,
|
|
3392
|
-
name: 'Statuts -
|
|
3392
|
+
name: 'Statuts - Créa EI et Micro',
|
|
3393
3393
|
isComptable: true,
|
|
3394
3394
|
isJuridique: true,
|
|
3395
3395
|
isSocial: false,
|