{ "version": 3, "sources": ["src/app/models/main/api.url.ts"], "sourcesContent": ["export class ActivityLogApi {\n static getActivityLogApiUrl: string = '/api/ActivityLog/GetActivityLogList';\n }\n \n \n /**Assessment Api Url**/\n export class AssessmentApi {\n static createAssessmentApiUrl: string = '/api/Assessment/CreateAssessment';\n static getAssessmentByIdApiUrl: string = '/api/Assessment/GetAssessmentById';\n static initCreateAssessmentApiUrl: string = '/api/Assessment/InitCreateAssessment';\n static getAssessmentListApiUrl: string = '/api/Assessment/GetAssessmentListAsync';\n static getCompanyUserByDepartment: string = '/api/Assessment/GetCompanyUserByDepartment';\n static getAssessmentMasterDropDownDataApiUrl: string = '/api/Assessment/GetAssessmentMasterDropDownData';\n static updateAssessmenApiUrl: string = '/api/Assessment/UpdateAssessment';\n static getAssessmentQuestionApiUrl: string = '/api/Assessment/GetAssessmentQuestion';\n static getCompanyUserByCompanyIdApiUrl: string = '/api/Assessment/GetCompanyUserByCompanyId';\n static redirectQuestionApiUrl: string = '/api/Assessment/AssessmentRedirectQuestion';\n static getCriticalPolicyCountByAssessmentApiUrl: string = '/api/Assessment/GetCriticalPoliciesCountByAssessment';\n static getPolicyRecommendationApiUrl: string = '/api/Assessment/GetPolicyRecommendation';\n static writeRecommendationApiUrl: string = '/api/Assessment/WritePolicyRecommendation';\n static addDepartmentApiUrl: string = '/api/Assessment/AddDepartment';\n static getCompletedPolicyApiUrl: string = '/api/Assessment/GetCompletedPolicy';\n static getReviewQuestionApiUrl: string = '/api/Assessment/GetQuestionToReview';\n static getRedirectedQuestionListApiUrl: string = '/api/Assessment/GetRedirectedQuestionList';\n static getFillUpquestionByIdApiUrl: string = '/api/Assessment/GetFillUpQuestionById';\n static answerRedirectedQuestionApiUrl: string = '/api/Assessment/AnswerRedirectedQuestion';\n static deleteAssessmentApiUrl: string = '/api/Assessment/DeleteAssessment';\n static copyAssessmentByIdApiUrl: string = '/api/Assessment/CopyAssessmentById';\n static reviewAssessmentBulkApiUrl: string = '/api/Assessment/ReviewAssessmentBulkCopy';\n static initCopyAssessmentApiUrl: string = '/api/Assessment/InitCopyAssessment';\n static markAsCompletedApiUrl: string = '/api/Assessment/MarkAssessmentAsCompleted';\n static markAsCompletedParentAssessmentApiUrl: string = '/api/Assessment/MarkParentAssessmentAsCompleted';\n static addEditParentAssessmentApiUrl: string = '/api/Assessment/AddEditParentAssessment';\n static getParentAssessmentByIdApiUrl: string = '/api/Assessment/GetParentAssessmentById';\n static getAssessmentrProgressReportApiUrl: string = '/api/Assessment/GetAssessmentProgressReport';\n static getCompanySelectionPolicy = '/api/Assessment/GetCompanyPolicySelection';\n static getCategory = '/api/Assessment/GetCategory';\n static getCompanySelectionPolicyQuestion = '/api/Assessment/GetCompanyPolicySelectionQuestion';\n static setPolicySelectionStatus = '/api/Assessment/SetPolicySelectionStatus';\n static generateExportReport = '/api/Assessment/GeneratePolicySelectionReport';\n static setStatusOfPolicy = '/api/Assessment/SetStatusOfPolicy';\n static getDownloadFile: string = '/api/Assessment/GetDownloadFile';\n static getPolicyOfPolicySelection = '/api/Assessment/GetPolicyOfPolicySelection';\n static policySelectionEdit = '/api/Assessment/PolicySelectionEdit';\n static getpolicySelectionQuestion = '/api/Assessment/GetpolicySelectionQuestion';\n static addOrEditQuestionInPolicySelection = '/api/Assessment/AddOrEditQuestionInPolicySelection';\n static getQuestionSetFromPolicyId = '/api/Assessment/GetQuestionSetFromPolicyId';\n static getLastQuestionAndSubQuestionNo = '/api/Assessment/GetLastQuestionAndSubQuestionNo';\n static getPolicySelectionConfiguration = '/api/Assessment/GetPolicySelectionConfiguration';\n static setPolicySelectionConfiguration = '/api/Assessment/SetPolicySelectionConfiguration';\n static getComplianceList = '/api/Assessment/getComplianceList';\n static getQuestionCategoryList = '/api/Assessment/getQuestionCategoryList';\n static getControlList = '/api/Assessment/getControlList';\n static getControlListFromControl = '/api/Assessment/getControlListFromControl';\n static getCategoryFromControl = '/api/Assessment/GetCategoryFromControl';\n static getControlListFromCategory = '/api/Assessment/GetControlListFromCategory';\n static getControlListFromRemoveControl = '/api/Assessment/GetControlListFromRemoveControl';\n static getMainCategoryFromAnyCategory = '/api/Assessment/getMainCategoryFromAnyCategory';\n static setControlListOfCompliance = '/api/Assessment/setControlListOfCompliance';\n static setCategoryForPolicySelection = '/api/Assessment/SetCategoryForPolicySelection';\n static getChildOrParentCategory = '/api/Assessment/GetChildOrParentCategory';\n static getControlListFromCategoryForAssessment = '/api/Assessment/GetControlListFromCategoryForAssessment';\n static getCategoryFromControlForAssessment = '/api/Assessment/GetCategoryFromControlForAssessment';\n static checkComplianaceControlAll = '/api/Assessment/CheckComplianaceControlAll';\n static getCategoryFromOneCompliance = '/api/Assessment/GetCategoryFromOneCompliance';\n static getSelectedEntityByCompany = '/api/Assessment/GetSelectedEntityByCompany';\n static getEntitiesByCompany = '/api/Assessment/GetEntitiesByCompany';\n static addEntity = '/api/Assessment/AddEntity';\n static editEntity = '/api/Assessment/EditEntity';\n static setEntityToCompany = '/api/Assessment/SetEntityToCompany';\n static setSetting = '/api/Assessment/SetSetting';\n static getCompanyName = '/api/Assessment/GetCompanyName';\n static getCompanyPolicyDocumentOfCompanyList = '/api/Assessment/GetCompanyPolicyDocumentOfCompanyList';\n static getProcedureDocumentOfCompanyList = '/api/Assessment/GetProcedureDocumentOfCompanyList';\n static changeCompanyPolicy = '/api/Assessment/ChangeCompanyPolicyDocument';\n static changeProcedure = '/api/Assessment/ChangeProcedureDocument';\n static getEntitySettingApiUrl: string = '/api/Assessment/GetEntitySettings';\n static getSubTitleOfCategoryFromCompanyQuestionCategory = '/api/Assessment/GetSubTitleOfCategoryFromCompanyQuestionCategory';\n }\n \n /** Authentication Api Url **/\n export class AuthenticationApi {\n static systemAdminlogin: string = '/api/Account/Login';\n static clientLogin: string = '/api/Account/ClientLogin';\n static clientVerifyTwoFactorCode: string = '/api/Account/VerifyTwoFactorLogin';\n static twoFactorResendCode: string = '/api/Account/TwoFactorResendCode';\n static logOut: string = '/api/Account/Logout';\n static verifyToken: string = '/api/Account/VerifyToken';\n static setPassword: string = '/api/Account/SetPassword';\n static resetPassword: string = '/api/Account/ResetPassword';\n static confirmMail: string = '/api/Account/ConfirmEmail';\n static confirmRecoverSecurityCodeApiUrl: string = '/api/Account/ConfirmRecoverSecurityCode';\n static doRecoverSecurityCodeApiUrl: string = '/api/Account/ChangeOrRecoverSecurityCode';\n static forgotPasswordApiUrl: string = '/api/Account/ForgotPassword';\n static recoverSecurityCodeApiUrl: string = '/api/Account/RecoverSecurityCode';\n static resendActivationLinkApiUrl: string = '/api/Account/ResendActivationLink';\n static acceptTermsPolicyApiUrl: string = '/api/Account/AcceptTermsAndPrivacy';\n static reconfirmMail: string = '/api/Account/ResendActivationMailLink';\n }\n \n /** Bs Expert Api Url **/\n export class BsExpertApi {\n static bsExpertList: string = '/api/User/BsUserList';\n static roleList: string = '/api/Account/RoleList';\n static updateUserStatus: string = '/api/Account/UpdateUserStatus';\n static addUser: string = '/api/User/AddBsExpertAsync';\n static editUser: string = '/api/User/EditBsExpert';\n static skillList: string = '/api/User/GetSkillList';\n static getBsUserByEmail: string = '/api/User/GetBsUserByEmail';\n static getBsRoleListApiUrl: string = '/api/User/GetBsRoleListData';\n static getBsExpertMasterDataApiUrl: string = '/api/User/GetBsExpertMasterData';\n static initAssignCompanytoBsUser: string = '/api/User/InitAssignCompanyToBsUser';\n }\n \n export class ClientDocumentFileApi {\n static apiPrefix: string = '/api/ClientDocumentFile/';\n static getClientDocumentFileListApiUrl = ClientDocumentFileApi.apiPrefix + 'GetClientDocumentFileList';\n static getDocumentTypeListApiUrl = ClientDocumentFileApi.apiPrefix + 'GetDocumentTypeList';\n static addClientDocumentApiUrl = ClientDocumentFileApi.apiPrefix + 'AddClientDocumentFile';\n static downloadClientDocumentApiUrl = ClientDocumentFileApi.apiPrefix + 'DownloadClientDocument';\n static deleteClientDocumentApiUrl = ClientDocumentFileApi.apiPrefix + 'DeleteClientDocument';\n }\n \n /**Company Api List**/\n export class CompanyApi {\n static getDropDownData: string = '/api/Company/GetMasterData';\n static signUp: string = '/api/Company/CompanySignUp';\n \n static companyUserList: string = '/api/Company/CompanyUserList';\n static companyRoleList: string = '/api/Company/RoleList';\n static companyList: string = '/api/Company/CompanyList';\n static updateCompanyStatus: string = '/api/Company/UpdateCompanyStatus';\n static getCompanyDropDown: string = '/api/Company/GetCompanyDropDown';\n static addCompany: string = '/api/Company/AddCompany';\n static editCompany: string = '/api/Company/EditCompany';\n static getCompanyById: string = '/api/Company/GetCompanyById';\n static approveCompanyApiUrl: string = '/api/Company/ApproveCompany';\n \n // ---- Comapny User Add Edit ----//\n static addCompanyUserApiUrl: string = '/api/Company/AddCompanyUserAsync';\n static editCompanyUserApiUrl: string = '/api/Company/EditCompanyUserProfile';\n static departmentDropDownApiUrl: string = '/api/Company/GetDepartmentDropDown';\n static getCompanyUserAddDropDownDataApiUrl: string = '/api/Company/GetCompanyUserAddDropDownData';\n static getPolicyCount: string = '/api/Company/GetPolicyCount';\n static getCheckAssessment: string = '/api/Company/CheckAssessmentStatus';\n \n // -- Drop Down And Check boxes lists for adding a company permission\n static getCompanyPermissionMasterDataApiUrl: string = '/api/Company/GetCompanyPermissionMasterData';\n \n static addEditCompanyPermissionApiUrl: string = '/api/Company/AddEditCompanyPermission';\n static getCompanyUserByEmail: string = '/api/Company/GetCompanyUserByEmail';\n static getBsUsersByCompanyIdApiUrl: string = '/api/Company/GetBsUsersByCompanyId';\n \n static deleteCompanyUserApiUrl: string = '/api/Company/DeleteCompanyUser';\n static deleteCompanyApiUrl: string = '/api/Company/DeleteCompany';\n \n static getSubscriptionServiceByCompanyIdApiUrl: string = '/api/Company/GetSubscriptionsAndServicesByCompanyId';\n \n static twoFactorApiUrl: string = '/api/Company/UpdateTwoFactor';\n \n static getCountryListApiUrl = '/api/MasterManagement/GetCountryDropdown';\n static getStateListApiUrl = '/api/MasterManagement/GetStateDropdown';\n \n static getTotalActiveCompanyPolicyApiUrl = '/api/Company/GetTotalActiveCompanyPolicy';\n static inactiveAllCompanyPolicyApiUrl: string = '/api/Company/InactiveAllCompanyPolicy';\n static initAssignCompanytoUser: string = '/api/Company/InitAssignCompanyToUser';\n static updateAssignedCompanyToUserApiUrl: string = '/api/Company/UpdateAssignedCompanyToUser';\n }\n \n export class ComplianceApi {\n static complianceList: string = '/api/MasterManagement/ComplianceList';\n static addOrEditCompliance: string = '/api/MasterManagement/AddEditCompliance';\n static deleteCompliance: string = '/api/MasterManagement/DeleteCompliance';\n static updateComplianceStatus: string = '/api/MasterManagement/UpdateComplianceStatus';\n static getCategoryForCompliance: string = '/api/MasterManagement/GetCategoryForCompliance';\n static getPolicyForCompliance: string = '/api/MasterManagement/GetPolicyForCompliance';\n \n \n }\n \n export class CurrentLoggedInUserApi {\n static getCurrentLoggedInUserRoleApiUrl: string = '/api/Account/GetUserRoleById';\n static getAssignedCompanyApiUrl: string = '/api/User/GetAssignedCompanyList';\n static getAssignedCompanyLoginTimeApiUrl: string = '/api/User/GetAssignedCompanyListAtLoginTime';\n static checkCompanySecurityCodeAvailableApiUrl: string = '/api/Account/CheckCompanySecurityCodeAvailable';\n static verifyCompanySecurityCodeApiUrl: string = '/api/Account/VerifyCompanySecurityCode';\n static setFavouriteCompanyApiUrl: string = '/api/User/SetFavouriteCompany';\n static getExpireSubscriptionOfLoggedInUserApiUrl: string = '/api/Account/GetExpireSubscriptionOfLoggedInUser';\n }\n \n export class DepartmentApi {\n static departmentList: string = '/api/Department/DepartmentList';\n static addOrEditDepartment: string = '/api/Department/AddEditDepartment';\n static deleteDepartment: string = '/api/Department/DeleteDepartment';\n static updateDepartmentStatus: string = '/api/Department/UpdateDepartmentStatus';\n }\n \n export class InfoSecApi {\n static apiPrefix: string = '/api/infosec/';\n static getProjectStatus: string = InfoSecApi.apiPrefix + 'GetProjectStatus';\n static getTimesheetStatus: string = InfoSecApi.apiPrefix + 'GetTimesheetStatus';\n static getApprover: string = InfoSecApi.apiPrefix + 'GetApprover';\n static saveProject: string = InfoSecApi.apiPrefix + 'SaveProject';\n static getProjectListApiUrl: string = InfoSecApi.apiPrefix + 'GetProjectListAsync';\n static getMyProjectListApiUrl: string = InfoSecApi.apiPrefix + 'GetMyProjectListAsync';\n static getProjectDetails: string = InfoSecApi.apiPrefix + 'GetProjectDetails';\n static updateProjectDetails: string = InfoSecApi.apiPrefix + 'UpdateProjectDetails';\n static getProjectResourceUsers: string = InfoSecApi.apiPrefix + 'GetProjectResourceUsers';\n static getProjectResourceListApiUrl: string = InfoSecApi.apiPrefix + 'GetProjectResourceListAsync';\n static getProjectDataApiUrl: string = InfoSecApi.apiPrefix + 'GetProjectData';\n static getAssignedResources: string = InfoSecApi.apiPrefix + 'GetAssignedResources';\n static saveProjectResourceTask: string = InfoSecApi.apiPrefix + 'SaveProjectResourceTask';\n static getProjectResourceTaskList: string = InfoSecApi.apiPrefix + 'GetProjectResourceTaskList';\n static getProjectResourceTaskOfUserList: string = InfoSecApi.apiPrefix + 'GetProjectResourceTaskOfUserList';\n static getAssignedResourcesOfTask: string = InfoSecApi.apiPrefix + 'GetAssignedResourcesOfTask';\n static getProjectTaskInformation: string = InfoSecApi.apiPrefix + 'GetProjectTaskInformationAsync';\n static deleteProjectResourceTask: string = InfoSecApi.apiPrefix + 'DeleteProjectResourceTask';\n static getReportTaskWiseResourceListApiUrl: string = InfoSecApi.apiPrefix + 'GetReportTaskWiseResourceListAsync';\n static getPDFReportTaskWiseResourceListApiUrl: string = InfoSecApi.apiPrefix + 'GetPDFReportTaskWiseResourceListAsync';\n static getExcelReportTaskWiseResourceListApiUrl: string = InfoSecApi.apiPrefix + 'GetExcelReportTaskWiseResourceListAsync';\n static getInfoSecDashboardAllUserDetails: string = InfoSecApi.apiPrefix + 'GetInfoSecDashboardAllUserDetails';\n static getInfoSecDashboardSystemAdminDetails: string = InfoSecApi.apiPrefix + 'GetInfoSecDashboardSystemAdminDetails';\n static getBsExpertResourceDetailsProjectWise: string = InfoSecApi.apiPrefix + 'GetBsExpertResourceDetailsProjectWise';\n static deleteProject: string = InfoSecApi.apiPrefix + 'DeleteProject';\n /*For Time sheet*/\n static getProjectDataForTimeSheetApiUrl: string = InfoSecApi.apiPrefix + 'GetProjectDataForTimeSheet';\n static getTaskByProjectIdApiUrl: string = InfoSecApi.apiPrefix + 'GetTaskByProjectId';\n static addEditTimeSheetApiUrl: string = InfoSecApi.apiPrefix + 'AddEditTimeSheet';\n static getTimeSheetByIdApiUrl: string = InfoSecApi.apiPrefix + 'GetTimeSheetById';\n static getTimeSheetListApiUrl: string = InfoSecApi.apiPrefix + 'GetTimeSheetList';\n static getProjectTimeSheetListApiUrl: string = InfoSecApi.apiPrefix + 'GetProjectTimeSheetList';\n static getTimeSheetStatusListApiUrl: string = InfoSecApi.apiPrefix + 'GetTimeSheetStatusList';\n static getTimeSheetApprovedStatusListApiUrl: string = InfoSecApi.apiPrefix + 'GetTimeSheetApprovedStatusList';\n static getResourcesListApiUrl: string = InfoSecApi.apiPrefix + 'GetResourceByProjectId';\n static getTaskByResourceIdApiUrl: string = InfoSecApi.apiPrefix + 'GetTaskByResourceId';\n \n static approveTimeSheetApiUrl: string = InfoSecApi.apiPrefix + 'ApproveTimeSheet';\n static getProjectHoursRequest: string = InfoSecApi.apiPrefix + 'GetProjectHoursRequest';\n static updateHoursRequestStatus: string = InfoSecApi.apiPrefix + 'UpdateHoursRequestStatus';\n static checkAllowedToCreateRequest: string = InfoSecApi.apiPrefix + 'CheckAllowedToCreateRequest';\n static getProjectHoursRequestFiles: string = InfoSecApi.apiPrefix + 'GetProjectHoursRequestFiles';\n static downloadFile: string = InfoSecApi.apiPrefix + 'DownloadFile';\n static downloadZipFile: string = InfoSecApi.apiPrefix + 'DownloadZipFile';\n \n \n static deleteProjectTimeSheetApiUrl: string = InfoSecApi.apiPrefix + 'DeleteProjectTimeSheet';\n /*End For Time sheet*/\n \n /*Project Report generation methods*/\n static getPDFReportProjectListApiUrl: string = InfoSecApi.apiPrefix + 'GetPDFReportProjectListAsync';\n static getExcelReportProjectListApiUrl: string = InfoSecApi.apiPrefix + 'GetExcelReportProjectListAsync';\n \n /*Project Report generation methods*/\n static getPDFReportProjectResourceListApiUrl: string = InfoSecApi.apiPrefix + 'GetPDFReportProjectResourceListAsync';\n static getExcelReportProjectResourceListApiUrl: string = InfoSecApi.apiPrefix + 'GetExcelReportProjectResourceListAsync';\n \n /*For Project Hours request*/\n static addHoursRequest: string = InfoSecApi.apiPrefix + 'AddHoursRequest';\n static uploadFiles: string = InfoSecApi.apiPrefix + 'UploadFiles';\n /*End For Project Hours request*/\n \n /*Start Email Api*/\n static projectHoursSendEmail: string = InfoSecApi.apiPrefix + 'ProjectHoursSendEmail';\n /*End Email Api*/\n \n \n \n static getProjectHoursHistoryListApiUrl: string = InfoSecApi.apiPrefix + 'GetProjectHoursHistoryListAsync';\n \n }\n \n export class MainTitleApi {\n static mainTitleListApiUrl: string = '/api/MasterManagement/MainTitleList';\n static addOrEditMainTitleApiUrl: string = '/api/MasterManagement/AddEditMainTitle';\n static deleteMainTitleApiUrl: string = '/api/MasterManagement/DeleteQuestionCategory';\n static updateMainTitleApiUrlStatus: string = '/api/MasterManagement/UpdateQuestionCategoryStatus';\n }\n \n export class MstServiceApi {\n static getMstServiceListApiUrl: string = '/api/MasterManagement/GetServiceList';\n static addOrEditMstServiceApiUrl: string = '/api/MasterManagement/AddEditService';\n static deleteServiceApiUrl: string = '/api/MasterManagement/DeleteService';\n static updateServiceStatusApiUrl: string = '/api/MasterManagement/UpdateServiceStatus';\n }\n \n export class ControlApi {\n \n static importControlFile: string = '/api/MasterManagement/ImportControlFile';\n }\n \n \n export class MyProfileApi {\n static changePasswordApiUrl: string = '/api/Account/ChangePassword';\n static editProfileApiUrl: string = '/api/Account/EditProfile';\n static getloggedInUserDetailApiUrl: string = '/api/Account/GetLoggedInUserDetail';\n static updateProfilePictureApiUrl: string = '/api/Account/UpdateProfilePicture';\n \n }\n \n export class PolicyApi {\n static getPolicyListApiUrl: string = '/api/MasterManagement/GetPolicyList';\n static addOrEditPolicyApiUrl: string = '/api/MasterManagement/AddEditPolicy';\n static getPolicyByIdApiUrl: string = '/api/MasterManagement/GetPolicyById';\n static getLastPolicyIdApiUrl: string = '/api/MasterManagement/GetLastPolicyId';\n static updatePolicyStatusApiUrl: string = '/api/MasterManagement/UpdatePolicyStatus';\n static updatePolicyDemoStatusApiUrl: string = '/api/MasterManagement/UpdatePolicyDemoStatus';\n }\n \n export class QuestionApi {\n static importQuestionApiUrl: string = '/api/Question/ImportQuestionnaire';\n \n static getCategoryDropDownApiUrl: string = '/api/Question/GetCategory';\n static getSubCategoryDropDownApiUrl: string = '/api/Question/GetSubCategoryByCategoryId';\n static getPolicyDropDownBySubCategory2IdApiUrl: string = '/api/Question/GetPolicyBySubCategory2Id';\n static getPolicyByPolicyIdApiUrl: string = '/api/Question/GetPolicyByPolicyId';\n static getQuestionnarieListApiUrl: string = '/api/Question/GetQuestionnarieList';\n \n static updateQuestionSetIsDemoApiUrl: string = '/api/Question/UpdateQuestionSetIsDemo';\n static updateQuestionIsApprovedApiUrl: string = '/api/Question/UpdateQuestionIsApproved';\n static updateQuestionIsReviewedApiUrl: string = '/api/Question/UpdateQuestionIsReviewed';\n \n static addOrEditQuestionApiUrl: string = '/api/Question/AddEditQuestion';\n static getQuestionSetDataApiUrl: string = '/api/Question/GetQuestionSetByPolicyId';\n \n static addQuestionSetApiUrl: string = '/api/Question/AddQuestionSet';\n static getPolicyDataApiUrl: string = '/api/Question/GetPolicyData';\n static getLastActiveQuestionNoApiUrl = '/api/Question/GetLastQuestionAndSubQuestionNo';\n static updatePolicyScoreApiUrl: string = '/api/Question/UpdatePolicyScore';\n static updatePolicyCommentApiUrl: string = '/api/Question/UpdatePolicyComment';\n static updatePolicyDescriptionApiUrl: string = '/api/Question/UpdatePolicyDescription';\n static updateRelatedPolicyApiUrl: string = '/api/Question/UpdateRelatedPolicy';\n \n /*Client Questionnarie urls*/\n static getPolicyDropDownByCompanyIdApiUrl: string = '/api/Question/GetPolicyByCompanyId';\n static getClientQuestionnarieListAsyncApiUrl: string = '/api/Question/GetClientQuestionnarieListAsync';\n /*End Client Questionnarie urls*/\n \n }\n \n export class QuestionCategoryApi {\n static questionCategoryList: string = '/api/MasterManagement/QuestionCategoryList';\n static addOrEditQuestionCategory: string = '/api/MasterManagement/AddEditQuestionCategory';\n static deleteQuestionCategory: string = '/api/MasterManagement/DeleteQuestionCategory';\n static updateQuestionCategoryStatus: string = '/api/MasterManagement/UpdateQuestionCategoryStatus';\n }\n \n /**Report Api Url**/\n export class ReportApi {\n static apiPrefix: string = '/api/Report/';\n static getParentAssessmentByCompanyApiUrl = ReportApi.apiPrefix + 'GetParentAssessmentListByCompany';\n static riskReportAllCategoryApiUrl = ReportApi.apiPrefix + 'RiskReportAllCategory';\n static maturityReportAllCategoryApiUrl = ReportApi.apiPrefix + 'MaturityReportAllCategory';\n static remediationProgressReportApiUrl = ReportApi.apiPrefix + 'RemediationProgressReport';\n static comparisonRiskReportApiUrl = ReportApi.apiPrefix + 'ComparisonRiskReport';\n static comparisonMaturityReportApiUrl = ReportApi.apiPrefix + 'ComparisonMaturityReport';\n static getPdfForAllUserProjectWise = ReportApi.apiPrefix + 'GetPdfForAllUserProjectWise';\n static getPdfForBsExpertResourceUtilization = ReportApi.apiPrefix + 'getPdfForBsExpertResourceUtilization';\n static exportAssessmentReportChartApiUrl = ReportApi.apiPrefix + 'ExportAssessmentReportChartAsPdf';\n static riskListReportApiUrl = ReportApi.apiPrefix + 'RiskListReport';\n static exportRiskListReportApiUrl = ReportApi.apiPrefix + 'ExportRiskListReport';\n static getControlListApiUrl = ReportApi.apiPrefix + 'GetControlList';\n static getComplianceListApiUrl = ReportApi.apiPrefix + 'GetComplianceList';\n static getcatgeoryListFromSelectedControl = ReportApi.apiPrefix + 'getcatgeoryListFromSelectedControl';\n static getDocuemntFileApiUrl = ReportApi.apiPrefix + 'GetDownloadFile';\n static getSetControlList = ReportApi.apiPrefix + 'GetSetControlList';\n static riskReportCategoryByControlApiUrl = ReportApi.apiPrefix + 'RiskReportCategoryByControl';\n static maturityReportCategoryByControlApiUrl = ReportApi.apiPrefix + 'MaturityReportCategoryByControl';\n static getFirstAndSecondParentAssessmentCompaletedDateApiUrl = ReportApi.apiPrefix + 'getFirstAndSecondParentAssessmentCompaletedDate';\n static getEntityByParentAssessmentApiUrl = ReportApi.apiPrefix + 'GetEntityListByParentAssessment';\n static getEntityByCompanyApiUrl = ReportApi.apiPrefix + 'GetEntityListByCompany';\n static getParentAssessmentByEntityApiUrl = ReportApi.apiPrefix + 'GetParentAssessmentListByEntity';\n }\n \n export class RiskTreatmentApi {\n static initAddRiskTreatmentApiUrl: string = '/api/RiskTreatment/InitCreateRiskTreatment';\n static lastCompletedAssessmentByCategoryApiUrl: string = '/api/RiskTreatment/GetLastCompletedAssessmentByCategory';\n static addRiskTreatmentApiUrl: string = '/api/RiskTreatment/CreateRiskTreatment';\n static riskTreatmentListApiUrl: string = '/api/RiskTreatment/GetRiskTreatmentList';\n static getRiskTreatmentByIdApiUrl: string = '/api/RiskTreatment/GetRiskTreatmentById';\n static updateRiskTreatmentApiUrl: string = '/api/RiskTreatment/UpdateRiskTreatment';\n static deleteRiskTreatmentApiUrl: string = '/api/RiskTreatment/DeleteRiskTreatment';\n static riskTreatmentFillUpApiUrl: string = '/api/RiskTreatment/GetFillUpQuestion';\n static reviewQuestionApiUrl: string = '/api/RiskTreatment/GetReviewQuestion';\n static riskTreatmentCompletedPolicyApiUrl: string = '/api/RiskTreatment/GetRiskTreatmentCompletedPolicy';\n static riskTreatmentReviewBulkApiUrl: string = '/api/RiskTreatment/ReviewRiskTreatmentBulkCopy';\n static answerRiskTreatmentRedirectedQuestionApiUrl: string = '/api/RiskTreatment/AnswerRedirectedQuestion';\n static riskTreatmentFillUpQuestionByIdApiUrl: string = '/api/RiskTreatment/GetFillUpQuestionById';\n static riskTreatmentRedirectedQuestionListApiUrl: string = '/api/RiskTreatment/GetRedirectedQuestionList';\n static markAsCompletedApiUrl: string = '/api/RiskTreatment/MarkRiskTreatmentAsCompleted';\n static getEntityAndCategoryRiskTreatmentApiUrl: string = '/api/RiskTreatment/GetEntityAndCategoryRiskTreatment';\n static getCategoryFromEntityRiskTreatmentApiUrl: string = '/api/RiskTreatment/GetCategoryFromEntityRiskTreatment';\n static getDownloadFileApiUrl: string = '/api/RiskTreatment/GetDownloadFile';\n }\n \n export class RoleMangementApi {\n static getRoleManagementpiUrl: string = '/api/RoleManagement/GetRoleManagement';\n static saveRoleManagementpiUrl: string = '/api/RoleManagement/SaveRoleManagement';\n static GetPermissionForLoggedInUser: string = '/api/RoleManagement/GetPermissionForLoggedInUser';\n }\n \n export class SubscriptionApi {\n static addOrEditSubscriptionApiUrl: string = '/api/Subscription/AddEditSubscription';\n static getSubscriptionListApiUrl: string = '/api/Subscription/GetSubscriptionList';\n static getServicesDataApiUrl: string = '/api/Subscription/GetServicesData';\n static updateSubscriptionStatus: string = '/api/Subscription/UpdateSubscriptionStatus';\n static getSubscriptionById: string = '/api/Subscription/GetSubscriptionById';\n \n static addManageSubscriptionApiUrl: string = '/api/Subscription/AddManageSubscription';\n static editManageSubscriptionApiUrl: string = '/api/Subscription/EditManageSubscription';\n \n \n static getSetupMasterSubscriptionData: string = '/api/Subscription/GetSetupMasterSubscriptionData';\n \n static getServiceDataBySubscriptionIdApiUrl: string = '/api/Subscription/GetServiceDataBySubscriptionId';\n static deleteSubscriptionApiUrl: string = '/api/Subscription/DeleteSubscription';\n }\n \n export class SubTitleApi {\n static subTitleListApiUrl: string = '/api/MasterManagement/SubTitleList';\n static addOrEditSubTitleApiUrl: string = '/api/MasterManagement/AddEditSubTitle';\n }\n \n export class UserApi {\n static userList: string = '/api/Account/UserList';\n static roleList: string = '/api/Account/RoleList';\n static clientAdminList: string = '/api/Account/GetClientAdminList';\n static updateUserStatus: string = '/api/Account/UpdateUserStatus';\n static addUser: string = '/api/Account/AddUserAsync';\n static editUser: string = '/api/Account/EditUserProfile';\n static approveSystemAdminApiUrl: string = '/api/Account/ApproveSystemAdmin';\n static departmentList: string = '/api/Account/DepartmentList';\n static initAssignCompanytoUser: string = '/api/User/InitAssignCompanyToUser';\n static updateAssignedCompanyToUserApiUrl: string = '/api/User/UpdateAssignedCompanyToUser';\n static enabledOrDisableSecurityCodeApiUrl: string = '/api/User/EnabledOrDisableSecurityCode';\n static recoverDeletedUserApiUrl: string = '/api/Account/RecoverDeletedUser';\n }\n \n export class CompanyPolicyDocumentApi {\n static companyPolicyDocumentListApiUrl: string = '/api/MasterManagement/GetCompanyPolicyDocumentList';\n static companyPolicyDocumentAddApiUrl: string = '/api/MasterManagement/AddCompanyPolicyDocumentFile';\n static downloadCompanyPolicyDocumentApiUrl: string = '/api/MasterManagement/DownloadCompanyPolicyDocument';\n static deleteCompanyPolicyDocumentApiUrl = '/api/MasterManagement/DeleteCompanyPolicyDocument';\n }\n \n export class ProcedureDocumentApi {\n static procedureDocumentListApiUrl: string = '/api/MasterManagement/GetProcedureDocumentList';\n static procedureDocumentAddApiUrl: string = '/api/MasterManagement/AddProcedureDocumentFile';\n static downloadProcedureDocumentApiUrl: string = '/api/MasterManagement/DownloadProcedureDocument';\n static deleteProcedureDocumentApiUrl = '/api/MasterManagement/DeleteProcedureDocument';\n }\n "], "mappings": "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", "names": [] }