@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.
@@ -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('../frontdesk/types/Workflow').Workflow, onOk: () => void) => Promise<void>;
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('../frontdesk/types/Workflow').Workflow, onOk: () => void) => Promise<void>;
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('../frontdesk/types/Workflow').Workflow[] | undefined;
406
- refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('../frontdesk/types/Workflow').Workflow[], Error>>;
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('../frontdesk/types/Workflow').Workflow[] | undefined;
409
- refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('../frontdesk/types/Workflow').Workflow[], Error>>;
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 { Workflow } from '../frontdesk/types/Workflow';
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: Workflow, onOk: () => void) => Promise<void>;
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: Workflow, onOk: () => void) => Promise<void>;
7
+ update: (workflowCommand: PublicationApi.AssetService, onOk: () => void) => Promise<void>;
8
8
  }>;
@@ -1,8 +1,8 @@
1
- import { Workflow } from '../frontdesk/types/Workflow';
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: Workflow[] | undefined;
4
- refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<Workflow[], Error>>;
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: Workflow[] | undefined;
7
- refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<Workflow[], Error>>;
6
+ workflows: PublicationApi.AssetService[] | undefined;
7
+ refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<PublicationApi.AssetService[], Error>>;
8
8
  }>;
@@ -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('./frontdesk/types/Workflow.ts').Workflow, onOk: () => void) => Promise<void>;
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('./frontdesk/types/Workflow.ts').Workflow, onOk: () => void) => Promise<void>;
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('./frontdesk/types/Workflow.ts').Workflow[] | undefined;
229
- refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('./frontdesk/types/Workflow.ts').Workflow[], Error>>;
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('./frontdesk/types/Workflow.ts').Workflow[] | undefined;
232
- refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('./frontdesk/types/Workflow.ts').Workflow[], Error>>;
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.138", built: "20/03/2025" }, d7t = cs("worker/rest/api/assets/stencil/version.GET")({
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "0.0.138",
3
+ "version": "0.0.139",
4
4
  "homepage": "https://github.com/digiexpress-io/digiexpress-parent",
5
5
  "main": "build/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -1,11 +0,0 @@
1
- export interface Workflow {
2
- id: string;
3
- type: string;
4
- body: {
5
- name: string;
6
- formName: string;
7
- formTag: string;
8
- flowName: string;
9
- updated?: Date;
10
- };
11
- }
@@ -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
- }