bereach 1.3.2 → 1.4.0-beta.4

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 (695) hide show
  1. package/README.md +142 -42
  2. package/esm/funcs/actions-connect-profile.d.ts +2 -2
  3. package/esm/funcs/actions-connect-profile.d.ts.map +1 -1
  4. package/esm/funcs/actions-connect-profile.js +4 -2
  5. package/esm/funcs/actions-connect-profile.js.map +1 -1
  6. package/esm/funcs/actions-follow-company.d.ts +1 -1
  7. package/esm/funcs/actions-follow-company.d.ts.map +1 -1
  8. package/esm/funcs/actions-follow-company.js +3 -1
  9. package/esm/funcs/actions-follow-company.js.map +1 -1
  10. package/esm/funcs/actions-list-sent-invitations.d.ts +1 -1
  11. package/esm/funcs/actions-list-sent-invitations.d.ts.map +1 -1
  12. package/esm/funcs/actions-list-sent-invitations.js +3 -1
  13. package/esm/funcs/actions-list-sent-invitations.js.map +1 -1
  14. package/esm/funcs/actions-send-message.d.ts +2 -2
  15. package/esm/funcs/actions-send-message.d.ts.map +1 -1
  16. package/esm/funcs/actions-send-message.js +4 -2
  17. package/esm/funcs/actions-send-message.js.map +1 -1
  18. package/esm/funcs/campaigns-filter.d.ts +1 -1
  19. package/esm/funcs/campaigns-filter.d.ts.map +1 -1
  20. package/esm/funcs/campaigns-filter.js +3 -1
  21. package/esm/funcs/campaigns-filter.js.map +1 -1
  22. package/esm/funcs/{campaigns-get-stats.d.ts → campaigns-get-campaign-stats.d.ts} +2 -2
  23. package/esm/funcs/campaigns-get-campaign-stats.d.ts.map +1 -0
  24. package/esm/funcs/{campaigns-get-stats.js → campaigns-get-campaign-stats.js} +8 -7
  25. package/esm/funcs/campaigns-get-campaign-stats.js.map +1 -0
  26. package/esm/funcs/campaigns-get-status.d.ts +1 -1
  27. package/esm/funcs/campaigns-get-status.d.ts.map +1 -1
  28. package/esm/funcs/campaigns-get-status.js +3 -1
  29. package/esm/funcs/campaigns-get-status.js.map +1 -1
  30. package/esm/funcs/campaigns-sync.d.ts +1 -1
  31. package/esm/funcs/campaigns-sync.d.ts.map +1 -1
  32. package/esm/funcs/campaigns-sync.js +3 -1
  33. package/esm/funcs/campaigns-sync.js.map +1 -1
  34. package/esm/funcs/chat-archive.d.ts +1 -1
  35. package/esm/funcs/chat-archive.d.ts.map +1 -1
  36. package/esm/funcs/chat-archive.js +3 -1
  37. package/esm/funcs/chat-archive.js.map +1 -1
  38. package/esm/funcs/chat-find-conversation.d.ts +2 -9
  39. package/esm/funcs/chat-find-conversation.d.ts.map +1 -1
  40. package/esm/funcs/chat-find-conversation.js +4 -9
  41. package/esm/funcs/chat-find-conversation.js.map +1 -1
  42. package/esm/funcs/chat-unreact.d.ts +1 -1
  43. package/esm/funcs/chat-unreact.d.ts.map +1 -1
  44. package/esm/funcs/chat-unreact.js +3 -1
  45. package/esm/funcs/chat-unreact.js.map +1 -1
  46. package/esm/funcs/company-pages-get-analytics.d.ts +1 -1
  47. package/esm/funcs/company-pages-get-analytics.d.ts.map +1 -1
  48. package/esm/funcs/company-pages-get-analytics.js +3 -1
  49. package/esm/funcs/company-pages-get-analytics.js.map +1 -1
  50. package/esm/funcs/company-pages-get-permissions.d.ts +1 -1
  51. package/esm/funcs/company-pages-get-permissions.d.ts.map +1 -1
  52. package/esm/funcs/company-pages-get-permissions.js +3 -1
  53. package/esm/funcs/company-pages-get-permissions.js.map +1 -1
  54. package/esm/funcs/company-pages-get-posts.d.ts +1 -1
  55. package/esm/funcs/company-pages-get-posts.d.ts.map +1 -1
  56. package/esm/funcs/company-pages-get-posts.js +3 -1
  57. package/esm/funcs/company-pages-get-posts.js.map +1 -1
  58. package/esm/funcs/company-pages-list.d.ts +1 -1
  59. package/esm/funcs/company-pages-list.d.ts.map +1 -1
  60. package/esm/funcs/company-pages-list.js +3 -1
  61. package/esm/funcs/company-pages-list.js.map +1 -1
  62. package/esm/funcs/contacts-add-campaign-contacts.d.ts +18 -0
  63. package/esm/funcs/contacts-add-campaign-contacts.d.ts.map +1 -0
  64. package/esm/funcs/contacts-add-campaign-contacts.js +103 -0
  65. package/esm/funcs/contacts-add-campaign-contacts.js.map +1 -0
  66. package/esm/funcs/contacts-add-contact-activities.d.ts +18 -0
  67. package/esm/funcs/contacts-add-contact-activities.d.ts.map +1 -0
  68. package/esm/funcs/contacts-add-contact-activities.js +103 -0
  69. package/esm/funcs/contacts-add-contact-activities.js.map +1 -0
  70. package/esm/funcs/contacts-bulk-update-contacts.d.ts +18 -0
  71. package/esm/funcs/contacts-bulk-update-contacts.d.ts.map +1 -0
  72. package/esm/funcs/contacts-bulk-update-contacts.js +97 -0
  73. package/esm/funcs/contacts-bulk-update-contacts.js.map +1 -0
  74. package/esm/funcs/contacts-create-campaign.d.ts +18 -0
  75. package/esm/funcs/contacts-create-campaign.d.ts.map +1 -0
  76. package/esm/funcs/contacts-create-campaign.js +97 -0
  77. package/esm/funcs/contacts-create-campaign.js.map +1 -0
  78. package/esm/funcs/contacts-delete-agent-state.d.ts +18 -0
  79. package/esm/funcs/contacts-delete-agent-state.d.ts.map +1 -0
  80. package/esm/funcs/contacts-delete-agent-state.js +102 -0
  81. package/esm/funcs/contacts-delete-agent-state.js.map +1 -0
  82. package/esm/funcs/contacts-get-agent-state.d.ts +18 -0
  83. package/esm/funcs/contacts-get-agent-state.d.ts.map +1 -0
  84. package/esm/funcs/contacts-get-agent-state.js +102 -0
  85. package/esm/funcs/contacts-get-agent-state.js.map +1 -0
  86. package/esm/funcs/contacts-get-contact-by-url.d.ts +18 -0
  87. package/esm/funcs/contacts-get-contact-by-url.d.ts.map +1 -0
  88. package/esm/funcs/contacts-get-contact-by-url.js +100 -0
  89. package/esm/funcs/contacts-get-contact-by-url.js.map +1 -0
  90. package/esm/funcs/contacts-get-contact-stats.d.ts +18 -0
  91. package/esm/funcs/contacts-get-contact-stats.d.ts.map +1 -0
  92. package/esm/funcs/contacts-get-contact-stats.js +100 -0
  93. package/esm/funcs/contacts-get-contact-stats.js.map +1 -0
  94. package/esm/funcs/contacts-get-contact.d.ts +18 -0
  95. package/esm/funcs/contacts-get-contact.d.ts.map +1 -0
  96. package/esm/funcs/contacts-get-contact.js +102 -0
  97. package/esm/funcs/contacts-get-contact.js.map +1 -0
  98. package/esm/funcs/contacts-list-agent-states.d.ts +18 -0
  99. package/esm/funcs/contacts-list-agent-states.d.ts.map +1 -0
  100. package/esm/funcs/contacts-list-agent-states.js +86 -0
  101. package/esm/funcs/contacts-list-agent-states.js.map +1 -0
  102. package/esm/funcs/contacts-list-campaign-contacts.d.ts +18 -0
  103. package/esm/funcs/contacts-list-campaign-contacts.d.ts.map +1 -0
  104. package/esm/funcs/contacts-list-campaign-contacts.js +111 -0
  105. package/esm/funcs/contacts-list-campaign-contacts.js.map +1 -0
  106. package/esm/funcs/contacts-list-campaigns.d.ts +18 -0
  107. package/esm/funcs/contacts-list-campaigns.d.ts.map +1 -0
  108. package/esm/funcs/contacts-list-campaigns.js +103 -0
  109. package/esm/funcs/contacts-list-campaigns.js.map +1 -0
  110. package/esm/funcs/contacts-list-contact-activities.d.ts +18 -0
  111. package/esm/funcs/contacts-list-contact-activities.d.ts.map +1 -0
  112. package/esm/funcs/contacts-list-contact-activities.js +108 -0
  113. package/esm/funcs/contacts-list-contact-activities.js.map +1 -0
  114. package/esm/funcs/contacts-patch-agent-state.d.ts +18 -0
  115. package/esm/funcs/contacts-patch-agent-state.d.ts.map +1 -0
  116. package/esm/funcs/contacts-patch-agent-state.js +103 -0
  117. package/esm/funcs/contacts-patch-agent-state.js.map +1 -0
  118. package/esm/funcs/contacts-search-contacts.d.ts +18 -0
  119. package/esm/funcs/contacts-search-contacts.d.ts.map +1 -0
  120. package/esm/funcs/contacts-search-contacts.js +112 -0
  121. package/esm/funcs/contacts-search-contacts.js.map +1 -0
  122. package/esm/funcs/contacts-set-agent-state.d.ts +18 -0
  123. package/esm/funcs/contacts-set-agent-state.d.ts.map +1 -0
  124. package/esm/funcs/contacts-set-agent-state.js +103 -0
  125. package/esm/funcs/contacts-set-agent-state.js.map +1 -0
  126. package/esm/funcs/contacts-update-campaign.d.ts +18 -0
  127. package/esm/funcs/contacts-update-campaign.d.ts.map +1 -0
  128. package/esm/funcs/contacts-update-campaign.js +103 -0
  129. package/esm/funcs/contacts-update-campaign.js.map +1 -0
  130. package/esm/funcs/contacts-update-contact.d.ts +18 -0
  131. package/esm/funcs/contacts-update-contact.d.ts.map +1 -0
  132. package/esm/funcs/contacts-update-contact.js +103 -0
  133. package/esm/funcs/contacts-update-contact.js.map +1 -0
  134. package/esm/funcs/contacts-upsert.d.ts +3 -2
  135. package/esm/funcs/contacts-upsert.d.ts.map +1 -1
  136. package/esm/funcs/contacts-upsert.js +21 -3
  137. package/esm/funcs/contacts-upsert.js.map +1 -1
  138. package/esm/funcs/context-delete-context.d.ts +18 -0
  139. package/esm/funcs/context-delete-context.d.ts.map +1 -0
  140. package/esm/funcs/context-delete-context.js +101 -0
  141. package/esm/funcs/context-delete-context.js.map +1 -0
  142. package/esm/funcs/context-list-context.d.ts +18 -0
  143. package/esm/funcs/context-list-context.d.ts.map +1 -0
  144. package/esm/funcs/context-list-context.js +101 -0
  145. package/esm/funcs/context-list-context.js.map +1 -0
  146. package/esm/funcs/context-set-context.d.ts +18 -0
  147. package/esm/funcs/{campaigns-get-stats.d.ts.map → context-set-context.d.ts.map} +1 -1
  148. package/esm/funcs/context-set-context.js +97 -0
  149. package/esm/funcs/context-set-context.js.map +1 -0
  150. package/esm/funcs/cron-list-cron-schedules.d.ts +18 -0
  151. package/esm/funcs/cron-list-cron-schedules.d.ts.map +1 -0
  152. package/esm/funcs/cron-list-cron-schedules.js +86 -0
  153. package/esm/funcs/cron-list-cron-schedules.js.map +1 -0
  154. package/esm/funcs/cron-update-cron-schedule.d.ts +18 -0
  155. package/esm/funcs/{chat-search-conversations.d.ts.map → cron-update-cron-schedule.d.ts.map} +1 -1
  156. package/esm/funcs/cron-update-cron-schedule.js +103 -0
  157. package/esm/funcs/cron-update-cron-schedule.js.map +1 -0
  158. package/esm/funcs/linked-in-actions-create-comment.d.ts +1 -1
  159. package/esm/funcs/linked-in-actions-create-comment.d.ts.map +1 -1
  160. package/esm/funcs/linked-in-actions-create-comment.js +3 -1
  161. package/esm/funcs/linked-in-actions-create-comment.js.map +1 -1
  162. package/esm/funcs/linked-in-actions-decline-invitation.d.ts +1 -1
  163. package/esm/funcs/linked-in-actions-decline-invitation.d.ts.map +1 -1
  164. package/esm/funcs/linked-in-actions-decline-invitation.js +3 -1
  165. package/esm/funcs/linked-in-actions-decline-invitation.js.map +1 -1
  166. package/esm/funcs/linked-in-actions-like-comment.d.ts +1 -1
  167. package/esm/funcs/linked-in-actions-like-comment.d.ts.map +1 -1
  168. package/esm/funcs/linked-in-actions-like-comment.js +3 -1
  169. package/esm/funcs/linked-in-actions-like-comment.js.map +1 -1
  170. package/esm/funcs/linked-in-actions-publish-post.d.ts +1 -1
  171. package/esm/funcs/linked-in-actions-publish-post.d.ts.map +1 -1
  172. package/esm/funcs/linked-in-actions-publish-post.js +3 -1
  173. package/esm/funcs/linked-in-actions-publish-post.js.map +1 -1
  174. package/esm/funcs/linked-in-actions-save-post.d.ts +1 -1
  175. package/esm/funcs/linked-in-actions-save-post.d.ts.map +1 -1
  176. package/esm/funcs/linked-in-actions-save-post.js +3 -1
  177. package/esm/funcs/linked-in-actions-save-post.js.map +1 -1
  178. package/esm/funcs/linked-in-actions-unfollow-profile.d.ts +1 -1
  179. package/esm/funcs/linked-in-actions-unfollow-profile.d.ts.map +1 -1
  180. package/esm/funcs/linked-in-actions-unfollow-profile.js +3 -1
  181. package/esm/funcs/linked-in-actions-unfollow-profile.js.map +1 -1
  182. package/esm/funcs/linked-in-chat-get-conversation-messages.d.ts +22 -0
  183. package/esm/funcs/linked-in-chat-get-conversation-messages.d.ts.map +1 -0
  184. package/esm/funcs/{linkedin-chat-get-messages.js → linked-in-chat-get-conversation-messages.js} +15 -9
  185. package/esm/funcs/linked-in-chat-get-conversation-messages.js.map +1 -0
  186. package/esm/funcs/{linkedin-chat-get-unread-count.d.ts → linked-in-chat-get-unread-count.d.ts} +2 -2
  187. package/esm/funcs/linked-in-chat-get-unread-count.d.ts.map +1 -0
  188. package/esm/funcs/{linkedin-chat-get-unread-count.js → linked-in-chat-get-unread-count.js} +8 -7
  189. package/esm/funcs/linked-in-chat-get-unread-count.js.map +1 -0
  190. package/esm/funcs/linked-in-chat-list-archived-conversations.d.ts +18 -0
  191. package/esm/funcs/linked-in-chat-list-archived-conversations.d.ts.map +1 -0
  192. package/esm/funcs/{linkedin-chat-list-archived.js → linked-in-chat-list-archived-conversations.js} +13 -10
  193. package/esm/funcs/linked-in-chat-list-archived-conversations.js.map +1 -0
  194. package/esm/funcs/linked-in-chat-list-starred-conversations.d.ts +18 -0
  195. package/esm/funcs/linked-in-chat-list-starred-conversations.d.ts.map +1 -0
  196. package/esm/funcs/{linked-in-chat-list-starred.js → linked-in-chat-list-starred-conversations.js} +13 -10
  197. package/esm/funcs/linked-in-chat-list-starred-conversations.js.map +1 -0
  198. package/esm/funcs/linked-in-chat-mark-seen.d.ts +1 -1
  199. package/esm/funcs/linked-in-chat-mark-seen.d.ts.map +1 -1
  200. package/esm/funcs/linked-in-chat-mark-seen.js +3 -1
  201. package/esm/funcs/linked-in-chat-mark-seen.js.map +1 -1
  202. package/esm/funcs/linked-in-chat-search-linked-in-conversations.d.ts +18 -0
  203. package/esm/funcs/linked-in-chat-search-linked-in-conversations.d.ts.map +1 -0
  204. package/esm/funcs/{chat-search-conversations.js → linked-in-chat-search-linked-in-conversations.js} +14 -8
  205. package/esm/funcs/linked-in-chat-search-linked-in-conversations.js.map +1 -0
  206. package/esm/funcs/linked-in-chat-star.d.ts +1 -1
  207. package/esm/funcs/linked-in-chat-star.d.ts.map +1 -1
  208. package/esm/funcs/linked-in-chat-star.js +3 -1
  209. package/esm/funcs/linked-in-chat-star.js.map +1 -1
  210. package/esm/funcs/linked-in-chat-unarchive.d.ts +1 -1
  211. package/esm/funcs/linked-in-chat-unarchive.d.ts.map +1 -1
  212. package/esm/funcs/linked-in-chat-unarchive.js +3 -1
  213. package/esm/funcs/linked-in-chat-unarchive.js.map +1 -1
  214. package/esm/funcs/linked-in-chat-unstar.d.ts +1 -1
  215. package/esm/funcs/linked-in-chat-unstar.d.ts.map +1 -1
  216. package/esm/funcs/linked-in-chat-unstar.js +3 -1
  217. package/esm/funcs/linked-in-chat-unstar.js.map +1 -1
  218. package/esm/funcs/linked-in-scrapers-collect-comment-replies.d.ts +2 -2
  219. package/esm/funcs/linked-in-scrapers-collect-comment-replies.d.ts.map +1 -1
  220. package/esm/funcs/linked-in-scrapers-collect-comment-replies.js +4 -2
  221. package/esm/funcs/linked-in-scrapers-collect-comment-replies.js.map +1 -1
  222. package/esm/funcs/linked-in-scrapers-get-feed.d.ts +1 -1
  223. package/esm/funcs/linked-in-scrapers-get-feed.d.ts.map +1 -1
  224. package/esm/funcs/linked-in-scrapers-get-feed.js +3 -1
  225. package/esm/funcs/linked-in-scrapers-get-feed.js.map +1 -1
  226. package/esm/funcs/{linked-in-search-resolve-parameters.d.ts → linked-in-search-resolve-linked-in-search-parameters.d.ts} +6 -3
  227. package/esm/funcs/linked-in-search-resolve-linked-in-search-parameters.d.ts.map +1 -0
  228. package/esm/funcs/{linked-in-search-resolve-parameters.js → linked-in-search-resolve-linked-in-search-parameters.js} +18 -8
  229. package/esm/funcs/linked-in-search-resolve-linked-in-search-parameters.js.map +1 -0
  230. package/esm/funcs/linked-in-search-search-companies.d.ts +1 -1
  231. package/esm/funcs/linked-in-search-search-companies.d.ts.map +1 -1
  232. package/esm/funcs/linked-in-search-search-companies.js +3 -1
  233. package/esm/funcs/linked-in-search-search-companies.js.map +1 -1
  234. package/esm/funcs/linked-in-search-search.d.ts +1 -1
  235. package/esm/funcs/linked-in-search-search.d.ts.map +1 -1
  236. package/esm/funcs/linked-in-search-search.js +3 -1
  237. package/esm/funcs/linked-in-search-search.js.map +1 -1
  238. package/esm/funcs/linkedin-actions-accept-invitation.d.ts +1 -1
  239. package/esm/funcs/linkedin-actions-accept-invitation.d.ts.map +1 -1
  240. package/esm/funcs/linkedin-actions-accept-invitation.js +3 -1
  241. package/esm/funcs/linkedin-actions-accept-invitation.js.map +1 -1
  242. package/esm/funcs/linkedin-actions-edit-comment.d.ts +1 -1
  243. package/esm/funcs/linkedin-actions-edit-comment.d.ts.map +1 -1
  244. package/esm/funcs/linkedin-actions-edit-comment.js +3 -1
  245. package/esm/funcs/linkedin-actions-edit-comment.js.map +1 -1
  246. package/esm/funcs/linkedin-actions-edit-post.d.ts +1 -1
  247. package/esm/funcs/linkedin-actions-edit-post.d.ts.map +1 -1
  248. package/esm/funcs/linkedin-actions-edit-post.js +3 -1
  249. package/esm/funcs/linkedin-actions-edit-post.js.map +1 -1
  250. package/esm/funcs/linkedin-actions-follow-profile.d.ts +1 -1
  251. package/esm/funcs/linkedin-actions-follow-profile.d.ts.map +1 -1
  252. package/esm/funcs/linkedin-actions-follow-profile.js +3 -1
  253. package/esm/funcs/linkedin-actions-follow-profile.js.map +1 -1
  254. package/esm/funcs/linkedin-actions-like-post.d.ts +1 -1
  255. package/esm/funcs/linkedin-actions-like-post.d.ts.map +1 -1
  256. package/esm/funcs/linkedin-actions-like-post.js +3 -1
  257. package/esm/funcs/linkedin-actions-like-post.js.map +1 -1
  258. package/esm/funcs/linkedin-actions-list-invitations.d.ts +1 -1
  259. package/esm/funcs/linkedin-actions-list-invitations.d.ts.map +1 -1
  260. package/esm/funcs/linkedin-actions-list-invitations.js +3 -1
  261. package/esm/funcs/linkedin-actions-list-invitations.js.map +1 -1
  262. package/esm/funcs/linkedin-actions-reply-to-comment.d.ts +1 -1
  263. package/esm/funcs/linkedin-actions-reply-to-comment.d.ts.map +1 -1
  264. package/esm/funcs/linkedin-actions-reply-to-comment.js +3 -1
  265. package/esm/funcs/linkedin-actions-reply-to-comment.js.map +1 -1
  266. package/esm/funcs/linkedin-actions-repost-post.d.ts +2 -2
  267. package/esm/funcs/linkedin-actions-repost-post.d.ts.map +1 -1
  268. package/esm/funcs/linkedin-actions-repost-post.js +4 -2
  269. package/esm/funcs/linkedin-actions-repost-post.js.map +1 -1
  270. package/esm/funcs/linkedin-actions-unfollow-company.d.ts +1 -1
  271. package/esm/funcs/linkedin-actions-unfollow-company.d.ts.map +1 -1
  272. package/esm/funcs/linkedin-actions-unfollow-company.js +3 -1
  273. package/esm/funcs/linkedin-actions-unfollow-company.js.map +1 -1
  274. package/esm/funcs/linkedin-actions-unlike-comment.d.ts +1 -1
  275. package/esm/funcs/linkedin-actions-unlike-comment.d.ts.map +1 -1
  276. package/esm/funcs/linkedin-actions-unlike-comment.js +3 -1
  277. package/esm/funcs/linkedin-actions-unlike-comment.js.map +1 -1
  278. package/esm/funcs/linkedin-actions-unlike-post.d.ts +1 -1
  279. package/esm/funcs/linkedin-actions-unlike-post.d.ts.map +1 -1
  280. package/esm/funcs/linkedin-actions-unlike-post.js +3 -1
  281. package/esm/funcs/linkedin-actions-unlike-post.js.map +1 -1
  282. package/esm/funcs/linkedin-actions-unsave-post.d.ts +1 -1
  283. package/esm/funcs/linkedin-actions-unsave-post.d.ts.map +1 -1
  284. package/esm/funcs/linkedin-actions-unsave-post.js +3 -1
  285. package/esm/funcs/linkedin-actions-unsave-post.js.map +1 -1
  286. package/esm/funcs/linkedin-actions-withdraw-invitation.d.ts +1 -1
  287. package/esm/funcs/linkedin-actions-withdraw-invitation.d.ts.map +1 -1
  288. package/esm/funcs/linkedin-actions-withdraw-invitation.js +3 -1
  289. package/esm/funcs/linkedin-actions-withdraw-invitation.js.map +1 -1
  290. package/esm/funcs/linkedin-chat-list-inbox-conversations.d.ts +2 -2
  291. package/esm/funcs/linkedin-chat-list-inbox-conversations.d.ts.map +1 -1
  292. package/esm/funcs/linkedin-chat-list-inbox-conversations.js +8 -4
  293. package/esm/funcs/linkedin-chat-list-inbox-conversations.js.map +1 -1
  294. package/esm/funcs/linkedin-chat-mark-all-read.d.ts +1 -1
  295. package/esm/funcs/linkedin-chat-mark-all-read.d.ts.map +1 -1
  296. package/esm/funcs/linkedin-chat-mark-all-read.js +3 -1
  297. package/esm/funcs/linkedin-chat-mark-all-read.js.map +1 -1
  298. package/esm/funcs/linkedin-chat-react.d.ts +1 -1
  299. package/esm/funcs/linkedin-chat-react.d.ts.map +1 -1
  300. package/esm/funcs/linkedin-chat-react.js +3 -1
  301. package/esm/funcs/linkedin-chat-react.js.map +1 -1
  302. package/esm/funcs/linkedin-chat-send-typing-indicator.d.ts +1 -1
  303. package/esm/funcs/linkedin-chat-send-typing-indicator.d.ts.map +1 -1
  304. package/esm/funcs/linkedin-chat-send-typing-indicator.js +3 -1
  305. package/esm/funcs/linkedin-chat-send-typing-indicator.js.map +1 -1
  306. package/esm/funcs/linkedin-scrapers-collect-comments.d.ts +2 -2
  307. package/esm/funcs/linkedin-scrapers-collect-comments.d.ts.map +1 -1
  308. package/esm/funcs/linkedin-scrapers-collect-comments.js +4 -2
  309. package/esm/funcs/linkedin-scrapers-collect-comments.js.map +1 -1
  310. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.d.ts +1 -1
  311. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.d.ts.map +1 -1
  312. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.js +3 -1
  313. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.js.map +1 -1
  314. package/esm/funcs/linkedin-scrapers-collect-likes.d.ts +2 -2
  315. package/esm/funcs/linkedin-scrapers-collect-likes.d.ts.map +1 -1
  316. package/esm/funcs/linkedin-scrapers-collect-likes.js +4 -2
  317. package/esm/funcs/linkedin-scrapers-collect-likes.js.map +1 -1
  318. package/esm/funcs/linkedin-scrapers-list-saved-posts.d.ts +1 -1
  319. package/esm/funcs/linkedin-scrapers-list-saved-posts.d.ts.map +1 -1
  320. package/esm/funcs/linkedin-scrapers-list-saved-posts.js +3 -1
  321. package/esm/funcs/linkedin-scrapers-list-saved-posts.js.map +1 -1
  322. package/esm/funcs/linkedin-scrapers-visit-company.d.ts +1 -1
  323. package/esm/funcs/linkedin-scrapers-visit-company.d.ts.map +1 -1
  324. package/esm/funcs/linkedin-scrapers-visit-company.js +3 -1
  325. package/esm/funcs/linkedin-scrapers-visit-company.js.map +1 -1
  326. package/esm/funcs/linkedin-search-search-by-url.d.ts +1 -1
  327. package/esm/funcs/linkedin-search-search-by-url.d.ts.map +1 -1
  328. package/esm/funcs/linkedin-search-search-by-url.js +3 -1
  329. package/esm/funcs/linkedin-search-search-by-url.js.map +1 -1
  330. package/esm/funcs/linkedin-search-search-jobs.d.ts +1 -1
  331. package/esm/funcs/linkedin-search-search-jobs.d.ts.map +1 -1
  332. package/esm/funcs/linkedin-search-search-jobs.js +3 -1
  333. package/esm/funcs/linkedin-search-search-jobs.js.map +1 -1
  334. package/esm/funcs/linkedin-search-search-people.d.ts +1 -1
  335. package/esm/funcs/linkedin-search-search-people.d.ts.map +1 -1
  336. package/esm/funcs/linkedin-search-search-people.js +3 -1
  337. package/esm/funcs/linkedin-search-search-people.js.map +1 -1
  338. package/esm/funcs/linkedin-search-search-posts.d.ts +1 -1
  339. package/esm/funcs/linkedin-search-search-posts.d.ts.map +1 -1
  340. package/esm/funcs/linkedin-search-search-posts.js +3 -1
  341. package/esm/funcs/linkedin-search-search-posts.js.map +1 -1
  342. package/esm/funcs/profile-get-follower-analytics.d.ts +1 -1
  343. package/esm/funcs/profile-get-follower-analytics.d.ts.map +1 -1
  344. package/esm/funcs/profile-get-follower-analytics.js +3 -1
  345. package/esm/funcs/profile-get-follower-analytics.js.map +1 -1
  346. package/esm/funcs/profile-get-followers.d.ts +1 -1
  347. package/esm/funcs/profile-get-followers.d.ts.map +1 -1
  348. package/esm/funcs/profile-get-followers.js +3 -1
  349. package/esm/funcs/profile-get-followers.js.map +1 -1
  350. package/esm/funcs/profile-get-linked-in-connections.d.ts +18 -0
  351. package/esm/funcs/profile-get-linked-in-connections.d.ts.map +1 -0
  352. package/esm/funcs/profile-get-linked-in-connections.js +101 -0
  353. package/esm/funcs/profile-get-linked-in-connections.js.map +1 -0
  354. package/esm/funcs/{profile-get-credits.d.ts → profile-get-my-credits.d.ts} +2 -2
  355. package/esm/funcs/profile-get-my-credits.d.ts.map +1 -0
  356. package/esm/funcs/{profile-get-credits.js → profile-get-my-credits.js} +6 -4
  357. package/esm/funcs/profile-get-my-credits.js.map +1 -0
  358. package/esm/funcs/{profile-get-limits.d.ts → profile-get-my-limits.d.ts} +2 -2
  359. package/esm/funcs/{profile-list-accounts.d.ts.map → profile-get-my-limits.d.ts.map} +1 -1
  360. package/esm/funcs/{profile-get-limits.js → profile-get-my-limits.js} +6 -4
  361. package/esm/funcs/profile-get-my-limits.js.map +1 -0
  362. package/esm/funcs/{profile-get.d.ts → profile-get-my-linked-in-profile.d.ts} +2 -2
  363. package/esm/funcs/profile-get-my-linked-in-profile.d.ts.map +1 -0
  364. package/esm/funcs/{profile-get.js → profile-get-my-linked-in-profile.js} +6 -4
  365. package/esm/funcs/profile-get-my-linked-in-profile.js.map +1 -0
  366. package/esm/funcs/profile-get-post-analytics.d.ts +2 -2
  367. package/esm/funcs/profile-get-post-analytics.d.ts.map +1 -1
  368. package/esm/funcs/profile-get-post-analytics.js +4 -2
  369. package/esm/funcs/profile-get-post-analytics.js.map +1 -1
  370. package/esm/funcs/profile-get-posts.d.ts +1 -1
  371. package/esm/funcs/profile-get-posts.d.ts.map +1 -1
  372. package/esm/funcs/profile-get-posts.js +3 -1
  373. package/esm/funcs/profile-get-posts.js.map +1 -1
  374. package/esm/funcs/profile-get-profile-views.d.ts +1 -1
  375. package/esm/funcs/profile-get-profile-views.d.ts.map +1 -1
  376. package/esm/funcs/profile-get-profile-views.js +3 -1
  377. package/esm/funcs/profile-get-profile-views.js.map +1 -1
  378. package/esm/funcs/profile-get-search-appearances.d.ts +1 -1
  379. package/esm/funcs/profile-get-search-appearances.d.ts.map +1 -1
  380. package/esm/funcs/profile-get-search-appearances.js +3 -1
  381. package/esm/funcs/profile-get-search-appearances.js.map +1 -1
  382. package/esm/funcs/{profile-list-accounts.d.ts → profile-list-linked-in-accounts.d.ts} +2 -2
  383. package/esm/funcs/profile-list-linked-in-accounts.d.ts.map +1 -0
  384. package/esm/funcs/{profile-list-accounts.js → profile-list-linked-in-accounts.js} +6 -4
  385. package/esm/funcs/profile-list-linked-in-accounts.js.map +1 -0
  386. package/esm/funcs/profile-refresh.d.ts +1 -1
  387. package/esm/funcs/profile-refresh.d.ts.map +1 -1
  388. package/esm/funcs/profile-refresh.js +3 -1
  389. package/esm/funcs/profile-refresh.js.map +1 -1
  390. package/esm/funcs/profile-switch-linked-in-account.d.ts +18 -0
  391. package/esm/funcs/profile-switch-linked-in-account.d.ts.map +1 -0
  392. package/esm/funcs/profile-switch-linked-in-account.js +97 -0
  393. package/esm/funcs/profile-switch-linked-in-account.js.map +1 -0
  394. package/esm/funcs/profile-update-account.d.ts +1 -1
  395. package/esm/funcs/profile-update-account.d.ts.map +1 -1
  396. package/esm/funcs/profile-update-account.js +3 -1
  397. package/esm/funcs/profile-update-account.js.map +1 -1
  398. package/esm/funcs/sales-nav-search-people.d.ts +1 -1
  399. package/esm/funcs/sales-nav-search-people.d.ts.map +1 -1
  400. package/esm/funcs/sales-nav-search-people.js +3 -1
  401. package/esm/funcs/sales-nav-search-people.js.map +1 -1
  402. package/esm/funcs/sales-navigator-search-search-companies.d.ts +1 -1
  403. package/esm/funcs/sales-navigator-search-search-companies.d.ts.map +1 -1
  404. package/esm/funcs/sales-navigator-search-search-companies.js +3 -1
  405. package/esm/funcs/sales-navigator-search-search-companies.js.map +1 -1
  406. package/esm/funcs/sales-navigator-search-search.d.ts +1 -1
  407. package/esm/funcs/sales-navigator-search-search.d.ts.map +1 -1
  408. package/esm/funcs/sales-navigator-search-search.js +3 -1
  409. package/esm/funcs/sales-navigator-search-search.js.map +1 -1
  410. package/esm/funcs/scheduled-messages-batch-schedule-messages.d.ts +18 -0
  411. package/esm/funcs/scheduled-messages-batch-schedule-messages.d.ts.map +1 -0
  412. package/esm/funcs/scheduled-messages-batch-schedule-messages.js +97 -0
  413. package/esm/funcs/scheduled-messages-batch-schedule-messages.js.map +1 -0
  414. package/esm/funcs/scheduled-messages-cancel-scheduled-messages.d.ts +18 -0
  415. package/esm/funcs/scheduled-messages-cancel-scheduled-messages.d.ts.map +1 -0
  416. package/esm/funcs/scheduled-messages-cancel-scheduled-messages.js +97 -0
  417. package/esm/funcs/scheduled-messages-cancel-scheduled-messages.js.map +1 -0
  418. package/esm/funcs/{chat-search-conversations.d.ts → scheduled-messages-create-scheduled-message.d.ts} +4 -4
  419. package/esm/funcs/scheduled-messages-create-scheduled-message.d.ts.map +1 -0
  420. package/esm/funcs/scheduled-messages-create-scheduled-message.js +97 -0
  421. package/esm/funcs/scheduled-messages-create-scheduled-message.js.map +1 -0
  422. package/esm/funcs/{linkedin-chat-list-archived.d.ts → scheduled-messages-list-scheduled-messages.d.ts} +4 -4
  423. package/esm/funcs/scheduled-messages-list-scheduled-messages.d.ts.map +1 -0
  424. package/esm/funcs/scheduled-messages-list-scheduled-messages.js +104 -0
  425. package/esm/funcs/scheduled-messages-list-scheduled-messages.js.map +1 -0
  426. package/esm/funcs/scrapers-collect-posts.d.ts +2 -2
  427. package/esm/funcs/scrapers-collect-posts.d.ts.map +1 -1
  428. package/esm/funcs/scrapers-collect-posts.js +4 -2
  429. package/esm/funcs/scrapers-collect-posts.js.map +1 -1
  430. package/esm/funcs/scrapers-visit-profile.d.ts +4 -2
  431. package/esm/funcs/scrapers-visit-profile.d.ts.map +1 -1
  432. package/esm/funcs/scrapers-visit-profile.js +6 -2
  433. package/esm/funcs/scrapers-visit-profile.js.map +1 -1
  434. package/esm/lib/config.d.ts +5 -5
  435. package/esm/lib/config.d.ts.map +1 -1
  436. package/esm/lib/config.js +8 -4
  437. package/esm/lib/config.js.map +1 -1
  438. package/esm/lib/files.d.ts +13 -0
  439. package/esm/lib/files.d.ts.map +1 -1
  440. package/esm/lib/files.js +18 -0
  441. package/esm/lib/files.js.map +1 -1
  442. package/esm/lib/sdks.d.ts.map +1 -1
  443. package/esm/lib/sdks.js +8 -4
  444. package/esm/lib/sdks.js.map +1 -1
  445. package/esm/lib/url.d.ts.map +1 -1
  446. package/esm/lib/url.js +4 -2
  447. package/esm/lib/url.js.map +1 -1
  448. package/esm/models/errors/collect-linked-in-likes.d.ts +46 -0
  449. package/esm/models/errors/collect-linked-in-likes.d.ts.map +1 -1
  450. package/esm/models/errors/collect-linked-in-likes.js +66 -0
  451. package/esm/models/errors/collect-linked-in-likes.js.map +1 -1
  452. package/esm/models/operations/index.d.ts +4 -4
  453. package/esm/models/operations/index.d.ts.map +1 -1
  454. package/esm/models/operations/index.js +4 -4
  455. package/esm/models/operations/index.js.map +1 -1
  456. package/esm/models/operations/{scraping-weekly.d.ts → refresh-my-linked-in-profile-type.d.ts} +405 -621
  457. package/esm/models/operations/refresh-my-linked-in-profile-type.d.ts.map +1 -0
  458. package/esm/models/operations/{scraping-weekly.js → refresh-my-linked-in-profile-type.js} +270 -303
  459. package/esm/models/operations/refresh-my-linked-in-profile-type.js.map +1 -0
  460. package/esm/models/operations/{search-linked-in-by-url-type-post.d.ts → search-linked-in-jobs-experience-level.d.ts} +305 -255
  461. package/esm/models/operations/search-linked-in-jobs-experience-level.d.ts.map +1 -0
  462. package/esm/models/operations/{search-linked-in-by-url-type-post.js → search-linked-in-jobs-experience-level.js} +211 -178
  463. package/esm/models/operations/search-linked-in-jobs-experience-level.js.map +1 -0
  464. package/esm/models/operations/{get-campaign-stats-response.d.ts → update-contact-outreach-status.d.ts} +1520 -386
  465. package/esm/models/operations/update-contact-outreach-status.d.ts.map +1 -0
  466. package/esm/models/operations/{get-campaign-stats-response.js → update-contact-outreach-status.js} +923 -249
  467. package/esm/models/operations/update-contact-outreach-status.js.map +1 -0
  468. package/esm/models/operations/update-cron-schedule-response.d.ts +1820 -0
  469. package/esm/models/operations/update-cron-schedule-response.d.ts.map +1 -0
  470. package/esm/models/operations/update-cron-schedule-response.js +1194 -0
  471. package/esm/models/operations/update-cron-schedule-response.js.map +1 -0
  472. package/esm/sdk/actions.d.ts +2 -2
  473. package/esm/sdk/actions.js +2 -2
  474. package/esm/sdk/campaigns.d.ts +1 -1
  475. package/esm/sdk/campaigns.d.ts.map +1 -1
  476. package/esm/sdk/campaigns.js +3 -3
  477. package/esm/sdk/campaigns.js.map +1 -1
  478. package/esm/sdk/chat.d.ts +1 -15
  479. package/esm/sdk/chat.d.ts.map +1 -1
  480. package/esm/sdk/chat.js +1 -18
  481. package/esm/sdk/chat.js.map +1 -1
  482. package/esm/sdk/contacts.d.ts +127 -1
  483. package/esm/sdk/contacts.d.ts.map +1 -1
  484. package/esm/sdk/contacts.js +181 -1
  485. package/esm/sdk/contacts.js.map +1 -1
  486. package/esm/sdk/context.d.ts +26 -0
  487. package/esm/sdk/context.d.ts.map +1 -0
  488. package/esm/sdk/context.js +38 -0
  489. package/esm/sdk/context.js.map +1 -0
  490. package/esm/sdk/cron.d.ts +19 -0
  491. package/esm/sdk/cron.d.ts.map +1 -0
  492. package/esm/sdk/cron.js +28 -0
  493. package/esm/sdk/cron.js.map +1 -0
  494. package/esm/sdk/linked-in-chat-2.d.ts +39 -7
  495. package/esm/sdk/linked-in-chat-2.d.ts.map +1 -1
  496. package/esm/sdk/linked-in-chat-2.js +54 -10
  497. package/esm/sdk/linked-in-chat-2.js.map +1 -1
  498. package/esm/sdk/linked-in-scrapers-2.d.ts +1 -1
  499. package/esm/sdk/linked-in-scrapers-2.js +1 -1
  500. package/esm/sdk/linked-in-search-1.d.ts +5 -2
  501. package/esm/sdk/linked-in-search-1.d.ts.map +1 -1
  502. package/esm/sdk/linked-in-search-1.js +7 -4
  503. package/esm/sdk/linked-in-search-1.js.map +1 -1
  504. package/esm/sdk/linkedin-actions-1.d.ts +1 -1
  505. package/esm/sdk/linkedin-actions-1.js +1 -1
  506. package/esm/sdk/linkedin-chat-1.d.ts +2 -27
  507. package/esm/sdk/linkedin-chat-1.d.ts.map +1 -1
  508. package/esm/sdk/linkedin-chat-1.js +1 -35
  509. package/esm/sdk/linkedin-chat-1.js.map +1 -1
  510. package/esm/sdk/linkedin-scrapers-1.d.ts +2 -2
  511. package/esm/sdk/linkedin-scrapers-1.js +2 -2
  512. package/esm/sdk/profile.d.ts +19 -5
  513. package/esm/sdk/profile.d.ts.map +1 -1
  514. package/esm/sdk/profile.js +33 -13
  515. package/esm/sdk/profile.js.map +1 -1
  516. package/esm/sdk/scheduled-messages.d.ts +33 -0
  517. package/esm/sdk/scheduled-messages.d.ts.map +1 -0
  518. package/esm/sdk/scheduled-messages.js +48 -0
  519. package/esm/sdk/scheduled-messages.js.map +1 -0
  520. package/esm/sdk/scrapers.d.ts +4 -2
  521. package/esm/sdk/scrapers.d.ts.map +1 -1
  522. package/esm/sdk/scrapers.js +4 -2
  523. package/esm/sdk/scrapers.js.map +1 -1
  524. package/esm/sdk/sdk.d.ts +11 -2
  525. package/esm/sdk/sdk.d.ts.map +1 -1
  526. package/esm/sdk/sdk.js +19 -4
  527. package/esm/sdk/sdk.js.map +1 -1
  528. package/jsr.json +1 -1
  529. package/package.json +2 -4
  530. package/src/funcs/actions-connect-profile.ts +11 -1
  531. package/src/funcs/actions-follow-company.ts +10 -0
  532. package/src/funcs/actions-list-sent-invitations.ts +10 -0
  533. package/src/funcs/actions-send-message.ts +11 -1
  534. package/src/funcs/campaigns-filter.ts +10 -1
  535. package/src/funcs/{campaigns-get-stats.ts → campaigns-get-campaign-stats.ts} +14 -6
  536. package/src/funcs/campaigns-get-status.ts +10 -1
  537. package/src/funcs/campaigns-sync.ts +10 -1
  538. package/src/funcs/chat-archive.ts +10 -0
  539. package/src/funcs/chat-find-conversation.ts +11 -8
  540. package/src/funcs/chat-unreact.ts +10 -0
  541. package/src/funcs/company-pages-get-analytics.ts +10 -0
  542. package/src/funcs/company-pages-get-permissions.ts +10 -0
  543. package/src/funcs/company-pages-get-posts.ts +10 -0
  544. package/src/funcs/company-pages-list.ts +10 -0
  545. package/src/funcs/contacts-add-campaign-contacts.ts +233 -0
  546. package/src/funcs/contacts-add-contact-activities.ts +231 -0
  547. package/src/funcs/contacts-bulk-update-contacts.ts +225 -0
  548. package/src/funcs/contacts-create-campaign.ts +224 -0
  549. package/src/funcs/contacts-delete-agent-state.ts +230 -0
  550. package/src/funcs/contacts-get-agent-state.ts +229 -0
  551. package/src/funcs/contacts-get-contact-by-url.ts +228 -0
  552. package/src/funcs/contacts-get-contact-stats.ts +232 -0
  553. package/src/funcs/contacts-get-contact.ts +229 -0
  554. package/src/funcs/contacts-list-agent-states.ts +205 -0
  555. package/src/funcs/contacts-list-campaign-contacts.ts +242 -0
  556. package/src/funcs/contacts-list-campaigns.ts +235 -0
  557. package/src/funcs/contacts-list-contact-activities.ts +237 -0
  558. package/src/funcs/contacts-patch-agent-state.ts +230 -0
  559. package/src/funcs/contacts-search-contacts.ts +244 -0
  560. package/src/funcs/contacts-set-agent-state.ts +230 -0
  561. package/src/funcs/contacts-update-campaign.ts +230 -0
  562. package/src/funcs/contacts-update-contact.ts +230 -0
  563. package/src/funcs/contacts-upsert.ts +66 -3
  564. package/src/funcs/context-delete-context.ts +229 -0
  565. package/src/funcs/context-list-context.ts +230 -0
  566. package/src/funcs/context-set-context.ts +224 -0
  567. package/src/funcs/cron-list-cron-schedules.ts +205 -0
  568. package/src/funcs/cron-update-cron-schedule.ts +231 -0
  569. package/src/funcs/linked-in-actions-create-comment.ts +10 -0
  570. package/src/funcs/linked-in-actions-decline-invitation.ts +10 -0
  571. package/src/funcs/linked-in-actions-like-comment.ts +10 -0
  572. package/src/funcs/linked-in-actions-publish-post.ts +10 -0
  573. package/src/funcs/linked-in-actions-save-post.ts +10 -0
  574. package/src/funcs/linked-in-actions-unfollow-profile.ts +10 -0
  575. package/src/funcs/{linkedin-chat-get-messages.ts → linked-in-chat-get-conversation-messages.ts} +22 -7
  576. package/src/funcs/{linkedin-chat-get-unread-count.ts → linked-in-chat-get-unread-count.ts} +12 -6
  577. package/src/funcs/{linkedin-chat-list-archived.ts → linked-in-chat-list-archived-conversations.ts} +20 -8
  578. package/src/funcs/{linked-in-chat-list-starred.ts → linked-in-chat-list-starred-conversations.ts} +20 -8
  579. package/src/funcs/linked-in-chat-mark-seen.ts +10 -0
  580. package/src/funcs/{chat-search-conversations.ts → linked-in-chat-search-linked-in-conversations.ts} +21 -6
  581. package/src/funcs/linked-in-chat-star.ts +10 -0
  582. package/src/funcs/linked-in-chat-unarchive.ts +10 -0
  583. package/src/funcs/linked-in-chat-unstar.ts +10 -0
  584. package/src/funcs/linked-in-scrapers-collect-comment-replies.ts +11 -1
  585. package/src/funcs/linked-in-scrapers-get-feed.ts +10 -0
  586. package/src/funcs/{linked-in-search-resolve-parameters.ts → linked-in-search-resolve-linked-in-search-parameters.ts} +25 -6
  587. package/src/funcs/linked-in-search-search-companies.ts +10 -0
  588. package/src/funcs/linked-in-search-search.ts +10 -0
  589. package/src/funcs/linkedin-actions-accept-invitation.ts +10 -0
  590. package/src/funcs/linkedin-actions-edit-comment.ts +10 -0
  591. package/src/funcs/linkedin-actions-edit-post.ts +10 -0
  592. package/src/funcs/linkedin-actions-follow-profile.ts +10 -0
  593. package/src/funcs/linkedin-actions-like-post.ts +10 -0
  594. package/src/funcs/linkedin-actions-list-invitations.ts +10 -0
  595. package/src/funcs/linkedin-actions-reply-to-comment.ts +10 -0
  596. package/src/funcs/linkedin-actions-repost-post.ts +11 -1
  597. package/src/funcs/linkedin-actions-unfollow-company.ts +10 -0
  598. package/src/funcs/linkedin-actions-unlike-comment.ts +10 -0
  599. package/src/funcs/linkedin-actions-unlike-post.ts +10 -0
  600. package/src/funcs/linkedin-actions-unsave-post.ts +10 -0
  601. package/src/funcs/linkedin-actions-withdraw-invitation.ts +10 -0
  602. package/src/funcs/linkedin-chat-list-inbox-conversations.ts +20 -5
  603. package/src/funcs/linkedin-chat-mark-all-read.ts +10 -0
  604. package/src/funcs/linkedin-chat-react.ts +10 -0
  605. package/src/funcs/linkedin-chat-send-typing-indicator.ts +10 -0
  606. package/src/funcs/linkedin-scrapers-collect-comments.ts +11 -1
  607. package/src/funcs/linkedin-scrapers-collect-hashtag-posts.ts +10 -0
  608. package/src/funcs/linkedin-scrapers-collect-likes.ts +11 -1
  609. package/src/funcs/linkedin-scrapers-list-saved-posts.ts +10 -0
  610. package/src/funcs/linkedin-scrapers-visit-company.ts +10 -0
  611. package/src/funcs/linkedin-search-search-by-url.ts +10 -0
  612. package/src/funcs/linkedin-search-search-jobs.ts +10 -0
  613. package/src/funcs/linkedin-search-search-people.ts +10 -0
  614. package/src/funcs/linkedin-search-search-posts.ts +10 -0
  615. package/src/funcs/profile-get-follower-analytics.ts +10 -0
  616. package/src/funcs/profile-get-followers.ts +10 -0
  617. package/src/funcs/profile-get-linked-in-connections.ts +233 -0
  618. package/src/funcs/{profile-get-credits.ts → profile-get-my-credits.ts} +12 -2
  619. package/src/funcs/{profile-get-limits.ts → profile-get-my-limits.ts} +12 -2
  620. package/src/funcs/{profile-get.ts → profile-get-my-linked-in-profile.ts} +12 -2
  621. package/src/funcs/profile-get-post-analytics.ts +11 -1
  622. package/src/funcs/profile-get-posts.ts +10 -0
  623. package/src/funcs/profile-get-profile-views.ts +10 -0
  624. package/src/funcs/profile-get-search-appearances.ts +10 -0
  625. package/src/funcs/{profile-list-accounts.ts → profile-list-linked-in-accounts.ts} +12 -2
  626. package/src/funcs/profile-refresh.ts +10 -0
  627. package/src/funcs/profile-switch-linked-in-account.ts +225 -0
  628. package/src/funcs/profile-update-account.ts +10 -0
  629. package/src/funcs/sales-nav-search-people.ts +10 -0
  630. package/src/funcs/sales-navigator-search-search-companies.ts +10 -0
  631. package/src/funcs/sales-navigator-search-search.ts +10 -0
  632. package/src/funcs/scheduled-messages-batch-schedule-messages.ts +225 -0
  633. package/src/funcs/scheduled-messages-cancel-scheduled-messages.ts +225 -0
  634. package/src/funcs/scheduled-messages-create-scheduled-message.ts +225 -0
  635. package/src/funcs/scheduled-messages-list-scheduled-messages.ts +236 -0
  636. package/src/funcs/scrapers-collect-posts.ts +11 -1
  637. package/src/funcs/scrapers-visit-profile.ts +13 -1
  638. package/src/lib/config.ts +8 -4
  639. package/src/lib/files.ts +22 -0
  640. package/src/lib/sdks.ts +7 -5
  641. package/src/lib/url.ts +16 -14
  642. package/src/models/errors/collect-linked-in-likes.ts +108 -0
  643. package/src/models/operations/index.ts +4 -4
  644. package/src/models/operations/{scraping-weekly.ts → refresh-my-linked-in-profile-type.ts} +2106 -2364
  645. package/src/models/operations/{search-linked-in-by-url-type-post.ts → search-linked-in-jobs-experience-level.ts} +649 -536
  646. package/src/models/operations/{get-campaign-stats-response.ts → update-contact-outreach-status.ts} +3582 -1450
  647. package/src/models/operations/update-cron-schedule-response.ts +3771 -0
  648. package/src/sdk/actions.ts +2 -2
  649. package/src/sdk/campaigns.ts +3 -3
  650. package/src/sdk/chat.ts +1 -26
  651. package/src/sdk/contacts.ts +323 -1
  652. package/src/sdk/context.ts +63 -0
  653. package/src/sdk/cron.ts +43 -0
  654. package/src/sdk/linked-in-chat-2.ts +92 -18
  655. package/src/sdk/linked-in-scrapers-2.ts +1 -1
  656. package/src/sdk/linked-in-search-1.ts +7 -4
  657. package/src/sdk/linkedin-actions-1.ts +1 -1
  658. package/src/sdk/linkedin-chat-1.ts +2 -60
  659. package/src/sdk/linkedin-scrapers-1.ts +2 -2
  660. package/src/sdk/profile.ts +49 -13
  661. package/src/sdk/scheduled-messages.ts +81 -0
  662. package/src/sdk/scrapers.ts +4 -2
  663. package/src/sdk/sdk.ts +23 -5
  664. package/esm/funcs/campaigns-get-stats.js.map +0 -1
  665. package/esm/funcs/chat-search-conversations.js.map +0 -1
  666. package/esm/funcs/linked-in-chat-list-starred.d.ts +0 -18
  667. package/esm/funcs/linked-in-chat-list-starred.d.ts.map +0 -1
  668. package/esm/funcs/linked-in-chat-list-starred.js.map +0 -1
  669. package/esm/funcs/linked-in-search-resolve-parameters.d.ts.map +0 -1
  670. package/esm/funcs/linked-in-search-resolve-parameters.js.map +0 -1
  671. package/esm/funcs/linkedin-chat-get-messages.d.ts +0 -22
  672. package/esm/funcs/linkedin-chat-get-messages.d.ts.map +0 -1
  673. package/esm/funcs/linkedin-chat-get-messages.js.map +0 -1
  674. package/esm/funcs/linkedin-chat-get-unread-count.d.ts.map +0 -1
  675. package/esm/funcs/linkedin-chat-get-unread-count.js.map +0 -1
  676. package/esm/funcs/linkedin-chat-list-archived.d.ts.map +0 -1
  677. package/esm/funcs/linkedin-chat-list-archived.js.map +0 -1
  678. package/esm/funcs/profile-get-credits.d.ts.map +0 -1
  679. package/esm/funcs/profile-get-credits.js.map +0 -1
  680. package/esm/funcs/profile-get-limits.d.ts.map +0 -1
  681. package/esm/funcs/profile-get-limits.js.map +0 -1
  682. package/esm/funcs/profile-get.d.ts.map +0 -1
  683. package/esm/funcs/profile-get.js.map +0 -1
  684. package/esm/funcs/profile-list-accounts.js.map +0 -1
  685. package/esm/models/operations/get-campaign-stats-response.d.ts.map +0 -1
  686. package/esm/models/operations/get-campaign-stats-response.js.map +0 -1
  687. package/esm/models/operations/scraping-weekly.d.ts.map +0 -1
  688. package/esm/models/operations/scraping-weekly.js.map +0 -1
  689. package/esm/models/operations/search-linked-in-by-url-type-post.d.ts.map +0 -1
  690. package/esm/models/operations/search-linked-in-by-url-type-post.js.map +0 -1
  691. package/esm/models/operations/upsert-contacts.d.ts +0 -182
  692. package/esm/models/operations/upsert-contacts.d.ts.map +0 -1
  693. package/esm/models/operations/upsert-contacts.js +0 -116
  694. package/esm/models/operations/upsert-contacts.js.map +0 -1
  695. package/src/models/operations/upsert-contacts.ts +0 -305
