You've already forked npm-core-sdk
Latest generation
This commit is contained in:
10
logger.ts
10
logger.ts
@@ -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: { "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: 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: 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" } } },
|
||||
|
||||
Reference in New Issue
Block a user