bereach 1.3.2 → 1.4.0-beta.4

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 (695) 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 +5 -5
  435. package/esm/lib/config.d.ts.map +1 -1
  436. package/esm/lib/config.js +8 -4
  437. package/esm/lib/config.js.map +1 -1
  438. package/esm/lib/files.d.ts +13 -0
  439. package/esm/lib/files.d.ts.map +1 -1
  440. package/esm/lib/files.js +18 -0
  441. package/esm/lib/files.js.map +1 -1
  442. package/esm/lib/sdks.d.ts.map +1 -1
  443. package/esm/lib/sdks.js +8 -4
  444. package/esm/lib/sdks.js.map +1 -1
  445. package/esm/lib/url.d.ts.map +1 -1
  446. package/esm/lib/url.js +4 -2
  447. package/esm/lib/url.js.map +1 -1
  448. package/esm/models/errors/collect-linked-in-likes.d.ts +46 -0
  449. package/esm/models/errors/collect-linked-in-likes.d.ts.map +1 -1
  450. package/esm/models/errors/collect-linked-in-likes.js +66 -0
  451. package/esm/models/errors/collect-linked-in-likes.js.map +1 -1
  452. package/esm/models/operations/index.d.ts +4 -4
  453. package/esm/models/operations/index.d.ts.map +1 -1
  454. package/esm/models/operations/index.js +4 -4
  455. package/esm/models/operations/index.js.map +1 -1
  456. package/esm/models/operations/{scraping-weekly.d.ts → refresh-my-linked-in-profile-type.d.ts} +405 -621
  457. package/esm/models/operations/refresh-my-linked-in-profile-type.d.ts.map +1 -0
  458. package/esm/models/operations/{scraping-weekly.js → refresh-my-linked-in-profile-type.js} +270 -303
  459. package/esm/models/operations/refresh-my-linked-in-profile-type.js.map +1 -0
  460. package/esm/models/operations/{search-linked-in-by-url-type-post.d.ts → search-linked-in-jobs-experience-level.d.ts} +305 -255
  461. package/esm/models/operations/search-linked-in-jobs-experience-level.d.ts.map +1 -0
  462. package/esm/models/operations/{search-linked-in-by-url-type-post.js → search-linked-in-jobs-experience-level.js} +211 -178
  463. package/esm/models/operations/search-linked-in-jobs-experience-level.js.map +1 -0
  464. package/esm/models/operations/{get-campaign-stats-response.d.ts → update-contact-outreach-status.d.ts} +1520 -386
  465. package/esm/models/operations/update-contact-outreach-status.d.ts.map +1 -0
  466. package/esm/models/operations/{get-campaign-stats-response.js → update-contact-outreach-status.js} +923 -249
  467. package/esm/models/operations/update-contact-outreach-status.js.map +1 -0
  468. package/esm/models/operations/update-cron-schedule-response.d.ts +1820 -0
  469. package/esm/models/operations/update-cron-schedule-response.d.ts.map +1 -0
  470. package/esm/models/operations/update-cron-schedule-response.js +1194 -0
  471. package/esm/models/operations/update-cron-schedule-response.js.map +1 -0
  472. package/esm/sdk/actions.d.ts +2 -2
  473. package/esm/sdk/actions.js +2 -2
  474. package/esm/sdk/campaigns.d.ts +1 -1
  475. package/esm/sdk/campaigns.d.ts.map +1 -1
  476. package/esm/sdk/campaigns.js +3 -3
  477. package/esm/sdk/campaigns.js.map +1 -1
  478. package/esm/sdk/chat.d.ts +1 -15
  479. package/esm/sdk/chat.d.ts.map +1 -1
  480. package/esm/sdk/chat.js +1 -18
  481. package/esm/sdk/chat.js.map +1 -1
  482. package/esm/sdk/contacts.d.ts +127 -1
  483. package/esm/sdk/contacts.d.ts.map +1 -1
  484. package/esm/sdk/contacts.js +181 -1
  485. package/esm/sdk/contacts.js.map +1 -1
  486. package/esm/sdk/context.d.ts +26 -0
  487. package/esm/sdk/context.d.ts.map +1 -0
  488. package/esm/sdk/context.js +38 -0
  489. package/esm/sdk/context.js.map +1 -0
  490. package/esm/sdk/cron.d.ts +19 -0
  491. package/esm/sdk/cron.d.ts.map +1 -0
  492. package/esm/sdk/cron.js +28 -0
  493. package/esm/sdk/cron.js.map +1 -0
  494. package/esm/sdk/linked-in-chat-2.d.ts +39 -7
  495. package/esm/sdk/linked-in-chat-2.d.ts.map +1 -1
  496. package/esm/sdk/linked-in-chat-2.js +54 -10
  497. package/esm/sdk/linked-in-chat-2.js.map +1 -1
  498. package/esm/sdk/linked-in-scrapers-2.d.ts +1 -1
  499. package/esm/sdk/linked-in-scrapers-2.js +1 -1
  500. package/esm/sdk/linked-in-search-1.d.ts +5 -2
  501. package/esm/sdk/linked-in-search-1.d.ts.map +1 -1
  502. package/esm/sdk/linked-in-search-1.js +7 -4
  503. package/esm/sdk/linked-in-search-1.js.map +1 -1
  504. package/esm/sdk/linkedin-actions-1.d.ts +1 -1
  505. package/esm/sdk/linkedin-actions-1.js +1 -1
  506. package/esm/sdk/linkedin-chat-1.d.ts +2 -27
  507. package/esm/sdk/linkedin-chat-1.d.ts.map +1 -1
  508. package/esm/sdk/linkedin-chat-1.js +1 -35
  509. package/esm/sdk/linkedin-chat-1.js.map +1 -1
  510. package/esm/sdk/linkedin-scrapers-1.d.ts +2 -2
  511. package/esm/sdk/linkedin-scrapers-1.js +2 -2
  512. package/esm/sdk/profile.d.ts +19 -5
  513. package/esm/sdk/profile.d.ts.map +1 -1
  514. package/esm/sdk/profile.js +33 -13
  515. package/esm/sdk/profile.js.map +1 -1
  516. package/esm/sdk/scheduled-messages.d.ts +33 -0
  517. package/esm/sdk/scheduled-messages.d.ts.map +1 -0
  518. package/esm/sdk/scheduled-messages.js +48 -0
  519. package/esm/sdk/scheduled-messages.js.map +1 -0
  520. package/esm/sdk/scrapers.d.ts +4 -2
  521. package/esm/sdk/scrapers.d.ts.map +1 -1
  522. package/esm/sdk/scrapers.js +4 -2
  523. package/esm/sdk/scrapers.js.map +1 -1
  524. package/esm/sdk/sdk.d.ts +11 -2
  525. package/esm/sdk/sdk.d.ts.map +1 -1
  526. package/esm/sdk/sdk.js +19 -4
  527. package/esm/sdk/sdk.js.map +1 -1
  528. package/jsr.json +1 -1
  529. package/package.json +2 -4
  530. package/src/funcs/actions-connect-profile.ts +11 -1
  531. package/src/funcs/actions-follow-company.ts +10 -0
  532. package/src/funcs/actions-list-sent-invitations.ts +10 -0
  533. package/src/funcs/actions-send-message.ts +11 -1
  534. package/src/funcs/campaigns-filter.ts +10 -1
  535. package/src/funcs/{campaigns-get-stats.ts → campaigns-get-campaign-stats.ts} +14 -6
  536. package/src/funcs/campaigns-get-status.ts +10 -1
  537. package/src/funcs/campaigns-sync.ts +10 -1
  538. package/src/funcs/chat-archive.ts +10 -0
  539. package/src/funcs/chat-find-conversation.ts +11 -8
  540. package/src/funcs/chat-unreact.ts +10 -0
  541. package/src/funcs/company-pages-get-analytics.ts +10 -0
  542. package/src/funcs/company-pages-get-permissions.ts +10 -0
  543. package/src/funcs/company-pages-get-posts.ts +10 -0
  544. package/src/funcs/company-pages-list.ts +10 -0
  545. package/src/funcs/contacts-add-campaign-contacts.ts +233 -0
  546. package/src/funcs/contacts-add-contact-activities.ts +231 -0
  547. package/src/funcs/contacts-bulk-update-contacts.ts +225 -0
  548. package/src/funcs/contacts-create-campaign.ts +224 -0
  549. package/src/funcs/contacts-delete-agent-state.ts +230 -0
  550. package/src/funcs/contacts-get-agent-state.ts +229 -0
  551. package/src/funcs/contacts-get-contact-by-url.ts +228 -0
  552. package/src/funcs/contacts-get-contact-stats.ts +232 -0
  553. package/src/funcs/contacts-get-contact.ts +229 -0
  554. package/src/funcs/contacts-list-agent-states.ts +205 -0
  555. package/src/funcs/contacts-list-campaign-contacts.ts +242 -0
  556. package/src/funcs/contacts-list-campaigns.ts +235 -0
  557. package/src/funcs/contacts-list-contact-activities.ts +237 -0
  558. package/src/funcs/contacts-patch-agent-state.ts +230 -0
  559. package/src/funcs/contacts-search-contacts.ts +244 -0
  560. package/src/funcs/contacts-set-agent-state.ts +230 -0
  561. package/src/funcs/contacts-update-campaign.ts +230 -0
  562. package/src/funcs/contacts-update-contact.ts +230 -0
  563. package/src/funcs/contacts-upsert.ts +66 -3
  564. package/src/funcs/context-delete-context.ts +229 -0
  565. package/src/funcs/context-list-context.ts +230 -0
  566. package/src/funcs/context-set-context.ts +224 -0
  567. package/src/funcs/cron-list-cron-schedules.ts +205 -0
  568. package/src/funcs/cron-update-cron-schedule.ts +231 -0
  569. package/src/funcs/linked-in-actions-create-comment.ts +10 -0
  570. package/src/funcs/linked-in-actions-decline-invitation.ts +10 -0
  571. package/src/funcs/linked-in-actions-like-comment.ts +10 -0
  572. package/src/funcs/linked-in-actions-publish-post.ts +10 -0
  573. package/src/funcs/linked-in-actions-save-post.ts +10 -0
  574. package/src/funcs/linked-in-actions-unfollow-profile.ts +10 -0
  575. package/src/funcs/{linkedin-chat-get-messages.ts → linked-in-chat-get-conversation-messages.ts} +22 -7
  576. package/src/funcs/{linkedin-chat-get-unread-count.ts → linked-in-chat-get-unread-count.ts} +12 -6
  577. package/src/funcs/{linkedin-chat-list-archived.ts → linked-in-chat-list-archived-conversations.ts} +20 -8
  578. package/src/funcs/{linked-in-chat-list-starred.ts → linked-in-chat-list-starred-conversations.ts} +20 -8
  579. package/src/funcs/linked-in-chat-mark-seen.ts +10 -0
  580. package/src/funcs/{chat-search-conversations.ts → linked-in-chat-search-linked-in-conversations.ts} +21 -6
  581. package/src/funcs/linked-in-chat-star.ts +10 -0
  582. package/src/funcs/linked-in-chat-unarchive.ts +10 -0
  583. package/src/funcs/linked-in-chat-unstar.ts +10 -0
  584. package/src/funcs/linked-in-scrapers-collect-comment-replies.ts +11 -1
  585. package/src/funcs/linked-in-scrapers-get-feed.ts +10 -0
  586. package/src/funcs/{linked-in-search-resolve-parameters.ts → linked-in-search-resolve-linked-in-search-parameters.ts} +25 -6
  587. package/src/funcs/linked-in-search-search-companies.ts +10 -0
  588. package/src/funcs/linked-in-search-search.ts +10 -0
  589. package/src/funcs/linkedin-actions-accept-invitation.ts +10 -0
  590. package/src/funcs/linkedin-actions-edit-comment.ts +10 -0
  591. package/src/funcs/linkedin-actions-edit-post.ts +10 -0
  592. package/src/funcs/linkedin-actions-follow-profile.ts +10 -0
  593. package/src/funcs/linkedin-actions-like-post.ts +10 -0
  594. package/src/funcs/linkedin-actions-list-invitations.ts +10 -0
  595. package/src/funcs/linkedin-actions-reply-to-comment.ts +10 -0
  596. package/src/funcs/linkedin-actions-repost-post.ts +11 -1
  597. package/src/funcs/linkedin-actions-unfollow-company.ts +10 -0
  598. package/src/funcs/linkedin-actions-unlike-comment.ts +10 -0
  599. package/src/funcs/linkedin-actions-unlike-post.ts +10 -0
  600. package/src/funcs/linkedin-actions-unsave-post.ts +10 -0
  601. package/src/funcs/linkedin-actions-withdraw-invitation.ts +10 -0
  602. package/src/funcs/linkedin-chat-list-inbox-conversations.ts +20 -5
  603. package/src/funcs/linkedin-chat-mark-all-read.ts +10 -0
  604. package/src/funcs/linkedin-chat-react.ts +10 -0
  605. package/src/funcs/linkedin-chat-send-typing-indicator.ts +10 -0
  606. package/src/funcs/linkedin-scrapers-collect-comments.ts +11 -1
  607. package/src/funcs/linkedin-scrapers-collect-hashtag-posts.ts +10 -0
  608. package/src/funcs/linkedin-scrapers-collect-likes.ts +11 -1
  609. package/src/funcs/linkedin-scrapers-list-saved-posts.ts +10 -0
  610. package/src/funcs/linkedin-scrapers-visit-company.ts +10 -0
  611. package/src/funcs/linkedin-search-search-by-url.ts +10 -0
  612. package/src/funcs/linkedin-search-search-jobs.ts +10 -0
  613. package/src/funcs/linkedin-search-search-people.ts +10 -0
  614. package/src/funcs/linkedin-search-search-posts.ts +10 -0
  615. package/src/funcs/profile-get-follower-analytics.ts +10 -0
  616. package/src/funcs/profile-get-followers.ts +10 -0
  617. package/src/funcs/profile-get-linked-in-connections.ts +233 -0
  618. package/src/funcs/{profile-get-credits.ts → profile-get-my-credits.ts} +12 -2
  619. package/src/funcs/{profile-get-limits.ts → profile-get-my-limits.ts} +12 -2
  620. package/src/funcs/{profile-get.ts → profile-get-my-linked-in-profile.ts} +12 -2
  621. package/src/funcs/profile-get-post-analytics.ts +11 -1
  622. package/src/funcs/profile-get-posts.ts +10 -0
  623. package/src/funcs/profile-get-profile-views.ts +10 -0
  624. package/src/funcs/profile-get-search-appearances.ts +10 -0
  625. package/src/funcs/{profile-list-accounts.ts → profile-list-linked-in-accounts.ts} +12 -2
  626. package/src/funcs/profile-refresh.ts +10 -0
  627. package/src/funcs/profile-switch-linked-in-account.ts +225 -0
  628. package/src/funcs/profile-update-account.ts +10 -0
  629. package/src/funcs/sales-nav-search-people.ts +10 -0
  630. package/src/funcs/sales-navigator-search-search-companies.ts +10 -0
  631. package/src/funcs/sales-navigator-search-search.ts +10 -0
  632. package/src/funcs/scheduled-messages-batch-schedule-messages.ts +225 -0
  633. package/src/funcs/scheduled-messages-cancel-scheduled-messages.ts +225 -0
  634. package/src/funcs/scheduled-messages-create-scheduled-message.ts +225 -0
  635. package/src/funcs/scheduled-messages-list-scheduled-messages.ts +236 -0
  636. package/src/funcs/scrapers-collect-posts.ts +11 -1
  637. package/src/funcs/scrapers-visit-profile.ts +13 -1
  638. package/src/lib/config.ts +8 -4
  639. package/src/lib/files.ts +22 -0
  640. package/src/lib/sdks.ts +7 -5
  641. package/src/lib/url.ts +16 -14
  642. package/src/models/errors/collect-linked-in-likes.ts +108 -0
  643. package/src/models/operations/index.ts +4 -4
  644. package/src/models/operations/{scraping-weekly.ts → refresh-my-linked-in-profile-type.ts} +2106 -2364
  645. package/src/models/operations/{search-linked-in-by-url-type-post.ts → search-linked-in-jobs-experience-level.ts} +649 -536
  646. package/src/models/operations/{get-campaign-stats-response.ts → update-contact-outreach-status.ts} +3582 -1450
  647. package/src/models/operations/update-cron-schedule-response.ts +3771 -0
  648. package/src/sdk/actions.ts +2 -2
  649. package/src/sdk/campaigns.ts +3 -3
  650. package/src/sdk/chat.ts +1 -26
  651. package/src/sdk/contacts.ts +323 -1
  652. package/src/sdk/context.ts +63 -0
  653. package/src/sdk/cron.ts +43 -0
  654. package/src/sdk/linked-in-chat-2.ts +92 -18
  655. package/src/sdk/linked-in-scrapers-2.ts +1 -1
  656. package/src/sdk/linked-in-search-1.ts +7 -4
  657. package/src/sdk/linkedin-actions-1.ts +1 -1
  658. package/src/sdk/linkedin-chat-1.ts +2 -60
  659. package/src/sdk/linkedin-scrapers-1.ts +2 -2
  660. package/src/sdk/profile.ts +49 -13
  661. package/src/sdk/scheduled-messages.ts +81 -0
  662. package/src/sdk/scrapers.ts +4 -2
  663. package/src/sdk/sdk.ts +23 -5
  664. package/esm/funcs/campaigns-get-stats.js.map +0 -1
  665. package/esm/funcs/chat-search-conversations.js.map +0 -1
  666. package/esm/funcs/linked-in-chat-list-starred.d.ts +0 -18
  667. package/esm/funcs/linked-in-chat-list-starred.d.ts.map +0 -1
  668. package/esm/funcs/linked-in-chat-list-starred.js.map +0 -1
  669. package/esm/funcs/linked-in-search-resolve-parameters.d.ts.map +0 -1
  670. package/esm/funcs/linked-in-search-resolve-parameters.js.map +0 -1
  671. package/esm/funcs/linkedin-chat-get-messages.d.ts +0 -22
  672. package/esm/funcs/linkedin-chat-get-messages.d.ts.map +0 -1
  673. package/esm/funcs/linkedin-chat-get-messages.js.map +0 -1
  674. package/esm/funcs/linkedin-chat-get-unread-count.d.ts.map +0 -1
  675. package/esm/funcs/linkedin-chat-get-unread-count.js.map +0 -1
  676. package/esm/funcs/linkedin-chat-list-archived.d.ts.map +0 -1
  677. package/esm/funcs/linkedin-chat-list-archived.js.map +0 -1
  678. package/esm/funcs/profile-get-credits.d.ts.map +0 -1
  679. package/esm/funcs/profile-get-credits.js.map +0 -1
  680. package/esm/funcs/profile-get-limits.d.ts.map +0 -1
  681. package/esm/funcs/profile-get-limits.js.map +0 -1
  682. package/esm/funcs/profile-get.d.ts.map +0 -1
  683. package/esm/funcs/profile-get.js.map +0 -1
  684. package/esm/funcs/profile-list-accounts.js.map +0 -1
  685. package/esm/models/operations/get-campaign-stats-response.d.ts.map +0 -1
  686. package/esm/models/operations/get-campaign-stats-response.js.map +0 -1
  687. package/esm/models/operations/scraping-weekly.d.ts.map +0 -1
  688. package/esm/models/operations/scraping-weekly.js.map +0 -1
  689. package/esm/models/operations/search-linked-in-by-url-type-post.d.ts.map +0 -1
  690. package/esm/models/operations/search-linked-in-by-url-type-post.js.map +0 -1
  691. package/esm/models/operations/upsert-contacts.d.ts +0 -182
  692. package/esm/models/operations/upsert-contacts.d.ts.map +0 -1
  693. package/esm/models/operations/upsert-contacts.js +0 -116
  694. package/esm/models/operations/upsert-contacts.js.map +0 -1
  695. 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,18 +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";
