diff --git a/build.gradle b/build.gradle index 6b29d44..a513a5a 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group = 'co.permify' -version = '1.6.0' +version = '1.6.1' repositories { mavenCentral() @@ -119,8 +119,8 @@ task execute(type: JavaExec) { } ext { - jackson_version = "2.17.1" - jakarta_annotation_version = "2.1.1" + jackson_version = "2.14.1" + jakarta_annotation_version = "1.3.5" beanvalidation_version = "3.0.2" junit_version = "4.13.2" } diff --git a/docs/AttributeType.md b/docs/AttributeType.md index 29476ca..183cef7 100644 --- a/docs/AttributeType.md +++ b/docs/AttributeType.md @@ -5,8 +5,6 @@ ## Enum -* `UNSPECIFIED` (value: `"ATTRIBUTE_TYPE_UNSPECIFIED"`) - * `BOOLEAN` (value: `"ATTRIBUTE_TYPE_BOOLEAN"`) * `BOOLEAN_ARRAY` (value: `"ATTRIBUTE_TYPE_BOOLEAN_ARRAY"`) diff --git a/docs/CheckResult.md b/docs/CheckResult.md index 747360a..f8ffba8 100644 --- a/docs/CheckResult.md +++ b/docs/CheckResult.md @@ -5,8 +5,6 @@ ## Enum -* `UNSPECIFIED` (value: `"CHECK_RESULT_UNSPECIFIED"`) - * `ALLOWED` (value: `"CHECK_RESULT_ALLOWED"`) * `DENIED` (value: `"CHECK_RESULT_DENIED"`) diff --git a/docs/Component.md b/docs/Component.md index cf359d5..f3477b2 100644 --- a/docs/Component.md +++ b/docs/Component.md @@ -5,8 +5,6 @@ ## Enum -* `UNSPECIFIED` (value: `"COMPONENT_UNSPECIFIED"`) - * `PARSER` (value: `"COMPONENT_PARSER"`) * `TYPE_CHECKER` (value: `"COMPONENT_TYPE_CHECKER"`) diff --git a/docs/DataChangeOperation.md b/docs/DataChangeOperation.md index b4717c2..77e247e 100644 --- a/docs/DataChangeOperation.md +++ b/docs/DataChangeOperation.md @@ -5,8 +5,6 @@ ## Enum -* `UNSPECIFIED` (value: `"OPERATION_UNSPECIFIED"`) - * `CREATE` (value: `"OPERATION_CREATE"`) * `DELETE` (value: `"OPERATION_DELETE"`) diff --git a/docs/EntityDefinitionReference.md b/docs/EntityDefinitionReference.md index fb93dd7..c2ef7f5 100644 --- a/docs/EntityDefinitionReference.md +++ b/docs/EntityDefinitionReference.md @@ -5,8 +5,6 @@ ## Enum -* `UNSPECIFIED` (value: `"REFERENCE_UNSPECIFIED"`) - * `RELATION` (value: `"REFERENCE_RELATION"`) * `PERMISSION` (value: `"REFERENCE_PERMISSION"`) diff --git a/docs/ExpandTreeNodeOperation.md b/docs/ExpandTreeNodeOperation.md index 4a96704..4951bfc 100644 --- a/docs/ExpandTreeNodeOperation.md +++ b/docs/ExpandTreeNodeOperation.md @@ -5,8 +5,6 @@ ## Enum -* `UNSPECIFIED` (value: `"OPERATION_UNSPECIFIED"`) - * `UNION` (value: `"OPERATION_UNION"`) * `INTERSECTION` (value: `"OPERATION_INTERSECTION"`) diff --git a/docs/NullValue.md b/docs/NullValue.md deleted file mode 100644 index cfb0af1..0000000 --- a/docs/NullValue.md +++ /dev/null @@ -1,11 +0,0 @@ - - -# NullValue - -## Enum - - -* `NULL_VALUE` (value: `"NULL_VALUE"`) - - - diff --git a/docs/PrimitiveType.md b/docs/PrimitiveType.md index e9a4add..0ae623b 100644 --- a/docs/PrimitiveType.md +++ b/docs/PrimitiveType.md @@ -5,8 +5,6 @@ ## Enum -* `PRIMITIVE_TYPE_UNSPECIFIED` (value: `"PRIMITIVE_TYPE_UNSPECIFIED"`) - * `BOOL` (value: `"BOOL"`) * `INT64` (value: `"INT64"`) diff --git a/docs/RewriteOperation.md b/docs/RewriteOperation.md index 219309a..b1889e1 100644 --- a/docs/RewriteOperation.md +++ b/docs/RewriteOperation.md @@ -5,8 +5,6 @@ ## Enum -* `UNSPECIFIED` (value: `"OPERATION_UNSPECIFIED"`) - * `UNION` (value: `"OPERATION_UNION"`) * `INTERSECTION` (value: `"OPERATION_INTERSECTION"`) diff --git a/docs/SchemaDefinitionReference.md b/docs/SchemaDefinitionReference.md index 14612e8..15a9aca 100644 --- a/docs/SchemaDefinitionReference.md +++ b/docs/SchemaDefinitionReference.md @@ -5,8 +5,6 @@ ## Enum -* `UNSPECIFIED` (value: `"REFERENCE_UNSPECIFIED"`) - * `ENTITY` (value: `"REFERENCE_ENTITY"`) * `RULE` (value: `"REFERENCE_RULE"`) diff --git a/docs/WellKnownType.md b/docs/WellKnownType.md index 4a6d9cf..482407b 100644 --- a/docs/WellKnownType.md +++ b/docs/WellKnownType.md @@ -5,8 +5,6 @@ ## Enum -* `WELL_KNOWN_TYPE_UNSPECIFIED` (value: `"WELL_KNOWN_TYPE_UNSPECIFIED"`) - * `ANY` (value: `"ANY"`) * `TIMESTAMP` (value: `"TIMESTAMP"`) diff --git a/generator/openapi.json b/generator/openapi.json index 08ee3b1..07f9ce8 100644 --- a/generator/openapi.json +++ b/generator/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Permify API", "description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.", - "version": "v1.6.0", + "version": "v1.6.1", "contact": { "name": "API Support", "url": "https://github.com/Permify/permify/issues", @@ -1507,7 +1507,6 @@ "AttributeType": { "type": "string", "enum": [ - "ATTRIBUTE_TYPE_UNSPECIFIED", "ATTRIBUTE_TYPE_BOOLEAN", "ATTRIBUTE_TYPE_BOOLEAN_ARRAY", "ATTRIBUTE_TYPE_STRING", @@ -1517,8 +1516,7 @@ "ATTRIBUTE_TYPE_DOUBLE", "ATTRIBUTE_TYPE_DOUBLE_ARRAY" ], - "default": "ATTRIBUTE_TYPE_UNSPECIFIED", - "description": "Enumerates the types of attribute.\n\n - ATTRIBUTE_TYPE_UNSPECIFIED: Not specified attribute type. This is the default value.\n - ATTRIBUTE_TYPE_BOOLEAN: A boolean attribute type.\n - ATTRIBUTE_TYPE_BOOLEAN_ARRAY: A boolean array attribute type.\n - ATTRIBUTE_TYPE_STRING: A string attribute type.\n - ATTRIBUTE_TYPE_STRING_ARRAY: A string array attribute type.\n - ATTRIBUTE_TYPE_INTEGER: An integer attribute type.\n - ATTRIBUTE_TYPE_INTEGER_ARRAY: An integer array attribute type.\n - ATTRIBUTE_TYPE_DOUBLE: A double attribute type.\n - ATTRIBUTE_TYPE_DOUBLE_ARRAY: A double array attribute type." + "description": "Enumerates the types of attribute.\n\n - ATTRIBUTE_TYPE_BOOLEAN: A boolean attribute type.\n - ATTRIBUTE_TYPE_BOOLEAN_ARRAY: A boolean array attribute type.\n - ATTRIBUTE_TYPE_STRING: A string attribute type.\n - ATTRIBUTE_TYPE_STRING_ARRAY: A string array attribute type.\n - ATTRIBUTE_TYPE_INTEGER: An integer attribute type.\n - ATTRIBUTE_TYPE_INTEGER_ARRAY: An integer array attribute type.\n - ATTRIBUTE_TYPE_DOUBLE: A double attribute type.\n - ATTRIBUTE_TYPE_DOUBLE_ARRAY: A double array attribute type." }, "BulkCheckBody": { "type": "object", @@ -1659,12 +1657,10 @@ "CheckResult": { "type": "string", "enum": [ - "CHECK_RESULT_UNSPECIFIED", "CHECK_RESULT_ALLOWED", "CHECK_RESULT_DENIED" ], - "default": "CHECK_RESULT_UNSPECIFIED", - "description": "Enumerates results of a check operation.\n\n - CHECK_RESULT_UNSPECIFIED: Not specified check result. This is the default value.\n - CHECK_RESULT_ALLOWED: Represents a successful check (the check allowed the operation).\n - CHECK_RESULT_DENIED: Represents a failed check (the check denied the operation)." + "description": "Enumerates results of a check operation.\n\n - CHECK_RESULT_ALLOWED: Represents a successful check (the check allowed the operation).\n - CHECK_RESULT_DENIED: Represents a failed check (the check denied the operation)." }, "CheckedExpr": { "type": "object", @@ -1715,13 +1711,11 @@ "Component": { "type": "string", "enum": [ - "COMPONENT_UNSPECIFIED", "COMPONENT_PARSER", "COMPONENT_TYPE_CHECKER", "COMPONENT_RUNTIME" ], - "default": "COMPONENT_UNSPECIFIED", - "description": "CEL component specifier.\n\n - COMPONENT_UNSPECIFIED: Unspecified, default.\n - COMPONENT_PARSER: Parser. Converts a CEL string to an AST.\n - COMPONENT_TYPE_CHECKER: Type checker. Checks that references in an AST are defined and types\nagree.\n - COMPONENT_RUNTIME: Runtime. Evaluates a parsed and optionally checked CEL AST against a\ncontext." + "description": "CEL component specifier.\n\n - COMPONENT_PARSER: Parser. Converts a CEL string to an AST.\n - COMPONENT_TYPE_CHECKER: Type checker. Checks that references in an AST are defined and types\nagree.\n - COMPONENT_RUNTIME: Runtime. Evaluates a parsed and optionally checked CEL AST against a\ncontext." }, "Comprehension": { "type": "object", @@ -1980,12 +1974,10 @@ "DataChange.Operation": { "type": "string", "enum": [ - "OPERATION_UNSPECIFIED", "OPERATION_CREATE", "OPERATION_DELETE" ], - "default": "OPERATION_UNSPECIFIED", - "description": " - OPERATION_UNSPECIFIED: Default operation, not specified.\n - OPERATION_CREATE: Creation operation.\n - OPERATION_DELETE: Deletion operation." + "description": " - OPERATION_CREATE: Creation operation.\n - OPERATION_DELETE: Deletion operation." }, "DataChanges": { "type": "object", @@ -2097,13 +2089,11 @@ "EntityDefinition.Reference": { "type": "string", "enum": [ - "REFERENCE_UNSPECIFIED", "REFERENCE_RELATION", "REFERENCE_PERMISSION", "REFERENCE_ATTRIBUTE" ], - "default": "REFERENCE_UNSPECIFIED", - "description": "The Reference enum specifies whether a name pertains to a relation, permission, or attribute.\n\n - REFERENCE_UNSPECIFIED: Default, unspecified reference.\n - REFERENCE_RELATION: Indicates that the name refers to a relation.\n - REFERENCE_PERMISSION: Indicates that the name refers to a permission.\n - REFERENCE_ATTRIBUTE: Indicates that the name refers to an attribute." + "description": "The Reference enum specifies whether a name pertains to a relation, permission, or attribute.\n\n - REFERENCE_RELATION: Indicates that the name refers to a relation.\n - REFERENCE_PERMISSION: Indicates that the name refers to a permission.\n - REFERENCE_ATTRIBUTE: Indicates that the name refers to an attribute." }, "EntityFilter": { "type": "object", @@ -2188,12 +2178,10 @@ "ExpandTreeNode.Operation": { "type": "string", "enum": [ - "OPERATION_UNSPECIFIED", "OPERATION_UNION", "OPERATION_INTERSECTION", "OPERATION_EXCLUSION" ], - "default": "OPERATION_UNSPECIFIED", "description": "Operation is an enum representing the type of operation to be applied on the tree node." }, "Expr": { @@ -2481,11 +2469,7 @@ }, "NullValue": { "type": "string", - "enum": [ - "NULL_VALUE" - ], - "default": "NULL_VALUE", - "description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value." + "description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`." }, "PartialWriteBody": { "type": "object", @@ -2798,7 +2782,6 @@ "PrimitiveType": { "type": "string", "enum": [ - "PRIMITIVE_TYPE_UNSPECIFIED", "BOOL", "INT64", "UINT64", @@ -2806,8 +2789,7 @@ "STRING", "BYTES" ], - "default": "PRIMITIVE_TYPE_UNSPECIFIED", - "description": "CEL primitive types.\n\n - PRIMITIVE_TYPE_UNSPECIFIED: Unspecified type.\n - BOOL: Boolean type.\n - INT64: Int64 type.\n\nProto-based integer values are widened to int64.\n - UINT64: Uint64 type.\n\nProto-based unsigned integer values are widened to uint64.\n - DOUBLE: Double type.\n\nProto-based float values are widened to double values.\n - STRING: String type.\n - BYTES: Bytes type." + "description": "CEL primitive types.\n\n - BOOL: Boolean type.\n - INT64: Int64 type.\n\nProto-based integer values are widened to int64.\n - UINT64: Uint64 type.\n\nProto-based unsigned integer values are widened to uint64.\n - DOUBLE: Double type.\n\nProto-based float values are widened to double values.\n - STRING: String type.\n - BYTES: Bytes type." }, "ReadAttributesBody": { "type": "object", @@ -2965,13 +2947,11 @@ "Rewrite.Operation": { "type": "string", "enum": [ - "OPERATION_UNSPECIFIED", "OPERATION_UNION", "OPERATION_INTERSECTION", "OPERATION_EXCLUSION" ], - "default": "OPERATION_UNSPECIFIED", - "description": "Operation enum includes potential rewrite operations.\nOPERATION_UNION: Represents a union operation.\nOPERATION_INTERSECTION: Represents an intersection operation.\nOPERATION_EXCLUSION: Represents an exclusion operation.\n\n - OPERATION_UNSPECIFIED: Default, unspecified operation.\n - OPERATION_UNION: Represents a union operation.\n - OPERATION_INTERSECTION: Represents an intersection operation.\n - OPERATION_EXCLUSION: Represents an exclusion operation." + "description": "Operation enum includes potential rewrite operations.\nOPERATION_UNION: Represents a union operation.\nOPERATION_INTERSECTION: Represents an intersection operation.\nOPERATION_EXCLUSION: Represents an exclusion operation.\n\n - OPERATION_UNION: Represents a union operation.\n - OPERATION_INTERSECTION: Represents an intersection operation.\n - OPERATION_EXCLUSION: Represents an exclusion operation." }, "RuleDefinition": { "type": "object", @@ -3076,12 +3056,10 @@ "SchemaDefinition.Reference": { "type": "string", "enum": [ - "REFERENCE_UNSPECIFIED", "REFERENCE_ENTITY", "REFERENCE_RULE" ], - "default": "REFERENCE_UNSPECIFIED", - "description": "The Reference enum helps distinguish whether a name corresponds to an entity or a rule.\n\n - REFERENCE_UNSPECIFIED: Default, unspecified reference.\n - REFERENCE_ENTITY: Indicates that the name refers to an entity.\n - REFERENCE_RULE: Indicates that the name refers to a rule." + "description": "The Reference enum helps distinguish whether a name corresponds to an entity or a rule.\n\n - REFERENCE_ENTITY: Indicates that the name refers to an entity.\n - REFERENCE_RULE: Indicates that the name refers to a rule." }, "SchemaList": { "type": "object", @@ -3523,13 +3501,11 @@ "WellKnownType": { "type": "string", "enum": [ - "WELL_KNOWN_TYPE_UNSPECIFIED", "ANY", "TIMESTAMP", "DURATION" ], - "default": "WELL_KNOWN_TYPE_UNSPECIFIED", - "description": "Well-known protobuf types treated with first-class support in CEL.\n\n - WELL_KNOWN_TYPE_UNSPECIFIED: Unspecified type.\n - ANY: Well-known protobuf.Any type.\n\nAny types are a polymorphic message type. During type-checking they are\ntreated like `DYN` types, but at runtime they are resolved to a specific\nmessage type specified at evaluation time.\n - TIMESTAMP: Well-known protobuf.Timestamp type, internally referenced as `timestamp`.\n - DURATION: Well-known protobuf.Duration type, internally referenced as `duration`." + "description": "Well-known protobuf types treated with first-class support in CEL.\n\n - ANY: Well-known protobuf.Any type.\n\nAny types are a polymorphic message type. During type-checking they are\ntreated like `DYN` types, but at runtime they are resolved to a specific\nmessage type specified at evaluation time.\n - TIMESTAMP: Well-known protobuf.Timestamp type, internally referenced as `timestamp`.\n - DURATION: Well-known protobuf.Duration type, internally referenced as `duration`." }, "WriteRelationshipsBody": { "type": "object", diff --git a/pom.xml b/pom.xml index 2cd766a..7612333 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ permify-java jar Permify Java - 1.6.0 + 1.6.1 https://github.com/Permify/permify-java Java SDK for Permify - Authorization as a Service diff --git a/src/main/java/co/permify/sdk/api/BundleApi.java b/src/main/java/co/permify/sdk/api/BundleApi.java index 0da68ea..a8f7b5b 100644 --- a/src/main/java/co/permify/sdk/api/BundleApi.java +++ b/src/main/java/co/permify/sdk/api/BundleApi.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/api/DataApi.java b/src/main/java/co/permify/sdk/api/DataApi.java index 53e36e7..91edfde 100644 --- a/src/main/java/co/permify/sdk/api/DataApi.java +++ b/src/main/java/co/permify/sdk/api/DataApi.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/api/PermissionApi.java b/src/main/java/co/permify/sdk/api/PermissionApi.java index d63bc16..49832bd 100644 --- a/src/main/java/co/permify/sdk/api/PermissionApi.java +++ b/src/main/java/co/permify/sdk/api/PermissionApi.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/api/SchemaApi.java b/src/main/java/co/permify/sdk/api/SchemaApi.java index 226e11c..6235d07 100644 --- a/src/main/java/co/permify/sdk/api/SchemaApi.java +++ b/src/main/java/co/permify/sdk/api/SchemaApi.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/api/TenancyApi.java b/src/main/java/co/permify/sdk/api/TenancyApi.java index 26f70ac..3d5df0f 100644 --- a/src/main/java/co/permify/sdk/api/TenancyApi.java +++ b/src/main/java/co/permify/sdk/api/TenancyApi.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/api/WatchApi.java b/src/main/java/co/permify/sdk/api/WatchApi.java index 408c21c..4c221ef 100644 --- a/src/main/java/co/permify/sdk/api/WatchApi.java +++ b/src/main/java/co/permify/sdk/api/WatchApi.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/client/ApiClient.java b/src/main/java/co/permify/sdk/client/ApiClient.java index 4baea0b..08b164d 100644 --- a/src/main/java/co/permify/sdk/client/ApiClient.java +++ b/src/main/java/co/permify/sdk/client/ApiClient.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/client/ApiException.java b/src/main/java/co/permify/sdk/client/ApiException.java index 68fbf74..de72577 100644 --- a/src/main/java/co/permify/sdk/client/ApiException.java +++ b/src/main/java/co/permify/sdk/client/ApiException.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/client/ApiResponse.java b/src/main/java/co/permify/sdk/client/ApiResponse.java index 11226b9..2402f3f 100644 --- a/src/main/java/co/permify/sdk/client/ApiResponse.java +++ b/src/main/java/co/permify/sdk/client/ApiResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/client/Configuration.java b/src/main/java/co/permify/sdk/client/Configuration.java index 7f14feb..d078c28 100644 --- a/src/main/java/co/permify/sdk/client/Configuration.java +++ b/src/main/java/co/permify/sdk/client/Configuration.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -15,7 +15,7 @@ @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class Configuration { - public static final String VERSION = "v1.6.0"; + public static final String VERSION = "v1.6.1"; private static ApiClient defaultApiClient = new ApiClient(); diff --git a/src/main/java/co/permify/sdk/client/Pair.java b/src/main/java/co/permify/sdk/client/Pair.java index 5caae28..03c176c 100644 --- a/src/main/java/co/permify/sdk/client/Pair.java +++ b/src/main/java/co/permify/sdk/client/Pair.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/client/RFC3339DateFormat.java b/src/main/java/co/permify/sdk/client/RFC3339DateFormat.java index 2100895..3a3b8f2 100644 --- a/src/main/java/co/permify/sdk/client/RFC3339DateFormat.java +++ b/src/main/java/co/permify/sdk/client/RFC3339DateFormat.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/AbstractOpenApiSchema.java b/src/main/java/co/permify/sdk/model/AbstractOpenApiSchema.java index d7e02cc..49da7b6 100644 --- a/src/main/java/co/permify/sdk/model/AbstractOpenApiSchema.java +++ b/src/main/java/co/permify/sdk/model/AbstractOpenApiSchema.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/AbstractType.java b/src/main/java/co/permify/sdk/model/AbstractType.java index f96246a..f0c9345 100644 --- a/src/main/java/co/permify/sdk/model/AbstractType.java +++ b/src/main/java/co/permify/sdk/model/AbstractType.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Any.java b/src/main/java/co/permify/sdk/model/Any.java index d10735a..16821d8 100644 --- a/src/main/java/co/permify/sdk/model/Any.java +++ b/src/main/java/co/permify/sdk/model/Any.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Argument.java b/src/main/java/co/permify/sdk/model/Argument.java index f0ad0dd..0890a48 100644 --- a/src/main/java/co/permify/sdk/model/Argument.java +++ b/src/main/java/co/permify/sdk/model/Argument.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Attribute.java b/src/main/java/co/permify/sdk/model/Attribute.java index fe343c8..80372dd 100644 --- a/src/main/java/co/permify/sdk/model/Attribute.java +++ b/src/main/java/co/permify/sdk/model/Attribute.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/AttributeDefinition.java b/src/main/java/co/permify/sdk/model/AttributeDefinition.java index 535e4f7..5735e1a 100644 --- a/src/main/java/co/permify/sdk/model/AttributeDefinition.java +++ b/src/main/java/co/permify/sdk/model/AttributeDefinition.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ public class AttributeDefinition { private String name; public static final String JSON_PROPERTY_TYPE = "type"; - private AttributeType type = AttributeType.UNSPECIFIED; + private AttributeType type; public AttributeDefinition() { } diff --git a/src/main/java/co/permify/sdk/model/AttributeFilter.java b/src/main/java/co/permify/sdk/model/AttributeFilter.java index 1e69627..8bd975a 100644 --- a/src/main/java/co/permify/sdk/model/AttributeFilter.java +++ b/src/main/java/co/permify/sdk/model/AttributeFilter.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/AttributeReadRequestMetadata.java b/src/main/java/co/permify/sdk/model/AttributeReadRequestMetadata.java index 12e6a76..810e07c 100644 --- a/src/main/java/co/permify/sdk/model/AttributeReadRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/AttributeReadRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/AttributeReadResponse.java b/src/main/java/co/permify/sdk/model/AttributeReadResponse.java index e6da96b..8ce198f 100644 --- a/src/main/java/co/permify/sdk/model/AttributeReadResponse.java +++ b/src/main/java/co/permify/sdk/model/AttributeReadResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/AttributeType.java b/src/main/java/co/permify/sdk/model/AttributeType.java index eb22b13..aeec0f7 100644 --- a/src/main/java/co/permify/sdk/model/AttributeType.java +++ b/src/main/java/co/permify/sdk/model/AttributeType.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * Enumerates the types of attribute. - ATTRIBUTE_TYPE_UNSPECIFIED: Not specified attribute type. This is the default value. - ATTRIBUTE_TYPE_BOOLEAN: A boolean attribute type. - ATTRIBUTE_TYPE_BOOLEAN_ARRAY: A boolean array attribute type. - ATTRIBUTE_TYPE_STRING: A string attribute type. - ATTRIBUTE_TYPE_STRING_ARRAY: A string array attribute type. - ATTRIBUTE_TYPE_INTEGER: An integer attribute type. - ATTRIBUTE_TYPE_INTEGER_ARRAY: An integer array attribute type. - ATTRIBUTE_TYPE_DOUBLE: A double attribute type. - ATTRIBUTE_TYPE_DOUBLE_ARRAY: A double array attribute type. + * Enumerates the types of attribute. - ATTRIBUTE_TYPE_BOOLEAN: A boolean attribute type. - ATTRIBUTE_TYPE_BOOLEAN_ARRAY: A boolean array attribute type. - ATTRIBUTE_TYPE_STRING: A string attribute type. - ATTRIBUTE_TYPE_STRING_ARRAY: A string array attribute type. - ATTRIBUTE_TYPE_INTEGER: An integer attribute type. - ATTRIBUTE_TYPE_INTEGER_ARRAY: An integer array attribute type. - ATTRIBUTE_TYPE_DOUBLE: A double attribute type. - ATTRIBUTE_TYPE_DOUBLE_ARRAY: A double array attribute type. */ public enum AttributeType { - UNSPECIFIED("ATTRIBUTE_TYPE_UNSPECIFIED"), - BOOLEAN("ATTRIBUTE_TYPE_BOOLEAN"), BOOLEAN_ARRAY("ATTRIBUTE_TYPE_BOOLEAN_ARRAY"), diff --git a/src/main/java/co/permify/sdk/model/BulkCheckBody.java b/src/main/java/co/permify/sdk/model/BulkCheckBody.java index cdd506a..4b6ab7b 100644 --- a/src/main/java/co/permify/sdk/model/BulkCheckBody.java +++ b/src/main/java/co/permify/sdk/model/BulkCheckBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/BundleDeleteBody.java b/src/main/java/co/permify/sdk/model/BundleDeleteBody.java index aaea842..8e84711 100644 --- a/src/main/java/co/permify/sdk/model/BundleDeleteBody.java +++ b/src/main/java/co/permify/sdk/model/BundleDeleteBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/BundleDeleteResponse.java b/src/main/java/co/permify/sdk/model/BundleDeleteResponse.java index c9b9951..37d03d5 100644 --- a/src/main/java/co/permify/sdk/model/BundleDeleteResponse.java +++ b/src/main/java/co/permify/sdk/model/BundleDeleteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/BundleReadBody.java b/src/main/java/co/permify/sdk/model/BundleReadBody.java index 500ae9e..864f769 100644 --- a/src/main/java/co/permify/sdk/model/BundleReadBody.java +++ b/src/main/java/co/permify/sdk/model/BundleReadBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/BundleReadResponse.java b/src/main/java/co/permify/sdk/model/BundleReadResponse.java index 6e2236a..103581d 100644 --- a/src/main/java/co/permify/sdk/model/BundleReadResponse.java +++ b/src/main/java/co/permify/sdk/model/BundleReadResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/BundleRunResponse.java b/src/main/java/co/permify/sdk/model/BundleRunResponse.java index 7ec12e9..c1b9572 100644 --- a/src/main/java/co/permify/sdk/model/BundleRunResponse.java +++ b/src/main/java/co/permify/sdk/model/BundleRunResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/BundleWriteBody.java b/src/main/java/co/permify/sdk/model/BundleWriteBody.java index b5f5095..560284f 100644 --- a/src/main/java/co/permify/sdk/model/BundleWriteBody.java +++ b/src/main/java/co/permify/sdk/model/BundleWriteBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/BundleWriteResponse.java b/src/main/java/co/permify/sdk/model/BundleWriteResponse.java index 3ba36a7..0a05207 100644 --- a/src/main/java/co/permify/sdk/model/BundleWriteResponse.java +++ b/src/main/java/co/permify/sdk/model/BundleWriteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/CheckBody.java b/src/main/java/co/permify/sdk/model/CheckBody.java index f771a5e..abcecb9 100644 --- a/src/main/java/co/permify/sdk/model/CheckBody.java +++ b/src/main/java/co/permify/sdk/model/CheckBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/CheckResult.java b/src/main/java/co/permify/sdk/model/CheckResult.java index a2f2df4..c97cafa 100644 --- a/src/main/java/co/permify/sdk/model/CheckResult.java +++ b/src/main/java/co/permify/sdk/model/CheckResult.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * Enumerates results of a check operation. - CHECK_RESULT_UNSPECIFIED: Not specified check result. This is the default value. - CHECK_RESULT_ALLOWED: Represents a successful check (the check allowed the operation). - CHECK_RESULT_DENIED: Represents a failed check (the check denied the operation). + * Enumerates results of a check operation. - CHECK_RESULT_ALLOWED: Represents a successful check (the check allowed the operation). - CHECK_RESULT_DENIED: Represents a failed check (the check denied the operation). */ public enum CheckResult { - UNSPECIFIED("CHECK_RESULT_UNSPECIFIED"), - ALLOWED("CHECK_RESULT_ALLOWED"), DENIED("CHECK_RESULT_DENIED"); diff --git a/src/main/java/co/permify/sdk/model/CheckedExpr.java b/src/main/java/co/permify/sdk/model/CheckedExpr.java index f387f0a..bfd5301 100644 --- a/src/main/java/co/permify/sdk/model/CheckedExpr.java +++ b/src/main/java/co/permify/sdk/model/CheckedExpr.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Child.java b/src/main/java/co/permify/sdk/model/Child.java index 67cf522..3472f69 100644 --- a/src/main/java/co/permify/sdk/model/Child.java +++ b/src/main/java/co/permify/sdk/model/Child.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Component.java b/src/main/java/co/permify/sdk/model/Component.java index 2064df7..5bc6f32 100644 --- a/src/main/java/co/permify/sdk/model/Component.java +++ b/src/main/java/co/permify/sdk/model/Component.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * CEL component specifier. - COMPONENT_UNSPECIFIED: Unspecified, default. - COMPONENT_PARSER: Parser. Converts a CEL string to an AST. - COMPONENT_TYPE_CHECKER: Type checker. Checks that references in an AST are defined and types agree. - COMPONENT_RUNTIME: Runtime. Evaluates a parsed and optionally checked CEL AST against a context. + * CEL component specifier. - COMPONENT_PARSER: Parser. Converts a CEL string to an AST. - COMPONENT_TYPE_CHECKER: Type checker. Checks that references in an AST are defined and types agree. - COMPONENT_RUNTIME: Runtime. Evaluates a parsed and optionally checked CEL AST against a context. */ public enum Component { - UNSPECIFIED("COMPONENT_UNSPECIFIED"), - PARSER("COMPONENT_PARSER"), TYPE_CHECKER("COMPONENT_TYPE_CHECKER"), diff --git a/src/main/java/co/permify/sdk/model/Comprehension.java b/src/main/java/co/permify/sdk/model/Comprehension.java index fa720a9..49333c5 100644 --- a/src/main/java/co/permify/sdk/model/Comprehension.java +++ b/src/main/java/co/permify/sdk/model/Comprehension.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/ComputedAttribute.java b/src/main/java/co/permify/sdk/model/ComputedAttribute.java index e66fef6..2b5ade2 100644 --- a/src/main/java/co/permify/sdk/model/ComputedAttribute.java +++ b/src/main/java/co/permify/sdk/model/ComputedAttribute.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/ComputedUserSet.java b/src/main/java/co/permify/sdk/model/ComputedUserSet.java index 9ba28b0..7b5c0b8 100644 --- a/src/main/java/co/permify/sdk/model/ComputedUserSet.java +++ b/src/main/java/co/permify/sdk/model/ComputedUserSet.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Constant.java b/src/main/java/co/permify/sdk/model/Constant.java index e75c844..4012554 100644 --- a/src/main/java/co/permify/sdk/model/Constant.java +++ b/src/main/java/co/permify/sdk/model/Constant.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Context.java b/src/main/java/co/permify/sdk/model/Context.java index e40d514..3049389 100644 --- a/src/main/java/co/permify/sdk/model/Context.java +++ b/src/main/java/co/permify/sdk/model/Context.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/CreateList.java b/src/main/java/co/permify/sdk/model/CreateList.java index dced669..c8938ef 100644 --- a/src/main/java/co/permify/sdk/model/CreateList.java +++ b/src/main/java/co/permify/sdk/model/CreateList.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/CreateStruct.java b/src/main/java/co/permify/sdk/model/CreateStruct.java index cd5556d..9aa0d27 100644 --- a/src/main/java/co/permify/sdk/model/CreateStruct.java +++ b/src/main/java/co/permify/sdk/model/CreateStruct.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/DataBundle.java b/src/main/java/co/permify/sdk/model/DataBundle.java index 0bbe6fc..eceb97b 100644 --- a/src/main/java/co/permify/sdk/model/DataBundle.java +++ b/src/main/java/co/permify/sdk/model/DataBundle.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/DataChange.java b/src/main/java/co/permify/sdk/model/DataChange.java index 88e0de0..d2372ff 100644 --- a/src/main/java/co/permify/sdk/model/DataChange.java +++ b/src/main/java/co/permify/sdk/model/DataChange.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class DataChange { public static final String JSON_PROPERTY_OPERATION = "operation"; - private DataChangeOperation operation = DataChangeOperation.UNSPECIFIED; + private DataChangeOperation operation; public static final String JSON_PROPERTY_TUPLE = "tuple"; private Tuple tuple; diff --git a/src/main/java/co/permify/sdk/model/DataChangeOperation.java b/src/main/java/co/permify/sdk/model/DataChangeOperation.java index 5490d83..89781f0 100644 --- a/src/main/java/co/permify/sdk/model/DataChangeOperation.java +++ b/src/main/java/co/permify/sdk/model/DataChangeOperation.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * - OPERATION_UNSPECIFIED: Default operation, not specified. - OPERATION_CREATE: Creation operation. - OPERATION_DELETE: Deletion operation. + * - OPERATION_CREATE: Creation operation. - OPERATION_DELETE: Deletion operation. */ public enum DataChangeOperation { - UNSPECIFIED("OPERATION_UNSPECIFIED"), - CREATE("OPERATION_CREATE"), DELETE("OPERATION_DELETE"); diff --git a/src/main/java/co/permify/sdk/model/DataChanges.java b/src/main/java/co/permify/sdk/model/DataChanges.java index f7f7f45..866ba54 100644 --- a/src/main/java/co/permify/sdk/model/DataChanges.java +++ b/src/main/java/co/permify/sdk/model/DataChanges.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/DataDeleteBody.java b/src/main/java/co/permify/sdk/model/DataDeleteBody.java index 5ab7a9c..ba30530 100644 --- a/src/main/java/co/permify/sdk/model/DataDeleteBody.java +++ b/src/main/java/co/permify/sdk/model/DataDeleteBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/DataDeleteResponse.java b/src/main/java/co/permify/sdk/model/DataDeleteResponse.java index 0ba84f6..0f6672e 100644 --- a/src/main/java/co/permify/sdk/model/DataDeleteResponse.java +++ b/src/main/java/co/permify/sdk/model/DataDeleteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/DataWriteBody.java b/src/main/java/co/permify/sdk/model/DataWriteBody.java index 2ce1283..0f4873e 100644 --- a/src/main/java/co/permify/sdk/model/DataWriteBody.java +++ b/src/main/java/co/permify/sdk/model/DataWriteBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/DataWriteRequestMetadata.java b/src/main/java/co/permify/sdk/model/DataWriteRequestMetadata.java index 5f4a444..1828c8b 100644 --- a/src/main/java/co/permify/sdk/model/DataWriteRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/DataWriteRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/DataWriteResponse.java b/src/main/java/co/permify/sdk/model/DataWriteResponse.java index 467bf85..04eddc4 100644 --- a/src/main/java/co/permify/sdk/model/DataWriteResponse.java +++ b/src/main/java/co/permify/sdk/model/DataWriteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/DeleteRelationshipsBody.java b/src/main/java/co/permify/sdk/model/DeleteRelationshipsBody.java index fb7a5e6..aeca64d 100644 --- a/src/main/java/co/permify/sdk/model/DeleteRelationshipsBody.java +++ b/src/main/java/co/permify/sdk/model/DeleteRelationshipsBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Entity.java b/src/main/java/co/permify/sdk/model/Entity.java index 36ff7d2..e2fa17c 100644 --- a/src/main/java/co/permify/sdk/model/Entity.java +++ b/src/main/java/co/permify/sdk/model/Entity.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/EntityDefinition.java b/src/main/java/co/permify/sdk/model/EntityDefinition.java index 33cefa7..eb92f81 100644 --- a/src/main/java/co/permify/sdk/model/EntityDefinition.java +++ b/src/main/java/co/permify/sdk/model/EntityDefinition.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/EntityDefinitionReference.java b/src/main/java/co/permify/sdk/model/EntityDefinitionReference.java index 91a4386..5e08912 100644 --- a/src/main/java/co/permify/sdk/model/EntityDefinitionReference.java +++ b/src/main/java/co/permify/sdk/model/EntityDefinitionReference.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * The Reference enum specifies whether a name pertains to a relation, permission, or attribute. - REFERENCE_UNSPECIFIED: Default, unspecified reference. - REFERENCE_RELATION: Indicates that the name refers to a relation. - REFERENCE_PERMISSION: Indicates that the name refers to a permission. - REFERENCE_ATTRIBUTE: Indicates that the name refers to an attribute. + * The Reference enum specifies whether a name pertains to a relation, permission, or attribute. - REFERENCE_RELATION: Indicates that the name refers to a relation. - REFERENCE_PERMISSION: Indicates that the name refers to a permission. - REFERENCE_ATTRIBUTE: Indicates that the name refers to an attribute. */ public enum EntityDefinitionReference { - UNSPECIFIED("REFERENCE_UNSPECIFIED"), - RELATION("REFERENCE_RELATION"), PERMISSION("REFERENCE_PERMISSION"), diff --git a/src/main/java/co/permify/sdk/model/EntityFilter.java b/src/main/java/co/permify/sdk/model/EntityFilter.java index 371c604..a363423 100644 --- a/src/main/java/co/permify/sdk/model/EntityFilter.java +++ b/src/main/java/co/permify/sdk/model/EntityFilter.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Entry.java b/src/main/java/co/permify/sdk/model/Entry.java index 7d0400f..179406b 100644 --- a/src/main/java/co/permify/sdk/model/Entry.java +++ b/src/main/java/co/permify/sdk/model/Entry.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/ExpandLeaf.java b/src/main/java/co/permify/sdk/model/ExpandLeaf.java index f3423a4..07433d8 100644 --- a/src/main/java/co/permify/sdk/model/ExpandLeaf.java +++ b/src/main/java/co/permify/sdk/model/ExpandLeaf.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/ExpandTreeNode.java b/src/main/java/co/permify/sdk/model/ExpandTreeNode.java index dc9ff9e..a29bc39 100644 --- a/src/main/java/co/permify/sdk/model/ExpandTreeNode.java +++ b/src/main/java/co/permify/sdk/model/ExpandTreeNode.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class ExpandTreeNode { public static final String JSON_PROPERTY_OPERATION = "operation"; - private ExpandTreeNodeOperation operation = ExpandTreeNodeOperation.UNSPECIFIED; + private ExpandTreeNodeOperation operation; public static final String JSON_PROPERTY_CHILDREN = "children"; private List children; diff --git a/src/main/java/co/permify/sdk/model/ExpandTreeNodeOperation.java b/src/main/java/co/permify/sdk/model/ExpandTreeNodeOperation.java index 9d57695..adfe00c 100644 --- a/src/main/java/co/permify/sdk/model/ExpandTreeNodeOperation.java +++ b/src/main/java/co/permify/sdk/model/ExpandTreeNodeOperation.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,8 +30,6 @@ */ public enum ExpandTreeNodeOperation { - UNSPECIFIED("OPERATION_UNSPECIFIED"), - UNION("OPERATION_UNION"), INTERSECTION("OPERATION_INTERSECTION"), diff --git a/src/main/java/co/permify/sdk/model/Expr.java b/src/main/java/co/permify/sdk/model/Expr.java index c9af6a7..64ef0c0 100644 --- a/src/main/java/co/permify/sdk/model/Expr.java +++ b/src/main/java/co/permify/sdk/model/Expr.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/ExprCall.java b/src/main/java/co/permify/sdk/model/ExprCall.java index d65f1de..048ea0d 100644 --- a/src/main/java/co/permify/sdk/model/ExprCall.java +++ b/src/main/java/co/permify/sdk/model/ExprCall.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Extension.java b/src/main/java/co/permify/sdk/model/Extension.java index 86b982c..fbe2ad5 100644 --- a/src/main/java/co/permify/sdk/model/Extension.java +++ b/src/main/java/co/permify/sdk/model/Extension.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/FunctionType.java b/src/main/java/co/permify/sdk/model/FunctionType.java index 787b07e..7ee1656 100644 --- a/src/main/java/co/permify/sdk/model/FunctionType.java +++ b/src/main/java/co/permify/sdk/model/FunctionType.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Ident.java b/src/main/java/co/permify/sdk/model/Ident.java index 6cd4ad4..d250987 100644 --- a/src/main/java/co/permify/sdk/model/Ident.java +++ b/src/main/java/co/permify/sdk/model/Ident.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Leaf.java b/src/main/java/co/permify/sdk/model/Leaf.java index a407789..6869a7b 100644 --- a/src/main/java/co/permify/sdk/model/Leaf.java +++ b/src/main/java/co/permify/sdk/model/Leaf.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/ListType.java b/src/main/java/co/permify/sdk/model/ListType.java index ccf3a34..0b9f235 100644 --- a/src/main/java/co/permify/sdk/model/ListType.java +++ b/src/main/java/co/permify/sdk/model/ListType.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/LookupEntityBody.java b/src/main/java/co/permify/sdk/model/LookupEntityBody.java index 9e2ce7b..f9de96d 100644 --- a/src/main/java/co/permify/sdk/model/LookupEntityBody.java +++ b/src/main/java/co/permify/sdk/model/LookupEntityBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/LookupEntityStreamBody.java b/src/main/java/co/permify/sdk/model/LookupEntityStreamBody.java index 55c79a3..0442031 100644 --- a/src/main/java/co/permify/sdk/model/LookupEntityStreamBody.java +++ b/src/main/java/co/permify/sdk/model/LookupEntityStreamBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/LookupSubjectBody.java b/src/main/java/co/permify/sdk/model/LookupSubjectBody.java index bf772aa..e240194 100644 --- a/src/main/java/co/permify/sdk/model/LookupSubjectBody.java +++ b/src/main/java/co/permify/sdk/model/LookupSubjectBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/MapType.java b/src/main/java/co/permify/sdk/model/MapType.java index bed3315..44144d4 100644 --- a/src/main/java/co/permify/sdk/model/MapType.java +++ b/src/main/java/co/permify/sdk/model/MapType.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/NullValue.java b/src/main/java/co/permify/sdk/model/NullValue.java deleted file mode 100644 index 6d27c44..0000000 --- a/src/main/java/co/permify/sdk/model/NullValue.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Permify API - * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. - * - * The version of the OpenAPI document: v1.6.0 - * Contact: hello@permify.co - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package co.permify.sdk.model; - -import java.net.URLEncoder; -import java.nio.charset.StandardCharsets; -import java.util.StringJoiner; -import java.util.Objects; -import java.util.Map; -import java.util.HashMap; -import com.fasterxml.jackson.annotation.JsonPropertyOrder; - - -import com.fasterxml.jackson.annotation.JsonCreator; -import com.fasterxml.jackson.annotation.JsonValue; - -/** - * `NullValue` is a singleton enumeration to represent the null value for the `Value` type union. The JSON representation for `NullValue` is JSON `null`. - NULL_VALUE: Null value. - */ -public enum NullValue { - - NULL_VALUE("NULL_VALUE"); - - private String value; - - NullValue(String value) { - this.value = value; - } - - @JsonValue - public String getValue() { - return value; - } - - @Override - public String toString() { - return String.valueOf(value); - } - - @JsonCreator - public static NullValue fromValue(String value) { - for (NullValue b : NullValue.values()) { - if (b.value.equals(value)) { - return b; - } - } - throw new IllegalArgumentException("Unexpected value '" + value + "'"); - } - - /** - * Convert the instance into URL query string. - * - * @param prefix prefix of the query string - * @return URL query string - */ - public String toUrlQueryString(String prefix) { - if (prefix == null) { - prefix = ""; - } - - return String.format("%s=%s", prefix, this.toString()); - } - -} - diff --git a/src/main/java/co/permify/sdk/model/PartialWriteBody.java b/src/main/java/co/permify/sdk/model/PartialWriteBody.java index 4391759..cd26c83 100644 --- a/src/main/java/co/permify/sdk/model/PartialWriteBody.java +++ b/src/main/java/co/permify/sdk/model/PartialWriteBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Partials.java b/src/main/java/co/permify/sdk/model/Partials.java index fb7c287..c75ec8d 100644 --- a/src/main/java/co/permify/sdk/model/Partials.java +++ b/src/main/java/co/permify/sdk/model/Partials.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionBulkCheckRequestItem.java b/src/main/java/co/permify/sdk/model/PermissionBulkCheckRequestItem.java index 0266464..4557476 100644 --- a/src/main/java/co/permify/sdk/model/PermissionBulkCheckRequestItem.java +++ b/src/main/java/co/permify/sdk/model/PermissionBulkCheckRequestItem.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionBulkCheckResponse.java b/src/main/java/co/permify/sdk/model/PermissionBulkCheckResponse.java index ace34ca..9948f5d 100644 --- a/src/main/java/co/permify/sdk/model/PermissionBulkCheckResponse.java +++ b/src/main/java/co/permify/sdk/model/PermissionBulkCheckResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionCheckRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionCheckRequestMetadata.java index ef5754e..220193e 100644 --- a/src/main/java/co/permify/sdk/model/PermissionCheckRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/PermissionCheckRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionCheckResponse.java b/src/main/java/co/permify/sdk/model/PermissionCheckResponse.java index 0141648..d4e323c 100644 --- a/src/main/java/co/permify/sdk/model/PermissionCheckResponse.java +++ b/src/main/java/co/permify/sdk/model/PermissionCheckResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -40,7 +40,7 @@ @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class PermissionCheckResponse { public static final String JSON_PROPERTY_CAN = "can"; - private CheckResult can = CheckResult.UNSPECIFIED; + private CheckResult can; public static final String JSON_PROPERTY_METADATA = "metadata"; private PermissionCheckResponseMetadata metadata; diff --git a/src/main/java/co/permify/sdk/model/PermissionCheckResponseMetadata.java b/src/main/java/co/permify/sdk/model/PermissionCheckResponseMetadata.java index 96baf0c..298d116 100644 --- a/src/main/java/co/permify/sdk/model/PermissionCheckResponseMetadata.java +++ b/src/main/java/co/permify/sdk/model/PermissionCheckResponseMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionDefinition.java b/src/main/java/co/permify/sdk/model/PermissionDefinition.java index 8c08876..82a887a 100644 --- a/src/main/java/co/permify/sdk/model/PermissionDefinition.java +++ b/src/main/java/co/permify/sdk/model/PermissionDefinition.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionExpandBody.java b/src/main/java/co/permify/sdk/model/PermissionExpandBody.java index 4f641ba..f1fb313 100644 --- a/src/main/java/co/permify/sdk/model/PermissionExpandBody.java +++ b/src/main/java/co/permify/sdk/model/PermissionExpandBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionExpandRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionExpandRequestMetadata.java index a027ee8..c57ca9d 100644 --- a/src/main/java/co/permify/sdk/model/PermissionExpandRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/PermissionExpandRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionExpandResponse.java b/src/main/java/co/permify/sdk/model/PermissionExpandResponse.java index d5bee1e..0b6b250 100644 --- a/src/main/java/co/permify/sdk/model/PermissionExpandResponse.java +++ b/src/main/java/co/permify/sdk/model/PermissionExpandResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadata.java index 6db6719..a66e531 100644 --- a/src/main/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupEntityResponse.java b/src/main/java/co/permify/sdk/model/PermissionLookupEntityResponse.java index 25abc9e..3f1978c 100644 --- a/src/main/java/co/permify/sdk/model/PermissionLookupEntityResponse.java +++ b/src/main/java/co/permify/sdk/model/PermissionLookupEntityResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupEntityStreamResponse.java b/src/main/java/co/permify/sdk/model/PermissionLookupEntityStreamResponse.java index 7aae25e..f5db555 100644 --- a/src/main/java/co/permify/sdk/model/PermissionLookupEntityStreamResponse.java +++ b/src/main/java/co/permify/sdk/model/PermissionLookupEntityStreamResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadata.java index f0aa3ef..fd689ee 100644 --- a/src/main/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupSubjectResponse.java b/src/main/java/co/permify/sdk/model/PermissionLookupSubjectResponse.java index bbb76a0..a163768 100644 --- a/src/main/java/co/permify/sdk/model/PermissionLookupSubjectResponse.java +++ b/src/main/java/co/permify/sdk/model/PermissionLookupSubjectResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadata.java index abe9b45..5b7ee5c 100644 --- a/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionResponse.java b/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionResponse.java index 9799d91..4141329 100644 --- a/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionResponse.java +++ b/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/PrimitiveType.java b/src/main/java/co/permify/sdk/model/PrimitiveType.java index 443a102..67b541c 100644 --- a/src/main/java/co/permify/sdk/model/PrimitiveType.java +++ b/src/main/java/co/permify/sdk/model/PrimitiveType.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * CEL primitive types. - PRIMITIVE_TYPE_UNSPECIFIED: Unspecified type. - BOOL: Boolean type. - INT64: Int64 type. Proto-based integer values are widened to int64. - UINT64: Uint64 type. Proto-based unsigned integer values are widened to uint64. - DOUBLE: Double type. Proto-based float values are widened to double values. - STRING: String type. - BYTES: Bytes type. + * CEL primitive types. - BOOL: Boolean type. - INT64: Int64 type. Proto-based integer values are widened to int64. - UINT64: Uint64 type. Proto-based unsigned integer values are widened to uint64. - DOUBLE: Double type. Proto-based float values are widened to double values. - STRING: String type. - BYTES: Bytes type. */ public enum PrimitiveType { - PRIMITIVE_TYPE_UNSPECIFIED("PRIMITIVE_TYPE_UNSPECIFIED"), - BOOL("BOOL"), INT64("INT64"), diff --git a/src/main/java/co/permify/sdk/model/ReadAttributesBody.java b/src/main/java/co/permify/sdk/model/ReadAttributesBody.java index d6e14c3..fff469f 100644 --- a/src/main/java/co/permify/sdk/model/ReadAttributesBody.java +++ b/src/main/java/co/permify/sdk/model/ReadAttributesBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/ReadRelationshipsBody.java b/src/main/java/co/permify/sdk/model/ReadRelationshipsBody.java index 6ac7420..6647c18 100644 --- a/src/main/java/co/permify/sdk/model/ReadRelationshipsBody.java +++ b/src/main/java/co/permify/sdk/model/ReadRelationshipsBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/RelationDefinition.java b/src/main/java/co/permify/sdk/model/RelationDefinition.java index af80d0e..fbb1c72 100644 --- a/src/main/java/co/permify/sdk/model/RelationDefinition.java +++ b/src/main/java/co/permify/sdk/model/RelationDefinition.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/RelationReference.java b/src/main/java/co/permify/sdk/model/RelationReference.java index bcbd614..022c956 100644 --- a/src/main/java/co/permify/sdk/model/RelationReference.java +++ b/src/main/java/co/permify/sdk/model/RelationReference.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/RelationshipDeleteResponse.java b/src/main/java/co/permify/sdk/model/RelationshipDeleteResponse.java index 95dbe93..b92b4a3 100644 --- a/src/main/java/co/permify/sdk/model/RelationshipDeleteResponse.java +++ b/src/main/java/co/permify/sdk/model/RelationshipDeleteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/RelationshipReadRequestMetadata.java b/src/main/java/co/permify/sdk/model/RelationshipReadRequestMetadata.java index da35b8e..25940a3 100644 --- a/src/main/java/co/permify/sdk/model/RelationshipReadRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/RelationshipReadRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/RelationshipReadResponse.java b/src/main/java/co/permify/sdk/model/RelationshipReadResponse.java index 389441e..8fdd0b9 100644 --- a/src/main/java/co/permify/sdk/model/RelationshipReadResponse.java +++ b/src/main/java/co/permify/sdk/model/RelationshipReadResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/RelationshipWriteRequestMetadata.java b/src/main/java/co/permify/sdk/model/RelationshipWriteRequestMetadata.java index bb2dc3a..5f647c6 100644 --- a/src/main/java/co/permify/sdk/model/RelationshipWriteRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/RelationshipWriteRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/RelationshipWriteResponse.java b/src/main/java/co/permify/sdk/model/RelationshipWriteResponse.java index 3dbc24c..02eb33d 100644 --- a/src/main/java/co/permify/sdk/model/RelationshipWriteResponse.java +++ b/src/main/java/co/permify/sdk/model/RelationshipWriteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Rewrite.java b/src/main/java/co/permify/sdk/model/Rewrite.java index d5dcff1..78b2514 100644 --- a/src/main/java/co/permify/sdk/model/Rewrite.java +++ b/src/main/java/co/permify/sdk/model/Rewrite.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class Rewrite { public static final String JSON_PROPERTY_REWRITE_OPERATION = "rewriteOperation"; - private RewriteOperation rewriteOperation = RewriteOperation.UNSPECIFIED; + private RewriteOperation rewriteOperation; public static final String JSON_PROPERTY_CHILDREN = "children"; private List children; diff --git a/src/main/java/co/permify/sdk/model/RewriteOperation.java b/src/main/java/co/permify/sdk/model/RewriteOperation.java index 19fc133..f3745f6 100644 --- a/src/main/java/co/permify/sdk/model/RewriteOperation.java +++ b/src/main/java/co/permify/sdk/model/RewriteOperation.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * Operation enum includes potential rewrite operations. OPERATION_UNION: Represents a union operation. OPERATION_INTERSECTION: Represents an intersection operation. OPERATION_EXCLUSION: Represents an exclusion operation. - OPERATION_UNSPECIFIED: Default, unspecified operation. - OPERATION_UNION: Represents a union operation. - OPERATION_INTERSECTION: Represents an intersection operation. - OPERATION_EXCLUSION: Represents an exclusion operation. + * Operation enum includes potential rewrite operations. OPERATION_UNION: Represents a union operation. OPERATION_INTERSECTION: Represents an intersection operation. OPERATION_EXCLUSION: Represents an exclusion operation. - OPERATION_UNION: Represents a union operation. - OPERATION_INTERSECTION: Represents an intersection operation. - OPERATION_EXCLUSION: Represents an exclusion operation. */ public enum RewriteOperation { - UNSPECIFIED("OPERATION_UNSPECIFIED"), - UNION("OPERATION_UNION"), INTERSECTION("OPERATION_INTERSECTION"), diff --git a/src/main/java/co/permify/sdk/model/RuleDefinition.java b/src/main/java/co/permify/sdk/model/RuleDefinition.java index 7cbb789..6526f35 100644 --- a/src/main/java/co/permify/sdk/model/RuleDefinition.java +++ b/src/main/java/co/permify/sdk/model/RuleDefinition.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/RunBundleBody.java b/src/main/java/co/permify/sdk/model/RunBundleBody.java index cf02a04..6fdc8bb 100644 --- a/src/main/java/co/permify/sdk/model/RunBundleBody.java +++ b/src/main/java/co/permify/sdk/model/RunBundleBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaDefinition.java b/src/main/java/co/permify/sdk/model/SchemaDefinition.java index 0453f90..17e6e4f 100644 --- a/src/main/java/co/permify/sdk/model/SchemaDefinition.java +++ b/src/main/java/co/permify/sdk/model/SchemaDefinition.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaDefinitionReference.java b/src/main/java/co/permify/sdk/model/SchemaDefinitionReference.java index b971a30..e69bbea 100644 --- a/src/main/java/co/permify/sdk/model/SchemaDefinitionReference.java +++ b/src/main/java/co/permify/sdk/model/SchemaDefinitionReference.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * The Reference enum helps distinguish whether a name corresponds to an entity or a rule. - REFERENCE_UNSPECIFIED: Default, unspecified reference. - REFERENCE_ENTITY: Indicates that the name refers to an entity. - REFERENCE_RULE: Indicates that the name refers to a rule. + * The Reference enum helps distinguish whether a name corresponds to an entity or a rule. - REFERENCE_ENTITY: Indicates that the name refers to an entity. - REFERENCE_RULE: Indicates that the name refers to a rule. */ public enum SchemaDefinitionReference { - UNSPECIFIED("REFERENCE_UNSPECIFIED"), - ENTITY("REFERENCE_ENTITY"), RULE("REFERENCE_RULE"); diff --git a/src/main/java/co/permify/sdk/model/SchemaList.java b/src/main/java/co/permify/sdk/model/SchemaList.java index 45e7615..0a9e724 100644 --- a/src/main/java/co/permify/sdk/model/SchemaList.java +++ b/src/main/java/co/permify/sdk/model/SchemaList.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaListBody.java b/src/main/java/co/permify/sdk/model/SchemaListBody.java index 5827a6c..d4019a1 100644 --- a/src/main/java/co/permify/sdk/model/SchemaListBody.java +++ b/src/main/java/co/permify/sdk/model/SchemaListBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaListResponse.java b/src/main/java/co/permify/sdk/model/SchemaListResponse.java index e8056e2..14d7ae7 100644 --- a/src/main/java/co/permify/sdk/model/SchemaListResponse.java +++ b/src/main/java/co/permify/sdk/model/SchemaListResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadata.java b/src/main/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadata.java index e5f5112..444ea0e 100644 --- a/src/main/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaPartialWriteResponse.java b/src/main/java/co/permify/sdk/model/SchemaPartialWriteResponse.java index e4ab658..499650d 100644 --- a/src/main/java/co/permify/sdk/model/SchemaPartialWriteResponse.java +++ b/src/main/java/co/permify/sdk/model/SchemaPartialWriteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaReadBody.java b/src/main/java/co/permify/sdk/model/SchemaReadBody.java index dd99a3e..3ad935d 100644 --- a/src/main/java/co/permify/sdk/model/SchemaReadBody.java +++ b/src/main/java/co/permify/sdk/model/SchemaReadBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaReadRequestMetadata.java b/src/main/java/co/permify/sdk/model/SchemaReadRequestMetadata.java index 6e98fcd..3d94fa6 100644 --- a/src/main/java/co/permify/sdk/model/SchemaReadRequestMetadata.java +++ b/src/main/java/co/permify/sdk/model/SchemaReadRequestMetadata.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaReadResponse.java b/src/main/java/co/permify/sdk/model/SchemaReadResponse.java index 8e13f19..e38142b 100644 --- a/src/main/java/co/permify/sdk/model/SchemaReadResponse.java +++ b/src/main/java/co/permify/sdk/model/SchemaReadResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaWriteBody.java b/src/main/java/co/permify/sdk/model/SchemaWriteBody.java index ce89bc7..fd00f13 100644 --- a/src/main/java/co/permify/sdk/model/SchemaWriteBody.java +++ b/src/main/java/co/permify/sdk/model/SchemaWriteBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SchemaWriteResponse.java b/src/main/java/co/permify/sdk/model/SchemaWriteResponse.java index fceee04..70e9207 100644 --- a/src/main/java/co/permify/sdk/model/SchemaWriteResponse.java +++ b/src/main/java/co/permify/sdk/model/SchemaWriteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Select.java b/src/main/java/co/permify/sdk/model/Select.java index 4b2ba68..a308e8b 100644 --- a/src/main/java/co/permify/sdk/model/Select.java +++ b/src/main/java/co/permify/sdk/model/Select.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SourceInfo.java b/src/main/java/co/permify/sdk/model/SourceInfo.java index e518cd4..c23c5e6 100644 --- a/src/main/java/co/permify/sdk/model/SourceInfo.java +++ b/src/main/java/co/permify/sdk/model/SourceInfo.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Status.java b/src/main/java/co/permify/sdk/model/Status.java index f7483b1..3d851f3 100644 --- a/src/main/java/co/permify/sdk/model/Status.java +++ b/src/main/java/co/permify/sdk/model/Status.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponse.java b/src/main/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponse.java index 9a8cf15..3d33081 100644 --- a/src/main/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponse.java +++ b/src/main/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/StreamResultOfWatchResponse.java b/src/main/java/co/permify/sdk/model/StreamResultOfWatchResponse.java index 0d067b0..f869e63 100644 --- a/src/main/java/co/permify/sdk/model/StreamResultOfWatchResponse.java +++ b/src/main/java/co/permify/sdk/model/StreamResultOfWatchResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/StringArrayValue.java b/src/main/java/co/permify/sdk/model/StringArrayValue.java index 1e50190..e9e7177 100644 --- a/src/main/java/co/permify/sdk/model/StringArrayValue.java +++ b/src/main/java/co/permify/sdk/model/StringArrayValue.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Subject.java b/src/main/java/co/permify/sdk/model/Subject.java index 74b19b3..2d71c04 100644 --- a/src/main/java/co/permify/sdk/model/Subject.java +++ b/src/main/java/co/permify/sdk/model/Subject.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SubjectFilter.java b/src/main/java/co/permify/sdk/model/SubjectFilter.java index 146cc41..c519bf7 100644 --- a/src/main/java/co/permify/sdk/model/SubjectFilter.java +++ b/src/main/java/co/permify/sdk/model/SubjectFilter.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/SubjectPermissionBody.java b/src/main/java/co/permify/sdk/model/SubjectPermissionBody.java index 3f7f28c..4818fec 100644 --- a/src/main/java/co/permify/sdk/model/SubjectPermissionBody.java +++ b/src/main/java/co/permify/sdk/model/SubjectPermissionBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Subjects.java b/src/main/java/co/permify/sdk/model/Subjects.java index 9250b4f..7d37f29 100644 --- a/src/main/java/co/permify/sdk/model/Subjects.java +++ b/src/main/java/co/permify/sdk/model/Subjects.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Tenant.java b/src/main/java/co/permify/sdk/model/Tenant.java index 86740db..3591fc0 100644 --- a/src/main/java/co/permify/sdk/model/Tenant.java +++ b/src/main/java/co/permify/sdk/model/Tenant.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/TenantCreateRequest.java b/src/main/java/co/permify/sdk/model/TenantCreateRequest.java index 408fee5..f2a152f 100644 --- a/src/main/java/co/permify/sdk/model/TenantCreateRequest.java +++ b/src/main/java/co/permify/sdk/model/TenantCreateRequest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/TenantCreateResponse.java b/src/main/java/co/permify/sdk/model/TenantCreateResponse.java index 07983ed..08a1ec6 100644 --- a/src/main/java/co/permify/sdk/model/TenantCreateResponse.java +++ b/src/main/java/co/permify/sdk/model/TenantCreateResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/TenantDeleteResponse.java b/src/main/java/co/permify/sdk/model/TenantDeleteResponse.java index 0bbd06d..cd49693 100644 --- a/src/main/java/co/permify/sdk/model/TenantDeleteResponse.java +++ b/src/main/java/co/permify/sdk/model/TenantDeleteResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/TenantListRequest.java b/src/main/java/co/permify/sdk/model/TenantListRequest.java index bcdf213..4adb7bd 100644 --- a/src/main/java/co/permify/sdk/model/TenantListRequest.java +++ b/src/main/java/co/permify/sdk/model/TenantListRequest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/TenantListResponse.java b/src/main/java/co/permify/sdk/model/TenantListResponse.java index 04f1a84..194e37a 100644 --- a/src/main/java/co/permify/sdk/model/TenantListResponse.java +++ b/src/main/java/co/permify/sdk/model/TenantListResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Tuple.java b/src/main/java/co/permify/sdk/model/Tuple.java index 14e9ae1..8f22874 100644 --- a/src/main/java/co/permify/sdk/model/Tuple.java +++ b/src/main/java/co/permify/sdk/model/Tuple.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/TupleFilter.java b/src/main/java/co/permify/sdk/model/TupleFilter.java index f6ae98b..5c2c95d 100644 --- a/src/main/java/co/permify/sdk/model/TupleFilter.java +++ b/src/main/java/co/permify/sdk/model/TupleFilter.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/TupleSet.java b/src/main/java/co/permify/sdk/model/TupleSet.java index 05f9019..97aa07e 100644 --- a/src/main/java/co/permify/sdk/model/TupleSet.java +++ b/src/main/java/co/permify/sdk/model/TupleSet.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/TupleToUserSet.java b/src/main/java/co/permify/sdk/model/TupleToUserSet.java index bc3e7a0..ff69e57 100644 --- a/src/main/java/co/permify/sdk/model/TupleToUserSet.java +++ b/src/main/java/co/permify/sdk/model/TupleToUserSet.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/V1Call.java b/src/main/java/co/permify/sdk/model/V1Call.java index ed10150..9f9e5b1 100644 --- a/src/main/java/co/permify/sdk/model/V1Call.java +++ b/src/main/java/co/permify/sdk/model/V1Call.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/V1Expand.java b/src/main/java/co/permify/sdk/model/V1Expand.java index 6a428f0..61ba7a0 100644 --- a/src/main/java/co/permify/sdk/model/V1Expand.java +++ b/src/main/java/co/permify/sdk/model/V1Expand.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/V1Operation.java b/src/main/java/co/permify/sdk/model/V1Operation.java index d03c43d..4f1fb40 100644 --- a/src/main/java/co/permify/sdk/model/V1Operation.java +++ b/src/main/java/co/permify/sdk/model/V1Operation.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/V1alpha1Reference.java b/src/main/java/co/permify/sdk/model/V1alpha1Reference.java index 92b491c..f42d9eb 100644 --- a/src/main/java/co/permify/sdk/model/V1alpha1Reference.java +++ b/src/main/java/co/permify/sdk/model/V1alpha1Reference.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/V1alpha1Type.java b/src/main/java/co/permify/sdk/model/V1alpha1Type.java index 3bc20f2..fb14820 100644 --- a/src/main/java/co/permify/sdk/model/V1alpha1Type.java +++ b/src/main/java/co/permify/sdk/model/V1alpha1Type.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -61,13 +61,13 @@ public class V1alpha1Type { private String _null; public static final String JSON_PROPERTY_PRIMITIVE = "primitive"; - private PrimitiveType primitive = PrimitiveType.PRIMITIVE_TYPE_UNSPECIFIED; + private PrimitiveType primitive; public static final String JSON_PROPERTY_WRAPPER = "wrapper"; - private PrimitiveType wrapper = PrimitiveType.PRIMITIVE_TYPE_UNSPECIFIED; + private PrimitiveType wrapper; public static final String JSON_PROPERTY_WELL_KNOWN = "wellKnown"; - private WellKnownType wellKnown = WellKnownType.WELL_KNOWN_TYPE_UNSPECIFIED; + private WellKnownType wellKnown; public static final String JSON_PROPERTY_LIST_TYPE = "listType"; private ListType listType; diff --git a/src/main/java/co/permify/sdk/model/Values.java b/src/main/java/co/permify/sdk/model/Values.java index 80458df..19f5e1e 100644 --- a/src/main/java/co/permify/sdk/model/Values.java +++ b/src/main/java/co/permify/sdk/model/Values.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/Version.java b/src/main/java/co/permify/sdk/model/Version.java index ec2e200..3d85539 100644 --- a/src/main/java/co/permify/sdk/model/Version.java +++ b/src/main/java/co/permify/sdk/model/Version.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/WatchBody.java b/src/main/java/co/permify/sdk/model/WatchBody.java index 6fa956e..c7dec94 100644 --- a/src/main/java/co/permify/sdk/model/WatchBody.java +++ b/src/main/java/co/permify/sdk/model/WatchBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/WatchResponse.java b/src/main/java/co/permify/sdk/model/WatchResponse.java index 25b2768..2d874e9 100644 --- a/src/main/java/co/permify/sdk/model/WatchResponse.java +++ b/src/main/java/co/permify/sdk/model/WatchResponse.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/co/permify/sdk/model/WellKnownType.java b/src/main/java/co/permify/sdk/model/WellKnownType.java index f9a7009..e51bb60 100644 --- a/src/main/java/co/permify/sdk/model/WellKnownType.java +++ b/src/main/java/co/permify/sdk/model/WellKnownType.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,12 +26,10 @@ import com.fasterxml.jackson.annotation.JsonValue; /** - * Well-known protobuf types treated with first-class support in CEL. - WELL_KNOWN_TYPE_UNSPECIFIED: Unspecified type. - ANY: Well-known protobuf.Any type. Any types are a polymorphic message type. During type-checking they are treated like `DYN` types, but at runtime they are resolved to a specific message type specified at evaluation time. - TIMESTAMP: Well-known protobuf.Timestamp type, internally referenced as `timestamp`. - DURATION: Well-known protobuf.Duration type, internally referenced as `duration`. + * Well-known protobuf types treated with first-class support in CEL. - ANY: Well-known protobuf.Any type. Any types are a polymorphic message type. During type-checking they are treated like `DYN` types, but at runtime they are resolved to a specific message type specified at evaluation time. - TIMESTAMP: Well-known protobuf.Timestamp type, internally referenced as `timestamp`. - DURATION: Well-known protobuf.Duration type, internally referenced as `duration`. */ public enum WellKnownType { - WELL_KNOWN_TYPE_UNSPECIFIED("WELL_KNOWN_TYPE_UNSPECIFIED"), - ANY("ANY"), TIMESTAMP("TIMESTAMP"), diff --git a/src/main/java/co/permify/sdk/model/WriteRelationshipsBody.java b/src/main/java/co/permify/sdk/model/WriteRelationshipsBody.java index 4e9d8b2..ad55aa2 100644 --- a/src/main/java/co/permify/sdk/model/WriteRelationshipsBody.java +++ b/src/main/java/co/permify/sdk/model/WriteRelationshipsBody.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/api/BundleApiTest.java b/src/test/java/co/permify/sdk/api/BundleApiTest.java index de74b10..3c78b5e 100644 --- a/src/test/java/co/permify/sdk/api/BundleApiTest.java +++ b/src/test/java/co/permify/sdk/api/BundleApiTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/api/DataApiTest.java b/src/test/java/co/permify/sdk/api/DataApiTest.java index a12c10d..425f1b7 100644 --- a/src/test/java/co/permify/sdk/api/DataApiTest.java +++ b/src/test/java/co/permify/sdk/api/DataApiTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/api/PermissionApiTest.java b/src/test/java/co/permify/sdk/api/PermissionApiTest.java index 367dec7..d9e029d 100644 --- a/src/test/java/co/permify/sdk/api/PermissionApiTest.java +++ b/src/test/java/co/permify/sdk/api/PermissionApiTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/api/SchemaApiTest.java b/src/test/java/co/permify/sdk/api/SchemaApiTest.java index 2ba51c0..c7a765b 100644 --- a/src/test/java/co/permify/sdk/api/SchemaApiTest.java +++ b/src/test/java/co/permify/sdk/api/SchemaApiTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/api/TenancyApiTest.java b/src/test/java/co/permify/sdk/api/TenancyApiTest.java index e6d03d6..a39429a 100644 --- a/src/test/java/co/permify/sdk/api/TenancyApiTest.java +++ b/src/test/java/co/permify/sdk/api/TenancyApiTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/api/WatchApiTest.java b/src/test/java/co/permify/sdk/api/WatchApiTest.java index a2b6e09..2d80dd0 100644 --- a/src/test/java/co/permify/sdk/api/WatchApiTest.java +++ b/src/test/java/co/permify/sdk/api/WatchApiTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/AbstractTypeTest.java b/src/test/java/co/permify/sdk/model/AbstractTypeTest.java index ddec550..bd9a0af 100644 --- a/src/test/java/co/permify/sdk/model/AbstractTypeTest.java +++ b/src/test/java/co/permify/sdk/model/AbstractTypeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/AnyTest.java b/src/test/java/co/permify/sdk/model/AnyTest.java index f60cf78..f696b19 100644 --- a/src/test/java/co/permify/sdk/model/AnyTest.java +++ b/src/test/java/co/permify/sdk/model/AnyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ArgumentTest.java b/src/test/java/co/permify/sdk/model/ArgumentTest.java index dfe35d3..dc46ea8 100644 --- a/src/test/java/co/permify/sdk/model/ArgumentTest.java +++ b/src/test/java/co/permify/sdk/model/ArgumentTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/AttributeDefinitionTest.java b/src/test/java/co/permify/sdk/model/AttributeDefinitionTest.java index 5c0094f..226087c 100644 --- a/src/test/java/co/permify/sdk/model/AttributeDefinitionTest.java +++ b/src/test/java/co/permify/sdk/model/AttributeDefinitionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/AttributeFilterTest.java b/src/test/java/co/permify/sdk/model/AttributeFilterTest.java index ca9a135..c52d4cc 100644 --- a/src/test/java/co/permify/sdk/model/AttributeFilterTest.java +++ b/src/test/java/co/permify/sdk/model/AttributeFilterTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/AttributeReadRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/AttributeReadRequestMetadataTest.java index 8d4931b..cdf9c33 100644 --- a/src/test/java/co/permify/sdk/model/AttributeReadRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/AttributeReadRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/AttributeReadResponseTest.java b/src/test/java/co/permify/sdk/model/AttributeReadResponseTest.java index 4a32584..946b611 100644 --- a/src/test/java/co/permify/sdk/model/AttributeReadResponseTest.java +++ b/src/test/java/co/permify/sdk/model/AttributeReadResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/AttributeTest.java b/src/test/java/co/permify/sdk/model/AttributeTest.java index c3b68f5..dbdcfbf 100644 --- a/src/test/java/co/permify/sdk/model/AttributeTest.java +++ b/src/test/java/co/permify/sdk/model/AttributeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/AttributeTypeTest.java b/src/test/java/co/permify/sdk/model/AttributeTypeTest.java index 2edecad..70c6254 100644 --- a/src/test/java/co/permify/sdk/model/AttributeTypeTest.java +++ b/src/test/java/co/permify/sdk/model/AttributeTypeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/BulkCheckBodyTest.java b/src/test/java/co/permify/sdk/model/BulkCheckBodyTest.java index c184de9..b76822c 100644 --- a/src/test/java/co/permify/sdk/model/BulkCheckBodyTest.java +++ b/src/test/java/co/permify/sdk/model/BulkCheckBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/BundleDeleteBodyTest.java b/src/test/java/co/permify/sdk/model/BundleDeleteBodyTest.java index 04cd6fb..53731a5 100644 --- a/src/test/java/co/permify/sdk/model/BundleDeleteBodyTest.java +++ b/src/test/java/co/permify/sdk/model/BundleDeleteBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/BundleDeleteResponseTest.java b/src/test/java/co/permify/sdk/model/BundleDeleteResponseTest.java index 866bb0c..8bf21d3 100644 --- a/src/test/java/co/permify/sdk/model/BundleDeleteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/BundleDeleteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/BundleReadBodyTest.java b/src/test/java/co/permify/sdk/model/BundleReadBodyTest.java index 299fb0b..d162f8e 100644 --- a/src/test/java/co/permify/sdk/model/BundleReadBodyTest.java +++ b/src/test/java/co/permify/sdk/model/BundleReadBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/BundleReadResponseTest.java b/src/test/java/co/permify/sdk/model/BundleReadResponseTest.java index 55228d1..1e484bf 100644 --- a/src/test/java/co/permify/sdk/model/BundleReadResponseTest.java +++ b/src/test/java/co/permify/sdk/model/BundleReadResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/BundleRunResponseTest.java b/src/test/java/co/permify/sdk/model/BundleRunResponseTest.java index e168170..a04d0e7 100644 --- a/src/test/java/co/permify/sdk/model/BundleRunResponseTest.java +++ b/src/test/java/co/permify/sdk/model/BundleRunResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/BundleWriteBodyTest.java b/src/test/java/co/permify/sdk/model/BundleWriteBodyTest.java index 48e567b..d249e79 100644 --- a/src/test/java/co/permify/sdk/model/BundleWriteBodyTest.java +++ b/src/test/java/co/permify/sdk/model/BundleWriteBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/BundleWriteResponseTest.java b/src/test/java/co/permify/sdk/model/BundleWriteResponseTest.java index 667687a..bdc9417 100644 --- a/src/test/java/co/permify/sdk/model/BundleWriteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/BundleWriteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/CheckBodyTest.java b/src/test/java/co/permify/sdk/model/CheckBodyTest.java index 9e1598b..63f4ac5 100644 --- a/src/test/java/co/permify/sdk/model/CheckBodyTest.java +++ b/src/test/java/co/permify/sdk/model/CheckBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/CheckResultTest.java b/src/test/java/co/permify/sdk/model/CheckResultTest.java index 918d55b..1358913 100644 --- a/src/test/java/co/permify/sdk/model/CheckResultTest.java +++ b/src/test/java/co/permify/sdk/model/CheckResultTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/CheckedExprTest.java b/src/test/java/co/permify/sdk/model/CheckedExprTest.java index 6734af2..ade264c 100644 --- a/src/test/java/co/permify/sdk/model/CheckedExprTest.java +++ b/src/test/java/co/permify/sdk/model/CheckedExprTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ChildTest.java b/src/test/java/co/permify/sdk/model/ChildTest.java index 2e3bf72..525593f 100644 --- a/src/test/java/co/permify/sdk/model/ChildTest.java +++ b/src/test/java/co/permify/sdk/model/ChildTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ComponentTest.java b/src/test/java/co/permify/sdk/model/ComponentTest.java index 94cadea..585e489 100644 --- a/src/test/java/co/permify/sdk/model/ComponentTest.java +++ b/src/test/java/co/permify/sdk/model/ComponentTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ComprehensionTest.java b/src/test/java/co/permify/sdk/model/ComprehensionTest.java index 72ca4d7..1177f2b 100644 --- a/src/test/java/co/permify/sdk/model/ComprehensionTest.java +++ b/src/test/java/co/permify/sdk/model/ComprehensionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ComputedAttributeTest.java b/src/test/java/co/permify/sdk/model/ComputedAttributeTest.java index 12bcc3d..7cf77e1 100644 --- a/src/test/java/co/permify/sdk/model/ComputedAttributeTest.java +++ b/src/test/java/co/permify/sdk/model/ComputedAttributeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ComputedUserSetTest.java b/src/test/java/co/permify/sdk/model/ComputedUserSetTest.java index 1486edc..64ffc3d 100644 --- a/src/test/java/co/permify/sdk/model/ComputedUserSetTest.java +++ b/src/test/java/co/permify/sdk/model/ComputedUserSetTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ConstantTest.java b/src/test/java/co/permify/sdk/model/ConstantTest.java index 48f2e6b..36cea07 100644 --- a/src/test/java/co/permify/sdk/model/ConstantTest.java +++ b/src/test/java/co/permify/sdk/model/ConstantTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ContextTest.java b/src/test/java/co/permify/sdk/model/ContextTest.java index b78d694..1caadec 100644 --- a/src/test/java/co/permify/sdk/model/ContextTest.java +++ b/src/test/java/co/permify/sdk/model/ContextTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/CreateListTest.java b/src/test/java/co/permify/sdk/model/CreateListTest.java index 94b6c94..86e8f75 100644 --- a/src/test/java/co/permify/sdk/model/CreateListTest.java +++ b/src/test/java/co/permify/sdk/model/CreateListTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/CreateStructTest.java b/src/test/java/co/permify/sdk/model/CreateStructTest.java index bef5b24..fa1ccf6 100644 --- a/src/test/java/co/permify/sdk/model/CreateStructTest.java +++ b/src/test/java/co/permify/sdk/model/CreateStructTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataBundleTest.java b/src/test/java/co/permify/sdk/model/DataBundleTest.java index d9ab1c2..9ec0a49 100644 --- a/src/test/java/co/permify/sdk/model/DataBundleTest.java +++ b/src/test/java/co/permify/sdk/model/DataBundleTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataChangeOperationTest.java b/src/test/java/co/permify/sdk/model/DataChangeOperationTest.java index f788d26..b76fb3a 100644 --- a/src/test/java/co/permify/sdk/model/DataChangeOperationTest.java +++ b/src/test/java/co/permify/sdk/model/DataChangeOperationTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataChangeTest.java b/src/test/java/co/permify/sdk/model/DataChangeTest.java index 5f58461..853e2d1 100644 --- a/src/test/java/co/permify/sdk/model/DataChangeTest.java +++ b/src/test/java/co/permify/sdk/model/DataChangeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataChangesTest.java b/src/test/java/co/permify/sdk/model/DataChangesTest.java index 944b3d7..26f778f 100644 --- a/src/test/java/co/permify/sdk/model/DataChangesTest.java +++ b/src/test/java/co/permify/sdk/model/DataChangesTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataDeleteBodyTest.java b/src/test/java/co/permify/sdk/model/DataDeleteBodyTest.java index 756fabe..83c2996 100644 --- a/src/test/java/co/permify/sdk/model/DataDeleteBodyTest.java +++ b/src/test/java/co/permify/sdk/model/DataDeleteBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataDeleteResponseTest.java b/src/test/java/co/permify/sdk/model/DataDeleteResponseTest.java index 582f8ca..6ad81fb 100644 --- a/src/test/java/co/permify/sdk/model/DataDeleteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/DataDeleteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataWriteBodyTest.java b/src/test/java/co/permify/sdk/model/DataWriteBodyTest.java index 9a4f59a..1ee2982 100644 --- a/src/test/java/co/permify/sdk/model/DataWriteBodyTest.java +++ b/src/test/java/co/permify/sdk/model/DataWriteBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataWriteRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/DataWriteRequestMetadataTest.java index 9e93e0a..233ca64 100644 --- a/src/test/java/co/permify/sdk/model/DataWriteRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/DataWriteRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DataWriteResponseTest.java b/src/test/java/co/permify/sdk/model/DataWriteResponseTest.java index 66f577a..91d3356 100644 --- a/src/test/java/co/permify/sdk/model/DataWriteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/DataWriteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/DeleteRelationshipsBodyTest.java b/src/test/java/co/permify/sdk/model/DeleteRelationshipsBodyTest.java index 88a9cbd..e60ae0e 100644 --- a/src/test/java/co/permify/sdk/model/DeleteRelationshipsBodyTest.java +++ b/src/test/java/co/permify/sdk/model/DeleteRelationshipsBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/EntityDefinitionReferenceTest.java b/src/test/java/co/permify/sdk/model/EntityDefinitionReferenceTest.java index 27ef07c..937be35 100644 --- a/src/test/java/co/permify/sdk/model/EntityDefinitionReferenceTest.java +++ b/src/test/java/co/permify/sdk/model/EntityDefinitionReferenceTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/EntityDefinitionTest.java b/src/test/java/co/permify/sdk/model/EntityDefinitionTest.java index 2b54429..fabb1f5 100644 --- a/src/test/java/co/permify/sdk/model/EntityDefinitionTest.java +++ b/src/test/java/co/permify/sdk/model/EntityDefinitionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/EntityFilterTest.java b/src/test/java/co/permify/sdk/model/EntityFilterTest.java index 25e90fd..cd35fa2 100644 --- a/src/test/java/co/permify/sdk/model/EntityFilterTest.java +++ b/src/test/java/co/permify/sdk/model/EntityFilterTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/EntityTest.java b/src/test/java/co/permify/sdk/model/EntityTest.java index 1a7c7dd..5433e2b 100644 --- a/src/test/java/co/permify/sdk/model/EntityTest.java +++ b/src/test/java/co/permify/sdk/model/EntityTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/EntryTest.java b/src/test/java/co/permify/sdk/model/EntryTest.java index 2aac0ed..2bcae36 100644 --- a/src/test/java/co/permify/sdk/model/EntryTest.java +++ b/src/test/java/co/permify/sdk/model/EntryTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ExpandLeafTest.java b/src/test/java/co/permify/sdk/model/ExpandLeafTest.java index e232a98..2a39817 100644 --- a/src/test/java/co/permify/sdk/model/ExpandLeafTest.java +++ b/src/test/java/co/permify/sdk/model/ExpandLeafTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ExpandTreeNodeOperationTest.java b/src/test/java/co/permify/sdk/model/ExpandTreeNodeOperationTest.java index ca07411..df6bfd3 100644 --- a/src/test/java/co/permify/sdk/model/ExpandTreeNodeOperationTest.java +++ b/src/test/java/co/permify/sdk/model/ExpandTreeNodeOperationTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ExpandTreeNodeTest.java b/src/test/java/co/permify/sdk/model/ExpandTreeNodeTest.java index ff4226d..ca18959 100644 --- a/src/test/java/co/permify/sdk/model/ExpandTreeNodeTest.java +++ b/src/test/java/co/permify/sdk/model/ExpandTreeNodeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ExprCallTest.java b/src/test/java/co/permify/sdk/model/ExprCallTest.java index 0bbe1b6..390337e 100644 --- a/src/test/java/co/permify/sdk/model/ExprCallTest.java +++ b/src/test/java/co/permify/sdk/model/ExprCallTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ExprTest.java b/src/test/java/co/permify/sdk/model/ExprTest.java index eb0d3a0..b90155f 100644 --- a/src/test/java/co/permify/sdk/model/ExprTest.java +++ b/src/test/java/co/permify/sdk/model/ExprTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ExtensionTest.java b/src/test/java/co/permify/sdk/model/ExtensionTest.java index 3b42152..e7796c0 100644 --- a/src/test/java/co/permify/sdk/model/ExtensionTest.java +++ b/src/test/java/co/permify/sdk/model/ExtensionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/FunctionTypeTest.java b/src/test/java/co/permify/sdk/model/FunctionTypeTest.java index 1fb17dc..bfc3043 100644 --- a/src/test/java/co/permify/sdk/model/FunctionTypeTest.java +++ b/src/test/java/co/permify/sdk/model/FunctionTypeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/IdentTest.java b/src/test/java/co/permify/sdk/model/IdentTest.java index 931e759..709a01e 100644 --- a/src/test/java/co/permify/sdk/model/IdentTest.java +++ b/src/test/java/co/permify/sdk/model/IdentTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/LeafTest.java b/src/test/java/co/permify/sdk/model/LeafTest.java index 3e63763..4ec2b00 100644 --- a/src/test/java/co/permify/sdk/model/LeafTest.java +++ b/src/test/java/co/permify/sdk/model/LeafTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ListTypeTest.java b/src/test/java/co/permify/sdk/model/ListTypeTest.java index 2b06f46..d0d3551 100644 --- a/src/test/java/co/permify/sdk/model/ListTypeTest.java +++ b/src/test/java/co/permify/sdk/model/ListTypeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/LookupEntityBodyTest.java b/src/test/java/co/permify/sdk/model/LookupEntityBodyTest.java index 4a7dac2..6d4149c 100644 --- a/src/test/java/co/permify/sdk/model/LookupEntityBodyTest.java +++ b/src/test/java/co/permify/sdk/model/LookupEntityBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/LookupEntityStreamBodyTest.java b/src/test/java/co/permify/sdk/model/LookupEntityStreamBodyTest.java index 9cffeb1..fc6a294 100644 --- a/src/test/java/co/permify/sdk/model/LookupEntityStreamBodyTest.java +++ b/src/test/java/co/permify/sdk/model/LookupEntityStreamBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/LookupSubjectBodyTest.java b/src/test/java/co/permify/sdk/model/LookupSubjectBodyTest.java index ec7647d..88dcb65 100644 --- a/src/test/java/co/permify/sdk/model/LookupSubjectBodyTest.java +++ b/src/test/java/co/permify/sdk/model/LookupSubjectBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/MapTypeTest.java b/src/test/java/co/permify/sdk/model/MapTypeTest.java index 1a68f5f..912d39c 100644 --- a/src/test/java/co/permify/sdk/model/MapTypeTest.java +++ b/src/test/java/co/permify/sdk/model/MapTypeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/NullValueTest.java b/src/test/java/co/permify/sdk/model/NullValueTest.java deleted file mode 100644 index 7711c8a..0000000 --- a/src/test/java/co/permify/sdk/model/NullValueTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Permify API - * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. - * - * The version of the OpenAPI document: v1.6.0 - * Contact: hello@permify.co - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package co.permify.sdk.model; - -import org.junit.Assert; -import org.junit.Ignore; -import org.junit.Test; - -/** - * Model tests for NullValue - */ -public class NullValueTest { - /** - * Model tests for NullValue - */ - @Test - public void testNullValue() { - // TODO: test NullValue - } - -} diff --git a/src/test/java/co/permify/sdk/model/PartialWriteBodyTest.java b/src/test/java/co/permify/sdk/model/PartialWriteBodyTest.java index f2c0c8d..c48b49f 100644 --- a/src/test/java/co/permify/sdk/model/PartialWriteBodyTest.java +++ b/src/test/java/co/permify/sdk/model/PartialWriteBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PartialsTest.java b/src/test/java/co/permify/sdk/model/PartialsTest.java index 99d5909..3c3a329 100644 --- a/src/test/java/co/permify/sdk/model/PartialsTest.java +++ b/src/test/java/co/permify/sdk/model/PartialsTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionBulkCheckRequestItemTest.java b/src/test/java/co/permify/sdk/model/PermissionBulkCheckRequestItemTest.java index 8090fb1..12b299a 100644 --- a/src/test/java/co/permify/sdk/model/PermissionBulkCheckRequestItemTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionBulkCheckRequestItemTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionBulkCheckResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionBulkCheckResponseTest.java index 34be238..6f1e60e 100644 --- a/src/test/java/co/permify/sdk/model/PermissionBulkCheckResponseTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionBulkCheckResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionCheckRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionCheckRequestMetadataTest.java index 9e59dd8..59a4345 100644 --- a/src/test/java/co/permify/sdk/model/PermissionCheckRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionCheckRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionCheckResponseMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionCheckResponseMetadataTest.java index 0a90c8e..38f6ccd 100644 --- a/src/test/java/co/permify/sdk/model/PermissionCheckResponseMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionCheckResponseMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionCheckResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionCheckResponseTest.java index 67950c4..37ff151 100644 --- a/src/test/java/co/permify/sdk/model/PermissionCheckResponseTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionCheckResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionDefinitionTest.java b/src/test/java/co/permify/sdk/model/PermissionDefinitionTest.java index e212ff8..a047502 100644 --- a/src/test/java/co/permify/sdk/model/PermissionDefinitionTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionDefinitionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionExpandBodyTest.java b/src/test/java/co/permify/sdk/model/PermissionExpandBodyTest.java index 7ddb0e3..76a253e 100644 --- a/src/test/java/co/permify/sdk/model/PermissionExpandBodyTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionExpandBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionExpandRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionExpandRequestMetadataTest.java index 02014c9..40152fa 100644 --- a/src/test/java/co/permify/sdk/model/PermissionExpandRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionExpandRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionExpandResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionExpandResponseTest.java index 35a54ec..c48fa02 100644 --- a/src/test/java/co/permify/sdk/model/PermissionExpandResponseTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionExpandResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadataTest.java index d7cf090..7d84e13 100644 --- a/src/test/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupEntityResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupEntityResponseTest.java index 5049692..4f02d44 100644 --- a/src/test/java/co/permify/sdk/model/PermissionLookupEntityResponseTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionLookupEntityResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupEntityStreamResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupEntityStreamResponseTest.java index c17e987..4f5dcca 100644 --- a/src/test/java/co/permify/sdk/model/PermissionLookupEntityStreamResponseTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionLookupEntityStreamResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadataTest.java index a6584bb..e912ff2 100644 --- a/src/test/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupSubjectResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupSubjectResponseTest.java index 335f110..16e952a 100644 --- a/src/test/java/co/permify/sdk/model/PermissionLookupSubjectResponseTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionLookupSubjectResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadataTest.java index 3738679..80402e4 100644 --- a/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionResponseTest.java index 19462bd..1d3a570 100644 --- a/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionResponseTest.java +++ b/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/PrimitiveTypeTest.java b/src/test/java/co/permify/sdk/model/PrimitiveTypeTest.java index 029e602..0d37129 100644 --- a/src/test/java/co/permify/sdk/model/PrimitiveTypeTest.java +++ b/src/test/java/co/permify/sdk/model/PrimitiveTypeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ReadAttributesBodyTest.java b/src/test/java/co/permify/sdk/model/ReadAttributesBodyTest.java index 46fd03c..9fffde0 100644 --- a/src/test/java/co/permify/sdk/model/ReadAttributesBodyTest.java +++ b/src/test/java/co/permify/sdk/model/ReadAttributesBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ReadRelationshipsBodyTest.java b/src/test/java/co/permify/sdk/model/ReadRelationshipsBodyTest.java index d4315e7..c22d2b3 100644 --- a/src/test/java/co/permify/sdk/model/ReadRelationshipsBodyTest.java +++ b/src/test/java/co/permify/sdk/model/ReadRelationshipsBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RelationDefinitionTest.java b/src/test/java/co/permify/sdk/model/RelationDefinitionTest.java index 1cfcf23..eb80a7c 100644 --- a/src/test/java/co/permify/sdk/model/RelationDefinitionTest.java +++ b/src/test/java/co/permify/sdk/model/RelationDefinitionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RelationReferenceTest.java b/src/test/java/co/permify/sdk/model/RelationReferenceTest.java index 17a5d5d..5c6e82b 100644 --- a/src/test/java/co/permify/sdk/model/RelationReferenceTest.java +++ b/src/test/java/co/permify/sdk/model/RelationReferenceTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RelationshipDeleteResponseTest.java b/src/test/java/co/permify/sdk/model/RelationshipDeleteResponseTest.java index 3767be5..42957b4 100644 --- a/src/test/java/co/permify/sdk/model/RelationshipDeleteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/RelationshipDeleteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RelationshipReadRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/RelationshipReadRequestMetadataTest.java index 1aaa63a..f5c156d 100644 --- a/src/test/java/co/permify/sdk/model/RelationshipReadRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/RelationshipReadRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RelationshipReadResponseTest.java b/src/test/java/co/permify/sdk/model/RelationshipReadResponseTest.java index a920446..7ae1d22 100644 --- a/src/test/java/co/permify/sdk/model/RelationshipReadResponseTest.java +++ b/src/test/java/co/permify/sdk/model/RelationshipReadResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RelationshipWriteRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/RelationshipWriteRequestMetadataTest.java index 563b19f..74d0c22 100644 --- a/src/test/java/co/permify/sdk/model/RelationshipWriteRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/RelationshipWriteRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RelationshipWriteResponseTest.java b/src/test/java/co/permify/sdk/model/RelationshipWriteResponseTest.java index b75460d..003674f 100644 --- a/src/test/java/co/permify/sdk/model/RelationshipWriteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/RelationshipWriteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RewriteOperationTest.java b/src/test/java/co/permify/sdk/model/RewriteOperationTest.java index e63fa39..23c2902 100644 --- a/src/test/java/co/permify/sdk/model/RewriteOperationTest.java +++ b/src/test/java/co/permify/sdk/model/RewriteOperationTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RewriteTest.java b/src/test/java/co/permify/sdk/model/RewriteTest.java index 9f31c7e..5eb6221 100644 --- a/src/test/java/co/permify/sdk/model/RewriteTest.java +++ b/src/test/java/co/permify/sdk/model/RewriteTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RuleDefinitionTest.java b/src/test/java/co/permify/sdk/model/RuleDefinitionTest.java index 3b92db3..2afebfc 100644 --- a/src/test/java/co/permify/sdk/model/RuleDefinitionTest.java +++ b/src/test/java/co/permify/sdk/model/RuleDefinitionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/RunBundleBodyTest.java b/src/test/java/co/permify/sdk/model/RunBundleBodyTest.java index bdf74af..bc27daa 100644 --- a/src/test/java/co/permify/sdk/model/RunBundleBodyTest.java +++ b/src/test/java/co/permify/sdk/model/RunBundleBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaDefinitionReferenceTest.java b/src/test/java/co/permify/sdk/model/SchemaDefinitionReferenceTest.java index 5d3c80b..2ab5a35 100644 --- a/src/test/java/co/permify/sdk/model/SchemaDefinitionReferenceTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaDefinitionReferenceTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaDefinitionTest.java b/src/test/java/co/permify/sdk/model/SchemaDefinitionTest.java index abe4ccb..e67ad46 100644 --- a/src/test/java/co/permify/sdk/model/SchemaDefinitionTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaDefinitionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaListBodyTest.java b/src/test/java/co/permify/sdk/model/SchemaListBodyTest.java index 3f41312..937162d 100644 --- a/src/test/java/co/permify/sdk/model/SchemaListBodyTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaListBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaListResponseTest.java b/src/test/java/co/permify/sdk/model/SchemaListResponseTest.java index e886a76..9c63b44 100644 --- a/src/test/java/co/permify/sdk/model/SchemaListResponseTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaListResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaListTest.java b/src/test/java/co/permify/sdk/model/SchemaListTest.java index aa6d546..c205eb7 100644 --- a/src/test/java/co/permify/sdk/model/SchemaListTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaListTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadataTest.java index 18f0ed1..74030b1 100644 --- a/src/test/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaPartialWriteResponseTest.java b/src/test/java/co/permify/sdk/model/SchemaPartialWriteResponseTest.java index 4291c4e..a727c14 100644 --- a/src/test/java/co/permify/sdk/model/SchemaPartialWriteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaPartialWriteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaReadBodyTest.java b/src/test/java/co/permify/sdk/model/SchemaReadBodyTest.java index 8c27251..b548c37 100644 --- a/src/test/java/co/permify/sdk/model/SchemaReadBodyTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaReadBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaReadRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/SchemaReadRequestMetadataTest.java index 09f1c97..ae5ad89 100644 --- a/src/test/java/co/permify/sdk/model/SchemaReadRequestMetadataTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaReadRequestMetadataTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaReadResponseTest.java b/src/test/java/co/permify/sdk/model/SchemaReadResponseTest.java index e521b28..2342d8c 100644 --- a/src/test/java/co/permify/sdk/model/SchemaReadResponseTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaReadResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaWriteBodyTest.java b/src/test/java/co/permify/sdk/model/SchemaWriteBodyTest.java index 77ff2e6..45fc55c 100644 --- a/src/test/java/co/permify/sdk/model/SchemaWriteBodyTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaWriteBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SchemaWriteResponseTest.java b/src/test/java/co/permify/sdk/model/SchemaWriteResponseTest.java index 611b8d4..67d5bca 100644 --- a/src/test/java/co/permify/sdk/model/SchemaWriteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/SchemaWriteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SelectTest.java b/src/test/java/co/permify/sdk/model/SelectTest.java index 666b681..c31a2f0 100644 --- a/src/test/java/co/permify/sdk/model/SelectTest.java +++ b/src/test/java/co/permify/sdk/model/SelectTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SourceInfoTest.java b/src/test/java/co/permify/sdk/model/SourceInfoTest.java index d620f8d..952677b 100644 --- a/src/test/java/co/permify/sdk/model/SourceInfoTest.java +++ b/src/test/java/co/permify/sdk/model/SourceInfoTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/StatusTest.java b/src/test/java/co/permify/sdk/model/StatusTest.java index 09f8717..2ebf64a 100644 --- a/src/test/java/co/permify/sdk/model/StatusTest.java +++ b/src/test/java/co/permify/sdk/model/StatusTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponseTest.java b/src/test/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponseTest.java index 36e443b..e1b4562 100644 --- a/src/test/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponseTest.java +++ b/src/test/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/StreamResultOfWatchResponseTest.java b/src/test/java/co/permify/sdk/model/StreamResultOfWatchResponseTest.java index bff73e8..30fd467 100644 --- a/src/test/java/co/permify/sdk/model/StreamResultOfWatchResponseTest.java +++ b/src/test/java/co/permify/sdk/model/StreamResultOfWatchResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/StringArrayValueTest.java b/src/test/java/co/permify/sdk/model/StringArrayValueTest.java index 7a9f01e..00c66bd 100644 --- a/src/test/java/co/permify/sdk/model/StringArrayValueTest.java +++ b/src/test/java/co/permify/sdk/model/StringArrayValueTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SubjectFilterTest.java b/src/test/java/co/permify/sdk/model/SubjectFilterTest.java index a39b687..93e1fa7 100644 --- a/src/test/java/co/permify/sdk/model/SubjectFilterTest.java +++ b/src/test/java/co/permify/sdk/model/SubjectFilterTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SubjectPermissionBodyTest.java b/src/test/java/co/permify/sdk/model/SubjectPermissionBodyTest.java index ee62202..2c29311 100644 --- a/src/test/java/co/permify/sdk/model/SubjectPermissionBodyTest.java +++ b/src/test/java/co/permify/sdk/model/SubjectPermissionBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SubjectTest.java b/src/test/java/co/permify/sdk/model/SubjectTest.java index a5ee0cd..b1d6af1 100644 --- a/src/test/java/co/permify/sdk/model/SubjectTest.java +++ b/src/test/java/co/permify/sdk/model/SubjectTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/SubjectsTest.java b/src/test/java/co/permify/sdk/model/SubjectsTest.java index 7164eb8..3528b17 100644 --- a/src/test/java/co/permify/sdk/model/SubjectsTest.java +++ b/src/test/java/co/permify/sdk/model/SubjectsTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TenantCreateRequestTest.java b/src/test/java/co/permify/sdk/model/TenantCreateRequestTest.java index 90ead59..ce5c49b 100644 --- a/src/test/java/co/permify/sdk/model/TenantCreateRequestTest.java +++ b/src/test/java/co/permify/sdk/model/TenantCreateRequestTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TenantCreateResponseTest.java b/src/test/java/co/permify/sdk/model/TenantCreateResponseTest.java index f99c017..961bbd2 100644 --- a/src/test/java/co/permify/sdk/model/TenantCreateResponseTest.java +++ b/src/test/java/co/permify/sdk/model/TenantCreateResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TenantDeleteResponseTest.java b/src/test/java/co/permify/sdk/model/TenantDeleteResponseTest.java index 835d72a..0d1b159 100644 --- a/src/test/java/co/permify/sdk/model/TenantDeleteResponseTest.java +++ b/src/test/java/co/permify/sdk/model/TenantDeleteResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TenantListRequestTest.java b/src/test/java/co/permify/sdk/model/TenantListRequestTest.java index e099054..e308582 100644 --- a/src/test/java/co/permify/sdk/model/TenantListRequestTest.java +++ b/src/test/java/co/permify/sdk/model/TenantListRequestTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TenantListResponseTest.java b/src/test/java/co/permify/sdk/model/TenantListResponseTest.java index 2ce2981..df74b80 100644 --- a/src/test/java/co/permify/sdk/model/TenantListResponseTest.java +++ b/src/test/java/co/permify/sdk/model/TenantListResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TenantTest.java b/src/test/java/co/permify/sdk/model/TenantTest.java index f012b47..8c62569 100644 --- a/src/test/java/co/permify/sdk/model/TenantTest.java +++ b/src/test/java/co/permify/sdk/model/TenantTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TupleFilterTest.java b/src/test/java/co/permify/sdk/model/TupleFilterTest.java index 01578c4..36bac3c 100644 --- a/src/test/java/co/permify/sdk/model/TupleFilterTest.java +++ b/src/test/java/co/permify/sdk/model/TupleFilterTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TupleSetTest.java b/src/test/java/co/permify/sdk/model/TupleSetTest.java index f8dc3f0..80b2f20 100644 --- a/src/test/java/co/permify/sdk/model/TupleSetTest.java +++ b/src/test/java/co/permify/sdk/model/TupleSetTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TupleTest.java b/src/test/java/co/permify/sdk/model/TupleTest.java index 079994d..35a3007 100644 --- a/src/test/java/co/permify/sdk/model/TupleTest.java +++ b/src/test/java/co/permify/sdk/model/TupleTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/TupleToUserSetTest.java b/src/test/java/co/permify/sdk/model/TupleToUserSetTest.java index ffecba7..ccfbfbe 100644 --- a/src/test/java/co/permify/sdk/model/TupleToUserSetTest.java +++ b/src/test/java/co/permify/sdk/model/TupleToUserSetTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/V1CallTest.java b/src/test/java/co/permify/sdk/model/V1CallTest.java index bb95e92..3af9892 100644 --- a/src/test/java/co/permify/sdk/model/V1CallTest.java +++ b/src/test/java/co/permify/sdk/model/V1CallTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/V1ExpandTest.java b/src/test/java/co/permify/sdk/model/V1ExpandTest.java index b1d9910..892e37e 100644 --- a/src/test/java/co/permify/sdk/model/V1ExpandTest.java +++ b/src/test/java/co/permify/sdk/model/V1ExpandTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/V1OperationTest.java b/src/test/java/co/permify/sdk/model/V1OperationTest.java index 00e6268..f0d5502 100644 --- a/src/test/java/co/permify/sdk/model/V1OperationTest.java +++ b/src/test/java/co/permify/sdk/model/V1OperationTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/V1alpha1ReferenceTest.java b/src/test/java/co/permify/sdk/model/V1alpha1ReferenceTest.java index 24b97e8..a54d6aa 100644 --- a/src/test/java/co/permify/sdk/model/V1alpha1ReferenceTest.java +++ b/src/test/java/co/permify/sdk/model/V1alpha1ReferenceTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/V1alpha1TypeTest.java b/src/test/java/co/permify/sdk/model/V1alpha1TypeTest.java index 1406283..f95a40e 100644 --- a/src/test/java/co/permify/sdk/model/V1alpha1TypeTest.java +++ b/src/test/java/co/permify/sdk/model/V1alpha1TypeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/ValuesTest.java b/src/test/java/co/permify/sdk/model/ValuesTest.java index a1324cb..4813e6d 100644 --- a/src/test/java/co/permify/sdk/model/ValuesTest.java +++ b/src/test/java/co/permify/sdk/model/ValuesTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/VersionTest.java b/src/test/java/co/permify/sdk/model/VersionTest.java index 5264f65..52410a0 100644 --- a/src/test/java/co/permify/sdk/model/VersionTest.java +++ b/src/test/java/co/permify/sdk/model/VersionTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/WatchBodyTest.java b/src/test/java/co/permify/sdk/model/WatchBodyTest.java index e768903..c86921d 100644 --- a/src/test/java/co/permify/sdk/model/WatchBodyTest.java +++ b/src/test/java/co/permify/sdk/model/WatchBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/WatchResponseTest.java b/src/test/java/co/permify/sdk/model/WatchResponseTest.java index 483ced1..4385ecd 100644 --- a/src/test/java/co/permify/sdk/model/WatchResponseTest.java +++ b/src/test/java/co/permify/sdk/model/WatchResponseTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/WellKnownTypeTest.java b/src/test/java/co/permify/sdk/model/WellKnownTypeTest.java index 2ce86e5..68d9e90 100644 --- a/src/test/java/co/permify/sdk/model/WellKnownTypeTest.java +++ b/src/test/java/co/permify/sdk/model/WellKnownTypeTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/co/permify/sdk/model/WriteRelationshipsBodyTest.java b/src/test/java/co/permify/sdk/model/WriteRelationshipsBodyTest.java index e319292..b1cdf19 100644 --- a/src/test/java/co/permify/sdk/model/WriteRelationshipsBodyTest.java +++ b/src/test/java/co/permify/sdk/model/WriteRelationshipsBodyTest.java @@ -2,7 +2,7 @@ * Permify API * Permify is an open source authorization service for creating fine-grained and scalable authorization systems. * - * The version of the OpenAPI document: v1.6.0 + * The version of the OpenAPI document: v1.6.1 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).