lumnisai 0.2.11 → 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';
@@ -3521,6 +3521,7 @@ interface BatchStepMetric {
3521
3521
  delivered: number;
3522
3522
  replied: number;
3523
3523
  accepted: number;
3524
+ pending: number;
3524
3525
  }
3525
3526
  interface ProjectMetricsData {
3526
3527
  total: number;
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';
@@ -3521,6 +3521,7 @@ interface BatchStepMetric {
3521
3521
  delivered: number;
3522
3522
  replied: number;
3523
3523
  accepted: number;
3524
+ pending: number;
3524
3525
  }
3525
3526
  interface ProjectMetricsData {
3526
3527
  total: number;
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';
@@ -3521,6 +3521,7 @@ interface BatchStepMetric {
3521
3521
  delivered: number;
3522
3522
  replied: number;
3523
3523
  accepted: number;
3524
+ pending: number;
3524
3525
  }
3525
3526
  interface ProjectMetricsData {
3526
3527
  total: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lumnisai",
3
3
  "type": "module",
4
- "version": "0.2.11",
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",