FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
23
node_modules/svix/dist/models/messageEndpointOut.d.ts
generated
vendored
Normal file
23
node_modules/svix/dist/models/messageEndpointOut.d.ts
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
import { type MessageStatus } from "./messageStatus";
|
||||
import { type MessageStatusText } from "./messageStatusText";
|
||||
export interface MessageEndpointOut {
|
||||
channels?: string[] | null;
|
||||
createdAt: Date;
|
||||
description: string;
|
||||
disabled?: boolean;
|
||||
filterTypes?: string[] | null;
|
||||
id: string;
|
||||
nextAttempt?: Date | null;
|
||||
rateLimit?: number | null;
|
||||
status: MessageStatus;
|
||||
statusText: MessageStatusText;
|
||||
throttleRate?: number | null;
|
||||
uid?: string | null;
|
||||
updatedAt: Date;
|
||||
url: string;
|
||||
version: number;
|
||||
}
|
||||
export declare const MessageEndpointOutSerializer: {
|
||||
_fromJsonObject(object: any): MessageEndpointOut;
|
||||
_toJsonObject(self: MessageEndpointOut): any;
|
||||
};
|
||||
Reference in New Issue
Block a user