bereach 0.1.4 → 1.2.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 (1337) hide show
  1. package/README.md +888 -70
  2. package/esm/funcs/{linkedin-actions-connect-profile.d.ts → actions-connect-profile.d.ts} +2 -2
  3. package/esm/funcs/actions-connect-profile.d.ts.map +1 -0
  4. package/esm/funcs/{linkedin-actions-connect-profile.js → actions-connect-profile.js} +3 -3
  5. package/esm/funcs/actions-connect-profile.js.map +1 -0
  6. package/esm/funcs/actions-follow-company.d.ts +18 -0
  7. package/esm/funcs/actions-follow-company.d.ts.map +1 -0
  8. package/esm/funcs/actions-follow-company.js +95 -0
  9. package/esm/funcs/actions-follow-company.js.map +1 -0
  10. package/esm/funcs/actions-list-sent-invitations.d.ts +18 -0
  11. package/esm/funcs/actions-list-sent-invitations.d.ts.map +1 -0
  12. package/esm/funcs/actions-list-sent-invitations.js +95 -0
  13. package/esm/funcs/{linkedin-actions-publish-post.js.map → actions-list-sent-invitations.js.map} +1 -1
  14. package/esm/funcs/actions-send-message.d.ts +18 -0
  15. package/esm/funcs/actions-send-message.d.ts.map +1 -0
  16. package/esm/funcs/{linkedin-actions-send-message.js → actions-send-message.js} +3 -3
  17. package/esm/funcs/actions-send-message.js.map +1 -0
  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 +1 -1
  21. package/esm/funcs/campaigns-filter.js.map +1 -1
  22. package/esm/funcs/campaigns-get-stats.d.ts +1 -1
  23. package/esm/funcs/campaigns-get-stats.d.ts.map +1 -1
  24. package/esm/funcs/campaigns-get-stats.js +1 -1
  25. package/esm/funcs/campaigns-get-stats.js.map +1 -1
  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 +1 -1
  29. package/esm/funcs/campaigns-get-status.js.map +1 -1
  30. package/esm/funcs/{campaigns-sync-actions.d.ts → campaigns-sync.d.ts} +2 -2
  31. package/esm/funcs/campaigns-sync.d.ts.map +1 -0
  32. package/esm/funcs/{campaigns-sync-actions.js → campaigns-sync.js} +3 -3
  33. package/esm/funcs/campaigns-sync.js.map +1 -0
  34. package/esm/funcs/chat-archive.d.ts +18 -0
  35. package/esm/funcs/chat-archive.d.ts.map +1 -0
  36. package/esm/funcs/chat-archive.js +95 -0
  37. package/esm/funcs/chat-archive.js.map +1 -0
  38. package/esm/funcs/{linkedin-chat-find-conversation.d.ts → chat-find-conversation.d.ts} +2 -2
  39. package/esm/funcs/chat-find-conversation.d.ts.map +1 -0
  40. package/esm/funcs/{linkedin-chat-find-conversation.js → chat-find-conversation.js} +3 -3
  41. package/esm/funcs/chat-find-conversation.js.map +1 -0
  42. package/esm/funcs/chat-search-conversations.d.ts +18 -0
  43. package/esm/funcs/chat-search-conversations.d.ts.map +1 -0
  44. package/esm/funcs/{linkedin-chat-search-conversations.js → chat-search-conversations.js} +3 -3
  45. package/esm/funcs/chat-search-conversations.js.map +1 -0
  46. package/esm/funcs/chat-unreact.d.ts +18 -0
  47. package/esm/funcs/chat-unreact.d.ts.map +1 -0
  48. package/esm/funcs/chat-unreact.js +95 -0
  49. package/esm/funcs/chat-unreact.js.map +1 -0
  50. package/esm/funcs/{linkedin-chat-search-conversations.d.ts → company-pages-get-analytics.d.ts} +4 -4
  51. package/esm/funcs/company-pages-get-analytics.d.ts.map +1 -0
  52. package/esm/funcs/company-pages-get-analytics.js +95 -0
  53. package/esm/funcs/company-pages-get-analytics.js.map +1 -0
  54. package/esm/funcs/company-pages-get-permissions.d.ts +18 -0
  55. package/esm/funcs/company-pages-get-permissions.d.ts.map +1 -0
  56. package/esm/funcs/company-pages-get-permissions.js +95 -0
  57. package/esm/funcs/{linkedin-actions-send-message.js.map → company-pages-get-permissions.js.map} +1 -1
  58. package/esm/funcs/company-pages-get-posts.d.ts +18 -0
  59. package/esm/funcs/company-pages-get-posts.d.ts.map +1 -0
  60. package/esm/funcs/company-pages-get-posts.js +95 -0
  61. package/esm/funcs/company-pages-get-posts.js.map +1 -0
  62. package/esm/funcs/company-pages-list.d.ts +18 -0
  63. package/esm/funcs/company-pages-list.d.ts.map +1 -0
  64. package/esm/funcs/company-pages-list.js +84 -0
  65. package/esm/funcs/company-pages-list.js.map +1 -0
  66. package/esm/funcs/contacts-upsert.d.ts +17 -0
  67. package/esm/funcs/contacts-upsert.d.ts.map +1 -0
  68. package/esm/funcs/contacts-upsert.js +79 -0
  69. package/esm/funcs/contacts-upsert.js.map +1 -0
  70. package/esm/funcs/linked-in-actions-create-comment.d.ts +18 -0
  71. package/esm/funcs/linked-in-actions-create-comment.d.ts.map +1 -0
  72. package/esm/funcs/linked-in-actions-create-comment.js +95 -0
  73. package/esm/funcs/{linkedin-actions-connect-profile.js.map → linked-in-actions-create-comment.js.map} +1 -1
  74. package/esm/funcs/linked-in-actions-decline-invitation.d.ts +18 -0
  75. package/esm/funcs/linked-in-actions-decline-invitation.d.ts.map +1 -0
  76. package/esm/funcs/linked-in-actions-decline-invitation.js +95 -0
  77. package/esm/funcs/linked-in-actions-decline-invitation.js.map +1 -0
  78. package/esm/funcs/{linkedin-actions-like-comment.d.ts → linked-in-actions-like-comment.d.ts} +2 -2
  79. package/esm/funcs/linked-in-actions-like-comment.d.ts.map +1 -0
  80. package/esm/funcs/{linkedin-actions-like-comment.js → linked-in-actions-like-comment.js} +3 -3
  81. package/esm/funcs/linked-in-actions-like-comment.js.map +1 -0
  82. package/esm/funcs/{linkedin-actions-publish-post.d.ts → linked-in-actions-publish-post.d.ts} +3 -3
  83. package/esm/funcs/linked-in-actions-publish-post.d.ts.map +1 -0
  84. package/esm/funcs/{linkedin-actions-publish-post.js → linked-in-actions-publish-post.js} +4 -4
  85. package/esm/funcs/linked-in-actions-publish-post.js.map +1 -0
  86. package/esm/funcs/linked-in-actions-save-post.d.ts +18 -0
  87. package/esm/funcs/linked-in-actions-save-post.d.ts.map +1 -0
  88. package/esm/funcs/linked-in-actions-save-post.js +95 -0
  89. package/esm/funcs/linked-in-actions-save-post.js.map +1 -0
  90. package/esm/funcs/linked-in-actions-unfollow-profile.d.ts +18 -0
  91. package/esm/funcs/linked-in-actions-unfollow-profile.d.ts.map +1 -0
  92. package/esm/funcs/linked-in-actions-unfollow-profile.js +95 -0
  93. package/esm/funcs/{linkedin-chat-search-conversations.js.map → linked-in-actions-unfollow-profile.js.map} +1 -1
  94. package/esm/funcs/linked-in-chat-list-starred.d.ts +18 -0
  95. package/esm/funcs/linked-in-chat-list-starred.d.ts.map +1 -0
  96. package/esm/funcs/linked-in-chat-list-starred.js +97 -0
  97. package/esm/funcs/linked-in-chat-list-starred.js.map +1 -0
  98. package/esm/funcs/linked-in-chat-mark-seen.d.ts +18 -0
  99. package/esm/funcs/linked-in-chat-mark-seen.d.ts.map +1 -0
  100. package/esm/funcs/linked-in-chat-mark-seen.js +95 -0
  101. package/esm/funcs/linked-in-chat-mark-seen.js.map +1 -0
  102. package/esm/funcs/{linkedin-actions-send-message.d.ts → linked-in-chat-star.d.ts} +4 -4
  103. package/esm/funcs/linked-in-chat-star.d.ts.map +1 -0
  104. package/esm/funcs/linked-in-chat-star.js +95 -0
  105. package/esm/funcs/linked-in-chat-star.js.map +1 -0
  106. package/esm/funcs/linked-in-chat-unarchive.d.ts +18 -0
  107. package/esm/funcs/linked-in-chat-unarchive.d.ts.map +1 -0
  108. package/esm/funcs/linked-in-chat-unarchive.js +95 -0
  109. package/esm/funcs/linked-in-chat-unarchive.js.map +1 -0
  110. package/esm/funcs/linked-in-chat-unstar.d.ts +18 -0
  111. package/esm/funcs/linked-in-chat-unstar.d.ts.map +1 -0
  112. package/esm/funcs/linked-in-chat-unstar.js +95 -0
  113. package/esm/funcs/linked-in-chat-unstar.js.map +1 -0
  114. package/esm/funcs/linked-in-scrapers-collect-comment-replies.d.ts +18 -0
  115. package/esm/funcs/linked-in-scrapers-collect-comment-replies.d.ts.map +1 -0
  116. package/esm/funcs/{linkedin-scrapers-collect-comment-replies.js → linked-in-scrapers-collect-comment-replies.js} +4 -3
  117. package/esm/funcs/linked-in-scrapers-collect-comment-replies.js.map +1 -0
  118. package/esm/funcs/linked-in-scrapers-get-feed.d.ts +18 -0
  119. package/esm/funcs/linked-in-scrapers-get-feed.d.ts.map +1 -0
  120. package/esm/funcs/linked-in-scrapers-get-feed.js +97 -0
  121. package/esm/funcs/linked-in-scrapers-get-feed.js.map +1 -0
  122. package/esm/funcs/{linkedin-search-resolve-parameters.d.ts → linked-in-search-resolve-parameters.d.ts} +2 -2
  123. package/esm/funcs/linked-in-search-resolve-parameters.d.ts.map +1 -0
  124. package/esm/funcs/{linkedin-search-resolve-parameters.js → linked-in-search-resolve-parameters.js} +4 -3
  125. package/esm/funcs/linked-in-search-resolve-parameters.js.map +1 -0
  126. package/esm/funcs/{linkedin-search-search-companies.d.ts → linked-in-search-search-companies.d.ts} +2 -2
  127. package/esm/funcs/linked-in-search-search-companies.d.ts.map +1 -0
  128. package/esm/funcs/{linkedin-search-search-companies.js → linked-in-search-search-companies.js} +3 -3
  129. package/esm/funcs/linked-in-search-search-companies.js.map +1 -0
  130. package/esm/funcs/{linkedin-search-unified-search.d.ts → linked-in-search-search.d.ts} +2 -2
  131. package/esm/funcs/linked-in-search-search.d.ts.map +1 -0
  132. package/esm/funcs/{linkedin-search-unified-search.js → linked-in-search-search.js} +3 -3
  133. package/esm/funcs/linked-in-search-search.js.map +1 -0
  134. package/esm/funcs/linkedin-actions-accept-invitation.d.ts +1 -1
  135. package/esm/funcs/linkedin-actions-accept-invitation.d.ts.map +1 -1
  136. package/esm/funcs/linkedin-actions-accept-invitation.js +1 -1
  137. package/esm/funcs/linkedin-actions-accept-invitation.js.map +1 -1
  138. package/esm/funcs/linkedin-actions-edit-comment.d.ts +18 -0
  139. package/esm/funcs/{linkedin-actions-like-comment.d.ts.map → linkedin-actions-edit-comment.d.ts.map} +1 -1
  140. package/esm/funcs/linkedin-actions-edit-comment.js +95 -0
  141. package/esm/funcs/{linkedin-actions-like-comment.js.map → linkedin-actions-edit-comment.js.map} +1 -1
  142. package/esm/funcs/linkedin-actions-edit-post.d.ts +18 -0
  143. package/esm/funcs/linkedin-actions-edit-post.d.ts.map +1 -0
  144. package/esm/funcs/linkedin-actions-edit-post.js +95 -0
  145. package/esm/funcs/linkedin-actions-edit-post.js.map +1 -0
  146. package/esm/funcs/linkedin-actions-follow-profile.d.ts +18 -0
  147. package/esm/funcs/{linkedin-scrapers-visit-profile.d.ts.map → linkedin-actions-follow-profile.d.ts.map} +1 -1
  148. package/esm/funcs/linkedin-actions-follow-profile.js +95 -0
  149. package/esm/funcs/{linkedin-scrapers-visit-profile.js.map → linkedin-actions-follow-profile.js.map} +1 -1
  150. package/esm/funcs/linkedin-actions-like-post.d.ts +18 -0
  151. package/esm/funcs/linkedin-actions-like-post.d.ts.map +1 -0
  152. package/esm/funcs/linkedin-actions-like-post.js +95 -0
  153. package/esm/funcs/linkedin-actions-like-post.js.map +1 -0
  154. package/esm/funcs/linkedin-actions-list-invitations.d.ts +1 -1
  155. package/esm/funcs/linkedin-actions-list-invitations.d.ts.map +1 -1
  156. package/esm/funcs/linkedin-actions-list-invitations.js +1 -1
  157. package/esm/funcs/linkedin-actions-list-invitations.js.map +1 -1
  158. package/esm/funcs/linkedin-actions-reply-to-comment.d.ts +1 -1
  159. package/esm/funcs/linkedin-actions-reply-to-comment.d.ts.map +1 -1
  160. package/esm/funcs/linkedin-actions-reply-to-comment.js +1 -1
  161. package/esm/funcs/linkedin-actions-reply-to-comment.js.map +1 -1
  162. package/esm/funcs/linkedin-actions-repost-post.d.ts +18 -0
  163. package/esm/funcs/linkedin-actions-repost-post.d.ts.map +1 -0
  164. package/esm/funcs/linkedin-actions-repost-post.js +95 -0
  165. package/esm/funcs/linkedin-actions-repost-post.js.map +1 -0
  166. package/esm/funcs/linkedin-actions-unfollow-company.d.ts +18 -0
  167. package/esm/funcs/linkedin-actions-unfollow-company.d.ts.map +1 -0
  168. package/esm/funcs/linkedin-actions-unfollow-company.js +95 -0
  169. package/esm/funcs/linkedin-actions-unfollow-company.js.map +1 -0
  170. package/esm/funcs/linkedin-actions-unlike-comment.d.ts +18 -0
  171. package/esm/funcs/linkedin-actions-unlike-comment.d.ts.map +1 -0
  172. package/esm/funcs/linkedin-actions-unlike-comment.js +95 -0
  173. package/esm/funcs/{linkedin-scrapers-collect-posts.js.map → linkedin-actions-unlike-comment.js.map} +1 -1
  174. package/esm/funcs/linkedin-actions-unlike-post.d.ts +18 -0
  175. package/esm/funcs/linkedin-actions-unlike-post.d.ts.map +1 -0
  176. package/esm/funcs/linkedin-actions-unlike-post.js +95 -0
  177. package/esm/funcs/linkedin-actions-unlike-post.js.map +1 -0
  178. package/esm/funcs/{linkedin-scrapers-collect-comment-replies.d.ts → linkedin-actions-unsave-post.d.ts} +4 -4
  179. package/esm/funcs/linkedin-actions-unsave-post.d.ts.map +1 -0
  180. package/esm/funcs/linkedin-actions-unsave-post.js +95 -0
  181. package/esm/funcs/linkedin-actions-unsave-post.js.map +1 -0
  182. package/esm/funcs/linkedin-actions-withdraw-invitation.d.ts +18 -0
  183. package/esm/funcs/linkedin-actions-withdraw-invitation.d.ts.map +1 -0
  184. package/esm/funcs/linkedin-actions-withdraw-invitation.js +95 -0
  185. package/esm/funcs/linkedin-actions-withdraw-invitation.js.map +1 -0
  186. package/esm/funcs/linkedin-chat-get-messages.d.ts +1 -1
  187. package/esm/funcs/linkedin-chat-get-messages.d.ts.map +1 -1
  188. package/esm/funcs/linkedin-chat-get-messages.js +1 -1
  189. package/esm/funcs/linkedin-chat-get-messages.js.map +1 -1
  190. package/esm/funcs/linkedin-chat-get-unread-count.d.ts +18 -0
  191. package/esm/funcs/linkedin-chat-get-unread-count.d.ts.map +1 -0
  192. package/esm/funcs/linkedin-chat-get-unread-count.js +85 -0
  193. package/esm/funcs/linkedin-chat-get-unread-count.js.map +1 -0
  194. package/esm/funcs/linkedin-chat-list-archived.d.ts +18 -0
  195. package/esm/funcs/linkedin-chat-list-archived.d.ts.map +1 -0
  196. package/esm/funcs/linkedin-chat-list-archived.js +97 -0
  197. package/esm/funcs/linkedin-chat-list-archived.js.map +1 -0
  198. package/esm/funcs/{linkedin-chat-list-conversations.d.ts → linkedin-chat-list-inbox-conversations.d.ts} +2 -2
  199. package/esm/funcs/linkedin-chat-list-inbox-conversations.d.ts.map +1 -0
  200. package/esm/funcs/{linkedin-chat-list-conversations.js → linkedin-chat-list-inbox-conversations.js} +3 -3
  201. package/esm/funcs/linkedin-chat-list-inbox-conversations.js.map +1 -0
  202. package/esm/funcs/linkedin-chat-mark-all-read.d.ts +18 -0
  203. package/esm/funcs/linkedin-chat-mark-all-read.d.ts.map +1 -0
  204. package/esm/funcs/linkedin-chat-mark-all-read.js +85 -0
  205. package/esm/funcs/linkedin-chat-mark-all-read.js.map +1 -0
  206. package/esm/funcs/linkedin-chat-react.d.ts +18 -0
  207. package/esm/funcs/linkedin-chat-react.d.ts.map +1 -0
  208. package/esm/funcs/linkedin-chat-react.js +95 -0
  209. package/esm/funcs/linkedin-chat-react.js.map +1 -0
  210. package/esm/funcs/linkedin-chat-send-typing-indicator.d.ts +18 -0
  211. package/esm/funcs/linkedin-chat-send-typing-indicator.d.ts.map +1 -0
  212. package/esm/funcs/linkedin-chat-send-typing-indicator.js +95 -0
  213. package/esm/funcs/linkedin-chat-send-typing-indicator.js.map +1 -0
  214. package/esm/funcs/linkedin-scrapers-collect-comments.d.ts +1 -1
  215. package/esm/funcs/linkedin-scrapers-collect-comments.d.ts.map +1 -1
  216. package/esm/funcs/linkedin-scrapers-collect-comments.js +1 -1
  217. package/esm/funcs/linkedin-scrapers-collect-comments.js.map +1 -1
  218. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.d.ts +18 -0
  219. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.d.ts.map +1 -0
  220. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.js +95 -0
  221. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.js.map +1 -0
  222. package/esm/funcs/linkedin-scrapers-collect-likes.d.ts +2 -2
  223. package/esm/funcs/linkedin-scrapers-collect-likes.d.ts.map +1 -1
  224. package/esm/funcs/linkedin-scrapers-collect-likes.js +2 -2
  225. package/esm/funcs/linkedin-scrapers-collect-likes.js.map +1 -1
  226. package/esm/funcs/linkedin-scrapers-list-saved-posts.d.ts +18 -0
  227. package/esm/funcs/linkedin-scrapers-list-saved-posts.d.ts.map +1 -0
  228. package/esm/funcs/linkedin-scrapers-list-saved-posts.js +95 -0
  229. package/esm/funcs/linkedin-scrapers-list-saved-posts.js.map +1 -0
  230. package/esm/funcs/linkedin-scrapers-visit-company.d.ts +1 -1
  231. package/esm/funcs/linkedin-scrapers-visit-company.d.ts.map +1 -1
  232. package/esm/funcs/linkedin-scrapers-visit-company.js +1 -1
  233. package/esm/funcs/linkedin-scrapers-visit-company.js.map +1 -1
  234. package/esm/funcs/linkedin-search-search-by-url.d.ts +1 -1
  235. package/esm/funcs/linkedin-search-search-by-url.d.ts.map +1 -1
  236. package/esm/funcs/linkedin-search-search-by-url.js +1 -1
  237. package/esm/funcs/linkedin-search-search-by-url.js.map +1 -1
  238. package/esm/funcs/linkedin-search-search-jobs.d.ts +1 -1
  239. package/esm/funcs/linkedin-search-search-jobs.d.ts.map +1 -1
  240. package/esm/funcs/linkedin-search-search-jobs.js +1 -1
  241. package/esm/funcs/linkedin-search-search-jobs.js.map +1 -1
  242. package/esm/funcs/linkedin-search-search-people.d.ts +1 -1
  243. package/esm/funcs/linkedin-search-search-people.d.ts.map +1 -1
  244. package/esm/funcs/linkedin-search-search-people.js +1 -1
  245. package/esm/funcs/linkedin-search-search-people.js.map +1 -1
  246. package/esm/funcs/linkedin-search-search-posts.d.ts +1 -1
  247. package/esm/funcs/linkedin-search-search-posts.d.ts.map +1 -1
  248. package/esm/funcs/linkedin-search-search-posts.js +1 -1
  249. package/esm/funcs/linkedin-search-search-posts.js.map +1 -1
  250. package/esm/funcs/profile-get-credits.d.ts +1 -1
  251. package/esm/funcs/profile-get-credits.d.ts.map +1 -1
  252. package/esm/funcs/profile-get-credits.js +1 -1
  253. package/esm/funcs/profile-get-credits.js.map +1 -1
  254. package/esm/funcs/profile-get-follower-analytics.d.ts +18 -0
  255. package/esm/funcs/profile-get-follower-analytics.d.ts.map +1 -0
  256. package/esm/funcs/profile-get-follower-analytics.js +85 -0
  257. package/esm/funcs/profile-get-follower-analytics.js.map +1 -0
  258. package/esm/funcs/profile-get-followers.d.ts +1 -1
  259. package/esm/funcs/profile-get-followers.d.ts.map +1 -1
  260. package/esm/funcs/profile-get-followers.js +1 -1
  261. package/esm/funcs/profile-get-followers.js.map +1 -1
  262. package/esm/funcs/profile-get-limits.d.ts +1 -1
  263. package/esm/funcs/profile-get-limits.d.ts.map +1 -1
  264. package/esm/funcs/profile-get-limits.js +1 -1
  265. package/esm/funcs/profile-get-limits.js.map +1 -1
  266. package/esm/funcs/profile-get-post-analytics.d.ts +18 -0
  267. package/esm/funcs/profile-get-post-analytics.d.ts.map +1 -0
  268. package/esm/funcs/profile-get-post-analytics.js +95 -0
  269. package/esm/funcs/profile-get-post-analytics.js.map +1 -0
  270. package/esm/funcs/profile-get-posts.d.ts +1 -1
  271. package/esm/funcs/profile-get-posts.d.ts.map +1 -1
  272. package/esm/funcs/profile-get-posts.js +1 -1
  273. package/esm/funcs/profile-get-posts.js.map +1 -1
  274. package/esm/funcs/profile-get-profile-views.d.ts +18 -0
  275. package/esm/funcs/profile-get-profile-views.d.ts.map +1 -0
  276. package/esm/funcs/profile-get-profile-views.js +85 -0
  277. package/esm/funcs/profile-get-profile-views.js.map +1 -0
  278. package/esm/funcs/profile-get-search-appearances.d.ts +18 -0
  279. package/esm/funcs/profile-get-search-appearances.d.ts.map +1 -0
  280. package/esm/funcs/profile-get-search-appearances.js +85 -0
  281. package/esm/funcs/profile-get-search-appearances.js.map +1 -0
  282. package/esm/funcs/{profile-get-linked-in-profile.d.ts → profile-get.d.ts} +2 -2
  283. package/esm/funcs/profile-get.d.ts.map +1 -0
  284. package/esm/funcs/{profile-get-linked-in-profile.js → profile-get.js} +3 -3
  285. package/esm/funcs/profile-get.js.map +1 -0
  286. package/esm/funcs/profile-list-accounts.d.ts +18 -0
  287. package/esm/funcs/profile-list-accounts.d.ts.map +1 -0
  288. package/esm/funcs/profile-list-accounts.js +84 -0
  289. package/esm/funcs/profile-list-accounts.js.map +1 -0
  290. package/esm/funcs/profile-refresh.d.ts +1 -1
  291. package/esm/funcs/profile-refresh.d.ts.map +1 -1
  292. package/esm/funcs/profile-refresh.js +1 -1
  293. package/esm/funcs/profile-refresh.js.map +1 -1
  294. package/esm/funcs/profile-update-account.d.ts +18 -0
  295. package/esm/funcs/profile-update-account.d.ts.map +1 -0
  296. package/esm/funcs/profile-update-account.js +95 -0
  297. package/esm/funcs/profile-update-account.js.map +1 -0
  298. package/esm/funcs/sales-nav-search-people.d.ts +53 -0
  299. package/esm/funcs/sales-nav-search-people.d.ts.map +1 -0
  300. package/esm/funcs/sales-nav-search-people.js +130 -0
  301. package/esm/funcs/{linkedin-scrapers-collect-comment-replies.js.map → sales-nav-search-people.js.map} +1 -1
  302. package/esm/funcs/sales-navigator-search-search-companies.d.ts +33 -0
  303. package/esm/funcs/sales-navigator-search-search-companies.d.ts.map +1 -0
  304. package/esm/funcs/sales-navigator-search-search-companies.js +110 -0
  305. package/esm/funcs/sales-navigator-search-search-companies.js.map +1 -0
  306. package/esm/funcs/sales-navigator-search-search.d.ts +39 -0
  307. package/esm/funcs/sales-navigator-search-search.d.ts.map +1 -0
  308. package/esm/funcs/sales-navigator-search-search.js +116 -0
  309. package/esm/funcs/sales-navigator-search-search.js.map +1 -0
  310. package/esm/funcs/{linkedin-scrapers-collect-posts.d.ts → scrapers-collect-posts.d.ts} +2 -2
  311. package/esm/funcs/scrapers-collect-posts.d.ts.map +1 -0
  312. package/esm/funcs/{linkedin-scrapers-collect-posts.js → scrapers-collect-posts.js} +3 -3
  313. package/esm/funcs/scrapers-collect-posts.js.map +1 -0
  314. package/esm/funcs/{linkedin-scrapers-visit-profile.d.ts → scrapers-visit-profile.d.ts} +2 -2
  315. package/esm/funcs/scrapers-visit-profile.d.ts.map +1 -0
  316. package/esm/funcs/{linkedin-scrapers-visit-profile.js → scrapers-visit-profile.js} +3 -3
  317. package/esm/funcs/scrapers-visit-profile.js.map +1 -0
  318. package/esm/lib/config.d.ts +4 -4
  319. package/esm/lib/config.js +4 -4
  320. package/esm/models/errors/accept-linked-in-invitation.d.ts +211 -0
  321. package/esm/models/errors/accept-linked-in-invitation.d.ts.map +1 -0
  322. package/esm/models/errors/accept-linked-in-invitation.js +308 -0
  323. package/esm/models/errors/accept-linked-in-invitation.js.map +1 -0
  324. package/esm/models/errors/archive-conversation.d.ts +211 -0
  325. package/esm/models/errors/archive-conversation.d.ts.map +1 -0
  326. package/esm/models/errors/archive-conversation.js +305 -0
  327. package/esm/models/errors/archive-conversation.js.map +1 -0
  328. package/esm/models/errors/collect-linked-in-comment-replies.d.ts +211 -0
  329. package/esm/models/errors/collect-linked-in-comment-replies.d.ts.map +1 -0
  330. package/esm/models/errors/collect-linked-in-comment-replies.js +312 -0
  331. package/esm/models/errors/collect-linked-in-comment-replies.js.map +1 -0
  332. package/esm/models/errors/collect-linked-in-comments.d.ts +211 -0
  333. package/esm/models/errors/collect-linked-in-comments.d.ts.map +1 -0
  334. package/esm/models/errors/collect-linked-in-comments.js +307 -0
  335. package/esm/models/errors/collect-linked-in-comments.js.map +1 -0
  336. package/esm/models/errors/collect-linked-in-hashtag-posts.d.ts +211 -0
  337. package/esm/models/errors/collect-linked-in-hashtag-posts.d.ts.map +1 -0
  338. package/esm/models/errors/collect-linked-in-hashtag-posts.js +310 -0
  339. package/esm/models/errors/collect-linked-in-hashtag-posts.js.map +1 -0
  340. package/esm/models/errors/collect-linked-in-likes.d.ts +63 -63
  341. package/esm/models/errors/collect-linked-in-likes.d.ts.map +1 -1
  342. package/esm/models/errors/collect-linked-in-likes.js +54 -55
  343. package/esm/models/errors/collect-linked-in-likes.js.map +1 -1
  344. package/esm/models/errors/collect-linked-in-posts.d.ts +211 -0
  345. package/esm/models/errors/collect-linked-in-posts.d.ts.map +1 -0
  346. package/esm/models/errors/collect-linked-in-posts.js +305 -0
  347. package/esm/models/errors/collect-linked-in-posts.js.map +1 -0
  348. package/esm/models/errors/collect-saved-linked-in-posts.d.ts +211 -0
  349. package/esm/models/errors/collect-saved-linked-in-posts.d.ts.map +1 -0
  350. package/esm/models/errors/collect-saved-linked-in-posts.js +309 -0
  351. package/esm/models/errors/collect-saved-linked-in-posts.js.map +1 -0
  352. package/esm/models/errors/comment-on-linked-in-post.d.ts +211 -0
  353. package/esm/models/errors/comment-on-linked-in-post.d.ts.map +1 -0
  354. package/esm/models/errors/comment-on-linked-in-post.js +306 -0
  355. package/esm/models/errors/comment-on-linked-in-post.js.map +1 -0
  356. package/esm/models/errors/connect-linked-in-profile.d.ts +211 -0
  357. package/esm/models/errors/connect-linked-in-profile.d.ts.map +1 -0
  358. package/esm/models/errors/connect-linked-in-profile.js +307 -0
  359. package/esm/models/errors/connect-linked-in-profile.js.map +1 -0
  360. package/esm/models/errors/decline-linked-in-invitation.d.ts +211 -0
  361. package/esm/models/errors/decline-linked-in-invitation.d.ts.map +1 -0
  362. package/esm/models/errors/decline-linked-in-invitation.js +309 -0
  363. package/esm/models/errors/decline-linked-in-invitation.js.map +1 -0
  364. package/esm/models/errors/edit-linked-in-comment.d.ts +211 -0
  365. package/esm/models/errors/edit-linked-in-comment.d.ts.map +1 -0
  366. package/esm/models/errors/edit-linked-in-comment.js +305 -0
  367. package/esm/models/errors/edit-linked-in-comment.js.map +1 -0
  368. package/esm/models/errors/edit-linked-in-post.d.ts +211 -0
  369. package/esm/models/errors/edit-linked-in-post.d.ts.map +1 -0
  370. package/esm/models/errors/edit-linked-in-post.js +305 -0
  371. package/esm/models/errors/edit-linked-in-post.js.map +1 -0
  372. package/esm/models/errors/filter-campaign.d.ts +211 -0
  373. package/esm/models/errors/filter-campaign.d.ts.map +1 -0
  374. package/esm/models/errors/filter-campaign.js +305 -0
  375. package/esm/models/errors/filter-campaign.js.map +1 -0
  376. package/esm/models/errors/find-linked-in-conversation.d.ts +211 -0
  377. package/esm/models/errors/find-linked-in-conversation.d.ts.map +1 -0
  378. package/esm/models/errors/find-linked-in-conversation.js +308 -0
  379. package/esm/models/errors/find-linked-in-conversation.js.map +1 -0
  380. package/esm/models/errors/follow-linked-in-company.d.ts +211 -0
  381. package/esm/models/errors/follow-linked-in-company.d.ts.map +1 -0
  382. package/esm/models/errors/follow-linked-in-company.js +306 -0
  383. package/esm/models/errors/follow-linked-in-company.js.map +1 -0
  384. package/esm/models/errors/follow-linked-in-profile.d.ts +211 -0
  385. package/esm/models/errors/follow-linked-in-profile.d.ts.map +1 -0
  386. package/esm/models/errors/follow-linked-in-profile.js +306 -0
  387. package/esm/models/errors/follow-linked-in-profile.js.map +1 -0
  388. package/esm/models/errors/get-campaign-stats.d.ts +211 -0
  389. package/esm/models/errors/get-campaign-stats.d.ts.map +1 -0
  390. package/esm/models/errors/get-campaign-stats.js +305 -0
  391. package/esm/models/errors/get-campaign-stats.js.map +1 -0
  392. package/esm/models/errors/get-campaign-status.d.ts +211 -0
  393. package/esm/models/errors/get-campaign-status.d.ts.map +1 -0
  394. package/esm/models/errors/get-campaign-status.js +305 -0
  395. package/esm/models/errors/get-campaign-status.js.map +1 -0
  396. package/esm/models/errors/get-company-page-analytics.d.ts +211 -0
  397. package/esm/models/errors/get-company-page-analytics.d.ts.map +1 -0
  398. package/esm/models/errors/get-company-page-analytics.js +307 -0
  399. package/esm/models/errors/get-company-page-analytics.js.map +1 -0
  400. package/esm/models/errors/get-company-page-permissions.d.ts +211 -0
  401. package/esm/models/errors/get-company-page-permissions.d.ts.map +1 -0
  402. package/esm/models/errors/get-company-page-permissions.js +309 -0
  403. package/esm/models/errors/get-company-page-permissions.js.map +1 -0
  404. package/esm/models/errors/get-company-page-posts.d.ts +211 -0
  405. package/esm/models/errors/get-company-page-posts.d.ts.map +1 -0
  406. package/esm/models/errors/get-company-page-posts.js +305 -0
  407. package/esm/models/errors/get-company-page-posts.js.map +1 -0
  408. package/esm/models/errors/get-conversation-messages.d.ts +211 -0
  409. package/esm/models/errors/get-conversation-messages.d.ts.map +1 -0
  410. package/esm/models/errors/get-conversation-messages.js +307 -0
  411. package/esm/models/errors/get-conversation-messages.js.map +1 -0
  412. package/esm/models/errors/get-linked-in-feed.d.ts +211 -0
  413. package/esm/models/errors/get-linked-in-feed.d.ts.map +1 -0
  414. package/esm/models/errors/get-linked-in-feed.js +305 -0
  415. package/esm/models/errors/get-linked-in-feed.js.map +1 -0
  416. package/esm/models/errors/get-linked-in-follower-analytics.d.ts +211 -0
  417. package/esm/models/errors/get-linked-in-follower-analytics.d.ts.map +1 -0
  418. package/esm/models/errors/get-linked-in-follower-analytics.js +311 -0
  419. package/esm/models/errors/get-linked-in-follower-analytics.js.map +1 -0
  420. package/esm/models/errors/get-linked-in-post-analytics.d.ts +211 -0
  421. package/esm/models/errors/get-linked-in-post-analytics.d.ts.map +1 -0
  422. package/esm/models/errors/get-linked-in-post-analytics.js +308 -0
  423. package/esm/models/errors/get-linked-in-post-analytics.js.map +1 -0
  424. package/esm/models/errors/get-linked-in-profile-views.d.ts +211 -0
  425. package/esm/models/errors/get-linked-in-profile-views.d.ts.map +1 -0
  426. package/esm/models/errors/get-linked-in-profile-views.js +307 -0
  427. package/esm/models/errors/get-linked-in-profile-views.js.map +1 -0
  428. package/esm/models/errors/get-linked-in-search-appearances.d.ts +211 -0
  429. package/esm/models/errors/get-linked-in-search-appearances.d.ts.map +1 -0
  430. package/esm/models/errors/get-linked-in-search-appearances.js +311 -0
  431. package/esm/models/errors/get-linked-in-search-appearances.js.map +1 -0
  432. package/esm/models/errors/get-my-credits.d.ts +211 -0
  433. package/esm/models/errors/get-my-credits.d.ts.map +1 -0
  434. package/esm/models/errors/get-my-credits.js +305 -0
  435. package/esm/models/errors/get-my-credits.js.map +1 -0
  436. package/esm/models/errors/get-my-limits.d.ts +211 -0
  437. package/esm/models/errors/get-my-limits.d.ts.map +1 -0
  438. package/esm/models/errors/get-my-limits.js +305 -0
  439. package/esm/models/errors/get-my-limits.js.map +1 -0
  440. package/esm/models/errors/get-my-linked-in-followers.d.ts +211 -0
  441. package/esm/models/errors/get-my-linked-in-followers.d.ts.map +1 -0
  442. package/esm/models/errors/get-my-linked-in-followers.js +307 -0
  443. package/esm/models/errors/get-my-linked-in-followers.js.map +1 -0
  444. package/esm/models/errors/get-my-linked-in-posts.d.ts +211 -0
  445. package/esm/models/errors/get-my-linked-in-posts.d.ts.map +1 -0
  446. package/esm/models/errors/get-my-linked-in-posts.js +305 -0
  447. package/esm/models/errors/get-my-linked-in-posts.js.map +1 -0
  448. package/esm/models/errors/get-my-linked-in-profile.d.ts +211 -0
  449. package/esm/models/errors/get-my-linked-in-profile.d.ts.map +1 -0
  450. package/esm/models/errors/get-my-linked-in-profile.js +305 -0
  451. package/esm/models/errors/get-my-linked-in-profile.js.map +1 -0
  452. package/esm/models/errors/get-unread-count.d.ts +211 -0
  453. package/esm/models/errors/get-unread-count.d.ts.map +1 -0
  454. package/esm/models/errors/get-unread-count.js +305 -0
  455. package/esm/models/errors/get-unread-count.js.map +1 -0
  456. package/esm/models/errors/index.d.ts +77 -0
  457. package/esm/models/errors/index.d.ts.map +1 -1
  458. package/esm/models/errors/index.js +77 -0
  459. package/esm/models/errors/index.js.map +1 -1
  460. package/esm/models/errors/like-linked-in-comment.d.ts +211 -0
  461. package/esm/models/errors/like-linked-in-comment.d.ts.map +1 -0
  462. package/esm/models/errors/like-linked-in-comment.js +305 -0
  463. package/esm/models/errors/like-linked-in-comment.js.map +1 -0
  464. package/esm/models/errors/like-linked-in-post.d.ts +211 -0
  465. package/esm/models/errors/like-linked-in-post.d.ts.map +1 -0
  466. package/esm/models/errors/like-linked-in-post.js +305 -0
  467. package/esm/models/errors/like-linked-in-post.js.map +1 -0
  468. package/esm/models/errors/list-archived-conversations.d.ts +211 -0
  469. package/esm/models/errors/list-archived-conversations.d.ts.map +1 -0
  470. package/esm/models/errors/list-archived-conversations.js +309 -0
  471. package/esm/models/errors/list-archived-conversations.js.map +1 -0
  472. package/esm/models/errors/list-inbox-conversations.d.ts +211 -0
  473. package/esm/models/errors/list-inbox-conversations.d.ts.map +1 -0
  474. package/esm/models/errors/list-inbox-conversations.js +307 -0
  475. package/esm/models/errors/list-inbox-conversations.js.map +1 -0
  476. package/esm/models/errors/list-linked-in-accounts.d.ts +211 -0
  477. package/esm/models/errors/list-linked-in-accounts.d.ts.map +1 -0
  478. package/esm/models/errors/list-linked-in-accounts.js +305 -0
  479. package/esm/models/errors/list-linked-in-accounts.js.map +1 -0
  480. package/esm/models/errors/list-linked-in-company-pages.d.ts +211 -0
  481. package/esm/models/errors/list-linked-in-company-pages.d.ts.map +1 -0
  482. package/esm/models/errors/list-linked-in-company-pages.js +308 -0
  483. package/esm/models/errors/list-linked-in-company-pages.js.map +1 -0
  484. package/esm/models/errors/list-linked-in-invitations.d.ts +211 -0
  485. package/esm/models/errors/list-linked-in-invitations.d.ts.map +1 -0
  486. package/esm/models/errors/list-linked-in-invitations.js +307 -0
  487. package/esm/models/errors/list-linked-in-invitations.js.map +1 -0
  488. package/esm/models/errors/list-sent-linked-in-invitations.d.ts +211 -0
  489. package/esm/models/errors/list-sent-linked-in-invitations.d.ts.map +1 -0
  490. package/esm/models/errors/list-sent-linked-in-invitations.js +310 -0
  491. package/esm/models/errors/list-sent-linked-in-invitations.js.map +1 -0
  492. package/esm/models/errors/list-starred-conversations.d.ts +211 -0
  493. package/esm/models/errors/list-starred-conversations.d.ts.map +1 -0
  494. package/esm/models/errors/list-starred-conversations.js +308 -0
  495. package/esm/models/errors/list-starred-conversations.js.map +1 -0
  496. package/esm/models/errors/mark-all-conversations-read.d.ts +211 -0
  497. package/esm/models/errors/mark-all-conversations-read.d.ts.map +1 -0
  498. package/esm/models/errors/mark-all-conversations-read.js +308 -0
  499. package/esm/models/errors/mark-all-conversations-read.js.map +1 -0
  500. package/esm/models/errors/mark-conversation-seen.d.ts +211 -0
  501. package/esm/models/errors/mark-conversation-seen.d.ts.map +1 -0
  502. package/esm/models/errors/mark-conversation-seen.js +305 -0
  503. package/esm/models/errors/mark-conversation-seen.js.map +1 -0
  504. package/esm/models/errors/publish-linked-in-post.d.ts +211 -0
  505. package/esm/models/errors/publish-linked-in-post.d.ts.map +1 -0
  506. package/esm/models/errors/publish-linked-in-post.js +305 -0
  507. package/esm/models/errors/publish-linked-in-post.js.map +1 -0
  508. package/esm/models/errors/react-to-message.d.ts +211 -0
  509. package/esm/models/errors/react-to-message.d.ts.map +1 -0
  510. package/esm/models/errors/react-to-message.js +305 -0
  511. package/esm/models/errors/react-to-message.js.map +1 -0
  512. package/esm/models/errors/refresh-my-linked-in-profile.d.ts +211 -0
  513. package/esm/models/errors/refresh-my-linked-in-profile.d.ts.map +1 -0
  514. package/esm/models/errors/refresh-my-linked-in-profile.js +308 -0
  515. package/esm/models/errors/refresh-my-linked-in-profile.js.map +1 -0
  516. package/esm/models/errors/reply-to-linked-in-comment.d.ts +211 -0
  517. package/esm/models/errors/reply-to-linked-in-comment.d.ts.map +1 -0
  518. package/esm/models/errors/reply-to-linked-in-comment.js +307 -0
  519. package/esm/models/errors/reply-to-linked-in-comment.js.map +1 -0
  520. package/esm/models/errors/repost-linked-in-post.d.ts +211 -0
  521. package/esm/models/errors/repost-linked-in-post.d.ts.map +1 -0
  522. package/esm/models/errors/repost-linked-in-post.js +305 -0
  523. package/esm/models/errors/repost-linked-in-post.js.map +1 -0
  524. package/esm/models/errors/resolve-linked-in-search-parameters.d.ts +211 -0
  525. package/esm/models/errors/resolve-linked-in-search-parameters.d.ts.map +1 -0
  526. package/esm/models/errors/resolve-linked-in-search-parameters.js +314 -0
  527. package/esm/models/errors/resolve-linked-in-search-parameters.js.map +1 -0
  528. package/esm/models/errors/save-linked-in-post.d.ts +211 -0
  529. package/esm/models/errors/save-linked-in-post.d.ts.map +1 -0
  530. package/esm/models/errors/save-linked-in-post.js +305 -0
  531. package/esm/models/errors/save-linked-in-post.js.map +1 -0
  532. package/esm/models/errors/search-linked-in-by-url.d.ts +211 -0
  533. package/esm/models/errors/search-linked-in-by-url.d.ts.map +1 -0
  534. package/esm/models/errors/search-linked-in-by-url.js +305 -0
  535. package/esm/models/errors/search-linked-in-by-url.js.map +1 -0
  536. package/esm/models/errors/search-linked-in-companies.d.ts +211 -0
  537. package/esm/models/errors/search-linked-in-companies.d.ts.map +1 -0
  538. package/esm/models/errors/search-linked-in-companies.js +307 -0
  539. package/esm/models/errors/search-linked-in-companies.js.map +1 -0
  540. package/esm/models/errors/search-linked-in-conversations.d.ts +211 -0
  541. package/esm/models/errors/search-linked-in-conversations.d.ts.map +1 -0
  542. package/esm/models/errors/search-linked-in-conversations.js +310 -0
  543. package/esm/models/errors/search-linked-in-conversations.js.map +1 -0
  544. package/esm/models/errors/search-linked-in-jobs.d.ts +211 -0
  545. package/esm/models/errors/search-linked-in-jobs.d.ts.map +1 -0
  546. package/esm/models/errors/search-linked-in-jobs.js +305 -0
  547. package/esm/models/errors/search-linked-in-jobs.js.map +1 -0
  548. package/esm/models/errors/search-linked-in-people.d.ts +211 -0
  549. package/esm/models/errors/search-linked-in-people.d.ts.map +1 -0
  550. package/esm/models/errors/search-linked-in-people.js +305 -0
  551. package/esm/models/errors/search-linked-in-people.js.map +1 -0
  552. package/esm/models/errors/search-linked-in-posts.d.ts +211 -0
  553. package/esm/models/errors/search-linked-in-posts.d.ts.map +1 -0
  554. package/esm/models/errors/search-linked-in-posts.js +305 -0
  555. package/esm/models/errors/search-linked-in-posts.js.map +1 -0
  556. package/esm/models/errors/search-linked-in.d.ts +211 -0
  557. package/esm/models/errors/search-linked-in.d.ts.map +1 -0
  558. package/esm/models/errors/search-linked-in.js +305 -0
  559. package/esm/models/errors/search-linked-in.js.map +1 -0
  560. package/esm/models/errors/search-sales-nav-companies.d.ts +211 -0
  561. package/esm/models/errors/search-sales-nav-companies.d.ts.map +1 -0
  562. package/esm/models/errors/search-sales-nav-companies.js +307 -0
  563. package/esm/models/errors/search-sales-nav-companies.js.map +1 -0
  564. package/esm/models/errors/search-sales-nav-people.d.ts +211 -0
  565. package/esm/models/errors/search-sales-nav-people.d.ts.map +1 -0
  566. package/esm/models/errors/search-sales-nav-people.js +305 -0
  567. package/esm/models/errors/search-sales-nav-people.js.map +1 -0
  568. package/esm/models/errors/search-sales-nav.d.ts +211 -0
  569. package/esm/models/errors/search-sales-nav.d.ts.map +1 -0
  570. package/esm/models/errors/search-sales-nav.js +305 -0
  571. package/esm/models/errors/search-sales-nav.js.map +1 -0
  572. package/esm/models/errors/send-linked-in-message.d.ts +211 -0
  573. package/esm/models/errors/send-linked-in-message.d.ts.map +1 -0
  574. package/esm/models/errors/send-linked-in-message.js +305 -0
  575. package/esm/models/errors/send-linked-in-message.js.map +1 -0
  576. package/esm/models/errors/send-typing-indicator.d.ts +211 -0
  577. package/esm/models/errors/send-typing-indicator.d.ts.map +1 -0
  578. package/esm/models/errors/send-typing-indicator.js +305 -0
  579. package/esm/models/errors/send-typing-indicator.js.map +1 -0
  580. package/esm/models/errors/star-conversation.d.ts +211 -0
  581. package/esm/models/errors/star-conversation.d.ts.map +1 -0
  582. package/esm/models/errors/star-conversation.js +305 -0
  583. package/esm/models/errors/star-conversation.js.map +1 -0
  584. package/esm/models/errors/sync-campaign-actions.d.ts +211 -0
  585. package/esm/models/errors/sync-campaign-actions.d.ts.map +1 -0
  586. package/esm/models/errors/sync-campaign-actions.js +305 -0
  587. package/esm/models/errors/sync-campaign-actions.js.map +1 -0
  588. package/esm/models/errors/unarchive-conversation.d.ts +211 -0
  589. package/esm/models/errors/unarchive-conversation.d.ts.map +1 -0
  590. package/esm/models/errors/unarchive-conversation.js +306 -0
  591. package/esm/models/errors/unarchive-conversation.js.map +1 -0
  592. package/esm/models/errors/unfollow-linked-in-company.d.ts +211 -0
  593. package/esm/models/errors/unfollow-linked-in-company.d.ts.map +1 -0
  594. package/esm/models/errors/unfollow-linked-in-company.js +307 -0
  595. package/esm/models/errors/unfollow-linked-in-company.js.map +1 -0
  596. package/esm/models/errors/unfollow-linked-in-profile.d.ts +211 -0
  597. package/esm/models/errors/unfollow-linked-in-profile.d.ts.map +1 -0
  598. package/esm/models/errors/unfollow-linked-in-profile.js +307 -0
  599. package/esm/models/errors/unfollow-linked-in-profile.js.map +1 -0
  600. package/esm/models/errors/unlike-linked-in-comment.d.ts +211 -0
  601. package/esm/models/errors/unlike-linked-in-comment.d.ts.map +1 -0
  602. package/esm/models/errors/unlike-linked-in-comment.js +306 -0
  603. package/esm/models/errors/unlike-linked-in-comment.js.map +1 -0
  604. package/esm/models/errors/unlike-linked-in-post.d.ts +211 -0
  605. package/esm/models/errors/unlike-linked-in-post.d.ts.map +1 -0
  606. package/esm/models/errors/unlike-linked-in-post.js +305 -0
  607. package/esm/models/errors/unlike-linked-in-post.js.map +1 -0
  608. package/esm/models/errors/unreact-to-message.d.ts +211 -0
  609. package/esm/models/errors/unreact-to-message.d.ts.map +1 -0
  610. package/esm/models/errors/unreact-to-message.js +305 -0
  611. package/esm/models/errors/unreact-to-message.js.map +1 -0
  612. package/esm/models/errors/unsave-linked-in-post.d.ts +211 -0
  613. package/esm/models/errors/unsave-linked-in-post.d.ts.map +1 -0
  614. package/esm/models/errors/unsave-linked-in-post.js +305 -0
  615. package/esm/models/errors/unsave-linked-in-post.js.map +1 -0
  616. package/esm/models/errors/unstar-conversation.d.ts +211 -0
  617. package/esm/models/errors/unstar-conversation.d.ts.map +1 -0
  618. package/esm/models/errors/unstar-conversation.js +305 -0
  619. package/esm/models/errors/unstar-conversation.js.map +1 -0
  620. package/esm/models/errors/update-linked-in-account.d.ts +211 -0
  621. package/esm/models/errors/update-linked-in-account.d.ts.map +1 -0
  622. package/esm/models/errors/update-linked-in-account.js +306 -0
  623. package/esm/models/errors/update-linked-in-account.js.map +1 -0
  624. package/esm/models/errors/visit-linked-in-company.d.ts +211 -0
  625. package/esm/models/errors/visit-linked-in-company.d.ts.map +1 -0
  626. package/esm/models/errors/visit-linked-in-company.js +305 -0
  627. package/esm/models/errors/visit-linked-in-company.js.map +1 -0
  628. package/esm/models/errors/visit-linked-in-profile.d.ts +211 -0
  629. package/esm/models/errors/visit-linked-in-profile.d.ts.map +1 -0
  630. package/esm/models/errors/visit-linked-in-profile.js +305 -0
  631. package/esm/models/errors/visit-linked-in-profile.js.map +1 -0
  632. package/esm/models/errors/withdraw-linked-in-invitation.d.ts +211 -0
  633. package/esm/models/errors/withdraw-linked-in-invitation.d.ts.map +1 -0
  634. package/esm/models/errors/withdraw-linked-in-invitation.js +311 -0
  635. package/esm/models/errors/withdraw-linked-in-invitation.js.map +1 -0
  636. package/esm/models/operations/accept-linked-in-invitation.d.ts +206 -0
  637. package/esm/models/operations/accept-linked-in-invitation.d.ts.map +1 -0
  638. package/esm/models/operations/accept-linked-in-invitation.js +191 -0
  639. package/esm/models/operations/accept-linked-in-invitation.js.map +1 -0
  640. package/esm/models/operations/archive-conversation.d.ts +185 -0
  641. package/esm/models/operations/archive-conversation.d.ts.map +1 -0
  642. package/esm/models/operations/archive-conversation.js +182 -0
  643. package/esm/models/operations/archive-conversation.js.map +1 -0
  644. package/esm/models/operations/collect-linked-in-comment-replies.d.ts +270 -0
  645. package/esm/models/operations/collect-linked-in-comment-replies.d.ts.map +1 -0
  646. package/esm/models/operations/collect-linked-in-comment-replies.js +232 -0
  647. package/esm/models/operations/collect-linked-in-comment-replies.js.map +1 -0
  648. package/esm/models/operations/collect-linked-in-comments.d.ts +282 -0
  649. package/esm/models/operations/collect-linked-in-comments.d.ts.map +1 -0
  650. package/esm/models/operations/collect-linked-in-comments.js +239 -0
  651. package/esm/models/operations/collect-linked-in-comments.js.map +1 -0
  652. package/esm/models/operations/collect-linked-in-hashtag-posts.d.ts +196 -0
  653. package/esm/models/operations/collect-linked-in-hashtag-posts.d.ts.map +1 -0
  654. package/esm/models/operations/collect-linked-in-hashtag-posts.js +185 -0
  655. package/esm/models/operations/collect-linked-in-hashtag-posts.js.map +1 -0
  656. package/esm/models/operations/collect-linked-in-likes.d.ts +220 -0
  657. package/esm/models/operations/collect-linked-in-likes.d.ts.map +1 -0
  658. package/esm/models/operations/collect-linked-in-likes.js +206 -0
  659. package/esm/models/operations/collect-linked-in-likes.js.map +1 -0
  660. package/esm/models/operations/collect-linked-in-posts.d.ts +232 -0
  661. package/esm/models/operations/collect-linked-in-posts.d.ts.map +1 -0
  662. package/esm/models/operations/collect-linked-in-posts.js +215 -0
  663. package/esm/models/operations/collect-linked-in-posts.js.map +1 -0
  664. package/esm/models/operations/collect-saved-linked-in-posts.d.ts +192 -0
  665. package/esm/models/operations/collect-saved-linked-in-posts.d.ts.map +1 -0
  666. package/esm/models/operations/collect-saved-linked-in-posts.js +183 -0
  667. package/esm/models/operations/collect-saved-linked-in-posts.js.map +1 -0
  668. package/esm/models/operations/comment-on-linked-in-post.d.ts +215 -0
  669. package/esm/models/operations/comment-on-linked-in-post.d.ts.map +1 -0
  670. package/esm/models/operations/comment-on-linked-in-post.js +188 -0
  671. package/esm/models/operations/comment-on-linked-in-post.js.map +1 -0
  672. package/esm/models/operations/connect-linked-in-profile.d.ts +202 -0
  673. package/esm/models/operations/connect-linked-in-profile.d.ts.map +1 -0
  674. package/esm/models/operations/connect-linked-in-profile.js +189 -0
  675. package/esm/models/operations/connect-linked-in-profile.js.map +1 -0
  676. package/esm/models/operations/decline-linked-in-invitation.d.ts +196 -0
  677. package/esm/models/operations/decline-linked-in-invitation.d.ts.map +1 -0
  678. package/esm/models/operations/decline-linked-in-invitation.js +183 -0
  679. package/esm/models/operations/decline-linked-in-invitation.js.map +1 -0
  680. package/esm/models/operations/edit-linked-in-comment.d.ts +195 -0
  681. package/esm/models/operations/edit-linked-in-comment.d.ts.map +1 -0
  682. package/esm/models/operations/edit-linked-in-comment.js +184 -0
  683. package/esm/models/operations/edit-linked-in-comment.js.map +1 -0
  684. package/esm/models/operations/edit-linked-in-post.d.ts +190 -0
  685. package/esm/models/operations/edit-linked-in-post.d.ts.map +1 -0
  686. package/esm/models/operations/edit-linked-in-post.js +178 -0
  687. package/esm/models/operations/edit-linked-in-post.js.map +1 -0
  688. package/esm/models/operations/filter-campaign.d.ts +204 -0
  689. package/esm/models/operations/filter-campaign.d.ts.map +1 -0
  690. package/esm/models/operations/filter-campaign.js +188 -0
  691. package/esm/models/operations/filter-campaign.js.map +1 -0
  692. package/esm/models/operations/find-linked-in-conversation.d.ts +251 -0
  693. package/esm/models/operations/find-linked-in-conversation.d.ts.map +1 -0
  694. package/esm/models/operations/find-linked-in-conversation.js +246 -0
  695. package/esm/models/operations/find-linked-in-conversation.js.map +1 -0
  696. package/esm/models/operations/follow-linked-in-company.d.ts +185 -0
  697. package/esm/models/operations/follow-linked-in-company.d.ts.map +1 -0
  698. package/esm/models/operations/follow-linked-in-company.js +182 -0
  699. package/esm/models/operations/follow-linked-in-company.js.map +1 -0
  700. package/esm/models/operations/follow-linked-in-profile.d.ts +186 -0
  701. package/esm/models/operations/follow-linked-in-profile.d.ts.map +1 -0
  702. package/esm/models/operations/follow-linked-in-profile.js +183 -0
  703. package/esm/models/operations/follow-linked-in-profile.js.map +1 -0
  704. package/esm/models/operations/get-campaign-stats.d.ts +203 -0
  705. package/esm/models/operations/get-campaign-stats.d.ts.map +1 -0
  706. package/esm/models/operations/get-campaign-stats.js +185 -0
  707. package/esm/models/operations/get-campaign-stats.js.map +1 -0
  708. package/esm/models/operations/get-campaign-status.d.ts +212 -0
  709. package/esm/models/operations/get-campaign-status.d.ts.map +1 -0
  710. package/esm/models/operations/get-campaign-status.js +198 -0
  711. package/esm/models/operations/get-campaign-status.js.map +1 -0
  712. package/esm/models/operations/get-company-page-analytics.d.ts +222 -0
  713. package/esm/models/operations/get-company-page-analytics.d.ts.map +1 -0
  714. package/esm/models/operations/get-company-page-analytics.js +230 -0
  715. package/esm/models/operations/get-company-page-analytics.js.map +1 -0
  716. package/esm/models/operations/get-company-page-permissions.d.ts +284 -0
  717. package/esm/models/operations/get-company-page-permissions.d.ts.map +1 -0
  718. package/esm/models/operations/get-company-page-permissions.js +212 -0
  719. package/esm/models/operations/get-company-page-permissions.js.map +1 -0
  720. package/esm/models/operations/get-company-page-posts.d.ts +229 -0
  721. package/esm/models/operations/get-company-page-posts.d.ts.map +1 -0
  722. package/esm/models/operations/get-company-page-posts.js +198 -0
  723. package/esm/models/operations/get-company-page-posts.js.map +1 -0
  724. package/esm/models/operations/get-conversation-messages.d.ts +241 -0
  725. package/esm/models/operations/get-conversation-messages.d.ts.map +1 -0
  726. package/esm/models/operations/get-conversation-messages.js +241 -0
  727. package/esm/models/operations/get-conversation-messages.js.map +1 -0
  728. package/esm/models/operations/get-linked-in-feed.d.ts +204 -0
  729. package/esm/models/operations/get-linked-in-feed.d.ts.map +1 -0
  730. package/esm/models/operations/get-linked-in-feed.js +188 -0
  731. package/esm/models/operations/get-linked-in-feed.js.map +1 -0
  732. package/esm/models/operations/get-linked-in-follower-analytics.d.ts +179 -0
  733. package/esm/models/operations/get-linked-in-follower-analytics.d.ts.map +1 -0
  734. package/esm/models/operations/get-linked-in-follower-analytics.js +184 -0
  735. package/esm/models/operations/get-linked-in-follower-analytics.js.map +1 -0
  736. package/esm/models/operations/get-linked-in-post-analytics.d.ts +186 -0
  737. package/esm/models/operations/get-linked-in-post-analytics.d.ts.map +1 -0
  738. package/esm/models/operations/get-linked-in-post-analytics.js +187 -0
  739. package/esm/models/operations/get-linked-in-post-analytics.js.map +1 -0
  740. package/esm/models/operations/get-linked-in-profile-views.d.ts +180 -0
  741. package/esm/models/operations/get-linked-in-profile-views.d.ts.map +1 -0
  742. package/esm/models/operations/get-linked-in-profile-views.js +189 -0
  743. package/esm/models/operations/get-linked-in-profile-views.js.map +1 -0
  744. package/esm/models/operations/get-linked-in-search-appearances.d.ts +179 -0
  745. package/esm/models/operations/get-linked-in-search-appearances.d.ts.map +1 -0
  746. package/esm/models/operations/get-linked-in-search-appearances.js +184 -0
  747. package/esm/models/operations/get-linked-in-search-appearances.js.map +1 -0
  748. package/esm/models/operations/get-my-credits.d.ts +194 -0
  749. package/esm/models/operations/get-my-credits.d.ts.map +1 -0
  750. package/esm/models/operations/get-my-credits.js +187 -0
  751. package/esm/models/operations/get-my-credits.js.map +1 -0
  752. package/esm/models/operations/get-my-limits.d.ts +470 -0
  753. package/esm/models/operations/get-my-limits.d.ts.map +1 -0
  754. package/esm/models/operations/get-my-limits.js +305 -0
  755. package/esm/models/operations/get-my-limits.js.map +1 -0
  756. package/esm/models/operations/get-my-linked-in-followers.d.ts +212 -0
  757. package/esm/models/operations/get-my-linked-in-followers.d.ts.map +1 -0
  758. package/esm/models/operations/get-my-linked-in-followers.js +204 -0
  759. package/esm/models/operations/get-my-linked-in-followers.js.map +1 -0
  760. package/esm/models/operations/get-my-linked-in-posts.d.ts +223 -0
  761. package/esm/models/operations/get-my-linked-in-posts.d.ts.map +1 -0
  762. package/esm/models/operations/get-my-linked-in-posts.js +208 -0
  763. package/esm/models/operations/get-my-linked-in-posts.js.map +1 -0
  764. package/esm/models/operations/get-my-linked-in-profile.d.ts +308 -0
  765. package/esm/models/operations/get-my-linked-in-profile.d.ts.map +1 -0
  766. package/esm/models/operations/get-my-linked-in-profile.js +277 -0
  767. package/esm/models/operations/get-my-linked-in-profile.js.map +1 -0
  768. package/esm/models/operations/get-unread-count.d.ts +182 -0
  769. package/esm/models/operations/get-unread-count.d.ts.map +1 -0
  770. package/esm/models/operations/get-unread-count.js +176 -0
  771. package/esm/models/operations/get-unread-count.js.map +1 -0
  772. package/esm/models/operations/index.d.ts +79 -2
  773. package/esm/models/operations/index.d.ts.map +1 -1
  774. package/esm/models/operations/index.js +79 -2
  775. package/esm/models/operations/index.js.map +1 -1
  776. package/esm/models/operations/like-linked-in-comment.d.ts +227 -0
  777. package/esm/models/operations/like-linked-in-comment.d.ts.map +1 -0
  778. package/esm/models/operations/like-linked-in-comment.js +200 -0
  779. package/esm/models/operations/like-linked-in-comment.js.map +1 -0
  780. package/esm/models/operations/like-linked-in-post.d.ts +232 -0
  781. package/esm/models/operations/like-linked-in-post.d.ts.map +1 -0
  782. package/esm/models/operations/like-linked-in-post.js +196 -0
  783. package/esm/models/operations/like-linked-in-post.js.map +1 -0
  784. package/esm/models/operations/list-archived-conversations.d.ts +223 -0
  785. package/esm/models/operations/list-archived-conversations.d.ts.map +1 -0
  786. package/esm/models/operations/list-archived-conversations.js +218 -0
  787. package/esm/models/operations/list-archived-conversations.js.map +1 -0
  788. package/esm/models/operations/list-inbox-conversations.d.ts +223 -0
  789. package/esm/models/operations/list-inbox-conversations.d.ts.map +1 -0
  790. package/esm/models/operations/list-inbox-conversations.js +223 -0
  791. package/esm/models/operations/list-inbox-conversations.js.map +1 -0
  792. package/esm/models/operations/list-linked-in-accounts.d.ts +189 -0
  793. package/esm/models/operations/list-linked-in-accounts.d.ts.map +1 -0
  794. package/esm/models/operations/list-linked-in-accounts.js +196 -0
  795. package/esm/models/operations/list-linked-in-accounts.js.map +1 -0
  796. package/esm/models/operations/list-linked-in-company-pages.d.ts +197 -0
  797. package/esm/models/operations/list-linked-in-company-pages.d.ts.map +1 -0
  798. package/esm/models/operations/list-linked-in-company-pages.js +196 -0
  799. package/esm/models/operations/list-linked-in-company-pages.js.map +1 -0
  800. package/esm/models/operations/list-linked-in-invitations.d.ts +250 -0
  801. package/esm/models/operations/list-linked-in-invitations.d.ts.map +1 -0
  802. package/esm/models/operations/list-linked-in-invitations.js +221 -0
  803. package/esm/models/operations/list-linked-in-invitations.js.map +1 -0
  804. package/esm/models/operations/list-sent-linked-in-invitations.d.ts +192 -0
  805. package/esm/models/operations/list-sent-linked-in-invitations.d.ts.map +1 -0
  806. package/esm/models/operations/list-sent-linked-in-invitations.js +185 -0
  807. package/esm/models/operations/list-sent-linked-in-invitations.js.map +1 -0
  808. package/esm/models/operations/list-starred-conversations.d.ts +223 -0
  809. package/esm/models/operations/list-starred-conversations.d.ts.map +1 -0
  810. package/esm/models/operations/list-starred-conversations.js +224 -0
  811. package/esm/models/operations/list-starred-conversations.js.map +1 -0
  812. package/esm/models/operations/mark-all-conversations-read.d.ts +178 -0
  813. package/esm/models/operations/mark-all-conversations-read.d.ts.map +1 -0
  814. package/esm/models/operations/mark-all-conversations-read.js +184 -0
  815. package/esm/models/operations/mark-all-conversations-read.js.map +1 -0
  816. package/esm/models/operations/mark-conversation-seen.d.ts +185 -0
  817. package/esm/models/operations/mark-conversation-seen.d.ts.map +1 -0
  818. package/esm/models/operations/mark-conversation-seen.js +182 -0
  819. package/esm/models/operations/mark-conversation-seen.js.map +1 -0
  820. package/esm/models/operations/publish-linked-in-post.d.ts +298 -0
  821. package/esm/models/operations/publish-linked-in-post.d.ts.map +1 -0
  822. package/esm/models/operations/publish-linked-in-post.js +223 -0
  823. package/esm/models/operations/publish-linked-in-post.js.map +1 -0
  824. package/esm/models/operations/react-to-message.d.ts +195 -0
  825. package/esm/models/operations/react-to-message.d.ts.map +1 -0
  826. package/esm/models/operations/react-to-message.js +179 -0
  827. package/esm/models/operations/react-to-message.js.map +1 -0
  828. package/esm/models/operations/refresh-my-linked-in-profile.d.ts +309 -0
  829. package/esm/models/operations/refresh-my-linked-in-profile.d.ts.map +1 -0
  830. package/esm/models/operations/refresh-my-linked-in-profile.js +282 -0
  831. package/esm/models/operations/refresh-my-linked-in-profile.js.map +1 -0
  832. package/esm/models/operations/reply-to-linked-in-comment.d.ts +210 -0
  833. package/esm/models/operations/reply-to-linked-in-comment.d.ts.map +1 -0
  834. package/esm/models/operations/reply-to-linked-in-comment.js +190 -0
  835. package/esm/models/operations/reply-to-linked-in-comment.js.map +1 -0
  836. package/esm/models/operations/repost-linked-in-post.d.ts +197 -0
  837. package/esm/models/operations/repost-linked-in-post.d.ts.map +1 -0
  838. package/esm/models/operations/repost-linked-in-post.js +181 -0
  839. package/esm/models/operations/repost-linked-in-post.js.map +1 -0
  840. package/esm/models/operations/resolve-linked-in-search-parameters.d.ts +222 -0
  841. package/esm/models/operations/resolve-linked-in-search-parameters.d.ts.map +1 -0
  842. package/esm/models/operations/resolve-linked-in-search-parameters.js +212 -0
  843. package/esm/models/operations/resolve-linked-in-search-parameters.js.map +1 -0
  844. package/esm/models/operations/save-linked-in-post.d.ts +185 -0
  845. package/esm/models/operations/save-linked-in-post.d.ts.map +1 -0
  846. package/esm/models/operations/save-linked-in-post.js +177 -0
  847. package/esm/models/operations/save-linked-in-post.js.map +1 -0
  848. package/esm/models/operations/search-linked-in-by-url.d.ts +326 -0
  849. package/esm/models/operations/search-linked-in-by-url.d.ts.map +1 -0
  850. package/esm/models/operations/search-linked-in-by-url.js +328 -0
  851. package/esm/models/operations/search-linked-in-by-url.js.map +1 -0
  852. package/esm/models/operations/search-linked-in-companies.d.ts +265 -0
  853. package/esm/models/operations/search-linked-in-companies.d.ts.map +1 -0
  854. package/esm/models/operations/search-linked-in-companies.js +244 -0
  855. package/esm/models/operations/search-linked-in-companies.js.map +1 -0
  856. package/esm/models/operations/search-linked-in-conversations.d.ts +228 -0
  857. package/esm/models/operations/search-linked-in-conversations.d.ts.map +1 -0
  858. package/esm/models/operations/search-linked-in-conversations.js +221 -0
  859. package/esm/models/operations/search-linked-in-conversations.js.map +1 -0
  860. package/esm/models/operations/search-linked-in-jobs.d.ts +327 -0
  861. package/esm/models/operations/search-linked-in-jobs.d.ts.map +1 -0
  862. package/esm/models/operations/search-linked-in-jobs.js +272 -0
  863. package/esm/models/operations/search-linked-in-jobs.js.map +1 -0
  864. package/esm/models/operations/search-linked-in-people.d.ts +316 -0
  865. package/esm/models/operations/search-linked-in-people.d.ts.map +1 -0
  866. package/esm/models/operations/search-linked-in-people.js +257 -0
  867. package/esm/models/operations/search-linked-in-people.js.map +1 -0
  868. package/esm/models/operations/search-linked-in-posts.d.ts +316 -0
  869. package/esm/models/operations/search-linked-in-posts.d.ts.map +1 -0
  870. package/esm/models/operations/search-linked-in-posts.js +270 -0
  871. package/esm/models/operations/search-linked-in-posts.js.map +1 -0
  872. package/esm/models/operations/search-linked-in.d.ts +545 -0
  873. package/esm/models/operations/search-linked-in.d.ts.map +1 -0
  874. package/esm/models/operations/search-linked-in.js +433 -0
  875. package/esm/models/operations/search-linked-in.js.map +1 -0
  876. package/esm/models/operations/search-sales-nav-companies.d.ts +310 -0
  877. package/esm/models/operations/search-sales-nav-companies.d.ts.map +1 -0
  878. package/esm/models/operations/search-sales-nav-companies.js +252 -0
  879. package/esm/models/operations/search-sales-nav-companies.js.map +1 -0
  880. package/esm/models/operations/search-sales-nav-people.d.ts +429 -0
  881. package/esm/models/operations/search-sales-nav-people.d.ts.map +1 -0
  882. package/esm/models/operations/search-sales-nav-people.js +314 -0
  883. package/esm/models/operations/search-sales-nav-people.js.map +1 -0
  884. package/esm/models/operations/search-sales-nav.d.ts +497 -0
  885. package/esm/models/operations/search-sales-nav.d.ts.map +1 -0
  886. package/esm/models/operations/search-sales-nav.js +358 -0
  887. package/esm/models/operations/search-sales-nav.js.map +1 -0
  888. package/esm/models/operations/send-linked-in-message.d.ts +212 -0
  889. package/esm/models/operations/send-linked-in-message.d.ts.map +1 -0
  890. package/esm/models/operations/send-linked-in-message.js +188 -0
  891. package/esm/models/operations/send-linked-in-message.js.map +1 -0
  892. package/esm/models/operations/send-typing-indicator.d.ts +185 -0
  893. package/esm/models/operations/send-typing-indicator.d.ts.map +1 -0
  894. package/esm/models/operations/send-typing-indicator.js +182 -0
  895. package/esm/models/operations/send-typing-indicator.js.map +1 -0
  896. package/esm/models/operations/star-conversation.d.ts +185 -0
  897. package/esm/models/operations/star-conversation.d.ts.map +1 -0
  898. package/esm/models/operations/star-conversation.js +177 -0
  899. package/esm/models/operations/star-conversation.js.map +1 -0
  900. package/esm/models/operations/sync-campaign-actions.d.ts +238 -0
  901. package/esm/models/operations/sync-campaign-actions.d.ts.map +1 -0
  902. package/esm/models/operations/sync-campaign-actions.js +216 -0
  903. package/esm/models/operations/sync-campaign-actions.js.map +1 -0
  904. package/esm/models/operations/unarchive-conversation.d.ts +185 -0
  905. package/esm/models/operations/unarchive-conversation.d.ts.map +1 -0
  906. package/esm/models/operations/unarchive-conversation.js +182 -0
  907. package/esm/models/operations/unarchive-conversation.js.map +1 -0
  908. package/esm/models/operations/unfollow-linked-in-company.d.ts +185 -0
  909. package/esm/models/operations/unfollow-linked-in-company.d.ts.map +1 -0
  910. package/esm/models/operations/unfollow-linked-in-company.js +189 -0
  911. package/esm/models/operations/unfollow-linked-in-company.js.map +1 -0
  912. package/esm/models/operations/unfollow-linked-in-profile.d.ts +186 -0
  913. package/esm/models/operations/unfollow-linked-in-profile.d.ts.map +1 -0
  914. package/esm/models/operations/unfollow-linked-in-profile.js +190 -0
  915. package/esm/models/operations/unfollow-linked-in-profile.js.map +1 -0
  916. package/esm/models/operations/unlike-linked-in-comment.d.ts +185 -0
  917. package/esm/models/operations/unlike-linked-in-comment.d.ts.map +1 -0
  918. package/esm/models/operations/unlike-linked-in-comment.js +182 -0
  919. package/esm/models/operations/unlike-linked-in-comment.js.map +1 -0
  920. package/esm/models/operations/unlike-linked-in-post.d.ts +185 -0
  921. package/esm/models/operations/unlike-linked-in-post.d.ts.map +1 -0
  922. package/esm/models/operations/unlike-linked-in-post.js +177 -0
  923. package/esm/models/operations/unlike-linked-in-post.js.map +1 -0
  924. package/esm/models/operations/unreact-to-message.d.ts +195 -0
  925. package/esm/models/operations/unreact-to-message.d.ts.map +1 -0
  926. package/esm/models/operations/unreact-to-message.js +179 -0
  927. package/esm/models/operations/unreact-to-message.js.map +1 -0
  928. package/esm/models/operations/unsave-linked-in-post.d.ts +185 -0
  929. package/esm/models/operations/unsave-linked-in-post.d.ts.map +1 -0
  930. package/esm/models/operations/unsave-linked-in-post.js +177 -0
  931. package/esm/models/operations/unsave-linked-in-post.js.map +1 -0
  932. package/esm/models/operations/unstar-conversation.d.ts +185 -0
  933. package/esm/models/operations/unstar-conversation.d.ts.map +1 -0
  934. package/esm/models/operations/unstar-conversation.js +177 -0
  935. package/esm/models/operations/unstar-conversation.js.map +1 -0
  936. package/esm/models/operations/update-linked-in-account.d.ts +201 -0
  937. package/esm/models/operations/update-linked-in-account.d.ts.map +1 -0
  938. package/esm/models/operations/update-linked-in-account.js +197 -0
  939. package/esm/models/operations/update-linked-in-account.js.map +1 -0
  940. package/esm/models/operations/upsert-contacts.d.ts +162 -0
  941. package/esm/models/operations/upsert-contacts.d.ts.map +1 -0
  942. package/esm/models/operations/upsert-contacts.js +110 -0
  943. package/esm/models/operations/upsert-contacts.js.map +1 -0
  944. package/esm/models/operations/visit-linked-in-company.d.ts +310 -0
  945. package/esm/models/operations/visit-linked-in-company.d.ts.map +1 -0
  946. package/esm/models/operations/visit-linked-in-company.js +277 -0
  947. package/esm/models/operations/visit-linked-in-company.js.map +1 -0
  948. package/esm/models/operations/visit-linked-in-profile.d.ts +337 -0
  949. package/esm/models/operations/visit-linked-in-profile.d.ts.map +1 -0
  950. package/esm/models/operations/visit-linked-in-profile.js +293 -0
  951. package/esm/models/operations/visit-linked-in-profile.js.map +1 -0
  952. package/esm/models/operations/withdraw-linked-in-invitation.d.ts +186 -0
  953. package/esm/models/operations/withdraw-linked-in-invitation.d.ts.map +1 -0
  954. package/esm/models/operations/withdraw-linked-in-invitation.js +182 -0
  955. package/esm/models/operations/withdraw-linked-in-invitation.js.map +1 -0
  956. package/esm/sdk/actions.d.ts +33 -0
  957. package/esm/sdk/actions.d.ts.map +1 -0
  958. package/esm/sdk/actions.js +48 -0
  959. package/esm/sdk/actions.js.map +1 -0
  960. package/esm/sdk/campaigns.d.ts +1 -1
  961. package/esm/sdk/campaigns.d.ts.map +1 -1
  962. package/esm/sdk/campaigns.js +3 -3
  963. package/esm/sdk/campaigns.js.map +1 -1
  964. package/esm/sdk/{linkedin-chat.d.ts → chat.d.ts} +11 -15
  965. package/esm/sdk/chat.d.ts.map +1 -0
  966. package/esm/sdk/chat.js +55 -0
  967. package/esm/sdk/chat.js.map +1 -0
  968. package/esm/sdk/company-pages.d.ts +33 -0
  969. package/esm/sdk/company-pages.d.ts.map +1 -0
  970. package/esm/sdk/company-pages.js +48 -0
  971. package/esm/sdk/company-pages.js.map +1 -0
  972. package/esm/sdk/contacts.d.ts +12 -0
  973. package/esm/sdk/contacts.d.ts.map +1 -0
  974. package/esm/sdk/contacts.js +18 -0
  975. package/esm/sdk/contacts.js.map +1 -0
  976. package/esm/sdk/linked-in-actions-2.d.ts +47 -0
  977. package/esm/sdk/linked-in-actions-2.d.ts.map +1 -0
  978. package/esm/sdk/linked-in-actions-2.js +68 -0
  979. package/esm/sdk/linked-in-actions-2.js.map +1 -0
  980. package/esm/sdk/linked-in-chat-2.d.ts +40 -0
  981. package/esm/sdk/linked-in-chat-2.d.ts.map +1 -0
  982. package/esm/sdk/linked-in-chat-2.js +58 -0
  983. package/esm/sdk/linked-in-chat-2.js.map +1 -0
  984. package/esm/sdk/linked-in-scrapers-2.d.ts +19 -0
  985. package/esm/sdk/linked-in-scrapers-2.d.ts.map +1 -0
  986. package/esm/sdk/linked-in-scrapers-2.js +28 -0
  987. package/esm/sdk/linked-in-scrapers-2.js.map +1 -0
  988. package/esm/sdk/linked-in-search-1.d.ts +149 -0
  989. package/esm/sdk/linked-in-search-1.d.ts.map +1 -0
  990. package/esm/sdk/linked-in-search-1.js +161 -0
  991. package/esm/sdk/linked-in-search-1.js.map +1 -0
  992. package/esm/sdk/linkedin-actions-1.d.ts +96 -0
  993. package/esm/sdk/linkedin-actions-1.d.ts.map +1 -0
  994. package/esm/sdk/linkedin-actions-1.js +138 -0
  995. package/esm/sdk/linkedin-actions-1.js.map +1 -0
  996. package/esm/sdk/linkedin-chat-1.d.ts +58 -0
  997. package/esm/sdk/linkedin-chat-1.d.ts.map +1 -0
  998. package/esm/sdk/linkedin-chat-1.js +82 -0
  999. package/esm/sdk/linkedin-chat-1.js.map +1 -0
  1000. package/esm/sdk/{linkedin-scrapers.d.ts → linkedin-scrapers-1.d.ts} +12 -19
  1001. package/esm/sdk/linkedin-scrapers-1.d.ts.map +1 -0
  1002. package/esm/sdk/{linkedin-scrapers.js → linkedin-scrapers-1.js} +17 -27
  1003. package/esm/sdk/linkedin-scrapers-1.js.map +1 -0
  1004. package/esm/sdk/{linkedin-search.d.ts → linkedin-search-2.d.ts} +2 -146
  1005. package/esm/sdk/linkedin-search-2.d.ts.map +1 -0
  1006. package/esm/sdk/{linkedin-search.js → linkedin-search-2.js} +2 -155
  1007. package/esm/sdk/linkedin-search-2.js.map +1 -0
  1008. package/esm/sdk/profile.d.ts +43 -1
  1009. package/esm/sdk/profile.d.ts.map +1 -1
  1010. package/esm/sdk/profile.js +63 -3
  1011. package/esm/sdk/profile.js.map +1 -1
  1012. package/esm/sdk/sales-nav.d.ts +47 -0
  1013. package/esm/sdk/sales-nav.d.ts.map +1 -0
  1014. package/esm/sdk/sales-nav.js +53 -0
  1015. package/esm/sdk/sales-nav.js.map +1 -0
  1016. package/esm/sdk/sales-navigator-search.d.ts +55 -0
  1017. package/esm/sdk/sales-navigator-search.d.ts.map +1 -0
  1018. package/esm/sdk/sales-navigator-search.js +64 -0
  1019. package/esm/sdk/sales-navigator-search.js.map +1 -0
  1020. package/esm/sdk/scrapers.d.ts +19 -0
  1021. package/esm/sdk/scrapers.d.ts.map +1 -0
  1022. package/esm/sdk/scrapers.js +28 -0
  1023. package/esm/sdk/scrapers.js.map +1 -0
  1024. package/esm/sdk/sdk.d.ts +41 -8
  1025. package/esm/sdk/sdk.d.ts.map +1 -1
  1026. package/esm/sdk/sdk.js +63 -8
  1027. package/esm/sdk/sdk.js.map +1 -1
  1028. package/esm/types/discriminated-union.d.ts +25 -0
  1029. package/esm/types/discriminated-union.d.ts.map +1 -0
  1030. package/esm/types/discriminated-union.js +61 -0
  1031. package/esm/types/discriminated-union.js.map +1 -0
  1032. package/esm/types/smart-union.d.ts.map +1 -1
  1033. package/esm/types/smart-union.js +2 -1
  1034. package/esm/types/smart-union.js.map +1 -1
  1035. package/jsr.json +1 -1
  1036. package/package.json +1 -1
  1037. package/src/funcs/{linkedin-actions-connect-profile.ts → actions-connect-profile.ts} +49 -37
  1038. package/src/funcs/actions-follow-company.ts +224 -0
  1039. package/src/funcs/actions-list-sent-invitations.ts +242 -0
  1040. package/src/funcs/{linkedin-actions-send-message.ts → actions-send-message.ts} +43 -37
  1041. package/src/funcs/campaigns-filter.ts +36 -36
  1042. package/src/funcs/campaigns-get-stats.ts +39 -36
  1043. package/src/funcs/campaigns-get-status.ts +39 -36
  1044. package/src/funcs/{campaigns-sync-actions.ts → campaigns-sync.ts} +43 -37
  1045. package/src/funcs/chat-archive.ts +221 -0
  1046. package/src/funcs/{linkedin-chat-find-conversation.ts → chat-find-conversation.ts} +52 -37
  1047. package/src/funcs/{linkedin-chat-search-conversations.ts → chat-search-conversations.ts} +61 -37
  1048. package/src/funcs/chat-unreact.ts +218 -0
  1049. package/src/funcs/company-pages-get-analytics.ts +227 -0
  1050. package/src/funcs/company-pages-get-permissions.ts +236 -0
  1051. package/src/funcs/company-pages-get-posts.ts +221 -0
  1052. package/src/funcs/company-pages-list.ts +210 -0
  1053. package/src/funcs/contacts-upsert.ts +161 -0
  1054. package/src/funcs/linked-in-actions-create-comment.ts +224 -0
  1055. package/src/funcs/linked-in-actions-decline-invitation.ts +236 -0
  1056. package/src/funcs/{linkedin-actions-like-comment.ts → linked-in-actions-like-comment.ts} +43 -37
  1057. package/src/funcs/{linkedin-actions-publish-post.ts → linked-in-actions-publish-post.ts} +44 -38
  1058. package/src/funcs/linked-in-actions-save-post.ts +218 -0
  1059. package/src/funcs/linked-in-actions-unfollow-profile.ts +227 -0
  1060. package/src/funcs/linked-in-chat-list-starred.ts +235 -0
  1061. package/src/funcs/linked-in-chat-mark-seen.ts +224 -0
  1062. package/src/funcs/linked-in-chat-star.ts +218 -0
  1063. package/src/funcs/linked-in-chat-unarchive.ts +224 -0
  1064. package/src/funcs/linked-in-chat-unstar.ts +218 -0
  1065. package/src/funcs/{linkedin-scrapers-collect-comment-replies.ts → linked-in-scrapers-collect-comment-replies.ts} +62 -37
  1066. package/src/funcs/linked-in-scrapers-get-feed.ts +223 -0
  1067. package/src/funcs/{linkedin-search-resolve-parameters.ts → linked-in-search-resolve-parameters.ts} +65 -37
  1068. package/src/funcs/{linkedin-search-search-companies.ts → linked-in-search-search-companies.ts} +49 -37
  1069. package/src/funcs/{linkedin-search-unified-search.ts → linked-in-search-search.ts} +37 -37
  1070. package/src/funcs/linkedin-actions-accept-invitation.ts +51 -36
  1071. package/src/funcs/linkedin-actions-edit-comment.ts +221 -0
  1072. package/src/funcs/linkedin-actions-edit-post.ts +218 -0
  1073. package/src/funcs/linkedin-actions-follow-profile.ts +224 -0
  1074. package/src/funcs/linkedin-actions-like-post.ts +218 -0
  1075. package/src/funcs/linkedin-actions-list-invitations.ts +48 -36
  1076. package/src/funcs/linkedin-actions-reply-to-comment.ts +48 -36
  1077. package/src/funcs/linkedin-actions-repost-post.ts +218 -0
  1078. package/src/funcs/linkedin-actions-unfollow-company.ts +227 -0
  1079. package/src/funcs/linkedin-actions-unlike-comment.ts +224 -0
  1080. package/src/funcs/linkedin-actions-unlike-post.ts +218 -0
  1081. package/src/funcs/linkedin-actions-unsave-post.ts +218 -0
  1082. package/src/funcs/linkedin-actions-withdraw-invitation.ts +242 -0
  1083. package/src/funcs/linkedin-chat-get-messages.ts +48 -36
  1084. package/src/funcs/linkedin-chat-get-unread-count.ts +199 -0
  1085. package/src/funcs/linkedin-chat-list-archived.ts +238 -0
  1086. package/src/funcs/{linkedin-chat-list-conversations.ts → linkedin-chat-list-inbox-conversations.ts} +49 -37
  1087. package/src/funcs/linkedin-chat-mark-all-read.ts +214 -0
  1088. package/src/funcs/linkedin-chat-react.ts +214 -0
  1089. package/src/funcs/linkedin-chat-send-typing-indicator.ts +221 -0
  1090. package/src/funcs/linkedin-scrapers-collect-comments.ts +48 -36
  1091. package/src/funcs/linkedin-scrapers-collect-hashtag-posts.ts +242 -0
  1092. package/src/funcs/linkedin-scrapers-collect-likes.ts +46 -37
  1093. package/src/funcs/linkedin-scrapers-list-saved-posts.ts +236 -0
  1094. package/src/funcs/linkedin-scrapers-visit-company.ts +45 -36
  1095. package/src/funcs/linkedin-search-search-by-url.ts +42 -36
  1096. package/src/funcs/linkedin-search-search-jobs.ts +39 -36
  1097. package/src/funcs/linkedin-search-search-people.ts +45 -36
  1098. package/src/funcs/linkedin-search-search-posts.ts +42 -36
  1099. package/src/funcs/profile-get-credits.ts +36 -36
  1100. package/src/funcs/profile-get-follower-analytics.ts +223 -0
  1101. package/src/funcs/profile-get-followers.ts +48 -36
  1102. package/src/funcs/profile-get-limits.ts +36 -36
  1103. package/src/funcs/profile-get-post-analytics.ts +230 -0
  1104. package/src/funcs/profile-get-posts.ts +39 -36
  1105. package/src/funcs/profile-get-profile-views.ts +211 -0
  1106. package/src/funcs/profile-get-search-appearances.ts +223 -0
  1107. package/src/funcs/{profile-get-linked-in-profile.ts → profile-get.ts} +46 -37
  1108. package/src/funcs/profile-list-accounts.ts +204 -0
  1109. package/src/funcs/profile-refresh.ts +51 -36
  1110. package/src/funcs/profile-update-account.ts +224 -0
  1111. package/src/funcs/sales-nav-search-people.ts +259 -0
  1112. package/src/funcs/sales-navigator-search-search-companies.ts +242 -0
  1113. package/src/funcs/sales-navigator-search-search.ts +235 -0
  1114. package/src/funcs/{linkedin-scrapers-collect-posts.ts → scrapers-collect-posts.ts} +46 -37
  1115. package/src/funcs/{linkedin-scrapers-visit-profile.ts → scrapers-visit-profile.ts} +46 -37
  1116. package/src/lib/config.ts +4 -4
  1117. package/src/models/errors/accept-linked-in-invitation.ts +505 -0
  1118. package/src/models/errors/archive-conversation.ts +504 -0
  1119. package/src/models/errors/collect-linked-in-comment-replies.ts +512 -0
  1120. package/src/models/errors/collect-linked-in-comments.ts +506 -0
  1121. package/src/models/errors/collect-linked-in-hashtag-posts.ts +508 -0
  1122. package/src/models/errors/collect-linked-in-likes.ts +162 -152
  1123. package/src/models/errors/collect-linked-in-posts.ts +504 -0
  1124. package/src/models/errors/collect-saved-linked-in-posts.ts +504 -0
  1125. package/src/models/errors/comment-on-linked-in-post.ts +507 -0
  1126. package/src/models/errors/connect-linked-in-profile.ts +508 -0
  1127. package/src/models/errors/decline-linked-in-invitation.ts +504 -0
  1128. package/src/models/errors/edit-linked-in-comment.ts +504 -0
  1129. package/src/models/errors/edit-linked-in-post.ts +504 -0
  1130. package/src/models/errors/filter-campaign.ts +500 -0
  1131. package/src/models/errors/find-linked-in-conversation.ts +505 -0
  1132. package/src/models/errors/follow-linked-in-company.ts +507 -0
  1133. package/src/models/errors/follow-linked-in-profile.ts +507 -0
  1134. package/src/models/errors/get-campaign-stats.ts +504 -0
  1135. package/src/models/errors/get-campaign-status.ts +508 -0
  1136. package/src/models/errors/get-company-page-analytics.ts +506 -0
  1137. package/src/models/errors/get-company-page-permissions.ts +504 -0
  1138. package/src/models/errors/get-company-page-posts.ts +504 -0
  1139. package/src/models/errors/get-conversation-messages.ts +506 -0
  1140. package/src/models/errors/get-linked-in-feed.ts +502 -0
  1141. package/src/models/errors/get-linked-in-follower-analytics.ts +511 -0
  1142. package/src/models/errors/get-linked-in-post-analytics.ts +505 -0
  1143. package/src/models/errors/get-linked-in-profile-views.ts +506 -0
  1144. package/src/models/errors/get-linked-in-search-appearances.ts +511 -0
  1145. package/src/models/errors/get-my-credits.ts +500 -0
  1146. package/src/models/errors/get-my-limits.ts +500 -0
  1147. package/src/models/errors/get-my-linked-in-followers.ts +508 -0
  1148. package/src/models/errors/get-my-linked-in-posts.ts +506 -0
  1149. package/src/models/errors/get-my-linked-in-profile.ts +504 -0
  1150. package/src/models/errors/get-unread-count.ts +500 -0
  1151. package/src/models/errors/index.ts +77 -0
  1152. package/src/models/errors/like-linked-in-comment.ts +504 -0
  1153. package/src/models/errors/like-linked-in-post.ts +504 -0
  1154. package/src/models/errors/list-archived-conversations.ts +504 -0
  1155. package/src/models/errors/list-inbox-conversations.ts +508 -0
  1156. package/src/models/errors/list-linked-in-accounts.ts +504 -0
  1157. package/src/models/errors/list-linked-in-company-pages.ts +505 -0
  1158. package/src/models/errors/list-linked-in-invitations.ts +506 -0
  1159. package/src/models/errors/list-sent-linked-in-invitations.ts +508 -0
  1160. package/src/models/errors/list-starred-conversations.ts +505 -0
  1161. package/src/models/errors/mark-all-conversations-read.ts +505 -0
  1162. package/src/models/errors/mark-conversation-seen.ts +504 -0
  1163. package/src/models/errors/publish-linked-in-post.ts +504 -0
  1164. package/src/models/errors/react-to-message.ts +500 -0
  1165. package/src/models/errors/refresh-my-linked-in-profile.ts +505 -0
  1166. package/src/models/errors/reply-to-linked-in-comment.ts +508 -0
  1167. package/src/models/errors/repost-linked-in-post.ts +506 -0
  1168. package/src/models/errors/resolve-linked-in-search-parameters.ts +519 -0
  1169. package/src/models/errors/save-linked-in-post.ts +504 -0
  1170. package/src/models/errors/search-linked-in-by-url.ts +504 -0
  1171. package/src/models/errors/search-linked-in-companies.ts +506 -0
  1172. package/src/models/errors/search-linked-in-conversations.ts +508 -0
  1173. package/src/models/errors/search-linked-in-jobs.ts +506 -0
  1174. package/src/models/errors/search-linked-in-people.ts +504 -0
  1175. package/src/models/errors/search-linked-in-posts.ts +504 -0
  1176. package/src/models/errors/search-linked-in.ts +500 -0
  1177. package/src/models/errors/search-sales-nav-companies.ts +506 -0
  1178. package/src/models/errors/search-sales-nav-people.ts +504 -0
  1179. package/src/models/errors/search-sales-nav.ts +500 -0
  1180. package/src/models/errors/send-linked-in-message.ts +504 -0
  1181. package/src/models/errors/send-typing-indicator.ts +504 -0
  1182. package/src/models/errors/star-conversation.ts +504 -0
  1183. package/src/models/errors/sync-campaign-actions.ts +504 -0
  1184. package/src/models/errors/unarchive-conversation.ts +507 -0
  1185. package/src/models/errors/unfollow-linked-in-company.ts +506 -0
  1186. package/src/models/errors/unfollow-linked-in-profile.ts +506 -0
  1187. package/src/models/errors/unlike-linked-in-comment.ts +507 -0
  1188. package/src/models/errors/unlike-linked-in-post.ts +506 -0
  1189. package/src/models/errors/unreact-to-message.ts +504 -0
  1190. package/src/models/errors/unsave-linked-in-post.ts +506 -0
  1191. package/src/models/errors/unstar-conversation.ts +506 -0
  1192. package/src/models/errors/update-linked-in-account.ts +507 -0
  1193. package/src/models/errors/visit-linked-in-company.ts +504 -0
  1194. package/src/models/errors/visit-linked-in-profile.ts +504 -0
  1195. package/src/models/errors/withdraw-linked-in-invitation.ts +508 -0
  1196. package/src/models/operations/accept-linked-in-invitation.ts +668 -0
  1197. package/src/models/operations/archive-conversation.ts +603 -0
  1198. package/src/models/operations/collect-linked-in-comment-replies.ts +832 -0
  1199. package/src/models/operations/collect-linked-in-comments.ts +801 -0
  1200. package/src/models/operations/collect-linked-in-hashtag-posts.ts +676 -0
  1201. package/src/models/operations/collect-linked-in-likes.ts +682 -0
  1202. package/src/models/operations/collect-linked-in-posts.ts +702 -0
  1203. package/src/models/operations/collect-saved-linked-in-posts.ts +653 -0
  1204. package/src/models/operations/comment-on-linked-in-post.ts +649 -0
  1205. package/src/models/operations/connect-linked-in-profile.ts +646 -0
  1206. package/src/models/operations/decline-linked-in-invitation.ts +657 -0
  1207. package/src/models/operations/edit-linked-in-comment.ts +615 -0
  1208. package/src/models/operations/edit-linked-in-post.ts +589 -0
  1209. package/src/models/operations/filter-campaign.ts +610 -0
  1210. package/src/models/operations/find-linked-in-conversation.ts +809 -0
  1211. package/src/models/operations/follow-linked-in-company.ts +613 -0
  1212. package/src/models/operations/follow-linked-in-profile.ts +615 -0
  1213. package/src/models/operations/get-campaign-stats.ts +617 -0
  1214. package/src/models/operations/get-campaign-status.ts +656 -0
  1215. package/src/models/operations/get-company-page-analytics.ts +736 -0
  1216. package/src/models/operations/get-company-page-permissions.ts +780 -0
  1217. package/src/models/operations/get-company-page-posts.ts +672 -0
  1218. package/src/models/operations/get-conversation-messages.ts +763 -0
  1219. package/src/models/operations/get-linked-in-feed.ts +608 -0
  1220. package/src/models/operations/get-linked-in-follower-analytics.ts +664 -0
  1221. package/src/models/operations/get-linked-in-post-analytics.ts +644 -0
  1222. package/src/models/operations/get-linked-in-profile-views.ts +624 -0
  1223. package/src/models/operations/get-linked-in-search-appearances.ts +664 -0
  1224. package/src/models/operations/get-my-credits.ts +580 -0
  1225. package/src/models/operations/get-my-limits.ts +1086 -0
  1226. package/src/models/operations/get-my-linked-in-followers.ts +677 -0
  1227. package/src/models/operations/get-my-linked-in-posts.ts +670 -0
  1228. package/src/models/operations/get-my-linked-in-profile.ts +911 -0
  1229. package/src/models/operations/get-unread-count.ts +570 -0
  1230. package/src/models/operations/index.ts +79 -2
  1231. package/src/models/operations/like-linked-in-comment.ts +659 -0
  1232. package/src/models/operations/like-linked-in-post.ts +642 -0
  1233. package/src/models/operations/list-archived-conversations.ts +755 -0
  1234. package/src/models/operations/list-inbox-conversations.ts +735 -0
  1235. package/src/models/operations/list-linked-in-accounts.ts +630 -0
  1236. package/src/models/operations/list-linked-in-company-pages.ts +660 -0
  1237. package/src/models/operations/list-linked-in-invitations.ts +738 -0
  1238. package/src/models/operations/list-sent-linked-in-invitations.ts +672 -0
  1239. package/src/models/operations/list-starred-conversations.ts +754 -0
  1240. package/src/models/operations/mark-all-conversations-read.ts +633 -0
  1241. package/src/models/operations/mark-conversation-seen.ts +613 -0
  1242. package/src/models/operations/publish-linked-in-post.ts +745 -0
  1243. package/src/models/operations/react-to-message.ts +586 -0
  1244. package/src/models/operations/refresh-my-linked-in-profile.ts +958 -0
  1245. package/src/models/operations/reply-to-linked-in-comment.ts +655 -0
  1246. package/src/models/operations/repost-linked-in-post.ts +610 -0
  1247. package/src/models/operations/resolve-linked-in-search-parameters.ts +749 -0
  1248. package/src/models/operations/save-linked-in-post.ts +583 -0
  1249. package/src/models/operations/search-linked-in-by-url.ts +977 -0
  1250. package/src/models/operations/search-linked-in-companies.ts +779 -0
  1251. package/src/models/operations/search-linked-in-conversations.ts +779 -0
  1252. package/src/models/operations/search-linked-in-jobs.ts +836 -0
  1253. package/src/models/operations/search-linked-in-people.ts +853 -0
  1254. package/src/models/operations/search-linked-in-posts.ts +840 -0
  1255. package/src/models/operations/search-linked-in.ts +1238 -0
  1256. package/src/models/operations/search-sales-nav-companies.ts +848 -0
  1257. package/src/models/operations/search-sales-nav-people.ts +1074 -0
  1258. package/src/models/operations/search-sales-nav.ts +1175 -0
  1259. package/src/models/operations/send-linked-in-message.ts +636 -0
  1260. package/src/models/operations/send-typing-indicator.ts +603 -0
  1261. package/src/models/operations/star-conversation.ts +583 -0
  1262. package/src/models/operations/sync-campaign-actions.ts +707 -0
  1263. package/src/models/operations/unarchive-conversation.ts +613 -0
  1264. package/src/models/operations/unfollow-linked-in-company.ts +629 -0
  1265. package/src/models/operations/unfollow-linked-in-profile.ts +631 -0
  1266. package/src/models/operations/unlike-linked-in-comment.ts +613 -0
  1267. package/src/models/operations/unlike-linked-in-post.ts +594 -0
  1268. package/src/models/operations/unreact-to-message.ts +595 -0
  1269. package/src/models/operations/unsave-linked-in-post.ts +594 -0
  1270. package/src/models/operations/unstar-conversation.ts +594 -0
  1271. package/src/models/operations/update-linked-in-account.ts +653 -0
  1272. package/src/models/operations/upsert-contacts.ts +279 -0
  1273. package/src/models/operations/visit-linked-in-company.ts +900 -0
  1274. package/src/models/operations/visit-linked-in-profile.ts +950 -0
  1275. package/src/models/operations/withdraw-linked-in-invitation.ts +655 -0
  1276. package/src/sdk/actions.ts +81 -0
  1277. package/src/sdk/campaigns.ts +3 -3
  1278. package/src/sdk/{linkedin-chat.ts → chat.ts} +29 -33
  1279. package/src/sdk/company-pages.ts +79 -0
  1280. package/src/sdk/contacts.ts +27 -0
  1281. package/src/sdk/linked-in-actions-2.ts +117 -0
  1282. package/src/sdk/linked-in-chat-2.ts +99 -0
  1283. package/src/sdk/linked-in-scrapers-2.ts +45 -0
  1284. package/src/sdk/linked-in-search-1.ts +186 -0
  1285. package/src/sdk/linkedin-actions-1.ts +243 -0
  1286. package/src/sdk/linkedin-chat-1.ts +139 -0
  1287. package/src/sdk/{linkedin-scrapers.ts → linkedin-scrapers-1.ts} +22 -40
  1288. package/src/sdk/{linkedin-search.ts → linkedin-search-2.ts} +1 -178
  1289. package/src/sdk/profile.ts +109 -3
  1290. package/src/sdk/sales-nav.ts +62 -0
  1291. package/src/sdk/sales-navigator-search.ts +81 -0
  1292. package/src/sdk/scrapers.ts +45 -0
  1293. package/src/sdk/sdk.ts +84 -16
  1294. package/src/types/discriminated-union.ts +101 -0
  1295. package/src/types/smart-union.ts +2 -1
  1296. package/esm/funcs/campaigns-sync-actions.d.ts.map +0 -1
  1297. package/esm/funcs/campaigns-sync-actions.js.map +0 -1
  1298. package/esm/funcs/linkedin-actions-connect-profile.d.ts.map +0 -1
  1299. package/esm/funcs/linkedin-actions-publish-post.d.ts.map +0 -1
  1300. package/esm/funcs/linkedin-actions-send-message.d.ts.map +0 -1
  1301. package/esm/funcs/linkedin-chat-find-conversation.d.ts.map +0 -1
  1302. package/esm/funcs/linkedin-chat-find-conversation.js.map +0 -1
  1303. package/esm/funcs/linkedin-chat-list-conversations.d.ts.map +0 -1
  1304. package/esm/funcs/linkedin-chat-list-conversations.js.map +0 -1
  1305. package/esm/funcs/linkedin-chat-search-conversations.d.ts.map +0 -1
  1306. package/esm/funcs/linkedin-scrapers-collect-comment-replies.d.ts.map +0 -1
  1307. package/esm/funcs/linkedin-scrapers-collect-posts.d.ts.map +0 -1
  1308. package/esm/funcs/linkedin-search-resolve-parameters.d.ts.map +0 -1
  1309. package/esm/funcs/linkedin-search-resolve-parameters.js.map +0 -1
  1310. package/esm/funcs/linkedin-search-search-companies.d.ts.map +0 -1
  1311. package/esm/funcs/linkedin-search-search-companies.js.map +0 -1
  1312. package/esm/funcs/linkedin-search-unified-search.d.ts.map +0 -1
  1313. package/esm/funcs/linkedin-search-unified-search.js.map +0 -1
  1314. package/esm/funcs/profile-get-linked-in-profile.d.ts.map +0 -1
  1315. package/esm/funcs/profile-get-linked-in-profile.js.map +0 -1
  1316. package/esm/models/operations/get-campaign-stats-response.d.ts +0 -1627
  1317. package/esm/models/operations/get-campaign-stats-response.d.ts.map +0 -1
  1318. package/esm/models/operations/get-campaign-stats-response.js +0 -1002
  1319. package/esm/models/operations/get-campaign-stats-response.js.map +0 -1
  1320. package/esm/models/operations/send-linked-in-message-response.d.ts +0 -2350
  1321. package/esm/models/operations/send-linked-in-message-response.d.ts.map +0 -1
  1322. package/esm/models/operations/send-linked-in-message-response.js +0 -1585
  1323. package/esm/models/operations/send-linked-in-message-response.js.map +0 -1
  1324. package/esm/sdk/linkedin-actions.d.ts +0 -54
  1325. package/esm/sdk/linkedin-actions.d.ts.map +0 -1
  1326. package/esm/sdk/linkedin-actions.js +0 -78
  1327. package/esm/sdk/linkedin-actions.js.map +0 -1
  1328. package/esm/sdk/linkedin-chat.d.ts.map +0 -1
  1329. package/esm/sdk/linkedin-chat.js +0 -59
  1330. package/esm/sdk/linkedin-chat.js.map +0 -1
  1331. package/esm/sdk/linkedin-scrapers.d.ts.map +0 -1
  1332. package/esm/sdk/linkedin-scrapers.js.map +0 -1
  1333. package/esm/sdk/linkedin-search.d.ts.map +0 -1
  1334. package/esm/sdk/linkedin-search.js.map +0 -1
  1335. package/src/models/operations/get-campaign-stats-response.ts +0 -3409
  1336. package/src/models/operations/send-linked-in-message-response.ts +0 -4903
  1337. package/src/sdk/linkedin-actions.ts +0 -135
