bereach 0.1.4 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1337) hide show
  1. package/README.md +888 -70
  2. package/esm/funcs/{linkedin-actions-connect-profile.d.ts → actions-connect-profile.d.ts} +2 -2
  3. package/esm/funcs/actions-connect-profile.d.ts.map +1 -0
  4. package/esm/funcs/{linkedin-actions-connect-profile.js → actions-connect-profile.js} +3 -3
  5. package/esm/funcs/actions-connect-profile.js.map +1 -0
  6. package/esm/funcs/actions-follow-company.d.ts +18 -0
  7. package/esm/funcs/actions-follow-company.d.ts.map +1 -0
  8. package/esm/funcs/actions-follow-company.js +95 -0
  9. package/esm/funcs/actions-follow-company.js.map +1 -0
  10. package/esm/funcs/actions-list-sent-invitations.d.ts +18 -0
  11. package/esm/funcs/actions-list-sent-invitations.d.ts.map +1 -0
  12. package/esm/funcs/actions-list-sent-invitations.js +95 -0
  13. package/esm/funcs/{linkedin-actions-publish-post.js.map → actions-list-sent-invitations.js.map} +1 -1
  14. package/esm/funcs/actions-send-message.d.ts +18 -0
  15. package/esm/funcs/actions-send-message.d.ts.map +1 -0
  16. package/esm/funcs/{linkedin-actions-send-message.js → actions-send-message.js} +3 -3
  17. package/esm/funcs/actions-send-message.js.map +1 -0
  18. package/esm/funcs/campaigns-filter.d.ts +1 -1
  19. package/esm/funcs/campaigns-filter.d.ts.map +1 -1
  20. package/esm/funcs/campaigns-filter.js +1 -1
  21. package/esm/funcs/campaigns-filter.js.map +1 -1
  22. package/esm/funcs/campaigns-get-stats.d.ts +1 -1
  23. package/esm/funcs/campaigns-get-stats.d.ts.map +1 -1
  24. package/esm/funcs/campaigns-get-stats.js +1 -1
  25. package/esm/funcs/campaigns-get-stats.js.map +1 -1
  26. package/esm/funcs/campaigns-get-status.d.ts +1 -1
  27. package/esm/funcs/campaigns-get-status.d.ts.map +1 -1
  28. package/esm/funcs/campaigns-get-status.js +1 -1
  29. package/esm/funcs/campaigns-get-status.js.map +1 -1
  30. package/esm/funcs/{campaigns-sync-actions.d.ts → campaigns-sync.d.ts} +2 -2
  31. package/esm/funcs/campaigns-sync.d.ts.map +1 -0
  32. package/esm/funcs/{campaigns-sync-actions.js → campaigns-sync.js} +3 -3
  33. package/esm/funcs/campaigns-sync.js.map +1 -0
  34. package/esm/funcs/chat-archive.d.ts +18 -0
  35. package/esm/funcs/chat-archive.d.ts.map +1 -0
  36. package/esm/funcs/chat-archive.js +95 -0
  37. package/esm/funcs/chat-archive.js.map +1 -0
  38. package/esm/funcs/{linkedin-chat-find-conversation.d.ts → chat-find-conversation.d.ts} +2 -2
  39. package/esm/funcs/chat-find-conversation.d.ts.map +1 -0
  40. package/esm/funcs/{linkedin-chat-find-conversation.js → chat-find-conversation.js} +3 -3
  41. package/esm/funcs/chat-find-conversation.js.map +1 -0
  42. package/esm/funcs/chat-search-conversations.d.ts +18 -0
  43. package/esm/funcs/chat-search-conversations.d.ts.map +1 -0
  44. package/esm/funcs/{linkedin-chat-search-conversations.js → chat-search-conversations.js} +3 -3
  45. package/esm/funcs/chat-search-conversations.js.map +1 -0
  46. package/esm/funcs/chat-unreact.d.ts +18 -0
  47. package/esm/funcs/chat-unreact.d.ts.map +1 -0
  48. package/esm/funcs/chat-unreact.js +95 -0
  49. package/esm/funcs/chat-unreact.js.map +1 -0
  50. package/esm/funcs/{linkedin-chat-search-conversations.d.ts → company-pages-get-analytics.d.ts} +4 -4
  51. package/esm/funcs/company-pages-get-analytics.d.ts.map +1 -0
  52. package/esm/funcs/company-pages-get-analytics.js +95 -0
  53. package/esm/funcs/company-pages-get-analytics.js.map +1 -0
  54. package/esm/funcs/company-pages-get-permissions.d.ts +18 -0
  55. package/esm/funcs/company-pages-get-permissions.d.ts.map +1 -0
  56. package/esm/funcs/company-pages-get-permissions.js +95 -0
  57. package/esm/funcs/{linkedin-actions-send-message.js.map → company-pages-get-permissions.js.map} +1 -1
  58. package/esm/funcs/company-pages-get-posts.d.ts +18 -0
  59. package/esm/funcs/company-pages-get-posts.d.ts.map +1 -0
  60. package/esm/funcs/company-pages-get-posts.js +95 -0
  61. package/esm/funcs/company-pages-get-posts.js.map +1 -0
  62. package/esm/funcs/company-pages-list.d.ts +18 -0
  63. package/esm/funcs/company-pages-list.d.ts.map +1 -0
  64. package/esm/funcs/company-pages-list.js +84 -0
  65. package/esm/funcs/company-pages-list.js.map +1 -0
  66. package/esm/funcs/contacts-upsert.d.ts +17 -0
  67. package/esm/funcs/contacts-upsert.d.ts.map +1 -0
  68. package/esm/funcs/contacts-upsert.js +79 -0
  69. package/esm/funcs/contacts-upsert.js.map +1 -0
  70. package/esm/funcs/linked-in-actions-create-comment.d.ts +18 -0
  71. package/esm/funcs/linked-in-actions-create-comment.d.ts.map +1 -0
  72. package/esm/funcs/linked-in-actions-create-comment.js +95 -0
  73. package/esm/funcs/{linkedin-actions-connect-profile.js.map → linked-in-actions-create-comment.js.map} +1 -1
  74. package/esm/funcs/linked-in-actions-decline-invitation.d.ts +18 -0
  75. package/esm/funcs/linked-in-actions-decline-invitation.d.ts.map +1 -0
  76. package/esm/funcs/linked-in-actions-decline-invitation.js +95 -0
  77. package/esm/funcs/linked-in-actions-decline-invitation.js.map +1 -0
  78. package/esm/funcs/{linkedin-actions-like-comment.d.ts → linked-in-actions-like-comment.d.ts} +2 -2
  79. package/esm/funcs/linked-in-actions-like-comment.d.ts.map +1 -0
  80. package/esm/funcs/{linkedin-actions-like-comment.js → linked-in-actions-like-comment.js} +3 -3
  81. package/esm/funcs/linked-in-actions-like-comment.js.map +1 -0
  82. package/esm/funcs/{linkedin-actions-publish-post.d.ts → linked-in-actions-publish-post.d.ts} +3 -3
  83. package/esm/funcs/linked-in-actions-publish-post.d.ts.map +1 -0
  84. package/esm/funcs/{linkedin-actions-publish-post.js → linked-in-actions-publish-post.js} +4 -4
  85. package/esm/funcs/linked-in-actions-publish-post.js.map +1 -0
  86. package/esm/funcs/linked-in-actions-save-post.d.ts +18 -0
  87. package/esm/funcs/linked-in-actions-save-post.d.ts.map +1 -0
  88. package/esm/funcs/linked-in-actions-save-post.js +95 -0
  89. package/esm/funcs/linked-in-actions-save-post.js.map +1 -0
  90. package/esm/funcs/linked-in-actions-unfollow-profile.d.ts +18 -0
  91. package/esm/funcs/linked-in-actions-unfollow-profile.d.ts.map +1 -0
  92. package/esm/funcs/linked-in-actions-unfollow-profile.js +95 -0
  93. package/esm/funcs/{linkedin-chat-search-conversations.js.map → linked-in-actions-unfollow-profile.js.map} +1 -1
  94. package/esm/funcs/linked-in-chat-list-starred.d.ts +18 -0
  95. package/esm/funcs/linked-in-chat-list-starred.d.ts.map +1 -0
  96. package/esm/funcs/linked-in-chat-list-starred.js +97 -0
  97. package/esm/funcs/linked-in-chat-list-starred.js.map +1 -0
  98. package/esm/funcs/linked-in-chat-mark-seen.d.ts +18 -0
  99. package/esm/funcs/linked-in-chat-mark-seen.d.ts.map +1 -0
  100. package/esm/funcs/linked-in-chat-mark-seen.js +95 -0
  101. package/esm/funcs/linked-in-chat-mark-seen.js.map +1 -0
  102. package/esm/funcs/{linkedin-actions-send-message.d.ts → linked-in-chat-star.d.ts} +4 -4
  103. package/esm/funcs/linked-in-chat-star.d.ts.map +1 -0
  104. package/esm/funcs/linked-in-chat-star.js +95 -0
  105. package/esm/funcs/linked-in-chat-star.js.map +1 -0
  106. package/esm/funcs/linked-in-chat-unarchive.d.ts +18 -0
  107. package/esm/funcs/linked-in-chat-unarchive.d.ts.map +1 -0
  108. package/esm/funcs/linked-in-chat-unarchive.js +95 -0
  109. package/esm/funcs/linked-in-chat-unarchive.js.map +1 -0
  110. package/esm/funcs/linked-in-chat-unstar.d.ts +18 -0
  111. package/esm/funcs/linked-in-chat-unstar.d.ts.map +1 -0
  112. package/esm/funcs/linked-in-chat-unstar.js +95 -0
  113. package/esm/funcs/linked-in-chat-unstar.js.map +1 -0
  114. package/esm/funcs/linked-in-scrapers-collect-comment-replies.d.ts +18 -0
  115. package/esm/funcs/linked-in-scrapers-collect-comment-replies.d.ts.map +1 -0
  116. package/esm/funcs/{linkedin-scrapers-collect-comment-replies.js → linked-in-scrapers-collect-comment-replies.js} +4 -3
  117. package/esm/funcs/linked-in-scrapers-collect-comment-replies.js.map +1 -0
  118. package/esm/funcs/linked-in-scrapers-get-feed.d.ts +18 -0
  119. package/esm/funcs/linked-in-scrapers-get-feed.d.ts.map +1 -0
  120. package/esm/funcs/linked-in-scrapers-get-feed.js +97 -0
  121. package/esm/funcs/linked-in-scrapers-get-feed.js.map +1 -0
  122. package/esm/funcs/{linkedin-search-resolve-parameters.d.ts → linked-in-search-resolve-parameters.d.ts} +2 -2
  123. package/esm/funcs/linked-in-search-resolve-parameters.d.ts.map +1 -0
  124. package/esm/funcs/{linkedin-search-resolve-parameters.js → linked-in-search-resolve-parameters.js} +4 -3
  125. package/esm/funcs/linked-in-search-resolve-parameters.js.map +1 -0
  126. package/esm/funcs/{linkedin-search-search-companies.d.ts → linked-in-search-search-companies.d.ts} +2 -2
  127. package/esm/funcs/linked-in-search-search-companies.d.ts.map +1 -0
  128. package/esm/funcs/{linkedin-search-search-companies.js → linked-in-search-search-companies.js} +3 -3
  129. package/esm/funcs/linked-in-search-search-companies.js.map +1 -0
  130. package/esm/funcs/{linkedin-search-unified-search.d.ts → linked-in-search-search.d.ts} +2 -2
  131. package/esm/funcs/linked-in-search-search.d.ts.map +1 -0
  132. package/esm/funcs/{linkedin-search-unified-search.js → linked-in-search-search.js} +3 -3
  133. package/esm/funcs/linked-in-search-search.js.map +1 -0
  134. package/esm/funcs/linkedin-actions-accept-invitation.d.ts +1 -1
  135. package/esm/funcs/linkedin-actions-accept-invitation.d.ts.map +1 -1
  136. package/esm/funcs/linkedin-actions-accept-invitation.js +1 -1
  137. package/esm/funcs/linkedin-actions-accept-invitation.js.map +1 -1
  138. package/esm/funcs/linkedin-actions-edit-comment.d.ts +18 -0
  139. package/esm/funcs/{linkedin-actions-like-comment.d.ts.map → linkedin-actions-edit-comment.d.ts.map} +1 -1
  140. package/esm/funcs/linkedin-actions-edit-comment.js +95 -0
  141. package/esm/funcs/{linkedin-actions-like-comment.js.map → linkedin-actions-edit-comment.js.map} +1 -1
  142. package/esm/funcs/linkedin-actions-edit-post.d.ts +18 -0
  143. package/esm/funcs/linkedin-actions-edit-post.d.ts.map +1 -0
  144. package/esm/funcs/linkedin-actions-edit-post.js +95 -0
  145. package/esm/funcs/linkedin-actions-edit-post.js.map +1 -0
  146. package/esm/funcs/linkedin-actions-follow-profile.d.ts +18 -0
  147. package/esm/funcs/{linkedin-scrapers-visit-profile.d.ts.map → linkedin-actions-follow-profile.d.ts.map} +1 -1
  148. package/esm/funcs/linkedin-actions-follow-profile.js +95 -0
  149. package/esm/funcs/{linkedin-scrapers-visit-profile.js.map → linkedin-actions-follow-profile.js.map} +1 -1
  150. package/esm/funcs/linkedin-actions-like-post.d.ts +18 -0
  151. package/esm/funcs/linkedin-actions-like-post.d.ts.map +1 -0
  152. package/esm/funcs/linkedin-actions-like-post.js +95 -0
  153. package/esm/funcs/linkedin-actions-like-post.js.map +1 -0
  154. package/esm/funcs/linkedin-actions-list-invitations.d.ts +1 -1
  155. package/esm/funcs/linkedin-actions-list-invitations.d.ts.map +1 -1
  156. package/esm/funcs/linkedin-actions-list-invitations.js +1 -1
  157. package/esm/funcs/linkedin-actions-list-invitations.js.map +1 -1
  158. package/esm/funcs/linkedin-actions-reply-to-comment.d.ts +1 -1
  159. package/esm/funcs/linkedin-actions-reply-to-comment.d.ts.map +1 -1
  160. package/esm/funcs/linkedin-actions-reply-to-comment.js +1 -1
  161. package/esm/funcs/linkedin-actions-reply-to-comment.js.map +1 -1
  162. package/esm/funcs/linkedin-actions-repost-post.d.ts +18 -0
  163. package/esm/funcs/linkedin-actions-repost-post.d.ts.map +1 -0
  164. package/esm/funcs/linkedin-actions-repost-post.js +95 -0
  165. package/esm/funcs/linkedin-actions-repost-post.js.map +1 -0
  166. package/esm/funcs/linkedin-actions-unfollow-company.d.ts +18 -0
  167. package/esm/funcs/linkedin-actions-unfollow-company.d.ts.map +1 -0
  168. package/esm/funcs/linkedin-actions-unfollow-company.js +95 -0
  169. package/esm/funcs/linkedin-actions-unfollow-company.js.map +1 -0
  170. package/esm/funcs/linkedin-actions-unlike-comment.d.ts +18 -0
  171. package/esm/funcs/linkedin-actions-unlike-comment.d.ts.map +1 -0
  172. package/esm/funcs/linkedin-actions-unlike-comment.js +95 -0
  173. package/esm/funcs/{linkedin-scrapers-collect-posts.js.map → linkedin-actions-unlike-comment.js.map} +1 -1
  174. package/esm/funcs/linkedin-actions-unlike-post.d.ts +18 -0
  175. package/esm/funcs/linkedin-actions-unlike-post.d.ts.map +1 -0
  176. package/esm/funcs/linkedin-actions-unlike-post.js +95 -0
  177. package/esm/funcs/linkedin-actions-unlike-post.js.map +1 -0
  178. package/esm/funcs/{linkedin-scrapers-collect-comment-replies.d.ts → linkedin-actions-unsave-post.d.ts} +4 -4
  179. package/esm/funcs/linkedin-actions-unsave-post.d.ts.map +1 -0
  180. package/esm/funcs/linkedin-actions-unsave-post.js +95 -0
  181. package/esm/funcs/linkedin-actions-unsave-post.js.map +1 -0
  182. package/esm/funcs/linkedin-actions-withdraw-invitation.d.ts +18 -0
  183. package/esm/funcs/linkedin-actions-withdraw-invitation.d.ts.map +1 -0
  184. package/esm/funcs/linkedin-actions-withdraw-invitation.js +95 -0
  185. package/esm/funcs/linkedin-actions-withdraw-invitation.js.map +1 -0
  186. package/esm/funcs/linkedin-chat-get-messages.d.ts +1 -1
  187. package/esm/funcs/linkedin-chat-get-messages.d.ts.map +1 -1
  188. package/esm/funcs/linkedin-chat-get-messages.js +1 -1
  189. package/esm/funcs/linkedin-chat-get-messages.js.map +1 -1
  190. package/esm/funcs/linkedin-chat-get-unread-count.d.ts +18 -0
  191. package/esm/funcs/linkedin-chat-get-unread-count.d.ts.map +1 -0
  192. package/esm/funcs/linkedin-chat-get-unread-count.js +85 -0
  193. package/esm/funcs/linkedin-chat-get-unread-count.js.map +1 -0
  194. package/esm/funcs/linkedin-chat-list-archived.d.ts +18 -0
  195. package/esm/funcs/linkedin-chat-list-archived.d.ts.map +1 -0
  196. package/esm/funcs/linkedin-chat-list-archived.js +97 -0
  197. package/esm/funcs/linkedin-chat-list-archived.js.map +1 -0
  198. package/esm/funcs/{linkedin-chat-list-conversations.d.ts → linkedin-chat-list-inbox-conversations.d.ts} +2 -2
  199. package/esm/funcs/linkedin-chat-list-inbox-conversations.d.ts.map +1 -0
  200. package/esm/funcs/{linkedin-chat-list-conversations.js → linkedin-chat-list-inbox-conversations.js} +3 -3
  201. package/esm/funcs/linkedin-chat-list-inbox-conversations.js.map +1 -0
  202. package/esm/funcs/linkedin-chat-mark-all-read.d.ts +18 -0
  203. package/esm/funcs/linkedin-chat-mark-all-read.d.ts.map +1 -0
  204. package/esm/funcs/linkedin-chat-mark-all-read.js +85 -0
  205. package/esm/funcs/linkedin-chat-mark-all-read.js.map +1 -0
  206. package/esm/funcs/linkedin-chat-react.d.ts +18 -0
  207. package/esm/funcs/linkedin-chat-react.d.ts.map +1 -0
  208. package/esm/funcs/linkedin-chat-react.js +95 -0
  209. package/esm/funcs/linkedin-chat-react.js.map +1 -0
  210. package/esm/funcs/linkedin-chat-send-typing-indicator.d.ts +18 -0
  211. package/esm/funcs/linkedin-chat-send-typing-indicator.d.ts.map +1 -0
  212. package/esm/funcs/linkedin-chat-send-typing-indicator.js +95 -0
  213. package/esm/funcs/linkedin-chat-send-typing-indicator.js.map +1 -0
  214. package/esm/funcs/linkedin-scrapers-collect-comments.d.ts +1 -1
  215. package/esm/funcs/linkedin-scrapers-collect-comments.d.ts.map +1 -1
  216. package/esm/funcs/linkedin-scrapers-collect-comments.js +1 -1
  217. package/esm/funcs/linkedin-scrapers-collect-comments.js.map +1 -1
  218. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.d.ts +18 -0
  219. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.d.ts.map +1 -0
  220. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.js +95 -0
  221. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.js.map +1 -0
  222. package/esm/funcs/linkedin-scrapers-collect-likes.d.ts +2 -2
  223. package/esm/funcs/linkedin-scrapers-collect-likes.d.ts.map +1 -1
  224. package/esm/funcs/linkedin-scrapers-collect-likes.js +2 -2
  225. package/esm/funcs/linkedin-scrapers-collect-likes.js.map +1 -1
  226. package/esm/funcs/linkedin-scrapers-list-saved-posts.d.ts +18 -0
  227. package/esm/funcs/linkedin-scrapers-list-saved-posts.d.ts.map +1 -0
  228. package/esm/funcs/linkedin-scrapers-list-saved-posts.js +95 -0
  229. package/esm/funcs/linkedin-scrapers-list-saved-posts.js.map +1 -0
  230. package/esm/funcs/linkedin-scrapers-visit-company.d.ts +1 -1
  231. package/esm/funcs/linkedin-scrapers-visit-company.d.ts.map +1 -1
  232. package/esm/funcs/linkedin-scrapers-visit-company.js +1 -1
  233. package/esm/funcs/linkedin-scrapers-visit-company.js.map +1 -1
  234. package/esm/funcs/linkedin-search-search-by-url.d.ts +1 -1
  235. package/esm/funcs/linkedin-search-search-by-url.d.ts.map +1 -1
  236. package/esm/funcs/linkedin-search-search-by-url.js +1 -1
  237. package/esm/funcs/linkedin-search-search-by-url.js.map +1 -1
  238. package/esm/funcs/linkedin-search-search-jobs.d.ts +1 -1
  239. package/esm/funcs/linkedin-search-search-jobs.d.ts.map +1 -1
  240. package/esm/funcs/linkedin-search-search-jobs.js +1 -1
  241. package/esm/funcs/linkedin-search-search-jobs.js.map +1 -1
  242. package/esm/funcs/linkedin-search-search-people.d.ts +1 -1
  243. package/esm/funcs/linkedin-search-search-people.d.ts.map +1 -1
  244. package/esm/funcs/linkedin-search-search-people.js +1 -1
  245. package/esm/funcs/linkedin-search-search-people.js.map +1 -1
  246. package/esm/funcs/linkedin-search-search-posts.d.ts +1 -1
  247. package/esm/funcs/linkedin-search-search-posts.d.ts.map +1 -1
  248. package/esm/funcs/linkedin-search-search-posts.js +1 -1
  249. package/esm/funcs/linkedin-search-search-posts.js.map +1 -1
  250. package/esm/funcs/profile-get-credits.d.ts +1 -1
  251. package/esm/funcs/profile-get-credits.d.ts.map +1 -1
  252. package/esm/funcs/profile-get-credits.js +1 -1
  253. package/esm/funcs/profile-get-credits.js.map +1 -1
  254. package/esm/funcs/profile-get-follower-analytics.d.ts +18 -0
  255. package/esm/funcs/profile-get-follower-analytics.d.ts.map +1 -0
  256. package/esm/funcs/profile-get-follower-analytics.js +85 -0
  257. package/esm/funcs/profile-get-follower-analytics.js.map +1 -0
  258. package/esm/funcs/profile-get-followers.d.ts +1 -1
  259. package/esm/funcs/profile-get-followers.d.ts.map +1 -1
  260. package/esm/funcs/profile-get-followers.js +1 -1
  261. package/esm/funcs/profile-get-followers.js.map +1 -1
  262. package/esm/funcs/profile-get-limits.d.ts +1 -1
  263. package/esm/funcs/profile-get-limits.d.ts.map +1 -1
  264. package/esm/funcs/profile-get-limits.js +1 -1
  265. package/esm/funcs/profile-get-limits.js.map +1 -1
  266. package/esm/funcs/profile-get-post-analytics.d.ts +18 -0
  267. package/esm/funcs/profile-get-post-analytics.d.ts.map +1 -0
  268. package/esm/funcs/profile-get-post-analytics.js +95 -0
  269. package/esm/funcs/profile-get-post-analytics.js.map +1 -0
  270. package/esm/funcs/profile-get-posts.d.ts +1 -1
  271. package/esm/funcs/profile-get-posts.d.ts.map +1 -1
  272. package/esm/funcs/profile-get-posts.js +1 -1
  273. package/esm/funcs/profile-get-posts.js.map +1 -1
  274. package/esm/funcs/profile-get-profile-views.d.ts +18 -0
  275. package/esm/funcs/profile-get-profile-views.d.ts.map +1 -0
  276. package/esm/funcs/profile-get-profile-views.js +85 -0
  277. package/esm/funcs/profile-get-profile-views.js.map +1 -0
  278. package/esm/funcs/profile-get-search-appearances.d.ts +18 -0
  279. package/esm/funcs/profile-get-search-appearances.d.ts.map +1 -0
  280. package/esm/funcs/profile-get-search-appearances.js +85 -0
  281. package/esm/funcs/profile-get-search-appearances.js.map +1 -0
  282. package/esm/funcs/{profile-get-linked-in-profile.d.ts → profile-get.d.ts} +2 -2
  283. package/esm/funcs/profile-get.d.ts.map +1 -0
  284. package/esm/funcs/{profile-get-linked-in-profile.js → profile-get.js} +3 -3
  285. package/esm/funcs/profile-get.js.map +1 -0
  286. package/esm/funcs/profile-list-accounts.d.ts +18 -0
  287. package/esm/funcs/profile-list-accounts.d.ts.map +1 -0
  288. package/esm/funcs/profile-list-accounts.js +84 -0
  289. package/esm/funcs/profile-list-accounts.js.map +1 -0
  290. package/esm/funcs/profile-refresh.d.ts +1 -1
  291. package/esm/funcs/profile-refresh.d.ts.map +1 -1
  292. package/esm/funcs/profile-refresh.js +1 -1
  293. package/esm/funcs/profile-refresh.js.map +1 -1
  294. package/esm/funcs/profile-update-account.d.ts +18 -0
  295. package/esm/funcs/profile-update-account.d.ts.map +1 -0
  296. package/esm/funcs/profile-update-account.js +95 -0
  297. package/esm/funcs/profile-update-account.js.map +1 -0
  298. package/esm/funcs/sales-nav-search-people.d.ts +53 -0
  299. package/esm/funcs/sales-nav-search-people.d.ts.map +1 -0
  300. package/esm/funcs/sales-nav-search-people.js +130 -0
  301. package/esm/funcs/{linkedin-scrapers-collect-comment-replies.js.map → sales-nav-search-people.js.map} +1 -1
  302. package/esm/funcs/sales-navigator-search-search-companies.d.ts +33 -0
  303. package/esm/funcs/sales-navigator-search-search-companies.d.ts.map +1 -0
  304. package/esm/funcs/sales-navigator-search-search-companies.js +110 -0
  305. package/esm/funcs/sales-navigator-search-search-companies.js.map +1 -0
  306. package/esm/funcs/sales-navigator-search-search.d.ts +39 -0
  307. package/esm/funcs/sales-navigator-search-search.d.ts.map +1 -0
  308. package/esm/funcs/sales-navigator-search-search.js +116 -0
  309. package/esm/funcs/sales-navigator-search-search.js.map +1 -0
  310. package/esm/funcs/{linkedin-scrapers-collect-posts.d.ts → scrapers-collect-posts.d.ts} +2 -2
  311. package/esm/funcs/scrapers-collect-posts.d.ts.map +1 -0
  312. package/esm/funcs/{linkedin-scrapers-collect-posts.js → scrapers-collect-posts.js} +3 -3
  313. package/esm/funcs/scrapers-collect-posts.js.map +1 -0
  314. package/esm/funcs/{linkedin-scrapers-visit-profile.d.ts → scrapers-visit-profile.d.ts} +2 -2
  315. package/esm/funcs/scrapers-visit-profile.d.ts.map +1 -0
  316. package/esm/funcs/{linkedin-scrapers-visit-profile.js → scrapers-visit-profile.js} +3 -3
  317. package/esm/funcs/scrapers-visit-profile.js.map +1 -0
  318. package/esm/lib/config.d.ts +4 -4
  319. package/esm/lib/config.js +4 -4
  320. package/esm/models/errors/accept-linked-in-invitation.d.ts +211 -0
  321. package/esm/models/errors/accept-linked-in-invitation.d.ts.map +1 -0
  322. package/esm/models/errors/accept-linked-in-invitation.js +308 -0
  323. package/esm/models/errors/accept-linked-in-invitation.js.map +1 -0
  324. package/esm/models/errors/archive-conversation.d.ts +211 -0
  325. package/esm/models/errors/archive-conversation.d.ts.map +1 -0
  326. package/esm/models/errors/archive-conversation.js +305 -0
  327. package/esm/models/errors/archive-conversation.js.map +1 -0
  328. package/esm/models/errors/collect-linked-in-comment-replies.d.ts +211 -0
  329. package/esm/models/errors/collect-linked-in-comment-replies.d.ts.map +1 -0
  330. package/esm/models/errors/collect-linked-in-comment-replies.js +312 -0
  331. package/esm/models/errors/collect-linked-in-comment-replies.js.map +1 -0
  332. package/esm/models/errors/collect-linked-in-comments.d.ts +211 -0
  333. package/esm/models/errors/collect-linked-in-comments.d.ts.map +1 -0
  334. package/esm/models/errors/collect-linked-in-comments.js +307 -0
  335. package/esm/models/errors/collect-linked-in-comments.js.map +1 -0
  336. package/esm/models/errors/collect-linked-in-hashtag-posts.d.ts +211 -0
  337. package/esm/models/errors/collect-linked-in-hashtag-posts.d.ts.map +1 -0
  338. package/esm/models/errors/collect-linked-in-hashtag-posts.js +310 -0
  339. package/esm/models/errors/collect-linked-in-hashtag-posts.js.map +1 -0
  340. package/esm/models/errors/collect-linked-in-likes.d.ts +63 -63
  341. package/esm/models/errors/collect-linked-in-likes.d.ts.map +1 -1
  342. package/esm/models/errors/collect-linked-in-likes.js +54 -55
  343. package/esm/models/errors/collect-linked-in-likes.js.map +1 -1
  344. package/esm/models/errors/collect-linked-in-posts.d.ts +211 -0
  345. package/esm/models/errors/collect-linked-in-posts.d.ts.map +1 -0
  346. package/esm/models/errors/collect-linked-in-posts.js +305 -0
  347. package/esm/models/errors/collect-linked-in-posts.js.map +1 -0
  348. package/esm/models/errors/collect-saved-linked-in-posts.d.ts +211 -0
  349. package/esm/models/errors/collect-saved-linked-in-posts.d.ts.map +1 -0
  350. package/esm/models/errors/collect-saved-linked-in-posts.js +309 -0
  351. package/esm/models/errors/collect-saved-linked-in-posts.js.map +1 -0
  352. package/esm/models/errors/comment-on-linked-in-post.d.ts +211 -0
  353. package/esm/models/errors/comment-on-linked-in-post.d.ts.map +1 -0
  354. package/esm/models/errors/comment-on-linked-in-post.js +306 -0
  355. package/esm/models/errors/comment-on-linked-in-post.js.map +1 -0
  356. package/esm/models/errors/connect-linked-in-profile.d.ts +211 -0
  357. package/esm/models/errors/connect-linked-in-profile.d.ts.map +1 -0
  358. package/esm/models/errors/connect-linked-in-profile.js +307 -0
  359. package/esm/models/errors/connect-linked-in-profile.js.map +1 -0
  360. package/esm/models/errors/decline-linked-in-invitation.d.ts +211 -0
  361. package/esm/models/errors/decline-linked-in-invitation.d.ts.map +1 -0
  362. package/esm/models/errors/decline-linked-in-invitation.js +309 -0
  363. package/esm/models/errors/decline-linked-in-invitation.js.map +1 -0
  364. package/esm/models/errors/edit-linked-in-comment.d.ts +211 -0
  365. package/esm/models/errors/edit-linked-in-comment.d.ts.map +1 -0
  366. package/esm/models/errors/edit-linked-in-comment.js +305 -0
  367. package/esm/models/errors/edit-linked-in-comment.js.map +1 -0
  368. package/esm/models/errors/edit-linked-in-post.d.ts +211 -0
  369. package/esm/models/errors/edit-linked-in-post.d.ts.map +1 -0
  370. package/esm/models/errors/edit-linked-in-post.js +305 -0
  371. package/esm/models/errors/edit-linked-in-post.js.map +1 -0
  372. package/esm/models/errors/filter-campaign.d.ts +211 -0
  373. package/esm/models/errors/filter-campaign.d.ts.map +1 -0
  374. package/esm/models/errors/filter-campaign.js +305 -0
  375. package/esm/models/errors/filter-campaign.js.map +1 -0
  376. package/esm/models/errors/find-linked-in-conversation.d.ts +211 -0
  377. package/esm/models/errors/find-linked-in-conversation.d.ts.map +1 -0
  378. package/esm/models/errors/find-linked-in-conversation.js +308 -0
  379. package/esm/models/errors/find-linked-in-conversation.js.map +1 -0
  380. package/esm/models/errors/follow-linked-in-company.d.ts +211 -0
  381. package/esm/models/errors/follow-linked-in-company.d.ts.map +1 -0
  382. package/esm/models/errors/follow-linked-in-company.js +306 -0
  383. package/esm/models/errors/follow-linked-in-company.js.map +1 -0
  384. package/esm/models/errors/follow-linked-in-profile.d.ts +211 -0
  385. package/esm/models/errors/follow-linked-in-profile.d.ts.map +1 -0
  386. package/esm/models/errors/follow-linked-in-profile.js +306 -0
  387. package/esm/models/errors/follow-linked-in-profile.js.map +1 -0
  388. package/esm/models/errors/get-campaign-stats.d.ts +211 -0
  389. package/esm/models/errors/get-campaign-stats.d.ts.map +1 -0
  390. package/esm/models/errors/get-campaign-stats.js +305 -0
  391. package/esm/models/errors/get-campaign-stats.js.map +1 -0
  392. package/esm/models/errors/get-campaign-status.d.ts +211 -0
  393. package/esm/models/errors/get-campaign-status.d.ts.map +1 -0
  394. package/esm/models/errors/get-campaign-status.js +305 -0
  395. package/esm/models/errors/get-campaign-status.js.map +1 -0
  396. package/esm/models/errors/get-company-page-analytics.d.ts +211 -0
  397. package/esm/models/errors/get-company-page-analytics.d.ts.map +1 -0
  398. package/esm/models/errors/get-company-page-analytics.js +307 -0
  399. package/esm/models/errors/get-company-page-analytics.js.map +1 -0
  400. package/esm/models/errors/get-company-page-permissions.d.ts +211 -0
  401. package/esm/models/errors/get-company-page-permissions.d.ts.map +1 -0
  402. package/esm/models/errors/get-company-page-permissions.js +309 -0
  403. package/esm/models/errors/get-company-page-permissions.js.map +1 -0
  404. package/esm/models/errors/get-company-page-posts.d.ts +211 -0
  405. package/esm/models/errors/get-company-page-posts.d.ts.map +1 -0
  406. package/esm/models/errors/get-company-page-posts.js +305 -0
  407. package/esm/models/errors/get-company-page-posts.js.map +1 -0
  408. package/esm/models/errors/get-conversation-messages.d.ts +211 -0
  409. package/esm/models/errors/get-conversation-messages.d.ts.map +1 -0
  410. package/esm/models/errors/get-conversation-messages.js +307 -0
  411. package/esm/models/errors/get-conversation-messages.js.map +1 -0
  412. package/esm/models/errors/get-linked-in-feed.d.ts +211 -0
  413. package/esm/models/errors/get-linked-in-feed.d.ts.map +1 -0
  414. package/esm/models/errors/get-linked-in-feed.js +305 -0
  415. package/esm/models/errors/get-linked-in-feed.js.map +1 -0
  416. package/esm/models/errors/get-linked-in-follower-analytics.d.ts +211 -0
  417. package/esm/models/errors/get-linked-in-follower-analytics.d.ts.map +1 -0
  418. package/esm/models/errors/get-linked-in-follower-analytics.js +311 -0
  419. package/esm/models/errors/get-linked-in-follower-analytics.js.map +1 -0
  420. package/esm/models/errors/get-linked-in-post-analytics.d.ts +211 -0
  421. package/esm/models/errors/get-linked-in-post-analytics.d.ts.map +1 -0
  422. package/esm/models/errors/get-linked-in-post-analytics.js +308 -0
  423. package/esm/models/errors/get-linked-in-post-analytics.js.map +1 -0
  424. package/esm/models/errors/get-linked-in-profile-views.d.ts +211 -0
  425. package/esm/models/errors/get-linked-in-profile-views.d.ts.map +1 -0
  426. package/esm/models/errors/get-linked-in-profile-views.js +307 -0
  427. package/esm/models/errors/get-linked-in-profile-views.js.map +1 -0
  428. package/esm/models/errors/get-linked-in-search-appearances.d.ts +211 -0
  429. package/esm/models/errors/get-linked-in-search-appearances.d.ts.map +1 -0
  430. package/esm/models/errors/get-linked-in-search-appearances.js +311 -0
  431. package/esm/models/errors/get-linked-in-search-appearances.js.map +1 -0
  432. package/esm/models/errors/get-my-credits.d.ts +211 -0
  433. package/esm/models/errors/get-my-credits.d.ts.map +1 -0
  434. package/esm/models/errors/get-my-credits.js +305 -0
  435. package/esm/models/errors/get-my-credits.js.map +1 -0
  436. package/esm/models/errors/get-my-limits.d.ts +211 -0
  437. package/esm/models/errors/get-my-limits.d.ts.map +1 -0
  438. package/esm/models/errors/get-my-limits.js +305 -0
  439. package/esm/models/errors/get-my-limits.js.map +1 -0
  440. package/esm/models/errors/get-my-linked-in-followers.d.ts +211 -0
  441. package/esm/models/errors/get-my-linked-in-followers.d.ts.map +1 -0
  442. package/esm/models/errors/get-my-linked-in-followers.js +307 -0
  443. package/esm/models/errors/get-my-linked-in-followers.js.map +1 -0
  444. package/esm/models/errors/get-my-linked-in-posts.d.ts +211 -0
  445. package/esm/models/errors/get-my-linked-in-posts.d.ts.map +1 -0
  446. package/esm/models/errors/get-my-linked-in-posts.js +305 -0
  447. package/esm/models/errors/get-my-linked-in-posts.js.map +1 -0
  448. package/esm/models/errors/get-my-linked-in-profile.d.ts +211 -0
  449. package/esm/models/errors/get-my-linked-in-profile.d.ts.map +1 -0
  450. package/esm/models/errors/get-my-linked-in-profile.js +305 -0
  451. package/esm/models/errors/get-my-linked-in-profile.js.map +1 -0
  452. package/esm/models/errors/get-unread-count.d.ts +211 -0
  453. package/esm/models/errors/get-unread-count.d.ts.map +1 -0
  454. package/esm/models/errors/get-unread-count.js +305 -0
  455. package/esm/models/errors/get-unread-count.js.map +1 -0
  456. package/esm/models/errors/index.d.ts +77 -0
  457. package/esm/models/errors/index.d.ts.map +1 -1
  458. package/esm/models/errors/index.js +77 -0
  459. package/esm/models/errors/index.js.map +1 -1
  460. package/esm/models/errors/like-linked-in-comment.d.ts +211 -0
  461. package/esm/models/errors/like-linked-in-comment.d.ts.map +1 -0
  462. package/esm/models/errors/like-linked-in-comment.js +305 -0
  463. package/esm/models/errors/like-linked-in-comment.js.map +1 -0
  464. package/esm/models/errors/like-linked-in-post.d.ts +211 -0
  465. package/esm/models/errors/like-linked-in-post.d.ts.map +1 -0
  466. package/esm/models/errors/like-linked-in-post.js +305 -0
  467. package/esm/models/errors/like-linked-in-post.js.map +1 -0
  468. package/esm/models/errors/list-archived-conversations.d.ts +211 -0
  469. package/esm/models/errors/list-archived-conversations.d.ts.map +1 -0
  470. package/esm/models/errors/list-archived-conversations.js +309 -0
  471. package/esm/models/errors/list-archived-conversations.js.map +1 -0
  472. package/esm/models/errors/list-inbox-conversations.d.ts +211 -0
  473. package/esm/models/errors/list-inbox-conversations.d.ts.map +1 -0
  474. package/esm/models/errors/list-inbox-conversations.js +307 -0
  475. package/esm/models/errors/list-inbox-conversations.js.map +1 -0
  476. package/esm/models/errors/list-linked-in-accounts.d.ts +211 -0
  477. package/esm/models/errors/list-linked-in-accounts.d.ts.map +1 -0
  478. package/esm/models/errors/list-linked-in-accounts.js +305 -0
  479. package/esm/models/errors/list-linked-in-accounts.js.map +1 -0
  480. package/esm/models/errors/list-linked-in-company-pages.d.ts +211 -0
  481. package/esm/models/errors/list-linked-in-company-pages.d.ts.map +1 -0
  482. package/esm/models/errors/list-linked-in-company-pages.js +308 -0
  483. package/esm/models/errors/list-linked-in-company-pages.js.map +1 -0
  484. package/esm/models/errors/list-linked-in-invitations.d.ts +211 -0
  485. package/esm/models/errors/list-linked-in-invitations.d.ts.map +1 -0
  486. package/esm/models/errors/list-linked-in-invitations.js +307 -0
  487. package/esm/models/errors/list-linked-in-invitations.js.map +1 -0
  488. package/esm/models/errors/list-sent-linked-in-invitations.d.ts +211 -0
  489. package/esm/models/errors/list-sent-linked-in-invitations.d.ts.map +1 -0
  490. package/esm/models/errors/list-sent-linked-in-invitations.js +310 -0
  491. package/esm/models/errors/list-sent-linked-in-invitations.js.map +1 -0
  492. package/esm/models/errors/list-starred-conversations.d.ts +211 -0
  493. package/esm/models/errors/list-starred-conversations.d.ts.map +1 -0
  494. package/esm/models/errors/list-starred-conversations.js +308 -0
  495. package/esm/models/errors/list-starred-conversations.js.map +1 -0
  496. package/esm/models/errors/mark-all-conversations-read.d.ts +211 -0
  497. package/esm/models/errors/mark-all-conversations-read.d.ts.map +1 -0
  498. package/esm/models/errors/mark-all-conversations-read.js +308 -0
  499. package/esm/models/errors/mark-all-conversations-read.js.map +1 -0
  500. package/esm/models/errors/mark-conversation-seen.d.ts +211 -0
  501. package/esm/models/errors/mark-conversation-seen.d.ts.map +1 -0
  502. package/esm/models/errors/mark-conversation-seen.js +305 -0
  503. package/esm/models/errors/mark-conversation-seen.js.map +1 -0
  504. package/esm/models/errors/publish-linked-in-post.d.ts +211 -0
  505. package/esm/models/errors/publish-linked-in-post.d.ts.map +1 -0
  506. package/esm/models/errors/publish-linked-in-post.js +305 -0
  507. package/esm/models/errors/publish-linked-in-post.js.map +1 -0
  508. package/esm/models/errors/react-to-message.d.ts +211 -0
  509. package/esm/models/errors/react-to-message.d.ts.map +1 -0
  510. package/esm/models/errors/react-to-message.js +305 -0
  511. package/esm/models/errors/react-to-message.js.map +1 -0
  512. package/esm/models/errors/refresh-my-linked-in-profile.d.ts +211 -0
  513. package/esm/models/errors/refresh-my-linked-in-profile.d.ts.map +1 -0
  514. package/esm/models/errors/refresh-my-linked-in-profile.js +308 -0
  515. package/esm/models/errors/refresh-my-linked-in-profile.js.map +1 -0
  516. package/esm/models/errors/reply-to-linked-in-comment.d.ts +211 -0
  517. package/esm/models/errors/reply-to-linked-in-comment.d.ts.map +1 -0
  518. package/esm/models/errors/reply-to-linked-in-comment.js +307 -0
  519. package/esm/models/errors/reply-to-linked-in-comment.js.map +1 -0
  520. package/esm/models/errors/repost-linked-in-post.d.ts +211 -0
  521. package/esm/models/errors/repost-linked-in-post.d.ts.map +1 -0
  522. package/esm/models/errors/repost-linked-in-post.js +305 -0
  523. package/esm/models/errors/repost-linked-in-post.js.map +1 -0
  524. package/esm/models/errors/resolve-linked-in-search-parameters.d.ts +211 -0
  525. package/esm/models/errors/resolve-linked-in-search-parameters.d.ts.map +1 -0
  526. package/esm/models/errors/resolve-linked-in-search-parameters.js +314 -0
  527. package/esm/models/errors/resolve-linked-in-search-parameters.js.map +1 -0
  528. package/esm/models/errors/save-linked-in-post.d.ts +211 -0
  529. package/esm/models/errors/save-linked-in-post.d.ts.map +1 -0
  530. package/esm/models/errors/save-linked-in-post.js +305 -0
  531. package/esm/models/errors/save-linked-in-post.js.map +1 -0
  532. package/esm/models/errors/search-linked-in-by-url.d.ts +211 -0
  533. package/esm/models/errors/search-linked-in-by-url.d.ts.map +1 -0
  534. package/esm/models/errors/search-linked-in-by-url.js +305 -0
  535. package/esm/models/errors/search-linked-in-by-url.js.map +1 -0
  536. package/esm/models/errors/search-linked-in-companies.d.ts +211 -0
  537. package/esm/models/errors/search-linked-in-companies.d.ts.map +1 -0
  538. package/esm/models/errors/search-linked-in-companies.js +307 -0
  539. package/esm/models/errors/search-linked-in-companies.js.map +1 -0
  540. package/esm/models/errors/search-linked-in-conversations.d.ts +211 -0
  541. package/esm/models/errors/search-linked-in-conversations.d.ts.map +1 -0
  542. package/esm/models/errors/search-linked-in-conversations.js +310 -0
  543. package/esm/models/errors/search-linked-in-conversations.js.map +1 -0
  544. package/esm/models/errors/search-linked-in-jobs.d.ts +211 -0
  545. package/esm/models/errors/search-linked-in-jobs.d.ts.map +1 -0
  546. package/esm/models/errors/search-linked-in-jobs.js +305 -0
  547. package/esm/models/errors/search-linked-in-jobs.js.map +1 -0
  548. package/esm/models/errors/search-linked-in-people.d.ts +211 -0
  549. package/esm/models/errors/search-linked-in-people.d.ts.map +1 -0
  550. package/esm/models/errors/search-linked-in-people.js +305 -0
  551. package/esm/models/errors/search-linked-in-people.js.map +1 -0
  552. package/esm/models/errors/search-linked-in-posts.d.ts +211 -0
  553. package/esm/models/errors/search-linked-in-posts.d.ts.map +1 -0
  554. package/esm/models/errors/search-linked-in-posts.js +305 -0
  555. package/esm/models/errors/search-linked-in-posts.js.map +1 -0
  556. package/esm/models/errors/search-linked-in.d.ts +211 -0
  557. package/esm/models/errors/search-linked-in.d.ts.map +1 -0
  558. package/esm/models/errors/search-linked-in.js +305 -0
  559. package/esm/models/errors/search-linked-in.js.map +1 -0
  560. package/esm/models/errors/search-sales-nav-companies.d.ts +211 -0
  561. package/esm/models/errors/search-sales-nav-companies.d.ts.map +1 -0
  562. package/esm/models/errors/search-sales-nav-companies.js +307 -0
  563. package/esm/models/errors/search-sales-nav-companies.js.map +1 -0
  564. package/esm/models/errors/search-sales-nav-people.d.ts +211 -0
  565. package/esm/models/errors/search-sales-nav-people.d.ts.map +1 -0
  566. package/esm/models/errors/search-sales-nav-people.js +305 -0
  567. package/esm/models/errors/search-sales-nav-people.js.map +1 -0
  568. package/esm/models/errors/search-sales-nav.d.ts +211 -0
  569. package/esm/models/errors/search-sales-nav.d.ts.map +1 -0
  570. package/esm/models/errors/search-sales-nav.js +305 -0
  571. package/esm/models/errors/search-sales-nav.js.map +1 -0
  572. package/esm/models/errors/send-linked-in-message.d.ts +211 -0
  573. package/esm/models/errors/send-linked-in-message.d.ts.map +1 -0
  574. package/esm/models/errors/send-linked-in-message.js +305 -0
  575. package/esm/models/errors/send-linked-in-message.js.map +1 -0
  576. package/esm/models/errors/send-typing-indicator.d.ts +211 -0
  577. package/esm/models/errors/send-typing-indicator.d.ts.map +1 -0
  578. package/esm/models/errors/send-typing-indicator.js +305 -0
  579. package/esm/models/errors/send-typing-indicator.js.map +1 -0
  580. package/esm/models/errors/star-conversation.d.ts +211 -0
  581. package/esm/models/errors/star-conversation.d.ts.map +1 -0
  582. package/esm/models/errors/star-conversation.js +305 -0
  583. package/esm/models/errors/star-conversation.js.map +1 -0
  584. package/esm/models/errors/sync-campaign-actions.d.ts +211 -0
  585. package/esm/models/errors/sync-campaign-actions.d.ts.map +1 -0
  586. package/esm/models/errors/sync-campaign-actions.js +305 -0
  587. package/esm/models/errors/sync-campaign-actions.js.map +1 -0
  588. package/esm/models/errors/unarchive-conversation.d.ts +211 -0
  589. package/esm/models/errors/unarchive-conversation.d.ts.map +1 -0
  590. package/esm/models/errors/unarchive-conversation.js +306 -0
  591. package/esm/models/errors/unarchive-conversation.js.map +1 -0
  592. package/esm/models/errors/unfollow-linked-in-company.d.ts +211 -0
  593. package/esm/models/errors/unfollow-linked-in-company.d.ts.map +1 -0
  594. package/esm/models/errors/unfollow-linked-in-company.js +307 -0
  595. package/esm/models/errors/unfollow-linked-in-company.js.map +1 -0
  596. package/esm/models/errors/unfollow-linked-in-profile.d.ts +211 -0
  597. package/esm/models/errors/unfollow-linked-in-profile.d.ts.map +1 -0
  598. package/esm/models/errors/unfollow-linked-in-profile.js +307 -0
  599. package/esm/models/errors/unfollow-linked-in-profile.js.map +1 -0
  600. package/esm/models/errors/unlike-linked-in-comment.d.ts +211 -0
  601. package/esm/models/errors/unlike-linked-in-comment.d.ts.map +1 -0
  602. package/esm/models/errors/unlike-linked-in-comment.js +306 -0
  603. package/esm/models/errors/unlike-linked-in-comment.js.map +1 -0
  604. package/esm/models/errors/unlike-linked-in-post.d.ts +211 -0
  605. package/esm/models/errors/unlike-linked-in-post.d.ts.map +1 -0
  606. package/esm/models/errors/unlike-linked-in-post.js +305 -0
  607. package/esm/models/errors/unlike-linked-in-post.js.map +1 -0
  608. package/esm/models/errors/unreact-to-message.d.ts +211 -0
  609. package/esm/models/errors/unreact-to-message.d.ts.map +1 -0
  610. package/esm/models/errors/unreact-to-message.js +305 -0
  611. package/esm/models/errors/unreact-to-message.js.map +1 -0
  612. package/esm/models/errors/unsave-linked-in-post.d.ts +211 -0
  613. package/esm/models/errors/unsave-linked-in-post.d.ts.map +1 -0
  614. package/esm/models/errors/unsave-linked-in-post.js +305 -0
  615. package/esm/models/errors/unsave-linked-in-post.js.map +1 -0
  616. package/esm/models/errors/unstar-conversation.d.ts +211 -0
  617. package/esm/models/errors/unstar-conversation.d.ts.map +1 -0
  618. package/esm/models/errors/unstar-conversation.js +305 -0
  619. package/esm/models/errors/unstar-conversation.js.map +1 -0
  620. package/esm/models/errors/update-linked-in-account.d.ts +211 -0
  621. package/esm/models/errors/update-linked-in-account.d.ts.map +1 -0
  622. package/esm/models/errors/update-linked-in-account.js +306 -0
  623. package/esm/models/errors/update-linked-in-account.js.map +1 -0
  624. package/esm/models/errors/visit-linked-in-company.d.ts +211 -0
  625. package/esm/models/errors/visit-linked-in-company.d.ts.map +1 -0
  626. package/esm/models/errors/visit-linked-in-company.js +305 -0
  627. package/esm/models/errors/visit-linked-in-company.js.map +1 -0
  628. package/esm/models/errors/visit-linked-in-profile.d.ts +211 -0
  629. package/esm/models/errors/visit-linked-in-profile.d.ts.map +1 -0
  630. package/esm/models/errors/visit-linked-in-profile.js +305 -0
  631. package/esm/models/errors/visit-linked-in-profile.js.map +1 -0
  632. package/esm/models/errors/withdraw-linked-in-invitation.d.ts +211 -0
  633. package/esm/models/errors/withdraw-linked-in-invitation.d.ts.map +1 -0
  634. package/esm/models/errors/withdraw-linked-in-invitation.js +311 -0
  635. package/esm/models/errors/withdraw-linked-in-invitation.js.map +1 -0
  636. package/esm/models/operations/accept-linked-in-invitation.d.ts +206 -0
  637. package/esm/models/operations/accept-linked-in-invitation.d.ts.map +1 -0
  638. package/esm/models/operations/accept-linked-in-invitation.js +191 -0
  639. package/esm/models/operations/accept-linked-in-invitation.js.map +1 -0
  640. package/esm/models/operations/archive-conversation.d.ts +185 -0
  641. package/esm/models/operations/archive-conversation.d.ts.map +1 -0
  642. package/esm/models/operations/archive-conversation.js +182 -0
  643. package/esm/models/operations/archive-conversation.js.map +1 -0
  644. package/esm/models/operations/collect-linked-in-comment-replies.d.ts +270 -0
  645. package/esm/models/operations/collect-linked-in-comment-replies.d.ts.map +1 -0
  646. package/esm/models/operations/collect-linked-in-comment-replies.js +232 -0
  647. package/esm/models/operations/collect-linked-in-comment-replies.js.map +1 -0
  648. package/esm/models/operations/collect-linked-in-comments.d.ts +282 -0
  649. package/esm/models/operations/collect-linked-in-comments.d.ts.map +1 -0
  650. package/esm/models/operations/collect-linked-in-comments.js +239 -0
  651. package/esm/models/operations/collect-linked-in-comments.js.map +1 -0
  652. package/esm/models/operations/collect-linked-in-hashtag-posts.d.ts +196 -0
  653. package/esm/models/operations/collect-linked-in-hashtag-posts.d.ts.map +1 -0
  654. package/esm/models/operations/collect-linked-in-hashtag-posts.js +185 -0
  655. package/esm/models/operations/collect-linked-in-hashtag-posts.js.map +1 -0
  656. package/esm/models/operations/collect-linked-in-likes.d.ts +220 -0
  657. package/esm/models/operations/collect-linked-in-likes.d.ts.map +1 -0
  658. package/esm/models/operations/collect-linked-in-likes.js +206 -0
  659. package/esm/models/operations/collect-linked-in-likes.js.map +1 -0
  660. package/esm/models/operations/collect-linked-in-posts.d.ts +232 -0
  661. package/esm/models/operations/collect-linked-in-posts.d.ts.map +1 -0
  662. package/esm/models/operations/collect-linked-in-posts.js +215 -0
  663. package/esm/models/operations/collect-linked-in-posts.js.map +1 -0
  664. package/esm/models/operations/collect-saved-linked-in-posts.d.ts +192 -0
  665. package/esm/models/operations/collect-saved-linked-in-posts.d.ts.map +1 -0
  666. package/esm/models/operations/collect-saved-linked-in-posts.js +183 -0
  667. package/esm/models/operations/collect-saved-linked-in-posts.js.map +1 -0
  668. package/esm/models/operations/comment-on-linked-in-post.d.ts +215 -0
  669. package/esm/models/operations/comment-on-linked-in-post.d.ts.map +1 -0
  670. package/esm/models/operations/comment-on-linked-in-post.js +188 -0
  671. package/esm/models/operations/comment-on-linked-in-post.js.map +1 -0
  672. package/esm/models/operations/connect-linked-in-profile.d.ts +202 -0
  673. package/esm/models/operations/connect-linked-in-profile.d.ts.map +1 -0
  674. package/esm/models/operations/connect-linked-in-profile.js +189 -0
  675. package/esm/models/operations/connect-linked-in-profile.js.map +1 -0
  676. package/esm/models/operations/decline-linked-in-invitation.d.ts +196 -0
  677. package/esm/models/operations/decline-linked-in-invitation.d.ts.map +1 -0
  678. package/esm/models/operations/decline-linked-in-invitation.js +183 -0
  679. package/esm/models/operations/decline-linked-in-invitation.js.map +1 -0
  680. package/esm/models/operations/edit-linked-in-comment.d.ts +195 -0
  681. package/esm/models/operations/edit-linked-in-comment.d.ts.map +1 -0
  682. package/esm/models/operations/edit-linked-in-comment.js +184 -0
  683. package/esm/models/operations/edit-linked-in-comment.js.map +1 -0
  684. package/esm/models/operations/edit-linked-in-post.d.ts +190 -0
  685. package/esm/models/operations/edit-linked-in-post.d.ts.map +1 -0
  686. package/esm/models/operations/edit-linked-in-post.js +178 -0
  687. package/esm/models/operations/edit-linked-in-post.js.map +1 -0
  688. package/esm/models/operations/filter-campaign.d.ts +204 -0
  689. package/esm/models/operations/filter-campaign.d.ts.map +1 -0
  690. package/esm/models/operations/filter-campaign.js +188 -0
  691. package/esm/models/operations/filter-campaign.js.map +1 -0
  692. package/esm/models/operations/find-linked-in-conversation.d.ts +251 -0
  693. package/esm/models/operations/find-linked-in-conversation.d.ts.map +1 -0
  694. package/esm/models/operations/find-linked-in-conversation.js +246 -0
  695. package/esm/models/operations/find-linked-in-conversation.js.map +1 -0
  696. package/esm/models/operations/follow-linked-in-company.d.ts +185 -0
  697. package/esm/models/operations/follow-linked-in-company.d.ts.map +1 -0
  698. package/esm/models/operations/follow-linked-in-company.js +182 -0
  699. package/esm/models/operations/follow-linked-in-company.js.map +1 -0
  700. package/esm/models/operations/follow-linked-in-profile.d.ts +186 -0
  701. package/esm/models/operations/follow-linked-in-profile.d.ts.map +1 -0
  702. package/esm/models/operations/follow-linked-in-profile.js +183 -0
  703. package/esm/models/operations/follow-linked-in-profile.js.map +1 -0
  704. package/esm/models/operations/get-campaign-stats.d.ts +203 -0
  705. package/esm/models/operations/get-campaign-stats.d.ts.map +1 -0
  706. package/esm/models/operations/get-campaign-stats.js +185 -0
  707. package/esm/models/operations/get-campaign-stats.js.map +1 -0
  708. package/esm/models/operations/get-campaign-status.d.ts +212 -0
  709. package/esm/models/operations/get-campaign-status.d.ts.map +1 -0
  710. package/esm/models/operations/get-campaign-status.js +198 -0
  711. package/esm/models/operations/get-campaign-status.js.map +1 -0
  712. package/esm/models/operations/get-company-page-analytics.d.ts +222 -0
  713. package/esm/models/operations/get-company-page-analytics.d.ts.map +1 -0
  714. package/esm/models/operations/get-company-page-analytics.js +230 -0
  715. package/esm/models/operations/get-company-page-analytics.js.map +1 -0
  716. package/esm/models/operations/get-company-page-permissions.d.ts +284 -0
  717. package/esm/models/operations/get-company-page-permissions.d.ts.map +1 -0
  718. package/esm/models/operations/get-company-page-permissions.js +212 -0
  719. package/esm/models/operations/get-company-page-permissions.js.map +1 -0
  720. package/esm/models/operations/get-company-page-posts.d.ts +229 -0
  721. package/esm/models/operations/get-company-page-posts.d.ts.map +1 -0
  722. package/esm/models/operations/get-company-page-posts.js +198 -0
  723. package/esm/models/operations/get-company-page-posts.js.map +1 -0
  724. package/esm/models/operations/get-conversation-messages.d.ts +241 -0
  725. package/esm/models/operations/get-conversation-messages.d.ts.map +1 -0
  726. package/esm/models/operations/get-conversation-messages.js +241 -0
  727. package/esm/models/operations/get-conversation-messages.js.map +1 -0
  728. package/esm/models/operations/get-linked-in-feed.d.ts +204 -0
  729. package/esm/models/operations/get-linked-in-feed.d.ts.map +1 -0
  730. package/esm/models/operations/get-linked-in-feed.js +188 -0
  731. package/esm/models/operations/get-linked-in-feed.js.map +1 -0
  732. package/esm/models/operations/get-linked-in-follower-analytics.d.ts +179 -0
  733. package/esm/models/operations/get-linked-in-follower-analytics.d.ts.map +1 -0
  734. package/esm/models/operations/get-linked-in-follower-analytics.js +184 -0
  735. package/esm/models/operations/get-linked-in-follower-analytics.js.map +1 -0
  736. package/esm/models/operations/get-linked-in-post-analytics.d.ts +186 -0
  737. package/esm/models/operations/get-linked-in-post-analytics.d.ts.map +1 -0
  738. package/esm/models/operations/get-linked-in-post-analytics.js +187 -0
  739. package/esm/models/operations/get-linked-in-post-analytics.js.map +1 -0
  740. package/esm/models/operations/get-linked-in-profile-views.d.ts +180 -0
  741. package/esm/models/operations/get-linked-in-profile-views.d.ts.map +1 -0
  742. package/esm/models/operations/get-linked-in-profile-views.js +189 -0
  743. package/esm/models/operations/get-linked-in-profile-views.js.map +1 -0
  744. package/esm/models/operations/get-linked-in-search-appearances.d.ts +179 -0
  745. package/esm/models/operations/get-linked-in-search-appearances.d.ts.map +1 -0
  746. package/esm/models/operations/get-linked-in-search-appearances.js +184 -0
  747. package/esm/models/operations/get-linked-in-search-appearances.js.map +1 -0
  748. package/esm/models/operations/get-my-credits.d.ts +194 -0
  749. package/esm/models/operations/get-my-credits.d.ts.map +1 -0
  750. package/esm/models/operations/get-my-credits.js +187 -0
  751. package/esm/models/operations/get-my-credits.js.map +1 -0
  752. package/esm/models/operations/get-my-limits.d.ts +470 -0
  753. package/esm/models/operations/get-my-limits.d.ts.map +1 -0
  754. package/esm/models/operations/get-my-limits.js +305 -0
  755. package/esm/models/operations/get-my-limits.js.map +1 -0
  756. package/esm/models/operations/get-my-linked-in-followers.d.ts +212 -0
  757. package/esm/models/operations/get-my-linked-in-followers.d.ts.map +1 -0
  758. package/esm/models/operations/get-my-linked-in-followers.js +204 -0
  759. package/esm/models/operations/get-my-linked-in-followers.js.map +1 -0
  760. package/esm/models/operations/get-my-linked-in-posts.d.ts +223 -0
  761. package/esm/models/operations/get-my-linked-in-posts.d.ts.map +1 -0
  762. package/esm/models/operations/get-my-linked-in-posts.js +208 -0
  763. package/esm/models/operations/get-my-linked-in-posts.js.map +1 -0
  764. package/esm/models/operations/get-my-linked-in-profile.d.ts +308 -0
  765. package/esm/models/operations/get-my-linked-in-profile.d.ts.map +1 -0
  766. package/esm/models/operations/get-my-linked-in-profile.js +277 -0
  767. package/esm/models/operations/get-my-linked-in-profile.js.map +1 -0
  768. package/esm/models/operations/get-unread-count.d.ts +182 -0
  769. package/esm/models/operations/get-unread-count.d.ts.map +1 -0
  770. package/esm/models/operations/get-unread-count.js +176 -0
  771. package/esm/models/operations/get-unread-count.js.map +1 -0
  772. package/esm/models/operations/index.d.ts +79 -2
  773. package/esm/models/operations/index.d.ts.map +1 -1
  774. package/esm/models/operations/index.js +79 -2
  775. package/esm/models/operations/index.js.map +1 -1
  776. package/esm/models/operations/like-linked-in-comment.d.ts +227 -0
  777. package/esm/models/operations/like-linked-in-comment.d.ts.map +1 -0
  778. package/esm/models/operations/like-linked-in-comment.js +200 -0
  779. package/esm/models/operations/like-linked-in-comment.js.map +1 -0
  780. package/esm/models/operations/like-linked-in-post.d.ts +232 -0
  781. package/esm/models/operations/like-linked-in-post.d.ts.map +1 -0
  782. package/esm/models/operations/like-linked-in-post.js +196 -0
  783. package/esm/models/operations/like-linked-in-post.js.map +1 -0
  784. package/esm/models/operations/list-archived-conversations.d.ts +223 -0
  785. package/esm/models/operations/list-archived-conversations.d.ts.map +1 -0
  786. package/esm/models/operations/list-archived-conversations.js +218 -0
  787. package/esm/models/operations/list-archived-conversations.js.map +1 -0
  788. package/esm/models/operations/list-inbox-conversations.d.ts +223 -0
  789. package/esm/models/operations/list-inbox-conversations.d.ts.map +1 -0
  790. package/esm/models/operations/list-inbox-conversations.js +223 -0
  791. package/esm/models/operations/list-inbox-conversations.js.map +1 -0
  792. package/esm/models/operations/list-linked-in-accounts.d.ts +189 -0
  793. package/esm/models/operations/list-linked-in-accounts.d.ts.map +1 -0
  794. package/esm/models/operations/list-linked-in-accounts.js +196 -0
  795. package/esm/models/operations/list-linked-in-accounts.js.map +1 -0
  796. package/esm/models/operations/list-linked-in-company-pages.d.ts +197 -0
  797. package/esm/models/operations/list-linked-in-company-pages.d.ts.map +1 -0
  798. package/esm/models/operations/list-linked-in-company-pages.js +196 -0
  799. package/esm/models/operations/list-linked-in-company-pages.js.map +1 -0
  800. package/esm/models/operations/list-linked-in-invitations.d.ts +250 -0
  801. package/esm/models/operations/list-linked-in-invitations.d.ts.map +1 -0
  802. package/esm/models/operations/list-linked-in-invitations.js +221 -0
  803. package/esm/models/operations/list-linked-in-invitations.js.map +1 -0
  804. package/esm/models/operations/list-sent-linked-in-invitations.d.ts +192 -0
  805. package/esm/models/operations/list-sent-linked-in-invitations.d.ts.map +1 -0
  806. package/esm/models/operations/list-sent-linked-in-invitations.js +185 -0
  807. package/esm/models/operations/list-sent-linked-in-invitations.js.map +1 -0
  808. package/esm/models/operations/list-starred-conversations.d.ts +223 -0
  809. package/esm/models/operations/list-starred-conversations.d.ts.map +1 -0
  810. package/esm/models/operations/list-starred-conversations.js +224 -0
  811. package/esm/models/operations/list-starred-conversations.js.map +1 -0
  812. package/esm/models/operations/mark-all-conversations-read.d.ts +178 -0
  813. package/esm/models/operations/mark-all-conversations-read.d.ts.map +1 -0
  814. package/esm/models/operations/mark-all-conversations-read.js +184 -0
  815. package/esm/models/operations/mark-all-conversations-read.js.map +1 -0
  816. package/esm/models/operations/mark-conversation-seen.d.ts +185 -0
  817. package/esm/models/operations/mark-conversation-seen.d.ts.map +1 -0
  818. package/esm/models/operations/mark-conversation-seen.js +182 -0
  819. package/esm/models/operations/mark-conversation-seen.js.map +1 -0
  820. package/esm/models/operations/publish-linked-in-post.d.ts +298 -0
  821. package/esm/models/operations/publish-linked-in-post.d.ts.map +1 -0
  822. package/esm/models/operations/publish-linked-in-post.js +223 -0
  823. package/esm/models/operations/publish-linked-in-post.js.map +1 -0
  824. package/esm/models/operations/react-to-message.d.ts +195 -0
  825. package/esm/models/operations/react-to-message.d.ts.map +1 -0
  826. package/esm/models/operations/react-to-message.js +179 -0
  827. package/esm/models/operations/react-to-message.js.map +1 -0
  828. package/esm/models/operations/refresh-my-linked-in-profile.d.ts +309 -0
  829. package/esm/models/operations/refresh-my-linked-in-profile.d.ts.map +1 -0
  830. package/esm/models/operations/refresh-my-linked-in-profile.js +282 -0
  831. package/esm/models/operations/refresh-my-linked-in-profile.js.map +1 -0
  832. package/esm/models/operations/reply-to-linked-in-comment.d.ts +210 -0
  833. package/esm/models/operations/reply-to-linked-in-comment.d.ts.map +1 -0
  834. package/esm/models/operations/reply-to-linked-in-comment.js +190 -0
  835. package/esm/models/operations/reply-to-linked-in-comment.js.map +1 -0
  836. package/esm/models/operations/repost-linked-in-post.d.ts +197 -0
  837. package/esm/models/operations/repost-linked-in-post.d.ts.map +1 -0
  838. package/esm/models/operations/repost-linked-in-post.js +181 -0
  839. package/esm/models/operations/repost-linked-in-post.js.map +1 -0
  840. package/esm/models/operations/resolve-linked-in-search-parameters.d.ts +222 -0
  841. package/esm/models/operations/resolve-linked-in-search-parameters.d.ts.map +1 -0
  842. package/esm/models/operations/resolve-linked-in-search-parameters.js +212 -0
  843. package/esm/models/operations/resolve-linked-in-search-parameters.js.map +1 -0
  844. package/esm/models/operations/save-linked-in-post.d.ts +185 -0
  845. package/esm/models/operations/save-linked-in-post.d.ts.map +1 -0
  846. package/esm/models/operations/save-linked-in-post.js +177 -0
  847. package/esm/models/operations/save-linked-in-post.js.map +1 -0
  848. package/esm/models/operations/search-linked-in-by-url.d.ts +326 -0
  849. package/esm/models/operations/search-linked-in-by-url.d.ts.map +1 -0
  850. package/esm/models/operations/search-linked-in-by-url.js +328 -0
  851. package/esm/models/operations/search-linked-in-by-url.js.map +1 -0
  852. package/esm/models/operations/search-linked-in-companies.d.ts +265 -0
  853. package/esm/models/operations/search-linked-in-companies.d.ts.map +1 -0
  854. package/esm/models/operations/search-linked-in-companies.js +244 -0
  855. package/esm/models/operations/search-linked-in-companies.js.map +1 -0
  856. package/esm/models/operations/search-linked-in-conversations.d.ts +228 -0
  857. package/esm/models/operations/search-linked-in-conversations.d.ts.map +1 -0
  858. package/esm/models/operations/search-linked-in-conversations.js +221 -0
  859. package/esm/models/operations/search-linked-in-conversations.js.map +1 -0
  860. package/esm/models/operations/search-linked-in-jobs.d.ts +327 -0
  861. package/esm/models/operations/search-linked-in-jobs.d.ts.map +1 -0
  862. package/esm/models/operations/search-linked-in-jobs.js +272 -0
  863. package/esm/models/operations/search-linked-in-jobs.js.map +1 -0
  864. package/esm/models/operations/search-linked-in-people.d.ts +316 -0
  865. package/esm/models/operations/search-linked-in-people.d.ts.map +1 -0
  866. package/esm/models/operations/search-linked-in-people.js +257 -0
  867. package/esm/models/operations/search-linked-in-people.js.map +1 -0
  868. package/esm/models/operations/search-linked-in-posts.d.ts +316 -0
  869. package/esm/models/operations/search-linked-in-posts.d.ts.map +1 -0
  870. package/esm/models/operations/search-linked-in-posts.js +270 -0
  871. package/esm/models/operations/search-linked-in-posts.js.map +1 -0
  872. package/esm/models/operations/search-linked-in.d.ts +545 -0
  873. package/esm/models/operations/search-linked-in.d.ts.map +1 -0
  874. package/esm/models/operations/search-linked-in.js +433 -0
  875. package/esm/models/operations/search-linked-in.js.map +1 -0
  876. package/esm/models/operations/search-sales-nav-companies.d.ts +310 -0
  877. package/esm/models/operations/search-sales-nav-companies.d.ts.map +1 -0
  878. package/esm/models/operations/search-sales-nav-companies.js +252 -0
  879. package/esm/models/operations/search-sales-nav-companies.js.map +1 -0
  880. package/esm/models/operations/search-sales-nav-people.d.ts +429 -0
  881. package/esm/models/operations/search-sales-nav-people.d.ts.map +1 -0
  882. package/esm/models/operations/search-sales-nav-people.js +314 -0
  883. package/esm/models/operations/search-sales-nav-people.js.map +1 -0
  884. package/esm/models/operations/search-sales-nav.d.ts +497 -0
  885. package/esm/models/operations/search-sales-nav.d.ts.map +1 -0
  886. package/esm/models/operations/search-sales-nav.js +358 -0
  887. package/esm/models/operations/search-sales-nav.js.map +1 -0
  888. package/esm/models/operations/send-linked-in-message.d.ts +212 -0
  889. package/esm/models/operations/send-linked-in-message.d.ts.map +1 -0
  890. package/esm/models/operations/send-linked-in-message.js +188 -0
  891. package/esm/models/operations/send-linked-in-message.js.map +1 -0
  892. package/esm/models/operations/send-typing-indicator.d.ts +185 -0
  893. package/esm/models/operations/send-typing-indicator.d.ts.map +1 -0
  894. package/esm/models/operations/send-typing-indicator.js +182 -0
  895. package/esm/models/operations/send-typing-indicator.js.map +1 -0
  896. package/esm/models/operations/star-conversation.d.ts +185 -0
  897. package/esm/models/operations/star-conversation.d.ts.map +1 -0
  898. package/esm/models/operations/star-conversation.js +177 -0
  899. package/esm/models/operations/star-conversation.js.map +1 -0
  900. package/esm/models/operations/sync-campaign-actions.d.ts +238 -0
  901. package/esm/models/operations/sync-campaign-actions.d.ts.map +1 -0
  902. package/esm/models/operations/sync-campaign-actions.js +216 -0
  903. package/esm/models/operations/sync-campaign-actions.js.map +1 -0
  904. package/esm/models/operations/unarchive-conversation.d.ts +185 -0
  905. package/esm/models/operations/unarchive-conversation.d.ts.map +1 -0
  906. package/esm/models/operations/unarchive-conversation.js +182 -0
  907. package/esm/models/operations/unarchive-conversation.js.map +1 -0
  908. package/esm/models/operations/unfollow-linked-in-company.d.ts +185 -0
  909. package/esm/models/operations/unfollow-linked-in-company.d.ts.map +1 -0
  910. package/esm/models/operations/unfollow-linked-in-company.js +189 -0
  911. package/esm/models/operations/unfollow-linked-in-company.js.map +1 -0
  912. package/esm/models/operations/unfollow-linked-in-profile.d.ts +186 -0
  913. package/esm/models/operations/unfollow-linked-in-profile.d.ts.map +1 -0
  914. package/esm/models/operations/unfollow-linked-in-profile.js +190 -0
  915. package/esm/models/operations/unfollow-linked-in-profile.js.map +1 -0
  916. package/esm/models/operations/unlike-linked-in-comment.d.ts +185 -0
  917. package/esm/models/operations/unlike-linked-in-comment.d.ts.map +1 -0
  918. package/esm/models/operations/unlike-linked-in-comment.js +182 -0
  919. package/esm/models/operations/unlike-linked-in-comment.js.map +1 -0
  920. package/esm/models/operations/unlike-linked-in-post.d.ts +185 -0
  921. package/esm/models/operations/unlike-linked-in-post.d.ts.map +1 -0
  922. package/esm/models/operations/unlike-linked-in-post.js +177 -0
  923. package/esm/models/operations/unlike-linked-in-post.js.map +1 -0
  924. package/esm/models/operations/unreact-to-message.d.ts +195 -0
  925. package/esm/models/operations/unreact-to-message.d.ts.map +1 -0
  926. package/esm/models/operations/unreact-to-message.js +179 -0
  927. package/esm/models/operations/unreact-to-message.js.map +1 -0
  928. package/esm/models/operations/unsave-linked-in-post.d.ts +185 -0
  929. package/esm/models/operations/unsave-linked-in-post.d.ts.map +1 -0
  930. package/esm/models/operations/unsave-linked-in-post.js +177 -0
  931. package/esm/models/operations/unsave-linked-in-post.js.map +1 -0
  932. package/esm/models/operations/unstar-conversation.d.ts +185 -0
  933. package/esm/models/operations/unstar-conversation.d.ts.map +1 -0
  934. package/esm/models/operations/unstar-conversation.js +177 -0
  935. package/esm/models/operations/unstar-conversation.js.map +1 -0
  936. package/esm/models/operations/update-linked-in-account.d.ts +201 -0
  937. package/esm/models/operations/update-linked-in-account.d.ts.map +1 -0
  938. package/esm/models/operations/update-linked-in-account.js +197 -0
  939. package/esm/models/operations/update-linked-in-account.js.map +1 -0
  940. package/esm/models/operations/upsert-contacts.d.ts +162 -0
  941. package/esm/models/operations/upsert-contacts.d.ts.map +1 -0
  942. package/esm/models/operations/upsert-contacts.js +110 -0
  943. package/esm/models/operations/upsert-contacts.js.map +1 -0
  944. package/esm/models/operations/visit-linked-in-company.d.ts +310 -0
  945. package/esm/models/operations/visit-linked-in-company.d.ts.map +1 -0
  946. package/esm/models/operations/visit-linked-in-company.js +277 -0
  947. package/esm/models/operations/visit-linked-in-company.js.map +1 -0
  948. package/esm/models/operations/visit-linked-in-profile.d.ts +337 -0
  949. package/esm/models/operations/visit-linked-in-profile.d.ts.map +1 -0
  950. package/esm/models/operations/visit-linked-in-profile.js +293 -0
  951. package/esm/models/operations/visit-linked-in-profile.js.map +1 -0
  952. package/esm/models/operations/withdraw-linked-in-invitation.d.ts +186 -0
  953. package/esm/models/operations/withdraw-linked-in-invitation.d.ts.map +1 -0
  954. package/esm/models/operations/withdraw-linked-in-invitation.js +182 -0
  955. package/esm/models/operations/withdraw-linked-in-invitation.js.map +1 -0
  956. package/esm/sdk/actions.d.ts +33 -0
  957. package/esm/sdk/actions.d.ts.map +1 -0
  958. package/esm/sdk/actions.js +48 -0
  959. package/esm/sdk/actions.js.map +1 -0
  960. package/esm/sdk/campaigns.d.ts +1 -1
  961. package/esm/sdk/campaigns.d.ts.map +1 -1
  962. package/esm/sdk/campaigns.js +3 -3
  963. package/esm/sdk/campaigns.js.map +1 -1
  964. package/esm/sdk/{linkedin-chat.d.ts → chat.d.ts} +11 -15
  965. package/esm/sdk/chat.d.ts.map +1 -0
  966. package/esm/sdk/chat.js +55 -0
  967. package/esm/sdk/chat.js.map +1 -0
  968. package/esm/sdk/company-pages.d.ts +33 -0
  969. package/esm/sdk/company-pages.d.ts.map +1 -0
  970. package/esm/sdk/company-pages.js +48 -0
  971. package/esm/sdk/company-pages.js.map +1 -0
  972. package/esm/sdk/contacts.d.ts +12 -0
  973. package/esm/sdk/contacts.d.ts.map +1 -0
  974. package/esm/sdk/contacts.js +18 -0
  975. package/esm/sdk/contacts.js.map +1 -0
  976. package/esm/sdk/linked-in-actions-2.d.ts +47 -0
  977. package/esm/sdk/linked-in-actions-2.d.ts.map +1 -0
  978. package/esm/sdk/linked-in-actions-2.js +68 -0
  979. package/esm/sdk/linked-in-actions-2.js.map +1 -0
  980. package/esm/sdk/linked-in-chat-2.d.ts +40 -0
  981. package/esm/sdk/linked-in-chat-2.d.ts.map +1 -0
  982. package/esm/sdk/linked-in-chat-2.js +58 -0
  983. package/esm/sdk/linked-in-chat-2.js.map +1 -0
  984. package/esm/sdk/linked-in-scrapers-2.d.ts +19 -0
  985. package/esm/sdk/linked-in-scrapers-2.d.ts.map +1 -0
  986. package/esm/sdk/linked-in-scrapers-2.js +28 -0
  987. package/esm/sdk/linked-in-scrapers-2.js.map +1 -0
  988. package/esm/sdk/linked-in-search-1.d.ts +149 -0
  989. package/esm/sdk/linked-in-search-1.d.ts.map +1 -0
  990. package/esm/sdk/linked-in-search-1.js +161 -0
  991. package/esm/sdk/linked-in-search-1.js.map +1 -0
  992. package/esm/sdk/linkedin-actions-1.d.ts +96 -0
  993. package/esm/sdk/linkedin-actions-1.d.ts.map +1 -0
  994. package/esm/sdk/linkedin-actions-1.js +138 -0
  995. package/esm/sdk/linkedin-actions-1.js.map +1 -0
  996. package/esm/sdk/linkedin-chat-1.d.ts +58 -0
  997. package/esm/sdk/linkedin-chat-1.d.ts.map +1 -0
  998. package/esm/sdk/linkedin-chat-1.js +82 -0
  999. package/esm/sdk/linkedin-chat-1.js.map +1 -0
  1000. package/esm/sdk/{linkedin-scrapers.d.ts → linkedin-scrapers-1.d.ts} +12 -19
  1001. package/esm/sdk/linkedin-scrapers-1.d.ts.map +1 -0
  1002. package/esm/sdk/{linkedin-scrapers.js → linkedin-scrapers-1.js} +17 -27
  1003. package/esm/sdk/linkedin-scrapers-1.js.map +1 -0
  1004. package/esm/sdk/{linkedin-search.d.ts → linkedin-search-2.d.ts} +2 -146
  1005. package/esm/sdk/linkedin-search-2.d.ts.map +1 -0
  1006. package/esm/sdk/{linkedin-search.js → linkedin-search-2.js} +2 -155
  1007. package/esm/sdk/linkedin-search-2.js.map +1 -0
  1008. package/esm/sdk/profile.d.ts +43 -1
  1009. package/esm/sdk/profile.d.ts.map +1 -1
  1010. package/esm/sdk/profile.js +63 -3
  1011. package/esm/sdk/profile.js.map +1 -1
  1012. package/esm/sdk/sales-nav.d.ts +47 -0
  1013. package/esm/sdk/sales-nav.d.ts.map +1 -0
  1014. package/esm/sdk/sales-nav.js +53 -0
  1015. package/esm/sdk/sales-nav.js.map +1 -0
  1016. package/esm/sdk/sales-navigator-search.d.ts +55 -0
  1017. package/esm/sdk/sales-navigator-search.d.ts.map +1 -0
  1018. package/esm/sdk/sales-navigator-search.js +64 -0
  1019. package/esm/sdk/sales-navigator-search.js.map +1 -0
  1020. package/esm/sdk/scrapers.d.ts +19 -0
  1021. package/esm/sdk/scrapers.d.ts.map +1 -0
  1022. package/esm/sdk/scrapers.js +28 -0
  1023. package/esm/sdk/scrapers.js.map +1 -0
  1024. package/esm/sdk/sdk.d.ts +41 -8
  1025. package/esm/sdk/sdk.d.ts.map +1 -1
  1026. package/esm/sdk/sdk.js +63 -8
  1027. package/esm/sdk/sdk.js.map +1 -1
  1028. package/esm/types/discriminated-union.d.ts +25 -0
  1029. package/esm/types/discriminated-union.d.ts.map +1 -0
  1030. package/esm/types/discriminated-union.js +61 -0
  1031. package/esm/types/discriminated-union.js.map +1 -0
  1032. package/esm/types/smart-union.d.ts.map +1 -1
  1033. package/esm/types/smart-union.js +2 -1
  1034. package/esm/types/smart-union.js.map +1 -1
  1035. package/jsr.json +1 -1
  1036. package/package.json +1 -1
  1037. package/src/funcs/{linkedin-actions-connect-profile.ts → actions-connect-profile.ts} +49 -37
  1038. package/src/funcs/actions-follow-company.ts +224 -0
  1039. package/src/funcs/actions-list-sent-invitations.ts +242 -0
  1040. package/src/funcs/{linkedin-actions-send-message.ts → actions-send-message.ts} +43 -37
  1041. package/src/funcs/campaigns-filter.ts +36 -36
  1042. package/src/funcs/campaigns-get-stats.ts +39 -36
  1043. package/src/funcs/campaigns-get-status.ts +39 -36
  1044. package/src/funcs/{campaigns-sync-actions.ts → campaigns-sync.ts} +43 -37
  1045. package/src/funcs/chat-archive.ts +221 -0
  1046. package/src/funcs/{linkedin-chat-find-conversation.ts → chat-find-conversation.ts} +52 -37
  1047. package/src/funcs/{linkedin-chat-search-conversations.ts → chat-search-conversations.ts} +61 -37
  1048. package/src/funcs/chat-unreact.ts +218 -0
  1049. package/src/funcs/company-pages-get-analytics.ts +227 -0
  1050. package/src/funcs/company-pages-get-permissions.ts +236 -0
  1051. package/src/funcs/company-pages-get-posts.ts +221 -0
  1052. package/src/funcs/company-pages-list.ts +210 -0
  1053. package/src/funcs/contacts-upsert.ts +161 -0
  1054. package/src/funcs/linked-in-actions-create-comment.ts +224 -0
  1055. package/src/funcs/linked-in-actions-decline-invitation.ts +236 -0
  1056. package/src/funcs/{linkedin-actions-like-comment.ts → linked-in-actions-like-comment.ts} +43 -37
  1057. package/src/funcs/{linkedin-actions-publish-post.ts → linked-in-actions-publish-post.ts} +44 -38
  1058. package/src/funcs/linked-in-actions-save-post.ts +218 -0
  1059. package/src/funcs/linked-in-actions-unfollow-profile.ts +227 -0
  1060. package/src/funcs/linked-in-chat-list-starred.ts +235 -0
  1061. package/src/funcs/linked-in-chat-mark-seen.ts +224 -0
  1062. package/src/funcs/linked-in-chat-star.ts +218 -0
  1063. package/src/funcs/linked-in-chat-unarchive.ts +224 -0
  1064. package/src/funcs/linked-in-chat-unstar.ts +218 -0
  1065. package/src/funcs/{linkedin-scrapers-collect-comment-replies.ts → linked-in-scrapers-collect-comment-replies.ts} +62 -37
  1066. package/src/funcs/linked-in-scrapers-get-feed.ts +223 -0
  1067. package/src/funcs/{linkedin-search-resolve-parameters.ts → linked-in-search-resolve-parameters.ts} +65 -37
  1068. package/src/funcs/{linkedin-search-search-companies.ts → linked-in-search-search-companies.ts} +49 -37
  1069. package/src/funcs/{linkedin-search-unified-search.ts → linked-in-search-search.ts} +37 -37
  1070. package/src/funcs/linkedin-actions-accept-invitation.ts +51 -36
  1071. package/src/funcs/linkedin-actions-edit-comment.ts +221 -0
  1072. package/src/funcs/linkedin-actions-edit-post.ts +218 -0
  1073. package/src/funcs/linkedin-actions-follow-profile.ts +224 -0
  1074. package/src/funcs/linkedin-actions-like-post.ts +218 -0
  1075. package/src/funcs/linkedin-actions-list-invitations.ts +48 -36
  1076. package/src/funcs/linkedin-actions-reply-to-comment.ts +48 -36
  1077. package/src/funcs/linkedin-actions-repost-post.ts +218 -0
  1078. package/src/funcs/linkedin-actions-unfollow-company.ts +227 -0
  1079. package/src/funcs/linkedin-actions-unlike-comment.ts +224 -0
  1080. package/src/funcs/linkedin-actions-unlike-post.ts +218 -0
  1081. package/src/funcs/linkedin-actions-unsave-post.ts +218 -0
  1082. package/src/funcs/linkedin-actions-withdraw-invitation.ts +242 -0
  1083. package/src/funcs/linkedin-chat-get-messages.ts +48 -36
  1084. package/src/funcs/linkedin-chat-get-unread-count.ts +199 -0
  1085. package/src/funcs/linkedin-chat-list-archived.ts +238 -0
  1086. package/src/funcs/{linkedin-chat-list-conversations.ts → linkedin-chat-list-inbox-conversations.ts} +49 -37
  1087. package/src/funcs/linkedin-chat-mark-all-read.ts +214 -0
  1088. package/src/funcs/linkedin-chat-react.ts +214 -0
  1089. package/src/funcs/linkedin-chat-send-typing-indicator.ts +221 -0
  1090. package/src/funcs/linkedin-scrapers-collect-comments.ts +48 -36
  1091. package/src/funcs/linkedin-scrapers-collect-hashtag-posts.ts +242 -0
  1092. package/src/funcs/linkedin-scrapers-collect-likes.ts +46 -37
  1093. package/src/funcs/linkedin-scrapers-list-saved-posts.ts +236 -0
  1094. package/src/funcs/linkedin-scrapers-visit-company.ts +45 -36
  1095. package/src/funcs/linkedin-search-search-by-url.ts +42 -36
  1096. package/src/funcs/linkedin-search-search-jobs.ts +39 -36
  1097. package/src/funcs/linkedin-search-search-people.ts +45 -36
  1098. package/src/funcs/linkedin-search-search-posts.ts +42 -36
  1099. package/src/funcs/profile-get-credits.ts +36 -36
  1100. package/src/funcs/profile-get-follower-analytics.ts +223 -0
  1101. package/src/funcs/profile-get-followers.ts +48 -36
  1102. package/src/funcs/profile-get-limits.ts +36 -36
  1103. package/src/funcs/profile-get-post-analytics.ts +230 -0
  1104. package/src/funcs/profile-get-posts.ts +39 -36
  1105. package/src/funcs/profile-get-profile-views.ts +211 -0
  1106. package/src/funcs/profile-get-search-appearances.ts +223 -0
  1107. package/src/funcs/{profile-get-linked-in-profile.ts → profile-get.ts} +46 -37
  1108. package/src/funcs/profile-list-accounts.ts +204 -0
  1109. package/src/funcs/profile-refresh.ts +51 -36
  1110. package/src/funcs/profile-update-account.ts +224 -0
  1111. package/src/funcs/sales-nav-search-people.ts +259 -0
  1112. package/src/funcs/sales-navigator-search-search-companies.ts +242 -0
  1113. package/src/funcs/sales-navigator-search-search.ts +235 -0
  1114. package/src/funcs/{linkedin-scrapers-collect-posts.ts → scrapers-collect-posts.ts} +46 -37
  1115. package/src/funcs/{linkedin-scrapers-visit-profile.ts → scrapers-visit-profile.ts} +46 -37
  1116. package/src/lib/config.ts +4 -4
  1117. package/src/models/errors/accept-linked-in-invitation.ts +505 -0
  1118. package/src/models/errors/archive-conversation.ts +504 -0
  1119. package/src/models/errors/collect-linked-in-comment-replies.ts +512 -0
  1120. package/src/models/errors/collect-linked-in-comments.ts +506 -0
  1121. package/src/models/errors/collect-linked-in-hashtag-posts.ts +508 -0
  1122. package/src/models/errors/collect-linked-in-likes.ts +162 -152
  1123. package/src/models/errors/collect-linked-in-posts.ts +504 -0
  1124. package/src/models/errors/collect-saved-linked-in-posts.ts +504 -0
  1125. package/src/models/errors/comment-on-linked-in-post.ts +507 -0
  1126. package/src/models/errors/connect-linked-in-profile.ts +508 -0
  1127. package/src/models/errors/decline-linked-in-invitation.ts +504 -0
  1128. package/src/models/errors/edit-linked-in-comment.ts +504 -0
  1129. package/src/models/errors/edit-linked-in-post.ts +504 -0
  1130. package/src/models/errors/filter-campaign.ts +500 -0
  1131. package/src/models/errors/find-linked-in-conversation.ts +505 -0
  1132. package/src/models/errors/follow-linked-in-company.ts +507 -0
  1133. package/src/models/errors/follow-linked-in-profile.ts +507 -0
  1134. package/src/models/errors/get-campaign-stats.ts +504 -0
  1135. package/src/models/errors/get-campaign-status.ts +508 -0
  1136. package/src/models/errors/get-company-page-analytics.ts +506 -0
  1137. package/src/models/errors/get-company-page-permissions.ts +504 -0
  1138. package/src/models/errors/get-company-page-posts.ts +504 -0
  1139. package/src/models/errors/get-conversation-messages.ts +506 -0
  1140. package/src/models/errors/get-linked-in-feed.ts +502 -0
  1141. package/src/models/errors/get-linked-in-follower-analytics.ts +511 -0
  1142. package/src/models/errors/get-linked-in-post-analytics.ts +505 -0
  1143. package/src/models/errors/get-linked-in-profile-views.ts +506 -0
  1144. package/src/models/errors/get-linked-in-search-appearances.ts +511 -0
  1145. package/src/models/errors/get-my-credits.ts +500 -0
  1146. package/src/models/errors/get-my-limits.ts +500 -0
  1147. package/src/models/errors/get-my-linked-in-followers.ts +508 -0
  1148. package/src/models/errors/get-my-linked-in-posts.ts +506 -0
  1149. package/src/models/errors/get-my-linked-in-profile.ts +504 -0
  1150. package/src/models/errors/get-unread-count.ts +500 -0
  1151. package/src/models/errors/index.ts +77 -0
  1152. package/src/models/errors/like-linked-in-comment.ts +504 -0
  1153. package/src/models/errors/like-linked-in-post.ts +504 -0
  1154. package/src/models/errors/list-archived-conversations.ts +504 -0
  1155. package/src/models/errors/list-inbox-conversations.ts +508 -0
  1156. package/src/models/errors/list-linked-in-accounts.ts +504 -0
  1157. package/src/models/errors/list-linked-in-company-pages.ts +505 -0
  1158. package/src/models/errors/list-linked-in-invitations.ts +506 -0
  1159. package/src/models/errors/list-sent-linked-in-invitations.ts +508 -0
  1160. package/src/models/errors/list-starred-conversations.ts +505 -0
  1161. package/src/models/errors/mark-all-conversations-read.ts +505 -0
  1162. package/src/models/errors/mark-conversation-seen.ts +504 -0
  1163. package/src/models/errors/publish-linked-in-post.ts +504 -0
  1164. package/src/models/errors/react-to-message.ts +500 -0
  1165. package/src/models/errors/refresh-my-linked-in-profile.ts +505 -0
  1166. package/src/models/errors/reply-to-linked-in-comment.ts +508 -0
  1167. package/src/models/errors/repost-linked-in-post.ts +506 -0
  1168. package/src/models/errors/resolve-linked-in-search-parameters.ts +519 -0
  1169. package/src/models/errors/save-linked-in-post.ts +504 -0
  1170. package/src/models/errors/search-linked-in-by-url.ts +504 -0
  1171. package/src/models/errors/search-linked-in-companies.ts +506 -0
  1172. package/src/models/errors/search-linked-in-conversations.ts +508 -0
  1173. package/src/models/errors/search-linked-in-jobs.ts +506 -0
  1174. package/src/models/errors/search-linked-in-people.ts +504 -0
  1175. package/src/models/errors/search-linked-in-posts.ts +504 -0
  1176. package/src/models/errors/search-linked-in.ts +500 -0
  1177. package/src/models/errors/search-sales-nav-companies.ts +506 -0
  1178. package/src/models/errors/search-sales-nav-people.ts +504 -0
  1179. package/src/models/errors/search-sales-nav.ts +500 -0
  1180. package/src/models/errors/send-linked-in-message.ts +504 -0
  1181. package/src/models/errors/send-typing-indicator.ts +504 -0
  1182. package/src/models/errors/star-conversation.ts +504 -0
  1183. package/src/models/errors/sync-campaign-actions.ts +504 -0
  1184. package/src/models/errors/unarchive-conversation.ts +507 -0
  1185. package/src/models/errors/unfollow-linked-in-company.ts +506 -0
  1186. package/src/models/errors/unfollow-linked-in-profile.ts +506 -0
  1187. package/src/models/errors/unlike-linked-in-comment.ts +507 -0
  1188. package/src/models/errors/unlike-linked-in-post.ts +506 -0
  1189. package/src/models/errors/unreact-to-message.ts +504 -0
  1190. package/src/models/errors/unsave-linked-in-post.ts +506 -0
  1191. package/src/models/errors/unstar-conversation.ts +506 -0
  1192. package/src/models/errors/update-linked-in-account.ts +507 -0
  1193. package/src/models/errors/visit-linked-in-company.ts +504 -0
  1194. package/src/models/errors/visit-linked-in-profile.ts +504 -0
  1195. package/src/models/errors/withdraw-linked-in-invitation.ts +508 -0
  1196. package/src/models/operations/accept-linked-in-invitation.ts +668 -0
  1197. package/src/models/operations/archive-conversation.ts +603 -0
  1198. package/src/models/operations/collect-linked-in-comment-replies.ts +832 -0
  1199. package/src/models/operations/collect-linked-in-comments.ts +801 -0
  1200. package/src/models/operations/collect-linked-in-hashtag-posts.ts +676 -0
  1201. package/src/models/operations/collect-linked-in-likes.ts +682 -0
  1202. package/src/models/operations/collect-linked-in-posts.ts +702 -0
  1203. package/src/models/operations/collect-saved-linked-in-posts.ts +653 -0
  1204. package/src/models/operations/comment-on-linked-in-post.ts +649 -0
  1205. package/src/models/operations/connect-linked-in-profile.ts +646 -0
  1206. package/src/models/operations/decline-linked-in-invitation.ts +657 -0
  1207. package/src/models/operations/edit-linked-in-comment.ts +615 -0
  1208. package/src/models/operations/edit-linked-in-post.ts +589 -0
  1209. package/src/models/operations/filter-campaign.ts +610 -0
  1210. package/src/models/operations/find-linked-in-conversation.ts +809 -0
  1211. package/src/models/operations/follow-linked-in-company.ts +613 -0
  1212. package/src/models/operations/follow-linked-in-profile.ts +615 -0
  1213. package/src/models/operations/get-campaign-stats.ts +617 -0
  1214. package/src/models/operations/get-campaign-status.ts +656 -0
  1215. package/src/models/operations/get-company-page-analytics.ts +736 -0
  1216. package/src/models/operations/get-company-page-permissions.ts +780 -0
  1217. package/src/models/operations/get-company-page-posts.ts +672 -0
  1218. package/src/models/operations/get-conversation-messages.ts +763 -0
  1219. package/src/models/operations/get-linked-in-feed.ts +608 -0
  1220. package/src/models/operations/get-linked-in-follower-analytics.ts +664 -0
  1221. package/src/models/operations/get-linked-in-post-analytics.ts +644 -0
  1222. package/src/models/operations/get-linked-in-profile-views.ts +624 -0
  1223. package/src/models/operations/get-linked-in-search-appearances.ts +664 -0
  1224. package/src/models/operations/get-my-credits.ts +580 -0
  1225. package/src/models/operations/get-my-limits.ts +1086 -0
  1226. package/src/models/operations/get-my-linked-in-followers.ts +677 -0
  1227. package/src/models/operations/get-my-linked-in-posts.ts +670 -0
  1228. package/src/models/operations/get-my-linked-in-profile.ts +911 -0
  1229. package/src/models/operations/get-unread-count.ts +570 -0
  1230. package/src/models/operations/index.ts +79 -2
  1231. package/src/models/operations/like-linked-in-comment.ts +659 -0
  1232. package/src/models/operations/like-linked-in-post.ts +642 -0
  1233. package/src/models/operations/list-archived-conversations.ts +755 -0
  1234. package/src/models/operations/list-inbox-conversations.ts +735 -0
  1235. package/src/models/operations/list-linked-in-accounts.ts +630 -0
  1236. package/src/models/operations/list-linked-in-company-pages.ts +660 -0
  1237. package/src/models/operations/list-linked-in-invitations.ts +738 -0
  1238. package/src/models/operations/list-sent-linked-in-invitations.ts +672 -0
  1239. package/src/models/operations/list-starred-conversations.ts +754 -0
  1240. package/src/models/operations/mark-all-conversations-read.ts +633 -0
  1241. package/src/models/operations/mark-conversation-seen.ts +613 -0
  1242. package/src/models/operations/publish-linked-in-post.ts +745 -0
  1243. package/src/models/operations/react-to-message.ts +586 -0
  1244. package/src/models/operations/refresh-my-linked-in-profile.ts +958 -0
  1245. package/src/models/operations/reply-to-linked-in-comment.ts +655 -0
  1246. package/src/models/operations/repost-linked-in-post.ts +610 -0
  1247. package/src/models/operations/resolve-linked-in-search-parameters.ts +749 -0
  1248. package/src/models/operations/save-linked-in-post.ts +583 -0
  1249. package/src/models/operations/search-linked-in-by-url.ts +977 -0
  1250. package/src/models/operations/search-linked-in-companies.ts +779 -0
  1251. package/src/models/operations/search-linked-in-conversations.ts +779 -0
  1252. package/src/models/operations/search-linked-in-jobs.ts +836 -0
  1253. package/src/models/operations/search-linked-in-people.ts +853 -0
  1254. package/src/models/operations/search-linked-in-posts.ts +840 -0
  1255. package/src/models/operations/search-linked-in.ts +1238 -0
  1256. package/src/models/operations/search-sales-nav-companies.ts +848 -0
  1257. package/src/models/operations/search-sales-nav-people.ts +1074 -0
  1258. package/src/models/operations/search-sales-nav.ts +1175 -0
  1259. package/src/models/operations/send-linked-in-message.ts +636 -0
  1260. package/src/models/operations/send-typing-indicator.ts +603 -0
  1261. package/src/models/operations/star-conversation.ts +583 -0
  1262. package/src/models/operations/sync-campaign-actions.ts +707 -0
  1263. package/src/models/operations/unarchive-conversation.ts +613 -0
  1264. package/src/models/operations/unfollow-linked-in-company.ts +629 -0
  1265. package/src/models/operations/unfollow-linked-in-profile.ts +631 -0
  1266. package/src/models/operations/unlike-linked-in-comment.ts +613 -0
  1267. package/src/models/operations/unlike-linked-in-post.ts +594 -0
  1268. package/src/models/operations/unreact-to-message.ts +595 -0
  1269. package/src/models/operations/unsave-linked-in-post.ts +594 -0
  1270. package/src/models/operations/unstar-conversation.ts +594 -0
  1271. package/src/models/operations/update-linked-in-account.ts +653 -0
  1272. package/src/models/operations/upsert-contacts.ts +279 -0
  1273. package/src/models/operations/visit-linked-in-company.ts +900 -0
  1274. package/src/models/operations/visit-linked-in-profile.ts +950 -0
  1275. package/src/models/operations/withdraw-linked-in-invitation.ts +655 -0
  1276. package/src/sdk/actions.ts +81 -0
  1277. package/src/sdk/campaigns.ts +3 -3
  1278. package/src/sdk/{linkedin-chat.ts → chat.ts} +29 -33
  1279. package/src/sdk/company-pages.ts +79 -0
  1280. package/src/sdk/contacts.ts +27 -0
  1281. package/src/sdk/linked-in-actions-2.ts +117 -0
  1282. package/src/sdk/linked-in-chat-2.ts +99 -0
  1283. package/src/sdk/linked-in-scrapers-2.ts +45 -0
  1284. package/src/sdk/linked-in-search-1.ts +186 -0
  1285. package/src/sdk/linkedin-actions-1.ts +243 -0
  1286. package/src/sdk/linkedin-chat-1.ts +139 -0
  1287. package/src/sdk/{linkedin-scrapers.ts → linkedin-scrapers-1.ts} +22 -40
  1288. package/src/sdk/{linkedin-search.ts → linkedin-search-2.ts} +1 -178
  1289. package/src/sdk/profile.ts +109 -3
  1290. package/src/sdk/sales-nav.ts +62 -0
  1291. package/src/sdk/sales-navigator-search.ts +81 -0
  1292. package/src/sdk/scrapers.ts +45 -0
  1293. package/src/sdk/sdk.ts +84 -16
  1294. package/src/types/discriminated-union.ts +101 -0
  1295. package/src/types/smart-union.ts +2 -1
  1296. package/esm/funcs/campaigns-sync-actions.d.ts.map +0 -1
  1297. package/esm/funcs/campaigns-sync-actions.js.map +0 -1
  1298. package/esm/funcs/linkedin-actions-connect-profile.d.ts.map +0 -1
  1299. package/esm/funcs/linkedin-actions-publish-post.d.ts.map +0 -1
  1300. package/esm/funcs/linkedin-actions-send-message.d.ts.map +0 -1
  1301. package/esm/funcs/linkedin-chat-find-conversation.d.ts.map +0 -1
  1302. package/esm/funcs/linkedin-chat-find-conversation.js.map +0 -1
  1303. package/esm/funcs/linkedin-chat-list-conversations.d.ts.map +0 -1
  1304. package/esm/funcs/linkedin-chat-list-conversations.js.map +0 -1
  1305. package/esm/funcs/linkedin-chat-search-conversations.d.ts.map +0 -1
  1306. package/esm/funcs/linkedin-scrapers-collect-comment-replies.d.ts.map +0 -1
  1307. package/esm/funcs/linkedin-scrapers-collect-posts.d.ts.map +0 -1
  1308. package/esm/funcs/linkedin-search-resolve-parameters.d.ts.map +0 -1
  1309. package/esm/funcs/linkedin-search-resolve-parameters.js.map +0 -1
  1310. package/esm/funcs/linkedin-search-search-companies.d.ts.map +0 -1
  1311. package/esm/funcs/linkedin-search-search-companies.js.map +0 -1
  1312. package/esm/funcs/linkedin-search-unified-search.d.ts.map +0 -1
  1313. package/esm/funcs/linkedin-search-unified-search.js.map +0 -1
  1314. package/esm/funcs/profile-get-linked-in-profile.d.ts.map +0 -1
  1315. package/esm/funcs/profile-get-linked-in-profile.js.map +0 -1
  1316. package/esm/models/operations/get-campaign-stats-response.d.ts +0 -1627
  1317. package/esm/models/operations/get-campaign-stats-response.d.ts.map +0 -1
  1318. package/esm/models/operations/get-campaign-stats-response.js +0 -1002
  1319. package/esm/models/operations/get-campaign-stats-response.js.map +0 -1
  1320. package/esm/models/operations/send-linked-in-message-response.d.ts +0 -2350
  1321. package/esm/models/operations/send-linked-in-message-response.d.ts.map +0 -1
  1322. package/esm/models/operations/send-linked-in-message-response.js +0 -1585
  1323. package/esm/models/operations/send-linked-in-message-response.js.map +0 -1
  1324. package/esm/sdk/linkedin-actions.d.ts +0 -54
  1325. package/esm/sdk/linkedin-actions.d.ts.map +0 -1
  1326. package/esm/sdk/linkedin-actions.js +0 -78
  1327. package/esm/sdk/linkedin-actions.js.map +0 -1
  1328. package/esm/sdk/linkedin-chat.d.ts.map +0 -1
  1329. package/esm/sdk/linkedin-chat.js +0 -59
  1330. package/esm/sdk/linkedin-chat.js.map +0 -1
  1331. package/esm/sdk/linkedin-scrapers.d.ts.map +0 -1
  1332. package/esm/sdk/linkedin-scrapers.js.map +0 -1
  1333. package/esm/sdk/linkedin-search.d.ts.map +0 -1
  1334. package/esm/sdk/linkedin-search.js.map +0 -1
  1335. package/src/models/operations/get-campaign-stats-response.ts +0 -3409
  1336. package/src/models/operations/send-linked-in-message-response.ts +0 -4903
  1337. package/src/sdk/linkedin-actions.ts +0 -135
