{ "version": 3, "sources": ["../../node_modules/@goauthentik/api/dist/esm/models/FlowDesignationEnum.js"], "sourcesContent": ["/* tslint:disable */\n/* eslint-disable */\n/**\n * authentik\n * Making authentication simple.\n *\n * The version of the OpenAPI document: 2024.12.3\n * Contact: hello@goauthentik.io\n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n/**\n *\n * @export\n */\nexport const FlowDesignationEnum = {\n Authentication: 'authentication',\n Authorization: 'authorization',\n Invalidation: 'invalidation',\n Enrollment: 'enrollment',\n Unenrollment: 'unenrollment',\n Recovery: 'recovery',\n StageConfiguration: 'stage_configuration',\n UnknownDefaultOpenApi: '11184809'\n};\nexport function instanceOfFlowDesignationEnum(value) {\n for (const key in FlowDesignationEnum) {\n if (Object.prototype.hasOwnProperty.call(FlowDesignationEnum, key)) {\n if (FlowDesignationEnum[key] === value) {\n return true;\n }\n }\n }\n return false;\n}\nexport function FlowDesignationEnumFromJSON(json) {\n return FlowDesignationEnumFromJSONTyped(json, false);\n}\nexport function FlowDesignationEnumFromJSONTyped(json, ignoreDiscriminator) {\n return json;\n}\nexport function FlowDesignationEnumToJSON(value) {\n return value;\n}\nexport function FlowDesignationEnumToJSONTyped(value, ignoreDiscriminator) {\n return value;\n}\n"], "mappings": "AAiBO,IAAMA,EAAsB,CAC/B,eAAgB,iBAChB,cAAe,gBACf,aAAc,eACd,WAAY,aACZ,aAAc,eACd,SAAU,WACV,mBAAoB,sBACpB,sBAAuB,UAC3B,EAWO,SAASC,EAA4BC,EAAM,CAC9C,OAAOC,EAAiCD,EAAM,EAAK,CACvD,CACO,SAASC,EAAiCD,EAAME,EAAqB,CACxE,OAAOF,CACX", "names": ["FlowDesignationEnum", "FlowDesignationEnumFromJSON", "json", "FlowDesignationEnumFromJSONTyped", "ignoreDiscriminator"] }