Skip to content

Commit a03f79a

Browse files
committed
automated commit
1 parent f565df8 commit a03f79a

Some content is hidden

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

46 files changed

+47
-47
lines changed

README.md

Lines changed: 1 addition & 1 deletion

oort_sdk_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Client interface to the OORT agent. # noqa: E501
99
10-
The version of the OpenAPI document: 1.3
10+
The version of the OpenAPI document: 1.5
1111
Generated by: https://openapi-generator.tech
1212
"""
1313

oort_sdk_client/api/sdk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Client interface to the OORT agent. # noqa: E501
77
8-
The version of the OpenAPI document: 1.3
8+
The version of the OpenAPI document: 1.5
99
Generated by: https://openapi-generator.tech
1010
"""
1111

oort_sdk_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Client interface to the OORT agent. # noqa: E501
66
7-
The version of the OpenAPI document: 1.3
7+
The version of the OpenAPI document: 1.5
88
Generated by: https://openapi-generator.tech
99
"""
1010

oort_sdk_client/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Client interface to the OORT agent. # noqa: E501
77
8-
The version of the OpenAPI document: 1.3
8+
The version of the OpenAPI document: 1.5
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -328,7 +328,7 @@ def to_debug_report(self):
328328
return "Python SDK Debug Report:\n"\
329329
"OS: {env}\n"\
330330
"Python Version: {pyversion}\n"\
331-
"Version of the API: 1.3\n"\
331+
"Version of the API: 1.5\n"\
332332
"SDK Package Version: 1.0.0".\
333333
format(env=sys.platform, pyversion=sys.version)
334334

oort_sdk_client/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Client interface to the OORT agent. # noqa: E501
77
8-
The version of the OpenAPI document: 1.3
8+
The version of the OpenAPI document: 1.5
99
Generated by: https://openapi-generator.tech
1010
"""
1111

oort_sdk_client/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Client interface to the OORT agent. # noqa: E501
88
9-
The version of the OpenAPI document: 1.3
9+
The version of the OpenAPI document: 1.5
1010
Generated by: https://openapi-generator.tech
1111
"""
1212

oort_sdk_client/models/adcs_command_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Client interface to the OORT agent. # noqa: E501
77
8-
The version of the OpenAPI document: 1.3
8+
The version of the OpenAPI document: 1.5
99
Generated by: https://openapi-generator.tech
1010
"""
1111

oort_sdk_client/models/adcs_command_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Client interface to the OORT agent. # noqa: E501
77
8-
The version of the OpenAPI document: 1.3
8+
The version of the OpenAPI document: 1.5
99
Generated by: https://openapi-generator.tech
1010
"""
1111

oort_sdk_client/models/adcs_euler_t.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Client interface to the OORT agent. # noqa: E501
77
8-
The version of the OpenAPI document: 1.3
8+
The version of the OpenAPI document: 1.5
99
Generated by: https://openapi-generator.tech
1010
"""
1111

0 commit comments

Comments
 (0)