@girs/msg-0 0.0.0-4.0.0-beta.19 → 0.0.0-4.0.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/msg-0.d.ts +17 -17
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.21.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/msg-0.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export namespace Msg {
|
|
|
86
86
|
const API_ENDPOINT: string;
|
|
87
87
|
function error_quark(): GLib.Quark;
|
|
88
88
|
function json_object_get_string(object: Json.Object, name: string): string;
|
|
89
|
-
|
|
89
|
+
namespace Contact {
|
|
90
90
|
// Constructor properties interface
|
|
91
91
|
|
|
92
92
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -140,7 +140,7 @@ export namespace Msg {
|
|
|
140
140
|
set_surname(surname: string): void;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
|
|
143
|
+
namespace ContactService {
|
|
144
144
|
// Constructor properties interface
|
|
145
145
|
|
|
146
146
|
interface ConstructorProps extends Service.ConstructorProps {}
|
|
@@ -181,7 +181,7 @@ export namespace Msg {
|
|
|
181
181
|
get_contacts(cancellable?: Gio.Cancellable | null): Contact[];
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
namespace Drive {
|
|
185
185
|
// Constructor properties interface
|
|
186
186
|
|
|
187
187
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -249,7 +249,7 @@ export namespace Msg {
|
|
|
249
249
|
get_used(): number;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
|
|
252
|
+
namespace DriveItem {
|
|
253
253
|
// Constructor properties interface
|
|
254
254
|
|
|
255
255
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -335,7 +335,7 @@ export namespace Msg {
|
|
|
335
335
|
set_parent_id(parent_id: string): void;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
|
|
338
|
+
namespace DriveItemFile {
|
|
339
339
|
// Constructor properties interface
|
|
340
340
|
|
|
341
341
|
interface ConstructorProps extends DriveItem.ConstructorProps {}
|
|
@@ -368,7 +368,7 @@ export namespace Msg {
|
|
|
368
368
|
get_thumbnail_uri(): string;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
|
|
371
|
+
namespace DriveItemFolder {
|
|
372
372
|
// Constructor properties interface
|
|
373
373
|
|
|
374
374
|
interface ConstructorProps extends DriveItem.ConstructorProps {}
|
|
@@ -388,7 +388,7 @@ export namespace Msg {
|
|
|
388
388
|
static new_from_json(object: Json.Object): DriveItemFolder;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
|
|
391
|
+
namespace DriveService {
|
|
392
392
|
// Constructor properties interface
|
|
393
393
|
|
|
394
394
|
interface ConstructorProps extends Service.ConstructorProps {}
|
|
@@ -511,7 +511,7 @@ export namespace Msg {
|
|
|
511
511
|
update_finish(item: DriveItem, stream: Gio.OutputStream, cancellable?: Gio.Cancellable | null): DriveItem;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
|
|
514
|
+
namespace GoaAuthorizer {
|
|
515
515
|
// Constructor properties interface
|
|
516
516
|
|
|
517
517
|
interface ConstructorProps extends GObject.Object.ConstructorProps, Authorizer.ConstructorProps {
|
|
@@ -986,7 +986,7 @@ export namespace Msg {
|
|
|
986
986
|
stop_emission_by_name(detailedName: string): any;
|
|
987
987
|
}
|
|
988
988
|
|
|
989
|
-
|
|
989
|
+
namespace InputStream {
|
|
990
990
|
// Constructor properties interface
|
|
991
991
|
|
|
992
992
|
interface ConstructorProps extends Gio.InputStream.ConstructorProps, Gio.Seekable.ConstructorProps {}
|
|
@@ -1520,7 +1520,7 @@ export namespace Msg {
|
|
|
1520
1520
|
stop_emission_by_name(detailedName: string): any;
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
|
-
|
|
1523
|
+
namespace MailFolder {
|
|
1524
1524
|
// Constructor properties interface
|
|
1525
1525
|
|
|
1526
1526
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1549,7 +1549,7 @@ export namespace Msg {
|
|
|
1549
1549
|
get_unread_item_count(): number;
|
|
1550
1550
|
}
|
|
1551
1551
|
|
|
1552
|
-
|
|
1552
|
+
namespace Message {
|
|
1553
1553
|
// Constructor properties interface
|
|
1554
1554
|
|
|
1555
1555
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1582,7 +1582,7 @@ export namespace Msg {
|
|
|
1582
1582
|
set_subject(subject: string): boolean;
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
|
-
|
|
1585
|
+
namespace MessageService {
|
|
1586
1586
|
// Constructor properties interface
|
|
1587
1587
|
|
|
1588
1588
|
interface ConstructorProps extends Service.ConstructorProps {}
|
|
@@ -1636,7 +1636,7 @@ export namespace Msg {
|
|
|
1636
1636
|
get_messages(cancellable?: Gio.Cancellable | null): Message[];
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
1639
|
-
|
|
1639
|
+
namespace OAuth2Authorizer {
|
|
1640
1640
|
// Constructor properties interface
|
|
1641
1641
|
|
|
1642
1642
|
interface ConstructorProps extends GObject.Object.ConstructorProps, Authorizer.ConstructorProps {
|
|
@@ -2119,7 +2119,7 @@ export namespace Msg {
|
|
|
2119
2119
|
stop_emission_by_name(detailedName: string): any;
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
|
-
|
|
2122
|
+
namespace Service {
|
|
2123
2123
|
// Constructor properties interface
|
|
2124
2124
|
|
|
2125
2125
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -2212,7 +2212,7 @@ export namespace Msg {
|
|
|
2212
2212
|
send_and_read(message: Soup.Message, cancellable?: Gio.Cancellable | null): GLib.Bytes;
|
|
2213
2213
|
}
|
|
2214
2214
|
|
|
2215
|
-
|
|
2215
|
+
namespace User {
|
|
2216
2216
|
// Constructor properties interface
|
|
2217
2217
|
|
|
2218
2218
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2239,7 +2239,7 @@ export namespace Msg {
|
|
|
2239
2239
|
get_mail(): string;
|
|
2240
2240
|
}
|
|
2241
2241
|
|
|
2242
|
-
|
|
2242
|
+
namespace UserService {
|
|
2243
2243
|
// Constructor properties interface
|
|
2244
2244
|
|
|
2245
2245
|
interface ConstructorProps extends Service.ConstructorProps {}
|
|
@@ -2332,7 +2332,7 @@ export namespace Msg {
|
|
|
2332
2332
|
_init(...args: any[]): void;
|
|
2333
2333
|
}
|
|
2334
2334
|
|
|
2335
|
-
|
|
2335
|
+
namespace Authorizer {
|
|
2336
2336
|
// Constructor properties interface
|
|
2337
2337
|
|
|
2338
2338
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/msg-0",
|
|
3
|
-
"version": "0.0.0-4.0.0-beta.
|
|
3
|
+
"version": "0.0.0-4.0.0-beta.21",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "msg-0.js",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gio-2.0": "^2.
|
|
35
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
36
|
-
"@girs/glib-2.0": "^2.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
38
|
-
"@girs/goa-1.0": "^3.52.0-4.0.0-beta.
|
|
39
|
-
"@girs/gobject-2.0": "^2.
|
|
40
|
-
"@girs/json-1.0": "^1.10.
|
|
41
|
-
"@girs/soup-3.0": "^3.6.
|
|
34
|
+
"@girs/gio-2.0": "^2.83.3-4.0.0-beta.21",
|
|
35
|
+
"@girs/gjs": "^4.0.0-beta.21",
|
|
36
|
+
"@girs/glib-2.0": "^2.83.3-4.0.0-beta.21",
|
|
37
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.21",
|
|
38
|
+
"@girs/goa-1.0": "^3.52.0-4.0.0-beta.21",
|
|
39
|
+
"@girs/gobject-2.0": "^2.83.3-4.0.0-beta.21",
|
|
40
|
+
"@girs/json-1.0": "^1.10.7-4.0.0-beta.21",
|
|
41
|
+
"@girs/soup-3.0": "^3.6.4-4.0.0-beta.21"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"typescript": "*"
|