build: update dependencies

This commit is contained in:
Jovan Krunić
2019-01-28 14:11:43 +01:00
parent db240aa4b1
commit e37a23e8e0
9 changed files with 260 additions and 159 deletions

View File

@@ -19,7 +19,7 @@ import {
SCBulkDoneRoute,
SCBulkResponse,
SCThings,
SCThingTypes,
SCThingType,
} from '@openstapps/core';
import {Client} from './client';
import {BulkWithMultipleTypesError} from './errors';
@@ -46,7 +46,7 @@ export class Bulk<T extends SCThings> {
* @see Client.bulk
*/
constructor(
private type: SCThingTypes,
private type: SCThingType,
private client: Client,
private bulkResponse: SCBulkResponse,
) {