bereach 0.2.1 → 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 -1606
  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 -973
  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 -2353
  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 -3335
  1336. package/src/models/operations/send-linked-in-message-response.ts +0 -4904
  1337. package/src/sdk/linkedin-actions.ts +0 -135
@@ -0,0 +1,305 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4-mini";
5
+ import * as types from "../../types/primitives.js";
6
+ import * as operations from "../operations/index.js";
7
+ import { BereachError } from "./bereach-error.js";
8
+ /**
9
+ * The server encountered a situation it does not know how to handle.
10
+ */
11
+ export class GetLinkedInFeedInternalServerError extends BereachError {
12
+ success;
13
+ error;
14
+ /** The original data that was passed to this error instance. */
15
+ data$;
16
+ constructor(err, httpMeta) {
17
+ const message = err.error?.message
18
+ || `API error occurred: ${JSON.stringify(err)}`;
19
+ super(message, httpMeta);
20
+ this.data$ = err;
21
+ if (err.success != null)
22
+ this.success = err.success;
23
+ this.error = err.error;
24
+ this.name = "GetLinkedInFeedInternalServerError";
25
+ }
26
+ }
27
+ /**
28
+ * Rate limit exceeded. Read error.retryAfter for the wait time in seconds.
29
+ */
30
+ export class GetLinkedInFeedTooManyRequestsError extends BereachError {
31
+ success;
32
+ error;
33
+ /** The original data that was passed to this error instance. */
34
+ data$;
35
+ constructor(err, httpMeta) {
36
+ const message = err.error?.message
37
+ || `API error occurred: ${JSON.stringify(err)}`;
38
+ super(message, httpMeta);
39
+ this.data$ = err;
40
+ if (err.success != null)
41
+ this.success = err.success;
42
+ this.error = err.error;
43
+ this.name = "GetLinkedInFeedTooManyRequestsError";
44
+ }
45
+ }
46
+ /**
47
+ * The request was well-formed but was unable to be followed due to semantic errors.
48
+ */
49
+ export class GetLinkedInFeedUnprocessableEntityError extends BereachError {
50
+ success;
51
+ error;
52
+ /** The original data that was passed to this error instance. */
53
+ data$;
54
+ constructor(err, httpMeta) {
55
+ const message = err.error?.message
56
+ || `API error occurred: ${JSON.stringify(err)}`;
57
+ super(message, httpMeta);
58
+ this.data$ = err;
59
+ if (err.success != null)
60
+ this.success = err.success;
61
+ this.error = err.error;
62
+ this.name = "GetLinkedInFeedUnprocessableEntityError";
63
+ }
64
+ }
65
+ /**
66
+ * The requested content has been permanently deleted from the server.
67
+ */
68
+ export class GetLinkedInFeedGoneError extends BereachError {
69
+ success;
70
+ error;
71
+ /** The original data that was passed to this error instance. */
72
+ data$;
73
+ constructor(err, httpMeta) {
74
+ const message = err.error?.message
75
+ || `API error occurred: ${JSON.stringify(err)}`;
76
+ super(message, httpMeta);
77
+ this.data$ = err;
78
+ if (err.success != null)
79
+ this.success = err.success;
80
+ this.error = err.error;
81
+ this.name = "GetLinkedInFeedGoneError";
82
+ }
83
+ }
84
+ /**
85
+ * The request conflicts with the current state of the server.
86
+ */
87
+ export class GetLinkedInFeedConflictError extends BereachError {
88
+ success;
89
+ error;
90
+ /** The original data that was passed to this error instance. */
91
+ data$;
92
+ constructor(err, httpMeta) {
93
+ const message = err.error?.message
94
+ || `API error occurred: ${JSON.stringify(err)}`;
95
+ super(message, httpMeta);
96
+ this.data$ = err;
97
+ if (err.success != null)
98
+ this.success = err.success;
99
+ this.error = err.error;
100
+ this.name = "GetLinkedInFeedConflictError";
101
+ }
102
+ }
103
+ /**
104
+ * The server cannot find the requested resource.
105
+ */
106
+ export class GetLinkedInFeedNotFoundError extends BereachError {
107
+ success;
108
+ error;
109
+ /** The original data that was passed to this error instance. */
110
+ data$;
111
+ constructor(err, httpMeta) {
112
+ const message = err.error?.message
113
+ || `API error occurred: ${JSON.stringify(err)}`;
114
+ super(message, httpMeta);
115
+ this.data$ = err;
116
+ if (err.success != null)
117
+ this.success = err.success;
118
+ this.error = err.error;
119
+ this.name = "GetLinkedInFeedNotFoundError";
120
+ }
121
+ }
122
+ /**
123
+ * The client does not have access rights to the content.
124
+ */
125
+ export class GetLinkedInFeedForbiddenError extends BereachError {
126
+ success;
127
+ error;
128
+ /** The original data that was passed to this error instance. */
129
+ data$;
130
+ constructor(err, httpMeta) {
131
+ const message = err.error?.message
132
+ || `API error occurred: ${JSON.stringify(err)}`;
133
+ super(message, httpMeta);
134
+ this.data$ = err;
135
+ if (err.success != null)
136
+ this.success = err.success;
137
+ this.error = err.error;
138
+ this.name = "GetLinkedInFeedForbiddenError";
139
+ }
140
+ }
141
+ /**
142
+ * Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue.
143
+ */
144
+ export class GetLinkedInFeedUnauthorizedError extends BereachError {
145
+ success;
146
+ error;
147
+ /** The original data that was passed to this error instance. */
148
+ data$;
149
+ constructor(err, httpMeta) {
150
+ const message = err.error?.message
151
+ || `API error occurred: ${JSON.stringify(err)}`;
152
+ super(message, httpMeta);
153
+ this.data$ = err;
154
+ if (err.success != null)
155
+ this.success = err.success;
156
+ this.error = err.error;
157
+ this.name = "GetLinkedInFeedUnauthorizedError";
158
+ }
159
+ }
160
+ /**
161
+ * The server cannot or will not process the request due to something that is perceived to be a client error.
162
+ */
163
+ export class GetLinkedInFeedBadRequestError extends BereachError {
164
+ success;
165
+ error;
166
+ /** The original data that was passed to this error instance. */
167
+ data$;
168
+ constructor(err, httpMeta) {
169
+ const message = err.error?.message
170
+ || `API error occurred: ${JSON.stringify(err)}`;
171
+ super(message, httpMeta);
172
+ this.data$ = err;
173
+ if (err.success != null)
174
+ this.success = err.success;
175
+ this.error = err.error;
176
+ this.name = "GetLinkedInFeedBadRequestError";
177
+ }
178
+ }
179
+ /** @internal */
180
+ export const GetLinkedInFeedInternalServerError$inboundSchema = z.pipe(z.object({
181
+ success: z._default(types.literal(false), false),
182
+ error: z.lazy(() => operations.GetLinkedInFeedInternalServerErrorError$inboundSchema),
183
+ request$: z.custom(x => x instanceof Request),
184
+ response$: z.custom(x => x instanceof Response),
185
+ body$: z.string(),
186
+ }), z.transform((v) => {
187
+ return new GetLinkedInFeedInternalServerError(v, {
188
+ request: v.request$,
189
+ response: v.response$,
190
+ body: v.body$,
191
+ });
192
+ }));
193
+ /** @internal */
194
+ export const GetLinkedInFeedTooManyRequestsError$inboundSchema = z.pipe(z.object({
195
+ success: z._default(types.literal(false), false),
196
+ error: z.lazy(() => operations.GetLinkedInFeedTooManyRequestsError$inboundSchema),
197
+ request$: z.custom(x => x instanceof Request),
198
+ response$: z.custom(x => x instanceof Response),
199
+ body$: z.string(),
200
+ }), z.transform((v) => {
201
+ return new GetLinkedInFeedTooManyRequestsError(v, {
202
+ request: v.request$,
203
+ response: v.response$,
204
+ body: v.body$,
205
+ });
206
+ }));
207
+ /** @internal */
208
+ export const GetLinkedInFeedUnprocessableEntityError$inboundSchema = z.pipe(z.object({
209
+ success: z._default(types.literal(false), false),
210
+ error: z.lazy(() => operations.GetLinkedInFeedUnprocessableEntityError$inboundSchema),
211
+ request$: z.custom(x => x instanceof Request),
212
+ response$: z.custom(x => x instanceof Response),
213
+ body$: z.string(),
214
+ }), z.transform((v) => {
215
+ return new GetLinkedInFeedUnprocessableEntityError(v, {
216
+ request: v.request$,
217
+ response: v.response$,
218
+ body: v.body$,
219
+ });
220
+ }));
221
+ /** @internal */
222
+ export const GetLinkedInFeedGoneError$inboundSchema = z.pipe(z.object({
223
+ success: z._default(types.literal(false), false),
224
+ error: z.lazy(() => operations.GetLinkedInFeedGoneError$inboundSchema),
225
+ request$: z.custom(x => x instanceof Request),
226
+ response$: z.custom(x => x instanceof Response),
227
+ body$: z.string(),
228
+ }), z.transform((v) => {
229
+ return new GetLinkedInFeedGoneError(v, {
230
+ request: v.request$,
231
+ response: v.response$,
232
+ body: v.body$,
233
+ });
234
+ }));
235
+ /** @internal */
236
+ export const GetLinkedInFeedConflictError$inboundSchema = z.pipe(z.object({
237
+ success: z._default(types.literal(false), false),
238
+ error: z.lazy(() => operations.GetLinkedInFeedConflictError$inboundSchema),
239
+ request$: z.custom(x => x instanceof Request),
240
+ response$: z.custom(x => x instanceof Response),
241
+ body$: z.string(),
242
+ }), z.transform((v) => {
243
+ return new GetLinkedInFeedConflictError(v, {
244
+ request: v.request$,
245
+ response: v.response$,
246
+ body: v.body$,
247
+ });
248
+ }));
249
+ /** @internal */
250
+ export const GetLinkedInFeedNotFoundError$inboundSchema = z.pipe(z.object({
251
+ success: z._default(types.literal(false), false),
252
+ error: z.lazy(() => operations.GetLinkedInFeedNotFoundError$inboundSchema),
253
+ request$: z.custom(x => x instanceof Request),
254
+ response$: z.custom(x => x instanceof Response),
255
+ body$: z.string(),
256
+ }), z.transform((v) => {
257
+ return new GetLinkedInFeedNotFoundError(v, {
258
+ request: v.request$,
259
+ response: v.response$,
260
+ body: v.body$,
261
+ });
262
+ }));
263
+ /** @internal */
264
+ export const GetLinkedInFeedForbiddenError$inboundSchema = z.pipe(z.object({
265
+ success: z._default(types.literal(false), false),
266
+ error: z.lazy(() => operations.GetLinkedInFeedForbiddenError$inboundSchema),
267
+ request$: z.custom(x => x instanceof Request),
268
+ response$: z.custom(x => x instanceof Response),
269
+ body$: z.string(),
270
+ }), z.transform((v) => {
271
+ return new GetLinkedInFeedForbiddenError(v, {
272
+ request: v.request$,
273
+ response: v.response$,
274
+ body: v.body$,
275
+ });
276
+ }));
277
+ /** @internal */
278
+ export const GetLinkedInFeedUnauthorizedError$inboundSchema = z.pipe(z.object({
279
+ success: z._default(types.literal(false), false),
280
+ error: z.lazy(() => operations.GetLinkedInFeedUnauthorizedError$inboundSchema),
281
+ request$: z.custom(x => x instanceof Request),
282
+ response$: z.custom(x => x instanceof Response),
283
+ body$: z.string(),
284
+ }), z.transform((v) => {
285
+ return new GetLinkedInFeedUnauthorizedError(v, {
286
+ request: v.request$,
287
+ response: v.response$,
288
+ body: v.body$,
289
+ });
290
+ }));
291
+ /** @internal */
292
+ export const GetLinkedInFeedBadRequestError$inboundSchema = z.pipe(z.object({
293
+ success: z._default(types.literal(false), false),
294
+ error: z.lazy(() => operations.GetLinkedInFeedBadRequestError$inboundSchema),
295
+ request$: z.custom(x => x instanceof Request),
296
+ response$: z.custom(x => x instanceof Response),
297
+ body$: z.string(),
298
+ }), z.transform((v) => {
299
+ return new GetLinkedInFeedBadRequestError(v, {
300
+ request: v.request$,
301
+ response: v.response$,
302
+ body: v.body$,
303
+ });
304
+ }));
305
+ //# sourceMappingURL=get-linked-in-feed.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-linked-in-feed.js","sourceRoot":"","sources":["../../../src/models/errors/get-linked-in-feed.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,211 @@
1
+ import * as z from "zod/v4-mini";
2
+ import * as operations from "../operations/index.js";
3
+ import { BereachError } from "./bereach-error.js";
4
+ /**
5
+ * The server encountered a situation it does not know how to handle.
6
+ */
7
+ export type GetLinkedInFollowerAnalyticsInternalServerErrorData = {
8
+ success?: false | undefined;
9
+ error: operations.GetLinkedInFollowerAnalyticsInternalServerErrorError;
10
+ };
11
+ /**
12
+ * The server encountered a situation it does not know how to handle.
13
+ */
14
+ export declare class GetLinkedInFollowerAnalyticsInternalServerError extends BereachError {
15
+ success?: false | undefined;
16
+ error: operations.GetLinkedInFollowerAnalyticsInternalServerErrorError;
17
+ /** The original data that was passed to this error instance. */
18
+ data$: GetLinkedInFollowerAnalyticsInternalServerErrorData;
19
+ constructor(err: GetLinkedInFollowerAnalyticsInternalServerErrorData, httpMeta: {
20
+ response: Response;
21
+ request: Request;
22
+ body: string;
23
+ });
24
+ }
25
+ /**
26
+ * Rate limit exceeded. Read error.retryAfter for the wait time in seconds.
27
+ */
28
+ export type GetLinkedInFollowerAnalyticsTooManyRequestsErrorData = {
29
+ success?: false | undefined;
30
+ error: operations.GetLinkedInFollowerAnalyticsTooManyRequestsError;
31
+ };
32
+ /**
33
+ * Rate limit exceeded. Read error.retryAfter for the wait time in seconds.
34
+ */
35
+ export declare class GetLinkedInFollowerAnalyticsTooManyRequestsError extends BereachError {
36
+ success?: false | undefined;
37
+ error: operations.GetLinkedInFollowerAnalyticsTooManyRequestsError;
38
+ /** The original data that was passed to this error instance. */
39
+ data$: GetLinkedInFollowerAnalyticsTooManyRequestsErrorData;
40
+ constructor(err: GetLinkedInFollowerAnalyticsTooManyRequestsErrorData, httpMeta: {
41
+ response: Response;
42
+ request: Request;
43
+ body: string;
44
+ });
45
+ }
46
+ /**
47
+ * The request was well-formed but was unable to be followed due to semantic errors.
48
+ */
49
+ export type GetLinkedInFollowerAnalyticsUnprocessableEntityErrorData = {
50
+ success?: false | undefined;
51
+ error: operations.GetLinkedInFollowerAnalyticsUnprocessableEntityError;
52
+ };
53
+ /**
54
+ * The request was well-formed but was unable to be followed due to semantic errors.
55
+ */
56
+ export declare class GetLinkedInFollowerAnalyticsUnprocessableEntityError extends BereachError {
57
+ success?: false | undefined;
58
+ error: operations.GetLinkedInFollowerAnalyticsUnprocessableEntityError;
59
+ /** The original data that was passed to this error instance. */
60
+ data$: GetLinkedInFollowerAnalyticsUnprocessableEntityErrorData;
61
+ constructor(err: GetLinkedInFollowerAnalyticsUnprocessableEntityErrorData, httpMeta: {
62
+ response: Response;
63
+ request: Request;
64
+ body: string;
65
+ });
66
+ }
67
+ /**
68
+ * The requested content has been permanently deleted from the server.
69
+ */
70
+ export type GetLinkedInFollowerAnalyticsGoneErrorData = {
71
+ success?: false | undefined;
72
+ error: operations.GetLinkedInFollowerAnalyticsGoneError;
73
+ };
74
+ /**
75
+ * The requested content has been permanently deleted from the server.
76
+ */
77
+ export declare class GetLinkedInFollowerAnalyticsGoneError extends BereachError {
78
+ success?: false | undefined;
79
+ error: operations.GetLinkedInFollowerAnalyticsGoneError;
80
+ /** The original data that was passed to this error instance. */
81
+ data$: GetLinkedInFollowerAnalyticsGoneErrorData;
82
+ constructor(err: GetLinkedInFollowerAnalyticsGoneErrorData, httpMeta: {
83
+ response: Response;
84
+ request: Request;
85
+ body: string;
86
+ });
87
+ }
88
+ /**
89
+ * The request conflicts with the current state of the server.
90
+ */
91
+ export type GetLinkedInFollowerAnalyticsConflictErrorData = {
92
+ success?: false | undefined;
93
+ error: operations.GetLinkedInFollowerAnalyticsConflictError;
94
+ };
95
+ /**
96
+ * The request conflicts with the current state of the server.
97
+ */
98
+ export declare class GetLinkedInFollowerAnalyticsConflictError extends BereachError {
99
+ success?: false | undefined;
100
+ error: operations.GetLinkedInFollowerAnalyticsConflictError;
101
+ /** The original data that was passed to this error instance. */
102
+ data$: GetLinkedInFollowerAnalyticsConflictErrorData;
103
+ constructor(err: GetLinkedInFollowerAnalyticsConflictErrorData, httpMeta: {
104
+ response: Response;
105
+ request: Request;
106
+ body: string;
107
+ });
108
+ }
109
+ /**
110
+ * The server cannot find the requested resource.
111
+ */
112
+ export type GetLinkedInFollowerAnalyticsNotFoundErrorData = {
113
+ success?: false | undefined;
114
+ error: operations.GetLinkedInFollowerAnalyticsNotFoundError;
115
+ };
116
+ /**
117
+ * The server cannot find the requested resource.
118
+ */
119
+ export declare class GetLinkedInFollowerAnalyticsNotFoundError extends BereachError {
120
+ success?: false | undefined;
121
+ error: operations.GetLinkedInFollowerAnalyticsNotFoundError;
122
+ /** The original data that was passed to this error instance. */
123
+ data$: GetLinkedInFollowerAnalyticsNotFoundErrorData;
124
+ constructor(err: GetLinkedInFollowerAnalyticsNotFoundErrorData, httpMeta: {
125
+ response: Response;
126
+ request: Request;
127
+ body: string;
128
+ });
129
+ }
130
+ /**
131
+ * The client does not have access rights to the content.
132
+ */
133
+ export type GetLinkedInFollowerAnalyticsForbiddenErrorData = {
134
+ success?: false | undefined;
135
+ error: operations.GetLinkedInFollowerAnalyticsForbiddenError;
136
+ };
137
+ /**
138
+ * The client does not have access rights to the content.
139
+ */
140
+ export declare class GetLinkedInFollowerAnalyticsForbiddenError extends BereachError {
141
+ success?: false | undefined;
142
+ error: operations.GetLinkedInFollowerAnalyticsForbiddenError;
143
+ /** The original data that was passed to this error instance. */
144
+ data$: GetLinkedInFollowerAnalyticsForbiddenErrorData;
145
+ constructor(err: GetLinkedInFollowerAnalyticsForbiddenErrorData, httpMeta: {
146
+ response: Response;
147
+ request: Request;
148
+ body: string;
149
+ });
150
+ }
151
+ /**
152
+ * Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue.
153
+ */
154
+ export type GetLinkedInFollowerAnalyticsUnauthorizedErrorData = {
155
+ success?: false | undefined;
156
+ error: operations.GetLinkedInFollowerAnalyticsUnauthorizedError;
157
+ };
158
+ /**
159
+ * Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue.
160
+ */
161
+ export declare class GetLinkedInFollowerAnalyticsUnauthorizedError extends BereachError {
162
+ success?: false | undefined;
163
+ error: operations.GetLinkedInFollowerAnalyticsUnauthorizedError;
164
+ /** The original data that was passed to this error instance. */
165
+ data$: GetLinkedInFollowerAnalyticsUnauthorizedErrorData;
166
+ constructor(err: GetLinkedInFollowerAnalyticsUnauthorizedErrorData, httpMeta: {
167
+ response: Response;
168
+ request: Request;
169
+ body: string;
170
+ });
171
+ }
172
+ /**
173
+ * The server cannot or will not process the request due to something that is perceived to be a client error.
174
+ */
175
+ export type GetLinkedInFollowerAnalyticsBadRequestErrorData = {
176
+ success?: false | undefined;
177
+ error: operations.GetLinkedInFollowerAnalyticsBadRequestError;
178
+ };
179
+ /**
180
+ * The server cannot or will not process the request due to something that is perceived to be a client error.
181
+ */
182
+ export declare class GetLinkedInFollowerAnalyticsBadRequestError extends BereachError {
183
+ success?: false | undefined;
184
+ error: operations.GetLinkedInFollowerAnalyticsBadRequestError;
185
+ /** The original data that was passed to this error instance. */
186
+ data$: GetLinkedInFollowerAnalyticsBadRequestErrorData;
187
+ constructor(err: GetLinkedInFollowerAnalyticsBadRequestErrorData, httpMeta: {
188
+ response: Response;
189
+ request: Request;
190
+ body: string;
191
+ });
192
+ }
193
+ /** @internal */
194
+ export declare const GetLinkedInFollowerAnalyticsInternalServerError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsInternalServerError, unknown>;
195
+ /** @internal */
196
+ export declare const GetLinkedInFollowerAnalyticsTooManyRequestsError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsTooManyRequestsError, unknown>;
197
+ /** @internal */
198
+ export declare const GetLinkedInFollowerAnalyticsUnprocessableEntityError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsUnprocessableEntityError, unknown>;
199
+ /** @internal */
200
+ export declare const GetLinkedInFollowerAnalyticsGoneError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsGoneError, unknown>;
201
+ /** @internal */
202
+ export declare const GetLinkedInFollowerAnalyticsConflictError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsConflictError, unknown>;
203
+ /** @internal */
204
+ export declare const GetLinkedInFollowerAnalyticsNotFoundError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsNotFoundError, unknown>;
205
+ /** @internal */
206
+ export declare const GetLinkedInFollowerAnalyticsForbiddenError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsForbiddenError, unknown>;
207
+ /** @internal */
208
+ export declare const GetLinkedInFollowerAnalyticsUnauthorizedError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsUnauthorizedError, unknown>;
209
+ /** @internal */
210
+ export declare const GetLinkedInFollowerAnalyticsBadRequestError$inboundSchema: z.ZodMiniType<GetLinkedInFollowerAnalyticsBadRequestError, unknown>;
211
+ //# sourceMappingURL=get-linked-in-follower-analytics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-linked-in-follower-analytics.d.ts","sourceRoot":"","sources":["../../../src/models/errors/get-linked-in-follower-analytics.ts"],"names":[],"mappings":"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"}