| 1094 | |
| 1095 | import { AutomationApiRequestFactory, AutomationApiResponseProcessor} from "../apis/AutomationApi"; |
| 1096 | export class ObservableAutomationApi { |
| 1097 | private requestFactory: AutomationApiRequestFactory; |
| 1098 | private responseProcessor: AutomationApiResponseProcessor; |
| 1099 | private configuration: Configuration; |
nothing calls this directly
no outgoing calls
no test coverage detected