@silexpert/core 1.1.372 → 1.1.374

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 (226) hide show
  1. package/dist/cjs/api/resources/3cx.d.ts +3 -1
  2. package/dist/cjs/api/resources/3cx.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/3cx.js +6 -0
  4. package/dist/cjs/api/resources/3cx.js.map +1 -1
  5. package/dist/cjs/api/resources/Rating.d.ts +5 -2
  6. package/dist/cjs/api/resources/Rating.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/Rating.js +10 -1
  8. package/dist/cjs/api/resources/Rating.js.map +1 -1
  9. package/dist/cjs/api/resources/TerminationList.d.ts +2 -2
  10. package/dist/cjs/api/resources/TerminationList.d.ts.map +1 -1
  11. package/dist/cjs/api/resources/TerminationList.js.map +1 -1
  12. package/dist/cjs/api/resources/Transaction.d.ts +2 -1
  13. package/dist/cjs/api/resources/Transaction.d.ts.map +1 -1
  14. package/dist/cjs/api/resources/Transaction.js +15 -4
  15. package/dist/cjs/api/resources/Transaction.js.map +1 -1
  16. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts +1 -1
  17. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  18. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js +1 -1
  19. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  20. package/dist/cjs/types/Enum/Notification.d.ts +2 -1
  21. package/dist/cjs/types/Enum/Notification.d.ts.map +1 -1
  22. package/dist/cjs/types/Enum/Notification.js +13 -0
  23. package/dist/cjs/types/Enum/Notification.js.map +1 -1
  24. package/dist/cjs/types/Enum/ReasonTerminationType.d.ts +2 -1
  25. package/dist/cjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
  26. package/dist/cjs/types/Enum/ReasonTerminationType.js +6 -0
  27. package/dist/cjs/types/Enum/ReasonTerminationType.js.map +1 -1
  28. package/dist/cjs/types/Enum/RegistrationSource.d.ts +1 -0
  29. package/dist/cjs/types/Enum/RegistrationSource.d.ts.map +1 -1
  30. package/dist/cjs/types/Enum/RegistrationSource.js +1 -0
  31. package/dist/cjs/types/Enum/RegistrationSource.js.map +1 -1
  32. package/dist/cjs/types/Enum/StatusRating.d.ts +5 -0
  33. package/dist/cjs/types/Enum/StatusRating.d.ts.map +1 -0
  34. package/dist/cjs/types/Enum/StatusRating.js +11 -0
  35. package/dist/cjs/types/Enum/StatusRating.js.map +1 -0
  36. package/dist/cjs/types/Enum/ToRecallRating.d.ts +5 -0
  37. package/dist/cjs/types/Enum/ToRecallRating.d.ts.map +1 -0
  38. package/dist/cjs/types/Enum/ToRecallRating.js +9 -0
  39. package/dist/cjs/types/Enum/ToRecallRating.js.map +1 -0
  40. package/dist/cjs/types/Enum/TypeSupportForNotation.d.ts +5 -0
  41. package/dist/cjs/types/Enum/TypeSupportForNotation.d.ts.map +1 -0
  42. package/dist/cjs/types/Enum/TypeSupportForNotation.js +8 -0
  43. package/dist/cjs/types/Enum/TypeSupportForNotation.js.map +1 -0
  44. package/dist/cjs/types/Interface/api/3cx/Query3cxMeeting.d.ts +6 -0
  45. package/dist/cjs/types/Interface/api/3cx/Query3cxMeeting.d.ts.map +1 -0
  46. package/dist/cjs/types/Interface/api/3cx/Query3cxMeeting.js +36 -0
  47. package/dist/cjs/types/Interface/api/3cx/Query3cxMeeting.js.map +1 -0
  48. package/dist/cjs/types/Interface/api/3cx/Read3cxMeeting.d.ts +14 -0
  49. package/dist/cjs/types/Interface/api/3cx/Read3cxMeeting.d.ts.map +1 -0
  50. package/dist/cjs/types/Interface/api/3cx/Read3cxMeeting.js +10 -0
  51. package/dist/cjs/types/Interface/api/3cx/Read3cxMeeting.js.map +1 -0
  52. package/dist/cjs/types/Interface/api/3cx/Update3cxMeeting.d.ts +10 -0
  53. package/dist/cjs/types/Interface/api/3cx/Update3cxMeeting.d.ts.map +1 -0
  54. package/dist/cjs/types/Interface/api/3cx/Update3cxMeeting.js +46 -0
  55. package/dist/cjs/types/Interface/api/3cx/Update3cxMeeting.js.map +1 -0
  56. package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
  57. package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
  58. package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js +4 -0
  59. package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  60. package/dist/cjs/types/Interface/api/rating/CreateRating.d.ts +12 -0
  61. package/dist/cjs/types/Interface/api/rating/CreateRating.d.ts.map +1 -0
  62. package/dist/cjs/types/Interface/api/rating/CreateRating.js +71 -0
  63. package/dist/cjs/types/Interface/api/rating/CreateRating.js.map +1 -0
  64. package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.d.ts +7 -0
  65. package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +1 -1
  66. package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.js +43 -0
  67. package/dist/cjs/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -1
  68. package/dist/cjs/types/Interface/api/rating/UpdateRating.d.ts +6 -0
  69. package/dist/cjs/types/Interface/api/rating/UpdateRating.d.ts.map +1 -0
  70. package/dist/cjs/types/Interface/api/rating/UpdateRating.js +39 -0
  71. package/dist/cjs/types/Interface/api/rating/UpdateRating.js.map +1 -0
  72. package/dist/cjs/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts +7 -0
  73. package/dist/cjs/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts.map +1 -0
  74. package/dist/cjs/types/Interface/api/ratingHistory/CreateRatingHistory.js +38 -0
  75. package/dist/cjs/types/Interface/api/ratingHistory/CreateRatingHistory.js.map +1 -0
  76. package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.d.ts +24 -3
  77. package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
  78. package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js +119 -1
  79. package/dist/cjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
  80. package/dist/cjs/types/Interface/models/IAnnotation.d.ts +2 -0
  81. package/dist/cjs/types/Interface/models/IAnnotation.d.ts.map +1 -1
  82. package/dist/cjs/types/Interface/models/IAnnotation.js.map +1 -1
  83. package/dist/cjs/types/Interface/models/ICalendarEvent.d.ts +1 -0
  84. package/dist/cjs/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  85. package/dist/cjs/types/Interface/models/ICalendarEvent.js.map +1 -1
  86. package/dist/cjs/types/Interface/models/IRating.d.ts +13 -3
  87. package/dist/cjs/types/Interface/models/IRating.d.ts.map +1 -1
  88. package/dist/cjs/types/Interface/models/IRating.js.map +1 -1
  89. package/dist/cjs/types/Interface/models/IRatingHistory.d.ts +14 -0
  90. package/dist/cjs/types/Interface/models/IRatingHistory.d.ts.map +1 -0
  91. package/dist/cjs/types/Interface/models/{IReasonTermination.js → IRatingHistory.js} +1 -1
  92. package/dist/cjs/types/Interface/models/IRatingHistory.js.map +1 -0
  93. package/dist/cjs/types/index.d.ts +10 -1
  94. package/dist/cjs/types/index.d.ts.map +1 -1
  95. package/dist/cjs/types/index.js +10 -1
  96. package/dist/cjs/types/index.js.map +1 -1
  97. package/dist/mjs/api/resources/3cx.d.ts +3 -1
  98. package/dist/mjs/api/resources/3cx.d.ts.map +1 -1
  99. package/dist/mjs/api/resources/3cx.js +6 -0
  100. package/dist/mjs/api/resources/3cx.js.map +1 -1
  101. package/dist/mjs/api/resources/Rating.d.ts +5 -2
  102. package/dist/mjs/api/resources/Rating.d.ts.map +1 -1
  103. package/dist/mjs/api/resources/Rating.js +10 -1
  104. package/dist/mjs/api/resources/Rating.js.map +1 -1
  105. package/dist/mjs/api/resources/TerminationList.d.ts +2 -2
  106. package/dist/mjs/api/resources/TerminationList.d.ts.map +1 -1
  107. package/dist/mjs/api/resources/TerminationList.js.map +1 -1
  108. package/dist/mjs/api/resources/Transaction.d.ts +2 -1
  109. package/dist/mjs/api/resources/Transaction.d.ts.map +1 -1
  110. package/dist/mjs/api/resources/Transaction.js +17 -4
  111. package/dist/mjs/api/resources/Transaction.js.map +1 -1
  112. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts +1 -1
  113. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  114. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js +1 -1
  115. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  116. package/dist/mjs/types/Enum/Notification.d.ts +2 -1
  117. package/dist/mjs/types/Enum/Notification.d.ts.map +1 -1
  118. package/dist/mjs/types/Enum/Notification.js +13 -0
  119. package/dist/mjs/types/Enum/Notification.js.map +1 -1
  120. package/dist/mjs/types/Enum/ReasonTerminationType.d.ts +2 -1
  121. package/dist/mjs/types/Enum/ReasonTerminationType.d.ts.map +1 -1
  122. package/dist/mjs/types/Enum/ReasonTerminationType.js +6 -0
  123. package/dist/mjs/types/Enum/ReasonTerminationType.js.map +1 -1
  124. package/dist/mjs/types/Enum/RegistrationSource.d.ts +1 -0
  125. package/dist/mjs/types/Enum/RegistrationSource.d.ts.map +1 -1
  126. package/dist/mjs/types/Enum/RegistrationSource.js +1 -0
  127. package/dist/mjs/types/Enum/RegistrationSource.js.map +1 -1
  128. package/dist/mjs/types/Enum/StatusRating.d.ts +5 -0
  129. package/dist/mjs/types/Enum/StatusRating.d.ts.map +1 -0
  130. package/dist/mjs/types/Enum/StatusRating.js +8 -0
  131. package/dist/mjs/types/Enum/StatusRating.js.map +1 -0
  132. package/dist/mjs/types/Enum/ToRecallRating.d.ts +5 -0
  133. package/dist/mjs/types/Enum/ToRecallRating.d.ts.map +1 -0
  134. package/dist/mjs/types/Enum/ToRecallRating.js +6 -0
  135. package/dist/mjs/types/Enum/ToRecallRating.js.map +1 -0
  136. package/dist/mjs/types/Enum/TypeSupportForNotation.d.ts +5 -0
  137. package/dist/mjs/types/Enum/TypeSupportForNotation.d.ts.map +1 -0
  138. package/dist/mjs/types/Enum/TypeSupportForNotation.js +5 -0
  139. package/dist/mjs/types/Enum/TypeSupportForNotation.js.map +1 -0
  140. package/dist/mjs/types/Interface/api/3cx/Query3cxMeeting.d.ts +6 -0
  141. package/dist/mjs/types/Interface/api/3cx/Query3cxMeeting.d.ts.map +1 -0
  142. package/dist/mjs/types/Interface/api/3cx/Query3cxMeeting.js +35 -0
  143. package/dist/mjs/types/Interface/api/3cx/Query3cxMeeting.js.map +1 -0
  144. package/dist/mjs/types/Interface/api/3cx/Read3cxMeeting.d.ts +14 -0
  145. package/dist/mjs/types/Interface/api/3cx/Read3cxMeeting.d.ts.map +1 -0
  146. package/dist/mjs/types/Interface/api/3cx/Read3cxMeeting.js +14 -0
  147. package/dist/mjs/types/Interface/api/3cx/Read3cxMeeting.js.map +1 -0
  148. package/dist/mjs/types/Interface/api/3cx/Update3cxMeeting.d.ts +10 -0
  149. package/dist/mjs/types/Interface/api/3cx/Update3cxMeeting.d.ts.map +1 -0
  150. package/dist/mjs/types/Interface/api/3cx/Update3cxMeeting.js +41 -0
  151. package/dist/mjs/types/Interface/api/3cx/Update3cxMeeting.js.map +1 -0
  152. package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
  153. package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
  154. package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -0
  155. package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  156. package/dist/mjs/types/Interface/api/rating/CreateRating.d.ts +12 -0
  157. package/dist/mjs/types/Interface/api/rating/CreateRating.d.ts.map +1 -0
  158. package/dist/mjs/types/Interface/api/rating/CreateRating.js +76 -0
  159. package/dist/mjs/types/Interface/api/rating/CreateRating.js.map +1 -0
  160. package/dist/mjs/types/Interface/api/rating/QueryRatingPaginated.d.ts +7 -0
  161. package/dist/mjs/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +1 -1
  162. package/dist/mjs/types/Interface/api/rating/QueryRatingPaginated.js +50 -0
  163. package/dist/mjs/types/Interface/api/rating/QueryRatingPaginated.js.map +1 -1
  164. package/dist/mjs/types/Interface/api/rating/UpdateRating.d.ts +6 -0
  165. package/dist/mjs/types/Interface/api/rating/UpdateRating.d.ts.map +1 -0
  166. package/dist/mjs/types/Interface/api/rating/UpdateRating.js +38 -0
  167. package/dist/mjs/types/Interface/api/rating/UpdateRating.js.map +1 -0
  168. package/dist/mjs/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts +7 -0
  169. package/dist/mjs/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts.map +1 -0
  170. package/dist/mjs/types/Interface/api/ratingHistory/CreateRatingHistory.js +38 -0
  171. package/dist/mjs/types/Interface/api/ratingHistory/CreateRatingHistory.js.map +1 -0
  172. package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.d.ts +24 -3
  173. package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
  174. package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.js +136 -0
  175. package/dist/mjs/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
  176. package/dist/mjs/types/Interface/models/IAnnotation.d.ts +2 -0
  177. package/dist/mjs/types/Interface/models/IAnnotation.d.ts.map +1 -1
  178. package/dist/mjs/types/Interface/models/IAnnotation.js.map +1 -1
  179. package/dist/mjs/types/Interface/models/ICalendarEvent.d.ts +1 -0
  180. package/dist/mjs/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  181. package/dist/mjs/types/Interface/models/ICalendarEvent.js.map +1 -1
  182. package/dist/mjs/types/Interface/models/IRating.d.ts +13 -3
  183. package/dist/mjs/types/Interface/models/IRating.d.ts.map +1 -1
  184. package/dist/mjs/types/Interface/models/IRating.js.map +1 -1
  185. package/dist/mjs/types/Interface/models/IRatingHistory.d.ts +14 -0
  186. package/dist/mjs/types/Interface/models/IRatingHistory.d.ts.map +1 -0
  187. package/dist/mjs/types/Interface/models/IRatingHistory.js +2 -0
  188. package/dist/mjs/types/Interface/models/IRatingHistory.js.map +1 -0
  189. package/dist/mjs/types/index.d.ts +10 -1
  190. package/dist/mjs/types/index.d.ts.map +1 -1
  191. package/dist/mjs/types/index.js +10 -1
  192. package/dist/mjs/types/index.js.map +1 -1
  193. package/package.json +1 -1
  194. package/ts/api/resources/3cx.ts +9 -0
  195. package/ts/api/resources/Rating.ts +16 -3
  196. package/ts/api/resources/TerminationList.ts +2 -2
  197. package/ts/api/resources/Transaction.ts +88 -19
  198. package/ts/types/Enum/BalanceSheetQuestionWording.ts +1 -1
  199. package/ts/types/Enum/Notification.ts +13 -0
  200. package/ts/types/Enum/ReasonTerminationType.ts +6 -0
  201. package/ts/types/Enum/RegistrationSource.ts +1 -0
  202. package/ts/types/Enum/StatusRating.ts +7 -0
  203. package/ts/types/Enum/ToRecallRating.ts +5 -0
  204. package/ts/types/Enum/TypeSupportForNotation.ts +4 -0
  205. package/ts/types/Interface/api/3cx/Query3cxMeeting.ts +19 -0
  206. package/ts/types/Interface/api/3cx/Read3cxMeeting.ts +16 -0
  207. package/ts/types/Interface/api/3cx/Update3cxMeeting.ts +26 -0
  208. package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +3 -0
  209. package/ts/types/Interface/api/rating/CreateRating.ts +50 -0
  210. package/ts/types/Interface/api/rating/QueryRatingPaginated.ts +36 -0
  211. package/ts/types/Interface/api/rating/UpdateRating.ts +22 -0
  212. package/ts/types/Interface/api/ratingHistory/CreateRatingHistory.ts +22 -0
  213. package/ts/types/Interface/api/terminationList/CreateTerminationList.ts +101 -3
  214. package/ts/types/Interface/models/IAnnotation.ts +3 -0
  215. package/ts/types/Interface/models/ICalendarEvent.ts +1 -0
  216. package/ts/types/Interface/models/IRating.ts +13 -3
  217. package/ts/types/Interface/models/IRatingHistory.ts +17 -0
  218. package/ts/types/index.ts +10 -1
  219. package/dist/cjs/types/Interface/models/IReasonTermination.d.ts +0 -7
  220. package/dist/cjs/types/Interface/models/IReasonTermination.d.ts.map +0 -1
  221. package/dist/cjs/types/Interface/models/IReasonTermination.js.map +0 -1
  222. package/dist/mjs/types/Interface/models/IReasonTermination.d.ts +0 -7
  223. package/dist/mjs/types/Interface/models/IReasonTermination.d.ts.map +0 -1
  224. package/dist/mjs/types/Interface/models/IReasonTermination.js +0 -2
  225. package/dist/mjs/types/Interface/models/IReasonTermination.js.map +0 -1
  226. package/ts/types/Interface/models/IReasonTermination.ts +0 -7
