mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 15:10:49 +00:00
parent
c9882cb494
commit
381ebeb33e
@ -182,7 +182,7 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Json = any;
|
export type Json = any;
|
||||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS';
|
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
||||||
export type HTTPHeaders = { [key: string]: string };
|
export type HTTPHeaders = { [key: string]: string };
|
||||||
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
||||||
export type HTTPBody = Json | FormData | URLSearchParams;
|
export type HTTPBody = Json | FormData | URLSearchParams;
|
||||||
|
@ -193,7 +193,7 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Json = any;
|
export type Json = any;
|
||||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS';
|
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
||||||
export type HTTPHeaders = { [key: string]: string };
|
export type HTTPHeaders = { [key: string]: string };
|
||||||
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
||||||
export type HTTPBody = Json | FormData | URLSearchParams;
|
export type HTTPBody = Json | FormData | URLSearchParams;
|
||||||
|
@ -193,7 +193,7 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Json = any;
|
export type Json = any;
|
||||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS';
|
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
||||||
export type HTTPHeaders = { [key: string]: string };
|
export type HTTPHeaders = { [key: string]: string };
|
||||||
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
||||||
export type HTTPBody = Json | FormData | URLSearchParams;
|
export type HTTPBody = Json | FormData | URLSearchParams;
|
||||||
|
@ -193,7 +193,7 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Json = any;
|
export type Json = any;
|
||||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS';
|
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
||||||
export type HTTPHeaders = { [key: string]: string };
|
export type HTTPHeaders = { [key: string]: string };
|
||||||
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
||||||
export type HTTPBody = Json | FormData | URLSearchParams;
|
export type HTTPBody = Json | FormData | URLSearchParams;
|
||||||
|
@ -193,7 +193,7 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Json = any;
|
export type Json = any;
|
||||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS';
|
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
||||||
export type HTTPHeaders = { [key: string]: string };
|
export type HTTPHeaders = { [key: string]: string };
|
||||||
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
||||||
export type HTTPBody = Json | FormData | URLSearchParams;
|
export type HTTPBody = Json | FormData | URLSearchParams;
|
||||||
|
@ -193,7 +193,7 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Json = any;
|
export type Json = any;
|
||||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS';
|
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
||||||
export type HTTPHeaders = { [key: string]: string };
|
export type HTTPHeaders = { [key: string]: string };
|
||||||
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
||||||
export type HTTPBody = Json | FormData | URLSearchParams;
|
export type HTTPBody = Json | FormData | URLSearchParams;
|
||||||
|
@ -193,7 +193,7 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Json = any;
|
export type Json = any;
|
||||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS';
|
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
||||||
export type HTTPHeaders = { [key: string]: string };
|
export type HTTPHeaders = { [key: string]: string };
|
||||||
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
||||||
export type HTTPBody = Json | FormData | URLSearchParams;
|
export type HTTPBody = Json | FormData | URLSearchParams;
|
||||||
|
@ -193,7 +193,7 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Json = any;
|
export type Json = any;
|
||||||
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS';
|
export type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
|
||||||
export type HTTPHeaders = { [key: string]: string };
|
export type HTTPHeaders = { [key: string]: string };
|
||||||
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
export type HTTPQuery = { [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | HTTPQuery };
|
||||||
export type HTTPBody = Json | FormData | URLSearchParams;
|
export type HTTPBody = Json | FormData | URLSearchParams;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user