We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afb31e commit 9a1664eCopy full SHA for 9a1664e
1 file changed
src/v1.ts
@@ -201,8 +201,9 @@ class ZedPromiseClient implements ProxyHandler<ZedPromiseClientInterface> {
201
'lookupResources',
202
'lookupSubjects',
203
'bulkExportRelationships',
204
+ 'exportBulkRelationships',
205
]);
- private writableStreamMethods = new Set(['bulkImportRelationships']);
206
+ private writableStreamMethods = new Set(['bulkImportRelationships', 'importBulkRelationships']);
207
208
constructor(client: ZedDefaultClientInterface) {
209
this.client = client;
0 commit comments