@silexpert/core 1.1.349 → 1.1.351

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 (46) hide show
  1. package/dist/cjs/api/resources/Facturation.d.ts +2 -3
  2. package/dist/cjs/api/resources/Facturation.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Facturation.js +1 -6
  4. package/dist/cjs/api/resources/Facturation.js.map +1 -1
  5. package/dist/cjs/types/Enum/MailAuto.d.ts +2 -1
  6. package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
  7. package/dist/cjs/types/Enum/MailAuto.js +1 -0
  8. package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
  9. package/dist/cjs/types/Interface/api/facturation/ReadRecommanded.d.ts +6 -0
  10. package/dist/cjs/types/Interface/api/facturation/ReadRecommanded.d.ts.map +1 -0
  11. package/dist/cjs/types/Interface/api/facturation/ReadRecommanded.js +3 -0
  12. package/dist/cjs/types/Interface/api/facturation/ReadRecommanded.js.map +1 -0
  13. package/dist/cjs/types/Interface/api/prestation/Query.d.ts +2 -0
  14. package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
  15. package/dist/cjs/types/Interface/api/prestation/Query.js +14 -0
  16. package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
  17. package/dist/cjs/types/index.d.ts +1 -0
  18. package/dist/cjs/types/index.d.ts.map +1 -1
  19. package/dist/cjs/types/index.js +1 -0
  20. package/dist/cjs/types/index.js.map +1 -1
  21. package/dist/mjs/api/resources/Facturation.d.ts +2 -3
  22. package/dist/mjs/api/resources/Facturation.d.ts.map +1 -1
  23. package/dist/mjs/api/resources/Facturation.js +1 -6
  24. package/dist/mjs/api/resources/Facturation.js.map +1 -1
  25. package/dist/mjs/types/Enum/MailAuto.d.ts +2 -1
  26. package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
  27. package/dist/mjs/types/Enum/MailAuto.js +1 -0
  28. package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
  29. package/dist/mjs/types/Interface/api/facturation/ReadRecommanded.d.ts +6 -0
  30. package/dist/mjs/types/Interface/api/facturation/ReadRecommanded.d.ts.map +1 -0
  31. package/dist/mjs/types/Interface/api/facturation/ReadRecommanded.js +2 -0
  32. package/dist/mjs/types/Interface/api/facturation/ReadRecommanded.js.map +1 -0
  33. package/dist/mjs/types/Interface/api/prestation/Query.d.ts +2 -0
  34. package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
  35. package/dist/mjs/types/Interface/api/prestation/Query.js +16 -0
  36. package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
  37. package/dist/mjs/types/index.d.ts +1 -0
  38. package/dist/mjs/types/index.d.ts.map +1 -1
  39. package/dist/mjs/types/index.js +1 -0
  40. package/dist/mjs/types/index.js.map +1 -1
  41. package/package.json +1 -1
  42. package/ts/api/resources/Facturation.ts +3 -7
  43. package/ts/types/Enum/MailAuto.ts +1 -0
  44. package/ts/types/Interface/api/facturation/ReadRecommanded.ts +5 -0
  45. package/ts/types/Interface/api/prestation/Query.ts +12 -0
  46. package/ts/types/index.ts +1 -0
package/ts/types/index.ts CHANGED
@@ -634,6 +634,7 @@ export * from './Interface/api/facturation/QueryPaginatedSocietyWithFacturation'
634
634
  export * from './Interface/api/billingHistory/QueryPaginatedBillingHistory';
635
635
  export * from './Interface/api/facturation/CreateRebilling';
636
636
  export * from './Interface/api/facturation/GoToFacturation';
637
+ export * from './Interface/api/facturation/ReadRecommanded';
637
638
  export * from './Interface/api/OnBoarding';
638
639
  export * from './Interface/api/commercial/QueryGetStats';
639
640
  export * from './Interface/api/commercial/QueryGetStatsHistory';