google-apis-smartdevicemanagement_v1 0.4.0 → 0.5.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f59ef25406310afc731e5ecefad0b45b210e020b5b632fb8d2141467b6b0446
|
|
4
|
+
data.tar.gz: 35b1f024b882919b4f56e61199f57947c108152da61324b3054d311bdd3b17ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be4abd0b46049c0836d2f9e97eb91ebed2ece31d4a94b3faf5067ff531b517d65915d21291becdd8546585e7620083678340c7b944dcda698d37cad5d2f07fb9
|
|
7
|
+
data.tar.gz: d4413af3745c7fa45d464bb8731ab364d67f57a26439e22ea8124525ce164411860b2e1db08289c7bf51c00f80db1b928c09157f3bfca2a4a26593f429b7d570
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-smartdevicemanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.5.0 (2021-06-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210604
|
|
6
|
+
* Regenerated using generator version 0.3.0
|
|
7
|
+
|
|
3
8
|
### v0.4.0 (2021-05-20)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.2.0
|
|
@@ -32,6 +32,9 @@ module Google
|
|
|
32
32
|
|
|
33
33
|
# See and/or control the devices that you selected
|
|
34
34
|
AUTH_SDM_SERVICE = 'https://www.googleapis.com/auth/sdm.service'
|
|
35
|
+
|
|
36
|
+
# See and control the Nest thermostats that you select
|
|
37
|
+
AUTH_SDM_THERMOSTAT_SERVICE = 'https://www.googleapis.com/auth/sdm.thermostat.service'
|
|
35
38
|
end
|
|
36
39
|
end
|
|
37
40
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SmartdevicemanagementV1
|
|
18
18
|
# Version of the google-apis-smartdevicemanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210604"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-smartdevicemanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-smartdevicemanagement_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-smartdevicemanagement_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-smartdevicemanagement_v1/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-smartdevicemanagement_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|