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 +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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;
|