@dxs-ts/eveli-ide 2.0.17 → 2.0.19

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/gitlog.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "libraryName": "@dxs-ts/eveli-ide",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
4
4
  "generatedFiles": [
5
5
  {
6
6
  "name": "index.css",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "name": "index.d.ts",
11
- "size": 292202
11
+ "size": 294760
12
12
  },
13
13
  {
14
14
  "name": "index.js",
@@ -68,13 +68,15 @@
68
68
  },
69
69
  "moduleLogs": [
70
70
  {
71
- "hash": "607ea13b741a6cf637644b253e65b40c7190d6f2",
72
- "date": "2025-08-19 15:06:02 +0300",
71
+ "hash": "fe498f075e63a15a8d7c4c379562d31908277e46",
72
+ "date": "2025-08-19 16:47:11 +0300",
73
73
  "author": "Olev Mutso",
74
- "comment": "calendar",
74
+ "comment": "build opts",
75
75
  "issueId": "",
76
76
  "modules": [
77
- "@dxs-ts/eveli-primitives"
77
+ "@dxs-ts/eveli-ide",
78
+ "@dxs-ts/eveli-primitives",
79
+ "@dxs-ts/gamut"
78
80
  ]
79
81
  },
80
82
  {
package/dist/index.d.ts CHANGED
@@ -1,23 +1,19 @@
1
1
  import { AnyContext } from '@tanstack/router-core';
2
- import { BatchApi as BatchApi_2 } from 'index';
3
2
  import { Breakpoints } from '@mui/system';
4
3
  import { ButtonProps } from '@mui/material';
5
4
  import { Column } from '@material-table/core';
6
5
  import { ColumnDef } from '@tanstack/react-table';
7
6
  import { CommonProps } from '@mui/material/OverridableComponent';
8
7
  import { Components } from '@mui/material';
9
- import { Config as Config_2 } from 'index';
10
8
  import { CSSInterpolation } from '@mui/material';
11
9
  import { CSSObject } from '@mui/material';
12
10
  import { default as default_2 } from 'react';
13
11
  import { DetailedHTMLProps } from 'react';
14
12
  import { DialobForm } from '../eveli-api/fetch/worker.rest.api.assets.dialob.get';
15
13
  import { DialobFormEntry } from '../eveli-api/fetch/worker.rest.api.assets.dialob.get';
16
- import { FeedbackApi as FeedbackApi_2 } from 'index';
17
14
  import { FetchParams } from './index.ts';
18
15
  import { FormLabelOwnProps } from '@mui/material';
19
16
  import { HTMLAttributes } from 'react';
20
- import { IamApi as IamApi_2 } from 'index';
21
17
  import { InputLabelOwnProps } from '@mui/material';
22
18
  import { Interpolation } from '@mui/material';
23
19
  import { Localization } from '@material-table/core';
@@ -26,14 +22,10 @@ import { OverridableComponent } from '@mui/material/OverridableComponent';
26
22
  import { OverridesStyleRules } from '@mui/material/styles/overrides';
27
23
  import { Palette } from '@mui/material';
28
24
  import { PaletteOptions } from '@mui/material';
29
- import { PrefsApi as PrefsApi_2 } from 'index';
30
- import { ProcExecutionApi as ProcExecutionApi_2 } from 'index';
31
25
  import { PropsWithChildren } from 'react';
32
- import { PublicationApi as PublicationApi_2 } from 'index';
33
26
  import { Query } from '@material-table/core';
34
27
  import { QueryObserverResult } from '@tanstack/react-query';
35
28
  import { QueryResult } from '@material-table/core';
36
- import { QueueApi as QueueApi_2 } from 'index';
37
29
  import * as React_2 from 'react';
38
30
  import { RefetchOptions } from '@tanstack/react-query';
39
31
  import { ResolveParams } from '@tanstack/router-core';
@@ -48,8 +40,6 @@ import { SvgIconProps } from '@mui/material/SvgIcon';
48
40
  import { SvgIconTypeMap } from '@mui/material';
49
41
  import { SxProps } from '@mui/material';
50
42
  import { Table } from '@tanstack/react-table';
51
- import { TaskApi as TaskApi_2 } from 'index';
52
- import { TenantConfig as TenantConfig_2 } from 'index';
53
43
  import { Theme } from '@mui/material';
54
44
  import { ThemeOptions } from '@mui/material';
55
45
  import { TreeItem2Props } from '@mui/x-tree-view';
@@ -4666,11 +4656,11 @@ declare class RootFileFetch_2 {
4666
4656
  org: string;
4667
4657
  };
4668
4658
  hook: HookImpl<"$org/groupMembership.GET", Hook<{}, {
4669
- getUsers: (groupName: string[]) => Promise<IamApi_2.GroupMember[]>;
4659
+ getUsers: (groupName: string[]) => Promise<IamApi.GroupMember[]>;
4670
4660
  }>, "$org/groupMembership", "GET", {
4671
4661
  org: string;
4672
4662
  }, {}, {
4673
- getUsers: (groupName: string[]) => Promise<IamApi_2.GroupMember[]>;
4663
+ getUsers: (groupName: string[]) => Promise<IamApi.GroupMember[]>;
4674
4664
  }>;
4675
4665
  } | {
4676
4666
  id: "$org/groupsList.GET";
@@ -4680,11 +4670,11 @@ declare class RootFileFetch_2 {
4680
4670
  org: string;
4681
4671
  };
4682
4672
  hook: HookImpl<"$org/groupsList.GET", Hook<{}, {
4683
- groups: IamApi_2.UserGroup[];
4673
+ groups: IamApi.UserGroup[];
4684
4674
  }>, "$org/groupsList", "GET", {
4685
4675
  org: string;
4686
4676
  }, {}, {
4687
- groups: IamApi_2.UserGroup[];
4677
+ groups: IamApi.UserGroup[];
4688
4678
  }>;
4689
4679
  } | {
4690
4680
  id: "$org/userInfo.GET";
@@ -4694,13 +4684,13 @@ declare class RootFileFetch_2 {
4694
4684
  org: string;
4695
4685
  };
4696
4686
  hook: HookImpl<"$org/userInfo.GET", Hook<{}, {
4697
- getUser: () => Promise<IamApi_2.User>;
4698
- getEmptyUser: () => IamApi_2.User;
4687
+ getUser: () => Promise<IamApi.User>;
4688
+ getEmptyUser: () => IamApi.User;
4699
4689
  }>, "$org/userInfo", "GET", {
4700
4690
  org: string;
4701
4691
  }, {}, {
4702
- getUser: () => Promise<IamApi_2.User>;
4703
- getEmptyUser: () => IamApi_2.User;
4692
+ getUser: () => Promise<IamApi.User>;
4693
+ getEmptyUser: () => IamApi.User;
4704
4694
  }>;
4705
4695
  } | {
4706
4696
  id: "config.GET";
@@ -4730,9 +4720,9 @@ declare class RootFileFetch_2 {
4730
4720
  method: "GET";
4731
4721
  params: {};
4732
4722
  hook: HookImpl<"worker/rest/api/assets/any-tags/stencil-tags.GET", Hook<{}, {
4733
- contentTags: PublicationApi_2.AssetTag[] | undefined;
4723
+ contentTags: PublicationApi.AssetTag[] | undefined;
4734
4724
  }>, "worker/rest/api/assets/any-tags/stencil-tags", "GET", {}, {}, {
4735
- contentTags: PublicationApi_2.AssetTag[] | undefined;
4725
+ contentTags: PublicationApi.AssetTag[] | undefined;
4736
4726
  }>;
4737
4727
  } | {
4738
4728
  id: "worker/rest/api/assets/any-tags/wrench-tags.GET";
@@ -4740,9 +4730,9 @@ declare class RootFileFetch_2 {
4740
4730
  method: "GET";
4741
4731
  params: {};
4742
4732
  hook: HookImpl<"worker/rest/api/assets/any-tags/wrench-tags.GET", Hook<{}, {
4743
- wrenchTags: PublicationApi_2.AssetTag[] | undefined;
4733
+ wrenchTags: PublicationApi.AssetTag[] | undefined;
4744
4734
  }>, "worker/rest/api/assets/any-tags/wrench-tags", "GET", {}, {}, {
4745
- wrenchTags: PublicationApi_2.AssetTag[] | undefined;
4735
+ wrenchTags: PublicationApi.AssetTag[] | undefined;
4746
4736
  }>;
4747
4737
  } | {
4748
4738
  id: "worker/rest/api/assets/deployments/$deploymentId.GET";
@@ -4752,11 +4742,11 @@ declare class RootFileFetch_2 {
4752
4742
  deploymentId: string;
4753
4743
  };
4754
4744
  hook: HookImpl<"worker/rest/api/assets/deployments/$deploymentId.GET", Hook<{}, {
4755
- getRelease: (releaseTag: PublicationApi_2.Publication) => Promise<void>;
4745
+ getRelease: (releaseTag: PublicationApi.Publication) => Promise<void>;
4756
4746
  }>, "worker/rest/api/assets/deployments/$deploymentId", "GET", {
4757
4747
  deploymentId: string;
4758
4748
  }, {}, {
4759
- getRelease: (releaseTag: PublicationApi_2.Publication) => Promise<void>;
4749
+ getRelease: (releaseTag: PublicationApi.Publication) => Promise<void>;
4760
4750
  }>;
4761
4751
  } | {
4762
4752
  id: "worker/rest/api/assets/deployments/$deploymentId.PUT";
@@ -4784,9 +4774,9 @@ declare class RootFileFetch_2 {
4784
4774
  method: "POST";
4785
4775
  params: {};
4786
4776
  hook: HookImpl<"worker/rest/api/assets/deployments.POST", Hook<{}, {
4787
- saveDeployment: (init: PublicationApi_2.PublicationUpload, onSucess: () => void) => Promise<void>;
4777
+ saveDeployment: (init: PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
4788
4778
  }>, "worker/rest/api/assets/deployments", "POST", {}, {}, {
4789
- saveDeployment: (init: PublicationApi_2.PublicationUpload, onSucess: () => void) => Promise<void>;
4779
+ saveDeployment: (init: PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
4790
4780
  }>;
4791
4781
  } | {
4792
4782
  id: "worker/rest/api/assets/dialob/fill/$sessionId.GET";
@@ -4872,7 +4862,9 @@ declare class RootFileFetch_2 {
4872
4862
  method: "GET";
4873
4863
  params: {};
4874
4864
  hook: HookImpl<"worker/rest/api/assets/dialob/tags.GET", Hook<{}, {
4865
+ allTags: StencilApi.DialobTagAsset[];
4875
4866
  }>, "worker/rest/api/assets/dialob/tags", "GET", {}, {}, {
4867
+ allTags: StencilApi.DialobTagAsset[];
4876
4868
  }>;
4877
4869
  } | {
4878
4870
  id: "worker/rest/api/assets/migration.POST";
@@ -4880,9 +4872,9 @@ declare class RootFileFetch_2 {
4880
4872
  method: "POST";
4881
4873
  params: {};
4882
4874
  hook: HookImpl<"worker/rest/api/assets/migration.POST", Hook<{}, {
4883
- migrateAsset: (init: PublicationApi_2.PublicationUpload, onSucess: () => void) => Promise<void>;
4875
+ migrateAsset: (init: PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
4884
4876
  }>, "worker/rest/api/assets/migration", "POST", {}, {}, {
4885
- migrateAsset: (init: PublicationApi_2.PublicationUpload, onSucess: () => void) => Promise<void>;
4877
+ migrateAsset: (init: PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
4886
4878
  }>;
4887
4879
  } | {
4888
4880
  id: "worker/rest/api/assets/publications.GET";
@@ -4890,12 +4882,12 @@ declare class RootFileFetch_2 {
4890
4882
  method: "GET";
4891
4883
  params: {};
4892
4884
  hook: HookImpl<"worker/rest/api/assets/publications.GET", Hook<{}, {
4893
- assetReleases: PublicationApi_2.Publication[] | undefined;
4894
- refreshAssetReleases: (options?: RefetchOptions) => Promise<QueryObserverResult<PublicationApi_2.Publication[], Error>>;
4885
+ assetReleases: PublicationApi.Publication[] | undefined;
4886
+ refreshAssetReleases: (options?: RefetchOptions) => Promise<QueryObserverResult<PublicationApi.Publication[], Error>>;
4895
4887
  isLoading: boolean;
4896
4888
  }>, "worker/rest/api/assets/publications", "GET", {}, {}, {
4897
- assetReleases: PublicationApi_2.Publication[] | undefined;
4898
- refreshAssetReleases: (options?: RefetchOptions) => Promise<QueryObserverResult<PublicationApi_2.Publication[], Error>>;
4889
+ assetReleases: PublicationApi.Publication[] | undefined;
4890
+ refreshAssetReleases: (options?: RefetchOptions) => Promise<QueryObserverResult<PublicationApi.Publication[], Error>>;
4899
4891
  isLoading: boolean;
4900
4892
  }>;
4901
4893
  } | {
@@ -4904,9 +4896,9 @@ declare class RootFileFetch_2 {
4904
4896
  method: "POST";
4905
4897
  params: {};
4906
4898
  hook: HookImpl<"worker/rest/api/assets/publications.POST", Hook<{}, {
4907
- savePublication: (init: PublicationApi_2.PublicationInit, onSucess: () => void) => Promise<void>;
4899
+ savePublication: (init: PublicationApi.PublicationInit, onSucess: () => void) => Promise<void>;
4908
4900
  }>, "worker/rest/api/assets/publications", "POST", {}, {}, {
4909
- savePublication: (init: PublicationApi_2.PublicationInit, onSucess: () => void) => Promise<void>;
4901
+ savePublication: (init: PublicationApi.PublicationInit, onSucess: () => void) => Promise<void>;
4910
4902
  }>;
4911
4903
  } | {
4912
4904
  id: "worker/rest/api/assets/stencil/$assetType.DELETE";
@@ -4916,9 +4908,11 @@ declare class RootFileFetch_2 {
4916
4908
  assetType: string;
4917
4909
  };
4918
4910
  hook: HookImpl<"worker/rest/api/assets/stencil/$assetType.DELETE", Hook<{}, {
4911
+ delete: () => StencilApi.DeleteBuilder;
4919
4912
  }>, "worker/rest/api/assets/stencil/$assetType", "DELETE", {
4920
4913
  assetType: string;
4921
4914
  }, {}, {
4915
+ delete: () => StencilApi.DeleteBuilder;
4922
4916
  }>;
4923
4917
  } | {
4924
4918
  id: "worker/rest/api/assets/stencil/$assetType.POST";
@@ -4928,9 +4922,11 @@ declare class RootFileFetch_2 {
4928
4922
  assetType: string;
4929
4923
  };
4930
4924
  hook: HookImpl<"worker/rest/api/assets/stencil/$assetType.POST", Hook<{}, {
4925
+ create: () => StencilApi.CreateBuilder;
4931
4926
  }>, "worker/rest/api/assets/stencil/$assetType", "POST", {
4932
4927
  assetType: string;
4933
4928
  }, {}, {
4929
+ create: () => StencilApi.CreateBuilder;
4934
4930
  }>;
4935
4931
  } | {
4936
4932
  id: "worker/rest/api/assets/stencil/$assetType.PUT";
@@ -4940,9 +4936,11 @@ declare class RootFileFetch_2 {
4940
4936
  assetType: string;
4941
4937
  };
4942
4938
  hook: HookImpl<"worker/rest/api/assets/stencil/$assetType.PUT", Hook<{}, {
4939
+ update: () => StencilApi.UpdateBuilder;
4943
4940
  }>, "worker/rest/api/assets/stencil/$assetType", "PUT", {
4944
4941
  assetType: string;
4945
4942
  }, {}, {
4943
+ update: () => StencilApi.UpdateBuilder;
4946
4944
  }>;
4947
4945
  } | {
4948
4946
  id: "worker/rest/api/assets/stencil/commitlogs.GET";
@@ -4950,7 +4948,9 @@ declare class RootFileFetch_2 {
4950
4948
  method: "GET";
4951
4949
  params: {};
4952
4950
  hook: HookImpl<"worker/rest/api/assets/stencil/commitlogs.GET", Hook<{}, {
4951
+ getSiteCommitLog: () => Promise<StencilApi.SiteCommitLog[]>;
4953
4952
  }>, "worker/rest/api/assets/stencil/commitlogs", "GET", {}, {}, {
4953
+ getSiteCommitLog: () => Promise<StencilApi.SiteCommitLog[]>;
4954
4954
  }>;
4955
4955
  } | {
4956
4956
  id: "worker/rest/api/assets/stencil.GET";
@@ -4958,7 +4958,9 @@ declare class RootFileFetch_2 {
4958
4958
  method: "GET";
4959
4959
  params: {};
4960
4960
  hook: HookImpl<"worker/rest/api/assets/stencil.GET", Hook<{}, {
4961
+ getSite: () => Promise<StencilApi.Site>;
4961
4962
  }>, "worker/rest/api/assets/stencil", "GET", {}, {}, {
4963
+ getSite: () => Promise<StencilApi.Site>;
4962
4964
  }>;
4963
4965
  } | {
4964
4966
  id: "worker/rest/api/assets/stencil/releases/$releaseId.GET";
@@ -4968,9 +4970,11 @@ declare class RootFileFetch_2 {
4968
4970
  releaseId: string;
4969
4971
  };
4970
4972
  hook: HookImpl<"worker/rest/api/assets/stencil/releases/$releaseId.GET", Hook<{}, {
4973
+ getReleaseContent: (releaseId: StencilApi.ReleaseId) => Promise<{}>;
4971
4974
  }>, "worker/rest/api/assets/stencil/releases/$releaseId", "GET", {
4972
4975
  releaseId: string;
4973
4976
  }, {}, {
4977
+ getReleaseContent: (releaseId: StencilApi.ReleaseId) => Promise<{}>;
4974
4978
  }>;
4975
4979
  } | {
4976
4980
  id: "worker/rest/api/assets/workflows/$workflowId.PUT";
@@ -4980,11 +4984,11 @@ declare class RootFileFetch_2 {
4980
4984
  workflowId: string;
4981
4985
  };
4982
4986
  hook: HookImpl<"worker/rest/api/assets/workflows/$workflowId.PUT", Hook<{}, {
4983
- update: (workflowCommand: PublicationApi_2.AssetService, onOk: () => void) => Promise<void>;
4987
+ update: (workflowCommand: PublicationApi.AssetService, onOk: () => void) => Promise<void>;
4984
4988
  }>, "worker/rest/api/assets/workflows/$workflowId", "PUT", {
4985
4989
  workflowId: string;
4986
4990
  }, {}, {
4987
- update: (workflowCommand: PublicationApi_2.AssetService, onOk: () => void) => Promise<void>;
4991
+ update: (workflowCommand: PublicationApi.AssetService, onOk: () => void) => Promise<void>;
4988
4992
  }>;
4989
4993
  } | {
4990
4994
  id: "worker/rest/api/assets/workflows.GET";
@@ -4992,11 +4996,11 @@ declare class RootFileFetch_2 {
4992
4996
  method: "GET";
4993
4997
  params: {};
4994
4998
  hook: HookImpl<"worker/rest/api/assets/workflows.GET", Hook<{}, {
4995
- workflows: PublicationApi_2.AssetService[] | undefined;
4996
- refreshWorkflows: (options?: RefetchOptions) => Promise<QueryObserverResult<PublicationApi_2.AssetService[], Error>>;
4999
+ workflows: PublicationApi.AssetService[] | undefined;
5000
+ refreshWorkflows: (options?: RefetchOptions) => Promise<QueryObserverResult<PublicationApi.AssetService[], Error>>;
4997
5001
  }>, "worker/rest/api/assets/workflows", "GET", {}, {}, {
4998
- workflows: PublicationApi_2.AssetService[] | undefined;
4999
- refreshWorkflows: (options?: RefetchOptions) => Promise<QueryObserverResult<PublicationApi_2.AssetService[], Error>>;
5002
+ workflows: PublicationApi.AssetService[] | undefined;
5003
+ refreshWorkflows: (options?: RefetchOptions) => Promise<QueryObserverResult<PublicationApi.AssetService[], Error>>;
5000
5004
  }>;
5001
5005
  } | {
5002
5006
  id: "worker/rest/api/assets/wrench/commands/$id.GET";
@@ -5006,9 +5010,11 @@ declare class RootFileFetch_2 {
5006
5010
  id: string;
5007
5011
  };
5008
5012
  hook: HookImpl<"worker/rest/api/assets/wrench/commands/$id.GET", Hook<{}, {
5013
+ getCommands: (id: string, branchName: string | undefined) => Promise<HdesApi.AstCommand[]>;
5009
5014
  }>, "worker/rest/api/assets/wrench/commands/$id", "GET", {
5010
5015
  id: string;
5011
5016
  }, {}, {
5017
+ getCommands: (id: string, branchName: string | undefined) => Promise<HdesApi.AstCommand[]>;
5012
5018
  }>;
5013
5019
  } | {
5014
5020
  id: "worker/rest/api/assets/wrench/commands.POST";
@@ -5016,7 +5022,9 @@ declare class RootFileFetch_2 {
5016
5022
  method: "POST";
5017
5023
  params: {};
5018
5024
  hook: HookImpl<"worker/rest/api/assets/wrench/commands.POST", Hook<{}, {
5025
+ ast: (id: string, body: HdesApi.AstCommand[], branchName: string | undefined) => Promise<HdesApi.Entity<any>>;
5019
5026
  }>, "worker/rest/api/assets/wrench/commands", "POST", {}, {}, {
5027
+ ast: (id: string, body: HdesApi.AstCommand[], branchName: string | undefined) => Promise<HdesApi.Entity<any>>;
5020
5028
  }>;
5021
5029
  } | {
5022
5030
  id: "worker/rest/api/assets/wrench/copyas.POST";
@@ -5024,7 +5032,9 @@ declare class RootFileFetch_2 {
5024
5032
  method: "POST";
5025
5033
  params: {};
5026
5034
  hook: HookImpl<"worker/rest/api/assets/wrench/copyas.POST", Hook<{}, {
5035
+ copy: (id: string, name: string, branchName: string | undefined) => Promise<HdesApi.Site>;
5027
5036
  }>, "worker/rest/api/assets/wrench/copyas", "POST", {}, {}, {
5037
+ copy: (id: string, name: string, branchName: string | undefined) => Promise<HdesApi.Site>;
5028
5038
  }>;
5029
5039
  } | {
5030
5040
  id: "worker/rest/api/assets/wrench/dataModels.GET";
@@ -5032,7 +5042,9 @@ declare class RootFileFetch_2 {
5032
5042
  method: "GET";
5033
5043
  params: {};
5034
5044
  hook: HookImpl<"worker/rest/api/assets/wrench/dataModels.GET", Hook<{}, {
5045
+ getSite: (branchName: string | undefined) => Promise<HdesApi.Site>;
5035
5046
  }>, "worker/rest/api/assets/wrench/dataModels", "GET", {}, {}, {
5047
+ getSite: (branchName: string | undefined) => Promise<HdesApi.Site>;
5036
5048
  }>;
5037
5049
  } | {
5038
5050
  id: "worker/rest/api/assets/wrench/debugs.POST";
@@ -5040,7 +5052,9 @@ declare class RootFileFetch_2 {
5040
5052
  method: "POST";
5041
5053
  params: {};
5042
5054
  hook: HookImpl<"worker/rest/api/assets/wrench/debugs.POST", Hook<{}, {
5055
+ debug: (debug: HdesApi.DebugRequest, branchName: string | undefined) => Promise<HdesApi.DebugResponse>;
5043
5056
  }>, "worker/rest/api/assets/wrench/debugs", "POST", {}, {}, {
5057
+ debug: (debug: HdesApi.DebugRequest, branchName: string | undefined) => Promise<HdesApi.DebugResponse>;
5044
5058
  }>;
5045
5059
  } | {
5046
5060
  id: "worker/rest/api/assets/wrench/diff.GET";
@@ -5048,7 +5062,9 @@ declare class RootFileFetch_2 {
5048
5062
  method: "GET";
5049
5063
  params: {};
5050
5064
  hook: HookImpl<"worker/rest/api/assets/wrench/diff.GET", Hook<{}, {
5065
+ diff: (input: HdesApi.DiffRequest) => Promise<HdesApi.DiffResponse>;
5051
5066
  }>, "worker/rest/api/assets/wrench/diff", "GET", {}, {}, {
5067
+ diff: (input: HdesApi.DiffRequest) => Promise<HdesApi.DiffResponse>;
5052
5068
  }>;
5053
5069
  } | {
5054
5070
  id: "worker/rest/api/assets/wrench/flow-names.GET";
@@ -5066,7 +5082,9 @@ declare class RootFileFetch_2 {
5066
5082
  method: "POST";
5067
5083
  params: {};
5068
5084
  hook: HookImpl<"worker/rest/api/assets/wrench/importTag.POST", Hook<{}, {
5085
+ importTag: (tagContentAsString: string) => Promise<HdesApi.Site>;
5069
5086
  }>, "worker/rest/api/assets/wrench/importTag", "POST", {}, {}, {
5087
+ importTag: (tagContentAsString: string) => Promise<HdesApi.Site>;
5070
5088
  }>;
5071
5089
  } | {
5072
5090
  id: "worker/rest/api/assets/wrench/resources/$id.DELETE";
@@ -5076,9 +5094,11 @@ declare class RootFileFetch_2 {
5076
5094
  id: string;
5077
5095
  };
5078
5096
  hook: HookImpl<"worker/rest/api/assets/wrench/resources/$id.DELETE", Hook<{}, {
5097
+ remove: (id: string, branchName: string | undefined) => Promise<HdesApi.Site>;
5079
5098
  }>, "worker/rest/api/assets/wrench/resources/$id", "DELETE", {
5080
5099
  id: string;
5081
5100
  }, {}, {
5101
+ remove: (id: string, branchName: string | undefined) => Promise<HdesApi.Site>;
5082
5102
  }>;
5083
5103
  } | {
5084
5104
  id: "worker/rest/api/assets/wrench/resources.POST";
@@ -5086,7 +5106,9 @@ declare class RootFileFetch_2 {
5086
5106
  method: "POST";
5087
5107
  params: {};
5088
5108
  hook: HookImpl<"worker/rest/api/assets/wrench/resources.POST", Hook<{}, {
5109
+ createAsset: (name: string, desc: string | undefined, type: HdesApi.AstBodyType | "SITE", body: HdesApi.AstCommand[] | undefined, branchName: string | undefined) => Promise<HdesApi.Site>;
5089
5110
  }>, "worker/rest/api/assets/wrench/resources", "POST", {}, {}, {
5111
+ createAsset: (name: string, desc: string | undefined, type: HdesApi.AstBodyType | "SITE", body: HdesApi.AstCommand[] | undefined, branchName: string | undefined) => Promise<HdesApi.Site>;
5090
5112
  }>;
5091
5113
  } | {
5092
5114
  id: "worker/rest/api/assets/wrench/resources.PUT";
@@ -5094,7 +5116,9 @@ declare class RootFileFetch_2 {
5094
5116
  method: "PUT";
5095
5117
  params: {};
5096
5118
  hook: HookImpl<"worker/rest/api/assets/wrench/resources.PUT", Hook<{}, {
5119
+ update: (id: string, body: HdesApi.AstCommand[], branchName: string | undefined) => Promise<HdesApi.Site>;
5097
5120
  }>, "worker/rest/api/assets/wrench/resources", "PUT", {}, {}, {
5121
+ update: (id: string, body: HdesApi.AstCommand[], branchName: string | undefined) => Promise<HdesApi.Site>;
5098
5122
  }>;
5099
5123
  } | {
5100
5124
  id: "worker/rest/api/assets/wrench/summary/$tagId.GET";
@@ -5104,9 +5128,11 @@ declare class RootFileFetch_2 {
5104
5128
  tagId: string;
5105
5129
  };
5106
5130
  hook: HookImpl<"worker/rest/api/assets/wrench/summary/$tagId.GET", Hook<{}, {
5131
+ summary: (tagId: string) => Promise<HdesApi.AstTagSummary>;
5107
5132
  }>, "worker/rest/api/assets/wrench/summary/$tagId", "GET", {
5108
5133
  tagId: string;
5109
5134
  }, {}, {
5135
+ summary: (tagId: string) => Promise<HdesApi.AstTagSummary>;
5110
5136
  }>;
5111
5137
  } | {
5112
5138
  id: "worker/rest/api/assets/wrench/version.GET";
@@ -5114,7 +5140,9 @@ declare class RootFileFetch_2 {
5114
5140
  method: "GET";
5115
5141
  params: {};
5116
5142
  hook: HookImpl<"worker/rest/api/assets/wrench/version.GET", Hook<{}, {
5143
+ version: () => Promise<HdesApi.VersionEntity>;
5117
5144
  }>, "worker/rest/api/assets/wrench/version", "GET", {}, {}, {
5145
+ version: () => Promise<HdesApi.VersionEntity>;
5118
5146
  }>;
5119
5147
  } | {
5120
5148
  id: "worker/rest/api/batches/$batchName/instances.POST";
@@ -5124,11 +5152,11 @@ declare class RootFileFetch_2 {
5124
5152
  batchName: string;
5125
5153
  };
5126
5154
  hook: HookImpl<"worker/rest/api/batches/$batchName/instances.POST", Hook<{}, {
5127
- createInstance: (batchName: string, command: BatchApi_2.CreateOneInstanceCommand) => Promise<BatchApi_2.RuntimeInstance>;
5155
+ createInstance: (batchName: string, command: BatchApi.CreateOneInstanceCommand) => Promise<BatchApi.RuntimeInstance>;
5128
5156
  }>, "worker/rest/api/batches/$batchName/instances", "POST", {
5129
5157
  batchName: string;
5130
5158
  }, {}, {
5131
- createInstance: (batchName: string, command: BatchApi_2.CreateOneInstanceCommand) => Promise<BatchApi_2.RuntimeInstance>;
5159
+ createInstance: (batchName: string, command: BatchApi.CreateOneInstanceCommand) => Promise<BatchApi.RuntimeInstance>;
5132
5160
  }>;
5133
5161
  } | {
5134
5162
  id: "worker/rest/api/batches.GET";
@@ -5136,11 +5164,11 @@ declare class RootFileFetch_2 {
5136
5164
  method: "GET";
5137
5165
  params: {};
5138
5166
  hook: HookImpl<"worker/rest/api/batches.GET", Hook<{}, {
5139
- findAll: () => Promise<BatchApi_2.Batch[]>;
5140
- getOne: (batchId: string) => Promise<BatchApi_2.Batch>;
5167
+ findAll: () => Promise<BatchApi.Batch[]>;
5168
+ getOne: (batchId: string) => Promise<BatchApi.Batch>;
5141
5169
  }>, "worker/rest/api/batches", "GET", {}, {}, {
5142
- findAll: () => Promise<BatchApi_2.Batch[]>;
5143
- getOne: (batchId: string) => Promise<BatchApi_2.Batch>;
5170
+ findAll: () => Promise<BatchApi.Batch[]>;
5171
+ getOne: (batchId: string) => Promise<BatchApi.Batch>;
5144
5172
  }>;
5145
5173
  } | {
5146
5174
  id: "worker/rest/api/batches/steps/$stepId.GET";
@@ -5150,11 +5178,11 @@ declare class RootFileFetch_2 {
5150
5178
  stepId: string;
5151
5179
  };
5152
5180
  hook: HookImpl<"worker/rest/api/batches/steps/$stepId.GET", Hook<{}, {
5153
- getOne: (stepId: string) => Promise<BatchApi_2.RuntimeStep>;
5181
+ getOne: (stepId: string) => Promise<BatchApi.RuntimeStep>;
5154
5182
  }>, "worker/rest/api/batches/steps/$stepId", "GET", {
5155
5183
  stepId: string;
5156
5184
  }, {}, {
5157
- getOne: (stepId: string) => Promise<BatchApi_2.RuntimeStep>;
5185
+ getOne: (stepId: string) => Promise<BatchApi.RuntimeStep>;
5158
5186
  }>;
5159
5187
  } | {
5160
5188
  id: "worker/rest/api/feedback/$feedbackId.DELETE";
@@ -5164,11 +5192,11 @@ declare class RootFileFetch_2 {
5164
5192
  feedbackId: string;
5165
5193
  };
5166
5194
  hook: HookImpl<"worker/rest/api/feedback/$feedbackId.DELETE", Hook<{}, {
5167
- deleteOneFeedback: (taskId: FeedbackApi_2.TaskId) => Promise<FeedbackApi_2.Feedback>;
5195
+ deleteOneFeedback: (taskId: FeedbackApi.TaskId) => Promise<FeedbackApi.Feedback>;
5168
5196
  }>, "worker/rest/api/feedback/$feedbackId", "DELETE", {
5169
5197
  feedbackId: string;
5170
5198
  }, {}, {
5171
- deleteOneFeedback: (taskId: FeedbackApi_2.TaskId) => Promise<FeedbackApi_2.Feedback>;
5199
+ deleteOneFeedback: (taskId: FeedbackApi.TaskId) => Promise<FeedbackApi.Feedback>;
5172
5200
  }>;
5173
5201
  } | {
5174
5202
  id: "worker/rest/api/feedback/$feedbackId/enabled.GET";
@@ -5192,11 +5220,11 @@ declare class RootFileFetch_2 {
5192
5220
  feedbackId: string;
5193
5221
  };
5194
5222
  hook: HookImpl<"worker/rest/api/feedback/$feedbackId.GET", Hook<{}, {
5195
- getOneFeedback: (feedbackId: string) => Promise<FeedbackApi_2.Feedback | undefined>;
5223
+ getOneFeedback: (feedbackId: string) => Promise<FeedbackApi.Feedback | undefined>;
5196
5224
  }>, "worker/rest/api/feedback/$feedbackId", "GET", {
5197
5225
  feedbackId: string;
5198
5226
  }, {}, {
5199
- getOneFeedback: (feedbackId: string) => Promise<FeedbackApi_2.Feedback | undefined>;
5227
+ getOneFeedback: (feedbackId: string) => Promise<FeedbackApi.Feedback | undefined>;
5200
5228
  }>;
5201
5229
  } | {
5202
5230
  id: "worker/rest/api/feedback/$feedbackId.POST";
@@ -5206,11 +5234,11 @@ declare class RootFileFetch_2 {
5206
5234
  feedbackId: string;
5207
5235
  };
5208
5236
  hook: HookImpl<"worker/rest/api/feedback/$feedbackId.POST", Hook<{}, {
5209
- createOneFeedback: (taskId: FeedbackApi_2.TaskId, command: FeedbackApi_2.CreateFeedbackCommand) => Promise<FeedbackApi_2.Feedback>;
5237
+ createOneFeedback: (taskId: FeedbackApi.TaskId, command: FeedbackApi.CreateFeedbackCommand) => Promise<FeedbackApi.Feedback>;
5210
5238
  }>, "worker/rest/api/feedback/$feedbackId", "POST", {
5211
5239
  feedbackId: string;
5212
5240
  }, {}, {
5213
- createOneFeedback: (taskId: FeedbackApi_2.TaskId, command: FeedbackApi_2.CreateFeedbackCommand) => Promise<FeedbackApi_2.Feedback>;
5241
+ createOneFeedback: (taskId: FeedbackApi.TaskId, command: FeedbackApi.CreateFeedbackCommand) => Promise<FeedbackApi.Feedback>;
5214
5242
  }>;
5215
5243
  } | {
5216
5244
  id: "worker/rest/api/feedback/$feedbackId.PUT";
@@ -5220,13 +5248,13 @@ declare class RootFileFetch_2 {
5220
5248
  feedbackId: string;
5221
5249
  };
5222
5250
  hook: HookImpl<"worker/rest/api/feedback/$feedbackId.PUT", Hook<{}, {
5223
- modifyOneFeedback: (taskId: FeedbackApi_2.TaskId, body: FeedbackApi_2.ModifyOneFeedbackCommand) => Promise<FeedbackApi_2.Feedback>;
5224
- rankOneFeedback: (taskId: FeedbackApi_2.TaskId, body: FeedbackApi_2.UpsertFeedbackRankingCommand) => Promise<FeedbackApi_2.Feedback>;
5251
+ modifyOneFeedback: (taskId: FeedbackApi.TaskId, body: FeedbackApi.ModifyOneFeedbackCommand) => Promise<FeedbackApi.Feedback>;
5252
+ rankOneFeedback: (taskId: FeedbackApi.TaskId, body: FeedbackApi.UpsertFeedbackRankingCommand) => Promise<FeedbackApi.Feedback>;
5225
5253
  }>, "worker/rest/api/feedback/$feedbackId", "PUT", {
5226
5254
  feedbackId: string;
5227
5255
  }, {}, {
5228
- modifyOneFeedback: (taskId: FeedbackApi_2.TaskId, body: FeedbackApi_2.ModifyOneFeedbackCommand) => Promise<FeedbackApi_2.Feedback>;
5229
- rankOneFeedback: (taskId: FeedbackApi_2.TaskId, body: FeedbackApi_2.UpsertFeedbackRankingCommand) => Promise<FeedbackApi_2.Feedback>;
5256
+ modifyOneFeedback: (taskId: FeedbackApi.TaskId, body: FeedbackApi.ModifyOneFeedbackCommand) => Promise<FeedbackApi.Feedback>;
5257
+ rankOneFeedback: (taskId: FeedbackApi.TaskId, body: FeedbackApi.UpsertFeedbackRankingCommand) => Promise<FeedbackApi.Feedback>;
5230
5258
  }>;
5231
5259
  } | {
5232
5260
  id: "worker/rest/api/feedback/$feedbackId/templates.GET";
@@ -5236,11 +5264,11 @@ declare class RootFileFetch_2 {
5236
5264
  feedbackId: string;
5237
5265
  };
5238
5266
  hook: HookImpl<"worker/rest/api/feedback/$feedbackId/templates.GET", Hook<{}, {
5239
- getOneTemplate: (feedbackId: string) => Promise<FeedbackApi_2.FeedbackTemplate>;
5267
+ getOneTemplate: (feedbackId: string) => Promise<FeedbackApi.FeedbackTemplate>;
5240
5268
  }>, "worker/rest/api/feedback/$feedbackId/templates", "GET", {
5241
5269
  feedbackId: string;
5242
5270
  }, {}, {
5243
- getOneTemplate: (feedbackId: string) => Promise<FeedbackApi_2.FeedbackTemplate>;
5271
+ getOneTemplate: (feedbackId: string) => Promise<FeedbackApi.FeedbackTemplate>;
5244
5272
  }>;
5245
5273
  } | {
5246
5274
  id: "worker/rest/api/feedback.GET";
@@ -5248,9 +5276,9 @@ declare class RootFileFetch_2 {
5248
5276
  method: "GET";
5249
5277
  params: {};
5250
5278
  hook: HookImpl<"worker/rest/api/feedback.GET", Hook<{}, {
5251
- findAllFeedback: () => Promise<FeedbackApi_2.Feedback[]>;
5279
+ findAllFeedback: () => Promise<FeedbackApi.Feedback[]>;
5252
5280
  }>, "worker/rest/api/feedback", "GET", {}, {}, {
5253
- findAllFeedback: () => Promise<FeedbackApi_2.Feedback[]>;
5281
+ findAllFeedback: () => Promise<FeedbackApi.Feedback[]>;
5254
5282
  }>;
5255
5283
  } | {
5256
5284
  id: "worker/rest/api/iam/liveness.GET";
@@ -5284,11 +5312,11 @@ declare class RootFileFetch_2 {
5284
5312
  method: "GET";
5285
5313
  params: {};
5286
5314
  hook: HookImpl<"worker/rest/api/processes.GET", Hook<{}, {
5287
- loadProcesses: (query: Query<ProcExecutionApi_2.ProcessExecution>, columns: Array<Column<ProcExecutionApi_2.ProcessExecution>>) => Promise<QueryResult<ProcExecutionApi_2.ProcessExecution>>;
5288
- findLast6Months: () => Promise<ProcExecutionApi_2.ProcessExecution[]>;
5315
+ loadProcesses: (query: Query<ProcExecutionApi.ProcessExecution>, columns: Array<Column<ProcExecutionApi.ProcessExecution>>) => Promise<QueryResult<ProcExecutionApi.ProcessExecution>>;
5316
+ findLast6Months: () => Promise<ProcExecutionApi.ProcessExecution[]>;
5289
5317
  }>, "worker/rest/api/processes", "GET", {}, {}, {
5290
- loadProcesses: (query: Query<ProcExecutionApi_2.ProcessExecution>, columns: Array<Column<ProcExecutionApi_2.ProcessExecution>>) => Promise<QueryResult<ProcExecutionApi_2.ProcessExecution>>;
5291
- findLast6Months: () => Promise<ProcExecutionApi_2.ProcessExecution[]>;
5318
+ loadProcesses: (query: Query<ProcExecutionApi.ProcessExecution>, columns: Array<Column<ProcExecutionApi.ProcessExecution>>) => Promise<QueryResult<ProcExecutionApi.ProcessExecution>>;
5319
+ findLast6Months: () => Promise<ProcExecutionApi.ProcessExecution[]>;
5292
5320
  }>;
5293
5321
  } | {
5294
5322
  id: "worker/rest/api/queues/configs.GET";
@@ -5296,9 +5324,9 @@ declare class RootFileFetch_2 {
5296
5324
  method: "GET";
5297
5325
  params: {};
5298
5326
  hook: HookImpl<"worker/rest/api/queues/configs.GET", Hook<{}, {
5299
- getOneChannelConfig: () => Promise<QueueApi_2.ChannelConfig>;
5327
+ getOneChannelConfig: () => Promise<QueueApi.ChannelConfig>;
5300
5328
  }>, "worker/rest/api/queues/configs", "GET", {}, {}, {
5301
- getOneChannelConfig: () => Promise<QueueApi_2.ChannelConfig>;
5329
+ getOneChannelConfig: () => Promise<QueueApi.ChannelConfig>;
5302
5330
  }>;
5303
5331
  } | {
5304
5332
  id: "worker/rest/api/queues/deliveries.GET";
@@ -5306,9 +5334,9 @@ declare class RootFileFetch_2 {
5306
5334
  method: "GET";
5307
5335
  params: {};
5308
5336
  hook: HookImpl<"worker/rest/api/queues/deliveries.GET", Hook<{}, {
5309
- findAllQueueDeliveries: () => Promise<QueueApi_2.Delivery[]>;
5337
+ findAllQueueDeliveries: () => Promise<QueueApi.Delivery[]>;
5310
5338
  }>, "worker/rest/api/queues/deliveries", "GET", {}, {}, {
5311
- findAllQueueDeliveries: () => Promise<QueueApi_2.Delivery[]>;
5339
+ findAllQueueDeliveries: () => Promise<QueueApi.Delivery[]>;
5312
5340
  }>;
5313
5341
  } | {
5314
5342
  id: "worker/rest/api/queues/messages.GET";
@@ -5316,9 +5344,9 @@ declare class RootFileFetch_2 {
5316
5344
  method: "GET";
5317
5345
  params: {};
5318
5346
  hook: HookImpl<"worker/rest/api/queues/messages.GET", Hook<{}, {
5319
- findAllQueueMessages: () => Promise<QueueApi_2.QueueMessage[]>;
5347
+ findAllQueueMessages: () => Promise<QueueApi.QueueMessage[]>;
5320
5348
  }>, "worker/rest/api/queues/messages", "GET", {}, {}, {
5321
- findAllQueueMessages: () => Promise<QueueApi_2.QueueMessage[]>;
5349
+ findAllQueueMessages: () => Promise<QueueApi.QueueMessage[]>;
5322
5350
  }>;
5323
5351
  } | {
5324
5352
  id: "worker/rest/api/tasks/$taskId/comments.GET";
@@ -5328,11 +5356,11 @@ declare class RootFileFetch_2 {
5328
5356
  taskId: string;
5329
5357
  };
5330
5358
  hook: HookImpl<"worker/rest/api/tasks/$taskId/comments.GET", Hook<{}, {
5331
- getTaskComments: (task: TaskApi_2.Task) => Promise<TaskApi_2.Comment[]>;
5359
+ getTaskComments: (task: TaskApi.Task) => Promise<TaskApi.Comment[]>;
5332
5360
  }>, "worker/rest/api/tasks/$taskId/comments", "GET", {
5333
5361
  taskId: string;
5334
5362
  }, {}, {
5335
- getTaskComments: (task: TaskApi_2.Task) => Promise<TaskApi_2.Comment[]>;
5363
+ getTaskComments: (task: TaskApi.Task) => Promise<TaskApi.Comment[]>;
5336
5364
  }>;
5337
5365
  } | {
5338
5366
  id: "worker/rest/api/tasks/$taskId/comments.POST";
@@ -5342,11 +5370,11 @@ declare class RootFileFetch_2 {
5342
5370
  taskId: string;
5343
5371
  };
5344
5372
  hook: HookImpl<"worker/rest/api/tasks/$taskId/comments.POST", Hook<{}, {
5345
- saveComment: (commentText: string, replyToId: number | undefined, task: TaskApi_2.Task, isExternalThread: boolean | undefined) => Promise<TaskApi_2.Comment>;
5373
+ saveComment: (commentText: string, replyToId: number | undefined, task: TaskApi.Task, isExternalThread: boolean | undefined) => Promise<TaskApi.Comment>;
5346
5374
  }>, "worker/rest/api/tasks/$taskId/comments", "POST", {
5347
5375
  taskId: string;
5348
5376
  }, {}, {
5349
- saveComment: (commentText: string, replyToId: number | undefined, task: TaskApi_2.Task, isExternalThread: boolean | undefined) => Promise<TaskApi_2.Comment>;
5377
+ saveComment: (commentText: string, replyToId: number | undefined, task: TaskApi.Task, isExternalThread: boolean | undefined) => Promise<TaskApi.Comment>;
5350
5378
  }>;
5351
5379
  } | {
5352
5380
  id: "worker/rest/api/tasks/$taskId.DELETE";
@@ -5402,11 +5430,11 @@ declare class RootFileFetch_2 {
5402
5430
  taskId: string;
5403
5431
  };
5404
5432
  hook: HookImpl<"worker/rest/api/tasks/$taskId/files.GET", Hook<{}, {
5405
- loadAttachments: (taskId: string) => Promise<TaskApi_2.Attachment[]>;
5433
+ loadAttachments: (taskId: string) => Promise<TaskApi.Attachment[]>;
5406
5434
  }>, "worker/rest/api/tasks/$taskId/files", "GET", {
5407
5435
  taskId: string;
5408
5436
  }, {}, {
5409
- loadAttachments: (taskId: string) => Promise<TaskApi_2.Attachment[]>;
5437
+ loadAttachments: (taskId: string) => Promise<TaskApi.Attachment[]>;
5410
5438
  }>;
5411
5439
  } | {
5412
5440
  id: "worker/rest/api/tasks/$taskId/files.POST";
@@ -5430,11 +5458,11 @@ declare class RootFileFetch_2 {
5430
5458
  taskId: string;
5431
5459
  };
5432
5460
  hook: HookImpl<"worker/rest/api/tasks/$taskId.GET", Hook<{}, {
5433
- getTask: (taskId: string) => Promise<TaskApi_2.Task>;
5461
+ getTask: (taskId: string) => Promise<TaskApi.Task>;
5434
5462
  }>, "worker/rest/api/tasks/$taskId", "GET", {
5435
5463
  taskId: string;
5436
5464
  }, {}, {
5437
- getTask: (taskId: string) => Promise<TaskApi_2.Task>;
5465
+ getTask: (taskId: string) => Promise<TaskApi.Task>;
5438
5466
  }>;
5439
5467
  } | {
5440
5468
  id: "worker/rest/api/tasks/$taskId.PUT";
@@ -5444,11 +5472,11 @@ declare class RootFileFetch_2 {
5444
5472
  taskId: string;
5445
5473
  };
5446
5474
  hook: HookImpl<"worker/rest/api/tasks/$taskId.PUT", Hook<{}, {
5447
- updateTask: (task: Partial<TaskApi_2.Task>) => Promise<TaskApi_2.Task>;
5475
+ updateTask: (task: Partial<TaskApi.Task>) => Promise<TaskApi.Task>;
5448
5476
  }>, "worker/rest/api/tasks/$taskId", "PUT", {
5449
5477
  taskId: string;
5450
5478
  }, {}, {
5451
- updateTask: (task: Partial<TaskApi_2.Task>) => Promise<TaskApi_2.Task>;
5479
+ updateTask: (task: Partial<TaskApi.Task>) => Promise<TaskApi.Task>;
5452
5480
  }>;
5453
5481
  } | {
5454
5482
  id: "worker/rest/api/tasks/$taskId/review-actions.GET";
@@ -5486,11 +5514,11 @@ declare class RootFileFetch_2 {
5486
5514
  taskId: string;
5487
5515
  };
5488
5516
  hook: HookImpl<"worker/rest/api/tasks/$taskId/transfers.PUT", Hook<{}, {
5489
- transferTask: (task: TaskApi_2.Task, command: TaskApi_2.TransferTaskCommand) => Promise<TaskApi_2.Task>;
5517
+ transferTask: (task: TaskApi.Task, command: TaskApi.TransferTaskCommand) => Promise<TaskApi.Task>;
5490
5518
  }>, "worker/rest/api/tasks/$taskId/transfers", "PUT", {
5491
5519
  taskId: string;
5492
5520
  }, {}, {
5493
- transferTask: (task: TaskApi_2.Task, command: TaskApi_2.TransferTaskCommand) => Promise<TaskApi_2.Task>;
5521
+ transferTask: (task: TaskApi.Task, command: TaskApi.TransferTaskCommand) => Promise<TaskApi.Task>;
5494
5522
  }>;
5495
5523
  } | {
5496
5524
  id: "worker/rest/api/tasks.GET";
@@ -5498,10 +5526,10 @@ declare class RootFileFetch_2 {
5498
5526
  method: "GET";
5499
5527
  params: {};
5500
5528
  hook: HookImpl<"worker/rest/api/tasks.GET", Hook<{}, {
5501
- dashboard: () => Promise<TaskApi_2.TaskDasboard>;
5502
- findAll: () => Promise<TaskApi_2.Task[]>;
5503
- getTasks: (page?: number, size?: number) => Promise<QueryResult<TaskApi_2.Task>>;
5504
- loadTasks: (query: Query<TaskApi_2.Task>, columns: Column<any>[], tableContext: {
5529
+ dashboard: () => Promise<TaskApi.TaskDasboard>;
5530
+ findAll: () => Promise<TaskApi.Task[]>;
5531
+ getTasks: (page?: number, size?: number) => Promise<QueryResult<TaskApi.Task>>;
5532
+ loadTasks: (query: Query<TaskApi.Task>, columns: Column<any>[], tableContext: {
5505
5533
  paging: any;
5506
5534
  setPaging: (paging: any) => void;
5507
5535
  }) => Promise<{
@@ -5510,10 +5538,10 @@ declare class RootFileFetch_2 {
5510
5538
  totalCount: any;
5511
5539
  }>;
5512
5540
  }>, "worker/rest/api/tasks", "GET", {}, {}, {
5513
- dashboard: () => Promise<TaskApi_2.TaskDasboard>;
5514
- findAll: () => Promise<TaskApi_2.Task[]>;
5515
- getTasks: (page?: number, size?: number) => Promise<QueryResult<TaskApi_2.Task>>;
5516
- loadTasks: (query: Query<TaskApi_2.Task>, columns: Column<any>[], tableContext: {
5541
+ dashboard: () => Promise<TaskApi.TaskDasboard>;
5542
+ findAll: () => Promise<TaskApi.Task[]>;
5543
+ getTasks: (page?: number, size?: number) => Promise<QueryResult<TaskApi.Task>>;
5544
+ loadTasks: (query: Query<TaskApi.Task>, columns: Column<any>[], tableContext: {
5517
5545
  paging: any;
5518
5546
  setPaging: (paging: any) => void;
5519
5547
  }) => Promise<{
@@ -5528,9 +5556,9 @@ declare class RootFileFetch_2 {
5528
5556
  method: "POST";
5529
5557
  params: {};
5530
5558
  hook: HookImpl<"worker/rest/api/tasks.POST", Hook<{}, {
5531
- createTask: (task: TaskApi_2.Task) => Promise<TaskApi_2.Task>;
5559
+ createTask: (task: TaskApi.Task) => Promise<TaskApi.Task>;
5532
5560
  }>, "worker/rest/api/tasks", "POST", {}, {}, {
5533
- createTask: (task: TaskApi_2.Task) => Promise<TaskApi_2.Task>;
5561
+ createTask: (task: TaskApi.Task) => Promise<TaskApi.Task>;
5534
5562
  }>;
5535
5563
  } | {
5536
5564
  id: "worker/rest/api/tasks/unread.GET";
@@ -5562,11 +5590,11 @@ declare class RootFileFetch_2 {
5562
5590
  profileId: string;
5563
5591
  };
5564
5592
  hook: HookImpl<"worker/rest/api/userprofiles/$profileId.GET", Hook<{}, {
5565
- restApi: () => PrefsApi_2.PrefsRestApi;
5593
+ restApi: () => PrefsApi.PrefsRestApi;
5566
5594
  }>, "worker/rest/api/userprofiles/$profileId", "GET", {
5567
5595
  profileId: string;
5568
5596
  }, {}, {
5569
- restApi: () => PrefsApi_2.PrefsRestApi;
5597
+ restApi: () => PrefsApi.PrefsRestApi;
5570
5598
  }>;
5571
5599
  } | {
5572
5600
  id: "worker/rest/api/version.GET";
package/dist/index.js CHANGED
@@ -6221,7 +6221,7 @@ var uve;
6221
6221
  ((d) => {
6222
6222
  d.builder = () => new EZt();
6223
6223
  })(uve || (uve = {}));
6224
- const IZt = "2.0.16", AZt = "08/18/2025, 08:41:23", MZt = () => uve.builder().setLogo("logo_1_great_ones_wisdom").setTheme("red").setProjectInfo("@dxs-ts/eveli-ide", "2.0.16", "08/18/2025, 08:41:23").addInternalComponents(["@dxs-ts/gamut-api", "@dxs-ts/gamut-theme", "@dxs-ts/gamut-form", "@dxs-ts/gamut-md", "@dxs-ts/gamut-shell", "@dxs-ts/gamut-form-review", "@dxs-ts/gamut-intl", "@dxs-ts/envir-fetch", "@dxs-ts/envir-util", "@dxs-ts/wrench-api", "@dxs-ts/wrench-routes", "@dxs-ts/stencil-api", "@dxs-ts/stencil-routes", "@dxs-ts/eveli-api", "@dxs-ts/eveli-primitives", "@dxs-ts/eveli-intl", "@dxs-ts/eveli-routes"]).addExternalComponents(["@material-table/core@6.4.4", "@monaco-editor/react@4.7.0", "@mui/icons-material@6.5.0", "@mui/material@6.5.0", "@mui/system@6.5.0", "@mui/x-tree-view@7.29.1", "@tanstack/react-query@5.83.0", "@tanstack/react-router@1.130.2", "@tanstack/react-table@8.21.3", "@uiw/react-md-editor@4.0.8", "@xyflow/react@12.8.2", "diff2html@3.4.52", "elkjs/lib/elk.bundled.js@0.9.3", "file-saver@2.0.5", "js-file-download@0.4.12", "leaflet-geosearch@4.2.0", "luxon@3.7.1", "moment@2.30.1", "monaco-editor@0.52.2", "notistack@3.0.2", "numbro@2.5.0", "react@18.3.1", "react-date-picker@11.0.0", "react-intl@6.8.9", "react-leaflet@4.2.1", "react-markdown@10.1.0", "react-time-picker@7.0.0", "recharts@2.15.4", "ts-md5@1.3.1", "yaml@2.8.1"]).render(), r0t = si("worker/rest/api/version.GET")({
6224
+ const IZt = "2.0.17", AZt = "08/19/2025, 12:56:07", MZt = () => uve.builder().setLogo("logo_1_great_ones_wisdom").setTheme("red").setProjectInfo("@dxs-ts/eveli-ide", "2.0.17", "08/19/2025, 12:56:07").addInternalComponents(["@dxs-ts/wrench-routes", "@dxs-ts/wrench-api", "@dxs-ts/stencil-routes", "@dxs-ts/stencil-api", "@dxs-ts/gamut-theme", "@dxs-ts/gamut-shell", "@dxs-ts/gamut-md", "@dxs-ts/gamut-intl", "@dxs-ts/gamut-form-review", "@dxs-ts/gamut-form", "@dxs-ts/gamut-api", "@dxs-ts/eveli-routes", "@dxs-ts/eveli-primitives", "@dxs-ts/eveli-intl", "@dxs-ts/eveli-api", "@dxs-ts/envir-util", "@dxs-ts/envir-fetch"]).addExternalComponents(["@material-table/core@6.4.4", "@monaco-editor/react@4.7.0", "@mui/icons-material@6.5.0", "@mui/material@6.5.0", "@mui/system@6.5.0", "@mui/x-tree-view@7.29.1", "@tanstack/react-query@5.83.0", "@tanstack/react-router@1.130.2", "@tanstack/react-table@8.21.3", "@uiw/react-md-editor@4.0.8", "@xyflow/react@12.8.2", "diff2html@3.4.52", "elkjs/lib/elk.bundled.js@0.9.3", "file-saver@2.0.5", "js-file-download@0.4.12", "leaflet-geosearch@4.2.0", "luxon@3.7.1", "moment@2.30.1", "monaco-editor@0.52.2", "notistack@3.0.2", "numbro@2.5.0", "react@18.3.1", "react-date-picker@11.0.0", "react-intl@6.8.9", "react-leaflet@4.2.1", "react-markdown@10.1.0", "react-time-picker@7.0.0", "recharts@2.15.4", "ts-md5@1.3.1", "yaml@2.8.1"]).render(), r0t = si("worker/rest/api/version.GET")({
6225
6225
  hook: RZt
6226
6226
  });
6227
6227
  function RZt(d) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxs-ts/eveli-ide",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
4
4
  "description": "Eveli route components - full page layouts, navigation",
5
5
  "type": "module",
6
6
  "publishConfig": {