@girs/edatabook-1.2 1.2.0-3.2.7 → 1.2.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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/edatabook-1.2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for EDataBook-1.2, generated from library version 1.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for EDataBook-1.2, generated from library version 1.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
 
11
11
  ## Install
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
@@ -522,10 +522,9 @@ export module BookBackend {
522
522
 
523
523
  // Own constructor properties of EDataBook-1.2.EDataBook.BookBackend
524
524
 
525
- cache_dir?: string | null
525
+ cacheDir?: string | null
526
526
  registry?: EDataServer.SourceRegistry | null
527
527
  writable?: boolean | null
528
- cacheDir?: string | null
529
528
  }
530
529
 
531
530
  }
@@ -534,9 +533,7 @@ export interface BookBackend {
534
533
 
535
534
  // Own properties of EDataBook-1.2.EDataBook.BookBackend
536
535
 
537
- cache_dir: string | null
538
536
  cacheDir: string | null
539
- readonly proxy_resolver: Gio.ProxyResolver
540
537
  readonly proxyResolver: Gio.ProxyResolver
541
538
  readonly registry: EDataServer.SourceRegistry
542
539
  writable: boolean
@@ -3762,7 +3759,6 @@ export module DataBook {
3762
3759
 
3763
3760
  backend?: BookBackend | null
3764
3761
  connection?: Gio.DBusConnection | null
3765
- object_path?: string | null
3766
3762
  objectPath?: string | null
3767
3763
  }
3768
3764
 
@@ -3774,7 +3770,6 @@ export interface DataBook extends Gio.Initable {
3774
3770
 
3775
3771
  readonly backend: BookBackend
3776
3772
  readonly connection: Gio.DBusConnection
3777
- readonly object_path: string | null
3778
3773
  readonly objectPath: string | null
3779
3774
 
3780
3775
  // Owm methods of EDataBook-1.2.EDataBook.DataBook
@@ -4165,9 +4160,8 @@ export module DataBookCursorCache {
4165
4160
 
4166
4161
  // Own constructor properties of EDataBook-1.2.EDataBook.DataBookCursorCache
4167
4162
 
4168
- book_cache?: BookCache | null
4169
- cursor?: any | null
4170
4163
  bookCache?: BookCache | null
4164
+ cursor?: any | null
4171
4165
  }
4172
4166
 
4173
4167
  }
@@ -4176,7 +4170,6 @@ export interface DataBookCursorCache {
4176
4170
 
4177
4171
  // Own properties of EDataBook-1.2.EDataBook.DataBookCursorCache
4178
4172
 
4179
- readonly book_cache: BookCache
4180
4173
  readonly bookCache: BookCache
4181
4174
  readonly cursor: any
4182
4175
 
@@ -4258,7 +4251,6 @@ export module DataBookCursorSqlite {
4258
4251
 
4259
4252
  cursor?: any | null
4260
4253
  ebsql?: BookSqlite | null
4261
- revision_key?: string | null
4262
4254
  revisionKey?: string | null
4263
4255
  }
4264
4256
 
@@ -4270,7 +4262,6 @@ export interface DataBookCursorSqlite {
4270
4262
 
4271
4263
  readonly cursor: any
4272
4264
  readonly ebsql: BookSqlite
4273
- readonly revision_key: string | null
4274
4265
  readonly revisionKey: string | null
4275
4266
 
4276
4267
  // Class property signals of EDataBook-1.2.EDataBook.DataBookCursorSqlite
@@ -4501,11 +4492,9 @@ export module DataBookView {
4501
4492
  backend?: BookBackend | null
4502
4493
  connection?: Gio.DBusConnection | null
4503
4494
  indices?: any | null
4504
- n_total?: number | null
4505
- object_path?: string | null
4506
- sexp?: BookBackendSExp | null
4507
4495
  nTotal?: number | null
4508
4496
  objectPath?: string | null
4497
+ sexp?: BookBackendSExp | null
4509
4498
  }
4510
4499
 
4511
4500
  }
@@ -4517,9 +4506,7 @@ export interface DataBookView extends Gio.Initable {
4517
4506
  readonly backend: BookBackend
4518
4507
  readonly connection: Gio.DBusConnection
4519
4508
  indices: any
4520
- n_total: number
4521
4509
  nTotal: number
4522
- readonly object_path: string | null
4523
4510
  readonly objectPath: string | null
4524
4511
  readonly sexp: BookBackendSExp
4525
4512
 
@@ -524,10 +524,9 @@ module BookBackend {
524
524
 
525
525
  // Own constructor properties of EDataBook-1.2.EDataBook.BookBackend
526
526
 
527
- cache_dir?: string | null
527
+ cacheDir?: string | null
528
528
  registry?: EDataServer.SourceRegistry | null
529
529
  writable?: boolean | null
530
- cacheDir?: string | null
531
530
  }
532
531
 
533
532
  }
@@ -536,9 +535,7 @@ interface BookBackend {
536
535
 
537
536
  // Own properties of EDataBook-1.2.EDataBook.BookBackend
538
537
 
539
- cache_dir: string | null
540
538
  cacheDir: string | null
541
- readonly proxy_resolver: Gio.ProxyResolver
542
539
  readonly proxyResolver: Gio.ProxyResolver
543
540
  readonly registry: EDataServer.SourceRegistry
544
541
  writable: boolean
@@ -3764,7 +3761,6 @@ module DataBook {
3764
3761
 
3765
3762
  backend?: BookBackend | null
3766
3763
  connection?: Gio.DBusConnection | null
3767
- object_path?: string | null
3768
3764
  objectPath?: string | null
3769
3765
  }
3770
3766
 
@@ -3776,7 +3772,6 @@ interface DataBook extends Gio.Initable {
3776
3772
 
3777
3773
  readonly backend: BookBackend
3778
3774
  readonly connection: Gio.DBusConnection
3779
- readonly object_path: string | null
3780
3775
  readonly objectPath: string | null
3781
3776
 
3782
3777
  // Owm methods of EDataBook-1.2.EDataBook.DataBook
@@ -4167,9 +4162,8 @@ module DataBookCursorCache {
4167
4162
 
4168
4163
  // Own constructor properties of EDataBook-1.2.EDataBook.DataBookCursorCache
4169
4164
 
4170
- book_cache?: BookCache | null
4171
- cursor?: any | null
4172
4165
  bookCache?: BookCache | null
4166
+ cursor?: any | null
4173
4167
  }
4174
4168
 
4175
4169
  }
@@ -4178,7 +4172,6 @@ interface DataBookCursorCache {
4178
4172
 
4179
4173
  // Own properties of EDataBook-1.2.EDataBook.DataBookCursorCache
4180
4174
 
4181
- readonly book_cache: BookCache
4182
4175
  readonly bookCache: BookCache
4183
4176
  readonly cursor: any
4184
4177
 
@@ -4260,7 +4253,6 @@ module DataBookCursorSqlite {
4260
4253
 
4261
4254
  cursor?: any | null
4262
4255
  ebsql?: BookSqlite | null
4263
- revision_key?: string | null
4264
4256
  revisionKey?: string | null
4265
4257
  }
4266
4258
 
@@ -4272,7 +4264,6 @@ interface DataBookCursorSqlite {
4272
4264
 
4273
4265
  readonly cursor: any
4274
4266
  readonly ebsql: BookSqlite
4275
- readonly revision_key: string | null
4276
4267
  readonly revisionKey: string | null
4277
4268
 
4278
4269
  // Class property signals of EDataBook-1.2.EDataBook.DataBookCursorSqlite
@@ -4503,11 +4494,9 @@ module DataBookView {
4503
4494
  backend?: BookBackend | null
4504
4495
  connection?: Gio.DBusConnection | null
4505
4496
  indices?: any | null
4506
- n_total?: number | null
4507
- object_path?: string | null
4508
- sexp?: BookBackendSExp | null
4509
4497
  nTotal?: number | null
4510
4498
  objectPath?: string | null
4499
+ sexp?: BookBackendSExp | null
4511
4500
  }
4512
4501
 
4513
4502
  }
@@ -4519,9 +4508,7 @@ interface DataBookView extends Gio.Initable {
4519
4508
  readonly backend: BookBackend
4520
4509
  readonly connection: Gio.DBusConnection
4521
4510
  indices: any
4522
- n_total: number
4523
4511
  nTotal: number
4524
- readonly object_path: string | null
4525
4512
  readonly objectPath: string | null
4526
4513
  readonly sexp: BookBackendSExp
4527
4514
 
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/edatabook-1.2",
3
- "version": "1.2.0-3.2.7",
3
+ "version": "1.2.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for EDataBook-1.2, generated from library version 1.2.0",
5
5
  "type": "module",
6
6
  "module": "edatabook-1.2.js",
7
7
  "main": "edatabook-1.2.js",
8
8
  "exports": {
9
- "./ambient": "./edatabook-1.2-ambient.d.ts",
10
- "./import": "./edatabook-1.2-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./edatabook-1.2-ambient.d.ts",
11
+ "default": "./edatabook-1.2-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./edatabook-1.2-import.d.ts",
15
+ "default": "./edatabook-1.2-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./edatabook-1.2.d.ts",
@@ -25,17 +31,17 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit edatabook-1.2.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/camel-1.2": "^1.2.0-3.2.7",
29
- "@girs/ebackend-1.2": "^1.2.0-3.2.7",
30
- "@girs/ebookcontacts-1.2": "^1.2.0-3.2.7",
31
- "@girs/edataserver-1.2": "^1.2.0-3.2.7",
32
- "@girs/gio-2.0": "^2.78.0-3.2.7",
33
- "@girs/gjs": "^3.2.7",
34
- "@girs/glib-2.0": "^2.78.0-3.2.7",
35
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
36
- "@girs/json-1.0": "^1.7.1-3.2.7",
37
- "@girs/libxml2-2.0": "^2.0.0-3.2.7",
38
- "@girs/soup-3.0": "^3.4.4-3.2.7"
34
+ "@girs/camel-1.2": "^1.2.0-3.2.8",
35
+ "@girs/ebackend-1.2": "^1.2.0-3.2.8",
36
+ "@girs/ebookcontacts-1.2": "^1.2.0-3.2.8",
37
+ "@girs/edataserver-1.2": "^1.2.0-3.2.8",
38
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
39
+ "@girs/gjs": "^3.2.8",
40
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
41
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
42
+ "@girs/json-1.0": "^1.7.1-3.2.8",
43
+ "@girs/libxml2-2.0": "^2.0.0-3.2.8",
44
+ "@girs/soup-3.0": "^3.4.2-3.2.8"
39
45
  },
40
46
  "devDependencies": {
41
47
  "typescript": "*"
@@ -52,7 +58,7 @@
52
58
  "license": "MIT",
53
59
  "repository": {
54
60
  "type": "git",
55
- "url": "git+https://github.com/gjsify/types.git"
61
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
56
62
  },
57
63
  "bugs": {
58
64
  "url": "https://github.com/gjsify/ts-for-gir/issues"