@silexpert/core 1.1.195 → 1.1.196

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 (71) hide show
  1. package/dist/cjs/api/resources/Authenticate.d.ts +3 -1
  2. package/dist/cjs/api/resources/Authenticate.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Authenticate.js +10 -0
  4. package/dist/cjs/api/resources/Authenticate.js.map +1 -1
  5. package/dist/cjs/api/resources/PaymentExpectationCustomer.d.ts +2 -2
  6. package/dist/cjs/api/resources/PaymentExpectationCustomer.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/PaymentExpectationCustomer.js.map +1 -1
  8. package/dist/cjs/types/Enum/BrandClementine.d.ts +5 -0
  9. package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
  10. package/dist/cjs/types/Enum/BrandClementine.js +1 -0
  11. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  12. package/dist/cjs/types/Enum/BrandComptalib.d.ts +3 -0
  13. package/dist/cjs/types/Enum/BrandComptalib.d.ts.map +1 -1
  14. package/dist/cjs/types/Enum/BrandComptalib.js +1 -0
  15. package/dist/cjs/types/Enum/BrandComptalib.js.map +1 -1
  16. package/dist/cjs/types/Enum/BrandLegalstart.d.ts +1 -0
  17. package/dist/cjs/types/Enum/BrandLegalstart.d.ts.map +1 -1
  18. package/dist/cjs/types/Enum/BrandLegalstart.js +1 -0
  19. package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
  20. package/dist/cjs/types/Interface/api/authentification/ForgotPassword.d.ts +4 -0
  21. package/dist/cjs/types/Interface/api/authentification/ForgotPassword.d.ts.map +1 -0
  22. package/dist/cjs/types/Interface/api/authentification/ForgotPassword.js +23 -0
  23. package/dist/cjs/types/Interface/api/authentification/ForgotPassword.js.map +1 -0
  24. package/dist/cjs/types/Interface/api/authentification/ResetPassword.d.ts +5 -0
  25. package/dist/cjs/types/Interface/api/authentification/ResetPassword.d.ts.map +1 -0
  26. package/dist/cjs/types/Interface/api/authentification/ResetPassword.js +28 -0
  27. package/dist/cjs/types/Interface/api/authentification/ResetPassword.js.map +1 -0
  28. package/dist/cjs/types/index.d.ts +2 -0
  29. package/dist/cjs/types/index.d.ts.map +1 -1
  30. package/dist/cjs/types/index.js +2 -0
  31. package/dist/cjs/types/index.js.map +1 -1
  32. package/dist/mjs/api/resources/Authenticate.d.ts +3 -1
  33. package/dist/mjs/api/resources/Authenticate.d.ts.map +1 -1
  34. package/dist/mjs/api/resources/Authenticate.js +6 -0
  35. package/dist/mjs/api/resources/Authenticate.js.map +1 -1
  36. package/dist/mjs/api/resources/PaymentExpectationCustomer.d.ts +2 -2
  37. package/dist/mjs/api/resources/PaymentExpectationCustomer.d.ts.map +1 -1
  38. package/dist/mjs/api/resources/PaymentExpectationCustomer.js.map +1 -1
  39. package/dist/mjs/types/Enum/BrandClementine.d.ts +5 -0
  40. package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
  41. package/dist/mjs/types/Enum/BrandClementine.js +1 -0
  42. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  43. package/dist/mjs/types/Enum/BrandComptalib.d.ts +3 -0
  44. package/dist/mjs/types/Enum/BrandComptalib.d.ts.map +1 -1
  45. package/dist/mjs/types/Enum/BrandComptalib.js +1 -0
  46. package/dist/mjs/types/Enum/BrandComptalib.js.map +1 -1
  47. package/dist/mjs/types/Enum/BrandLegalstart.d.ts +1 -0
  48. package/dist/mjs/types/Enum/BrandLegalstart.d.ts.map +1 -1
  49. package/dist/mjs/types/Enum/BrandLegalstart.js +1 -0
  50. package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
  51. package/dist/mjs/types/Interface/api/authentification/ForgotPassword.d.ts +4 -0
  52. package/dist/mjs/types/Interface/api/authentification/ForgotPassword.d.ts.map +1 -0
  53. package/dist/mjs/types/Interface/api/authentification/ForgotPassword.js +20 -0
  54. package/dist/mjs/types/Interface/api/authentification/ForgotPassword.js.map +1 -0
  55. package/dist/mjs/types/Interface/api/authentification/ResetPassword.d.ts +5 -0
  56. package/dist/mjs/types/Interface/api/authentification/ResetPassword.d.ts.map +1 -0
  57. package/dist/mjs/types/Interface/api/authentification/ResetPassword.js +26 -0
  58. package/dist/mjs/types/Interface/api/authentification/ResetPassword.js.map +1 -0
  59. package/dist/mjs/types/index.d.ts +2 -0
  60. package/dist/mjs/types/index.d.ts.map +1 -1
  61. package/dist/mjs/types/index.js +2 -0
  62. package/dist/mjs/types/index.js.map +1 -1
  63. package/package.json +1 -1
  64. package/ts/api/resources/Authenticate.ts +9 -1
  65. package/ts/api/resources/PaymentExpectationCustomer.ts +2 -1
  66. package/ts/types/Enum/BrandClementine.ts +1 -0
  67. package/ts/types/Enum/BrandComptalib.ts +1 -0
  68. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  69. package/ts/types/Interface/api/authentification/ForgotPassword.ts +8 -0
  70. package/ts/types/Interface/api/authentification/ResetPassword.ts +12 -0
  71. package/ts/types/index.ts +2 -0
package/ts/types/index.ts CHANGED
@@ -992,6 +992,8 @@ export * from './Interface/api/accountsSectors/Create';
992
992
  export * from './Interface/api/fusion/FusionSocieties';
993
993
  export * from './Interface/api/changelog/Create';
994
994
  export * from './Interface/api/authentification/ReadAuthenticateCollaborater';
995
+ export * from './Interface/api/authentification/ResetPassword';
996
+ export * from './Interface/api/authentification/ForgotPassword';
995
997
  export * from './Interface/api/society/Export';
996
998
  export * from './Interface/api/businessSector/Create';
997
999
  export * from './Interface/api/businessSector/Query';