@kong-ui-public/entities-plugins 9.195.4 → 9.195.5
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/entities-plugins.es.js +4535 -4553
- package/dist/entities-plugins.umd.js +86 -86
- package/dist/style.css +1 -1
- package/dist/types/components/free-form/plugins/ai-mcp-proxy/AIMcpProxyForm.vue.d.ts.map +1 -1
- package/dist/types/components/free-form/shared/MapField.vue.d.ts +6 -3
- package/dist/types/components/free-form/shared/MapField.vue.d.ts.map +1 -1
- package/package.json +10 -10
- package/dist/types/components/free-form/plugins/ai-mcp-proxy/types.d.ts +0 -51
- package/dist/types/components/free-form/plugins/ai-mcp-proxy/types.d.ts.map +0 -1
- package/dist/types/components/free-form/plugins/ai-mcp-proxy/utils.d.ts +0 -3
- package/dist/types/components/free-form/plugins/ai-mcp-proxy/utils.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIMcpProxyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/ai-mcp-proxy/AIMcpProxyForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AIMcpProxyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/ai-mcp-proxy/AIMcpProxyForm.vue"],"names":[],"mappings":"AA6EA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAQzE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAA;AAInE,KAAK,WAAW,GAAG,KAAK,CAAC;AAGzB,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,OAAO,kBAAkB,GAAG,MAAM,GAAG;CAC5C,CAAC;AAkKF,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -6,10 +6,13 @@ interface MapFieldProps extends BaseFieldProps {
|
|
|
6
6
|
multiline?: boolean;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
oneLine?: boolean;
|
|
9
10
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
type __VLS_Slots = {
|
|
12
|
+
default: (props: {
|
|
13
|
+
keyId: string;
|
|
14
|
+
}) => any;
|
|
15
|
+
tooltip: () => any;
|
|
13
16
|
};
|
|
14
17
|
declare const __VLS_base: import("vue").DefineComponent<MapFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
18
|
legacyValueChange: (data: Record<string, unknown> | null) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/MapField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MapField.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/free-form/shared/MapField.vue"],"names":[],"mappings":"AAsQA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAQ7C,UAAU,aAAc,SAAQ,cAAc;IAC5C,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,UAAU,CAAC,EAAE;QACX,MAAM,CAAC,EAAE;YACP,SAAS,CAAC,EAAE,OAAO,CAAA;SACpB,CAAA;KACF,CAAA;IACD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAcD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,KAAK,GAAG,CAAA;IAC1C,OAAO,EAAE,MAAM,GAAG,CAAA;CACnB,CAAC;AA4XF,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-plugins",
|
|
3
|
-
"version": "9.195.
|
|
3
|
+
"version": "9.195.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-plugins.umd.js",
|
|
6
6
|
"module": "./dist/entities-plugins.es.js",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"vue-router": "^4.6.4",
|
|
52
52
|
"zod": ">= 4.1.3 < 5",
|
|
53
53
|
"@kong-ui-public/entities-shared": "^3.42.3",
|
|
54
|
-
"@kong-ui-public/
|
|
55
|
-
"@kong-ui-public/
|
|
54
|
+
"@kong-ui-public/i18n": "^2.4.6",
|
|
55
|
+
"@kong-ui-public/monaco-editor": "^0.22.3"
|
|
56
56
|
},
|
|
57
57
|
"peerDependenciesMeta": {
|
|
58
58
|
"@playwright/test": {
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"vue": "^3.5.32",
|
|
87
87
|
"vue-router": "^4.6.4",
|
|
88
88
|
"zod": "^4.3.6",
|
|
89
|
-
"@kong-ui-public/entities-vaults": "^4.4.19",
|
|
90
|
-
"@kong-ui-public/i18n": "^2.4.6",
|
|
91
89
|
"@kong-ui-public/entities-shared": "^3.42.3",
|
|
92
|
-
"@kong-ui-public/monaco-editor": "^0.22.3"
|
|
90
|
+
"@kong-ui-public/monaco-editor": "^0.22.3",
|
|
91
|
+
"@kong-ui-public/i18n": "^2.4.6",
|
|
92
|
+
"@kong-ui-public/entities-vaults": "^4.4.19"
|
|
93
93
|
},
|
|
94
94
|
"repository": {
|
|
95
95
|
"type": "git",
|
|
@@ -108,15 +108,15 @@
|
|
|
108
108
|
"dependencies": {
|
|
109
109
|
"lodash-es": "^4.18.1",
|
|
110
110
|
"marked": "^14.1.4",
|
|
111
|
-
"@kong-ui-public/entities-consumer-groups": "^4.3.17",
|
|
112
111
|
"@kong-ui-public/entities-consumers": "^4.3.17",
|
|
113
112
|
"@kong-ui-public/entities-gateway-services": "^3.19.3",
|
|
114
113
|
"@kong-ui-public/entities-plugins-icon": "^1.6.4",
|
|
115
114
|
"@kong-ui-public/entities-plugins-metadata": "^1.13.3",
|
|
116
|
-
"@kong-ui-public/entities-redis-configurations": "^1.14.22",
|
|
117
115
|
"@kong-ui-public/entities-routes": "^3.21.23",
|
|
118
|
-
"@kong-ui-public/entities-
|
|
119
|
-
"@kong-ui-public/
|
|
116
|
+
"@kong-ui-public/entities-redis-configurations": "^1.14.22",
|
|
117
|
+
"@kong-ui-public/entities-consumer-groups": "^4.3.17",
|
|
118
|
+
"@kong-ui-public/forms": "^4.23.21",
|
|
119
|
+
"@kong-ui-public/entities-vaults": "^4.4.19"
|
|
120
120
|
},
|
|
121
121
|
"scripts": {
|
|
122
122
|
"dev": "cross-env USE_SANDBOX=true vite",
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { FreeFormPluginData } from '../../../../types/plugins/free-form';
|
|
2
|
-
export type AIMcpProxyPlugin = FreeFormPluginData<AIMcpProxy>;
|
|
3
|
-
export interface AIMcpProxy {
|
|
4
|
-
logging: Logging;
|
|
5
|
-
server?: Server;
|
|
6
|
-
tools?: Tool[];
|
|
7
|
-
default_acl?: DefaultACL[];
|
|
8
|
-
max_request_body_size?: number | null;
|
|
9
|
-
}
|
|
10
|
-
/************************************************
|
|
11
|
-
* Logging *
|
|
12
|
-
************************************************/
|
|
13
|
-
export interface Logging {
|
|
14
|
-
log_statistics: boolean;
|
|
15
|
-
log_payloads: boolean;
|
|
16
|
-
}
|
|
17
|
-
/************************************************
|
|
18
|
-
* Server *
|
|
19
|
-
************************************************/
|
|
20
|
-
export interface Server {
|
|
21
|
-
enabled?: boolean;
|
|
22
|
-
tag?: string | null;
|
|
23
|
-
timeout?: number | null;
|
|
24
|
-
}
|
|
25
|
-
/************************************************
|
|
26
|
-
* Tool *
|
|
27
|
-
************************************************/
|
|
28
|
-
export interface Tool {
|
|
29
|
-
description: string;
|
|
30
|
-
host?: string | null;
|
|
31
|
-
path?: string | null;
|
|
32
|
-
method?: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | null;
|
|
33
|
-
scheme?: 'http' | 'https' | null;
|
|
34
|
-
parameters?: Record<string, any> | null;
|
|
35
|
-
request_body?: Record<string, any> | null;
|
|
36
|
-
headers?: Record<string, string[]> | null;
|
|
37
|
-
query?: Record<string, string[]> | null;
|
|
38
|
-
annotations?: {
|
|
39
|
-
title?: string | null;
|
|
40
|
-
read_only_hint?: boolean;
|
|
41
|
-
destructive_hint?: boolean;
|
|
42
|
-
idempotent_hint?: boolean;
|
|
43
|
-
open_world_hint?: boolean;
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
export interface DefaultACL {
|
|
47
|
-
allow: string[];
|
|
48
|
-
deny: string[];
|
|
49
|
-
scope: string;
|
|
50
|
-
}
|
|
51
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/ai-mcp-proxy/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AAE7E,MAAM,MAAM,gBAAgB,GAAG,kBAAkB,CAAC,UAAU,CAAC,CAAA;AAE7D,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,OAAO,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IACd,WAAW,CAAC,EAAE,UAAU,EAAE,CAAA;IAC1B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACtC;AAED;;kDAEkD;AAElD,MAAM,WAAW,OAAO;IACtB,cAAc,EAAE,OAAO,CAAA;IACvB,YAAY,EAAE,OAAO,CAAA;CACtB;AAED;;kDAEkD;AAElD,MAAM,WAAW,MAAM;IACrB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACxB;AAED;;kDAEkD;AAElD,MAAM,WAAW,IAAI;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAA;IAC3D,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,IAAI,CAAA;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,IAAI,CAAA;IACvC,WAAW,CAAC,EAAE;QACZ,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QACrB,cAAc,CAAC,EAAE,OAAO,CAAA;QACxB,gBAAgB,CAAC,EAAE,OAAO,CAAA;QAC1B,eAAe,CAAC,EAAE,OAAO,CAAA;QACzB,eAAe,CAAC,EAAE,OAAO,CAAA;KAC1B,CAAA;CACF;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,IAAI,EAAE,MAAM,EAAE,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/free-form/plugins/ai-mcp-proxy/utils.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,cAAc,GAAI,QAAQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,SAUhE,CAAA;AAGD,eAAO,MAAM,aAAa,GAAI,QAAQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,SAU/D,CAAA"}
|