lumnisai 0.2.12 → 0.2.13

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.
package/dist/index.d.cts CHANGED
@@ -3051,7 +3051,7 @@ declare class ResponsesResource {
3051
3051
  * Sequences types for automated multi-step outreach campaigns.
3052
3052
  */
3053
3053
  type SequenceChannel = 'linkedin' | 'email';
3054
- type LinkedInAction = 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
3054
+ type LinkedInAction = 'check_connection' | 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
3055
3055
  type EmailAction = 'send';
3056
3056
  type SequenceAction = LinkedInAction | EmailAction;
3057
3057
  type ContentSource = 'template' | 'ai_generate' | 'ai_enhance' | 'none';
package/dist/index.d.mts CHANGED
@@ -3051,7 +3051,7 @@ declare class ResponsesResource {
3051
3051
  * Sequences types for automated multi-step outreach campaigns.
3052
3052
  */
3053
3053
  type SequenceChannel = 'linkedin' | 'email';
3054
- type LinkedInAction = 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
3054
+ type LinkedInAction = 'check_connection' | 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
3055
3055
  type EmailAction = 'send';
3056
3056
  type SequenceAction = LinkedInAction | EmailAction;
3057
3057
  type ContentSource = 'template' | 'ai_generate' | 'ai_enhance' | 'none';
package/dist/index.d.ts CHANGED
@@ -3051,7 +3051,7 @@ declare class ResponsesResource {
3051
3051
  * Sequences types for automated multi-step outreach campaigns.
3052
3052
  */
3053
3053
  type SequenceChannel = 'linkedin' | 'email';
3054
- type LinkedInAction = 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
3054
+ type LinkedInAction = 'check_connection' | 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
3055
3055
  type EmailAction = 'send';
3056
3056
  type SequenceAction = LinkedInAction | EmailAction;
3057
3057
  type ContentSource = 'template' | 'ai_generate' | 'ai_enhance' | 'none';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lumnisai",
3
3
  "type": "module",
4
- "version": "0.2.12",
4
+ "version": "0.2.13",
5
5
  "description": "Official Node.js SDK for the Lumnis AI API",
6
6
  "author": "Lumnis AI",
7
7
  "license": "MIT",