// @generated by protoc-gen-es v2.12.1 with parameter "target=ts,import_extension=js" // @generated from file camino/options.proto (package camino, syntax proto3) /* eslint-disable */ import type { GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2"; import { extDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2"; import type { FieldOptions, FileOptions, MessageOptions, MethodOptions as MethodOptions$1 } from "@bufbuild/protobuf/wkt"; import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt"; import type { Cardinality, ConflictStrategy, FieldOps, FieldStorage, SymbolRef } from "./schema_pb.js"; import { file_camino_schema } from "./schema_pb.js"; import type { FunctionRef } from "../quixos/refs_pb.js"; import { file_quixos_refs } from "../quixos/refs_pb.js"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file camino/options.proto. */ export const file_camino_options: GenFile = /*@__PURE__*/ fileDesc("ChRjYW1pbm8vb3B0aW9ucy5wcm90bxIGY2FtaW5vIj4KDENsYXNzT3B0aW9ucxIPCgd2ZXJzaW9uGAEgASgNEh0KAmlkGAIgASgLMhEuY2FtaW5vLlN5bWJvbFJlZiKKAQoLRWRnZU9wdGlvbnMSHQoCaWQYASABKAsyES5jYW1pbm8uU3ltYm9sUmVmEiEKBnRhcmdldBgCIAEoCzIRLmNhbWluby5TeW1ib2xSZWYSKAoLY2FyZGluYWxpdHkYAyABKA4yEy5jYW1pbm8uQ2FyZGluYWxpdHkSDwoHaW52ZXJzZRgEIAEoCSJECg1NZXRob2RPcHRpb25zEgwKBG5hbWUYASABKAkSJQoIZnVuY3Rpb24YAiABKAsyEy5xdWl4b3MuRnVuY3Rpb25SZWYiYwoQTWlncmF0aW9uT3B0aW9ucxIUCgxmcm9tX3ZlcnNpb24YASABKA0SEgoKdG9fdmVyc2lvbhgCIAEoDRIlCghmdW5jdGlvbhgDIAEoCzITLnF1aXhvcy5GdW5jdGlvblJlZjpJChBzY2hlbWFfbmFtZXNwYWNlEhwuZ29vZ2xlLnByb3RvYnVmLkZpbGVPcHRpb25zGLiOAyABKAlSD3NjaGVtYU5hbWVzcGFjZTpFCg5zY2hlbWFfdmVyc2lvbhIcLmdvb2dsZS5wcm90b2J1Zi5GaWxlT3B0aW9ucxi5jgMgASgJUg1zY2hlbWFWZXJzaW9uOk0KBWNsYXNzEh8uZ29vZ2xlLnByb3RvYnVmLk1lc3NhZ2VPcHRpb25zGMKOAyABKAsyFC5jYW1pbm8uQ2xhc3NPcHRpb25zUgVjbGFzczpQCgZtZXRob2QSHy5nb29nbGUucHJvdG9idWYuTWVzc2FnZU9wdGlvbnMYw44DIAMoCzIVLmNhbWluby5NZXRob2RPcHRpb25zUgZtZXRob2Q6WQoJbWlncmF0aW9uEh8uZ29vZ2xlLnByb3RvYnVmLk1lc3NhZ2VPcHRpb25zGMSOAyADKAsyGC5jYW1pbm8uTWlncmF0aW9uT3B0aW9uc1IJbWlncmF0aW9uOlUKCGNvbmZsaWN0Eh0uZ29vZ2xlLnByb3RvYnVmLkZpZWxkT3B0aW9ucxjMjgMgASgOMhguY2FtaW5vLkNvbmZsaWN0U3RyYXRlZ3lSCGNvbmZsaWN0OkgKBGVkZ2USHS5nb29nbGUucHJvdG9idWYuRmllbGRPcHRpb25zGM2OAyABKAsyEy5jYW1pbm8uRWRnZU9wdGlvbnNSBGVkZ2U6WgoNZmllbGRfc3RvcmFnZRIdLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE9wdGlvbnMYzo4DIAEoCzIULmNhbWluby5GaWVsZFN0b3JhZ2VSDGZpZWxkU3RvcmFnZTpOCglmaWVsZF9vcHMSHS5nb29nbGUucHJvdG9idWYuRmllbGRPcHRpb25zGM+OAyABKAsyEC5jYW1pbm8uRmllbGRPcHNSCGZpZWxkT3BzOkkKBGltcGwSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxjWjgMgASgLMhMucXVpeG9zLkZ1bmN0aW9uUmVmUgRpbXBsYgZwcm90bzM", [file_google_protobuf_descriptor, file_camino_schema, file_quixos_refs]); /** * @generated from message camino.ClassOptions */ export type ClassOptions = Message<"camino.ClassOptions"> & { /** * @generated from field: uint32 version = 1; */ version: number; /** * @generated from field: camino.SymbolRef id = 2; */ id?: SymbolRef | undefined; }; /** * Describes the message camino.ClassOptions. * Use `create(ClassOptionsSchema)` to create a new message. */ export const ClassOptionsSchema: GenMessage = /*@__PURE__*/ messageDesc(file_camino_options, 0); /** * @generated from message camino.EdgeOptions */ export type EdgeOptions = Message<"camino.EdgeOptions"> & { /** * @generated from field: camino.SymbolRef id = 1; */ id?: SymbolRef | undefined; /** * @generated from field: camino.SymbolRef target = 2; */ target?: SymbolRef | undefined; /** * @generated from field: camino.Cardinality cardinality = 3; */ cardinality: Cardinality; /** * @generated from field: string inverse = 4; */ inverse: string; }; /** * Describes the message camino.EdgeOptions. * Use `create(EdgeOptionsSchema)` to create a new message. */ export const EdgeOptionsSchema: GenMessage = /*@__PURE__*/ messageDesc(file_camino_options, 1); /** * @generated from message camino.MethodOptions */ export type MethodOptions = Message<"camino.MethodOptions"> & { /** * @generated from field: string name = 1; */ name: string; /** * @generated from field: quixos.FunctionRef function = 2; */ function?: FunctionRef | undefined; }; /** * Describes the message camino.MethodOptions. * Use `create(MethodOptionsSchema)` to create a new message. */ export const MethodOptionsSchema: GenMessage = /*@__PURE__*/ messageDesc(file_camino_options, 2); /** * @generated from message camino.MigrationOptions */ export type MigrationOptions = Message<"camino.MigrationOptions"> & { /** * @generated from field: uint32 from_version = 1; */ fromVersion: number; /** * @generated from field: uint32 to_version = 2; */ toVersion: number; /** * @generated from field: quixos.FunctionRef function = 3; */ function?: FunctionRef | undefined; }; /** * Describes the message camino.MigrationOptions. * Use `create(MigrationOptionsSchema)` to create a new message. */ export const MigrationOptionsSchema: GenMessage = /*@__PURE__*/ messageDesc(file_camino_options, 3); /** * @generated from extension: string schema_namespace = 51000; */ export const schema_namespace: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 0); /** * @generated from extension: string schema_version = 51001; */ export const schema_version: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 1); /** * @generated from extension: camino.ClassOptions class = 51010; */ export const class$: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 2); /** * @generated from extension: repeated camino.MethodOptions method = 51011; */ export const method: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 3); /** * @generated from extension: repeated camino.MigrationOptions migration = 51012; */ export const migration: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 4); /** * @generated from extension: camino.ConflictStrategy conflict = 51020; */ export const conflict: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 5); /** * @generated from extension: camino.EdgeOptions edge = 51021; */ export const edge: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 6); /** * @generated from extension: camino.FieldStorage field_storage = 51022; */ export const field_storage: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 7); /** * @generated from extension: camino.FieldOps field_ops = 51023; */ export const field_ops: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 8); /** * @generated from extension: quixos.FunctionRef impl = 51030; */ export const impl: GenExtension = /*@__PURE__*/ extDesc(file_camino_options, 9);