Compare commits
2 Commits
5cd3db78ad
...
ff07b0d793
| Author | SHA1 | Date | |
|---|---|---|---|
| ff07b0d793 | |||
| 464442a55c |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git",
|
||||
"sourceCommit": "0ff224604a054b52ad8b385764e913171bf19468",
|
||||
"sourceCommit": "1a3ecab531f39491ae0ce3c2a12de0d264440ed7",
|
||||
"sourcePath": "quixos-protocol",
|
||||
"exportName": "quixos-protocol",
|
||||
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-protocol.git"
|
||||
|
||||
@@ -26,6 +26,7 @@ extend google.protobuf.FieldOptions {
|
||||
FieldStorage field_storage = 51022;
|
||||
FieldOps field_ops = 51023;
|
||||
InterfaceFieldContract interface_field = 51024;
|
||||
bool display_label = 51025;
|
||||
}
|
||||
|
||||
extend google.protobuf.MethodOptions {
|
||||
|
||||
@@ -94,6 +94,7 @@ message FieldSchema {
|
||||
FieldStorage storage = 7;
|
||||
FieldOps ops = 8;
|
||||
InterfaceFieldContract interface_contract = 9;
|
||||
bool is_display_label = 10;
|
||||
}
|
||||
|
||||
message FieldStorage {
|
||||
|
||||
Reference in New Issue
Block a user