@silexpert/core 1.1.173 → 1.1.174
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/Survey.js +2 -2
- package/dist/cjs/api/resources/Survey.js.map +1 -1
- package/dist/cjs/api/resources.d.ts +0 -2
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +0 -2
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/BrandClementine.js +11 -11
- package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationOption.js +4 -4
- package/dist/cjs/types/Enum/PrestationOption.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +1 -2
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +0 -19
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Interface/models/IRegulate.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IRegulate.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IRegulate.js.map +1 -1
- package/dist/mjs/api/resources/Survey.js +2 -2
- package/dist/mjs/api/resources/Survey.js.map +1 -1
- package/dist/mjs/api/resources.d.ts +0 -2
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +0 -2
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.js +11 -11
- package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationOption.js +4 -4
- package/dist/mjs/types/Enum/PrestationOption.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +1 -2
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +0 -19
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Interface/models/IRegulate.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IRegulate.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IRegulate.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Survey.ts +2 -2
- package/ts/api/resources.ts +0 -2
- package/ts/types/Enum/BrandClementine.ts +11 -11
- package/ts/types/Enum/PrestationOption.ts +4 -4
- package/ts/types/Enum/PrestationType.ts +0 -19
- package/ts/types/Interface/models/IRegulate.ts +1 -0
- package/dist/cjs/api/resources/Country.d.ts +0 -7
- package/dist/cjs/api/resources/Country.d.ts.map +0 -1
- package/dist/cjs/api/resources/Country.js +0 -14
- package/dist/cjs/api/resources/Country.js.map +0 -1
- package/dist/mjs/api/resources/Country.d.ts +0 -7
- package/dist/mjs/api/resources/Country.d.ts.map +0 -1
- package/dist/mjs/api/resources/Country.js +0 -10
- package/dist/mjs/api/resources/Country.js.map +0 -1
- package/ts/api/resources/Country.ts +0 -12
|
@@ -178,7 +178,6 @@ var PrestationType;
|
|
|
178
178
|
PrestationType[PrestationType["COMPTA_MICRO_KLEMS_EXPRESS"] = 219] = "COMPTA_MICRO_KLEMS_EXPRESS";
|
|
179
179
|
PrestationType[PrestationType["COMPTA_EI_KLEMS_EXPRESS"] = 220] = "COMPTA_EI_KLEMS_EXPRESS";
|
|
180
180
|
PrestationType[PrestationType["COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS"] = 221] = "COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS";
|
|
181
|
-
PrestationType[PrestationType["BILAN_PREVISIONNEL_KLEMS"] = 222] = "BILAN_PREVISIONNEL_KLEMS";
|
|
182
181
|
})(PrestationType = exports.PrestationType || (exports.PrestationType = {}));
|
|
183
182
|
// Liste des prestations avec une lettre de mission à signer
|
|
184
183
|
exports.allPrestationsWithBrochure = [
|
|
@@ -3346,23 +3345,5 @@ exports.PrestationDetail = {
|
|
|
3346
3345
|
signaturePage: null,
|
|
3347
3346
|
point: 200,
|
|
3348
3347
|
},
|
|
3349
|
-
BILAN_PREVISIONNEL_KLEMS: {
|
|
3350
|
-
id: PrestationType.BILAN_PREVISIONNEL_KLEMS,
|
|
3351
|
-
name: 'Bilan prévisionnel Klems',
|
|
3352
|
-
isComptable: true,
|
|
3353
|
-
isJuridique: false,
|
|
3354
|
-
isSocial: false,
|
|
3355
|
-
isAttestation: false,
|
|
3356
|
-
inAverageCart: true,
|
|
3357
|
-
isBack: false,
|
|
3358
|
-
minimumPrice: null,
|
|
3359
|
-
price: 239,
|
|
3360
|
-
isCatalog: true,
|
|
3361
|
-
hidden: false,
|
|
3362
|
-
isComplementary: false,
|
|
3363
|
-
signaturePosition: '400,54,569,90',
|
|
3364
|
-
signaturePage: 5,
|
|
3365
|
-
point: 0,
|
|
3366
|
-
},
|
|
3367
3348
|
};
|
|
3368
3349
|
//# sourceMappingURL=PrestationType.js.map
|