UNPKG

digitaform-preview-react

Version:

A comprehensive React form preview component library with form controls,responsive design

37 lines 1.41 kB
export declare const API_ENDPOINTS: { KEYCLOAK_AUTH: { LOGIN: string; REGISTER: string; REFRESH_TOKEN: string; LOGOUT: string; SEND_OTP: string; CHECK_USER_EXIST: string; RESET_PASSWORD: string; }; getAllComponents: () => string; getAllProjects: () => string; getProjectById: (projectId: string) => string; createProject: () => string; updateProject: (projectId: string) => string; deleteProject: (projectId: string) => string; getAllFormTemplates: (projectId: string) => string; getFormTemplate: (formTemplateId: string) => string; createFormTemplate: () => string; updateFormTemplate: (formTemplateId: string) => string; deleteFormTemplate: (formTemplateId: string) => string; getAllTags: () => string; createForm: () => string; submitForm: () => string; getForms: (projectId: string, formTemplateId: string) => string; getForm: (formId: string) => string; updateForm: (formId: string) => string; deleteForms: () => string; generateForm: () => string; getDefaultAIPrompt: () => string; getAllIssues: () => string; getIssueById: (issueId: string) => string; createIssue: () => string; updateIssue: (issueId: string) => string; getAllFormTemplatesByUserId: (userId?: string) => string; }; //# sourceMappingURL=api-endpoints.constants.d.ts.map