@girs/msg-1 1.0.0-4.0.0-beta.38 → 1.0.0-4.0.0-beta.40

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/msg-1.d.ts +2 -94
  3. package/package.json +9 -9
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/msg-1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Msg-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.38.
8
+ GJS TypeScript type definitions for Msg-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
9
9
 
10
10
  ## Install
11
11
 
package/msg-1.d.ts CHANGED
@@ -23,17 +23,14 @@ export namespace Msg {
23
23
  * Msg-1
24
24
  */
25
25
 
26
- export namespace DriveType {
27
- export const $gtype: GObject.GType<DriveType>;
28
- }
29
-
30
26
  enum DriveType {
31
27
  PERSONAL,
32
28
  BUSINESS,
33
29
  DOCUMENT_LIBRARY,
34
30
  }
31
+
35
32
  class Error extends GLib.Error {
36
- static $gtype: GObject.GType<Error>;
33
+ static $gtype: GObject.GType<GLib.Error>;
37
34
 
38
35
  // Static fields
39
36
 
@@ -43,7 +40,6 @@ export namespace Msg {
43
40
  // Constructors
44
41
 
45
42
  constructor(options: { message: string; code: number });
46
- _init(...args: any[]): void;
47
43
  }
48
44
 
49
45
  class MailFolderType {
@@ -61,10 +57,6 @@ export namespace Msg {
61
57
  static ARCHIVE: number;
62
58
  static OTHER: number;
63
59
  static MAX: number;
64
-
65
- // Constructors
66
-
67
- _init(...args: any[]): void;
68
60
  }
69
61
 
70
62
  const API_ENDPOINT: string;
@@ -2466,18 +2458,10 @@ export namespace Msg {
2466
2458
 
2467
2459
  class AuthorizerInterface {
2468
2460
  static $gtype: GObject.GType<AuthorizerInterface>;
2469
-
2470
- // Constructors
2471
-
2472
- _init(...args: any[]): void;
2473
2461
  }
2474
2462
 
2475
2463
  class DriveClass {
2476
2464
  static $gtype: GObject.GType<DriveClass>;
2477
-
2478
- // Constructors
2479
-
2480
- _init(...args: any[]): void;
2481
2465
  }
2482
2466
 
2483
2467
  class DriveItemClass {
@@ -2486,138 +2470,70 @@ export namespace Msg {
2486
2470
  // Fields
2487
2471
 
2488
2472
  padding: any[];
2489
-
2490
- // Constructors
2491
-
2492
- _init(...args: any[]): void;
2493
2473
  }
2494
2474
 
2495
2475
  class DriveItemFileClass {
2496
2476
  static $gtype: GObject.GType<DriveItemFileClass>;
2497
-
2498
- // Constructors
2499
-
2500
- _init(...args: any[]): void;
2501
2477
  }
2502
2478
 
2503
2479
  class DriveItemFolderClass {
2504
2480
  static $gtype: GObject.GType<DriveItemFolderClass>;
2505
-
2506
- // Constructors
2507
-
2508
- _init(...args: any[]): void;
2509
2481
  }
2510
2482
 
2511
2483
  class DriveServiceClass {
2512
2484
  static $gtype: GObject.GType<DriveServiceClass>;
2513
-
2514
- // Constructors
2515
-
2516
- _init(...args: any[]): void;
2517
2485
  }
2518
2486
 
2519
2487
  class GoaAuthorizerClass {
2520
2488
  static $gtype: GObject.GType<GoaAuthorizerClass>;
2521
-
2522
- // Constructors
2523
-
2524
- _init(...args: any[]): void;
2525
2489
  }
2526
2490
 
2527
2491
  class GoaAuthorizerPrivate {
2528
2492
  static $gtype: GObject.GType<GoaAuthorizerPrivate>;
2529
-
2530
- // Constructors
2531
-
2532
- _init(...args: any[]): void;
2533
2493
  }
2534
2494
 
2535
2495
  class InputStreamClass {
2536
2496
  static $gtype: GObject.GType<InputStreamClass>;
2537
-
2538
- // Constructors
2539
-
2540
- _init(...args: any[]): void;
2541
2497
  }
2542
2498
 
2543
2499
  class InputStreamPrivate {
2544
2500
  static $gtype: GObject.GType<InputStreamPrivate>;
2545
-
2546
- // Constructors
2547
-
2548
- _init(...args: any[]): void;
2549
2501
  }
2550
2502
 
2551
2503
  class MailFolderClass {
2552
2504
  static $gtype: GObject.GType<MailFolderClass>;
2553
-
2554
- // Constructors
2555
-
2556
- _init(...args: any[]): void;
2557
2505
  }
2558
2506
 
2559
2507
  class MailMessageClass {
2560
2508
  static $gtype: GObject.GType<MailMessageClass>;
2561
-
2562
- // Constructors
2563
-
2564
- _init(...args: any[]): void;
2565
2509
  }
2566
2510
 
2567
2511
  class MailServiceClass {
2568
2512
  static $gtype: GObject.GType<MailServiceClass>;
2569
-
2570
- // Constructors
2571
-
2572
- _init(...args: any[]): void;
2573
2513
  }
2574
2514
 
2575
2515
  class OAuth2AuthorizerClass {
2576
2516
  static $gtype: GObject.GType<OAuth2AuthorizerClass>;
2577
-
2578
- // Constructors
2579
-
2580
- _init(...args: any[]): void;
2581
2517
  }
2582
2518
 
2583
2519
  class OAuth2AuthorizerPrivate {
2584
2520
  static $gtype: GObject.GType<OAuth2AuthorizerPrivate>;
2585
-
2586
- // Constructors
2587
-
2588
- _init(...args: any[]): void;
2589
2521
  }
2590
2522
 
2591
2523
  class ServiceClass {
2592
2524
  static $gtype: GObject.GType<ServiceClass>;
2593
-
2594
- // Constructors
2595
-
2596
- _init(...args: any[]): void;
2597
2525
  }
2598
2526
 
2599
2527
  class UserClass {
2600
2528
  static $gtype: GObject.GType<UserClass>;
2601
-
2602
- // Constructors
2603
-
2604
- _init(...args: any[]): void;
2605
2529
  }
2606
2530
 
2607
2531
  class UserContactFolderClass {
2608
2532
  static $gtype: GObject.GType<UserContactFolderClass>;
2609
-
2610
- // Constructors
2611
-
2612
- _init(...args: any[]): void;
2613
2533
  }
2614
2534
 
2615
2535
  class UserServiceClass {
2616
2536
  static $gtype: GObject.GType<UserServiceClass>;
2617
-
2618
- // Constructors
2619
-
2620
- _init(...args: any[]): void;
2621
2537
  }
2622
2538
 
2623
2539
  abstract class _DriveItemFileClass {
@@ -2626,10 +2542,6 @@ export namespace Msg {
2626
2542
  // Fields
2627
2543
 
2628
2544
  padding: any[];
2629
-
2630
- // Constructors
2631
-
2632
- _init(...args: any[]): void;
2633
2545
  }
2634
2546
 
2635
2547
  abstract class _DriveItemFolderClass {
@@ -2638,10 +2550,6 @@ export namespace Msg {
2638
2550
  // Fields
2639
2551
 
2640
2552
  padding: any[];
2641
-
2642
- // Constructors
2643
-
2644
- _init(...args: any[]): void;
2645
2553
  }
2646
2554
 
2647
2555
  namespace Authorizer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/msg-1",
3
- "version": "1.0.0-4.0.0-beta.38",
3
+ "version": "1.0.0-4.0.0-beta.40",
4
4
  "description": "GJS TypeScript type definitions for Msg-1, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "msg-1.js",
@@ -31,14 +31,14 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-beta.38",
35
- "@girs/glib-2.0": "2.86.0-4.0.0-beta.38",
36
- "@girs/gobject-2.0": "2.86.0-4.0.0-beta.38",
37
- "@girs/gio-2.0": "2.86.0-4.0.0-beta.38",
38
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.38",
39
- "@girs/goa-1.0": "3.56.0-4.0.0-beta.38",
40
- "@girs/json-1.0": "1.10.8-4.0.0-beta.38",
41
- "@girs/soup-3.0": "3.6.5-4.0.0-beta.38" },
34
+ "@girs/gjs": "4.0.0-beta.40",
35
+ "@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
36
+ "@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
37
+ "@girs/gio-2.0": "2.86.4-4.0.0-beta.40",
38
+ "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.40",
39
+ "@girs/goa-1.0": "3.56.0-4.0.0-beta.40",
40
+ "@girs/json-1.0": "1.10.8-4.0.0-beta.40",
41
+ "@girs/soup-3.0": "3.6.6-4.0.0-beta.40" },
42
42
  "devDependencies": {
43
43
  "typescript": "*"
44
44
  },