google-apis-documentai_v1beta3 0.35.0 → 0.36.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: 6105745b0a523b8cf53b0caeccda6b180e01d8f730755537b35093cfafe2f8c6
4
- data.tar.gz: 0ec1e2dd05ec8fe39a667cc03e24a67516e922bf3bf9614d1ca40f0336845e45
3
+ metadata.gz: 4a4de9850a42e842c07adc73c0feb22080bbcfcac2926e6150210558fe7ec8b5
4
+ data.tar.gz: 810bb4302fd3ba18dc50c718472f5677a32f48417196b884f4fcfbf8837505cf
5
5
  SHA512:
6
- metadata.gz: af34877b1519632fd15b405116a8d6ed4bb9164059d6fa5ea9063390fafea64ab6e85c9bc756028fd8110a3480c92a465468bb8a9dbcbac4703fe0428ccd915f
7
- data.tar.gz: f4bb612720c55e0c77d7a9ab0255c570e6b0c5952a31022eb6d223b1d9a0356d32bb4baa086f315a60444a3c7f2fcce8c2e1599de913d01b26c7cfb15af791ec
6
+ metadata.gz: 9947aff59b628bbc1a49fb816ef75c0896fabe20c5d41271f2d1b1f63e505c385714655370ae4a5cd89448132df0e4f4ae16cad9a016f78b3fbc7fea957f1b97
7
+ data.tar.gz: ae318c33264306e575dc10dec0869145cc1a556464d58107bf77d6d87372eb69bff1db3585d81d09e4185541448aaf6a2605be7f5544295696dd9f0cfcb75a04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.36.0 (2022-03-01)
4
+
5
+ * Regenerated from discovery document revision 20220226
6
+
3
7
  ### v0.35.0 (2022-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220222
@@ -7237,7 +7237,8 @@ module Google
7237
7237
  # @return [String]
7238
7238
  attr_accessor :state
7239
7239
 
7240
- # The processor type, e.g., INVOICE_PARSING, W2_PARSING, etc.
7240
+ # The processor type, e.g., OCR_PROCESSOR, INVOICE_PROCESSOR, etc. To get a list
7241
+ # of processors types, see FetchProcessorTypes.
7241
7242
  # Corresponds to the JSON property `type`
7242
7243
  # @return [String]
7243
7244
  attr_accessor :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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220222"
25
+ REVISION = "20220226"
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.35.0
4
+ version: 0.36.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: 2022-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-07 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/main/generated/google-apis-documentai_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
63
63
  post_install_message:
64
64
  rdoc_options: []