@@ -0,0 +1,8 @@
1
+ export const StatusRating = [
2
+ { value: 0, text: 'Non' },
3
+ { value: 1, text: 'Modifié' },
4
+ { value: 2, text: 'Supprimé' },
5
+ { value: 3, text: 'Refus de supprimer' },
6
+ { value: 4, text: 'Non concerné' },
7
+ ];
8
+ //# sourceMappingURL=StatusRating.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatusRating.js","sourceRoot":"","sources":["../../../../ts/types/Enum/StatusRating.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE;IACzB,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE;IAC7B,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE;IAC9B,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE;IACxC,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE;CACnC,CAAC","sourcesContent":["export const StatusRating = [\n { value: 0, text: 'Non' },\n { value: 1, text: 'Modifié' },\n { value: 2, text: 'Supprimé' },\n { value: 3, text: 'Refus de supprimer' },\n { value: 4, text: 'Non concerné' },\n];"]}
@@ -0,0 +1,5 @@
1
+ export declare const ToRecallRating: {
2
+ text: string;
3
+ value: number;
4
+ }[];
5
+ //# sourceMappingURL=ToRecallRating.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToRecallRating.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ToRecallRating.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;GAI1B,CAAC"}
@@ -0,0 +1,6 @@
1
+ export const ToRecallRating = [
2
+ { text: 'Annonce de rappel', value: 1 },
3
+ { text: 'Informations demandées', value: 2 },
4
+ { text: 'Pas d\'action nécéssaire', value: 3 },
5
+ ];
6
+ //# sourceMappingURL=ToRecallRating.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToRecallRating.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ToRecallRating.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,CAAC,EAAE;IACvC,EAAE,IAAI,EAAE,wBAAwB,EAAE,KAAK,EAAE,CAAC,EAAE;IAC5C,EAAE,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,CAAC,EAAE;CAC/C,CAAC","sourcesContent":["export const ToRecallRating = [ \n { text: 'Annonce de rappel', value: 1 },\n { text: 'Informations demandées', value: 2 },\n { text: 'Pas d\\'action nécéssaire', value: 3 },\n];"]}
@@ -0,0 +1,5 @@
1
+ export declare const TypeSupportForNotation: {
2
+ value: number;
3
+ text: string;
4
+ }[];
5
+ //# sourceMappingURL=TypeSupportForNotation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypeSupportForNotation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/TypeSupportForNotation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;GAGlC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export const TypeSupportForNotation = [
2
+ { value: 1, text: 'Google' },
3
+ { value: 2, text: 'Trustpilot' },
4
+ ];
5
+ //# sourceMappingURL=TypeSupportForNotation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypeSupportForNotation.js","sourceRoot":"","sources":["../../../../ts/types/Enum/TypeSupportForNotation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE;IAC5B,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE;CACjC,CAAC","sourcesContent":["export const TypeSupportForNotation = [\n { value: 1, text: 'Google' },\n { value: 2, text: 'Trustpilot' },\n];"]}
@@ -0,0 +1,6 @@
1
+ export declare class Query3cxMeeting {
2
+ subjectContains?: string;
3
+ daysLimit?: number;
4
+ extension?: number;
5
+ }
6
+ //# sourceMappingURL=Query3cxMeeting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query3cxMeeting.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/3cx/Query3cxMeeting.ts"],"names":[],"mappings":"AAGA,qBAAa,eAAe;IAIxB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,35 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsInt, IsOptional, IsString } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class Query3cxMeeting {
13
+ subjectContains;
14
+ daysLimit;
15
+ extension;
16
+ }
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ IsString(),
20
+ IsOptional(),
21
+ __metadata("design:type", String)
22
+ ], Query3cxMeeting.prototype, "subjectContains", void 0);
23
+ __decorate([
24
+ ApiPropertyOptional(),
25
+ IsInt(),
26
+ IsOptional(),
27
+ __metadata("design:type", Number)
28
+ ], Query3cxMeeting.prototype, "daysLimit", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ IsInt(),
32
+ IsOptional(),
33
+ __metadata("design:type", Number)
34
+ ], Query3cxMeeting.prototype, "extension", void 0);
35
+ //# sourceMappingURL=Query3cxMeeting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query3cxMeeting.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/3cx/Query3cxMeeting.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,eAAe;IAIxB,eAAe,CAAU;IAKzB,SAAS,CAAU;IAKnB,SAAS,CAAU;CACtB;AAXG;IAHD,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;wDACc;AAKzB;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;kDACQ;AAKnB;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;kDACQ","sourcesContent":["import { IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class Query3cxMeeting {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n subjectContains?: string;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n daysLimit?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n extension?: number;\n}"]}
@@ -0,0 +1,14 @@
1
+ export declare class ReadData3cxMeeting {
2
+ extension: number | null;
3
+ name: string | null;
4
+ meetingid: string | null;
5
+ subject: string | null;
6
+ datetime: string | null;
7
+ duration: number | null;
8
+ participants: number | null;
9
+ type: string | null;
10
+ }
11
+ export declare class Read3cxMeeting {
12
+ scheduledMeetings: ReadData3cxMeeting[];
13
+ }
14
+ //# sourceMappingURL=Read3cxMeeting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Read3cxMeeting.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/3cx/Read3cxMeeting.ts"],"names":[],"mappings":"AACA,qBAAa,kBAAkB;IAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAGD,qBAAa,cAAc;IACzB,iBAAiB,EAAE,kBAAkB,EAAE,CAAC;CACzC"}
@@ -0,0 +1,14 @@
1
+ export class ReadData3cxMeeting {
2
+ extension;
3
+ name;
4
+ meetingid;
5
+ subject;
6
+ datetime;
7
+ duration;
8
+ participants;
9
+ type;
10
+ }
11
+ export class Read3cxMeeting {
12
+ scheduledMeetings;
13
+ }
14
+ //# sourceMappingURL=Read3cxMeeting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Read3cxMeeting.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/3cx/Read3cxMeeting.ts"],"names":[],"mappings":"AACA,MAAM,OAAO,kBAAkB;IAC7B,SAAS,CAAgB;IACzB,IAAI,CAAgB;IACpB,SAAS,CAAgB;IACzB,OAAO,CAAgB;IACvB,QAAQ,CAAgB;IACxB,QAAQ,CAAgB;IACxB,YAAY,CAAgB;IAC5B,IAAI,CAAgB;CACrB;AAGD,MAAM,OAAO,cAAc;IACzB,iBAAiB,CAAuB;CACzC","sourcesContent":["\nexport class ReadData3cxMeeting {\n extension: number | null;\n name: string | null;\n meetingid: string | null;\n subject: string | null;\n datetime: string | null;\n duration: number | null;\n participants: number | null;\n type: string | null;\n}\n\n\nexport class Read3cxMeeting {\n scheduledMeetings: ReadData3cxMeeting[];\n}"]}
@@ -0,0 +1,10 @@
1
+ export declare class Update3cxContactMeeting {
2
+ name: string;
3
+ email: string;
4
+ role: 'Participant' | 'CoHost';
5
+ }
6
+ export declare class Update3cxMeeting {
7
+ contact: JSON;
8
+ meetingId: string;
9
+ }
10
+ //# sourceMappingURL=Update3cxMeeting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Update3cxMeeting.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/3cx/Update3cxMeeting.ts"],"names":[],"mappings":"AAGA,qBAAa,uBAAuB;IAG1B,IAAI,EAAE,MAAM,CAAC;IAIb,KAAK,EAAE,MAAM,CAAC;IAId,IAAI,EAAE,aAAa,GAAG,QAAQ,CAAC;CACxC;AAED,qBAAa,gBAAgB;IAGnB,OAAO,EAAE,IAAI,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;CAC3B"}
@@ -0,0 +1,41 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsArray, IsString } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class Update3cxContactMeeting {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsString(),
17
+ __metadata("design:type", String)
18
+ ], Update3cxContactMeeting.prototype, "name", void 0);
19
+ __decorate([
20
+ ApiProperty(),
21
+ IsString(),
22
+ __metadata("design:type", String)
23
+ ], Update3cxContactMeeting.prototype, "email", void 0);
24
+ __decorate([
25
+ ApiProperty(),
26
+ IsString(),
27
+ __metadata("design:type", String)
28
+ ], Update3cxContactMeeting.prototype, "role", void 0);
29
+ export class Update3cxMeeting {
30
+ }
31
+ __decorate([
32
+ ApiProperty(),
33
+ IsArray(),
34
+ __metadata("design:type", Object)
35
+ ], Update3cxMeeting.prototype, "contact", void 0);
36
+ __decorate([
37
+ ApiProperty(),
38
+ IsString(),
39
+ __metadata("design:type", String)
40
+ ], Update3cxMeeting.prototype, "meetingId", void 0);
41
+ //# sourceMappingURL=Update3cxMeeting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Update3cxMeeting.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/3cx/Update3cxMeeting.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,uBAAuB;CAYnC;AATS;IAFP,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACU;AAIb;IAFP,WAAW,EAAE;IACb,QAAQ,EAAE;;sDACW;AAId;IAFP,WAAW,EAAE;IACb,QAAQ,EAAE;;qDAC4B;AAGzC,MAAM,OAAO,gBAAgB;CAQ5B;AALS;IAFP,WAAW,EAAE;IACb,OAAO,EAAE;;iDACY;AAId;IAFP,WAAW,EAAE;IACb,QAAQ,EAAE;;mDACe","sourcesContent":["import { IsArray, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class Update3cxContactMeeting {\n @ApiProperty()\n @IsString()\n declare name: string;\n\n @ApiProperty()\n @IsString()\n declare email: string;\n\n @ApiProperty()\n @IsString()\n declare role: 'Participant' | 'CoHost';\n}\n\nexport class Update3cxMeeting {\n @ApiProperty()\n @IsArray()\n declare contact: JSON;\n\n @ApiProperty()\n @IsString()\n declare meetingId: string;\n}"]}
@@ -10,6 +10,7 @@ export declare class createCalendarEvent {
10
10
  idSociety?: number;
11
11
  idExercice?: number;
12
12
  idTimeCounterType?: number;
13
+ idTimeSlot?: number;
13
14
  typeComptable?: number;
14
15
  isDone: boolean;
15
16
  callState?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"createCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE5B,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,IAAI,CAAC;IAGhB,OAAO,CAAC,EAAE,IAAI,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,EAAE,OAAO,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,IAAI,CAAC;IAGnB,SAAS,CAAC,EAAE,IAAI,CAAC;CACpB"}
