@dexto/client-sdk 1.7.2 → 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.
- package/dist/client.d.ts +1749 -351
- package/dist/client.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/client.d.ts
CHANGED
|
@@ -11108,13 +11108,7 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
11108
11108
|
description?: string | undefined;
|
|
11109
11109
|
required?: boolean | undefined;
|
|
11110
11110
|
}[] | undefined;
|
|
11111
|
-
disableModelInvocation?: boolean | undefined;
|
|
11112
11111
|
userInvocable?: boolean | undefined;
|
|
11113
|
-
allowedTools?: string[] | undefined;
|
|
11114
|
-
toolkits?: string[] | undefined;
|
|
11115
|
-
model?: string | undefined;
|
|
11116
|
-
context?: "inline" | "fork" | undefined;
|
|
11117
|
-
agent?: string | undefined;
|
|
11118
11112
|
displayName?: string | undefined;
|
|
11119
11113
|
commandName?: string | undefined;
|
|
11120
11114
|
metadata?: {
|
|
@@ -11256,13 +11250,7 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
11256
11250
|
description?: string | undefined;
|
|
11257
11251
|
required?: boolean | undefined;
|
|
11258
11252
|
}[] | undefined;
|
|
11259
|
-
disableModelInvocation?: boolean | undefined;
|
|
11260
11253
|
userInvocable?: boolean | undefined;
|
|
11261
|
-
allowedTools?: string[] | undefined;
|
|
11262
|
-
toolkits?: string[] | undefined;
|
|
11263
|
-
model?: string | undefined;
|
|
11264
|
-
context?: "inline" | "fork" | undefined;
|
|
11265
|
-
agent?: string | undefined;
|
|
11266
11254
|
displayName?: string | undefined;
|
|
11267
11255
|
commandName?: string | undefined;
|
|
11268
11256
|
metadata?: {
|
|
@@ -11517,13 +11505,7 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
11517
11505
|
description?: string | undefined;
|
|
11518
11506
|
required?: boolean | undefined;
|
|
11519
11507
|
}[] | undefined;
|
|
11520
|
-
disableModelInvocation?: boolean | undefined;
|
|
11521
11508
|
userInvocable?: boolean | undefined;
|
|
11522
|
-
allowedTools?: string[] | undefined;
|
|
11523
|
-
toolkits?: string[] | undefined;
|
|
11524
|
-
model?: string | undefined;
|
|
11525
|
-
context?: "inline" | "fork" | undefined;
|
|
11526
|
-
agent?: string | undefined;
|
|
11527
11509
|
};
|
|
11528
11510
|
};
|
|
11529
11511
|
outputFormat: "json";
|
|
@@ -14682,56 +14664,20 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
14682
14664
|
};
|
|
14683
14665
|
} & {
|
|
14684
14666
|
api: {
|
|
14685
|
-
|
|
14667
|
+
skills: import("hono/client").ClientRequest<string, "/api/skills", {
|
|
14686
14668
|
$get: {
|
|
14687
|
-
input: {
|
|
14688
|
-
query: import("zod").input<import("zod").ZodObject<{
|
|
14689
|
-
sessionId: import("zod").ZodString;
|
|
14690
|
-
}, import("zod/v4/core").$strip>>;
|
|
14691
|
-
};
|
|
14669
|
+
input: {};
|
|
14692
14670
|
output: {
|
|
14693
|
-
|
|
14694
|
-
|
|
14695
|
-
|
|
14696
|
-
|
|
14697
|
-
timestamp: string;
|
|
14698
|
-
metadata: {
|
|
14699
|
-
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
14700
|
-
[x: string]: any;
|
|
14701
|
-
} | null)[] | {
|
|
14702
|
-
[x: string]: any;
|
|
14703
|
-
} | null)[] | {
|
|
14704
|
-
[x: string]: any;
|
|
14705
|
-
} | null)[] | {
|
|
14706
|
-
[x: string]: any;
|
|
14707
|
-
} | null)[] | {
|
|
14708
|
-
[x: string]: any;
|
|
14709
|
-
} | null)[] | {
|
|
14710
|
-
[x: string]: any;
|
|
14711
|
-
} | null)[] | {
|
|
14712
|
-
[x: string]: any;
|
|
14713
|
-
} | null)[] | {
|
|
14714
|
-
[x: string]: any;
|
|
14715
|
-
} | null)[] | {
|
|
14716
|
-
[x: string]: any;
|
|
14717
|
-
} | null)[] | {
|
|
14718
|
-
[x: string]: any;
|
|
14719
|
-
} | null)[] | {
|
|
14720
|
-
[x: string]: any;
|
|
14721
|
-
} | null;
|
|
14722
|
-
};
|
|
14723
|
-
sessionId?: string | undefined;
|
|
14724
|
-
timeout?: number | undefined;
|
|
14671
|
+
skills: {
|
|
14672
|
+
id: string;
|
|
14673
|
+
displayName: string;
|
|
14674
|
+
description?: string | undefined;
|
|
14725
14675
|
}[];
|
|
14726
14676
|
};
|
|
14727
14677
|
outputFormat: "json";
|
|
14728
14678
|
status: 200;
|
|
14729
14679
|
} | {
|
|
14730
|
-
input: {
|
|
14731
|
-
query: import("zod").input<import("zod").ZodObject<{
|
|
14732
|
-
sessionId: import("zod").ZodString;
|
|
14733
|
-
}, import("zod/v4/core").$strip>>;
|
|
14734
|
-
};
|
|
14680
|
+
input: {};
|
|
14735
14681
|
output: {
|
|
14736
14682
|
message: string;
|
|
14737
14683
|
endpoint: string;
|
|
@@ -14802,54 +14748,47 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
14802
14748
|
stack?: string | undefined;
|
|
14803
14749
|
};
|
|
14804
14750
|
outputFormat: "json";
|
|
14805
|
-
status:
|
|
14806
|
-
}
|
|
14807
|
-
|
|
14808
|
-
|
|
14809
|
-
|
|
14810
|
-
|
|
14811
|
-
|
|
14812
|
-
|
|
14813
|
-
|
|
14814
|
-
|
|
14815
|
-
|
|
14816
|
-
|
|
14817
|
-
|
|
14818
|
-
|
|
14819
|
-
|
|
14820
|
-
|
|
14821
|
-
|
|
14822
|
-
|
|
14823
|
-
|
|
14824
|
-
|
|
14825
|
-
|
|
14826
|
-
|
|
14827
|
-
|
|
14828
|
-
|
|
14829
|
-
|
|
14830
|
-
|
|
14831
|
-
|
|
14832
|
-
|
|
14833
|
-
|
|
14834
|
-
|
|
14835
|
-
|
|
14836
|
-
[x: string]: any;
|
|
14837
|
-
} | null)[] | {
|
|
14838
|
-
[x: string]: any;
|
|
14839
|
-
} | null)[] | {
|
|
14840
|
-
[x: string]: any;
|
|
14841
|
-
} | null)[] | {
|
|
14842
|
-
[x: string]: any;
|
|
14843
|
-
} | null)[] | {
|
|
14844
|
-
[x: string]: any;
|
|
14845
|
-
} | null | undefined;
|
|
14846
|
-
issues?: {
|
|
14847
|
-
code: string;
|
|
14751
|
+
status: 500;
|
|
14752
|
+
};
|
|
14753
|
+
}>;
|
|
14754
|
+
};
|
|
14755
|
+
} & {
|
|
14756
|
+
api: {
|
|
14757
|
+
skills: {
|
|
14758
|
+
":id": import("hono/client").ClientRequest<string, "/api/skills/:id", {
|
|
14759
|
+
$get: {
|
|
14760
|
+
input: {
|
|
14761
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
14762
|
+
id: import("zod").ZodString;
|
|
14763
|
+
}, import("zod/v4/core").$strip>>;
|
|
14764
|
+
};
|
|
14765
|
+
output: {
|
|
14766
|
+
skill: {
|
|
14767
|
+
id: string;
|
|
14768
|
+
displayName: string;
|
|
14769
|
+
instructions: string;
|
|
14770
|
+
description?: string | undefined;
|
|
14771
|
+
};
|
|
14772
|
+
};
|
|
14773
|
+
outputFormat: "json";
|
|
14774
|
+
status: 200;
|
|
14775
|
+
} | {
|
|
14776
|
+
input: {
|
|
14777
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
14778
|
+
id: import("zod").ZodString;
|
|
14779
|
+
}, import("zod/v4/core").$strip>>;
|
|
14780
|
+
};
|
|
14781
|
+
output: {
|
|
14848
14782
|
message: string;
|
|
14849
|
-
|
|
14850
|
-
|
|
14851
|
-
|
|
14852
|
-
|
|
14783
|
+
endpoint: string;
|
|
14784
|
+
method: string;
|
|
14785
|
+
name?: string | undefined;
|
|
14786
|
+
code?: string | undefined;
|
|
14787
|
+
scope?: string | undefined;
|
|
14788
|
+
type?: string | undefined;
|
|
14789
|
+
severity?: "error" | "warning" | undefined;
|
|
14790
|
+
traceId?: string | undefined;
|
|
14791
|
+
recovery?: string | string[] | undefined;
|
|
14853
14792
|
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
14854
14793
|
[x: string]: any;
|
|
14855
14794
|
} | null)[] | {
|
|
@@ -14873,20 +14812,331 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
14873
14812
|
} | null)[] | {
|
|
14874
14813
|
[x: string]: any;
|
|
14875
14814
|
} | null | undefined;
|
|
14876
|
-
|
|
14877
|
-
|
|
14878
|
-
|
|
14879
|
-
|
|
14815
|
+
issues?: {
|
|
14816
|
+
code: string;
|
|
14817
|
+
message: string;
|
|
14818
|
+
scope: string;
|
|
14819
|
+
type: string;
|
|
14820
|
+
severity: "error" | "warning";
|
|
14821
|
+
path?: (string | number)[] | undefined;
|
|
14822
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
14823
|
+
[x: string]: any;
|
|
14824
|
+
} | null)[] | {
|
|
14825
|
+
[x: string]: any;
|
|
14826
|
+
} | null)[] | {
|
|
14827
|
+
[x: string]: any;
|
|
14828
|
+
} | null)[] | {
|
|
14829
|
+
[x: string]: any;
|
|
14830
|
+
} | null)[] | {
|
|
14831
|
+
[x: string]: any;
|
|
14832
|
+
} | null)[] | {
|
|
14833
|
+
[x: string]: any;
|
|
14834
|
+
} | null)[] | {
|
|
14835
|
+
[x: string]: any;
|
|
14836
|
+
} | null)[] | {
|
|
14837
|
+
[x: string]: any;
|
|
14838
|
+
} | null)[] | {
|
|
14839
|
+
[x: string]: any;
|
|
14840
|
+
} | null)[] | {
|
|
14841
|
+
[x: string]: any;
|
|
14842
|
+
} | null)[] | {
|
|
14843
|
+
[x: string]: any;
|
|
14844
|
+
} | null | undefined;
|
|
14845
|
+
}[] | undefined;
|
|
14846
|
+
errorCount?: number | undefined;
|
|
14847
|
+
warningCount?: number | undefined;
|
|
14848
|
+
stack?: string | undefined;
|
|
14849
|
+
};
|
|
14850
|
+
outputFormat: "json";
|
|
14851
|
+
status: 404;
|
|
14852
|
+
} | {
|
|
14853
|
+
input: {
|
|
14854
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
14855
|
+
id: import("zod").ZodString;
|
|
14856
|
+
}, import("zod/v4/core").$strip>>;
|
|
14857
|
+
};
|
|
14858
|
+
output: {
|
|
14859
|
+
message: string;
|
|
14860
|
+
endpoint: string;
|
|
14861
|
+
method: string;
|
|
14862
|
+
name?: string | undefined;
|
|
14863
|
+
code?: string | undefined;
|
|
14864
|
+
scope?: string | undefined;
|
|
14865
|
+
type?: string | undefined;
|
|
14866
|
+
severity?: "error" | "warning" | undefined;
|
|
14867
|
+
traceId?: string | undefined;
|
|
14868
|
+
recovery?: string | string[] | undefined;
|
|
14869
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
14870
|
+
[x: string]: any;
|
|
14871
|
+
} | null)[] | {
|
|
14872
|
+
[x: string]: any;
|
|
14873
|
+
} | null)[] | {
|
|
14874
|
+
[x: string]: any;
|
|
14875
|
+
} | null)[] | {
|
|
14876
|
+
[x: string]: any;
|
|
14877
|
+
} | null)[] | {
|
|
14878
|
+
[x: string]: any;
|
|
14879
|
+
} | null)[] | {
|
|
14880
|
+
[x: string]: any;
|
|
14881
|
+
} | null)[] | {
|
|
14882
|
+
[x: string]: any;
|
|
14883
|
+
} | null)[] | {
|
|
14884
|
+
[x: string]: any;
|
|
14885
|
+
} | null)[] | {
|
|
14886
|
+
[x: string]: any;
|
|
14887
|
+
} | null)[] | {
|
|
14888
|
+
[x: string]: any;
|
|
14889
|
+
} | null)[] | {
|
|
14890
|
+
[x: string]: any;
|
|
14891
|
+
} | null | undefined;
|
|
14892
|
+
issues?: {
|
|
14893
|
+
code: string;
|
|
14894
|
+
message: string;
|
|
14895
|
+
scope: string;
|
|
14896
|
+
type: string;
|
|
14897
|
+
severity: "error" | "warning";
|
|
14898
|
+
path?: (string | number)[] | undefined;
|
|
14899
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
14900
|
+
[x: string]: any;
|
|
14901
|
+
} | null)[] | {
|
|
14902
|
+
[x: string]: any;
|
|
14903
|
+
} | null)[] | {
|
|
14904
|
+
[x: string]: any;
|
|
14905
|
+
} | null)[] | {
|
|
14906
|
+
[x: string]: any;
|
|
14907
|
+
} | null)[] | {
|
|
14908
|
+
[x: string]: any;
|
|
14909
|
+
} | null)[] | {
|
|
14910
|
+
[x: string]: any;
|
|
14911
|
+
} | null)[] | {
|
|
14912
|
+
[x: string]: any;
|
|
14913
|
+
} | null)[] | {
|
|
14914
|
+
[x: string]: any;
|
|
14915
|
+
} | null)[] | {
|
|
14916
|
+
[x: string]: any;
|
|
14917
|
+
} | null)[] | {
|
|
14918
|
+
[x: string]: any;
|
|
14919
|
+
} | null)[] | {
|
|
14920
|
+
[x: string]: any;
|
|
14921
|
+
} | null | undefined;
|
|
14922
|
+
}[] | undefined;
|
|
14923
|
+
errorCount?: number | undefined;
|
|
14924
|
+
warningCount?: number | undefined;
|
|
14925
|
+
stack?: string | undefined;
|
|
14926
|
+
};
|
|
14927
|
+
outputFormat: "json";
|
|
14928
|
+
status: 500;
|
|
14880
14929
|
};
|
|
14881
|
-
|
|
14882
|
-
|
|
14883
|
-
};
|
|
14884
|
-
}>;
|
|
14930
|
+
}>;
|
|
14931
|
+
};
|
|
14885
14932
|
};
|
|
14886
14933
|
} & {
|
|
14887
14934
|
api: {
|
|
14888
|
-
approvals: {
|
|
14889
|
-
|
|
14935
|
+
approvals: import("hono/client").ClientRequest<string, "/api/approvals", {
|
|
14936
|
+
$get: {
|
|
14937
|
+
input: {
|
|
14938
|
+
query: import("zod").input<import("zod").ZodObject<{
|
|
14939
|
+
sessionId: import("zod").ZodString;
|
|
14940
|
+
}, import("zod/v4/core").$strip>>;
|
|
14941
|
+
};
|
|
14942
|
+
output: {
|
|
14943
|
+
ok: true;
|
|
14944
|
+
approvals: {
|
|
14945
|
+
approvalId: string;
|
|
14946
|
+
type: string;
|
|
14947
|
+
timestamp: string;
|
|
14948
|
+
metadata: {
|
|
14949
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
14950
|
+
[x: string]: any;
|
|
14951
|
+
} | null)[] | {
|
|
14952
|
+
[x: string]: any;
|
|
14953
|
+
} | null)[] | {
|
|
14954
|
+
[x: string]: any;
|
|
14955
|
+
} | null)[] | {
|
|
14956
|
+
[x: string]: any;
|
|
14957
|
+
} | null)[] | {
|
|
14958
|
+
[x: string]: any;
|
|
14959
|
+
} | null)[] | {
|
|
14960
|
+
[x: string]: any;
|
|
14961
|
+
} | null)[] | {
|
|
14962
|
+
[x: string]: any;
|
|
14963
|
+
} | null)[] | {
|
|
14964
|
+
[x: string]: any;
|
|
14965
|
+
} | null)[] | {
|
|
14966
|
+
[x: string]: any;
|
|
14967
|
+
} | null)[] | {
|
|
14968
|
+
[x: string]: any;
|
|
14969
|
+
} | null)[] | {
|
|
14970
|
+
[x: string]: any;
|
|
14971
|
+
} | null;
|
|
14972
|
+
};
|
|
14973
|
+
sessionId?: string | undefined;
|
|
14974
|
+
timeout?: number | undefined;
|
|
14975
|
+
}[];
|
|
14976
|
+
};
|
|
14977
|
+
outputFormat: "json";
|
|
14978
|
+
status: 200;
|
|
14979
|
+
} | {
|
|
14980
|
+
input: {
|
|
14981
|
+
query: import("zod").input<import("zod").ZodObject<{
|
|
14982
|
+
sessionId: import("zod").ZodString;
|
|
14983
|
+
}, import("zod/v4/core").$strip>>;
|
|
14984
|
+
};
|
|
14985
|
+
output: {
|
|
14986
|
+
message: string;
|
|
14987
|
+
endpoint: string;
|
|
14988
|
+
method: string;
|
|
14989
|
+
name?: string | undefined;
|
|
14990
|
+
code?: string | undefined;
|
|
14991
|
+
scope?: string | undefined;
|
|
14992
|
+
type?: string | undefined;
|
|
14993
|
+
severity?: "error" | "warning" | undefined;
|
|
14994
|
+
traceId?: string | undefined;
|
|
14995
|
+
recovery?: string | string[] | undefined;
|
|
14996
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
14997
|
+
[x: string]: any;
|
|
14998
|
+
} | null)[] | {
|
|
14999
|
+
[x: string]: any;
|
|
15000
|
+
} | null)[] | {
|
|
15001
|
+
[x: string]: any;
|
|
15002
|
+
} | null)[] | {
|
|
15003
|
+
[x: string]: any;
|
|
15004
|
+
} | null)[] | {
|
|
15005
|
+
[x: string]: any;
|
|
15006
|
+
} | null)[] | {
|
|
15007
|
+
[x: string]: any;
|
|
15008
|
+
} | null)[] | {
|
|
15009
|
+
[x: string]: any;
|
|
15010
|
+
} | null)[] | {
|
|
15011
|
+
[x: string]: any;
|
|
15012
|
+
} | null)[] | {
|
|
15013
|
+
[x: string]: any;
|
|
15014
|
+
} | null)[] | {
|
|
15015
|
+
[x: string]: any;
|
|
15016
|
+
} | null)[] | {
|
|
15017
|
+
[x: string]: any;
|
|
15018
|
+
} | null | undefined;
|
|
15019
|
+
issues?: {
|
|
15020
|
+
code: string;
|
|
15021
|
+
message: string;
|
|
15022
|
+
scope: string;
|
|
15023
|
+
type: string;
|
|
15024
|
+
severity: "error" | "warning";
|
|
15025
|
+
path?: (string | number)[] | undefined;
|
|
15026
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
15027
|
+
[x: string]: any;
|
|
15028
|
+
} | null)[] | {
|
|
15029
|
+
[x: string]: any;
|
|
15030
|
+
} | null)[] | {
|
|
15031
|
+
[x: string]: any;
|
|
15032
|
+
} | null)[] | {
|
|
15033
|
+
[x: string]: any;
|
|
15034
|
+
} | null)[] | {
|
|
15035
|
+
[x: string]: any;
|
|
15036
|
+
} | null)[] | {
|
|
15037
|
+
[x: string]: any;
|
|
15038
|
+
} | null)[] | {
|
|
15039
|
+
[x: string]: any;
|
|
15040
|
+
} | null)[] | {
|
|
15041
|
+
[x: string]: any;
|
|
15042
|
+
} | null)[] | {
|
|
15043
|
+
[x: string]: any;
|
|
15044
|
+
} | null)[] | {
|
|
15045
|
+
[x: string]: any;
|
|
15046
|
+
} | null)[] | {
|
|
15047
|
+
[x: string]: any;
|
|
15048
|
+
} | null | undefined;
|
|
15049
|
+
}[] | undefined;
|
|
15050
|
+
errorCount?: number | undefined;
|
|
15051
|
+
warningCount?: number | undefined;
|
|
15052
|
+
stack?: string | undefined;
|
|
15053
|
+
};
|
|
15054
|
+
outputFormat: "json";
|
|
15055
|
+
status: 400;
|
|
15056
|
+
} | {
|
|
15057
|
+
input: {
|
|
15058
|
+
query: import("zod").input<import("zod").ZodObject<{
|
|
15059
|
+
sessionId: import("zod").ZodString;
|
|
15060
|
+
}, import("zod/v4/core").$strip>>;
|
|
15061
|
+
};
|
|
15062
|
+
output: {
|
|
15063
|
+
message: string;
|
|
15064
|
+
endpoint: string;
|
|
15065
|
+
method: string;
|
|
15066
|
+
name?: string | undefined;
|
|
15067
|
+
code?: string | undefined;
|
|
15068
|
+
scope?: string | undefined;
|
|
15069
|
+
type?: string | undefined;
|
|
15070
|
+
severity?: "error" | "warning" | undefined;
|
|
15071
|
+
traceId?: string | undefined;
|
|
15072
|
+
recovery?: string | string[] | undefined;
|
|
15073
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
15074
|
+
[x: string]: any;
|
|
15075
|
+
} | null)[] | {
|
|
15076
|
+
[x: string]: any;
|
|
15077
|
+
} | null)[] | {
|
|
15078
|
+
[x: string]: any;
|
|
15079
|
+
} | null)[] | {
|
|
15080
|
+
[x: string]: any;
|
|
15081
|
+
} | null)[] | {
|
|
15082
|
+
[x: string]: any;
|
|
15083
|
+
} | null)[] | {
|
|
15084
|
+
[x: string]: any;
|
|
15085
|
+
} | null)[] | {
|
|
15086
|
+
[x: string]: any;
|
|
15087
|
+
} | null)[] | {
|
|
15088
|
+
[x: string]: any;
|
|
15089
|
+
} | null)[] | {
|
|
15090
|
+
[x: string]: any;
|
|
15091
|
+
} | null)[] | {
|
|
15092
|
+
[x: string]: any;
|
|
15093
|
+
} | null)[] | {
|
|
15094
|
+
[x: string]: any;
|
|
15095
|
+
} | null | undefined;
|
|
15096
|
+
issues?: {
|
|
15097
|
+
code: string;
|
|
15098
|
+
message: string;
|
|
15099
|
+
scope: string;
|
|
15100
|
+
type: string;
|
|
15101
|
+
severity: "error" | "warning";
|
|
15102
|
+
path?: (string | number)[] | undefined;
|
|
15103
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
15104
|
+
[x: string]: any;
|
|
15105
|
+
} | null)[] | {
|
|
15106
|
+
[x: string]: any;
|
|
15107
|
+
} | null)[] | {
|
|
15108
|
+
[x: string]: any;
|
|
15109
|
+
} | null)[] | {
|
|
15110
|
+
[x: string]: any;
|
|
15111
|
+
} | null)[] | {
|
|
15112
|
+
[x: string]: any;
|
|
15113
|
+
} | null)[] | {
|
|
15114
|
+
[x: string]: any;
|
|
15115
|
+
} | null)[] | {
|
|
15116
|
+
[x: string]: any;
|
|
15117
|
+
} | null)[] | {
|
|
15118
|
+
[x: string]: any;
|
|
15119
|
+
} | null)[] | {
|
|
15120
|
+
[x: string]: any;
|
|
15121
|
+
} | null)[] | {
|
|
15122
|
+
[x: string]: any;
|
|
15123
|
+
} | null)[] | {
|
|
15124
|
+
[x: string]: any;
|
|
15125
|
+
} | null | undefined;
|
|
15126
|
+
}[] | undefined;
|
|
15127
|
+
errorCount?: number | undefined;
|
|
15128
|
+
warningCount?: number | undefined;
|
|
15129
|
+
stack?: string | undefined;
|
|
15130
|
+
};
|
|
15131
|
+
outputFormat: "json";
|
|
15132
|
+
status: 500;
|
|
15133
|
+
};
|
|
15134
|
+
}>;
|
|
15135
|
+
};
|
|
15136
|
+
} & {
|
|
15137
|
+
api: {
|
|
15138
|
+
approvals: {
|
|
15139
|
+
":approvalId": import("hono/client").ClientRequest<string, "/api/approvals/:approvalId", {
|
|
14890
15140
|
$post: {
|
|
14891
15141
|
input: {
|
|
14892
15142
|
param: import("zod").input<import("zod").ZodObject<{
|
|
@@ -17899,9 +18149,879 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
17899
18149
|
isDefault: boolean;
|
|
17900
18150
|
};
|
|
17901
18151
|
outputFormat: "json";
|
|
17902
|
-
status: 200;
|
|
18152
|
+
status: 200;
|
|
18153
|
+
} | {
|
|
18154
|
+
input: {};
|
|
18155
|
+
output: {
|
|
18156
|
+
message: string;
|
|
18157
|
+
endpoint: string;
|
|
18158
|
+
method: string;
|
|
18159
|
+
name?: string | undefined;
|
|
18160
|
+
code?: string | undefined;
|
|
18161
|
+
scope?: string | undefined;
|
|
18162
|
+
type?: string | undefined;
|
|
18163
|
+
severity?: "error" | "warning" | undefined;
|
|
18164
|
+
traceId?: string | undefined;
|
|
18165
|
+
recovery?: string | string[] | undefined;
|
|
18166
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18167
|
+
[x: string]: any;
|
|
18168
|
+
} | null)[] | {
|
|
18169
|
+
[x: string]: any;
|
|
18170
|
+
} | null)[] | {
|
|
18171
|
+
[x: string]: any;
|
|
18172
|
+
} | null)[] | {
|
|
18173
|
+
[x: string]: any;
|
|
18174
|
+
} | null)[] | {
|
|
18175
|
+
[x: string]: any;
|
|
18176
|
+
} | null)[] | {
|
|
18177
|
+
[x: string]: any;
|
|
18178
|
+
} | null)[] | {
|
|
18179
|
+
[x: string]: any;
|
|
18180
|
+
} | null)[] | {
|
|
18181
|
+
[x: string]: any;
|
|
18182
|
+
} | null)[] | {
|
|
18183
|
+
[x: string]: any;
|
|
18184
|
+
} | null)[] | {
|
|
18185
|
+
[x: string]: any;
|
|
18186
|
+
} | null)[] | {
|
|
18187
|
+
[x: string]: any;
|
|
18188
|
+
} | null | undefined;
|
|
18189
|
+
issues?: {
|
|
18190
|
+
code: string;
|
|
18191
|
+
message: string;
|
|
18192
|
+
scope: string;
|
|
18193
|
+
type: string;
|
|
18194
|
+
severity: "error" | "warning";
|
|
18195
|
+
path?: (string | number)[] | undefined;
|
|
18196
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18197
|
+
[x: string]: any;
|
|
18198
|
+
} | null)[] | {
|
|
18199
|
+
[x: string]: any;
|
|
18200
|
+
} | null)[] | {
|
|
18201
|
+
[x: string]: any;
|
|
18202
|
+
} | null)[] | {
|
|
18203
|
+
[x: string]: any;
|
|
18204
|
+
} | null)[] | {
|
|
18205
|
+
[x: string]: any;
|
|
18206
|
+
} | null)[] | {
|
|
18207
|
+
[x: string]: any;
|
|
18208
|
+
} | null)[] | {
|
|
18209
|
+
[x: string]: any;
|
|
18210
|
+
} | null)[] | {
|
|
18211
|
+
[x: string]: any;
|
|
18212
|
+
} | null)[] | {
|
|
18213
|
+
[x: string]: any;
|
|
18214
|
+
} | null)[] | {
|
|
18215
|
+
[x: string]: any;
|
|
18216
|
+
} | null)[] | {
|
|
18217
|
+
[x: string]: any;
|
|
18218
|
+
} | null | undefined;
|
|
18219
|
+
}[] | undefined;
|
|
18220
|
+
errorCount?: number | undefined;
|
|
18221
|
+
warningCount?: number | undefined;
|
|
18222
|
+
stack?: string | undefined;
|
|
18223
|
+
};
|
|
18224
|
+
outputFormat: "json";
|
|
18225
|
+
status: 400;
|
|
18226
|
+
} | {
|
|
18227
|
+
input: {};
|
|
18228
|
+
output: {
|
|
18229
|
+
message: string;
|
|
18230
|
+
endpoint: string;
|
|
18231
|
+
method: string;
|
|
18232
|
+
name?: string | undefined;
|
|
18233
|
+
code?: string | undefined;
|
|
18234
|
+
scope?: string | undefined;
|
|
18235
|
+
type?: string | undefined;
|
|
18236
|
+
severity?: "error" | "warning" | undefined;
|
|
18237
|
+
traceId?: string | undefined;
|
|
18238
|
+
recovery?: string | string[] | undefined;
|
|
18239
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18240
|
+
[x: string]: any;
|
|
18241
|
+
} | null)[] | {
|
|
18242
|
+
[x: string]: any;
|
|
18243
|
+
} | null)[] | {
|
|
18244
|
+
[x: string]: any;
|
|
18245
|
+
} | null)[] | {
|
|
18246
|
+
[x: string]: any;
|
|
18247
|
+
} | null)[] | {
|
|
18248
|
+
[x: string]: any;
|
|
18249
|
+
} | null)[] | {
|
|
18250
|
+
[x: string]: any;
|
|
18251
|
+
} | null)[] | {
|
|
18252
|
+
[x: string]: any;
|
|
18253
|
+
} | null)[] | {
|
|
18254
|
+
[x: string]: any;
|
|
18255
|
+
} | null)[] | {
|
|
18256
|
+
[x: string]: any;
|
|
18257
|
+
} | null)[] | {
|
|
18258
|
+
[x: string]: any;
|
|
18259
|
+
} | null)[] | {
|
|
18260
|
+
[x: string]: any;
|
|
18261
|
+
} | null | undefined;
|
|
18262
|
+
issues?: {
|
|
18263
|
+
code: string;
|
|
18264
|
+
message: string;
|
|
18265
|
+
scope: string;
|
|
18266
|
+
type: string;
|
|
18267
|
+
severity: "error" | "warning";
|
|
18268
|
+
path?: (string | number)[] | undefined;
|
|
18269
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18270
|
+
[x: string]: any;
|
|
18271
|
+
} | null)[] | {
|
|
18272
|
+
[x: string]: any;
|
|
18273
|
+
} | null)[] | {
|
|
18274
|
+
[x: string]: any;
|
|
18275
|
+
} | null)[] | {
|
|
18276
|
+
[x: string]: any;
|
|
18277
|
+
} | null)[] | {
|
|
18278
|
+
[x: string]: any;
|
|
18279
|
+
} | null)[] | {
|
|
18280
|
+
[x: string]: any;
|
|
18281
|
+
} | null)[] | {
|
|
18282
|
+
[x: string]: any;
|
|
18283
|
+
} | null)[] | {
|
|
18284
|
+
[x: string]: any;
|
|
18285
|
+
} | null)[] | {
|
|
18286
|
+
[x: string]: any;
|
|
18287
|
+
} | null)[] | {
|
|
18288
|
+
[x: string]: any;
|
|
18289
|
+
} | null)[] | {
|
|
18290
|
+
[x: string]: any;
|
|
18291
|
+
} | null | undefined;
|
|
18292
|
+
}[] | undefined;
|
|
18293
|
+
errorCount?: number | undefined;
|
|
18294
|
+
warningCount?: number | undefined;
|
|
18295
|
+
stack?: string | undefined;
|
|
18296
|
+
};
|
|
18297
|
+
outputFormat: "json";
|
|
18298
|
+
status: 404;
|
|
18299
|
+
} | {
|
|
18300
|
+
input: {};
|
|
18301
|
+
output: {
|
|
18302
|
+
message: string;
|
|
18303
|
+
endpoint: string;
|
|
18304
|
+
method: string;
|
|
18305
|
+
name?: string | undefined;
|
|
18306
|
+
code?: string | undefined;
|
|
18307
|
+
scope?: string | undefined;
|
|
18308
|
+
type?: string | undefined;
|
|
18309
|
+
severity?: "error" | "warning" | undefined;
|
|
18310
|
+
traceId?: string | undefined;
|
|
18311
|
+
recovery?: string | string[] | undefined;
|
|
18312
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18313
|
+
[x: string]: any;
|
|
18314
|
+
} | null)[] | {
|
|
18315
|
+
[x: string]: any;
|
|
18316
|
+
} | null)[] | {
|
|
18317
|
+
[x: string]: any;
|
|
18318
|
+
} | null)[] | {
|
|
18319
|
+
[x: string]: any;
|
|
18320
|
+
} | null)[] | {
|
|
18321
|
+
[x: string]: any;
|
|
18322
|
+
} | null)[] | {
|
|
18323
|
+
[x: string]: any;
|
|
18324
|
+
} | null)[] | {
|
|
18325
|
+
[x: string]: any;
|
|
18326
|
+
} | null)[] | {
|
|
18327
|
+
[x: string]: any;
|
|
18328
|
+
} | null)[] | {
|
|
18329
|
+
[x: string]: any;
|
|
18330
|
+
} | null)[] | {
|
|
18331
|
+
[x: string]: any;
|
|
18332
|
+
} | null)[] | {
|
|
18333
|
+
[x: string]: any;
|
|
18334
|
+
} | null | undefined;
|
|
18335
|
+
issues?: {
|
|
18336
|
+
code: string;
|
|
18337
|
+
message: string;
|
|
18338
|
+
scope: string;
|
|
18339
|
+
type: string;
|
|
18340
|
+
severity: "error" | "warning";
|
|
18341
|
+
path?: (string | number)[] | undefined;
|
|
18342
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18343
|
+
[x: string]: any;
|
|
18344
|
+
} | null)[] | {
|
|
18345
|
+
[x: string]: any;
|
|
18346
|
+
} | null)[] | {
|
|
18347
|
+
[x: string]: any;
|
|
18348
|
+
} | null)[] | {
|
|
18349
|
+
[x: string]: any;
|
|
18350
|
+
} | null)[] | {
|
|
18351
|
+
[x: string]: any;
|
|
18352
|
+
} | null)[] | {
|
|
18353
|
+
[x: string]: any;
|
|
18354
|
+
} | null)[] | {
|
|
18355
|
+
[x: string]: any;
|
|
18356
|
+
} | null)[] | {
|
|
18357
|
+
[x: string]: any;
|
|
18358
|
+
} | null)[] | {
|
|
18359
|
+
[x: string]: any;
|
|
18360
|
+
} | null)[] | {
|
|
18361
|
+
[x: string]: any;
|
|
18362
|
+
} | null)[] | {
|
|
18363
|
+
[x: string]: any;
|
|
18364
|
+
} | null | undefined;
|
|
18365
|
+
}[] | undefined;
|
|
18366
|
+
errorCount?: number | undefined;
|
|
18367
|
+
warningCount?: number | undefined;
|
|
18368
|
+
stack?: string | undefined;
|
|
18369
|
+
};
|
|
18370
|
+
outputFormat: "json";
|
|
18371
|
+
status: 409;
|
|
18372
|
+
} | {
|
|
18373
|
+
input: {};
|
|
18374
|
+
output: {
|
|
18375
|
+
message: string;
|
|
18376
|
+
endpoint: string;
|
|
18377
|
+
method: string;
|
|
18378
|
+
name?: string | undefined;
|
|
18379
|
+
code?: string | undefined;
|
|
18380
|
+
scope?: string | undefined;
|
|
18381
|
+
type?: string | undefined;
|
|
18382
|
+
severity?: "error" | "warning" | undefined;
|
|
18383
|
+
traceId?: string | undefined;
|
|
18384
|
+
recovery?: string | string[] | undefined;
|
|
18385
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18386
|
+
[x: string]: any;
|
|
18387
|
+
} | null)[] | {
|
|
18388
|
+
[x: string]: any;
|
|
18389
|
+
} | null)[] | {
|
|
18390
|
+
[x: string]: any;
|
|
18391
|
+
} | null)[] | {
|
|
18392
|
+
[x: string]: any;
|
|
18393
|
+
} | null)[] | {
|
|
18394
|
+
[x: string]: any;
|
|
18395
|
+
} | null)[] | {
|
|
18396
|
+
[x: string]: any;
|
|
18397
|
+
} | null)[] | {
|
|
18398
|
+
[x: string]: any;
|
|
18399
|
+
} | null)[] | {
|
|
18400
|
+
[x: string]: any;
|
|
18401
|
+
} | null)[] | {
|
|
18402
|
+
[x: string]: any;
|
|
18403
|
+
} | null)[] | {
|
|
18404
|
+
[x: string]: any;
|
|
18405
|
+
} | null)[] | {
|
|
18406
|
+
[x: string]: any;
|
|
18407
|
+
} | null | undefined;
|
|
18408
|
+
issues?: {
|
|
18409
|
+
code: string;
|
|
18410
|
+
message: string;
|
|
18411
|
+
scope: string;
|
|
18412
|
+
type: string;
|
|
18413
|
+
severity: "error" | "warning";
|
|
18414
|
+
path?: (string | number)[] | undefined;
|
|
18415
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18416
|
+
[x: string]: any;
|
|
18417
|
+
} | null)[] | {
|
|
18418
|
+
[x: string]: any;
|
|
18419
|
+
} | null)[] | {
|
|
18420
|
+
[x: string]: any;
|
|
18421
|
+
} | null)[] | {
|
|
18422
|
+
[x: string]: any;
|
|
18423
|
+
} | null)[] | {
|
|
18424
|
+
[x: string]: any;
|
|
18425
|
+
} | null)[] | {
|
|
18426
|
+
[x: string]: any;
|
|
18427
|
+
} | null)[] | {
|
|
18428
|
+
[x: string]: any;
|
|
18429
|
+
} | null)[] | {
|
|
18430
|
+
[x: string]: any;
|
|
18431
|
+
} | null)[] | {
|
|
18432
|
+
[x: string]: any;
|
|
18433
|
+
} | null)[] | {
|
|
18434
|
+
[x: string]: any;
|
|
18435
|
+
} | null)[] | {
|
|
18436
|
+
[x: string]: any;
|
|
18437
|
+
} | null | undefined;
|
|
18438
|
+
}[] | undefined;
|
|
18439
|
+
errorCount?: number | undefined;
|
|
18440
|
+
warningCount?: number | undefined;
|
|
18441
|
+
stack?: string | undefined;
|
|
18442
|
+
};
|
|
18443
|
+
outputFormat: "json";
|
|
18444
|
+
status: 500;
|
|
18445
|
+
};
|
|
18446
|
+
}>;
|
|
18447
|
+
};
|
|
18448
|
+
};
|
|
18449
|
+
} & {
|
|
18450
|
+
api: {
|
|
18451
|
+
agent: {
|
|
18452
|
+
config: import("hono/client").ClientRequest<string, "/api/agent/config", {
|
|
18453
|
+
$get: {
|
|
18454
|
+
input: {};
|
|
18455
|
+
output: {
|
|
18456
|
+
yaml: string;
|
|
18457
|
+
path: string;
|
|
18458
|
+
relativePath: string;
|
|
18459
|
+
lastModified: string;
|
|
18460
|
+
warnings: string[];
|
|
18461
|
+
};
|
|
18462
|
+
outputFormat: "json";
|
|
18463
|
+
status: 200;
|
|
18464
|
+
} | {
|
|
18465
|
+
input: {};
|
|
18466
|
+
output: {
|
|
18467
|
+
message: string;
|
|
18468
|
+
endpoint: string;
|
|
18469
|
+
method: string;
|
|
18470
|
+
name?: string | undefined;
|
|
18471
|
+
code?: string | undefined;
|
|
18472
|
+
scope?: string | undefined;
|
|
18473
|
+
type?: string | undefined;
|
|
18474
|
+
severity?: "error" | "warning" | undefined;
|
|
18475
|
+
traceId?: string | undefined;
|
|
18476
|
+
recovery?: string | string[] | undefined;
|
|
18477
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18478
|
+
[x: string]: any;
|
|
18479
|
+
} | null)[] | {
|
|
18480
|
+
[x: string]: any;
|
|
18481
|
+
} | null)[] | {
|
|
18482
|
+
[x: string]: any;
|
|
18483
|
+
} | null)[] | {
|
|
18484
|
+
[x: string]: any;
|
|
18485
|
+
} | null)[] | {
|
|
18486
|
+
[x: string]: any;
|
|
18487
|
+
} | null)[] | {
|
|
18488
|
+
[x: string]: any;
|
|
18489
|
+
} | null)[] | {
|
|
18490
|
+
[x: string]: any;
|
|
18491
|
+
} | null)[] | {
|
|
18492
|
+
[x: string]: any;
|
|
18493
|
+
} | null)[] | {
|
|
18494
|
+
[x: string]: any;
|
|
18495
|
+
} | null)[] | {
|
|
18496
|
+
[x: string]: any;
|
|
18497
|
+
} | null)[] | {
|
|
18498
|
+
[x: string]: any;
|
|
18499
|
+
} | null | undefined;
|
|
18500
|
+
issues?: {
|
|
18501
|
+
code: string;
|
|
18502
|
+
message: string;
|
|
18503
|
+
scope: string;
|
|
18504
|
+
type: string;
|
|
18505
|
+
severity: "error" | "warning";
|
|
18506
|
+
path?: (string | number)[] | undefined;
|
|
18507
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18508
|
+
[x: string]: any;
|
|
18509
|
+
} | null)[] | {
|
|
18510
|
+
[x: string]: any;
|
|
18511
|
+
} | null)[] | {
|
|
18512
|
+
[x: string]: any;
|
|
18513
|
+
} | null)[] | {
|
|
18514
|
+
[x: string]: any;
|
|
18515
|
+
} | null)[] | {
|
|
18516
|
+
[x: string]: any;
|
|
18517
|
+
} | null)[] | {
|
|
18518
|
+
[x: string]: any;
|
|
18519
|
+
} | null)[] | {
|
|
18520
|
+
[x: string]: any;
|
|
18521
|
+
} | null)[] | {
|
|
18522
|
+
[x: string]: any;
|
|
18523
|
+
} | null)[] | {
|
|
18524
|
+
[x: string]: any;
|
|
18525
|
+
} | null)[] | {
|
|
18526
|
+
[x: string]: any;
|
|
18527
|
+
} | null)[] | {
|
|
18528
|
+
[x: string]: any;
|
|
18529
|
+
} | null | undefined;
|
|
18530
|
+
}[] | undefined;
|
|
18531
|
+
errorCount?: number | undefined;
|
|
18532
|
+
warningCount?: number | undefined;
|
|
18533
|
+
stack?: string | undefined;
|
|
18534
|
+
};
|
|
18535
|
+
outputFormat: "json";
|
|
18536
|
+
status: 400;
|
|
18537
|
+
} | {
|
|
18538
|
+
input: {};
|
|
18539
|
+
output: {
|
|
18540
|
+
message: string;
|
|
18541
|
+
endpoint: string;
|
|
18542
|
+
method: string;
|
|
18543
|
+
name?: string | undefined;
|
|
18544
|
+
code?: string | undefined;
|
|
18545
|
+
scope?: string | undefined;
|
|
18546
|
+
type?: string | undefined;
|
|
18547
|
+
severity?: "error" | "warning" | undefined;
|
|
18548
|
+
traceId?: string | undefined;
|
|
18549
|
+
recovery?: string | string[] | undefined;
|
|
18550
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18551
|
+
[x: string]: any;
|
|
18552
|
+
} | null)[] | {
|
|
18553
|
+
[x: string]: any;
|
|
18554
|
+
} | null)[] | {
|
|
18555
|
+
[x: string]: any;
|
|
18556
|
+
} | null)[] | {
|
|
18557
|
+
[x: string]: any;
|
|
18558
|
+
} | null)[] | {
|
|
18559
|
+
[x: string]: any;
|
|
18560
|
+
} | null)[] | {
|
|
18561
|
+
[x: string]: any;
|
|
18562
|
+
} | null)[] | {
|
|
18563
|
+
[x: string]: any;
|
|
18564
|
+
} | null)[] | {
|
|
18565
|
+
[x: string]: any;
|
|
18566
|
+
} | null)[] | {
|
|
18567
|
+
[x: string]: any;
|
|
18568
|
+
} | null)[] | {
|
|
18569
|
+
[x: string]: any;
|
|
18570
|
+
} | null)[] | {
|
|
18571
|
+
[x: string]: any;
|
|
18572
|
+
} | null | undefined;
|
|
18573
|
+
issues?: {
|
|
18574
|
+
code: string;
|
|
18575
|
+
message: string;
|
|
18576
|
+
scope: string;
|
|
18577
|
+
type: string;
|
|
18578
|
+
severity: "error" | "warning";
|
|
18579
|
+
path?: (string | number)[] | undefined;
|
|
18580
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18581
|
+
[x: string]: any;
|
|
18582
|
+
} | null)[] | {
|
|
18583
|
+
[x: string]: any;
|
|
18584
|
+
} | null)[] | {
|
|
18585
|
+
[x: string]: any;
|
|
18586
|
+
} | null)[] | {
|
|
18587
|
+
[x: string]: any;
|
|
18588
|
+
} | null)[] | {
|
|
18589
|
+
[x: string]: any;
|
|
18590
|
+
} | null)[] | {
|
|
18591
|
+
[x: string]: any;
|
|
18592
|
+
} | null)[] | {
|
|
18593
|
+
[x: string]: any;
|
|
18594
|
+
} | null)[] | {
|
|
18595
|
+
[x: string]: any;
|
|
18596
|
+
} | null)[] | {
|
|
18597
|
+
[x: string]: any;
|
|
18598
|
+
} | null)[] | {
|
|
18599
|
+
[x: string]: any;
|
|
18600
|
+
} | null)[] | {
|
|
18601
|
+
[x: string]: any;
|
|
18602
|
+
} | null | undefined;
|
|
18603
|
+
}[] | undefined;
|
|
18604
|
+
errorCount?: number | undefined;
|
|
18605
|
+
warningCount?: number | undefined;
|
|
18606
|
+
stack?: string | undefined;
|
|
18607
|
+
};
|
|
18608
|
+
outputFormat: "json";
|
|
18609
|
+
status: 404;
|
|
18610
|
+
} | {
|
|
18611
|
+
input: {};
|
|
18612
|
+
output: {
|
|
18613
|
+
message: string;
|
|
18614
|
+
endpoint: string;
|
|
18615
|
+
method: string;
|
|
18616
|
+
name?: string | undefined;
|
|
18617
|
+
code?: string | undefined;
|
|
18618
|
+
scope?: string | undefined;
|
|
18619
|
+
type?: string | undefined;
|
|
18620
|
+
severity?: "error" | "warning" | undefined;
|
|
18621
|
+
traceId?: string | undefined;
|
|
18622
|
+
recovery?: string | string[] | undefined;
|
|
18623
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18624
|
+
[x: string]: any;
|
|
18625
|
+
} | null)[] | {
|
|
18626
|
+
[x: string]: any;
|
|
18627
|
+
} | null)[] | {
|
|
18628
|
+
[x: string]: any;
|
|
18629
|
+
} | null)[] | {
|
|
18630
|
+
[x: string]: any;
|
|
18631
|
+
} | null)[] | {
|
|
18632
|
+
[x: string]: any;
|
|
18633
|
+
} | null)[] | {
|
|
18634
|
+
[x: string]: any;
|
|
18635
|
+
} | null)[] | {
|
|
18636
|
+
[x: string]: any;
|
|
18637
|
+
} | null)[] | {
|
|
18638
|
+
[x: string]: any;
|
|
18639
|
+
} | null)[] | {
|
|
18640
|
+
[x: string]: any;
|
|
18641
|
+
} | null)[] | {
|
|
18642
|
+
[x: string]: any;
|
|
18643
|
+
} | null)[] | {
|
|
18644
|
+
[x: string]: any;
|
|
18645
|
+
} | null | undefined;
|
|
18646
|
+
issues?: {
|
|
18647
|
+
code: string;
|
|
18648
|
+
message: string;
|
|
18649
|
+
scope: string;
|
|
18650
|
+
type: string;
|
|
18651
|
+
severity: "error" | "warning";
|
|
18652
|
+
path?: (string | number)[] | undefined;
|
|
18653
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18654
|
+
[x: string]: any;
|
|
18655
|
+
} | null)[] | {
|
|
18656
|
+
[x: string]: any;
|
|
18657
|
+
} | null)[] | {
|
|
18658
|
+
[x: string]: any;
|
|
18659
|
+
} | null)[] | {
|
|
18660
|
+
[x: string]: any;
|
|
18661
|
+
} | null)[] | {
|
|
18662
|
+
[x: string]: any;
|
|
18663
|
+
} | null)[] | {
|
|
18664
|
+
[x: string]: any;
|
|
18665
|
+
} | null)[] | {
|
|
18666
|
+
[x: string]: any;
|
|
18667
|
+
} | null)[] | {
|
|
18668
|
+
[x: string]: any;
|
|
18669
|
+
} | null)[] | {
|
|
18670
|
+
[x: string]: any;
|
|
18671
|
+
} | null)[] | {
|
|
18672
|
+
[x: string]: any;
|
|
18673
|
+
} | null)[] | {
|
|
18674
|
+
[x: string]: any;
|
|
18675
|
+
} | null | undefined;
|
|
18676
|
+
}[] | undefined;
|
|
18677
|
+
errorCount?: number | undefined;
|
|
18678
|
+
warningCount?: number | undefined;
|
|
18679
|
+
stack?: string | undefined;
|
|
18680
|
+
};
|
|
18681
|
+
outputFormat: "json";
|
|
18682
|
+
status: 409;
|
|
18683
|
+
} | {
|
|
18684
|
+
input: {};
|
|
18685
|
+
output: {
|
|
18686
|
+
message: string;
|
|
18687
|
+
endpoint: string;
|
|
18688
|
+
method: string;
|
|
18689
|
+
name?: string | undefined;
|
|
18690
|
+
code?: string | undefined;
|
|
18691
|
+
scope?: string | undefined;
|
|
18692
|
+
type?: string | undefined;
|
|
18693
|
+
severity?: "error" | "warning" | undefined;
|
|
18694
|
+
traceId?: string | undefined;
|
|
18695
|
+
recovery?: string | string[] | undefined;
|
|
18696
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18697
|
+
[x: string]: any;
|
|
18698
|
+
} | null)[] | {
|
|
18699
|
+
[x: string]: any;
|
|
18700
|
+
} | null)[] | {
|
|
18701
|
+
[x: string]: any;
|
|
18702
|
+
} | null)[] | {
|
|
18703
|
+
[x: string]: any;
|
|
18704
|
+
} | null)[] | {
|
|
18705
|
+
[x: string]: any;
|
|
18706
|
+
} | null)[] | {
|
|
18707
|
+
[x: string]: any;
|
|
18708
|
+
} | null)[] | {
|
|
18709
|
+
[x: string]: any;
|
|
18710
|
+
} | null)[] | {
|
|
18711
|
+
[x: string]: any;
|
|
18712
|
+
} | null)[] | {
|
|
18713
|
+
[x: string]: any;
|
|
18714
|
+
} | null)[] | {
|
|
18715
|
+
[x: string]: any;
|
|
18716
|
+
} | null)[] | {
|
|
18717
|
+
[x: string]: any;
|
|
18718
|
+
} | null | undefined;
|
|
18719
|
+
issues?: {
|
|
18720
|
+
code: string;
|
|
18721
|
+
message: string;
|
|
18722
|
+
scope: string;
|
|
18723
|
+
type: string;
|
|
18724
|
+
severity: "error" | "warning";
|
|
18725
|
+
path?: (string | number)[] | undefined;
|
|
18726
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18727
|
+
[x: string]: any;
|
|
18728
|
+
} | null)[] | {
|
|
18729
|
+
[x: string]: any;
|
|
18730
|
+
} | null)[] | {
|
|
18731
|
+
[x: string]: any;
|
|
18732
|
+
} | null)[] | {
|
|
18733
|
+
[x: string]: any;
|
|
18734
|
+
} | null)[] | {
|
|
18735
|
+
[x: string]: any;
|
|
18736
|
+
} | null)[] | {
|
|
18737
|
+
[x: string]: any;
|
|
18738
|
+
} | null)[] | {
|
|
18739
|
+
[x: string]: any;
|
|
18740
|
+
} | null)[] | {
|
|
18741
|
+
[x: string]: any;
|
|
18742
|
+
} | null)[] | {
|
|
18743
|
+
[x: string]: any;
|
|
18744
|
+
} | null)[] | {
|
|
18745
|
+
[x: string]: any;
|
|
18746
|
+
} | null)[] | {
|
|
18747
|
+
[x: string]: any;
|
|
18748
|
+
} | null | undefined;
|
|
18749
|
+
}[] | undefined;
|
|
18750
|
+
errorCount?: number | undefined;
|
|
18751
|
+
warningCount?: number | undefined;
|
|
18752
|
+
stack?: string | undefined;
|
|
18753
|
+
};
|
|
18754
|
+
outputFormat: "json";
|
|
18755
|
+
status: 500;
|
|
18756
|
+
};
|
|
18757
|
+
}>;
|
|
18758
|
+
};
|
|
18759
|
+
};
|
|
18760
|
+
} & {
|
|
18761
|
+
api: {
|
|
18762
|
+
agent: {
|
|
18763
|
+
validate: import("hono/client").ClientRequest<string, "/api/agent/validate", {
|
|
18764
|
+
$post: {
|
|
18765
|
+
input: {
|
|
18766
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
18767
|
+
yaml: import("zod").ZodString;
|
|
18768
|
+
}, import("zod/v4/core").$strip>>;
|
|
18769
|
+
};
|
|
18770
|
+
output: {
|
|
18771
|
+
valid: boolean;
|
|
18772
|
+
errors: {
|
|
18773
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
18774
|
+
message: string;
|
|
18775
|
+
code: string;
|
|
18776
|
+
line?: number | undefined;
|
|
18777
|
+
column?: number | undefined;
|
|
18778
|
+
path?: string | undefined;
|
|
18779
|
+
}[];
|
|
18780
|
+
warnings: {
|
|
18781
|
+
path: string;
|
|
18782
|
+
message: string;
|
|
18783
|
+
code: string;
|
|
18784
|
+
}[];
|
|
18785
|
+
};
|
|
18786
|
+
outputFormat: "json";
|
|
18787
|
+
status: 200;
|
|
18788
|
+
} | {
|
|
18789
|
+
input: {
|
|
18790
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
18791
|
+
yaml: import("zod").ZodString;
|
|
18792
|
+
}, import("zod/v4/core").$strip>>;
|
|
18793
|
+
};
|
|
18794
|
+
output: {
|
|
18795
|
+
message: string;
|
|
18796
|
+
endpoint: string;
|
|
18797
|
+
method: string;
|
|
18798
|
+
name?: string | undefined;
|
|
18799
|
+
code?: string | undefined;
|
|
18800
|
+
scope?: string | undefined;
|
|
18801
|
+
type?: string | undefined;
|
|
18802
|
+
severity?: "error" | "warning" | undefined;
|
|
18803
|
+
traceId?: string | undefined;
|
|
18804
|
+
recovery?: string | string[] | undefined;
|
|
18805
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18806
|
+
[x: string]: any;
|
|
18807
|
+
} | null)[] | {
|
|
18808
|
+
[x: string]: any;
|
|
18809
|
+
} | null)[] | {
|
|
18810
|
+
[x: string]: any;
|
|
18811
|
+
} | null)[] | {
|
|
18812
|
+
[x: string]: any;
|
|
18813
|
+
} | null)[] | {
|
|
18814
|
+
[x: string]: any;
|
|
18815
|
+
} | null)[] | {
|
|
18816
|
+
[x: string]: any;
|
|
18817
|
+
} | null)[] | {
|
|
18818
|
+
[x: string]: any;
|
|
18819
|
+
} | null)[] | {
|
|
18820
|
+
[x: string]: any;
|
|
18821
|
+
} | null)[] | {
|
|
18822
|
+
[x: string]: any;
|
|
18823
|
+
} | null)[] | {
|
|
18824
|
+
[x: string]: any;
|
|
18825
|
+
} | null)[] | {
|
|
18826
|
+
[x: string]: any;
|
|
18827
|
+
} | null | undefined;
|
|
18828
|
+
issues?: {
|
|
18829
|
+
code: string;
|
|
18830
|
+
message: string;
|
|
18831
|
+
scope: string;
|
|
18832
|
+
type: string;
|
|
18833
|
+
severity: "error" | "warning";
|
|
18834
|
+
path?: (string | number)[] | undefined;
|
|
18835
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18836
|
+
[x: string]: any;
|
|
18837
|
+
} | null)[] | {
|
|
18838
|
+
[x: string]: any;
|
|
18839
|
+
} | null)[] | {
|
|
18840
|
+
[x: string]: any;
|
|
18841
|
+
} | null)[] | {
|
|
18842
|
+
[x: string]: any;
|
|
18843
|
+
} | null)[] | {
|
|
18844
|
+
[x: string]: any;
|
|
18845
|
+
} | null)[] | {
|
|
18846
|
+
[x: string]: any;
|
|
18847
|
+
} | null)[] | {
|
|
18848
|
+
[x: string]: any;
|
|
18849
|
+
} | null)[] | {
|
|
18850
|
+
[x: string]: any;
|
|
18851
|
+
} | null)[] | {
|
|
18852
|
+
[x: string]: any;
|
|
18853
|
+
} | null)[] | {
|
|
18854
|
+
[x: string]: any;
|
|
18855
|
+
} | null)[] | {
|
|
18856
|
+
[x: string]: any;
|
|
18857
|
+
} | null | undefined;
|
|
18858
|
+
}[] | undefined;
|
|
18859
|
+
errorCount?: number | undefined;
|
|
18860
|
+
warningCount?: number | undefined;
|
|
18861
|
+
stack?: string | undefined;
|
|
18862
|
+
};
|
|
18863
|
+
outputFormat: "json";
|
|
18864
|
+
status: 400;
|
|
18865
|
+
} | {
|
|
18866
|
+
input: {
|
|
18867
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
18868
|
+
yaml: import("zod").ZodString;
|
|
18869
|
+
}, import("zod/v4/core").$strip>>;
|
|
18870
|
+
};
|
|
18871
|
+
output: {
|
|
18872
|
+
message: string;
|
|
18873
|
+
endpoint: string;
|
|
18874
|
+
method: string;
|
|
18875
|
+
name?: string | undefined;
|
|
18876
|
+
code?: string | undefined;
|
|
18877
|
+
scope?: string | undefined;
|
|
18878
|
+
type?: string | undefined;
|
|
18879
|
+
severity?: "error" | "warning" | undefined;
|
|
18880
|
+
traceId?: string | undefined;
|
|
18881
|
+
recovery?: string | string[] | undefined;
|
|
18882
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18883
|
+
[x: string]: any;
|
|
18884
|
+
} | null)[] | {
|
|
18885
|
+
[x: string]: any;
|
|
18886
|
+
} | null)[] | {
|
|
18887
|
+
[x: string]: any;
|
|
18888
|
+
} | null)[] | {
|
|
18889
|
+
[x: string]: any;
|
|
18890
|
+
} | null)[] | {
|
|
18891
|
+
[x: string]: any;
|
|
18892
|
+
} | null)[] | {
|
|
18893
|
+
[x: string]: any;
|
|
18894
|
+
} | null)[] | {
|
|
18895
|
+
[x: string]: any;
|
|
18896
|
+
} | null)[] | {
|
|
18897
|
+
[x: string]: any;
|
|
18898
|
+
} | null)[] | {
|
|
18899
|
+
[x: string]: any;
|
|
18900
|
+
} | null)[] | {
|
|
18901
|
+
[x: string]: any;
|
|
18902
|
+
} | null)[] | {
|
|
18903
|
+
[x: string]: any;
|
|
18904
|
+
} | null | undefined;
|
|
18905
|
+
issues?: {
|
|
18906
|
+
code: string;
|
|
18907
|
+
message: string;
|
|
18908
|
+
scope: string;
|
|
18909
|
+
type: string;
|
|
18910
|
+
severity: "error" | "warning";
|
|
18911
|
+
path?: (string | number)[] | undefined;
|
|
18912
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18913
|
+
[x: string]: any;
|
|
18914
|
+
} | null)[] | {
|
|
18915
|
+
[x: string]: any;
|
|
18916
|
+
} | null)[] | {
|
|
18917
|
+
[x: string]: any;
|
|
18918
|
+
} | null)[] | {
|
|
18919
|
+
[x: string]: any;
|
|
18920
|
+
} | null)[] | {
|
|
18921
|
+
[x: string]: any;
|
|
18922
|
+
} | null)[] | {
|
|
18923
|
+
[x: string]: any;
|
|
18924
|
+
} | null)[] | {
|
|
18925
|
+
[x: string]: any;
|
|
18926
|
+
} | null)[] | {
|
|
18927
|
+
[x: string]: any;
|
|
18928
|
+
} | null)[] | {
|
|
18929
|
+
[x: string]: any;
|
|
18930
|
+
} | null)[] | {
|
|
18931
|
+
[x: string]: any;
|
|
18932
|
+
} | null)[] | {
|
|
18933
|
+
[x: string]: any;
|
|
18934
|
+
} | null | undefined;
|
|
18935
|
+
}[] | undefined;
|
|
18936
|
+
errorCount?: number | undefined;
|
|
18937
|
+
warningCount?: number | undefined;
|
|
18938
|
+
stack?: string | undefined;
|
|
18939
|
+
};
|
|
18940
|
+
outputFormat: "json";
|
|
18941
|
+
status: 404;
|
|
18942
|
+
} | {
|
|
18943
|
+
input: {
|
|
18944
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
18945
|
+
yaml: import("zod").ZodString;
|
|
18946
|
+
}, import("zod/v4/core").$strip>>;
|
|
18947
|
+
};
|
|
18948
|
+
output: {
|
|
18949
|
+
message: string;
|
|
18950
|
+
endpoint: string;
|
|
18951
|
+
method: string;
|
|
18952
|
+
name?: string | undefined;
|
|
18953
|
+
code?: string | undefined;
|
|
18954
|
+
scope?: string | undefined;
|
|
18955
|
+
type?: string | undefined;
|
|
18956
|
+
severity?: "error" | "warning" | undefined;
|
|
18957
|
+
traceId?: string | undefined;
|
|
18958
|
+
recovery?: string | string[] | undefined;
|
|
18959
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18960
|
+
[x: string]: any;
|
|
18961
|
+
} | null)[] | {
|
|
18962
|
+
[x: string]: any;
|
|
18963
|
+
} | null)[] | {
|
|
18964
|
+
[x: string]: any;
|
|
18965
|
+
} | null)[] | {
|
|
18966
|
+
[x: string]: any;
|
|
18967
|
+
} | null)[] | {
|
|
18968
|
+
[x: string]: any;
|
|
18969
|
+
} | null)[] | {
|
|
18970
|
+
[x: string]: any;
|
|
18971
|
+
} | null)[] | {
|
|
18972
|
+
[x: string]: any;
|
|
18973
|
+
} | null)[] | {
|
|
18974
|
+
[x: string]: any;
|
|
18975
|
+
} | null)[] | {
|
|
18976
|
+
[x: string]: any;
|
|
18977
|
+
} | null)[] | {
|
|
18978
|
+
[x: string]: any;
|
|
18979
|
+
} | null)[] | {
|
|
18980
|
+
[x: string]: any;
|
|
18981
|
+
} | null | undefined;
|
|
18982
|
+
issues?: {
|
|
18983
|
+
code: string;
|
|
18984
|
+
message: string;
|
|
18985
|
+
scope: string;
|
|
18986
|
+
type: string;
|
|
18987
|
+
severity: "error" | "warning";
|
|
18988
|
+
path?: (string | number)[] | undefined;
|
|
18989
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18990
|
+
[x: string]: any;
|
|
18991
|
+
} | null)[] | {
|
|
18992
|
+
[x: string]: any;
|
|
18993
|
+
} | null)[] | {
|
|
18994
|
+
[x: string]: any;
|
|
18995
|
+
} | null)[] | {
|
|
18996
|
+
[x: string]: any;
|
|
18997
|
+
} | null)[] | {
|
|
18998
|
+
[x: string]: any;
|
|
18999
|
+
} | null)[] | {
|
|
19000
|
+
[x: string]: any;
|
|
19001
|
+
} | null)[] | {
|
|
19002
|
+
[x: string]: any;
|
|
19003
|
+
} | null)[] | {
|
|
19004
|
+
[x: string]: any;
|
|
19005
|
+
} | null)[] | {
|
|
19006
|
+
[x: string]: any;
|
|
19007
|
+
} | null)[] | {
|
|
19008
|
+
[x: string]: any;
|
|
19009
|
+
} | null)[] | {
|
|
19010
|
+
[x: string]: any;
|
|
19011
|
+
} | null | undefined;
|
|
19012
|
+
}[] | undefined;
|
|
19013
|
+
errorCount?: number | undefined;
|
|
19014
|
+
warningCount?: number | undefined;
|
|
19015
|
+
stack?: string | undefined;
|
|
19016
|
+
};
|
|
19017
|
+
outputFormat: "json";
|
|
19018
|
+
status: 409;
|
|
17903
19019
|
} | {
|
|
17904
|
-
input: {
|
|
19020
|
+
input: {
|
|
19021
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
19022
|
+
yaml: import("zod").ZodString;
|
|
19023
|
+
}, import("zod/v4/core").$strip>>;
|
|
19024
|
+
};
|
|
17905
19025
|
output: {
|
|
17906
19026
|
message: string;
|
|
17907
19027
|
endpoint: string;
|
|
@@ -17972,9 +19092,37 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
17972
19092
|
stack?: string | undefined;
|
|
17973
19093
|
};
|
|
17974
19094
|
outputFormat: "json";
|
|
17975
|
-
status:
|
|
19095
|
+
status: 500;
|
|
19096
|
+
};
|
|
19097
|
+
}>;
|
|
19098
|
+
};
|
|
19099
|
+
};
|
|
19100
|
+
} & {
|
|
19101
|
+
api: {
|
|
19102
|
+
agent: {
|
|
19103
|
+
config: import("hono/client").ClientRequest<string, "/api/agent/config", {
|
|
19104
|
+
$post: {
|
|
19105
|
+
input: {
|
|
19106
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
19107
|
+
yaml: import("zod").ZodString;
|
|
19108
|
+
}, import("zod/v4/core").$strip>>;
|
|
19109
|
+
};
|
|
19110
|
+
output: {
|
|
19111
|
+
ok: true;
|
|
19112
|
+
path: string;
|
|
19113
|
+
reloaded: boolean;
|
|
19114
|
+
restarted: boolean;
|
|
19115
|
+
changesApplied: string[];
|
|
19116
|
+
message: string;
|
|
19117
|
+
};
|
|
19118
|
+
outputFormat: "json";
|
|
19119
|
+
status: 200;
|
|
17976
19120
|
} | {
|
|
17977
|
-
input: {
|
|
19121
|
+
input: {
|
|
19122
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
19123
|
+
yaml: import("zod").ZodString;
|
|
19124
|
+
}, import("zod/v4/core").$strip>>;
|
|
19125
|
+
};
|
|
17978
19126
|
output: {
|
|
17979
19127
|
message: string;
|
|
17980
19128
|
endpoint: string;
|
|
@@ -18045,9 +19193,13 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18045
19193
|
stack?: string | undefined;
|
|
18046
19194
|
};
|
|
18047
19195
|
outputFormat: "json";
|
|
18048
|
-
status:
|
|
19196
|
+
status: 400;
|
|
18049
19197
|
} | {
|
|
18050
|
-
input: {
|
|
19198
|
+
input: {
|
|
19199
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
19200
|
+
yaml: import("zod").ZodString;
|
|
19201
|
+
}, import("zod/v4/core").$strip>>;
|
|
19202
|
+
};
|
|
18051
19203
|
output: {
|
|
18052
19204
|
message: string;
|
|
18053
19205
|
endpoint: string;
|
|
@@ -18118,9 +19270,13 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18118
19270
|
stack?: string | undefined;
|
|
18119
19271
|
};
|
|
18120
19272
|
outputFormat: "json";
|
|
18121
|
-
status:
|
|
19273
|
+
status: 404;
|
|
18122
19274
|
} | {
|
|
18123
|
-
input: {
|
|
19275
|
+
input: {
|
|
19276
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
19277
|
+
yaml: import("zod").ZodString;
|
|
19278
|
+
}, import("zod/v4/core").$strip>>;
|
|
19279
|
+
};
|
|
18124
19280
|
output: {
|
|
18125
19281
|
message: string;
|
|
18126
19282
|
endpoint: string;
|
|
@@ -18191,28 +19347,13 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18191
19347
|
stack?: string | undefined;
|
|
18192
19348
|
};
|
|
18193
19349
|
outputFormat: "json";
|
|
18194
|
-
status:
|
|
18195
|
-
};
|
|
18196
|
-
}>;
|
|
18197
|
-
};
|
|
18198
|
-
};
|
|
18199
|
-
} & {
|
|
18200
|
-
api: {
|
|
18201
|
-
agent: {
|
|
18202
|
-
config: import("hono/client").ClientRequest<string, "/api/agent/config", {
|
|
18203
|
-
$get: {
|
|
18204
|
-
input: {};
|
|
18205
|
-
output: {
|
|
18206
|
-
yaml: string;
|
|
18207
|
-
path: string;
|
|
18208
|
-
relativePath: string;
|
|
18209
|
-
lastModified: string;
|
|
18210
|
-
warnings: string[];
|
|
18211
|
-
};
|
|
18212
|
-
outputFormat: "json";
|
|
18213
|
-
status: 200;
|
|
19350
|
+
status: 409;
|
|
18214
19351
|
} | {
|
|
18215
|
-
input: {
|
|
19352
|
+
input: {
|
|
19353
|
+
json: import("zod").input<import("zod").ZodObject<{
|
|
19354
|
+
yaml: import("zod").ZodString;
|
|
19355
|
+
}, import("zod/v4/core").$strip>>;
|
|
19356
|
+
};
|
|
18216
19357
|
output: {
|
|
18217
19358
|
message: string;
|
|
18218
19359
|
endpoint: string;
|
|
@@ -18283,9 +19424,118 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18283
19424
|
stack?: string | undefined;
|
|
18284
19425
|
};
|
|
18285
19426
|
outputFormat: "json";
|
|
18286
|
-
status:
|
|
19427
|
+
status: 500;
|
|
19428
|
+
};
|
|
19429
|
+
}>;
|
|
19430
|
+
};
|
|
19431
|
+
};
|
|
19432
|
+
} & {
|
|
19433
|
+
api: {
|
|
19434
|
+
agent: {
|
|
19435
|
+
config: {
|
|
19436
|
+
export: import("hono/client").ClientRequest<string, "/api/agent/config/export", {
|
|
19437
|
+
$get: {
|
|
19438
|
+
input: {
|
|
19439
|
+
query: import("zod").input<import("zod").ZodObject<{
|
|
19440
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19441
|
+
}, import("zod/v4/core").$strip>>;
|
|
19442
|
+
};
|
|
19443
|
+
output: Response;
|
|
19444
|
+
outputFormat: "json";
|
|
19445
|
+
status: import("hono/utils/http-status").StatusCode;
|
|
19446
|
+
};
|
|
19447
|
+
}>;
|
|
19448
|
+
};
|
|
19449
|
+
};
|
|
19450
|
+
};
|
|
19451
|
+
} & {
|
|
19452
|
+
api: {
|
|
19453
|
+
steer: {
|
|
19454
|
+
":sessionId": import("hono/client").ClientRequest<string, "/api/steer/:sessionId", {
|
|
19455
|
+
$get: {
|
|
19456
|
+
input: {
|
|
19457
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
19458
|
+
sessionId: import("zod").ZodString;
|
|
19459
|
+
}, import("zod/v4/core").$strip>>;
|
|
19460
|
+
};
|
|
19461
|
+
output: {
|
|
19462
|
+
messages: {
|
|
19463
|
+
id: string;
|
|
19464
|
+
content: ({
|
|
19465
|
+
type: "text";
|
|
19466
|
+
text: string;
|
|
19467
|
+
} | {
|
|
19468
|
+
type: "image";
|
|
19469
|
+
image: string;
|
|
19470
|
+
mimeType?: string | undefined;
|
|
19471
|
+
} | {
|
|
19472
|
+
type: "file";
|
|
19473
|
+
data: string;
|
|
19474
|
+
mimeType: string;
|
|
19475
|
+
filename?: string | undefined;
|
|
19476
|
+
} | {
|
|
19477
|
+
type: "resource";
|
|
19478
|
+
uri: string;
|
|
19479
|
+
name: string;
|
|
19480
|
+
mimeType: string;
|
|
19481
|
+
kind: "text" | "binary" | "image" | "audio" | "video";
|
|
19482
|
+
size?: number | undefined;
|
|
19483
|
+
metadata?: {
|
|
19484
|
+
mtimeMs?: number | undefined;
|
|
19485
|
+
source?: "tool" | "filesystem" | "upload" | "generated" | "remote" | undefined;
|
|
19486
|
+
} | undefined;
|
|
19487
|
+
} | {
|
|
19488
|
+
type: "ui-resource";
|
|
19489
|
+
uri: string;
|
|
19490
|
+
mimeType: string;
|
|
19491
|
+
content?: string | undefined;
|
|
19492
|
+
blob?: string | undefined;
|
|
19493
|
+
metadata?: {
|
|
19494
|
+
title?: string | undefined;
|
|
19495
|
+
preferredSize?: {
|
|
19496
|
+
width: number;
|
|
19497
|
+
height: number;
|
|
19498
|
+
} | undefined;
|
|
19499
|
+
} | undefined;
|
|
19500
|
+
})[];
|
|
19501
|
+
queuedAt: number;
|
|
19502
|
+
metadata?: {
|
|
19503
|
+
[x: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
19504
|
+
[x: string]: any;
|
|
19505
|
+
} | null)[] | {
|
|
19506
|
+
[x: string]: any;
|
|
19507
|
+
} | null)[] | {
|
|
19508
|
+
[x: string]: any;
|
|
19509
|
+
} | null)[] | {
|
|
19510
|
+
[x: string]: any;
|
|
19511
|
+
} | null)[] | {
|
|
19512
|
+
[x: string]: any;
|
|
19513
|
+
} | null)[] | {
|
|
19514
|
+
[x: string]: any;
|
|
19515
|
+
} | null)[] | {
|
|
19516
|
+
[x: string]: any;
|
|
19517
|
+
} | null)[] | {
|
|
19518
|
+
[x: string]: any;
|
|
19519
|
+
} | null)[] | {
|
|
19520
|
+
[x: string]: any;
|
|
19521
|
+
} | null)[] | {
|
|
19522
|
+
[x: string]: any;
|
|
19523
|
+
} | null)[] | {
|
|
19524
|
+
[x: string]: any;
|
|
19525
|
+
} | null;
|
|
19526
|
+
} | undefined;
|
|
19527
|
+
kind?: "default" | "background" | undefined;
|
|
19528
|
+
}[];
|
|
19529
|
+
count: number;
|
|
19530
|
+
};
|
|
19531
|
+
outputFormat: "json";
|
|
19532
|
+
status: 200;
|
|
18287
19533
|
} | {
|
|
18288
|
-
input: {
|
|
19534
|
+
input: {
|
|
19535
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
19536
|
+
sessionId: import("zod").ZodString;
|
|
19537
|
+
}, import("zod/v4/core").$strip>>;
|
|
19538
|
+
};
|
|
18289
19539
|
output: {
|
|
18290
19540
|
message: string;
|
|
18291
19541
|
endpoint: string;
|
|
@@ -18356,9 +19606,13 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18356
19606
|
stack?: string | undefined;
|
|
18357
19607
|
};
|
|
18358
19608
|
outputFormat: "json";
|
|
18359
|
-
status:
|
|
19609
|
+
status: 400;
|
|
18360
19610
|
} | {
|
|
18361
|
-
input: {
|
|
19611
|
+
input: {
|
|
19612
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
19613
|
+
sessionId: import("zod").ZodString;
|
|
19614
|
+
}, import("zod/v4/core").$strip>>;
|
|
19615
|
+
};
|
|
18362
19616
|
output: {
|
|
18363
19617
|
message: string;
|
|
18364
19618
|
endpoint: string;
|
|
@@ -18429,9 +19683,13 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18429
19683
|
stack?: string | undefined;
|
|
18430
19684
|
};
|
|
18431
19685
|
outputFormat: "json";
|
|
18432
|
-
status:
|
|
19686
|
+
status: 404;
|
|
18433
19687
|
} | {
|
|
18434
|
-
input: {
|
|
19688
|
+
input: {
|
|
19689
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
19690
|
+
sessionId: import("zod").ZodString;
|
|
19691
|
+
}, import("zod/v4/core").$strip>>;
|
|
19692
|
+
};
|
|
18435
19693
|
output: {
|
|
18436
19694
|
message: string;
|
|
18437
19695
|
endpoint: string;
|
|
@@ -18509,36 +19767,65 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18509
19767
|
};
|
|
18510
19768
|
} & {
|
|
18511
19769
|
api: {
|
|
18512
|
-
|
|
18513
|
-
|
|
19770
|
+
steer: {
|
|
19771
|
+
":sessionId": import("hono/client").ClientRequest<string, "/api/steer/:sessionId", {
|
|
18514
19772
|
$post: {
|
|
18515
19773
|
input: {
|
|
19774
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
19775
|
+
sessionId: import("zod").ZodString;
|
|
19776
|
+
}, import("zod/v4/core").$strip>>;
|
|
19777
|
+
} & {
|
|
18516
19778
|
json: import("zod").input<import("zod").ZodObject<{
|
|
18517
|
-
|
|
19779
|
+
content: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
19780
|
+
type: import("zod").ZodLiteral<"text">;
|
|
19781
|
+
text: import("zod").ZodString;
|
|
19782
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
19783
|
+
type: import("zod").ZodLiteral<"image">;
|
|
19784
|
+
image: import("zod").ZodString;
|
|
19785
|
+
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19786
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
19787
|
+
type: import("zod").ZodLiteral<"file">;
|
|
19788
|
+
data: import("zod").ZodString;
|
|
19789
|
+
mimeType: import("zod").ZodString;
|
|
19790
|
+
filename: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19791
|
+
}, import("zod/v4/core").$strict>], "type">>]>;
|
|
19792
|
+
kind: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
19793
|
+
default: "default";
|
|
19794
|
+
background: "background";
|
|
19795
|
+
}>>;
|
|
18518
19796
|
}, import("zod/v4/core").$strip>>;
|
|
18519
19797
|
};
|
|
18520
19798
|
output: {
|
|
18521
|
-
|
|
18522
|
-
|
|
18523
|
-
|
|
18524
|
-
message: string;
|
|
18525
|
-
code: string;
|
|
18526
|
-
line?: number | undefined;
|
|
18527
|
-
column?: number | undefined;
|
|
18528
|
-
path?: string | undefined;
|
|
18529
|
-
}[];
|
|
18530
|
-
warnings: {
|
|
18531
|
-
path: string;
|
|
18532
|
-
message: string;
|
|
18533
|
-
code: string;
|
|
18534
|
-
}[];
|
|
19799
|
+
queued: true;
|
|
19800
|
+
id: string;
|
|
19801
|
+
position: number;
|
|
18535
19802
|
};
|
|
18536
19803
|
outputFormat: "json";
|
|
18537
|
-
status:
|
|
19804
|
+
status: 201;
|
|
18538
19805
|
} | {
|
|
18539
19806
|
input: {
|
|
19807
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
19808
|
+
sessionId: import("zod").ZodString;
|
|
19809
|
+
}, import("zod/v4/core").$strip>>;
|
|
19810
|
+
} & {
|
|
18540
19811
|
json: import("zod").input<import("zod").ZodObject<{
|
|
18541
|
-
|
|
19812
|
+
content: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
19813
|
+
type: import("zod").ZodLiteral<"text">;
|
|
19814
|
+
text: import("zod").ZodString;
|
|
19815
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
19816
|
+
type: import("zod").ZodLiteral<"image">;
|
|
19817
|
+
image: import("zod").ZodString;
|
|
19818
|
+
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19819
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
19820
|
+
type: import("zod").ZodLiteral<"file">;
|
|
19821
|
+
data: import("zod").ZodString;
|
|
19822
|
+
mimeType: import("zod").ZodString;
|
|
19823
|
+
filename: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19824
|
+
}, import("zod/v4/core").$strict>], "type">>]>;
|
|
19825
|
+
kind: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
19826
|
+
default: "default";
|
|
19827
|
+
background: "background";
|
|
19828
|
+
}>>;
|
|
18542
19829
|
}, import("zod/v4/core").$strip>>;
|
|
18543
19830
|
};
|
|
18544
19831
|
output: {
|
|
@@ -18614,8 +19901,28 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18614
19901
|
status: 400;
|
|
18615
19902
|
} | {
|
|
18616
19903
|
input: {
|
|
19904
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
19905
|
+
sessionId: import("zod").ZodString;
|
|
19906
|
+
}, import("zod/v4/core").$strip>>;
|
|
19907
|
+
} & {
|
|
18617
19908
|
json: import("zod").input<import("zod").ZodObject<{
|
|
18618
|
-
|
|
19909
|
+
content: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
19910
|
+
type: import("zod").ZodLiteral<"text">;
|
|
19911
|
+
text: import("zod").ZodString;
|
|
19912
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
19913
|
+
type: import("zod").ZodLiteral<"image">;
|
|
19914
|
+
image: import("zod").ZodString;
|
|
19915
|
+
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19916
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
19917
|
+
type: import("zod").ZodLiteral<"file">;
|
|
19918
|
+
data: import("zod").ZodString;
|
|
19919
|
+
mimeType: import("zod").ZodString;
|
|
19920
|
+
filename: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19921
|
+
}, import("zod/v4/core").$strict>], "type">>]>;
|
|
19922
|
+
kind: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
19923
|
+
default: "default";
|
|
19924
|
+
background: "background";
|
|
19925
|
+
}>>;
|
|
18619
19926
|
}, import("zod/v4/core").$strip>>;
|
|
18620
19927
|
};
|
|
18621
19928
|
output: {
|
|
@@ -18691,8 +19998,28 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18691
19998
|
status: 404;
|
|
18692
19999
|
} | {
|
|
18693
20000
|
input: {
|
|
20001
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20002
|
+
sessionId: import("zod").ZodString;
|
|
20003
|
+
}, import("zod/v4/core").$strip>>;
|
|
20004
|
+
} & {
|
|
18694
20005
|
json: import("zod").input<import("zod").ZodObject<{
|
|
18695
|
-
|
|
20006
|
+
content: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
20007
|
+
type: import("zod").ZodLiteral<"text">;
|
|
20008
|
+
text: import("zod").ZodString;
|
|
20009
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
20010
|
+
type: import("zod").ZodLiteral<"image">;
|
|
20011
|
+
image: import("zod").ZodString;
|
|
20012
|
+
mimeType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
20013
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
20014
|
+
type: import("zod").ZodLiteral<"file">;
|
|
20015
|
+
data: import("zod").ZodString;
|
|
20016
|
+
mimeType: import("zod").ZodString;
|
|
20017
|
+
filename: import("zod").ZodOptional<import("zod").ZodString>;
|
|
20018
|
+
}, import("zod/v4/core").$strict>], "type">>]>;
|
|
20019
|
+
kind: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
20020
|
+
default: "default";
|
|
20021
|
+
background: "background";
|
|
20022
|
+
}>>;
|
|
18696
20023
|
}, import("zod/v4/core").$strip>>;
|
|
18697
20024
|
};
|
|
18698
20025
|
output: {
|
|
@@ -18765,54 +20092,125 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18765
20092
|
stack?: string | undefined;
|
|
18766
20093
|
};
|
|
18767
20094
|
outputFormat: "json";
|
|
18768
|
-
status:
|
|
18769
|
-
}
|
|
18770
|
-
|
|
18771
|
-
|
|
18772
|
-
|
|
18773
|
-
|
|
18774
|
-
|
|
18775
|
-
|
|
18776
|
-
|
|
18777
|
-
|
|
18778
|
-
|
|
18779
|
-
|
|
18780
|
-
|
|
18781
|
-
|
|
18782
|
-
|
|
18783
|
-
|
|
18784
|
-
|
|
18785
|
-
|
|
18786
|
-
|
|
18787
|
-
|
|
18788
|
-
}
|
|
18789
|
-
|
|
18790
|
-
|
|
18791
|
-
|
|
18792
|
-
|
|
18793
|
-
|
|
18794
|
-
|
|
18795
|
-
|
|
18796
|
-
|
|
18797
|
-
|
|
18798
|
-
|
|
18799
|
-
|
|
18800
|
-
|
|
18801
|
-
|
|
18802
|
-
|
|
18803
|
-
|
|
18804
|
-
|
|
18805
|
-
|
|
18806
|
-
|
|
18807
|
-
|
|
18808
|
-
|
|
18809
|
-
|
|
18810
|
-
|
|
20095
|
+
status: 500;
|
|
20096
|
+
};
|
|
20097
|
+
}>;
|
|
20098
|
+
};
|
|
20099
|
+
};
|
|
20100
|
+
} & {
|
|
20101
|
+
api: {
|
|
20102
|
+
steer: {
|
|
20103
|
+
":sessionId": {
|
|
20104
|
+
":messageId": import("hono/client").ClientRequest<string, "/api/steer/:sessionId/:messageId", {
|
|
20105
|
+
$delete: {
|
|
20106
|
+
input: {
|
|
20107
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20108
|
+
sessionId: import("zod").ZodString;
|
|
20109
|
+
messageId: import("zod").ZodString;
|
|
20110
|
+
}, import("zod/v4/core").$strip>>;
|
|
20111
|
+
};
|
|
20112
|
+
output: {
|
|
20113
|
+
removed: true;
|
|
20114
|
+
id: string;
|
|
20115
|
+
};
|
|
20116
|
+
outputFormat: "json";
|
|
20117
|
+
status: 200;
|
|
20118
|
+
} | {
|
|
20119
|
+
input: {
|
|
20120
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20121
|
+
sessionId: import("zod").ZodString;
|
|
20122
|
+
messageId: import("zod").ZodString;
|
|
20123
|
+
}, import("zod/v4/core").$strip>>;
|
|
20124
|
+
};
|
|
20125
|
+
output: {
|
|
20126
|
+
message: string;
|
|
20127
|
+
endpoint: string;
|
|
20128
|
+
method: string;
|
|
20129
|
+
name?: string | undefined;
|
|
20130
|
+
code?: string | undefined;
|
|
20131
|
+
scope?: string | undefined;
|
|
20132
|
+
type?: string | undefined;
|
|
20133
|
+
severity?: "error" | "warning" | undefined;
|
|
20134
|
+
traceId?: string | undefined;
|
|
20135
|
+
recovery?: string | string[] | undefined;
|
|
20136
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
20137
|
+
[x: string]: any;
|
|
20138
|
+
} | null)[] | {
|
|
20139
|
+
[x: string]: any;
|
|
20140
|
+
} | null)[] | {
|
|
20141
|
+
[x: string]: any;
|
|
20142
|
+
} | null)[] | {
|
|
20143
|
+
[x: string]: any;
|
|
20144
|
+
} | null)[] | {
|
|
20145
|
+
[x: string]: any;
|
|
20146
|
+
} | null)[] | {
|
|
20147
|
+
[x: string]: any;
|
|
20148
|
+
} | null)[] | {
|
|
20149
|
+
[x: string]: any;
|
|
20150
|
+
} | null)[] | {
|
|
20151
|
+
[x: string]: any;
|
|
20152
|
+
} | null)[] | {
|
|
20153
|
+
[x: string]: any;
|
|
20154
|
+
} | null)[] | {
|
|
20155
|
+
[x: string]: any;
|
|
20156
|
+
} | null)[] | {
|
|
20157
|
+
[x: string]: any;
|
|
20158
|
+
} | null | undefined;
|
|
20159
|
+
issues?: {
|
|
20160
|
+
code: string;
|
|
20161
|
+
message: string;
|
|
20162
|
+
scope: string;
|
|
20163
|
+
type: string;
|
|
20164
|
+
severity: "error" | "warning";
|
|
20165
|
+
path?: (string | number)[] | undefined;
|
|
20166
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
20167
|
+
[x: string]: any;
|
|
20168
|
+
} | null)[] | {
|
|
20169
|
+
[x: string]: any;
|
|
20170
|
+
} | null)[] | {
|
|
20171
|
+
[x: string]: any;
|
|
20172
|
+
} | null)[] | {
|
|
20173
|
+
[x: string]: any;
|
|
20174
|
+
} | null)[] | {
|
|
20175
|
+
[x: string]: any;
|
|
20176
|
+
} | null)[] | {
|
|
20177
|
+
[x: string]: any;
|
|
20178
|
+
} | null)[] | {
|
|
20179
|
+
[x: string]: any;
|
|
20180
|
+
} | null)[] | {
|
|
20181
|
+
[x: string]: any;
|
|
20182
|
+
} | null)[] | {
|
|
20183
|
+
[x: string]: any;
|
|
20184
|
+
} | null)[] | {
|
|
20185
|
+
[x: string]: any;
|
|
20186
|
+
} | null)[] | {
|
|
20187
|
+
[x: string]: any;
|
|
20188
|
+
} | null | undefined;
|
|
20189
|
+
}[] | undefined;
|
|
20190
|
+
errorCount?: number | undefined;
|
|
20191
|
+
warningCount?: number | undefined;
|
|
20192
|
+
stack?: string | undefined;
|
|
20193
|
+
};
|
|
20194
|
+
outputFormat: "json";
|
|
20195
|
+
status: 400;
|
|
20196
|
+
} | {
|
|
20197
|
+
input: {
|
|
20198
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20199
|
+
sessionId: import("zod").ZodString;
|
|
20200
|
+
messageId: import("zod").ZodString;
|
|
20201
|
+
}, import("zod/v4/core").$strip>>;
|
|
20202
|
+
};
|
|
20203
|
+
output: {
|
|
18811
20204
|
message: string;
|
|
18812
|
-
|
|
18813
|
-
|
|
18814
|
-
|
|
18815
|
-
|
|
20205
|
+
endpoint: string;
|
|
20206
|
+
method: string;
|
|
20207
|
+
name?: string | undefined;
|
|
20208
|
+
code?: string | undefined;
|
|
20209
|
+
scope?: string | undefined;
|
|
20210
|
+
type?: string | undefined;
|
|
20211
|
+
severity?: "error" | "warning" | undefined;
|
|
20212
|
+
traceId?: string | undefined;
|
|
20213
|
+
recovery?: string | string[] | undefined;
|
|
18816
20214
|
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18817
20215
|
[x: string]: any;
|
|
18818
20216
|
} | null)[] | {
|
|
@@ -18836,84 +20234,61 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18836
20234
|
} | null)[] | {
|
|
18837
20235
|
[x: string]: any;
|
|
18838
20236
|
} | null | undefined;
|
|
18839
|
-
|
|
18840
|
-
|
|
18841
|
-
|
|
18842
|
-
|
|
18843
|
-
|
|
18844
|
-
|
|
18845
|
-
|
|
18846
|
-
|
|
18847
|
-
|
|
18848
|
-
|
|
18849
|
-
|
|
18850
|
-
}
|
|
18851
|
-
|
|
18852
|
-
|
|
18853
|
-
|
|
18854
|
-
|
|
18855
|
-
|
|
18856
|
-
|
|
18857
|
-
|
|
18858
|
-
|
|
18859
|
-
|
|
18860
|
-
|
|
18861
|
-
|
|
18862
|
-
|
|
18863
|
-
|
|
18864
|
-
|
|
18865
|
-
|
|
18866
|
-
|
|
18867
|
-
|
|
18868
|
-
|
|
18869
|
-
|
|
18870
|
-
|
|
18871
|
-
|
|
18872
|
-
|
|
18873
|
-
|
|
18874
|
-
|
|
18875
|
-
|
|
18876
|
-
|
|
18877
|
-
|
|
18878
|
-
|
|
18879
|
-
|
|
18880
|
-
|
|
18881
|
-
|
|
18882
|
-
|
|
18883
|
-
|
|
18884
|
-
severity?: "error" | "warning" | undefined;
|
|
18885
|
-
traceId?: string | undefined;
|
|
18886
|
-
recovery?: string | string[] | undefined;
|
|
18887
|
-
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18888
|
-
[x: string]: any;
|
|
18889
|
-
} | null)[] | {
|
|
18890
|
-
[x: string]: any;
|
|
18891
|
-
} | null)[] | {
|
|
18892
|
-
[x: string]: any;
|
|
18893
|
-
} | null)[] | {
|
|
18894
|
-
[x: string]: any;
|
|
18895
|
-
} | null)[] | {
|
|
18896
|
-
[x: string]: any;
|
|
18897
|
-
} | null)[] | {
|
|
18898
|
-
[x: string]: any;
|
|
18899
|
-
} | null)[] | {
|
|
18900
|
-
[x: string]: any;
|
|
18901
|
-
} | null)[] | {
|
|
18902
|
-
[x: string]: any;
|
|
18903
|
-
} | null)[] | {
|
|
18904
|
-
[x: string]: any;
|
|
18905
|
-
} | null)[] | {
|
|
18906
|
-
[x: string]: any;
|
|
18907
|
-
} | null)[] | {
|
|
18908
|
-
[x: string]: any;
|
|
18909
|
-
} | null | undefined;
|
|
18910
|
-
issues?: {
|
|
18911
|
-
code: string;
|
|
20237
|
+
issues?: {
|
|
20238
|
+
code: string;
|
|
20239
|
+
message: string;
|
|
20240
|
+
scope: string;
|
|
20241
|
+
type: string;
|
|
20242
|
+
severity: "error" | "warning";
|
|
20243
|
+
path?: (string | number)[] | undefined;
|
|
20244
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
20245
|
+
[x: string]: any;
|
|
20246
|
+
} | null)[] | {
|
|
20247
|
+
[x: string]: any;
|
|
20248
|
+
} | null)[] | {
|
|
20249
|
+
[x: string]: any;
|
|
20250
|
+
} | null)[] | {
|
|
20251
|
+
[x: string]: any;
|
|
20252
|
+
} | null)[] | {
|
|
20253
|
+
[x: string]: any;
|
|
20254
|
+
} | null)[] | {
|
|
20255
|
+
[x: string]: any;
|
|
20256
|
+
} | null)[] | {
|
|
20257
|
+
[x: string]: any;
|
|
20258
|
+
} | null)[] | {
|
|
20259
|
+
[x: string]: any;
|
|
20260
|
+
} | null)[] | {
|
|
20261
|
+
[x: string]: any;
|
|
20262
|
+
} | null)[] | {
|
|
20263
|
+
[x: string]: any;
|
|
20264
|
+
} | null)[] | {
|
|
20265
|
+
[x: string]: any;
|
|
20266
|
+
} | null | undefined;
|
|
20267
|
+
}[] | undefined;
|
|
20268
|
+
errorCount?: number | undefined;
|
|
20269
|
+
warningCount?: number | undefined;
|
|
20270
|
+
stack?: string | undefined;
|
|
20271
|
+
};
|
|
20272
|
+
outputFormat: "json";
|
|
20273
|
+
status: 404;
|
|
20274
|
+
} | {
|
|
20275
|
+
input: {
|
|
20276
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20277
|
+
sessionId: import("zod").ZodString;
|
|
20278
|
+
messageId: import("zod").ZodString;
|
|
20279
|
+
}, import("zod/v4/core").$strip>>;
|
|
20280
|
+
};
|
|
20281
|
+
output: {
|
|
18912
20282
|
message: string;
|
|
18913
|
-
|
|
18914
|
-
|
|
18915
|
-
|
|
18916
|
-
|
|
20283
|
+
endpoint: string;
|
|
20284
|
+
method: string;
|
|
20285
|
+
name?: string | undefined;
|
|
20286
|
+
code?: string | undefined;
|
|
20287
|
+
scope?: string | undefined;
|
|
20288
|
+
type?: string | undefined;
|
|
20289
|
+
severity?: "error" | "warning" | undefined;
|
|
20290
|
+
traceId?: string | undefined;
|
|
20291
|
+
recovery?: string | string[] | undefined;
|
|
18917
20292
|
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
18918
20293
|
[x: string]: any;
|
|
18919
20294
|
} | null)[] | {
|
|
@@ -18937,17 +20312,68 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
18937
20312
|
} | null)[] | {
|
|
18938
20313
|
[x: string]: any;
|
|
18939
20314
|
} | null | undefined;
|
|
18940
|
-
|
|
18941
|
-
|
|
18942
|
-
|
|
18943
|
-
|
|
20315
|
+
issues?: {
|
|
20316
|
+
code: string;
|
|
20317
|
+
message: string;
|
|
20318
|
+
scope: string;
|
|
20319
|
+
type: string;
|
|
20320
|
+
severity: "error" | "warning";
|
|
20321
|
+
path?: (string | number)[] | undefined;
|
|
20322
|
+
context?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any[] | {
|
|
20323
|
+
[x: string]: any;
|
|
20324
|
+
} | null)[] | {
|
|
20325
|
+
[x: string]: any;
|
|
20326
|
+
} | null)[] | {
|
|
20327
|
+
[x: string]: any;
|
|
20328
|
+
} | null)[] | {
|
|
20329
|
+
[x: string]: any;
|
|
20330
|
+
} | null)[] | {
|
|
20331
|
+
[x: string]: any;
|
|
20332
|
+
} | null)[] | {
|
|
20333
|
+
[x: string]: any;
|
|
20334
|
+
} | null)[] | {
|
|
20335
|
+
[x: string]: any;
|
|
20336
|
+
} | null)[] | {
|
|
20337
|
+
[x: string]: any;
|
|
20338
|
+
} | null)[] | {
|
|
20339
|
+
[x: string]: any;
|
|
20340
|
+
} | null)[] | {
|
|
20341
|
+
[x: string]: any;
|
|
20342
|
+
} | null)[] | {
|
|
20343
|
+
[x: string]: any;
|
|
20344
|
+
} | null | undefined;
|
|
20345
|
+
}[] | undefined;
|
|
20346
|
+
errorCount?: number | undefined;
|
|
20347
|
+
warningCount?: number | undefined;
|
|
20348
|
+
stack?: string | undefined;
|
|
20349
|
+
};
|
|
20350
|
+
outputFormat: "json";
|
|
20351
|
+
status: 500;
|
|
20352
|
+
};
|
|
20353
|
+
}>;
|
|
20354
|
+
};
|
|
20355
|
+
};
|
|
20356
|
+
};
|
|
20357
|
+
} & {
|
|
20358
|
+
api: {
|
|
20359
|
+
steer: {
|
|
20360
|
+
":sessionId": import("hono/client").ClientRequest<string, "/api/steer/:sessionId", {
|
|
20361
|
+
$delete: {
|
|
20362
|
+
input: {
|
|
20363
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20364
|
+
sessionId: import("zod").ZodString;
|
|
20365
|
+
}, import("zod/v4/core").$strip>>;
|
|
20366
|
+
};
|
|
20367
|
+
output: {
|
|
20368
|
+
cleared: true;
|
|
20369
|
+
count: number;
|
|
18944
20370
|
};
|
|
18945
20371
|
outputFormat: "json";
|
|
18946
|
-
status:
|
|
20372
|
+
status: 200;
|
|
18947
20373
|
} | {
|
|
18948
20374
|
input: {
|
|
18949
|
-
|
|
18950
|
-
|
|
20375
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20376
|
+
sessionId: import("zod").ZodString;
|
|
18951
20377
|
}, import("zod/v4/core").$strip>>;
|
|
18952
20378
|
};
|
|
18953
20379
|
output: {
|
|
@@ -19020,11 +20446,11 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
19020
20446
|
stack?: string | undefined;
|
|
19021
20447
|
};
|
|
19022
20448
|
outputFormat: "json";
|
|
19023
|
-
status:
|
|
20449
|
+
status: 400;
|
|
19024
20450
|
} | {
|
|
19025
20451
|
input: {
|
|
19026
|
-
|
|
19027
|
-
|
|
20452
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20453
|
+
sessionId: import("zod").ZodString;
|
|
19028
20454
|
}, import("zod/v4/core").$strip>>;
|
|
19029
20455
|
};
|
|
19030
20456
|
output: {
|
|
@@ -19097,11 +20523,11 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
19097
20523
|
stack?: string | undefined;
|
|
19098
20524
|
};
|
|
19099
20525
|
outputFormat: "json";
|
|
19100
|
-
status:
|
|
20526
|
+
status: 404;
|
|
19101
20527
|
} | {
|
|
19102
20528
|
input: {
|
|
19103
|
-
|
|
19104
|
-
|
|
20529
|
+
param: import("zod").input<import("zod").ZodObject<{
|
|
20530
|
+
sessionId: import("zod").ZodString;
|
|
19105
20531
|
}, import("zod/v4/core").$strip>>;
|
|
19106
20532
|
};
|
|
19107
20533
|
output: {
|
|
@@ -19181,27 +20607,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
19181
20607
|
};
|
|
19182
20608
|
} & {
|
|
19183
20609
|
api: {
|
|
19184
|
-
|
|
19185
|
-
|
|
19186
|
-
export: import("hono/client").ClientRequest<string, "/api/agent/config/export", {
|
|
19187
|
-
$get: {
|
|
19188
|
-
input: {
|
|
19189
|
-
query: import("zod").input<import("zod").ZodObject<{
|
|
19190
|
-
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
19191
|
-
}, import("zod/v4/core").$strip>>;
|
|
19192
|
-
};
|
|
19193
|
-
output: Response;
|
|
19194
|
-
outputFormat: "json";
|
|
19195
|
-
status: import("hono/utils/http-status").StatusCode;
|
|
19196
|
-
};
|
|
19197
|
-
}>;
|
|
19198
|
-
};
|
|
19199
|
-
};
|
|
19200
|
-
};
|
|
19201
|
-
} & {
|
|
19202
|
-
api: {
|
|
19203
|
-
queue: {
|
|
19204
|
-
":sessionId": import("hono/client").ClientRequest<string, "/api/queue/:sessionId", {
|
|
20610
|
+
"follow-up": {
|
|
20611
|
+
":sessionId": import("hono/client").ClientRequest<string, "/api/follow-up/:sessionId", {
|
|
19205
20612
|
$get: {
|
|
19206
20613
|
input: {
|
|
19207
20614
|
param: import("zod").input<import("zod").ZodObject<{
|
|
@@ -19517,8 +20924,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
19517
20924
|
};
|
|
19518
20925
|
} & {
|
|
19519
20926
|
api: {
|
|
19520
|
-
|
|
19521
|
-
":sessionId": import("hono/client").ClientRequest<string, "/api/
|
|
20927
|
+
"follow-up": {
|
|
20928
|
+
":sessionId": import("hono/client").ClientRequest<string, "/api/follow-up/:sessionId", {
|
|
19522
20929
|
$post: {
|
|
19523
20930
|
input: {
|
|
19524
20931
|
param: import("zod").input<import("zod").ZodObject<{
|
|
@@ -19849,9 +21256,9 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
19849
21256
|
};
|
|
19850
21257
|
} & {
|
|
19851
21258
|
api: {
|
|
19852
|
-
|
|
21259
|
+
"follow-up": {
|
|
19853
21260
|
":sessionId": {
|
|
19854
|
-
":messageId": import("hono/client").ClientRequest<string, "/api/
|
|
21261
|
+
":messageId": import("hono/client").ClientRequest<string, "/api/follow-up/:sessionId/:messageId", {
|
|
19855
21262
|
$delete: {
|
|
19856
21263
|
input: {
|
|
19857
21264
|
param: import("zod").input<import("zod").ZodObject<{
|
|
@@ -20106,8 +21513,8 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
20106
21513
|
};
|
|
20107
21514
|
} & {
|
|
20108
21515
|
api: {
|
|
20109
|
-
|
|
20110
|
-
":sessionId": import("hono/client").ClientRequest<string, "/api/
|
|
21516
|
+
"follow-up": {
|
|
21517
|
+
":sessionId": import("hono/client").ClientRequest<string, "/api/follow-up/:sessionId", {
|
|
20111
21518
|
$delete: {
|
|
20112
21519
|
input: {
|
|
20113
21520
|
param: import("zod").input<import("zod").ZodObject<{
|
|
@@ -21187,18 +22594,9 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
21187
22594
|
$get: {
|
|
21188
22595
|
input: {};
|
|
21189
22596
|
output: {
|
|
21190
|
-
|
|
21191
|
-
type: string;
|
|
21192
|
-
category: "tools" | "blob" | "database" | "compaction";
|
|
21193
|
-
metadata?: {
|
|
21194
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
21195
|
-
displayName?: string | undefined;
|
|
21196
|
-
description?: string | undefined;
|
|
21197
|
-
} | undefined;
|
|
21198
|
-
}[];
|
|
21199
|
-
database: {
|
|
22597
|
+
storage: {
|
|
21200
22598
|
type: string;
|
|
21201
|
-
category: "tools" | "
|
|
22599
|
+
category: "tools" | "storage" | "compaction";
|
|
21202
22600
|
metadata?: {
|
|
21203
22601
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
21204
22602
|
displayName?: string | undefined;
|
|
@@ -21207,7 +22605,7 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
21207
22605
|
}[];
|
|
21208
22606
|
compaction: {
|
|
21209
22607
|
type: string;
|
|
21210
|
-
category: "tools" | "
|
|
22608
|
+
category: "tools" | "storage" | "compaction";
|
|
21211
22609
|
metadata?: {
|
|
21212
22610
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
21213
22611
|
displayName?: string | undefined;
|
|
@@ -21216,7 +22614,7 @@ export declare function createDextoClient(config: ClientConfig): {
|
|
|
21216
22614
|
}[];
|
|
21217
22615
|
toolFactories: {
|
|
21218
22616
|
type: string;
|
|
21219
|
-
category: "tools" | "
|
|
22617
|
+
category: "tools" | "storage" | "compaction";
|
|
21220
22618
|
metadata?: {
|
|
21221
22619
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
21222
22620
|
displayName?: string | undefined;
|