@rodrigobeber/patoai-dtos 3.23.3 → 3.23.5

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 (375) hide show
  1. package/package.json +1 -1
  2. package/dist/agenda/available-slot.dto.d.ts +0 -5
  3. package/dist/agenda/available-slot.dto.js +0 -2
  4. package/dist/agenda/cancel-appointments.dto.d.ts +0 -4
  5. package/dist/agenda/cancel-appointments.dto.js +0 -2
  6. package/dist/agenda/create-appointment.dto.d.ts +0 -18
  7. package/dist/agenda/create-appointment.dto.js +0 -2
  8. package/dist/agenda/create-appointments.dto.d.ts +0 -12
  9. package/dist/agenda/create-appointments.dto.js +0 -2
  10. package/dist/agenda/get-availability.dto.d.ts +0 -8
  11. package/dist/agenda/get-availability.dto.js +0 -2
  12. package/dist/agenda/index.d.ts +0 -5
  13. package/dist/agenda/index.js +0 -21
  14. package/dist/agenda/update-appointment.dto.d.ts +0 -7
  15. package/dist/agenda/update-appointment.dto.js +0 -2
  16. package/dist/ai/audio/index.d.ts +0 -3
  17. package/dist/ai/audio/index.js +0 -19
  18. package/dist/ai/audio/speech-request.dto.d.ts +0 -9
  19. package/dist/ai/audio/speech-request.dto.js +0 -2
  20. package/dist/ai/audio/transcription-request.dto.d.ts +0 -8
  21. package/dist/ai/audio/transcription-request.dto.js +0 -2
  22. package/dist/ai/audio/transcription.dto.d.ts +0 -4
  23. package/dist/ai/audio/transcription.dto.js +0 -2
  24. package/dist/ai/core/base64.dto.d.ts +0 -5
  25. package/dist/ai/core/base64.dto.js +0 -2
  26. package/dist/ai/core/completion.enum.d.ts +0 -7
  27. package/dist/ai/core/completion.enum.js +0 -11
  28. package/dist/ai/core/index.d.ts +0 -4
  29. package/dist/ai/core/index.js +0 -20
  30. package/dist/ai/core/provider.dto.d.ts +0 -5
  31. package/dist/ai/core/provider.dto.js +0 -2
  32. package/dist/ai/core/provider.enum.d.ts +0 -5
  33. package/dist/ai/core/provider.enum.js +0 -9
  34. package/dist/ai/index.d.ts +0 -3
  35. package/dist/ai/index.js +0 -19
  36. package/dist/ai/text/completion-request.dto.d.ts +0 -14
  37. package/dist/ai/text/completion-request.dto.js +0 -2
  38. package/dist/ai/text/completion.dto.d.ts +0 -6
  39. package/dist/ai/text/completion.dto.js +0 -2
  40. package/dist/ai/text/index.d.ts +0 -6
  41. package/dist/ai/text/index.js +0 -22
  42. package/dist/ai/text/input-message.dto.d.ts +0 -33
  43. package/dist/ai/text/input-message.dto.js +0 -2
  44. package/dist/ai/text/response-create.dto.d.ts +0 -20
  45. package/dist/ai/text/response-create.dto.js +0 -2
  46. package/dist/ai/text/response-retrieve.dto.d.ts +0 -5
  47. package/dist/ai/text/response-retrieve.dto.js +0 -2
  48. package/dist/ai/text/response.dto.d.ts +0 -11
  49. package/dist/ai/text/response.dto.js +0 -2
  50. package/dist/auth/access-token.dto.d.ts +0 -3
  51. package/dist/auth/access-token.dto.js +0 -2
  52. package/dist/auth/account-role.enum.d.ts +0 -4
  53. package/dist/auth/account-role.enum.js +0 -8
  54. package/dist/auth/account.dto.d.ts +0 -8
  55. package/dist/auth/account.dto.js +0 -2
  56. package/dist/auth/get-accounts.dto.d.ts +0 -3
  57. package/dist/auth/get-accounts.dto.js +0 -2
  58. package/dist/auth/index.d.ts +0 -9
  59. package/dist/auth/index.js +0 -25
  60. package/dist/auth/login-response.dto.d.ts +0 -5
  61. package/dist/auth/login-response.dto.js +0 -2
  62. package/dist/auth/login.dto.d.ts +0 -4
  63. package/dist/auth/login.dto.js +0 -2
  64. package/dist/auth/password-reset-request.dto.d.ts +0 -3
  65. package/dist/auth/password-reset-request.dto.js +0 -2
  66. package/dist/auth/password-reset.dto.d.ts +0 -4
  67. package/dist/auth/password-reset.dto.js +0 -2
  68. package/dist/auth/register.dto.d.ts +0 -6
  69. package/dist/auth/register.dto.js +0 -2
  70. package/dist/automation/broadcast-target.dto.d.ts +0 -4
  71. package/dist/automation/broadcast-target.dto.js +0 -2
  72. package/dist/automation/index.d.ts +0 -1
  73. package/dist/automation/index.js +0 -17
  74. package/dist/calendar/appointment-filter.dto.d.ts +0 -12
  75. package/dist/calendar/appointment-filter.dto.js +0 -2
  76. package/dist/calendar/appointment-status.enum.d.ts +0 -7
  77. package/dist/calendar/appointment-status.enum.js +0 -11
  78. package/dist/calendar/availability-window.dto.d.ts +0 -5
  79. package/dist/calendar/availability-window.dto.js +0 -2
  80. package/dist/calendar/calendar-filter.dto.d.ts +0 -4
  81. package/dist/calendar/calendar-filter.dto.js +0 -2
  82. package/dist/calendar/calendar.dto.d.ts +0 -11
  83. package/dist/calendar/calendar.dto.js +0 -2
  84. package/dist/calendar/create-appointment.dto.d.ts +0 -15
  85. package/dist/calendar/create-appointment.dto.js +0 -2
  86. package/dist/calendar/create-availability.dto.d.ts +0 -9
  87. package/dist/calendar/create-availability.dto.js +0 -2
  88. package/dist/calendar/create-bulk-availability.dto.d.ts +0 -9
  89. package/dist/calendar/create-bulk-availability.dto.js +0 -2
  90. package/dist/calendar/create-calendar.dto.d.ts +0 -7
  91. package/dist/calendar/create-calendar.dto.js +0 -2
  92. package/dist/calendar/date-range.dto.d.ts +0 -4
  93. package/dist/calendar/date-range.dto.js +0 -2
  94. package/dist/calendar/index.d.ts +0 -17
  95. package/dist/calendar/index.js +0 -33
  96. package/dist/calendar/time-slot.dto.d.ts +0 -4
  97. package/dist/calendar/time-slot.dto.js +0 -2
  98. package/dist/calendar/update-appointment.dto.d.ts +0 -10
  99. package/dist/calendar/update-appointment.dto.js +0 -2
  100. package/dist/calendar/update-calendar.dto.d.ts +0 -7
  101. package/dist/calendar/update-calendar.dto.js +0 -2
  102. package/dist/calendar/upflows-appointment-response.dto.d.ts +0 -14
  103. package/dist/calendar/upflows-appointment-response.dto.js +0 -2
  104. package/dist/calendar/upflows-availability-response.dto.d.ts +0 -10
  105. package/dist/calendar/upflows-availability-response.dto.js +0 -2
  106. package/dist/calendar/upflows-available-slot.dto.d.ts +0 -6
  107. package/dist/calendar/upflows-available-slot.dto.js +0 -2
  108. package/dist/calendar/upflows-create-appointment.dto.d.ts +0 -17
  109. package/dist/calendar/upflows-create-appointment.dto.js +0 -2
  110. package/dist/calendar/upflows-delete-appointment.dto.d.ts +0 -6
  111. package/dist/calendar/upflows-delete-appointment.dto.js +0 -2
  112. package/dist/calendar/upflows-get-availability.dto.d.ts +0 -9
  113. package/dist/calendar/upflows-get-availability.dto.js +0 -2
  114. package/dist/chat/index.d.ts +0 -3
  115. package/dist/chat/index.js +0 -19
  116. package/dist/chat/media/index.d.ts +0 -3
  117. package/dist/chat/media/index.js +0 -19
  118. package/dist/chat/media/media-info.dto.d.ts +0 -12
  119. package/dist/chat/media/media-info.dto.js +0 -2
  120. package/dist/chat/media/media.dto.d.ts +0 -5
  121. package/dist/chat/media/media.dto.js +0 -2
  122. package/dist/chat/media/media.enum.d.ts +0 -7
  123. package/dist/chat/media/media.enum.js +0 -11
  124. package/dist/chat/schedule/cancel-schedule.dto.d.ts +0 -7
  125. package/dist/chat/schedule/cancel-schedule.dto.js +0 -2
  126. package/dist/chat/schedule/create-schedule.dto.d.ts +0 -9
  127. package/dist/chat/schedule/create-schedule.dto.js +0 -2
  128. package/dist/chat/schedule/index.d.ts +0 -2
  129. package/dist/chat/schedule/index.js +0 -18
  130. package/dist/chat/thread/index.d.ts +0 -6
  131. package/dist/chat/thread/index.js +0 -22
  132. package/dist/chat/thread/message/assistant-message.dto.d.ts +0 -10
  133. package/dist/chat/thread/message/assistant-message.dto.js +0 -2
  134. package/dist/chat/thread/message/developer-message.dto.d.ts +0 -4
  135. package/dist/chat/thread/message/developer-message.dto.js +0 -2
  136. package/dist/chat/thread/message/index.d.ts +0 -5
  137. package/dist/chat/thread/message/index.js +0 -21
  138. package/dist/chat/thread/message/owner-message.dto.d.ts +0 -10
  139. package/dist/chat/thread/message/owner-message.dto.js +0 -2
  140. package/dist/chat/thread/message/pre-input-message.dto.d.ts +0 -13
  141. package/dist/chat/thread/message/pre-input-message.dto.js +0 -2
  142. package/dist/chat/thread/message/user-message.dto.d.ts +0 -9
  143. package/dist/chat/thread/message/user-message.dto.js +0 -2
  144. package/dist/chat/thread/set-manual-mode.dto.d.ts +0 -8
  145. package/dist/chat/thread/set-manual-mode.dto.js +0 -2
  146. package/dist/chat/thread/set-user-name.dto.d.ts +0 -4
  147. package/dist/chat/thread/set-user-name.dto.js +0 -2
  148. package/dist/chat/thread/stop-follow-up.dto.d.ts +0 -6
  149. package/dist/chat/thread/stop-follow-up.dto.js +0 -2
  150. package/dist/chat/thread/thread-processing.dto.d.ts +0 -5
  151. package/dist/chat/thread/thread-processing.dto.js +0 -2
  152. package/dist/chat/thread/thread.dto.d.ts +0 -5
  153. package/dist/chat/thread/thread.dto.js +0 -2
  154. package/dist/crew/crew-completion.dto.d.ts +0 -10
  155. package/dist/crew/crew-completion.dto.js +0 -2
  156. package/dist/crew/crew.dto.d.ts +0 -38
  157. package/dist/crew/crew.dto.js +0 -2
  158. package/dist/crew/get-provider.dto.d.ts +0 -5
  159. package/dist/crew/get-provider.dto.js +0 -2
  160. package/dist/crew/index.d.ts +0 -5
  161. package/dist/crew/index.js +0 -21
  162. package/dist/crew/permission-type.enum.d.ts +0 -4
  163. package/dist/crew/permission-type.enum.js +0 -8
  164. package/dist/crew/vision.enum.d.ts +0 -6
  165. package/dist/crew/vision.enum.js +0 -10
  166. package/dist/crm/crm.dto.d.ts +0 -7
  167. package/dist/crm/crm.dto.js +0 -2
  168. package/dist/crm/index.d.ts +0 -3
  169. package/dist/crm/index.js +0 -19
  170. package/dist/crm/set-lead-stage.dto.d.ts +0 -13
  171. package/dist/crm/set-lead-stage.dto.js +0 -2
  172. package/dist/crm/stage-type.enum.d.ts +0 -17
  173. package/dist/crm/stage-type.enum.js +0 -21
  174. package/dist/handoff/get-handoff-message.dto.d.ts +0 -4
  175. package/dist/handoff/get-handoff-message.dto.js +0 -2
  176. package/dist/handoff/index.d.ts +0 -1
  177. package/dist/handoff/index.js +0 -17
  178. package/dist/index.d.ts +0 -12
  179. package/dist/index.js +0 -28
  180. package/dist/organization/crew-usage.dto.d.ts +0 -11
  181. package/dist/organization/crew-usage.dto.js +0 -2
  182. package/dist/organization/index.d.ts +0 -2
  183. package/dist/organization/index.js +0 -18
  184. package/dist/organization/member-role.enum.d.ts +0 -8
  185. package/dist/organization/member-role.enum.js +0 -12
  186. package/dist/run/index.d.ts +0 -6
  187. package/dist/run/index.js +0 -22
  188. package/dist/run/run-pending-resume.dto.d.ts +0 -4
  189. package/dist/run/run-pending-resume.dto.js +0 -2
  190. package/dist/run/run-response-create.dto.d.ts +0 -10
  191. package/dist/run/run-response-create.dto.js +0 -2
  192. package/dist/run/run-result.dto.d.ts +0 -12
  193. package/dist/run/run-result.dto.js +0 -2
  194. package/dist/run/run.dto.d.ts +0 -15
  195. package/dist/run/run.dto.js +0 -2
  196. package/dist/run/run.enum.d.ts +0 -5
  197. package/dist/run/run.enum.js +0 -9
  198. package/dist/run/usage.dto.d.ts +0 -5
  199. package/dist/run/usage.dto.js +0 -2
  200. package/dist/tool/get-tools.dto.d.ts +0 -5
  201. package/dist/tool/get-tools.dto.js +0 -2
  202. package/dist/tool/index.d.ts +0 -4
  203. package/dist/tool/index.js +0 -20
  204. package/dist/tool/tool-call.dto.d.ts +0 -15
  205. package/dist/tool/tool-call.dto.js +0 -2
  206. package/dist/tool/tool-response.dto.d.ts +0 -10
  207. package/dist/tool/tool-response.dto.js +0 -2
  208. package/dist/tool/tool.enum.d.ts +0 -9
  209. package/dist/tool/tool.enum.js +0 -13
  210. package/dist/uh/channel.dto.d.ts +0 -16
  211. package/dist/uh/channel.dto.js +0 -2
  212. package/dist/uh/get-file.dto.d.ts +0 -5
  213. package/dist/uh/get-file.dto.js +0 -2
  214. package/dist/uh/index.d.ts +0 -14
  215. package/dist/uh/index.js +0 -30
  216. package/dist/uh/platform.dto.d.ts +0 -34
  217. package/dist/uh/platform.dto.js +0 -35
  218. package/dist/uh/reply-message.dto.d.ts +0 -5
  219. package/dist/uh/reply-message.dto.js +0 -2
  220. package/dist/uh/send-asset.dto.d.ts +0 -12
  221. package/dist/uh/send-asset.dto.js +0 -2
  222. package/dist/uh/send-contact.dto.d.ts +0 -9
  223. package/dist/uh/send-contact.dto.js +0 -2
  224. package/dist/uh/send-header.dto.d.ts +0 -10
  225. package/dist/uh/send-header.dto.js +0 -2
  226. package/dist/uh/send-media.dto.d.ts +0 -7
  227. package/dist/uh/send-media.dto.js +0 -2
  228. package/dist/uh/send-receipts.dto.d.ts +0 -8
  229. package/dist/uh/send-receipts.dto.js +0 -2
  230. package/dist/uh/send-speech.dto.d.ts +0 -7
  231. package/dist/uh/send-speech.dto.js +0 -2
  232. package/dist/uh/send-template.dto.d.ts +0 -10
  233. package/dist/uh/send-template.dto.js +0 -2
  234. package/dist/uh/send-text.dto.d.ts +0 -5
  235. package/dist/uh/send-text.dto.js +0 -2
  236. package/dist/uh/sent-message.dto.d.ts +0 -6
  237. package/dist/uh/sent-message.dto.js +0 -2
  238. package/dist/uh/sent-template.dto.d.ts +0 -4
  239. package/dist/uh/sent-template.dto.js +0 -2
  240. package/dist/webchat/agent/index.d.ts +0 -2
  241. package/dist/webchat/agent/index.js +0 -18
  242. package/dist/webchat/agent/webchat-prompt.dto.d.ts +0 -6
  243. package/dist/webchat/agent/webchat-prompt.dto.js +0 -2
  244. package/dist/webchat/agent/webchat-update-prompt.dto.d.ts +0 -3
  245. package/dist/webchat/agent/webchat-update-prompt.dto.js +0 -2
  246. package/dist/webchat/automation/create-broadcast-template.dto.d.ts +0 -10
  247. package/dist/webchat/automation/create-broadcast-template.dto.js +0 -2
  248. package/dist/webchat/automation/index.d.ts +0 -0
  249. package/dist/webchat/automation/index.js +0 -1
  250. package/dist/webchat/calendar/index.d.ts +0 -11
  251. package/dist/webchat/calendar/index.js +0 -27
  252. package/dist/webchat/calendar/webchat-appointment.dto.d.ts +0 -19
  253. package/dist/webchat/calendar/webchat-appointment.dto.js +0 -2
  254. package/dist/webchat/calendar/webchat-availability.dto.d.ts +0 -6
  255. package/dist/webchat/calendar/webchat-availability.dto.js +0 -2
  256. package/dist/webchat/calendar/webchat-available-slot.dto.d.ts +0 -3
  257. package/dist/webchat/calendar/webchat-available-slot.dto.js +0 -2
  258. package/dist/webchat/calendar/webchat-calendar.dto.d.ts +0 -11
  259. package/dist/webchat/calendar/webchat-calendar.dto.js +0 -2
  260. package/dist/webchat/calendar/webchat-cancel-appointment.dto.d.ts +0 -3
  261. package/dist/webchat/calendar/webchat-cancel-appointment.dto.js +0 -2
  262. package/dist/webchat/calendar/webchat-create-appointment.d.ts +0 -3
  263. package/dist/webchat/calendar/webchat-create-appointment.dto.d.ts +0 -3
  264. package/dist/webchat/calendar/webchat-create-appointment.dto.js +0 -2
  265. package/dist/webchat/calendar/webchat-create-appointment.js +0 -2
  266. package/dist/webchat/calendar/webchat-create-availability.dto.d.ts +0 -6
  267. package/dist/webchat/calendar/webchat-create-availability.dto.js +0 -2
  268. package/dist/webchat/calendar/webchat-delete-availability.dto.d.ts +0 -6
  269. package/dist/webchat/calendar/webchat-delete-availability.dto.js +0 -2
  270. package/dist/webchat/calendar/webchat-facility.dto.d.ts +0 -39
  271. package/dist/webchat/calendar/webchat-facility.dto.js +0 -2
  272. package/dist/webchat/calendar/webchat-mark-as-show-appointment.dto.d.ts +0 -3
  273. package/dist/webchat/calendar/webchat-mark-as-show-appointment.dto.js +0 -2
  274. package/dist/webchat/calendar/webchat-professional.dto.d.ts +0 -14
  275. package/dist/webchat/calendar/webchat-professional.dto.js +0 -2
  276. package/dist/webchat/calendar/webchat-report.dto.d.ts +0 -19
  277. package/dist/webchat/calendar/webchat-report.dto.js +0 -2
  278. package/dist/webchat/calendar/webchat-service.dto.d.ts +0 -20
  279. package/dist/webchat/calendar/webchat-service.dto.js +0 -2
  280. package/dist/webchat/calendar/webchat-update-appointment.d.ts +0 -3
  281. package/dist/webchat/calendar/webchat-update-appointment.dto.d.ts +0 -3
  282. package/dist/webchat/calendar/webchat-update-appointment.dto.js +0 -2
  283. package/dist/webchat/calendar/webchat-update-appointment.js +0 -2
  284. package/dist/webchat/crew/index.d.ts +0 -4
  285. package/dist/webchat/crew/index.js +0 -20
  286. package/dist/webchat/crew/webchat-channel.dto.d.ts +0 -9
  287. package/dist/webchat/crew/webchat-channel.dto.js +0 -2
  288. package/dist/webchat/crew/webchat-crew.dto.d.ts +0 -22
  289. package/dist/webchat/crew/webchat-crew.dto.js +0 -2
  290. package/dist/webchat/crew/webchat-id-crew.dto.d.ts +0 -12
  291. package/dist/webchat/crew/webchat-id-crew.dto.js +0 -2
  292. package/dist/webchat/crew/webchat-membership.dto.d.ts +0 -7
  293. package/dist/webchat/crew/webchat-membership.dto.js +0 -2
  294. package/dist/webchat/crm/index.d.ts +0 -13
  295. package/dist/webchat/crm/index.js +0 -29
  296. package/dist/webchat/crm/webchat-acrate.dto.d.ts +0 -65
  297. package/dist/webchat/crm/webchat-acrate.dto.js +0 -2
  298. package/dist/webchat/crm/webchat-create-tag.dto.d.ts +0 -8
  299. package/dist/webchat/crm/webchat-create-tag.dto.js +0 -2
  300. package/dist/webchat/crm/webchat-crm.dto.d.ts +0 -10
  301. package/dist/webchat/crm/webchat-crm.dto.js +0 -2
  302. package/dist/webchat/crm/webchat-delete-tag.dto.d.ts +0 -4
  303. package/dist/webchat/crm/webchat-delete-tag.dto.js +0 -2
  304. package/dist/webchat/crm/webchat-get-lead-history.dto.d.ts +0 -3
  305. package/dist/webchat/crm/webchat-get-lead-history.dto.js +0 -2
  306. package/dist/webchat/crm/webchat-lead.dto.d.ts +0 -17
  307. package/dist/webchat/crm/webchat-lead.dto.js +0 -2
  308. package/dist/webchat/crm/webchat-set-lead-observation.dto.d.ts +0 -4
  309. package/dist/webchat/crm/webchat-set-lead-observation.dto.js +0 -2
  310. package/dist/webchat/crm/webchat-set-lead-paid.dto.d.ts +0 -4
  311. package/dist/webchat/crm/webchat-set-lead-paid.dto.js +0 -2
  312. package/dist/webchat/crm/webchat-set-lead-stage.dto.d.ts +0 -4
  313. package/dist/webchat/crm/webchat-set-lead-stage.dto.js +0 -2
  314. package/dist/webchat/crm/webchat-set-tag.dto.d.ts +0 -5
  315. package/dist/webchat/crm/webchat-set-tag.dto.js +0 -2
  316. package/dist/webchat/crm/webchat-stage-history.dto.d.ts +0 -7
  317. package/dist/webchat/crm/webchat-stage-history.dto.js +0 -2
  318. package/dist/webchat/crm/webchat-stage.dto.d.ts +0 -11
  319. package/dist/webchat/crm/webchat-stage.dto.js +0 -2
  320. package/dist/webchat/crm/webchat-tag.dto.d.ts +0 -8
  321. package/dist/webchat/crm/webchat-tag.dto.js +0 -2
  322. package/dist/webchat/handoff/index.d.ts +0 -2
  323. package/dist/webchat/handoff/index.js +0 -18
  324. package/dist/webchat/handoff/webchat-handoff.dto.d.ts +0 -9
  325. package/dist/webchat/handoff/webchat-handoff.dto.js +0 -2
  326. package/dist/webchat/handoff/webchat-stage-handoff.dto.d.ts +0 -6
  327. package/dist/webchat/handoff/webchat-stage-handoff.dto.js +0 -2
  328. package/dist/webchat/index.d.ts +0 -8
  329. package/dist/webchat/index.js +0 -24
  330. package/dist/webchat/organization/index.d.ts +0 -1
  331. package/dist/webchat/organization/index.js +0 -17
  332. package/dist/webchat/organization/webchat-hours.dto.d.ts +0 -15
  333. package/dist/webchat/organization/webchat-hours.dto.js +0 -2
  334. package/dist/webchat/schedule/index.d.ts +0 -1
  335. package/dist/webchat/schedule/index.js +0 -17
  336. package/dist/webchat/schedule/webchat-schedule-history.dto.d.ts +0 -9
  337. package/dist/webchat/schedule/webchat-schedule-history.dto.js +0 -2
  338. package/dist/webchat/thread/index.d.ts +0 -17
  339. package/dist/webchat/thread/index.js +0 -33
  340. package/dist/webchat/thread/webchat-broadcast.dto.d.ts +0 -0
  341. package/dist/webchat/thread/webchat-broadcast.dto.js +0 -1
  342. package/dist/webchat/thread/webchat-credit.dto.d.ts +0 -21
  343. package/dist/webchat/thread/webchat-credit.dto.js +0 -2
  344. package/dist/webchat/thread/webchat-delete-messages.dto.d.ts +0 -5
  345. package/dist/webchat/thread/webchat-delete-messages.dto.js +0 -2
  346. package/dist/webchat/thread/webchat-get-media-url.dto.d.ts +0 -7
  347. package/dist/webchat/thread/webchat-get-media-url.dto.js +0 -2
  348. package/dist/webchat/thread/webchat-id-thread.dto.d.ts +0 -18
  349. package/dist/webchat/thread/webchat-id-thread.dto.js +0 -2
  350. package/dist/webchat/thread/webchat-last-message.dto.d.ts +0 -10
  351. package/dist/webchat/thread/webchat-last-message.dto.js +0 -2
  352. package/dist/webchat/thread/webchat-media-upload-info.dto.d.ts +0 -8
  353. package/dist/webchat/thread/webchat-media-upload-info.dto.js +0 -2
  354. package/dist/webchat/thread/webchat-media.dto.d.ts +0 -11
  355. package/dist/webchat/thread/webchat-media.dto.js +0 -2
  356. package/dist/webchat/thread/webchat-message-create.dto.d.ts +0 -13
  357. package/dist/webchat/thread/webchat-message-create.dto.js +0 -2
  358. package/dist/webchat/thread/webchat-message-not-created.dto.d.ts +0 -5
  359. package/dist/webchat/thread/webchat-message-not-created.dto.js +0 -2
  360. package/dist/webchat/thread/webchat-message.dto.d.ts +0 -18
  361. package/dist/webchat/thread/webchat-message.dto.js +0 -2
  362. package/dist/webchat/thread/webchat-messages-deleted.dto.d.ts +0 -4
  363. package/dist/webchat/thread/webchat-messages-deleted.dto.js +0 -2
  364. package/dist/webchat/thread/webchat-set-online.dto.d.ts +0 -4
  365. package/dist/webchat/thread/webchat-set-online.dto.js +0 -2
  366. package/dist/webchat/thread/webchat-set-processed.dto.d.ts +0 -5
  367. package/dist/webchat/thread/webchat-set-processed.dto.js +0 -2
  368. package/dist/webchat/thread/webchat-set-thread-manual.dto.d.ts +0 -5
  369. package/dist/webchat/thread/webchat-set-thread-manual.dto.js +0 -2
  370. package/dist/webchat/thread/webchat-set-user-name.dto.d.ts +0 -4
  371. package/dist/webchat/thread/webchat-set-user-name.dto.js +0 -2
  372. package/dist/webchat/thread/webchat-thread.dto.d.ts +0 -21
  373. package/dist/webchat/thread/webchat-thread.dto.js +0 -2
  374. package/dist/webchat/thread/webchat-update-message.dto.d.ts +0 -5
  375. package/dist/webchat/thread/webchat-update-message.dto.js +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "3.23.3",
