FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
60
node_modules/svix/dist/HttpErrors.d.ts
generated
vendored
Normal file
60
node_modules/svix/dist/HttpErrors.d.ts
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
export declare class HttpErrorOut {
|
||||
code: string;
|
||||
detail: string;
|
||||
static readonly discriminator: string | undefined;
|
||||
static readonly mapping: {
|
||||
[index: string]: string;
|
||||
} | undefined;
|
||||
static readonly attributeTypeMap: Array<{
|
||||
name: string;
|
||||
baseName: string;
|
||||
type: string;
|
||||
format: string;
|
||||
}>;
|
||||
static getAttributeTypeMap(): {
|
||||
name: string;
|
||||
baseName: string;
|
||||
type: string;
|
||||
format: string;
|
||||
}[];
|
||||
}
|
||||
export declare class ValidationError {
|
||||
loc: Array<string>;
|
||||
msg: string;
|
||||
type: string;
|
||||
static readonly discriminator: string | undefined;
|
||||
static readonly mapping: {
|
||||
[index: string]: string;
|
||||
} | undefined;
|
||||
static readonly attributeTypeMap: Array<{
|
||||
name: string;
|
||||
baseName: string;
|
||||
type: string;
|
||||
format: string;
|
||||
}>;
|
||||
static getAttributeTypeMap(): {
|
||||
name: string;
|
||||
baseName: string;
|
||||
type: string;
|
||||
format: string;
|
||||
}[];
|
||||
}
|
||||
export declare class HTTPValidationError {
|
||||
detail: Array<ValidationError>;
|
||||
static readonly discriminator: string | undefined;
|
||||
static readonly mapping: {
|
||||
[index: string]: string;
|
||||
} | undefined;
|
||||
static readonly attributeTypeMap: Array<{
|
||||
name: string;
|
||||
baseName: string;
|
||||
type: string;
|
||||
format: string;
|
||||
}>;
|
||||
static getAttributeTypeMap(): {
|
||||
name: string;
|
||||
baseName: string;
|
||||
type: string;
|
||||
format: string;
|
||||
}[];
|
||||
}
|
||||
Reference in New Issue
Block a user