@kong-ui-public/entities-consumer-groups 4.7.25 → 4.7.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.
@@ -27,7 +27,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
27
27
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
28
28
  loading: (isLoading: boolean) => any;
29
29
  "fetch:success": (data: Record<string, any>) => any;
30
- "fetch:error": (error: AxiosError<unknown, any>) => any;
30
+ "fetch:error": (error: AxiosError<unknown, any, 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. */
33
33
  config: {
@@ -53,7 +53,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
53
53
  }>> & Readonly<{
54
54
  onLoading?: ((isLoading: boolean) => any) | undefined;
55
55
  "onFetch:success"?: ((data: Record<string, any>) => any) | undefined;
56
- "onFetch:error"?: ((error: AxiosError<unknown, any>) => any) | undefined;
56
+ "onFetch:error"?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
57
57
  }>, {
58
58
  configCardDoc: string;
59
59
  hideTitle: boolean;
@@ -20,7 +20,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
20
20
  default: boolean;
21
21
  };
22
22
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
23
- error: (error: AxiosError<unknown, any>) => any;
23
+ error: (error: AxiosError<unknown, any, any>) => any;
24
24
  loading: (isLoading: boolean) => any;
25
25
  update: (data: ConsumerGroupData) => any;
26
26
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -41,7 +41,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
41
41
  default: boolean;
42
42
  };
43
43
  }>> & Readonly<{
44
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
44
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
45
45
  onLoading?: ((isLoading: boolean) => any) | undefined;
46
46
  onUpdate?: ((data: ConsumerGroupData) => any) | undefined;
47
47
  }>, {
@@ -44,7 +44,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
44
44
  };
45
45
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
46
46
  "add:success": (consumers: string[]) => any;
47
- error: (error: AxiosError<unknown, any>) => any;
47
+ error: (error: AxiosError<unknown, any, any>) => any;
48
48
  "click:learn-more": () => any;
49
49
  "copy:success": (payload: CopyEventPayload) => any;
50
50
  "copy:error": (payload: CopyEventPayload) => any;
@@ -92,7 +92,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
92
92
  };
93
93
  }>> & Readonly<{
94
94
  "onAdd:success"?: ((consumers: string[]) => any) | undefined;
95
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
95
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
96
96
  "onClick:learn-more"?: (() => any) | undefined;
97
97
  "onCopy:success"?: ((payload: CopyEventPayload) => any) | undefined;
98
98
  "onCopy:error"?: ((payload: CopyEventPayload) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-consumer-groups",
3
- "version": "4.7.25",
3
+ "version": "4.7.26",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-consumer-groups.umd.js",
6
6
  "module": "./dist/entities-consumer-groups.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": {