@silexpert/core 0.0.2 → 0.1.1
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/PaymentExpectationCustomer.d.ts +13 -0
- package/es/api/resources/PaymentExpectationCustomer.d.ts.map +1 -0
- package/es/api/resources/PaymentExpectationCustomer.js +32 -0
- package/es/api/resources/PaymentExpectationCustomer.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +3 -1
- package/es/api/resources.js.map +1 -1
- package/es/types/Interface/api/BasePaginate.d.ts +11 -0
- package/es/types/Interface/api/BasePaginate.d.ts.map +1 -0
- package/es/types/Interface/api/BasePaginate.js +2 -0
- package/es/types/Interface/api/BasePaginate.js.map +1 -0
- package/es/types/Interface/api/BaseRequest.d.ts +5 -0
- package/es/types/Interface/api/BaseRequest.d.ts.map +1 -0
- package/es/types/Interface/api/BaseRequest.js +2 -0
- package/es/types/Interface/api/BaseRequest.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts +16 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +3 -0
- package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts +37 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +15 -0
- package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts +21 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +2 -0
- package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts +27 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +1 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +5 -0
- package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
- package/es/types/index.d.ts +6 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/PaymentExpectationCustomer.js +52 -0
- package/js/api/resources/PaymentExpectationCustomer.js.map +1 -0
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Interface/api/BasePaginate.js +6 -0
- package/js/types/Interface/api/BasePaginate.js.map +1 -0
- package/js/types/Interface/api/BaseRequest.js +6 -0
- package/js/types/Interface/api/BaseRequest.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +10 -0
- package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +34 -0
- package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +6 -0
- package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -0
- package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +14 -0
- package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
- package/js/types/index.js +66 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/PaymentExpectationCustomer.ts +33 -0
- package/ts/api/resources.ts +3 -1
- package/ts/types/Interface/api/BasePaginate.ts +12 -0
- package/ts/types/Interface/api/BaseRequest.ts +4 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.ts +18 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +80 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.ts +21 -0
- package/ts/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.ts +32 -0
- package/ts/types/index.ts +6 -1
- package/es/types/Form/FormPaymentExpectationCustomer.d.ts +0 -6
- package/es/types/Form/FormPaymentExpectationCustomer.d.ts.map +0 -1
- package/es/types/Form/FormPaymentExpectationCustomer.js +0 -3
- package/es/types/Form/FormPaymentExpectationCustomer.js.map +0 -1
- package/js/types/Form/FormPaymentExpectationCustomer.js +0 -10
- package/js/types/Form/FormPaymentExpectationCustomer.js.map +0 -1
- package/ts/types/Form/FormPaymentExpectationCustomer.ts +0 -12
- package/yarn-error.log +0 -5882
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.