@cloud-cli/on 1.7.10 → 1.8.0

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.
@@ -0,0 +1,11 @@
1
+ export interface DashboardJob {
2
+ id: number;
3
+ workflowId: string;
4
+ status: string;
5
+ workerId: string | null;
6
+ createdAt: string;
7
+ updatedAt: string;
8
+ }
9
+ export declare function toDashboardJobs(rows: any[]): DashboardJob[];
10
+ export declare function generateDashboardHtml(jobs: DashboardJob[]): string;
11
+ //# sourceMappingURL=dashboard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboard.d.ts","sourceRoot":"","sources":["../src/dashboard.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,YAAY,EAAE,CAS3D;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,YAAY,EAAE,GAAG,MAAM,CAElE"}
@@ -0,0 +1,2 @@
1
+ export declare function serializeHtmlState(state: Record<string, unknown>): string;
2
+ //# sourceMappingURL=html-state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html-state.d.ts","sourceRoot":"","sources":["../src/html-state.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAIzE"}