@silexpert/core 1.0.94 → 1.0.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.
Files changed (95) hide show
  1. package/es/api/resources/Commercial.d.ts +5 -1
  2. package/es/api/resources/Commercial.d.ts.map +1 -1
  3. package/es/api/resources/Commercial.js +3 -0
  4. package/es/api/resources/Commercial.js.map +1 -1
  5. package/es/api/resources/Registration.d.ts +2 -2
  6. package/es/api/resources/Registration.d.ts.map +1 -1
  7. package/es/api/resources/Registration.js +2 -2
  8. package/es/api/resources/Registration.js.map +1 -1
  9. package/es/types/Enum/GeneralThirdParty.d.ts +6 -0
  10. package/es/types/Enum/GeneralThirdParty.d.ts.map +1 -0
  11. package/es/types/Enum/GeneralThirdParty.js +254 -0
  12. package/es/types/Enum/GeneralThirdParty.js.map +1 -0
  13. package/es/types/Enum/Phone.d.ts +962 -2
  14. package/es/types/Enum/Phone.d.ts.map +1 -1
  15. package/es/types/Enum/Phone.js +966 -6
  16. package/es/types/Enum/Phone.js.map +1 -1
  17. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
  18. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
  19. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +6 -0
  20. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
  21. package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts +3 -0
  22. package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts.map +1 -1
  23. package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +7 -0
  24. package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
  25. package/es/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
  26. package/es/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
  27. package/es/types/Interface/api/commercial/QueryGetStats.js +7 -1
  28. package/es/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  29. package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -0
  30. package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -0
  31. package/es/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.d.ts.map +1 -0
  32. package/es/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +1 -0
  33. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts +2 -1
  34. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts.map +1 -1
  35. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +8 -1
  36. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -1
  37. package/es/types/Interface/models/ISociety.d.ts +2 -1
  38. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  39. package/es/types/Interface/models/ISociety.js.map +1 -1
  40. package/es/types/index.d.ts +3 -2
  41. package/es/types/index.d.ts.map +1 -1
  42. package/es/types/index.js +3 -2
  43. package/es/types/index.js.map +1 -1
  44. package/es/utils/prestation.d.ts +1 -2
  45. package/es/utils/prestation.d.ts.map +1 -1
  46. package/es/utils/prestation.js +1 -44
  47. package/es/utils/prestation.js.map +1 -1
  48. package/js/api/resources/Commercial.js +8 -0
  49. package/js/api/resources/Commercial.js.map +1 -1
  50. package/js/api/resources/Registration.js +2 -2
  51. package/js/api/resources/Registration.js.map +1 -1
  52. package/js/types/Enum/GeneralThirdParty.js +760 -0
  53. package/js/types/Enum/GeneralThirdParty.js.map +1 -0
  54. package/js/types/Enum/Phone.js +966 -6
  55. package/js/types/Enum/Phone.js.map +1 -1
  56. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +4 -0
  57. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
  58. package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +9 -1
  59. package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
  60. package/js/types/Interface/api/commercial/QueryGetStats.js +2 -0
  61. package/js/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  62. package/js/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -0
  63. package/js/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +1 -0
  64. package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +3 -1
  65. package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -1
  66. package/js/types/index.js +14 -2
  67. package/js/types/index.js.map +1 -1
  68. package/js/utils/prestation.js +1 -8
  69. package/js/utils/prestation.js.map +1 -1
  70. package/package.json +1 -1
  71. package/ts/api/resources/Commercial.ts +4 -1
  72. package/ts/api/resources/Registration.ts +23 -8
  73. package/ts/types/Enum/GeneralThirdParty.ts +258 -0
  74. package/ts/types/Enum/Phone.ts +966 -6
  75. package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +5 -0
  76. package/ts/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.ts +6 -0
  77. package/ts/types/Interface/api/commercial/QueryGetStats.ts +6 -1
  78. package/ts/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.ts +8 -2
  79. package/ts/types/Interface/models/ISociety.ts +2 -1
  80. package/ts/types/index.ts +3 -2
  81. package/ts/utils/prestation.ts +1 -44
  82. package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.d.ts.map +0 -1
  83. package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js.map +0 -1
  84. package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.d.ts.map +0 -1
  85. package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js.map +0 -1
  86. package/js/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js.map +0 -1
  87. package/js/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js.map +0 -1
  88. /package/es/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.d.ts +0 -0
  89. /package/es/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.js +0 -0
  90. /package/es/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.d.ts +0 -0
  91. /package/es/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.js +0 -0
  92. /package/js/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.js +0 -0
  93. /package/js/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.js +0 -0
  94. /package/ts/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.ts +0 -0
  95. /package/ts/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Phone.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCvB,CAAC"}
1
+ {"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Phone.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAo+BvB,CAAC"}