FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
22
node_modules/svix/dist/models/messageAttemptOut.d.ts
generated
vendored
Normal file
22
node_modules/svix/dist/models/messageAttemptOut.d.ts
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import { type MessageAttemptTriggerType } from "./messageAttemptTriggerType";
|
||||
import { type MessageOut } from "./messageOut";
|
||||
import { type MessageStatus } from "./messageStatus";
|
||||
import { type MessageStatusText } from "./messageStatusText";
|
||||
export interface MessageAttemptOut {
|
||||
endpointId: string;
|
||||
id: string;
|
||||
msg?: MessageOut | null;
|
||||
msgId: string;
|
||||
response: string;
|
||||
responseDurationMs: number;
|
||||
responseStatusCode: number;
|
||||
status: MessageStatus;
|
||||
statusText: MessageStatusText;
|
||||
timestamp: Date;
|
||||
triggerType: MessageAttemptTriggerType;
|
||||
url: string;
|
||||
}
|
||||
export declare const MessageAttemptOutSerializer: {
|
||||
_fromJsonObject(object: any): MessageAttemptOut;
|
||||
_toJsonObject(self: MessageAttemptOut): any;
|
||||
};
|
||||
Reference in New Issue
Block a user