@@ -0,0 +1,26 @@
1
+ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
+ import * as operations from "../models/operations/index.js";
3
+ export declare class Context extends ClientSDK {
4
+ /**
5
+ * List context entries
6
+ *
7
+ * @remarks
8
+ * List user-managed context entries (user profile, ICP, tone, playbook, etc.). 0 credits.
9
+ */
10
+ listContext(request?: operations.ListContextRequest | undefined, options?: RequestOptions): Promise<operations.ListContextResponse>;
11
+ /**
12
+ * Create or update a context entry
13
+ *
14
+ * @remarks
15
+ * Save context (ICP, tone, playbook, user profile, etc.). 0 credits.
16
+ */
17
+ setContext(request: operations.SetContextRequest, options?: RequestOptions): Promise<operations.SetContextResponse>;
18
+ /**
19
+ * Delete a context entry
20
+ *
21
+ * @remarks
22
+ * Delete a context entry by type and scope. 0 credits.
23
+ */
24
+ deleteContext(request: operations.DeleteContextRequest, options?: RequestOptions): Promise<operations.DeleteContextResponse>;
25
+ }
26
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/sdk/context.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,OAAQ,SAAQ,SAAS;IACpC;;;;;OAKG;IACG,WAAW,CACf,OAAO,CAAC,EAAE,UAAU,CAAC,kBAAkB,GAAG,SAAS,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAMzC;IAED;;;;;OAKG;IACG,UAAU,CACd,OAAO,EAAE,UAAU,CAAC,iBAAiB,EACrC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAMxC;IAED;;;;;OAKG;IACG,aAAa,CACjB,OAAO,EAAE,UAAU,CAAC,oBAAoB,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAM3C;CACF"}
@@ -0,0 +1,38 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { contextDeleteContext } from "../funcs/context-delete-context.js";
5
+ import { contextListContext } from "../funcs/context-list-context.js";
6
+ import { contextSetContext } from "../funcs/context-set-context.js";
7
+ import { ClientSDK } from "../lib/sdks.js";
8
+ import { unwrapAsync } from "../types/fp.js";
9
+ export class Context extends ClientSDK {
10
+ /**
11
+ * List context entries
12
+ *
13
+ * @remarks
14
+ * List user-managed context entries (user profile, ICP, tone, playbook, etc.). 0 credits.
15
+ */
16
+ async listContext(request, options) {
17
+ return unwrapAsync(contextListContext(this, request, options));
18
+ }
19
+ /**
20
+ * Create or update a context entry
21
+ *
22
+ * @remarks
23
+ * Save context (ICP, tone, playbook, user profile, etc.). 0 credits.
24
+ */
25
+ async setContext(request, options) {
26
+ return unwrapAsync(contextSetContext(this, request, options));
27
+ }
28
+ /**
29
+ * Delete a context entry
30
+ *
31
+ * @remarks
32
+ * Delete a context entry by type and scope. 0 credits.
33
+ */
34
+ async deleteContext(request, options) {
35
+ return unwrapAsync(contextDeleteContext(this, request, options));
36
+ }
37
+ }
38
+ //# sourceMappingURL=context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../src/sdk/context.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,OAAQ,SAAQ,SAAS;IACpC;;;;;OAKG;IACH,KAAK,CAAC,WAAW,CACf,OAAmD,EACnD,OAAwB,EACiB;QACzC,OAAO,WAAW,CAAC,kBAAkB,CACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,UAAU,CACd,OAAqC,EACrC,OAAwB,EACgB;QACxC,OAAO,WAAW,CAAC,iBAAiB,CAClC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,aAAa,CACjB,OAAwC,EACxC,OAAwB,EACmB;QAC3C,OAAO,WAAW,CAAC,oBAAoB,CACrC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
@@ -0,0 +1,19 @@
1
+ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
+ import * as operations from "../models/operations/index.js";
3
+ export declare class Cron extends ClientSDK {
4
+ /**
5
+ * List active cron schedules
6
+ *
7
+ * @remarks
8
+ * List all cron schedules (DM polling, connection polling, draft send) with status. 0 credits.
9
+ */
10
+ listCronSchedules(options?: RequestOptions): Promise<operations.ListCronSchedulesResponse>;
11
+ /**
12
+ * Pause, resume, or delete a cron schedule
13
+ *
14
+ * @remarks
15
+ * Control a cron schedule. 0 credits.
16
+ */
17
+ updateCronSchedule(request: operations.UpdateCronScheduleRequest, options?: RequestOptions): Promise<operations.UpdateCronScheduleResponse>;
18
+ }
19
+ //# sourceMappingURL=cron.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cron.d.ts","sourceRoot":"","sources":["../../src/sdk/cron.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,IAAK,SAAQ,SAAS;IACjC;;;;;OAKG;IACG,iBAAiB,CACrB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,yBAAyB,CAAC,CAK/C;IAED;;;;;OAKG;IACG,kBAAkB,CACtB,OAAO,EAAE,UAAU,CAAC,yBAAyB,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC,CAMhD;CACF"}
@@ -0,0 +1,28 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { cronListCronSchedules } from "../funcs/cron-list-cron-schedules.js";
5
+ import { cronUpdateCronSchedule } from "../funcs/cron-update-cron-schedule.js";
6
+ import { ClientSDK } from "../lib/sdks.js";
7
+ import { unwrapAsync } from "../types/fp.js";
8
+ export class Cron extends ClientSDK {
9
+ /**
10
+ * List active cron schedules
11
+ *
12
+ * @remarks
13
+ * List all cron schedules (DM polling, connection polling, draft send) with status. 0 credits.
14
+ */
15
+ async listCronSchedules(options) {
16
+ return unwrapAsync(cronListCronSchedules(this, options));
17
+ }
18
+ /**
19
+ * Pause, resume, or delete a cron schedule
20
+ *
21
+ * @remarks
22
+ * Control a cron schedule. 0 credits.
23
+ */
24
+ async updateCronSchedule(request, options) {
25
+ return unwrapAsync(cronUpdateCronSchedule(this, request, options));
26
+ }
27
+ }
28
+ //# sourceMappingURL=cron.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cron.js","sourceRoot":"","sources":["../../src/sdk/cron.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,IAAK,SAAQ,SAAS;IACjC;;;;;OAKG;IACH,KAAK,CAAC,iBAAiB,CACrB,OAAwB,EACuB;QAC/C,OAAO,WAAW,CAAC,qBAAqB,CACtC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,kBAAkB,CACtB,OAA6C,EAC7C,OAAwB,EACwB;QAChD,OAAO,WAAW,CAAC,sBAAsB,CACvC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
@@ -1,6 +1,45 @@
1
1
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
2
  import * as operations from "../models/operations/index.js";
