@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.
Files changed (72) hide show
  1. package/es/api/resources/PaymentExpectationCustomer.d.ts +13 -0
  2. package/es/api/resources/PaymentExpectationCustomer.d.ts.map +1 -0
  3. package/es/api/resources/PaymentExpectationCustomer.js +32 -0
  4. package/es/api/resources/PaymentExpectationCustomer.js.map +1 -0
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +3 -1
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Interface/api/BasePaginate.d.ts +11 -0
  10. package/es/types/Interface/api/BasePaginate.d.ts.map +1 -0
  11. package/es/types/Interface/api/BasePaginate.js +2 -0
  12. package/es/types/Interface/api/BasePaginate.js.map +1 -0
  13. package/es/types/Interface/api/BaseRequest.d.ts +5 -0
  14. package/es/types/Interface/api/BaseRequest.d.ts.map +1 -0
  15. package/es/types/Interface/api/BaseRequest.js +2 -0
  16. package/es/types/Interface/api/BaseRequest.js.map +1 -0
  17. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts +16 -0
  18. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts.map +1 -0
  19. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +3 -0
  20. package/es/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
  21. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts +37 -0
  22. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +1 -0
  23. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +15 -0
  24. package/es/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -0
  25. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts +21 -0
  26. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts.map +1 -0
  27. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +2 -0
  28. package/es/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -0
  29. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts +27 -0
  30. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +1 -0
  31. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +5 -0
  32. package/es/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
  33. package/es/types/index.d.ts +6 -1
  34. package/es/types/index.d.ts.map +1 -1
  35. package/es/types/index.js +6 -1
  36. package/es/types/index.js.map +1 -1
  37. package/js/api/resources/PaymentExpectationCustomer.js +52 -0
  38. package/js/api/resources/PaymentExpectationCustomer.js.map +1 -0
  39. package/js/api/resources.js +4 -1
  40. package/js/api/resources.js.map +1 -1
  41. package/js/types/Interface/api/BasePaginate.js +6 -0
  42. package/js/types/Interface/api/BasePaginate.js.map +1 -0
  43. package/js/types/Interface/api/BaseRequest.js +6 -0
  44. package/js/types/Interface/api/BaseRequest.js.map +1 -0
  45. package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +10 -0
  46. package/js/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +1 -0
  47. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +34 -0
  48. package/js/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +1 -0
  49. package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +6 -0
  50. package/js/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +1 -0
  51. package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +14 -0
  52. package/js/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +1 -0
  53. package/js/types/index.js +66 -6
  54. package/js/types/index.js.map +1 -1
  55. package/package.json +1 -1
  56. package/ts/api/resources/PaymentExpectationCustomer.ts +33 -0
  57. package/ts/api/resources.ts +3 -1
  58. package/ts/types/Interface/api/BasePaginate.ts +12 -0
  59. package/ts/types/Interface/api/BaseRequest.ts +4 -0
  60. package/ts/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.ts +18 -0
  61. package/ts/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.ts +80 -0
  62. package/ts/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.ts +21 -0
  63. package/ts/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.ts +32 -0
  64. package/ts/types/index.ts +6 -1
  65. package/es/types/Form/FormPaymentExpectationCustomer.d.ts +0 -6
  66. package/es/types/Form/FormPaymentExpectationCustomer.d.ts.map +0 -1
  67. package/es/types/Form/FormPaymentExpectationCustomer.js +0 -3
  68. package/es/types/Form/FormPaymentExpectationCustomer.js.map +0 -1
  69. package/js/types/Form/FormPaymentExpectationCustomer.js +0 -10
  70. package/js/types/Form/FormPaymentExpectationCustomer.js.map +0 -1
  71. package/ts/types/Form/FormPaymentExpectationCustomer.ts +0 -12
  72. 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.