@kong-ui-public/entities-vaults 4.16.27 → 4.16.28

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.
@@ -21,7 +21,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
21
21
  default: string;
22
22
  };
23
23
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
- error: (error: AxiosError<unknown, any>) => any;
24
+ error: (error: AxiosError<unknown, any, any>) => any;
25
25
  loading: (isLoading: boolean) => any;
26
26
  update: (data: SecretStateFields) => any;
27
27
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -43,7 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{
46
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
46
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
47
47
  onLoading?: ((isLoading: boolean) => any) | undefined;
48
48
  onUpdate?: ((data: SecretStateFields) => any) | undefined;
49
49
  }>, {
@@ -21,7 +21,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
21
21
  default: string;
22
22
  };
23
23
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
- error: (error: AxiosError<unknown, any>) => any;
24
+ error: (error: AxiosError<unknown, any, any>) => any;
25
25
  loading: (isLoading: boolean) => any;
26
26
  update: (data: SecretStateFields) => any;
27
27
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -43,7 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{
46
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
46
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
47
47
  onLoading?: ((isLoading: boolean) => any) | undefined;
48
48
  onUpdate?: ((data: SecretStateFields) => any) | undefined;
49
49
  }>, {
@@ -36,7 +36,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
36
36
  default: () => Promise<boolean>;
37
37
  };
38
38
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
39
- error: (error: AxiosError<unknown, any>) => any;
39
+ error: (error: AxiosError<unknown, any, any>) => any;
40
40
  "delete:success": (route: SecretEntityRow) => any;
41
41
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  /** The base konnect config. Pass additional config props in the shared entity component as needed. */
@@ -72,7 +72,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
72
72
  default: () => Promise<boolean>;
73
73
  };
74
74
  }>> & Readonly<{
75
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
75
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
76
76
  "onDelete:success"?: ((route: SecretEntityRow) => any) | undefined;
77
77
  }>, {
78
78
  cacheIdentifier: string;
@@ -36,7 +36,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
36
36
  default: () => Promise<boolean>;
37
37
  };
38
38
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
39
- error: (error: AxiosError<unknown, any>) => any;
39
+ error: (error: AxiosError<unknown, any, any>) => any;
40
40
  "delete:success": (route: SecretEntityRow) => any;
41
41
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  /** The base konnect config. Pass additional config props in the shared entity component as needed. */
@@ -72,7 +72,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
72
72
  default: () => Promise<boolean>;
73
73
  };
74
74
  }>> & Readonly<{
75
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
75
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
76
76
  "onDelete:success"?: ((route: SecretEntityRow) => any) | undefined;
77
77
  }>, {
78
78
  cacheIdentifier: string;
@@ -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;
@@ -27,7 +27,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
27
27
  default: null;
28
28
  };
29
29
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
30
- error: (error: AxiosError<unknown, any>) => any;
30
+ error: (error: AxiosError<unknown, any, any>) => any;
31
31
  loading: (isLoading: boolean) => any;
32
32
  update: (data: VaultStateFields) => any;
33
33
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -44,7 +44,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
44
44
  default: null;
45
45
  };
46
46
  }>> & Readonly<{
47
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
47
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
48
48
  onLoading?: ((isLoading: boolean) => any) | undefined;
49
49
  onUpdate?: ((data: VaultStateFields) => any) | undefined;
50
50
  }>, {
@@ -43,7 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
43
43
  default: boolean;
44
44
  };
45
45
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
46
- error: (error: AxiosError<unknown, any>) => any;
46
+ error: (error: AxiosError<unknown, any, any>) => any;
47
47
  "click:learn-more": () => any;
48
48
  "copy:success": (payload: CopyEventPayload) => any;
49
49
  "copy:error": (payload: CopyEventPayload) => any;
@@ -89,7 +89,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
89
89
  default: boolean;
90
90
  };
91
91
  }>> & Readonly<{
92
- onError?: ((error: AxiosError<unknown, any>) => any) | undefined;
92
+ onError?: ((error: AxiosError<unknown, any, any>) => any) | undefined;
93
93
  "onClick:learn-more"?: (() => any) | undefined;
94
94
  "onCopy:success"?: ((payload: CopyEventPayload) => any) | undefined;
95
95
  "onCopy:error"?: ((payload: CopyEventPayload) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-vaults",
3
- "version": "4.16.27",
3
+ "version": "4.16.28",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-vaults.umd.js",
6
6
  "module": "./dist/entities-vaults.es.js",
@@ -26,16 +26,16 @@
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/kongponents": "9.64.10",
35
- "axios": "^1.17.0",
35
+ "axios": "^1.19.0",
36
36
  "vue": "^3.5.35",
37
37
  "vue-router": "^5.2.0",
38
- "@kong-ui-public/entities-shared": "^3.63.2",
38
+ "@kong-ui-public/entities-shared": "^3.63.3",
39
39
  "@kong-ui-public/i18n": "^2.5.1"
40
40
  },
41
41
  "repository": {