/** This file is autogenerated using the command `yarn app-store:build --watch`. Don't modify this file manually. **/ import { appDataSchema as dailyvideo_schema } from "./dailyvideo/zod"; import { appDataSchema as routing_forms_schema } from "./ee/routing-forms/zod"; import { appDataSchema as fathom_schema } from "./fathom/zod"; import { appDataSchema as ga4_schema } from "./ga4/zod"; import { appDataSchema as giphy_schema } from "./giphy/zod"; import { appDataSchema as googlecalendar_schema } from "./googlecalendar/zod"; import { appDataSchema as hubspot_schema } from "./hubspot/zod"; import { appDataSchema as larkcalendar_schema } from "./larkcalendar/zod"; import { appDataSchema as office365calendar_schema } from "./office365calendar/zod"; import { appDataSchema as office365video_schema } from "./office365video/zod"; import { appDataSchema as plausible_schema } from "./plausible/zod"; import { appDataSchema as qr_code_schema } from "./qr_code/zod"; import { appDataSchema as rainbow_schema } from "./rainbow/zod"; import { appDataSchema as salesforce_schema } from "./salesforce/zod"; import { appDataSchema as stripepayment_schema } from "./stripepayment/zod"; import { appDataSchema as tandemvideo_schema } from "./tandemvideo/zod"; import { appDataSchema as vital_schema } from "./vital/zod"; import { appDataSchema as wordpress_schema } from "./wordpress/zod"; import { appDataSchema as zapier_schema } from "./zapier/zod"; import { appDataSchema as zoomvideo_schema } from "./zoomvideo/zod"; export const appDataSchemas = { dailyvideo: dailyvideo_schema, "routing-forms": routing_forms_schema, fathom: fathom_schema, ga4: ga4_schema, giphy: giphy_schema, googlecalendar: googlecalendar_schema, hubspot: hubspot_schema, larkcalendar: larkcalendar_schema, office365calendar: office365calendar_schema, office365video: office365video_schema, plausible: plausible_schema, qr_code: qr_code_schema, rainbow: rainbow_schema, salesforce: salesforce_schema, stripe: stripepayment_schema, tandemvideo: tandemvideo_schema, vital: vital_schema, wordpress: wordpress_schema, zapier: zapier_schema, zoomvideo: zoomvideo_schema, };