Skip to content

Commit

Permalink
Merge pull request #137 from piotrooo/feature/align-version
Browse files Browse the repository at this point in the history
feat: Align code generated from sdk-generator
  • Loading branch information
rhamzeh authored Jan 22, 2025
2 parents 3d899d1 + 9bc69f0 commit d69e701
Show file tree
Hide file tree
Showing 40 changed files with 2,001 additions and 124 deletions.
17 changes: 14 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
.github/ISSUE_TEMPLATE/config.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/dependabot.yaml
.github/workflows/fossa.yaml
.github/workflows/main.yaml
.github/workflows/semgrep.yaml
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Expand All @@ -21,7 +18,13 @@ docs/AbortedMessageResponse.md
docs/Any.md
docs/Assertion.md
docs/AssertionTupleKey.md
docs/AuthErrorCode.md
docs/AuthorizationModel.md
docs/BatchCheckItem.md
docs/BatchCheckRequest.md
docs/BatchCheckResponse.md
docs/BatchCheckSingleResult.md
docs/CheckError.md
docs/CheckRequest.md
docs/CheckRequestTupleKey.md
docs/CheckResponse.md
Expand All @@ -39,6 +42,7 @@ docs/ExpandRequest.md
docs/ExpandRequestTupleKey.md
docs/ExpandResponse.md
docs/FgaObject.md
docs/ForbiddenResponse.md
docs/GetStoreResponse.md
docs/InternalErrorCode.md
docs/InternalErrorMessageResponse.md
Expand Down Expand Up @@ -192,7 +196,13 @@ src/main/java/dev/openfga/sdk/api/model/AbstractOpenApiSchema.java
src/main/java/dev/openfga/sdk/api/model/Any.java
src/main/java/dev/openfga/sdk/api/model/Assertion.java
src/main/java/dev/openfga/sdk/api/model/AssertionTupleKey.java
src/main/java/dev/openfga/sdk/api/model/AuthErrorCode.java
src/main/java/dev/openfga/sdk/api/model/AuthorizationModel.java
src/main/java/dev/openfga/sdk/api/model/BatchCheckItem.java
src/main/java/dev/openfga/sdk/api/model/BatchCheckRequest.java
src/main/java/dev/openfga/sdk/api/model/BatchCheckResponse.java
src/main/java/dev/openfga/sdk/api/model/BatchCheckSingleResult.java
src/main/java/dev/openfga/sdk/api/model/CheckError.java
src/main/java/dev/openfga/sdk/api/model/CheckRequest.java
src/main/java/dev/openfga/sdk/api/model/CheckRequestTupleKey.java
src/main/java/dev/openfga/sdk/api/model/CheckResponse.java
Expand All @@ -210,6 +220,7 @@ src/main/java/dev/openfga/sdk/api/model/ExpandRequest.java
src/main/java/dev/openfga/sdk/api/model/ExpandRequestTupleKey.java
src/main/java/dev/openfga/sdk/api/model/ExpandResponse.java
src/main/java/dev/openfga/sdk/api/model/FgaObject.java
src/main/java/dev/openfga/sdk/api/model/ForbiddenResponse.java
src/main/java/dev/openfga/sdk/api/model/GetStoreResponse.java
src/main/java/dev/openfga/sdk/api/model/InternalErrorCode.java
src/main/java/dev/openfga/sdk/api/model/InternalErrorMessageResponse.java
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [Unreleased](https://github.com/openfga/java-sdk/compare/v0.7.2...HEAD)

- feat: add support for `start_time` parameter in `ReadChanges` endpoint

## v0.7.2

### [0.7.2](https://github.com/openfga/java-sdk/compare/v0.7.1...v0.7.2) (2024-12-18)
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ That repo includes an issue template that will walk through all the places to ch

### Submitting Pull Requests

Considering that the SDKs are autogenerated, please make sure to submit your Pull Requests to the [sdk-generator](https://github.com/openfga/sdk-generator). We will not accept PRs to this repository because they will be overwritten on the next sdk generation.
While we accept Pull Requests on this repository, the SDKs are autogenerated so please consider additionally submitting your Pull Requests to the [sdk-generator](https://github.com/openfga/sdk-generator) and linking the two PRs together and to the corresponding issue. This will greatly assist the OpenFGA team in being able to give timely reviews as well as deploying fixes and updates to our other SDKs as well.

## Getting in touch

Expand All @@ -43,4 +43,4 @@ Please do not open issues for general support or usage questions. Instead, join

### Vulnerability Reporting

Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://github.com/openfga/java-sdk/blob/main/.github/SECURITY.md) details the procedure for disclosing security issues.
Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://github.com/openfga/.github/blob/main/SECURITY.md) details the procedure for disclosing security issues.
Loading

0 comments on commit d69e701

Please sign in to comment.