permify 1.7.0__tar.gz → 1.7.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (298) hide show
  1. {permify-1.7.0 → permify-1.7.2}/PKG-INFO +1 -1
  2. {permify-1.7.0 → permify-1.7.2}/permify/__init__.py +2 -2
  3. {permify-1.7.0 → permify-1.7.2}/permify/api/bundle_api.py +1 -1
  4. {permify-1.7.0 → permify-1.7.2}/permify/api/data_api.py +1 -1
  5. {permify-1.7.0 → permify-1.7.2}/permify/api/permission_api.py +1 -1
  6. {permify-1.7.0 → permify-1.7.2}/permify/api/schema_api.py +1 -1
  7. {permify-1.7.0 → permify-1.7.2}/permify/api/tenancy_api.py +1 -1
  8. {permify-1.7.0 → permify-1.7.2}/permify/api/watch_api.py +1 -1
  9. {permify-1.7.0 → permify-1.7.2}/permify/api_client.py +2 -2
  10. {permify-1.7.0 → permify-1.7.2}/permify/configuration.py +3 -3
  11. {permify-1.7.0 → permify-1.7.2}/permify/exceptions.py +1 -1
  12. {permify-1.7.0 → permify-1.7.2}/permify/models/__init__.py +1 -1
  13. {permify-1.7.0 → permify-1.7.2}/permify/models/abstract_type.py +1 -1
  14. {permify-1.7.0 → permify-1.7.2}/permify/models/any.py +1 -1
  15. {permify-1.7.0 → permify-1.7.2}/permify/models/argument.py +1 -1
  16. {permify-1.7.0 → permify-1.7.2}/permify/models/attribute.py +1 -1
  17. {permify-1.7.0 → permify-1.7.2}/permify/models/attribute_definition.py +1 -1
  18. {permify-1.7.0 → permify-1.7.2}/permify/models/attribute_filter.py +1 -1
  19. {permify-1.7.0 → permify-1.7.2}/permify/models/attribute_read_request_metadata.py +1 -1
  20. {permify-1.7.0 → permify-1.7.2}/permify/models/attribute_read_response.py +1 -1
  21. {permify-1.7.0 → permify-1.7.2}/permify/models/attribute_type.py +1 -1
  22. {permify-1.7.0 → permify-1.7.2}/permify/models/bulk_check_body.py +1 -1
  23. {permify-1.7.0 → permify-1.7.2}/permify/models/bundle_delete_body.py +1 -1
  24. {permify-1.7.0 → permify-1.7.2}/permify/models/bundle_delete_response.py +1 -1
  25. {permify-1.7.0 → permify-1.7.2}/permify/models/bundle_read_body.py +1 -1
  26. {permify-1.7.0 → permify-1.7.2}/permify/models/bundle_read_response.py +1 -1
  27. {permify-1.7.0 → permify-1.7.2}/permify/models/bundle_run_response.py +1 -1
  28. {permify-1.7.0 → permify-1.7.2}/permify/models/bundle_write_body.py +1 -1
  29. {permify-1.7.0 → permify-1.7.2}/permify/models/bundle_write_response.py +1 -1
  30. {permify-1.7.0 → permify-1.7.2}/permify/models/check_body.py +1 -1
  31. {permify-1.7.0 → permify-1.7.2}/permify/models/check_result.py +1 -1
  32. {permify-1.7.0 → permify-1.7.2}/permify/models/checked_expr.py +1 -1
  33. {permify-1.7.0 → permify-1.7.2}/permify/models/child.py +1 -1
  34. {permify-1.7.0 → permify-1.7.2}/permify/models/component.py +1 -1
  35. {permify-1.7.0 → permify-1.7.2}/permify/models/comprehension.py +1 -1
  36. {permify-1.7.0 → permify-1.7.2}/permify/models/computed_attribute.py +1 -1
  37. {permify-1.7.0 → permify-1.7.2}/permify/models/computed_user_set.py +1 -1
  38. {permify-1.7.0 → permify-1.7.2}/permify/models/constant.py +1 -1
  39. {permify-1.7.0 → permify-1.7.2}/permify/models/context.py +1 -1
  40. {permify-1.7.0 → permify-1.7.2}/permify/models/create_list.py +1 -1
  41. {permify-1.7.0 → permify-1.7.2}/permify/models/create_struct.py +1 -1
  42. {permify-1.7.0 → permify-1.7.2}/permify/models/data_bundle.py +1 -1
  43. {permify-1.7.0 → permify-1.7.2}/permify/models/data_change.py +1 -1
  44. {permify-1.7.0 → permify-1.7.2}/permify/models/data_change_operation.py +1 -1
  45. {permify-1.7.0 → permify-1.7.2}/permify/models/data_changes.py +1 -1
  46. {permify-1.7.0 → permify-1.7.2}/permify/models/data_delete_body.py +1 -1
  47. {permify-1.7.0 → permify-1.7.2}/permify/models/data_delete_response.py +1 -1
  48. {permify-1.7.0 → permify-1.7.2}/permify/models/data_write_body.py +1 -1
  49. {permify-1.7.0 → permify-1.7.2}/permify/models/data_write_request_metadata.py +1 -1
  50. {permify-1.7.0 → permify-1.7.2}/permify/models/data_write_response.py +1 -1
  51. {permify-1.7.0 → permify-1.7.2}/permify/models/delete_relationships_body.py +1 -1
  52. {permify-1.7.0 → permify-1.7.2}/permify/models/entity.py +1 -1
  53. {permify-1.7.0 → permify-1.7.2}/permify/models/entity_definition.py +1 -1
  54. {permify-1.7.0 → permify-1.7.2}/permify/models/entity_definition_reference.py +1 -1
  55. {permify-1.7.0 → permify-1.7.2}/permify/models/entity_filter.py +1 -1
  56. {permify-1.7.0 → permify-1.7.2}/permify/models/entry.py +1 -1
  57. {permify-1.7.0 → permify-1.7.2}/permify/models/expand_leaf.py +1 -1
  58. {permify-1.7.0 → permify-1.7.2}/permify/models/expand_tree_node.py +1 -1
  59. {permify-1.7.0 → permify-1.7.2}/permify/models/expand_tree_node_operation.py +1 -1
  60. {permify-1.7.0 → permify-1.7.2}/permify/models/expr.py +1 -1
  61. {permify-1.7.0 → permify-1.7.2}/permify/models/expr_call.py +1 -1
  62. {permify-1.7.0 → permify-1.7.2}/permify/models/extension.py +1 -1
  63. {permify-1.7.0 → permify-1.7.2}/permify/models/function_type.py +1 -1
  64. {permify-1.7.0 → permify-1.7.2}/permify/models/ident.py +1 -1
  65. {permify-1.7.0 → permify-1.7.2}/permify/models/leaf.py +1 -1
  66. {permify-1.7.0 → permify-1.7.2}/permify/models/list_type.py +1 -1
  67. {permify-1.7.0 → permify-1.7.2}/permify/models/lookup_entity_body.py +1 -1
  68. {permify-1.7.0 → permify-1.7.2}/permify/models/lookup_entity_stream_body.py +1 -1
  69. {permify-1.7.0 → permify-1.7.2}/permify/models/lookup_subject_body.py +1 -1
  70. {permify-1.7.0 → permify-1.7.2}/permify/models/map_type.py +1 -1
  71. {permify-1.7.0 → permify-1.7.2}/permify/models/partial_write_body.py +1 -1
  72. {permify-1.7.0 → permify-1.7.2}/permify/models/partials.py +1 -1
  73. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_bulk_check_request_item.py +1 -1
  74. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_bulk_check_response.py +1 -1
  75. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_check_request_metadata.py +1 -1
  76. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_check_response.py +1 -1
  77. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_check_response_metadata.py +1 -1
  78. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_definition.py +1 -1
  79. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_expand_body.py +1 -1
  80. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_expand_request_metadata.py +1 -1
  81. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_expand_response.py +1 -1
  82. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_lookup_entity_request_metadata.py +1 -1
  83. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_lookup_entity_response.py +1 -1
  84. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_lookup_entity_stream_response.py +1 -1
  85. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_lookup_subject_request_metadata.py +1 -1
  86. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_lookup_subject_response.py +1 -1
  87. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_subject_permission_request_metadata.py +1 -1
  88. {permify-1.7.0 → permify-1.7.2}/permify/models/permission_subject_permission_response.py +1 -1
  89. {permify-1.7.0 → permify-1.7.2}/permify/models/primitive_type.py +1 -1
  90. {permify-1.7.0 → permify-1.7.2}/permify/models/read_attributes_body.py +1 -1
  91. {permify-1.7.0 → permify-1.7.2}/permify/models/read_relationships_body.py +1 -1
  92. {permify-1.7.0 → permify-1.7.2}/permify/models/relation_definition.py +1 -1
  93. {permify-1.7.0 → permify-1.7.2}/permify/models/relation_reference.py +1 -1
  94. {permify-1.7.0 → permify-1.7.2}/permify/models/relationship_delete_response.py +1 -1
  95. {permify-1.7.0 → permify-1.7.2}/permify/models/relationship_read_request_metadata.py +1 -1
  96. {permify-1.7.0 → permify-1.7.2}/permify/models/relationship_read_response.py +1 -1
  97. {permify-1.7.0 → permify-1.7.2}/permify/models/relationship_write_request_metadata.py +1 -1
  98. {permify-1.7.0 → permify-1.7.2}/permify/models/relationship_write_response.py +1 -1
  99. {permify-1.7.0 → permify-1.7.2}/permify/models/rewrite.py +1 -1
  100. {permify-1.7.0 → permify-1.7.2}/permify/models/rewrite_operation.py +1 -1
  101. {permify-1.7.0 → permify-1.7.2}/permify/models/rule_definition.py +1 -1
  102. {permify-1.7.0 → permify-1.7.2}/permify/models/run_bundle_body.py +1 -1
  103. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_definition.py +1 -1
  104. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_definition_reference.py +1 -1
  105. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_list.py +1 -1
  106. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_list_body.py +1 -1
  107. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_list_response.py +1 -1
  108. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_partial_write_request_metadata.py +1 -1
  109. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_partial_write_response.py +1 -1
  110. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_read_body.py +1 -1
  111. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_read_request_metadata.py +1 -1
  112. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_read_response.py +1 -1
  113. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_write_body.py +1 -1
  114. {permify-1.7.0 → permify-1.7.2}/permify/models/schema_write_response.py +1 -1
  115. {permify-1.7.0 → permify-1.7.2}/permify/models/select.py +1 -1
  116. {permify-1.7.0 → permify-1.7.2}/permify/models/source_info.py +1 -1
  117. {permify-1.7.0 → permify-1.7.2}/permify/models/status.py +1 -1
  118. {permify-1.7.0 → permify-1.7.2}/permify/models/stream_result_of_permission_lookup_entity_stream_response.py +1 -1
  119. {permify-1.7.0 → permify-1.7.2}/permify/models/stream_result_of_watch_response.py +1 -1
  120. {permify-1.7.0 → permify-1.7.2}/permify/models/string_array_value.py +1 -1
  121. {permify-1.7.0 → permify-1.7.2}/permify/models/subject.py +1 -1
  122. {permify-1.7.0 → permify-1.7.2}/permify/models/subject_filter.py +1 -1
  123. {permify-1.7.0 → permify-1.7.2}/permify/models/subject_permission_body.py +1 -1
  124. {permify-1.7.0 → permify-1.7.2}/permify/models/subjects.py +1 -1
  125. {permify-1.7.0 → permify-1.7.2}/permify/models/tenant.py +1 -1
  126. {permify-1.7.0 → permify-1.7.2}/permify/models/tenant_create_request.py +1 -1
  127. {permify-1.7.0 → permify-1.7.2}/permify/models/tenant_create_response.py +1 -1
  128. {permify-1.7.0 → permify-1.7.2}/permify/models/tenant_delete_response.py +1 -1
  129. {permify-1.7.0 → permify-1.7.2}/permify/models/tenant_list_request.py +1 -1
  130. {permify-1.7.0 → permify-1.7.2}/permify/models/tenant_list_response.py +1 -1
  131. {permify-1.7.0 → permify-1.7.2}/permify/models/tuple.py +1 -1
  132. {permify-1.7.0 → permify-1.7.2}/permify/models/tuple_filter.py +1 -1
  133. {permify-1.7.0 → permify-1.7.2}/permify/models/tuple_set.py +1 -1
  134. {permify-1.7.0 → permify-1.7.2}/permify/models/tuple_to_user_set.py +1 -1
  135. {permify-1.7.0 → permify-1.7.2}/permify/models/v1_call.py +1 -1
  136. {permify-1.7.0 → permify-1.7.2}/permify/models/v1_expand.py +1 -1
  137. {permify-1.7.0 → permify-1.7.2}/permify/models/v1_operation.py +1 -1
  138. {permify-1.7.0 → permify-1.7.2}/permify/models/v1alpha1_reference.py +1 -1
  139. {permify-1.7.0 → permify-1.7.2}/permify/models/v1alpha1_type.py +1 -1
  140. {permify-1.7.0 → permify-1.7.2}/permify/models/values.py +1 -1
  141. {permify-1.7.0 → permify-1.7.2}/permify/models/version.py +1 -1
  142. {permify-1.7.0 → permify-1.7.2}/permify/models/watch_body.py +1 -1
  143. {permify-1.7.0 → permify-1.7.2}/permify/models/watch_response.py +1 -1
  144. {permify-1.7.0 → permify-1.7.2}/permify/models/well_known_type.py +1 -1
  145. {permify-1.7.0 → permify-1.7.2}/permify/models/write_relationships_body.py +1 -1
  146. {permify-1.7.0 → permify-1.7.2}/permify/rest.py +1 -1
  147. {permify-1.7.0 → permify-1.7.2}/permify.egg-info/PKG-INFO +1 -1
  148. {permify-1.7.0 → permify-1.7.2}/pyproject.toml +1 -1
  149. {permify-1.7.0 → permify-1.7.2}/setup.py +2 -2
  150. {permify-1.7.0 → permify-1.7.2}/test/test_abstract_type.py +1 -1
  151. {permify-1.7.0 → permify-1.7.2}/test/test_any.py +1 -1
  152. {permify-1.7.0 → permify-1.7.2}/test/test_argument.py +1 -1
  153. {permify-1.7.0 → permify-1.7.2}/test/test_attribute.py +1 -1
  154. {permify-1.7.0 → permify-1.7.2}/test/test_attribute_definition.py +1 -1
  155. {permify-1.7.0 → permify-1.7.2}/test/test_attribute_filter.py +1 -1
  156. {permify-1.7.0 → permify-1.7.2}/test/test_attribute_read_request_metadata.py +1 -1
  157. {permify-1.7.0 → permify-1.7.2}/test/test_attribute_read_response.py +1 -1
  158. {permify-1.7.0 → permify-1.7.2}/test/test_attribute_type.py +1 -1
  159. {permify-1.7.0 → permify-1.7.2}/test/test_bulk_check_body.py +1 -1
  160. {permify-1.7.0 → permify-1.7.2}/test/test_bundle_api.py +1 -1
  161. {permify-1.7.0 → permify-1.7.2}/test/test_bundle_delete_body.py +1 -1
  162. {permify-1.7.0 → permify-1.7.2}/test/test_bundle_delete_response.py +1 -1
  163. {permify-1.7.0 → permify-1.7.2}/test/test_bundle_read_body.py +1 -1
  164. {permify-1.7.0 → permify-1.7.2}/test/test_bundle_read_response.py +1 -1
  165. {permify-1.7.0 → permify-1.7.2}/test/test_bundle_run_response.py +1 -1
  166. {permify-1.7.0 → permify-1.7.2}/test/test_bundle_write_body.py +1 -1
  167. {permify-1.7.0 → permify-1.7.2}/test/test_bundle_write_response.py +1 -1
  168. {permify-1.7.0 → permify-1.7.2}/test/test_check_body.py +1 -1
  169. {permify-1.7.0 → permify-1.7.2}/test/test_check_result.py +1 -1
  170. {permify-1.7.0 → permify-1.7.2}/test/test_checked_expr.py +1 -1
  171. {permify-1.7.0 → permify-1.7.2}/test/test_child.py +1 -1
  172. {permify-1.7.0 → permify-1.7.2}/test/test_component.py +1 -1
  173. {permify-1.7.0 → permify-1.7.2}/test/test_comprehension.py +1 -1
  174. {permify-1.7.0 → permify-1.7.2}/test/test_computed_attribute.py +1 -1
  175. {permify-1.7.0 → permify-1.7.2}/test/test_computed_user_set.py +1 -1
  176. {permify-1.7.0 → permify-1.7.2}/test/test_constant.py +1 -1
  177. {permify-1.7.0 → permify-1.7.2}/test/test_context.py +1 -1
  178. {permify-1.7.0 → permify-1.7.2}/test/test_create_list.py +1 -1
  179. {permify-1.7.0 → permify-1.7.2}/test/test_create_struct.py +1 -1
  180. {permify-1.7.0 → permify-1.7.2}/test/test_data_api.py +1 -1
  181. {permify-1.7.0 → permify-1.7.2}/test/test_data_bundle.py +1 -1
  182. {permify-1.7.0 → permify-1.7.2}/test/test_data_change.py +1 -1
  183. {permify-1.7.0 → permify-1.7.2}/test/test_data_change_operation.py +1 -1
  184. {permify-1.7.0 → permify-1.7.2}/test/test_data_changes.py +1 -1
  185. {permify-1.7.0 → permify-1.7.2}/test/test_data_delete_body.py +1 -1
  186. {permify-1.7.0 → permify-1.7.2}/test/test_data_delete_response.py +1 -1
  187. {permify-1.7.0 → permify-1.7.2}/test/test_data_write_body.py +1 -1
  188. {permify-1.7.0 → permify-1.7.2}/test/test_data_write_request_metadata.py +1 -1
  189. {permify-1.7.0 → permify-1.7.2}/test/test_data_write_response.py +1 -1
  190. {permify-1.7.0 → permify-1.7.2}/test/test_delete_relationships_body.py +1 -1
  191. {permify-1.7.0 → permify-1.7.2}/test/test_entity.py +1 -1
  192. {permify-1.7.0 → permify-1.7.2}/test/test_entity_definition.py +1 -1
  193. {permify-1.7.0 → permify-1.7.2}/test/test_entity_definition_reference.py +1 -1
  194. {permify-1.7.0 → permify-1.7.2}/test/test_entity_filter.py +1 -1
  195. {permify-1.7.0 → permify-1.7.2}/test/test_entry.py +1 -1
  196. {permify-1.7.0 → permify-1.7.2}/test/test_expand_leaf.py +1 -1
  197. {permify-1.7.0 → permify-1.7.2}/test/test_expand_tree_node.py +1 -1
  198. {permify-1.7.0 → permify-1.7.2}/test/test_expand_tree_node_operation.py +1 -1
  199. {permify-1.7.0 → permify-1.7.2}/test/test_expr.py +1 -1
  200. {permify-1.7.0 → permify-1.7.2}/test/test_expr_call.py +1 -1
  201. {permify-1.7.0 → permify-1.7.2}/test/test_extension.py +1 -1
  202. {permify-1.7.0 → permify-1.7.2}/test/test_function_type.py +1 -1
  203. {permify-1.7.0 → permify-1.7.2}/test/test_ident.py +1 -1
  204. {permify-1.7.0 → permify-1.7.2}/test/test_leaf.py +1 -1
  205. {permify-1.7.0 → permify-1.7.2}/test/test_list_type.py +1 -1
  206. {permify-1.7.0 → permify-1.7.2}/test/test_lookup_entity_body.py +1 -1
  207. {permify-1.7.0 → permify-1.7.2}/test/test_lookup_entity_stream_body.py +1 -1
  208. {permify-1.7.0 → permify-1.7.2}/test/test_lookup_subject_body.py +1 -1
  209. {permify-1.7.0 → permify-1.7.2}/test/test_map_type.py +1 -1
  210. {permify-1.7.0 → permify-1.7.2}/test/test_partial_write_body.py +1 -1
  211. {permify-1.7.0 → permify-1.7.2}/test/test_partials.py +1 -1
  212. {permify-1.7.0 → permify-1.7.2}/test/test_permission_api.py +1 -1
  213. {permify-1.7.0 → permify-1.7.2}/test/test_permission_bulk_check_request_item.py +1 -1
  214. {permify-1.7.0 → permify-1.7.2}/test/test_permission_bulk_check_response.py +1 -1
  215. {permify-1.7.0 → permify-1.7.2}/test/test_permission_check_request_metadata.py +1 -1
  216. {permify-1.7.0 → permify-1.7.2}/test/test_permission_check_response.py +1 -1
  217. {permify-1.7.0 → permify-1.7.2}/test/test_permission_check_response_metadata.py +1 -1
  218. {permify-1.7.0 → permify-1.7.2}/test/test_permission_definition.py +1 -1
  219. {permify-1.7.0 → permify-1.7.2}/test/test_permission_expand_body.py +1 -1
  220. {permify-1.7.0 → permify-1.7.2}/test/test_permission_expand_request_metadata.py +1 -1
  221. {permify-1.7.0 → permify-1.7.2}/test/test_permission_expand_response.py +1 -1
  222. {permify-1.7.0 → permify-1.7.2}/test/test_permission_lookup_entity_request_metadata.py +1 -1
  223. {permify-1.7.0 → permify-1.7.2}/test/test_permission_lookup_entity_response.py +1 -1
  224. {permify-1.7.0 → permify-1.7.2}/test/test_permission_lookup_entity_stream_response.py +1 -1
  225. {permify-1.7.0 → permify-1.7.2}/test/test_permission_lookup_subject_request_metadata.py +1 -1
  226. {permify-1.7.0 → permify-1.7.2}/test/test_permission_lookup_subject_response.py +1 -1
  227. {permify-1.7.0 → permify-1.7.2}/test/test_permission_subject_permission_request_metadata.py +1 -1
  228. {permify-1.7.0 → permify-1.7.2}/test/test_permission_subject_permission_response.py +1 -1
  229. {permify-1.7.0 → permify-1.7.2}/test/test_primitive_type.py +1 -1
  230. {permify-1.7.0 → permify-1.7.2}/test/test_read_attributes_body.py +1 -1
  231. {permify-1.7.0 → permify-1.7.2}/test/test_read_relationships_body.py +1 -1
  232. {permify-1.7.0 → permify-1.7.2}/test/test_relation_definition.py +1 -1
  233. {permify-1.7.0 → permify-1.7.2}/test/test_relation_reference.py +1 -1
  234. {permify-1.7.0 → permify-1.7.2}/test/test_relationship_delete_response.py +1 -1
  235. {permify-1.7.0 → permify-1.7.2}/test/test_relationship_read_request_metadata.py +1 -1
  236. {permify-1.7.0 → permify-1.7.2}/test/test_relationship_read_response.py +1 -1
  237. {permify-1.7.0 → permify-1.7.2}/test/test_relationship_write_request_metadata.py +1 -1
  238. {permify-1.7.0 → permify-1.7.2}/test/test_relationship_write_response.py +1 -1
  239. {permify-1.7.0 → permify-1.7.2}/test/test_rewrite.py +1 -1
  240. {permify-1.7.0 → permify-1.7.2}/test/test_rewrite_operation.py +1 -1
  241. {permify-1.7.0 → permify-1.7.2}/test/test_rule_definition.py +1 -1
  242. {permify-1.7.0 → permify-1.7.2}/test/test_run_bundle_body.py +1 -1
  243. {permify-1.7.0 → permify-1.7.2}/test/test_schema_api.py +1 -1
  244. {permify-1.7.0 → permify-1.7.2}/test/test_schema_definition.py +1 -1
  245. {permify-1.7.0 → permify-1.7.2}/test/test_schema_definition_reference.py +1 -1
  246. {permify-1.7.0 → permify-1.7.2}/test/test_schema_list.py +1 -1
  247. {permify-1.7.0 → permify-1.7.2}/test/test_schema_list_body.py +1 -1
  248. {permify-1.7.0 → permify-1.7.2}/test/test_schema_list_response.py +1 -1
  249. {permify-1.7.0 → permify-1.7.2}/test/test_schema_partial_write_request_metadata.py +1 -1
  250. {permify-1.7.0 → permify-1.7.2}/test/test_schema_partial_write_response.py +1 -1
  251. {permify-1.7.0 → permify-1.7.2}/test/test_schema_read_body.py +1 -1
  252. {permify-1.7.0 → permify-1.7.2}/test/test_schema_read_request_metadata.py +1 -1
  253. {permify-1.7.0 → permify-1.7.2}/test/test_schema_read_response.py +1 -1
  254. {permify-1.7.0 → permify-1.7.2}/test/test_schema_write_body.py +1 -1
  255. {permify-1.7.0 → permify-1.7.2}/test/test_schema_write_response.py +1 -1
  256. {permify-1.7.0 → permify-1.7.2}/test/test_select.py +1 -1
  257. {permify-1.7.0 → permify-1.7.2}/test/test_source_info.py +1 -1
  258. {permify-1.7.0 → permify-1.7.2}/test/test_status.py +1 -1
  259. {permify-1.7.0 → permify-1.7.2}/test/test_stream_result_of_permission_lookup_entity_stream_response.py +1 -1
  260. {permify-1.7.0 → permify-1.7.2}/test/test_stream_result_of_watch_response.py +1 -1
  261. {permify-1.7.0 → permify-1.7.2}/test/test_string_array_value.py +1 -1
  262. {permify-1.7.0 → permify-1.7.2}/test/test_subject.py +1 -1
  263. {permify-1.7.0 → permify-1.7.2}/test/test_subject_filter.py +1 -1
  264. {permify-1.7.0 → permify-1.7.2}/test/test_subject_permission_body.py +1 -1
  265. {permify-1.7.0 → permify-1.7.2}/test/test_subjects.py +1 -1
  266. {permify-1.7.0 → permify-1.7.2}/test/test_tenancy_api.py +1 -1
  267. {permify-1.7.0 → permify-1.7.2}/test/test_tenant.py +1 -1
  268. {permify-1.7.0 → permify-1.7.2}/test/test_tenant_create_request.py +1 -1
  269. {permify-1.7.0 → permify-1.7.2}/test/test_tenant_create_response.py +1 -1
  270. {permify-1.7.0 → permify-1.7.2}/test/test_tenant_delete_response.py +1 -1
  271. {permify-1.7.0 → permify-1.7.2}/test/test_tenant_list_request.py +1 -1
  272. {permify-1.7.0 → permify-1.7.2}/test/test_tenant_list_response.py +1 -1
  273. {permify-1.7.0 → permify-1.7.2}/test/test_tuple.py +1 -1
  274. {permify-1.7.0 → permify-1.7.2}/test/test_tuple_filter.py +1 -1
  275. {permify-1.7.0 → permify-1.7.2}/test/test_tuple_set.py +1 -1
  276. {permify-1.7.0 → permify-1.7.2}/test/test_tuple_to_user_set.py +1 -1
  277. {permify-1.7.0 → permify-1.7.2}/test/test_v1_call.py +1 -1
  278. {permify-1.7.0 → permify-1.7.2}/test/test_v1_expand.py +1 -1
  279. {permify-1.7.0 → permify-1.7.2}/test/test_v1_operation.py +1 -1
  280. {permify-1.7.0 → permify-1.7.2}/test/test_v1alpha1_reference.py +1 -1
  281. {permify-1.7.0 → permify-1.7.2}/test/test_v1alpha1_type.py +1 -1
  282. {permify-1.7.0 → permify-1.7.2}/test/test_values.py +1 -1
  283. {permify-1.7.0 → permify-1.7.2}/test/test_version.py +1 -1
  284. {permify-1.7.0 → permify-1.7.2}/test/test_watch_api.py +1 -1
  285. {permify-1.7.0 → permify-1.7.2}/test/test_watch_body.py +1 -1
  286. {permify-1.7.0 → permify-1.7.2}/test/test_watch_response.py +1 -1
  287. {permify-1.7.0 → permify-1.7.2}/test/test_well_known_type.py +1 -1
  288. {permify-1.7.0 → permify-1.7.2}/test/test_write_relationships_body.py +1 -1
  289. {permify-1.7.0 → permify-1.7.2}/LICENCE +0 -0
  290. {permify-1.7.0 → permify-1.7.2}/README.md +0 -0
  291. {permify-1.7.0 → permify-1.7.2}/permify/api/__init__.py +0 -0
  292. {permify-1.7.0 → permify-1.7.2}/permify/api_response.py +0 -0
  293. {permify-1.7.0 → permify-1.7.2}/permify/py.typed +0 -0
  294. {permify-1.7.0 → permify-1.7.2}/permify.egg-info/SOURCES.txt +0 -0
  295. {permify-1.7.0 → permify-1.7.2}/permify.egg-info/dependency_links.txt +0 -0
  296. {permify-1.7.0 → permify-1.7.2}/permify.egg-info/requires.txt +0 -0
  297. {permify-1.7.0 → permify-1.7.2}/permify.egg-info/top_level.txt +0 -0
  298. {permify-1.7.0 → permify-1.7.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: permify
3
- Version: 1.7.0
3
+ Version: 1.7.2
4
4
  Summary: Permify API
5
5
  Home-page: https://github.com/Permify/permify-python
6
6
  Author: API Support
@@ -7,7 +7,7 @@
7
7
 
8
8
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
9
9
 
10
- The version of the OpenAPI document: v1.7.0
10
+ The version of the OpenAPI document: v1.7.2
11
11
  Contact: hello@permify.co
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "v1.7.0"
18
+ __version__ = "v1.7.2"
19
19
 
20
20
  # import apis into sdk package
21
21
  from permify.api.bundle_api import BundleApi
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -87,7 +87,7 @@ class ApiClient:
87
87
  self.default_headers[header_name] = header_value
88
88
  self.cookie = cookie
89
89
  # Set default User-Agent.
90
- self.user_agent = 'OpenAPI-Generator/v1.7.0/python'
90
+ self.user_agent = 'OpenAPI-Generator/v1.7.2/python'
91
91
  self.client_side_validation = configuration.client_side_validation
92
92
 
93
93
  def __enter__(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -397,8 +397,8 @@ conf = permify.Configuration(
397
397
  return "Python SDK Debug Report:\n"\
398
398
  "OS: {env}\n"\
399
399
  "Python Version: {pyversion}\n"\
400
- "Version of the API: v1.7.0\n"\
401
- "SDK Package Version: v1.7.0".\
400
+ "Version of the API: v1.7.2\n"\
401
+ "SDK Package Version: v1.7.2".\
402
402
  format(env=sys.platform, pyversion=sys.version)
403
403
 
404
404
  def get_host_settings(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
8
8
 
9
- The version of the OpenAPI document: v1.7.0
9
+ The version of the OpenAPI document: v1.7.2
10
10
  Contact: hello@permify.co
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
7
7
 
8
- The version of the OpenAPI document: v1.7.0
8
+ The version of the OpenAPI document: v1.7.2
9
9
  Contact: hello@permify.co
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11