{"version":3,"sources":["../../../src/window/clients/app-entity.ts"],"names":[],"mappings":"AAEO,MAAM,eAAgB,CAAA;AAAA,EAClB,MAAA;AAAA,EAET,YAAY,MAAsB,EAAA;AAChC,IAAA,IAAA,CAAK,MAAS,GAAA,MAAA;AAAA;AAChB,EAEA,MAAM,MAAA,CAAO,QAAkB,EAAA,UAAA,EAAsB,WAAqB,EAAA;AACxE,IAAA,MAAM,KAAK,MAAO,CAAA,IAAA,CAAK,2BAA6B,EAAA,QAAA,EAAU,YAAY,WAAW,CAAA;AAAA;AAEzF","file":"app-entity.mjs","sourcesContent":["import { WindowClient } from '../window-client';\n\nexport class AppEntityClient {\n  readonly window: WindowClient;\n\n  constructor(client: WindowClient) {\n    this.window = client;\n  }\n\n  async select(threadId: string, categories: string[], subEntityId: string) {\n    await this.window.send('appEntity.selectAppEntity', threadId, categories, subEntityId);\n  }\n}\n"]}