3
3
  export declare class LinkedInChat2 extends ClientSDK {
4
+ /**
5
+ * Search LinkedIn conversations
6
+ *
7
+ * @remarks
8
+ * Search inbox conversations by keyword via query parameters. Returns matching conversations with participants and last message. 0 credits. Example: GET /chats/linkedin/search?keywords=project
9
+ */
10
+ searchLinkedInConversations(request: operations.SearchLinkedInConversationsRequest, options?: RequestOptions): Promise<operations.SearchLinkedInConversationsResponse>;
11
+ /**
12
+ * Read messages from a conversation
13
+ *
14
+ * @remarks
15
+ * Fetch messages from a specific LinkedIn conversation. 0 credits.
16
+ *
17
+ * Pass the full `conversationUrn` as a query parameter, as returned by `/chats/linkedin` or `/chats/linkedin/search`. No parsing required — the server handles extraction internally.
18
+ *
19
+ * Example: `GET /chats/linkedin/messages?conversationUrn=urn:li:msg_conversation:(urn:li:fsd_profile:ACoAAXXX,2-YWUx...)`
20
+ */
21
+ getConversationMessages(request: operations.GetConversationMessagesRequest, options?: RequestOptions): Promise<operations.GetConversationMessagesResponse>;
22
+ /**
23
+ * List starred conversations
24
+ *
25
+ * @remarks
26
+ * List starred/favorited LinkedIn conversations. 0 credits. GET with optional nextCursor query parameter.
27
+ */
28
+ listStarredConversations(request?: operations.ListStarredConversationsRequest | undefined, options?: RequestOptions): Promise<operations.ListStarredConversationsResponse>;
29
+ /**
30
+ * List archived conversations
31
+ *
32
+ * @remarks
33
+ * List archived LinkedIn conversations. 0 credits. GET with optional nextCursor query parameter.
34
+ */
35
+ listArchivedConversations(request?: operations.ListArchivedConversationsRequest | undefined, options?: RequestOptions): Promise<operations.ListArchivedConversationsResponse>;
36
+ /**
37
+ * Get unread message count
38
+ *
39
+ * @remarks
40
+ * Get the number of unread LinkedIn messages/conversations. 0 credits.
41
+ */
42
+ getUnreadCount(options?: RequestOptions): Promise<operations.GetUnreadCountResponse>;
4
43
  /**
5
44
  * Mark a conversation as read
6
45
  *
@@ -22,13 +61,6 @@ export declare class LinkedInChat2 extends ClientSDK {
22
61
  * Remove star from a LinkedIn conversation. 0 credits.
23
62
  */
24
63
  unstar(request: operations.UnstarConversationRequest, options?: RequestOptions): Promise<operations.UnstarConversationResponse>;
25
- /**
26
- * List starred conversations
27
- *
28
- * @remarks
29
- * List starred/favorited LinkedIn conversations. 0 credits.
30
- */
31
- listStarred(request?: operations.ListStarredConversationsRequest | undefined, options?: RequestOptions): Promise<operations.ListStarredConversationsResponse>;
32
64
  /**
33
65
  * Unarchive a conversation
34
66
  *
@@ -1 +1 @@
1
- {"version":3,"file":"linked-in-chat-2.d.ts","sourceRoot":"","sources":["../../src/sdk/linked-in-chat-2.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,aAAc,SAAQ,SAAS;IAC1C;;;;;OAKG;IACG,QAAQ,CACZ,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAMlD;IAED;;;;;OAKG;IACG,IAAI,CACR,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC,CAM9C;IAED;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,yBAAyB,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC,CAMhD;IAED;;;;;OAKG;IACG,WAAW,CACf,OAAO,CAAC,EAAE,UAAU,CAAC,+BAA+B,GAAG,SAAS,EAChE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC,CAMtD;IAED;;;;;OAKG;IACG,SAAS,CACb,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,6BAA6B,CAAC,CAMnD;CACF"}
1
+ {"version":3,"file":"linked-in-chat-2.d.ts","sourceRoot":"","sources":["../../src/sdk/linked-in-chat-2.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,aAAc,SAAQ,SAAS;IAC1C;;;;;OAKG;IACG,2BAA2B,CAC/B,OAAO,EAAE,UAAU,CAAC,kCAAkC,EACtD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mCAAmC,CAAC,CAMzD;IAED;;;;;;;;;OASG;IACG,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC,CAMrD;IAED;;;;;OAKG;IACG,wBAAwB,CAC5B,OAAO,CAAC,EAAE,UAAU,CAAC,+BAA+B,GAAG,SAAS,EAChE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC,CAMtD;IAED;;;;;OAKG;IACG,yBAAyB,CAC7B,OAAO,CAAC,EAAE,UAAU,CAAC,gCAAgC,GAAG,SAAS,EACjE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iCAAiC,CAAC,CAMvD;IAED;;;;;OAKG;IACG,cAAc,CAClB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAK5C;IAED;;;;;OAKG;IACG,QAAQ,CACZ,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAMlD;IAED;;;;;OAKG;IACG,IAAI,CACR,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC,CAM9C;IAED;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,yBAAyB,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC,CAMhD;IAED;;;;;OAKG;IACG,SAAS,CACb,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,6BAA6B,CAAC,CAMnD;CACF"}
@@ -1,14 +1,67 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import { linkedInChatListStarred } from "../funcs/linked-in-chat-list-starred.js";
4
+ import { linkedInChatGetConversationMessages } from "../funcs/linked-in-chat-get-conversation-messages.js";
5
+ import { linkedInChatGetUnreadCount } from "../funcs/linked-in-chat-get-unread-count.js";
6
+ import { linkedInChatListArchivedConversations } from "../funcs/linked-in-chat-list-archived-conversations.js";
7
+ import { linkedInChatListStarredConversations } from "../funcs/linked-in-chat-list-starred-conversations.js";
5
8
  import { linkedInChatMarkSeen } from "../funcs/linked-in-chat-mark-seen.js";
9
+ import { linkedInChatSearchLinkedInConversations } from "../funcs/linked-in-chat-search-linked-in-conversations.js";
6
10
  import { linkedInChatStar } from "../funcs/linked-in-chat-star.js";
7
11
  import { linkedInChatUnarchive } from "../funcs/linked-in-chat-unarchive.js";
8
12
  import { linkedInChatUnstar } from "../funcs/linked-in-chat-unstar.js";
9
13
  import { ClientSDK } from "../lib/sdks.js";
10
14
  import { unwrapAsync } from "../types/fp.js";
11
15
  export class LinkedInChat2 extends ClientSDK {
16
+ /**
17
+ * Search LinkedIn conversations
18
+ *
19
+ * @remarks
20
+ * Search inbox conversations by keyword via query parameters. Returns matching conversations with participants and last message. 0 credits. Example: GET /chats/linkedin/search?keywords=project
21
+ */
22
+ async searchLinkedInConversations(request, options) {
23
+ return unwrapAsync(linkedInChatSearchLinkedInConversations(this, request, options));
24
+ }
25
+ /**
26
+ * Read messages from a conversation
27
+ *
28
+ * @remarks
29
+ * Fetch messages from a specific LinkedIn conversation. 0 credits.
30
+ *
31
+ * Pass the full `conversationUrn` as a query parameter, as returned by `/chats/linkedin` or `/chats/linkedin/search`. No parsing required — the server handles extraction internally.
32
+ *
33
+ * Example: `GET /chats/linkedin/messages?conversationUrn=urn:li:msg_conversation:(urn:li:fsd_profile:ACoAAXXX,2-YWUx...)`
34
+ */
35
+ async getConversationMessages(request, options) {
36
+ return unwrapAsync(linkedInChatGetConversationMessages(this, request, options));
37
+ }
38
+ /**
39
+ * List starred conversations
40
+ *
41
+ * @remarks
42
+ * List starred/favorited LinkedIn conversations. 0 credits. GET with optional nextCursor query parameter.
43
+ */
44
+ async listStarredConversations(request, options) {
45
+ return unwrapAsync(linkedInChatListStarredConversations(this, request, options));
46
+ }
47
+ /**
48
+ * List archived conversations
49
+ *
50
+ * @remarks
51
+ * List archived LinkedIn conversations. 0 credits. GET with optional nextCursor query parameter.
52
+ */
53
+ async listArchivedConversations(request, options) {
54
+ return unwrapAsync(linkedInChatListArchivedConversations(this, request, options));
55
+ }
56
+ /**
57
+ * Get unread message count
58
+ *
59
+ * @remarks
60
+ * Get the number of unread LinkedIn messages/conversations. 0 credits.
61
+ */
62
+ async getUnreadCount(options) {
63
+ return unwrapAsync(linkedInChatGetUnreadCount(this, options));
64
+ }
12
65
  /**
13
66
  * Mark a conversation as read
14
67
  *
@@ -36,15 +89,6 @@ export class LinkedInChat2 extends ClientSDK {
36
89
  async unstar(request, options) {
37
90
  return unwrapAsync(linkedInChatUnstar(this, request, options));
38
91
  }
39
- /**
40
- * List starred conversations
41
- *
42
- * @remarks
43
- * List starred/favorited LinkedIn conversations. 0 credits.
44
- */
45
- async listStarred(request, options) {
46
- return unwrapAsync(linkedInChatListStarred(this, request, options));
47
- }
48
92
  /**
49
93
  * Unarchive a conversation
50
94
  *
@@ -1 +1 @@
1
- {"version":3,"file":"linked-in-chat-2.js","sourceRoot":"","sources":["../../src/sdk/linked-in-chat-2.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,aAAc,SAAQ,SAAS;IAC1C;;;;;OAKG;IACH,KAAK,CAAC,QAAQ,CACZ,OAA+C,EAC/C,OAAwB,EAC0B;QAClD,OAAO,WAAW,CAAC,oBAAoB,CACrC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,IAAI,CACR,OAA2C,EAC3C,OAAwB,EACsB;QAC9C,OAAO,WAAW,CAAC,gBAAgB,CACjC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAA6C,EAC7C,OAAwB,EACwB;QAChD,OAAO,WAAW,CAAC,kBAAkB,CACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,WAAW,CACf,OAAgE,EAChE,OAAwB,EAC8B;QACtD,OAAO,WAAW,CAAC,uBAAuB,CACxC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,SAAS,CACb,OAAgD,EAChD,OAAwB,EAC2B;QACnD,OAAO,WAAW,CAAC,qBAAqB,CACtC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
1
+ {"version":3,"file":"linked-in-chat-2.js","sourceRoot":"","sources":["../../src/sdk/linked-in-chat-2.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,sDAAsD,CAAC;AAC3G,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,qCAAqC,EAAE,MAAM,wDAAwD,CAAC;AAC/G,OAAO,EAAE,oCAAoC,EAAE,MAAM,uDAAuD,CAAC;AAC7G,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,uCAAuC,EAAE,MAAM,2DAA2D,CAAC;AACpH,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,aAAc,SAAQ,SAAS;IAC1C;;;;;OAKG;IACH,KAAK,CAAC,2BAA2B,CAC/B,OAAsD,EACtD,OAAwB,EACiC;QACzD,OAAO,WAAW,CAAC,uCAAuC,CACxD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,uBAAuB,CAC3B,OAAkD,EAClD,OAAwB,EAC6B;QACrD,OAAO,WAAW,CAAC,mCAAmC,CACpD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,wBAAwB,CAC5B,OAAgE,EAChE,OAAwB,EAC8B;QACtD,OAAO,WAAW,CAAC,oCAAoC,CACrD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,yBAAyB,CAC7B,OAAiE,EACjE,OAAwB,EAC+B;QACvD,OAAO,WAAW,CAAC,qCAAqC,CACtD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,cAAc,CAClB,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,0BAA0B,CAC3C,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,QAAQ,CACZ,OAA+C,EAC/C,OAAwB,EAC0B;QAClD,OAAO,WAAW,CAAC,oBAAoB,CACrC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,IAAI,CACR,OAA2C,EAC3C,OAAwB,EACsB;QAC9C,OAAO,WAAW,CAAC,gBAAgB,CACjC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,MAAM,CACV,OAA6C,EAC7C,OAAwB,EACwB;QAChD,OAAO,WAAW,CAAC,kBAAkB,CACnC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,SAAS,CACb,OAAgD,EAChD,OAAwB,EAC2B;QACnD,OAAO,WAAW,CAAC,qBAAqB,CACtC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
@@ -5,7 +5,7 @@ export declare class LinkedInScrapers2 extends ClientSDK {
5
5
  * Scrape replies to a LinkedIn comment
6
6
  *
7
7
  * @remarks
8
- * Returns paginated replies for a specific LinkedIn comment. Use the commentUrn from the comments endpoint response.
8
+ * Returns paginated replies for a specific LinkedIn comment. Use the commentUrn from the comments endpoint response. 1 credit per 20 items returned (minimum 1 if any results, 0 if empty).
9
9
  */
10
10
  collectCommentReplies(request: operations.CollectLinkedInCommentRepliesRequest, options?: RequestOptions): Promise<operations.CollectLinkedInCommentRepliesResponse>;
11
11
  /**
@@ -10,7 +10,7 @@ export class LinkedInScrapers2 extends ClientSDK {
10
10
  * Scrape replies to a LinkedIn comment
11
11
  *
12
12
  * @remarks
13
- * Returns paginated replies for a specific LinkedIn comment. Use the commentUrn from the comments endpoint response.
13
+ * Returns paginated replies for a specific LinkedIn comment. Use the commentUrn from the comments endpoint response. 1 credit per 20 items returned (minimum 1 if any results, 0 if empty).
14
14
  */
15
15
  async collectCommentReplies(request, options) {
16
16
  return unwrapAsync(linkedInScrapersCollectCommentReplies(this, request, options));
@@ -129,7 +129,7 @@ export declare class LinkedInSearch1 extends ClientSDK {
129
129
  *
130
130
  * ## How to use
131
131
  * ```
132
- * Step 1: POST /search/linkedin/parameters { type: 'GEO', keywords: 'Paris' }
132
+ * Step 1: GET /search/linkedin/parameters?type=GEO&keywords=Paris
133
133
  * → [{ id: '105015875', title: 'Paris, Île-de-France, France', type: 'GEO' }]
134
134
  * Step 2: POST /search/linkedin/people { location: ['105015875'], keywords: 'engineer' }
135
135
  * → returns engineers in Paris
@@ -143,7 +143,10 @@ export declare class LinkedInSearch1 extends ClientSDK {
143
143
  * - The API returns up to `limit` results (default 10, max 50)
144
144
  * - Results are ranked by relevance
145
145
  * - IDs are stable — you can cache them for repeated searches
146
+ *
147
+ * **Note**: This is a GET endpoint. Pass `type`, `keywords`, and `limit` as query parameters.
148
+ * Example: `GET /search/linkedin/parameters?type=GEO&keywords=Paris&limit=5`
146
149
  */
147
- resolveParameters(request: operations.ResolveLinkedInSearchParametersRequest, options?: RequestOptions): Promise<operations.ResolveLinkedInSearchParametersResponse>;
150
+ resolveLinkedInSearchParameters(request: operations.ResolveLinkedInSearchParametersRequest, options?: RequestOptions): Promise<operations.ResolveLinkedInSearchParametersResponse>;
148
151
  }
149
152
  //# sourceMappingURL=linked-in-search-1.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"linked-in-search-1.d.ts","sourceRoot":"","sources":["../../src/sdk/linked-in-search-1.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,eAAgB,SAAQ,SAAS;IAC5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0CG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAM5C;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8DG;IACG,eAAe,CACnB,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC,CAMrD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACG,iBAAiB,CACrB,OAAO,EAAE,UAAU,CAAC,sCAAsC,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uCAAuC,CAAC,CAM7D;CACF"}
1
+ {"version":3,"file":"linked-in-search-1.d.ts","sourceRoot":"","sources":["../../src/sdk/linked-in-search-1.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,eAAgB,SAAQ,SAAS;IAC5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0CG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAM5C;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8DG;IACG,eAAe,CACnB,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC,CAMrD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACG,+BAA+B,CACnC,OAAO,EAAE,UAAU,CAAC,sCAAsC,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,uCAAuC,CAAC,CAM7D;CACF"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import { linkedInSearchResolveParameters } from "../funcs/linked-in-search-resolve-parameters.js";
4
+ import { linkedInSearchResolveLinkedInSearchParameters } from "../funcs/linked-in-search-resolve-linked-in-search-parameters.js";
5
5
  import { linkedInSearchSearchCompanies } from "../funcs/linked-in-search-search-companies.js";
6
6
  import { linkedInSearchSearch } from "../funcs/linked-in-search-search.js";
7
7
  import { ClientSDK } from "../lib/sdks.js";
@@ -139,7 +139,7 @@ export class LinkedInSearch1 extends ClientSDK {
139
139
  *
140
140
  * ## How to use
141
141
  * ```
142
- * Step 1: POST /search/linkedin/parameters { type: 'GEO', keywords: 'Paris' }
142
+ * Step 1: GET /search/linkedin/parameters?type=GEO&keywords=Paris
143
143
  * → [{ id: '105015875', title: 'Paris, Île-de-France, France', type: 'GEO' }]
144
144
  * Step 2: POST /search/linkedin/people { location: ['105015875'], keywords: 'engineer' }
145
145
  * → returns engineers in Paris
@@ -153,9 +153,12 @@ export class LinkedInSearch1 extends ClientSDK {
153
153
  * - The API returns up to `limit` results (default 10, max 50)
154
154
  * - Results are ranked by relevance
155
155
  * - IDs are stable — you can cache them for repeated searches
156
+ *
157
+ * **Note**: This is a GET endpoint. Pass `type`, `keywords`, and `limit` as query parameters.
158
+ * Example: `GET /search/linkedin/parameters?type=GEO&keywords=Paris&limit=5`
156
159
  */
157
- async resolveParameters(request, options) {
158
- return unwrapAsync(linkedInSearchResolveParameters(this, request, options));
160
+ async resolveLinkedInSearchParameters(request, options) {
161
+ return unwrapAsync(linkedInSearchResolveLinkedInSearchParameters(this, request, options));
159
162
  }
160
163
  }
161
164
  //# sourceMappingURL=linked-in-search-1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"linked-in-search-1.js","sourceRoot":"","sources":["../../src/sdk/linked-in-search-1.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,iDAAiD,CAAC;AAClG,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,eAAgB,SAAQ,SAAS;IAC5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0CG;IACH,KAAK,CAAC,MAAM,CACV,OAAyC,EACzC,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,oBAAoB,CACrC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8DG;IACH,KAAK,CAAC,eAAe,CACnB,OAAkD,EAClD,OAAwB,EAC6B;QACrD,OAAO,WAAW,CAAC,6BAA6B,CAC9C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACH,KAAK,CAAC,iBAAiB,CACrB,OAA0D,EAC1D,OAAwB,EACqC;QAC7D,OAAO,WAAW,CAAC,+BAA+B,CAChD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
1
+ {"version":3,"file":"linked-in-search-1.js","sourceRoot":"","sources":["../../src/sdk/linked-in-search-1.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6CAA6C,EAAE,MAAM,kEAAkE,CAAC;AACjI,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,eAAgB,SAAQ,SAAS;IAC5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0CG;IACH,KAAK,CAAC,MAAM,CACV,OAAyC,EACzC,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,oBAAoB,CACrC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8DG;IACH,KAAK,CAAC,eAAe,CACnB,OAAkD,EAClD,OAAwB,EAC6B;QACrD,OAAO,WAAW,CAAC,6BAA6B,CAC9C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACH,KAAK,CAAC,+BAA+B,CACnC,OAA0D,EAC1D,OAAwB,EACqC;QAC7D,OAAO,WAAW,CAAC,6CAA6C,CAC9D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
@@ -61,7 +61,7 @@ export declare class LinkedinActions1 extends ClientSDK {
61
61
  * Repost / share a post
62
62
  *
63
63
  * @remarks
64
- * Repost/share a LinkedIn post with quote text. Text is required by LinkedIn. Returns shareUrn on success. Returns bad_request if post URL is invalid, duplicate if already reposted. 1 credit.
64
+ * Repost/share a LinkedIn post with quote text. Text is required by LinkedIn. Returns shareUrn on success. Returns bad_request if post URL is invalid. 1 credit.
65
65
  */
66
66
  repostPost(request: operations.RepostLinkedInPostRequest, options?: RequestOptions): Promise<operations.RepostLinkedInPostResponse>;
67
67
  /**
@@ -93,7 +93,7 @@ export class LinkedinActions1 extends ClientSDK {
93
93
  * Repost / share a post
94
94
  *
95
95
  * @remarks
96
- * Repost/share a LinkedIn post with quote text. Text is required by LinkedIn. Returns shareUrn on success. Returns bad_request if post URL is invalid, duplicate if already reposted. 1 credit.
96
+ * Repost/share a LinkedIn post with quote text. Text is required by LinkedIn. Returns shareUrn on success. Returns bad_request if post URL is invalid. 1 credit.
97
97
  */
98
98
  async repostPost(request, options) {
99
99
  return unwrapAsync(linkedinActionsRepostPost(this, request, options));
@@ -5,20 +5,9 @@ export declare class LinkedinChat1 extends ClientSDK {
5
5
  * List LinkedIn inbox conversations
6
6
  *
7
7
  * @remarks
8
- * List inbox conversations for the authenticated user. Returns conversations with participants, last message, and read status. Paginate via nextCursor.
8
+ * List inbox conversations for the authenticated user. Returns conversations with participants, last message, and read status. Paginate via nextCursor. 0 credits.
9
9
  */
10
- listInboxConversations(request: operations.ListInboxConversationsRequest, options?: RequestOptions): Promise<operations.ListInboxConversationsResponse>;
11
- /**
12
- * Read messages from a conversation
13
- *
14
- * @remarks
15
- * Fetch messages from a specific LinkedIn conversation. 0 credits.
16
- *
17
- * Pass the full `conversationUrn` as returned by `/chats/linkedin` or `/chats/linkedin/search`. No parsing required — the server handles extraction internally.
18
- *
19
- * Example: `{ "conversationUrn": "urn:li:msg_conversation:(urn:li:fsd_profile:ACoAAXXX,2-YWUx...)" }`
20
- */
21
- getMessages(request: operations.GetConversationMessagesRequest, options?: RequestOptions): Promise<operations.GetConversationMessagesResponse>;
10
+ listInboxConversations(request?: operations.ListInboxConversationsRequest | undefined, options?: RequestOptions): Promise<operations.ListInboxConversationsResponse>;
22
11
  /**
23
12
  * Mark all conversations as read
24
13
  *
@@ -26,13 +15,6 @@ export declare class LinkedinChat1 extends ClientSDK {
26
15
  * Mark all LinkedIn inbox conversations as read. 0 credits.
27
16
  */
28
17
  markAllRead(request?: operations.MarkAllConversationsReadRequest | undefined, options?: RequestOptions): Promise<operations.MarkAllConversationsReadResponse>;
29
- /**
30
- * List archived conversations
31
- *
32
- * @remarks
33
- * List archived LinkedIn conversations. 0 credits.
34
- */
35
- listArchived(request?: operations.ListArchivedConversationsRequest | undefined, options?: RequestOptions): Promise<operations.ListArchivedConversationsResponse>;
36
18
  /**
37
19
  * React to a message with emoji
38
20
  *
@@ -47,12 +29,5 @@ export declare class LinkedinChat1 extends ClientSDK {
47
29
  * Send a typing indicator to a LinkedIn conversation, simulating natural typing behavior. 0 credits.
48
30
  */
49
31
  sendTypingIndicator(request: operations.SendTypingIndicatorRequest, options?: RequestOptions): Promise<operations.SendTypingIndicatorResponse>;
50
- /**
51
- * Get unread message count
52
- *
53
- * @remarks
54
- * Get the number of unread LinkedIn messages/conversations. 0 credits.
55
- */
56
- getUnreadCount(request?: operations.GetUnreadCountRequest | undefined, options?: RequestOptions): Promise<operations.GetUnreadCountResponse>;
57
32
  }
58
33
  //# sourceMappingURL=linkedin-chat-1.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"linkedin-chat-1.d.ts","sourceRoot":"","sources":["../../src/sdk/linkedin-chat-1.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,aAAc,SAAQ,SAAS;IAC1C;;;;;OAKG;IACG,sBAAsB,CAC1B,OAAO,EAAE,UAAU,CAAC,6BAA6B,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,8BAA8B,CAAC,CAMpD;IAED;;;;;;;;;OASG;IACG,WAAW,CACf,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC,CAMrD;IAED;;;;;OAKG;IACG,WAAW,CACf,OAAO,CAAC,EAAE,UAAU,CAAC,+BAA+B,GAAG,SAAS,EAChE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC,CAMtD;IAED;;;;;OAKG;IACG,YAAY,CAChB,OAAO,CAAC,EAAE,UAAU,CAAC,gCAAgC,GAAG,SAAS,EACjE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iCAAiC,CAAC,CAMvD;IAED;;;;;OAKG;IACG,KAAK,CACT,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAM5C;IAED;;;;;OAKG;IACG,mBAAmB,CACvB,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC,CAMjD;IAED;;;;;OAKG;IACG,cAAc,CAClB,OAAO,CAAC,EAAE,UAAU,CAAC,qBAAqB,GAAG,SAAS,EACtD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAM5C;CACF"}
1
+ {"version":3,"file":"linkedin-chat-1.d.ts","sourceRoot":"","sources":["../../src/sdk/linkedin-chat-1.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,aAAc,SAAQ,SAAS;IAC1C;;;;;OAKG;IACG,sBAAsB,CAC1B,OAAO,CAAC,EAAE,UAAU,CAAC,6BAA6B,GAAG,SAAS,EAC9D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,8BAA8B,CAAC,CAMpD;IAED;;;;;OAKG;IACG,WAAW,CACf,OAAO,CAAC,EAAE,UAAU,CAAC,+BAA+B,GAAG,SAAS,EAChE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC,CAMtD;IAED;;;;;OAKG;IACG,KAAK,CACT,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAM5C;IAED;;;;;OAKG;IACG,mBAAmB,CACvB,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC,CAMjD;CACF"}
@@ -1,9 +1,6 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import { linkedinChatGetMessages } from "../funcs/linkedin-chat-get-messages.js";
5
- import { linkedinChatGetUnreadCount } from "../funcs/linkedin-chat-get-unread-count.js";
6
- import { linkedinChatListArchived } from "../funcs/linkedin-chat-list-archived.js";
7
4
  import { linkedinChatListInboxConversations } from "../funcs/linkedin-chat-list-inbox-conversations.js";
8
5
  import { linkedinChatMarkAllRead } from "../funcs/linkedin-chat-mark-all-read.js";
9
6
  import { linkedinChatReact } from "../funcs/linkedin-chat-react.js";
@@ -15,24 +12,11 @@ export class LinkedinChat1 extends ClientSDK {
15
12
  * List LinkedIn inbox conversations
16
13
  *
17
14
  * @remarks
18
- * List inbox conversations for the authenticated user. Returns conversations with participants, last message, and read status. Paginate via nextCursor.
15
+ * List inbox conversations for the authenticated user. Returns conversations with participants, last message, and read status. Paginate via nextCursor. 0 credits.
19
16
  */
20
17
  async listInboxConversations(request, options) {
21
18
  return unwrapAsync(linkedinChatListInboxConversations(this, request, options));
22
19
  }
23
- /**
24
- * Read messages from a conversation
25
- *
26
- * @remarks
27
- * Fetch messages from a specific LinkedIn conversation. 0 credits.
28
- *
29
- * Pass the full `conversationUrn` as returned by `/chats/linkedin` or `/chats/linkedin/search`. No parsing required — the server handles extraction internally.
30
- *
31
- * Example: `{ "conversationUrn": "urn:li:msg_conversation:(urn:li:fsd_profile:ACoAAXXX,2-YWUx...)" }`
32
- */
33
- async getMessages(request, options) {
34
- return unwrapAsync(linkedinChatGetMessages(this, request, options));
35
- }
36
20
  /**
37
21
  * Mark all conversations as read
38
22
  *
@@ -42,15 +26,6 @@ export class LinkedinChat1 extends ClientSDK {
42
26
  async markAllRead(request, options) {
43
27
  return unwrapAsync(linkedinChatMarkAllRead(this, request, options));
44
28
  }
45
- /**
46
- * List archived conversations
47
- *
48
- * @remarks
49
- * List archived LinkedIn conversations. 0 credits.
50
- */
51
- async listArchived(request, options) {
52
- return unwrapAsync(linkedinChatListArchived(this, request, options));
53
- }
54
29
  /**
55
30
  * React to a message with emoji
56
31
  *
@@ -69,14 +44,5 @@ export class LinkedinChat1 extends ClientSDK {
69
44
  async sendTypingIndicator(request, options) {
70
45
  return unwrapAsync(linkedinChatSendTypingIndicator(this, request, options));
71
46
  }
72
- /**
73
- * Get unread message count
74
- *
75
- * @remarks
76
- * Get the number of unread LinkedIn messages/conversations. 0 credits.
77
- */
78
- async getUnreadCount(request, options) {
79
- return unwrapAsync(linkedinChatGetUnreadCount(this, request, options));
80
- }
81
47
  }
82
48
  //# sourceMappingURL=linkedin-chat-1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"linkedin-chat-1.js","sourceRoot":"","sources":["../../src/sdk/linkedin-chat-1.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,+BAA+B,EAAE,MAAM,iDAAiD,CAAC;AAClG,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,aAAc,SAAQ,SAAS;IAC1C;;;;;OAKG;IACH,KAAK,CAAC,sBAAsB,CAC1B,OAAiD,EACjD,OAAwB,EAC4B;QACpD,OAAO,WAAW,CAAC,kCAAkC,CACnD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,WAAW,CACf,OAAkD,EAClD,OAAwB,EAC6B;QACrD,OAAO,WAAW,CAAC,uBAAuB,CACxC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,WAAW,CACf,OAAgE,EAChE,OAAwB,EAC8B;QACtD,OAAO,WAAW,CAAC,uBAAuB,CACxC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAChB,OAAiE,EACjE,OAAwB,EAC+B;QACvD,OAAO,WAAW,CAAC,wBAAwB,CACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,KAAK,CACT,OAAyC,EACzC,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,iBAAiB,CAClC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,mBAAmB,CACvB,OAA8C,EAC9C,OAAwB,EACyB;QACjD,OAAO,WAAW,CAAC,+BAA+B,CAChD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,cAAc,CAClB,OAAsD,EACtD,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,0BAA0B,CAC3C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
1
+ {"version":3,"file":"linkedin-chat-1.js","sourceRoot":"","sources":["../../src/sdk/linkedin-chat-1.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,+BAA+B,EAAE,MAAM,iDAAiD,CAAC;AAClG,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,aAAc,SAAQ,SAAS;IAC1C;;;;;OAKG;IACH,KAAK,CAAC,sBAAsB,CAC1B,OAA8D,EAC9D,OAAwB,EAC4B;QACpD,OAAO,WAAW,CAAC,kCAAkC,CACnD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,WAAW,CACf,OAAgE,EAChE,OAAwB,EAC8B;QACtD,OAAO,WAAW,CAAC,uBAAuB,CACxC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,KAAK,CACT,OAAyC,EACzC,OAAwB,EACoB;QAC5C,OAAO,WAAW,CAAC,iBAAiB,CAClC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,mBAAmB,CACvB,OAA8C,EAC9C,OAAwB,EACyB;QACjD,OAAO,WAAW,CAAC,+BAA+B,CAChD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
@@ -5,14 +5,14 @@ export declare class LinkedinScrapers1 extends ClientSDK {
5
5
  * Scrape LinkedIn post likes
6
6
  *
7
7
  * @remarks
8
- * Authenticates the requester, validates LinkedIn credentials, and returns up to 100 profiles per page that reacted to the specified post (LinkedIn API limit). Supports pagination.
8
+ * Returns up to 100 profiles per page that reacted to the specified post (LinkedIn API limit). Supports pagination. 1 credit per 20 items returned (minimum 1 if any results, 0 if empty). Use count=0 for a free total-only check.
9
9
  */
10
10
  collectLikes(request: operations.CollectLinkedInLikesRequest, options?: RequestOptions): Promise<operations.CollectLinkedInLikesResponse>;
11
11
  /**
12
12
  * Scrape LinkedIn post comments
13
13
  *
14
14
  * @remarks
15
- * Returns paginated top-level comments for a LinkedIn post (newest first). Use count=0 for a free total-only check (0 credits, no rate-limit slot consumed). Response includes previousTotal (server-cached) to detect new comments without client tracking.
15
+ * Returns paginated top-level comments for a LinkedIn post (newest first). 1 credit per 20 items returned (minimum 1 if any results, 0 if empty). Use count=0 for a free total-only check (0 credits, no rate-limit slot consumed). Response includes previousTotal (server-cached) to detect new comments without client tracking.
16
16
  */
17
17
  collectComments(request: operations.CollectLinkedInCommentsRequest, options?: RequestOptions): Promise<operations.CollectLinkedInCommentsResponse>;
18
18
  /**
@@ -13,7 +13,7 @@ export class LinkedinScrapers1 extends ClientSDK {
13
13
  * Scrape LinkedIn post likes
14
14
  *
15
15
  * @remarks
16
- * Authenticates the requester, validates LinkedIn credentials, and returns up to 100 profiles per page that reacted to the specified post (LinkedIn API limit). Supports pagination.
16
+ * Returns up to 100 profiles per page that reacted to the specified post (LinkedIn API limit). Supports pagination. 1 credit per 20 items returned (minimum 1 if any results, 0 if empty). Use count=0 for a free total-only check.
17
17
  */
18
18
  async collectLikes(request, options) {
19
19
  return unwrapAsync(linkedinScrapersCollectLikes(this, request, options));
@@ -22,7 +22,7 @@ export class LinkedinScrapers1 extends ClientSDK {
22
22
  * Scrape LinkedIn post comments
23
23
  *
24
24
  * @remarks
25
- * Returns paginated top-level comments for a LinkedIn post (newest first). Use count=0 for a free total-only check (0 credits, no rate-limit slot consumed). Response includes previousTotal (server-cached) to detect new comments without client tracking.
25
+ * Returns paginated top-level comments for a LinkedIn post (newest first). 1 credit per 20 items returned (minimum 1 if any results, 0 if empty). Use count=0 for a free total-only check (0 credits, no rate-limit slot consumed). Response includes previousTotal (server-cached) to detect new comments without client tracking.
26
26
  */
27
27
  async collectComments(request, options) {
28
28
  return unwrapAsync(linkedinScrapersCollectComments(this, request, options));