Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-documentai_v1beta3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-documentai_v1beta3

### v0.115.0 (2025-10-19)

* Regenerated from discovery document revision 20251013

### v0.114.0 (2025-10-12)

* Regenerated from discovery document revision 20251007
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4076,7 +4076,8 @@ class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeMoney]
attr_accessor :money_value

#
# A signature - a graphical representation of a person's name, often used to
# sign a document.
# Corresponds to the JSON property `signatureValue`
# @return [Boolean]
attr_accessor :signature_value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DocumentaiV1beta3
# Version of the google-apis-documentai_v1beta3 gem
GEM_VERSION = "0.114.0"
GEM_VERSION = "0.115.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251007"
REVISION = "20251013"
end
end
end