@girs/gfbgraph-0.2 0.2.0-3.2.7 → 0.2.0-3.2.9

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/gfbgraph-0.2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GFBGraph-0.2, generated from library version 0.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for GFBGraph-0.2, generated from library version 0.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
9
9
 
10
10
 
11
11
  ## Install
@@ -4,9 +4,5 @@ declare module 'gi://GFBGraph?version=0.2' {
4
4
  export default GFBGraph02;
5
5
  }
6
6
 
7
- declare module 'gi://GFBGraph' {
8
- import GFBGraph02 from '@girs/gfbgraph-0.2';
9
- export default GFBGraph02;
10
- }
11
7
 
12
8
 
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
@@ -236,7 +236,7 @@ export module Album {
236
236
  * The number of photos in the album.
237
237
  */
238
238
  count?: number | null
239
- cover_photo?: string | null
239
+ coverPhoto?: string | null
240
240
  /**
241
241
  * The album description given by the owner.
242
242
  */
@@ -245,7 +245,6 @@ export module Album {
245
245
  * The album name.
246
246
  */
247
247
  name?: string | null
248
- coverPhoto?: string | null
249
248
  }
250
249
 
251
250
  }
@@ -258,7 +257,6 @@ export interface Album extends Connectable {
258
257
  * The number of photos in the album.
259
258
  */
260
259
  count: number
261
- cover_photo: string | null
262
260
  coverPhoto: string | null
263
261
  /**
264
262
  * The album description given by the owner.
@@ -420,7 +418,7 @@ export module Node {
420
418
 
421
419
  // Own constructor properties of GFBGraph-0.2.GFBGraph.Node
422
420
 
423
- created_time?: string | null
421
+ createdTime?: string | null
424
422
  /**
425
423
  * The node ID. All nodes have one of this.
426
424
  */
@@ -429,8 +427,6 @@ export module Node {
429
427
  * The node link. An URL to the node on Facebook.
430
428
  */
431
429
  link?: string | null
432
- updated_time?: string | null
433
- createdTime?: string | null
434
430
  updatedTime?: string | null
435
431
  }
436
432
 
@@ -440,7 +436,6 @@ export interface Node {
440
436
 
441
437
  // Own properties of GFBGraph-0.2.GFBGraph.Node
442
438
 
443
- created_time: string | null
444
439
  createdTime: string | null
445
440
  /**
446
441
  * The node ID. All nodes have one of this.
@@ -450,7 +445,6 @@ export interface Node {
450
445
  * The node link. An URL to the node on Facebook.
451
446
  */
452
447
  link: string | null
453
- updated_time: string | null
454
448
  updatedTime: string | null
455
449
 
456
450
  // Own fields of GFBGraph-0.2.GFBGraph.Node
@@ -854,7 +848,6 @@ export module SimpleAuthorizer {
854
848
 
855
849
  // Own constructor properties of GFBGraph-0.2.GFBGraph.SimpleAuthorizer
856
850
 
857
- access_token?: string | null
858
851
  accessToken?: string | null
859
852
  }
860
853
 
@@ -864,7 +857,6 @@ export interface SimpleAuthorizer extends Authorizer {
864
857
 
865
858
  // Own properties of GFBGraph-0.2.GFBGraph.SimpleAuthorizer
866
859
 
867
- access_token: string | null
868
860
  accessToken: string | null
869
861
 
870
862
  // Own fields of GFBGraph-0.2.GFBGraph.SimpleAuthorizer
package/gfbgraph-0.2.d.ts CHANGED
@@ -238,7 +238,7 @@ module Album {
238
238
  * The number of photos in the album.
239
239
  */
240
240
  count?: number | null
241
- cover_photo?: string | null
241
+ coverPhoto?: string | null
242
242
  /**
243
243
  * The album description given by the owner.
244
244
  */
@@ -247,7 +247,6 @@ module Album {
247
247
  * The album name.
248
248
  */
249
249
  name?: string | null
250
- coverPhoto?: string | null
251
250
  }
252
251
 
253
252
  }
@@ -260,7 +259,6 @@ interface Album extends Connectable {
260
259
  * The number of photos in the album.
261
260
  */
262
261
  count: number
263
- cover_photo: string | null
264
262
  coverPhoto: string | null
265
263
  /**
266
264
  * The album description given by the owner.
@@ -422,7 +420,7 @@ module Node {
422
420
 
423
421
  // Own constructor properties of GFBGraph-0.2.GFBGraph.Node
424
422
 
425
- created_time?: string | null
423
+ createdTime?: string | null
426
424
  /**
427
425
  * The node ID. All nodes have one of this.
428
426
  */
@@ -431,8 +429,6 @@ module Node {
431
429
  * The node link. An URL to the node on Facebook.
432
430
  */
433
431
  link?: string | null
434
- updated_time?: string | null
435
- createdTime?: string | null
436
432
  updatedTime?: string | null
437
433
  }
438
434
 
@@ -442,7 +438,6 @@ interface Node {
442
438
 
443
439
  // Own properties of GFBGraph-0.2.GFBGraph.Node
444
440
 
445
- created_time: string | null
446
441
  createdTime: string | null
447
442
  /**
448
443
  * The node ID. All nodes have one of this.
@@ -452,7 +447,6 @@ interface Node {
452
447
  * The node link. An URL to the node on Facebook.
453
448
  */
454
449
  link: string | null
455
- updated_time: string | null
456
450
  updatedTime: string | null
457
451
 
458
452
  // Own fields of GFBGraph-0.2.GFBGraph.Node
@@ -856,7 +850,6 @@ module SimpleAuthorizer {
856
850
 
857
851
  // Own constructor properties of GFBGraph-0.2.GFBGraph.SimpleAuthorizer
858
852
 
859
- access_token?: string | null
860
853
  accessToken?: string | null
861
854
  }
862
855
 
@@ -866,7 +859,6 @@ interface SimpleAuthorizer extends Authorizer {
866
859
 
867
860
  // Own properties of GFBGraph-0.2.GFBGraph.SimpleAuthorizer
868
861
 
869
- access_token: string | null
870
862
  accessToken: string | null
871
863
 
872
864
  // Own fields of GFBGraph-0.2.GFBGraph.SimpleAuthorizer
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/gfbgraph-0.2",
3
- "version": "0.2.0-3.2.7",
3
+ "version": "0.2.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for GFBGraph-0.2, generated from library version 0.2.0",
5
5
  "type": "module",
6
6
  "module": "gfbgraph-0.2.js",
7
7
  "main": "gfbgraph-0.2.js",
8
8
  "exports": {
9
- "./ambient": "./gfbgraph-0.2-ambient.d.ts",
10
- "./import": "./gfbgraph-0.2-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./gfbgraph-0.2-ambient.d.ts",
11
+ "default": "./gfbgraph-0.2-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./gfbgraph-0.2-import.d.ts",
15
+ "default": "./gfbgraph-0.2-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./gfbgraph-0.2.d.ts",
@@ -25,13 +31,13 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gfbgraph-0.2.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gio-2.0": "^2.78.0-3.2.7",
29
- "@girs/gjs": "^3.2.7",
30
- "@girs/glib-2.0": "^2.78.0-3.2.7",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
32
- "@girs/json-1.0": "^1.7.1-3.2.7",
33
- "@girs/rest-0.7": "^0.7.0-3.2.7",
34
- "@girs/soup-2.4": "^2.74.3-3.2.7"
34
+ "@girs/gio-2.0": "^2.78.0-3.2.9",
35
+ "@girs/gjs": "^3.2.9",
36
+ "@girs/glib-2.0": "^2.78.0-3.2.9",
37
+ "@girs/gobject-2.0": "^2.78.0-3.2.9",
38
+ "@girs/json-1.0": "^1.7.1-3.2.9",
39
+ "@girs/rest-0.7": "^0.7.0-3.2.9",
40
+ "@girs/soup-2.4": "^2.74.3-3.2.9"
35
41
  },
36
42
  "devDependencies": {
37
43
  "typescript": "*"
@@ -48,7 +54,7 @@
48
54
  "license": "MIT",
49
55
  "repository": {
50
56
  "type": "git",
51
- "url": "git+https://github.com/gjsify/types.git"
57
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
52
58
  },
53
59
  "bugs": {
54
60
  "url": "https://github.com/gjsify/ts-for-gir/issues"