Skip to content

Commit 466ab86

Browse files
github-actions[bot]github-actionshabara-k
authored
Codes are generated by openapi generator (#572)
Co-authored-by: github-actions <[email protected]> Co-authored-by: keigo habara <[email protected]>
1 parent 52140cd commit 466ab86

24 files changed

+190
-22
lines changed

linebot/v3/liff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
LIFF Server API. # noqa: E501
99
10-
The version of the OpenAPI document: 1.0
10+
The version of the OpenAPI document: 1.0.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.

linebot/v3/liff/api/async_liff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LIFF Server API. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

linebot/v3/liff/api/liff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LIFF Server API. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

linebot/v3/liff/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LIFF Server API. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

linebot/v3/liff/async_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LIFF Server API. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

linebot/v3/liff/async_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LIFF Server API. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

linebot/v3/liff/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LIFF Server API. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -372,7 +372,7 @@ def to_debug_report(self):
372372
return "Python SDK Debug Report:\n"\
373373
"OS: {env}\n"\
374374
"Python Version: {pyversion}\n"\
375-
"Version of the API: 1.0\n"\
375+
"Version of the API: 1.0.0\n"\
376376
"SDK Package Version: {__version__}".\
377377
format(env=sys.platform, pyversion=sys.version, package_version=__version__)
378378

linebot/v3/liff/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LIFF Server API. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

linebot/v3/liff/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
LIFF Server API. # noqa: E501
88
9-
The version of the OpenAPI document: 1.0
9+
The version of the OpenAPI document: 1.0.0
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
1212
Do not edit the class manually.

linebot/v3/liff/models/add_liff_app_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LIFF Server API. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

0 commit comments

Comments
 (0)