(...params)
| 10801 | return defaultParam(makeCollection, { headers: this.authHeaders })(params[0]); |
| 10802 | } |
| 10803 | async syncCollection(...params) { |
| 10804 | return defaultParam(syncCollection, { headers: this.authHeaders })(params[0]); |
| 10805 | } |
| 10806 | async supportedReportSet(...params) { |
| 10807 | return defaultParam(supportedReportSet, { headers: this.authHeaders })(params[0]); |
| 10808 | } |
nothing calls this directly
no test coverage detected