From dbb23a13f1db5691ba201fbdb7aaa90f5490d7f9 Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Mon, 30 Sep 2024 16:49:36 +0000
Subject: [PATCH] Update python SDK from OpenAPI changes
---
docs/PermissionApi.md | 6 +++---
permify/api/bundle_api.py | 2 +-
permify/api/data_api.py | 2 +-
permify/api/permission_api.py | 16 ++++++++--------
permify/api/schema_api.py | 2 +-
permify/api/tenancy_api.py | 2 +-
permify/api/watch_api.py | 2 +-
permify/models/abstract_type.py | 2 +-
permify/models/any.py | 2 +-
permify/models/argument.py | 2 +-
permify/models/attribute.py | 2 +-
permify/models/attribute_definition.py | 2 +-
permify/models/attribute_filter.py | 2 +-
.../models/attribute_read_request_metadata.py | 2 +-
permify/models/attribute_read_response.py | 2 +-
permify/models/attribute_type.py | 2 +-
permify/models/bundle_delete_body.py | 2 +-
permify/models/bundle_delete_response.py | 2 +-
permify/models/bundle_read_body.py | 2 +-
permify/models/bundle_read_response.py | 2 +-
permify/models/bundle_run_response.py | 2 +-
permify/models/bundle_write_body.py | 2 +-
permify/models/bundle_write_response.py | 2 +-
permify/models/check_body.py | 2 +-
permify/models/check_result.py | 2 +-
permify/models/checked_expr.py | 2 +-
permify/models/child.py | 2 +-
permify/models/comprehension.py | 2 +-
permify/models/computed_attribute.py | 2 +-
permify/models/computed_user_set.py | 2 +-
permify/models/constant.py | 2 +-
permify/models/context.py | 2 +-
permify/models/create_list.py | 2 +-
permify/models/create_struct.py | 2 +-
permify/models/data_bundle.py | 2 +-
permify/models/data_change.py | 2 +-
permify/models/data_change_operation.py | 2 +-
permify/models/data_changes.py | 2 +-
permify/models/data_delete_body.py | 2 +-
permify/models/data_delete_response.py | 2 +-
permify/models/data_write_body.py | 2 +-
permify/models/data_write_request_metadata.py | 2 +-
permify/models/data_write_response.py | 2 +-
permify/models/delete_relationships_body.py | 2 +-
permify/models/entity.py | 2 +-
permify/models/entity_definition.py | 2 +-
permify/models/entity_definition_reference.py | 2 +-
permify/models/entity_filter.py | 2 +-
permify/models/entry.py | 2 +-
permify/models/expand_leaf.py | 2 +-
permify/models/expand_tree_node.py | 2 +-
permify/models/expand_tree_node_operation.py | 2 +-
permify/models/expr.py | 2 +-
permify/models/expr_call.py | 2 +-
permify/models/function_type.py | 2 +-
permify/models/ident.py | 2 +-
permify/models/leaf.py | 2 +-
permify/models/list_type.py | 2 +-
permify/models/lookup_entity_body.py | 2 +-
permify/models/lookup_entity_stream_body.py | 2 +-
permify/models/lookup_subject_body.py | 2 +-
permify/models/map_type.py | 2 +-
permify/models/partial_write_body.py | 2 +-
permify/models/partials.py | 2 +-
.../models/permission_check_request_metadata.py | 2 +-
permify/models/permission_check_response.py | 2 +-
.../models/permission_check_response_metadata.py | 2 +-
permify/models/permission_definition.py | 2 +-
permify/models/permission_expand_body.py | 2 +-
.../models/permission_expand_request_metadata.py | 2 +-
permify/models/permission_expand_response.py | 2 +-
.../permission_lookup_entity_request_metadata.py | 2 +-
.../models/permission_lookup_entity_response.py | 2 +-
.../permission_lookup_entity_stream_response.py | 2 +-
...permission_lookup_subject_request_metadata.py | 2 +-
.../models/permission_lookup_subject_response.py | 2 +-
...ission_subject_permission_request_metadata.py | 2 +-
.../permission_subject_permission_response.py | 2 +-
permify/models/primitive_type.py | 2 +-
permify/models/read_attributes_body.py | 2 +-
permify/models/read_relationships_body.py | 2 +-
permify/models/relation_definition.py | 2 +-
permify/models/relation_reference.py | 2 +-
permify/models/relationship_delete_response.py | 2 +-
.../models/relationship_read_request_metadata.py | 2 +-
permify/models/relationship_read_response.py | 2 +-
.../relationship_write_request_metadata.py | 2 +-
permify/models/relationship_write_response.py | 2 +-
permify/models/rewrite.py | 2 +-
permify/models/rewrite_operation.py | 2 +-
permify/models/rule_definition.py | 2 +-
permify/models/run_bundle_body.py | 2 +-
permify/models/schema_definition.py | 2 +-
permify/models/schema_definition_reference.py | 2 +-
permify/models/schema_list.py | 2 +-
permify/models/schema_list_body.py | 2 +-
permify/models/schema_list_response.py | 2 +-
.../schema_partial_write_request_metadata.py | 2 +-
permify/models/schema_partial_write_response.py | 2 +-
permify/models/schema_read_body.py | 2 +-
permify/models/schema_read_request_metadata.py | 2 +-
permify/models/schema_read_response.py | 2 +-
permify/models/schema_write_body.py | 2 +-
permify/models/schema_write_response.py | 2 +-
permify/models/select.py | 2 +-
permify/models/source_info.py | 2 +-
permify/models/status.py | 2 +-
...f_permission_lookup_entity_stream_response.py | 2 +-
.../models/stream_result_of_watch_response.py | 2 +-
permify/models/string_array_value.py | 2 +-
permify/models/subject.py | 2 +-
permify/models/subject_filter.py | 2 +-
permify/models/subject_permission_body.py | 2 +-
permify/models/subjects.py | 2 +-
permify/models/tenant.py | 2 +-
permify/models/tenant_create_request.py | 2 +-
permify/models/tenant_create_response.py | 2 +-
permify/models/tenant_delete_response.py | 2 +-
permify/models/tenant_list_request.py | 2 +-
permify/models/tenant_list_response.py | 2 +-
permify/models/tuple.py | 2 +-
permify/models/tuple_filter.py | 2 +-
permify/models/tuple_set.py | 2 +-
permify/models/tuple_to_user_set.py | 2 +-
permify/models/v1_call.py | 2 +-
permify/models/v1_expand.py | 2 +-
permify/models/v1_operation.py | 2 +-
permify/models/v1alpha1_reference.py | 2 +-
permify/models/v1alpha1_type.py | 2 +-
permify/models/values.py | 2 +-
permify/models/watch_body.py | 2 +-
permify/models/watch_response.py | 2 +-
permify/models/well_known_type.py | 2 +-
permify/models/write_relationships_body.py | 2 +-
test/test_abstract_type.py | 2 +-
test/test_any.py | 2 +-
test/test_argument.py | 2 +-
test/test_attribute.py | 2 +-
test/test_attribute_definition.py | 2 +-
test/test_attribute_filter.py | 2 +-
test/test_attribute_read_request_metadata.py | 2 +-
test/test_attribute_read_response.py | 2 +-
test/test_attribute_type.py | 2 +-
test/test_bundle_api.py | 2 +-
test/test_bundle_delete_body.py | 2 +-
test/test_bundle_delete_response.py | 2 +-
test/test_bundle_read_body.py | 2 +-
test/test_bundle_read_response.py | 2 +-
test/test_bundle_run_response.py | 2 +-
test/test_bundle_write_body.py | 2 +-
test/test_bundle_write_response.py | 2 +-
test/test_check_body.py | 4 +---
test/test_check_result.py | 2 +-
test/test_checked_expr.py | 2 +-
test/test_child.py | 2 +-
test/test_comprehension.py | 2 +-
test/test_computed_attribute.py | 2 +-
test/test_computed_user_set.py | 2 +-
test/test_constant.py | 2 +-
test/test_context.py | 4 ++--
test/test_create_list.py | 2 +-
test/test_create_struct.py | 2 +-
test/test_data_api.py | 2 +-
test/test_data_bundle.py | 2 +-
test/test_data_change.py | 2 +-
test/test_data_change_operation.py | 2 +-
test/test_data_changes.py | 2 +-
test/test_data_delete_body.py | 2 +-
test/test_data_delete_response.py | 2 +-
test/test_data_write_body.py | 2 +-
test/test_data_write_request_metadata.py | 2 +-
test/test_data_write_response.py | 2 +-
test/test_delete_relationships_body.py | 2 +-
test/test_entity.py | 2 +-
test/test_entity_definition.py | 2 +-
test/test_entity_definition_reference.py | 2 +-
test/test_entity_filter.py | 2 +-
test/test_entry.py | 2 +-
test/test_expand_leaf.py | 2 +-
test/test_expand_tree_node.py | 2 +-
test/test_expand_tree_node_operation.py | 2 +-
test/test_expr.py | 2 +-
test/test_expr_call.py | 2 +-
test/test_function_type.py | 2 +-
test/test_ident.py | 2 +-
test/test_leaf.py | 2 +-
test/test_list_type.py | 2 +-
test/test_lookup_entity_body.py | 2 +-
test/test_lookup_entity_stream_body.py | 2 +-
test/test_lookup_subject_body.py | 2 +-
test/test_map_type.py | 2 +-
test/test_partial_write_body.py | 2 +-
test/test_partials.py | 2 +-
test/test_permission_api.py | 2 +-
test/test_permission_check_request_metadata.py | 2 +-
test/test_permission_check_response.py | 2 +-
test/test_permission_check_response_metadata.py | 2 +-
test/test_permission_definition.py | 2 +-
test/test_permission_expand_body.py | 2 +-
test/test_permission_expand_request_metadata.py | 2 +-
test/test_permission_expand_response.py | 2 +-
..._permission_lookup_entity_request_metadata.py | 2 +-
test/test_permission_lookup_entity_response.py | 2 +-
...t_permission_lookup_entity_stream_response.py | 2 +-
...permission_lookup_subject_request_metadata.py | 2 +-
test/test_permission_lookup_subject_response.py | 2 +-
...ission_subject_permission_request_metadata.py | 2 +-
...est_permission_subject_permission_response.py | 2 +-
test/test_primitive_type.py | 2 +-
test/test_read_attributes_body.py | 2 +-
test/test_read_relationships_body.py | 2 +-
test/test_relation_definition.py | 2 +-
test/test_relation_reference.py | 2 +-
test/test_relationship_delete_response.py | 2 +-
test/test_relationship_read_request_metadata.py | 2 +-
test/test_relationship_read_response.py | 2 +-
test/test_relationship_write_request_metadata.py | 2 +-
test/test_relationship_write_response.py | 2 +-
test/test_rewrite.py | 2 +-
test/test_rewrite_operation.py | 2 +-
test/test_rule_definition.py | 2 +-
test/test_run_bundle_body.py | 2 +-
test/test_schema_api.py | 2 +-
test/test_schema_definition.py | 2 +-
test/test_schema_definition_reference.py | 2 +-
test/test_schema_list.py | 2 +-
test/test_schema_list_body.py | 2 +-
test/test_schema_list_response.py | 2 +-
...test_schema_partial_write_request_metadata.py | 2 +-
test/test_schema_partial_write_response.py | 2 +-
test/test_schema_read_body.py | 2 +-
test/test_schema_read_request_metadata.py | 2 +-
test/test_schema_read_response.py | 2 +-
test/test_schema_write_body.py | 2 +-
test/test_schema_write_response.py | 2 +-
test/test_select.py | 2 +-
test/test_source_info.py | 2 +-
test/test_status.py | 2 +-
...f_permission_lookup_entity_stream_response.py | 2 +-
test/test_stream_result_of_watch_response.py | 2 +-
test/test_string_array_value.py | 2 +-
test/test_subject.py | 2 +-
test/test_subject_filter.py | 2 +-
test/test_subject_permission_body.py | 2 +-
test/test_subjects.py | 2 +-
test/test_tenancy_api.py | 2 +-
test/test_tenant.py | 2 +-
test/test_tenant_create_request.py | 2 +-
test/test_tenant_create_response.py | 2 +-
test/test_tenant_delete_response.py | 2 +-
test/test_tenant_list_request.py | 2 +-
test/test_tenant_list_response.py | 2 +-
test/test_tuple.py | 2 +-
test/test_tuple_filter.py | 2 +-
test/test_tuple_set.py | 2 +-
test/test_tuple_to_user_set.py | 2 +-
test/test_v1_call.py | 2 +-
test/test_v1_expand.py | 2 +-
test/test_v1_operation.py | 2 +-
test/test_v1alpha1_reference.py | 2 +-
test/test_v1alpha1_type.py | 2 +-
test/test_values.py | 2 +-
test/test_watch_api.py | 2 +-
test/test_watch_body.py | 2 +-
test/test_watch_response.py | 2 +-
test/test_well_known_type.py | 2 +-
test/test_write_relationships_body.py | 2 +-
267 files changed, 277 insertions(+), 279 deletions(-)
diff --git a/docs/PermissionApi.md b/docs/PermissionApi.md
index 583dd44f..3cbe3df8 100644
--- a/docs/PermissionApi.md
+++ b/docs/PermissionApi.md
@@ -22,7 +22,7 @@ check api
```python
import permify
-from permify.models.permission_check_body import PermissionCheckBody
+from permify.models.check_body import CheckBody
from permify.models.permission_check_response import PermissionCheckResponse
from permify.rest import ApiException
from pprint import pprint
@@ -39,7 +39,7 @@ with permify.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = permify.PermissionApi(api_client)
tenant_id = 'tenant_id_example' # str | Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1
for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes.
- body = permify.PermissionCheckBody() # PermissionCheckBody |
+ body = permify.CheckBody() # CheckBody |
try:
# check api
@@ -58,7 +58,7 @@ with permify.ApiClient(configuration) as api_client:
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**tenant_id** | **str**| Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant <code>t1</code> for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes. |
- **body** | [**PermissionCheckBody**](PermissionCheckBody.md)| |
+ **body** | [**CheckBody**](CheckBody.md)| |
### Return type
diff --git a/permify/api/bundle_api.py b/permify/api/bundle_api.py
index dec1bc0c..529e2d05 100644
--- a/permify/api/bundle_api.py
+++ b/permify/api/bundle_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/api/data_api.py b/permify/api/data_api.py
index 8ca3870d..b9a7465c 100644
--- a/permify/api/data_api.py
+++ b/permify/api/data_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/api/permission_api.py b/permify/api/permission_api.py
index 5e0f90c3..8c1b496f 100644
--- a/permify/api/permission_api.py
+++ b/permify/api/permission_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -19,10 +19,10 @@
from pydantic import Field, StrictStr
from typing_extensions import Annotated
+from permify.models.check_body import CheckBody
from permify.models.lookup_entity_body import LookupEntityBody
from permify.models.lookup_entity_stream_body import LookupEntityStreamBody
from permify.models.lookup_subject_body import LookupSubjectBody
-from permify.models.permission_check_body import PermissionCheckBody
from permify.models.permission_check_response import PermissionCheckResponse
from permify.models.permission_expand_body import PermissionExpandBody
from permify.models.permission_expand_response import PermissionExpandResponse
@@ -54,7 +54,7 @@ def __init__(self, api_client=None) -> None:
def permissions_check(
self,
tenant_id: Annotated[StrictStr, Field(description="Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1
for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes.")],
- body: PermissionCheckBody,
+ body: CheckBody,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
@@ -74,7 +74,7 @@ def permissions_check(
:param tenant_id: Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1
for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes. (required)
:type tenant_id: str
:param body: (required)
- :type body: PermissionCheckBody
+ :type body: CheckBody
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
@@ -124,7 +124,7 @@ def permissions_check(
def permissions_check_with_http_info(
self,
tenant_id: Annotated[StrictStr, Field(description="Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1
for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes.")],
- body: PermissionCheckBody,
+ body: CheckBody,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
@@ -144,7 +144,7 @@ def permissions_check_with_http_info(
:param tenant_id: Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1
for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes. (required)
:type tenant_id: str
:param body: (required)
- :type body: PermissionCheckBody
+ :type body: CheckBody
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
@@ -194,7 +194,7 @@ def permissions_check_with_http_info(
def permissions_check_without_preload_content(
self,
tenant_id: Annotated[StrictStr, Field(description="Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1
for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes.")],
- body: PermissionCheckBody,
+ body: CheckBody,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
@@ -214,7 +214,7 @@ def permissions_check_without_preload_content(
:param tenant_id: Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1
for this field. Required, and must match the pattern \\“[a-zA-Z0-9-,]+\\“, max 64 bytes. (required)
:type tenant_id: str
:param body: (required)
- :type body: PermissionCheckBody
+ :type body: CheckBody
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
diff --git a/permify/api/schema_api.py b/permify/api/schema_api.py
index ca2f84b5..4451dde1 100644
--- a/permify/api/schema_api.py
+++ b/permify/api/schema_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/api/tenancy_api.py b/permify/api/tenancy_api.py
index 59b5fec4..7c5f0f33 100644
--- a/permify/api/tenancy_api.py
+++ b/permify/api/tenancy_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/api/watch_api.py b/permify/api/watch_api.py
index d923f747..e8c70e72 100644
--- a/permify/api/watch_api.py
+++ b/permify/api/watch_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/abstract_type.py b/permify/models/abstract_type.py
index 15d58ab2..42ea8f11 100644
--- a/permify/models/abstract_type.py
+++ b/permify/models/abstract_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/any.py b/permify/models/any.py
index d6a189d2..94592e3a 100644
--- a/permify/models/any.py
+++ b/permify/models/any.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/argument.py b/permify/models/argument.py
index 24f85f08..f008e2dc 100644
--- a/permify/models/argument.py
+++ b/permify/models/argument.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/attribute.py b/permify/models/attribute.py
index 0457de08..ac13d122 100644
--- a/permify/models/attribute.py
+++ b/permify/models/attribute.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/attribute_definition.py b/permify/models/attribute_definition.py
index 5b824ec5..83f72f7f 100644
--- a/permify/models/attribute_definition.py
+++ b/permify/models/attribute_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/attribute_filter.py b/permify/models/attribute_filter.py
index 6387de80..312847ff 100644
--- a/permify/models/attribute_filter.py
+++ b/permify/models/attribute_filter.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/attribute_read_request_metadata.py b/permify/models/attribute_read_request_metadata.py
index 238a5d62..9ce15623 100644
--- a/permify/models/attribute_read_request_metadata.py
+++ b/permify/models/attribute_read_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/attribute_read_response.py b/permify/models/attribute_read_response.py
index 98b94752..707ac378 100644
--- a/permify/models/attribute_read_response.py
+++ b/permify/models/attribute_read_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/attribute_type.py b/permify/models/attribute_type.py
index e64031e4..11586836 100644
--- a/permify/models/attribute_type.py
+++ b/permify/models/attribute_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/bundle_delete_body.py b/permify/models/bundle_delete_body.py
index e181bf86..4714aecd 100644
--- a/permify/models/bundle_delete_body.py
+++ b/permify/models/bundle_delete_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/bundle_delete_response.py b/permify/models/bundle_delete_response.py
index 93af4d72..9068b9c0 100644
--- a/permify/models/bundle_delete_response.py
+++ b/permify/models/bundle_delete_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/bundle_read_body.py b/permify/models/bundle_read_body.py
index 69a7350b..028469a5 100644
--- a/permify/models/bundle_read_body.py
+++ b/permify/models/bundle_read_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/bundle_read_response.py b/permify/models/bundle_read_response.py
index e9243435..1acd8561 100644
--- a/permify/models/bundle_read_response.py
+++ b/permify/models/bundle_read_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/bundle_run_response.py b/permify/models/bundle_run_response.py
index a33b654e..594bc402 100644
--- a/permify/models/bundle_run_response.py
+++ b/permify/models/bundle_run_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/bundle_write_body.py b/permify/models/bundle_write_body.py
index c8e934e1..f2ccfe66 100644
--- a/permify/models/bundle_write_body.py
+++ b/permify/models/bundle_write_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/bundle_write_response.py b/permify/models/bundle_write_response.py
index 0908f288..9df5777c 100644
--- a/permify/models/bundle_write_response.py
+++ b/permify/models/bundle_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/check_body.py b/permify/models/check_body.py
index 5b22ddef..07bf042f 100644
--- a/permify/models/check_body.py
+++ b/permify/models/check_body.py
@@ -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: v0.10.2
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/check_result.py b/permify/models/check_result.py
index 61270e9d..b2a64665 100644
--- a/permify/models/check_result.py
+++ b/permify/models/check_result.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/checked_expr.py b/permify/models/checked_expr.py
index 3f3f29fa..2933b1e8 100644
--- a/permify/models/checked_expr.py
+++ b/permify/models/checked_expr.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/child.py b/permify/models/child.py
index 107ef69f..5d74eb58 100644
--- a/permify/models/child.py
+++ b/permify/models/child.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/comprehension.py b/permify/models/comprehension.py
index 77c443f5..887e2e56 100644
--- a/permify/models/comprehension.py
+++ b/permify/models/comprehension.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/computed_attribute.py b/permify/models/computed_attribute.py
index 547a8069..e6c9594a 100644
--- a/permify/models/computed_attribute.py
+++ b/permify/models/computed_attribute.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/computed_user_set.py b/permify/models/computed_user_set.py
index a38b707b..a8b50dc0 100644
--- a/permify/models/computed_user_set.py
+++ b/permify/models/computed_user_set.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/constant.py b/permify/models/constant.py
index 9a27aa2a..873e190e 100644
--- a/permify/models/constant.py
+++ b/permify/models/constant.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/context.py b/permify/models/context.py
index ddeea671..f393f5d7 100644
--- a/permify/models/context.py
+++ b/permify/models/context.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/create_list.py b/permify/models/create_list.py
index c37e64e2..9c301d22 100644
--- a/permify/models/create_list.py
+++ b/permify/models/create_list.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/create_struct.py b/permify/models/create_struct.py
index 304ff2af..bd973549 100644
--- a/permify/models/create_struct.py
+++ b/permify/models/create_struct.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_bundle.py b/permify/models/data_bundle.py
index 2aa8d2a6..eb5764af 100644
--- a/permify/models/data_bundle.py
+++ b/permify/models/data_bundle.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_change.py b/permify/models/data_change.py
index b1ffa82f..a1d677f2 100644
--- a/permify/models/data_change.py
+++ b/permify/models/data_change.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_change_operation.py b/permify/models/data_change_operation.py
index ae3f76b8..7c101d08 100644
--- a/permify/models/data_change_operation.py
+++ b/permify/models/data_change_operation.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_changes.py b/permify/models/data_changes.py
index 6e27c4d7..02185f93 100644
--- a/permify/models/data_changes.py
+++ b/permify/models/data_changes.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_delete_body.py b/permify/models/data_delete_body.py
index c8562ef8..66630e94 100644
--- a/permify/models/data_delete_body.py
+++ b/permify/models/data_delete_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_delete_response.py b/permify/models/data_delete_response.py
index 24099189..52cd0238 100644
--- a/permify/models/data_delete_response.py
+++ b/permify/models/data_delete_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_write_body.py b/permify/models/data_write_body.py
index d6977030..f06b1c42 100644
--- a/permify/models/data_write_body.py
+++ b/permify/models/data_write_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_write_request_metadata.py b/permify/models/data_write_request_metadata.py
index e4e8575b..859e889f 100644
--- a/permify/models/data_write_request_metadata.py
+++ b/permify/models/data_write_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/data_write_response.py b/permify/models/data_write_response.py
index 751d2111..ad97b7c1 100644
--- a/permify/models/data_write_response.py
+++ b/permify/models/data_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/delete_relationships_body.py b/permify/models/delete_relationships_body.py
index 5c5db939..c6c5af4b 100644
--- a/permify/models/delete_relationships_body.py
+++ b/permify/models/delete_relationships_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/entity.py b/permify/models/entity.py
index 746e6a85..48b94877 100644
--- a/permify/models/entity.py
+++ b/permify/models/entity.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/entity_definition.py b/permify/models/entity_definition.py
index da5eb4c4..7b0f6034 100644
--- a/permify/models/entity_definition.py
+++ b/permify/models/entity_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/entity_definition_reference.py b/permify/models/entity_definition_reference.py
index 1bd40451..859ac03e 100644
--- a/permify/models/entity_definition_reference.py
+++ b/permify/models/entity_definition_reference.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/entity_filter.py b/permify/models/entity_filter.py
index 3ed55561..cd80ffb3 100644
--- a/permify/models/entity_filter.py
+++ b/permify/models/entity_filter.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/entry.py b/permify/models/entry.py
index 043507fe..1bdfeb39 100644
--- a/permify/models/entry.py
+++ b/permify/models/entry.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/expand_leaf.py b/permify/models/expand_leaf.py
index f87ee9dd..2ad8611b 100644
--- a/permify/models/expand_leaf.py
+++ b/permify/models/expand_leaf.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/expand_tree_node.py b/permify/models/expand_tree_node.py
index 2dce1ecc..2b1288f0 100644
--- a/permify/models/expand_tree_node.py
+++ b/permify/models/expand_tree_node.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/expand_tree_node_operation.py b/permify/models/expand_tree_node_operation.py
index 5360c2cc..34076475 100644
--- a/permify/models/expand_tree_node_operation.py
+++ b/permify/models/expand_tree_node_operation.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/expr.py b/permify/models/expr.py
index 7334c163..aae2f505 100644
--- a/permify/models/expr.py
+++ b/permify/models/expr.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/expr_call.py b/permify/models/expr_call.py
index 7c17a57d..7d7fcb74 100644
--- a/permify/models/expr_call.py
+++ b/permify/models/expr_call.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/function_type.py b/permify/models/function_type.py
index df061098..499134c3 100644
--- a/permify/models/function_type.py
+++ b/permify/models/function_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/ident.py b/permify/models/ident.py
index 27e881ad..67d6aa24 100644
--- a/permify/models/ident.py
+++ b/permify/models/ident.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/leaf.py b/permify/models/leaf.py
index 9e7138df..0aa920e0 100644
--- a/permify/models/leaf.py
+++ b/permify/models/leaf.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/list_type.py b/permify/models/list_type.py
index 0828ca28..b18d0c6b 100644
--- a/permify/models/list_type.py
+++ b/permify/models/list_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/lookup_entity_body.py b/permify/models/lookup_entity_body.py
index fed208e2..194c96fa 100644
--- a/permify/models/lookup_entity_body.py
+++ b/permify/models/lookup_entity_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/lookup_entity_stream_body.py b/permify/models/lookup_entity_stream_body.py
index 4515304b..096efb0a 100644
--- a/permify/models/lookup_entity_stream_body.py
+++ b/permify/models/lookup_entity_stream_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/lookup_subject_body.py b/permify/models/lookup_subject_body.py
index e483a697..1d9780f5 100644
--- a/permify/models/lookup_subject_body.py
+++ b/permify/models/lookup_subject_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/map_type.py b/permify/models/map_type.py
index 129a84c7..17b65de1 100644
--- a/permify/models/map_type.py
+++ b/permify/models/map_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/partial_write_body.py b/permify/models/partial_write_body.py
index 12db0eac..8aa71510 100644
--- a/permify/models/partial_write_body.py
+++ b/permify/models/partial_write_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/partials.py b/permify/models/partials.py
index 9526895c..541f6fd3 100644
--- a/permify/models/partials.py
+++ b/permify/models/partials.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_check_request_metadata.py b/permify/models/permission_check_request_metadata.py
index 4451fa62..79197323 100644
--- a/permify/models/permission_check_request_metadata.py
+++ b/permify/models/permission_check_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_check_response.py b/permify/models/permission_check_response.py
index b132b35a..e995638b 100644
--- a/permify/models/permission_check_response.py
+++ b/permify/models/permission_check_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_check_response_metadata.py b/permify/models/permission_check_response_metadata.py
index 4bcb40c2..e2407720 100644
--- a/permify/models/permission_check_response_metadata.py
+++ b/permify/models/permission_check_response_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_definition.py b/permify/models/permission_definition.py
index c56ae7d9..7793cee8 100644
--- a/permify/models/permission_definition.py
+++ b/permify/models/permission_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_expand_body.py b/permify/models/permission_expand_body.py
index 0b6824d9..b6012730 100644
--- a/permify/models/permission_expand_body.py
+++ b/permify/models/permission_expand_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_expand_request_metadata.py b/permify/models/permission_expand_request_metadata.py
index d0c877f3..5e2ff24b 100644
--- a/permify/models/permission_expand_request_metadata.py
+++ b/permify/models/permission_expand_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_expand_response.py b/permify/models/permission_expand_response.py
index 8fe72f21..23605260 100644
--- a/permify/models/permission_expand_response.py
+++ b/permify/models/permission_expand_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_lookup_entity_request_metadata.py b/permify/models/permission_lookup_entity_request_metadata.py
index ad4dfd4c..e1bf7aa0 100644
--- a/permify/models/permission_lookup_entity_request_metadata.py
+++ b/permify/models/permission_lookup_entity_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_lookup_entity_response.py b/permify/models/permission_lookup_entity_response.py
index 673a88b2..fbe87531 100644
--- a/permify/models/permission_lookup_entity_response.py
+++ b/permify/models/permission_lookup_entity_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_lookup_entity_stream_response.py b/permify/models/permission_lookup_entity_stream_response.py
index d0781bd5..4de27739 100644
--- a/permify/models/permission_lookup_entity_stream_response.py
+++ b/permify/models/permission_lookup_entity_stream_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_lookup_subject_request_metadata.py b/permify/models/permission_lookup_subject_request_metadata.py
index 82c7e244..233a9ecb 100644
--- a/permify/models/permission_lookup_subject_request_metadata.py
+++ b/permify/models/permission_lookup_subject_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_lookup_subject_response.py b/permify/models/permission_lookup_subject_response.py
index 2d141df8..1ed12d13 100644
--- a/permify/models/permission_lookup_subject_response.py
+++ b/permify/models/permission_lookup_subject_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_subject_permission_request_metadata.py b/permify/models/permission_subject_permission_request_metadata.py
index ced2535f..78966ea0 100644
--- a/permify/models/permission_subject_permission_request_metadata.py
+++ b/permify/models/permission_subject_permission_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/permission_subject_permission_response.py b/permify/models/permission_subject_permission_response.py
index eebf318a..00065165 100644
--- a/permify/models/permission_subject_permission_response.py
+++ b/permify/models/permission_subject_permission_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/primitive_type.py b/permify/models/primitive_type.py
index 07cc59ce..462b2062 100644
--- a/permify/models/primitive_type.py
+++ b/permify/models/primitive_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/read_attributes_body.py b/permify/models/read_attributes_body.py
index 838d2504..f0ad32a0 100644
--- a/permify/models/read_attributes_body.py
+++ b/permify/models/read_attributes_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/read_relationships_body.py b/permify/models/read_relationships_body.py
index 5825619a..451893d5 100644
--- a/permify/models/read_relationships_body.py
+++ b/permify/models/read_relationships_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/relation_definition.py b/permify/models/relation_definition.py
index 8e04c619..390d11a8 100644
--- a/permify/models/relation_definition.py
+++ b/permify/models/relation_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/relation_reference.py b/permify/models/relation_reference.py
index e18f59b5..c2ff123e 100644
--- a/permify/models/relation_reference.py
+++ b/permify/models/relation_reference.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/relationship_delete_response.py b/permify/models/relationship_delete_response.py
index 0c3d757d..9e860812 100644
--- a/permify/models/relationship_delete_response.py
+++ b/permify/models/relationship_delete_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/relationship_read_request_metadata.py b/permify/models/relationship_read_request_metadata.py
index 552b81e3..b8ee5026 100644
--- a/permify/models/relationship_read_request_metadata.py
+++ b/permify/models/relationship_read_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/relationship_read_response.py b/permify/models/relationship_read_response.py
index f8c6ccba..5bcfb24c 100644
--- a/permify/models/relationship_read_response.py
+++ b/permify/models/relationship_read_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/relationship_write_request_metadata.py b/permify/models/relationship_write_request_metadata.py
index df4de736..0e43faf0 100644
--- a/permify/models/relationship_write_request_metadata.py
+++ b/permify/models/relationship_write_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/relationship_write_response.py b/permify/models/relationship_write_response.py
index 82ac492f..1fcafe29 100644
--- a/permify/models/relationship_write_response.py
+++ b/permify/models/relationship_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/rewrite.py b/permify/models/rewrite.py
index 83b36570..4bffb6ff 100644
--- a/permify/models/rewrite.py
+++ b/permify/models/rewrite.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/rewrite_operation.py b/permify/models/rewrite_operation.py
index b6b8c921..d2831fbd 100644
--- a/permify/models/rewrite_operation.py
+++ b/permify/models/rewrite_operation.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/rule_definition.py b/permify/models/rule_definition.py
index 086affb8..5ea94297 100644
--- a/permify/models/rule_definition.py
+++ b/permify/models/rule_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/run_bundle_body.py b/permify/models/run_bundle_body.py
index a6708968..b74f9773 100644
--- a/permify/models/run_bundle_body.py
+++ b/permify/models/run_bundle_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_definition.py b/permify/models/schema_definition.py
index e9a4e307..4dab1815 100644
--- a/permify/models/schema_definition.py
+++ b/permify/models/schema_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_definition_reference.py b/permify/models/schema_definition_reference.py
index 8bef5755..c139f1ae 100644
--- a/permify/models/schema_definition_reference.py
+++ b/permify/models/schema_definition_reference.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_list.py b/permify/models/schema_list.py
index 55d258a0..8044d5eb 100644
--- a/permify/models/schema_list.py
+++ b/permify/models/schema_list.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_list_body.py b/permify/models/schema_list_body.py
index f9bedde9..dda6d952 100644
--- a/permify/models/schema_list_body.py
+++ b/permify/models/schema_list_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_list_response.py b/permify/models/schema_list_response.py
index 9cf8c093..9dd87e28 100644
--- a/permify/models/schema_list_response.py
+++ b/permify/models/schema_list_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_partial_write_request_metadata.py b/permify/models/schema_partial_write_request_metadata.py
index 623b625e..0b727e9b 100644
--- a/permify/models/schema_partial_write_request_metadata.py
+++ b/permify/models/schema_partial_write_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_partial_write_response.py b/permify/models/schema_partial_write_response.py
index f979a877..4cd35f31 100644
--- a/permify/models/schema_partial_write_response.py
+++ b/permify/models/schema_partial_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_read_body.py b/permify/models/schema_read_body.py
index d1de2a06..87510d79 100644
--- a/permify/models/schema_read_body.py
+++ b/permify/models/schema_read_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_read_request_metadata.py b/permify/models/schema_read_request_metadata.py
index a2ed071d..16344c61 100644
--- a/permify/models/schema_read_request_metadata.py
+++ b/permify/models/schema_read_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_read_response.py b/permify/models/schema_read_response.py
index 68bf0d98..2c768253 100644
--- a/permify/models/schema_read_response.py
+++ b/permify/models/schema_read_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_write_body.py b/permify/models/schema_write_body.py
index 2b61fdda..ca297358 100644
--- a/permify/models/schema_write_body.py
+++ b/permify/models/schema_write_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/schema_write_response.py b/permify/models/schema_write_response.py
index 08d51192..d43a52da 100644
--- a/permify/models/schema_write_response.py
+++ b/permify/models/schema_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/select.py b/permify/models/select.py
index ba189863..d0ff08f7 100644
--- a/permify/models/select.py
+++ b/permify/models/select.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/source_info.py b/permify/models/source_info.py
index 8a32a763..f9805693 100644
--- a/permify/models/source_info.py
+++ b/permify/models/source_info.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/status.py b/permify/models/status.py
index 46307bb2..1b19e7aa 100644
--- a/permify/models/status.py
+++ b/permify/models/status.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/stream_result_of_permission_lookup_entity_stream_response.py b/permify/models/stream_result_of_permission_lookup_entity_stream_response.py
index a27969ac..800407ea 100644
--- a/permify/models/stream_result_of_permission_lookup_entity_stream_response.py
+++ b/permify/models/stream_result_of_permission_lookup_entity_stream_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/stream_result_of_watch_response.py b/permify/models/stream_result_of_watch_response.py
index dd261787..884f7083 100644
--- a/permify/models/stream_result_of_watch_response.py
+++ b/permify/models/stream_result_of_watch_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/string_array_value.py b/permify/models/string_array_value.py
index dbc121b8..0e4f313f 100644
--- a/permify/models/string_array_value.py
+++ b/permify/models/string_array_value.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/subject.py b/permify/models/subject.py
index edb860f9..4ebb3ddd 100644
--- a/permify/models/subject.py
+++ b/permify/models/subject.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/subject_filter.py b/permify/models/subject_filter.py
index e08daf4e..833da6d1 100644
--- a/permify/models/subject_filter.py
+++ b/permify/models/subject_filter.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/subject_permission_body.py b/permify/models/subject_permission_body.py
index 3a5388c4..1b82e489 100644
--- a/permify/models/subject_permission_body.py
+++ b/permify/models/subject_permission_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/subjects.py b/permify/models/subjects.py
index 044a2967..a4480df4 100644
--- a/permify/models/subjects.py
+++ b/permify/models/subjects.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tenant.py b/permify/models/tenant.py
index 0e1dbdbf..2d80f8fc 100644
--- a/permify/models/tenant.py
+++ b/permify/models/tenant.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tenant_create_request.py b/permify/models/tenant_create_request.py
index 21c57efa..236ffe1f 100644
--- a/permify/models/tenant_create_request.py
+++ b/permify/models/tenant_create_request.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tenant_create_response.py b/permify/models/tenant_create_response.py
index f484072a..f7f2f078 100644
--- a/permify/models/tenant_create_response.py
+++ b/permify/models/tenant_create_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tenant_delete_response.py b/permify/models/tenant_delete_response.py
index 2669bf3f..abf1bd2a 100644
--- a/permify/models/tenant_delete_response.py
+++ b/permify/models/tenant_delete_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tenant_list_request.py b/permify/models/tenant_list_request.py
index 4dad179f..6a3f55cc 100644
--- a/permify/models/tenant_list_request.py
+++ b/permify/models/tenant_list_request.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tenant_list_response.py b/permify/models/tenant_list_response.py
index 0569e35f..9cca8fc3 100644
--- a/permify/models/tenant_list_response.py
+++ b/permify/models/tenant_list_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tuple.py b/permify/models/tuple.py
index dfdb5f9c..99667658 100644
--- a/permify/models/tuple.py
+++ b/permify/models/tuple.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tuple_filter.py b/permify/models/tuple_filter.py
index 675fd384..00d46748 100644
--- a/permify/models/tuple_filter.py
+++ b/permify/models/tuple_filter.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tuple_set.py b/permify/models/tuple_set.py
index 57f408ab..985d7b6d 100644
--- a/permify/models/tuple_set.py
+++ b/permify/models/tuple_set.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/tuple_to_user_set.py b/permify/models/tuple_to_user_set.py
index dd7199e8..8b59bb74 100644
--- a/permify/models/tuple_to_user_set.py
+++ b/permify/models/tuple_to_user_set.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/v1_call.py b/permify/models/v1_call.py
index 652223c5..f9f26733 100644
--- a/permify/models/v1_call.py
+++ b/permify/models/v1_call.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/v1_expand.py b/permify/models/v1_expand.py
index 7d0b2308..41f4f69e 100644
--- a/permify/models/v1_expand.py
+++ b/permify/models/v1_expand.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/v1_operation.py b/permify/models/v1_operation.py
index 5817452f..811e002b 100644
--- a/permify/models/v1_operation.py
+++ b/permify/models/v1_operation.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/v1alpha1_reference.py b/permify/models/v1alpha1_reference.py
index 9f3f3df9..f1066bb6 100644
--- a/permify/models/v1alpha1_reference.py
+++ b/permify/models/v1alpha1_reference.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/v1alpha1_type.py b/permify/models/v1alpha1_type.py
index 9e21d6b6..e79b62c7 100644
--- a/permify/models/v1alpha1_type.py
+++ b/permify/models/v1alpha1_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/values.py b/permify/models/values.py
index 1d1d993f..13850998 100644
--- a/permify/models/values.py
+++ b/permify/models/values.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/watch_body.py b/permify/models/watch_body.py
index ddb5e98d..74f32a6b 100644
--- a/permify/models/watch_body.py
+++ b/permify/models/watch_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/watch_response.py b/permify/models/watch_response.py
index bc91aaed..8dfc459b 100644
--- a/permify/models/watch_response.py
+++ b/permify/models/watch_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/well_known_type.py b/permify/models/well_known_type.py
index 35b70e03..07f5e09e 100644
--- a/permify/models/well_known_type.py
+++ b/permify/models/well_known_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/permify/models/write_relationships_body.py b/permify/models/write_relationships_body.py
index cf8671fb..70a99310 100644
--- a/permify/models/write_relationships_body.py
+++ b/permify/models/write_relationships_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_abstract_type.py b/test/test_abstract_type.py
index 9be81ade..08225242 100644
--- a/test/test_abstract_type.py
+++ b/test/test_abstract_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_any.py b/test/test_any.py
index 51dc35a1..8a9a09fa 100644
--- a/test/test_any.py
+++ b/test/test_any.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_argument.py b/test/test_argument.py
index 1d52f68c..9967b8e3 100644
--- a/test/test_argument.py
+++ b/test/test_argument.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_attribute.py b/test/test_attribute.py
index 881485d3..789d0775 100644
--- a/test/test_attribute.py
+++ b/test/test_attribute.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_attribute_definition.py b/test/test_attribute_definition.py
index 9dd29b09..29121b9c 100644
--- a/test/test_attribute_definition.py
+++ b/test/test_attribute_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_attribute_filter.py b/test/test_attribute_filter.py
index b09b2f5c..37b01d15 100644
--- a/test/test_attribute_filter.py
+++ b/test/test_attribute_filter.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_attribute_read_request_metadata.py b/test/test_attribute_read_request_metadata.py
index b233df3e..2e78093c 100644
--- a/test/test_attribute_read_request_metadata.py
+++ b/test/test_attribute_read_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_attribute_read_response.py b/test/test_attribute_read_response.py
index 1597aaaa..8ade015a 100644
--- a/test/test_attribute_read_response.py
+++ b/test/test_attribute_read_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_attribute_type.py b/test/test_attribute_type.py
index 5ea39001..87078a56 100644
--- a/test/test_attribute_type.py
+++ b/test/test_attribute_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_bundle_api.py b/test/test_bundle_api.py
index b3ed4b5c..cf2ba3fc 100644
--- a/test/test_bundle_api.py
+++ b/test/test_bundle_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_bundle_delete_body.py b/test/test_bundle_delete_body.py
index eabbadb8..f3e22f8f 100644
--- a/test/test_bundle_delete_body.py
+++ b/test/test_bundle_delete_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_bundle_delete_response.py b/test/test_bundle_delete_response.py
index 097fad87..f7cafaf7 100644
--- a/test/test_bundle_delete_response.py
+++ b/test/test_bundle_delete_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_bundle_read_body.py b/test/test_bundle_read_body.py
index 54f5bf13..a61ea8fd 100644
--- a/test/test_bundle_read_body.py
+++ b/test/test_bundle_read_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_bundle_read_response.py b/test/test_bundle_read_response.py
index 33d90fd6..dac165d4 100644
--- a/test/test_bundle_read_response.py
+++ b/test/test_bundle_read_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_bundle_run_response.py b/test/test_bundle_run_response.py
index 1bb30a14..9d2ba232 100644
--- a/test/test_bundle_run_response.py
+++ b/test/test_bundle_run_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_bundle_write_body.py b/test/test_bundle_write_body.py
index 142793f1..5837d33f 100644
--- a/test/test_bundle_write_body.py
+++ b/test/test_bundle_write_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_bundle_write_response.py b/test/test_bundle_write_response.py
index e05a1ca9..0437e7e2 100644
--- a/test/test_bundle_write_response.py
+++ b/test/test_bundle_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_check_body.py b/test/test_check_body.py
index e0e8a6d4..e737e837 100644
--- a/test/test_check_body.py
+++ b/test/test_check_body.py
@@ -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: v0.10.2
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -71,8 +71,6 @@ def make_instance(self, include_optional) -> CheckBody:
arguments = [
permify.models.argument.Argument(
computed_attribute = permify.models.computed_attribute.ComputedAttribute(
- name = '', ),
- context_attribute = permify.models.context_attribute.ContextAttribute(
name = '', ), )
]
)
diff --git a/test/test_check_result.py b/test/test_check_result.py
index f8e4690b..8aebdf82 100644
--- a/test/test_check_result.py
+++ b/test/test_check_result.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_checked_expr.py b/test/test_checked_expr.py
index 61080b35..c7315918 100644
--- a/test/test_checked_expr.py
+++ b/test/test_checked_expr.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_child.py b/test/test_child.py
index ec5ce88e..7f82ab8b 100644
--- a/test/test_child.py
+++ b/test/test_child.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_comprehension.py b/test/test_comprehension.py
index 3df4fb90..33cc0916 100644
--- a/test/test_comprehension.py
+++ b/test/test_comprehension.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_computed_attribute.py b/test/test_computed_attribute.py
index fdfd1d1d..5a33c49b 100644
--- a/test/test_computed_attribute.py
+++ b/test/test_computed_attribute.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_computed_user_set.py b/test/test_computed_user_set.py
index 540c3710..d6e430c9 100644
--- a/test/test_computed_user_set.py
+++ b/test/test_computed_user_set.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_constant.py b/test/test_constant.py
index 01ea8a0e..e0fdcccf 100644
--- a/test/test_constant.py
+++ b/test/test_constant.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_context.py b/test/test_context.py
index 32113382..31af7f59 100644
--- a/test/test_context.py
+++ b/test/test_context.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -57,7 +57,7 @@ def make_instance(self, include_optional) -> Context:
'key' : None
}, )
],
- data = None
+ data = permify.models.data.data()
)
else:
return Context(
diff --git a/test/test_create_list.py b/test/test_create_list.py
index 7f4f0601..d59bdfe0 100644
--- a/test/test_create_list.py
+++ b/test/test_create_list.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_create_struct.py b/test/test_create_struct.py
index 58d7cd86..e5c6d3f9 100644
--- a/test/test_create_struct.py
+++ b/test/test_create_struct.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_api.py b/test/test_data_api.py
index 9c355681..c292fe04 100644
--- a/test/test_data_api.py
+++ b/test/test_data_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_bundle.py b/test/test_data_bundle.py
index dcfd0c04..5e96ba16 100644
--- a/test/test_data_bundle.py
+++ b/test/test_data_bundle.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_change.py b/test/test_data_change.py
index 85795c41..0eb9f2b8 100644
--- a/test/test_data_change.py
+++ b/test/test_data_change.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_change_operation.py b/test/test_data_change_operation.py
index 78274609..417affb2 100644
--- a/test/test_data_change_operation.py
+++ b/test/test_data_change_operation.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_changes.py b/test/test_data_changes.py
index c9313274..ebeb0378 100644
--- a/test/test_data_changes.py
+++ b/test/test_data_changes.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_delete_body.py b/test/test_data_delete_body.py
index 853f98b8..bfdeb20b 100644
--- a/test/test_data_delete_body.py
+++ b/test/test_data_delete_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_delete_response.py b/test/test_data_delete_response.py
index 7b726744..d2416080 100644
--- a/test/test_data_delete_response.py
+++ b/test/test_data_delete_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_write_body.py b/test/test_data_write_body.py
index 08a45249..5c113cb6 100644
--- a/test/test_data_write_body.py
+++ b/test/test_data_write_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_write_request_metadata.py b/test/test_data_write_request_metadata.py
index 5f1f9e85..7f248097 100644
--- a/test/test_data_write_request_metadata.py
+++ b/test/test_data_write_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_data_write_response.py b/test/test_data_write_response.py
index 5a58293a..0a8898d3 100644
--- a/test/test_data_write_response.py
+++ b/test/test_data_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_delete_relationships_body.py b/test/test_delete_relationships_body.py
index 2aa1956e..622c8f53 100644
--- a/test/test_delete_relationships_body.py
+++ b/test/test_delete_relationships_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_entity.py b/test/test_entity.py
index 58362894..38d95ea2 100644
--- a/test/test_entity.py
+++ b/test/test_entity.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_entity_definition.py b/test/test_entity_definition.py
index da410d33..06bdfc14 100644
--- a/test/test_entity_definition.py
+++ b/test/test_entity_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_entity_definition_reference.py b/test/test_entity_definition_reference.py
index 46dae2da..92fd818d 100644
--- a/test/test_entity_definition_reference.py
+++ b/test/test_entity_definition_reference.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_entity_filter.py b/test/test_entity_filter.py
index 39f449b2..01d9df9d 100644
--- a/test/test_entity_filter.py
+++ b/test/test_entity_filter.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_entry.py b/test/test_entry.py
index 98618fc3..2aa93eea 100644
--- a/test/test_entry.py
+++ b/test/test_entry.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_expand_leaf.py b/test/test_expand_leaf.py
index c4941ec6..dbe46c4d 100644
--- a/test/test_expand_leaf.py
+++ b/test/test_expand_leaf.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_expand_tree_node.py b/test/test_expand_tree_node.py
index 57bb37f8..4514f7c0 100644
--- a/test/test_expand_tree_node.py
+++ b/test/test_expand_tree_node.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_expand_tree_node_operation.py b/test/test_expand_tree_node_operation.py
index da2fe021..271d35a3 100644
--- a/test/test_expand_tree_node_operation.py
+++ b/test/test_expand_tree_node_operation.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_expr.py b/test/test_expr.py
index 7ff09a54..cee51ed9 100644
--- a/test/test_expr.py
+++ b/test/test_expr.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_expr_call.py b/test/test_expr_call.py
index 9b624237..ccb4c092 100644
--- a/test/test_expr_call.py
+++ b/test/test_expr_call.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_function_type.py b/test/test_function_type.py
index d92af29c..8e6206d2 100644
--- a/test/test_function_type.py
+++ b/test/test_function_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_ident.py b/test/test_ident.py
index 2f9105b5..b2ef8f3b 100644
--- a/test/test_ident.py
+++ b/test/test_ident.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_leaf.py b/test/test_leaf.py
index 5e216177..3a6b4f3d 100644
--- a/test/test_leaf.py
+++ b/test/test_leaf.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_list_type.py b/test/test_list_type.py
index 6bf18389..9f35da55 100644
--- a/test/test_list_type.py
+++ b/test/test_list_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_lookup_entity_body.py b/test/test_lookup_entity_body.py
index 53c57cc5..6335cfca 100644
--- a/test/test_lookup_entity_body.py
+++ b/test/test_lookup_entity_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_lookup_entity_stream_body.py b/test/test_lookup_entity_stream_body.py
index 4c99d256..3b6bef5f 100644
--- a/test/test_lookup_entity_stream_body.py
+++ b/test/test_lookup_entity_stream_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_lookup_subject_body.py b/test/test_lookup_subject_body.py
index 38dd8938..5cd0c105 100644
--- a/test/test_lookup_subject_body.py
+++ b/test/test_lookup_subject_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_map_type.py b/test/test_map_type.py
index a27ba3aa..92e9011f 100644
--- a/test/test_map_type.py
+++ b/test/test_map_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_partial_write_body.py b/test/test_partial_write_body.py
index c1951a14..117f53a5 100644
--- a/test/test_partial_write_body.py
+++ b/test/test_partial_write_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_partials.py b/test/test_partials.py
index 4fd96182..8b340cb3 100644
--- a/test/test_partials.py
+++ b/test/test_partials.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_api.py b/test/test_permission_api.py
index bb5ab472..fe3df3c0 100644
--- a/test/test_permission_api.py
+++ b/test/test_permission_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_check_request_metadata.py b/test/test_permission_check_request_metadata.py
index 7e1fa9d3..3fc138d7 100644
--- a/test/test_permission_check_request_metadata.py
+++ b/test/test_permission_check_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_check_response.py b/test/test_permission_check_response.py
index 5fc064fc..b0a13ca1 100644
--- a/test/test_permission_check_response.py
+++ b/test/test_permission_check_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_check_response_metadata.py b/test/test_permission_check_response_metadata.py
index eecb6b7a..47c550b1 100644
--- a/test/test_permission_check_response_metadata.py
+++ b/test/test_permission_check_response_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_definition.py b/test/test_permission_definition.py
index 59d74311..aff18404 100644
--- a/test/test_permission_definition.py
+++ b/test/test_permission_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_expand_body.py b/test/test_permission_expand_body.py
index 6244cc33..1b22aa3d 100644
--- a/test/test_permission_expand_body.py
+++ b/test/test_permission_expand_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_expand_request_metadata.py b/test/test_permission_expand_request_metadata.py
index 2efc053d..94b3e899 100644
--- a/test/test_permission_expand_request_metadata.py
+++ b/test/test_permission_expand_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_expand_response.py b/test/test_permission_expand_response.py
index 4e0b1d4d..33a12ca5 100644
--- a/test/test_permission_expand_response.py
+++ b/test/test_permission_expand_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_lookup_entity_request_metadata.py b/test/test_permission_lookup_entity_request_metadata.py
index f8f9eff8..301b4849 100644
--- a/test/test_permission_lookup_entity_request_metadata.py
+++ b/test/test_permission_lookup_entity_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_lookup_entity_response.py b/test/test_permission_lookup_entity_response.py
index 45c66eed..8cf688ed 100644
--- a/test/test_permission_lookup_entity_response.py
+++ b/test/test_permission_lookup_entity_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_lookup_entity_stream_response.py b/test/test_permission_lookup_entity_stream_response.py
index 726e7dd5..cf2163ac 100644
--- a/test/test_permission_lookup_entity_stream_response.py
+++ b/test/test_permission_lookup_entity_stream_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_lookup_subject_request_metadata.py b/test/test_permission_lookup_subject_request_metadata.py
index 0ad3260d..fb6c8acc 100644
--- a/test/test_permission_lookup_subject_request_metadata.py
+++ b/test/test_permission_lookup_subject_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_lookup_subject_response.py b/test/test_permission_lookup_subject_response.py
index 37273a03..64b20acf 100644
--- a/test/test_permission_lookup_subject_response.py
+++ b/test/test_permission_lookup_subject_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_subject_permission_request_metadata.py b/test/test_permission_subject_permission_request_metadata.py
index 17fa297e..37cba347 100644
--- a/test/test_permission_subject_permission_request_metadata.py
+++ b/test/test_permission_subject_permission_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_permission_subject_permission_response.py b/test/test_permission_subject_permission_response.py
index b7fe9d14..b82ef9ab 100644
--- a/test/test_permission_subject_permission_response.py
+++ b/test/test_permission_subject_permission_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_primitive_type.py b/test/test_primitive_type.py
index 2b66abc0..6704c1f1 100644
--- a/test/test_primitive_type.py
+++ b/test/test_primitive_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_read_attributes_body.py b/test/test_read_attributes_body.py
index cd684a79..0f899bd3 100644
--- a/test/test_read_attributes_body.py
+++ b/test/test_read_attributes_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_read_relationships_body.py b/test/test_read_relationships_body.py
index 6924aacd..b60f8659 100644
--- a/test/test_read_relationships_body.py
+++ b/test/test_read_relationships_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_relation_definition.py b/test/test_relation_definition.py
index afbfade1..4b8367d5 100644
--- a/test/test_relation_definition.py
+++ b/test/test_relation_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_relation_reference.py b/test/test_relation_reference.py
index cf02f2c8..47042743 100644
--- a/test/test_relation_reference.py
+++ b/test/test_relation_reference.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_relationship_delete_response.py b/test/test_relationship_delete_response.py
index 7d907963..22a68d18 100644
--- a/test/test_relationship_delete_response.py
+++ b/test/test_relationship_delete_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_relationship_read_request_metadata.py b/test/test_relationship_read_request_metadata.py
index 8c58dc59..8af659af 100644
--- a/test/test_relationship_read_request_metadata.py
+++ b/test/test_relationship_read_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_relationship_read_response.py b/test/test_relationship_read_response.py
index 47c60f6a..d4ae950a 100644
--- a/test/test_relationship_read_response.py
+++ b/test/test_relationship_read_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_relationship_write_request_metadata.py b/test/test_relationship_write_request_metadata.py
index 4fcc7141..0e3a01a2 100644
--- a/test/test_relationship_write_request_metadata.py
+++ b/test/test_relationship_write_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_relationship_write_response.py b/test/test_relationship_write_response.py
index c5d87a1a..51a8cc32 100644
--- a/test/test_relationship_write_response.py
+++ b/test/test_relationship_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_rewrite.py b/test/test_rewrite.py
index 760568c5..07303b85 100644
--- a/test/test_rewrite.py
+++ b/test/test_rewrite.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_rewrite_operation.py b/test/test_rewrite_operation.py
index d811c812..cfebb405 100644
--- a/test/test_rewrite_operation.py
+++ b/test/test_rewrite_operation.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_rule_definition.py b/test/test_rule_definition.py
index 49525830..13526e7d 100644
--- a/test/test_rule_definition.py
+++ b/test/test_rule_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_run_bundle_body.py b/test/test_run_bundle_body.py
index 2fa92a82..ef970f38 100644
--- a/test/test_run_bundle_body.py
+++ b/test/test_run_bundle_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_api.py b/test/test_schema_api.py
index 2ccae630..cbdd4371 100644
--- a/test/test_schema_api.py
+++ b/test/test_schema_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_definition.py b/test/test_schema_definition.py
index 26a94993..78054968 100644
--- a/test/test_schema_definition.py
+++ b/test/test_schema_definition.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_definition_reference.py b/test/test_schema_definition_reference.py
index d2a38f30..f07d75aa 100644
--- a/test/test_schema_definition_reference.py
+++ b/test/test_schema_definition_reference.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_list.py b/test/test_schema_list.py
index c37d9f0d..8e66060f 100644
--- a/test/test_schema_list.py
+++ b/test/test_schema_list.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_list_body.py b/test/test_schema_list_body.py
index d1c737a8..101b6b30 100644
--- a/test/test_schema_list_body.py
+++ b/test/test_schema_list_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_list_response.py b/test/test_schema_list_response.py
index 9c1d50cd..67faafb7 100644
--- a/test/test_schema_list_response.py
+++ b/test/test_schema_list_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_partial_write_request_metadata.py b/test/test_schema_partial_write_request_metadata.py
index 307090ca..fce8b90a 100644
--- a/test/test_schema_partial_write_request_metadata.py
+++ b/test/test_schema_partial_write_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_partial_write_response.py b/test/test_schema_partial_write_response.py
index 86f19e36..897dea39 100644
--- a/test/test_schema_partial_write_response.py
+++ b/test/test_schema_partial_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_read_body.py b/test/test_schema_read_body.py
index 34ed72cf..87aa78c0 100644
--- a/test/test_schema_read_body.py
+++ b/test/test_schema_read_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_read_request_metadata.py b/test/test_schema_read_request_metadata.py
index 02e5c44b..fb51f627 100644
--- a/test/test_schema_read_request_metadata.py
+++ b/test/test_schema_read_request_metadata.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_read_response.py b/test/test_schema_read_response.py
index d5153e87..fb241155 100644
--- a/test/test_schema_read_response.py
+++ b/test/test_schema_read_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_write_body.py b/test/test_schema_write_body.py
index 72f4d994..b5a85a29 100644
--- a/test/test_schema_write_body.py
+++ b/test/test_schema_write_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_schema_write_response.py b/test/test_schema_write_response.py
index 449747c8..c6798530 100644
--- a/test/test_schema_write_response.py
+++ b/test/test_schema_write_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_select.py b/test/test_select.py
index bb8286fd..82ae9690 100644
--- a/test/test_select.py
+++ b/test/test_select.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_source_info.py b/test/test_source_info.py
index 3a90d8ae..4fe3a4c9 100644
--- a/test/test_source_info.py
+++ b/test/test_source_info.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_status.py b/test/test_status.py
index 7bc64bd9..e934352c 100644
--- a/test/test_status.py
+++ b/test/test_status.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_stream_result_of_permission_lookup_entity_stream_response.py b/test/test_stream_result_of_permission_lookup_entity_stream_response.py
index f35adaa9..f4f16935 100644
--- a/test/test_stream_result_of_permission_lookup_entity_stream_response.py
+++ b/test/test_stream_result_of_permission_lookup_entity_stream_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_stream_result_of_watch_response.py b/test/test_stream_result_of_watch_response.py
index 7bf40592..6b46678f 100644
--- a/test/test_stream_result_of_watch_response.py
+++ b/test/test_stream_result_of_watch_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_string_array_value.py b/test/test_string_array_value.py
index 0013a065..ed03667c 100644
--- a/test/test_string_array_value.py
+++ b/test/test_string_array_value.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_subject.py b/test/test_subject.py
index abda238b..c2e3823c 100644
--- a/test/test_subject.py
+++ b/test/test_subject.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_subject_filter.py b/test/test_subject_filter.py
index 757bba3f..75834448 100644
--- a/test/test_subject_filter.py
+++ b/test/test_subject_filter.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_subject_permission_body.py b/test/test_subject_permission_body.py
index 3f9b38bc..f80d7b2f 100644
--- a/test/test_subject_permission_body.py
+++ b/test/test_subject_permission_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_subjects.py b/test/test_subjects.py
index 73ef3f69..260ceb6a 100644
--- a/test/test_subjects.py
+++ b/test/test_subjects.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tenancy_api.py b/test/test_tenancy_api.py
index 58f7860e..1d3ed9d9 100644
--- a/test/test_tenancy_api.py
+++ b/test/test_tenancy_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tenant.py b/test/test_tenant.py
index eb8166d7..4938e0f9 100644
--- a/test/test_tenant.py
+++ b/test/test_tenant.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tenant_create_request.py b/test/test_tenant_create_request.py
index 37759290..19e61e14 100644
--- a/test/test_tenant_create_request.py
+++ b/test/test_tenant_create_request.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tenant_create_response.py b/test/test_tenant_create_response.py
index c1be537f..f4f03bae 100644
--- a/test/test_tenant_create_response.py
+++ b/test/test_tenant_create_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tenant_delete_response.py b/test/test_tenant_delete_response.py
index 4097274c..ecaae46c 100644
--- a/test/test_tenant_delete_response.py
+++ b/test/test_tenant_delete_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tenant_list_request.py b/test/test_tenant_list_request.py
index 9e21320a..4e376887 100644
--- a/test/test_tenant_list_request.py
+++ b/test/test_tenant_list_request.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tenant_list_response.py b/test/test_tenant_list_response.py
index 75f33f72..38774be7 100644
--- a/test/test_tenant_list_response.py
+++ b/test/test_tenant_list_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tuple.py b/test/test_tuple.py
index a5cd6c7c..be03a498 100644
--- a/test/test_tuple.py
+++ b/test/test_tuple.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tuple_filter.py b/test/test_tuple_filter.py
index 4d941e49..a49f9479 100644
--- a/test/test_tuple_filter.py
+++ b/test/test_tuple_filter.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tuple_set.py b/test/test_tuple_set.py
index 11ac975b..96c950de 100644
--- a/test/test_tuple_set.py
+++ b/test/test_tuple_set.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_tuple_to_user_set.py b/test/test_tuple_to_user_set.py
index 77d29013..1f4cfcae 100644
--- a/test/test_tuple_to_user_set.py
+++ b/test/test_tuple_to_user_set.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_v1_call.py b/test/test_v1_call.py
index f4d1430c..9a149e88 100644
--- a/test/test_v1_call.py
+++ b/test/test_v1_call.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_v1_expand.py b/test/test_v1_expand.py
index cdf47996..18477dc2 100644
--- a/test/test_v1_expand.py
+++ b/test/test_v1_expand.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_v1_operation.py b/test/test_v1_operation.py
index e1a41f4f..56fd1286 100644
--- a/test/test_v1_operation.py
+++ b/test/test_v1_operation.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_v1alpha1_reference.py b/test/test_v1alpha1_reference.py
index a277a9f0..e934109b 100644
--- a/test/test_v1alpha1_reference.py
+++ b/test/test_v1alpha1_reference.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_v1alpha1_type.py b/test/test_v1alpha1_type.py
index 865200f7..288aa48d 100644
--- a/test/test_v1alpha1_type.py
+++ b/test/test_v1alpha1_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_values.py b/test/test_values.py
index 73b7decb..a36cc780 100644
--- a/test/test_values.py
+++ b/test/test_values.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_watch_api.py b/test/test_watch_api.py
index 80865403..fbe54c8d 100644
--- a/test/test_watch_api.py
+++ b/test/test_watch_api.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_watch_body.py b/test/test_watch_body.py
index bda66f3d..bf2078e7 100644
--- a/test/test_watch_body.py
+++ b/test/test_watch_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_watch_response.py b/test/test_watch_response.py
index 1a19e6c1..48ec9f94 100644
--- a/test/test_watch_response.py
+++ b/test/test_watch_response.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_well_known_type.py b/test/test_well_known_type.py
index 81bb1336..6ecff303 100644
--- a/test/test_well_known_type.py
+++ b/test/test_well_known_type.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)
diff --git a/test/test_write_relationships_body.py b/test/test_write_relationships_body.py
index 24775acd..fc26a7a0 100644
--- a/test/test_write_relationships_body.py
+++ b/test/test_write_relationships_body.py
@@ -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.1.1
+ The version of the OpenAPI document: v1.1.2
Contact: hello@permify.co
Generated by OpenAPI Generator (https://openapi-generator.tech)