(
search: LinenTypes.channelGetIntegrationType
)
| 53 | } |
| 54 | |
| 55 | getChannelIntegration( |
| 56 | search: LinenTypes.channelGetIntegrationType |
| 57 | ): Promise<LinenTypes.ChannelsIntegration | null> { |
| 58 | return this.get(`/api/integrations/channels/integration?${qs(search)}`); |
| 59 | } |
| 60 | |
| 61 | updateChannelIntegration( |
| 62 | data: LinenTypes.channelPutIntegrationType |
no test coverage detected