FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
17
node_modules/svix/dist/models/messageIn.d.ts
generated
vendored
Normal file
17
node_modules/svix/dist/models/messageIn.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { type ApplicationIn } from "./applicationIn";
|
||||
export interface MessageIn {
|
||||
application?: ApplicationIn | null;
|
||||
channels?: string[] | null;
|
||||
deliverAt?: Date | null;
|
||||
eventId?: string | null;
|
||||
eventType: string;
|
||||
payload: any;
|
||||
payloadRetentionHours?: number | null;
|
||||
payloadRetentionPeriod?: number | null;
|
||||
tags?: string[] | null;
|
||||
transformationsParams?: any | null;
|
||||
}
|
||||
export declare const MessageInSerializer: {
|
||||
_fromJsonObject(object: any): MessageIn;
|
||||
_toJsonObject(self: MessageIn): any;
|
||||
};
|
||||
Reference in New Issue
Block a user