google-apis-mybusinessverifications_v1 0.22.0 → 0.23.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: bc1bc9a7729ec01675ce51f3a1e706a8342efbf4b9d8d307feff6cb67158ee3b
|
4
|
+
data.tar.gz: 3507eeab0a5dd237aaabb8735bbb747ecf64f8e451a9ce570e52213d0a3bd02a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cadbb60e9d5ef3fe255b579dd639b28f9590ff894941245ff2718fcd3b8e368aed32800ed3839a0c1e434de2a7039e0d2f04109ce9d1f5c48e960c3a70af778
|
7
|
+
data.tar.gz: b1cd2811bfbfe9d73dafc5eb6beb37c27ad2f61b15616072071d1d088242f5571f6dc7845641dad5f53ed0c7ec27a532ac7bcff7741d781ec5de313246147b9c
|
data/CHANGELOG.md
CHANGED
@@ -685,6 +685,12 @@ module Google
|
|
685
685
|
# @return [Google::Apis::MybusinessverificationsV1::VerificationToken]
|
686
686
|
attr_accessor :token
|
687
687
|
|
688
|
+
# The input for TRUSTED_PARTNER method The verification token that is associated
|
689
|
+
# to the location.
|
690
|
+
# Corresponds to the JSON property `trustedPartnerToken`
|
691
|
+
# @return [String]
|
692
|
+
attr_accessor :trusted_partner_token
|
693
|
+
|
688
694
|
def initialize(**args)
|
689
695
|
update!(**args)
|
690
696
|
end
|
@@ -698,6 +704,7 @@ module Google
|
|
698
704
|
@method_prop = args[:method_prop] if args.key?(:method_prop)
|
699
705
|
@phone_number = args[:phone_number] if args.key?(:phone_number)
|
700
706
|
@token = args[:token] if args.key?(:token)
|
707
|
+
@trusted_partner_token = args[:trusted_partner_token] if args.key?(:trusted_partner_token)
|
701
708
|
end
|
702
709
|
end
|
703
710
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.23.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 = "
|
25
|
+
REVISION = "20250804"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -328,6 +328,7 @@ module Google
|
|
328
328
|
property :phone_number, as: 'phoneNumber'
|
329
329
|
property :token, as: 'token', class: Google::Apis::MybusinessverificationsV1::VerificationToken, decorator: Google::Apis::MybusinessverificationsV1::VerificationToken::Representation
|
330
330
|
|
331
|
+
property :trusted_partner_token, as: 'trustedPartnerToken'
|
331
332
|
end
|
332
333
|
end
|
333
334
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-mybusinessverifications_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.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-mybusinessverifications_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.23.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessverifications_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|