Skip to content

Commit 44ada5f

Browse files
authored
Merge pull request #17 from Permify/update-sdk-from-openapi
chore: update Python SDK from latest OpenAPI specification
2 parents 739a2e0 + 95982ee commit 44ada5f

File tree

287 files changed

+292
-292
lines changed

Some content is hidden

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

287 files changed

+292
-292
lines changed

generator/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Permify API",
55
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
6-
"version": "v1.6.1",
6+
"version": "v1.6.8",
77
"contact": {
88
"name": "API Support",
99
"url": "https://github.com/Permify/permify/issues",

permify/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
99
10-
The version of the OpenAPI document: v1.6.1
10+
The version of the OpenAPI document: v1.6.8
1111
Contact: hello@permify.co
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "v1.6.1"
18+
__version__ = "v1.6.8"
1919

2020
# import apis into sdk package
2121
from permify.api.bundle_api import BundleApi

permify/api/bundle_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v1.6.1
8+
The version of the OpenAPI document: v1.6.8
99
Contact: hello@permify.co
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/data_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v1.6.1
8+
The version of the OpenAPI document: v1.6.8
99
Contact: hello@permify.co
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/permission_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v1.6.1
8+
The version of the OpenAPI document: v1.6.8
99
Contact: hello@permify.co
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/schema_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v1.6.1
8+
The version of the OpenAPI document: v1.6.8
99
Contact: hello@permify.co
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/tenancy_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v1.6.1
8+
The version of the OpenAPI document: v1.6.8
99
Contact: hello@permify.co
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/watch_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v1.6.1
8+
The version of the OpenAPI document: v1.6.8
99
Contact: hello@permify.co
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v1.6.1
8+
The version of the OpenAPI document: v1.6.8
99
Contact: hello@permify.co
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -87,7 +87,7 @@ def __init__(
8787
self.default_headers[header_name] = header_value
8888
self.cookie = cookie
8989
# Set default User-Agent.
90-
self.user_agent = 'OpenAPI-Generator/v1.6.1/python'
90+
self.user_agent = 'OpenAPI-Generator/v1.6.8/python'
9191
self.client_side_validation = configuration.client_side_validation
9292

9393
def __enter__(self):

permify/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v1.6.1
8+
The version of the OpenAPI document: v1.6.8
99
Contact: hello@permify.co
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -397,8 +397,8 @@ def to_debug_report(self):
397397
return "Python SDK Debug Report:\n"\
398398
"OS: {env}\n"\
399399
"Python Version: {pyversion}\n"\
400-
"Version of the API: v1.6.1\n"\
401-
"SDK Package Version: v1.6.1".\
400+
"Version of the API: v1.6.8\n"\
401+
"SDK Package Version: v1.6.8".\
402402
format(env=sys.platform, pyversion=sys.version)
403403

404404
def get_host_settings(self):

0 commit comments

Comments
 (0)