lumnisai 0.5.12 → 0.5.14

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
@@ -1898,9 +1898,11 @@ interface StoppedBreakdown {
1898
1898
  }
1899
1899
  interface CampaignMetricsResponse {
1900
1900
  totalProspects: number;
1901
+ activeProspects: number;
1901
1902
  funnel: Record<string, FunnelStage>;
1902
1903
  stopped: StoppedBreakdown;
1903
1904
  pendingApproval: number;
1905
+ rateLimited: Record<string, number>;
1904
1906
  actionSummary: Record<string, number>;
1905
1907
  actionTypes: Record<string, Record<string, number>>;
1906
1908
  }
@@ -1990,6 +1992,7 @@ interface PlaybookGenerateJobStatusResponse {
1990
1992
  stage?: string | null;
1991
1993
  progress?: Record<string, unknown> | null;
1992
1994
  playbookId?: string | null;
1995
+ sourcePlaybookId?: string | null;
1993
1996
  playbook?: PlaybookResponse | null;
1994
1997
  errorMessage?: string | null;
1995
1998
  createdAt: string;
package/dist/index.d.mts CHANGED
@@ -1898,9 +1898,11 @@ interface StoppedBreakdown {
1898
1898
  }
1899
1899
  interface CampaignMetricsResponse {
1900
1900
  totalProspects: number;
1901
+ activeProspects: number;
1901
1902
  funnel: Record<string, FunnelStage>;
1902
1903
  stopped: StoppedBreakdown;
1903
1904
  pendingApproval: number;
1905
+ rateLimited: Record<string, number>;
1904
1906
  actionSummary: Record<string, number>;
1905
1907
  actionTypes: Record<string, Record<string, number>>;
1906
1908
  }
@@ -1990,6 +1992,7 @@ interface PlaybookGenerateJobStatusResponse {
1990
1992
  stage?: string | null;
1991
1993
  progress?: Record<string, unknown> | null;
1992
1994
  playbookId?: string | null;
1995
+ sourcePlaybookId?: string | null;
1993
1996
  playbook?: PlaybookResponse | null;
1994
1997
  errorMessage?: string | null;
1995
1998
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -1898,9 +1898,11 @@ interface StoppedBreakdown {
1898
1898
  }
1899
1899
  interface CampaignMetricsResponse {
1900
1900
  totalProspects: number;
1901
+ activeProspects: number;
1901
1902
  funnel: Record<string, FunnelStage>;
1902
1903
  stopped: StoppedBreakdown;
1903
1904
  pendingApproval: number;
1905
+ rateLimited: Record<string, number>;
1904
1906
  actionSummary: Record<string, number>;
1905
1907
  actionTypes: Record<string, Record<string, number>>;
1906
1908
  }
@@ -1990,6 +1992,7 @@ interface PlaybookGenerateJobStatusResponse {
1990
1992
  stage?: string | null;
1991
1993
  progress?: Record<string, unknown> | null;
1992
1994
  playbookId?: string | null;
1995
+ sourcePlaybookId?: string | null;
1993
1996
  playbook?: PlaybookResponse | null;
1994
1997
  errorMessage?: string | null;
1995
1998
  createdAt: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lumnisai",
3
3
  "type": "module",
4
- "version": "0.5.12",
4
+ "version": "0.5.14",
5
5
  "description": "Official Node.js SDK for the Lumnis AI API",
6
6
  "author": "Lumnis AI",
7
7
  "license": "MIT",