@kong-ui-public/entities-certificates 3.16.30 → 3.16.31

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: string;
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
  update: (data: Record<string, any>) => any;
21
21
  loading: (isLoading: boolean) => 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: string;
34
34
  };
35
35
  }>> & Readonly<{
36
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
36
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
37
37
  onUpdate?: ((data: Record<string, any>) => any) | undefined;
38
38
  onLoading?: ((isLoading: boolean) => 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;
@@ -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;
@@ -23,7 +23,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
23
23
  default: boolean;
24
24
  };
25
25
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
26
- error: (error: AxiosError<unknown, any>) => any;
26
+ error: (error: AxiosError<unknown, any, any>) => any;
27
27
  update: (data: Record<string, any>) => any;
28
28
  loading: (isLoading: boolean) => any;
29
29
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -46,7 +46,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
46
46
  default: boolean;
47
47
  };
48
48
  }>> & Readonly<{
49
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
49
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
50
50
  onUpdate?: ((data: Record<string, any>) => any) | undefined;
51
51
  onLoading?: ((isLoading: boolean) => any) | undefined;
52
52
  }>, {
@@ -55,7 +55,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
55
55
  default: boolean;
56
56
  };
57
57
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
58
- error: (error: AxiosError<unknown, any>) => any;
58
+ error: (error: AxiosError<unknown, any, any>) => any;
59
59
  "click:learn-more": () => any;
60
60
  "copy:success": (payload: CopyEventPayload) => any;
61
61
  "copy:error": (payload: CopyEventPayload) => any;
@@ -112,7 +112,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
112
112
  default: boolean;
113
113
  };
114
114
  }>> & Readonly<{
115
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
115
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
116
116
  "onClick:learn-more"?: (() => any) | undefined;
117
117
  "onCopy:success"?: ((payload: CopyEventPayload) => any) | undefined;
118
118
  "onCopy:error"?: ((payload: CopyEventPayload) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-certificates",
3
- "version": "3.16.30",
3
+ "version": "3.16.31",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-certificates.umd.js",
6
6
  "module": "./dist/entities-certificates.es.js",
@@ -26,19 +26,19 @@
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",
30
- "@kong-ui-public/entities-vaults": "^4.16.27",
29
+ "@kong-ui-public/entities-shared": "^3.63.3",
30
+ "@kong-ui-public/entities-vaults": "^4.16.28",
31
31
  "@kong-ui-public/i18n": "^2.5.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@kong/design-tokens": "3.3.0",
35
35
  "@kong/icons": "^1.62.1",
36
36
  "@kong/kongponents": "9.64.10",
37
- "axios": "^1.17.0",
37
+ "axios": "^1.19.0",
38
38
  "vue": "^3.5.35",
39
39
  "vue-router": "^5.2.0",
40
- "@kong-ui-public/entities-shared": "^3.63.2",
41
- "@kong-ui-public/entities-vaults": "^4.16.27",
40
+ "@kong-ui-public/entities-shared": "^3.63.3",
41
+ "@kong-ui-public/entities-vaults": "^4.16.28",
42
42
  "@kong-ui-public/i18n": "^2.5.1"
43
43
  },
44
44
  "repository": {