Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 New release pending v1.28.0 #139

Merged
merged 1 commit into from
Mar 12, 2024
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

<a name="v1.28.0"></a>
## [v1.28.0](https://github.com/garajonai/proto/compare/v1.27.5...v1.28.0)

> 2024-03-12

### Change

* **makefile:** refactor release
* **makefile:** bot msg

### Chore

* **rename:** iam-roots family


<a name="v1.27.5"></a>
## [v1.27.5](https://github.com/garajonai/proto/compare/v1.27.4...v1.27.5)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
---





title: Accountapi
---
<!-- ------ Overall Reference ------ -->

[garajonai/platform/proto/iam-roots-account/api/v1/accountapi/accountapi.proto](#garajonai/platform/proto/iam-roots-account/api/v1/accountapi/accountapi.proto)
<details>
<summary>Click to show</summary>

### Messages
- [FinishWebauthnRegistrationRequest](#garajonai.platform.iamrootsaccount.api.bff.v1.FinishWebauthnRegistrationRequest)
- [FinishWebauthnRegistrationResponse](#garajonai.platform.iamrootsaccount.api.bff.v1.FinishWebauthnRegistrationResponse)
- [StartWebauthnRegistrationRequest](#garajonai.platform.iamrootsaccount.api.bff.v1.StartWebauthnRegistrationRequest)
- [StartWebauthnRegistrationResponse](#garajonai.platform.iamrootsaccount.api.bff.v1.StartWebauthnRegistrationResponse)

### Enums


</details>


<!-- ------ Service and Methods ------ -->
## Services


### IAMRootsAccountApi
*Description comment will be shown here*

| Method Name | Description |
| ----------- | ------------|
| `StartWebauthnRegistration` <br /><br /> Request: [StartWebauthnRegistrationRequest](#garajonai.platform.iamrootsaccount.api.bff.v1.StartWebauthnRegistrationRequest) <br /> Response: [StartWebauthnRegistrationResponse](#garajonai.platform.iamrootsaccount.api.bff.v1.StartWebauthnRegistrationRequest) | <para></para> |
| `FinishWebauthnRegistration` <br /><br /> Request: [FinishWebauthnRegistrationRequest](#garajonai.platform.iamrootsaccount.api.bff.v1.FinishWebauthnRegistrationRequest) <br /> Response: [FinishWebauthnRegistrationResponse](#garajonai.platform.iamrootsaccount.api.bff.v1.FinishWebauthnRegistrationRequest) | <para></para> |






<a name="garajonai/platform/proto/iam-roots-account/api/v1/accountapi/accountapi.proto"></a>

<!-- ------ Filename ------ -->
## Accountapi.Proto


<!-- ------ Messages ------ -->
<a name="garajonai.platform.iamrootsaccount.api.bff.v1.FinishWebauthnRegistrationRequest"></a>
### FinishWebauthnRegistrationRequest
*Description comment will be shown here (markdown supported)*


#### Fields

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| email | [string](#string) | | <para></para> |
| id | [string](#string) | | <para></para> |
| raw_id | [bytes](#bytes) | | <para></para> |
| type | [string](#string) | | <para></para> |
| transports | [string](#string) | repeated | <para></para> |
| response | [garajonai.platform.iamrootsaccount.api.v1.AttestationResponse](#garajonai.platform.iamrootsaccount.api.v1.AttestationResponse) | | <para></para> |




<a name="garajonai.platform.iamrootsaccount.api.bff.v1.FinishWebauthnRegistrationResponse"></a>
### FinishWebauthnRegistrationResponse
*Description comment will be shown here (markdown supported)*


#### Fields

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| status | [string](#string) | | <para></para> |




<a name="garajonai.platform.iamrootsaccount.api.bff.v1.StartWebauthnRegistrationRequest"></a>
### StartWebauthnRegistrationRequest
*Description comment will be shown here (markdown supported)*


#### Fields

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| email | [string](#string) | | <para></para> |




<a name="garajonai.platform.iamrootsaccount.api.bff.v1.StartWebauthnRegistrationResponse"></a>
### StartWebauthnRegistrationResponse
*Description comment will be shown here (markdown supported)*


#### Fields

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| public_key | [garajonai.platform.iamrootsaccount.api.v1.PublicKey](#garajonai.platform.iamrootsaccount.api.v1.PublicKey) | | <para></para> |





<!-- ------ Enums ------ -->



Loading
Loading