@kong-ui-public/entities-plugins 9.28.5 → 9.28.6
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 +4599 -4433
- package/dist/entities-plugins.umd.js +28 -28
- package/dist/types/utils/helper.d.ts +41 -8
- package/dist/types/utils/helper.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -1,12 +1,45 @@
|
|
|
1
1
|
export interface SchemaRegistry {
|
|
2
|
-
confluent?:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
confluent?: ConfluentConfig | null;
|
|
3
|
+
}
|
|
4
|
+
export interface ConfluentConfig {
|
|
5
|
+
authentication?: AuthenticationConfig;
|
|
6
|
+
/** default `true` */
|
|
7
|
+
ssl_verify?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface AuthenticationConfig {
|
|
10
|
+
mode?: 'none' | 'basic' | 'oauth2';
|
|
11
|
+
basic?: BasicAuthConfig;
|
|
12
|
+
oauth2?: OAuth2Config;
|
|
13
|
+
oauth2_client?: OAuth2ClientConfig;
|
|
14
|
+
}
|
|
15
|
+
export interface BasicAuthConfig {
|
|
16
|
+
username?: string;
|
|
17
|
+
password?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface OAuth2Config {
|
|
20
|
+
token_endpoint?: string;
|
|
21
|
+
token_headers?: Record<string, string>;
|
|
22
|
+
token_post_args?: Record<string, string>;
|
|
23
|
+
grant_type?: 'client_credentials' | 'password';
|
|
24
|
+
client_id?: string;
|
|
25
|
+
client_secret?: string;
|
|
26
|
+
username?: string;
|
|
27
|
+
password?: string;
|
|
28
|
+
scopes?: string[];
|
|
29
|
+
audience?: string[];
|
|
30
|
+
}
|
|
31
|
+
export interface OAuth2ClientConfig {
|
|
32
|
+
auth_method?: 'client_secret_post' | 'client_secret_basic' | 'client_secret_jwt' | 'none';
|
|
33
|
+
client_secret_jwt_alg?: 'HS512' | 'HS256';
|
|
34
|
+
http_version?: number;
|
|
35
|
+
http_proxy?: string;
|
|
36
|
+
http_proxy_authorization?: string;
|
|
37
|
+
https_proxy?: string;
|
|
38
|
+
https_proxy_authorization?: string;
|
|
39
|
+
no_proxy?: string;
|
|
40
|
+
timeout?: number;
|
|
41
|
+
keep_alive?: boolean;
|
|
42
|
+
ssl_verify?: boolean;
|
|
10
43
|
}
|
|
11
44
|
export declare const stripEmptyBasicFields: (schemaRegistry: SchemaRegistry) => void;
|
|
12
45
|
//# sourceMappingURL=helper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/utils/helper.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/utils/helper.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACnC;AAED,MAAM,WAAW,eAAe;IAC9B,cAAc,CAAC,EAAE,oBAAoB,CAAA;IACrC,qBAAqB;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;IAClC,KAAK,CAAC,EAAE,eAAe,CAAA;IACvB,MAAM,CAAC,EAAE,YAAY,CAAA;IACrB,aAAa,CAAC,EAAE,kBAAkB,CAAA;CACnC;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,YAAY;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACtC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxC,UAAU,CAAC,EAAE,oBAAoB,GAAG,UAAU,CAAA;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;CACpB;AAED,MAAM,WAAW,kBAAkB;IACjC,WAAW,CAAC,EAAE,oBAAoB,GAAG,qBAAqB,GAAG,mBAAmB,GAAG,MAAM,CAAA;IACzF,qBAAqB,CAAC,EAAE,OAAO,GAAG,OAAO,CAAA;IACzC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,wBAAwB,CAAC,EAAE,MAAM,CAAA;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAaD,eAAO,MAAM,qBAAqB,mBAAoB,cAAc,SAuBnE,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-plugins",
|
|
3
|
-
"version": "9.28.
|
|
3
|
+
"version": "9.28.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-plugins.umd.js",
|
|
6
6
|
"module": "./dist/entities-plugins.es.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"vue": ">= 3.3.13 < 4",
|
|
32
32
|
"vue-router": "^4.4.5",
|
|
33
33
|
"@kong-ui-public/entities-plugins-icon": "^0.1.0",
|
|
34
|
-
"@kong-ui-public/
|
|
35
|
-
"@kong-ui-public/
|
|
34
|
+
"@kong-ui-public/i18n": "^2.3.2",
|
|
35
|
+
"@kong-ui-public/entities-shared": "^3.25.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@kong/design-tokens": "1.17.4",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"axios": "^1.7.7",
|
|
42
42
|
"vue": "^3.5.13",
|
|
43
43
|
"vue-router": "^4.4.5",
|
|
44
|
-
"@kong-ui-public/entities-plugins-icon": "^0.1.0",
|
|
45
44
|
"@kong-ui-public/entities-vaults": "^3.22.4",
|
|
45
|
+
"@kong-ui-public/entities-plugins-icon": "^0.1.0",
|
|
46
46
|
"@kong-ui-public/i18n": "^2.3.2",
|
|
47
47
|
"@kong-ui-public/entities-shared": "^3.25.3"
|
|
48
48
|
},
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"marked": "^14.1.3",
|
|
65
65
|
"monaco-editor": "0.52.2",
|
|
66
66
|
"@kong-ui-public/entities-consumer-groups": "^4.0.4",
|
|
67
|
-
"@kong-ui-public/entities-
|
|
67
|
+
"@kong-ui-public/entities-gateway-services": "^3.11.32",
|
|
68
68
|
"@kong-ui-public/entities-consumers": "^4.0.4",
|
|
69
|
-
"@kong-ui-public/entities-plugins-metadata": "^1.6.0",
|
|
70
69
|
"@kong-ui-public/forms": "^4.13.6",
|
|
71
|
-
"@kong-ui-public/entities-
|
|
70
|
+
"@kong-ui-public/entities-plugins-metadata": "^1.6.0",
|
|
71
|
+
"@kong-ui-public/entities-routes": "^3.14.3",
|
|
72
72
|
"@kong-ui-public/entities-vaults": "^3.22.4"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|