google-apis-retail_v2 0.2.0 → 0.3.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/classes.rb +4 -3
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9378e09fdd8c51671444f7a0872a7f39c8fce5a8a0d353c0524997ad892d04cc
|
|
4
|
+
data.tar.gz: a4df47dddf3e93e07c539daedbdc54d921c25831642a784a5aaa25ef0bdeded3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12a875b899ab9ea492a92d23890523a41da7ca48024b4132b80988ea07ac0fbac54b3f732d2d0232f6292cc3a23bdfdc6f4d0cf5a78c09771a4ad591aab963f5
|
|
7
|
+
data.tar.gz: f994c01cf2aebbd07a551dd2beb3adf2c88470af847def6e10ddfde246a1df48fbca4121dbaaf2514a1b0bb08c23dc5f8759c37f8330359548c4180e1913bdbd
|
data/CHANGELOG.md
CHANGED
|
@@ -1400,9 +1400,10 @@ module Google
|
|
|
1400
1400
|
# Required. User event type. Allowed values are: * `add-to-cart`: Products being
|
|
1401
1401
|
# added to cart. * `category-page-view`: Special pages such as sale or promotion
|
|
1402
1402
|
# pages viewed. * `detail-page-view`: Products detail page viewed. * `home-page-
|
|
1403
|
-
# view`: Homepage viewed. * `
|
|
1404
|
-
#
|
|
1405
|
-
#
|
|
1403
|
+
# view`: Homepage viewed. * `promotion-offered`: Promotion is offered to a user.
|
|
1404
|
+
# * `promotion-not-offered`: Promotion is not offered to a user. * `purchase-
|
|
1405
|
+
# complete`: User finishing a purchase. * `search`: Product search. * `shopping-
|
|
1406
|
+
# cart-page-view`: User viewing a shopping cart.
|
|
1406
1407
|
# Corresponds to the JSON property `eventType`
|
|
1407
1408
|
# @return [String]
|
|
1408
1409
|
attr_accessor :event_type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RetailV2
|
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210212"
|
|
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-retail_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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-02-
|
|
11
|
+
date: 2021-02-22 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-retail_v2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|