@girs/msg-0 0.0.0-4.0.0-beta.39 → 0.0.0-4.0.0-beta.40
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 +3 -15
- 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.40.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/msg-0.d.ts
CHANGED
|
@@ -28,16 +28,6 @@ export namespace Msg {
|
|
|
28
28
|
* <ulink url="https://docs.microsoft.com/en-us/graph/api/resources/drive?view=graph-rest-1.0">
|
|
29
29
|
* objects</ulink>.
|
|
30
30
|
*/
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* The type of Drive
|
|
34
|
-
* <ulink url="https://docs.microsoft.com/en-us/graph/api/resources/drive?view=graph-rest-1.0">
|
|
35
|
-
* objects</ulink>.
|
|
36
|
-
*/
|
|
37
|
-
export namespace DriveType {
|
|
38
|
-
export const $gtype: GObject.GType<DriveType>;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
31
|
enum DriveType {
|
|
42
32
|
/**
|
|
43
33
|
* Personal OneDrive drive
|
|
@@ -52,11 +42,12 @@ export namespace Msg {
|
|
|
52
42
|
*/
|
|
53
43
|
DOCUMENT_LIBRARY,
|
|
54
44
|
}
|
|
45
|
+
|
|
55
46
|
/**
|
|
56
47
|
* This enumeration can be expanded at a later date.
|
|
57
48
|
*/
|
|
58
49
|
class Error extends GLib.Error {
|
|
59
|
-
static $gtype: GObject.GType<Error>;
|
|
50
|
+
static $gtype: GObject.GType<GLib.Error>;
|
|
60
51
|
|
|
61
52
|
// Static fields
|
|
62
53
|
|
|
@@ -71,10 +62,6 @@ export namespace Msg {
|
|
|
71
62
|
constructor(options: { message: string; code: number });
|
|
72
63
|
}
|
|
73
64
|
|
|
74
|
-
export namespace MessageMailFolderType {
|
|
75
|
-
export const $gtype: GObject.GType<MessageMailFolderType>;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
65
|
enum MessageMailFolderType {
|
|
79
66
|
INBOX,
|
|
80
67
|
DRAFTS,
|
|
@@ -84,6 +71,7 @@ export namespace Msg {
|
|
|
84
71
|
OUTBOX,
|
|
85
72
|
ARCHIVE,
|
|
86
73
|
}
|
|
74
|
+
|
|
87
75
|
const API_ENDPOINT: string;
|
|
88
76
|
function error_quark(): GLib.Quark;
|
|
89
77
|
function json_object_get_string(object: Json.Object, name: string): string;
|
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.40",
|
|
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/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/soup-3.0": "3.6.6-4.0.0-beta.
|
|
36
|
-
"@girs/gio-2.0": "2.86.4-4.0.0-beta.
|
|
37
|
-
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.
|
|
38
|
-
"@girs/glib-2.0": "2.86.4-4.0.0-beta.
|
|
39
|
-
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.
|
|
40
|
-
"@girs/json-1.0": "1.10.8-4.0.0-beta.
|
|
41
|
-
"@girs/goa-1.0": "3.56.0-4.0.0-beta.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.40",
|
|
35
|
+
"@girs/soup-3.0": "3.6.6-4.0.0-beta.40",
|
|
36
|
+
"@girs/gio-2.0": "2.86.4-4.0.0-beta.40",
|
|
37
|
+
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
|
|
38
|
+
"@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
|
|
39
|
+
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.40",
|
|
40
|
+
"@girs/json-1.0": "1.10.8-4.0.0-beta.40",
|
|
41
|
+
"@girs/goa-1.0": "3.56.0-4.0.0-beta.40" },
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"typescript": "*"
|
|
44
44
|
},
|