@girs/ebook-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/ebook-1.2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for EBook-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 EBook-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
  This package is a client library for evolution addressbooks.
11
11
 
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/ebook-1.2.d.cts CHANGED
@@ -697,22 +697,6 @@ export module BookClientCursor {
697
697
  * </para></note>
698
698
  */
699
699
  context?: GLib.MainContext | null
700
- /**
701
- * The D-Bus object path to find the server side cursor object.
702
- *
703
- * <note><para>This is an internal parameter for constructing the
704
- * cursor, to construct the cursor use e_book_client_get_cursor().
705
- * </para></note>
706
- */
707
- object_path?: string | null
708
- /**
709
- * The #EContactField names to sort this cursor with
710
- *
711
- * <note><para>This is an internal parameter for constructing the
712
- * cursor, to construct the cursor use e_book_client_get_cursor().
713
- * </para></note>
714
- */
715
- sort_fields?: string[] | null
716
700
  /**
717
701
  * The D-Bus object path to find the server side cursor object.
718
702
  *
@@ -775,14 +759,6 @@ export interface BookClientCursor extends Gio.Initable {
775
759
  * </para></note>
776
760
  */
777
761
  readonly context: GLib.MainContext
778
- /**
779
- * The D-Bus object path to find the server side cursor object.
780
- *
781
- * <note><para>This is an internal parameter for constructing the
782
- * cursor, to construct the cursor use e_book_client_get_cursor().
783
- * </para></note>
784
- */
785
- readonly object_path: string | null
786
762
  /**
787
763
  * The D-Bus object path to find the server side cursor object.
788
764
  *
@@ -811,14 +787,6 @@ export interface BookClientCursor extends Gio.Initable {
811
787
  * default context at cursor creation time.
812
788
  */
813
789
  readonly position: number
814
- /**
815
- * The #EContactField names to sort this cursor with
816
- *
817
- * <note><para>This is an internal parameter for constructing the
818
- * cursor, to construct the cursor use e_book_client_get_cursor().
819
- * </para></note>
820
- */
821
- readonly sort_fields: string[]
822
790
  /**
823
791
  * The #EContactField names to sort this cursor with
824
792
  *
@@ -1168,7 +1136,6 @@ export module BookClientView {
1168
1136
 
1169
1137
  client?: BookClient | null
1170
1138
  connection?: Gio.DBusConnection | null
1171
- object_path?: string | null
1172
1139
  objectPath?: string | null
1173
1140
  }
1174
1141
 
@@ -1189,19 +1156,12 @@ export interface BookClientView extends Gio.Initable {
1189
1156
  * Note: This property can be used only with `E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY`.
1190
1157
  */
1191
1158
  readonly indices: EBookContacts.BookIndices
1192
- /**
1193
- * How many contacts are available in the view.
1194
- *
1195
- * Note: This property can be used only with `E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY`.
1196
- */
1197
- readonly n_total: number
1198
1159
  /**
1199
1160
  * How many contacts are available in the view.
1200
1161
  *
1201
1162
  * Note: This property can be used only with `E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY`.
1202
1163
  */
1203
1164
  readonly nTotal: number
1204
- readonly object_path: string | null
1205
1165
  readonly objectPath: string | null
1206
1166
 
1207
1167
  // Owm methods of EBook-1.2.EBook.BookClientView
package/ebook-1.2.d.ts CHANGED
@@ -699,22 +699,6 @@ module BookClientCursor {
699
699
  * </para></note>
700
700
  */
701
701
  context?: GLib.MainContext | null
702
- /**
703
- * The D-Bus object path to find the server side cursor object.
704
- *
705
- * <note><para>This is an internal parameter for constructing the
706
- * cursor, to construct the cursor use e_book_client_get_cursor().
707
- * </para></note>
708
- */
709
- object_path?: string | null
710
- /**
711
- * The #EContactField names to sort this cursor with
712
- *
713
- * <note><para>This is an internal parameter for constructing the
714
- * cursor, to construct the cursor use e_book_client_get_cursor().
715
- * </para></note>
716
- */
717
- sort_fields?: string[] | null
718
702
  /**
719
703
  * The D-Bus object path to find the server side cursor object.
720
704
  *
@@ -777,14 +761,6 @@ interface BookClientCursor extends Gio.Initable {
777
761
  * </para></note>
778
762
  */
779
763
  readonly context: GLib.MainContext
780
- /**
781
- * The D-Bus object path to find the server side cursor object.
782
- *
783
- * <note><para>This is an internal parameter for constructing the
784
- * cursor, to construct the cursor use e_book_client_get_cursor().
785
- * </para></note>
786
- */
787
- readonly object_path: string | null
788
764
  /**
789
765
  * The D-Bus object path to find the server side cursor object.
790
766
  *
@@ -813,14 +789,6 @@ interface BookClientCursor extends Gio.Initable {
813
789
  * default context at cursor creation time.
814
790
  */
815
791
  readonly position: number
816
- /**
817
- * The #EContactField names to sort this cursor with
818
- *
819
- * <note><para>This is an internal parameter for constructing the
820
- * cursor, to construct the cursor use e_book_client_get_cursor().
821
- * </para></note>
822
- */
823
- readonly sort_fields: string[]
824
792
  /**
825
793
  * The #EContactField names to sort this cursor with
826
794
  *
@@ -1170,7 +1138,6 @@ module BookClientView {
1170
1138
 
1171
1139
  client?: BookClient | null
1172
1140
  connection?: Gio.DBusConnection | null
1173
- object_path?: string | null
1174
1141
  objectPath?: string | null
1175
1142
  }
1176
1143
 
@@ -1191,19 +1158,12 @@ interface BookClientView extends Gio.Initable {
1191
1158
  * Note: This property can be used only with `E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY`.
1192
1159
  */
1193
1160
  readonly indices: EBookContacts.BookIndices
1194
- /**
1195
- * How many contacts are available in the view.
1196
- *
1197
- * Note: This property can be used only with `E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY`.
1198
- */
1199
- readonly n_total: number
1200
1161
  /**
1201
1162
  * How many contacts are available in the view.
1202
1163
  *
1203
1164
  * Note: This property can be used only with `E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY`.
1204
1165
  */
1205
1166
  readonly nTotal: number
1206
- readonly object_path: string | null
1207
1167
  readonly objectPath: string | null
1208
1168
 
1209
1169
  // Owm methods of EBook-1.2.EBook.BookClientView
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/ebook-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 EBook-1.2, generated from library version 1.2.0",
5
5
  "type": "module",
6
6
  "module": "ebook-1.2.js",
7
7
  "main": "ebook-1.2.js",
8
8
  "exports": {
9
- "./ambient": "./ebook-1.2-ambient.d.ts",
10
- "./import": "./ebook-1.2-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./ebook-1.2-ambient.d.ts",
11
+ "default": "./ebook-1.2-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./ebook-1.2-import.d.ts",
15
+ "default": "./ebook-1.2-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./ebook-1.2.d.ts",
@@ -25,16 +31,16 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit ebook-1.2.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/camel-1.2": "^1.2.0-3.2.7",
29
- "@girs/ebookcontacts-1.2": "^1.2.0-3.2.7",
30
- "@girs/edataserver-1.2": "^1.2.0-3.2.7",
31
- "@girs/gio-2.0": "^2.78.0-3.2.7",
32
- "@girs/gjs": "^3.2.7",
33
- "@girs/glib-2.0": "^2.78.0-3.2.7",
34
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
35
- "@girs/json-1.0": "^1.7.1-3.2.7",
36
- "@girs/libxml2-2.0": "^2.0.0-3.2.7",
37
- "@girs/soup-3.0": "^3.4.4-3.2.7"
34
+ "@girs/camel-1.2": "^1.2.0-3.2.8",
35
+ "@girs/ebookcontacts-1.2": "^1.2.0-3.2.8",
36
+ "@girs/edataserver-1.2": "^1.2.0-3.2.8",
37
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
38
+ "@girs/gjs": "^3.2.8",
39
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
40
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
41
+ "@girs/json-1.0": "^1.7.1-3.2.8",
42
+ "@girs/libxml2-2.0": "^2.0.0-3.2.8",
43
+ "@girs/soup-3.0": "^3.4.2-3.2.8"
38
44
  },
39
45
  "devDependencies": {
40
46
  "typescript": "*"
@@ -51,7 +57,7 @@
51
57
  "license": "MIT",
52
58
  "repository": {
53
59
  "type": "git",
54
- "url": "git+https://github.com/gjsify/types.git"
60
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
55
61
  },
56
62
  "bugs": {
57
63
  "url": "https://github.com/gjsify/ts-for-gir/issues"