@girs/msg-0 0.0.0-4.0.0-beta.38 → 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 -36
- 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
|
|
|
@@ -69,11 +60,6 @@ export namespace Msg {
|
|
|
69
60
|
// Constructors
|
|
70
61
|
|
|
71
62
|
constructor(options: { message: string; code: number });
|
|
72
|
-
_init(...args: any[]): void;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
export namespace MessageMailFolderType {
|
|
76
|
-
export const $gtype: GObject.GType<MessageMailFolderType>;
|
|
77
63
|
}
|
|
78
64
|
|
|
79
65
|
enum MessageMailFolderType {
|
|
@@ -85,6 +71,7 @@ export namespace Msg {
|
|
|
85
71
|
OUTBOX,
|
|
86
72
|
ARCHIVE,
|
|
87
73
|
}
|
|
74
|
+
|
|
88
75
|
const API_ENDPOINT: string;
|
|
89
76
|
function error_quark(): GLib.Quark;
|
|
90
77
|
function json_object_get_string(object: Json.Object, name: string): string;
|
|
@@ -2893,19 +2880,11 @@ export namespace Msg {
|
|
|
2893
2880
|
type GoaAuthorizerClass = typeof GoaAuthorizer;
|
|
2894
2881
|
abstract class GoaAuthorizerPrivate {
|
|
2895
2882
|
static $gtype: GObject.GType<GoaAuthorizerPrivate>;
|
|
2896
|
-
|
|
2897
|
-
// Constructors
|
|
2898
|
-
|
|
2899
|
-
_init(...args: any[]): void;
|
|
2900
2883
|
}
|
|
2901
2884
|
|
|
2902
2885
|
type InputStreamClass = typeof InputStream;
|
|
2903
2886
|
abstract class InputStreamPrivate {
|
|
2904
2887
|
static $gtype: GObject.GType<InputStreamPrivate>;
|
|
2905
|
-
|
|
2906
|
-
// Constructors
|
|
2907
|
-
|
|
2908
|
-
_init(...args: any[]): void;
|
|
2909
2888
|
}
|
|
2910
2889
|
|
|
2911
2890
|
type MailFolderClass = typeof MailFolder;
|
|
@@ -2914,10 +2893,6 @@ export namespace Msg {
|
|
|
2914
2893
|
type OAuth2AuthorizerClass = typeof OAuth2Authorizer;
|
|
2915
2894
|
abstract class OAuth2AuthorizerPrivate {
|
|
2916
2895
|
static $gtype: GObject.GType<OAuth2AuthorizerPrivate>;
|
|
2917
|
-
|
|
2918
|
-
// Constructors
|
|
2919
|
-
|
|
2920
|
-
_init(...args: any[]): void;
|
|
2921
2896
|
}
|
|
2922
2897
|
|
|
2923
2898
|
type ServiceClass = typeof Service;
|
|
@@ -2929,10 +2904,6 @@ export namespace Msg {
|
|
|
2929
2904
|
// Fields
|
|
2930
2905
|
|
|
2931
2906
|
padding: any[];
|
|
2932
|
-
|
|
2933
|
-
// Constructors
|
|
2934
|
-
|
|
2935
|
-
_init(...args: any[]): void;
|
|
2936
2907
|
}
|
|
2937
2908
|
|
|
2938
2909
|
abstract class _DriveItemFolderClass {
|
|
@@ -2941,10 +2912,6 @@ export namespace Msg {
|
|
|
2941
2912
|
// Fields
|
|
2942
2913
|
|
|
2943
2914
|
padding: any[];
|
|
2944
|
-
|
|
2945
|
-
// Constructors
|
|
2946
|
-
|
|
2947
|
-
_init(...args: any[]): void;
|
|
2948
2915
|
}
|
|
2949
2916
|
|
|
2950
2917
|
namespace Authorizer {
|
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.
|
|
36
|
-
"@girs/gio-2.0": "2.86.
|
|
37
|
-
"@girs/gobject-2.0": "2.86.
|
|
38
|
-
"@girs/glib-2.0": "2.86.
|
|
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
|
},
|