Skip to content

Commit e85432c

Browse files
author
GitHub Actions Bot
committed
Update python SDK from OpenAPI changes
1 parent 918bc53 commit e85432c

File tree

266 files changed

+374
-374
lines changed

Some content is hidden

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

266 files changed

+374
-374
lines changed

permify/api/bundle_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/data_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/permission_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/schema_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/tenancy_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/api/watch_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/abstract_type.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -73,9 +73,9 @@ def to_dict(self) -> Dict[str, Any]:
7373
# override the default output from pydantic by calling `to_dict()` of each item in parameter_types (list)
7474
_items = []
7575
if self.parameter_types:
76-
for _item in self.parameter_types:
77-
if _item:
78-
_items.append(_item.to_dict())
76+
for _item_parameter_types in self.parameter_types:
77+
if _item_parameter_types:
78+
_items.append(_item_parameter_types.to_dict())
7979
_dict['parameterTypes'] = _items
8080
return _dict
8181

permify/models/any.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/argument.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/attribute.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/attribute_definition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/attribute_filter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/attribute_read_request_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/attribute_read_response.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -74,9 +74,9 @@ def to_dict(self) -> Dict[str, Any]:
7474
# override the default output from pydantic by calling `to_dict()` of each item in attributes (list)
7575
_items = []
7676
if self.attributes:
77-
for _item in self.attributes:
78-
if _item:
79-
_items.append(_item.to_dict())
77+
for _item_attributes in self.attributes:
78+
if _item_attributes:
79+
_items.append(_item_attributes.to_dict())
8080
_dict['attributes'] = _items
8181
return _dict
8282

permify/models/attribute_type.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/bundle_delete_body.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/bundle_delete_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/bundle_read_body.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/bundle_read_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/bundle_run_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/bundle_write_body.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -73,9 +73,9 @@ def to_dict(self) -> Dict[str, Any]:
7373
# override the default output from pydantic by calling `to_dict()` of each item in bundles (list)
7474
_items = []
7575
if self.bundles:
76-
for _item in self.bundles:
77-
if _item:
78-
_items.append(_item.to_dict())
76+
for _item_bundles in self.bundles:
77+
if _item_bundles:
78+
_items.append(_item_bundles.to_dict())
7979
_dict['bundles'] = _items
8080
return _dict
8181

permify/models/bundle_write_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/check_body.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -94,9 +94,9 @@ def to_dict(self) -> Dict[str, Any]:
9494
# override the default output from pydantic by calling `to_dict()` of each item in arguments (list)
9595
_items = []
9696
if self.arguments:
97-
for _item in self.arguments:
98-
if _item:
99-
_items.append(_item.to_dict())
97+
for _item_arguments in self.arguments:
98+
if _item_arguments:
99+
_items.append(_item_arguments.to_dict())
100100
_dict['arguments'] = _items
101101
return _dict
102102

permify/models/check_result.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/checked_expr.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -80,16 +80,16 @@ def to_dict(self) -> Dict[str, Any]:
8080
# override the default output from pydantic by calling `to_dict()` of each value in reference_map (dict)
8181
_field_dict = {}
8282
if self.reference_map:
83-
for _key in self.reference_map:
84-
if self.reference_map[_key]:
85-
_field_dict[_key] = self.reference_map[_key].to_dict()
83+
for _key_reference_map in self.reference_map:
84+
if self.reference_map[_key_reference_map]:
85+
_field_dict[_key_reference_map] = self.reference_map[_key_reference_map].to_dict()
8686
_dict['referenceMap'] = _field_dict
8787
# override the default output from pydantic by calling `to_dict()` of each value in type_map (dict)
8888
_field_dict = {}
8989
if self.type_map:
90-
for _key in self.type_map:
91-
if self.type_map[_key]:
92-
_field_dict[_key] = self.type_map[_key].to_dict()
90+
for _key_type_map in self.type_map:
91+
if self.type_map[_key_type_map]:
92+
_field_dict[_key_type_map] = self.type_map[_key_type_map].to_dict()
9393
_dict['typeMap'] = _field_dict
9494
# override the default output from pydantic by calling `to_dict()` of source_info
9595
if self.source_info:

permify/models/child.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/comprehension.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/computed_attribute.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/computed_user_set.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/constant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

permify/models/context.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -76,16 +76,16 @@ def to_dict(self) -> Dict[str, Any]:
7676
# override the default output from pydantic by calling `to_dict()` of each item in tuples (list)
7777
_items = []
7878
if self.tuples:
79-
for _item in self.tuples:
80-
if _item:
81-
_items.append(_item.to_dict())
79+
for _item_tuples in self.tuples:
80+
if _item_tuples:
81+
_items.append(_item_tuples.to_dict())
8282
_dict['tuples'] = _items
8383
# override the default output from pydantic by calling `to_dict()` of each item in attributes (list)
8484
_items = []
8585
if self.attributes:
86-
for _item in self.attributes:
87-
if _item:
88-
_items.append(_item.to_dict())
86+
for _item_attributes in self.attributes:
87+
if _item_attributes:
88+
_items.append(_item_attributes.to_dict())
8989
_dict['attributes'] = _items
9090
return _dict
9191

permify/models/context_attribute.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
77
8-
The version of the OpenAPI document: v0.10.1
8+
The version of the OpenAPI document: v0.10.2
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)