UNPKG

react-native-feedback-hub

Version:

React Native feedback SDK with Slack, Jira, Discord and Microsoft Teams integration

18 lines 992 B
export declare const SLACK_API_ENDPOINTS: Readonly<{ POST_MESSAGE: "https://slack.com/api/chat.postMessage"; GET_UPLOAD_URL: "https://slack.com/api/files.getUploadURLExternal"; COMPLETE_UPLOAD: "https://slack.com/api/files.completeUploadExternal"; }>; export declare const JIRA_API_ENDPOINTS: Readonly<{ getProjectIssueTypes: (host: string, projectKey: string) => string; createIssue: (host: string) => string; addAttachment: (host: string, issueIdOrKey: string) => string; }>; export declare const TEAMS_API_ENDPOINTS: Readonly<{ getFilesFolder: (teamId: string, channelId: string) => string; createUploadSession: (driveId: string, filesFolderId: string, fileName: string) => string; getFileMeta: (driveId: string, filesFolderId: string, fileName: string) => string; postMessage: (teamId: string, channelId: string) => string; postReply: (teamId: string, channelId: string, messageId: string) => string; }>; //# sourceMappingURL=endpoints.d.ts.map