@kong-ui-public/entities-gateway-services 3.27.2 → 3.27.3

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.
@@ -26,7 +26,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
26
26
  };
27
27
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
28
28
  loading: (isLoading: boolean) => any;
29
- "fetch:error": (error: AxiosError<unknown, any>) => any;
29
+ "fetch:error": (error: AxiosError<unknown, any, any>) => any;
30
30
  "fetch:success": (data: Record<string, any>) => any;
31
31
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
32
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
@@ -52,7 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
52
52
  };
53
53
  }>> & Readonly<{
54
54
  onLoading?: ((isLoading: boolean) => any) | undefined;
55
- "onFetch:error"?: ((error: AxiosError<unknown, any>) => any) | undefined;
55
+ "onFetch:error"?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
56
56
  "onFetch:success"?: ((data: Record<string, any>) => any) | undefined;
57
57
  }>, {
58
58
  configCardDoc: string;
@@ -63,7 +63,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
63
63
  default: boolean;
64
64
  };
65
65
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
66
- error: (error: AxiosError<unknown, any>) => any;
66
+ error: (error: AxiosError<unknown, any, any>) => any;
67
67
  "click:learn-more": () => any;
68
68
  "copy:success": (payload: CopyEventPayload) => any;
69
69
  "copy:error": (payload: CopyEventPayload) => any;
@@ -131,7 +131,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
131
131
  default: boolean;
132
132
  };
133
133
  }>> & Readonly<{
134
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
134
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
135
135
  "onClick:learn-more"?: (() => any) | undefined;
136
136
  "onCopy:success"?: ((payload: CopyEventPayload) => any) | undefined;
137
137
  "onCopy:error"?: ((payload: CopyEventPayload) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-gateway-services",
3
- "version": "3.27.2",
3
+ "version": "3.27.3",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-gateway-services.umd.js",
6
6
  "module": "./dist/entities-gateway-services.es.js",
@@ -30,17 +30,17 @@
30
30
  "axios": "^1.16.1",
31
31
  "vue": ">= 3.3.13 < 4",
32
32
  "vue-router": "^4.6.4 || ^5.0.6",
33
- "@kong-ui-public/entities-shared": "^3.63.2",
34
- "@kong-ui-public/i18n": "^2.5.1"
33
+ "@kong-ui-public/i18n": "^2.5.1",
34
+ "@kong-ui-public/entities-shared": "^3.63.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@kong/design-tokens": "3.3.0",
38
38
  "@kong/icons": "^1.62.1",
39
39
  "@kong/kongponents": "9.64.10",
40
- "axios": "^1.17.0",
40
+ "axios": "^1.19.0",
41
41
  "vue": "^3.5.35",
42
42
  "vue-router": "^5.2.0",
43
- "@kong-ui-public/entities-shared": "^3.63.2",
43
+ "@kong-ui-public/entities-shared": "^3.63.3",
44
44
  "@kong-ui-public/i18n": "^2.5.1"
45
45
  },
46
46
  "repository": {