@agentica/core 0.17.0 → 0.18.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/lib/context/internal/AgenticaOperationComposer.spec.js +40 -20
- package/lib/context/internal/AgenticaOperationComposer.spec.js.map +1 -1
- package/lib/functional/assertHttpLlmApplication.js +44 -44
- package/lib/functional/assertMcpLlmApplication.d.ts +5 -2
- package/lib/functional/assertMcpLlmApplication.js +37 -22
- package/lib/functional/assertMcpLlmApplication.js.map +1 -1
- package/lib/functional/validateHttpLlmApplication.js +36 -36
- package/lib/index.mjs +87 -133
- package/lib/index.mjs.map +1 -1
- package/lib/orchestrate/call.js +5 -58
- package/lib/orchestrate/call.js.map +1 -1
- package/lib/structures/mcp/IMcpLlmApplication.d.ts +2 -8
- package/lib/utils/ChatGptCompletionMessageUtil.js +2 -2
- package/package.json +1 -1
- package/src/context/internal/AgenticaOperationComposer.spec.ts +28 -13
- package/src/functional/assertMcpLlmApplication.ts +9 -25
- package/src/orchestrate/call.ts +9 -28
- package/src/structures/mcp/IMcpLlmApplication.ts +3 -10
|
@@ -94,7 +94,7 @@ function validateHttpLlmApplication(props) {
|
|
|
94
94
|
if (undefined === value)
|
|
95
95
|
return true;
|
|
96
96
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io41(value);
|
|
97
|
-
}); const _io41 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu1(elem))) && (undefined === input.
|
|
97
|
+
}); const _io41 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu1(elem))) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io43(input.options)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io43(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io43(input.post)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io43(input.patch)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io43(input.put)) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io43(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io43(input.head)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io43(input.trace)); const _io42 = input => "string" === typeof input.$ref && RegExp(/^#\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io43 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu2(elem))) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io45(input.responses)) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io39(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io44 = input => "string" === typeof input.$ref && RegExp(/^#\/definitions\/parameters\/(.*)/).test(input.$ref) && (undefined === input.examples || Array.isArray(input.examples)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io45 = input => Object.keys(input).every(key => {
|
|
98
98
|
const value = input[key];
|
|
99
99
|
if (undefined === value)
|
|
100
100
|
return true;
|
|
@@ -164,7 +164,7 @@ function validateHttpLlmApplication(props) {
|
|
|
164
164
|
if (undefined === value)
|
|
165
165
|
return true;
|
|
166
166
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io98(value);
|
|
167
|
-
}); const _io98 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io49(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.
|
|
167
|
+
}); const _io98 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io49(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io100(input.options)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io100(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io100(input.post)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io100(input.patch)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io100(input.put)) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io100(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io100(input.head)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io100(input.trace)); const _io99 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/parameters\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io58(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io100 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu4(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _iu15(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io102(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io49(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io39(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated); const _io101 = input => "string" === typeof input.$ref && RegExp(/^#\/components\/requestBodies\/(.*)/).test(input.$ref) && (null !== input.examples && (undefined === input.examples || (Array.isArray(input.examples) || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io58(input.examples)))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && true; const _io102 = input => Object.keys(input).every(key => {
|
|
168
168
|
const value = input[key];
|
|
169
169
|
if (undefined === value)
|
|
170
170
|
return true;
|
|
@@ -184,7 +184,7 @@ function validateHttpLlmApplication(props) {
|
|
|
184
184
|
if (undefined === value)
|
|
185
185
|
return true;
|
|
186
186
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io131(value);
|
|
187
|
-
}); const _io131 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io106(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.
|
|
187
|
+
}); const _io131 = input => (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _iu6(elem))) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io106(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io138(input.options)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io138(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io138(input.post)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io138(input.patch)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io138(input.put)) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io138(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io138(input.head)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io138(input.trace)); const _io132 = input => (undefined === input.name || "string" === typeof input.name) && ("path" === input["in"] || "query" === input["in"] || "header" === input["in"] || "cookie" === input["in"]) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu5(input.schema)) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io133(input.examples)); const _io133 = input => Object.keys(input).every(key => {
|
|
188
188
|
const value = input[key];
|
|
189
189
|
if (undefined === value)
|
|
190
190
|
return true;
|
|
@@ -259,7 +259,7 @@ function validateHttpLlmApplication(props) {
|
|
|
259
259
|
if (undefined === value)
|
|
260
260
|
return true;
|
|
261
261
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io199(value);
|
|
262
|
-
}); const _io199 = input => (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io167(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.
|
|
262
|
+
}); const _io199 = input => (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io167(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.options || "object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) && _io200(input.options)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io200(input.get)) && (undefined === input.post || "object" === typeof input.post && null !== input.post && false === Array.isArray(input.post) && _io200(input.post)) && (undefined === input.patch || "object" === typeof input.patch && null !== input.patch && false === Array.isArray(input.patch) && _io200(input.patch)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io200(input.put)) && (undefined === input["delete"] || "object" === typeof input["delete"] && null !== input["delete"] && false === Array.isArray(input["delete"]) && _io200(input["delete"])) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io200(input.head)) && (undefined === input.trace || "object" === typeof input.trace && null !== input.trace && false === Array.isArray(input.trace) && _io200(input.trace)); const _io200 = input => (undefined === input.operationId || "string" === typeof input.operationId) && (undefined === input.parameters || Array.isArray(input.parameters) && input.parameters.every(elem => "object" === typeof elem && null !== elem && _io201(elem))) && (undefined === input.requestBody || "object" === typeof input.requestBody && null !== input.requestBody && false === Array.isArray(input.requestBody) && _io204(input.requestBody)) && (undefined === input.responses || "object" === typeof input.responses && null !== input.responses && false === Array.isArray(input.responses) && _io207(input.responses)) && (undefined === input.servers || Array.isArray(input.servers) && input.servers.every(elem => "object" === typeof elem && null !== elem && _io167(elem))) && (undefined === input.summary || "string" === typeof input.summary) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.security || Array.isArray(input.security) && input.security.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io39(elem))) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deprecated || "boolean" === typeof input.deprecated) && (undefined === input["x-samchon-human"] || "boolean" === typeof input["x-samchon-human"]) && (undefined === input["x-samchon-accessor"] || Array.isArray(input["x-samchon-accessor"]) && input["x-samchon-accessor"].every(elem => "string" === typeof elem)) && (undefined === input["x-samchon-controller"] || "string" === typeof input["x-samchon-controller"]); const _io201 = input => (undefined === input.name || "string" === typeof input.name) && ("path" === input["in"] || "query" === input["in"] || "header" === input["in"] || "cookie" === input["in"]) && ("object" === typeof input.schema && null !== input.schema && false === Array.isArray(input.schema) && _iu7(input.schema)) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && true && (undefined === input.examples || "object" === typeof input.examples && null !== input.examples && false === Array.isArray(input.examples) && _io202(input.examples)); const _io202 = input => Object.keys(input).every(key => {
|
|
263
263
|
const value = input[key];
|
|
264
264
|
if (undefined === value)
|
|
265
265
|
return true;
|
|
@@ -2170,6 +2170,14 @@ function validateHttpLlmApplication(props) {
|
|
|
2170
2170
|
path: _path + ".parameters",
|
|
2171
2171
|
expected: "(Array<IParameter | IReference<`#/parameters/${string}`>> | undefined)",
|
|
2172
2172
|
value: input.parameters
|
|
2173
|
+
}), undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || _report(_exceptionable, {
|
|
2174
|
+
path: _path + ".options",
|
|
2175
|
+
expected: "(SwaggerV2.IOperation | undefined)",
|
|
2176
|
+
value: input.options
|
|
2177
|
+
})) && _vo43(input.options, _path + ".options", true && _exceptionable) || _report(_exceptionable, {
|
|
2178
|
+
path: _path + ".options",
|
|
2179
|
+
expected: "(SwaggerV2.IOperation | undefined)",
|
|
2180
|
+
value: input.options
|
|
2173
2181
|
}), undefined === input.get || ("object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) || _report(_exceptionable, {
|
|
2174
2182
|
path: _path + ".get",
|
|
2175
2183
|
expected: "(SwaggerV2.IOperation | undefined)",
|
|
@@ -2210,14 +2218,6 @@ function validateHttpLlmApplication(props) {
|
|
|
2210
2218
|
path: _path + "[\"delete\"]",
|
|
2211
2219
|
expected: "(SwaggerV2.IOperation | undefined)",
|
|
2212
2220
|
value: input["delete"]
|
|
2213
|
-
}), undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || _report(_exceptionable, {
|
|
2214
|
-
path: _path + ".options",
|
|
2215
|
-
expected: "(SwaggerV2.IOperation | undefined)",
|
|
2216
|
-
value: input.options
|
|
2217
|
-
})) && _vo43(input.options, _path + ".options", true && _exceptionable) || _report(_exceptionable, {
|
|
2218
|
-
path: _path + ".options",
|
|
2219
|
-
expected: "(SwaggerV2.IOperation | undefined)",
|
|
2220
|
-
value: input.options
|
|
2221
2221
|
}), undefined === input.head || ("object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) || _report(_exceptionable, {
|
|
2222
2222
|
path: _path + ".head",
|
|
2223
2223
|
expected: "(SwaggerV2.IOperation | undefined)",
|
|
@@ -3792,6 +3792,14 @@ function validateHttpLlmApplication(props) {
|
|
|
3792
3792
|
path: _path + ".description",
|
|
3793
3793
|
expected: "(string | undefined)",
|
|
3794
3794
|
value: input.description
|
|
3795
|
+
}), undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || _report(_exceptionable, {
|
|
3796
|
+
path: _path + ".options",
|
|
3797
|
+
expected: "(OpenApiV3.IOperation | undefined)",
|
|
3798
|
+
value: input.options
|
|
3799
|
+
})) && _vo100(input.options, _path + ".options", true && _exceptionable) || _report(_exceptionable, {
|
|
3800
|
+
path: _path + ".options",
|
|
3801
|
+
expected: "(OpenApiV3.IOperation | undefined)",
|
|
3802
|
+
value: input.options
|
|
3795
3803
|
}), undefined === input.get || ("object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) || _report(_exceptionable, {
|
|
3796
3804
|
path: _path + ".get",
|
|
3797
3805
|
expected: "(OpenApiV3.IOperation | undefined)",
|
|
@@ -3832,14 +3840,6 @@ function validateHttpLlmApplication(props) {
|
|
|
3832
3840
|
path: _path + "[\"delete\"]",
|
|
3833
3841
|
expected: "(OpenApiV3.IOperation | undefined)",
|
|
3834
3842
|
value: input["delete"]
|
|
3835
|
-
}), undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || _report(_exceptionable, {
|
|
3836
|
-
path: _path + ".options",
|
|
3837
|
-
expected: "(OpenApiV3.IOperation | undefined)",
|
|
3838
|
-
value: input.options
|
|
3839
|
-
})) && _vo100(input.options, _path + ".options", true && _exceptionable) || _report(_exceptionable, {
|
|
3840
|
-
path: _path + ".options",
|
|
3841
|
-
expected: "(OpenApiV3.IOperation | undefined)",
|
|
3842
|
-
value: input.options
|
|
3843
3843
|
}), undefined === input.head || ("object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) || _report(_exceptionable, {
|
|
3844
3844
|
path: _path + ".head",
|
|
3845
3845
|
expected: "(OpenApiV3.IOperation | undefined)",
|
|
@@ -5408,6 +5408,14 @@ function validateHttpLlmApplication(props) {
|
|
|
5408
5408
|
path: _path + ".description",
|
|
5409
5409
|
expected: "(string | undefined)",
|
|
5410
5410
|
value: input.description
|
|
5411
|
+
}), undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || _report(_exceptionable, {
|
|
5412
|
+
path: _path + ".options",
|
|
5413
|
+
expected: "(OpenApiV3_1.IOperation | undefined)",
|
|
5414
|
+
value: input.options
|
|
5415
|
+
})) && _vo138(input.options, _path + ".options", true && _exceptionable) || _report(_exceptionable, {
|
|
5416
|
+
path: _path + ".options",
|
|
5417
|
+
expected: "(OpenApiV3_1.IOperation | undefined)",
|
|
5418
|
+
value: input.options
|
|
5411
5419
|
}), undefined === input.get || ("object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) || _report(_exceptionable, {
|
|
5412
5420
|
path: _path + ".get",
|
|
5413
5421
|
expected: "(OpenApiV3_1.IOperation | undefined)",
|
|
@@ -5448,14 +5456,6 @@ function validateHttpLlmApplication(props) {
|
|
|
5448
5456
|
path: _path + "[\"delete\"]",
|
|
5449
5457
|
expected: "(OpenApiV3_1.IOperation | undefined)",
|
|
5450
5458
|
value: input["delete"]
|
|
5451
|
-
}), undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || _report(_exceptionable, {
|
|
5452
|
-
path: _path + ".options",
|
|
5453
|
-
expected: "(OpenApiV3_1.IOperation | undefined)",
|
|
5454
|
-
value: input.options
|
|
5455
|
-
})) && _vo138(input.options, _path + ".options", true && _exceptionable) || _report(_exceptionable, {
|
|
5456
|
-
path: _path + ".options",
|
|
5457
|
-
expected: "(OpenApiV3_1.IOperation | undefined)",
|
|
5458
|
-
value: input.options
|
|
5459
5459
|
}), undefined === input.head || ("object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) || _report(_exceptionable, {
|
|
5460
5460
|
path: _path + ".head",
|
|
5461
5461
|
expected: "(OpenApiV3_1.IOperation | undefined)",
|
|
@@ -7143,6 +7143,14 @@ function validateHttpLlmApplication(props) {
|
|
|
7143
7143
|
path: _path + ".description",
|
|
7144
7144
|
expected: "(string | undefined)",
|
|
7145
7145
|
value: input.description
|
|
7146
|
+
}), undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || _report(_exceptionable, {
|
|
7147
|
+
path: _path + ".options",
|
|
7148
|
+
expected: "(OpenApi.IOperation | undefined)",
|
|
7149
|
+
value: input.options
|
|
7150
|
+
})) && _vo200(input.options, _path + ".options", true && _exceptionable) || _report(_exceptionable, {
|
|
7151
|
+
path: _path + ".options",
|
|
7152
|
+
expected: "(OpenApi.IOperation | undefined)",
|
|
7153
|
+
value: input.options
|
|
7146
7154
|
}), undefined === input.get || ("object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) || _report(_exceptionable, {
|
|
7147
7155
|
path: _path + ".get",
|
|
7148
7156
|
expected: "(OpenApi.IOperation | undefined)",
|
|
@@ -7183,14 +7191,6 @@ function validateHttpLlmApplication(props) {
|
|
|
7183
7191
|
path: _path + "[\"delete\"]",
|
|
7184
7192
|
expected: "(OpenApi.IOperation | undefined)",
|
|
7185
7193
|
value: input["delete"]
|
|
7186
|
-
}), undefined === input.options || ("object" === typeof input.options && null !== input.options && false === Array.isArray(input.options) || _report(_exceptionable, {
|
|
7187
|
-
path: _path + ".options",
|
|
7188
|
-
expected: "(OpenApi.IOperation | undefined)",
|
|
7189
|
-
value: input.options
|
|
7190
|
-
})) && _vo200(input.options, _path + ".options", true && _exceptionable) || _report(_exceptionable, {
|
|
7191
|
-
path: _path + ".options",
|
|
7192
|
-
expected: "(OpenApi.IOperation | undefined)",
|
|
7193
|
-
value: input.options
|
|
7194
7194
|
}), undefined === input.head || ("object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) || _report(_exceptionable, {
|
|
7195
7195
|
path: _path + ".head",
|
|
7196
7196
|
expected: "(OpenApi.IOperation | undefined)",
|