@girs/grl-0.1 0.1.0-3.2.5 → 0.1.0-3.2.7

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.5.
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.7.
9
9
 
10
10
 
11
11
  ## Install
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
@@ -1590,6 +1590,11 @@ export module MediaSource {
1590
1590
  * bigger than a certain threshold into smaller queries.
1591
1591
  */
1592
1592
  auto_split_threshold?: number | null
1593
+ /**
1594
+ * Transparently split queries with count requests
1595
+ * bigger than a certain threshold into smaller queries.
1596
+ */
1597
+ autoSplitThreshold?: number | null
1593
1598
  }
1594
1599
 
1595
1600
  }
@@ -1603,6 +1608,11 @@ export interface MediaSource {
1603
1608
  * bigger than a certain threshold into smaller queries.
1604
1609
  */
1605
1610
  auto_split_threshold: number
1611
+ /**
1612
+ * Transparently split queries with count requests
1613
+ * bigger than a certain threshold into smaller queries.
1614
+ */
1615
+ autoSplitThreshold: number
1606
1616
 
1607
1617
  // Own fields of Grl-0.1.Grl.MediaSource
1608
1618
 
@@ -2171,6 +2181,18 @@ export module MetadataSource {
2171
2181
  * The name of the source.
2172
2182
  */
2173
2183
  source_name?: string | null
2184
+ /**
2185
+ * A description of the source
2186
+ */
2187
+ sourceDesc?: string | null
2188
+ /**
2189
+ * The identifier of the source.
2190
+ */
2191
+ sourceId?: string | null
2192
+ /**
2193
+ * The name of the source.
2194
+ */
2195
+ sourceName?: string | null
2174
2196
  }
2175
2197
 
2176
2198
  }
@@ -2183,14 +2205,26 @@ export interface MetadataSource {
2183
2205
  * A description of the source
2184
2206
  */
2185
2207
  source_desc: string
2208
+ /**
2209
+ * A description of the source
2210
+ */
2211
+ sourceDesc: string
2186
2212
  /**
2187
2213
  * The identifier of the source.
2188
2214
  */
2189
2215
  source_id: string
2216
+ /**
2217
+ * The identifier of the source.
2218
+ */
2219
+ sourceId: string
2190
2220
  /**
2191
2221
  * The name of the source.
2192
2222
  */
2193
2223
  source_name: string
2224
+ /**
2225
+ * The name of the source.
2226
+ */
2227
+ sourceName: string
2194
2228
 
2195
2229
  // Own fields of Grl-0.1.Grl.MetadataSource
2196
2230
 
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
@@ -1592,6 +1592,11 @@ module MediaSource {
1592
1592
  * bigger than a certain threshold into smaller queries.
1593
1593
  */
1594
1594
  auto_split_threshold?: number | null
1595
+ /**
1596
+ * Transparently split queries with count requests
1597
+ * bigger than a certain threshold into smaller queries.
1598
+ */
1599
+ autoSplitThreshold?: number | null
1595
1600
  }
1596
1601
 
1597
1602
  }
@@ -1605,6 +1610,11 @@ interface MediaSource {
1605
1610
  * bigger than a certain threshold into smaller queries.
1606
1611
  */
1607
1612
  auto_split_threshold: number
1613
+ /**
1614
+ * Transparently split queries with count requests
1615
+ * bigger than a certain threshold into smaller queries.
1616
+ */
1617
+ autoSplitThreshold: number
1608
1618
 
1609
1619
  // Own fields of Grl-0.1.Grl.MediaSource
1610
1620
 
@@ -2173,6 +2183,18 @@ module MetadataSource {
2173
2183
  * The name of the source.
2174
2184
  */
2175
2185
  source_name?: string | null
2186
+ /**
2187
+ * A description of the source
2188
+ */
2189
+ sourceDesc?: string | null
2190
+ /**
2191
+ * The identifier of the source.
2192
+ */
2193
+ sourceId?: string | null
2194
+ /**
2195
+ * The name of the source.
2196
+ */
2197
+ sourceName?: string | null
2176
2198
  }
2177
2199
 
2178
2200
  }
@@ -2185,14 +2207,26 @@ interface MetadataSource {
2185
2207
  * A description of the source
2186
2208
  */
2187
2209
  source_desc: string
2210
+ /**
2211
+ * A description of the source
2212
+ */
2213
+ sourceDesc: string
2188
2214
  /**
2189
2215
  * The identifier of the source.
2190
2216
  */
2191
2217
  source_id: string
2218
+ /**
2219
+ * The identifier of the source.
2220
+ */
2221
+ sourceId: string
2192
2222
  /**
2193
2223
  * The name of the source.
2194
2224
  */
2195
2225
  source_name: string
2226
+ /**
2227
+ * The name of the source.
2228
+ */
2229
+ sourceName: string
2196
2230
 
2197
2231
  // Own fields of Grl-0.1.Grl.MetadataSource
2198
2232
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/grl-0.1",
3
- "version": "0.1.0-3.2.5",
3
+ "version": "0.1.0-3.2.7",
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",
@@ -25,10 +25,10 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grl-0.1.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gjs": "^3.2.5",
29
- "@girs/glib-2.0": "^2.78.0-3.2.5",
30
- "@girs/gmodule-2.0": "^2.0.0-3.2.5",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.5"
28
+ "@girs/gjs": "^3.2.7",
29
+ "@girs/glib-2.0": "^2.78.0-3.2.7",
30
+ "@girs/gmodule-2.0": "^2.0.0-3.2.7",
31
+ "@girs/gobject-2.0": "^2.78.0-3.2.7"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "*"