FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
23
node_modules/svix/dist/models/messageAttemptLog.d.ts
generated
vendored
Normal file
23
node_modules/svix/dist/models/messageAttemptLog.d.ts
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
import { type HttpAttemptTimes } from "./httpAttemptTimes";
|
||||
import { type MessageStatus } from "./messageStatus";
|
||||
export interface MessageAttemptLog {
|
||||
appId: string;
|
||||
appUid?: string | null;
|
||||
attemptCount: number;
|
||||
attemptEnd: Date;
|
||||
attemptId: string;
|
||||
attemptStart: Date;
|
||||
endpointId: string;
|
||||
eventType?: string | null;
|
||||
httpTimes?: HttpAttemptTimes | null;
|
||||
msgCreated: Date;
|
||||
msgEventId?: string | null;
|
||||
msgId: string;
|
||||
orgId: string;
|
||||
responseStatusCode: number;
|
||||
status: MessageStatus;
|
||||
}
|
||||
export declare const MessageAttemptLogSerializer: {
|
||||
_fromJsonObject(object: any): MessageAttemptLog;
|
||||
_toJsonObject(self: MessageAttemptLog): any;
|
||||
};
|
||||
Reference in New Issue
Block a user