Latest generation

This commit is contained in:
ci core model
2025-08-19 08:32:31 +00:00
parent b5f4e58159
commit d7e4bc1594
88 changed files with 1012 additions and 1012 deletions

View File

@@ -267,11 +267,11 @@ export interface PlatformLogByMatchResult {
class PlatformLogPayload$Type extends MessageType<PlatformLogPayload> {
constructor() {
super("api.PlatformLogPayload", [
{ no: 1, name: "Severity", kind: "enum", localName: "Severity", jsonName: "Severity", T: () => ["api.SeverityLevel", SeverityLevel], options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Log severity level" }, "validate.rules": { enum: { definedOnly: true } } } },
{ no: 2, name: "Namespace", kind: "scalar", localName: "Namespace", jsonName: "Namespace", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the log occured, for example \"CORE\"" }, "validate.rules": { string: { minLen: "1" } } } },
{ no: 3, name: "DateTime", kind: "message", localName: "DateTime", jsonName: "DateTime", T: () => DateTime, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "When the log occured" }, "validate.rules": { message: { required: true } } } },
{ no: 4, name: "TechMessage", kind: "message", localName: "TechMessage", jsonName: "TechMessage", T: () => LabelStructure, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Technical message of the log" }, "validate.rules": { message: { required: true } } } },
{ no: 5, name: "UserMessage", kind: "message", localName: "UserMessage", jsonName: "UserMessage", T: () => LabelStructure, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "User message of the log" }, "validate.rules": { message: { required: true } } } },
{ no: 1, name: "Severity", kind: "enum", localName: "Severity", jsonName: "Severity", T: () => ["api.SeverityLevel", SeverityLevel], options: { "validate.rules": { enum: { definedOnly: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Log severity level" } } },
{ no: 2, name: "Namespace", kind: "scalar", localName: "Namespace", jsonName: "Namespace", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Where the log occured, for example \"CORE\"" } } },
{ no: 3, name: "DateTime", kind: "message", localName: "DateTime", jsonName: "DateTime", T: () => DateTime, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "When the log occured" } } },
{ no: 4, name: "TechMessage", kind: "message", localName: "TechMessage", jsonName: "TechMessage", T: () => LabelStructure, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Technical message of the log" } } },
{ no: 5, name: "UserMessage", kind: "message", localName: "UserMessage", jsonName: "UserMessage", T: () => LabelStructure, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "User message of the log" } } },
{ no: 6, name: "DetailElements", kind: "message", localName: "DetailElements", jsonName: "DetailElements", repeat: 2 /*RepeatType.UNPACKED*/, T: () => LabelStructure, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Detailed elements of the log" } } },
{ no: 7, name: "CorrelationID", kind: "scalar", localName: "CorrelationID", jsonName: "CorrelationID", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Correlation ID attached to the log" }, "api.indexationType": { Types: [{ Context: "*", Type: "generatedText,keyword" }] }, "api.viewType": { Types: [{ Context: "*", Type: "shortKeyword" }] } } },
{ no: 8, name: "ContextPayload", kind: "scalar", localName: "ContextPayload", jsonName: "ContextPayload", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Context payload attached to the log" } } },
@@ -929,8 +929,8 @@ export const PlatformLogByMatchResult = new PlatformLogByMatchResult$Type();
* @generated ServiceType for protobuf service api.LoggerService
*/
export const LoggerService = new ServiceType("api.LoggerService", [
{ name: "Create", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Logger"], description: "Create a PlatformLog" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "Platform.Project-Error,Platform.Project-Input" }, I: PlatformLogCreateRequest, O: PlatformLogCreateResponse },
{ name: "GetByIds", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Logger"], description: "Get PlatformLogs from RefIDs" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: PlatformLogGetByIdsRequest, O: PlatformLogGetByIdsResult },
{ name: "Find", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Logger"], description: "Find PlatformLogs using search criterias" }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: PlatformLogFindRequest, O: PlatformLogFindResult },
{ name: "FindMatchingFieldValues", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Logger"], description: "using search criteria & a main field word, find the list of fields containing the searched word (used for auto completion purposes ...) " }, "google.api.method_visibility": { restriction: "SDK" }, "api.rscType": "Project", "api.roles": "" }, I: PlatformLogByMatchRequest, O: PlatformLogByMatchResult }
{ name: "Create", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Logger"], description: "Create a PlatformLog" }, "api.rscType": "Project", "api.roles": "Platform.Project-Error,Platform.Project-Input", "google.api.method_visibility": { restriction: "SDK" } }, I: PlatformLogCreateRequest, O: PlatformLogCreateResponse },
{ name: "GetByIds", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Logger"], description: "Get PlatformLogs from RefIDs" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: PlatformLogGetByIdsRequest, O: PlatformLogGetByIdsResult },
{ name: "Find", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Logger"], description: "Find PlatformLogs using search criterias" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: PlatformLogFindRequest, O: PlatformLogFindResult },
{ name: "FindMatchingFieldValues", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Logger"], description: "using search criteria & a main field word, find the list of fields containing the searched word (used for auto completion purposes ...) " }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: PlatformLogByMatchRequest, O: PlatformLogByMatchResult }
], { "api.k8sService": "logger-server" });