@lwshen/vault-hub-ts-fetch-client 1.4.23 → 1.4.29

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.
Files changed (122) hide show
  1. package/README.md +2 -2
  2. package/dist/apis/APIKeyApi.d.ts +1 -1
  3. package/dist/apis/APIKeyApi.js +1 -1
  4. package/dist/apis/AuditApi.d.ts +1 -1
  5. package/dist/apis/AuditApi.js +1 -1
  6. package/dist/apis/AuthApi.d.ts +1 -1
  7. package/dist/apis/AuthApi.js +1 -1
  8. package/dist/apis/CliApi.d.ts +26 -2
  9. package/dist/apis/CliApi.js +99 -1
  10. package/dist/apis/ConfigApi.d.ts +1 -1
  11. package/dist/apis/ConfigApi.js +1 -1
  12. package/dist/apis/DefaultApi.d.ts +1 -1
  13. package/dist/apis/DefaultApi.js +1 -1
  14. package/dist/apis/StatusApi.d.ts +1 -1
  15. package/dist/apis/StatusApi.js +1 -1
  16. package/dist/apis/UserApi.d.ts +1 -1
  17. package/dist/apis/UserApi.js +1 -1
  18. package/dist/apis/VaultApi.d.ts +1 -1
  19. package/dist/apis/VaultApi.js +1 -1
  20. package/dist/models/APIKeysResponse.d.ts +1 -1
  21. package/dist/models/APIKeysResponse.js +1 -1
  22. package/dist/models/AuditLog.d.ts +1 -1
  23. package/dist/models/AuditLog.js +1 -1
  24. package/dist/models/AuditLogsResponse.d.ts +1 -1
  25. package/dist/models/AuditLogsResponse.js +1 -1
  26. package/dist/models/AuditMetricsResponse.d.ts +1 -1
  27. package/dist/models/AuditMetricsResponse.js +1 -1
  28. package/dist/models/ChangePasswordRequest.d.ts +1 -1
  29. package/dist/models/ChangePasswordRequest.js +1 -1
  30. package/dist/models/ConfigResponse.d.ts +1 -1
  31. package/dist/models/ConfigResponse.js +1 -1
  32. package/dist/models/CreateAPIKeyRequest.d.ts +1 -1
  33. package/dist/models/CreateAPIKeyRequest.js +1 -1
  34. package/dist/models/CreateAPIKeyResponse.d.ts +1 -1
  35. package/dist/models/CreateAPIKeyResponse.js +1 -1
  36. package/dist/models/CreateVaultRequest.d.ts +1 -1
  37. package/dist/models/CreateVaultRequest.js +1 -1
  38. package/dist/models/EmailTokenResponse.d.ts +1 -1
  39. package/dist/models/EmailTokenResponse.js +1 -1
  40. package/dist/models/EnableClientEncryption.d.ts +1 -1
  41. package/dist/models/EnableClientEncryption.js +1 -1
  42. package/dist/models/GetUserResponse.d.ts +1 -1
  43. package/dist/models/GetUserResponse.js +1 -1
  44. package/dist/models/HealthCheckResponse.d.ts +1 -1
  45. package/dist/models/HealthCheckResponse.js +1 -1
  46. package/dist/models/LoginRequest.d.ts +1 -1
  47. package/dist/models/LoginRequest.js +1 -1
  48. package/dist/models/LoginResponse.d.ts +1 -1
  49. package/dist/models/LoginResponse.js +1 -1
  50. package/dist/models/MagicLinkRequest.d.ts +1 -1
  51. package/dist/models/MagicLinkRequest.js +1 -1
  52. package/dist/models/PasswordResetConfirmRequest.d.ts +1 -1
  53. package/dist/models/PasswordResetConfirmRequest.js +1 -1
  54. package/dist/models/PasswordResetRequest.d.ts +1 -1
  55. package/dist/models/PasswordResetRequest.js +1 -1
  56. package/dist/models/SignupRequest.d.ts +1 -1
  57. package/dist/models/SignupRequest.js +1 -1
  58. package/dist/models/SignupResponse.d.ts +1 -1
  59. package/dist/models/SignupResponse.js +1 -1
  60. package/dist/models/StatusResponse.d.ts +1 -1
  61. package/dist/models/StatusResponse.js +1 -1
  62. package/dist/models/UpdateAPIKeyRequest.d.ts +1 -1
  63. package/dist/models/UpdateAPIKeyRequest.js +1 -1
  64. package/dist/models/UpdateVaultRequest.d.ts +1 -1
  65. package/dist/models/UpdateVaultRequest.js +1 -1
  66. package/dist/models/Vault.d.ts +1 -1
  67. package/dist/models/Vault.js +1 -1
  68. package/dist/models/VaultAPIKey.d.ts +1 -1
  69. package/dist/models/VaultAPIKey.js +1 -1
  70. package/dist/models/VaultFilterOption.d.ts +1 -1
  71. package/dist/models/VaultFilterOption.js +1 -1
  72. package/dist/models/VaultFilterOptionsResponse.d.ts +1 -1
  73. package/dist/models/VaultFilterOptionsResponse.js +1 -1
  74. package/dist/models/VaultLite.d.ts +1 -1
  75. package/dist/models/VaultLite.js +1 -1
  76. package/dist/models/VaultsResponse.d.ts +1 -1
  77. package/dist/models/VaultsResponse.js +1 -1
  78. package/dist/runtime.d.ts +1 -1
  79. package/dist/runtime.js +1 -1
  80. package/package.json +1 -1
  81. package/src/apis/APIKeyApi.ts +1 -1
  82. package/src/apis/AuditApi.ts +1 -1
  83. package/src/apis/AuthApi.ts +1 -1
  84. package/src/apis/CliApi.ts +100 -1
  85. package/src/apis/ConfigApi.ts +1 -1
  86. package/src/apis/DefaultApi.ts +1 -1
  87. package/src/apis/StatusApi.ts +1 -1
  88. package/src/apis/UserApi.ts +1 -1
  89. package/src/apis/VaultApi.ts +1 -1
  90. package/src/models/APIKeysResponse.ts +1 -1
  91. package/src/models/AuditLog.ts +1 -1
  92. package/src/models/AuditLogsResponse.ts +1 -1
  93. package/src/models/AuditMetricsResponse.ts +1 -1
  94. package/src/models/ChangePasswordRequest.ts +1 -1
  95. package/src/models/ConfigResponse.ts +1 -1
  96. package/src/models/CreateAPIKeyRequest.ts +1 -1
  97. package/src/models/CreateAPIKeyResponse.ts +1 -1
  98. package/src/models/CreateVaultRequest.ts +1 -1
  99. package/src/models/EmailTokenResponse.ts +1 -1
  100. package/src/models/EnableClientEncryption.ts +1 -1
  101. package/src/models/GetUserResponse.ts +1 -1
  102. package/src/models/HealthCheckResponse.ts +1 -1
  103. package/src/models/LoginRequest.ts +1 -1
  104. package/src/models/LoginResponse.ts +1 -1
  105. package/src/models/MagicLinkRequest.ts +1 -1
  106. package/src/models/PasswordResetConfirmRequest.ts +1 -1
  107. package/src/models/PasswordResetRequest.ts +1 -1
  108. package/src/models/SignupRequest.ts +1 -1
  109. package/src/models/SignupResponse.ts +1 -1
  110. package/src/models/StatusResponse.ts +1 -1
  111. package/src/models/UpdateAPIKeyRequest.ts +1 -1
  112. package/src/models/UpdateVaultRequest.ts +1 -1
  113. package/src/models/Vault.ts +1 -1
  114. package/src/models/VaultAPIKey.ts +1 -1
  115. package/src/models/VaultFilterOption.ts +1 -1
  116. package/src/models/VaultFilterOptionsResponse.ts +1 -1
  117. package/src/models/VaultLite.ts +1 -1
  118. package/src/models/VaultsResponse.ts +1 -1
  119. package/src/runtime.ts +1 -1
  120. package/.openapi-generator/FILES +0 -48
  121. package/.openapi-generator/VERSION +0 -1
  122. package/.openapi-generator-ignore +0 -23
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @lwshen/vault-hub-ts-fetch-client@v1.4.23
1
+ ## @lwshen/vault-hub-ts-fetch-client@v1.4.29
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @lwshen/vault-hub-ts-fetch-client@v1.4.23 --save
39
+ npm install @lwshen/vault-hub-ts-fetch-client@v1.4.29 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,13 +10,21 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { Vault, VaultLite } from '../models/index';
13
+ import type { UpdateVaultRequest, Vault, VaultLite } from '../models/index';
14
14
  export interface GetVaultByAPIKeyRequest {
15
15
  uniqueId: string;
16
16
  }