1696
- readonly Brightdata: "brightdata";
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;
1697
1943
  };
1698
1944
  /**
1699
- * Residential proxy provider. Default: decodo.
1945
+ * Proxy config. Null = disable proxy. Object = enable with mode.
1700
1946
  */
1701
- export type ProxyProvider = ClosedEnum<typeof ProxyProvider>;
1947
+ export type ProxyConfig = ProxyConfigResidential | ProxyConfigIsp;
1702
1948
  export type UpdateLinkedInAccountRequest = {
1703
1949
  /**
1704
1950
  * ID of the LinkedIn account to update.
@@ -1713,25 +1959,15 @@ export type UpdateLinkedInAccountRequest = {
1713
1959
  */
1714
1960
  isDefault?: boolean | undefined;
1715
1961
  /**
1716
- * Enable/disable residential proxy for this account.
1717
- */
1718
- useProxy?: boolean | undefined;
1719
- /**
1720
- * Residential proxy provider. Default: decodo.
1721
- */
1722
- proxyProvider?: ProxyProvider | undefined;
1723
- /**
1724
- * ISO 3166-1 alpha-2 country code for proxy geo-targeting. Null = use user.country.
1725
- */
1726
- proxyCountry?: string | null | undefined;
1727
- /**
1728
- * City override for proxy geo-targeting.
1729
- */
1730
- proxyCity?: string | null | undefined;
1731
- /**
1732
- * Sticky IP rotation period in hours (default 336 = 14 days).
1962
+ * Proxy config. Null = disable proxy. Object = enable with mode.
1733
1963
  */
1734
- 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;
1735
1971
  };
