@maxim_mazurok/gapi.client.androidmanagement-v1 0.0.20250127 → 0.0.20250128
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 +13 -13
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
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: 20250128
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Android Management API v1 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://androidmanagement.googleapis.com/$discovery/rest?version=v1'
|
|
19
|
+
urlOrObject: 'https://androidmanagement.googleapis.com/$discovery/rest?version=v1',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'androidmanagement', version: 'v1'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'androidmanagement',
|
|
26
26
|
version: 'v1',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace androidmanagement {
|
|
@@ -1812,7 +1812,7 @@ declare namespace gapi.client {
|
|
|
1812
1812
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1813
1813
|
uploadType?: string;
|
|
1814
1814
|
},
|
|
1815
|
-
body: Command
|
|
1815
|
+
body: Command,
|
|
1816
1816
|
): Request<Operation>;
|
|
1817
1817
|
/** Lists devices for a given enterprise. Deleted devices are not returned in the response. */
|
|
1818
1818
|
list(request?: {
|
|
@@ -1905,7 +1905,7 @@ declare namespace gapi.client {
|
|
|
1905
1905
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1906
1906
|
uploadType?: string;
|
|
1907
1907
|
},
|
|
1908
|
-
body: Device
|
|
1908
|
+
body: Device,
|
|
1909
1909
|
): Request<Device>;
|
|
1910
1910
|
operations: OperationsResource;
|
|
1911
1911
|
}
|
|
@@ -1966,7 +1966,7 @@ declare namespace gapi.client {
|
|
|
1966
1966
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1967
1967
|
uploadType?: string;
|
|
1968
1968
|
},
|
|
1969
|
-
body: EnrollmentToken
|
|
1969
|
+
body: EnrollmentToken,
|
|
1970
1970
|
): Request<EnrollmentToken>;
|
|
1971
1971
|
/** Deletes an enrollment token. This operation invalidates the token, preventing its future use. */
|
|
1972
1972
|
delete(request?: {
|
|
@@ -2111,7 +2111,7 @@ declare namespace gapi.client {
|
|
|
2111
2111
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2112
2112
|
uploadType?: string;
|
|
2113
2113
|
},
|
|
2114
|
-
body: MigrationToken
|
|
2114
|
+
body: MigrationToken,
|
|
2115
2115
|
): Request<MigrationToken>;
|
|
2116
2116
|
/** Gets a migration token. */
|
|
2117
2117
|
get(request?: {
|
|
@@ -2318,7 +2318,7 @@ declare namespace gapi.client {
|
|
|
2318
2318
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2319
2319
|
uploadType?: string;
|
|
2320
2320
|
},
|
|
2321
|
-
body: Policy
|
|
2321
|
+
body: Policy,
|
|
2322
2322
|
): Request<Policy>;
|
|
2323
2323
|
}
|
|
2324
2324
|
interface WebAppsResource {
|
|
@@ -2378,7 +2378,7 @@ declare namespace gapi.client {
|
|
|
2378
2378
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2379
2379
|
uploadType?: string;
|
|
2380
2380
|
},
|
|
2381
|
-
body: WebApp
|
|
2381
|
+
body: WebApp,
|
|
2382
2382
|
): Request<WebApp>;
|
|
2383
2383
|
/** Deletes a web app. */
|
|
2384
2384
|
delete(request?: {
|
|
@@ -2525,7 +2525,7 @@ declare namespace gapi.client {
|
|
|
2525
2525
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2526
2526
|
uploadType?: string;
|
|
2527
2527
|
},
|
|
2528
|
-
body: WebApp
|
|
2528
|
+
body: WebApp,
|
|
2529
2529
|
): Request<WebApp>;
|
|
2530
2530
|
}
|
|
2531
2531
|
interface WebTokensResource {
|
|
@@ -2585,7 +2585,7 @@ declare namespace gapi.client {
|
|
|
2585
2585
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2586
2586
|
uploadType?: string;
|
|
2587
2587
|
},
|
|
2588
|
-
body: WebToken
|
|
2588
|
+
body: WebToken,
|
|
2589
2589
|
): Request<WebToken>;
|
|
2590
2590
|
}
|
|
2591
2591
|
interface EnterprisesResource {
|
|
@@ -2657,7 +2657,7 @@ declare namespace gapi.client {
|
|
|
2657
2657
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2658
2658
|
uploadType?: string;
|
|
2659
2659
|
},
|
|
2660
|
-
body: Enterprise
|
|
2660
|
+
body: Enterprise,
|
|
2661
2661
|
): Request<Enterprise>;
|
|
2662
2662
|
/** Permanently deletes an enterprise and all accounts and data associated with it. Warning: this will result in a cascaded deletion of all AM API devices associated with the deleted enterprise. Only available for EMM-managed enterprises. */
|
|
2663
2663
|
delete(request?: {
|
|
@@ -2806,7 +2806,7 @@ declare namespace gapi.client {
|
|
|
2806
2806
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2807
2807
|
uploadType?: string;
|
|
2808
2808
|
},
|
|
2809
|
-
body: Enterprise
|
|
2809
|
+
body: Enterprise,
|
|
2810
2810
|
): Request<Enterprise>;
|
|
2811
2811
|
applications: ApplicationsResource;
|
|
2812
2812
|
devices: DevicesResource;
|
package/package.json
CHANGED
package/readme.md
CHANGED