@maxim_mazurok/gapi.client.admin-reports_v1 0.2.20260401 → 0.3.20260407
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/index.d.ts +35 -35
- 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:
|
|
12
|
+
// Revision: 20260407
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -62,11 +62,11 @@ declare namespace gapi.client {
|
|
|
62
62
|
/** ETag of the entry. */
|
|
63
63
|
etag?: string;
|
|
64
64
|
/** Activity events in the report. */
|
|
65
|
-
events?:
|
|
65
|
+
events?: {
|
|
66
66
|
/** Name of the event. This is the specific name of the activity reported by the API. And each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. For `eventName` request parameters in general: - If no `eventName` is given, the report returns all possible instances of an `eventName`. - When you request an `eventName`, the API's response returns all activities which contain that `eventName`. For more information about `eventName` properties, see the list of event names for various applications above in `applicationName`. */
|
|
67
67
|
name?: string;
|
|
68
68
|
/** Parameter value pairs for various applications. For more information about `eventName` parameters, see the list of event names for various applications above in `applicationName`. */
|
|
69
|
-
parameters?:
|
|
69
|
+
parameters?: {
|
|
70
70
|
/** Boolean value of the parameter. */
|
|
71
71
|
boolValue?: boolean;
|
|
72
72
|
/** Integer value of the parameter. */
|
|
@@ -79,21 +79,21 @@ declare namespace gapi.client {
|
|
|
79
79
|
/** Integer values of the parameter. */
|
|
80
80
|
multiIntValue?: string[];
|
|
81
81
|
/** List of `messageValue` objects. */
|
|
82
|
-
multiMessageValue?:
|
|
82
|
+
multiMessageValue?: {
|
|
83
83
|
/** Parameter values */
|
|
84
84
|
parameter?: NestedParameter[];
|
|
85
|
-
}
|
|
85
|
+
}[];
|
|
86
86
|
/** String values of the parameter. */
|
|
87
87
|
multiValue?: string[];
|
|
88
88
|
/** The name of the parameter. */
|
|
89
89
|
name?: string;
|
|
90
90
|
/** String value of the parameter. */
|
|
91
91
|
value?: string;
|
|
92
|
-
}
|
|
92
|
+
}[];
|
|
93
93
|
/** Resource ids associated with the event. */
|
|
94
94
|
resourceIds?: string[];
|
|
95
95
|
/** Includes sensitive parameter value pairs for various applications. */
|
|
96
|
-
sensitiveParameters?:
|
|
96
|
+
sensitiveParameters?: {
|
|
97
97
|
/** Boolean value of the parameter. */
|
|
98
98
|
boolValue?: boolean;
|
|
99
99
|
/** Integer value of the parameter. */
|
|
@@ -106,22 +106,22 @@ declare namespace gapi.client {
|
|
|
106
106
|
/** Integer values of the parameter. */
|
|
107
107
|
multiIntValue?: string[];
|
|
108
108
|
/** List of `messageValue` objects. */
|
|
109
|
-
multiMessageValue?:
|
|
109
|
+
multiMessageValue?: {
|
|
110
110
|
/** Parameter values */
|
|
111
111
|
parameter?: NestedParameter[];
|
|
112
|
-
}
|
|
112
|
+
}[];
|
|
113
113
|
/** String values of the parameter. */
|
|
114
114
|
multiValue?: string[];
|
|
115
115
|
/** The name of the parameter. */
|
|
116
116
|
name?: string;
|
|
117
117
|
/** String value of the parameter. */
|
|
118
118
|
value?: string;
|
|
119
|
-
}
|
|
119
|
+
}[];
|
|
120
120
|
/** Status of the event. Note: Not all events have status. */
|
|
121
121
|
status?: ActivityEventsStatus;
|
|
122
122
|
/** Type of event. The Google Workspace service or feature that an administrator changes is identified in the `type` property which identifies an event using the `eventName` property. For a full list of the API's `type` categories, see the list of event names for various applications above in `applicationName`. */
|
|
123
123
|
type?: string;
|
|
124
|
-
}
|
|
124
|
+
}[];
|
|
125
125
|
/** Unique identifier for each activity record. */
|
|
126
126
|
id?: {
|
|
127
127
|
/** Application name to which the event belongs. For possible values see the list of applications above in `applicationName`. */
|
|
@@ -335,7 +335,7 @@ declare namespace gapi.client {
|
|
|
335
335
|
/** The type of API resource. For a usage report, the value is `admin#reports#usageReport`. */
|
|
336
336
|
kind?: string;
|
|
337
337
|
/** Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](https://developers.google.com/workspace/admin/reports/v1/reference/usage-ref-appendix-a/entities). */
|
|
338
|
-
parameters?:
|
|
338
|
+
parameters?: {
|
|
339
339
|
/** Output only. Boolean value of the parameter. */
|
|
340
340
|
boolValue?: boolean;
|
|
341
341
|
/** The RFC 3339 formatted value of the parameter, for example 2010-10-28T10:26:35.000Z. */
|
|
@@ -343,12 +343,12 @@ declare namespace gapi.client {
|
|
|
343
343
|
/** Output only. Integer value of the parameter. */
|
|
344
344
|
intValue?: string;
|
|
345
345
|
/** Output only. Nested message value of the parameter. */
|
|
346
|
-
msgValue?:
|
|
346
|
+
msgValue?: {[P in string]: any}[];
|
|
347
347
|
/** The name of the parameter. For the User Usage Report parameter names, see the User Usage parameters reference. */
|
|
348
348
|
name?: string;
|
|
349
349
|
/** Output only. String value of the parameter. */
|
|
350
350
|
stringValue?: string;
|
|
351
|
-
}
|
|
351
|
+
}[];
|
|
352
352
|
}
|
|
353
353
|
interface UsageReports {
|
|
354
354
|
/** ETag of the resource. */
|
|
@@ -360,19 +360,19 @@ declare namespace gapi.client {
|
|
|
360
360
|
/** Various application parameter records. */
|
|
361
361
|
usageReports?: UsageReport[];
|
|
362
362
|
/** Warnings, if any. */
|
|
363
|
-
warnings?:
|
|
363
|
+
warnings?: {
|
|
364
364
|
/** Machine readable code or warning type. The warning code value is `200`. */
|
|
365
365
|
code?: string;
|
|
366
366
|
/** Key-value pairs to give detailed information on the warning. */
|
|
367
|
-
data?:
|
|
367
|
+
data?: {
|
|
368
368
|
/** Key associated with a key-value pair to give detailed information on the warning. */
|
|
369
369
|
key?: string;
|
|
370
370
|
/** Value associated with a key-value pair to give detailed information on the warning. */
|
|
371
371
|
value?: string;
|
|
372
|
-
}
|
|
372
|
+
}[];
|
|
373
373
|
/** The human readable messages for a warning are: - Data is not available warning - Sorry, data for date yyyy-mm-dd for application "`application name`" is not available. - Partial data is available warning - Data for date yyyy-mm-dd for application "`application name`" is not available right now, please try again after a few hours. */
|
|
374
374
|
message?: string;
|
|
375
|
-
}
|
|
375
|
+
}[];
|
|
376
376
|
}
|
|
377
377
|
interface UserIdentity {
|
|
378
378
|
/** User gaia id. */
|
|
@@ -474,11 +474,11 @@ declare namespace gapi.client {
|
|
|
474
474
|
/** ETag of the entry. */
|
|
475
475
|
etag?: string;
|
|
476
476
|
/** Activity events in the report. */
|
|
477
|
-
events?:
|
|
477
|
+
events?: {
|
|
478
478
|
/** Name of the event. This is the specific name of the activity reported by the API. And each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. For `eventName` request parameters in general: - If no `eventName` is given, the report returns all possible instances of an `eventName`. - When you request an `eventName`, the API's response returns all activities which contain that `eventName`. For more information about `eventName` properties, see the list of event names for various applications above in `applicationName`. */
|
|
479
479
|
name?: string;
|
|
480
480
|
/** Parameter value pairs for various applications. For more information about `eventName` parameters, see the list of event names for various applications above in `applicationName`. */
|
|
481
|
-
parameters?:
|
|
481
|
+
parameters?: {
|
|
482
482
|
/** Boolean value of the parameter. */
|
|
483
483
|
boolValue?: boolean;
|
|
484
484
|
/** Integer value of the parameter. */
|
|
@@ -491,21 +491,21 @@ declare namespace gapi.client {
|
|
|
491
491
|
/** Integer values of the parameter. */
|
|
492
492
|
multiIntValue?: string[];
|
|
493
493
|
/** List of `messageValue` objects. */
|
|
494
|
-
multiMessageValue?:
|
|
494
|
+
multiMessageValue?: {
|
|
495
495
|
/** Parameter values */
|
|
496
496
|
parameter?: NestedParameter[];
|
|
497
|
-
}
|
|
497
|
+
}[];
|
|
498
498
|
/** String values of the parameter. */
|
|
499
499
|
multiValue?: string[];
|
|
500
500
|
/** The name of the parameter. */
|
|
501
501
|
name?: string;
|
|
502
502
|
/** String value of the parameter. */
|
|
503
503
|
value?: string;
|
|
504
|
-
}
|
|
504
|
+
}[];
|
|
505
505
|
/** Resource ids associated with the event. */
|
|
506
506
|
resourceIds?: string[];
|
|
507
507
|
/** Includes sensitive parameter value pairs for various applications. */
|
|
508
|
-
sensitiveParameters?:
|
|
508
|
+
sensitiveParameters?: {
|
|
509
509
|
/** Boolean value of the parameter. */
|
|
510
510
|
boolValue?: boolean;
|
|
511
511
|
/** Integer value of the parameter. */
|
|
@@ -518,22 +518,22 @@ declare namespace gapi.client {
|
|
|
518
518
|
/** Integer values of the parameter. */
|
|
519
519
|
multiIntValue?: string[];
|
|
520
520
|
/** List of `messageValue` objects. */
|
|
521
|
-
multiMessageValue?:
|
|
521
|
+
multiMessageValue?: {
|
|
522
522
|
/** Parameter values */
|
|
523
523
|
parameter?: NestedParameter[];
|
|
524
|
-
}
|
|
524
|
+
}[];
|
|
525
525
|
/** String values of the parameter. */
|
|
526
526
|
multiValue?: string[];
|
|
527
527
|
/** The name of the parameter. */
|
|
528
528
|
name?: string;
|
|
529
529
|
/** String value of the parameter. */
|
|
530
530
|
value?: string;
|
|
531
|
-
}
|
|
531
|
+
}[];
|
|
532
532
|
/** Status of the event. Note: Not all events have status. */
|
|
533
533
|
status?: ActivityEventsStatus;
|
|
534
534
|
/** Type of event. The Google Workspace service or feature that an administrator changes is identified in the `type` property which identifies an event using the `eventName` property. For a full list of the API's `type` categories, see the list of event names for various applications above in `applicationName`. */
|
|
535
535
|
type?: string;
|
|
536
|
-
}
|
|
536
|
+
}[];
|
|
537
537
|
/** Unique identifier for each activity record. */
|
|
538
538
|
id?: {
|
|
539
539
|
/** Application name to which the event belongs. For possible values see the list of applications above in `applicationName`. */
|
|
@@ -747,7 +747,7 @@ declare namespace gapi.client {
|
|
|
747
747
|
/** The type of API resource. For a usage report, the value is `admin#reports#usageReport`. */
|
|
748
748
|
kind?: string;
|
|
749
749
|
/** Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see [the Entity Usage parameters reference](https://developers.google.com/workspace/admin/reports/v1/reference/usage-ref-appendix-a/entities). */
|
|
750
|
-
parameters?:
|
|
750
|
+
parameters?: {
|
|
751
751
|
/** Output only. Boolean value of the parameter. */
|
|
752
752
|
boolValue?: boolean;
|
|
753
753
|
/** The RFC 3339 formatted value of the parameter, for example 2010-10-28T10:26:35.000Z. */
|
|
@@ -755,12 +755,12 @@ declare namespace gapi.client {
|
|
|
755
755
|
/** Output only. Integer value of the parameter. */
|
|
756
756
|
intValue?: string;
|
|
757
757
|
/** Output only. Nested message value of the parameter. */
|
|
758
|
-
msgValue?:
|
|
758
|
+
msgValue?: {[P in string]: any}[];
|
|
759
759
|
/** The name of the parameter. For the User Usage Report parameter names, see the User Usage parameters reference. */
|
|
760
760
|
name?: string;
|
|
761
761
|
/** Output only. String value of the parameter. */
|
|
762
762
|
stringValue?: string;
|
|
763
|
-
}
|
|
763
|
+
}[];
|
|
764
764
|
}
|
|
765
765
|
interface UsageReports {
|
|
766
766
|
/** ETag of the resource. */
|
|
@@ -772,19 +772,19 @@ declare namespace gapi.client {
|
|
|
772
772
|
/** Various application parameter records. */
|
|
773
773
|
usageReports?: UsageReport[];
|
|
774
774
|
/** Warnings, if any. */
|
|
775
|
-
warnings?:
|
|
775
|
+
warnings?: {
|
|
776
776
|
/** Machine readable code or warning type. The warning code value is `200`. */
|
|
777
777
|
code?: string;
|
|
778
778
|
/** Key-value pairs to give detailed information on the warning. */
|
|
779
|
-
data?:
|
|
779
|
+
data?: {
|
|
780
780
|
/** Key associated with a key-value pair to give detailed information on the warning. */
|
|
781
781
|
key?: string;
|
|
782
782
|
/** Value associated with a key-value pair to give detailed information on the warning. */
|
|
783
783
|
value?: string;
|
|
784
|
-
}
|
|
784
|
+
}[];
|
|
785
785
|
/** The human readable messages for a warning are: - Data is not available warning - Sorry, data for date yyyy-mm-dd for application "`application name`" is not available. - Partial data is available warning - Data for date yyyy-mm-dd for application "`application name`" is not available right now, please try again after a few hours. */
|
|
786
786
|
message?: string;
|
|
787
|
-
}
|
|
787
|
+
}[];
|
|
788
788
|
}
|
|
789
789
|
interface UserIdentity {
|
|
790
790
|
/** User gaia id. */
|