1736
1972
  export type UpdateLinkedInAccountAccount = {
1737
1973
  id: string;
@@ -1742,6 +1978,7 @@ export type UpdateLinkedInAccountAccount = {
1742
1978
  headline: string | null;
1743
1979
  profilePic: string | null;
1744
1980
  isValid: boolean;
1981
+ proxyConfig: UpdateLinkedInAccountProxyConfigResponse | null;
1745
1982
  };
1746
1983
  /**
1747
1984
  * Updated account
@@ -1797,499 +2034,96 @@ export declare const RefreshMyLinkedInProfileType: {
1797
2034
  readonly Share: "share";
1798
2035
  };
1799
2036
  export type RefreshMyLinkedInProfileType = OpenEnum<typeof RefreshMyLinkedInProfileType>;
1800
- /**
1801
- * Type of media attached to the post.
1802
- */
1803
- export declare const RefreshMyLinkedInProfileMediaType: {
1804
- readonly Image: "image";
1805
- readonly Video: "video";
1806
- readonly Document: "document";
1807
- 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;
1808
2051
  };
1809
- /**
1810
- * Type of media attached to the post.
1811
- */
1812
- export type RefreshMyLinkedInProfileMediaType = OpenEnum<typeof RefreshMyLinkedInProfileMediaType>;
1813
- /**
1814
- * Media attached to the post (image, video, document, or article). Absent when the post is text-only.
1815
- */
1816
- export type RefreshMyLinkedInProfileMedia = {
1817
- /**
1818
- * Type of media attached to the post.
1819
- */
1820
- type: RefreshMyLinkedInProfileMediaType;
1821
- /**
1822
- * Media URLs (image URLs for carousels, video streaming URL, article link, etc.).
1823
- */
1824
- urls: Array<string>;
1825
- /**
1826
- * Title of the article or document, when available.
1827
- */
1828
- title?: string | undefined;
1829
- /**
1830
- * Thumbnail URL for videos, articles, or document covers.
1831
- */
1832
- 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;
1833
2073
  };
1834
- export type RefreshMyLinkedInProfileLastPost = {
1835
- postUrl: string;
1836
- text: string;
1837
- date: number;
1838
- likesCount: number;
1839
- commentsCount: number;
1840
- sharesCount: number;
1841
- postUrn: string;
1842
- postId: string;
1843
- type: RefreshMyLinkedInProfileType;
1844
- /**
1845
- * Media attached to the post (image, video, document, or article). Absent when the post is text-only.
1846
- */
1847
- media?: RefreshMyLinkedInProfileMedia | undefined;
1848
- };
1849
- /**
1850
- * Refreshed LinkedIn profile data
1851
- */
1852
- export type RefreshMyLinkedInProfileResponse = {
1853
- success: true;
1854
- /**
1855
- * LinkedIn vanity name (e.g., 'alexandre-sarfati')
1856
- */
1857
- linkedinProfileId: string | null;
1858
- /**
1859
- * Full name from LinkedIn
1860
- */
1861
- linkedinName: string | null;
1862
- /**
1863
- * Email from LinkedIn profile
1864
- */
1865
- linkedinEmail: string | null;
1866
- /**
1867
- * LinkedIn profile URN
1868
- */
1869
- profileUrn: string | null;
1870
- /**
1871
- * LinkedIn headline
1872
- */
1873
- headline: string | null;
1874
- /**
1875
- * Profile picture URL
1876
- */
1877
- profilePic: string | null;
1878
- /**
1879
- * Full LinkedIn profile URL
1880
- */
1881
- profileUrl: string | null;
1882
- /**
1883
- * Work positions (populated after /refresh)
1884
- */
1885
- positions?: Array<RefreshMyLinkedInProfilePosition> | undefined;
1886
- /**
1887
- * Education entries (populated after /refresh)
1888
- */
1889
- educations?: Array<RefreshMyLinkedInProfileEducation> | undefined;
1890
- /**
1891
- * Total LinkedIn connections
1892
- */
1893
- connectionsCount: number | null;
1894
- /**
1895
- * Profile location
1896
- */
1897
- location: RefreshMyLinkedInProfileLocation | null;
1898
- /**
1899
- * LinkedIn verification status
1900
- */
1901
- isVerified: boolean | null;
1902
- /**
1903
- * Last 5 posts (populated when posts have been fetched via /me/linkedin/posts)
1904
- */
1905
- lastPosts?: Array<RefreshMyLinkedInProfileLastPost> | undefined;
1906
- refreshed: true;
1907
- /**
1908
- * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
1909
- */
1910
- creditsUsed: number;
1911
- /**
1912
- * Seconds to wait before making another call of the same type. 0 means no wait needed.
1913
- */
1914
- retryAfter: number;
1915
- };
1916
- export type GetMyLinkedInPostsRequest = {
1917
- /**
1918
- * Number of posts to fetch (default 20, max 100).
1919
- */
1920
- count?: number | undefined;
1921
- /**
1922
- * Pagination offset (default 0).
1923
- */
1924
- start?: number | undefined;
1925
- /**
1926
- * Pagination token from a previous response to fetch the next page.
1927
- */
1928
- paginationToken?: string | undefined;
1929
- };
1930
- export declare const GetMyLinkedInPostsType: {
1931
- readonly Activity: "activity";
1932
- readonly UgcPost: "ugcPost";
1933
- readonly Share: "share";
1934
- };
1935
- export type GetMyLinkedInPostsType = OpenEnum<typeof GetMyLinkedInPostsType>;
1936
- /**
1937
- * Type of media attached to the post.
1938
- */
1939
- export declare const GetMyLinkedInPostsMediaType: {
1940
- readonly Image: "image";
1941
- readonly Video: "video";
1942
- readonly Document: "document";
1943
- readonly Article: "article";
1944
- };
1945
- /**
1946
- * Type of media attached to the post.
1947
- */
1948
- export type GetMyLinkedInPostsMediaType = OpenEnum<typeof GetMyLinkedInPostsMediaType>;
1949
- /**
1950
- * Media attached to the post (image, video, document, or article). Absent when the post is text-only.
1951
- */
1952
- export type GetMyLinkedInPostsMedia = {
1953
- /**
1954
- * Type of media attached to the post.
1955
- */
1956
- type: GetMyLinkedInPostsMediaType;
1957
- /**
1958
- * Media URLs (image URLs for carousels, video streaming URL, article link, etc.).
1959
- */
1960
- urls: Array<string>;
1961
- /**
1962
- * Title of the article or document, when available.
1963
- */
1964
- title?: string | undefined;
1965
- /**
1966
- * Thumbnail URL for videos, articles, or document covers.
1967
- */
1968
- thumbnailUrl?: string | undefined;
1969
- };
1970
- export type GetMyLinkedInPostsPost = {
1971
- postUrl: string;
1972
- text: string;
1973
- date: number;
1974
- likesCount: number;
1975
- commentsCount: number;
1976
- sharesCount: number;
1977
- postUrn: string;
1978
- postId: string;
1979
- type: GetMyLinkedInPostsType;
1980
- /**
1981
- * Media attached to the post (image, video, document, or article). Absent when the post is text-only.
1982
- */
1983
- media?: GetMyLinkedInPostsMedia | undefined;
1984
- };
1985
- /**
1986
- * Paginated list of the user's own posts
1987
- */
1988
- export type GetMyLinkedInPostsResponse = {
1989
- success: true;
1990
- posts: Array<GetMyLinkedInPostsPost>;
1991
- count: number;
1992
- total: number;
1993
- start: number;
1994
- hasMore: boolean;
1995
- paginationToken: string | null;
1996
- /**
1997
- * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
1998
- */
1999
- creditsUsed: number;
2000
- /**
2001
- * Seconds to wait before making another call of the same type. 0 means no wait needed.
2002
- */
2003
- retryAfter: number;
2004
- };
2005
- export type GetMyLinkedInFollowersRequest = {
2006
- /**
2007
- * Pagination offset (default 0).
2008
- */
2009
- start?: number | undefined;
2010
- /**
2011
- * Number of followers to fetch per page (default 10, max 50).
2012
- */
2013
- count?: number | undefined;
2014
- };
2015
- export type Follower = {
2016
- name: string;
2017
- headline: string | null;
2018
- profileUrl: string | null;
2019
- profilePicture: string | null;
2020
- followerCount: number | null;
2021
- /**
2022
- * Whether you follow this person back
2023
- */
2024
- following: boolean;
2025
- /**
2026
- * LinkedIn profile URN (e.g. urn:li:fsd_profile:ACoAAA...) when available
2027
- */
2028
- profileUrn: string | null;
2029
- /**
2030
- * Vanity slug from profile URL (e.g. john-doe) when not URN-based
2031
- */
2032
- publicIdentifier: string | null;
2033
- };
2034
- /**
2035
- * Paginated list of followers
2036
- */
2037
- export type GetMyLinkedInFollowersResponse = {
2038
- success: true;
2039
- followers: Array<Follower>;
2040
- count: number;
2041
- /**
2042
- * Total reported by LinkedIn (capped at ~1000)
2043
- */
2044
- totalFollowers: number;
2045
- start: number;
2046
- hasMore: boolean;
2047
- /**
2048
- * Credits consumed by this call (0 for free endpoints, cached results, or duplicates).
2049
- */
2050
- creditsUsed: number;
2051
- /**
2052
- * Seconds to wait before making another call of the same type. 0 means no wait needed.
2053
- */
2054
- retryAfter: number;
2055
- };
2056
- /**
2057
- * Daily usage counter (resets at midnight UTC)
2058
- */
2059
- export type ConnectionRequestDaily = {
2060
- /**
2061
- * Number of actions used in this window
2062
- */
2063
- current: number;
2064
- /**
2065
- * Maximum allowed actions in this window (with multiplier applied)
2066
- */
2067
- limit: number;
2068
- /**
2069
- * Actions remaining before hitting the limit
2070
- */
2071
- remaining: number;
2072
- };
2073
- /**
2074
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2075
- */
2076
- export type ConnectionRequestWeekly = {
2077
- /**
2078
- * Number of actions used in this window
2079
- */
2080
- current: number;
2081
- /**
2082
- * Maximum allowed actions in this window (with multiplier applied)
2083
- */
2084
- limit: number;
2085
- /**
2086
- * Actions remaining before hitting the limit
2087
- */
2088
- remaining: number;
2089
- };
2090
- /**
2091
- * Limits for sending LinkedIn connection requests
2092
- */
2093
- export type ConnectionRequest = {
2094
- /**
2095
- * Daily usage counter (resets at midnight UTC)
2096
- */
2097
- daily: ConnectionRequestDaily;
2098
- /**
2099
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2100
- */
2101
- weekly: ConnectionRequestWeekly | null;
2102
- /**
2103
- * Minimum delay in seconds required between two consecutive actions of this type
2104
- */
2105
- minIntervalSeconds: number;
2106
- /**
2107
- * ISO 8601 timestamp of the next daily counter reset
2108
- */
2109
- nextResetDaily: Date;
2110
- /**
2111
- * ISO 8601 timestamp of the next weekly counter reset. Null if no weekly cap.
2112
- */
2113
- nextResetWeekly: Date | null;
2114
- };
2115
- /**
2116
- * Daily usage counter (resets at midnight UTC)
2117
- */
2118
- export type MessageDaily = {
2119
- /**
2120
- * Number of actions used in this window
2121
- */
2122
- current: number;
2123
- /**
2124
- * Maximum allowed actions in this window (with multiplier applied)
2125
- */
2126
- limit: number;
2127
- /**
2128
- * Actions remaining before hitting the limit
2129
- */
2130
- remaining: number;
2131
- };
2132
- /**
2133
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2134
- */
2135
- export type MessageWeekly = {
2136
- /**
2137
- * Number of actions used in this window
2138
- */
2139
- current: number;
2140
- /**
2141
- * Maximum allowed actions in this window (with multiplier applied)
2142
- */
2143
- limit: number;
2144
- /**
2145
- * Actions remaining before hitting the limit
2146
- */
2147
- remaining: number;
2148
- };
2149
- /**
2150
- * Limits for social engagement actions: sending messages, publishing posts, replying to comments, liking comments
2151
- */
2152
- export type GetMyLimitsMessage = {
2153
- /**
2154
- * Daily usage counter (resets at midnight UTC)
2155
- */
2156
- daily: MessageDaily;
2157
- /**
2158
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2159
- */
2160
- weekly: MessageWeekly | null;
2161
- /**
2162
- * Minimum delay in seconds required between two consecutive actions of this type
2163
- */
2164
- minIntervalSeconds: number;
2165
- /**
2166
- * ISO 8601 timestamp of the next daily counter reset
2167
- */
2168
- nextResetDaily: Date;
2169
- /**
2170
- * ISO 8601 timestamp of the next weekly counter reset. Null if no weekly cap.
2171
- */
2172
- nextResetWeekly: Date | null;
2173
- };
2174
- /**
2175
- * Daily usage counter (resets at midnight UTC)
2176
- */
2177
- export type ProfileVisitDaily = {
2178
- /**
2179
- * Number of actions used in this window
2180
- */
2181
- current: number;
2182
- /**
2183
- * Maximum allowed actions in this window (with multiplier applied)
2184
- */
2185
- limit: number;
2186
- /**
2187
- * Actions remaining before hitting the limit
2188
- */
2189
- remaining: number;
2190
- };
2191
- /**
2192
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2193
- */
2194
- export type ProfileVisitWeekly = {
2195
- /**
2196
- * Number of actions used in this window
2197
- */
2198
- current: number;
2199
- /**
2200
- * Maximum allowed actions in this window (with multiplier applied)
2201
- */
2202
- limit: number;
2203
- /**
2204
- * Actions remaining before hitting the limit
2205
- */
2206
- remaining: number;
2207
- };
2208
- /**
2209
- * Limits for visiting LinkedIn profiles and company pages
2210
- */
2211
- export type ProfileVisit = {
2212
- /**
2213
- * Daily usage counter (resets at midnight UTC)
2214
- */
2215
- daily: ProfileVisitDaily;
2216
- /**
2217
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2218
- */
2219
- weekly: ProfileVisitWeekly | null;
2220
- /**
2221
- * Minimum delay in seconds required between two consecutive actions of this type
2222
- */
2223
- minIntervalSeconds: number;
2224
- /**
2225
- * ISO 8601 timestamp of the next daily counter reset
2226
- */
2227
- nextResetDaily: Date;
2228
- /**
2229
- * ISO 8601 timestamp of the next weekly counter reset. Null if no weekly cap.
2230
- */
2231
- nextResetWeekly: Date | null;
2232
- };
2233
- /**
2234
- * Daily usage counter (resets at midnight UTC)
2235
- */
2236
- export type ScrapingDaily = {
2237
- /**
2238
- * Number of actions used in this window
2239
- */
2240
- current: number;
2241
- /**
2242
- * Maximum allowed actions in this window (with multiplier applied)
2243
- */
2244
- limit: number;
2245
- /**
2246
- * Actions remaining before hitting the limit
2247
- */
2248
- remaining: number;
2249
- };
2250
- /**
2251
- * Weekly usage counter (resets Monday 00:00 UTC). Null if no weekly cap for this action type.
2252
- */
2253
- export type ScrapingWeekly = {
2254
- /**
2255
- * Number of actions used in this window
2256
- */
2257
- current: number;
2258
- /**
2259
- * Maximum allowed actions in this window (with multiplier applied)
2260
- */
2261
- limit: number;
2262
- /**
2263
- * Actions remaining before hitting the limit
2264
- */
2265
- remaining: number;
2266
- };
2267
- /** @internal */
2268
- export declare const SearchLinkedInByUrlAuthor$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlAuthor, unknown>;
2269
- export declare function searchLinkedInByUrlAuthorFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlAuthor, SDKValidationError>;
2270
- /** @internal */
2271
- export declare const SearchLinkedInByUrlMediaType$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlMediaType, unknown>;
2272
- /** @internal */
2273
- export declare const SearchLinkedInByUrlMedia$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlMedia, unknown>;
2274
- export declare function searchLinkedInByUrlMediaFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlMedia, SDKValidationError>;
2275
- /** @internal */
2276
- export declare const SearchLinkedInByUrlItemsPost$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsPost, unknown>;
2277
- export declare function searchLinkedInByUrlItemsPostFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsPost, SDKValidationError>;
2278
- /** @internal */
2279
- export declare const SearchLinkedInByUrlItemsUnion$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlItemsUnion, unknown>;
2280
- export declare function searchLinkedInByUrlItemsUnionFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlItemsUnion, SDKValidationError>;
2281
- /** @internal */
2282
- export declare const SearchLinkedInByUrlPaging$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlPaging, unknown>;
2283
- export declare function searchLinkedInByUrlPagingFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlPaging, SDKValidationError>;
2284
- /** @internal */
2285
- export declare const SearchLinkedInByUrlResponse$inboundSchema: z.ZodMiniType<SearchLinkedInByUrlResponse, unknown>;
2286
- export declare function searchLinkedInByUrlResponseFromJSON(jsonString: string): SafeParseResult<SearchLinkedInByUrlResponse, SDKValidationError>;
2287
- /** @internal */
2288
- export declare const SearchSalesNavCategoryRequest$outboundSchema: z.ZodMiniEnum<typeof SearchSalesNavCategoryRequest>;
2289
- /** @internal */
2290
- export type SearchSalesNavCompany$Outbound = {
2291
- include?: Array<string> | undefined;
2292
- 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;
2293
2127
  };
2294
2128
  /** @internal */
2295
2129
  export declare const SearchSalesNavCompany$outboundSchema: z.ZodMiniType<SearchSalesNavCompany$Outbound, SearchSalesNavCompany>;
@@ -2517,6 +2351,12 @@ export type ListSentLinkedInInvitationsRequest$Outbound = {
2517
2351
  export declare const ListSentLinkedInInvitationsRequest$outboundSchema: z.ZodMiniType<ListSentLinkedInInvitationsRequest$Outbound, ListSentLinkedInInvitationsRequest>;
2518
2352
  export declare function listSentLinkedInInvitationsRequestToJSON(listSentLinkedInInvitationsRequest: ListSentLinkedInInvitationsRequest): string;
2519
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 */
2520
2360
  export declare const ListSentLinkedInInvitationsResponse$inboundSchema: z.ZodMiniType<ListSentLinkedInInvitationsResponse, unknown>;
2521
2361
  export declare function listSentLinkedInInvitationsResponseFromJSON(jsonString: string): SafeParseResult<ListSentLinkedInInvitationsResponse, SDKValidationError>;
2522
2362
  /** @internal */
@@ -2541,8 +2381,8 @@ export declare function listLinkedInInvitationsRequestToJSON(listLinkedInInvitat
2541
2381
  export declare const FromMember$inboundSchema: z.ZodMiniType<FromMember, unknown>;
2542
2382
  export declare function fromMemberFromJSON(jsonString: string): SafeParseResult<FromMember, SDKValidationError>;
2543
2383
  /** @internal */
2544
- export declare const Invitation$inboundSchema: z.ZodMiniType<Invitation, unknown>;
2545
- 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>;
2546
2386
  /** @internal */
2547
2387
  export declare const ListLinkedInInvitationsResponse$inboundSchema: z.ZodMiniType<ListLinkedInInvitationsResponse, unknown>;
2548
2388
  export declare function listLinkedInInvitationsResponseFromJSON(jsonString: string): SafeParseResult<ListLinkedInInvitationsResponse, SDKValidationError>;
@@ -2636,7 +2476,6 @@ export declare function editLinkedInCommentResponseFromJSON(jsonString: string):
2636
2476
  export type RepostLinkedInPostRequest$Outbound = {
2637
2477
  postUrl: string;
2638
2478
  text: string;
2639
- campaignSlug?: string | undefined;
2640
2479
  };
2641
2480
  /** @internal */
2642
2481
  export declare const RepostLinkedInPostRequest$outboundSchema: z.ZodMiniType<RepostLinkedInPostRequest$Outbound, RepostLinkedInPostRequest>;
@@ -2700,7 +2539,7 @@ export declare function likeLinkedInCommentRequestToJSON(likeLinkedInCommentRequ
2700
2539
  export declare const LikeLinkedInCommentResponse$inboundSchema: z.ZodMiniType<LikeLinkedInCommentResponse, unknown>;
2701
2540
  export declare function likeLinkedInCommentResponseFromJSON(jsonString: string): SafeParseResult<LikeLinkedInCommentResponse, SDKValidationError>;
2702
2541
  /** @internal */
2703
- export declare const Mode$outboundSchema: z.ZodMiniEnum<typeof Mode>;
2542
+ export declare const PublishLinkedInPostMode$outboundSchema: z.ZodMiniEnum<typeof PublishLinkedInPostMode>;
2704
2543
  /** @internal */
2705
2544
  export declare const Visibility$outboundSchema: z.ZodMiniEnum<typeof Visibility>;
2706
2545
  /** @internal */
@@ -2813,28 +2652,53 @@ export declare function getMyLinkedInProfileLastPostFromJSON(jsonString: string)
2813
2652
  export declare const GetMyLinkedInProfileResponse$inboundSchema: z.ZodMiniType<GetMyLinkedInProfileResponse, unknown>;
2814
2653
  export declare function getMyLinkedInProfileResponseFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInProfileResponse, SDKValidationError>;
2815
2654
  /** @internal */
2655
+ export declare const ListLinkedInAccountsProxyConfig$inboundSchema: z.ZodMiniType<ListLinkedInAccountsProxyConfig, unknown>;
2656
+ export declare function listLinkedInAccountsProxyConfigFromJSON(jsonString: string): SafeParseResult<ListLinkedInAccountsProxyConfig, SDKValidationError>;
2657
+ /** @internal */
2816
2658
  export declare const ListLinkedInAccountsAccount$inboundSchema: z.ZodMiniType<ListLinkedInAccountsAccount, unknown>;
2817
2659
  export declare function listLinkedInAccountsAccountFromJSON(jsonString: string): SafeParseResult<ListLinkedInAccountsAccount, SDKValidationError>;
2818
2660
  /** @internal */
2819
2661
  export declare const ListLinkedInAccountsResponse$inboundSchema: z.ZodMiniType<ListLinkedInAccountsResponse, unknown>;
2820
2662
  export declare function listLinkedInAccountsResponseFromJSON(jsonString: string): SafeParseResult<ListLinkedInAccountsResponse, SDKValidationError>;
2821
2663
  /** @internal */
2822
- 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;
2823
2688
  /** @internal */
2824
2689
  export type UpdateLinkedInAccountRequest$Outbound = {
2825
2690
  accountId: string;
2826
2691
  label?: string | null | undefined;
2827
2692
  isDefault?: boolean | undefined;
2828
- useProxy?: boolean | undefined;
2829
- proxyProvider?: string | undefined;
2830
- proxyCountry?: string | null | undefined;
2831
- proxyCity?: string | null | undefined;
2832
- proxyRotationHours?: number | undefined;
2693
+ proxyConfig?: ProxyConfigResidential$Outbound | ProxyConfigIsp$Outbound | null | undefined;
2833
2694
  };
2834
2695
  /** @internal */
2835
2696
  export declare const UpdateLinkedInAccountRequest$outboundSchema: z.ZodMiniType<UpdateLinkedInAccountRequest$Outbound, UpdateLinkedInAccountRequest>;
2836
2697
  export declare function updateLinkedInAccountRequestToJSON(updateLinkedInAccountRequest: UpdateLinkedInAccountRequest): string;
2837
2698
  /** @internal */
2699
+ export declare const UpdateLinkedInAccountProxyConfigResponse$inboundSchema: z.ZodMiniType<UpdateLinkedInAccountProxyConfigResponse, unknown>;
2700
+ export declare function updateLinkedInAccountProxyConfigResponseFromJSON(jsonString: string): SafeParseResult<UpdateLinkedInAccountProxyConfigResponse, SDKValidationError>;
2701
+ /** @internal */
2838
2702
  export declare const UpdateLinkedInAccountAccount$inboundSchema: z.ZodMiniType<UpdateLinkedInAccountAccount, unknown>;
2839
2703
  export declare function updateLinkedInAccountAccountFromJSON(jsonString: string): SafeParseResult<UpdateLinkedInAccountAccount, SDKValidationError>;
2840
2704
  /** @internal */
@@ -2863,84 +2727,4 @@ export declare const RefreshMyLinkedInProfileLocation$inboundSchema: z.ZodMiniTy
2863
2727
  export declare function refreshMyLinkedInProfileLocationFromJSON(jsonString: string): SafeParseResult<RefreshMyLinkedInProfileLocation, SDKValidationError>;
2864
2728
  /** @internal */
2865
2729
  export declare const RefreshMyLinkedInProfileType$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileType, unknown>;
2866
- /** @internal */
2867
- export declare const RefreshMyLinkedInProfileMediaType$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileMediaType, unknown>;
2868
- /** @internal */
2869
- export declare const RefreshMyLinkedInProfileMedia$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileMedia, unknown>;
2870
- export declare function refreshMyLinkedInProfileMediaFromJSON(jsonString: string): SafeParseResult<RefreshMyLinkedInProfileMedia, SDKValidationError>;
2871
- /** @internal */
2872
- export declare const RefreshMyLinkedInProfileLastPost$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileLastPost, unknown>;
2873
- export declare function refreshMyLinkedInProfileLastPostFromJSON(jsonString: string): SafeParseResult<RefreshMyLinkedInProfileLastPost, SDKValidationError>;
2874
- /** @internal */
2875
- export declare const RefreshMyLinkedInProfileResponse$inboundSchema: z.ZodMiniType<RefreshMyLinkedInProfileResponse, unknown>;
2876
- export declare function refreshMyLinkedInProfileResponseFromJSON(jsonString: string): SafeParseResult<RefreshMyLinkedInProfileResponse, SDKValidationError>;
2877
- /** @internal */
2878
- export type GetMyLinkedInPostsRequest$Outbound = {
2879
- count?: number | undefined;
2880
- start?: number | undefined;
2881
- paginationToken?: string | undefined;
2882
- };
2883
- /** @internal */
2884
- export declare const GetMyLinkedInPostsRequest$outboundSchema: z.ZodMiniType<GetMyLinkedInPostsRequest$Outbound, GetMyLinkedInPostsRequest>;
2885
- export declare function getMyLinkedInPostsRequestToJSON(getMyLinkedInPostsRequest: GetMyLinkedInPostsRequest): string;
2886
- /** @internal */
2887
- export declare const GetMyLinkedInPostsType$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsType, unknown>;
2888
- /** @internal */
2889
- export declare const GetMyLinkedInPostsMediaType$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsMediaType, unknown>;
2890
- /** @internal */
2891
- export declare const GetMyLinkedInPostsMedia$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsMedia, unknown>;
2892
- export declare function getMyLinkedInPostsMediaFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInPostsMedia, SDKValidationError>;
2893
- /** @internal */
2894
- export declare const GetMyLinkedInPostsPost$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsPost, unknown>;
2895
- export declare function getMyLinkedInPostsPostFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInPostsPost, SDKValidationError>;
2896
- /** @internal */
2897
- export declare const GetMyLinkedInPostsResponse$inboundSchema: z.ZodMiniType<GetMyLinkedInPostsResponse, unknown>;
2898
- export declare function getMyLinkedInPostsResponseFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInPostsResponse, SDKValidationError>;
2899
- /** @internal */
2900
- export type GetMyLinkedInFollowersRequest$Outbound = {
2901
- start?: number | undefined;
2902
- count?: number | undefined;
2903
- };
2904
- /** @internal */
2905
- export declare const GetMyLinkedInFollowersRequest$outboundSchema: z.ZodMiniType<GetMyLinkedInFollowersRequest$Outbound, GetMyLinkedInFollowersRequest>;
2906
- export declare function getMyLinkedInFollowersRequestToJSON(getMyLinkedInFollowersRequest: GetMyLinkedInFollowersRequest): string;
2907
- /** @internal */
2908
- export declare const Follower$inboundSchema: z.ZodMiniType<Follower, unknown>;
2909
- export declare function followerFromJSON(jsonString: string): SafeParseResult<Follower, SDKValidationError>;
2910
- /** @internal */
2911
- export declare const GetMyLinkedInFollowersResponse$inboundSchema: z.ZodMiniType<GetMyLinkedInFollowersResponse, unknown>;
2912
- export declare function getMyLinkedInFollowersResponseFromJSON(jsonString: string): SafeParseResult<GetMyLinkedInFollowersResponse, SDKValidationError>;
2913
- /** @internal */
2914
- export declare const ConnectionRequestDaily$inboundSchema: z.ZodMiniType<ConnectionRequestDaily, unknown>;
2915
- export declare function connectionRequestDailyFromJSON(jsonString: string): SafeParseResult<ConnectionRequestDaily, SDKValidationError>;
2916
- /** @internal */
2917
- export declare const ConnectionRequestWeekly$inboundSchema: z.ZodMiniType<ConnectionRequestWeekly, unknown>;
2918
- export declare function connectionRequestWeeklyFromJSON(jsonString: string): SafeParseResult<ConnectionRequestWeekly, SDKValidationError>;
2919
- /** @internal */
2920
- export declare const ConnectionRequest$inboundSchema: z.ZodMiniType<ConnectionRequest, unknown>;
2921
- export declare function connectionRequestFromJSON(jsonString: string): SafeParseResult<ConnectionRequest, SDKValidationError>;
2922
- /** @internal */
2923
- export declare const MessageDaily$inboundSchema: z.ZodMiniType<MessageDaily, unknown>;
2924
- export declare function messageDailyFromJSON(jsonString: string): SafeParseResult<MessageDaily, SDKValidationError>;
2925
- /** @internal */
2926
- export declare const MessageWeekly$inboundSchema: z.ZodMiniType<MessageWeekly, unknown>;
2927
- export declare function messageWeeklyFromJSON(jsonString: string): SafeParseResult<MessageWeekly, SDKValidationError>;
2928
- /** @internal */
2929
- export declare const GetMyLimitsMessage$inboundSchema: z.ZodMiniType<GetMyLimitsMessage, unknown>;
2930
- export declare function getMyLimitsMessageFromJSON(jsonString: string): SafeParseResult<GetMyLimitsMessage, SDKValidationError>;
2931
- /** @internal */
2932
- export declare const ProfileVisitDaily$inboundSchema: z.ZodMiniType<ProfileVisitDaily, unknown>;
2933
- export declare function profileVisitDailyFromJSON(jsonString: string): SafeParseResult<ProfileVisitDaily, SDKValidationError>;
2934
- /** @internal */
2935
- export declare const ProfileVisitWeekly$inboundSchema: z.ZodMiniType<ProfileVisitWeekly, unknown>;
2936
- export declare function profileVisitWeeklyFromJSON(jsonString: string): SafeParseResult<ProfileVisitWeekly, SDKValidationError>;
2937
- /** @internal */
2938
- export declare const ProfileVisit$inboundSchema: z.ZodMiniType<ProfileVisit, unknown>;
2939
- export declare function profileVisitFromJSON(jsonString: string): SafeParseResult<ProfileVisit, SDKValidationError>;
2940
- /** @internal */
2941
- export declare const ScrapingDaily$inboundSchema: z.ZodMiniType<ScrapingDaily, unknown>;
2942
- export declare function scrapingDailyFromJSON(jsonString: string): SafeParseResult<ScrapingDaily, SDKValidationError>;
2943
- /** @internal */
2944
- export declare const ScrapingWeekly$inboundSchema: z.ZodMiniType<ScrapingWeekly, unknown>;
2945
- export declare function scrapingWeeklyFromJSON(jsonString: string): SafeParseResult<ScrapingWeekly, SDKValidationError>;
2946
- //# sourceMappingURL=scraping-weekly.d.ts.map
2730
+ //# sourceMappingURL=refresh-my-linked-in-profile-type.d.ts.map