Skip to content

Commit

Permalink
build: Updated build with streamlined Izly constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Aug 29, 2024
1 parent 98ebd1f commit 656f950
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ declare class Izly {
private loggedIn;
constructor();
login(username: string, password: string): Promise<boolean>;
private checkLogin;
getProfile(): Promise<Profile>;
getNotifications(): Promise<Notification[]>;
getBalance(): Promise<Balance>;
Expand Down
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ declare class Izly {
private loggedIn;
constructor();
login(username: string, password: string): Promise<boolean>;
private checkLogin;
getProfile(): Promise<Profile>;
getNotifications(): Promise<Notification[]>;
getBalance(): Promise<Balance>;
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 656f950

Please sign in to comment.