mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
build: update dependencies
This commit is contained in:
@@ -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,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user