diff --git a/README.md b/README.md index c212d3b..ea3e696 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## @hashicorp/vault-client-typescript@2.1.0 +## @hashicorp/vault-client-typescript@2.2.0 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: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @hashicorp/vault-client-typescript@2.1.0 --save +npm install @hashicorp/vault-client-typescript@2.2.0 --save ``` _unPublished (not recommended):_ diff --git a/openapi.json b/openapi.json index 1325535..864de78 100644 --- a/openapi.json +++ b/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "HashiCorp Vault API", "description": "HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.", - "version": "2.1.0", + "version": "2.2.0", "license": { "name": "Mozilla Public License 2.0", "url": "https://www.mozilla.org/en-US/MPL/2.0" diff --git a/src/apis/AuthApi.ts b/src/apis/AuthApi.ts index 4a5fc9f..5ffb408 100644 --- a/src/apis/AuthApi.ts +++ b/src/apis/AuthApi.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/apis/IdentityApi.ts b/src/apis/IdentityApi.ts index e6c6132..579ce3b 100644 --- a/src/apis/IdentityApi.ts +++ b/src/apis/IdentityApi.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/apis/SecretsApi.ts b/src/apis/SecretsApi.ts index ec757e6..1e531d4 100644 --- a/src/apis/SecretsApi.ts +++ b/src/apis/SecretsApi.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/apis/SystemApi.ts b/src/apis/SystemApi.ts index e660eae..9fa992d 100644 --- a/src/apis/SystemApi.ts +++ b/src/apis/SystemApi.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AliCloudConfigureRequest.ts b/src/models/AliCloudConfigureRequest.ts index cf7dbc9..589a442 100644 --- a/src/models/AliCloudConfigureRequest.ts +++ b/src/models/AliCloudConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AliCloudLoginRequest.ts b/src/models/AliCloudLoginRequest.ts index 1f534ea..58f5b6d 100644 --- a/src/models/AliCloudLoginRequest.ts +++ b/src/models/AliCloudLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AliCloudWriteAuthRoleRequest.ts b/src/models/AliCloudWriteAuthRoleRequest.ts index 17126cd..895e893 100644 --- a/src/models/AliCloudWriteAuthRoleRequest.ts +++ b/src/models/AliCloudWriteAuthRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AliCloudWriteRoleRequest.ts b/src/models/AliCloudWriteRoleRequest.ts index 81bb373..d037ffd 100644 --- a/src/models/AliCloudWriteRoleRequest.ts +++ b/src/models/AliCloudWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AliasCreateRequest.ts b/src/models/AliasCreateRequest.ts index 0c38c91..b3e0cd8 100644 --- a/src/models/AliasCreateRequest.ts +++ b/src/models/AliasCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AliasUpdateByIdRequest.ts b/src/models/AliasUpdateByIdRequest.ts index 340e425..bde41cf 100644 --- a/src/models/AliasUpdateByIdRequest.ts +++ b/src/models/AliasUpdateByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleDestroySecretIdByAccessorRequest.ts b/src/models/AppRoleDestroySecretIdByAccessorRequest.ts index 758132e..85a0821 100644 --- a/src/models/AppRoleDestroySecretIdByAccessorRequest.ts +++ b/src/models/AppRoleDestroySecretIdByAccessorRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleDestroySecretIdRequest.ts b/src/models/AppRoleDestroySecretIdRequest.ts index 90d2b68..58f5080 100644 --- a/src/models/AppRoleDestroySecretIdRequest.ts +++ b/src/models/AppRoleDestroySecretIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleLoginRequest.ts b/src/models/AppRoleLoginRequest.ts index 531c819..13183e4 100644 --- a/src/models/AppRoleLoginRequest.ts +++ b/src/models/AppRoleLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleLoginResponse.ts b/src/models/AppRoleLoginResponse.ts index b99fe15..14403b6 100644 --- a/src/models/AppRoleLoginResponse.ts +++ b/src/models/AppRoleLoginResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleLookUpSecretIdByAccessorRequest.ts b/src/models/AppRoleLookUpSecretIdByAccessorRequest.ts index 7f3b73f..b176b95 100644 --- a/src/models/AppRoleLookUpSecretIdByAccessorRequest.ts +++ b/src/models/AppRoleLookUpSecretIdByAccessorRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleLookUpSecretIdByAccessorResponse.ts b/src/models/AppRoleLookUpSecretIdByAccessorResponse.ts index 1f74494..852441f 100644 --- a/src/models/AppRoleLookUpSecretIdByAccessorResponse.ts +++ b/src/models/AppRoleLookUpSecretIdByAccessorResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleLookUpSecretIdRequest.ts b/src/models/AppRoleLookUpSecretIdRequest.ts index 4cf616f..b49574a 100644 --- a/src/models/AppRoleLookUpSecretIdRequest.ts +++ b/src/models/AppRoleLookUpSecretIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleLookUpSecretIdResponse.ts b/src/models/AppRoleLookUpSecretIdResponse.ts index 002c7e3..ef44ee6 100644 --- a/src/models/AppRoleLookUpSecretIdResponse.ts +++ b/src/models/AppRoleLookUpSecretIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadBindSecretIdResponse.ts b/src/models/AppRoleReadBindSecretIdResponse.ts index 0cab3ce..76abdf6 100644 --- a/src/models/AppRoleReadBindSecretIdResponse.ts +++ b/src/models/AppRoleReadBindSecretIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadBoundCidrListResponse.ts b/src/models/AppRoleReadBoundCidrListResponse.ts index 6c18c16..4d1ea66 100644 --- a/src/models/AppRoleReadBoundCidrListResponse.ts +++ b/src/models/AppRoleReadBoundCidrListResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadLocalSecretIdsResponse.ts b/src/models/AppRoleReadLocalSecretIdsResponse.ts index 78271f9..9811fa8 100644 --- a/src/models/AppRoleReadLocalSecretIdsResponse.ts +++ b/src/models/AppRoleReadLocalSecretIdsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadPeriodResponse.ts b/src/models/AppRoleReadPeriodResponse.ts index a970335..e25147f 100644 --- a/src/models/AppRoleReadPeriodResponse.ts +++ b/src/models/AppRoleReadPeriodResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadPoliciesResponse.ts b/src/models/AppRoleReadPoliciesResponse.ts index 45f155a..38f3cb1 100644 --- a/src/models/AppRoleReadPoliciesResponse.ts +++ b/src/models/AppRoleReadPoliciesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadRoleIdResponse.ts b/src/models/AppRoleReadRoleIdResponse.ts index 27866e6..4f9057d 100644 --- a/src/models/AppRoleReadRoleIdResponse.ts +++ b/src/models/AppRoleReadRoleIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadRoleResponse.ts b/src/models/AppRoleReadRoleResponse.ts index 719f1d1..e17db6f 100644 --- a/src/models/AppRoleReadRoleResponse.ts +++ b/src/models/AppRoleReadRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadSecretIdBoundCidrsResponse.ts b/src/models/AppRoleReadSecretIdBoundCidrsResponse.ts index 3abac3b..94e40ba 100644 --- a/src/models/AppRoleReadSecretIdBoundCidrsResponse.ts +++ b/src/models/AppRoleReadSecretIdBoundCidrsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadSecretIdNumUsesResponse.ts b/src/models/AppRoleReadSecretIdNumUsesResponse.ts index 53a30b3..4b2471f 100644 --- a/src/models/AppRoleReadSecretIdNumUsesResponse.ts +++ b/src/models/AppRoleReadSecretIdNumUsesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadSecretIdTtlResponse.ts b/src/models/AppRoleReadSecretIdTtlResponse.ts index f2a3475..c1bbc36 100644 --- a/src/models/AppRoleReadSecretIdTtlResponse.ts +++ b/src/models/AppRoleReadSecretIdTtlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadTokenBoundCidrsResponse.ts b/src/models/AppRoleReadTokenBoundCidrsResponse.ts index 6e0a42f..1c1b874 100644 --- a/src/models/AppRoleReadTokenBoundCidrsResponse.ts +++ b/src/models/AppRoleReadTokenBoundCidrsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadTokenMaxTtlResponse.ts b/src/models/AppRoleReadTokenMaxTtlResponse.ts index 7adc471..270e326 100644 --- a/src/models/AppRoleReadTokenMaxTtlResponse.ts +++ b/src/models/AppRoleReadTokenMaxTtlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadTokenNumUsesResponse.ts b/src/models/AppRoleReadTokenNumUsesResponse.ts index 7bc87ea..99bdfd6 100644 --- a/src/models/AppRoleReadTokenNumUsesResponse.ts +++ b/src/models/AppRoleReadTokenNumUsesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleReadTokenTtlResponse.ts b/src/models/AppRoleReadTokenTtlResponse.ts index 1befa6a..3ecd9cc 100644 --- a/src/models/AppRoleReadTokenTtlResponse.ts +++ b/src/models/AppRoleReadTokenTtlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteBindSecretIdRequest.ts b/src/models/AppRoleWriteBindSecretIdRequest.ts index be02987..096689c 100644 --- a/src/models/AppRoleWriteBindSecretIdRequest.ts +++ b/src/models/AppRoleWriteBindSecretIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteBoundCidrListRequest.ts b/src/models/AppRoleWriteBoundCidrListRequest.ts index 8828296..3ab0b4d 100644 --- a/src/models/AppRoleWriteBoundCidrListRequest.ts +++ b/src/models/AppRoleWriteBoundCidrListRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteCustomSecretIdRequest.ts b/src/models/AppRoleWriteCustomSecretIdRequest.ts index 9b5eb00..52fc5c7 100644 --- a/src/models/AppRoleWriteCustomSecretIdRequest.ts +++ b/src/models/AppRoleWriteCustomSecretIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteCustomSecretIdResponse.ts b/src/models/AppRoleWriteCustomSecretIdResponse.ts index e481818..49d980b 100644 --- a/src/models/AppRoleWriteCustomSecretIdResponse.ts +++ b/src/models/AppRoleWriteCustomSecretIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWritePeriodRequest.ts b/src/models/AppRoleWritePeriodRequest.ts index 2ad51c7..3a3904f 100644 --- a/src/models/AppRoleWritePeriodRequest.ts +++ b/src/models/AppRoleWritePeriodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWritePoliciesRequest.ts b/src/models/AppRoleWritePoliciesRequest.ts index 4dd1066..0d42514 100644 --- a/src/models/AppRoleWritePoliciesRequest.ts +++ b/src/models/AppRoleWritePoliciesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteRoleIdRequest.ts b/src/models/AppRoleWriteRoleIdRequest.ts index bd59d46..7e9111f 100644 --- a/src/models/AppRoleWriteRoleIdRequest.ts +++ b/src/models/AppRoleWriteRoleIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteRoleRequest.ts b/src/models/AppRoleWriteRoleRequest.ts index dadfa3e..8f5b674 100644 --- a/src/models/AppRoleWriteRoleRequest.ts +++ b/src/models/AppRoleWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteSecretIdBoundCidrsRequest.ts b/src/models/AppRoleWriteSecretIdBoundCidrsRequest.ts index 6e8f490..65ae43b 100644 --- a/src/models/AppRoleWriteSecretIdBoundCidrsRequest.ts +++ b/src/models/AppRoleWriteSecretIdBoundCidrsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteSecretIdNumUsesRequest.ts b/src/models/AppRoleWriteSecretIdNumUsesRequest.ts index 4ffed5d..4effe40 100644 --- a/src/models/AppRoleWriteSecretIdNumUsesRequest.ts +++ b/src/models/AppRoleWriteSecretIdNumUsesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteSecretIdRequest.ts b/src/models/AppRoleWriteSecretIdRequest.ts index 6a7c45b..f88932d 100644 --- a/src/models/AppRoleWriteSecretIdRequest.ts +++ b/src/models/AppRoleWriteSecretIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteSecretIdResponse.ts b/src/models/AppRoleWriteSecretIdResponse.ts index fe5b876..16ebaad 100644 --- a/src/models/AppRoleWriteSecretIdResponse.ts +++ b/src/models/AppRoleWriteSecretIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteSecretIdTtlRequest.ts b/src/models/AppRoleWriteSecretIdTtlRequest.ts index 3a88ed5..5c65056 100644 --- a/src/models/AppRoleWriteSecretIdTtlRequest.ts +++ b/src/models/AppRoleWriteSecretIdTtlRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteTokenBoundCidrsRequest.ts b/src/models/AppRoleWriteTokenBoundCidrsRequest.ts index b641ad2..e910e53 100644 --- a/src/models/AppRoleWriteTokenBoundCidrsRequest.ts +++ b/src/models/AppRoleWriteTokenBoundCidrsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteTokenMaxTtlRequest.ts b/src/models/AppRoleWriteTokenMaxTtlRequest.ts index 8dadb30..084a0d7 100644 --- a/src/models/AppRoleWriteTokenMaxTtlRequest.ts +++ b/src/models/AppRoleWriteTokenMaxTtlRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteTokenNumUsesRequest.ts b/src/models/AppRoleWriteTokenNumUsesRequest.ts index b9cc87d..2798ce4 100644 --- a/src/models/AppRoleWriteTokenNumUsesRequest.ts +++ b/src/models/AppRoleWriteTokenNumUsesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AppRoleWriteTokenTtlRequest.ts b/src/models/AppRoleWriteTokenTtlRequest.ts index 13c9e01..c55a891 100644 --- a/src/models/AppRoleWriteTokenTtlRequest.ts +++ b/src/models/AppRoleWriteTokenTtlRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuditingCalculateHashRequest.ts b/src/models/AuditingCalculateHashRequest.ts index 34c5679..0d82c6f 100644 --- a/src/models/AuditingCalculateHashRequest.ts +++ b/src/models/AuditingCalculateHashRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuditingCalculateHashResponse.ts b/src/models/AuditingCalculateHashResponse.ts index 9fc81b6..5a69fca 100644 --- a/src/models/AuditingCalculateHashResponse.ts +++ b/src/models/AuditingCalculateHashResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuditingEnableDeviceRequest.ts b/src/models/AuditingEnableDeviceRequest.ts index c3d3267..48977e8 100644 --- a/src/models/AuditingEnableDeviceRequest.ts +++ b/src/models/AuditingEnableDeviceRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuditingEnableRequestHeaderRequest.ts b/src/models/AuditingEnableRequestHeaderRequest.ts index f2f8dfb..54c269f 100644 --- a/src/models/AuditingEnableRequestHeaderRequest.ts +++ b/src/models/AuditingEnableRequestHeaderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuditingListRequestHeadersResponse.ts b/src/models/AuditingListRequestHeadersResponse.ts index bd96ccd..e829efc 100644 --- a/src/models/AuditingListRequestHeadersResponse.ts +++ b/src/models/AuditingListRequestHeadersResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuthEnableMethodRequest.ts b/src/models/AuthEnableMethodRequest.ts index 71af12a..659a320 100644 --- a/src/models/AuthEnableMethodRequest.ts +++ b/src/models/AuthEnableMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuthReadConfigurationResponse.ts b/src/models/AuthReadConfigurationResponse.ts index f3874ef..e7cea11 100644 --- a/src/models/AuthReadConfigurationResponse.ts +++ b/src/models/AuthReadConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuthReadTuningInformationResponse.ts b/src/models/AuthReadTuningInformationResponse.ts index db5df6b..0b1b1cc 100644 --- a/src/models/AuthReadTuningInformationResponse.ts +++ b/src/models/AuthReadTuningInformationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AuthTuneConfigurationParametersRequest.ts b/src/models/AuthTuneConfigurationParametersRequest.ts index 238ce4d..faeee7e 100644 --- a/src/models/AuthTuneConfigurationParametersRequest.ts +++ b/src/models/AuthTuneConfigurationParametersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureCertificateRequest.ts b/src/models/AwsConfigureCertificateRequest.ts index abc3b32..390fff0 100644 --- a/src/models/AwsConfigureCertificateRequest.ts +++ b/src/models/AwsConfigureCertificateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureClientRequest.ts b/src/models/AwsConfigureClientRequest.ts index 0bd3873..18646c6 100644 --- a/src/models/AwsConfigureClientRequest.ts +++ b/src/models/AwsConfigureClientRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureIdentityAccessListTidyOperationRequest.ts b/src/models/AwsConfigureIdentityAccessListTidyOperationRequest.ts index d7ed5a5..80e3a81 100644 --- a/src/models/AwsConfigureIdentityAccessListTidyOperationRequest.ts +++ b/src/models/AwsConfigureIdentityAccessListTidyOperationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureIdentityIntegrationRequest.ts b/src/models/AwsConfigureIdentityIntegrationRequest.ts index 96d42ac..9412584 100644 --- a/src/models/AwsConfigureIdentityIntegrationRequest.ts +++ b/src/models/AwsConfigureIdentityIntegrationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureIdentityWhitelistTidyOperationRequest.ts b/src/models/AwsConfigureIdentityWhitelistTidyOperationRequest.ts index 845599a..9ba1ae8 100644 --- a/src/models/AwsConfigureIdentityWhitelistTidyOperationRequest.ts +++ b/src/models/AwsConfigureIdentityWhitelistTidyOperationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureLeaseRequest.ts b/src/models/AwsConfigureLeaseRequest.ts index 7668d3b..ad00b1b 100644 --- a/src/models/AwsConfigureLeaseRequest.ts +++ b/src/models/AwsConfigureLeaseRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureRoleTagBlacklistTidyOperationRequest.ts b/src/models/AwsConfigureRoleTagBlacklistTidyOperationRequest.ts index eeeefa0..2018b30 100644 --- a/src/models/AwsConfigureRoleTagBlacklistTidyOperationRequest.ts +++ b/src/models/AwsConfigureRoleTagBlacklistTidyOperationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureRoleTagDenyListTidyOperationRequest.ts b/src/models/AwsConfigureRoleTagDenyListTidyOperationRequest.ts index 658d595..7cb3abe 100644 --- a/src/models/AwsConfigureRoleTagDenyListTidyOperationRequest.ts +++ b/src/models/AwsConfigureRoleTagDenyListTidyOperationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsConfigureRootIamCredentialsRequest.ts b/src/models/AwsConfigureRootIamCredentialsRequest.ts index 21ddbff..8c87f41 100644 --- a/src/models/AwsConfigureRootIamCredentialsRequest.ts +++ b/src/models/AwsConfigureRootIamCredentialsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsGenerateCredentialsWithParametersRequest.ts b/src/models/AwsGenerateCredentialsWithParametersRequest.ts index dd75750..43904d6 100644 --- a/src/models/AwsGenerateCredentialsWithParametersRequest.ts +++ b/src/models/AwsGenerateCredentialsWithParametersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsGenerateStsCredentialsWithParametersRequest.ts b/src/models/AwsGenerateStsCredentialsWithParametersRequest.ts index 57a1543..cc42c07 100644 --- a/src/models/AwsGenerateStsCredentialsWithParametersRequest.ts +++ b/src/models/AwsGenerateStsCredentialsWithParametersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsLoginRequest.ts b/src/models/AwsLoginRequest.ts index e31450b..c891f70 100644 --- a/src/models/AwsLoginRequest.ts +++ b/src/models/AwsLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsReadStaticCredsNameResponse.ts b/src/models/AwsReadStaticCredsNameResponse.ts index d5d9712..95e62a6 100644 --- a/src/models/AwsReadStaticCredsNameResponse.ts +++ b/src/models/AwsReadStaticCredsNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsReadStaticRolesNameResponse.ts b/src/models/AwsReadStaticRolesNameResponse.ts index bcf7d90..39eaec4 100644 --- a/src/models/AwsReadStaticRolesNameResponse.ts +++ b/src/models/AwsReadStaticRolesNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsTidyIdentityAccessListRequest.ts b/src/models/AwsTidyIdentityAccessListRequest.ts index 4777da0..3aa7a7f 100644 --- a/src/models/AwsTidyIdentityAccessListRequest.ts +++ b/src/models/AwsTidyIdentityAccessListRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsTidyIdentityWhitelistRequest.ts b/src/models/AwsTidyIdentityWhitelistRequest.ts index 17f202d..c480c1a 100644 --- a/src/models/AwsTidyIdentityWhitelistRequest.ts +++ b/src/models/AwsTidyIdentityWhitelistRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsTidyRoleTagBlacklistRequest.ts b/src/models/AwsTidyRoleTagBlacklistRequest.ts index fadabc8..4c115de 100644 --- a/src/models/AwsTidyRoleTagBlacklistRequest.ts +++ b/src/models/AwsTidyRoleTagBlacklistRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsTidyRoleTagDenyListRequest.ts b/src/models/AwsTidyRoleTagDenyListRequest.ts index da19d6a..b5474be 100644 --- a/src/models/AwsTidyRoleTagDenyListRequest.ts +++ b/src/models/AwsTidyRoleTagDenyListRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsWriteAuthRoleRequest.ts b/src/models/AwsWriteAuthRoleRequest.ts index 9383360..873b4fe 100644 --- a/src/models/AwsWriteAuthRoleRequest.ts +++ b/src/models/AwsWriteAuthRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsWriteRoleRequest.ts b/src/models/AwsWriteRoleRequest.ts index fac9575..a905bd0 100644 --- a/src/models/AwsWriteRoleRequest.ts +++ b/src/models/AwsWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsWriteRoleTagRequest.ts b/src/models/AwsWriteRoleTagRequest.ts index 2bd6e80..d318121 100644 --- a/src/models/AwsWriteRoleTagRequest.ts +++ b/src/models/AwsWriteRoleTagRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsWriteStaticRolesNameRequest.ts b/src/models/AwsWriteStaticRolesNameRequest.ts index dc69171..d8dd11c 100644 --- a/src/models/AwsWriteStaticRolesNameRequest.ts +++ b/src/models/AwsWriteStaticRolesNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsWriteStaticRolesNameResponse.ts b/src/models/AwsWriteStaticRolesNameResponse.ts index 8eb5187..3f058f8 100644 --- a/src/models/AwsWriteStaticRolesNameResponse.ts +++ b/src/models/AwsWriteStaticRolesNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AwsWriteStsRoleRequest.ts b/src/models/AwsWriteStsRoleRequest.ts index 6db1396..52c17c3 100644 --- a/src/models/AwsWriteStsRoleRequest.ts +++ b/src/models/AwsWriteStsRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AzureConfigureAuthRequest.ts b/src/models/AzureConfigureAuthRequest.ts index bf1afd3..a5dd8de 100644 --- a/src/models/AzureConfigureAuthRequest.ts +++ b/src/models/AzureConfigureAuthRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AzureConfigureRequest.ts b/src/models/AzureConfigureRequest.ts index 3b77f2f..a1e2ef5 100644 --- a/src/models/AzureConfigureRequest.ts +++ b/src/models/AzureConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AzureLoginRequest.ts b/src/models/AzureLoginRequest.ts index 78bc795..faf07e9 100644 --- a/src/models/AzureLoginRequest.ts +++ b/src/models/AzureLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AzureWriteAuthRoleRequest.ts b/src/models/AzureWriteAuthRoleRequest.ts index 68c6069..f1dccca 100644 --- a/src/models/AzureWriteAuthRoleRequest.ts +++ b/src/models/AzureWriteAuthRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AzureWriteRoleRequest.ts b/src/models/AzureWriteRoleRequest.ts index 14db9f4..1e97648 100644 --- a/src/models/AzureWriteRoleRequest.ts +++ b/src/models/AzureWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AzureWriteStaticRolesNameImportRequest.ts b/src/models/AzureWriteStaticRolesNameImportRequest.ts index 6e7e079..1011b49 100644 --- a/src/models/AzureWriteStaticRolesNameImportRequest.ts +++ b/src/models/AzureWriteStaticRolesNameImportRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/AzureWriteStaticRolesNameRequest.ts b/src/models/AzureWriteStaticRolesNameRequest.ts index d63e5bc..96c7c67 100644 --- a/src/models/AzureWriteStaticRolesNameRequest.ts +++ b/src/models/AzureWriteStaticRolesNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CertConfigureRequest.ts b/src/models/CertConfigureRequest.ts index cbf9072..1c7c001 100644 --- a/src/models/CertConfigureRequest.ts +++ b/src/models/CertConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CertLoginRequest.ts b/src/models/CertLoginRequest.ts index f113ca7..f5eaf9a 100644 --- a/src/models/CertLoginRequest.ts +++ b/src/models/CertLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CertWriteCertificateRequest.ts b/src/models/CertWriteCertificateRequest.ts index 910d66d..6f96e3b 100644 --- a/src/models/CertWriteCertificateRequest.ts +++ b/src/models/CertWriteCertificateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CertWriteCrlRequest.ts b/src/models/CertWriteCrlRequest.ts index 88af69d..4320040 100644 --- a/src/models/CertWriteCrlRequest.ts +++ b/src/models/CertWriteCrlRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CloudFoundryConfigureRequest.ts b/src/models/CloudFoundryConfigureRequest.ts index 5cd54fe..2435eb0 100644 --- a/src/models/CloudFoundryConfigureRequest.ts +++ b/src/models/CloudFoundryConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CloudFoundryLoginRequest.ts b/src/models/CloudFoundryLoginRequest.ts index 51424f2..fd1a669 100644 --- a/src/models/CloudFoundryLoginRequest.ts +++ b/src/models/CloudFoundryLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CloudFoundryWriteRoleRequest.ts b/src/models/CloudFoundryWriteRoleRequest.ts index e48cb28..3464e3c 100644 --- a/src/models/CloudFoundryWriteRoleRequest.ts +++ b/src/models/CloudFoundryWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CollectHostInformationResponse.ts b/src/models/CollectHostInformationResponse.ts index 3e38d70..de7775d 100644 --- a/src/models/CollectHostInformationResponse.ts +++ b/src/models/CollectHostInformationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ConsulConfigureAccessRequest.ts b/src/models/ConsulConfigureAccessRequest.ts index 0e1c332..d0ccc1f 100644 --- a/src/models/ConsulConfigureAccessRequest.ts +++ b/src/models/ConsulConfigureAccessRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ConsulWriteRoleRequest.ts b/src/models/ConsulWriteRoleRequest.ts index a484956..789040c 100644 --- a/src/models/ConsulWriteRoleRequest.ts +++ b/src/models/ConsulWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ControlHubEnrollRequest.ts b/src/models/ControlHubEnrollRequest.ts index c361f2f..90294f9 100644 --- a/src/models/ControlHubEnrollRequest.ts +++ b/src/models/ControlHubEnrollRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CorsConfigureRequest.ts b/src/models/CorsConfigureRequest.ts index f8d13c4..c7f14e7 100644 --- a/src/models/CorsConfigureRequest.ts +++ b/src/models/CorsConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CorsReadConfigurationResponse.ts b/src/models/CorsReadConfigurationResponse.ts index f81637c..bb5cb32 100644 --- a/src/models/CorsReadConfigurationResponse.ts +++ b/src/models/CorsReadConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CreateCustomMessageRequest.ts b/src/models/CreateCustomMessageRequest.ts index 3a9dbab..b66084d 100644 --- a/src/models/CreateCustomMessageRequest.ts +++ b/src/models/CreateCustomMessageRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/CreateRequest.ts b/src/models/CreateRequest.ts index 04a775b..5421f42 100644 --- a/src/models/CreateRequest.ts +++ b/src/models/CreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/DatabaseConfigureConnectionRequest.ts b/src/models/DatabaseConfigureConnectionRequest.ts index f5ef2bc..57d4497 100644 --- a/src/models/DatabaseConfigureConnectionRequest.ts +++ b/src/models/DatabaseConfigureConnectionRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/DatabaseWriteRoleRequest.ts b/src/models/DatabaseWriteRoleRequest.ts index 6f06749..e292847 100644 --- a/src/models/DatabaseWriteRoleRequest.ts +++ b/src/models/DatabaseWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/DatabaseWriteStaticRoleRequest.ts b/src/models/DatabaseWriteStaticRoleRequest.ts index 2900e38..22b4ad7 100644 --- a/src/models/DatabaseWriteStaticRoleRequest.ts +++ b/src/models/DatabaseWriteStaticRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/DecodeTokenRequest.ts b/src/models/DecodeTokenRequest.ts index b8dbbb0..d1dbcfa 100644 --- a/src/models/DecodeTokenRequest.ts +++ b/src/models/DecodeTokenRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EncryptionKeyConfigureRotationRequest.ts b/src/models/EncryptionKeyConfigureRotationRequest.ts index 97f1c45..115df05 100644 --- a/src/models/EncryptionKeyConfigureRotationRequest.ts +++ b/src/models/EncryptionKeyConfigureRotationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EncryptionKeyReadRotationConfigurationResponse.ts b/src/models/EncryptionKeyReadRotationConfigurationResponse.ts index 18da950..2f33ec1 100644 --- a/src/models/EncryptionKeyReadRotationConfigurationResponse.ts +++ b/src/models/EncryptionKeyReadRotationConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntitiesCreateDuplicatesRequest.ts b/src/models/EntitiesCreateDuplicatesRequest.ts index 7c98983..966ef92 100644 --- a/src/models/EntitiesCreateDuplicatesRequest.ts +++ b/src/models/EntitiesCreateDuplicatesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityAliasCreateDuplicatesRequest.ts b/src/models/EntityAliasCreateDuplicatesRequest.ts index 45cb389..dbd8770 100644 --- a/src/models/EntityAliasCreateDuplicatesRequest.ts +++ b/src/models/EntityAliasCreateDuplicatesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityAliasesCreateDuplicatesRequest.ts b/src/models/EntityAliasesCreateDuplicatesRequest.ts index 9ac2601..744a68a 100644 --- a/src/models/EntityAliasesCreateDuplicatesRequest.ts +++ b/src/models/EntityAliasesCreateDuplicatesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityBatchDeleteRequest.ts b/src/models/EntityBatchDeleteRequest.ts index 4624b23..c05fb9b 100644 --- a/src/models/EntityBatchDeleteRequest.ts +++ b/src/models/EntityBatchDeleteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityCreateAliasRequest.ts b/src/models/EntityCreateAliasRequest.ts index 24ee5c6..f8d8e2d 100644 --- a/src/models/EntityCreateAliasRequest.ts +++ b/src/models/EntityCreateAliasRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityCreateRequest.ts b/src/models/EntityCreateRequest.ts index 2022e9a..e57973a 100644 --- a/src/models/EntityCreateRequest.ts +++ b/src/models/EntityCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityListAliasesByIdResponse.ts b/src/models/EntityListAliasesByIdResponse.ts index c4239f2..e71d6d9 100644 --- a/src/models/EntityListAliasesByIdResponse.ts +++ b/src/models/EntityListAliasesByIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityListByIdResponse.ts b/src/models/EntityListByIdResponse.ts index 1afb06c..7a0f9ac 100644 --- a/src/models/EntityListByIdResponse.ts +++ b/src/models/EntityListByIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityLookUpRequest.ts b/src/models/EntityLookUpRequest.ts index 5ff5fa3..66d9e2a 100644 --- a/src/models/EntityLookUpRequest.ts +++ b/src/models/EntityLookUpRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityMergeRequest.ts b/src/models/EntityMergeRequest.ts index 20c584f..9cd3bf3 100644 --- a/src/models/EntityMergeRequest.ts +++ b/src/models/EntityMergeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityUpdateAliasByIdRequest.ts b/src/models/EntityUpdateAliasByIdRequest.ts index aaf737e..6e3b347 100644 --- a/src/models/EntityUpdateAliasByIdRequest.ts +++ b/src/models/EntityUpdateAliasByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityUpdateByIdRequest.ts b/src/models/EntityUpdateByIdRequest.ts index 3683e97..593aa67 100644 --- a/src/models/EntityUpdateByIdRequest.ts +++ b/src/models/EntityUpdateByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/EntityUpdateByNameRequest.ts b/src/models/EntityUpdateByNameRequest.ts index 4ea0450..a1ef994 100644 --- a/src/models/EntityUpdateByNameRequest.ts +++ b/src/models/EntityUpdateByNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateHashRequest.ts b/src/models/GenerateHashRequest.ts index a7fbbe8..b4d7504 100644 --- a/src/models/GenerateHashRequest.ts +++ b/src/models/GenerateHashRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateHashResponse.ts b/src/models/GenerateHashResponse.ts index 25cdc81..fe026d2 100644 --- a/src/models/GenerateHashResponse.ts +++ b/src/models/GenerateHashResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateHashWithAlgorithmRequest.ts b/src/models/GenerateHashWithAlgorithmRequest.ts index f3f33b8..b32f1d1 100644 --- a/src/models/GenerateHashWithAlgorithmRequest.ts +++ b/src/models/GenerateHashWithAlgorithmRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateHashWithAlgorithmResponse.ts b/src/models/GenerateHashWithAlgorithmResponse.ts index fd65e74..cf7bf73 100644 --- a/src/models/GenerateHashWithAlgorithmResponse.ts +++ b/src/models/GenerateHashWithAlgorithmResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateRandomRequest.ts b/src/models/GenerateRandomRequest.ts index 0652a81..345b277 100644 --- a/src/models/GenerateRandomRequest.ts +++ b/src/models/GenerateRandomRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateRandomResponse.ts b/src/models/GenerateRandomResponse.ts index c6b25be..20b33d0 100644 --- a/src/models/GenerateRandomResponse.ts +++ b/src/models/GenerateRandomResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateRandomWithBytesRequest.ts b/src/models/GenerateRandomWithBytesRequest.ts index c79ac7e..de3516e 100644 --- a/src/models/GenerateRandomWithBytesRequest.ts +++ b/src/models/GenerateRandomWithBytesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateRandomWithBytesResponse.ts b/src/models/GenerateRandomWithBytesResponse.ts index f813d1c..0a1e5d5 100644 --- a/src/models/GenerateRandomWithBytesResponse.ts +++ b/src/models/GenerateRandomWithBytesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateRandomWithSourceAndBytesRequest.ts b/src/models/GenerateRandomWithSourceAndBytesRequest.ts index e4e139b..6fc48e2 100644 --- a/src/models/GenerateRandomWithSourceAndBytesRequest.ts +++ b/src/models/GenerateRandomWithSourceAndBytesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateRandomWithSourceAndBytesResponse.ts b/src/models/GenerateRandomWithSourceAndBytesResponse.ts index e200a6d..ae81854 100644 --- a/src/models/GenerateRandomWithSourceAndBytesResponse.ts +++ b/src/models/GenerateRandomWithSourceAndBytesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateRandomWithSourceRequest.ts b/src/models/GenerateRandomWithSourceRequest.ts index eab9dee..d8d329e 100644 --- a/src/models/GenerateRandomWithSourceRequest.ts +++ b/src/models/GenerateRandomWithSourceRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateRandomWithSourceResponse.ts b/src/models/GenerateRandomWithSourceResponse.ts index 94f3695..93cb886 100644 --- a/src/models/GenerateRandomWithSourceResponse.ts +++ b/src/models/GenerateRandomWithSourceResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GenerateUtilizationReportResponse.ts b/src/models/GenerateUtilizationReportResponse.ts index 9176d44..50f9d63 100644 --- a/src/models/GenerateUtilizationReportResponse.ts +++ b/src/models/GenerateUtilizationReportResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GithubConfigureRequest.ts b/src/models/GithubConfigureRequest.ts index 5c28e36..b623f9b 100644 --- a/src/models/GithubConfigureRequest.ts +++ b/src/models/GithubConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GithubLoginRequest.ts b/src/models/GithubLoginRequest.ts index 4553c5e..b1f3d81 100644 --- a/src/models/GithubLoginRequest.ts +++ b/src/models/GithubLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GithubWriteTeamMappingRequest.ts b/src/models/GithubWriteTeamMappingRequest.ts index 3677a4e..46b8ab9 100644 --- a/src/models/GithubWriteTeamMappingRequest.ts +++ b/src/models/GithubWriteTeamMappingRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GithubWriteUserMappingRequest.ts b/src/models/GithubWriteUserMappingRequest.ts index 39f8608..9a51f6a 100644 --- a/src/models/GithubWriteUserMappingRequest.ts +++ b/src/models/GithubWriteUserMappingRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudConfigureAuthRequest.ts b/src/models/GoogleCloudConfigureAuthRequest.ts index f2bbeeb..68c5057 100644 --- a/src/models/GoogleCloudConfigureAuthRequest.ts +++ b/src/models/GoogleCloudConfigureAuthRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudConfigureRequest.ts b/src/models/GoogleCloudConfigureRequest.ts index 71b36b0..9cb6ca7 100644 --- a/src/models/GoogleCloudConfigureRequest.ts +++ b/src/models/GoogleCloudConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudEditLabelsForRoleRequest.ts b/src/models/GoogleCloudEditLabelsForRoleRequest.ts index b1fff3a..13428e5 100644 --- a/src/models/GoogleCloudEditLabelsForRoleRequest.ts +++ b/src/models/GoogleCloudEditLabelsForRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudEditServiceAccountsForRoleRequest.ts b/src/models/GoogleCloudEditServiceAccountsForRoleRequest.ts index e9e2183..b22fa30 100644 --- a/src/models/GoogleCloudEditServiceAccountsForRoleRequest.ts +++ b/src/models/GoogleCloudEditServiceAccountsForRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudGenerateRolesetKey3Request.ts b/src/models/GoogleCloudGenerateRolesetKey3Request.ts index 1b1fd36..443ad3a 100644 --- a/src/models/GoogleCloudGenerateRolesetKey3Request.ts +++ b/src/models/GoogleCloudGenerateRolesetKey3Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudGenerateRolesetKeyRequest.ts b/src/models/GoogleCloudGenerateRolesetKeyRequest.ts index 9835749..468da27 100644 --- a/src/models/GoogleCloudGenerateRolesetKeyRequest.ts +++ b/src/models/GoogleCloudGenerateRolesetKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudGenerateStaticAccountKeyRequest.ts b/src/models/GoogleCloudGenerateStaticAccountKeyRequest.ts index 15c2592..211b25d 100644 --- a/src/models/GoogleCloudGenerateStaticAccountKeyRequest.ts +++ b/src/models/GoogleCloudGenerateStaticAccountKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsConfigureKeyRequest.ts b/src/models/GoogleCloudKmsConfigureKeyRequest.ts index 5f7a344..3a0bbee 100644 --- a/src/models/GoogleCloudKmsConfigureKeyRequest.ts +++ b/src/models/GoogleCloudKmsConfigureKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsConfigureRequest.ts b/src/models/GoogleCloudKmsConfigureRequest.ts index 58f03b8..3a1b28b 100644 --- a/src/models/GoogleCloudKmsConfigureRequest.ts +++ b/src/models/GoogleCloudKmsConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsDecryptRequest.ts b/src/models/GoogleCloudKmsDecryptRequest.ts index b8e063a..6330692 100644 --- a/src/models/GoogleCloudKmsDecryptRequest.ts +++ b/src/models/GoogleCloudKmsDecryptRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsEncryptRequest.ts b/src/models/GoogleCloudKmsEncryptRequest.ts index 38d6a05..912bdbd 100644 --- a/src/models/GoogleCloudKmsEncryptRequest.ts +++ b/src/models/GoogleCloudKmsEncryptRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsReencryptRequest.ts b/src/models/GoogleCloudKmsReencryptRequest.ts index c36fee7..8228e79 100644 --- a/src/models/GoogleCloudKmsReencryptRequest.ts +++ b/src/models/GoogleCloudKmsReencryptRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsRegisterKeyRequest.ts b/src/models/GoogleCloudKmsRegisterKeyRequest.ts index dfbc11f..f37b96c 100644 --- a/src/models/GoogleCloudKmsRegisterKeyRequest.ts +++ b/src/models/GoogleCloudKmsRegisterKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsSignRequest.ts b/src/models/GoogleCloudKmsSignRequest.ts index fcb11d1..76ba5b3 100644 --- a/src/models/GoogleCloudKmsSignRequest.ts +++ b/src/models/GoogleCloudKmsSignRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsVerifyRequest.ts b/src/models/GoogleCloudKmsVerifyRequest.ts index 353ad57..64e79e9 100644 --- a/src/models/GoogleCloudKmsVerifyRequest.ts +++ b/src/models/GoogleCloudKmsVerifyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudKmsWriteKeyRequest.ts b/src/models/GoogleCloudKmsWriteKeyRequest.ts index 12355d4..489fbd1 100644 --- a/src/models/GoogleCloudKmsWriteKeyRequest.ts +++ b/src/models/GoogleCloudKmsWriteKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudLoginRequest.ts b/src/models/GoogleCloudLoginRequest.ts index 7eb7011..0c4853b 100644 --- a/src/models/GoogleCloudLoginRequest.ts +++ b/src/models/GoogleCloudLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudWriteImpersonatedAccountRequest.ts b/src/models/GoogleCloudWriteImpersonatedAccountRequest.ts index ccf0e7c..860042f 100644 --- a/src/models/GoogleCloudWriteImpersonatedAccountRequest.ts +++ b/src/models/GoogleCloudWriteImpersonatedAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudWriteRoleRequest.ts b/src/models/GoogleCloudWriteRoleRequest.ts index 6344859..59bff6e 100644 --- a/src/models/GoogleCloudWriteRoleRequest.ts +++ b/src/models/GoogleCloudWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudWriteRolesetRequest.ts b/src/models/GoogleCloudWriteRolesetRequest.ts index 3991816..a235e1a 100644 --- a/src/models/GoogleCloudWriteRolesetRequest.ts +++ b/src/models/GoogleCloudWriteRolesetRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GoogleCloudWriteStaticAccountRequest.ts b/src/models/GoogleCloudWriteStaticAccountRequest.ts index 5af0fc0..1fd1a73 100644 --- a/src/models/GoogleCloudWriteStaticAccountRequest.ts +++ b/src/models/GoogleCloudWriteStaticAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupCreateAliasRequest.ts b/src/models/GroupCreateAliasRequest.ts index 0e63ce6..8f66dbf 100644 --- a/src/models/GroupCreateAliasRequest.ts +++ b/src/models/GroupCreateAliasRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupCreateRequest.ts b/src/models/GroupCreateRequest.ts index d057158..582441d 100644 --- a/src/models/GroupCreateRequest.ts +++ b/src/models/GroupCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupListAliasesByIdResponse.ts b/src/models/GroupListAliasesByIdResponse.ts index 7da9b07..1eb942f 100644 --- a/src/models/GroupListAliasesByIdResponse.ts +++ b/src/models/GroupListAliasesByIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupListByIdResponse.ts b/src/models/GroupListByIdResponse.ts index dc8e146..c49810d 100644 --- a/src/models/GroupListByIdResponse.ts +++ b/src/models/GroupListByIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupLookUpRequest.ts b/src/models/GroupLookUpRequest.ts index 8d34578..504d46e 100644 --- a/src/models/GroupLookUpRequest.ts +++ b/src/models/GroupLookUpRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupUpdateAliasByIdRequest.ts b/src/models/GroupUpdateAliasByIdRequest.ts index 15751c7..fadcb41 100644 --- a/src/models/GroupUpdateAliasByIdRequest.ts +++ b/src/models/GroupUpdateAliasByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupUpdateByIdRequest.ts b/src/models/GroupUpdateByIdRequest.ts index 6a61a41..d6f5b5a 100644 --- a/src/models/GroupUpdateByIdRequest.ts +++ b/src/models/GroupUpdateByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupUpdateByNameRequest.ts b/src/models/GroupUpdateByNameRequest.ts index b87739b..be0f3ff 100644 --- a/src/models/GroupUpdateByNameRequest.ts +++ b/src/models/GroupUpdateByNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/GroupsCreateDuplicatesRequest.ts b/src/models/GroupsCreateDuplicatesRequest.ts index d895ca2..09c42e4 100644 --- a/src/models/GroupsCreateDuplicatesRequest.ts +++ b/src/models/GroupsCreateDuplicatesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/HaStatusResponse.ts b/src/models/HaStatusResponse.ts index 7788038..ff6f963 100644 --- a/src/models/HaStatusResponse.ts +++ b/src/models/HaStatusResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InitializeRequest.ts b/src/models/InitializeRequest.ts index fced00f..28ac704 100644 --- a/src/models/InitializeRequest.ts +++ b/src/models/InitializeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalClientActivityConfigureRequest.ts b/src/models/InternalClientActivityConfigureRequest.ts index 3a85e46..98b8b4d 100644 --- a/src/models/InternalClientActivityConfigureRequest.ts +++ b/src/models/InternalClientActivityConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalClientActivityReadConfigurationResponse.ts b/src/models/InternalClientActivityReadConfigurationResponse.ts index cdef090..516d7ce 100644 --- a/src/models/InternalClientActivityReadConfigurationResponse.ts +++ b/src/models/InternalClientActivityReadConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalClientActivityReportCountsResponse.ts b/src/models/InternalClientActivityReportCountsResponse.ts index 654cb1b..87385db 100644 --- a/src/models/InternalClientActivityReportCountsResponse.ts +++ b/src/models/InternalClientActivityReportCountsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalClientActivityReportCountsThisMonthResponse.ts b/src/models/InternalClientActivityReportCountsThisMonthResponse.ts index 9b4cac6..ad2ddd9 100644 --- a/src/models/InternalClientActivityReportCountsThisMonthResponse.ts +++ b/src/models/InternalClientActivityReportCountsThisMonthResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalClientActivityReportCumulativeCountsResponse.ts b/src/models/InternalClientActivityReportCumulativeCountsResponse.ts index 93b394a..4d3684f 100644 --- a/src/models/InternalClientActivityReportCumulativeCountsResponse.ts +++ b/src/models/InternalClientActivityReportCumulativeCountsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalCountEntitiesResponse.ts b/src/models/InternalCountEntitiesResponse.ts index fabc1f7..c0aa386 100644 --- a/src/models/InternalCountEntitiesResponse.ts +++ b/src/models/InternalCountEntitiesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalGenerateOpenApiDocumentWithParametersRequest.ts b/src/models/InternalGenerateOpenApiDocumentWithParametersRequest.ts index 45a264a..81b40b5 100644 --- a/src/models/InternalGenerateOpenApiDocumentWithParametersRequest.ts +++ b/src/models/InternalGenerateOpenApiDocumentWithParametersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalUiListEnabledFeatureFlagsResponse.ts b/src/models/InternalUiListEnabledFeatureFlagsResponse.ts index c049059..3b4350e 100644 --- a/src/models/InternalUiListEnabledFeatureFlagsResponse.ts +++ b/src/models/InternalUiListEnabledFeatureFlagsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalUiListEnabledVisibleMountsResponse.ts b/src/models/InternalUiListEnabledVisibleMountsResponse.ts index c89128e..5ac1fc3 100644 --- a/src/models/InternalUiListEnabledVisibleMountsResponse.ts +++ b/src/models/InternalUiListEnabledVisibleMountsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalUiListNamespacesResponse.ts b/src/models/InternalUiListNamespacesResponse.ts index 95fec67..c7f2029 100644 --- a/src/models/InternalUiListNamespacesResponse.ts +++ b/src/models/InternalUiListNamespacesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalUiReadAuthenticatedActiveCustomMessagesResponse.ts b/src/models/InternalUiReadAuthenticatedActiveCustomMessagesResponse.ts index 8df5956..ff3ef15 100644 --- a/src/models/InternalUiReadAuthenticatedActiveCustomMessagesResponse.ts +++ b/src/models/InternalUiReadAuthenticatedActiveCustomMessagesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalUiReadMountInformationResponse.ts b/src/models/InternalUiReadMountInformationResponse.ts index 6b457a5..f067d65 100644 --- a/src/models/InternalUiReadMountInformationResponse.ts +++ b/src/models/InternalUiReadMountInformationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalUiReadResultantAclResponse.ts b/src/models/InternalUiReadResultantAclResponse.ts index e3fd635..187b78d 100644 --- a/src/models/InternalUiReadResultantAclResponse.ts +++ b/src/models/InternalUiReadResultantAclResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalUiReadSettingsResponse.ts b/src/models/InternalUiReadSettingsResponse.ts index a813d0c..a1a8cd7 100644 --- a/src/models/InternalUiReadSettingsResponse.ts +++ b/src/models/InternalUiReadSettingsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/InternalUiReadUnauthenticatedActiveCustomMessagesResponse.ts b/src/models/InternalUiReadUnauthenticatedActiveCustomMessagesResponse.ts index 37d61a1..be13453 100644 --- a/src/models/InternalUiReadUnauthenticatedActiveCustomMessagesResponse.ts +++ b/src/models/InternalUiReadUnauthenticatedActiveCustomMessagesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/JwtConfigureRequest.ts b/src/models/JwtConfigureRequest.ts index 98694eb..ce2cd09 100644 --- a/src/models/JwtConfigureRequest.ts +++ b/src/models/JwtConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/JwtLoginRequest.ts b/src/models/JwtLoginRequest.ts index 57b6896..324a7c5 100644 --- a/src/models/JwtLoginRequest.ts +++ b/src/models/JwtLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/JwtOidcCallbackFormPostRequest.ts b/src/models/JwtOidcCallbackFormPostRequest.ts index 3fe4f46..dae50e7 100644 --- a/src/models/JwtOidcCallbackFormPostRequest.ts +++ b/src/models/JwtOidcCallbackFormPostRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/JwtOidcRequestAuthorizationUrlRequest.ts b/src/models/JwtOidcRequestAuthorizationUrlRequest.ts index 1353e57..425f31d 100644 --- a/src/models/JwtOidcRequestAuthorizationUrlRequest.ts +++ b/src/models/JwtOidcRequestAuthorizationUrlRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/JwtWriteRoleRequest.ts b/src/models/JwtWriteRoleRequest.ts index 22a6cbf..87811b3 100644 --- a/src/models/JwtWriteRoleRequest.ts +++ b/src/models/JwtWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KerberosConfigureLdapRequest.ts b/src/models/KerberosConfigureLdapRequest.ts index 3885abc..3e91321 100644 --- a/src/models/KerberosConfigureLdapRequest.ts +++ b/src/models/KerberosConfigureLdapRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KerberosConfigureRequest.ts b/src/models/KerberosConfigureRequest.ts index 190b3cb..581b2b9 100644 --- a/src/models/KerberosConfigureRequest.ts +++ b/src/models/KerberosConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KerberosLoginRequest.ts b/src/models/KerberosLoginRequest.ts index a7a5a2d..c486a8f 100644 --- a/src/models/KerberosLoginRequest.ts +++ b/src/models/KerberosLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KerberosWriteGroupRequest.ts b/src/models/KerberosWriteGroupRequest.ts index 5d093da..439e868 100644 --- a/src/models/KerberosWriteGroupRequest.ts +++ b/src/models/KerberosWriteGroupRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KeyManagementDistributeKeyInKmsProviderRequest.ts b/src/models/KeyManagementDistributeKeyInKmsProviderRequest.ts index 62236f2..7ac96d3 100644 --- a/src/models/KeyManagementDistributeKeyInKmsProviderRequest.ts +++ b/src/models/KeyManagementDistributeKeyInKmsProviderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KeyManagementUpdateKeyRequest.ts b/src/models/KeyManagementUpdateKeyRequest.ts index cf01670..ddba6f3 100644 --- a/src/models/KeyManagementUpdateKeyRequest.ts +++ b/src/models/KeyManagementUpdateKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KeyManagementWriteKmsProviderRequest.ts b/src/models/KeyManagementWriteKmsProviderRequest.ts index 2e9d7ad..d9b15a2 100644 --- a/src/models/KeyManagementWriteKmsProviderRequest.ts +++ b/src/models/KeyManagementWriteKmsProviderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipConfigureCaNameRequest.ts b/src/models/KmipConfigureCaNameRequest.ts index 69b3a36..deb7c22 100644 --- a/src/models/KmipConfigureCaNameRequest.ts +++ b/src/models/KmipConfigureCaNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipConfigureCaRequest.ts b/src/models/KmipConfigureCaRequest.ts index 156a455..8fb0c13 100644 --- a/src/models/KmipConfigureCaRequest.ts +++ b/src/models/KmipConfigureCaRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipConfigureRequest.ts b/src/models/KmipConfigureRequest.ts index acad79e..24762d7 100644 --- a/src/models/KmipConfigureRequest.ts +++ b/src/models/KmipConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipCreateCaRequest.ts b/src/models/KmipCreateCaRequest.ts index c8493b3..855b691 100644 --- a/src/models/KmipCreateCaRequest.ts +++ b/src/models/KmipCreateCaRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipCreateScopeRequest.ts b/src/models/KmipCreateScopeRequest.ts index 7a0c6e5..6cd2f27 100644 --- a/src/models/KmipCreateScopeRequest.ts +++ b/src/models/KmipCreateScopeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipGenerateClientCertificateRequest.ts b/src/models/KmipGenerateClientCertificateRequest.ts index 896ee48..c73bdc0 100644 --- a/src/models/KmipGenerateClientCertificateRequest.ts +++ b/src/models/KmipGenerateClientCertificateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipImportCaRequest.ts b/src/models/KmipImportCaRequest.ts index e156ed9..2679a8a 100644 --- a/src/models/KmipImportCaRequest.ts +++ b/src/models/KmipImportCaRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipRevokeClientCertificateRequest.ts b/src/models/KmipRevokeClientCertificateRequest.ts index aff3f97..40f47d0 100644 --- a/src/models/KmipRevokeClientCertificateRequest.ts +++ b/src/models/KmipRevokeClientCertificateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipSignClientCertificateRequestRequest.ts b/src/models/KmipSignClientCertificateRequestRequest.ts index ccf58ce..687024c 100644 --- a/src/models/KmipSignClientCertificateRequestRequest.ts +++ b/src/models/KmipSignClientCertificateRequestRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipWriteListenerRequest.ts b/src/models/KmipWriteListenerRequest.ts index b152759..5ad17d1 100644 --- a/src/models/KmipWriteListenerRequest.ts +++ b/src/models/KmipWriteListenerRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KmipWriteRoleRequest.ts b/src/models/KmipWriteRoleRequest.ts index 423b9d9..c93356f 100644 --- a/src/models/KmipWriteRoleRequest.ts +++ b/src/models/KmipWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KubernetesConfigureAuthRequest.ts b/src/models/KubernetesConfigureAuthRequest.ts index cd94dba..d868d82 100644 --- a/src/models/KubernetesConfigureAuthRequest.ts +++ b/src/models/KubernetesConfigureAuthRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KubernetesConfigureRequest.ts b/src/models/KubernetesConfigureRequest.ts index 78ca2e1..41abb1b 100644 --- a/src/models/KubernetesConfigureRequest.ts +++ b/src/models/KubernetesConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KubernetesGenerateCredentialsRequest.ts b/src/models/KubernetesGenerateCredentialsRequest.ts index 16dfd51..a189c22 100644 --- a/src/models/KubernetesGenerateCredentialsRequest.ts +++ b/src/models/KubernetesGenerateCredentialsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KubernetesLoginRequest.ts b/src/models/KubernetesLoginRequest.ts index dffdcb5..edc936b 100644 --- a/src/models/KubernetesLoginRequest.ts +++ b/src/models/KubernetesLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KubernetesWriteAuthRoleRequest.ts b/src/models/KubernetesWriteAuthRoleRequest.ts index f89d7bc..c038290 100644 --- a/src/models/KubernetesWriteAuthRoleRequest.ts +++ b/src/models/KubernetesWriteAuthRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KubernetesWriteRoleRequest.ts b/src/models/KubernetesWriteRoleRequest.ts index 40ff2a8..2ab39a4 100644 --- a/src/models/KubernetesWriteRoleRequest.ts +++ b/src/models/KubernetesWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2ConfigureRequest.ts b/src/models/KvV2ConfigureRequest.ts index 9103361..9f01139 100644 --- a/src/models/KvV2ConfigureRequest.ts +++ b/src/models/KvV2ConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2DeleteVersionsRequest.ts b/src/models/KvV2DeleteVersionsRequest.ts index 675ed81..251141a 100644 --- a/src/models/KvV2DeleteVersionsRequest.ts +++ b/src/models/KvV2DeleteVersionsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2DestroyVersionsRequest.ts b/src/models/KvV2DestroyVersionsRequest.ts index 450117d..ec930cd 100644 --- a/src/models/KvV2DestroyVersionsRequest.ts +++ b/src/models/KvV2DestroyVersionsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2PatchMetadataPathRequest.ts b/src/models/KvV2PatchMetadataPathRequest.ts index b0e91e7..615cc8e 100644 --- a/src/models/KvV2PatchMetadataPathRequest.ts +++ b/src/models/KvV2PatchMetadataPathRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2PatchRequest.ts b/src/models/KvV2PatchRequest.ts index d676283..1a1da5b 100644 --- a/src/models/KvV2PatchRequest.ts +++ b/src/models/KvV2PatchRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2PatchResponse.ts b/src/models/KvV2PatchResponse.ts index b4fcfad..1b796c7 100644 --- a/src/models/KvV2PatchResponse.ts +++ b/src/models/KvV2PatchResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2ReadConfigurationResponse.ts b/src/models/KvV2ReadConfigurationResponse.ts index 9a4c752..950870d 100644 --- a/src/models/KvV2ReadConfigurationResponse.ts +++ b/src/models/KvV2ReadConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2ReadMetadataResponse.ts b/src/models/KvV2ReadMetadataResponse.ts index 0529774..cda4269 100644 --- a/src/models/KvV2ReadMetadataResponse.ts +++ b/src/models/KvV2ReadMetadataResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2ReadResponse.ts b/src/models/KvV2ReadResponse.ts index 501ba62..052963b 100644 --- a/src/models/KvV2ReadResponse.ts +++ b/src/models/KvV2ReadResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2ReadSubkeysResponse.ts b/src/models/KvV2ReadSubkeysResponse.ts index b43ec0d..0d45472 100644 --- a/src/models/KvV2ReadSubkeysResponse.ts +++ b/src/models/KvV2ReadSubkeysResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2UndeleteVersionsRequest.ts b/src/models/KvV2UndeleteVersionsRequest.ts index 79c71c4..ced410f 100644 --- a/src/models/KvV2UndeleteVersionsRequest.ts +++ b/src/models/KvV2UndeleteVersionsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2WriteMetadataRequest.ts b/src/models/KvV2WriteMetadataRequest.ts index 00314ae..cb7f822 100644 --- a/src/models/KvV2WriteMetadataRequest.ts +++ b/src/models/KvV2WriteMetadataRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2WriteRequest.ts b/src/models/KvV2WriteRequest.ts index 3f77b2c..7d7d955 100644 --- a/src/models/KvV2WriteRequest.ts +++ b/src/models/KvV2WriteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/KvV2WriteResponse.ts b/src/models/KvV2WriteResponse.ts index 2de8af9..9898c25 100644 --- a/src/models/KvV2WriteResponse.ts +++ b/src/models/KvV2WriteResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapConfigureAuthRequest.ts b/src/models/LdapConfigureAuthRequest.ts index 67ea90d..6e00ce5 100644 --- a/src/models/LdapConfigureAuthRequest.ts +++ b/src/models/LdapConfigureAuthRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapConfigureRequest.ts b/src/models/LdapConfigureRequest.ts index 98f50e8..819db3f 100644 --- a/src/models/LdapConfigureRequest.ts +++ b/src/models/LdapConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapLibraryCheckInRequest.ts b/src/models/LdapLibraryCheckInRequest.ts index 586e6d6..ff422be 100644 --- a/src/models/LdapLibraryCheckInRequest.ts +++ b/src/models/LdapLibraryCheckInRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapLibraryCheckOutRequest.ts b/src/models/LdapLibraryCheckOutRequest.ts index 560ed80..026c362 100644 --- a/src/models/LdapLibraryCheckOutRequest.ts +++ b/src/models/LdapLibraryCheckOutRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapLibraryConfigureRequest.ts b/src/models/LdapLibraryConfigureRequest.ts index 597aff3..39b4af8 100644 --- a/src/models/LdapLibraryConfigureRequest.ts +++ b/src/models/LdapLibraryConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapLibraryForceCheckInRequest.ts b/src/models/LdapLibraryForceCheckInRequest.ts index c23757b..b99d1e6 100644 --- a/src/models/LdapLibraryForceCheckInRequest.ts +++ b/src/models/LdapLibraryForceCheckInRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapLoginRequest.ts b/src/models/LdapLoginRequest.ts index 826f863..cb4c458 100644 --- a/src/models/LdapLoginRequest.ts +++ b/src/models/LdapLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapMigrateRequest.ts b/src/models/LdapMigrateRequest.ts index 208b23b..1074ee1 100644 --- a/src/models/LdapMigrateRequest.ts +++ b/src/models/LdapMigrateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapRotateStaticRoleRequest.ts b/src/models/LdapRotateStaticRoleRequest.ts index 1ca53e7..3ccc9b5 100644 --- a/src/models/LdapRotateStaticRoleRequest.ts +++ b/src/models/LdapRotateStaticRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapWriteDynamicRoleRequest.ts b/src/models/LdapWriteDynamicRoleRequest.ts index 454b5ee..020326e 100644 --- a/src/models/LdapWriteDynamicRoleRequest.ts +++ b/src/models/LdapWriteDynamicRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapWriteGroupRequest.ts b/src/models/LdapWriteGroupRequest.ts index a6914e7..ac04bf3 100644 --- a/src/models/LdapWriteGroupRequest.ts +++ b/src/models/LdapWriteGroupRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapWriteStaticRoleRequest.ts b/src/models/LdapWriteStaticRoleRequest.ts index a119497..616eca8 100644 --- a/src/models/LdapWriteStaticRoleRequest.ts +++ b/src/models/LdapWriteStaticRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LdapWriteUserRequest.ts b/src/models/LdapWriteUserRequest.ts index 74985cd..f48c6b0 100644 --- a/src/models/LdapWriteUserRequest.ts +++ b/src/models/LdapWriteUserRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeaderStatusResponse.ts b/src/models/LeaderStatusResponse.ts index d52dc84..c0f6ffa 100644 --- a/src/models/LeaderStatusResponse.ts +++ b/src/models/LeaderStatusResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesCountResponse.ts b/src/models/LeasesCountResponse.ts index d7c5a49..46b0cfb 100644 --- a/src/models/LeasesCountResponse.ts +++ b/src/models/LeasesCountResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesListResponse.ts b/src/models/LeasesListResponse.ts index f46c9d5..ac3252a 100644 --- a/src/models/LeasesListResponse.ts +++ b/src/models/LeasesListResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesLookUpResponse.ts b/src/models/LeasesLookUpResponse.ts index 91ffdb5..4ddceb4 100644 --- a/src/models/LeasesLookUpResponse.ts +++ b/src/models/LeasesLookUpResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesReadLeaseRequest.ts b/src/models/LeasesReadLeaseRequest.ts index 289ebac..c7a9294 100644 --- a/src/models/LeasesReadLeaseRequest.ts +++ b/src/models/LeasesReadLeaseRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesReadLeaseResponse.ts b/src/models/LeasesReadLeaseResponse.ts index a6eeff7..4271cbe 100644 --- a/src/models/LeasesReadLeaseResponse.ts +++ b/src/models/LeasesReadLeaseResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRenewLease2Request.ts b/src/models/LeasesRenewLease2Request.ts index 93e3e6f..cadb74a 100644 --- a/src/models/LeasesRenewLease2Request.ts +++ b/src/models/LeasesRenewLease2Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRenewLeaseRequest.ts b/src/models/LeasesRenewLeaseRequest.ts index 2558c1d..580543f 100644 --- a/src/models/LeasesRenewLeaseRequest.ts +++ b/src/models/LeasesRenewLeaseRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRenewLeaseWithId2Request.ts b/src/models/LeasesRenewLeaseWithId2Request.ts index 801819c..c332fef 100644 --- a/src/models/LeasesRenewLeaseWithId2Request.ts +++ b/src/models/LeasesRenewLeaseWithId2Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRenewLeaseWithIdRequest.ts b/src/models/LeasesRenewLeaseWithIdRequest.ts index 8f93bdc..fe16f71 100644 --- a/src/models/LeasesRenewLeaseWithIdRequest.ts +++ b/src/models/LeasesRenewLeaseWithIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRevokeLease2Request.ts b/src/models/LeasesRevokeLease2Request.ts index e55aa2b..66ec182 100644 --- a/src/models/LeasesRevokeLease2Request.ts +++ b/src/models/LeasesRevokeLease2Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRevokeLeaseRequest.ts b/src/models/LeasesRevokeLeaseRequest.ts index 0145aca..8f0b215 100644 --- a/src/models/LeasesRevokeLeaseRequest.ts +++ b/src/models/LeasesRevokeLeaseRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRevokeLeaseWithId2Request.ts b/src/models/LeasesRevokeLeaseWithId2Request.ts index faf09db..e565e4b 100644 --- a/src/models/LeasesRevokeLeaseWithId2Request.ts +++ b/src/models/LeasesRevokeLeaseWithId2Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRevokeLeaseWithIdRequest.ts b/src/models/LeasesRevokeLeaseWithIdRequest.ts index 3a87a40..e906488 100644 --- a/src/models/LeasesRevokeLeaseWithIdRequest.ts +++ b/src/models/LeasesRevokeLeaseWithIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRevokeLeaseWithPrefix2Request.ts b/src/models/LeasesRevokeLeaseWithPrefix2Request.ts index e89c353..5dec102 100644 --- a/src/models/LeasesRevokeLeaseWithPrefix2Request.ts +++ b/src/models/LeasesRevokeLeaseWithPrefix2Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LeasesRevokeLeaseWithPrefixRequest.ts b/src/models/LeasesRevokeLeaseWithPrefixRequest.ts index 485bfc8..8db3314 100644 --- a/src/models/LeasesRevokeLeaseWithPrefixRequest.ts +++ b/src/models/LeasesRevokeLeaseWithPrefixRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LoggersUpdateVerbosityLevelForRequest.ts b/src/models/LoggersUpdateVerbosityLevelForRequest.ts index f8bb8d7..54cdf8e 100644 --- a/src/models/LoggersUpdateVerbosityLevelForRequest.ts +++ b/src/models/LoggersUpdateVerbosityLevelForRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/LoggersUpdateVerbosityLevelRequest.ts b/src/models/LoggersUpdateVerbosityLevelRequest.ts index 9425ad4..2e976f3 100644 --- a/src/models/LoggersUpdateVerbosityLevelRequest.ts +++ b/src/models/LoggersUpdateVerbosityLevelRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaAdminDestroyTotpSecretRequest.ts b/src/models/MfaAdminDestroyTotpSecretRequest.ts index 9db8d5a..55560cb 100644 --- a/src/models/MfaAdminDestroyTotpSecretRequest.ts +++ b/src/models/MfaAdminDestroyTotpSecretRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaAdminGenerateTotpSecretRequest.ts b/src/models/MfaAdminGenerateTotpSecretRequest.ts index 66d2096..8ed0741 100644 --- a/src/models/MfaAdminGenerateTotpSecretRequest.ts +++ b/src/models/MfaAdminGenerateTotpSecretRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaCreateDuoMethodRequest.ts b/src/models/MfaCreateDuoMethodRequest.ts index b3af279..876268f 100644 --- a/src/models/MfaCreateDuoMethodRequest.ts +++ b/src/models/MfaCreateDuoMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaCreateOktaMethodRequest.ts b/src/models/MfaCreateOktaMethodRequest.ts index 914a20f..3818b7f 100644 --- a/src/models/MfaCreateOktaMethodRequest.ts +++ b/src/models/MfaCreateOktaMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaCreatePingIdMethodRequest.ts b/src/models/MfaCreatePingIdMethodRequest.ts index 209155e..b1d96e8 100644 --- a/src/models/MfaCreatePingIdMethodRequest.ts +++ b/src/models/MfaCreatePingIdMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaCreateTotpMethodRequest.ts b/src/models/MfaCreateTotpMethodRequest.ts index d91df71..ec2012f 100644 --- a/src/models/MfaCreateTotpMethodRequest.ts +++ b/src/models/MfaCreateTotpMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaGenerateTotpSecretRequest.ts b/src/models/MfaGenerateTotpSecretRequest.ts index 54af9d1..7b5a0b3 100644 --- a/src/models/MfaGenerateTotpSecretRequest.ts +++ b/src/models/MfaGenerateTotpSecretRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaListLoginEnforcementsResponse.ts b/src/models/MfaListLoginEnforcementsResponse.ts index 0a9ae4f..3eb25f5 100644 --- a/src/models/MfaListLoginEnforcementsResponse.ts +++ b/src/models/MfaListLoginEnforcementsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaListMethodsResponse.ts b/src/models/MfaListMethodsResponse.ts index f55cbbe..963c329 100644 --- a/src/models/MfaListMethodsResponse.ts +++ b/src/models/MfaListMethodsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaSelfEnrollRequest.ts b/src/models/MfaSelfEnrollRequest.ts index 316602c..74eb444 100644 --- a/src/models/MfaSelfEnrollRequest.ts +++ b/src/models/MfaSelfEnrollRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaUpdateDuoMethodRequest.ts b/src/models/MfaUpdateDuoMethodRequest.ts index b3a2b9e..f45ae31 100644 --- a/src/models/MfaUpdateDuoMethodRequest.ts +++ b/src/models/MfaUpdateDuoMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaUpdateOktaMethodRequest.ts b/src/models/MfaUpdateOktaMethodRequest.ts index 9fbd889..bf3e6a8 100644 --- a/src/models/MfaUpdateOktaMethodRequest.ts +++ b/src/models/MfaUpdateOktaMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaUpdatePingIdMethodRequest.ts b/src/models/MfaUpdatePingIdMethodRequest.ts index 9571293..cdb6d3e 100644 --- a/src/models/MfaUpdatePingIdMethodRequest.ts +++ b/src/models/MfaUpdatePingIdMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaUpdateTotpMethodRequest.ts b/src/models/MfaUpdateTotpMethodRequest.ts index 8cef2b2..b3e9609 100644 --- a/src/models/MfaUpdateTotpMethodRequest.ts +++ b/src/models/MfaUpdateTotpMethodRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaValidateRequest.ts b/src/models/MfaValidateRequest.ts index e895594..19c3660 100644 --- a/src/models/MfaValidateRequest.ts +++ b/src/models/MfaValidateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MfaWriteLoginEnforcementRequest.ts b/src/models/MfaWriteLoginEnforcementRequest.ts index ff26a94..9b223dc 100644 --- a/src/models/MfaWriteLoginEnforcementRequest.ts +++ b/src/models/MfaWriteLoginEnforcementRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MongoDbAtlasConfigureRequest.ts b/src/models/MongoDbAtlasConfigureRequest.ts index da5adcf..d0b74c4 100644 --- a/src/models/MongoDbAtlasConfigureRequest.ts +++ b/src/models/MongoDbAtlasConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MongoDbAtlasWriteRoleRequest.ts b/src/models/MongoDbAtlasWriteRoleRequest.ts index e275816..1973a59 100644 --- a/src/models/MongoDbAtlasWriteRoleRequest.ts +++ b/src/models/MongoDbAtlasWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MountsAuthReadTuningInformationResponse.ts b/src/models/MountsAuthReadTuningInformationResponse.ts index 4d298d9..7de1400 100644 --- a/src/models/MountsAuthReadTuningInformationResponse.ts +++ b/src/models/MountsAuthReadTuningInformationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MountsAuthTuneConfigurationParametersRequest.ts b/src/models/MountsAuthTuneConfigurationParametersRequest.ts index 342eee4..9012d20 100644 --- a/src/models/MountsAuthTuneConfigurationParametersRequest.ts +++ b/src/models/MountsAuthTuneConfigurationParametersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MountsEnableSecretsEngineRequest.ts b/src/models/MountsEnableSecretsEngineRequest.ts index 4a2b3a0..90b709a 100644 --- a/src/models/MountsEnableSecretsEngineRequest.ts +++ b/src/models/MountsEnableSecretsEngineRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MountsReadConfigurationResponse.ts b/src/models/MountsReadConfigurationResponse.ts index d59449c..98711b8 100644 --- a/src/models/MountsReadConfigurationResponse.ts +++ b/src/models/MountsReadConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MountsReadTuningInformationResponse.ts b/src/models/MountsReadTuningInformationResponse.ts index 30822df..0b52acd 100644 --- a/src/models/MountsReadTuningInformationResponse.ts +++ b/src/models/MountsReadTuningInformationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/MountsTuneConfigurationParametersRequest.ts b/src/models/MountsTuneConfigurationParametersRequest.ts index 77b7ff6..bf6d704 100644 --- a/src/models/MountsTuneConfigurationParametersRequest.ts +++ b/src/models/MountsTuneConfigurationParametersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/NomadConfigureAccessRequest.ts b/src/models/NomadConfigureAccessRequest.ts index 424bc72..fa4cd4c 100644 --- a/src/models/NomadConfigureAccessRequest.ts +++ b/src/models/NomadConfigureAccessRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/NomadConfigureLeaseRequest.ts b/src/models/NomadConfigureLeaseRequest.ts index e1d2c93..ca1a324 100644 --- a/src/models/NomadConfigureLeaseRequest.ts +++ b/src/models/NomadConfigureLeaseRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/NomadWriteRoleRequest.ts b/src/models/NomadWriteRoleRequest.ts index e148b46..2f23140 100644 --- a/src/models/NomadWriteRoleRequest.ts +++ b/src/models/NomadWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OauthResourceServerAuthorizationDetailsTypesListResponse.ts b/src/models/OauthResourceServerAuthorizationDetailsTypesListResponse.ts index 47346bc..2eb7a76 100644 --- a/src/models/OauthResourceServerAuthorizationDetailsTypesListResponse.ts +++ b/src/models/OauthResourceServerAuthorizationDetailsTypesListResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OauthResourceServerAuthorizationDetailsTypesReadResponse.ts b/src/models/OauthResourceServerAuthorizationDetailsTypesReadResponse.ts index 07efe69..84a2a97 100644 --- a/src/models/OauthResourceServerAuthorizationDetailsTypesReadResponse.ts +++ b/src/models/OauthResourceServerAuthorizationDetailsTypesReadResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OauthResourceServerAuthorizationDetailsTypesReadSchemaResponse.ts b/src/models/OauthResourceServerAuthorizationDetailsTypesReadSchemaResponse.ts index 6edd701..beef680 100644 --- a/src/models/OauthResourceServerAuthorizationDetailsTypesReadSchemaResponse.ts +++ b/src/models/OauthResourceServerAuthorizationDetailsTypesReadSchemaResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OauthResourceServerListProfilesResponse.ts b/src/models/OauthResourceServerListProfilesResponse.ts index a2b62f0..5db69ae 100644 --- a/src/models/OauthResourceServerListProfilesResponse.ts +++ b/src/models/OauthResourceServerListProfilesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OauthResourceServerProtectedResourceMetadataReadResponse.ts b/src/models/OauthResourceServerProtectedResourceMetadataReadResponse.ts index 5191ab8..22978e0 100644 --- a/src/models/OauthResourceServerProtectedResourceMetadataReadResponse.ts +++ b/src/models/OauthResourceServerProtectedResourceMetadataReadResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OauthResourceServerReadProfileByIdResponse.ts b/src/models/OauthResourceServerReadProfileByIdResponse.ts index f71aef6..f0b925a 100644 --- a/src/models/OauthResourceServerReadProfileByIdResponse.ts +++ b/src/models/OauthResourceServerReadProfileByIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OauthResourceServerReadProfileResponse.ts b/src/models/OauthResourceServerReadProfileResponse.ts index d0e5a07..933152a 100644 --- a/src/models/OauthResourceServerReadProfileResponse.ts +++ b/src/models/OauthResourceServerReadProfileResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OauthResourceServerUpdateProfileRequest.ts b/src/models/OauthResourceServerUpdateProfileRequest.ts index 14891af..9c2d26d 100644 --- a/src/models/OauthResourceServerUpdateProfileRequest.ts +++ b/src/models/OauthResourceServerUpdateProfileRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OciConfigureRequest.ts b/src/models/OciConfigureRequest.ts index 894a2f7..711b15c 100644 --- a/src/models/OciConfigureRequest.ts +++ b/src/models/OciConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OciLoginRequest.ts b/src/models/OciLoginRequest.ts index 7a246f6..c80918a 100644 --- a/src/models/OciLoginRequest.ts +++ b/src/models/OciLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OciWriteRoleRequest.ts b/src/models/OciWriteRoleRequest.ts index 2b858d7..aeca812 100644 --- a/src/models/OciWriteRoleRequest.ts +++ b/src/models/OciWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcConfigureRequest.ts b/src/models/OidcConfigureRequest.ts index b54764a..b906f92 100644 --- a/src/models/OidcConfigureRequest.ts +++ b/src/models/OidcConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcIntrospectRequest.ts b/src/models/OidcIntrospectRequest.ts index 46315c2..5f668a8 100644 --- a/src/models/OidcIntrospectRequest.ts +++ b/src/models/OidcIntrospectRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcListClientsResponse.ts b/src/models/OidcListClientsResponse.ts index c699099..77cce70 100644 --- a/src/models/OidcListClientsResponse.ts +++ b/src/models/OidcListClientsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcListProvidersResponse.ts b/src/models/OidcListProvidersResponse.ts index 7b08e99..39bd3b9 100644 --- a/src/models/OidcListProvidersResponse.ts +++ b/src/models/OidcListProvidersResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcProviderAuthorizeWithParametersRequest.ts b/src/models/OidcProviderAuthorizeWithParametersRequest.ts index 9c5308e..b39c32b 100644 --- a/src/models/OidcProviderAuthorizeWithParametersRequest.ts +++ b/src/models/OidcProviderAuthorizeWithParametersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcProviderTokenRequest.ts b/src/models/OidcProviderTokenRequest.ts index e59a4c3..653cb49 100644 --- a/src/models/OidcProviderTokenRequest.ts +++ b/src/models/OidcProviderTokenRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcRotateKeyRequest.ts b/src/models/OidcRotateKeyRequest.ts index 8db9999..865f45f 100644 --- a/src/models/OidcRotateKeyRequest.ts +++ b/src/models/OidcRotateKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcWriteAssignmentRequest.ts b/src/models/OidcWriteAssignmentRequest.ts index 6f5930c..f41c044 100644 --- a/src/models/OidcWriteAssignmentRequest.ts +++ b/src/models/OidcWriteAssignmentRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcWriteClientRequest.ts b/src/models/OidcWriteClientRequest.ts index 2d4844f..2ff3080 100644 --- a/src/models/OidcWriteClientRequest.ts +++ b/src/models/OidcWriteClientRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcWriteKeyRequest.ts b/src/models/OidcWriteKeyRequest.ts index da9d5a0..62db436 100644 --- a/src/models/OidcWriteKeyRequest.ts +++ b/src/models/OidcWriteKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcWriteProviderRequest.ts b/src/models/OidcWriteProviderRequest.ts index e2b8ae1..1cb3588 100644 --- a/src/models/OidcWriteProviderRequest.ts +++ b/src/models/OidcWriteProviderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcWriteRoleRequest.ts b/src/models/OidcWriteRoleRequest.ts index 84a1850..cd84743 100644 --- a/src/models/OidcWriteRoleRequest.ts +++ b/src/models/OidcWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OidcWriteScopeRequest.ts b/src/models/OidcWriteScopeRequest.ts index 27bfb49..022cd0a 100644 --- a/src/models/OidcWriteScopeRequest.ts +++ b/src/models/OidcWriteScopeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OktaConfigureRequest.ts b/src/models/OktaConfigureRequest.ts index ff972e5..c2ca4ea 100644 --- a/src/models/OktaConfigureRequest.ts +++ b/src/models/OktaConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OktaLoginRequest.ts b/src/models/OktaLoginRequest.ts index 2b129af..0efd9e4 100644 --- a/src/models/OktaLoginRequest.ts +++ b/src/models/OktaLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OktaWriteGroupRequest.ts b/src/models/OktaWriteGroupRequest.ts index 11f4d65..bf3f446 100644 --- a/src/models/OktaWriteGroupRequest.ts +++ b/src/models/OktaWriteGroupRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/OktaWriteUserRequest.ts b/src/models/OktaWriteUserRequest.ts index 03f2708..639ca73 100644 --- a/src/models/OktaWriteUserRequest.ts +++ b/src/models/OktaWriteUserRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PatchRequest.ts b/src/models/PatchRequest.ts index 37c92b1..b1fe4b1 100644 --- a/src/models/PatchRequest.ts +++ b/src/models/PatchRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PersonaCreateRequest.ts b/src/models/PersonaCreateRequest.ts index 7ca7423..76c96de 100644 --- a/src/models/PersonaCreateRequest.ts +++ b/src/models/PersonaCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PersonaUpdateByIdRequest.ts b/src/models/PersonaUpdateByIdRequest.ts index beaac15..8261ba1 100644 --- a/src/models/PersonaUpdateByIdRequest.ts +++ b/src/models/PersonaUpdateByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureAcmeRequest.ts b/src/models/PkiConfigureAcmeRequest.ts index efac76e..83f4e9f 100644 --- a/src/models/PkiConfigureAcmeRequest.ts +++ b/src/models/PkiConfigureAcmeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureAutoTidyRequest.ts b/src/models/PkiConfigureAutoTidyRequest.ts index 8f3acd7..db7908b 100644 --- a/src/models/PkiConfigureAutoTidyRequest.ts +++ b/src/models/PkiConfigureAutoTidyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureAutoTidyResponse.ts b/src/models/PkiConfigureAutoTidyResponse.ts index 9031d36..ddb8f4b 100644 --- a/src/models/PkiConfigureAutoTidyResponse.ts +++ b/src/models/PkiConfigureAutoTidyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureCaRequest.ts b/src/models/PkiConfigureCaRequest.ts index d622307..9f4edad 100644 --- a/src/models/PkiConfigureCaRequest.ts +++ b/src/models/PkiConfigureCaRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureCaResponse.ts b/src/models/PkiConfigureCaResponse.ts index f1e67b7..4d44f8c 100644 --- a/src/models/PkiConfigureCaResponse.ts +++ b/src/models/PkiConfigureCaResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureClusterRequest.ts b/src/models/PkiConfigureClusterRequest.ts index f3a9341..6099b39 100644 --- a/src/models/PkiConfigureClusterRequest.ts +++ b/src/models/PkiConfigureClusterRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureClusterResponse.ts b/src/models/PkiConfigureClusterResponse.ts index 2298e82..f2c4820 100644 --- a/src/models/PkiConfigureClusterResponse.ts +++ b/src/models/PkiConfigureClusterResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureCmpRequest.ts b/src/models/PkiConfigureCmpRequest.ts index a85bb21..331afa3 100644 --- a/src/models/PkiConfigureCmpRequest.ts +++ b/src/models/PkiConfigureCmpRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureCrlRequest.ts b/src/models/PkiConfigureCrlRequest.ts index 38534cc..2095ccc 100644 --- a/src/models/PkiConfigureCrlRequest.ts +++ b/src/models/PkiConfigureCrlRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureCrlResponse.ts b/src/models/PkiConfigureCrlResponse.ts index cd5841b..290ee83 100644 --- a/src/models/PkiConfigureCrlResponse.ts +++ b/src/models/PkiConfigureCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureEstRequest.ts b/src/models/PkiConfigureEstRequest.ts index 905916d..8d4f563 100644 --- a/src/models/PkiConfigureEstRequest.ts +++ b/src/models/PkiConfigureEstRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureExternalPolicyRequest.ts b/src/models/PkiConfigureExternalPolicyRequest.ts index c2ef6e2..055fa8b 100644 --- a/src/models/PkiConfigureExternalPolicyRequest.ts +++ b/src/models/PkiConfigureExternalPolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureExternalPolicyResponse.ts b/src/models/PkiConfigureExternalPolicyResponse.ts index 53d7e0e..4299058 100644 --- a/src/models/PkiConfigureExternalPolicyResponse.ts +++ b/src/models/PkiConfigureExternalPolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureIssuersRequest.ts b/src/models/PkiConfigureIssuersRequest.ts index fa9321a..da9dd63 100644 --- a/src/models/PkiConfigureIssuersRequest.ts +++ b/src/models/PkiConfigureIssuersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureIssuersResponse.ts b/src/models/PkiConfigureIssuersResponse.ts index 7d13bc6..cb87105 100644 --- a/src/models/PkiConfigureIssuersResponse.ts +++ b/src/models/PkiConfigureIssuersResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureKeysRequest.ts b/src/models/PkiConfigureKeysRequest.ts index 0509361..7a646ae 100644 --- a/src/models/PkiConfigureKeysRequest.ts +++ b/src/models/PkiConfigureKeysRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureKeysResponse.ts b/src/models/PkiConfigureKeysResponse.ts index f70a926..7617988 100644 --- a/src/models/PkiConfigureKeysResponse.ts +++ b/src/models/PkiConfigureKeysResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureScepRequest.ts b/src/models/PkiConfigureScepRequest.ts index c6ceffd..adc73c1 100644 --- a/src/models/PkiConfigureScepRequest.ts +++ b/src/models/PkiConfigureScepRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureUrlsRequest.ts b/src/models/PkiConfigureUrlsRequest.ts index 6cbfc76..4fc404a 100644 --- a/src/models/PkiConfigureUrlsRequest.ts +++ b/src/models/PkiConfigureUrlsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiConfigureUrlsResponse.ts b/src/models/PkiConfigureUrlsResponse.ts index 20af4ac..6a80838 100644 --- a/src/models/PkiConfigureUrlsResponse.ts +++ b/src/models/PkiConfigureUrlsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiCrossSignIntermediateRequest.ts b/src/models/PkiCrossSignIntermediateRequest.ts index de53c61..8fb8fdf 100644 --- a/src/models/PkiCrossSignIntermediateRequest.ts +++ b/src/models/PkiCrossSignIntermediateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiCrossSignIntermediateResponse.ts b/src/models/PkiCrossSignIntermediateResponse.ts index b7a1587..ad93b08 100644 --- a/src/models/PkiCrossSignIntermediateResponse.ts +++ b/src/models/PkiCrossSignIntermediateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaCreateConfigAcmeAccountImportRequest.ts b/src/models/PkiExternalCaCreateConfigAcmeAccountImportRequest.ts index 8321b60..734e6d4 100644 --- a/src/models/PkiExternalCaCreateConfigAcmeAccountImportRequest.ts +++ b/src/models/PkiExternalCaCreateConfigAcmeAccountImportRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaCreateConfigAcmeAccountImportResponse.ts b/src/models/PkiExternalCaCreateConfigAcmeAccountImportResponse.ts index 68ab095..bfb8cfc 100644 --- a/src/models/PkiExternalCaCreateConfigAcmeAccountImportResponse.ts +++ b/src/models/PkiExternalCaCreateConfigAcmeAccountImportResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaListConfigDnsResponse.ts b/src/models/PkiExternalCaListConfigDnsResponse.ts index 2443293..17fde63 100644 --- a/src/models/PkiExternalCaListConfigDnsResponse.ts +++ b/src/models/PkiExternalCaListConfigDnsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaListLookupOrdersRecentResponse.ts b/src/models/PkiExternalCaListLookupOrdersRecentResponse.ts index 4cdd57f..f59756d 100644 --- a/src/models/PkiExternalCaListLookupOrdersRecentResponse.ts +++ b/src/models/PkiExternalCaListLookupOrdersRecentResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadConfigAcmeAccountResponse.ts b/src/models/PkiExternalCaReadConfigAcmeAccountResponse.ts index d1fe6b7..142d5f6 100644 --- a/src/models/PkiExternalCaReadConfigAcmeAccountResponse.ts +++ b/src/models/PkiExternalCaReadConfigAcmeAccountResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadConfigDnsAwsRoute53Response.ts b/src/models/PkiExternalCaReadConfigDnsAwsRoute53Response.ts index f111ca6..f32a81d 100644 --- a/src/models/PkiExternalCaReadConfigDnsAwsRoute53Response.ts +++ b/src/models/PkiExternalCaReadConfigDnsAwsRoute53Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadConfigDnsAzureDnsResponse.ts b/src/models/PkiExternalCaReadConfigDnsAzureDnsResponse.ts index 2496788..dcd8b80 100644 --- a/src/models/PkiExternalCaReadConfigDnsAzureDnsResponse.ts +++ b/src/models/PkiExternalCaReadConfigDnsAzureDnsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadConfigDnsGoogleCloudDnsResponse.ts b/src/models/PkiExternalCaReadConfigDnsGoogleCloudDnsResponse.ts index 2148b23..452908d 100644 --- a/src/models/PkiExternalCaReadConfigDnsGoogleCloudDnsResponse.ts +++ b/src/models/PkiExternalCaReadConfigDnsGoogleCloudDnsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadConfigDnsRfc2136Response.ts b/src/models/PkiExternalCaReadConfigDnsRfc2136Response.ts index 489027b..8e217ec 100644 --- a/src/models/PkiExternalCaReadConfigDnsRfc2136Response.ts +++ b/src/models/PkiExternalCaReadConfigDnsRfc2136Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadLookupCertResponse.ts b/src/models/PkiExternalCaReadLookupCertResponse.ts index 18cb719..d9fefbd 100644 --- a/src/models/PkiExternalCaReadLookupCertResponse.ts +++ b/src/models/PkiExternalCaReadLookupCertResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadLookupOrderResponse.ts b/src/models/PkiExternalCaReadLookupOrderResponse.ts index 37ef6a6..48c9f60 100644 --- a/src/models/PkiExternalCaReadLookupOrderResponse.ts +++ b/src/models/PkiExternalCaReadLookupOrderResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadRoleCachedResponse.ts b/src/models/PkiExternalCaReadRoleCachedResponse.ts index 197848d..569c756 100644 --- a/src/models/PkiExternalCaReadRoleCachedResponse.ts +++ b/src/models/PkiExternalCaReadRoleCachedResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadRoleOrderChallengeResponse.ts b/src/models/PkiExternalCaReadRoleOrderChallengeResponse.ts index f50278f..6d27a69 100644 --- a/src/models/PkiExternalCaReadRoleOrderChallengeResponse.ts +++ b/src/models/PkiExternalCaReadRoleOrderChallengeResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadRoleOrderFetchCertResponse.ts b/src/models/PkiExternalCaReadRoleOrderFetchCertResponse.ts index 151526d..4307d6f 100644 --- a/src/models/PkiExternalCaReadRoleOrderFetchCertResponse.ts +++ b/src/models/PkiExternalCaReadRoleOrderFetchCertResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadRoleOrderStatusResponse.ts b/src/models/PkiExternalCaReadRoleOrderStatusResponse.ts index c43fa00..9b2a72a 100644 --- a/src/models/PkiExternalCaReadRoleOrderStatusResponse.ts +++ b/src/models/PkiExternalCaReadRoleOrderStatusResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaReadRoleResponse.ts b/src/models/PkiExternalCaReadRoleResponse.ts index d07b65e..5d2127b 100644 --- a/src/models/PkiExternalCaReadRoleResponse.ts +++ b/src/models/PkiExternalCaReadRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigAcmeAccountRequest.ts b/src/models/PkiExternalCaWriteConfigAcmeAccountRequest.ts index 6dc10dc..8dd4287 100644 --- a/src/models/PkiExternalCaWriteConfigAcmeAccountRequest.ts +++ b/src/models/PkiExternalCaWriteConfigAcmeAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigAcmeAccountResponse.ts b/src/models/PkiExternalCaWriteConfigAcmeAccountResponse.ts index 9e08d5a..d178864 100644 --- a/src/models/PkiExternalCaWriteConfigAcmeAccountResponse.ts +++ b/src/models/PkiExternalCaWriteConfigAcmeAccountResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigAcmeAccountRotateKeyRequest.ts b/src/models/PkiExternalCaWriteConfigAcmeAccountRotateKeyRequest.ts index eb508bb..3da8a92 100644 --- a/src/models/PkiExternalCaWriteConfigAcmeAccountRotateKeyRequest.ts +++ b/src/models/PkiExternalCaWriteConfigAcmeAccountRotateKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigDnsAwsRoute53Request.ts b/src/models/PkiExternalCaWriteConfigDnsAwsRoute53Request.ts index 2d5ad2a..30fa12a 100644 --- a/src/models/PkiExternalCaWriteConfigDnsAwsRoute53Request.ts +++ b/src/models/PkiExternalCaWriteConfigDnsAwsRoute53Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigDnsAwsRoute53Response.ts b/src/models/PkiExternalCaWriteConfigDnsAwsRoute53Response.ts index 29d723e..6d29b2b 100644 --- a/src/models/PkiExternalCaWriteConfigDnsAwsRoute53Response.ts +++ b/src/models/PkiExternalCaWriteConfigDnsAwsRoute53Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigDnsAzureDnsRequest.ts b/src/models/PkiExternalCaWriteConfigDnsAzureDnsRequest.ts index 85558dc..32de9a9 100644 --- a/src/models/PkiExternalCaWriteConfigDnsAzureDnsRequest.ts +++ b/src/models/PkiExternalCaWriteConfigDnsAzureDnsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigDnsAzureDnsResponse.ts b/src/models/PkiExternalCaWriteConfigDnsAzureDnsResponse.ts index 2b68450..b896731 100644 --- a/src/models/PkiExternalCaWriteConfigDnsAzureDnsResponse.ts +++ b/src/models/PkiExternalCaWriteConfigDnsAzureDnsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigDnsGoogleCloudDnsRequest.ts b/src/models/PkiExternalCaWriteConfigDnsGoogleCloudDnsRequest.ts index ee657b9..3686335 100644 --- a/src/models/PkiExternalCaWriteConfigDnsGoogleCloudDnsRequest.ts +++ b/src/models/PkiExternalCaWriteConfigDnsGoogleCloudDnsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigDnsGoogleCloudDnsResponse.ts b/src/models/PkiExternalCaWriteConfigDnsGoogleCloudDnsResponse.ts index d237697..2bc9e6c 100644 --- a/src/models/PkiExternalCaWriteConfigDnsGoogleCloudDnsResponse.ts +++ b/src/models/PkiExternalCaWriteConfigDnsGoogleCloudDnsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigDnsRfc2136Request.ts b/src/models/PkiExternalCaWriteConfigDnsRfc2136Request.ts index 5fe7610..7c2c88f 100644 --- a/src/models/PkiExternalCaWriteConfigDnsRfc2136Request.ts +++ b/src/models/PkiExternalCaWriteConfigDnsRfc2136Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteConfigDnsRfc2136Response.ts b/src/models/PkiExternalCaWriteConfigDnsRfc2136Response.ts index b20e546..f441946 100644 --- a/src/models/PkiExternalCaWriteConfigDnsRfc2136Response.ts +++ b/src/models/PkiExternalCaWriteConfigDnsRfc2136Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteDnsTestWorkflowRequest.ts b/src/models/PkiExternalCaWriteDnsTestWorkflowRequest.ts index 80b0479..64d97c6 100644 --- a/src/models/PkiExternalCaWriteDnsTestWorkflowRequest.ts +++ b/src/models/PkiExternalCaWriteDnsTestWorkflowRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteDnsTestWorkflowResponse.ts b/src/models/PkiExternalCaWriteDnsTestWorkflowResponse.ts index 502d22f..7a7b99b 100644 --- a/src/models/PkiExternalCaWriteDnsTestWorkflowResponse.ts +++ b/src/models/PkiExternalCaWriteDnsTestWorkflowResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteRoleNewOrderRequest.ts b/src/models/PkiExternalCaWriteRoleNewOrderRequest.ts index 6f71a36..df1ed19 100644 --- a/src/models/PkiExternalCaWriteRoleNewOrderRequest.ts +++ b/src/models/PkiExternalCaWriteRoleNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteRoleNewOrderResponse.ts b/src/models/PkiExternalCaWriteRoleNewOrderResponse.ts index 7bb84da..0990422 100644 --- a/src/models/PkiExternalCaWriteRoleNewOrderResponse.ts +++ b/src/models/PkiExternalCaWriteRoleNewOrderResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteRoleOrderFulfilledChallengeRequest.ts b/src/models/PkiExternalCaWriteRoleOrderFulfilledChallengeRequest.ts index e13ef2b..69a5953 100644 --- a/src/models/PkiExternalCaWriteRoleOrderFulfilledChallengeRequest.ts +++ b/src/models/PkiExternalCaWriteRoleOrderFulfilledChallengeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteRoleOrderRevokeRequest.ts b/src/models/PkiExternalCaWriteRoleOrderRevokeRequest.ts index c836d17..abcae77 100644 --- a/src/models/PkiExternalCaWriteRoleOrderRevokeRequest.ts +++ b/src/models/PkiExternalCaWriteRoleOrderRevokeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteRoleRequest.ts b/src/models/PkiExternalCaWriteRoleRequest.ts index 49bb351..44f5ac6 100644 --- a/src/models/PkiExternalCaWriteRoleRequest.ts +++ b/src/models/PkiExternalCaWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiExternalCaWriteRoleResponse.ts b/src/models/PkiExternalCaWriteRoleResponse.ts index 6b53baa..760af49 100644 --- a/src/models/PkiExternalCaWriteRoleResponse.ts +++ b/src/models/PkiExternalCaWriteRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateEabKeyForIssuerAndRoleResponse.ts b/src/models/PkiGenerateEabKeyForIssuerAndRoleResponse.ts index a4d86b1..77a8e08 100644 --- a/src/models/PkiGenerateEabKeyForIssuerAndRoleResponse.ts +++ b/src/models/PkiGenerateEabKeyForIssuerAndRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateEabKeyForIssuerResponse.ts b/src/models/PkiGenerateEabKeyForIssuerResponse.ts index cf07577..df981b9 100644 --- a/src/models/PkiGenerateEabKeyForIssuerResponse.ts +++ b/src/models/PkiGenerateEabKeyForIssuerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateEabKeyForRoleResponse.ts b/src/models/PkiGenerateEabKeyForRoleResponse.ts index c39e55c..66234e5 100644 --- a/src/models/PkiGenerateEabKeyForRoleResponse.ts +++ b/src/models/PkiGenerateEabKeyForRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateEabKeyResponse.ts b/src/models/PkiGenerateEabKeyResponse.ts index d1b4ddf..a08c5b6 100644 --- a/src/models/PkiGenerateEabKeyResponse.ts +++ b/src/models/PkiGenerateEabKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateExportedKeyRequest.ts b/src/models/PkiGenerateExportedKeyRequest.ts index 4021015..41498ea 100644 --- a/src/models/PkiGenerateExportedKeyRequest.ts +++ b/src/models/PkiGenerateExportedKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateExportedKeyResponse.ts b/src/models/PkiGenerateExportedKeyResponse.ts index adf2ddc..720b069 100644 --- a/src/models/PkiGenerateExportedKeyResponse.ts +++ b/src/models/PkiGenerateExportedKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateIntermediateRequest.ts b/src/models/PkiGenerateIntermediateRequest.ts index 7692f74..f891c28 100644 --- a/src/models/PkiGenerateIntermediateRequest.ts +++ b/src/models/PkiGenerateIntermediateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateIntermediateResponse.ts b/src/models/PkiGenerateIntermediateResponse.ts index 5dbf789..344fca4 100644 --- a/src/models/PkiGenerateIntermediateResponse.ts +++ b/src/models/PkiGenerateIntermediateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateInternalKeyRequest.ts b/src/models/PkiGenerateInternalKeyRequest.ts index 6dc16c6..3769b87 100644 --- a/src/models/PkiGenerateInternalKeyRequest.ts +++ b/src/models/PkiGenerateInternalKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateInternalKeyResponse.ts b/src/models/PkiGenerateInternalKeyResponse.ts index 66b7f8b..e75c76d 100644 --- a/src/models/PkiGenerateInternalKeyResponse.ts +++ b/src/models/PkiGenerateInternalKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateKmsKeyRequest.ts b/src/models/PkiGenerateKmsKeyRequest.ts index c62c28b..38e0b1d 100644 --- a/src/models/PkiGenerateKmsKeyRequest.ts +++ b/src/models/PkiGenerateKmsKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateKmsKeyResponse.ts b/src/models/PkiGenerateKmsKeyResponse.ts index 2eea0be..10a41e1 100644 --- a/src/models/PkiGenerateKmsKeyResponse.ts +++ b/src/models/PkiGenerateKmsKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateRootRequest.ts b/src/models/PkiGenerateRootRequest.ts index eba4490..3b85be0 100644 --- a/src/models/PkiGenerateRootRequest.ts +++ b/src/models/PkiGenerateRootRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiGenerateRootResponse.ts b/src/models/PkiGenerateRootResponse.ts index cc77bf3..03b51b7 100644 --- a/src/models/PkiGenerateRootResponse.ts +++ b/src/models/PkiGenerateRootResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiImportKeyRequest.ts b/src/models/PkiImportKeyRequest.ts index c6e8510..938b0cd 100644 --- a/src/models/PkiImportKeyRequest.ts +++ b/src/models/PkiImportKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiImportKeyResponse.ts b/src/models/PkiImportKeyResponse.ts index 36e3ac2..a2c7bfd 100644 --- a/src/models/PkiImportKeyResponse.ts +++ b/src/models/PkiImportKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssueWithRoleRequest.ts b/src/models/PkiIssueWithRoleRequest.ts index b4bbc67..d9bcee4 100644 --- a/src/models/PkiIssueWithRoleRequest.ts +++ b/src/models/PkiIssueWithRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssueWithRoleResponse.ts b/src/models/PkiIssueWithRoleResponse.ts index 99345d3..10eff9c 100644 --- a/src/models/PkiIssueWithRoleResponse.ts +++ b/src/models/PkiIssueWithRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerIssueWithRoleRequest.ts b/src/models/PkiIssuerIssueWithRoleRequest.ts index dd4910c..9c814d5 100644 --- a/src/models/PkiIssuerIssueWithRoleRequest.ts +++ b/src/models/PkiIssuerIssueWithRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerIssueWithRoleResponse.ts b/src/models/PkiIssuerIssueWithRoleResponse.ts index 4cb719f..13d02e3 100644 --- a/src/models/PkiIssuerIssueWithRoleResponse.ts +++ b/src/models/PkiIssuerIssueWithRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadCrlDeltaDerResponse.ts b/src/models/PkiIssuerReadCrlDeltaDerResponse.ts index 2697588..396d6c8 100644 --- a/src/models/PkiIssuerReadCrlDeltaDerResponse.ts +++ b/src/models/PkiIssuerReadCrlDeltaDerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadCrlDeltaPemResponse.ts b/src/models/PkiIssuerReadCrlDeltaPemResponse.ts index 1a6d2cd..ae3d246 100644 --- a/src/models/PkiIssuerReadCrlDeltaPemResponse.ts +++ b/src/models/PkiIssuerReadCrlDeltaPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadCrlDeltaResponse.ts b/src/models/PkiIssuerReadCrlDeltaResponse.ts index 969e923..87bef88 100644 --- a/src/models/PkiIssuerReadCrlDeltaResponse.ts +++ b/src/models/PkiIssuerReadCrlDeltaResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadCrlDerResponse.ts b/src/models/PkiIssuerReadCrlDerResponse.ts index de93666..692cbbf 100644 --- a/src/models/PkiIssuerReadCrlDerResponse.ts +++ b/src/models/PkiIssuerReadCrlDerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadCrlPemResponse.ts b/src/models/PkiIssuerReadCrlPemResponse.ts index 16f1903..29b282a 100644 --- a/src/models/PkiIssuerReadCrlPemResponse.ts +++ b/src/models/PkiIssuerReadCrlPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadCrlResponse.ts b/src/models/PkiIssuerReadCrlResponse.ts index 9386b62..b2af93e 100644 --- a/src/models/PkiIssuerReadCrlResponse.ts +++ b/src/models/PkiIssuerReadCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadUnifiedCrlDeltaDerResponse.ts b/src/models/PkiIssuerReadUnifiedCrlDeltaDerResponse.ts index 2608e1b..f95c446 100644 --- a/src/models/PkiIssuerReadUnifiedCrlDeltaDerResponse.ts +++ b/src/models/PkiIssuerReadUnifiedCrlDeltaDerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadUnifiedCrlDeltaPemResponse.ts b/src/models/PkiIssuerReadUnifiedCrlDeltaPemResponse.ts index aab4b83..f21f6dd 100644 --- a/src/models/PkiIssuerReadUnifiedCrlDeltaPemResponse.ts +++ b/src/models/PkiIssuerReadUnifiedCrlDeltaPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadUnifiedCrlDeltaResponse.ts b/src/models/PkiIssuerReadUnifiedCrlDeltaResponse.ts index 5666a00..cdb19c3 100644 --- a/src/models/PkiIssuerReadUnifiedCrlDeltaResponse.ts +++ b/src/models/PkiIssuerReadUnifiedCrlDeltaResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadUnifiedCrlDerResponse.ts b/src/models/PkiIssuerReadUnifiedCrlDerResponse.ts index 60f41a8..45678e4 100644 --- a/src/models/PkiIssuerReadUnifiedCrlDerResponse.ts +++ b/src/models/PkiIssuerReadUnifiedCrlDerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadUnifiedCrlPemResponse.ts b/src/models/PkiIssuerReadUnifiedCrlPemResponse.ts index 3c19b33..d03e8f9 100644 --- a/src/models/PkiIssuerReadUnifiedCrlPemResponse.ts +++ b/src/models/PkiIssuerReadUnifiedCrlPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerReadUnifiedCrlResponse.ts b/src/models/PkiIssuerReadUnifiedCrlResponse.ts index 90083f5..7caf71c 100644 --- a/src/models/PkiIssuerReadUnifiedCrlResponse.ts +++ b/src/models/PkiIssuerReadUnifiedCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerResignCrlsRequest.ts b/src/models/PkiIssuerResignCrlsRequest.ts index 3efdd21..6e095e5 100644 --- a/src/models/PkiIssuerResignCrlsRequest.ts +++ b/src/models/PkiIssuerResignCrlsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerResignCrlsResponse.ts b/src/models/PkiIssuerResignCrlsResponse.ts index e86cec9..a6e986b 100644 --- a/src/models/PkiIssuerResignCrlsResponse.ts +++ b/src/models/PkiIssuerResignCrlsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignIntermediateRequest.ts b/src/models/PkiIssuerSignIntermediateRequest.ts index c693aa0..ff90732 100644 --- a/src/models/PkiIssuerSignIntermediateRequest.ts +++ b/src/models/PkiIssuerSignIntermediateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignIntermediateResponse.ts b/src/models/PkiIssuerSignIntermediateResponse.ts index 02e114b..02896c1 100644 --- a/src/models/PkiIssuerSignIntermediateResponse.ts +++ b/src/models/PkiIssuerSignIntermediateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignRevocationListRequest.ts b/src/models/PkiIssuerSignRevocationListRequest.ts index bcecdc7..cc15818 100644 --- a/src/models/PkiIssuerSignRevocationListRequest.ts +++ b/src/models/PkiIssuerSignRevocationListRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignRevocationListResponse.ts b/src/models/PkiIssuerSignRevocationListResponse.ts index d909952..5753a9d 100644 --- a/src/models/PkiIssuerSignRevocationListResponse.ts +++ b/src/models/PkiIssuerSignRevocationListResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignSelfIssuedRequest.ts b/src/models/PkiIssuerSignSelfIssuedRequest.ts index 009cb8a..e247810 100644 --- a/src/models/PkiIssuerSignSelfIssuedRequest.ts +++ b/src/models/PkiIssuerSignSelfIssuedRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignSelfIssuedResponse.ts b/src/models/PkiIssuerSignSelfIssuedResponse.ts index 8f9f5c1..9366710 100644 --- a/src/models/PkiIssuerSignSelfIssuedResponse.ts +++ b/src/models/PkiIssuerSignSelfIssuedResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignVerbatimRequest.ts b/src/models/PkiIssuerSignVerbatimRequest.ts index d903f80..9e34915 100644 --- a/src/models/PkiIssuerSignVerbatimRequest.ts +++ b/src/models/PkiIssuerSignVerbatimRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignVerbatimResponse.ts b/src/models/PkiIssuerSignVerbatimResponse.ts index be4ac5d..2c3e546 100644 --- a/src/models/PkiIssuerSignVerbatimResponse.ts +++ b/src/models/PkiIssuerSignVerbatimResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignVerbatimWithRoleRequest.ts b/src/models/PkiIssuerSignVerbatimWithRoleRequest.ts index e6a2157..c47811c 100644 --- a/src/models/PkiIssuerSignVerbatimWithRoleRequest.ts +++ b/src/models/PkiIssuerSignVerbatimWithRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignVerbatimWithRoleResponse.ts b/src/models/PkiIssuerSignVerbatimWithRoleResponse.ts index ec73c3a..4ebf005 100644 --- a/src/models/PkiIssuerSignVerbatimWithRoleResponse.ts +++ b/src/models/PkiIssuerSignVerbatimWithRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignWithRoleRequest.ts b/src/models/PkiIssuerSignWithRoleRequest.ts index 9a14887..b184429 100644 --- a/src/models/PkiIssuerSignWithRoleRequest.ts +++ b/src/models/PkiIssuerSignWithRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuerSignWithRoleResponse.ts b/src/models/PkiIssuerSignWithRoleResponse.ts index 3b4bd19..d2568ac 100644 --- a/src/models/PkiIssuerSignWithRoleResponse.ts +++ b/src/models/PkiIssuerSignWithRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuersGenerateIntermediateRequest.ts b/src/models/PkiIssuersGenerateIntermediateRequest.ts index 120d02d..ef9ed86 100644 --- a/src/models/PkiIssuersGenerateIntermediateRequest.ts +++ b/src/models/PkiIssuersGenerateIntermediateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuersGenerateIntermediateResponse.ts b/src/models/PkiIssuersGenerateIntermediateResponse.ts index 4f2bd08..4b217aa 100644 --- a/src/models/PkiIssuersGenerateIntermediateResponse.ts +++ b/src/models/PkiIssuersGenerateIntermediateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuersGenerateRootRequest.ts b/src/models/PkiIssuersGenerateRootRequest.ts index ce6353f..b469725 100644 --- a/src/models/PkiIssuersGenerateRootRequest.ts +++ b/src/models/PkiIssuersGenerateRootRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuersGenerateRootResponse.ts b/src/models/PkiIssuersGenerateRootResponse.ts index 23ccceb..45e6431 100644 --- a/src/models/PkiIssuersGenerateRootResponse.ts +++ b/src/models/PkiIssuersGenerateRootResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuersImportBundleRequest.ts b/src/models/PkiIssuersImportBundleRequest.ts index 8e3289f..926c0ff 100644 --- a/src/models/PkiIssuersImportBundleRequest.ts +++ b/src/models/PkiIssuersImportBundleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuersImportBundleResponse.ts b/src/models/PkiIssuersImportBundleResponse.ts index 8409595..fc9a821 100644 --- a/src/models/PkiIssuersImportBundleResponse.ts +++ b/src/models/PkiIssuersImportBundleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuersImportCertRequest.ts b/src/models/PkiIssuersImportCertRequest.ts index c9bd526..46a9429 100644 --- a/src/models/PkiIssuersImportCertRequest.ts +++ b/src/models/PkiIssuersImportCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiIssuersImportCertResponse.ts b/src/models/PkiIssuersImportCertResponse.ts index dacced7..2790453 100644 --- a/src/models/PkiIssuersImportCertResponse.ts +++ b/src/models/PkiIssuersImportCertResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiListEabKeysResponse.ts b/src/models/PkiListEabKeysResponse.ts index 903c64d..e9bcb6d 100644 --- a/src/models/PkiListEabKeysResponse.ts +++ b/src/models/PkiListEabKeysResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiListIssuersResponse.ts b/src/models/PkiListIssuersResponse.ts index 4011b42..420b007 100644 --- a/src/models/PkiListIssuersResponse.ts +++ b/src/models/PkiListIssuersResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiListKeysResponse.ts b/src/models/PkiListKeysResponse.ts index 187a44c..17bdd15 100644 --- a/src/models/PkiListKeysResponse.ts +++ b/src/models/PkiListKeysResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiListUnifiedRevokedCertsResponse.ts b/src/models/PkiListUnifiedRevokedCertsResponse.ts index 24921b7..881afbf 100644 --- a/src/models/PkiListUnifiedRevokedCertsResponse.ts +++ b/src/models/PkiListUnifiedRevokedCertsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiPatchIssuerRequest.ts b/src/models/PkiPatchIssuerRequest.ts index a2294b8..2bb88db 100644 --- a/src/models/PkiPatchIssuerRequest.ts +++ b/src/models/PkiPatchIssuerRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiPatchIssuerResponse.ts b/src/models/PkiPatchIssuerResponse.ts index b938a08..41e594c 100644 --- a/src/models/PkiPatchIssuerResponse.ts +++ b/src/models/PkiPatchIssuerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiPatchRoleRequest.ts b/src/models/PkiPatchRoleRequest.ts index 8ea5ae3..abc0801 100644 --- a/src/models/PkiPatchRoleRequest.ts +++ b/src/models/PkiPatchRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiPatchRoleResponse.ts b/src/models/PkiPatchRoleResponse.ts index e5e524f..9125ecd 100644 --- a/src/models/PkiPatchRoleResponse.ts +++ b/src/models/PkiPatchRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadAutoTidyConfigurationResponse.ts b/src/models/PkiReadAutoTidyConfigurationResponse.ts index 947e5e8..2f9f966 100644 --- a/src/models/PkiReadAutoTidyConfigurationResponse.ts +++ b/src/models/PkiReadAutoTidyConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCaChainPemResponse.ts b/src/models/PkiReadCaChainPemResponse.ts index 898970b..02eaf99 100644 --- a/src/models/PkiReadCaChainPemResponse.ts +++ b/src/models/PkiReadCaChainPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCaDerResponse.ts b/src/models/PkiReadCaDerResponse.ts index 1ebd7c3..2bda682 100644 --- a/src/models/PkiReadCaDerResponse.ts +++ b/src/models/PkiReadCaDerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCaPemResponse.ts b/src/models/PkiReadCaPemResponse.ts index 0a65d9e..e555003 100644 --- a/src/models/PkiReadCaPemResponse.ts +++ b/src/models/PkiReadCaPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertCaChainResponse.ts b/src/models/PkiReadCertCaChainResponse.ts index 03f03de..9797780 100644 --- a/src/models/PkiReadCertCaChainResponse.ts +++ b/src/models/PkiReadCertCaChainResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertCrlResponse.ts b/src/models/PkiReadCertCrlResponse.ts index 97a0713..61b34d4 100644 --- a/src/models/PkiReadCertCrlResponse.ts +++ b/src/models/PkiReadCertCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertDeltaCrlResponse.ts b/src/models/PkiReadCertDeltaCrlResponse.ts index 5fdcf8f..64912f7 100644 --- a/src/models/PkiReadCertDeltaCrlResponse.ts +++ b/src/models/PkiReadCertDeltaCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertMetadataResponse.ts b/src/models/PkiReadCertMetadataResponse.ts index 6b745e2..79bdcd0 100644 --- a/src/models/PkiReadCertMetadataResponse.ts +++ b/src/models/PkiReadCertMetadataResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertRawDerResponse.ts b/src/models/PkiReadCertRawDerResponse.ts index f069629..417bd9e 100644 --- a/src/models/PkiReadCertRawDerResponse.ts +++ b/src/models/PkiReadCertRawDerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertRawPemResponse.ts b/src/models/PkiReadCertRawPemResponse.ts index bbbd097..bb58c8e 100644 --- a/src/models/PkiReadCertRawPemResponse.ts +++ b/src/models/PkiReadCertRawPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertResponse.ts b/src/models/PkiReadCertResponse.ts index 6b624cb..f0e08c0 100644 --- a/src/models/PkiReadCertResponse.ts +++ b/src/models/PkiReadCertResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertUnifiedCrlResponse.ts b/src/models/PkiReadCertUnifiedCrlResponse.ts index aa81edb..17a45b9 100644 --- a/src/models/PkiReadCertUnifiedCrlResponse.ts +++ b/src/models/PkiReadCertUnifiedCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCertUnifiedDeltaCrlResponse.ts b/src/models/PkiReadCertUnifiedDeltaCrlResponse.ts index 9514a44..cb94661 100644 --- a/src/models/PkiReadCertUnifiedDeltaCrlResponse.ts +++ b/src/models/PkiReadCertUnifiedDeltaCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadClusterConfigurationResponse.ts b/src/models/PkiReadClusterConfigurationResponse.ts index 2e38124..cb8e254 100644 --- a/src/models/PkiReadClusterConfigurationResponse.ts +++ b/src/models/PkiReadClusterConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCrlConfigurationResponse.ts b/src/models/PkiReadCrlConfigurationResponse.ts index 6e68cc3..cd92234 100644 --- a/src/models/PkiReadCrlConfigurationResponse.ts +++ b/src/models/PkiReadCrlConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCrlDeltaPemResponse.ts b/src/models/PkiReadCrlDeltaPemResponse.ts index a6f3afc..eda2998 100644 --- a/src/models/PkiReadCrlDeltaPemResponse.ts +++ b/src/models/PkiReadCrlDeltaPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCrlDeltaResponse.ts b/src/models/PkiReadCrlDeltaResponse.ts index 5e6e6ac..3abf956 100644 --- a/src/models/PkiReadCrlDeltaResponse.ts +++ b/src/models/PkiReadCrlDeltaResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCrlDerResponse.ts b/src/models/PkiReadCrlDerResponse.ts index add1472..e670c79 100644 --- a/src/models/PkiReadCrlDerResponse.ts +++ b/src/models/PkiReadCrlDerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadCrlPemResponse.ts b/src/models/PkiReadCrlPemResponse.ts index 906e101..f2dc4c5 100644 --- a/src/models/PkiReadCrlPemResponse.ts +++ b/src/models/PkiReadCrlPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadIssuerDerResponse.ts b/src/models/PkiReadIssuerDerResponse.ts index 45e7732..d1dd980 100644 --- a/src/models/PkiReadIssuerDerResponse.ts +++ b/src/models/PkiReadIssuerDerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadIssuerJsonResponse.ts b/src/models/PkiReadIssuerJsonResponse.ts index 1322270..e8d1ef6 100644 --- a/src/models/PkiReadIssuerJsonResponse.ts +++ b/src/models/PkiReadIssuerJsonResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadIssuerPemResponse.ts b/src/models/PkiReadIssuerPemResponse.ts index b58d603..839ef98 100644 --- a/src/models/PkiReadIssuerPemResponse.ts +++ b/src/models/PkiReadIssuerPemResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadIssuerResponse.ts b/src/models/PkiReadIssuerResponse.ts index 5bc7f9d..bb5ce6f 100644 --- a/src/models/PkiReadIssuerResponse.ts +++ b/src/models/PkiReadIssuerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadIssuersConfigurationResponse.ts b/src/models/PkiReadIssuersConfigurationResponse.ts index ba1a5d8..5be6fec 100644 --- a/src/models/PkiReadIssuersConfigurationResponse.ts +++ b/src/models/PkiReadIssuersConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadKeyResponse.ts b/src/models/PkiReadKeyResponse.ts index b999ec1..9860939 100644 --- a/src/models/PkiReadKeyResponse.ts +++ b/src/models/PkiReadKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadKeysConfigurationResponse.ts b/src/models/PkiReadKeysConfigurationResponse.ts index 0a03569..a1e219b 100644 --- a/src/models/PkiReadKeysConfigurationResponse.ts +++ b/src/models/PkiReadKeysConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadRoleResponse.ts b/src/models/PkiReadRoleResponse.ts index f3aa529..e8eef97 100644 --- a/src/models/PkiReadRoleResponse.ts +++ b/src/models/PkiReadRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReadUrlsConfigurationResponse.ts b/src/models/PkiReadUrlsConfigurationResponse.ts index e305898..a1028fa 100644 --- a/src/models/PkiReadUrlsConfigurationResponse.ts +++ b/src/models/PkiReadUrlsConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReplaceRootRequest.ts b/src/models/PkiReplaceRootRequest.ts index 0138c52..5e90ed8 100644 --- a/src/models/PkiReplaceRootRequest.ts +++ b/src/models/PkiReplaceRootRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiReplaceRootResponse.ts b/src/models/PkiReplaceRootResponse.ts index 5ea5af5..fa67057 100644 --- a/src/models/PkiReplaceRootResponse.ts +++ b/src/models/PkiReplaceRootResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRevokeIssuerResponse.ts b/src/models/PkiRevokeIssuerResponse.ts index 3185065..bc71f1b 100644 --- a/src/models/PkiRevokeIssuerResponse.ts +++ b/src/models/PkiRevokeIssuerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRevokeRequest.ts b/src/models/PkiRevokeRequest.ts index e0ac5ad..1a784ba 100644 --- a/src/models/PkiRevokeRequest.ts +++ b/src/models/PkiRevokeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRevokeResponse.ts b/src/models/PkiRevokeResponse.ts index 55b5a86..89bd866 100644 --- a/src/models/PkiRevokeResponse.ts +++ b/src/models/PkiRevokeResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRevokeWithKeyRequest.ts b/src/models/PkiRevokeWithKeyRequest.ts index 3de179f..3e87053 100644 --- a/src/models/PkiRevokeWithKeyRequest.ts +++ b/src/models/PkiRevokeWithKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRevokeWithKeyResponse.ts b/src/models/PkiRevokeWithKeyResponse.ts index 892643f..6bf9482 100644 --- a/src/models/PkiRevokeWithKeyResponse.ts +++ b/src/models/PkiRevokeWithKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRootSignIntermediateRequest.ts b/src/models/PkiRootSignIntermediateRequest.ts index 55092a7..5ced2cd 100644 --- a/src/models/PkiRootSignIntermediateRequest.ts +++ b/src/models/PkiRootSignIntermediateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRootSignIntermediateResponse.ts b/src/models/PkiRootSignIntermediateResponse.ts index 0306381..c2185a2 100644 --- a/src/models/PkiRootSignIntermediateResponse.ts +++ b/src/models/PkiRootSignIntermediateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRootSignSelfIssuedRequest.ts b/src/models/PkiRootSignSelfIssuedRequest.ts index b7d4c0b..5780760 100644 --- a/src/models/PkiRootSignSelfIssuedRequest.ts +++ b/src/models/PkiRootSignSelfIssuedRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRootSignSelfIssuedResponse.ts b/src/models/PkiRootSignSelfIssuedResponse.ts index b165ce8..1112b88 100644 --- a/src/models/PkiRootSignSelfIssuedResponse.ts +++ b/src/models/PkiRootSignSelfIssuedResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRotateCrlResponse.ts b/src/models/PkiRotateCrlResponse.ts index 3dcd967..e88ba05 100644 --- a/src/models/PkiRotateCrlResponse.ts +++ b/src/models/PkiRotateCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRotateDeltaCrlResponse.ts b/src/models/PkiRotateDeltaCrlResponse.ts index 1c832ea..445b102 100644 --- a/src/models/PkiRotateDeltaCrlResponse.ts +++ b/src/models/PkiRotateDeltaCrlResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRotateRootRequest.ts b/src/models/PkiRotateRootRequest.ts index b61dd0e..728c789 100644 --- a/src/models/PkiRotateRootRequest.ts +++ b/src/models/PkiRotateRootRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiRotateRootResponse.ts b/src/models/PkiRotateRootResponse.ts index 0cb1847..68a95c1 100644 --- a/src/models/PkiRotateRootResponse.ts +++ b/src/models/PkiRotateRootResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiSetSignedIntermediateRequest.ts b/src/models/PkiSetSignedIntermediateRequest.ts index 02d0fa3..3ad35f0 100644 --- a/src/models/PkiSetSignedIntermediateRequest.ts +++ b/src/models/PkiSetSignedIntermediateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiSetSignedIntermediateResponse.ts b/src/models/PkiSetSignedIntermediateResponse.ts index 19bdf31..e144b1c 100644 --- a/src/models/PkiSetSignedIntermediateResponse.ts +++ b/src/models/PkiSetSignedIntermediateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiSignVerbatimRequest.ts b/src/models/PkiSignVerbatimRequest.ts index e7a1e6e..6bc2bf2 100644 --- a/src/models/PkiSignVerbatimRequest.ts +++ b/src/models/PkiSignVerbatimRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiSignVerbatimResponse.ts b/src/models/PkiSignVerbatimResponse.ts index a3416fc..f3f0310 100644 --- a/src/models/PkiSignVerbatimResponse.ts +++ b/src/models/PkiSignVerbatimResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiSignVerbatimWithRoleRequest.ts b/src/models/PkiSignVerbatimWithRoleRequest.ts index 1298e9c..d7cbb38 100644 --- a/src/models/PkiSignVerbatimWithRoleRequest.ts +++ b/src/models/PkiSignVerbatimWithRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiSignVerbatimWithRoleResponse.ts b/src/models/PkiSignVerbatimWithRoleResponse.ts index 9835026..9685b2b 100644 --- a/src/models/PkiSignVerbatimWithRoleResponse.ts +++ b/src/models/PkiSignVerbatimWithRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiSignWithRoleRequest.ts b/src/models/PkiSignWithRoleRequest.ts index cd411c9..6e230df 100644 --- a/src/models/PkiSignWithRoleRequest.ts +++ b/src/models/PkiSignWithRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiSignWithRoleResponse.ts b/src/models/PkiSignWithRoleResponse.ts index 2426492..62126f9 100644 --- a/src/models/PkiSignWithRoleResponse.ts +++ b/src/models/PkiSignWithRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiTidyCancelResponse.ts b/src/models/PkiTidyCancelResponse.ts index 351a47b..48dd0e6 100644 --- a/src/models/PkiTidyCancelResponse.ts +++ b/src/models/PkiTidyCancelResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiTidyRequest.ts b/src/models/PkiTidyRequest.ts index 5eb6e32..de9c253 100644 --- a/src/models/PkiTidyRequest.ts +++ b/src/models/PkiTidyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiTidyStatusResponse.ts b/src/models/PkiTidyStatusResponse.ts index 9a7048d..da1d814 100644 --- a/src/models/PkiTidyStatusResponse.ts +++ b/src/models/PkiTidyStatusResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeAccountKidRequest.ts b/src/models/PkiWriteAcmeAccountKidRequest.ts index 2874919..11bfe98 100644 --- a/src/models/PkiWriteAcmeAccountKidRequest.ts +++ b/src/models/PkiWriteAcmeAccountKidRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeAuthorizationAuthIdRequest.ts b/src/models/PkiWriteAcmeAuthorizationAuthIdRequest.ts index e28271f..c7d218c 100644 --- a/src/models/PkiWriteAcmeAuthorizationAuthIdRequest.ts +++ b/src/models/PkiWriteAcmeAuthorizationAuthIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeChallengeAuthIdChallengeTypeRequest.ts b/src/models/PkiWriteAcmeChallengeAuthIdChallengeTypeRequest.ts index c72a299..2142520 100644 --- a/src/models/PkiWriteAcmeChallengeAuthIdChallengeTypeRequest.ts +++ b/src/models/PkiWriteAcmeChallengeAuthIdChallengeTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeKeyIdRequest.ts b/src/models/PkiWriteAcmeKeyIdRequest.ts index 26c474a..e961a11 100644 --- a/src/models/PkiWriteAcmeKeyIdRequest.ts +++ b/src/models/PkiWriteAcmeKeyIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeNewAccountRequest.ts b/src/models/PkiWriteAcmeNewAccountRequest.ts index c7d3b0c..e475355 100644 --- a/src/models/PkiWriteAcmeNewAccountRequest.ts +++ b/src/models/PkiWriteAcmeNewAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeNewOrderRequest.ts b/src/models/PkiWriteAcmeNewOrderRequest.ts index 6a98090..0c6c0a4 100644 --- a/src/models/PkiWriteAcmeNewOrderRequest.ts +++ b/src/models/PkiWriteAcmeNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeOrderOrderIdCertRequest.ts b/src/models/PkiWriteAcmeOrderOrderIdCertRequest.ts index aa21756..8c76c1e 100644 --- a/src/models/PkiWriteAcmeOrderOrderIdCertRequest.ts +++ b/src/models/PkiWriteAcmeOrderOrderIdCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeOrderOrderIdFinalizeRequest.ts b/src/models/PkiWriteAcmeOrderOrderIdFinalizeRequest.ts index 610dc64..50a1c50 100644 --- a/src/models/PkiWriteAcmeOrderOrderIdFinalizeRequest.ts +++ b/src/models/PkiWriteAcmeOrderOrderIdFinalizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeOrderOrderIdRequest.ts b/src/models/PkiWriteAcmeOrderOrderIdRequest.ts index 0eefe40..c336500 100644 --- a/src/models/PkiWriteAcmeOrderOrderIdRequest.ts +++ b/src/models/PkiWriteAcmeOrderOrderIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeOrdersRequest.ts b/src/models/PkiWriteAcmeOrdersRequest.ts index f099889..7f3485e 100644 --- a/src/models/PkiWriteAcmeOrdersRequest.ts +++ b/src/models/PkiWriteAcmeOrdersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteAcmeRevokeCertRequest.ts b/src/models/PkiWriteAcmeRevokeCertRequest.ts index 6011fb6..bd16042 100644 --- a/src/models/PkiWriteAcmeRevokeCertRequest.ts +++ b/src/models/PkiWriteAcmeRevokeCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteBatchCertsRequest.ts b/src/models/PkiWriteBatchCertsRequest.ts index 93d74c5..e012ad9 100644 --- a/src/models/PkiWriteBatchCertsRequest.ts +++ b/src/models/PkiWriteBatchCertsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteBatchCertsResponse.ts b/src/models/PkiWriteBatchCertsResponse.ts index 2619644..8cb5e14 100644 --- a/src/models/PkiWriteBatchCertsResponse.ts +++ b/src/models/PkiWriteBatchCertsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeAccountKidRequest.ts b/src/models/PkiWriteExternalPolicyAcmeAccountKidRequest.ts index d797742..ad93e7e 100644 --- a/src/models/PkiWriteExternalPolicyAcmeAccountKidRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeAccountKidRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeAuthorizationAuthIdRequest.ts b/src/models/PkiWriteExternalPolicyAcmeAuthorizationAuthIdRequest.ts index 57b06e6..b5fc94b 100644 --- a/src/models/PkiWriteExternalPolicyAcmeAuthorizationAuthIdRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeAuthorizationAuthIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts b/src/models/PkiWriteExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts index 8668fd8..1b021ff 100644 --- a/src/models/PkiWriteExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeNewAccountRequest.ts b/src/models/PkiWriteExternalPolicyAcmeNewAccountRequest.ts index 5be892a..b982984 100644 --- a/src/models/PkiWriteExternalPolicyAcmeNewAccountRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeNewAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeNewOrderRequest.ts b/src/models/PkiWriteExternalPolicyAcmeNewOrderRequest.ts index 4323ff6..1fcb308 100644 --- a/src/models/PkiWriteExternalPolicyAcmeNewOrderRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdCertRequest.ts b/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdCertRequest.ts index d3f0613..d0d6ada 100644 --- a/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdCertRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts b/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts index 1db2536..328ccae 100644 --- a/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdRequest.ts b/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdRequest.ts index 474ec91..cc53b66 100644 --- a/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeOrderOrderIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeOrdersRequest.ts b/src/models/PkiWriteExternalPolicyAcmeOrdersRequest.ts index 2de172f..0b466c0 100644 --- a/src/models/PkiWriteExternalPolicyAcmeOrdersRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeOrdersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyAcmeRevokeCertRequest.ts b/src/models/PkiWriteExternalPolicyAcmeRevokeCertRequest.ts index 81ea364..f9ef4ff 100644 --- a/src/models/PkiWriteExternalPolicyAcmeRevokeCertRequest.ts +++ b/src/models/PkiWriteExternalPolicyAcmeRevokeCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyIssuePolicyRequest.ts b/src/models/PkiWriteExternalPolicyIssuePolicyRequest.ts index b7e92d9..dbe733f 100644 --- a/src/models/PkiWriteExternalPolicyIssuePolicyRequest.ts +++ b/src/models/PkiWriteExternalPolicyIssuePolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyIssuePolicyResponse.ts b/src/models/PkiWriteExternalPolicyIssuePolicyResponse.ts index 6a4d2cd..8d09a68 100644 --- a/src/models/PkiWriteExternalPolicyIssuePolicyResponse.ts +++ b/src/models/PkiWriteExternalPolicyIssuePolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyIssueRequest.ts b/src/models/PkiWriteExternalPolicyIssueRequest.ts index cc16705..57b746a 100644 --- a/src/models/PkiWriteExternalPolicyIssueRequest.ts +++ b/src/models/PkiWriteExternalPolicyIssueRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyIssueResponse.ts b/src/models/PkiWriteExternalPolicyIssueResponse.ts index 5e56b2f..ba6ce87 100644 --- a/src/models/PkiWriteExternalPolicyIssueResponse.ts +++ b/src/models/PkiWriteExternalPolicyIssueResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeAccountKidRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeAccountKidRequest.ts index a255054..fe24cf0 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeAccountKidRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeAccountKidRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts index 43414c5..c205ac3 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts index 40fe352..cfa878b 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeNewAccountRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeNewAccountRequest.ts index 5831335..65f4bac 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeNewAccountRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeNewAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeNewOrderRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeNewOrderRequest.ts index 09bd32f..62e8be3 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeNewOrderRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts index 21e13fd..38122bb 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts index 4f6e264..3dc6195 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdRequest.ts index c67df17..9f7ca8a 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeOrdersRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeOrdersRequest.ts index ce5e03c..2b4ec09 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeOrdersRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeOrdersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicyPolicyAcmeRevokeCertRequest.ts b/src/models/PkiWriteExternalPolicyPolicyAcmeRevokeCertRequest.ts index 7f5e6fe..85f62c9 100644 --- a/src/models/PkiWriteExternalPolicyPolicyAcmeRevokeCertRequest.ts +++ b/src/models/PkiWriteExternalPolicyPolicyAcmeRevokeCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicySignIntermediatePolicyRequest.ts b/src/models/PkiWriteExternalPolicySignIntermediatePolicyRequest.ts index de8d72a..ea4dcba 100644 --- a/src/models/PkiWriteExternalPolicySignIntermediatePolicyRequest.ts +++ b/src/models/PkiWriteExternalPolicySignIntermediatePolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicySignIntermediatePolicyResponse.ts b/src/models/PkiWriteExternalPolicySignIntermediatePolicyResponse.ts index febce90..e9f3154 100644 --- a/src/models/PkiWriteExternalPolicySignIntermediatePolicyResponse.ts +++ b/src/models/PkiWriteExternalPolicySignIntermediatePolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicySignIntermediateRequest.ts b/src/models/PkiWriteExternalPolicySignIntermediateRequest.ts index db6a4f7..4816a72 100644 --- a/src/models/PkiWriteExternalPolicySignIntermediateRequest.ts +++ b/src/models/PkiWriteExternalPolicySignIntermediateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicySignIntermediateResponse.ts b/src/models/PkiWriteExternalPolicySignIntermediateResponse.ts index 3db3f04..e938bcb 100644 --- a/src/models/PkiWriteExternalPolicySignIntermediateResponse.ts +++ b/src/models/PkiWriteExternalPolicySignIntermediateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicySignPolicyRequest.ts b/src/models/PkiWriteExternalPolicySignPolicyRequest.ts index add0477..7430138 100644 --- a/src/models/PkiWriteExternalPolicySignPolicyRequest.ts +++ b/src/models/PkiWriteExternalPolicySignPolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicySignPolicyResponse.ts b/src/models/PkiWriteExternalPolicySignPolicyResponse.ts index 376bc9d..6e4c757 100644 --- a/src/models/PkiWriteExternalPolicySignPolicyResponse.ts +++ b/src/models/PkiWriteExternalPolicySignPolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicySignRequest.ts b/src/models/PkiWriteExternalPolicySignRequest.ts index 4d6897b..63ee17c 100644 --- a/src/models/PkiWriteExternalPolicySignRequest.ts +++ b/src/models/PkiWriteExternalPolicySignRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteExternalPolicySignResponse.ts b/src/models/PkiWriteExternalPolicySignResponse.ts index 13cdac7..495bd9b 100644 --- a/src/models/PkiWriteExternalPolicySignResponse.ts +++ b/src/models/PkiWriteExternalPolicySignResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIntegrationGuardiumRequest.ts b/src/models/PkiWriteIntegrationGuardiumRequest.ts index c9a31c8..09dfa3d 100644 --- a/src/models/PkiWriteIntegrationGuardiumRequest.ts +++ b/src/models/PkiWriteIntegrationGuardiumRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeAccountKidRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeAccountKidRequest.ts index 792b3c6..63a0ad5 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeAccountKidRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeAccountKidRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeAuthorizationAuthIdRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeAuthorizationAuthIdRequest.ts index 6727735..506cc34 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeAuthorizationAuthIdRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeAuthorizationAuthIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeChallengeAuthIdChallengeTypeRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeChallengeAuthIdChallengeTypeRequest.ts index 5a0b725..f8e7040 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeChallengeAuthIdChallengeTypeRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeChallengeAuthIdChallengeTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeNewAccountRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeNewAccountRequest.ts index 47b3642..d332918 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeNewAccountRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeNewAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeNewOrderRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeNewOrderRequest.ts index 27c2720..b6b89bb 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeNewOrderRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdCertRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdCertRequest.ts index 5888cb6..6eff317 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdCertRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdFinalizeRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdFinalizeRequest.ts index f25d77d..5b2a985 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdFinalizeRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdFinalizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdRequest.ts index c2216bb..48dfaf8 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeOrdersRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeOrdersRequest.ts index 5a701be..a24e697 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeOrdersRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeOrdersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefAcmeRevokeCertRequest.ts b/src/models/PkiWriteIssuerIssuerRefAcmeRevokeCertRequest.ts index 9eea64c..a9f26e0 100644 --- a/src/models/PkiWriteIssuerIssuerRefAcmeRevokeCertRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefAcmeRevokeCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExportPrivateRequest.ts b/src/models/PkiWriteIssuerIssuerRefExportPrivateRequest.ts index e9887b3..1d839e5 100644 --- a/src/models/PkiWriteIssuerIssuerRefExportPrivateRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExportPrivateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExportPrivateResponse.ts b/src/models/PkiWriteIssuerIssuerRefExportPrivateResponse.ts index cd49c1b..5a70630 100644 --- a/src/models/PkiWriteIssuerIssuerRefExportPrivateResponse.ts +++ b/src/models/PkiWriteIssuerIssuerRefExportPrivateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAccountKidRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAccountKidRequest.ts index c858bed..2b9ac28 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAccountKidRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAccountKidRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAuthorizationAuthIdRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAuthorizationAuthIdRequest.ts index 74268ef..6f08d29 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAuthorizationAuthIdRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAuthorizationAuthIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts index f17346b..1a6e9e3 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewAccountRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewAccountRequest.ts index 1d45a65..99fc8c4 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewAccountRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewOrderRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewOrderRequest.ts index 5634bbc..2acf4c4 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewOrderRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdCertRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdCertRequest.ts index c7c2185..8a0f57c 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdCertRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts index 6e982ff..2c38443 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdRequest.ts index 406222e..83fd6cc 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrdersRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrdersRequest.ts index 443747f..8a22065 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrdersRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrdersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeRevokeCertRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeRevokeCertRequest.ts index fc00d14..ba3fa7f 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeRevokeCertRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeRevokeCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyRequest.ts index 7fb3256..ae49808 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyResponse.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyResponse.ts index 4868546..45b43ac 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyResponse.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueRequest.ts index 37c622a..b22aafc 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueResponse.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueResponse.ts index 8ade371..af824c1 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueResponse.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAccountKidRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAccountKidRequest.ts index 9f09968..82cf28e 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAccountKidRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAccountKidRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts index 8699bff..300ac29 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts index 26dc6ef..2b2a727 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewAccountRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewAccountRequest.ts index ba7d14b..53df324 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewAccountRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewOrderRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewOrderRequest.ts index e0fc26c..793dea6 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewOrderRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts index dc6527d..ad43f20 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts index 9565ee6..f4c6188 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdRequest.ts index 3c5d9aa..559f209 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrdersRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrdersRequest.ts index b135f6a..a7246c8 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrdersRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrdersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeRevokeCertRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeRevokeCertRequest.ts index 9ed7cc0..136e6f0 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeRevokeCertRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeRevokeCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyRequest.ts index 190bb30..75d1148 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyResponse.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyResponse.ts index cbf6b4d..682bdd0 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyResponse.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateRequest.ts index 8957c13..40b1205 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateResponse.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateResponse.ts index 05f6a6d..412fd38 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateResponse.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyRequest.ts index 1ae0211..035b9d2 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyResponse.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyResponse.ts index d5f3bd2..4cd0318 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyResponse.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignRequest.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignRequest.ts index 189c19f..565a9fc 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignResponse.ts b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignResponse.ts index d780317..5d52586 100644 --- a/src/models/PkiWriteIssuerIssuerRefExternalPolicySignResponse.ts +++ b/src/models/PkiWriteIssuerIssuerRefExternalPolicySignResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAccountKidRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAccountKidRequest.ts index e9152f0..b8b2652 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAccountKidRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAccountKidRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAuthorizationAuthIdRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAuthorizationAuthIdRequest.ts index c5e3255..482316b 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAuthorizationAuthIdRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAuthorizationAuthIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts index b49dc58..f5ccc96 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewAccountRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewAccountRequest.ts index 4180f45..be01983 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewAccountRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewOrderRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewOrderRequest.ts index fe5dbf1..0800007 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewOrderRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdCertRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdCertRequest.ts index be90d3d..4a01c38 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdCertRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdFinalizeRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdFinalizeRequest.ts index 2f6c994..1b70c84 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdFinalizeRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdFinalizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdRequest.ts index 6f0ce6d..b35a2d3 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrdersRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrdersRequest.ts index cac6290..65f0dc2 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrdersRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrdersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeRevokeCertRequest.ts b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeRevokeCertRequest.ts index 717f880..96dd6c9 100644 --- a/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeRevokeCertRequest.ts +++ b/src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeRevokeCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerRequest.ts b/src/models/PkiWriteIssuerRequest.ts index 3ef8cef..8934223 100644 --- a/src/models/PkiWriteIssuerRequest.ts +++ b/src/models/PkiWriteIssuerRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteIssuerResponse.ts b/src/models/PkiWriteIssuerResponse.ts index 8a87d56..950dde9 100644 --- a/src/models/PkiWriteIssuerResponse.ts +++ b/src/models/PkiWriteIssuerResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteKeyRequest.ts b/src/models/PkiWriteKeyRequest.ts index a8f2c8a..1cb3c79 100644 --- a/src/models/PkiWriteKeyRequest.ts +++ b/src/models/PkiWriteKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteKeyResponse.ts b/src/models/PkiWriteKeyResponse.ts index 9e07bbd..27582c3 100644 --- a/src/models/PkiWriteKeyResponse.ts +++ b/src/models/PkiWriteKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRoleRequest.ts b/src/models/PkiWriteRoleRequest.ts index 3a51072..b533eb1 100644 --- a/src/models/PkiWriteRoleRequest.ts +++ b/src/models/PkiWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRoleResponse.ts b/src/models/PkiWriteRoleResponse.ts index 3a4cc64..b41e34e 100644 --- a/src/models/PkiWriteRoleResponse.ts +++ b/src/models/PkiWriteRoleResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeAccountKidRequest.ts b/src/models/PkiWriteRolesRoleAcmeAccountKidRequest.ts index ba26d20..d37a813 100644 --- a/src/models/PkiWriteRolesRoleAcmeAccountKidRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeAccountKidRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeAuthorizationAuthIdRequest.ts b/src/models/PkiWriteRolesRoleAcmeAuthorizationAuthIdRequest.ts index a490c98..be0429b 100644 --- a/src/models/PkiWriteRolesRoleAcmeAuthorizationAuthIdRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeAuthorizationAuthIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts b/src/models/PkiWriteRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts index 4190580..4392ebd 100644 --- a/src/models/PkiWriteRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeNewAccountRequest.ts b/src/models/PkiWriteRolesRoleAcmeNewAccountRequest.ts index b5b82be..49cbdec 100644 --- a/src/models/PkiWriteRolesRoleAcmeNewAccountRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeNewAccountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeNewOrderRequest.ts b/src/models/PkiWriteRolesRoleAcmeNewOrderRequest.ts index cee9c2e..c7a65fa 100644 --- a/src/models/PkiWriteRolesRoleAcmeNewOrderRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeNewOrderRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeOrderOrderIdCertRequest.ts b/src/models/PkiWriteRolesRoleAcmeOrderOrderIdCertRequest.ts index 3c4ec80..33efbe0 100644 --- a/src/models/PkiWriteRolesRoleAcmeOrderOrderIdCertRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeOrderOrderIdCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeOrderOrderIdFinalizeRequest.ts b/src/models/PkiWriteRolesRoleAcmeOrderOrderIdFinalizeRequest.ts index 0aad5f4..7a89d73 100644 --- a/src/models/PkiWriteRolesRoleAcmeOrderOrderIdFinalizeRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeOrderOrderIdFinalizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeOrderOrderIdRequest.ts b/src/models/PkiWriteRolesRoleAcmeOrderOrderIdRequest.ts index c11802c..c745be3 100644 --- a/src/models/PkiWriteRolesRoleAcmeOrderOrderIdRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeOrderOrderIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeOrdersRequest.ts b/src/models/PkiWriteRolesRoleAcmeOrdersRequest.ts index 8642627..01aba90 100644 --- a/src/models/PkiWriteRolesRoleAcmeOrdersRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeOrdersRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PkiWriteRolesRoleAcmeRevokeCertRequest.ts b/src/models/PkiWriteRolesRoleAcmeRevokeCertRequest.ts index e104a46..0132b16 100644 --- a/src/models/PkiWriteRolesRoleAcmeRevokeCertRequest.ts +++ b/src/models/PkiWriteRolesRoleAcmeRevokeCertRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogListPluginsResponse.ts b/src/models/PluginsCatalogListPluginsResponse.ts index f681fdd..907740b 100644 --- a/src/models/PluginsCatalogListPluginsResponse.ts +++ b/src/models/PluginsCatalogListPluginsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogListPluginsWithTypeResponse.ts b/src/models/PluginsCatalogListPluginsWithTypeResponse.ts index 150ca7b..924a1f6 100644 --- a/src/models/PluginsCatalogListPluginsWithTypeResponse.ts +++ b/src/models/PluginsCatalogListPluginsWithTypeResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogPinsCreatePinnedVersionRequest.ts b/src/models/PluginsCatalogPinsCreatePinnedVersionRequest.ts index 10d0f19..5059410 100644 --- a/src/models/PluginsCatalogPinsCreatePinnedVersionRequest.ts +++ b/src/models/PluginsCatalogPinsCreatePinnedVersionRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogPinsListPinnedVersionsResponse.ts b/src/models/PluginsCatalogPinsListPinnedVersionsResponse.ts index 8611711..c4b369a 100644 --- a/src/models/PluginsCatalogPinsListPinnedVersionsResponse.ts +++ b/src/models/PluginsCatalogPinsListPinnedVersionsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogPinsReadPinnedVersionResponse.ts b/src/models/PluginsCatalogPinsReadPinnedVersionResponse.ts index 86785c7..cd8fce8 100644 --- a/src/models/PluginsCatalogPinsReadPinnedVersionResponse.ts +++ b/src/models/PluginsCatalogPinsReadPinnedVersionResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogReadPluginConfigurationResponse.ts b/src/models/PluginsCatalogReadPluginConfigurationResponse.ts index dbe6b18..c02a4aa 100644 --- a/src/models/PluginsCatalogReadPluginConfigurationResponse.ts +++ b/src/models/PluginsCatalogReadPluginConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogReadPluginConfigurationWithTypeResponse.ts b/src/models/PluginsCatalogReadPluginConfigurationWithTypeResponse.ts index fb863ab..cee9e74 100644 --- a/src/models/PluginsCatalogReadPluginConfigurationWithTypeResponse.ts +++ b/src/models/PluginsCatalogReadPluginConfigurationWithTypeResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogRegisterPluginRequest.ts b/src/models/PluginsCatalogRegisterPluginRequest.ts index eec18a5..5802ca0 100644 --- a/src/models/PluginsCatalogRegisterPluginRequest.ts +++ b/src/models/PluginsCatalogRegisterPluginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsCatalogRegisterPluginWithTypeRequest.ts b/src/models/PluginsCatalogRegisterPluginWithTypeRequest.ts index e02affd..8d15246 100644 --- a/src/models/PluginsCatalogRegisterPluginWithTypeRequest.ts +++ b/src/models/PluginsCatalogRegisterPluginWithTypeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsReloadBackendsRequest.ts b/src/models/PluginsReloadBackendsRequest.ts index 44c5503..dc3fb0d 100644 --- a/src/models/PluginsReloadBackendsRequest.ts +++ b/src/models/PluginsReloadBackendsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsReloadBackendsResponse.ts b/src/models/PluginsReloadBackendsResponse.ts index dd28928..5c59c43 100644 --- a/src/models/PluginsReloadBackendsResponse.ts +++ b/src/models/PluginsReloadBackendsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsRuntimesCatalogListPluginsRuntimesResponse.ts b/src/models/PluginsRuntimesCatalogListPluginsRuntimesResponse.ts index ba810c3..c015fb6 100644 --- a/src/models/PluginsRuntimesCatalogListPluginsRuntimesResponse.ts +++ b/src/models/PluginsRuntimesCatalogListPluginsRuntimesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsRuntimesCatalogReadPluginRuntimeConfigurationResponse.ts b/src/models/PluginsRuntimesCatalogReadPluginRuntimeConfigurationResponse.ts index 00fce49..77d3ce7 100644 --- a/src/models/PluginsRuntimesCatalogReadPluginRuntimeConfigurationResponse.ts +++ b/src/models/PluginsRuntimesCatalogReadPluginRuntimeConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PluginsRuntimesCatalogRegisterPluginRuntimeRequest.ts b/src/models/PluginsRuntimesCatalogRegisterPluginRuntimeRequest.ts index c29bb00..3fa27fd 100644 --- a/src/models/PluginsRuntimesCatalogRegisterPluginRuntimeRequest.ts +++ b/src/models/PluginsRuntimesCatalogRegisterPluginRuntimeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesGeneratePasswordFromPasswordPolicyResponse.ts b/src/models/PoliciesGeneratePasswordFromPasswordPolicyResponse.ts index 1b67cf5..ceb3d35 100644 --- a/src/models/PoliciesGeneratePasswordFromPasswordPolicyResponse.ts +++ b/src/models/PoliciesGeneratePasswordFromPasswordPolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesListAclPolicies2Response.ts b/src/models/PoliciesListAclPolicies2Response.ts index e108f8d..6107edd 100644 --- a/src/models/PoliciesListAclPolicies2Response.ts +++ b/src/models/PoliciesListAclPolicies2Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesListAclPolicies3Response.ts b/src/models/PoliciesListAclPolicies3Response.ts index acc6daf..6054eb5 100644 --- a/src/models/PoliciesListAclPolicies3Response.ts +++ b/src/models/PoliciesListAclPolicies3Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesListAclPoliciesResponse.ts b/src/models/PoliciesListAclPoliciesResponse.ts index e946db3..59e470c 100644 --- a/src/models/PoliciesListAclPoliciesResponse.ts +++ b/src/models/PoliciesListAclPoliciesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesReadAclPolicy2Response.ts b/src/models/PoliciesReadAclPolicy2Response.ts index 1156ef6..c909989 100644 --- a/src/models/PoliciesReadAclPolicy2Response.ts +++ b/src/models/PoliciesReadAclPolicy2Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesReadAclPolicyResponse.ts b/src/models/PoliciesReadAclPolicyResponse.ts index 28e4f89..e8579a8 100644 --- a/src/models/PoliciesReadAclPolicyResponse.ts +++ b/src/models/PoliciesReadAclPolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesReadPasswordPolicyResponse.ts b/src/models/PoliciesReadPasswordPolicyResponse.ts index d938b1e..777e2b9 100644 --- a/src/models/PoliciesReadPasswordPolicyResponse.ts +++ b/src/models/PoliciesReadPasswordPolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesReadRotationPolicyResponse.ts b/src/models/PoliciesReadRotationPolicyResponse.ts index 6cbbdb6..a4bfce1 100644 --- a/src/models/PoliciesReadRotationPolicyResponse.ts +++ b/src/models/PoliciesReadRotationPolicyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesWriteAclPolicy2Request.ts b/src/models/PoliciesWriteAclPolicy2Request.ts index 3970746..8162407 100644 --- a/src/models/PoliciesWriteAclPolicy2Request.ts +++ b/src/models/PoliciesWriteAclPolicy2Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesWriteAclPolicyRequest.ts b/src/models/PoliciesWriteAclPolicyRequest.ts index 2212442..2c76747 100644 --- a/src/models/PoliciesWriteAclPolicyRequest.ts +++ b/src/models/PoliciesWriteAclPolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesWritePasswordPolicyRequest.ts b/src/models/PoliciesWritePasswordPolicyRequest.ts index 0b804e3..11b7317 100644 --- a/src/models/PoliciesWritePasswordPolicyRequest.ts +++ b/src/models/PoliciesWritePasswordPolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/PoliciesWriteRotationPolicyRequest.ts b/src/models/PoliciesWriteRotationPolicyRequest.ts index 34d97b4..1f3af8a 100644 --- a/src/models/PoliciesWriteRotationPolicyRequest.ts +++ b/src/models/PoliciesWriteRotationPolicyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/QueryTokenAccessorCapabilitiesRequest.ts b/src/models/QueryTokenAccessorCapabilitiesRequest.ts index 85f8d22..e7069ee 100644 --- a/src/models/QueryTokenAccessorCapabilitiesRequest.ts +++ b/src/models/QueryTokenAccessorCapabilitiesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/QueryTokenCapabilitiesRequest.ts b/src/models/QueryTokenCapabilitiesRequest.ts index f517eba..165a45e 100644 --- a/src/models/QueryTokenCapabilitiesRequest.ts +++ b/src/models/QueryTokenCapabilitiesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/QueryTokenSelfCapabilitiesRequest.ts b/src/models/QueryTokenSelfCapabilitiesRequest.ts index db0fe53..d9034ce 100644 --- a/src/models/QueryTokenSelfCapabilitiesRequest.ts +++ b/src/models/QueryTokenSelfCapabilitiesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RabbitMqConfigureConnectionRequest.ts b/src/models/RabbitMqConfigureConnectionRequest.ts index 84b0244..b78b2b1 100644 --- a/src/models/RabbitMqConfigureConnectionRequest.ts +++ b/src/models/RabbitMqConfigureConnectionRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RabbitMqConfigureLeaseRequest.ts b/src/models/RabbitMqConfigureLeaseRequest.ts index 68a4b18..1d3750a 100644 --- a/src/models/RabbitMqConfigureLeaseRequest.ts +++ b/src/models/RabbitMqConfigureLeaseRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RabbitMqWriteRoleRequest.ts b/src/models/RabbitMqWriteRoleRequest.ts index eb3f3d7..d475c5a 100644 --- a/src/models/RabbitMqWriteRoleRequest.ts +++ b/src/models/RabbitMqWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RadiusConfigureRequest.ts b/src/models/RadiusConfigureRequest.ts index 0bcfaf0..7b6a786 100644 --- a/src/models/RadiusConfigureRequest.ts +++ b/src/models/RadiusConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RadiusLoginRequest.ts b/src/models/RadiusLoginRequest.ts index 417b481..2fa3d23 100644 --- a/src/models/RadiusLoginRequest.ts +++ b/src/models/RadiusLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RadiusLoginWithUsernameRequest.ts b/src/models/RadiusLoginWithUsernameRequest.ts index dfbfa5c..19cf49f 100644 --- a/src/models/RadiusLoginWithUsernameRequest.ts +++ b/src/models/RadiusLoginWithUsernameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RadiusWriteUserRequest.ts b/src/models/RadiusWriteUserRequest.ts index 7364961..0d18a33 100644 --- a/src/models/RadiusWriteUserRequest.ts +++ b/src/models/RadiusWriteUserRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RateLimitQuotasConfigureRequest.ts b/src/models/RateLimitQuotasConfigureRequest.ts index d8e8165..1b899f2 100644 --- a/src/models/RateLimitQuotasConfigureRequest.ts +++ b/src/models/RateLimitQuotasConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RateLimitQuotasReadConfigurationResponse.ts b/src/models/RateLimitQuotasReadConfigurationResponse.ts index 4042ded..f3cd9a2 100644 --- a/src/models/RateLimitQuotasReadConfigurationResponse.ts +++ b/src/models/RateLimitQuotasReadConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RateLimitQuotasReadResponse.ts b/src/models/RateLimitQuotasReadResponse.ts index 53f715a..300cbc8 100644 --- a/src/models/RateLimitQuotasReadResponse.ts +++ b/src/models/RateLimitQuotasReadResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RateLimitQuotasWriteRequest.ts b/src/models/RateLimitQuotasWriteRequest.ts index 2e3023d..48735a2 100644 --- a/src/models/RateLimitQuotasWriteRequest.ts +++ b/src/models/RateLimitQuotasWriteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RawReadResponse.ts b/src/models/RawReadResponse.ts index 8ef72f8..aafd751 100644 --- a/src/models/RawReadResponse.ts +++ b/src/models/RawReadResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RawWriteRequest.ts b/src/models/RawWriteRequest.ts index e0c71ff..800a239 100644 --- a/src/models/RawWriteRequest.ts +++ b/src/models/RawWriteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ReadWrappingProperties2Response.ts b/src/models/ReadWrappingProperties2Response.ts index 1f8583f..3459889 100644 --- a/src/models/ReadWrappingProperties2Response.ts +++ b/src/models/ReadWrappingProperties2Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ReadWrappingPropertiesRequest.ts b/src/models/ReadWrappingPropertiesRequest.ts index 2ee5493..6c92baa 100644 --- a/src/models/ReadWrappingPropertiesRequest.ts +++ b/src/models/ReadWrappingPropertiesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ReadWrappingPropertiesResponse.ts b/src/models/ReadWrappingPropertiesResponse.ts index 93d9ab4..695c5a0 100644 --- a/src/models/ReadWrappingPropertiesResponse.ts +++ b/src/models/ReadWrappingPropertiesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RegisterCreateRequest.ts b/src/models/RegisterCreateRequest.ts index bc72566..7a1f9ed 100644 --- a/src/models/RegisterCreateRequest.ts +++ b/src/models/RegisterCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RegistrationListByIdResponse.ts b/src/models/RegistrationListByIdResponse.ts index b926a23..512123b 100644 --- a/src/models/RegistrationListByIdResponse.ts +++ b/src/models/RegistrationListByIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RegistrationUpdateByIdRequest.ts b/src/models/RegistrationUpdateByIdRequest.ts index 3a0f440..97079a4 100644 --- a/src/models/RegistrationUpdateByIdRequest.ts +++ b/src/models/RegistrationUpdateByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RegistrationUpdateByNameRequest.ts b/src/models/RegistrationUpdateByNameRequest.ts index 3eae60b..1a12595 100644 --- a/src/models/RegistrationUpdateByNameRequest.ts +++ b/src/models/RegistrationUpdateByNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyAttemptInitializeRequest.ts b/src/models/RekeyAttemptInitializeRequest.ts index 84ab8c2..e9f4a27 100644 --- a/src/models/RekeyAttemptInitializeRequest.ts +++ b/src/models/RekeyAttemptInitializeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyAttemptInitializeResponse.ts b/src/models/RekeyAttemptInitializeResponse.ts index 53c4556..2976fbf 100644 --- a/src/models/RekeyAttemptInitializeResponse.ts +++ b/src/models/RekeyAttemptInitializeResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyAttemptReadProgressResponse.ts b/src/models/RekeyAttemptReadProgressResponse.ts index cd5373f..86d8e93 100644 --- a/src/models/RekeyAttemptReadProgressResponse.ts +++ b/src/models/RekeyAttemptReadProgressResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyAttemptUpdateRequest.ts b/src/models/RekeyAttemptUpdateRequest.ts index ae38307..d16764a 100644 --- a/src/models/RekeyAttemptUpdateRequest.ts +++ b/src/models/RekeyAttemptUpdateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyAttemptUpdateResponse.ts b/src/models/RekeyAttemptUpdateResponse.ts index 4d089e4..be94a5c 100644 --- a/src/models/RekeyAttemptUpdateResponse.ts +++ b/src/models/RekeyAttemptUpdateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyReadBackupKeyResponse.ts b/src/models/RekeyReadBackupKeyResponse.ts index 7e1fdf6..d6b18cf 100644 --- a/src/models/RekeyReadBackupKeyResponse.ts +++ b/src/models/RekeyReadBackupKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyReadBackupRecoveryKeyResponse.ts b/src/models/RekeyReadBackupRecoveryKeyResponse.ts index bba7e5f..0b5a967 100644 --- a/src/models/RekeyReadBackupRecoveryKeyResponse.ts +++ b/src/models/RekeyReadBackupRecoveryKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyRecoveryKeyAttemptInitializeRequest.ts b/src/models/RekeyRecoveryKeyAttemptInitializeRequest.ts index fe1c514..b58160f 100644 --- a/src/models/RekeyRecoveryKeyAttemptInitializeRequest.ts +++ b/src/models/RekeyRecoveryKeyAttemptInitializeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyRecoveryKeyAttemptInitializeResponse.ts b/src/models/RekeyRecoveryKeyAttemptInitializeResponse.ts index 5ecae61..bc08398 100644 --- a/src/models/RekeyRecoveryKeyAttemptInitializeResponse.ts +++ b/src/models/RekeyRecoveryKeyAttemptInitializeResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyRecoveryKeyAttemptReadProgressResponse.ts b/src/models/RekeyRecoveryKeyAttemptReadProgressResponse.ts index 19480d1..2419831 100644 --- a/src/models/RekeyRecoveryKeyAttemptReadProgressResponse.ts +++ b/src/models/RekeyRecoveryKeyAttemptReadProgressResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyRecoveryKeyAttemptUpdateRequest.ts b/src/models/RekeyRecoveryKeyAttemptUpdateRequest.ts index cf18f4e..d2d853c 100644 --- a/src/models/RekeyRecoveryKeyAttemptUpdateRequest.ts +++ b/src/models/RekeyRecoveryKeyAttemptUpdateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyRecoveryKeyAttemptUpdateResponse.ts b/src/models/RekeyRecoveryKeyAttemptUpdateResponse.ts index 8808169..5f0895a 100644 --- a/src/models/RekeyRecoveryKeyAttemptUpdateResponse.ts +++ b/src/models/RekeyRecoveryKeyAttemptUpdateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyRecoveryKeyVerificationReadProgressResponse.ts b/src/models/RekeyRecoveryKeyVerificationReadProgressResponse.ts index 0bd658a..66f8c19 100644 --- a/src/models/RekeyRecoveryKeyVerificationReadProgressResponse.ts +++ b/src/models/RekeyRecoveryKeyVerificationReadProgressResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyRecoveryKeyVerificationUpdateRequest.ts b/src/models/RekeyRecoveryKeyVerificationUpdateRequest.ts index d60a546..5eedc1a 100644 --- a/src/models/RekeyRecoveryKeyVerificationUpdateRequest.ts +++ b/src/models/RekeyRecoveryKeyVerificationUpdateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyRecoveryKeyVerificationUpdateResponse.ts b/src/models/RekeyRecoveryKeyVerificationUpdateResponse.ts index 2467582..cef57cc 100644 --- a/src/models/RekeyRecoveryKeyVerificationUpdateResponse.ts +++ b/src/models/RekeyRecoveryKeyVerificationUpdateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyVerificationCancelResponse.ts b/src/models/RekeyVerificationCancelResponse.ts index 4ed9f52..e3a8504 100644 --- a/src/models/RekeyVerificationCancelResponse.ts +++ b/src/models/RekeyVerificationCancelResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyVerificationReadProgressResponse.ts b/src/models/RekeyVerificationReadProgressResponse.ts index 0b86ff8..12567c2 100644 --- a/src/models/RekeyVerificationReadProgressResponse.ts +++ b/src/models/RekeyVerificationReadProgressResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyVerificationUpdateRequest.ts b/src/models/RekeyVerificationUpdateRequest.ts index d65a56c..15a45c1 100644 --- a/src/models/RekeyVerificationUpdateRequest.ts +++ b/src/models/RekeyVerificationUpdateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RekeyVerificationUpdateResponse.ts b/src/models/RekeyVerificationUpdateResponse.ts index bc62f92..e281e4f 100644 --- a/src/models/RekeyVerificationUpdateResponse.ts +++ b/src/models/RekeyVerificationUpdateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ReleaseInfoReadReleaseInfoResponse.ts b/src/models/ReleaseInfoReadReleaseInfoResponse.ts index 02bd47f..5b3950e 100644 --- a/src/models/ReleaseInfoReadReleaseInfoResponse.ts +++ b/src/models/ReleaseInfoReadReleaseInfoResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ReloadPluginsRequest.ts b/src/models/ReloadPluginsRequest.ts index 22af6c4..bf09973 100644 --- a/src/models/ReloadPluginsRequest.ts +++ b/src/models/ReloadPluginsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ReloadPluginsResponse.ts b/src/models/ReloadPluginsResponse.ts index 6577079..ae44035 100644 --- a/src/models/ReloadPluginsResponse.ts +++ b/src/models/ReloadPluginsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RemountRequest.ts b/src/models/RemountRequest.ts index c466284..5055ad4 100644 --- a/src/models/RemountRequest.ts +++ b/src/models/RemountRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RemountResponse.ts b/src/models/RemountResponse.ts index 9520532..4d1189d 100644 --- a/src/models/RemountResponse.ts +++ b/src/models/RemountResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RemountStatusResponse.ts b/src/models/RemountStatusResponse.ts index c5168db..6300551 100644 --- a/src/models/RemountStatusResponse.ts +++ b/src/models/RemountStatusResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ReplicationDrSecondaryGenerateOperationTokenInitializeRequest.ts b/src/models/ReplicationDrSecondaryGenerateOperationTokenInitializeRequest.ts index fade70e..b4051f0 100644 --- a/src/models/ReplicationDrSecondaryGenerateOperationTokenInitializeRequest.ts +++ b/src/models/ReplicationDrSecondaryGenerateOperationTokenInitializeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ReplicationDrSecondaryGenerateOperationTokenUpdateRequest.ts b/src/models/ReplicationDrSecondaryGenerateOperationTokenUpdateRequest.ts index b25efc3..e025d2f 100644 --- a/src/models/ReplicationDrSecondaryGenerateOperationTokenUpdateRequest.ts +++ b/src/models/ReplicationDrSecondaryGenerateOperationTokenUpdateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RewrapRequest.ts b/src/models/RewrapRequest.ts index baa016d..aac5bc4 100644 --- a/src/models/RewrapRequest.ts +++ b/src/models/RewrapRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RootTokenGenerationInitialize2Request.ts b/src/models/RootTokenGenerationInitialize2Request.ts index e2ffff2..243ad4a 100644 --- a/src/models/RootTokenGenerationInitialize2Request.ts +++ b/src/models/RootTokenGenerationInitialize2Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RootTokenGenerationInitialize2Response.ts b/src/models/RootTokenGenerationInitialize2Response.ts index 8675aeb..88758a7 100644 --- a/src/models/RootTokenGenerationInitialize2Response.ts +++ b/src/models/RootTokenGenerationInitialize2Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RootTokenGenerationInitializeRequest.ts b/src/models/RootTokenGenerationInitializeRequest.ts index acfc08e..f6f6f41 100644 --- a/src/models/RootTokenGenerationInitializeRequest.ts +++ b/src/models/RootTokenGenerationInitializeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RootTokenGenerationInitializeResponse.ts b/src/models/RootTokenGenerationInitializeResponse.ts index ec94a61..d9ae34a 100644 --- a/src/models/RootTokenGenerationInitializeResponse.ts +++ b/src/models/RootTokenGenerationInitializeResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RootTokenGenerationReadProgress2Response.ts b/src/models/RootTokenGenerationReadProgress2Response.ts index 1179d46..b31ac3b 100644 --- a/src/models/RootTokenGenerationReadProgress2Response.ts +++ b/src/models/RootTokenGenerationReadProgress2Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RootTokenGenerationReadProgressResponse.ts b/src/models/RootTokenGenerationReadProgressResponse.ts index 2010942..f8fb30f 100644 --- a/src/models/RootTokenGenerationReadProgressResponse.ts +++ b/src/models/RootTokenGenerationReadProgressResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RootTokenGenerationUpdateRequest.ts b/src/models/RootTokenGenerationUpdateRequest.ts index 13cf523..bcbb8d4 100644 --- a/src/models/RootTokenGenerationUpdateRequest.ts +++ b/src/models/RootTokenGenerationUpdateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/RootTokenGenerationUpdateResponse.ts b/src/models/RootTokenGenerationUpdateResponse.ts index 1b96085..4a86cce 100644 --- a/src/models/RootTokenGenerationUpdateResponse.ts +++ b/src/models/RootTokenGenerationUpdateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SamlWriteCallbackRequest.ts b/src/models/SamlWriteCallbackRequest.ts index 3803734..118e3e7 100644 --- a/src/models/SamlWriteCallbackRequest.ts +++ b/src/models/SamlWriteCallbackRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SamlWriteConfigRequest.ts b/src/models/SamlWriteConfigRequest.ts index 6c7794f..17e3b16 100644 --- a/src/models/SamlWriteConfigRequest.ts +++ b/src/models/SamlWriteConfigRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SamlWriteRoleNameRequest.ts b/src/models/SamlWriteRoleNameRequest.ts index 6c268fc..f0f1fdc 100644 --- a/src/models/SamlWriteRoleNameRequest.ts +++ b/src/models/SamlWriteRoleNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SamlWriteSsoServiceUrlRequest.ts b/src/models/SamlWriteSsoServiceUrlRequest.ts index 2349aef..8da4540 100644 --- a/src/models/SamlWriteSsoServiceUrlRequest.ts +++ b/src/models/SamlWriteSsoServiceUrlRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SamlWriteTokenRequest.ts b/src/models/SamlWriteTokenRequest.ts index 398855b..e05dea4 100644 --- a/src/models/SamlWriteTokenRequest.ts +++ b/src/models/SamlWriteTokenRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ScanReportRequest.ts b/src/models/ScanReportRequest.ts index 072c274..df6bf15 100644 --- a/src/models/ScanReportRequest.ts +++ b/src/models/ScanReportRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ScepLoginRequest.ts b/src/models/ScepLoginRequest.ts index 0691aa9..7786a0e 100644 --- a/src/models/ScepLoginRequest.ts +++ b/src/models/ScepLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ScepWriteRoleRoleRequest.ts b/src/models/ScepWriteRoleRoleRequest.ts index 0fd97cf..f64c421 100644 --- a/src/models/ScepWriteRoleRoleRequest.ts +++ b/src/models/ScepWriteRoleRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/ScimUpdateClientRequest.ts b/src/models/ScimUpdateClientRequest.ts index 4d25447..0b54571 100644 --- a/src/models/ScimUpdateClientRequest.ts +++ b/src/models/ScimUpdateClientRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SealStatusResponse.ts b/src/models/SealStatusResponse.ts index c9a2b60..af1de77 100644 --- a/src/models/SealStatusResponse.ts +++ b/src/models/SealStatusResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SpiffeConfigureRequest.ts b/src/models/SpiffeConfigureRequest.ts index 985c612..2c9221d 100644 --- a/src/models/SpiffeConfigureRequest.ts +++ b/src/models/SpiffeConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SpiffeConfigureResponse.ts b/src/models/SpiffeConfigureResponse.ts index f9cfefc..073208d 100644 --- a/src/models/SpiffeConfigureResponse.ts +++ b/src/models/SpiffeConfigureResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SpiffeCreateRequest.ts b/src/models/SpiffeCreateRequest.ts index 6166cef..63f2788 100644 --- a/src/models/SpiffeCreateRequest.ts +++ b/src/models/SpiffeCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SpiffeCreateResponse.ts b/src/models/SpiffeCreateResponse.ts index 1d4ea05..a383fd4 100644 --- a/src/models/SpiffeCreateResponse.ts +++ b/src/models/SpiffeCreateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SpiffeLoginRequest.ts b/src/models/SpiffeLoginRequest.ts index 0d35a5d..c75f736 100644 --- a/src/models/SpiffeLoginRequest.ts +++ b/src/models/SpiffeLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SpiffeRotateRequest.ts b/src/models/SpiffeRotateRequest.ts index e437763..6b9e212 100644 --- a/src/models/SpiffeRotateRequest.ts +++ b/src/models/SpiffeRotateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SpiffeWriteRoleNameRequest.ts b/src/models/SpiffeWriteRoleNameRequest.ts index e300463..e719073 100644 --- a/src/models/SpiffeWriteRoleNameRequest.ts +++ b/src/models/SpiffeWriteRoleNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshConfigureCaRequest.ts b/src/models/SshConfigureCaRequest.ts index d4ac9d3..d0bd8ea 100644 --- a/src/models/SshConfigureCaRequest.ts +++ b/src/models/SshConfigureCaRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshConfigureZeroAddressRequest.ts b/src/models/SshConfigureZeroAddressRequest.ts index 5923531..48472bc 100644 --- a/src/models/SshConfigureZeroAddressRequest.ts +++ b/src/models/SshConfigureZeroAddressRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshGenerateCredentialsRequest.ts b/src/models/SshGenerateCredentialsRequest.ts index 6b2dee0..6e53975 100644 --- a/src/models/SshGenerateCredentialsRequest.ts +++ b/src/models/SshGenerateCredentialsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshIssueCertificateRequest.ts b/src/models/SshIssueCertificateRequest.ts index 9cf891c..f3b12ce 100644 --- a/src/models/SshIssueCertificateRequest.ts +++ b/src/models/SshIssueCertificateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshListRolesByIpRequest.ts b/src/models/SshListRolesByIpRequest.ts index d3325b8..51f592e 100644 --- a/src/models/SshListRolesByIpRequest.ts +++ b/src/models/SshListRolesByIpRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshListRolesResponse.ts b/src/models/SshListRolesResponse.ts index 3e2c0b2..a4debc7 100644 --- a/src/models/SshListRolesResponse.ts +++ b/src/models/SshListRolesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshSignCertificateRequest.ts b/src/models/SshSignCertificateRequest.ts index 14b8e97..b7c89fc 100644 --- a/src/models/SshSignCertificateRequest.ts +++ b/src/models/SshSignCertificateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshVerifyOtpRequest.ts b/src/models/SshVerifyOtpRequest.ts index 6d70960..4675ec3 100644 --- a/src/models/SshVerifyOtpRequest.ts +++ b/src/models/SshVerifyOtpRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SshWriteRoleRequest.ts b/src/models/SshWriteRoleRequest.ts index db3030d..72e6168 100644 --- a/src/models/SshWriteRoleRequest.ts +++ b/src/models/SshWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/StandardListResponse.ts b/src/models/StandardListResponse.ts index fcd4638..64ee670 100644 --- a/src/models/StandardListResponse.ts +++ b/src/models/StandardListResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SubscriptionsCreateResponse.ts b/src/models/SubscriptionsCreateResponse.ts index a9a9748..63feaad 100644 --- a/src/models/SubscriptionsCreateResponse.ts +++ b/src/models/SubscriptionsCreateResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SubscriptionsListEventsSubscriptionsResponse.ts b/src/models/SubscriptionsListEventsSubscriptionsResponse.ts index 8f2b776..159fcbc 100644 --- a/src/models/SubscriptionsListEventsSubscriptionsResponse.ts +++ b/src/models/SubscriptionsListEventsSubscriptionsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SubscriptionsReadEventsSubscriptionsResponse.ts b/src/models/SubscriptionsReadEventsSubscriptionsResponse.ts index ad6add8..4b7ced8 100644 --- a/src/models/SubscriptionsReadEventsSubscriptionsResponse.ts +++ b/src/models/SubscriptionsReadEventsSubscriptionsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SubscriptionsWriteEventsSubscriptionsRequest.ts b/src/models/SubscriptionsWriteEventsSubscriptionsRequest.ts index 189fb5e..6b68b21 100644 --- a/src/models/SubscriptionsWriteEventsSubscriptionsRequest.ts +++ b/src/models/SubscriptionsWriteEventsSubscriptionsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SubscriptionsWriteEventsSubscriptionsResponse.ts b/src/models/SubscriptionsWriteEventsSubscriptionsResponse.ts index a7f652e..806c51e 100644 --- a/src/models/SubscriptionsWriteEventsSubscriptionsResponse.ts +++ b/src/models/SubscriptionsWriteEventsSubscriptionsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemDeleteSyncConfigResponse.ts b/src/models/SystemDeleteSyncConfigResponse.ts index ccc38d5..d9c3f51 100644 --- a/src/models/SystemDeleteSyncConfigResponse.ts +++ b/src/models/SystemDeleteSyncConfigResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemDeleteSyncGithubAppsNameResponse.ts b/src/models/SystemDeleteSyncGithubAppsNameResponse.ts index f4a175f..bc8b919 100644 --- a/src/models/SystemDeleteSyncGithubAppsNameResponse.ts +++ b/src/models/SystemDeleteSyncGithubAppsNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemListSyncAssociationsResponse.ts b/src/models/SystemListSyncAssociationsResponse.ts index 282f076..364cebc 100644 --- a/src/models/SystemListSyncAssociationsResponse.ts +++ b/src/models/SystemListSyncAssociationsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemListSyncDestinationsResponse.ts b/src/models/SystemListSyncDestinationsResponse.ts index a47a464..436b644 100644 --- a/src/models/SystemListSyncDestinationsResponse.ts +++ b/src/models/SystemListSyncDestinationsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemListSyncDestinationsTypeResponse.ts b/src/models/SystemListSyncDestinationsTypeResponse.ts index 51f5daf..be54c8d 100644 --- a/src/models/SystemListSyncDestinationsTypeResponse.ts +++ b/src/models/SystemListSyncDestinationsTypeResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemListSyncGithubAppsResponse.ts b/src/models/SystemListSyncGithubAppsResponse.ts index 62c71fd..a09096c 100644 --- a/src/models/SystemListSyncGithubAppsResponse.ts +++ b/src/models/SystemListSyncGithubAppsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchNamespacesPathRequest.ts b/src/models/SystemPatchNamespacesPathRequest.ts index 8e34235..ce02de0 100644 --- a/src/models/SystemPatchNamespacesPathRequest.ts +++ b/src/models/SystemPatchNamespacesPathRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncConfigRequest.ts b/src/models/SystemPatchSyncConfigRequest.ts index 11399c6..ede9b7a 100644 --- a/src/models/SystemPatchSyncConfigRequest.ts +++ b/src/models/SystemPatchSyncConfigRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncConfigResponse.ts b/src/models/SystemPatchSyncConfigResponse.ts index 5d14944..0039dce 100644 --- a/src/models/SystemPatchSyncConfigResponse.ts +++ b/src/models/SystemPatchSyncConfigResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsAwsSmNameRequest.ts b/src/models/SystemPatchSyncDestinationsAwsSmNameRequest.ts index 7d40d5f..b01be71 100644 --- a/src/models/SystemPatchSyncDestinationsAwsSmNameRequest.ts +++ b/src/models/SystemPatchSyncDestinationsAwsSmNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsAwsSmNameResponse.ts b/src/models/SystemPatchSyncDestinationsAwsSmNameResponse.ts index 8e1f93e..7a327c0 100644 --- a/src/models/SystemPatchSyncDestinationsAwsSmNameResponse.ts +++ b/src/models/SystemPatchSyncDestinationsAwsSmNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsAzureKvNameRequest.ts b/src/models/SystemPatchSyncDestinationsAzureKvNameRequest.ts index eeedeeb..59c954b 100644 --- a/src/models/SystemPatchSyncDestinationsAzureKvNameRequest.ts +++ b/src/models/SystemPatchSyncDestinationsAzureKvNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsAzureKvNameResponse.ts b/src/models/SystemPatchSyncDestinationsAzureKvNameResponse.ts index 79fea73..dc8f139 100644 --- a/src/models/SystemPatchSyncDestinationsAzureKvNameResponse.ts +++ b/src/models/SystemPatchSyncDestinationsAzureKvNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsGcpSmNameRequest.ts b/src/models/SystemPatchSyncDestinationsGcpSmNameRequest.ts index ed8ad14..4fe5c9c 100644 --- a/src/models/SystemPatchSyncDestinationsGcpSmNameRequest.ts +++ b/src/models/SystemPatchSyncDestinationsGcpSmNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsGcpSmNameResponse.ts b/src/models/SystemPatchSyncDestinationsGcpSmNameResponse.ts index dba8ab6..bb765e8 100644 --- a/src/models/SystemPatchSyncDestinationsGcpSmNameResponse.ts +++ b/src/models/SystemPatchSyncDestinationsGcpSmNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsGhNameRequest.ts b/src/models/SystemPatchSyncDestinationsGhNameRequest.ts index 98fd6e7..966866e 100644 --- a/src/models/SystemPatchSyncDestinationsGhNameRequest.ts +++ b/src/models/SystemPatchSyncDestinationsGhNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsGhNameResponse.ts b/src/models/SystemPatchSyncDestinationsGhNameResponse.ts index 22c0ca8..d7ea821 100644 --- a/src/models/SystemPatchSyncDestinationsGhNameResponse.ts +++ b/src/models/SystemPatchSyncDestinationsGhNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsInMemNameRequest.ts b/src/models/SystemPatchSyncDestinationsInMemNameRequest.ts index 126bacc..29f4e14 100644 --- a/src/models/SystemPatchSyncDestinationsInMemNameRequest.ts +++ b/src/models/SystemPatchSyncDestinationsInMemNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsInMemNameResponse.ts b/src/models/SystemPatchSyncDestinationsInMemNameResponse.ts index 6a370b7..b846f31 100644 --- a/src/models/SystemPatchSyncDestinationsInMemNameResponse.ts +++ b/src/models/SystemPatchSyncDestinationsInMemNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsVercelProjectNameRequest.ts b/src/models/SystemPatchSyncDestinationsVercelProjectNameRequest.ts index 9edd996..835869d 100644 --- a/src/models/SystemPatchSyncDestinationsVercelProjectNameRequest.ts +++ b/src/models/SystemPatchSyncDestinationsVercelProjectNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemPatchSyncDestinationsVercelProjectNameResponse.ts b/src/models/SystemPatchSyncDestinationsVercelProjectNameResponse.ts index 37f7c9f..7edfe5a 100644 --- a/src/models/SystemPatchSyncDestinationsVercelProjectNameResponse.ts +++ b/src/models/SystemPatchSyncDestinationsVercelProjectNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadBillingCertificatesResponse.ts b/src/models/SystemReadBillingCertificatesResponse.ts index a08efe2..044376d 100644 --- a/src/models/SystemReadBillingCertificatesResponse.ts +++ b/src/models/SystemReadBillingCertificatesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadBillingConfigResponse.ts b/src/models/SystemReadBillingConfigResponse.ts index ffed332..b108aa8 100644 --- a/src/models/SystemReadBillingConfigResponse.ts +++ b/src/models/SystemReadBillingConfigResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadBillingOverviewResponse.ts b/src/models/SystemReadBillingOverviewResponse.ts index cc36d30..66a19a9 100644 --- a/src/models/SystemReadBillingOverviewResponse.ts +++ b/src/models/SystemReadBillingOverviewResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadConfigGroupPolicyApplicationResponse.ts b/src/models/SystemReadConfigGroupPolicyApplicationResponse.ts index 56e87ea..e624ad6 100644 --- a/src/models/SystemReadConfigGroupPolicyApplicationResponse.ts +++ b/src/models/SystemReadConfigGroupPolicyApplicationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadRotationOrphansResponse.ts b/src/models/SystemReadRotationOrphansResponse.ts index f075b7d..63466cc 100644 --- a/src/models/SystemReadRotationOrphansResponse.ts +++ b/src/models/SystemReadRotationOrphansResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadStorageRaftSnapshotLoadIdResponse.ts b/src/models/SystemReadStorageRaftSnapshotLoadIdResponse.ts index 5497e52..5ea423f 100644 --- a/src/models/SystemReadStorageRaftSnapshotLoadIdResponse.ts +++ b/src/models/SystemReadStorageRaftSnapshotLoadIdResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncAssociationsDestinationsResponse.ts b/src/models/SystemReadSyncAssociationsDestinationsResponse.ts index 4eadac5..d7b0171 100644 --- a/src/models/SystemReadSyncAssociationsDestinationsResponse.ts +++ b/src/models/SystemReadSyncAssociationsDestinationsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncAssociationsMountSecretNameResponse.ts b/src/models/SystemReadSyncAssociationsMountSecretNameResponse.ts index 6ca845a..8d3cb44 100644 --- a/src/models/SystemReadSyncAssociationsMountSecretNameResponse.ts +++ b/src/models/SystemReadSyncAssociationsMountSecretNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncConfigResponse.ts b/src/models/SystemReadSyncConfigResponse.ts index ef5022e..0a0ef06 100644 --- a/src/models/SystemReadSyncConfigResponse.ts +++ b/src/models/SystemReadSyncConfigResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncDestinationsAwsSmNameResponse.ts b/src/models/SystemReadSyncDestinationsAwsSmNameResponse.ts index da9ca91..b89170c 100644 --- a/src/models/SystemReadSyncDestinationsAwsSmNameResponse.ts +++ b/src/models/SystemReadSyncDestinationsAwsSmNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncDestinationsAzureKvNameResponse.ts b/src/models/SystemReadSyncDestinationsAzureKvNameResponse.ts index 117abbd..934cdb3 100644 --- a/src/models/SystemReadSyncDestinationsAzureKvNameResponse.ts +++ b/src/models/SystemReadSyncDestinationsAzureKvNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncDestinationsGcpSmNameResponse.ts b/src/models/SystemReadSyncDestinationsGcpSmNameResponse.ts index 4d333b3..e866c85 100644 --- a/src/models/SystemReadSyncDestinationsGcpSmNameResponse.ts +++ b/src/models/SystemReadSyncDestinationsGcpSmNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncDestinationsGhNameResponse.ts b/src/models/SystemReadSyncDestinationsGhNameResponse.ts index bd9b35b..6916f5e 100644 --- a/src/models/SystemReadSyncDestinationsGhNameResponse.ts +++ b/src/models/SystemReadSyncDestinationsGhNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncDestinationsInMemNameResponse.ts b/src/models/SystemReadSyncDestinationsInMemNameResponse.ts index c75f11d..0eba275 100644 --- a/src/models/SystemReadSyncDestinationsInMemNameResponse.ts +++ b/src/models/SystemReadSyncDestinationsInMemNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncDestinationsTypeNameAssociationsResponse.ts b/src/models/SystemReadSyncDestinationsTypeNameAssociationsResponse.ts index cb90c8f..e5c8cf3 100644 --- a/src/models/SystemReadSyncDestinationsTypeNameAssociationsResponse.ts +++ b/src/models/SystemReadSyncDestinationsTypeNameAssociationsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncDestinationsVercelProjectNameResponse.ts b/src/models/SystemReadSyncDestinationsVercelProjectNameResponse.ts index 2b53573..8b3dda8 100644 --- a/src/models/SystemReadSyncDestinationsVercelProjectNameResponse.ts +++ b/src/models/SystemReadSyncDestinationsVercelProjectNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemReadSyncGithubAppsNameResponse.ts b/src/models/SystemReadSyncGithubAppsNameResponse.ts index cfd1088..e451665 100644 --- a/src/models/SystemReadSyncGithubAppsNameResponse.ts +++ b/src/models/SystemReadSyncGithubAppsNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteBillingConfigRequest.ts b/src/models/SystemWriteBillingConfigRequest.ts index 00b04ed..26e1c82 100644 --- a/src/models/SystemWriteBillingConfigRequest.ts +++ b/src/models/SystemWriteBillingConfigRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteConfigControlGroupRequest.ts b/src/models/SystemWriteConfigControlGroupRequest.ts index e01516a..c9a3ba3 100644 --- a/src/models/SystemWriteConfigControlGroupRequest.ts +++ b/src/models/SystemWriteConfigControlGroupRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteConfigGroupPolicyApplicationRequest.ts b/src/models/SystemWriteConfigGroupPolicyApplicationRequest.ts index abcdc7b..97ae3e6 100644 --- a/src/models/SystemWriteConfigGroupPolicyApplicationRequest.ts +++ b/src/models/SystemWriteConfigGroupPolicyApplicationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteControlGroupAuthorizeRequest.ts b/src/models/SystemWriteControlGroupAuthorizeRequest.ts index 1ec926e..b97e5a1 100644 --- a/src/models/SystemWriteControlGroupAuthorizeRequest.ts +++ b/src/models/SystemWriteControlGroupAuthorizeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteControlGroupRequestRequest.ts b/src/models/SystemWriteControlGroupRequestRequest.ts index a8244b6..2069fb3 100644 --- a/src/models/SystemWriteControlGroupRequestRequest.ts +++ b/src/models/SystemWriteControlGroupRequestRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteInternalCountersActivityWriteRequest.ts b/src/models/SystemWriteInternalCountersActivityWriteRequest.ts index 840d4c5..649ac82 100644 --- a/src/models/SystemWriteInternalCountersActivityWriteRequest.ts +++ b/src/models/SystemWriteInternalCountersActivityWriteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteManagedKeysTypeNameRequest.ts b/src/models/SystemWriteManagedKeysTypeNameRequest.ts index 512050c..2a27137 100644 --- a/src/models/SystemWriteManagedKeysTypeNameRequest.ts +++ b/src/models/SystemWriteManagedKeysTypeNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteManagedKeysTypeNameTestSignRequest.ts b/src/models/SystemWriteManagedKeysTypeNameTestSignRequest.ts index 382f69c..6a4476f 100644 --- a/src/models/SystemWriteManagedKeysTypeNameTestSignRequest.ts +++ b/src/models/SystemWriteManagedKeysTypeNameTestSignRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteMfaMethodDuoNameRequest.ts b/src/models/SystemWriteMfaMethodDuoNameRequest.ts index 8a89fcb..0b576de 100644 --- a/src/models/SystemWriteMfaMethodDuoNameRequest.ts +++ b/src/models/SystemWriteMfaMethodDuoNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteMfaMethodOktaNameRequest.ts b/src/models/SystemWriteMfaMethodOktaNameRequest.ts index 046d3e3..ef7998e 100644 --- a/src/models/SystemWriteMfaMethodOktaNameRequest.ts +++ b/src/models/SystemWriteMfaMethodOktaNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteMfaMethodPingidNameRequest.ts b/src/models/SystemWriteMfaMethodPingidNameRequest.ts index d225af7..bad6fa1 100644 --- a/src/models/SystemWriteMfaMethodPingidNameRequest.ts +++ b/src/models/SystemWriteMfaMethodPingidNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteMfaMethodTotpNameAdminDestroyRequest.ts b/src/models/SystemWriteMfaMethodTotpNameAdminDestroyRequest.ts index 4938d67..98a2882 100644 --- a/src/models/SystemWriteMfaMethodTotpNameAdminDestroyRequest.ts +++ b/src/models/SystemWriteMfaMethodTotpNameAdminDestroyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteMfaMethodTotpNameAdminGenerateRequest.ts b/src/models/SystemWriteMfaMethodTotpNameAdminGenerateRequest.ts index fdb7a78..9f114dc 100644 --- a/src/models/SystemWriteMfaMethodTotpNameAdminGenerateRequest.ts +++ b/src/models/SystemWriteMfaMethodTotpNameAdminGenerateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteMfaMethodTotpNameRequest.ts b/src/models/SystemWriteMfaMethodTotpNameRequest.ts index fefcbb2..29e90b5 100644 --- a/src/models/SystemWriteMfaMethodTotpNameRequest.ts +++ b/src/models/SystemWriteMfaMethodTotpNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteNamespacesApiLockUnlockPathRequest.ts b/src/models/SystemWriteNamespacesApiLockUnlockPathRequest.ts index 61cad6d..e8c77af 100644 --- a/src/models/SystemWriteNamespacesApiLockUnlockPathRequest.ts +++ b/src/models/SystemWriteNamespacesApiLockUnlockPathRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteNamespacesApiLockUnlockRequest.ts b/src/models/SystemWriteNamespacesApiLockUnlockRequest.ts index 6adbe98..c5fdae4 100644 --- a/src/models/SystemWriteNamespacesApiLockUnlockRequest.ts +++ b/src/models/SystemWriteNamespacesApiLockUnlockRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteNamespacesPathRequest.ts b/src/models/SystemWriteNamespacesPathRequest.ts index 2ebf704..e8ee88d 100644 --- a/src/models/SystemWriteNamespacesPathRequest.ts +++ b/src/models/SystemWriteNamespacesPathRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWritePoliciesEgpNameRequest.ts b/src/models/SystemWritePoliciesEgpNameRequest.ts index caec7d2..f61b36b 100644 --- a/src/models/SystemWritePoliciesEgpNameRequest.ts +++ b/src/models/SystemWritePoliciesEgpNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWritePoliciesRgpNameRequest.ts b/src/models/SystemWritePoliciesRgpNameRequest.ts index 62fa326..7a70923 100644 --- a/src/models/SystemWritePoliciesRgpNameRequest.ts +++ b/src/models/SystemWritePoliciesRgpNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteQuotasLeaseCountNameRequest.ts b/src/models/SystemWriteQuotasLeaseCountNameRequest.ts index 4763e3d..72255d6 100644 --- a/src/models/SystemWriteQuotasLeaseCountNameRequest.ts +++ b/src/models/SystemWriteQuotasLeaseCountNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrPrimaryEnableRequest.ts b/src/models/SystemWriteReplicationDrPrimaryEnableRequest.ts index 3162fee..b7839b7 100644 --- a/src/models/SystemWriteReplicationDrPrimaryEnableRequest.ts +++ b/src/models/SystemWriteReplicationDrPrimaryEnableRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrPrimaryRevokeSecondaryRequest.ts b/src/models/SystemWriteReplicationDrPrimaryRevokeSecondaryRequest.ts index b5201d6..97e451a 100644 --- a/src/models/SystemWriteReplicationDrPrimaryRevokeSecondaryRequest.ts +++ b/src/models/SystemWriteReplicationDrPrimaryRevokeSecondaryRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrPrimarySecondaryTokenRequest.ts b/src/models/SystemWriteReplicationDrPrimarySecondaryTokenRequest.ts index b3ba3c6..a038d87 100644 --- a/src/models/SystemWriteReplicationDrPrimarySecondaryTokenRequest.ts +++ b/src/models/SystemWriteReplicationDrPrimarySecondaryTokenRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrSecondaryDisableRequest.ts b/src/models/SystemWriteReplicationDrSecondaryDisableRequest.ts index c831564..2aa1f25 100644 --- a/src/models/SystemWriteReplicationDrSecondaryDisableRequest.ts +++ b/src/models/SystemWriteReplicationDrSecondaryDisableRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrSecondaryEnableRequest.ts b/src/models/SystemWriteReplicationDrSecondaryEnableRequest.ts index 11bfe2b..97f99aa 100644 --- a/src/models/SystemWriteReplicationDrSecondaryEnableRequest.ts +++ b/src/models/SystemWriteReplicationDrSecondaryEnableRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrSecondaryMerkleCheckRequest.ts b/src/models/SystemWriteReplicationDrSecondaryMerkleCheckRequest.ts index e4deeab..ca1a465 100644 --- a/src/models/SystemWriteReplicationDrSecondaryMerkleCheckRequest.ts +++ b/src/models/SystemWriteReplicationDrSecondaryMerkleCheckRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrSecondaryOperationTokenDeleteRequest.ts b/src/models/SystemWriteReplicationDrSecondaryOperationTokenDeleteRequest.ts index 666ba25..5fc9d89 100644 --- a/src/models/SystemWriteReplicationDrSecondaryOperationTokenDeleteRequest.ts +++ b/src/models/SystemWriteReplicationDrSecondaryOperationTokenDeleteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrSecondaryPromoteRequest.ts b/src/models/SystemWriteReplicationDrSecondaryPromoteRequest.ts index 96eb2b3..16f1048 100644 --- a/src/models/SystemWriteReplicationDrSecondaryPromoteRequest.ts +++ b/src/models/SystemWriteReplicationDrSecondaryPromoteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrSecondaryRecoverRequest.ts b/src/models/SystemWriteReplicationDrSecondaryRecoverRequest.ts index 9515166..ab96566 100644 --- a/src/models/SystemWriteReplicationDrSecondaryRecoverRequest.ts +++ b/src/models/SystemWriteReplicationDrSecondaryRecoverRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrSecondaryReindexRequest.ts b/src/models/SystemWriteReplicationDrSecondaryReindexRequest.ts index 28cd332..a60670a 100644 --- a/src/models/SystemWriteReplicationDrSecondaryReindexRequest.ts +++ b/src/models/SystemWriteReplicationDrSecondaryReindexRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationDrSecondaryUpdatePrimaryRequest.ts b/src/models/SystemWriteReplicationDrSecondaryUpdatePrimaryRequest.ts index cc46627..d2fbacc 100644 --- a/src/models/SystemWriteReplicationDrSecondaryUpdatePrimaryRequest.ts +++ b/src/models/SystemWriteReplicationDrSecondaryUpdatePrimaryRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationForceCorruptionRequest.ts b/src/models/SystemWriteReplicationForceCorruptionRequest.ts index ff12c63..c4e5ea8 100644 --- a/src/models/SystemWriteReplicationForceCorruptionRequest.ts +++ b/src/models/SystemWriteReplicationForceCorruptionRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPerformancePrimaryEnableRequest.ts b/src/models/SystemWriteReplicationPerformancePrimaryEnableRequest.ts index cdddd8d..d52783e 100644 --- a/src/models/SystemWriteReplicationPerformancePrimaryEnableRequest.ts +++ b/src/models/SystemWriteReplicationPerformancePrimaryEnableRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPerformancePrimaryPathsFilterIdRequest.ts b/src/models/SystemWriteReplicationPerformancePrimaryPathsFilterIdRequest.ts index d7e253d..c7d97ad 100644 --- a/src/models/SystemWriteReplicationPerformancePrimaryPathsFilterIdRequest.ts +++ b/src/models/SystemWriteReplicationPerformancePrimaryPathsFilterIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPerformancePrimaryRevokeSecondaryRequest.ts b/src/models/SystemWriteReplicationPerformancePrimaryRevokeSecondaryRequest.ts index f6da3ac..256e7ab 100644 --- a/src/models/SystemWriteReplicationPerformancePrimaryRevokeSecondaryRequest.ts +++ b/src/models/SystemWriteReplicationPerformancePrimaryRevokeSecondaryRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPerformancePrimarySecondaryTokenRequest.ts b/src/models/SystemWriteReplicationPerformancePrimarySecondaryTokenRequest.ts index 51e5819..2c040d5 100644 --- a/src/models/SystemWriteReplicationPerformancePrimarySecondaryTokenRequest.ts +++ b/src/models/SystemWriteReplicationPerformancePrimarySecondaryTokenRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPerformanceSecondaryEnableRequest.ts b/src/models/SystemWriteReplicationPerformanceSecondaryEnableRequest.ts index cb56848..7b4cc6f 100644 --- a/src/models/SystemWriteReplicationPerformanceSecondaryEnableRequest.ts +++ b/src/models/SystemWriteReplicationPerformanceSecondaryEnableRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPerformanceSecondaryPromoteRequest.ts b/src/models/SystemWriteReplicationPerformanceSecondaryPromoteRequest.ts index f698d98..8c4cb4f 100644 --- a/src/models/SystemWriteReplicationPerformanceSecondaryPromoteRequest.ts +++ b/src/models/SystemWriteReplicationPerformanceSecondaryPromoteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPerformanceSecondaryUpdatePrimaryRequest.ts b/src/models/SystemWriteReplicationPerformanceSecondaryUpdatePrimaryRequest.ts index f235149..2301827 100644 --- a/src/models/SystemWriteReplicationPerformanceSecondaryUpdatePrimaryRequest.ts +++ b/src/models/SystemWriteReplicationPerformanceSecondaryUpdatePrimaryRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPrimaryEnableRequest.ts b/src/models/SystemWriteReplicationPrimaryEnableRequest.ts index 1054ffa..ba81267 100644 --- a/src/models/SystemWriteReplicationPrimaryEnableRequest.ts +++ b/src/models/SystemWriteReplicationPrimaryEnableRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPrimaryRevokeSecondaryRequest.ts b/src/models/SystemWriteReplicationPrimaryRevokeSecondaryRequest.ts index b00241c..ae8aeab 100644 --- a/src/models/SystemWriteReplicationPrimaryRevokeSecondaryRequest.ts +++ b/src/models/SystemWriteReplicationPrimaryRevokeSecondaryRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationPrimarySecondaryTokenRequest.ts b/src/models/SystemWriteReplicationPrimarySecondaryTokenRequest.ts index 22877a3..4a3323f 100644 --- a/src/models/SystemWriteReplicationPrimarySecondaryTokenRequest.ts +++ b/src/models/SystemWriteReplicationPrimarySecondaryTokenRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationReindexRequest.ts b/src/models/SystemWriteReplicationReindexRequest.ts index 6e44a0f..82a641b 100644 --- a/src/models/SystemWriteReplicationReindexRequest.ts +++ b/src/models/SystemWriteReplicationReindexRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationSecondaryEnableRequest.ts b/src/models/SystemWriteReplicationSecondaryEnableRequest.ts index 19b65e4..0a23549 100644 --- a/src/models/SystemWriteReplicationSecondaryEnableRequest.ts +++ b/src/models/SystemWriteReplicationSecondaryEnableRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationSecondaryPromoteRequest.ts b/src/models/SystemWriteReplicationSecondaryPromoteRequest.ts index 1c60a2e..1e5120b 100644 --- a/src/models/SystemWriteReplicationSecondaryPromoteRequest.ts +++ b/src/models/SystemWriteReplicationSecondaryPromoteRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteReplicationSecondaryUpdatePrimaryRequest.ts b/src/models/SystemWriteReplicationSecondaryUpdatePrimaryRequest.ts index 26337fc..ae18161 100644 --- a/src/models/SystemWriteReplicationSecondaryUpdatePrimaryRequest.ts +++ b/src/models/SystemWriteReplicationSecondaryUpdatePrimaryRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteStorageRaftSnapshotAutoConfigNameRequest.ts b/src/models/SystemWriteStorageRaftSnapshotAutoConfigNameRequest.ts index d3f580d..da74af5 100644 --- a/src/models/SystemWriteStorageRaftSnapshotAutoConfigNameRequest.ts +++ b/src/models/SystemWriteStorageRaftSnapshotAutoConfigNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteStorageRaftSnapshotAutoSnapshotLoadNameRequest.ts b/src/models/SystemWriteStorageRaftSnapshotAutoSnapshotLoadNameRequest.ts index 584d4f0..45c74e8 100644 --- a/src/models/SystemWriteStorageRaftSnapshotAutoSnapshotLoadNameRequest.ts +++ b/src/models/SystemWriteStorageRaftSnapshotAutoSnapshotLoadNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteStorageRaftSnapshotLoadResponse.ts b/src/models/SystemWriteStorageRaftSnapshotLoadResponse.ts index 5f6e91a..f9175c6 100644 --- a/src/models/SystemWriteStorageRaftSnapshotLoadResponse.ts +++ b/src/models/SystemWriteStorageRaftSnapshotLoadResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsAwsSmNameRequest.ts b/src/models/SystemWriteSyncDestinationsAwsSmNameRequest.ts index 4ec694f..70cc81a 100644 --- a/src/models/SystemWriteSyncDestinationsAwsSmNameRequest.ts +++ b/src/models/SystemWriteSyncDestinationsAwsSmNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsAwsSmNameResponse.ts b/src/models/SystemWriteSyncDestinationsAwsSmNameResponse.ts index d82442b..65f9a56 100644 --- a/src/models/SystemWriteSyncDestinationsAwsSmNameResponse.ts +++ b/src/models/SystemWriteSyncDestinationsAwsSmNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsAzureKvNameRequest.ts b/src/models/SystemWriteSyncDestinationsAzureKvNameRequest.ts index b758559..d3ce227 100644 --- a/src/models/SystemWriteSyncDestinationsAzureKvNameRequest.ts +++ b/src/models/SystemWriteSyncDestinationsAzureKvNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsAzureKvNameResponse.ts b/src/models/SystemWriteSyncDestinationsAzureKvNameResponse.ts index 5628be0..8facaa3 100644 --- a/src/models/SystemWriteSyncDestinationsAzureKvNameResponse.ts +++ b/src/models/SystemWriteSyncDestinationsAzureKvNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsGcpSmNameRequest.ts b/src/models/SystemWriteSyncDestinationsGcpSmNameRequest.ts index 5e192c8..be2354f 100644 --- a/src/models/SystemWriteSyncDestinationsGcpSmNameRequest.ts +++ b/src/models/SystemWriteSyncDestinationsGcpSmNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsGcpSmNameResponse.ts b/src/models/SystemWriteSyncDestinationsGcpSmNameResponse.ts index d3a0eb9..150ecca 100644 --- a/src/models/SystemWriteSyncDestinationsGcpSmNameResponse.ts +++ b/src/models/SystemWriteSyncDestinationsGcpSmNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsGhNameRequest.ts b/src/models/SystemWriteSyncDestinationsGhNameRequest.ts index 0f235fa..04f709d 100644 --- a/src/models/SystemWriteSyncDestinationsGhNameRequest.ts +++ b/src/models/SystemWriteSyncDestinationsGhNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsGhNameResponse.ts b/src/models/SystemWriteSyncDestinationsGhNameResponse.ts index 28c4b3e..80163dc 100644 --- a/src/models/SystemWriteSyncDestinationsGhNameResponse.ts +++ b/src/models/SystemWriteSyncDestinationsGhNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsInMemNameRequest.ts b/src/models/SystemWriteSyncDestinationsInMemNameRequest.ts index 770d66e..76e728b 100644 --- a/src/models/SystemWriteSyncDestinationsInMemNameRequest.ts +++ b/src/models/SystemWriteSyncDestinationsInMemNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsInMemNameResponse.ts b/src/models/SystemWriteSyncDestinationsInMemNameResponse.ts index 9ab699f..8854b4c 100644 --- a/src/models/SystemWriteSyncDestinationsInMemNameResponse.ts +++ b/src/models/SystemWriteSyncDestinationsInMemNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveRequest.ts b/src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveRequest.ts index 3e8ce21..3d3db6c 100644 --- a/src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveRequest.ts +++ b/src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveResponse.ts b/src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveResponse.ts index 1ba0222..0fd627d 100644 --- a/src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveResponse.ts +++ b/src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetRequest.ts b/src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetRequest.ts index bc6abb8..4b7f9c2 100644 --- a/src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetRequest.ts +++ b/src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetResponse.ts b/src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetResponse.ts index 03034e2..327a3f5 100644 --- a/src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetResponse.ts +++ b/src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsVercelProjectNameRequest.ts b/src/models/SystemWriteSyncDestinationsVercelProjectNameRequest.ts index 62d6fe9..acf3cf1 100644 --- a/src/models/SystemWriteSyncDestinationsVercelProjectNameRequest.ts +++ b/src/models/SystemWriteSyncDestinationsVercelProjectNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncDestinationsVercelProjectNameResponse.ts b/src/models/SystemWriteSyncDestinationsVercelProjectNameResponse.ts index dd89d3b..9a6efb4 100644 --- a/src/models/SystemWriteSyncDestinationsVercelProjectNameResponse.ts +++ b/src/models/SystemWriteSyncDestinationsVercelProjectNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncGithubAppsNameRequest.ts b/src/models/SystemWriteSyncGithubAppsNameRequest.ts index ca4f008..05710db 100644 --- a/src/models/SystemWriteSyncGithubAppsNameRequest.ts +++ b/src/models/SystemWriteSyncGithubAppsNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteSyncGithubAppsNameResponse.ts b/src/models/SystemWriteSyncGithubAppsNameResponse.ts index 0c7bd1e..f42ceb6 100644 --- a/src/models/SystemWriteSyncGithubAppsNameResponse.ts +++ b/src/models/SystemWriteSyncGithubAppsNameResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteUtilizationRequest.ts b/src/models/SystemWriteUtilizationRequest.ts index c6aa53d..5219793 100644 --- a/src/models/SystemWriteUtilizationRequest.ts +++ b/src/models/SystemWriteUtilizationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/SystemWriteUtilizationResponse.ts b/src/models/SystemWriteUtilizationResponse.ts index 3c17e43..c6d3553 100644 --- a/src/models/SystemWriteUtilizationResponse.ts +++ b/src/models/SystemWriteUtilizationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TerraformCloudConfigureRequest.ts b/src/models/TerraformCloudConfigureRequest.ts index 7b772f5..c4f503e 100644 --- a/src/models/TerraformCloudConfigureRequest.ts +++ b/src/models/TerraformCloudConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TerraformCloudWriteRoleRequest.ts b/src/models/TerraformCloudWriteRoleRequest.ts index 8aa7bfc..eb9e403 100644 --- a/src/models/TerraformCloudWriteRoleRequest.ts +++ b/src/models/TerraformCloudWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenCreateAgainstRoleRequest.ts b/src/models/TokenCreateAgainstRoleRequest.ts index 6099ef4..23b88d8 100644 --- a/src/models/TokenCreateAgainstRoleRequest.ts +++ b/src/models/TokenCreateAgainstRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenCreateOrphanRequest.ts b/src/models/TokenCreateOrphanRequest.ts index 92dcb29..6833aca 100644 --- a/src/models/TokenCreateOrphanRequest.ts +++ b/src/models/TokenCreateOrphanRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenCreateRequest.ts b/src/models/TokenCreateRequest.ts index 496fb3a..5685647 100644 --- a/src/models/TokenCreateRequest.ts +++ b/src/models/TokenCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenLookUpAccessorRequest.ts b/src/models/TokenLookUpAccessorRequest.ts index 839cd8b..7d9bbc3 100644 --- a/src/models/TokenLookUpAccessorRequest.ts +++ b/src/models/TokenLookUpAccessorRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenLookUpRequest.ts b/src/models/TokenLookUpRequest.ts index 31f8227..a7b63dd 100644 --- a/src/models/TokenLookUpRequest.ts +++ b/src/models/TokenLookUpRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenLookUpSelf2Request.ts b/src/models/TokenLookUpSelf2Request.ts index f33bef2..9edfaa6 100644 --- a/src/models/TokenLookUpSelf2Request.ts +++ b/src/models/TokenLookUpSelf2Request.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenRenewAccessorRequest.ts b/src/models/TokenRenewAccessorRequest.ts index f2a381f..82422cd 100644 --- a/src/models/TokenRenewAccessorRequest.ts +++ b/src/models/TokenRenewAccessorRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenRenewRequest.ts b/src/models/TokenRenewRequest.ts index 82371ce..feede9c 100644 --- a/src/models/TokenRenewRequest.ts +++ b/src/models/TokenRenewRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenRenewSelfRequest.ts b/src/models/TokenRenewSelfRequest.ts index 4960d7d..b8a5a45 100644 --- a/src/models/TokenRenewSelfRequest.ts +++ b/src/models/TokenRenewSelfRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenRevokeAccessorRequest.ts b/src/models/TokenRevokeAccessorRequest.ts index 77752da..1275db9 100644 --- a/src/models/TokenRevokeAccessorRequest.ts +++ b/src/models/TokenRevokeAccessorRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenRevokeOrphanRequest.ts b/src/models/TokenRevokeOrphanRequest.ts index 58753af..85dd2e8 100644 --- a/src/models/TokenRevokeOrphanRequest.ts +++ b/src/models/TokenRevokeOrphanRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenRevokeRequest.ts b/src/models/TokenRevokeRequest.ts index 11f774f..0cedc6e 100644 --- a/src/models/TokenRevokeRequest.ts +++ b/src/models/TokenRevokeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TokenWriteRoleRequest.ts b/src/models/TokenWriteRoleRequest.ts index f8cd2c3..b68e86c 100644 --- a/src/models/TokenWriteRoleRequest.ts +++ b/src/models/TokenWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TotpCreateKeyRequest.ts b/src/models/TotpCreateKeyRequest.ts index d1fdfc1..a364003 100644 --- a/src/models/TotpCreateKeyRequest.ts +++ b/src/models/TotpCreateKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TotpValidateCodeRequest.ts b/src/models/TotpValidateCodeRequest.ts index ccf79fe..96b6a2f 100644 --- a/src/models/TotpValidateCodeRequest.ts +++ b/src/models/TotpValidateCodeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmConfigureRequest.ts b/src/models/TpmConfigureRequest.ts index 89dbbd5..6f68aae 100644 --- a/src/models/TpmConfigureRequest.ts +++ b/src/models/TpmConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmConfigureResponse.ts b/src/models/TpmConfigureResponse.ts index a1bc8c0..2087ad3 100644 --- a/src/models/TpmConfigureResponse.ts +++ b/src/models/TpmConfigureResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmCreateRequest.ts b/src/models/TpmCreateRequest.ts index cb9a3f1..2402fe3 100644 --- a/src/models/TpmCreateRequest.ts +++ b/src/models/TpmCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmLoginRequest.ts b/src/models/TpmLoginRequest.ts index 3374093..dd491b4 100644 --- a/src/models/TpmLoginRequest.ts +++ b/src/models/TpmLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmUpdateByIdRequest.ts b/src/models/TpmUpdateByIdRequest.ts index 3207280..b49fb99 100644 --- a/src/models/TpmUpdateByIdRequest.ts +++ b/src/models/TpmUpdateByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmUpdateByNameRequest.ts b/src/models/TpmUpdateByNameRequest.ts index a16a44d..dfbcd82 100644 --- a/src/models/TpmUpdateByNameRequest.ts +++ b/src/models/TpmUpdateByNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmWriteRoleRequest.ts b/src/models/TpmWriteRoleRequest.ts index a62a792..2fcd873 100644 --- a/src/models/TpmWriteRoleRequest.ts +++ b/src/models/TpmWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmWriteTpmCertificateRequest.ts b/src/models/TpmWriteTpmCertificateRequest.ts index c6ddc5f..e28533e 100644 --- a/src/models/TpmWriteTpmCertificateRequest.ts +++ b/src/models/TpmWriteTpmCertificateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmgroupCreateRequest.ts b/src/models/TpmgroupCreateRequest.ts index 3b1e524..8599f14 100644 --- a/src/models/TpmgroupCreateRequest.ts +++ b/src/models/TpmgroupCreateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmgroupUpdateByIdRequest.ts b/src/models/TpmgroupUpdateByIdRequest.ts index 512cf93..eeaaa06 100644 --- a/src/models/TpmgroupUpdateByIdRequest.ts +++ b/src/models/TpmgroupUpdateByIdRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TpmgroupUpdateByNameRequest.ts b/src/models/TpmgroupUpdateByNameRequest.ts index 702a449..72a0e3b 100644 --- a/src/models/TpmgroupUpdateByNameRequest.ts +++ b/src/models/TpmgroupUpdateByNameRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformApplyStoreSchemaRequest.ts b/src/models/TransformApplyStoreSchemaRequest.ts index 8d6de93..99bc8d1 100644 --- a/src/models/TransformApplyStoreSchemaRequest.ts +++ b/src/models/TransformApplyStoreSchemaRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformCheckTokenizedRequest.ts b/src/models/TransformCheckTokenizedRequest.ts index 776590b..ab212c0 100644 --- a/src/models/TransformCheckTokenizedRequest.ts +++ b/src/models/TransformCheckTokenizedRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformConfigureCacheRequest.ts b/src/models/TransformConfigureCacheRequest.ts index 4cf08b7..5c06323 100644 --- a/src/models/TransformConfigureCacheRequest.ts +++ b/src/models/TransformConfigureCacheRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformConfigureNamedEncryptionKeyRequest.ts b/src/models/TransformConfigureNamedEncryptionKeyRequest.ts index 553b122..e21c014 100644 --- a/src/models/TransformConfigureNamedEncryptionKeyRequest.ts +++ b/src/models/TransformConfigureNamedEncryptionKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformCreateFpeTransformationWithImportedKeysRequest.ts b/src/models/TransformCreateFpeTransformationWithImportedKeysRequest.ts index 62af208..a87aed9 100644 --- a/src/models/TransformCreateFpeTransformationWithImportedKeysRequest.ts +++ b/src/models/TransformCreateFpeTransformationWithImportedKeysRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformCreateTokenizationTransformationWithImportedKeysRequest.ts b/src/models/TransformCreateTokenizationTransformationWithImportedKeysRequest.ts index 73fedd5..3d4ca8e 100644 --- a/src/models/TransformCreateTokenizationTransformationWithImportedKeysRequest.ts +++ b/src/models/TransformCreateTokenizationTransformationWithImportedKeysRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformDecodeRequest.ts b/src/models/TransformDecodeRequest.ts index cfc3760..aeff04a 100644 --- a/src/models/TransformDecodeRequest.ts +++ b/src/models/TransformDecodeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformDecodeWithFormatRequest.ts b/src/models/TransformDecodeWithFormatRequest.ts index ed1195d..133de87 100644 --- a/src/models/TransformDecodeWithFormatRequest.ts +++ b/src/models/TransformDecodeWithFormatRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformEncodeRequest.ts b/src/models/TransformEncodeRequest.ts index 7f564f9..bd63312 100644 --- a/src/models/TransformEncodeRequest.ts +++ b/src/models/TransformEncodeRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformExportDecodedTokenizationTokensRequest.ts b/src/models/TransformExportDecodedTokenizationTokensRequest.ts index 0e0ce30..23ec78b 100644 --- a/src/models/TransformExportDecodedTokenizationTokensRequest.ts +++ b/src/models/TransformExportDecodedTokenizationTokensRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformImportKeyVersionIntoTokenizationTransformationRequest.ts b/src/models/TransformImportKeyVersionIntoTokenizationTransformationRequest.ts index 34c85c8..85f491b 100644 --- a/src/models/TransformImportKeyVersionIntoTokenizationTransformationRequest.ts +++ b/src/models/TransformImportKeyVersionIntoTokenizationTransformationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformLookUpTokenRequest.ts b/src/models/TransformLookUpTokenRequest.ts index 5a5ae5b..424a1a7 100644 --- a/src/models/TransformLookUpTokenRequest.ts +++ b/src/models/TransformLookUpTokenRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformRestoreTokenizationStateRequest.ts b/src/models/TransformRestoreTokenizationStateRequest.ts index fae56cb..7d192fc 100644 --- a/src/models/TransformRestoreTokenizationStateRequest.ts +++ b/src/models/TransformRestoreTokenizationStateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformRetrieveTokenMetadataRequest.ts b/src/models/TransformRetrieveTokenMetadataRequest.ts index 5fd8472..087fbd5 100644 --- a/src/models/TransformRetrieveTokenMetadataRequest.ts +++ b/src/models/TransformRetrieveTokenMetadataRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformSnapshotTokenizationStateRequest.ts b/src/models/TransformSnapshotTokenizationStateRequest.ts index f43b622..72485ec 100644 --- a/src/models/TransformSnapshotTokenizationStateRequest.ts +++ b/src/models/TransformSnapshotTokenizationStateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformTrimKeyVersionsRequest.ts b/src/models/TransformTrimKeyVersionsRequest.ts index 047c15d..efb1d23 100644 --- a/src/models/TransformTrimKeyVersionsRequest.ts +++ b/src/models/TransformTrimKeyVersionsRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformValidateTokenRequest.ts b/src/models/TransformValidateTokenRequest.ts index cbb4cd2..26adcfc 100644 --- a/src/models/TransformValidateTokenRequest.ts +++ b/src/models/TransformValidateTokenRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformWriteAlphabetRequest.ts b/src/models/TransformWriteAlphabetRequest.ts index 6ca236d..3430ed7 100644 --- a/src/models/TransformWriteAlphabetRequest.ts +++ b/src/models/TransformWriteAlphabetRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformWriteFpeTransformationRequest.ts b/src/models/TransformWriteFpeTransformationRequest.ts index f754ba4..363b087 100644 --- a/src/models/TransformWriteFpeTransformationRequest.ts +++ b/src/models/TransformWriteFpeTransformationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformWriteMaskingTransformationRequest.ts b/src/models/TransformWriteMaskingTransformationRequest.ts index 9a073a7..eb9018c 100644 --- a/src/models/TransformWriteMaskingTransformationRequest.ts +++ b/src/models/TransformWriteMaskingTransformationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformWriteRoleRequest.ts b/src/models/TransformWriteRoleRequest.ts index 46483ae..d386806 100644 --- a/src/models/TransformWriteRoleRequest.ts +++ b/src/models/TransformWriteRoleRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformWriteStoreRequest.ts b/src/models/TransformWriteStoreRequest.ts index 4c261c1..1ed2bf4 100644 --- a/src/models/TransformWriteStoreRequest.ts +++ b/src/models/TransformWriteStoreRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformWriteTemplateRequest.ts b/src/models/TransformWriteTemplateRequest.ts index b19e069..eeec0c2 100644 --- a/src/models/TransformWriteTemplateRequest.ts +++ b/src/models/TransformWriteTemplateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformWriteTokenizationTransformationRequest.ts b/src/models/TransformWriteTokenizationTransformationRequest.ts index 6e194d7..2681e19 100644 --- a/src/models/TransformWriteTokenizationTransformationRequest.ts +++ b/src/models/TransformWriteTokenizationTransformationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransformWriteTransformationRequest.ts b/src/models/TransformWriteTransformationRequest.ts index d718fb1..b05bfb7 100644 --- a/src/models/TransformWriteTransformationRequest.ts +++ b/src/models/TransformWriteTransformationRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitConfigureCacheRequest.ts b/src/models/TransitConfigureCacheRequest.ts index 1746fcd..6ef121f 100644 --- a/src/models/TransitConfigureCacheRequest.ts +++ b/src/models/TransitConfigureCacheRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitConfigureKeyRequest.ts b/src/models/TransitConfigureKeyRequest.ts index d19d77d..4de9ec7 100644 --- a/src/models/TransitConfigureKeyRequest.ts +++ b/src/models/TransitConfigureKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitConfigureKeysRequest.ts b/src/models/TransitConfigureKeysRequest.ts index 6381033..0ff382c 100644 --- a/src/models/TransitConfigureKeysRequest.ts +++ b/src/models/TransitConfigureKeysRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitCreateKeyRequest.ts b/src/models/TransitCreateKeyRequest.ts index 7adc045..f2d12d5 100644 --- a/src/models/TransitCreateKeyRequest.ts +++ b/src/models/TransitCreateKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitDecryptRequest.ts b/src/models/TransitDecryptRequest.ts index 0ddb0f9..4d74174 100644 --- a/src/models/TransitDecryptRequest.ts +++ b/src/models/TransitDecryptRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitEncryptRequest.ts b/src/models/TransitEncryptRequest.ts index 0ac3856..d89cb3c 100644 --- a/src/models/TransitEncryptRequest.ts +++ b/src/models/TransitEncryptRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateCmacRequest.ts b/src/models/TransitGenerateCmacRequest.ts index c5e2cae..f4a70da 100644 --- a/src/models/TransitGenerateCmacRequest.ts +++ b/src/models/TransitGenerateCmacRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateCmacWithMacLengthRequest.ts b/src/models/TransitGenerateCmacWithMacLengthRequest.ts index d120c49..7de3d7a 100644 --- a/src/models/TransitGenerateCmacWithMacLengthRequest.ts +++ b/src/models/TransitGenerateCmacWithMacLengthRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateCsrForKeyRequest.ts b/src/models/TransitGenerateCsrForKeyRequest.ts index e109f56..c3f31ac 100644 --- a/src/models/TransitGenerateCsrForKeyRequest.ts +++ b/src/models/TransitGenerateCsrForKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateDataKeyRequest.ts b/src/models/TransitGenerateDataKeyRequest.ts index 2c3f94a..e89e5d2 100644 --- a/src/models/TransitGenerateDataKeyRequest.ts +++ b/src/models/TransitGenerateDataKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateDerivedkeysRequest.ts b/src/models/TransitGenerateDerivedkeysRequest.ts index 8885736..76c4f15 100644 --- a/src/models/TransitGenerateDerivedkeysRequest.ts +++ b/src/models/TransitGenerateDerivedkeysRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateHmacRequest.ts b/src/models/TransitGenerateHmacRequest.ts index a1c0797..32bb640 100644 --- a/src/models/TransitGenerateHmacRequest.ts +++ b/src/models/TransitGenerateHmacRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateHmacWithAlgorithmRequest.ts b/src/models/TransitGenerateHmacWithAlgorithmRequest.ts index 5a34bca..f66575b 100644 --- a/src/models/TransitGenerateHmacWithAlgorithmRequest.ts +++ b/src/models/TransitGenerateHmacWithAlgorithmRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateRandomRequest.ts b/src/models/TransitGenerateRandomRequest.ts index 533bc0f..4e5e58c 100644 --- a/src/models/TransitGenerateRandomRequest.ts +++ b/src/models/TransitGenerateRandomRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateRandomWithBytesRequest.ts b/src/models/TransitGenerateRandomWithBytesRequest.ts index bf44c5e..aa46091 100644 --- a/src/models/TransitGenerateRandomWithBytesRequest.ts +++ b/src/models/TransitGenerateRandomWithBytesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateRandomWithSourceAndBytesRequest.ts b/src/models/TransitGenerateRandomWithSourceAndBytesRequest.ts index 6620698..e722d15 100644 --- a/src/models/TransitGenerateRandomWithSourceAndBytesRequest.ts +++ b/src/models/TransitGenerateRandomWithSourceAndBytesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitGenerateRandomWithSourceRequest.ts b/src/models/TransitGenerateRandomWithSourceRequest.ts index 027db3d..b3c18b2 100644 --- a/src/models/TransitGenerateRandomWithSourceRequest.ts +++ b/src/models/TransitGenerateRandomWithSourceRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitHashRequest.ts b/src/models/TransitHashRequest.ts index 0770488..30ef144 100644 --- a/src/models/TransitHashRequest.ts +++ b/src/models/TransitHashRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitHashWithAlgorithmRequest.ts b/src/models/TransitHashWithAlgorithmRequest.ts index e6e04ad..b93bbb8 100644 --- a/src/models/TransitHashWithAlgorithmRequest.ts +++ b/src/models/TransitHashWithAlgorithmRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitImportKeyRequest.ts b/src/models/TransitImportKeyRequest.ts index a542224..0292e06 100644 --- a/src/models/TransitImportKeyRequest.ts +++ b/src/models/TransitImportKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitImportKeyVersionRequest.ts b/src/models/TransitImportKeyVersionRequest.ts index d8f35a4..84fa450 100644 --- a/src/models/TransitImportKeyVersionRequest.ts +++ b/src/models/TransitImportKeyVersionRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitReadKeyResponse.ts b/src/models/TransitReadKeyResponse.ts index 7bd0038..4d83dcb 100644 --- a/src/models/TransitReadKeyResponse.ts +++ b/src/models/TransitReadKeyResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitRestoreAndRenameKeyRequest.ts b/src/models/TransitRestoreAndRenameKeyRequest.ts index d517d31..07aab2b 100644 --- a/src/models/TransitRestoreAndRenameKeyRequest.ts +++ b/src/models/TransitRestoreAndRenameKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitRestoreKeyRequest.ts b/src/models/TransitRestoreKeyRequest.ts index 0441b87..9db72c8 100644 --- a/src/models/TransitRestoreKeyRequest.ts +++ b/src/models/TransitRestoreKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitRewrapRequest.ts b/src/models/TransitRewrapRequest.ts index 7ecbc4e..f90eff8 100644 --- a/src/models/TransitRewrapRequest.ts +++ b/src/models/TransitRewrapRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitRotateKeyRequest.ts b/src/models/TransitRotateKeyRequest.ts index 604d652..842e628 100644 --- a/src/models/TransitRotateKeyRequest.ts +++ b/src/models/TransitRotateKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitSetCertificateForKeyRequest.ts b/src/models/TransitSetCertificateForKeyRequest.ts index 7572228..1155be2 100644 --- a/src/models/TransitSetCertificateForKeyRequest.ts +++ b/src/models/TransitSetCertificateForKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitSignRequest.ts b/src/models/TransitSignRequest.ts index 6b4c94e..1d273b9 100644 --- a/src/models/TransitSignRequest.ts +++ b/src/models/TransitSignRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitSignWithAlgorithmRequest.ts b/src/models/TransitSignWithAlgorithmRequest.ts index 0aa60b9..dd978ae 100644 --- a/src/models/TransitSignWithAlgorithmRequest.ts +++ b/src/models/TransitSignWithAlgorithmRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitTrimKeyRequest.ts b/src/models/TransitTrimKeyRequest.ts index c40f509..ef4c93d 100644 --- a/src/models/TransitTrimKeyRequest.ts +++ b/src/models/TransitTrimKeyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitVerifyRequest.ts b/src/models/TransitVerifyRequest.ts index 27ebe08..ae03847 100644 --- a/src/models/TransitVerifyRequest.ts +++ b/src/models/TransitVerifyRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/TransitVerifyWithAlgorithmRequest.ts b/src/models/TransitVerifyWithAlgorithmRequest.ts index 24aa6aa..0bbf797 100644 --- a/src/models/TransitVerifyWithAlgorithmRequest.ts +++ b/src/models/TransitVerifyWithAlgorithmRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiConfigListCustomMessagesResponse.ts b/src/models/UiConfigListCustomMessagesResponse.ts index f1ca471..89d9462 100644 --- a/src/models/UiConfigListCustomMessagesResponse.ts +++ b/src/models/UiConfigListCustomMessagesResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiConfigReadCustomMessageResponse.ts b/src/models/UiConfigReadCustomMessageResponse.ts index 0240ca9..25139d7 100644 --- a/src/models/UiConfigReadCustomMessageResponse.ts +++ b/src/models/UiConfigReadCustomMessageResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiConfigUpdateCustomMessageRequest.ts b/src/models/UiConfigUpdateCustomMessageRequest.ts index 7717810..846772e 100644 --- a/src/models/UiConfigUpdateCustomMessageRequest.ts +++ b/src/models/UiConfigUpdateCustomMessageRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiConfigUpdateCustomMessageResponse.ts b/src/models/UiConfigUpdateCustomMessageResponse.ts index 35842be..c510c57 100644 --- a/src/models/UiConfigUpdateCustomMessageResponse.ts +++ b/src/models/UiConfigUpdateCustomMessageResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiHeadersConfigureRequest.ts b/src/models/UiHeadersConfigureRequest.ts index 89f0127..ed72d33 100644 --- a/src/models/UiHeadersConfigureRequest.ts +++ b/src/models/UiHeadersConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiHeadersListResponse.ts b/src/models/UiHeadersListResponse.ts index 0f576cd..82639d1 100644 --- a/src/models/UiHeadersListResponse.ts +++ b/src/models/UiHeadersListResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiHeadersReadConfigurationResponse.ts b/src/models/UiHeadersReadConfigurationResponse.ts index 47606ae..06d0517 100644 --- a/src/models/UiHeadersReadConfigurationResponse.ts +++ b/src/models/UiHeadersReadConfigurationResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiLoginDefaultAuthConfigureRequest.ts b/src/models/UiLoginDefaultAuthConfigureRequest.ts index 0234bff..052bf65 100644 --- a/src/models/UiLoginDefaultAuthConfigureRequest.ts +++ b/src/models/UiLoginDefaultAuthConfigureRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UiLoginDefaultAuthListResponse.ts b/src/models/UiLoginDefaultAuthListResponse.ts index 7d2ff30..5b4a9b0 100644 --- a/src/models/UiLoginDefaultAuthListResponse.ts +++ b/src/models/UiLoginDefaultAuthListResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UnsealRequest.ts b/src/models/UnsealRequest.ts index 87b5c07..9db9725 100644 --- a/src/models/UnsealRequest.ts +++ b/src/models/UnsealRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UnsealResponse.ts b/src/models/UnsealResponse.ts index a825834..c1568ff 100644 --- a/src/models/UnsealResponse.ts +++ b/src/models/UnsealResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UnwrapRequest.ts b/src/models/UnwrapRequest.ts index 7f4580f..20cefef 100644 --- a/src/models/UnwrapRequest.ts +++ b/src/models/UnwrapRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UpdateRequest.ts b/src/models/UpdateRequest.ts index 2979e24..8a7fb30 100644 --- a/src/models/UpdateRequest.ts +++ b/src/models/UpdateRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UserpassLoginRequest.ts b/src/models/UserpassLoginRequest.ts index df65ef3..225dbeb 100644 --- a/src/models/UserpassLoginRequest.ts +++ b/src/models/UserpassLoginRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UserpassResetPasswordRequest.ts b/src/models/UserpassResetPasswordRequest.ts index 5fef192..433bfd2 100644 --- a/src/models/UserpassResetPasswordRequest.ts +++ b/src/models/UserpassResetPasswordRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UserpassUpdatePoliciesRequest.ts b/src/models/UserpassUpdatePoliciesRequest.ts index c632b74..d0a9762 100644 --- a/src/models/UserpassUpdatePoliciesRequest.ts +++ b/src/models/UserpassUpdatePoliciesRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/UserpassWriteUserRequest.ts b/src/models/UserpassWriteUserRequest.ts index a1cf2a5..3a4835a 100644 --- a/src/models/UserpassWriteUserRequest.ts +++ b/src/models/UserpassWriteUserRequest.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/VaultVersionsReadReadResponse.ts b/src/models/VaultVersionsReadReadResponse.ts index 5668ed8..7ac71d2 100644 --- a/src/models/VaultVersionsReadReadResponse.ts +++ b/src/models/VaultVersionsReadReadResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/VersionHistoryResponse.ts b/src/models/VersionHistoryResponse.ts index 7aeca5f..97422bd 100644 --- a/src/models/VersionHistoryResponse.ts +++ b/src/models/VersionHistoryResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/WellKnownListLabels2Response.ts b/src/models/WellKnownListLabels2Response.ts index 0b89d98..8b33e15 100644 --- a/src/models/WellKnownListLabels2Response.ts +++ b/src/models/WellKnownListLabels2Response.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/WellKnownListLabelsResponse.ts b/src/models/WellKnownListLabelsResponse.ts index 4e67673..7e4e9d6 100644 --- a/src/models/WellKnownListLabelsResponse.ts +++ b/src/models/WellKnownListLabelsResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/WellKnownReadLabelResponse.ts b/src/models/WellKnownReadLabelResponse.ts index 4134a42..f1e664e 100644 --- a/src/models/WellKnownReadLabelResponse.ts +++ b/src/models/WellKnownReadLabelResponse.ts @@ -8,7 +8,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/runtime.ts b/src/runtime.ts index 72a1e6b..e97e15b 100644 --- a/src/runtime.ts +++ b/src/runtime.ts @@ -9,7 +9,7 @@ * HashiCorp Vault API * HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).