@maxim_mazurok/gapi.client.admin-reports_v1 0.0.20250325 → 0.0.20250331

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 +1 -9
  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://admin.googleapis.com/$discovery/rest?version=reports_v1
12
- // Revision: 20250325
12
+ // Revision: 20250331
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -230,14 +230,10 @@ declare namespace gapi.client {
230
230
  reasonType?: string;
231
231
  }
232
232
  interface ResourceDetails {
233
- /** Id of the application to which this resource belongs */
234
- applicationId?: string;
235
233
  /** List of labels applied on the resource */
236
234
  appliedLabels?: AppliedLabel[];
237
235
  /** Identifier of the resource. */
238
236
  id?: string;
239
- /** Owner of the resource. */
240
- ownerEmail?: string;
241
237
  /** Defines relationship of the resource to the events */
242
238
  relation?: string;
243
239
  /** Title of the resource. For instance, in case of a drive document, this would be the title of the document. In case of an email, this would be the subject. */
@@ -567,14 +563,10 @@ declare namespace gapi.client {
567
563
  reasonType?: string;
568
564
  }
569
565
  interface ResourceDetails {
570
- /** Id of the application to which this resource belongs */
571
- applicationId?: string;
572
566
  /** List of labels applied on the resource */
573
567
  appliedLabels?: AppliedLabel[];
574
568
  /** Identifier of the resource. */
575
569
  id?: string;
576
- /** Owner of the resource. */
577
- ownerEmail?: string;
578
570
  /** Defines relationship of the resource to the events */
579
571
  relation?: string;
580
572
  /** Title of the resource. For instance, in case of a drive document, this would be the title of the document. In case of an email, this would be the subject. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.admin-reports_v1",
3
- "version": "0.0.20250325",
3
+ "version": "0.0.20250331",
4
4
  "description": "TypeScript typings for Admin SDK API reports_v1",
5
5
  "repository": {
6
6
  "type": "git",