google-apis-documentai_v1 0.18.0 → 0.19.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/documentai_v1/classes.rb +13 -1
- data/lib/google/apis/documentai_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80ffc1c36060c52c35eb89799ca6f34a327b39e4349321a415b2e499de6d02a5
|
|
4
|
+
data.tar.gz: 1de6fb2a3b72e84347f82507a912de6da692695af143e9660133a83e9f05ac9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0292d032ecaf434f48b512f5d10580674f74d966c7a0041ef541ee5774f24e5ea3d1f1fb009f3c94c58470c088b86426d5460817fd4faaa83df835b1e34fb118'
|
|
7
|
+
data.tar.gz: bf6b4137218f7be798a5aba934a5057ba83d8a062290e3af5f954636c1cebd2fc86ca998485a9190ec0b13ae4a5daacbfe836914b38bde3e4a0eceaf2f5c515a
|
data/CHANGELOG.md
CHANGED
|
@@ -3251,7 +3251,19 @@ module Google
|
|
|
3251
3251
|
# @return [String]
|
|
3252
3252
|
attr_accessor :source
|
|
3253
3253
|
|
|
3254
|
-
# Name of the type. It must
|
|
3254
|
+
# Name of the type. It must satisfy the following constraints: 1. Must be unique
|
|
3255
|
+
# within the set of same level types (with case-insensitive match). 2. Maximum
|
|
3256
|
+
# 50 characters. 3. Must start with a letter. 4. Allowed characters: ASCII
|
|
3257
|
+
# letters [a-zA-Z], ASCII digits [0-9], or one of the following punctuation
|
|
3258
|
+
# characters: * underscore '_' (recommended) * hyphen '-' (allowed, not
|
|
3259
|
+
# recommended) * colon ':' (allowed, not recommended) NOTE: Whitespace
|
|
3260
|
+
# characters are not allowed. 5. Cannot end with a punctuation character. 6.
|
|
3261
|
+
# Cannot contain the following restricted strings: "google", "DocumentAI" (case-
|
|
3262
|
+
# insensitive match). 7. A slash character '/' is reserved as a separator in
|
|
3263
|
+
# flattened representations of nested entity types (e.g., "line_item/amount") in
|
|
3264
|
+
# which case each part (e.g., "line_item", "amount") must comply with the rules
|
|
3265
|
+
# defined above. We recommend using the snake case ("snake_case") in entity type
|
|
3266
|
+
# names.
|
|
3255
3267
|
# Corresponds to the JSON property `type`
|
|
3256
3268
|
# @return [String]
|
|
3257
3269
|
attr_accessor :type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocumentaiV1
|
|
18
18
|
# Version of the google-apis-documentai_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.19.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 = "20211012"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.19.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-10-
|
|
11
|
+
date: 2021-10-18 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.19.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|