Publish updated Camino codegen artifacts

This commit is contained in:
Timothy J. Aveni
2026-07-18 10:35:48 -07:00
parent 02e2313aa9
commit 9674ffa108
9 changed files with 277 additions and 25 deletions
+12
View File
@@ -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.
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long