@girs/grl-0.1 0.1.0-3.2.6 → 0.1.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/grl-0.1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Grl-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
8
+ GJS TypeScript type definitions for Grl-0.1, generated from library version 0.1.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
+
package/grl-0.1.d.cts CHANGED
@@ -121,27 +121,27 @@ export enum SupportedOps {
121
121
  MEDIA_FROM_URI,
122
122
  NOTIFY_CHANGE,
123
123
  }
124
- export const CONFIG_KEY_APIKEY: string | null
125
- export const CONFIG_KEY_APIKEY_BLOB: string | null
126
- export const CONFIG_KEY_APISECRET: string | null
127
- export const CONFIG_KEY_APITOKEN: string | null
128
- export const CONFIG_KEY_PASSWORD: string | null
129
- export const CONFIG_KEY_PLUGIN: string | null
130
- export const CONFIG_KEY_SOURCE: string | null
131
- export const CONFIG_KEY_USERNAME: string | null
132
- export const KEYID_FORMAT: string | null
133
- export const MEDIA_PLUGIN_AUTHOR: string | null
134
- export const MEDIA_PLUGIN_DESCRIPTION: string | null
135
- export const MEDIA_PLUGIN_LICENSE: string | null
136
- export const MEDIA_PLUGIN_NAME: string | null
137
- export const MEDIA_PLUGIN_SITE: string | null
138
- export const MEDIA_PLUGIN_VERSION: string | null
124
+ export const CONFIG_KEY_APIKEY: string
125
+ export const CONFIG_KEY_APIKEY_BLOB: string
126
+ export const CONFIG_KEY_APISECRET: string
127
+ export const CONFIG_KEY_APITOKEN: string
128
+ export const CONFIG_KEY_PASSWORD: string
129
+ export const CONFIG_KEY_PLUGIN: string
130
+ export const CONFIG_KEY_SOURCE: string
131
+ export const CONFIG_KEY_USERNAME: string
132
+ export const KEYID_FORMAT: string
133
+ export const MEDIA_PLUGIN_AUTHOR: string
134
+ export const MEDIA_PLUGIN_DESCRIPTION: string
135
+ export const MEDIA_PLUGIN_LICENSE: string
136
+ export const MEDIA_PLUGIN_NAME: string
137
+ export const MEDIA_PLUGIN_SITE: string
138
+ export const MEDIA_PLUGIN_VERSION: string
139
139
  export const METADATA_KEY_CHILDCOUNT_UNKNOWN: number
140
140
  export const PADDING: number
141
141
  export const PADDING_SMALL: number
142
- export const PLUGIN_LIST_VAR: string | null
143
- export const PLUGIN_PATH_VAR: string | null
144
- export const PLUGIN_RANKS_VAR: string | null
142
+ export const PLUGIN_LIST_VAR: string
143
+ export const PLUGIN_PATH_VAR: string
144
+ export const PLUGIN_RANKS_VAR: string
145
145
  export const SOURCE_REMAINING_UNKNOWN: number
146
146
  /**
147
147
  * Initializes the Grilo library
@@ -1585,11 +1585,6 @@ export module MediaSource {
1585
1585
 
1586
1586
  // Own constructor properties of Grl-0.1.Grl.MediaSource
1587
1587
 
1588
- /**
1589
- * Transparently split queries with count requests
1590
- * bigger than a certain threshold into smaller queries.
1591
- */
1592
- auto_split_threshold?: number | null
1593
1588
  /**
1594
1589
  * Transparently split queries with count requests
1595
1590
  * bigger than a certain threshold into smaller queries.
@@ -1603,11 +1598,6 @@ export interface MediaSource {
1603
1598
 
1604
1599
  // Own properties of Grl-0.1.Grl.MediaSource
1605
1600
 
1606
- /**
1607
- * Transparently split queries with count requests
1608
- * bigger than a certain threshold into smaller queries.
1609
- */
1610
- auto_split_threshold: number
1611
1601
  /**
1612
1602
  * Transparently split queries with count requests
1613
1603
  * bigger than a certain threshold into smaller queries.
@@ -2169,18 +2159,6 @@ export module MetadataSource {
2169
2159
 
2170
2160
  // Own constructor properties of Grl-0.1.Grl.MetadataSource
2171
2161
 
2172
- /**
2173
- * A description of the source
2174
- */
2175
- source_desc?: string | null
2176
- /**
2177
- * The identifier of the source.
2178
- */
2179
- source_id?: string | null
2180
- /**
2181
- * The name of the source.
2182
- */
2183
- source_name?: string | null
2184
2162
  /**
2185
2163
  * A description of the source
2186
2164
  */
