Move deduplication_id in LogEvent to context field.

This commit is contained in:
Orne Brocaar
2022-06-30 19:30:56 +01:00
parent f27b8da38d
commit a46b0a9469
9 changed files with 205 additions and 225 deletions

View File

@ -269,9 +269,6 @@ export namespace TxAckEvent {
}
export class LogEvent extends jspb.Message {
getDeduplicationId(): string;
setDeduplicationId(value: string): void;
hasTime(): boolean;
clearTime(): void;
getTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
@ -305,7 +302,6 @@ export class LogEvent extends jspb.Message {
export namespace LogEvent {
export type AsObject = {
deduplicationId: string,
time?: google_protobuf_timestamp_pb.Timestamp.AsObject,
deviceInfo?: DeviceInfo.AsObject,
level: LogLevelMap[keyof LogLevelMap],