/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const PromptTypeEnum: { readonly Text: "text"; readonly TextArea: "text_area"; readonly TextReadOnly: "text_read_only"; readonly TextAreaReadOnly: "text_area_read_only"; readonly Username: "username"; readonly Email: "email"; readonly Password: "password"; readonly Number: "number"; readonly Checkbox: "checkbox"; readonly RadioButtonGroup: "radio-button-group"; readonly Dropdown: "dropdown"; readonly Date: "date"; readonly DateTime: "date-time"; readonly File: "file"; readonly Separator: "separator"; readonly Hidden: "hidden"; readonly Static: "static"; readonly AkLocale: "ak-locale"; readonly UnknownDefaultOpenApi: "11184809"; }; export type PromptTypeEnum = typeof PromptTypeEnum[keyof typeof PromptTypeEnum]; export declare function instanceOfPromptTypeEnum(value: any): boolean; export declare function PromptTypeEnumFromJSON(json: any): PromptTypeEnum; export declare function PromptTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): PromptTypeEnum; export declare function PromptTypeEnumToJSON(value?: PromptTypeEnum | null): any; export declare function PromptTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): PromptTypeEnum; //# sourceMappingURL=PromptTypeEnum.d.ts.map