google-apis-documentai_v1beta3 0.114.0 → 0.115.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: bfc097dd8bc27a1d44a9772b80d3001c0e4f40dacbdc7df832100e9e274add12
|
4
|
+
data.tar.gz: 6fffe7febd1d6e8321cbb5ba9e5b3bc7d16b8089d48fa1a41637a8c8509e932c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3b1539ab94a9bf744d06fb3e0365b658a5e5e8bb7f22438eef6e738954f80dec37ad92f8ec574377d5a663c8148ba10177a58223f8be7ddce6bb0196d2b48fa
|
7
|
+
data.tar.gz: 271b74f4907e8b7f69b187492a20cd1ce32966b9f4fd4b6bf2afd71f6c25a6aeb311c2ec97b5998edb6121e0b13833f20092121001d5e350563ff142fd982076
|
data/CHANGELOG.md
CHANGED
@@ -4076,7 +4076,8 @@ module Google
|
|
4076
4076
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeMoney]
|
4077
4077
|
attr_accessor :money_value
|
4078
4078
|
|
4079
|
-
#
|
4079
|
+
# A signature - a graphical representation of a person's name, often used to
|
4080
|
+
# sign a document.
|
4080
4081
|
# Corresponds to the JSON property `signatureValue`
|
4081
4082
|
# @return [Boolean]
|
4082
4083
|
attr_accessor :signature_value
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta3
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.115.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 = "20251013"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.115.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-documentai_v1beta3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.115.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|