bereach 1.3.3 → 2.1.0-beta.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 (682) hide show
  1. package/README.md +142 -42
  2. package/esm/funcs/actions-connect-profile.d.ts +2 -2
  3. package/esm/funcs/actions-connect-profile.d.ts.map +1 -1
  4. package/esm/funcs/actions-connect-profile.js +4 -2
  5. package/esm/funcs/actions-connect-profile.js.map +1 -1
  6. package/esm/funcs/actions-follow-company.d.ts +1 -1
  7. package/esm/funcs/actions-follow-company.d.ts.map +1 -1
  8. package/esm/funcs/actions-follow-company.js +3 -1
  9. package/esm/funcs/actions-follow-company.js.map +1 -1
  10. package/esm/funcs/actions-list-sent-invitations.d.ts +1 -1
  11. package/esm/funcs/actions-list-sent-invitations.d.ts.map +1 -1
  12. package/esm/funcs/actions-list-sent-invitations.js +3 -1
  13. package/esm/funcs/actions-list-sent-invitations.js.map +1 -1
  14. package/esm/funcs/actions-send-message.d.ts +2 -2
  15. package/esm/funcs/actions-send-message.d.ts.map +1 -1
  16. package/esm/funcs/actions-send-message.js +4 -2
  17. package/esm/funcs/actions-send-message.js.map +1 -1
  18. package/esm/funcs/campaigns-filter.d.ts +1 -1
  19. package/esm/funcs/campaigns-filter.d.ts.map +1 -1
  20. package/esm/funcs/campaigns-filter.js +3 -1
  21. package/esm/funcs/campaigns-filter.js.map +1 -1
  22. package/esm/funcs/{campaigns-get-stats.d.ts → campaigns-get-campaign-stats.d.ts} +2 -2
  23. package/esm/funcs/campaigns-get-campaign-stats.d.ts.map +1 -0
  24. package/esm/funcs/{campaigns-get-stats.js → campaigns-get-campaign-stats.js} +8 -7
  25. package/esm/funcs/campaigns-get-campaign-stats.js.map +1 -0
  26. package/esm/funcs/campaigns-get-status.d.ts +1 -1
  27. package/esm/funcs/campaigns-get-status.d.ts.map +1 -1
  28. package/esm/funcs/campaigns-get-status.js +3 -1
  29. package/esm/funcs/campaigns-get-status.js.map +1 -1
  30. package/esm/funcs/campaigns-sync.d.ts +1 -1
  31. package/esm/funcs/campaigns-sync.d.ts.map +1 -1
  32. package/esm/funcs/campaigns-sync.js +3 -1
  33. package/esm/funcs/campaigns-sync.js.map +1 -1
  34. package/esm/funcs/chat-archive.d.ts +1 -1
  35. package/esm/funcs/chat-archive.d.ts.map +1 -1
  36. package/esm/funcs/chat-archive.js +3 -1
  37. package/esm/funcs/chat-archive.js.map +1 -1
  38. package/esm/funcs/chat-find-conversation.d.ts +2 -9
  39. package/esm/funcs/chat-find-conversation.d.ts.map +1 -1
  40. package/esm/funcs/chat-find-conversation.js +4 -9
  41. package/esm/funcs/chat-find-conversation.js.map +1 -1
  42. package/esm/funcs/chat-unreact.d.ts +1 -1
  43. package/esm/funcs/chat-unreact.d.ts.map +1 -1
  44. package/esm/funcs/chat-unreact.js +3 -1
  45. package/esm/funcs/chat-unreact.js.map +1 -1
  46. package/esm/funcs/company-pages-get-analytics.d.ts +1 -1
  47. package/esm/funcs/company-pages-get-analytics.d.ts.map +1 -1
  48. package/esm/funcs/company-pages-get-analytics.js +3 -1
  49. package/esm/funcs/company-pages-get-analytics.js.map +1 -1
  50. package/esm/funcs/company-pages-get-permissions.d.ts +1 -1
  51. package/esm/funcs/company-pages-get-permissions.d.ts.map +1 -1
  52. package/esm/funcs/company-pages-get-permissions.js +3 -1
  53. package/esm/funcs/company-pages-get-permissions.js.map +1 -1
  54. package/esm/funcs/company-pages-get-posts.d.ts +1 -1
  55. package/esm/funcs/company-pages-get-posts.d.ts.map +1 -1
  56. package/esm/funcs/company-pages-get-posts.js +3 -1
  57. package/esm/funcs/company-pages-get-posts.js.map +1 -1
  58. package/esm/funcs/company-pages-list.d.ts +1 -1
  59. package/esm/funcs/company-pages-list.d.ts.map +1 -1
  60. package/esm/funcs/company-pages-list.js +3 -1
  61. package/esm/funcs/company-pages-list.js.map +1 -1
  62. package/esm/funcs/contacts-add-campaign-contacts.d.ts +18 -0
  63. package/esm/funcs/contacts-add-campaign-contacts.d.ts.map +1 -0
  64. package/esm/funcs/contacts-add-campaign-contacts.js +103 -0
  65. package/esm/funcs/contacts-add-campaign-contacts.js.map +1 -0
  66. package/esm/funcs/contacts-add-contact-activities.d.ts +18 -0
  67. package/esm/funcs/contacts-add-contact-activities.d.ts.map +1 -0
  68. package/esm/funcs/contacts-add-contact-activities.js +103 -0
  69. package/esm/funcs/contacts-add-contact-activities.js.map +1 -0
  70. package/esm/funcs/contacts-bulk-update-contacts.d.ts +18 -0
  71. package/esm/funcs/contacts-bulk-update-contacts.d.ts.map +1 -0
  72. package/esm/funcs/contacts-bulk-update-contacts.js +97 -0
  73. package/esm/funcs/contacts-bulk-update-contacts.js.map +1 -0
  74. package/esm/funcs/contacts-create-campaign.d.ts +18 -0
  75. package/esm/funcs/contacts-create-campaign.d.ts.map +1 -0
  76. package/esm/funcs/contacts-create-campaign.js +97 -0
  77. package/esm/funcs/contacts-create-campaign.js.map +1 -0
  78. package/esm/funcs/contacts-delete-agent-state.d.ts +18 -0
  79. package/esm/funcs/contacts-delete-agent-state.d.ts.map +1 -0
  80. package/esm/funcs/contacts-delete-agent-state.js +102 -0
  81. package/esm/funcs/contacts-delete-agent-state.js.map +1 -0
  82. package/esm/funcs/contacts-get-agent-state.d.ts +18 -0
  83. package/esm/funcs/contacts-get-agent-state.d.ts.map +1 -0
  84. package/esm/funcs/contacts-get-agent-state.js +102 -0
  85. package/esm/funcs/contacts-get-agent-state.js.map +1 -0
  86. package/esm/funcs/contacts-get-contact-by-url.d.ts +18 -0
  87. package/esm/funcs/contacts-get-contact-by-url.d.ts.map +1 -0
  88. package/esm/funcs/contacts-get-contact-by-url.js +100 -0
  89. package/esm/funcs/contacts-get-contact-by-url.js.map +1 -0
  90. package/esm/funcs/contacts-get-contact-stats.d.ts +18 -0
  91. package/esm/funcs/contacts-get-contact-stats.d.ts.map +1 -0
  92. package/esm/funcs/contacts-get-contact-stats.js +100 -0
  93. package/esm/funcs/contacts-get-contact-stats.js.map +1 -0
  94. package/esm/funcs/contacts-get-contact.d.ts +18 -0
  95. package/esm/funcs/contacts-get-contact.d.ts.map +1 -0
  96. package/esm/funcs/contacts-get-contact.js +102 -0
  97. package/esm/funcs/contacts-get-contact.js.map +1 -0
  98. package/esm/funcs/contacts-list-agent-states.d.ts +18 -0
  99. package/esm/funcs/contacts-list-agent-states.d.ts.map +1 -0
  100. package/esm/funcs/contacts-list-agent-states.js +86 -0
  101. package/esm/funcs/contacts-list-agent-states.js.map +1 -0
  102. package/esm/funcs/contacts-list-campaign-contacts.d.ts +18 -0
  103. package/esm/funcs/contacts-list-campaign-contacts.d.ts.map +1 -0
  104. package/esm/funcs/contacts-list-campaign-contacts.js +111 -0
  105. package/esm/funcs/contacts-list-campaign-contacts.js.map +1 -0
  106. package/esm/funcs/contacts-list-campaigns.d.ts +18 -0
  107. package/esm/funcs/contacts-list-campaigns.d.ts.map +1 -0
  108. package/esm/funcs/contacts-list-campaigns.js +103 -0
  109. package/esm/funcs/contacts-list-campaigns.js.map +1 -0
  110. package/esm/funcs/contacts-list-contact-activities.d.ts +18 -0
  111. package/esm/funcs/contacts-list-contact-activities.d.ts.map +1 -0
  112. package/esm/funcs/contacts-list-contact-activities.js +108 -0
  113. package/esm/funcs/contacts-list-contact-activities.js.map +1 -0
  114. package/esm/funcs/contacts-patch-agent-state.d.ts +18 -0
  115. package/esm/funcs/contacts-patch-agent-state.d.ts.map +1 -0
  116. package/esm/funcs/contacts-patch-agent-state.js +103 -0
  117. package/esm/funcs/contacts-patch-agent-state.js.map +1 -0
  118. package/esm/funcs/contacts-search-contacts.d.ts +18 -0
  119. package/esm/funcs/contacts-search-contacts.d.ts.map +1 -0
  120. package/esm/funcs/contacts-search-contacts.js +112 -0
  121. package/esm/funcs/contacts-search-contacts.js.map +1 -0
  122. package/esm/funcs/contacts-set-agent-state.d.ts +18 -0
  123. package/esm/funcs/contacts-set-agent-state.d.ts.map +1 -0
  124. package/esm/funcs/contacts-set-agent-state.js +103 -0
  125. package/esm/funcs/contacts-set-agent-state.js.map +1 -0
  126. package/esm/funcs/contacts-update-campaign.d.ts +18 -0
  127. package/esm/funcs/contacts-update-campaign.d.ts.map +1 -0
  128. package/esm/funcs/contacts-update-campaign.js +103 -0
  129. package/esm/funcs/contacts-update-campaign.js.map +1 -0
  130. package/esm/funcs/contacts-update-contact.d.ts +18 -0
  131. package/esm/funcs/contacts-update-contact.d.ts.map +1 -0
  132. package/esm/funcs/contacts-update-contact.js +103 -0
  133. package/esm/funcs/contacts-update-contact.js.map +1 -0
  134. package/esm/funcs/contacts-upsert.d.ts +3 -2
  135. package/esm/funcs/contacts-upsert.d.ts.map +1 -1
  136. package/esm/funcs/contacts-upsert.js +21 -3
  137. package/esm/funcs/contacts-upsert.js.map +1 -1
  138. package/esm/funcs/context-delete-context.d.ts +18 -0
  139. package/esm/funcs/context-delete-context.d.ts.map +1 -0
  140. package/esm/funcs/context-delete-context.js +101 -0
  141. package/esm/funcs/context-delete-context.js.map +1 -0
  142. package/esm/funcs/context-list-context.d.ts +18 -0
  143. package/esm/funcs/context-list-context.d.ts.map +1 -0
  144. package/esm/funcs/context-list-context.js +101 -0
  145. package/esm/funcs/context-list-context.js.map +1 -0
  146. package/esm/funcs/context-set-context.d.ts +18 -0
  147. package/esm/funcs/{campaigns-get-stats.d.ts.map → context-set-context.d.ts.map} +1 -1
  148. package/esm/funcs/context-set-context.js +97 -0
  149. package/esm/funcs/context-set-context.js.map +1 -0
  150. package/esm/funcs/cron-list-cron-schedules.d.ts +18 -0
  151. package/esm/funcs/cron-list-cron-schedules.d.ts.map +1 -0
  152. package/esm/funcs/cron-list-cron-schedules.js +86 -0
  153. package/esm/funcs/cron-list-cron-schedules.js.map +1 -0
  154. package/esm/funcs/cron-update-cron-schedule.d.ts +18 -0
  155. package/esm/funcs/{chat-search-conversations.d.ts.map → cron-update-cron-schedule.d.ts.map} +1 -1
  156. package/esm/funcs/cron-update-cron-schedule.js +103 -0
  157. package/esm/funcs/cron-update-cron-schedule.js.map +1 -0
  158. package/esm/funcs/linked-in-actions-create-comment.d.ts +1 -1
  159. package/esm/funcs/linked-in-actions-create-comment.d.ts.map +1 -1
  160. package/esm/funcs/linked-in-actions-create-comment.js +3 -1
  161. package/esm/funcs/linked-in-actions-create-comment.js.map +1 -1
  162. package/esm/funcs/linked-in-actions-decline-invitation.d.ts +1 -1
  163. package/esm/funcs/linked-in-actions-decline-invitation.d.ts.map +1 -1
  164. package/esm/funcs/linked-in-actions-decline-invitation.js +3 -1
  165. package/esm/funcs/linked-in-actions-decline-invitation.js.map +1 -1
  166. package/esm/funcs/linked-in-actions-like-comment.d.ts +1 -1
  167. package/esm/funcs/linked-in-actions-like-comment.d.ts.map +1 -1
  168. package/esm/funcs/linked-in-actions-like-comment.js +3 -1
  169. package/esm/funcs/linked-in-actions-like-comment.js.map +1 -1
  170. package/esm/funcs/linked-in-actions-publish-post.d.ts +1 -1
  171. package/esm/funcs/linked-in-actions-publish-post.d.ts.map +1 -1
  172. package/esm/funcs/linked-in-actions-publish-post.js +3 -1
  173. package/esm/funcs/linked-in-actions-publish-post.js.map +1 -1
  174. package/esm/funcs/linked-in-actions-save-post.d.ts +1 -1
  175. package/esm/funcs/linked-in-actions-save-post.d.ts.map +1 -1
  176. package/esm/funcs/linked-in-actions-save-post.js +3 -1
  177. package/esm/funcs/linked-in-actions-save-post.js.map +1 -1
  178. package/esm/funcs/linked-in-actions-unfollow-profile.d.ts +1 -1
  179. package/esm/funcs/linked-in-actions-unfollow-profile.d.ts.map +1 -1
  180. package/esm/funcs/linked-in-actions-unfollow-profile.js +3 -1
  181. package/esm/funcs/linked-in-actions-unfollow-profile.js.map +1 -1
  182. package/esm/funcs/linked-in-chat-get-conversation-messages.d.ts +22 -0
  183. package/esm/funcs/linked-in-chat-get-conversation-messages.d.ts.map +1 -0
  184. package/esm/funcs/{linkedin-chat-get-messages.js → linked-in-chat-get-conversation-messages.js} +15 -9
  185. package/esm/funcs/linked-in-chat-get-conversation-messages.js.map +1 -0
  186. package/esm/funcs/{linkedin-chat-get-unread-count.d.ts → linked-in-chat-get-unread-count.d.ts} +2 -2
  187. package/esm/funcs/linked-in-chat-get-unread-count.d.ts.map +1 -0
  188. package/esm/funcs/{linkedin-chat-get-unread-count.js → linked-in-chat-get-unread-count.js} +8 -7
  189. package/esm/funcs/linked-in-chat-get-unread-count.js.map +1 -0
  190. package/esm/funcs/linked-in-chat-list-archived-conversations.d.ts +18 -0
  191. package/esm/funcs/linked-in-chat-list-archived-conversations.d.ts.map +1 -0
  192. package/esm/funcs/{linkedin-chat-list-archived.js → linked-in-chat-list-archived-conversations.js} +13 -10
  193. package/esm/funcs/linked-in-chat-list-archived-conversations.js.map +1 -0
  194. package/esm/funcs/linked-in-chat-list-starred-conversations.d.ts +18 -0
  195. package/esm/funcs/linked-in-chat-list-starred-conversations.d.ts.map +1 -0
  196. package/esm/funcs/{linked-in-chat-list-starred.js → linked-in-chat-list-starred-conversations.js} +13 -10
  197. package/esm/funcs/linked-in-chat-list-starred-conversations.js.map +1 -0
  198. package/esm/funcs/linked-in-chat-mark-seen.d.ts +1 -1
  199. package/esm/funcs/linked-in-chat-mark-seen.d.ts.map +1 -1
  200. package/esm/funcs/linked-in-chat-mark-seen.js +3 -1
  201. package/esm/funcs/linked-in-chat-mark-seen.js.map +1 -1
  202. package/esm/funcs/linked-in-chat-search-linked-in-conversations.d.ts +18 -0
  203. package/esm/funcs/linked-in-chat-search-linked-in-conversations.d.ts.map +1 -0
  204. package/esm/funcs/{chat-search-conversations.js → linked-in-chat-search-linked-in-conversations.js} +14 -8
  205. package/esm/funcs/linked-in-chat-search-linked-in-conversations.js.map +1 -0
  206. package/esm/funcs/linked-in-chat-star.d.ts +1 -1
  207. package/esm/funcs/linked-in-chat-star.d.ts.map +1 -1
  208. package/esm/funcs/linked-in-chat-star.js +3 -1
  209. package/esm/funcs/linked-in-chat-star.js.map +1 -1
  210. package/esm/funcs/linked-in-chat-unarchive.d.ts +1 -1
  211. package/esm/funcs/linked-in-chat-unarchive.d.ts.map +1 -1
  212. package/esm/funcs/linked-in-chat-unarchive.js +3 -1
  213. package/esm/funcs/linked-in-chat-unarchive.js.map +1 -1
  214. package/esm/funcs/linked-in-chat-unstar.d.ts +1 -1
  215. package/esm/funcs/linked-in-chat-unstar.d.ts.map +1 -1
  216. package/esm/funcs/linked-in-chat-unstar.js +3 -1
  217. package/esm/funcs/linked-in-chat-unstar.js.map +1 -1
  218. package/esm/funcs/linked-in-scrapers-collect-comment-replies.d.ts +2 -2
  219. package/esm/funcs/linked-in-scrapers-collect-comment-replies.d.ts.map +1 -1
  220. package/esm/funcs/linked-in-scrapers-collect-comment-replies.js +4 -2
  221. package/esm/funcs/linked-in-scrapers-collect-comment-replies.js.map +1 -1
  222. package/esm/funcs/linked-in-scrapers-get-feed.d.ts +1 -1
  223. package/esm/funcs/linked-in-scrapers-get-feed.d.ts.map +1 -1
  224. package/esm/funcs/linked-in-scrapers-get-feed.js +3 -1
  225. package/esm/funcs/linked-in-scrapers-get-feed.js.map +1 -1
  226. package/esm/funcs/{linked-in-search-resolve-parameters.d.ts → linked-in-search-resolve-linked-in-search-parameters.d.ts} +6 -3
  227. package/esm/funcs/linked-in-search-resolve-linked-in-search-parameters.d.ts.map +1 -0
  228. package/esm/funcs/{linked-in-search-resolve-parameters.js → linked-in-search-resolve-linked-in-search-parameters.js} +18 -8
  229. package/esm/funcs/linked-in-search-resolve-linked-in-search-parameters.js.map +1 -0
  230. package/esm/funcs/linked-in-search-search-companies.d.ts +1 -1
  231. package/esm/funcs/linked-in-search-search-companies.d.ts.map +1 -1
  232. package/esm/funcs/linked-in-search-search-companies.js +3 -1
  233. package/esm/funcs/linked-in-search-search-companies.js.map +1 -1
  234. package/esm/funcs/linked-in-search-search.d.ts +1 -1
  235. package/esm/funcs/linked-in-search-search.d.ts.map +1 -1
  236. package/esm/funcs/linked-in-search-search.js +3 -1
  237. package/esm/funcs/linked-in-search-search.js.map +1 -1
  238. package/esm/funcs/linkedin-actions-accept-invitation.d.ts +1 -1
  239. package/esm/funcs/linkedin-actions-accept-invitation.d.ts.map +1 -1
  240. package/esm/funcs/linkedin-actions-accept-invitation.js +3 -1
  241. package/esm/funcs/linkedin-actions-accept-invitation.js.map +1 -1
  242. package/esm/funcs/linkedin-actions-edit-comment.d.ts +1 -1
  243. package/esm/funcs/linkedin-actions-edit-comment.d.ts.map +1 -1
  244. package/esm/funcs/linkedin-actions-edit-comment.js +3 -1
  245. package/esm/funcs/linkedin-actions-edit-comment.js.map +1 -1
  246. package/esm/funcs/linkedin-actions-edit-post.d.ts +1 -1
  247. package/esm/funcs/linkedin-actions-edit-post.d.ts.map +1 -1
  248. package/esm/funcs/linkedin-actions-edit-post.js +3 -1
  249. package/esm/funcs/linkedin-actions-edit-post.js.map +1 -1
  250. package/esm/funcs/linkedin-actions-follow-profile.d.ts +1 -1
  251. package/esm/funcs/linkedin-actions-follow-profile.d.ts.map +1 -1
  252. package/esm/funcs/linkedin-actions-follow-profile.js +3 -1
  253. package/esm/funcs/linkedin-actions-follow-profile.js.map +1 -1
  254. package/esm/funcs/linkedin-actions-like-post.d.ts +1 -1
  255. package/esm/funcs/linkedin-actions-like-post.d.ts.map +1 -1
  256. package/esm/funcs/linkedin-actions-like-post.js +3 -1
  257. package/esm/funcs/linkedin-actions-like-post.js.map +1 -1
  258. package/esm/funcs/linkedin-actions-list-invitations.d.ts +1 -1
  259. package/esm/funcs/linkedin-actions-list-invitations.d.ts.map +1 -1
  260. package/esm/funcs/linkedin-actions-list-invitations.js +3 -1
  261. package/esm/funcs/linkedin-actions-list-invitations.js.map +1 -1
  262. package/esm/funcs/linkedin-actions-reply-to-comment.d.ts +1 -1
  263. package/esm/funcs/linkedin-actions-reply-to-comment.d.ts.map +1 -1
  264. package/esm/funcs/linkedin-actions-reply-to-comment.js +3 -1
  265. package/esm/funcs/linkedin-actions-reply-to-comment.js.map +1 -1
  266. package/esm/funcs/linkedin-actions-repost-post.d.ts +2 -2
  267. package/esm/funcs/linkedin-actions-repost-post.d.ts.map +1 -1
  268. package/esm/funcs/linkedin-actions-repost-post.js +4 -2
  269. package/esm/funcs/linkedin-actions-repost-post.js.map +1 -1
  270. package/esm/funcs/linkedin-actions-unfollow-company.d.ts +1 -1
  271. package/esm/funcs/linkedin-actions-unfollow-company.d.ts.map +1 -1
  272. package/esm/funcs/linkedin-actions-unfollow-company.js +3 -1
  273. package/esm/funcs/linkedin-actions-unfollow-company.js.map +1 -1
  274. package/esm/funcs/linkedin-actions-unlike-comment.d.ts +1 -1
  275. package/esm/funcs/linkedin-actions-unlike-comment.d.ts.map +1 -1
  276. package/esm/funcs/linkedin-actions-unlike-comment.js +3 -1
  277. package/esm/funcs/linkedin-actions-unlike-comment.js.map +1 -1
  278. package/esm/funcs/linkedin-actions-unlike-post.d.ts +1 -1
  279. package/esm/funcs/linkedin-actions-unlike-post.d.ts.map +1 -1
  280. package/esm/funcs/linkedin-actions-unlike-post.js +3 -1
  281. package/esm/funcs/linkedin-actions-unlike-post.js.map +1 -1
  282. package/esm/funcs/linkedin-actions-unsave-post.d.ts +1 -1
  283. package/esm/funcs/linkedin-actions-unsave-post.d.ts.map +1 -1
  284. package/esm/funcs/linkedin-actions-unsave-post.js +3 -1
  285. package/esm/funcs/linkedin-actions-unsave-post.js.map +1 -1
  286. package/esm/funcs/linkedin-actions-withdraw-invitation.d.ts +1 -1
  287. package/esm/funcs/linkedin-actions-withdraw-invitation.d.ts.map +1 -1
  288. package/esm/funcs/linkedin-actions-withdraw-invitation.js +3 -1
  289. package/esm/funcs/linkedin-actions-withdraw-invitation.js.map +1 -1
  290. package/esm/funcs/linkedin-chat-list-inbox-conversations.d.ts +2 -2
  291. package/esm/funcs/linkedin-chat-list-inbox-conversations.d.ts.map +1 -1
  292. package/esm/funcs/linkedin-chat-list-inbox-conversations.js +8 -4
  293. package/esm/funcs/linkedin-chat-list-inbox-conversations.js.map +1 -1
  294. package/esm/funcs/linkedin-chat-mark-all-read.d.ts +1 -1
  295. package/esm/funcs/linkedin-chat-mark-all-read.d.ts.map +1 -1
  296. package/esm/funcs/linkedin-chat-mark-all-read.js +3 -1
  297. package/esm/funcs/linkedin-chat-mark-all-read.js.map +1 -1
  298. package/esm/funcs/linkedin-chat-react.d.ts +1 -1
  299. package/esm/funcs/linkedin-chat-react.d.ts.map +1 -1
  300. package/esm/funcs/linkedin-chat-react.js +3 -1
  301. package/esm/funcs/linkedin-chat-react.js.map +1 -1
  302. package/esm/funcs/linkedin-chat-send-typing-indicator.d.ts +1 -1
  303. package/esm/funcs/linkedin-chat-send-typing-indicator.d.ts.map +1 -1
  304. package/esm/funcs/linkedin-chat-send-typing-indicator.js +3 -1
  305. package/esm/funcs/linkedin-chat-send-typing-indicator.js.map +1 -1
  306. package/esm/funcs/linkedin-scrapers-collect-comments.d.ts +2 -2
  307. package/esm/funcs/linkedin-scrapers-collect-comments.d.ts.map +1 -1
  308. package/esm/funcs/linkedin-scrapers-collect-comments.js +4 -2
  309. package/esm/funcs/linkedin-scrapers-collect-comments.js.map +1 -1
  310. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.d.ts +1 -1
  311. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.d.ts.map +1 -1
  312. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.js +3 -1
  313. package/esm/funcs/linkedin-scrapers-collect-hashtag-posts.js.map +1 -1
  314. package/esm/funcs/linkedin-scrapers-collect-likes.d.ts +2 -2
  315. package/esm/funcs/linkedin-scrapers-collect-likes.d.ts.map +1 -1
  316. package/esm/funcs/linkedin-scrapers-collect-likes.js +4 -2
  317. package/esm/funcs/linkedin-scrapers-collect-likes.js.map +1 -1
  318. package/esm/funcs/linkedin-scrapers-list-saved-posts.d.ts +1 -1
  319. package/esm/funcs/linkedin-scrapers-list-saved-posts.d.ts.map +1 -1
  320. package/esm/funcs/linkedin-scrapers-list-saved-posts.js +3 -1
  321. package/esm/funcs/linkedin-scrapers-list-saved-posts.js.map +1 -1
  322. package/esm/funcs/linkedin-scrapers-visit-company.d.ts +1 -1
  323. package/esm/funcs/linkedin-scrapers-visit-company.d.ts.map +1 -1
  324. package/esm/funcs/linkedin-scrapers-visit-company.js +3 -1
  325. package/esm/funcs/linkedin-scrapers-visit-company.js.map +1 -1
  326. package/esm/funcs/linkedin-search-search-by-url.d.ts +1 -1
  327. package/esm/funcs/linkedin-search-search-by-url.d.ts.map +1 -1
  328. package/esm/funcs/linkedin-search-search-by-url.js +3 -1
  329. package/esm/funcs/linkedin-search-search-by-url.js.map +1 -1
  330. package/esm/funcs/linkedin-search-search-jobs.d.ts +1 -1
  331. package/esm/funcs/linkedin-search-search-jobs.d.ts.map +1 -1
  332. package/esm/funcs/linkedin-search-search-jobs.js +3 -1
  333. package/esm/funcs/linkedin-search-search-jobs.js.map +1 -1
  334. package/esm/funcs/linkedin-search-search-people.d.ts +1 -1
  335. package/esm/funcs/linkedin-search-search-people.d.ts.map +1 -1
  336. package/esm/funcs/linkedin-search-search-people.js +3 -1
  337. package/esm/funcs/linkedin-search-search-people.js.map +1 -1
  338. package/esm/funcs/linkedin-search-search-posts.d.ts +1 -1
  339. package/esm/funcs/linkedin-search-search-posts.d.ts.map +1 -1
  340. package/esm/funcs/linkedin-search-search-posts.js +3 -1
  341. package/esm/funcs/linkedin-search-search-posts.js.map +1 -1
  342. package/esm/funcs/profile-get-follower-analytics.d.ts +1 -1
  343. package/esm/funcs/profile-get-follower-analytics.d.ts.map +1 -1
  344. package/esm/funcs/profile-get-follower-analytics.js +3 -1
  345. package/esm/funcs/profile-get-follower-analytics.js.map +1 -1
  346. package/esm/funcs/profile-get-followers.d.ts +1 -1
  347. package/esm/funcs/profile-get-followers.d.ts.map +1 -1
  348. package/esm/funcs/profile-get-followers.js +3 -1
  349. package/esm/funcs/profile-get-followers.js.map +1 -1
  350. package/esm/funcs/profile-get-linked-in-connections.d.ts +18 -0
  351. package/esm/funcs/profile-get-linked-in-connections.d.ts.map +1 -0
  352. package/esm/funcs/profile-get-linked-in-connections.js +101 -0
  353. package/esm/funcs/profile-get-linked-in-connections.js.map +1 -0
  354. package/esm/funcs/{profile-get-credits.d.ts → profile-get-my-credits.d.ts} +2 -2
  355. package/esm/funcs/profile-get-my-credits.d.ts.map +1 -0
  356. package/esm/funcs/{profile-get-credits.js → profile-get-my-credits.js} +6 -4
  357. package/esm/funcs/profile-get-my-credits.js.map +1 -0
  358. package/esm/funcs/{profile-get-limits.d.ts → profile-get-my-limits.d.ts} +2 -2
  359. package/esm/funcs/{profile-list-accounts.d.ts.map → profile-get-my-limits.d.ts.map} +1 -1
  360. package/esm/funcs/{profile-get-limits.js → profile-get-my-limits.js} +6 -4
  361. package/esm/funcs/profile-get-my-limits.js.map +1 -0
  362. package/esm/funcs/{profile-get.d.ts → profile-get-my-linked-in-profile.d.ts} +2 -2
  363. package/esm/funcs/profile-get-my-linked-in-profile.d.ts.map +1 -0
  364. package/esm/funcs/{profile-get.js → profile-get-my-linked-in-profile.js} +6 -4
  365. package/esm/funcs/profile-get-my-linked-in-profile.js.map +1 -0
  366. package/esm/funcs/profile-get-post-analytics.d.ts +2 -2
  367. package/esm/funcs/profile-get-post-analytics.d.ts.map +1 -1
  368. package/esm/funcs/profile-get-post-analytics.js +4 -2
  369. package/esm/funcs/profile-get-post-analytics.js.map +1 -1
  370. package/esm/funcs/profile-get-posts.d.ts +1 -1
  371. package/esm/funcs/profile-get-posts.d.ts.map +1 -1
  372. package/esm/funcs/profile-get-posts.js +3 -1
  373. package/esm/funcs/profile-get-posts.js.map +1 -1
  374. package/esm/funcs/profile-get-profile-views.d.ts +1 -1
  375. package/esm/funcs/profile-get-profile-views.d.ts.map +1 -1
  376. package/esm/funcs/profile-get-profile-views.js +3 -1
  377. package/esm/funcs/profile-get-profile-views.js.map +1 -1
  378. package/esm/funcs/profile-get-search-appearances.d.ts +1 -1
  379. package/esm/funcs/profile-get-search-appearances.d.ts.map +1 -1
  380. package/esm/funcs/profile-get-search-appearances.js +3 -1
  381. package/esm/funcs/profile-get-search-appearances.js.map +1 -1
  382. package/esm/funcs/{profile-list-accounts.d.ts → profile-list-linked-in-accounts.d.ts} +2 -2
  383. package/esm/funcs/profile-list-linked-in-accounts.d.ts.map +1 -0
  384. package/esm/funcs/{profile-list-accounts.js → profile-list-linked-in-accounts.js} +6 -4
  385. package/esm/funcs/profile-list-linked-in-accounts.js.map +1 -0
  386. package/esm/funcs/profile-refresh.d.ts +1 -1
  387. package/esm/funcs/profile-refresh.d.ts.map +1 -1
  388. package/esm/funcs/profile-refresh.js +3 -1
  389. package/esm/funcs/profile-refresh.js.map +1 -1
  390. package/esm/funcs/profile-switch-linked-in-account.d.ts +18 -0
  391. package/esm/funcs/profile-switch-linked-in-account.d.ts.map +1 -0
  392. package/esm/funcs/profile-switch-linked-in-account.js +97 -0
  393. package/esm/funcs/profile-switch-linked-in-account.js.map +1 -0
  394. package/esm/funcs/profile-update-account.d.ts +1 -1
  395. package/esm/funcs/profile-update-account.d.ts.map +1 -1
  396. package/esm/funcs/profile-update-account.js +3 -1
  397. package/esm/funcs/profile-update-account.js.map +1 -1
  398. package/esm/funcs/sales-nav-search-people.d.ts +1 -1
  399. package/esm/funcs/sales-nav-search-people.d.ts.map +1 -1
  400. package/esm/funcs/sales-nav-search-people.js +3 -1
  401. package/esm/funcs/sales-nav-search-people.js.map +1 -1
  402. package/esm/funcs/sales-navigator-search-search-companies.d.ts +1 -1
  403. package/esm/funcs/sales-navigator-search-search-companies.d.ts.map +1 -1
  404. package/esm/funcs/sales-navigator-search-search-companies.js +3 -1
  405. package/esm/funcs/sales-navigator-search-search-companies.js.map +1 -1
  406. package/esm/funcs/sales-navigator-search-search.d.ts +1 -1
  407. package/esm/funcs/sales-navigator-search-search.d.ts.map +1 -1
  408. package/esm/funcs/sales-navigator-search-search.js +3 -1
  409. package/esm/funcs/sales-navigator-search-search.js.map +1 -1
  410. package/esm/funcs/scheduled-messages-batch-schedule-messages.d.ts +18 -0
  411. package/esm/funcs/scheduled-messages-batch-schedule-messages.d.ts.map +1 -0
  412. package/esm/funcs/scheduled-messages-batch-schedule-messages.js +97 -0
  413. package/esm/funcs/scheduled-messages-batch-schedule-messages.js.map +1 -0
  414. package/esm/funcs/scheduled-messages-cancel-scheduled-messages.d.ts +18 -0
  415. package/esm/funcs/scheduled-messages-cancel-scheduled-messages.d.ts.map +1 -0
  416. package/esm/funcs/scheduled-messages-cancel-scheduled-messages.js +97 -0
  417. package/esm/funcs/scheduled-messages-cancel-scheduled-messages.js.map +1 -0
  418. package/esm/funcs/{chat-search-conversations.d.ts → scheduled-messages-create-scheduled-message.d.ts} +4 -4
  419. package/esm/funcs/scheduled-messages-create-scheduled-message.d.ts.map +1 -0
  420. package/esm/funcs/scheduled-messages-create-scheduled-message.js +97 -0
  421. package/esm/funcs/scheduled-messages-create-scheduled-message.js.map +1 -0
  422. package/esm/funcs/{linkedin-chat-list-archived.d.ts → scheduled-messages-list-scheduled-messages.d.ts} +4 -4
  423. package/esm/funcs/scheduled-messages-list-scheduled-messages.d.ts.map +1 -0
  424. package/esm/funcs/scheduled-messages-list-scheduled-messages.js +104 -0
  425. package/esm/funcs/scheduled-messages-list-scheduled-messages.js.map +1 -0
  426. package/esm/funcs/scrapers-collect-posts.d.ts +2 -2
  427. package/esm/funcs/scrapers-collect-posts.d.ts.map +1 -1
  428. package/esm/funcs/scrapers-collect-posts.js +4 -2
  429. package/esm/funcs/scrapers-collect-posts.js.map +1 -1
  430. package/esm/funcs/scrapers-visit-profile.d.ts +4 -2
  431. package/esm/funcs/scrapers-visit-profile.d.ts.map +1 -1
  432. package/esm/funcs/scrapers-visit-profile.js +6 -2
  433. package/esm/funcs/scrapers-visit-profile.js.map +1 -1
  434. package/esm/lib/config.d.ts +4 -4
  435. package/esm/lib/config.d.ts.map +1 -1
  436. package/esm/lib/config.js +7 -3
  437. package/esm/lib/config.js.map +1 -1
  438. package/esm/models/errors/collect-linked-in-likes.d.ts +46 -0
  439. package/esm/models/errors/collect-linked-in-likes.d.ts.map +1 -1
  440. package/esm/models/errors/collect-linked-in-likes.js +66 -0
  441. package/esm/models/errors/collect-linked-in-likes.js.map +1 -1
  442. package/esm/models/operations/index.d.ts +4 -4
  443. package/esm/models/operations/index.d.ts.map +1 -1
  444. package/esm/models/operations/index.js +4 -4
  445. package/esm/models/operations/index.js.map +1 -1
  446. package/esm/models/operations/{scraping-weekly.d.ts → refresh-my-linked-in-profile-type.d.ts} +405 -620
  447. package/esm/models/operations/refresh-my-linked-in-profile-type.d.ts.map +1 -0
  448. package/esm/models/operations/{scraping-weekly.js → refresh-my-linked-in-profile-type.js} +270 -302
  449. package/esm/models/operations/refresh-my-linked-in-profile-type.js.map +1 -0
  450. package/esm/models/operations/{search-linked-in-by-url-type-post.d.ts → search-linked-in-jobs-experience-level.d.ts} +305 -255
  451. package/esm/models/operations/search-linked-in-jobs-experience-level.d.ts.map +1 -0
  452. package/esm/models/operations/{search-linked-in-by-url-type-post.js → search-linked-in-jobs-experience-level.js} +211 -178
  453. package/esm/models/operations/search-linked-in-jobs-experience-level.js.map +1 -0
  454. package/esm/models/operations/{get-campaign-stats-response.d.ts → update-contact-outreach-status.d.ts} +1520 -386
  455. package/esm/models/operations/update-contact-outreach-status.d.ts.map +1 -0
  456. package/esm/models/operations/{get-campaign-stats-response.js → update-contact-outreach-status.js} +923 -249
  457. package/esm/models/operations/update-contact-outreach-status.js.map +1 -0
  458. package/esm/models/operations/update-cron-schedule-response.d.ts +1820 -0
  459. package/esm/models/operations/update-cron-schedule-response.d.ts.map +1 -0
  460. package/esm/models/operations/update-cron-schedule-response.js +1194 -0
  461. package/esm/models/operations/update-cron-schedule-response.js.map +1 -0
  462. package/esm/sdk/actions.d.ts +2 -2
  463. package/esm/sdk/actions.js +2 -2
  464. package/esm/sdk/campaigns.d.ts +1 -1
  465. package/esm/sdk/campaigns.d.ts.map +1 -1
  466. package/esm/sdk/campaigns.js +3 -3
  467. package/esm/sdk/campaigns.js.map +1 -1
  468. package/esm/sdk/chat.d.ts +1 -15
  469. package/esm/sdk/chat.d.ts.map +1 -1
  470. package/esm/sdk/chat.js +1 -18
  471. package/esm/sdk/chat.js.map +1 -1
  472. package/esm/sdk/contacts.d.ts +127 -1
  473. package/esm/sdk/contacts.d.ts.map +1 -1
  474. package/esm/sdk/contacts.js +181 -1
  475. package/esm/sdk/contacts.js.map +1 -1
  476. package/esm/sdk/context.d.ts +26 -0
  477. package/esm/sdk/context.d.ts.map +1 -0
  478. package/esm/sdk/context.js +38 -0
  479. package/esm/sdk/context.js.map +1 -0
  480. package/esm/sdk/cron.d.ts +19 -0
  481. package/esm/sdk/cron.d.ts.map +1 -0
  482. package/esm/sdk/cron.js +28 -0
  483. package/esm/sdk/cron.js.map +1 -0
  484. package/esm/sdk/linked-in-chat-2.d.ts +39 -7
  485. package/esm/sdk/linked-in-chat-2.d.ts.map +1 -1
  486. package/esm/sdk/linked-in-chat-2.js +54 -10
  487. package/esm/sdk/linked-in-chat-2.js.map +1 -1
  488. package/esm/sdk/linked-in-scrapers-2.d.ts +1 -1
  489. package/esm/sdk/linked-in-scrapers-2.js +1 -1
  490. package/esm/sdk/linked-in-search-1.d.ts +5 -2
  491. package/esm/sdk/linked-in-search-1.d.ts.map +1 -1
  492. package/esm/sdk/linked-in-search-1.js +7 -4
  493. package/esm/sdk/linked-in-search-1.js.map +1 -1
  494. package/esm/sdk/linkedin-actions-1.d.ts +1 -1
  495. package/esm/sdk/linkedin-actions-1.js +1 -1
  496. package/esm/sdk/linkedin-chat-1.d.ts +2 -27
  497. package/esm/sdk/linkedin-chat-1.d.ts.map +1 -1
  498. package/esm/sdk/linkedin-chat-1.js +1 -35
  499. package/esm/sdk/linkedin-chat-1.js.map +1 -1
  500. package/esm/sdk/linkedin-scrapers-1.d.ts +2 -2
  501. package/esm/sdk/linkedin-scrapers-1.js +2 -2
  502. package/esm/sdk/profile.d.ts +19 -5
  503. package/esm/sdk/profile.d.ts.map +1 -1
  504. package/esm/sdk/profile.js +33 -13
  505. package/esm/sdk/profile.js.map +1 -1
  506. package/esm/sdk/scheduled-messages.d.ts +33 -0
  507. package/esm/sdk/scheduled-messages.d.ts.map +1 -0
  508. package/esm/sdk/scheduled-messages.js +48 -0
  509. package/esm/sdk/scheduled-messages.js.map +1 -0
  510. package/esm/sdk/scrapers.d.ts +4 -2
  511. package/esm/sdk/scrapers.d.ts.map +1 -1
  512. package/esm/sdk/scrapers.js +4 -2
  513. package/esm/sdk/scrapers.js.map +1 -1
  514. package/esm/sdk/sdk.d.ts +11 -2
  515. package/esm/sdk/sdk.d.ts.map +1 -1
  516. package/esm/sdk/sdk.js +19 -4
  517. package/esm/sdk/sdk.js.map +1 -1
  518. package/jsr.json +1 -1
  519. package/package.json +2 -4
  520. package/src/funcs/actions-connect-profile.ts +11 -1
  521. package/src/funcs/actions-follow-company.ts +10 -0
  522. package/src/funcs/actions-list-sent-invitations.ts +10 -0
  523. package/src/funcs/actions-send-message.ts +11 -1
  524. package/src/funcs/campaigns-filter.ts +10 -0
  525. package/src/funcs/{campaigns-get-stats.ts → campaigns-get-campaign-stats.ts} +14 -5
  526. package/src/funcs/campaigns-get-status.ts +10 -0
  527. package/src/funcs/campaigns-sync.ts +10 -0
  528. package/src/funcs/chat-archive.ts +10 -0
  529. package/src/funcs/chat-find-conversation.ts +11 -8
  530. package/src/funcs/chat-unreact.ts +10 -0
  531. package/src/funcs/company-pages-get-analytics.ts +10 -0
  532. package/src/funcs/company-pages-get-permissions.ts +10 -0
  533. package/src/funcs/company-pages-get-posts.ts +10 -0
  534. package/src/funcs/company-pages-list.ts +10 -0
  535. package/src/funcs/contacts-add-campaign-contacts.ts +233 -0
  536. package/src/funcs/contacts-add-contact-activities.ts +231 -0
  537. package/src/funcs/contacts-bulk-update-contacts.ts +225 -0
  538. package/src/funcs/contacts-create-campaign.ts +224 -0
  539. package/src/funcs/contacts-delete-agent-state.ts +230 -0
  540. package/src/funcs/contacts-get-agent-state.ts +229 -0
  541. package/src/funcs/contacts-get-contact-by-url.ts +228 -0
  542. package/src/funcs/contacts-get-contact-stats.ts +232 -0
  543. package/src/funcs/contacts-get-contact.ts +229 -0
  544. package/src/funcs/contacts-list-agent-states.ts +205 -0
  545. package/src/funcs/contacts-list-campaign-contacts.ts +242 -0
  546. package/src/funcs/contacts-list-campaigns.ts +235 -0
  547. package/src/funcs/contacts-list-contact-activities.ts +237 -0
  548. package/src/funcs/contacts-patch-agent-state.ts +230 -0
  549. package/src/funcs/contacts-search-contacts.ts +244 -0
  550. package/src/funcs/contacts-set-agent-state.ts +230 -0
  551. package/src/funcs/contacts-update-campaign.ts +230 -0
  552. package/src/funcs/contacts-update-contact.ts +230 -0
  553. package/src/funcs/contacts-upsert.ts +66 -3
  554. package/src/funcs/context-delete-context.ts +229 -0
  555. package/src/funcs/context-list-context.ts +230 -0
  556. package/src/funcs/context-set-context.ts +224 -0
  557. package/src/funcs/cron-list-cron-schedules.ts +205 -0
  558. package/src/funcs/cron-update-cron-schedule.ts +231 -0
  559. package/src/funcs/linked-in-actions-create-comment.ts +10 -0
  560. package/src/funcs/linked-in-actions-decline-invitation.ts +10 -0
  561. package/src/funcs/linked-in-actions-like-comment.ts +10 -0
  562. package/src/funcs/linked-in-actions-publish-post.ts +10 -0
  563. package/src/funcs/linked-in-actions-save-post.ts +10 -0
  564. package/src/funcs/linked-in-actions-unfollow-profile.ts +10 -0
  565. package/src/funcs/{linkedin-chat-get-messages.ts → linked-in-chat-get-conversation-messages.ts} +22 -7
  566. package/src/funcs/{linkedin-chat-get-unread-count.ts → linked-in-chat-get-unread-count.ts} +12 -6
  567. package/src/funcs/{linkedin-chat-list-archived.ts → linked-in-chat-list-archived-conversations.ts} +20 -8
  568. package/src/funcs/{linked-in-chat-list-starred.ts → linked-in-chat-list-starred-conversations.ts} +20 -8
  569. package/src/funcs/linked-in-chat-mark-seen.ts +10 -0
  570. package/src/funcs/{chat-search-conversations.ts → linked-in-chat-search-linked-in-conversations.ts} +21 -6
  571. package/src/funcs/linked-in-chat-star.ts +10 -0
  572. package/src/funcs/linked-in-chat-unarchive.ts +10 -0
  573. package/src/funcs/linked-in-chat-unstar.ts +10 -0
  574. package/src/funcs/linked-in-scrapers-collect-comment-replies.ts +11 -1
  575. package/src/funcs/linked-in-scrapers-get-feed.ts +10 -0
  576. package/src/funcs/{linked-in-search-resolve-parameters.ts → linked-in-search-resolve-linked-in-search-parameters.ts} +25 -6
  577. package/src/funcs/linked-in-search-search-companies.ts +10 -0
  578. package/src/funcs/linked-in-search-search.ts +10 -0
  579. package/src/funcs/linkedin-actions-accept-invitation.ts +10 -0
  580. package/src/funcs/linkedin-actions-edit-comment.ts +10 -0
  581. package/src/funcs/linkedin-actions-edit-post.ts +10 -0
  582. package/src/funcs/linkedin-actions-follow-profile.ts +10 -0
  583. package/src/funcs/linkedin-actions-like-post.ts +10 -0
  584. package/src/funcs/linkedin-actions-list-invitations.ts +10 -0
  585. package/src/funcs/linkedin-actions-reply-to-comment.ts +10 -0
  586. package/src/funcs/linkedin-actions-repost-post.ts +11 -1
  587. package/src/funcs/linkedin-actions-unfollow-company.ts +10 -0
  588. package/src/funcs/linkedin-actions-unlike-comment.ts +10 -0
  589. package/src/funcs/linkedin-actions-unlike-post.ts +10 -0
  590. package/src/funcs/linkedin-actions-unsave-post.ts +10 -0
  591. package/src/funcs/linkedin-actions-withdraw-invitation.ts +10 -0
  592. package/src/funcs/linkedin-chat-list-inbox-conversations.ts +20 -5
  593. package/src/funcs/linkedin-chat-mark-all-read.ts +10 -0
  594. package/src/funcs/linkedin-chat-react.ts +10 -0
  595. package/src/funcs/linkedin-chat-send-typing-indicator.ts +10 -0
  596. package/src/funcs/linkedin-scrapers-collect-comments.ts +11 -1
  597. package/src/funcs/linkedin-scrapers-collect-hashtag-posts.ts +10 -0
  598. package/src/funcs/linkedin-scrapers-collect-likes.ts +11 -1
  599. package/src/funcs/linkedin-scrapers-list-saved-posts.ts +10 -0
  600. package/src/funcs/linkedin-scrapers-visit-company.ts +10 -0
  601. package/src/funcs/linkedin-search-search-by-url.ts +10 -0
  602. package/src/funcs/linkedin-search-search-jobs.ts +10 -0
  603. package/src/funcs/linkedin-search-search-people.ts +10 -0
  604. package/src/funcs/linkedin-search-search-posts.ts +10 -0
  605. package/src/funcs/profile-get-follower-analytics.ts +10 -0
  606. package/src/funcs/profile-get-followers.ts +10 -0
  607. package/src/funcs/profile-get-linked-in-connections.ts +233 -0
  608. package/src/funcs/{profile-get-credits.ts → profile-get-my-credits.ts} +12 -2
  609. package/src/funcs/{profile-get-limits.ts → profile-get-my-limits.ts} +12 -2
  610. package/src/funcs/{profile-get.ts → profile-get-my-linked-in-profile.ts} +12 -2
  611. package/src/funcs/profile-get-post-analytics.ts +11 -1
  612. package/src/funcs/profile-get-posts.ts +10 -0
  613. package/src/funcs/profile-get-profile-views.ts +10 -0
  614. package/src/funcs/profile-get-search-appearances.ts +10 -0
  615. package/src/funcs/{profile-list-accounts.ts → profile-list-linked-in-accounts.ts} +12 -2
  616. package/src/funcs/profile-refresh.ts +10 -0
  617. package/src/funcs/profile-switch-linked-in-account.ts +225 -0
  618. package/src/funcs/profile-update-account.ts +10 -0
  619. package/src/funcs/sales-nav-search-people.ts +10 -0
  620. package/src/funcs/sales-navigator-search-search-companies.ts +10 -0
  621. package/src/funcs/sales-navigator-search-search.ts +10 -0
  622. package/src/funcs/scheduled-messages-batch-schedule-messages.ts +225 -0
  623. package/src/funcs/scheduled-messages-cancel-scheduled-messages.ts +225 -0
  624. package/src/funcs/scheduled-messages-create-scheduled-message.ts +225 -0
  625. package/src/funcs/scheduled-messages-list-scheduled-messages.ts +236 -0
  626. package/src/funcs/scrapers-collect-posts.ts +11 -1
  627. package/src/funcs/scrapers-visit-profile.ts +13 -1
  628. package/src/lib/config.ts +7 -3
  629. package/src/models/errors/collect-linked-in-likes.ts +108 -0
  630. package/src/models/operations/index.ts +4 -4
  631. package/src/models/operations/{scraping-weekly.ts → refresh-my-linked-in-profile-type.ts} +2106 -2363
  632. package/src/models/operations/{search-linked-in-by-url-type-post.ts → search-linked-in-jobs-experience-level.ts} +649 -536
  633. package/src/models/operations/{get-campaign-stats-response.ts → update-contact-outreach-status.ts} +3582 -1450
  634. package/src/models/operations/update-cron-schedule-response.ts +3771 -0
  635. package/src/sdk/actions.ts +2 -2
  636. package/src/sdk/campaigns.ts +3 -3
  637. package/src/sdk/chat.ts +1 -26
  638. package/src/sdk/contacts.ts +323 -1
  639. package/src/sdk/context.ts +63 -0
  640. package/src/sdk/cron.ts +43 -0
  641. package/src/sdk/linked-in-chat-2.ts +92 -18
  642. package/src/sdk/linked-in-scrapers-2.ts +1 -1
  643. package/src/sdk/linked-in-search-1.ts +7 -4
  644. package/src/sdk/linkedin-actions-1.ts +1 -1
  645. package/src/sdk/linkedin-chat-1.ts +2 -60
  646. package/src/sdk/linkedin-scrapers-1.ts +2 -2
  647. package/src/sdk/profile.ts +49 -13
  648. package/src/sdk/scheduled-messages.ts +81 -0
  649. package/src/sdk/scrapers.ts +4 -2
  650. package/src/sdk/sdk.ts +23 -5
  651. package/esm/funcs/campaigns-get-stats.js.map +0 -1
  652. package/esm/funcs/chat-search-conversations.js.map +0 -1
  653. package/esm/funcs/linked-in-chat-list-starred.d.ts +0 -18
  654. package/esm/funcs/linked-in-chat-list-starred.d.ts.map +0 -1
  655. package/esm/funcs/linked-in-chat-list-starred.js.map +0 -1
  656. package/esm/funcs/linked-in-search-resolve-parameters.d.ts.map +0 -1
  657. package/esm/funcs/linked-in-search-resolve-parameters.js.map +0 -1
  658. package/esm/funcs/linkedin-chat-get-messages.d.ts +0 -22
  659. package/esm/funcs/linkedin-chat-get-messages.d.ts.map +0 -1
  660. package/esm/funcs/linkedin-chat-get-messages.js.map +0 -1
  661. package/esm/funcs/linkedin-chat-get-unread-count.d.ts.map +0 -1
  662. package/esm/funcs/linkedin-chat-get-unread-count.js.map +0 -1
  663. package/esm/funcs/linkedin-chat-list-archived.d.ts.map +0 -1
  664. package/esm/funcs/linkedin-chat-list-archived.js.map +0 -1
  665. package/esm/funcs/profile-get-credits.d.ts.map +0 -1
  666. package/esm/funcs/profile-get-credits.js.map +0 -1
  667. package/esm/funcs/profile-get-limits.d.ts.map +0 -1
  668. package/esm/funcs/profile-get-limits.js.map +0 -1
  669. package/esm/funcs/profile-get.d.ts.map +0 -1
  670. package/esm/funcs/profile-get.js.map +0 -1
  671. package/esm/funcs/profile-list-accounts.js.map +0 -1
  672. package/esm/models/operations/get-campaign-stats-response.d.ts.map +0 -1
  673. package/esm/models/operations/get-campaign-stats-response.js.map +0 -1
  674. package/esm/models/operations/scraping-weekly.d.ts.map +0 -1
  675. package/esm/models/operations/scraping-weekly.js.map +0 -1
  676. package/esm/models/operations/search-linked-in-by-url-type-post.d.ts.map +0 -1
  677. package/esm/models/operations/search-linked-in-by-url-type-post.js.map +0 -1
  678. package/esm/models/operations/upsert-contacts.d.ts +0 -182
  679. package/esm/models/operations/upsert-contacts.d.ts.map +0 -1
  680. package/esm/models/operations/upsert-contacts.js +0 -116
  681. package/esm/models/operations/upsert-contacts.js.map +0 -1
  682. package/src/models/operations/upsert-contacts.ts +0 -305
