Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f7cc8d2

Browse files
committedOct 18, 2022
fix(smartdevicemanagement): update the api
#### smartdevicemanagement:v1 The following keys were changed: - resources.enterprises.resources.devices.methods.executeCommand.scopes (Total Keys: 1) - resources.enterprises.resources.devices.methods.get.scopes (Total Keys: 1) - resources.enterprises.resources.devices.methods.list.scopes (Total Keys: 1) - resources.enterprises.resources.structures.methods.get.scopes (Total Keys: 1) - resources.enterprises.resources.structures.methods.list.scopes (Total Keys: 1) - resources.enterprises.resources.structures.resources.rooms.methods.get.scopes (Total Keys: 1) - resources.enterprises.resources.structures.resources.rooms.methods.list.scopes (Total Keys: 1)
1 parent b1c67c8 commit f7cc8d2

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed
 

‎googleapiclient/discovery_cache/documents/smartdevicemanagement.v1.json

+8-18
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"scopes": {
55
"https://www.googleapis.com/auth/sdm.service": {
66
"description": "See and/or control the devices that you selected"
7-
},
8-
"https://www.googleapis.com/auth/sdm.thermostat.service": {
9-
"description": "See and control the Nest thermostats that you select"
107
}
118
}
129
}
@@ -137,8 +134,7 @@
137134
"$ref": "GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse"
138135
},
139136
"scopes": [
140-
"https://www.googleapis.com/auth/sdm.service",
141-
"https://www.googleapis.com/auth/sdm.thermostat.service"
137+
"https://www.googleapis.com/auth/sdm.service"
142138
]
143139
},
144140
"get": {
@@ -163,8 +159,7 @@
163159
"$ref": "GoogleHomeEnterpriseSdmV1Device"
164160
},
165161
"scopes": [
166-
"https://www.googleapis.com/auth/sdm.service",
167-
"https://www.googleapis.com/auth/sdm.thermostat.service"
162+
"https://www.googleapis.com/auth/sdm.service"
168163
]
169164
},
170165
"list": {
@@ -205,8 +200,7 @@
205200
"$ref": "GoogleHomeEnterpriseSdmV1ListDevicesResponse"
206201
},
207202
"scopes": [
208-
"https://www.googleapis.com/auth/sdm.service",
209-
"https://www.googleapis.com/auth/sdm.thermostat.service"
203+
"https://www.googleapis.com/auth/sdm.service"
210204
]
211205
}
212206
}
@@ -235,8 +229,7 @@
235229
"$ref": "GoogleHomeEnterpriseSdmV1Structure"
236230
},
237231
"scopes": [
238-
"https://www.googleapis.com/auth/sdm.service",
239-
"https://www.googleapis.com/auth/sdm.thermostat.service"
232+
"https://www.googleapis.com/auth/sdm.service"
240233
]
241234
},
242235
"list": {
@@ -277,8 +270,7 @@
277270
"$ref": "GoogleHomeEnterpriseSdmV1ListStructuresResponse"
278271
},
279272
"scopes": [
280-
"https://www.googleapis.com/auth/sdm.service",
281-
"https://www.googleapis.com/auth/sdm.thermostat.service"
273+
"https://www.googleapis.com/auth/sdm.service"
282274
]
283275
}
284276
},
@@ -307,8 +299,7 @@
307299
"$ref": "GoogleHomeEnterpriseSdmV1Room"
308300
},
309301
"scopes": [
310-
"https://www.googleapis.com/auth/sdm.service",
311-
"https://www.googleapis.com/auth/sdm.thermostat.service"
302+
"https://www.googleapis.com/auth/sdm.service"
312303
]
313304
},
314305
"list": {
@@ -344,8 +335,7 @@
344335
"$ref": "GoogleHomeEnterpriseSdmV1ListRoomsResponse"
345336
},
346337
"scopes": [
347-
"https://www.googleapis.com/auth/sdm.service",
348-
"https://www.googleapis.com/auth/sdm.thermostat.service"
338+
"https://www.googleapis.com/auth/sdm.service"
349339
]
350340
}
351341
}
@@ -355,7 +345,7 @@
355345
}
356346
}
357347
},
358-
"revision": "20220916",
348+
"revision": "20221009",
359349
"rootUrl": "https://smartdevicemanagement.googleapis.com/",
360350
"schemas": {
361351
"GoogleHomeEnterpriseSdmV1Device": {

0 commit comments

Comments
 (0)
Please sign in to comment.