@@ -2201,26 +2179,14 @@ export interface MetadataSource {
2201
2179
 
2202
2180
  // Own properties of Grl-0.1.Grl.MetadataSource
2203
2181
 
2204
- /**
2205
- * A description of the source
2206
- */
2207
- source_desc: string
2208
2182
  /**
2209
2183
  * A description of the source
2210
2184
  */
2211
2185
  sourceDesc: string
2212
- /**
2213
- * The identifier of the source.
2214
- */
2215
- source_id: string
2216
2186
  /**
2217
2187
  * The identifier of the source.
2218
2188
  */
2219
2189
  sourceId: string
2220
- /**
2221
- * The name of the source.
2222
- */
2223
- source_name: string
2224
2190
  /**
2225
2191
  * The name of the source.
2226
2192
  */
package/grl-0.1.d.ts CHANGED
@@ -123,27 +123,27 @@ enum SupportedOps {
123
123
  MEDIA_FROM_URI,
124
124
  NOTIFY_CHANGE,
125
125
  }
126
- const CONFIG_KEY_APIKEY: string | null
127
- const CONFIG_KEY_APIKEY_BLOB: string | null
128
- const CONFIG_KEY_APISECRET: string | null
129
- const CONFIG_KEY_APITOKEN: string | null
130
- const CONFIG_KEY_PASSWORD: string | null
131
- const CONFIG_KEY_PLUGIN: string | null
132
- const CONFIG_KEY_SOURCE: string | null
133
- const CONFIG_KEY_USERNAME: string | null
134
- const KEYID_FORMAT: string | null
135
- const MEDIA_PLUGIN_AUTHOR: string | null
136
- const MEDIA_PLUGIN_DESCRIPTION: string | null
137
- const MEDIA_PLUGIN_LICENSE: string | null
138
- const MEDIA_PLUGIN_NAME: string | null
139
- const MEDIA_PLUGIN_SITE: string | null
140
- const MEDIA_PLUGIN_VERSION: string | null
126
+ const CONFIG_KEY_APIKEY: string
127
+ const CONFIG_KEY_APIKEY_BLOB: string
128
+ const CONFIG_KEY_APISECRET: string
129
+ const CONFIG_KEY_APITOKEN: string
130
+ const CONFIG_KEY_PASSWORD: string
131
+ const CONFIG_KEY_PLUGIN: string
132
+ const CONFIG_KEY_SOURCE: string
133
+ const CONFIG_KEY_USERNAME: string
134
+ const KEYID_FORMAT: string
135
+ const MEDIA_PLUGIN_AUTHOR: string
136
+ const MEDIA_PLUGIN_DESCRIPTION: string
137
+ const MEDIA_PLUGIN_LICENSE: string
138
+ const MEDIA_PLUGIN_NAME: string
139
+ const MEDIA_PLUGIN_SITE: string
140
+ const MEDIA_PLUGIN_VERSION: string
141
141
  const METADATA_KEY_CHILDCOUNT_UNKNOWN: number
142
142
  const PADDING: number
143
143
  const PADDING_SMALL: number
144
- const PLUGIN_LIST_VAR: string | null
145
- const PLUGIN_PATH_VAR: string | null
146
- const PLUGIN_RANKS_VAR: string | null
144
+ const PLUGIN_LIST_VAR: string
145
+ const PLUGIN_PATH_VAR: string
146
+ const PLUGIN_RANKS_VAR: string
147
147
  const SOURCE_REMAINING_UNKNOWN: number
148
148
  /**
149
149
  * Initializes the Grilo library
@@ -1587,11 +1587,6 @@ module MediaSource {
1587
1587
 
1588
1588
  // Own constructor properties of Grl-0.1.Grl.MediaSource
1589
1589
 
1590
- /**
1591
- * Transparently split queries with count requests
1592
- * bigger than a certain threshold into smaller queries.
1593
- */
1594
- auto_split_threshold?: number | null
1595
1590
  /**
1596
1591
  * Transparently split queries with count requests
1597
1592
  * bigger than a certain threshold into smaller queries.
@@ -1605,11 +1600,6 @@ interface MediaSource {
1605
1600
 
1606
1601
  // Own properties of Grl-0.1.Grl.MediaSource
1607
1602
 
1608
- /**
1609
- * Transparently split queries with count requests
1610
- * bigger than a certain threshold into smaller queries.
1611
- */
1612
- auto_split_threshold: number
1613
1603
  /**
1614
1604
  * Transparently split queries with count requests
1615
1605
  * bigger than a certain threshold into smaller queries.
@@ -2171,18 +2161,6 @@ module MetadataSource {
2171
2161
 
2172
2162
  // Own constructor properties of Grl-0.1.Grl.MetadataSource
2173
2163
 
2174
- /**
2175
- * A description of the source
2176
- */
2177
- source_desc?: string | null
2178
- /**
2179
- * The identifier of the source.
2180
- */
2181
- source_id?: string | null
2182
- /**
2183
- * The name of the source.
2184
- */
2185
- source_name?: string | null
2186
2164
  /**
2187
2165
  * A description of the source
2188
2166
  */
@@ -2203,26 +2181,14 @@ interface MetadataSource {
2203
2181
 
2204
2182
  // Own properties of Grl-0.1.Grl.MetadataSource
2205
2183
 
2206
- /**
2207
- * A description of the source
2208
- */
2209
- source_desc: string
2210
2184
  /**
2211
2185
  * A description of the source
2212
2186
  */
2213
2187
  sourceDesc: string
2214
- /**
2215
- * The identifier of the source.
2216
- */
2217
- source_id: string
2218
2188
  /**
2219
2189
  * The identifier of the source.
2220
2190
  */
2221
2191
  sourceId: string
2222
- /**
2223
- * The name of the source.
2224
- */
2225
- source_name: string
2226
2192
  /**
2227
2193
  * The name of the source.
2228
2194
  */
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/grl-0.1",
3
- "version": "0.1.0-3.2.6",
3
+ "version": "0.1.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for Grl-0.1, generated from library version 0.1.0",
5
5
  "type": "module",
6
6
  "module": "grl-0.1.js",
7
7
  "main": "grl-0.1.js",
8
8
  "exports": {
9
- "./ambient": "./grl-0.1-ambient.d.ts",
10
- "./import": "./grl-0.1-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./grl-0.1-ambient.d.ts",
11
+ "default": "./grl-0.1-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./grl-0.1-import.d.ts",
15
+ "default": "./grl-0.1-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./grl-0.1.d.ts",
@@ -25,10 +31,10 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grl-0.1.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gjs": "^3.2.6",
29
- "@girs/glib-2.0": "^2.78.0-3.2.6",
30
- "@girs/gmodule-2.0": "^2.0.0-3.2.6",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.6"
34
+ "@girs/gjs": "^3.2.8",
35
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
36
+ "@girs/gmodule-2.0": "^2.0.0-3.2.8",
37
+ "@girs/gobject-2.0": "^2.77.0-3.2.8"
32
38
  },
33
39
  "devDependencies": {
34
40
  "typescript": "*"
@@ -45,7 +51,7 @@
45
51
  "license": "MIT",
46
52
  "repository": {
47
53
  "type": "git",
48
- "url": "git+https://github.com/gjsify/types.git"
54
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
49
55
  },
50
56
  "bugs": {
51
57
  "url": "https://github.com/gjsify/ts-for-gir/issues"