Skip to content

Commit

Permalink
update up to 0.9.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
suquant committed Aug 22, 2022
1 parent 2499418 commit 36b45b2
Show file tree
Hide file tree
Showing 39 changed files with 1,908 additions and 102 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ target/

#Ipython Notebook
.ipynb_checkpoints
.idea
61 changes: 48 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ docs/GetRelationTuplesResponse.md
docs/GetVersion200Response.md
docs/HealthNotReadyStatus.md
docs/HealthStatus.md
docs/InternalRelationTuple.md
docs/IsAlive200Response.md
docs/IsReady503Response.md
docs/MetadataApi.md
docs/PatchDelta.md
docs/ReadApi.md
docs/RelationQuery.md
docs/RelationTuple.md
docs/SubjectSet.md
docs/Version.md
docs/WriteApi.md
Expand All @@ -37,11 +37,11 @@ ory_keto_client/model/get_relation_tuples_response.py
ory_keto_client/model/get_version200_response.py
ory_keto_client/model/health_not_ready_status.py
ory_keto_client/model/health_status.py
ory_keto_client/model/internal_relation_tuple.py
ory_keto_client/model/is_alive200_response.py
ory_keto_client/model/is_ready503_response.py
ory_keto_client/model/patch_delta.py
ory_keto_client/model/relation_query.py
ory_keto_client/model/relation_tuple.py
ory_keto_client/model/subject_set.py
ory_keto_client/model/version.py
ory_keto_client/model_utils.py
Expand All @@ -52,4 +52,5 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_relation_tuple.py
tox.ini
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.0.1
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v0.8.0-alpha.2
- Package version: v0.8.0-alpha.2
- API version: v0.9.0-alpha.0
- Package version: v0.9.0-alpha.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down Expand Up @@ -85,13 +85,15 @@ Class | Method | HTTP request | Description
*MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /version | Return Running Software Version.
*MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status
*MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status
*ReadApi* | [**get_check**](docs/ReadApi.md#get_check) | **GET** /check | Check a relation tuple
*ReadApi* | [**get_expand**](docs/ReadApi.md#get_expand) | **GET** /expand | Expand a Relation Tuple
*ReadApi* | [**get_check**](docs/ReadApi.md#get_check) | **GET** /relation-tuples/check/openapi | Check a relation tuple
*ReadApi* | [**get_check_mirror_status**](docs/ReadApi.md#get_check_mirror_status) | **GET** /relation-tuples/check | Check a relation tuple
*ReadApi* | [**get_expand**](docs/ReadApi.md#get_expand) | **GET** /relation-tuples/expand | Expand a Relation Tuple
*ReadApi* | [**get_relation_tuples**](docs/ReadApi.md#get_relation_tuples) | **GET** /relation-tuples | Query relation tuples
*ReadApi* | [**post_check**](docs/ReadApi.md#post_check) | **POST** /check | Check a relation tuple
*WriteApi* | [**create_relation_tuple**](docs/WriteApi.md#create_relation_tuple) | **PUT** /relation-tuples | Create a Relation Tuple
*WriteApi* | [**delete_relation_tuples**](docs/WriteApi.md#delete_relation_tuples) | **DELETE** /relation-tuples | Delete Relation Tuples
*WriteApi* | [**patch_relation_tuples**](docs/WriteApi.md#patch_relation_tuples) | **PATCH** /relation-tuples | Patch Multiple Relation Tuples
*ReadApi* | [**post_check**](docs/ReadApi.md#post_check) | **POST** /relation-tuples/check/openapi | Check a relation tuple
*ReadApi* | [**post_check_mirror_status**](docs/ReadApi.md#post_check_mirror_status) | **POST** /relation-tuples/check | Check a relation tuple
*WriteApi* | [**create_relation_tuple**](docs/WriteApi.md#create_relation_tuple) | **PUT** /admin/relation-tuples | Create a Relation Tuple
*WriteApi* | [**delete_relation_tuples**](docs/WriteApi.md#delete_relation_tuples) | **DELETE** /admin/relation-tuples | Delete Relation Tuples
*WriteApi* | [**patch_relation_tuples**](docs/WriteApi.md#patch_relation_tuples) | **PATCH** /admin/relation-tuples | Patch Multiple Relation Tuples


## Documentation For Models
Expand All @@ -103,11 +105,11 @@ Class | Method | HTTP request | Description
- [GetVersion200Response](docs/GetVersion200Response.md)
- [HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
- [HealthStatus](docs/HealthStatus.md)
- [InternalRelationTuple](docs/InternalRelationTuple.md)
- [IsAlive200Response](docs/IsAlive200Response.md)
- [IsReady503Response](docs/IsReady503Response.md)
- [PatchDelta](docs/PatchDelta.md)
- [RelationQuery](docs/RelationQuery.md)
- [RelationTuple](docs/RelationTuple.md)
- [SubjectSet](docs/SubjectSet.md)
- [Version](docs/Version.md)

Expand Down
6 changes: 3 additions & 3 deletions docs/ExpandTree.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **str** | |
**children** | [**[ExpandTree]**](ExpandTree.md) | | [optional]
**subject_id** | **str** | | [optional]
**type** | **str** | The type of the node. union ExpandNodeUnion exclusion ExpandNodeExclusion intersection ExpandNodeIntersection leaf ExpandNodeLeaf unspecified ExpandNodeUnspecified |
**children** | [**[ExpandTree]**](ExpandTree.md) | The children of the node, possibly none. | [optional]
**subject_id** | **str** | The subject ID the node represents. Either this field, or SubjectSet are set. | [optional]
**subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/GetRelationTuplesResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**next_page_token** | **str** | The opaque token to provide in a subsequent request to get the next page. It is the empty string iff this is the last page. | [optional]
**relation_tuples** | [**[InternalRelationTuple]**](InternalRelationTuple.md) | | [optional]
**relation_tuples** | [**[RelationTuple]**](RelationTuple.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/PatchDelta.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **str** | | [optional]
**relation_tuple** | [**InternalRelationTuple**](InternalRelationTuple.md) | | [optional]
**relation_tuple** | [**RelationTuple**](RelationTuple.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
Loading

0 comments on commit 36b45b2

Please sign in to comment.