@maxim_mazurok/gapi.client.smartdevicemanagement-v1 0.1.20260303 → 0.2.20260303
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 +16 -16
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -88,11 +88,11 @@ declare namespace gapi.client {
|
|
|
88
88
|
/** Executes a command to device managed by the enterprise. */
|
|
89
89
|
executeCommand(request: {
|
|
90
90
|
/** V1 error format. */
|
|
91
|
-
'$.xgafv'?:
|
|
91
|
+
'$.xgafv'?: '1' | '2';
|
|
92
92
|
/** OAuth access token. */
|
|
93
93
|
access_token?: string;
|
|
94
94
|
/** Data format for response. */
|
|
95
|
-
alt?:
|
|
95
|
+
alt?: 'json' | 'media' | 'proto';
|
|
96
96
|
/** JSONP */
|
|
97
97
|
callback?: string;
|
|
98
98
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -117,11 +117,11 @@ declare namespace gapi.client {
|
|
|
117
117
|
executeCommand(
|
|
118
118
|
request: {
|
|
119
119
|
/** V1 error format. */
|
|
120
|
-
'$.xgafv'?:
|
|
120
|
+
'$.xgafv'?: '1' | '2';
|
|
121
121
|
/** OAuth access token. */
|
|
122
122
|
access_token?: string;
|
|
123
123
|
/** Data format for response. */
|
|
124
|
-
alt?:
|
|
124
|
+
alt?: 'json' | 'media' | 'proto';
|
|
125
125
|
/** JSONP */
|
|
126
126
|
callback?: string;
|
|
127
127
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -146,11 +146,11 @@ declare namespace gapi.client {
|
|
|
146
146
|
/** Gets a device managed by the enterprise. */
|
|
147
147
|
get(request?: {
|
|
148
148
|
/** V1 error format. */
|
|
149
|
-
'$.xgafv'?:
|
|
149
|
+
'$.xgafv'?: '1' | '2';
|
|
150
150
|
/** OAuth access token. */
|
|
151
151
|
access_token?: string;
|
|
152
152
|
/** Data format for response. */
|
|
153
|
-
alt?:
|
|
153
|
+
alt?: 'json' | 'media' | 'proto';
|
|
154
154
|
/** JSONP */
|
|
155
155
|
callback?: string;
|
|
156
156
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -173,11 +173,11 @@ declare namespace gapi.client {
|
|
|
173
173
|
/** Lists devices managed by the enterprise. */
|
|
174
174
|
list(request?: {
|
|
175
175
|
/** V1 error format. */
|
|
176
|
-
'$.xgafv'?:
|
|
176
|
+
'$.xgafv'?: '1' | '2';
|
|
177
177
|
/** OAuth access token. */
|
|
178
178
|
access_token?: string;
|
|
179
179
|
/** Data format for response. */
|
|
180
|
-
alt?:
|
|
180
|
+
alt?: 'json' | 'media' | 'proto';
|
|
181
181
|
/** JSONP */
|
|
182
182
|
callback?: string;
|
|
183
183
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -204,11 +204,11 @@ declare namespace gapi.client {
|
|
|
204
204
|
/** Gets a room managed by the enterprise. */
|
|
205
205
|
get(request?: {
|
|
206
206
|
/** V1 error format. */
|
|
207
|
-
'$.xgafv'?:
|
|
207
|
+
'$.xgafv'?: '1' | '2';
|
|
208
208
|
/** OAuth access token. */
|
|
209
209
|
access_token?: string;
|
|
210
210
|
/** Data format for response. */
|
|
211
|
-
alt?:
|
|
211
|
+
alt?: 'json' | 'media' | 'proto';
|
|
212
212
|
/** JSONP */
|
|
213
213
|
callback?: string;
|
|
214
214
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -231,11 +231,11 @@ declare namespace gapi.client {
|
|
|
231
231
|
/** Lists rooms managed by the enterprise. */
|
|
232
232
|
list(request?: {
|
|
233
233
|
/** V1 error format. */
|
|
234
|
-
'$.xgafv'?:
|
|
234
|
+
'$.xgafv'?: '1' | '2';
|
|
235
235
|
/** OAuth access token. */
|
|
236
236
|
access_token?: string;
|
|
237
237
|
/** Data format for response. */
|
|
238
|
-
alt?:
|
|
238
|
+
alt?: 'json' | 'media' | 'proto';
|
|
239
239
|
/** JSONP */
|
|
240
240
|
callback?: string;
|
|
241
241
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -260,11 +260,11 @@ declare namespace gapi.client {
|
|
|
260
260
|
/** Gets a structure managed by the enterprise. */
|
|
261
261
|
get(request?: {
|
|
262
262
|
/** V1 error format. */
|
|
263
|
-
'$.xgafv'?:
|
|
263
|
+
'$.xgafv'?: '1' | '2';
|
|
264
264
|
/** OAuth access token. */
|
|
265
265
|
access_token?: string;
|
|
266
266
|
/** Data format for response. */
|
|
267
|
-
alt?:
|
|
267
|
+
alt?: 'json' | 'media' | 'proto';
|
|
268
268
|
/** JSONP */
|
|
269
269
|
callback?: string;
|
|
270
270
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -287,11 +287,11 @@ declare namespace gapi.client {
|
|
|
287
287
|
/** Lists structures managed by the enterprise. */
|
|
288
288
|
list(request?: {
|
|
289
289
|
/** V1 error format. */
|
|
290
|
-
'$.xgafv'?:
|
|
290
|
+
'$.xgafv'?: '1' | '2';
|
|
291
291
|
/** OAuth access token. */
|
|
292
292
|
access_token?: string;
|
|
293
293
|
/** Data format for response. */
|
|
294
|
-
alt?:
|
|
294
|
+
alt?: 'json' | 'media' | 'proto';
|
|
295
295
|
/** JSONP */
|
|
296
296
|
callback?: string;
|
|
297
297
|
/** Selector specifying which fields to include in a partial response. */
|