Skip to content

Commit

Permalink
feat: update api
Browse files Browse the repository at this point in the history
  • Loading branch information
nponsard committed Sep 12, 2023
1 parent f385e17 commit a20aeab
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/PublicKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**mechanisms** | [**Vec<crate::models::KeyMechanism>**](KeyMechanism.md) | |
**r#type** | [**crate::models::KeyType**](KeyType.md) | |
**restrictions** | [**crate::models::KeyRestrictions**](KeyRestrictions.md) | |
**key** | Option<[**crate::models::KeyPublicData**](KeyPublicData.md)> | |
**key** | Option<[**crate::models::KeyPublicData**](KeyPublicData.md)> | | [optional]
**operations** | **i32** | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
6 changes: 3 additions & 3 deletions docs/SystemInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firmware_version** | **String** | |
**software_version** | **String** | |
**software_build** | **String** | |
**firmware_version** | **String** | |
**hardware_version** | **String** | |
**software_build** | Option<**String**> | | [optional]
**device_id** | **String** | |
**pcr** | [**serde_json::Value**](.md) | |
**ak_pub** | [**serde_json::Value**](.md) | |
**pcr** | [**serde_json::Value**](.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Loading

0 comments on commit a20aeab

Please sign in to comment.