google-apis-walletobjects_v1 0.29.0 → 0.31.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: fb20af601d23dec7efd75da1bf2c65718ae372f2e03e9fe3c980ed1e4e931f0b
4
- data.tar.gz: 1ac4401fc6419c810af018d6a8ff2e0d23febaa4863753cc58859f8a28687924
3
+ metadata.gz: 6304607a2b316cd0c508b30fd9a80c24082666109eaef09284a1b10ae5b2df29
4
+ data.tar.gz: 43a5abb2e1f54b4431ad3408683e48dc191b9948066f2591dec7acf300e49726
5
5
  SHA512:
6
- metadata.gz: 615cb9e5dfbae9ede6b15af77b4a0a999f2abd97d61e0ab94e3b8f14fd03796d6bb4c0767b866a09fbc366c985e32840eee97536c35791baa651dee82cf38bdd
7
- data.tar.gz: 882bd6bc43f016c3b716dac2ff3817f3c13dc8f1dcebf2c343dc02a002d61a413b93eae99cd489fd5b42682f6a3077f0cc97146a8d703e961955644d83e0279e
6
+ metadata.gz: 58eccc15bd8d2f08430bb04937cef4036e6c92479af18fdbe8433c6c6fd6fe526a05db448bf81891fed298923c7cf72a55b12ef32a50588bdc6c7d6323d42dc8
7
+ data.tar.gz: 2c6c9fae56f478247759b457ae0b312a27b1c3e767fe166b30e0294b55d4bd51f3a61bb25a636c90090ae89abc649da648c5efe04bc6025f7fbb413a936d2950
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-walletobjects_v1
2
2
 
3
+ ### v0.31.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260408
6
+
7
+ ### v0.30.0 (2026-02-22)
8
+
9
+ * Regenerated from discovery document revision 20260220
10
+
3
11
  ### v0.29.0 (2026-02-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20260213
@@ -879,6 +879,11 @@ module Google
879
879
  # @return [String]
880
880
  attr_accessor :from_file_name
881
881
 
882
+ # The content type of the file detected by Fusion ID. go/fusionid
883
+ # Corresponds to the JSON property `fromFusionId`
884
+ # @return [String]
885
+ attr_accessor :from_fusion_id
886
+
882
887
  # The content type of the file as specified in the request headers, multipart
883
888
  # headers, or RUPIO start request.
884
889
  # Corresponds to the JSON property `fromHeader`
@@ -892,6 +897,13 @@ module Google
892
897
  # @return [String]
893
898
  attr_accessor :from_url_path
894
899
 
900
+ # Metadata information from Fusion ID detection. Serialized
901
+ # FusionIdDetectionMetadata proto. Only set if from_fusion_id is set.
902
+ # Corresponds to the JSON property `fusionIdDetectionMetadata`
903
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
904
+ # @return [String]
905
+ attr_accessor :fusion_id_detection_metadata
906
+
895
907
  def initialize(**args)
896
908
  update!(**args)
897
909
  end
@@ -901,8 +913,10 @@ module Google
901
913
  @best_guess = args[:best_guess] if args.key?(:best_guess)
902
914
  @from_bytes = args[:from_bytes] if args.key?(:from_bytes)
903
915
  @from_file_name = args[:from_file_name] if args.key?(:from_file_name)
916
+ @from_fusion_id = args[:from_fusion_id] if args.key?(:from_fusion_id)
904
917
  @from_header = args[:from_header] if args.key?(:from_header)
905
918
  @from_url_path = args[:from_url_path] if args.key?(:from_url_path)
919
+ @fusion_id_detection_metadata = args[:fusion_id_detection_metadata] if args.key?(:fusion_id_detection_metadata)
906
920
  end
907
921
  end
908
922
 
@@ -4719,12 +4733,12 @@ module Google
4719
4733
  end
4720
4734
  end
4721
4735
 
4722
- #
4736
+ # A JWT representation of a pass.
4723
4737
  class JwtResource
4724
4738
  include Google::Apis::Core::Hashable
4725
4739
 
4726
- # A string representing a JWT of the format described at https://developers.
4727
- # google.com/wallet/reference/rest/v1/Jwt
4740
+ # Required. A string representing a JWT of the format described at https://
4741
+ # developers.google.com/wallet/reference/rest/v1/Jwt
4728
4742
  # Corresponds to the JSON property `jwt`
4729
4743
  # @return [String]
4730
4744
  attr_accessor :jwt
@@ -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.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260213"
25
+ REVISION = "20260408"
26
26
  end
27
27
  end
28
28
  end
@@ -1183,8 +1183,10 @@ module Google
1183
1183
  property :best_guess, as: 'bestGuess'
1184
1184
  property :from_bytes, as: 'fromBytes'
1185
1185
  property :from_file_name, as: 'fromFileName'
1186
+ property :from_fusion_id, as: 'fromFusionId'
1186
1187
  property :from_header, as: 'fromHeader'
1187
1188
  property :from_url_path, as: 'fromUrlPath'
1189
+ property :fusion_id_detection_metadata, :base64 => true, as: 'fusionIdDetectionMetadata'
1188
1190
  end
1189
1191
  end
1190
1192
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-walletobjects_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.29.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.31.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1
62
62
  rdoc_options: []
63
63
  require_paths: