@girs/cloudproviders-0.3 4.5.0 → 4.7.0

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
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/cloudproviders-0.3)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/cloudproviders-0.3)
6
6
 
7
- GJS TypeScript type definitions for CloudProviders-0.3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for CloudProviders-0.3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.7.0.
8
8
 
9
9
  This package contains type declarations only. It ships no runtime code, so it adds
10
10
  nothing to your program and works with any bundler or none at all.
@@ -1231,7 +1231,7 @@ export namespace CloudProviders {
1231
1231
 
1232
1232
  namespace DbusObjectManagerClient {
1233
1233
  // Signal signatures
1234
- interface SignalSignatures extends Gio.DBusObjectManagerClient.SignalSignatures {
1234
+ interface SignalSignatures extends Gio.DBusObjectManagerClient.SignalSignatures, Gio.DBusObjectManager.SignalSignatures {
1235
1235
  "notify::bus-type": (pspec: GObject.ParamSpec) => void;
1236
1236
  "notify::connection": (pspec: GObject.ParamSpec) => void;
1237
1237
  "notify::flags": (pspec: GObject.ParamSpec) => void;
@@ -1752,7 +1752,7 @@ export namespace CloudProviders {
1752
1752
 
1753
1753
  namespace DbusObjectProxy {
1754
1754
  // Signal signatures
1755
- interface SignalSignatures extends Gio.DBusObjectProxy.SignalSignatures {
1755
+ interface SignalSignatures extends Gio.DBusObjectProxy.SignalSignatures, DbusObject.SignalSignatures, Gio.DBusObject.SignalSignatures {
1756
1756
  "notify::g-connection": (pspec: GObject.ParamSpec) => void;
1757
1757
  "notify::g-object-path": (pspec: GObject.ParamSpec) => void;
1758
1758
  "notify::account": (pspec: GObject.ParamSpec) => void;
@@ -1893,7 +1893,7 @@ export namespace CloudProviders {
1893
1893
 
1894
1894
  namespace DbusObjectSkeleton {
1895
1895
  // Signal signatures
1896
- interface SignalSignatures extends Gio.DBusObjectSkeleton.SignalSignatures {
1896
+ interface SignalSignatures extends Gio.DBusObjectSkeleton.SignalSignatures, DbusObject.SignalSignatures, Gio.DBusObject.SignalSignatures {
1897
1897
  "notify::g-object-path": (pspec: GObject.ParamSpec) => void;
1898
1898
  "notify::account": (pspec: GObject.ParamSpec) => void;
1899
1899
  "notify::provider": (pspec: GObject.ParamSpec) => void;
@@ -3117,6 +3117,8 @@ export namespace CloudProviders {
3117
3117
  };
3118
3118
 
3119
3119
  namespace DbusObject {
3120
+ // Signal signatures
3121
+ interface SignalSignatures extends Gio.DBusObject.SignalSignatures {}
3120
3122
 
3121
3123
  // Constructor properties interface
3122
3124
  interface ConstructorProps extends Gio.DBusObject.ConstructorProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/cloudproviders-0.3",
3
- "version": "4.5.0",
3
+ "version": "4.7.0",
4
4
  "description": "GJS TypeScript type definitions for CloudProviders-0.3",
5
5
  "type": "module",
6
6
  "module": "cloudproviders-0.3.js",
@@ -31,11 +31,11 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.5.0",
35
- "@girs/gio-2.0": "^4.5.0",
36
- "@girs/gobject-2.0": "^4.5.0",
37
- "@girs/glib-2.0": "^4.5.0",
38
- "@girs/gmodule-2.0": "^4.5.0" },
34
+ "@girs/gjs": "^4.7.0",
35
+ "@girs/gio-2.0": "^4.7.0",
36
+ "@girs/gobject-2.0": "^4.7.0",
37
+ "@girs/glib-2.0": "^4.7.0",
38
+ "@girs/gmodule-2.0": "^4.7.0" },
39
39
  "devDependencies": {
40
40
  "typescript": "*"
41
41
  },