UNPKG

@povio/openapi-codegen-cli

Version:

**NOTE:** This CLI tool is primarily designed for use within our organization. The generated code output aligns with our internal template. If you are using this tool without our internal template, make sure to use it in **standalone** mode.

8 lines (7 loc) 822 B
import { OpenAPIV3 } from "openapi-types"; export declare const COMPLEXITY_THRESHOLD = 2; export declare const ALLOWED_PARAM_MEDIA_TYPES: string[]; export declare const ALLOWED_PATH_IN: string[]; export declare const ALLOWED_METHODS: OpenAPIV3.HttpMethods[]; export declare const PRIMITIVE_TYPE_LIST: string[]; export declare const COMPOSITE_KEYWORDS: ("type" | "title" | "description" | "format" | "default" | "multipleOf" | "maximum" | "exclusiveMaximum" | "minimum" | "exclusiveMinimum" | "maxLength" | "minLength" | "pattern" | "additionalProperties" | "maxItems" | "minItems" | "uniqueItems" | "maxProperties" | "minProperties" | "required" | "enum" | "properties" | "allOf" | "oneOf" | "anyOf" | "not" | "nullable" | "discriminator" | "readOnly" | "writeOnly" | "xml" | "externalDocs" | "example" | "deprecated")[];