google-apis-walletobjects_v1 0.12.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,14 @@
|
|
|
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
|
+
|
|
8
|
+
### v0.13.0 (2024-07-25)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20240723
|
|
11
|
+
|
|
3
12
|
### v0.12.0 (2024-06-30)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20240627
|
|
@@ -2017,6 +2017,12 @@ module Google
|
|
|
2017
2017
|
# @return [Google::Apis::WalletobjectsV1::RotatingBarcode]
|
|
2018
2018
|
attr_accessor :rotating_barcode
|
|
2019
2019
|
|
|
2020
|
+
# Defines restrictions on the object that will be verified during save. Note:
|
|
2021
|
+
# this is an advanced feature, please contact Google for implementation support.
|
|
2022
|
+
# Corresponds to the JSON property `saveRestrictions`
|
|
2023
|
+
# @return [Google::Apis::WalletobjectsV1::SaveRestrictions]
|
|
2024
|
+
attr_accessor :save_restrictions
|
|
2025
|
+
|
|
2020
2026
|
# Seating details for this ticket.
|
|
2021
2027
|
# Corresponds to the JSON property `seatInfo`
|
|
2022
2028
|
# @return [Google::Apis::WalletobjectsV1::EventSeat]
|
|
@@ -2101,6 +2107,7 @@ module Google
|
|
|
2101
2107
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
2102
2108
|
@reservation_info = args[:reservation_info] if args.key?(:reservation_info)
|
|
2103
2109
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
2110
|
+
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
2104
2111
|
@seat_info = args[:seat_info] if args.key?(:seat_info)
|
|
2105
2112
|
@smart_tap_redemption_value = args[:smart_tap_redemption_value] if args.key?(:smart_tap_redemption_value)
|
|
2106
2113
|
@state = args[:state] if args.key?(:state)
|
|
@@ -2487,8 +2494,7 @@ module Google
|
|
|
2487
2494
|
# millisecond precision. eg: `2027-03-05T06:30:00` This should be the local date/
|
|
2488
2495
|
# time at the airport (not a UTC time). Google will reject the request if UTC
|
|
2489
2496
|
# offset is provided. Time zones will be calculated by Google based on departure
|
|
2490
|
-
# airport.
|
|
2491
|
-
# sources.
|
|
2497
|
+
# airport.
|
|
2492
2498
|
# Corresponds to the JSON property `localBoardingDateTime`
|
|
2493
2499
|
# @return [String]
|
|
2494
2500
|
attr_accessor :local_boarding_date_time
|
|
@@ -2502,8 +2508,7 @@ module Google
|
|
|
2502
2508
|
# specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should
|
|
2503
2509
|
# be the local date/time at the airport (not a UTC time). Google will reject the
|
|
2504
2510
|
# request if UTC offset is provided. Time zones will be calculated by Google
|
|
2505
|
-
# based on arrival airport.
|
|
2506
|
-
# from other sources.
|
|
2511
|
+
# based on arrival airport.
|
|
2507
2512
|
# Corresponds to the JSON property `localEstimatedOrActualArrivalDateTime`
|
|
2508
2513
|
# @return [String]
|
|
2509
2514
|
attr_accessor :local_estimated_or_actual_arrival_date_time
|
|
@@ -2517,8 +2522,7 @@ module Google
|
|
|
2517
2522
|
# time without an offset. Time may be specified up to millisecond precision. eg:
|
|
2518
2523
|
# `2027-03-05T06:30:00` This should be the local date/time at the airport (not a
|
|
2519
2524
|
# UTC time). Google will reject the request if UTC offset is provided. Time
|
|
2520
|
-
# zones will be calculated by Google based on departure airport.
|
|
2521
|
-
# set, Google will set it based on data from other sources.
|
|
2525
|
+
# zones will be calculated by Google based on departure airport.
|
|
2522
2526
|
# Corresponds to the JSON property `localEstimatedOrActualDepartureDateTime`
|
|
2523
2527
|
# @return [String]
|
|
2524
2528
|
attr_accessor :local_estimated_or_actual_departure_date_time
|
|
@@ -2541,8 +2545,7 @@ module Google
|
|
|
2541
2545
|
# date/time without an offset. Time may be specified up to millisecond precision.
|
|
2542
2546
|
# eg: `2027-03-05T06:30:00` This should be the local date/time at the airport (
|
|
2543
2547
|
# not a UTC time). Google will reject the request if UTC offset is provided.
|
|
2544
|
-
# Time zones will be calculated by Google based on arrival airport.
|
|
2545
|
-
# not set, Google will set it based on data from other sources.
|
|
2548
|
+
# Time zones will be calculated by Google based on arrival airport.
|
|
2546
2549
|
# Corresponds to the JSON property `localScheduledArrivalDateTime`
|
|
2547
2550
|
# @return [String]
|
|
2548
2551
|
attr_accessor :local_scheduled_arrival_date_time
|
|
@@ -2933,6 +2936,12 @@ module Google
|
|
|
2933
2936
|
# @return [Google::Apis::WalletobjectsV1::RotatingBarcode]
|
|
2934
2937
|
attr_accessor :rotating_barcode
|
|
2935
2938
|
|
|
2939
|
+
# Defines restrictions on the object that will be verified during save. Note:
|
|
2940
|
+
# this is an advanced feature, please contact Google for implementation support.
|
|
2941
|
+
# Corresponds to the JSON property `saveRestrictions`
|
|
2942
|
+
# @return [Google::Apis::WalletobjectsV1::SaveRestrictions]
|
|
2943
|
+
attr_accessor :save_restrictions
|
|
2944
|
+
|
|
2936
2945
|
# Wrapping type for Google hosted images. Next ID: 7
|
|
2937
2946
|
# Corresponds to the JSON property `securityProgramLogo`
|
|
2938
2947
|
# @return [Google::Apis::WalletobjectsV1::Image]
|
|
@@ -2999,6 +3008,7 @@ module Google
|
|
|
2999
3008
|
@passenger_name = args[:passenger_name] if args.key?(:passenger_name)
|
|
3000
3009
|
@reservation_info = args[:reservation_info] if args.key?(:reservation_info)
|
|
3001
3010
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
3011
|
+
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
3002
3012
|
@security_program_logo = args[:security_program_logo] if args.key?(:security_program_logo)
|
|
3003
3013
|
@smart_tap_redemption_value = args[:smart_tap_redemption_value] if args.key?(:smart_tap_redemption_value)
|
|
3004
3014
|
@state = args[:state] if args.key?(:state)
|
|
@@ -3339,6 +3349,12 @@ module Google
|
|
|
3339
3349
|
# @return [Google::Apis::WalletobjectsV1::Image]
|
|
3340
3350
|
attr_accessor :logo
|
|
3341
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
|
+
|
|
3342
3358
|
# Indicates if the object needs to have notification enabled. We support only
|
|
3343
3359
|
# one of ExpiryNotification/UpcomingNotification. `expiryNotification` takes
|
|
3344
3360
|
# precedence over `upcomingNotification`. In other words if `expiryNotification`
|
|
@@ -3357,6 +3373,12 @@ module Google
|
|
|
3357
3373
|
# @return [Google::Apis::WalletobjectsV1::RotatingBarcode]
|
|
3358
3374
|
attr_accessor :rotating_barcode
|
|
3359
3375
|
|
|
3376
|
+
# Defines restrictions on the object that will be verified during save. Note:
|
|
3377
|
+
# this is an advanced feature, please contact Google for implementation support.
|
|
3378
|
+
# Corresponds to the JSON property `saveRestrictions`
|
|
3379
|
+
# @return [Google::Apis::WalletobjectsV1::SaveRestrictions]
|
|
3380
|
+
attr_accessor :save_restrictions
|
|
3381
|
+
|
|
3360
3382
|
# The value that will be transmitted to a Smart Tap certified terminal over NFC
|
|
3361
3383
|
# for this object. The class level fields `enableSmartTap` and `
|
|
3362
3384
|
# redemptionIssuers` must also be set up correctly in order for the pass to
|
|
@@ -3418,9 +3440,11 @@ module Google
|
|
|
3418
3440
|
@image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
|
|
3419
3441
|
@links_module_data = args[:links_module_data] if args.key?(:links_module_data)
|
|
3420
3442
|
@logo = args[:logo] if args.key?(:logo)
|
|
3443
|
+
@messages = args[:messages] if args.key?(:messages)
|
|
3421
3444
|
@notifications = args[:notifications] if args.key?(:notifications)
|
|
3422
3445
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
3423
3446
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
3447
|
+
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
3424
3448
|
@smart_tap_redemption_value = args[:smart_tap_redemption_value] if args.key?(:smart_tap_redemption_value)
|
|
3425
3449
|
@state = args[:state] if args.key?(:state)
|
|
3426
3450
|
@subheader = args[:subheader] if args.key?(:subheader)
|
|
@@ -3956,6 +3980,12 @@ module Google
|
|
|
3956
3980
|
# @return [Google::Apis::WalletobjectsV1::RotatingBarcode]
|
|
3957
3981
|
attr_accessor :rotating_barcode
|
|
3958
3982
|
|
|
3983
|
+
# Defines restrictions on the object that will be verified during save. Note:
|
|
3984
|
+
# this is an advanced feature, please contact Google for implementation support.
|
|
3985
|
+
# Corresponds to the JSON property `saveRestrictions`
|
|
3986
|
+
# @return [Google::Apis::WalletobjectsV1::SaveRestrictions]
|
|
3987
|
+
attr_accessor :save_restrictions
|
|
3988
|
+
|
|
3959
3989
|
# The value that will be transmitted to a Smart Tap certified terminal over NFC
|
|
3960
3990
|
# for this object. The class level fields `enableSmartTap` and `
|
|
3961
3991
|
# redemptionIssuers` must also be set up correctly in order for the pass to
|
|
@@ -4018,6 +4048,7 @@ module Google
|
|
|
4018
4048
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
4019
4049
|
@pin = args[:pin] if args.key?(:pin)
|
|
4020
4050
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
4051
|
+
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
4021
4052
|
@smart_tap_redemption_value = args[:smart_tap_redemption_value] if args.key?(:smart_tap_redemption_value)
|
|
4022
4053
|
@state = args[:state] if args.key?(:state)
|
|
4023
4054
|
@text_modules_data = args[:text_modules_data] if args.key?(:text_modules_data)
|
|
@@ -5109,6 +5140,12 @@ module Google
|
|
|
5109
5140
|
# @return [Google::Apis::WalletobjectsV1::RotatingBarcode]
|
|
5110
5141
|
attr_accessor :rotating_barcode
|
|
5111
5142
|
|
|
5143
|
+
# Defines restrictions on the object that will be verified during save. Note:
|
|
5144
|
+
# this is an advanced feature, please contact Google for implementation support.
|
|
5145
|
+
# Corresponds to the JSON property `saveRestrictions`
|
|
5146
|
+
# @return [Google::Apis::WalletobjectsV1::SaveRestrictions]
|
|
5147
|
+
attr_accessor :save_restrictions
|
|
5148
|
+
|
|
5112
5149
|
# The secondary loyalty reward points label, balance, and type. Shown in
|
|
5113
5150
|
# addition to the primary loyalty points.
|
|
5114
5151
|
# Corresponds to the JSON property `secondaryLoyaltyPoints`
|
|
@@ -5179,6 +5216,7 @@ module Google
|
|
|
5179
5216
|
@messages = args[:messages] if args.key?(:messages)
|
|
5180
5217
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
5181
5218
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
5219
|
+
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
5182
5220
|
@secondary_loyalty_points = args[:secondary_loyalty_points] if args.key?(:secondary_loyalty_points)
|
|
5183
5221
|
@smart_tap_redemption_value = args[:smart_tap_redemption_value] if args.key?(:smart_tap_redemption_value)
|
|
5184
5222
|
@state = args[:state] if args.key?(:state)
|
|
@@ -6318,6 +6356,12 @@ module Google
|
|
|
6318
6356
|
# @return [Google::Apis::WalletobjectsV1::RotatingBarcode]
|
|
6319
6357
|
attr_accessor :rotating_barcode
|
|
6320
6358
|
|
|
6359
|
+
# Defines restrictions on the object that will be verified during save. Note:
|
|
6360
|
+
# this is an advanced feature, please contact Google for implementation support.
|
|
6361
|
+
# Corresponds to the JSON property `saveRestrictions`
|
|
6362
|
+
# @return [Google::Apis::WalletobjectsV1::SaveRestrictions]
|
|
6363
|
+
attr_accessor :save_restrictions
|
|
6364
|
+
|
|
6321
6365
|
# The value that will be transmitted to a Smart Tap certified terminal over NFC
|
|
6322
6366
|
# for this object. The class level fields `enableSmartTap` and `
|
|
6323
6367
|
# redemptionIssuers` must also be set up correctly in order for the pass to
|
|
@@ -6375,6 +6419,7 @@ module Google
|
|
|
6375
6419
|
@messages = args[:messages] if args.key?(:messages)
|
|
6376
6420
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
6377
6421
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
6422
|
+
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
6378
6423
|
@smart_tap_redemption_value = args[:smart_tap_redemption_value] if args.key?(:smart_tap_redemption_value)
|
|
6379
6424
|
@state = args[:state] if args.key?(:state)
|
|
6380
6425
|
@text_modules_data = args[:text_modules_data] if args.key?(:text_modules_data)
|
|
@@ -6915,6 +6960,38 @@ module Google
|
|
|
6915
6960
|
end
|
|
6916
6961
|
end
|
|
6917
6962
|
|
|
6963
|
+
# Defines restrictions on the object that will be verified during save. Note:
|
|
6964
|
+
# this is an advanced feature, please contact Google for implementation support.
|
|
6965
|
+
class SaveRestrictions
|
|
6966
|
+
include Google::Apis::Core::Hashable
|
|
6967
|
+
|
|
6968
|
+
# Restrict the save of the referencing object to the given email address only.
|
|
6969
|
+
# This is the hex output of SHA256 sum of the email address, all lowercase and
|
|
6970
|
+
# without any notations like "." or "+", except "@". For example, for example@
|
|
6971
|
+
# example.com, this value will be
|
|
6972
|
+
# 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for
|
|
6973
|
+
# Example@example.com, this value will be
|
|
6974
|
+
# bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email
|
|
6975
|
+
# address of the logged-in user who tries to save this pass does not match with
|
|
6976
|
+
# the defined value here, users won't be allowed to save this pass. They will
|
|
6977
|
+
# instead be prompted with an error to contact the issuer. This information
|
|
6978
|
+
# should be gathered from the user with an explicit consent via Sign in with
|
|
6979
|
+
# Google integration https://developers.google.com/identity/authentication.
|
|
6980
|
+
# Please contact with support before using Save Restrictions.
|
|
6981
|
+
# Corresponds to the JSON property `restrictToEmailSha256`
|
|
6982
|
+
# @return [String]
|
|
6983
|
+
attr_accessor :restrict_to_email_sha256
|
|
6984
|
+
|
|
6985
|
+
def initialize(**args)
|
|
6986
|
+
update!(**args)
|
|
6987
|
+
end
|
|
6988
|
+
|
|
6989
|
+
# Update properties of this object
|
|
6990
|
+
def update!(**args)
|
|
6991
|
+
@restrict_to_email_sha256 = args[:restrict_to_email_sha256] if args.key?(:restrict_to_email_sha256)
|
|
6992
|
+
end
|
|
6993
|
+
end
|
|
6994
|
+
|
|
6918
6995
|
#
|
|
6919
6996
|
class SecurityAnimation
|
|
6920
6997
|
include Google::Apis::Core::Hashable
|
|
@@ -8005,6 +8082,12 @@ module Google
|
|
|
8005
8082
|
# @return [Google::Apis::WalletobjectsV1::RotatingBarcode]
|
|
8006
8083
|
attr_accessor :rotating_barcode
|
|
8007
8084
|
|
|
8085
|
+
# Defines restrictions on the object that will be verified during save. Note:
|
|
8086
|
+
# this is an advanced feature, please contact Google for implementation support.
|
|
8087
|
+
# Corresponds to the JSON property `saveRestrictions`
|
|
8088
|
+
# @return [Google::Apis::WalletobjectsV1::SaveRestrictions]
|
|
8089
|
+
attr_accessor :save_restrictions
|
|
8090
|
+
|
|
8008
8091
|
# The value that will be transmitted to a Smart Tap certified terminal over NFC
|
|
8009
8092
|
# for this object. The class level fields `enableSmartTap` and `
|
|
8010
8093
|
# redemptionIssuers` must also be set up correctly in order for the pass to
|
|
@@ -8117,6 +8200,7 @@ module Google
|
|
|
8117
8200
|
@passenger_type = args[:passenger_type] if args.key?(:passenger_type)
|
|
8118
8201
|
@purchase_details = args[:purchase_details] if args.key?(:purchase_details)
|
|
8119
8202
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
8203
|
+
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
8120
8204
|
@smart_tap_redemption_value = args[:smart_tap_redemption_value] if args.key?(:smart_tap_redemption_value)
|
|
8121
8205
|
@state = args[:state] if args.key?(:state)
|
|
8122
8206
|
@text_modules_data = args[:text_modules_data] if args.key?(:text_modules_data)
|
|
@@ -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
|
|
@@ -754,6 +754,12 @@ module Google
|
|
|
754
754
|
include Google::Apis::Core::JsonObjectSupport
|
|
755
755
|
end
|
|
756
756
|
|
|
757
|
+
class SaveRestrictions
|
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
759
|
+
|
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
761
|
+
end
|
|
762
|
+
|
|
757
763
|
class SecurityAnimation
|
|
758
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
759
765
|
|
|
@@ -1420,6 +1426,8 @@ module Google
|
|
|
1420
1426
|
|
|
1421
1427
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
1422
1428
|
|
|
1429
|
+
property :save_restrictions, as: 'saveRestrictions', class: Google::Apis::WalletobjectsV1::SaveRestrictions, decorator: Google::Apis::WalletobjectsV1::SaveRestrictions::Representation
|
|
1430
|
+
|
|
1423
1431
|
property :seat_info, as: 'seatInfo', class: Google::Apis::WalletobjectsV1::EventSeat, decorator: Google::Apis::WalletobjectsV1::EventSeat::Representation
|
|
1424
1432
|
|
|
1425
1433
|
property :smart_tap_redemption_value, as: 'smartTapRedemptionValue'
|
|
@@ -1649,6 +1657,8 @@ module Google
|
|
|
1649
1657
|
|
|
1650
1658
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
1651
1659
|
|
|
1660
|
+
property :save_restrictions, as: 'saveRestrictions', class: Google::Apis::WalletobjectsV1::SaveRestrictions, decorator: Google::Apis::WalletobjectsV1::SaveRestrictions::Representation
|
|
1661
|
+
|
|
1652
1662
|
property :security_program_logo, as: 'securityProgramLogo', class: Google::Apis::WalletobjectsV1::Image, decorator: Google::Apis::WalletobjectsV1::Image::Representation
|
|
1653
1663
|
|
|
1654
1664
|
property :smart_tap_redemption_value, as: 'smartTapRedemptionValue'
|
|
@@ -1760,12 +1770,16 @@ module Google
|
|
|
1760
1770
|
|
|
1761
1771
|
property :logo, as: 'logo', class: Google::Apis::WalletobjectsV1::Image, decorator: Google::Apis::WalletobjectsV1::Image::Representation
|
|
1762
1772
|
|
|
1773
|
+
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
1774
|
+
|
|
1763
1775
|
property :notifications, as: 'notifications', class: Google::Apis::WalletobjectsV1::Notifications, decorator: Google::Apis::WalletobjectsV1::Notifications::Representation
|
|
1764
1776
|
|
|
1765
1777
|
property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
|
|
1766
1778
|
|
|
1767
1779
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
1768
1780
|
|
|
1781
|
+
property :save_restrictions, as: 'saveRestrictions', class: Google::Apis::WalletobjectsV1::SaveRestrictions, decorator: Google::Apis::WalletobjectsV1::SaveRestrictions::Representation
|
|
1782
|
+
|
|
1769
1783
|
property :smart_tap_redemption_value, as: 'smartTapRedemptionValue'
|
|
1770
1784
|
property :state, as: 'state'
|
|
1771
1785
|
property :subheader, as: 'subheader', class: Google::Apis::WalletobjectsV1::LocalizedString, decorator: Google::Apis::WalletobjectsV1::LocalizedString::Representation
|
|
@@ -1920,6 +1934,8 @@ module Google
|
|
|
1920
1934
|
property :pin, as: 'pin'
|
|
1921
1935
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
1922
1936
|
|
|
1937
|
+
property :save_restrictions, as: 'saveRestrictions', class: Google::Apis::WalletobjectsV1::SaveRestrictions, decorator: Google::Apis::WalletobjectsV1::SaveRestrictions::Representation
|
|
1938
|
+
|
|
1923
1939
|
property :smart_tap_redemption_value, as: 'smartTapRedemptionValue'
|
|
1924
1940
|
property :state, as: 'state'
|
|
1925
1941
|
collection :text_modules_data, as: 'textModulesData', class: Google::Apis::WalletobjectsV1::TextModuleData, decorator: Google::Apis::WalletobjectsV1::TextModuleData::Representation
|
|
@@ -2246,6 +2262,8 @@ module Google
|
|
|
2246
2262
|
|
|
2247
2263
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
2248
2264
|
|
|
2265
|
+
property :save_restrictions, as: 'saveRestrictions', class: Google::Apis::WalletobjectsV1::SaveRestrictions, decorator: Google::Apis::WalletobjectsV1::SaveRestrictions::Representation
|
|
2266
|
+
|
|
2249
2267
|
property :secondary_loyalty_points, as: 'secondaryLoyaltyPoints', class: Google::Apis::WalletobjectsV1::LoyaltyPoints, decorator: Google::Apis::WalletobjectsV1::LoyaltyPoints::Representation
|
|
2250
2268
|
|
|
2251
2269
|
property :smart_tap_redemption_value, as: 'smartTapRedemptionValue'
|
|
@@ -2541,6 +2559,8 @@ module Google
|
|
|
2541
2559
|
|
|
2542
2560
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
2543
2561
|
|
|
2562
|
+
property :save_restrictions, as: 'saveRestrictions', class: Google::Apis::WalletobjectsV1::SaveRestrictions, decorator: Google::Apis::WalletobjectsV1::SaveRestrictions::Representation
|
|
2563
|
+
|
|
2544
2564
|
property :smart_tap_redemption_value, as: 'smartTapRedemptionValue'
|
|
2545
2565
|
property :state, as: 'state'
|
|
2546
2566
|
collection :text_modules_data, as: 'textModulesData', class: Google::Apis::WalletobjectsV1::TextModuleData, decorator: Google::Apis::WalletobjectsV1::TextModuleData::Representation
|
|
@@ -2710,6 +2730,13 @@ module Google
|
|
|
2710
2730
|
end
|
|
2711
2731
|
end
|
|
2712
2732
|
|
|
2733
|
+
class SaveRestrictions
|
|
2734
|
+
# @private
|
|
2735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2736
|
+
property :restrict_to_email_sha256, as: 'restrictToEmailSha256'
|
|
2737
|
+
end
|
|
2738
|
+
end
|
|
2739
|
+
|
|
2713
2740
|
class SecurityAnimation
|
|
2714
2741
|
# @private
|
|
2715
2742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3007,6 +3034,8 @@ module Google
|
|
|
3007
3034
|
|
|
3008
3035
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
3009
3036
|
|
|
3037
|
+
property :save_restrictions, as: 'saveRestrictions', class: Google::Apis::WalletobjectsV1::SaveRestrictions, decorator: Google::Apis::WalletobjectsV1::SaveRestrictions::Representation
|
|
3038
|
+
|
|
3010
3039
|
property :smart_tap_redemption_value, as: 'smartTapRedemptionValue'
|
|
3011
3040
|
property :state, as: 'state'
|
|
3012
3041
|
collection :text_modules_data, as: 'textModulesData', class: Google::Apis::WalletobjectsV1::TextModuleData, decorator: Google::Apis::WalletobjectsV1::TextModuleData::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: []
|