@girs/flatpak-1.0 1.8.0-3.2.5 → 1.8.0-3.2.6
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 +1 -1
- package/flatpak-1.0.d.cts +42 -0
- package/flatpak-1.0.d.ts +42 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Flatpak-1.0, generated from library version 1.8.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Flatpak-1.0, generated from library version 1.8.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/flatpak-1.0.d.cts
CHANGED
|
@@ -1257,6 +1257,18 @@ export module InstalledRef {
|
|
|
1257
1257
|
latest_commit?: string | null
|
|
1258
1258
|
origin?: string | null
|
|
1259
1259
|
subpaths?: string[] | null
|
|
1260
|
+
appdataContentRating?: GLib.HashTable | null
|
|
1261
|
+
appdataContentRatingType?: string | null
|
|
1262
|
+
appdataLicense?: string | null
|
|
1263
|
+
appdataName?: string | null
|
|
1264
|
+
appdataSummary?: string | null
|
|
1265
|
+
appdataVersion?: string | null
|
|
1266
|
+
deployDir?: string | null
|
|
1267
|
+
endOfLife?: string | null
|
|
1268
|
+
endOfLifeRebase?: string | null
|
|
1269
|
+
installedSize?: number | null
|
|
1270
|
+
isCurrent?: boolean | null
|
|
1271
|
+
latestCommit?: string | null
|
|
1260
1272
|
}
|
|
1261
1273
|
|
|
1262
1274
|
}
|
|
@@ -1266,17 +1278,29 @@ export interface InstalledRef {
|
|
|
1266
1278
|
// Own properties of Flatpak-1.0.Flatpak.InstalledRef
|
|
1267
1279
|
|
|
1268
1280
|
readonly appdata_content_rating: GLib.HashTable
|
|
1281
|
+
readonly appdataContentRating: GLib.HashTable
|
|
1269
1282
|
readonly appdata_content_rating_type: string | null
|
|
1283
|
+
readonly appdataContentRatingType: string | null
|
|
1270
1284
|
readonly appdata_license: string | null
|
|
1285
|
+
readonly appdataLicense: string | null
|
|
1271
1286
|
readonly appdata_name: string | null
|
|
1287
|
+
readonly appdataName: string | null
|
|
1272
1288
|
readonly appdata_summary: string | null
|
|
1289
|
+
readonly appdataSummary: string | null
|
|
1273
1290
|
readonly appdata_version: string | null
|
|
1291
|
+
readonly appdataVersion: string | null
|
|
1274
1292
|
deploy_dir: string | null
|
|
1293
|
+
deployDir: string | null
|
|
1275
1294
|
readonly end_of_life: string | null
|
|
1295
|
+
readonly endOfLife: string | null
|
|
1276
1296
|
readonly end_of_life_rebase: string | null
|
|
1297
|
+
readonly endOfLifeRebase: string | null
|
|
1277
1298
|
installed_size: number
|
|
1299
|
+
installedSize: number
|
|
1278
1300
|
is_current: boolean
|
|
1301
|
+
isCurrent: boolean
|
|
1279
1302
|
latest_commit: string | null
|
|
1303
|
+
latestCommit: string | null
|
|
1280
1304
|
origin: string | null
|
|
1281
1305
|
subpaths: string[]
|
|
1282
1306
|
|
|
@@ -1589,6 +1613,7 @@ export module Ref {
|
|
|
1589
1613
|
commit?: string | null
|
|
1590
1614
|
kind?: RefKind | null
|
|
1591
1615
|
name?: string | null
|
|
1616
|
+
collectionId?: string | null
|
|
1592
1617
|
}
|
|
1593
1618
|
|
|
1594
1619
|
}
|
|
@@ -1600,6 +1625,7 @@ export interface Ref {
|
|
|
1600
1625
|
readonly arch: string | null
|
|
1601
1626
|
readonly branch: string | null
|
|
1602
1627
|
readonly collection_id: string | null
|
|
1628
|
+
readonly collectionId: string | null
|
|
1603
1629
|
readonly commit: string | null
|
|
1604
1630
|
readonly kind: RefKind
|
|
1605
1631
|
readonly name: string | null
|
|
@@ -1705,6 +1731,9 @@ export module RelatedRef {
|
|
|
1705
1731
|
should_delete?: boolean | null
|
|
1706
1732
|
should_download?: boolean | null
|
|
1707
1733
|
subpaths?: string[] | null
|
|
1734
|
+
shouldAutoprune?: boolean | null
|
|
1735
|
+
shouldDelete?: boolean | null
|
|
1736
|
+
shouldDownload?: boolean | null
|
|
1708
1737
|
}
|
|
1709
1738
|
|
|
1710
1739
|
}
|
|
@@ -1714,8 +1743,11 @@ export interface RelatedRef {
|
|
|
1714
1743
|
// Own properties of Flatpak-1.0.Flatpak.RelatedRef
|
|
1715
1744
|
|
|
1716
1745
|
readonly should_autoprune: boolean
|
|
1746
|
+
readonly shouldAutoprune: boolean
|
|
1717
1747
|
readonly should_delete: boolean
|
|
1748
|
+
readonly shouldDelete: boolean
|
|
1718
1749
|
readonly should_download: boolean
|
|
1750
|
+
readonly shouldDownload: boolean
|
|
1719
1751
|
readonly subpaths: string[]
|
|
1720
1752
|
|
|
1721
1753
|
// Own fields of Flatpak-1.0.Flatpak.RelatedRef
|
|
@@ -2158,6 +2190,11 @@ export module RemoteRef {
|
|
|
2158
2190
|
installed_size?: number | null
|
|
2159
2191
|
metadata?: GLib.Bytes | null
|
|
2160
2192
|
remote_name?: string | null
|
|
2193
|
+
downloadSize?: number | null
|
|
2194
|
+
endOfLife?: string | null
|
|
2195
|
+
endOfLifeRebase?: string | null
|
|
2196
|
+
installedSize?: number | null
|
|
2197
|
+
remoteName?: string | null
|
|
2161
2198
|
}
|
|
2162
2199
|
|
|
2163
2200
|
}
|
|
@@ -2167,11 +2204,16 @@ export interface RemoteRef {
|
|
|
2167
2204
|
// Own properties of Flatpak-1.0.Flatpak.RemoteRef
|
|
2168
2205
|
|
|
2169
2206
|
readonly download_size: number
|
|
2207
|
+
readonly downloadSize: number
|
|
2170
2208
|
readonly end_of_life: string | null
|
|
2209
|
+
readonly endOfLife: string | null
|
|
2171
2210
|
readonly end_of_life_rebase: string | null
|
|
2211
|
+
readonly endOfLifeRebase: string | null
|
|
2172
2212
|
readonly installed_size: number
|
|
2213
|
+
readonly installedSize: number
|
|
2173
2214
|
readonly metadata: GLib.Bytes
|
|
2174
2215
|
readonly remote_name: string | null
|
|
2216
|
+
readonly remoteName: string | null
|
|
2175
2217
|
|
|
2176
2218
|
// Own fields of Flatpak-1.0.Flatpak.RemoteRef
|
|
2177
2219
|
|
package/flatpak-1.0.d.ts
CHANGED
|
@@ -1259,6 +1259,18 @@ module InstalledRef {
|
|
|
1259
1259
|
latest_commit?: string | null
|
|
1260
1260
|
origin?: string | null
|
|
1261
1261
|
subpaths?: string[] | null
|
|
1262
|
+
appdataContentRating?: GLib.HashTable | null
|
|
1263
|
+
appdataContentRatingType?: string | null
|
|
1264
|
+
appdataLicense?: string | null
|
|
1265
|
+
appdataName?: string | null
|
|
1266
|
+
appdataSummary?: string | null
|
|
1267
|
+
appdataVersion?: string | null
|
|
1268
|
+
deployDir?: string | null
|
|
1269
|
+
endOfLife?: string | null
|
|
1270
|
+
endOfLifeRebase?: string | null
|
|
1271
|
+
installedSize?: number | null
|
|
1272
|
+
isCurrent?: boolean | null
|
|
1273
|
+
latestCommit?: string | null
|
|
1262
1274
|
}
|
|
1263
1275
|
|
|
1264
1276
|
}
|
|
@@ -1268,17 +1280,29 @@ interface InstalledRef {
|
|
|
1268
1280
|
// Own properties of Flatpak-1.0.Flatpak.InstalledRef
|
|
1269
1281
|
|
|
1270
1282
|
readonly appdata_content_rating: GLib.HashTable
|
|
1283
|
+
readonly appdataContentRating: GLib.HashTable
|
|
1271
1284
|
readonly appdata_content_rating_type: string | null
|
|
1285
|
+
readonly appdataContentRatingType: string | null
|
|
1272
1286
|
readonly appdata_license: string | null
|
|
1287
|
+
readonly appdataLicense: string | null
|
|
1273
1288
|
readonly appdata_name: string | null
|
|
1289
|
+
readonly appdataName: string | null
|
|
1274
1290
|
readonly appdata_summary: string | null
|
|
1291
|
+
readonly appdataSummary: string | null
|
|
1275
1292
|
readonly appdata_version: string | null
|
|
1293
|
+
readonly appdataVersion: string | null
|
|
1276
1294
|
deploy_dir: string | null
|
|
1295
|
+
deployDir: string | null
|
|
1277
1296
|
readonly end_of_life: string | null
|
|
1297
|
+
readonly endOfLife: string | null
|
|
1278
1298
|
readonly end_of_life_rebase: string | null
|
|
1299
|
+
readonly endOfLifeRebase: string | null
|
|
1279
1300
|
installed_size: number
|
|
1301
|
+
installedSize: number
|
|
1280
1302
|
is_current: boolean
|
|
1303
|
+
isCurrent: boolean
|
|
1281
1304
|
latest_commit: string | null
|
|
1305
|
+
latestCommit: string | null
|
|
1282
1306
|
origin: string | null
|
|
1283
1307
|
subpaths: string[]
|
|
1284
1308
|
|
|
@@ -1591,6 +1615,7 @@ module Ref {
|
|
|
1591
1615
|
commit?: string | null
|
|
1592
1616
|
kind?: RefKind | null
|
|
1593
1617
|
name?: string | null
|
|
1618
|
+
collectionId?: string | null
|
|
1594
1619
|
}
|
|
1595
1620
|
|
|
1596
1621
|
}
|
|
@@ -1602,6 +1627,7 @@ interface Ref {
|
|
|
1602
1627
|
readonly arch: string | null
|
|
1603
1628
|
readonly branch: string | null
|
|
1604
1629
|
readonly collection_id: string | null
|
|
1630
|
+
readonly collectionId: string | null
|
|
1605
1631
|
readonly commit: string | null
|
|
1606
1632
|
readonly kind: RefKind
|
|
1607
1633
|
readonly name: string | null
|
|
@@ -1707,6 +1733,9 @@ module RelatedRef {
|
|
|
1707
1733
|
should_delete?: boolean | null
|
|
1708
1734
|
should_download?: boolean | null
|
|
1709
1735
|
subpaths?: string[] | null
|
|
1736
|
+
shouldAutoprune?: boolean | null
|
|
1737
|
+
shouldDelete?: boolean | null
|
|
1738
|
+
shouldDownload?: boolean | null
|
|
1710
1739
|
}
|
|
1711
1740
|
|
|
1712
1741
|
}
|
|
@@ -1716,8 +1745,11 @@ interface RelatedRef {
|
|
|
1716
1745
|
// Own properties of Flatpak-1.0.Flatpak.RelatedRef
|
|
1717
1746
|
|
|
1718
1747
|
readonly should_autoprune: boolean
|
|
1748
|
+
readonly shouldAutoprune: boolean
|
|
1719
1749
|
readonly should_delete: boolean
|
|
1750
|
+
readonly shouldDelete: boolean
|
|
1720
1751
|
readonly should_download: boolean
|
|
1752
|
+
readonly shouldDownload: boolean
|
|
1721
1753
|
readonly subpaths: string[]
|
|
1722
1754
|
|
|
1723
1755
|
// Own fields of Flatpak-1.0.Flatpak.RelatedRef
|
|
@@ -2160,6 +2192,11 @@ module RemoteRef {
|
|
|
2160
2192
|
installed_size?: number | null
|
|
2161
2193
|
metadata?: GLib.Bytes | null
|
|
2162
2194
|
remote_name?: string | null
|
|
2195
|
+
downloadSize?: number | null
|
|
2196
|
+
endOfLife?: string | null
|
|
2197
|
+
endOfLifeRebase?: string | null
|
|
2198
|
+
installedSize?: number | null
|
|
2199
|
+
remoteName?: string | null
|
|
2163
2200
|
}
|
|
2164
2201
|
|
|
2165
2202
|
}
|
|
@@ -2169,11 +2206,16 @@ interface RemoteRef {
|
|
|
2169
2206
|
// Own properties of Flatpak-1.0.Flatpak.RemoteRef
|
|
2170
2207
|
|
|
2171
2208
|
readonly download_size: number
|
|
2209
|
+
readonly downloadSize: number
|
|
2172
2210
|
readonly end_of_life: string | null
|
|
2211
|
+
readonly endOfLife: string | null
|
|
2173
2212
|
readonly end_of_life_rebase: string | null
|
|
2213
|
+
readonly endOfLifeRebase: string | null
|
|
2174
2214
|
readonly installed_size: number
|
|
2215
|
+
readonly installedSize: number
|
|
2175
2216
|
readonly metadata: GLib.Bytes
|
|
2176
2217
|
readonly remote_name: string | null
|
|
2218
|
+
readonly remoteName: string | null
|
|
2177
2219
|
|
|
2178
2220
|
// Own fields of Flatpak-1.0.Flatpak.RemoteRef
|
|
2179
2221
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/flatpak-1.0",
|
|
3
|
-
"version": "1.8.0-3.2.
|
|
3
|
+
"version": "1.8.0-3.2.6",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Flatpak-1.0, generated from library version 1.8.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "flatpak-1.0.js",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit flatpak-1.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
29
|
-
"@girs/gjs": "^3.2.
|
|
30
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
31
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
28
|
+
"@girs/gio-2.0": "^2.78.0-3.2.6",
|
|
29
|
+
"@girs/gjs": "^3.2.6",
|
|
30
|
+
"@girs/glib-2.0": "^2.78.0-3.2.6",
|
|
31
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.6"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"typescript": "*"
|