@girs/trackercontrol-2.0 2.0.0-3.2.5 → 2.0.0-3.2.6

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/trackercontrol-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for TrackerControl-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.5.
8
+ GJS TypeScript type definitions for TrackerControl-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
9
9
 
10
10
  External control and monitoring of miners
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/trackercontrol-2.0",
3
- "version": "2.0.0-3.2.5",
3
+ "version": "2.0.0-3.2.6",
4
4
  "description": "GJS TypeScript type definitions for TrackerControl-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "trackercontrol-2.0.js",
@@ -25,10 +25,10 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit trackercontrol-2.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gio-2.0": "^2.78.0-3.2.5",
29
- "@girs/gjs": "^3.2.5",
30
- "@girs/glib-2.0": "^2.78.0-3.2.5",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.5"
28
+ "@girs/gio-2.0": "^2.78.0-3.2.6",
29
+ "@girs/gjs": "^3.2.6",
30
+ "@girs/glib-2.0": "^2.78.0-3.2.6",
31
+ "@girs/gobject-2.0": "^2.78.0-3.2.6"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "*"
@@ -80,6 +80,8 @@ export module MinerManager {
80
80
 
81
81
  auto_start?: boolean | null
82
82
  domain_ontology?: string | null
83
+ autoStart?: boolean | null
84
+ domainOntology?: string | null
83
85
  }
84
86
 
85
87
  }
@@ -89,7 +91,9 @@ export interface MinerManager extends Gio.Initable {
89
91
  // Own properties of TrackerControl-2.0.TrackerControl.MinerManager
90
92
 
91
93
  readonly auto_start: boolean
94
+ readonly autoStart: boolean
92
95
  readonly domain_ontology: string | null
96
+ readonly domainOntology: string | null
93
97
 
94
98
  // Own fields of TrackerControl-2.0.TrackerControl.MinerManager
95
99
 
@@ -82,6 +82,8 @@ module MinerManager {
82
82
 
83
83
  auto_start?: boolean | null
84
84
  domain_ontology?: string | null
85
+ autoStart?: boolean | null
86
+ domainOntology?: string | null
85
87
  }
86
88
 
87
89
  }
@@ -91,7 +93,9 @@ interface MinerManager extends Gio.Initable {
91
93
  // Own properties of TrackerControl-2.0.TrackerControl.MinerManager
92
94
 
93
95
  readonly auto_start: boolean
96
+ readonly autoStart: boolean
94
97
  readonly domain_ontology: string | null
98
+ readonly domainOntology: string | null
95
99
 
96
100
  // Own fields of TrackerControl-2.0.TrackerControl.MinerManager
97
101