@girs/cloudproviders-0.3 0.3.0-3.2.7 → 0.3.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/cloudproviders-0.3)
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.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.
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
+
@@ -82,12 +82,6 @@ export module DbusAccount {
82
82
  * 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.
83
83
  */
84
84
  status?: number | null
85
- /**
86
- * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
87
- *
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
- */
90
- status_details?: string | null
91
85
  /**
92
86
  * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
93
87
  *
@@ -126,12 +120,6 @@ export interface DbusAccount {
126
120
  * 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
121
  */
128
122
  status: number
129
- /**
130
- * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
131
- *
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.
133
- */
134
- status_details: string | null
135
123
  /**
136
124
  * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
137
125
  *
@@ -360,14 +348,11 @@ export interface Account {
360
348
 
361
349
  // Own properties of CloudProviders-0.3.CloudProviders.Account
362
350
 
363
- readonly action_group: Gio.ActionGroup
364
351
  readonly actionGroup: Gio.ActionGroup
365
352
  readonly icon: Gio.Icon
366
- readonly menu_model: Gio.MenuModel
367
353
  readonly menuModel: Gio.MenuModel
368
354
  readonly name: string | null
369
355
  readonly path: string | null
370
- readonly status_details: string | null
371
356
  readonly statusDetails: string | null
372
357
 
373
358
  // Owm methods of CloudProviders-0.3.CloudProviders.Account
@@ -477,17 +462,13 @@ export module AccountExporter {
477
462
 
478
463
  // Own constructor properties of CloudProviders-0.3.CloudProviders.AccountExporter
479
464
 
480
- action_group?: Gio.ActionGroup | null
481
- bus_name?: string | null
465
+ actionGroup?: Gio.ActionGroup | null
466
+ busName?: string | null
482
467
  icon?: Gio.Icon | null
483
- menu_model?: Gio.MenuModel | null
468
+ menuModel?: Gio.MenuModel | null
484
469
  name?: string | null
485
470
  path?: string | null
486
471
  provider?: ProviderExporter | null
487
- status_details?: string | null
488
- actionGroup?: Gio.ActionGroup | null
489
- busName?: string | null
490
- menuModel?: Gio.MenuModel | null
491
472
  statusDetails?: string | null
492
473
  }
493
474
 
@@ -497,17 +478,13 @@ export interface AccountExporter {
497
478
 
498
479
  // Own properties of CloudProviders-0.3.CloudProviders.AccountExporter
499
480
 
500
- action_group: Gio.ActionGroup
501
481
  actionGroup: Gio.ActionGroup
502
- readonly bus_name: string | null
503
482
  readonly busName: string | null
504
483
  icon: Gio.Icon
505
- menu_model: Gio.MenuModel
506
484
  menuModel: Gio.MenuModel
507
485
  name: string | null
508
486
  path: string | null
509
487
  readonly provider: ProviderExporter
510
- status_details: string | null
511
488
  statusDetails: string | null
512
489
 
513
490
  // Owm methods of CloudProviders-0.3.CloudProviders.AccountExporter
@@ -1827,11 +1804,9 @@ export module ProviderExporter {
1827
1804
  // Own constructor properties of CloudProviders-0.3.CloudProviders.ProviderExporter
1828
1805
 
1829
1806
  bus?: Gio.DBusConnection | null
1830
- bus_name?: string | null
1831
- bus_path?: string | null
1832
- name?: string | null
1833
1807
  busName?: string | null
1834
1808
  busPath?: string | null
1809
+ name?: string | null
1835
1810
  }
1836
1811
 
1837
1812
  }
@@ -1841,9 +1816,7 @@ export interface ProviderExporter {
1841
1816
  // Own properties of CloudProviders-0.3.CloudProviders.ProviderExporter
1842
1817
 
1843
1818
  readonly bus: Gio.DBusConnection
1844
- readonly bus_name: string | null
1845
1819
  readonly busName: string | null
1846
- readonly bus_path: string | null
1847
1820
  readonly busPath: string | null
1848
1821
  name: string | null
1849
1822
 
@@ -84,12 +84,6 @@ module DbusAccount {
84
84
  * 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.
85
85
  */
86
86
  status?: number | null
87
- /**
88
- * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
89
- *
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
- */
92
- status_details?: string | null
93
87
  /**
94
88
  * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
95
89
  *
@@ -128,12 +122,6 @@ interface DbusAccount {
128
122
  * 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
123
  */
130
124
  status: number
131
- /**
132
- * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
133
- *
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.
135
- */
136
- status_details: string | null
137
125
  /**
138
126
  * Represents the D-Bus property <link linkend="gdbus-property-org-freedesktop-CloudProviders-Account.StatusDetails">"StatusDetails"</link>.
139
127
  *
@@ -362,14 +350,11 @@ interface Account {
362
350
 
363
351
  // Own properties of CloudProviders-0.3.CloudProviders.Account
364
352
 
365
- readonly action_group: Gio.ActionGroup
366
353
  readonly actionGroup: Gio.ActionGroup
367
354
  readonly icon: Gio.Icon
368
- readonly menu_model: Gio.MenuModel
369
355
  readonly menuModel: Gio.MenuModel
370
356
  readonly name: string | null
371
357
  readonly path: string | null
372
- readonly status_details: string | null
373
358
  readonly statusDetails: string | null
374
359
 
375
360
  // Owm methods of CloudProviders-0.3.CloudProviders.Account
@@ -479,17 +464,13 @@ module AccountExporter {
479
464
 
480
465
  // Own constructor properties of CloudProviders-0.3.CloudProviders.AccountExporter
481
466
 
482
- action_group?: Gio.ActionGroup | null
483
- bus_name?: string | null
467
+ actionGroup?: Gio.ActionGroup | null
468
+ busName?: string | null
484
469
  icon?: Gio.Icon | null
485
- menu_model?: Gio.MenuModel | null
470
+ menuModel?: Gio.MenuModel | null
486
471
  name?: string | null
487
472
  path?: string | null
488
473
  provider?: ProviderExporter | null
489
- status_details?: string | null
490
- actionGroup?: Gio.ActionGroup | null
491
- busName?: string | null
492
- menuModel?: Gio.MenuModel | null
493
474
  statusDetails?: string | null
494
475
  }
495
476
 
@@ -499,17 +480,13 @@ interface AccountExporter {
499
480
 
500
481
  // Own properties of CloudProviders-0.3.CloudProviders.AccountExporter
501
482
 
502
- action_group: Gio.ActionGroup
503
483
  actionGroup: Gio.ActionGroup
504
- readonly bus_name: string | null
505
484
  readonly busName: string | null
506
485
  icon: Gio.Icon
507
- menu_model: Gio.MenuModel
508
486
  menuModel: Gio.MenuModel
509
487
  name: string | null
510
488
  path: string | null
511
489
  readonly provider: ProviderExporter
512
- status_details: string | null
513
490
  statusDetails: string | null
514
491
 
515
492
  // Owm methods of CloudProviders-0.3.CloudProviders.AccountExporter
@@ -1829,11 +1806,9 @@ module ProviderExporter {
1829
1806
  // Own constructor properties of CloudProviders-0.3.CloudProviders.ProviderExporter
1830
1807
 
1831
1808
  bus?: Gio.DBusConnection | null
1832
- bus_name?: string | null
1833
- bus_path?: string | null
1834
- name?: string | null
1835
1809
  busName?: string | null
1836
1810
  busPath?: string | null
1811
+ name?: string | null
1837
1812
  }
1838
1813
 
1839
1814
  }
@@ -1843,9 +1818,7 @@ interface ProviderExporter {
1843
1818
  // Own properties of CloudProviders-0.3.CloudProviders.ProviderExporter
1844
1819
 
1845
1820
  readonly bus: Gio.DBusConnection
1846
- readonly bus_name: string | null
1847
1821
  readonly busName: string | null
1848
- readonly bus_path: string | null
1849
1822
  readonly busPath: string | null
1850
1823
  name: string | null
1851
1824
 
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/cloudproviders-0.3",
3
- "version": "0.3.0-3.2.7",
3
+ "version": "0.3.0-3.2.8",
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",
7
7
  "main": "cloudproviders-0.3.js",
8
8
  "exports": {
9
- "./ambient": "./cloudproviders-0.3-ambient.d.ts",
10
- "./import": "./cloudproviders-0.3-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./cloudproviders-0.3-ambient.d.ts",
11
+ "default": "./cloudproviders-0.3-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./cloudproviders-0.3-import.d.ts",
15
+ "default": "./cloudproviders-0.3-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./cloudproviders-0.3.d.ts",
@@ -25,10 +31,10 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit cloudproviders-0.3.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gio-2.0": "^2.78.0-3.2.7",
29
- "@girs/gjs": "^3.2.7",
30
- "@girs/glib-2.0": "^2.78.0-3.2.7",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.7"
34
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
35
+ "@girs/gjs": "^3.2.8",
36
+ "@girs/glib-2.0": "^2.77.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"