{"version":3,"sources":["../src/joblisting/listing.enum.ts"],"names":["JobInterestState"],"mappings":"AAGO,IAAMA,CAAAA,CAAmB,CAC9B,IAAA,CAAM,MAAA,CACN,WAAA,CAAa,aAAA,CACb,SAAA,CAAW,WAAA,CACX,QAAA,CAAU,UAAA,CACV,QAAA,CAAU,UAAA,CACV,kBAAmB,mBACrB","file":"chunk-ASVBPXYH.mjs","sourcesContent":["/**\n * Enum for job interest state.\n */\nexport const JobInterestState = {\n  OPEN: 'OPEN',\n  SHORTLISTED: 'SHORTLISTED',\n  WITHDRAWN: 'WITHDRAWN',\n  SELECTED: 'SELECTED',\n  REJECTED: 'REJECTED',\n  LISTING_CANCELLED: 'LISTING_CANCELLED',\n} as const;\nexport type JobInterestState = (typeof JobInterestState)[keyof typeof JobInterestState];\n"]}