Skip to content

Commit da83b6e

Browse files
committed
regenerate from 5.2.0 release definitions
1 parent eb9080d commit da83b6e

File tree

79 files changed

+7
-453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+7
-453
lines changed

.openapi-generator-ignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ setup.cfg
1010
README.md
1111
.gitignore
1212
setup.py
13+
regula/documentreader/webclient/__init__.py
1314

1415
regula/documentreader/webclient/gen/models/container_list.py

.openapi-generator/FILES

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
regula/__init__.py
22
regula/documentreader/__init__.py
3-
regula/documentreader/webclient/__init__.py
43
regula/documentreader/webclient/gen/__init__.py
54
regula/documentreader/webclient/gen/api/__init__.py
65
regula/documentreader/webclient/gen/api/default_api.py
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""
2+
Generated by: https://openapi-generator.tech
3+
"""
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Generated using https://github.com/regulaforensics/DocumentReader-web-openapi/commit/3f0cb8cdb8b78a47c094ed1c95f7af8c1325ef37 definitions

regula/documentreader/webclient/gen/__init__.py

-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
# flake8: noqa
44

55
"""
6-
Regula Document Reader Web API
7-
8-
Regula Document Reader Web API # noqa: E501
9-
10-
The version of the OpenAPI document: 5.1.0
116
Generated by: https://openapi-generator.tech
127
"""
138

14-
159
from __future__ import absolute_import
1610

1711
__version__ = "1.0.0"

regula/documentreader/webclient/gen/api/default_api.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
from __future__ import absolute_import
148

159
import re # noqa: F401

regula/documentreader/webclient/gen/api_client.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# coding: utf-8
22
"""
3-
Regula Document Reader Web API
4-
5-
Regula Document Reader Web API # noqa: E501
6-
7-
The version of the OpenAPI document: 5.1.0
83
Generated by: https://openapi-generator.tech
94
"""
10-
115
from __future__ import absolute_import
126

137
import atexit

regula/documentreader/webclient/gen/configuration.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
from __future__ import absolute_import
148

159
import copy
@@ -373,7 +367,7 @@ def to_debug_report(self):
373367
return "Python SDK Debug Report:\n"\
374368
"OS: {env}\n"\
375369
"Python Version: {pyversion}\n"\
376-
"Version of the API: 5.1.0\n"\
370+
"Version of the API: 5.2.0\n"\
377371
"SDK Package Version: 1.0.0".\
378372
format(env=sys.platform, pyversion=sys.version)
379373

regula/documentreader/webclient/gen/exceptions.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import six
148

159

regula/documentreader/webclient/gen/models/__init__.py

-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22

33
# flake8: noqa
44
"""
5-
Regula Document Reader Web API
6-
7-
Regula Document Reader Web API # noqa: E501
8-
9-
The version of the OpenAPI document: 5.1.0
105
Generated by: https://openapi-generator.tech
116
"""
127

13-
148
from __future__ import absolute_import
159

1610
# import models into model package

regula/documentreader/webclient/gen/models/check_result.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/chosen_document_type_result.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/chosen_document_type_result_all_of.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/cross_source_value_comparison.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/details_optical.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/details_rfid.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/doc_visual_extended_field.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/doc_visual_extended_info.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/document_format.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/document_image_result.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/document_image_result_all_of.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/document_type.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/document_type_recognition_result.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/document_types_candidates_list.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/document_types_candidates_result.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/document_types_candidates_result_all_of.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

regula/documentreader/webclient/gen/models/graphic_field.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# coding: utf-8
22

33
"""
4-
Regula Document Reader Web API
5-
6-
Regula Document Reader Web API # noqa: E501
7-
8-
The version of the OpenAPI document: 5.1.0
94
Generated by: https://openapi-generator.tech
105
"""
116

12-
137
import pprint
148
import re # noqa: F401
159

0 commit comments

Comments
 (0)