@@ -1,20 +1,19 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import { linkedinScrapersCollectCommentReplies } from "../funcs/linkedin-scrapers-collect-comment-replies.js";
5
4
  import { linkedinScrapersCollectComments } from "../funcs/linkedin-scrapers-collect-comments.js";
5
+ import { linkedinScrapersCollectHashtagPosts } from "../funcs/linkedin-scrapers-collect-hashtag-posts.js";
6
6
  import { linkedinScrapersCollectLikes } from "../funcs/linkedin-scrapers-collect-likes.js";
7
- import { linkedinScrapersCollectPosts } from "../funcs/linkedin-scrapers-collect-posts.js";
7
+ import { linkedinScrapersListSavedPosts } from "../funcs/linkedin-scrapers-list-saved-posts.js";
8
8
  import { linkedinScrapersVisitCompany } from "../funcs/linkedin-scrapers-visit-company.js";
9
- import { linkedinScrapersVisitProfile } from "../funcs/linkedin-scrapers-visit-profile.js";
10
9
  import { ClientSDK } from "../lib/sdks.js";
11
10
  import { unwrapAsync } from "../types/fp.js";
12
- export class LinkedinScrapers extends ClientSDK {
11
+ export class LinkedinScrapers1 extends ClientSDK {
13
12
  /**
14
13
  * Scrape LinkedIn post likes
15
14
  *
16
15
  * @remarks
17
- * Authenticates the requester, validates LinkedIn credentials, and returns up to 200 profiles per page that reacted to the specified post. Supports pagination.
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.
18
17
  */
19
18
  async collectLikes(request, options) {
20
19
  return unwrapAsync(linkedinScrapersCollectLikes(this, request, options));
@@ -29,40 +28,31 @@ export class LinkedinScrapers extends ClientSDK {
29
28
  return unwrapAsync(linkedinScrapersCollectComments(this, request, options));
30
29
  }
31
30
  /**
32
- * Scrape replies to a LinkedIn comment
33
- *
34
- * @remarks
35
- * Returns paginated replies for a specific LinkedIn comment. Use the commentUrn from the comments endpoint response.
36
- */
37
- async collectCommentReplies(request, options) {
38
- return unwrapAsync(linkedinScrapersCollectCommentReplies(this, request, options));
39
- }
40
- /**
41
- * Scrape LinkedIn profile posts
31
+ * Visit LinkedIn company page and extract profile data
42
32
  *
43
33
  * @remarks
44
- * Authenticates the requester, validates LinkedIn credentials, and returns paginated posts from a LinkedIn profile. Supports count, start, and paginationToken for pagination.
34
+ * Fetches a LinkedIn company profile by URL or universal name. Returns structured company data including description, industry, employee count, headquarters, logo, affiliated/similar companies, and more. Optionally enriches with workplace policy data (costs 1 extra credit per optional API call). Base cost: 1 credit.
45
35
  */
46
- async collectPosts(request, options) {
47
- return unwrapAsync(linkedinScrapersCollectPosts(this, request, options));
36
+ async visitCompany(request, options) {
37
+ return unwrapAsync(linkedinScrapersVisitCompany(this, request, options));
48
38
  }
49
39
  /**
50
- * Visit LinkedIn profile and extract contact data
40
+ * List saved posts
51
41
  *
52
42
  * @remarks
53
- * Visit a LinkedIn profile and return contact data. Distance-1 profiles cached 24h. No dedup — always executes. campaignSlug is for tracking only.
43
+ * List posts saved to bookmarks. 1 credit.
54
44
  */
55
- async visitProfile(request, options) {
56
- return unwrapAsync(linkedinScrapersVisitProfile(this, request, options));
45
+ async listSavedPosts(request, options) {
46
+ return unwrapAsync(linkedinScrapersListSavedPosts(this, request, options));
57
47
  }
58
48
  /**
59
- * Visit LinkedIn company page and extract profile data
49
+ * Collect posts from a hashtag
60
50
  *
61
51
  * @remarks
62
- * Fetches a LinkedIn company profile by URL or universal name. Returns structured company data including description, industry, employee count, headquarters, logo, affiliated/similar companies, and more. Optionally enriches with workplace policy data (costs 1 extra credit per optional API call). Base cost: 1 credit.
52
+ * Collect posts from a LinkedIn hashtag feed. Pass hashtag name without # prefix. Supports pagination with start/count. Returns parsed post objects. 1 credit.
63
53
  */
64
- async visitCompany(request, options) {
65
- return unwrapAsync(linkedinScrapersVisitCompany(this, request, options));
54
+ async collectHashtagPosts(request, options) {
55
+ return unwrapAsync(linkedinScrapersCollectHashtagPosts(this, request, options));
66
56
  }
67
57
  }
68
- //# sourceMappingURL=linkedin-scrapers.js.map
58
+ //# sourceMappingURL=linkedin-scrapers-1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedin-scrapers-1.js","sourceRoot":"","sources":["../../src/sdk/linkedin-scrapers-1.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,gDAAgD,CAAC;AACjG,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,4BAA4B,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,4BAA4B,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,iBAAkB,SAAQ,SAAS;IAC9C;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAChB,OAA+C,EAC/C,OAAwB,EAC0B;QAClD,OAAO,WAAW,CAAC,4BAA4B,CAC7C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,eAAe,CACnB,OAAkD,EAClD,OAAwB,EAC6B;QACrD,OAAO,WAAW,CAAC,+BAA+B,CAChD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAChB,OAA+C,EAC/C,OAAwB,EAC0B;QAClD,OAAO,WAAW,CAAC,4BAA4B,CAC7C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,cAAc,CAClB,OAAoD,EACpD,OAAwB,EAC+B;QACvD,OAAO,WAAW,CAAC,8BAA8B,CAC/C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,mBAAmB,CACvB,OAAsD,EACtD,OAAwB,EACiC;QACzD,OAAO,WAAW,CAAC,mCAAmC,CACpD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
@@ -1,50 +1,6 @@
1
1
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
2
2
  import * as operations from "../models/operations/index.js";
3
- export declare class LinkedinSearch extends ClientSDK {
4
- /**
5
- * Unified LinkedIn Search — posts, people, companies, jobs
6
- *
7
- * @remarks
8
- * # Unified LinkedIn Search
9
- *
10
- * This is the **all-in-one** search endpoint. It accepts any of the 4 categories (posts, people, companies, jobs) and returns structured results.
11
- *
12
- * ## When to use this endpoint
13
- * Use this endpoint when you need to search across categories dynamically (e.g. the user chooses the category at runtime). For a simpler interface with category-specific documentation, use the dedicated endpoints:
14
- * - `POST /search/linkedin/posts` — search posts
15
- * - `POST /search/linkedin/people` — search people
16
- * - `POST /search/linkedin/companies` — search companies
17
- * - `POST /search/linkedin/jobs` — search jobs
18
- * - `POST /search/linkedin/url` — search by pasting a LinkedIn search URL
19
- *
20
- * ## Two ways to search
21
- * 1. **Structured**: pass `category` + `keywords` + optional filters
22
- * 2. **URL-based**: pass a LinkedIn search `url` — the endpoint parses it automatically
23
- *
24
- * Explicit parameters always override URL-derived values.
25
- *
26
- * ## Keyword syntax (Boolean operators)
27
- * Keywords support LinkedIn Boolean search syntax for precise matching:
28
- * - **Exact phrase**: wrap in double quotes — `"outreach automation"` matches only that exact phrase
29
- * - **AND**: both terms required — `outreach AND linkedin` (default when terms are space-separated)
30
- * - **OR**: either term — `CEO OR founder OR owner`
31
- * - **NOT**: exclude — `manager NOT assistant`
32
- * - **Parentheses**: group — `(CEO OR CTO) AND SaaS`
33
- *
34
- * Operators must be **UPPERCASE** (`AND`, `OR`, `NOT`). Lowercase is treated as plain text. Wildcards (`*`) and `+`/`-` are not supported. Precedence: Quotes → Parentheses → NOT → AND → OR.
35
- *
36
- * Without quotes, a multi-word query like `outreach automation` is treated as `outreach AND automation`, which may return broad results. Use `"outreach automation"` for exact matching.
37
- *
38
- * ## Resolving filter IDs
39
- * Many filters (location, industry, company, school) require LinkedIn numeric IDs. Use `POST /search/linkedin/parameters` to convert text (e.g. "San Francisco") into IDs (e.g. "103644278").
40
- *
41
- * ## Pagination
42
- * Use `start` (offset, default 0) and `count` (page size, default 10, max 50). The response includes `paging.total` and `hasMore` to control iteration.
43
- *
44
- * ## Credits
45
- * 1 credit per 20 items returned (minimum 1 credit if any results, 0 if empty).
46
- */
47
- unifiedSearch(request: operations.SearchLinkedInRequest, options?: RequestOptions): Promise<operations.SearchLinkedInResponse>;
3
+ export declare class LinkedinSearch2 extends ClientSDK {
48
4
  /**
49
5
  * Search LinkedIn Posts
50
6
  *
@@ -177,70 +133,6 @@ export declare class LinkedinSearch extends ClientSDK {
177
133
  * 1 credit per 20 items returned (minimum 1 credit if any results, 0 if empty).
178
134
  */
179
135
  searchPeople(request: operations.SearchLinkedInPeopleRequest, options?: RequestOptions): Promise<operations.SearchLinkedInPeopleResponse>;
180
- /**
181
- * Search LinkedIn Companies
182
- *
183
- * @remarks
184
- * # Search LinkedIn Companies
185
- *
186
- * Find companies on LinkedIn by name, industry, location, and employee count. Returns structured company data including name, industry, location, and follower count.
187
- *
188
- * ## Parameters
189
- * - **keywords** (optional): Search terms matched against company name, description, and specialties
190
- *
191
- * ## Keyword syntax (Boolean operators)
192
- * Keywords support LinkedIn Boolean search syntax:
193
- * - **Exact phrase**: `"artificial intelligence"` — matches only that exact phrase
194
- * - **AND**: `fintech AND payments` — both terms required (spaces default to AND)
195
- * - **OR**: `SaaS OR "cloud computing"` — either term
196
- * - **NOT**: `consulting NOT staffing` — exclude unwanted terms
197
- * - **Parentheses**: `(AI OR ML) AND healthcare` — group logic
198
- *
199
- * Operators must be **UPPERCASE**. Precedence: Quotes > Parentheses > NOT > AND > OR.
200
- *
201
- * ## Available filters
202
- * | Filter | Type | Description | Resolve IDs via |
203
- * |--------|------|-------------|------------------|
204
- * | `location` | string[] | HQ geo IDs | `/search/linkedin/parameters` type=`GEO` |
205
- * | `industry` | string[] | Industry IDs | `/search/linkedin/parameters` type=`INDUSTRY` |
206
- * | `companySize` | string[] | Employee count codes (see below) | — |
207
- *
208
- * ### Company size codes
209
- * | Code | Employees |
210
- * |------|-----------|
211
- * | `A` | 1–10 |
212
- * | `B` | 11–50 |
213
- * | `C` | 51–200 |
214
- * | `D` | 201–500 |
215
- * | `E` | 501–1,000 |
216
- * | `F` | 1,001–5,000 |
217
- * | `G` | 5,001–10,000 |
218
- * | `H` | 10,001+ |
219
- * | `I` | Self-employed |
220
- *
221
- * ## Response fields (per item)
222
- * | Field | Type | Description |
223
- * |-------|------|-------------|
224
- * | `name` | string | Company display name |
225
- * | `profileUrl` | string | LinkedIn company page URL |
226
- * | `summary` | string\|null | Company tagline/description |
227
- * | `industry` | string\|null | Primary industry |
228
- * | `location` | string\|null | HQ location |
229
- * | `followersCount` | number\|null | Number of LinkedIn followers |
230
- *
231
- * ## Pagination
232
- * - Default page size: 10, max: 50
233
- * - Use `start` + `count` to paginate. Check `hasMore` for more pages.
234
- *
235
- * ## Example workflows
236
- * 1. **Market research**: Search by industry + location → map the competitive landscape
237
- * 2. **Sales targeting**: Search by industry + size → build a list of target accounts
238
- * 3. **Partnership discovery**: Search by keywords + location → find potential partners
239
- *
240
- * ## Credits
241
- * 1 credit per 20 items returned (minimum 1 credit if any results, 0 if empty).
242
- */
243
- searchCompanies(request: operations.SearchLinkedInCompaniesRequest, options?: RequestOptions): Promise<operations.SearchLinkedInCompaniesResponse>;
244
136
  /**
245
137
  * Search LinkedIn Jobs
246
138
  *
@@ -384,41 +276,5 @@ export declare class LinkedinSearch extends ClientSDK {
384
276
  * 1 credit per 20 items returned (minimum 1 credit if any results, 0 if empty).
385
277
  */
386
278
  searchByUrl(request: operations.SearchLinkedInByUrlRequest, options?: RequestOptions): Promise<operations.SearchLinkedInByUrlResponse>;
387
- /**
388
- * Resolve text to LinkedIn search parameter IDs (typeahead)
389
- *
390
- * @remarks
391
- * # Resolve Search Parameters
392
- *
393
- * Converts human-readable text into LinkedIn numeric IDs required by search filters. This is a **prerequisite step** before using location, industry, company, or school filters in any search endpoint.
394
- *
395
- * ## Supported types
396
- * | Type | Description | Use with filter |
397
- * |------|-------------|------------------|
398
- * | `GEO` | Geographic locations (cities, regions, countries) | `location` filter in people, companies, jobs |
399
- * | `COMPANY` | Companies and organizations | `currentCompany`, `pastCompany`, `authorCompany` |
400
- * | `INDUSTRY` | Industries and sectors | `industry`, `authorIndustry` |
401
- * | `SCHOOL` | Schools and universities | `school` filter in people search |
402
- * | `CONNECTIONS` | Your LinkedIn connections by name | Identify connection URNs |
403
- * | `PEOPLE` | Any LinkedIn user by name | Identify profile URNs for `connectionOf` |
404
- *
405
- * ## How to use
406
- * ```
407
- * Step 1: POST /search/linkedin/parameters { type: 'GEO', keywords: 'Paris' }
408
- * → [{ id: '105015875', title: 'Paris, Île-de-France, France', type: 'GEO' }]
409
- * Step 2: POST /search/linkedin/people { location: ['105015875'], keywords: 'engineer' }
410
- * → returns engineers in Paris
411
- * ```
412
- *
413
- * ## Response format
414
- * Each item contains `id` (the LinkedIn numeric ID to use in filters), `title` (human-readable label), and `type` (the parameter type).
415
- *
416
- * ## Tips
417
- * - Use short, specific keywords for best results (e.g. `"Paris"` not `"Paris, France"`)
418
- * - The API returns up to `limit` results (default 10, max 50)
419
- * - Results are ranked by relevance
420
- * - IDs are stable — you can cache them for repeated searches
421
- */
422
- resolveParameters(request: operations.ResolveLinkedInSearchParametersRequest, options?: RequestOptions): Promise<operations.ResolveLinkedInSearchParametersResponse>;
423
279
  }
424
- //# sourceMappingURL=linkedin-search.d.ts.map
280
+ //# sourceMappingURL=linkedin-search-2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedin-search-2.d.ts","sourceRoot":"","sources":["../../src/sdk/linkedin-search-2.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,eAAgB,SAAQ,SAAS;IAC5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0DG;IACG,WAAW,CACf,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC,CAMjD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAsEG;IACG,YAAY,CAChB,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAMlD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmFG;IACG,UAAU,CACd,OAAO,EAAE,UAAU,CAAC,yBAAyB,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC,CAMhD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwDG;IACG,WAAW,CACf,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC,CAMjD;CACF"}
@@ -1,62 +1,13 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import { linkedinSearchResolveParameters } from "../funcs/linkedin-search-resolve-parameters.js";
5
4
  import { linkedinSearchSearchByUrl } from "../funcs/linkedin-search-search-by-url.js";
6
- import { linkedinSearchSearchCompanies } from "../funcs/linkedin-search-search-companies.js";
7
5
  import { linkedinSearchSearchJobs } from "../funcs/linkedin-search-search-jobs.js";
8
6
  import { linkedinSearchSearchPeople } from "../funcs/linkedin-search-search-people.js";
9
7
  import { linkedinSearchSearchPosts } from "../funcs/linkedin-search-search-posts.js";
10
- import { linkedinSearchUnifiedSearch } from "../funcs/linkedin-search-unified-search.js";
11
8
  import { ClientSDK } from "../lib/sdks.js";
12
9
  import { unwrapAsync } from "../types/fp.js";
13
- export class LinkedinSearch extends ClientSDK {
14
- /**
15
- * Unified LinkedIn Search — posts, people, companies, jobs
16
- *
17
- * @remarks
18
- * # Unified LinkedIn Search
19
- *
20
- * This is the **all-in-one** search endpoint. It accepts any of the 4 categories (posts, people, companies, jobs) and returns structured results.
21
- *
22
- * ## When to use this endpoint
23
- * Use this endpoint when you need to search across categories dynamically (e.g. the user chooses the category at runtime). For a simpler interface with category-specific documentation, use the dedicated endpoints:
24
- * - `POST /search/linkedin/posts` — search posts
25
- * - `POST /search/linkedin/people` — search people
26
- * - `POST /search/linkedin/companies` — search companies
27
- * - `POST /search/linkedin/jobs` — search jobs
28
- * - `POST /search/linkedin/url` — search by pasting a LinkedIn search URL
29
- *
30
- * ## Two ways to search
31
- * 1. **Structured**: pass `category` + `keywords` + optional filters
32
- * 2. **URL-based**: pass a LinkedIn search `url` — the endpoint parses it automatically
33
- *
34
- * Explicit parameters always override URL-derived values.
35
- *
36
- * ## Keyword syntax (Boolean operators)
37
- * Keywords support LinkedIn Boolean search syntax for precise matching:
38
- * - **Exact phrase**: wrap in double quotes — `"outreach automation"` matches only that exact phrase
39
- * - **AND**: both terms required — `outreach AND linkedin` (default when terms are space-separated)
40
- * - **OR**: either term — `CEO OR founder OR owner`
41
- * - **NOT**: exclude — `manager NOT assistant`
42
- * - **Parentheses**: group — `(CEO OR CTO) AND SaaS`
43
- *
44
- * Operators must be **UPPERCASE** (`AND`, `OR`, `NOT`). Lowercase is treated as plain text. Wildcards (`*`) and `+`/`-` are not supported. Precedence: Quotes → Parentheses → NOT → AND → OR.
45
- *
46
- * Without quotes, a multi-word query like `outreach automation` is treated as `outreach AND automation`, which may return broad results. Use `"outreach automation"` for exact matching.
47
- *
48
- * ## Resolving filter IDs
49
- * Many filters (location, industry, company, school) require LinkedIn numeric IDs. Use `POST /search/linkedin/parameters` to convert text (e.g. "San Francisco") into IDs (e.g. "103644278").
50
- *
51
- * ## Pagination
52
- * Use `start` (offset, default 0) and `count` (page size, default 10, max 50). The response includes `paging.total` and `hasMore` to control iteration.
53
- *
54
- * ## Credits
55
- * 1 credit per 20 items returned (minimum 1 credit if any results, 0 if empty).
56
- */
57
- async unifiedSearch(request, options) {
58
- return unwrapAsync(linkedinSearchUnifiedSearch(this, request, options));
59
- }
10
+ export class LinkedinSearch2 extends ClientSDK {
60
11
  /**
61
12
  * Search LinkedIn Posts
62
13
  *
@@ -193,72 +144,6 @@ export class LinkedinSearch extends ClientSDK {
193
144
  async searchPeople(request, options) {
194
145
  return unwrapAsync(linkedinSearchSearchPeople(this, request, options));
195
146
  }
196
- /**
197
- * Search LinkedIn Companies
198
- *
199
- * @remarks
200
- * # Search LinkedIn Companies
201
- *
202
- * Find companies on LinkedIn by name, industry, location, and employee count. Returns structured company data including name, industry, location, and follower count.
203
- *
204
- * ## Parameters
205
- * - **keywords** (optional): Search terms matched against company name, description, and specialties
206
- *
207
- * ## Keyword syntax (Boolean operators)
208
- * Keywords support LinkedIn Boolean search syntax:
209
- * - **Exact phrase**: `"artificial intelligence"` — matches only that exact phrase
210
- * - **AND**: `fintech AND payments` — both terms required (spaces default to AND)
211
- * - **OR**: `SaaS OR "cloud computing"` — either term
212
- * - **NOT**: `consulting NOT staffing` — exclude unwanted terms
213
- * - **Parentheses**: `(AI OR ML) AND healthcare` — group logic
214
- *
215
- * Operators must be **UPPERCASE**. Precedence: Quotes > Parentheses > NOT > AND > OR.
216
- *
217
- * ## Available filters
218
- * | Filter | Type | Description | Resolve IDs via |
219
- * |--------|------|-------------|------------------|
220
- * | `location` | string[] | HQ geo IDs | `/search/linkedin/parameters` type=`GEO` |
221
- * | `industry` | string[] | Industry IDs | `/search/linkedin/parameters` type=`INDUSTRY` |
222
- * | `companySize` | string[] | Employee count codes (see below) | — |
223
- *
224
- * ### Company size codes
225
- * | Code | Employees |
226
- * |------|-----------|
227
- * | `A` | 1–10 |
228
- * | `B` | 11–50 |
229
- * | `C` | 51–200 |
230
- * | `D` | 201–500 |
231
- * | `E` | 501–1,000 |
232
- * | `F` | 1,001–5,000 |
233
- * | `G` | 5,001–10,000 |
234
- * | `H` | 10,001+ |
235
- * | `I` | Self-employed |
236
- *
237
- * ## Response fields (per item)
238
- * | Field | Type | Description |
239
- * |-------|------|-------------|
240
- * | `name` | string | Company display name |
241
- * | `profileUrl` | string | LinkedIn company page URL |
242
- * | `summary` | string\|null | Company tagline/description |
243
- * | `industry` | string\|null | Primary industry |
244
- * | `location` | string\|null | HQ location |
245
- * | `followersCount` | number\|null | Number of LinkedIn followers |
246
- *
247
- * ## Pagination
248
- * - Default page size: 10, max: 50
249
- * - Use `start` + `count` to paginate. Check `hasMore` for more pages.
250
- *
251
- * ## Example workflows
252
- * 1. **Market research**: Search by industry + location → map the competitive landscape
253
- * 2. **Sales targeting**: Search by industry + size → build a list of target accounts
254
- * 3. **Partnership discovery**: Search by keywords + location → find potential partners
255
- *
256
- * ## Credits
257
- * 1 credit per 20 items returned (minimum 1 credit if any results, 0 if empty).
258
- */
259
- async searchCompanies(request, options) {
260
- return unwrapAsync(linkedinSearchSearchCompanies(this, request, options));
261
- }
262
147
  /**
263
148
  * Search LinkedIn Jobs
264
149
  *
@@ -406,43 +291,5 @@ export class LinkedinSearch extends ClientSDK {
406
291
  async searchByUrl(request, options) {
407
292
  return unwrapAsync(linkedinSearchSearchByUrl(this, request, options));
408
293
  }
409
- /**
410
- * Resolve text to LinkedIn search parameter IDs (typeahead)
411
- *
412
- * @remarks
413
- * # Resolve Search Parameters
414
- *
415
- * Converts human-readable text into LinkedIn numeric IDs required by search filters. This is a **prerequisite step** before using location, industry, company, or school filters in any search endpoint.
416
- *
417
- * ## Supported types
418
- * | Type | Description | Use with filter |
419
- * |------|-------------|------------------|
420
- * | `GEO` | Geographic locations (cities, regions, countries) | `location` filter in people, companies, jobs |
421
- * | `COMPANY` | Companies and organizations | `currentCompany`, `pastCompany`, `authorCompany` |
422
- * | `INDUSTRY` | Industries and sectors | `industry`, `authorIndustry` |
423
- * | `SCHOOL` | Schools and universities | `school` filter in people search |
424
- * | `CONNECTIONS` | Your LinkedIn connections by name | Identify connection URNs |
425
- * | `PEOPLE` | Any LinkedIn user by name | Identify profile URNs for `connectionOf` |
426
- *
427
- * ## How to use
428
- * ```
429
- * Step 1: POST /search/linkedin/parameters { type: 'GEO', keywords: 'Paris' }
430
- * → [{ id: '105015875', title: 'Paris, Île-de-France, France', type: 'GEO' }]
431
- * Step 2: POST /search/linkedin/people { location: ['105015875'], keywords: 'engineer' }
432
- * → returns engineers in Paris
433
- * ```
434
- *
435
- * ## Response format
436
- * Each item contains `id` (the LinkedIn numeric ID to use in filters), `title` (human-readable label), and `type` (the parameter type).
437
- *
438
- * ## Tips
439
- * - Use short, specific keywords for best results (e.g. `"Paris"` not `"Paris, France"`)
440
- * - The API returns up to `limit` results (default 10, max 50)
441
- * - Results are ranked by relevance
442
- * - IDs are stable — you can cache them for repeated searches
443
- */
444
- async resolveParameters(request, options) {
445
- return unwrapAsync(linkedinSearchResolveParameters(this, request, options));
446
- }
447
294
  }
448
- //# sourceMappingURL=linkedin-search.js.map
295
+ //# sourceMappingURL=linkedin-search-2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedin-search-2.js","sourceRoot":"","sources":["../../src/sdk/linkedin-search-2.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,yBAAyB,EAAE,MAAM,2CAA2C,CAAC;AACtF,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AACrF,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,eAAgB,SAAQ,SAAS;IAC5C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0DG;IACH,KAAK,CAAC,WAAW,CACf,OAA8C,EAC9C,OAAwB,EACyB;QACjD,OAAO,WAAW,CAAC,yBAAyB,CAC1C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAsEG;IACH,KAAK,CAAC,YAAY,CAChB,OAA+C,EAC/C,OAAwB,EAC0B;QAClD,OAAO,WAAW,CAAC,0BAA0B,CAC3C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmFG;IACH,KAAK,CAAC,UAAU,CACd,OAA6C,EAC7C,OAAwB,EACwB;QAChD,OAAO,WAAW,CAAC,wBAAwB,CACzC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwDG;IACH,KAAK,CAAC,WAAW,CACf,OAA8C,EAC9C,OAAwB,EACyB;QACjD,OAAO,WAAW,CAAC,yBAAyB,CAC1C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
@@ -7,7 +7,21 @@ export declare class Profile extends ClientSDK {
7
7
  * @remarks
8
8
  * Returns the authenticated user's stored LinkedIn profile data from the database. No LinkedIn API call, no credits consumed. Call /me/linkedin/refresh first to populate enriched data (positions, education, etc.).
9
9
  */
10
- getLinkedInProfile(options?: RequestOptions): Promise<operations.GetMyLinkedInProfileResponse>;
10
+ get(options?: RequestOptions): Promise<operations.GetMyLinkedInProfileResponse>;
11
+ /**
12
+ * List all LinkedIn accounts for the authenticated user
13
+ *
14
+ * @remarks
15
+ * Returns all LinkedIn accounts connected by the user. Each account has credentials and profile info. The `isCurrent` flag indicates which account the current API token is bound to. DB-only endpoint — 0 credits.
16
+ */
17
+ listAccounts(options?: RequestOptions): Promise<operations.ListLinkedInAccountsResponse>;
18
+ /**
19
+ * Update a LinkedIn account (label, default)
20
+ *
21
+ * @remarks
22
+ * Update account metadata. Setting `isDefault: true` clears the default flag from all other accounts. DB-only — 0 credits.
23
+ */
24
+ updateAccount(request: operations.UpdateLinkedInAccountRequest, options?: RequestOptions): Promise<operations.UpdateLinkedInAccountResponse>;
11
25
  /**
12
26
  * Refresh authenticated user's LinkedIn profile
13
27
  *
@@ -43,5 +57,33 @@ export declare class Profile extends ClientSDK {
43
57
  * Returns the current credit balance for the workspace. Includes credits used, total limit, remaining credits, and usage percentage. No credits consumed.
44
58
  */
45
59
  getCredits(options?: RequestOptions): Promise<operations.GetMyCreditsResponse>;
60
+ /**
61
+ * Get profile views
62
+ *
63
+ * @remarks
64
+ * Get who viewed your LinkedIn profile with viewer details (name, headline, company, profileUrl). Returns views array and total count. Requires Premium for full viewer details. 1 credit.
65
+ */
66
+ getProfileViews(request?: operations.GetLinkedInProfileViewsRequest | undefined, options?: RequestOptions): Promise<operations.GetLinkedInProfileViewsResponse>;
67
+ /**
68
+ * Get search appearances
69
+ *
70
+ * @remarks
71
+ * Get how many times you appeared in LinkedIn search results and the top keywords that led to your profile. Returns search count, top keywords, and searcher demographics. 1 credit.
72
+ */
73
+ getSearchAppearances(request?: operations.GetLinkedInSearchAppearancesRequest | undefined, options?: RequestOptions): Promise<operations.GetLinkedInSearchAppearancesResponse>;
74
+ /**
75
+ * Get post analytics
76
+ *
77
+ * @remarks
78
+ * Get impressions, engagement, clicks, reactions, comments, and reposts for a LinkedIn post. Combines data from multiple LinkedIn APIs (analytics + social counts). Returns bad_request for invalid post URL. 1 credit.
79
+ */
80
+ getPostAnalytics(request: operations.GetLinkedInPostAnalyticsRequest, options?: RequestOptions): Promise<operations.GetLinkedInPostAnalyticsResponse>;
81
+ /**
82
+ * Get follower analytics
83
+ *
84
+ * @remarks
85
+ * Get follower demographics and growth data for your LinkedIn profile. Returns follower count, growth trends, and demographic breakdowns. 1 credit.
86
+ */
87
+ getFollowerAnalytics(request?: operations.GetLinkedInFollowerAnalyticsRequest | undefined, options?: RequestOptions): Promise<operations.GetLinkedInFollowerAnalyticsResponse>;
46
88
  }
47
89
  //# sourceMappingURL=profile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/sdk/profile.ts"],"names":[],"mappings":"AAUA,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,kBAAkB,CACtB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAKlD;IAED;;;;;OAKG;IACG,OAAO,CACX,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC,CAKtD;IAED;;;;;OAKG;IACG,QAAQ,CACZ,OAAO,CAAC,EAAE,UAAU,CAAC,yBAAyB,GAAG,SAAS,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC,CAMhD;IAED;;;;;OAKG;IACG,YAAY,CAChB,OAAO,CAAC,EAAE,UAAU,CAAC,6BAA6B,GAAG,SAAS,EAC9D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,8BAA8B,CAAC,CAMpD;IAED;;;;;OAKG;IACG,SAAS,CACb,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAKzC;IAED;;;;;OAKG;IACG,UAAU,CACd,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAK1C;CACF"}
1
+ {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/sdk/profile.ts"],"names":[],"mappings":"AAgBA,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,GAAG,CACP,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAKlD;IAED;;;;;OAKG;IACG,YAAY,CAChB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAKlD;IAED;;;;;OAKG;IACG,aAAa,CACjB,OAAO,EAAE,UAAU,CAAC,4BAA4B,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,6BAA6B,CAAC,CAMnD;IAED;;;;;OAKG;IACG,OAAO,CACX,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC,CAKtD;IAED;;;;;OAKG;IACG,QAAQ,CACZ,OAAO,CAAC,EAAE,UAAU,CAAC,yBAAyB,GAAG,SAAS,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,0BAA0B,CAAC,CAMhD;IAED;;;;;OAKG;IACG,YAAY,CAChB,OAAO,CAAC,EAAE,UAAU,CAAC,6BAA6B,GAAG,SAAS,EAC9D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,8BAA8B,CAAC,CAMpD;IAED;;;;;OAKG;IACG,SAAS,CACb,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAKzC;IAED;;;;;OAKG;IACG,UAAU,CACd,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAK1C;IAED;;;;;OAKG;IACG,eAAe,CACnB,OAAO,CAAC,EAAE,UAAU,CAAC,8BAA8B,GAAG,SAAS,EAC/D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC,CAMrD;IAED;;;;;OAKG;IACG,oBAAoB,CACxB,OAAO,CAAC,EAAE,UAAU,CAAC,mCAAmC,GAAG,SAAS,EACpE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oCAAoC,CAAC,CAM1D;IAED;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,+BAA+B,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,gCAAgC,CAAC,CAMtD;IAED;;;;;OAKG;IACG,oBAAoB,CACxB,OAAO,CAAC,EAAE,UAAU,CAAC,mCAAmC,GAAG,SAAS,EACpE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oCAAoC,CAAC,CAM1D;CACF"}
@@ -2,11 +2,17 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
  import { profileGetCredits } from "../funcs/profile-get-credits.js";
5
+ import { profileGetFollowerAnalytics } from "../funcs/profile-get-follower-analytics.js";
5
6
  import { profileGetFollowers } from "../funcs/profile-get-followers.js";
6
7
  import { profileGetLimits } from "../funcs/profile-get-limits.js";
7
- import { profileGetLinkedInProfile } from "../funcs/profile-get-linked-in-profile.js";
8
+ import { profileGetPostAnalytics } from "../funcs/profile-get-post-analytics.js";
8
9
  import { profileGetPosts } from "../funcs/profile-get-posts.js";
10
+ import { profileGetProfileViews } from "../funcs/profile-get-profile-views.js";
11
+ import { profileGetSearchAppearances } from "../funcs/profile-get-search-appearances.js";
12
+ import { profileGet } from "../funcs/profile-get.js";
13
+ import { profileListAccounts } from "../funcs/profile-list-accounts.js";
9
14
  import { profileRefresh } from "../funcs/profile-refresh.js";
15
+ import { profileUpdateAccount } from "../funcs/profile-update-account.js";
10
16
  import { ClientSDK } from "../lib/sdks.js";
11
17
  import { unwrapAsync } from "../types/fp.js";
12
18
  export class Profile extends ClientSDK {
@@ -16,8 +22,26 @@ export class Profile extends ClientSDK {
16
22
  * @remarks
17
23
  * Returns the authenticated user's stored LinkedIn profile data from the database. No LinkedIn API call, no credits consumed. Call /me/linkedin/refresh first to populate enriched data (positions, education, etc.).
18
24
  */
19
- async getLinkedInProfile(options) {
20
- return unwrapAsync(profileGetLinkedInProfile(this, options));
25
+ async get(options) {
26
+ return unwrapAsync(profileGet(this, options));
27
+ }
28
+ /**
29
+ * List all LinkedIn accounts for the authenticated user
30
+ *
31
+ * @remarks
32
+ * Returns all LinkedIn accounts connected by the user. Each account has credentials and profile info. The `isCurrent` flag indicates which account the current API token is bound to. DB-only endpoint — 0 credits.
33
+ */
34
+ async listAccounts(options) {
35
+ return unwrapAsync(profileListAccounts(this, options));
36
+ }
37
+ /**
38
+ * Update a LinkedIn account (label, default)
39
+ *
40
+ * @remarks
41
+ * Update account metadata. Setting `isDefault: true` clears the default flag from all other accounts. DB-only — 0 credits.
42
+ */
43
+ async updateAccount(request, options) {
44
+ return unwrapAsync(profileUpdateAccount(this, request, options));
21
45
  }
22
46
  /**
23
47
  * Refresh authenticated user's LinkedIn profile
@@ -64,5 +88,41 @@ export class Profile extends ClientSDK {
64
88
  async getCredits(options) {
65
89
  return unwrapAsync(profileGetCredits(this, options));
66
90
  }
91
+ /**
92
+ * Get profile views
93
+ *
94
+ * @remarks
95
+ * Get who viewed your LinkedIn profile with viewer details (name, headline, company, profileUrl). Returns views array and total count. Requires Premium for full viewer details. 1 credit.
96
+ */
97
+ async getProfileViews(request, options) {
98
+ return unwrapAsync(profileGetProfileViews(this, request, options));
99
+ }
100
+ /**
101
+ * Get search appearances
102
+ *
103
+ * @remarks
104
+ * Get how many times you appeared in LinkedIn search results and the top keywords that led to your profile. Returns search count, top keywords, and searcher demographics. 1 credit.
105
+ */
106
+ async getSearchAppearances(request, options) {
107
+ return unwrapAsync(profileGetSearchAppearances(this, request, options));
108
+ }
109
+ /**
110
+ * Get post analytics
111
+ *
112
+ * @remarks
113
+ * Get impressions, engagement, clicks, reactions, comments, and reposts for a LinkedIn post. Combines data from multiple LinkedIn APIs (analytics + social counts). Returns bad_request for invalid post URL. 1 credit.
114
+ */
115
+ async getPostAnalytics(request, options) {
116
+ return unwrapAsync(profileGetPostAnalytics(this, request, options));
117
+ }
118
+ /**
119
+ * Get follower analytics
120
+ *
121
+ * @remarks
122
+ * Get follower demographics and growth data for your LinkedIn profile. Returns follower count, growth trends, and demographic breakdowns. 1 credit.
123
+ */
124
+ async getFollowerAnalytics(request, options) {
125
+ return unwrapAsync(profileGetFollowerAnalytics(this, request, options));
126
+ }
67
127
  }
68
128
  //# sourceMappingURL=profile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"profile.js","sourceRoot":"","sources":["../../src/sdk/profile.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,2CAA2C,CAAC;AACtF,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,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,kBAAkB,CACtB,OAAwB,EAC0B;QAClD,OAAO,WAAW,CAAC,yBAAyB,CAC1C,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,OAAO,CACX,OAAwB,EAC8B;QACtD,OAAO,WAAW,CAAC,cAAc,CAC/B,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,QAAQ,CACZ,OAA0D,EAC1D,OAAwB,EACwB;QAChD,OAAO,WAAW,CAAC,eAAe,CAChC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAChB,OAA8D,EAC9D,OAAwB,EAC4B;QACpD,OAAO,WAAW,CAAC,mBAAmB,CACpC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,SAAS,CACb,OAAwB,EACiB;QACzC,OAAO,WAAW,CAAC,gBAAgB,CACjC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,UAAU,CACd,OAAwB,EACkB;QAC1C,OAAO,WAAW,CAAC,iBAAiB,CAClC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}
1
+ {"version":3,"file":"profile.js","sourceRoot":"","sources":["../../src/sdk/profile.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAC1E,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,GAAG,CACP,OAAwB,EAC0B;QAClD,OAAO,WAAW,CAAC,UAAU,CAC3B,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAChB,OAAwB,EAC0B;QAClD,OAAO,WAAW,CAAC,mBAAmB,CACpC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,aAAa,CACjB,OAAgD,EAChD,OAAwB,EAC2B;QACnD,OAAO,WAAW,CAAC,oBAAoB,CACrC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,OAAO,CACX,OAAwB,EAC8B;QACtD,OAAO,WAAW,CAAC,cAAc,CAC/B,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,QAAQ,CACZ,OAA0D,EAC1D,OAAwB,EACwB;QAChD,OAAO,WAAW,CAAC,eAAe,CAChC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAChB,OAA8D,EAC9D,OAAwB,EAC4B;QACpD,OAAO,WAAW,CAAC,mBAAmB,CACpC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,SAAS,CACb,OAAwB,EACiB;QACzC,OAAO,WAAW,CAAC,gBAAgB,CACjC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,UAAU,CACd,OAAwB,EACkB;QAC1C,OAAO,WAAW,CAAC,iBAAiB,CAClC,IAAI,EACJ,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,eAAe,CACnB,OAA+D,EAC/D,OAAwB,EAC6B;QACrD,OAAO,WAAW,CAAC,sBAAsB,CACvC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,oBAAoB,CACxB,OAAoE,EACpE,OAAwB,EACkC;QAC1D,OAAO,WAAW,CAAC,2BAA2B,CAC5C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,gBAAgB,CACpB,OAAmD,EACnD,OAAwB,EAC8B;QACtD,OAAO,WAAW,CAAC,uBAAuB,CACxC,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;IAED;;;;;OAKG;IACH,KAAK,CAAC,oBAAoB,CACxB,OAAoE,EACpE,OAAwB,EACkC;QAC1D,OAAO,WAAW,CAAC,2BAA2B,CAC5C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IAAA,CACJ;CACF"}