1
+ {"version":3,"file":"createCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE5B,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,IAAI,CAAC;IAGhB,OAAO,CAAC,EAAE,IAAI,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,EAAE,OAAO,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,IAAI,CAAC;IAGnB,SAAS,CAAC,EAAE,IAAI,CAAC;CACpB"}
@@ -20,6 +20,7 @@ export class createCalendarEvent {
20
20
  idSociety;
21
21
  idExercice;
22
22
  idTimeCounterType;
23
+ idTimeSlot;
23
24
  typeComptable;
24
25
  isDone;
25
26
  callState;
@@ -72,6 +73,10 @@ __decorate([
72
73
  ApiPropertyOptional(),
73
74
  __metadata("design:type", Number)
74
75
  ], createCalendarEvent.prototype, "idTimeCounterType", void 0);
76
+ __decorate([
77
+ ApiPropertyOptional(),
78
+ __metadata("design:type", Number)
79
+ ], createCalendarEvent.prototype, "idTimeSlot", void 0);
75
80
  __decorate([
76
81
  ApiPropertyOptional(),
77
82
  __metadata("design:type", Number)
@@ -1 +1 @@
1
- {"version":3,"file":"createCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;IAE5B,KAAK,CAAS;IAGd,SAAS,CAAO;IAGhB,OAAO,CAAQ;IAGf,OAAO,CAAS;IAGhB,MAAM,CAAU;IAGhB,SAAS,CAAS;IAGlB,OAAO,CAAU;IAGjB,MAAM,CAAU;IAGhB,SAAS,CAAU;IAGnB,UAAU,CAAU;IAGpB,iBAAiB,CAAU;IAG3B,aAAa,CAAU;IAGvB,MAAM,CAAU;IAGhB,SAAS,CAAU;IAGnB,YAAY,CAAU;IAGtB,OAAO,CAAU;IAGjB,WAAW,CAAQ;IAGnB,SAAS,CAAQ;CACpB;AApDG;IADD,WAAW,EAAE;;kDACE;AAGd;IADD,WAAW,EAAE;8BACD,IAAI;sDAAC;AAGhB;IADD,mBAAmB,EAAE;8BACV,IAAI;oDAAC;AAGf;IADD,WAAW,EAAE;;oDACI;AAGhB;IADD,mBAAmB,EAAE;;mDACJ;AAGhB;IADD,WAAW,EAAE;;sDACM;AAGlB;IADD,mBAAmB,EAAE;;oDACH;AAGjB;IADD,mBAAmB,EAAE;;mDACJ;AAGhB;IADD,mBAAmB,EAAE;;sDACD;AAGnB;IADD,mBAAmB,EAAE;;uDACA;AAGpB;IADD,mBAAmB,EAAE;;8DACO;AAG3B;IADD,mBAAmB,EAAE;;0DACG;AAGvB;IADD,WAAW,EAAE;;mDACI;AAGhB;IADD,mBAAmB,EAAE;;sDACD;AAGnB;IADD,mBAAmB,EAAE;;yDACE;AAGtB;IADD,mBAAmB,EAAE;;oDACH;AAGjB;IADD,mBAAmB,EAAE;8BACN,IAAI;wDAAC;AAGnB;IADD,mBAAmB,EAAE;8BACR,IAAI;sDAAC","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class createCalendarEvent {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idCard?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n\n @ApiPropertyOptional()\n createdAt?: Date;\n}"]}
1
+ {"version":3,"file":"createCalendarEvent.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;IAE5B,KAAK,CAAS;IAGd,SAAS,CAAO;IAGhB,OAAO,CAAQ;IAGf,OAAO,CAAS;IAGhB,MAAM,CAAU;IAGhB,SAAS,CAAS;IAGlB,OAAO,CAAU;IAGjB,MAAM,CAAU;IAGhB,SAAS,CAAU;IAGnB,UAAU,CAAU;IAGpB,iBAAiB,CAAU;IAG3B,UAAU,CAAU;IAGpB,aAAa,CAAU;IAGvB,MAAM,CAAU;IAGhB,SAAS,CAAU;IAGnB,YAAY,CAAU;IAGtB,OAAO,CAAU;IAGjB,WAAW,CAAQ;IAGnB,SAAS,CAAQ;CACpB;AAvDG;IADD,WAAW,EAAE;;kDACE;AAGd;IADD,WAAW,EAAE;8BACD,IAAI;sDAAC;AAGhB;IADD,mBAAmB,EAAE;8BACV,IAAI;oDAAC;AAGf;IADD,WAAW,EAAE;;oDACI;AAGhB;IADD,mBAAmB,EAAE;;mDACJ;AAGhB;IADD,WAAW,EAAE;;sDACM;AAGlB;IADD,mBAAmB,EAAE;;oDACH;AAGjB;IADD,mBAAmB,EAAE;;mDACJ;AAGhB;IADD,mBAAmB,EAAE;;sDACD;AAGnB;IADD,mBAAmB,EAAE;;uDACA;AAGpB;IADD,mBAAmB,EAAE;;8DACO;AAG3B;IADD,mBAAmB,EAAE;;uDACA;AAGpB;IADD,mBAAmB,EAAE;;0DACG;AAGvB;IADD,WAAW,EAAE;;mDACI;AAGhB;IADD,mBAAmB,EAAE;;sDACD;AAGnB;IADD,mBAAmB,EAAE;;yDACE;AAGtB;IADD,mBAAmB,EAAE;;oDACH;AAGjB;IADD,mBAAmB,EAAE;8BACN,IAAI;wDAAC;AAGnB;IADD,mBAAmB,EAAE;8BACR,IAAI;sDAAC","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class createCalendarEvent {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idCard?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n idTimeSlot?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n\n @ApiPropertyOptional()\n createdAt?: Date;\n}"]}
@@ -0,0 +1,12 @@
1
+ export declare class CreateRating {
2
+ idSociety: number;
3
+ pseudo?: string;
4
+ noticeDate?: string;
5
+ supportType?: number;
6
+ average?: number;
7
+ link?: string;
8
+ comment?: string;
9
+ toRecall?: number;
10
+ responseDate?: string;
11
+ }
12
+ //# sourceMappingURL=CreateRating.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRating.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/rating/CreateRating.ts"],"names":[],"mappings":"AAGA,qBAAa,YAAY;IAOrB,SAAS,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,YAAY,CAAC,EAAE,MAAM,CAAC;CAGzB"}
@@ -0,0 +1,76 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDateString, IsInt, IsOptional, IsString } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class CreateRating {
13
+ idSociety;
14
+ pseudo;
15
+ noticeDate;
16
+ supportType;
17
+ average;
18
+ link;
19
+ comment;
20
+ toRecall;
21
+ responseDate;
22
+ }
23
+ __decorate([
24
+ ApiPropertyOptional({
25
+ description: 'idSociety',
26
+ required: false,
27
+ type: Number,
28
+ example: 1,
29
+ }),
30
+ __metadata("design:type", Number)
31
+ ], CreateRating.prototype, "idSociety", void 0);
32
+ __decorate([
33
+ ApiPropertyOptional(),
34
+ IsOptional(),
35
+ IsString(),
36
+ __metadata("design:type", String)
37
+ ], CreateRating.prototype, "pseudo", void 0);
38
+ __decorate([
39
+ ApiProperty(),
40
+ IsDateString(),
41
+ __metadata("design:type", String)
42
+ ], CreateRating.prototype, "noticeDate", void 0);
43
+ __decorate([
44
+ ApiProperty(),
45
+ IsInt(),
46
+ __metadata("design:type", Number)
47
+ ], CreateRating.prototype, "supportType", void 0);
48
+ __decorate([
49
+ ApiProperty(),
50
+ IsInt(),
51
+ __metadata("design:type", Number)
52
+ ], CreateRating.prototype, "average", void 0);
53
+ __decorate([
54
+ ApiPropertyOptional(),
55
+ IsOptional(),
56
+ IsString(),
57
+ __metadata("design:type", String)
58
+ ], CreateRating.prototype, "link", void 0);
59
+ __decorate([
60
+ ApiProperty(),
61
+ IsString(),
62
+ __metadata("design:type", String)
63
+ ], CreateRating.prototype, "comment", void 0);
64
+ __decorate([
65
+ ApiPropertyOptional(),
66
+ IsInt(),
67
+ IsOptional(),
68
+ __metadata("design:type", Number)
69
+ ], CreateRating.prototype, "toRecall", void 0);
70
+ __decorate([
71
+ ApiPropertyOptional(),
72
+ IsOptional(),
73
+ IsDateString(),
74
+ __metadata("design:type", String)
75
+ ], CreateRating.prototype, "responseDate", void 0);
76
+ //# sourceMappingURL=CreateRating.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRating.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/rating/CreateRating.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,YAAY;IAOrB,SAAS,CAAS;IAKlB,MAAM,CAAU;IAIhB,UAAU,CAAU;IAIpB,WAAW,CAAU;IAIrB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAId,OAAO,CAAU;IAKjB,QAAQ,CAAU;IAKlB,YAAY,CAAU;CAGzB;AAvCG;IAND,mBAAmB,CAAC;QACnB,WAAW,EAAE,WAAW;QACxB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;;+CACkB;AAKlB;IAHD,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACO;AAIhB;IAFD,WAAW,EAAE;IACb,YAAY,EAAE;;gDACO;AAIpB;IAFD,WAAW,EAAE;IACb,KAAK,EAAE;;iDACe;AAIrB;IAFD,WAAW,EAAE;IACb,KAAK,EAAE;;6CACW;AAKjB;IAHD,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;0CACK;AAId;IAFD,WAAW,EAAE;IACb,QAAQ,EAAE;;6CACQ;AAKjB;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;8CACO;AAKlB;IAHD,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;kDACS","sourcesContent":["import { IsDateString, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateRating {\n @ApiPropertyOptional({\n description: 'idSociety',\n required: false,\n type: Number,\n example: 1,\n })\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n pseudo?: string;\n\n @ApiProperty()\n @IsDateString()\n noticeDate?: string;\n\n @ApiProperty()\n @IsInt()\n supportType?: number;\n\n @ApiProperty()\n @IsInt()\n average?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n link?: string;\n\n @ApiProperty()\n @IsString()\n comment?: string;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n toRecall?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n responseDate?: string;\n\n\n}"]}
@@ -2,5 +2,12 @@ export declare class QueryRatingPaginated {
2
2
  limit: number;
3
3
  page: number;
4
4
  idSociety: number;
5
+ search?: string;
6
+ supportType?: number;
7
+ average?: number;
8
+ idUserWhoCalledFirst?: number;
9
+ status?: number;
10
+ toRecall?: number;
11
+ noticeDate?: string;
5
12
  }