package/README.md CHANGED
@@ -8,7 +8,7 @@ Developer-friendly & type-safe Typescript SDK specifically catered to leverage *
8
8
 
9
9
  <br /><br />
10
10
  > [!IMPORTANT]
11
- > This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/bereach/bereach). Delete this section before > publishing to a package manager.
11
+ > This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/bereach-h29/bereach). Delete this section before > publishing to a package manager.
12
12
 
13
13
  <!-- Start Summary [summary] -->
14
14
  ## Summary
@@ -144,57 +144,135 @@ run();
144
144
  <details open>
145
145
  <summary>Available methods</summary>
146
146
 
147
+ ### [Actions](docs/sdks/actions/README.md)
148
+
149
+ * [connectProfile](docs/sdks/actions/README.md#connectprofile) - Send LinkedIn connection request
150
+ * [sendMessage](docs/sdks/actions/README.md#sendmessage) - Send LinkedIn message
151
+ * [listSentInvitations](docs/sdks/actions/README.md#listsentinvitations) - List sent connection invitations
152
+ * [followCompany](docs/sdks/actions/README.md#followcompany) - Follow a company
153
+
147
154
  ### [Campaigns](docs/sdks/campaigns/README.md)
148
155
 
149
156
  * [~~filter~~](docs/sdks/campaigns/README.md#filter) - Check if campaign actions are completed :warning: **Deprecated**
150
157
  * [getStatus](docs/sdks/campaigns/README.md#getstatus) - Query per-profile action status within a campaign
151
- * [syncActions](docs/sdks/campaigns/README.md#syncactions) - Mark actions as completed without performing them
158
+ * [sync](docs/sdks/campaigns/README.md#sync) - Mark actions as completed without performing them
152
159
  * [getStats](docs/sdks/campaigns/README.md#getstats) - Get aggregate campaign statistics
153
160
 
154
- ### [LinkedinActions](docs/sdks/linkedinactions/README.md)
161
+ ### [Chat](docs/sdks/chat/README.md)
162
+
163
+ * [searchConversations](docs/sdks/chat/README.md#searchconversations) - Search LinkedIn conversations
164
+ * [findConversation](docs/sdks/chat/README.md#findconversation) - Find a conversation with a specific person
165
+ * [archive](docs/sdks/chat/README.md#archive) - Archive a conversation
166
+ * [unreact](docs/sdks/chat/README.md#unreact) - Remove emoji reaction from a message
167
+
168
+ ### [CompanyPages](docs/sdks/companypages/README.md)
169
+
170
+ * [list](docs/sdks/companypages/README.md#list) - List company pages the user administers
171
+ * [getPosts](docs/sdks/companypages/README.md#getposts) - Get recent posts from a company page
172
+ * [getPermissions](docs/sdks/companypages/README.md#getpermissions) - Get admin permissions for a company page
173
+ * [getAnalytics](docs/sdks/companypages/README.md#getanalytics) - Get company page overview analytics
174
+
175
+ ### [Contacts](docs/sdks/contacts/README.md)
176
+
177
+ * [upsert](docs/sdks/contacts/README.md#upsert) - Create or upsert contacts (no campaign required)
178
+
179
+ ### [LinkedinActions](docs/sdks/linkedinactions1/README.md)
180
+
181
+ * [listInvitations](docs/sdks/linkedinactions1/README.md#listinvitations) - List received LinkedIn connection invitations
182
+ * [acceptInvitation](docs/sdks/linkedinactions1/README.md#acceptinvitation) - Accept a LinkedIn connection invitation
183
+ * [replyToComment](docs/sdks/linkedinactions1/README.md#replytocomment) - Reply to a LinkedIn comment
184
+ * [likePost](docs/sdks/linkedinactions1/README.md#likepost) - Like a LinkedIn post
185
+ * [withdrawInvitation](docs/sdks/linkedinactions1/README.md#withdrawinvitation) - Withdraw a sent connection invitation
186
+ * [followProfile](docs/sdks/linkedinactions1/README.md#followprofile) - Follow a profile
187
+ * [editPost](docs/sdks/linkedinactions1/README.md#editpost) - Edit a post
188
+ * [editComment](docs/sdks/linkedinactions1/README.md#editcomment) - Edit a comment
189
+ * [repostPost](docs/sdks/linkedinactions1/README.md#repostpost) - Repost / share a post
190
+ * [unlikePost](docs/sdks/linkedinactions1/README.md#unlikepost) - Unlike a post
191
+ * [unlikeComment](docs/sdks/linkedinactions1/README.md#unlikecomment) - Unlike a comment
192
+ * [unsavePost](docs/sdks/linkedinactions1/README.md#unsavepost) - Unsave a post
193
+ * [unfollowCompany](docs/sdks/linkedinactions1/README.md#unfollowcompany) - Unfollow a company
194
+
195
+ ### [LinkedInActions](docs/sdks/linkedinactions2/README.md)
196
+
197
+ * [likeComment](docs/sdks/linkedinactions2/README.md#likecomment) - Like a LinkedIn comment
198
+ * [publishPost](docs/sdks/linkedinactions2/README.md#publishpost) - Publish or schedule a LinkedIn post
199
+ * [createComment](docs/sdks/linkedinactions2/README.md#createcomment) - Comment on a LinkedIn post
200
+ * [declineInvitation](docs/sdks/linkedinactions2/README.md#declineinvitation) - Decline a connection invitation
201
+ * [unfollowProfile](docs/sdks/linkedinactions2/README.md#unfollowprofile) - Unfollow a profile
202
+ * [savePost](docs/sdks/linkedinactions2/README.md#savepost) - Save a post
203
+
204
+ ### [LinkedinChat](docs/sdks/linkedinchat1/README.md)
155
205
 
156
- * [connectProfile](docs/sdks/linkedinactions/README.md#connectprofile) - Send LinkedIn connection request
157
- * [listInvitations](docs/sdks/linkedinactions/README.md#listinvitations) - List received LinkedIn connection invitations
158
- * [acceptInvitation](docs/sdks/linkedinactions/README.md#acceptinvitation) - Accept a LinkedIn connection invitation
159
- * [sendMessage](docs/sdks/linkedinactions/README.md#sendmessage) - Send LinkedIn message
160
- * [replyToComment](docs/sdks/linkedinactions/README.md#replytocomment) - Reply to a LinkedIn comment
161
- * [likeComment](docs/sdks/linkedinactions/README.md#likecomment) - Like a LinkedIn comment
162
- * [publishPost](docs/sdks/linkedinactions/README.md#publishpost) - Publish or schedule a LinkedIn post
206
+ * [listInboxConversations](docs/sdks/linkedinchat1/README.md#listinboxconversations) - List LinkedIn inbox conversations
207
+ * [getMessages](docs/sdks/linkedinchat1/README.md#getmessages) - Read messages from a conversation
208
+ * [markAllRead](docs/sdks/linkedinchat1/README.md#markallread) - Mark all conversations as read
209
+ * [listArchived](docs/sdks/linkedinchat1/README.md#listarchived) - List archived conversations
210
+ * [react](docs/sdks/linkedinchat1/README.md#react) - React to a message with emoji
211
+ * [sendTypingIndicator](docs/sdks/linkedinchat1/README.md#sendtypingindicator) - Send typing indicator
212
+ * [getUnreadCount](docs/sdks/linkedinchat1/README.md#getunreadcount) - Get unread message count
163
213
 
164
- ### [LinkedinChat](docs/sdks/linkedinchat/README.md)
214
+ ### [LinkedInChat](docs/sdks/linkedinchat2/README.md)
165
215
 
166
- * [listConversations](docs/sdks/linkedinchat/README.md#listconversations) - List LinkedIn inbox conversations
167
- * [searchConversations](docs/sdks/linkedinchat/README.md#searchconversations) - Search LinkedIn conversations
168
- * [findConversation](docs/sdks/linkedinchat/README.md#findconversation) - Find a conversation with a specific person
169
- * [getMessages](docs/sdks/linkedinchat/README.md#getmessages) - Read messages from a conversation
216
+ * [markSeen](docs/sdks/linkedinchat2/README.md#markseen) - Mark a conversation as read
217
+ * [star](docs/sdks/linkedinchat2/README.md#star) - Star a conversation
218
+ * [unstar](docs/sdks/linkedinchat2/README.md#unstar) - Unstar a conversation
219
+ * [listStarred](docs/sdks/linkedinchat2/README.md#liststarred) - List starred conversations
220
+ * [unarchive](docs/sdks/linkedinchat2/README.md#unarchive) - Unarchive a conversation
170
221
 
171
- ### [LinkedinScrapers](docs/sdks/linkedinscrapers/README.md)
222
+ ### [LinkedinScrapers](docs/sdks/linkedinscrapers1/README.md)
172
223
 
173
- * [collectLikes](docs/sdks/linkedinscrapers/README.md#collectlikes) - Scrape LinkedIn post likes
174
- * [collectComments](docs/sdks/linkedinscrapers/README.md#collectcomments) - Scrape LinkedIn post comments
175
- * [collectCommentReplies](docs/sdks/linkedinscrapers/README.md#collectcommentreplies) - Scrape replies to a LinkedIn comment
176
- * [collectPosts](docs/sdks/linkedinscrapers/README.md#collectposts) - Scrape LinkedIn profile posts
177
- * [visitProfile](docs/sdks/linkedinscrapers/README.md#visitprofile) - Visit LinkedIn profile and extract contact data
178
- * [visitCompany](docs/sdks/linkedinscrapers/README.md#visitcompany) - Visit LinkedIn company page and extract profile data
224
+ * [collectLikes](docs/sdks/linkedinscrapers1/README.md#collectlikes) - Scrape LinkedIn post likes
225
+ * [collectComments](docs/sdks/linkedinscrapers1/README.md#collectcomments) - Scrape LinkedIn post comments
226
+ * [visitCompany](docs/sdks/linkedinscrapers1/README.md#visitcompany) - Visit LinkedIn company page and extract profile data
227
+ * [listSavedPosts](docs/sdks/linkedinscrapers1/README.md#listsavedposts) - List saved posts
228
+ * [collectHashtagPosts](docs/sdks/linkedinscrapers1/README.md#collecthashtagposts) - Collect posts from a hashtag
179
229
 
180
- ### [LinkedinSearch](docs/sdks/linkedinsearch/README.md)
230
+ ### [LinkedInScrapers](docs/sdks/linkedinscrapers2/README.md)
181
231
 
182
- * [unifiedSearch](docs/sdks/linkedinsearch/README.md#unifiedsearch) - Unified LinkedIn Search posts, people, companies, jobs
183
- * [searchPosts](docs/sdks/linkedinsearch/README.md#searchposts) - Search LinkedIn Posts
184
- * [searchPeople](docs/sdks/linkedinsearch/README.md#searchpeople) - Search LinkedIn People
185
- * [searchCompanies](docs/sdks/linkedinsearch/README.md#searchcompanies) - Search LinkedIn Companies
186
- * [searchJobs](docs/sdks/linkedinsearch/README.md#searchjobs) - Search LinkedIn Jobs
187
- * [searchByUrl](docs/sdks/linkedinsearch/README.md#searchbyurl) - Search LinkedIn by URL
188
- * [resolveParameters](docs/sdks/linkedinsearch/README.md#resolveparameters) - Resolve text to LinkedIn search parameter IDs (typeahead)
232
+ * [collectCommentReplies](docs/sdks/linkedinscrapers2/README.md#collectcommentreplies) - Scrape replies to a LinkedIn comment
233
+ * [getFeed](docs/sdks/linkedinscrapers2/README.md#getfeed) - Get home feed
234
+
235
+ ### [LinkedinSearch](docs/sdks/linkedinsearch2/README.md)
236
+
237
+ * [searchPosts](docs/sdks/linkedinsearch2/README.md#searchposts) - Search LinkedIn Posts
238
+ * [searchPeople](docs/sdks/linkedinsearch2/README.md#searchpeople) - Search LinkedIn People
239
+ * [searchJobs](docs/sdks/linkedinsearch2/README.md#searchjobs) - Search LinkedIn Jobs
240
+ * [searchByUrl](docs/sdks/linkedinsearch2/README.md#searchbyurl) - Search LinkedIn by URL
241
+
242
+ ### [LinkedInSearch](docs/sdks/linkedinsearch1/README.md)
243
+
244
+ * [search](docs/sdks/linkedinsearch1/README.md#search) - Unified LinkedIn Search — posts, people, companies, jobs
245
+ * [searchCompanies](docs/sdks/linkedinsearch1/README.md#searchcompanies) - Search LinkedIn Companies
246
+ * [resolveParameters](docs/sdks/linkedinsearch1/README.md#resolveparameters) - Resolve text to LinkedIn search parameter IDs (typeahead)
189
247
 
190
248
  ### [Profile](docs/sdks/profile/README.md)
191
249
 
192
- * [getLinkedInProfile](docs/sdks/profile/README.md#getlinkedinprofile) - Get authenticated user's LinkedIn profile
250
+ * [get](docs/sdks/profile/README.md#get) - Get authenticated user's LinkedIn profile
251
+ * [listAccounts](docs/sdks/profile/README.md#listaccounts) - List all LinkedIn accounts for the authenticated user
252
+ * [updateAccount](docs/sdks/profile/README.md#updateaccount) - Update a LinkedIn account (label, default)
193
253
  * [refresh](docs/sdks/profile/README.md#refresh) - Refresh authenticated user's LinkedIn profile
194
254
  * [getPosts](docs/sdks/profile/README.md#getposts) - Get authenticated user's LinkedIn posts
195
255
  * [getFollowers](docs/sdks/profile/README.md#getfollowers) - Get authenticated user's LinkedIn followers
196
256
  * [getLimits](docs/sdks/profile/README.md#getlimits) - Get current LinkedIn rate limit status
197
257
  * [getCredits](docs/sdks/profile/README.md#getcredits) - Get current BeReach credit balance
258
+ * [getProfileViews](docs/sdks/profile/README.md#getprofileviews) - Get profile views
259
+ * [getSearchAppearances](docs/sdks/profile/README.md#getsearchappearances) - Get search appearances
260
+ * [getPostAnalytics](docs/sdks/profile/README.md#getpostanalytics) - Get post analytics
261
+ * [getFollowerAnalytics](docs/sdks/profile/README.md#getfolloweranalytics) - Get follower analytics
262
+
263
+ ### [SalesNav](docs/sdks/salesnav/README.md)
264
+
265
+ * [searchPeople](docs/sdks/salesnav/README.md#searchpeople) - Sales Navigator People/Lead Search
266
+
267
+ ### [SalesNavigatorSearch](docs/sdks/salesnavigatorsearch/README.md)
268
+
269
+ * [search](docs/sdks/salesnavigatorsearch/README.md#search) - Sales Navigator Search — leads (people) & accounts (companies)
270
+ * [searchCompanies](docs/sdks/salesnavigatorsearch/README.md#searchcompanies) - Sales Navigator Company/Account Search
271
+
272
+ ### [Scrapers](docs/sdks/scrapers/README.md)
273
+
274
+ * [collectPosts](docs/sdks/scrapers/README.md#collectposts) - Scrape LinkedIn profile posts
275
+ * [visitProfile](docs/sdks/scrapers/README.md#visitprofile) - Visit LinkedIn profile and extract contact data
198
276
 
199
277
  </details>
200
278
  <!-- End Available Resources and Operations [operations] -->
@@ -214,39 +292,84 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
214
292
 
215
293
  <summary>Available standalone functions</summary>
216
294
 
295
+ - [`actionsConnectProfile`](docs/sdks/actions/README.md#connectprofile) - Send LinkedIn connection request
296
+ - [`actionsFollowCompany`](docs/sdks/actions/README.md#followcompany) - Follow a company
297
+ - [`actionsListSentInvitations`](docs/sdks/actions/README.md#listsentinvitations) - List sent connection invitations
298
+ - [`actionsSendMessage`](docs/sdks/actions/README.md#sendmessage) - Send LinkedIn message
217
299
  - [`campaignsGetStats`](docs/sdks/campaigns/README.md#getstats) - Get aggregate campaign statistics
218
300
  - [`campaignsGetStatus`](docs/sdks/campaigns/README.md#getstatus) - Query per-profile action status within a campaign
219
- - [`campaignsSyncActions`](docs/sdks/campaigns/README.md#syncactions) - Mark actions as completed without performing them
220
- - [`linkedinActionsAcceptInvitation`](docs/sdks/linkedinactions/README.md#acceptinvitation) - Accept a LinkedIn connection invitation
221
- - [`linkedinActionsConnectProfile`](docs/sdks/linkedinactions/README.md#connectprofile) - Send LinkedIn connection request
222
- - [`linkedinActionsLikeComment`](docs/sdks/linkedinactions/README.md#likecomment) - Like a LinkedIn comment
223
- - [`linkedinActionsListInvitations`](docs/sdks/linkedinactions/README.md#listinvitations) - List received LinkedIn connection invitations
224
- - [`linkedinActionsPublishPost`](docs/sdks/linkedinactions/README.md#publishpost) - Publish or schedule a LinkedIn post
225
- - [`linkedinActionsReplyToComment`](docs/sdks/linkedinactions/README.md#replytocomment) - Reply to a LinkedIn comment
226
- - [`linkedinActionsSendMessage`](docs/sdks/linkedinactions/README.md#sendmessage) - Send LinkedIn message
227
- - [`linkedinChatFindConversation`](docs/sdks/linkedinchat/README.md#findconversation) - Find a conversation with a specific person
228
- - [`linkedinChatGetMessages`](docs/sdks/linkedinchat/README.md#getmessages) - Read messages from a conversation
229
- - [`linkedinChatListConversations`](docs/sdks/linkedinchat/README.md#listconversations) - List LinkedIn inbox conversations
230
- - [`linkedinChatSearchConversations`](docs/sdks/linkedinchat/README.md#searchconversations) - Search LinkedIn conversations
231
- - [`linkedinScrapersCollectCommentReplies`](docs/sdks/linkedinscrapers/README.md#collectcommentreplies) - Scrape replies to a LinkedIn comment
232
- - [`linkedinScrapersCollectComments`](docs/sdks/linkedinscrapers/README.md#collectcomments) - Scrape LinkedIn post comments
233
- - [`linkedinScrapersCollectLikes`](docs/sdks/linkedinscrapers/README.md#collectlikes) - Scrape LinkedIn post likes
234
- - [`linkedinScrapersCollectPosts`](docs/sdks/linkedinscrapers/README.md#collectposts) - Scrape LinkedIn profile posts
235
- - [`linkedinScrapersVisitCompany`](docs/sdks/linkedinscrapers/README.md#visitcompany) - Visit LinkedIn company page and extract profile data
236
- - [`linkedinScrapersVisitProfile`](docs/sdks/linkedinscrapers/README.md#visitprofile) - Visit LinkedIn profile and extract contact data
237
- - [`linkedinSearchResolveParameters`](docs/sdks/linkedinsearch/README.md#resolveparameters) - Resolve text to LinkedIn search parameter IDs (typeahead)
238
- - [`linkedinSearchSearchByUrl`](docs/sdks/linkedinsearch/README.md#searchbyurl) - Search LinkedIn by URL
239
- - [`linkedinSearchSearchCompanies`](docs/sdks/linkedinsearch/README.md#searchcompanies) - Search LinkedIn Companies
240
- - [`linkedinSearchSearchJobs`](docs/sdks/linkedinsearch/README.md#searchjobs) - Search LinkedIn Jobs
241
- - [`linkedinSearchSearchPeople`](docs/sdks/linkedinsearch/README.md#searchpeople) - Search LinkedIn People
242
- - [`linkedinSearchSearchPosts`](docs/sdks/linkedinsearch/README.md#searchposts) - Search LinkedIn Posts
243
- - [`linkedinSearchUnifiedSearch`](docs/sdks/linkedinsearch/README.md#unifiedsearch) - Unified LinkedIn Search — posts, people, companies, jobs
301
+ - [`campaignsSync`](docs/sdks/campaigns/README.md#sync) - Mark actions as completed without performing them
302
+ - [`chatArchive`](docs/sdks/chat/README.md#archive) - Archive a conversation
303
+ - [`chatFindConversation`](docs/sdks/chat/README.md#findconversation) - Find a conversation with a specific person
304
+ - [`chatSearchConversations`](docs/sdks/chat/README.md#searchconversations) - Search LinkedIn conversations
305
+ - [`chatUnreact`](docs/sdks/chat/README.md#unreact) - Remove emoji reaction from a message
306
+ - [`companyPagesGetAnalytics`](docs/sdks/companypages/README.md#getanalytics) - Get company page overview analytics
307
+ - [`companyPagesGetPermissions`](docs/sdks/companypages/README.md#getpermissions) - Get admin permissions for a company page
308
+ - [`companyPagesGetPosts`](docs/sdks/companypages/README.md#getposts) - Get recent posts from a company page
309
+ - [`companyPagesList`](docs/sdks/companypages/README.md#list) - List company pages the user administers
310
+ - [`contactsUpsert`](docs/sdks/contacts/README.md#upsert) - Create or upsert contacts (no campaign required)
311
+ - [`linkedinActionsAcceptInvitation`](docs/sdks/linkedinactions1/README.md#acceptinvitation) - Accept a LinkedIn connection invitation
312
+ - [`linkedInActionsCreateComment`](docs/sdks/linkedinactions2/README.md#createcomment) - Comment on a LinkedIn post
313
+ - [`linkedInActionsDeclineInvitation`](docs/sdks/linkedinactions2/README.md#declineinvitation) - Decline a connection invitation
314
+ - [`linkedinActionsEditComment`](docs/sdks/linkedinactions1/README.md#editcomment) - Edit a comment
315
+ - [`linkedinActionsEditPost`](docs/sdks/linkedinactions1/README.md#editpost) - Edit a post
316
+ - [`linkedinActionsFollowProfile`](docs/sdks/linkedinactions1/README.md#followprofile) - Follow a profile
317
+ - [`linkedInActionsLikeComment`](docs/sdks/linkedinactions2/README.md#likecomment) - Like a LinkedIn comment
318
+ - [`linkedinActionsLikePost`](docs/sdks/linkedinactions1/README.md#likepost) - Like a LinkedIn post
319
+ - [`linkedinActionsListInvitations`](docs/sdks/linkedinactions1/README.md#listinvitations) - List received LinkedIn connection invitations
320
+ - [`linkedInActionsPublishPost`](docs/sdks/linkedinactions2/README.md#publishpost) - Publish or schedule a LinkedIn post
321
+ - [`linkedinActionsReplyToComment`](docs/sdks/linkedinactions1/README.md#replytocomment) - Reply to a LinkedIn comment
322
+ - [`linkedinActionsRepostPost`](docs/sdks/linkedinactions1/README.md#repostpost) - Repost / share a post
323
+ - [`linkedInActionsSavePost`](docs/sdks/linkedinactions2/README.md#savepost) - Save a post
324
+ - [`linkedinActionsUnfollowCompany`](docs/sdks/linkedinactions1/README.md#unfollowcompany) - Unfollow a company
325
+ - [`linkedInActionsUnfollowProfile`](docs/sdks/linkedinactions2/README.md#unfollowprofile) - Unfollow a profile
326
+ - [`linkedinActionsUnlikeComment`](docs/sdks/linkedinactions1/README.md#unlikecomment) - Unlike a comment
327
+ - [`linkedinActionsUnlikePost`](docs/sdks/linkedinactions1/README.md#unlikepost) - Unlike a post
328
+ - [`linkedinActionsUnsavePost`](docs/sdks/linkedinactions1/README.md#unsavepost) - Unsave a post
329
+ - [`linkedinActionsWithdrawInvitation`](docs/sdks/linkedinactions1/README.md#withdrawinvitation) - Withdraw a sent connection invitation
330
+ - [`linkedinChatGetMessages`](docs/sdks/linkedinchat1/README.md#getmessages) - Read messages from a conversation
331
+ - [`linkedinChatGetUnreadCount`](docs/sdks/linkedinchat1/README.md#getunreadcount) - Get unread message count
332
+ - [`linkedinChatListArchived`](docs/sdks/linkedinchat1/README.md#listarchived) - List archived conversations
333
+ - [`linkedinChatListInboxConversations`](docs/sdks/linkedinchat1/README.md#listinboxconversations) - List LinkedIn inbox conversations
334
+ - [`linkedInChatListStarred`](docs/sdks/linkedinchat2/README.md#liststarred) - List starred conversations
335
+ - [`linkedinChatMarkAllRead`](docs/sdks/linkedinchat1/README.md#markallread) - Mark all conversations as read
336
+ - [`linkedInChatMarkSeen`](docs/sdks/linkedinchat2/README.md#markseen) - Mark a conversation as read
337
+ - [`linkedinChatReact`](docs/sdks/linkedinchat1/README.md#react) - React to a message with emoji
338
+ - [`linkedinChatSendTypingIndicator`](docs/sdks/linkedinchat1/README.md#sendtypingindicator) - Send typing indicator
339
+ - [`linkedInChatStar`](docs/sdks/linkedinchat2/README.md#star) - Star a conversation
340
+ - [`linkedInChatUnarchive`](docs/sdks/linkedinchat2/README.md#unarchive) - Unarchive a conversation
341
+ - [`linkedInChatUnstar`](docs/sdks/linkedinchat2/README.md#unstar) - Unstar a conversation
342
+ - [`linkedInScrapersCollectCommentReplies`](docs/sdks/linkedinscrapers2/README.md#collectcommentreplies) - Scrape replies to a LinkedIn comment
343
+ - [`linkedinScrapersCollectComments`](docs/sdks/linkedinscrapers1/README.md#collectcomments) - Scrape LinkedIn post comments
344
+ - [`linkedinScrapersCollectHashtagPosts`](docs/sdks/linkedinscrapers1/README.md#collecthashtagposts) - Collect posts from a hashtag
345
+ - [`linkedinScrapersCollectLikes`](docs/sdks/linkedinscrapers1/README.md#collectlikes) - Scrape LinkedIn post likes
346
+ - [`linkedInScrapersGetFeed`](docs/sdks/linkedinscrapers2/README.md#getfeed) - Get home feed
347
+ - [`linkedinScrapersListSavedPosts`](docs/sdks/linkedinscrapers1/README.md#listsavedposts) - List saved posts
348
+ - [`linkedinScrapersVisitCompany`](docs/sdks/linkedinscrapers1/README.md#visitcompany) - Visit LinkedIn company page and extract profile data
349
+ - [`linkedInSearchResolveParameters`](docs/sdks/linkedinsearch1/README.md#resolveparameters) - Resolve text to LinkedIn search parameter IDs (typeahead)
350
+ - [`linkedInSearchSearch`](docs/sdks/linkedinsearch1/README.md#search) - Unified LinkedIn Search — posts, people, companies, jobs
351
+ - [`linkedinSearchSearchByUrl`](docs/sdks/linkedinsearch2/README.md#searchbyurl) - Search LinkedIn by URL
352
+ - [`linkedInSearchSearchCompanies`](docs/sdks/linkedinsearch1/README.md#searchcompanies) - Search LinkedIn Companies
353
+ - [`linkedinSearchSearchJobs`](docs/sdks/linkedinsearch2/README.md#searchjobs) - Search LinkedIn Jobs
354
+ - [`linkedinSearchSearchPeople`](docs/sdks/linkedinsearch2/README.md#searchpeople) - Search LinkedIn People
355
+ - [`linkedinSearchSearchPosts`](docs/sdks/linkedinsearch2/README.md#searchposts) - Search LinkedIn Posts
356
+ - [`profileGet`](docs/sdks/profile/README.md#get) - Get authenticated user's LinkedIn profile
244
357
  - [`profileGetCredits`](docs/sdks/profile/README.md#getcredits) - Get current BeReach credit balance
358
+ - [`profileGetFollowerAnalytics`](docs/sdks/profile/README.md#getfolloweranalytics) - Get follower analytics
245
359
  - [`profileGetFollowers`](docs/sdks/profile/README.md#getfollowers) - Get authenticated user's LinkedIn followers
246
360
  - [`profileGetLimits`](docs/sdks/profile/README.md#getlimits) - Get current LinkedIn rate limit status
247
- - [`profileGetLinkedInProfile`](docs/sdks/profile/README.md#getlinkedinprofile) - Get authenticated user's LinkedIn profile
361
+ - [`profileGetPostAnalytics`](docs/sdks/profile/README.md#getpostanalytics) - Get post analytics
248
362
  - [`profileGetPosts`](docs/sdks/profile/README.md#getposts) - Get authenticated user's LinkedIn posts
363
+ - [`profileGetProfileViews`](docs/sdks/profile/README.md#getprofileviews) - Get profile views
364
+ - [`profileGetSearchAppearances`](docs/sdks/profile/README.md#getsearchappearances) - Get search appearances
365
+ - [`profileListAccounts`](docs/sdks/profile/README.md#listaccounts) - List all LinkedIn accounts for the authenticated user
249
366
  - [`profileRefresh`](docs/sdks/profile/README.md#refresh) - Refresh authenticated user's LinkedIn profile
367
+ - [`profileUpdateAccount`](docs/sdks/profile/README.md#updateaccount) - Update a LinkedIn account (label, default)
368
+ - [`salesNavigatorSearchSearch`](docs/sdks/salesnavigatorsearch/README.md#search) - Sales Navigator Search — leads (people) & accounts (companies)
369
+ - [`salesNavigatorSearchSearchCompanies`](docs/sdks/salesnavigatorsearch/README.md#searchcompanies) - Sales Navigator Company/Account Search
370
+ - [`salesNavSearchPeople`](docs/sdks/salesnav/README.md#searchpeople) - Sales Navigator People/Lead Search
371
+ - [`scrapersCollectPosts`](docs/sdks/scrapers/README.md#collectposts) - Scrape LinkedIn profile posts
372
+ - [`scrapersVisitProfile`](docs/sdks/scrapers/README.md#visitprofile) - Visit LinkedIn profile and extract contact data
250
373
  - ~~[`campaignsFilter`](docs/sdks/campaigns/README.md#filter)~~ - Check if campaign actions are completed :warning: **Deprecated**
251
374
 
252
375
  </details>
@@ -364,7 +487,7 @@ async function run() {
364
487
  console.log(error.headers);
365
488
 
366
489
  // Depending on the method different errors may be thrown
367
- if (error instanceof errors.BadRequestError) {
490
+ if (error instanceof errors.CollectLinkedInLikesBadRequestError) {
368
491
  console.log(error.data$.success); // boolean
369
492
  console.log(error.data$.error); // operations.CollectLinkedInLikesBadRequestError
370
493
  }
@@ -377,19 +500,10 @@ run();
377
500
  ```
378
501
 
379
502
  ### Error Classes
380
- **Primary errors:**
503
+ **Primary error:**
381
504
  * [`BereachError`](./src/models/errors/bereach-error.ts): The base class for HTTP error responses.
382
- * [`BadRequestError`](./src/models/errors/bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`.
383
- * [`UnauthorizedError`](./src/models/errors/unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`.
384
- * [`ForbiddenError`](./src/models/errors/forbidden-error.ts): The client does not have access rights to the content. Status code `403`.
385
- * [`NotFoundError`](./src/models/errors/not-found-error.ts): The server cannot find the requested resource. Status code `404`.
386
- * [`ConflictError`](./src/models/errors/conflict-error.ts): The request conflicts with the current state of the server. Status code `409`.
387
- * [`GoneError`](./src/models/errors/gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`.
388
- * [`UnprocessableEntityError`](./src/models/errors/unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`.
389
- * [`TooManyRequestsError`](./src/models/errors/too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`.
390
- * [`InternalServerError`](./src/models/errors/internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`.
391
-
392
- <details><summary>Less common errors (6)</summary>
505
+
506
+ <details><summary>Less common errors (708)</summary>
393
507
 
394
508
  <br />
395
509
 
@@ -402,9 +516,713 @@ run();
402
516
 
403
517
 
404
518
  **Inherit from [`BereachError`](./src/models/errors/bereach-error.ts)**:
519
+ * [`CollectLinkedInLikesBadRequestError`](./src/models/errors/collect-linked-in-likes-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
520
+ * [`CollectLinkedInCommentsBadRequestError`](./src/models/errors/collect-linked-in-comments-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
521
+ * [`VisitLinkedInCompanyBadRequestError`](./src/models/errors/visit-linked-in-company-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
522
+ * [`CollectSavedLinkedInPostsBadRequestError`](./src/models/errors/collect-saved-linked-in-posts-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
523
+ * [`CollectLinkedInHashtagPostsBadRequestError`](./src/models/errors/collect-linked-in-hashtag-posts-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
524
+ * [`CollectLinkedInCommentRepliesBadRequestError`](./src/models/errors/collect-linked-in-comment-replies-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
525
+ * [`GetLinkedInFeedBadRequestError`](./src/models/errors/get-linked-in-feed-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
526
+ * [`CollectLinkedInPostsBadRequestError`](./src/models/errors/collect-linked-in-posts-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
527
+ * [`VisitLinkedInProfileBadRequestError`](./src/models/errors/visit-linked-in-profile-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
528
+ * [`SearchLinkedInBadRequestError`](./src/models/errors/search-linked-in-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
529
+ * [`SearchLinkedInCompaniesBadRequestError`](./src/models/errors/search-linked-in-companies-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
530
+ * [`ResolveLinkedInSearchParametersBadRequestError`](./src/models/errors/resolve-linked-in-search-parameters-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
531
+ * [`SearchLinkedInPostsBadRequestError`](./src/models/errors/search-linked-in-posts-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
532
+ * [`SearchLinkedInPeopleBadRequestError`](./src/models/errors/search-linked-in-people-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
533
+ * [`SearchLinkedInJobsBadRequestError`](./src/models/errors/search-linked-in-jobs-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
534
+ * [`SearchLinkedInByUrlBadRequestError`](./src/models/errors/search-linked-in-by-url-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
535
+ * [`SearchSalesNavBadRequestError`](./src/models/errors/search-sales-nav-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
536
+ * [`SearchSalesNavCompaniesBadRequestError`](./src/models/errors/search-sales-nav-companies-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
537
+ * [`SearchSalesNavPeopleBadRequestError`](./src/models/errors/search-sales-nav-people-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
538
+ * [`ConnectLinkedInProfileBadRequestError`](./src/models/errors/connect-linked-in-profile-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
539
+ * [`SendLinkedInMessageBadRequestError`](./src/models/errors/send-linked-in-message-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
540
+ * [`ListSentLinkedInInvitationsBadRequestError`](./src/models/errors/list-sent-linked-in-invitations-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
541
+ * [`FollowLinkedInCompanyBadRequestError`](./src/models/errors/follow-linked-in-company-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
542
+ * [`ListLinkedInInvitationsBadRequestError`](./src/models/errors/list-linked-in-invitations-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
543
+ * [`AcceptLinkedInInvitationBadRequestError`](./src/models/errors/accept-linked-in-invitation-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
544
+ * [`ReplyToLinkedInCommentBadRequestError`](./src/models/errors/reply-to-linked-in-comment-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
545
+ * [`LikeLinkedInPostBadRequestError`](./src/models/errors/like-linked-in-post-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
546
+ * [`WithdrawLinkedInInvitationBadRequestError`](./src/models/errors/withdraw-linked-in-invitation-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
547
+ * [`FollowLinkedInProfileBadRequestError`](./src/models/errors/follow-linked-in-profile-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
548
+ * [`EditLinkedInPostBadRequestError`](./src/models/errors/edit-linked-in-post-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
549
+ * [`EditLinkedInCommentBadRequestError`](./src/models/errors/edit-linked-in-comment-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
550
+ * [`RepostLinkedInPostBadRequestError`](./src/models/errors/repost-linked-in-post-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
551
+ * [`UnlikeLinkedInPostBadRequestError`](./src/models/errors/unlike-linked-in-post-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
552
+ * [`UnlikeLinkedInCommentBadRequestError`](./src/models/errors/unlike-linked-in-comment-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
553
+ * [`UnsaveLinkedInPostBadRequestError`](./src/models/errors/unsave-linked-in-post-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
554
+ * [`UnfollowLinkedInCompanyBadRequestError`](./src/models/errors/unfollow-linked-in-company-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
555
+ * [`LikeLinkedInCommentBadRequestError`](./src/models/errors/like-linked-in-comment-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
556
+ * [`PublishLinkedInPostBadRequestError`](./src/models/errors/publish-linked-in-post-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
557
+ * [`CommentOnLinkedInPostBadRequestError`](./src/models/errors/comment-on-linked-in-post-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
558
+ * [`DeclineLinkedInInvitationBadRequestError`](./src/models/errors/decline-linked-in-invitation-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
559
+ * [`UnfollowLinkedInProfileBadRequestError`](./src/models/errors/unfollow-linked-in-profile-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
560
+ * [`SaveLinkedInPostBadRequestError`](./src/models/errors/save-linked-in-post-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
561
+ * [`GetMyLinkedInProfileBadRequestError`](./src/models/errors/get-my-linked-in-profile-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
562
+ * [`ListLinkedInAccountsBadRequestError`](./src/models/errors/list-linked-in-accounts-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
563
+ * [`UpdateLinkedInAccountBadRequestError`](./src/models/errors/update-linked-in-account-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
564
+ * [`RefreshMyLinkedInProfileBadRequestError`](./src/models/errors/refresh-my-linked-in-profile-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
565
+ * [`GetMyLinkedInPostsBadRequestError`](./src/models/errors/get-my-linked-in-posts-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
566
+ * [`GetMyLinkedInFollowersBadRequestError`](./src/models/errors/get-my-linked-in-followers-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
567
+ * [`GetMyLimitsBadRequestError`](./src/models/errors/get-my-limits-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
568
+ * [`GetMyCreditsBadRequestError`](./src/models/errors/get-my-credits-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
569
+ * [`GetLinkedInProfileViewsBadRequestError`](./src/models/errors/get-linked-in-profile-views-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
570
+ * [`GetLinkedInSearchAppearancesBadRequestError`](./src/models/errors/get-linked-in-search-appearances-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
571
+ * [`GetLinkedInPostAnalyticsBadRequestError`](./src/models/errors/get-linked-in-post-analytics-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
572
+ * [`GetLinkedInFollowerAnalyticsBadRequestError`](./src/models/errors/get-linked-in-follower-analytics-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
573
+ * [`ListLinkedInCompanyPagesBadRequestError`](./src/models/errors/list-linked-in-company-pages-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
574
+ * [`GetCompanyPagePostsBadRequestError`](./src/models/errors/get-company-page-posts-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
575
+ * [`GetCompanyPagePermissionsBadRequestError`](./src/models/errors/get-company-page-permissions-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
576
+ * [`GetCompanyPageAnalyticsBadRequestError`](./src/models/errors/get-company-page-analytics-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
577
+ * [`ListInboxConversationsBadRequestError`](./src/models/errors/list-inbox-conversations-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
578
+ * [`GetConversationMessagesBadRequestError`](./src/models/errors/get-conversation-messages-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
579
+ * [`MarkAllConversationsReadBadRequestError`](./src/models/errors/mark-all-conversations-read-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
580
+ * [`ListArchivedConversationsBadRequestError`](./src/models/errors/list-archived-conversations-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
581
+ * [`ReactToMessageBadRequestError`](./src/models/errors/react-to-message-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
582
+ * [`SendTypingIndicatorBadRequestError`](./src/models/errors/send-typing-indicator-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
583
+ * [`GetUnreadCountBadRequestError`](./src/models/errors/get-unread-count-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
584
+ * [`SearchLinkedInConversationsBadRequestError`](./src/models/errors/search-linked-in-conversations-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
585
+ * [`FindLinkedInConversationBadRequestError`](./src/models/errors/find-linked-in-conversation-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
586
+ * [`ArchiveConversationBadRequestError`](./src/models/errors/archive-conversation-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
587
+ * [`UnreactToMessageBadRequestError`](./src/models/errors/unreact-to-message-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
588
+ * [`MarkConversationSeenBadRequestError`](./src/models/errors/mark-conversation-seen-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
589
+ * [`StarConversationBadRequestError`](./src/models/errors/star-conversation-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
590
+ * [`UnstarConversationBadRequestError`](./src/models/errors/unstar-conversation-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
591
+ * [`ListStarredConversationsBadRequestError`](./src/models/errors/list-starred-conversations-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
592
+ * [`UnarchiveConversationBadRequestError`](./src/models/errors/unarchive-conversation-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
593
+ * [`FilterCampaignBadRequestError`](./src/models/errors/filter-campaign-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
594
+ * [`GetCampaignStatusBadRequestError`](./src/models/errors/get-campaign-status-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
595
+ * [`SyncCampaignActionsBadRequestError`](./src/models/errors/sync-campaign-actions-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
596
+ * [`GetCampaignStatsBadRequestError`](./src/models/errors/get-campaign-stats-bad-request-error.ts): The server cannot or will not process the request due to something that is perceived to be a client error. Status code `400`. Applicable to 1 of 79 methods.*
597
+ * [`CollectLinkedInLikesUnauthorizedError`](./src/models/errors/collect-linked-in-likes-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
598
+ * [`CollectLinkedInCommentsUnauthorizedError`](./src/models/errors/collect-linked-in-comments-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
599
+ * [`VisitLinkedInCompanyUnauthorizedError`](./src/models/errors/visit-linked-in-company-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
600
+ * [`CollectSavedLinkedInPostsUnauthorizedError`](./src/models/errors/collect-saved-linked-in-posts-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
601
+ * [`CollectLinkedInHashtagPostsUnauthorizedError`](./src/models/errors/collect-linked-in-hashtag-posts-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
602
+ * [`CollectLinkedInCommentRepliesUnauthorizedError`](./src/models/errors/collect-linked-in-comment-replies-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
603
+ * [`GetLinkedInFeedUnauthorizedError`](./src/models/errors/get-linked-in-feed-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
604
+ * [`CollectLinkedInPostsUnauthorizedError`](./src/models/errors/collect-linked-in-posts-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
605
+ * [`VisitLinkedInProfileUnauthorizedError`](./src/models/errors/visit-linked-in-profile-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
606
+ * [`SearchLinkedInUnauthorizedError`](./src/models/errors/search-linked-in-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
607
+ * [`SearchLinkedInCompaniesUnauthorizedError`](./src/models/errors/search-linked-in-companies-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
608
+ * [`ResolveLinkedInSearchParametersUnauthorizedError`](./src/models/errors/resolve-linked-in-search-parameters-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
609
+ * [`SearchLinkedInPostsUnauthorizedError`](./src/models/errors/search-linked-in-posts-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
610
+ * [`SearchLinkedInPeopleUnauthorizedError`](./src/models/errors/search-linked-in-people-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
611
+ * [`SearchLinkedInJobsUnauthorizedError`](./src/models/errors/search-linked-in-jobs-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
612
+ * [`SearchLinkedInByUrlUnauthorizedError`](./src/models/errors/search-linked-in-by-url-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
613
+ * [`SearchSalesNavUnauthorizedError`](./src/models/errors/search-sales-nav-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
614
+ * [`SearchSalesNavCompaniesUnauthorizedError`](./src/models/errors/search-sales-nav-companies-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
615
+ * [`SearchSalesNavPeopleUnauthorizedError`](./src/models/errors/search-sales-nav-people-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
616
+ * [`ConnectLinkedInProfileUnauthorizedError`](./src/models/errors/connect-linked-in-profile-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
617
+ * [`SendLinkedInMessageUnauthorizedError`](./src/models/errors/send-linked-in-message-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
618
+ * [`ListSentLinkedInInvitationsUnauthorizedError`](./src/models/errors/list-sent-linked-in-invitations-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
619
+ * [`FollowLinkedInCompanyUnauthorizedError`](./src/models/errors/follow-linked-in-company-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
620
+ * [`ListLinkedInInvitationsUnauthorizedError`](./src/models/errors/list-linked-in-invitations-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
621
+ * [`AcceptLinkedInInvitationUnauthorizedError`](./src/models/errors/accept-linked-in-invitation-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
622
+ * [`ReplyToLinkedInCommentUnauthorizedError`](./src/models/errors/reply-to-linked-in-comment-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
623
+ * [`LikeLinkedInPostUnauthorizedError`](./src/models/errors/like-linked-in-post-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
624
+ * [`WithdrawLinkedInInvitationUnauthorizedError`](./src/models/errors/withdraw-linked-in-invitation-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
625
+ * [`FollowLinkedInProfileUnauthorizedError`](./src/models/errors/follow-linked-in-profile-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
626
+ * [`EditLinkedInPostUnauthorizedError`](./src/models/errors/edit-linked-in-post-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
627
+ * [`EditLinkedInCommentUnauthorizedError`](./src/models/errors/edit-linked-in-comment-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
628
+ * [`RepostLinkedInPostUnauthorizedError`](./src/models/errors/repost-linked-in-post-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
629
+ * [`UnlikeLinkedInPostUnauthorizedError`](./src/models/errors/unlike-linked-in-post-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
630
+ * [`UnlikeLinkedInCommentUnauthorizedError`](./src/models/errors/unlike-linked-in-comment-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
631
+ * [`UnsaveLinkedInPostUnauthorizedError`](./src/models/errors/unsave-linked-in-post-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
632
+ * [`UnfollowLinkedInCompanyUnauthorizedError`](./src/models/errors/unfollow-linked-in-company-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
633
+ * [`LikeLinkedInCommentUnauthorizedError`](./src/models/errors/like-linked-in-comment-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
634
+ * [`PublishLinkedInPostUnauthorizedError`](./src/models/errors/publish-linked-in-post-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
635
+ * [`CommentOnLinkedInPostUnauthorizedError`](./src/models/errors/comment-on-linked-in-post-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
636
+ * [`DeclineLinkedInInvitationUnauthorizedError`](./src/models/errors/decline-linked-in-invitation-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
637
+ * [`UnfollowLinkedInProfileUnauthorizedError`](./src/models/errors/unfollow-linked-in-profile-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
638
+ * [`SaveLinkedInPostUnauthorizedError`](./src/models/errors/save-linked-in-post-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
639
+ * [`GetMyLinkedInProfileUnauthorizedError`](./src/models/errors/get-my-linked-in-profile-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
640
+ * [`ListLinkedInAccountsUnauthorizedError`](./src/models/errors/list-linked-in-accounts-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
641
+ * [`UpdateLinkedInAccountUnauthorizedError`](./src/models/errors/update-linked-in-account-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
642
+ * [`RefreshMyLinkedInProfileUnauthorizedError`](./src/models/errors/refresh-my-linked-in-profile-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
643
+ * [`GetMyLinkedInPostsUnauthorizedError`](./src/models/errors/get-my-linked-in-posts-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
644
+ * [`GetMyLinkedInFollowersUnauthorizedError`](./src/models/errors/get-my-linked-in-followers-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
645
+ * [`GetMyLimitsUnauthorizedError`](./src/models/errors/get-my-limits-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
646
+ * [`GetMyCreditsUnauthorizedError`](./src/models/errors/get-my-credits-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
647
+ * [`GetLinkedInProfileViewsUnauthorizedError`](./src/models/errors/get-linked-in-profile-views-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
648
+ * [`GetLinkedInSearchAppearancesUnauthorizedError`](./src/models/errors/get-linked-in-search-appearances-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
649
+ * [`GetLinkedInPostAnalyticsUnauthorizedError`](./src/models/errors/get-linked-in-post-analytics-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
650
+ * [`GetLinkedInFollowerAnalyticsUnauthorizedError`](./src/models/errors/get-linked-in-follower-analytics-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
651
+ * [`ListLinkedInCompanyPagesUnauthorizedError`](./src/models/errors/list-linked-in-company-pages-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
652
+ * [`GetCompanyPagePostsUnauthorizedError`](./src/models/errors/get-company-page-posts-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
653
+ * [`GetCompanyPagePermissionsUnauthorizedError`](./src/models/errors/get-company-page-permissions-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
654
+ * [`GetCompanyPageAnalyticsUnauthorizedError`](./src/models/errors/get-company-page-analytics-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
655
+ * [`ListInboxConversationsUnauthorizedError`](./src/models/errors/list-inbox-conversations-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
656
+ * [`GetConversationMessagesUnauthorizedError`](./src/models/errors/get-conversation-messages-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
657
+ * [`MarkAllConversationsReadUnauthorizedError`](./src/models/errors/mark-all-conversations-read-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
658
+ * [`ListArchivedConversationsUnauthorizedError`](./src/models/errors/list-archived-conversations-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
659
+ * [`ReactToMessageUnauthorizedError`](./src/models/errors/react-to-message-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
660
+ * [`SendTypingIndicatorUnauthorizedError`](./src/models/errors/send-typing-indicator-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
661
+ * [`GetUnreadCountUnauthorizedError`](./src/models/errors/get-unread-count-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
662
+ * [`SearchLinkedInConversationsUnauthorizedError`](./src/models/errors/search-linked-in-conversations-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
663
+ * [`FindLinkedInConversationUnauthorizedError`](./src/models/errors/find-linked-in-conversation-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
664
+ * [`ArchiveConversationUnauthorizedError`](./src/models/errors/archive-conversation-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
665
+ * [`UnreactToMessageUnauthorizedError`](./src/models/errors/unreact-to-message-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
666
+ * [`MarkConversationSeenUnauthorizedError`](./src/models/errors/mark-conversation-seen-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
667
+ * [`StarConversationUnauthorizedError`](./src/models/errors/star-conversation-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
668
+ * [`UnstarConversationUnauthorizedError`](./src/models/errors/unstar-conversation-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
669
+ * [`ListStarredConversationsUnauthorizedError`](./src/models/errors/list-starred-conversations-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
670
+ * [`UnarchiveConversationUnauthorizedError`](./src/models/errors/unarchive-conversation-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
671
+ * [`FilterCampaignUnauthorizedError`](./src/models/errors/filter-campaign-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
672
+ * [`GetCampaignStatusUnauthorizedError`](./src/models/errors/get-campaign-status-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
673
+ * [`SyncCampaignActionsUnauthorizedError`](./src/models/errors/sync-campaign-actions-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
674
+ * [`GetCampaignStatsUnauthorizedError`](./src/models/errors/get-campaign-stats-unauthorized-error.ts): Although HTTP specifies "unauthorized", this response means "unauthenticated". Authenticate to continue. Status code `401`. Applicable to 1 of 79 methods.*
675
+ * [`CollectLinkedInLikesForbiddenError`](./src/models/errors/collect-linked-in-likes-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
676
+ * [`CollectLinkedInCommentsForbiddenError`](./src/models/errors/collect-linked-in-comments-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
677
+ * [`VisitLinkedInCompanyForbiddenError`](./src/models/errors/visit-linked-in-company-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
678
+ * [`CollectSavedLinkedInPostsForbiddenError`](./src/models/errors/collect-saved-linked-in-posts-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
679
+ * [`CollectLinkedInHashtagPostsForbiddenError`](./src/models/errors/collect-linked-in-hashtag-posts-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
680
+ * [`CollectLinkedInCommentRepliesForbiddenError`](./src/models/errors/collect-linked-in-comment-replies-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
681
+ * [`GetLinkedInFeedForbiddenError`](./src/models/errors/get-linked-in-feed-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
682
+ * [`CollectLinkedInPostsForbiddenError`](./src/models/errors/collect-linked-in-posts-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
683
+ * [`VisitLinkedInProfileForbiddenError`](./src/models/errors/visit-linked-in-profile-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
684
+ * [`SearchLinkedInForbiddenError`](./src/models/errors/search-linked-in-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
685
+ * [`SearchLinkedInCompaniesForbiddenError`](./src/models/errors/search-linked-in-companies-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
686
+ * [`ResolveLinkedInSearchParametersForbiddenError`](./src/models/errors/resolve-linked-in-search-parameters-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
687
+ * [`SearchLinkedInPostsForbiddenError`](./src/models/errors/search-linked-in-posts-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
688
+ * [`SearchLinkedInPeopleForbiddenError`](./src/models/errors/search-linked-in-people-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
689
+ * [`SearchLinkedInJobsForbiddenError`](./src/models/errors/search-linked-in-jobs-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
690
+ * [`SearchLinkedInByUrlForbiddenError`](./src/models/errors/search-linked-in-by-url-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
691
+ * [`SearchSalesNavForbiddenError`](./src/models/errors/search-sales-nav-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
692
+ * [`SearchSalesNavCompaniesForbiddenError`](./src/models/errors/search-sales-nav-companies-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
693
+ * [`SearchSalesNavPeopleForbiddenError`](./src/models/errors/search-sales-nav-people-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
694
+ * [`ConnectLinkedInProfileForbiddenError`](./src/models/errors/connect-linked-in-profile-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
695
+ * [`SendLinkedInMessageForbiddenError`](./src/models/errors/send-linked-in-message-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
696
+ * [`ListSentLinkedInInvitationsForbiddenError`](./src/models/errors/list-sent-linked-in-invitations-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
697
+ * [`FollowLinkedInCompanyForbiddenError`](./src/models/errors/follow-linked-in-company-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
698
+ * [`ListLinkedInInvitationsForbiddenError`](./src/models/errors/list-linked-in-invitations-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
699
+ * [`AcceptLinkedInInvitationForbiddenError`](./src/models/errors/accept-linked-in-invitation-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
700
+ * [`ReplyToLinkedInCommentForbiddenError`](./src/models/errors/reply-to-linked-in-comment-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
701
+ * [`LikeLinkedInPostForbiddenError`](./src/models/errors/like-linked-in-post-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
702
+ * [`WithdrawLinkedInInvitationForbiddenError`](./src/models/errors/withdraw-linked-in-invitation-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
703
+ * [`FollowLinkedInProfileForbiddenError`](./src/models/errors/follow-linked-in-profile-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
704
+ * [`EditLinkedInPostForbiddenError`](./src/models/errors/edit-linked-in-post-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
705
+ * [`EditLinkedInCommentForbiddenError`](./src/models/errors/edit-linked-in-comment-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
706
+ * [`RepostLinkedInPostForbiddenError`](./src/models/errors/repost-linked-in-post-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
707
+ * [`UnlikeLinkedInPostForbiddenError`](./src/models/errors/unlike-linked-in-post-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
708
+ * [`UnlikeLinkedInCommentForbiddenError`](./src/models/errors/unlike-linked-in-comment-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
709
+ * [`UnsaveLinkedInPostForbiddenError`](./src/models/errors/unsave-linked-in-post-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
710
+ * [`UnfollowLinkedInCompanyForbiddenError`](./src/models/errors/unfollow-linked-in-company-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
711
+ * [`LikeLinkedInCommentForbiddenError`](./src/models/errors/like-linked-in-comment-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
712
+ * [`PublishLinkedInPostForbiddenError`](./src/models/errors/publish-linked-in-post-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
713
+ * [`CommentOnLinkedInPostForbiddenError`](./src/models/errors/comment-on-linked-in-post-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
714
+ * [`DeclineLinkedInInvitationForbiddenError`](./src/models/errors/decline-linked-in-invitation-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
715
+ * [`UnfollowLinkedInProfileForbiddenError`](./src/models/errors/unfollow-linked-in-profile-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
716
+ * [`SaveLinkedInPostForbiddenError`](./src/models/errors/save-linked-in-post-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
717
+ * [`GetMyLinkedInProfileForbiddenError`](./src/models/errors/get-my-linked-in-profile-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
718
+ * [`ListLinkedInAccountsForbiddenError`](./src/models/errors/list-linked-in-accounts-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
719
+ * [`UpdateLinkedInAccountForbiddenError`](./src/models/errors/update-linked-in-account-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
720
+ * [`RefreshMyLinkedInProfileForbiddenError`](./src/models/errors/refresh-my-linked-in-profile-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
721
+ * [`GetMyLinkedInPostsForbiddenError`](./src/models/errors/get-my-linked-in-posts-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
722
+ * [`GetMyLinkedInFollowersForbiddenError`](./src/models/errors/get-my-linked-in-followers-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
723
+ * [`GetMyLimitsForbiddenError`](./src/models/errors/get-my-limits-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
724
+ * [`GetMyCreditsForbiddenError`](./src/models/errors/get-my-credits-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
725
+ * [`GetLinkedInProfileViewsForbiddenError`](./src/models/errors/get-linked-in-profile-views-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
726
+ * [`GetLinkedInSearchAppearancesForbiddenError`](./src/models/errors/get-linked-in-search-appearances-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
727
+ * [`GetLinkedInPostAnalyticsForbiddenError`](./src/models/errors/get-linked-in-post-analytics-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
728
+ * [`GetLinkedInFollowerAnalyticsForbiddenError`](./src/models/errors/get-linked-in-follower-analytics-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
729
+ * [`ListLinkedInCompanyPagesForbiddenError`](./src/models/errors/list-linked-in-company-pages-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
730
+ * [`GetCompanyPagePostsForbiddenError`](./src/models/errors/get-company-page-posts-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
731
+ * [`GetCompanyPagePermissionsForbiddenError`](./src/models/errors/get-company-page-permissions-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
732
+ * [`GetCompanyPageAnalyticsForbiddenError`](./src/models/errors/get-company-page-analytics-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
733
+ * [`ListInboxConversationsForbiddenError`](./src/models/errors/list-inbox-conversations-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
734
+ * [`GetConversationMessagesForbiddenError`](./src/models/errors/get-conversation-messages-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
735
+ * [`MarkAllConversationsReadForbiddenError`](./src/models/errors/mark-all-conversations-read-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
736
+ * [`ListArchivedConversationsForbiddenError`](./src/models/errors/list-archived-conversations-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
737
+ * [`ReactToMessageForbiddenError`](./src/models/errors/react-to-message-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
738
+ * [`SendTypingIndicatorForbiddenError`](./src/models/errors/send-typing-indicator-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
739
+ * [`GetUnreadCountForbiddenError`](./src/models/errors/get-unread-count-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
740
+ * [`SearchLinkedInConversationsForbiddenError`](./src/models/errors/search-linked-in-conversations-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
741
+ * [`FindLinkedInConversationForbiddenError`](./src/models/errors/find-linked-in-conversation-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
742
+ * [`ArchiveConversationForbiddenError`](./src/models/errors/archive-conversation-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
743
+ * [`UnreactToMessageForbiddenError`](./src/models/errors/unreact-to-message-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
744
+ * [`MarkConversationSeenForbiddenError`](./src/models/errors/mark-conversation-seen-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
745
+ * [`StarConversationForbiddenError`](./src/models/errors/star-conversation-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
746
+ * [`UnstarConversationForbiddenError`](./src/models/errors/unstar-conversation-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
747
+ * [`ListStarredConversationsForbiddenError`](./src/models/errors/list-starred-conversations-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
748
+ * [`UnarchiveConversationForbiddenError`](./src/models/errors/unarchive-conversation-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
749
+ * [`FilterCampaignForbiddenError`](./src/models/errors/filter-campaign-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
750
+ * [`GetCampaignStatusForbiddenError`](./src/models/errors/get-campaign-status-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
751
+ * [`SyncCampaignActionsForbiddenError`](./src/models/errors/sync-campaign-actions-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
752
+ * [`GetCampaignStatsForbiddenError`](./src/models/errors/get-campaign-stats-forbidden-error.ts): The client does not have access rights to the content. Status code `403`. Applicable to 1 of 79 methods.*
753
+ * [`CollectLinkedInLikesNotFoundError`](./src/models/errors/collect-linked-in-likes-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
754
+ * [`CollectLinkedInCommentsNotFoundError`](./src/models/errors/collect-linked-in-comments-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
755
+ * [`VisitLinkedInCompanyNotFoundError`](./src/models/errors/visit-linked-in-company-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
756
+ * [`CollectSavedLinkedInPostsNotFoundError`](./src/models/errors/collect-saved-linked-in-posts-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
757
+ * [`CollectLinkedInHashtagPostsNotFoundError`](./src/models/errors/collect-linked-in-hashtag-posts-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
758
+ * [`CollectLinkedInCommentRepliesNotFoundError`](./src/models/errors/collect-linked-in-comment-replies-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
759
+ * [`GetLinkedInFeedNotFoundError`](./src/models/errors/get-linked-in-feed-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
760
+ * [`CollectLinkedInPostsNotFoundError`](./src/models/errors/collect-linked-in-posts-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
761
+ * [`VisitLinkedInProfileNotFoundError`](./src/models/errors/visit-linked-in-profile-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
762
+ * [`SearchLinkedInNotFoundError`](./src/models/errors/search-linked-in-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
763
+ * [`SearchLinkedInCompaniesNotFoundError`](./src/models/errors/search-linked-in-companies-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
764
+ * [`ResolveLinkedInSearchParametersNotFoundError`](./src/models/errors/resolve-linked-in-search-parameters-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
765
+ * [`SearchLinkedInPostsNotFoundError`](./src/models/errors/search-linked-in-posts-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
766
+ * [`SearchLinkedInPeopleNotFoundError`](./src/models/errors/search-linked-in-people-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
767
+ * [`SearchLinkedInJobsNotFoundError`](./src/models/errors/search-linked-in-jobs-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
768
+ * [`SearchLinkedInByUrlNotFoundError`](./src/models/errors/search-linked-in-by-url-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
769
+ * [`SearchSalesNavNotFoundError`](./src/models/errors/search-sales-nav-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
770
+ * [`SearchSalesNavCompaniesNotFoundError`](./src/models/errors/search-sales-nav-companies-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
771
+ * [`SearchSalesNavPeopleNotFoundError`](./src/models/errors/search-sales-nav-people-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
772
+ * [`ConnectLinkedInProfileNotFoundError`](./src/models/errors/connect-linked-in-profile-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
773
+ * [`SendLinkedInMessageNotFoundError`](./src/models/errors/send-linked-in-message-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
774
+ * [`ListSentLinkedInInvitationsNotFoundError`](./src/models/errors/list-sent-linked-in-invitations-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
775
+ * [`FollowLinkedInCompanyNotFoundError`](./src/models/errors/follow-linked-in-company-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
776
+ * [`ListLinkedInInvitationsNotFoundError`](./src/models/errors/list-linked-in-invitations-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
777
+ * [`AcceptLinkedInInvitationNotFoundError`](./src/models/errors/accept-linked-in-invitation-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
778
+ * [`ReplyToLinkedInCommentNotFoundError`](./src/models/errors/reply-to-linked-in-comment-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
779
+ * [`LikeLinkedInPostNotFoundError`](./src/models/errors/like-linked-in-post-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
780
+ * [`WithdrawLinkedInInvitationNotFoundError`](./src/models/errors/withdraw-linked-in-invitation-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
781
+ * [`FollowLinkedInProfileNotFoundError`](./src/models/errors/follow-linked-in-profile-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
782
+ * [`EditLinkedInPostNotFoundError`](./src/models/errors/edit-linked-in-post-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
783
+ * [`EditLinkedInCommentNotFoundError`](./src/models/errors/edit-linked-in-comment-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
784
+ * [`RepostLinkedInPostNotFoundError`](./src/models/errors/repost-linked-in-post-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
785
+ * [`UnlikeLinkedInPostNotFoundError`](./src/models/errors/unlike-linked-in-post-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
786
+ * [`UnlikeLinkedInCommentNotFoundError`](./src/models/errors/unlike-linked-in-comment-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
787
+ * [`UnsaveLinkedInPostNotFoundError`](./src/models/errors/unsave-linked-in-post-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
788
+ * [`UnfollowLinkedInCompanyNotFoundError`](./src/models/errors/unfollow-linked-in-company-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
789
+ * [`LikeLinkedInCommentNotFoundError`](./src/models/errors/like-linked-in-comment-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
790
+ * [`PublishLinkedInPostNotFoundError`](./src/models/errors/publish-linked-in-post-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
791
+ * [`CommentOnLinkedInPostNotFoundError`](./src/models/errors/comment-on-linked-in-post-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
792
+ * [`DeclineLinkedInInvitationNotFoundError`](./src/models/errors/decline-linked-in-invitation-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
793
+ * [`UnfollowLinkedInProfileNotFoundError`](./src/models/errors/unfollow-linked-in-profile-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
794
+ * [`SaveLinkedInPostNotFoundError`](./src/models/errors/save-linked-in-post-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
795
+ * [`GetMyLinkedInProfileNotFoundError`](./src/models/errors/get-my-linked-in-profile-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
796
+ * [`ListLinkedInAccountsNotFoundError`](./src/models/errors/list-linked-in-accounts-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
797
+ * [`UpdateLinkedInAccountNotFoundError`](./src/models/errors/update-linked-in-account-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
798
+ * [`RefreshMyLinkedInProfileNotFoundError`](./src/models/errors/refresh-my-linked-in-profile-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
799
+ * [`GetMyLinkedInPostsNotFoundError`](./src/models/errors/get-my-linked-in-posts-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
800
+ * [`GetMyLinkedInFollowersNotFoundError`](./src/models/errors/get-my-linked-in-followers-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
801
+ * [`GetMyLimitsNotFoundError`](./src/models/errors/get-my-limits-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
802
+ * [`GetMyCreditsNotFoundError`](./src/models/errors/get-my-credits-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
803
+ * [`GetLinkedInProfileViewsNotFoundError`](./src/models/errors/get-linked-in-profile-views-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
804
+ * [`GetLinkedInSearchAppearancesNotFoundError`](./src/models/errors/get-linked-in-search-appearances-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
805
+ * [`GetLinkedInPostAnalyticsNotFoundError`](./src/models/errors/get-linked-in-post-analytics-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
806
+ * [`GetLinkedInFollowerAnalyticsNotFoundError`](./src/models/errors/get-linked-in-follower-analytics-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
807
+ * [`ListLinkedInCompanyPagesNotFoundError`](./src/models/errors/list-linked-in-company-pages-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
808
+ * [`GetCompanyPagePostsNotFoundError`](./src/models/errors/get-company-page-posts-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
809
+ * [`GetCompanyPagePermissionsNotFoundError`](./src/models/errors/get-company-page-permissions-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
810
+ * [`GetCompanyPageAnalyticsNotFoundError`](./src/models/errors/get-company-page-analytics-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
811
+ * [`ListInboxConversationsNotFoundError`](./src/models/errors/list-inbox-conversations-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
812
+ * [`GetConversationMessagesNotFoundError`](./src/models/errors/get-conversation-messages-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
813
+ * [`MarkAllConversationsReadNotFoundError`](./src/models/errors/mark-all-conversations-read-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
814
+ * [`ListArchivedConversationsNotFoundError`](./src/models/errors/list-archived-conversations-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
815
+ * [`ReactToMessageNotFoundError`](./src/models/errors/react-to-message-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
816
+ * [`SendTypingIndicatorNotFoundError`](./src/models/errors/send-typing-indicator-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
817
+ * [`GetUnreadCountNotFoundError`](./src/models/errors/get-unread-count-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
818
+ * [`SearchLinkedInConversationsNotFoundError`](./src/models/errors/search-linked-in-conversations-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
819
+ * [`FindLinkedInConversationNotFoundError`](./src/models/errors/find-linked-in-conversation-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
820
+ * [`ArchiveConversationNotFoundError`](./src/models/errors/archive-conversation-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
821
+ * [`UnreactToMessageNotFoundError`](./src/models/errors/unreact-to-message-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
822
+ * [`MarkConversationSeenNotFoundError`](./src/models/errors/mark-conversation-seen-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
823
+ * [`StarConversationNotFoundError`](./src/models/errors/star-conversation-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
824
+ * [`UnstarConversationNotFoundError`](./src/models/errors/unstar-conversation-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
825
+ * [`ListStarredConversationsNotFoundError`](./src/models/errors/list-starred-conversations-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
826
+ * [`UnarchiveConversationNotFoundError`](./src/models/errors/unarchive-conversation-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
827
+ * [`FilterCampaignNotFoundError`](./src/models/errors/filter-campaign-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
828
+ * [`GetCampaignStatusNotFoundError`](./src/models/errors/get-campaign-status-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
829
+ * [`SyncCampaignActionsNotFoundError`](./src/models/errors/sync-campaign-actions-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
830
+ * [`GetCampaignStatsNotFoundError`](./src/models/errors/get-campaign-stats-not-found-error.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 79 methods.*
831
+ * [`CollectLinkedInLikesConflictError`](./src/models/errors/collect-linked-in-likes-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
832
+ * [`CollectLinkedInCommentsConflictError`](./src/models/errors/collect-linked-in-comments-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
833
+ * [`VisitLinkedInCompanyConflictError`](./src/models/errors/visit-linked-in-company-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
834
+ * [`CollectSavedLinkedInPostsConflictError`](./src/models/errors/collect-saved-linked-in-posts-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
835
+ * [`CollectLinkedInHashtagPostsConflictError`](./src/models/errors/collect-linked-in-hashtag-posts-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
836
+ * [`CollectLinkedInCommentRepliesConflictError`](./src/models/errors/collect-linked-in-comment-replies-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
837
+ * [`GetLinkedInFeedConflictError`](./src/models/errors/get-linked-in-feed-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
838
+ * [`CollectLinkedInPostsConflictError`](./src/models/errors/collect-linked-in-posts-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
839
+ * [`VisitLinkedInProfileConflictError`](./src/models/errors/visit-linked-in-profile-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
840
+ * [`SearchLinkedInConflictError`](./src/models/errors/search-linked-in-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
841
+ * [`SearchLinkedInCompaniesConflictError`](./src/models/errors/search-linked-in-companies-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
842
+ * [`ResolveLinkedInSearchParametersConflictError`](./src/models/errors/resolve-linked-in-search-parameters-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
843
+ * [`SearchLinkedInPostsConflictError`](./src/models/errors/search-linked-in-posts-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
844
+ * [`SearchLinkedInPeopleConflictError`](./src/models/errors/search-linked-in-people-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
845
+ * [`SearchLinkedInJobsConflictError`](./src/models/errors/search-linked-in-jobs-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
846
+ * [`SearchLinkedInByUrlConflictError`](./src/models/errors/search-linked-in-by-url-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
847
+ * [`SearchSalesNavConflictError`](./src/models/errors/search-sales-nav-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
848
+ * [`SearchSalesNavCompaniesConflictError`](./src/models/errors/search-sales-nav-companies-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
849
+ * [`SearchSalesNavPeopleConflictError`](./src/models/errors/search-sales-nav-people-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
850
+ * [`ConnectLinkedInProfileConflictError`](./src/models/errors/connect-linked-in-profile-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
851
+ * [`SendLinkedInMessageConflictError`](./src/models/errors/send-linked-in-message-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
852
+ * [`ListSentLinkedInInvitationsConflictError`](./src/models/errors/list-sent-linked-in-invitations-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
853
+ * [`FollowLinkedInCompanyConflictError`](./src/models/errors/follow-linked-in-company-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
854
+ * [`ListLinkedInInvitationsConflictError`](./src/models/errors/list-linked-in-invitations-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
855
+ * [`AcceptLinkedInInvitationConflictError`](./src/models/errors/accept-linked-in-invitation-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
856
+ * [`ReplyToLinkedInCommentConflictError`](./src/models/errors/reply-to-linked-in-comment-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
857
+ * [`LikeLinkedInPostConflictError`](./src/models/errors/like-linked-in-post-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
858
+ * [`WithdrawLinkedInInvitationConflictError`](./src/models/errors/withdraw-linked-in-invitation-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
859
+ * [`FollowLinkedInProfileConflictError`](./src/models/errors/follow-linked-in-profile-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
860
+ * [`EditLinkedInPostConflictError`](./src/models/errors/edit-linked-in-post-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
861
+ * [`EditLinkedInCommentConflictError`](./src/models/errors/edit-linked-in-comment-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
862
+ * [`RepostLinkedInPostConflictError`](./src/models/errors/repost-linked-in-post-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
863
+ * [`UnlikeLinkedInPostConflictError`](./src/models/errors/unlike-linked-in-post-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
864
+ * [`UnlikeLinkedInCommentConflictError`](./src/models/errors/unlike-linked-in-comment-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
865
+ * [`UnsaveLinkedInPostConflictError`](./src/models/errors/unsave-linked-in-post-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
866
+ * [`UnfollowLinkedInCompanyConflictError`](./src/models/errors/unfollow-linked-in-company-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
867
+ * [`LikeLinkedInCommentConflictError`](./src/models/errors/like-linked-in-comment-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
868
+ * [`PublishLinkedInPostConflictError`](./src/models/errors/publish-linked-in-post-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
869
+ * [`CommentOnLinkedInPostConflictError`](./src/models/errors/comment-on-linked-in-post-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
870
+ * [`DeclineLinkedInInvitationConflictError`](./src/models/errors/decline-linked-in-invitation-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
871
+ * [`UnfollowLinkedInProfileConflictError`](./src/models/errors/unfollow-linked-in-profile-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
872
+ * [`SaveLinkedInPostConflictError`](./src/models/errors/save-linked-in-post-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
873
+ * [`GetMyLinkedInProfileConflictError`](./src/models/errors/get-my-linked-in-profile-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
874
+ * [`ListLinkedInAccountsConflictError`](./src/models/errors/list-linked-in-accounts-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
875
+ * [`UpdateLinkedInAccountConflictError`](./src/models/errors/update-linked-in-account-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
876
+ * [`RefreshMyLinkedInProfileConflictError`](./src/models/errors/refresh-my-linked-in-profile-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
877
+ * [`GetMyLinkedInPostsConflictError`](./src/models/errors/get-my-linked-in-posts-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
878
+ * [`GetMyLinkedInFollowersConflictError`](./src/models/errors/get-my-linked-in-followers-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
879
+ * [`GetMyLimitsConflictError`](./src/models/errors/get-my-limits-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
880
+ * [`GetMyCreditsConflictError`](./src/models/errors/get-my-credits-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
881
+ * [`GetLinkedInProfileViewsConflictError`](./src/models/errors/get-linked-in-profile-views-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
882
+ * [`GetLinkedInSearchAppearancesConflictError`](./src/models/errors/get-linked-in-search-appearances-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
883
+ * [`GetLinkedInPostAnalyticsConflictError`](./src/models/errors/get-linked-in-post-analytics-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
884
+ * [`GetLinkedInFollowerAnalyticsConflictError`](./src/models/errors/get-linked-in-follower-analytics-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
885
+ * [`ListLinkedInCompanyPagesConflictError`](./src/models/errors/list-linked-in-company-pages-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
886
+ * [`GetCompanyPagePostsConflictError`](./src/models/errors/get-company-page-posts-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
887
+ * [`GetCompanyPagePermissionsConflictError`](./src/models/errors/get-company-page-permissions-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
888
+ * [`GetCompanyPageAnalyticsConflictError`](./src/models/errors/get-company-page-analytics-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
889
+ * [`ListInboxConversationsConflictError`](./src/models/errors/list-inbox-conversations-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
890
+ * [`GetConversationMessagesConflictError`](./src/models/errors/get-conversation-messages-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
891
+ * [`MarkAllConversationsReadConflictError`](./src/models/errors/mark-all-conversations-read-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
892
+ * [`ListArchivedConversationsConflictError`](./src/models/errors/list-archived-conversations-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
893
+ * [`ReactToMessageConflictError`](./src/models/errors/react-to-message-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
894
+ * [`SendTypingIndicatorConflictError`](./src/models/errors/send-typing-indicator-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
895
+ * [`GetUnreadCountConflictError`](./src/models/errors/get-unread-count-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
896
+ * [`SearchLinkedInConversationsConflictError`](./src/models/errors/search-linked-in-conversations-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
897
+ * [`FindLinkedInConversationConflictError`](./src/models/errors/find-linked-in-conversation-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
898
+ * [`ArchiveConversationConflictError`](./src/models/errors/archive-conversation-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
899
+ * [`UnreactToMessageConflictError`](./src/models/errors/unreact-to-message-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
900
+ * [`MarkConversationSeenConflictError`](./src/models/errors/mark-conversation-seen-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
901
+ * [`StarConversationConflictError`](./src/models/errors/star-conversation-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
902
+ * [`UnstarConversationConflictError`](./src/models/errors/unstar-conversation-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
903
+ * [`ListStarredConversationsConflictError`](./src/models/errors/list-starred-conversations-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
904
+ * [`UnarchiveConversationConflictError`](./src/models/errors/unarchive-conversation-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
905
+ * [`FilterCampaignConflictError`](./src/models/errors/filter-campaign-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
906
+ * [`GetCampaignStatusConflictError`](./src/models/errors/get-campaign-status-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
907
+ * [`SyncCampaignActionsConflictError`](./src/models/errors/sync-campaign-actions-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
908
+ * [`GetCampaignStatsConflictError`](./src/models/errors/get-campaign-stats-conflict-error.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 79 methods.*
909
+ * [`CollectLinkedInLikesGoneError`](./src/models/errors/collect-linked-in-likes-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
910
+ * [`CollectLinkedInCommentsGoneError`](./src/models/errors/collect-linked-in-comments-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
911
+ * [`VisitLinkedInCompanyGoneError`](./src/models/errors/visit-linked-in-company-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
912
+ * [`CollectSavedLinkedInPostsGoneError`](./src/models/errors/collect-saved-linked-in-posts-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
913
+ * [`CollectLinkedInHashtagPostsGoneError`](./src/models/errors/collect-linked-in-hashtag-posts-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
914
+ * [`CollectLinkedInCommentRepliesGoneError`](./src/models/errors/collect-linked-in-comment-replies-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
915
+ * [`GetLinkedInFeedGoneError`](./src/models/errors/get-linked-in-feed-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
916
+ * [`CollectLinkedInPostsGoneError`](./src/models/errors/collect-linked-in-posts-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
917
+ * [`VisitLinkedInProfileGoneError`](./src/models/errors/visit-linked-in-profile-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
918
+ * [`SearchLinkedInGoneError`](./src/models/errors/search-linked-in-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
919
+ * [`SearchLinkedInCompaniesGoneError`](./src/models/errors/search-linked-in-companies-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
920
+ * [`ResolveLinkedInSearchParametersGoneError`](./src/models/errors/resolve-linked-in-search-parameters-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
921
+ * [`SearchLinkedInPostsGoneError`](./src/models/errors/search-linked-in-posts-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
922
+ * [`SearchLinkedInPeopleGoneError`](./src/models/errors/search-linked-in-people-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
923
+ * [`SearchLinkedInJobsGoneError`](./src/models/errors/search-linked-in-jobs-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
924
+ * [`SearchLinkedInByUrlGoneError`](./src/models/errors/search-linked-in-by-url-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
925
+ * [`SearchSalesNavGoneError`](./src/models/errors/search-sales-nav-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
926
+ * [`SearchSalesNavCompaniesGoneError`](./src/models/errors/search-sales-nav-companies-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
927
+ * [`SearchSalesNavPeopleGoneError`](./src/models/errors/search-sales-nav-people-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
928
+ * [`ConnectLinkedInProfileGoneError`](./src/models/errors/connect-linked-in-profile-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
929
+ * [`SendLinkedInMessageGoneError`](./src/models/errors/send-linked-in-message-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
930
+ * [`ListSentLinkedInInvitationsGoneError`](./src/models/errors/list-sent-linked-in-invitations-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
931
+ * [`FollowLinkedInCompanyGoneError`](./src/models/errors/follow-linked-in-company-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
932
+ * [`ListLinkedInInvitationsGoneError`](./src/models/errors/list-linked-in-invitations-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
933
+ * [`AcceptLinkedInInvitationGoneError`](./src/models/errors/accept-linked-in-invitation-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
934
+ * [`ReplyToLinkedInCommentGoneError`](./src/models/errors/reply-to-linked-in-comment-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
935
+ * [`LikeLinkedInPostGoneError`](./src/models/errors/like-linked-in-post-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
936
+ * [`WithdrawLinkedInInvitationGoneError`](./src/models/errors/withdraw-linked-in-invitation-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
937
+ * [`FollowLinkedInProfileGoneError`](./src/models/errors/follow-linked-in-profile-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
938
+ * [`EditLinkedInPostGoneError`](./src/models/errors/edit-linked-in-post-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
939
+ * [`EditLinkedInCommentGoneError`](./src/models/errors/edit-linked-in-comment-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
940
+ * [`RepostLinkedInPostGoneError`](./src/models/errors/repost-linked-in-post-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
941
+ * [`UnlikeLinkedInPostGoneError`](./src/models/errors/unlike-linked-in-post-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
942
+ * [`UnlikeLinkedInCommentGoneError`](./src/models/errors/unlike-linked-in-comment-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
943
+ * [`UnsaveLinkedInPostGoneError`](./src/models/errors/unsave-linked-in-post-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
944
+ * [`UnfollowLinkedInCompanyGoneError`](./src/models/errors/unfollow-linked-in-company-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
945
+ * [`LikeLinkedInCommentGoneError`](./src/models/errors/like-linked-in-comment-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
946
+ * [`PublishLinkedInPostGoneError`](./src/models/errors/publish-linked-in-post-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
947
+ * [`CommentOnLinkedInPostGoneError`](./src/models/errors/comment-on-linked-in-post-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
948
+ * [`DeclineLinkedInInvitationGoneError`](./src/models/errors/decline-linked-in-invitation-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
949
+ * [`UnfollowLinkedInProfileGoneError`](./src/models/errors/unfollow-linked-in-profile-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
950
+ * [`SaveLinkedInPostGoneError`](./src/models/errors/save-linked-in-post-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
951
+ * [`GetMyLinkedInProfileGoneError`](./src/models/errors/get-my-linked-in-profile-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
952
+ * [`ListLinkedInAccountsGoneError`](./src/models/errors/list-linked-in-accounts-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
953
+ * [`UpdateLinkedInAccountGoneError`](./src/models/errors/update-linked-in-account-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
954
+ * [`RefreshMyLinkedInProfileGoneError`](./src/models/errors/refresh-my-linked-in-profile-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
955
+ * [`GetMyLinkedInPostsGoneError`](./src/models/errors/get-my-linked-in-posts-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
956
+ * [`GetMyLinkedInFollowersGoneError`](./src/models/errors/get-my-linked-in-followers-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
957
+ * [`GetMyLimitsGoneError`](./src/models/errors/get-my-limits-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
958
+ * [`GetMyCreditsGoneError`](./src/models/errors/get-my-credits-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
959
+ * [`GetLinkedInProfileViewsGoneError`](./src/models/errors/get-linked-in-profile-views-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
960
+ * [`GetLinkedInSearchAppearancesGoneError`](./src/models/errors/get-linked-in-search-appearances-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
961
+ * [`GetLinkedInPostAnalyticsGoneError`](./src/models/errors/get-linked-in-post-analytics-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
962
+ * [`GetLinkedInFollowerAnalyticsGoneError`](./src/models/errors/get-linked-in-follower-analytics-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
963
+ * [`ListLinkedInCompanyPagesGoneError`](./src/models/errors/list-linked-in-company-pages-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
964
+ * [`GetCompanyPagePostsGoneError`](./src/models/errors/get-company-page-posts-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
965
+ * [`GetCompanyPagePermissionsGoneError`](./src/models/errors/get-company-page-permissions-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
966
+ * [`GetCompanyPageAnalyticsGoneError`](./src/models/errors/get-company-page-analytics-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
967
+ * [`ListInboxConversationsGoneError`](./src/models/errors/list-inbox-conversations-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
968
+ * [`GetConversationMessagesGoneError`](./src/models/errors/get-conversation-messages-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
969
+ * [`MarkAllConversationsReadGoneError`](./src/models/errors/mark-all-conversations-read-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
970
+ * [`ListArchivedConversationsGoneError`](./src/models/errors/list-archived-conversations-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
971
+ * [`ReactToMessageGoneError`](./src/models/errors/react-to-message-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
972
+ * [`SendTypingIndicatorGoneError`](./src/models/errors/send-typing-indicator-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
973
+ * [`GetUnreadCountGoneError`](./src/models/errors/get-unread-count-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
974
+ * [`SearchLinkedInConversationsGoneError`](./src/models/errors/search-linked-in-conversations-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
975
+ * [`FindLinkedInConversationGoneError`](./src/models/errors/find-linked-in-conversation-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
976
+ * [`ArchiveConversationGoneError`](./src/models/errors/archive-conversation-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
977
+ * [`UnreactToMessageGoneError`](./src/models/errors/unreact-to-message-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
978
+ * [`MarkConversationSeenGoneError`](./src/models/errors/mark-conversation-seen-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
979
+ * [`StarConversationGoneError`](./src/models/errors/star-conversation-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
980
+ * [`UnstarConversationGoneError`](./src/models/errors/unstar-conversation-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
981
+ * [`ListStarredConversationsGoneError`](./src/models/errors/list-starred-conversations-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
982
+ * [`UnarchiveConversationGoneError`](./src/models/errors/unarchive-conversation-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
983
+ * [`FilterCampaignGoneError`](./src/models/errors/filter-campaign-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
984
+ * [`GetCampaignStatusGoneError`](./src/models/errors/get-campaign-status-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
985
+ * [`SyncCampaignActionsGoneError`](./src/models/errors/sync-campaign-actions-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
986
+ * [`GetCampaignStatsGoneError`](./src/models/errors/get-campaign-stats-gone-error.ts): The requested content has been permanently deleted from the server. Status code `410`. Applicable to 1 of 79 methods.*
987
+ * [`CollectLinkedInLikesUnprocessableEntityError`](./src/models/errors/collect-linked-in-likes-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
988
+ * [`CollectLinkedInCommentsUnprocessableEntityError`](./src/models/errors/collect-linked-in-comments-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
989
+ * [`VisitLinkedInCompanyUnprocessableEntityError`](./src/models/errors/visit-linked-in-company-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
990
+ * [`CollectSavedLinkedInPostsUnprocessableEntityError`](./src/models/errors/collect-saved-linked-in-posts-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
991
+ * [`CollectLinkedInHashtagPostsUnprocessableEntityError`](./src/models/errors/collect-linked-in-hashtag-posts-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
992
+ * [`CollectLinkedInCommentRepliesUnprocessableEntityError`](./src/models/errors/collect-linked-in-comment-replies-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
993
+ * [`GetLinkedInFeedUnprocessableEntityError`](./src/models/errors/get-linked-in-feed-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
994
+ * [`CollectLinkedInPostsUnprocessableEntityError`](./src/models/errors/collect-linked-in-posts-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
995
+ * [`VisitLinkedInProfileUnprocessableEntityError`](./src/models/errors/visit-linked-in-profile-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
996
+ * [`SearchLinkedInUnprocessableEntityError`](./src/models/errors/search-linked-in-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
997
+ * [`SearchLinkedInCompaniesUnprocessableEntityError`](./src/models/errors/search-linked-in-companies-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
998
+ * [`ResolveLinkedInSearchParametersUnprocessableEntityError`](./src/models/errors/resolve-linked-in-search-parameters-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
999
+ * [`SearchLinkedInPostsUnprocessableEntityError`](./src/models/errors/search-linked-in-posts-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1000
+ * [`SearchLinkedInPeopleUnprocessableEntityError`](./src/models/errors/search-linked-in-people-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1001
+ * [`SearchLinkedInJobsUnprocessableEntityError`](./src/models/errors/search-linked-in-jobs-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1002
+ * [`SearchLinkedInByUrlUnprocessableEntityError`](./src/models/errors/search-linked-in-by-url-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1003
+ * [`SearchSalesNavUnprocessableEntityError`](./src/models/errors/search-sales-nav-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1004
+ * [`SearchSalesNavCompaniesUnprocessableEntityError`](./src/models/errors/search-sales-nav-companies-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1005
+ * [`SearchSalesNavPeopleUnprocessableEntityError`](./src/models/errors/search-sales-nav-people-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1006
+ * [`ConnectLinkedInProfileUnprocessableEntityError`](./src/models/errors/connect-linked-in-profile-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1007
+ * [`SendLinkedInMessageUnprocessableEntityError`](./src/models/errors/send-linked-in-message-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1008
+ * [`ListSentLinkedInInvitationsUnprocessableEntityError`](./src/models/errors/list-sent-linked-in-invitations-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1009
+ * [`FollowLinkedInCompanyUnprocessableEntityError`](./src/models/errors/follow-linked-in-company-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1010
+ * [`ListLinkedInInvitationsUnprocessableEntityError`](./src/models/errors/list-linked-in-invitations-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1011
+ * [`AcceptLinkedInInvitationUnprocessableEntityError`](./src/models/errors/accept-linked-in-invitation-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1012
+ * [`ReplyToLinkedInCommentUnprocessableEntityError`](./src/models/errors/reply-to-linked-in-comment-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1013
+ * [`LikeLinkedInPostUnprocessableEntityError`](./src/models/errors/like-linked-in-post-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1014
+ * [`WithdrawLinkedInInvitationUnprocessableEntityError`](./src/models/errors/withdraw-linked-in-invitation-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1015
+ * [`FollowLinkedInProfileUnprocessableEntityError`](./src/models/errors/follow-linked-in-profile-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1016
+ * [`EditLinkedInPostUnprocessableEntityError`](./src/models/errors/edit-linked-in-post-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1017
+ * [`EditLinkedInCommentUnprocessableEntityError`](./src/models/errors/edit-linked-in-comment-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1018
+ * [`RepostLinkedInPostUnprocessableEntityError`](./src/models/errors/repost-linked-in-post-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1019
+ * [`UnlikeLinkedInPostUnprocessableEntityError`](./src/models/errors/unlike-linked-in-post-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1020
+ * [`UnlikeLinkedInCommentUnprocessableEntityError`](./src/models/errors/unlike-linked-in-comment-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1021
+ * [`UnsaveLinkedInPostUnprocessableEntityError`](./src/models/errors/unsave-linked-in-post-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1022
+ * [`UnfollowLinkedInCompanyUnprocessableEntityError`](./src/models/errors/unfollow-linked-in-company-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1023
+ * [`LikeLinkedInCommentUnprocessableEntityError`](./src/models/errors/like-linked-in-comment-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1024
+ * [`PublishLinkedInPostUnprocessableEntityError`](./src/models/errors/publish-linked-in-post-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1025
+ * [`CommentOnLinkedInPostUnprocessableEntityError`](./src/models/errors/comment-on-linked-in-post-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1026
+ * [`DeclineLinkedInInvitationUnprocessableEntityError`](./src/models/errors/decline-linked-in-invitation-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1027
+ * [`UnfollowLinkedInProfileUnprocessableEntityError`](./src/models/errors/unfollow-linked-in-profile-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1028
+ * [`SaveLinkedInPostUnprocessableEntityError`](./src/models/errors/save-linked-in-post-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1029
+ * [`GetMyLinkedInProfileUnprocessableEntityError`](./src/models/errors/get-my-linked-in-profile-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1030
+ * [`ListLinkedInAccountsUnprocessableEntityError`](./src/models/errors/list-linked-in-accounts-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1031
+ * [`UpdateLinkedInAccountUnprocessableEntityError`](./src/models/errors/update-linked-in-account-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1032
+ * [`RefreshMyLinkedInProfileUnprocessableEntityError`](./src/models/errors/refresh-my-linked-in-profile-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1033
+ * [`GetMyLinkedInPostsUnprocessableEntityError`](./src/models/errors/get-my-linked-in-posts-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1034
+ * [`GetMyLinkedInFollowersUnprocessableEntityError`](./src/models/errors/get-my-linked-in-followers-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1035
+ * [`GetMyLimitsUnprocessableEntityError`](./src/models/errors/get-my-limits-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1036
+ * [`GetMyCreditsUnprocessableEntityError`](./src/models/errors/get-my-credits-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1037
+ * [`GetLinkedInProfileViewsUnprocessableEntityError`](./src/models/errors/get-linked-in-profile-views-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1038
+ * [`GetLinkedInSearchAppearancesUnprocessableEntityError`](./src/models/errors/get-linked-in-search-appearances-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1039
+ * [`GetLinkedInPostAnalyticsUnprocessableEntityError`](./src/models/errors/get-linked-in-post-analytics-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1040
+ * [`GetLinkedInFollowerAnalyticsUnprocessableEntityError`](./src/models/errors/get-linked-in-follower-analytics-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1041
+ * [`ListLinkedInCompanyPagesUnprocessableEntityError`](./src/models/errors/list-linked-in-company-pages-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1042
+ * [`GetCompanyPagePostsUnprocessableEntityError`](./src/models/errors/get-company-page-posts-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1043
+ * [`GetCompanyPagePermissionsUnprocessableEntityError`](./src/models/errors/get-company-page-permissions-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1044
+ * [`GetCompanyPageAnalyticsUnprocessableEntityError`](./src/models/errors/get-company-page-analytics-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1045
+ * [`ListInboxConversationsUnprocessableEntityError`](./src/models/errors/list-inbox-conversations-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1046
+ * [`GetConversationMessagesUnprocessableEntityError`](./src/models/errors/get-conversation-messages-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1047
+ * [`MarkAllConversationsReadUnprocessableEntityError`](./src/models/errors/mark-all-conversations-read-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1048
+ * [`ListArchivedConversationsUnprocessableEntityError`](./src/models/errors/list-archived-conversations-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1049
+ * [`ReactToMessageUnprocessableEntityError`](./src/models/errors/react-to-message-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1050
+ * [`SendTypingIndicatorUnprocessableEntityError`](./src/models/errors/send-typing-indicator-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1051
+ * [`GetUnreadCountUnprocessableEntityError`](./src/models/errors/get-unread-count-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1052
+ * [`SearchLinkedInConversationsUnprocessableEntityError`](./src/models/errors/search-linked-in-conversations-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1053
+ * [`FindLinkedInConversationUnprocessableEntityError`](./src/models/errors/find-linked-in-conversation-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1054
+ * [`ArchiveConversationUnprocessableEntityError`](./src/models/errors/archive-conversation-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1055
+ * [`UnreactToMessageUnprocessableEntityError`](./src/models/errors/unreact-to-message-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1056
+ * [`MarkConversationSeenUnprocessableEntityError`](./src/models/errors/mark-conversation-seen-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1057
+ * [`StarConversationUnprocessableEntityError`](./src/models/errors/star-conversation-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1058
+ * [`UnstarConversationUnprocessableEntityError`](./src/models/errors/unstar-conversation-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1059
+ * [`ListStarredConversationsUnprocessableEntityError`](./src/models/errors/list-starred-conversations-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1060
+ * [`UnarchiveConversationUnprocessableEntityError`](./src/models/errors/unarchive-conversation-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1061
+ * [`FilterCampaignUnprocessableEntityError`](./src/models/errors/filter-campaign-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1062
+ * [`GetCampaignStatusUnprocessableEntityError`](./src/models/errors/get-campaign-status-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1063
+ * [`SyncCampaignActionsUnprocessableEntityError`](./src/models/errors/sync-campaign-actions-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1064
+ * [`GetCampaignStatsUnprocessableEntityError`](./src/models/errors/get-campaign-stats-unprocessable-entity-error.ts): The request was well-formed but was unable to be followed due to semantic errors. Status code `422`. Applicable to 1 of 79 methods.*
1065
+ * [`CollectLinkedInLikesTooManyRequestsError`](./src/models/errors/collect-linked-in-likes-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1066
+ * [`CollectLinkedInCommentsTooManyRequestsError`](./src/models/errors/collect-linked-in-comments-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1067
+ * [`VisitLinkedInCompanyTooManyRequestsError`](./src/models/errors/visit-linked-in-company-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1068
+ * [`CollectSavedLinkedInPostsTooManyRequestsError`](./src/models/errors/collect-saved-linked-in-posts-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1069
+ * [`CollectLinkedInHashtagPostsTooManyRequestsError`](./src/models/errors/collect-linked-in-hashtag-posts-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1070
+ * [`CollectLinkedInCommentRepliesTooManyRequestsError`](./src/models/errors/collect-linked-in-comment-replies-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1071
+ * [`GetLinkedInFeedTooManyRequestsError`](./src/models/errors/get-linked-in-feed-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1072
+ * [`CollectLinkedInPostsTooManyRequestsError`](./src/models/errors/collect-linked-in-posts-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1073
+ * [`VisitLinkedInProfileTooManyRequestsError`](./src/models/errors/visit-linked-in-profile-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1074
+ * [`SearchLinkedInTooManyRequestsError`](./src/models/errors/search-linked-in-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1075
+ * [`SearchLinkedInCompaniesTooManyRequestsError`](./src/models/errors/search-linked-in-companies-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1076
+ * [`ResolveLinkedInSearchParametersTooManyRequestsError`](./src/models/errors/resolve-linked-in-search-parameters-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1077
+ * [`SearchLinkedInPostsTooManyRequestsError`](./src/models/errors/search-linked-in-posts-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1078
+ * [`SearchLinkedInPeopleTooManyRequestsError`](./src/models/errors/search-linked-in-people-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1079
+ * [`SearchLinkedInJobsTooManyRequestsError`](./src/models/errors/search-linked-in-jobs-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1080
+ * [`SearchLinkedInByUrlTooManyRequestsError`](./src/models/errors/search-linked-in-by-url-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1081
+ * [`SearchSalesNavTooManyRequestsError`](./src/models/errors/search-sales-nav-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1082
+ * [`SearchSalesNavCompaniesTooManyRequestsError`](./src/models/errors/search-sales-nav-companies-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1083
+ * [`SearchSalesNavPeopleTooManyRequestsError`](./src/models/errors/search-sales-nav-people-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1084
+ * [`ConnectLinkedInProfileTooManyRequestsError`](./src/models/errors/connect-linked-in-profile-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1085
+ * [`SendLinkedInMessageTooManyRequestsError`](./src/models/errors/send-linked-in-message-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1086
+ * [`ListSentLinkedInInvitationsTooManyRequestsError`](./src/models/errors/list-sent-linked-in-invitations-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1087
+ * [`FollowLinkedInCompanyTooManyRequestsError`](./src/models/errors/follow-linked-in-company-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1088
+ * [`ListLinkedInInvitationsTooManyRequestsError`](./src/models/errors/list-linked-in-invitations-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1089
+ * [`AcceptLinkedInInvitationTooManyRequestsError`](./src/models/errors/accept-linked-in-invitation-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1090
+ * [`ReplyToLinkedInCommentTooManyRequestsError`](./src/models/errors/reply-to-linked-in-comment-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1091
+ * [`LikeLinkedInPostTooManyRequestsError`](./src/models/errors/like-linked-in-post-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1092
+ * [`WithdrawLinkedInInvitationTooManyRequestsError`](./src/models/errors/withdraw-linked-in-invitation-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1093
+ * [`FollowLinkedInProfileTooManyRequestsError`](./src/models/errors/follow-linked-in-profile-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1094
+ * [`EditLinkedInPostTooManyRequestsError`](./src/models/errors/edit-linked-in-post-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1095
+ * [`EditLinkedInCommentTooManyRequestsError`](./src/models/errors/edit-linked-in-comment-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1096
+ * [`RepostLinkedInPostTooManyRequestsError`](./src/models/errors/repost-linked-in-post-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1097
+ * [`UnlikeLinkedInPostTooManyRequestsError`](./src/models/errors/unlike-linked-in-post-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1098
+ * [`UnlikeLinkedInCommentTooManyRequestsError`](./src/models/errors/unlike-linked-in-comment-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1099
+ * [`UnsaveLinkedInPostTooManyRequestsError`](./src/models/errors/unsave-linked-in-post-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1100
+ * [`UnfollowLinkedInCompanyTooManyRequestsError`](./src/models/errors/unfollow-linked-in-company-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1101
+ * [`LikeLinkedInCommentTooManyRequestsError`](./src/models/errors/like-linked-in-comment-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1102
+ * [`PublishLinkedInPostTooManyRequestsError`](./src/models/errors/publish-linked-in-post-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1103
+ * [`CommentOnLinkedInPostTooManyRequestsError`](./src/models/errors/comment-on-linked-in-post-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1104
+ * [`DeclineLinkedInInvitationTooManyRequestsError`](./src/models/errors/decline-linked-in-invitation-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1105
+ * [`UnfollowLinkedInProfileTooManyRequestsError`](./src/models/errors/unfollow-linked-in-profile-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1106
+ * [`SaveLinkedInPostTooManyRequestsError`](./src/models/errors/save-linked-in-post-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1107
+ * [`GetMyLinkedInProfileTooManyRequestsError`](./src/models/errors/get-my-linked-in-profile-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1108
+ * [`ListLinkedInAccountsTooManyRequestsError`](./src/models/errors/list-linked-in-accounts-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1109
+ * [`UpdateLinkedInAccountTooManyRequestsError`](./src/models/errors/update-linked-in-account-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1110
+ * [`RefreshMyLinkedInProfileTooManyRequestsError`](./src/models/errors/refresh-my-linked-in-profile-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1111
+ * [`GetMyLinkedInPostsTooManyRequestsError`](./src/models/errors/get-my-linked-in-posts-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1112
+ * [`GetMyLinkedInFollowersTooManyRequestsError`](./src/models/errors/get-my-linked-in-followers-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1113
+ * [`GetMyLimitsTooManyRequestsError`](./src/models/errors/get-my-limits-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1114
+ * [`GetMyCreditsTooManyRequestsError`](./src/models/errors/get-my-credits-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1115
+ * [`GetLinkedInProfileViewsTooManyRequestsError`](./src/models/errors/get-linked-in-profile-views-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1116
+ * [`GetLinkedInSearchAppearancesTooManyRequestsError`](./src/models/errors/get-linked-in-search-appearances-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1117
+ * [`GetLinkedInPostAnalyticsTooManyRequestsError`](./src/models/errors/get-linked-in-post-analytics-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1118
+ * [`GetLinkedInFollowerAnalyticsTooManyRequestsError`](./src/models/errors/get-linked-in-follower-analytics-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1119
+ * [`ListLinkedInCompanyPagesTooManyRequestsError`](./src/models/errors/list-linked-in-company-pages-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1120
+ * [`GetCompanyPagePostsTooManyRequestsError`](./src/models/errors/get-company-page-posts-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1121
+ * [`GetCompanyPagePermissionsTooManyRequestsError`](./src/models/errors/get-company-page-permissions-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1122
+ * [`GetCompanyPageAnalyticsTooManyRequestsError`](./src/models/errors/get-company-page-analytics-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1123
+ * [`ListInboxConversationsTooManyRequestsError`](./src/models/errors/list-inbox-conversations-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1124
+ * [`GetConversationMessagesTooManyRequestsError`](./src/models/errors/get-conversation-messages-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1125
+ * [`MarkAllConversationsReadTooManyRequestsError`](./src/models/errors/mark-all-conversations-read-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1126
+ * [`ListArchivedConversationsTooManyRequestsError`](./src/models/errors/list-archived-conversations-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1127
+ * [`ReactToMessageTooManyRequestsError`](./src/models/errors/react-to-message-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1128
+ * [`SendTypingIndicatorTooManyRequestsError`](./src/models/errors/send-typing-indicator-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1129
+ * [`GetUnreadCountTooManyRequestsError`](./src/models/errors/get-unread-count-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1130
+ * [`SearchLinkedInConversationsTooManyRequestsError`](./src/models/errors/search-linked-in-conversations-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1131
+ * [`FindLinkedInConversationTooManyRequestsError`](./src/models/errors/find-linked-in-conversation-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1132
+ * [`ArchiveConversationTooManyRequestsError`](./src/models/errors/archive-conversation-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1133
+ * [`UnreactToMessageTooManyRequestsError`](./src/models/errors/unreact-to-message-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1134
+ * [`MarkConversationSeenTooManyRequestsError`](./src/models/errors/mark-conversation-seen-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1135
+ * [`StarConversationTooManyRequestsError`](./src/models/errors/star-conversation-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1136
+ * [`UnstarConversationTooManyRequestsError`](./src/models/errors/unstar-conversation-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1137
+ * [`ListStarredConversationsTooManyRequestsError`](./src/models/errors/list-starred-conversations-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1138
+ * [`UnarchiveConversationTooManyRequestsError`](./src/models/errors/unarchive-conversation-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1139
+ * [`FilterCampaignTooManyRequestsError`](./src/models/errors/filter-campaign-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1140
+ * [`GetCampaignStatusTooManyRequestsError`](./src/models/errors/get-campaign-status-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1141
+ * [`SyncCampaignActionsTooManyRequestsError`](./src/models/errors/sync-campaign-actions-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1142
+ * [`GetCampaignStatsTooManyRequestsError`](./src/models/errors/get-campaign-stats-too-many-requests-error.ts): Rate limit exceeded. Read error.retryAfter for the wait time in seconds. Status code `429`. Applicable to 1 of 79 methods.*
1143
+ * [`CollectLinkedInLikesInternalServerError`](./src/models/errors/collect-linked-in-likes-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1144
+ * [`CollectLinkedInCommentsInternalServerError`](./src/models/errors/collect-linked-in-comments-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1145
+ * [`VisitLinkedInCompanyInternalServerError`](./src/models/errors/visit-linked-in-company-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1146
+ * [`CollectSavedLinkedInPostsInternalServerError`](./src/models/errors/collect-saved-linked-in-posts-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1147
+ * [`CollectLinkedInHashtagPostsInternalServerError`](./src/models/errors/collect-linked-in-hashtag-posts-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1148
+ * [`CollectLinkedInCommentRepliesInternalServerError`](./src/models/errors/collect-linked-in-comment-replies-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1149
+ * [`GetLinkedInFeedInternalServerError`](./src/models/errors/get-linked-in-feed-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1150
+ * [`CollectLinkedInPostsInternalServerError`](./src/models/errors/collect-linked-in-posts-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1151
+ * [`VisitLinkedInProfileInternalServerError`](./src/models/errors/visit-linked-in-profile-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1152
+ * [`SearchLinkedInInternalServerError`](./src/models/errors/search-linked-in-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1153
+ * [`SearchLinkedInCompaniesInternalServerError`](./src/models/errors/search-linked-in-companies-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1154
+ * [`ResolveLinkedInSearchParametersInternalServerError`](./src/models/errors/resolve-linked-in-search-parameters-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1155
+ * [`SearchLinkedInPostsInternalServerError`](./src/models/errors/search-linked-in-posts-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1156
+ * [`SearchLinkedInPeopleInternalServerError`](./src/models/errors/search-linked-in-people-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1157
+ * [`SearchLinkedInJobsInternalServerError`](./src/models/errors/search-linked-in-jobs-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1158
+ * [`SearchLinkedInByUrlInternalServerError`](./src/models/errors/search-linked-in-by-url-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1159
+ * [`SearchSalesNavInternalServerError`](./src/models/errors/search-sales-nav-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1160
+ * [`SearchSalesNavCompaniesInternalServerError`](./src/models/errors/search-sales-nav-companies-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1161
+ * [`SearchSalesNavPeopleInternalServerError`](./src/models/errors/search-sales-nav-people-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1162
+ * [`ConnectLinkedInProfileInternalServerError`](./src/models/errors/connect-linked-in-profile-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1163
+ * [`SendLinkedInMessageInternalServerError`](./src/models/errors/send-linked-in-message-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1164
+ * [`ListSentLinkedInInvitationsInternalServerError`](./src/models/errors/list-sent-linked-in-invitations-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1165
+ * [`FollowLinkedInCompanyInternalServerError`](./src/models/errors/follow-linked-in-company-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1166
+ * [`ListLinkedInInvitationsInternalServerError`](./src/models/errors/list-linked-in-invitations-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1167
+ * [`AcceptLinkedInInvitationInternalServerError`](./src/models/errors/accept-linked-in-invitation-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1168
+ * [`ReplyToLinkedInCommentInternalServerError`](./src/models/errors/reply-to-linked-in-comment-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1169
+ * [`LikeLinkedInPostInternalServerError`](./src/models/errors/like-linked-in-post-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1170
+ * [`WithdrawLinkedInInvitationInternalServerError`](./src/models/errors/withdraw-linked-in-invitation-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1171
+ * [`FollowLinkedInProfileInternalServerError`](./src/models/errors/follow-linked-in-profile-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1172
+ * [`EditLinkedInPostInternalServerError`](./src/models/errors/edit-linked-in-post-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1173
+ * [`EditLinkedInCommentInternalServerError`](./src/models/errors/edit-linked-in-comment-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1174
+ * [`RepostLinkedInPostInternalServerError`](./src/models/errors/repost-linked-in-post-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1175
+ * [`UnlikeLinkedInPostInternalServerError`](./src/models/errors/unlike-linked-in-post-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1176
+ * [`UnlikeLinkedInCommentInternalServerError`](./src/models/errors/unlike-linked-in-comment-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1177
+ * [`UnsaveLinkedInPostInternalServerError`](./src/models/errors/unsave-linked-in-post-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1178
+ * [`UnfollowLinkedInCompanyInternalServerError`](./src/models/errors/unfollow-linked-in-company-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1179
+ * [`LikeLinkedInCommentInternalServerError`](./src/models/errors/like-linked-in-comment-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1180
+ * [`PublishLinkedInPostInternalServerError`](./src/models/errors/publish-linked-in-post-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1181
+ * [`CommentOnLinkedInPostInternalServerError`](./src/models/errors/comment-on-linked-in-post-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1182
+ * [`DeclineLinkedInInvitationInternalServerError`](./src/models/errors/decline-linked-in-invitation-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1183
+ * [`UnfollowLinkedInProfileInternalServerError`](./src/models/errors/unfollow-linked-in-profile-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1184
+ * [`SaveLinkedInPostInternalServerError`](./src/models/errors/save-linked-in-post-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1185
+ * [`GetMyLinkedInProfileInternalServerError`](./src/models/errors/get-my-linked-in-profile-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1186
+ * [`ListLinkedInAccountsInternalServerError`](./src/models/errors/list-linked-in-accounts-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1187
+ * [`UpdateLinkedInAccountInternalServerError`](./src/models/errors/update-linked-in-account-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1188
+ * [`RefreshMyLinkedInProfileInternalServerError`](./src/models/errors/refresh-my-linked-in-profile-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1189
+ * [`GetMyLinkedInPostsInternalServerError`](./src/models/errors/get-my-linked-in-posts-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1190
+ * [`GetMyLinkedInFollowersInternalServerError`](./src/models/errors/get-my-linked-in-followers-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1191
+ * [`GetMyLimitsInternalServerError`](./src/models/errors/get-my-limits-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1192
+ * [`GetMyCreditsInternalServerError`](./src/models/errors/get-my-credits-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1193
+ * [`GetLinkedInProfileViewsInternalServerError`](./src/models/errors/get-linked-in-profile-views-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1194
+ * [`GetLinkedInSearchAppearancesInternalServerError`](./src/models/errors/get-linked-in-search-appearances-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1195
+ * [`GetLinkedInPostAnalyticsInternalServerError`](./src/models/errors/get-linked-in-post-analytics-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1196
+ * [`GetLinkedInFollowerAnalyticsInternalServerError`](./src/models/errors/get-linked-in-follower-analytics-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1197
+ * [`ListLinkedInCompanyPagesInternalServerError`](./src/models/errors/list-linked-in-company-pages-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1198
+ * [`GetCompanyPagePostsInternalServerError`](./src/models/errors/get-company-page-posts-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1199
+ * [`GetCompanyPagePermissionsInternalServerError`](./src/models/errors/get-company-page-permissions-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1200
+ * [`GetCompanyPageAnalyticsInternalServerError`](./src/models/errors/get-company-page-analytics-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1201
+ * [`ListInboxConversationsInternalServerError`](./src/models/errors/list-inbox-conversations-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1202
+ * [`GetConversationMessagesInternalServerError`](./src/models/errors/get-conversation-messages-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1203
+ * [`MarkAllConversationsReadInternalServerError`](./src/models/errors/mark-all-conversations-read-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1204
+ * [`ListArchivedConversationsInternalServerError`](./src/models/errors/list-archived-conversations-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1205
+ * [`ReactToMessageInternalServerError`](./src/models/errors/react-to-message-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1206
+ * [`SendTypingIndicatorInternalServerError`](./src/models/errors/send-typing-indicator-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1207
+ * [`GetUnreadCountInternalServerError`](./src/models/errors/get-unread-count-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1208
+ * [`SearchLinkedInConversationsInternalServerError`](./src/models/errors/search-linked-in-conversations-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1209
+ * [`FindLinkedInConversationInternalServerError`](./src/models/errors/find-linked-in-conversation-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1210
+ * [`ArchiveConversationInternalServerError`](./src/models/errors/archive-conversation-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1211
+ * [`UnreactToMessageInternalServerError`](./src/models/errors/unreact-to-message-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1212
+ * [`MarkConversationSeenInternalServerError`](./src/models/errors/mark-conversation-seen-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1213
+ * [`StarConversationInternalServerError`](./src/models/errors/star-conversation-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1214
+ * [`UnstarConversationInternalServerError`](./src/models/errors/unstar-conversation-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1215
+ * [`ListStarredConversationsInternalServerError`](./src/models/errors/list-starred-conversations-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1216
+ * [`UnarchiveConversationInternalServerError`](./src/models/errors/unarchive-conversation-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1217
+ * [`FilterCampaignInternalServerError`](./src/models/errors/filter-campaign-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1218
+ * [`GetCampaignStatusInternalServerError`](./src/models/errors/get-campaign-status-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1219
+ * [`SyncCampaignActionsInternalServerError`](./src/models/errors/sync-campaign-actions-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
1220
+ * [`GetCampaignStatsInternalServerError`](./src/models/errors/get-campaign-stats-internal-server-error.ts): The server encountered a situation it does not know how to handle. Status code `500`. Applicable to 1 of 79 methods.*
405
1221
  * [`ResponseValidationError`](./src/models/errors/response-validation-error.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
406
1222
 
407
1223
  </details>
1224
+
1225
+ \* Check [the method documentation](#available-resources-and-operations) to see if the error is applicable.
408
1226
  <!-- End Error Handling [errors] -->
409
1227
 
410
1228
  <!-- Start Server Selection [server] -->