@dxs-ts/eveli-ide 0.0.138 → 0.0.139
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/build/eveli-fetch/createFileFetch.d.ts +6 -6
- package/build/fetch/worker.rest.api.assets.workflows.$workflowId.put.d.ts +3 -3
- package/build/fetch/worker.rest.api.assets.workflows.get.d.ts +5 -5
- package/build/fetchTree.gen.d.ts +6 -6
- package/build/frontdesk/types/Process.d.ts +11 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/build/frontdesk/types/Workflow.d.ts +0 -11
- package/build/frontdesk/types/WorkflowRelease.d.ts +0 -19
|
@@ -390,11 +390,11 @@ export declare class RootFileFetch {
|
|
|
390
390
|
workflowId: string;
|
|
391
391
|
};
|
|
392
392
|
hook: HookImpl<"worker/rest/api/assets/workflows/$workflowId.PUT", Hook<{}, {
|
|
393
|
-
update: (workflowCommand: import(
|
|
393
|
+
update: (workflowCommand: import("../burger").PublicationApi.AssetService, onOk: () => void) => Promise<void>;
|
|
394
394
|
}>, "worker/rest/api/assets/workflows/$workflowId", "PUT", {
|
|
395
395
|
workflowId: string;
|
|
396
396
|
}, {}, {
|
|
397
|
-
update: (workflowCommand: import(
|
|
397
|
+
update: (workflowCommand: import("../burger").PublicationApi.AssetService, onOk: () => void) => Promise<void>;
|
|
398
398
|
}>;
|
|
399
399
|
} | {
|
|
400
400
|
id: "worker/rest/api/assets/workflows.GET";
|
|
@@ -402,11 +402,11 @@ export declare class RootFileFetch {
|
|
|
402
402
|
method: "GET";
|
|
403
403
|
params: {};
|
|
404
404
|
hook: HookImpl<"worker/rest/api/assets/workflows.GET", Hook<{}, {
|
|
405
|
-
workflows: import(
|
|
406
|
-
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import(
|
|
405
|
+
workflows: import("../burger").PublicationApi.AssetService[] | undefined;
|
|
406
|
+
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import("../burger").PublicationApi.AssetService[], Error>>;
|
|
407
407
|
}>, "worker/rest/api/assets/workflows", "GET", {}, {}, {
|
|
408
|
-
workflows: import(
|
|
409
|
-
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import(
|
|
408
|
+
workflows: import("../burger").PublicationApi.AssetService[] | undefined;
|
|
409
|
+
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import("../burger").PublicationApi.AssetService[], Error>>;
|
|
410
410
|
}>;
|
|
411
411
|
} | {
|
|
412
412
|
id: "worker/rest/api/assets/wrench/commands.POST";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PublicationApi } from '../burger';
|
|
2
2
|
export declare const Hook: import('../eveli-fetch').HookImpl<"worker/rest/api/assets/workflows/$workflowId.PUT", import('../eveli-fetch').Hook<{}, {
|
|
3
|
-
update: (workflowCommand:
|
|
3
|
+
update: (workflowCommand: PublicationApi.AssetService, onOk: () => void) => Promise<void>;
|
|
4
4
|
}>, "worker/rest/api/assets/workflows/$workflowId", "PUT", {
|
|
5
5
|
workflowId: string;
|
|
6
6
|
}, {}, {
|
|
7
|
-
update: (workflowCommand:
|
|
7
|
+
update: (workflowCommand: PublicationApi.AssetService, onOk: () => void) => Promise<void>;
|
|
8
8
|
}>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PublicationApi } from '../burger';
|
|
2
2
|
export declare const Hook: import('../eveli-fetch').HookImpl<"worker/rest/api/assets/workflows.GET", import('../eveli-fetch').Hook<{}, {
|
|
3
|
-
workflows:
|
|
4
|
-
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<
|
|
3
|
+
workflows: PublicationApi.AssetService[] | undefined;
|
|
4
|
+
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<PublicationApi.AssetService[], Error>>;
|
|
5
5
|
}>, "worker/rest/api/assets/workflows", "GET", {}, {}, {
|
|
6
|
-
workflows:
|
|
7
|
-
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<
|
|
6
|
+
workflows: PublicationApi.AssetService[] | undefined;
|
|
7
|
+
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<PublicationApi.AssetService[], Error>>;
|
|
8
8
|
}>;
|
package/build/fetchTree.gen.d.ts
CHANGED
|
@@ -218,18 +218,18 @@ declare const workerRestApiAssetsStencilVersionGETRoute: import('./eveli-fetch')
|
|
|
218
218
|
backend: import('./fetch/worker.rest.api.assets.stencil.version.get.ts').VersionEntity;
|
|
219
219
|
} | undefined>;
|
|
220
220
|
declare const workerRestApiAssetsWorkflowsWorkflowIdPUTRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/assets/workflows/$workflowId.PUT", import('./eveli-fetch').Hook<{}, {
|
|
221
|
-
update: (workflowCommand: import(
|
|
221
|
+
update: (workflowCommand: import("./burger/index.ts").PublicationApi.AssetService, onOk: () => void) => Promise<void>;
|
|
222
222
|
}>, "worker/rest/api/assets/workflows/$workflowId", "PUT", {
|
|
223
223
|
workflowId: string;
|
|
224
224
|
}, {}, {
|
|
225
|
-
update: (workflowCommand: import(
|
|
225
|
+
update: (workflowCommand: import("./burger/index.ts").PublicationApi.AssetService, onOk: () => void) => Promise<void>;
|
|
226
226
|
}>;
|
|
227
227
|
declare const workerRestApiAssetsWorkflowsGETRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/assets/workflows.GET", import('./eveli-fetch').Hook<{}, {
|
|
228
|
-
workflows: import(
|
|
229
|
-
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import(
|
|
228
|
+
workflows: import("./burger/index.ts").PublicationApi.AssetService[] | undefined;
|
|
229
|
+
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import("./burger/index.ts").PublicationApi.AssetService[], Error>>;
|
|
230
230
|
}>, "worker/rest/api/assets/workflows", "GET", {}, {}, {
|
|
231
|
-
workflows: import(
|
|
232
|
-
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import(
|
|
231
|
+
workflows: import("./burger/index.ts").PublicationApi.AssetService[] | undefined;
|
|
232
|
+
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import("./burger/index.ts").PublicationApi.AssetService[], Error>>;
|
|
233
233
|
}>;
|
|
234
234
|
declare const workerRestApiAssetsWrenchCommandsPOSTRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/assets/wrench/commands.POST", import('./eveli-fetch').Hook<{}, {
|
|
235
235
|
ast: (id: string, body: import("./index.ts").HdesApi.AstCommand[]) => Promise<import("./index.ts").HdesApi.Entity<any>>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Workflow } from './Workflow';
|
|
2
1
|
export interface Process {
|
|
3
2
|
id: number;
|
|
4
3
|
status: string;
|
|
@@ -8,3 +7,14 @@ export interface Process {
|
|
|
8
7
|
created: Date;
|
|
9
8
|
workflow: Workflow;
|
|
10
9
|
}
|
|
10
|
+
export interface Workflow {
|
|
11
|
+
id: string;
|
|
12
|
+
type: string;
|
|
13
|
+
body: {
|
|
14
|
+
name: string;
|
|
15
|
+
formName: string;
|
|
16
|
+
formTag: string;
|
|
17
|
+
flowName: string;
|
|
18
|
+
updated?: Date;
|
|
19
|
+
};
|
|
20
|
+
}
|
package/build/index.js
CHANGED
|
@@ -4474,7 +4474,7 @@ function o4n(n) {
|
|
|
4474
4474
|
getReleaseContent: async (d) => i.fetch(o({ releaseId: d }), { method: c }).then((m) => m.json())
|
|
4475
4475
|
};
|
|
4476
4476
|
}
|
|
4477
|
-
const bCt = { tag: "eveli-ide-0.0.
|
|
4477
|
+
const bCt = { tag: "eveli-ide-0.0.139", built: "20/03/2025" }, d7t = cs("worker/rest/api/assets/stencil/version.GET")({
|
|
4478
4478
|
hook: a4n
|
|
4479
4479
|
});
|
|
4480
4480
|
function a4n(n) {
|
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export interface WorkflowReleaseEntry {
|
|
2
|
-
name: string;
|
|
3
|
-
formName: string;
|
|
4
|
-
formTag: string;
|
|
5
|
-
flowName: string;
|
|
6
|
-
updated?: Date;
|
|
7
|
-
}
|
|
8
|
-
export interface WorkflowRelease {
|
|
9
|
-
id: number;
|
|
10
|
-
body: {
|
|
11
|
-
description: string;
|
|
12
|
-
name: string;
|
|
13
|
-
flowName: string;
|
|
14
|
-
created?: Date;
|
|
15
|
-
createdBy?: string;
|
|
16
|
-
updated?: Date;
|
|
17
|
-
entries: WorkflowReleaseEntry[];
|
|
18
|
-
};
|
|
19
|
-
}
|