@kong-ui-public/entities-keys 3.15.25 → 3.15.26

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.
@@ -34,7 +34,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
34
34
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
35
35
  loading: (isLoading: boolean) => any;
36
36
  "fetch:success": (data: Record<string, any>) => any;
37
- "fetch:error": (error: AxiosError<unknown, any>) => any;
37
+ "fetch:error": (error: AxiosError<unknown, any, any>) => any;
38
38
  "navigation-click": (id: string, entityType: string) => any;
39
39
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
40
40
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
@@ -68,7 +68,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
68
68
  }>> & Readonly<{
69
69
  onLoading?: ((isLoading: boolean) => any) | undefined;
70
70
  "onFetch:success"?: ((data: Record<string, any>) => any) | undefined;
71
- "onFetch:error"?: ((error: AxiosError<unknown, any>) => any) | undefined;
71
+ "onFetch:error"?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
72
72
  "onNavigation-click"?: ((id: string, entityType: string) => any) | undefined;
73
73
  }>, {
74
74
  keySetId: string | null;
@@ -34,7 +34,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
34
34
  default: boolean;
35
35
  };
36
36
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
37
- error: (error: AxiosError<unknown, any>) => any;
37
+ error: (error: AxiosError<unknown, any, any>) => any;
38
38
  loading: (isLoading: boolean) => any;
39
39
  update: (data: Record<string, any>) => any;
40
40
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -69,7 +69,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
69
69
  default: boolean;
70
70
  };
71
71
  }>> & Readonly<{
72
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
72
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
73
73
  onLoading?: ((isLoading: boolean) => any) | undefined;
74
74
  onUpdate?: ((data: Record<string, any>) => any) | undefined;
75
75
  }>, {
@@ -43,7 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
43
43
  default: boolean;
44
44
  };
45
45
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
46
- error: (error: AxiosError<unknown, any>) => any;
46
+ error: (error: AxiosError<unknown, any, any>) => any;
47
47
  "click:learn-more": () => any;
48
48
  "copy:success": (payload: CopyEventPayload) => any;
49
49
  "copy:error": (payload: CopyEventPayload) => any;
@@ -89,7 +89,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
89
89
  default: boolean;
90
90
  };
91
91
  }>> & Readonly<{
92
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
92
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
93
93
  "onClick:learn-more"?: (() => any) | undefined;
94
94
  "onCopy:success"?: ((payload: CopyEventPayload) => any) | undefined;
95
95
  "onCopy:error"?: ((payload: CopyEventPayload) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-keys",
3
- "version": "3.15.25",
3
+ "version": "3.15.26",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-keys.umd.js",
6
6
  "module": "./dist/entities-keys.es.js",
@@ -26,17 +26,17 @@
26
26
  "axios": "^1.16.1",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.6.4 || ^5.0.6",
29
- "@kong-ui-public/entities-shared": "^3.63.2",
29
+ "@kong-ui-public/entities-shared": "^3.63.3",
30
30
  "@kong-ui-public/i18n": "^2.5.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@kong/design-tokens": "3.3.0",
34
34
  "@kong/icons": "^1.62.1",
35
35
  "@kong/kongponents": "9.64.10",
36
- "axios": "^1.17.0",
36
+ "axios": "^1.19.0",
37
37
  "vue": "^3.5.35",
38
38
  "vue-router": "^5.2.0",
39
- "@kong-ui-public/entities-shared": "^3.63.2",
39
+ "@kong-ui-public/entities-shared": "^3.63.3",
40
40
  "@kong-ui-public/i18n": "^2.5.1"
41
41
  },
42
42
  "repository": {