@silexpert/core 1.3.131-2 → 1.3.131-3
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/api/resources/BalanceSheetReport.d.ts +10 -0
- package/dist/cjs/api/resources/BalanceSheetReport.d.ts.map +1 -0
- package/dist/cjs/api/resources/BalanceSheetReport.js +23 -0
- package/dist/cjs/api/resources/BalanceSheetReport.js.map +1 -0
- package/dist/cjs/api/resources/Checklist.d.ts +28 -1
- package/dist/cjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/cjs/api/resources/Checklist.js +39 -0
- package/dist/cjs/api/resources/Checklist.js.map +1 -1
- package/dist/cjs/api/resources/DocumentRequest.d.ts +10 -0
- package/dist/cjs/api/resources/DocumentRequest.d.ts.map +1 -0
- package/dist/cjs/api/resources/DocumentRequest.js +23 -0
- package/dist/cjs/api/resources/DocumentRequest.js.map +1 -0
- package/dist/cjs/api/resources/Exercice.d.ts +1 -0
- package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/cjs/api/resources/Exercice.js +3 -0
- package/dist/cjs/api/resources/Exercice.js.map +1 -1
- package/dist/cjs/api/resources/Mfa.d.ts +3 -0
- package/dist/cjs/api/resources/Mfa.d.ts.map +1 -1
- package/dist/cjs/api/resources/Mfa.js +3 -0
- package/dist/cjs/api/resources/Mfa.js.map +1 -1
- package/dist/cjs/api/resources.d.ts +4 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +4 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/ChecklistType.d.ts +8 -1
- package/dist/cjs/types/Enum/ChecklistType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ChecklistType.js +8 -0
- package/dist/cjs/types/Enum/ChecklistType.js.map +1 -1
- package/dist/cjs/types/Enum/ConstitutionState.js +1 -1
- package/dist/cjs/types/Enum/ConstitutionState.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +31 -1
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +152 -5
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +8 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +162 -15
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/SalesContractBrandClementine.js +7 -7
- package/dist/cjs/types/Enum/SalesContractBrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/ZoneCode.d.ts +6 -0
- package/dist/cjs/types/Enum/ZoneCode.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ZoneCode.js +7 -0
- package/dist/cjs/types/Enum/ZoneCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.d.ts +40 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.js +207 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts +3 -0
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js +10 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Update.d.ts +11 -1
- package/dist/cjs/types/Interface/api/checklist/Update.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Update.js +49 -1
- package/dist/cjs/types/Interface/api/checklist/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts +10 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.js +46 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.js.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts +5 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.js +30 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.d.ts +2 -0
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js +9 -1
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +4 -2
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +6 -2
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts +7 -3
- package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/dist/cjs/types/Interface/models/IAttestation.d.ts +20 -18
- package/dist/cjs/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IAttestation.js.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklist.d.ts +2 -2
- package/dist/cjs/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklist.js.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklistDetail.d.ts +3 -3
- package/dist/cjs/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts +23 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.js +3 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.js.map +1 -0
- package/dist/cjs/types/Interface/models/IGedFile.d.ts +6 -1
- package/dist/cjs/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IGedFile.js.map +1 -1
- package/dist/cjs/types/index.d.ts +4 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +4 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/vat/utils.js +3 -3
- package/dist/cjs/utils/vat/utils.js.map +1 -1
- package/dist/cjs/utils/webmail.d.ts.map +1 -1
- package/dist/cjs/utils/webmail.js +4 -3
- package/dist/cjs/utils/webmail.js.map +1 -1
- package/dist/mjs/api/resources/BalanceSheetReport.d.ts +10 -0
- package/dist/mjs/api/resources/BalanceSheetReport.d.ts.map +1 -0
- package/dist/mjs/api/resources/BalanceSheetReport.js +22 -0
- package/dist/mjs/api/resources/BalanceSheetReport.js.map +1 -0
- package/dist/mjs/api/resources/Checklist.d.ts +28 -1
- package/dist/mjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/mjs/api/resources/Checklist.js +39 -0
- package/dist/mjs/api/resources/Checklist.js.map +1 -1
- package/dist/mjs/api/resources/DocumentRequest.d.ts +10 -0
- package/dist/mjs/api/resources/DocumentRequest.d.ts.map +1 -0
- package/dist/mjs/api/resources/DocumentRequest.js +27 -0
- package/dist/mjs/api/resources/DocumentRequest.js.map +1 -0
- package/dist/mjs/api/resources/Exercice.d.ts +1 -0
- package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/mjs/api/resources/Exercice.js +3 -0
- package/dist/mjs/api/resources/Exercice.js.map +1 -1
- package/dist/mjs/api/resources/Mfa.d.ts +3 -0
- package/dist/mjs/api/resources/Mfa.d.ts.map +1 -1
- package/dist/mjs/api/resources/Mfa.js +3 -0
- package/dist/mjs/api/resources/Mfa.js.map +1 -1
- package/dist/mjs/api/resources.d.ts +4 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +4 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/ChecklistType.d.ts +8 -1
- package/dist/mjs/types/Enum/ChecklistType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ChecklistType.js +8 -0
- package/dist/mjs/types/Enum/ChecklistType.js.map +1 -1
- package/dist/mjs/types/Enum/ConstitutionState.js +1 -1
- package/dist/mjs/types/Enum/ConstitutionState.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +31 -1
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +151 -4
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +8 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +162 -15
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/SalesContractBrandClementine.js +7 -7
- package/dist/mjs/types/Enum/SalesContractBrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/ZoneCode.d.ts +6 -0
- package/dist/mjs/types/Enum/ZoneCode.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ZoneCode.js +7 -0
- package/dist/mjs/types/Enum/ZoneCode.js.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.d.ts +40 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.js +200 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts +3 -0
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Query.js +9 -0
- package/dist/mjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Update.d.ts +11 -1
- package/dist/mjs/types/Interface/api/checklist/Update.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Update.js +57 -3
- package/dist/mjs/types/Interface/api/checklist/Update.js.map +1 -1
- package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts +10 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.js +47 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.js.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts +5 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.js +28 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.d.ts +2 -0
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.js +12 -2
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +4 -2
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js +9 -3
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts +7 -3
- package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/dist/mjs/types/Interface/models/IAttestation.d.ts +20 -18
- package/dist/mjs/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IAttestation.js.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklist.d.ts +2 -2
- package/dist/mjs/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklist.js.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklistDetail.d.ts +3 -3
- package/dist/mjs/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts +23 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.js +2 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.js.map +1 -0
- package/dist/mjs/types/Interface/models/IGedFile.d.ts +6 -1
- package/dist/mjs/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IGedFile.js.map +1 -1
- package/dist/mjs/types/index.d.ts +4 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +4 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/vat/utils.js +3 -3
- package/dist/mjs/utils/vat/utils.js.map +1 -1
- package/dist/mjs/utils/webmail.d.ts.map +1 -1
- package/dist/mjs/utils/webmail.js +4 -3
- package/dist/mjs/utils/webmail.js.map +1 -1
- package/package.json +14 -14
- package/ts/api/resources/BalanceSheetReport.ts +36 -0
- package/ts/api/resources/Checklist.ts +49 -0
- package/ts/api/resources/DocumentRequest.ts +32 -0
- package/ts/api/resources/Exercice.ts +4 -0
- package/ts/api/resources/Mfa.ts +4 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/ChecklistType.ts +9 -0
- package/ts/types/Enum/ConstitutionState.ts +1 -1
- package/ts/types/Enum/Ged.ts +345 -193
- package/ts/types/Enum/PrestationType.ts +162 -15
- package/ts/types/Enum/SalesContractBrandClementine.ts +7 -7
- package/ts/types/Enum/ZoneCode.ts +7 -0
- package/ts/types/Interface/api/balanceSheetReport/Query.ts +160 -0
- package/ts/types/Interface/api/checklist/Query.ts +7 -0
- package/ts/types/Interface/api/checklist/Update.ts +44 -3
- package/ts/types/Interface/api/documentRequest/Create.ts +28 -0
- package/ts/types/Interface/api/documentRequest/Query.ts +14 -0
- package/ts/types/Interface/api/gedFile/createFileAndGed.ts +7 -1
- package/ts/types/Interface/api/library/QueryLibrary.ts +4 -2
- package/ts/types/Interface/api/society/ReadSociety.ts +7 -3
- package/ts/types/Interface/models/IAttestation.ts +20 -18
- package/ts/types/Interface/models/IChecklist.ts +2 -2
- package/ts/types/Interface/models/IChecklistDetail.ts +3 -3
- package/ts/types/Interface/models/IDocumentRequest.ts +25 -0
- package/ts/types/Interface/models/IGedFile.ts +6 -1
- package/ts/types/index.ts +4 -0
- package/ts/utils/vat/utils.ts +3 -3
- package/ts/utils/webmail.ts +19 -16
|
@@ -193,6 +193,13 @@ var PrestationType;
|
|
|
193
193
|
PrestationType[PrestationType["MICRO"] = 237] = "MICRO";
|
|
194
194
|
PrestationType[PrestationType["GESTION_IMMO"] = 238] = "GESTION_IMMO";
|
|
195
195
|
PrestationType[PrestationType["TERMINATION_FEES"] = 239] = "TERMINATION_FEES";
|
|
196
|
+
PrestationType[PrestationType["REPORT_REMUNERATION"] = 240] = "REPORT_REMUNERATION";
|
|
197
|
+
PrestationType[PrestationType["REPORT_NON_REMUNERATION"] = 241] = "REPORT_NON_REMUNERATION";
|
|
198
|
+
PrestationType[PrestationType["REPORT_CA"] = 242] = "REPORT_CA";
|
|
199
|
+
PrestationType[PrestationType["REPORT_COMPTE_COURANT"] = 243] = "REPORT_COMPTE_COURANT";
|
|
200
|
+
PrestationType[PrestationType["REPORT_MASSE_SALARIALE"] = 244] = "REPORT_MASSE_SALARIALE";
|
|
201
|
+
PrestationType[PrestationType["REPORT_1"] = 245] = "REPORT_1";
|
|
202
|
+
PrestationType[PrestationType["REPORT_NON_REMUNERATION_RECURRENTE"] = 246] = "REPORT_NON_REMUNERATION_RECURRENTE";
|
|
196
203
|
})(PrestationType || (exports.PrestationType = PrestationType = {}));
|
|
197
204
|
exports.OWN_VAT_PRESTATIONS = [
|
|
198
205
|
PrestationType.VAT,
|
|
@@ -237,6 +244,13 @@ exports.allPrestations2025WithBrochure = [
|
|
|
237
244
|
PrestationType.SOCIAL,
|
|
238
245
|
PrestationType.GESTION_JURIDIQUE,
|
|
239
246
|
PrestationType.CONSULTING_HOUR,
|
|
247
|
+
PrestationType.ATTESTATION_REMUNERATION,
|
|
248
|
+
PrestationType.ATTESTATION_NON_REMUNERATION,
|
|
249
|
+
PrestationType.ATTESTATION_CA,
|
|
250
|
+
PrestationType.ATTESTATION_COMPTE_COURANT,
|
|
251
|
+
PrestationType.ATTESTATION_MASSE_SALARIALE,
|
|
252
|
+
PrestationType.ATTESTATION_1,
|
|
253
|
+
PrestationType.ATTESTATION_NON_REMUNERATION_RECURRENTE,
|
|
240
254
|
];
|
|
241
255
|
exports.ClementineSubscriptionAccountancyExpertPrestations = [
|
|
242
256
|
PrestationType.EXPERTISE,
|
|
@@ -1150,7 +1164,7 @@ exports.PrestationDetail = {
|
|
|
1150
1164
|
},
|
|
1151
1165
|
CESSION_ACTIONS: {
|
|
1152
1166
|
id: 51,
|
|
1153
|
-
name:
|
|
1167
|
+
name: 'Cession d\'actions',
|
|
1154
1168
|
isComptable: false,
|
|
1155
1169
|
isJuridique: true,
|
|
1156
1170
|
isSocial: false,
|
|
@@ -1207,7 +1221,7 @@ exports.PrestationDetail = {
|
|
|
1207
1221
|
},
|
|
1208
1222
|
MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL: {
|
|
1209
1223
|
id: 54,
|
|
1210
|
-
name:
|
|
1224
|
+
name: 'Modification d\'un dirigeant ou d\'un commissaire aux compte (SASU / EURL)',
|
|
1211
1225
|
isComptable: false,
|
|
1212
1226
|
isJuridique: true,
|
|
1213
1227
|
isSocial: false,
|
|
@@ -1359,7 +1373,7 @@ exports.PrestationDetail = {
|
|
|
1359
1373
|
},
|
|
1360
1374
|
MODIFICATION_OBJET_SOCIAL_EURL_SASU: {
|
|
1361
1375
|
id: 62,
|
|
1362
|
-
name:
|
|
1376
|
+
name: 'Modification de l\'objet social (EURL/SASU)',
|
|
1363
1377
|
isComptable: false,
|
|
1364
1378
|
isJuridique: true,
|
|
1365
1379
|
isSocial: false,
|
|
@@ -1701,7 +1715,7 @@ exports.PrestationDetail = {
|
|
|
1701
1715
|
},
|
|
1702
1716
|
CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE: {
|
|
1703
1717
|
id: 80,
|
|
1704
|
-
name:
|
|
1718
|
+
name: 'Création d\'un dossier informatique par salarié',
|
|
1705
1719
|
isComptable: false,
|
|
1706
1720
|
isJuridique: false,
|
|
1707
1721
|
isSocial: true,
|
|
@@ -1720,7 +1734,7 @@ exports.PrestationDetail = {
|
|
|
1720
1734
|
},
|
|
1721
1735
|
ETABLISSEMENT_CONTRAT_TRAVAIL: {
|
|
1722
1736
|
id: 81,
|
|
1723
|
-
name:
|
|
1737
|
+
name: 'Etablissement d\'un contrat de travail',
|
|
1724
1738
|
isComptable: false,
|
|
1725
1739
|
isJuridique: false,
|
|
1726
1740
|
isSocial: true,
|
|
@@ -1777,7 +1791,7 @@ exports.PrestationDetail = {
|
|
|
1777
1791
|
},
|
|
1778
1792
|
TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE: {
|
|
1779
1793
|
id: 84,
|
|
1780
|
-
name:
|
|
1794
|
+
name: 'Taxe d\'apprentissage et formation continue',
|
|
1781
1795
|
isComptable: false,
|
|
1782
1796
|
isJuridique: false,
|
|
1783
1797
|
isSocial: true,
|
|
@@ -2006,7 +2020,7 @@ exports.PrestationDetail = {
|
|
|
2006
2020
|
},
|
|
2007
2021
|
ATTESTATION_CA: {
|
|
2008
2022
|
id: 97,
|
|
2009
|
-
name:
|
|
2023
|
+
name: 'Attestation de chiffre d\'affaires',
|
|
2010
2024
|
isComptable: true,
|
|
2011
2025
|
isJuridique: false,
|
|
2012
2026
|
isSocial: false,
|
|
@@ -2044,7 +2058,7 @@ exports.PrestationDetail = {
|
|
|
2044
2058
|
},
|
|
2045
2059
|
MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS: {
|
|
2046
2060
|
id: 99,
|
|
2047
|
-
name:
|
|
2061
|
+
name: 'Mise à jour de l\'adresse personnelle du dirigeant sur le Kbis',
|
|
2048
2062
|
isComptable: false,
|
|
2049
2063
|
isJuridique: true,
|
|
2050
2064
|
isSocial: false,
|
|
@@ -2082,7 +2096,7 @@ exports.PrestationDetail = {
|
|
|
2082
2096
|
},
|
|
2083
2097
|
MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI: {
|
|
2084
2098
|
id: 103,
|
|
2085
|
-
name:
|
|
2099
|
+
name: 'Modification de l\'objet social (SARL/SAS/SCI)',
|
|
2086
2100
|
isComptable: false,
|
|
2087
2101
|
isJuridique: true,
|
|
2088
2102
|
isSocial: false,
|
|
@@ -2139,7 +2153,7 @@ exports.PrestationDetail = {
|
|
|
2139
2153
|
},
|
|
2140
2154
|
MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI: {
|
|
2141
2155
|
id: 106,
|
|
2142
|
-
name:
|
|
2156
|
+
name: 'Modification d’un dirigeant ou d\'un commissaire aux compte (SAS / SARL / SCI)',
|
|
2143
2157
|
isComptable: false,
|
|
2144
2158
|
isJuridique: true,
|
|
2145
2159
|
isSocial: false,
|
|
@@ -2709,7 +2723,7 @@ exports.PrestationDetail = {
|
|
|
2709
2723
|
},
|
|
2710
2724
|
CONTRAT_APPORT_EN_NATURE: {
|
|
2711
2725
|
id: 138,
|
|
2712
|
-
name:
|
|
2726
|
+
name: 'Contrat d\'apport en nature',
|
|
2713
2727
|
isComptable: false,
|
|
2714
2728
|
isJuridique: true,
|
|
2715
2729
|
isSocial: false,
|
|
@@ -3298,7 +3312,7 @@ exports.PrestationDetail = {
|
|
|
3298
3312
|
},
|
|
3299
3313
|
DECLARATION_IR: {
|
|
3300
3314
|
id: 206,
|
|
3301
|
-
name:
|
|
3315
|
+
name: 'Déclaration d\'IR',
|
|
3302
3316
|
isComptable: true,
|
|
3303
3317
|
isJuridique: false,
|
|
3304
3318
|
isSocial: false,
|
|
@@ -3412,7 +3426,7 @@ exports.PrestationDetail = {
|
|
|
3412
3426
|
},
|
|
3413
3427
|
STATUTS_FREE: {
|
|
3414
3428
|
id: PrestationType.STATUTS_FREE,
|
|
3415
|
-
name:
|
|
3429
|
+
name: 'Statuts - Just\' Statuts',
|
|
3416
3430
|
isComptable: true,
|
|
3417
3431
|
isJuridique: true,
|
|
3418
3432
|
isSocial: false,
|
|
@@ -3431,7 +3445,7 @@ exports.PrestationDetail = {
|
|
|
3431
3445
|
},
|
|
3432
3446
|
STATUTS_OPTION_1: {
|
|
3433
3447
|
id: PrestationType.STATUTS_OPTION_1,
|
|
3434
|
-
name:
|
|
3448
|
+
name: 'Statuts - Just\' Création',
|
|
3435
3449
|
isComptable: true,
|
|
3436
3450
|
isJuridique: true,
|
|
3437
3451
|
isSocial: false,
|
|
@@ -3450,7 +3464,7 @@ exports.PrestationDetail = {
|
|
|
3450
3464
|
},
|
|
3451
3465
|
STATUTS_OPTION_2: {
|
|
3452
3466
|
id: PrestationType.STATUTS_OPTION_2,
|
|
3453
|
-
name:
|
|
3467
|
+
name: 'Statuts - Full\'Créa',
|
|
3454
3468
|
isComptable: true,
|
|
3455
3469
|
isJuridique: true,
|
|
3456
3470
|
isSocial: false,
|
|
@@ -3888,6 +3902,139 @@ exports.PrestationDetail = {
|
|
|
3888
3902
|
signaturePage: null,
|
|
3889
3903
|
point: 0,
|
|
3890
3904
|
},
|
|
3905
|
+
REPORT_REMUNERATION: {
|
|
3906
|
+
id: PrestationType.REPORT_REMUNERATION,
|
|
3907
|
+
name: 'Rapport de rémunération',
|
|
3908
|
+
isComptable: true,
|
|
3909
|
+
isJuridique: false,
|
|
3910
|
+
isSocial: false,
|
|
3911
|
+
isAttestation: true,
|
|
3912
|
+
inAverageCart: false,
|
|
3913
|
+
isBack: false,
|
|
3914
|
+
minimumPrice: null,
|
|
3915
|
+
price: null,
|
|
3916
|
+
isCatalog: true,
|
|
3917
|
+
isPlannable: true,
|
|
3918
|
+
hidden: false,
|
|
3919
|
+
isComplementary: false,
|
|
3920
|
+
signaturePosition: null,
|
|
3921
|
+
signaturePage: null,
|
|
3922
|
+
point: 50,
|
|
3923
|
+
},
|
|
3924
|
+
REPORT_NON_REMUNERATION: {
|
|
3925
|
+
id: PrestationType.REPORT_NON_REMUNERATION,
|
|
3926
|
+
name: 'Rapport de non-rémunération',
|
|
3927
|
+
isComptable: true,
|
|
3928
|
+
isJuridique: false,
|
|
3929
|
+
isSocial: false,
|
|
3930
|
+
isAttestation: true,
|
|
3931
|
+
inAverageCart: false,
|
|
3932
|
+
isBack: false,
|
|
3933
|
+
minimumPrice: null,
|
|
3934
|
+
price: null,
|
|
3935
|
+
isCatalog: true,
|
|
3936
|
+
isPlannable: true,
|
|
3937
|
+
hidden: false,
|
|
3938
|
+
isComplementary: false,
|
|
3939
|
+
signaturePosition: null,
|
|
3940
|
+
signaturePage: null,
|
|
3941
|
+
point: 50,
|
|
3942
|
+
},
|
|
3943
|
+
REPORT_CA: {
|
|
3944
|
+
id: PrestationType.REPORT_CA,
|
|
3945
|
+
name: "Rapport de chiffre d'affaires",
|
|
3946
|
+
isComptable: true,
|
|
3947
|
+
isJuridique: false,
|
|
3948
|
+
isSocial: false,
|
|
3949
|
+
isAttestation: true,
|
|
3950
|
+
inAverageCart: false,
|
|
3951
|
+
isBack: false,
|
|
3952
|
+
minimumPrice: null,
|
|
3953
|
+
price: null,
|
|
3954
|
+
isCatalog: true,
|
|
3955
|
+
isPlannable: true,
|
|
3956
|
+
hidden: false,
|
|
3957
|
+
isComplementary: false,
|
|
3958
|
+
signaturePosition: null,
|
|
3959
|
+
signaturePage: null,
|
|
3960
|
+
point: 50,
|
|
3961
|
+
},
|
|
3962
|
+
REPORT_COMPTE_COURANT: {
|
|
3963
|
+
id: PrestationType.REPORT_COMPTE_COURANT,
|
|
3964
|
+
name: 'Rapport de compte-courant',
|
|
3965
|
+
isComptable: true,
|
|
3966
|
+
isJuridique: false,
|
|
3967
|
+
isSocial: false,
|
|
3968
|
+
isAttestation: true,
|
|
3969
|
+
inAverageCart: false,
|
|
3970
|
+
isBack: false,
|
|
3971
|
+
minimumPrice: null,
|
|
3972
|
+
price: null,
|
|
3973
|
+
isCatalog: true,
|
|
3974
|
+
isPlannable: true,
|
|
3975
|
+
hidden: false,
|
|
3976
|
+
isComplementary: false,
|
|
3977
|
+
signaturePosition: null,
|
|
3978
|
+
signaturePage: null,
|
|
3979
|
+
point: 50,
|
|
3980
|
+
},
|
|
3981
|
+
REPORT_MASSE_SALARIALE: {
|
|
3982
|
+
id: PrestationType.REPORT_MASSE_SALARIALE,
|
|
3983
|
+
name: 'Rapport de masse salariale',
|
|
3984
|
+
isComptable: true,
|
|
3985
|
+
isJuridique: false,
|
|
3986
|
+
isSocial: false,
|
|
3987
|
+
isAttestation: true,
|
|
3988
|
+
inAverageCart: false,
|
|
3989
|
+
isBack: false,
|
|
3990
|
+
minimumPrice: null,
|
|
3991
|
+
price: null,
|
|
3992
|
+
isCatalog: true,
|
|
3993
|
+
isPlannable: true,
|
|
3994
|
+
hidden: false,
|
|
3995
|
+
isComplementary: false,
|
|
3996
|
+
signaturePosition: null,
|
|
3997
|
+
signaturePage: null,
|
|
3998
|
+
point: 50,
|
|
3999
|
+
},
|
|
4000
|
+
REPORT_1: {
|
|
4001
|
+
id: PrestationType.REPORT_1,
|
|
4002
|
+
name: 'Rapport',
|
|
4003
|
+
isComptable: true,
|
|
4004
|
+
isJuridique: false,
|
|
4005
|
+
isSocial: false,
|
|
4006
|
+
isAttestation: true,
|
|
4007
|
+
inAverageCart: false,
|
|
4008
|
+
isBack: false,
|
|
4009
|
+
minimumPrice: null,
|
|
4010
|
+
price: null,
|
|
4011
|
+
isCatalog: true,
|
|
4012
|
+
isPlannable: true,
|
|
4013
|
+
hidden: false,
|
|
4014
|
+
isComplementary: false,
|
|
4015
|
+
signaturePosition: null,
|
|
4016
|
+
signaturePage: null,
|
|
4017
|
+
point: 50,
|
|
4018
|
+
},
|
|
4019
|
+
REPORT_NON_REMUNERATION_RECURRENTE: {
|
|
4020
|
+
id: PrestationType.REPORT_NON_REMUNERATION_RECURRENTE,
|
|
4021
|
+
name: 'Rapport non remunération recurrente',
|
|
4022
|
+
isComptable: true,
|
|
4023
|
+
isJuridique: false,
|
|
4024
|
+
isSocial: false,
|
|
4025
|
+
isAttestation: true,
|
|
4026
|
+
inAverageCart: false,
|
|
4027
|
+
isBack: false,
|
|
4028
|
+
minimumPrice: null,
|
|
4029
|
+
price: null,
|
|
4030
|
+
isCatalog: true,
|
|
4031
|
+
isPlannable: true,
|
|
4032
|
+
hidden: false,
|
|
4033
|
+
isComplementary: false,
|
|
4034
|
+
signaturePosition: null,
|
|
4035
|
+
signaturePage: null,
|
|
4036
|
+
point: 50,
|
|
4037
|
+
},
|
|
3891
4038
|
};
|
|
3892
4039
|
exports.PrestationPermissions = [
|
|
3893
4040
|
{
|