@girs/trackerminer-1.0 1.0.0-3.2.7 → 1.0.0-3.2.8
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 +16 -10
- package/trackerminer-1.0-ambient.js +2 -0
- package/trackerminer-1.0-import.js +3 -0
- package/trackerminer-1.0.d.cts +6 -33
- package/trackerminer-1.0.d.ts +6 -33
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for TrackerMiner-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for TrackerMiner-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/trackerminer-1.0",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for TrackerMiner-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "trackerminer-1.0.js",
|
|
7
7
|
"main": "trackerminer-1.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./trackerminer-1.0-ambient.d.ts",
|
|
11
|
+
"default": "./trackerminer-1.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./trackerminer-1.0-import.d.ts",
|
|
15
|
+
"default": "./trackerminer-1.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./trackerminer-1.0.d.ts",
|
|
@@ -25,12 +31,12 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit trackerminer-1.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/gio-2.0": "^2.
|
|
29
|
-
"@girs/gjs": "^3.2.
|
|
30
|
-
"@girs/glib-2.0": "^2.
|
|
31
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
32
|
-
"@girs/gobject-2.0": "^2.
|
|
33
|
-
"@girs/tracker-1.0": "^1.0.0-3.2.
|
|
34
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
35
|
+
"@girs/gjs": "^3.2.8",
|
|
36
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
37
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.8",
|
|
38
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
39
|
+
"@girs/tracker-1.0": "^1.0.0-3.2.8"
|
|
34
40
|
},
|
|
35
41
|
"devDependencies": {
|
|
36
42
|
"typescript": "*"
|
|
@@ -47,7 +53,7 @@
|
|
|
47
53
|
"license": "MIT",
|
|
48
54
|
"repository": {
|
|
49
55
|
"type": "git",
|
|
50
|
-
"url": "git+https://github.com/gjsify/
|
|
56
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
51
57
|
},
|
|
52
58
|
"bugs": {
|
|
53
59
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|
package/trackerminer-1.0.d.cts
CHANGED
|
@@ -644,10 +644,6 @@ export module Decorator {
|
|
|
644
644
|
|
|
645
645
|
// Own constructor properties of TrackerMiner-1.0.TrackerMiner.Decorator
|
|
646
646
|
|
|
647
|
-
class_names?: string[] | null
|
|
648
|
-
commit_batch_size?: number | null
|
|
649
|
-
data_source?: string | null
|
|
650
|
-
priority_rdf_types?: string[] | null
|
|
651
647
|
classNames?: string[] | null
|
|
652
648
|
commitBatchSize?: number | null
|
|
653
649
|
dataSource?: string | null
|
|
@@ -660,13 +656,9 @@ export interface Decorator extends Gio.Initable {
|
|
|
660
656
|
|
|
661
657
|
// Own properties of TrackerMiner-1.0.TrackerMiner.Decorator
|
|
662
658
|
|
|
663
|
-
class_names: string[]
|
|
664
659
|
classNames: string[]
|
|
665
|
-
commit_batch_size: number
|
|
666
660
|
commitBatchSize: number
|
|
667
|
-
readonly data_source: string | null
|
|
668
661
|
readonly dataSource: string | null
|
|
669
|
-
priority_rdf_types: string[]
|
|
670
662
|
priorityRdfTypes: string[]
|
|
671
663
|
|
|
672
664
|
// Own fields of TrackerMiner-1.0.TrackerMiner.Decorator
|
|
@@ -935,9 +927,8 @@ export module IndexingTree {
|
|
|
935
927
|
|
|
936
928
|
// Own constructor properties of TrackerMiner-1.0.TrackerMiner.IndexingTree
|
|
937
929
|
|
|
938
|
-
filter_hidden?: boolean | null
|
|
939
|
-
root?: Gio.File | null
|
|
940
930
|
filterHidden?: boolean | null
|
|
931
|
+
root?: Gio.File | null
|
|
941
932
|
}
|
|
942
933
|
|
|
943
934
|
}
|
|
@@ -946,7 +937,6 @@ export interface IndexingTree {
|
|
|
946
937
|
|
|
947
938
|
// Own properties of TrackerMiner-1.0.TrackerMiner.IndexingTree
|
|
948
939
|
|
|
949
|
-
filter_hidden: boolean
|
|
950
940
|
filterHidden: boolean
|
|
951
941
|
readonly root: Gio.File
|
|
952
942
|
|
|
@@ -1237,15 +1227,12 @@ export module Miner {
|
|
|
1237
1227
|
|
|
1238
1228
|
// Own constructor properties of TrackerMiner-1.0.TrackerMiner.Miner
|
|
1239
1229
|
|
|
1240
|
-
introspection_handler?: any | null
|
|
1241
|
-
introspection_xml?: string | null
|
|
1242
|
-
name?: string | null
|
|
1243
|
-
progress?: number | null
|
|
1244
|
-
remaining_time?: number | null
|
|
1245
|
-
status?: string | null
|
|
1246
1230
|
introspectionHandler?: any | null
|
|
1247
1231
|
introspectionXml?: string | null
|
|
1232
|
+
name?: string | null
|
|
1233
|
+
progress?: number | null
|
|
1248
1234
|
remainingTime?: number | null
|
|
1235
|
+
status?: string | null
|
|
1249
1236
|
}
|
|
1250
1237
|
|
|
1251
1238
|
}
|
|
@@ -1254,13 +1241,10 @@ export interface Miner extends Gio.Initable {
|
|
|
1254
1241
|
|
|
1255
1242
|
// Own properties of TrackerMiner-1.0.TrackerMiner.Miner
|
|
1256
1243
|
|
|
1257
|
-
introspection_handler: any
|
|
1258
1244
|
introspectionHandler: any
|
|
1259
|
-
introspection_xml: string | null
|
|
1260
1245
|
introspectionXml: string | null
|
|
1261
1246
|
readonly name: string | null
|
|
1262
1247
|
progress: number
|
|
1263
|
-
remaining_time: number
|
|
1264
1248
|
remainingTime: number
|
|
1265
1249
|
status: string | null
|
|
1266
1250
|
|
|
@@ -1481,18 +1465,13 @@ export module MinerFS {
|
|
|
1481
1465
|
|
|
1482
1466
|
// Own constructor properties of TrackerMiner-1.0.TrackerMiner.MinerFS
|
|
1483
1467
|
|
|
1484
|
-
data_provider?: DataProvider | null
|
|
1485
|
-
initial_crawling?: boolean | null
|
|
1486
|
-
mtime_checking?: boolean | null
|
|
1487
|
-
processing_pool_ready_limit?: number | null
|
|
1488
|
-
processing_pool_wait_limit?: number | null
|
|
1489
|
-
root?: Gio.File | null
|
|
1490
|
-
throttle?: number | null
|
|
1491
1468
|
dataProvider?: DataProvider | null
|
|
1492
1469
|
initialCrawling?: boolean | null
|
|
1493
1470
|
mtimeChecking?: boolean | null
|
|
1494
1471
|
processingPoolReadyLimit?: number | null
|
|
1495
1472
|
processingPoolWaitLimit?: number | null
|
|
1473
|
+
root?: Gio.File | null
|
|
1474
|
+
throttle?: number | null
|
|
1496
1475
|
}
|
|
1497
1476
|
|
|
1498
1477
|
}
|
|
@@ -1501,15 +1480,10 @@ export interface MinerFS extends Gio.Initable {
|
|
|
1501
1480
|
|
|
1502
1481
|
// Own properties of TrackerMiner-1.0.TrackerMiner.MinerFS
|
|
1503
1482
|
|
|
1504
|
-
readonly data_provider: DataProvider
|
|
1505
1483
|
readonly dataProvider: DataProvider
|
|
1506
|
-
initial_crawling: boolean
|
|
1507
1484
|
initialCrawling: boolean
|
|
1508
|
-
mtime_checking: boolean
|
|
1509
1485
|
mtimeChecking: boolean
|
|
1510
|
-
processing_pool_ready_limit: number
|
|
1511
1486
|
processingPoolReadyLimit: number
|
|
1512
|
-
processing_pool_wait_limit: number
|
|
1513
1487
|
processingPoolWaitLimit: number
|
|
1514
1488
|
readonly root: Gio.File
|
|
1515
1489
|
throttle: number
|
|
@@ -1871,7 +1845,6 @@ export interface MinerOnline extends Gio.Initable {
|
|
|
1871
1845
|
|
|
1872
1846
|
// Own properties of TrackerMiner-1.0.TrackerMiner.MinerOnline
|
|
1873
1847
|
|
|
1874
|
-
readonly network_type: NetworkType
|
|
1875
1848
|
readonly networkType: NetworkType
|
|
1876
1849
|
|
|
1877
1850
|
// Own fields of TrackerMiner-1.0.TrackerMiner.MinerOnline
|
package/trackerminer-1.0.d.ts
CHANGED
|
@@ -646,10 +646,6 @@ module Decorator {
|
|
|
646
646
|
|
|
647
647
|
// Own constructor properties of TrackerMiner-1.0.TrackerMiner.Decorator
|
|
648
648
|
|
|
649
|
-
class_names?: string[] | null
|
|
650
|
-
commit_batch_size?: number | null
|
|
651
|
-
data_source?: string | null
|
|
652
|
-
priority_rdf_types?: string[] | null
|
|
653
649
|
classNames?: string[] | null
|
|
654
650
|
commitBatchSize?: number | null
|
|
655
651
|
dataSource?: string | null
|
|
@@ -662,13 +658,9 @@ interface Decorator extends Gio.Initable {
|
|
|
662
658
|
|
|
663
659
|
// Own properties of TrackerMiner-1.0.TrackerMiner.Decorator
|
|
664
660
|
|
|
665
|
-
class_names: string[]
|
|
666
661
|
classNames: string[]
|
|
667
|
-
commit_batch_size: number
|
|
668
662
|
commitBatchSize: number
|
|
669
|
-
readonly data_source: string | null
|
|
670
663
|
readonly dataSource: string | null
|
|
671
|
-
priority_rdf_types: string[]
|
|
672
664
|
priorityRdfTypes: string[]
|
|
673
665
|
|
|
674
666
|
// Own fields of TrackerMiner-1.0.TrackerMiner.Decorator
|
|
@@ -937,9 +929,8 @@ module IndexingTree {
|
|
|
937
929
|
|
|
938
930
|
// Own constructor properties of TrackerMiner-1.0.TrackerMiner.IndexingTree
|
|
939
931
|
|
|
940
|
-
filter_hidden?: boolean | null
|
|
941
|
-
root?: Gio.File | null
|
|
942
932
|
filterHidden?: boolean | null
|
|
933
|
+
root?: Gio.File | null
|
|
943
934
|
}
|
|
944
935
|
|
|
945
936
|
}
|
|
@@ -948,7 +939,6 @@ interface IndexingTree {
|
|
|
948
939
|
|
|
949
940
|
// Own properties of TrackerMiner-1.0.TrackerMiner.IndexingTree
|
|
950
941
|
|
|
951
|
-
filter_hidden: boolean
|
|
952
942
|
filterHidden: boolean
|
|
953
943
|
readonly root: Gio.File
|
|
954
944
|
|
|
@@ -1239,15 +1229,12 @@ module Miner {
|
|
|
1239
1229
|
|
|
1240
1230
|
// Own constructor properties of TrackerMiner-1.0.TrackerMiner.Miner
|
|
1241
1231
|
|
|
1242
|
-
introspection_handler?: any | null
|
|
1243
|
-
introspection_xml?: string | null
|
|
1244
|
-
name?: string | null
|
|
1245
|
-
progress?: number | null
|
|
1246
|
-
remaining_time?: number | null
|
|
1247
|
-
status?: string | null
|
|
1248
1232
|
introspectionHandler?: any | null
|
|
1249
1233
|
introspectionXml?: string | null
|
|
1234
|
+
name?: string | null
|
|
1235
|
+
progress?: number | null
|
|
1250
1236
|
remainingTime?: number | null
|
|
1237
|
+
status?: string | null
|
|
1251
1238
|
}
|
|
1252
1239
|
|
|
1253
1240
|
}
|
|
@@ -1256,13 +1243,10 @@ interface Miner extends Gio.Initable {
|
|
|
1256
1243
|
|
|
1257
1244
|
// Own properties of TrackerMiner-1.0.TrackerMiner.Miner
|
|
1258
1245
|
|
|
1259
|
-
introspection_handler: any
|
|
1260
1246
|
introspectionHandler: any
|
|
1261
|
-
introspection_xml: string | null
|
|
1262
1247
|
introspectionXml: string | null
|
|
1263
1248
|
readonly name: string | null
|
|
1264
1249
|
progress: number
|
|
1265
|
-
remaining_time: number
|
|
1266
1250
|
remainingTime: number
|
|
1267
1251
|
status: string | null
|
|
1268
1252
|
|
|
@@ -1483,18 +1467,13 @@ module MinerFS {
|
|
|
1483
1467
|
|
|
1484
1468
|
// Own constructor properties of TrackerMiner-1.0.TrackerMiner.MinerFS
|
|
1485
1469
|
|
|
1486
|
-
data_provider?: DataProvider | null
|
|
1487
|
-
initial_crawling?: boolean | null
|
|
1488
|
-
mtime_checking?: boolean | null
|
|
1489
|
-
processing_pool_ready_limit?: number | null
|
|
1490
|
-
processing_pool_wait_limit?: number | null
|
|
1491
|
-
root?: Gio.File | null
|
|
1492
|
-
throttle?: number | null
|
|
1493
1470
|
dataProvider?: DataProvider | null
|
|
1494
1471
|
initialCrawling?: boolean | null
|
|
1495
1472
|
mtimeChecking?: boolean | null
|
|
1496
1473
|
processingPoolReadyLimit?: number | null
|
|
1497
1474
|
processingPoolWaitLimit?: number | null
|
|
1475
|
+
root?: Gio.File | null
|
|
1476
|
+
throttle?: number | null
|
|
1498
1477
|
}
|
|
1499
1478
|
|
|
1500
1479
|
}
|
|
@@ -1503,15 +1482,10 @@ interface MinerFS extends Gio.Initable {
|
|
|
1503
1482
|
|
|
1504
1483
|
// Own properties of TrackerMiner-1.0.TrackerMiner.MinerFS
|
|
1505
1484
|
|
|
1506
|
-
readonly data_provider: DataProvider
|
|
1507
1485
|
readonly dataProvider: DataProvider
|
|
1508
|
-
initial_crawling: boolean
|
|
1509
1486
|
initialCrawling: boolean
|
|
1510
|
-
mtime_checking: boolean
|
|
1511
1487
|
mtimeChecking: boolean
|
|
1512
|
-
processing_pool_ready_limit: number
|
|
1513
1488
|
processingPoolReadyLimit: number
|
|
1514
|
-
processing_pool_wait_limit: number
|
|
1515
1489
|
processingPoolWaitLimit: number
|
|
1516
1490
|
readonly root: Gio.File
|
|
1517
1491
|
throttle: number
|
|
@@ -1873,7 +1847,6 @@ interface MinerOnline extends Gio.Initable {
|
|
|
1873
1847
|
|
|
1874
1848
|
// Own properties of TrackerMiner-1.0.TrackerMiner.MinerOnline
|
|
1875
1849
|
|
|
1876
|
-
readonly network_type: NetworkType
|
|
1877
1850
|
readonly networkType: NetworkType
|
|
1878
1851
|
|
|
1879
1852
|
// Own fields of TrackerMiner-1.0.TrackerMiner.MinerOnline
|