@girs/modulemd-2.0 2.0.0-4.0.0-beta.8 → 2.0.0-4.0.0-beta.10

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/modulemd-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.8.
8
+ GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.10.
9
9
 
10
10
 
11
11
  ## Install
package/modulemd-2.0.d.ts CHANGED
@@ -16,6 +16,10 @@ export namespace Modulemd {
16
16
  * Modulemd-2.0
17
17
  */
18
18
 
19
+ export namespace CompressionTypeEnum {
20
+ export const $gtype: GObject.GType<CompressionTypeEnum>;
21
+ }
22
+
19
23
  enum CompressionTypeEnum {
20
24
  /**
21
25
  * Zstandard compression; since 2.15
@@ -54,6 +58,11 @@ export namespace Modulemd {
54
58
  */
55
59
  SENTINEL,
56
60
  }
61
+
62
+ export namespace DefaultsVersionEnum {
63
+ export const $gtype: GObject.GType<DefaultsVersionEnum>;
64
+ }
65
+
57
66
  enum DefaultsVersionEnum {
58
67
  /**
59
68
  * Represents an error handling mdversion.
@@ -128,6 +137,10 @@ export namespace Modulemd {
128
137
  _init(...args: any[]): void;
129
138
  }
130
139
 
140
+ export namespace ErrorEnum {
141
+ export const $gtype: GObject.GType<ErrorEnum>;
142
+ }
143
+
131
144
  enum ErrorEnum {
132
145
  /**
133
146
  * Represents an error encountered while upgrading the
@@ -167,6 +180,11 @@ export namespace Modulemd {
167
180
  */
168
181
  NOT_IMPLEMENTED,
169
182
  }
183
+
184
+ export namespace ModuleStreamVersionEnum {
185
+ export const $gtype: GObject.GType<ModuleStreamVersionEnum>;
186
+ }
187
+
170
188
  enum ModuleStreamVersionEnum {
171
189
  /**
172
190
  * Represents an error handling module stream
@@ -193,6 +211,11 @@ export namespace Modulemd {
193
211
  */
194
212
  LATEST,
195
213
  }
214
+
215
+ export namespace ObsoletesVersionEnum {
216
+ export const $gtype: GObject.GType<ObsoletesVersionEnum>;
217
+ }
218
+
196
219
  enum ObsoletesVersionEnum {
197
220
  /**
198
221
  * Represents an error handling mdversion.
@@ -213,6 +236,11 @@ export namespace Modulemd {
213
236
  */
214
237
  LATEST,
215
238
  }
239
+
240
+ export namespace PackagerVersionEnum {
241
+ export const $gtype: GObject.GType<PackagerVersionEnum>;
242
+ }
243
+
216
244
  enum PackagerVersionEnum {
217
245
  /**
218
246
  * Represents an error handling module stream
@@ -294,6 +322,10 @@ export namespace Modulemd {
294
322
  _init(...args: any[]): void;
295
323
  }
296
324
 
325
+ export namespace YamlErrorEnum {
326
+ export const $gtype: GObject.GType<YamlErrorEnum>;
327
+ }
328
+
297
329
  enum YamlErrorEnum {
298
330
  /**
299
331
  * Represents an error encountered while opening a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/modulemd-2.0",
3
- "version": "2.0.0-4.0.0-beta.8",
3
+ "version": "2.0.0-4.0.0-beta.10",
4
4
  "description": "GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "modulemd-2.0.js",
@@ -31,9 +31,9 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.0.0-beta.8",
35
- "@girs/glib-2.0": "^2.80.2-4.0.0-beta.8",
36
- "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.8"
34
+ "@girs/gjs": "^4.0.0-beta.10",
35
+ "@girs/glib-2.0": "^2.80.2-4.0.0-beta.10",
36
+ "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.10"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "*"