* Add Routing logic to Query builder * Make a working redirect * Make it an app * Move pages and components to App * Integrate all pages in the app * Integrate prisma everywhere * Fix Routing Link * Add routing preview * Fixes * Get deplouyed on preview with ts disabled * Fix case * add reordering for routes * Move away from react DnD * Add sidebar * Add sidebar support and select support * Various fixes and improvements * Ignore eslint temporarly * Route might be falsy * Make CalNumber support required validation * Loader improvements * Add SSR support * Fix few typescript issues * More typesafety, download csv, bug fiees * Add seo friendly link * Avoid seding credebtials to frontend * Self review fixes * Improvements in app-store * Cahnge Form layout * Add scaffolding for app tests * Add playwright tests and add user check in serving data * Add CI tests * Add route builder test * Styling * Apply suggestions from code review Co-authored-by: Agusti Fernandez Pardo <6601142+agustif@users.noreply.github.com> * Changes as per loom feedback * Increase time for tests * Fix PR suggestions * Import CSS only in the module * Fix codacy issues * Move the codebbase to ee and add PRO and license check * Add Badge * Avoid lodash import * Fix TS error * Fix lint errors * Fix bug to merge conflicts resolution - me query shouldnt cause the Shell to go in loading state Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: zomars <zomars@me.com> Co-authored-by: Agusti Fernandez Pardo <6601142+agustif@users.noreply.github.com>
52 lines
2.1 KiB
TypeScript
52 lines
2.1 KiB
TypeScript
/**
|
|
This file is autogenerated using the command `yarn app-store:build --watch`.
|
|
Don't modify this file manually.
|
|
**/
|
|
const applecalendar_api = import("./applecalendar/api");
|
|
const around_api = import("./around/api");
|
|
const caldavcalendar_api = import("./caldavcalendar/api");
|
|
const routing_forms_api = import("./ee/routing_forms/api");
|
|
const exchange2013calendar_api = import("./exchange2013calendar/api");
|
|
const exchange2016calendar_api = import("./exchange2016calendar/api");
|
|
const giphy_api = import("./giphy/api");
|
|
const googlecalendar_api = import("./googlecalendar/api");
|
|
const hubspotothercalendar_api = import("./hubspotothercalendar/api");
|
|
const huddle01video_api = import("./huddle01video/api");
|
|
const jitsivideo_api = import("./jitsivideo/api");
|
|
const metamask_api = import("./metamask/api");
|
|
const office365calendar_api = import("./office365calendar/api");
|
|
const office365video_api = import("./office365video/api");
|
|
const riverside_api = import("./riverside/api");
|
|
const slackmessaging_api = import("./slackmessaging/api");
|
|
const stripepayment_api = import("./stripepayment/api");
|
|
const tandemvideo_api = import("./tandemvideo/api");
|
|
const vital_api = import("./vital/api");
|
|
const whereby_api = import("./whereby/api");
|
|
const wipemycalother_api = import("./wipemycalother/api");
|
|
const zapier_api = import("./zapier/api");
|
|
const zoomvideo_api = import("./zoomvideo/api");
|
|
export const apiHandlers = {
|
|
applecalendar:applecalendar_api,
|
|
around:around_api,
|
|
caldavcalendar:caldavcalendar_api,
|
|
routing_forms:routing_forms_api,
|
|
exchange2013calendar:exchange2013calendar_api,
|
|
exchange2016calendar:exchange2016calendar_api,
|
|
giphy:giphy_api,
|
|
googlecalendar:googlecalendar_api,
|
|
hubspotothercalendar:hubspotothercalendar_api,
|
|
huddle01video:huddle01video_api,
|
|
jitsivideo:jitsivideo_api,
|
|
metamask:metamask_api,
|
|
office365calendar:office365calendar_api,
|
|
office365video:office365video_api,
|
|
riverside:riverside_api,
|
|
slackmessaging:slackmessaging_api,
|
|
stripepayment:stripepayment_api,
|
|
tandemvideo:tandemvideo_api,
|
|
vital:vital_api,
|
|
whereby:whereby_api,
|
|
wipemycalother:wipemycalother_api,
|
|
zapier:zapier_api,
|
|
zoomvideo:zoomvideo_api,
|
|
}; |