@girs/cloudproviders-0.3 0.3.0-3.2.5 → 0.3.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/cloudproviders-0.3.d.cts +27 -0
- package/cloudproviders-0.3.d.ts +27 -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 CloudProviders-0.3, generated from library version 0.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for CloudProviders-0.3, generated from library version 0.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/cloudproviders-0.3.d.cts
CHANGED
|
@@ -88,6 +88,12 @@ export module DbusAccount {
|
|
|
88
88
|
* Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
|
|
89
89
|
*/
|
|
90
90
|
status_details?: string | null
|
|
91
|
+
/**
|
|
92
|
+
* Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
|
|
93
|
+
*
|
|
94
|
+
* Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
|
|
95
|
+
*/
|
|
96
|
+
statusDetails?: string | null
|
|
91
97
|
}
|
|
92
98
|
|
|
93
99
|
}
|
|
@@ -126,6 +132,12 @@ export interface DbusAccount {
|
|
|
126
132
|
* Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
|
|
127
133
|
*/
|
|
128
134
|
status_details: string | null
|
|
135
|
+
/**
|
|
136
|
+
* Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
|
|
137
|
+
*
|
|
138
|
+
* Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
|
|
139
|
+
*/
|
|
140
|
+
statusDetails: string | null
|
|
129
141
|
|
|
130
142
|
// Class property signals of CloudProviders-0.3.CloudProviders.DbusAccount
|
|
131
143
|
|
|
@@ -349,11 +361,14 @@ export interface Account {
|
|
|
349
361
|
// Own properties of CloudProviders-0.3.CloudProviders.Account
|
|
350
362
|
|
|
351
363
|
readonly action_group: Gio.ActionGroup
|
|
364
|
+
readonly actionGroup: Gio.ActionGroup
|
|
352
365
|
readonly icon: Gio.Icon
|
|
353
366
|
readonly menu_model: Gio.MenuModel
|
|
367
|
+
readonly menuModel: Gio.MenuModel
|
|
354
368
|
readonly name: string | null
|
|
355
369
|
readonly path: string | null
|
|
356
370
|
readonly status_details: string | null
|
|
371
|
+
readonly statusDetails: string | null
|
|
357
372
|
|
|
358
373
|
// Owm methods of CloudProviders-0.3.CloudProviders.Account
|
|
359
374
|
|
|
@@ -470,6 +485,10 @@ export module AccountExporter {
|
|
|
470
485
|
path?: string | null
|
|
471
486
|
provider?: ProviderExporter | null
|
|
472
487
|
status_details?: string | null
|
|
488
|
+
actionGroup?: Gio.ActionGroup | null
|
|
489
|
+
busName?: string | null
|
|
490
|
+
menuModel?: Gio.MenuModel | null
|
|
491
|
+
statusDetails?: string | null
|
|
473
492
|
}
|
|
474
493
|
|
|
475
494
|
}
|
|
@@ -479,13 +498,17 @@ export interface AccountExporter {
|
|
|
479
498
|
// Own properties of CloudProviders-0.3.CloudProviders.AccountExporter
|
|
480
499
|
|
|
481
500
|
action_group: Gio.ActionGroup
|
|
501
|
+
actionGroup: Gio.ActionGroup
|
|
482
502
|
readonly bus_name: string | null
|
|
503
|
+
readonly busName: string | null
|
|
483
504
|
icon: Gio.Icon
|
|
484
505
|
menu_model: Gio.MenuModel
|
|
506
|
+
menuModel: Gio.MenuModel
|
|
485
507
|
name: string | null
|
|
486
508
|
path: string | null
|
|
487
509
|
readonly provider: ProviderExporter
|
|
488
510
|
status_details: string | null
|
|
511
|
+
statusDetails: string | null
|
|
489
512
|
|
|
490
513
|
// Owm methods of CloudProviders-0.3.CloudProviders.AccountExporter
|
|
491
514
|
|
|
@@ -1807,6 +1830,8 @@ export module ProviderExporter {
|
|
|
1807
1830
|
bus_name?: string | null
|
|
1808
1831
|
bus_path?: string | null
|
|
1809
1832
|
name?: string | null
|
|
1833
|
+
busName?: string | null
|
|
1834
|
+
busPath?: string | null
|
|
1810
1835
|
}
|
|
1811
1836
|
|
|
1812
1837
|
}
|
|
@@ -1817,7 +1842,9 @@ export interface ProviderExporter {
|
|
|
1817
1842
|
|
|
1818
1843
|
readonly bus: Gio.DBusConnection
|
|
1819
1844
|
readonly bus_name: string | null
|
|
1845
|
+
readonly busName: string | null
|
|
1820
1846
|
readonly bus_path: string | null
|
|
1847
|
+
readonly busPath: string | null
|
|
1821
1848
|
name: string | null
|
|
1822
1849
|
|
|
1823
1850
|
// Owm methods of CloudProviders-0.3.CloudProviders.ProviderExporter
|
package/cloudproviders-0.3.d.ts
CHANGED
|
@@ -90,6 +90,12 @@ module DbusAccount {
|
|
|
90
90
|
* Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
|
|
91
91
|
*/
|
|
92
92
|
status_details?: string | null
|
|
93
|
+
/**
|
|
94
|
+
* Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
|
|
95
|
+
*
|
|
96
|
+
* Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
|
|
97
|
+
*/
|
|
98
|
+
statusDetails?: string | null
|
|
93
99
|
}
|
|
94
100
|
|
|
95
101
|
}
|
|
@@ -128,6 +134,12 @@ interface DbusAccount {
|
|
|
128
134
|
* Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
|
|
129
135
|
*/
|
|
130
136
|
status_details: string | null
|
|
137
|
+
/**
|
|
138
|
+
* Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
|
|
139
|
+
*
|
|
140
|
+
* Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
|
|
141
|
+
*/
|
|
142
|
+
statusDetails: string | null
|
|
131
143
|
|
|
132
144
|
// Class property signals of CloudProviders-0.3.CloudProviders.DbusAccount
|
|
133
145
|
|
|
@@ -351,11 +363,14 @@ interface Account {
|
|
|
351
363
|
// Own properties of CloudProviders-0.3.CloudProviders.Account
|
|
352
364
|
|
|
353
365
|
readonly action_group: Gio.ActionGroup
|
|
366
|
+
readonly actionGroup: Gio.ActionGroup
|
|
354
367
|
readonly icon: Gio.Icon
|
|
355
368
|
readonly menu_model: Gio.MenuModel
|
|
369
|
+
readonly menuModel: Gio.MenuModel
|
|
356
370
|
readonly name: string | null
|
|
357
371
|
readonly path: string | null
|
|
358
372
|
readonly status_details: string | null
|
|
373
|
+
readonly statusDetails: string | null
|
|
359
374
|
|
|
360
375
|
// Owm methods of CloudProviders-0.3.CloudProviders.Account
|
|
361
376
|
|
|
@@ -472,6 +487,10 @@ module AccountExporter {
|
|
|
472
487
|
path?: string | null
|
|
473
488
|
provider?: ProviderExporter | null
|
|
474
489
|
status_details?: string | null
|
|
490
|
+
actionGroup?: Gio.ActionGroup | null
|
|
491
|
+
busName?: string | null
|
|
492
|
+
menuModel?: Gio.MenuModel | null
|
|
493
|
+
statusDetails?: string | null
|
|
475
494
|
}
|
|
476
495
|
|
|
477
496
|
}
|
|
@@ -481,13 +500,17 @@ interface AccountExporter {
|
|
|
481
500
|
// Own properties of CloudProviders-0.3.CloudProviders.AccountExporter
|
|
482
501
|
|
|
483
502
|
action_group: Gio.ActionGroup
|
|
503
|
+
actionGroup: Gio.ActionGroup
|
|
484
504
|
readonly bus_name: string | null
|
|
505
|
+
readonly busName: string | null
|
|
485
506
|
icon: Gio.Icon
|
|
486
507
|
menu_model: Gio.MenuModel
|
|
508
|
+
menuModel: Gio.MenuModel
|
|
487
509
|
name: string | null
|
|
488
510
|
path: string | null
|
|
489
511
|
readonly provider: ProviderExporter
|
|
490
512
|
status_details: string | null
|
|
513
|
+
statusDetails: string | null
|
|
491
514
|
|
|
492
515
|
// Owm methods of CloudProviders-0.3.CloudProviders.AccountExporter
|
|
493
516
|
|
|
@@ -1809,6 +1832,8 @@ module ProviderExporter {
|
|
|
1809
1832
|
bus_name?: string | null
|
|
1810
1833
|
bus_path?: string | null
|
|
1811
1834
|
name?: string | null
|
|
1835
|
+
busName?: string | null
|
|
1836
|
+
busPath?: string | null
|
|
1812
1837
|
}
|
|
1813
1838
|
|
|
1814
1839
|
}
|
|
@@ -1819,7 +1844,9 @@ interface ProviderExporter {
|
|
|
1819
1844
|
|
|
1820
1845
|
readonly bus: Gio.DBusConnection
|
|
1821
1846
|
readonly bus_name: string | null
|
|
1847
|
+
readonly busName: string | null
|
|
1822
1848
|
readonly bus_path: string | null
|
|
1849
|
+
readonly busPath: string | null
|
|
1823
1850
|
name: string | null
|
|
1824
1851
|
|
|
1825
1852
|
// Owm methods of CloudProviders-0.3.CloudProviders.ProviderExporter
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/cloudproviders-0.3",
|
|
3
|
-
"version": "0.3.0-3.2.
|
|
3
|
+
"version": "0.3.0-3.2.6",
|
|
4
4
|
"description": "GJS TypeScript type definitions for CloudProviders-0.3, generated from library version 0.3.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "cloudproviders-0.3.js",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit cloudproviders-0.3.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": "*"
|