@meistrari/vault-http-client 2.5.0 → 2.6.2

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.
package/dist/index.cjs CHANGED
@@ -91,6 +91,7 @@ const endpoints = core.makeApi([
91
91
  })
92
92
  ),
93
93
  count: zod.z.number(),
94
+ childrenCount: zod.z.number(),
94
95
  pages: zod.z.number()
95
96
  })
96
97
  },
@@ -1315,7 +1316,7 @@ function useVaultClient(vaultUrl, token) {
1315
1316
  axiosConfig: {
1316
1317
  headers: {
1317
1318
  "Authorization": token,
1318
- "User-Agent": "vault-http-client:2.5.0"
1319
+ "User-Agent": "vault-http-client:2.6.2"
1319
1320
  }
1320
1321
  }
1321
1322
  });
package/dist/index.d.cts CHANGED
@@ -65,6 +65,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
65
65
  originalFileName?: string | null | undefined;
66
66
  }>, "many">;
67
67
  count: z.ZodNumber;
68
+ childrenCount: z.ZodNumber;
68
69
  pages: z.ZodNumber;
69
70
  }, "strip", z.ZodTypeAny, {
70
71
  files: {
@@ -76,6 +77,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
76
77
  originalFileName?: string | null | undefined;
77
78
  }[];
78
79
  count: number;
80
+ childrenCount: number;
79
81
  pages: number;
80
82
  }, {
81
83
  files: {
@@ -87,6 +89,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
87
89
  originalFileName?: string | null | undefined;
88
90
  }[];
89
91
  count: number;
92
+ childrenCount: number;
90
93
  pages: number;
91
94
  }>;
92
95
  }, {
@@ -2743,6 +2746,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2743
2746
  createdBy?: string | null | undefined;
2744
2747
  }>, "many">;
2745
2748
  count: zod.ZodNumber;
2749
+ childrenCount: zod.ZodNumber;
2746
2750
  pages: zod.ZodNumber;
2747
2751
  }, "strip", zod.ZodTypeAny, {
2748
2752
  files: {
@@ -2754,6 +2758,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2754
2758
  createdBy?: string | null | undefined;
2755
2759
  }[];
2756
2760
  count: number;
2761
+ childrenCount: number;
2757
2762
  pages: number;
2758
2763
  }, {
2759
2764
  files: {
@@ -2765,6 +2770,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2765
2770
  createdBy?: string | null | undefined;
2766
2771
  }[];
2767
2772
  count: number;
2773
+ childrenCount: number;
2768
2774
  pages: number;
2769
2775
  }>;
2770
2776
  }, {
package/dist/index.d.mts CHANGED
@@ -65,6 +65,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
65
65
  originalFileName?: string | null | undefined;
66
66
  }>, "many">;
67
67
  count: z.ZodNumber;
68
+ childrenCount: z.ZodNumber;
68
69
  pages: z.ZodNumber;
69
70
  }, "strip", z.ZodTypeAny, {
70
71
  files: {
@@ -76,6 +77,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
76
77
  originalFileName?: string | null | undefined;
77
78
  }[];
78
79
  count: number;
80
+ childrenCount: number;
79
81
  pages: number;
80
82
  }, {
81
83
  files: {
@@ -87,6 +89,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
87
89
  originalFileName?: string | null | undefined;
88
90
  }[];
89
91
  count: number;
92
+ childrenCount: number;
90
93
  pages: number;
91
94
  }>;
92
95
  }, {
@@ -2743,6 +2746,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2743
2746
  createdBy?: string | null | undefined;
2744
2747
  }>, "many">;
2745
2748
  count: zod.ZodNumber;
2749
+ childrenCount: zod.ZodNumber;
2746
2750
  pages: zod.ZodNumber;
2747
2751
  }, "strip", zod.ZodTypeAny, {
2748
2752
  files: {
@@ -2754,6 +2758,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2754
2758
  createdBy?: string | null | undefined;
2755
2759
  }[];
2756
2760
  count: number;
2761
+ childrenCount: number;
2757
2762
  pages: number;
2758
2763
  }, {
2759
2764
  files: {
@@ -2765,6 +2770,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2765
2770
  createdBy?: string | null | undefined;
2766
2771
  }[];
2767
2772
  count: number;
2773
+ childrenCount: number;
2768
2774
  pages: number;
2769
2775
  }>;
2770
2776
  }, {
package/dist/index.d.ts CHANGED
@@ -65,6 +65,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
65
65
  originalFileName?: string | null | undefined;
66
66
  }>, "many">;
67
67
  count: z.ZodNumber;
68
+ childrenCount: z.ZodNumber;
68
69
  pages: z.ZodNumber;
69
70
  }, "strip", z.ZodTypeAny, {
70
71
  files: {
@@ -76,6 +77,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
76
77
  originalFileName?: string | null | undefined;
77
78
  }[];
78
79
  count: number;
80
+ childrenCount: number;
79
81
  pages: number;
80
82
  }, {
81
83
  files: {
@@ -87,6 +89,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
87
89
  originalFileName?: string | null | undefined;
88
90
  }[];
89
91
  count: number;
92
+ childrenCount: number;
90
93
  pages: number;
91
94
  }>;
92
95
  }, {
@@ -2743,6 +2746,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2743
2746
  createdBy?: string | null | undefined;
2744
2747
  }>, "many">;
2745
2748
  count: zod.ZodNumber;
2749
+ childrenCount: zod.ZodNumber;
2746
2750
  pages: zod.ZodNumber;
2747
2751
  }, "strip", zod.ZodTypeAny, {
2748
2752
  files: {
@@ -2754,6 +2758,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2754
2758
  createdBy?: string | null | undefined;
2755
2759
  }[];
2756
2760
  count: number;
2761
+ childrenCount: number;
2757
2762
  pages: number;
2758
2763
  }, {
2759
2764
  files: {
@@ -2765,6 +2770,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
2765
2770
  createdBy?: string | null | undefined;
2766
2771
  }[];
2767
2772
  count: number;
2773
+ childrenCount: number;
2768
2774
  pages: number;
2769
2775
  }>;
2770
2776
  }, {
package/dist/index.mjs CHANGED
@@ -89,6 +89,7 @@ const endpoints = makeApi([
89
89
  })
90
90
  ),
91
91
  count: z.number(),
92
+ childrenCount: z.number(),
92
93
  pages: z.number()
93
94
  })
94
95
  },
@@ -1313,7 +1314,7 @@ function useVaultClient(vaultUrl, token) {
1313
1314
  axiosConfig: {
1314
1315
  headers: {
1315
1316
  "Authorization": token,
1316
- "User-Agent": "vault-http-client:2.5.0"
1317
+ "User-Agent": "vault-http-client:2.6.2"
1317
1318
  }
1318
1319
  }
1319
1320
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/vault-http-client",
3
- "version": "2.5.0",
3
+ "version": "2.6.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "exports": {
6
6
  ".": {