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
+3
View File
@@ -44,6 +44,8 @@ export type InterfaceFieldContract = {
watchable: boolean;
typeParam?: string;
type?: TypeRef;
refTargetTypeParam?: string;
edgeCardinality?: Cardinality;
};
export type InterfaceImplementation = {
interface: SymbolRef;
@@ -126,6 +128,7 @@ export type InterfaceSchema = {
fields: FieldSchema[];
sourceFile: string;
protoMessage: string;
typeParameters: string[];
};
export type SchemaCompileResult = {
sourceFile: string;