* feat: support lark calendar * New Crowdin translations by Github Action (#3016) Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com> * fix: lark calendar get app ticket bugs * feat: add send msg service for lark bot * fix: comment on PR of lark-calendar * chore: update lark bot message * Refactors add endpoint * Adds missing GET endpoint handler * Update yarn.lock * fix: comments * Update yarn.lock * fix: comment about inferred type * Added fetcher helper * Update yarn.lock Co-authored-by: chengcheng.frontend <chengcheng.frontend@bytedance.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: zomars <zomars@me.com>
31 lines
1.2 KiB
TypeScript
31 lines
1.2 KiB
TypeScript
/**
|
|
This file is autogenerated using the command `yarn app-store:build --watch`.
|
|
Don't modify this file manually.
|
|
**/
|
|
export const apiHandlers = {
|
|
applecalendar: import("./applecalendar/api"),
|
|
around: import("./around/api"),
|
|
caldavcalendar: import("./caldavcalendar/api"),
|
|
routing_forms: import("./ee/routing_forms/api"),
|
|
exchange2013calendar: import("./exchange2013calendar/api"),
|
|
exchange2016calendar: import("./exchange2016calendar/api"),
|
|
giphy: import("./giphy/api"),
|
|
googlecalendar: import("./googlecalendar/api"),
|
|
hubspotothercalendar: import("./hubspotothercalendar/api"),
|
|
huddle01video: import("./huddle01video/api"),
|
|
jitsivideo: import("./jitsivideo/api"),
|
|
larkcalendar: import("./larkcalendar/api"),
|
|
metamask: import("./metamask/api"),
|
|
office365calendar: import("./office365calendar/api"),
|
|
office365video: import("./office365video/api"),
|
|
riverside: import("./riverside/api"),
|
|
slackmessaging: import("./slackmessaging/api"),
|
|
stripepayment: import("./stripepayment/api"),
|
|
tandemvideo: import("./tandemvideo/api"),
|
|
vital: import("./vital/api"),
|
|
whereby: import("./whereby/api"),
|
|
wipemycalother: import("./wipemycalother/api"),
|
|
zapier: import("./zapier/api"),
|
|
zoomvideo: import("./zoomvideo/api"),
|
|
};
|