@girs/zeitgeist-2.0 2.0.0-3.2.7 → 2.0.0-3.2.9
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/package.json +14 -8
- package/zeitgeist-2.0-ambient.js +2 -0
- package/zeitgeist-2.0-import.js +3 -0
- package/zeitgeist-2.0.d.cts +4 -20
- package/zeitgeist-2.0.d.ts +4 -20
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Zeitgeist-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Zeitgeist-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/zeitgeist-2.0",
|
|
3
|
-
"version": "2.0.0-3.2.
|
|
3
|
+
"version": "2.0.0-3.2.9",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Zeitgeist-2.0, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "zeitgeist-2.0.js",
|
|
7
7
|
"main": "zeitgeist-2.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./zeitgeist-2.0-ambient.d.ts",
|
|
11
|
+
"default": "./zeitgeist-2.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./zeitgeist-2.0-import.d.ts",
|
|
15
|
+
"default": "./zeitgeist-2.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./zeitgeist-2.0.d.ts",
|
|
@@ -25,10 +31,10 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit zeitgeist-2.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
29
|
-
"@girs/gjs": "^3.2.
|
|
30
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
31
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
34
|
+
"@girs/gio-2.0": "^2.78.0-3.2.9",
|
|
35
|
+
"@girs/gjs": "^3.2.9",
|
|
36
|
+
"@girs/glib-2.0": "^2.78.0-3.2.9",
|
|
37
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.9"
|
|
32
38
|
},
|
|
33
39
|
"devDependencies": {
|
|
34
40
|
"typescript": "*"
|
|
@@ -45,7 +51,7 @@
|
|
|
45
51
|
"license": "MIT",
|
|
46
52
|
"repository": {
|
|
47
53
|
"type": "git",
|
|
48
|
-
"url": "git+https://github.com/gjsify/
|
|
54
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
49
55
|
},
|
|
50
56
|
"bugs": {
|
|
51
57
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|
package/zeitgeist-2.0.d.cts
CHANGED
|
@@ -877,8 +877,6 @@ export module Monitor {
|
|
|
877
877
|
|
|
878
878
|
// Own constructor properties of Zeitgeist-2.0.Zeitgeist.Monitor
|
|
879
879
|
|
|
880
|
-
time_range?: TimeRange | null
|
|
881
|
-
event_templates?: Event[] | null
|
|
882
880
|
timeRange?: TimeRange | null
|
|
883
881
|
eventTemplates?: Event[] | null
|
|
884
882
|
}
|
|
@@ -889,9 +887,7 @@ export interface Monitor extends RemoteMonitor {
|
|
|
889
887
|
|
|
890
888
|
// Own properties of Zeitgeist-2.0.Zeitgeist.Monitor
|
|
891
889
|
|
|
892
|
-
time_range: TimeRange
|
|
893
890
|
timeRange: TimeRange
|
|
894
|
-
event_templates: Event[]
|
|
895
891
|
eventTemplates: Event[]
|
|
896
892
|
|
|
897
893
|
// Owm methods of Zeitgeist-2.0.Zeitgeist.Monitor
|
|
@@ -949,8 +945,6 @@ export module QueuedProxyWrapper {
|
|
|
949
945
|
|
|
950
946
|
// Own constructor properties of Zeitgeist-2.0.Zeitgeist.QueuedProxyWrapper
|
|
951
947
|
|
|
952
|
-
proxy_created?: boolean | null
|
|
953
|
-
is_connected?: boolean | null
|
|
954
948
|
proxyCreated?: boolean | null
|
|
955
949
|
isConnected?: boolean | null
|
|
956
950
|
}
|
|
@@ -961,9 +955,7 @@ export interface QueuedProxyWrapper {
|
|
|
961
955
|
|
|
962
956
|
// Own properties of Zeitgeist-2.0.Zeitgeist.QueuedProxyWrapper
|
|
963
957
|
|
|
964
|
-
proxy_created: boolean
|
|
965
958
|
proxyCreated: boolean
|
|
966
|
-
is_connected: boolean
|
|
967
959
|
isConnected: boolean
|
|
968
960
|
|
|
969
961
|
// Owm methods of Zeitgeist-2.0.Zeitgeist.QueuedProxyWrapper
|
|
@@ -1042,15 +1034,13 @@ export module DataSource {
|
|
|
1042
1034
|
|
|
1043
1035
|
// Own constructor properties of Zeitgeist-2.0.Zeitgeist.DataSource
|
|
1044
1036
|
|
|
1045
|
-
|
|
1037
|
+
uniqueId?: string | null
|
|
1046
1038
|
name?: string | null
|
|
1047
1039
|
description?: string | null
|
|
1048
|
-
|
|
1040
|
+
eventTemplates?: Event[] | null
|
|
1049
1041
|
enabled?: boolean | null
|
|
1050
1042
|
running?: boolean | null
|
|
1051
1043
|
timestamp?: number | null
|
|
1052
|
-
uniqueId?: string | null
|
|
1053
|
-
eventTemplates?: Event[] | null
|
|
1054
1044
|
}
|
|
1055
1045
|
|
|
1056
1046
|
}
|
|
@@ -1059,11 +1049,9 @@ export interface DataSource {
|
|
|
1059
1049
|
|
|
1060
1050
|
// Own properties of Zeitgeist-2.0.Zeitgeist.DataSource
|
|
1061
1051
|
|
|
1062
|
-
unique_id: string | null
|
|
1063
1052
|
uniqueId: string | null
|
|
1064
1053
|
name: string | null
|
|
1065
1054
|
description: string | null
|
|
1066
|
-
event_templates: Event[]
|
|
1067
1055
|
eventTemplates: Event[]
|
|
1068
1056
|
enabled: boolean
|
|
1069
1057
|
running: boolean
|
|
@@ -1253,13 +1241,11 @@ export module Subject {
|
|
|
1253
1241
|
origin?: string | null
|
|
1254
1242
|
text?: string | null
|
|
1255
1243
|
storage?: string | null
|
|
1256
|
-
|
|
1257
|
-
|
|
1244
|
+
currentUri?: string | null
|
|
1245
|
+
currentOrigin?: string | null
|
|
1258
1246
|
mimetype?: string | null
|
|
1259
1247
|
interpretation?: string | null
|
|
1260
1248
|
manifestation?: string | null
|
|
1261
|
-
currentUri?: string | null
|
|
1262
|
-
currentOrigin?: string | null
|
|
1263
1249
|
}
|
|
1264
1250
|
|
|
1265
1251
|
}
|
|
@@ -1272,9 +1258,7 @@ export interface Subject {
|
|
|
1272
1258
|
origin: string | null
|
|
1273
1259
|
text: string | null
|
|
1274
1260
|
storage: string | null
|
|
1275
|
-
current_uri: string | null
|
|
1276
1261
|
currentUri: string | null
|
|
1277
|
-
current_origin: string | null
|
|
1278
1262
|
currentOrigin: string | null
|
|
1279
1263
|
mimetype: string | null
|
|
1280
1264
|
interpretation: string | null
|
package/zeitgeist-2.0.d.ts
CHANGED
|
@@ -879,8 +879,6 @@ module Monitor {
|
|
|
879
879
|
|
|
880
880
|
// Own constructor properties of Zeitgeist-2.0.Zeitgeist.Monitor
|
|
881
881
|
|
|
882
|
-
time_range?: TimeRange | null
|
|
883
|
-
event_templates?: Event[] | null
|
|
884
882
|
timeRange?: TimeRange | null
|
|
885
883
|
eventTemplates?: Event[] | null
|
|
886
884
|
}
|
|
@@ -891,9 +889,7 @@ interface Monitor extends RemoteMonitor {
|
|
|
891
889
|
|
|
892
890
|
// Own properties of Zeitgeist-2.0.Zeitgeist.Monitor
|
|
893
891
|
|
|
894
|
-
time_range: TimeRange
|
|
895
892
|
timeRange: TimeRange
|
|
896
|
-
event_templates: Event[]
|
|
897
893
|
eventTemplates: Event[]
|
|
898
894
|
|
|
899
895
|
// Owm methods of Zeitgeist-2.0.Zeitgeist.Monitor
|
|
@@ -951,8 +947,6 @@ module QueuedProxyWrapper {
|
|
|
951
947
|
|
|
952
948
|
// Own constructor properties of Zeitgeist-2.0.Zeitgeist.QueuedProxyWrapper
|
|
953
949
|
|
|
954
|
-
proxy_created?: boolean | null
|
|
955
|
-
is_connected?: boolean | null
|
|
956
950
|
proxyCreated?: boolean | null
|
|
957
951
|
isConnected?: boolean | null
|
|
958
952
|
}
|
|
@@ -963,9 +957,7 @@ interface QueuedProxyWrapper {
|
|
|
963
957
|
|
|
964
958
|
// Own properties of Zeitgeist-2.0.Zeitgeist.QueuedProxyWrapper
|
|
965
959
|
|
|
966
|
-
proxy_created: boolean
|
|
967
960
|
proxyCreated: boolean
|
|
968
|
-
is_connected: boolean
|
|
969
961
|
isConnected: boolean
|
|
970
962
|
|
|
971
963
|
// Owm methods of Zeitgeist-2.0.Zeitgeist.QueuedProxyWrapper
|
|
@@ -1044,15 +1036,13 @@ module DataSource {
|
|
|
1044
1036
|
|
|
1045
1037
|
// Own constructor properties of Zeitgeist-2.0.Zeitgeist.DataSource
|
|
1046
1038
|
|
|
1047
|
-
|
|
1039
|
+
uniqueId?: string | null
|
|
1048
1040
|
name?: string | null
|
|
1049
1041
|
description?: string | null
|
|
1050
|
-
|
|
1042
|
+
eventTemplates?: Event[] | null
|
|
1051
1043
|
enabled?: boolean | null
|
|
1052
1044
|
running?: boolean | null
|
|
1053
1045
|
timestamp?: number | null
|
|
1054
|
-
uniqueId?: string | null
|
|
1055
|
-
eventTemplates?: Event[] | null
|
|
1056
1046
|
}
|
|
1057
1047
|
|
|
1058
1048
|
}
|
|
@@ -1061,11 +1051,9 @@ interface DataSource {
|
|
|
1061
1051
|
|
|
1062
1052
|
// Own properties of Zeitgeist-2.0.Zeitgeist.DataSource
|
|
1063
1053
|
|
|
1064
|
-
unique_id: string | null
|
|
1065
1054
|
uniqueId: string | null
|
|
1066
1055
|
name: string | null
|
|
1067
1056
|
description: string | null
|
|
1068
|
-
event_templates: Event[]
|
|
1069
1057
|
eventTemplates: Event[]
|
|
1070
1058
|
enabled: boolean
|
|
1071
1059
|
running: boolean
|
|
@@ -1255,13 +1243,11 @@ module Subject {
|
|
|
1255
1243
|
origin?: string | null
|
|
1256
1244
|
text?: string | null
|
|
1257
1245
|
storage?: string | null
|
|
1258
|
-
|
|
1259
|
-
|
|
1246
|
+
currentUri?: string | null
|
|
1247
|
+
currentOrigin?: string | null
|
|
1260
1248
|
mimetype?: string | null
|
|
1261
1249
|
interpretation?: string | null
|
|
1262
1250
|
manifestation?: string | null
|
|
1263
|
-
currentUri?: string | null
|
|
1264
|
-
currentOrigin?: string | null
|
|
1265
1251
|
}
|
|
1266
1252
|
|
|
1267
1253
|
}
|
|
@@ -1274,9 +1260,7 @@ interface Subject {
|
|
|
1274
1260
|
origin: string | null
|
|
1275
1261
|
text: string | null
|
|
1276
1262
|
storage: string | null
|
|
1277
|
-
current_uri: string | null
|
|
1278
1263
|
currentUri: string | null
|
|
1279
|
-
current_origin: string | null
|
|
1280
1264
|
currentOrigin: string | null
|
|
1281
1265
|
mimetype: string | null
|
|
1282
1266
|
interpretation: string | null
|