@kong-ui-public/entities-plugins 9.194.4 → 9.195.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.
@@ -1,38 +1,47 @@
1
1
  import '@kong-ui-public/entities-shared/dist/style.css';
2
2
  import type { PropType } from 'vue';
3
- import type { CustomPluginFormConfig, FormPayload } from '../types';
3
+ import type { ClonedPluginPayload, KonnectCustomPluginFormConfig, CustomPluginFormType, InstalledPluginResponse, StreamedPluginResponse, KongManagerCustomPluginFormConfig } from '../types';
4
4
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  config: {
6
- type: PropType<CustomPluginFormConfig>;
6
+ type: PropType<KonnectCustomPluginFormConfig | KongManagerCustomPluginFormConfig>;
7
7
  required: true;
8
- validator: (config: CustomPluginFormConfig) => boolean;
8
+ validator: (config: KonnectCustomPluginFormConfig | KongManagerCustomPluginFormConfig) => boolean;
9
9
  };
10
- /** The ID of a specific plugin instance. If a valid Plugin ID is provided, it will put the form in Edit mode instead of Create */
11
- pluginId: {
10
+ /** The name of a specific plugin instance. If a valid Plugin Name is provided, it will put the form in Edit mode instead of Create */
11
+ pluginName: {
12
12
  type: StringConstructor;
13
13
  default: string;
14
14
  };
15
+ unsupportedTypes: {
16
+ type: PropType<CustomPluginFormType[]>;
17
+ default: () => never[];
18
+ };
15
19
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
16
20
  error: (error: unknown) => any;
17
21
  loading: (isLoading: boolean) => any;
18
- update: (data: FormPayload) => any;
22
+ update: (data: InstalledPluginResponse | StreamedPluginResponse | ClonedPluginPayload) => any;
19
23
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
24
  config: {
21
- type: PropType<CustomPluginFormConfig>;
25
+ type: PropType<KonnectCustomPluginFormConfig | KongManagerCustomPluginFormConfig>;
22
26
  required: true;
23
- validator: (config: CustomPluginFormConfig) => boolean;
27
+ validator: (config: KonnectCustomPluginFormConfig | KongManagerCustomPluginFormConfig) => boolean;
24
28
  };
25
- /** The ID of a specific plugin instance. If a valid Plugin ID is provided, it will put the form in Edit mode instead of Create */
26
- pluginId: {
29
+ /** The name of a specific plugin instance. If a valid Plugin Name is provided, it will put the form in Edit mode instead of Create */
30
+ pluginName: {
27
31
  type: StringConstructor;
28
32
  default: string;
29
33
  };
34
+ unsupportedTypes: {
35
+ type: PropType<CustomPluginFormType[]>;
36
+ default: () => never[];
37
+ };
30
38
  }>> & Readonly<{
31
39
  onError?: ((error: unknown) => any) | undefined;
32
40
  onLoading?: ((isLoading: boolean) => any) | undefined;
33
- onUpdate?: ((data: FormPayload) => any) | undefined;
41
+ onUpdate?: ((data: InstalledPluginResponse | StreamedPluginResponse | ClonedPluginPayload) => any) | undefined;
34
42
  }>, {
35
- pluginId: string;
43
+ pluginName: string;
44
+ unsupportedTypes: CustomPluginFormType[];
36
45
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
46
  declare const _default: typeof __VLS_export;
38
47
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"CustomPluginForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CustomPluginForm.vue"],"names":[],"mappings":"AAosBA,OAAO,gDAAgD,CAAA;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAuB,sBAAsB,EAAwB,WAAW,EAAiD,MAAM,UAAU,CAAA;AAynC7J,QAAA,MAAM,YAAY;;cAIE,QAAQ,CAAC,sBAAsB,CAAC;;4BAE5B,sBAAsB,KAAG,OAAO;;IAOtD,kIAAkI;;;;;;;;;;;cAThH,QAAQ,CAAC,sBAAsB,CAAC;;4BAE5B,sBAAsB,KAAG,OAAO;;IAOtD,kIAAkI;;;;;;;;;;;4EAMlI,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"CustomPluginForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CustomPluginForm.vue"],"names":[],"mappings":"AAu6BA,OAAO,gDAAgD,CAAA;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EACV,mBAAmB,EACnB,6BAA6B,EAC7B,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,iCAAiC,EAClC,MAAM,UAAU,CAAA;AAg6CjB,QAAA,MAAM,YAAY;;cAIE,QAAQ,CAAC,6BAA6B,GAAG,iCAAiC,CAAC;;4BAEvE,6BAA6B,GAAG,iCAAiC,KAAG,OAAO;;IASjG,sIAAsI;;;;;;cAMrH,QAAQ,CAAC,oBAAoB,EAAE,CAAC;;;;;;;;;cAjB/B,QAAQ,CAAC,6BAA6B,GAAG,iCAAiC,CAAC;;4BAEvE,6BAA6B,GAAG,iCAAiC,KAAG,OAAO;;IASjG,sIAAsI;;;;;;cAMrH,QAAQ,CAAC,oBAAoB,EAAE,CAAC;;;;;;;;;;4EAIjD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -231,11 +231,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
231
231
  }>, {
232
232
  schema: Record<string, any>;
233
233
  credential: boolean;
234
- pluginId: string;
235
234
  developer: boolean;
236
235
  enableVaultSecretPicker: boolean;
237
236
  enableRedisPartial: boolean;
238
237
  engine: "vfg" | "freeform";
238
+ pluginId: string;
239
239
  hideScopeSelection: boolean;
240
240
  disableScopeSelection: boolean;
241
241
  isWizardStep: boolean;
@@ -1,6 +1,7 @@
1
1
  import useI18n from './useI18n';
2
2
  import usePluginHelpers from './usePluginHelpers';
3
3
  import { useExperimentalFreeForms, useProvideExperimentalFreeForms, useFreeFormResolver } from './useExperimentalFreeForms';
4
+ import { useCustomPluginApi } from './useCustomPluginApi';
4
5
  declare const _default: {
5
6
  useI18n: typeof useI18n;
6
7
  usePluginMetaData: () => {
@@ -59,6 +60,7 @@ declare const _default: {
59
60
  useExperimentalFreeForms: typeof useExperimentalFreeForms;
60
61
  useProvideExperimentalFreeForms: typeof useProvideExperimentalFreeForms;
61
62
  useFreeFormResolver: typeof useFreeFormResolver;
63
+ useCustomPluginApi: typeof useCustomPluginApi;
62
64
  };
63
65
  export default _default;
64
66
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAA;AAC/B,OAAO,gBAAgB,MAAM,oBAAoB,CAAA;AAGjD,OAAO,EAAE,wBAAwB,EAAE,+BAA+B,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG3H,wBAQC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAA;AAC/B,OAAO,gBAAgB,MAAM,oBAAoB,CAAA;AAGjD,OAAO,EAAE,wBAAwB,EAAE,+BAA+B,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAC3H,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGzD,wBASC"}
@@ -0,0 +1,34 @@
1
+ import type { AxiosInstance } from 'axios';
2
+ import type { InstalledPluginRequestBody, InstalledPluginResponse, StreamedPluginRequestBody, StreamedPluginResponse } from '../types';
3
+ /** Symbol key used to indicate which type a plugin was resolved as */
4
+ export declare const CUSTOM_PLUGIN_TYPE_KEY: unique symbol;
5
+ export type CustomPluginWithType = (InstalledPluginResponse & {
6
+ [CUSTOM_PLUGIN_TYPE_KEY]: 'installed';
7
+ }) | (StreamedPluginResponse & {
8
+ [CUSTOM_PLUGIN_TYPE_KEY]: 'streamed';
9
+ });
10
+ interface UseKonnectCustomPluginApiOptions {
11
+ app: 'konnect';
12
+ controlPlaneId: string;
13
+ workspace?: string;
14
+ }
15
+ interface UseKongManagerCustomPluginApiOptions {
16
+ app: 'kongManager';
17
+ workspace: string;
18
+ }
19
+ type UseCustomPluginApiOptions = (UseKonnectCustomPluginApiOptions | UseKongManagerCustomPluginApiOptions) & {
20
+ axiosInstance: AxiosInstance;
21
+ apiBaseUrl: string;
22
+ };
23
+ export declare function useCustomPluginApi(options: UseCustomPluginApiOptions): {
24
+ getInstalledPlugin: (pluginId: string) => Promise<InstalledPluginResponse>;
25
+ createInstalledPlugin: (body: InstalledPluginRequestBody) => Promise<InstalledPluginResponse>;
26
+ updateInstalledPlugin: (pluginId: string, body: InstalledPluginRequestBody) => Promise<InstalledPluginResponse>;
27
+ getStreamedPlugin: (pluginId: string) => Promise<StreamedPluginResponse>;
28
+ createStreamedPlugin: (body: StreamedPluginRequestBody) => Promise<StreamedPluginResponse>;
29
+ updateStreamedPlugin: (pluginId: string, body: StreamedPluginRequestBody) => Promise<StreamedPluginResponse>;
30
+ getPluginByUnknownType: (pluginId: string) => Promise<CustomPluginWithType | null>;
31
+ getPluginType: (plugin: CustomPluginWithType) => "installed" | "streamed";
32
+ };
33
+ export {};
34
+ //# sourceMappingURL=useCustomPluginApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCustomPluginApi.d.ts","sourceRoot":"","sources":["../../../src/composables/useCustomPluginApi.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAG1C,OAAO,KAAK,EACV,0BAA0B,EAC1B,uBAAuB,EACvB,yBAAyB,EACzB,sBAAsB,EACvB,MAAM,UAAU,CAAA;AAEjB,sEAAsE;AACtE,eAAO,MAAM,sBAAsB,eAA6B,CAAA;AAEhE,MAAM,MAAM,oBAAoB,GAC5B,CAAC,uBAAuB,GAAG;IAAE,CAAC,sBAAsB,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC,GACrE,CAAC,sBAAsB,GAAG;IAAE,CAAC,sBAAsB,CAAC,EAAE,UAAU,CAAA;CAAE,CAAC,CAAA;AAEvE,UAAU,gCAAgC;IACxC,GAAG,EAAE,SAAS,CAAA;IACd,cAAc,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,UAAU,oCAAoC;IAC5C,GAAG,EAAE,aAAa,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,KAAK,yBAAyB,GAAG,CAC/B,gCAAgC,GAC9B,oCAAoC,CACvC,GAAG;IACF,aAAa,EAAE,aAAa,CAAA;IAC5B,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,yBAAyB;mCAqBvB,MAAM,KAAG,OAAO,CAAC,uBAAuB,CAAC;kCAM1C,0BAA0B,KAAG,OAAO,CAAC,uBAAuB,CAAC;sCAMzD,MAAM,QAAQ,0BAA0B,KAAG,OAAO,CAAC,uBAAuB,CAAC;kCAQ/E,MAAM,KAAG,OAAO,CAAC,sBAAsB,CAAC;iCAMzC,yBAAyB,KAAG,OAAO,CAAC,sBAAsB,CAAC;qCAMvD,MAAM,QAAQ,yBAAyB,KAAG,OAAO,CAAC,sBAAsB,CAAC;uCAavE,MAAM,KAAG,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC;4BA8B9D,oBAAoB,KAAG,WAAW,GAAG,UAAU;EAc/E"}
@@ -60,6 +60,24 @@ declare const _default: {
60
60
  entityGetAll: string;
61
61
  };
62
62
  };
63
+ customPlugin: {
64
+ konnect: {
65
+ installed: {
66
+ create: string;
67
+ edit: string;
68
+ };
69
+ streamed: {
70
+ create: string;
71
+ edit: string;
72
+ };
73
+ };
74
+ kongManager: {
75
+ streamed: {
76
+ create: string;
77
+ edit: string;
78
+ };
79
+ };
80
+ };
63
81
  item: {
64
82
  konnect: {
65
83
  all: string;
@@ -1 +1 @@
1
- {"version":3,"file":"plugins-endpoints.d.ts","sourceRoot":"","sources":["../../src/plugins-endpoints.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBA0EC"}
1
+ {"version":3,"file":"plugins-endpoints.d.ts","sourceRoot":"","sources":["../../src/plugins-endpoints.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBA8FC"}
@@ -1,35 +1,40 @@
1
- import type { KonnectBaseFormConfig } from '@kong-ui-public/entities-shared';
1
+ import type { KonnectBaseFormConfig, KongManagerBaseFormConfig } from '@kong-ui-public/entities-shared';
2
2
  import type { RouteLocationRaw } from 'vue-router';
3
3
  export type CustomPluginFormType = 'installed' | 'streamed' | 'cloned';
4
- export interface CustomPluginFormConfig extends KonnectBaseFormConfig {
4
+ export interface CustomPluginFormConfig {
5
5
  /** Route to navigate on cancel */
6
6
  cancelRoute: RouteLocationRaw;
7
+ /** Route to navigate on successful create/update */
8
+ successRoute: RouteLocationRaw;
7
9
  /** Available plugins for cloning (only needed for Cloned type) */
8
10
  clonablePlugins?: string[];
9
11
  }
10
- export interface CustomPluginFormFields {
11
- pluginType: CustomPluginFormType;
12
- schemaFile: File | null;
13
- handlerFile: File | null;
14
- name: string;
15
- sourcePlugin: string;
16
- aliasName: string;
17
- priority: string;
12
+ export type KonnectCustomPluginFormConfig = KonnectBaseFormConfig & CustomPluginFormConfig;
13
+ export type KongManagerCustomPluginFormConfig = KongManagerBaseFormConfig & CustomPluginFormConfig;
14
+ export interface InstalledPluginRequestBody {
15
+ lua_schema: string;
18
16
  }
19
- export interface CustomPluginFormState {
20
- fields: CustomPluginFormFields;
21
- readonly: boolean;
22
- errorMessage: string;
17
+ export interface StreamedPluginRequestBody {
18
+ name: string;
19
+ schema: string;
20
+ handler: string;
23
21
  }
24
- export interface InstalledPluginPayload {
25
- pluginType: 'installed';
26
- schemaFile: File;
22
+ export interface InstalledPluginResponse {
23
+ item: {
24
+ lua_schema: string;
25
+ name: string;
26
+ created_at: number;
27
+ updated_at: number;
28
+ };
27
29
  }
28
- export interface StreamedPluginPayload {
29
- pluginType: 'streamed';
30
- schemaFile: File;
31
- handlerFile: File;
30
+ export interface StreamedPluginResponse {
31
+ id: string;
32
32
  name: string;
33
+ schema: string;
34
+ handler: string;
35
+ created_at?: number;
36
+ updated_at?: number;
37
+ tags?: string[];
33
38
  }
34
39
  export interface ClonedPluginPayload {
35
40
  pluginType: 'cloned';
@@ -37,5 +42,4 @@ export interface ClonedPluginPayload {
37
42
  aliasName: string;
38
43
  priority?: string;
39
44
  }
40
- export type FormPayload = InstalledPluginPayload | StreamedPluginPayload | ClonedPluginPayload;
41
45
  //# sourceMappingURL=custom-plugin-form.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"custom-plugin-form.d.ts","sourceRoot":"","sources":["../../../src/types/custom-plugin-form.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAA;AAC5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAElD,MAAM,MAAM,oBAAoB,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,CAAA;AAEtE,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB;IACnE,kCAAkC;IAClC,WAAW,EAAE,gBAAgB,CAAA;IAC7B,kEAAkE;IAClE,eAAe,CAAC,EAAE,MAAM,EAAE,CAAA;CAC3B;AAED,MAAM,WAAW,sBAAsB;IACrC,UAAU,EAAE,oBAAoB,CAAA;IAEhC,UAAU,EAAE,IAAI,GAAG,IAAI,CAAA;IAEvB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAA;IACxB,IAAI,EAAE,MAAM,CAAA;IAEZ,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,sBAAsB,CAAA;IAC9B,QAAQ,EAAE,OAAO,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,WAAW,sBAAsB;IACrC,UAAU,EAAE,WAAW,CAAA;IACvB,UAAU,EAAE,IAAI,CAAA;CACjB;AAED,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,UAAU,CAAA;IACtB,UAAU,EAAE,IAAI,CAAA;IAChB,WAAW,EAAE,IAAI,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,QAAQ,CAAA;IACpB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,MAAM,WAAW,GAAG,sBAAsB,GAAG,qBAAqB,GAAG,mBAAmB,CAAA"}
1
+ {"version":3,"file":"custom-plugin-form.d.ts","sourceRoot":"","sources":["../../../src/types/custom-plugin-form.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAA;AACvG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAElD,MAAM,MAAM,oBAAoB,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,CAAA;AAEtE,MAAM,WAAW,sBAAsB;IACrC,kCAAkC;IAClC,WAAW,EAAE,gBAAgB,CAAA;IAC7B,oDAAoD;IACpD,YAAY,EAAE,gBAAgB,CAAA;IAC9B,kEAAkE;IAClE,eAAe,CAAC,EAAE,MAAM,EAAE,CAAA;CAC3B;AACD,MAAM,MAAM,6BAA6B,GAAG,qBAAqB,GAAG,sBAAsB,CAAA;AAE1F,MAAM,MAAM,iCAAiC,GAAG,yBAAyB,GAAG,sBAAsB,CAAA;AAIlG,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;CAChB;AAID,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE;QACJ,UAAU,EAAE,MAAM,CAAA;QAClB,IAAI,EAAE,MAAM,CAAA;QACZ,UAAU,EAAE,MAAM,CAAA;QAClB,UAAU,EAAE,MAAM,CAAA;KACnB,CAAA;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAChB;AAID,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,QAAQ,CAAA;IACpB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-plugins",
3
- "version": "9.194.4",
3
+ "version": "9.195.1",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-plugins.umd.js",
6
6
  "module": "./dist/entities-plugins.es.js",
@@ -50,7 +50,7 @@
50
50
  "vue": ">= 3.3.13 < 4",
51
51
  "vue-router": "^4.6.4",
52
52
  "zod": ">= 4.1.3 < 5",
53
- "@kong-ui-public/entities-shared": "^3.42.1",
53
+ "@kong-ui-public/entities-shared": "^3.42.2",
54
54
  "@kong-ui-public/monaco-editor": "^0.22.2",
55
55
  "@kong-ui-public/i18n": "^2.4.6"
56
56
  },
@@ -79,17 +79,17 @@
79
79
  "@vue-flow/core": "^1.48.2",
80
80
  "@vueuse/core": "^13.9.0",
81
81
  "@vueuse/integrations": "^13.9.0",
82
- "axios": "^1.13.6",
82
+ "axios": "^1.15.0",
83
83
  "monaco-editor": "^0.55.1",
84
- "nanoid": "^5.1.7",
84
+ "nanoid": "^5.1.9",
85
85
  "reflect-metadata": "^0.2.2",
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.17",
90
- "@kong-ui-public/i18n": "^2.4.6",
89
+ "@kong-ui-public/entities-shared": "^3.42.2",
90
+ "@kong-ui-public/entities-vaults": "^4.4.18",
91
91
  "@kong-ui-public/monaco-editor": "^0.22.2",
92
- "@kong-ui-public/entities-shared": "^3.42.1"
92
+ "@kong-ui-public/i18n": "^2.4.6"
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.15",
112
- "@kong-ui-public/entities-gateway-services": "^3.19.1",
113
- "@kong-ui-public/entities-plugins-icon": "^1.6.4",
114
- "@kong-ui-public/entities-consumers": "^4.3.15",
111
+ "@kong-ui-public/entities-consumer-groups": "^4.3.16",
112
+ "@kong-ui-public/entities-consumers": "^4.3.16",
113
+ "@kong-ui-public/entities-gateway-services": "^3.19.2",
115
114
  "@kong-ui-public/entities-plugins-metadata": "^1.13.3",
116
- "@kong-ui-public/entities-redis-configurations": "^1.14.20",
117
- "@kong-ui-public/entities-routes": "^3.21.20",
118
- "@kong-ui-public/entities-vaults": "^4.4.17",
119
- "@kong-ui-public/forms": "^4.23.19"
115
+ "@kong-ui-public/entities-redis-configurations": "^1.14.21",
116
+ "@kong-ui-public/entities-routes": "^3.21.22",
117
+ "@kong-ui-public/entities-vaults": "^4.4.18",
118
+ "@kong-ui-public/entities-plugins-icon": "^1.6.4",
119
+ "@kong-ui-public/forms": "^4.23.20"
120
120
  },
121
121
  "scripts": {
122
122
  "dev": "cross-env USE_SANDBOX=true vite",