Categories powering the Panora API

All values are derived from ConnectorCategory found in the @panora/shared package which can be found here.

export declare enum ConnectorCategory {
  Crm = "crm",
  Hris = "hris",
  Ats = "ats",
  Accounting = "accounting",
  Ticketing = "ticketing",
  MarketingAutomation = "marketingautomation",
  FileStorage = "filestorage"
}