Compare commits
2 Commits
2ad29f8ddb
...
5dd3948784
| Author | SHA1 | Date | |
|---|---|---|---|
| 5dd3948784 | |||
| 5587511713 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git",
|
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git",
|
||||||
"sourceCommit": "2249fe2b76dea4e52b099696c2418f0dd2444f52",
|
"sourceCommit": "435d832a1e202124e2e5ac7f99a65da9d85962e2",
|
||||||
"sourcePath": "quixos-protocol",
|
"sourcePath": "quixos-protocol",
|
||||||
"exportName": "quixos-protocol",
|
"exportName": "quixos-protocol",
|
||||||
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-protocol.git"
|
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-protocol.git"
|
||||||
|
|||||||
@@ -129,7 +129,8 @@ message AddEdgeRequest {
|
|||||||
string source_field = 2;
|
string source_field = 2;
|
||||||
string to_object_id = 3;
|
string to_object_id = 3;
|
||||||
map<string, Value> fields = 4;
|
map<string, Value> fields = 4;
|
||||||
optional int32 ordinal = 5;
|
optional int32 source_ordinal = 5;
|
||||||
|
optional int32 target_ordinal = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message AddEdgeResponse {
|
message AddEdgeResponse {
|
||||||
@@ -193,13 +194,14 @@ message CaminoEdge {
|
|||||||
string cardinality = 6;
|
string cardinality = 6;
|
||||||
string inverse = 7;
|
string inverse = 7;
|
||||||
map<string, Value> fields = 8;
|
map<string, Value> fields = 8;
|
||||||
optional int32 ordinal = 9;
|
optional int32 from_ordinal = 9;
|
||||||
string created_at = 10;
|
string created_at = 10;
|
||||||
string updated_at = 11;
|
string updated_at = 11;
|
||||||
string from_projection = 12;
|
string from_projection = 12;
|
||||||
string to_projection = 13;
|
string to_projection = 13;
|
||||||
string from_cardinality = 14;
|
string from_cardinality = 14;
|
||||||
string to_cardinality = 15;
|
string to_cardinality = 15;
|
||||||
|
optional int32 to_ordinal = 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
message CaminoOp {
|
message CaminoOp {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user