@silexpert/core 1.1.69 → 1.1.71

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 (53) hide show
  1. package/es/types/Enum/Country.d.ts +4 -2
  2. package/es/types/Enum/Country.d.ts.map +1 -1
  3. package/es/types/Enum/Country.js +9 -5
  4. package/es/types/Enum/Country.js.map +1 -1
  5. package/es/types/Enum/GeneralThirdParty.js +15 -15
  6. package/es/types/Enum/GeneralThirdParty.js.map +1 -1
  7. package/es/types/Enum/MailAuto.d.ts +5 -1
  8. package/es/types/Enum/MailAuto.d.ts.map +1 -1
  9. package/es/types/Enum/MailAuto.js +4 -0
  10. package/es/types/Enum/MailAuto.js.map +1 -1
  11. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -1
  12. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +14 -0
  13. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
  14. package/es/types/Interface/api/stripe/QueryStripe.d.ts +2 -2
  15. package/es/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
  16. package/es/types/Interface/api/stripe/QueryStripe.js +20 -1
  17. package/es/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  18. package/es/types/Interface/models/IAbsenceRequest.d.ts +1 -0
  19. package/es/types/Interface/models/IAbsenceRequest.d.ts.map +1 -1
  20. package/es/types/Interface/models/IAbsenceRequest.js.map +1 -1
  21. package/es/utils/brands.js +1 -1
  22. package/es/utils/brands.js.map +1 -1
  23. package/es/utils/vat/3310/century23.js +1 -1
  24. package/es/utils/vat/3310/century23.js.map +1 -1
  25. package/es/utils/vat/3517/century23.js +1 -1
  26. package/es/utils/vat/3517/century23.js.map +1 -1
  27. package/js/types/Enum/Country.js +14 -5
  28. package/js/types/Enum/Country.js.map +1 -1
  29. package/js/types/Enum/GeneralThirdParty.js +15 -15
  30. package/js/types/Enum/GeneralThirdParty.js.map +1 -1
  31. package/js/types/Enum/MailAuto.js +4 -0
  32. package/js/types/Enum/MailAuto.js.map +1 -1
  33. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +13 -0
  34. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
  35. package/js/types/Interface/api/stripe/QueryStripe.js +16 -0
  36. package/js/types/Interface/api/stripe/QueryStripe.js.map +1 -1
  37. package/js/types/Interface/models/IAbsenceRequest.js.map +1 -1
  38. package/js/utils/brands.js +2 -1
  39. package/js/utils/brands.js.map +1 -1
  40. package/js/utils/vat/3310/century23.js +1 -1
  41. package/js/utils/vat/3310/century23.js.map +1 -1
  42. package/js/utils/vat/3517/century23.js +1 -1
  43. package/js/utils/vat/3517/century23.js.map +1 -1
  44. package/package.json +1 -1
  45. package/ts/types/Enum/Country.ts +9 -5
  46. package/ts/types/Enum/GeneralThirdParty.ts +15 -15
  47. package/ts/types/Enum/MailAuto.ts +4 -0
  48. package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +2 -1
  49. package/ts/types/Interface/api/stripe/QueryStripe.ts +7 -2
  50. package/ts/types/Interface/models/IAbsenceRequest.ts +1 -0
  51. package/ts/utils/brands.ts +1 -1
  52. package/ts/utils/vat/3310/century23.ts +1 -1
  53. package/ts/utils/vat/3517/century23.ts +1 -1
@@ -85,7 +85,7 @@ function getCerfa3517Century23Payload(accountingEntries, payload) {
85
85
  },
86
86
  siret: {
87
87
  first: (0, _classValidator.isDefined)(payload.society.siret) ? (_z = (_y = payload.society.siret) === null || _y === void 0 ? void 0 : _y.slice(0, 9)) !== null && _z !== void 0 ? _z : null : null,
88
- second: (0, _classValidator.isDefined)(payload.society.siret) ? (_1 = (_0 = payload.society.siret) === null || _0 === void 0 ? void 0 : _0.slice(5)) !== null && _1 !== void 0 ? _1 : null : null
88
+ second: (0, _classValidator.isDefined)(payload.society.siret) ? (_1 = (_0 = payload.society.siret) === null || _0 === void 0 ? void 0 : _0.slice(-5)) !== null && _1 !== void 0 ? _1 : null : null
89
89
  }
90
90
  },
91
91
  payment: {