Skip to content

Commit 176da5b

Browse files
jserembaAndries-Smit
authored andcommitted
Add isOffline typing
1 parent e4e0c62 commit 176da5b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ declare namespace mx {
307307
login(username: string, password: string, onSuccess: () => void, onError: () => void): void;
308308
logout(): void;
309309
onError(error: Error): void;
310+
isOffline: () => boolean;
310311
}
311312

312313
type Sort = [ string, "desc" | "asc" ];

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mendix-client",
33
"author": "Andries Smit <andries.smit@flockofbirds.org>",
44
"description": "Typescript type definition for Mendix client",
5-
"version": "7.6.0",
5+
"version": "7.6.1",
66
"types": "index.d.ts",
77
"scripts": {
88
"test": "tsc",

0 commit comments

Comments
 (0)