@@ -3,7 +3,185 @@ import * as discriminatedUnionTypes from "../../types/discriminated-union.js";
3
3
  import { ClosedEnum, OpenEnum } from "../../types/enums.js";
4
4
  import { Result as SafeParseResult } from "../../types/fp.js";
5
5
  import { SDKValidationError } from "../errors/sdk-validation-error.js";
6
- import { SearchLinkedInByUrlCategory, SearchLinkedInByUrlItemsCompany, SearchLinkedInByUrlItemsJob, SearchLinkedInByUrlItemsPeople, SearchLinkedInByUrlTypePost } from "./search-linked-in-by-url-type-post.js";
6
+ import { SearchLinkedInJobsDatePosted, SearchLinkedInJobsExperienceLevel, SearchLinkedInJobsJobType, SearchLinkedInJobsSortBy } from "./search-linked-in-jobs-experience-level.js";
7
+ export declare const SearchLinkedInJobsWorkplaceType: {
8
+ readonly One: "1";
9
+ readonly Two: "2";
10
+ readonly Three: "3";
11
+ };
12
+ export type SearchLinkedInJobsWorkplaceType = ClosedEnum<typeof SearchLinkedInJobsWorkplaceType>;
13
+ export type SearchLinkedInJobsRequest = {
14
+ /**
15
+ * Search keywords. Matches against job title, company name, and description. Optional — you can search by filters alone. Supports LinkedIn Boolean syntax: use double quotes for exact phrases (e.g. "frontend engineer"), AND to require both terms, OR for alternatives (e.g. React OR Vue OR Angular), NOT to exclude (e.g. engineer NOT intern), and parentheses to group (e.g. (React OR Vue) AND "senior engineer"). Operators must be UPPERCASE.
16
+ */
17
+ keywords?: string | undefined;
18
+ /**
19
+ * Optional LinkedIn search URL. If provided, keywords and filters are extracted from the URL. Explicit params override URL-derived values.
20
+ */
21
+ url?: string | undefined;
22
+ /**
23
+ * Filter by job location. Array of LinkedIn geo IDs. Resolve text to IDs via POST /search/linkedin/parameters with type='GEO'.
24
+ */
25
+ location?: Array<string> | undefined;
26
+ /**
27
+ * Filter by posting date. Useful for finding recently posted jobs.
28
+ */
29
+ datePosted?: SearchLinkedInJobsDatePosted | undefined;
30
+ /**
31
+ * Sort order. 'relevance' (default) or 'date' (most recent first).
32
+ */
33
+ sortBy?: SearchLinkedInJobsSortBy | undefined;
34
+ /**
35
+ * Filter by employment type. Multiple values accepted (OR logic). Codes: F=Full-time, P=Part-time, C=Contract, T=Temporary, I=Internship, V=Volunteer, O=Other.
36
+ */
37
+ jobType?: Array<SearchLinkedInJobsJobType> | undefined;
38
+ /**
39
+ * Filter by seniority. Multiple values accepted (OR logic). Codes: 1=Internship, 2=Entry level, 3=Associate, 4=Mid-Senior level, 5=Director, 6=Executive.
40
+ */
41
+ experienceLevel?: Array<SearchLinkedInJobsExperienceLevel> | undefined;
42
+ /**
43
+ * Filter by workplace type. Multiple values accepted (OR logic). Codes: 1=On-site, 2=Remote, 3=Hybrid.
44
+ */
45
+ workplaceType?: Array<SearchLinkedInJobsWorkplaceType> | undefined;
46
+ /**
47
+ * Pagination offset (default 0). Use multiples of `count` to page through results.
48
+ */
49
+ start?: number | undefined;
50
+ /**
51
+ * Results per page (default 10, max 50).
52
+ */
53
+ count?: number | undefined;
54
+ };
55
+ export declare const SearchLinkedInJobsCategory: {
56
+ readonly Jobs: "jobs";
57
+ };
58
+ export type SearchLinkedInJobsCategory = ClosedEnum<typeof SearchLinkedInJobsCategory>;
59
+ export declare const SearchLinkedInJobsType: {
60
+ readonly Job: "JOB";
61
+ };
62
+ export type SearchLinkedInJobsType = ClosedEnum<typeof SearchLinkedInJobsType>;
63
+ export type SearchLinkedInJobsItem = {
64
+ type: SearchLinkedInJobsType;
65
+ title: string;
66
+ company: string | null;
67
+ companyUrl: string | null;
68
+ companyLogo: string | null;
69
+ location: string | null;
70
+ workplaceType: string | null;
71
+ postedAt: string | null;
72
+ jobUrl: string;
73
+ listingId: string;
74
+ };
75
+ export type SearchLinkedInJobsPaging = {
76
+ start: number;
77
+ count: number;
78
+ total: number;
79
+ };
80
+ /**
81
+ * List of LinkedIn job listings matching the search criteria
82
+ */
83
+ export type SearchLinkedInJobsResponse = {
84
+ success: true;
85
+ category: SearchLinkedInJobsCategory;
86
+ items: Array<SearchLinkedInJobsItem>;
87
+ paging: SearchLinkedInJobsPaging;
88
+ hasMore: boolean;
89
+ /**
90
+ * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
91
+ */
92
+ creditsUsed: number;
93
+ /**
94
+ * Seconds to wait before making another call of the same type. 0 means no wait needed.
95
+ */
96
+ retryAfter: number;
97
+ };
98
+ export type SearchLinkedInByUrlRequest = {
99
+ /**
100
+ * A LinkedIn search URL. The endpoint automatically extracts the category, keywords, and all filters from the URL. Example: 'https://www.linkedin.com/search/results/people/?keywords=engineer&network=%5B%22S%22%5D'
101
+ */
102
+ url: string;
103
+ /**
104
+ * Override pagination offset. If not provided, uses the page from the URL (or defaults to 0).
105
+ */
106
+ start?: number | undefined;
107
+ /**
108
+ * Override results per page (default 10, max 50).
109
+ */
110
+ count?: number | undefined;
111
+ };
112
+ export declare const SearchLinkedInByUrlCategory: {
113
+ readonly Posts: "posts";
114
+ readonly People: "people";
115
+ readonly Companies: "companies";
116
+ readonly Jobs: "jobs";
117
+ };
118
+ export type SearchLinkedInByUrlCategory = OpenEnum<typeof SearchLinkedInByUrlCategory>;
119
+ export declare const SearchLinkedInByUrlTypeJob: {
120
+ readonly Job: "JOB";
121
+ };
122
+ export type SearchLinkedInByUrlTypeJob = ClosedEnum<typeof SearchLinkedInByUrlTypeJob>;
123
+ export type SearchLinkedInByUrlItemsJob = {
124
+ type: SearchLinkedInByUrlTypeJob;
125
+ title: string;
126
+ company: string | null;
127
+ companyUrl: string | null;
128
+ companyLogo: string | null;
129
+ location: string | null;
130
+ workplaceType: string | null;
131
+ postedAt: string | null;
132
+ jobUrl: string;
133
+ listingId: string;
134
+ };
135
+ export declare const SearchLinkedInByUrlTypeCompany: {
136
+ readonly Company: "COMPANY";
137
+ };
138
+ export type SearchLinkedInByUrlTypeCompany = ClosedEnum<typeof SearchLinkedInByUrlTypeCompany>;
139
+ export type SearchLinkedInByUrlItemsCompany = {
140
+ type: SearchLinkedInByUrlTypeCompany;
141
+ name: string;
142
+ profileUrl: string | null;
143
+ summary: string | null;
144
+ industry: string | null;
145
+ location: string | null;
146
+ followersCount: number | null;
147
+ };
148
+ export declare const SearchLinkedInByUrlTypePeople: {
149
+ readonly People: "PEOPLE";
150
+ };
151
+ export type SearchLinkedInByUrlTypePeople = ClosedEnum<typeof SearchLinkedInByUrlTypePeople>;
152
+ export declare const SearchLinkedInByUrlNetworkDistance: {
153
+ readonly Distance1: "DISTANCE_1";
154
+ readonly Distance2: "DISTANCE_2";
155
+ readonly Distance3: "DISTANCE_3";
156
+ readonly OutOfNetwork: "OUT_OF_NETWORK";
157
+ };
158
+ export type SearchLinkedInByUrlNetworkDistance = OpenEnum<typeof SearchLinkedInByUrlNetworkDistance>;
159
+ export type SearchLinkedInByUrlCurrentPosition = {
160
+ company: string | null;
161
+ role: string | null;
162
+ };
163
+ export type SearchLinkedInByUrlItemsPeople = {
164
+ type: SearchLinkedInByUrlTypePeople;
165
+ name: string;
166
+ profileUrl: string | null;
167
+ headline: string | null;
168
+ location: string | null;
169
+ profilePicture: string | null;
170
+ networkDistance: SearchLinkedInByUrlNetworkDistance | null;
171
+ currentPositions: Array<SearchLinkedInByUrlCurrentPosition>;
172
+ /**
173
+ * LinkedIn profile URN (e.g. urn:li:fsd_profile:ACoAAA...) when available
174
+ */
175
+ profileUrn: string | null;
176
+ /**
177
+ * Vanity slug from profile URL (e.g. john-doe) when not URN-based
178
+ */
179
+ publicIdentifier: string | null;
180
+ };
181
+ export declare const SearchLinkedInByUrlTypePost: {
182
+ readonly Post: "POST";
183
+ };
184
+ export type SearchLinkedInByUrlTypePost = ClosedEnum<typeof SearchLinkedInByUrlTypePost>;
7
185
  export type SearchLinkedInByUrlAuthor = {
8
186
  name: string;
9
187
  profileUrl: string | null;
@@ -754,13 +932,34 @@ export type ListSentLinkedInInvitationsRequest = {
754
932
  */
755
933
  count?: number | undefined;
756
934
  };
935
+ export type ToMember = {
936
+ name: string;
937
+ headline: string | null;
938
+ profileUrl: string | null;
939
+ profilePicture: string | null;
940
+ publicIdentifier: string | null;
941
+ profileUrn: string | null;
942
+ };
943
+ export type ListSentLinkedInInvitationsInvitation = {
944
+ invitationId: string;
945
+ invitationUrn: string;
946
+ entityUrn: string;
947
+ sentAt: string | null;
948
+ message: string | null;
949
+ targetProfileId: string | null;
950
+ targetFirstName: string | null;
951
+ targetLastName: string | null;
952
+ toMember: ToMember | null;
953
+ };
757
954
  /**
758
955
  * Sent invitations
759
956
  */
760
957
  export type ListSentLinkedInInvitationsResponse = {
761
958
  success: true;
762
- invitations: Array<any>;
959
+ invitations: Array<ListSentLinkedInInvitationsInvitation>;
763
960
  total: number;
961
+ start: number;
962
+ count: number;
764
963
  /**
765
964
  * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
766
965
  */
@@ -811,7 +1010,7 @@ export type FromMember = {
811
1010
  publicIdentifier: string | null;
812
1011
  profileUrn: string | null;
813
1012
  };
814
- export type Invitation = {
1013
+ export type ListLinkedInInvitationsInvitation = {
815
1014
  /**
816
1015
  * Invitation ID needed for accepting
817
1016
  */
@@ -854,7 +1053,7 @@ export type Invitation = {
854
1053
  */
855
1054
  export type ListLinkedInInvitationsResponse = {
856
1055
  success: true;
857
- invitations: Array<Invitation>;
1056
+ invitations: Array<ListLinkedInInvitationsInvitation>;
858
1057
  /**
859
1058
  * Total number of pending invitations
860
1059
  */
@@ -1113,10 +1312,6 @@ export type RepostLinkedInPostRequest = {
1113
1312
  * Quote text for the repost (required by LinkedIn)
1114
1313
  */
1115
1314
  text: string;
1116
- /**
1117
- * Campaign identifier for deduplication
1118
- */
1119
- campaignSlug?: string | undefined;
1120
1315
  };
1121
1316
  /**
1122
1317
  * Post reposted
@@ -1124,7 +1319,6 @@ export type RepostLinkedInPostRequest = {
1124
1319
  export type RepostLinkedInPostResponse = {
1125
1320
  success: true;
1126
1321
  shareUrn: string;
1127
- duplicate?: boolean | undefined;
1128
1322
  /**
1129
1323
  * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
1130
1324
  */
@@ -1274,14 +1468,14 @@ export type LikeLinkedInCommentResponse = {
1274
1468
  /**
1275
1469
  * Publish mode: 'instant' publishes immediately, 'scheduled' schedules for later
1276
1470
  */
1277
- export declare const Mode: {
1471
+ export declare const PublishLinkedInPostMode: {
1278
1472
  readonly Scheduled: "scheduled";
1279
1473
  readonly Instant: "instant";
1280
1474
  };
1281
1475
  /**
1282
1476
  * Publish mode: 'instant' publishes immediately, 'scheduled' schedules for later
1283
1477
  */
1284
- export type Mode = ClosedEnum<typeof Mode>;
1478
+ export type PublishLinkedInPostMode = ClosedEnum<typeof PublishLinkedInPostMode>;
1285
1479
  /**
1286
1480
  * Post visibility
1287
1481
  */
@@ -1315,7 +1509,7 @@ export type PublishLinkedInPostRequest = {
1315
1509
  /**
1316
1510
  * Publish mode: 'instant' publishes immediately, 'scheduled' schedules for later
1317
1511
  */
1318
- mode: Mode;
1512
+ mode: PublishLinkedInPostMode;
1319
1513
  /**
1320
1514
  * Timestamp in milliseconds for scheduled posts (required when mode='scheduled')
1321
1515
  */
@@ -1414,6 +1608,10 @@ export type CommentOnLinkedInPostResponse = {
1414
1608
  * URN of the created comment (e.g., 'urn:li:comment:(activity:PARENT_ID,COMMENT_ID)')
1415
1609
  */
1416
1610
  commentUrn?: string | undefined;
1611
+ /**
1612
+ * FSD-format comment URN for use with the edit comment endpoint.
1613
+ */
1614
+ fsdCommentUrn?: string | undefined;
1417
1615
  /**
1418
1616
  * True if this action was already executed for the given campaignSlug + target.
1419
1617
  */
@@ -1659,6 +1857,12 @@ export type GetMyLinkedInProfileResponse = {
1659
1857
  */
1660
1858
  retryAfter: number;
1661
1859
  };
1860
+ /**
1861
+ * Proxy status for this account. Full config is masked; only enabled flag is exposed.
1862
+ */
1863
+ export type ListLinkedInAccountsProxyConfig = {
1864
+ enabled: boolean;
1865
+ };
1662
1866
  export type ListLinkedInAccountsAccount = {
1663
1867
  id: string;
1664
1868
  label: string | null;
@@ -1676,6 +1880,26 @@ export type ListLinkedInAccountsAccount = {
1676
1880
  profileUrn: string | null;
1677
1881
  isActive: boolean;
1678
1882
  isValid: boolean;
1883
+ /**
1884
+ * Account plan tier (e.g. 'free', 'pro', 'team').
1885
+ */
1886
+ accountPlan: string | null;
1887
+ /**
1888
+ * Whether this account has unlimited credits.
1889
+ */
1890
+ isUnlimited: boolean;
1891
+ /**
1892
+ * Monthly credit limit for this account. Null if unlimited.
1893
+ */
1894
+ creditsLimit: number | null;
1895
+ /**
1896
+ * Credits used in the current billing period.
1897
+ */
1898
+ creditsCount: number;
1899
+ /**
1900
+ * Proxy status for this account. Full config is masked; only enabled flag is exposed.
1901
+ */
1902
+ proxyConfig: ListLinkedInAccountsProxyConfig | null;
1679
1903
  createdAt: string;
1680
1904
  updatedAt: string;
1681
1905
  };
@@ -1687,17 +1911,40 @@ export type ListLinkedInAccountsResponse = {
1687
1911
  accounts: Array<ListLinkedInAccountsAccount>;
1688
1912
  total: number;
1689
1913
  };
1690
- /**
1691
- * Residential proxy provider. Default: decodo.
1692
- */
1693
- export declare const ProxyProvider: {
1694
- readonly Decodo: "decodo";
1695
- readonly Oxylabs: "oxylabs";
1914
+ export type ProxyConfigIsp = {
1915
+ mode: "isp";
1916
+ /**
1917
+ * ISO country code (reference only).
1918
+ */
1919
+ country: string;
1920
+ /**
1921
+ * Dedicated ISP IPv4 address from Decodo.
1922
+ */
1923
+ staticIp: string;
1924
+ /**
1925
+ * Port for the static IP.
1926
+ */
1927
+ staticPort: number;
1928
+ };
1929
+ export type ProxyConfigResidential = {
1930
+ mode: "residential";
1931
+ /**
1932
+ * ISO 3166-1 alpha-2 country code.
1933
+ */
1934
+ country: string;
1935
+ /**
1936
+ * City for geo-targeting.
1937
+ */
1938
+ city?: string | undefined;
1939
+ /**
1940
+ * Sticky IP rotation in hours (default 1).
1941
+ */
1942
+ rotationHours?: number | undefined;
1696
1943
  };
1697
1944
  /**
1698
- * Residential proxy provider. Default: decodo.
1945
+ * Proxy config. Null = disable proxy. Object = enable with mode.
1699
1946
  */
1700
- export type ProxyProvider = ClosedEnum<typeof ProxyProvider>;
1947
+ export type ProxyConfig = ProxyConfigResidential | ProxyConfigIsp;
1701
1948
  export type UpdateLinkedInAccountRequest = {
1702
1949
  /**
1703
1950
  * ID of the LinkedIn account to update.
@@ -1712,25 +1959,15 @@ export type UpdateLinkedInAccountRequest = {
1712
1959
  */
1713
1960
  isDefault?: boolean | undefined;
1714
1961
  /**
1715
- * Enable/disable residential proxy for this account.
1716
- */
1717
- useProxy?: boolean | undefined;
1718
- /**
1719
- * Residential proxy provider. Default: decodo.
1720
- */
1721
- proxyProvider?: ProxyProvider | undefined;
1722
- /**
1723
- * ISO 3166-1 alpha-2 country code for proxy geo-targeting. Null = use user.country.
1724
- */
1725
- proxyCountry?: string | null | undefined;
1726
- /**
1727
- * City override for proxy geo-targeting.
1728
- */
1729
- proxyCity?: string | null | undefined;
1730
- /**
1731
- * Sticky IP rotation period in hours (default 24 = 1 day).
1962
+ * Proxy config. Null = disable proxy. Object = enable with mode.
1732
1963
  */
1733
- proxyRotationHours?: number | undefined;
1964
+ proxyConfig?: ProxyConfigResidential | ProxyConfigIsp | null | undefined;
1965
+ };
1966
+ export type UpdateLinkedInAccountProxyConfigResponse = {
1967
+ city: string | null;
1968
+ mode: string | null;
1969
+ country: string | null;
1970
+ rotationHours: number | null;
1734
1971
  };
1735
1972
  export type UpdateLinkedInAccountAccount = {
1736
1973
  id: string;
@@ -1741,6 +1978,7 @@ export type UpdateLinkedInAccountAccount = {
1741
1978
  headline: string | null;
1742
1979
  profilePic: string | null;
1743
1980
  isValid: boolean;
1981
+ proxyConfig: UpdateLinkedInAccountProxyConfigResponse | null;
1744
1982
  };
1745
1983
  /**
1746
1984
  * Updated account
@@ -1796,499 +2034,96 @@ export declare const RefreshMyLinkedInProfileType: {
1796
2034
  readonly Share: "share";
1797
2035
  };
1798
2036
  export type RefreshMyLinkedInProfileType = OpenEnum<typeof RefreshMyLinkedInProfileType>;
1799
- /**
1800
- * Type of media attached to the post.
1801
- */
1802
- export declare const RefreshMyLinkedInProfileMediaType: {
1803
- readonly Image: "image";
1804
- readonly Video: "video";
1805
- readonly Document: "document";
1806
- readonly Article: "article";
2037
+ /** @internal */
2038
+ export declare const SearchLinkedInJobsWorkplaceType$outboundSchema: z.ZodMiniEnum<typeof SearchLinkedInJobsWorkplaceType>;
2039
+ /** @internal */
2040
+ export type SearchLinkedInJobsRequest$Outbound = {
2041
+ keywords?: string | undefined;
2042
+ url?: string | undefined;
2043
+ location?: Array<string> | undefined;
2044
+ datePosted?: string | undefined;
2045
+ sortBy?: string | undefined;
2046
+ jobType?: Array<string> | undefined;
2047
+ experienceLevel?: Array<string> | undefined;
2048
+ workplaceType?: Array<string> | undefined;
2049
+ start?: number | undefined;
2050
+ count?: number | undefined;
1807
2051
  };
1808
- /**
1809
- * Type of media attached to the post.
1810
- */
1811
- export type RefreshMyLinkedInProfileMediaType = OpenEnum<typeof RefreshMyLinkedInProfileMediaType>;
1812
- /**
1813
- * Media attached to the post (image, video, document, or article). Absent when the post is text-only.
1814
- */
1815
- export type RefreshMyLinkedInProfileMedia = {
1816
- /**
1817
- * Type of media attached to the post.
1818
- */
1819
- type: RefreshMyLinkedInProfileMediaType;
1820
- /**
1821
- * Media URLs (image URLs for carousels, video streaming URL, article link, etc.).
1822
- */
1823
- urls: Array<string>;
1824
- /**
1825
- * Title of the article or document, when available.
1826
- */
1827
- title?: string | undefined;
1828
- /**
1829
- * Thumbnail URL for videos, articles, or document covers.
1830
- */
1831
- thumbnailUrl?: string | undefined;
2052
+ /** @internal */
2053
+ export declare const SearchLinkedInJobsRequest$outboundSchema: z.ZodMiniType<SearchLinkedInJobsRequest$Outbound, SearchLinkedInJobsRequest>;
2054
+ export declare function searchLinkedInJobsRequestToJSON(searchLinkedInJobsRequest: SearchLinkedInJobsRequest): string;
2055
+ /** @internal */
2056
+ export declare const SearchLinkedInJobsCategory$inboundSchema: z.ZodMiniEnum<typeof SearchLinkedInJobsCategory>;
2057
+ /** @internal */
2058
+ export declare const SearchLinkedInJobsType$inboundSchema: z.ZodMiniEnum<typeof SearchLinkedInJobsType>;
2059
+ /** @internal */
2060
+ export declare const SearchLinkedInJobsItem$inboundSchema: z.ZodMiniType<SearchLinkedInJobsItem, unknown>;
2061
+ export declare function searchLinkedInJobsItemFromJSON(jsonString: string): SafeParseResult<SearchLinkedInJobsItem, SDKValidationError>;
2062
+ /** @internal */
2063
+ export declare const SearchLinkedInJobsPaging$inboundSchema: z.ZodMiniType<SearchLinkedInJobsPaging, unknown>;
2064
+ export declare function searchLinkedInJobsPagingFromJSON(jsonString: string): SafeParseResult<SearchLinkedInJobsPaging, SDKValidationError>;
2065
+ /** @internal */
2066
+ export declare const SearchLinkedInJobsResponse$inboundSchema: z.ZodMiniType<SearchLinkedInJobsResponse, unknown>;
2067
+ export declare function searchLinkedInJobsResponseFromJSON(jsonString: string): SafeParseResult<SearchLinkedInJobsResponse, SDKValidationError>;
2068
+ /** @internal */
2069
+ export type SearchLinkedInByUrlRequest$Outbound = {
2070
+ url: string;
2071
+ start?: number | undefined;
2072
+ count?: number | undefined;
1832
2073
  };
1833
- export type RefreshMyLinkedInProfileLastPost = {
1834
- postUrl: string;
1835
- text: string;
1836
- date: number;
1837
- likesCount: number;
1838
- commentsCount: number;
1839
- sharesCount: number;
1840
- postUrn: string;
1841
- postId: string;
1842
- type: RefreshMyLinkedInProfileType;
1843
- /**
1844
- * Media attached to the post (image, video, document, or article). Absent when the post is text-only.
1845
- */
1846
- media?: RefreshMyLinkedInProfileMedia | undefined;
1847
- };
1848
- /**
1849
- * Refreshed LinkedIn profile data
1850
- */
1851
- export type RefreshMyLinkedInProfileResponse = {
1852
- success: true;
1853
- /**
1854
- * LinkedIn vanity name (e.g., 'alexandre-sarfati')
1855
- */
1856
- linkedinProfileId: string | null;
1857
- /**
1858
- * Full name from LinkedIn
1859
- */
1860
- linkedinName: string | null;
1861
- /**
1862
- * Email from LinkedIn profile
1863
- */
1864
- linkedinEmail: string | null;
1865
- /**
1866
- * LinkedIn profile URN
1867
- */
1868
- profileUrn: string | null;
1869
- /**
1870
- * LinkedIn headline
1871
- */
1872
- headline: string | null;
1873
- /**
1874
- * Profile picture URL
1875
- */
1876
- profilePic: string | null;
1877
- /**
1878
- * Full LinkedIn profile URL
1879
- */
1880
- profileUrl: string | null;
1881
- /**
1882
- * Work positions (populated after /refresh)
1883
- */
1884
- positions?: Array<RefreshMyLinkedInProfilePosition> | undefined;
1885
- /**
1886
- * Education entries (populated after /refresh)
1887
- */
1888
- educations?: Array<RefreshMyLinkedInProfileEducation> | undefined;
1889
- /**
1890
- * Total LinkedIn connections
1891
- */
1892
- connectionsCount: number | null;
1893
- /**
1894
- * Profile location
1895
- */
1896
- location: RefreshMyLinkedInProfileLocation | null;
1897
- /**
1898
- * LinkedIn verification status
1899
- */
1900
- isVerified: boolean | null;
1901
- /**
1902
- * Last 5 posts (populated when posts have been fetched via /me/linkedin/posts)
1903
- */
1904
- lastPosts?: Array<RefreshMyLinkedInProfileLastPost> | undefined;
1905
- refreshed: true;
1906
- /**
1907
- * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
1908
- */
1909
- creditsUsed: number;
1910
- /**
1911
- * Seconds to wait before making another call of the same type. 0 means no wait needed.
1912
- */
1913
- retryAfter: number;
1914
- };
1915
- export type GetMyLinkedInPostsRequest = {
1916
- /**
1917
- * Number of posts to fetch (default 20, max 100).
1918
- */
1919
- count?: number | undefined;
1920
- /**
1921
- * Pagination offset (default 0).
1922
- */
1923
- start?: number | undefined;
1924
- /**
1925
- * Pagination token from a previous response to fetch the next page.
1926
- */
1927
- paginationToken?: string | undefined;
1928
- };
1929
- export declare const GetMyLinkedInPostsType: {
1930
- readonly Activity: "activity";
1931
- readonly UgcPost: "ugcPost";
1932
- readonly Share: "share";
1933
- };
1934
- export type GetMyLinkedInPostsType = OpenEnum<typeof GetMyLinkedInPostsType>;
1935
- /**
1936
- * Type of media attached to the post.
1937
- */
1938
- export declare const GetMyLinkedInPostsMediaType: {
1939
- readonly Image: "image";
1940
- readonly Video: "video";
1941
- readonly Document: "document";
1942
- readonly Article: "article";
1943
- };
1944
- /**
1945
- * Type of media attached to the post.
1946
- */
1947
- export type GetMyLinkedInPostsMediaType = OpenEnum<typeof GetMyLinkedInPostsMediaType>;
1948
- /**
1949
- * Media attached to the post (image, video, document, or article). Absent when the post is text-only.
1950
- */
1951
- export type GetMyLinkedInPostsMedia = {
1952
- /**
1953
- * Type of media attached to the post.
1954
- */
1955
- type: GetMyLinkedInPostsMediaType;
1956
- /**
1957
- * Media URLs (image URLs for carousels, video streaming URL, article link, etc.).
1958
- */
1959
- urls: Array<string>;
1960
- /**
1961
- * Title of the article or document, when available.
1962
- */
1963
- title?: string | undefined;
1964
- /**
1965
- * Thumbnail URL for videos, articles, or document covers.
1966
- */
1967
- thumbnailUrl?: string | undefined;
1968
- };
1969
- export type GetMyLinkedInPostsPost = {
1970
- postUrl: string;
1971
- text: string;
1972
- date: number;
1973
- likesCount: number;
1974
- commentsCount: number;
1975
- sharesCount: number;
1976
- postUrn: string;
1977
- postId: string;
1978
- type: GetMyLinkedInPostsType;
1979
- /**
1980
- * Media attached to the post (image, video, document, or article). Absent when the post is text-only.
1981
- */
1982
- media?: GetMyLinkedInPostsMedia | undefined;
1983
- };
1984
- /**
1985
- * Paginated list of the user's own posts
1986
- */
1987
- export type GetMyLinkedInPostsResponse = {
1988
- success: true;
1989
- posts: Array<GetMyLinkedInPostsPost>;
1990
- count: number;
1991
- total: number;
1992
- start: number;
1993
- hasMore: boolean;
1994
- paginationToken: string | null;
1995
- /**
1996
- * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
1997
- */
1998
- creditsUsed: number;
1999
- /**
2000
- * Seconds to wait before making another call of the same type. 0 means no wait needed.
2001
- */
2002
- retryAfter: number;
2003
- };
2004
- export type GetMyLinkedInFollowersRequest = {
2005
- /**
2006
- * Pagination offset (default 0).
2007
- */
2008
- start?: number | undefined;
2009
- /**
2010
- * Number of followers to fetch per page (default 10, max 50).
2011
- */
2012
- count?: number | undefined;
2013
- };
2014
- export type Follower = {
2015
- name: string;
2016
- headline: string | null;
2017
- profileUrl: string | null;
2018
- profilePicture: string | null;
2019
- followerCount: number | null;
2020
- /**
2021
- * Whether you follow this person back
2022
- */
2023
- following: boolean;
2024
- /**
2025
- * LinkedIn profile URN (e.g. urn:li:fsd_profile:ACoAAA...) when available
2026
- */
2027
- profileUrn: string | null;
2028
- /**
2029
- * Vanity slug from profile URL (e.g. john-doe) when not URN-based
2030
- */
2031
- publicIdentifier: string | null;
2032
- };
2033
- /**
2034
- * Paginated list of followers
2035
- */
2036
- export type GetMyLinkedInFollowersResponse = {
2037
- success: true;
2038
- followers: Array<Follower>;
2039
- count: number;
2040
- /**
2041
- * Total reported by LinkedIn (capped at ~1000)
2042
- */
2043
- totalFollowers: number;
2044
- start: number;
2045
- hasMore: boolean;
2046
- /**
2047
- * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
2048
- */
2049
- creditsUsed: number;
2050
- /**
2051
- * Seconds to wait before making another call of the same type. 0 means no wait needed.
2052
- */
2053
- retryAfter: number;
2054
- };
2055
- /**
2056
- * Daily usage counter (resets at midnight UTC)
2057
- */
2058
- export type ConnectionRequestDaily = {
2059
- /**
2060
- * Number of actions used in this window
2061
- */
2062
- current: number;
2063
- /**
2064
- * Maximum allowed actions in this window (with multiplier applied)
2065
- */
2066
- limit: number;
2067
- /**
2068
- * Actions remaining before hitting the limit
2069
- */
2070
- remaining: number;
2071
- };
2072
- /**
2073
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2074
- */
2075
- export type ConnectionRequestWeekly = {
2076
- /**
2077
- * Number of actions used in this window
2078
- */
2079
- current: number;
2080
- /**
2081
- * Maximum allowed actions in this window (with multiplier applied)
2082
- */
2083
- limit: number;
2084
- /**
2085
- * Actions remaining before hitting the limit
2086
- */
2087
- remaining: number;
2088
- };
2089
- /**
2090
- * Limits for sending LinkedIn connection requests
2091
- */
2092
- export type ConnectionRequest = {
2093
- /**
2094
- * Daily usage counter (resets at midnight UTC)
2095
- */
2096
- daily: ConnectionRequestDaily;
2097
- /**
2098
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2099
- */
2100
- weekly: ConnectionRequestWeekly | null;
2101
- /**
2102
- * Minimum delay in seconds required between two consecutive actions of this type
2103
- */
2104
- minIntervalSeconds: number;
2105
- /**
2106
- * ISO 8601 timestamp of the next daily counter reset
2107
- */
2108
- nextResetDaily: Date;
2109
- /**
2110
- * ISO 8601 timestamp of the next weekly counter reset. Null if no weekly cap.
2111
- */
2112
- nextResetWeekly: Date | null;
2113
- };
2114
- /**
2115
- * Daily usage counter (resets at midnight UTC)
2116
- */
2117
- export type MessageDaily = {
2118
- /**
2119
- * Number of actions used in this window
2120
- */
2121
- current: number;
2122
- /**
2123
- * Maximum allowed actions in this window (with multiplier applied)
2124
- */
2125
- limit: number;
2126
- /**
2127
- * Actions remaining before hitting the limit
2128
- */
2129
- remaining: number;
2130
- };
2131
- /**
2132
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2133
- */
2134
- export type MessageWeekly = {
2135
- /**
2136
- * Number of actions used in this window
2137
- */
2138
- current: number;
2139
- /**
2140
- * Maximum allowed actions in this window (with multiplier applied)
2141
- */
2142
- limit: number;
2143
- /**
2144
- * Actions remaining before hitting the limit
2145
- */
2146
- remaining: number;
2147
- };
2148
- /**
2149
- * Limits for social engagement actions: sending messages, publishing posts, replying to comments, liking comments
2150
- */
2151
- export type GetMyLimitsMessage = {
2152
- /**
2153
- * Daily usage counter (resets at midnight UTC)
2154
- */
2155
- daily: MessageDaily;
2156
- /**
2157
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2158
- */
2159
- weekly: MessageWeekly | null;
2160
- /**
2161
- * Minimum delay in seconds required between two consecutive actions of this type
2162
- */
2163
- minIntervalSeconds: number;
2164
- /**
2165
- * ISO 8601 timestamp of the next daily counter reset
2166
- */
2167
- nextResetDaily: Date;
2168
- /**
2169
- * ISO 8601 timestamp of the next weekly counter reset. Null if no weekly cap.
2170
- */
2171
- nextResetWeekly: Date | null;
2172
- };
2173
- /**
2174
- * Daily usage counter (resets at midnight UTC)
2175
- */
2176
- export type ProfileVisitDaily = {
2177
- /**
2178
- * Number of actions used in this window
2179
- */
2180
- current: number;
2181
- /**
2182
- * Maximum allowed actions in this window (with multiplier applied)
2183
- */
2184
- limit: number;
2185
- /**
2186
- * Actions remaining before hitting the limit
2187
- */
2188
- remaining: number;
2189
- };
2190
- /**
2191
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2192
- */
2193
- export type ProfileVisitWeekly = {
2194
- /**
2195
- * Number of actions used in this window
2196
- */
2197
- current: number;
2198
- /**
2199
- * Maximum allowed actions in this window (with multiplier applied)
2200
- */
2201
- limit: number;
2202
- /**
2203
- * Actions remaining before hitting the limit
2204
- */
2205
- remaining: number;
2206
- };
2207
- /**
2208
- * Limits for visiting LinkedIn profiles and company pages
2209
- */
2210
- export type ProfileVisit = {
2211
- /**
2212
- * Daily usage counter (resets at midnight UTC)
2213
- */
2214
- daily: ProfileVisitDaily;
2215
- /**
2216
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2217
- */
2218
- weekly: ProfileVisitWeekly | null;
2219
- /**
2220
- * Minimum delay in seconds required between two consecutive actions of this type
2221
- */
2222
- minIntervalSeconds: number;
2223
- /**
2224
- * ISO 8601 timestamp of the next daily counter reset
2225
- */
2226
- nextResetDaily: Date;
2227
- /**
2228
- * ISO 8601 timestamp of the next weekly counter reset. Null if no weekly cap.
2229
- */
2230
- nextResetWeekly: Date | null;
2231
- };
2232
- /**
2233
- * Daily usage counter (resets at midnight UTC)
2234
- */
2235
- export type ScrapingDaily = {
2236
- /**
2237
- * Number of actions used in this window
2238
- */
2239
- current: number;
2240
- /**
2241
- * Maximum allowed actions in this window (with multiplier applied)
2242
- */
2243
- limit: number;
2244
- /**
2245
- * Actions remaining before hitting the limit
2246
- */
2247
- remaining: number;
2248
- };
2249
- /**
2250
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2251
- */
2252
- export type ScrapingWeekly = {
2253
- /**
2254
- * Number of actions used in this window
2255
- */
2256
- current: number;
2257
- /**
2258
- * Maximum allowed actions in this window (with multiplier applied)
2259
- */
2260
- limit: number;
2261
- /**
2262
- * Actions remaining before hitting the limit
2263
- */
2264
- remaining: number;
2265
- };
2266
- /** @internal */
2267
- export declare const SearchLinkedInByUrlAuthor$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlAuthor, unknown>;
2268
- export declare function searchLinkedInByUrlAuthorFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlAuthor, SDKValidationError>;
2269
- /** @internal */
2270
- export declare const SearchLinkedInByUrlMediaType$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlMediaType, unknown>;
2271
- /** @internal */
2272
- export declare const SearchLinkedInByUrlMedia$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlMedia, unknown>;
2273
- export declare function searchLinkedInByUrlMediaFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlMedia, SDKValidationError>;
2274
- /** @internal */
2275
- export declare const SearchLinkedInByUrlItemsPost$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsPost, unknown>;
2276
- export declare function searchLinkedInByUrlItemsPostFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsPost, SDKValidationError>;
2277
- /** @internal */
2278
- export declare const SearchLinkedInByUrlItemsUnion$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsUnion, unknown>;
2279
- export declare function searchLinkedInByUrlItemsUnionFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsUnion, SDKValidationError>;
2280
- /** @internal */
2281
- export declare const SearchLinkedInByUrlPaging$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlPaging, unknown>;
2282
- export declare function searchLinkedInByUrlPagingFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlPaging, SDKValidationError>;
2283
- /** @internal */
2284
- export declare const SearchLinkedInByUrlResponse$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlResponse, unknown>;
2285
- export declare function searchLinkedInByUrlResponseFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlResponse, SDKValidationError>;
2286
- /** @internal */
2287
- export declare const SearchSalesNavCategoryRequest$outboundSchema: z.ZodMiniEnum<typeof SearchSalesNavCategoryRequest>;
2288
- /** @internal */
2289
- export type SearchSalesNavCompany$Outbound = {
2290
- include?: Array<string> | undefined;
2291
- exclude?: Array<string> | undefined;
2074
+ /** @internal */
2075
+ export declare const SearchLinkedInByUrlRequest$outboundSchema: z.ZodMiniType<SearchLinkedInByUrlRequest$Outbound, SearchLinkedInByUrlRequest>;
2076
+ export declare function searchLinkedInByUrlRequestToJSON(searchLinkedInByUrlRequest: SearchLinkedInByUrlRequest): string;
2077
+ /** @internal */
2078
+ export declare const SearchLinkedInByUrlCategory$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlCategory, unknown>;
2079
+ /** @internal */
2080
+ export declare const SearchLinkedInByUrlTypeJob$inboundSchema: z.ZodMiniEnum<typeof SearchLinkedInByUrlTypeJob>;
2081
+ /** @internal */
2082
+ export declare const SearchLinkedInByUrlItemsJob$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsJob, unknown>;
2083
+ export declare function searchLinkedInByUrlItemsJobFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsJob, SDKValidationError>;
2084
+ /** @internal */
2085
+ export declare const SearchLinkedInByUrlTypeCompany$inboundSchema: z.ZodMiniEnum<typeof SearchLinkedInByUrlTypeCompany>;
2086
+ /** @internal */
2087
+ export declare const SearchLinkedInByUrlItemsCompany$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsCompany, unknown>;
2088
+ export declare function searchLinkedInByUrlItemsCompanyFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsCompany, SDKValidationError>;
2089
+ /** @internal */
2090
+ export declare const SearchLinkedInByUrlTypePeople$inboundSchema: z.ZodMiniEnum<typeof SearchLinkedInByUrlTypePeople>;
2091
+ /** @internal */
2092
+ export declare const SearchLinkedInByUrlNetworkDistance$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlNetworkDistance, unknown>;
2093
+ /** @internal */
2094
+ export declare const SearchLinkedInByUrlCurrentPosition$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlCurrentPosition, unknown>;
2095
+ export declare function searchLinkedInByUrlCurrentPositionFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlCurrentPosition, SDKValidationError>;
2096
+ /** @internal */
2097
+ export declare const SearchLinkedInByUrlItemsPeople$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsPeople, unknown>;
2098
+ export declare function searchLinkedInByUrlItemsPeopleFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsPeople, SDKValidationError>;
2099
+ /** @internal */
2100
+ export declare const SearchLinkedInByUrlTypePost$inboundSchema: z.ZodMiniEnum<typeof SearchLinkedInByUrlTypePost>;
2101
+ /** @internal */
2102
+ export declare const SearchLinkedInByUrlAuthor$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlAuthor, unknown>;
2103
+ export declare function searchLinkedInByUrlAuthorFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlAuthor, SDKValidationError>;
2104
+ /** @internal */
2105
+ export declare const SearchLinkedInByUrlMediaType$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlMediaType, unknown>;
2106
+ /** @internal */
2107
+ export declare const SearchLinkedInByUrlMedia$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlMedia, unknown>;
2108
+ export declare function searchLinkedInByUrlMediaFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlMedia, SDKValidationError>;
2109
+ /** @internal */
2110
+ export declare const SearchLinkedInByUrlItemsPost$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsPost, unknown>;
2111
+ export declare function searchLinkedInByUrlItemsPostFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsPost, SDKValidationError>;
2112
+ /** @internal */
2113
+ export declare const SearchLinkedInByUrlItemsUnion$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsUnion, unknown>;
2114
+ export declare function searchLinkedInByUrlItemsUnionFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsUnion, SDKValidationError>;
2115
+ /** @internal */
2116
+ export declare const SearchLinkedInByUrlPaging$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlPaging, unknown>;
2117
+ export declare function searchLinkedInByUrlPagingFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlPaging, SDKValidationError>;
2118
+ /** @internal */
2119
+ export declare const SearchLinkedInByUrlResponse$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlResponse, unknown>;
2120
+ export declare function searchLinkedInByUrlResponseFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlResponse, SDKValidationError>;
2121
+ /** @internal */
2122
+ export declare const SearchSalesNavCategoryRequest$outboundSchema: z.ZodMiniEnum<typeof SearchSalesNavCategoryRequest>;
2123
+ /** @internal */
2124
+ export type SearchSalesNavCompany$Outbound = {
2125
+ include?: Array<string> | undefined;
2126
+ exclude?: Array<string> | undefined;
2292
2127
  };
2293
2128
  /** @internal */
2294
2129
  export declare const SearchSalesNavCompany$outboundSchema: z.ZodMiniType<SearchSalesNavCompany$Outbound, SearchSalesNavCompany>;
@@ -2516,6 +2351,12 @@ export type ListSentLinkedInInvitationsRequest$Outbound = {
2516
2351
  export declare const ListSentLinkedInInvitationsRequest$outboundSchema: z.ZodMiniType<ListSentLinkedInInvitationsRequest$Outbound, ListSentLinkedInInvitationsRequest>;
2517
2352
  export declare function listSentLinkedInInvitationsRequestToJSON(listSentLinkedInInvitationsRequest: ListSentLinkedInInvitationsRequest): string;
2518
2353
  /** @internal */
2354
+ export declare const ToMember$inboundSchema: z.ZodMiniType<ToMember, unknown>;
2355
+ export declare function toMemberFromJSON(jsonString: string): SafeParseResult<ToMember, SDKValidationError>;
2356
+ /** @internal */
2357
+ export declare const ListSentLinkedInInvitationsInvitation$inboundSchema: z.ZodMiniType<ListSentLinkedInInvitationsInvitation, unknown>;
2358
+ export declare function listSentLinkedInInvitationsInvitationFromJSON(jsonString: string): SafeParseResult<ListSentLinkedInInvitationsInvitation, SDKValidationError>;
2359
+ /** @internal */
2519
2360
  export declare const ListSentLinkedInInvitationsResponse$inboundSchema: z.ZodMiniType<ListSentLinkedInInvitationsResponse, unknown>;
2520
2361
  export declare function listSentLinkedInInvitationsResponseFromJSON(jsonString: string): SafeParseResult<ListSentLinkedInInvitationsResponse, SDKValidationError>;
2521
2362
  /** @internal */
@@ -2540,8 +2381,8 @@ export declare function listLinkedInInvitationsRequestToJSON(listLinkedInInvitat
2540
2381
  export declare const FromMember$inboundSchema: z.ZodMiniType<FromMember, unknown>;
2541
2382
  export declare function fromMemberFromJSON(jsonString: string): SafeParseResult<FromMember, SDKValidationError>;
2542
2383
  /** @internal */
2543
- export declare const Invitation$inboundSchema: z.ZodMiniType<Invitation, unknown>;
2544
- export declare function invitationFromJSON(jsonString: string): SafeParseResult<Invitation, SDKValidationError>;
2384
+ export declare const ListLinkedInInvitationsInvitation$inboundSchema: z.ZodMiniType<ListLinkedInInvitationsInvitation, unknown>;
2385
+ export declare function listLinkedInInvitationsInvitationFromJSON(jsonString: string): SafeParseResult<ListLinkedInInvitationsInvitation, SDKValidationError>;
2545
2386
  /** @internal */
2546
2387
  export declare const ListLinkedInInvitationsResponse$inboundSchema: z.ZodMiniType<ListLinkedInInvitationsResponse, unknown>;
2547
2388
  export declare function listLinkedInInvitationsResponseFromJSON(jsonString: string): SafeParseResult<ListLinkedInInvitationsResponse, SDKValidationError>;
@@ -2635,7 +2476,6 @@ export declare function editLinkedInCommentResponseFromJSON(jsonString: string):
2635
2476
  export type RepostLinkedInPostRequest$Outbound = {
2636
2477
  postUrl: string;
2637
2478
  text: string;
2638
- campaignSlug?: string | undefined;
2639
2479
  };
2640
2480
  /** @internal */
2641
2481
  export declare const RepostLinkedInPostRequest$outboundSchema: z.ZodMiniType<RepostLinkedInPostRequest$Outbound, RepostLinkedInPostRequest>;
@@ -2699,7 +2539,7 @@ export declare function likeLinkedInCommentRequestToJSON(likeLinkedInCommentRequ
2699
2539
  export declare const LikeLinkedInCommentResponse$inboundSchema: z.ZodMiniType<LikeLinkedInCommentResponse, unknown>;
2700
2540
  export declare function likeLinkedInCommentResponseFromJSON(jsonString: string): SafeParseResult<LikeLinkedInCommentResponse, SDKValidationError>;
2701
2541
  /** @internal */
2702
- export declare const Mode$outboundSchema: z.ZodMiniEnum<typeof Mode>;
2542
+ export declare const PublishLinkedInPostMode$outboundSchema: z.ZodMiniEnum<typeof PublishLinkedInPostMode>;
2703
2543
  /** @internal */
2704
2544
  export declare const Visibility$outboundSchema: z.ZodMiniEnum<typeof Visibility>;
2705
2545
  /** @internal */
@@ -2812,28 +2652,53 @@ export declare function getMyLinkedInProfileLastPostFromJSON(jsonString: string)
2812
2652
  export declare const GetMyLinkedInProfileResponse$inboundSchema: z.ZodMiniType<GetMyLinkedInProfileResponse, unknown>;
2813
2653
  export declare function getMyLinkedInProfileResponseFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInProfileResponse, SDKValidationError>;
2814
2654
  /** @internal */
2655
+ export declare const ListLinkedInAccountsProxyConfig$inboundSchema: z.ZodMiniType<ListLinkedInAccountsProxyConfig, unknown>;
2656
+ export declare function listLinkedInAccountsProxyConfigFromJSON(jsonString: string): SafeParseResult<ListLinkedInAccountsProxyConfig, SDKValidationError>;
2657
+ /** @internal */
2815
2658
  export declare const ListLinkedInAccountsAccount$inboundSchema: z.ZodMiniType<ListLinkedInAccountsAccount, unknown>;
2816
2659
  export declare function listLinkedInAccountsAccountFromJSON(jsonString: string): SafeParseResult<ListLinkedInAccountsAccount, SDKValidationError>;
2817
2660
  /** @internal */
2818
2661
  export declare const ListLinkedInAccountsResponse$inboundSchema: z.ZodMiniType<ListLinkedInAccountsResponse, unknown>;
2819
2662
  export declare function listLinkedInAccountsResponseFromJSON(jsonString: string): SafeParseResult<ListLinkedInAccountsResponse, SDKValidationError>;
2820
2663
  /** @internal */
2821
- export declare const ProxyProvider$outboundSchema: z.ZodMiniEnum<typeof ProxyProvider>;
2664
+ export type ProxyConfigIsp$Outbound = {
2665
+ mode: "isp";
2666
+ country: string;
2667
+ staticIp: string;
2668
+ staticPort: number;
2669
+ };
2670
+ /** @internal */
2671
+ export declare const ProxyConfigIsp$outboundSchema: z.ZodMiniType<ProxyConfigIsp$Outbound, ProxyConfigIsp>;
2672
+ export declare function proxyConfigIspToJSON(proxyConfigIsp: ProxyConfigIsp): string;
2673
+ /** @internal */
2674
+ export type ProxyConfigResidential$Outbound = {
2675
+ mode: "residential";
2676
+ country: string;
2677
+ city?: string | undefined;
2678
+ rotationHours: number;
2679
+ };
2680
+ /** @internal */
2681
+ export declare const ProxyConfigResidential$outboundSchema: z.ZodMiniType<ProxyConfigResidential$Outbound, ProxyConfigResidential>;
2682
+ export declare function proxyConfigResidentialToJSON(proxyConfigResidential: ProxyConfigResidential): string;
2683
+ /** @internal */
2684
+ export type ProxyConfig$Outbound = ProxyConfigResidential$Outbound | ProxyConfigIsp$Outbound;
2685
+ /** @internal */
2686
+ export declare const ProxyConfig$outboundSchema: z.ZodMiniType<ProxyConfig$Outbound, ProxyConfig>;
2687
+ export declare function proxyConfigToJSON(proxyConfig: ProxyConfig): string;
2822
2688
  /** @internal */
2823
2689
  export type UpdateLinkedInAccountRequest$Outbound = {
2824
2690
  accountId: string;
2825
2691
  label?: string | null | undefined;
2826
2692
  isDefault?: boolean | undefined;
2827
- useProxy?: boolean | undefined;
2828
- proxyProvider?: string | undefined;
2829
- proxyCountry?: string | null | undefined;
2830
- proxyCity?: string | null | undefined;
2831
- proxyRotationHours?: number | undefined;
2693
+ proxyConfig?: ProxyConfigResidential$Outbound | ProxyConfigIsp$Outbound | null | undefined;
2832
2694
  };
2833
2695
  /** @internal */
2834
2696
  export declare const UpdateLinkedInAccountRequest$outboundSchema: z.ZodMiniType<UpdateLinkedInAccountRequest$Outbound, UpdateLinkedInAccountRequest>;
2835
2697
  export declare function updateLinkedInAccountRequestToJSON(updateLinkedInAccountRequest: UpdateLinkedInAccountRequest): string;
2836
2698
  /** @internal */
2699
+ export declare const UpdateLinkedInAccountProxyConfigResponse$inboundSchema: z.ZodMiniType<UpdateLinkedInAccountProxyConfigResponse, unknown>;
2700
+ export declare function updateLinkedInAccountProxyConfigResponseFromJSON(jsonString: string): SafeParseResult<UpdateLinkedInAccountProxyConfigResponse, SDKValidationError>;
2701
+ /** @internal */
2837
2702
  export declare const UpdateLinkedInAccountAccount$inboundSchema: z.ZodMiniType<UpdateLinkedInAccountAccount, unknown>;
2838
2703
  export declare function updateLinkedInAccountAccountFromJSON(jsonString: string): SafeParseResult<UpdateLinkedInAccountAccount, SDKValidationError>;
2839
2704
  /** @internal */
@@ -2862,84 +2727,4 @@ export declare const RefreshMyLinkedInProfileLocation$inboundSchema: z.ZodMiniTy
2862
2727
  export declare function refreshMyLinkedInProfileLocationFromJSON(jsonString: string): SafeParseResult<RefreshMyLinkedInProfileLocation, SDKValidationError>;
2863
2728
  /** @internal */
2864
2729
  export declare const RefreshMyLinkedInProfileType$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileType, unknown>;
2865
- /** @internal */
2866
- export declare const RefreshMyLinkedInProfileMediaType$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileMediaType, unknown>;
2867
- /** @internal */
2868
- export declare const RefreshMyLinkedInProfileMedia$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileMedia, unknown>;
2869
- export declare function refreshMyLinkedInProfileMediaFromJSON(jsonString: string): SafeParseResult<RefreshMyLinkedInProfileMedia, SDKValidationError>;
2870
- /** @internal */
2871
- export declare const RefreshMyLinkedInProfileLastPost$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileLastPost, unknown>;
2872
- export declare function refreshMyLinkedInProfileLastPostFromJSON(jsonString: string): SafeParseResult<RefreshMyLinkedInProfileLastPost, SDKValidationError>;
2873
- /** @internal */
2874
- export declare const RefreshMyLinkedInProfileResponse$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileResponse, unknown>;
2875
- export declare function refreshMyLinkedInProfileResponseFromJSON(jsonString: string): SafeParseResult<RefreshMyLinkedInProfileResponse, SDKValidationError>;
2876
- /** @internal */
2877
- export type GetMyLinkedInPostsRequest$Outbound = {
2878
- count?: number | undefined;
2879
- start?: number | undefined;
2880
- paginationToken?: string | undefined;
2881
- };
2882
- /** @internal */
2883
- export declare const GetMyLinkedInPostsRequest$outboundSchema: z.ZodMiniType<GetMyLinkedInPostsRequest$Outbound, GetMyLinkedInPostsRequest>;
2884
- export declare function getMyLinkedInPostsRequestToJSON(getMyLinkedInPostsRequest: GetMyLinkedInPostsRequest): string;
2885
- /** @internal */
2886
- export declare const GetMyLinkedInPostsType$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsType, unknown>;
2887
- /** @internal */
2888
- export declare const GetMyLinkedInPostsMediaType$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsMediaType, unknown>;
2889
- /** @internal */
2890
- export declare const GetMyLinkedInPostsMedia$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsMedia, unknown>;
2891
- export declare function getMyLinkedInPostsMediaFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInPostsMedia, SDKValidationError>;
2892
- /** @internal */
2893
- export declare const GetMyLinkedInPostsPost$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsPost, unknown>;
2894
- export declare function getMyLinkedInPostsPostFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInPostsPost, SDKValidationError>;
2895
- /** @internal */
2896
- export declare const GetMyLinkedInPostsResponse$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsResponse, unknown>;
2897
- export declare function getMyLinkedInPostsResponseFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInPostsResponse, SDKValidationError>;
2898
- /** @internal */
2899
- export type GetMyLinkedInFollowersRequest$Outbound = {
2900
- start?: number | undefined;
2901
- count?: number | undefined;
2902
- };
2903
- /** @internal */
2904
- export declare const GetMyLinkedInFollowersRequest$outboundSchema: z.ZodMiniType<GetMyLinkedInFollowersRequest$Outbound, GetMyLinkedInFollowersRequest>;
2905
- export declare function getMyLinkedInFollowersRequestToJSON(getMyLinkedInFollowersRequest: GetMyLinkedInFollowersRequest): string;
2906
- /** @internal */
2907
- export declare const Follower$inboundSchema: z.ZodMiniType<Follower, unknown>;
2908
- export declare function followerFromJSON(jsonString: string): SafeParseResult<Follower, SDKValidationError>;
2909
- /** @internal */
2910
- export declare const GetMyLinkedInFollowersResponse$inboundSchema: z.ZodMiniType<GetMyLinkedInFollowersResponse, unknown>;
2911
- export declare function getMyLinkedInFollowersResponseFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInFollowersResponse, SDKValidationError>;
2912
- /** @internal */
2913
- export declare const ConnectionRequestDaily$inboundSchema: z.ZodMiniType<ConnectionRequestDaily, unknown>;
2914
- export declare function connectionRequestDailyFromJSON(jsonString: string): SafeParseResult<ConnectionRequestDaily, SDKValidationError>;
2915
- /** @internal */
2916
- export declare const ConnectionRequestWeekly$inboundSchema: z.ZodMiniType<ConnectionRequestWeekly, unknown>;
2917
- export declare function connectionRequestWeeklyFromJSON(jsonString: string): SafeParseResult<ConnectionRequestWeekly, SDKValidationError>;
2918
- /** @internal */
2919
- export declare const ConnectionRequest$inboundSchema: z.ZodMiniType<ConnectionRequest, unknown>;
2920
- export declare function connectionRequestFromJSON(jsonString: string): SafeParseResult<ConnectionRequest, SDKValidationError>;
2921
- /** @internal */
2922
- export declare const MessageDaily$inboundSchema: z.ZodMiniType<MessageDaily, unknown>;
2923
- export declare function messageDailyFromJSON(jsonString: string): SafeParseResult<MessageDaily, SDKValidationError>;
2924
- /** @internal */
2925
- export declare const MessageWeekly$inboundSchema: z.ZodMiniType<MessageWeekly, unknown>;
2926
- export declare function messageWeeklyFromJSON(jsonString: string): SafeParseResult<MessageWeekly, SDKValidationError>;
2927
- /** @internal */
2928
- export declare const GetMyLimitsMessage$inboundSchema: z.ZodMiniType<GetMyLimitsMessage, unknown>;
2929
- export declare function getMyLimitsMessageFromJSON(jsonString: string): SafeParseResult<GetMyLimitsMessage, SDKValidationError>;
2930
- /** @internal */
2931
- export declare const ProfileVisitDaily$inboundSchema: z.ZodMiniType<ProfileVisitDaily, unknown>;
2932
- export declare function profileVisitDailyFromJSON(jsonString: string): SafeParseResult<ProfileVisitDaily, SDKValidationError>;
2933
- /** @internal */
2934
- export declare const ProfileVisitWeekly$inboundSchema: z.ZodMiniType<ProfileVisitWeekly, unknown>;
2935
- export declare function profileVisitWeeklyFromJSON(jsonString: string): SafeParseResult<ProfileVisitWeekly, SDKValidationError>;
2936
- /** @internal */
2937
- export declare const ProfileVisit$inboundSchema: z.ZodMiniType<ProfileVisit, unknown>;
2938
- export declare function profileVisitFromJSON(jsonString: string): SafeParseResult<ProfileVisit, SDKValidationError>;
2939
- /** @internal */
2940
- export declare const ScrapingDaily$inboundSchema: z.ZodMiniType<ScrapingDaily, unknown>;
2941
- export declare function scrapingDailyFromJSON(jsonString: string): SafeParseResult<ScrapingDaily, SDKValidationError>;
2942
- /** @internal */
2943
- export declare const ScrapingWeekly$inboundSchema: z.ZodMiniType<ScrapingWeekly, unknown>;
2944
- export declare function scrapingWeeklyFromJSON(jsonString: string): SafeParseResult<ScrapingWeekly, SDKValidationError>;
2945
- //# sourceMappingURL=scraping-weekly.d.ts.map
2730
+ //# sourceMappingURL=refresh-my-linked-in-profile-type.d.ts.map