17
17
  export interface GetVaultByNameAPIKeyRequest {
18
18
  name: string;
19
19
  }
20
+ export interface UpdateVaultByAPIKeyRequest {
21
+ uniqueId: string;
22
+ updateVaultRequest: UpdateVaultRequest;
23
+ }
24
+ export interface UpdateVaultByNameAPIKeyRequest {
25
+ name: string;
26
+ updateVaultRequest: UpdateVaultRequest;
27
+ }
20
28
  /**
21
29
  *
22
30
  */
@@ -45,4 +53,20 @@ export declare class CliApi extends runtime.BaseAPI {
45
53
  * Get all vaults accessible by API key
46
54
  */
47
55
  getVaultsByAPIKey(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<VaultLite>>;
56
+ /**
57
+ * Update a vault by Unique ID using API key. Supports X-Enable-Client-Encryption header for client-side encryption.
58
+ */
59
+ updateVaultByAPIKeyRaw(requestParameters: UpdateVaultByAPIKeyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Vault>>;
60
+ /**
61
+ * Update a vault by Unique ID using API key. Supports X-Enable-Client-Encryption header for client-side encryption.
62
+ */
63
+ updateVaultByAPIKey(uniqueId: string, updateVaultRequest: UpdateVaultRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Vault>;
64
+ /**
65
+ * Update a vault by name using API key. Supports X-Enable-Client-Encryption header for client-side encryption.
66
+ */
67
+ updateVaultByNameAPIKeyRaw(requestParameters: UpdateVaultByNameAPIKeyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Vault>>;
68
+ /**
69
+ * Update a vault by name using API key. Supports X-Enable-Client-Encryption header for client-side encryption.
70
+ */
71
+ updateVaultByNameAPIKey(name: string, updateVaultRequest: UpdateVaultRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Vault>;
48
72
  }
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -204,6 +204,104 @@ var CliApi = /** @class */ (function (_super) {
204
204
  });
205
205
  });
206
206
  };
207
+ /**
208
+ * Update a vault by Unique ID using API key. Supports X-Enable-Client-Encryption header for client-side encryption.
209
+ */
210
+ CliApi.prototype.updateVaultByAPIKeyRaw = function (requestParameters, initOverrides) {
211
+ return __awaiter(this, void 0, void 0, function () {
212
+ var queryParameters, headerParameters, response;
213
+ return __generator(this, function (_a) {
214
+ switch (_a.label) {
215
+ case 0:
216
+ if (requestParameters['uniqueId'] == null) {
217
+ throw new runtime.RequiredError('uniqueId', 'Required parameter "uniqueId" was null or undefined when calling updateVaultByAPIKey().');
218
+ }
219
+ if (requestParameters['updateVaultRequest'] == null) {
220
+ throw new runtime.RequiredError('updateVaultRequest', 'Required parameter "updateVaultRequest" was null or undefined when calling updateVaultByAPIKey().');
221
+ }
222
+ queryParameters = {};
223
+ headerParameters = {};
224
+ headerParameters['Content-Type'] = 'application/json';
225
+ return [4 /*yield*/, this.request({
226
+ path: "/api/cli/vault/{uniqueId}".replace("{".concat("uniqueId", "}"), encodeURIComponent(String(requestParameters['uniqueId']))),
227
+ method: 'PUT',
228
+ headers: headerParameters,
229
+ query: queryParameters,
230
+ body: (0, index_1.UpdateVaultRequestToJSON)(requestParameters['updateVaultRequest']),
231
+ }, initOverrides)];
232
+ case 1:
233
+ response = _a.sent();
234
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.VaultFromJSON)(jsonValue); })];
235
+ }
236
+ });
237
+ });
238
+ };
239
+ /**
240
+ * Update a vault by Unique ID using API key. Supports X-Enable-Client-Encryption header for client-side encryption.
241
+ */
242
+ CliApi.prototype.updateVaultByAPIKey = function (uniqueId, updateVaultRequest, initOverrides) {
243
+ return __awaiter(this, void 0, void 0, function () {
244
+ var response;
245
+ return __generator(this, function (_a) {
246
+ switch (_a.label) {
247
+ case 0: return [4 /*yield*/, this.updateVaultByAPIKeyRaw({ uniqueId: uniqueId, updateVaultRequest: updateVaultRequest }, initOverrides)];
248
+ case 1:
249
+ response = _a.sent();
250
+ return [4 /*yield*/, response.value()];
251
+ case 2: return [2 /*return*/, _a.sent()];
252
+ }
253
+ });
254
+ });
255
+ };
256
+ /**
257
+ * Update a vault by name using API key. Supports X-Enable-Client-Encryption header for client-side encryption.
258
+ */
259
+ CliApi.prototype.updateVaultByNameAPIKeyRaw = function (requestParameters, initOverrides) {
260
+ return __awaiter(this, void 0, void 0, function () {
261
+ var queryParameters, headerParameters, response;
262
+ return __generator(this, function (_a) {
263
+ switch (_a.label) {
264
+ case 0:
265
+ if (requestParameters['name'] == null) {
266
+ throw new runtime.RequiredError('name', 'Required parameter "name" was null or undefined when calling updateVaultByNameAPIKey().');
267
+ }
268
+ if (requestParameters['updateVaultRequest'] == null) {
269
+ throw new runtime.RequiredError('updateVaultRequest', 'Required parameter "updateVaultRequest" was null or undefined when calling updateVaultByNameAPIKey().');
270
+ }
271
+ queryParameters = {};
272
+ headerParameters = {};
273
+ headerParameters['Content-Type'] = 'application/json';
274
+ return [4 /*yield*/, this.request({
275
+ path: "/api/cli/vault/name/{name}".replace("{".concat("name", "}"), encodeURIComponent(String(requestParameters['name']))),
276
+ method: 'PUT',
277
+ headers: headerParameters,
278
+ query: queryParameters,
279
+ body: (0, index_1.UpdateVaultRequestToJSON)(requestParameters['updateVaultRequest']),
280
+ }, initOverrides)];
281
+ case 1:
282
+ response = _a.sent();
283
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.VaultFromJSON)(jsonValue); })];
284
+ }
285
+ });
286
+ });
287
+ };
288
+ /**
289
+ * Update a vault by name using API key. Supports X-Enable-Client-Encryption header for client-side encryption.
290
+ */
291
+ CliApi.prototype.updateVaultByNameAPIKey = function (name, updateVaultRequest, initOverrides) {
292
+ return __awaiter(this, void 0, void 0, function () {
293
+ var response;
294
+ return __generator(this, function (_a) {
295
+ switch (_a.label) {
296
+ case 0: return [4 /*yield*/, this.updateVaultByNameAPIKeyRaw({ name: name, updateVaultRequest: updateVaultRequest }, initOverrides)];
297
+ case 1:
298
+ response = _a.sent();
299
+ return [4 /*yield*/, response.value()];
300
+ case 2: return [2 /*return*/, _a.sent()];
301
+ }
302
+ });
303
+ });
304
+ };
207
305
  return CliApi;
208
306
  }(runtime.BaseAPI));
209
307
  exports.CliApi = CliApi;
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Vault Hub Server
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.0.10
5
+ * The version of the OpenAPI document: 1.0.12
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Vault Hub Server
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.0.10
8
+ * The version of the OpenAPI document: 1.0.12
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).