Latest generation

This commit is contained in:
ci viz model
2025-04-03 08:23:25 +00:00
parent c6344f1d3a
commit 64753adeb4
95 changed files with 119 additions and 21967 deletions

View File

@@ -1,300 +0,0 @@
// @generated by protoc-gen-es v1.10.0 with parameter "target=ts"
// @generated from file core/options.proto (package api, syntax proto3)
/* eslint-disable */
// @ts-nocheck
import { proto3 } from "@bufbuild/protobuf";
import { FieldOptions, FileOptions, MessageOptions, MethodOptions, ServiceOptions } from "../google/protobuf/descriptor_pb.js";
/**
* @generated from extension: string entityName = 50000;
*/
export const entityName = proto3.makeExtension<FileOptions, string>(
"api.entityName",
FileOptions,
{ no: 50000, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string entityShortName = 50001;
*/
export const entityShortName = proto3.makeExtension<FileOptions, string>(
"api.entityShortName",
FileOptions,
{ no: 50001, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: bool m0_FileIgnore = 50002;
*/
export const m0_FileIgnore = proto3.makeExtension<FileOptions, boolean>(
"api.m0_FileIgnore",
FileOptions,
{ no: 50002, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* @generated from extension: string moduleName = 50003;
*/
export const moduleName = proto3.makeExtension<FileOptions, string>(
"api.moduleName",
FileOptions,
{ no: 50003, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string messageType = 50100;
*/
export const messageType = proto3.makeExtension<MessageOptions, string>(
"api.messageType",
MessageOptions,
{ no: 50100, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: bool payload = 50101;
*/
export const payload = proto3.makeExtension<MessageOptions, boolean>(
"api.payload",
MessageOptions,
{ no: 50101, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* @generated from extension: string action = 50102;
*/
export const action = proto3.makeExtension<MessageOptions, string>(
"api.action",
MessageOptions,
{ no: 50102, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string inputEvent = 50103;
*/
export const inputEvent = proto3.makeExtension<MessageOptions, string>(
"api.inputEvent",
MessageOptions,
{ no: 50103, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string resultingEvent = 50104;
*/
export const resultingEvent = proto3.makeExtension<MessageOptions, string>(
"api.resultingEvent",
MessageOptions,
{ no: 50104, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string postAggMethods = 50105;
*/
export const postAggMethods = proto3.makeExtension<MessageOptions, string>(
"api.postAggMethods",
MessageOptions,
{ no: 50105, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string additionalSource = 50106;
*/
export const additionalSource = proto3.makeExtension<MessageOptions, string>(
"api.additionalSource",
MessageOptions,
{ no: 50106, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string preAggMethods = 50107;
*/
export const preAggMethods = proto3.makeExtension<MessageOptions, string>(
"api.preAggMethods",
MessageOptions,
{ no: 50107, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: bool metadata = 50200;
*/
export const metadata = proto3.makeExtension<FieldOptions, boolean>(
"api.metadata",
FieldOptions,
{ no: 50200, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* @generated from extension: string mapPath = 50201;
*/
export const mapPath = proto3.makeExtension<FieldOptions, string>(
"api.mapPath",
FieldOptions,
{ no: 50201, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: bool language = 50202;
*/
export const language = proto3.makeExtension<FieldOptions, boolean>(
"api.language",
FieldOptions,
{ no: 50202, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* @generated from extension: string entityRef = 50203;
*/
export const entityRef = proto3.makeExtension<FieldOptions, string>(
"api.entityRef",
FieldOptions,
{ no: 50203, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string entityRefFilter = 50204;
*/
export const entityRefFilter = proto3.makeExtension<FieldOptions, string>(
"api.entityRefFilter",
FieldOptions,
{ no: 50204, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string aggKey = 50205;
*/
export const aggKey = proto3.makeExtension<FieldOptions, string>(
"api.aggKey",
FieldOptions,
{ no: 50205, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string aggSkip = 50206;
*/
export const aggSkip = proto3.makeExtension<FieldOptions, string>(
"api.aggSkip",
FieldOptions,
{ no: 50206, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: bool segmentationKeys = 50207;
*/
export const segmentationKeys = proto3.makeExtension<FieldOptions, boolean>(
"api.segmentationKeys",
FieldOptions,
{ no: 50207, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* @generated from extension: string transientRef = 50208;
*/
export const transientRef = proto3.makeExtension<FieldOptions, string>(
"api.transientRef",
FieldOptions,
{ no: 50208, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: bool kpi = 50209;
*/
export const kpi = proto3.makeExtension<FieldOptions, boolean>(
"api.kpi",
FieldOptions,
{ no: 50209, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* @generated from extension: string serviceType = 50300;
*/
export const serviceType = proto3.makeExtension<ServiceOptions, string>(
"api.serviceType",
ServiceOptions,
{ no: 50300, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* @generated from extension: string k8sService = 50301;
*/
export const k8sService = proto3.makeExtension<ServiceOptions, string>(
"api.k8sService",
ServiceOptions,
{ no: 50301, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* string k8sNamespace = 50302;
* string serviceRoles = 50303;
*
* @generated from extension: bool roleManager = 50304;
*/
export const roleManager = proto3.makeExtension<ServiceOptions, boolean>(
"api.roleManager",
ServiceOptions,
{ no: 50304, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* @generated from extension: bool resourceManager = 50305;
*/
export const resourceManager = proto3.makeExtension<ServiceOptions, boolean>(
"api.resourceManager",
ServiceOptions,
{ no: 50305, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* Define if query method implemen,tation is custom (not generated)
*
* @generated from extension: bool customQuery = 50400;
*/
export const customQuery = proto3.makeExtension<MethodOptions, boolean>(
"api.customQuery",
MethodOptions,
{ no: 50400, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* Resource type on which acts the methods (platform, organisation, project, ...)
*
* @generated from extension: string rscType = 50401;
*/
export const rscType = proto3.makeExtension<MethodOptions, string>(
"api.rscType",
MethodOptions,
{ no: 50401, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* List of roles which can call api method
*
* @generated from extension: string roles = 50402;
*/
export const roles = proto3.makeExtension<MethodOptions, string>(
"api.roles",
MethodOptions,
{ no: 50402, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);
/**
* API method reserved for platform internal use
*
* @generated from extension: bool platformReserved = 50403;
*/
export const platformReserved = proto3.makeExtension<MethodOptions, boolean>(
"api.platformReserved",
MethodOptions,
{ no: 50403, kind: "scalar", T: 8 /* ScalarType.BOOL */ },
);
/**
* Module ID the method belongs to
*
* @generated from extension: string moduleID = 50404;
*/
export const moduleID = proto3.makeExtension<MethodOptions, string>(
"api.moduleID",
MethodOptions,
{ no: 50404, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "core/shared.proto" (package "api", syntax proto3)
// tslint:disable
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "core/unitOfMeasures.proto" (package "api", syntax proto3)
// tslint:disable
/**

View File

@@ -1,499 +0,0 @@
// @generated by protoc-gen-es v1.10.0 with parameter "target=ts"
// @generated from file core/unitOfMeasures.proto (package api, syntax proto3)
/* eslint-disable */
// @ts-nocheck
import { proto3 } from "@bufbuild/protobuf";
import { EnumValueOptions } from "../google/protobuf/descriptor_pb.js";
/**
* @generated from enum api.Length
*/
export enum Length {
/**
* @generated from enum value: LENGTH_UNKNOWN = 0;
*/
LENGTH_UNKNOWN = 0,
/**
* @generated from enum value: METER = 10;
*/
METER = 10,
/**
* @generated from enum value: MILLIMETER = 20;
*/
MILLIMETER = 20,
/**
* @generated from enum value: CENTIMETER = 30;
*/
CENTIMETER = 30,
/**
* @generated from enum value: DECIMETER = 40;
*/
DECIMETER = 40,
/**
* @generated from enum value: DECAMETER = 50;
*/
DECAMETER = 50,
/**
* @generated from enum value: HECTOMETER = 60;
*/
HECTOMETER = 60,
/**
* @generated from enum value: KILOMETER = 70;
*/
KILOMETER = 70,
/**
* @generated from enum value: INCH = 80;
*/
INCH = 80,
/**
* @generated from enum value: FOOT = 90;
*/
FOOT = 90,
/**
* @generated from enum value: YARD = 100;
*/
YARD = 100,
/**
* @generated from enum value: MILE = 110;
*/
MILE = 110,
}
// Retrieve enum metadata with: proto3.getEnumType(Length)
proto3.util.setEnumType(Length, "api.Length", [
{ no: 0, name: "LENGTH_UNKNOWN" },
{ no: 10, name: "METER" },
{ no: 20, name: "MILLIMETER" },
{ no: 30, name: "CENTIMETER" },
{ no: 40, name: "DECIMETER" },
{ no: 50, name: "DECAMETER" },
{ no: 60, name: "HECTOMETER" },
{ no: 70, name: "KILOMETER" },
{ no: 80, name: "INCH" },
{ no: 90, name: "FOOT" },
{ no: 100, name: "YARD" },
{ no: 110, name: "MILE" },
]);
/**
* @generated from enum api.Weight
*/
export enum Weight {
/**
* @generated from enum value: WEIGHT_UNKNOWN = 0;
*/
WEIGHT_UNKNOWN = 0,
/**
* @generated from enum value: GRAMME = 10;
*/
GRAMME = 10,
/**
* @generated from enum value: MILLIGRAM = 20;
*/
MILLIGRAM = 20,
/**
* @generated from enum value: CENTIGRAM = 30;
*/
CENTIGRAM = 30,
/**
* @generated from enum value: DECIGRAM = 40;
*/
DECIGRAM = 40,
/**
* @generated from enum value: DECAGRAM = 50;
*/
DECAGRAM = 50,
/**
* @generated from enum value: HECTOGRAM = 60;
*/
HECTOGRAM = 60,
/**
* @generated from enum value: KILOGRAM = 70;
*/
KILOGRAM = 70,
/**
* @generated from enum value: TONNE = 80;
*/
TONNE = 80,
/**
* @generated from enum value: GRAIN = 90;
*/
GRAIN = 90,
/**
* @generated from enum value: ONCE = 100;
*/
ONCE = 100,
/**
* @generated from enum value: POUND = 110;
*/
POUND = 110,
/**
* @generated from enum value: SHORT_TON = 120;
*/
SHORT_TON = 120,
/**
* @generated from enum value: LONG_TON = 130;
*/
LONG_TON = 130,
/**
* @generated from enum value: STONE = 140;
*/
STONE = 140,
}
// Retrieve enum metadata with: proto3.getEnumType(Weight)
proto3.util.setEnumType(Weight, "api.Weight", [
{ no: 0, name: "WEIGHT_UNKNOWN" },
{ no: 10, name: "GRAMME" },
{ no: 20, name: "MILLIGRAM" },
{ no: 30, name: "CENTIGRAM" },
{ no: 40, name: "DECIGRAM" },
{ no: 50, name: "DECAGRAM" },
{ no: 60, name: "HECTOGRAM" },
{ no: 70, name: "KILOGRAM" },
{ no: 80, name: "TONNE" },
{ no: 90, name: "GRAIN" },
{ no: 100, name: "ONCE" },
{ no: 110, name: "POUND" },
{ no: 120, name: "SHORT_TON" },
{ no: 130, name: "LONG_TON" },
{ no: 140, name: "STONE" },
]);
/**
* @generated from enum api.Temperature
*/
export enum Temperature {
/**
* @generated from enum value: TEMPERATURE_UNKNOWN = 0;
*/
TEMPERATURE_UNKNOWN = 0,
/**
* @generated from enum value: CELSIUS = 1;
*/
CELSIUS = 1,
/**
* @generated from enum value: FAHRENHEIT = 2;
*/
FAHRENHEIT = 2,
}
// Retrieve enum metadata with: proto3.getEnumType(Temperature)
proto3.util.setEnumType(Temperature, "api.Temperature", [
{ no: 0, name: "TEMPERATURE_UNKNOWN" },
{ no: 1, name: "CELSIUS" },
{ no: 2, name: "FAHRENHEIT" },
]);
/**
* @generated from enum api.Speed
*/
export enum Speed {
/**
* @generated from enum value: SPEED_UNKNOWN = 0;
*/
SPEED_UNKNOWN = 0,
/**
* @generated from enum value: KM_PER_HOUR = 10;
*/
KM_PER_HOUR = 10,
/**
* @generated from enum value: METER_PER_SECOND = 20;
*/
METER_PER_SECOND = 20,
/**
* @generated from enum value: YARD_PER_SECOND = 30;
*/
YARD_PER_SECOND = 30,
/**
* @generated from enum value: MILE_PER_HOUR = 40;
*/
MILE_PER_HOUR = 40,
}
// Retrieve enum metadata with: proto3.getEnumType(Speed)
proto3.util.setEnumType(Speed, "api.Speed", [
{ no: 0, name: "SPEED_UNKNOWN" },
{ no: 10, name: "KM_PER_HOUR" },
{ no: 20, name: "METER_PER_SECOND" },
{ no: 30, name: "YARD_PER_SECOND" },
{ no: 40, name: "MILE_PER_HOUR" },
]);
/**
* @generated from enum api.Area
*/
export enum Area {
/**
* @generated from enum value: AREA_UNKNOWN = 0;
*/
AREA_UNKNOWN = 0,
/**
* @generated from enum value: SQUARE_METER = 10;
*/
SQUARE_METER = 10,
/**
* @generated from enum value: SQUARE_MILLIMETER = 20;
*/
SQUARE_MILLIMETER = 20,
/**
* @generated from enum value: SQUARE_CENTIMETER = 30;
*/
SQUARE_CENTIMETER = 30,
/**
* @generated from enum value: SQUARE_DECIMETER = 40;
*/
SQUARE_DECIMETER = 40,
/**
* @generated from enum value: SQUARE_DECAMETER = 50;
*/
SQUARE_DECAMETER = 50,
/**
* @generated from enum value: SQUARE_HECTOMETER = 60;
*/
SQUARE_HECTOMETER = 60,
/**
* @generated from enum value: SQUARE_INCH = 70;
*/
SQUARE_INCH = 70,
/**
* @generated from enum value: SQUARE_FEET = 80;
*/
SQUARE_FEET = 80,
/**
* @generated from enum value: SQUARE_YARD = 90;
*/
SQUARE_YARD = 90,
/**
* @generated from enum value: ACRE = 100;
*/
ACRE = 100,
}
// Retrieve enum metadata with: proto3.getEnumType(Area)
proto3.util.setEnumType(Area, "api.Area", [
{ no: 0, name: "AREA_UNKNOWN" },
{ no: 10, name: "SQUARE_METER" },
{ no: 20, name: "SQUARE_MILLIMETER" },
{ no: 30, name: "SQUARE_CENTIMETER" },
{ no: 40, name: "SQUARE_DECIMETER" },
{ no: 50, name: "SQUARE_DECAMETER" },
{ no: 60, name: "SQUARE_HECTOMETER" },
{ no: 70, name: "SQUARE_INCH" },
{ no: 80, name: "SQUARE_FEET" },
{ no: 90, name: "SQUARE_YARD" },
{ no: 100, name: "ACRE" },
]);
/**
* @generated from enum api.Volume
*/
export enum Volume {
/**
* @generated from enum value: VOLUME_UNKNOWN = 0;
*/
VOLUME_UNKNOWN = 0,
/**
* @generated from enum value: CUBIC_METER = 10;
*/
CUBIC_METER = 10,
/**
* @generated from enum value: CUBIC_MILLIMETER = 20;
*/
CUBIC_MILLIMETER = 20,
/**
* @generated from enum value: CUBIC_CENTIMETER = 30;
*/
CUBIC_CENTIMETER = 30,
/**
* @generated from enum value: CUBIC_DECIMETER = 40;
*/
CUBIC_DECIMETER = 40,
/**
* @generated from enum value: LITER = 50;
*/
LITER = 50,
/**
* @generated from enum value: MILLI_LITER = 60;
*/
MILLI_LITER = 60,
/**
* @generated from enum value: CENTI_LITER = 70;
*/
CENTI_LITER = 70,
/**
* @generated from enum value: DECI_LITER = 80;
*/
DECI_LITER = 80,
/**
* @generated from enum value: DECA_LITER = 90;
*/
DECA_LITER = 90,
/**
* @generated from enum value: HECTO_LITER = 100;
*/
HECTO_LITER = 100,
/**
* @generated from enum value: CUBIC_INCH = 110;
*/
CUBIC_INCH = 110,
/**
* @generated from enum value: CUBIC_FEET = 120;
*/
CUBIC_FEET = 120,
/**
* @generated from enum value: CUBIC_YARD = 130;
*/
CUBIC_YARD = 130,
/**
* @generated from enum value: US_FLUID_OUNCE = 140;
*/
US_FLUID_OUNCE = 140,
/**
* @generated from enum value: US_PINT = 150;
*/
US_PINT = 150,
/**
* @generated from enum value: US_DRY_PINT = 160;
*/
US_DRY_PINT = 160,
/**
* @generated from enum value: US_DRY_QUART = 170;
*/
US_DRY_QUART = 170,
/**
* @generated from enum value: US_GAL = 180;
*/
US_GAL = 180,
/**
* @generated from enum value: IMPERIAL_OUNCE = 190;
*/
IMPERIAL_OUNCE = 190,
/**
* @generated from enum value: IMPERIAL_PINT = 200;
*/
IMPERIAL_PINT = 200,
/**
* @generated from enum value: IMPERIAL_QUART = 210;
*/
IMPERIAL_QUART = 210,
/**
* @generated from enum value: IMPERIAL_GAL = 220;
*/
IMPERIAL_GAL = 220,
}
// Retrieve enum metadata with: proto3.getEnumType(Volume)
proto3.util.setEnumType(Volume, "api.Volume", [
{ no: 0, name: "VOLUME_UNKNOWN" },
{ no: 10, name: "CUBIC_METER" },
{ no: 20, name: "CUBIC_MILLIMETER" },
{ no: 30, name: "CUBIC_CENTIMETER" },
{ no: 40, name: "CUBIC_DECIMETER" },
{ no: 50, name: "LITER" },
{ no: 60, name: "MILLI_LITER" },
{ no: 70, name: "CENTI_LITER" },
{ no: 80, name: "DECI_LITER" },
{ no: 90, name: "DECA_LITER" },
{ no: 100, name: "HECTO_LITER" },
{ no: 110, name: "CUBIC_INCH" },
{ no: 120, name: "CUBIC_FEET" },
{ no: 130, name: "CUBIC_YARD" },
{ no: 140, name: "US_FLUID_OUNCE" },
{ no: 150, name: "US_PINT" },
{ no: 160, name: "US_DRY_PINT" },
{ no: 170, name: "US_DRY_QUART" },
{ no: 180, name: "US_GAL" },
{ no: 190, name: "IMPERIAL_OUNCE" },
{ no: 200, name: "IMPERIAL_PINT" },
{ no: 210, name: "IMPERIAL_QUART" },
{ no: 220, name: "IMPERIAL_GAL" },
]);
/**
* @generated from enum api.DimensionLess
*/
export enum DimensionLess {
/**
* @generated from enum value: DIMENSIONLESS_UNKNOWN = 0;
*/
DIMENSIONLESS_UNKNOWN = 0,
/**
* @generated from enum value: UNIT = 1;
*/
UNIT = 1,
}
// Retrieve enum metadata with: proto3.getEnumType(DimensionLess)
proto3.util.setEnumType(DimensionLess, "api.DimensionLess", [
{ no: 0, name: "DIMENSIONLESS_UNKNOWN" },
{ no: 1, name: "UNIT" },
]);
/**
* @generated from extension: string value = 50500;
*/
export const value = proto3.makeExtension<EnumValueOptions, string>(
"api.value",
EnumValueOptions,
{ no: 50500, kind: "scalar", T: 9 /* ScalarType.STRING */ },
);