google-apis-documentai_v1beta3 0.23.0 → 0.24.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: b78552ebda1a8f782ebd3db50a7fb4ccf28a5a5d4978e7f36a659a15ff5eacb1
|
|
4
|
+
data.tar.gz: b6c0816b6ee8f6bce2b172821a06ee96fef062734f39759f087923045b67c9ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1a0f688773ac923dc612aadfa98a9188e7bb1ee6ceaabd6ceecadb0408878f2b8b9b2129d5854d1390a2b22a25b0de2b4a8f841a0db09427e9e562845481ac2
|
|
7
|
+
data.tar.gz: e9eee6d094ef99e7b8dbbf477dfb830f77ca34630e0c304537ecf527664eb8cfa280a2741e8d7ac82707524f02bd7d48ff872d811c0b46e9ff64983abcc26d2a
|
data/CHANGELOG.md
CHANGED
|
@@ -7219,7 +7219,8 @@ module Google
|
|
|
7219
7219
|
# entity is a date or time value. `money` - the entity represents a money value
|
|
7220
7220
|
# amount. `number` - the entity is a number - integer or floating point. `string`
|
|
7221
7221
|
# - the entity is a string value. `boolean` - the entity is a boolean value. `
|
|
7222
|
-
# address` - the entity is a location address.
|
|
7222
|
+
# address` - the entity is a location address. `duration` - the entity is a
|
|
7223
|
+
# duration.
|
|
7223
7224
|
# Corresponds to the JSON property `baseType`
|
|
7224
7225
|
# @return [String]
|
|
7225
7226
|
attr_accessor :base_type
|
|
@@ -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.24.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210926"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.24.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: 2021-
|
|
11
|
+
date: 2021-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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/master/generated/google-apis-documentai_v1beta3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.24.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|