Publish updated Camino codegen artifacts
This commit is contained in:
Vendored
+12
@@ -323,6 +323,14 @@ export type InterfaceFieldContract = Message<"camino.InterfaceFieldContract"> &
|
||||
* @generated from field: camino.TypeRef type = 6;
|
||||
*/
|
||||
type?: TypeRef | undefined;
|
||||
/**
|
||||
* @generated from field: string ref_target_type_param = 7;
|
||||
*/
|
||||
refTargetTypeParam: string;
|
||||
/**
|
||||
* @generated from field: camino.Cardinality edge_cardinality = 8;
|
||||
*/
|
||||
edgeCardinality: Cardinality;
|
||||
};
|
||||
/**
|
||||
* Describes the message camino.InterfaceFieldContract.
|
||||
@@ -371,6 +379,10 @@ export type InterfaceSchema = Message<"camino.InterfaceSchema"> & {
|
||||
* @generated from field: string proto_message = 5;
|
||||
*/
|
||||
protoMessage: string;
|
||||
/**
|
||||
* @generated from field: repeated string type_parameters = 6;
|
||||
*/
|
||||
typeParameters: string[];
|
||||
};
|
||||
/**
|
||||
* Describes the message camino.InterfaceSchema.
|
||||
|
||||
Reference in New Issue
Block a user