@maxim_mazurok/gapi.client.chromemanagement-v1 0.1.20251007 → 0.1.20251023

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 (2) hide show
  1. package/index.d.ts +29 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://chromemanagement.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20251007
12
+ // Revision: 20251023
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -633,10 +633,18 @@ declare namespace gapi.client {
633
633
  encryptionOn?: boolean;
634
634
  /** Output only. Gateway IP address. */
635
635
  gatewayIpAddress?: string;
636
+ /** Output only. The gateway IPv6 for this interface, if detected */
637
+ gatewayIpv6Address?: string;
636
638
  /** Output only. Network connection guid. */
637
639
  guid?: string;
640
+ /** Output only. IPv6 addresses assigned to this network, if any. Each address is a string in standard IPv6 text representation (e.g., "2001:db8::1"). */
641
+ ipv6Address?: string[];
638
642
  /** Output only. LAN IP address. */
639
643
  lanIpAddress?: string;
644
+ /** Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network interface or connection. */
645
+ linkDownSpeedKbps?: string;
646
+ /** Output only. Whether the network was detected as metered. */
647
+ metered?: boolean;
640
648
  /** Output only. Receiving bit rate measured in Megabits per second. */
641
649
  receivingBitRateMbps?: string;
642
650
  /** Output only. Time at which the network state was reported. */
@@ -878,6 +886,8 @@ declare namespace gapi.client {
878
886
  device?: GoogleChromeManagementV1TelemetryDeviceInfo;
879
887
  /** The event type of the current event. */
880
888
  eventType?: string;
889
+ /** Output only. Payload for external display connected/disconnected event. Present only when `event_type` is `EXTERNAL_DISPLAY_CONNECTED` or `EXTERNAL_DISPLAY_DISCONNECTED`. */
890
+ externalDisplaysEvent?: GoogleChromeManagementV1TelemetryExternalDisplayEvent;
881
891
  /** Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`. */
882
892
  httpsLatencyChangeEvent?: GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent;
883
893
  /** Output only. Resource name of the event. */
@@ -901,6 +911,24 @@ declare namespace gapi.client {
901
911
  /** Only sends the notifications for events of these types. Must not be empty. */
902
912
  eventTypes?: string[];
903
913
  }
914
+ interface GoogleChromeManagementV1TelemetryExternalDisplayData {
915
+ /** The display name. */
916
+ displayName?: string;
917
+ /** The EDID version. */
918
+ edidVersion?: string;
919
+ /** The refresh rate. */
920
+ refreshRate?: string;
921
+ /** The horizontal resolution. */
922
+ resolutionHorizontal?: number;
923
+ /** The vertical resolution. */
924
+ resolutionVertical?: number;
925
+ /** The serial number. */
926
+ serialNumber?: number;
927
+ }
928
+ interface GoogleChromeManagementV1TelemetryExternalDisplayEvent {
929
+ /** List of external displays that were connected/disconnected. */
930
+ externalDisplayData?: GoogleChromeManagementV1TelemetryExternalDisplayData[];
931
+ }
904
932
  interface GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent {
905
933
  /** HTTPS latency routine data that triggered the event. */
906
934
  httpsLatencyRoutineData?: GoogleChromeManagementV1HttpsLatencyRoutineData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.chromemanagement-v1",
3
- "version": "0.1.20251007",
3
+ "version": "0.1.20251023",
4
4
  "description": "TypeScript typings for Chrome Management API v1",
5
5
  "repository": {
6
6
  "type": "git",