diff --git a/build.gradle b/build.gradle
index 6b6dabf..5fd4156 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ plugins {
}
group = 'co.permify'
-version = '1.6.9'
+version = '1.6.10'
repositories {
mavenCentral()
diff --git a/generator/openapi.json b/generator/openapi.json
index c72cda3..ae303ab 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.9",
+ "version": "v1.6.10",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
diff --git a/pom.xml b/pom.xml
index 51bbb12..f1ad0b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
permify-java
jar
Permify Java
- 1.6.9
+ 1.6.10
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 9236c06..20dfe3b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 639d475..ff7a305 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 8b9383e..a797977 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d7c9c00..017a63f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1ecd20d..c11fdf5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f226c3b..a56c1a1 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 fe311fd..90e4c82 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 334cfaf..2338271 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6dbe3a4..0438efb 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 25c95f1..f8a53b9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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.9";
+ public static final String VERSION = "v1.6.10";
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 f6d07ee..da5b379 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 206f560..5a04abc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2e62576..83f28b6 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c522466..3b995b0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9c5b219..cbc976f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 85cb4a4..9b9287d 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e3b949d..a5409e7 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2b27094..ac40b24 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/AttributeFilter.java b/src/main/java/co/permify/sdk/model/AttributeFilter.java
index 41eb9b9..3af83cc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 73c4ae3..1b41f7f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 fb34f5c..1caad8f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 43961b7..1f2b596 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/BulkCheckBody.java b/src/main/java/co/permify/sdk/model/BulkCheckBody.java
index 67976a1..4a38c20 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f3ae4f6..15ab5f4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 222f4bd..31257e1 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 b2fd884..bb63226 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 3670377..5da905b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 79c6c6c..bdc82c8 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0cfede1..129ddff 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 756a31a..46d22f8 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 ede724f..a1fcfac 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 3a1beea..211dd53 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/CheckedExpr.java b/src/main/java/co/permify/sdk/model/CheckedExpr.java
index 19046eb..ea69da1 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 00ae134..36b88c4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 59deb9e..bb61f0d 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/Comprehension.java b/src/main/java/co/permify/sdk/model/Comprehension.java
index c40317e..3140b76 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 4a6f7c3..4628d53 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 8120b06..bbba0a2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9040c0a..1b3bc32 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 ea29246..18e9984 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0a71ced..f7fa14e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f6c10ad..ee42728 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 24a6cf2..e07ffd8 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0e4a7a7..439daef 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/DataChangeOperation.java b/src/main/java/co/permify/sdk/model/DataChangeOperation.java
index 1ddcdf7..ea7fae8 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/DataChanges.java b/src/main/java/co/permify/sdk/model/DataChanges.java
index 8ac4c29..4672c38 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 ae436cd..9274c69 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 785a8e9..d2d020e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e882dc9..03b5936 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0124516..76e48e5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 624f91d..6635b07 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f5777ce..5c8eba6 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 47c0142..17785dd 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 295d40f..09e6da4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 b9c9916..4c3d460 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/EntityFilter.java b/src/main/java/co/permify/sdk/model/EntityFilter.java
index 9380114..7fe5d0e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 42f5bb8..f7b0166 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 8741700..17c98d9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 3fd80f1..5138ab0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/ExpandTreeNodeOperation.java b/src/main/java/co/permify/sdk/model/ExpandTreeNodeOperation.java
index 590ca48..c0ba443 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/Expr.java b/src/main/java/co/permify/sdk/model/Expr.java
index 7417ec0..66cd9ac 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 8995037..5148b75 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 eb17135..a76a648 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 4405c6b..5b61aa0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 20e0eb4..de1f8ac 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c85dc62..38206eb 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 ab453fc..baeef7e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 111353a..5287648 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 82299a0..f8bbbd9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7d848bc..fa88dff 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 569f316..f70b021 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/PartialWriteBody.java b/src/main/java/co/permify/sdk/model/PartialWriteBody.java
index f9dab64..fb2305c 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 8683a36..7717992 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f25e40d..986e091 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0621715..63d3ace 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 11e65d2..0709d5e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c98790c..04703a2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/PermissionCheckResponseMetadata.java b/src/main/java/co/permify/sdk/model/PermissionCheckResponseMetadata.java
index c382406..aad8dc4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 71789a4..075ce23 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6dc9acf..44394db 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 cbda255..a2b45f3 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c826603..0559e97 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d4ef4ed..9fb4901 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 05f4b0d..85a64e0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 bf7851a..d1de1e2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c62455f..4d92926 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 26552a5..a151ee2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 dccdb8c..07c292b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f140101..069ff92 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 eb7735a..b828bdb 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/ReadAttributesBody.java b/src/main/java/co/permify/sdk/model/ReadAttributesBody.java
index e0b8c23..4d24616 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1434efb..2eba5e8 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a6cea61..cac5145 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9bf0e29..5ad0813 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a76e1a7..262dabb 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e73262e..0243728 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 231e8e8..f1f9694 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d4f8753..50305dd 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 b55e15f..6c0281b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9013844..ee6e820 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/RewriteOperation.java b/src/main/java/co/permify/sdk/model/RewriteOperation.java
index 3dea523..740cd8d 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/RuleDefinition.java b/src/main/java/co/permify/sdk/model/RuleDefinition.java
index 0ec629b..ca1fdac 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 100be29..639825c 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 50f3991..f0f82c7 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 fd1476b..230302a 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/SchemaList.java b/src/main/java/co/permify/sdk/model/SchemaList.java
index 0bb4fb4..ff7fc52 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a8ef35a..b03ab23 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 bc2c8b7..dc4beaf 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 5d1fa46..2136fb5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7cfe457..6bfac7a 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 8a69c7f..dc2bbf4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9ecb952..712f547 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 61a3cc9..6442f0f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 db464eb..5ad69f4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7bdff60..d31c822 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 36fb61e..cf23da2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6d204cf..b587101 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 20f743b..1f9fdd5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0686e84..8e019df 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c3c8efc..083a2de 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 93f2d11..b1715b0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a4d1b1f..9e6d6b2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1384b8b..17fd565 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 cdacaee..93c0011 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6be6c46..205f048 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 3c5d5a5..f3b76ae 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a6ac921..ce0d68c 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 21708d1..2880fd7 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6d8e858..0d0ae38 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1fd4bac..5113617 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e047b35..ff301ba 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d0bdd7a..c8c28fd 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7274ccf..d758f2e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 235a75f..8ace56d 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 24f715c..b36aae3 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 94c09e7..a1c8ded 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e9fc76e..2bf22d4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a8eaac8..a7962ff 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 25030e7..a06683f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 da632d6..77e68c5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/Values.java b/src/main/java/co/permify/sdk/model/Values.java
index 6907b09..0cb0a79 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6cbb027..5eb995a 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a054544..6b08771 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f2876e2..e0a26b0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0eda8aa..6e06403 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/WriteRelationshipsBody.java b/src/main/java/co/permify/sdk/model/WriteRelationshipsBody.java
index 705f66c..3e19ea8 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a632f87..1829698 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 95f131b..0d07345 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 876bdc7..559a4dc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6f2e710..84b070f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d7cad18..c747ffc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a3c5a7e..f23fde0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7c477fc..3261bd9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 35fa6e7..c506ffb 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 4215fb5..38142c5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 ee21fd1..e8b802b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c2a6cc8..3d21c54 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e09f941..4d1df23 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 29792c2..1ce2f34 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 62b5322..06061cc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1eb3048..3939baa 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a377185..8a074fd 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d7e7862..c1308d3 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 8d0bd34..445d768 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1ec1981..73533ba 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0c12603..d9c5b02 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e7ae797..9d7e7c3 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 da2882e..e56cbcc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0c44b82..bcfca0d 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 682a524..181aa0d 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 93733fa..78497e9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 ec4e0f8..cb5c6a8 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 85bd918..2efb898 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a1a015d..76373d5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c755b0b..7d9f162 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 ebf457d..b873f92 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 08b287b..7070eae 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 abe4843..a0fe28c 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 99ccde2..38d4b68 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 3833764..126b457 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e172eb5..97599e1 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 86514eb..e25b220 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7e07f26..28edd59 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 3e520e7..4a0e2ab 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7d17eff..68966ee 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c62b57e..67ec2dd 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 5ccac2d..e133094 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7f715a7..2f94a2b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 029b37e..06c7cd4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 10bdd35..4438800 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a8bead8..70f0c34 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2ef19e6..4abc0bb 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 319622b..42fcbbf 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2ecc045..d85e218 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2592372..86ba046 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 cfeaa61..fa41fec 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d239535..043464e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 161d4c6..4e4d4f9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 dbc0eb7..c221dd4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0b08446..2e635c9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 035fd6c..e601c9e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 59106a9..f7d21e4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 b96acf6..487ebe1 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 926c585..8bc7ac7 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 be4ad2d..0f89bcb 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 36af092..555012b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0622515..e07f2de 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 5dabb7e..a7032ed 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1464207..b34b9f1 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9d2fe9d..2c71d87 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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/PartialWriteBodyTest.java b/src/test/java/co/permify/sdk/model/PartialWriteBodyTest.java
index b78a45a..37c73a2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1c8e77b..fd38088 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0144bc4..8a3bc0e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 dd73ca9..a1394e3 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 cd1c13e..daa342a 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 b70a3bd..381581f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 ec38a4f..7085070 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9835e58..c16fe1e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f925f33..58c8430 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a8e0fdd..eda09a5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 221b41d..cb3430d 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 59eae25..fd0e363 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9634e20..66d19b6 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d292626..c26ed12 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 00e4f9a..364833b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c8464f4..a18bdf3 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 87b16f6..3f629f0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 5fab572..515f098 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c67cd59..e49d9c4 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 b90f7c0..7021197 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 f3f3629..7f8ed26 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 055a487..0f05e3a 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 3d87c56..96c0b07 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2143196..fa391cc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 797c524..bbc62c5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6eeef29..57d09b9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6aca255..b23ff8f 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 bb09218..0e75d34 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 800b3eb..209e33c 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 af09bba..7b036de 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1cfcddf..fa7f071 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 69cdf06..06ad75c 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6cfe7fc..296e3f9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 47cabbc..144315a 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 fabe36c..3db049b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e9fc627..f67ae6a 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c03c772..c9a0476 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c58825d..be7cb10 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1b4b872..23a03a3 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 9d31a34..53fe0fe 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d80fb35..0f1e4b6 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0229a5f..63f3a8d 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 d36d774..516af41 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1cf3361..222f3b7 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a6cc305..dc289af 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 1b73662..65a21b9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 949e9a9..d2980fc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6e814d8..b4b8a10 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 a377ffb..e686f76 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 16a5c0a..ab63ac9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 cb27cbc..8c45161 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2edb7a1..360087b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 357ddad..64babc9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0fbdad2..88879c9 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2dc3bbe..3a4b4f0 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 0d500d2..f869b2b 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 6e156d3..84a87ca 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e5f1f17..e82062c 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 132d360..95c4297 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2bab2fe..f04c8ad 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 675d710..1c427d2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 8a97fde..0816238 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 42c4e47..c184ae5 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 e08d75c..d50c2b2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 58c41b1..2fc1edc 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c2ac67e..545176c 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 7157ef6..bd678e3 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 b4381f9..52ec112 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 2876349..b4d6d3e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 75948e8..2998d25 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 dbcedf9..ea081f2 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 dc52553..ad128ec 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 53b8ac1..28856b7 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c189b3b..0ab4c0e 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.9
+ * The version of the OpenAPI document: v1.6.10
* 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 c889814..553c133 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.9
+ * The version of the OpenAPI document: v1.6.10
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).