lumnisai 0.5.12 → 0.5.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
@@ -1990,6 +1990,7 @@ interface PlaybookGenerateJobStatusResponse {
1990
1990
  stage?: string | null;
1991
1991
  progress?: Record<string, unknown> | null;
1992
1992
  playbookId?: string | null;
1993
+ sourcePlaybookId?: string | null;
1993
1994
  playbook?: PlaybookResponse | null;
1994
1995
  errorMessage?: string | null;
1995
1996
  createdAt: string;
package/dist/index.d.mts CHANGED
@@ -1990,6 +1990,7 @@ interface PlaybookGenerateJobStatusResponse {
1990
1990
  stage?: string | null;
1991
1991
  progress?: Record<string, unknown> | null;
1992
1992
  playbookId?: string | null;
1993
+ sourcePlaybookId?: string | null;
1993
1994
  playbook?: PlaybookResponse | null;
1994
1995
  errorMessage?: string | null;
1995
1996
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -1990,6 +1990,7 @@ interface PlaybookGenerateJobStatusResponse {
1990
1990
  stage?: string | null;
1991
1991
  progress?: Record<string, unknown> | null;
1992
1992
  playbookId?: string | null;
1993
+ sourcePlaybookId?: string | null;
1993
1994
  playbook?: PlaybookResponse | null;
1994
1995
  errorMessage?: string | null;
1995
1996
  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.13",
5
5
  "description": "Official Node.js SDK for the Lumnis AI API",
6
6
  "author": "Lumnis AI",
7
7
  "license": "MIT",