Skip to content

Commit

Permalink
feat(java): Allow overrides of Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Aug 21, 2023
1 parent 958df2f commit 2602c5b
Show file tree
Hide file tree
Showing 56 changed files with 631 additions and 155 deletions.
676 changes: 576 additions & 100 deletions src/main/java/dev/openfga/sdk/api/OpenFgaApi.java

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ApiClient {

private HttpClient.Builder builder;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/client/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ApiException extends Exception {
private int code = 0;
private HttpHeaders responseHeaders = null;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/client/JSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class JSON {
private ObjectMapper mapper;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/client/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Pair {
private String name = "";
private String value = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public abstract class AbstractOpenApiSchema {

// store the actual instance of the schema/object
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Any.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@JsonPropertyOrder({Any.JSON_PROPERTY_AT_TYPE})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Any extends HashMap<String, Object> {
public static final String JSON_PROPERTY_AT_TYPE = "@type";
private String atType;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Assertion.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({Assertion.JSON_PROPERTY_TUPLE_KEY, Assertion.JSON_PROPERTY_EXPECTATION})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Assertion {
public static final String JSON_PROPERTY_TUPLE_KEY = "tuple_key";
private TupleKey tupleKey;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class AuthorizationModel {
public static final String JSON_PROPERTY_ID = "id";
private String id;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/CheckRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class CheckRequest {
public static final String JSON_PROPERTY_TUPLE_KEY = "tuple_key";
private TupleKey tupleKey;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/CheckResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({CheckResponse.JSON_PROPERTY_ALLOWED, CheckResponse.JSON_PROPERTY_RESOLUTION})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class CheckResponse {
public static final String JSON_PROPERTY_ALLOWED = "allowed";
private Boolean allowed;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Computed.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({Computed.JSON_PROPERTY_USERSET})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Computed {
public static final String JSON_PROPERTY_USERSET = "userset";
private String userset;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({ContextualTupleKeys.JSON_PROPERTY_TUPLE_KEYS})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ContextualTupleKeys {
public static final String JSON_PROPERTY_TUPLE_KEYS = "tuple_keys";
private List<TupleKey> tupleKeys = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({CreateStoreRequest.JSON_PROPERTY_NAME})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class CreateStoreRequest {
public static final String JSON_PROPERTY_NAME = "name";
private String name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class CreateStoreResponse {
public static final String JSON_PROPERTY_ID = "id";
private String id;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Difference.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@JsonPropertyOrder({Difference.JSON_PROPERTY_BASE, Difference.JSON_PROPERTY_SUBTRACT})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Difference {
public static final String JSON_PROPERTY_BASE = "base";
private Userset base;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/ExpandRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({ExpandRequest.JSON_PROPERTY_TUPLE_KEY, ExpandRequest.JSON_PROPERTY_AUTHORIZATION_MODEL_ID})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ExpandRequest {
public static final String JSON_PROPERTY_TUPLE_KEY = "tuple_key";
private TupleKey tupleKey;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@JsonPropertyOrder({ExpandResponse.JSON_PROPERTY_TREE})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ExpandResponse {
public static final String JSON_PROPERTY_TREE = "tree";
private UsersetTree tree;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class GetStoreResponse {
public static final String JSON_PROPERTY_ID = "id";
private String id;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class InternalErrorMessageResponse {
public static final String JSON_PROPERTY_CODE = "code";
private InternalErrorCode code = InternalErrorCode.NO_INTERNAL_ERROR;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Leaf.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@JsonPropertyOrder({Leaf.JSON_PROPERTY_USERS, Leaf.JSON_PROPERTY_COMPUTED, Leaf.JSON_PROPERTY_TUPLE_TO_USERSET})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Leaf {
public static final String JSON_PROPERTY_USERS = "users";
private Users users;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ListObjectsRequest {
public static final String JSON_PROPERTY_AUTHORIZATION_MODEL_ID = "authorization_model_id";
private String authorizationModelId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonPropertyOrder({ListObjectsResponse.JSON_PROPERTY_OBJECTS})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ListObjectsResponse {
public static final String JSON_PROPERTY_OBJECTS = "objects";
private List<String> objects = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonPropertyOrder({ListStoresResponse.JSON_PROPERTY_STORES, ListStoresResponse.JSON_PROPERTY_CONTINUATION_TOKEN})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ListStoresResponse {
public static final String JSON_PROPERTY_STORES = "stores";
private List<Store> stores = new ArrayList<>();
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Metadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({Metadata.JSON_PROPERTY_RELATIONS})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Metadata {
public static final String JSON_PROPERTY_RELATIONS = "relations";
private Map<String, RelationMetadata> relations = new HashMap<>();
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Node {
public static final String JSON_PROPERTY_NAME = "name";
private String name;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Nodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({Nodes.JSON_PROPERTY_NODES})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Nodes {
public static final String JSON_PROPERTY_NODES = "nodes";
private List<Node> nodes = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({ObjectRelation.JSON_PROPERTY_OBJECT, ObjectRelation.JSON_PROPERTY_RELATION})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ObjectRelation {
public static final String JSON_PROPERTY_OBJECT = "object";
private String _object;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class PathUnknownErrorMessageResponse {
public static final String JSON_PROPERTY_CODE = "code";
private NotFoundErrorCode code = NotFoundErrorCode.NO_NOT_FOUND_ERROR;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ReadAssertionsResponse {
public static final String JSON_PROPERTY_AUTHORIZATION_MODEL_ID = "authorization_model_id";
private String authorizationModelId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@JsonPropertyOrder({ReadAuthorizationModelResponse.JSON_PROPERTY_AUTHORIZATION_MODEL})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ReadAuthorizationModelResponse {
public static final String JSON_PROPERTY_AUTHORIZATION_MODEL = "authorization_model";
private AuthorizationModel authorizationModel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ReadAuthorizationModelsResponse {
public static final String JSON_PROPERTY_AUTHORIZATION_MODELS = "authorization_models";
private List<AuthorizationModel> authorizationModels = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonPropertyOrder({ReadChangesResponse.JSON_PROPERTY_CHANGES, ReadChangesResponse.JSON_PROPERTY_CONTINUATION_TOKEN})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ReadChangesResponse {
public static final String JSON_PROPERTY_CHANGES = "changes";
private List<TupleChange> changes = new ArrayList<>();
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/ReadRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ReadRequest {
public static final String JSON_PROPERTY_TUPLE_KEY = "tuple_key";
private TupleKey tupleKey;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/ReadResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonPropertyOrder({ReadResponse.JSON_PROPERTY_TUPLES, ReadResponse.JSON_PROPERTY_CONTINUATION_TOKEN})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class ReadResponse {
public static final String JSON_PROPERTY_TUPLES = "tuples";
private List<Tuple> tuples = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({RelationMetadata.JSON_PROPERTY_DIRECTLY_RELATED_USER_TYPES})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class RelationMetadata {
public static final String JSON_PROPERTY_DIRECTLY_RELATED_USER_TYPES = "directly_related_user_types";
private List<RelationReference> directlyRelatedUserTypes = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class RelationReference {
public static final String JSON_PROPERTY_TYPE = "type";
private String type;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Status.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonPropertyOrder({Status.JSON_PROPERTY_CODE, Status.JSON_PROPERTY_MESSAGE, Status.JSON_PROPERTY_DETAILS})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Status {
public static final String JSON_PROPERTY_CODE = "code";
private Integer code;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Store.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Store {
public static final String JSON_PROPERTY_ID = "id";
private String id;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/Tuple.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@JsonPropertyOrder({Tuple.JSON_PROPERTY_KEY, Tuple.JSON_PROPERTY_TIMESTAMP})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class Tuple {
public static final String JSON_PROPERTY_KEY = "key";
private TupleKey key;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/TupleChange.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class TupleChange {
public static final String JSON_PROPERTY_TUPLE_KEY = "tuple_key";
private TupleKey tupleKey;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/TupleKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({TupleKey.JSON_PROPERTY_OBJECT, TupleKey.JSON_PROPERTY_RELATION, TupleKey.JSON_PROPERTY_USER})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class TupleKey {
public static final String JSON_PROPERTY_OBJECT = "object";
private String _object;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/openfga/sdk/api/model/TupleKeys.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JsonPropertyOrder({TupleKeys.JSON_PROPERTY_TUPLE_KEYS})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class TupleKeys {
public static final String JSON_PROPERTY_TUPLE_KEYS = "tuple_keys";
private List<TupleKey> tupleKeys = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@JsonPropertyOrder({TupleToUserset.JSON_PROPERTY_TUPLESET, TupleToUserset.JSON_PROPERTY_COMPUTED_USERSET})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class TupleToUserset {
public static final String JSON_PROPERTY_TUPLESET = "tupleset";
private ObjectRelation tupleset;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2023-08-21T20:03:24.252549Z[Etc/UTC]")
date = "2023-08-21T23:45:26.204414Z[Etc/UTC]")
public class TypeDefinition {
public static final String JSON_PROPERTY_TYPE = "type";
private String type;
Expand Down
Loading

0 comments on commit 2602c5b

Please sign in to comment.