@wildix/wim-tools-client 1.0.6 → 4.0.1
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-cjs/Tools.js +3 -3
- package/dist-cjs/ToolsClient.js +34 -25
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/dist-cjs/commands/CreateToolCommand.js +10 -11
- package/dist-cjs/commands/DeleteToolCommand.js +10 -11
- package/dist-cjs/commands/DescribeToolsCommand.js +10 -11
- package/dist-cjs/commands/DiscoverToolsCommand.js +10 -11
- package/dist-cjs/commands/ExecuteToolCommand.js +10 -11
- package/dist-cjs/commands/GetToolCommand.js +10 -11
- package/dist-cjs/commands/ListToolsCommand.js +10 -11
- package/dist-cjs/commands/UpdateToolCommand.js +10 -11
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/bdd.js +28 -0
- package/dist-cjs/endpoint/endpointResolver.js +16 -0
- package/dist-cjs/index.js +4 -1
- package/dist-cjs/models/ToolsServiceException.js +3 -3
- package/dist-cjs/models/enums.js +18 -0
- package/dist-cjs/models/errors.js +99 -0
- package/dist-cjs/models/models_0.js +0 -183
- package/dist-cjs/runtimeConfig.browser.js +11 -11
- package/dist-cjs/runtimeConfig.js +22 -18
- package/dist-cjs/runtimeConfig.shared.js +30 -10
- package/dist-cjs/runtimeExtensions.js +6 -5
- package/dist-cjs/schemas/schemas_0.js +458 -0
- package/dist-es/Tools.js +4 -4
- package/dist-es/ToolsClient.js +30 -21
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/dist-es/commands/CreateToolCommand.js +9 -10
- package/dist-es/commands/DeleteToolCommand.js +9 -10
- package/dist-es/commands/DescribeToolsCommand.js +9 -10
- package/dist-es/commands/DiscoverToolsCommand.js +9 -10
- package/dist-es/commands/ExecuteToolCommand.js +9 -10
- package/dist-es/commands/GetToolCommand.js +9 -10
- package/dist-es/commands/ListToolsCommand.js +9 -10
- package/dist-es/commands/UpdateToolCommand.js +9 -10
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/bdd.js +25 -0
- package/dist-es/endpoint/endpointResolver.js +12 -0
- package/dist-es/index.js +4 -1
- package/dist-es/models/ToolsServiceException.js +1 -1
- package/dist-es/models/enums.js +15 -0
- package/dist-es/models/errors.js +89 -0
- package/dist-es/models/models_0.js +1 -175
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +17 -13
- package/dist-es/runtimeConfig.shared.js +24 -4
- package/dist-es/runtimeExtensions.js +6 -5
- package/dist-es/schemas/schemas_0.js +454 -0
- package/dist-types/Tools.d.ts +9 -9
- package/dist-types/ToolsClient.d.ts +38 -21
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/CreateToolCommand.d.ts +11 -13
- package/dist-types/commands/DeleteToolCommand.d.ts +11 -7
- package/dist-types/commands/DescribeToolsCommand.d.ts +11 -7
- package/dist-types/commands/DiscoverToolsCommand.d.ts +11 -7
- package/dist-types/commands/ExecuteToolCommand.d.ts +11 -7
- package/dist-types/commands/GetToolCommand.d.ts +11 -10
- package/dist-types/commands/ListToolsCommand.d.ts +11 -10
- package/dist-types/commands/UpdateToolCommand.d.ts +11 -13
- package/dist-types/endpoint/EndpointParameters.d.ts +41 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +4 -3
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/ToolsServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +31 -0
- package/dist-types/models/errors.d.ts +90 -0
- package/dist-types/models/models_0.d.ts +33 -182
- package/dist-types/runtimeConfig.browser.d.ts +35 -17
- package/dist-types/runtimeConfig.d.ts +34 -16
- package/dist-types/runtimeConfig.native.d.ts +36 -18
- package/dist-types/runtimeConfig.shared.d.ts +20 -3
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +66 -0
- package/package.json +13 -38
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/protocols/Aws_restJson1.js +0 -518
- package/dist-es/models/index.js +0 -1
- package/dist-es/protocols/Aws_restJson1.js +0 -499
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -74
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
const _AEE = "AlreadyExistException";
|
|
2
|
+
const _CT = "CreateTool";
|
|
3
|
+
const _CTI = "CreateToolInput";
|
|
4
|
+
const _CTO = "CreateToolOutput";
|
|
5
|
+
const _DT = "DiscoveredTool";
|
|
6
|
+
const _DTI = "DeleteToolInput";
|
|
7
|
+
const _DTIe = "DescribeToolsInput";
|
|
8
|
+
const _DTIi = "DiscoverToolsInput";
|
|
9
|
+
const _DTL = "DiscoveredToolList";
|
|
10
|
+
const _DTO = "DeleteToolOutput";
|
|
11
|
+
const _DTOe = "DescribeToolsOutput";
|
|
12
|
+
const _DTOi = "DiscoverToolsOutput";
|
|
13
|
+
const _DTe = "DeleteTool";
|
|
14
|
+
const _DTes = "DescribeTools";
|
|
15
|
+
const _DTi = "DiscoverTools";
|
|
16
|
+
const _ET = "ExecuteTool";
|
|
17
|
+
const _ETI = "ExecuteToolInput";
|
|
18
|
+
const _ETO = "ExecuteToolOutput";
|
|
19
|
+
const _FE = "ForbiddenException";
|
|
20
|
+
const _GT = "GetTool";
|
|
21
|
+
const _GTI = "GetToolInput";
|
|
22
|
+
const _GTO = "GetToolOutput";
|
|
23
|
+
const _LT = "ListTools";
|
|
24
|
+
const _LTI = "ListToolsInput";
|
|
25
|
+
const _LTO = "ListToolsOutput";
|
|
26
|
+
const _NFE = "NotFoundException";
|
|
27
|
+
const _T = "Tool";
|
|
28
|
+
const _TCC = "ToolChatConfig";
|
|
29
|
+
const _TCEC = "ToolCustomEmailConfig";
|
|
30
|
+
const _TCH = "ToolChatHandler";
|
|
31
|
+
const _TCR = "ToolChatRecipient";
|
|
32
|
+
const _TD = "ToolDescription";
|
|
33
|
+
const _TDL = "ToolDescriptionList";
|
|
34
|
+
const _TEE = "ToolExecutionException";
|
|
35
|
+
const _TEH = "ToolEmailHandler";
|
|
36
|
+
const _TER = "ToolExecutionResult";
|
|
37
|
+
const _TESE = "ToolExecutionServerException";
|
|
38
|
+
const _TH = "ToolHandler";
|
|
39
|
+
const _TI = "ToolInput";
|
|
40
|
+
const _TL = "ToolsList";
|
|
41
|
+
const _TMA = "ToolMcpAuthorization";
|
|
42
|
+
const _TMH = "ToolMcpHandler";
|
|
43
|
+
const _TMTH = "ToolMcpToolHandler";
|
|
44
|
+
const _TSC = "ToolSearchConfig";
|
|
45
|
+
const _TSCo = "ToolSmsConfig";
|
|
46
|
+
const _TSCoo = "ToolSmtpConfig";
|
|
47
|
+
const _TSH = "ToolSmsHandler";
|
|
48
|
+
const _TV = "ToolVariable";
|
|
49
|
+
const _TVL = "ToolVariableList";
|
|
50
|
+
const _TWA = "ToolWebhookAuth";
|
|
51
|
+
const _TWAB = "ToolWebhookAuthBasic";
|
|
52
|
+
const _TWABo = "ToolWebhookAuthBearer";
|
|
53
|
+
const _TWAOA = "ToolWebhookAuthOAuth";
|
|
54
|
+
const _TWC = "ToolWebhookConfig";
|
|
55
|
+
const _TWEC = "ToolWnsEmailConfig";
|
|
56
|
+
const _TWH = "ToolWebhookHeader";
|
|
57
|
+
const _TWHL = "ToolWebhookHeadersList";
|
|
58
|
+
const _UE = "UnauthorizedException";
|
|
59
|
+
const _UT = "UpdateTool";
|
|
60
|
+
const _UTI = "UpdateToolInput";
|
|
61
|
+
const _UTO = "UpdateToolOutput";
|
|
62
|
+
const _VE = "ValidationException";
|
|
63
|
+
const _a = "authorization";
|
|
64
|
+
const _au = "auth";
|
|
65
|
+
const _b = "bcc";
|
|
66
|
+
const _bN = "botName";
|
|
67
|
+
const _ba = "basic";
|
|
68
|
+
const _be = "bearer";
|
|
69
|
+
const _bo = "body";
|
|
70
|
+
const _c = "client";
|
|
71
|
+
const _cH = "customHeaders";
|
|
72
|
+
const _cI = "companyId";
|
|
73
|
+
const _cIh = "channelId";
|
|
74
|
+
const _cIl = "clientId";
|
|
75
|
+
const _cS = "clientSecret";
|
|
76
|
+
const _ca = "category";
|
|
77
|
+
const _cc = "cc";
|
|
78
|
+
const _ch = "chat";
|
|
79
|
+
const _co = "company";
|
|
80
|
+
const _con = "config";
|
|
81
|
+
const _cu = "custom";
|
|
82
|
+
const _d = "details";
|
|
83
|
+
const _de = "description";
|
|
84
|
+
const _des = "descriptions";
|
|
85
|
+
const _e = "error";
|
|
86
|
+
const _eD = "excludeDomains";
|
|
87
|
+
const _eU = "endpointUrl";
|
|
88
|
+
const _em = "email";
|
|
89
|
+
const _f = "from";
|
|
90
|
+
const _h = "handler";
|
|
91
|
+
const _hE = "httpError";
|
|
92
|
+
const _hQ = "httpQuery";
|
|
93
|
+
const _he = "headers";
|
|
94
|
+
const _ho = "host";
|
|
95
|
+
const _ht = "html";
|
|
96
|
+
const _htt = "http";
|
|
97
|
+
const _i = "input";
|
|
98
|
+
const _iD = "includeDomains";
|
|
99
|
+
const _iS = "inputSchema";
|
|
100
|
+
const _id = "ids";
|
|
101
|
+
const _id_ = "id";
|
|
102
|
+
const _m = "message";
|
|
103
|
+
const _mT = "mcpTool";
|
|
104
|
+
const _mTI = "mcpToolId";
|
|
105
|
+
const _mTN = "mcpToolName";
|
|
106
|
+
const _mc = "mcp";
|
|
107
|
+
const _me = "method";
|
|
108
|
+
const _n = "name";
|
|
109
|
+
const _o = "output";
|
|
110
|
+
const _oa = "oauth";
|
|
111
|
+
const _op = "optional";
|
|
112
|
+
const _p = "port";
|
|
113
|
+
const _pa = "password";
|
|
114
|
+
const _r = "result";
|
|
115
|
+
const _rT = "replyTo";
|
|
116
|
+
const _re = "recipient";
|
|
117
|
+
const _s = "smithy.ts.sdk.synthetic.wildix.wim.tools";
|
|
118
|
+
const _sU = "serverUrl";
|
|
119
|
+
const _sc = "schema";
|
|
120
|
+
const _sco = "scope";
|
|
121
|
+
const _se = "server";
|
|
122
|
+
const _sea = "search";
|
|
123
|
+
const _sec = "secure";
|
|
124
|
+
const _ser = "service";
|
|
125
|
+
const _sm = "smtp";
|
|
126
|
+
const _sms = "sms";
|
|
127
|
+
const _su = "subject";
|
|
128
|
+
const _t = "tool";
|
|
129
|
+
const _tI = "toolId";
|
|
130
|
+
const _te = "text";
|
|
131
|
+
const _ti = "timeout";
|
|
132
|
+
const _to = "tools";
|
|
133
|
+
const _to_ = "to";
|
|
134
|
+
const _tok = "token";
|
|
135
|
+
const _ty = "type";
|
|
136
|
+
const _u = "user";
|
|
137
|
+
const _uI = "userId";
|
|
138
|
+
const _ur = "url";
|
|
139
|
+
const _us = "username";
|
|
140
|
+
const _v = "variables";
|
|
141
|
+
const _va = "value";
|
|
142
|
+
const _w = "wns";
|
|
143
|
+
const _we = "webhook";
|
|
144
|
+
const n0 = "smithy.framework";
|
|
145
|
+
const n1 = "wildix.wim.tools";
|
|
146
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
147
|
+
import { AlreadyExistException, ForbiddenException, NotFoundException, ToolExecutionException, ToolExecutionServerException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
148
|
+
import { ToolsServiceException } from "../models/ToolsServiceException";
|
|
149
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
150
|
+
export var ToolsServiceException$ = [-3, _s, "ToolsServiceException", 0, [], []];
|
|
151
|
+
_s_registry.registerError(ToolsServiceException$, ToolsServiceException);
|
|
152
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
153
|
+
const n1_registry = TypeRegistry.for(n1);
|
|
154
|
+
export var AlreadyExistException$ = [-3, n0, _AEE,
|
|
155
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
156
|
+
[_m],
|
|
157
|
+
[0], 1
|
|
158
|
+
];
|
|
159
|
+
n0_registry.registerError(AlreadyExistException$, AlreadyExistException);
|
|
160
|
+
export var ForbiddenException$ = [-3, n0, _FE,
|
|
161
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
162
|
+
[_m],
|
|
163
|
+
[0], 1
|
|
164
|
+
];
|
|
165
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
166
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
167
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
168
|
+
[_m],
|
|
169
|
+
[0], 1
|
|
170
|
+
];
|
|
171
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
172
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
173
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
174
|
+
[_m],
|
|
175
|
+
[0], 1
|
|
176
|
+
];
|
|
177
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
178
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
179
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
180
|
+
[_m],
|
|
181
|
+
[0], 1
|
|
182
|
+
];
|
|
183
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
184
|
+
export var ToolExecutionException$ = [-3, n1, _TEE,
|
|
185
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
186
|
+
[_m, _d],
|
|
187
|
+
[0, 15], 1
|
|
188
|
+
];
|
|
189
|
+
n1_registry.registerError(ToolExecutionException$, ToolExecutionException);
|
|
190
|
+
export var ToolExecutionServerException$ = [-3, n1, _TESE,
|
|
191
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
192
|
+
[_m, _d],
|
|
193
|
+
[0, 15], 1
|
|
194
|
+
];
|
|
195
|
+
n1_registry.registerError(ToolExecutionServerException$, ToolExecutionServerException);
|
|
196
|
+
export const errorTypeRegistries = [
|
|
197
|
+
_s_registry,
|
|
198
|
+
n0_registry,
|
|
199
|
+
n1_registry,
|
|
200
|
+
];
|
|
201
|
+
export var CreateToolInput$ = [3, n1, _CTI,
|
|
202
|
+
0,
|
|
203
|
+
[_n, _ca, _de, _i, _h, _cI],
|
|
204
|
+
[0, 0, 0, () => ToolInput$, () => ToolHandler$, [0, { [_hQ]: _co }]], 5
|
|
205
|
+
];
|
|
206
|
+
export var CreateToolOutput$ = [3, n1, _CTO,
|
|
207
|
+
0,
|
|
208
|
+
[_t],
|
|
209
|
+
[() => Tool$], 1
|
|
210
|
+
];
|
|
211
|
+
export var DeleteToolInput$ = [3, n1, _DTI,
|
|
212
|
+
0,
|
|
213
|
+
[_tI, _cI],
|
|
214
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
215
|
+
];
|
|
216
|
+
export var DeleteToolOutput$ = [3, n1, _DTO,
|
|
217
|
+
0,
|
|
218
|
+
[],
|
|
219
|
+
[]
|
|
220
|
+
];
|
|
221
|
+
export var DescribeToolsInput$ = [3, n1, _DTIe,
|
|
222
|
+
0,
|
|
223
|
+
[_id, _cI],
|
|
224
|
+
[64 | 0, [0, { [_hQ]: _co }]], 1
|
|
225
|
+
];
|
|
226
|
+
export var DescribeToolsOutput$ = [3, n1, _DTOe,
|
|
227
|
+
0,
|
|
228
|
+
[_des],
|
|
229
|
+
[() => ToolDescriptionList], 1
|
|
230
|
+
];
|
|
231
|
+
export var DiscoveredTool$ = [3, n1, _DT,
|
|
232
|
+
0,
|
|
233
|
+
[_n, _de, _iS],
|
|
234
|
+
[0, 0, 15], 3
|
|
235
|
+
];
|
|
236
|
+
export var DiscoverToolsInput$ = [3, n1, _DTIi,
|
|
237
|
+
0,
|
|
238
|
+
[_sU, _cI, _a],
|
|
239
|
+
[0, [0, { [_hQ]: _co }], () => ToolMcpAuthorization$], 1
|
|
240
|
+
];
|
|
241
|
+
export var DiscoverToolsOutput$ = [3, n1, _DTOi,
|
|
242
|
+
0,
|
|
243
|
+
[_to],
|
|
244
|
+
[() => DiscoveredToolList], 1
|
|
245
|
+
];
|
|
246
|
+
export var ExecuteToolInput$ = [3, n1, _ETI,
|
|
247
|
+
0,
|
|
248
|
+
[_id_, _i, _cI, _ser, _u],
|
|
249
|
+
[0, 15, [0, { [_hQ]: _co }], 0, 0], 2
|
|
250
|
+
];
|
|
251
|
+
export var ExecuteToolOutput$ = [3, n1, _ETO,
|
|
252
|
+
0,
|
|
253
|
+
[_r],
|
|
254
|
+
[() => ToolExecutionResult$], 1
|
|
255
|
+
];
|
|
256
|
+
export var GetToolInput$ = [3, n1, _GTI,
|
|
257
|
+
0,
|
|
258
|
+
[_tI, _cI],
|
|
259
|
+
[[0, 1], [0, { [_hQ]: _co }]], 1
|
|
260
|
+
];
|
|
261
|
+
export var GetToolOutput$ = [3, n1, _GTO,
|
|
262
|
+
0,
|
|
263
|
+
[_t],
|
|
264
|
+
[() => Tool$], 1
|
|
265
|
+
];
|
|
266
|
+
export var ListToolsInput$ = [3, n1, _LTI,
|
|
267
|
+
0,
|
|
268
|
+
[_cI],
|
|
269
|
+
[[0, { [_hQ]: _co }]]
|
|
270
|
+
];
|
|
271
|
+
export var ListToolsOutput$ = [3, n1, _LTO,
|
|
272
|
+
0,
|
|
273
|
+
[_to],
|
|
274
|
+
[() => ToolsList], 1
|
|
275
|
+
];
|
|
276
|
+
export var Tool$ = [3, n1, _T,
|
|
277
|
+
0,
|
|
278
|
+
[_id_, _cI, _n, _ca, _de, _i, _h],
|
|
279
|
+
[0, 0, 0, 0, 0, () => ToolInput$, () => ToolHandler$], 7
|
|
280
|
+
];
|
|
281
|
+
export var ToolChatConfig$ = [3, n1, _TCC,
|
|
282
|
+
0,
|
|
283
|
+
[_re, _te, _bN],
|
|
284
|
+
[() => ToolChatRecipient$, 0, 0], 3
|
|
285
|
+
];
|
|
286
|
+
export var ToolChatHandler$ = [3, n1, _TCH,
|
|
287
|
+
0,
|
|
288
|
+
[_con],
|
|
289
|
+
[() => ToolChatConfig$], 1
|
|
290
|
+
];
|
|
291
|
+
export var ToolCustomEmailConfig$ = [3, n1, _TCEC,
|
|
292
|
+
0,
|
|
293
|
+
[_sm, _f, _to_, _su, _te, _ht, _cc, _b, _rT],
|
|
294
|
+
[() => ToolSmtpConfig$, 0, 0, 0, 0, 0, 0, 0, 0], 5
|
|
295
|
+
];
|
|
296
|
+
export var ToolDescription$ = [3, n1, _TD,
|
|
297
|
+
0,
|
|
298
|
+
[_id_, _n, _de, _v],
|
|
299
|
+
[0, 0, 0, () => ToolVariableList], 4
|
|
300
|
+
];
|
|
301
|
+
export var ToolExecutionResult$ = [3, n1, _TER,
|
|
302
|
+
0,
|
|
303
|
+
[_o],
|
|
304
|
+
[15], 1
|
|
305
|
+
];
|
|
306
|
+
export var ToolInput$ = [3, n1, _TI,
|
|
307
|
+
0,
|
|
308
|
+
[_v],
|
|
309
|
+
[() => ToolVariableList], 1
|
|
310
|
+
];
|
|
311
|
+
export var ToolMcpHandler$ = [3, n1, _TMH,
|
|
312
|
+
0,
|
|
313
|
+
[_sU, _to, _a],
|
|
314
|
+
[0, 64 | 0, () => ToolMcpAuthorization$], 2
|
|
315
|
+
];
|
|
316
|
+
export var ToolMcpToolHandler$ = [3, n1, _TMTH,
|
|
317
|
+
0,
|
|
318
|
+
[_mTI, _mTN],
|
|
319
|
+
[0, 0], 2
|
|
320
|
+
];
|
|
321
|
+
export var ToolSearchConfig$ = [3, n1, _TSC,
|
|
322
|
+
0,
|
|
323
|
+
[_iD, _eD],
|
|
324
|
+
[64 | 0, 64 | 0]
|
|
325
|
+
];
|
|
326
|
+
export var ToolSmsConfig$ = [3, n1, _TSCo,
|
|
327
|
+
0,
|
|
328
|
+
[_f, _to_, _m],
|
|
329
|
+
[0, 0, 0], 3
|
|
330
|
+
];
|
|
331
|
+
export var ToolSmsHandler$ = [3, n1, _TSH,
|
|
332
|
+
0,
|
|
333
|
+
[_con],
|
|
334
|
+
[() => ToolSmsConfig$], 1
|
|
335
|
+
];
|
|
336
|
+
export var ToolSmtpConfig$ = [3, n1, _TSCoo,
|
|
337
|
+
0,
|
|
338
|
+
[_ho, _p, _us, _pa, _sec],
|
|
339
|
+
[0, 1, 0, 0, 2], 5
|
|
340
|
+
];
|
|
341
|
+
export var ToolVariable$ = [3, n1, _TV,
|
|
342
|
+
0,
|
|
343
|
+
[_n, _ty, _op, _de, _sc],
|
|
344
|
+
[0, 0, 2, 0, 15], 3
|
|
345
|
+
];
|
|
346
|
+
export var ToolWebhookAuthBasic$ = [3, n1, _TWAB,
|
|
347
|
+
0,
|
|
348
|
+
[_us, _pa],
|
|
349
|
+
[0, 0], 2
|
|
350
|
+
];
|
|
351
|
+
export var ToolWebhookAuthBearer$ = [3, n1, _TWABo,
|
|
352
|
+
0,
|
|
353
|
+
[_tok],
|
|
354
|
+
[0], 1
|
|
355
|
+
];
|
|
356
|
+
export var ToolWebhookAuthOAuth$ = [3, n1, _TWAOA,
|
|
357
|
+
0,
|
|
358
|
+
[_cIl, _cS, _eU, _sco],
|
|
359
|
+
[0, 0, 0, 0], 3
|
|
360
|
+
];
|
|
361
|
+
export var ToolWebhookConfig$ = [3, n1, _TWC,
|
|
362
|
+
0,
|
|
363
|
+
[_me, _ur, _he, _bo, _au, _ti],
|
|
364
|
+
[0, 0, () => ToolWebhookHeadersList, 0, () => ToolWebhookAuth$, 1], 2
|
|
365
|
+
];
|
|
366
|
+
export var ToolWebhookHeader$ = [3, n1, _TWH,
|
|
367
|
+
0,
|
|
368
|
+
[_n, _va],
|
|
369
|
+
[0, 0], 2
|
|
370
|
+
];
|
|
371
|
+
export var ToolWnsEmailConfig$ = [3, n1, _TWEC,
|
|
372
|
+
0,
|
|
373
|
+
[_to_, _su, _te],
|
|
374
|
+
[0, 0, 0], 3
|
|
375
|
+
];
|
|
376
|
+
export var UpdateToolInput$ = [3, n1, _UTI,
|
|
377
|
+
0,
|
|
378
|
+
[_tI, _n, _ca, _de, _i, _h, _cI],
|
|
379
|
+
[[0, 1], 0, 0, 0, () => ToolInput$, () => ToolHandler$, [0, { [_hQ]: _co }]], 6
|
|
380
|
+
];
|
|
381
|
+
export var UpdateToolOutput$ = [3, n1, _UTO,
|
|
382
|
+
0,
|
|
383
|
+
[_t],
|
|
384
|
+
[() => Tool$], 1
|
|
385
|
+
];
|
|
386
|
+
var DiscoveredToolList = [1, n1, _DTL,
|
|
387
|
+
0, () => DiscoveredTool$
|
|
388
|
+
];
|
|
389
|
+
var ToolDescriptionList = [1, n1, _TDL,
|
|
390
|
+
0, () => ToolDescription$
|
|
391
|
+
];
|
|
392
|
+
var ToolIdList = 64 | 0;
|
|
393
|
+
var ToolMcpEnabledToolsList = 64 | 0;
|
|
394
|
+
var ToolSearchExcludeDomainsList = 64 | 0;
|
|
395
|
+
var ToolSearchIncludeDomainsList = 64 | 0;
|
|
396
|
+
var ToolsList = [1, n1, _TL,
|
|
397
|
+
0, () => Tool$
|
|
398
|
+
];
|
|
399
|
+
var ToolVariableList = [1, n1, _TVL,
|
|
400
|
+
0, () => ToolVariable$
|
|
401
|
+
];
|
|
402
|
+
var ToolWebhookHeadersList = [1, n1, _TWHL,
|
|
403
|
+
0, () => ToolWebhookHeader$
|
|
404
|
+
];
|
|
405
|
+
var ToolMcpHeadersMap = 128 | 0;
|
|
406
|
+
export var ToolChatRecipient$ = [4, n1, _TCR,
|
|
407
|
+
0,
|
|
408
|
+
[_cIh, _uI],
|
|
409
|
+
[0, 0]
|
|
410
|
+
];
|
|
411
|
+
export var ToolEmailHandler$ = [4, n1, _TEH,
|
|
412
|
+
0,
|
|
413
|
+
[_w, _cu],
|
|
414
|
+
[() => ToolWnsEmailConfig$, () => ToolCustomEmailConfig$]
|
|
415
|
+
];
|
|
416
|
+
export var ToolHandler$ = [4, n1, _TH,
|
|
417
|
+
0,
|
|
418
|
+
[_em, _we, _sea, _ch, _sms, _mc, _mT],
|
|
419
|
+
[() => ToolEmailHandler$, () => ToolWebhookConfig$, () => ToolSearchConfig$, () => ToolChatHandler$, () => ToolSmsHandler$, () => ToolMcpHandler$, () => ToolMcpToolHandler$]
|
|
420
|
+
];
|
|
421
|
+
export var ToolMcpAuthorization$ = [4, n1, _TMA,
|
|
422
|
+
0,
|
|
423
|
+
[_be, _cH],
|
|
424
|
+
[() => ToolWebhookAuthBearer$, 128 | 0]
|
|
425
|
+
];
|
|
426
|
+
export var ToolWebhookAuth$ = [4, n1, _TWA,
|
|
427
|
+
0,
|
|
428
|
+
[_ba, _be, _oa],
|
|
429
|
+
[() => ToolWebhookAuthBasic$, () => ToolWebhookAuthBearer$, () => ToolWebhookAuthOAuth$]
|
|
430
|
+
];
|
|
431
|
+
export var CreateTool$ = [9, n1, _CT,
|
|
432
|
+
{ [_htt]: ["POST", "/v1/tools", 201] }, () => CreateToolInput$, () => CreateToolOutput$
|
|
433
|
+
];
|
|
434
|
+
export var DeleteTool$ = [9, n1, _DTe,
|
|
435
|
+
{ [_htt]: ["DELETE", "/v1/tools/{toolId}", 204] }, () => DeleteToolInput$, () => DeleteToolOutput$
|
|
436
|
+
];
|
|
437
|
+
export var DescribeTools$ = [9, n1, _DTes,
|
|
438
|
+
{ [_htt]: ["POST", "/v1/tools/describe", 200] }, () => DescribeToolsInput$, () => DescribeToolsOutput$
|
|
439
|
+
];
|
|
440
|
+
export var DiscoverTools$ = [9, n1, _DTi,
|
|
441
|
+
{ [_htt]: ["POST", "/v1/tools/discover", 200] }, () => DiscoverToolsInput$, () => DiscoverToolsOutput$
|
|
442
|
+
];
|
|
443
|
+
export var ExecuteTool$ = [9, n1, _ET,
|
|
444
|
+
{ [_htt]: ["POST", "/v1/tools/execute", 200] }, () => ExecuteToolInput$, () => ExecuteToolOutput$
|
|
445
|
+
];
|
|
446
|
+
export var GetTool$ = [9, n1, _GT,
|
|
447
|
+
{ [_htt]: ["GET", "/v1/tools/{toolId}", 200] }, () => GetToolInput$, () => GetToolOutput$
|
|
448
|
+
];
|
|
449
|
+
export var ListTools$ = [9, n1, _LT,
|
|
450
|
+
{ [_htt]: ["GET", "/v1/tools", 200] }, () => ListToolsInput$, () => ListToolsOutput$
|
|
451
|
+
];
|
|
452
|
+
export var UpdateTool$ = [9, n1, _UT,
|
|
453
|
+
{ [_htt]: ["PUT", "/v1/tools/{toolId}", 200] }, () => UpdateToolInput$, () => UpdateToolOutput$
|
|
454
|
+
];
|
package/dist-types/Tools.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import { type CreateToolCommandInput, type CreateToolCommandOutput } from "./commands/CreateToolCommand";
|
|
3
|
+
import { type DeleteToolCommandInput, type DeleteToolCommandOutput } from "./commands/DeleteToolCommand";
|
|
4
|
+
import { type DescribeToolsCommandInput, type DescribeToolsCommandOutput } from "./commands/DescribeToolsCommand";
|
|
5
|
+
import { type DiscoverToolsCommandInput, type DiscoverToolsCommandOutput } from "./commands/DiscoverToolsCommand";
|
|
6
|
+
import { type ExecuteToolCommandInput, type ExecuteToolCommandOutput } from "./commands/ExecuteToolCommand";
|
|
7
|
+
import { type GetToolCommandInput, type GetToolCommandOutput } from "./commands/GetToolCommand";
|
|
8
|
+
import { type ListToolsCommandInput, type ListToolsCommandOutput } from "./commands/ListToolsCommand";
|
|
9
|
+
import { type UpdateToolCommandInput, type UpdateToolCommandOutput } from "./commands/UpdateToolCommand";
|
|
1
10
|
import { ToolsClient } from "./ToolsClient";
|
|
2
|
-
import { CreateToolCommandInput, CreateToolCommandOutput } from "./commands/CreateToolCommand";
|
|
3
|
-
import { DeleteToolCommandInput, DeleteToolCommandOutput } from "./commands/DeleteToolCommand";
|
|
4
|
-
import { DescribeToolsCommandInput, DescribeToolsCommandOutput } from "./commands/DescribeToolsCommand";
|
|
5
|
-
import { DiscoverToolsCommandInput, DiscoverToolsCommandOutput } from "./commands/DiscoverToolsCommand";
|
|
6
|
-
import { ExecuteToolCommandInput, ExecuteToolCommandOutput } from "./commands/ExecuteToolCommand";
|
|
7
|
-
import { GetToolCommandInput, GetToolCommandOutput } from "./commands/GetToolCommand";
|
|
8
|
-
import { ListToolsCommandInput, ListToolsCommandOutput } from "./commands/ListToolsCommand";
|
|
9
|
-
import { UpdateToolCommandInput, UpdateToolCommandOutput } from "./commands/UpdateToolCommand";
|
|
10
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
11
11
|
export interface Tools {
|
|
12
12
|
/**
|
|
13
13
|
* @see {@link CreateToolCommand}
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig, type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/core/client";
|
|
2
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
3
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
4
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
6
|
+
import type { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
7
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
8
|
+
import type { CreateToolCommandInput, CreateToolCommandOutput } from "./commands/CreateToolCommand";
|
|
9
|
+
import type { DeleteToolCommandInput, DeleteToolCommandOutput } from "./commands/DeleteToolCommand";
|
|
10
|
+
import type { DescribeToolsCommandInput, DescribeToolsCommandOutput } from "./commands/DescribeToolsCommand";
|
|
11
|
+
import type { DiscoverToolsCommandInput, DiscoverToolsCommandOutput } from "./commands/DiscoverToolsCommand";
|
|
12
|
+
import type { ExecuteToolCommandInput, ExecuteToolCommandOutput } from "./commands/ExecuteToolCommand";
|
|
13
|
+
import type { GetToolCommandInput, GetToolCommandOutput } from "./commands/GetToolCommand";
|
|
14
|
+
import type { ListToolsCommandInput, ListToolsCommandOutput } from "./commands/ListToolsCommand";
|
|
15
|
+
import type { UpdateToolCommandInput, UpdateToolCommandOutput } from "./commands/UpdateToolCommand";
|
|
16
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
16
18
|
export { __Client };
|
|
17
19
|
/**
|
|
18
20
|
* @public
|
|
@@ -81,11 +83,29 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
81
83
|
* trait of an operation.
|
|
82
84
|
*/
|
|
83
85
|
disableHostPrefix?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Setting a client profile is similar to setting a value for the
|
|
88
|
+
* AWS_PROFILE environment variable. Setting a profile on a client
|
|
89
|
+
* in code only affects the single client instance, unlike AWS_PROFILE.
|
|
90
|
+
*
|
|
91
|
+
* When set, and only for environments where an AWS configuration
|
|
92
|
+
* file exists, fields configurable by this file will be retrieved
|
|
93
|
+
* from the specified profile within that file.
|
|
94
|
+
* Conflicting code configuration and environment variables will
|
|
95
|
+
* still have higher priority.
|
|
96
|
+
*
|
|
97
|
+
* For client credential resolution that involves checking the AWS
|
|
98
|
+
* configuration file, the client's profile (this value) will be
|
|
99
|
+
* used unless a different profile is set in the credential
|
|
100
|
+
* provider options.
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
profile?: string;
|
|
84
104
|
/**
|
|
85
105
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
86
106
|
* @internal
|
|
87
107
|
*/
|
|
88
|
-
defaultUserAgentProvider?:
|
|
108
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
89
109
|
/**
|
|
90
110
|
* Value for how many times a request will be made at most in case of retry.
|
|
91
111
|
*/
|
|
@@ -112,21 +132,18 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
112
132
|
/**
|
|
113
133
|
* @public
|
|
114
134
|
*/
|
|
115
|
-
export type ToolsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig;
|
|
135
|
+
export type ToolsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & HostHeaderInputConfig & EndpointInputConfig<EndpointParameters> & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
116
136
|
/**
|
|
117
137
|
* @public
|
|
118
138
|
*
|
|
119
139
|
* The configuration interface of ToolsClient class constructor that set the region, credentials and other options.
|
|
120
140
|
*/
|
|
121
141
|
export interface ToolsClientConfig extends ToolsClientConfigType {
|
|
122
|
-
env?: 'stage' | 'stable' | 'prod';
|
|
123
|
-
token: TokenProvider;
|
|
124
|
-
endpoint?: () => Record<string, string>;
|
|
125
142
|
}
|
|
126
143
|
/**
|
|
127
144
|
* @public
|
|
128
145
|
*/
|
|
129
|
-
export type ToolsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig;
|
|
146
|
+
export type ToolsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
130
147
|
/**
|
|
131
148
|
* @public
|
|
132
149
|
*
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type HttpAuthScheme, TokenIdentity, TokenIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { ToolsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export interface HttpAuthExtensionConfiguration {
|
|
7
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
8
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
9
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ToolsHttpAuthSchemeProvider): void;
|
|
10
|
+
httpAuthSchemeProvider(): ToolsHttpAuthSchemeProvider;
|
|
11
|
+
setToken(token: TokenIdentity | TokenIdentityProvider): void;
|
|
12
|
+
token(): TokenIdentity | TokenIdentityProvider | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
18
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
19
|
+
httpAuthSchemeProvider: ToolsHttpAuthSchemeProvider;
|
|
20
|
+
token: TokenIdentity | TokenIdentityProvider;
|
|
21
|
+
}>;
|
|
22
|
+
/**
|
|
23
|
+
* @internal
|
|
24
|
+
*/
|
|
25
|
+
export declare const getHttpAuthExtensionConfiguration: (runtimeConfig: HttpAuthRuntimeConfig) => HttpAuthExtensionConfiguration;
|
|
26
|
+
/**
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
export declare const resolveHttpAuthRuntimeConfig: (config: HttpAuthExtensionConfiguration) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { type HandlerExecutionContext, type HttpAuthScheme, type HttpAuthSchemeParameters, type HttpAuthSchemeParametersProvider, type HttpAuthSchemeProvider, type Provider, TokenIdentity, TokenIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { ToolsClientResolvedConfig } from "../ToolsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export interface ToolsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export interface ToolsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<ToolsClientResolvedConfig, HandlerExecutionContext, ToolsHttpAuthSchemeParameters, object> {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @internal
|
|
15
|
+
*/
|
|
16
|
+
export declare const defaultToolsHttpAuthSchemeParametersProvider: (config: ToolsClientResolvedConfig, context: HandlerExecutionContext, input: object) => Promise<ToolsHttpAuthSchemeParameters>;
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
20
|
+
export interface ToolsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ToolsHttpAuthSchemeParameters> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @internal
|
|
24
|
+
*/
|
|
25
|
+
export declare const defaultToolsHttpAuthSchemeProvider: ToolsHttpAuthSchemeProvider;
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface HttpAuthSchemeInputConfig {
|
|
30
|
+
/**
|
|
31
|
+
* A comma-separated list of case-sensitive auth scheme names.
|
|
32
|
+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
|
|
33
|
+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
authSchemePreference?: string[] | Provider<string[]>;
|
|
37
|
+
/**
|
|
38
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
42
|
+
/**
|
|
43
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
httpAuthSchemeProvider?: ToolsHttpAuthSchemeProvider;
|
|
47
|
+
/**
|
|
48
|
+
* The token used to authenticate requests.
|
|
49
|
+
*/
|
|
50
|
+
token?: TokenIdentity | TokenIdentityProvider;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* @internal
|
|
54
|
+
*/
|
|
55
|
+
export interface HttpAuthSchemeResolvedConfig {
|
|
56
|
+
/**
|
|
57
|
+
* A comma-separated list of case-sensitive auth scheme names.
|
|
58
|
+
* An auth scheme name is a fully qualified auth scheme ID with the namespace prefix trimmed.
|
|
59
|
+
* For example, the auth scheme with ID aws.auth#sigv4 is named sigv4.
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
readonly authSchemePreference: Provider<string[]>;
|
|
63
|
+
/**
|
|
64
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
67
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
68
|
+
/**
|
|
69
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
readonly httpAuthSchemeProvider: ToolsHttpAuthSchemeProvider;
|
|
73
|
+
/**
|
|
74
|
+
* The token used to authenticate requests.
|
|
75
|
+
*/
|
|
76
|
+
readonly token?: TokenIdentityProvider;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(config: T & HttpAuthSchemeInputConfig) => T & HttpAuthSchemeResolvedConfig;
|