FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: update Python SDK from latest OpenAPI specification by ucatbas · Pull Request #9 · Permify/permify-python · GitHub

chore: update Python SDK from latest OpenAPI specification by ucatbas · Pull Request #9 · Permify/permify-python · GitHub
Skip to content

Navigation Menu

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (1) .md  (1) .py  (273) .toml  (1) All 4 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion docs/TenantDeleteResponse.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TenantDeleteResponse is the message returned from the request to delete a tenant

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tenant** | [**Tenant**](Tenant.md) | | [optional]
**tenant_id** | **str** | tenant_id is the tenant id that was deleted. | [optional]

## Example

Expand Down
8 changes: 4 additions & 4 deletions generator/openapi.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Permify API",
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
"version": "v1.4.3",
"version": "v1.4.4",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
Expand Down Expand Up @@ -3211,9 +3211,9 @@
"TenantDeleteResponse": {
"type": "object",
"properties": {
"tenant": {
"$ref": "#/definitions/Tenant",
"description": "tenant is the tenant information that was deleted."
"tenant_id": {
"type": "string",
"description": "tenant_id is the tenant id that was deleted."
}
},
"description": "TenantDeleteResponse is the message returned from the request to delete a tenant."
Expand Down
4 changes: 2 additions & 2 deletions permify/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
""" # noqa: E501


__version__ = "v1.4.3"
__version__ = "v1.4.4"

# import apis into sdk package
from permify.api.bundle_api import BundleApi
Expand Down
2 changes: 1 addition & 1 deletion permify/api/bundle_api.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/api/data_api.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/api/permission_api.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/api/schema_api.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/api/tenancy_api.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/api/watch_api.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
4 changes: 2 additions & 2 deletions permify/api_client.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down Expand Up @@ -87,7 +87,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/v1.4.3/python'
self.user_agent = 'OpenAPI-Generator/v1.4.4/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
6 changes: 3 additions & 3 deletions permify/configuration.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down Expand Up @@ -397,8 +397,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1.4.3\n"\
"SDK Package Version: v1.4.3".\
"Version of the API: v1.4.4\n"\
"SDK Package Version: v1.4.4".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion permify/exceptions.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/abstract_type.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/any.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/argument.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/attribute.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/attribute_definition.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/attribute_filter.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/attribute_read_response.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/attribute_type.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/bundle_delete_body.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/bundle_delete_response.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/bundle_read_body.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/bundle_read_response.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/bundle_run_response.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/bundle_write_body.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/bundle_write_response.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/check_body.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/check_result.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/checked_expr.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/child.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/comprehension.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/computed_attribute.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/computed_user_set.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/constant.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/context.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion permify/models/create_list.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

The version of the OpenAPI document: v1.4.3
The version of the OpenAPI document: v1.4.4
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Loading

Footer

© 2026 GitHub, Inc.

Back | FazBrowse Home | New Git URL