FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
19
node_modules/svix/dist/models/endpointMessageOut.d.ts
generated
vendored
Normal file
19
node_modules/svix/dist/models/endpointMessageOut.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { type MessageStatus } from "./messageStatus";
|
||||
import { type MessageStatusText } from "./messageStatusText";
|
||||
export interface EndpointMessageOut {
|
||||
channels?: string[] | null;
|
||||
deliverAt?: Date | null;
|
||||
eventId?: string | null;
|
||||
eventType: string;
|
||||
id: string;
|
||||
nextAttempt?: Date | null;
|
||||
payload: any;
|
||||
status: MessageStatus;
|
||||
statusText: MessageStatusText;
|
||||
tags?: string[] | null;
|
||||
timestamp: Date;
|
||||
}
|
||||
export declare const EndpointMessageOutSerializer: {
|
||||
_fromJsonObject(object: any): EndpointMessageOut;
|
||||
_toJsonObject(self: EndpointMessageOut): any;
|
||||
};
|
||||
Reference in New Issue
Block a user