/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * 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 VendorEnum: { readonly GoauthentikIoMerged: "goauthentik.io/@merged"; readonly GoauthentikIoPlatform: "goauthentik.io/platform"; readonly FleetdmCom: "fleetdm.com"; readonly UnknownDefaultOpenApi: "11184809"; }; export type VendorEnum = typeof VendorEnum[keyof typeof VendorEnum]; export declare function instanceOfVendorEnum(value: any): boolean; export declare function VendorEnumFromJSON(json: any): VendorEnum; export declare function VendorEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): VendorEnum; export declare function VendorEnumToJSON(value?: VendorEnum | null): any; export declare function VendorEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): VendorEnum; //# sourceMappingURL=VendorEnum.d.ts.map