@kong-ui-public/entities-snis 3.14.25 → 3.14.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.
@@ -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: Record<string, any>) => 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: Record<string, any>) => any) | undefined;
39
39
  }>, {
@@ -48,7 +48,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
48
48
  default: boolean;
49
49
  };
50
50
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
51
- error: (error: AxiosError<unknown, any>) => any;
51
+ error: (error: AxiosError<unknown, any, any>) => any;
52
52
  "click:learn-more": () => any;
53
53
  "copy:success": (payload: CopyEventPayload) => any;
54
54
  "copy:error": (payload: CopyEventPayload) => any;
@@ -99,7 +99,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
99
99
  default: boolean;
100
100
  };
101
101
  }>> & Readonly<{
102
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
102
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
103
103
  "onClick:learn-more"?: (() => any) | undefined;
104
104
  "onCopy:success"?: ((payload: CopyEventPayload) => any) | undefined;
105
105
  "onCopy:error"?: ((payload: CopyEventPayload) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-snis",
3
- "version": "3.14.25",
3
+ "version": "3.14.26",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-snis.umd.js",
6
6
  "module": "./dist/entities-snis.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/i18n": "^2.5.1",
30
- "@kong-ui-public/entities-shared": "^3.63.2"
29
+ "@kong-ui-public/entities-shared": "^3.63.3",
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": {