@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20250331 → 0.0.20250402
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 +7 -1
- 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://androidmanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250402
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -587,6 +587,12 @@ declare namespace gapi.client {
|
|
|
587
587
|
/** Terms and conditions that must be accepted when provisioning a device for this enterprise. A page of terms is generated for each value in this list. */
|
|
588
588
|
termsAndConditions?: TermsAndConditions[];
|
|
589
589
|
}
|
|
590
|
+
interface EnterpriseUpgradeEvent {
|
|
591
|
+
/** The name of upgraded enterprise in the format "enterprises/{enterprise}" */
|
|
592
|
+
enterprise?: string;
|
|
593
|
+
/** Output only. The upgrade state of the enterprise. */
|
|
594
|
+
upgradeState?: string;
|
|
595
|
+
}
|
|
590
596
|
interface ExtensionConfig {
|
|
591
597
|
/** Fully qualified class name of the receiver service class for Android Device Policy to notify the extension app of any local command status updates. */
|
|
592
598
|
notificationReceiver?: string;
|