mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-21 20:34:25 +00:00
refactor: update visibilities
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
- [api/v1/common.proto](#api_v1_common-proto)
|
||||
- [RowStatus](#slash-api-v1-RowStatus)
|
||||
- [State](#slash-api-v1-State)
|
||||
- [Visibility](#slash-api-v1-Visibility)
|
||||
|
||||
- [api/v1/user_service.proto](#api_v1_user_service-proto)
|
||||
@@ -113,7 +114,7 @@
|
||||
<a name="slash-api-v1-RowStatus"></a>
|
||||
|
||||
### RowStatus
|
||||
|
||||
deprecated
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
@@ -123,6 +124,19 @@
|
||||
|
||||
|
||||
|
||||
<a name="slash-api-v1-State"></a>
|
||||
|
||||
### State
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
| STATE_UNSPECIFIED | 0 | |
|
||||
| ACTIVE | 1 | |
|
||||
| INACTIVE | 2 | |
|
||||
|
||||
|
||||
|
||||
<a name="slash-api-v1-Visibility"></a>
|
||||
|
||||
### Visibility
|
||||
@@ -309,7 +323,7 @@
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| id | [int32](#int32) | | |
|
||||
| row_status | [RowStatus](#slash-api-v1-RowStatus) | | |
|
||||
| state | [State](#slash-api-v1-State) | | |
|
||||
| created_time | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | |
|
||||
| updated_time | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | |
|
||||
| role | [Role](#slash-api-v1-Role) | | |
|
||||
@@ -786,7 +800,6 @@
|
||||
| creator_id | [int32](#int32) | | |
|
||||
| created_time | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | |
|
||||
| updated_time | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | |
|
||||
| row_status | [RowStatus](#slash-api-v1-RowStatus) | | |
|
||||
| name | [string](#string) | | |
|
||||
| link | [string](#string) | | |
|
||||
| title | [string](#string) | | |
|
||||
|
Reference in New Issue
Block a user