@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.
- package/es/types/Enum/Country.d.ts +4 -2
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +9 -5
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/GeneralThirdParty.js +15 -15
- package/es/types/Enum/GeneralThirdParty.js.map +1 -1
- package/es/types/Enum/MailAuto.d.ts +5 -1
- package/es/types/Enum/MailAuto.d.ts.map +1 -1
- package/es/types/Enum/MailAuto.js +4 -0
- package/es/types/Enum/MailAuto.js.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -1
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +14 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/es/types/Interface/api/stripe/QueryStripe.d.ts +2 -2
- package/es/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
- package/es/types/Interface/api/stripe/QueryStripe.js +20 -1
- package/es/types/Interface/api/stripe/QueryStripe.js.map +1 -1
- package/es/types/Interface/models/IAbsenceRequest.d.ts +1 -0
- package/es/types/Interface/models/IAbsenceRequest.d.ts.map +1 -1
- package/es/types/Interface/models/IAbsenceRequest.js.map +1 -1
- package/es/utils/brands.js +1 -1
- package/es/utils/brands.js.map +1 -1
- package/es/utils/vat/3310/century23.js +1 -1
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/es/utils/vat/3517/century23.js +1 -1
- package/es/utils/vat/3517/century23.js.map +1 -1
- package/js/types/Enum/Country.js +14 -5
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/GeneralThirdParty.js +15 -15
- package/js/types/Enum/GeneralThirdParty.js.map +1 -1
- package/js/types/Enum/MailAuto.js +4 -0
- package/js/types/Enum/MailAuto.js.map +1 -1
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +13 -0
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -1
- package/js/types/Interface/api/stripe/QueryStripe.js +16 -0
- package/js/types/Interface/api/stripe/QueryStripe.js.map +1 -1
- package/js/types/Interface/models/IAbsenceRequest.js.map +1 -1
- package/js/utils/brands.js +2 -1
- package/js/utils/brands.js.map +1 -1
- package/js/utils/vat/3310/century23.js +1 -1
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/js/utils/vat/3517/century23.js +1 -1
- package/js/utils/vat/3517/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/Country.ts +9 -5
- package/ts/types/Enum/GeneralThirdParty.ts +15 -15
- package/ts/types/Enum/MailAuto.ts +4 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +2 -1
- package/ts/types/Interface/api/stripe/QueryStripe.ts +7 -2
- package/ts/types/Interface/models/IAbsenceRequest.ts +1 -0
- package/ts/utils/brands.ts +1 -1
- package/ts/utils/vat/3310/century23.ts +1 -1
- 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: {
|