6
13
  //# sourceMappingURL=QueryRatingPaginated.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryRatingPaginated.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/rating/QueryRatingPaginated.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAQ7B,KAAK,EAAE,MAAM,CAAC;IASd,IAAI,EAAE,MAAM,CAAC;IAQb,SAAS,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"QueryRatingPaginated.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/rating/QueryRatingPaginated.ts"],"names":[],"mappings":"AAGA,qBAAa,oBAAoB;IAQ7B,KAAK,EAAE,MAAM,CAAC;IASd,IAAI,EAAE,MAAM,CAAC;IAQb,SAAS,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAK9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -7,11 +7,19 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
+ import { IsDateString, IsInt, IsOptional, IsString } from 'class-validator';
10
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
12
  export class QueryRatingPaginated {
12
13
  limit;
13
14
  page;
14
15
  idSociety;
16
+ search;
17
+ supportType;
18
+ average;
19
+ idUserWhoCalledFirst;
20
+ status;
21
+ toRecall;
22
+ noticeDate;
15
23
  }
16
24
  __decorate([
17
25
  ApiProperty({
@@ -42,4 +50,46 @@ __decorate([
42
50
  }),
43
51
  __metadata("design:type", Number)
44
52
  ], QueryRatingPaginated.prototype, "idSociety", void 0);
53
+ __decorate([
54
+ ApiPropertyOptional(),
55
+ IsOptional(),
56
+ IsString(),
57
+ __metadata("design:type", String)
58
+ ], QueryRatingPaginated.prototype, "search", void 0);
59
+ __decorate([
60
+ ApiPropertyOptional(),
61
+ IsInt(),
62
+ IsOptional(),
63
+ __metadata("design:type", Number)
64
+ ], QueryRatingPaginated.prototype, "supportType", void 0);
65
+ __decorate([
66
+ ApiPropertyOptional(),
67
+ IsInt(),
68
+ IsOptional(),
69
+ __metadata("design:type", Number)
70
+ ], QueryRatingPaginated.prototype, "average", void 0);
71
+ __decorate([
72
+ ApiPropertyOptional(),
73
+ IsInt(),
74
+ IsOptional(),
75
+ __metadata("design:type", Number)
76
+ ], QueryRatingPaginated.prototype, "idUserWhoCalledFirst", void 0);
77
+ __decorate([
78
+ ApiPropertyOptional(),
79
+ IsInt(),
80
+ IsOptional(),
81
+ __metadata("design:type", Number)
82
+ ], QueryRatingPaginated.prototype, "status", void 0);
83
+ __decorate([
84
+ ApiPropertyOptional(),
85
+ IsInt(),
86
+ IsOptional(),
87
+ __metadata("design:type", Number)
88
+ ], QueryRatingPaginated.prototype, "toRecall", void 0);
89
+ __decorate([
90
+ ApiPropertyOptional(),
91
+ IsOptional(),
92
+ IsDateString(),
93
+ __metadata("design:type", String)
94
+ ], QueryRatingPaginated.prototype, "noticeDate", void 0);
45
95
  //# sourceMappingURL=QueryRatingPaginated.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryRatingPaginated.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/rating/QueryRatingPaginated.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;IAQ7B,KAAK,CAAS;IASd,IAAI,CAAS;IAQb,SAAS,CAAS;CACrB;AAlBG;IAPD,WAAW,CAAC;QACX,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,EAAE;QACX,OAAO,EAAE,EAAE;KACZ,CAAC;;mDACc;AASd;IAPD,WAAW,CAAC;QACX,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;QACV,OAAO,EAAE,CAAC;KACX,CAAC;;kDACa;AAQb;IAND,mBAAmB,CAAC;QACnB,WAAW,EAAE,WAAW;QACxB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;;uDACkB","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryRatingPaginated {\n @ApiProperty({\n description: 'limit of element',\n required: true,\n type: Number,\n default: 50,\n example: 50,\n })\n limit: number;\n\n @ApiProperty({\n description: 'limit of element',\n required: true,\n type: Number,\n default: 1,\n example: 5,\n })\n page: number;\n\n @ApiPropertyOptional({\n description: 'idSociety',\n required: false,\n type: Number,\n example: 1,\n })\n idSociety: number;\n}"]}
1
+ {"version":3,"file":"QueryRatingPaginated.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/rating/QueryRatingPaginated.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;IAQ7B,KAAK,CAAS;IASd,IAAI,CAAS;IAQb,SAAS,CAAS;IAKlB,MAAM,CAAU;IAKhB,WAAW,CAAU;IAKrB,OAAO,CAAU;IAKjB,oBAAoB,CAAU;IAK9B,MAAM,CAAU;IAKhB,QAAQ,CAAU;IAKlB,UAAU,CAAU;CACvB;AArDG;IAPD,WAAW,CAAC;QACX,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,EAAE;QACX,OAAO,EAAE,EAAE;KACZ,CAAC;;mDACc;AASd;IAPD,WAAW,CAAC;QACX,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;QACV,OAAO,EAAE,CAAC;KACX,CAAC;;kDACa;AAQb;IAND,mBAAmB,CAAC;QACnB,WAAW,EAAE,WAAW;QACxB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;;uDACkB;AAKlB;IAHD,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;oDACO;AAKhB;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;yDACU;AAKrB;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;qDACM;AAKjB;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;kEACmB;AAK9B;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;oDACK;AAKhB;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;sDACO;AAKlB;IAHD,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,YAAY,EAAE;;wDACO","sourcesContent":["import { IsDateString, IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryRatingPaginated {\n @ApiProperty({\n description: 'limit of element',\n required: true,\n type: Number,\n default: 50,\n example: 50,\n })\n limit: number;\n\n @ApiProperty({\n description: 'limit of element',\n required: true,\n type: Number,\n default: 1,\n example: 5,\n })\n page: number;\n\n @ApiPropertyOptional({\n description: 'idSociety',\n required: false,\n type: Number,\n example: 1,\n })\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n supportType?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n average?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idUserWhoCalledFirst?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n status?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n toRecall?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDateString()\n noticeDate?: string;\n}"]}
@@ -0,0 +1,6 @@
1
+ export declare class UpdateRating {
2
+ idSociety: number;
3
+ pseudo?: string;
4
+ status?: number;
5
+ }
6
+ //# sourceMappingURL=UpdateRating.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateRating.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/rating/UpdateRating.ts"],"names":[],"mappings":"AAGA,qBAAa,YAAY;IAOrB,SAAS,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,38 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsInt, IsOptional, IsString } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ export class UpdateRating {
13
+ idSociety;
14
+ pseudo;
15
+ status;
16
+ }
17
+ __decorate([
18
+ ApiPropertyOptional({
19
+ description: 'idSociety',
20
+ required: false,
21
+ type: Number,
22
+ example: 1,
23
+ }),
24
+ __metadata("design:type", Number)
25
+ ], UpdateRating.prototype, "idSociety", void 0);
26
+ __decorate([
27
+ ApiPropertyOptional(),
28
+ IsOptional(),
29
+ IsString(),
30
+ __metadata("design:type", String)
31
+ ], UpdateRating.prototype, "pseudo", void 0);
32
+ __decorate([
33
+ ApiPropertyOptional(),
34
+ IsInt(),
35
+ IsOptional(),
36
+ __metadata("design:type", Number)
37
+ ], UpdateRating.prototype, "status", void 0);
38
+ //# sourceMappingURL=UpdateRating.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateRating.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/rating/UpdateRating.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,YAAY;IAOrB,SAAS,CAAS;IAKlB,MAAM,CAAU;IAKhB,MAAM,CAAU;CACnB;AAXG;IAND,mBAAmB,CAAC;QACnB,WAAW,EAAE,WAAW;QACxB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,CAAC;KACX,CAAC;;+CACkB;AAKlB;IAHD,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACO;AAKhB;IAHD,mBAAmB,EAAE;IACrB,KAAK,EAAE;IACP,UAAU,EAAE;;4CACK","sourcesContent":["import { IsInt, IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateRating {\n @ApiPropertyOptional({\n description: 'idSociety',\n required: false,\n type: Number,\n example: 1,\n })\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n pseudo?: string;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n status?: number;\n}"]}
@@ -0,0 +1,7 @@
1
+ export declare class CreateRatingHistory {
2
+ callingDate?: string;
3
+ commentResponse?: string;
4
+ idUserWhoCalled?: number;
5
+ idRating?: number;
6
+ }
7
+ //# sourceMappingURL=CreateRatingHistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRatingHistory.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ratingHistory/CreateRatingHistory.ts"],"names":[],"mappings":"AAGA,qBAAa,mBAAmB;IAG5B,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAGrB"}
@@ -0,0 +1,38 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsDateString, IsInt, IsString } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class CreateRatingHistory {
13
+ callingDate;
14
+ commentResponse;
15
+ idUserWhoCalled;
16
+ idRating;
17
+ }
18
+ __decorate([
19
+ ApiProperty(),
20
+ IsDateString(),
21
+ __metadata("design:type", String)
22
+ ], CreateRatingHistory.prototype, "callingDate", void 0);
23
+ __decorate([
24
+ ApiProperty(),
25
+ IsString(),
26
+ __metadata("design:type", String)
27
+ ], CreateRatingHistory.prototype, "commentResponse", void 0);
28
+ __decorate([
29
+ ApiProperty(),
30
+ IsInt(),
31
+ __metadata("design:type", Number)
32
+ ], CreateRatingHistory.prototype, "idUserWhoCalled", void 0);
33
+ __decorate([
34
+ ApiProperty(),
35
+ IsInt(),
36
+ __metadata("design:type", Number)
37
+ ], CreateRatingHistory.prototype, "idRating", void 0);
38
+ //# sourceMappingURL=CreateRatingHistory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRatingHistory.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/ratingHistory/CreateRatingHistory.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,mBAAmB;IAG5B,WAAW,CAAU;IAIrB,eAAe,CAAU;IAIzB,eAAe,CAAU;IAIzB,QAAQ,CAAU;CAGrB;AAfG;IAFD,WAAW,EAAE;IACb,YAAY,EAAE;;wDACQ;AAIrB;IAFD,WAAW,EAAE;IACb,QAAQ,EAAE;;4DACgB;AAIzB;IAFD,WAAW,EAAE;IACb,KAAK,EAAE;;4DACmB;AAIzB;IAFD,WAAW,EAAE;IACb,KAAK,EAAE;;qDACY","sourcesContent":["import { IsDateString, IsInt, IsString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class CreateRatingHistory {\n @ApiProperty()\n @IsDateString()\n callingDate?: string;\n\n @ApiProperty()\n @IsString()\n commentResponse?: string;\n\n @ApiProperty()\n @IsInt()\n idUserWhoCalled?: number;\n\n @ApiProperty()\n @IsInt()\n idRating?: number;\n\n\n}"]}
@@ -1,6 +1,7 @@
1
1
  export declare class CreateTerminationList {
2
2
  idTerminationType?: number;
3
3
  idTerminationState?: number;
4
+ idTerminationConclusion?: number;
4
5
  comment?: string;
5
6
  recalledCustomer?: Date;
6
7
  recalledCustomerBySupervisor?: Date;
@@ -9,9 +10,9 @@ export declare class CreateTerminationList {
9
10
  endContractDate?: Date;
10
11
  refund?: boolean;
11
12
  refundAmount?: number;
12
- monthlyPrice: number;
13
- monthNumber: number;
14
- monthOffer: number;
13
+ monthlyPrice?: number;
14
+ monthNumber?: number;
15
+ monthOffer?: number;
15
16
  idReasonTermination?: number[];
16
17
  idSociety: number;
17
18
  idPrestation: number[];
@@ -19,4 +20,24 @@ export declare class CreateTerminationList {
19
20
  needPaymentLink?: boolean;
20
21
  totalAmount?: number;
21
22
  }
23
+ export declare class UpdateTerminationList {
24
+ idTerminationType?: number;
25
+ idTerminationState?: number;
26
+ idTerminationConclusion?: number;
27
+ comment?: string;
28
+ effectiveDate?: Date;
29
+ idExercice?: number | null;
30
+ endContractDate?: Date;
31
+ refund?: boolean;
32
+ refundAmount?: number;
33
+ idRefund?: number;
34
+ monthlyPrice?: number;
35
+ monthNumber?: number;
36
+ monthOffer?: number;
37
+ idReasonTermination?: number[];
38
+ idSociety?: number;
39
+ idPrestation?: number;
40
+ idCollaborateur?: number;
41
+ totalAmount?: number;
42
+ }
22
43
  //# sourceMappingURL=CreateTerminationList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateTerminationList.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/terminationList/CreateTerminationList.ts"],"names":[],"mappings":"AAQA,qBAAa,qBAAqB;IAI9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAK3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAK5B,OAAO,CAAC,EAAE,MAAM,CAAC;IAMjB,gBAAgB,CAAC,EAAE,IAAI,CAAC;IAMxB,4BAA4B,CAAC,EAAE,IAAI,CAAC;IAIpC,aAAa,EAAE,IAAI,CAAC;IAKpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,eAAe,CAAC,EAAE,IAAI,CAAC;IAMvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,YAAY,EAAE,MAAM,CAAC;IAKrB,WAAW,EAAE,MAAM,CAAC;IAKpB,UAAU,EAAE,MAAM,CAAC;IAKnB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAI/B,SAAS,EAAE,MAAM,CAAC;IAIlB,YAAY,EAAE,MAAM,EAAE,CAAC;IAKvB,eAAe,CAAC,EAAE,MAAM,CAAC;IAMzB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
1
+ {"version":3,"file":"CreateTerminationList.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/terminationList/CreateTerminationList.ts"],"names":[],"mappings":"AAQA,qBAAa,qBAAqB;IAI9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAK3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAK5B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAKjC,OAAO,CAAC,EAAE,MAAM,CAAC;IAMjB,gBAAgB,CAAC,EAAE,IAAI,CAAC;IAMxB,4BAA4B,CAAC,EAAE,IAAI,CAAC;IAIpC,aAAa,EAAE,IAAI,CAAC;IAKpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAK1B,eAAe,CAAC,EAAE,IAAI,CAAC;IAMvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAI/B,SAAS,EAAE,MAAM,CAAC;IAIlB,YAAY,EAAE,MAAM,EAAE,CAAC;IAKvB,eAAe,CAAC,EAAE,MAAM,CAAC;IAMzB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,qBAAa,qBAAqB;IAI9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAK3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAK5B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAKjC,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,aAAa,CAAC,EAAE,IAAI,CAAC;IAKrB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK3B,eAAe,CAAC,EAAE,IAAI,CAAC;IAMvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAK/B,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAKzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}