3
+ "version": "3.23.5",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,5 +0,0 @@
1
- export interface AvailableSlotDto {
2
- idProfessional: number;
3
- start: Date;
4
- end: Date;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface CancelAppointmentsDto {
2
- idThread: string;
3
- reason: string;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,18 +0,0 @@
1
- export interface CreateAppointmentBaseDto {
2
- idThread: string | null;
3
- startAt: Date;
4
- endAt: Date;
5
- idHuman?: number;
6
- title?: string;
7
- note?: string;
8
- attendeeName?: string;
9
- attendeePhone?: string;
10
- attendeeEmail?: string;
11
- }
12
- export interface CreateAppointmentForCalendarDto extends CreateAppointmentBaseDto {
13
- calendarCode: string;
14
- idCrew: number;
15
- }
16
- export interface CreateAppointmentForProfessionalDto extends CreateAppointmentBaseDto {
17
- idProfessional: number;
18
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- export interface CreateAppointmentDto {
2
- idProfessional: number;
3
- idThread: string;
4
- startAt: Date;
5
- endAt: Date;
6
- idHuman?: number;
7
- title?: string;
8
- note?: string;
9
- attendeeName?: string;
10
- attendeePhone?: string;
11
- attendeeEmail?: string;
12
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- export interface GetAvailabilityDto {
2
- idCrew: number;
3
- idThread: string;
4
- calendarCode: string;
5
- start: Date;
6
- end: Date;
7
- offset: number;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- export * from './available-slot.dto';
2
- export * from './cancel-appointments.dto';
3
- export * from './create-appointment.dto';
4
- export * from './get-availability.dto';
5
- export * from './update-appointment.dto';
@@ -1,21 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./available-slot.dto"), exports);
18
- __exportStar(require("./cancel-appointments.dto"), exports);
19
- __exportStar(require("./create-appointment.dto"), exports);
20
- __exportStar(require("./get-availability.dto"), exports);
21
- __exportStar(require("./update-appointment.dto"), exports);
@@ -1,7 +0,0 @@
1
- export interface UpdateAppointmentDto {
2
- title?: string;
3
- note?: string;
4
- attendeeName?: string;
5
- attendeePhone?: string;
6
- attendeeEmail?: string;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export * from "./speech-request.dto";
2
- export * from "./transcription-request.dto";
3
- export * from "./transcription.dto";
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./speech-request.dto"), exports);
18
- __exportStar(require("./transcription-request.dto"), exports);
19
- __exportStar(require("./transcription.dto"), exports);
@@ -1,9 +0,0 @@
1
- import { ProviderDto } from "../core";
2
- export interface SpeechRequestDto {
3
- provider: ProviderDto;
4
- model: string;
5
- input: string;
6
- voice: string;
7
- speed: number;
8
- lang?: string;
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- import { Base64Dto } from "../core/base64.dto";
2
- import { ProviderDto } from "../core";
3
- export interface TranscriptionRequestDto {
4
- provider: ProviderDto;
5
- model: string;
6
- base64: Base64Dto;
7
- lang?: string;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface TranscriptionDto {
2
- text: string;
3
- totalBilledTime?: number;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- export interface Base64Dto {
2
- base64: string;
3
- mimeType: string;
4
- filename?: string;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- export declare enum CompletionEnum {
2
- VISION = "vision",
3
- SEMANTICS = "semantics",
4
- SUMMARY = "summary",
5
- VOLUME_M3 = "volume-m3",
6
- HANDOFF = "handoff"
7
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompletionEnum = void 0;
4
- var CompletionEnum;
5
- (function (CompletionEnum) {
6
- CompletionEnum["VISION"] = "vision";
7
- CompletionEnum["SEMANTICS"] = "semantics";
8
- CompletionEnum["SUMMARY"] = "summary";
9
- CompletionEnum["VOLUME_M3"] = "volume-m3";
10
- CompletionEnum["HANDOFF"] = "handoff";
11
- })(CompletionEnum || (exports.CompletionEnum = CompletionEnum = {}));
@@ -1,4 +0,0 @@
1
- export * from './base64.dto';
2
- export * from './completion.enum';
3
- export * from './provider.dto';
4
- export * from './provider.enum';
@@ -1,20 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./base64.dto"), exports);
18
- __exportStar(require("./completion.enum"), exports);
19
- __exportStar(require("./provider.dto"), exports);
20
- __exportStar(require("./provider.enum"), exports);
@@ -1,5 +0,0 @@
1
- import { ProviderEnum } from "./provider.enum";
2
- export interface ProviderDto {
3
- provider: ProviderEnum;
4
- credentials: any;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- export declare enum ProviderEnum {
2
- ELEVEN_LABS = "elevenlabs",
3
- GOOGLE_CLOUD = "googlecloud",
4
- OPENAI = "openai"
5
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProviderEnum = void 0;
4
- var ProviderEnum;
5
- (function (ProviderEnum) {
6
- ProviderEnum["ELEVEN_LABS"] = "elevenlabs";
7
- ProviderEnum["GOOGLE_CLOUD"] = "googlecloud";
8
- ProviderEnum["OPENAI"] = "openai";
9
- })(ProviderEnum || (exports.ProviderEnum = ProviderEnum = {}));
@@ -1,3 +0,0 @@
1
- export * from './core';
2
- export * from './audio';
3
- export * from './text';
package/dist/ai/index.js DELETED
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./core"), exports);
18
- __exportStar(require("./audio"), exports);
19
- __exportStar(require("./text"), exports);
@@ -1,14 +0,0 @@
1
- import { ResponseTextConfig } from "openai/resources/responses/responses";
2
- import { InputMessageDto } from "./input-message.dto";
3
- import { ProviderDto } from "../core";
4
- export interface CompletionRequestDto {
5
- provider: ProviderDto;
6
- model: string;
7
- instructions: string;
8
- messages: InputMessageDto[];
9
- maxOutputTokens?: number;
10
- temperature: number;
11
- effort: string;
12
- outputConfig?: ResponseTextConfig;
13
- userId: string;
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface CompletionDto {
2
- responseId: string;
3
- content: string;
4
- tokensIn: number;
5
- tokensOut: number;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export * from './completion-request.dto';
2
- export * from './completion.dto';
3
- export * from './input-message.dto';
4
- export * from './response-create.dto';
5
- export * from './response.dto';
6
- export * from './response-retrieve.dto';
@@ -1,22 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./completion-request.dto"), exports);
18
- __exportStar(require("./completion.dto"), exports);
19
- __exportStar(require("./input-message.dto"), exports);
20
- __exportStar(require("./response-create.dto"), exports);
21
- __exportStar(require("./response.dto"), exports);
22
- __exportStar(require("./response-retrieve.dto"), exports);
@@ -1,33 +0,0 @@
1
- export interface InputMessageText {
2
- type: 'text';
3
- text: string;
4
- }
5
- export interface InputMessageImage {
6
- type: 'image';
7
- detail?: 'low' | 'high' | 'auto';
8
- url?: string;
9
- fileId?: string;
10
- }
11
- export interface InputMessageFile {
12
- type: 'file';
13
- url?: string;
14
- fileId?: string;
15
- }
16
- export type InputMessageContent = InputMessageText | InputMessageImage | InputMessageFile;
17
- export interface InputMessageSystem {
18
- role: 'system';
19
- content: InputMessageContent;
20
- }
21
- export interface InputMessageDeveloper {
22
- role: 'developer';
23
- content: InputMessageContent;
24
- }
25
- export interface InputMessageAssistant {
26
- role: 'assistant';
27
- content: InputMessageContent;
28
- }
29
- export interface InputMessageUser {
30
- role: 'user';
31
- content: InputMessageContent;
32
- }
33
- export type InputMessageDto = InputMessageSystem | InputMessageDeveloper | InputMessageUser | InputMessageAssistant;
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,20 +0,0 @@
1
- import { ResponseInputItem, ResponseTextConfig, Tool } from "openai/resources/responses/responses";
2
- import { InputMessageDto } from "./input-message.dto";
3
- import { ProviderDto } from "../core/provider.dto";
4
- export interface ResponseCreateDto {
5
- provider: ProviderDto;
6
- model: string;
7
- background: boolean;
8
- instructions: string;
9
- messages: InputMessageDto[];
10
- toolOutputs: ResponseInputItem.FunctionCallOutput[];
11
- temperature: number;
12
- effort: string;
13
- parallelToolCalls: boolean;
14
- maxOutputTokens: number;
15
- outputConfig?: ResponseTextConfig;
16
- tools: Tool[];
17
- userId: string;
18
- previousResponseId?: string;
19
- includeFileSearchResults?: boolean;
20
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- import { ProviderDto } from "../core";
2
- export interface ResponseRetrieveDto {
3
- provider: ProviderDto;
4
- id: string;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- import { ResponseOutputItem } from "openai/resources/responses/responses";
2
- export interface ResponseDto {
3
- id: string;
4
- status: 'completed' | 'failed' | 'in_progress' | 'cancelled' | 'queued' | 'incomplete';
5
- outputText: string;
6
- outputItems: Array<ResponseOutputItem>;
7
- error: string | null;
8
- truncationReason: 'max_output_tokens' | 'content_filter' | null;
9
- tokensIn: number | null;
10
- tokensOut: number | null;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export interface AccessTokenDto {
2
- accessToken: string;
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export declare enum AccountRoleEnum {
2
- DEV = "dev",
3
- USER = "user"
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AccountRoleEnum = void 0;
4
- var AccountRoleEnum;
5
- (function (AccountRoleEnum) {
6
- AccountRoleEnum["DEV"] = "dev";
7
- AccountRoleEnum["USER"] = "user";
8
- })(AccountRoleEnum || (exports.AccountRoleEnum = AccountRoleEnum = {}));
@@ -1,8 +0,0 @@
1
- import { AccountRoleEnum } from "./account-role.enum";
2
- export interface AccountDto {
3
- id: number;
4
- login: string;
5
- name: string;
6
- role: AccountRoleEnum;
7
- email: string;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export interface GetAccountsDto {
2
- ids: number[];
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- export * from './access-token.dto';
2
- export * from './account.dto';
3
- export * from './account-role.enum';
4
- export * from './get-accounts.dto';
5
- export * from './login-response.dto';
6
- export * from './login.dto';
7
- export * from './register.dto';
8
- export * from './password-reset.dto';
9
- export * from './password-reset-request.dto';
@@ -1,25 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./access-token.dto"), exports);
18
- __exportStar(require("./account.dto"), exports);
19
- __exportStar(require("./account-role.enum"), exports);
20
- __exportStar(require("./get-accounts.dto"), exports);
21
- __exportStar(require("./login-response.dto"), exports);
22
- __exportStar(require("./login.dto"), exports);
23
- __exportStar(require("./register.dto"), exports);
24
- __exportStar(require("./password-reset.dto"), exports);
25
- __exportStar(require("./password-reset-request.dto"), exports);
@@ -1,5 +0,0 @@
1
- import { AccountDto } from "./account.dto";
2
- export interface LoginResponseDto {
3
- accessToken: string;
4
- account: AccountDto;
5
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface LoginDto {
2
- login: string;
3
- password: string;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export interface PasswordResetRequestDto {
2
- login: string;
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface PasswordResetDto {
2
- token: string;
3
- password: string;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface RegisterDto {
2
- login: string;
3
- password: string;
4
- name: string;
5
- email: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export interface BroadcastTargetDto {
2
- phone: string;
3
- name?: string;
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export * from './broadcast-target.dto';