@kong-ui-public/entities-consumers 4.7.22 → 4.7.23

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;
@@ -16,7 +16,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
16
16
  default: null;
17
17
  };
18
18
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
- error: (error: AxiosError<unknown, any>) => any;
19
+ error: (error: AxiosError<unknown, any, any>) => any;
20
20
  loading: (isLoading: boolean) => any;
21
21
  update: (data: ConsumerStateFields) => any;
22
22
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -33,7 +33,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
33
33
  default: null;
34
34
  };
35
35
  }>> & Readonly<{
36
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
36
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
37
37
  onLoading?: ((isLoading: boolean) => any) | undefined;
38
38
  onUpdate?: ((data: ConsumerStateFields) => any) | undefined;
39
39
  }>, {
@@ -50,7 +50,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
50
50
  };
51
51
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
52
52
  "add:success": (consumers: string[]) => any;
53
- error: (error: AxiosError<unknown, any>) => any;
53
+ error: (error: AxiosError<unknown, any, any>) => any;
54
54
  "click:learn-more": () => any;
55
55
  "copy:success": (payload: CopyEventPayload) => any;
56
56
  "copy:error": (payload: CopyEventPayload) => any;
@@ -98,7 +98,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
98
98
  };
99
99
  }>> & Readonly<{
100
100
  "onAdd:success"?: ((consumers: string[]) => any) | undefined;
101
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
101
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
102
102
  "onClick:learn-more"?: (() => any) | undefined;
103
103
  "onCopy:success"?: ((payload: CopyEventPayload) => any) | undefined;
104
104
  "onCopy:error"?: ((payload: CopyEventPayload) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-consumers",
3
- "version": "4.7.22",
3
+ "version": "4.7.23",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-consumers.umd.js",
6
6
  "module": "./dist/entities-consumers.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": {