google-apis-walletobjects_v1 0.13.0 → 0.14.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: df0e45620f627bd43e05fa90b66d6593819eb5e8ddb56c65f83a94446c6e4076
|
|
4
|
+
data.tar.gz: 4dfae37a4d229e293773ed935c717e35e22b65e249ff9876933d6709f6d35747
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fcbf8aadbc6892f13b86e7abfbfebb80e4381216bccdb692d9c54945b35690b1e138d28a4af20ff99c05e30e65ff22d2f64cd34d3e24acb0b0b2c537ab39e1e
|
|
7
|
+
data.tar.gz: 367403e214f21b52f4d49832a5322a09b8079165c81d6ca9888759628bad1d8dfd1838e58f56e92adb7a51f21cd88e2aff81ef4617dda136da24b53f560d165e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-walletobjects_v1
|
|
2
2
|
|
|
3
|
+
### v0.14.0 (2024-08-04)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240726
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.13.0 (2024-07-25)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240723
|
|
@@ -3349,6 +3349,12 @@ module Google
|
|
|
3349
3349
|
# @return [Google::Apis::WalletobjectsV1::Image]
|
|
3350
3350
|
attr_accessor :logo
|
|
3351
3351
|
|
|
3352
|
+
# An array of messages displayed in the app. All users of this object will
|
|
3353
|
+
# receive its associated messages. The maximum number of these fields is 10.
|
|
3354
|
+
# Corresponds to the JSON property `messages`
|
|
3355
|
+
# @return [Array<Google::Apis::WalletobjectsV1::Message>]
|
|
3356
|
+
attr_accessor :messages
|
|
3357
|
+
|
|
3352
3358
|
# Indicates if the object needs to have notification enabled. We support only
|
|
3353
3359
|
# one of ExpiryNotification/UpcomingNotification. `expiryNotification` takes
|
|
3354
3360
|
# precedence over `upcomingNotification`. In other words if `expiryNotification`
|
|
@@ -3434,6 +3440,7 @@ module Google
|
|
|
3434
3440
|
@image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
|
|
3435
3441
|
@links_module_data = args[:links_module_data] if args.key?(:links_module_data)
|
|
3436
3442
|
@logo = args[:logo] if args.key?(:logo)
|
|
3443
|
+
@messages = args[:messages] if args.key?(:messages)
|
|
3437
3444
|
@notifications = args[:notifications] if args.key?(:notifications)
|
|
3438
3445
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
3439
3446
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module WalletobjectsV1
|
|
18
18
|
# Version of the google-apis-walletobjects_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240726"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1770,6 +1770,8 @@ module Google
|
|
|
1770
1770
|
|
|
1771
1771
|
property :logo, as: 'logo', class: Google::Apis::WalletobjectsV1::Image, decorator: Google::Apis::WalletobjectsV1::Image::Representation
|
|
1772
1772
|
|
|
1773
|
+
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
1774
|
+
|
|
1773
1775
|
property :notifications, as: 'notifications', class: Google::Apis::WalletobjectsV1::Notifications, decorator: Google::Apis::WalletobjectsV1::Notifications::Representation
|
|
1774
1776
|
|
|
1775
1777
|
property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-walletobjects_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.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: 2024-
|
|
11
|
+
date: 2024-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.14.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|