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
@@ -0,0 +1,653 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4-mini";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { ClosedEnum } from "../../types/enums.js";
8
+ import { Result as SafeParseResult } from "../../types/fp.js";
9
+ import * as types from "../../types/primitives.js";
10
+ import { smartUnion } from "../../types/smart-union.js";
11
+ import { SDKValidationError } from "../errors/sdk-validation-error.js";
12
+
13
+ export type UpdateLinkedInAccountRequest = {
14
+ /**
15
+ * ID of the LinkedIn account to update.
16
+ */
17
+ accountId: string;
18
+ /**
19
+ * User-facing label (e.g. 'Personal', 'Company SDR').
20
+ */
21
+ label?: string | null | undefined;
22
+ /**
23
+ * Set as the default account. Clears default from other accounts.
24
+ */
25
+ isDefault?: boolean | undefined;
26
+ };
27
+
28
+ export type UpdateLinkedInAccountInternalServerErrorDetails =
29
+ | string
30
+ | Array<string>;
31
+
32
+ export type UpdateLinkedInAccountInternalServerErrorError = {
33
+ code: string;
34
+ message: string;
35
+ docs?: string | undefined;
36
+ details?: string | Array<string> | undefined;
37
+ };
38
+
39
+ export const UpdateLinkedInAccountCode = {
40
+ RateLimitExceeded: "rate_limit_exceeded",
41
+ } as const;
42
+ export type UpdateLinkedInAccountCode = ClosedEnum<
43
+ typeof UpdateLinkedInAccountCode
44
+ >;
45
+
46
+ /**
47
+ * Current and max daily usage (null if no daily cap).
48
+ */
49
+ export type UpdateLinkedInAccountDaily = {
50
+ current: number;
51
+ limit: number;
52
+ };
53
+
54
+ /**
55
+ * Current and max weekly usage (null if no weekly cap).
56
+ */
57
+ export type UpdateLinkedInAccountWeekly = {
58
+ current: number;
59
+ limit: number;
60
+ };
61
+
62
+ export type UpdateLinkedInAccountTooManyRequestsError = {
63
+ code: UpdateLinkedInAccountCode;
64
+ message: string;
65
+ docs?: string | undefined;
66
+ /**
67
+ * Seconds to wait before retrying.
68
+ */
69
+ retryAfter: number;
70
+ /**
71
+ * Current and max daily usage (null if no daily cap).
72
+ */
73
+ daily: UpdateLinkedInAccountDaily | null;
74
+ /**
75
+ * Current and max weekly usage (null if no weekly cap).
76
+ */
77
+ weekly: UpdateLinkedInAccountWeekly | null;
78
+ };
79
+
80
+ export type UpdateLinkedInAccountUnprocessableEntityDetails =
81
+ | string
82
+ | Array<string>;
83
+
84
+ export type UpdateLinkedInAccountUnprocessableEntityError = {
85
+ code: string;
86
+ message: string;
87
+ docs?: string | undefined;
88
+ details?: string | Array<string> | undefined;
89
+ };
90
+
91
+ export type UpdateLinkedInAccountGoneDetails = string | Array<string>;
92
+
93
+ export type UpdateLinkedInAccountGoneError = {
94
+ code: string;
95
+ message: string;
96
+ docs?: string | undefined;
97
+ details?: string | Array<string> | undefined;
98
+ };
99
+
100
+ export type UpdateLinkedInAccountConflictDetails = string | Array<string>;
101
+
102
+ export type UpdateLinkedInAccountConflictError = {
103
+ code: string;
104
+ message: string;
105
+ docs?: string | undefined;
106
+ details?: string | Array<string> | undefined;
107
+ };
108
+
109
+ export type UpdateLinkedInAccountNotFoundDetails = string | Array<string>;
110
+
111
+ export type UpdateLinkedInAccountNotFoundError = {
112
+ code: string;
113
+ message: string;
114
+ docs?: string | undefined;
115
+ details?: string | Array<string> | undefined;
116
+ };
117
+
118
+ export type UpdateLinkedInAccountForbiddenDetails = string | Array<string>;
119
+
120
+ export type UpdateLinkedInAccountForbiddenError = {
121
+ code: string;
122
+ message: string;
123
+ docs?: string | undefined;
124
+ details?: string | Array<string> | undefined;
125
+ };
126
+
127
+ export type UpdateLinkedInAccountUnauthorizedDetails = string | Array<string>;
128
+
129
+ export type UpdateLinkedInAccountUnauthorizedError = {
130
+ code: string;
131
+ message: string;
132
+ docs?: string | undefined;
133
+ details?: string | Array<string> | undefined;
134
+ };
135
+
136
+ export type UpdateLinkedInAccountBadRequestDetails = string | Array<string>;
137
+
138
+ export type UpdateLinkedInAccountBadRequestError = {
139
+ code: string;
140
+ message: string;
141
+ docs?: string | undefined;
142
+ details?: string | Array<string> | undefined;
143
+ };
144
+
145
+ export type UpdateLinkedInAccountAccount = {
146
+ id: string;
147
+ label: string | null;
148
+ isDefault: boolean;
149
+ linkedinProfileId: string | null;
150
+ linkedinName: string | null;
151
+ headline: string | null;
152
+ profilePic: string | null;
153
+ isValid: boolean;
154
+ };
155
+
156
+ /**
157
+ * Updated account
158
+ */
159
+ export type UpdateLinkedInAccountResponse = {
160
+ success: true;
161
+ account: UpdateLinkedInAccountAccount;
162
+ };
163
+
164
+ /** @internal */
165
+ export type UpdateLinkedInAccountRequest$Outbound = {
166
+ accountId: string;
167
+ label?: string | null | undefined;
168
+ isDefault?: boolean | undefined;
169
+ };
170
+
171
+ /** @internal */
172
+ export const UpdateLinkedInAccountRequest$outboundSchema: z.ZodMiniType<
173
+ UpdateLinkedInAccountRequest$Outbound,
174
+ UpdateLinkedInAccountRequest
175
+ > = z.object({
176
+ accountId: z.string(),
177
+ label: z.optional(z.nullable(z.string())),
178
+ isDefault: z.optional(z.boolean()),
179
+ });
180
+
181
+ export function updateLinkedInAccountRequestToJSON(
182
+ updateLinkedInAccountRequest: UpdateLinkedInAccountRequest,
183
+ ): string {
184
+ return JSON.stringify(
185
+ UpdateLinkedInAccountRequest$outboundSchema.parse(
186
+ updateLinkedInAccountRequest,
187
+ ),
188
+ );
189
+ }
190
+
191
+ /** @internal */
192
+ export const UpdateLinkedInAccountInternalServerErrorDetails$inboundSchema:
193
+ z.ZodMiniType<UpdateLinkedInAccountInternalServerErrorDetails, unknown> =
194
+ smartUnion([types.string(), z.array(types.string())]);
195
+
196
+ export function updateLinkedInAccountInternalServerErrorDetailsFromJSON(
197
+ jsonString: string,
198
+ ): SafeParseResult<
199
+ UpdateLinkedInAccountInternalServerErrorDetails,
200
+ SDKValidationError
201
+ > {
202
+ return safeParse(
203
+ jsonString,
204
+ (x) =>
205
+ UpdateLinkedInAccountInternalServerErrorDetails$inboundSchema.parse(
206
+ JSON.parse(x),
207
+ ),
208
+ `Failed to parse 'UpdateLinkedInAccountInternalServerErrorDetails' from JSON`,
209
+ );
210
+ }
211
+
212
+ /** @internal */
213
+ export const UpdateLinkedInAccountInternalServerErrorError$inboundSchema:
214
+ z.ZodMiniType<UpdateLinkedInAccountInternalServerErrorError, unknown> = z
215
+ .object({
216
+ code: types.string(),
217
+ message: types.string(),
218
+ docs: types.optional(types.string()),
219
+ details: types.optional(
220
+ smartUnion([types.string(), z.array(types.string())]),
221
+ ),
222
+ });
223
+
224
+ export function updateLinkedInAccountInternalServerErrorErrorFromJSON(
225
+ jsonString: string,
226
+ ): SafeParseResult<
227
+ UpdateLinkedInAccountInternalServerErrorError,
228
+ SDKValidationError
229
+ > {
230
+ return safeParse(
231
+ jsonString,
232
+ (x) =>
233
+ UpdateLinkedInAccountInternalServerErrorError$inboundSchema.parse(
234
+ JSON.parse(x),
235
+ ),
236
+ `Failed to parse 'UpdateLinkedInAccountInternalServerErrorError' from JSON`,
237
+ );
238
+ }
239
+
240
+ /** @internal */
241
+ export const UpdateLinkedInAccountCode$inboundSchema: z.ZodMiniEnum<
242
+ typeof UpdateLinkedInAccountCode
243
+ > = z.enum(UpdateLinkedInAccountCode);
244
+
245
+ /** @internal */
246
+ export const UpdateLinkedInAccountDaily$inboundSchema: z.ZodMiniType<
247
+ UpdateLinkedInAccountDaily,
248
+ unknown
249
+ > = z.object({
250
+ current: types.number(),
251
+ limit: types.number(),
252
+ });
253
+
254
+ export function updateLinkedInAccountDailyFromJSON(
255
+ jsonString: string,
256
+ ): SafeParseResult<UpdateLinkedInAccountDaily, SDKValidationError> {
257
+ return safeParse(
258
+ jsonString,
259
+ (x) => UpdateLinkedInAccountDaily$inboundSchema.parse(JSON.parse(x)),
260
+ `Failed to parse 'UpdateLinkedInAccountDaily' from JSON`,
261
+ );
262
+ }
263
+
264
+ /** @internal */
265
+ export const UpdateLinkedInAccountWeekly$inboundSchema: z.ZodMiniType<
266
+ UpdateLinkedInAccountWeekly,
267
+ unknown
268
+ > = z.object({
269
+ current: types.number(),
270
+ limit: types.number(),
271
+ });
272
+
273
+ export function updateLinkedInAccountWeeklyFromJSON(
274
+ jsonString: string,
275
+ ): SafeParseResult<UpdateLinkedInAccountWeekly, SDKValidationError> {
276
+ return safeParse(
277
+ jsonString,
278
+ (x) => UpdateLinkedInAccountWeekly$inboundSchema.parse(JSON.parse(x)),
279
+ `Failed to parse 'UpdateLinkedInAccountWeekly' from JSON`,
280
+ );
281
+ }
282
+
283
+ /** @internal */
284
+ export const UpdateLinkedInAccountTooManyRequestsError$inboundSchema:
285
+ z.ZodMiniType<UpdateLinkedInAccountTooManyRequestsError, unknown> = z.object({
286
+ code: UpdateLinkedInAccountCode$inboundSchema,
287
+ message: types.string(),
288
+ docs: types.optional(types.string()),
289
+ retryAfter: types.number(),
290
+ daily: types.nullable(
291
+ z.lazy(() => UpdateLinkedInAccountDaily$inboundSchema),
292
+ ),
293
+ weekly: types.nullable(
294
+ z.lazy(() => UpdateLinkedInAccountWeekly$inboundSchema),
295
+ ),
296
+ });
297
+
298
+ export function updateLinkedInAccountTooManyRequestsErrorFromJSON(
299
+ jsonString: string,
300
+ ): SafeParseResult<
301
+ UpdateLinkedInAccountTooManyRequestsError,
302
+ SDKValidationError
303
+ > {
304
+ return safeParse(
305
+ jsonString,
306
+ (x) =>
307
+ UpdateLinkedInAccountTooManyRequestsError$inboundSchema.parse(
308
+ JSON.parse(x),
309
+ ),
310
+ `Failed to parse 'UpdateLinkedInAccountTooManyRequestsError' from JSON`,
311
+ );
312
+ }
313
+
314
+ /** @internal */
315
+ export const UpdateLinkedInAccountUnprocessableEntityDetails$inboundSchema:
316
+ z.ZodMiniType<UpdateLinkedInAccountUnprocessableEntityDetails, unknown> =
317
+ smartUnion([types.string(), z.array(types.string())]);
318
+
319
+ export function updateLinkedInAccountUnprocessableEntityDetailsFromJSON(
320
+ jsonString: string,
321
+ ): SafeParseResult<
322
+ UpdateLinkedInAccountUnprocessableEntityDetails,
323
+ SDKValidationError
324
+ > {
325
+ return safeParse(
326
+ jsonString,
327
+ (x) =>
328
+ UpdateLinkedInAccountUnprocessableEntityDetails$inboundSchema.parse(
329
+ JSON.parse(x),
330
+ ),
331
+ `Failed to parse 'UpdateLinkedInAccountUnprocessableEntityDetails' from JSON`,
332
+ );
333
+ }
334
+
335
+ /** @internal */
336
+ export const UpdateLinkedInAccountUnprocessableEntityError$inboundSchema:
337
+ z.ZodMiniType<UpdateLinkedInAccountUnprocessableEntityError, unknown> = z
338
+ .object({
339
+ code: types.string(),
340
+ message: types.string(),
341
+ docs: types.optional(types.string()),
342
+ details: types.optional(
343
+ smartUnion([types.string(), z.array(types.string())]),
344
+ ),
345
+ });
346
+
347
+ export function updateLinkedInAccountUnprocessableEntityErrorFromJSON(
348
+ jsonString: string,
349
+ ): SafeParseResult<
350
+ UpdateLinkedInAccountUnprocessableEntityError,
351
+ SDKValidationError
352
+ > {
353
+ return safeParse(
354
+ jsonString,
355
+ (x) =>
356
+ UpdateLinkedInAccountUnprocessableEntityError$inboundSchema.parse(
357
+ JSON.parse(x),
358
+ ),
359
+ `Failed to parse 'UpdateLinkedInAccountUnprocessableEntityError' from JSON`,
360
+ );
361
+ }
362
+
363
+ /** @internal */
364
+ export const UpdateLinkedInAccountGoneDetails$inboundSchema: z.ZodMiniType<
365
+ UpdateLinkedInAccountGoneDetails,
366
+ unknown
367
+ > = smartUnion([types.string(), z.array(types.string())]);
368
+
369
+ export function updateLinkedInAccountGoneDetailsFromJSON(
370
+ jsonString: string,
371
+ ): SafeParseResult<UpdateLinkedInAccountGoneDetails, SDKValidationError> {
372
+ return safeParse(
373
+ jsonString,
374
+ (x) => UpdateLinkedInAccountGoneDetails$inboundSchema.parse(JSON.parse(x)),
375
+ `Failed to parse 'UpdateLinkedInAccountGoneDetails' from JSON`,
376
+ );
377
+ }
378
+
379
+ /** @internal */
380
+ export const UpdateLinkedInAccountGoneError$inboundSchema: z.ZodMiniType<
381
+ UpdateLinkedInAccountGoneError,
382
+ unknown
383
+ > = z.object({
384
+ code: types.string(),
385
+ message: types.string(),
386
+ docs: types.optional(types.string()),
387
+ details: types.optional(
388
+ smartUnion([types.string(), z.array(types.string())]),
389
+ ),
390
+ });
391
+
392
+ export function updateLinkedInAccountGoneErrorFromJSON(
393
+ jsonString: string,
394
+ ): SafeParseResult<UpdateLinkedInAccountGoneError, SDKValidationError> {
395
+ return safeParse(
396
+ jsonString,
397
+ (x) => UpdateLinkedInAccountGoneError$inboundSchema.parse(JSON.parse(x)),
398
+ `Failed to parse 'UpdateLinkedInAccountGoneError' from JSON`,
399
+ );
400
+ }
401
+
402
+ /** @internal */
403
+ export const UpdateLinkedInAccountConflictDetails$inboundSchema: z.ZodMiniType<
404
+ UpdateLinkedInAccountConflictDetails,
405
+ unknown
406
+ > = smartUnion([types.string(), z.array(types.string())]);
407
+
408
+ export function updateLinkedInAccountConflictDetailsFromJSON(
409
+ jsonString: string,
410
+ ): SafeParseResult<UpdateLinkedInAccountConflictDetails, SDKValidationError> {
411
+ return safeParse(
412
+ jsonString,
413
+ (x) =>
414
+ UpdateLinkedInAccountConflictDetails$inboundSchema.parse(JSON.parse(x)),
415
+ `Failed to parse 'UpdateLinkedInAccountConflictDetails' from JSON`,
416
+ );
417
+ }
418
+
419
+ /** @internal */
420
+ export const UpdateLinkedInAccountConflictError$inboundSchema: z.ZodMiniType<
421
+ UpdateLinkedInAccountConflictError,
422
+ unknown
423
+ > = z.object({
424
+ code: types.string(),
425
+ message: types.string(),
426
+ docs: types.optional(types.string()),
427
+ details: types.optional(
428
+ smartUnion([types.string(), z.array(types.string())]),
429
+ ),
430
+ });
431
+
432
+ export function updateLinkedInAccountConflictErrorFromJSON(
433
+ jsonString: string,
434
+ ): SafeParseResult<UpdateLinkedInAccountConflictError, SDKValidationError> {
435
+ return safeParse(
436
+ jsonString,
437
+ (x) =>
438
+ UpdateLinkedInAccountConflictError$inboundSchema.parse(JSON.parse(x)),
439
+ `Failed to parse 'UpdateLinkedInAccountConflictError' from JSON`,
440
+ );
441
+ }
442
+
443
+ /** @internal */
444
+ export const UpdateLinkedInAccountNotFoundDetails$inboundSchema: z.ZodMiniType<
445
+ UpdateLinkedInAccountNotFoundDetails,
446
+ unknown
447
+ > = smartUnion([types.string(), z.array(types.string())]);
448
+
449
+ export function updateLinkedInAccountNotFoundDetailsFromJSON(
450
+ jsonString: string,
451
+ ): SafeParseResult<UpdateLinkedInAccountNotFoundDetails, SDKValidationError> {
452
+ return safeParse(
453
+ jsonString,
454
+ (x) =>
455
+ UpdateLinkedInAccountNotFoundDetails$inboundSchema.parse(JSON.parse(x)),
456
+ `Failed to parse 'UpdateLinkedInAccountNotFoundDetails' from JSON`,
457
+ );
458
+ }
459
+
460
+ /** @internal */
461
+ export const UpdateLinkedInAccountNotFoundError$inboundSchema: z.ZodMiniType<
462
+ UpdateLinkedInAccountNotFoundError,
463
+ unknown
464
+ > = z.object({
465
+ code: types.string(),
466
+ message: types.string(),
467
+ docs: types.optional(types.string()),
468
+ details: types.optional(
469
+ smartUnion([types.string(), z.array(types.string())]),
470
+ ),
471
+ });
472
+
473
+ export function updateLinkedInAccountNotFoundErrorFromJSON(
474
+ jsonString: string,
475
+ ): SafeParseResult<UpdateLinkedInAccountNotFoundError, SDKValidationError> {
476
+ return safeParse(
477
+ jsonString,
478
+ (x) =>
479
+ UpdateLinkedInAccountNotFoundError$inboundSchema.parse(JSON.parse(x)),
480
+ `Failed to parse 'UpdateLinkedInAccountNotFoundError' from JSON`,
481
+ );
482
+ }
483
+
484
+ /** @internal */
485
+ export const UpdateLinkedInAccountForbiddenDetails$inboundSchema: z.ZodMiniType<
486
+ UpdateLinkedInAccountForbiddenDetails,
487
+ unknown
488
+ > = smartUnion([types.string(), z.array(types.string())]);
489
+
490
+ export function updateLinkedInAccountForbiddenDetailsFromJSON(
491
+ jsonString: string,
492
+ ): SafeParseResult<UpdateLinkedInAccountForbiddenDetails, SDKValidationError> {
493
+ return safeParse(
494
+ jsonString,
495
+ (x) =>
496
+ UpdateLinkedInAccountForbiddenDetails$inboundSchema.parse(JSON.parse(x)),
497
+ `Failed to parse 'UpdateLinkedInAccountForbiddenDetails' from JSON`,
498
+ );
499
+ }
500
+
501
+ /** @internal */
502
+ export const UpdateLinkedInAccountForbiddenError$inboundSchema: z.ZodMiniType<
503
+ UpdateLinkedInAccountForbiddenError,
504
+ unknown
505
+ > = z.object({
506
+ code: types.string(),
507
+ message: types.string(),
508
+ docs: types.optional(types.string()),
509
+ details: types.optional(
510
+ smartUnion([types.string(), z.array(types.string())]),
511
+ ),
512
+ });
513
+
514
+ export function updateLinkedInAccountForbiddenErrorFromJSON(
515
+ jsonString: string,
516
+ ): SafeParseResult<UpdateLinkedInAccountForbiddenError, SDKValidationError> {
517
+ return safeParse(
518
+ jsonString,
519
+ (x) =>
520
+ UpdateLinkedInAccountForbiddenError$inboundSchema.parse(JSON.parse(x)),
521
+ `Failed to parse 'UpdateLinkedInAccountForbiddenError' from JSON`,
522
+ );
523
+ }
524
+
525
+ /** @internal */
526
+ export const UpdateLinkedInAccountUnauthorizedDetails$inboundSchema:
527
+ z.ZodMiniType<UpdateLinkedInAccountUnauthorizedDetails, unknown> = smartUnion(
528
+ [types.string(), z.array(types.string())],
529
+ );
530
+
531
+ export function updateLinkedInAccountUnauthorizedDetailsFromJSON(
532
+ jsonString: string,
533
+ ): SafeParseResult<
534
+ UpdateLinkedInAccountUnauthorizedDetails,
535
+ SDKValidationError
536
+ > {
537
+ return safeParse(
538
+ jsonString,
539
+ (x) =>
540
+ UpdateLinkedInAccountUnauthorizedDetails$inboundSchema.parse(
541
+ JSON.parse(x),
542
+ ),
543
+ `Failed to parse 'UpdateLinkedInAccountUnauthorizedDetails' from JSON`,
544
+ );
545
+ }
546
+
547
+ /** @internal */
548
+ export const UpdateLinkedInAccountUnauthorizedError$inboundSchema:
549
+ z.ZodMiniType<UpdateLinkedInAccountUnauthorizedError, unknown> = z.object({
550
+ code: types.string(),
551
+ message: types.string(),
552
+ docs: types.optional(types.string()),
553
+ details: types.optional(
554
+ smartUnion([types.string(), z.array(types.string())]),
555
+ ),
556
+ });
557
+
558
+ export function updateLinkedInAccountUnauthorizedErrorFromJSON(
559
+ jsonString: string,
560
+ ): SafeParseResult<UpdateLinkedInAccountUnauthorizedError, SDKValidationError> {
561
+ return safeParse(
562
+ jsonString,
563
+ (x) =>
564
+ UpdateLinkedInAccountUnauthorizedError$inboundSchema.parse(JSON.parse(x)),
565
+ `Failed to parse 'UpdateLinkedInAccountUnauthorizedError' from JSON`,
566
+ );
567
+ }
568
+
569
+ /** @internal */
570
+ export const UpdateLinkedInAccountBadRequestDetails$inboundSchema:
571
+ z.ZodMiniType<UpdateLinkedInAccountBadRequestDetails, unknown> = smartUnion([
572
+ types.string(),
573
+ z.array(types.string()),
574
+ ]);
575
+
576
+ export function updateLinkedInAccountBadRequestDetailsFromJSON(
577
+ jsonString: string,
578
+ ): SafeParseResult<UpdateLinkedInAccountBadRequestDetails, SDKValidationError> {
579
+ return safeParse(
580
+ jsonString,
581
+ (x) =>
582
+ UpdateLinkedInAccountBadRequestDetails$inboundSchema.parse(JSON.parse(x)),
583
+ `Failed to parse 'UpdateLinkedInAccountBadRequestDetails' from JSON`,
584
+ );
585
+ }
586
+
587
+ /** @internal */
588
+ export const UpdateLinkedInAccountBadRequestError$inboundSchema: z.ZodMiniType<
589
+ UpdateLinkedInAccountBadRequestError,
590
+ unknown
591
+ > = z.object({
592
+ code: types.string(),
593
+ message: types.string(),
594
+ docs: types.optional(types.string()),
595
+ details: types.optional(
596
+ smartUnion([types.string(), z.array(types.string())]),
597
+ ),
598
+ });
599
+
600
+ export function updateLinkedInAccountBadRequestErrorFromJSON(
601
+ jsonString: string,
602
+ ): SafeParseResult<UpdateLinkedInAccountBadRequestError, SDKValidationError> {
603
+ return safeParse(
604
+ jsonString,
605
+ (x) =>
606
+ UpdateLinkedInAccountBadRequestError$inboundSchema.parse(JSON.parse(x)),
607
+ `Failed to parse 'UpdateLinkedInAccountBadRequestError' from JSON`,
608
+ );
609
+ }
610
+
611
+ /** @internal */
612
+ export const UpdateLinkedInAccountAccount$inboundSchema: z.ZodMiniType<
613
+ UpdateLinkedInAccountAccount,
614
+ unknown
615
+ > = z.object({
616
+ id: types.string(),
617
+ label: types.nullable(types.string()),
618
+ isDefault: types.boolean(),
619
+ linkedinProfileId: types.nullable(types.string()),
620
+ linkedinName: types.nullable(types.string()),
621
+ headline: types.nullable(types.string()),
622
+ profilePic: types.nullable(types.string()),
623
+ isValid: types.boolean(),
624
+ });
625
+
626
+ export function updateLinkedInAccountAccountFromJSON(
627
+ jsonString: string,
628
+ ): SafeParseResult<UpdateLinkedInAccountAccount, SDKValidationError> {
629
+ return safeParse(
630
+ jsonString,
631
+ (x) => UpdateLinkedInAccountAccount$inboundSchema.parse(JSON.parse(x)),
632
+ `Failed to parse 'UpdateLinkedInAccountAccount' from JSON`,
633
+ );
634
+ }
635
+
636
+ /** @internal */
637
+ export const UpdateLinkedInAccountResponse$inboundSchema: z.ZodMiniType<
638
+ UpdateLinkedInAccountResponse,
639
+ unknown
640
+ > = z.object({
641
+ success: types.literal(true),
642
+ account: z.lazy(() => UpdateLinkedInAccountAccount$inboundSchema),
643
+ });
644
+
645
+ export function updateLinkedInAccountResponseFromJSON(
646
+ jsonString: string,
647
+ ): SafeParseResult<UpdateLinkedInAccountResponse, SDKValidationError> {
648
+ return safeParse(
649
+ jsonString,
650
+ (x) => UpdateLinkedInAccountResponse$inboundSchema.parse(JSON.parse(x)),
651
+ `Failed to parse 'UpdateLinkedInAccountResponse' from JSON`,
652
+ );
653
+ }