api.DbZXtA9K.js 924 B

1
  1. import{r as e,S as a}from"./index.-GVFoSJY.js";const n="/api/system/talent_pool/";function i(t){return e({url:n,method:"get",params:{...t,tenant_id:a.get("tenant_id")}})}function u(t){return e({url:n,method:"post",data:t})}function o(t){return e({url:n+t.id+"/",method:"put",data:t})}function r(t){return e({url:`/api/system/job_applications/${t}/?tenant_id=${a.get("tenant_id")}`,method:"delete",data:{id:t}})}function d(t){return e({url:n,method:"get",params:{...t,tenant_id:a.get("tenant_id")}})}function p(t){return e({url:"/api/system/job_applications/bulk_update_status/",method:"post",data:t})}function m(){return e({url:"/api/system/talent_pool/status_summary/?tenant_id="+a.get("tenant_id"),method:"get"})}function _(t){return e({url:`/api/system/talent_pool/export_data_minio_sync/?status=${t.status}&tenant_id=${a.get("tenant_id")}`,method:"get"})}export{u as A,r as D,i as G,o as U,d as a,_ as e,m as g,p as u};