@rc-ex/core 1.8.2 → 1.8.3

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 (518) hide show
  1. package/dist/Rest.cjs +1 -1
  2. package/dist/Rest.mjs +1 -1
  3. package/dist/definitions/AccountInfo.d.cts +4 -0
  4. package/dist/definitions/AccountInfo.d.mts +4 -0
  5. package/dist/definitions/AssignMessageThreadRequest.d.cts +15 -0
  6. package/dist/definitions/AssignMessageThreadRequest.d.mts +15 -0
  7. package/dist/definitions/AssignMessageThreadRequestAssignee.d.cts +10 -0
  8. package/dist/definitions/AssignMessageThreadRequestAssignee.d.mts +10 -0
  9. package/dist/definitions/BaseCallLogRecord.d.cts +1 -1
  10. package/dist/definitions/BaseCallLogRecord.d.mts +1 -1
  11. package/dist/definitions/BulkAddDevicesItem.d.cts +0 -5
  12. package/dist/definitions/BulkAddDevicesItem.d.mts +0 -5
  13. package/dist/definitions/BulkAssignSmsRecipientsRequest.d.cts +20 -0
  14. package/dist/definitions/BulkAssignSmsRecipientsRequest.d.mts +20 -0
  15. package/dist/definitions/CallLogRecord.d.cts +1 -1
  16. package/dist/definitions/CallLogRecord.d.mts +1 -1
  17. package/dist/definitions/CallLogRecordLegInfo.d.cts +2 -2
  18. package/dist/definitions/CallLogRecordLegInfo.d.mts +2 -2
  19. package/dist/definitions/CallRecordingGreetingResource.d.cts +7 -4
  20. package/dist/definitions/CallRecordingGreetingResource.d.mts +7 -4
  21. package/dist/definitions/ConsentHistoryRecordList.d.cts +19 -0
  22. package/dist/definitions/ConsentHistoryRecordList.d.mts +19 -0
  23. package/dist/definitions/ContactInfoCreationRequest.d.cts +0 -1
  24. package/dist/definitions/ContactInfoCreationRequest.d.mts +0 -1
  25. package/dist/definitions/CreateAnsweringRuleForwardingNumberInfo.d.cts +2 -2
  26. package/dist/definitions/CreateAnsweringRuleForwardingNumberInfo.d.mts +2 -2
  27. package/dist/definitions/CreateDeviceRegistrationResponse.d.cts +34 -0
  28. package/dist/definitions/CreateDeviceRegistrationResponse.d.mts +34 -0
  29. package/dist/definitions/CreateForwardingNumberRequest.d.cts +2 -2
  30. package/dist/definitions/CreateForwardingNumberRequest.d.mts +2 -2
  31. package/dist/definitions/CreateSipRegistrationResponse.d.cts +4 -0
  32. package/dist/definitions/CreateSipRegistrationResponse.d.mts +4 -0
  33. package/dist/definitions/CreateWirelessPoint.d.cts +0 -6
  34. package/dist/definitions/CreateWirelessPoint.d.mts +0 -6
  35. package/dist/definitions/DeviceDefinition.d.cts +0 -5
  36. package/dist/definitions/DeviceDefinition.d.mts +0 -5
  37. package/dist/definitions/DeviceEmergencyServiceAddressResource.d.cts +12 -0
  38. package/dist/definitions/DeviceEmergencyServiceAddressResource.d.mts +12 -0
  39. package/dist/definitions/ExtensionBulkUpdateInfo.d.cts +0 -8
  40. package/dist/definitions/ExtensionBulkUpdateInfo.d.mts +0 -8
  41. package/dist/definitions/ForwardingInfo.d.cts +0 -8
  42. package/dist/definitions/ForwardingInfo.d.mts +0 -8
  43. package/dist/definitions/ForwardingInfoCreateRuleRequest.d.cts +0 -8
  44. package/dist/definitions/ForwardingInfoCreateRuleRequest.d.mts +0 -8
  45. package/dist/definitions/ForwardingNumberExtensionInfo.d.cts +20 -0
  46. package/dist/definitions/ForwardingNumberExtensionInfo.d.mts +20 -0
  47. package/dist/definitions/ForwardingNumberInfo.d.cts +3 -4
  48. package/dist/definitions/ForwardingNumberInfo.d.mts +3 -4
  49. package/dist/definitions/ForwardingNumberInfoRulesCreateRuleRequest.d.cts +1 -1
  50. package/dist/definitions/ForwardingNumberInfoRulesCreateRuleRequest.d.mts +1 -1
  51. package/dist/definitions/GrantInfo.d.cts +5 -0
  52. package/dist/definitions/GrantInfo.d.mts +5 -0
  53. package/dist/definitions/IvrMenuInfo.d.cts +8 -0
  54. package/dist/definitions/IvrMenuInfo.d.mts +8 -0
  55. package/dist/definitions/IvrMenuInfoCreate.cjs +1 -0
  56. package/dist/definitions/IvrMenuInfoCreate.d.cts +35 -0
  57. package/dist/definitions/IvrMenuInfoCreate.d.mts +35 -0
  58. package/dist/definitions/IvrMenuInfoCreate.mjs +1 -0
  59. package/dist/definitions/IvrMenuInfoRequest.cjs +1 -0
  60. package/dist/definitions/IvrMenuInfoRequest.d.cts +27 -0
  61. package/dist/definitions/IvrMenuInfoRequest.d.mts +27 -0
  62. package/dist/definitions/IvrMenuInfoRequest.mjs +1 -0
  63. package/dist/definitions/IvrMenuInfoUpdate.cjs +1 -0
  64. package/dist/definitions/IvrMenuInfoUpdate.d.cts +34 -0
  65. package/dist/definitions/IvrMenuInfoUpdate.d.mts +34 -0
  66. package/dist/definitions/IvrMenuInfoUpdate.mjs +1 -0
  67. package/dist/definitions/ListSmsConsentHistoryRecordsParameters.cjs +1 -0
  68. package/dist/definitions/ListSmsConsentHistoryRecordsParameters.d.cts +27 -0
  69. package/dist/definitions/ListSmsConsentHistoryRecordsParameters.d.mts +27 -0
  70. package/dist/definitions/ListSmsConsentHistoryRecordsParameters.mjs +1 -0
  71. package/dist/definitions/ListSmsConsentRecordsParameters.d.cts +2 -2
  72. package/dist/definitions/ListSmsConsentRecordsParameters.d.mts +2 -2
  73. package/dist/definitions/ListVideoMeetingsParameters.d.cts +0 -9
  74. package/dist/definitions/ListVideoMeetingsParameters.d.mts +0 -9
  75. package/dist/definitions/Meeting.d.cts +0 -12
  76. package/dist/definitions/Meeting.d.mts +0 -12
  77. package/dist/definitions/MessageAttachmentResponseEntry.cjs +1 -0
  78. package/dist/definitions/MessageAttachmentResponseEntry.d.cts +33 -0
  79. package/dist/definitions/MessageAttachmentResponseEntry.d.mts +33 -0
  80. package/dist/definitions/MessageAttachmentResponseEntry.mjs +1 -0
  81. package/dist/definitions/MessagePhoneParty.cjs +1 -0
  82. package/dist/definitions/MessagePhoneParty.d.cts +11 -0
  83. package/dist/definitions/MessagePhoneParty.d.mts +11 -0
  84. package/dist/definitions/MessagePhoneParty.mjs +1 -0
  85. package/dist/definitions/MessageThread.cjs +1 -0
  86. package/dist/definitions/MessageThread.d.cts +66 -0
  87. package/dist/definitions/MessageThread.d.mts +66 -0
  88. package/dist/definitions/MessageThread.mjs +1 -0
  89. package/dist/definitions/MessageThreadAssignee.cjs +1 -0
  90. package/dist/definitions/MessageThreadAssignee.d.cts +22 -0
  91. package/dist/definitions/MessageThreadAssignee.d.mts +22 -0
  92. package/dist/definitions/MessageThreadAssignee.mjs +1 -0
  93. package/dist/definitions/MessageThreadGuestParty.cjs +1 -0
  94. package/dist/definitions/MessageThreadGuestParty.d.cts +10 -0
  95. package/dist/definitions/MessageThreadGuestParty.d.mts +10 -0
  96. package/dist/definitions/MessageThreadGuestParty.mjs +1 -0
  97. package/dist/definitions/MessageThreadList.cjs +1 -0
  98. package/dist/definitions/MessageThreadList.d.cts +16 -0
  99. package/dist/definitions/MessageThreadList.d.mts +16 -0
  100. package/dist/definitions/MessageThreadList.mjs +1 -0
  101. package/dist/definitions/MessageThreadOwnerParty.cjs +1 -0
  102. package/dist/definitions/MessageThreadOwnerParty.d.cts +10 -0
  103. package/dist/definitions/MessageThreadOwnerParty.d.mts +10 -0
  104. package/dist/definitions/MessageThreadOwnerParty.mjs +1 -0
  105. package/dist/definitions/MthListMessagesParameters.cjs +1 -0
  106. package/dist/definitions/MthListMessagesParameters.d.cts +60 -0
  107. package/dist/definitions/MthListMessagesParameters.d.mts +60 -0
  108. package/dist/definitions/MthListMessagesParameters.mjs +1 -0
  109. package/dist/definitions/MthListNotesParameters.cjs +1 -0
  110. package/dist/definitions/MthListNotesParameters.d.cts +44 -0
  111. package/dist/definitions/MthListNotesParameters.d.mts +44 -0
  112. package/dist/definitions/MthListNotesParameters.mjs +1 -0
  113. package/dist/definitions/MthListThreadsParameters.cjs +1 -0
  114. package/dist/definitions/MthListThreadsParameters.d.cts +62 -0
  115. package/dist/definitions/MthListThreadsParameters.d.mts +62 -0
  116. package/dist/definitions/MthListThreadsParameters.mjs +1 -0
  117. package/dist/definitions/MthReadMessageContentParameters.cjs +1 -0
  118. package/dist/definitions/MthReadMessageContentParameters.d.cts +16 -0
  119. package/dist/definitions/MthReadMessageContentParameters.d.mts +16 -0
  120. package/dist/definitions/MthReadMessageContentParameters.mjs +1 -0
  121. package/dist/definitions/MthSendMessageRequest.cjs +1 -0
  122. package/dist/definitions/MthSendMessageRequest.d.cts +19 -0
  123. package/dist/definitions/MthSendMessageRequest.d.mts +19 -0
  124. package/dist/definitions/MthSendMessageRequest.mjs +1 -0
  125. package/dist/definitions/MthSyncAliveMessage.cjs +1 -0
  126. package/dist/definitions/MthSyncAliveMessage.d.cts +67 -0
  127. package/dist/definitions/MthSyncAliveMessage.d.mts +67 -0
  128. package/dist/definitions/MthSyncAliveMessage.mjs +1 -0
  129. package/dist/definitions/MthSyncAliveMessageAuthor.cjs +1 -0
  130. package/dist/definitions/MthSyncAliveMessageAuthor.d.cts +22 -0
  131. package/dist/definitions/MthSyncAliveMessageAuthor.d.mts +22 -0
  132. package/dist/definitions/MthSyncAliveMessageAuthor.mjs +1 -0
  133. package/dist/definitions/MthSyncAliveNote.cjs +1 -0
  134. package/dist/definitions/MthSyncAliveNote.d.cts +47 -0
  135. package/dist/definitions/MthSyncAliveNote.d.mts +47 -0
  136. package/dist/definitions/MthSyncAliveNote.mjs +1 -0
  137. package/dist/definitions/MthSyncAliveNoteAuthor.cjs +1 -0
  138. package/dist/definitions/MthSyncAliveNoteAuthor.d.cts +22 -0
  139. package/dist/definitions/MthSyncAliveNoteAuthor.d.mts +22 -0
  140. package/dist/definitions/MthSyncAliveNoteAuthor.mjs +1 -0
  141. package/dist/definitions/MthSyncAssignedHint.cjs +1 -0
  142. package/dist/definitions/MthSyncAssignedHint.d.cts +39 -0
  143. package/dist/definitions/MthSyncAssignedHint.d.mts +39 -0
  144. package/dist/definitions/MthSyncAssignedHint.mjs +1 -0
  145. package/dist/definitions/MthSyncAssignedHintInitiator.cjs +1 -0
  146. package/dist/definitions/MthSyncAssignedHintInitiator.d.cts +22 -0
  147. package/dist/definitions/MthSyncAssignedHintInitiator.d.mts +22 -0
  148. package/dist/definitions/MthSyncAssignedHintInitiator.mjs +1 -0
  149. package/dist/definitions/MthSyncBaseHint.cjs +1 -0
  150. package/dist/definitions/MthSyncBaseHint.d.cts +32 -0
  151. package/dist/definitions/MthSyncBaseHint.d.mts +32 -0
  152. package/dist/definitions/MthSyncBaseHint.mjs +1 -0
  153. package/dist/definitions/MthSyncBaseHintInitiator.cjs +1 -0
  154. package/dist/definitions/MthSyncBaseHintInitiator.d.cts +22 -0
  155. package/dist/definitions/MthSyncBaseHintInitiator.d.mts +22 -0
  156. package/dist/definitions/MthSyncBaseHintInitiator.mjs +1 -0
  157. package/dist/definitions/MthSyncDeletedMessage.cjs +1 -0
  158. package/dist/definitions/MthSyncDeletedMessage.d.cts +30 -0
  159. package/dist/definitions/MthSyncDeletedMessage.d.mts +30 -0
  160. package/dist/definitions/MthSyncDeletedMessage.mjs +1 -0
  161. package/dist/definitions/MthSyncDeletedNote.cjs +1 -0
  162. package/dist/definitions/MthSyncDeletedNote.d.cts +30 -0
  163. package/dist/definitions/MthSyncDeletedNote.d.mts +30 -0
  164. package/dist/definitions/MthSyncDeletedNote.mjs +1 -0
  165. package/dist/definitions/MthSyncEntriesParameters.cjs +1 -0
  166. package/dist/definitions/MthSyncEntriesParameters.d.cts +34 -0
  167. package/dist/definitions/MthSyncEntriesParameters.d.mts +34 -0
  168. package/dist/definitions/MthSyncEntriesParameters.mjs +1 -0
  169. package/dist/definitions/MthSyncThreadsParameters.cjs +1 -0
  170. package/dist/definitions/MthSyncThreadsParameters.d.cts +19 -0
  171. package/dist/definitions/MthSyncThreadsParameters.d.mts +19 -0
  172. package/dist/definitions/MthSyncThreadsParameters.mjs +1 -0
  173. package/dist/definitions/NewThreadMessageRequest.cjs +1 -0
  174. package/dist/definitions/NewThreadMessageRequest.d.cts +27 -0
  175. package/dist/definitions/NewThreadMessageRequest.d.mts +27 -0
  176. package/dist/definitions/NewThreadMessageRequest.mjs +1 -0
  177. package/dist/definitions/NotificationSettings.d.cts +0 -5
  178. package/dist/definitions/NotificationSettings.d.mts +0 -5
  179. package/dist/definitions/PhoneNumberInfoIntId.d.cts +1 -1
  180. package/dist/definitions/PhoneNumberInfoIntId.d.mts +1 -1
  181. package/dist/definitions/PrivateIpRangeInfo.d.cts +0 -6
  182. package/dist/definitions/PrivateIpRangeInfo.d.mts +0 -6
  183. package/dist/definitions/QueueInfo.d.cts +8 -0
  184. package/dist/definitions/QueueInfo.d.mts +8 -0
  185. package/dist/definitions/QueueInfoCallBack.cjs +1 -0
  186. package/dist/definitions/QueueInfoCallBack.d.cts +11 -0
  187. package/dist/definitions/QueueInfoCallBack.d.mts +11 -0
  188. package/dist/definitions/QueueInfoCallBack.mjs +1 -0
  189. package/dist/definitions/QueueInfoPositionInQueue.cjs +1 -0
  190. package/dist/definitions/QueueInfoPositionInQueue.d.cts +11 -0
  191. package/dist/definitions/QueueInfoPositionInQueue.d.mts +11 -0
  192. package/dist/definitions/QueueInfoPositionInQueue.mjs +1 -0
  193. package/dist/definitions/ReadCompanyCallLogParameters.d.cts +0 -7
  194. package/dist/definitions/ReadCompanyCallLogParameters.d.mts +0 -7
  195. package/dist/definitions/ReadGlipThreadPostsNewParameters.cjs +1 -0
  196. package/dist/definitions/ReadGlipThreadPostsNewParameters.d.cts +19 -0
  197. package/dist/definitions/ReadGlipThreadPostsNewParameters.d.mts +19 -0
  198. package/dist/definitions/ReadGlipThreadPostsNewParameters.mjs +1 -0
  199. package/dist/definitions/ReadUserCallLogParameters.d.cts +1 -8
  200. package/dist/definitions/ReadUserCallLogParameters.d.mts +1 -8
  201. package/dist/definitions/ReasonInfo.d.cts +1 -1
  202. package/dist/definitions/ReasonInfo.d.mts +1 -1
  203. package/dist/definitions/SearchDirectoryEntriesParameters.d.cts +0 -21
  204. package/dist/definitions/SearchDirectoryEntriesParameters.d.mts +0 -21
  205. package/dist/definitions/SearchSmsConsentRecordsRequest.cjs +1 -0
  206. package/dist/definitions/SearchSmsConsentRecordsRequest.d.cts +44 -0
  207. package/dist/definitions/SearchSmsConsentRecordsRequest.d.mts +44 -0
  208. package/dist/definitions/SearchSmsConsentRecordsRequest.mjs +1 -0
  209. package/dist/definitions/SiteIVRSettings.d.cts +8 -0
  210. package/dist/definitions/SiteIVRSettings.d.mts +8 -0
  211. package/dist/definitions/SiteIVRSettingsUpdate.d.cts +7 -0
  212. package/dist/definitions/SiteIVRSettingsUpdate.d.mts +7 -0
  213. package/dist/definitions/SmsOptHistoryRecord.cjs +1 -0
  214. package/dist/definitions/SmsOptHistoryRecord.d.cts +36 -0
  215. package/dist/definitions/SmsOptHistoryRecord.d.mts +36 -0
  216. package/dist/definitions/SmsOptHistoryRecord.mjs +1 -0
  217. package/dist/definitions/SmsRecipient.cjs +1 -0
  218. package/dist/definitions/SmsRecipient.d.cts +30 -0
  219. package/dist/definitions/SmsRecipient.d.mts +30 -0
  220. package/dist/definitions/SmsRecipient.mjs +1 -0
  221. package/dist/definitions/SmsRecipientsResource.cjs +1 -0
  222. package/dist/definitions/SmsRecipientsResource.d.cts +10 -0
  223. package/dist/definitions/SmsRecipientsResource.d.mts +10 -0
  224. package/dist/definitions/SmsRecipientsResource.mjs +1 -0
  225. package/dist/definitions/SwitchInfo.d.cts +0 -6
  226. package/dist/definitions/SwitchInfo.d.mts +0 -6
  227. package/dist/definitions/SyncAccountCallLogParameters.d.cts +0 -7
  228. package/dist/definitions/SyncAccountCallLogParameters.d.mts +0 -7
  229. package/dist/definitions/SyncInfoModel.cjs +1 -0
  230. package/dist/definitions/SyncInfoModel.d.cts +23 -0
  231. package/dist/definitions/SyncInfoModel.d.mts +23 -0
  232. package/dist/definitions/SyncInfoModel.mjs +1 -0
  233. package/dist/definitions/SyncUserCallLogParameters.d.cts +0 -7
  234. package/dist/definitions/SyncUserCallLogParameters.d.mts +0 -7
  235. package/dist/definitions/TMCreatePostRequest.d.cts +8 -0
  236. package/dist/definitions/TMCreatePostRequest.d.mts +8 -0
  237. package/dist/definitions/TMPostInfo.d.cts +12 -0
  238. package/dist/definitions/TMPostInfo.d.mts +12 -0
  239. package/dist/definitions/ThreadEntriesSyncList.cjs +1 -0
  240. package/dist/definitions/ThreadEntriesSyncList.d.cts +16 -0
  241. package/dist/definitions/ThreadEntriesSyncList.d.mts +16 -0
  242. package/dist/definitions/ThreadEntriesSyncList.mjs +1 -0
  243. package/dist/definitions/ThreadEntrySyncItem.cjs +1 -0
  244. package/dist/definitions/ThreadEntrySyncItem.d.cts +80 -0
  245. package/dist/definitions/ThreadEntrySyncItem.d.mts +80 -0
  246. package/dist/definitions/ThreadEntrySyncItem.mjs +1 -0
  247. package/dist/definitions/ThreadEntrySyncItemAuthor.cjs +1 -0
  248. package/dist/definitions/ThreadEntrySyncItemAuthor.d.cts +22 -0
  249. package/dist/definitions/ThreadEntrySyncItemAuthor.d.mts +22 -0
  250. package/dist/definitions/ThreadEntrySyncItemAuthor.mjs +1 -0
  251. package/dist/definitions/ThreadEntrySyncItemInitiator.cjs +1 -0
  252. package/dist/definitions/ThreadEntrySyncItemInitiator.d.cts +22 -0
  253. package/dist/definitions/ThreadEntrySyncItemInitiator.d.mts +22 -0
  254. package/dist/definitions/ThreadEntrySyncItemInitiator.mjs +1 -0
  255. package/dist/definitions/ThreadMessageList.cjs +1 -0
  256. package/dist/definitions/ThreadMessageList.d.cts +16 -0
  257. package/dist/definitions/ThreadMessageList.d.mts +16 -0
  258. package/dist/definitions/ThreadMessageList.mjs +1 -0
  259. package/dist/definitions/ThreadMessageModel.cjs +1 -0
  260. package/dist/definitions/ThreadMessageModel.d.cts +63 -0
  261. package/dist/definitions/ThreadMessageModel.d.mts +63 -0
  262. package/dist/definitions/ThreadMessageModel.mjs +1 -0
  263. package/dist/definitions/ThreadMessageModelAuthor.cjs +1 -0
  264. package/dist/definitions/ThreadMessageModelAuthor.d.cts +22 -0
  265. package/dist/definitions/ThreadMessageModelAuthor.d.mts +22 -0
  266. package/dist/definitions/ThreadMessageModelAuthor.mjs +1 -0
  267. package/dist/definitions/ThreadMessagesDeleteRequest.cjs +1 -0
  268. package/dist/definitions/ThreadMessagesDeleteRequest.d.cts +11 -0
  269. package/dist/definitions/ThreadMessagesDeleteRequest.d.mts +11 -0
  270. package/dist/definitions/ThreadMessagesDeleteRequest.mjs +1 -0
  271. package/dist/definitions/ThreadNoteCreateRequest.cjs +1 -0
  272. package/dist/definitions/ThreadNoteCreateRequest.d.cts +16 -0
  273. package/dist/definitions/ThreadNoteCreateRequest.d.mts +16 -0
  274. package/dist/definitions/ThreadNoteCreateRequest.mjs +1 -0
  275. package/dist/definitions/ThreadNoteList.cjs +1 -0
  276. package/dist/definitions/ThreadNoteList.d.cts +16 -0
  277. package/dist/definitions/ThreadNoteList.d.mts +16 -0
  278. package/dist/definitions/ThreadNoteList.mjs +1 -0
  279. package/dist/definitions/ThreadNoteModel.cjs +1 -0
  280. package/dist/definitions/ThreadNoteModel.d.cts +43 -0
  281. package/dist/definitions/ThreadNoteModel.d.mts +43 -0
  282. package/dist/definitions/ThreadNoteModel.mjs +1 -0
  283. package/dist/definitions/ThreadNoteModelAuthor.cjs +1 -0
  284. package/dist/definitions/ThreadNoteModelAuthor.d.cts +22 -0
  285. package/dist/definitions/ThreadNoteModelAuthor.d.mts +22 -0
  286. package/dist/definitions/ThreadNoteModelAuthor.mjs +1 -0
  287. package/dist/definitions/ThreadNoteUpdateRequest.cjs +1 -0
  288. package/dist/definitions/ThreadNoteUpdateRequest.d.cts +11 -0
  289. package/dist/definitions/ThreadNoteUpdateRequest.d.mts +11 -0
  290. package/dist/definitions/ThreadNoteUpdateRequest.mjs +1 -0
  291. package/dist/definitions/ThreadNotesDeleteRequest.cjs +1 -0
  292. package/dist/definitions/ThreadNotesDeleteRequest.d.cts +11 -0
  293. package/dist/definitions/ThreadNotesDeleteRequest.d.mts +11 -0
  294. package/dist/definitions/ThreadNotesDeleteRequest.mjs +1 -0
  295. package/dist/definitions/ThreadSyncList.cjs +1 -0
  296. package/dist/definitions/ThreadSyncList.d.cts +16 -0
  297. package/dist/definitions/ThreadSyncList.d.mts +16 -0
  298. package/dist/definitions/ThreadSyncList.mjs +1 -0
  299. package/dist/definitions/ThreadUserModel.cjs +1 -0
  300. package/dist/definitions/ThreadUserModel.d.cts +23 -0
  301. package/dist/definitions/ThreadUserModel.d.mts +23 -0
  302. package/dist/definitions/ThreadUserModel.mjs +1 -0
  303. package/dist/definitions/UpdateForwardingNumberRequest.d.cts +1 -1
  304. package/dist/definitions/UpdateForwardingNumberRequest.d.mts +1 -1
  305. package/dist/definitions/UpdateWirelessPoint.d.cts +0 -6
  306. package/dist/definitions/UpdateWirelessPoint.d.mts +0 -6
  307. package/dist/definitions/WcsWebinarSettingsModel.d.cts +0 -5
  308. package/dist/definitions/WcsWebinarSettingsModel.d.mts +0 -5
  309. package/dist/definitions/WebinarSettingsModel.d.cts +0 -5
  310. package/dist/definitions/WebinarSettingsModel.d.mts +0 -5
  311. package/dist/definitions/WirelessPointInfo.d.cts +0 -6
  312. package/dist/definitions/WirelessPointInfo.d.mts +0 -6
  313. package/dist/index.cjs +15 -11
  314. package/dist/index.d.cts +6 -4
  315. package/dist/index.d.mts +6 -4
  316. package/dist/index.mjs +15 -11
  317. package/dist/paths/Ai/index.cjs +0 -16
  318. package/dist/paths/Ai/index.d.cts +2 -10
  319. package/dist/paths/Ai/index.d.mts +2 -10
  320. package/dist/paths/Ai/index.mjs +2 -18
  321. package/dist/paths/Restapi/Account/CallLog/index.cjs +5 -2
  322. package/dist/paths/Restapi/Account/CallLog/index.d.cts +5 -2
  323. package/dist/paths/Restapi/Account/CallLog/index.d.mts +5 -2
  324. package/dist/paths/Restapi/Account/CallLog/index.mjs +5 -2
  325. package/dist/paths/Restapi/Account/Extension/CallLog/index.cjs +6 -1
  326. package/dist/paths/Restapi/Account/Extension/CallLog/index.d.cts +6 -1
  327. package/dist/paths/Restapi/Account/Extension/CallLog/index.d.mts +6 -1
  328. package/dist/paths/Restapi/Account/Extension/CallLog/index.mjs +6 -1
  329. package/dist/paths/Restapi/Account/Extension/Features/index.cjs +1 -0
  330. package/dist/paths/Restapi/Account/Extension/Features/index.d.cts +1 -0
  331. package/dist/paths/Restapi/Account/Extension/Features/index.d.mts +1 -0
  332. package/dist/paths/Restapi/Account/Extension/Features/index.mjs +1 -0
  333. package/dist/paths/Restapi/Account/Extension/ForwardingNumber/index.d.cts +1 -2
  334. package/dist/paths/Restapi/Account/Extension/ForwardingNumber/index.d.mts +1 -2
  335. package/dist/paths/Restapi/Account/Extension/SmsRecipients/BulkAssign/index.cjs +29 -0
  336. package/dist/paths/Restapi/Account/Extension/SmsRecipients/BulkAssign/index.d.cts +21 -0
  337. package/dist/paths/Restapi/Account/Extension/SmsRecipients/BulkAssign/index.d.mts +21 -0
  338. package/dist/paths/Restapi/Account/Extension/SmsRecipients/BulkAssign/index.mjs +25 -0
  339. package/dist/paths/Restapi/Account/Extension/SmsRecipients/index.cjs +33 -0
  340. package/dist/paths/Restapi/Account/Extension/SmsRecipients/index.d.cts +23 -0
  341. package/dist/paths/Restapi/Account/Extension/SmsRecipients/index.d.mts +23 -0
  342. package/dist/paths/Restapi/Account/Extension/SmsRecipients/index.mjs +29 -0
  343. package/dist/paths/Restapi/Account/Extension/index.cjs +4 -0
  344. package/dist/paths/Restapi/Account/Extension/index.d.cts +6 -4
  345. package/dist/paths/Restapi/Account/Extension/index.d.mts +6 -4
  346. package/dist/paths/Restapi/Account/Extension/index.mjs +8 -4
  347. package/dist/paths/Restapi/Account/IvrMenus/index.cjs +5 -5
  348. package/dist/paths/Restapi/Account/IvrMenus/index.d.cts +5 -3
  349. package/dist/paths/Restapi/Account/IvrMenus/index.d.mts +5 -3
  350. package/dist/paths/Restapi/Account/IvrMenus/index.mjs +5 -5
  351. package/dist/paths/Restapi/Account/MessageThreads/Assign/index.cjs +30 -0
  352. package/dist/paths/Restapi/Account/MessageThreads/Assign/index.d.cts +23 -0
  353. package/dist/paths/Restapi/Account/MessageThreads/Assign/index.d.mts +23 -0
  354. package/dist/paths/Restapi/Account/MessageThreads/Assign/index.mjs +26 -0
  355. package/dist/paths/Restapi/Account/MessageThreads/Entries/Sync/index.cjs +40 -0
  356. package/dist/paths/Restapi/Account/MessageThreads/Entries/Sync/index.d.cts +33 -0
  357. package/dist/paths/Restapi/Account/MessageThreads/Entries/Sync/index.d.mts +33 -0
  358. package/dist/paths/Restapi/Account/MessageThreads/Entries/Sync/index.mjs +36 -0
  359. package/dist/paths/Restapi/Account/MessageThreads/Entries/index.cjs +22 -0
  360. package/dist/paths/{Ai/Insights/V1/Async → Restapi/Account/MessageThreads/Entries}/index.d.cts +3 -3
  361. package/dist/paths/{Ai/Insights/V1/Async → Restapi/Account/MessageThreads/Entries}/index.d.mts +3 -3
  362. package/dist/paths/{Ai/Audio/V1 → Restapi/Account/MessageThreads/Entries}/index.mjs +4 -4
  363. package/dist/paths/Restapi/Account/MessageThreads/Messages/Content/index.cjs +40 -0
  364. package/dist/paths/Restapi/Account/MessageThreads/Messages/Content/index.d.cts +26 -0
  365. package/dist/paths/Restapi/Account/MessageThreads/Messages/Content/index.d.mts +26 -0
  366. package/dist/paths/Restapi/Account/MessageThreads/Messages/Content/index.mjs +36 -0
  367. package/dist/paths/Restapi/Account/MessageThreads/Messages/index.cjs +73 -0
  368. package/dist/paths/Restapi/Account/MessageThreads/Messages/index.d.cts +61 -0
  369. package/dist/paths/Restapi/Account/MessageThreads/Messages/index.d.mts +61 -0
  370. package/dist/paths/Restapi/Account/MessageThreads/Messages/index.mjs +69 -0
  371. package/dist/paths/Restapi/Account/MessageThreads/Notes/index.cjs +78 -0
  372. package/dist/paths/Restapi/Account/MessageThreads/Notes/index.d.cts +66 -0
  373. package/dist/paths/Restapi/Account/MessageThreads/Notes/index.d.mts +66 -0
  374. package/dist/paths/Restapi/Account/MessageThreads/Notes/index.mjs +74 -0
  375. package/dist/paths/Restapi/Account/MessageThreads/Resolve/index.cjs +33 -0
  376. package/dist/paths/Restapi/Account/MessageThreads/Resolve/index.d.cts +25 -0
  377. package/dist/paths/Restapi/Account/MessageThreads/Resolve/index.d.mts +25 -0
  378. package/dist/paths/Restapi/Account/MessageThreads/Resolve/index.mjs +29 -0
  379. package/dist/paths/Restapi/Account/MessageThreads/Sync/index.cjs +34 -0
  380. package/dist/paths/Restapi/Account/MessageThreads/Sync/index.d.cts +27 -0
  381. package/dist/paths/Restapi/Account/MessageThreads/Sync/index.d.mts +27 -0
  382. package/dist/paths/Restapi/Account/MessageThreads/Sync/index.mjs +30 -0
  383. package/dist/paths/Restapi/Account/MessageThreads/index.cjs +93 -0
  384. package/dist/paths/Restapi/Account/MessageThreads/index.d.cts +67 -0
  385. package/dist/paths/Restapi/Account/MessageThreads/index.d.mts +67 -0
  386. package/dist/paths/Restapi/Account/MessageThreads/index.mjs +89 -0
  387. package/dist/paths/Restapi/Account/Presence/index.cjs +14 -5
  388. package/dist/paths/Restapi/Account/Presence/index.d.cts +14 -5
  389. package/dist/paths/Restapi/Account/Presence/index.d.mts +14 -5
  390. package/dist/paths/Restapi/Account/Presence/index.mjs +14 -5
  391. package/dist/paths/Restapi/Account/Sites/Ivr/index.cjs +2 -1
  392. package/dist/paths/Restapi/Account/Sites/Ivr/index.d.cts +2 -1
  393. package/dist/paths/Restapi/Account/Sites/Ivr/index.d.mts +2 -1
  394. package/dist/paths/Restapi/Account/Sites/Ivr/index.mjs +2 -1
  395. package/dist/paths/Restapi/Account/Telephony/CallOut/index.cjs +5 -1
  396. package/dist/paths/Restapi/Account/Telephony/CallOut/index.d.cts +5 -1
  397. package/dist/paths/Restapi/Account/Telephony/CallOut/index.d.mts +5 -1
  398. package/dist/paths/Restapi/Account/Telephony/CallOut/index.mjs +5 -1
  399. package/dist/paths/Restapi/Account/UserRole/index.d.cts +1 -1
  400. package/dist/paths/Restapi/Account/UserRole/index.d.mts +1 -1
  401. package/dist/paths/Restapi/Account/index.cjs +4 -0
  402. package/dist/paths/Restapi/Account/index.d.cts +24 -22
  403. package/dist/paths/Restapi/Account/index.d.mts +24 -22
  404. package/dist/paths/Restapi/Account/index.mjs +26 -22
  405. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/History/index.cjs +29 -0
  406. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/History/index.d.cts +22 -0
  407. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/History/index.d.mts +22 -0
  408. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/History/index.mjs +25 -0
  409. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/Search/index.cjs +29 -0
  410. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/Search/index.d.cts +22 -0
  411. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/Search/index.d.mts +22 -0
  412. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/Search/index.mjs +25 -0
  413. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/index.cjs +8 -11
  414. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/index.d.cts +4 -11
  415. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/index.d.mts +4 -11
  416. package/dist/paths/Restapi/V2/Accounts/Sms/Consents/index.mjs +8 -11
  417. package/dist/paths/TeamMessaging/V1/Chats/Threads/Posts/index.cjs +28 -0
  418. package/dist/paths/TeamMessaging/V1/Chats/Threads/Posts/index.d.cts +21 -0
  419. package/dist/paths/TeamMessaging/V1/Chats/Threads/Posts/index.d.mts +21 -0
  420. package/dist/paths/TeamMessaging/V1/Chats/Threads/Posts/index.mjs +24 -0
  421. package/dist/paths/TeamMessaging/V1/Chats/Threads/index.cjs +25 -0
  422. package/dist/paths/TeamMessaging/V1/Chats/Threads/index.d.cts +14 -0
  423. package/dist/paths/TeamMessaging/V1/Chats/Threads/index.d.mts +14 -0
  424. package/dist/paths/TeamMessaging/V1/Chats/Threads/index.mjs +21 -0
  425. package/dist/paths/TeamMessaging/V1/Chats/index.cjs +4 -0
  426. package/dist/paths/TeamMessaging/V1/Chats/index.d.cts +4 -2
  427. package/dist/paths/TeamMessaging/V1/Chats/index.d.mts +4 -2
  428. package/dist/paths/TeamMessaging/V1/Chats/index.mjs +6 -2
  429. package/package.json +1 -1
  430. package/dist/definitions/BulkAddDevicesItemEmergency.d.cts +0 -14
  431. package/dist/definitions/BulkAddDevicesItemEmergency.d.mts +0 -14
  432. package/dist/definitions/BulkAddDevicesItemEmergencyLocation.d.cts +0 -9
  433. package/dist/definitions/BulkAddDevicesItemEmergencyLocation.d.mts +0 -9
  434. package/dist/definitions/DeviceDefinitionEmergency.d.cts +0 -14
  435. package/dist/definitions/DeviceDefinitionEmergency.d.mts +0 -14
  436. package/dist/definitions/DeviceDefinitionEmergencyLocation.d.cts +0 -9
  437. package/dist/definitions/DeviceDefinitionEmergencyLocation.d.mts +0 -9
  438. package/dist/definitions/ForwardingNumberInfoExtension.d.cts +0 -17
  439. package/dist/definitions/ForwardingNumberInfoExtension.d.mts +0 -17
  440. package/dist/definitions/ForwardingNumberResource.d.cts +0 -28
  441. package/dist/definitions/ForwardingNumberResource.d.mts +0 -28
  442. package/dist/paths/Ai/Audio/V1/Async/SpeakerDiarize/index.cjs +0 -30
  443. package/dist/paths/Ai/Audio/V1/Async/SpeakerDiarize/index.d.cts +0 -24
  444. package/dist/paths/Ai/Audio/V1/Async/SpeakerDiarize/index.d.mts +0 -24
  445. package/dist/paths/Ai/Audio/V1/Async/SpeakerDiarize/index.mjs +0 -26
  446. package/dist/paths/Ai/Audio/V1/Async/SpeechToText/index.cjs +0 -28
  447. package/dist/paths/Ai/Audio/V1/Async/SpeechToText/index.d.cts +0 -22
  448. package/dist/paths/Ai/Audio/V1/Async/SpeechToText/index.d.mts +0 -22
  449. package/dist/paths/Ai/Audio/V1/Async/SpeechToText/index.mjs +0 -24
  450. package/dist/paths/Ai/Audio/V1/Async/index.cjs +0 -26
  451. package/dist/paths/Ai/Audio/V1/Async/index.d.cts +0 -15
  452. package/dist/paths/Ai/Audio/V1/Async/index.d.mts +0 -15
  453. package/dist/paths/Ai/Audio/V1/Async/index.mjs +0 -22
  454. package/dist/paths/Ai/Audio/V1/index.cjs +0 -22
  455. package/dist/paths/Ai/Audio/V1/index.d.cts +0 -13
  456. package/dist/paths/Ai/Audio/V1/index.d.mts +0 -13
  457. package/dist/paths/Ai/Audio/index.cjs +0 -22
  458. package/dist/paths/Ai/Audio/index.d.cts +0 -13
  459. package/dist/paths/Ai/Audio/index.d.mts +0 -13
  460. package/dist/paths/Ai/Audio/index.mjs +0 -18
  461. package/dist/paths/Ai/Insights/V1/Async/AnalyzeInteraction/index.cjs +0 -29
  462. package/dist/paths/Ai/Insights/V1/Async/AnalyzeInteraction/index.d.cts +0 -23
  463. package/dist/paths/Ai/Insights/V1/Async/AnalyzeInteraction/index.d.mts +0 -23
  464. package/dist/paths/Ai/Insights/V1/Async/AnalyzeInteraction/index.mjs +0 -25
  465. package/dist/paths/Ai/Insights/V1/Async/index.cjs +0 -22
  466. package/dist/paths/Ai/Insights/V1/Async/index.mjs +0 -18
  467. package/dist/paths/Ai/Insights/V1/index.cjs +0 -22
  468. package/dist/paths/Ai/Insights/V1/index.d.cts +0 -13
  469. package/dist/paths/Ai/Insights/V1/index.d.mts +0 -13
  470. package/dist/paths/Ai/Insights/V1/index.mjs +0 -18
  471. package/dist/paths/Ai/Insights/index.cjs +0 -22
  472. package/dist/paths/Ai/Insights/index.d.cts +0 -13
  473. package/dist/paths/Ai/Insights/index.d.mts +0 -13
  474. package/dist/paths/Ai/Insights/index.mjs +0 -18
  475. package/dist/paths/Ai/Status/V1/Jobs/index.cjs +0 -32
  476. package/dist/paths/Ai/Status/V1/Jobs/index.d.cts +0 -21
  477. package/dist/paths/Ai/Status/V1/Jobs/index.d.mts +0 -21
  478. package/dist/paths/Ai/Status/V1/Jobs/index.mjs +0 -28
  479. package/dist/paths/Ai/Status/V1/index.cjs +0 -22
  480. package/dist/paths/Ai/Status/V1/index.d.cts +0 -13
  481. package/dist/paths/Ai/Status/V1/index.d.mts +0 -13
  482. package/dist/paths/Ai/Status/V1/index.mjs +0 -18
  483. package/dist/paths/Ai/Status/index.cjs +0 -22
  484. package/dist/paths/Ai/Status/index.d.cts +0 -13
  485. package/dist/paths/Ai/Status/index.d.mts +0 -13
  486. package/dist/paths/Ai/Status/index.mjs +0 -18
  487. package/dist/paths/Ai/Text/V1/Async/Punctuate/index.cjs +0 -28
  488. package/dist/paths/Ai/Text/V1/Async/Punctuate/index.d.cts +0 -22
  489. package/dist/paths/Ai/Text/V1/Async/Punctuate/index.d.mts +0 -22
  490. package/dist/paths/Ai/Text/V1/Async/Punctuate/index.mjs +0 -24
  491. package/dist/paths/Ai/Text/V1/Async/Summarize/index.cjs +0 -30
  492. package/dist/paths/Ai/Text/V1/Async/Summarize/index.d.cts +0 -24
  493. package/dist/paths/Ai/Text/V1/Async/Summarize/index.d.mts +0 -24
  494. package/dist/paths/Ai/Text/V1/Async/Summarize/index.mjs +0 -26
  495. package/dist/paths/Ai/Text/V1/Async/index.cjs +0 -26
  496. package/dist/paths/Ai/Text/V1/Async/index.d.cts +0 -15
  497. package/dist/paths/Ai/Text/V1/Async/index.d.mts +0 -15
  498. package/dist/paths/Ai/Text/V1/Async/index.mjs +0 -22
  499. package/dist/paths/Ai/Text/V1/index.cjs +0 -22
  500. package/dist/paths/Ai/Text/V1/index.d.cts +0 -13
  501. package/dist/paths/Ai/Text/V1/index.d.mts +0 -13
  502. package/dist/paths/Ai/Text/V1/index.mjs +0 -18
  503. package/dist/paths/Ai/Text/index.cjs +0 -22
  504. package/dist/paths/Ai/Text/index.d.cts +0 -13
  505. package/dist/paths/Ai/Text/index.d.mts +0 -13
  506. package/dist/paths/Ai/Text/index.mjs +0 -18
  507. /package/dist/definitions/{BulkAddDevicesItemEmergency.cjs → AssignMessageThreadRequest.cjs} +0 -0
  508. /package/dist/definitions/{BulkAddDevicesItemEmergency.mjs → AssignMessageThreadRequest.mjs} +0 -0
  509. /package/dist/definitions/{BulkAddDevicesItemEmergencyLocation.cjs → AssignMessageThreadRequestAssignee.cjs} +0 -0
  510. /package/dist/definitions/{BulkAddDevicesItemEmergencyLocation.mjs → AssignMessageThreadRequestAssignee.mjs} +0 -0
  511. /package/dist/definitions/{DeviceDefinitionEmergency.cjs → BulkAssignSmsRecipientsRequest.cjs} +0 -0
  512. /package/dist/definitions/{DeviceDefinitionEmergency.mjs → BulkAssignSmsRecipientsRequest.mjs} +0 -0
  513. /package/dist/definitions/{DeviceDefinitionEmergencyLocation.cjs → ConsentHistoryRecordList.cjs} +0 -0
  514. /package/dist/definitions/{DeviceDefinitionEmergencyLocation.mjs → ConsentHistoryRecordList.mjs} +0 -0
  515. /package/dist/definitions/{ForwardingNumberInfoExtension.cjs → CreateDeviceRegistrationResponse.cjs} +0 -0
  516. /package/dist/definitions/{ForwardingNumberInfoExtension.mjs → CreateDeviceRegistrationResponse.mjs} +0 -0
  517. /package/dist/definitions/{ForwardingNumberResource.cjs → ForwardingNumberExtensionInfo.cjs} +0 -0
  518. /package/dist/definitions/{ForwardingNumberResource.mjs → ForwardingNumberExtensionInfo.mjs} +0 -0
