@girs/telepathyfarstream-0.6 0.6.0-3.2.7 → 0.6.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/telepathyfarstream-0.6)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for TelepathyFarstream-0.6, generated from library version 0.6.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for TelepathyFarstream-0.6, generated from library version 0.6.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/telepathyfarstream-0.6",
3
- "version": "0.6.0-3.2.7",
3
+ "version": "0.6.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for TelepathyFarstream-0.6, generated from library version 0.6.0",
5
5
  "type": "module",
6
6
  "module": "telepathyfarstream-0.6.js",
7
7
  "main": "telepathyfarstream-0.6.js",
8
8
  "exports": {
9
- "./ambient": "./telepathyfarstream-0.6-ambient.d.ts",
10
- "./import": "./telepathyfarstream-0.6-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./telepathyfarstream-0.6-ambient.d.ts",
11
+ "default": "./telepathyfarstream-0.6-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./telepathyfarstream-0.6-import.d.ts",
15
+ "default": "./telepathyfarstream-0.6-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./telepathyfarstream-0.6.d.ts",
@@ -25,14 +31,14 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit telepathyfarstream-0.6.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/farstream-0.2": "^0.2.0-3.2.7",
29
- "@girs/gio-2.0": "^2.78.0-3.2.7",
30
- "@girs/gjs": "^3.2.7",
31
- "@girs/glib-2.0": "^2.78.0-3.2.7",
32
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
33
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
34
- "@girs/gst-1.0": "^1.23.0-3.2.7",
35
- "@girs/telepathyglib-0.12": "^0.12.0-3.2.7"
34
+ "@girs/farstream-0.2": "^0.2.0-3.2.8",
35
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
36
+ "@girs/gjs": "^3.2.8",
37
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
38
+ "@girs/gmodule-2.0": "^2.0.0-3.2.8",
39
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
40
+ "@girs/gst-1.0": "^1.23.0-3.2.8",
41
+ "@girs/telepathyglib-0.12": "^0.12.0-3.2.8"
36
42
  },
37
43
  "devDependencies": {
38
44
  "typescript": "*"
@@ -49,7 +55,7 @@
49
55
  "license": "MIT",
50
56
  "repository": {
51
57
  "type": "git",
52
- "url": "git+https://github.com/gjsify/types.git"
58
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
53
59
  },
54
60
  "bugs": {
55
61
  "url": "https://github.com/gjsify/ts-for-gir/issues"
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
@@ -76,9 +76,7 @@ export interface Channel extends Gio.AsyncInitable {
76
76
  // Own properties of TelepathyFarstream-0.6.TelepathyFarstream.Channel
77
77
 
78
78
  readonly channel: TelepathyGLib.Channel
79
- readonly fs_conferences: any[]
80
79
  readonly fsConferences: any[]
81
- readonly object_path: string | null
82
80
  readonly objectPath: string | null
83
81
 
84
82
  // Owm methods of TelepathyFarstream-0.6.TelepathyFarstream.Channel
@@ -219,17 +217,11 @@ export interface Content {
219
217
 
220
218
  // Own properties of TelepathyFarstream-0.6.TelepathyFarstream.Content
221
219
 
222
- readonly fs_conference: Farstream.Conference
223
220
  readonly fsConference: Farstream.Conference
224
- readonly fs_session: Farstream.Session
225
221
  readonly fsSession: Farstream.Session
226
- readonly media_type: Farstream.MediaType
227
222
  readonly mediaType: Farstream.MediaType
228
- readonly object_path: string | null
229
223
  readonly objectPath: string | null
230
- readonly sink_pad: Gst.Pad
231
224
  readonly sinkPad: Gst.Pad
232
- readonly tf_channel: Channel
233
225
  readonly tfChannel: Channel
234
226
 
235
227
  // Owm methods of TelepathyFarstream-0.6.TelepathyFarstream.Content
@@ -78,9 +78,7 @@ interface Channel extends Gio.AsyncInitable {
78
78
  // Own properties of TelepathyFarstream-0.6.TelepathyFarstream.Channel
79
79
 
80
80
  readonly channel: TelepathyGLib.Channel
81
- readonly fs_conferences: any[]
82
81
  readonly fsConferences: any[]
83
- readonly object_path: string | null
84
82
  readonly objectPath: string | null
85
83
 
86
84
  // Owm methods of TelepathyFarstream-0.6.TelepathyFarstream.Channel
@@ -221,17 +219,11 @@ interface Content {
221
219
 
222
220
  // Own properties of TelepathyFarstream-0.6.TelepathyFarstream.Content
223
221
 
224
- readonly fs_conference: Farstream.Conference
225
222
  readonly fsConference: Farstream.Conference
226
- readonly fs_session: Farstream.Session
227
223
  readonly fsSession: Farstream.Session
228
- readonly media_type: Farstream.MediaType
229
224
  readonly mediaType: Farstream.MediaType
230
- readonly object_path: string | null
231
225
  readonly objectPath: string | null
232
- readonly sink_pad: Gst.Pad
233
226
  readonly sinkPad: Gst.Pad
234
- readonly tf_channel: Channel
235
227
  readonly tfChannel: Channel
236
228
 
237
229
  // Owm methods of TelepathyFarstream-0.6.TelepathyFarstream.Content