mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
Move deduplication_id in LogEvent to context field.
This commit is contained in:
4
api/js/integration/integration_pb.d.ts
vendored
4
api/js/integration/integration_pb.d.ts
vendored
@ -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],
|
||||
|
Reference in New Issue
Block a user