@silexpert/core 1.1.93 → 1.1.96
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/api/resources/Payment.d.ts +2 -1
- package/es/api/resources/Payment.d.ts.map +1 -1
- package/es/api/resources/Payment.js +3 -0
- package/es/api/resources/Payment.js.map +1 -1
- package/es/api/resources/Stripe.d.ts +3 -1
- package/es/api/resources/Stripe.d.ts.map +1 -1
- package/es/api/resources/Stripe.js +8 -2
- package/es/api/resources/Stripe.js.map +1 -1
- package/es/types/Enum/Account.d.ts +12 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +12 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/ConnectorType.d.ts +2 -1
- package/es/types/Enum/ConnectorType.d.ts.map +1 -1
- package/es/types/Enum/ConnectorType.js +1 -0
- package/es/types/Enum/ConnectorType.js.map +1 -1
- package/es/types/Enum/Country.d.ts +1 -1
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +3 -3
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/Currency.d.ts +11 -1
- package/es/types/Enum/Currency.d.ts.map +1 -1
- package/es/types/Enum/Currency.js +10 -0
- package/es/types/Enum/Currency.js.map +1 -1
- package/es/types/Enum/GeneralThirdParty.d.ts +1 -0
- package/es/types/Enum/GeneralThirdParty.d.ts.map +1 -1
- package/es/types/Enum/GeneralThirdParty.js +4804 -624
- package/es/types/Enum/GeneralThirdParty.js.map +1 -1
- package/es/types/Enum/TypeBankConnection.d.ts +1 -0
- package/es/types/Enum/TypeBankConnection.d.ts.map +1 -1
- package/es/types/Enum/TypeBankConnection.js +1 -0
- package/es/types/Enum/TypeBankConnection.js.map +1 -1
- package/es/types/Interface/api/inpi/inpi.d.ts +496 -0
- package/es/types/Interface/api/inpi/inpi.d.ts.map +1 -0
- package/es/types/Interface/api/inpi/inpi.js +2 -0
- package/es/types/Interface/api/inpi/inpi.js.map +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -1
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/es/types/Interface/api/payment/CreateNotifyCustomer.d.ts +5 -0
- package/es/types/Interface/api/payment/CreateNotifyCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/payment/CreateNotifyCustomer.js +26 -0
- package/es/types/Interface/api/payment/CreateNotifyCustomer.js.map +1 -0
- package/es/types/Interface/api/payment/ReadPayment.d.ts +6 -0
- package/es/types/Interface/api/payment/ReadPayment.d.ts.map +1 -0
- package/es/types/Interface/api/payment/ReadPayment.js +2 -0
- package/es/types/Interface/api/payment/ReadPayment.js.map +1 -0
- package/es/types/Interface/api/user/CreateUser.d.ts +0 -1
- package/es/types/Interface/api/user/CreateUser.d.ts.map +1 -1
- package/es/types/Interface/api/user/CreateUser.js +0 -9
- package/es/types/Interface/api/user/CreateUser.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +1 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +2 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/INafCode.d.ts +3 -0
- package/es/types/Interface/models/INafCode.d.ts.map +1 -1
- package/es/types/Interface/models/INafCode.js.map +1 -1
- package/es/types/index.d.ts +4 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +4 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/payment.d.ts +18 -0
- package/es/utils/payment.d.ts.map +1 -0
- package/es/utils/payment.js +32 -0
- package/es/utils/payment.js.map +1 -0
- package/js/api/resources/Payment.js +3 -0
- package/js/api/resources/Payment.js.map +1 -1
- package/js/api/resources/Stripe.js +10 -2
- package/js/api/resources/Stripe.js.map +1 -1
- package/js/types/Enum/Account.js +12 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/ConnectorType.js +1 -0
- package/js/types/Enum/ConnectorType.js.map +1 -1
- package/js/types/Enum/Country.js +3 -3
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/Currency.js +10 -0
- package/js/types/Enum/Currency.js.map +1 -1
- package/js/types/Enum/GeneralThirdParty.js +18245 -901
- package/js/types/Enum/GeneralThirdParty.js.map +1 -1
- package/js/types/Enum/TypeBankConnection.js +1 -0
- package/js/types/Enum/TypeBankConnection.js.map +1 -1
- package/js/types/Interface/api/inpi/inpi.js +6 -0
- package/js/types/Interface/api/inpi/inpi.js.map +1 -0
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
- package/js/types/Interface/api/payment/CreateNotifyCustomer.js +23 -0
- package/js/types/Interface/api/payment/CreateNotifyCustomer.js.map +1 -0
- package/js/types/Interface/api/payment/ReadPayment.js +6 -0
- package/js/types/Interface/api/payment/ReadPayment.js.map +1 -0
- package/js/types/Interface/api/user/CreateUser.js +0 -3
- package/js/types/Interface/api/user/CreateUser.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +2 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/INafCode.js.map +1 -1
- package/js/types/index.js +40 -10
- package/js/types/index.js.map +1 -1
- package/js/utils/payment.js +61 -0
- package/js/utils/payment.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/Payment.ts +5 -1
- package/ts/api/resources/Stripe.ts +10 -2
- package/ts/types/Enum/Account.ts +13 -0
- package/ts/types/Enum/ConnectorType.ts +1 -0
- package/ts/types/Enum/Country.ts +3 -3
- package/ts/types/Enum/Currency.ts +10 -0
- package/ts/types/Enum/GeneralThirdParty.ts +4805 -624
- package/ts/types/Enum/TypeBankConnection.ts +1 -0
- package/ts/types/Interface/api/inpi/inpi.ts +562 -0
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +1 -1
- package/ts/types/Interface/api/payment/CreateNotifyCustomer.ts +14 -0
- package/ts/types/Interface/api/payment/ReadPayment.ts +5 -0
- package/ts/types/Interface/api/user/CreateUser.ts +0 -8
- package/ts/types/Interface/models/IApiError.ts +3 -0
- package/ts/types/Interface/models/INafCode.ts +3 -0
- package/ts/types/index.ts +4 -1
- package/ts/utils/payment.ts +58 -0
- package/es/types/Enum/SendInBlueList.d.ts +0 -11
- package/es/types/Enum/SendInBlueList.d.ts.map +0 -1
- package/es/types/Enum/SendInBlueList.js +0 -12
- package/es/types/Enum/SendInBlueList.js.map +0 -1
- package/js/types/Enum/SendInBlueList.js +0 -17
- package/js/types/Enum/SendInBlueList.js.map +0 -1
- package/ts/types/Enum/SendInBlueList.ts +0 -10
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.