@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.
Files changed (50) hide show
  1. package/dist/cjs/api/resources/Survey.js +2 -2
  2. package/dist/cjs/api/resources/Survey.js.map +1 -1
  3. package/dist/cjs/api/resources.d.ts +0 -2
  4. package/dist/cjs/api/resources.d.ts.map +1 -1
  5. package/dist/cjs/api/resources.js +0 -2
  6. package/dist/cjs/api/resources.js.map +1 -1
  7. package/dist/cjs/types/Enum/BrandClementine.js +11 -11
  8. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  9. package/dist/cjs/types/Enum/PrestationOption.js +4 -4
  10. package/dist/cjs/types/Enum/PrestationOption.js.map +1 -1
  11. package/dist/cjs/types/Enum/PrestationType.d.ts +1 -2
  12. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  13. package/dist/cjs/types/Enum/PrestationType.js +0 -19
  14. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  15. package/dist/cjs/types/Interface/models/IRegulate.d.ts +1 -0
  16. package/dist/cjs/types/Interface/models/IRegulate.d.ts.map +1 -1
  17. package/dist/cjs/types/Interface/models/IRegulate.js.map +1 -1
  18. package/dist/mjs/api/resources/Survey.js +2 -2
  19. package/dist/mjs/api/resources/Survey.js.map +1 -1
  20. package/dist/mjs/api/resources.d.ts +0 -2
  21. package/dist/mjs/api/resources.d.ts.map +1 -1
  22. package/dist/mjs/api/resources.js +0 -2
  23. package/dist/mjs/api/resources.js.map +1 -1
  24. package/dist/mjs/types/Enum/BrandClementine.js +11 -11
  25. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  26. package/dist/mjs/types/Enum/PrestationOption.js +4 -4
  27. package/dist/mjs/types/Enum/PrestationOption.js.map +1 -1
  28. package/dist/mjs/types/Enum/PrestationType.d.ts +1 -2
  29. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  30. package/dist/mjs/types/Enum/PrestationType.js +0 -19
  31. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  32. package/dist/mjs/types/Interface/models/IRegulate.d.ts +1 -0
  33. package/dist/mjs/types/Interface/models/IRegulate.d.ts.map +1 -1
  34. package/dist/mjs/types/Interface/models/IRegulate.js.map +1 -1
  35. package/package.json +1 -1
  36. package/ts/api/resources/Survey.ts +2 -2
  37. package/ts/api/resources.ts +0 -2
  38. package/ts/types/Enum/BrandClementine.ts +11 -11
  39. package/ts/types/Enum/PrestationOption.ts +4 -4
  40. package/ts/types/Enum/PrestationType.ts +0 -19
  41. package/ts/types/Interface/models/IRegulate.ts +1 -0
  42. package/dist/cjs/api/resources/Country.d.ts +0 -7
  43. package/dist/cjs/api/resources/Country.d.ts.map +0 -1
  44. package/dist/cjs/api/resources/Country.js +0 -14
  45. package/dist/cjs/api/resources/Country.js.map +0 -1
  46. package/dist/mjs/api/resources/Country.d.ts +0 -7
  47. package/dist/mjs/api/resources/Country.d.ts.map +0 -1
  48. package/dist/mjs/api/resources/Country.js +0 -10
  49. package/dist/mjs/api/resources/Country.js.map +0 -1
  50. 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