Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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):_
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/apis/AuthApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/IdentityApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/SecretsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/apis/SystemApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AliCloudConfigureRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AliCloudLoginRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AliCloudWriteAuthRoleRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AliCloudWriteRoleRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AliasCreateRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AliasUpdateByIdRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleDestroySecretIdByAccessorRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleDestroySecretIdRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleLoginRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleLoginResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleLookUpSecretIdByAccessorRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleLookUpSecretIdByAccessorResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleLookUpSecretIdRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleLookUpSecretIdResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadBindSecretIdResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadBoundCidrListResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadLocalSecretIdsResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadPeriodResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadPoliciesResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadRoleIdResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadRoleResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadSecretIdBoundCidrsResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadSecretIdNumUsesResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadSecretIdTtlResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadTokenBoundCidrsResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadTokenMaxTtlResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadTokenNumUsesResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleReadTokenTtlResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWriteBindSecretIdRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWriteBoundCidrListRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWriteCustomSecretIdRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWriteCustomSecretIdResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWritePeriodRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWritePoliciesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWriteRoleIdRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWriteRoleRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/models/AppRoleWriteSecretIdBoundCidrsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HashiCorp Vault API
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
*
* The version of the OpenAPI document: 2.1.0
* The version of the OpenAPI document: 2.2.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading