(...params)
| 10783 | return defaultParam(deleteObject, { headers: this.authHeaders, url: this.serverUrl })(params[0]); |
| 10784 | } |
| 10785 | async propfind(...params) { |
| 10786 | return defaultParam(propfind, { headers: this.authHeaders })(params[0]); |
| 10787 | } |
| 10788 | async createAccount(params0) { |
| 10789 | const { account, headers, loadCollections, loadObjects } = params0; |
| 10790 | return createAccount({ |
nothing calls this directly
no test coverage detected