diff --git a/build.gradle b/build.gradle
index 609e82c..6b6dabf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ plugins {
}
group = 'co.permify'
-version = '1.6.8'
+version = '1.6.9'
repositories {
mavenCentral()
@@ -119,8 +119,8 @@ task execute(type: JavaExec) {
}
ext {
- jackson_version = "2.17.1"
- jakarta_annotation_version = "2.1.1"
+ jackson_version = "2.14.1"
+ jakarta_annotation_version = "1.3.5"
beanvalidation_version = "3.0.2"
junit_version = "4.13.2"
}
diff --git a/generator/openapi.json b/generator/openapi.json
index b1bec62..c72cda3 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.8",
+ "version": "v1.6.9",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
diff --git a/pom.xml b/pom.xml
index 300b42f..51bbb12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
permify-java
jar
Permify Java
- 1.6.8
+ 1.6.9
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 1742291..9236c06 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 a570669..639d475 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 840d621..8b9383e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 25d3c6e..d7c9c00 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3ebe4d9..1ecd20d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 55609cb..f226c3b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 de2b24f..fe311fd 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 01b0851..334cfaf 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 78963ba..6dbe3a4 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 e96a9ed..25c95f1 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.8
+ * The version of the OpenAPI document: v1.6.9
* 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.8";
+ public static final String VERSION = "v1.6.9";
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 be44240..f6d07ee 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 975a24d..206f560 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 cc8da7b..2e62576 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 af5ec5e..c522466 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 7138c9f..9c5b219 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3347dc6..85cb4a4 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 be8cf03..e3b949d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5cb14cc..2b27094 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 a176c63..41eb9b9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3e08bb6..73c4ae3 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 e2039dc..fb34f5c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 7cb4c2d..43961b7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5c1d695..67976a1 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 7c77aab..f3ae4f6 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 444bbe8..222f4bd 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 07d0ce8..b2fd884 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 607fa8b..3670377 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 ad45054..79c6c6c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 6e07f70..0cfede1 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 bf2bfff..756a31a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 9994ab6..ede724f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 604a08f..3a1beea 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 2cb0827..19046eb 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5c6ccd7..00ae134 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 f95d05a..59deb9e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 6700b78..c40317e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 d37b751..4a6f7c3 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 1834d11..8120b06 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 c1f1ed4..9040c0a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 c7d961d..ea29246 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 4b2f048..0a71ced 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5723d9c..f6c10ad 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 bad13d5..24a6cf2 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 290da26..0e4a7a7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5c36203..1ddcdf7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 9f48366..8ac4c29 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 a656b47..ae436cd 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 e14af81..785a8e9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 0113bd3..e882dc9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 e00f8d6..0124516 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 a5fab4e..624f91d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 9861806..f5777ce 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 e041856..47c0142 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 a24f3f9..295d40f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 61c4bfe..b9c9916 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 7fc15fc..9380114 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 061ddfe..42f5bb8 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 ddafaa3..8741700 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 1b637d1..3fd80f1 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 4d3a5d5..590ca48 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 50b3767..7417ec0 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 fda0579..8995037 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 1835d42..eb17135 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 f18cf47..4405c6b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 fbb9b66..20e0eb4 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 95334bb..c85dc62 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 0ab020f..ab453fc 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 dc96be5..111353a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 6ff11c6..82299a0 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3f1a30d..7d848bc 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 2559888..569f316 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3eee0e6..f9dab64 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 1f30ea9..8683a36 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 26df9e2..f25e40d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 6acdb06..0621715 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 b5e1845..11e65d2 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 22ba678..c98790c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 fe5eef3..c382406 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3e0f3ea..71789a4 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 c47ab28..6dc9acf 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 37496d8..cbda255 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3d24553..c826603 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 fff5d75..d4ef4ed 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 c96e627..05f4b0d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5428891..bf7851a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 92b4636..c62455f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 cc523eb..26552a5 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 699bdd5..dccdb8c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 4d8f63e..f140101 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 d956c29..eb7735a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 e0a68ad..e0b8c23 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 608ad69..1434efb 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 379d641..a6cea61 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 8ae881a..9bf0e29 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 2655e5f..a76e1a7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 de5bc66..e73262e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 ff0a5c1..231e8e8 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 6c88851..d4f8753 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 29e3255..b55e15f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 b9d3229..9013844 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 de32e2e..3dea523 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 b7e53ba..0ec629b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 706c95f..100be29 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 7045445..50f3991 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 98af1af..fd1476b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3d78ade..0bb4fb4 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 2fb36f9..a8ef35a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 dea27e1..bc2c8b7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5ffed95..5d1fa46 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 e4ebf59..7cfe457 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 7634262..8a69c7f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 c16fa35..9ecb952 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 7f69f2d..61a3cc9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3813d96..db464eb 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 aa5608f..7bdff60 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 0b47b51..36fb61e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 683adde..6d204cf 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 1a3ab92..20f743b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 d214b77..0686e84 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 69385f6..c3c8efc 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3967789..93f2d11 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 01e4f85..a4d1b1f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 756e564..1384b8b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 b47a0c8..cdacaee 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 632dcab..6be6c46 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 f7e3096..3c5d5a5 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5a8c8b5..a6ac921 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 dc5c5b7..21708d1 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 f5c176c..6d8e858 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 8dee788..1fd4bac 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 d3097de..e047b35 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 4c5e550..d0bdd7a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 424bdda..7274ccf 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 df4a82c..235a75f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 db5b028..24f715c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 538b2ed..94c09e7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 b6c60e5..e9fc76e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 608b35f..a8eaac8 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 a90aa46..25030e7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 b66534d..da632d6 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 3cc00c7..6907b09 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 31fab27..6cbb027 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 477de0d..a054544 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 fdf9036..f2876e2 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 6ed14be..0eda8aa 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 ea3ce8e..705f66c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 507822b..a632f87 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 5e6a467..95f131b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 bd3e4dd..876bdc7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 c7c0162..6f2e710 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 c74f0ea..d7cad18 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@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 f6a1d19..a3c5a7e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 ecf32d3..7c477fc 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 3c1ca83..35fa6e7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 3d6a185..4215fb5 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 20397f7..ee21fd1 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 03ccd94..c2a6cc8 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 e275615..e09f941 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 d78012b..29792c2 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 da6e6cd..62b5322 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 7517f69..1eb3048 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 d72a52a..a377185 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 e602477..d7e7862 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 b7df418..8d0bd34 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 c94fcf5..1ec1981 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 a1b7c19..0c12603 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 981c1a2..e7ae797 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 6949969..da2882e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 cfd9add..0c44b82 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 f7c53d6..682a524 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 4a8e7d7..93733fa 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 fe9f24a..ec4e0f8 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 afdd1b6..85bd918 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 8d8e768..a1a015d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 7f78681..c755b0b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 4210445..ebf457d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 f96df32..08b287b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 7755a2d..abe4843 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 f892bb0..99ccde2 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 85fe13e..3833764 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 ff9f3c6..e172eb5 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 b32a601..86514eb 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 8c33df8..7e07f26 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 fe66dce..3e520e7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 7d05df0..7d17eff 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 1c67ba5..c62b57e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 f25c285..5ccac2d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 149277c..7f715a7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 6a3b0e7..029b37e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 1405302..10bdd35 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 eb6e675..a8bead8 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 07c9e0c..2ef19e6 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 c8259ea..319622b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5d38dea..2ecc045 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 19b0f47..2592372 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 347009f..cfeaa61 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 8cfe294..d239535 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 b6502ff..161d4c6 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 23c3995..dbc0eb7 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 e1387f4..0b08446 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 d6dbc71..035fd6c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 23c2409..59106a9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 f556a1b..b96acf6 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 0499314..926c585 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 cb77baa..be4ad2d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 85ca5d3..36af092 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 9c82ddd..0622515 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 768f7c7..5dabb7e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 7700ecf..1464207 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 15b3b43..9d2fe9d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 d1de7ab..b78a45a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5beb5d0..1c8e77b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5ec6a39..0144bc4 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 51cd749..dd73ca9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 382e585..cd1c13e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5b20a52..b70a3bd 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 a5c0179..ec38a4f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 f0771eb..9835e58 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 cffd2cb..f925f33 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 b2d270f..a8e0fdd 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 149d267..221b41d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 da09c70..59eae25 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 7f85725..9634e20 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 dffa286..d292626 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 9db0bfb..00e4f9a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 050a859..c8464f4 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 d5f544e..87b16f6 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 44b603b..5fab572 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 c519ced..c67cd59 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 9f78c19..b90f7c0 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 3196cc8..f3f3629 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 8f892b1..055a487 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5aada1e..3d87c56 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5423e29..2143196 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 b68b729..797c524 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 896b417..6eeef29 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 0fbff0e..6aca255 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 2aaab3e..bb09218 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 e3d9a3a..800b3eb 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 446c0f5..af09bba 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5956d15..1cfcddf 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 c58fea3..69cdf06 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 0fa926a..6cfe7fc 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 be6fd2e..47cabbc 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 1992fd5..fabe36c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 664d982..e9fc627 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 f76af92..c03c772 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5eeefaf..c58825d 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 038ed25..1b4b872 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 5d99e96..9d31a34 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 ff5053f..d80fb35 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 cd9ea01..0229a5f 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 12f4e08..d36d774 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 db365a8..1cf3361 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 59e061c..a6cc305 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 763d3a6..1b73662 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 76cf864..949e9a9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 cd80915..6e814d8 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 054bab5..a377ffb 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 7a886ce..16a5c0a 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 4b4afd9..cb27cbc 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 f8b84d5..2edb7a1 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 cf31238..357ddad 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 453fa94..0fbdad2 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 a445ba6..2dc3bbe 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 8123046..0d500d2 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 b17c91a..6e156d3 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 6a20147..e5f1f17 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 7041a3f..132d360 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 1c27f0b..2bab2fe 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 a4a8873..675d710 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 c7229f5..8a97fde 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 e09ff46..42c4e47 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 a365957..e08d75c 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 6aa9314..58c41b1 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 4d24f43..c2ac67e 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 4310488..7157ef6 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 1e577d0..b4381f9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 b912c22..2876349 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 a1d8ad7..75948e8 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 4f37ae2..dbcedf9 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 231b9b6..dc52553 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 c34bec2..53b8ac1 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 3c09422..c189b3b 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.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 1eed579..c889814 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.8
+ * The version of the OpenAPI document: v1.6.9
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).