google-apis-mybusinessverifications_v1 0.11.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 329a48a2849e0a5b0f07c80de181c971f473b7f77794916bb0b4fa01e5b0280b
4
- data.tar.gz: b8c3ec0d4c43ae3bfc453b85e29fee9ec8bd0c4f414b00934894322cbd9e8a5d
3
+ metadata.gz: 0cb5e5f0753c5befa5ea0a68ed034e98e7868c0de8eadff5b9b168b9661b4d35
4
+ data.tar.gz: 71e3fc6b5d284c6d062ca80a06ce75f8a3cd622010028f6de557202b5e34a745
5
5
  SHA512:
6
- metadata.gz: bbfb9d75835d0777b191c510428dd12c5c4390799c28e9995373933b3b61ab63344e725360392a094624c9d29c9fa9cde23954b94f53e6b15c232cdf4e3e3720
7
- data.tar.gz: 8127a1bdca533869609f6a0cb4b811526c71bff59db93e3bde8f360346104e45376a959c4e02127b76fd4acb7b84b3f0faa76304862bd1be621b6d3058c61971
6
+ metadata.gz: 78cd2c16f70394f3a9b225f93ea7fd3fc1cf46ee6553b42ba03e6d06e2a4e78e6157b74ae3b7dc1c984f40a3404cb3314c554243f4ea84c32daaec4e7c075c83
7
+ data.tar.gz: 47eb7e27aa4148b50781d20c3aae7d6af8b03c5a0d2898cbf82a2d601c37cfc9321d0a04383bb951e6f182efbe631a73e7d33503c799f1c9e11e6c1415149f7a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-mybusinessverifications_v1
2
2
 
3
+ ### v0.13.0 (2023-02-19)
4
+
5
+ * Regenerated from discovery document revision 20230206
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.12.0 (2023-01-29)
9
+
10
+ * Regenerated from discovery document revision 20230126
11
+ * Regenerated using generator version 0.11.1
12
+
3
13
  ### v0.11.0 (2022-10-28)
4
14
 
5
15
  * Regenerated using generator version 0.11.0
@@ -515,6 +515,11 @@ module Google
515
515
  class Verification
516
516
  include Google::Apis::Core::Hashable
517
517
 
518
+ # Optional. Response announcement set only if the method is VETTED_PARTNER.
519
+ # Corresponds to the JSON property `announcement`
520
+ # @return [String]
521
+ attr_accessor :announcement
522
+
518
523
  # The timestamp when the verification is requested.
519
524
  # Corresponds to the JSON property `createTime`
520
525
  # @return [String]
@@ -541,6 +546,7 @@ module Google
541
546
 
542
547
  # Update properties of this object
543
548
  def update!(**args)
549
+ @announcement = args[:announcement] if args.key?(:announcement)
544
550
  @create_time = args[:create_time] if args.key?(:create_time)
545
551
  @method_prop = args[:method_prop] if args.key?(:method_prop)
546
552
  @name = args[:name] if args.key?(:name)
@@ -559,6 +565,11 @@ module Google
559
565
  # @return [Google::Apis::MybusinessverificationsV1::AddressVerificationData]
560
566
  attr_accessor :address_data
561
567
 
568
+ # Set only if the method is VETTED_PARTNER.
569
+ # Corresponds to the JSON property `announcement`
570
+ # @return [String]
571
+ attr_accessor :announcement
572
+
562
573
  # Display data for verifications through email.
563
574
  # Corresponds to the JSON property `emailData`
564
575
  # @return [Google::Apis::MybusinessverificationsV1::EmailVerificationData]
@@ -582,6 +593,7 @@ module Google
582
593
  # Update properties of this object
583
594
  def update!(**args)
584
595
  @address_data = args[:address_data] if args.key?(:address_data)
596
+ @announcement = args[:announcement] if args.key?(:announcement)
585
597
  @email_data = args[:email_data] if args.key?(:email_data)
586
598
  @phone_number = args[:phone_number] if args.key?(:phone_number)
587
599
  @verification_method = args[:verification_method] if args.key?(:verification_method)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MybusinessverificationsV1
18
18
  # Version of the google-apis-mybusinessverifications_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220815"
25
+ REVISION = "20230206"
26
26
  end
27
27
  end
28
28
  end
@@ -283,6 +283,7 @@ module Google
283
283
  class Verification
284
284
  # @private
285
285
  class Representation < Google::Apis::Core::JsonRepresentation
286
+ property :announcement, as: 'announcement'
286
287
  property :create_time, as: 'createTime'
287
288
  property :method_prop, as: 'method'
288
289
  property :name, as: 'name'
@@ -295,6 +296,7 @@ module Google
295
296
  class Representation < Google::Apis::Core::JsonRepresentation
296
297
  property :address_data, as: 'addressData', class: Google::Apis::MybusinessverificationsV1::AddressVerificationData, decorator: Google::Apis::MybusinessverificationsV1::AddressVerificationData::Representation
297
298
 
299
+ property :announcement, as: 'announcement'
298
300
  property :email_data, as: 'emailData', class: Google::Apis::MybusinessverificationsV1::EmailVerificationData, decorator: Google::Apis::MybusinessverificationsV1::EmailVerificationData::Representation
299
301
 
300
302
  property :phone_number, as: 'phoneNumber'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-mybusinessverifications_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.13.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-mybusinessverifications_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessverifications_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for My Business Verifications API V1