googleapis-common-protos-types 1.6.0 → 1.7.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: 9b7c6f58d42fd60b182a095c4506d0aa08fc25e52769725b4add919ea35e3816
4
- data.tar.gz: e3b676072aaa44e4005826ceb3fc547911f897b7d5953bac86941f51c6febb50
3
+ metadata.gz: '048944e682d3d7a4a936656e92d314a428559d99666a027cabe020236491462a'
4
+ data.tar.gz: 79dd8b90c4b118718fd6ba09dbf1a2d8f85dab3733094c06517b197aa011321a
5
5
  SHA512:
6
- metadata.gz: df18750054295317ff6730c8419ffa4cbdf906c49086f201b20e48734d56dabf31f27438890b357403e033d4f22e7b409841ddd48317ce1e4a4221faea4bb67f
7
- data.tar.gz: 374ad3867df8f6fcbc20e1527bc32d13a0728dcb4e4bc89494c27e907a29eedc9479755046bc2048aacd4a2ce3e53fb5b573da88281a3088fd93d944732f8bba
6
+ metadata.gz: 8cdcb32f1abb6a8e1b4a715e11236804499e78313a9db69033c66d12dd17e5ac583a61c16ec8efb439ea7a5acb0b6b324097a8c5ad9335a6a089e497326636aa
7
+ data.tar.gz: 5befe9b3896d1b0a4b292c340742707f0409ecb71777034e0288a4cb93089857f2aad917d28aa5bb151a0fba8848ab9fde793664dd8620f1099ad7738feb184f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.7.0 (2023-07-16)
4
+
5
+ #### Features
6
+
7
+ * Support for a few additional client library organizations ([#141](https://github.com/googleapis/common-protos-ruby/issues/141))
8
+
3
9
  ### 1.6.0 (2023-04-24)
4
10
 
5
11
  #### Features
@@ -85,6 +85,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
85
85
  value :ADS, 2
86
86
  value :PHOTOS, 3
87
87
  value :STREET_VIEW, 4
88
+ value :SHOPPING, 5
89
+ value :GEO, 6
90
+ value :GENERATIVE_AI, 7
88
91
  end
89
92
  add_enum "google.api.ClientLibraryDestination" do
90
93
  value :CLIENT_LIBRARY_DESTINATION_UNSPECIFIED, 0
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module CommonProtos
19
19
  module Types
20
- VERSION = "1.6.0".freeze
20
+ VERSION = "1.7.0".freeze
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googleapis-common-protos-types
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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: 2023-04-24 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf