1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-16 00:03:23 +00:00

[PS-612] Update jslib (#531)

* Update Export model imports

* Update for authService.getAuthStatus refactor

* Update jslib
This commit is contained in:
Thomas Rittson
2022-05-16 11:58:36 +10:00
committed by GitHub
parent c4d586509a
commit f6c454c970
13 changed files with 86 additions and 76 deletions

View File

@@ -1,8 +1,8 @@
import { FolderWithId } from "jslib-common/models/export/folderWithId";
import { FolderWithIdExport } from "jslib-common/models/export/folderWithIdExport";
import { FolderView } from "jslib-common/models/view/folderView";
import { BaseResponse } from "jslib-node/cli/models/response/baseResponse";
export class FolderResponse extends FolderWithId implements BaseResponse {
export class FolderResponse extends FolderWithIdExport implements BaseResponse {
object: string;
constructor(o: FolderView) {