@girs/restextras-0.7 0.7.0-3.2.7 → 0.7.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/restextras-0.7)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for RestExtras-0.7, generated from library version 0.7.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for RestExtras-0.7, generated from library version 0.7.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
  This extra package provides Facebook and Flickr support.
11
11
 
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/restextras-0.7",
3
- "version": "0.7.0-3.2.7",
3
+ "version": "0.7.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for RestExtras-0.7, generated from library version 0.7.0",
5
5
  "type": "module",
6
6
  "module": "restextras-0.7.js",
7
7
  "main": "restextras-0.7.js",
8
8
  "exports": {
9
- "./ambient": "./restextras-0.7-ambient.d.ts",
10
- "./import": "./restextras-0.7-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./restextras-0.7-ambient.d.ts",
11
+ "default": "./restextras-0.7-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./restextras-0.7-import.d.ts",
15
+ "default": "./restextras-0.7-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./restextras-0.7.d.ts",
@@ -25,13 +31,13 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit restextras-0.7.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/libxml2-2.0": "^2.0.0-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.77.0-3.2.8",
35
+ "@girs/gjs": "^3.2.8",
36
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
37
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
38
+ "@girs/libxml2-2.0": "^2.0.0-3.2.8",
39
+ "@girs/rest-0.7": "^0.7.0-3.2.8",
40
+ "@girs/soup-2.4": "^2.74.3-3.2.8"
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"
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
@@ -30,11 +30,9 @@ export module FlickrProxy {
30
30
 
31
31
  // Own constructor properties of RestExtras-0.7.RestExtras.FlickrProxy
32
32
 
33
- api_key?: string | null
34
- shared_secret?: string | null
35
- token?: string | null
36
33
  apiKey?: string | null
37
34
  sharedSecret?: string | null
35
+ token?: string | null
38
36
  }
39
37
 
40
38
  }
@@ -43,9 +41,7 @@ export interface FlickrProxy {
43
41
 
44
42
  // Own properties of RestExtras-0.7.RestExtras.FlickrProxy
45
43
 
46
- readonly api_key: string | null
47
44
  readonly apiKey: string | null
48
- readonly shared_secret: string | null
49
45
  readonly sharedSecret: string | null
50
46
  token: string | null
51
47
 
@@ -250,10 +246,8 @@ export module LastfmProxy {
250
246
 
251
247
  // Own constructor properties of RestExtras-0.7.RestExtras.LastfmProxy
252
248
 
253
- api_key?: string | null
254
- secret?: string | null
255
- session_key?: string | null
256
249
  apiKey?: string | null
250
+ secret?: string | null
257
251
  sessionKey?: string | null
258
252
  }
259
253
 
@@ -263,10 +257,8 @@ export interface LastfmProxy {
263
257
 
264
258
  // Own properties of RestExtras-0.7.RestExtras.LastfmProxy
265
259
 
266
- readonly api_key: string | null
267
260
  readonly apiKey: string | null
268
261
  readonly secret: string | null
269
- session_key: string | null
270
262
  sessionKey: string | null
271
263
 
272
264
  // Own fields of RestExtras-0.7.RestExtras.LastfmProxy
@@ -434,8 +426,6 @@ export module YoutubeProxy {
434
426
 
435
427
  // Own constructor properties of RestExtras-0.7.RestExtras.YoutubeProxy
436
428
 
437
- developer_key?: string | null
438
- user_auth?: string | null
439
429
  developerKey?: string | null
440
430
  userAuth?: string | null
441
431
  }
@@ -446,9 +436,7 @@ export interface YoutubeProxy {
446
436
 
447
437
  // Own properties of RestExtras-0.7.RestExtras.YoutubeProxy
448
438
 
449
- readonly developer_key: string | null
450
439
  readonly developerKey: string | null
451
- user_auth: string | null
452
440
  userAuth: string | null
453
441
 
454
442
  // Own fields of RestExtras-0.7.RestExtras.YoutubeProxy
@@ -32,11 +32,9 @@ module FlickrProxy {
32
32
 
33
33
  // Own constructor properties of RestExtras-0.7.RestExtras.FlickrProxy
34
34
 
35
- api_key?: string | null
36
- shared_secret?: string | null
37
- token?: string | null
38
35
  apiKey?: string | null
39
36
  sharedSecret?: string | null
37
+ token?: string | null
40
38
  }
41
39
 
42
40
  }
@@ -45,9 +43,7 @@ interface FlickrProxy {
45
43
 
46
44
  // Own properties of RestExtras-0.7.RestExtras.FlickrProxy
47
45
 
48
- readonly api_key: string | null
49
46
  readonly apiKey: string | null
50
- readonly shared_secret: string | null
51
47
  readonly sharedSecret: string | null
52
48
  token: string | null
53
49
 
@@ -252,10 +248,8 @@ module LastfmProxy {
252
248
 
253
249
  // Own constructor properties of RestExtras-0.7.RestExtras.LastfmProxy
254
250
 
255
- api_key?: string | null
256
- secret?: string | null
257
- session_key?: string | null
258
251
  apiKey?: string | null
252
+ secret?: string | null
259
253
  sessionKey?: string | null
260
254
  }
261
255
 
@@ -265,10 +259,8 @@ interface LastfmProxy {
265
259
 
266
260
  // Own properties of RestExtras-0.7.RestExtras.LastfmProxy
267
261
 
268
- readonly api_key: string | null
269
262
  readonly apiKey: string | null
270
263
  readonly secret: string | null
271
- session_key: string | null
272
264
  sessionKey: string | null
273
265
 
274
266
  // Own fields of RestExtras-0.7.RestExtras.LastfmProxy
@@ -436,8 +428,6 @@ module YoutubeProxy {
436
428
 
437
429
  // Own constructor properties of RestExtras-0.7.RestExtras.YoutubeProxy
438
430
 
439
- developer_key?: string | null
440
- user_auth?: string | null
441
431
  developerKey?: string | null
442
432
  userAuth?: string | null
443
433
  }
@@ -448,9 +438,7 @@ interface YoutubeProxy {
448
438
 
449
439
  // Own properties of RestExtras-0.7.RestExtras.YoutubeProxy
450
440
 
451
- readonly developer_key: string | null
452
441
  readonly developerKey: string | null
453
- user_auth: string | null
454
442
  userAuth: string | null
455
443
 
456
444
  // Own fields of RestExtras-0.7.RestExtras.YoutubeProxy