@@ -9,7 +9,11 @@ declare class Index {
9
9
  constructor(_parent: ParentInterface);
10
10
  path(): string;
11
11
  /**
12
- * Creates a new outbound call out session. Currently this method is supported for Softphone/Hardphone only, since device IDs for WebRTC/Mobile apps cannot be obtained.
12
+ * Creates a new CallOut telephony session: an outbound call from the caller described in `from`
13
+ * to the destination in `to`. The caller may be identified with `from.deviceId` or with
14
+ * `from.extensionId` (internal extension / mailbox id); use one or the other, not both.
15
+ * When using `from.deviceId`, only Softphone and Hardphone device instance ids are supported;
16
+ * WebRTC/Mobile clients do not expose usable device ids for this API today.
13
17
  * HTTP Method: post
14
18
  * Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/call-out
15
19
  * Rate Limit Group: Heavy
@@ -9,7 +9,11 @@ declare class Index {
9
9
  constructor(_parent: ParentInterface);
10
10
  path(): string;
11
11
  /**
12
- * Creates a new outbound call out session. Currently this method is supported for Softphone/Hardphone only, since device IDs for WebRTC/Mobile apps cannot be obtained.
12
+ * Creates a new CallOut telephony session: an outbound call from the caller described in `from`
13
+ * to the destination in `to`. The caller may be identified with `from.deviceId` or with
14
+ * `from.extensionId` (internal extension / mailbox id); use one or the other, not both.
15
+ * When using `from.deviceId`, only Softphone and Hardphone device instance ids are supported;
16
+ * WebRTC/Mobile clients do not expose usable device ids for this API today.
13
17
  * HTTP Method: post
14
18
  * Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/call-out
15
19
  * Rate Limit Group: Heavy
@@ -10,7 +10,11 @@ var Index = class {
10
10
  return `${this._parent.path()}/call-out`;
11
11
  }
12
12
  /**
13
- * Creates a new outbound call out session. Currently this method is supported for Softphone/Hardphone only, since device IDs for WebRTC/Mobile apps cannot be obtained.
13
+ * Creates a new CallOut telephony session: an outbound call from the caller described in `from`
14
+ * to the destination in `to`. The caller may be identified with `from.deviceId` or with
15
+ * `from.extensionId` (internal extension / mailbox id); use one or the other, not both.
16
+ * When using `from.deviceId`, only Softphone and Hardphone device instance ids are supported;
17
+ * WebRTC/Mobile clients do not expose usable device ids for this API today.
14
18
  * HTTP Method: post
15
19
  * Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/call-out
16
20
  * Rate Limit Group: Heavy
@@ -33,7 +33,7 @@ declare class Index {
33
33
  * App Permission: RoleManagement
34
34
  * User Permission: EditUserRoles
35
35
  */
36
- post(roleResource: RoleResource, queryParams?: CreateCustomRoleParameters, restRequestConfig?: RestRequestConfig): Promise<string>;
36
+ post(roleResource: RoleResource, queryParams?: CreateCustomRoleParameters, restRequestConfig?: RestRequestConfig): Promise<RoleResource>;
37
37
  /**
38
38
  * Returns a user role assigned to the current account.
39
39
  * HTTP Method: get
@@ -33,7 +33,7 @@ declare class Index {
33
33
  * App Permission: RoleManagement
34
34
  * User Permission: EditUserRoles
35
35
  */
36
- post(roleResource: RoleResource, queryParams?: CreateCustomRoleParameters, restRequestConfig?: RestRequestConfig): Promise<string>;
36
+ post(roleResource: RoleResource, queryParams?: CreateCustomRoleParameters, restRequestConfig?: RestRequestConfig): Promise<RoleResource>;
37
37
  /**
38
38
  * Returns a user role assigned to the current account.
39
39
  * HTTP Method: get
@@ -31,6 +31,7 @@ const require_paths_Restapi_Account_IvrPrompts_index = require("./IvrPrompts/ind
31
31
  const require_paths_Restapi_Account_MessageStoreConfiguration_index = require("./MessageStoreConfiguration/index.cjs");
32
32
  const require_paths_Restapi_Account_MessageStoreReport_index = require("./MessageStoreReport/index.cjs");
33
33
  const require_paths_Restapi_Account_MessageStoreTemplates_index = require("./MessageStoreTemplates/index.cjs");
34
+ const require_paths_Restapi_Account_MessageThreads_index = require("./MessageThreads/index.cjs");
34
35
  const require_paths_Restapi_Account_MsTeams_index = require("./MsTeams/index.cjs");
35
36
  const require_paths_Restapi_Account_PagingOnlyGroups_index = require("./PagingOnlyGroups/index.cjs");
36
37
  const require_paths_Restapi_Account_PhoneNumber_index = require("./PhoneNumber/index.cjs");
@@ -147,6 +148,9 @@ var Index = class {
147
148
  callRecording() {
148
149
  return new require_paths_Restapi_Account_CallRecording_index.default(this);
149
150
  }
151
+ messageThreads(threadId = null) {
152
+ return new require_paths_Restapi_Account_MessageThreads_index.default(this, threadId);
153
+ }
150
154
  callRecordings() {
151
155
  return new require_paths_Restapi_Account_CallRecordings_index.default(this);
152
156
  }
@@ -29,17 +29,18 @@ import Index$26 from "./IvrPrompts/index.cjs";
29
29
  import Index$27 from "./MessageStoreConfiguration/index.cjs";
30
30
  import Index$28 from "./MessageStoreReport/index.cjs";
31
31
  import Index$29 from "./MessageStoreTemplates/index.cjs";
32
- import Index$30 from "./MsTeams/index.cjs";
33
- import Index$31 from "./PagingOnlyGroups/index.cjs";
34
- import Index$32 from "./PhoneNumber/index.cjs";
35
- import Index$33 from "./Presence/index.cjs";
36
- import Index$34 from "./Recording/index.cjs";
37
- import Index$35 from "./ServiceInfo/index.cjs";
38
- import Index$36 from "./Sites/index.cjs";
39
- import Index$37 from "./SmsRegistrationBrands/index.cjs";
40
- import Index$38 from "./Telephony/index.cjs";
41
- import Index$39 from "./Templates/index.cjs";
42
- import Index$40 from "./UserRole/index.cjs";
32
+ import Index$30 from "./MessageThreads/index.cjs";
33
+ import Index$31 from "./MsTeams/index.cjs";
34
+ import Index$32 from "./PagingOnlyGroups/index.cjs";
35
+ import Index$33 from "./PhoneNumber/index.cjs";
36
+ import Index$34 from "./Presence/index.cjs";
37
+ import Index$35 from "./Recording/index.cjs";
38
+ import Index$36 from "./ServiceInfo/index.cjs";
39
+ import Index$37 from "./Sites/index.cjs";
40
+ import Index$38 from "./SmsRegistrationBrands/index.cjs";
41
+ import Index$39 from "./Telephony/index.cjs";
42
+ import Index$40 from "./Templates/index.cjs";
43
+ import Index$41 from "./UserRole/index.cjs";
43
44
 
44
45
  //#region src/paths/Restapi/Account/index.d.ts
45
46
  declare class Index {
@@ -58,25 +59,25 @@ declare class Index {
58
59
  * User Permission: ReadCompanyInfo
59
60
  */
60
61
  get(restRequestConfig?: RestRequestConfig): Promise<GetAccountInfoResponse>;
61
- sites(siteId?: string | null): Index$36;
62
+ sites(siteId?: string | null): Index$37;
62
63
  device(deviceId?: string | null): Index$17;
63
64
  a2pSms(): Index$1;
64
- msTeams(): Index$30;
65
+ msTeams(): Index$31;
65
66
  callLog(callRecordId?: string | null): Index$9;
66
67
  greeting(): Index$24;
67
- presence(): Index$33;
68
+ presence(): Index$34;
68
69
  directory(): Index$18;
69
- telephony(): Index$38;
70
+ telephony(): Index$39;
70
71
  extension(extensionId?: string | null): Index$21;
71
- recording(recordingId?: string | null): Index$34;
72
- templates(templateId?: string | null): Index$39;
72
+ recording(recordingId?: string | null): Index$35;
73
+ templates(templateId?: string | null): Index$40;
73
74
  ivrMenus(ivrMenuId?: string | null): Index$25;
74
- userRole(roleId?: string | null): Index$40;
75
+ userRole(roleId?: string | null): Index$41;
75
76
  auditTrail(): Index$6;
76
77
  ivrPrompts(promptId?: string | null): Index$26;
77
78
  callQueues(groupId?: string | null): Index$13;
78
- phoneNumber(phoneNumberId?: string | null): Index$32;
79
- serviceInfo(): Index$35;
79
+ phoneNumber(phoneNumberId?: string | null): Index$33;
80
+ serviceInfo(): Index$36;
80
81
  activeCalls(): Index$2;
81
82
  customFields(fieldId?: string | null): Index$16;
82
83
  assignedRole(): Index$5;
@@ -84,16 +85,17 @@ declare class Index {
84
85
  answeringRule(ruleId?: string | null): Index$4;
85
86
  businessHours(): Index$8;
86
87
  callRecording(): Index$14;
88
+ messageThreads(threadId?: string | null): Index$30;
87
89
  callRecordings(): Index$15;
88
90
  businessAddress(): Index$7;
89
91
  forwardAllCalls(): Index$23;
90
- pagingOnlyGroups(pagingOnlyGroupId?: string | null): Index$31;
92
+ pagingOnlyGroups(pagingOnlyGroupId?: string | null): Index$32;
91
93
  emergencyLocations(locationId?: string | null): Index$20;
92
94
  messageStoreReport(taskId?: string | null): Index$28;
93
95
  extensionBulkUpdate(): Index$22;
94
96
  callLogExtractSync(): Index$10;
95
97
  callMonitoringGroups(groupId?: string | null): Index$12;
96
- smsRegistrationBrands(tcrBrandId?: string | null): Index$37;
98
+ smsRegistrationBrands(tcrBrandId?: string | null): Index$38;
97
99
  messageStoreTemplates(templateId?: string | null): Index$29;
98
100
  addressBookBulkUpload(): Index$3;
99
101
  messageStoreConfiguration(): Index$27;
@@ -29,17 +29,18 @@ import Index$26 from "./IvrPrompts/index.mjs";
29
29
  import Index$27 from "./MessageStoreConfiguration/index.mjs";
30
30
  import Index$28 from "./MessageStoreReport/index.mjs";
31
31
  import Index$29 from "./MessageStoreTemplates/index.mjs";
32
- import Index$30 from "./MsTeams/index.mjs";
33
- import Index$31 from "./PagingOnlyGroups/index.mjs";
34
- import Index$32 from "./PhoneNumber/index.mjs";
35
- import Index$33 from "./Presence/index.mjs";
36
- import Index$34 from "./Recording/index.mjs";
37
- import Index$35 from "./ServiceInfo/index.mjs";
38
- import Index$36 from "./Sites/index.mjs";
39
- import Index$37 from "./SmsRegistrationBrands/index.mjs";
40
- import Index$38 from "./Telephony/index.mjs";
41
- import Index$39 from "./Templates/index.mjs";
42
- import Index$40 from "./UserRole/index.mjs";
32
+ import Index$30 from "./MessageThreads/index.mjs";
33
+ import Index$31 from "./MsTeams/index.mjs";
34
+ import Index$32 from "./PagingOnlyGroups/index.mjs";
35
+ import Index$33 from "./PhoneNumber/index.mjs";
36
+ import Index$34 from "./Presence/index.mjs";
37
+ import Index$35 from "./Recording/index.mjs";
38
+ import Index$36 from "./ServiceInfo/index.mjs";
39
+ import Index$37 from "./Sites/index.mjs";
40
+ import Index$38 from "./SmsRegistrationBrands/index.mjs";
41
+ import Index$39 from "./Telephony/index.mjs";
42
+ import Index$40 from "./Templates/index.mjs";
43
+ import Index$41 from "./UserRole/index.mjs";
43
44
 
44
45
  //#region src/paths/Restapi/Account/index.d.ts
45
46
  declare class Index {
@@ -58,25 +59,25 @@ declare class Index {
58
59
  * User Permission: ReadCompanyInfo
59
60
  */
60
61
  get(restRequestConfig?: RestRequestConfig): Promise<GetAccountInfoResponse>;
61
- sites(siteId?: string | null): Index$36;
62
+ sites(siteId?: string | null): Index$37;
62
63
  device(deviceId?: string | null): Index$17;
63
64
  a2pSms(): Index$1;
64
- msTeams(): Index$30;
65
+ msTeams(): Index$31;
65
66
  callLog(callRecordId?: string | null): Index$9;
66
67
  greeting(): Index$24;
67
- presence(): Index$33;
68
+ presence(): Index$34;
68
69
  directory(): Index$18;
69
- telephony(): Index$38;
70
+ telephony(): Index$39;
70
71
  extension(extensionId?: string | null): Index$21;
71
- recording(recordingId?: string | null): Index$34;
72
- templates(templateId?: string | null): Index$39;
72
+ recording(recordingId?: string | null): Index$35;
73
+ templates(templateId?: string | null): Index$40;
73
74
  ivrMenus(ivrMenuId?: string | null): Index$25;
74
- userRole(roleId?: string | null): Index$40;
75
+ userRole(roleId?: string | null): Index$41;
75
76
  auditTrail(): Index$6;
76
77
  ivrPrompts(promptId?: string | null): Index$26;
77
78
  callQueues(groupId?: string | null): Index$13;
78
- phoneNumber(phoneNumberId?: string | null): Index$32;
79
- serviceInfo(): Index$35;
79
+ phoneNumber(phoneNumberId?: string | null): Index$33;
80
+ serviceInfo(): Index$36;
80
81
  activeCalls(): Index$2;
81
82
  customFields(fieldId?: string | null): Index$16;
82
83
  assignedRole(): Index$5;
@@ -84,16 +85,17 @@ declare class Index {
84
85
  answeringRule(ruleId?: string | null): Index$4;
85
86
  businessHours(): Index$8;
86
87
  callRecording(): Index$14;
88
+ messageThreads(threadId?: string | null): Index$30;
87
89
  callRecordings(): Index$15;
88
90
  businessAddress(): Index$7;
89
91
  forwardAllCalls(): Index$23;
90
- pagingOnlyGroups(pagingOnlyGroupId?: string | null): Index$31;
92
+ pagingOnlyGroups(pagingOnlyGroupId?: string | null): Index$32;
91
93
  emergencyLocations(locationId?: string | null): Index$20;
92
94
  messageStoreReport(taskId?: string | null): Index$28;
93
95
  extensionBulkUpdate(): Index$22;
94
96
  callLogExtractSync(): Index$10;
95
97
  callMonitoringGroups(groupId?: string | null): Index$12;
96
- smsRegistrationBrands(tcrBrandId?: string | null): Index$37;
98
+ smsRegistrationBrands(tcrBrandId?: string | null): Index$38;
97
99
  messageStoreTemplates(templateId?: string | null): Index$29;
98
100
  addressBookBulkUpload(): Index$3;
99
101
  messageStoreConfiguration(): Index$27;
@@ -27,17 +27,18 @@ import Index$26 from "./IvrPrompts/index.mjs";
27
27
  import Index$27 from "./MessageStoreConfiguration/index.mjs";
28
28
  import Index$28 from "./MessageStoreReport/index.mjs";
29
29
  import Index$29 from "./MessageStoreTemplates/index.mjs";
30
- import Index$30 from "./MsTeams/index.mjs";
31
- import Index$31 from "./PagingOnlyGroups/index.mjs";
32
- import Index$32 from "./PhoneNumber/index.mjs";
33
- import Index$33 from "./Presence/index.mjs";
34
- import Index$34 from "./Recording/index.mjs";
35
- import Index$35 from "./ServiceInfo/index.mjs";
36
- import Index$36 from "./Sites/index.mjs";
37
- import Index$37 from "./SmsRegistrationBrands/index.mjs";
38
- import Index$38 from "./Telephony/index.mjs";
39
- import Index$39 from "./Templates/index.mjs";
40
- import Index$40 from "./UserRole/index.mjs";
30
+ import Index$30 from "./MessageThreads/index.mjs";
31
+ import Index$31 from "./MsTeams/index.mjs";
32
+ import Index$32 from "./PagingOnlyGroups/index.mjs";
33
+ import Index$33 from "./PhoneNumber/index.mjs";
34
+ import Index$34 from "./Presence/index.mjs";
35
+ import Index$35 from "./Recording/index.mjs";
36
+ import Index$36 from "./ServiceInfo/index.mjs";
37
+ import Index$37 from "./Sites/index.mjs";
38
+ import Index$38 from "./SmsRegistrationBrands/index.mjs";
39
+ import Index$39 from "./Telephony/index.mjs";
40
+ import Index$40 from "./Templates/index.mjs";
41
+ import Index$41 from "./UserRole/index.mjs";
41
42
  //#region src/paths/Restapi/Account/index.ts
42
43
  var Index = class {
43
44
  rc;
@@ -66,7 +67,7 @@ var Index = class {
66
67
  return (await this.rc.get(this.path(), void 0, restRequestConfig)).data;
67
68
  }
68
69
  sites(siteId = null) {
69
- return new Index$36(this, siteId);
70
+ return new Index$37(this, siteId);
70
71
  }
71
72
  device(deviceId = null) {
72
73
  return new Index$17(this, deviceId);
@@ -75,7 +76,7 @@ var Index = class {
75
76
  return new Index$1(this);
76
77
  }
77
78
  msTeams() {
78
- return new Index$30(this);
79
+ return new Index$31(this);
79
80
  }
80
81
  callLog(callRecordId = null) {
81
82
  return new Index$9(this, callRecordId);
@@ -84,28 +85,28 @@ var Index = class {
84
85
  return new Index$24(this);
85
86
  }
86
87
  presence() {
87
- return new Index$33(this);
88
+ return new Index$34(this);
88
89
  }
89
90
  directory() {
90
91
  return new Index$18(this);
91
92
  }
92
93
  telephony() {
93
- return new Index$38(this);
94
+ return new Index$39(this);
94
95
  }
95
96
  extension(extensionId = "~") {
96
97
  return new Index$21(this, extensionId);
97
98
  }
98
99
  recording(recordingId = null) {
99
- return new Index$34(this, recordingId);
100
+ return new Index$35(this, recordingId);
100
101
  }
101
102
  templates(templateId = null) {
102
- return new Index$39(this, templateId);
103
+ return new Index$40(this, templateId);
103
104
  }
104
105
  ivrMenus(ivrMenuId = null) {
105
106
  return new Index$25(this, ivrMenuId);
106
107
  }
107
108
  userRole(roleId = null) {
108
- return new Index$40(this, roleId);
109
+ return new Index$41(this, roleId);
109
110
  }
110
111
  auditTrail() {
111
112
  return new Index$6(this);
@@ -117,10 +118,10 @@ var Index = class {
117
118
  return new Index$13(this, groupId);
118
119
  }
119
120
  phoneNumber(phoneNumberId = null) {
120
- return new Index$32(this, phoneNumberId);
121
+ return new Index$33(this, phoneNumberId);
121
122
  }
122
123
  serviceInfo() {
123
- return new Index$35(this);
124
+ return new Index$36(this);
124
125
  }
125
126
  activeCalls() {
126
127
  return new Index$2(this);
@@ -143,6 +144,9 @@ var Index = class {
143
144
  callRecording() {
144
145
  return new Index$14(this);
145
146
  }
147
+ messageThreads(threadId = null) {
148
+ return new Index$30(this, threadId);
149
+ }
146
150
  callRecordings() {
147
151
  return new Index$15(this);
148
152
  }
@@ -153,7 +157,7 @@ var Index = class {
153
157
  return new Index$23(this);
154
158
  }
155
159
  pagingOnlyGroups(pagingOnlyGroupId = null) {
156
- return new Index$31(this, pagingOnlyGroupId);
160
+ return new Index$32(this, pagingOnlyGroupId);
157
161
  }
158
162
  emergencyLocations(locationId = null) {
159
163
  return new Index$20(this, locationId);
@@ -171,7 +175,7 @@ var Index = class {
171
175
  return new Index$12(this, groupId);
172
176
  }
173
177
  smsRegistrationBrands(tcrBrandId = null) {
174
- return new Index$37(this, tcrBrandId);
178
+ return new Index$38(this, tcrBrandId);
175
179
  }
176
180
  messageStoreTemplates(templateId = null) {
177
181
  return new Index$29(this, templateId);
@@ -0,0 +1,29 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ //#region src/paths/Restapi/V2/Accounts/Sms/Consents/History/index.ts
6
+ var Index = class {
7
+ rc;
8
+ _parent;
9
+ constructor(_parent) {
10
+ this._parent = _parent;
11
+ this.rc = _parent.rc;
12
+ }
13
+ path() {
14
+ return `${this._parent.path()}/history`;
15
+ }
16
+ /**
17
+ * Returns the history of SMS consent records for opted-out and/or opted-in phone numbers.
18
+ *
19
+ * HTTP Method: get
20
+ * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/history
21
+ * Rate Limit Group: Light
22
+ * App Permission: SMS
23
+ */
24
+ async get(queryParams, restRequestConfig) {
25
+ return (await this.rc.get(this.path(), queryParams, restRequestConfig)).data;
26
+ }
27
+ };
28
+ //#endregion
29
+ exports.default = Index;
@@ -0,0 +1,22 @@
1
+ import { ParentInterface, RestRequestConfig, RingCentralInterface } from "../../../../../../../types.cjs";
2
+ import ConsentHistoryRecordList from "../../../../../../../definitions/ConsentHistoryRecordList.cjs";
3
+ import ListSmsConsentHistoryRecordsParameters from "../../../../../../../definitions/ListSmsConsentHistoryRecordsParameters.cjs";
4
+
5
+ //#region src/paths/Restapi/V2/Accounts/Sms/Consents/History/index.d.ts
6
+ declare class Index {
7
+ rc: RingCentralInterface;
8
+ _parent: ParentInterface;
9
+ constructor(_parent: ParentInterface);
10
+ path(): string;
11
+ /**
12
+ * Returns the history of SMS consent records for opted-out and/or opted-in phone numbers.
13
+ *
14
+ * HTTP Method: get
15
+ * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/history
16
+ * Rate Limit Group: Light
17
+ * App Permission: SMS
18
+ */
19
+ get(queryParams?: ListSmsConsentHistoryRecordsParameters, restRequestConfig?: RestRequestConfig): Promise<ConsentHistoryRecordList>;
20
+ }
21
+ //#endregion
22
+ export { Index as default };
@@ -0,0 +1,22 @@
1
+ import { ParentInterface, RestRequestConfig, RingCentralInterface } from "../../../../../../../types.mjs";
2
+ import ConsentHistoryRecordList from "../../../../../../../definitions/ConsentHistoryRecordList.mjs";
3
+ import ListSmsConsentHistoryRecordsParameters from "../../../../../../../definitions/ListSmsConsentHistoryRecordsParameters.mjs";
4
+
5
+ //#region src/paths/Restapi/V2/Accounts/Sms/Consents/History/index.d.ts
6
+ declare class Index {
7
+ rc: RingCentralInterface;
8
+ _parent: ParentInterface;
9
+ constructor(_parent: ParentInterface);
10
+ path(): string;
11
+ /**
12
+ * Returns the history of SMS consent records for opted-out and/or opted-in phone numbers.
13
+ *
14
+ * HTTP Method: get
15
+ * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/history
16
+ * Rate Limit Group: Light
17
+ * App Permission: SMS
18
+ */
19
+ get(queryParams?: ListSmsConsentHistoryRecordsParameters, restRequestConfig?: RestRequestConfig): Promise<ConsentHistoryRecordList>;
20
+ }
21
+ //#endregion
22
+ export { Index as default };
@@ -0,0 +1,25 @@
1
+ //#region src/paths/Restapi/V2/Accounts/Sms/Consents/History/index.ts
2
+ var Index = class {
3
+ rc;
4
+ _parent;
5
+ constructor(_parent) {
6
+ this._parent = _parent;
7
+ this.rc = _parent.rc;
8
+ }
9
+ path() {
10
+ return `${this._parent.path()}/history`;
11
+ }
12
+ /**
13
+ * Returns the history of SMS consent records for opted-out and/or opted-in phone numbers.
14
+ *
15
+ * HTTP Method: get
16
+ * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/history
17
+ * Rate Limit Group: Light
18
+ * App Permission: SMS
19
+ */
20
+ async get(queryParams, restRequestConfig) {
21
+ return (await this.rc.get(this.path(), queryParams, restRequestConfig)).data;
22
+ }
23
+ };
24
+ //#endregion
25
+ export { Index as default };
@@ -0,0 +1,29 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ //#region src/paths/Restapi/V2/Accounts/Sms/Consents/Search/index.ts
6
+ var Index = class {
7
+ rc;
8
+ _parent;
9
+ constructor(_parent) {
10
+ this._parent = _parent;
11
+ this.rc = _parent.rc;
12
+ }
13
+ path() {
14
+ return `${this._parent.path()}/search`;
15
+ }
16
+ /**
17
+ * Returns the list of account-level SMS consent records according to the search criteria.
18
+ *
19
+ * HTTP Method: post
20
+ * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/search
21
+ * Rate Limit Group: Light
22
+ * App Permission: SMS
23
+ */
24
+ async post(searchSmsConsentRecordsRequest, restRequestConfig) {
25
+ return (await this.rc.post(this.path(), searchSmsConsentRecordsRequest, void 0, restRequestConfig)).data;
26
+ }
27
+ };
28
+ //#endregion
29
+ exports.default = Index;
@@ -0,0 +1,22 @@
1
+ import { ParentInterface, RestRequestConfig, RingCentralInterface } from "../../../../../../../types.cjs";
2
+ import OptRecordList from "../../../../../../../definitions/OptRecordList.cjs";
3
+ import SearchSmsConsentRecordsRequest from "../../../../../../../definitions/SearchSmsConsentRecordsRequest.cjs";
4
+
5
+ //#region src/paths/Restapi/V2/Accounts/Sms/Consents/Search/index.d.ts
6
+ declare class Index {
7
+ rc: RingCentralInterface;
8
+ _parent: ParentInterface;
9
+ constructor(_parent: ParentInterface);
10
+ path(): string;
11
+ /**
12
+ * Returns the list of account-level SMS consent records according to the search criteria.
13
+ *
14
+ * HTTP Method: post
15
+ * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/search
16
+ * Rate Limit Group: Light
17
+ * App Permission: SMS
18
+ */
19
+ post(searchSmsConsentRecordsRequest: SearchSmsConsentRecordsRequest, restRequestConfig?: RestRequestConfig): Promise<OptRecordList>;
20
+ }
21
+ //#endregion
22
+ export { Index as default };
@@ -0,0 +1,22 @@
1
+ import { ParentInterface, RestRequestConfig, RingCentralInterface } from "../../../../../../../types.mjs";
2
+ import OptRecordList from "../../../../../../../definitions/OptRecordList.mjs";
3
+ import SearchSmsConsentRecordsRequest from "../../../../../../../definitions/SearchSmsConsentRecordsRequest.mjs";
4
+
5
+ //#region src/paths/Restapi/V2/Accounts/Sms/Consents/Search/index.d.ts
6
+ declare class Index {
7
+ rc: RingCentralInterface;
8
+ _parent: ParentInterface;
9
+ constructor(_parent: ParentInterface);
10
+ path(): string;
11
+ /**
12
+ * Returns the list of account-level SMS consent records according to the search criteria.
13
+ *
14
+ * HTTP Method: post
15
+ * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/search
16
+ * Rate Limit Group: Light
17
+ * App Permission: SMS
18
+ */
19
+ post(searchSmsConsentRecordsRequest: SearchSmsConsentRecordsRequest, restRequestConfig?: RestRequestConfig): Promise<OptRecordList>;
20
+ }
21
+ //#endregion
22
+ export { Index as default };
@@ -0,0 +1,25 @@
1
+ //#region src/paths/Restapi/V2/Accounts/Sms/Consents/Search/index.ts
2
+ var Index = class {
3
+ rc;
4
+ _parent;
5
+ constructor(_parent) {
6
+ this._parent = _parent;
7
+ this.rc = _parent.rc;
8
+ }
9
+ path() {
10
+ return `${this._parent.path()}/search`;
11
+ }
12
+ /**
13
+ * Returns the list of account-level SMS consent records according to the search criteria.
14
+ *
15
+ * HTTP Method: post
16
+ * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents/search
17
+ * Rate Limit Group: Light
18
+ * App Permission: SMS
19
+ */
20
+ async post(searchSmsConsentRecordsRequest, restRequestConfig) {
21
+ return (await this.rc.post(this.path(), searchSmsConsentRecordsRequest, void 0, restRequestConfig)).data;
22
+ }
23
+ };
24
+ //#endregion
25
+ export { Index as default };
@@ -3,6 +3,8 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  const require_paths_Restapi_V2_Accounts_Sms_Consents_Export_index = require("./Export/index.cjs");
6
+ const require_paths_Restapi_V2_Accounts_Sms_Consents_History_index = require("./History/index.cjs");
7
+ const require_paths_Restapi_V2_Accounts_Sms_Consents_Search_index = require("./Search/index.cjs");
6
8
  //#region src/paths/Restapi/V2/Accounts/Sms/Consents/index.ts
7
9
  var Index = class {
8
10
  rc;
@@ -15,17 +17,6 @@ var Index = class {
15
17
  return `${this._parent.path()}/consents`;
16
18
  }
17
19
  /**
18
- * Returns a list of account-level SMS consent records for opted-out and/or opted-in phone numbers.
19
- *
20
- * HTTP Method: get
21
- * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents
22
- * Rate Limit Group: Light
23
- * App Permission: SMS
24
- */
25
- async get(queryParams, restRequestConfig) {
26
- return (await this.rc.get(this.path(), queryParams, restRequestConfig)).data;
27
- }
28
- /**
29
20
  * Adds or updates SMS consent records.
30
21
  *
31
22
  * HTTP Method: patch
@@ -39,6 +30,12 @@ var Index = class {
39
30
  export() {
40
31
  return new require_paths_Restapi_V2_Accounts_Sms_Consents_Export_index.default(this);
41
32
  }
33
+ search() {
34
+ return new require_paths_Restapi_V2_Accounts_Sms_Consents_Search_index.default(this);
35
+ }
36
+ history() {
37
+ return new require_paths_Restapi_V2_Accounts_Sms_Consents_History_index.default(this);
38
+ }
42
39
  };
43
40
  //#endregion
44
41
  exports.default = Index;
@@ -1,9 +1,9 @@
1
1
  import { ParentInterface, RestRequestConfig, RingCentralInterface } from "../../../../../../types.cjs";
2
- import ListSmsConsentRecordsParameters from "../../../../../../definitions/ListSmsConsentRecordsParameters.cjs";
3
- import OptRecordList from "../../../../../../definitions/OptRecordList.cjs";
4
2
  import OptRecordsModificationSummary from "../../../../../../definitions/OptRecordsModificationSummary.cjs";
5
3
  import UpdateOptRecordList from "../../../../../../definitions/UpdateOptRecordList.cjs";
6
4
  import Index$1 from "./Export/index.cjs";
5
+ import Index$2 from "./History/index.cjs";
6
+ import Index$3 from "./Search/index.cjs";
7
7
 
8
8
  //#region src/paths/Restapi/V2/Accounts/Sms/Consents/index.d.ts
9
9
  declare class Index {
@@ -11,15 +11,6 @@ declare class Index {
11
11
  _parent: ParentInterface;
12
12
  constructor(_parent: ParentInterface);
13
13
  path(): string;
14
- /**
15
- * Returns a list of account-level SMS consent records for opted-out and/or opted-in phone numbers.
16
- *
17
- * HTTP Method: get
18
- * Endpoint: /restapi/v2/accounts/{accountId}/sms/consents
19
- * Rate Limit Group: Light
20
- * App Permission: SMS
21
- */
22
- get(queryParams?: ListSmsConsentRecordsParameters, restRequestConfig?: RestRequestConfig): Promise<OptRecordList>;
23
14
  /**
24
15
  * Adds or updates SMS consent records.
25
16
  *
@@ -30,6 +21,8 @@ declare class Index {
30
21
  */
31
22
  patch(updateOptRecordList: UpdateOptRecordList, restRequestConfig?: RestRequestConfig): Promise<OptRecordsModificationSummary>;
32
23
  export(): Index$1;
24
+ search(): Index$3;
25
+ history(): Index$2;
33
26
  }
34
27
  //#endregion
35
28
  export { Index as default };