Teach package runtime edge endpoints
This commit is contained in:
Vendored
+18
@@ -656,6 +656,8 @@ export type CaminoEdge = Message<"camino.CaminoEdge"> & {
|
||||
*/
|
||||
toObjectId: string;
|
||||
/**
|
||||
* Legacy canonical source-side projection fields. Prefer endpoint fields.
|
||||
*
|
||||
* @generated from field: string source_field = 5;
|
||||
*/
|
||||
sourceField: string;
|
||||
@@ -685,6 +687,22 @@ export type CaminoEdge = Message<"camino.CaminoEdge"> & {
|
||||
* @generated from field: string updated_at = 11;
|
||||
*/
|
||||
updatedAt: string;
|
||||
/**
|
||||
* @generated from field: string from_projection = 12;
|
||||
*/
|
||||
fromProjection: string;
|
||||
/**
|
||||
* @generated from field: string to_projection = 13;
|
||||
*/
|
||||
toProjection: string;
|
||||
/**
|
||||
* @generated from field: string from_cardinality = 14;
|
||||
*/
|
||||
fromCardinality: string;
|
||||
/**
|
||||
* @generated from field: string to_cardinality = 15;
|
||||
*/
|
||||
toCardinality: string;
|
||||
};
|
||||
/**
|
||||
* Describes the message camino.CaminoEdge.
|
||||
|
||||
Reference in New Issue
Block a user