From 98473b6004249e9407ac97980ddc411af4c88eb0 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Tue, 27 Feb 2024 17:24:41 -0500 Subject: [PATCH 1/4] chore: update community links from discord to slack --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- src/OpenFga.Sdk.Test/Api/OpenFgaApiTests.cs | 2 +- src/OpenFga.Sdk.Test/Client/OpenFgaClientTests.cs | 2 +- src/OpenFga.Sdk.Test/Models/ModelTests.cs | 2 +- src/OpenFga.Sdk/Api/OpenFgaApi.cs | 2 +- src/OpenFga.Sdk/ApiClient/ApiClient.cs | 2 +- src/OpenFga.Sdk/ApiClient/BaseClient.cs | 2 +- src/OpenFga.Sdk/ApiClient/OAuth2Client.cs | 2 +- src/OpenFga.Sdk/ApiClient/RequestBuilder.cs | 2 +- src/OpenFga.Sdk/ApiClient/Utils.cs | 2 +- src/OpenFga.Sdk/Client/Client.cs | 2 +- src/OpenFga.Sdk/Client/ClientConfiguration.cs | 2 +- src/OpenFga.Sdk/Client/Model/AuthorizationModelIdOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientBatchCheckOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientBatchCheckResponse.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientCheckOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientCreateStoreOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientCreateStoreRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientExpandRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientListObjectsRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientListRelationsOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientListRelationsRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientListRelationsResponse.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientListStoresOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientPaginationOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientReadAssertionsOptions.cs | 2 +- .../Client/Model/ClientReadAuthorizaionModelOptions.cs | 2 +- .../Client/Model/ClientReadAuthorizaionModelsOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientReadChangesOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientReadChangesRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientReadOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientReadRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientRequestOptions.cs | 2 +- .../Client/Model/ClientRequestOptsWithAuthZModelId.cs | 2 +- .../Client/Model/ClientRequestOptsWithStoreId.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientTupleKey.cs | 2 +- .../Client/Model/ClientTupleKeyWithoutCondition.cs | 2 +- .../Client/Model/ClientWriteAssertionsOptions.cs | 2 +- .../Client/Model/ClientWriteAssertionsRequest.cs | 2 +- .../Client/Model/ClientWriteAuthorizationModelRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientWriteOptions.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientWriteRequest.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientWriteResponse.cs | 2 +- src/OpenFga.Sdk/Client/Model/ClientWriteStatus.cs | 2 +- src/OpenFga.Sdk/Client/Model/RetryParams.cs | 2 +- src/OpenFga.Sdk/Client/Model/StoreIdOptions.cs | 2 +- src/OpenFga.Sdk/Configuration/Configuration.cs | 2 +- src/OpenFga.Sdk/Exceptions/ApiAuthenticationError.cs | 2 +- src/OpenFga.Sdk/Exceptions/ApiError.cs | 2 +- src/OpenFga.Sdk/Exceptions/ApiException.cs | 2 +- src/OpenFga.Sdk/Exceptions/ApiInternalError.cs | 2 +- src/OpenFga.Sdk/Exceptions/ApiNotFoundError.cs | 2 +- src/OpenFga.Sdk/Exceptions/ApiValidationError.cs | 2 +- src/OpenFga.Sdk/Exceptions/GenericError.cs | 2 +- src/OpenFga.Sdk/Exceptions/Parsers/ApiErrorParser.cs | 2 +- src/OpenFga.Sdk/Exceptions/Parsers/RateLimitParser.cs | 2 +- src/OpenFga.Sdk/Exceptions/RateLimitExceededError.cs | 2 +- src/OpenFga.Sdk/Exceptions/RequiredParamError.cs | 2 +- src/OpenFga.Sdk/Exceptions/ValidationError.cs | 2 +- src/OpenFga.Sdk/Model/AbortedMessageResponse.cs | 2 +- src/OpenFga.Sdk/Model/Any.cs | 2 +- src/OpenFga.Sdk/Model/Assertion.cs | 2 +- src/OpenFga.Sdk/Model/AssertionTupleKey.cs | 2 +- src/OpenFga.Sdk/Model/AuthorizationModel.cs | 2 +- src/OpenFga.Sdk/Model/CheckRequest.cs | 2 +- src/OpenFga.Sdk/Model/CheckRequestTupleKey.cs | 2 +- src/OpenFga.Sdk/Model/CheckResponse.cs | 2 +- src/OpenFga.Sdk/Model/Computed.cs | 2 +- src/OpenFga.Sdk/Model/Condition.cs | 2 +- src/OpenFga.Sdk/Model/ConditionParamTypeRef.cs | 2 +- src/OpenFga.Sdk/Model/ContextualTupleKeys.cs | 2 +- src/OpenFga.Sdk/Model/CreateStoreRequest.cs | 2 +- src/OpenFga.Sdk/Model/CreateStoreResponse.cs | 2 +- src/OpenFga.Sdk/Model/Difference.cs | 2 +- src/OpenFga.Sdk/Model/ErrorCode.cs | 2 +- src/OpenFga.Sdk/Model/ExpandRequest.cs | 2 +- src/OpenFga.Sdk/Model/ExpandRequestTupleKey.cs | 2 +- src/OpenFga.Sdk/Model/ExpandResponse.cs | 2 +- src/OpenFga.Sdk/Model/GetStoreResponse.cs | 2 +- src/OpenFga.Sdk/Model/InternalErrorCode.cs | 2 +- src/OpenFga.Sdk/Model/InternalErrorMessageResponse.cs | 2 +- src/OpenFga.Sdk/Model/JsonStringEnumMemberConverter.cs | 2 +- src/OpenFga.Sdk/Model/Leaf.cs | 2 +- src/OpenFga.Sdk/Model/ListObjectsRequest.cs | 2 +- src/OpenFga.Sdk/Model/ListObjectsResponse.cs | 2 +- src/OpenFga.Sdk/Model/ListStoresResponse.cs | 2 +- src/OpenFga.Sdk/Model/Metadata.cs | 2 +- src/OpenFga.Sdk/Model/Node.cs | 2 +- src/OpenFga.Sdk/Model/Nodes.cs | 2 +- src/OpenFga.Sdk/Model/NotFoundErrorCode.cs | 2 +- src/OpenFga.Sdk/Model/NullValue.cs | 2 +- src/OpenFga.Sdk/Model/ObjectRelation.cs | 2 +- src/OpenFga.Sdk/Model/PathUnknownErrorMessageResponse.cs | 2 +- src/OpenFga.Sdk/Model/ReadAssertionsResponse.cs | 2 +- src/OpenFga.Sdk/Model/ReadAuthorizationModelResponse.cs | 2 +- src/OpenFga.Sdk/Model/ReadAuthorizationModelsResponse.cs | 2 +- src/OpenFga.Sdk/Model/ReadChangesResponse.cs | 2 +- src/OpenFga.Sdk/Model/ReadRequest.cs | 2 +- src/OpenFga.Sdk/Model/ReadRequestTupleKey.cs | 2 +- src/OpenFga.Sdk/Model/ReadResponse.cs | 2 +- src/OpenFga.Sdk/Model/RelationMetadata.cs | 2 +- src/OpenFga.Sdk/Model/RelationReference.cs | 2 +- src/OpenFga.Sdk/Model/RelationshipCondition.cs | 2 +- src/OpenFga.Sdk/Model/Status.cs | 2 +- src/OpenFga.Sdk/Model/Store.cs | 2 +- src/OpenFga.Sdk/Model/Tuple.cs | 2 +- src/OpenFga.Sdk/Model/TupleChange.cs | 2 +- src/OpenFga.Sdk/Model/TupleKey.cs | 2 +- src/OpenFga.Sdk/Model/TupleKeyWithoutCondition.cs | 2 +- src/OpenFga.Sdk/Model/TupleOperation.cs | 2 +- src/OpenFga.Sdk/Model/TupleToUserset.cs | 2 +- src/OpenFga.Sdk/Model/TypeDefinition.cs | 2 +- src/OpenFga.Sdk/Model/TypeName.cs | 2 +- src/OpenFga.Sdk/Model/Users.cs | 2 +- src/OpenFga.Sdk/Model/Userset.cs | 2 +- src/OpenFga.Sdk/Model/UsersetTree.cs | 2 +- src/OpenFga.Sdk/Model/UsersetTreeDifference.cs | 2 +- src/OpenFga.Sdk/Model/UsersetTreeTupleToUserset.cs | 2 +- src/OpenFga.Sdk/Model/Usersets.cs | 2 +- src/OpenFga.Sdk/Model/ValidationErrorMessageResponse.cs | 2 +- src/OpenFga.Sdk/Model/WriteAssertionsRequest.cs | 2 +- src/OpenFga.Sdk/Model/WriteAuthorizationModelRequest.cs | 2 +- src/OpenFga.Sdk/Model/WriteAuthorizationModelResponse.cs | 2 +- src/OpenFga.Sdk/Model/WriteRequest.cs | 2 +- src/OpenFga.Sdk/Model/WriteRequestDeletes.cs | 2 +- src/OpenFga.Sdk/Model/WriteRequestWrites.cs | 2 +- 128 files changed, 130 insertions(+), 130 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bf0409..9c7b09c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Considering that the SDKs are autogenerated, please make sure to submit your Pul ### Have a question or problem? -Please do not open issues for general support or usage questions. Instead, join us over in the [OpenFGA discussions](https://github.com/orgs/openfga/discussions) or [support community](https://discord.gg/8naAwJfWN6). +Please do not open issues for general support or usage questions. Instead, join us over in the [OpenFGA discussions](https://github.com/orgs/openfga/discussions) or [support community](https://openfga.dev/community). ### Vulnerability Reporting diff --git a/README.md b/README.md index cf13bb0..9dd8211 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Release](https://img.shields.io/github/v/release/openfga/dotnet-sdk?sort=semver&color=green)](https://github.com/openfga/dotnet-sdk/releases) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenfga%2Fdotnet-sdk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenfga%2Fdotnet-sdk?ref=badge_shield) -[![Discord Server](https://img.shields.io/discord/759188666072825867?color=7289da&logo=discord "Discord Server")](https://discord.gg/8naAwJfWN6) +[![Join our community](https://img.shields.io/badge/slack-cncf_%23openfga-40abb8.svg?logo=slack)](https://openfga.dev/community) [![Twitter](https://img.shields.io/twitter/follow/openfga?color=%23179CF0&logo=twitter&style=flat-square "@openfga on Twitter")](https://twitter.com/openfga) This is an autogenerated SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api). @@ -60,7 +60,7 @@ OpenFGA is designed to make it easy for application builders to model their perm - [OpenFGA Documentation](https://openfga.dev/docs) - [OpenFGA API Documentation](https://openfga.dev/api/service) - [Twitter](https://twitter.com/openfga) -- [OpenFGA Discord Community](https://discord.gg/8naAwJfWN6) +- [OpenFGA Community](https://openfga.dev/community) - [Zanzibar Academy](https://zanzibar.academy) - [Google's Zanzibar Paper (2019)](https://research.google/pubs/pub48190/) @@ -94,7 +94,7 @@ Search for and install `OpenFga.Sdk` in each of their respective package manager The documentation below refers to the `OpenFga.SdkClient`, to read the documentation for `OpenFga.SdkApi`, check out the [`v0.2.1` documentation](https://github.com/openfga/dotnet-sdk/tree/v0.2.1#readme). -> The OpenFga.SdkClient will by default retry API requests up to 15 times on 429 and 5xx errors. +> The `OpenFga.SdkClient` will by default retry API requests up to 15 times on 429 and 5xx errors. #### No Credentials diff --git a/src/OpenFga.Sdk.Test/Api/OpenFgaApiTests.cs b/src/OpenFga.Sdk.Test/Api/OpenFgaApiTests.cs index 73d60f0..442f259 100644 --- a/src/OpenFga.Sdk.Test/Api/OpenFgaApiTests.cs +++ b/src/OpenFga.Sdk.Test/Api/OpenFgaApiTests.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk.Test/Client/OpenFgaClientTests.cs b/src/OpenFga.Sdk.Test/Client/OpenFgaClientTests.cs index 28948da..61473ba 100644 --- a/src/OpenFga.Sdk.Test/Client/OpenFgaClientTests.cs +++ b/src/OpenFga.Sdk.Test/Client/OpenFgaClientTests.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk.Test/Models/ModelTests.cs b/src/OpenFga.Sdk.Test/Models/ModelTests.cs index 047b49d..2d3de3c 100644 --- a/src/OpenFga.Sdk.Test/Models/ModelTests.cs +++ b/src/OpenFga.Sdk.Test/Models/ModelTests.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Api/OpenFgaApi.cs b/src/OpenFga.Sdk/Api/OpenFgaApi.cs index 77a4fb3..3219bbf 100644 --- a/src/OpenFga.Sdk/Api/OpenFgaApi.cs +++ b/src/OpenFga.Sdk/Api/OpenFgaApi.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/ApiClient/ApiClient.cs b/src/OpenFga.Sdk/ApiClient/ApiClient.cs index c73224d..df25eaf 100644 --- a/src/OpenFga.Sdk/ApiClient/ApiClient.cs +++ b/src/OpenFga.Sdk/ApiClient/ApiClient.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/ApiClient/BaseClient.cs b/src/OpenFga.Sdk/ApiClient/BaseClient.cs index b38d23a..33c4f76 100644 --- a/src/OpenFga.Sdk/ApiClient/BaseClient.cs +++ b/src/OpenFga.Sdk/ApiClient/BaseClient.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/ApiClient/OAuth2Client.cs b/src/OpenFga.Sdk/ApiClient/OAuth2Client.cs index 6f2b2f7..03cf0e6 100644 --- a/src/OpenFga.Sdk/ApiClient/OAuth2Client.cs +++ b/src/OpenFga.Sdk/ApiClient/OAuth2Client.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/ApiClient/RequestBuilder.cs b/src/OpenFga.Sdk/ApiClient/RequestBuilder.cs index 7f78c56..0ae9944 100644 --- a/src/OpenFga.Sdk/ApiClient/RequestBuilder.cs +++ b/src/OpenFga.Sdk/ApiClient/RequestBuilder.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/ApiClient/Utils.cs b/src/OpenFga.Sdk/ApiClient/Utils.cs index 52df18b..0145d9a 100644 --- a/src/OpenFga.Sdk/ApiClient/Utils.cs +++ b/src/OpenFga.Sdk/ApiClient/Utils.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Client.cs b/src/OpenFga.Sdk/Client/Client.cs index f00f9a8..b66f200 100644 --- a/src/OpenFga.Sdk/Client/Client.cs +++ b/src/OpenFga.Sdk/Client/Client.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/ClientConfiguration.cs b/src/OpenFga.Sdk/Client/ClientConfiguration.cs index 1cc562c..c2b45ce 100644 --- a/src/OpenFga.Sdk/Client/ClientConfiguration.cs +++ b/src/OpenFga.Sdk/Client/ClientConfiguration.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/AuthorizationModelIdOptions.cs b/src/OpenFga.Sdk/Client/Model/AuthorizationModelIdOptions.cs index 64e830d..d6dc836 100644 --- a/src/OpenFga.Sdk/Client/Model/AuthorizationModelIdOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/AuthorizationModelIdOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientBatchCheckOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientBatchCheckOptions.cs index 210cca0..bd80d0e 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientBatchCheckOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientBatchCheckOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientBatchCheckResponse.cs b/src/OpenFga.Sdk/Client/Model/ClientBatchCheckResponse.cs index a0e3af0..a5cb541 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientBatchCheckResponse.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientBatchCheckResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientCheckOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientCheckOptions.cs index 8723626..9a0eef3 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientCheckOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientCheckOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs index 6399899..0e4d840 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientCreateStoreOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientCreateStoreOptions.cs index 7326faf..70c274d 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientCreateStoreOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientCreateStoreOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientCreateStoreRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientCreateStoreRequest.cs index fc205f1..65cfa8c 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientCreateStoreRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientCreateStoreRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientExpandRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientExpandRequest.cs index d21256e..51cd1cf 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientExpandRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientExpandRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientListObjectsRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientListObjectsRequest.cs index cc05087..383f424 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientListObjectsRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientListObjectsRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientListRelationsOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientListRelationsOptions.cs index d24c891..ab1d1cf 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientListRelationsOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientListRelationsOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientListRelationsRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientListRelationsRequest.cs index 0c6f340..031e43e 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientListRelationsRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientListRelationsRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientListRelationsResponse.cs b/src/OpenFga.Sdk/Client/Model/ClientListRelationsResponse.cs index a0aa2a2..654b34f 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientListRelationsResponse.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientListRelationsResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientListStoresOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientListStoresOptions.cs index 876c2b3..4803c41 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientListStoresOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientListStoresOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientPaginationOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientPaginationOptions.cs index 47d3092..6f0318c 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientPaginationOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientPaginationOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientReadAssertionsOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientReadAssertionsOptions.cs index f7fc3f6..3d7b86d 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientReadAssertionsOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientReadAssertionsOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientReadAuthorizaionModelOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientReadAuthorizaionModelOptions.cs index 66f1f5e..7442aec 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientReadAuthorizaionModelOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientReadAuthorizaionModelOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientReadAuthorizaionModelsOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientReadAuthorizaionModelsOptions.cs index 7107986..3b50db6 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientReadAuthorizaionModelsOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientReadAuthorizaionModelsOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientReadChangesOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientReadChangesOptions.cs index 60ed887..2bd4ae9 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientReadChangesOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientReadChangesOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientReadChangesRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientReadChangesRequest.cs index 7185132..749a4cf 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientReadChangesRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientReadChangesRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientReadOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientReadOptions.cs index 72f4068..f9cc63e 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientReadOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientReadOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientReadRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientReadRequest.cs index 8d9a056..150b62b 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientReadRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientReadRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientRequestOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientRequestOptions.cs index 72902ca..d65b6de 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientRequestOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientRequestOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientRequestOptsWithAuthZModelId.cs b/src/OpenFga.Sdk/Client/Model/ClientRequestOptsWithAuthZModelId.cs index 1976dd9..2014839 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientRequestOptsWithAuthZModelId.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientRequestOptsWithAuthZModelId.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientRequestOptsWithStoreId.cs b/src/OpenFga.Sdk/Client/Model/ClientRequestOptsWithStoreId.cs index 4b748ae..7c174b8 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientRequestOptsWithStoreId.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientRequestOptsWithStoreId.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientTupleKey.cs b/src/OpenFga.Sdk/Client/Model/ClientTupleKey.cs index 3fce6d3..b86e7b7 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientTupleKey.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientTupleKey.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientTupleKeyWithoutCondition.cs b/src/OpenFga.Sdk/Client/Model/ClientTupleKeyWithoutCondition.cs index 9969e25..4022f1b 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientTupleKeyWithoutCondition.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientTupleKeyWithoutCondition.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientWriteAssertionsOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientWriteAssertionsOptions.cs index f953c29..59f0d74 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientWriteAssertionsOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientWriteAssertionsOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientWriteAssertionsRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientWriteAssertionsRequest.cs index 0b2162d..378a6ee 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientWriteAssertionsRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientWriteAssertionsRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientWriteAuthorizationModelRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientWriteAuthorizationModelRequest.cs index 16487df..f491778 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientWriteAuthorizationModelRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientWriteAuthorizationModelRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientWriteOptions.cs b/src/OpenFga.Sdk/Client/Model/ClientWriteOptions.cs index c7f9e61..0bb9eec 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientWriteOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientWriteOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientWriteRequest.cs b/src/OpenFga.Sdk/Client/Model/ClientWriteRequest.cs index 0786293..d661976 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientWriteRequest.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientWriteRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientWriteResponse.cs b/src/OpenFga.Sdk/Client/Model/ClientWriteResponse.cs index 524a28a..acd846b 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientWriteResponse.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientWriteResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/ClientWriteStatus.cs b/src/OpenFga.Sdk/Client/Model/ClientWriteStatus.cs index 41b4d97..fe5e0d5 100644 --- a/src/OpenFga.Sdk/Client/Model/ClientWriteStatus.cs +++ b/src/OpenFga.Sdk/Client/Model/ClientWriteStatus.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/RetryParams.cs b/src/OpenFga.Sdk/Client/Model/RetryParams.cs index f725a1b..912c4ee 100644 --- a/src/OpenFga.Sdk/Client/Model/RetryParams.cs +++ b/src/OpenFga.Sdk/Client/Model/RetryParams.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Client/Model/StoreIdOptions.cs b/src/OpenFga.Sdk/Client/Model/StoreIdOptions.cs index 8037d49..895a0a8 100644 --- a/src/OpenFga.Sdk/Client/Model/StoreIdOptions.cs +++ b/src/OpenFga.Sdk/Client/Model/StoreIdOptions.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Configuration/Configuration.cs b/src/OpenFga.Sdk/Configuration/Configuration.cs index 03e898b..9dfd0c1 100644 --- a/src/OpenFga.Sdk/Configuration/Configuration.cs +++ b/src/OpenFga.Sdk/Configuration/Configuration.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/ApiAuthenticationError.cs b/src/OpenFga.Sdk/Exceptions/ApiAuthenticationError.cs index 2c6b054..e4daff0 100644 --- a/src/OpenFga.Sdk/Exceptions/ApiAuthenticationError.cs +++ b/src/OpenFga.Sdk/Exceptions/ApiAuthenticationError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/ApiError.cs b/src/OpenFga.Sdk/Exceptions/ApiError.cs index 74ffb2f..9abc96f 100644 --- a/src/OpenFga.Sdk/Exceptions/ApiError.cs +++ b/src/OpenFga.Sdk/Exceptions/ApiError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/ApiException.cs b/src/OpenFga.Sdk/Exceptions/ApiException.cs index b0fd14c..f5fcaf7 100644 --- a/src/OpenFga.Sdk/Exceptions/ApiException.cs +++ b/src/OpenFga.Sdk/Exceptions/ApiException.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/ApiInternalError.cs b/src/OpenFga.Sdk/Exceptions/ApiInternalError.cs index a708ba0..9282f6f 100644 --- a/src/OpenFga.Sdk/Exceptions/ApiInternalError.cs +++ b/src/OpenFga.Sdk/Exceptions/ApiInternalError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/ApiNotFoundError.cs b/src/OpenFga.Sdk/Exceptions/ApiNotFoundError.cs index 7f6b4c5..adb35fb 100644 --- a/src/OpenFga.Sdk/Exceptions/ApiNotFoundError.cs +++ b/src/OpenFga.Sdk/Exceptions/ApiNotFoundError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/ApiValidationError.cs b/src/OpenFga.Sdk/Exceptions/ApiValidationError.cs index d4cdc9c..e240f2f 100644 --- a/src/OpenFga.Sdk/Exceptions/ApiValidationError.cs +++ b/src/OpenFga.Sdk/Exceptions/ApiValidationError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/GenericError.cs b/src/OpenFga.Sdk/Exceptions/GenericError.cs index 5c2a027..7dcd4f0 100644 --- a/src/OpenFga.Sdk/Exceptions/GenericError.cs +++ b/src/OpenFga.Sdk/Exceptions/GenericError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/Parsers/ApiErrorParser.cs b/src/OpenFga.Sdk/Exceptions/Parsers/ApiErrorParser.cs index 8343d20..a3c395e 100644 --- a/src/OpenFga.Sdk/Exceptions/Parsers/ApiErrorParser.cs +++ b/src/OpenFga.Sdk/Exceptions/Parsers/ApiErrorParser.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/Parsers/RateLimitParser.cs b/src/OpenFga.Sdk/Exceptions/Parsers/RateLimitParser.cs index 6de66a3..6e859e3 100644 --- a/src/OpenFga.Sdk/Exceptions/Parsers/RateLimitParser.cs +++ b/src/OpenFga.Sdk/Exceptions/Parsers/RateLimitParser.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/RateLimitExceededError.cs b/src/OpenFga.Sdk/Exceptions/RateLimitExceededError.cs index 21b69d4..7cc9f81 100644 --- a/src/OpenFga.Sdk/Exceptions/RateLimitExceededError.cs +++ b/src/OpenFga.Sdk/Exceptions/RateLimitExceededError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/RequiredParamError.cs b/src/OpenFga.Sdk/Exceptions/RequiredParamError.cs index e221719..67c7827 100644 --- a/src/OpenFga.Sdk/Exceptions/RequiredParamError.cs +++ b/src/OpenFga.Sdk/Exceptions/RequiredParamError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Exceptions/ValidationError.cs b/src/OpenFga.Sdk/Exceptions/ValidationError.cs index 0114bdc..936aaa9 100644 --- a/src/OpenFga.Sdk/Exceptions/ValidationError.cs +++ b/src/OpenFga.Sdk/Exceptions/ValidationError.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/AbortedMessageResponse.cs b/src/OpenFga.Sdk/Model/AbortedMessageResponse.cs index 9ac2529..b5c1a84 100644 --- a/src/OpenFga.Sdk/Model/AbortedMessageResponse.cs +++ b/src/OpenFga.Sdk/Model/AbortedMessageResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Any.cs b/src/OpenFga.Sdk/Model/Any.cs index fd6c0d3..8256cc2 100644 --- a/src/OpenFga.Sdk/Model/Any.cs +++ b/src/OpenFga.Sdk/Model/Any.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Assertion.cs b/src/OpenFga.Sdk/Model/Assertion.cs index 6bbe723..15c2d9e 100644 --- a/src/OpenFga.Sdk/Model/Assertion.cs +++ b/src/OpenFga.Sdk/Model/Assertion.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/AssertionTupleKey.cs b/src/OpenFga.Sdk/Model/AssertionTupleKey.cs index 303308f..2ba335a 100644 --- a/src/OpenFga.Sdk/Model/AssertionTupleKey.cs +++ b/src/OpenFga.Sdk/Model/AssertionTupleKey.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/AuthorizationModel.cs b/src/OpenFga.Sdk/Model/AuthorizationModel.cs index 16b7c9e..1a34120 100644 --- a/src/OpenFga.Sdk/Model/AuthorizationModel.cs +++ b/src/OpenFga.Sdk/Model/AuthorizationModel.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/CheckRequest.cs b/src/OpenFga.Sdk/Model/CheckRequest.cs index a1aabed..5f0736f 100644 --- a/src/OpenFga.Sdk/Model/CheckRequest.cs +++ b/src/OpenFga.Sdk/Model/CheckRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/CheckRequestTupleKey.cs b/src/OpenFga.Sdk/Model/CheckRequestTupleKey.cs index 00b2069..8d261ee 100644 --- a/src/OpenFga.Sdk/Model/CheckRequestTupleKey.cs +++ b/src/OpenFga.Sdk/Model/CheckRequestTupleKey.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/CheckResponse.cs b/src/OpenFga.Sdk/Model/CheckResponse.cs index e368fba..80b8d26 100644 --- a/src/OpenFga.Sdk/Model/CheckResponse.cs +++ b/src/OpenFga.Sdk/Model/CheckResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Computed.cs b/src/OpenFga.Sdk/Model/Computed.cs index 22ba90c..5d90445 100644 --- a/src/OpenFga.Sdk/Model/Computed.cs +++ b/src/OpenFga.Sdk/Model/Computed.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Condition.cs b/src/OpenFga.Sdk/Model/Condition.cs index d39766a..b713043 100644 --- a/src/OpenFga.Sdk/Model/Condition.cs +++ b/src/OpenFga.Sdk/Model/Condition.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ConditionParamTypeRef.cs b/src/OpenFga.Sdk/Model/ConditionParamTypeRef.cs index 09b30ac..65e529d 100644 --- a/src/OpenFga.Sdk/Model/ConditionParamTypeRef.cs +++ b/src/OpenFga.Sdk/Model/ConditionParamTypeRef.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ContextualTupleKeys.cs b/src/OpenFga.Sdk/Model/ContextualTupleKeys.cs index 76ef067..c5d9c64 100644 --- a/src/OpenFga.Sdk/Model/ContextualTupleKeys.cs +++ b/src/OpenFga.Sdk/Model/ContextualTupleKeys.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/CreateStoreRequest.cs b/src/OpenFga.Sdk/Model/CreateStoreRequest.cs index f3c76b0..96cdfa1 100644 --- a/src/OpenFga.Sdk/Model/CreateStoreRequest.cs +++ b/src/OpenFga.Sdk/Model/CreateStoreRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/CreateStoreResponse.cs b/src/OpenFga.Sdk/Model/CreateStoreResponse.cs index d6204c6..28f9c82 100644 --- a/src/OpenFga.Sdk/Model/CreateStoreResponse.cs +++ b/src/OpenFga.Sdk/Model/CreateStoreResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Difference.cs b/src/OpenFga.Sdk/Model/Difference.cs index 69e4f21..17293d7 100644 --- a/src/OpenFga.Sdk/Model/Difference.cs +++ b/src/OpenFga.Sdk/Model/Difference.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ErrorCode.cs b/src/OpenFga.Sdk/Model/ErrorCode.cs index 59a5b81..28c0f87 100644 --- a/src/OpenFga.Sdk/Model/ErrorCode.cs +++ b/src/OpenFga.Sdk/Model/ErrorCode.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ExpandRequest.cs b/src/OpenFga.Sdk/Model/ExpandRequest.cs index abf9ffd..e04dbc0 100644 --- a/src/OpenFga.Sdk/Model/ExpandRequest.cs +++ b/src/OpenFga.Sdk/Model/ExpandRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ExpandRequestTupleKey.cs b/src/OpenFga.Sdk/Model/ExpandRequestTupleKey.cs index 6a93f9f..7afee5c 100644 --- a/src/OpenFga.Sdk/Model/ExpandRequestTupleKey.cs +++ b/src/OpenFga.Sdk/Model/ExpandRequestTupleKey.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ExpandResponse.cs b/src/OpenFga.Sdk/Model/ExpandResponse.cs index 18d592d..3471041 100644 --- a/src/OpenFga.Sdk/Model/ExpandResponse.cs +++ b/src/OpenFga.Sdk/Model/ExpandResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/GetStoreResponse.cs b/src/OpenFga.Sdk/Model/GetStoreResponse.cs index 0a56948..ca356eb 100644 --- a/src/OpenFga.Sdk/Model/GetStoreResponse.cs +++ b/src/OpenFga.Sdk/Model/GetStoreResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/InternalErrorCode.cs b/src/OpenFga.Sdk/Model/InternalErrorCode.cs index 6c0279b..24fd26f 100644 --- a/src/OpenFga.Sdk/Model/InternalErrorCode.cs +++ b/src/OpenFga.Sdk/Model/InternalErrorCode.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/InternalErrorMessageResponse.cs b/src/OpenFga.Sdk/Model/InternalErrorMessageResponse.cs index e7d74de..d3f2fe0 100644 --- a/src/OpenFga.Sdk/Model/InternalErrorMessageResponse.cs +++ b/src/OpenFga.Sdk/Model/InternalErrorMessageResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/JsonStringEnumMemberConverter.cs b/src/OpenFga.Sdk/Model/JsonStringEnumMemberConverter.cs index e133bb7..5bd58e2 100644 --- a/src/OpenFga.Sdk/Model/JsonStringEnumMemberConverter.cs +++ b/src/OpenFga.Sdk/Model/JsonStringEnumMemberConverter.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Leaf.cs b/src/OpenFga.Sdk/Model/Leaf.cs index 6897a4d..c54bddf 100644 --- a/src/OpenFga.Sdk/Model/Leaf.cs +++ b/src/OpenFga.Sdk/Model/Leaf.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ListObjectsRequest.cs b/src/OpenFga.Sdk/Model/ListObjectsRequest.cs index 76a40d6..f6ef82f 100644 --- a/src/OpenFga.Sdk/Model/ListObjectsRequest.cs +++ b/src/OpenFga.Sdk/Model/ListObjectsRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ListObjectsResponse.cs b/src/OpenFga.Sdk/Model/ListObjectsResponse.cs index 7c9e8e9..d8be05a 100644 --- a/src/OpenFga.Sdk/Model/ListObjectsResponse.cs +++ b/src/OpenFga.Sdk/Model/ListObjectsResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ListStoresResponse.cs b/src/OpenFga.Sdk/Model/ListStoresResponse.cs index 6e2f7ac..004ddea 100644 --- a/src/OpenFga.Sdk/Model/ListStoresResponse.cs +++ b/src/OpenFga.Sdk/Model/ListStoresResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Metadata.cs b/src/OpenFga.Sdk/Model/Metadata.cs index 1b5cc9d..3d8b7c5 100644 --- a/src/OpenFga.Sdk/Model/Metadata.cs +++ b/src/OpenFga.Sdk/Model/Metadata.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Node.cs b/src/OpenFga.Sdk/Model/Node.cs index ba08153..0a494c9 100644 --- a/src/OpenFga.Sdk/Model/Node.cs +++ b/src/OpenFga.Sdk/Model/Node.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Nodes.cs b/src/OpenFga.Sdk/Model/Nodes.cs index c7f2267..3086385 100644 --- a/src/OpenFga.Sdk/Model/Nodes.cs +++ b/src/OpenFga.Sdk/Model/Nodes.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/NotFoundErrorCode.cs b/src/OpenFga.Sdk/Model/NotFoundErrorCode.cs index bab6465..967af6e 100644 --- a/src/OpenFga.Sdk/Model/NotFoundErrorCode.cs +++ b/src/OpenFga.Sdk/Model/NotFoundErrorCode.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/NullValue.cs b/src/OpenFga.Sdk/Model/NullValue.cs index 2ebd7de..44b3eda 100644 --- a/src/OpenFga.Sdk/Model/NullValue.cs +++ b/src/OpenFga.Sdk/Model/NullValue.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ObjectRelation.cs b/src/OpenFga.Sdk/Model/ObjectRelation.cs index c00f03e..7ef6a2f 100644 --- a/src/OpenFga.Sdk/Model/ObjectRelation.cs +++ b/src/OpenFga.Sdk/Model/ObjectRelation.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/PathUnknownErrorMessageResponse.cs b/src/OpenFga.Sdk/Model/PathUnknownErrorMessageResponse.cs index 3e16c64..015f15a 100644 --- a/src/OpenFga.Sdk/Model/PathUnknownErrorMessageResponse.cs +++ b/src/OpenFga.Sdk/Model/PathUnknownErrorMessageResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ReadAssertionsResponse.cs b/src/OpenFga.Sdk/Model/ReadAssertionsResponse.cs index 90da558..06cd46d 100644 --- a/src/OpenFga.Sdk/Model/ReadAssertionsResponse.cs +++ b/src/OpenFga.Sdk/Model/ReadAssertionsResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ReadAuthorizationModelResponse.cs b/src/OpenFga.Sdk/Model/ReadAuthorizationModelResponse.cs index 1e104cd..f23b38c 100644 --- a/src/OpenFga.Sdk/Model/ReadAuthorizationModelResponse.cs +++ b/src/OpenFga.Sdk/Model/ReadAuthorizationModelResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ReadAuthorizationModelsResponse.cs b/src/OpenFga.Sdk/Model/ReadAuthorizationModelsResponse.cs index d3d67ee..8909b6d 100644 --- a/src/OpenFga.Sdk/Model/ReadAuthorizationModelsResponse.cs +++ b/src/OpenFga.Sdk/Model/ReadAuthorizationModelsResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ReadChangesResponse.cs b/src/OpenFga.Sdk/Model/ReadChangesResponse.cs index e28cc3e..c2d54bb 100644 --- a/src/OpenFga.Sdk/Model/ReadChangesResponse.cs +++ b/src/OpenFga.Sdk/Model/ReadChangesResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ReadRequest.cs b/src/OpenFga.Sdk/Model/ReadRequest.cs index cf5b1a8..48fb6af 100644 --- a/src/OpenFga.Sdk/Model/ReadRequest.cs +++ b/src/OpenFga.Sdk/Model/ReadRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ReadRequestTupleKey.cs b/src/OpenFga.Sdk/Model/ReadRequestTupleKey.cs index aa584bb..3fc3e77 100644 --- a/src/OpenFga.Sdk/Model/ReadRequestTupleKey.cs +++ b/src/OpenFga.Sdk/Model/ReadRequestTupleKey.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ReadResponse.cs b/src/OpenFga.Sdk/Model/ReadResponse.cs index d5df3d2..5538ffc 100644 --- a/src/OpenFga.Sdk/Model/ReadResponse.cs +++ b/src/OpenFga.Sdk/Model/ReadResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/RelationMetadata.cs b/src/OpenFga.Sdk/Model/RelationMetadata.cs index 39c9424..2de4540 100644 --- a/src/OpenFga.Sdk/Model/RelationMetadata.cs +++ b/src/OpenFga.Sdk/Model/RelationMetadata.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/RelationReference.cs b/src/OpenFga.Sdk/Model/RelationReference.cs index 7721be8..440cfda 100644 --- a/src/OpenFga.Sdk/Model/RelationReference.cs +++ b/src/OpenFga.Sdk/Model/RelationReference.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/RelationshipCondition.cs b/src/OpenFga.Sdk/Model/RelationshipCondition.cs index 1aa943e..d8fdd81 100644 --- a/src/OpenFga.Sdk/Model/RelationshipCondition.cs +++ b/src/OpenFga.Sdk/Model/RelationshipCondition.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Status.cs b/src/OpenFga.Sdk/Model/Status.cs index 908bccb..9ea5fbd 100644 --- a/src/OpenFga.Sdk/Model/Status.cs +++ b/src/OpenFga.Sdk/Model/Status.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Store.cs b/src/OpenFga.Sdk/Model/Store.cs index 50550c4..d4ed397 100644 --- a/src/OpenFga.Sdk/Model/Store.cs +++ b/src/OpenFga.Sdk/Model/Store.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Tuple.cs b/src/OpenFga.Sdk/Model/Tuple.cs index fbc32ec..a43d42c 100644 --- a/src/OpenFga.Sdk/Model/Tuple.cs +++ b/src/OpenFga.Sdk/Model/Tuple.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/TupleChange.cs b/src/OpenFga.Sdk/Model/TupleChange.cs index 44702f4..6a359ad 100644 --- a/src/OpenFga.Sdk/Model/TupleChange.cs +++ b/src/OpenFga.Sdk/Model/TupleChange.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/TupleKey.cs b/src/OpenFga.Sdk/Model/TupleKey.cs index 3714785..aae2174 100644 --- a/src/OpenFga.Sdk/Model/TupleKey.cs +++ b/src/OpenFga.Sdk/Model/TupleKey.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/TupleKeyWithoutCondition.cs b/src/OpenFga.Sdk/Model/TupleKeyWithoutCondition.cs index 9eac882..6f4ed4d 100644 --- a/src/OpenFga.Sdk/Model/TupleKeyWithoutCondition.cs +++ b/src/OpenFga.Sdk/Model/TupleKeyWithoutCondition.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/TupleOperation.cs b/src/OpenFga.Sdk/Model/TupleOperation.cs index 6b82116..6634c85 100644 --- a/src/OpenFga.Sdk/Model/TupleOperation.cs +++ b/src/OpenFga.Sdk/Model/TupleOperation.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/TupleToUserset.cs b/src/OpenFga.Sdk/Model/TupleToUserset.cs index 605a1d8..4775ee6 100644 --- a/src/OpenFga.Sdk/Model/TupleToUserset.cs +++ b/src/OpenFga.Sdk/Model/TupleToUserset.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/TypeDefinition.cs b/src/OpenFga.Sdk/Model/TypeDefinition.cs index ed4001d..91a4617 100644 --- a/src/OpenFga.Sdk/Model/TypeDefinition.cs +++ b/src/OpenFga.Sdk/Model/TypeDefinition.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/TypeName.cs b/src/OpenFga.Sdk/Model/TypeName.cs index d66a4bc..8113ce7 100644 --- a/src/OpenFga.Sdk/Model/TypeName.cs +++ b/src/OpenFga.Sdk/Model/TypeName.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Users.cs b/src/OpenFga.Sdk/Model/Users.cs index 64370cf..aab458e 100644 --- a/src/OpenFga.Sdk/Model/Users.cs +++ b/src/OpenFga.Sdk/Model/Users.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Userset.cs b/src/OpenFga.Sdk/Model/Userset.cs index 2cd50ff..a3f783e 100644 --- a/src/OpenFga.Sdk/Model/Userset.cs +++ b/src/OpenFga.Sdk/Model/Userset.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/UsersetTree.cs b/src/OpenFga.Sdk/Model/UsersetTree.cs index 100564e..54ff35f 100644 --- a/src/OpenFga.Sdk/Model/UsersetTree.cs +++ b/src/OpenFga.Sdk/Model/UsersetTree.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/UsersetTreeDifference.cs b/src/OpenFga.Sdk/Model/UsersetTreeDifference.cs index faa420c..06a117f 100644 --- a/src/OpenFga.Sdk/Model/UsersetTreeDifference.cs +++ b/src/OpenFga.Sdk/Model/UsersetTreeDifference.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/UsersetTreeTupleToUserset.cs b/src/OpenFga.Sdk/Model/UsersetTreeTupleToUserset.cs index f01a2c1..23898fe 100644 --- a/src/OpenFga.Sdk/Model/UsersetTreeTupleToUserset.cs +++ b/src/OpenFga.Sdk/Model/UsersetTreeTupleToUserset.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/Usersets.cs b/src/OpenFga.Sdk/Model/Usersets.cs index c70ac14..2e347be 100644 --- a/src/OpenFga.Sdk/Model/Usersets.cs +++ b/src/OpenFga.Sdk/Model/Usersets.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/ValidationErrorMessageResponse.cs b/src/OpenFga.Sdk/Model/ValidationErrorMessageResponse.cs index 99788c1..32e972e 100644 --- a/src/OpenFga.Sdk/Model/ValidationErrorMessageResponse.cs +++ b/src/OpenFga.Sdk/Model/ValidationErrorMessageResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/WriteAssertionsRequest.cs b/src/OpenFga.Sdk/Model/WriteAssertionsRequest.cs index d67b1eb..2855826 100644 --- a/src/OpenFga.Sdk/Model/WriteAssertionsRequest.cs +++ b/src/OpenFga.Sdk/Model/WriteAssertionsRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/WriteAuthorizationModelRequest.cs b/src/OpenFga.Sdk/Model/WriteAuthorizationModelRequest.cs index 0c5b3ec..de51ded 100644 --- a/src/OpenFga.Sdk/Model/WriteAuthorizationModelRequest.cs +++ b/src/OpenFga.Sdk/Model/WriteAuthorizationModelRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/WriteAuthorizationModelResponse.cs b/src/OpenFga.Sdk/Model/WriteAuthorizationModelResponse.cs index d40888a..bf7c6b5 100644 --- a/src/OpenFga.Sdk/Model/WriteAuthorizationModelResponse.cs +++ b/src/OpenFga.Sdk/Model/WriteAuthorizationModelResponse.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/WriteRequest.cs b/src/OpenFga.Sdk/Model/WriteRequest.cs index 4a87b66..a7d2fd2 100644 --- a/src/OpenFga.Sdk/Model/WriteRequest.cs +++ b/src/OpenFga.Sdk/Model/WriteRequest.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/WriteRequestDeletes.cs b/src/OpenFga.Sdk/Model/WriteRequestDeletes.cs index 3f598c3..fe4dd3e 100644 --- a/src/OpenFga.Sdk/Model/WriteRequestDeletes.cs +++ b/src/OpenFga.Sdk/Model/WriteRequestDeletes.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. diff --git a/src/OpenFga.Sdk/Model/WriteRequestWrites.cs b/src/OpenFga.Sdk/Model/WriteRequestWrites.cs index 24c4387..89704f5 100644 --- a/src/OpenFga.Sdk/Model/WriteRequestWrites.cs +++ b/src/OpenFga.Sdk/Model/WriteRequestWrites.cs @@ -4,7 +4,7 @@ // API version: 0.1 // Website: https://openfga.dev // Documentation: https://openfga.dev/docs -// Support: https://discord.gg/8naAwJfWN6 +// Support: https://openfga.dev/community // License: [Apache-2.0](https://github.com/openfga/dotnet-sdk/blob/main/LICENSE) // // NOTE: This file was auto generated. DO NOT EDIT. From 40f2ad6d4cc5b9e991d518930a18d5fc63fbe87f Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Tue, 27 Feb 2024 17:25:17 -0500 Subject: [PATCH 2/4] chore: document only single OpenFgaClient should be created --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd8211..455384b 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Search for and install `OpenFga.Sdk` in each of their respective package manager [Learn how to initialize your SDK](https://openfga.dev/docs/getting-started/setup-sdk-client) -The documentation below refers to the `OpenFga.SdkClient`, to read the documentation for `OpenFga.SdkApi`, check out the [`v0.2.1` documentation](https://github.com/openfga/dotnet-sdk/tree/v0.2.1#readme). +We strongly recommend you initialize the `OpenFgaClient` only once and then re-use it throughout your app, otherwise you will incur the cost of having to re-initialize multiple times or at every request, the cost of reduced connection pooling and re-use, and would be particularly costly in the client credentials flow, as that flow will be preformed on every request. > The `OpenFga.SdkClient` will by default retry API requests up to 15 times on 429 and 5xx errors. From 343d13b310bd7c1e5a231f305b293bbae3f41124 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Tue, 27 Feb 2024 17:25:44 -0500 Subject: [PATCH 3/4] chore: improve issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 64 ------------- .github/ISSUE_TEMPLATE/bug_report.yaml | 101 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yaml | 14 +++ .github/ISSUE_TEMPLATE/feature_request.md | 30 ------ .github/ISSUE_TEMPLATE/feature_request.yaml | 58 +++++++++++ .github/ISSUE_TEMPLATES/bug_report.md | 38 -------- .github/ISSUE_TEMPLATES/feature_request.md | 30 ------ .openapi-generator/FILES | 5 +- 8 files changed, 176 insertions(+), 164 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yaml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml delete mode 100644 .github/ISSUE_TEMPLATES/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATES/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1259d81..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -name: Report an issue -about: Create a bug report about an existing issue. -title: '' -labels: 'bug' -assignees: '' - ---- - -**Please do not report security vulnerabilities here**. See the [Responsible Disclosure Program](https://github.com/openfga/dotnet-sdk/blob/main/.github/SECURITY.md). - -**Thank you in advance for helping us to improve this library!** Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. - -By submitting an issue to this repository, you agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/rfcs/blob/main/CODE-OF-CONDUCT.md). - -### Description - -> Provide a clear and concise description of the issue, including what you expected to happen. - -### Version of SDK - -> v0.2.0 - -### Version of OpenFGA (if known) - -> v1.1.0 - -### OpenFGA Flags/Custom Configuration Applicable - -> environment: -> - OPENFGA_DATASTORE_ENGINE=postgres -> - OPENFGA_DATASTORE_URI=postgres://postgres:password@postgres:5432/postgres?sslmode=disable -> - OPENFGA_TRACE_ENABLED=true -> - OPENFGA_TRACE_SAMPLE_RATIO=1 -> - OPENFGA_TRACE_OTLP_ENDPOINT=otel-collector:4317 -> - OPENFGA_METRICS_ENABLE_RPC_HISTOGRAMS=true - -### Reproduction - -> Detail the steps taken to reproduce this error, what was expected, and whether this issue can be reproduced consistently or if it is intermittent. -> -> 1. Initialize OpenFgaClient with openfga_sdk.ClientConfiguration parameter api_host=127.0.0.1, credentials method client_credentials -> 2. Invoke method read_authorization_models -> 3. See exception thrown - -### Sample Code the Produces Issues - -> -> ``` -> -> ``` - -### Backtrace (if applicable) - -> ``` -> -> ``` - - -### Expected behavior -> A clear and concise description of what you expected to happen. - -### Additional context -> Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..68ad985 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,101 @@ +name: 🐛 Report a bug +description: Have you found a bug or issue? Create a bug report for OpenFGA +labels: [ "bug" ] + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + - type: markdown + attributes: + value: | + **Please do not report security vulnerabilities here**. Use https://github.com/openfga/dotnet-sdk/security/advisories/new or send us an email at security@openfga.dev instead. + + - type: checkboxes + id: checklist + attributes: + label: Checklist + options: + - label: I have looked into the [README](https://github.com/openfga/dotnet-sdk/blob/main/README.md) and have not found a suitable solution or answer. + required: true + - label: I have looked into the [documentation](https://openfga.dev/docs) and have not found a suitable solution or answer. + required: true + - label: I have searched the [issues](https://github.com/openfga/dotnet-sdk/issues) and have not found a suitable solution or answer. + required: true + - label: I have upgraded to the [latest version](https://github.com/openfga/dotnet-sdk/releases/latest) of OpenFGA and the issue still persists. + required: true + - label: I have searched the [Slack community](https://openfga.dev/community) and have not found a suitable solution or answer. + required: true + - label: I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). + required: true + + - type: textarea + id: description + attributes: + label: Description + description: Provide a clear and concise description of the issue. + validations: + required: true + + - type: textarea + id: expectation + attributes: + label: Expectation + description: Tell us about the behavior you expected to see. + validations: + required: true + + - type: textarea + id: reproduction + attributes: + label: Reproduction + description: Detail the steps taken to reproduce this error and, ideally, share a repo of a minimal reproducible example. State whether this issue can be reproduced consistently or if it is intermittent. + placeholder: | + 1. Given... + 2. When... + 3. Then... + validations: + required: true + + - type: input + id: environment-sdk-version + attributes: + label: OpenFGA SDK version + description: The version of .NET SDK for OpenFGA you're using. + validations: + required: true + + - type: input + id: environment-openfga-version + attributes: + label: OpenFGA version + description: The version of OpenFGA you're using. + validations: + required: true + + - type: input + id: environment-sdk-config + attributes: + label: SDK Configuration + description: How are you initializing the SDK (DO NOT SHARE ANY SECRETS) + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Logs + description: Do you have any logs or traces that could help us debug the problem? + validations: + required: false + + - type: textarea + id: references + attributes: + label: References + description: Any references to other issues, PRs, documentation or other links + validations: + required: false + diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..17b9ef0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: 📖 OpenFGA's Documentation + url: https://openfga.dev/docs + about: Check OpenFGA's documentation for an in-depth overview + - name: 👽 Community + url: https://openfga.dev/community + about: Join OpenFGA's community on Slack and GitHub Discussions + - name: 📝 RFCs + url: https://github.com/openfga/rfcs + about: Check existing RFCs to understand where the project is headed + - name: 💬 Discussions + url: https://github.com/orgs/openfga/discussions + about: Start a discussion about your authorization needs or questions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 295885f..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Feature request -about: Suggest new functionality for this project. -title: '' -labels: 'feature' -assignees: '' - ---- - -**Please do not report security vulnerabilities here**. See the [Responsible Disclosure Program](https://github.com/openfga/dotnet-sdk/blob/main/.github/SECURITY.md). - -**Thank you in advance for helping us to improve this library!** Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. - -By submitting an issue to this repository, you agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/rfcs/blob/main/CODE-OF-CONDUCT.md). - -### Describe the problem you'd like to have solved - -> A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the ideal solution - -> A clear and concise description of what you want to happen. - -## Alternatives and current workarounds - -> A clear and concise description of any alternatives you've considered or any workarounds that are currently in place. - -### Additional context - -> Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..dbd872d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,58 @@ +name: 🚀 Feature Request +description: Suggest an idea or a feature for this project +labels: [ "enhancement" ] + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! + + - type: checkboxes + id: checklist + attributes: + label: Checklist + options: + - label: I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). + required: true + + - type: textarea + id: description + attributes: + label: Describe the problem you'd like to have solved + description: A clear and concise description of what the problem is. + placeholder: My life would be a lot simpler if... + validations: + required: true + + - type: textarea + id: ideal-solution + attributes: + label: Describe the ideal solution + description: A clear and concise description of what you want to happen. + validations: + required: true + + - type: textarea + id: alternatives-and-workarounds + attributes: + label: Alternatives and current workarounds + description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place. + validations: + required: false + + - type: textarea + id: references + attributes: + label: References + description: Any references to other issues, PRs, documentation or other links + validations: + required: false + + - type: textarea + id: additional-context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATES/bug_report.md b/.github/ISSUE_TEMPLATES/bug_report.md deleted file mode 100644 index f63c211..0000000 --- a/.github/ISSUE_TEMPLATES/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Report an issue -about: Create a bug report about an existing issue. -title: '' -labels: 'bug' -assignees: '' - ---- - -**Please do not report security vulnerabilities here**. See the [Responsible Disclosure Program](https://github.com/openfga/dotnet-sdk/blob/main/.github/SECURITY.md). - -**Thank you in advance for helping us to improve this library!** Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. - -By submitting an issue to this repository, you agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/rfcs/blob/main/CODE-OF-CONDUCT.md). - -### Description - -> Provide a clear and concise description of the issue, including what you expected to happen. - -### Reproduction - -> Detail the steps taken to reproduce this error, what was expected, and whether this issue can be reproduced consistently or if it is intermittent. -> -> Where applicable, please include: -> -> - Code sample to reproduce the issue -> - Log files (redact/remove sensitive information) -> - Application settings (redact/remove sensitive information) -> - Screenshots - -### Environment - -> Please provide the following: - -- **Version of this library used:** -- **Version of the platform or framework used, if applicable:** -- **Other relevant versions (language, server software, OS, browser):** -- **Other modules/plugins/libraries that might be involved:** diff --git a/.github/ISSUE_TEMPLATES/feature_request.md b/.github/ISSUE_TEMPLATES/feature_request.md deleted file mode 100644 index 295885f..0000000 --- a/.github/ISSUE_TEMPLATES/feature_request.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Feature request -about: Suggest new functionality for this project. -title: '' -labels: 'feature' -assignees: '' - ---- - -**Please do not report security vulnerabilities here**. See the [Responsible Disclosure Program](https://github.com/openfga/dotnet-sdk/blob/main/.github/SECURITY.md). - -**Thank you in advance for helping us to improve this library!** Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. - -By submitting an issue to this repository, you agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/rfcs/blob/main/CODE-OF-CONDUCT.md). - -### Describe the problem you'd like to have solved - -> A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the ideal solution - -> A clear and concise description of what you want to happen. - -## Alternatives and current workarounds - -> A clear and concise description of any alternatives you've considered or any workarounds that are currently in place. - -### Additional context - -> Add any other context or screenshots about the feature request here. diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index b233f85..76d6536 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -1,8 +1,9 @@ .editorconfig .fossa.yml .github/CODEOWNERS -.github/ISSUE_TEMPLATE/bug_report.md -.github/ISSUE_TEMPLATE/feature_request.md +.github/ISSUE_TEMPLATE/bug_report.yaml +.github/ISSUE_TEMPLATE/config.yaml +.github/ISSUE_TEMPLATE/feature_request.yaml .github/dependabot.yaml .github/workflows/main.yaml .github/workflows/semgrep.yaml From d64a62dc0fe6f08357555613adeb34fe7a5efcc3 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Tue, 27 Feb 2024 19:21:32 -0500 Subject: [PATCH 4/4] chore: set product and community as codeowners on README --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a263714..2022d24 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @openfga/dx +README.md @openfga/product @openfga/community